Compare commits

...

7 Commits

69 changed files with 274 additions and 104 deletions

2
dist/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
.table,table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0,0,0,.075);border-color:var(--bs-table-border-color);color:var(--bs-table-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*,table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.5rem}.table>tbody,table>tbody{vertical-align:inherit}.table>thead,table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*,table>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*,table>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*,table.table-none>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child),table.table-none>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*,table>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#bacbe6;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000}.table-info,.table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000}.table-danger,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.table-dark,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}body,html{background:#fff;color:#212529}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.8em}a{color:#0d6efd}.captionImage,.image,.ss-htmleditorfield-file,img{display:block;margin-bottom:1em;margin-top:1em;max-width:100%}@media(min-width:576px){.captionImage,.image,.ss-htmleditorfield-file,img{margin-left:1em;margin-right:1em}}.captionImage.center,.image.center,.ss-htmleditorfield-file.center,img.center{margin-left:auto;margin-right:auto;text-align:center}.captionImage.w-100,.image.w-100,.ss-htmleditorfield-file.w-100,img.w-100{margin-left:0;margin-right:0;text-align:center}.captionImage.left,.captionImage.leftAlone,.captionImage.start,.image.left,.image.leftAlone,.image.start,.ss-htmleditorfield-file.left,.ss-htmleditorfield-file.leftAlone,.ss-htmleditorfield-file.start,img.left,img.leftAlone,img.start{clear:left;float:left}@media(min-width:576px){.captionImage.left,.captionImage.leftAlone,.captionImage.start,.image.left,.image.leftAlone,.image.start,.ss-htmleditorfield-file.left,.ss-htmleditorfield-file.leftAlone,.ss-htmleditorfield-file.start,img.left,img.leftAlone,img.start{margin:0 1em 1em 0}}.captionImage.end,.captionImage.right,.captionImage.rightAlone,.image.end,.image.right,.image.rightAlone,.ss-htmleditorfield-file.end,.ss-htmleditorfield-file.right,.ss-htmleditorfield-file.rightAlone,img.end,img.right,img.rightAlone{clear:right;float:right}@media(min-width:576px){.captionImage.end,.captionImage.right,.captionImage.rightAlone,.image.end,.image.right,.image.rightAlone,.ss-htmleditorfield-file.end,.ss-htmleditorfield-file.right,.ss-htmleditorfield-file.rightAlone,img.end,img.right,img.rightAlone{margin:1em 0 0 1em}}.captionImage iframe,.image iframe,.ss-htmleditorfield-file iframe,img iframe{max-height:100%!important;width:100%!important}.captionImage img{margin-bottom:1em!important}.captionImage .caption{font-size:.8rem}.left,.text-left,.text-start{text-align:left}.center,.text-center{text-align:center}.right,.text-end,.text-right{text-align:right}.text-justify{text-align:justify}table{border-collapse:collapse;max-width:100%;width:100%}table.table-none{border:0;margin-left:-.5rem;margin-right:-.5rem}table.table-none td,table.table-none th,table.table-none tr{background:none!important;border:0;box-shadow:none!important}ol,ul{padding-left:1em}ol li,ul li{margin:.5em 0;position:relative}ol{padding-left:2em}ul,ul li{list-style:none}ul li{margin-left:-.1em;padding-left:0}ul li:before{background:currentColor;border-radius:.5em;content:"";display:inline-block;height:.5em;margin-right:1em;position:static;width:.5em}iframe,img,p,table,td,th,tr{max-width:100%!important}@media(max-width:575px){iframe,img,p,table,td,th,tr{border:0!important;display:block;padding-left:0!important;padding-right:0!important;width:100%!important}img,p,table,td,th,tr{height:auto!important}.d-typography-breakpoint-none{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}thead{display:block;text-align:center}thead>tr{display:flex}tbody{display:block}td{display:flex;flex-direction:column}td:before{content:attr(data-label);display:block;font-weight:700;min-width:50%;padding:0 .5em;width:50%}}img{border:1px dashed}.ss-htmleditorfield-file.embed{position:relative}.ss-htmleditorfield-file.embed:before{content:"";display:block;padding-top:75%;position:relative;width:100%}.ss-htmleditorfield-file.embed iframe{bottom:0;left:0;position:absolute;right:0;top:0}
.table,table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0,0,0,.075);border-color:var(--bs-table-border-color);color:var(--bs-table-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*,table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.5rem}.table>tbody,table>tbody{vertical-align:inherit}.table>thead,table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*,table>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*,table>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*,table.table-none>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child),table.table-none>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*,table>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#bacbe6;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000}.table-info,.table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000}.table-danger,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.table-dark,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}body,html{background:#fff;color:#212529}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.8em}a{color:#0d6efd}.captionImage,.image,.ss-htmleditorfield-file,img{display:block;margin-bottom:1em;margin-top:1em;max-width:100%}@media(min-width:576px){.captionImage,.image,.ss-htmleditorfield-file,img{margin-left:1em;margin-right:1em}}.captionImage.center,.image.center,.ss-htmleditorfield-file.center,img.center{margin-left:auto;margin-right:auto;text-align:center}.captionImage.w-100,.image.w-100,.ss-htmleditorfield-file.w-100,img.w-100{margin-left:0;margin-right:0;text-align:center}.captionImage.left,.captionImage.leftAlone,.captionImage.start,.image.left,.image.leftAlone,.image.start,.ss-htmleditorfield-file.left,.ss-htmleditorfield-file.leftAlone,.ss-htmleditorfield-file.start,img.left,img.leftAlone,img.start{clear:left;float:left}@media(min-width:576px){.captionImage.left,.captionImage.leftAlone,.captionImage.start,.image.left,.image.leftAlone,.image.start,.ss-htmleditorfield-file.left,.ss-htmleditorfield-file.leftAlone,.ss-htmleditorfield-file.start,img.left,img.leftAlone,img.start{margin:0 1em 1em 0}}.captionImage.end,.captionImage.right,.captionImage.rightAlone,.image.end,.image.right,.image.rightAlone,.ss-htmleditorfield-file.end,.ss-htmleditorfield-file.right,.ss-htmleditorfield-file.rightAlone,img.end,img.right,img.rightAlone{clear:right;float:right}@media(min-width:576px){.captionImage.end,.captionImage.right,.captionImage.rightAlone,.image.end,.image.right,.image.rightAlone,.ss-htmleditorfield-file.end,.ss-htmleditorfield-file.right,.ss-htmleditorfield-file.rightAlone,img.end,img.right,img.rightAlone{margin:1em 0 0 1em}}.captionImage iframe,.image iframe,.ss-htmleditorfield-file iframe,img iframe{max-height:100%!important;width:100%!important}.captionImage img{margin-bottom:1em!important}.captionImage .caption{font-size:.8rem}.left,.text-left,.text-start{text-align:left}.center,.text-center{text-align:center}.right,.text-end,.text-right{text-align:right}.text-justify{text-align:justify}table{border-collapse:collapse;max-width:100%;width:100%}table.table-none{border:0;margin-left:-.5rem;margin-right:-.5rem}table.table-none td,table.table-none th,table.table-none tr{background:none!important;border:0;box-shadow:none!important}ol,ul{padding-left:2em}ol li,ul li{margin:.5em 0;position:relative}ol{padding-left:2em}iframe,img,p,table,td,th,tr{max-width:100%!important}@media(max-width:575px){iframe,img,p,table,td,th,tr{border:0!important;display:block;padding-left:0!important;padding-right:0!important;width:100%!important}img,p,table,td,th,tr{height:auto!important}.d-typography-breakpoint-none{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}thead{display:block;text-align:center}thead>tr{display:flex}tbody{display:block}td{display:flex;flex-direction:column}td:before{content:attr(data-label);display:block;font-weight:700;min-width:50%;padding:0 .5em;width:50%}}img{border:1px dashed}.ss-htmleditorfield-file.embed{position:relative}.ss-htmleditorfield-file.embed:before{content:"";display:block;padding-top:75%;position:relative;width:100%}.ss-htmleditorfield-file.embed iframe{bottom:0;left:0;position:absolute;right:0;top:0}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1007 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 KiB

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 KiB

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 386 B

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 880 B

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
dist/icons/favicon.ico vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,5 +1,5 @@
{
"version": "4.8.8",
"version": "4.9.3",
"api_version": 1,
"layout": {
"logo": "yandex-browser-50x50.png",

2
dist/index.html vendored
View File

@ -1,4 +1,4 @@
<!doctype html><html lang="en"><head><title>Webpack Bootstrap 4 UI Demo</title><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="description" content="UI Kit"/><meta name="author" content="Tony Air <tony@twma.pro>"/><meta name="ping" content="/Security/ping"/><meta name="api_url" content="http://127.0.0.1/graphql"/><meta name="api_static_domain" content="http://127.0.0.1"/><meta name="swversion" content="sw-1681995292779"/><base href=""/><script defer="defer" src="js/app.js"></script><script defer="defer" src="js/app_sw.js"></script><script defer="defer" src="js/app_cms.js"></script><script defer="defer" src="js/app_editor.js"></script><script defer="defer" src="js/app_map.api.js"></script><script defer="defer" src="js/app_order.js"></script><link href="css/app.css" rel="stylesheet"/><link href="css/app_cms.css" rel="stylesheet"/><link href="css/app_editor.css" rel="stylesheet"/><link href="css/app_map.api.css" rel="stylesheet"/><link href="css/app_order.css" rel="stylesheet"/></head><body data-default-lng="0" data-default-lat="0"><div class="wrapper"><style>@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(1.35rem,0)}}body,html{font-size:14px;margin:0;padding:0;background:#fff;color:#333;overflow-x:hidden}@media (min-width:2000px){body,html{font-size:.9vw}}#PageLoading{position:fixed;left:0;top:0;margin:0;width:100%!important;height:100%!important;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:2000;will-change:opacity;background:#212529;color:#212529}#PageLoading .logo{filter:invert(1);margin-left:20px;margin-left:2vw;width:100px;width:12.5vw}#PageLoading .tagline{color:#fff;font-size:1.8rem;font-size:4vh;letter-spacing:.25em}.main-bn{position:fixed;top:0;left:0;width:100%;z-index:99999999;padding:.5rem 1rem;text-align:center;color:#fff;background:red}iframe,img{max-width:100%}.loading-spinner{text-align:center}.lds-ellipsis{display:inline-block;position:relative;width:4.57rem;height:1rem;color:#fff}.lds-ellipsis div{position:absolute;top:.15rem;width:.78rem;height:.78rem;border-radius:50%;background:#888;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:.42rem;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:.9rem;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:1.85rem;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:3.21rem;animation:lds-ellipsis3 .6s infinite}@keyframes lds-text{from{font-size:1em}to{font-size:1.5em}}.lds-text{position:absolute;top:50%;left:50%;margin-left:-5rem;margin-top:8rem;font-size:.8rem;letter-spacing:.25em;color:#fff}.lds-text b{font-weight:300;animation:lds-text 5s ease infinite alternate}.lds-text b:nth-child(1){animation-delay:.5s}.lds-text b:nth-child(2){animation-delay:1s}.lds-text b:nth-child(3){animation-delay:1.5s}.lds-text b:nth-child(4){animation-delay:2s}.lds-text b:nth-child(5){animation-delay:2.5s}.lds-text b:nth-child(6){animation-delay:3s}.lds-text b:nth-child(7){animation-delay:3.5s}.lds-text b:nth-child(8){animation-delay:4s}.lds-text b:nth-child(9){animation-delay:4.5s}.lds-text b:nth-child(10){animation-delay:5s}@media (orientation:portrait){#PageLoading .logo{width:50vw}#PageLoading .tagline{font-size:4vw}}</style><div id="PageLoading"><div class="loading-spinner"><img class="logo" src="../img/logo.svg" width="200" alt="UI Kit"/><br/><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div><br/><div class="lds-placeholder">LOADING...</div><div class="lds-text"><b>L</b> <b>O</b> <b>A</b> <b>D</b> <b>I</b> <b>N</b> <b>G</b> <b>.</b> <b>.</b> <b>.</b></div></div></div><div id="SiteWideAlerts" class="offline-message"><div class="alert alert-danger alert-offline alert-dismissible fade show" role="alert"><div class="typography">The Internet connection is missing right now, but you're able to browse previously opened pages offline.</div><button type="button" class="btn btn-danger btn-close" data-bs-dismiss="alert" aria-label="Close"><i class="fas fa-times"></i></button></div><noscript><div class="main-bn alert alert-fixed-top alert-danger" role="alert">Please, enable javascript.</div></noscript><!--[if lt IE 11
<!doctype html><html lang="en"><head><title>Webpack Bootstrap 4 UI Demo</title><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="description" content="UI Kit"/><meta name="author" content="Tony Air <tony@twma.pro>"/><meta name="ping" content="/Security/ping"/><meta name="api_url" content="http://127.0.0.1/graphql"/><meta name="api_static_domain" content="http://127.0.0.1"/><meta name="swversion" content="sw-1683942875535"/><base href=""/><script defer="defer" src="js/app.js"></script><script defer="defer" src="js/app_sw.js"></script><script defer="defer" src="js/app_cms.js"></script><script defer="defer" src="js/app_editor.js"></script><script defer="defer" src="js/app_map.api.js"></script><script defer="defer" src="js/app_order.js"></script><link href="css/app.css" rel="stylesheet"/><link href="css/app_cms.css" rel="stylesheet"/><link href="css/app_editor.css" rel="stylesheet"/><link href="css/app_map.api.css" rel="stylesheet"/><link href="css/app_order.css" rel="stylesheet"/></head><body data-default-lng="0" data-default-lat="0"><div class="wrapper"><style>@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(1.35rem,0)}}body,html{font-size:14px;margin:0;padding:0;background:#fff;color:#333;overflow-x:hidden}@media (min-width:2000px){body,html{font-size:.9vw}}#PageLoading{position:fixed;left:0;top:0;margin:0;width:100%!important;height:100%!important;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:2000;will-change:opacity;background:#212529;color:#212529}#PageLoading .logo{filter:invert(1);margin-left:20px;margin-left:2vw;width:100px;width:12.5vw}#PageLoading .tagline{color:#fff;font-size:1.8rem;font-size:4vh;letter-spacing:.25em}.main-bn{position:fixed;top:0;left:0;width:100%;z-index:99999999;padding:.5rem 1rem;text-align:center;color:#fff;background:red}iframe,img{max-width:100%}.loading-spinner{text-align:center}.lds-ellipsis{display:inline-block;position:relative;width:4.57rem;height:1rem;color:#fff}.lds-ellipsis div{position:absolute;top:.15rem;width:.78rem;height:.78rem;border-radius:50%;background:#888;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:.42rem;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:.9rem;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:1.85rem;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:3.21rem;animation:lds-ellipsis3 .6s infinite}@keyframes lds-text{from{font-size:1em}to{font-size:1.5em}}.lds-text{position:absolute;top:50%;left:50%;margin-left:-5rem;margin-top:8rem;font-size:.8rem;letter-spacing:.25em;color:#fff}.lds-text b{font-weight:300;animation:lds-text 5s ease infinite alternate}.lds-text b:first-child{animation-delay:.5s}.lds-text b:nth-child(2){animation-delay:1s}.lds-text b:nth-child(3){animation-delay:1.5s}.lds-text b:nth-child(4){animation-delay:2s}.lds-text b:nth-child(5){animation-delay:2.5s}.lds-text b:nth-child(6){animation-delay:3s}.lds-text b:nth-child(7){animation-delay:3.5s}.lds-text b:nth-child(8){animation-delay:4s}.lds-text b:nth-child(9){animation-delay:4.5s}.lds-text b:nth-child(10){animation-delay:5s}@media (orientation:portrait){#PageLoading .logo{width:50vw}#PageLoading .tagline{font-size:4vw}}</style><div id="PageLoading"><div class="loading-spinner"><img class="logo" src="../img/logo.svg" width="200" alt="UI Kit"/><br/><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div><br/><div class="lds-placeholder">LOADING...</div><div class="lds-text"><b>L</b> <b>O</b> <b>A</b> <b>D</b> <b>I</b> <b>N</b> <b>G</b> <b>.</b> <b>.</b> <b>.</b></div></div></div><div id="SiteWideAlerts" class="offline-message"><div class="alert alert-danger alert-offline alert-dismissible fade show" role="alert"><div class="typography">The Internet connection is missing right now, but you're able to browse previously opened pages offline.</div><button type="button" class="btn btn-danger btn-close" data-bs-dismiss="alert" aria-label="Close"><i class="fas fa-times"></i></button></div><noscript><div class="main-bn alert alert-fixed-top alert-danger" role="alert">Please, enable javascript.</div></noscript><!--[if lt IE 11
]><div class="main-bn alert alert-danger" role="alert">
<a
href="https://www.google.com/chrome/browser/desktop/"

