@scouterna/ui-webc 3.2.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index-BPpKjjvS.js → index-Vd3hlPvW.js} +35 -4
- package/dist/cjs/{inputMixin-D0IzcaXz.js → inputMixin-BsRV69ob.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/scout-app-bar.cjs.entry.js +2 -2
- package/dist/cjs/scout-avatar.cjs.entry.js +39 -0
- package/dist/cjs/scout-bottom-bar-item.cjs.entry.js +2 -2
- package/dist/cjs/scout-bottom-bar.cjs.entry.js +2 -2
- package/dist/cjs/scout-button.cjs.entry.js +1 -1
- package/dist/cjs/scout-card.cjs.entry.js +1 -1
- package/dist/cjs/scout-checkbox_2.cjs.entry.js +2 -2
- package/dist/cjs/scout-divider.cjs.entry.js +1 -1
- package/dist/cjs/scout-drawer.cjs.entry.js +841 -0
- package/dist/cjs/scout-field.cjs.entry.js +1 -1
- package/dist/cjs/scout-input.cjs.entry.js +2 -2
- package/dist/cjs/scout-link.cjs.entry.js +1 -1
- package/dist/cjs/scout-list-view-item.cjs.entry.js +2 -2
- package/dist/cjs/scout-list-view-subheader.cjs.entry.js +1 -1
- package/dist/cjs/scout-list-view.cjs.entry.js +7 -5
- package/dist/cjs/scout-loader.cjs.entry.js +1 -1
- package/dist/cjs/scout-segmented-control.cjs.entry.js +88 -0
- package/dist/cjs/scout-select.cjs.entry.js +3 -3
- package/dist/cjs/scout-stack.cjs.entry.js +3 -3
- package/dist/cjs/scout-switch.cjs.entry.js +3 -3
- package/dist/cjs/scout-tabs-tab.cjs.entry.js +2 -2
- package/dist/cjs/scout-tabs.cjs.entry.js +3 -3
- package/dist/cjs/ui-webc.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/app-bar/app-bar.css +5 -1
- package/dist/collection/components/avatar/assets/fallbackImage.png +0 -0
- package/dist/collection/components/avatar/avatar.css +7 -0
- package/dist/collection/components/avatar/avatar.js +88 -0
- package/dist/collection/components/bottom-bar/bottom-bar.css +7 -2
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.css +16 -2
- package/dist/collection/components/drawer/drawer.css +157 -0
- package/dist/collection/components/drawer/drawer.js +323 -0
- package/dist/collection/components/list-view/list-view.css +7 -2
- package/dist/collection/components/list-view/list-view.js +6 -4
- package/dist/collection/components/list-view-item/list-view-item.css +16 -4
- package/dist/collection/components/segmented-control/segmented-control.css +68 -0
- package/dist/collection/components/segmented-control/segmented-control.js +185 -0
- package/dist/collection/components/select/select.js +1 -1
- package/dist/collection/components/stack/stack.js +2 -2
- package/dist/collection/components/switch/switch.js +1 -1
- package/dist/collection/components/tabs/tabs.js +2 -2
- package/dist/collection/components/tabs-tab/tabs-tab.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/p-BO7j9O37.js +1 -0
- package/dist/components/p-DLiFilsh.js +1 -0
- package/dist/components/{p-CYcNS38J.js → p-lrqW957X.js} +1 -1
- package/dist/components/scout-app-bar.js +1 -1
- package/dist/components/scout-avatar.d.ts +11 -0
- package/dist/components/scout-avatar.js +1 -0
- package/dist/components/scout-bottom-bar-item.js +1 -1
- package/dist/components/scout-bottom-bar.js +1 -1
- package/dist/components/scout-button.js +1 -1
- package/dist/components/scout-card.js +1 -1
- package/dist/components/scout-checkbox.js +1 -1
- package/dist/components/scout-divider.js +1 -1
- package/dist/components/scout-drawer.d.ts +11 -0
- package/dist/components/scout-drawer.js +1 -0
- package/dist/components/scout-field.js +1 -1
- package/dist/components/scout-input.js +1 -1
- package/dist/components/scout-link.js +1 -1
- package/dist/components/scout-list-view-item.js +1 -1
- package/dist/components/scout-list-view-subheader.js +1 -1
- package/dist/components/scout-list-view.js +1 -1
- package/dist/components/scout-loader.js +1 -1
- package/dist/components/scout-radio-button.js +1 -1
- package/dist/components/scout-segmented-control.d.ts +11 -0
- package/dist/components/scout-segmented-control.js +1 -0
- package/dist/components/scout-select.js +1 -1
- package/dist/components/scout-stack.js +1 -1
- package/dist/components/scout-switch.js +1 -1
- package/dist/components/scout-tabs-tab.js +1 -1
- package/dist/components/scout-tabs.js +1 -1
- package/dist/custom-elements.json +475 -1
- package/dist/esm/{index-CBq_WkdR.js → index-BtN0bCWb.js} +35 -5
- package/dist/esm/{inputMixin-CArDsEiI.js → inputMixin-DC4hF1Lp.js} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/scout-app-bar.entry.js +2 -2
- package/dist/esm/scout-avatar.entry.js +37 -0
- package/dist/esm/scout-bottom-bar-item.entry.js +2 -2
- package/dist/esm/scout-bottom-bar.entry.js +2 -2
- package/dist/esm/scout-button.entry.js +1 -1
- package/dist/esm/scout-card.entry.js +1 -1
- package/dist/esm/scout-checkbox_2.entry.js +2 -2
- package/dist/esm/scout-divider.entry.js +1 -1
- package/dist/esm/scout-drawer.entry.js +839 -0
- package/dist/esm/scout-field.entry.js +1 -1
- package/dist/esm/scout-input.entry.js +2 -2
- package/dist/esm/scout-link.entry.js +1 -1
- package/dist/esm/scout-list-view-item.entry.js +2 -2
- package/dist/esm/scout-list-view-subheader.entry.js +1 -1
- package/dist/esm/scout-list-view.entry.js +7 -5
- package/dist/esm/scout-loader.entry.js +1 -1
- package/dist/esm/scout-segmented-control.entry.js +86 -0
- package/dist/esm/scout-select.entry.js +3 -3
- package/dist/esm/scout-stack.entry.js +3 -3
- package/dist/esm/scout-switch.entry.js +3 -3
- package/dist/esm/scout-tabs-tab.entry.js +2 -2
- package/dist/esm/scout-tabs.entry.js +3 -3
- package/dist/esm/ui-webc.js +3 -3
- package/dist/types/components/avatar/avatar.d.ts +16 -0
- package/dist/types/components/drawer/drawer.d.ts +53 -0
- package/dist/types/components/segmented-control/segmented-control.d.ts +40 -0
- package/dist/types/components/tabs/tabs.d.ts +1 -1
- package/dist/types/components.d.ts +252 -0
- package/dist/ui-webc/assets/fallbackImage.png +0 -0
- package/dist/ui-webc/p-0b313ae9.entry.js +1 -0
- package/dist/ui-webc/p-1c5b40f5.entry.js +1 -0
- package/dist/ui-webc/p-214dc4e4.entry.js +1 -0
- package/dist/ui-webc/{p-a153023c.entry.js → p-2d773911.entry.js} +1 -1
- package/dist/ui-webc/{p-c0696c1f.entry.js → p-4d676928.entry.js} +1 -1
- package/dist/ui-webc/p-4d905b20.entry.js +1 -0
- package/dist/ui-webc/{p-f8a4ef3d.entry.js → p-5b0e6de5.entry.js} +1 -1
- package/dist/ui-webc/p-6bd3258b.entry.js +1 -0
- package/dist/ui-webc/p-6fea31a0.entry.js +1 -0
- package/dist/ui-webc/{p-6287efe7.entry.js → p-70c0acea.entry.js} +1 -1
- package/dist/ui-webc/p-74bd1d24.entry.js +1 -0
- package/dist/ui-webc/{p-0e444b1f.entry.js → p-8c81f27f.entry.js} +1 -1
- package/dist/ui-webc/{p-ff537388.entry.js → p-9c8d24b2.entry.js} +1 -1
- package/dist/ui-webc/p-9e3739c6.entry.js +1 -0
- package/dist/ui-webc/p-BtN0bCWb.js +2 -0
- package/dist/ui-webc/{p-6xDaXBJm.js → p-DMdnqqlQ.js} +1 -1
- package/dist/ui-webc/{p-b699617e.entry.js → p-a26bd0db.entry.js} +1 -1
- package/dist/ui-webc/{p-a2c09e05.entry.js → p-cec7a021.entry.js} +1 -1
- package/dist/ui-webc/p-d0fc1cd6.entry.js +1 -0
- package/dist/ui-webc/p-d76c67a5.entry.js +1 -0
- package/dist/ui-webc/{p-8f5965aa.entry.js → p-d88cbd78.entry.js} +1 -1
- package/dist/ui-webc/{p-f8099e5b.entry.js → p-db109100.entry.js} +1 -1
- package/dist/ui-webc/{p-6825e415.entry.js → p-ee796725.entry.js} +1 -1
- package/dist/ui-webc/{p-189879c2.entry.js → p-f1fb33e9.entry.js} +1 -1
- package/dist/ui-webc/ui-webc.css +2 -2
- package/dist/ui-webc/ui-webc.esm.js +1 -1
- package/package.json +2 -1
- package/dist/components/p-CXXyN7aY.js +0 -1
- package/dist/components/p-a16hBieR.js +0 -1
- package/dist/ui-webc/p-60cd6c7e.entry.js +0 -1
- package/dist/ui-webc/p-78126f74.entry.js +0 -1
- package/dist/ui-webc/p-CBq_WkdR.js +0 -2
- package/dist/ui-webc/p-c4f7cfa2.entry.js +0 -1
- package/dist/ui-webc/p-cdc127de.entry.js +0 -1
- package/dist/ui-webc/p-db40c987.entry.js +0 -1
- package/dist/ui-webc/p-f799b2d8.entry.js +0 -1
- package/dist/ui-webc/p-fe2020a1.entry.js +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const e=':root{--misc-color-annotations:#ff00ff;--color-blue-50:#e6eeff;--color-blue-100:#d0e0ff;--color-blue-200:#9cc3ff;--color-blue-300:#58a6ff;--color-blue-400:#0087e3;--color-blue-500:#006bb5;--color-blue-600:#00508a;--color-blue-700:#003660;--color-blue-800:#002748;--color-blue-900:#00162d;--color-blue-950:#000f21;--color-neutral-50:#ebf1f7;--color-neutral-100:#d7e4f0;--color-neutral-200:#b1cde3;--color-neutral-300:#87b3d4;--color-neutral-400:#749bb7;--color-neutral-500:#608199;--color-neutral-600:#4c667a;--color-neutral-700:#374b5a;--color-neutral-800:#25343f;--color-neutral-900:#131d24;--color-neutral-950:#0a1217;--color-white:#ffffff;--color-challengerpink-50:#fff0f2;--color-challengerpink-100:#ffdde3;--color-challengerpink-200:#ffbac7;--color-challengerpink-300:#ff93ab;--color-challengerpink-400:#ff668e;--color-challengerpink-500:#ff1271;--color-challengerpink-600:#da005e;--color-challengerpink-700:#a60046;--color-challengerpink-800:#72002e;--color-challengerpink-900:#470019;--color-challengerpink-950:#30000f;--color-orange-50:#fffbeb;--color-orange-100:#fef3c7;--color-orange-200:#fde68a;--color-orange-300:#fcd34d;--color-orange-400:#fbbf24;--color-orange-500:#f59e0b;--color-orange-600:#d97706;--color-orange-700:#b45309;--color-orange-800:#92400e;--color-orange-900:#78350f;--color-orange-950:#451a03;--color-gray-50:#f3f3f4;--color-gray-100:#e5e5e6;--color-gray-200:#cbccce;--color-gray-300:#b2b3b6;--color-gray-400:#9c9ea1;--color-gray-500:#85868a;--color-gray-600:#6e7073;--color-gray-700:#585a5c;--color-gray-800:#444547;--color-gray-900:#252627;--color-gray-950:#151616;--color-discovererblue-50:#eaf5ff;--color-discovererblue-100:#cde9ff;--color-discovererblue-200:#92d4ff;--color-discovererblue-300:#1ec0ff;--color-discovererblue-400:#00a8e1;--color-discovererblue-500:#008bbb;--color-discovererblue-600:#006d94;--color-discovererblue-700:#01516f;--color-discovererblue-800:#00394f;--color-discovererblue-900:#00202f;--color-discovererblue-950:#00131d;--color-trackergreen-50:#ccfec6;--color-trackergreen-100:#85fd72;--color-trackergreen-200:#5be23d;--color-trackergreen-300:#4ec333;--color-trackergreen-400:#41a629;--color-trackergreen-500:#348821;--color-trackergreen-600:#286c18;--color-trackergreen-700:#1c5110;--color-trackergreen-800:#113808;--color-trackergreen-900:#072103;--color-trackergreen-950:#031501;--color-green-50:#f0fdf4;--color-green-100:#dcfce7;--color-green-200:#b9f8cf;--color-green-300:#7bf1a8;--color-green-400:#05df72;--color-green-500:#00c950;--color-green-600:#00a63e;--color-green-700:#008236;--color-green-800:#016630;--color-green-900:#0d542b;--color-green-950:#032e15;--color-red-50:#fef2f2;--color-red-100:#ffe2e2;--color-red-200:#ffc9c9;--color-red-300:#ffa2a2;--color-red-400:#ff6467;--color-red-500:#fb2c36;--color-red-600:#e7000b;--color-red-700:#c10007;--color-red-800:#9f0712;--color-red-900:#82181a;--color-red-950:#460809;--color-black:#000000;--color-roveryellow-50:#fffd62;--color-roveryellow-100:#f4f203;--color-roveryellow-200:#e2e000;--color-roveryellow-300:#c3c100;--color-roveryellow-400:#a4a300;--color-roveryellow-500:#878500;--color-roveryellow-600:#6a6900;--color-roveryellow-700:#515000;--color-roveryellow-800:#373700;--color-roveryellow-900:#1f1f00;--color-roveryellow-950:#121200;--color-adventurerorange-50:#fff1ee;--color-adventurerorange-100:#fee2dd;--color-adventurerorange-200:#fec0b4;--color-adventurerorange-300:#fda18b;--color-adventurerorange-400:#fd7a4c;--color-adventurerorange-500:#e95f13;--color-adventurerorange-600:#b94a0d;--color-adventurerorange-700:#8e3708;--color-adventurerorange-800:#622303;--color-adventurerorange-900:#3c1301;--color-adventurerorange-950:#280a01;--fontsize-base:1rem;--fontfamily-sans:"Source Sans 3 Variable", sans-serif;--spacing-base:0.25rem;--color-text-caution-base:var(--color-orange-700);--color-text-caution-bold-base:var(--color-orange-50);--color-text-brand-base:var(--color-blue-700);--color-text-brand-inverse:var(--color-white);--color-text-danger-base:var(--color-red-700);--color-text-danger-bold-base:var(--color-red-50);--color-text-positive-bold-base:var(--color-green-50);--color-text-positive-base:var(--color-green-700);--color-text-base:var(--color-neutral-800);--color-background-danger-base:var(--color-red-100);--color-background-danger-bold-base:var(--color-red-700);--color-background-danger-bold-hovered:var(--color-red-800);--color-background-danger-bold-pressed:var(--color-red-900);--color-background-brand-subtle-hovered:var(--color-blue-50);--color-background-brand-subtle-pressed:var(--color-blue-100);--color-background-brand-subtle-base:var(--color-blue-700);--color-background-brand-hovered:var(--color-blue-800);--color-background-brand-pressed:var(--color-blue-900);--color-background-brand-base:var(--color-blue-700);--color-background-positive-base:var(--color-green-100);--color-background-positive-bold-base:var(--color-green-700);--color-background-positive-bold-hovered:var(--color-green-800);--color-background-positive-bold-pressed:var(--color-green-900);--color-background-caution-base:var(--color-orange-100);--color-background-caution-bold-base:var(--color-orange-700);--color-background-caution-bold-hovered:var(--color-orange-800);--color-background-caution-bold-pressed:var(--color-orange-900);--fontsize-lg:calc(var(--fontsize-base)*1.125);--fontsize-sm:calc(var(--fontsize-base)*0.875);--fontsize-xs:calc(var(--fontsize-base)*0.75);--fontsize-3xl:calc(var(--fontsize-base)*1.875);--fontsize-4xl:calc(var(--fontsize-base)*2.25);--fontsize-2xl:calc(var(--fontsize-base)*1.5);--fontsize-xl:calc(var(--fontsize-base)*1.25);--fontsize-6xl:calc(var(--fontsize-base)*3.75);--fontsize-5xl:calc(var(--fontsize-base)*3);--spacing-1:calc(var(--spacing-base)*1);--spacing-2:calc(var(--spacing-base)*2);--spacing-3:calc(var(--spacing-base)*3);--spacing-4:calc(var(--spacing-base)*4);--spacing-5:calc(var(--spacing-base)*5);--spacing-6:calc(var(--spacing-base)*6);--spacing-7:calc(var(--spacing-base)*7);--spacing-8:calc(var(--spacing-base)*8);--spacing-10:calc(var(--spacing-base)*10);--spacing-11:calc(var(--spacing-base)*11);--spacing-12:calc(var(--spacing-base)*12);--spacing-14:calc(var(--spacing-base)*14);--spacing-16:calc(var(--spacing-base)*16);--spacing-17:calc(var(--spacing-base)*17);--spacing-18:calc(var(--spacing-base)*18);--spacing-20:calc(var(--spacing-base)*20);--spacing-24:calc(var(--spacing-base)*24);--spacing-28:calc(var(--spacing-base)*28);--spacing-32:calc(var(--spacing-base)*32);--spacing-36:calc(var(--spacing-base)*36);--spacing-40:calc(var(--spacing-base)*40);--spacing-48:calc(var(--spacing-base)*48);--spacing-52:calc(var(--spacing-base)*52);--spacing-56:calc(var(--spacing-base)*56);--spacing-60:calc(var(--spacing-base)*60);--spacing-64:calc(var(--spacing-base)*64);--spacing-72:calc(var(--spacing-base)*72);--spacing-80:calc(var(--spacing-base)*80);--spacing-96:calc(var(--spacing-base)*96);--spacing-180:calc(var(--spacing-base)*180);--spacing-195:calc(var(--spacing-base)*195);--spacing-212:calc(var(--spacing-base)*212);--spacing-380:calc(var(--spacing-base)*380);--type-body-base:400 var(--fontsize-base)/1.5 var(--fontfamily-sans);--type-body-sm:400 var(--fontsize-sm)/1.5 var(--fontfamily-sans);--type-body-lg:400 var(--fontsize-lg)/1.5 var(--fontfamily-sans);--type-body-xl:400 var(--fontsize-xl)/1.5 var(--fontfamily-sans);--type-body-2xl:400 var(--fontsize-2xl)/1.5 var(--fontfamily-sans);--type-heading-xl:600 var(--fontsize-6xl)/1.2 var(--fontfamily-sans);--type-heading-lg:600 var(--fontsize-5xl)/1.2 var(--fontfamily-sans);--type-heading-base:600 var(--fontsize-4xl)/1.2 var(--fontfamily-sans);--type-heading-sm:600 var(--fontsize-3xl)/1.2 var(--fontfamily-sans);--type-heading-xs:600 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-base:400 var(--fontsize-base)/1.2 var(--fontfamily-sans);--type-label-2xl:400 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-lg:400 var(--fontsize-lg)/1.2 var(--fontfamily-sans);--type-label-sm:400 var(--fontsize-sm)/1.2 var(--fontfamily-sans);--type-label-xl:400 var(--fontsize-xl)/1.2 var(--fontfamily-sans)}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::before,::after{box-sizing:border-box}html{font-family:system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,\n "Apple Color Emoji", "Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item}.scout-type-body-base{font:400 1rem/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-base)}.scout-type-body-sm{font:400 calc(1rem*0.875)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-sm)}.scout-type-body-lg{font:400 calc(1rem*1.125)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-lg)}.scout-type-body-xl{font:400 calc(1rem*1.25)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-xl)}.scout-type-body-2xl{font:400 calc(1rem*1.5)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-2xl)}.scout-type-heading-xl{font:600 calc(1rem*3.75)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-xl)}.scout-type-heading-lg{font:600 calc(1rem*3)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-lg)}.scout-type-heading-base{font:600 calc(1rem*2.25)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-base)}.scout-type-heading-sm{font:600 calc(1rem*1.875)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-sm)}.scout-type-heading-xs{font:600 calc(1rem*1.5)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-xs)}.scout-type-label-base{font:400 1rem/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-base)}.scout-type-label-2xl{font:400 calc(1rem*1.5)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-2xl)}.scout-type-label-lg{font:400 calc(1rem*1.125)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-lg)}.scout-type-label-sm{font:400 calc(1rem*0.875)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-sm)}.scout-type-label-xl{font:400 calc(1rem*1.25)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-xl)}:root{font-family:"Source Sans 3 Variable", sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}';var t,r,o,n,s,i,a,l,c,f,u,h,p,b,d,g,v,y,m,w=Object.create,S=Object.defineProperty,$=Object.getOwnPropertyDescriptor,k=Object.getOwnPropertyNames,x=Object.getPrototypeOf,z=Object.prototype.hasOwnProperty,O=e=>{throw TypeError(e)},j=(e,t)=>function(){return t||(0,e[k(e)[0]])((t={exports:{}}).exports,t),t.exports},M=(e,t,r)=>t.has(e)||O("Cannot "+r),E=(e,t,r)=>(M(e,t,"read from private field"),r?r.call(e):t.get(e)),N=(e,t,r)=>t.has(e)?O("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),R=(e,t,r)=>(M(e,t,"write to private field"),t.set(e,r),r),A=(e,t,r)=>(M(e,t,"access private method"),r),P=j({"node_modules/balanced-match/index.js"(e,t){function r(e,t,r){e instanceof RegExp&&(e=o(e,r)),t instanceof RegExp&&(t=o(t,r));var s=n(e,t,r);return s&&{start:s[0],end:s[1],pre:r.slice(0,s[0]),body:r.slice(s[0]+e.length,s[1]),post:r.slice(s[1]+t.length)}}function o(e,t){var r=t.match(e);return r?r[0]:null}function n(e,t,r){var o,n,s,i,a,l=r.indexOf(e),c=r.indexOf(t,l+1),f=l;if(l>=0&&c>0){if(e===t)return[l,c];for(o=[],s=r.length;f>=0&&!a;)f==l?(o.push(f),l=r.indexOf(e,f+1)):1==o.length?a=[o.pop(),c]:((n=o.pop())<s&&(s=n,i=c),c=r.indexOf(t,f+1)),f=l<c&&l>=0?l:c;o.length&&(a=[s,i])}return a}t.exports=r,r.range=n}}),W=j({"node_modules/brace-expansion/index.js"(e,t){var r=P();t.exports=function(e){return e?("{}"===e.substr(0,2)&&(e="\\{\\}"+e.substr(2)),d(function(e){return e.split("\\\\").join(o).split("\\{").join(n).split("\\}").join(s).split("\\,").join(i).split("\\.").join(a)}(e),!0).map(c)):[]};var o="\0SLASH"+Math.random()+"\0",n="\0OPEN"+Math.random()+"\0",s="\0CLOSE"+Math.random()+"\0",i="\0COMMA"+Math.random()+"\0",a="\0PERIOD"+Math.random()+"\0";function l(e){return parseInt(e,10)==e?parseInt(e,10):e.charCodeAt(0)}function c(e){return e.split(o).join("\\").split(n).join("{").split(s).join("}").split(i).join(",").split(a).join(".")}function f(e){if(!e)return[""];var t=[],o=r("{","}",e);if(!o)return e.split(",");var n=o.body,s=o.post,i=o.pre.split(",");i[i.length-1]+="{"+n+"}";var a=f(s);return s.length&&(i[i.length-1]+=a.shift(),i.push.apply(i,a)),t.push.apply(t,i),t}function u(e){return"{"+e+"}"}function h(e){return/^-?0\d/.test(e)}function p(e,t){return e<=t}function b(e,t){return e>=t}function d(e,t){var o=[],n=r("{","}",e);if(!n)return[e];var i=n.pre,a=n.post.length?d(n.post,!1):[""];if(/\$$/.test(n.pre))for(var c=0;c<a.length;c++)o.push(P=i+"{"+n.body+"}"+a[c]);else{var g,v,y=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(n.body),m=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(n.body),w=y||m,S=n.body.indexOf(",")>=0;if(!w&&!S)return n.post.match(/,(?!,).*\}/)?d(e=n.pre+"{"+n.body+s+n.post):[e];if(w)g=n.body.split(/\.\./);else if(1===(g=f(n.body)).length&&1===(g=d(g[0],!1).map(u)).length)return a.map((function(e){return n.pre+g[0]+e}));if(w){var $=l(g[0]),k=l(g[1]),x=Math.max(g[0].length,g[1].length),z=3==g.length?Math.abs(l(g[2])):1,O=p;k<$&&(z*=-1,O=b);var j=g.some(h);v=[];for(var M=$;O(M,k);M+=z){var E;if(m)"\\"===(E=String.fromCharCode(M))&&(E="");else if(E=String(M),j){var N=x-E.length;if(N>0){var R=new Array(N+1).join("0");E=M<0?"-"+R+E.slice(1):R+E}}v.push(E)}}else{v=[];for(var A=0;A<g.length;A++)v.push.apply(v,d(g[A],!1))}for(A=0;A<v.length;A++)for(c=0;c<a.length;c++){var P=i+v[A]+a[c];(!t||w||P)&&o.push(P)}}return o}}}),C=(e,t)=>{var r;Object.entries(null!=(r=t.o.t)?r:{}).map((([r,[o]])=>{if(31&o||32&o){const o=e[r],n=function(e,t){for(;e;){const r=Object.getOwnPropertyDescriptor(e,t);if(null==r?void 0:r.get)return r;e=Object.getPrototypeOf(e)}}(Object.getPrototypeOf(e),r)||Object.getOwnPropertyDescriptor(e,r);n&&Object.defineProperty(e,r,{get(){return n.get.call(this)},set(e){n.set.call(this,e)},configurable:!0,enumerable:!0}),e[r]=t.i.has(r)?t.i.get(r):o}}))},L=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},V=(e,t)=>t in e,T=(e,t)=>(0,console.error)(e,t),_=new Map,F="http://www.w3.org/1999/xlink",I="undefined"!=typeof window?window:{},U=I.HTMLElement||class{},D={l:0,u:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,r,o)=>e.addEventListener(t,r,o),rel:(e,t,r,o)=>e.removeEventListener(t,r,o),ce:(e,t)=>new CustomEvent(e,t)},B=(()=>{var e;let t=!1;try{null==(e=I.document)||e.addEventListener("e",null,Object.defineProperty({},"passive",{get(){t=!0}}))}catch(e){}return t})(),G=(()=>{try{return!!I.document.adoptedStyleSheets&&(new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync)}catch(e){}return!1})(),H=!!G&&(()=>!!I.document&&Object.getOwnPropertyDescriptor(I.document.adoptedStyleSheets,"length").writable)(),Z=!1,q=[],Y=[],J=(e,t)=>r=>{e.push(r),Z||(Z=!0,t&&4&D.l?X(Q):D.raf(Q))},K=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){T(e)}e.length=0},Q=()=>{K(q),K(Y),(Z=q.length>0)&&D.raf(Q)},X=e=>Promise.resolve(undefined).then(e),ee=J(Y,!0),te=e=>{const t=new URL(e,D.u);return t.origin!==I.location.origin?t.href:t.pathname},re=e=>D.u=e,oe=e=>"object"==(e=typeof e)||"function"===e,ne=(r=null!=(t=W())?w(x(t)):{},((e,t,r,o)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let r of k(t))z.call(e,r)||undefined===r||S(e,r,{get:()=>t[r],enumerable:!(o=$(t,r))||o.enumerable});return e})(S(r,"default",{value:t,enumerable:!0}),t)),se=e=>{if("string"!=typeof e)throw new TypeError("invalid pattern");if(e.length>65536)throw new TypeError("pattern is too long")},ie={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},ae=e=>e.replace(/[[\]\\-]/g,"\\$&"),le=e=>e.join(""),ce=(e,t)=>{const r=t;if("["!==e.charAt(r))throw new Error("not in a brace expression");const o=[],n=[];let s=r+1,i=!1,a=!1,l=!1,c=!1,f=r,u="";e:for(;s<e.length;){const t=e.charAt(s);if("!"!==t&&"^"!==t||s!==r+1){if("]"===t&&i&&!l){f=s+1;break}if(i=!0,"\\"!==t||l){if("["===t&&!l)for(const[t,[i,l,c]]of Object.entries(ie))if(e.startsWith(t,s)){if(u)return["$.",!1,e.length-r,!0];s+=t.length,c?n.push(i):o.push(i),a=a||l;continue e}l=!1,u?(t>u?o.push(ae(u)+"-"+ae(t)):t===u&&o.push(ae(t)),u="",s++):e.startsWith("-]",s+1)?(o.push(ae(t+"-")),s+=2):e.startsWith("-",s+1)?(u=t,s+=2):(o.push(ae(t)),s++)}else l=!0,s++}else c=!0,s++}if(f<s)return["",!1,0,!1];if(!o.length&&!n.length)return["$.",!1,e.length-r,!0];if(0===n.length&&1===o.length&&/^\\?.$/.test(o[0])&&!c){return[(h=2===o[0].length?o[0].slice(-1):o[0],h.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")),!1,f-r,!1]}var h;const p="["+(c?"^":"")+le(o)+"]",b="["+(c?"":"^")+le(n)+"]";return[o.length&&n.length?"("+p+"|"+b+")":o.length?p:b,a,f-r,!0]},fe=(e,{windowsPathsNoEscape:t=!1}={})=>t?e.replace(/\[([^\/\\])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"),ue=new Set(["!","?","+","*","@"]),he=e=>ue.has(e),pe="(?!\\.)",be=new Set(["[","."]),de=new Set(["..","."]),ge=new Set("().*{}+?[]^$\\!"),ve="[^/]",ye=ve+"*?",me=ve+"+?",we=class e{constructor(e,t,r={}){var d;N(this,b),((e,t,r)=>{t in e?S(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r})(this,"type"+"",d),N(this,o),N(this,n),N(this,s,!1),N(this,i,[]),N(this,a),N(this,l),N(this,c),N(this,f,!1),N(this,u),N(this,h),N(this,p,!1),this.type=e,e&&R(this,n,!0),R(this,a,t),R(this,o,E(this,a)?E(E(this,a),o):this),R(this,u,E(this,o)===this?r:E(E(this,o),u)),R(this,c,E(this,o)===this?[]:E(E(this,o),c)),"!"!==e||E(E(this,o),f)||E(this,c).push(this),R(this,l,E(this,a)?E(E(this,a),i).length:0)}get hasMagic(){if(void 0!==E(this,n))return E(this,n);for(const e of E(this,i))if("string"!=typeof e&&(e.type||e.hasMagic))return R(this,n,!0);return E(this,n)}toString(){return void 0!==E(this,h)?E(this,h):R(this,h,this.type?this.type+"("+E(this,i).map((e=>String(e))).join("|")+")":E(this,i).map((e=>String(e))).join(""))}push(...t){for(const r of t)if(""!==r){if("string"!=typeof r&&!(r instanceof e&&E(r,a)===this))throw new Error("invalid part: "+r);E(this,i).push(r)}}toJSON(){var e;const t=null===this.type?E(this,i).slice().map((e=>"string"==typeof e?e:e.toJSON())):[this.type,...E(this,i).map((e=>e.toJSON()))];return this.isStart()&&!this.type&&t.unshift([]),this.isEnd()&&(this===E(this,o)||E(E(this,o),f)&&"!"===(null==(e=E(this,a))?void 0:e.type))&&t.push({}),t}isStart(){var t;if(E(this,o)===this)return!0;if(!(null==(t=E(this,a))?void 0:t.isStart()))return!1;if(0===E(this,l))return!0;const r=E(this,a);for(let t=0;t<E(this,l);t++){const o=E(r,i)[t];if(!(o instanceof e&&"!"===o.type))return!1}return!0}isEnd(){var e,t,r;if(E(this,o)===this)return!0;if("!"===(null==(e=E(this,a))?void 0:e.type))return!0;if(!(null==(t=E(this,a))?void 0:t.isEnd()))return!1;if(!this.type)return null==(r=E(this,a))?void 0:r.isEnd();const n=E(this,a)?E(E(this,a),i).length:0;return E(this,l)===n-1}copyIn(e){this.push("string"==typeof e?e:e.clone(this))}clone(t){const r=new e(this.type,t);for(const e of E(this,i))r.copyIn(e);return r}static fromGlob(t,r={}){var o;const n=new e(null,void 0,r);return A(o=e,g,v).call(o,t,n,0,r),n}toMMPattern(){if(this!==E(this,o))return E(this,o).toMMPattern();const e=this.toString(),[t,r,s,i]=this.toRegExpSource();if(!(s||E(this,n)||E(this,u).nocase&&!E(this,u).nocaseMagicOnly&&e.toUpperCase()!==e.toLowerCase()))return r;const a=(E(this,u).nocase?"i":"")+(i?"u":"");return Object.assign(new RegExp(`^${t}$`,a),{_src:t,_glob:e})}get options(){return E(this,u)}toRegExpSource(t){var r;const l=null!=t?t:!!E(this,u).dot;if(E(this,o)===this&&A(this,b,d).call(this),!this.type){const c=this.isStart()&&this.isEnd(),u=E(this,i).map((r=>{var o;const[i,a,l,f]="string"==typeof r?A(o=e,g,m).call(o,r,E(this,n),c):r.toRegExpSource(t);return R(this,n,E(this,n)||l),R(this,s,E(this,s)||f),i})).join("");let h="";if(this.isStart()&&"string"==typeof E(this,i)[0]&&(1!==E(this,i).length||!de.has(E(this,i)[0]))){const e=be,r=l&&e.has(u.charAt(0))||u.startsWith("\\.")&&e.has(u.charAt(2))||u.startsWith("\\.\\.")&&e.has(u.charAt(4)),o=!l&&!t&&e.has(u.charAt(0));h=r?"(?!(?:^|/)\\.\\.?(?:$|/))":o?pe:""}let p="";return this.isEnd()&&E(E(this,o),f)&&"!"===(null==(r=E(this,a))?void 0:r.type)&&(p="(?:$|\\/)"),[h+u+p,fe(u),R(this,n,!!E(this,n)),E(this,s)]}const c="*"===this.type||"+"===this.type,h="!"===this.type?"(?:(?!(?:":"(?:";let v=A(this,b,y).call(this,l);if(this.isStart()&&this.isEnd()&&!v&&"!"!==this.type){const e=this.toString();return R(this,i,[e]),this.type=null,R(this,n,void 0),[e,fe(this.toString()),!1,!1]}let w=!c||t||l?"":A(this,b,y).call(this,!0);w===v&&(w=""),w&&(v=`(?:${v})(?:${w})*?`);let S="";return S="!"===this.type&&E(this,p)?(this.isStart()&&!l?pe:"")+me:h+v+("!"===this.type?"))"+(!this.isStart()||l||t?"":pe)+ye+")":"@"===this.type?")":"?"===this.type?")?":"+"===this.type&&w?")":"*"===this.type&&w?")?":`)${this.type}`),[S,fe(v),R(this,n,!!E(this,n)),E(this,s)]}};o=new WeakMap,n=new WeakMap,s=new WeakMap,i=new WeakMap,a=new WeakMap,l=new WeakMap,c=new WeakMap,f=new WeakMap,u=new WeakMap,h=new WeakMap,p=new WeakMap,b=new WeakSet,d=function(){if(this!==E(this,o))throw new Error("should only call on root");if(E(this,f))return this;let e;for(this.toString(),R(this,f,!0);e=E(this,c).pop();){if("!"!==e.type)continue;let t=e,r=E(t,a);for(;r;){for(let o=E(t,l)+1;!r.type&&o<E(r,i).length;o++)for(const t of E(e,i)){if("string"==typeof t)throw new Error("string part in extglob AST??");t.copyIn(E(r,i)[o])}t=r,r=E(t,a)}}return this},g=new WeakSet,v=function(e,t,r,o){var s,a;let l=!1,c=!1,f=-1,u=!1;if(null===t.type){let n=r,i="";for(;n<e.length;){const r=e.charAt(n++);if(l||"\\"===r)l=!l,i+=r;else if(c)n===f+1?"^"!==r&&"!"!==r||(u=!0):"]"!==r||n===f+2&&u||(c=!1),i+=r;else if("["!==r)if(o.noext||!he(r)||"("!==e.charAt(n))i+=r;else{t.push(i),i="";const a=new we(r,t);n=A(s=we,g,v).call(s,e,a,n,o),t.push(a)}else c=!0,f=n,u=!1,i+=r}return t.push(i),n}let h=r+1,b=new we(null,t);const d=[];let y="";for(;h<e.length;){const r=e.charAt(h++);if(l||"\\"===r)l=!l,y+=r;else if(c)h===f+1?"^"!==r&&"!"!==r||(u=!0):"]"!==r||h===f+2&&u||(c=!1),y+=r;else if("["!==r)if(he(r)&&"("===e.charAt(h)){b.push(y),y="";const t=new we(r,b);b.push(t),h=A(a=we,g,v).call(a,e,t,h,o)}else if("|"!==r){if(")"===r)return""===y&&0===E(t,i).length&&R(t,p,!0),b.push(y),y="",t.push(...d,b),h;y+=r}else b.push(y),y="",d.push(b),b=new we(null,t);else c=!0,f=h,u=!1,y+=r}return t.type=null,R(t,n,void 0),R(t,i,[e.substring(r-1)]),h},y=function(e){return E(this,i).map((t=>{if("string"==typeof t)throw new Error("string type in extglob ast??");const[r,o,n,i]=t.toRegExpSource(e);return R(this,s,E(this,s)||i),r})).filter((e=>!(this.isStart()&&this.isEnd()&&!e))).join("|")},m=function(e,t,r=!1){let o=!1,n="",s=!1;for(let i=0;i<e.length;i++){const a=e.charAt(i);if(o)o=!1,n+=(ge.has(a)?"\\":"")+a;else if("\\"!==a){if("["===a){const[r,o,a,l]=ce(e,i);if(a){n+=r,s=s||o,i+=a-1,t=t||l;continue}}"*"!==a?"?"!==a?n+=a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):(n+=ve,t=!0):(n+=r&&"*"===e?me:ye,t=!0)}else i===e.length-1?n+="\\\\":o=!0}return[n,fe(e),!!t,s]},N(we,g);var Se=we,$e=(e,t,r={})=>(se(t),!(!r.nocomment&&"#"===t.charAt(0))&&new qe(t,r).match(e)),ke=/^\*+([^+@!?\*\[\(]*)$/,xe=e=>t=>!t.startsWith(".")&&t.endsWith(e),ze=e=>t=>t.endsWith(e),Oe=e=>(e=e.toLowerCase(),t=>!t.startsWith(".")&&t.toLowerCase().endsWith(e)),je=e=>(e=e.toLowerCase(),t=>t.toLowerCase().endsWith(e)),Me=/^\*+\.\*+$/,Ee=e=>!e.startsWith(".")&&e.includes("."),Ne=e=>"."!==e&&".."!==e&&e.includes("."),Re=/^\.\*+$/,Ae=e=>"."!==e&&".."!==e&&e.startsWith("."),Pe=/^\*+$/,We=e=>0!==e.length&&!e.startsWith("."),Ce=e=>0!==e.length&&"."!==e&&".."!==e,Le=/^\?+([^+@!?\*\[\(]*)?$/,Ve=([e,t=""])=>{const r=Ie([e]);return t?(t=t.toLowerCase(),e=>r(e)&&e.toLowerCase().endsWith(t)):r},Te=([e,t=""])=>{const r=Ue([e]);return t?(t=t.toLowerCase(),e=>r(e)&&e.toLowerCase().endsWith(t)):r},_e=([e,t=""])=>{const r=Ue([e]);return t?e=>r(e)&&e.endsWith(t):r},Fe=([e,t=""])=>{const r=Ie([e]);return t?e=>r(e)&&e.endsWith(t):r},Ie=([e])=>{const t=e.length;return e=>e.length===t&&!e.startsWith(".")},Ue=([e])=>{const t=e.length;return e=>e.length===t&&"."!==e&&".."!==e},De="object"==typeof process&&process?"object"==typeof process.env&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix";$e.sep="win32"===De?"\\":"/";var Be=Symbol("globstar **");$e.GLOBSTAR=Be,$e.filter=(e,t={})=>r=>$e(r,e,t);var Ge=(e,t={})=>Object.assign({},e,t);$e.defaults=e=>{if(!e||"object"!=typeof e||!Object.keys(e).length)return $e;const t=$e;return Object.assign(((r,o,n={})=>t(r,o,Ge(e,n))),{Minimatch:class extends t.Minimatch{constructor(t,r={}){super(t,Ge(e,r))}static defaults(r){return t.defaults(Ge(e,r)).Minimatch}},AST:class extends t.AST{constructor(t,r,o={}){super(t,r,Ge(e,o))}static fromGlob(r,o={}){return t.AST.fromGlob(r,Ge(e,o))}},unescape:(r,o={})=>t.unescape(r,Ge(e,o)),escape:(r,o={})=>t.escape(r,Ge(e,o)),filter:(r,o={})=>t.filter(r,Ge(e,o)),defaults:r=>t.defaults(Ge(e,r)),makeRe:(r,o={})=>t.makeRe(r,Ge(e,o)),braceExpand:(r,o={})=>t.braceExpand(r,Ge(e,o)),match:(r,o,n={})=>t.match(r,o,Ge(e,n)),sep:t.sep,GLOBSTAR:Be})};var He=(e,t={})=>(se(e),t.nobrace||!/\{(?:(?!\{).)*\}/.test(e)?[e]:(0,ne.default)(e));$e.braceExpand=He,$e.makeRe=(e,t={})=>new qe(e,t).makeRe(),$e.match=(e,t,r={})=>{const o=new qe(t,r);return e=e.filter((e=>o.match(e))),o.options.nonull&&!e.length&&e.push(t),e};var Ze=/[?*]|[+@!]\(.*?\)|\[|\]/,qe=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(e,t={}){se(e),this.options=t=t||{},this.pattern=e,this.platform=t.platform||De,this.isWindows="win32"===this.platform,this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||!1===t.allowWindowsEscape,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!t.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!t.nonegate,this.comment=!1,this.empty=!1,this.partial=!!t.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=void 0!==t.windowsNoMagicRoot?t.windowsNoMagicRoot:!(!this.isWindows||!this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(const e of this.set)for(const t of e)if("string"!=typeof t)return!0;return!1}debug(...e){}make(){const e=this.pattern,t=this.options;if(!t.nocomment&&"#"===e.charAt(0))return void(this.comment=!0);if(!e)return void(this.empty=!0);this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],t.debug&&(this.debug=(...e)=>console.error(...e)),this.debug(this.pattern,this.globSet);const r=this.globSet.map((e=>this.slashSplit(e)));this.globParts=this.preprocess(r),this.debug(this.pattern,this.globParts);let o=this.globParts.map((e=>{if(this.isWindows&&this.windowsNoMagicRoot){const t=!(""!==e[0]||""!==e[1]||"?"!==e[2]&&Ze.test(e[2])||Ze.test(e[3])),r=/^[a-z]:/i.test(e[0]);if(t)return[...e.slice(0,4),...e.slice(4).map((e=>this.parse(e)))];if(r)return[e[0],...e.slice(1).map((e=>this.parse(e)))]}return e.map((e=>this.parse(e)))}));if(this.debug(this.pattern,o),this.set=o.filter((e=>-1===e.indexOf(!1))),this.isWindows)for(let e=0;e<this.set.length;e++){const t=this.set[e];""===t[0]&&""===t[1]&&"?"===this.globParts[e][2]&&"string"==typeof t[3]&&/^[a-z]:$/i.test(t[3])&&(t[2]="?")}this.debug(this.pattern,this.set)}preprocess(e){if(this.options.noglobstar)for(let t=0;t<e.length;t++)for(let r=0;r<e[t].length;r++)"**"===e[t][r]&&(e[t][r]="*");const{optimizationLevel:t=1}=this.options;return t>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):e=t>=1?this.levelOneOptimize(e):this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map((e=>{let t=-1;for(;-1!==(t=e.indexOf("**",t+1));){let r=t;for(;"**"===e[r+1];)r++;r!==t&&e.splice(t,r-t)}return e}))}levelOneOptimize(e){return e.map((e=>0===(e=e.reduce(((e,t)=>{const r=e[e.length-1];return"**"===t&&"**"===r?e:".."===t&&r&&".."!==r&&"."!==r&&"**"!==r?(e.pop(),e):(e.push(t),e)}),[])).length?[""]:e))}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let t=!1;do{if(t=!1,!this.preserveMultipleSlashes){for(let r=1;r<e.length-1;r++){const o=e[r];1===r&&""===o&&""===e[0]||"."!==o&&""!==o||(t=!0,e.splice(r,1),r--)}"."!==e[0]||2!==e.length||"."!==e[1]&&""!==e[1]||(t=!0,e.pop())}let r=0;for(;-1!==(r=e.indexOf("..",r+1));){const o=e[r-1];o&&"."!==o&&".."!==o&&"**"!==o&&(t=!0,e.splice(r-1,2),r-=2)}}while(t);return 0===e.length?[""]:e}firstPhasePreProcess(e){let t=!1;do{t=!1;for(let r of e){let o=-1;for(;-1!==(o=r.indexOf("**",o+1));){let n=o;for(;"**"===r[n+1];)n++;n>o&&r.splice(o+1,n-o);const s=r[o+2],i=r[o+3];if(".."!==r[o+1])continue;if(!s||"."===s||".."===s||!i||"."===i||".."===i)continue;t=!0,r.splice(o,1);const a=r.slice(0);a[o]="**",e.push(a),o--}if(!this.preserveMultipleSlashes){for(let e=1;e<r.length-1;e++){const o=r[e];1===e&&""===o&&""===r[0]||"."!==o&&""!==o||(t=!0,r.splice(e,1),e--)}"."!==r[0]||2!==r.length||"."!==r[1]&&""!==r[1]||(t=!0,r.pop())}let n=0;for(;-1!==(n=r.indexOf("..",n+1));){const e=r[n-1];e&&"."!==e&&".."!==e&&"**"!==e&&(t=!0,r.splice(n-1,2,...1===n&&"**"===r[n+1]?["."]:[]),0===r.length&&r.push(""),n-=2)}}}while(t);return e}secondPhasePreProcess(e){for(let t=0;t<e.length-1;t++)for(let r=t+1;r<e.length;r++){const o=this.partsMatch(e[t],e[r],!this.preserveMultipleSlashes);o&&(e[t]=o,e[r]=[])}return e.filter((e=>e.length))}partsMatch(e,t,r=!1){let o=0,n=0,s=[],i="";for(;o<e.length&&n<t.length;)if(e[o]===t[n])s.push("b"===i?t[n]:e[o]),o++,n++;else if(r&&"**"===e[o]&&t[n]===e[o+1])s.push(e[o]),o++;else if(r&&"**"===t[n]&&e[o]===t[n+1])s.push(t[n]),n++;else if("*"!==e[o]||!t[n]||!this.options.dot&&t[n].startsWith(".")||"**"===t[n]){if("*"!==t[n]||!e[o]||!this.options.dot&&e[o].startsWith(".")||"**"===e[o])return!1;if("a"===i)return!1;i="b",s.push(t[n]),o++,n++}else{if("b"===i)return!1;i="a",s.push(e[o]),o++,n++}return e.length===t.length&&s}parseNegate(){if(this.nonegate)return;const e=this.pattern;let t=!1,r=0;for(let o=0;o<e.length&&"!"===e.charAt(o);o++)t=!t,r++;r&&(this.pattern=e.slice(r)),this.negate=t}matchOne(e,t,r=!1){const o=this.options;if(this.isWindows){const r="string"==typeof e[0]&&/^[a-z]:$/i.test(e[0]),o=!r&&""===e[0]&&""===e[1]&&"?"===e[2]&&/^[a-z]:$/i.test(e[3]),n="string"==typeof t[0]&&/^[a-z]:$/i.test(t[0]),s=o?3:r?0:void 0,i=!n&&""===t[0]&&""===t[1]&&"?"===t[2]&&"string"==typeof t[3]&&/^[a-z]:$/i.test(t[3])?3:n?0:void 0;if("number"==typeof s&&"number"==typeof i){const[r,o]=[e[s],t[i]];r.toLowerCase()===o.toLowerCase()&&(t[i]=r,i>s?t=t.slice(i):s>i&&(e=e.slice(s)))}}const{optimizationLevel:n=1}=this.options;n>=2&&(e=this.levelTwoFileOptimize(e)),this.debug("matchOne",this,{file:e,pattern:t}),this.debug("matchOne",e.length,t.length);for(var s=0,i=0,a=e.length,l=t.length;s<a&&i<l;s++,i++){this.debug("matchOne loop");var c=t[i],f=e[s];if(this.debug(t,c,f),!1===c)return!1;if(c===Be){this.debug("GLOBSTAR",[t,c,f]);var u=s,h=i+1;if(h===l){for(this.debug("** at the end");s<a;s++)if("."===e[s]||".."===e[s]||!o.dot&&"."===e[s].charAt(0))return!1;return!0}for(;u<a;){var p=e[u];if(this.debug("\nglobstar while",e,u,t,h,p),this.matchOne(e.slice(u),t.slice(h),r))return this.debug("globstar found match!",u,a,p),!0;if("."===p||".."===p||!o.dot&&"."===p.charAt(0)){this.debug("dot detected!",e,u,t,h);break}this.debug("globstar swallow a segment, and continue"),u++}return!(!r||(this.debug("\n>>> no match, partial?",e,u,t,h),u!==a))}let n;if("string"==typeof c?(n=f===c,this.debug("string match",c,f,n)):(n=c.test(f),this.debug("pattern match",c,f,n)),!n)return!1}if(s===a&&i===l)return!0;if(s===a)return r;if(i===l)return s===a-1&&""===e[s];throw new Error("wtf?")}braceExpand(){return He(this.pattern,this.options)}parse(e){se(e);const t=this.options;if("**"===e)return Be;if(""===e)return"";let r,o=null;(r=e.match(Pe))?o=t.dot?Ce:We:(r=e.match(ke))?o=(t.nocase?t.dot?je:Oe:t.dot?ze:xe)(r[1]):(r=e.match(Le))?o=(t.nocase?t.dot?Te:Ve:t.dot?_e:Fe)(r):(r=e.match(Me))?o=t.dot?Ne:Ee:(r=e.match(Re))&&(o=Ae);const n=Se.fromGlob(e,this.options).toMMPattern();return o&&"object"==typeof n&&Reflect.defineProperty(n,"test",{value:o}),n}makeRe(){if(this.regexp||!1===this.regexp)return this.regexp;const e=this.set;if(!e.length)return this.regexp=!1,this.regexp;const t=this.options,r=t.noglobstar?"[^/]*?":t.dot?"(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?":"(?:(?!(?:\\/|^)\\.).)*?",o=new Set(t.nocase?["i"]:[]);let n=e.map((e=>{const t=e.map((e=>{if(e instanceof RegExp)for(const t of e.flags.split(""))o.add(t);return"string"==typeof e?e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):e===Be?Be:e._src}));return t.forEach(((e,o)=>{const n=t[o+1],s=t[o-1];e===Be&&s!==Be&&(void 0===s?void 0!==n&&n!==Be?t[o+1]="(?:\\/|"+r+"\\/)?"+n:t[o]=r:void 0===n?t[o-1]=s+"(?:\\/|"+r+")?":n!==Be&&(t[o-1]=s+"(?:\\/|\\/"+r+"\\/)"+n,t[o+1]=Be))})),t.filter((e=>e!==Be)).join("/")})).join("|");const[s,i]=e.length>1?["(?:",")"]:["",""];n="^"+s+n+i+"$",this.negate&&(n="^(?!"+n+").+$");try{this.regexp=new RegExp(n,[...o].join(""))}catch(e){this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,t=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return""===e;if("/"===e&&t)return!0;const r=this.options;this.isWindows&&(e=e.split("\\").join("/"));const o=this.slashSplit(e);this.debug(this.pattern,"split",o);const n=this.set;this.debug(this.pattern,"set",n);let s=o[o.length-1];if(!s)for(let e=o.length-2;!s&&e>=0;e--)s=o[e];for(let e=0;e<n.length;e++){const i=n[e];let a=o;if(r.matchBase&&1===i.length&&(a=[s]),this.matchOne(a,i,t))return!!r.flipNegate||!this.negate}return!r.flipNegate&&this.negate}static defaults(e){return $e.defaults(e).Minimatch}};$e.AST=Se,$e.Minimatch=qe,$e.escape=(e,{windowsPathsNoEscape:t=!1}={})=>t?e.replace(/[?*()[\]]/g,"[$&]"):e.replace(/[?*()[\]\\]/g,"\\$&"),$e.unescape=fe,((e,t)=>{for(var r in t)S(e,r,{get:t[r],enumerable:!0})})({},{err:()=>Je,map:()=>Ke,ok:()=>Ye,unwrap:()=>Xe,unwrapErr:()=>et});var Ye=e=>({isOk:!0,isErr:!1,value:e}),Je=e=>({isOk:!1,isErr:!0,value:e});function Ke(e,t){if(e.isOk){const r=t(e.value);return r instanceof Promise?r.then((e=>Ye(e))):Ye(r)}if(e.isErr)return Je(e.value);throw"should never get here"}var Qe,Xe=e=>{if(e.isOk)return e.value;throw e.value},et=e=>{if(e.isErr)return e.value;throw e.value};function tt(t){var r;const o={mode:"open"};o.delegatesFocus=!!(16&t.l);const n=this.attachShadow(o);if(void 0===Qe&&(Qe=null!=(r=function(e){if(!G)return;const t=new CSSStyleSheet;return t.replaceSync(e),t}(e))?r:null),Qe)H?n.adoptedStyleSheets.push(Qe):n.adoptedStyleSheets=[...n.adoptedStyleSheets,Qe];else if(!G){const t=document.createElement("style");t.innerHTML=e,n.prepend(t)}}var rt=e=>{const t=at(e,"childNodes");e.tagName&&e.tagName.includes("-")&&e["s-cr"]&&"SLOT-FB"!==e.tagName&&ot(t,e.tagName).forEach((e=>{1===e.nodeType&&"SLOT-FB"===e.tagName&&(e.hidden=!!nt(e,it(e),!1).length)}));let r=0;for(r=0;r<t.length;r++){const e=t[r];1===e.nodeType&&at(e,"childNodes").length&&rt(e)}};function ot(e,t,r){let o,n=0,s=[];for(;n<e.length;n++){if(o=e[n],o["s-sr"]&&(!t||o["s-hn"]===t)&&(void 0===r||it(o)===r)&&(s.push(o),void 0!==r))return s;s=[...s,...ot(o.childNodes,t,r)]}return s}var nt=(e,t,r=!0)=>{const o=[];(r&&e["s-sr"]||!e["s-sr"])&&o.push(e);let n=e;for(;n=n.nextSibling;)it(n)!==t||!r&&n["s-sr"]||o.push(n);return o},st=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,it=e=>"string"==typeof e["s-sn"]?e["s-sn"]:1===e.nodeType&&e.getAttribute("slot")||void 0;function at(e,t){if("__"+t in e){const r=e["__"+t];return"function"!=typeof r?r:r.bind(e)}return"function"!=typeof e[t]?e[t]:e[t].bind(e)}var lt=new WeakMap,ct=e=>"sc-"+e.h,ft=(e,t,...r)=>{let o=null,n=null,s=null,i=!1,a=!1;const l=[],c=t=>{for(let r=0;r<t.length;r++)o=t[r],Array.isArray(o)?c(o):null!=o&&"boolean"!=typeof o&&((i="function"!=typeof e&&!oe(o))&&(o=String(o)),i&&a?l[l.length-1].p+=o:l.push(i?ut(null,o):o),a=i)};if(c(r),t){t.key&&(n=t.key),t.name&&(s=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,l,pt);const f=ut(e,null);return f.v=t,l.length>0&&(f.m=l),f.S=n,f.$=s,f},ut=(e,t)=>({l:0,k:e,p:t,O:null,m:null,v:null,S:null,$:null}),ht={},pt={forEach:(e,t)=>e.map(bt).forEach(t),map:(e,t)=>e.map(bt).map(t).map(dt)},bt=e=>({vattrs:e.v,vchildren:e.m,vkey:e.S,vname:e.$,vtag:e.k,vtext:e.p}),dt=e=>{if("function"==typeof e.vtag){const t={...e.vattrs};return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),ft(e.vtag,t,...e.vchildren||[])}const t=ut(e.vtag,e.vtext);return t.v=e.vattrs,t.m=e.vchildren,t.S=e.vkey,t.$=e.vname,t},gt=e=>{const t=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${t}))(${t}\\b)`,"g")};gt("::slotted"),gt(":host"),gt(":host-context");var vt,yt,mt,wt=(e,t)=>null==e||oe(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?"string"==typeof e?parseFloat(e):"number"==typeof e?e:NaN:1&t?String(e):e,St=(e,t)=>{const r=e;return{emit:e=>$t(r,t,{bubbles:!0,composed:!0,cancelable:!0,detail:e})}},$t=(e,t,r)=>{const o=D.ce(t,r);return e.dispatchEvent(o),o},kt=(e,t,r,o,n,s)=>{if(r===o)return;let i=V(e,t),a=t.toLowerCase();if("class"===t){const t=e.classList,n=zt(r);let s=zt(o);t.remove(...n.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!n.includes(e))))}else if("style"===t){for(const t in r)o&&null!=o[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in o)r&&o[t]===r[t]||(t.includes("-")?e.style.setProperty(t,o[t]):e.style[t]=o[t])}else if("key"===t);else if("ref"===t)o&&o(e);else if(e.__lookupSetter__(t)||"o"!==t[0]||"n"!==t[1]){const l=oe(o);if(i||l&&null!==o)try{if(e.tagName.includes("-"))e[t]!==o&&(e[t]=o);else{const n=null==o?"":o;"list"===t?i=!1:null!=r&&e[t]==n||("function"==typeof e.__lookupSetter__(t)?e[t]=n:e.setAttribute(t,n))}}catch(e){}let c=!1;a!==(a=a.replace(/^xlink\:?/,""))&&(t=a,c=!0),null==o||!1===o?!1===o&&""!==e.getAttribute(t)||(c?e.removeAttributeNS(F,t):e.removeAttribute(t)):(!i||4&s||n)&&!l&&1===e.nodeType&&(o=!0===o?"":o,c?e.setAttributeNS(F,t,o):e.setAttribute(t,o))}else if(t="-"===t[2]?t.slice(3):V(I,a)?a.slice(2):a[2]+t.slice(3),r||o){const n=t.endsWith(Ot);t=t.replace(jt,""),r&&D.rel(e,t,r,n),o&&D.ael(e,t,o,n)}},xt=/\s/,zt=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(xt):[]),Ot="Capture",jt=new RegExp(Ot+"$"),Mt=(e,t,r)=>{const o=11===t.O.nodeType&&t.O.host?t.O.host:t.O,n=e&&e.v||{},s=t.v||{};for(const e of Et(Object.keys(n)))e in s||kt(o,e,n[e],void 0,r,t.l);for(const e of Et(Object.keys(s)))kt(o,e,n[e],s[e],r,t.l)};function Et(e){return e.includes("ref")?[...e.filter((e=>"ref"!==e)),"ref"]:e}var Nt=!1,Rt=!1,At=!1,Pt=!1,Wt=(e,t,r)=>{var o;const n=t.m[r];let s,i,a,l=0;if(Nt||(At=!0,"slot"===n.k&&(n.l|=n.m?2:1)),null!==n.p)s=n.O=I.document.createTextNode(n.p);else if(1&n.l)s=n.O=I.document.createTextNode(""),Mt(null,n,Pt);else{if(!I.document)throw new Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.");if(s=n.O=I.document.createElement(!Nt&&2&n.l?"slot-fb":n.k),Mt(null,n,Pt),null!=(c=vt)&&void 0!==c&&s["s-si"]!==vt&&s.classList.add(s["s-si"]=vt),n.m){const t="template"===n.k?s.content:s;for(l=0;l<n.m.length;++l)i=Wt(e,n,l),i&&t.appendChild(i)}}var c;return s["s-hn"]=mt,3&n.l&&(s["s-sr"]=!0,s["s-cr"]=yt,s["s-sn"]=n.$||"",s["s-rf"]=null==(o=n.v)?void 0:o.ref,function(e){if(e.assignedElements||e.assignedNodes||!e["s-sr"])return;const t=t=>function(e){const r=[],o=this["s-sn"];(null==e?void 0:e.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const n=this["s-cr"].parentElement;return(n.__childNodes?n.childNodes:(e=>{const t=[];for(let r=0;r<e.length;r++){const o=e[r]["s-nr"]||void 0;o&&o.isConnected&&t.push(o)}return t})(n.childNodes)).forEach((e=>{o===it(e)&&r.push(e)})),t?r.filter((e=>1===e.nodeType)):r}.bind(e);e.assignedElements=t(!0),e.assignedNodes=t(!1)}(s),a=e&&e.m&&e.m[r],a&&a.k===n.k&&e.O&&Ct(e.O),Ht(yt,s,t.O,null==e?void 0:e.O)),s},Ct=e=>{D.l|=1;const t=e.closest(mt.toLowerCase());if(null!=t){const r=Array.from(t.__childNodes||t.childNodes).find((e=>e["s-cr"])),o=Array.from(e.__childNodes||e.childNodes);for(const e of r?o.reverse():o)null!=e["s-sh"]&&(Gt(t,e,null!=r?r:null),e["s-sh"]=void 0,At=!0)}D.l&=-2},Lt=(e,t)=>{D.l|=1;const r=Array.from(e.__childNodes||e.childNodes);if(e["s-sr"]){let t=e;for(;t=t.nextSibling;)t&&t["s-sn"]===e["s-sn"]&&t["s-sh"]===mt&&r.push(t)}for(let e=r.length-1;e>=0;e--){const o=r[e];o["s-hn"]!==mt&&o["s-ol"]&&(Gt(Ft(o).parentNode,o,Ft(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,At=!0),t&&Lt(o,t)}D.l&=-2},Vt=(e,t,r,o,n,s)=>{let i,a=e["s-cr"]&&e["s-cr"].parentNode||e;for(a.shadowRoot&&a.tagName===mt&&(a=a.shadowRoot),"template"===r.k&&(a=a.content);n<=s;++n)o[n]&&(i=Wt(null,r,n),i&&(o[n].O=i,Gt(a,i,Ft(t))))},Tt=(e,t,r)=>{for(let o=t;o<=r;++o){const t=e[o];if(t){const e=t.O;Bt(t),e&&(Rt=!0,e["s-ol"]?e["s-ol"].remove():Lt(e,!0),e.remove())}}},_t=(e,t,r=!1)=>e.k===t.k&&("slot"===e.k?e.$===t.$:r?(r&&!e.S&&t.S&&(e.S=t.S),!0):e.S===t.S),Ft=e=>e&&e["s-ol"]||e,It=(e,t,r=!1)=>{const o=t.O=e.O,n=e.m,s=t.m,i=t.p;let a;null===i?("slot"!==t.k||Nt||e.$!==t.$&&(t.O["s-sn"]=t.$||"",Ct(t.O.parentElement)),Mt(e,t,Pt),null!==n&&null!==s?((e,t,r,o,n=!1)=>{let s,i,a=0,l=0,c=0,f=0,u=t.length-1,h=t[0],p=t[u],b=o.length-1,d=o[0],g=o[b];const v="template"===r.k?e.content:e;for(;a<=u&&l<=b;)if(null==h)h=t[++a];else if(null==p)p=t[--u];else if(null==d)d=o[++l];else if(null==g)g=o[--b];else if(_t(h,d,n))It(h,d,n),h=t[++a],d=o[++l];else if(_t(p,g,n))It(p,g,n),p=t[--u],g=o[--b];else if(_t(h,g,n))"slot"!==h.k&&"slot"!==g.k||Lt(h.O.parentNode,!1),It(h,g,n),Gt(v,h.O,p.O.nextSibling),h=t[++a],g=o[--b];else if(_t(p,d,n))"slot"!==h.k&&"slot"!==g.k||Lt(p.O.parentNode,!1),It(p,d,n),Gt(v,p.O,h.O),p=t[--u],d=o[++l];else{for(c=-1,f=a;f<=u;++f)if(t[f]&&null!==t[f].S&&t[f].S===d.S){c=f;break}c>=0?(i=t[c],i.k!==d.k?s=Wt(t&&t[l],r,c):(It(i,d,n),t[c]=void 0,s=i.O),d=o[++l]):(s=Wt(t&&t[l],r,l),d=o[++l]),s&&Gt(Ft(h.O).parentNode,s,Ft(h.O))}a>u?Vt(e,null==o[b+1]?null:o[b+1].O,r,o,l,b):l>b&&Tt(t,a,u)})(o,n,t,s,r):null!==s?(null!==e.p&&(o.textContent=""),Vt(o,null,t,s,0,s.length-1)):!r&&null!==n&&Tt(n,0,n.length-1)):(a=o["s-cr"])?a.parentNode.textContent=i:e.p!==i&&(o.data=i)},Ut=[],Dt=e=>{let t,r,o;const n=e.__childNodes||e.childNodes;for(const e of n){if(e["s-sr"]&&(t=e["s-cr"])&&t.parentNode){r=t.parentNode.__childNodes||t.parentNode.childNodes;const n=e["s-sn"];for(o=r.length-1;o>=0;o--)if(t=r[o],!(t["s-cn"]||t["s-nr"]||t["s-hn"]===e["s-hn"]||t["s-sh"]&&t["s-sh"]===e["s-hn"]))if(st(t,n)){let r=Ut.find((e=>e.j===t));Rt=!0,t["s-sn"]=t["s-sn"]||n,r?(r.j["s-sh"]=e["s-hn"],r.M=e):(t["s-sh"]=e["s-hn"],Ut.push({M:e,j:t})),t["s-sr"]&&Ut.map((e=>{st(e.j,t["s-sn"])&&(r=Ut.find((e=>e.j===t)),r&&!e.M&&(e.M=r.M))}))}else Ut.some((e=>e.j===t))||Ut.push({j:t})}1===e.nodeType&&Dt(e)}},Bt=e=>{e.v&&e.v.ref&&e.v.ref(null),e.m&&e.m.map(Bt)},Gt=(e,t,r,o)=>{if("string"==typeof t["s-sn"]&&t["s-sr"]&&t["s-cr"])Ht(t["s-cr"],t,e,t.parentElement);else if("string"==typeof t["s-sn"]){e.insertBefore(t,r);const{slotNode:n}=function(e,t){var r;if(!(t=t||(null==(r=e["s-ol"])?void 0:r.parentElement)))return{slotNode:null,slotName:""};const o=e["s-sn"]=it(e)||"";return{slotNode:ot(at(t,"childNodes"),t.tagName,o)[0],slotName:o}}(t);return n&&!o&&n.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1})),t}return e.__insertBefore?e.__insertBefore(t,r):null==e?void 0:e.insertBefore(t,r)};function Ht(e,t,r,o){var n,s;let i;if(e&&"string"==typeof t["s-sn"]&&t["s-sr"]&&e.parentNode&&e.parentNode["s-sc"]&&(i=t["s-si"]||e.parentNode["s-sc"])){const e=t["s-sn"],a=t["s-hn"];if(null==(n=r.classList)||n.add(i+"-s"),o&&(null==(s=o.classList)?void 0:s.contains(i+"-s"))){let t=(o.__childNodes||o.childNodes)[0],r=!1;for(;t;){if(t["s-sn"]!==e&&t["s-hn"]===a&&t["s-sr"]){r=!0;break}t=t.nextSibling}r||o.classList.remove(i+"-s")}}}var Zt=(e,t,r=!1)=>{var o,n,s,i,a;const l=e.$hostElement$,c=e.o,f=e.N||ut(null,null);var u;const h=(u=t)&&u.k===ht?t:ft(null,null,t);if(mt=l.tagName,r&&h.v)for(const e of Object.keys(h.v))l.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(h.v[e]=l[e]);if(h.k=null,h.l|=4,e.N=h,h.O=f.O=l.shadowRoot||l,vt=l["s-sc"],Nt=!(!(1&c.l)||128&c.l),yt=l["s-cr"],Rt=!1,It(f,h,r),D.l|=1,At){Dt(h.O);for(const e of Ut){const t=e.j;if(!t["s-ol"]&&I.document){const e=I.document.createTextNode("");e["s-nr"]=t,Gt(t.parentNode,t["s-ol"]=e,t,r)}}for(const e of Ut){const t=e.j,a=e.M;if(1===t.nodeType&&r&&(t["s-ih"]=null!=(o=t.hidden)&&o),a){const e=a.parentNode;let o=a.nextSibling;if(o&&1===o.nodeType){let r=null==(n=t["s-ol"])?void 0:n.previousSibling;for(;r;){let n=null!=(s=r["s-nr"])?s:null;if(n&&n["s-sn"]===t["s-sn"]&&e===(n.__parentNode||n.parentNode)){for(n=n.nextSibling;n===t||(null==n?void 0:n["s-sr"]);)n=null==n?void 0:n.nextSibling;if(!n||!n["s-nr"]){o=n;break}}r=r.previousSibling}}if((!o&&e!==(t.__parentNode||t.parentNode)||(t.__nextSibling||t.nextSibling)!==o)&&t!==o){if(Gt(e,t,o,r),8===t.nodeType&&t.nodeValue.startsWith("s-nt-")){const e=I.document.createTextNode(t.nodeValue.replace(/^s-nt-/,""));e["s-hn"]=t["s-hn"],e["s-sn"]=t["s-sn"],e["s-sh"]=t["s-sh"],e["s-sr"]=t["s-sr"],e["s-ol"]=t["s-ol"],e["s-ol"]["s-nr"]=e,Gt(t.parentNode,e,t,r),t.parentNode.removeChild(t)}1===t.nodeType&&"SLOT-FB"!==t.tagName&&(t.hidden=null!=(i=t["s-ih"])&&i)}t&&"function"==typeof a["s-rf"]&&a["s-rf"](a)}else 1===t.nodeType&&(t.hidden=!0)}}if(Rt&&rt(h.O),D.l&=-2,Ut.length=0,!Nt&&!(1&c.l)&&l["s-cr"]){const e=h.O.__childNodes||h.O.childNodes;for(const t of e)if(t["s-hn"]!==mt&&!t["s-sh"])if(r&&null==t["s-ih"]&&(t["s-ih"]=null!=(a=t.hidden)&&a),1===t.nodeType)t.hidden=!0;else if(3===t.nodeType&&t.nodeValue.trim()){const e=I.document.createComment("s-nt-"+t.nodeValue);e["s-sn"]=t["s-sn"],Gt(t.parentNode,e,t,r),t.parentNode.removeChild(t)}}yt=void 0},qt=(e,t)=>{if(t&&!e.R&&t["s-p"]){const r=t["s-p"].push(new Promise((o=>e.R=()=>{t["s-p"].splice(r-1,1),o()})))}},Yt=(e,t)=>{if(e.l|=16,4&e.l)return void(e.l|=512);qt(e,e.A);const r=()=>Jt(e,t);if(!t)return ee(r);queueMicrotask((()=>{r()}))},Jt=(e,t)=>{const r=e.$hostElement$,o=r;if(!o)throw new Error(`Can't render component <${r.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let n;return n=or(o,t?"componentWillLoad":"componentWillUpdate",void 0,r),n=Kt(n,(()=>or(o,"componentWillRender",void 0,r))),Kt(n,(()=>Xt(e,o,t)))},Kt=(e,t)=>Qt(e)?e.then(t).catch((e=>{console.error(e),t()})):t(),Qt=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,Xt=async(e,t,r)=>{var o;const n=e.$hostElement$,s=n["s-rc"];r&&(e=>{const t=e.o,r=e.$hostElement$,o=t.l,n=((e,t)=>{var r,o,n;const s=ct(t),i=_.get(s);if(!I.document)return s;if(e=11===e.nodeType?e:I.document,i)if("string"==typeof i){let n,a=lt.get(e=e.head||e);if(a||lt.set(e,a=new Set),!a.has(s)){n=I.document.createElement("style"),n.innerHTML=i;const l=null!=(r=D.P)?r:function(){var e,t,r;return null!=(r=null==(t=null==(e=I.document.head)?void 0:e.querySelector('meta[name="csp-nonce"]'))?void 0:t.getAttribute("content"))?r:void 0}();if(null!=l&&n.setAttribute("nonce",l),!(1&t.l))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),r=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(n,(null==r?void 0:r.parentNode)===e?r:null)}else if("host"in e)if(G){const t=new(null!=(o=e.defaultView)?o:e.ownerDocument.defaultView).CSSStyleSheet;t.replaceSync(i),H?e.adoptedStyleSheets.unshift(t):e.adoptedStyleSheets=[t,...e.adoptedStyleSheets]}else{const t=e.querySelector("style");t?t.innerHTML=i+t.innerHTML:e.prepend(n)}else e.append(n);1&t.l&&e.insertBefore(n,null),4&t.l&&(n.innerHTML+="slot-fb{display:contents}slot-fb[hidden]{display:none}"),a&&a.add(s)}}else{let t=lt.get(e);if(t||lt.set(e,t=new Set),!t.has(s)){const r=null!=(n=e.defaultView)?n:e.ownerDocument.defaultView;let o;if(i.constructor===r.CSSStyleSheet)o=i;else{o=new r.CSSStyleSheet;for(let e=0;e<i.cssRules.length;e++)o.insertRule(i.cssRules[e].cssText,e)}H?e.adoptedStyleSheets.push(o):e.adoptedStyleSheets=[...e.adoptedStyleSheets,o],t.add(s)}}return s})(r.shadowRoot?r.shadowRoot:r.getRootNode(),t);10&o&&(r["s-sc"]=n,r.classList.add(n+"-h"))})(e);er(e,t,n,r),s&&(s.map((e=>e())),n["s-rc"]=void 0);{const t=null!=(o=n["s-p"])?o:[],r=()=>tr(e);0===t.length?r():(Promise.all(t).then(r),e.l|=4,t.length=0)}},er=(e,t,r,o)=>{try{t=t.render(),e.l&=-17,e.l|=2,Zt(e,t,o)}catch(t){T(t,e.$hostElement$)}return null},tr=e=>{const t=e.$hostElement$,r=t,o=e.A;or(r,"componentDidRender",void 0,t),64&e.l?or(r,"componentDidUpdate",void 0,t):(e.l|=64,nr(t),or(r,"componentDidLoad",void 0,t),e.W(t),o||rr()),e.R&&(e.R(),e.R=void 0),512&e.l&&X((()=>Yt(e,!1))),e.l&=-517},rr=()=>{X((()=>$t(I,"appload",{detail:{namespace:"ui-webc"}})))},or=(e,t,r,o)=>{if(e&&e[t])try{return e[t](r)}catch(e){T(e,o)}},nr=e=>e.classList.add("hydrated"),sr=(e,t,r,o)=>{const n=L(e);if(!n)return;const s=e,i=n.i.get(t),a=n.l,l=s;r=wt(r,o.t[t][0]);const c=Number.isNaN(i)&&Number.isNaN(r);if(r!==i&&!c){if(n.i.set(t,r),o.C){const e=o.C[t];e&&e.map((e=>{try{const[[o,s]]=Object.entries(e);(128&a||1&s)&&(l?l[o](r,i,t):n.L.push((()=>{n.V[o](r,i,t)})))}catch(e){T(e,s)}}))}if(2==(18&a)){if(l.componentShouldUpdate&&!1===l.componentShouldUpdate(r,i,t))return;Yt(n,!1)}}},ir=(e,t)=>{var r,o;const n=e.prototype;{e.watchers&&!t.C&&(t.C=e.watchers),e.deserializers&&!t.T&&(t.T=e.deserializers),e.serializers&&!t._&&(t._=e.serializers);const s=Object.entries(null!=(r=t.t)?r:{});s.map((([e,[r]])=>{if(31&r||32&r){const{get:o,set:s}=Object.getOwnPropertyDescriptor(n,e)||{};o&&(t.t[e][0]|=2048),s&&(t.t[e][0]|=4096),Object.defineProperty(n,e,{get(){return o?o.apply(this):(t=e,L(this).i.get(t));var t},configurable:!0,enumerable:!0}),Object.defineProperty(n,e,{set(o){const n=L(this);if(n){if(s)return void 0===(32&r?this[e]:n.$hostElement$[e])&&n.i.get(e)&&(o=n.i.get(e)),s.apply(this,[wt(o,r)]),void sr(this,e,o=32&r?this[e]:n.$hostElement$[e],t);sr(this,e,o,t)}}})}}));{const r=new Map;n.attributeChangedCallback=function(e,o,i){D.jmp((()=>{var a;const l=r.get(e),c=L(this);if(this.hasOwnProperty(l),n.hasOwnProperty(l)&&"number"==typeof this[l]&&this[l]==i)return;if(null==l){const r=null==c?void 0:c.l;if(c&&r&&!(8&r)&&i!==o){const n=this,s=null==(a=t.C)?void 0:a[e];null==s||s.forEach((t=>{const[[s,a]]=Object.entries(t);null!=n[s]&&(128&r||1&a)&&n[s].call(n,i,o,e)}))}return}const f=s.find((([e])=>e===l));f&&4&f[1][0]&&(i=null!==i&&"false"!==i);const u=Object.getOwnPropertyDescriptor(n,l);i==this[l]||u.get&&!u.set||(this[l]=i)}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(o=t.C)?o:{}),...s.filter((([e,t])=>31&t[0])).map((([e,t])=>{const o=t[1]||e;return r.set(o,e),o}))]))}}return e},ar=(e,t)=>{const r={l:t[0],h:t[1]};r.t=t[2],r.F=t[3],r.C=e.C,r.T=e.T,r._=e._;const o=e.prototype.connectedCallback,n=e.prototype.disconnectedCallback;return Object.assign(e.prototype,{__hasHostListenerAttached:!1,__registerHost(){((e,t)=>{const r={l:0,$hostElement$:e,o:t,i:new Map,I:new Map};r.U=new Promise((e=>r.W=e)),e["s-p"]=[],e["s-rc"]=[];const o=r;e.__stencil__getHostRef=()=>o,512&t.l&&C(e,r)})(this,r)},connectedCallback(){if(!this.__hasHostListenerAttached){const e=L(this);if(!e)return;lr(this,e,r.F),this.__hasHostListenerAttached=!0}(e=>{if(!(1&D.l)){const t=L(e);if(!t)return;const r=t.o,o=()=>{};if(1&t.l)lr(e,t,r.F),(null==t?void 0:t.V)||(null==t?void 0:t.U)&&t.U.then((()=>{}));else{t.l|=1,12&r.l&&(e=>{if(!I.document)return;const t=e["s-cr"]=I.document.createComment("");t["s-cn"]=!0,Gt(e,t,e.firstChild)})(e);{let r=e;for(;r=r.parentNode||r.host;)if(r["s-p"]){qt(t,t.A=r);break}}r.t&&Object.entries(r.t).map((([t,[r]])=>{if(31&r&&t in e&&e[t]!==Object.prototype[t]){const r=e[t];delete e[t],e[t]=r}})),(async(e,t,r)=>{let o;if(!(32&t.l)&&(t.l|=32,o=e.constructor,customElements.whenDefined(e.localName).then((()=>t.l|=128)),o&&o.style)){let e;"string"==typeof o.style&&(e=o.style);const t=ct(r);if(!_.has(t)){const o=()=>{};((e,t,r)=>{let o=_.get(e);G&&r?(o=o||new CSSStyleSheet,"string"==typeof o?o=t:o.replaceSync(t)):o=t,_.set(e,o)})(t,e,!!(1&r.l)),o()}}const n=t.A,s=()=>Yt(t,!0);n&&n["s-rc"]?n["s-rc"].push(s):s()})(e,t,r)}o()}})(this),o&&o.call(this)},disconnectedCallback(){(async e=>{if(!(1&D.l)){const t=L(e);(null==t?void 0:t.D)&&(t.D.map((e=>e())),t.D=void 0)}lt.has(e)&<.delete(e),e.shadowRoot&<.has(e.shadowRoot)&<.delete(e.shadowRoot)})(this),n&&n.call(this)},__attachShadow(){if(this.shadowRoot){if("open"!==this.shadowRoot.mode)throw new Error(`Unable to re-use existing shadow root for ${r.h}! Mode is set to ${this.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else tt.call(this,r)}}),e.is=r.h,ir(e,r)},lr=(e,t,r)=>{r&&I.document&&r.map((([r,o,n])=>{const s=e,i=cr(t,n),a=fr(r);D.ael(s,o,i,a),(t.D=t.D||[]).push((()=>D.rel(s,o,i,a)))}))},cr=(e,t)=>r=>{try{e.$hostElement$[t](r)}catch(t){T(t,e.$hostElement$)}},fr=e=>B?{passive:!!(1&e),capture:!!(2&e)}:!!(2&e),ur=globalThis.HTMLElement||class{};function hr(...e){return e.reduceRight(((e,t)=>t(e)),ur)}var pr=e=>D.P=e,br=e=>Object.assign(D,e);function dr(e,t){Zt({o:{l:0,h:t.tagName},$hostElement$:t},e)}function gr(e){return e}export{U as H,hr as M,pr as a,br as b,St as c,ht as d,te as g,ft as h,ar as p,dr as r,re as s,gr as t}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{p as o,M as a,c as t,h as e,t as r}from"./p-CXXyN7aY.js";import{i as s}from"./p-CpD1flSg.js";const i=o(class extends(a(s)){constructor(o){super(!1),!1!==o&&this.__registerHost(),this.scoutInputChange=t(this,"scoutInputChange"),this.scoutBlur=t(this,"scoutBlur"),this.scoutValidate=t(this,"scoutValidate"),this._scoutValidityChanged=t(this,"_scoutValidityChanged"),this._scoutInvalid=t(this,"_scoutInvalid"),this._scoutFieldId=t(this,"_scoutFieldId"),this.scoutChecked=t(this,"scoutChecked")}checked=!1;disabled=!1;ariaLabelledby;label;value;name;scoutChecked;onChange(o){const a=o.target;this.scoutChecked.emit({checked:a.checked,element:a})}render(){return e(this.label?.length?"label":"div",{key:"22df090dcbf2f2b4b14b7cad8d34500295045f70"},e("input",{key:"3bcc5022fa6202fd1fe733c1a8430f7ed1a54cf4",ref:o=>this.setInputRef(o),id:this.ariaId,type:"radio",value:this.value,name:this.name,class:"radio","aria-labelledby":this.ariaLabelledby,"aria-disabled":this.disabled,disabled:this.disabled,checked:this.checked,onChange:o=>{this.onInput(),this.onChange(o)},onBlur:()=>this.onBlur(),onInvalid:()=>this.onInvalid()}),this.label)}static get watchers(){return{validity:[{runValidation:0}]}}static get style(){return'.radio.sc-scout-radio-button{width:var(--spacing-6);height:var(--spacing-6);-moz-appearance:none;appearance:none;-webkit-appearance:none;display:flex;align-content:center;justify-content:center;border-radius:100%;background-color:var(--color-white);border:2px solid var(--color-gray-300);position:relative}@media (hover: hover){.radio.sc-scout-radio-button:hover{border:2px solid var(--color-gray-400);box-shadow:inset 0px 0px 5px 5px var(--color-background-brand-subtle-hovered);cursor:pointer}}.radio.sc-scout-radio-button:active{background-color:var(--color-background-brand-subtle-pressed)}@media (hover: hover){.radio.sc-scout-radio-button:checked:hover{border-color:var(--color-background-brand-hovered);box-shadow:none}.radio.sc-scout-radio-button:checked:hover::before{background-color:var(--color-background-brand-hovered)}}.radio.sc-scout-radio-button:checked{border-color:var(--color-background-brand-base)}.radio.sc-scout-radio-button::after{content:"";position:absolute;width:var(--spacing-10);height:var(--spacing-10);top:50%;left:50%;transform:translate(-50%, -50%)}.radio.sc-scout-radio-button:checked::before{content:"";background-color:var(--color-background-brand-base);width:var(--spacing-4);height:var(--spacing-4);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:100%}.radio.sc-scout-radio-button:disabled{pointer-events:none;background-color:var(--color-gray-100);border-color:var(--color-gray-100)}label.sc-scout-radio-button{display:flex;align-items:center;gap:var(--spacing-2);font:var(--type-label-base);color:var(--color-text-base)}'}},[514,"scout-radio-button",{validity:[1],checked:[4],disabled:[4],ariaLabelledby:[1,"aria-labelledby"],label:[1],value:[1],name:[1],ariaId:[32]},void 0,{validity:[{runValidation:0}]}]);function c(){"undefined"!=typeof customElements&&["scout-radio-button"].forEach((o=>{"scout-radio-button"===o&&(customElements.get(r(o))||customElements.define(r(o),i))}))}export{i as S,c as d}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{M as a,r,c as e,h as t}from"./p-CBq_WkdR.js";import{i}from"./p-6xDaXBJm.js";const o=class extends(a(i)){constructor(a){super(),r(this,a),this.scoutInputChange=e(this,"scoutInputChange"),this.scoutBlur=e(this,"scoutBlur"),this.scoutValidate=e(this,"scoutValidate"),this._scoutValidityChanged=e(this,"_scoutValidityChanged"),this._scoutInvalid=e(this,"_scoutInvalid"),this._scoutFieldId=e(this,"_scoutFieldId"),this.scoutChecked=e(this,"scoutChecked")}toggled=!1;disabled=!1;ariaLabelledby;label;scoutChecked;onChange(a){const r=a.target;this.scoutChecked.emit({checked:r.checked,element:r})}render(){return t(this.label?.length?"label":"div",{key:"b577bb6c1a4bde37ea76ae1c14bbdad4e3c11200"},this.label,t("span",{key:"b93dc86e4fa270efb3e8983c957731015d9709b4",class:"inlineDivider"}),t("input",{key:"ca377aea983a9702fe9f292908048746c31433b9",ref:a=>this.setInputRef(a),id:this.ariaId,type:"checkbox",class:"switch","aria-labelledby":this.ariaLabelledby,"aria-disabled":this.disabled,disabled:this.disabled,checked:this.toggled,onChange:a=>{this.onInput(),this.onChange(a)},onBlur:()=>this.onBlur(),onInvalid:()=>this.onInvalid()}))}static get delegatesFocus(){return!0}static get watchers(){return{validity:[{runValidation:0}]}}};o.style='.switch{width:var(--spacing-10);height:var(--spacing-6);-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:var(--spacing-8);background-color:var(--color-text-brand-inverse);border:2px solid var(--color-gray-300);position:relative;display:flex;align-content:center;justify-content:center;transition-property:border-color;transition-duration:0.3s;transition-timing-function:ease-in-out;cursor:pointer;--switch-ball-padding:calc(var(--spacing-1) / 4);--switch-ball-size:calc(var(--spacing-5) - var(--switch-ball-padding) * 2)}@media (hover: hover){.switch:hover{transition-property:none;border-color:var(--color-gray-400);background-color:var(--color-background-brand-subtle-hovered)}}.switch:active{background-color:var(--color-background-brand-subtle-pressed)}.switch:checked{border-color:var(--color-background-brand-base)}@media (hover: hover){.switch:hover::before{background-color:var(--color-gray-400)}}.switch::before{content:"";background-color:var(--color-gray-300);width:var(--switch-ball-size);height:var(--switch-ball-size);border-radius:50%;position:absolute;top:var(--switch-ball-padding);left:var(--switch-ball-padding);transition-duration:0.3s;transition-property:left, right}.switch:checked::before{content:"";background-color:var(--color-background-brand-base);left:calc(100% - (var(--switch-ball-size) + var(--switch-ball-padding)));left:calc(100% - calc(var(--switch-ball-size) + var(--switch-ball-padding)))}.switch:disabled{pointer-events:none;background-color:var(--color-gray-100);border-color:var(--color-gray-100)}.switch:disabled::before{background-color:var(--color-gray-300)}label{display:flex;flex-direction:row-reverse;align-items:center;font:var(--type-label-base);color:var(--color-text-base)}.inlineDivider{width:var(--spacing-2)}';export{o as scout_switch}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as a,H as s}from"./p-CBq_WkdR.js";var c;!function(t){t.xs="2",t.s="4",t.m="8",t.l="12",t.xl="16",t.xxl="20"}(c||(c={}));const e=class{constructor(a){t(this,a)}direction="row";gapSize="m";render(){return a(s,{key:"768d68ecb7184d322a181d5917f2eaee3d270c52",style:{"--stack-flex-direction":`${this.direction}`,"--stack-gap-spacing":`var(--spacing-${c[this.gapSize]})`}},a("slot",{key:"01a68b251dcbc2b46a2902f922fe56c57daf840c"}))}static get delegatesFocus(){return!0}};e.style=":host{display:flex;width:100%;flex-direction:var(--stack-flex-direction);gap:var(--stack-gap-spacing)}";export{e as scout_stack}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
const e=()=>{},t=':root{--misc-color-annotations:#ff00ff;--color-blue-50:#e6eeff;--color-blue-100:#d0e0ff;--color-blue-200:#9cc3ff;--color-blue-300:#58a6ff;--color-blue-400:#0087e3;--color-blue-500:#006bb5;--color-blue-600:#00508a;--color-blue-700:#003660;--color-blue-800:#002748;--color-blue-900:#00162d;--color-blue-950:#000f21;--color-neutral-50:#ebf1f7;--color-neutral-100:#d7e4f0;--color-neutral-200:#b1cde3;--color-neutral-300:#87b3d4;--color-neutral-400:#749bb7;--color-neutral-500:#608199;--color-neutral-600:#4c667a;--color-neutral-700:#374b5a;--color-neutral-800:#25343f;--color-neutral-900:#131d24;--color-neutral-950:#0a1217;--color-white:#ffffff;--color-challengerpink-50:#fff0f2;--color-challengerpink-100:#ffdde3;--color-challengerpink-200:#ffbac7;--color-challengerpink-300:#ff93ab;--color-challengerpink-400:#ff668e;--color-challengerpink-500:#ff1271;--color-challengerpink-600:#da005e;--color-challengerpink-700:#a60046;--color-challengerpink-800:#72002e;--color-challengerpink-900:#470019;--color-challengerpink-950:#30000f;--color-orange-50:#fffbeb;--color-orange-100:#fef3c7;--color-orange-200:#fde68a;--color-orange-300:#fcd34d;--color-orange-400:#fbbf24;--color-orange-500:#f59e0b;--color-orange-600:#d97706;--color-orange-700:#b45309;--color-orange-800:#92400e;--color-orange-900:#78350f;--color-orange-950:#451a03;--color-gray-50:#f3f3f4;--color-gray-100:#e5e5e6;--color-gray-200:#cbccce;--color-gray-300:#b2b3b6;--color-gray-400:#9c9ea1;--color-gray-500:#85868a;--color-gray-600:#6e7073;--color-gray-700:#585a5c;--color-gray-800:#444547;--color-gray-900:#252627;--color-gray-950:#151616;--color-discovererblue-50:#eaf5ff;--color-discovererblue-100:#cde9ff;--color-discovererblue-200:#92d4ff;--color-discovererblue-300:#1ec0ff;--color-discovererblue-400:#00a8e1;--color-discovererblue-500:#008bbb;--color-discovererblue-600:#006d94;--color-discovererblue-700:#01516f;--color-discovererblue-800:#00394f;--color-discovererblue-900:#00202f;--color-discovererblue-950:#00131d;--color-trackergreen-50:#ccfec6;--color-trackergreen-100:#85fd72;--color-trackergreen-200:#5be23d;--color-trackergreen-300:#4ec333;--color-trackergreen-400:#41a629;--color-trackergreen-500:#348821;--color-trackergreen-600:#286c18;--color-trackergreen-700:#1c5110;--color-trackergreen-800:#113808;--color-trackergreen-900:#072103;--color-trackergreen-950:#031501;--color-green-50:#f0fdf4;--color-green-100:#dcfce7;--color-green-200:#b9f8cf;--color-green-300:#7bf1a8;--color-green-400:#05df72;--color-green-500:#00c950;--color-green-600:#00a63e;--color-green-700:#008236;--color-green-800:#016630;--color-green-900:#0d542b;--color-green-950:#032e15;--color-red-50:#fef2f2;--color-red-100:#ffe2e2;--color-red-200:#ffc9c9;--color-red-300:#ffa2a2;--color-red-400:#ff6467;--color-red-500:#fb2c36;--color-red-600:#e7000b;--color-red-700:#c10007;--color-red-800:#9f0712;--color-red-900:#82181a;--color-red-950:#460809;--color-black:#000000;--color-roveryellow-50:#fffd62;--color-roveryellow-100:#f4f203;--color-roveryellow-200:#e2e000;--color-roveryellow-300:#c3c100;--color-roveryellow-400:#a4a300;--color-roveryellow-500:#878500;--color-roveryellow-600:#6a6900;--color-roveryellow-700:#515000;--color-roveryellow-800:#373700;--color-roveryellow-900:#1f1f00;--color-roveryellow-950:#121200;--color-adventurerorange-50:#fff1ee;--color-adventurerorange-100:#fee2dd;--color-adventurerorange-200:#fec0b4;--color-adventurerorange-300:#fda18b;--color-adventurerorange-400:#fd7a4c;--color-adventurerorange-500:#e95f13;--color-adventurerorange-600:#b94a0d;--color-adventurerorange-700:#8e3708;--color-adventurerorange-800:#622303;--color-adventurerorange-900:#3c1301;--color-adventurerorange-950:#280a01;--fontsize-base:1rem;--fontfamily-sans:"Source Sans 3 Variable", sans-serif;--spacing-base:0.25rem;--color-text-caution-base:var(--color-orange-700);--color-text-caution-bold-base:var(--color-orange-50);--color-text-brand-base:var(--color-blue-700);--color-text-brand-inverse:var(--color-white);--color-text-danger-base:var(--color-red-700);--color-text-danger-bold-base:var(--color-red-50);--color-text-positive-bold-base:var(--color-green-50);--color-text-positive-base:var(--color-green-700);--color-text-base:var(--color-neutral-800);--color-background-danger-base:var(--color-red-100);--color-background-danger-bold-base:var(--color-red-700);--color-background-danger-bold-hovered:var(--color-red-800);--color-background-danger-bold-pressed:var(--color-red-900);--color-background-brand-subtle-hovered:var(--color-blue-50);--color-background-brand-subtle-pressed:var(--color-blue-100);--color-background-brand-subtle-base:var(--color-blue-700);--color-background-brand-hovered:var(--color-blue-800);--color-background-brand-pressed:var(--color-blue-900);--color-background-brand-base:var(--color-blue-700);--color-background-positive-base:var(--color-green-100);--color-background-positive-bold-base:var(--color-green-700);--color-background-positive-bold-hovered:var(--color-green-800);--color-background-positive-bold-pressed:var(--color-green-900);--color-background-caution-base:var(--color-orange-100);--color-background-caution-bold-base:var(--color-orange-700);--color-background-caution-bold-hovered:var(--color-orange-800);--color-background-caution-bold-pressed:var(--color-orange-900);--fontsize-lg:calc(var(--fontsize-base)*1.125);--fontsize-sm:calc(var(--fontsize-base)*0.875);--fontsize-xs:calc(var(--fontsize-base)*0.75);--fontsize-3xl:calc(var(--fontsize-base)*1.875);--fontsize-4xl:calc(var(--fontsize-base)*2.25);--fontsize-2xl:calc(var(--fontsize-base)*1.5);--fontsize-xl:calc(var(--fontsize-base)*1.25);--fontsize-6xl:calc(var(--fontsize-base)*3.75);--fontsize-5xl:calc(var(--fontsize-base)*3);--spacing-1:calc(var(--spacing-base)*1);--spacing-2:calc(var(--spacing-base)*2);--spacing-3:calc(var(--spacing-base)*3);--spacing-4:calc(var(--spacing-base)*4);--spacing-5:calc(var(--spacing-base)*5);--spacing-6:calc(var(--spacing-base)*6);--spacing-7:calc(var(--spacing-base)*7);--spacing-8:calc(var(--spacing-base)*8);--spacing-10:calc(var(--spacing-base)*10);--spacing-11:calc(var(--spacing-base)*11);--spacing-12:calc(var(--spacing-base)*12);--spacing-14:calc(var(--spacing-base)*14);--spacing-16:calc(var(--spacing-base)*16);--spacing-17:calc(var(--spacing-base)*17);--spacing-18:calc(var(--spacing-base)*18);--spacing-20:calc(var(--spacing-base)*20);--spacing-24:calc(var(--spacing-base)*24);--spacing-28:calc(var(--spacing-base)*28);--spacing-32:calc(var(--spacing-base)*32);--spacing-36:calc(var(--spacing-base)*36);--spacing-40:calc(var(--spacing-base)*40);--spacing-48:calc(var(--spacing-base)*48);--spacing-52:calc(var(--spacing-base)*52);--spacing-56:calc(var(--spacing-base)*56);--spacing-60:calc(var(--spacing-base)*60);--spacing-64:calc(var(--spacing-base)*64);--spacing-72:calc(var(--spacing-base)*72);--spacing-80:calc(var(--spacing-base)*80);--spacing-96:calc(var(--spacing-base)*96);--spacing-180:calc(var(--spacing-base)*180);--spacing-195:calc(var(--spacing-base)*195);--spacing-212:calc(var(--spacing-base)*212);--spacing-380:calc(var(--spacing-base)*380);--type-body-base:400 var(--fontsize-base)/1.5 var(--fontfamily-sans);--type-body-sm:400 var(--fontsize-sm)/1.5 var(--fontfamily-sans);--type-body-lg:400 var(--fontsize-lg)/1.5 var(--fontfamily-sans);--type-body-xl:400 var(--fontsize-xl)/1.5 var(--fontfamily-sans);--type-body-2xl:400 var(--fontsize-2xl)/1.5 var(--fontfamily-sans);--type-heading-xl:600 var(--fontsize-6xl)/1.2 var(--fontfamily-sans);--type-heading-lg:600 var(--fontsize-5xl)/1.2 var(--fontfamily-sans);--type-heading-base:600 var(--fontsize-4xl)/1.2 var(--fontfamily-sans);--type-heading-sm:600 var(--fontsize-3xl)/1.2 var(--fontfamily-sans);--type-heading-xs:600 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-base:400 var(--fontsize-base)/1.2 var(--fontfamily-sans);--type-label-2xl:400 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-lg:400 var(--fontsize-lg)/1.2 var(--fontfamily-sans);--type-label-sm:400 var(--fontsize-sm)/1.2 var(--fontfamily-sans);--type-label-xl:400 var(--fontsize-xl)/1.2 var(--fontfamily-sans)}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::before,::after{box-sizing:border-box}html{font-family:system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,\n "Apple Color Emoji", "Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item}.scout-type-body-base{font:400 1rem/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-base)}.scout-type-body-sm{font:400 calc(1rem*0.875)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-sm)}.scout-type-body-lg{font:400 calc(1rem*1.125)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-lg)}.scout-type-body-xl{font:400 calc(1rem*1.25)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-xl)}.scout-type-body-2xl{font:400 calc(1rem*1.5)/1.5 "Source Sans 3 Variable", sans-serif;font:var(--type-body-2xl)}.scout-type-heading-xl{font:600 calc(1rem*3.75)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-xl)}.scout-type-heading-lg{font:600 calc(1rem*3)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-lg)}.scout-type-heading-base{font:600 calc(1rem*2.25)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-base)}.scout-type-heading-sm{font:600 calc(1rem*1.875)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-sm)}.scout-type-heading-xs{font:600 calc(1rem*1.5)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-heading-xs)}.scout-type-label-base{font:400 1rem/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-base)}.scout-type-label-2xl{font:400 calc(1rem*1.5)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-2xl)}.scout-type-label-lg{font:400 calc(1rem*1.125)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-lg)}.scout-type-label-sm{font:400 calc(1rem*0.875)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-sm)}.scout-type-label-xl{font:400 calc(1rem*1.25)/1.2 "Source Sans 3 Variable", sans-serif;font:var(--type-label-xl)}:root{font-family:"Source Sans 3 Variable", sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}';var o,r,n,s,i,l,a,c,f,u,h,p,d,b,v,g,y,m=Object.create,w=Object.defineProperty,S=Object.getOwnPropertyDescriptor,k=Object.getOwnPropertyNames,$=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty,z=e=>{throw TypeError(e)},O=(e,t)=>function(){return t||(0,e[k(e)[0]])((t={exports:{}}).exports,t),t.exports},j=(e,t,o)=>t.has(e)||z("Cannot "+o),M=(e,t,o)=>(j(e,t,"read from private field"),o?o.call(e):t.get(e)),E=(e,t,o)=>t.has(e)?z("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,o),N=(e,t,o)=>(j(e,t,"write to private field"),t.set(e,o),o),R=(e,t,o)=>(j(e,t,"access private method"),o),C=O({"node_modules/balanced-match/index.js"(e,t){function o(e,t,o){e instanceof RegExp&&(e=r(e,o)),t instanceof RegExp&&(t=r(t,o));var s=n(e,t,o);return s&&{start:s[0],end:s[1],pre:o.slice(0,s[0]),body:o.slice(s[0]+e.length,s[1]),post:o.slice(s[1]+t.length)}}function r(e,t){var o=t.match(e);return o?o[0]:null}function n(e,t,o){var r,n,s,i,l,a=o.indexOf(e),c=o.indexOf(t,a+1),f=a;if(a>=0&&c>0){if(e===t)return[a,c];for(r=[],s=o.length;f>=0&&!l;)f==a?(r.push(f),a=o.indexOf(e,f+1)):1==r.length?l=[r.pop(),c]:((n=r.pop())<s&&(s=n,i=c),c=o.indexOf(t,f+1)),f=a<c&&a>=0?a:c;r.length&&(l=[s,i])}return l}t.exports=o,o.range=n}}),P=O({"node_modules/brace-expansion/index.js"(e,t){var o=C();t.exports=function(e){return e?("{}"===e.substr(0,2)&&(e="\\{\\}"+e.substr(2)),b(function(e){return e.split("\\\\").join(r).split("\\{").join(n).split("\\}").join(s).split("\\,").join(i).split("\\.").join(l)}(e),!0).map(c)):[]};var r="\0SLASH"+Math.random()+"\0",n="\0OPEN"+Math.random()+"\0",s="\0CLOSE"+Math.random()+"\0",i="\0COMMA"+Math.random()+"\0",l="\0PERIOD"+Math.random()+"\0";function a(e){return parseInt(e,10)==e?parseInt(e,10):e.charCodeAt(0)}function c(e){return e.split(r).join("\\").split(n).join("{").split(s).join("}").split(i).join(",").split(l).join(".")}function f(e){if(!e)return[""];var t=[],r=o("{","}",e);if(!r)return e.split(",");var n=r.body,s=r.post,i=r.pre.split(",");i[i.length-1]+="{"+n+"}";var l=f(s);return s.length&&(i[i.length-1]+=l.shift(),i.push.apply(i,l)),t.push.apply(t,i),t}function u(e){return"{"+e+"}"}function h(e){return/^-?0\d/.test(e)}function p(e,t){return e<=t}function d(e,t){return e>=t}function b(e,t){var r=[],n=o("{","}",e);if(!n)return[e];var i=n.pre,l=n.post.length?b(n.post,!1):[""];if(/\$$/.test(n.pre))for(var c=0;c<l.length;c++)r.push(P=i+"{"+n.body+"}"+l[c]);else{var v,g,y=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(n.body),m=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(n.body),w=y||m,S=n.body.indexOf(",")>=0;if(!w&&!S)return n.post.match(/,(?!,).*\}/)?b(e=n.pre+"{"+n.body+s+n.post):[e];if(w)v=n.body.split(/\.\./);else if(1===(v=f(n.body)).length&&1===(v=b(v[0],!1).map(u)).length)return l.map((function(e){return n.pre+v[0]+e}));if(w){var k=a(v[0]),$=a(v[1]),x=Math.max(v[0].length,v[1].length),z=3==v.length?Math.abs(a(v[2])):1,O=p;$<k&&(z*=-1,O=d);var j=v.some(h);g=[];for(var M=k;O(M,$);M+=z){var E;if(m)"\\"===(E=String.fromCharCode(M))&&(E="");else if(E=M+"",j){var N=x-E.length;if(N>0){var R=Array(N+1).join("0");E=M<0?"-"+R+E.slice(1):R+E}}g.push(E)}}else{g=[];for(var C=0;C<v.length;C++)g.push.apply(g,b(v[C],!1))}for(C=0;C<g.length;C++)for(c=0;c<l.length;c++){var P=i+g[C]+l[c];(!t||w||P)&&r.push(P)}}return r}}}),A=(e,t)=>{var o;Object.entries(null!=(o=t.o.t)?o:{}).map((([o,[r]])=>{if(31&r||32&r){const r=e[o],n=function(e,t){for(;e;){const o=Object.getOwnPropertyDescriptor(e,t);if(null==o?void 0:o.get)return o;e=Object.getPrototypeOf(e)}}(Object.getPrototypeOf(e),o)||Object.getOwnPropertyDescriptor(e,o);n&&Object.defineProperty(e,o,{get(){return n.get.call(this)},set(e){n.set.call(this,e)},configurable:!0,enumerable:!0}),e[o]=t.i.has(o)?t.i.get(o):r}}))},L=e=>{if(e.__stencil__getHostRef)return e.__stencil__getHostRef()},W=(e,t)=>{t&&(e.__stencil__getHostRef=()=>t,t.l=e,512&t.o.u&&A(e,t))},V=(e,t)=>t in e,T=(e,t)=>(0,console.error)(e,t),F=new Map,I=new Map,U="slot-fb{display:contents}slot-fb[hidden]{display:none}",_="http://www.w3.org/1999/xlink",D="undefined"!=typeof window?window:{},G={u:0,h:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,o,r)=>e.addEventListener(t,o,r),rel:(e,t,o,r)=>e.removeEventListener(t,o,r),ce:(e,t)=>new CustomEvent(e,t)},H=e=>Promise.resolve(e),B=(()=>{try{return!!D.document.adoptedStyleSheets&&(new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync)}catch(e){}return!1})(),Z=!!B&&(()=>!!D.document&&Object.getOwnPropertyDescriptor(D.document.adoptedStyleSheets,"length").writable)(),q=!1,Y=[],J=[],K=(e,t)=>o=>{e.push(o),q||(q=!0,t&&4&G.u?ee(X):G.raf(X))},Q=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){T(e)}e.length=0},X=()=>{Q(Y),Q(J),(q=Y.length>0)&&G.raf(X)},ee=e=>H().then(e),te=K(J,!0),oe=e=>"object"==(e=typeof e)||"function"===e,re=((e,t,o)=>(o=null!=e?m($(e)):{},((e,t,o,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of k(t))x.call(e,o)||undefined===o||w(e,o,{get:()=>t[o],enumerable:!(r=S(t,o))||r.enumerable});return e})(w(o,"default",{value:e,enumerable:!0}),e)))(P()),ne=e=>{if("string"!=typeof e)throw new TypeError("invalid pattern");if(e.length>65536)throw new TypeError("pattern is too long")},se={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},ie=e=>e.replace(/[[\]\\-]/g,"\\$&"),le=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),ae=e=>e.join(""),ce=(e,t)=>{const o=t;if("["!==e.charAt(o))throw Error("not in a brace expression");const r=[],n=[];let s=o+1,i=!1,l=!1,a=!1,c=!1,f=o,u="";e:for(;s<e.length;){const t=e.charAt(s);if("!"!==t&&"^"!==t||s!==o+1){if("]"===t&&i&&!a){f=s+1;break}if(i=!0,"\\"!==t||a){if("["===t&&!a)for(const[t,[i,a,c]]of Object.entries(se))if(e.startsWith(t,s)){if(u)return["$.",!1,e.length-o,!0];s+=t.length,c?n.push(i):r.push(i),l=l||a;continue e}a=!1,u?(t>u?r.push(ie(u)+"-"+ie(t)):t===u&&r.push(ie(t)),u="",s++):e.startsWith("-]",s+1)?(r.push(ie(t+"-")),s+=2):e.startsWith("-",s+1)?(u=t,s+=2):(r.push(ie(t)),s++)}else a=!0,s++}else c=!0,s++}if(f<s)return["",!1,0,!1];if(!r.length&&!n.length)return["$.",!1,e.length-o,!0];if(0===n.length&&1===r.length&&/^\\?.$/.test(r[0])&&!c){const e=2===r[0].length?r[0].slice(-1):r[0];return[le(e),!1,f-o,!1]}const h="["+(c?"^":"")+ae(r)+"]",p="["+(c?"":"^")+ae(n)+"]";return[r.length&&n.length?"("+h+"|"+p+")":r.length?h:p,l,f-o,!0]},fe=(e,{windowsPathsNoEscape:t=!1}={})=>t?e.replace(/\[([^\/\\])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"),ue=new Set(["!","?","+","*","@"]),he=e=>ue.has(e),pe="(?!\\.)",de=new Set(["[","."]),be=new Set(["..","."]),ve=new Set("().*{}+?[]^$\\!"),ge=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),ye="[^/]",me=ye+"*?",we=ye+"+?",Se=class e{constructor(e,t,d={}){E(this,p),((e,t,o)=>{((e,t,o)=>{t in e?w(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o})(e,t+"",o)})(this,"type"),E(this,o),E(this,r),E(this,n,!1),E(this,s,[]),E(this,i),E(this,l),E(this,a),E(this,c,!1),E(this,f),E(this,u),E(this,h,!1),this.type=e,e&&N(this,r,!0),N(this,i,t),N(this,o,M(this,i)?M(M(this,i),o):this),N(this,f,M(this,o)===this?d:M(M(this,o),f)),N(this,a,M(this,o)===this?[]:M(M(this,o),a)),"!"!==e||M(M(this,o),c)||M(this,a).push(this),N(this,l,M(this,i)?M(M(this,i),s).length:0)}get hasMagic(){if(void 0!==M(this,r))return M(this,r);for(const e of M(this,s))if("string"!=typeof e&&(e.type||e.hasMagic))return N(this,r,!0);return M(this,r)}toString(){return void 0!==M(this,u)?M(this,u):N(this,u,this.type?this.type+"("+M(this,s).map((e=>e+"")).join("|")+")":M(this,s).map((e=>e+"")).join(""))}push(...t){for(const o of t)if(""!==o){if("string"!=typeof o&&!(o instanceof e&&M(o,i)===this))throw Error("invalid part: "+o);M(this,s).push(o)}}toJSON(){var e;const t=null===this.type?M(this,s).slice().map((e=>"string"==typeof e?e:e.toJSON())):[this.type,...M(this,s).map((e=>e.toJSON()))];return this.isStart()&&!this.type&&t.unshift([]),this.isEnd()&&(this===M(this,o)||M(M(this,o),c)&&"!"===(null==(e=M(this,i))?void 0:e.type))&&t.push({}),t}isStart(){var t;if(M(this,o)===this)return!0;if(!(null==(t=M(this,i))?void 0:t.isStart()))return!1;if(0===M(this,l))return!0;const r=M(this,i);for(let t=0;t<M(this,l);t++){const o=M(r,s)[t];if(!(o instanceof e&&"!"===o.type))return!1}return!0}isEnd(){var e,t,r;if(M(this,o)===this)return!0;if("!"===(null==(e=M(this,i))?void 0:e.type))return!0;if(!(null==(t=M(this,i))?void 0:t.isEnd()))return!1;if(!this.type)return null==(r=M(this,i))?void 0:r.isEnd();const n=M(this,i)?M(M(this,i),s).length:0;return M(this,l)===n-1}copyIn(e){this.push("string"==typeof e?e:e.clone(this))}clone(t){const o=new e(this.type,t);for(const e of M(this,s))o.copyIn(e);return o}static fromGlob(t,o={}){var r;const n=new e(null,void 0,o);return R(r=e,b,v).call(r,t,n,0,o),n}toMMPattern(){if(this!==M(this,o))return M(this,o).toMMPattern();const e=""+this,[t,n,s,i]=this.toRegExpSource();if(!(s||M(this,r)||M(this,f).nocase&&!M(this,f).nocaseMagicOnly&&e.toUpperCase()!==e.toLowerCase()))return n;const l=(M(this,f).nocase?"i":"")+(i?"u":"");return Object.assign(RegExp(`^${t}$`,l),{_src:t,_glob:e})}get options(){return M(this,f)}toRegExpSource(t){var l;const a=null!=t?t:!!M(this,f).dot;if(M(this,o)===this&&R(this,p,d).call(this),!this.type){const f=this.isStart()&&this.isEnd(),u=M(this,s).map((o=>{var s;const[i,l,a,c]="string"==typeof o?R(s=e,b,y).call(s,o,M(this,r),f):o.toRegExpSource(t);return N(this,r,M(this,r)||a),N(this,n,M(this,n)||c),i})).join("");let h="";if(this.isStart()&&"string"==typeof M(this,s)[0]&&(1!==M(this,s).length||!be.has(M(this,s)[0]))){const e=de,o=a&&e.has(u.charAt(0))||u.startsWith("\\.")&&e.has(u.charAt(2))||u.startsWith("\\.\\.")&&e.has(u.charAt(4)),r=!a&&!t&&e.has(u.charAt(0));h=o?"(?!(?:^|/)\\.\\.?(?:$|/))":r?pe:""}let p="";return this.isEnd()&&M(M(this,o),c)&&"!"===(null==(l=M(this,i))?void 0:l.type)&&(p="(?:$|\\/)"),[h+u+p,fe(u),N(this,r,!!M(this,r)),M(this,n)]}const u="*"===this.type||"+"===this.type,v="!"===this.type?"(?:(?!(?:":"(?:";let m=R(this,p,g).call(this,a);if(this.isStart()&&this.isEnd()&&!m&&"!"!==this.type){const e=""+this;return N(this,s,[e]),this.type=null,N(this,r,void 0),[e,fe(""+this),!1,!1]}let w=!u||t||a?"":R(this,p,g).call(this,!0);w===m&&(w=""),w&&(m=`(?:${m})(?:${w})*?`);let S="";return S="!"===this.type&&M(this,h)?(this.isStart()&&!a?pe:"")+we:v+m+("!"===this.type?"))"+(!this.isStart()||a||t?"":pe)+me+")":"@"===this.type?")":"?"===this.type?")?":"+"===this.type&&w?")":"*"===this.type&&w?")?":")"+this.type),[S,fe(m),N(this,r,!!M(this,r)),M(this,n)]}};o=new WeakMap,r=new WeakMap,n=new WeakMap,s=new WeakMap,i=new WeakMap,l=new WeakMap,a=new WeakMap,c=new WeakMap,f=new WeakMap,u=new WeakMap,h=new WeakMap,p=new WeakSet,d=function(){if(this!==M(this,o))throw Error("should only call on root");if(M(this,c))return this;let e;for(N(this,c,!0);e=M(this,a).pop();){if("!"!==e.type)continue;let t=e,o=M(t,i);for(;o;){for(let r=M(t,l)+1;!o.type&&r<M(o,s).length;r++)for(const t of M(e,s)){if("string"==typeof t)throw Error("string part in extglob AST??");t.copyIn(M(o,s)[r])}t=o,o=M(t,i)}}return this},b=new WeakSet,v=function(e,t,o,n){var i,l;let a=!1,c=!1,f=-1,u=!1;if(null===t.type){let r=o,s="";for(;r<e.length;){const o=e.charAt(r++);if(a||"\\"===o)a=!a,s+=o;else if(c)r===f+1?"^"!==o&&"!"!==o||(u=!0):"]"!==o||r===f+2&&u||(c=!1),s+=o;else if("["!==o)if(n.noext||!he(o)||"("!==e.charAt(r))s+=o;else{t.push(s),s="";const l=new Se(o,t);r=R(i=Se,b,v).call(i,e,l,r,n),t.push(l)}else c=!0,f=r,u=!1,s+=o}return t.push(s),r}let p=o+1,d=new Se(null,t);const g=[];let y="";for(;p<e.length;){const o=e.charAt(p++);if(a||"\\"===o)a=!a,y+=o;else if(c)p===f+1?"^"!==o&&"!"!==o||(u=!0):"]"!==o||p===f+2&&u||(c=!1),y+=o;else if("["!==o)if(he(o)&&"("===e.charAt(p)){d.push(y),y="";const t=new Se(o,d);d.push(t),p=R(l=Se,b,v).call(l,e,t,p,n)}else if("|"!==o){if(")"===o)return""===y&&0===M(t,s).length&&N(t,h,!0),d.push(y),y="",t.push(...g,d),p;y+=o}else d.push(y),y="",g.push(d),d=new Se(null,t);else c=!0,f=p,u=!1,y+=o}return t.type=null,N(t,r,void 0),N(t,s,[e.substring(o-1)]),p},g=function(e){return M(this,s).map((t=>{if("string"==typeof t)throw Error("string type in extglob ast??");const[o,r,s,i]=t.toRegExpSource(e);return N(this,n,M(this,n)||i),o})).filter((e=>!(this.isStart()&&this.isEnd()&&!e))).join("|")},y=function(e,t,o=!1){let r=!1,n="",s=!1;for(let i=0;i<e.length;i++){const l=e.charAt(i);if(r)r=!1,n+=(ve.has(l)?"\\":"")+l;else if("\\"!==l){if("["===l){const[o,r,l,a]=ce(e,i);if(l){n+=o,s=s||r,i+=l-1,t=t||a;continue}}"*"!==l?"?"!==l?n+=ge(l):(n+=ye,t=!0):(n+=o&&"*"===e?we:me,t=!0)}else i===e.length-1?n+="\\\\":r=!0}return[n,fe(e),!!t,s]},E(Se,b);var ke=Se,$e=(e,t,o={})=>(ne(t),!(!o.nocomment&&"#"===t.charAt(0))&&new Ye(t,o).match(e)),xe=/^\*+([^+@!?\*\[\(]*)$/,ze=e=>t=>!t.startsWith(".")&&t.endsWith(e),Oe=e=>t=>t.endsWith(e),je=e=>(e=e.toLowerCase(),t=>!t.startsWith(".")&&t.toLowerCase().endsWith(e)),Me=e=>(e=e.toLowerCase(),t=>t.toLowerCase().endsWith(e)),Ee=/^\*+\.\*+$/,Ne=e=>!e.startsWith(".")&&e.includes("."),Re=e=>"."!==e&&".."!==e&&e.includes("."),Ce=/^\.\*+$/,Pe=e=>"."!==e&&".."!==e&&e.startsWith("."),Ae=/^\*+$/,Le=e=>0!==e.length&&!e.startsWith("."),We=e=>0!==e.length&&"."!==e&&".."!==e,Ve=/^\?+([^+@!?\*\[\(]*)?$/,Te=([e,t=""])=>{const o=_e([e]);return t?(t=t.toLowerCase(),e=>o(e)&&e.toLowerCase().endsWith(t)):o},Fe=([e,t=""])=>{const o=De([e]);return t?(t=t.toLowerCase(),e=>o(e)&&e.toLowerCase().endsWith(t)):o},Ie=([e,t=""])=>{const o=De([e]);return t?e=>o(e)&&e.endsWith(t):o},Ue=([e,t=""])=>{const o=_e([e]);return t?e=>o(e)&&e.endsWith(t):o},_e=([e])=>{const t=e.length;return e=>e.length===t&&!e.startsWith(".")},De=([e])=>{const t=e.length;return e=>e.length===t&&"."!==e&&".."!==e},Ge="object"==typeof process&&process?"object"==typeof process.env&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix";$e.sep="win32"===Ge?"\\":"/";var He=Symbol("globstar **");$e.GLOBSTAR=He,$e.filter=(e,t={})=>o=>$e(o,e,t);var Be=(e,t={})=>Object.assign({},e,t);$e.defaults=e=>{if(!e||"object"!=typeof e||!Object.keys(e).length)return $e;const t=$e;return Object.assign(((o,r,n={})=>t(o,r,Be(e,n))),{Minimatch:class extends t.Minimatch{constructor(t,o={}){super(t,Be(e,o))}static defaults(o){return t.defaults(Be(e,o)).Minimatch}},AST:class extends t.AST{constructor(t,o,r={}){super(t,o,Be(e,r))}static fromGlob(o,r={}){return t.AST.fromGlob(o,Be(e,r))}},unescape:(o,r={})=>t.unescape(o,Be(e,r)),escape:(o,r={})=>t.escape(o,Be(e,r)),filter:(o,r={})=>t.filter(o,Be(e,r)),defaults:o=>t.defaults(Be(e,o)),makeRe:(o,r={})=>t.makeRe(o,Be(e,r)),braceExpand:(o,r={})=>t.braceExpand(o,Be(e,r)),match:(o,r,n={})=>t.match(o,r,Be(e,n)),sep:t.sep,GLOBSTAR:He})};var Ze=(e,t={})=>(ne(e),t.nobrace||!/\{(?:(?!\{).)*\}/.test(e)?[e]:(0,re.default)(e));$e.braceExpand=Ze,$e.makeRe=(e,t={})=>new Ye(e,t).makeRe(),$e.match=(e,t,o={})=>{const r=new Ye(t,o);return e=e.filter((e=>r.match(e))),r.options.nonull&&!e.length&&e.push(t),e};var qe=/[?*]|[+@!]\(.*?\)|\[|\]/,Ye=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(e,t={}){ne(e),this.options=t=t||{},this.pattern=e,this.platform=t.platform||Ge,this.isWindows="win32"===this.platform,this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||!1===t.allowWindowsEscape,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!t.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!t.nonegate,this.comment=!1,this.empty=!1,this.partial=!!t.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=void 0!==t.windowsNoMagicRoot?t.windowsNoMagicRoot:!(!this.isWindows||!this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(const e of this.set)for(const t of e)if("string"!=typeof t)return!0;return!1}debug(...e){}make(){const e=this.pattern,t=this.options;if(!t.nocomment&&"#"===e.charAt(0))return void(this.comment=!0);if(!e)return void(this.empty=!0);this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],t.debug&&(this.debug=(...e)=>console.error(...e)),this.debug(this.pattern,this.globSet);const o=this.globSet.map((e=>this.slashSplit(e)));this.globParts=this.preprocess(o),this.debug(this.pattern,this.globParts);let r=this.globParts.map((e=>{if(this.isWindows&&this.windowsNoMagicRoot){const t=!(""!==e[0]||""!==e[1]||"?"!==e[2]&&qe.test(e[2])||qe.test(e[3])),o=/^[a-z]:/i.test(e[0]);if(t)return[...e.slice(0,4),...e.slice(4).map((e=>this.parse(e)))];if(o)return[e[0],...e.slice(1).map((e=>this.parse(e)))]}return e.map((e=>this.parse(e)))}));if(this.debug(this.pattern,r),this.set=r.filter((e=>-1===e.indexOf(!1))),this.isWindows)for(let e=0;e<this.set.length;e++){const t=this.set[e];""===t[0]&&""===t[1]&&"?"===this.globParts[e][2]&&"string"==typeof t[3]&&/^[a-z]:$/i.test(t[3])&&(t[2]="?")}this.debug(this.pattern,this.set)}preprocess(e){if(this.options.noglobstar)for(let t=0;t<e.length;t++)for(let o=0;o<e[t].length;o++)"**"===e[t][o]&&(e[t][o]="*");const{optimizationLevel:t=1}=this.options;return t>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):e=t>=1?this.levelOneOptimize(e):this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map((e=>{let t=-1;for(;-1!==(t=e.indexOf("**",t+1));){let o=t;for(;"**"===e[o+1];)o++;o!==t&&e.splice(t,o-t)}return e}))}levelOneOptimize(e){return e.map((e=>0===(e=e.reduce(((e,t)=>{const o=e[e.length-1];return"**"===t&&"**"===o?e:".."===t&&o&&".."!==o&&"."!==o&&"**"!==o?(e.pop(),e):(e.push(t),e)}),[])).length?[""]:e))}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let t=!1;do{if(t=!1,!this.preserveMultipleSlashes){for(let o=1;o<e.length-1;o++){const r=e[o];1===o&&""===r&&""===e[0]||"."!==r&&""!==r||(t=!0,e.splice(o,1),o--)}"."!==e[0]||2!==e.length||"."!==e[1]&&""!==e[1]||(t=!0,e.pop())}let o=0;for(;-1!==(o=e.indexOf("..",o+1));){const r=e[o-1];r&&"."!==r&&".."!==r&&"**"!==r&&(t=!0,e.splice(o-1,2),o-=2)}}while(t);return 0===e.length?[""]:e}firstPhasePreProcess(e){let t=!1;do{t=!1;for(let o of e){let r=-1;for(;-1!==(r=o.indexOf("**",r+1));){let n=r;for(;"**"===o[n+1];)n++;n>r&&o.splice(r+1,n-r);const s=o[r+2],i=o[r+3];if(".."!==o[r+1])continue;if(!s||"."===s||".."===s||!i||"."===i||".."===i)continue;t=!0,o.splice(r,1);const l=o.slice(0);l[r]="**",e.push(l),r--}if(!this.preserveMultipleSlashes){for(let e=1;e<o.length-1;e++){const r=o[e];1===e&&""===r&&""===o[0]||"."!==r&&""!==r||(t=!0,o.splice(e,1),e--)}"."!==o[0]||2!==o.length||"."!==o[1]&&""!==o[1]||(t=!0,o.pop())}let n=0;for(;-1!==(n=o.indexOf("..",n+1));){const e=o[n-1];e&&"."!==e&&".."!==e&&"**"!==e&&(t=!0,o.splice(n-1,2,...1===n&&"**"===o[n+1]?["."]:[]),0===o.length&&o.push(""),n-=2)}}}while(t);return e}secondPhasePreProcess(e){for(let t=0;t<e.length-1;t++)for(let o=t+1;o<e.length;o++){const r=this.partsMatch(e[t],e[o],!this.preserveMultipleSlashes);r&&(e[t]=r,e[o]=[])}return e.filter((e=>e.length))}partsMatch(e,t,o=!1){let r=0,n=0,s=[],i="";for(;r<e.length&&n<t.length;)if(e[r]===t[n])s.push("b"===i?t[n]:e[r]),r++,n++;else if(o&&"**"===e[r]&&t[n]===e[r+1])s.push(e[r]),r++;else if(o&&"**"===t[n]&&e[r]===t[n+1])s.push(t[n]),n++;else if("*"!==e[r]||!t[n]||!this.options.dot&&t[n].startsWith(".")||"**"===t[n]){if("*"!==t[n]||!e[r]||!this.options.dot&&e[r].startsWith(".")||"**"===e[r])return!1;if("a"===i)return!1;i="b",s.push(t[n]),r++,n++}else{if("b"===i)return!1;i="a",s.push(e[r]),r++,n++}return e.length===t.length&&s}parseNegate(){if(this.nonegate)return;const e=this.pattern;let t=!1,o=0;for(let r=0;r<e.length&&"!"===e.charAt(r);r++)t=!t,o++;o&&(this.pattern=e.slice(o)),this.negate=t}matchOne(e,t,o=!1){const r=this.options;if(this.isWindows){const o="string"==typeof e[0]&&/^[a-z]:$/i.test(e[0]),r=!o&&""===e[0]&&""===e[1]&&"?"===e[2]&&/^[a-z]:$/i.test(e[3]),n="string"==typeof t[0]&&/^[a-z]:$/i.test(t[0]),s=r?3:o?0:void 0,i=!n&&""===t[0]&&""===t[1]&&"?"===t[2]&&"string"==typeof t[3]&&/^[a-z]:$/i.test(t[3])?3:n?0:void 0;if("number"==typeof s&&"number"==typeof i){const[o,r]=[e[s],t[i]];o.toLowerCase()===r.toLowerCase()&&(t[i]=o,i>s?t=t.slice(i):s>i&&(e=e.slice(s)))}}const{optimizationLevel:n=1}=this.options;n>=2&&(e=this.levelTwoFileOptimize(e)),this.debug("matchOne",this,{file:e,pattern:t}),this.debug("matchOne",e.length,t.length);for(var s=0,i=0,l=e.length,a=t.length;s<l&&i<a;s++,i++){this.debug("matchOne loop");var c=t[i],f=e[s];if(this.debug(t,c,f),!1===c)return!1;if(c===He){this.debug("GLOBSTAR",[t,c,f]);var u=s,h=i+1;if(h===a){for(this.debug("** at the end");s<l;s++)if("."===e[s]||".."===e[s]||!r.dot&&"."===e[s].charAt(0))return!1;return!0}for(;u<l;){var p=e[u];if(this.debug("\nglobstar while",e,u,t,h,p),this.matchOne(e.slice(u),t.slice(h),o))return this.debug("globstar found match!",u,l,p),!0;if("."===p||".."===p||!r.dot&&"."===p.charAt(0)){this.debug("dot detected!",e,u,t,h);break}this.debug("globstar swallow a segment, and continue"),u++}return!(!o||(this.debug("\n>>> no match, partial?",e,u,t,h),u!==l))}let n;if("string"==typeof c?(n=f===c,this.debug("string match",c,f,n)):(n=c.test(f),this.debug("pattern match",c,f,n)),!n)return!1}if(s===l&&i===a)return!0;if(s===l)return o;if(i===a)return s===l-1&&""===e[s];throw Error("wtf?")}braceExpand(){return Ze(this.pattern,this.options)}parse(e){ne(e);const t=this.options;if("**"===e)return He;if(""===e)return"";let o,r=null;(o=e.match(Ae))?r=t.dot?We:Le:(o=e.match(xe))?r=(t.nocase?t.dot?Me:je:t.dot?Oe:ze)(o[1]):(o=e.match(Ve))?r=(t.nocase?t.dot?Fe:Te:t.dot?Ie:Ue)(o):(o=e.match(Ee))?r=t.dot?Re:Ne:(o=e.match(Ce))&&(r=Pe);const n=ke.fromGlob(e,this.options).toMMPattern();return r&&"object"==typeof n&&Reflect.defineProperty(n,"test",{value:r}),n}makeRe(){if(this.regexp||!1===this.regexp)return this.regexp;const e=this.set;if(!e.length)return this.regexp=!1,this.regexp;const t=this.options,o=t.noglobstar?"[^/]*?":t.dot?"(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?":"(?:(?!(?:\\/|^)\\.).)*?",r=new Set(t.nocase?["i"]:[]);let n=e.map((e=>{const t=e.map((e=>{if(e instanceof RegExp)for(const t of e.flags.split(""))r.add(t);return"string"==typeof e?(e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"))(e):e===He?He:e._src}));return t.forEach(((e,r)=>{const n=t[r+1],s=t[r-1];e===He&&s!==He&&(void 0===s?void 0!==n&&n!==He?t[r+1]="(?:\\/|"+o+"\\/)?"+n:t[r]=o:void 0===n?t[r-1]=s+"(?:\\/|"+o+")?":n!==He&&(t[r-1]=s+"(?:\\/|\\/"+o+"\\/)"+n,t[r+1]=He))})),t.filter((e=>e!==He)).join("/")})).join("|");const[s,i]=e.length>1?["(?:",")"]:["",""];n="^"+s+n+i+"$",this.negate&&(n="^(?!"+n+").+$");try{this.regexp=RegExp(n,[...r].join(""))}catch(e){this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,t=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return""===e;if("/"===e&&t)return!0;const o=this.options;this.isWindows&&(e=e.split("\\").join("/"));const r=this.slashSplit(e);this.debug(this.pattern,"split",r);const n=this.set;this.debug(this.pattern,"set",n);let s=r[r.length-1];if(!s)for(let e=r.length-2;!s&&e>=0;e--)s=r[e];for(let e=0;e<n.length;e++){const i=n[e];let l=r;if(o.matchBase&&1===i.length&&(l=[s]),this.matchOne(l,i,t))return!!o.flipNegate||!this.negate}return!o.flipNegate&&this.negate}static defaults(e){return $e.defaults(e).Minimatch}};function Je(e){var t,o,r;return null!=(r=null==(o=null==(t=e.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:o.getAttribute("content"))?r:void 0}$e.AST=ke,$e.Minimatch=Ye,$e.escape=(e,{windowsPathsNoEscape:t=!1}={})=>t?e.replace(/[?*()[\]]/g,"[$&]"):e.replace(/[?*()[\]\\]/g,"\\$&"),$e.unescape=fe,((e,t)=>{for(var o in t)w(e,o,{get:t[o],enumerable:!0})})({},{err:()=>Qe,map:()=>Xe,ok:()=>Ke,unwrap:()=>tt,unwrapErr:()=>ot});var Ke=e=>({isOk:!0,isErr:!1,value:e}),Qe=e=>({isOk:!1,isErr:!0,value:e});function Xe(e,t){if(e.isOk){const o=t(e.value);return o instanceof Promise?o.then((e=>Ke(e))):Ke(o)}if(e.isErr)return Qe(e.value);throw"should never get here"}var et,tt=e=>{if(e.isOk)return e.value;throw e.value},ot=e=>{if(e.isErr)return e.value;throw e.value};function rt(e){var o;const r={mode:"open"};r.delegatesFocus=!!(16&e.u);const n=this.attachShadow(r);if(void 0===et&&(et=null!=(o=function(e){if(!B)return;const t=new CSSStyleSheet;return t.replaceSync(e),t}(t))?o:null),et)Z?n.adoptedStyleSheets.push(et):n.adoptedStyleSheets=[...n.adoptedStyleSheets,et];else if(!B){const e=document.createElement("style");e.innerHTML=t,n.prepend(e)}}var nt=e=>{const t=ct(e,"childNodes");e.tagName&&e.tagName.includes("-")&&e["s-cr"]&&"SLOT-FB"!==e.tagName&&st(t,e.tagName).forEach((e=>{1===e.nodeType&&"SLOT-FB"===e.tagName&&(e.hidden=!!it(e,at(e),!1).length)}));let o=0;for(o=0;o<t.length;o++){const e=t[o];1===e.nodeType&&ct(e,"childNodes").length&&nt(e)}};function st(e,t,o){let r,n=0,s=[];for(;n<e.length;n++){if(r=e[n],r["s-sr"]&&(!t||r["s-hn"]===t)&&(void 0===o||at(r)===o)&&(s.push(r),void 0!==o))return s;s=[...s,...st(r.childNodes,t,o)]}return s}var it=(e,t,o=!0)=>{const r=[];(o&&e["s-sr"]||!e["s-sr"])&&r.push(e);let n=e;for(;n=n.nextSibling;)at(n)!==t||!o&&n["s-sr"]||r.push(n);return r},lt=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,at=e=>"string"==typeof e["s-sn"]?e["s-sn"]:1===e.nodeType&&e.getAttribute("slot")||void 0;function ct(e,t){if("__"+t in e){const o=e["__"+t];return"function"!=typeof o?o:o.bind(e)}return"function"!=typeof e[t]?e[t]:e[t].bind(e)}var ft=new WeakMap,ut=e=>"sc-"+e.p,ht=(e,t,...o)=>{let r=null,n=null,s=null,i=!1,l=!1;const a=[],c=t=>{for(let o=0;o<t.length;o++)r=t[o],Array.isArray(r)?c(r):null!=r&&"boolean"!=typeof r&&((i="function"!=typeof e&&!oe(r))&&(r+=""),i&&l?a[a.length-1].v+=r:a.push(i?pt(null,r):r),l=i)};if(c(o),t){t.key&&(n=t.key),t.name&&(s=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,a,bt);const f=pt(e,null);return f.m=t,a.length>0&&(f.S=a),f.k=n,f.$=s,f},pt=(e,t)=>({u:0,O:e,v:t,j:null,S:null,m:null,k:null,$:null}),dt={},bt={forEach:(e,t)=>e.map(vt).forEach(t),map:(e,t)=>e.map(vt).map(t).map(gt)},vt=e=>({vattrs:e.m,vchildren:e.S,vkey:e.k,vname:e.$,vtag:e.O,vtext:e.v}),gt=e=>{if("function"==typeof e.vtag){const t={...e.vattrs};return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),ht(e.vtag,t,...e.vchildren||[])}const t=pt(e.vtag,e.vtext);return t.m=e.vattrs,t.S=e.vchildren,t.k=e.vkey,t.$=e.vname,t},yt=e=>{const t=(e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"))(e);return RegExp(`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${t}))(${t}\\b)`,"g")};yt("::slotted"),yt(":host"),yt(":host-context");var mt,wt,St,kt=(e,t)=>null==e||oe(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?"string"==typeof e?parseFloat(e):"number"==typeof e?e:NaN:1&t?e+"":e,$t=e=>{var t;return null==(t=L(e))?void 0:t.$hostElement$},xt=(e,t)=>{const o=$t(e);return{emit:e=>zt(o,t,{bubbles:!0,composed:!0,cancelable:!0,detail:e})}},zt=(e,t,o)=>{const r=G.ce(t,o);return e.dispatchEvent(r),r},Ot=(e,t,o,r,n,s)=>{if(o===r)return;let i=V(e,t),l=t.toLowerCase();if("class"===t){const t=e.classList,n=Mt(o);let s=Mt(r);t.remove(...n.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!n.includes(e))))}else if("style"===t){for(const t in o)r&&null!=r[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in r)o&&r[t]===o[t]||(t.includes("-")?e.style.setProperty(t,r[t]):e.style[t]=r[t])}else if("key"===t);else if("ref"===t)r&&r(e);else if(i||"o"!==t[0]||"n"!==t[1]){const a=oe(r);if(i||a&&null!==r)try{if(e.tagName.includes("-"))e[t]!==r&&(e[t]=r);else{const n=null==r?"":r;"list"===t?i=!1:null!=o&&e[t]==n||("function"==typeof e.__lookupSetter__(t)?e[t]=n:e.setAttribute(t,n))}}catch(e){}let c=!1;l!==(l=l.replace(/^xlink\:?/,""))&&(t=l,c=!0),null==r||!1===r?!1===r&&""!==e.getAttribute(t)||(c?e.removeAttributeNS(_,t):e.removeAttribute(t)):(!i||4&s||n)&&!a&&1===e.nodeType&&(r=!0===r?"":r,c?e.setAttributeNS(_,t,r):e.setAttribute(t,r))}else if(t="-"===t[2]?t.slice(3):V(D,l)?l.slice(2):l[2]+t.slice(3),o||r){const n=t.endsWith(Et);t=t.replace(Nt,""),o&&G.rel(e,t,o,n),r&&G.ael(e,t,r,n)}},jt=/\s/,Mt=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(jt):[]),Et="Capture",Nt=RegExp(Et+"$"),Rt=(e,t,o)=>{const r=11===t.j.nodeType&&t.j.host?t.j.host:t.j,n=e&&e.m||{},s=t.m||{};for(const e of Ct(Object.keys(n)))e in s||Ot(r,e,n[e],void 0,o,t.u);for(const e of Ct(Object.keys(s)))Ot(r,e,n[e],s[e],o,t.u)};function Ct(e){return e.includes("ref")?[...e.filter((e=>"ref"!==e)),"ref"]:e}var Pt=!1,At=!1,Lt=!1,Wt=!1,Vt=(e,t,o)=>{var r;const n=t.S[o];let s,i,l,a=0;if(Pt||(Lt=!0,"slot"===n.O&&(n.u|=n.S?2:1)),null!==n.v)s=n.j=D.document.createTextNode(n.v);else if(1&n.u)s=n.j=D.document.createTextNode(""),Rt(null,n,Wt);else{if(!D.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.");if(s=n.j=D.document.createElement(!Pt&&2&n.u?"slot-fb":n.O),Rt(null,n,Wt),null!=mt&&void 0!==mt&&s["s-si"]!==mt&&s.classList.add(s["s-si"]=mt),n.S){const t="template"===n.O?s.content:s;for(a=0;a<n.S.length;++a)i=Vt(e,n,a),i&&t.appendChild(i)}}return s["s-hn"]=St,3&n.u&&(s["s-sr"]=!0,s["s-cr"]=wt,s["s-sn"]=n.$||"",s["s-rf"]=null==(r=n.m)?void 0:r.ref,function(e){if(e.assignedElements||e.assignedNodes||!e["s-sr"])return;const t=t=>function(e){const o=[],r=this["s-sn"];(null==e?void 0:e.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const n=this["s-cr"].parentElement;return(n.__childNodes?n.childNodes:(e=>{const t=[];for(let o=0;o<e.length;o++){const r=e[o]["s-nr"]||void 0;r&&r.isConnected&&t.push(r)}return t})(n.childNodes)).forEach((e=>{r===at(e)&&o.push(e)})),t?o.filter((e=>1===e.nodeType)):o}.bind(e);e.assignedElements=t(!0),e.assignedNodes=t(!1)}(s),l=e&&e.S&&e.S[o],l&&l.O===n.O&&e.j&&Tt(e.j),Yt(wt,s,t.j,null==e?void 0:e.j)),s},Tt=e=>{G.u|=1;const t=e.closest(St.toLowerCase());if(null!=t){const o=Array.from(t.__childNodes||t.childNodes).find((e=>e["s-cr"])),r=Array.from(e.__childNodes||e.childNodes);for(const e of o?r.reverse():r)null!=e["s-sh"]&&(qt(t,e,null!=o?o:null),e["s-sh"]=void 0,Lt=!0)}G.u&=-2},Ft=(e,t)=>{G.u|=1;const o=Array.from(e.__childNodes||e.childNodes);if(e["s-sr"]){let t=e;for(;t=t.nextSibling;)t&&t["s-sn"]===e["s-sn"]&&t["s-sh"]===St&&o.push(t)}for(let e=o.length-1;e>=0;e--){const r=o[e];r["s-hn"]!==St&&r["s-ol"]&&(qt(Dt(r).parentNode,r,Dt(r)),r["s-ol"].remove(),r["s-ol"]=void 0,r["s-sh"]=void 0,Lt=!0),t&&Ft(r,t)}G.u&=-2},It=(e,t,o,r,n,s)=>{let i,l=e["s-cr"]&&e["s-cr"].parentNode||e;for(l.shadowRoot&&l.tagName===St&&(l=l.shadowRoot),"template"===o.O&&(l=l.content);n<=s;++n)r[n]&&(i=Vt(null,o,n),i&&(r[n].j=i,qt(l,i,Dt(t))))},Ut=(e,t,o)=>{for(let r=t;r<=o;++r){const t=e[r];if(t){const e=t.j;Zt(t),e&&(At=!0,e["s-ol"]?e["s-ol"].remove():Ft(e,!0),e.remove())}}},_t=(e,t,o=!1)=>e.O===t.O&&("slot"===e.O?e.$===t.$:o?(o&&!e.k&&t.k&&(e.k=t.k),!0):e.k===t.k),Dt=e=>e&&e["s-ol"]||e,Gt=(e,t,o=!1)=>{const r=t.j=e.j,n=e.S,s=t.S,i=t.v;let l;null===i?("slot"!==t.O||Pt||e.$!==t.$&&(t.j["s-sn"]=t.$||"",Tt(t.j.parentElement)),Rt(e,t,Wt),null!==n&&null!==s?((e,t,o,r,n=!1)=>{let s,i,l=0,a=0,c=0,f=0,u=t.length-1,h=t[0],p=t[u],d=r.length-1,b=r[0],v=r[d];const g="template"===o.O?e.content:e;for(;l<=u&&a<=d;)if(null==h)h=t[++l];else if(null==p)p=t[--u];else if(null==b)b=r[++a];else if(null==v)v=r[--d];else if(_t(h,b,n))Gt(h,b,n),h=t[++l],b=r[++a];else if(_t(p,v,n))Gt(p,v,n),p=t[--u],v=r[--d];else if(_t(h,v,n))"slot"!==h.O&&"slot"!==v.O||Ft(h.j.parentNode,!1),Gt(h,v,n),qt(g,h.j,p.j.nextSibling),h=t[++l],v=r[--d];else if(_t(p,b,n))"slot"!==h.O&&"slot"!==v.O||Ft(p.j.parentNode,!1),Gt(p,b,n),qt(g,p.j,h.j),p=t[--u],b=r[++a];else{for(c=-1,f=l;f<=u;++f)if(t[f]&&null!==t[f].k&&t[f].k===b.k){c=f;break}c>=0?(i=t[c],i.O!==b.O?s=Vt(t&&t[a],o,c):(Gt(i,b,n),t[c]=void 0,s=i.j),b=r[++a]):(s=Vt(t&&t[a],o,a),b=r[++a]),s&&qt(Dt(h.j).parentNode,s,Dt(h.j))}l>u?It(e,null==r[d+1]?null:r[d+1].j,o,r,a,d):a>d&&Ut(t,l,u)})(r,n,t,s,o):null!==s?(null!==e.v&&(r.textContent=""),It(r,null,t,s,0,s.length-1)):!o&&null!==n&&Ut(n,0,n.length-1)):(l=r["s-cr"])?l.parentNode.textContent=i:e.v!==i&&(r.data=i)},Ht=[],Bt=e=>{let t,o,r;const n=e.__childNodes||e.childNodes;for(const e of n){if(e["s-sr"]&&(t=e["s-cr"])&&t.parentNode){o=t.parentNode.__childNodes||t.parentNode.childNodes;const n=e["s-sn"];for(r=o.length-1;r>=0;r--)if(t=o[r],!(t["s-cn"]||t["s-nr"]||t["s-hn"]===e["s-hn"]||t["s-sh"]&&t["s-sh"]===e["s-hn"]))if(lt(t,n)){let o=Ht.find((e=>e.M===t));At=!0,t["s-sn"]=t["s-sn"]||n,o?(o.M["s-sh"]=e["s-hn"],o.N=e):(t["s-sh"]=e["s-hn"],Ht.push({N:e,M:t})),t["s-sr"]&&Ht.map((e=>{lt(e.M,t["s-sn"])&&(o=Ht.find((e=>e.M===t)),o&&!e.N&&(e.N=o.N))}))}else Ht.some((e=>e.M===t))||Ht.push({M:t})}1===e.nodeType&&Bt(e)}},Zt=e=>{e.m&&e.m.ref&&e.m.ref(null),e.S&&e.S.map(Zt)},qt=(e,t,o,r)=>{if("string"==typeof t["s-sn"]&&t["s-sr"]&&t["s-cr"])Yt(t["s-cr"],t,e,t.parentElement);else if("string"==typeof t["s-sn"]){e.insertBefore(t,o);const{slotNode:n}=function(e,t){var o;if(!(t=t||(null==(o=e["s-ol"])?void 0:o.parentElement)))return{slotNode:null,slotName:""};const r=e["s-sn"]=at(e)||"";return{slotNode:st(ct(t,"childNodes"),t.tagName,r)[0],slotName:r}}(t);return n&&!r&&function(e){e.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1}))}(n),t}return e.__insertBefore?e.__insertBefore(t,o):null==e?void 0:e.insertBefore(t,o)};function Yt(e,t,o,r){var n,s;let i;if(e&&"string"==typeof t["s-sn"]&&t["s-sr"]&&e.parentNode&&e.parentNode["s-sc"]&&(i=t["s-si"]||e.parentNode["s-sc"])){const e=t["s-sn"],l=t["s-hn"];if(null==(n=o.classList)||n.add(i+"-s"),r&&(null==(s=r.classList)?void 0:s.contains(i+"-s"))){let t=(r.__childNodes||r.childNodes)[0],o=!1;for(;t;){if(t["s-sn"]!==e&&t["s-hn"]===l&&t["s-sr"]){o=!0;break}t=t.nextSibling}o||r.classList.remove(i+"-s")}}}var Jt=(e,t)=>{if(t&&!e.R&&t["s-p"]){const o=t["s-p"].push(new Promise((r=>e.R=()=>{t["s-p"].splice(o-1,1),r()})))}},Kt=(e,t)=>{if(e.u|=16,4&e.u)return void(e.u|=512);Jt(e,e.C);const o=()=>Qt(e,t);if(!t)return te(o);queueMicrotask((()=>{o()}))},Qt=(e,t)=>{const o=e.$hostElement$,r=e.l;if(!r)throw Error(`Can't render component <${o.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let n;return t?(e.P&&(e.P=!1,so(r,"connectedCallback",void 0,o)),e.u|=256,e.A&&(e.A.map((([e,t])=>so(r,e,t,o))),e.A=void 0),e.L.length&&e.L.forEach((e=>e(o))),n=so(r,"componentWillLoad",void 0,o)):n=so(r,"componentWillUpdate",void 0,o),n=Xt(n,(()=>so(r,"componentWillRender",void 0,o))),Xt(n,(()=>to(e,r,t)))},Xt=(e,t)=>eo(e)?e.then(t).catch((e=>{console.error(e),t()})):t(),eo=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,to=async(e,t,o)=>{var r;const n=e.$hostElement$,s=n["s-rc"];o&&(e=>{const t=e.o,o=e.$hostElement$,r=t.u,n=((e,t)=>{var o,r,n;const s=ut(t),i=I.get(s);if(!D.document)return s;if(e=11===e.nodeType?e:D.document,i)if("string"==typeof i){let n,l=ft.get(e=e.head||e);if(l||ft.set(e,l=new Set),!l.has(s)){n=D.document.createElement("style"),n.innerHTML=i;const a=null!=(o=G.W)?o:Je(D.document);if(null!=a&&n.setAttribute("nonce",a),!(1&t.u))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),o=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(n,(null==o?void 0:o.parentNode)===e?o:null)}else if("host"in e)if(B){const t=new(null!=(r=e.defaultView)?r:e.ownerDocument.defaultView).CSSStyleSheet;t.replaceSync(i),Z?e.adoptedStyleSheets.unshift(t):e.adoptedStyleSheets=[t,...e.adoptedStyleSheets]}else{const t=e.querySelector("style");t?t.innerHTML=i+t.innerHTML:e.prepend(n)}else e.append(n);1&t.u&&e.insertBefore(n,null),4&t.u&&(n.innerHTML+=U),l&&l.add(s)}}else{let t=ft.get(e);if(t||ft.set(e,t=new Set),!t.has(s)){const o=null!=(n=e.defaultView)?n:e.ownerDocument.defaultView;let r;if(i.constructor===o.CSSStyleSheet)r=i;else{r=new o.CSSStyleSheet;for(let e=0;e<i.cssRules.length;e++)r.insertRule(i.cssRules[e].cssText,e)}Z?e.adoptedStyleSheets.push(r):e.adoptedStyleSheets=[...e.adoptedStyleSheets,r],t.add(s)}}return s})(o.shadowRoot?o.shadowRoot:o.getRootNode(),t);10&r&&(o["s-sc"]=n,o.classList.add(n+"-h"))})(e);oo(e,t,n,o),s&&(s.map((e=>e())),n["s-rc"]=void 0);{const t=null!=(r=n["s-p"])?r:[],o=()=>ro(e);0===t.length?o():(Promise.all(t).then(o),e.u|=4,t.length=0)}},oo=(e,t,o,r)=>{try{t=t.render(),e.u&=-17,e.u|=2,((e,t,o=!1)=>{var r,n,s,i,l;const a=e.$hostElement$,c=e.o,f=e.V||pt(null,null),u=(e=>e&&e.O===dt)(t)?t:ht(null,null,t);if(St=a.tagName,o&&u.m)for(const e of Object.keys(u.m))a.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(u.m[e]=a[e]);if(u.O=null,u.u|=4,e.V=u,u.j=f.j=a.shadowRoot||a,mt=a["s-sc"],Pt=!(!(1&c.u)||128&c.u),wt=a["s-cr"],At=!1,Gt(f,u,o),G.u|=1,Lt){Bt(u.j);for(const e of Ht){const t=e.M;if(!t["s-ol"]&&D.document){const e=D.document.createTextNode("");e["s-nr"]=t,qt(t.parentNode,t["s-ol"]=e,t,o)}}for(const e of Ht){const t=e.M,l=e.N;if(1===t.nodeType&&o&&(t["s-ih"]=null!=(r=t.hidden)&&r),l){const e=l.parentNode;let r=l.nextSibling;if(r&&1===r.nodeType){let o=null==(n=t["s-ol"])?void 0:n.previousSibling;for(;o;){let n=null!=(s=o["s-nr"])?s:null;if(n&&n["s-sn"]===t["s-sn"]&&e===(n.__parentNode||n.parentNode)){for(n=n.nextSibling;n===t||(null==n?void 0:n["s-sr"]);)n=null==n?void 0:n.nextSibling;if(!n||!n["s-nr"]){r=n;break}}o=o.previousSibling}}if((!r&&e!==(t.__parentNode||t.parentNode)||(t.__nextSibling||t.nextSibling)!==r)&&t!==r){if(qt(e,t,r,o),8===t.nodeType&&t.nodeValue.startsWith("s-nt-")){const e=D.document.createTextNode(t.nodeValue.replace(/^s-nt-/,""));e["s-hn"]=t["s-hn"],e["s-sn"]=t["s-sn"],e["s-sh"]=t["s-sh"],e["s-sr"]=t["s-sr"],e["s-ol"]=t["s-ol"],e["s-ol"]["s-nr"]=e,qt(t.parentNode,e,t,o),t.parentNode.removeChild(t)}1===t.nodeType&&"SLOT-FB"!==t.tagName&&(t.hidden=null!=(i=t["s-ih"])&&i)}t&&"function"==typeof l["s-rf"]&&l["s-rf"](l)}else 1===t.nodeType&&(t.hidden=!0)}}if(At&&nt(u.j),G.u&=-2,Ht.length=0,!Pt&&!(1&c.u)&&a["s-cr"]){const e=u.j.__childNodes||u.j.childNodes;for(const t of e)if(t["s-hn"]!==St&&!t["s-sh"])if(o&&null==t["s-ih"]&&(t["s-ih"]=null!=(l=t.hidden)&&l),1===t.nodeType)t.hidden=!0;else if(3===t.nodeType&&t.nodeValue.trim()){const e=D.document.createComment("s-nt-"+t.nodeValue);e["s-sn"]=t["s-sn"],qt(t.parentNode,e,t,o),t.parentNode.removeChild(t)}}wt=void 0})(e,t,r)}catch(t){T(t,e.$hostElement$)}return null},ro=e=>{const t=e.$hostElement$,o=e.l,r=e.C;so(o,"componentDidRender",void 0,t),64&e.u?so(o,"componentDidUpdate",void 0,t):(e.u|=64,io(t),so(o,"componentDidLoad",void 0,t),e.T(t),r||no()),e.R&&(e.R(),e.R=void 0),512&e.u&&ee((()=>Kt(e,!1))),e.u&=-517},no=()=>{ee((()=>zt(D,"appload",{detail:{namespace:"ui-webc"}})))},so=(e,t,o,r)=>{if(e&&e[t])try{return e[t](o)}catch(e){T(e,r)}},io=e=>e.classList.add("hydrated"),lo=(e,t,o,r)=>{const n=L(e);if(!n)return;if(!n)throw Error(`Couldn't find host element for "${r.p}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const s=n.$hostElement$,i=n.i.get(t),l=n.u,a=n.l;if(o=kt(o,r.t[t][0]),!(8&l&&void 0!==i||o===i||Number.isNaN(i)&&Number.isNaN(o))){if(n.i.set(t,o),r.F){const e=r.F[t];e&&e.map((e=>{try{const[[r,s]]=Object.entries(e);(128&l||1&s)&&(a?a[r](o,i,t):n.L.push((()=>{n.l[r](o,i,t)})))}catch(e){T(e,s)}}))}if(2==(18&l)){if(a.componentShouldUpdate&&!1===a.componentShouldUpdate(o,i,t))return;Kt(n,!1)}}},ao=(e,t,o)=>{var r,n;const s=e.prototype;{e.watchers&&!t.F&&(t.F=e.watchers),e.deserializers&&!t.I&&(t.I=e.deserializers),e.serializers&&!t.U&&(t.U=e.serializers);const i=Object.entries(null!=(r=t.t)?r:{});if(i.map((([e,[r]])=>{if(31&r||2&o&&32&r){const{get:n,set:i}=Object.getOwnPropertyDescriptor(s,e)||{};n&&(t.t[e][0]|=2048),i&&(t.t[e][0]|=4096),(1&o||!n)&&Object.defineProperty(s,e,{get(){{if(!(2048&t.t[e][0]))return((e,t)=>L(this).i.get(t))(0,e);const o=L(this),r=o?o.l:s;if(!r)return;return r[e]}},configurable:!0,enumerable:!0}),Object.defineProperty(s,e,{set(n){const s=L(this);if(s){if(i)return void 0===(32&r?this[e]:s.$hostElement$[e])&&s.i.get(e)&&(n=s.i.get(e)),i.call(this,kt(n,r)),void lo(this,e,n=32&r?this[e]:s.$hostElement$[e],t);{if(!(1&o&&4096&t.t[e][0]))return lo(this,e,n,t),void(1&o&&!s.l&&s.L.push((()=>{4096&t.t[e][0]&&s.l[e]!==s.i.get(e)&&(s.l[e]=n)})));const i=()=>{const o=s.l[e];!s.i.get(e)&&o&&s.i.set(e,o),s.l[e]=kt(n,r),lo(this,e,s.l[e],t)};s.l?i():s.L.push((()=>{i()}))}}}})}})),1&o){const o=new Map;s.attributeChangedCallback=function(e,r,n){G.jmp((()=>{var l;const a=o.get(e),c=L(this);if(this.hasOwnProperty(a)&&(n=this[a],delete this[a]),s.hasOwnProperty(a)&&"number"==typeof this[a]&&this[a]==n)return;if(null==a){const o=null==c?void 0:c.u;if(c&&o&&!(8&o)&&n!==r){const s=c.l,i=null==(l=t.F)?void 0:l[e];null==i||i.forEach((t=>{const[[i,l]]=Object.entries(t);null!=s[i]&&(128&o||1&l)&&s[i].call(s,n,r,e)}))}return}const f=i.find((([e])=>e===a));f&&4&f[1][0]&&(n=null!==n&&"false"!==n);const u=Object.getOwnPropertyDescriptor(s,a);n==this[a]||u.get&&!u.set||(this[a]=n)}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(n=t.F)?n:{}),...i.filter((([e,t])=>31&t[0])).map((([e,t])=>{const r=t[1]||e;return o.set(r,e),r}))]))}}return e},co=(e,t)=>{so(e,"connectedCallback",void 0,t)},fo=(e,t)=>{so(e,"disconnectedCallback",void 0,t||e)},uo=(e,t={})=>{var o;if(!D.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const r=[],n=t.exclude||[],s=D.customElements,i=D.document.head,l=i.querySelector("meta[charset]"),a=D.document.createElement("style"),c=[];let f,u=!0;Object.assign(G,t),G.h=new URL(t.resourcesUrl||"./",D.document.baseURI).href;let h=!1;if(e.map((e=>{e[1].map((t=>{var o,i,l;const a={u:t[0],p:t[1],t:t[2],_:t[3]};4&a.u&&(h=!0),a.t=t[2],a._=t[3],a.F=null!=(o=t[4])?o:{},a.U=null!=(i=t[5])?i:{},a.I=null!=(l=t[6])?l:{};const p=a.p,d=class extends HTMLElement{"s-p";"s-rc";hasRegisteredEventListeners=!1;constructor(e){if(super(e),((e,t)=>{const o={u:0,$hostElement$:e,o:t,i:new Map,D:new Map};o.G=new Promise((e=>o.T=e)),e["s-p"]=[],e["s-rc"]=[],o.L=[];const r=o;e.__stencil__getHostRef=()=>r})(e=this,a),1&a.u)if(e.shadowRoot){if("open"!==e.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${a.p}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else rt.call(e,a)}connectedCallback(){const e=L(this);e&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0,ho(this,e,a._)),f&&(clearTimeout(f),f=null),u?c.push(this):G.jmp((()=>(e=>{if(!(1&G.u)){const t=L(e);if(!t)return;const o=t.o,r=()=>{};if(1&t.u)ho(e,t,o._),(null==t?void 0:t.l)?co(t.l,e):(null==t?void 0:t.G)&&t.G.then((()=>co(t.l,e)));else{t.u|=1,12&o.u&&(e=>{if(!D.document)return;const t=e["s-cr"]=D.document.createComment("");t["s-cn"]=!0,qt(e,t,e.firstChild)})(e);{let o=e;for(;o=o.parentNode||o.host;)if(o["s-p"]){Jt(t,t.C=o);break}}o.t&&Object.entries(o.t).map((([t,[o]])=>{if(31&o&&t in e&&e[t]!==Object.prototype[t]){const o=e[t];delete e[t],e[t]=o}})),(async(e,t,o)=>{let r;if(!(32&t.u)){if(t.u|=32,o.H){const n=((e,t)=>{const o=e.p.replace(/-/g,"_"),r=e.H;if(!r)return;const n=F.get(r);return n?n[o]:import(`./${r}.entry.js`).then((e=>(F.set(r,e),e[o])),(e=>{T(e,t.$hostElement$)}))
|
|
2
|
-
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(o,t);if(n&&"then"in n){const e=()=>{};r=await n,e()}else r=n;if(!r)throw Error(`Constructor for "${o.p}#${t.B}" was not found`);r.isProxied||(o.F=r.watchers,o.U=r.serializers,o.I=r.deserializers,ao(r,o,2),r.isProxied=!0);const s=()=>{};t.u|=8;try{new r(t)}catch(t){T(t,e)}t.u&=-9,t.u|=128,s(),4&o.u?t.P=!0:co(t.l,e)}else r=e.constructor,customElements.whenDefined(e.localName).then((()=>t.u|=128));if(r&&r.style){let e;"string"==typeof r.style&&(e=r.style);const t=ut(o);if(!I.has(t)){const r=()=>{};((e,t,o)=>{let r=I.get(e);B&&o?(r=r||new CSSStyleSheet,"string"==typeof r?r=t:r.replaceSync(t)):r=t,I.set(e,r)})(t,e,!!(1&o.u)),r()}}}const n=t.C,s=()=>Kt(t,!0);n&&n["s-rc"]?n["s-rc"].push(s):s()})(e,t,o)}r()}})(this))))}disconnectedCallback(){G.jmp((()=>(async e=>{if(!(1&G.u)){const t=L(e);(null==t?void 0:t.Z)&&(t.Z.map((e=>e())),t.Z=void 0),(null==t?void 0:t.l)?fo(t.l,e):(null==t?void 0:t.G)&&t.G.then((()=>fo(t.l,e)))}ft.has(e)&&ft.delete(e),e.shadowRoot&&ft.has(e.shadowRoot)&&ft.delete(e.shadowRoot)})(this))),G.raf((()=>{var e;const t=L(this);if(!t)return;const o=c.findIndex((e=>e===this));o>-1&&c.splice(o,1),(null==(e=null==t?void 0:t.V)?void 0:e.j)instanceof Node&&!t.V.j.isConnected&&delete t.V.j}))}componentOnReady(){var e;return null==(e=L(this))?void 0:e.G}};a.H=e[0],n.includes(p)||s.get(p)||(r.push(p),s.define(p,ao(d,a,1)))}))})),r.length>0&&(h&&(a.textContent+=U),a.textContent+=r.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",a.innerHTML.length)){a.setAttribute("data-styles","");const e=null!=(o=G.W)?o:Je(D.document);null!=e&&a.setAttribute("nonce",e),i.insertBefore(a,l?l.nextSibling:i.firstChild)}u=!1,c.length?c.map((e=>e.connectedCallback())):G.jmp((()=>f=setTimeout(no,30)))},ho=(e,t,o)=>{o&&D.document&&o.map((([o,r,n])=>{const s=e,i=po(t,n),l=bo(o);G.ael(s,r,i,l),(t.Z=t.Z||[]).push((()=>G.rel(s,r,i,l)))}))},po=(e,t)=>o=>{var r;try{256&e.u?null==(r=e.l)||r[t](o):(e.A=e.A||[]).push([t,o])}catch(t){T(t,e.$hostElement$)}},bo=e=>({passive:!!(1&e),capture:!!(2&e)}),vo=class{};function go(...e){return e.reduceRight(((e,t)=>t(e)),vo)}var yo=e=>G.W=e;export{dt as H,go as M,$t as a,uo as b,xt as c,e as g,ht as h,H as p,W as r,yo as s}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,a as t,h as s,H as c}from"./p-CBq_WkdR.js";const o=class{constructor(t){e(this,t)}get el(){return t(this)}onScoutChecked(e){const{checked:t,element:s}=e.detail;if("radio"!==s.type||!s.name||!t)return;const c=this.el.querySelectorAll("scout-list-view-item"),o=[];c.forEach((e=>{e.shadowRoot.querySelectorAll(`input[type="radio"][name="${CSS.escape(s.name)}"]`).forEach((e=>{e!==s&&o.push(e)}))}));for(const e of o)e.checked=!1}render(){return s(c,{key:"68c7e8924c60ba15c6c8a64724eebeea1731909f",role:"list"},s("slot",{key:"7b686b0f83c138ab0d497f9b6a0d7d5927bce63c"}))}static get delegatesFocus(){return!0}};o.style=":host{display:flex;flex-direction:column;padding:var(--spacing-2) 0}";export{o as scout_list_view}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r,h as o,H as s}from"./p-CBq_WkdR.js";const t=class{constructor(o){r(this,o)}render(){return o(s,{key:"6a4d3d0bed1689875ec867b16f0c77f391662fc8"})}static get delegatesFocus(){return!0}};t.style=":host{display:block;height:1px;background-color:var(--color-gray-200)}";export{t as scout_divider}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,c as a,a as s,h as i,H as e}from"./p-CBq_WkdR.js";const r=class{constructor(s){t(this,s),this.scoutChange=a(this,"scoutChange")}get el(){return s(this)}value=0;scoutChange;widths=[];lefts=[];render(){return i(e,{key:"dffbae0bba3543f50cbe7046bad52c7bdff7ba55"},i("slot",{key:"cad95b2ae6c8b2bc659bfa6510c0b193d2e08dd9"}),this.getIndicator())}componentDidLoad(){this.updateChildrenClasses(),this.calculateIndicatorSizes()}getIndicator(){return i("div",{"aria-hidden":"true",class:"indicator",style:{width:`${this.widths[this.value]||0}px`,transform:`translateX(${this.lefts[this.value]||0}px)`}})}handleClick(t){const a=t.target,s=Array.from(this.el.children).indexOf(a);-1!==s&&s!==this.value&&this.scoutChange.emit({value:s})}updateChildrenClasses(){Array.from(this.el.children).forEach(((t,a)=>{const s=t;a===this.value?s.setAttribute("data-active","true"):s.removeAttribute("data-active")}))}calculateIndicatorSizes(){this.widths=Array.from(this.el.children).map((t=>t.offsetWidth)),this.lefts=this.widths.map(((t,a)=>this.widths.slice(0,a).reduce(((t,a)=>t+a),0)))}static get delegatesFocus(){return!0}static get watchers(){return{value:[{updateChildrenClasses:0},{calculateIndicatorSizes:0}]}}};r.style=":host{position:relative;width:100%;display:flex;height:var(--spacing-12);--tabs-indicator-height:2px}.indicator{position:absolute;bottom:0;left:0;width:0;height:var(--tabs-indicator-height);background-color:var(--color-background-brand-base);transition:all 0.3s ease}";export{r as scout_tabs}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,h as t}from"./p-CBq_WkdR.js";const r=class{constructor(t){e(this,t)}render(){return t("nav",{key:"5f2fb6d34977a9a83fb2c2e254562b129fe40535",class:"container"},t("slot",{key:"6833b584719bf53edfa90875d8798707a7fccbe4"}))}static get delegatesFocus(){return!0}};r.style=":host{display:flex;width:100%}.container{display:flex;flex:1;height:var(--spacing-14);border-top:1px solid var(--color-neutral-100)}";export{r as scout_bottom_bar}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as i,c as e,h as t,H as s}from"./p-CBq_WkdR.js";const a=class{constructor(t){i(this,t),this.scoutClick=e(this,"scoutClick")}icon;primary;secondary;type="button";action=null;href;target;rel;name;value;checked;disabled;scoutClick;render(){return t(s,{key:"a91a63b4ed66f3ea5139f83d0024b342cd7095d1",role:"listitem"},t("link"===this.type?"a":"radio"===this.type||"checkbox"===this.type?"label":"button",{key:"9c4e5c7e24c0f152f5e13b77a91c9eff0f73192d",class:"button",..."link"===this.type?{href:this.href,target:this.target,rel:this.rel??("_blank"===this.target?"noopener noreferrer":void 0)}:{},onClick:()=>this.scoutClick.emit()},this.getPrefix(),this.getContent(),this.getSuffix()))}getPrefix(){return this.icon?t("div",{class:"prefix-icon",innerHTML:this.icon}):null}getContent(){return t("div",{class:"content"},this.primary&&t("div",{class:"primary"},this.primary),this.secondary&&t("div",{class:"secondary"},this.secondary))}getSuffix(){return"radio"===this.type?t("scout-radio-button",{name:this.name,value:this.value,checked:this.checked,disabled:this.disabled}):"checkbox"===this.type?t("scout-checkbox",{name:this.name,value:this.value,checked:this.checked,disabled:this.disabled}):"chevron"===this.action?t("div",{class:"suffix-icon"},t("div",{class:"icon",style:{"--icon":"url(data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMjQiCiAgaGVpZ2h0PSIyNCIKICB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgZmlsbD0ibm9uZSIKICBzdHJva2U9ImN1cnJlbnRDb2xvciIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCiAgY2xhc3M9Imljb24gaWNvbi10YWJsZXIgaWNvbnMtdGFibGVyLW91dGxpbmUgaWNvbi10YWJsZXItY2hldnJvbi1yaWdodCIKPgogIDxwYXRoIHN0cm9rZT0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogIDxwYXRoIGQ9Ik05IDZsNiA2bC02IDYiIC8+Cjwvc3ZnPg==)"}})):null}static get delegatesFocus(){return!0}};a.style=":host{display:flex}.button{flex:1;display:flex;align-items:center;text-align:inherit;min-height:var(--spacing-12);color:var(--color-text-base);padding:var(--spacing-2) var(--spacing-4);cursor:pointer;border:none;background-color:transparent;-webkit-text-decoration:none;text-decoration:none}@media (hover: hover){.button:hover{background-color:var(--color-background-brand-subtle-hovered)}}.prefix-icon,.suffix-icon{display:flex;align-items:center;height:var(--spacing-6);color:var(--color-neutral-700)}.prefix-icon svg,.suffix-icon svg,.prefix-icon .icon,.suffix-icon .icon{width:var(--spacing-6);height:var(--spacing-6)}.prefix-icon{justify-content:flex-start;width:var(--spacing-14)}.suffix-icon{justify-content:flex-end;width:var(--spacing-8)}.suffix-icon .icon{background-color:currentColor;-webkit-mask-image:var(--icon);mask-image:var(--icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.content{flex:1;display:flex;flex-direction:column;justify-content:center}.primary{font:var(--type-body-base)}.secondary{font:var(--type-body-sm);color:var(--color-neutral-700)}";export{a as scout_list_view_item}
|