2
dist/js/app.js vendored

File diff suppressed because one or more lines are too long

2
dist/js/app_sw.js vendored
View File

@ -1 +1 @@
!function(){var e={939:function(e){e.exports=function log(e){false}},286:function(e){Cache.prototype.add||(Cache.prototype.add=function add(e){return this.addAll([e])}),Cache.prototype.addAll||(Cache.prototype.addAll=function addAll(e){var t=this;function NetworkError(e){this.name="NetworkError",this.code=19,this.message=e}return NetworkError.prototype=Object.create(Error.prototype),Promise.resolve().then((function(){if(arguments.length<1)throw new TypeError;return e=e.map((function(e){return e instanceof Request?e:String(e)})),Promise.all(e.map((function(e){"string"===typeof e&&(e=new Request(e));var t=new URL(e.url).protocol;if("http:"!==t&&"https:"!==t)throw new NetworkError("Invalid scheme");return fetch(e.clone())})))})).then((function(n){return Promise.all(n.map((function(n,r){return t.put(e[r],n)})))})).then((function(){}))}),CacheStorage.prototype.match||(CacheStorage.prototype.match=function match(e,t){var n=this;return this.keys().then((function(r){var o;return r.reduce((function(r,a){return r.then((function(){return o||n.open(a).then((function(n){return n.match(e,t)})).then((function(e){return o=e}))}))}),Promise.resolve())}))}),e.exports=self.caches}},t={};function __webpack_require__(n){var r=t[n];if(void 0!==r)return r.exports;var o=t[n]={exports:{}};return e[n](o,o.exports,__webpack_require__),o.exports}!function(){var e="".concat("@a2nt/ss-bootstrap-ui-webpack-boilerplate-react","-sw"),t="".concat("4.8.8","-sw"),n=__webpack_require__(939),r=__webpack_require__(286);if("string"!==typeof e)throw new Error("Cache Name cannot be empty");self.addEventListener("fetch",(function(t){if("GET"===t.request.method){var o=new URL(t.request.url);if(o.pathname.indexOf("admin")>=0||o.pathname.indexOf("Security")>=0||o.pathname.indexOf("/dev")>=0)n("SW: skip admin ".concat(t.request.url));else{var a=t.request.clone(),c=t.request.clone();t.respondWith(fetch(a).then((function(n){var o=n.clone();return r.open(e).then((function(e){var n=t.request.clone();e.put(n,o)})),n})).catch((function(e){return n("SW: fetch failed"),r.match(c)})))}}})),self.addEventListener("activate",(function(o){n("SW: activated: ".concat(t)),o.waitUntil(r.delete(e))})),self.addEventListener("install",(function(e){n("SW: installing version: ".concat(t))}))}()}();
!function(){var e={263:function(e){e.exports=function log(e){false}},73:function(e){Cache.prototype.add||(Cache.prototype.add=function add(e){return this.addAll([e])}),Cache.prototype.addAll||(Cache.prototype.addAll=function addAll(e){var t=this;function NetworkError(e){this.name="NetworkError",this.code=19,this.message=e}return NetworkError.prototype=Object.create(Error.prototype),Promise.resolve().then((function(){if(arguments.length<1)throw new TypeError;return e=e.map((function(e){return e instanceof Request?e:String(e)})),Promise.all(e.map((function(e){"string"===typeof e&&(e=new Request(e));var t=new URL(e.url).protocol;if("http:"!==t&&"https:"!==t)throw new NetworkError("Invalid scheme");return fetch(e.clone())})))})).then((function(n){return Promise.all(n.map((function(n,r){return t.put(e[r],n)})))})).then((function(){}))}),CacheStorage.prototype.match||(CacheStorage.prototype.match=function match(e,t){var n=this;return this.keys().then((function(r){var o;return r.reduce((function(r,a){return r.then((function(){return o||n.open(a).then((function(n){return n.match(e,t)})).then((function(e){return o=e}))}))}),Promise.resolve())}))}),e.exports=self.caches}},t={};function __webpack_require__(n){var r=t[n];if(void 0!==r)return r.exports;var o=t[n]={exports:{}};return e[n](o,o.exports,__webpack_require__),o.exports}!function(){var e="".concat("@a2nt/ss-bootstrap-ui-webpack-boilerplate-react","-sw"),t="".concat("4.9.3","-sw"),n=__webpack_require__(263),r=__webpack_require__(73);if("string"!==typeof e)throw new Error("Cache Name cannot be empty");self.addEventListener("fetch",(function(t){if("GET"===t.request.method){var o=new URL(t.request.url);if(o.pathname.indexOf("admin")>=0||o.pathname.indexOf("Security")>=0||o.pathname.indexOf("/dev")>=0)n("SW: skip admin ".concat(t.request.url));else{var a=t.request.clone(),c=t.request.clone();t.respondWith(fetch(a).then((function(n){var o=n.clone();return r.open(e).then((function(e){var n=t.request.clone();e.put(n,o)})),n})).catch((function(e){return n("SW: fetch failed"),r.match(c)})))}}})),self.addEventListener("activate",(function(o){n("SW: activated: ".concat(t)),o.waitUntil(r.delete(e))})),self.addEventListener("install",(function(e){n("SW: installing version: ".concat(t))}))}()}();

273
dist/records.json vendored
View File

@ -14,44 +14,44 @@
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@9.1.2_qtovpurzjlo3biun26ymnwui7i/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/runtime/getUrl.js": 835,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./node_modules/.pnpm/@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/html/meta-lightbox.html": 718,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/Elements/Accordion.html": 434,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/Elements/Content.html": 270,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/Elements/ElementsList.html": 376,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/Elements/Map.html": 596,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/First.html": 888,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/Footer.html": 911,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/Head.html": 122,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/Last.html": 790,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/Navigation.html": 590,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/Slider.html": 368,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/_components/Alerts.html": 553,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/_components/Flyout.html": 384,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.76.3/node_modules/html-loader/dist/cjs.js!./src/html/_components/LoadingSpinner.html": 409,
"./node_modules/.pnpm/html-webpack-plugin@5.5.0_webpack@5.76.3/node_modules/html-webpack-plugin/lib/loader.js!./src/index.html": 291,
"./node_modules/.pnpm/img-optimize-loader@1.0.7_cj4axkvnwozfmnmvgy4d36yxaq/node_modules/img-optimize-loader/dist/index.js??ruleSet[1].rules[4].use[0]!./src/img/logo.svg": 452,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/runtime/getUrl.js": 543,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./node_modules/.pnpm/@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/html/meta-lightbox.html": 311,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/Elements/Accordion.html": 572,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/Elements/Content.html": 758,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/Elements/ElementsList.html": 15,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/Elements/Map.html": 567,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/First.html": 200,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/Footer.html": 120,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/Head.html": 292,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/Last.html": 57,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/Navigation.html": 114,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/Slider.html": 8,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/_components/Alerts.html": 303,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/_components/Flyout.html": 831,
"./node_modules/.pnpm/html-loader@4.2.0_webpack@5.82.1/node_modules/html-loader/dist/cjs.js!./src/html/_components/LoadingSpinner.html": 711,
"./node_modules/.pnpm/html-webpack-plugin@5.5.1_webpack@5.82.1/node_modules/html-webpack-plugin/lib/loader.js!./src/index.html": 799,
"./node_modules/.pnpm/img-optimize-loader@1.0.7_file-loader@6.2.0_webpack@5.82.1/node_modules/img-optimize-loader/dist/index.js??ruleSet[1].rules[4].use[0]!./src/img/logo.svg": 842,
"javascript/esm|data:text/javascript,__webpack_public_path__ = __webpack_base_uri__ = htmlWebpackPluginPublicPath;": 163
},
"usedIds": [
122,
8,
15,
57,
114,
120,
163,
270,
291,
368,
376,
384,
409,
434,
452,
553,
590,
596,
718,
790,
835,
888,
911
200,
292,
303,
311,
543,
567,
572,
711,
758,
799,
831,
842
]
}
}
@ -82,30 +82,195 @@
898
]
},
"mini-css-extract-plugin /mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/app.scss": [
{
"chunks": {
"byName": {
"child": 396
},
"bySource": {
"0 child": 396
},
"usedIds": [
396
]
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/runtime/api.js": 210,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/runtime/getUrl.js": 370,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/runtime/sourceMaps.js": 791,
"./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/app.scss": 1,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e": 204,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2386b7fe%27/%3e%3c/svg%3e": 609,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e": 469,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e": 486,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e": 144,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e": 254,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e": 647,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e": 692,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e": 770,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e": 931,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e": 199,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e": 217,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e": 956,
"asset/inline|data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e": 122
},
"usedIds": [
1,
122,
144,
199,
204,
210,
217,
254,
370,
469,
486,
609,
647,
692,
770,
791,
931,
956
]
}
}
],
"mini-css-extract-plugin /mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/cms.scss": [
{
"chunks": {
"byName": {
"child": 396
},
"bySource": {
"0 child": 396
},
"usedIds": [
396
]
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/runtime/api.js": 210,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/runtime/sourceMaps.js": 791,
"./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/cms.scss": 286
},
"usedIds": [
210,
286,
791
]
}
}
],
"mini-css-extract-plugin /mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/editor.scss": [
{
"chunks": {
"byName": {
"child": 396
},
"bySource": {
"0 child": 396
},
"usedIds": [
396
]
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/runtime/api.js": 210,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/runtime/sourceMaps.js": 791,
"./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/editor.scss": 252
},
"usedIds": [
210,
252,
791
]
}
}
],
"mini-css-extract-plugin /mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/map.api.scss": [
{
"chunks": {
"byName": {
"child": 396
},
"bySource": {
"0 child": 396
},
"usedIds": [
396
]
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/runtime/api.js": 210,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/runtime/sourceMaps.js": 791,
"./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/map.api.scss": 785
},
"usedIds": [
210,
785,
791
]
}
}
],
"mini-css-extract-plugin /mnt/data/srv/dist/repositories/webpack-bootstrap-ui-kit/node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/order.scss": [
{
"chunks": {
"byName": {
"child": 396
},
"bySource": {
"0 child": 396
},
"usedIds": [
396
]
},
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/runtime/api.js": 210,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/runtime/sourceMaps.js": 791,
"./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/order.scss": 714
},
"usedIds": [
210,
714,
791
]
}
}
],
"modules": {
"byIdentifier": {
"./node_modules/.pnpm/babel-loader@9.1.2_qtovpurzjlo3biun26ymnwui7i/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/youtube-embed@1.0.0/node_modules/youtube-embed/index.js": 923,
"./node_modules/.pnpm/babel-loader@9.1.2_qtovpurzjlo3biun26ymnwui7i/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/app.js|527061bdef7a3a0c893f418be6e4ae22": 740,
"./node_modules/.pnpm/babel-loader@9.1.2_qtovpurzjlo3biun26ymnwui7i/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/libs/log.js": 939,
"./node_modules/.pnpm/babel-loader@9.1.2_qtovpurzjlo3biun26ymnwui7i/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/main/funcs.js": 38,
"./node_modules/.pnpm/babel-loader@9.1.2_qtovpurzjlo3biun26ymnwui7i/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/types/sw.js": 991,
"./node_modules/.pnpm/babel-loader@9.1.2_qtovpurzjlo3biun26ymnwui7i/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./thirdparty/serviceworker-caches.js": 286,
"./node_modules/.pnpm/mini-css-extract-plugin@2.7.5_webpack@5.76.3/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[1].use[0]!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.60.0+webpack@5.76.3/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/cms.scss": 766,
"./node_modules/.pnpm/mini-css-extract-plugin@2.7.5_webpack@5.76.3/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[1].use[0]!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.60.0+webpack@5.76.3/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/editor.scss": 857,
"./node_modules/.pnpm/mini-css-extract-plugin@2.7.5_webpack@5.76.3/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[1].use[0]!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.60.0+webpack@5.76.3/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/map.api.scss": 112,
"./node_modules/.pnpm/mini-css-extract-plugin@2.7.5_webpack@5.76.3/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[1].use[0]!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.60.0+webpack@5.76.3/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/order.scss": 147
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./node_modules/.pnpm/youtube-embed@1.0.0/node_modules/youtube-embed/index.js": 688,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/app.js|665edbbf2991143e521ce4623ed58c8f": 52,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/libs/log.js": 263,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/main/funcs.js": 359,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./src/js/types/sw.js": 724,
"./node_modules/.pnpm/babel-loader@9.1.2_@babel+core@7.21.8_webpack@5.82.1/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[0].use!./thirdparty/serviceworker-caches.js": 73,
"./node_modules/.pnpm/mini-css-extract-plugin@2.7.5_webpack@5.82.1/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[1].use[0]!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/cms.scss": 519,
"./node_modules/.pnpm/mini-css-extract-plugin@2.7.5_webpack@5.82.1/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[1].use[0]!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/editor.scss": 978,
"./node_modules/.pnpm/mini-css-extract-plugin@2.7.5_webpack@5.82.1/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[1].use[0]!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/map.api.scss": 157,
"./node_modules/.pnpm/mini-css-extract-plugin@2.7.5_webpack@5.82.1/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[1].use[0]!./node_modules/.pnpm/css-loader@6.7.3_webpack@5.82.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/sass-loader@13.2.2_sass@1.62.1_webpack@5.82.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/types/order.scss": 816
},
"usedIds": [
38,
112,
147,
286,
740,
766,
857,
923,
939,
991
52,
73,
157,
263,
359,
519,
688,
724,
816,
978
]
}
}

4
dist/report.html vendored
View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>@a2nt/ss-bootstrap-ui-webpack-boilerplate-react [20 Apr 2023 at 14:54]</title>
<title>@a2nt/ss-bootstrap-ui-webpack-boilerplate-react [13 May 2023 at 03:55]</title>
<link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABrVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+O1foceMD///+J0/qK1Pr7/v8Xdr/9///W8P4UdL7L7P0Scr2r4Pyj3vwad8D5/f/2/f+55f3E6f34+/2H0/ojfMKpzOd0rNgQcb3F3O/j9f7c8v6g3Pz0/P/w+v/q+P7n9v6T1/uQ1vuE0vqLut/y+v+Z2fvt+f+15Pzv9fuc2/vR7v2V2Pvd6/bg9P7I6/285/2y4/yp3/zp8vk8i8kqgMT7/P31+fyv4vxGkcz6/P6/6P3j7vfS5PNnpNUxhcbO7f7F6v3O4vHK3/DA2u631Ouy0eqXweKJud5wqthfoNMMbLvY8f73+v2dxeR8sNtTmdDx9/zX6PSjyeaCtd1YnNGX2PuQveCGt95Nls42h8dLlM3F4vBtAAAAM3RSTlMAAyOx0/sKBvik8opWGBMOAe3l1snDm2E9LSb06eHcu5JpHbarfHZCN9CBb08zzkdNS0kYaptYAAAFV0lEQVRYw92X51/aYBDHHS2O2qqttVbrqNq9m+TJIAYIShBkWwqIiCgoWvfeq7Z2/s29hyQNyUcR7LveGwVyXy6XH8/9rqxglLfUPLxVduUor3h0rfp2TYvpivk37929TkG037hffoX0+peVtZQc1589rigVUdXS/ABSAyEmGIO/1XfvldSK8vs3OqB6u3m0nxmIrvgB0dj7rr7Y9IbuF68hnfFaiHA/sxqm0wciIG43P60qKv9WXWc1RXGh/mFESFABTSBi0sNAKzqet17eCtOb3kZIDwxEEU0oAIJGYxNBDhBND29e0rtXXbcpuPmED9IhEAAQ/AXEaF8EPmnrrKsv0LvWR3fg5sWDNAFZOgAgaKvZDogHNU9MFwnnYROkc56RD5CjAbQX9Ow4g7upCsvYu55aSI/Nj0H1akgKQEUM94dwK65hYRmFU9MIcH/fqJYOZYcnuJSU/waKDgTOEVaVKhwrTRP5XzgSpAITYzom7UvkhFX5VutmxeNnWDjjswTKTyfgluNDGbUpWissXhF3s7mlSml+czWkg3D0l1nNjGNjz3myOQOa1KM/jOS6ebdbAVTCi4gljHSFrviza7tOgRWcS0MOUX9zdNgag5w7rRqA44Lzw0hr1WqES36dFliSJFlh2rXIae3FFcDDgKdxrUIDePr8jGcSClV1u7A9xeN0ModY/pHMxmR1EzRh8TJiwqsHmKW0l4FCEZI+jHio+JdPPE9qwQtTRxku2D8sIeRL2LnxWSllANCQGOIiqVHAz2ye2JR0DcH+HoxDkaADLjgxjKQ+AwCX/g0+DNgdG0ukYCONAe+dbc2IAc6fwt1ARoDSezNHxV2Cmzwv3O6lDMV55edBGwGK9n1+x2F8EDfAGCxug8MhpsMEcTEAWf3rx2vZhe/LAmtIn/6apE6PN0ULKgywD9mmdxbmFl3OvD5AS5fW5zLbv/YHmcsBTjf/afDz3MaZTVCfAP9z6/Bw6ycv8EUBWJIn9zYcoAWWlW9+OzO3vkTy8H+RANLmdrpOuYWdZYEXpo+TlCJrW5EARb7fF+bWdqf3hhyZI1nWJQHgznErZhbjoEsWqi8dQNoE294aldzFurwSABL2XXMf9+H1VQGke9exw5P/AnA5Pv5ngMul7LOvO922iwACu8WkCwLCafvM4CeWPxfA8lNHcWZSoi8EwMAIciKX2Z4SWCMAa3snCZ/G4EA8D6CMLNFsGQhkkz/gQNEBbPCbWsxGUpYVu3z8IyNAknwJkfPMEhLyrdi5RTyUVACkw4GSFRNWJNEW+fgPGwHD8/JxnRuLabN4CGNRkAE23na2+VmEAUmrYymSGjMAYqH84YUIyzgzs3XC7gNgH36Vcc4zKY9o9fgPBXUAiHHwVboBHGLiX6Zcjp1f2wu4tvzZKo0ecPnDtQYDQvJXaBeNzce45Fp28ZQLrEZVuFqgBwOalArKXnW1UzlnSusQKJqKYNuz4tOnI6sZG4zanpemv+7ySU2jbA9h6uhcgpfy6G2PahirDZ6zvq6zDduMVFTKvzw8wgyEdelwY9in3XkEPs3osJuwRQ4qTkfzifndg9Gfc4pdsu82+tTnHZTBa2EAMrqr2t43pguc8tNm7JQVQ2S0ukj2d22dhXYP0/veWtwKrCkNoNimAN5+Xr/oLrxswKbVJjteWrX7eR63o4j9q0GxnaBdWgGA5VStpanIjQmEhV0/nVt5VOFUvix6awJhPcAaTEShgrG+iGyvb5a0Ndb1YGHFPEwoqAinoaykaID1o1pdPNu7XsnCKQ3R+hwWIIhGvORcJUBYXe3Xa3vq/mF/N9V13ugufMkfXn+KHsRD0B8AAAAASUVORK5CYII=" type="image/x-icon" />
<script>
@ -31,7 +31,7 @@
<body>
<div id="app"></div>
<script>
window.chartData = [{"label":"js/app.js","isAsset":true,"statSize":440886,"parsedSize":137284,"gzipSize":32368,"groups":[{"label":"node_modules/.pnpm/youtube-embed@1.0.0/node_modules/youtube-embed","path":"./node_modules/.pnpm/youtube-embed@1.0.0/node_modules/youtube-embed","statSize":573,"groups":[{"id":923,"label":"index.js","path":"./node_modules/.pnpm/youtube-embed@1.0.0/node_modules/youtube-embed/index.js","statSize":573,"parsedSize":278,"gzipSize":225}],"parsedSize":278,"gzipSize":225},{"label":"src","path":"./src","statSize":440313,"groups":[{"label":"js","path":"./src/js","statSize":266050,"groups":[{"id":740,"label":"app.js + 50 modules (concatenated)","path":"./src/js/app.js + 50 modules (concatenated)","statSize":264832,"parsedSize":136636,"gzipSize":32065,"concatenated":true,"groups":[{"label":"src/js","path":"./src/js/app.js + 50 modules (concatenated)/src/js","statSize":37375,"groups":[{"id":null,"label":"app.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/app.js","statSize":2451,"parsedSize":1264,"gzipSize":296,"inaccurateSizes":true},{"label":"main","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main","statSize":11623,"groups":[{"id":null,"label":"index.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/index.js","statSize":174,"parsedSize":89,"gzipSize":21,"inaccurateSizes":true},{"id":null,"label":"visibility.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/visibility.js","statSize":901,"parsedSize":464,"gzipSize":109,"inaccurateSizes":true},{"id":null,"label":"touch.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/touch.js","statSize":1595,"parsedSize":822,"gzipSize":193,"inaccurateSizes":true},{"id":null,"label":"css-screen-size.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/css-screen-size.js","statSize":2677,"parsedSize":1381,"gzipSize":324,"inaccurateSizes":true},{"id":null,"label":"main.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/main.js","statSize":3991,"parsedSize":2059,"gzipSize":483,"inaccurateSizes":true},{"id":null,"label":"loading-spinner.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/loading-spinner.js","statSize":2285,"parsedSize":1178,"gzipSize":276,"inaccurateSizes":true}],"parsedSize":5996,"gzipSize":1407,"inaccurateSizes":true},{"label":"ui","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ui","statSize":11705,"groups":[{"id":null,"label":"carousel.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ui/carousel.js","statSize":7108,"parsedSize":3667,"gzipSize":860,"inaccurateSizes":true},{"id":null,"label":"dropdown.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ui/dropdown.js","statSize":3853,"parsedSize":1987,"gzipSize":466,"inaccurateSizes":true},{"id":null,"label":"datepicker.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ui/datepicker.js","statSize":744,"parsedSize":383,"gzipSize":90,"inaccurateSizes":true}],"parsedSize":6039,"gzipSize":1417,"inaccurateSizes":true},{"label":"ajax","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ajax","statSize":8357,"groups":[{"id":null,"label":"online.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ajax/online.js","statSize":2634,"parsedSize":1358,"gzipSize":318,"inaccurateSizes":true},{"id":null,"label":"lazy-images.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ajax/lazy-images.js","statSize":1515,"parsedSize":781,"gzipSize":183,"inaccurateSizes":true},{"label":"models","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ajax/models","statSize":4208,"groups":[{"id":null,"label":"image.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ajax/models/image.js","statSize":4208,"parsedSize":2171,"gzipSize":509,"inaccurateSizes":true}],"parsedSize":2171,"gzipSize":509,"inaccurateSizes":true}],"parsedSize":4311,"gzipSize":1011,"inaccurateSizes":true},{"label":"layout","path":"./src/js/app.js + 50 modules (concatenated)/src/js/layout","statSize":1562,"groups":[{"id":null,"label":"index.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/layout/index.js","statSize":1562,"parsedSize":805,"gzipSize":189,"inaccurateSizes":true}],"parsedSize":805,"gzipSize":189,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/_events.js","statSize":1398,"parsedSize":721,"gzipSize":169,"inaccurateSizes":true},{"id":null,"label":"_consts.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/_consts.js","statSize":279,"parsedSize":143,"gzipSize":33,"inaccurateSizes":true}],"parsedSize":19283,"gzipSize":4525,"inaccurateSizes":true},{"label":"node_modules/.pnpm","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm","statSize":227457,"groups":[{"label":"@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/js","statSize":18851,"groups":[{"id":null,"label":"app.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/js/app.js","statSize":980,"parsedSize":505,"gzipSize":118,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/js/_events.js","statSize":1367,"parsedSize":705,"gzipSize":165,"inaccurateSizes":true},{"id":null,"label":"window.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/js/window.js","statSize":16504,"parsedSize":8514,"gzipSize":1998,"inaccurateSizes":true}],"parsedSize":9725,"gzipSize":2282,"inaccurateSizes":true},{"label":"bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src","statSize":73718,"groups":[{"id":null,"label":"carousel.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/carousel.js","statSize":21299,"parsedSize":10988,"gzipSize":2578,"inaccurateSizes":true},{"label":"dom","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/dom","statSize":21092,"groups":[{"id":null,"label":"event-handler.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/dom/event-handler.js","statSize":12341,"parsedSize":6367,"gzipSize":1494,"inaccurateSizes":true},{"id":null,"label":"manipulator.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/dom/manipulator.js","statSize":3698,"parsedSize":1907,"gzipSize":447,"inaccurateSizes":true},{"id":null,"label":"selector-engine.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/dom/selector-engine.js","statSize":3595,"parsedSize":1854,"gzipSize":435,"inaccurateSizes":true},{"id":null,"label":"data.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/dom/data.js","statSize":1458,"parsedSize":752,"gzipSize":176,"inaccurateSizes":true}],"parsedSize":10882,"gzipSize":2553,"inaccurateSizes":true},{"label":"util","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/util","statSize":22917,"groups":[{"id":null,"label":"index.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/util/index.js","statSize":9531,"parsedSize":4917,"gzipSize":1153,"inaccurateSizes":true},{"id":null,"label":"swipe.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/util/swipe.js","statSize":8176,"parsedSize":4218,"gzipSize":989,"inaccurateSizes":true},{"id":null,"label":"config.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/util/config.js","statSize":5210,"parsedSize":2688,"gzipSize":630,"inaccurateSizes":true}],"parsedSize":11823,"gzipSize":2774,"inaccurateSizes":true},{"id":null,"label":"base-component.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/base-component.js","statSize":8410,"parsedSize":4339,"gzipSize":1018,"inaccurateSizes":true}],"parsedSize":38033,"gzipSize":8925,"inaccurateSizes":true},{"label":"vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js","statSize":132075,"groups":[{"id":null,"label":"Datepicker.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/Datepicker.js","statSize":25058,"parsedSize":12928,"gzipSize":3033,"inaccurateSizes":true},{"label":"lib","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib","statSize":18108,"groups":[{"id":null,"label":"date-format.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib/date-format.js","statSize":5594,"parsedSize":2886,"gzipSize":677,"inaccurateSizes":true},{"id":null,"label":"date.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib/date.js","statSize":4984,"parsedSize":2571,"gzipSize":603,"inaccurateSizes":true},{"id":null,"label":"utils.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib/utils.js","statSize":1841,"parsedSize":949,"gzipSize":222,"inaccurateSizes":true},{"id":null,"label":"dom.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib/dom.js","statSize":1570,"parsedSize":810,"gzipSize":190,"inaccurateSizes":true},{"id":null,"label":"event.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib/event.js","statSize":4119,"parsedSize":2125,"gzipSize":498,"inaccurateSizes":true}],"parsedSize":9342,"gzipSize":2192,"inaccurateSizes":true},{"label":"i18n","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/i18n","statSize":566,"groups":[{"id":null,"label":"base-locales.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/i18n/base-locales.js","statSize":566,"parsedSize":292,"gzipSize":68,"inaccurateSizes":true}],"parsedSize":292,"gzipSize":68,"inaccurateSizes":true},{"label":"options","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/options","statSize":14990,"groups":[{"id":null,"label":"defaultOptions.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/options/defaultOptions.js","statSize":874,"parsedSize":450,"gzipSize":105,"inaccurateSizes":true},{"id":null,"label":"processOptions.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/options/processOptions.js","statSize":12927,"parsedSize":6669,"gzipSize":1565,"inaccurateSizes":true},{"id":null,"label":"shortcutKeys.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/options/shortcutKeys.js","statSize":1189,"parsedSize":613,"gzipSize":143,"inaccurateSizes":true}],"parsedSize":7733,"gzipSize":1814,"inaccurateSizes":true},{"label":"picker","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker","statSize":62801,"groups":[{"id":null,"label":"Picker.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/Picker.js","statSize":19228,"parsedSize":9920,"gzipSize":2328,"inaccurateSizes":true},{"label":"templates","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/templates","statSize":1565,"groups":[{"id":null,"label":"pickerTemplate.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/templates/pickerTemplate.js","statSize":920,"parsedSize":474,"gzipSize":111,"inaccurateSizes":true},{"id":null,"label":"daysTemplate.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/templates/daysTemplate.js","statSize":322,"parsedSize":166,"gzipSize":38,"inaccurateSizes":true},{"id":null,"label":"weekNumbersTemplate.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/templates/weekNumbersTemplate.js","statSize":323,"parsedSize":166,"gzipSize":39,"inaccurateSizes":true}],"parsedSize":807,"gzipSize":189,"inaccurateSizes":true},{"label":"views","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/views","statSize":42008,"groups":[{"id":null,"label":"DaysView.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/views/DaysView.js","statSize":11270,"parsedSize":5814,"gzipSize":1364,"inaccurateSizes":true},{"id":null,"label":"MonthsView.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/views/MonthsView.js","statSize":11641,"parsedSize":6005,"gzipSize":1409,"inaccurateSizes":true},{"id":null,"label":"YearsView.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/views/YearsView.js","statSize":10297,"parsedSize":5312,"gzipSize":1246,"inaccurateSizes":true},{"id":null,"label":"View.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/views/View.js","statSize":8800,"parsedSize":4540,"gzipSize":1065,"inaccurateSizes":true}],"parsedSize":21673,"gzipSize":5086,"inaccurateSizes":true}],"parsedSize":32401,"gzipSize":7603,"inaccurateSizes":true},{"label":"events","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/events","statSize":10552,"groups":[{"id":null,"label":"functions.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/events/functions.js","statSize":2151,"parsedSize":1109,"gzipSize":260,"inaccurateSizes":true},{"id":null,"label":"elementListeners.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/events/elementListeners.js","statSize":6039,"parsedSize":3115,"gzipSize":731,"inaccurateSizes":true},{"id":null,"label":"otherListeners.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/events/otherListeners.js","statSize":840,"parsedSize":433,"gzipSize":101,"inaccurateSizes":true},{"id":null,"label":"pickerListeners.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/events/pickerListeners.js","statSize":1522,"parsedSize":785,"gzipSize":184,"inaccurateSizes":true}],"parsedSize":5444,"gzipSize":1277,"inaccurateSizes":true}],"parsedSize":68142,"gzipSize":15991,"inaccurateSizes":true},{"label":"redaxios@0.5.1/node_modules/redaxios/dist","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/redaxios@0.5.1/node_modules/redaxios/dist","statSize":2813,"groups":[{"id":null,"label":"redaxios.module.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/redaxios@0.5.1/node_modules/redaxios/dist/redaxios.module.js","statSize":2813,"parsedSize":1451,"gzipSize":340,"inaccurateSizes":true}],"parsedSize":1451,"gzipSize":340,"inaccurateSizes":true}],"parsedSize":117352,"gzipSize":27539,"inaccurateSizes":true}]},{"label":"main","path":"./src/js/main","statSize":1218,"groups":[{"id":38,"label":"funcs.js","path":"./src/js/main/funcs.js","statSize":1218,"parsedSize":370,"gzipSize":268}],"parsedSize":370,"gzipSize":268}],"parsedSize":137006,"gzipSize":32219},{"label":"scss","path":"./src/scss","statSize":174263,"groups":[{"id":null,"label":"app.scss","path":"./src/scss/app.scss","statSize":174263}],"parsedSize":0,"gzipSize":0}],"parsedSize":137006,"gzipSize":32219}],"isInitialByEntrypoint":{"app":true}},{"label":"js/app_sw.js","isAsset":true,"statSize":5518,"parsedSize":2270,"gzipSize":937,"groups":[{"label":"src/js","path":"./src/js","statSize":3226,"groups":[{"label":"libs","path":"./src/js/libs","statSize":147,"groups":[{"id":939,"label":"log.js","path":"./src/js/libs/log.js","statSize":147,"parsedSize":45,"gzipSize":57}],"parsedSize":45,"gzipSize":57},{"label":"types","path":"./src/js/types","statSize":3079,"groups":[{"id":991,"label":"sw.js","path":"./src/js/types/sw.js","statSize":3079,"parsedSize":1118,"gzipSize":549}],"parsedSize":1118,"gzipSize":549}],"parsedSize":1163,"gzipSize":567},{"label":"thirdparty","path":"./thirdparty","statSize":2292,"groups":[{"id":286,"label":"serviceworker-caches.js","path":"./thirdparty/serviceworker-caches.js","statSize":2292,"parsedSize":1107,"gzipSize":486}],"parsedSize":1107,"gzipSize":486}],"isInitialByEntrypoint":{"app_sw":true}},{"label":"js/app_cms.js","isAsset":true,"statSize":50,"parsedSize":0,"gzipSize":20,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":766,"label":"cms.scss","path":"./src/scss/types/cms.scss","statSize":50}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"app_cms":true}},{"label":"js/app_editor.js","isAsset":true,"statSize":50,"parsedSize":0,"gzipSize":20,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":857,"label":"editor.scss","path":"./src/scss/types/editor.scss","statSize":50}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"app_editor":true}},{"label":"js/app_map.api.js","isAsset":true,"statSize":50,"parsedSize":0,"gzipSize":20,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":112,"label":"map.api.scss","path":"./src/scss/types/map.api.scss","statSize":50}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"app_map.api":true}},{"label":"js/app_order.js","isAsset":true,"statSize":50,"parsedSize":0,"gzipSize":20,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":147,"label":"order.scss","path":"./src/scss/types/order.scss","statSize":50}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"app_order":true}}];
window.chartData = [{"label":"js/app.js","isAsset":true,"statSize":440920,"parsedSize":137465,"gzipSize":32428,"groups":[{"label":"node_modules/.pnpm/youtube-embed@1.0.0/node_modules/youtube-embed","path":"./node_modules/.pnpm/youtube-embed@1.0.0/node_modules/youtube-embed","statSize":573,"groups":[{"id":688,"label":"index.js","path":"./node_modules/.pnpm/youtube-embed@1.0.0/node_modules/youtube-embed/index.js","statSize":573,"parsedSize":278,"gzipSize":225}],"parsedSize":278,"gzipSize":225},{"label":"src","path":"./src","statSize":440347,"groups":[{"label":"js","path":"./src/js","statSize":266339,"groups":[{"id":52,"label":"app.js + 50 modules (concatenated)","path":"./src/js/app.js + 50 modules (concatenated)","statSize":265121,"parsedSize":136817,"gzipSize":32123,"concatenated":true,"groups":[{"label":"src/js","path":"./src/js/app.js + 50 modules (concatenated)/src/js","statSize":37664,"groups":[{"id":null,"label":"app.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/app.js","statSize":2451,"parsedSize":1264,"gzipSize":296,"inaccurateSizes":true},{"label":"main","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main","statSize":11623,"groups":[{"id":null,"label":"index.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/index.js","statSize":174,"parsedSize":89,"gzipSize":21,"inaccurateSizes":true},{"id":null,"label":"visibility.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/visibility.js","statSize":901,"parsedSize":464,"gzipSize":109,"inaccurateSizes":true},{"id":null,"label":"touch.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/touch.js","statSize":1595,"parsedSize":823,"gzipSize":193,"inaccurateSizes":true},{"id":null,"label":"css-screen-size.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/css-screen-size.js","statSize":2677,"parsedSize":1381,"gzipSize":324,"inaccurateSizes":true},{"id":null,"label":"main.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/main.js","statSize":3991,"parsedSize":2059,"gzipSize":483,"inaccurateSizes":true},{"id":null,"label":"loading-spinner.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/main/loading-spinner.js","statSize":2285,"parsedSize":1179,"gzipSize":276,"inaccurateSizes":true}],"parsedSize":5998,"gzipSize":1408,"inaccurateSizes":true},{"label":"ui","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ui","statSize":11994,"groups":[{"id":null,"label":"carousel.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ui/carousel.js","statSize":7108,"parsedSize":3668,"gzipSize":861,"inaccurateSizes":true},{"id":null,"label":"dropdown.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ui/dropdown.js","statSize":4142,"parsedSize":2137,"gzipSize":501,"inaccurateSizes":true},{"id":null,"label":"datepicker.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ui/datepicker.js","statSize":744,"parsedSize":383,"gzipSize":90,"inaccurateSizes":true}],"parsedSize":6189,"gzipSize":1453,"inaccurateSizes":true},{"label":"ajax","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ajax","statSize":8357,"groups":[{"id":null,"label":"online.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ajax/online.js","statSize":2634,"parsedSize":1359,"gzipSize":319,"inaccurateSizes":true},{"id":null,"label":"lazy-images.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ajax/lazy-images.js","statSize":1515,"parsedSize":781,"gzipSize":183,"inaccurateSizes":true},{"label":"models","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ajax/models","statSize":4208,"groups":[{"id":null,"label":"image.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/ajax/models/image.js","statSize":4208,"parsedSize":2171,"gzipSize":509,"inaccurateSizes":true}],"parsedSize":2171,"gzipSize":509,"inaccurateSizes":true}],"parsedSize":4312,"gzipSize":1012,"inaccurateSizes":true},{"label":"layout","path":"./src/js/app.js + 50 modules (concatenated)/src/js/layout","statSize":1562,"groups":[{"id":null,"label":"index.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/layout/index.js","statSize":1562,"parsedSize":806,"gzipSize":189,"inaccurateSizes":true}],"parsedSize":806,"gzipSize":189,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/_events.js","statSize":1398,"parsedSize":721,"gzipSize":169,"inaccurateSizes":true},{"id":null,"label":"_consts.js","path":"./src/js/app.js + 50 modules (concatenated)/src/js/_consts.js","statSize":279,"parsedSize":143,"gzipSize":33,"inaccurateSizes":true}],"parsedSize":19436,"gzipSize":4563,"inaccurateSizes":true},{"label":"node_modules/.pnpm","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm","statSize":227457,"groups":[{"label":"@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/js","statSize":18851,"groups":[{"id":null,"label":"app.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/js/app.js","statSize":980,"parsedSize":505,"gzipSize":118,"inaccurateSizes":true},{"id":null,"label":"_events.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/js/_events.js","statSize":1367,"parsedSize":705,"gzipSize":165,"inaccurateSizes":true},{"id":null,"label":"window.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/@a2nt+meta-lightbox-js@4.2.4/node_modules/@a2nt/meta-lightbox-js/src/js/window.js","statSize":16504,"parsedSize":8516,"gzipSize":1999,"inaccurateSizes":true}],"parsedSize":9728,"gzipSize":2284,"inaccurateSizes":true},{"label":"bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src","statSize":73718,"groups":[{"id":null,"label":"carousel.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/carousel.js","statSize":21299,"parsedSize":10991,"gzipSize":2580,"inaccurateSizes":true},{"label":"dom","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/dom","statSize":21092,"groups":[{"id":null,"label":"event-handler.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/dom/event-handler.js","statSize":12341,"parsedSize":6368,"gzipSize":1495,"inaccurateSizes":true},{"id":null,"label":"manipulator.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/dom/manipulator.js","statSize":3698,"parsedSize":1908,"gzipSize":448,"inaccurateSizes":true},{"id":null,"label":"selector-engine.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/dom/selector-engine.js","statSize":3595,"parsedSize":1855,"gzipSize":435,"inaccurateSizes":true},{"id":null,"label":"data.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/dom/data.js","statSize":1458,"parsedSize":752,"gzipSize":176,"inaccurateSizes":true}],"parsedSize":10884,"gzipSize":2555,"inaccurateSizes":true},{"label":"util","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/util","statSize":22917,"groups":[{"id":null,"label":"index.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/util/index.js","statSize":9531,"parsedSize":4918,"gzipSize":1154,"inaccurateSizes":true},{"id":null,"label":"swipe.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/util/swipe.js","statSize":8176,"parsedSize":4219,"gzipSize":990,"inaccurateSizes":true},{"id":null,"label":"config.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/util/config.js","statSize":5210,"parsedSize":2688,"gzipSize":631,"inaccurateSizes":true}],"parsedSize":11826,"gzipSize":2776,"inaccurateSizes":true},{"id":null,"label":"base-component.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/bootstrap@5.2.3_@popperjs+core@2.11.7/node_modules/bootstrap/js/src/base-component.js","statSize":8410,"parsedSize":4340,"gzipSize":1018,"inaccurateSizes":true}],"parsedSize":38042,"gzipSize":8931,"inaccurateSizes":true},{"label":"vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js","statSize":132075,"groups":[{"id":null,"label":"Datepicker.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/Datepicker.js","statSize":25058,"parsedSize":12931,"gzipSize":3036,"inaccurateSizes":true},{"label":"lib","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib","statSize":18108,"groups":[{"id":null,"label":"date-format.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib/date-format.js","statSize":5594,"parsedSize":2886,"gzipSize":677,"inaccurateSizes":true},{"id":null,"label":"date.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib/date.js","statSize":4984,"parsedSize":2572,"gzipSize":603,"inaccurateSizes":true},{"id":null,"label":"utils.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib/utils.js","statSize":1841,"parsedSize":950,"gzipSize":223,"inaccurateSizes":true},{"id":null,"label":"dom.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib/dom.js","statSize":1570,"parsedSize":810,"gzipSize":190,"inaccurateSizes":true},{"id":null,"label":"event.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/lib/event.js","statSize":4119,"parsedSize":2125,"gzipSize":499,"inaccurateSizes":true}],"parsedSize":9344,"gzipSize":2194,"inaccurateSizes":true},{"label":"i18n","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/i18n","statSize":566,"groups":[{"id":null,"label":"base-locales.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/i18n/base-locales.js","statSize":566,"parsedSize":292,"gzipSize":68,"inaccurateSizes":true}],"parsedSize":292,"gzipSize":68,"inaccurateSizes":true},{"label":"options","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/options","statSize":14990,"groups":[{"id":null,"label":"defaultOptions.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/options/defaultOptions.js","statSize":874,"parsedSize":451,"gzipSize":105,"inaccurateSizes":true},{"id":null,"label":"processOptions.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/options/processOptions.js","statSize":12927,"parsedSize":6671,"gzipSize":1566,"inaccurateSizes":true},{"id":null,"label":"shortcutKeys.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/options/shortcutKeys.js","statSize":1189,"parsedSize":613,"gzipSize":144,"inaccurateSizes":true}],"parsedSize":7735,"gzipSize":1816,"inaccurateSizes":true},{"label":"picker","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker","statSize":62801,"groups":[{"id":null,"label":"Picker.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/Picker.js","statSize":19228,"parsedSize":9922,"gzipSize":2329,"inaccurateSizes":true},{"label":"templates","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/templates","statSize":1565,"groups":[{"id":null,"label":"pickerTemplate.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/templates/pickerTemplate.js","statSize":920,"parsedSize":474,"gzipSize":111,"inaccurateSizes":true},{"id":null,"label":"daysTemplate.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/templates/daysTemplate.js","statSize":322,"parsedSize":166,"gzipSize":39,"inaccurateSizes":true},{"id":null,"label":"weekNumbersTemplate.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/templates/weekNumbersTemplate.js","statSize":323,"parsedSize":166,"gzipSize":39,"inaccurateSizes":true}],"parsedSize":807,"gzipSize":189,"inaccurateSizes":true},{"label":"views","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/views","statSize":42008,"groups":[{"id":null,"label":"DaysView.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/views/DaysView.js","statSize":11270,"parsedSize":5815,"gzipSize":1365,"inaccurateSizes":true},{"id":null,"label":"MonthsView.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/views/MonthsView.js","statSize":11641,"parsedSize":6007,"gzipSize":1410,"inaccurateSizes":true},{"id":null,"label":"YearsView.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/views/YearsView.js","statSize":10297,"parsedSize":5313,"gzipSize":1247,"inaccurateSizes":true},{"id":null,"label":"View.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/picker/views/View.js","statSize":8800,"parsedSize":4541,"gzipSize":1066,"inaccurateSizes":true}],"parsedSize":21678,"gzipSize":5089,"inaccurateSizes":true}],"parsedSize":32408,"gzipSize":7609,"inaccurateSizes":true},{"label":"events","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/events","statSize":10552,"groups":[{"id":null,"label":"functions.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/events/functions.js","statSize":2151,"parsedSize":1110,"gzipSize":260,"inaccurateSizes":true},{"id":null,"label":"elementListeners.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/events/elementListeners.js","statSize":6039,"parsedSize":3116,"gzipSize":731,"inaccurateSizes":true},{"id":null,"label":"otherListeners.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/events/otherListeners.js","statSize":840,"parsedSize":433,"gzipSize":101,"inaccurateSizes":true},{"id":null,"label":"pickerListeners.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/vanillajs-datepicker@1.3.1/node_modules/vanillajs-datepicker/js/events/pickerListeners.js","statSize":1522,"parsedSize":785,"gzipSize":184,"inaccurateSizes":true}],"parsedSize":5445,"gzipSize":1278,"inaccurateSizes":true}],"parsedSize":68157,"gzipSize":16002,"inaccurateSizes":true},{"label":"redaxios@0.5.1/node_modules/redaxios/dist","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/redaxios@0.5.1/node_modules/redaxios/dist","statSize":2813,"groups":[{"id":null,"label":"redaxios.module.js","path":"./src/js/app.js + 50 modules (concatenated)/node_modules/.pnpm/redaxios@0.5.1/node_modules/redaxios/dist/redaxios.module.js","statSize":2813,"parsedSize":1451,"gzipSize":340,"inaccurateSizes":true}],"parsedSize":1451,"gzipSize":340,"inaccurateSizes":true}],"parsedSize":117380,"gzipSize":27559,"inaccurateSizes":true}]},{"label":"main","path":"./src/js/main","statSize":1218,"groups":[{"id":359,"label":"funcs.js","path":"./src/js/main/funcs.js","statSize":1218,"parsedSize":370,"gzipSize":268}],"parsedSize":370,"gzipSize":268}],"parsedSize":137187,"gzipSize":32278},{"label":"scss","path":"./src/scss","statSize":174008,"groups":[{"id":null,"label":"app.scss","path":"./src/scss/app.scss","statSize":174008}],"parsedSize":0,"gzipSize":0}],"parsedSize":137187,"gzipSize":32278}],"isInitialByEntrypoint":{"app":true}},{"label":"js/app_sw.js","isAsset":true,"statSize":5518,"parsedSize":2268,"gzipSize":935,"groups":[{"label":"src/js","path":"./src/js","statSize":3226,"groups":[{"label":"libs","path":"./src/js/libs","statSize":147,"groups":[{"id":263,"label":"log.js","path":"./src/js/libs/log.js","statSize":147,"parsedSize":45,"gzipSize":57}],"parsedSize":45,"gzipSize":57},{"label":"types","path":"./src/js/types","statSize":3079,"groups":[{"id":724,"label":"sw.js","path":"./src/js/types/sw.js","statSize":3079,"parsedSize":1116,"gzipSize":548}],"parsedSize":1116,"gzipSize":548}],"parsedSize":1161,"gzipSize":566},{"label":"thirdparty","path":"./thirdparty","statSize":2292,"groups":[{"id":73,"label":"serviceworker-caches.js","path":"./thirdparty/serviceworker-caches.js","statSize":2292,"parsedSize":1107,"gzipSize":486}],"parsedSize":1107,"gzipSize":486}],"isInitialByEntrypoint":{"app_sw":true}},{"label":"js/app_cms.js","isAsset":true,"statSize":50,"parsedSize":0,"gzipSize":20,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":519,"label":"cms.scss","path":"./src/scss/types/cms.scss","statSize":50}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"app_cms":true}},{"label":"js/app_editor.js","isAsset":true,"statSize":50,"parsedSize":0,"gzipSize":20,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":978,"label":"editor.scss","path":"./src/scss/types/editor.scss","statSize":50}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"app_editor":true}},{"label":"js/app_map.api.js","isAsset":true,"statSize":50,"parsedSize":0,"gzipSize":20,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":157,"label":"map.api.scss","path":"./src/scss/types/map.api.scss","statSize":50}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"app_map.api":true}},{"label":"js/app_order.js","isAsset":true,"statSize":50,"parsedSize":0,"gzipSize":20,"groups":[{"label":"src/scss/types","path":"./src/scss/types","statSize":50,"groups":[{"id":816,"label":"order.scss","path":"./src/scss/types/order.scss","statSize":50}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"app_order":true}}];
window.entrypoints = ["app","app_sw","app_cms","app_editor","app_map.api","app_order"];
window.defaultSizes = "parsed";
</script>

View File

@ -1,6 +1,6 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react",
"version": "4.8.9",
"version": "4.9.3",
"description": "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
"author": "Tony Air <tony@twma.pro>",
"license": "BSD-2-Clause",
@ -53,9 +53,9 @@
],
"dependencies": {
"@a2nt/meta-lightbox-js": "^4.2.4",
"@angular/common": "^15.2.4",
"@angular/core": "^15.2.4",
"@apollo/client": "^3.7.10",
"@angular/common": "^15.2.9",
"@angular/core": "^15.2.9",
"@apollo/client": "^3.7.14",
"@popperjs/core": "^2.11.7",
"@turf/clone": "^6.5.0",
"@turf/clusters-dbscan": "^6.5.0",
@ -71,7 +71,7 @@
"brace-expansion": "^2.0.1",
"choices.js": "^10.2.0",
"density-clustering": "^1.3.0",
"eslint-scope": "^7.1.1",
"eslint-scope": "^7.2.0",
"fast-deep-equal": "^3.1.3",
"font-awesome": "^4.7.0",
"graphql": "^16.6.0",
@ -83,9 +83,9 @@
"localforage-cordovasqlitedriver": "^1.8.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"mapbox-gl": "^2.13.0",
"mapbox-gl": "^2.14.1",
"material-design-color": "^2.3.2",
"minimatch": "^7.4.3",
"minimatch": "^9.0.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -93,7 +93,7 @@
"react-tiny-oembed": "^1.1.0",
"redaxios": "^0.5.1",
"redux": "^4.2.1",
"rxjs": "^7.8.0",
"rxjs": "^7.8.1",
"select2": "^4.0.13",
"setimmediate": "^1.0.5",
"skmeans": "^0.11.3",
@ -103,23 +103,23 @@
},
"devDependencies": {
"@a2nt/image-sprite-webpack-plugin": "^0.2.5",
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.21.3",
"@babel/core": "^7.21.8",
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.21.4",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/plugin-transform-react-jsx": "^7.21.5",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/plugin-transform-typescript": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.21.0",
"@googlemaps/markerclusterer": "*",
"@babel/runtime": "^7.21.5",
"@googlemaps/markerclusterer": "^2.0.15",
"@sucrase/webpack-loader": "^2.0.0",
"@ungap/global-this": "^0.4.4",
"@wry/context": "^0.7.0",
"@wry/equality": "^0.5.3",
"@wry/context": "^0.7.2",
"@wry/equality": "^0.5.5",
"@wry/trie": "^0.3.2",
"animate.css": "^4.1.1",
"ansi-html": "^0.0.9",
@ -134,7 +134,7 @@
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"debug": "^4.3.4",
"eslint": "^8.36.0",
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-react": "^7.32.2",
@ -144,7 +144,7 @@
"fast-json-stable-stringify": "^2.1.0",
"fast-levenshtein": "^3.0.0",
"fastest-levenshtein": "^1.0.16",
"favicons": "^7.1.1",
"favicons": "^7.1.2",
"favicons-webpack-plugin": "6.0.0",
"file-loader": "^6.2.0",
"graphql-tag": "^2.12.6",
@ -152,8 +152,8 @@
"html-dom-parser": "^3.1.7",
"html-entities": "^2.3.3",
"html-loader": "^4.2.0",
"html-react-parser": "^3.0.15",
"html-webpack-plugin": "^5.5.0",
"html-react-parser": "^3.0.16",
"html-webpack-plugin": "^5.5.1",
"img-optimize-loader": "^1.0.7",
"loglevel": "^1.8.1",
"mini-css-extract-plugin": "^2.7.5",
@ -162,7 +162,7 @@
"node-fetch": "^3.3.1",
"object-assign": "^4.1.1",
"optimism": "^0.16.2",
"postcss-loader": "^7.1.0",
"postcss-loader": "^7.3.0",
"prop-types": "^15.8.1",
"punycode": "^2.3.0",
"querystring": "^0.2.1",
@ -172,9 +172,9 @@
"react-lifecycles-compat": "^3.0.4",
"regenerator-runtime": "^0.13.11",
"resolve-url-loader": "^5.0.0",
"rimraf": "^4.4.1",
"rimraf": "^5.0.0",
"routie": "0.0.1",
"sass": "*",
"sass": "^1.62.1",
"sass-lint": "^1.13.1",
"sass-lint-auto-fix": "^0.21.2",
"sass-lint-fix": "^1.12.1",
@ -183,19 +183,19 @@
"shallowequal": "^1.1.0",
"strip-ansi": "^7.0.1",
"style-loader": "^3.3.2",
"sucrase": "^3.31.0",
"sucrase": "^3.32.0",
"svg-url-loader": "^8.0.0",
"symbol-observable": "^4.0.0",
"terser-webpack-plugin": "^5.3.7",
"terser-webpack-plugin": "^5.3.8",
"ts-invariant": "^0.10.3",
"tslib": "^2.5.0",
"url": "^0.11.0",
"url-loader": "^4.1.1",
"webpack": "^5.76.3",
"webpack": "^5.82.1",
"webpack-build-notifications": "^0.3.2",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.8.0",
"yarn": "^1.22.19",

View File

@ -56,7 +56,7 @@ const DropdownHoverUI = ((window) => {
const init = () => {
console.log(`${NAME}: init`)
const clickableEls = document.querySelectorAll(`.${NAME},[data-bs-toggle="dropdown"]`)
const clickableEls = document.querySelectorAll(`.${NAME},[data-bs-toggle="dropdown"],.dropdown-toggle`)
const hoverableEls = document.querySelectorAll('[data-bs-toggle="hover"]')
const attachHoverEvents = (el) => {
@ -74,18 +74,23 @@ const DropdownHoverUI = ((window) => {
const parent = el.closest('.dropdown')
const href = el.getAttribute('href')
if(parent){
console.log(`${NAME}: nav toggle`);
Toggle(parent)
}
// nav second click
if(href && el.dataset.firstClick) {
console.log(`${NAME}: nav second click`);
window.location.href = href;
console.log(`${NAME}: nav second click`)
window.location.href = href
}
el.dataset.firstClick = true
el.dataset.firstClick = true;
if(parent){
// big screen click
if(window.innerWidth > 768 && parent.classList.contains('active-dropdown')){
console.log(`${NAME}: big screen | nav click the dropdown is shown already`)
window.location.href = href
}
console.log(`${NAME}: nav toggle`)
Toggle(parent)
}
})
el.classList.add(`${NAME}-active`)

View File

@ -144,7 +144,7 @@ table {
ul,
ol {
padding-left: $typography-spacer-x;
padding-left: $typography-spacer-x * 2;
li {
position: relative;
@ -156,7 +156,7 @@ ol {
padding-left: $typography-spacer-x * 2;
}
ul {
/*ul {
list-style: none;
li {
@ -175,7 +175,7 @@ ul {
background: currentColor;
}
}
}
}*/
table,
p,