@fluentui/web-components 3.0.0-beta.7 → 3.0.0-beta.9
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/CHANGELOG.md +21 -2
- package/dist/dts/accordion/accordion.d.ts +47 -3
- package/dist/dts/accordion/accordion.definition.d.ts +0 -4
- package/dist/dts/accordion/accordion.options.d.ts +14 -0
- package/dist/dts/accordion/accordion.template.d.ts +4 -0
- package/dist/dts/accordion-item/accordion-item.d.ts +78 -3
- package/dist/dts/accordion-item/accordion-item.definition.d.ts +0 -3
- package/dist/dts/accordion-item/accordion-item.options.d.ts +1 -1
- package/dist/dts/accordion-item/accordion-item.template.d.ts +2 -1
- package/dist/dts/anchor-button/anchor-button.d.ts +116 -4
- package/dist/dts/anchor-button/anchor-button.definition.d.ts +0 -3
- package/dist/dts/anchor-button/anchor-button.options.d.ts +19 -2
- package/dist/dts/anchor-button/anchor-button.template.d.ts +7 -2
- package/dist/dts/avatar/avatar.options.d.ts +1 -1
- package/dist/dts/badge/badge.d.ts +1 -1
- package/dist/dts/badge/badge.definition.d.ts +0 -3
- package/dist/dts/badge/badge.options.d.ts +2 -2
- package/dist/dts/button/button.d.ts +142 -4
- package/dist/dts/button/button.definition.d.ts +0 -3
- package/dist/dts/button/button.form-associated.d.ts +14 -0
- package/dist/dts/button/button.options.d.ts +24 -3
- package/dist/dts/button/button.template.d.ts +2 -0
- package/dist/dts/checkbox/checkbox.d.ts +46 -3
- package/dist/dts/checkbox/checkbox.form-associated.d.ts +14 -0
- package/dist/dts/checkbox/checkbox.options.d.ts +1 -1
- package/dist/dts/checkbox/checkbox.template.d.ts +6 -1
- package/dist/dts/compound-button/compound-button.definition.d.ts +0 -3
- package/dist/dts/compound-button/compound-button.options.d.ts +6 -6
- package/dist/dts/counter-badge/counter-badge.d.ts +1 -1
- package/dist/dts/counter-badge/counter-badge.definition.d.ts +0 -4
- package/dist/dts/counter-badge/counter-badge.options.d.ts +1 -1
- package/dist/dts/dialog/dialog.options.d.ts +1 -1
- package/dist/dts/divider/divider.d.ts +20 -4
- package/dist/dts/divider/divider.options.d.ts +30 -6
- package/dist/dts/divider/divider.template.d.ts +1 -0
- package/dist/dts/form-associated/form-associated.d.ts +178 -0
- package/dist/dts/image/image.options.d.ts +1 -1
- package/dist/dts/label/label.options.d.ts +1 -1
- package/dist/dts/menu-button/menu-button.definition.d.ts +0 -3
- package/dist/dts/menu-button/menu-button.options.d.ts +2 -2
- package/dist/dts/menu-item/menu-item.d.ts +161 -4
- package/dist/dts/menu-item/menu-item.definition.d.ts +0 -4
- package/dist/dts/menu-item/menu-item.options.d.ts +30 -0
- package/dist/dts/menu-item/menu-item.template.d.ts +2 -1
- package/dist/dts/menu-list/menu-list.d.ts +71 -4
- package/dist/dts/menu-list/menu-list.definition.d.ts +0 -4
- package/dist/dts/menu-list/menu-list.template.d.ts +1 -0
- package/dist/dts/patterns/aria-globals.d.ts +189 -0
- package/dist/dts/patterns/index.d.ts +2 -0
- package/dist/dts/patterns/start-end.d.ts +44 -0
- package/dist/dts/progress-bar/base-progress.d.ts +41 -0
- package/dist/dts/progress-bar/progress-bar.d.ts +11 -4
- package/dist/dts/progress-bar/progress-bar.options.d.ts +10 -1
- package/dist/dts/progress-bar/progress-bar.template.d.ts +2 -0
- package/dist/dts/progress-ring/progress-ring.d.ts +15 -0
- package/dist/dts/progress-ring/progress-ring.options.d.ts +9 -0
- package/dist/dts/radio/radio.d.ts +54 -3
- package/dist/dts/radio/radio.form-associated.d.ts +14 -0
- package/dist/dts/radio/radio.template.d.ts +2 -1
- package/dist/dts/radio-group/index.d.ts +0 -1
- package/dist/dts/radio-group/radio-group.d.ts +91 -2
- package/dist/dts/radio-group/radio-group.options.d.ts +17 -0
- package/dist/dts/radio-group/radio-group.template.d.ts +1 -0
- package/dist/dts/slider/slider-utilities.d.ts +5 -0
- package/dist/dts/slider/slider.d.ts +195 -5
- package/dist/dts/slider/slider.form-associated.d.ts +14 -0
- package/dist/dts/slider/slider.options.d.ts +43 -2
- package/dist/dts/slider/slider.template.d.ts +4 -2
- package/dist/dts/spinner/spinner.d.ts +2 -2
- package/dist/dts/spinner/spinner.definition.d.ts +0 -4
- package/dist/dts/spinner/spinner.options.d.ts +1 -1
- package/dist/dts/spinner/spinner.template.d.ts +2 -0
- package/dist/dts/switch/switch.d.ts +34 -2
- package/dist/dts/switch/switch.form-associated.d.ts +14 -0
- package/dist/dts/switch/switch.options.d.ts +1 -1
- package/dist/dts/switch/switch.template.d.ts +2 -1
- package/dist/dts/tab/tab.d.ts +17 -2
- package/dist/dts/tab/tab.template.d.ts +3 -3
- package/dist/dts/tab-panel/tab-panel.d.ts +2 -2
- package/dist/dts/tab-panel/tab-panel.template.d.ts +4 -1
- package/dist/dts/tabs/tabs.d.ts +89 -4
- package/dist/dts/tabs/tabs.options.d.ts +21 -3
- package/dist/dts/tabs/tabs.template.d.ts +5 -1
- package/dist/dts/text/text.options.d.ts +1 -1
- package/dist/dts/text-input/index.d.ts +0 -1
- package/dist/dts/text-input/text-field.form-associated.d.ts +14 -0
- package/dist/dts/text-input/text-input.d.ts +134 -6
- package/dist/dts/text-input/text-input.options.d.ts +32 -1
- package/dist/dts/text-input/text-input.template.d.ts +2 -1
- package/dist/dts/theme/design-tokens.d.ts +53 -1
- package/dist/dts/toggle-button/toggle-button.definition.d.ts +0 -2
- package/dist/dts/toggle-button/toggle-button.options.d.ts +2 -2
- package/dist/dts/utils/benchmark-dependencies/tokens.d.ts +1 -0
- package/dist/dts/utils/benchmark-wrapper.d.ts +2 -0
- package/dist/dts/utils/direction.d.ts +10 -0
- package/dist/dts/utils/index.d.ts +4 -0
- package/dist/dts/utils/template-helpers.d.ts +16 -0
- package/dist/dts/utils/typings.d.ts +6 -0
- package/dist/dts/utils/whitespace-filter.d.ts +12 -0
- package/dist/esm/accordion/accordion.definition.js +0 -4
- package/dist/esm/accordion/accordion.definition.js.map +1 -1
- package/dist/esm/accordion/accordion.js +216 -3
- package/dist/esm/accordion/accordion.js.map +1 -1
- package/dist/esm/accordion/accordion.options.js +9 -0
- package/dist/esm/accordion/accordion.options.js.map +1 -0
- package/dist/esm/accordion/accordion.template.js +11 -1
- package/dist/esm/accordion/accordion.template.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.definition.js +0 -3
- package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.js +80 -4
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.template.js +47 -2
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.definition.js +0 -3
- package/dist/esm/anchor-button/anchor-button.definition.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.js +52 -4
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.options.js +11 -0
- package/dist/esm/anchor-button/anchor-button.options.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.template.js +49 -1
- package/dist/esm/anchor-button/anchor-button.template.js.map +1 -1
- package/dist/esm/badge/badge.definition.js +0 -3
- package/dist/esm/badge/badge.definition.js.map +1 -1
- package/dist/esm/badge/badge.js +1 -1
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/badge/badge.template.js +2 -2
- package/dist/esm/badge/badge.template.js.map +1 -1
- package/dist/esm/button/button.definition.js +0 -3
- package/dist/esm/button/button.definition.js.map +1 -1
- package/dist/esm/button/button.form-associated.js +14 -0
- package/dist/esm/button/button.form-associated.js.map +1 -0
- package/dist/esm/button/button.js +124 -4
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.options.js +10 -0
- package/dist/esm/button/button.options.js.map +1 -1
- package/dist/esm/button/button.template.js +49 -1
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/checkbox/checkbox.form-associated.js +14 -0
- package/dist/esm/checkbox/checkbox.form-associated.js.map +1 -0
- package/dist/esm/checkbox/checkbox.js +62 -4
- package/dist/esm/checkbox/checkbox.js.map +1 -1
- package/dist/esm/checkbox/checkbox.template.js +35 -7
- package/dist/esm/checkbox/checkbox.template.js.map +1 -1
- package/dist/esm/compound-button/compound-button.definition.js +0 -3
- package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
- package/dist/esm/compound-button/compound-button.options.js.map +1 -1
- package/dist/esm/compound-button/compound-button.template.js +1 -1
- package/dist/esm/compound-button/compound-button.template.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.definition.js +0 -4
- package/dist/esm/counter-badge/counter-badge.definition.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.js +1 -1
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/divider/divider.js +29 -4
- package/dist/esm/divider/divider.js.map +1 -1
- package/dist/esm/divider/divider.options.js +14 -5
- package/dist/esm/divider/divider.options.js.map +1 -1
- package/dist/esm/divider/divider.template.js +12 -1
- package/dist/esm/divider/divider.template.js.map +1 -1
- package/dist/esm/form-associated/form-associated.js +458 -0
- package/dist/esm/form-associated/form-associated.js.map +1 -0
- package/dist/esm/menu-button/menu-button.definition.js +0 -3
- package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
- package/dist/esm/menu-button/menu-button.options.js.map +1 -1
- package/dist/esm/menu-button/menu-button.template.js +1 -1
- package/dist/esm/menu-button/menu-button.template.js.map +1 -1
- package/dist/esm/menu-item/menu-item.definition.js +0 -4
- package/dist/esm/menu-item/menu-item.definition.js.map +1 -1
- package/dist/esm/menu-item/menu-item.js +270 -4
- package/dist/esm/menu-item/menu-item.js.map +1 -1
- package/dist/esm/menu-item/menu-item.options.js +27 -0
- package/dist/esm/menu-item/menu-item.options.js.map +1 -0
- package/dist/esm/menu-item/menu-item.template.js +57 -2
- package/dist/esm/menu-item/menu-item.template.js.map +1 -1
- package/dist/esm/menu-list/menu-list.definition.js +0 -4
- package/dist/esm/menu-list/menu-list.definition.js.map +1 -1
- package/dist/esm/menu-list/menu-list.js +265 -10
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/menu-list/menu-list.template.js +13 -1
- package/dist/esm/menu-list/menu-list.template.js.map +1 -1
- package/dist/esm/patterns/aria-globals.js +77 -0
- package/dist/esm/patterns/aria-globals.js.map +1 -0
- package/dist/esm/patterns/index.js +3 -0
- package/dist/esm/patterns/index.js.map +1 -0
- package/dist/esm/patterns/start-end.js +29 -0
- package/dist/esm/patterns/start-end.js.map +1 -0
- package/dist/esm/progress-bar/base-progress.js +61 -0
- package/dist/esm/progress-bar/base-progress.js.map +1 -0
- package/dist/esm/progress-bar/progress-bar.js +10 -3
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.options.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.template.js +25 -1
- package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
- package/dist/esm/progress-ring/progress-ring.js +16 -0
- package/dist/esm/progress-ring/progress-ring.js.map +1 -0
- package/dist/esm/progress-ring/progress-ring.options.js +2 -0
- package/dist/esm/progress-ring/progress-ring.options.js.map +1 -0
- package/dist/esm/radio/radio.form-associated.js +14 -0
- package/dist/esm/radio/radio.form-associated.js.map +1 -0
- package/dist/esm/radio/radio.js +96 -3
- package/dist/esm/radio/radio.js.map +1 -1
- package/dist/esm/radio/radio.template.js +28 -2
- package/dist/esm/radio/radio.template.js.map +1 -1
- package/dist/esm/radio-group/index.js +0 -1
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/radio-group/radio-group.js +346 -3
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.options.js +7 -0
- package/dist/esm/radio-group/radio-group.options.js.map +1 -0
- package/dist/esm/radio-group/radio-group.template.js +30 -1
- package/dist/esm/radio-group/radio-group.template.js.map +1 -1
- package/dist/esm/slider/slider-utilities.js +12 -0
- package/dist/esm/slider/slider-utilities.js.map +1 -0
- package/dist/esm/slider/slider.form-associated.js +14 -0
- package/dist/esm/slider/slider.form-associated.js.map +1 -0
- package/dist/esm/slider/slider.js +432 -16
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/slider/slider.options.js +11 -1
- package/dist/esm/slider/slider.options.js.map +1 -1
- package/dist/esm/slider/slider.template.js +38 -1
- package/dist/esm/slider/slider.template.js.map +1 -1
- package/dist/esm/spinner/spinner.definition.js +0 -4
- package/dist/esm/spinner/spinner.definition.js.map +1 -1
- package/dist/esm/spinner/spinner.js +2 -2
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.template.js +27 -1
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/switch/switch.form-associated.js +14 -0
- package/dist/esm/switch/switch.form-associated.js.map +1 -0
- package/dist/esm/switch/switch.js +48 -3
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/switch/switch.template.js +25 -1
- package/dist/esm/switch/switch.template.js.map +1 -1
- package/dist/esm/tab/tab.js +14 -3
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tab/tab.template.js +1 -1
- package/dist/esm/tab/tab.template.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.js +2 -2
- package/dist/esm/tab-panel/tab-panel.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.template.js +8 -1
- package/dist/esm/tab-panel/tab-panel.template.js.map +1 -1
- package/dist/esm/tabs/tabs.js +278 -5
- package/dist/esm/tabs/tabs.js.map +1 -1
- package/dist/esm/tabs/tabs.options.js +6 -2
- package/dist/esm/tabs/tabs.options.js.map +1 -1
- package/dist/esm/tabs/tabs.template.js +14 -1
- package/dist/esm/tabs/tabs.template.js.map +1 -1
- package/dist/esm/text-input/index.js +0 -1
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-field.form-associated.js +14 -0
- package/dist/esm/text-input/text-field.form-associated.js.map +1 -0
- package/dist/esm/text-input/text-input.js +167 -7
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/text-input/text-input.options.js +26 -0
- package/dist/esm/text-input/text-input.options.js.map +1 -1
- package/dist/esm/text-input/text-input.template.js +64 -1
- package/dist/esm/text-input/text-input.template.js.map +1 -1
- package/dist/esm/theme/design-tokens.js +53 -1
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.definition.js +0 -2
- package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.options.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js +1 -1
- package/dist/esm/toggle-button/toggle-button.template.js.map +1 -1
- package/dist/esm/utils/benchmark-dependencies/tokens.js +2 -0
- package/dist/esm/utils/benchmark-dependencies/tokens.js.map +1 -0
- package/dist/esm/utils/benchmark-wrapper.js +18 -0
- package/dist/esm/utils/benchmark-wrapper.js.map +1 -0
- package/dist/esm/utils/direction.js +15 -0
- package/dist/esm/utils/direction.js.map +1 -0
- package/dist/esm/utils/index.js +5 -0
- package/dist/esm/utils/index.js.map +1 -0
- package/dist/esm/utils/template-helpers.js +19 -0
- package/dist/esm/utils/template-helpers.js.map +1 -0
- package/dist/esm/utils/typings.js +3 -0
- package/dist/esm/utils/typings.js.map +1 -0
- package/dist/esm/utils/whitespace-filter.js +13 -0
- package/dist/esm/utils/whitespace-filter.js.map +1 -0
- package/dist/fluent-web-components.api.json +9315 -3940
- package/dist/storybook/284.0946b1fb.iframe.bundle.js +2 -0
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/main.59da076f.iframe.bundle.js +2 -0
- package/dist/storybook/project.json +1 -1
- package/dist/web-components.d.ts +2194 -241
- package/dist/web-components.js +2069 -3196
- package/dist/web-components.min.js +123 -123
- package/docs/api-report.md +600 -90
- package/package.json +5 -2
- package/tensile.config.js +24 -0
- package/dist/storybook/350.e4be85c2.iframe.bundle.js +0 -462
- package/dist/storybook/350.e4be85c2.iframe.bundle.js.map +0 -1
- package/dist/storybook/main.b095c2e8.iframe.bundle.js +0 -2
- /package/dist/storybook/{350.e4be85c2.iframe.bundle.js.LICENSE.txt → 284.0946b1fb.iframe.bundle.js.LICENSE.txt} +0 -0
- /package/dist/storybook/{main.b095c2e8.iframe.bundle.js.LICENSE.txt → main.59da076f.iframe.bundle.js.LICENSE.txt} +0 -0
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(i=(n<3?a(i):n>3?a(t,o,i):a(t,o))||i);return n>3&&i&&Object.defineProperty(t,o,i),i}function t(e,t,o,r){return new(o||(o=Promise))((function(a,n){function i(e){try{l(r.next(e))}catch(e){n(e)}}function s(e){try{l(r.throw(e))}catch(e){n(e)}}function l(e){var t;e.done?a(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(i,s)}l((r=r.apply(e,t||[])).next())}))}let o;try{if(document.currentScript)o=document.currentScript.getAttribute("fast-kernel");else{const e=document.getElementsByTagName("script");o=e[e.length-1].getAttribute("fast-kernel")}}catch(pu){o="isolate"}let r;switch(o){case"share":r=Object.freeze({updateQueue:1,observable:2,contextEvent:3,elementRegistry:4});break;case"share-v2":r=Object.freeze({updateQueue:1.2,observable:2.2,contextEvent:3.2,elementRegistry:4.2});break;default:const e="-"+Math.random().toString(36).substring(2,8);r=Object.freeze({updateQueue:"1.2"+e,observable:"2.2"+e,contextEvent:"3.2"+e,elementRegistry:"4.2"+e})}const a=e=>"function"==typeof e,n=e=>"string"==typeof e,i=()=>{};var s="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};!function(){if("undefined"==typeof globalThis)if(void 0!==s)s.globalThis=s;else if("undefined"!=typeof self)self.globalThis=self;else if("undefined"!=typeof window)window.globalThis=window;else{const e=new Function("return this")();e.globalThis=e}}();const l={configurable:!1,enumerable:!1,writable:!1};void 0===globalThis.FAST&&Reflect.defineProperty(globalThis,"FAST",Object.assign({value:Object.create(null)},l));const c=globalThis.FAST;if(void 0===c.getById){const e=Object.create(null);Reflect.defineProperty(c,"getById",Object.assign({value(t,o){let r=e[t];return void 0===r&&(r=o?e[t]=o():null),r}},l))}void 0===c.error&&Object.assign(c,{warn(){},error:e=>new Error("Error "+e),addMessages(){}});const d=Object.freeze([]);function u(){const e=new Map;return Object.freeze({register:t=>!e.has(t.type)&&(e.set(t.type,t),!0),getByType:t=>e.get(t),getForInstance(t){if(null!=t)return e.get(t.constructor)}})}function h(){const e=new WeakMap;return function(t){let o=e.get(t);if(void 0===o){let r=Reflect.getPrototypeOf(t);for(;void 0===o&&null!==r;)o=e.get(r),r=Reflect.getPrototypeOf(r);o=void 0===o?[]:o.slice(0),e.set(t,o)}return o}}function p(e){e.prototype.toJSON=i}const g=Object.freeze({none:0,attribute:1,booleanAttribute:2,property:3,content:4,tokenList:5,event:6}),v=e=>e,b=globalThis.trustedTypes?globalThis.trustedTypes.createPolicy("fast-html",{createHTML:v}):{createHTML:v};let m=Object.freeze({createHTML:e=>b.createHTML(e),protect:(e,t,o,r)=>r});const f=m,k=Object.freeze({get policy(){return m},setPolicy(e){if(m!==f)throw c.error(1201);m=e},setAttribute(e,t,o){null==o?e.removeAttribute(t):e.setAttribute(t,o)},setBooleanAttribute(e,t,o){o?e.setAttribute(t,""):e.removeAttribute(t)}}),y=c.getById(r.updateQueue,()=>{const e=[],t=[],o=globalThis.requestAnimationFrame;let r=!0;function a(){if(t.length)throw t.shift()}function n(o){try{o.call()}catch(o){if(!r)throw e.length=0,o;t.push(o),setTimeout(a,0)}}function i(){let t=0;for(;t<e.length;)if(n(e[t]),t++,t>1024){for(let o=0,r=e.length-t;o<r;o++)e[o]=e[o+t];e.length-=t,t=0}e.length=0}function s(t){e.push(t),e.length<2&&(r?o(i):i())}return Object.freeze({enqueue:s,next:()=>new Promise(s),process:i,setMode:e=>r=e})});class x{constructor(e,t){this.sub1=void 0,this.sub2=void 0,this.spillover=void 0,this.subject=e,this.sub1=t}has(e){return void 0===this.spillover?this.sub1===e||this.sub2===e:-1!==this.spillover.indexOf(e)}subscribe(e){const t=this.spillover;if(void 0===t){if(this.has(e))return;if(void 0===this.sub1)return void(this.sub1=e);if(void 0===this.sub2)return void(this.sub2=e);this.spillover=[this.sub1,this.sub2,e],this.sub1=void 0,this.sub2=void 0}else{-1===t.indexOf(e)&&t.push(e)}}unsubscribe(e){const t=this.spillover;if(void 0===t)this.sub1===e?this.sub1=void 0:this.sub2===e&&(this.sub2=void 0);else{const o=t.indexOf(e);-1!==o&&t.splice(o,1)}}notify(e){const t=this.spillover,o=this.subject;if(void 0===t){const t=this.sub1,r=this.sub2;void 0!==t&&t.handleChange(o,e),void 0!==r&&r.handleChange(o,e)}else for(let r=0,a=t.length;r<a;++r)t[r].handleChange(o,e)}}class ${constructor(e){this.subscribers={},this.subjectSubscribers=null,this.subject=e}notify(e){var t,o;null===(t=this.subscribers[e])||void 0===t||t.notify(e),null===(o=this.subjectSubscribers)||void 0===o||o.notify(e)}subscribe(e,t){var o,r;let a;a=t?null!==(o=this.subscribers[t])&&void 0!==o?o:this.subscribers[t]=new x(this.subject):null!==(r=this.subjectSubscribers)&&void 0!==r?r:this.subjectSubscribers=new x(this.subject),a.subscribe(e)}unsubscribe(e,t){var o,r;t?null===(o=this.subscribers[t])||void 0===o||o.unsubscribe(e):null===(r=this.subjectSubscribers)||void 0===r||r.unsubscribe(e)}}const B=Object.freeze({unknown:void 0,coupled:1}),w=c.getById(r.observable,()=>{const e=y.enqueue,t=/(:|&&|\|\||if|\?\.)/,o=new WeakMap;let r=void 0,i=e=>{throw c.error(1101)};function s(e){var t;let r=null!==(t=e.$fastController)&&void 0!==t?t:o.get(e);return void 0===r&&(Array.isArray(e)?r=i(e):o.set(e,r=new $(e))),r}const l=h();class d{constructor(e){this.name=e,this.field="_"+e,this.callback=e+"Changed"}getValue(e){return void 0!==r&&r.watch(e,this.name),e[this.field]}setValue(e,t){const o=this.field,r=e[o];if(r!==t){e[o]=t;const n=e[this.callback];a(n)&&n.call(e,r,t),s(e).notify(this.name)}}}class u extends x{constructor(e,t,o=!1){super(e,t),this.expression=e,this.isVolatileBinding=o,this.needsRefresh=!0,this.needsQueue=!0,this.isAsync=!0,this.first=this,this.last=null,this.propertySource=void 0,this.propertyName=void 0,this.notifier=void 0,this.next=void 0}setMode(e){this.isAsync=this.needsQueue=e}bind(e){this.controller=e;const t=this.observe(e.source,e.context);return!e.isBound&&this.requiresUnbind(e)&&e.onUnbind(this),t}requiresUnbind(e){return e.sourceLifetime!==B.coupled||this.first!==this.last||this.first.propertySource!==e.source}unbind(e){this.dispose()}observe(e,t){this.needsRefresh&&null!==this.last&&this.dispose();const o=r;let a;r=this.needsRefresh?this:void 0,this.needsRefresh=this.isVolatileBinding;try{a=this.expression(e,t)}finally{r=o}return a}disconnect(){this.dispose()}dispose(){if(null!==this.last){let e=this.first;for(;void 0!==e;)e.notifier.unsubscribe(this,e.propertyName),e=e.next;this.last=null,this.needsRefresh=this.needsQueue=this.isAsync}}watch(e,t){const o=this.last,a=s(e),n=null===o?this.first:{};if(n.propertySource=e,n.propertyName=t,n.notifier=a,a.subscribe(this,t),null!==o){if(!this.needsRefresh){let t;r=void 0,t=o.propertySource[o.propertyName],r=this,e===t&&(this.needsRefresh=!0)}o.next=n}this.last=n}handleChange(){this.needsQueue?(this.needsQueue=!1,e(this)):this.isAsync||this.call()}call(){null!==this.last&&(this.needsQueue=this.isAsync,this.notify(this))}*records(){let e=this.first;for(;void 0!==e;)yield e,e=e.next}}return p(u),Object.freeze({setArrayObserverFactory(e){i=e},getNotifier:s,track(e,t){r&&r.watch(e,t)},trackVolatile(){r&&(r.needsRefresh=!0)},notify(e,t){s(e).notify(t)},defineProperty(e,t){n(t)&&(t=new d(t)),l(e).push(t),Reflect.defineProperty(e,t.name,{enumerable:!0,get(){return t.getValue(this)},set(e){t.setValue(this,e)}})},getAccessors:l,binding(e,t,o=this.isVolatileBinding(e)){return new u(e,t,o)},isVolatileBinding:e=>t.test(e.toString())})});function P(e,t){w.defineProperty(e,t)}const S=c.getById(r.contextEvent,()=>{let e=null;return{get:()=>e,set(t){e=t}}}),F=Object.freeze({default:{index:0,length:0,get event(){return F.getEvent()},eventDetail(){return this.event.detail},eventTarget(){return this.event.target}},getEvent:()=>S.get(),setEvent(e){S.set(e)}});class C{constructor(e,t,o=!1){this.evaluate=e,this.policy=t,this.isVolatile=o}}class N extends C{createObserver(e){return w.binding(this.evaluate,e,this.isVolatile)}}function T(e,t,o=w.isVolatileBinding(e)){return new N(e,t,o)}class A extends C{createObserver(){return this}bind(e){return this.evaluate(e.source,e.context)}}function I(e,t){return new A(e,t)}let z;p(A);class L{constructor(e){this.styles=e,this.targets=new WeakSet,this._strategy=null,this.behaviors=e.map(e=>e instanceof L?e.behaviors:null).reduce((e,t)=>null===t?e:null===e?t:e.concat(t),null)}get strategy(){return null===this._strategy&&this.withStrategy(z),this._strategy}addStylesTo(e){this.strategy.addStylesTo(e),this.targets.add(e)}removeStylesFrom(e){this.strategy.removeStylesFrom(e),this.targets.delete(e)}isAttachedTo(e){return this.targets.has(e)}withBehaviors(...e){return this.behaviors=null===this.behaviors?e:this.behaviors.concat(e),this}withStrategy(e){return this._strategy=new e(function e(t){return t.map(t=>t instanceof L?e(t.styles):[t]).reduce((e,t)=>e.concat(t),[])}(this.styles)),this}static setDefaultStrategy(e){z=e}static normalize(e){return void 0===e?void 0:Array.isArray(e)?new L(e):e instanceof L?e:new L([e])}}L.supportsAdoptedStyleSheets=Array.isArray(document.adoptedStyleSheets)&&"replace"in CSSStyleSheet.prototype;const H=u(),O=Object.freeze({getForInstance:H.getForInstance,getByType:H.getByType,define:e=>(H.register({type:e}),e)});function D(e,t,o){t.source.style.setProperty(e.targetAspect,o.bind(t))}class M{constructor(e,t){this.dataBinding=e,this.targetAspect=t}createCSS(e){return e(this),`var(${this.targetAspect})`}addedCallback(e){var t;const o=e.source;if(!o.$cssBindings){o.$cssBindings=new Map;const e=o.setAttribute;o.setAttribute=(t,r)=>{e.call(o,t,r),"style"===t&&o.$cssBindings.forEach((e,t)=>D(t,e.controller,e.observer))}}const r=null!==(t=e[this.targetAspect])&&void 0!==t?t:e[this.targetAspect]=this.dataBinding.createObserver(this,this);r.controller=e,e.source.$cssBindings.set(this,{controller:e,observer:r})}connectedCallback(e){D(this,e,e[this.targetAspect])}removedCallback(e){e.source.$cssBindings&&e.source.$cssBindings.delete(this)}handleChange(e,t){D(this,t.controller,t)}}O.define(M);const E=""+Math.random().toString(36).substring(2,8);let R=0;const j=()=>`--v${E}${++R}`;function V(e,t){const o=[];let r="";const n=[],i=e=>{n.push(e)};for(let n=0,s=e.length-1;n<s;++n){r+=e[n];let s=t[n];a(s)?s=new M(T(s),j()).createCSS(i):s instanceof C?s=new M(s,j()).createCSS(i):void 0!==O.getForInstance(s)&&(s=s.createCSS(i)),s instanceof L||s instanceof CSSStyleSheet?(""!==r.trim()&&(o.push(r),r=""),o.push(s)):r+=s}return r+=e[e.length-1],""!==r.trim()&&o.push(r),{styles:o,behaviors:n}}const G=(e,...t)=>{const{styles:o,behaviors:r}=V(e,t),a=new L(o);return r.length?a.withBehaviors(...r):a};class _{constructor(e,t){this.behaviors=t,this.css="";const o=e.reduce((e,t)=>(n(t)?this.css+=t:e.push(t),e),[]);o.length&&(this.styles=new L(o))}createCSS(e){return this.behaviors.forEach(e),this.styles&&e(this),this.css}addedCallback(e){e.addStyles(this.styles)}removedCallback(e){e.removeStyles(this.styles)}}O.define(_),G.partial=(e,...t)=>{const{styles:o,behaviors:r}=V(e,t);return new _(o,r)};const X="fast-"+Math.random().toString(36).substring(2,8),W=X+"{",q="}"+X,Y=q.length;let U=0;const K=()=>`${X}-${++U}`,Q=Object.freeze({interpolation:e=>`${W}${e}${q}`,attribute:e=>`${K()}="${W}${e}${q}"`,comment:e=>`\x3c!--${W}${e}${q}--\x3e`}),Z=Object.freeze({parse(e,t){const o=e.split(W);if(1===o.length)return null;const r=[];for(let e=0,a=o.length;e<a;++e){const a=o[e],n=a.indexOf(q);let i;if(-1===n)i=a;else{const e=a.substring(0,n);r.push(t[e]),i=a.substring(n+Y)}""!==i&&r.push(i)}return r}}),J=u(),ee=Object.freeze({getForInstance:J.getForInstance,getByType:J.getByType,define:(e,t)=>((t=t||{}).type=e,J.register(t),e),assignAspect(e,t){if(t)switch(e.sourceAspect=t,t[0]){case":":e.targetAspect=t.substring(1),e.aspectType="classList"===e.targetAspect?g.tokenList:g.property;break;case"?":e.targetAspect=t.substring(1),e.aspectType=g.booleanAttribute;break;case"@":e.targetAspect=t.substring(1),e.aspectType=g.event;break;default:e.targetAspect=t,e.aspectType=g.attribute}else e.aspectType=g.content}});class te{constructor(e){this.options=e}createHTML(e){return Q.attribute(e(this))}createBehavior(){return this}}p(te);const oe={[g.attribute]:k.setAttribute,[g.booleanAttribute]:k.setBooleanAttribute,[g.property]:(e,t,o)=>e[t]=o,[g.content]:function(e,t,o,r){if(null==o&&(o=""),o.create){e.textContent="";let t=e.$fastView;void 0===t?t=o.create():e.$fastTemplate!==o&&(t.isComposed&&(t.remove(),t.unbind()),t=o.create()),t.isComposed?t.needsBindOnly&&(t.needsBindOnly=!1,t.bind(r.source,r.context)):(t.isComposed=!0,t.bind(r.source,r.context),t.insertBefore(e),e.$fastView=t,e.$fastTemplate=o)}else{const t=e.$fastView;void 0!==t&&t.isComposed&&(t.isComposed=!1,t.remove(),t.needsBindOnly?t.needsBindOnly=!1:t.unbind()),e.textContent=o}},[g.tokenList]:function(e,t,o){var r;const a=this.id+"-t",n=null!==(r=e[a])&&void 0!==r?r:e[a]={v:0,cv:Object.create(null)},i=n.cv;let s=n.v;const l=e[t];if(null!=o&&o.length){const e=o.split(/\s+/);for(let t=0,o=e.length;t<o;++t){const o=e[t];""!==o&&(i[o]=s,l.add(o))}}if(n.v=s+1,0!==s){s-=1;for(const e in i)i[e]===s&&l.remove(e)}},[g.event]:()=>{}};class re{constructor(e){this.dataBinding=e,this.updateTarget=null,this.aspectType=g.content}createHTML(e){return Q.interpolation(e(this))}createBehavior(){var e;if(null===this.updateTarget){const t=oe[this.aspectType],o=null!==(e=this.dataBinding.policy)&&void 0!==e?e:this.policy;if(!t)throw c.error(1205);this.data=this.id+"-d",this.updateTarget=o.protect(this.targetTagName,this.aspectType,this.targetAspect,t)}return this}bind(e){var t;const o=e.targets[this.targetNodeId];switch(this.aspectType){case g.event:o[this.data]=e,o.addEventListener(this.targetAspect,this,this.dataBinding.options);break;case g.content:e.onUnbind(this);default:const r=null!==(t=o[this.data])&&void 0!==t?t:o[this.data]=this.dataBinding.createObserver(this,this);r.target=o,r.controller=e,this.updateTarget(o,this.targetAspect,r.bind(e),e)}}unbind(e){const t=e.targets[this.targetNodeId].$fastView;void 0!==t&&t.isComposed&&(t.unbind(),t.needsBindOnly=!0)}handleEvent(e){const t=e.currentTarget[this.data];if(t.isBound){F.setEvent(e);const o=this.dataBinding.evaluate(t.source,t.context);F.setEvent(null),!0!==o&&e.preventDefault()}}handleChange(e,t){const o=t.target,r=t.controller;this.updateTarget(o,this.targetAspect,t.bind(r),r)}}function ae(e,t){const o=e.parentNode;let r,a=e;for(;a!==t;)r=a.nextSibling,o.removeChild(a),a=r;o.removeChild(t)}ee.define(re,{aspected:!0});class ne{constructor(e,t,o){this.fragment=e,this.factories=t,this.targets=o,this.behaviors=null,this.unbindables=[],this.source=null,this.isBound=!1,this.sourceLifetime=B.unknown,this.context=this,this.index=0,this.length=0,this.firstChild=e.firstChild,this.lastChild=e.lastChild}get event(){return F.getEvent()}get isEven(){return this.index%2==0}get isOdd(){return this.index%2!=0}get isFirst(){return 0===this.index}get isInMiddle(){return!this.isFirst&&!this.isLast}get isLast(){return this.index===this.length-1}eventDetail(){return this.event.detail}eventTarget(){return this.event.target}appendTo(e){e.appendChild(this.fragment)}insertBefore(e){if(this.fragment.hasChildNodes())e.parentNode.insertBefore(this.fragment,e);else{const t=this.lastChild;if(e.previousSibling===t)return;const o=e.parentNode;let r,a=this.firstChild;for(;a!==t;)r=a.nextSibling,o.insertBefore(a,e),a=r;o.insertBefore(t,e)}}remove(){const e=this.fragment,t=this.lastChild;let o,r=this.firstChild;for(;r!==t;)o=r.nextSibling,e.appendChild(r),r=o;e.appendChild(t)}dispose(){ae(this.firstChild,this.lastChild),this.unbind()}onUnbind(e){this.unbindables.push(e)}bind(e,t=this){if(this.source===e)return;let o=this.behaviors;if(null===o){this.source=e,this.context=t,this.behaviors=o=new Array(this.factories.length);const r=this.factories;for(let e=0,t=r.length;e<t;++e){const t=r[e].createBehavior();t.bind(this),o[e]=t}}else{null!==this.source&&this.evaluateUnbindables(),this.isBound=!1,this.source=e,this.context=t;for(let e=0,t=o.length;e<t;++e)o[e].bind(this)}this.isBound=!0}unbind(){this.isBound&&null!==this.source&&(this.evaluateUnbindables(),this.source=null,this.context=this,this.isBound=!1)}evaluateUnbindables(){const e=this.unbindables;for(let t=0,o=e.length;t<o;++t)e[t].unbind(this);e.length=0}static disposeContiguousBatch(e){if(0!==e.length){ae(e[0].firstChild,e[e.length-1].lastChild);for(let t=0,o=e.length;t<o;++t)e[t].unbind()}}}p(ne),w.defineProperty(ne.prototype,"index"),w.defineProperty(ne.prototype,"length");const ie=(e,t)=>`${e}.${t}`,se={},le={index:0,node:null};function ce(e){e.startsWith("fast-")||c.warn(1204,{name:e})}const de=new Proxy(document.createElement("div"),{get(e,t){ce(t);const o=Reflect.get(e,t);return a(o)?o.bind(e):o},set:(e,t,o)=>(ce(t),Reflect.set(e,t,o))});class ue{constructor(e,t,o){this.fragment=e,this.directives=t,this.policy=o,this.proto=null,this.nodeIds=new Set,this.descriptors={},this.factories=[]}addFactory(e,t,o,r,a){var n,i;this.nodeIds.has(o)||(this.nodeIds.add(o),this.addTargetDescriptor(t,o,r)),e.id=null!==(n=e.id)&&void 0!==n?n:K(),e.targetNodeId=o,e.targetTagName=a,e.policy=null!==(i=e.policy)&&void 0!==i?i:this.policy,this.factories.push(e)}freeze(){return this.proto=Object.create(null,this.descriptors),this}addTargetDescriptor(e,t,o){const r=this.descriptors;if("r"===t||"h"===t||r[t])return;if(!r[e]){const t=e.lastIndexOf("."),o=e.substring(0,t),r=parseInt(e.substring(t+1));this.addTargetDescriptor(o,e,r)}let a=se[t];if(!a){const r="_"+t;se[t]=a={get(){var t;return null!==(t=this[r])&&void 0!==t?t:this[r]=this[e].childNodes[o]}}}r[t]=a}createView(e){const t=this.fragment.cloneNode(!0),o=Object.create(this.proto);o.r=t,o.h=null!=e?e:de;for(const e of this.nodeIds)o[e];return new ne(t,this.factories,o)}}function he(e,t,o,r,a,n=!1){const i=o.attributes,s=e.directives;for(let l=0,c=i.length;l<c;++l){const d=i[l],u=d.value,h=Z.parse(u,s);let p=null;null===h?n&&(p=new re(I(()=>u,e.policy)),ee.assignAspect(p,d.name)):p=ve.aggregate(h,e.policy),null!==p&&(o.removeAttributeNode(d),l--,c--,e.addFactory(p,t,r,a,o.tagName))}}function pe(e,t,o){let r=0,a=t.firstChild;for(;a;){const t=ge(e,o,a,r);a=t.node,r=t.index}}function ge(e,t,o,r){const a=ie(t,r);switch(o.nodeType){case 1:he(e,t,o,a,r),pe(e,o,a);break;case 3:return function(e,t,o,r,a){const i=Z.parse(t.textContent,e.directives);if(null===i)return le.node=t.nextSibling,le.index=a+1,le;let s,l=s=t;for(let t=0,c=i.length;t<c;++t){const c=i[t];0!==t&&(a++,r=ie(o,a),s=l.parentNode.insertBefore(document.createTextNode(""),l.nextSibling)),n(c)?s.textContent=c:(s.textContent=" ",ee.assignAspect(c),e.addFactory(c,o,r,a,null)),l=s}return le.index=a+1,le.node=l.nextSibling,le}(e,o,t,a,r);case 8:const i=Z.parse(o.data,e.directives);null!==i&&e.addFactory(ve.aggregate(i),t,a,r,null)}return le.index=r+1,le.node=o.nextSibling,le}const ve={compile(e,t,o=k.policy){let r;if(n(e)){r=document.createElement("TEMPLATE"),r.innerHTML=o.createHTML(e);const t=r.content.firstElementChild;null!==t&&"TEMPLATE"===t.tagName&&(r=t)}else r=e;r.content.firstChild||r.content.lastChild||r.content.appendChild(document.createComment(""));const a=document.adoptNode(r.content),i=new ue(a,t,o);var s,l;return he(i,"",r,"h",0,!0),s=a.firstChild,l=t,(s&&8==s.nodeType&&null!==Z.parse(s.data,l)||1===a.childNodes.length&&Object.keys(t).length>0)&&a.insertBefore(document.createComment(""),a.firstChild),pe(i,a,"r"),le.node=null,i.freeze()},setDefaultStrategy(e){this.compile=e},aggregate(e,t=k.policy){if(1===e.length)return e[0];let o,r,a=!1,i=void 0;const s=e.length,l=e.map(e=>n(e)?()=>e:(o=e.sourceAspect||o,r=e.dataBinding||r,a=a||e.dataBinding.isVolatile,i=i||e.dataBinding.policy,e.dataBinding.evaluate));r.evaluate=(e,t)=>{let o="";for(let r=0;r<s;++r)o+=l[r](e,t);return o},r.isVolatile=a,r.policy=null!=i?i:t;const c=new re(r);return ee.assignAspect(c,o),c}},be=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/,me=Object.create(null);class fe{constructor(e,t=me){this.html=e,this.factories=t}createHTML(e){const t=this.factories;for(const o in t)e(t[o]);return this.html}}function ke(e,t,o,r=ee.getForInstance(e)){if(r.aspected){const o=be.exec(t);null!==o&&ee.assignAspect(e,o[2])}return e.createHTML(o)}fe.empty=new fe(""),ee.define(fe);class ye{constructor(e,t={},o){this.policy=o,this.result=null,this.html=e,this.factories=t}create(e){return null===this.result&&(this.result=ve.compile(this.html,this.factories,this.policy)),this.result.createView(e)}inline(){return new fe(n(this.html)?this.html:this.html.innerHTML,this.factories)}withPolicy(e){if(this.result)throw c.error(1208);if(this.policy)throw c.error(1207);return this.policy=e,this}render(e,t,o){const r=this.create(o);return r.bind(e),r.appendTo(t),r}static create(e,t,o){let r="";const n=Object.create(null),i=e=>{var t;const o=null!==(t=e.id)&&void 0!==t?t:e.id=K();return n[o]=e,o};for(let o=0,n=e.length-1;o<n;++o){const n=e[o];let s,l=t[o];if(r+=n,a(l))l=new re(T(l));else if(l instanceof C)l=new re(l);else if(!(s=ee.getForInstance(l))){const e=l;l=new re(I(()=>e))}r+=ke(l,n,i,s)}return new ye(r+e[e.length-1],n,o)}}p(ye);const xe=(e,...t)=>{if(Array.isArray(e)&&Array.isArray(e.raw))return ye.create(e,t);throw c.error(1206)};xe.partial=e=>new fe(e);class $e extends te{bind(e){e.source[this.options]=e.targets[this.targetNodeId]}}ee.define($e);const Be=e=>new $e(e),we=()=>null;function Pe(e){return void 0===e?we:a(e)?e:()=>e}function Se(e,t,o){const r=a(e)?e:()=>e,n=Pe(t),i=Pe(o);return(e,t)=>r(e,t)?n(e,t):i(e,t)}const Fe=e=>1===e.nodeType,Ce=e=>e?t=>1===t.nodeType&&t.matches(e):Fe;class Ne extends te{get id(){return this._id}set id(e){this._id=e,this._controllerProperty=e+"-c"}bind(e){const t=e.targets[this.targetNodeId];t[this._controllerProperty]=e,this.updateTarget(e.source,this.computeNodes(t)),this.observe(t),e.onUnbind(this)}unbind(e){const t=e.targets[this.targetNodeId];this.updateTarget(e.source,d),this.disconnect(t),t[this._controllerProperty]=null}getSource(e){return e[this._controllerProperty].source}updateTarget(e,t){e[this.options.property]=t}computeNodes(e){let t=this.getNodes(e);return"filter"in this.options&&(t=t.filter(this.options.filter)),t}}class Te extends Ne{observe(e){e.addEventListener("slotchange",this)}disconnect(e){e.removeEventListener("slotchange",this)}getNodes(e){return e.assignedNodes(this.options)}handleEvent(e){const t=e.currentTarget;this.updateTarget(this.getSource(t),this.computeNodes(t))}}function Ae(e){return n(e)&&(e={property:e}),new Te(e)}ee.define(Te);const Ie=Object.freeze({locate:h()}),ze={toView:e=>e?"true":"false",fromView:e=>null!=e&&"false"!==e&&!1!==e&&0!==e};function Le(e){if(null==e)return null;const t=1*e;return isNaN(t)?null:t}const He={toView(e){const t=Le(e);return t?t.toString():t},fromView:Le};class Oe{constructor(e,t,o=t.toLowerCase(),r="reflect",a){this.guards=new Set,this.Owner=e,this.name=t,this.attribute=o,this.mode=r,this.converter=a,this.fieldName="_"+t,this.callbackName=t+"Changed",this.hasCallback=this.callbackName in e.prototype,"boolean"===r&&void 0===a&&(this.converter=ze)}setValue(e,t){const o=e[this.fieldName],r=this.converter;void 0!==r&&(t=r.fromView(t)),o!==t&&(e[this.fieldName]=t,this.tryReflectToAttribute(e),this.hasCallback&&e[this.callbackName](o,t),e.$fastController.notify(this.name))}getValue(e){return w.track(e,this.name),e[this.fieldName]}onAttributeChangedCallback(e,t){this.guards.has(e)||(this.guards.add(e),this.setValue(e,t),this.guards.delete(e))}tryReflectToAttribute(e){const t=this.mode,o=this.guards;o.has(e)||"fromView"===t||y.enqueue(()=>{o.add(e);const r=e[this.fieldName];switch(t){case"reflect":const t=this.converter;k.setAttribute(e,this.attribute,void 0!==t?t.toView(r):r);break;case"boolean":k.setBooleanAttribute(e,this.attribute,r)}o.delete(e)})}static collect(e,...t){const o=[];t.push(Ie.locate(e));for(let r=0,a=t.length;r<a;++r){const a=t[r];if(void 0!==a)for(let t=0,r=a.length;t<r;++t){const r=a[t];n(r)?o.push(new Oe(e,r)):o.push(new Oe(e,r.property,r.attribute,r.mode,r.converter))}}return o}}function De(e,t){let o;function r(e,t){arguments.length>1&&(o.property=t),Ie.locate(e.constructor).push(o)}return arguments.length>1?(o={},void r(e,t)):(o=void 0===e?{}:e,r)}const Me={mode:"open"},Ee={},Re=new Set,je=c.getById(r.elementRegistry,()=>u());class Ve{constructor(e,t=e.definition){var o;this.platformDefined=!1,n(t)&&(t={name:t}),this.type=e,this.name=t.name,this.template=t.template,this.registry=null!==(o=t.registry)&&void 0!==o?o:customElements;const r=e.prototype,a=Oe.collect(e,t.attributes),i=new Array(a.length),s={},l={};for(let e=0,t=a.length;e<t;++e){const t=a[e];i[e]=t.attribute,s[t.name]=t,l[t.attribute]=t,w.defineProperty(r,t)}Reflect.defineProperty(e,"observedAttributes",{value:i,enumerable:!0}),this.attributes=a,this.propertyLookup=s,this.attributeLookup=l,this.shadowOptions=void 0===t.shadowOptions?Me:null===t.shadowOptions?void 0:Object.assign(Object.assign({},Me),t.shadowOptions),this.elementOptions=void 0===t.elementOptions?Ee:Object.assign(Object.assign({},Ee),t.elementOptions),this.styles=L.normalize(t.styles),je.register(this)}get isDefined(){return this.platformDefined}define(e=this.registry){const t=this.type;return e.get(this.name)||(this.platformDefined=!0,e.define(this.name,t,this.elementOptions)),this}static compose(e,t){return Re.has(e)||je.getByType(e)?new Ve(class extends e{},t):new Ve(e,t)}static registerBaseType(e){Re.add(e)}}Ve.getByType=je.getByType,Ve.getForInstance=je.getForInstance;const Ge={bubbles:!0,composed:!0,cancelable:!0},_e=new WeakMap;function Xe(e){var t,o;return null!==(o=null!==(t=e.shadowRoot)&&void 0!==t?t:_e.get(e))&&void 0!==o?o:null}let We;class qe extends ${constructor(e,t){super(e),this.boundObservables=null,this.needsInitialization=!0,this.hasExistingShadowRoot=!1,this._template=null,this.stage=3,this.guardBehaviorConnection=!1,this.behaviors=null,this._mainStyles=null,this.$fastController=this,this.view=null,this.source=e,this.definition=t;const o=t.shadowOptions;if(void 0!==o){let t=e.shadowRoot;t?this.hasExistingShadowRoot=!0:(t=e.attachShadow(o),"closed"===o.mode&&_e.set(e,t))}const r=w.getAccessors(e);if(r.length>0){const t=this.boundObservables=Object.create(null);for(let o=0,a=r.length;o<a;++o){const a=r[o].name,n=e[a];void 0!==n&&(delete e[a],t[a]=n)}}}get isConnected(){return w.track(this,"isConnected"),1===this.stage}get context(){var e,t;return null!==(t=null===(e=this.view)||void 0===e?void 0:e.context)&&void 0!==t?t:F.default}get isBound(){var e,t;return null!==(t=null===(e=this.view)||void 0===e?void 0:e.isBound)&&void 0!==t&&t}get sourceLifetime(){var e;return null===(e=this.view)||void 0===e?void 0:e.sourceLifetime}get template(){var e;if(null===this._template){const t=this.definition;this.source.resolveTemplate?this._template=this.source.resolveTemplate():t.template&&(this._template=null!==(e=t.template)&&void 0!==e?e:null)}return this._template}set template(e){this._template!==e&&(this._template=e,this.needsInitialization||this.renderTemplate(e))}get mainStyles(){var e;if(null===this._mainStyles){const t=this.definition;this.source.resolveStyles?this._mainStyles=this.source.resolveStyles():t.styles&&(this._mainStyles=null!==(e=t.styles)&&void 0!==e?e:null)}return this._mainStyles}set mainStyles(e){this._mainStyles!==e&&(null!==this._mainStyles&&this.removeStyles(this._mainStyles),this._mainStyles=e,this.needsInitialization||this.addStyles(e))}onUnbind(e){var t;null===(t=this.view)||void 0===t||t.onUnbind(e)}addBehavior(e){var t,o;const r=null!==(t=this.behaviors)&&void 0!==t?t:this.behaviors=new Map,a=null!==(o=r.get(e))&&void 0!==o?o:0;0===a?(r.set(e,1),e.addedCallback&&e.addedCallback(this),!e.connectedCallback||this.guardBehaviorConnection||1!==this.stage&&0!==this.stage||e.connectedCallback(this)):r.set(e,a+1)}removeBehavior(e,t=!1){const o=this.behaviors;if(null===o)return;const r=o.get(e);void 0!==r&&(1===r||t?(o.delete(e),e.disconnectedCallback&&3!==this.stage&&e.disconnectedCallback(this),e.removedCallback&&e.removedCallback(this)):o.set(e,r-1))}addStyles(e){var t;if(!e)return;const o=this.source;if(e instanceof HTMLElement){(null!==(t=Xe(o))&&void 0!==t?t:this.source).append(e)}else if(!e.isAttachedTo(o)){const t=e.behaviors;if(e.addStylesTo(o),null!==t)for(let e=0,o=t.length;e<o;++e)this.addBehavior(t[e])}}removeStyles(e){var t;if(!e)return;const o=this.source;if(e instanceof HTMLElement){(null!==(t=Xe(o))&&void 0!==t?t:o).removeChild(e)}else if(e.isAttachedTo(o)){const t=e.behaviors;if(e.removeStylesFrom(o),null!==t)for(let e=0,o=t.length;e<o;++e)this.removeBehavior(t[e])}}connect(){if(3!==this.stage)return;if(this.stage=0,null!==this.boundObservables){const e=this.source,t=this.boundObservables,o=Object.keys(t);for(let r=0,a=o.length;r<a;++r){const a=o[r];e[a]=t[a]}this.boundObservables=null}const e=this.behaviors;if(null!==e){this.guardBehaviorConnection=!0;for(const t of e.keys())t.connectedCallback&&t.connectedCallback(this);this.guardBehaviorConnection=!1}this.needsInitialization?(this.renderTemplate(this.template),this.addStyles(this.mainStyles),this.needsInitialization=!1):null!==this.view&&this.view.bind(this.source),this.stage=1,w.notify(this,"isConnected")}disconnect(){if(1!==this.stage)return;this.stage=2,w.notify(this,"isConnected"),null!==this.view&&this.view.unbind();const e=this.behaviors;if(null!==e)for(const t of e.keys())t.disconnectedCallback&&t.disconnectedCallback(this);this.stage=3}onAttributeChangedCallback(e,t,o){const r=this.definition.attributeLookup[e];void 0!==r&&r.onAttributeChangedCallback(this.source,o)}emit(e,t,o){return 1===this.stage&&this.source.dispatchEvent(new CustomEvent(e,Object.assign(Object.assign({detail:t},Ge),o)))}renderTemplate(e){var t;const o=this.source,r=null!==(t=Xe(o))&&void 0!==t?t:o;if(null!==this.view)this.view.dispose(),this.view=null;else if(!this.needsInitialization||this.hasExistingShadowRoot){this.hasExistingShadowRoot=!1;for(let e=r.firstChild;null!==e;e=r.firstChild)r.removeChild(e)}e&&(this.view=e.render(o,r,o),this.view.sourceLifetime=B.coupled)}static forCustomElement(e){const t=e.$fastController;if(void 0!==t)return t;const o=Ve.getForInstance(e);if(void 0===o)throw c.error(1401);return e.$fastController=new We(e,o)}static setStrategy(e){We=e}}function Ye(e){var t;return"adoptedStyleSheets"in e?e:null!==(t=Xe(e))&&void 0!==t?t:e.getRootNode()}p(qe),qe.setStrategy(qe);class Ue{constructor(e){const t=Ue.styleSheetCache;this.sheets=e.map(e=>{if(e instanceof CSSStyleSheet)return e;let o=t.get(e);return void 0===o&&(o=new CSSStyleSheet,o.replaceSync(e),t.set(e,o)),o})}addStylesTo(e){Je(Ye(e),this.sheets)}removeStylesFrom(e){et(Ye(e),this.sheets)}}Ue.styleSheetCache=new Map;let Ke=0;function Qe(e){return e===document?document.body:e}class Ze{constructor(e){this.styles=e,this.styleClass="fast-"+ ++Ke}addStylesTo(e){e=Qe(Ye(e));const t=this.styles,o=this.styleClass;for(let r=0;r<t.length;r++){const a=document.createElement("style");a.innerHTML=t[r],a.className=o,e.append(a)}}removeStylesFrom(e){const t=(e=Qe(Ye(e))).querySelectorAll("."+this.styleClass);for(let o=0,r=t.length;o<r;++o)e.removeChild(t[o])}}let Je=(e,t)=>{e.adoptedStyleSheets=[...e.adoptedStyleSheets,...t]},et=(e,t)=>{e.adoptedStyleSheets=e.adoptedStyleSheets.filter(e=>-1===t.indexOf(e))};if(L.supportsAdoptedStyleSheets){try{document.adoptedStyleSheets.push(),document.adoptedStyleSheets.splice(),Je=(e,t)=>{e.adoptedStyleSheets.push(...t)},et=(e,t)=>{for(const o of t){const t=e.adoptedStyleSheets.indexOf(o);-1!==t&&e.adoptedStyleSheets.splice(t,1)}}}catch(pu){}L.setDefaultStrategy(Ue)}else L.setDefaultStrategy(Ze);function tt(e){const t=class extends e{constructor(){super(),qe.forCustomElement(this)}$emit(e,t,o){return this.$fastController.emit(e,t,o)}connectedCallback(){this.$fastController.connect()}disconnectedCallback(){this.$fastController.disconnect()}attributeChangedCallback(e,t,o){this.$fastController.onAttributeChangedCallback(e,t,o)}};return Ve.registerBaseType(t),t}const ot=Object.assign(tt(HTMLElement),{from:function(e){return tt(e)},define:function(e,t){return a(e)?Ve.compose(e,t).define().type:Ve.compose(this,e).define().type},compose:function(e,t){return a(e)?Ve.compose(e,t):Ve.compose(this,e)}}),rt={horizontal:"horizontal",vertical:"vertical"};function at(...e){return e.every(e=>e instanceof HTMLElement)}const nt={ArrowDown:"ArrowDown",ArrowLeft:"ArrowLeft",ArrowRight:"ArrowRight",ArrowUp:"ArrowUp"};var it;function st(e,t,o){return Math.min(Math.max(o,e),t)}!function(e){e.ltr="ltr",e.rtl="rtl"}(it||(it={}));let lt=0;function ct(e=""){return`${e}${lt++}`}class dt{}function ut(e){return e?"string"==typeof e?new fe(e):"inline"in e?e.inline():e:fe.empty}e([De({attribute:"aria-atomic"})],dt.prototype,"ariaAtomic",void 0),e([De({attribute:"aria-busy"})],dt.prototype,"ariaBusy",void 0),e([De({attribute:"aria-controls"})],dt.prototype,"ariaControls",void 0),e([De({attribute:"aria-current"})],dt.prototype,"ariaCurrent",void 0),e([De({attribute:"aria-describedby"})],dt.prototype,"ariaDescribedby",void 0),e([De({attribute:"aria-details"})],dt.prototype,"ariaDetails",void 0),e([De({attribute:"aria-disabled"})],dt.prototype,"ariaDisabled",void 0),e([De({attribute:"aria-errormessage"})],dt.prototype,"ariaErrormessage",void 0),e([De({attribute:"aria-flowto"})],dt.prototype,"ariaFlowto",void 0),e([De({attribute:"aria-haspopup"})],dt.prototype,"ariaHaspopup",void 0),e([De({attribute:"aria-hidden"})],dt.prototype,"ariaHidden",void 0),e([De({attribute:"aria-invalid"})],dt.prototype,"ariaInvalid",void 0),e([De({attribute:"aria-keyshortcuts"})],dt.prototype,"ariaKeyshortcuts",void 0),e([De({attribute:"aria-label"})],dt.prototype,"ariaLabel",void 0),e([De({attribute:"aria-labelledby"})],dt.prototype,"ariaLabelledby",void 0),e([De({attribute:"aria-live"})],dt.prototype,"ariaLive",void 0),e([De({attribute:"aria-owns"})],dt.prototype,"ariaOwns",void 0),e([De({attribute:"aria-relevant"})],dt.prototype,"ariaRelevant",void 0),e([De({attribute:"aria-roledescription"})],dt.prototype,"ariaRoledescription",void 0);class ht{}function pt(e){return xe`<slot name="end" ${Be("end")}>${ut(e.end)}</slot>`.inline()}function gt(e){return xe`<slot name="start" ${Be("start")}>${ut(e.start)}</slot>`.inline()}function vt(e,...t){const o=Ie.locate(e);t.forEach(t=>{Object.getOwnPropertyNames(t.prototype).forEach(o=>{"constructor"!==o&&Object.defineProperty(e.prototype,o,Object.getOwnPropertyDescriptor(t.prototype,o))});Ie.locate(t).forEach(e=>o.push(e))})}class bt extends ot{constructor(){super(...arguments),this.headinglevel=2,this.expanded=!1,this.disabled=!1,this.id=ct("accordion-"),this.clickHandler=e=>{this.disabled||this.$emit("click",e)}}}e([De({attribute:"heading-level",mode:"fromView",converter:He})],bt.prototype,"headinglevel",void 0),e([De({mode:"boolean"})],bt.prototype,"expanded",void 0),e([De({mode:"boolean"})],bt.prototype,"disabled",void 0),e([De],bt.prototype,"id",void 0),vt(bt,ht);const mt="single",ft="multi";class kt extends ot{constructor(){super(...arguments),this.expandmode=ft,this.activeItemIndex=0,this.change=()=>{this.$emit("change",this.activeid)},this.setItems=()=>{if(0===this.slottedAccordionItems.length)return;const e=Array.from(this.children);if(this.removeItemListeners(e),e.forEach(e=>w.getNotifier(e).subscribe(this,"disabled")),this.accordionItems=e.filter(e=>!e.hasAttribute("disabled")),this.accordionIds=this.getItemIds(),this.accordionItems.forEach((e,t)=>{e instanceof bt&&(e.addEventListener("click",this.activeItemChange),w.getNotifier(e).subscribe(this,"expanded"));const o=this.accordionIds[t];e.setAttribute("id","string"!=typeof o?"accordion-"+(t+1):o),this.activeid=this.accordionIds[this.activeItemIndex],e.addEventListener("keydown",this.handleItemKeyDown),e.addEventListener("focus",this.handleItemFocus)}),this.isSingleExpandMode()){const e=this.findExpandedItem();this.setSingleExpandMode(e)}},this.removeItemListeners=e=>{e.forEach((e,t)=>{w.getNotifier(e).unsubscribe(this,"disabled"),w.getNotifier(e).unsubscribe(this,"expanded"),e.removeEventListener("click",this.activeItemChange),e.removeEventListener("keydown",this.handleItemKeyDown),e.removeEventListener("focus",this.handleItemFocus)})},this.activeItemChange=e=>{e.defaultPrevented||e.target!==e.currentTarget||(e.preventDefault(),this.handleExpandedChange(e.target))},this.handleExpandedChange=e=>{e instanceof bt&&(this.activeid=e.getAttribute("id"),this.isSingleExpandMode()?this.setSingleExpandMode(e):(e.expanded=!e.expanded,this.activeItemIndex=this.accordionItems.indexOf(e)),this.change())},this.handleItemKeyDown=e=>{if(e.target===e.currentTarget)switch(this.accordionIds=this.getItemIds(),e.key){case"ArrowUp":e.preventDefault(),this.adjust(-1);break;case"ArrowDown":e.preventDefault(),this.adjust(1);break;case"Home":this.activeItemIndex=0,this.focusItem();break;case"End":this.activeItemIndex=this.accordionItems.length-1,this.focusItem()}},this.handleItemFocus=e=>{if(e.target===e.currentTarget){const t=e.target,o=this.activeItemIndex=Array.from(this.accordionItems).indexOf(t);this.activeItemIndex!==o&&-1!==o&&(this.activeItemIndex=o,this.activeid=this.accordionIds[this.activeItemIndex])}}}expandmodeChanged(e,t){if(!this.$fastController.isConnected)return;const o=this.findExpandedItem();o&&(t!==mt?null==o||o.expandbutton.removeAttribute("aria-disabled"):this.setSingleExpandMode(o))}slottedAccordionItemsChanged(e,t){this.$fastController.isConnected&&this.setItems()}handleChange(e,t){"disabled"===t?this.setItems():"expanded"===t&&e.expanded&&this.isSingleExpandMode()&&this.setSingleExpandMode(e)}findExpandedItem(){var e;return 0===this.accordionItems.length?null:null!==(e=this.accordionItems.find(e=>e instanceof bt&&e.expanded))&&void 0!==e?e:this.accordionItems[0]}setSingleExpandMode(e){if(0===this.accordionItems.length)return;const t=Array.from(this.accordionItems);this.activeItemIndex=t.indexOf(e),t.forEach((e,t)=>{this.activeItemIndex===t?(e.expanded=!0,e.expandbutton.setAttribute("aria-disabled","true")):(e.expanded=!1,e.hasAttribute("disabled")||e.expandbutton.removeAttribute("aria-disabled"))})}getItemIds(){return this.slottedAccordionItems.map(e=>e.id)}isSingleExpandMode(){return this.expandmode===mt}adjust(e){var t,o,r;this.activeItemIndex=(t=0,o=this.accordionItems.length-1,(r=this.activeItemIndex+e)<t?o:r>o?t:r),this.focusItem()}focusItem(){const e=this.accordionItems[this.activeItemIndex];e instanceof bt&&e.expandbutton.focus()}}e([De({attribute:"expand-mode"})],kt.prototype,"expandmode",void 0),e([P],kt.prototype,"slottedAccordionItems",void 0);class yt extends kt{}const xt=xe`<template><slot ${Ae({property:"slottedAccordionItems",filter:Ce()})}></slot></template>`,$t=e=>{var t;return"rtl"===(null===(t=e.closest("[dir]"))||void 0===t?void 0:t.dir)?it.rtl:it.ltr};class Bt extends class{constructor(e){this.listenerCache=new WeakMap,this.query=e}connectedCallback(e){const{query:t}=this;let o=this.listenerCache.get(e);o||(o=this.constructListener(e),this.listenerCache.set(e,o)),o.bind(t)(),t.addEventListener("change",o)}disconnectedCallback(e){const t=this.listenerCache.get(e);t&&this.query.removeEventListener("change",t)}}{constructor(e,t){super(e),this.styles=t}static with(e){return t=>new Bt(e,t)}constructListener(e){let t=!1;const o=this.styles;return function(){const{matches:r}=this;r&&!t?(e.addStyles(o),t=r):!r&&t&&(e.removeStyles(o),t=r)}}removedCallback(e){e.removeStyles(this.styles)}}const wt=Bt.with(window.matchMedia("(forced-colors)"));Bt.with(window.matchMedia("(prefers-color-scheme: dark)")),Bt.with(window.matchMedia("(prefers-color-scheme: light)"));function Pt(e){return`:host([hidden]){display:none}:host{display:${e}}`}const St=e=>{var t;return e.nodeType!==Node.TEXT_NODE||!!(null===(t=e.nodeValue)||void 0===t?void 0:t.trim().length)},Ft=G`
|
|
2
|
-
${
|
|
1
|
+
let e;try{if(document.currentScript)e=document.currentScript.getAttribute("fast-kernel");else{const t=document.getElementsByTagName("script");e=t[t.length-1].getAttribute("fast-kernel")}}catch(uu){e="isolate"}let t;switch(e){case"share":t=Object.freeze({updateQueue:1,observable:2,contextEvent:3,elementRegistry:4});break;case"share-v2":t=Object.freeze({updateQueue:1.2,observable:2.2,contextEvent:3.2,elementRegistry:4.2});break;default:const e="-"+Math.random().toString(36).substring(2,8);t=Object.freeze({updateQueue:"1.2"+e,observable:"2.2"+e,contextEvent:"3.2"+e,elementRegistry:"4.2"+e})}const o=e=>"function"==typeof e,r=e=>"string"==typeof e,a=()=>{};var n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};!function(){if("undefined"==typeof globalThis)if(void 0!==n)n.globalThis=n;else if("undefined"!=typeof self)self.globalThis=self;else if("undefined"!=typeof window)window.globalThis=window;else{const e=new Function("return this")();e.globalThis=e}}();const i={configurable:!1,enumerable:!1,writable:!1};void 0===globalThis.FAST&&Reflect.defineProperty(globalThis,"FAST",Object.assign({value:Object.create(null)},i));const s=globalThis.FAST;if(void 0===s.getById){const e=Object.create(null);Reflect.defineProperty(s,"getById",Object.assign({value(t,o){let r=e[t];return void 0===r&&(r=o?e[t]=o():null),r}},i))}void 0===s.error&&Object.assign(s,{warn(){},error:e=>new Error("Error "+e),addMessages(){}});const l=Object.freeze([]);function c(){const e=new Map;return Object.freeze({register:t=>!e.has(t.type)&&(e.set(t.type,t),!0),getByType:t=>e.get(t),getForInstance(t){if(null!=t)return e.get(t.constructor)}})}function d(){const e=new WeakMap;return function(t){let o=e.get(t);if(void 0===o){let r=Reflect.getPrototypeOf(t);for(;void 0===o&&null!==r;)o=e.get(r),r=Reflect.getPrototypeOf(r);o=void 0===o?[]:o.slice(0),e.set(t,o)}return o}}function u(e){e.prototype.toJSON=a}const h=Object.freeze({none:0,attribute:1,booleanAttribute:2,property:3,content:4,tokenList:5,event:6}),p=e=>e,g=globalThis.trustedTypes?globalThis.trustedTypes.createPolicy("fast-html",{createHTML:p}):{createHTML:p};let v=Object.freeze({createHTML:e=>g.createHTML(e),protect:(e,t,o,r)=>r});const b=v,m=Object.freeze({get policy(){return v},setPolicy(e){if(v!==b)throw s.error(1201);v=e},setAttribute(e,t,o){null==o?e.removeAttribute(t):e.setAttribute(t,o)},setBooleanAttribute(e,t,o){o?e.setAttribute(t,""):e.removeAttribute(t)}}),f=s.getById(t.updateQueue,()=>{const e=[],t=[],o=globalThis.requestAnimationFrame;let r=!0;function a(){if(t.length)throw t.shift()}function n(o){try{o.call()}catch(o){if(!r)throw e.length=0,o;t.push(o),setTimeout(a,0)}}function i(){let t=0;for(;t<e.length;)if(n(e[t]),t++,t>1024){for(let o=0,r=e.length-t;o<r;o++)e[o]=e[o+t];e.length-=t,t=0}e.length=0}function s(t){e.push(t),e.length<2&&(r?o(i):i())}return Object.freeze({enqueue:s,next:()=>new Promise(s),process:i,setMode:e=>r=e})});class k{constructor(e,t){this.sub1=void 0,this.sub2=void 0,this.spillover=void 0,this.subject=e,this.sub1=t}has(e){return void 0===this.spillover?this.sub1===e||this.sub2===e:-1!==this.spillover.indexOf(e)}subscribe(e){const t=this.spillover;if(void 0===t){if(this.has(e))return;if(void 0===this.sub1)return void(this.sub1=e);if(void 0===this.sub2)return void(this.sub2=e);this.spillover=[this.sub1,this.sub2,e],this.sub1=void 0,this.sub2=void 0}else{-1===t.indexOf(e)&&t.push(e)}}unsubscribe(e){const t=this.spillover;if(void 0===t)this.sub1===e?this.sub1=void 0:this.sub2===e&&(this.sub2=void 0);else{const o=t.indexOf(e);-1!==o&&t.splice(o,1)}}notify(e){const t=this.spillover,o=this.subject;if(void 0===t){const t=this.sub1,r=this.sub2;void 0!==t&&t.handleChange(o,e),void 0!==r&&r.handleChange(o,e)}else for(let r=0,a=t.length;r<a;++r)t[r].handleChange(o,e)}}class y{constructor(e){this.subscribers={},this.subjectSubscribers=null,this.subject=e}notify(e){var t,o;null===(t=this.subscribers[e])||void 0===t||t.notify(e),null===(o=this.subjectSubscribers)||void 0===o||o.notify(e)}subscribe(e,t){var o,r;let a;a=t?null!==(o=this.subscribers[t])&&void 0!==o?o:this.subscribers[t]=new k(this.subject):null!==(r=this.subjectSubscribers)&&void 0!==r?r:this.subjectSubscribers=new k(this.subject),a.subscribe(e)}unsubscribe(e,t){var o,r;t?null===(o=this.subscribers[t])||void 0===o||o.unsubscribe(e):null===(r=this.subjectSubscribers)||void 0===r||r.unsubscribe(e)}}const x=Object.freeze({unknown:void 0,coupled:1}),B=s.getById(t.observable,()=>{const e=f.enqueue,t=/(:|&&|\|\||if|\?\.)/,a=new WeakMap;let n=void 0,i=e=>{throw s.error(1101)};function l(e){var t;let o=null!==(t=e.$fastController)&&void 0!==t?t:a.get(e);return void 0===o&&(Array.isArray(e)?o=i(e):a.set(e,o=new y(e))),o}const c=d();class h{constructor(e){this.name=e,this.field="_"+e,this.callback=e+"Changed"}getValue(e){return void 0!==n&&n.watch(e,this.name),e[this.field]}setValue(e,t){const r=this.field,a=e[r];if(a!==t){e[r]=t;const n=e[this.callback];o(n)&&n.call(e,a,t),l(e).notify(this.name)}}}class p extends k{constructor(e,t,o=!1){super(e,t),this.expression=e,this.isVolatileBinding=o,this.needsRefresh=!0,this.needsQueue=!0,this.isAsync=!0,this.first=this,this.last=null,this.propertySource=void 0,this.propertyName=void 0,this.notifier=void 0,this.next=void 0}setMode(e){this.isAsync=this.needsQueue=e}bind(e){this.controller=e;const t=this.observe(e.source,e.context);return!e.isBound&&this.requiresUnbind(e)&&e.onUnbind(this),t}requiresUnbind(e){return e.sourceLifetime!==x.coupled||this.first!==this.last||this.first.propertySource!==e.source}unbind(e){this.dispose()}observe(e,t){this.needsRefresh&&null!==this.last&&this.dispose();const o=n;let r;n=this.needsRefresh?this:void 0,this.needsRefresh=this.isVolatileBinding;try{r=this.expression(e,t)}finally{n=o}return r}disconnect(){this.dispose()}dispose(){if(null!==this.last){let e=this.first;for(;void 0!==e;)e.notifier.unsubscribe(this,e.propertyName),e=e.next;this.last=null,this.needsRefresh=this.needsQueue=this.isAsync}}watch(e,t){const o=this.last,r=l(e),a=null===o?this.first:{};if(a.propertySource=e,a.propertyName=t,a.notifier=r,r.subscribe(this,t),null!==o){if(!this.needsRefresh){let t;n=void 0,t=o.propertySource[o.propertyName],n=this,e===t&&(this.needsRefresh=!0)}o.next=a}this.last=a}handleChange(){this.needsQueue?(this.needsQueue=!1,e(this)):this.isAsync||this.call()}call(){null!==this.last&&(this.needsQueue=this.isAsync,this.notify(this))}*records(){let e=this.first;for(;void 0!==e;)yield e,e=e.next}}return u(p),Object.freeze({setArrayObserverFactory(e){i=e},getNotifier:l,track(e,t){n&&n.watch(e,t)},trackVolatile(){n&&(n.needsRefresh=!0)},notify(e,t){l(e).notify(t)},defineProperty(e,t){r(t)&&(t=new h(t)),c(e).push(t),Reflect.defineProperty(e,t.name,{enumerable:!0,get(){return t.getValue(this)},set(e){t.setValue(this,e)}})},getAccessors:c,binding(e,t,o=this.isVolatileBinding(e)){return new p(e,t,o)},isVolatileBinding:e=>t.test(e.toString())})});function $(e,t){B.defineProperty(e,t)}const w=s.getById(t.contextEvent,()=>{let e=null;return{get:()=>e,set(t){e=t}}}),S=Object.freeze({default:{index:0,length:0,get event(){return S.getEvent()},eventDetail(){return this.event.detail},eventTarget(){return this.event.target}},getEvent:()=>w.get(),setEvent(e){w.set(e)}});class P{constructor(e,t,o=!1){this.evaluate=e,this.policy=t,this.isVolatile=o}}class F extends P{createObserver(e){return B.binding(this.evaluate,e,this.isVolatile)}}function C(e,t,o=B.isVolatileBinding(e)){return new F(e,t,o)}class N extends P{createObserver(){return this}bind(e){return this.evaluate(e.source,e.context)}}function T(e,t){return new N(e,t)}let A;u(N);class I{constructor(e){this.styles=e,this.targets=new WeakSet,this._strategy=null,this.behaviors=e.map(e=>e instanceof I?e.behaviors:null).reduce((e,t)=>null===t?e:null===e?t:e.concat(t),null)}get strategy(){return null===this._strategy&&this.withStrategy(A),this._strategy}addStylesTo(e){this.strategy.addStylesTo(e),this.targets.add(e)}removeStylesFrom(e){this.strategy.removeStylesFrom(e),this.targets.delete(e)}isAttachedTo(e){return this.targets.has(e)}withBehaviors(...e){return this.behaviors=null===this.behaviors?e:this.behaviors.concat(e),this}withStrategy(e){return this._strategy=new e(function e(t){return t.map(t=>t instanceof I?e(t.styles):[t]).reduce((e,t)=>e.concat(t),[])}(this.styles)),this}static setDefaultStrategy(e){A=e}static normalize(e){return void 0===e?void 0:Array.isArray(e)?new I(e):e instanceof I?e:new I([e])}}I.supportsAdoptedStyleSheets=Array.isArray(document.adoptedStyleSheets)&&"replace"in CSSStyleSheet.prototype;const z=c(),L=Object.freeze({getForInstance:z.getForInstance,getByType:z.getByType,define:e=>(z.register({type:e}),e)});function H(e,t,o){t.source.style.setProperty(e.targetAspect,o.bind(t))}class O{constructor(e,t){this.dataBinding=e,this.targetAspect=t}createCSS(e){return e(this),`var(${this.targetAspect})`}addedCallback(e){var t;const o=e.source;if(!o.$cssBindings){o.$cssBindings=new Map;const e=o.setAttribute;o.setAttribute=(t,r)=>{e.call(o,t,r),"style"===t&&o.$cssBindings.forEach((e,t)=>H(t,e.controller,e.observer))}}const r=null!==(t=e[this.targetAspect])&&void 0!==t?t:e[this.targetAspect]=this.dataBinding.createObserver(this,this);r.controller=e,e.source.$cssBindings.set(this,{controller:e,observer:r})}connectedCallback(e){H(this,e,e[this.targetAspect])}removedCallback(e){e.source.$cssBindings&&e.source.$cssBindings.delete(this)}handleChange(e,t){H(this,t.controller,t)}}L.define(O);const D=""+Math.random().toString(36).substring(2,8);let M=0;const E=()=>`--v${D}${++M}`;function R(e,t){const r=[];let a="";const n=[],i=e=>{n.push(e)};for(let n=0,s=e.length-1;n<s;++n){a+=e[n];let s=t[n];o(s)?s=new O(C(s),E()).createCSS(i):s instanceof P?s=new O(s,E()).createCSS(i):void 0!==L.getForInstance(s)&&(s=s.createCSS(i)),s instanceof I||s instanceof CSSStyleSheet?(""!==a.trim()&&(r.push(a),a=""),r.push(s)):a+=s}return a+=e[e.length-1],""!==a.trim()&&r.push(a),{styles:r,behaviors:n}}const j=(e,...t)=>{const{styles:o,behaviors:r}=R(e,t),a=new I(o);return r.length?a.withBehaviors(...r):a};class V{constructor(e,t){this.behaviors=t,this.css="";const o=e.reduce((e,t)=>(r(t)?this.css+=t:e.push(t),e),[]);o.length&&(this.styles=new I(o))}createCSS(e){return this.behaviors.forEach(e),this.styles&&e(this),this.css}addedCallback(e){e.addStyles(this.styles)}removedCallback(e){e.removeStyles(this.styles)}}L.define(V),j.partial=(e,...t)=>{const{styles:o,behaviors:r}=R(e,t);return new V(o,r)};const _="fast-"+Math.random().toString(36).substring(2,8),G=_+"{",X="}"+_,W=X.length;let q=0;const Y=()=>`${_}-${++q}`,U=Object.freeze({interpolation:e=>`${G}${e}${X}`,attribute:e=>`${Y()}="${G}${e}${X}"`,comment:e=>`\x3c!--${G}${e}${X}--\x3e`}),K=Object.freeze({parse(e,t){const o=e.split(G);if(1===o.length)return null;const r=[];for(let e=0,a=o.length;e<a;++e){const a=o[e],n=a.indexOf(X);let i;if(-1===n)i=a;else{const e=a.substring(0,n);r.push(t[e]),i=a.substring(n+W)}""!==i&&r.push(i)}return r}}),Q=c(),Z=Object.freeze({getForInstance:Q.getForInstance,getByType:Q.getByType,define:(e,t)=>((t=t||{}).type=e,Q.register(t),e),assignAspect(e,t){if(t)switch(e.sourceAspect=t,t[0]){case":":e.targetAspect=t.substring(1),e.aspectType="classList"===e.targetAspect?h.tokenList:h.property;break;case"?":e.targetAspect=t.substring(1),e.aspectType=h.booleanAttribute;break;case"@":e.targetAspect=t.substring(1),e.aspectType=h.event;break;default:e.targetAspect=t,e.aspectType=h.attribute}else e.aspectType=h.content}});class J{constructor(e){this.options=e}createHTML(e){return U.attribute(e(this))}createBehavior(){return this}}u(J);const ee={[h.attribute]:m.setAttribute,[h.booleanAttribute]:m.setBooleanAttribute,[h.property]:(e,t,o)=>e[t]=o,[h.content]:function(e,t,o,r){if(null==o&&(o=""),o.create){e.textContent="";let t=e.$fastView;void 0===t?t=o.create():e.$fastTemplate!==o&&(t.isComposed&&(t.remove(),t.unbind()),t=o.create()),t.isComposed?t.needsBindOnly&&(t.needsBindOnly=!1,t.bind(r.source,r.context)):(t.isComposed=!0,t.bind(r.source,r.context),t.insertBefore(e),e.$fastView=t,e.$fastTemplate=o)}else{const t=e.$fastView;void 0!==t&&t.isComposed&&(t.isComposed=!1,t.remove(),t.needsBindOnly?t.needsBindOnly=!1:t.unbind()),e.textContent=o}},[h.tokenList]:function(e,t,o){var r;const a=this.id+"-t",n=null!==(r=e[a])&&void 0!==r?r:e[a]={v:0,cv:Object.create(null)},i=n.cv;let s=n.v;const l=e[t];if(null!=o&&o.length){const e=o.split(/\s+/);for(let t=0,o=e.length;t<o;++t){const o=e[t];""!==o&&(i[o]=s,l.add(o))}}if(n.v=s+1,0!==s){s-=1;for(const e in i)i[e]===s&&l.remove(e)}},[h.event]:()=>{}};class te{constructor(e){this.dataBinding=e,this.updateTarget=null,this.aspectType=h.content}createHTML(e){return U.interpolation(e(this))}createBehavior(){var e;if(null===this.updateTarget){const t=ee[this.aspectType],o=null!==(e=this.dataBinding.policy)&&void 0!==e?e:this.policy;if(!t)throw s.error(1205);this.data=this.id+"-d",this.updateTarget=o.protect(this.targetTagName,this.aspectType,this.targetAspect,t)}return this}bind(e){var t;const o=e.targets[this.targetNodeId];switch(this.aspectType){case h.event:o[this.data]=e,o.addEventListener(this.targetAspect,this,this.dataBinding.options);break;case h.content:e.onUnbind(this);default:const r=null!==(t=o[this.data])&&void 0!==t?t:o[this.data]=this.dataBinding.createObserver(this,this);r.target=o,r.controller=e,this.updateTarget(o,this.targetAspect,r.bind(e),e)}}unbind(e){const t=e.targets[this.targetNodeId].$fastView;void 0!==t&&t.isComposed&&(t.unbind(),t.needsBindOnly=!0)}handleEvent(e){const t=e.currentTarget[this.data];if(t.isBound){S.setEvent(e);const o=this.dataBinding.evaluate(t.source,t.context);S.setEvent(null),!0!==o&&e.preventDefault()}}handleChange(e,t){const o=t.target,r=t.controller;this.updateTarget(o,this.targetAspect,t.bind(r),r)}}function oe(e,t){const o=e.parentNode;let r,a=e;for(;a!==t;)r=a.nextSibling,o.removeChild(a),a=r;o.removeChild(t)}Z.define(te,{aspected:!0});class re{constructor(e,t,o){this.fragment=e,this.factories=t,this.targets=o,this.behaviors=null,this.unbindables=[],this.source=null,this.isBound=!1,this.sourceLifetime=x.unknown,this.context=this,this.index=0,this.length=0,this.firstChild=e.firstChild,this.lastChild=e.lastChild}get event(){return S.getEvent()}get isEven(){return this.index%2==0}get isOdd(){return this.index%2!=0}get isFirst(){return 0===this.index}get isInMiddle(){return!this.isFirst&&!this.isLast}get isLast(){return this.index===this.length-1}eventDetail(){return this.event.detail}eventTarget(){return this.event.target}appendTo(e){e.appendChild(this.fragment)}insertBefore(e){if(this.fragment.hasChildNodes())e.parentNode.insertBefore(this.fragment,e);else{const t=this.lastChild;if(e.previousSibling===t)return;const o=e.parentNode;let r,a=this.firstChild;for(;a!==t;)r=a.nextSibling,o.insertBefore(a,e),a=r;o.insertBefore(t,e)}}remove(){const e=this.fragment,t=this.lastChild;let o,r=this.firstChild;for(;r!==t;)o=r.nextSibling,e.appendChild(r),r=o;e.appendChild(t)}dispose(){oe(this.firstChild,this.lastChild),this.unbind()}onUnbind(e){this.unbindables.push(e)}bind(e,t=this){if(this.source===e)return;let o=this.behaviors;if(null===o){this.source=e,this.context=t,this.behaviors=o=new Array(this.factories.length);const r=this.factories;for(let e=0,t=r.length;e<t;++e){const t=r[e].createBehavior();t.bind(this),o[e]=t}}else{null!==this.source&&this.evaluateUnbindables(),this.isBound=!1,this.source=e,this.context=t;for(let e=0,t=o.length;e<t;++e)o[e].bind(this)}this.isBound=!0}unbind(){this.isBound&&null!==this.source&&(this.evaluateUnbindables(),this.source=null,this.context=this,this.isBound=!1)}evaluateUnbindables(){const e=this.unbindables;for(let t=0,o=e.length;t<o;++t)e[t].unbind(this);e.length=0}static disposeContiguousBatch(e){if(0!==e.length){oe(e[0].firstChild,e[e.length-1].lastChild);for(let t=0,o=e.length;t<o;++t)e[t].unbind()}}}u(re),B.defineProperty(re.prototype,"index"),B.defineProperty(re.prototype,"length");const ae=(e,t)=>`${e}.${t}`,ne={},ie={index:0,node:null};function se(e){e.startsWith("fast-")||s.warn(1204,{name:e})}const le=new Proxy(document.createElement("div"),{get(e,t){se(t);const r=Reflect.get(e,t);return o(r)?r.bind(e):r},set:(e,t,o)=>(se(t),Reflect.set(e,t,o))});class ce{constructor(e,t,o){this.fragment=e,this.directives=t,this.policy=o,this.proto=null,this.nodeIds=new Set,this.descriptors={},this.factories=[]}addFactory(e,t,o,r,a){var n,i;this.nodeIds.has(o)||(this.nodeIds.add(o),this.addTargetDescriptor(t,o,r)),e.id=null!==(n=e.id)&&void 0!==n?n:Y(),e.targetNodeId=o,e.targetTagName=a,e.policy=null!==(i=e.policy)&&void 0!==i?i:this.policy,this.factories.push(e)}freeze(){return this.proto=Object.create(null,this.descriptors),this}addTargetDescriptor(e,t,o){const r=this.descriptors;if("r"===t||"h"===t||r[t])return;if(!r[e]){const t=e.lastIndexOf("."),o=e.substring(0,t),r=parseInt(e.substring(t+1));this.addTargetDescriptor(o,e,r)}let a=ne[t];if(!a){const r="_"+t;ne[t]=a={get(){var t;return null!==(t=this[r])&&void 0!==t?t:this[r]=this[e].childNodes[o]}}}r[t]=a}createView(e){const t=this.fragment.cloneNode(!0),o=Object.create(this.proto);o.r=t,o.h=null!=e?e:le;for(const e of this.nodeIds)o[e];return new re(t,this.factories,o)}}function de(e,t,o,r,a,n=!1){const i=o.attributes,s=e.directives;for(let l=0,c=i.length;l<c;++l){const d=i[l],u=d.value,h=K.parse(u,s);let p=null;null===h?n&&(p=new te(T(()=>u,e.policy)),Z.assignAspect(p,d.name)):p=pe.aggregate(h,e.policy),null!==p&&(o.removeAttributeNode(d),l--,c--,e.addFactory(p,t,r,a,o.tagName))}}function ue(e,t,o){let r=0,a=t.firstChild;for(;a;){const t=he(e,o,a,r);a=t.node,r=t.index}}function he(e,t,o,a){const n=ae(t,a);switch(o.nodeType){case 1:de(e,t,o,n,a),ue(e,o,n);break;case 3:return function(e,t,o,a,n){const i=K.parse(t.textContent,e.directives);if(null===i)return ie.node=t.nextSibling,ie.index=n+1,ie;let s,l=s=t;for(let t=0,c=i.length;t<c;++t){const c=i[t];0!==t&&(n++,a=ae(o,n),s=l.parentNode.insertBefore(document.createTextNode(""),l.nextSibling)),r(c)?s.textContent=c:(s.textContent=" ",Z.assignAspect(c),e.addFactory(c,o,a,n,null)),l=s}return ie.index=n+1,ie.node=l.nextSibling,ie}(e,o,t,n,a);case 8:const i=K.parse(o.data,e.directives);null!==i&&e.addFactory(pe.aggregate(i),t,n,a,null)}return ie.index=a+1,ie.node=o.nextSibling,ie}const pe={compile(e,t,o=m.policy){let a;if(r(e)){a=document.createElement("TEMPLATE"),a.innerHTML=o.createHTML(e);const t=a.content.firstElementChild;null!==t&&"TEMPLATE"===t.tagName&&(a=t)}else a=e;a.content.firstChild||a.content.lastChild||a.content.appendChild(document.createComment(""));const n=document.adoptNode(a.content),i=new ce(n,t,o);var s,l;return de(i,"",a,"h",0,!0),s=n.firstChild,l=t,(s&&8==s.nodeType&&null!==K.parse(s.data,l)||1===n.childNodes.length&&Object.keys(t).length>0)&&n.insertBefore(document.createComment(""),n.firstChild),ue(i,n,"r"),ie.node=null,i.freeze()},setDefaultStrategy(e){this.compile=e},aggregate(e,t=m.policy){if(1===e.length)return e[0];let o,a,n=!1,i=void 0;const s=e.length,l=e.map(e=>r(e)?()=>e:(o=e.sourceAspect||o,a=e.dataBinding||a,n=n||e.dataBinding.isVolatile,i=i||e.dataBinding.policy,e.dataBinding.evaluate));a.evaluate=(e,t)=>{let o="";for(let r=0;r<s;++r)o+=l[r](e,t);return o},a.isVolatile=n,a.policy=null!=i?i:t;const c=new te(a);return Z.assignAspect(c,o),c}},ge=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/,ve=Object.create(null);class be{constructor(e,t=ve){this.html=e,this.factories=t}createHTML(e){const t=this.factories;for(const o in t)e(t[o]);return this.html}}function me(e,t,o,r=Z.getForInstance(e)){if(r.aspected){const o=ge.exec(t);null!==o&&Z.assignAspect(e,o[2])}return e.createHTML(o)}be.empty=new be(""),Z.define(be);class fe{constructor(e,t={},o){this.policy=o,this.result=null,this.html=e,this.factories=t}create(e){return null===this.result&&(this.result=pe.compile(this.html,this.factories,this.policy)),this.result.createView(e)}inline(){return new be(r(this.html)?this.html:this.html.innerHTML,this.factories)}withPolicy(e){if(this.result)throw s.error(1208);if(this.policy)throw s.error(1207);return this.policy=e,this}render(e,t,o){const r=this.create(o);return r.bind(e),r.appendTo(t),r}static create(e,t,r){let a="";const n=Object.create(null),i=e=>{var t;const o=null!==(t=e.id)&&void 0!==t?t:e.id=Y();return n[o]=e,o};for(let r=0,n=e.length-1;r<n;++r){const n=e[r];let s,l=t[r];if(a+=n,o(l))l=new te(C(l));else if(l instanceof P)l=new te(l);else if(!(s=Z.getForInstance(l))){const e=l;l=new te(T(()=>e))}a+=me(l,n,i,s)}return new fe(a+e[e.length-1],n,r)}}u(fe);const ke=(e,...t)=>{if(Array.isArray(e)&&Array.isArray(e.raw))return fe.create(e,t);throw s.error(1206)};ke.partial=e=>new be(e);class ye extends J{bind(e){e.source[this.options]=e.targets[this.targetNodeId]}}Z.define(ye);const xe=e=>new ye(e),Be=()=>null;function $e(e){return void 0===e?Be:o(e)?e:()=>e}function we(e,t,r){const a=o(e)?e:()=>e,n=$e(t),i=$e(r);return(e,t)=>a(e,t)?n(e,t):i(e,t)}const Se=e=>1===e.nodeType,Pe=e=>e?t=>1===t.nodeType&&t.matches(e):Se;class Fe extends J{get id(){return this._id}set id(e){this._id=e,this._controllerProperty=e+"-c"}bind(e){const t=e.targets[this.targetNodeId];t[this._controllerProperty]=e,this.updateTarget(e.source,this.computeNodes(t)),this.observe(t),e.onUnbind(this)}unbind(e){const t=e.targets[this.targetNodeId];this.updateTarget(e.source,l),this.disconnect(t),t[this._controllerProperty]=null}getSource(e){return e[this._controllerProperty].source}updateTarget(e,t){e[this.options.property]=t}computeNodes(e){let t=this.getNodes(e);return"filter"in this.options&&(t=t.filter(this.options.filter)),t}}class Ce extends Fe{observe(e){e.addEventListener("slotchange",this)}disconnect(e){e.removeEventListener("slotchange",this)}getNodes(e){return e.assignedNodes(this.options)}handleEvent(e){const t=e.currentTarget;this.updateTarget(this.getSource(t),this.computeNodes(t))}}function Ne(e){return r(e)&&(e={property:e}),new Ce(e)}Z.define(Ce);const Te=Object.freeze({locate:d()}),Ae={toView:e=>e?"true":"false",fromView:e=>null!=e&&"false"!==e&&!1!==e&&0!==e};function Ie(e){if(null==e)return null;const t=1*e;return isNaN(t)?null:t}const ze={toView(e){const t=Ie(e);return t?t.toString():t},fromView:Ie};class Le{constructor(e,t,o=t.toLowerCase(),r="reflect",a){this.guards=new Set,this.Owner=e,this.name=t,this.attribute=o,this.mode=r,this.converter=a,this.fieldName="_"+t,this.callbackName=t+"Changed",this.hasCallback=this.callbackName in e.prototype,"boolean"===r&&void 0===a&&(this.converter=Ae)}setValue(e,t){const o=e[this.fieldName],r=this.converter;void 0!==r&&(t=r.fromView(t)),o!==t&&(e[this.fieldName]=t,this.tryReflectToAttribute(e),this.hasCallback&&e[this.callbackName](o,t),e.$fastController.notify(this.name))}getValue(e){return B.track(e,this.name),e[this.fieldName]}onAttributeChangedCallback(e,t){this.guards.has(e)||(this.guards.add(e),this.setValue(e,t),this.guards.delete(e))}tryReflectToAttribute(e){const t=this.mode,o=this.guards;o.has(e)||"fromView"===t||f.enqueue(()=>{o.add(e);const r=e[this.fieldName];switch(t){case"reflect":const t=this.converter;m.setAttribute(e,this.attribute,void 0!==t?t.toView(r):r);break;case"boolean":m.setBooleanAttribute(e,this.attribute,r)}o.delete(e)})}static collect(e,...t){const o=[];t.push(Te.locate(e));for(let a=0,n=t.length;a<n;++a){const n=t[a];if(void 0!==n)for(let t=0,a=n.length;t<a;++t){const a=n[t];r(a)?o.push(new Le(e,a)):o.push(new Le(e,a.property,a.attribute,a.mode,a.converter))}}return o}}function He(e,t){let o;function r(e,t){arguments.length>1&&(o.property=t),Te.locate(e.constructor).push(o)}return arguments.length>1?(o={},void r(e,t)):(o=void 0===e?{}:e,r)}const Oe={mode:"open"},De={},Me=new Set,Ee=s.getById(t.elementRegistry,()=>c());class Re{constructor(e,t=e.definition){var o;this.platformDefined=!1,r(t)&&(t={name:t}),this.type=e,this.name=t.name,this.template=t.template,this.registry=null!==(o=t.registry)&&void 0!==o?o:customElements;const a=e.prototype,n=Le.collect(e,t.attributes),i=new Array(n.length),s={},l={};for(let e=0,t=n.length;e<t;++e){const t=n[e];i[e]=t.attribute,s[t.name]=t,l[t.attribute]=t,B.defineProperty(a,t)}Reflect.defineProperty(e,"observedAttributes",{value:i,enumerable:!0}),this.attributes=n,this.propertyLookup=s,this.attributeLookup=l,this.shadowOptions=void 0===t.shadowOptions?Oe:null===t.shadowOptions?void 0:Object.assign(Object.assign({},Oe),t.shadowOptions),this.elementOptions=void 0===t.elementOptions?De:Object.assign(Object.assign({},De),t.elementOptions),this.styles=I.normalize(t.styles),Ee.register(this)}get isDefined(){return this.platformDefined}define(e=this.registry){const t=this.type;return e.get(this.name)||(this.platformDefined=!0,e.define(this.name,t,this.elementOptions)),this}static compose(e,t){return Me.has(e)||Ee.getByType(e)?new Re(class extends e{},t):new Re(e,t)}static registerBaseType(e){Me.add(e)}}Re.getByType=Ee.getByType,Re.getForInstance=Ee.getForInstance;const je={bubbles:!0,composed:!0,cancelable:!0},Ve=new WeakMap;function _e(e){var t,o;return null!==(o=null!==(t=e.shadowRoot)&&void 0!==t?t:Ve.get(e))&&void 0!==o?o:null}let Ge;class Xe extends y{constructor(e,t){super(e),this.boundObservables=null,this.needsInitialization=!0,this.hasExistingShadowRoot=!1,this._template=null,this.stage=3,this.guardBehaviorConnection=!1,this.behaviors=null,this._mainStyles=null,this.$fastController=this,this.view=null,this.source=e,this.definition=t;const o=t.shadowOptions;if(void 0!==o){let t=e.shadowRoot;t?this.hasExistingShadowRoot=!0:(t=e.attachShadow(o),"closed"===o.mode&&Ve.set(e,t))}const r=B.getAccessors(e);if(r.length>0){const t=this.boundObservables=Object.create(null);for(let o=0,a=r.length;o<a;++o){const a=r[o].name,n=e[a];void 0!==n&&(delete e[a],t[a]=n)}}}get isConnected(){return B.track(this,"isConnected"),1===this.stage}get context(){var e,t;return null!==(t=null===(e=this.view)||void 0===e?void 0:e.context)&&void 0!==t?t:S.default}get isBound(){var e,t;return null!==(t=null===(e=this.view)||void 0===e?void 0:e.isBound)&&void 0!==t&&t}get sourceLifetime(){var e;return null===(e=this.view)||void 0===e?void 0:e.sourceLifetime}get template(){var e;if(null===this._template){const t=this.definition;this.source.resolveTemplate?this._template=this.source.resolveTemplate():t.template&&(this._template=null!==(e=t.template)&&void 0!==e?e:null)}return this._template}set template(e){this._template!==e&&(this._template=e,this.needsInitialization||this.renderTemplate(e))}get mainStyles(){var e;if(null===this._mainStyles){const t=this.definition;this.source.resolveStyles?this._mainStyles=this.source.resolveStyles():t.styles&&(this._mainStyles=null!==(e=t.styles)&&void 0!==e?e:null)}return this._mainStyles}set mainStyles(e){this._mainStyles!==e&&(null!==this._mainStyles&&this.removeStyles(this._mainStyles),this._mainStyles=e,this.needsInitialization||this.addStyles(e))}onUnbind(e){var t;null===(t=this.view)||void 0===t||t.onUnbind(e)}addBehavior(e){var t,o;const r=null!==(t=this.behaviors)&&void 0!==t?t:this.behaviors=new Map,a=null!==(o=r.get(e))&&void 0!==o?o:0;0===a?(r.set(e,1),e.addedCallback&&e.addedCallback(this),!e.connectedCallback||this.guardBehaviorConnection||1!==this.stage&&0!==this.stage||e.connectedCallback(this)):r.set(e,a+1)}removeBehavior(e,t=!1){const o=this.behaviors;if(null===o)return;const r=o.get(e);void 0!==r&&(1===r||t?(o.delete(e),e.disconnectedCallback&&3!==this.stage&&e.disconnectedCallback(this),e.removedCallback&&e.removedCallback(this)):o.set(e,r-1))}addStyles(e){var t;if(!e)return;const o=this.source;if(e instanceof HTMLElement){(null!==(t=_e(o))&&void 0!==t?t:this.source).append(e)}else if(!e.isAttachedTo(o)){const t=e.behaviors;if(e.addStylesTo(o),null!==t)for(let e=0,o=t.length;e<o;++e)this.addBehavior(t[e])}}removeStyles(e){var t;if(!e)return;const o=this.source;if(e instanceof HTMLElement){(null!==(t=_e(o))&&void 0!==t?t:o).removeChild(e)}else if(e.isAttachedTo(o)){const t=e.behaviors;if(e.removeStylesFrom(o),null!==t)for(let e=0,o=t.length;e<o;++e)this.removeBehavior(t[e])}}connect(){if(3!==this.stage)return;if(this.stage=0,null!==this.boundObservables){const e=this.source,t=this.boundObservables,o=Object.keys(t);for(let r=0,a=o.length;r<a;++r){const a=o[r];e[a]=t[a]}this.boundObservables=null}const e=this.behaviors;if(null!==e){this.guardBehaviorConnection=!0;for(const t of e.keys())t.connectedCallback&&t.connectedCallback(this);this.guardBehaviorConnection=!1}this.needsInitialization?(this.renderTemplate(this.template),this.addStyles(this.mainStyles),this.needsInitialization=!1):null!==this.view&&this.view.bind(this.source),this.stage=1,B.notify(this,"isConnected")}disconnect(){if(1!==this.stage)return;this.stage=2,B.notify(this,"isConnected"),null!==this.view&&this.view.unbind();const e=this.behaviors;if(null!==e)for(const t of e.keys())t.disconnectedCallback&&t.disconnectedCallback(this);this.stage=3}onAttributeChangedCallback(e,t,o){const r=this.definition.attributeLookup[e];void 0!==r&&r.onAttributeChangedCallback(this.source,o)}emit(e,t,o){return 1===this.stage&&this.source.dispatchEvent(new CustomEvent(e,Object.assign(Object.assign({detail:t},je),o)))}renderTemplate(e){var t;const o=this.source,r=null!==(t=_e(o))&&void 0!==t?t:o;if(null!==this.view)this.view.dispose(),this.view=null;else if(!this.needsInitialization||this.hasExistingShadowRoot){this.hasExistingShadowRoot=!1;for(let e=r.firstChild;null!==e;e=r.firstChild)r.removeChild(e)}e&&(this.view=e.render(o,r,o),this.view.sourceLifetime=x.coupled)}static forCustomElement(e){const t=e.$fastController;if(void 0!==t)return t;const o=Re.getForInstance(e);if(void 0===o)throw s.error(1401);return e.$fastController=new Ge(e,o)}static setStrategy(e){Ge=e}}function We(e){var t;return"adoptedStyleSheets"in e?e:null!==(t=_e(e))&&void 0!==t?t:e.getRootNode()}u(Xe),Xe.setStrategy(Xe);class qe{constructor(e){const t=qe.styleSheetCache;this.sheets=e.map(e=>{if(e instanceof CSSStyleSheet)return e;let o=t.get(e);return void 0===o&&(o=new CSSStyleSheet,o.replaceSync(e),t.set(e,o)),o})}addStylesTo(e){Qe(We(e),this.sheets)}removeStylesFrom(e){Ze(We(e),this.sheets)}}qe.styleSheetCache=new Map;let Ye=0;function Ue(e){return e===document?document.body:e}class Ke{constructor(e){this.styles=e,this.styleClass="fast-"+ ++Ye}addStylesTo(e){e=Ue(We(e));const t=this.styles,o=this.styleClass;for(let r=0;r<t.length;r++){const a=document.createElement("style");a.innerHTML=t[r],a.className=o,e.append(a)}}removeStylesFrom(e){const t=(e=Ue(We(e))).querySelectorAll("."+this.styleClass);for(let o=0,r=t.length;o<r;++o)e.removeChild(t[o])}}let Qe=(e,t)=>{e.adoptedStyleSheets=[...e.adoptedStyleSheets,...t]},Ze=(e,t)=>{e.adoptedStyleSheets=e.adoptedStyleSheets.filter(e=>-1===t.indexOf(e))};if(I.supportsAdoptedStyleSheets){try{document.adoptedStyleSheets.push(),document.adoptedStyleSheets.splice(),Qe=(e,t)=>{e.adoptedStyleSheets.push(...t)},Ze=(e,t)=>{for(const o of t){const t=e.adoptedStyleSheets.indexOf(o);-1!==t&&e.adoptedStyleSheets.splice(t,1)}}}catch(uu){}I.setDefaultStrategy(qe)}else I.setDefaultStrategy(Ke);function Je(e){const t=class extends e{constructor(){super(),Xe.forCustomElement(this)}$emit(e,t,o){return this.$fastController.emit(e,t,o)}connectedCallback(){this.$fastController.connect()}disconnectedCallback(){this.$fastController.disconnect()}attributeChangedCallback(e,t,o){this.$fastController.onAttributeChangedCallback(e,t,o)}};return Re.registerBaseType(t),t}const et=Object.assign(Je(HTMLElement),{from:function(e){return Je(e)},define:function(e,t){return o(e)?Re.compose(e,t).define().type:Re.compose(this,e).define().type},compose:function(e,t){return o(e)?Re.compose(e,t):Re.compose(this,e)}}),tt={horizontal:"horizontal",vertical:"vertical"};function ot(...e){return e.every(e=>e instanceof HTMLElement)}const rt={ArrowDown:"ArrowDown",ArrowLeft:"ArrowLeft",ArrowRight:"ArrowRight",ArrowUp:"ArrowUp"};var at;function nt(e,t,o){return Math.min(Math.max(o,e),t)}!function(e){e.ltr="ltr",e.rtl="rtl"}(at||(at={}));let it=0;function st(e=""){return`${e}${it++}`}var lt=Object.defineProperty,ct=Object.getOwnPropertyDescriptor,dt=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?ct(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&<(t,o,n),n};class ut{}dt([He({attribute:"aria-atomic"})],ut.prototype,"ariaAtomic",2),dt([He({attribute:"aria-busy"})],ut.prototype,"ariaBusy",2),dt([He({attribute:"aria-controls"})],ut.prototype,"ariaControls",2),dt([He({attribute:"aria-current"})],ut.prototype,"ariaCurrent",2),dt([He({attribute:"aria-describedby"})],ut.prototype,"ariaDescribedby",2),dt([He({attribute:"aria-details"})],ut.prototype,"ariaDetails",2),dt([He({attribute:"aria-disabled"})],ut.prototype,"ariaDisabled",2),dt([He({attribute:"aria-errormessage"})],ut.prototype,"ariaErrormessage",2),dt([He({attribute:"aria-flowto"})],ut.prototype,"ariaFlowto",2),dt([He({attribute:"aria-haspopup"})],ut.prototype,"ariaHaspopup",2),dt([He({attribute:"aria-hidden"})],ut.prototype,"ariaHidden",2),dt([He({attribute:"aria-invalid"})],ut.prototype,"ariaInvalid",2),dt([He({attribute:"aria-keyshortcuts"})],ut.prototype,"ariaKeyshortcuts",2),dt([He({attribute:"aria-label"})],ut.prototype,"ariaLabel",2),dt([He({attribute:"aria-labelledby"})],ut.prototype,"ariaLabelledby",2),dt([He({attribute:"aria-live"})],ut.prototype,"ariaLive",2),dt([He({attribute:"aria-owns"})],ut.prototype,"ariaOwns",2),dt([He({attribute:"aria-relevant"})],ut.prototype,"ariaRelevant",2),dt([He({attribute:"aria-roledescription"})],ut.prototype,"ariaRoledescription",2);const ht=e=>{var t;return"rtl"===(null==(t=e.closest("[dir]"))?void 0:t.dir)?at.rtl:at.ltr};function pt(e){return e?"string"==typeof e?new be(e):"inline"in e?e.inline():e:be.empty}const gt=e=>{var t;return e.nodeType!==Node.TEXT_NODE||!!(null==(t=e.nodeValue)?void 0:t.trim().length)};class vt{}function bt(e){return ke`<slot name="end" ${xe("end")}>${pt(e.end)}</slot>`.inline()}function mt(e){return ke`<slot name="start" ${xe("start")}>${pt(e.start)}</slot>`.inline()}function ft(e,...t){const o=Te.locate(e);t.forEach(t=>{Object.getOwnPropertyNames(t.prototype).forEach(o=>{"constructor"!==o&&Object.defineProperty(e.prototype,o,Object.getOwnPropertyDescriptor(t.prototype,o))});Te.locate(t).forEach(e=>o.push(e))})}var kt=Object.defineProperty,yt=Object.getOwnPropertyDescriptor,xt=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?yt(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&kt(t,o,n),n};class Bt extends et{constructor(){super(...arguments),this.headinglevel=2,this.expanded=!1,this.disabled=!1,this.id=st("accordion-"),this.block=!1,this.clickHandler=e=>{this.disabled||this.$emit("click",e)}}}xt([He({attribute:"heading-level",mode:"fromView",converter:ze})],Bt.prototype,"headinglevel",2),xt([He({mode:"boolean"})],Bt.prototype,"expanded",2),xt([He({mode:"boolean"})],Bt.prototype,"disabled",2),xt([He],Bt.prototype,"id",2),xt([He],Bt.prototype,"size",2),xt([He({mode:"boolean"})],Bt.prototype,"block",2),xt([He({attribute:"expand-icon-position"})],Bt.prototype,"expandIconPosition",2),ft(Bt,vt);const $t="single",wt="multi";var St=Object.defineProperty,Pt=Object.getOwnPropertyDescriptor,Ft=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Pt(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&St(t,o,n),n};class Ct extends et{constructor(){super(...arguments),this.expandmode=wt,this.activeItemIndex=0,this.change=()=>{this.$emit("change",this.activeid)},this.setItems=()=>{if(0===this.slottedAccordionItems.length)return;const e=Array.from(this.children);if(this.removeItemListeners(e),e.forEach(e=>B.getNotifier(e).subscribe(this,"disabled")),this.accordionItems=e.filter(e=>!e.hasAttribute("disabled")),this.accordionIds=this.getItemIds(),this.accordionItems.forEach((e,t)=>{e instanceof Bt&&(e.addEventListener("click",this.activeItemChange),e.addEventListener("keydown",this.handleItemKeyDown),e.addEventListener("focus",this.handleItemFocus),B.getNotifier(e).subscribe(this,"expanded"));const o=this.accordionIds[t];e.setAttribute("id","string"!=typeof o?"accordion-"+(t+1):o),this.activeid=this.accordionIds[this.activeItemIndex]}),this.isSingleExpandMode()){const e=this.findExpandedItem();this.setSingleExpandMode(e)}},this.removeItemListeners=e=>{e.forEach((e,t)=>{B.getNotifier(e).unsubscribe(this,"disabled"),B.getNotifier(e).unsubscribe(this,"expanded"),e.removeEventListener("click",this.activeItemChange),e.removeEventListener("keydown",this.handleItemKeyDown),e.removeEventListener("focus",this.handleItemFocus)})},this.activeItemChange=e=>{e.defaultPrevented||e.target!==e.currentTarget||(e.preventDefault(),this.handleExpandedChange(e.target))},this.handleExpandedChange=e=>{e instanceof Bt&&(this.activeid=e.getAttribute("id"),this.isSingleExpandMode()?this.setSingleExpandMode(e):(e.expanded=!e.expanded,this.activeItemIndex=this.accordionItems.indexOf(e)),this.change())},this.handleItemKeyDown=e=>{if(e.target===e.currentTarget)switch(this.accordionIds=this.getItemIds(),e.key){case"ArrowUp":e.preventDefault(),this.adjust(-1);break;case"ArrowDown":e.preventDefault(),this.adjust(1);break;case"Home":this.activeItemIndex=0,this.focusItem();break;case"End":this.activeItemIndex=this.accordionItems.length-1,this.focusItem()}},this.handleItemFocus=e=>{if(e.target===e.currentTarget){const t=e.target,o=this.activeItemIndex=Array.from(this.accordionItems).indexOf(t);this.activeItemIndex!==o&&-1!==o&&(this.activeItemIndex=o,this.activeid=this.accordionIds[this.activeItemIndex])}}}expandmodeChanged(e,t){if(!this.$fastController.isConnected)return;const o=this.findExpandedItem();o&&(t!==$t?null==o||o.expandbutton.removeAttribute("aria-disabled"):this.setSingleExpandMode(o))}slottedAccordionItemsChanged(e,t){this.$fastController.isConnected&&this.setItems()}handleChange(e,t){"disabled"===t?this.setItems():"expanded"===t&&e.expanded&&this.isSingleExpandMode()&&this.setSingleExpandMode(e)}findExpandedItem(){var e;return 0===this.accordionItems.length?null:null!=(e=this.accordionItems.find(e=>e instanceof Bt&&e.expanded))?e:this.accordionItems[0]}setSingleExpandMode(e){if(0===this.accordionItems.length)return;const t=Array.from(this.accordionItems);this.activeItemIndex=t.indexOf(e),t.forEach((e,t)=>{e instanceof Bt&&(this.activeItemIndex===t?(e.expanded=!0,e.expandbutton.setAttribute("aria-disabled","true")):(e.expanded=!1,e.hasAttribute("disabled")||e.expandbutton.removeAttribute("aria-disabled")))})}getItemIds(){return this.slottedAccordionItems.map(e=>e.id)}isSingleExpandMode(){return this.expandmode===$t}adjust(e){var t,o,r;this.activeItemIndex=(t=0,o=this.accordionItems.length-1,(r=this.activeItemIndex+e)<t?o:r>o?t:r),this.focusItem()}focusItem(){const e=this.accordionItems[this.activeItemIndex];e instanceof Bt&&e.expandbutton.focus()}}Ft([He({attribute:"expand-mode"})],Ct.prototype,"expandmode",2),Ft([$],Ct.prototype,"slottedAccordionItems",2);const Nt=ke`<template><slot ${Ne({property:"slottedAccordionItems",filter:Pe()})}></slot></template>`;class Tt extends class{constructor(e){this.listenerCache=new WeakMap,this.query=e}connectedCallback(e){const{query:t}=this;let o=this.listenerCache.get(e);o||(o=this.constructListener(e),this.listenerCache.set(e,o)),o.bind(t)(),t.addEventListener("change",o)}disconnectedCallback(e){const t=this.listenerCache.get(e);t&&this.query.removeEventListener("change",t)}}{constructor(e,t){super(e),this.styles=t}static with(e){return t=>new Tt(e,t)}constructListener(e){let t=!1;const o=this.styles;return function(){const{matches:r}=this;r&&!t?(e.addStyles(o),t=r):!r&&t&&(e.removeStyles(o),t=r)}}removedCallback(e){e.removeStyles(this.styles)}}const At=Tt.with(window.matchMedia("(forced-colors)"));Tt.with(window.matchMedia("(prefers-color-scheme: dark)")),Tt.with(window.matchMedia("(prefers-color-scheme: light)"));function It(e){return`:host([hidden]){display:none}:host{display:${e}}`}const zt=j`
|
|
2
|
+
${It("flex")}
|
|
3
3
|
|
|
4
|
-
:host{flex-direction:column;width:100%;contain:content}`,Ct=Object.freeze({prefix:"fluent",shadowRootMode:"open",registry:customElements}),Nt=yt.compose({name:Ct.prefix+"-accordion",template:xt,styles:Ft});var Tt=Object.defineProperty,At=Object.getOwnPropertyDescriptor,It=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?At(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&Tt(t,o,n),n};class zt extends bt{constructor(){super(...arguments),this.block=!1}}It([De],zt.prototype,"size",2),It([De({mode:"boolean"})],zt.prototype,"block",2),It([De({attribute:"expand-icon-position"})],zt.prototype,"expandIconPosition",2);const Lt={small:"small",medium:"medium",large:"large",extraLarge:"extra-large"},Ht={start:"start",end:"end"},Ot="--colorNeutralForeground1",Dt="--colorNeutralForeground1Hover",Mt="--colorNeutralForeground1Pressed",Et="--colorNeutralForeground1Selected",Rt="--colorNeutralForeground2",jt="--colorNeutralForeground2Hover",Vt="--colorNeutralForeground2Pressed",Gt="--colorNeutralForeground2Selected",_t="--colorNeutralForeground2BrandHover",Xt="--colorNeutralForeground2BrandPressed",Wt="--colorNeutralForeground2BrandSelected",qt="--colorNeutralForeground3",Yt="--colorNeutralForeground3Hover",Ut="--colorNeutralForeground3Pressed",Kt="--colorNeutralForeground3Selected",Qt="--colorNeutralForeground3BrandHover",Zt="--colorNeutralForeground3BrandPressed",Jt="--colorNeutralForeground3BrandSelected",eo="--colorNeutralForeground4",to="--colorNeutralForegroundDisabled",oo="--colorBrandForegroundLink",ro="--colorBrandForegroundLinkHover",ao="--colorBrandForegroundLinkPressed",no="--colorBrandForegroundLinkSelected",io="--colorNeutralForeground2Link",so="--colorNeutralForeground2LinkHover",lo="--colorNeutralForeground2LinkPressed",co="--colorNeutralForeground2LinkSelected",uo="--colorCompoundBrandForeground1",ho="--colorCompoundBrandForeground1Hover",po="--colorCompoundBrandForeground1Pressed",go="--colorNeutralForegroundOnBrand",vo="--colorNeutralForegroundInverted",bo="--colorNeutralForegroundInvertedHover",mo="--colorNeutralForegroundInvertedPressed",fo="--colorNeutralForegroundInvertedSelected",ko="--colorNeutralForegroundInverted2",yo="--colorNeutralForegroundStaticInverted",xo="--colorNeutralForegroundInvertedLink",$o="--colorNeutralForegroundInvertedLinkHover",Bo="--colorNeutralForegroundInvertedLinkPressed",wo="--colorNeutralForegroundInvertedLinkSelected",Po="--colorNeutralForegroundInvertedDisabled",So="--colorBrandForeground1",Fo="--colorBrandForeground2",Co="--colorNeutralForeground1Static",No="--colorBrandForegroundInverted",To="--colorBrandForegroundInvertedHover",Ao="--colorBrandForegroundInvertedPressed",Io="--colorBrandForegroundOnLight",zo="--colorBrandForegroundOnLightHover",Lo="--colorBrandForegroundOnLightPressed",Ho="--colorBrandForegroundOnLightSelected",Oo="--colorNeutralBackground1",Do="--colorNeutralBackground1Hover",Mo="--colorNeutralBackground1Pressed",Eo="--colorNeutralBackground1Selected",Ro="--colorNeutralBackground2",jo="--colorNeutralBackground2Hover",Vo="--colorNeutralBackground2Pressed",Go="--colorNeutralBackground2Selected",_o="--colorNeutralBackground3",Xo="--colorNeutralBackground3Hover",Wo="--colorNeutralBackground3Pressed",qo="--colorNeutralBackground3Selected",Yo="--colorNeutralBackground4",Uo="--colorNeutralBackground4Hover",Ko="--colorNeutralBackground4Pressed",Qo="--colorNeutralBackground4Selected",Zo="--colorNeutralBackground5",Jo="--colorNeutralBackground5Hover",er="--colorNeutralBackground5Pressed",tr="--colorNeutralBackground5Selected",or="--colorNeutralBackground6",rr="--colorNeutralBackgroundStatic",ar="--colorNeutralBackgroundInverted",nr="--colorSubtleBackground",ir="--colorSubtleBackgroundHover",sr="--colorSubtleBackgroundPressed",lr="--colorSubtleBackgroundSelected",cr="--colorSubtleBackgroundLightAlphaHover",dr="--colorSubtleBackgroundLightAlphaPressed",ur="--colorSubtleBackgroundLightAlphaSelected",hr="--colorSubtleBackgroundInverted",pr="--colorSubtleBackgroundInvertedHover",gr="--colorSubtleBackgroundInvertedPressed",vr="--colorSubtleBackgroundInvertedSelected",br="--colorTransparentBackground",mr="--colorTransparentBackgroundHover",fr="--colorTransparentBackgroundPressed",kr="--colorTransparentBackgroundSelected",yr="--colorNeutralBackgroundDisabled",xr="--colorNeutralBackgroundInvertedDisabled",$r="--colorNeutralStencil1",Br="--colorNeutralStencil2",wr="--colorNeutralStencil1Alpha",Pr="--colorNeutralStencil2Alpha",Sr="--colorBackgroundOverlay",Fr="--colorScrollbarOverlay",Cr="--colorBrandBackground",Nr="--colorBrandBackgroundHover",Tr="--colorBrandBackgroundPressed",Ar="--colorBrandBackgroundSelected",Ir="--colorCompoundBrandBackground",zr="--colorCompoundBrandBackgroundHover",Lr="--colorCompoundBrandBackgroundPressed",Hr="--colorBrandBackgroundStatic",Or="--colorBrandBackground2",Dr="--colorBrandBackgroundInverted",Mr="--colorBrandBackgroundInvertedHover",Er="--colorBrandBackgroundInvertedPressed",Rr="--colorBrandBackgroundInvertedSelected",jr="--colorNeutralStrokeAccessible",Vr="--colorNeutralStrokeAccessibleHover",Gr="--colorNeutralStrokeAccessiblePressed",_r="--colorNeutralStrokeAccessibleSelected",Xr="--colorNeutralStroke1",Wr="--colorNeutralStroke1Hover",qr="--colorNeutralStroke1Pressed",Yr="--colorNeutralStroke1Selected",Ur="--colorNeutralStroke2",Kr="--colorNeutralStroke3",Qr="--colorNeutralStrokeOnBrand",Zr="--colorNeutralStrokeOnBrand2",Jr="--colorNeutralStrokeOnBrand2Hover",ea="--colorNeutralStrokeOnBrand2Pressed",ta="--colorNeutralStrokeOnBrand2Selected",oa="--colorBrandStroke1",ra="--colorBrandStroke2",aa="--colorCompoundBrandStroke",na="--colorCompoundBrandStrokeHover",ia="--colorCompoundBrandStrokePressed",sa="--colorNeutralStrokeDisabled",la="--colorNeutralStrokeInvertedDisabled",ca="--colorTransparentStroke",da="--colorTransparentStrokeInteractive",ua="--colorTransparentStrokeDisabled",ha="--colorStrokeFocus1",pa="--colorStrokeFocus2",ga="--colorNeutralShadowAmbient",va="--colorNeutralShadowKey",ba="--colorNeutralShadowAmbientLighter",ma="--colorNeutralShadowKeyLighter",fa="--colorNeutralShadowAmbientDarker",ka="--colorNeutralShadowKeyDarker",ya="--colorBrandShadowAmbient",xa="--colorBrandShadowKey",$a="--colorPaletteRedBackground1",Ba="--colorPaletteRedBackground2",wa="--colorPaletteRedBackground3",Pa="--colorPaletteRedBorderActive",Sa="--colorPaletteRedBorder1",Fa="--colorPaletteRedBorder2",Ca="--colorPaletteRedForeground1",Na="--colorPaletteRedForeground2",Ta="--colorPaletteRedForeground3",Aa="--colorPaletteRedForegroundInverted",Ia="--colorPaletteGreenBackground1",za="--colorPaletteGreenBackground2",La="--colorPaletteGreenBackground3",Ha="--colorPaletteGreenBorderActive",Oa="--colorPaletteGreenBorder1",Da="--colorPaletteGreenBorder2",Ma="--colorPaletteGreenForeground1",Ea="--colorPaletteGreenForeground2",Ra="--colorPaletteGreenForeground3",ja="--colorPaletteGreenForegroundInverted",Va="--colorPaletteDarkOrangeBackground1",Ga="--colorPaletteDarkOrangeBackground2",_a="--colorPaletteDarkOrangeBackground3",Xa="--colorPaletteDarkOrangeBorderActive",Wa="--colorPaletteDarkOrangeBorder1",qa="--colorPaletteDarkOrangeBorder2",Ya="--colorPaletteDarkOrangeForeground1",Ua="--colorPaletteDarkOrangeForeground2",Ka="--colorPaletteDarkOrangeForeground3",Qa="--colorPaletteYellowBackground1",Za="--colorPaletteYellowBackground2",Ja="--colorPaletteYellowBackground3",en="--colorPaletteYellowBorderActive",tn="--colorPaletteYellowBorder1",on="--colorPaletteYellowBorder2",rn="--colorPaletteYellowForeground1",an="--colorPaletteYellowForeground2",nn="--colorPaletteYellowForeground3",sn="--colorPaletteYellowForegroundInverted",ln="--colorPaletteBerryBackground1",cn="--colorPaletteBerryBackground2",dn="--colorPaletteBerryBackground3",un="--colorPaletteBerryBorderActive",hn="--colorPaletteBerryBorder1",pn="--colorPaletteBerryBorder2",gn="--colorPaletteBerryForeground1",vn="--colorPaletteBerryForeground2",bn="--colorPaletteBerryForeground3",mn="--colorPaletteMarigoldBackground1",fn="--colorPaletteMarigoldBackground2",kn="--colorPaletteMarigoldBackground3",yn="--colorPaletteMarigoldBorderActive",xn="--colorPaletteMarigoldBorder1",$n="--colorPaletteMarigoldBorder2",Bn="--colorPaletteMarigoldForeground1",wn="--colorPaletteMarigoldForeground2",Pn="--colorPaletteMarigoldForeground3",Sn="--colorPaletteLightGreenBackground1",Fn="--colorPaletteLightGreenBackground2",Cn="--colorPaletteLightGreenBackground3",Nn="--colorPaletteLightGreenBorderActive",Tn="--colorPaletteLightGreenBorder1",An="--colorPaletteLightGreenBorder2",In="--colorPaletteLightGreenForeground1",zn="--colorPaletteLightGreenForeground2",Ln="--colorPaletteLightGreenForeground3",Hn="--colorPaletteAnchorBackground2",On="--colorPaletteAnchorBorderActive",Dn="--colorPaletteAnchorForeground2",Mn="--colorPaletteBeigeBackground2",En="--colorPaletteBeigeBorderActive",Rn="--colorPaletteBeigeForeground2",jn="--colorPaletteBlueBackground2",Vn="--colorPaletteBlueBorderActive",Gn="--colorPaletteBlueForeground2",_n="--colorPaletteBrassBackground2",Xn="--colorPaletteBrassBorderActive",Wn="--colorPaletteBrassForeground2",qn="--colorPaletteBrownBackground2",Yn="--colorPaletteBrownBorderActive",Un="--colorPaletteBrownForeground2",Kn="--colorPaletteCornflowerBackground2",Qn="--colorPaletteCornflowerBorderActive",Zn="--colorPaletteCornflowerForeground2",Jn="--colorPaletteCranberryBackground2",ei="--colorPaletteCranberryBorderActive",ti="--colorPaletteCranberryForeground2",oi="--colorPaletteDarkGreenBackground2",ri="--colorPaletteDarkGreenBorderActive",ai="--colorPaletteDarkGreenForeground2",ni="--colorPaletteDarkRedBackground2",ii="--colorPaletteDarkRedBorderActive",si="--colorPaletteDarkRedForeground2",li="--colorPaletteForestBackground2",ci="--colorPaletteForestBorderActive",di="--colorPaletteForestForeground2",ui="--colorPaletteGoldBackground2",hi="--colorPaletteGoldBorderActive",pi="--colorPaletteGoldForeground2",gi="--colorPaletteGrapeBackground2",vi="--colorPaletteGrapeBorderActive",bi="--colorPaletteGrapeForeground2",mi="--colorPaletteLavenderBackground2",fi="--colorPaletteLavenderBorderActive",ki="--colorPaletteLavenderForeground2",yi="--colorPaletteLightTealBackground2",xi="--colorPaletteLightTealBorderActive",$i="--colorPaletteLightTealForeground2",Bi="--colorPaletteLilacBackground2",wi="--colorPaletteLilacBorderActive",Pi="--colorPaletteLilacForeground2",Si="--colorPaletteMagentaBackground2",Fi="--colorPaletteMagentaBorderActive",Ci="--colorPaletteMagentaForeground2",Ni="--colorPaletteMinkBackground2",Ti="--colorPaletteMinkBorderActive",Ai="--colorPaletteMinkForeground2",Ii="--colorPaletteNavyBackground2",zi="--colorPaletteNavyBorderActive",Li="--colorPaletteNavyForeground2",Hi="--colorPalettePeachBackground2",Oi="--colorPalettePeachBorderActive",Di="--colorPalettePeachForeground2",Mi="--colorPalettePinkBackground2",Ei="--colorPalettePinkBorderActive",Ri="--colorPalettePinkForeground2",ji="--colorPalettePlatinumBackground2",Vi="--colorPalettePlatinumBorderActive",Gi="--colorPalettePlatinumForeground2",_i="--colorPalettePlumBackground2",Xi="--colorPalettePlumBorderActive",Wi="--colorPalettePlumForeground2",qi="--colorPalettePumpkinBackground2",Yi="--colorPalettePumpkinBorderActive",Ui="--colorPalettePumpkinForeground2",Ki="--colorPalettePurpleBackground2",Qi="--colorPalettePurpleBorderActive",Zi="--colorPalettePurpleForeground2",Ji="--colorPaletteRoyalBlueBackground2",es="--colorPaletteRoyalBlueBorderActive",ts="--colorPaletteRoyalBlueForeground2",os="--colorPaletteSeafoamBackground2",rs="--colorPaletteSeafoamBorderActive",as="--colorPaletteSeafoamForeground2",ns="--colorPaletteSteelBackground2",is="--colorPaletteSteelBorderActive",ss="--colorPaletteSteelForeground2",ls="--colorPaletteTealBackground2",cs="--colorPaletteTealBorderActive",ds="--colorPaletteTealForeground2",us="--borderRadiusNone",hs="--borderRadiusSmall",ps="--borderRadiusMedium",gs="--borderRadiusLarge",vs="--borderRadiusXLarge",bs="--borderRadiusCircular",ms="--fontFamilyBase",fs="--fontFamilyMonospace",ks="--fontFamilyNumeric",ys="--fontSizeBase100",xs="--fontSizeBase200",$s="--fontSizeBase300",Bs="--fontSizeBase400",ws="--fontSizeBase500",Ps="--fontSizeBase600",Ss="--fontSizeHero700",Fs="--fontSizeHero800",Cs="--fontSizeHero900",Ns="--fontSizeHero1000",Ts="--fontWeightRegular",As="--fontWeightMedium",Is="--fontWeightSemibold",zs="--fontWeightBold",Ls="--lineHeightBase100",Hs="--lineHeightBase200",Os="--lineHeightBase300",Ds="--lineHeightBase400",Ms="--lineHeightBase500",Es="--lineHeightBase600",Rs="--lineHeightHero700",js="--lineHeightHero800",Vs="--lineHeightHero900",Gs="--lineHeightHero1000",_s="--shadow2",Xs="--shadow4",Ws="--shadow8",qs="--shadow16",Ys="--shadow28",Us="--shadow64",Ks="--shadow2Brand",Qs="--shadow4Brand",Zs="--shadow8Brand",Js="--shadow16Brand",el="--shadow28Brand",tl="--shadow64Brand",ol="--strokeWidthThin",rl="--strokeWidthThick",al="--strokeWidthThicker",nl="--strokeWidthThickest",il="--spacingHorizontalNone",sl="--spacingHorizontalXXS",ll="--spacingHorizontalXS",cl="--spacingHorizontalSNudge",dl="--spacingHorizontalS",ul="--spacingHorizontalMNudge",hl="--spacingHorizontalM",pl="--spacingHorizontalL",gl="--spacingHorizontalXL",vl="--spacingHorizontalXXL",bl="--spacingHorizontalXXXL",ml="--spacingVerticalNone",fl="--spacingVerticalXXS",kl="--spacingVerticalXS",yl="--spacingVerticalSNudge",xl="--spacingVerticalS",$l="--spacingVerticalMNudge",Bl="--spacingVerticalM",wl="--spacingVerticalL",Pl="--spacingVerticalXL",Sl="--spacingVerticalXXL",Fl="--spacingVerticalXXXL",Cl="--durationUltraFast",Nl="--durationFaster",Tl="--durationFast",Al="--durationNormal",Il="--durationSlow",zl="--durationSlower",Ll="--durationUltraSlow",Hl="--curveAccelerateMax",Ol="--curveAccelerateMid",Dl="--curveAccelerateMin",Ml="--curveDecelerateMax",El="--curveDecelerateMid",Rl="--curveDecelerateMin",jl="--curveEasyEaseMax",Vl="--curveEasyEase",Gl="--curveLinear";var _l=Object.freeze({__proto__:null,colorNeutralForeground1:Ot,colorNeutralForeground1Hover:"--colorNeutralForeground1Hover",colorNeutralForeground1Pressed:"--colorNeutralForeground1Pressed",colorNeutralForeground1Selected:"--colorNeutralForeground1Selected",colorNeutralForeground2:"--colorNeutralForeground2",colorNeutralForeground2Hover:"--colorNeutralForeground2Hover",colorNeutralForeground2Pressed:"--colorNeutralForeground2Pressed",colorNeutralForeground2Selected:"--colorNeutralForeground2Selected",colorNeutralForeground2BrandHover:"--colorNeutralForeground2BrandHover",colorNeutralForeground2BrandPressed:"--colorNeutralForeground2BrandPressed",colorNeutralForeground2BrandSelected:"--colorNeutralForeground2BrandSelected",colorNeutralForeground3:qt,colorNeutralForeground3Hover:"--colorNeutralForeground3Hover",colorNeutralForeground3Pressed:"--colorNeutralForeground3Pressed",colorNeutralForeground3Selected:"--colorNeutralForeground3Selected",colorNeutralForeground3BrandHover:"--colorNeutralForeground3BrandHover",colorNeutralForeground3BrandPressed:"--colorNeutralForeground3BrandPressed",colorNeutralForeground3BrandSelected:"--colorNeutralForeground3BrandSelected",colorNeutralForeground4:"--colorNeutralForeground4",colorNeutralForegroundDisabled:to,colorBrandForegroundLink:"--colorBrandForegroundLink",colorBrandForegroundLinkHover:"--colorBrandForegroundLinkHover",colorBrandForegroundLinkPressed:"--colorBrandForegroundLinkPressed",colorBrandForegroundLinkSelected:"--colorBrandForegroundLinkSelected",colorNeutralForeground2Link:"--colorNeutralForeground2Link",colorNeutralForeground2LinkHover:"--colorNeutralForeground2LinkHover",colorNeutralForeground2LinkPressed:"--colorNeutralForeground2LinkPressed",colorNeutralForeground2LinkSelected:"--colorNeutralForeground2LinkSelected",colorCompoundBrandForeground1:"--colorCompoundBrandForeground1",colorCompoundBrandForeground1Hover:"--colorCompoundBrandForeground1Hover",colorCompoundBrandForeground1Pressed:"--colorCompoundBrandForeground1Pressed",colorNeutralForegroundOnBrand:"--colorNeutralForegroundOnBrand",colorNeutralForegroundInverted:"--colorNeutralForegroundInverted",colorNeutralForegroundInvertedHover:"--colorNeutralForegroundInvertedHover",colorNeutralForegroundInvertedPressed:"--colorNeutralForegroundInvertedPressed",colorNeutralForegroundInvertedSelected:"--colorNeutralForegroundInvertedSelected",colorNeutralForegroundInverted2:"--colorNeutralForegroundInverted2",colorNeutralForegroundStaticInverted:"--colorNeutralForegroundStaticInverted",colorNeutralForegroundInvertedLink:"--colorNeutralForegroundInvertedLink",colorNeutralForegroundInvertedLinkHover:"--colorNeutralForegroundInvertedLinkHover",colorNeutralForegroundInvertedLinkPressed:"--colorNeutralForegroundInvertedLinkPressed",colorNeutralForegroundInvertedLinkSelected:"--colorNeutralForegroundInvertedLinkSelected",colorNeutralForegroundInvertedDisabled:"--colorNeutralForegroundInvertedDisabled",colorBrandForeground1:"--colorBrandForeground1",colorBrandForeground2:"--colorBrandForeground2",colorNeutralForeground1Static:"--colorNeutralForeground1Static",colorBrandForegroundInverted:"--colorBrandForegroundInverted",colorBrandForegroundInvertedHover:"--colorBrandForegroundInvertedHover",colorBrandForegroundInvertedPressed:"--colorBrandForegroundInvertedPressed",colorBrandForegroundOnLight:"--colorBrandForegroundOnLight",colorBrandForegroundOnLightHover:"--colorBrandForegroundOnLightHover",colorBrandForegroundOnLightPressed:"--colorBrandForegroundOnLightPressed",colorBrandForegroundOnLightSelected:"--colorBrandForegroundOnLightSelected",colorNeutralBackground1:Oo,colorNeutralBackground1Hover:"--colorNeutralBackground1Hover",colorNeutralBackground1Pressed:"--colorNeutralBackground1Pressed",colorNeutralBackground1Selected:"--colorNeutralBackground1Selected",colorNeutralBackground2:"--colorNeutralBackground2",colorNeutralBackground2Hover:"--colorNeutralBackground2Hover",colorNeutralBackground2Pressed:"--colorNeutralBackground2Pressed",colorNeutralBackground2Selected:"--colorNeutralBackground2Selected",colorNeutralBackground3:"--colorNeutralBackground3",colorNeutralBackground3Hover:"--colorNeutralBackground3Hover",colorNeutralBackground3Pressed:"--colorNeutralBackground3Pressed",colorNeutralBackground3Selected:"--colorNeutralBackground3Selected",colorNeutralBackground4:"--colorNeutralBackground4",colorNeutralBackground4Hover:"--colorNeutralBackground4Hover",colorNeutralBackground4Pressed:"--colorNeutralBackground4Pressed",colorNeutralBackground4Selected:"--colorNeutralBackground4Selected",colorNeutralBackground5:"--colorNeutralBackground5",colorNeutralBackground5Hover:"--colorNeutralBackground5Hover",colorNeutralBackground5Pressed:"--colorNeutralBackground5Pressed",colorNeutralBackground5Selected:"--colorNeutralBackground5Selected",colorNeutralBackground6:"--colorNeutralBackground6",colorNeutralBackgroundStatic:"--colorNeutralBackgroundStatic",colorNeutralBackgroundInverted:"--colorNeutralBackgroundInverted",colorSubtleBackground:"--colorSubtleBackground",colorSubtleBackgroundHover:"--colorSubtleBackgroundHover",colorSubtleBackgroundPressed:"--colorSubtleBackgroundPressed",colorSubtleBackgroundSelected:"--colorSubtleBackgroundSelected",colorSubtleBackgroundLightAlphaHover:"--colorSubtleBackgroundLightAlphaHover",colorSubtleBackgroundLightAlphaPressed:"--colorSubtleBackgroundLightAlphaPressed",colorSubtleBackgroundLightAlphaSelected:"--colorSubtleBackgroundLightAlphaSelected",colorSubtleBackgroundInverted:"--colorSubtleBackgroundInverted",colorSubtleBackgroundInvertedHover:"--colorSubtleBackgroundInvertedHover",colorSubtleBackgroundInvertedPressed:"--colorSubtleBackgroundInvertedPressed",colorSubtleBackgroundInvertedSelected:"--colorSubtleBackgroundInvertedSelected",colorTransparentBackground:"--colorTransparentBackground",colorTransparentBackgroundHover:"--colorTransparentBackgroundHover",colorTransparentBackgroundPressed:"--colorTransparentBackgroundPressed",colorTransparentBackgroundSelected:"--colorTransparentBackgroundSelected",colorNeutralBackgroundDisabled:"--colorNeutralBackgroundDisabled",colorNeutralBackgroundInvertedDisabled:"--colorNeutralBackgroundInvertedDisabled",colorNeutralStencil1:"--colorNeutralStencil1",colorNeutralStencil2:"--colorNeutralStencil2",colorNeutralStencil1Alpha:"--colorNeutralStencil1Alpha",colorNeutralStencil2Alpha:"--colorNeutralStencil2Alpha",colorBackgroundOverlay:"--colorBackgroundOverlay",colorScrollbarOverlay:"--colorScrollbarOverlay",colorBrandBackground:"--colorBrandBackground",colorBrandBackgroundHover:"--colorBrandBackgroundHover",colorBrandBackgroundPressed:"--colorBrandBackgroundPressed",colorBrandBackgroundSelected:"--colorBrandBackgroundSelected",colorCompoundBrandBackground:"--colorCompoundBrandBackground",colorCompoundBrandBackgroundHover:"--colorCompoundBrandBackgroundHover",colorCompoundBrandBackgroundPressed:"--colorCompoundBrandBackgroundPressed",colorBrandBackgroundStatic:"--colorBrandBackgroundStatic",colorBrandBackground2:"--colorBrandBackground2",colorBrandBackgroundInverted:"--colorBrandBackgroundInverted",colorBrandBackgroundInvertedHover:"--colorBrandBackgroundInvertedHover",colorBrandBackgroundInvertedPressed:"--colorBrandBackgroundInvertedPressed",colorBrandBackgroundInvertedSelected:"--colorBrandBackgroundInvertedSelected",colorNeutralStrokeAccessible:"--colorNeutralStrokeAccessible",colorNeutralStrokeAccessibleHover:"--colorNeutralStrokeAccessibleHover",colorNeutralStrokeAccessiblePressed:"--colorNeutralStrokeAccessiblePressed",colorNeutralStrokeAccessibleSelected:"--colorNeutralStrokeAccessibleSelected",colorNeutralStroke1:"--colorNeutralStroke1",colorNeutralStroke1Hover:"--colorNeutralStroke1Hover",colorNeutralStroke1Pressed:"--colorNeutralStroke1Pressed",colorNeutralStroke1Selected:"--colorNeutralStroke1Selected",colorNeutralStroke2:"--colorNeutralStroke2",colorNeutralStroke3:"--colorNeutralStroke3",colorNeutralStrokeOnBrand:"--colorNeutralStrokeOnBrand",colorNeutralStrokeOnBrand2:"--colorNeutralStrokeOnBrand2",colorNeutralStrokeOnBrand2Hover:"--colorNeutralStrokeOnBrand2Hover",colorNeutralStrokeOnBrand2Pressed:"--colorNeutralStrokeOnBrand2Pressed",colorNeutralStrokeOnBrand2Selected:"--colorNeutralStrokeOnBrand2Selected",colorBrandStroke1:"--colorBrandStroke1",colorBrandStroke2:"--colorBrandStroke2",colorCompoundBrandStroke:"--colorCompoundBrandStroke",colorCompoundBrandStrokeHover:"--colorCompoundBrandStrokeHover",colorCompoundBrandStrokePressed:"--colorCompoundBrandStrokePressed",colorNeutralStrokeDisabled:"--colorNeutralStrokeDisabled",colorNeutralStrokeInvertedDisabled:"--colorNeutralStrokeInvertedDisabled",colorTransparentStroke:"--colorTransparentStroke",colorTransparentStrokeInteractive:"--colorTransparentStrokeInteractive",colorTransparentStrokeDisabled:"--colorTransparentStrokeDisabled",colorStrokeFocus1:"--colorStrokeFocus1",colorStrokeFocus2:"--colorStrokeFocus2",colorNeutralShadowAmbient:"--colorNeutralShadowAmbient",colorNeutralShadowKey:"--colorNeutralShadowKey",colorNeutralShadowAmbientLighter:"--colorNeutralShadowAmbientLighter",colorNeutralShadowKeyLighter:"--colorNeutralShadowKeyLighter",colorNeutralShadowAmbientDarker:"--colorNeutralShadowAmbientDarker",colorNeutralShadowKeyDarker:"--colorNeutralShadowKeyDarker",colorBrandShadowAmbient:"--colorBrandShadowAmbient",colorBrandShadowKey:"--colorBrandShadowKey",colorPaletteRedBackground1:"--colorPaletteRedBackground1",colorPaletteRedBackground2:"--colorPaletteRedBackground2",colorPaletteRedBackground3:"--colorPaletteRedBackground3",colorPaletteRedBorderActive:"--colorPaletteRedBorderActive",colorPaletteRedBorder1:"--colorPaletteRedBorder1",colorPaletteRedBorder2:"--colorPaletteRedBorder2",colorPaletteRedForeground1:"--colorPaletteRedForeground1",colorPaletteRedForeground2:"--colorPaletteRedForeground2",colorPaletteRedForeground3:"--colorPaletteRedForeground3",colorPaletteRedForegroundInverted:"--colorPaletteRedForegroundInverted",colorPaletteGreenBackground1:"--colorPaletteGreenBackground1",colorPaletteGreenBackground2:"--colorPaletteGreenBackground2",colorPaletteGreenBackground3:"--colorPaletteGreenBackground3",colorPaletteGreenBorderActive:"--colorPaletteGreenBorderActive",colorPaletteGreenBorder1:"--colorPaletteGreenBorder1",colorPaletteGreenBorder2:"--colorPaletteGreenBorder2",colorPaletteGreenForeground1:"--colorPaletteGreenForeground1",colorPaletteGreenForeground2:"--colorPaletteGreenForeground2",colorPaletteGreenForeground3:"--colorPaletteGreenForeground3",colorPaletteGreenForegroundInverted:"--colorPaletteGreenForegroundInverted",colorPaletteDarkOrangeBackground1:"--colorPaletteDarkOrangeBackground1",colorPaletteDarkOrangeBackground2:"--colorPaletteDarkOrangeBackground2",colorPaletteDarkOrangeBackground3:"--colorPaletteDarkOrangeBackground3",colorPaletteDarkOrangeBorderActive:"--colorPaletteDarkOrangeBorderActive",colorPaletteDarkOrangeBorder1:"--colorPaletteDarkOrangeBorder1",colorPaletteDarkOrangeBorder2:"--colorPaletteDarkOrangeBorder2",colorPaletteDarkOrangeForeground1:"--colorPaletteDarkOrangeForeground1",colorPaletteDarkOrangeForeground2:"--colorPaletteDarkOrangeForeground2",colorPaletteDarkOrangeForeground3:"--colorPaletteDarkOrangeForeground3",colorPaletteYellowBackground1:"--colorPaletteYellowBackground1",colorPaletteYellowBackground2:"--colorPaletteYellowBackground2",colorPaletteYellowBackground3:"--colorPaletteYellowBackground3",colorPaletteYellowBorderActive:"--colorPaletteYellowBorderActive",colorPaletteYellowBorder1:"--colorPaletteYellowBorder1",colorPaletteYellowBorder2:"--colorPaletteYellowBorder2",colorPaletteYellowForeground1:"--colorPaletteYellowForeground1",colorPaletteYellowForeground2:"--colorPaletteYellowForeground2",colorPaletteYellowForeground3:"--colorPaletteYellowForeground3",colorPaletteYellowForegroundInverted:"--colorPaletteYellowForegroundInverted",colorPaletteBerryBackground1:"--colorPaletteBerryBackground1",colorPaletteBerryBackground2:"--colorPaletteBerryBackground2",colorPaletteBerryBackground3:"--colorPaletteBerryBackground3",colorPaletteBerryBorderActive:"--colorPaletteBerryBorderActive",colorPaletteBerryBorder1:"--colorPaletteBerryBorder1",colorPaletteBerryBorder2:"--colorPaletteBerryBorder2",colorPaletteBerryForeground1:"--colorPaletteBerryForeground1",colorPaletteBerryForeground2:"--colorPaletteBerryForeground2",colorPaletteBerryForeground3:"--colorPaletteBerryForeground3",colorPaletteMarigoldBackground1:"--colorPaletteMarigoldBackground1",colorPaletteMarigoldBackground2:"--colorPaletteMarigoldBackground2",colorPaletteMarigoldBackground3:"--colorPaletteMarigoldBackground3",colorPaletteMarigoldBorderActive:"--colorPaletteMarigoldBorderActive",colorPaletteMarigoldBorder1:"--colorPaletteMarigoldBorder1",colorPaletteMarigoldBorder2:"--colorPaletteMarigoldBorder2",colorPaletteMarigoldForeground1:"--colorPaletteMarigoldForeground1",colorPaletteMarigoldForeground2:"--colorPaletteMarigoldForeground2",colorPaletteMarigoldForeground3:"--colorPaletteMarigoldForeground3",colorPaletteLightGreenBackground1:"--colorPaletteLightGreenBackground1",colorPaletteLightGreenBackground2:"--colorPaletteLightGreenBackground2",colorPaletteLightGreenBackground3:"--colorPaletteLightGreenBackground3",colorPaletteLightGreenBorderActive:"--colorPaletteLightGreenBorderActive",colorPaletteLightGreenBorder1:"--colorPaletteLightGreenBorder1",colorPaletteLightGreenBorder2:"--colorPaletteLightGreenBorder2",colorPaletteLightGreenForeground1:"--colorPaletteLightGreenForeground1",colorPaletteLightGreenForeground2:"--colorPaletteLightGreenForeground2",colorPaletteLightGreenForeground3:"--colorPaletteLightGreenForeground3",colorPaletteAnchorBackground2:"--colorPaletteAnchorBackground2",colorPaletteAnchorBorderActive:"--colorPaletteAnchorBorderActive",colorPaletteAnchorForeground2:"--colorPaletteAnchorForeground2",colorPaletteBeigeBackground2:"--colorPaletteBeigeBackground2",colorPaletteBeigeBorderActive:"--colorPaletteBeigeBorderActive",colorPaletteBeigeForeground2:"--colorPaletteBeigeForeground2",colorPaletteBlueBackground2:"--colorPaletteBlueBackground2",colorPaletteBlueBorderActive:"--colorPaletteBlueBorderActive",colorPaletteBlueForeground2:"--colorPaletteBlueForeground2",colorPaletteBrassBackground2:"--colorPaletteBrassBackground2",colorPaletteBrassBorderActive:"--colorPaletteBrassBorderActive",colorPaletteBrassForeground2:"--colorPaletteBrassForeground2",colorPaletteBrownBackground2:"--colorPaletteBrownBackground2",colorPaletteBrownBorderActive:"--colorPaletteBrownBorderActive",colorPaletteBrownForeground2:"--colorPaletteBrownForeground2",colorPaletteCornflowerBackground2:"--colorPaletteCornflowerBackground2",colorPaletteCornflowerBorderActive:"--colorPaletteCornflowerBorderActive",colorPaletteCornflowerForeground2:"--colorPaletteCornflowerForeground2",colorPaletteCranberryBackground2:"--colorPaletteCranberryBackground2",colorPaletteCranberryBorderActive:"--colorPaletteCranberryBorderActive",colorPaletteCranberryForeground2:"--colorPaletteCranberryForeground2",colorPaletteDarkGreenBackground2:"--colorPaletteDarkGreenBackground2",colorPaletteDarkGreenBorderActive:"--colorPaletteDarkGreenBorderActive",colorPaletteDarkGreenForeground2:"--colorPaletteDarkGreenForeground2",colorPaletteDarkRedBackground2:"--colorPaletteDarkRedBackground2",colorPaletteDarkRedBorderActive:"--colorPaletteDarkRedBorderActive",colorPaletteDarkRedForeground2:"--colorPaletteDarkRedForeground2",colorPaletteForestBackground2:"--colorPaletteForestBackground2",colorPaletteForestBorderActive:"--colorPaletteForestBorderActive",colorPaletteForestForeground2:"--colorPaletteForestForeground2",colorPaletteGoldBackground2:"--colorPaletteGoldBackground2",colorPaletteGoldBorderActive:"--colorPaletteGoldBorderActive",colorPaletteGoldForeground2:"--colorPaletteGoldForeground2",colorPaletteGrapeBackground2:"--colorPaletteGrapeBackground2",colorPaletteGrapeBorderActive:"--colorPaletteGrapeBorderActive",colorPaletteGrapeForeground2:"--colorPaletteGrapeForeground2",colorPaletteLavenderBackground2:"--colorPaletteLavenderBackground2",colorPaletteLavenderBorderActive:"--colorPaletteLavenderBorderActive",colorPaletteLavenderForeground2:"--colorPaletteLavenderForeground2",colorPaletteLightTealBackground2:"--colorPaletteLightTealBackground2",colorPaletteLightTealBorderActive:"--colorPaletteLightTealBorderActive",colorPaletteLightTealForeground2:"--colorPaletteLightTealForeground2",colorPaletteLilacBackground2:"--colorPaletteLilacBackground2",colorPaletteLilacBorderActive:"--colorPaletteLilacBorderActive",colorPaletteLilacForeground2:"--colorPaletteLilacForeground2",colorPaletteMagentaBackground2:"--colorPaletteMagentaBackground2",colorPaletteMagentaBorderActive:"--colorPaletteMagentaBorderActive",colorPaletteMagentaForeground2:"--colorPaletteMagentaForeground2",colorPaletteMinkBackground2:"--colorPaletteMinkBackground2",colorPaletteMinkBorderActive:"--colorPaletteMinkBorderActive",colorPaletteMinkForeground2:"--colorPaletteMinkForeground2",colorPaletteNavyBackground2:"--colorPaletteNavyBackground2",colorPaletteNavyBorderActive:"--colorPaletteNavyBorderActive",colorPaletteNavyForeground2:"--colorPaletteNavyForeground2",colorPalettePeachBackground2:"--colorPalettePeachBackground2",colorPalettePeachBorderActive:"--colorPalettePeachBorderActive",colorPalettePeachForeground2:"--colorPalettePeachForeground2",colorPalettePinkBackground2:"--colorPalettePinkBackground2",colorPalettePinkBorderActive:"--colorPalettePinkBorderActive",colorPalettePinkForeground2:"--colorPalettePinkForeground2",colorPalettePlatinumBackground2:"--colorPalettePlatinumBackground2",colorPalettePlatinumBorderActive:"--colorPalettePlatinumBorderActive",colorPalettePlatinumForeground2:"--colorPalettePlatinumForeground2",colorPalettePlumBackground2:"--colorPalettePlumBackground2",colorPalettePlumBorderActive:"--colorPalettePlumBorderActive",colorPalettePlumForeground2:"--colorPalettePlumForeground2",colorPalettePumpkinBackground2:"--colorPalettePumpkinBackground2",colorPalettePumpkinBorderActive:"--colorPalettePumpkinBorderActive",colorPalettePumpkinForeground2:"--colorPalettePumpkinForeground2",colorPalettePurpleBackground2:"--colorPalettePurpleBackground2",colorPalettePurpleBorderActive:"--colorPalettePurpleBorderActive",colorPalettePurpleForeground2:"--colorPalettePurpleForeground2",colorPaletteRoyalBlueBackground2:"--colorPaletteRoyalBlueBackground2",colorPaletteRoyalBlueBorderActive:"--colorPaletteRoyalBlueBorderActive",colorPaletteRoyalBlueForeground2:"--colorPaletteRoyalBlueForeground2",colorPaletteSeafoamBackground2:"--colorPaletteSeafoamBackground2",colorPaletteSeafoamBorderActive:"--colorPaletteSeafoamBorderActive",colorPaletteSeafoamForeground2:"--colorPaletteSeafoamForeground2",colorPaletteSteelBackground2:"--colorPaletteSteelBackground2",colorPaletteSteelBorderActive:"--colorPaletteSteelBorderActive",colorPaletteSteelForeground2:"--colorPaletteSteelForeground2",colorPaletteTealBackground2:"--colorPaletteTealBackground2",colorPaletteTealBorderActive:"--colorPaletteTealBorderActive",colorPaletteTealForeground2:"--colorPaletteTealForeground2",borderRadiusNone:"--borderRadiusNone",borderRadiusSmall:hs,borderRadiusMedium:ps,borderRadiusLarge:"--borderRadiusLarge",borderRadiusXLarge:"--borderRadiusXLarge",borderRadiusCircular:bs,fontFamilyBase:ms,fontFamilyMonospace:"--fontFamilyMonospace",fontFamilyNumeric:"--fontFamilyNumeric",fontSizeBase100:"--fontSizeBase100",fontSizeBase200:xs,fontSizeBase300:$s,fontSizeBase400:Bs,fontSizeBase500:"--fontSizeBase500",fontSizeBase600:"--fontSizeBase600",fontSizeHero700:"--fontSizeHero700",fontSizeHero800:"--fontSizeHero800",fontSizeHero900:"--fontSizeHero900",fontSizeHero1000:"--fontSizeHero1000",fontWeightRegular:Ts,fontWeightMedium:"--fontWeightMedium",fontWeightSemibold:Is,fontWeightBold:"--fontWeightBold",lineHeightBase100:"--lineHeightBase100",lineHeightBase200:Hs,lineHeightBase300:Os,lineHeightBase400:"--lineHeightBase400",lineHeightBase500:"--lineHeightBase500",lineHeightBase600:"--lineHeightBase600",lineHeightHero700:"--lineHeightHero700",lineHeightHero800:"--lineHeightHero800",lineHeightHero900:"--lineHeightHero900",lineHeightHero1000:"--lineHeightHero1000",shadow2:"--shadow2",shadow4:Xs,shadow8:"--shadow8",shadow16:"--shadow16",shadow28:"--shadow28",shadow64:"--shadow64",shadow2Brand:"--shadow2Brand",shadow4Brand:"--shadow4Brand",shadow8Brand:"--shadow8Brand",shadow16Brand:"--shadow16Brand",shadow28Brand:"--shadow28Brand",shadow64Brand:"--shadow64Brand",strokeWidthThin:ol,strokeWidthThick:"--strokeWidthThick",strokeWidthThicker:"--strokeWidthThicker",strokeWidthThickest:"--strokeWidthThickest",spacingHorizontalNone:"--spacingHorizontalNone",spacingHorizontalXXS:"--spacingHorizontalXXS",spacingHorizontalXS:ll,spacingHorizontalSNudge:"--spacingHorizontalSNudge",spacingHorizontalS:dl,spacingHorizontalMNudge:"--spacingHorizontalMNudge",spacingHorizontalM:"--spacingHorizontalM",spacingHorizontalL:"--spacingHorizontalL",spacingHorizontalXL:"--spacingHorizontalXL",spacingHorizontalXXL:"--spacingHorizontalXXL",spacingHorizontalXXXL:"--spacingHorizontalXXXL",spacingVerticalNone:"--spacingVerticalNone",spacingVerticalXXS:"--spacingVerticalXXS",spacingVerticalXS:"--spacingVerticalXS",spacingVerticalSNudge:"--spacingVerticalSNudge",spacingVerticalS:xl,spacingVerticalMNudge:"--spacingVerticalMNudge",spacingVerticalM:"--spacingVerticalM",spacingVerticalL:"--spacingVerticalL",spacingVerticalXL:"--spacingVerticalXL",spacingVerticalXXL:"--spacingVerticalXXL",spacingVerticalXXXL:"--spacingVerticalXXXL",durationUltraFast:"--durationUltraFast",durationFaster:"--durationFaster",durationFast:"--durationFast",durationNormal:"--durationNormal",durationSlow:"--durationSlow",durationSlower:"--durationSlower",durationUltraSlow:"--durationUltraSlow",curveAccelerateMax:"--curveAccelerateMax",curveAccelerateMid:"--curveAccelerateMid",curveAccelerateMin:"--curveAccelerateMin",curveDecelerateMax:"--curveDecelerateMax",curveDecelerateMid:"--curveDecelerateMid",curveDecelerateMin:"--curveDecelerateMin",curveEasyEaseMax:"--curveEasyEaseMax",curveEasyEase:"--curveEasyEase",curveLinear:"--curveLinear"});const Xl=G`
|
|
5
|
-
${
|
|
4
|
+
:host{flex-direction:column;width:100%;contain:content}`,Lt=Object.freeze({prefix:"fluent",shadowRootMode:"open",registry:customElements}),Ht=Ct.compose({name:Lt.prefix+"-accordion",template:Nt,styles:zt}),Ot={small:"small",medium:"medium",large:"large",extraLarge:"extra-large"},Dt={start:"start",end:"end"},Mt="--colorNeutralForeground1",Et="--colorNeutralForeground1Hover",Rt="--colorNeutralForeground1Pressed",jt="--colorNeutralForeground1Selected",Vt="--colorNeutralForeground2",_t="--colorNeutralForeground2Hover",Gt="--colorNeutralForeground2Pressed",Xt="--colorNeutralForeground2Selected",Wt="--colorNeutralForeground2BrandHover",qt="--colorNeutralForeground2BrandPressed",Yt="--colorNeutralForeground2BrandSelected",Ut="--colorNeutralForeground3",Kt="--colorNeutralForeground3Hover",Qt="--colorNeutralForeground3Pressed",Zt="--colorNeutralForeground3Selected",Jt="--colorNeutralForeground3BrandHover",eo="--colorNeutralForeground3BrandPressed",to="--colorNeutralForeground3BrandSelected",oo="--colorNeutralForeground4",ro="--colorNeutralForegroundDisabled",ao="--colorBrandForegroundLink",no="--colorBrandForegroundLinkHover",io="--colorBrandForegroundLinkPressed",so="--colorBrandForegroundLinkSelected",lo="--colorNeutralForeground2Link",co="--colorNeutralForeground2LinkHover",uo="--colorNeutralForeground2LinkPressed",ho="--colorNeutralForeground2LinkSelected",po="--colorCompoundBrandForeground1",go="--colorCompoundBrandForeground1Hover",vo="--colorCompoundBrandForeground1Pressed",bo="--colorNeutralForegroundOnBrand",mo="--colorNeutralForegroundInverted",fo="--colorNeutralForegroundInvertedHover",ko="--colorNeutralForegroundInvertedPressed",yo="--colorNeutralForegroundInvertedSelected",xo="--colorNeutralForegroundInverted2",Bo="--colorNeutralForegroundStaticInverted",$o="--colorNeutralForegroundInvertedLink",wo="--colorNeutralForegroundInvertedLinkHover",So="--colorNeutralForegroundInvertedLinkPressed",Po="--colorNeutralForegroundInvertedLinkSelected",Fo="--colorNeutralForegroundInvertedDisabled",Co="--colorBrandForeground1",No="--colorBrandForeground2",To="--colorNeutralForeground1Static",Ao="--colorBrandForegroundInverted",Io="--colorBrandForegroundInvertedHover",zo="--colorBrandForegroundInvertedPressed",Lo="--colorBrandForegroundOnLight",Ho="--colorBrandForegroundOnLightHover",Oo="--colorBrandForegroundOnLightPressed",Do="--colorBrandForegroundOnLightSelected",Mo="--colorNeutralBackground1",Eo="--colorNeutralBackground1Hover",Ro="--colorNeutralBackground1Pressed",jo="--colorNeutralBackground1Selected",Vo="--colorNeutralBackground2",_o="--colorNeutralBackground2Hover",Go="--colorNeutralBackground2Pressed",Xo="--colorNeutralBackground2Selected",Wo="--colorNeutralBackground3",qo="--colorNeutralBackground3Hover",Yo="--colorNeutralBackground3Pressed",Uo="--colorNeutralBackground3Selected",Ko="--colorNeutralBackground4",Qo="--colorNeutralBackground4Hover",Zo="--colorNeutralBackground4Pressed",Jo="--colorNeutralBackground4Selected",er="--colorNeutralBackground5",tr="--colorNeutralBackground5Hover",or="--colorNeutralBackground5Pressed",rr="--colorNeutralBackground5Selected",ar="--colorNeutralBackground6",nr="--colorNeutralBackgroundInverted",ir="--colorNeutralBackgroundStatic",sr="--colorSubtleBackground",lr="--colorSubtleBackgroundHover",cr="--colorSubtleBackgroundPressed",dr="--colorSubtleBackgroundSelected",ur="--colorSubtleBackgroundLightAlphaHover",hr="--colorSubtleBackgroundLightAlphaPressed",pr="--colorSubtleBackgroundLightAlphaSelected",gr="--colorSubtleBackgroundInverted",vr="--colorSubtleBackgroundInvertedHover",br="--colorSubtleBackgroundInvertedPressed",mr="--colorSubtleBackgroundInvertedSelected",fr="--colorTransparentBackground",kr="--colorTransparentBackgroundHover",yr="--colorTransparentBackgroundPressed",xr="--colorTransparentBackgroundSelected",Br="--colorNeutralBackgroundDisabled",$r="--colorNeutralBackgroundInvertedDisabled",wr="--colorNeutralStencil1",Sr="--colorNeutralStencil2",Pr="--colorNeutralStencil1Alpha",Fr="--colorNeutralStencil2Alpha",Cr="--colorBackgroundOverlay",Nr="--colorScrollbarOverlay",Tr="--colorBrandBackground",Ar="--colorBrandBackgroundHover",Ir="--colorBrandBackgroundPressed",zr="--colorBrandBackgroundSelected",Lr="--colorCompoundBrandBackground",Hr="--colorCompoundBrandBackgroundHover",Or="--colorCompoundBrandBackgroundPressed",Dr="--colorBrandBackgroundStatic",Mr="--colorBrandBackground2",Er="--colorBrandBackgroundInverted",Rr="--colorBrandBackgroundInvertedHover",jr="--colorBrandBackgroundInvertedPressed",Vr="--colorBrandBackgroundInvertedSelected",_r="--colorNeutralStrokeAccessible",Gr="--colorNeutralStrokeAccessibleHover",Xr="--colorNeutralStrokeAccessiblePressed",Wr="--colorNeutralStrokeAccessibleSelected",qr="--colorNeutralStroke1",Yr="--colorNeutralStroke1Hover",Ur="--colorNeutralStroke1Pressed",Kr="--colorNeutralStroke1Selected",Qr="--colorNeutralStroke2",Zr="--colorNeutralStroke3",Jr="--colorNeutralStrokeOnBrand",ea="--colorNeutralStrokeOnBrand2",ta="--colorNeutralStrokeOnBrand2Hover",oa="--colorNeutralStrokeOnBrand2Pressed",ra="--colorNeutralStrokeOnBrand2Selected",aa="--colorBrandStroke1",na="--colorBrandStroke2",ia="--colorCompoundBrandStroke",sa="--colorCompoundBrandStrokeHover",la="--colorCompoundBrandStrokePressed",ca="--colorNeutralStrokeDisabled",da="--colorNeutralStrokeInvertedDisabled",ua="--colorTransparentStroke",ha="--colorTransparentStrokeInteractive",pa="--colorTransparentStrokeDisabled",ga="--colorStrokeFocus1",va="--colorStrokeFocus2",ba="--colorNeutralShadowAmbient",ma="--colorNeutralShadowKey",fa="--colorNeutralShadowAmbientLighter",ka="--colorNeutralShadowKeyLighter",ya="--colorNeutralShadowAmbientDarker",xa="--colorNeutralShadowKeyDarker",Ba="--colorBrandShadowAmbient",$a="--colorBrandShadowKey",wa="--colorPaletteRedBackground1",Sa="--colorPaletteRedBackground2",Pa="--colorPaletteRedBackground3",Fa="--colorPaletteRedBorderActive",Ca="--colorPaletteRedBorder1",Na="--colorPaletteRedBorder2",Ta="--colorPaletteRedForeground1",Aa="--colorPaletteRedForeground2",Ia="--colorPaletteRedForeground3",za="--colorPaletteRedForegroundInverted",La="--colorPaletteGreenBackground1",Ha="--colorPaletteGreenBackground2",Oa="--colorPaletteGreenBackground3",Da="--colorPaletteGreenBorderActive",Ma="--colorPaletteGreenBorder1",Ea="--colorPaletteGreenBorder2",Ra="--colorPaletteGreenForeground1",ja="--colorPaletteGreenForeground2",Va="--colorPaletteGreenForeground3",_a="--colorPaletteGreenForegroundInverted",Ga="--colorPaletteDarkOrangeBackground1",Xa="--colorPaletteDarkOrangeBackground2",Wa="--colorPaletteDarkOrangeBackground3",qa="--colorPaletteDarkOrangeBorderActive",Ya="--colorPaletteDarkOrangeBorder1",Ua="--colorPaletteDarkOrangeBorder2",Ka="--colorPaletteDarkOrangeForeground1",Qa="--colorPaletteDarkOrangeForeground2",Za="--colorPaletteDarkOrangeForeground3",Ja="--colorPaletteYellowBackground1",en="--colorPaletteYellowBackground2",tn="--colorPaletteYellowBackground3",on="--colorPaletteYellowBorderActive",rn="--colorPaletteYellowBorder1",an="--colorPaletteYellowBorder2",nn="--colorPaletteYellowForeground1",sn="--colorPaletteYellowForeground2",ln="--colorPaletteYellowForeground3",cn="--colorPaletteYellowForegroundInverted",dn="--colorPaletteBerryBackground1",un="--colorPaletteBerryBackground2",hn="--colorPaletteBerryBackground3",pn="--colorPaletteBerryBorderActive",gn="--colorPaletteBerryBorder1",vn="--colorPaletteBerryBorder2",bn="--colorPaletteBerryForeground1",mn="--colorPaletteBerryForeground2",fn="--colorPaletteBerryForeground3",kn="--colorPaletteMarigoldBackground1",yn="--colorPaletteMarigoldBackground2",xn="--colorPaletteMarigoldBackground3",Bn="--colorPaletteMarigoldBorderActive",$n="--colorPaletteMarigoldBorder1",wn="--colorPaletteMarigoldBorder2",Sn="--colorPaletteMarigoldForeground1",Pn="--colorPaletteMarigoldForeground2",Fn="--colorPaletteMarigoldForeground3",Cn="--colorPaletteLightGreenBackground1",Nn="--colorPaletteLightGreenBackground2",Tn="--colorPaletteLightGreenBackground3",An="--colorPaletteLightGreenBorderActive",In="--colorPaletteLightGreenBorder1",zn="--colorPaletteLightGreenBorder2",Ln="--colorPaletteLightGreenForeground1",Hn="--colorPaletteLightGreenForeground2",On="--colorPaletteLightGreenForeground3",Dn="--colorPaletteAnchorBackground2",Mn="--colorPaletteAnchorBorderActive",En="--colorPaletteAnchorForeground2",Rn="--colorPaletteBeigeBackground2",jn="--colorPaletteBeigeBorderActive",Vn="--colorPaletteBeigeForeground2",_n="--colorPaletteBlueBackground2",Gn="--colorPaletteBlueBorderActive",Xn="--colorPaletteBlueForeground2",Wn="--colorPaletteBrassBackground2",qn="--colorPaletteBrassBorderActive",Yn="--colorPaletteBrassForeground2",Un="--colorPaletteBrownBackground2",Kn="--colorPaletteBrownBorderActive",Qn="--colorPaletteBrownForeground2",Zn="--colorPaletteCornflowerBackground2",Jn="--colorPaletteCornflowerBorderActive",ei="--colorPaletteCornflowerForeground2",ti="--colorPaletteCranberryBackground2",oi="--colorPaletteCranberryBorderActive",ri="--colorPaletteCranberryForeground2",ai="--colorPaletteDarkGreenBackground2",ni="--colorPaletteDarkGreenBorderActive",ii="--colorPaletteDarkGreenForeground2",si="--colorPaletteDarkRedBackground2",li="--colorPaletteDarkRedBorderActive",ci="--colorPaletteDarkRedForeground2",di="--colorPaletteForestBackground2",ui="--colorPaletteForestBorderActive",hi="--colorPaletteForestForeground2",pi="--colorPaletteGoldBackground2",gi="--colorPaletteGoldBorderActive",vi="--colorPaletteGoldForeground2",bi="--colorPaletteGrapeBackground2",mi="--colorPaletteGrapeBorderActive",fi="--colorPaletteGrapeForeground2",ki="--colorPaletteLavenderBackground2",yi="--colorPaletteLavenderBorderActive",xi="--colorPaletteLavenderForeground2",Bi="--colorPaletteLightTealBackground2",$i="--colorPaletteLightTealBorderActive",wi="--colorPaletteLightTealForeground2",Si="--colorPaletteLilacBackground2",Pi="--colorPaletteLilacBorderActive",Fi="--colorPaletteLilacForeground2",Ci="--colorPaletteMagentaBackground2",Ni="--colorPaletteMagentaBorderActive",Ti="--colorPaletteMagentaForeground2",Ai="--colorPaletteMinkBackground2",Ii="--colorPaletteMinkBorderActive",zi="--colorPaletteMinkForeground2",Li="--colorPaletteNavyBackground2",Hi="--colorPaletteNavyBorderActive",Oi="--colorPaletteNavyForeground2",Di="--colorPalettePeachBackground2",Mi="--colorPalettePeachBorderActive",Ei="--colorPalettePeachForeground2",Ri="--colorPalettePinkBackground2",ji="--colorPalettePinkBorderActive",Vi="--colorPalettePinkForeground2",_i="--colorPalettePlatinumBackground2",Gi="--colorPalettePlatinumBorderActive",Xi="--colorPalettePlatinumForeground2",Wi="--colorPalettePlumBackground2",qi="--colorPalettePlumBorderActive",Yi="--colorPalettePlumForeground2",Ui="--colorPalettePumpkinBackground2",Ki="--colorPalettePumpkinBorderActive",Qi="--colorPalettePumpkinForeground2",Zi="--colorPalettePurpleBackground2",Ji="--colorPalettePurpleBorderActive",es="--colorPalettePurpleForeground2",ts="--colorPaletteRoyalBlueBackground2",os="--colorPaletteRoyalBlueBorderActive",rs="--colorPaletteRoyalBlueForeground2",as="--colorPaletteSeafoamBackground2",ns="--colorPaletteSeafoamBorderActive",is="--colorPaletteSeafoamForeground2",ss="--colorPaletteSteelBackground2",ls="--colorPaletteSteelBorderActive",cs="--colorPaletteSteelForeground2",ds="--colorPaletteTealBackground2",us="--colorPaletteTealBorderActive",hs="--colorPaletteTealForeground2",ps="--borderRadiusNone",gs="--borderRadiusSmall",vs="--borderRadiusMedium",bs="--borderRadiusLarge",ms="--borderRadiusXLarge",fs="--borderRadiusCircular",ks="--fontFamilyBase",ys="--fontFamilyMonospace",xs="--fontFamilyNumeric",Bs="--fontSizeBase100",$s="--fontSizeBase200",ws="--fontSizeBase300",Ss="--fontSizeBase400",Ps="--fontSizeBase500",Fs="--fontSizeBase600",Cs="--fontSizeHero700",Ns="--fontSizeHero800",Ts="--fontSizeHero900",As="--fontSizeHero1000",Is="--fontWeightRegular",zs="--fontWeightMedium",Ls="--fontWeightSemibold",Hs="--fontWeightBold",Os="--lineHeightBase100",Ds="--lineHeightBase200",Ms="--lineHeightBase300",Es="--lineHeightBase400",Rs="--lineHeightBase500",js="--lineHeightBase600",Vs="--lineHeightHero700",_s="--lineHeightHero800",Gs="--lineHeightHero900",Xs="--lineHeightHero1000",Ws="--shadow2",qs="--shadow4",Ys="--shadow8",Us="--shadow16",Ks="--shadow28",Qs="--shadow64",Zs="--shadow2Brand",Js="--shadow4Brand",el="--shadow8Brand",tl="--shadow16Brand",ol="--shadow28Brand",rl="--shadow64Brand",al="--strokeWidthThin",nl="--strokeWidthThick",il="--strokeWidthThicker",sl="--strokeWidthThickest",ll="--spacingHorizontalNone",cl="--spacingHorizontalXXS",dl="--spacingHorizontalXS",ul="--spacingHorizontalSNudge",hl="--spacingHorizontalS",pl="--spacingHorizontalMNudge",gl="--spacingHorizontalM",vl="--spacingHorizontalL",bl="--spacingHorizontalXL",ml="--spacingHorizontalXXL",fl="--spacingHorizontalXXXL",kl="--spacingVerticalNone",yl="--spacingVerticalXXS",xl="--spacingVerticalXS",Bl="--spacingVerticalSNudge",$l="--spacingVerticalS",wl="--spacingVerticalMNudge",Sl="--spacingVerticalM",Pl="--spacingVerticalL",Fl="--spacingVerticalXL",Cl="--spacingVerticalXXL",Nl="--spacingVerticalXXXL",Tl="--durationUltraFast",Al="--durationFaster",Il="--durationFast",zl="--durationNormal",Ll="--durationSlow",Hl="--durationSlower",Ol="--durationUltraSlow",Dl="--curveAccelerateMax",Ml="--curveAccelerateMid",El="--curveAccelerateMin",Rl="--curveDecelerateMax",jl="--curveDecelerateMid",Vl="--curveDecelerateMin",_l="--curveEasyEaseMax",Gl="--curveEasyEase",Xl="--curveLinear";var Wl=Object.freeze({__proto__:null,colorNeutralForeground1:Mt,colorNeutralForeground1Hover:"--colorNeutralForeground1Hover",colorNeutralForeground1Pressed:"--colorNeutralForeground1Pressed",colorNeutralForeground1Selected:"--colorNeutralForeground1Selected",colorNeutralForeground2:"--colorNeutralForeground2",colorNeutralForeground2Hover:"--colorNeutralForeground2Hover",colorNeutralForeground2Pressed:"--colorNeutralForeground2Pressed",colorNeutralForeground2Selected:"--colorNeutralForeground2Selected",colorNeutralForeground2BrandHover:"--colorNeutralForeground2BrandHover",colorNeutralForeground2BrandPressed:"--colorNeutralForeground2BrandPressed",colorNeutralForeground2BrandSelected:"--colorNeutralForeground2BrandSelected",colorNeutralForeground3:Ut,colorNeutralForeground3Hover:"--colorNeutralForeground3Hover",colorNeutralForeground3Pressed:"--colorNeutralForeground3Pressed",colorNeutralForeground3Selected:"--colorNeutralForeground3Selected",colorNeutralForeground3BrandHover:"--colorNeutralForeground3BrandHover",colorNeutralForeground3BrandPressed:"--colorNeutralForeground3BrandPressed",colorNeutralForeground3BrandSelected:"--colorNeutralForeground3BrandSelected",colorNeutralForeground4:"--colorNeutralForeground4",colorNeutralForegroundDisabled:ro,colorBrandForegroundLink:"--colorBrandForegroundLink",colorBrandForegroundLinkHover:"--colorBrandForegroundLinkHover",colorBrandForegroundLinkPressed:"--colorBrandForegroundLinkPressed",colorBrandForegroundLinkSelected:"--colorBrandForegroundLinkSelected",colorNeutralForeground2Link:"--colorNeutralForeground2Link",colorNeutralForeground2LinkHover:"--colorNeutralForeground2LinkHover",colorNeutralForeground2LinkPressed:"--colorNeutralForeground2LinkPressed",colorNeutralForeground2LinkSelected:"--colorNeutralForeground2LinkSelected",colorCompoundBrandForeground1:"--colorCompoundBrandForeground1",colorCompoundBrandForeground1Hover:"--colorCompoundBrandForeground1Hover",colorCompoundBrandForeground1Pressed:"--colorCompoundBrandForeground1Pressed",colorNeutralForegroundOnBrand:"--colorNeutralForegroundOnBrand",colorNeutralForegroundInverted:"--colorNeutralForegroundInverted",colorNeutralForegroundInvertedHover:"--colorNeutralForegroundInvertedHover",colorNeutralForegroundInvertedPressed:"--colorNeutralForegroundInvertedPressed",colorNeutralForegroundInvertedSelected:"--colorNeutralForegroundInvertedSelected",colorNeutralForegroundInverted2:"--colorNeutralForegroundInverted2",colorNeutralForegroundStaticInverted:"--colorNeutralForegroundStaticInverted",colorNeutralForegroundInvertedLink:"--colorNeutralForegroundInvertedLink",colorNeutralForegroundInvertedLinkHover:"--colorNeutralForegroundInvertedLinkHover",colorNeutralForegroundInvertedLinkPressed:"--colorNeutralForegroundInvertedLinkPressed",colorNeutralForegroundInvertedLinkSelected:"--colorNeutralForegroundInvertedLinkSelected",colorNeutralForegroundInvertedDisabled:"--colorNeutralForegroundInvertedDisabled",colorBrandForeground1:"--colorBrandForeground1",colorBrandForeground2:"--colorBrandForeground2",colorBrandForeground2Hover:"--colorBrandForeground2Hover",colorBrandForeground2Pressed:"--colorBrandForeground2Pressed",colorNeutralForeground1Static:"--colorNeutralForeground1Static",colorBrandForegroundInverted:"--colorBrandForegroundInverted",colorBrandForegroundInvertedHover:"--colorBrandForegroundInvertedHover",colorBrandForegroundInvertedPressed:"--colorBrandForegroundInvertedPressed",colorBrandForegroundOnLight:"--colorBrandForegroundOnLight",colorBrandForegroundOnLightHover:"--colorBrandForegroundOnLightHover",colorBrandForegroundOnLightPressed:"--colorBrandForegroundOnLightPressed",colorBrandForegroundOnLightSelected:"--colorBrandForegroundOnLightSelected",colorNeutralBackground1:Mo,colorNeutralBackground1Hover:"--colorNeutralBackground1Hover",colorNeutralBackground1Pressed:"--colorNeutralBackground1Pressed",colorNeutralBackground1Selected:"--colorNeutralBackground1Selected",colorNeutralBackground2:"--colorNeutralBackground2",colorNeutralBackground2Hover:"--colorNeutralBackground2Hover",colorNeutralBackground2Pressed:"--colorNeutralBackground2Pressed",colorNeutralBackground2Selected:"--colorNeutralBackground2Selected",colorNeutralBackground3:"--colorNeutralBackground3",colorNeutralBackground3Hover:"--colorNeutralBackground3Hover",colorNeutralBackground3Pressed:"--colorNeutralBackground3Pressed",colorNeutralBackground3Selected:"--colorNeutralBackground3Selected",colorNeutralBackground4:"--colorNeutralBackground4",colorNeutralBackground4Hover:"--colorNeutralBackground4Hover",colorNeutralBackground4Pressed:"--colorNeutralBackground4Pressed",colorNeutralBackground4Selected:"--colorNeutralBackground4Selected",colorNeutralBackground5:"--colorNeutralBackground5",colorNeutralBackground5Hover:"--colorNeutralBackground5Hover",colorNeutralBackground5Pressed:"--colorNeutralBackground5Pressed",colorNeutralBackground5Selected:"--colorNeutralBackground5Selected",colorNeutralBackground6:"--colorNeutralBackground6",colorNeutralBackgroundInverted:"--colorNeutralBackgroundInverted",colorNeutralBackgroundStatic:"--colorNeutralBackgroundStatic",colorNeutralBackgroundAlpha:"--colorNeutralBackgroundAlpha",colorNeutralBackgroundAlpha2:"--colorNeutralBackgroundAlpha2",colorSubtleBackground:"--colorSubtleBackground",colorSubtleBackgroundHover:"--colorSubtleBackgroundHover",colorSubtleBackgroundPressed:"--colorSubtleBackgroundPressed",colorSubtleBackgroundSelected:"--colorSubtleBackgroundSelected",colorSubtleBackgroundLightAlphaHover:"--colorSubtleBackgroundLightAlphaHover",colorSubtleBackgroundLightAlphaPressed:"--colorSubtleBackgroundLightAlphaPressed",colorSubtleBackgroundLightAlphaSelected:"--colorSubtleBackgroundLightAlphaSelected",colorSubtleBackgroundInverted:"--colorSubtleBackgroundInverted",colorSubtleBackgroundInvertedHover:"--colorSubtleBackgroundInvertedHover",colorSubtleBackgroundInvertedPressed:"--colorSubtleBackgroundInvertedPressed",colorSubtleBackgroundInvertedSelected:"--colorSubtleBackgroundInvertedSelected",colorTransparentBackground:"--colorTransparentBackground",colorTransparentBackgroundHover:"--colorTransparentBackgroundHover",colorTransparentBackgroundPressed:"--colorTransparentBackgroundPressed",colorTransparentBackgroundSelected:"--colorTransparentBackgroundSelected",colorNeutralBackgroundDisabled:"--colorNeutralBackgroundDisabled",colorNeutralBackgroundInvertedDisabled:"--colorNeutralBackgroundInvertedDisabled",colorNeutralStencil1:"--colorNeutralStencil1",colorNeutralStencil2:"--colorNeutralStencil2",colorNeutralStencil1Alpha:"--colorNeutralStencil1Alpha",colorNeutralStencil2Alpha:"--colorNeutralStencil2Alpha",colorBackgroundOverlay:"--colorBackgroundOverlay",colorScrollbarOverlay:"--colorScrollbarOverlay",colorBrandBackground:"--colorBrandBackground",colorBrandBackgroundHover:"--colorBrandBackgroundHover",colorBrandBackgroundPressed:"--colorBrandBackgroundPressed",colorBrandBackgroundSelected:"--colorBrandBackgroundSelected",colorCompoundBrandBackground:"--colorCompoundBrandBackground",colorCompoundBrandBackgroundHover:"--colorCompoundBrandBackgroundHover",colorCompoundBrandBackgroundPressed:"--colorCompoundBrandBackgroundPressed",colorBrandBackgroundStatic:"--colorBrandBackgroundStatic",colorBrandBackground2:"--colorBrandBackground2",colorBrandBackground2Hover:"--colorBrandBackground2Hover",colorBrandBackground2Pressed:"--colorBrandBackground2Pressed",colorBrandBackground3Static:"--colorBrandBackground3Static",colorBrandBackground4Static:"--colorBrandBackground4Static",colorBrandBackgroundInverted:"--colorBrandBackgroundInverted",colorBrandBackgroundInvertedHover:"--colorBrandBackgroundInvertedHover",colorBrandBackgroundInvertedPressed:"--colorBrandBackgroundInvertedPressed",colorBrandBackgroundInvertedSelected:"--colorBrandBackgroundInvertedSelected",colorNeutralCardBackground:"--colorNeutralCardBackground",colorNeutralCardBackgroundHover:"--colorNeutralCardBackgroundHover",colorNeutralCardBackgroundPressed:"--colorNeutralCardBackgroundPressed",colorNeutralCardBackgroundSelected:"--colorNeutralCardBackgroundSelected",colorNeutralCardBackgroundDisabled:"--colorNeutralCardBackgroundDisabled",colorNeutralStrokeAccessible:"--colorNeutralStrokeAccessible",colorNeutralStrokeAccessibleHover:"--colorNeutralStrokeAccessibleHover",colorNeutralStrokeAccessiblePressed:"--colorNeutralStrokeAccessiblePressed",colorNeutralStrokeAccessibleSelected:"--colorNeutralStrokeAccessibleSelected",colorNeutralStroke1:"--colorNeutralStroke1",colorNeutralStroke1Hover:"--colorNeutralStroke1Hover",colorNeutralStroke1Pressed:"--colorNeutralStroke1Pressed",colorNeutralStroke1Selected:"--colorNeutralStroke1Selected",colorNeutralStroke2:"--colorNeutralStroke2",colorNeutralStroke3:"--colorNeutralStroke3",colorNeutralStrokeSubtle:"--colorNeutralStrokeSubtle",colorNeutralStrokeOnBrand:"--colorNeutralStrokeOnBrand",colorNeutralStrokeOnBrand2:"--colorNeutralStrokeOnBrand2",colorNeutralStrokeOnBrand2Hover:"--colorNeutralStrokeOnBrand2Hover",colorNeutralStrokeOnBrand2Pressed:"--colorNeutralStrokeOnBrand2Pressed",colorNeutralStrokeOnBrand2Selected:"--colorNeutralStrokeOnBrand2Selected",colorBrandStroke1:"--colorBrandStroke1",colorBrandStroke2:"--colorBrandStroke2",colorBrandStroke2Hover:"--colorBrandStroke2Hover",colorBrandStroke2Pressed:"--colorBrandStroke2Pressed",colorBrandStroke2Contrast:"--colorBrandStroke2Contrast",colorCompoundBrandStroke:"--colorCompoundBrandStroke",colorCompoundBrandStrokeHover:"--colorCompoundBrandStrokeHover",colorCompoundBrandStrokePressed:"--colorCompoundBrandStrokePressed",colorNeutralStrokeDisabled:"--colorNeutralStrokeDisabled",colorNeutralStrokeInvertedDisabled:"--colorNeutralStrokeInvertedDisabled",colorTransparentStroke:"--colorTransparentStroke",colorTransparentStrokeInteractive:"--colorTransparentStrokeInteractive",colorTransparentStrokeDisabled:"--colorTransparentStrokeDisabled",colorNeutralStrokeAlpha:"--colorNeutralStrokeAlpha",colorNeutralStrokeAlpha2:"--colorNeutralStrokeAlpha2",colorStrokeFocus1:"--colorStrokeFocus1",colorStrokeFocus2:"--colorStrokeFocus2",colorNeutralShadowAmbient:"--colorNeutralShadowAmbient",colorNeutralShadowKey:"--colorNeutralShadowKey",colorNeutralShadowAmbientLighter:"--colorNeutralShadowAmbientLighter",colorNeutralShadowKeyLighter:"--colorNeutralShadowKeyLighter",colorNeutralShadowAmbientDarker:"--colorNeutralShadowAmbientDarker",colorNeutralShadowKeyDarker:"--colorNeutralShadowKeyDarker",colorBrandShadowAmbient:"--colorBrandShadowAmbient",colorBrandShadowKey:"--colorBrandShadowKey",colorPaletteRedBackground1:"--colorPaletteRedBackground1",colorPaletteRedBackground2:"--colorPaletteRedBackground2",colorPaletteRedBackground3:"--colorPaletteRedBackground3",colorPaletteRedBorderActive:"--colorPaletteRedBorderActive",colorPaletteRedBorder1:"--colorPaletteRedBorder1",colorPaletteRedBorder2:"--colorPaletteRedBorder2",colorPaletteRedForeground1:"--colorPaletteRedForeground1",colorPaletteRedForeground2:"--colorPaletteRedForeground2",colorPaletteRedForeground3:"--colorPaletteRedForeground3",colorPaletteRedForegroundInverted:"--colorPaletteRedForegroundInverted",colorPaletteGreenBackground1:"--colorPaletteGreenBackground1",colorPaletteGreenBackground2:"--colorPaletteGreenBackground2",colorPaletteGreenBackground3:"--colorPaletteGreenBackground3",colorPaletteGreenBorderActive:"--colorPaletteGreenBorderActive",colorPaletteGreenBorder1:"--colorPaletteGreenBorder1",colorPaletteGreenBorder2:"--colorPaletteGreenBorder2",colorPaletteGreenForeground1:"--colorPaletteGreenForeground1",colorPaletteGreenForeground2:"--colorPaletteGreenForeground2",colorPaletteGreenForeground3:"--colorPaletteGreenForeground3",colorPaletteGreenForegroundInverted:"--colorPaletteGreenForegroundInverted",colorPaletteDarkOrangeBackground1:"--colorPaletteDarkOrangeBackground1",colorPaletteDarkOrangeBackground2:"--colorPaletteDarkOrangeBackground2",colorPaletteDarkOrangeBackground3:"--colorPaletteDarkOrangeBackground3",colorPaletteDarkOrangeBorderActive:"--colorPaletteDarkOrangeBorderActive",colorPaletteDarkOrangeBorder1:"--colorPaletteDarkOrangeBorder1",colorPaletteDarkOrangeBorder2:"--colorPaletteDarkOrangeBorder2",colorPaletteDarkOrangeForeground1:"--colorPaletteDarkOrangeForeground1",colorPaletteDarkOrangeForeground2:"--colorPaletteDarkOrangeForeground2",colorPaletteDarkOrangeForeground3:"--colorPaletteDarkOrangeForeground3",colorPaletteYellowBackground1:"--colorPaletteYellowBackground1",colorPaletteYellowBackground2:"--colorPaletteYellowBackground2",colorPaletteYellowBackground3:"--colorPaletteYellowBackground3",colorPaletteYellowBorderActive:"--colorPaletteYellowBorderActive",colorPaletteYellowBorder1:"--colorPaletteYellowBorder1",colorPaletteYellowBorder2:"--colorPaletteYellowBorder2",colorPaletteYellowForeground1:"--colorPaletteYellowForeground1",colorPaletteYellowForeground2:"--colorPaletteYellowForeground2",colorPaletteYellowForeground3:"--colorPaletteYellowForeground3",colorPaletteYellowForegroundInverted:"--colorPaletteYellowForegroundInverted",colorPaletteBerryBackground1:"--colorPaletteBerryBackground1",colorPaletteBerryBackground2:"--colorPaletteBerryBackground2",colorPaletteBerryBackground3:"--colorPaletteBerryBackground3",colorPaletteBerryBorderActive:"--colorPaletteBerryBorderActive",colorPaletteBerryBorder1:"--colorPaletteBerryBorder1",colorPaletteBerryBorder2:"--colorPaletteBerryBorder2",colorPaletteBerryForeground1:"--colorPaletteBerryForeground1",colorPaletteBerryForeground2:"--colorPaletteBerryForeground2",colorPaletteBerryForeground3:"--colorPaletteBerryForeground3",colorPaletteMarigoldBackground1:"--colorPaletteMarigoldBackground1",colorPaletteMarigoldBackground2:"--colorPaletteMarigoldBackground2",colorPaletteMarigoldBackground3:"--colorPaletteMarigoldBackground3",colorPaletteMarigoldBorderActive:"--colorPaletteMarigoldBorderActive",colorPaletteMarigoldBorder1:"--colorPaletteMarigoldBorder1",colorPaletteMarigoldBorder2:"--colorPaletteMarigoldBorder2",colorPaletteMarigoldForeground1:"--colorPaletteMarigoldForeground1",colorPaletteMarigoldForeground2:"--colorPaletteMarigoldForeground2",colorPaletteMarigoldForeground3:"--colorPaletteMarigoldForeground3",colorPaletteLightGreenBackground1:"--colorPaletteLightGreenBackground1",colorPaletteLightGreenBackground2:"--colorPaletteLightGreenBackground2",colorPaletteLightGreenBackground3:"--colorPaletteLightGreenBackground3",colorPaletteLightGreenBorderActive:"--colorPaletteLightGreenBorderActive",colorPaletteLightGreenBorder1:"--colorPaletteLightGreenBorder1",colorPaletteLightGreenBorder2:"--colorPaletteLightGreenBorder2",colorPaletteLightGreenForeground1:"--colorPaletteLightGreenForeground1",colorPaletteLightGreenForeground2:"--colorPaletteLightGreenForeground2",colorPaletteLightGreenForeground3:"--colorPaletteLightGreenForeground3",colorPaletteAnchorBackground2:"--colorPaletteAnchorBackground2",colorPaletteAnchorBorderActive:"--colorPaletteAnchorBorderActive",colorPaletteAnchorForeground2:"--colorPaletteAnchorForeground2",colorPaletteBeigeBackground2:"--colorPaletteBeigeBackground2",colorPaletteBeigeBorderActive:"--colorPaletteBeigeBorderActive",colorPaletteBeigeForeground2:"--colorPaletteBeigeForeground2",colorPaletteBlueBackground2:"--colorPaletteBlueBackground2",colorPaletteBlueBorderActive:"--colorPaletteBlueBorderActive",colorPaletteBlueForeground2:"--colorPaletteBlueForeground2",colorPaletteBrassBackground2:"--colorPaletteBrassBackground2",colorPaletteBrassBorderActive:"--colorPaletteBrassBorderActive",colorPaletteBrassForeground2:"--colorPaletteBrassForeground2",colorPaletteBrownBackground2:"--colorPaletteBrownBackground2",colorPaletteBrownBorderActive:"--colorPaletteBrownBorderActive",colorPaletteBrownForeground2:"--colorPaletteBrownForeground2",colorPaletteCornflowerBackground2:"--colorPaletteCornflowerBackground2",colorPaletteCornflowerBorderActive:"--colorPaletteCornflowerBorderActive",colorPaletteCornflowerForeground2:"--colorPaletteCornflowerForeground2",colorPaletteCranberryBackground2:"--colorPaletteCranberryBackground2",colorPaletteCranberryBorderActive:"--colorPaletteCranberryBorderActive",colorPaletteCranberryForeground2:"--colorPaletteCranberryForeground2",colorPaletteDarkGreenBackground2:"--colorPaletteDarkGreenBackground2",colorPaletteDarkGreenBorderActive:"--colorPaletteDarkGreenBorderActive",colorPaletteDarkGreenForeground2:"--colorPaletteDarkGreenForeground2",colorPaletteDarkRedBackground2:"--colorPaletteDarkRedBackground2",colorPaletteDarkRedBorderActive:"--colorPaletteDarkRedBorderActive",colorPaletteDarkRedForeground2:"--colorPaletteDarkRedForeground2",colorPaletteForestBackground2:"--colorPaletteForestBackground2",colorPaletteForestBorderActive:"--colorPaletteForestBorderActive",colorPaletteForestForeground2:"--colorPaletteForestForeground2",colorPaletteGoldBackground2:"--colorPaletteGoldBackground2",colorPaletteGoldBorderActive:"--colorPaletteGoldBorderActive",colorPaletteGoldForeground2:"--colorPaletteGoldForeground2",colorPaletteGrapeBackground2:"--colorPaletteGrapeBackground2",colorPaletteGrapeBorderActive:"--colorPaletteGrapeBorderActive",colorPaletteGrapeForeground2:"--colorPaletteGrapeForeground2",colorPaletteLavenderBackground2:"--colorPaletteLavenderBackground2",colorPaletteLavenderBorderActive:"--colorPaletteLavenderBorderActive",colorPaletteLavenderForeground2:"--colorPaletteLavenderForeground2",colorPaletteLightTealBackground2:"--colorPaletteLightTealBackground2",colorPaletteLightTealBorderActive:"--colorPaletteLightTealBorderActive",colorPaletteLightTealForeground2:"--colorPaletteLightTealForeground2",colorPaletteLilacBackground2:"--colorPaletteLilacBackground2",colorPaletteLilacBorderActive:"--colorPaletteLilacBorderActive",colorPaletteLilacForeground2:"--colorPaletteLilacForeground2",colorPaletteMagentaBackground2:"--colorPaletteMagentaBackground2",colorPaletteMagentaBorderActive:"--colorPaletteMagentaBorderActive",colorPaletteMagentaForeground2:"--colorPaletteMagentaForeground2",colorPaletteMinkBackground2:"--colorPaletteMinkBackground2",colorPaletteMinkBorderActive:"--colorPaletteMinkBorderActive",colorPaletteMinkForeground2:"--colorPaletteMinkForeground2",colorPaletteNavyBackground2:"--colorPaletteNavyBackground2",colorPaletteNavyBorderActive:"--colorPaletteNavyBorderActive",colorPaletteNavyForeground2:"--colorPaletteNavyForeground2",colorPalettePeachBackground2:"--colorPalettePeachBackground2",colorPalettePeachBorderActive:"--colorPalettePeachBorderActive",colorPalettePeachForeground2:"--colorPalettePeachForeground2",colorPalettePinkBackground2:"--colorPalettePinkBackground2",colorPalettePinkBorderActive:"--colorPalettePinkBorderActive",colorPalettePinkForeground2:"--colorPalettePinkForeground2",colorPalettePlatinumBackground2:"--colorPalettePlatinumBackground2",colorPalettePlatinumBorderActive:"--colorPalettePlatinumBorderActive",colorPalettePlatinumForeground2:"--colorPalettePlatinumForeground2",colorPalettePlumBackground2:"--colorPalettePlumBackground2",colorPalettePlumBorderActive:"--colorPalettePlumBorderActive",colorPalettePlumForeground2:"--colorPalettePlumForeground2",colorPalettePumpkinBackground2:"--colorPalettePumpkinBackground2",colorPalettePumpkinBorderActive:"--colorPalettePumpkinBorderActive",colorPalettePumpkinForeground2:"--colorPalettePumpkinForeground2",colorPalettePurpleBackground2:"--colorPalettePurpleBackground2",colorPalettePurpleBorderActive:"--colorPalettePurpleBorderActive",colorPalettePurpleForeground2:"--colorPalettePurpleForeground2",colorPaletteRoyalBlueBackground2:"--colorPaletteRoyalBlueBackground2",colorPaletteRoyalBlueBorderActive:"--colorPaletteRoyalBlueBorderActive",colorPaletteRoyalBlueForeground2:"--colorPaletteRoyalBlueForeground2",colorPaletteSeafoamBackground2:"--colorPaletteSeafoamBackground2",colorPaletteSeafoamBorderActive:"--colorPaletteSeafoamBorderActive",colorPaletteSeafoamForeground2:"--colorPaletteSeafoamForeground2",colorPaletteSteelBackground2:"--colorPaletteSteelBackground2",colorPaletteSteelBorderActive:"--colorPaletteSteelBorderActive",colorPaletteSteelForeground2:"--colorPaletteSteelForeground2",colorPaletteTealBackground2:"--colorPaletteTealBackground2",colorPaletteTealBorderActive:"--colorPaletteTealBorderActive",colorPaletteTealForeground2:"--colorPaletteTealForeground2",colorStatusSuccessBackground1:"--colorStatusSuccessBackground1",colorStatusSuccessBackground2:"--colorStatusSuccessBackground2",colorStatusSuccessBackground3:"--colorStatusSuccessBackground3",colorStatusSuccessForeground1:"--colorStatusSuccessForeground1",colorStatusSuccessForeground2:"--colorStatusSuccessForeground2",colorStatusSuccessForeground3:"--colorStatusSuccessForeground3",colorStatusSuccessForegroundInverted:"--colorStatusSuccessForegroundInverted",colorStatusSuccessBorderActive:"--colorStatusSuccessBorderActive",colorStatusSuccessBorder1:"--colorStatusSuccessBorder1",colorStatusSuccessBorder2:"--colorStatusSuccessBorder2",colorStatusWarningBackground1:"--colorStatusWarningBackground1",colorStatusWarningBackground2:"--colorStatusWarningBackground2",colorStatusWarningBackground3:"--colorStatusWarningBackground3",colorStatusWarningForeground1:"--colorStatusWarningForeground1",colorStatusWarningForeground2:"--colorStatusWarningForeground2",colorStatusWarningForeground3:"--colorStatusWarningForeground3",colorStatusWarningForegroundInverted:"--colorStatusWarningForegroundInverted",colorStatusWarningBorderActive:"--colorStatusWarningBorderActive",colorStatusWarningBorder1:"--colorStatusWarningBorder1",colorStatusWarningBorder2:"--colorStatusWarningBorder2",colorStatusDangerBackground1:"--colorStatusDangerBackground1",colorStatusDangerBackground2:"--colorStatusDangerBackground2",colorStatusDangerBackground3:"--colorStatusDangerBackground3",colorStatusDangerBackground3Hover:"--colorStatusDangerBackground3Hover",colorStatusDangerBackground3Pressed:"--colorStatusDangerBackground3Pressed",colorStatusDangerForeground1:"--colorStatusDangerForeground1",colorStatusDangerForeground2:"--colorStatusDangerForeground2",colorStatusDangerForeground3:"--colorStatusDangerForeground3",colorStatusDangerForegroundInverted:"--colorStatusDangerForegroundInverted",colorStatusDangerBorderActive:"--colorStatusDangerBorderActive",colorStatusDangerBorder1:"--colorStatusDangerBorder1",colorStatusDangerBorder2:"--colorStatusDangerBorder2",borderRadiusNone:"--borderRadiusNone",borderRadiusSmall:gs,borderRadiusMedium:vs,borderRadiusLarge:"--borderRadiusLarge",borderRadiusXLarge:"--borderRadiusXLarge",borderRadiusCircular:fs,fontFamilyBase:ks,fontFamilyMonospace:"--fontFamilyMonospace",fontFamilyNumeric:"--fontFamilyNumeric",fontSizeBase100:"--fontSizeBase100",fontSizeBase200:$s,fontSizeBase300:ws,fontSizeBase400:Ss,fontSizeBase500:"--fontSizeBase500",fontSizeBase600:"--fontSizeBase600",fontSizeHero700:"--fontSizeHero700",fontSizeHero800:"--fontSizeHero800",fontSizeHero900:"--fontSizeHero900",fontSizeHero1000:"--fontSizeHero1000",fontWeightRegular:Is,fontWeightMedium:"--fontWeightMedium",fontWeightSemibold:Ls,fontWeightBold:"--fontWeightBold",lineHeightBase100:"--lineHeightBase100",lineHeightBase200:Ds,lineHeightBase300:Ms,lineHeightBase400:"--lineHeightBase400",lineHeightBase500:"--lineHeightBase500",lineHeightBase600:"--lineHeightBase600",lineHeightHero700:"--lineHeightHero700",lineHeightHero800:"--lineHeightHero800",lineHeightHero900:"--lineHeightHero900",lineHeightHero1000:"--lineHeightHero1000",shadow2:"--shadow2",shadow4:qs,shadow8:"--shadow8",shadow16:"--shadow16",shadow28:"--shadow28",shadow64:"--shadow64",shadow2Brand:"--shadow2Brand",shadow4Brand:"--shadow4Brand",shadow8Brand:"--shadow8Brand",shadow16Brand:"--shadow16Brand",shadow28Brand:"--shadow28Brand",shadow64Brand:"--shadow64Brand",strokeWidthThin:al,strokeWidthThick:"--strokeWidthThick",strokeWidthThicker:"--strokeWidthThicker",strokeWidthThickest:"--strokeWidthThickest",spacingHorizontalNone:"--spacingHorizontalNone",spacingHorizontalXXS:"--spacingHorizontalXXS",spacingHorizontalXS:dl,spacingHorizontalSNudge:"--spacingHorizontalSNudge",spacingHorizontalS:hl,spacingHorizontalMNudge:"--spacingHorizontalMNudge",spacingHorizontalM:"--spacingHorizontalM",spacingHorizontalL:"--spacingHorizontalL",spacingHorizontalXL:"--spacingHorizontalXL",spacingHorizontalXXL:"--spacingHorizontalXXL",spacingHorizontalXXXL:"--spacingHorizontalXXXL",spacingVerticalNone:"--spacingVerticalNone",spacingVerticalXXS:"--spacingVerticalXXS",spacingVerticalXS:"--spacingVerticalXS",spacingVerticalSNudge:"--spacingVerticalSNudge",spacingVerticalS:$l,spacingVerticalMNudge:"--spacingVerticalMNudge",spacingVerticalM:"--spacingVerticalM",spacingVerticalL:"--spacingVerticalL",spacingVerticalXL:"--spacingVerticalXL",spacingVerticalXXL:"--spacingVerticalXXL",spacingVerticalXXXL:"--spacingVerticalXXXL",durationUltraFast:"--durationUltraFast",durationFaster:"--durationFaster",durationFast:"--durationFast",durationNormal:"--durationNormal",durationGentle:"--durationGentle",durationSlow:"--durationSlow",durationSlower:"--durationSlower",durationUltraSlow:"--durationUltraSlow",curveAccelerateMax:"--curveAccelerateMax",curveAccelerateMid:"--curveAccelerateMid",curveAccelerateMin:"--curveAccelerateMin",curveDecelerateMax:"--curveDecelerateMax",curveDecelerateMid:"--curveDecelerateMid",curveDecelerateMin:"--curveDecelerateMin",curveEasyEaseMax:"--curveEasyEaseMax",curveEasyEase:"--curveEasyEase",curveLinear:"--curveLinear"});const ql=j`
|
|
5
|
+
${It("block")}
|
|
6
6
|
|
|
7
|
-
:host{max-width:fit-content;contain:content}.heading{height:44px;display:grid;position:relative;vertical-align:middle;padding-inline:var(${"--spacingHorizontalM"}) var(${"--spacingHorizontalMNudge"});border-radius:var(${
|
|
8
|
-
${
|
|
7
|
+
:host{max-width:fit-content;contain:content}.heading{height:44px;display:grid;position:relative;vertical-align:middle;padding-inline:var(${"--spacingHorizontalM"}) var(${"--spacingHorizontalMNudge"});border-radius:var(${vs});font-family:var(${ks});font-size:var(${ws});font-weight:var(${Is});line-height:var(${Ms});grid-template-columns:auto auto 1fr auto}.heading-content{height:100%;display:flex;align-items:center}.button{box-sizing:border-box;appearance:none;border:none;outline:none;text-align:start;cursor:pointer;font-family:inherit;height:44px;color:var(${Mt});background:var(${"--colorTransparentBackground"});line-height:var(${Ms});height:auto;padding:0;font-size:inherit;grid-column:auto / span 2;grid-row:1}.button::before{content:'';position:absolute;inset:0px;cursor:pointer;border-radius:var(${gs})}.icon{display:flex;align-items:center;justify-content:center;pointer-events:none;position:relative;height:100%;padding-right:var(${hl});grid-column:1 / span 1;grid-row:1}.region{margin:0 var(${"--spacingHorizontalM"})}::slotted([slot='start']),::slotted([slot='end']){justify-content:center;align-items:center;padding-right:var(${hl});grid-column:2 / span 1;grid-row:1 / span 1}button:focus-visible::after{content:'';position:absolute;inset:0px;cursor:pointer;border-radius:var(${gs});outline:none;border:2px solid var(${"--colorStrokeFocus1"});box-shadow:inset 0 0 0 1px var(${"--colorStrokeFocus2"})}:host([disabled]) .button{color:var(${ro})}:host([disabled]) svg{filter:invert(89%) sepia(0%) saturate(569%) hue-rotate(155deg) brightness(88%) contrast(87%)}:host([expanded]) .region{display:block}:host([expanded]) .default-collapsed-icon,:host([expanded]) ::slotted([slot='collapsed-icon']),:host(:not([expanded])) .default-expanded-icon,:host(:not([expanded])) ::slotted([slot='expanded-icon']),:host([expanded]) ::slotted([slot='end']),::slotted([slot='start']),.region{display:none}:host([expanded]) ::slotted([slot='start']),:host([expanded]) ::slotted([slot='expanded-icon']),:host(:not([expanded])) ::slotted([slot='collapsed-icon']),::slotted([slot='end']){display:flex}.heading{font-size:var(${ws});line-height:var(${Ms})}:host([size='small']) .heading{font-size:var(${$s});line-height:var(${Ds})}:host([size='large']) .heading{font-size:var(${Ss});line-height:var(${"--lineHeightBase400"})}:host([size='extra-large']) .heading{font-size:var(${"--fontSizeBase500"});line-height:var(${"--lineHeightBase500"})}:host([expand-icon-position='end']) :slotted(span[slot='start']),:host([expand-icon-position='end']) ::slotted(span[slot='end']){grid-column:1 / span 1;grid-row:1}:host([expand-icon-position='end']) ::slotted(span[slot='start']),:host([expand-icon-position='end']) ::slotted(span[slot='end']){grid-column:1 / span 1;grid-row:1}:host([expand-icon-position='end']) .icon{grid-column:4 / span 1;grid-row:1;display:flex;padding-left:10px;padding-right:0}:host([expand-icon-position='end']) .button{grid-column:2 / span 3;grid-row:1}:host([block]){max-width:100%}:host([expand-icon-position='end']) .heading{grid-template-columns:auto auto 28px}:host([expand-icon-position='end']) .icon{grid-column:5 / span 1}:host([block][expand-icon-position='end']) .heading{grid-template-columns:auto 1fr}:host([block][expand-icon-position='end']) .icon{grid-column:5 / span 1}`;const Yl=function(e={}){return ke`<div class="heading" part="heading" role="heading" aria-level="${e=>e.headinglevel}"><button class="button" part="button" ${xe("expandbutton")} ?disabled="${e=>e.disabled?"true":void 0}" aria-expanded="${e=>e.expanded}" aria-controls="${e=>e.id}-panel" id="${e=>e.id}" @click="${(e,t)=>e.clickHandler(t.event)}"><span class="heading-content" part="heading-content"><slot name="heading"></slot></span></button>${mt(e)} ${bt(e)}<span class="icon" part="icon" aria-hidden="true"><slot name="expanded-icon">${pt(e.expandedIcon)}</slot><slot name="collapsed-icon">${pt(e.collapsedIcon)}</slot><span></div><div class="region" part="region" id="${e=>e.id}-panel" role="region" aria-labelledby="${e=>e.id}"><slot></slot></div>`}({collapsedIcon:ke.partial('<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n class="default-collapsed-icon"\n>\n <path\n d="M7.73271 4.20694C8.03263 3.92125 8.50737 3.93279 8.79306 4.23271L13.7944 9.48318C14.0703 9.77285 14.0703 10.2281 13.7944 10.5178L8.79306 15.7682C8.50737 16.0681 8.03263 16.0797 7.73271 15.794C7.43279 15.5083 7.42125 15.0336 7.70694 14.7336L12.2155 10.0005L7.70694 5.26729C7.42125 4.96737 7.43279 4.49264 7.73271 4.20694Z"\n fill="currentColor"\n />\n</svg>'),expandedIcon:ke.partial('<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n class="default-expanded-icon"\n>\n <path\n d="M15.794 7.73271C16.0797 8.03263 16.0681 8.50737 15.7682 8.79306L10.5178 13.7944C10.2281 14.0703 9.77285 14.0703 9.48318 13.7944L4.23271 8.79306C3.93279 8.50737 3.92125 8.03263 4.20694 7.73271C4.49264 7.43279 4.96737 7.42125 5.26729 7.70694L10.0005 12.2155L14.7336 7.70694C15.0336 7.42125 15.5083 7.43279 15.794 7.73271Z"\n fill="currentColor"\n />\n</svg>')}),Ul=Bt.compose({name:Lt.prefix+"-accordion-item",template:Yl,styles:ql});var Kl=Object.defineProperty,Ql=Object.getOwnPropertyDescriptor,Zl=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Ql(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&Kl(t,o,n),n};class Jl extends et{constructor(){super(...arguments),this.iconOnly=!1,this.disabled=!1,this.disabledFocusable=!1,this.handleDisabledFocusableClick=e=>{(e&&this.disabled||this.disabledFocusable)&&e.stopImmediatePropagation()}}disabledChanged(e,t){this.disabled?(this.setAttribute("aria-disabled","true"),this.setAttribute("tabindex","-1")):(this.removeAttribute("aria-disabled"),this.removeAttribute("tabindex"))}disabledFocusableChanged(e,t){this.$fastController.isConnected&&(this.disabledFocusable?this.setAttribute("aria-disabled","true"):this.removeAttribute("aria-disabled"))}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this.handleDisabledFocusableClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this.handleDisabledFocusableClick)}}Zl([He],Jl.prototype,"download",2),Zl([He],Jl.prototype,"href",2),Zl([He],Jl.prototype,"hreflang",2),Zl([He],Jl.prototype,"ping",2),Zl([He],Jl.prototype,"referrerpolicy",2),Zl([He],Jl.prototype,"rel",2),Zl([He],Jl.prototype,"target",2),Zl([He],Jl.prototype,"type",2),Zl([$],Jl.prototype,"defaultSlottedContent",2),Zl([He],Jl.prototype,"appearance",2),Zl([He],Jl.prototype,"shape",2),Zl([He],Jl.prototype,"size",2),Zl([He({attribute:"icon-only",mode:"boolean"})],Jl.prototype,"iconOnly",2),Zl([He({mode:"boolean"})],Jl.prototype,"disabled",2),Zl([He({attribute:"disabled-focusable",mode:"boolean"})],Jl.prototype,"disabledFocusable",2);class ec{}Zl([He({attribute:"aria-expanded"})],ec.prototype,"ariaExpanded",2),ft(ec,ut),ft(Jl,vt,ec);const tc={primary:"primary",outline:"outline",subtle:"subtle",secondary:"secondary",transparent:"transparent"},oc={circular:"circular",rounded:"rounded",square:"square"},rc={small:"small",medium:"medium",large:"large"},ac={submit:"submit",reset:"reset",button:"button"},nc=tc,ic=oc,sc=rc,lc={_self:"_self",_blank:"_blank",_parent:"_parent",_top:"_top"};const cc=function(e={}){return ke`<a class="control" part="control" download="${e=>e.download}" href="${e=>e.href}" hreflang="${e=>e.hreflang}" ping="${e=>e.ping}" referrerpolicy="${e=>e.referrerpolicy}" rel="${e=>e.rel}" target="${e=>e.target}" type="${e=>e.type}" aria-atomic="${e=>e.ariaAtomic}" aria-busy="${e=>e.ariaBusy}" aria-controls="${e=>e.ariaControls}" aria-current="${e=>e.ariaCurrent}" aria-describedby="${e=>e.ariaDescribedby}" aria-details="${e=>e.ariaDetails}" aria-disabled="${e=>e.ariaDisabled}" aria-errormessage="${e=>e.ariaErrormessage}" aria-expanded="${e=>e.ariaExpanded}" aria-flowto="${e=>e.ariaFlowto}" aria-haspopup="${e=>e.ariaHaspopup}" aria-hidden="${e=>e.ariaHidden}" aria-invalid="${e=>e.ariaInvalid}" aria-keyshortcuts="${e=>e.ariaKeyshortcuts}" aria-label="${e=>e.ariaLabel}" aria-labelledby="${e=>e.ariaLabelledby}" aria-live="${e=>e.ariaLive}" aria-owns="${e=>e.ariaOwns}" aria-relevant="${e=>e.ariaRelevant}" aria-roledescription="${e=>e.ariaRoledescription}" ${xe("control")}>${mt(e)}<span class="content" part="content"><slot ${Ne("defaultSlottedContent")}></slot></span>${bt(e)}</a>`}(),dc=j`
|
|
8
|
+
${It("inline-flex")}
|
|
9
9
|
|
|
10
|
-
:host{--icon-spacing:var(${"--spacingHorizontalSNudge"});contain:layout style;vertical-align:middle}:host .control{display:inline-flex;align-items:center;box-sizing:border-box;justify-content:center;text-decoration-line:none;margin:0;min-height:32px;outline-style:none;background-color:var(${
|
|
11
|
-
.control{background-color:var(${"--colorNeutralBackgroundDisabled"});border-color:var(${"--colorNeutralStrokeDisabled"});color:var(${
|
|
12
|
-
:host([appearance='transparent']:hover) .control{border-color:Highlight}`)),
|
|
13
|
-
${
|
|
10
|
+
:host{--icon-spacing:var(${"--spacingHorizontalSNudge"});contain:layout style;vertical-align:middle}:host .control{display:inline-flex;align-items:center;box-sizing:border-box;justify-content:center;text-decoration-line:none;margin:0;min-height:32px;outline-style:none;background-color:var(${Mo});color:var(${Mt});border:var(${al}) solid var(${"--colorNeutralStroke1"});padding:0 var(${"--spacingHorizontalM"});min-width:96px;border-radius:var(${vs});font-size:var(${ws});font-family:var(${ks});font-weight:var(${Ls});line-height:var(${Ms});transition-duration:var(${"--durationFaster"});transition-property:background,border,color;transition-timing-function:var(${"--curveEasyEase"});cursor:pointer}.content{display:inherit}:host(:hover) .control{background-color:var(${"--colorNeutralBackground1Hover"});color:var(${"--colorNeutralForeground1Hover"});border-color:var(${"--colorNeutralStroke1Hover"})}:host(:hover:active) .control{background-color:var(${"--colorNeutralBackground1Pressed"});border-color:var(${"--colorNeutralStroke1Pressed"});color:var(${"--colorNeutralForeground1Pressed"});outline-style:none}:host .control:focus-visible{border-color:var(${"--colorTransparentStroke"});outline:var(${"--strokeWidthThick"}) solid var(${"--colorTransparentStroke"});box-shadow:var(${qs}),0 0 0 2px var(${"--colorStrokeFocus2"})}@media screen and (prefers-reduced-motion:reduce){transition-duration:0.01ms}::slotted(svg){font-size:20px;height:20px;width:20px;fill:currentColor}[slot='start'],::slotted([slot='start']){margin-inline-end:var(--icon-spacing)}[slot='end'],::slotted([slot='end']){margin-inline-start:var(--icon-spacing)}:host([icon-only]) .control{min-width:32px;max-width:32px}:host([size='small']){--icon-spacing:var(${dl})}:host([size='small']) .control{min-height:24px;min-width:64px;padding:0 var(${hl});border-radius:var(${gs});font-size:var(${$s});line-height:var(${Ds});font-weight:var(${Is})}:host([size='small'][icon-only]) .control{min-width:24px;max-width:24px}:host([size='large']) .control{min-height:40px;border-radius:var(${"--borderRadiusLarge"});padding:0 var(${"--spacingHorizontalL"});font-size:var(${Ss});line-height:var(${"--lineHeightBase400"})}:host([size='large'][icon-only]) .control{min-width:40px;max-width:40px}:host([size='large']) ::slotted(svg){font-size:24px;height:24px;width:24px}:host([shape='circular']) .control,:host([shape='circular']) .control:focus-visible{border-radius:var(${fs})}:host([shape='square']) .control,:host([shape='square']) .control:focus-visible{border-radius:var(${"--borderRadiusNone"})}:host([appearance='primary']) .control{background-color:var(${"--colorBrandBackground"});color:var(${"--colorNeutralForegroundOnBrand"});border-color:transparent}:host([appearance='primary']:hover) .control{background-color:var(${"--colorBrandBackgroundHover"})}:host([appearance='primary']:hover) .control,:host([appearance='primary']:hover:active) .control{border-color:transparent;color:var(${"--colorNeutralForegroundOnBrand"})}:host([appearance='primary']:hover:active) .control{background-color:var(${"--colorBrandBackgroundPressed"})}:host([appearance='primary']) .control:focus-visible{border-color:var(${"--colorNeutralForegroundOnBrand"});box-shadow:var(${"--shadow2"}),0 0 0 2px var(${"--colorStrokeFocus2"})}:host(is:([disabled][appearance='primary'],[disabled-focusabale][appearance="primary"])) .control,:host(is:([disabled][appearance='primary'],[disabled-focusabale][appearance="primary"]):hover) .control,:host(is:([disabled][appearance='primary'],[disabled-focusabale][appearance="primary"]):hover:active) .control{border-color:transparent}:host([appearance='outline']) .control{background-color:var(${"--colorTransparentBackground"})}:host([appearance='outline']:hover) .control{background-color:var(${"--colorTransparentBackgroundHover"})}:host([appearance='outline']:hover:active) .control{background-color:var(${"--colorTransparentBackgroundPressed"})}:host(is:([disabled][appearance='outline'],[disabled-focusabale][appearance="outline"])) .control,:host(is:([disabled][appearance='outline'],[disabled-focusabale][appearance="outline"]):hover) .control,:host(is:([disabled][appearance='outline'],[disabled-focusabale][appearance="outline"]):hover:active) .control{background-color:var(${"--colorTransparentBackground"})}:host([appearance='subtle']) .control{background-color:var(${"--colorSubtleBackground"});color:var(${"--colorNeutralForeground2"});border-color:transparent}:host([appearance='subtle']:hover) .control{background-color:var(${"--colorSubtleBackgroundHover"});color:var(${"--colorNeutralForeground2Hover"});border-color:transparent}:host([appearance='subtle']:hover:active) .control{background-color:var(${"--colorSubtleBackgroundPressed"});color:var(${"--colorNeutralForeground2Pressed"});border-color:transparent}:host(is:([disabled][appearance='subtle'],[disabled-focusabale][appearance="subtle"])) .control,:host(is:([disabled][appearance='subtle'],[disabled-focusabale][appearance="subtle"]):hover) .control,:host(is:([disabled][appearance='subtle'],[disabled-focusabale][appearance="subtle"]):hover:active) .control{background-color:var(${"--colorTransparentBackground"});border-color:transparent}:host([appearance='subtle']:hover) ::slotted(svg){fill:var(${"--colorNeutralForeground2BrandHover"})}:host([appearance='subtle']:hover:active) ::slotted(svg){fill:var(${"--colorNeutralForeground2BrandPressed"})}:host([appearance='transparent']) .control{background-color:var(${"--colorTransparentBackground"});color:var(${"--colorNeutralForeground2"})}:host([appearance='transparent']:hover) .control{background-color:var(${"--colorTransparentBackgroundHover"});color:var(${"--colorNeutralForeground2BrandHover"})}:host([appearance='transparent']:hover:active) .control{background-color:var(${"--colorTransparentBackgroundPressed"});color:var(${"--colorNeutralForeground2BrandPressed"})}:host([appearance='transparent']) .control,:host([appearance='transparent']:hover) .control,:host([appearance='transparent']:hover:active) .control{border-color:transparent}:host(is:([disabled][appearance='transparent'],[disabled-focusabale][appearance="transparent"])) .control,:host(is:([disabled][appearance='transparent'],[disabled-focusabale][appearance="transparent"]):hover) .control,:host(is:([disabled][appearance='transparent'],[disabled-focusabale][appearance="transparent"]):hover:active) .control{border-color:transparent;background-color:var(${"--colorTransparentBackground"})}:host(:is([disabled],[disabled-focusable],[appearance][disabled],[appearance][disabled-focusable])) .control,:host(:is([disabled],[disabled-focusable],[appearance][disabled],[appearance][disabled-focusable]):hover) .control,:host(:is([disabled],[disabled-focusable],[appearance][disabled],[appearance][disabled-focusable]):hover:active)
|
|
11
|
+
.control{background-color:var(${"--colorNeutralBackgroundDisabled"});border-color:var(${"--colorNeutralStrokeDisabled"});color:var(${ro});cursor:not-allowed}`.withBehaviors(At(j`
|
|
12
|
+
:host([appearance='transparent']:hover) .control{border-color:Highlight}`)),uc=j`
|
|
13
|
+
${dc}
|
|
14
14
|
|
|
15
|
-
.content{text-align:center}`,
|
|
16
|
-
${Pt("inline-flex")} :host{position:relative;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;font-family:var(${ms});font-weight:var(${Is});font-size:var(${$s});border-radius:var(${bs});color:var(${qt});background-color:var(${"--colorNeutralBackground6"});contain:layout style}.default-icon,::slotted(svg){width:20px;height:20px;font-size:20px}::slotted(img){box-sizing:border-box;width:100%;height:100%;border-radius:var(${bs})}::slotted([slot='badge']){position:absolute;bottom:0;right:0;box-shadow:0 0 0 var(${ol}) var(${Oo})}:host([size='64']) ::slotted([slot='badge']),:host([size='72']) ::slotted([slot='badge']),:host([size='96']) ::slotted([slot='badge']),:host([size='120']) ::slotted([slot='badge']),:host([size='128']) ::slotted([slot='badge']){box-shadow:0 0 0 var(${"--strokeWidthThick"}) var(${Oo})}:host([size='16']),:host([size='20']),:host([size='24']){font-size:var(${"--fontSizeBase100"});font-weight:var(${Ts})}:host([size='16']){width:16px;height:16px}:host([size='20']){width:20px;height:20px}:host([size='24']){width:24px;height:24px}:host([size='16']) .default-icon,:host([size='16']) ::slotted(svg){width:12px;height:12px;font-size:12px}:host([size='20']) .default-icon,:host([size='24']) .default-icon,:host([size='20']) ::slotted(svg),:host([size='24']) ::slotted(svg){width:16px;height:16px;font-size:16px}:host([size='28']){width:28px;height:28px;font-size:var(${xs})}:host([size='36']){width:36px;height:36px}:host([size='40']){width:40px;height:40px}:host([size='48']),:host([size='56']){font-size:var(${Bs})}:host([size='48']){width:48px;height:48px}:host([size='48']) .default-icon,:host([size='48']) ::slotted(svg){width:24px;height:24px;font-size:24px}:host([size='56']){width:56px;height:56px}:host([size='56']) .default-icon,:host([size='56']) ::slotted(svg){width:28px;height:28px;font-size:28px}:host([size='64']),:host([size='72']),:host([size='96']){font-size:var(${"--fontSizeBase500"})}:host([size='64']) .default-icon,:host([size='72']) .default-icon,:host([size='64']) ::slotted(svg),:host([size='72']) ::slotted(svg){width:32px;height:32px;font-size:32px}:host([size='64']){width:64px;height:64px}:host([size='72']){width:72px;height:72px}:host([size='96']){width:96px;height:96px}:host([size='96']) .default-icon,:host([size='120']) .default-icon,:host([size='128']) .default-icon,:host([size='96']) ::slotted(svg),:host([size='120']) ::slotted(svg),:host([size='128']) ::slotted(svg){width:48px;height:48px;font-size:48px}:host([size='120']),:host([size='128']){font-size:var(${"--fontSizeBase600"})}:host([size='120']){width:120px;height:120px}:host([size='128']){width:128px;height:128px}:host([shape='square']){border-radius:var(${ps})}:host([shape='square'][size='20']),:host([shape='square'][size='24']){border-radius:var(${hs})}:host([shape='square'][size='56']),:host([shape='square'][size='64']),:host([shape='square'][size='72']){border-radius:var(${"--borderRadiusLarge"})}:host([shape='square'][size='96']),:host([shape='square'][size='120']),:host([shape='square'][size='128']){border-radius:var(${"--borderRadiusXLarge"})}:host([data-color='brand']){color:var(${"--colorNeutralForegroundStaticInverted"});background-color:var(${"--colorBrandBackgroundStatic"})}:host([data-color='dark-red']){color:var(${"--colorPaletteDarkRedForeground2"});background-color:var(${"--colorPaletteDarkRedBackground2"})}:host([data-color='cranberry']){color:var(${"--colorPaletteCranberryForeground2"});background-color:var(${"--colorPaletteCranberryBackground2"})}:host([data-color='red']){color:var(${"--colorPaletteRedForeground2"});background-color:var(${"--colorPaletteRedBackground2"})}:host([data-color='pumpkin']){color:var(${"--colorPalettePumpkinForeground2"});background-color:var(${"--colorPalettePumpkinBackground2"})}:host([data-color='peach']){color:var(${"--colorPalettePeachForeground2"});background-color:var(${"--colorPalettePeachBackground2"})}:host([data-color='marigold']){color:var(${"--colorPaletteMarigoldForeground2"});background-color:var(${"--colorPaletteMarigoldBackground2"})}:host([data-color='gold']){color:var(${"--colorPaletteGoldForeground2"});background-color:var(${"--colorPaletteGoldBackground2"})}:host([data-color='brass']){color:var(${"--colorPaletteBrassForeground2"});background-color:var(${"--colorPaletteBrassBackground2"})}:host([data-color='brown']){color:var(${"--colorPaletteBrownForeground2"});background-color:var(${"--colorPaletteBrownBackground2"})}:host([data-color='forest']){color:var(${"--colorPaletteForestForeground2"});background-color:var(${"--colorPaletteForestBackground2"})}:host([data-color='seafoam']){color:var(${"--colorPaletteSeafoamForeground2"});background-color:var(${"--colorPaletteSeafoamBackground2"})}:host([data-color='dark-green']){color:var(${"--colorPaletteDarkGreenForeground2"});background-color:var(${"--colorPaletteDarkGreenBackground2"})}:host([data-color='light-teal']){color:var(${"--colorPaletteLightTealForeground2"});background-color:var(${"--colorPaletteLightTealBackground2"})}:host([data-color='teal']){color:var(${"--colorPaletteTealForeground2"});background-color:var(${"--colorPaletteTealBackground2"})}:host([data-color='steel']){color:var(${"--colorPaletteSteelForeground2"});background-color:var(${"--colorPaletteSteelBackground2"})}:host([data-color='blue']){color:var(${"--colorPaletteBlueForeground2"});background-color:var(${"--colorPaletteBlueBackground2"})}:host([data-color='royal-blue']){color:var(${"--colorPaletteRoyalBlueForeground2"});background-color:var(${"--colorPaletteRoyalBlueBackground2"})}:host([data-color='cornflower']){color:var(${"--colorPaletteCornflowerForeground2"});background-color:var(${"--colorPaletteCornflowerBackground2"})}:host([data-color='navy']){color:var(${"--colorPaletteNavyForeground2"});background-color:var(${"--colorPaletteNavyBackground2"})}:host([data-color='lavender']){color:var(${"--colorPaletteLavenderForeground2"});background-color:var(${"--colorPaletteLavenderBackground2"})}:host([data-color='purple']){color:var(${"--colorPalettePurpleForeground2"});background-color:var(${"--colorPalettePurpleBackground2"})}:host([data-color='grape']){color:var(${"--colorPaletteGrapeForeground2"});background-color:var(${"--colorPaletteGrapeBackground2"})}:host([data-color='lilac']){color:var(${"--colorPaletteLilacForeground2"});background-color:var(${"--colorPaletteLilacBackground2"})}:host([data-color='pink']){color:var(${"--colorPalettePinkForeground2"});background-color:var(${"--colorPalettePinkBackground2"})}:host([data-color='magenta']){color:var(${"--colorPaletteMagentaForeground2"});background-color:var(${"--colorPaletteMagentaBackground2"})}:host([data-color='plum']){color:var(${"--colorPalettePlumForeground2"});background-color:var(${"--colorPalettePlumBackground2"})}:host([data-color='beige']){color:var(${"--colorPaletteBeigeForeground2"});background-color:var(${"--colorPaletteBeigeBackground2"})}:host([data-color='mink']){color:var(${"--colorPaletteMinkForeground2"});background-color:var(${"--colorPaletteMinkBackground2"})}:host([data-color='platinum']){color:var(${"--colorPalettePlatinumForeground2"});background-color:var(${"--colorPalettePlatinumBackground2"})}:host([data-color='anchor']){color:var(${"--colorPaletteAnchorForeground2"});background-color:var(${"--colorPaletteAnchorBackground2"})}:host([active]){transform:perspective(1px);transition-property:transform,opacity;transition-duration:var(${"--durationUltraSlow"}),var(${"--durationFaster"});transition-delay:var(${Ac}),var(${Ic})}:host([active])::before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;border-radius:inherit;transition-property:margin,opacity;transition-duration:var(${"--durationUltraSlow"}),var(${"--durationSlower"});transition-delay:var(${Ac}),var(${Ic})}:host([active])::before{box-shadow:var(${"--shadow8"});border-style:solid;border-color:var(${"--colorBrandBackgroundStatic"})}:host([active][appearance='shadow'])::before{border-style:none;border-color:none}:host([active]:not([appearance='shadow']))::before{margin:calc(-2 * var(${"--strokeWidthThick"}));border-width:var(${"--strokeWidthThick"})}:host([size='56'][active]:not([appearance='shadow']))::before,:host([size='64'][active]:not([appearance='shadow']))::before{margin:calc(-2 * var(${"--strokeWidthThicker"}));border-width:var(${"--strokeWidthThicker"})}:host([size='72'][active]:not([appearance='shadow']))::before,:host([size='96'][active]:not([appearance='shadow']))::before,:host([size='120'][active]:not([appearance='shadow']))::before,:host([size='128'][active]:not([appearance='shadow']))::before{margin:calc(-2 * var(${"--strokeWidthThickest"}));border-width:var(${"--strokeWidthThickest"})}:host([size='20'][active][appearance])::before,:host([size='24'][active][appearance])::before,:host([size='28'][active][appearance])::before{box-shadow:var(${Xs})}:host([size='56'][active][appearance])::before,:host([size='64'][active][appearance])::before{box-shadow:var(${"--shadow16"})}:host([size='72'][active][appearance])::before,:host([size='96'][active][appearance])::before,:host([size='120'][active][appearance])::before,:host([size='128'][active][appearance])::before{box-shadow:var(${"--shadow28"})}:host([active][appearance='ring'])::before{box-shadow:none}:host([active='inactive']){opacity:0.8;transform:scale(0.875);transition-property:transform,opacity;transition-duration:var(${"--durationUltraSlow"}),var(${"--durationFaster"});transition-delay:var(${Tc}),var(${Ic})}:host([active='inactive'])::before{margin:0;opacity:0;transition-property:margin,opacity;transition-duration:var(${"--durationUltraSlow"}),var(${"--durationSlower"});transition-delay:var(${Tc}),var(${Ic})}@media screen and (prefers-reduced-motion:reduce){:host([active]){transition-duration:0.01ms}:host([active])::before{transition-duration:0.01ms;transition-delay:0.01ms}}`,Lc=Sc.compose({name:Ct.prefix+"-avatar",template:Nc,styles:zc});function Hc(e,...t){const o=Ie.locate(e);t.forEach(t=>{Object.getOwnPropertyNames(t.prototype).forEach(o=>{"constructor"!==o&&Object.defineProperty(e.prototype,o,Object.getOwnPropertyDescriptor(t.prototype,o))});Ie.locate(t).forEach(e=>o.push(e))})}const Oc={filled:"filled",ghost:"ghost",outline:"outline",tint:"tint"},Dc={brand:"brand",danger:"danger",important:"important",informative:"informative",severe:"severe",subtle:"subtle",success:"success",warning:"warning"},Mc={circular:"circular",rounded:"rounded",square:"square"},Ec={tiny:"tiny",extraSmall:"extra-small",small:"small",medium:"medium",large:"large",extraLarge:"extra-large"};var Rc=Object.defineProperty,jc=Object.getOwnPropertyDescriptor,Vc=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?jc(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&Rc(t,o,n),n};class Gc extends ot{constructor(){super(...arguments),this.appearance=Oc.filled,this.color=Dc.brand}}function _c(e={}){return xe` ${gt(e)}<slot>${ut(e.defaultContent)}</slot>${pt(e)} `}Vc([De],Gc.prototype,"appearance",2),Vc([De],Gc.prototype,"color",2),Vc([De],Gc.prototype,"shape",2),Vc([De],Gc.prototype,"size",2),Hc(Gc,ht);const Xc=_c(),Wc="--spacingHorizontalXXS",qc=G.partial`
|
|
17
|
-
${
|
|
15
|
+
.content{text-align:center}`,hc=Jl.compose({name:Lt.prefix+"-anchor-button",template:cc,styles:uc,shadowOptions:{delegatesFocus:!0}}),pc=/[\(\[\{][^\)\]\}]*[\)\]\}]/g,gc=/[\0-\u001F\!-/:-@\[-`\{-\u00BF\u0250-\u036F\uD800-\uFFFF]/g,vc=/^\d+[\d\s]*(:?ext|x|)\s*\d+$/i,bc=/\s+/g,mc=/[\u0600-\u06FF\u0750-\u077F\u08A0-\u08FF\u1100-\u11FF\u3130-\u318F\uA960-\uA97F\uAC00-\uD7AF\uD7B0-\uD7FF\u3040-\u309F\u30A0-\u30FF\u3400-\u4DBF\u4E00-\u9FFF\uF900-\uFAFF]|[\uD840-\uD869][\uDC00-\uDED6]/;function fc(e,t,o){return e?(e=function(e){return e=(e=(e=(e=e.replace(pc,"")).replace(gc,"")).replace(bc," ")).trim()}(e),mc.test(e)||!(null==o?void 0:o.allowPhoneInitials)&&vc.test(e)?"":function(e,t,o){let r="";const a=e.split(" ");return 0!==a.length&&(r+=a[0].charAt(0).toUpperCase()),o||(2===a.length?r+=a[1].charAt(0).toUpperCase():3===a.length&&(r+=a[2].charAt(0).toUpperCase())),t&&r.length>1?r.charAt(1)+r.charAt(0):r}(e,t,null==o?void 0:o.firstInitialOnly)):""}const kc={active:"active",inactive:"inactive"},yc={circular:"circular",square:"square"},xc={ring:"ring",shadow:"shadow",ringShadow:"ring-shadow"},Bc={darkRed:"dark-red",cranberry:"cranberry",red:"red",pumpkin:"pumpkin",peach:"peach",marigold:"marigold",gold:"gold",brass:"brass",brown:"brown",forest:"forest",seafoam:"seafoam",darkGreen:"dark-green",lightTeal:"light-teal",teal:"teal",steel:"steel",blue:"blue",royalBlue:"royal-blue",cornflower:"cornflower",navy:"navy",lavender:"lavender",purple:"purple",grape:"grape",lilac:"lilac",pink:"pink",magenta:"magenta",plum:"plum",beige:"beige",mink:"mink",platinum:"platinum",anchor:"anchor"},$c={neutral:"neutral",brand:"brand",colorful:"colorful",...Bc},wc={_16:16,_20:20,_24:24,_28:28,_32:32,_36:36,_40:40,_48:48,_56:56,_64:64,_72:72,_96:96,_120:120,_128:128};var Sc=Object.defineProperty,Pc=Object.getOwnPropertyDescriptor,Fc=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Pc(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&Sc(t,o,n),n};const Cc=class extends et{constructor(){super(...arguments),this.color="neutral"}generateColor(){var e,t;if(this.color)return this.color===$c.colorful?Cc.colors[Tc(null!=(t=null!=(e=this.colorId)?e:this.name)?t:"")%Cc.colors.length]:this.color}generateInitials(){var e,t;if(!this.name&&!this.initials)return;const o=null!=(e=this.size)?e:32;return null!=(t=this.initials)?t:fc(this.name,"rtl"===window.getComputedStyle(this).direction,{firstInitialOnly:o<=16})}};let Nc=Cc;Nc.colors=Object.values(Bc),Fc([He],Nc.prototype,"name",2),Fc([He],Nc.prototype,"initials",2),Fc([He({converter:ze})],Nc.prototype,"size",2),Fc([He],Nc.prototype,"shape",2),Fc([He],Nc.prototype,"active",2),Fc([He],Nc.prototype,"appearance",2),Fc([He],Nc.prototype,"color",2),Fc([He({attribute:"color-id"})],Nc.prototype,"colorId",2);const Tc=e=>{let t=0;for(let o=e.length-1;o>=0;o--){const r=e.charCodeAt(o),a=o%8;t^=(r<<a)+(r>>8-a)}return t},Ac=ke`<svg width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" class="default-icon" fill="currentcolor" aria-hidden="true"><path d="M10 2a4 4 0 100 8 4 4 0 000-8zM7 6a3 3 0 116 0 3 3 0 01-6 0zm-2 5a2 2 0 00-2 2c0 1.7.83 2.97 2.13 3.8A9.14 9.14 0 0010 18c1.85 0 3.58-.39 4.87-1.2A4.35 4.35 0 0017 13a2 2 0 00-2-2H5zm-1 2a1 1 0 011-1h10a1 1 0 011 1c0 1.3-.62 2.28-1.67 2.95A8.16 8.16 0 0110 17a8.16 8.16 0 01-4.33-1.05A3.36 3.36 0 014 13z"></path></svg>`;const Ic=ke`<template role="img" data-color=${e=>e.generateColor()}><slot>${e=>e.name||e.initials?e.generateInitials():Ac}</slot><slot name="badge"></slot></template>`,zc="--curveDecelerateMin",Lc="--curveEasyEaseMax",Hc="--curveLinear",Oc=j`
|
|
16
|
+
${It("inline-flex")} :host{position:relative;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;font-family:var(${ks});font-weight:var(${Ls});font-size:var(${ws});border-radius:var(${fs});color:var(${Ut});background-color:var(${"--colorNeutralBackground6"});contain:layout style}.default-icon,::slotted(svg){width:20px;height:20px;font-size:20px}::slotted(img){box-sizing:border-box;width:100%;height:100%;border-radius:var(${fs})}::slotted([slot='badge']){position:absolute;bottom:0;right:0;box-shadow:0 0 0 var(${al}) var(${Mo})}:host([size='64']) ::slotted([slot='badge']),:host([size='72']) ::slotted([slot='badge']),:host([size='96']) ::slotted([slot='badge']),:host([size='120']) ::slotted([slot='badge']),:host([size='128']) ::slotted([slot='badge']){box-shadow:0 0 0 var(${"--strokeWidthThick"}) var(${Mo})}:host([size='16']),:host([size='20']),:host([size='24']){font-size:var(${"--fontSizeBase100"});font-weight:var(${Is})}:host([size='16']){width:16px;height:16px}:host([size='20']){width:20px;height:20px}:host([size='24']){width:24px;height:24px}:host([size='16']) .default-icon,:host([size='16']) ::slotted(svg){width:12px;height:12px;font-size:12px}:host([size='20']) .default-icon,:host([size='24']) .default-icon,:host([size='20']) ::slotted(svg),:host([size='24']) ::slotted(svg){width:16px;height:16px;font-size:16px}:host([size='28']){width:28px;height:28px;font-size:var(${$s})}:host([size='36']){width:36px;height:36px}:host([size='40']){width:40px;height:40px}:host([size='48']),:host([size='56']){font-size:var(${Ss})}:host([size='48']){width:48px;height:48px}:host([size='48']) .default-icon,:host([size='48']) ::slotted(svg){width:24px;height:24px;font-size:24px}:host([size='56']){width:56px;height:56px}:host([size='56']) .default-icon,:host([size='56']) ::slotted(svg){width:28px;height:28px;font-size:28px}:host([size='64']),:host([size='72']),:host([size='96']){font-size:var(${"--fontSizeBase500"})}:host([size='64']) .default-icon,:host([size='72']) .default-icon,:host([size='64']) ::slotted(svg),:host([size='72']) ::slotted(svg){width:32px;height:32px;font-size:32px}:host([size='64']){width:64px;height:64px}:host([size='72']){width:72px;height:72px}:host([size='96']){width:96px;height:96px}:host([size='96']) .default-icon,:host([size='120']) .default-icon,:host([size='128']) .default-icon,:host([size='96']) ::slotted(svg),:host([size='120']) ::slotted(svg),:host([size='128']) ::slotted(svg){width:48px;height:48px;font-size:48px}:host([size='120']),:host([size='128']){font-size:var(${"--fontSizeBase600"})}:host([size='120']){width:120px;height:120px}:host([size='128']){width:128px;height:128px}:host([shape='square']){border-radius:var(${vs})}:host([shape='square'][size='20']),:host([shape='square'][size='24']){border-radius:var(${gs})}:host([shape='square'][size='56']),:host([shape='square'][size='64']),:host([shape='square'][size='72']){border-radius:var(${"--borderRadiusLarge"})}:host([shape='square'][size='96']),:host([shape='square'][size='120']),:host([shape='square'][size='128']){border-radius:var(${"--borderRadiusXLarge"})}:host([data-color='brand']){color:var(${"--colorNeutralForegroundStaticInverted"});background-color:var(${"--colorBrandBackgroundStatic"})}:host([data-color='dark-red']){color:var(${"--colorPaletteDarkRedForeground2"});background-color:var(${"--colorPaletteDarkRedBackground2"})}:host([data-color='cranberry']){color:var(${"--colorPaletteCranberryForeground2"});background-color:var(${"--colorPaletteCranberryBackground2"})}:host([data-color='red']){color:var(${"--colorPaletteRedForeground2"});background-color:var(${"--colorPaletteRedBackground2"})}:host([data-color='pumpkin']){color:var(${"--colorPalettePumpkinForeground2"});background-color:var(${"--colorPalettePumpkinBackground2"})}:host([data-color='peach']){color:var(${"--colorPalettePeachForeground2"});background-color:var(${"--colorPalettePeachBackground2"})}:host([data-color='marigold']){color:var(${"--colorPaletteMarigoldForeground2"});background-color:var(${"--colorPaletteMarigoldBackground2"})}:host([data-color='gold']){color:var(${"--colorPaletteGoldForeground2"});background-color:var(${"--colorPaletteGoldBackground2"})}:host([data-color='brass']){color:var(${"--colorPaletteBrassForeground2"});background-color:var(${"--colorPaletteBrassBackground2"})}:host([data-color='brown']){color:var(${"--colorPaletteBrownForeground2"});background-color:var(${"--colorPaletteBrownBackground2"})}:host([data-color='forest']){color:var(${"--colorPaletteForestForeground2"});background-color:var(${"--colorPaletteForestBackground2"})}:host([data-color='seafoam']){color:var(${"--colorPaletteSeafoamForeground2"});background-color:var(${"--colorPaletteSeafoamBackground2"})}:host([data-color='dark-green']){color:var(${"--colorPaletteDarkGreenForeground2"});background-color:var(${"--colorPaletteDarkGreenBackground2"})}:host([data-color='light-teal']){color:var(${"--colorPaletteLightTealForeground2"});background-color:var(${"--colorPaletteLightTealBackground2"})}:host([data-color='teal']){color:var(${"--colorPaletteTealForeground2"});background-color:var(${"--colorPaletteTealBackground2"})}:host([data-color='steel']){color:var(${"--colorPaletteSteelForeground2"});background-color:var(${"--colorPaletteSteelBackground2"})}:host([data-color='blue']){color:var(${"--colorPaletteBlueForeground2"});background-color:var(${"--colorPaletteBlueBackground2"})}:host([data-color='royal-blue']){color:var(${"--colorPaletteRoyalBlueForeground2"});background-color:var(${"--colorPaletteRoyalBlueBackground2"})}:host([data-color='cornflower']){color:var(${"--colorPaletteCornflowerForeground2"});background-color:var(${"--colorPaletteCornflowerBackground2"})}:host([data-color='navy']){color:var(${"--colorPaletteNavyForeground2"});background-color:var(${"--colorPaletteNavyBackground2"})}:host([data-color='lavender']){color:var(${"--colorPaletteLavenderForeground2"});background-color:var(${"--colorPaletteLavenderBackground2"})}:host([data-color='purple']){color:var(${"--colorPalettePurpleForeground2"});background-color:var(${"--colorPalettePurpleBackground2"})}:host([data-color='grape']){color:var(${"--colorPaletteGrapeForeground2"});background-color:var(${"--colorPaletteGrapeBackground2"})}:host([data-color='lilac']){color:var(${"--colorPaletteLilacForeground2"});background-color:var(${"--colorPaletteLilacBackground2"})}:host([data-color='pink']){color:var(${"--colorPalettePinkForeground2"});background-color:var(${"--colorPalettePinkBackground2"})}:host([data-color='magenta']){color:var(${"--colorPaletteMagentaForeground2"});background-color:var(${"--colorPaletteMagentaBackground2"})}:host([data-color='plum']){color:var(${"--colorPalettePlumForeground2"});background-color:var(${"--colorPalettePlumBackground2"})}:host([data-color='beige']){color:var(${"--colorPaletteBeigeForeground2"});background-color:var(${"--colorPaletteBeigeBackground2"})}:host([data-color='mink']){color:var(${"--colorPaletteMinkForeground2"});background-color:var(${"--colorPaletteMinkBackground2"})}:host([data-color='platinum']){color:var(${"--colorPalettePlatinumForeground2"});background-color:var(${"--colorPalettePlatinumBackground2"})}:host([data-color='anchor']){color:var(${"--colorPaletteAnchorForeground2"});background-color:var(${"--colorPaletteAnchorBackground2"})}:host([active]){transform:perspective(1px);transition-property:transform,opacity;transition-duration:var(${"--durationUltraSlow"}),var(${"--durationFaster"});transition-delay:var(${Lc}),var(${Hc})}:host([active])::before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;border-radius:inherit;transition-property:margin,opacity;transition-duration:var(${"--durationUltraSlow"}),var(${"--durationSlower"});transition-delay:var(${Lc}),var(${Hc})}:host([active])::before{box-shadow:var(${"--shadow8"});border-style:solid;border-color:var(${"--colorBrandBackgroundStatic"})}:host([active][appearance='shadow'])::before{border-style:none;border-color:none}:host([active]:not([appearance='shadow']))::before{margin:calc(-2 * var(${"--strokeWidthThick"}));border-width:var(${"--strokeWidthThick"})}:host([size='56'][active]:not([appearance='shadow']))::before,:host([size='64'][active]:not([appearance='shadow']))::before{margin:calc(-2 * var(${"--strokeWidthThicker"}));border-width:var(${"--strokeWidthThicker"})}:host([size='72'][active]:not([appearance='shadow']))::before,:host([size='96'][active]:not([appearance='shadow']))::before,:host([size='120'][active]:not([appearance='shadow']))::before,:host([size='128'][active]:not([appearance='shadow']))::before{margin:calc(-2 * var(${"--strokeWidthThickest"}));border-width:var(${"--strokeWidthThickest"})}:host([size='20'][active][appearance])::before,:host([size='24'][active][appearance])::before,:host([size='28'][active][appearance])::before{box-shadow:var(${qs})}:host([size='56'][active][appearance])::before,:host([size='64'][active][appearance])::before{box-shadow:var(${"--shadow16"})}:host([size='72'][active][appearance])::before,:host([size='96'][active][appearance])::before,:host([size='120'][active][appearance])::before,:host([size='128'][active][appearance])::before{box-shadow:var(${"--shadow28"})}:host([active][appearance='ring'])::before{box-shadow:none}:host([active='inactive']){opacity:0.8;transform:scale(0.875);transition-property:transform,opacity;transition-duration:var(${"--durationUltraSlow"}),var(${"--durationFaster"});transition-delay:var(${zc}),var(${Hc})}:host([active='inactive'])::before{margin:0;opacity:0;transition-property:margin,opacity;transition-duration:var(${"--durationUltraSlow"}),var(${"--durationSlower"});transition-delay:var(${zc}),var(${Hc})}@media screen and (prefers-reduced-motion:reduce){:host([active]){transition-duration:0.01ms}:host([active])::before{transition-duration:0.01ms;transition-delay:0.01ms}}`,Dc=Nc.compose({name:Lt.prefix+"-avatar",template:Ic,styles:Oc}),Mc={filled:"filled",ghost:"ghost",outline:"outline",tint:"tint"},Ec={brand:"brand",danger:"danger",important:"important",informative:"informative",severe:"severe",subtle:"subtle",success:"success",warning:"warning"},Rc={circular:"circular",rounded:"rounded",square:"square"},jc={tiny:"tiny",extraSmall:"extra-small",small:"small",medium:"medium",large:"large",extraLarge:"extra-large"};var Vc=Object.defineProperty,_c=Object.getOwnPropertyDescriptor,Gc=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?_c(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&Vc(t,o,n),n};class Xc extends et{constructor(){super(...arguments),this.appearance=Mc.filled,this.color=Ec.brand}}function Wc(e={}){return ke` ${mt(e)}<slot>${pt(e.defaultContent)}</slot>${bt(e)} `}Gc([He],Xc.prototype,"appearance",2),Gc([He],Xc.prototype,"color",2),Gc([He],Xc.prototype,"shape",2),Gc([He],Xc.prototype,"size",2),ft(Xc,vt);const qc=Wc(),Yc="--spacingHorizontalXXS",Uc=j.partial`
|
|
17
|
+
${It("inline-flex")} :host {
|
|
18
18
|
position: relative;
|
|
19
19
|
box-sizing: border-box;
|
|
20
20
|
align-items: center;
|
|
21
21
|
justify-content: center;
|
|
22
|
-
font-family: var(${
|
|
23
|
-
font-weight: var(${
|
|
24
|
-
font-size: var(${
|
|
25
|
-
line-height: var(${
|
|
22
|
+
font-family: var(${ks});
|
|
23
|
+
font-weight: var(${Ls});
|
|
24
|
+
font-size: var(${$s});
|
|
25
|
+
line-height: var(${Ds});
|
|
26
26
|
min-width: 20px;
|
|
27
27
|
height: 20px;
|
|
28
|
-
padding-inline: calc(var(${
|
|
29
|
-
border-radius: var(${
|
|
28
|
+
padding-inline: calc(var(${dl}) + var(${Yc}));
|
|
29
|
+
border-radius: var(${fs});
|
|
30
30
|
border-color: var(${"--colorTransparentStroke"});
|
|
31
31
|
background-color: var(${"--colorBrandBackground"});
|
|
32
32
|
color: var(${"--colorNeutralForegroundOnBrand"});
|
|
@@ -45,11 +45,11 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
45
45
|
bottom: 0;
|
|
46
46
|
right: 0;
|
|
47
47
|
border-style: solid;
|
|
48
|
-
border-width: var(${
|
|
48
|
+
border-width: var(${al});
|
|
49
49
|
border-color: inherit;
|
|
50
50
|
border-radius: inherit;
|
|
51
51
|
}
|
|
52
|
-
`,
|
|
52
|
+
`,Kc=j.partial`
|
|
53
53
|
:host([size='tiny']) {
|
|
54
54
|
width: 6px;
|
|
55
55
|
height: 6px;
|
|
@@ -77,7 +77,7 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
77
77
|
height: 16px;
|
|
78
78
|
font-size: var(${"--fontSizeBase100"});
|
|
79
79
|
line-height: var(${"--lineHeightBase100"});
|
|
80
|
-
padding-inline: calc(var(${"--spacingHorizontalXXS"}) + var(${
|
|
80
|
+
padding-inline: calc(var(${"--spacingHorizontalXXS"}) + var(${Yc}));
|
|
81
81
|
}
|
|
82
82
|
:host([size='small']) ::slotted(svg) {
|
|
83
83
|
font-size: 12px;
|
|
@@ -85,9 +85,9 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
85
85
|
:host([size='large']) {
|
|
86
86
|
min-width: 24px;
|
|
87
87
|
height: 24px;
|
|
88
|
-
font-size: var(${
|
|
89
|
-
line-height: var(${
|
|
90
|
-
padding-inline: calc(var(${
|
|
88
|
+
font-size: var(${$s});
|
|
89
|
+
line-height: var(${Ds});
|
|
90
|
+
padding-inline: calc(var(${dl}) + var(${Yc}));
|
|
91
91
|
}
|
|
92
92
|
:host([size='large']) ::slotted(svg) {
|
|
93
93
|
font-size: 16px;
|
|
@@ -95,27 +95,27 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
95
95
|
:host([size='extra-large']) {
|
|
96
96
|
min-width: 32px;
|
|
97
97
|
height: 32px;
|
|
98
|
-
font-size: var(${
|
|
99
|
-
line-height: var(${
|
|
100
|
-
padding-inline: calc(var(${"--spacingHorizontalSNudge"}) + var(${
|
|
98
|
+
font-size: var(${$s});
|
|
99
|
+
line-height: var(${Ds});
|
|
100
|
+
padding-inline: calc(var(${"--spacingHorizontalSNudge"}) + var(${Yc}));
|
|
101
101
|
}
|
|
102
102
|
:host([size='extra-large']) ::slotted(svg) {
|
|
103
103
|
font-size: 20px;
|
|
104
104
|
}
|
|
105
|
-
`,
|
|
105
|
+
`,Qc=j.partial`
|
|
106
106
|
:host([color='danger']) {
|
|
107
107
|
background-color: var(${"--colorPaletteRedBackground3"});
|
|
108
108
|
color: var(${"--colorNeutralForegroundOnBrand"});
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
:host([color='important']) {
|
|
112
|
-
background-color: var(${
|
|
113
|
-
color: var(${
|
|
112
|
+
background-color: var(${Mt});
|
|
113
|
+
color: var(${Mo});
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
:host([color='informative']) {
|
|
117
117
|
background-color: var(${"--colorNeutralBackground5"});
|
|
118
|
-
color: var(${
|
|
118
|
+
color: var(${Ut});
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
:host([color='severe']) {
|
|
@@ -124,8 +124,8 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
:host([color='subtle']) {
|
|
127
|
-
background-color: var(${
|
|
128
|
-
color: var(${
|
|
127
|
+
background-color: var(${Mo});
|
|
128
|
+
color: var(${Mt});
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
:host([color='success']) {
|
|
@@ -137,7 +137,7 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
137
137
|
background-color: var(${"--colorPaletteYellowBackground3"});
|
|
138
138
|
color: var(${"--colorNeutralForeground1Static"});
|
|
139
139
|
}
|
|
140
|
-
`,
|
|
140
|
+
`,Zc=j.partial`
|
|
141
141
|
:host([appearance='ghost']) {
|
|
142
142
|
color: var(${"--colorBrandForeground1"});
|
|
143
143
|
background-color: initial;
|
|
@@ -148,11 +148,11 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
:host([appearance='ghost'][color='important']) {
|
|
151
|
-
color: var(${
|
|
151
|
+
color: var(${Mt});
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
:host([appearance='ghost'][color='informative']) {
|
|
155
|
-
color: var(${
|
|
155
|
+
color: var(${Ut});
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
:host([appearance='ghost'][color='severe']) {
|
|
@@ -170,7 +170,7 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
170
170
|
:host([appearance='ghost'][color='warning']) {
|
|
171
171
|
color: var(${"--colorPaletteYellowForeground2"});
|
|
172
172
|
}
|
|
173
|
-
`,
|
|
173
|
+
`,Jc=j.partial`
|
|
174
174
|
:host([appearance='outline']) {
|
|
175
175
|
border-color: currentColor;
|
|
176
176
|
color: var(${"--colorBrandForeground1"});
|
|
@@ -182,12 +182,12 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
:host([appearance='outline'][color='important']) {
|
|
185
|
-
color: var(${
|
|
185
|
+
color: var(${Ut});
|
|
186
186
|
border-color: var(${"--colorNeutralStrokeAccessible"});
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
:host([appearance='outline'][color='informative']) {
|
|
190
|
-
color: var(${
|
|
190
|
+
color: var(${Ut});
|
|
191
191
|
border-color: var(${"--colorNeutralStroke2"});
|
|
192
192
|
}
|
|
193
193
|
|
|
@@ -206,7 +206,7 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
206
206
|
:host([appearance='outline'][color='warning']) {
|
|
207
207
|
color: var(${"--colorPaletteYellowForeground2"});
|
|
208
208
|
}
|
|
209
|
-
`,
|
|
209
|
+
`,ed=j.partial`
|
|
210
210
|
:host([appearance='tint']) {
|
|
211
211
|
background-color: var(${"--colorBrandBackground2"});
|
|
212
212
|
color: var(${"--colorBrandForeground2"});
|
|
@@ -220,14 +220,14 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
:host([appearance='tint'][color='important']) {
|
|
223
|
-
background-color: var(${
|
|
224
|
-
color: var(${
|
|
223
|
+
background-color: var(${Ut});
|
|
224
|
+
color: var(${Mo});
|
|
225
225
|
border-color: var(${"--colorTransparentStroke"});
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
:host([appearance='tint'][color='informative']) {
|
|
229
229
|
background-color: var(${"--colorNeutralBackground4"});
|
|
230
|
-
color: var(${
|
|
230
|
+
color: var(${Ut});
|
|
231
231
|
border-color: var(${"--colorNeutralStroke2"});
|
|
232
232
|
}
|
|
233
233
|
|
|
@@ -238,8 +238,8 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
:host([appearance='tint'][color='subtle']) {
|
|
241
|
-
background-color: var(${
|
|
242
|
-
color: var(${
|
|
241
|
+
background-color: var(${Mo});
|
|
242
|
+
color: var(${Ut});
|
|
243
243
|
border-color: var(${"--colorNeutralStroke2"});
|
|
244
244
|
}
|
|
245
245
|
|
|
@@ -254,104 +254,104 @@ function e(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPro
|
|
|
254
254
|
color: var(${"--colorPaletteYellowForeground2"});
|
|
255
255
|
border-color: var(${"--colorPaletteYellowBorder1"});
|
|
256
256
|
}
|
|
257
|
-
`,
|
|
258
|
-
:host([shape='square']){border-radius:var(${"--borderRadiusNone"})}:host([shape='rounded']){border-radius:var(${
|
|
259
|
-
${Uc}
|
|
260
|
-
${Kc}
|
|
257
|
+
`,td=j`
|
|
258
|
+
:host([shape='square']){border-radius:var(${"--borderRadiusNone"})}:host([shape='rounded']){border-radius:var(${vs})}:host([shape='rounded'][size='tiny']),:host([shape='rounded'][size='extra-small']),:host([shape='rounded'][size='small']){border-radius:var(${gs})}${Kc}
|
|
261
259
|
${Qc}
|
|
262
260
|
${Zc}
|
|
263
|
-
${
|
|
264
|
-
`,ed=Gc.compose({name:Ct.prefix+"-badge",template:Xc,styles:Jc}),td="ElementInternals"in window&&"setFormValue"in window.ElementInternals.prototype,od=new WeakMap;function rd(e){const t=class extends e{constructor(...e){super(...e),this.dirtyValue=!1,this.disabled=!1,this.proxyEventsToBlock=["change","click"],this.proxyInitialized=!1,this.required=!1,this.initialValue=this.initialValue||"",this.elementInternals||(this.formResetCallback=this.formResetCallback.bind(this))}static get formAssociated(){return td}get validity(){return this.elementInternals?this.elementInternals.validity:this.proxy.validity}get form(){return this.elementInternals?this.elementInternals.form:this.proxy.form}get validationMessage(){return this.elementInternals?this.elementInternals.validationMessage:this.proxy.validationMessage}get willValidate(){return this.elementInternals?this.elementInternals.willValidate:this.proxy.willValidate}get labels(){if(this.elementInternals)return Object.freeze(Array.from(this.elementInternals.labels));if(this.proxy instanceof HTMLElement&&this.proxy.ownerDocument&&this.id){const e=this.proxy.labels,t=Array.from(this.proxy.getRootNode().querySelectorAll(`[for='${this.id}']`)),o=e?t.concat(Array.from(e)):t;return Object.freeze(o)}return d}valueChanged(e,t){this.dirtyValue=!0,this.proxy instanceof HTMLElement&&(this.proxy.value=this.value),this.currentValue=this.value,this.setFormValue(this.value),this.validate()}currentValueChanged(){this.value=this.currentValue}initialValueChanged(e,t){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}disabledChanged(e,t){this.proxy instanceof HTMLElement&&(this.proxy.disabled=this.disabled),y.enqueue(()=>this.classList.toggle("disabled",this.disabled))}nameChanged(e,t){this.proxy instanceof HTMLElement&&(this.proxy.name=this.name)}requiredChanged(e,t){this.proxy instanceof HTMLElement&&(this.proxy.required=this.required),y.enqueue(()=>this.classList.toggle("required",this.required)),this.validate()}get elementInternals(){if(!td)return null;let e=od.get(this);return e||(e=this.attachInternals(),od.set(this,e)),e}connectedCallback(){super.connectedCallback(),this.addEventListener("keypress",this._keypressHandler),this.value||(this.value=this.initialValue,this.dirtyValue=!1),this.elementInternals||(this.attachProxy(),this.form&&this.form.addEventListener("reset",this.formResetCallback))}disconnectedCallback(){this.proxyEventsToBlock.forEach(e=>this.proxy.removeEventListener(e,this.stopPropagation)),!this.elementInternals&&this.form&&this.form.removeEventListener("reset",this.formResetCallback)}checkValidity(){return this.elementInternals?this.elementInternals.checkValidity():this.proxy.checkValidity()}reportValidity(){return this.elementInternals?this.elementInternals.reportValidity():this.proxy.reportValidity()}setValidity(e,t,o){this.elementInternals?this.elementInternals.setValidity(e,t,o):"string"==typeof t&&this.proxy.setCustomValidity(t)}formDisabledCallback(e){this.disabled=e}formResetCallback(){this.value=this.initialValue,this.dirtyValue=!1}attachProxy(){var e;this.proxyInitialized||(this.proxyInitialized=!0,this.proxy.style.display="none",this.proxyEventsToBlock.forEach(e=>this.proxy.addEventListener(e,this.stopPropagation)),this.proxy.disabled=this.disabled,this.proxy.required=this.required,"string"==typeof this.name&&(this.proxy.name=this.name),"string"==typeof this.value&&(this.proxy.value=this.value),this.proxy.setAttribute("slot","form-associated-proxy"),this.proxySlot=document.createElement("slot"),this.proxySlot.setAttribute("name","form-associated-proxy")),null===(e=this.shadowRoot)||void 0===e||e.appendChild(this.proxySlot),this.appendChild(this.proxy)}detachProxy(){var e;this.removeChild(this.proxy),null===(e=this.shadowRoot)||void 0===e||e.removeChild(this.proxySlot)}validate(e){this.proxy instanceof HTMLElement&&this.setValidity(this.proxy.validity,this.proxy.validationMessage,e)}setFormValue(e,t){this.elementInternals&&this.elementInternals.setFormValue(e,t||e)}_keypressHandler(e){switch(e.key){case"Enter":if(this.form instanceof HTMLFormElement){const e=this.form.querySelector("[type=submit]");null==e||e.click()}}}stopPropagation(e){e.stopPropagation()}};return De({mode:"boolean"})(t.prototype,"disabled"),De({mode:"fromView",attribute:"value"})(t.prototype,"initialValue"),De({attribute:"current-value"})(t.prototype,"currentValue"),De(t.prototype,"name"),De({mode:"boolean"})(t.prototype,"required"),P(t.prototype,"value"),t}function ad(e){class t extends(rd(e)){}class o extends t{constructor(...e){super(e),this.dirtyChecked=!1,this.checkedAttribute=!1,this.checked=!1,this.dirtyChecked=!1}checkedAttributeChanged(){this.defaultChecked=this.checkedAttribute}defaultCheckedChanged(){this.dirtyChecked||(this.checked=this.defaultChecked,this.dirtyChecked=!1)}checkedChanged(e,t){this.dirtyChecked||(this.dirtyChecked=!0),this.currentChecked=this.checked,this.updateForm(),this.proxy instanceof HTMLInputElement&&(this.proxy.checked=this.checked),void 0!==e&&this.$emit("change"),this.validate()}currentCheckedChanged(e,t){this.checked=this.currentChecked}updateForm(){const e=this.checked?this.value:null;this.setFormValue(e,e)}connectedCallback(){super.connectedCallback(),this.updateForm()}formResetCallback(){super.formResetCallback(),this.checked=!!this.checkedAttribute,this.dirtyChecked=!1}}return De({attribute:"checked",mode:"boolean"})(o.prototype,"checkedAttribute"),De({attribute:"current-checked",converter:ze})(o.prototype,"currentChecked"),P(o.prototype,"defaultChecked"),P(o.prototype,"checked"),o}class nd extends ot{}class id extends(rd(nd)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const sd="submit",ld="reset";class cd extends id{constructor(){super(...arguments),this.handleSubmission=()=>{if(!this.form)return;const e=this.proxy.isConnected;e||this.attachProxy(),"function"==typeof this.form.requestSubmit?this.form.requestSubmit(this.proxy):this.proxy.click(),e||this.detachProxy()},this.handleFormReset=()=>{var e;null===(e=this.form)||void 0===e||e.reset()}}formactionChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formAction=this.formaction)}formenctypeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formEnctype=this.formenctype)}formmethodChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formMethod=this.formmethod)}formnovalidateChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formNoValidate=this.formnovalidate)}formtargetChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formTarget=this.formtarget)}typeChanged(e,t){this.proxy instanceof HTMLInputElement&&(this.proxy.type=this.type),t===sd&&this.addEventListener("click",this.handleSubmission),e===sd&&this.removeEventListener("click",this.handleSubmission),t===ld&&this.addEventListener("click",this.handleFormReset),e===ld&&this.removeEventListener("click",this.handleFormReset)}validate(){super.validate(this.control)}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type",this.type)}}e([De({mode:"boolean"})],cd.prototype,"autofocus",void 0),e([De({attribute:"form"})],cd.prototype,"formId",void 0),e([De],cd.prototype,"formaction",void 0),e([De],cd.prototype,"formenctype",void 0),e([De],cd.prototype,"formmethod",void 0),e([De({mode:"boolean"})],cd.prototype,"formnovalidate",void 0),e([De],cd.prototype,"formtarget",void 0),e([De],cd.prototype,"type",void 0),e([P],cd.prototype,"defaultSlottedContent",void 0);class dd{}function ud(e={}){return xe`<button class="control" part="control" ?autofocus="${e=>e.autofocus}" ?disabled="${e=>e.disabled}" form="${e=>e.formId}" formaction="${e=>e.formaction}" formenctype="${e=>e.formenctype}" formmethod="${e=>e.formmethod}" ?formnovalidate="${e=>e.formnovalidate}" formtarget="${e=>e.formtarget}" name="${e=>e.name}" type="${e=>e.type}" value="${e=>e.value}" aria-atomic="${e=>e.ariaAtomic}" aria-busy="${e=>e.ariaBusy}" aria-controls="${e=>e.ariaControls}" aria-current="${e=>e.ariaCurrent}" aria-describedby="${e=>e.ariaDescribedby}" aria-details="${e=>e.ariaDetails}" aria-disabled="${e=>e.ariaDisabled}" aria-errormessage="${e=>e.ariaErrormessage}" aria-expanded="${e=>e.ariaExpanded}" aria-flowto="${e=>e.ariaFlowto}" aria-haspopup="${e=>e.ariaHaspopup}" aria-hidden="${e=>e.ariaHidden}" aria-invalid="${e=>e.ariaInvalid}" aria-keyshortcuts="${e=>e.ariaKeyshortcuts}" aria-label="${e=>e.ariaLabel}" aria-labelledby="${e=>e.ariaLabelledby}" aria-live="${e=>e.ariaLive}" aria-owns="${e=>e.ariaOwns}" aria-pressed="${e=>e.ariaPressed}" aria-relevant="${e=>e.ariaRelevant}" aria-roledescription="${e=>e.ariaRoledescription}" ${Be("control")}>${gt(e)}<span class="content" part="content"><slot ${Ae("defaultSlottedContent")}></slot></span>${pt(e)}</button>`}e([De({attribute:"aria-expanded"})],dd.prototype,"ariaExpanded",void 0),e([De({attribute:"aria-pressed"})],dd.prototype,"ariaPressed",void 0),vt(dd,dt),vt(cd,ht,dd);var hd=Object.defineProperty,pd=Object.getOwnPropertyDescriptor,gd=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?pd(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&hd(t,o,n),n};class vd extends cd{constructor(){super(...arguments),this.iconOnly=!1,this.disabledFocusable=!1,this.handleDisabledFocusableClick=e=>{e&&this.disabledFocusable&&e.stopImmediatePropagation()}}disabledFocusableChanged(e,t){this.$fastController.isConnected&&(this.disabledFocusable?this.setAttribute("aria-disabled","true"):this.removeAttribute("aria-disabled"))}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this.handleDisabledFocusableClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this.handleDisabledFocusableClick)}}gd([De],vd.prototype,"appearance",2),gd([De],vd.prototype,"shape",2),gd([De],vd.prototype,"size",2),gd([De({attribute:"icon-only",mode:"boolean"})],vd.prototype,"iconOnly",2),gd([De({attribute:"disabled-focusable",mode:"boolean"})],vd.prototype,"disabledFocusable",2);const bd=ud(),md=vd.compose({name:Ct.prefix+"-button",template:bd,styles:sc,shadowOptions:{delegatesFocus:!0}});class fd extends ot{}class kd extends(ad(fd)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class yd extends kd{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=e=>{if(!this.disabled)switch(e.key){case" ":this.toggleChecked()}},this.clickHandler=e=>{this.disabled||this.toggleChecked()},this.proxy.setAttribute("type","checkbox")}toggleChecked(){this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked}}e([P],yd.prototype,"defaultSlottedNodes",void 0),e([P],yd.prototype,"indeterminate",void 0);var xd=Object.defineProperty,$d=Object.getOwnPropertyDescriptor,Bd=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?$d(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&xd(t,o,n),n};class wd extends yd{}Bd([De],wd.prototype,"shape",2),Bd([De],wd.prototype,"size",2),Bd([De({attribute:"label-position"})],wd.prototype,"labelPosition",2);const Pd={circular:"circular",square:"square"},Sd={medium:"medium",large:"large"},Fd={before:"before",after:"after"},Cd=function(e={}){return xe`<template role="checkbox" aria-checked="${e=>e.indeterminate?"mixed":e.checked}" aria-required="${e=>e.required}" aria-disabled="${e=>e.disabled}" tabindex="${e=>e.disabled?null:0}" @keypress="${(e,t)=>e.keypressHandler(t.event)}" @click="${(e,t)=>e.clickHandler(t.event)}"><div part="control" class="control"><slot name="checked-indicator">${ut(e.checkedIndicator)}</slot><slot name="indeterminate-indicator">${ut(e.indeterminateIndicator)}</slot></div><label part="label" class="${e=>e.defaultSlottedNodes&&e.defaultSlottedNodes.length?"label":"label label__hidden"}"><slot ${Ae("defaultSlottedNodes")}></slot></label></template>`}({checkedIndicator:xe.partial('\n <div class="checked-indicator">\n <svg fill="currentColor" \n aria-hidden="true" \n width="1em" \n height="1em" \n viewBox="0 0 12 12" \n xmlns="http://www.w3.org/2000/svg">\n <path d="M9.76 3.2c.3.29.32.76.04 1.06l-4.25 4.5a.75.75 0 0 1-1.08.02L2.22 6.53a.75.75 0 0 1 1.06-1.06l1.7 1.7L8.7 3.24a.75.75 0 0 1 1.06-.04Z" fill="currentColor">\n </path>\n </svg>\n </div>\n'),indeterminateIndicator:xe.partial('\n <div class="indeterminate-indicator"></div>\n')}),Nd=G`
|
|
265
|
-
${
|
|
266
|
-
:host{align-items:center;outline:none;user-select:none;vertical-align:middle;cursor:pointer;font-family:var(${ms});font-size:var(${$s});line-height:var(${Os});color:var(${qt});position:relative}:host(:focus-visible)::after{content:'';position:absolute;inset:0px;cursor:pointer;border-radius:var(${ps});outline:none;border:2px solid var(${"--colorStrokeFocus1"});box-shadow:inset 0 0 0 1px var(${"--colorStrokeFocus2"})}.control{position:relative;box-sizing:border-box;display:flex;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;margin:var(${xl}) var(${dl});fill:currentcolor;height:16px;width:16px;border:var(${ol}) solid var(${"--colorNeutralStrokeAccessible"});border-radius:var(${hs});outline:none}.label{align-self:center;cursor:inherit;padding-inline:var(${dl});padding-bottom:var(${xl});padding-top:var(${xl})}.label__hidden{display:none;visibility:hidden}.checked-indicator{display:flex;align-items:center;justify-content:center;color:var(${"--colorNeutralForegroundInverted"});font-size:12px;margin:auto;opacity:0}.indeterminate-indicator{position:absolute;width:8px;height:8px;border-radius:var(${hs});background-color:var(${"--colorCompoundBrandForeground1"});opacity:0}:host(:hover){color:var(${"--colorNeutralForeground2"})}:host(:hover) .control{border-color:var(${"--colorNeutralStrokeAccessibleHover"})}:host(:hover) .indeterminate-indicator{background-color:var(${"--colorCompoundBrandForeground1Hover"})}:host(:active) .control{border-color:var(${"--colorNeutralStrokeAccessiblePressed"})}:host(:active) .indeterminate-indicator{background-color:var(${"--colorCompoundBrandForeground1Pressed"})}:host([aria-checked='true']),:host([aria-checked='mixed']),:host(:active){color:var(${Ot})}:host([aria-checked='true']) .control{background-color:var(${"--colorCompoundBrandBackground"})}:host([aria-checked='true']:hover) .control{border-color:var(${"--colorCompoundBrandStrokeHover"});background-color:var(${"--colorCompoundBrandBackgroundHover"})}:host([aria-checked='true']:active) .control{background-color:var(${"--colorCompoundBrandBackgroundPressed"})}:host([aria-checked='mixed']:hover) .control{border-color:var(${"--colorCompoundBrandStrokeHover"})}:host([aria-checked='true']) .checked-indicator,:host([aria-checked='mixed']) .indeterminate-indicator{opacity:1}:host([aria-checked='true']) .control,:host([aria-checked='mixed']) .control{border-color:var(${"--colorCompoundBrandStroke"})}:host([aria-checked='mixed']:active) .control,:host([aria-checked='true']:active) .control{border-color:var(${"--colorCompoundBrandStrokePressed"})}:host([label-position='before']){flex-direction:row-reverse}:host([label-position='before']) .label{padding-inline:var(${dl}) var(${ll});padding-top:var(${xl});padding-bottom:var(${xl})}:host([size='large']) .control{width:20px;height:20px}:host([size='large']) .checked-indicator{font-size:16px;height:20px}:host([aria-checked='mixed'][size='large']) .indeterminate-indicator{height:10px;width:10px}:host([shape='circular']) .control,:host([shape='circular']) .indeterminate-indicator{border-radius:var(${bs})}:host([disabled]) .control,:host([aria-checked='mixed'][disabled]) .control,:host([aria-checked='true'][disabled]) .control{background-color:var(${"--colorTransparentBackgroundHover"});border-color:var(${"--colorNeutralStrokeDisabled"})}:host([aria-checked='true'][disabled]) .checked-indicator,:host([disabled]) ::slotted([slot='start']),:host([disabled]) .label,:host([aria-checked='mixed'][disabled]) .label,:host([aria-checked='true'][disabled]) .label{color:var(${to})}:host([disabled]) .indeterminate-indicator{background-color:var(${to})}`,Td=wd.compose({name:Ct.prefix+"-checkbox",template:Cd,styles:Nd});class Ad extends vd{}const Id=ec,zd=tc,Ld=oc;const Hd=function(e={}){return xe`<button class="control" part="control" ?autofocus="${e=>e.autofocus}" ?disabled="${e=>e.disabled}" form="${e=>e.formId}" formaction="${e=>e.formaction}" formenctype="${e=>e.formenctype}" formmethod="${e=>e.formmethod}" ?formnovalidate="${e=>e.formnovalidate}" formtarget="${e=>e.formtarget}" name="${e=>e.name}" type="${e=>e.type}" value="${e=>e.value}" aria-atomic="${e=>e.ariaAtomic}" aria-busy="${e=>e.ariaBusy}" aria-controls="${e=>e.ariaControls}" aria-current="${e=>e.ariaCurrent}" aria-describedby="${e=>e.ariaDescribedby}" aria-details="${e=>e.ariaDetails}" aria-disabled="${e=>e.ariaDisabled}" aria-errormessage="${e=>e.ariaErrormessage}" aria-expanded="${e=>e.ariaExpanded}" aria-flowto="${e=>e.ariaFlowto}" aria-haspopup="${e=>e.ariaHaspopup}" aria-hidden="${e=>e.ariaHidden}" aria-invalid="${e=>e.ariaInvalid}" aria-keyshortcuts="${e=>e.ariaKeyshortcuts}" aria-label="${e=>e.ariaLabel}" aria-labelledby="${e=>e.ariaLabelledby}" aria-live="${e=>e.ariaLive}" aria-owns="${e=>e.ariaOwns}" aria-pressed="${e=>e.ariaPressed}" aria-relevant="${e=>e.ariaRelevant}" aria-roledescription="${e=>e.ariaRoledescription}" ${Be("control")}>${gt(e)}<span class="content" part="content"><slot ${Ae("defaultSlottedContent")}></slot><slot name="description"></slot></span>${pt(e)}</button>`}(),Od=G`
|
|
267
|
-
${
|
|
261
|
+
${Jc}
|
|
262
|
+
${ed}
|
|
263
|
+
${Uc}
|
|
264
|
+
`,od=Xc.compose({name:Lt.prefix+"-badge",template:qc,styles:td}),rd="ElementInternals"in window&&"setFormValue"in window.ElementInternals.prototype,ad=new WeakMap;function nd(e){const t=class extends e{constructor(...e){super(...e),this.dirtyValue=!1,this.initialValue="",this.disabled=!1,this.proxyEventsToBlock=["change","click"],this.proxyInitialized=!1,this.required=!1,this.initialValue=this.initialValue||"",this.elementInternals||(this.formResetCallback=this.formResetCallback.bind(this))}static get formAssociated(){return rd}get validity(){return this.elementInternals?this.elementInternals.validity:this.proxy.validity}get form(){return this.elementInternals?this.elementInternals.form:this.proxy.form}get validationMessage(){return this.elementInternals?this.elementInternals.validationMessage:this.proxy.validationMessage}get willValidate(){return this.elementInternals?this.elementInternals.willValidate:this.proxy.willValidate}get labels(){if(this.elementInternals)return Object.freeze(Array.from(this.elementInternals.labels));if(this.proxy instanceof HTMLElement&&this.proxy.ownerDocument&&this.id){const e=this.proxy.labels,t=Array.from(this.proxy.getRootNode().querySelectorAll(`[for='${this.id}']`)),o=e?t.concat(Array.from(e)):t;return Object.freeze(o)}return l}valueChanged(e,t){this.dirtyValue=!0,this.proxy instanceof HTMLElement&&(this.proxy.value=this.value),this.currentValue=this.value,this.setFormValue(this.value),this.validate()}currentValueChanged(){this.value=this.currentValue}initialValueChanged(e,t){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}disabledChanged(e,t){this.proxy instanceof HTMLElement&&(this.proxy.disabled=this.disabled),f.enqueue(()=>this.classList.toggle("disabled",this.disabled))}nameChanged(e,t){this.proxy instanceof HTMLElement&&(this.proxy.name=this.name)}requiredChanged(e,t){this.proxy instanceof HTMLElement&&(this.proxy.required=this.required),f.enqueue(()=>this.classList.toggle("required",this.required)),this.validate()}get elementInternals(){if(!rd)return null;let e=ad.get(this);return e||(e=this.attachInternals(),ad.set(this,e)),e}connectedCallback(){super.connectedCallback(),this.addEventListener("keypress",this._keypressHandler),this.value||(this.value=this.initialValue,this.dirtyValue=!1),this.elementInternals||(this.attachProxy(),this.form&&this.form.addEventListener("reset",this.formResetCallback))}disconnectedCallback(){this.proxyEventsToBlock.forEach(e=>this.proxy.removeEventListener(e,this.stopPropagation)),!this.elementInternals&&this.form&&this.form.removeEventListener("reset",this.formResetCallback)}checkValidity(){return this.elementInternals?this.elementInternals.checkValidity():this.proxy.checkValidity()}reportValidity(){return this.elementInternals?this.elementInternals.reportValidity():this.proxy.reportValidity()}setValidity(e,t,o){this.elementInternals?this.elementInternals.setValidity(e,t,o):"string"==typeof t&&this.proxy.setCustomValidity(t)}formDisabledCallback(e){this.disabled=e}formResetCallback(){this.value=this.initialValue,this.dirtyValue=!1}attachProxy(){var e;this.proxyInitialized||(this.proxyInitialized=!0,this.proxy.style.display="none",this.proxyEventsToBlock.forEach(e=>this.proxy.addEventListener(e,this.stopPropagation)),this.proxy.disabled=this.disabled,this.proxy.required=this.required,"string"==typeof this.name&&(this.proxy.name=this.name),"string"==typeof this.value&&(this.proxy.value=this.value),this.proxy.setAttribute("slot","form-associated-proxy"),this.proxySlot=document.createElement("slot"),this.proxySlot.setAttribute("name","form-associated-proxy")),null==(e=this.shadowRoot)||e.appendChild(this.proxySlot),this.appendChild(this.proxy)}detachProxy(){var e;this.removeChild(this.proxy),null==(e=this.shadowRoot)||e.removeChild(this.proxySlot)}validate(e){this.proxy instanceof HTMLElement&&this.setValidity(this.proxy.validity,this.proxy.validationMessage,e)}setFormValue(e,t){this.elementInternals&&this.elementInternals.setFormValue(e,t||e)}_keypressHandler(e){switch(e.key){case"Enter":if(this.form instanceof HTMLFormElement){const e=this.form.querySelector("[type=submit]");null==e||e.click()}}}stopPropagation(e){e.stopPropagation()}};return He({mode:"boolean"})(t.prototype,"disabled"),He({mode:"fromView",attribute:"value"})(t.prototype,"initialValue"),He({attribute:"current-value"})(t.prototype,"currentValue"),He(t.prototype,"name"),He({mode:"boolean"})(t.prototype,"required"),$(t.prototype,"value"),t}function id(e){class t extends(nd(e)){}class o extends t{constructor(...e){super(e),this.dirtyChecked=!1,this.checkedAttribute=!1,this.checked=!1,this.dirtyChecked=!1}checkedAttributeChanged(){this.defaultChecked=this.checkedAttribute}defaultCheckedChanged(){this.dirtyChecked||(this.checked=this.defaultChecked,this.dirtyChecked=!1)}checkedChanged(e,t){this.dirtyChecked||(this.dirtyChecked=!0),this.currentChecked=this.checked,this.updateForm(),this.proxy instanceof HTMLInputElement&&(this.proxy.checked=this.checked),void 0!==e&&this.$emit("change"),this.validate()}currentCheckedChanged(e,t){this.checked=this.currentChecked}updateForm(){const e=this.checked?this.value:null;this.setFormValue(e,e)}connectedCallback(){super.connectedCallback(),this.updateForm()}formResetCallback(){super.formResetCallback(),this.checked=!!this.checkedAttribute,this.dirtyChecked=!1}}return He({attribute:"checked",mode:"boolean"})(o.prototype,"checkedAttribute"),He({attribute:"current-checked",converter:Ae})(o.prototype,"currentChecked"),$(o.prototype,"defaultChecked"),$(o.prototype,"checked"),o}class sd extends et{}class ld extends(nd(sd)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var cd=Object.defineProperty,dd=Object.getOwnPropertyDescriptor,ud=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?dd(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&cd(t,o,n),n};class hd extends ld{constructor(){super(...arguments),this.iconOnly=!1,this.disabledFocusable=!1,this.handleDisabledFocusableClick=e=>{e&&this.disabledFocusable&&e.stopImmediatePropagation()},this.handleSubmission=()=>{if(!this.form)return;const e=this.proxy.isConnected;e||this.attachProxy(),"function"==typeof this.form.requestSubmit?this.form.requestSubmit(this.proxy):this.proxy.click(),e||this.detachProxy()},this.handleFormReset=()=>{var e;null==(e=this.form)||e.reset()}}formactionChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formAction=this.formaction)}formenctypeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formEnctype=this.formenctype)}formmethodChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formMethod=this.formmethod)}formnovalidateChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formNoValidate=this.formnovalidate)}formtargetChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.formTarget=this.formtarget)}typeChanged(e,t){this.proxy instanceof HTMLInputElement&&(this.proxy.type=this.type),t===ac.submit&&this.addEventListener("click",this.handleSubmission),e===ac.submit&&this.removeEventListener("click",this.handleSubmission),t===ac.reset&&this.addEventListener("click",this.handleFormReset),e===ac.reset&&this.removeEventListener("click",this.handleFormReset)}disabledFocusableChanged(e,t){this.$fastController.isConnected&&(this.disabledFocusable?this.setAttribute("aria-disabled","true"):this.removeAttribute("aria-disabled"))}validate(){super.validate(this.control)}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type",this.type),this.addEventListener("click",this.handleDisabledFocusableClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this.handleDisabledFocusableClick)}}ud([He({mode:"boolean"})],hd.prototype,"autofocus",2),ud([He({attribute:"form"})],hd.prototype,"formId",2),ud([He],hd.prototype,"formaction",2),ud([He],hd.prototype,"formenctype",2),ud([He],hd.prototype,"formmethod",2),ud([He({mode:"boolean"})],hd.prototype,"formnovalidate",2),ud([He],hd.prototype,"formtarget",2),ud([He],hd.prototype,"type",2),ud([He],hd.prototype,"appearance",2),ud([He],hd.prototype,"shape",2),ud([He],hd.prototype,"size",2),ud([He({attribute:"icon-only",mode:"boolean"})],hd.prototype,"iconOnly",2),ud([He({attribute:"disabled-focusable",mode:"boolean"})],hd.prototype,"disabledFocusable",2),ud([$],hd.prototype,"defaultSlottedContent",2);class pd{}function gd(e={}){return ke`<button class="control" part="control" ?autofocus="${e=>e.autofocus}" ?disabled="${e=>e.disabled}" form="${e=>e.formId}" formaction="${e=>e.formaction}" formenctype="${e=>e.formenctype}" formmethod="${e=>e.formmethod}" ?formnovalidate="${e=>e.formnovalidate}" formtarget="${e=>e.formtarget}" name="${e=>e.name}" type="${e=>e.type}" value="${e=>e.value}" aria-atomic="${e=>e.ariaAtomic}" aria-busy="${e=>e.ariaBusy}" aria-controls="${e=>e.ariaControls}" aria-current="${e=>e.ariaCurrent}" aria-describedby="${e=>e.ariaDescribedby}" aria-details="${e=>e.ariaDetails}" aria-disabled="${e=>e.ariaDisabled}" aria-errormessage="${e=>e.ariaErrormessage}" aria-expanded="${e=>e.ariaExpanded}" aria-flowto="${e=>e.ariaFlowto}" aria-haspopup="${e=>e.ariaHaspopup}" aria-hidden="${e=>e.ariaHidden}" aria-invalid="${e=>e.ariaInvalid}" aria-keyshortcuts="${e=>e.ariaKeyshortcuts}" aria-label="${e=>e.ariaLabel}" aria-labelledby="${e=>e.ariaLabelledby}" aria-live="${e=>e.ariaLive}" aria-owns="${e=>e.ariaOwns}" aria-pressed="${e=>e.ariaPressed}" aria-relevant="${e=>e.ariaRelevant}" aria-roledescription="${e=>e.ariaRoledescription}" ${xe("control")}>${mt(e)}<span class="content" part="content"><slot ${Ne("defaultSlottedContent")}></slot></span>${bt(e)}</button>`}ud([He({attribute:"aria-expanded"})],pd.prototype,"ariaExpanded",2),ud([He({attribute:"aria-pressed"})],pd.prototype,"ariaPressed",2),ft(pd,ut),ft(hd,vt,pd);const vd=gd(),bd=hd.compose({name:Lt.prefix+"-button",template:vd,styles:dc,shadowOptions:{delegatesFocus:!0}});class md extends et{}class fd extends(id(md)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var kd=Object.defineProperty,yd=Object.getOwnPropertyDescriptor,xd=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?yd(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&kd(t,o,n),n};class Bd extends fd{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=e=>{if(!this.disabled)switch(e.key){case" ":this.toggleChecked()}},this.clickHandler=e=>{this.disabled||this.toggleChecked()},this.proxy.setAttribute("type","checkbox")}toggleChecked(){this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked}}xd([He],Bd.prototype,"shape",2),xd([He],Bd.prototype,"size",2),xd([He({attribute:"label-position"})],Bd.prototype,"labelPosition",2),xd([$],Bd.prototype,"defaultSlottedNodes",2),xd([$],Bd.prototype,"indeterminate",2);const $d={circular:"circular",square:"square"},wd={medium:"medium",large:"large"},Sd={before:"before",after:"after"};const Pd=function(e={}){return ke`<template role="checkbox" aria-checked="${e=>e.indeterminate?"mixed":e.checked}" aria-required="${e=>e.required}" aria-disabled="${e=>e.disabled}" tabindex="${e=>e.disabled?null:0}" @keypress="${(e,t)=>e.keypressHandler(t.event)}" @click="${(e,t)=>e.clickHandler(t.event)}"><div part="control" class="control"><slot name="checked-indicator">${pt(e.checkedIndicator)}</slot><slot name="indeterminate-indicator">${pt(e.indeterminateIndicator)}</slot></div><label part="label" class="${e=>e.defaultSlottedNodes&&e.defaultSlottedNodes.length?"label":"label label__hidden"}"><slot ${Ne("defaultSlottedNodes")}></slot></label></template>`}({checkedIndicator:ke.partial('\n <div class="checked-indicator">\n <svg fill="currentColor"\n aria-hidden="true"\n width="1em"\n height="1em"\n viewBox="0 0 12 12"\n xmlns="http://www.w3.org/2000/svg">\n <path d="M9.76 3.2c.3.29.32.76.04 1.06l-4.25 4.5a.75.75 0 0 1-1.08.02L2.22 6.53a.75.75 0 0 1 1.06-1.06l1.7 1.7L8.7 3.24a.75.75 0 0 1 1.06-.04Z" fill="currentColor">\n </path>\n </svg>\n </div>\n'),indeterminateIndicator:ke.partial('\n <div class="indeterminate-indicator"></div>\n')}),Fd=j`
|
|
265
|
+
${It("inline-flex")}
|
|
266
|
+
:host{align-items:center;outline:none;user-select:none;vertical-align:middle;cursor:pointer;font-family:var(${ks});font-size:var(${ws});line-height:var(${Ms});color:var(${Ut});position:relative}:host(:focus-visible)::after{content:'';position:absolute;inset:0px;cursor:pointer;border-radius:var(${vs});outline:none;border:2px solid var(${"--colorStrokeFocus1"});box-shadow:inset 0 0 0 1px var(${"--colorStrokeFocus2"})}.control{position:relative;box-sizing:border-box;display:flex;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;margin:var(${$l}) var(${hl});fill:currentcolor;height:16px;width:16px;border:var(${al}) solid var(${"--colorNeutralStrokeAccessible"});border-radius:var(${gs});outline:none}.label{align-self:center;cursor:inherit;padding-inline:var(${hl});padding-bottom:var(${$l});padding-top:var(${$l})}.label__hidden{display:none;visibility:hidden}.checked-indicator{display:flex;align-items:center;justify-content:center;color:var(${"--colorNeutralForegroundInverted"});font-size:12px;margin:auto;opacity:0}.indeterminate-indicator{position:absolute;width:8px;height:8px;border-radius:var(${gs});background-color:var(${"--colorCompoundBrandForeground1"});opacity:0}:host(:hover){color:var(${"--colorNeutralForeground2"})}:host(:hover) .control{border-color:var(${"--colorNeutralStrokeAccessibleHover"})}:host(:hover) .indeterminate-indicator{background-color:var(${"--colorCompoundBrandForeground1Hover"})}:host(:active) .control{border-color:var(${"--colorNeutralStrokeAccessiblePressed"})}:host(:active) .indeterminate-indicator{background-color:var(${"--colorCompoundBrandForeground1Pressed"})}:host([aria-checked='true']),:host([aria-checked='mixed']),:host(:active){color:var(${Mt})}:host([aria-checked='true']) .control{background-color:var(${"--colorCompoundBrandBackground"})}:host([aria-checked='true']:hover) .control{border-color:var(${"--colorCompoundBrandStrokeHover"});background-color:var(${"--colorCompoundBrandBackgroundHover"})}:host([aria-checked='true']:active) .control{background-color:var(${"--colorCompoundBrandBackgroundPressed"})}:host([aria-checked='mixed']:hover) .control{border-color:var(${"--colorCompoundBrandStrokeHover"})}:host([aria-checked='true']) .checked-indicator,:host([aria-checked='mixed']) .indeterminate-indicator{opacity:1}:host([aria-checked='true']) .control,:host([aria-checked='mixed']) .control{border-color:var(${"--colorCompoundBrandStroke"})}:host([aria-checked='mixed']:active) .control,:host([aria-checked='true']:active) .control{border-color:var(${"--colorCompoundBrandStrokePressed"})}:host([label-position='before']){flex-direction:row-reverse}:host([label-position='before']) .label{padding-inline:var(${hl}) var(${dl});padding-top:var(${$l});padding-bottom:var(${$l})}:host([size='large']) .control{width:20px;height:20px}:host([size='large']) .checked-indicator{font-size:16px;height:20px}:host([aria-checked='mixed'][size='large']) .indeterminate-indicator{height:10px;width:10px}:host([shape='circular']) .control,:host([shape='circular']) .indeterminate-indicator{border-radius:var(${fs})}:host([disabled]) .control,:host([aria-checked='mixed'][disabled]) .control,:host([aria-checked='true'][disabled]) .control{background-color:var(${"--colorTransparentBackgroundHover"});border-color:var(${"--colorNeutralStrokeDisabled"})}:host([aria-checked='true'][disabled]) .checked-indicator,:host([disabled]) ::slotted([slot='start']),:host([disabled]) .label,:host([aria-checked='mixed'][disabled]) .label,:host([aria-checked='true'][disabled]) .label{color:var(${ro})}:host([disabled]) .indeterminate-indicator{background-color:var(${ro})}`,Cd=Bd.compose({name:Lt.prefix+"-checkbox",template:Pd,styles:Fd});class Nd extends hd{}const Td=tc,Ad=oc,Id=rc;const zd=function(e={}){return ke`<button class="control" part="control" ?autofocus="${e=>e.autofocus}" ?disabled="${e=>e.disabled}" form="${e=>e.formId}" formaction="${e=>e.formaction}" formenctype="${e=>e.formenctype}" formmethod="${e=>e.formmethod}" ?formnovalidate="${e=>e.formnovalidate}" formtarget="${e=>e.formtarget}" name="${e=>e.name}" type="${e=>e.type}" value="${e=>e.value}" aria-atomic="${e=>e.ariaAtomic}" aria-busy="${e=>e.ariaBusy}" aria-controls="${e=>e.ariaControls}" aria-current="${e=>e.ariaCurrent}" aria-describedby="${e=>e.ariaDescribedby}" aria-details="${e=>e.ariaDetails}" aria-disabled="${e=>e.ariaDisabled}" aria-errormessage="${e=>e.ariaErrormessage}" aria-expanded="${e=>e.ariaExpanded}" aria-flowto="${e=>e.ariaFlowto}" aria-haspopup="${e=>e.ariaHaspopup}" aria-hidden="${e=>e.ariaHidden}" aria-invalid="${e=>e.ariaInvalid}" aria-keyshortcuts="${e=>e.ariaKeyshortcuts}" aria-label="${e=>e.ariaLabel}" aria-labelledby="${e=>e.ariaLabelledby}" aria-live="${e=>e.ariaLive}" aria-owns="${e=>e.ariaOwns}" aria-pressed="${e=>e.ariaPressed}" aria-relevant="${e=>e.ariaRelevant}" aria-roledescription="${e=>e.ariaRoledescription}" ${xe("control")}>${mt(e)}<span class="content" part="content"><slot ${Ne("defaultSlottedContent")}></slot><slot name="description"></slot></span>${bt(e)}</button>`}(),Ld=j`
|
|
267
|
+
${dc}
|
|
268
268
|
|
|
269
|
-
:host .control,:host(:is([size])) .control{gap:12px;height:auto;padding-top:14px;padding-inline:12px;padding-bottom:16px;font-size:var(${
|
|
269
|
+
:host .control,:host(:is([size])) .control{gap:12px;height:auto;padding-top:14px;padding-inline:12px;padding-bottom:16px;font-size:var(${ws});line-height:var(${Ms})}.content{display:flex;flex-direction:column;text-align:start}::slotted([slot='description']){color:var(${"--colorNeutralForeground2"});line-height:100%;font-size:var(${$s});font-weight:var(${Is})}::slotted(svg),:host([size='large']) ::slotted(svg){font-size:40px;height:40px;width:40px}:host(:hover) ::slotted([slot='description']){color:var(${"--colorNeutralForeground2Hover"})}:host(:active) ::slotted([slot='description']){color:var(${"--colorNeutralForeground2Pressed"})}:host(:is([appearance='primary'],[appearance='primary']:hover,[appearance='primary']:active))
|
|
270
270
|
::slotted([slot='description']){color:var(${"--colorNeutralForegroundOnBrand"})}:host(:is([appearance='subtle'],[appearance='subtle']:hover,[appearance='subtle']:active))
|
|
271
271
|
::slotted([slot='description']),:host([appearance='transparent']) ::slotted([slot='description']){color:var(${"--colorNeutralForeground2"})}:host([appearance='transparent']:hover) ::slotted([slot='description']){color:var(${"--colorNeutralForeground2BrandHover"})}:host([appearance='transparent']:active) ::slotted([slot='description']){color:var(${"--colorNeutralForeground2BrandPressed"})}:host(:is([disabled],[disabled][appearance],[disabled-focusable],[disabled-focusable][appearance]))
|
|
272
|
-
::slotted([slot='description']){color:var(${
|
|
273
|
-
:host([shape='rounded']){border-radius:var(${
|
|
272
|
+
::slotted([slot='description']){color:var(${ro})}:host([size='small']) .control{padding:8px;padding-bottom:10px}:host([icon-only]) .control{min-width:52px;max-width:52px;padding:var(${"--spacingHorizontalSNudge"})}:host([icon-only][size='small']) .control{min-width:48px;max-width:48px;padding:var(${dl})}:host([icon-only][size='large']) .control{min-width:56px;max-width:56px;padding:var(${hl})}:host([size='large']) .control{padding-top:18px;padding-inline:16px;padding-bottom:20px;font-size:var(${Ss});line-height:var(${"--lineHeightBase400"})}:host([size='large']) ::slotted([slot='description']){font-size:var(${ws})}`,Hd=Nd.compose({name:Lt.prefix+"-compound-button",template:zd,styles:Ld,shadowOptions:{delegatesFocus:!0}});var Od=Object.defineProperty,Dd=Object.getOwnPropertyDescriptor,Md=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Dd(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&Od(t,o,n),n};class Ed extends et{constructor(){super(...arguments),this.count=0,this.overflowCount=99,this.showZero=!1,this.dot=!1}countChanged(){this.setCount()}overflowCountChanged(){this.setCount()}setCount(){var e;const t=null!=(e=this.count)?e:0;if((0!==t||this.showZero)&&!this.dot)return t>this.overflowCount?this.overflowCount+"+":""+t}}Md([He],Ed.prototype,"appearance",2),Md([He],Ed.prototype,"color",2),Md([He],Ed.prototype,"shape",2),Md([He],Ed.prototype,"size",2),Md([He({converter:ze})],Ed.prototype,"count",2),Md([He({attribute:"overflow-count",converter:ze})],Ed.prototype,"overflowCount",2),Md([He({attribute:"show-zero",mode:"boolean"})],Ed.prototype,"showZero",2),Md([He({mode:"boolean"})],Ed.prototype,"dot",2),ft(Ed,vt);const Rd={filled:"filled",ghost:"ghost"},jd={brand:"brand",danger:"danger",important:"important",informative:"informative",severe:"severe",subtle:"subtle",success:"success",warning:"warning"},Vd={circular:"circular",rounded:"rounded"},_d={tiny:"tiny",extraSmall:"extra-small",small:"small",medium:"medium",large:"large",extraLarge:"extra-large"};const Gd=Wc({defaultContent:ke`${e=>e.setCount()}`}),Xd=j`
|
|
273
|
+
:host([shape='rounded']){border-radius:var(${vs})}:host([shape='rounded'][size='tiny']),:host([shape='rounded'][size='extra-small']),:host([shape='rounded'][size='small']){border-radius:var(${gs})}${Kc}
|
|
274
|
+
${Qc}
|
|
275
|
+
${Zc}
|
|
274
276
|
${Uc}
|
|
275
|
-
${Kc}
|
|
276
|
-
${qc}
|
|
277
277
|
|
|
278
|
-
:host([dot]),:host([dot][appearance][size]){min-width:auto;width:6px;height:6px;padding:0}`,
|
|
278
|
+
:host([dot]),:host([dot][appearance][size]){min-width:auto;width:6px;height:6px;padding:0}`,Wd=Ed.compose({name:Lt.prefix+"-counter-badge",template:Gd,styles:Xd});
|
|
279
279
|
/*!
|
|
280
280
|
* tabbable 5.2.0
|
|
281
281
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
282
282
|
*/
|
|
283
|
-
var Ud=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"].join(","),Kd="undefined"==typeof Element?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Qd=function(e){return"INPUT"===e.tagName},Zd=function(e){return function(e){return Qd(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,o=e.form||e.ownerDocument,r=function(e){return o.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=r(window.CSS.escape(e.name));else try{t=r(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var a=function(e,t){for(var o=0;o<e.length;o++)if(e[o].checked&&e[o].form===t)return e[o]}(t,e.form);return!a||a===e}(e)},Jd=function(e,t){return!(t.disabled||function(e){return Qd(e)&&"hidden"===e.type}(t)||function(e,t){if("hidden"===getComputedStyle(e).visibility)return!0;var o=Kd.call(e,"details>summary:first-of-type")?e.parentElement:e;if(Kd.call(o,"details:not([open]) *"))return!0;if(t&&"full"!==t){if("non-zero-area"===t){var r=e.getBoundingClientRect(),a=r.width,n=r.height;return 0===a&&0===n}}else for(;e;){if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}(t,e.displayCheck)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return"SUMMARY"===e.tagName}))}(t))},eu=function(e,t){return!(!Jd(e,t)||Zd(t)||function(e){var t=parseInt(e.getAttribute("tabindex"),10);return isNaN(t)?function(e){return"true"===e.contentEditable}(e)?0:"AUDIO"!==e.nodeName&&"VIDEO"!==e.nodeName&&"DETAILS"!==e.nodeName||null!==e.getAttribute("tabindex")?e.tabIndex:0:t}(t)<0)},tu=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==Kd.call(e,Ud)&&eu(t,e)};const ou="modal",ru="non-modal",au="alert";var nu=Object.defineProperty,iu=Object.getOwnPropertyDescriptor,su=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?iu(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&nu(t,o,n),n};const lu=class extends ot{constructor(){super(...arguments),this.isTrappingFocus=!1,this.titleAction=[],this.modalType=ou,this.open=!1,this.noTitleAction=!1,this.trapFocus=!1,this.onOpenChangeEvent=(e=!1)=>{this.$emit("onOpenChange",{open:this.dialog.open,dismissed:e})},this.handleKeydown=e=>{if(!e.defaultPrevented)switch(e.key){case"Escape":this.modalType!==au&&(this.hide(!0),this.$emit("dismiss"));break;default:return!0}},this.handleDocumentKeydown=e=>{if(!e.defaultPrevented&&this.dialog.open)switch(e.key){case"Tab":this.handleTabKeyDown(e)}},this.handleTabKeyDown=e=>{if(!this.trapFocus||!this.dialog.open)return;const t=this.getTabQueueBounds();if(1===t.length)return t[0].focus(),void e.preventDefault();e.shiftKey&&e.target===t[0]?(t[t.length-1].focus(),e.preventDefault()):e.shiftKey||e.target!==t[t.length-1]||(t[0].focus(),e.preventDefault())},this.getTabQueueBounds=()=>lu.reduceTabbableItems([],this),this.focusFirstElement=()=>{const e=this.getTabQueueBounds();e.length>0?e[0].focus():this.dialog instanceof HTMLElement&&this.dialog.focus()},this.shouldForceFocus=e=>this.isTrappingFocus&&!this.contains(e),this.shouldTrapFocus=()=>this.trapFocus&&this.dialog.open,this.handleDocumentFocus=e=>{!e.defaultPrevented&&this.shouldForceFocus(e.target)&&(this.focusFirstElement(),e.preventDefault())},this.updateTrapFocus=e=>{const t=void 0===e?this.shouldTrapFocus():e;t&&!this.isTrappingFocus?(this.isTrappingFocus=!0,document.addEventListener("focusin",this.handleDocumentFocus),y.enqueue(()=>{this.shouldForceFocus(document.activeElement)&&this.focusFirstElement()})):!t&&this.isTrappingFocus&&(this.isTrappingFocus=!1,document.removeEventListener("focusin",this.handleDocumentFocus))}}connectedCallback(){super.connectedCallback(),document.addEventListener("keydown",this.handleDocumentKeydown),y.enqueue(()=>{this.updateTrapFocus(),this.setComponent()})}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("keydown",this.handleDocumentKeydown),this.updateTrapFocus(!1)}openChanged(e,t){t!==e&&(t&&!e?this.show():!t&&e&&this.hide())}modalTypeChanged(e,t){t!==e&&(this.trapFocus=t==au||t==ou)}setComponent(){this.modalType==ou||this.modalType==au?this.trapFocus=!0:this.trapFocus=!1}show(){y.enqueue(()=>{this.modalType===au||this.modalType===ou?(this.dialog.showModal(),this.open=!0,this.updateTrapFocus(!0)):this.modalType===ru&&(this.dialog.show(),this.open=!0),this.onOpenChangeEvent()})}hide(e=!1){this.dialog.close(),this.open=!1,this.onOpenChangeEvent(e)}dismiss(){this.modalType!==au&&this.hide(!0)}handleClick(e){return e.preventDefault(),this.dialog.open&&this.modalType!==au&&e.target===this.dialog&&this.dismiss(),!0}static reduceTabbableItems(e,t){return"-1"===t.getAttribute("tabindex")?e:tu(t)||lu.isFocusableFastElement(t)&&lu.hasTabbableShadow(t)?(e.push(t),e):Array.from(t.children).reduce((e,t)=>lu.reduceTabbableItems(e,t),e)}static isFocusableFastElement(e){var t,o;return!!(null==(o=null==(t=e.$fastController)?void 0:t.definition.shadowOptions)?void 0:o.delegatesFocus)}static hasTabbableShadow(e){var t,o;return Array.from(null!=(o=null==(t=e.shadowRoot)?void 0:t.querySelectorAll("*"))?o:[]).some(e=>tu(e))}};let cu=lu;su([P],cu.prototype,"dialog",2),su([P],cu.prototype,"titleAction",2),su([P],cu.prototype,"defaultTitleAction",2),su([De({attribute:"aria-describedby"})],cu.prototype,"ariaDescribedby",2),su([De({attribute:"aria-labelledby"})],cu.prototype,"ariaLabelledby",2),su([De({attribute:"modal-type"})],cu.prototype,"modalType",2),su([De({mode:"boolean"})],cu.prototype,"open",2),su([De({mode:"boolean",attribute:"no-title-action"})],cu.prototype,"noTitleAction",2);const du=xe.partial('\n <svg\n fill="currentColor"\n aria-hidden="true"\n width="20"\n height="20"\n viewBox="0 0 20 20"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="m4.09 4.22.06-.07a.5.5 0 0 1 .63-.06l.07.06L10 9.29l5.15-5.14a.5.5 0 0 1 .63-.06l.07.06c.18.17.2.44.06.63l-.06.07L10.71 10l5.14 5.15c.18.17.2.44.06.63l-.06.07a.5.5 0 0 1-.63.06l-.07-.06L10 10.71l-5.15 5.14a.5.5 0 0 1-.63.06l-.07-.06a.5.5 0 0 1-.06-.63l.06-.07L9.29 10 4.15 4.85a.5.5 0 0 1-.06-.63l.06-.07-.06.07Z"\n fill="currentColor"\n ></path>\n </svg>'),uu=xe`<template ?open="${e=>e.open}"><dialog role="${e=>e.modalType===au?"alertdialog":"dialog"}" modal-type="${e=>e.modalType}" class="dialog" part="dialog" aria-modal="${e=>e.modalType===ou||e.modalType===au?"true":void 0}" aria-describedby="${e=>e.ariaDescribedby}" aria-labelledby="${e=>e.ariaLabelledby}" aria-label="${e=>e.ariaLabel}" @keydown="${(e,t)=>e.handleKeydown(t.event)}" @click="${(e,t)=>e.handleClick(t.event)}" ${Be("dialog")}><div class="root" part="root"><div class="title" part="title"><slot name="title"></slot><slot ${Ae({property:"titleAction",filter:Ce()})} name="title-action"></slot>${Se(e=>e.modalType===ru&&0===e.titleAction.length&&!e.noTitleAction,xe`<fluent-button tabindex="0" part="title-action" class="title-action" appearance="transparent" icon-only @click=${e=>e.dismiss()} ${Be("defaultTitleAction")}>${du}</fluent-button>`)}</div><div class="content" part="content"><slot></slot></div><div class="actions" part="actions"><slot name="action"></slot></div></div></dialog></template>`;function hu(e){return e.split("-")[1]}function pu(e){return"y"===e?"height":"width"}function gu(e){return e.split("-")[0]}function vu(e){return["top","bottom"].includes(gu(e))?"x":"y"}function bu(e,t,o){let{reference:r,floating:a}=e;const n=r.x+r.width/2-a.width/2,i=r.y+r.height/2-a.height/2,s=vu(t),l=pu(s),c=r[l]/2-a[l]/2,d="x"===s;let u;switch(gu(t)){case"top":u={x:n,y:r.y-a.height};break;case"bottom":u={x:n,y:r.y+r.height};break;case"right":u={x:r.x+r.width,y:i};break;case"left":u={x:r.x-a.width,y:i};break;default:u={x:r.x,y:r.y}}switch(hu(t)){case"start":u[s]-=c*(o&&d?-1:1);break;case"end":u[s]+=c*(o&&d?-1:1)}return u}function mu(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}async function fu(e,t){var o;void 0===t&&(t={});const{x:r,y:a,platform:n,rects:i,elements:s,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:u="floating",altBoundary:h=!1,padding:p=0}=t,g=function(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}(p),v=s[h?"floating"===u?"reference":"floating":u],b=mu(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(v)))||o?v:v.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:d,strategy:l})),m="floating"===u?{...i.floating,x:r,y:a}:i.reference,f=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),k=await(null==n.isElement?void 0:n.isElement(f))&&await(null==n.getScale?void 0:n.getScale(f))||{x:1,y:1},y=mu(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:m,offsetParent:f,strategy:l}):m);return{top:(b.top-y.top+g.top)/k.y,bottom:(y.bottom-b.bottom+g.bottom)/k.y,left:(b.left-y.left+g.left)/k.x,right:(y.right-b.right+g.right)/k.x}}const ku=Math.min,yu=Math.max;function xu(e,t,o){return yu(e,ku(t,o))}const $u=["top","right","bottom","left"];$u.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]);const Bu={left:"right",right:"left",bottom:"top",top:"bottom"};function wu(e){return e.replace(/left|right|bottom|top/g,e=>Bu[e])}function Pu(e,t,o){void 0===o&&(o=!1);const r=hu(e),a=vu(e),n=pu(a);let i="x"===a?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[n]>t.floating[n]&&(i=wu(i)),{main:i,cross:wu(i)}}const Su={start:"end",end:"start"};function Fu(e){return e.replace(/start|end/g,e=>Su[e])}const Cu=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var o;const{placement:r,middlewareData:a,rects:n,initialPlacement:i,platform:s,elements:l}=t,{mainAxis:c=!0,crossAxis:d=!0,fallbackPlacements:u,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:g=!0,...v}=e,b=gu(r),m=gu(i)===i,f=await(null==s.isRTL?void 0:s.isRTL(l.floating)),k=u||(m||!g?[wu(i)]:function(e){const t=wu(e);return[Fu(e),t,Fu(t)]}(i));u||"none"===p||k.push(...function(e,t,o,r){const a=hu(e);let n=function(e,t,o){const r=["left","right"],a=["right","left"],n=["top","bottom"],i=["bottom","top"];switch(e){case"top":case"bottom":return o?t?a:r:t?r:a;case"left":case"right":return t?n:i;default:return[]}}(gu(e),"start"===o,r);return a&&(n=n.map(e=>e+"-"+a),t&&(n=n.concat(n.map(Fu)))),n}(i,g,p,f));const y=[i,...k],x=await fu(t,v),$=[];let B=(null==(o=a.flip)?void 0:o.overflows)||[];if(c&&$.push(x[b]),d){const{main:e,cross:t}=Pu(r,n,f);$.push(x[e],x[t])}if(B=[...B,{placement:r,overflows:$}],!$.every(e=>e<=0)){var w,P;const e=((null==(w=a.flip)?void 0:w.index)||0)+1,t=y[e];if(t)return{data:{index:e,overflows:B},reset:{placement:t}};let o=null==(P=B.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:P.placement;if(!o)switch(h){case"bestFit":{var S;const e=null==(S=B.map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:S[0];e&&(o=e);break}case"initialPlacement":o=i}if(r!==o)return{reset:{placement:o}}}return{}}}};function Nu(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Tu(e){return $u.some(t=>e[t]>=0)}const Au=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{strategy:o="referenceHidden",...r}=e,{rects:a}=t;switch(o){case"referenceHidden":{const e=Nu(await fu(t,{...r,elementContext:"reference"}),a.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:Tu(e)}}}case"escaped":{const e=Nu(await fu(t,{...r,altBoundary:!0}),a.floating);return{data:{escapedOffsets:e,escaped:Tu(e)}}}default:return{}}}}};const Iu=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:r,placement:a}=t,{mainAxis:n=!0,crossAxis:i=!1,limiter:s={fn:e=>{let{x:t,y:o}=e;return{x:t,y:o}}},...l}=e,c={x:o,y:r},d=await fu(t,l),u=vu(gu(a)),h=function(e){return"x"===e?"y":"x"}(u);let p=c[u],g=c[h];if(n){const e="y"===u?"bottom":"right";p=xu(p+d["y"===u?"top":"left"],p,p-d[e])}if(i){const e="y"===h?"bottom":"right";g=xu(g+d["y"===h?"top":"left"],g,g-d[e])}const v=s.fn({...t,[u]:p,[h]:g});return{...v,data:{x:v.x-o,y:v.y-r}}}}},zu=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){const{placement:o,rects:r,platform:a,elements:n}=t,{apply:i=(()=>{}),...s}=e,l=await fu(t,s),c=gu(o),d=hu(o),u="x"===vu(o),{width:h,height:p}=r.floating;let g,v;"top"===c||"bottom"===c?(g=c,v=d===(await(null==a.isRTL?void 0:a.isRTL(n.floating))?"start":"end")?"left":"right"):(v=c,g="end"===d?"top":"bottom");const b=p-l[g],m=h-l[v];let f=b,k=m;if(u?k=ku(h-l.right-l.left,m):f=ku(p-l.bottom-l.top,b),!t.middlewareData.shift&&!d){const e=yu(l.left,0),t=yu(l.right,0),o=yu(l.top,0),r=yu(l.bottom,0);u?k=h-2*(0!==e||0!==t?e+t:yu(l.left,l.right)):f=p-2*(0!==o||0!==r?o+r:yu(l.top,l.bottom))}await i({...t,availableWidth:k,availableHeight:f});const y=await a.getDimensions(n.floating);return h!==y.width||p!==y.height?{reset:{rects:!0}}:{}}}};function Lu(e){var t;return(null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Hu(e){return Lu(e).getComputedStyle(e)}const Ou=Math.min,Du=Math.max,Mu=Math.round;function Eu(e){const t=Hu(e);let o=parseFloat(t.width),r=parseFloat(t.height);const a=e.offsetWidth,n=e.offsetHeight,i=Mu(o)!==a||Mu(r)!==n;return i&&(o=a,r=n),{width:o,height:r,fallback:i}}function Ru(e){return Xu(e)?(e.nodeName||"").toLowerCase():""}let ju;function Vu(){if(ju)return ju;const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?(ju=e.brands.map(e=>e.brand+"/"+e.version).join(" "),ju):navigator.userAgent}function Gu(e){return e instanceof Lu(e).HTMLElement}function _u(e){return e instanceof Lu(e).Element}function Xu(e){return e instanceof Lu(e).Node}function Wu(e){return"undefined"!=typeof ShadowRoot&&(e instanceof Lu(e).ShadowRoot||e instanceof ShadowRoot)}function qu(e){const{overflow:t,overflowX:o,overflowY:r,display:a}=Hu(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+o)&&!["inline","contents"].includes(a)}function Yu(e){return["table","td","th"].includes(Ru(e))}function Uu(e){const t=/firefox/i.test(Vu()),o=Hu(e),r=o.backdropFilter||o.WebkitBackdropFilter;return"none"!==o.transform||"none"!==o.perspective||!!r&&"none"!==r||t&&"filter"===o.willChange||t&&!!o.filter&&"none"!==o.filter||["transform","perspective"].some(e=>o.willChange.includes(e))||["paint","layout","strict","content"].some(e=>{const t=o.contain;return null!=t&&t.includes(e)})}function Ku(){return/^((?!chrome|android).)*safari/i.test(Vu())}function Qu(e){return["html","body","#document"].includes(Ru(e))}function Zu(e){return _u(e)?e:e.contextElement}const Ju={x:1,y:1};function eh(e){const t=Zu(e);if(!Gu(t))return Ju;const o=t.getBoundingClientRect(),{width:r,height:a,fallback:n}=Eu(t);let i=(n?Mu(o.width):o.width)/r,s=(n?Mu(o.height):o.height)/a;return i&&Number.isFinite(i)||(i=1),s&&Number.isFinite(s)||(s=1),{x:i,y:s}}function th(e,t,o,r){var a,n;void 0===t&&(t=!1),void 0===o&&(o=!1);const i=e.getBoundingClientRect(),s=Zu(e);let l=Ju;t&&(r?_u(r)&&(l=eh(r)):l=eh(e));const c=s?Lu(s):window,d=Ku()&&o;let u=(i.left+(d&&(null==(a=c.visualViewport)?void 0:a.offsetLeft)||0))/l.x,h=(i.top+(d&&(null==(n=c.visualViewport)?void 0:n.offsetTop)||0))/l.y,p=i.width/l.x,g=i.height/l.y;if(s){const e=Lu(s),t=r&&_u(r)?Lu(r):r;let o=e.frameElement;for(;o&&r&&t!==e;){const e=eh(o),t=o.getBoundingClientRect(),r=getComputedStyle(o);t.x+=(o.clientLeft+parseFloat(r.paddingLeft))*e.x,t.y+=(o.clientTop+parseFloat(r.paddingTop))*e.y,u*=e.x,h*=e.y,p*=e.x,g*=e.y,u+=t.x,h+=t.y,o=Lu(o).frameElement}}return{width:p,height:g,top:h,right:u+p,bottom:h+g,left:u,x:u,y:h}}function oh(e){return((Xu(e)?e.ownerDocument:e.document)||window.document).documentElement}function rh(e){return _u(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function ah(e){return th(oh(e)).left+rh(e).scrollLeft}function nh(e){if("html"===Ru(e))return e;const t=e.assignedSlot||e.parentNode||Wu(e)&&e.host||oh(e);return Wu(t)?t.host:t}function ih(e,t){var o;void 0===t&&(t=[]);const r=function e(t){const o=nh(t);return Qu(o)?o.ownerDocument.body:Gu(o)&&qu(o)?o:e(o)}(e),a=r===(null==(o=e.ownerDocument)?void 0:o.body),n=Lu(r);return a?t.concat(n,n.visualViewport||[],qu(r)?r:[]):t.concat(r,ih(r))}function sh(e,t,o){let r;if("viewport"===t)r=function(e,t){const o=Lu(e),r=oh(e),a=o.visualViewport;let n=r.clientWidth,i=r.clientHeight,s=0,l=0;if(a){n=a.width,i=a.height;const e=Ku();(!e||e&&"fixed"===t)&&(s=a.offsetLeft,l=a.offsetTop)}return{width:n,height:i,x:s,y:l}}(e,o);else if("document"===t)r=function(e){const t=oh(e),o=rh(e),r=e.ownerDocument.body,a=Du(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),n=Du(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let i=-o.scrollLeft+ah(e);const s=-o.scrollTop;return"rtl"===Hu(r).direction&&(i+=Du(t.clientWidth,r.clientWidth)-a),{width:a,height:n,x:i,y:s}}(oh(e));else if(_u(t))r=function(e,t){const o=th(e,!0,"fixed"===t),r=o.top+e.clientTop,a=o.left+e.clientLeft,n=Gu(e)?eh(e):{x:1,y:1};return{width:e.clientWidth*n.x,height:e.clientHeight*n.y,x:a*n.x,y:r*n.y}}(t,o);else{const o={...t};if(Ku()){var a,n;const t=Lu(e);o.x-=(null==(a=t.visualViewport)?void 0:a.offsetLeft)||0,o.y-=(null==(n=t.visualViewport)?void 0:n.offsetTop)||0}r=o}return mu(r)}function lh(e,t){return Gu(e)&&"fixed"!==Hu(e).position?t?t(e):e.offsetParent:null}function ch(e,t){const o=Lu(e);let r=lh(e,t);for(;r&&Yu(r)&&"static"===Hu(r).position;)r=lh(r,t);return r&&("html"===Ru(r)||"body"===Ru(r)&&"static"===Hu(r).position&&!Uu(r))?o:r||function(e){let t=nh(e);for(;Gu(t)&&!Qu(t);){if(Uu(t))return t;t=nh(t)}return null}(e)||o}function dh(e,t,o){const r=Gu(t),a=oh(t),n=th(e,!0,"fixed"===o,t);let i={scrollLeft:0,scrollTop:0};const s={x:0,y:0};if(r||!r&&"fixed"!==o)if(("body"!==Ru(t)||qu(a))&&(i=rh(t)),Gu(t)){const e=th(t,!0);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else a&&(s.x=ah(a));return{x:n.left+i.scrollLeft-s.x,y:n.top+i.scrollTop-s.y,width:n.width,height:n.height}}const uh={getClippingRect:function(e){let{element:t,boundary:o,rootBoundary:r,strategy:a}=e;const n=[..."clippingAncestors"===o?function(e,t){const o=t.get(e);if(o)return o;let r=ih(e).filter(e=>_u(e)&&"body"!==Ru(e)),a=null;const n="fixed"===Hu(e).position;let i=n?nh(e):e;for(;_u(i)&&!Qu(i);){const e=Hu(i),t=Uu(i);(n?t||a:t||"static"!==e.position||!a||!["absolute","fixed"].includes(a.position))?a=e:r=r.filter(e=>e!==i),i=nh(i)}return t.set(e,r),r}(t,this._c):[].concat(o),r],i=n[0],s=n.reduce((e,o)=>{const r=sh(t,o,a);return e.top=Du(r.top,e.top),e.right=Ou(r.right,e.right),e.bottom=Ou(r.bottom,e.bottom),e.left=Du(r.left,e.left),e},sh(t,i,a));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:o,strategy:r}=e;const a=Gu(o),n=oh(o);if(o===n)return t;let i={scrollLeft:0,scrollTop:0},s={x:1,y:1};const l={x:0,y:0};if((a||!a&&"fixed"!==r)&&(("body"!==Ru(o)||qu(n))&&(i=rh(o)),Gu(o))){const e=th(o);s=eh(o),l.x=e.x+o.clientLeft,l.y=e.y+o.clientTop}return{width:t.width*s.x,height:t.height*s.y,x:t.x*s.x-i.scrollLeft*s.x+l.x,y:t.y*s.y-i.scrollTop*s.y+l.y}},isElement:_u,getDimensions:function(e){return Gu(e)?Eu(e):e.getBoundingClientRect()},getOffsetParent:ch,getDocumentElement:oh,getScale:eh,async getElementRects(e){let{reference:t,floating:o,strategy:r}=e;const a=this.getOffsetParent||ch,n=this.getDimensions;return{reference:dh(t,await a(o),r),floating:{x:0,y:0,...await n(o)}}},getClientRects:e=>Array.from(e.getClientRects()),isRTL:e=>"rtl"===Hu(e).direction};function hh(e,t,o,r){void 0===r&&(r={});const{ancestorScroll:a=!0,ancestorResize:n=!0,elementResize:i=!0,animationFrame:s=!1}=r,l=a&&!s,c=l||n?[..._u(e)?ih(e):e.contextElement?ih(e.contextElement):[],...ih(t)]:[];c.forEach(e=>{l&&e.addEventListener("scroll",o,{passive:!0}),n&&e.addEventListener("resize",o)});let d,u=null;if(i){let r=!0;u=new ResizeObserver(()=>{r||o(),r=!1}),_u(e)&&!s&&u.observe(e),_u(e)||!e.contextElement||s||u.observe(e.contextElement),u.observe(t)}let h=s?th(e):null;return s&&function t(){const r=th(e);!h||r.x===h.x&&r.y===h.y&&r.width===h.width&&r.height===h.height||o(),h=r,d=requestAnimationFrame(t)}(),o(),()=>{var e;c.forEach(e=>{l&&e.removeEventListener("scroll",o),n&&e.removeEventListener("resize",o)}),null==(e=u)||e.disconnect(),u=null,s&&cancelAnimationFrame(d)}}const ph=(e,t,o)=>{const r=new Map,a={platform:uh,...o},n={...a.platform,_c:r};return(async(e,t,o)=>{const{placement:r="bottom",strategy:a="absolute",middleware:n=[],platform:i}=o,s=n.filter(Boolean),l=await(null==i.isRTL?void 0:i.isRTL(t));let c=await i.getElementRects({reference:e,floating:t,strategy:a}),{x:d,y:u}=bu(c,r,l),h=r,p={},g=0;for(let o=0;o<s.length;o++){const{name:n,fn:v}=s[o],{x:b,y:m,data:f,reset:k}=await v({x:d,y:u,initialPlacement:r,placement:h,strategy:a,middlewareData:p,rects:c,platform:i,elements:{reference:e,floating:t}});d=null!=b?b:d,u=null!=m?m:u,p={...p,[n]:{...p[n],...f}},k&&g<=50&&(g++,"object"==typeof k&&(k.placement&&(h=k.placement),k.rects&&(c=!0===k.rects?await i.getElementRects({reference:e,floating:t,strategy:a}):k.rects),({x:d,y:u}=bu(c,h,l))),o=-1)}return{x:d,y:u,placement:h,strategy:a,middlewareData:p}})(e,t,{...a,platform:n})},gh={separator:"separator",presentation:"presentation"},vh=rt;class bh extends ot{constructor(){super(...arguments),this.role=gh.separator,this.orientation=vh.horizontal}}e([De],bh.prototype,"role",void 0),e([De],bh.prototype,"orientation",void 0);const mh={menuitem:"menuitem",menuitemcheckbox:"menuitemcheckbox",menuitemradio:"menuitemradio"};class fh extends ot{constructor(){super(...arguments),this.role=mh.menuitem,this.checked=!1,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=e=>{if(e.defaultPrevented)return!1;switch(e.key){case"Enter":case" ":return this.invoke(),!1;case"ArrowRight":return this.expanded&&this.submenu?this.submenu.focus():this.expandAndFocus(),!1;case"Escape":if(this.expanded)return this.closeSubMenu(),!1;break;case"ArrowLeft":if(this.expanded)return this.closeSubMenu(),!1}return!0},this.handleMenuItemClick=e=>(e.defaultPrevented||this.disabled||this.invoke(),!1),this.submenuLoaded=()=>{this.focusSubmenuOnLoad&&(this.focusSubmenuOnLoad=!1,this.submenu&&(this.submenu.focus(),this.setAttribute("tabindex","-1")))},this.handleMouseOver=e=>(this.disabled||!this.hasSubmenu||this.expanded||(this.expanded=!0),!1),this.handleMouseOut=e=>(!this.expanded||this.contains(document.activeElement)||(this.expanded=!1),!1),this.closeSubMenu=()=>{this.expanded=!1,this.focus()},this.expandAndFocus=()=>{this.hasSubmenu&&(this.focusSubmenuOnLoad=!0,this.expanded=!0)},this.invoke=()=>{if(!this.disabled)switch(this.role){case mh.menuitemcheckbox:this.checked=!this.checked;break;case mh.menuitem:if(this.hasSubmenu){this.expandAndFocus();break}this.$emit("change");break;case mh.menuitemradio:this.checked||(this.checked=!0)}}}expandedChanged(e,t){this.$fastController.isConnected&&(t&&this.submenu&&this.updateSubmenu(),this.$emit("expanded-change",this,{bubbles:!1}))}checkedChanged(e,t){this.$fastController.isConnected&&this.$emit("change")}get hasSubmenu(){return!!this.submenu}slottedSubmenuChanged(e,t){t.length&&(this.submenu=t[0],this.updateSubmenu())}disconnectedCallback(){var e;null===(e=this.cleanup)||void 0===e||e.call(this),super.disconnectedCallback()}updateSubmenu(){var e;null===(e=this.cleanup)||void 0===e||e.call(this),this.submenu&&this.expanded&&y.enqueue(()=>{this.cleanup=hh(this,this.submenuContainer,()=>t(this,void 0,void 0,(function*(){const e=["left-start","right-start"],{x:t,y:o}=yield ph(this,this.submenuContainer,{middleware:[Iu(),zu({apply:({availableWidth:t,rects:o})=>{t<o.floating.width&&e.push("bottom-end","top-end")}}),Cu({fallbackPlacements:e})],placement:"right-start",strategy:"fixed"});Object.assign(this.submenuContainer.style,{left:t+"px",position:"fixed",top:o+"px"}),this.submenuLoaded()})))})}}e([De({mode:"boolean"})],fh.prototype,"disabled",void 0),e([De({mode:"boolean"})],fh.prototype,"expanded",void 0),e([De],fh.prototype,"role",void 0),e([De({mode:"boolean"})],fh.prototype,"checked",void 0),e([De({mode:"boolean"})],fh.prototype,"hidden",void 0),e([P],fh.prototype,"slottedSubmenu",void 0),e([P],fh.prototype,"submenu",void 0),vt(fh,ht);class kh extends ot{constructor(){super(...arguments),this.expandedItem=null,this.focusIndex=-1,this.isNestedMenu=()=>null!==this.parentElement&&at(this.parentElement)&&"menuitem"===this.parentElement.getAttribute("role"),this.handleFocusOut=e=>{if(!this.contains(e.relatedTarget)&&void 0!==this.menuItems){this.collapseExpandedItem();const e=this.menuItems.findIndex(this.isFocusableElement);this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.menuItems[e].setAttribute("tabindex","0"),this.focusIndex=e}},this.handleItemFocus=e=>{const t=e.target;void 0!==this.menuItems&&t!==this.menuItems[this.focusIndex]&&(this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.focusIndex=this.menuItems.indexOf(t),t.setAttribute("tabindex","0"))},this.handleExpandedChanged=e=>{if(e.defaultPrevented||null===e.target||void 0===this.menuItems||this.menuItems.indexOf(e.target)<0)return;e.preventDefault();const t=e.target;null===this.expandedItem||t!==this.expandedItem||!1!==t.expanded?t.expanded&&(null!==this.expandedItem&&this.expandedItem!==t&&(this.expandedItem.expanded=!1),this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.expandedItem=t,this.focusIndex=this.menuItems.indexOf(t),t.setAttribute("tabindex","0")):this.expandedItem=null},this.changeHandler=e=>{if(void 0===this.menuItems)return;const t=e.target,o=this.menuItems.indexOf(t);if(-1!==o&&"menuitemradio"===t.role&&!0===t.checked){for(let e=o-1;e>=0;--e){const t=this.menuItems[e],o=t.getAttribute("role");if(o===mh.menuitemradio&&(t.checked=!1),"separator"===o)break}const e=this.menuItems.length-1;for(let t=o+1;t<=e;++t){const e=this.menuItems[t],o=e.getAttribute("role");if(o===mh.menuitemradio&&(e.checked=!1),"separator"===o)break}}},this.isMenuItemElement=e=>e instanceof fh||at(e)&&e.getAttribute("role")in kh.focusableElementRoles,this.isFocusableElement=e=>this.isMenuItemElement(e)}itemsChanged(e,t){this.$fastController.isConnected&&void 0!==this.menuItems&&this.setItems()}connectedCallback(){super.connectedCallback(),y.enqueue(()=>{this.setItems()}),this.addEventListener("change",this.changeHandler)}disconnectedCallback(){super.disconnectedCallback(),this.removeItemListeners(),this.menuItems=void 0,this.removeEventListener("change",this.changeHandler)}focus(){this.setFocus(0,1)}collapseExpandedItem(){null!==this.expandedItem&&(this.expandedItem.expanded=!1,this.expandedItem=null)}handleMenuKeyDown(e){if(!e.defaultPrevented&&void 0!==this.menuItems)switch(e.key){case"ArrowDown":return void this.setFocus(this.focusIndex+1,1);case"ArrowUp":return void this.setFocus(this.focusIndex-1,-1);case"End":return void this.setFocus(this.menuItems.length-1,-1);case"Home":return void this.setFocus(0,1);default:return!0}}removeItemListeners(e=this.items){e.forEach(e=>{e.removeEventListener("focus",this.handleItemFocus),e.removeEventListener("expanded-changed",this.handleExpandedChanged),w.getNotifier(e).unsubscribe(this,"hidden")})}setItems(){const e=Array.from(this.children);this.removeItemListeners(e),e.forEach(e=>w.getNotifier(e).subscribe(this,"hidden"));const t=e.filter(e=>!e.hasAttribute("hidden"));this.menuItems=t;const o=this.menuItems.filter(this.isMenuItemElement);o.length&&(this.focusIndex=0),o.forEach((e,t)=>{e.setAttribute("tabindex",0===t?"0":"-1"),e.addEventListener("expanded-change",this.handleExpandedChanged),e.addEventListener("focus",this.handleItemFocus)})}handleChange(e,t){"hidden"===t&&this.setItems()}setFocus(e,t){if(void 0!==this.menuItems)for(;e>=0&&e<this.menuItems.length;){const o=this.menuItems[e];if(this.isFocusableElement(o)){this.focusIndex>-1&&this.menuItems.length>=this.focusIndex-1&&this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.focusIndex=e,o.setAttribute("tabindex","0"),o.focus();break}e+=t}}}kh.focusableElementRoles=mh,e([P],kh.prototype,"items",void 0);class yh extends ot{}class xh extends(rd(yh)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const $h={email:"email",password:"password",tel:"tel",text:"text",url:"url"};class Bh extends xh{constructor(){super(...arguments),this.type=$h.text}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly,this.validate())}autofocusChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.autofocus=this.autofocus,this.validate())}placeholderChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.placeholder=this.placeholder)}typeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.type=this.type,this.validate())}listChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.setAttribute("list",this.list),this.validate())}maxlengthChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.maxLength=this.maxlength,this.validate())}minlengthChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.minLength=this.minlength,this.validate())}patternChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.pattern=this.pattern,this.validate())}sizeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.size=this.size)}spellcheckChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.spellcheck=this.spellcheck)}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type",this.type),this.validate(),this.autofocus&&y.enqueue(()=>{this.focus()})}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.value=this.control.value}handleChange(){this.$emit("change")}validate(){super.validate(this.control)}}e([De({attribute:"readonly",mode:"boolean"})],Bh.prototype,"readOnly",void 0),e([De({mode:"boolean"})],Bh.prototype,"autofocus",void 0),e([De],Bh.prototype,"placeholder",void 0),e([De],Bh.prototype,"type",void 0),e([De],Bh.prototype,"list",void 0),e([De({converter:He})],Bh.prototype,"maxlength",void 0),e([De({converter:He})],Bh.prototype,"minlength",void 0),e([De],Bh.prototype,"pattern",void 0),e([De({converter:He})],Bh.prototype,"size",void 0),e([De({mode:"boolean"})],Bh.prototype,"spellcheck",void 0),e([P],Bh.prototype,"defaultSlottedNodes",void 0);class wh{}vt(wh,dt),vt(Bh,ht,wh);class Ph extends ot{constructor(){super(...arguments),this.percentComplete=0}valueChanged(){this.updatePercentComplete()}minChanged(){this.$fastController.isConnected&&this.updatePercentComplete()}maxChanged(){this.$fastController.isConnected&&this.updatePercentComplete()}connectedCallback(){super.connectedCallback(),this.updatePercentComplete()}updatePercentComplete(){const e="number"==typeof this.min?this.min:0,t="number"==typeof this.max?this.max:100,o="number"==typeof this.value?this.value:0,r=t-e;this.percentComplete=0===r?0:Math.fround((o-e)/r*100)}}e([De({converter:He})],Ph.prototype,"value",void 0),e([De({converter:He})],Ph.prototype,"min",void 0),e([De({converter:He})],Ph.prototype,"max",void 0),e([P],Ph.prototype,"percentComplete",void 0);class Sh extends Ph{}class Fh extends Ph{}const Ch=rt;class Nh extends ot{}class Th extends(ad(Nh)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class Ah extends Th{constructor(){super(),this.initialValue="on",this.proxy.setAttribute("type","radio")}get radioGroup(){return this.closest("[role=radiogroup]")}defaultCheckedChanged(){var e;this.$fastController.isConnected&&!this.dirtyChecked&&(this.isInsideRadioGroup()||(this.checked=null!==(e=this.defaultChecked)&&void 0!==e&&e,this.dirtyChecked=!1))}connectedCallback(){var e,t;super.connectedCallback(),this.validate(),"radiogroup"!==(null===(e=this.parentElement)||void 0===e?void 0:e.getAttribute("role"))&&null===this.getAttribute("tabindex")&&(this.disabled||this.setAttribute("tabindex","0")),this.checkedAttribute&&(this.dirtyChecked||this.isInsideRadioGroup()||(this.checked=null!==(t=this.defaultChecked)&&void 0!==t&&t,this.dirtyChecked=!1))}isInsideRadioGroup(){return null!==this.radioGroup}keypressHandler(e){var t;switch(e.key){case" ":return void(this.checked||(null===(t=this.radioGroup)||void 0===t?void 0:t.readOnly)||(this.checked=!0))}return!0}}e([P],Ah.prototype,"name",void 0),e([P],Ah.prototype,"defaultSlottedNodes",void 0);class Ih extends ot{constructor(){super(...arguments),this.orientation=Ch.horizontal,this.radioChangeHandler=e=>{const t=e.target;t.checked&&(this.slottedRadioButtons.forEach(e=>{e!==t&&(e.checked=!1,this.isInsideFoundationToolbar||e.setAttribute("tabindex","-1"))}),this.selectedRadio=t,this.value=t.value,t.setAttribute("tabindex","0"),this.focusedRadio=t),e.stopPropagation()},this.moveToRadioByIndex=(e,t)=>{const o=e[t];this.isInsideToolbar||(o.setAttribute("tabindex","0"),o.checked=!0,this.selectedRadio=o),this.focusedRadio=o,o.focus()},this.moveRightOffGroup=()=>{var e;null===(e=this.nextElementSibling)||void 0===e||e.focus()},this.moveLeftOffGroup=()=>{var e;null===(e=this.previousElementSibling)||void 0===e||e.focus()},this.focusOutHandler=e=>{const t=this.slottedRadioButtons,o=e.target,r=null!==o?t.indexOf(o):0,a=this.focusedRadio?t.indexOf(this.focusedRadio):-1;return(0===a&&r===a||a===t.length-1&&a===r)&&(this.selectedRadio?(this.focusedRadio=this.selectedRadio,this.isInsideFoundationToolbar||(this.selectedRadio.setAttribute("tabindex","0"),t.forEach(e=>{e!==this.selectedRadio&&e.setAttribute("tabindex","-1")}))):(this.focusedRadio=t[0],this.focusedRadio.setAttribute("tabindex","0"),t.forEach(e=>{e!==this.focusedRadio&&e.setAttribute("tabindex","-1")}))),!0},this.handleDisabledClick=e=>{if(!this.disabled)return!0;e.preventDefault()},this.clickHandler=e=>{if(this.disabled)return;e.preventDefault();const t=e.target;t&&t instanceof Ah&&(t.checked=!0,t.setAttribute("tabindex","0"),this.selectedRadio=t,this.focusedRadio=t)},this.shouldMoveOffGroupToTheRight=(e,t,o)=>e===t.length&&this.isInsideToolbar&&"ArrowRight"===o,this.shouldMoveOffGroupToTheLeft=(e,t)=>(this.focusedRadio?e.indexOf(this.focusedRadio)-1:0)<0&&this.isInsideToolbar&&"ArrowLeft"===t,this.checkFocusedRadio=()=>{null===this.focusedRadio||this.focusedRadio.checked||(this.focusedRadio.checked=!0,this.focusedRadio.setAttribute("tabindex","0"),this.focusedRadio.focus(),this.selectedRadio=this.focusedRadio)},this.moveRight=e=>{const t=this.slottedRadioButtons;let o=0;if(o=this.focusedRadio?t.indexOf(this.focusedRadio)+1:1,this.shouldMoveOffGroupToTheRight(o,t,e.key))this.moveRightOffGroup();else for(o===t.length&&(o=0);o<t.length&&t.length>1;){if(!t[o].disabled){this.moveToRadioByIndex(t,o);break}if(this.focusedRadio&&o===t.indexOf(this.focusedRadio))break;if(o+1>=t.length){if(this.isInsideToolbar)break;o=0}else o+=1}},this.moveLeft=e=>{const t=this.slottedRadioButtons;let o=0;if(o=this.focusedRadio?t.indexOf(this.focusedRadio)-1:0,o=o<0?t.length-1:o,this.shouldMoveOffGroupToTheLeft(t,e.key))this.moveLeftOffGroup();else for(;o>=0&&t.length>1;){if(!t[o].disabled){this.moveToRadioByIndex(t,o);break}if(this.focusedRadio&&o===t.indexOf(this.focusedRadio))break;o-1<0?o=t.length-1:o-=1}},this.keydownHandler=e=>{const t=e.key;if(t in nt&&(this.isInsideFoundationToolbar||this.disabled))return!0;switch(t){case"Enter":this.checkFocusedRadio();break;case"ArrowRight":case"ArrowDown":this.direction===it.ltr?this.moveRight(e):this.moveLeft(e);break;case"ArrowLeft":case"ArrowUp":this.direction===it.ltr?this.moveLeft(e):this.moveRight(e);break;default:return!0}}}disabledChanged(){}nameChanged(){this.slottedRadioButtons&&this.slottedRadioButtons.forEach(e=>{e.setAttribute("name",this.name)})}valueChanged(){this.slottedRadioButtons&&this.slottedRadioButtons.forEach(e=>{e.value===this.value&&(e.checked=!0,this.selectedRadio=e)}),this.$emit("change")}slottedRadioButtonsChanged(e,t){this.slottedRadioButtons&&this.slottedRadioButtons.length>0&&this.setupRadioButtons()}get parentToolbar(){return this.closest('[role="toolbar"]')}get isInsideToolbar(){var e;return null!==(e=this.parentToolbar)&&void 0!==e&&e}get isInsideFoundationToolbar(){var e;return!!(null===(e=this.parentToolbar)||void 0===e?void 0:e.$fastController)}connectedCallback(){super.connectedCallback(),this.direction=$t(this),this.setupRadioButtons()}disconnectedCallback(){this.slottedRadioButtons.forEach(e=>{e.removeEventListener("change",this.radioChangeHandler)})}setupRadioButtons(){const e=this.slottedRadioButtons.filter(e=>e.hasAttribute("checked")),t=e?e.length:0;if(t>1){e[t-1].checked=!0}let o=!1;if(this.slottedRadioButtons.forEach(e=>{void 0!==this.name&&e.setAttribute("name",this.name),this.value&&this.value===e.value?(this.selectedRadio=e,this.focusedRadio=e,e.checked=!0,e.setAttribute("tabindex","0"),o=!0):(this.isInsideFoundationToolbar||e.setAttribute("tabindex","-1"),e.checked=!1),e.addEventListener("change",this.radioChangeHandler)}),void 0===this.value&&this.slottedRadioButtons.length>0){const e=this.slottedRadioButtons.filter(e=>e.hasAttribute("checked")),t=null!==e?e.length:0;if(t>0&&!o){const o=e[t-1];o.checked=!0,this.focusedRadio=o,o.setAttribute("tabindex","0")}else this.slottedRadioButtons[0].setAttribute("tabindex","0"),this.focusedRadio=this.slottedRadioButtons[0]}}}e([De({attribute:"readonly",mode:"boolean"})],Ih.prototype,"readOnly",void 0),e([De({attribute:"disabled",mode:"boolean"})],Ih.prototype,"disabled",void 0),e([De],Ih.prototype,"name",void 0),e([De],Ih.prototype,"value",void 0),e([De],Ih.prototype,"orientation",void 0),e([P],Ih.prototype,"childItems",void 0),e([P],Ih.prototype,"slottedRadioButtons",void 0);const zh=rt,Lh="single-value";function Hh(e,t,o,r){let a=st(0,1,(e-t)/(o-t));return r===it.rtl&&(a=1-a),a}class Oh extends ot{}class Dh extends(rd(Oh)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class Mh extends Dh{constructor(){super(...arguments),this.direction=it.ltr,this.isDragging=!1,this.trackWidth=0,this.trackMinWidth=0,this.trackHeight=0,this.trackLeft=0,this.trackMinHeight=0,this.valueTextFormatter=()=>null,this.min=0,this.max=10,this.orientation=rt.horizontal,this.mode=Lh,this.keypressHandler=e=>{if(!this.readOnly&&!this.disabled)if("Home"===e.key)e.preventDefault(),this.direction!==it.rtl&&this.orientation!==rt.vertical?this.value=""+this.min:this.value=""+this.max;else if("End"===e.key)e.preventDefault(),this.direction!==it.rtl&&this.orientation!==rt.vertical?this.value=""+this.max:this.value=""+this.min;else if(!e.shiftKey)switch(e.key){case"ArrowRight":case"ArrowUp":e.preventDefault(),this.increment();break;case"ArrowLeft":case"ArrowDown":e.preventDefault(),this.decrement()}},this.setupTrackConstraints=()=>{const e=this.track.getBoundingClientRect();this.trackWidth=this.track.clientWidth,this.trackMinWidth=this.track.clientLeft,this.trackHeight=e.top,this.trackMinHeight=e.bottom,this.trackLeft=this.getBoundingClientRect().left,0===this.trackWidth&&(this.trackWidth=1)},this.setupListeners=(e=!1)=>{const t=(e?"remove":"add")+"EventListener";this[t]("keydown",this.keypressHandler),this[t]("mousedown",this.handleMouseDown),this.thumb[t]("mousedown",this.handleThumbMouseDown,{passive:!0}),this.thumb[t]("touchstart",this.handleThumbMouseDown,{passive:!0}),e&&(this.handleMouseDown(null),this.handleThumbMouseDown(null))},this.initialValue="",this.handleThumbMouseDown=e=>{const t=(null!==e?"add":"remove")+"EventListener";window[t]("mouseup",this.handleWindowMouseUp),window[t]("mousemove",this.handleMouseMove,{passive:!0}),window[t]("touchmove",this.handleMouseMove,{passive:!0}),window[t]("touchend",this.handleWindowMouseUp),this.isDragging=null!==e},this.handleMouseMove=e=>{if(this.readOnly||this.disabled||e.defaultPrevented)return;const t=window.TouchEvent&&e instanceof TouchEvent?e.touches[0]:e,o=this.orientation===rt.horizontal?t.pageX-document.documentElement.scrollLeft-this.trackLeft:t.pageY-document.documentElement.scrollTop;this.value=""+this.calculateNewValue(o)},this.handleWindowMouseUp=e=>{this.stopDragging()},this.stopDragging=()=>{this.isDragging=!1,this.handleMouseDown(null),this.handleThumbMouseDown(null)},this.handleMouseDown=e=>{const t=(null!==e?"add":"remove")+"EventListener";if((null===e||!this.disabled&&!this.readOnly)&&(window[t]("mouseup",this.handleWindowMouseUp),window.document[t]("mouseleave",this.handleWindowMouseUp),window[t]("mousemove",this.handleMouseMove),e)){this.setupTrackConstraints();const t=this.orientation===rt.horizontal?e.pageX-document.documentElement.scrollLeft-this.trackLeft:e.pageY-document.documentElement.scrollTop;this.value=""+this.calculateNewValue(t)}}}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}get valueAsNumber(){return parseFloat(super.value)}set valueAsNumber(e){this.value=e.toString()}valueChanged(e,t){if(this.$fastController.isConnected){const o=parseFloat(t),r=st(this.min,this.max,this.convertToConstrainedValue(o)).toString();if(r!==t)return void(this.value=r);super.valueChanged(e,t),this.setThumbPositionForOrientation(this.direction),this.$emit("change")}}minChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.min=""+this.min),this.validate()}maxChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.max=""+this.max),this.validate()}stepChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.step=""+this.step),this.updateStepMultiplier(),this.validate()}orientationChanged(){this.$fastController.isConnected&&this.setThumbPositionForOrientation(this.direction)}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type","range"),this.direction=$t(this),this.updateStepMultiplier(),this.setupTrackConstraints(),this.setupListeners(),this.setupDefaultValue(),this.setThumbPositionForOrientation(this.direction)}disconnectedCallback(){this.setupListeners(!0)}increment(){const e=(this.direction!==it.rtl&&this.orientation,Number(this.value)+Number(this.stepValue)),t=this.convertToConstrainedValue(e),o=t<Number(this.max)?""+t:""+this.max;this.value=o}decrement(){const e=(this.direction!==it.rtl&&this.orientation,Number(this.value)-Number(this.stepValue)),t=this.convertToConstrainedValue(e),o=t>Number(this.min)?""+t:""+this.min;this.value=o}get stepValue(){return void 0===this.step?1:this.step}setThumbPositionForOrientation(e){const t=100*(1-Hh(Number(this.value),Number(this.min),Number(this.max),e));this.orientation===rt.horizontal?this.position=this.isDragging?`right: ${t}%; transition: none;`:`right: ${t}%; transition: all 0.2s ease;`:this.position=this.isDragging?`top: ${t}%; transition: none;`:`top: ${t}%; transition: all 0.2s ease;`}updateStepMultiplier(){const e=this.stepValue+"",t=this.stepValue%1?e.length-e.indexOf(".")-1:0;this.stepMultiplier=Math.pow(10,t)}get midpoint(){return""+this.convertToConstrainedValue((this.max+this.min)/2)}setupDefaultValue(){if("string"==typeof this.value)if(0===this.value.length)this.initialValue=this.midpoint;else{const e=parseFloat(this.value);!Number.isNaN(e)&&(e<this.min||e>this.max)&&(this.value=this.midpoint)}}calculateNewValue(e){this.setupTrackConstraints();const t=Hh(e,this.orientation===rt.horizontal?this.trackMinWidth:this.trackMinHeight,this.orientation===rt.horizontal?this.trackWidth:this.trackHeight,this.direction),o=(this.max-this.min)*t+this.min;return this.convertToConstrainedValue(o)}convertToConstrainedValue(e){isNaN(e)&&(e=this.min);let t=e-this.min;const o=t-Math.round(t/this.stepValue)*(this.stepMultiplier*this.stepValue)/this.stepMultiplier;return t=o>=Number(this.stepValue)/2?t-o+Number(this.stepValue):t-o,t+this.min}}e([De({attribute:"readonly",mode:"boolean"})],Mh.prototype,"readOnly",void 0),e([P],Mh.prototype,"direction",void 0),e([P],Mh.prototype,"isDragging",void 0),e([P],Mh.prototype,"position",void 0),e([P],Mh.prototype,"trackWidth",void 0),e([P],Mh.prototype,"trackMinWidth",void 0),e([P],Mh.prototype,"trackHeight",void 0),e([P],Mh.prototype,"trackLeft",void 0),e([P],Mh.prototype,"trackMinHeight",void 0),e([P],Mh.prototype,"valueTextFormatter",void 0),e([De({converter:He})],Mh.prototype,"min",void 0),e([De({converter:He})],Mh.prototype,"max",void 0),e([De({converter:He})],Mh.prototype,"step",void 0),e([De],Mh.prototype,"orientation",void 0),e([De],Mh.prototype,"mode",void 0);class Eh extends ot{}class Rh extends(ad(Eh)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class jh extends Rh{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(!this.readOnly)switch(e.key){case"Enter":case" ":this.checked=!this.checked}},this.clickHandler=e=>{this.disabled||this.readOnly||(this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}}e([De({attribute:"readonly",mode:"boolean"})],jh.prototype,"readOnly",void 0),e([P],jh.prototype,"defaultSlottedNodes",void 0);class Vh extends ot{}class Gh extends ot{}e([De({mode:"boolean"})],Gh.prototype,"disabled",void 0),vt(Gh,ht);const _h=rt;class Xh extends ot{constructor(){super(...arguments),this.orientation=_h.horizontal,this.prevActiveTabIndex=0,this.activeTabIndex=0,this.change=()=>{this.$emit("change",this.activetab)},this.isDisabledElement=e=>"true"===e.getAttribute("aria-disabled"),this.isHiddenElement=e=>e.hasAttribute("hidden"),this.isFocusableElement=e=>!this.isDisabledElement(e)&&!this.isHiddenElement(e),this.setTabs=()=>{const e=this.isHorizontal()?"gridColumn":"gridRow";this.activeTabIndex=this.getActiveIndex(),this.tabs.forEach((t,o)=>{if("tab"===t.slot){const e=this.activeTabIndex===o&&this.isFocusableElement(t),r=this.tabIds[o],a=this.tabpanelIds[o];t.setAttribute("id",r),t.setAttribute("aria-selected",e?"true":"false"),t.setAttribute("aria-controls",a),t.addEventListener("click",this.handleTabClick),t.addEventListener("keydown",this.handleTabKeyDown),t.setAttribute("tabindex",e?"0":"-1"),e&&(this.activetab=t,this.activeid=r)}t.style.gridColumn="",t.style.gridRow="",t.style[e]=""+(o+1),this.isHorizontal()?t.classList.remove("vertical"):t.classList.add("vertical")})},this.setTabPanels=()=>{this.tabpanels.forEach((e,t)=>{const o=this.tabIds[t],r=this.tabpanelIds[t];e.setAttribute("id",r),e.setAttribute("aria-labelledby",o),this.activeTabIndex!==t?e.setAttribute("hidden",""):e.removeAttribute("hidden")})},this.handleTabClick=e=>{const t=e.currentTarget;1===t.nodeType&&this.isFocusableElement(t)&&(this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=this.tabs.indexOf(t),this.setComponent())},this.handleTabKeyDown=e=>{if(this.isHorizontal())switch(e.key){case"ArrowLeft":e.preventDefault(),this.adjustBackward(e);break;case"ArrowRight":e.preventDefault(),this.adjustForward(e)}else switch(e.key){case"ArrowUp":e.preventDefault(),this.adjustBackward(e);break;case"ArrowDown":e.preventDefault(),this.adjustForward(e)}switch(e.key){case"Home":e.preventDefault(),this.adjust(-this.activeTabIndex);break;case"End":e.preventDefault(),this.adjust(this.tabs.length-this.activeTabIndex-1)}},this.adjustForward=e=>{const t=this.tabs;let o=0;for(o=this.activetab?t.indexOf(this.activetab)+1:1,o===t.length&&(o=0);o<t.length&&t.length>1;){if(this.isFocusableElement(t[o])){this.moveToTabByIndex(t,o);break}if(this.activetab&&o===t.indexOf(this.activetab))break;o+1>=t.length?o=0:o+=1}},this.adjustBackward=e=>{const t=this.tabs;let o=0;for(o=this.activetab?t.indexOf(this.activetab)-1:0,o=o<0?t.length-1:o;o>=0&&t.length>1;){if(this.isFocusableElement(t[o])){this.moveToTabByIndex(t,o);break}o-1<0?o=t.length-1:o-=1}},this.moveToTabByIndex=(e,t)=>{const o=e[t];this.activetab=o,this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=t,o.focus(),this.setComponent()}}orientationChanged(){this.$fastController.isConnected&&(this.setTabs(),this.setTabPanels())}activeidChanged(e,t){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.prevActiveTabIndex=this.tabs.findIndex(t=>t.id===e),this.setTabs(),this.setTabPanels())}tabsChanged(){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.setTabs(),this.setTabPanels())}tabpanelsChanged(){this.$fastController.isConnected&&this.tabpanels.length<=this.tabs.length&&(this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.setTabs(),this.setTabPanels())}getActiveIndex(){return void 0!==this.activeid?-1===this.tabIds.indexOf(this.activeid)?0:this.tabIds.indexOf(this.activeid):0}getTabIds(){return this.tabs.map(e=>{var t;return null!==(t=e.getAttribute("id"))&&void 0!==t?t:"tab-"+ct()})}getTabPanelIds(){return this.tabpanels.map(e=>{var t;return null!==(t=e.getAttribute("id"))&&void 0!==t?t:"panel-"+ct()})}setComponent(){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.focusTab(),this.change())}isHorizontal(){return this.orientation===_h.horizontal}adjust(e){const t=this.tabs.filter(e=>this.isFocusableElement(e)),o=t.indexOf(this.activetab),r=st(0,t.length-1,o+e),a=this.tabs.indexOf(t[r]);a>-1&&this.moveToTabByIndex(this.tabs,a)}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}e([De],Xh.prototype,"orientation",void 0),e([De],Xh.prototype,"activeid",void 0),e([P],Xh.prototype,"tabs",void 0),e([P],Xh.prototype,"tabpanels",void 0),vt(Xh,ht);const Wh=G`
|
|
284
|
-
${
|
|
283
|
+
var qd=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"].join(","),Yd="undefined"==typeof Element?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Ud=function(e){return"INPUT"===e.tagName},Kd=function(e){return function(e){return Ud(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,o=e.form||e.ownerDocument,r=function(e){return o.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=r(window.CSS.escape(e.name));else try{t=r(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var a=function(e,t){for(var o=0;o<e.length;o++)if(e[o].checked&&e[o].form===t)return e[o]}(t,e.form);return!a||a===e}(e)},Qd=function(e,t){return!(t.disabled||function(e){return Ud(e)&&"hidden"===e.type}(t)||function(e,t){if("hidden"===getComputedStyle(e).visibility)return!0;var o=Yd.call(e,"details>summary:first-of-type")?e.parentElement:e;if(Yd.call(o,"details:not([open]) *"))return!0;if(t&&"full"!==t){if("non-zero-area"===t){var r=e.getBoundingClientRect(),a=r.width,n=r.height;return 0===a&&0===n}}else for(;e;){if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}(t,e.displayCheck)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return"SUMMARY"===e.tagName}))}(t))},Zd=function(e,t){return!(!Qd(e,t)||Kd(t)||function(e){var t=parseInt(e.getAttribute("tabindex"),10);return isNaN(t)?function(e){return"true"===e.contentEditable}(e)?0:"AUDIO"!==e.nodeName&&"VIDEO"!==e.nodeName&&"DETAILS"!==e.nodeName||null!==e.getAttribute("tabindex")?e.tabIndex:0:t}(t)<0)},Jd=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==Yd.call(e,qd)&&Zd(t,e)};const eu="modal",tu="non-modal",ou="alert";var ru=Object.defineProperty,au=Object.getOwnPropertyDescriptor,nu=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?au(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&ru(t,o,n),n};const iu=class extends et{constructor(){super(...arguments),this.isTrappingFocus=!1,this.titleAction=[],this.modalType=eu,this.open=!1,this.noTitleAction=!1,this.trapFocus=!1,this.onOpenChangeEvent=(e=!1)=>{this.$emit("onOpenChange",{open:this.dialog.open,dismissed:e})},this.handleKeydown=e=>{if(!e.defaultPrevented)switch(e.key){case"Escape":this.modalType!==ou&&(this.hide(!0),this.$emit("dismiss"));break;default:return!0}},this.handleDocumentKeydown=e=>{if(!e.defaultPrevented&&this.dialog.open)switch(e.key){case"Tab":this.handleTabKeyDown(e)}},this.handleTabKeyDown=e=>{if(!this.trapFocus||!this.dialog.open)return;const t=this.getTabQueueBounds();if(1===t.length)return t[0].focus(),void e.preventDefault();e.shiftKey&&e.target===t[0]?(t[t.length-1].focus(),e.preventDefault()):e.shiftKey||e.target!==t[t.length-1]||(t[0].focus(),e.preventDefault())},this.getTabQueueBounds=()=>iu.reduceTabbableItems([],this),this.focusFirstElement=()=>{const e=this.getTabQueueBounds();e.length>0?e[0].focus():this.dialog instanceof HTMLElement&&this.dialog.focus()},this.shouldForceFocus=e=>this.isTrappingFocus&&!this.contains(e),this.shouldTrapFocus=()=>this.trapFocus&&this.dialog.open,this.handleDocumentFocus=e=>{!e.defaultPrevented&&this.shouldForceFocus(e.target)&&(this.focusFirstElement(),e.preventDefault())},this.updateTrapFocus=e=>{const t=void 0===e?this.shouldTrapFocus():e;t&&!this.isTrappingFocus?(this.isTrappingFocus=!0,document.addEventListener("focusin",this.handleDocumentFocus),f.enqueue(()=>{this.shouldForceFocus(document.activeElement)&&this.focusFirstElement()})):!t&&this.isTrappingFocus&&(this.isTrappingFocus=!1,document.removeEventListener("focusin",this.handleDocumentFocus))}}connectedCallback(){super.connectedCallback(),document.addEventListener("keydown",this.handleDocumentKeydown),f.enqueue(()=>{this.updateTrapFocus(),this.setComponent()})}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("keydown",this.handleDocumentKeydown),this.updateTrapFocus(!1)}openChanged(e,t){t!==e&&(t&&!e?this.show():!t&&e&&this.hide())}modalTypeChanged(e,t){t!==e&&(this.trapFocus=t==ou||t==eu)}setComponent(){this.modalType==eu||this.modalType==ou?this.trapFocus=!0:this.trapFocus=!1}show(){f.enqueue(()=>{this.modalType===ou||this.modalType===eu?(this.dialog.showModal(),this.open=!0,this.updateTrapFocus(!0)):this.modalType===tu&&(this.dialog.show(),this.open=!0),this.onOpenChangeEvent()})}hide(e=!1){this.dialog.close(),this.open=!1,this.onOpenChangeEvent(e)}dismiss(){this.modalType!==ou&&this.hide(!0)}handleClick(e){return e.preventDefault(),this.dialog.open&&this.modalType!==ou&&e.target===this.dialog&&this.dismiss(),!0}static reduceTabbableItems(e,t){return"-1"===t.getAttribute("tabindex")?e:Jd(t)||iu.isFocusableFastElement(t)&&iu.hasTabbableShadow(t)?(e.push(t),e):Array.from(t.children).reduce((e,t)=>iu.reduceTabbableItems(e,t),e)}static isFocusableFastElement(e){var t,o;return!!(null==(o=null==(t=e.$fastController)?void 0:t.definition.shadowOptions)?void 0:o.delegatesFocus)}static hasTabbableShadow(e){var t,o;return Array.from(null!=(o=null==(t=e.shadowRoot)?void 0:t.querySelectorAll("*"))?o:[]).some(e=>Jd(e))}};let su=iu;nu([$],su.prototype,"dialog",2),nu([$],su.prototype,"titleAction",2),nu([$],su.prototype,"defaultTitleAction",2),nu([He({attribute:"aria-describedby"})],su.prototype,"ariaDescribedby",2),nu([He({attribute:"aria-labelledby"})],su.prototype,"ariaLabelledby",2),nu([He({attribute:"modal-type"})],su.prototype,"modalType",2),nu([He({mode:"boolean"})],su.prototype,"open",2),nu([He({mode:"boolean",attribute:"no-title-action"})],su.prototype,"noTitleAction",2);const lu=ke.partial('\n <svg\n fill="currentColor"\n aria-hidden="true"\n width="20"\n height="20"\n viewBox="0 0 20 20"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="m4.09 4.22.06-.07a.5.5 0 0 1 .63-.06l.07.06L10 9.29l5.15-5.14a.5.5 0 0 1 .63-.06l.07.06c.18.17.2.44.06.63l-.06.07L10.71 10l5.14 5.15c.18.17.2.44.06.63l-.06.07a.5.5 0 0 1-.63.06l-.07-.06L10 10.71l-5.15 5.14a.5.5 0 0 1-.63.06l-.07-.06a.5.5 0 0 1-.06-.63l.06-.07L9.29 10 4.15 4.85a.5.5 0 0 1-.06-.63l.06-.07-.06.07Z"\n fill="currentColor"\n ></path>\n </svg>'),cu=ke`<template ?open="${e=>e.open}"><dialog role="${e=>e.modalType===ou?"alertdialog":"dialog"}" modal-type="${e=>e.modalType}" class="dialog" part="dialog" aria-modal="${e=>e.modalType===eu||e.modalType===ou?"true":void 0}" aria-describedby="${e=>e.ariaDescribedby}" aria-labelledby="${e=>e.ariaLabelledby}" aria-label="${e=>e.ariaLabel}" @keydown="${(e,t)=>e.handleKeydown(t.event)}" @click="${(e,t)=>e.handleClick(t.event)}" ${xe("dialog")}><div class="root" part="root"><div class="title" part="title"><slot name="title"></slot><slot ${Ne({property:"titleAction",filter:Pe()})} name="title-action"></slot>${we(e=>e.modalType===tu&&0===e.titleAction.length&&!e.noTitleAction,ke`<fluent-button tabindex="0" part="title-action" class="title-action" appearance="transparent" icon-only @click=${e=>e.dismiss()} ${xe("defaultTitleAction")}>${lu}</fluent-button>`)}</div><div class="content" part="content"><slot></slot></div><div class="actions" part="actions"><slot name="action"></slot></div></div></dialog></template>`;function du(e){return e.split("-")[1]}function uu(e){return"y"===e?"height":"width"}function hu(e){return e.split("-")[0]}function pu(e){return["top","bottom"].includes(hu(e))?"x":"y"}function gu(e,t,o){let{reference:r,floating:a}=e;const n=r.x+r.width/2-a.width/2,i=r.y+r.height/2-a.height/2,s=pu(t),l=uu(s),c=r[l]/2-a[l]/2,d="x"===s;let u;switch(hu(t)){case"top":u={x:n,y:r.y-a.height};break;case"bottom":u={x:n,y:r.y+r.height};break;case"right":u={x:r.x+r.width,y:i};break;case"left":u={x:r.x-a.width,y:i};break;default:u={x:r.x,y:r.y}}switch(du(t)){case"start":u[s]-=c*(o&&d?-1:1);break;case"end":u[s]+=c*(o&&d?-1:1)}return u}function vu(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}async function bu(e,t){var o;void 0===t&&(t={});const{x:r,y:a,platform:n,rects:i,elements:s,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:u="floating",altBoundary:h=!1,padding:p=0}=t,g=function(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}(p),v=s[h?"floating"===u?"reference":"floating":u],b=vu(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(v)))||o?v:v.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:d,strategy:l})),m="floating"===u?{...i.floating,x:r,y:a}:i.reference,f=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),k=await(null==n.isElement?void 0:n.isElement(f))&&await(null==n.getScale?void 0:n.getScale(f))||{x:1,y:1},y=vu(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:m,offsetParent:f,strategy:l}):m);return{top:(b.top-y.top+g.top)/k.y,bottom:(y.bottom-b.bottom+g.bottom)/k.y,left:(b.left-y.left+g.left)/k.x,right:(y.right-b.right+g.right)/k.x}}const mu=Math.min,fu=Math.max;function ku(e,t,o){return fu(e,mu(t,o))}const yu=["top","right","bottom","left"];yu.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]);const xu={left:"right",right:"left",bottom:"top",top:"bottom"};function Bu(e){return e.replace(/left|right|bottom|top/g,e=>xu[e])}function $u(e,t,o){void 0===o&&(o=!1);const r=du(e),a=pu(e),n=uu(a);let i="x"===a?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[n]>t.floating[n]&&(i=Bu(i)),{main:i,cross:Bu(i)}}const wu={start:"end",end:"start"};function Su(e){return e.replace(/start|end/g,e=>wu[e])}const Pu=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var o;const{placement:r,middlewareData:a,rects:n,initialPlacement:i,platform:s,elements:l}=t,{mainAxis:c=!0,crossAxis:d=!0,fallbackPlacements:u,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:g=!0,...v}=e,b=hu(r),m=hu(i)===i,f=await(null==s.isRTL?void 0:s.isRTL(l.floating)),k=u||(m||!g?[Bu(i)]:function(e){const t=Bu(e);return[Su(e),t,Su(t)]}(i));u||"none"===p||k.push(...function(e,t,o,r){const a=du(e);let n=function(e,t,o){const r=["left","right"],a=["right","left"],n=["top","bottom"],i=["bottom","top"];switch(e){case"top":case"bottom":return o?t?a:r:t?r:a;case"left":case"right":return t?n:i;default:return[]}}(hu(e),"start"===o,r);return a&&(n=n.map(e=>e+"-"+a),t&&(n=n.concat(n.map(Su)))),n}(i,g,p,f));const y=[i,...k],x=await bu(t,v),B=[];let $=(null==(o=a.flip)?void 0:o.overflows)||[];if(c&&B.push(x[b]),d){const{main:e,cross:t}=$u(r,n,f);B.push(x[e],x[t])}if($=[...$,{placement:r,overflows:B}],!B.every(e=>e<=0)){var w,S;const e=((null==(w=a.flip)?void 0:w.index)||0)+1,t=y[e];if(t)return{data:{index:e,overflows:$},reset:{placement:t}};let o=null==(S=$.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:S.placement;if(!o)switch(h){case"bestFit":{var P;const e=null==(P=$.map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:P[0];e&&(o=e);break}case"initialPlacement":o=i}if(r!==o)return{reset:{placement:o}}}return{}}}};function Fu(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Cu(e){return yu.some(t=>e[t]>=0)}const Nu=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{strategy:o="referenceHidden",...r}=e,{rects:a}=t;switch(o){case"referenceHidden":{const e=Fu(await bu(t,{...r,elementContext:"reference"}),a.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:Cu(e)}}}case"escaped":{const e=Fu(await bu(t,{...r,altBoundary:!0}),a.floating);return{data:{escapedOffsets:e,escaped:Cu(e)}}}default:return{}}}}};const Tu=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:r,placement:a}=t,{mainAxis:n=!0,crossAxis:i=!1,limiter:s={fn:e=>{let{x:t,y:o}=e;return{x:t,y:o}}},...l}=e,c={x:o,y:r},d=await bu(t,l),u=pu(hu(a)),h=function(e){return"x"===e?"y":"x"}(u);let p=c[u],g=c[h];if(n){const e="y"===u?"bottom":"right";p=ku(p+d["y"===u?"top":"left"],p,p-d[e])}if(i){const e="y"===h?"bottom":"right";g=ku(g+d["y"===h?"top":"left"],g,g-d[e])}const v=s.fn({...t,[u]:p,[h]:g});return{...v,data:{x:v.x-o,y:v.y-r}}}}},Au=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){const{placement:o,rects:r,platform:a,elements:n}=t,{apply:i=(()=>{}),...s}=e,l=await bu(t,s),c=hu(o),d=du(o),u="x"===pu(o),{width:h,height:p}=r.floating;let g,v;"top"===c||"bottom"===c?(g=c,v=d===(await(null==a.isRTL?void 0:a.isRTL(n.floating))?"start":"end")?"left":"right"):(v=c,g="end"===d?"top":"bottom");const b=p-l[g],m=h-l[v];let f=b,k=m;if(u?k=mu(h-l.right-l.left,m):f=mu(p-l.bottom-l.top,b),!t.middlewareData.shift&&!d){const e=fu(l.left,0),t=fu(l.right,0),o=fu(l.top,0),r=fu(l.bottom,0);u?k=h-2*(0!==e||0!==t?e+t:fu(l.left,l.right)):f=p-2*(0!==o||0!==r?o+r:fu(l.top,l.bottom))}await i({...t,availableWidth:k,availableHeight:f});const y=await a.getDimensions(n.floating);return h!==y.width||p!==y.height?{reset:{rects:!0}}:{}}}};function Iu(e){var t;return(null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function zu(e){return Iu(e).getComputedStyle(e)}const Lu=Math.min,Hu=Math.max,Ou=Math.round;function Du(e){const t=zu(e);let o=parseFloat(t.width),r=parseFloat(t.height);const a=e.offsetWidth,n=e.offsetHeight,i=Ou(o)!==a||Ou(r)!==n;return i&&(o=a,r=n),{width:o,height:r,fallback:i}}function Mu(e){return _u(e)?(e.nodeName||"").toLowerCase():""}let Eu;function Ru(){if(Eu)return Eu;const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?(Eu=e.brands.map(e=>e.brand+"/"+e.version).join(" "),Eu):navigator.userAgent}function ju(e){return e instanceof Iu(e).HTMLElement}function Vu(e){return e instanceof Iu(e).Element}function _u(e){return e instanceof Iu(e).Node}function Gu(e){return"undefined"!=typeof ShadowRoot&&(e instanceof Iu(e).ShadowRoot||e instanceof ShadowRoot)}function Xu(e){const{overflow:t,overflowX:o,overflowY:r,display:a}=zu(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+o)&&!["inline","contents"].includes(a)}function Wu(e){return["table","td","th"].includes(Mu(e))}function qu(e){const t=/firefox/i.test(Ru()),o=zu(e),r=o.backdropFilter||o.WebkitBackdropFilter;return"none"!==o.transform||"none"!==o.perspective||!!r&&"none"!==r||t&&"filter"===o.willChange||t&&!!o.filter&&"none"!==o.filter||["transform","perspective"].some(e=>o.willChange.includes(e))||["paint","layout","strict","content"].some(e=>{const t=o.contain;return null!=t&&t.includes(e)})}function Yu(){return/^((?!chrome|android).)*safari/i.test(Ru())}function Uu(e){return["html","body","#document"].includes(Mu(e))}function Ku(e){return Vu(e)?e:e.contextElement}const Qu={x:1,y:1};function Zu(e){const t=Ku(e);if(!ju(t))return Qu;const o=t.getBoundingClientRect(),{width:r,height:a,fallback:n}=Du(t);let i=(n?Ou(o.width):o.width)/r,s=(n?Ou(o.height):o.height)/a;return i&&Number.isFinite(i)||(i=1),s&&Number.isFinite(s)||(s=1),{x:i,y:s}}function Ju(e,t,o,r){var a,n;void 0===t&&(t=!1),void 0===o&&(o=!1);const i=e.getBoundingClientRect(),s=Ku(e);let l=Qu;t&&(r?Vu(r)&&(l=Zu(r)):l=Zu(e));const c=s?Iu(s):window,d=Yu()&&o;let u=(i.left+(d&&(null==(a=c.visualViewport)?void 0:a.offsetLeft)||0))/l.x,h=(i.top+(d&&(null==(n=c.visualViewport)?void 0:n.offsetTop)||0))/l.y,p=i.width/l.x,g=i.height/l.y;if(s){const e=Iu(s),t=r&&Vu(r)?Iu(r):r;let o=e.frameElement;for(;o&&r&&t!==e;){const e=Zu(o),t=o.getBoundingClientRect(),r=getComputedStyle(o);t.x+=(o.clientLeft+parseFloat(r.paddingLeft))*e.x,t.y+=(o.clientTop+parseFloat(r.paddingTop))*e.y,u*=e.x,h*=e.y,p*=e.x,g*=e.y,u+=t.x,h+=t.y,o=Iu(o).frameElement}}return{width:p,height:g,top:h,right:u+p,bottom:h+g,left:u,x:u,y:h}}function eh(e){return((_u(e)?e.ownerDocument:e.document)||window.document).documentElement}function th(e){return Vu(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function oh(e){return Ju(eh(e)).left+th(e).scrollLeft}function rh(e){if("html"===Mu(e))return e;const t=e.assignedSlot||e.parentNode||Gu(e)&&e.host||eh(e);return Gu(t)?t.host:t}function ah(e,t){var o;void 0===t&&(t=[]);const r=function e(t){const o=rh(t);return Uu(o)?o.ownerDocument.body:ju(o)&&Xu(o)?o:e(o)}(e),a=r===(null==(o=e.ownerDocument)?void 0:o.body),n=Iu(r);return a?t.concat(n,n.visualViewport||[],Xu(r)?r:[]):t.concat(r,ah(r))}function nh(e,t,o){let r;if("viewport"===t)r=function(e,t){const o=Iu(e),r=eh(e),a=o.visualViewport;let n=r.clientWidth,i=r.clientHeight,s=0,l=0;if(a){n=a.width,i=a.height;const e=Yu();(!e||e&&"fixed"===t)&&(s=a.offsetLeft,l=a.offsetTop)}return{width:n,height:i,x:s,y:l}}(e,o);else if("document"===t)r=function(e){const t=eh(e),o=th(e),r=e.ownerDocument.body,a=Hu(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),n=Hu(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let i=-o.scrollLeft+oh(e);const s=-o.scrollTop;return"rtl"===zu(r).direction&&(i+=Hu(t.clientWidth,r.clientWidth)-a),{width:a,height:n,x:i,y:s}}(eh(e));else if(Vu(t))r=function(e,t){const o=Ju(e,!0,"fixed"===t),r=o.top+e.clientTop,a=o.left+e.clientLeft,n=ju(e)?Zu(e):{x:1,y:1};return{width:e.clientWidth*n.x,height:e.clientHeight*n.y,x:a*n.x,y:r*n.y}}(t,o);else{const o={...t};if(Yu()){var a,n;const t=Iu(e);o.x-=(null==(a=t.visualViewport)?void 0:a.offsetLeft)||0,o.y-=(null==(n=t.visualViewport)?void 0:n.offsetTop)||0}r=o}return vu(r)}function ih(e,t){return ju(e)&&"fixed"!==zu(e).position?t?t(e):e.offsetParent:null}function sh(e,t){const o=Iu(e);let r=ih(e,t);for(;r&&Wu(r)&&"static"===zu(r).position;)r=ih(r,t);return r&&("html"===Mu(r)||"body"===Mu(r)&&"static"===zu(r).position&&!qu(r))?o:r||function(e){let t=rh(e);for(;ju(t)&&!Uu(t);){if(qu(t))return t;t=rh(t)}return null}(e)||o}function lh(e,t,o){const r=ju(t),a=eh(t),n=Ju(e,!0,"fixed"===o,t);let i={scrollLeft:0,scrollTop:0};const s={x:0,y:0};if(r||!r&&"fixed"!==o)if(("body"!==Mu(t)||Xu(a))&&(i=th(t)),ju(t)){const e=Ju(t,!0);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else a&&(s.x=oh(a));return{x:n.left+i.scrollLeft-s.x,y:n.top+i.scrollTop-s.y,width:n.width,height:n.height}}const ch={getClippingRect:function(e){let{element:t,boundary:o,rootBoundary:r,strategy:a}=e;const n=[..."clippingAncestors"===o?function(e,t){const o=t.get(e);if(o)return o;let r=ah(e).filter(e=>Vu(e)&&"body"!==Mu(e)),a=null;const n="fixed"===zu(e).position;let i=n?rh(e):e;for(;Vu(i)&&!Uu(i);){const e=zu(i),t=qu(i);(n?t||a:t||"static"!==e.position||!a||!["absolute","fixed"].includes(a.position))?a=e:r=r.filter(e=>e!==i),i=rh(i)}return t.set(e,r),r}(t,this._c):[].concat(o),r],i=n[0],s=n.reduce((e,o)=>{const r=nh(t,o,a);return e.top=Hu(r.top,e.top),e.right=Lu(r.right,e.right),e.bottom=Lu(r.bottom,e.bottom),e.left=Hu(r.left,e.left),e},nh(t,i,a));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:o,strategy:r}=e;const a=ju(o),n=eh(o);if(o===n)return t;let i={scrollLeft:0,scrollTop:0},s={x:1,y:1};const l={x:0,y:0};if((a||!a&&"fixed"!==r)&&(("body"!==Mu(o)||Xu(n))&&(i=th(o)),ju(o))){const e=Ju(o);s=Zu(o),l.x=e.x+o.clientLeft,l.y=e.y+o.clientTop}return{width:t.width*s.x,height:t.height*s.y,x:t.x*s.x-i.scrollLeft*s.x+l.x,y:t.y*s.y-i.scrollTop*s.y+l.y}},isElement:Vu,getDimensions:function(e){return ju(e)?Du(e):e.getBoundingClientRect()},getOffsetParent:sh,getDocumentElement:eh,getScale:Zu,async getElementRects(e){let{reference:t,floating:o,strategy:r}=e;const a=this.getOffsetParent||sh,n=this.getDimensions;return{reference:lh(t,await a(o),r),floating:{x:0,y:0,...await n(o)}}},getClientRects:e=>Array.from(e.getClientRects()),isRTL:e=>"rtl"===zu(e).direction};function dh(e,t,o,r){void 0===r&&(r={});const{ancestorScroll:a=!0,ancestorResize:n=!0,elementResize:i=!0,animationFrame:s=!1}=r,l=a&&!s,c=l||n?[...Vu(e)?ah(e):e.contextElement?ah(e.contextElement):[],...ah(t)]:[];c.forEach(e=>{l&&e.addEventListener("scroll",o,{passive:!0}),n&&e.addEventListener("resize",o)});let d,u=null;if(i){let r=!0;u=new ResizeObserver(()=>{r||o(),r=!1}),Vu(e)&&!s&&u.observe(e),Vu(e)||!e.contextElement||s||u.observe(e.contextElement),u.observe(t)}let h=s?Ju(e):null;return s&&function t(){const r=Ju(e);!h||r.x===h.x&&r.y===h.y&&r.width===h.width&&r.height===h.height||o(),h=r,d=requestAnimationFrame(t)}(),o(),()=>{var e;c.forEach(e=>{l&&e.removeEventListener("scroll",o),n&&e.removeEventListener("resize",o)}),null==(e=u)||e.disconnect(),u=null,s&&cancelAnimationFrame(d)}}const uh=(e,t,o)=>{const r=new Map,a={platform:ch,...o},n={...a.platform,_c:r};return(async(e,t,o)=>{const{placement:r="bottom",strategy:a="absolute",middleware:n=[],platform:i}=o,s=n.filter(Boolean),l=await(null==i.isRTL?void 0:i.isRTL(t));let c=await i.getElementRects({reference:e,floating:t,strategy:a}),{x:d,y:u}=gu(c,r,l),h=r,p={},g=0;for(let o=0;o<s.length;o++){const{name:n,fn:v}=s[o],{x:b,y:m,data:f,reset:k}=await v({x:d,y:u,initialPlacement:r,placement:h,strategy:a,middlewareData:p,rects:c,platform:i,elements:{reference:e,floating:t}});d=null!=b?b:d,u=null!=m?m:u,p={...p,[n]:{...p[n],...f}},k&&g<=50&&(g++,"object"==typeof k&&(k.placement&&(h=k.placement),k.rects&&(c=!0===k.rects?await i.getElementRects({reference:e,floating:t,strategy:a}):k.rects),({x:d,y:u}=gu(c,h,l))),o=-1)}return{x:d,y:u,placement:h,strategy:a,middlewareData:p}})(e,t,{...a,platform:n})},hh=j`
|
|
284
|
+
${It("flex")}
|
|
285
285
|
|
|
286
|
-
:host{--dialog-backdrop:var(${"--colorBackgroundOverlay"})}dialog{background:var(${
|
|
287
|
-
${
|
|
286
|
+
:host{--dialog-backdrop:var(${"--colorBackgroundOverlay"})}dialog{background:var(${Mo});border:var(${al}) solid var(${"--colorTransparentStroke"});z-index:2;margin:auto auto;max-width:100%;width:100vw;border-radius:var(${"--borderRadiusXLarge"});box-shadow:var(${"--shadow64"});max-height:100vh;height:fit-content;overflow:unset;position:fixed;inset:0;padding:0}dialog::backdrop{background:var(--dialog-backdrop,rgba(0,0,0,0.4))}.root{box-sizing:border-box;display:flex;flex-direction:column;overflow:unset;max-height:calc(100vh - 48px);padding:var(${"--spacingVerticalXXL"}) var(${"--spacingHorizontalXXL"})}.title{font-size:var(${"--fontSizeBase500"});line-height:var(${"--lineHeightBase500"});font-weight:var(${Ls});font-family:var(${ks});color:var(${Mt});margin-bottom:var(${$l});display:flex;justify-content:space-between;align-items:flex-start;column-gap:8px}.content{vertical-align:top;min-height:32px;color:var(${Mt});font-size:var(${ws});line-height:var(${Ms});font-weight:var(${Is});font-family:var(${ks});overflow-y:auto;box-sizing:border-box}.actions{display:flex;grid-column-start:1;flex-direction:column;max-width:100vw;row-gap:var(${$l});padding-top:var(${"--spacingVerticalXXL"});justify-self:stretch;width:100%}::slotted([slot='action']){width:100%}@media screen and (min-width:480px){::slotted([slot='action']){width:fit-content}dialog{max-width:600px;width:100%}.actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;column-gap:var(${hl});padding-top:var(${$l});box-sizing:border-box}}`,ph=su.compose({name:Lt.prefix+"-dialog",template:cu,styles:hh}),gh={separator:"separator",presentation:"presentation"},vh=tt,bh={center:"center",start:"start",end:"end"},mh={strong:"strong",brand:"brand",subtle:"subtle",default:"default"};var fh=Object.defineProperty,kh=Object.getOwnPropertyDescriptor,yh=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?kh(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&fh(t,o,n),n};class xh extends et{constructor(){super(...arguments),this.role=gh.separator,this.orientation=vh.horizontal}}yh([He],xh.prototype,"role",2),yh([He],xh.prototype,"orientation",2),yh([He({attribute:"align-content"})],xh.prototype,"alignContent",2),yh([He],xh.prototype,"appearance",2),yh([He({mode:"boolean"})],xh.prototype,"inset",2);const Bh=ke`<template role="${e=>e.role}" aria-orientation="${e=>e.role!==gh.presentation?e.orientation:void 0}"><slot></slot></template>`,$h=j`
|
|
287
|
+
${It("flex")}
|
|
288
288
|
|
|
289
|
-
:host{contain:content}:host::after,:host::before{align-self:center;background:var(${"--colorNeutralStroke2"});box-sizing:border-box;content:'';display:flex;flex-grow:1;height:var(${
|
|
290
|
-
:host([appearance='strong'])::before,:host([appearance='strong'])::after,:host([appearance='brand'])::before,:host([appearance='brand'])::after,:host([appearance='subtle'])::before,:host([appearance='subtle'])::after,:host::after,:host::before{background:WindowText;color:WindowText}`)),
|
|
291
|
-
:host{contain:content}:host ::slotted(img){box-sizing:border-box;min-height:8px;min-width:8px;display:inline-block}:host([block]) ::slotted(img){width:100%;height:auto}:host([bordered]) ::slotted(img){border:var(${
|
|
292
|
-
${
|
|
289
|
+
:host{contain:content}:host::after,:host::before{align-self:center;background:var(${"--colorNeutralStroke2"});box-sizing:border-box;content:'';display:flex;flex-grow:1;height:var(${al})}:host([inset]){padding:0 12px}:host ::slotted(*){color:var(${"--colorNeutralForeground2"});font-family:var(${ks});font-size:var(${$s});font-weight:var(${Is});margin:0;padding:0 12px}:host([align-content='start'])::before,:host([align-content='end'])::after{flex-basis:12px;flex-grow:0;flex-shrink:0}:host([orientation='vertical']){height:100%;min-height:84px}:host([orientation='vertical']):empty{min-height:20px}:host([orientation='vertical']){flex-direction:column;align-items:center}:host([orientation='vertical'][inset])::before{margin-top:12px}:host([orientation='vertical'][inset])::after{margin-bottom:12px}:host([orientation='vertical']):empty::before,:host([orientation='vertical']):empty::after{height:10px;min-height:10px;flex-grow:0}:host([orientation='vertical'])::before,:host([orientation='vertical'])::after{width:var(${al});min-height:20px;height:100%}:host([orientation='vertical']) ::slotted(*){display:flex;flex-direction:column;padding:12px 0;line-height:20px}:host([orientation='vertical'][align-content='start'])::before{min-height:8px}:host([orientation='vertical'][align-content='end'])::after{min-height:8px}:host([appearance='strong'])::before,:host([appearance='strong'])::after{background:var(${"--colorNeutralStroke1"})}:host([appearance='strong']) ::slotted(*){color:var(${Mt})}:host([appearance='brand'])::before,:host([appearance='brand'])::after{background:var(${"--colorBrandStroke1"})}:host([appearance='brand']) ::slotted(*){color:var(${"--colorBrandForeground1"})}:host([appearance='subtle'])::before,:host([appearance='subtle'])::after{background:var(${"--colorNeutralStroke3"})}:host([appearance='subtle']) ::slotted(*){color:var(${Ut})}`.withBehaviors(At(j`
|
|
290
|
+
:host([appearance='strong'])::before,:host([appearance='strong'])::after,:host([appearance='brand'])::before,:host([appearance='brand'])::after,:host([appearance='subtle'])::before,:host([appearance='subtle'])::after,:host::after,:host::before{background:WindowText;color:WindowText}`)),wh=xh.compose({name:Lt.prefix+"-divider",template:Bh,styles:$h});var Sh=Object.defineProperty,Ph=Object.getOwnPropertyDescriptor,Fh=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Ph(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&Sh(t,o,n),n};class Ch extends et{}Fh([He({mode:"boolean"})],Ch.prototype,"block",2),Fh([He({mode:"boolean"})],Ch.prototype,"bordered",2),Fh([He({mode:"boolean"})],Ch.prototype,"shadow",2),Fh([He],Ch.prototype,"fit",2),Fh([He],Ch.prototype,"shape",2);const Nh={none:"none",center:"center",contain:"contain",cover:"cover",default:"default"},Th={circular:"circular",rounded:"rounded",square:"square"},Ah=ke`<slot></slot>`,Ih=j`
|
|
291
|
+
:host{contain:content}:host ::slotted(img){box-sizing:border-box;min-height:8px;min-width:8px;display:inline-block}:host([block]) ::slotted(img){width:100%;height:auto}:host([bordered]) ::slotted(img){border:var(${al}) solid var(${"--colorNeutralStroke2"})}:host([fit='none']) ::slotted(img){object-fit:none;object-position:top left;height:100%;width:100%}:host([fit='center']) ::slotted(img){object-fit:none;object-position:center;height:100%;width:100%}:host([fit='contain']) ::slotted(img){object-fit:contain;object-position:center;height:100%;width:100%}:host([fit='cover']) ::slotted(img){object-fit:cover;object-position:center;height:100%;width:100%}:host([shadow]) ::slotted(img){box-shadow:var(${qs})}:host([shape='circular']) ::slotted(img){border-radius:var(${fs})}:host([shape='rounded']) ::slotted(img){border-radius:var(${vs})}`,zh=Ch.compose({name:Lt.prefix+"-image",template:Ah,styles:Ih});var Lh=Object.defineProperty,Hh=Object.getOwnPropertyDescriptor,Oh=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Hh(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&Lh(t,o,n),n};class Dh extends et{constructor(){super(...arguments),this.disabled=!1,this.required=!1}}Oh([He],Dh.prototype,"size",2),Oh([He],Dh.prototype,"weight",2),Oh([He({mode:"boolean"})],Dh.prototype,"disabled",2),Oh([He({mode:"boolean"})],Dh.prototype,"required",2);const Mh=j`
|
|
292
|
+
${It("flex")}
|
|
293
293
|
|
|
294
|
-
:host{font-family:var(${
|
|
295
|
-
:host{position:relative;z-index:var(--z-index-menu,1)}.positioning-container{position:fixed;top:0;left:0;transform:translate(0,0)}`,
|
|
296
|
-
${
|
|
294
|
+
:host{font-family:var(${ks});font-size:var(${ws});line-height:var(${Ms});font-weight:var(${Is});color:var(${Mt})}.asterisk{color:var(${"--colorPaletteRedForeground1"});margin-left:var(${dl})}:host([size='small']){font-size:var(${$s});line-height:var(${Ds})}:host([size='large']){font-size:var(${Ss});line-height:var(${"--lineHeightBase400"});font-weight:var(${Ls})}:host([weight='semibold']){font-weight:var(${Ls})}:host([disabled]),:host([disabled]) .asterisk{color:var(${ro})}`;const Eh=ke`<slot></slot><span part="asterisk" class="asterisk" ?hidden="${e=>!e.required}">*</span>`,Rh=Dh.compose({name:Lt.prefix+"-label",template:Eh,styles:Mh});var jh=Object.defineProperty,Vh=Object.getOwnPropertyDescriptor,_h=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Vh(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&jh(t,o,n),n};class Gh extends et{constructor(){super(...arguments),this.openOnHover=!1,this.openOnContext=!1,this.closeOnScroll=!1,this.persistOnItemClick=!1,this.open=!1,this.slottedMenuList=[],this.slottedTriggers=[],this.toggleMenu=()=>{this.open?this.closeMenu():this.openMenu()},this.closeMenu=()=>{this.open=!1,this.closeOnScroll&&document.removeEventListener("scroll",this.closeMenu)},this.openMenu=e=>{this.open=!0,e&&this.openOnContext&&e.preventDefault(),this.closeOnScroll&&document.addEventListener("scroll",this.closeMenu)},this.setPositioningTask=()=>{this.setPositioning()},this.handleTriggerKeydown=e=>{if(e.defaultPrevented)return;switch(e.key){case" ":case"Enter":e.preventDefault(),this.toggleMenu(),this.open&&this.focusMenuList();break;default:return!0}},this.handleDocumentClick=e=>{!e||e.composedPath().includes(this._menuList)||e.composedPath().includes(this._trigger)||this.closeMenu()}}connectedCallback(){super.connectedCallback(),f.enqueue(()=>this.setComponent())}disconnectedCallback(){var e;super.disconnectedCallback(),null==(e=this.cleanup)||e.call(this),this.removeListeners()}setComponent(){this.$fastController.isConnected&&this.slottedMenuList.length&&this.slottedTriggers.length&&(this._trigger=this.slottedTriggers[0],this._menuList=this.slottedMenuList[0],this._trigger.setAttribute("aria-haspopup","true"),this._trigger.setAttribute("aria-expanded",""+this.open),this.addListeners())}focusMenuList(){this.open&&this._menuList&&f.enqueue(()=>{this._menuList.focus()})}focusTrigger(){!this.open&&this._trigger&&f.enqueue(()=>{this._trigger.focus()})}openChanged(e,t){var o;this.$fastController.isConnected&&this._trigger instanceof HTMLElement&&(this._trigger.setAttribute("aria-expanded",""+this.open),this._menuList&&this.open&&f.enqueue(this.setPositioningTask)),null==(o=this.cleanup)||o.call(this),this.$emit("onOpenChange",{open:t})}openOnHoverChanged(e,t){var o,r;t?null==(o=this._trigger)||o.addEventListener("mouseover",this.openMenu):null==(r=this._trigger)||r.removeEventListener("mouseover",this.openMenu)}persistOnItemClickChanged(e,t){var o,r;t?null==(r=this._menuList)||r.removeEventListener("click",this.closeMenu):null==(o=this._menuList)||o.addEventListener("click",this.closeMenu)}openOnContextChanged(e,t){var o,r;t?null==(o=this._trigger)||o.addEventListener("contextmenu",this.openMenu):null==(r=this._trigger)||r.removeEventListener("contextmenu",this.openMenu)}closeOnScrollChanged(e,t){t?document.addEventListener("scroll",this.closeMenu):document.removeEventListener("scroll",this.closeMenu)}setPositioning(){this.$fastController.isConnected&&this._menuList&&this.open&&this._trigger&&(this.cleanup=dh(this,this.positioningContainer,async()=>{var e,t;const{middlewareData:o,x:r,y:a}=await uh(this._trigger,this.positioningContainer,{placement:"bottom",strategy:"fixed",middleware:[Pu(),Au({apply:({availableHeight:e,rects:t})=>{var o;(null==(o=this.positioningContainer)?void 0:o.style)&&Object.assign(this.positioningContainer.style,{maxHeight:e+"px",width:t.reference.width+"px"})}}),Nu()]});(null==(e=o.hide)?void 0:e.referenceHidden)?this.open=!1:(null==(t=this.positioningContainer)?void 0:t.style)&&Object.assign(this.positioningContainer.style,{position:"fixed",top:"0",left:"0",transform:`translate(${r}px, ${a}px)`})}))}addListeners(){var e,t,o,r,a;document.addEventListener("click",this.handleDocumentClick),null==(e=this._trigger)||e.addEventListener("keydown",this.handleTriggerKeydown),this.persistOnItemClick||null==(t=this._menuList)||t.addEventListener("click",this.closeMenu),this.openOnHover?null==(o=this._trigger)||o.addEventListener("mouseover",this.openMenu):this.openOnContext?null==(r=this._trigger)||r.addEventListener("contextmenu",this.openMenu):null==(a=this._trigger)||a.addEventListener("click",this.toggleMenu)}removeListeners(){var e,t,o,r,a;document.removeEventListener("click",this.handleDocumentClick),null==(e=this._trigger)||e.removeEventListener("keydown",this.handleTriggerKeydown),this.persistOnItemClick||null==(t=this._menuList)||t.removeEventListener("click",this.closeMenu),this.openOnHover&&(null==(o=this._trigger)||o.removeEventListener("mouseover",this.openMenu)),this.openOnContext?null==(r=this._trigger)||r.removeEventListener("contextmenu",this.openMenu):null==(a=this._trigger)||a.removeEventListener("click",this.toggleMenu)}handleMenuKeydown(e){if(e.defaultPrevented)return;switch(e.key){case"Escape":e.preventDefault(),this.open&&(this.closeMenu(),this.focusTrigger());break;case"Tab":this.open&&this.closeMenu(),e.shiftKey&&this.focusTrigger();default:return!0}}}_h([$,He({attribute:"open-on-hover",mode:"boolean"})],Gh.prototype,"openOnHover",2),_h([$,He({attribute:"open-on-context",mode:"boolean"})],Gh.prototype,"openOnContext",2),_h([$,He({attribute:"close-on-scroll",mode:"boolean"})],Gh.prototype,"closeOnScroll",2),_h([$,He({attribute:"persist-on-item-click",mode:"boolean"})],Gh.prototype,"persistOnItemClick",2),_h([$,He({mode:"boolean"})],Gh.prototype,"open",2),_h([$],Gh.prototype,"slottedMenuList",2),_h([$],Gh.prototype,"slottedTriggers",2);const Xh=ke`<template ?open-on-hover="${e=>e.openOnHover}" ?open-on-context="${e=>e.openOnContext}" ?close-on-scroll="${e=>e.closeOnScroll}" ?persist-on-item-click="${e=>e.persistOnItemClick}" @keydown="${(e,t)=>e.handleMenuKeydown(t.event)}"><slot name="trigger" ${Ne({property:"slottedTriggers",filter:Pe()})}></slot><span ${xe("positioningContainer")} part="positioning-container" class="positioning-container" ?hidden="${e=>!e.open}"><slot ${Ne({property:"slottedMenuList",filter:Pe()})}></slot></span></template>`,Wh=j`
|
|
295
|
+
:host{position:relative;z-index:var(--z-index-menu,1)}.positioning-container{position:fixed;top:0;left:0;transform:translate(0,0)}`,qh=Gh.compose({name:Lt.prefix+"-menu",template:Xh,styles:Wh});class Yh extends hd{}const Uh=tc,Kh=oc,Qh=rc,Zh=gd({end:ke.partial('<svg slot="end" fill="currentColor" aria-hidden="true" width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.85 7.65c.2.2.2.5 0 .7l-5.46 5.49a.55.55 0 0 1-.78 0L4.15 8.35a.5.5 0 1 1 .7-.7L10 12.8l5.15-5.16c.2-.2.5-.2.7 0Z" fill="currentColor"></path></svg>')}),Jh=Yh.compose({name:Lt.prefix+"-menu-button",template:Zh,styles:dc,shadowOptions:{delegatesFocus:!0}}),ep={menuitem:"menuitem",menuitemcheckbox:"menuitemcheckbox",menuitemradio:"menuitemradio"},tp={[ep.menuitem]:"menuitem",[ep.menuitemcheckbox]:"menuitemcheckbox",[ep.menuitemradio]:"menuitemradio"};var op=Object.defineProperty,rp=Object.getOwnPropertyDescriptor,ap=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?rp(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&op(t,o,n),n};class np extends et{constructor(){super(...arguments),this.role=ep.menuitem,this.checked=!1,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=e=>{if(e.defaultPrevented)return!1;switch(e.key){case"Enter":case" ":return this.invoke(),!1;case"ArrowRight":return this.expanded&&this.submenu?this.submenu.focus():this.expandAndFocus(),!1;case"Escape":if(this.expanded)return this.closeSubMenu(),!1;break;case"ArrowLeft":if(this.expanded)return this.closeSubMenu(),!1}return!0},this.handleMenuItemClick=e=>(e.defaultPrevented||this.disabled||this.invoke(),!1),this.submenuLoaded=()=>{this.focusSubmenuOnLoad&&(this.focusSubmenuOnLoad=!1,this.submenu&&(this.submenu.focus(),this.setAttribute("tabindex","-1")))},this.handleMouseOver=e=>(this.disabled||!this.hasSubmenu||this.expanded||(this.expanded=!0),!1),this.handleMouseOut=e=>(!this.expanded||this.contains(document.activeElement)||(this.expanded=!1),!1),this.closeSubMenu=()=>{this.expanded=!1,this.focus()},this.expandAndFocus=()=>{this.hasSubmenu&&(this.focusSubmenuOnLoad=!0,this.expanded=!0)},this.invoke=()=>{if(!this.disabled)switch(this.role){case ep.menuitemcheckbox:this.checked=!this.checked;break;case ep.menuitem:if(this.hasSubmenu){this.expandAndFocus();break}this.$emit("change");break;case ep.menuitemradio:this.checked||(this.checked=!0)}}}expandedChanged(e,t){this.$fastController.isConnected&&(t&&this.submenu&&this.updateSubmenu(),this.$emit("expanded-change",this,{bubbles:!1}))}checkedChanged(e,t){this.$fastController.isConnected&&this.$emit("change")}get hasSubmenu(){return!!this.submenu}slottedSubmenuChanged(e,t){t.length&&(this.submenu=t[0],this.updateSubmenu())}disconnectedCallback(){var e;null==(e=this.cleanup)||e.call(this),super.disconnectedCallback()}updateSubmenu(){var e;null==(e=this.cleanup)||e.call(this),this.submenu&&this.expanded&&f.enqueue(()=>{this.cleanup=dh(this,this.submenuContainer,async()=>{const e=["left-start","right-start"],{x:t,y:o}=await uh(this,this.submenuContainer,{middleware:[Tu(),Au({apply:({availableWidth:t,rects:o})=>{t<o.floating.width&&e.push("bottom-end","top-end")}}),Pu({fallbackPlacements:e})],placement:"right-start",strategy:"fixed"});Object.assign(this.submenuContainer.style,{left:t+"px",position:"fixed",top:o+"px"}),this.submenuLoaded()})})}}ap([He({mode:"boolean"})],np.prototype,"disabled",2),ap([He({mode:"boolean"})],np.prototype,"expanded",2),ap([He],np.prototype,"role",2),ap([He({mode:"boolean"})],np.prototype,"checked",2),ap([He({mode:"boolean"})],np.prototype,"hidden",2),ap([$],np.prototype,"slottedSubmenu",2),ap([$],np.prototype,"submenu",2),ft(np,vt);const ip=ke.partial('<svg fill="currentColor" class="___12fm75w f1w7gpdv fez10in fg4l7m0" aria-hidden="true" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M14.05 3.49c.28.3.27.77-.04 1.06l-7.93 7.47A.85.85 0 014.9 12L2.22 9.28a.75.75 0 111.06-1.06l2.24 2.27 7.47-7.04a.75.75 0 011.06.04z" fill="currentColor"></path></svg>');const sp=function(e={}){return ke`<template aria-haspopup="${e=>e.hasSubmenu?"menu":void 0}" aria-checked="${e=>e.role!==ep.menuitem?e.checked:void 0}" aria-disabled="${e=>e.disabled}" aria-expanded="${e=>e.expanded}" @keydown="${(e,t)=>e.handleMenuItemKeyDown(t.event)}" @click="${(e,t)=>e.handleMenuItemClick(t.event)}" @mouseover="${(e,t)=>e.handleMouseOver(t.event)}" @mouseout="${(e,t)=>e.handleMouseOut(t.event)}">${we(e=>e.role===ep.menuitemcheckbox,ke`<div part="input-container" class="input-container"><span part="checkbox" class="checkbox"><slot name="checkbox-indicator">${pt(e.checkboxIndicator)}</slot></span></div>`)} ${we(e=>e.role===ep.menuitemradio,ke`<div part="input-container" class="input-container"><span part="radio" class="radio"><slot name="radio-indicator">${pt(e.radioIndicator)}</slot></span></div>`)}</div>${mt(e)}<span class="content" part="content"><slot></slot></span>${bt(e)} ${we(e=>e.hasSubmenu,ke`<div part="expand-collapse-glyph-container" class="expand-collapse-glyph-container"><span part="expand-collapse" class="expand-collapse"><slot name="expand-collapse-indicator">${pt(e.expandCollapseGlyph)}</slot></span></div>`)}<span ?hidden="${e=>!e.expanded}" class="submenu-container" part="submenu-container" ${xe("submenuContainer")}><slot name="submenu" ${Ne({property:"slottedSubmenu",filter:Pe("[role='menu']")})}></slot></span></template>`}({checkboxIndicator:ip,expandCollapseGlyph:ke.partial('<svg fill="currentColor" class="___12fm75w f1w7gpdv fez10in fg4l7m0" aria-hidden="true" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M5.74 3.2a.75.75 0 00-.04 1.06L9.23 8 5.7 11.74a.75.75 0 101.1 1.02l4-4.25a.75.75 0 000-1.02l-4-4.25a.75.75 0 00-1.06-.04z" fill="currentColor"></path></svg>'),radioIndicator:ip}),lp=j`
|
|
296
|
+
${It("grid")}
|
|
297
297
|
|
|
298
|
-
:host{grid-template-columns:20px 20px auto 20px;align-items:center;grid-gap:4px;height:32px;background:var(${
|
|
299
|
-
${
|
|
298
|
+
:host{grid-template-columns:20px 20px auto 20px;align-items:center;grid-gap:4px;height:32px;background:var(${Mo});font:var(${Is}) var(${ws}) / var(${Ms}) var(${ks});border-radius:var(${vs});color:var(${"--colorNeutralForeground2"});padding:0 10px;cursor:pointer;overflow:visible;contain:layout}:host(:hover){background:var(${"--colorNeutralBackground1Hover"})}.content{white-space:nowrap;flex-grow:1;grid-column:auto / span 2;padding:0 2px}.checkbox,.radio{display:none}.input-container,.expand-collapse-glyph-container,::slotted([slot='start']),::slotted([slot='end']),:host([checked]) .checkbox,:host([checked]) .radio{display:inline-flex;justify-content:center;align-items:center;color:var(${"--colorNeutralForeground2"})}.expand-collapse-glyph-container,::slotted([slot='start']),::slotted([slot='end']){height:32px;font-size:var(${"--fontSizeBase500"});width:fit-content}.input-container{width:20px}::slotted([slot='end']){color:var(${Ut});font:var(${Is}) var(${$s}) / var(${Ds}) var(${ks});white-space:nowrap;grid-column:4 / span 1;justify-self:flex-end}.expand-collapse-glyph-container{grid-column:4 / span 1;justify-self:flex-end}:host(:hover) .input-container,:host(:hover) .expand-collapse-glyph-container,:host(:hover) .content{color:var(${"--colorNeutralForeground2Hover"})}:host([icon]:hover) ::slotted([slot='start']){color:var(${"--colorCompoundBrandForeground1Hover"})}:host(:active){background-color:var(${"--colorNeutralBackground1Selected"})}:host(:active) .input-container,:host(:active) .expand-collapse-glyph-container,:host(:active) .content{color:var(${"--colorNeutralForeground2Pressed"})}:host(:active) ::slotted([slot='start']){color:var(${"--colorCompoundBrandForeground1Pressed"})}:host([disabled]){background-color:var(${"--colorNeutralBackgroundDisabled"})}:host([disabled]) .content,:host([disabled]) .expand-collapse-glyph-container,:host([disabled]) ::slotted([slot='end']),:host([disabled]) ::slotted([slot='start']){color:var(${ro})}:host([data-indent]){display:grid}:host([data-indent='1']) .content{grid-column:2 / span 1}:host([data-indent='1'][role='menuitemcheckbox']){display:grid}:host([data-indent='2'][aria-haspopup='menu']) ::slotted([slot='end']){grid-column:4 / span 1}:host([data-indent='2'][aria-haspopup='menu']) .expand-collapse-glyph-container{grid-column:5 / span 1}:host([data-indent='1']) .content{grid-column:2 / span 1}:host([data-indent='1'][role='menuitemcheckbox']) .content,:host([data-indent='1'][role='menuitemradio']) .content{grid-column:auto / span 1}:host([icon]) ::slotted([slot='end']),:host([data-indent='1']) ::slotted([slot='end']){grid-column:4 / span 1;justify-self:flex-end}:host([data-indent='2']){display:grid;grid-template-columns:20px 20px auto auto}:host([data-indent='2']) .content{grid-column:3 / span 1}:host([data-indent='2']) .input-container{grid-column:1 / span 1}:host([data-indent='2']) ::slotted([slot='start']){grid-column:2 / span 1}:host([aria-haspopup='menu']){grid-template-columns:20px auto auto 20px}:host([data-indent='2'][aria-haspopup='menu']){grid-template-columns:20px 20px auto auto 20px}:host([aria-haspopup='menu']) ::slotted([slot='end']){grid-column:3 / span 1;justify-self:flex-end}:host([data-indent='2'][aria-haspopup='menu']) ::slotted([slot='end']){grid-column:4 / span 1;justify-self:flex-end}`,cp=np.compose({name:Lt.prefix+"-menu-item",template:sp,styles:lp});var dp=Object.defineProperty,up=Object.getOwnPropertyDescriptor;const hp=class extends et{constructor(){super(...arguments),this.expandedItem=null,this.focusIndex=-1,this.isNestedMenu=()=>null!==this.parentElement&&ot(this.parentElement)&&"menuitem"===this.parentElement.getAttribute("role"),this.handleFocusOut=e=>{if(!this.contains(e.relatedTarget)&&void 0!==this.menuItems){this.collapseExpandedItem();const e=this.menuItems.findIndex(this.isFocusableElement);this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.menuItems[e].setAttribute("tabindex","0"),this.focusIndex=e}},this.handleItemFocus=e=>{const t=e.target;void 0!==this.menuItems&&t!==this.menuItems[this.focusIndex]&&(this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.focusIndex=this.menuItems.indexOf(t),t.setAttribute("tabindex","0"))},this.handleExpandedChanged=e=>{if(e.defaultPrevented||null===e.target||void 0===this.menuItems||this.menuItems.indexOf(e.target)<0)return;e.preventDefault();const t=e.target;null===this.expandedItem||t!==this.expandedItem||!1!==t.expanded?t.expanded&&(null!==this.expandedItem&&this.expandedItem!==t&&(this.expandedItem.expanded=!1),this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.expandedItem=t,this.focusIndex=this.menuItems.indexOf(t),t.setAttribute("tabindex","0")):this.expandedItem=null},this.changeHandler=e=>{if(void 0===this.menuItems)return;const t=e.target,o=this.menuItems.indexOf(t);if(-1!==o&&"menuitemradio"===t.role&&!0===t.checked){for(let e=o-1;e>=0;--e){const t=this.menuItems[e],o=t.getAttribute("role");if(o===ep.menuitemradio&&(t.checked=!1),"separator"===o)break}const e=this.menuItems.length-1;for(let t=o+1;t<=e;++t){const e=this.menuItems[t],o=e.getAttribute("role");if(o===ep.menuitemradio&&(e.checked=!1),"separator"===o)break}}},this.isMenuItemElement=e=>e instanceof np||ot(e)&&e.getAttribute("role")in hp.focusableElementRoles,this.isFocusableElement=e=>this.isMenuItemElement(e)}itemsChanged(e,t){this.$fastController.isConnected&&void 0!==this.menuItems&&this.setItems()}connectedCallback(){super.connectedCallback(),f.enqueue(()=>{this.setItems()}),this.addEventListener("change",this.changeHandler)}disconnectedCallback(){super.disconnectedCallback(),this.removeItemListeners(),this.menuItems=void 0,this.removeEventListener("change",this.changeHandler)}focus(){this.setFocus(0,1)}collapseExpandedItem(){null!==this.expandedItem&&(this.expandedItem.expanded=!1,this.expandedItem=null)}handleMenuKeyDown(e){if(!e.defaultPrevented&&void 0!==this.menuItems)switch(e.key){case"ArrowDown":return void this.setFocus(this.focusIndex+1,1);case"ArrowUp":return void this.setFocus(this.focusIndex-1,-1);case"End":return void this.setFocus(this.menuItems.length-1,-1);case"Home":return void this.setFocus(0,1);default:return!0}}removeItemListeners(e=this.items){e.forEach(e=>{e.removeEventListener("focus",this.handleItemFocus),e.removeEventListener("expanded-changed",this.handleExpandedChanged),B.getNotifier(e).unsubscribe(this,"hidden")})}static elementIndent(e){const t=e.getAttribute("role"),o=e.querySelector("[slot=start]");return t&&t!==ep.menuitem?o?2:1:o?1:0}setItems(){var e;const t=Array.from(this.children);this.removeItemListeners(t),t.forEach(e=>B.getNotifier(e).subscribe(this,"hidden"));const o=t.filter(e=>!e.hasAttribute("hidden"));this.menuItems=o;const r=this.menuItems.filter(this.isMenuItemElement);r.length&&(this.focusIndex=0),r.forEach((e,t)=>{e.setAttribute("tabindex",0===t?"0":"-1"),e.addEventListener("expanded-change",this.handleExpandedChanged),e.addEventListener("focus",this.handleItemFocus)});const a=null==(e=this.menuItems)?void 0:e.filter(this.isMenuItemElement);null==a||a.forEach((e,t)=>{const o=null==a?void 0:a.reduce((e,t)=>{const o=hp.elementIndent(t);return Math.max(e,o)},0);e instanceof np&&e.setAttribute("data-indent",""+o)})}handleChange(e,t){"hidden"===t&&this.setItems()}setFocus(e,t){if(void 0!==this.menuItems)for(;e>=0&&e<this.menuItems.length;){const o=this.menuItems[e];if(this.isFocusableElement(o)){this.focusIndex>-1&&this.menuItems.length>=this.focusIndex-1&&this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.focusIndex=e,o.setAttribute("tabindex","0"),o.focus();break}e+=t}}};let pp=hp;pp.focusableElementRoles=ep,((e,t,o,r)=>{for(var a,n=r>1?void 0:r?up(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);r&&n&&dp(t,o,n)})([$],pp.prototype,"items",2);const gp=ke`<template slot="${e=>e.slot?e.slot:e.isNestedMenu()?"submenu":void 0}" role="menu" @keydown="${(e,t)=>e.handleMenuKeyDown(t.event)}" @focusout="${(e,t)=>e.handleFocusOut(t.event)}"><slot ${Ne("items")}></slot></template>`,vp=j`
|
|
299
|
+
${It("flex")}
|
|
300
300
|
|
|
301
|
-
:host{flex-direction:column;height:fit-content;max-width:300px;min-width:160px;width:auto;background-color:var(${
|
|
302
|
-
${
|
|
301
|
+
:host{flex-direction:column;height:fit-content;max-width:300px;min-width:160px;width:auto;background-color:var(${Mo});border:1px solid var(${"--colorTransparentStroke"});border-radius:var(${vs});box-shadow:var(${"--shadow16"});padding:4px;row-gap:2px}`,bp=pp.compose({name:Lt.prefix+"-menu-list",template:gp,styles:vp});var mp=Object.defineProperty,fp=Object.getOwnPropertyDescriptor,kp=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?fp(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&mp(t,o,n),n};class yp extends et{constructor(){super(...arguments),this.percentComplete=0}valueChanged(){this.updatePercentComplete()}minChanged(){this.$fastController.isConnected&&this.updatePercentComplete()}maxChanged(){this.$fastController.isConnected&&this.updatePercentComplete()}connectedCallback(){super.connectedCallback(),this.updatePercentComplete()}updatePercentComplete(){const e="number"==typeof this.min?this.min:0,t="number"==typeof this.max?this.max:100,o="number"==typeof this.value?this.value:0,r=t-e;this.percentComplete=0===r?0:Math.fround((o-e)/r*100)}}kp([He({converter:ze})],yp.prototype,"value",2),kp([He({converter:ze})],yp.prototype,"min",2),kp([He({converter:ze})],yp.prototype,"max",2),kp([$],yp.prototype,"percentComplete",2);var xp=Object.defineProperty,Bp=Object.getOwnPropertyDescriptor,$p=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Bp(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&xp(t,o,n),n};class wp extends yp{constructor(){super(...arguments),this.validationState=null}}$p([He],wp.prototype,"thickness",2),$p([He],wp.prototype,"shape",2),$p([He({attribute:"validation-state"})],wp.prototype,"validationState",2);const Sp={medium:"medium",large:"large"},Pp={rounded:"rounded",square:"square"},Fp={success:"success",warning:"warning",error:"error"},Cp=j`
|
|
302
|
+
${It("flex")}
|
|
303
303
|
|
|
304
|
-
:host{align-items:center;height:2px;overflow-x:hidden;border-radius:var(${
|
|
304
|
+
:host{align-items:center;height:2px;overflow-x:hidden;border-radius:var(${vs});contain:content}:host([thickness='large']),:host([thickness='large']) .progress,:host([thickness='large']) .determinate{height:4px}:host([shape='square']),:host([shape='square']) .progress,:host([shape='square']) .determinate{border-radius:0}:host([validation-state='error']) .determinate{background-color:var(${"--colorPaletteRedBackground3"})}:host([validation-state='error']) .indeterminate-indicator-1,:host([validation-state='error']) .indeterminate-indicator-2{background:linear-gradient(
|
|
305
305
|
to right,var(${"--colorPaletteRedBackground2"}) 0%,var(${"--colorPaletteRedBackground3"}) 50%,var(${"--colorPaletteRedBackground2"})
|
|
306
306
|
)}:host([validation-state='warning']) .determinate{background-color:var(${"--colorPaletteDarkOrangeBackground3"})}:host([validation-state='warning']) .indeterminate-indicator-1,:host([validation-state='warning']) .indeterminate-indicator-2{background:linear-gradient(
|
|
307
307
|
to right,var(${"--colorPaletteDarkOrangeBackground2"}) 0%,var(${"--colorPaletteDarkOrangeBackground3"}) 50%,var(${"--colorPaletteDarkOrangeBackground2"})
|
|
308
308
|
)}:host([validation-state='success']) .determinate{background-color:var(${"--colorPaletteGreenBackground3"})}:host([validation-state='success']) .indeterminate-indicator-1,:host([validation-state='success']) .indeterminate-indicator-2{background:linear-gradient(
|
|
309
309
|
to right,var(${"--colorPaletteGreenBackground2"}) 0%,var(${"--colorPaletteGreenBackground3"}) 50%,var(${"--colorPaletteGreenBackground2"})
|
|
310
|
-
)}.progress{background-color:var(${"--colorNeutralBackground6"});border-radius:var(${
|
|
310
|
+
)}.progress{background-color:var(${"--colorNeutralBackground6"});border-radius:var(${vs});width:100%;height:2px;display:flex;align-items:center;position:relative}.determinate{background-color:var(${"--colorCompoundBrandBackground"});border-radius:var(${vs});height:2px;transition:all 0.2s ease-in-out;display:flex}.indeterminate-indicator-1{position:absolute;opacity:0;height:100%;background:linear-gradient(
|
|
311
311
|
to right,var(${"--colorBrandBackground2"}) 0%,var(${"--colorCompoundBrandBackground"}) 50%,var(${"--colorBrandBackground2"})
|
|
312
|
-
);border-radius:var(${
|
|
312
|
+
);border-radius:var(${vs});animation-timing-function:cubic-bezier(0.4,0,0.6,1);width:40%;animation:indeterminate-1 3s infinite}.indeterminate-indicator-2{position:absolute;opacity:0;height:100%;background:linear-gradient(
|
|
313
313
|
to right,var(${"--colorBrandBackground2"}) 0%,var(${"--colorCompoundBrandBackground"}) 50%,var(${"--colorBrandBackground2"})
|
|
314
|
-
);border-radius:var(${
|
|
315
|
-
.progress{background-color:HighlightText}.determinate,:host([validation-state='success']) .determinate,:host([validation-state='warning']) .determinate,:host([validation-state='error']) .determinate,:host([validation-state='success']) ..indeterminate-indicator-1,:host([validation-state='success']) ..indeterminate-indicator-2,:host([validation-state='warning']) .indeterminate-indicator-1,:host([validation-state='warning']) .indeterminate-indicator-2,:host([validation-state='error']) .indeterminate-indicator-1,:host([validation-state='error']) .indeterminate-indicator-2{background-color:Highlight}`))
|
|
316
|
-
${
|
|
317
|
-
|
|
318
|
-
:host{grid-auto-flow:column;grid-template-columns:max-content;gap:var(${
|
|
319
|
-
:host .control{border-color:InactiveBorder}:host([aria-checked='true']) .checked-indicator,:host([aria-checked='true']:active) .checked-indicator,:host([aria-checked='true']:hover) .checked-indicator{background-color:Highlight;border-color:ActiveBorder}`))
|
|
320
|
-
${
|
|
321
|
-
|
|
322
|
-
:host{align-items:flex-start;flex-direction:column;row-gap:var(${
|
|
323
|
-
:host{--step-rate:${e}%;color:blue}`,this.$fastController.addStyles(this.stepStyles)}else void 0!==this.stepStyles&&this.$fastController.removeStyles(this.stepStyles)}}((e,t
|
|
324
|
-
${
|
|
325
|
-
var(--slider-direction),#0000 0%,#0000 calc(var(--step-rate) - 1px),var(${
|
|
326
|
-
)}:host([orientation='vertical'][step]) .track::after{inset:-2px 0}:host([disabled]) .track{background-color:var(${"--colorNeutralBackgroundDisabled"})}:host([orientation='horizontal']) .track{right:var(--track-overhang);left:var(--track-overhang);align-self:start;height:var(--track-width);grid-row:2 / auto}:host([orientation='vertical']) .track{top:var(--track-overhang);bottom:var(--track-overhang);width:var(--track-width);height:100%;grid-column:2 / auto}.track-start{background-color:var(${"--colorCompoundBrandBackground"});position:absolute;height:100%;left:0;border-radius:var(${
|
|
327
|
-
.track:hover,.track:active,.track{background:WindowText}.thumb-cursor:hover,.thumb-cursor:active,.thumb-cursor{background:ButtonText}:host(:hover) .track-start,.track-start:active,.track-start{background:Highlight}`))
|
|
328
|
-
${
|
|
329
|
-
|
|
330
|
-
:host{display:flex;align-items:center;height:32px;width:32px;contain:content}:host([size='tiny']){height:20px;width:20px}:host([size='extra-small']){height:24px;width:24px}:host([size='small']){height:28px;width:28px}:host([size='large']){height:36px;width:36px}:host([size='extra-large']){height:40px;width:40px}:host([size='huge']){height:44px;width:44px}.progress{height:100%;width:100%}.background{fill:none;stroke:var(${"--colorBrandStroke2"});stroke-width:1.5px}:host([appearance='inverted']) .background{stroke:rgba(255,255,255,0.2)}.determinate{stroke:var(${"--colorBrandStroke1"});fill:none;stroke-width:1.5px;stroke-linecap:round;transform-origin:50% 50%;transform:rotate(-90deg);transition:all 0.2s ease-in-out}:host([appearance='inverted']) .determinite{stroke:var(${"--colorNeutralStrokeOnBrand2"})}.indeterminate-indicator-1{stroke:var(${"--colorBrandStroke1"});fill:none;stroke-width:1.5px;stroke-linecap:round;transform-origin:50% 50%;transform:rotate(-90deg);transition:all 0.2s ease-in-out;animation:spin-infinite 3s cubic-bezier(0.53,0.21,0.29,0.67) infinite}:host([appearance='inverted']) .indeterminate-indicator-1{stroke:var(${"--colorNeutralStrokeOnBrand2"})}@keyframes spin-infinite{0%{stroke-dasharray:0.01px 43.97px;transform:rotate(0deg)}50%{stroke-dasharray:21.99px 21.99px;transform:rotate(450deg)}100%{stroke-dasharray:0.01px 43.97px;transform:rotate(1080deg)}}
|
|
331
|
-
${
|
|
332
|
-
|
|
333
|
-
:host{align-items:center;flex-direction:row-reverse;outline:none;user-select:none;contain:content}:host([label-position='before']){flex-direction:row}:host([label-position='above']){flex-direction:column;align-items:flex-start}:host([disabled]) .label,:host([readonly]) .label,:host([readonly]) .switch,:host([disabled]) .switch{cursor:not-allowed}.label{position:relative;color:var(${
|
|
334
|
-
.switch{border-color:InactiveBorder}:host([aria-checked='true']) .switch,:host([aria-checked='true']:active) .switch,:host([aria-checked='true']:hover) .switch{background:Highlight;border-color:Highlight}.checked-indicator,:host(:hover) .checked-indicator,:host(:active) .checked-indicator{background-color:ActiveCaption}:host([aria-checked='true']) .checked-indicator,:host([aria-checked='true']:hover) .checked-indicator,:host([aria-checked='true']:active) .checked-indicator{background-color:ButtonFace}`)),
|
|
335
|
-
:host{--tabIndicatorOffset:${this.activeTabOffset.toString()}px}`,this.$fastController.addStyles(this.styles)}setTabScaleCSSVar(){this.styles=
|
|
336
|
-
:host{--tabIndicatorScale:${this.activeTabScale.toString()}}`,this.$fastController.addStyles(this.styles)}activeidChanged(e,t){super.activeidChanged(e,t),this.setTabData(),this.activetab&&this.animationLoop(this.activetab)}tabsChanged(){super.tabsChanged(),this.setTabData()}}
|
|
337
|
-
${
|
|
338
|
-
|
|
339
|
-
:host{box-sizing:border-box;font-family:var(${
|
|
340
|
-
:host{--textContent:'${this.textContent}'}`,this.$fastController.addStyles(this.styles)}}const
|
|
341
|
-
${
|
|
342
|
-
|
|
343
|
-
:host{position:relative;flex-direction:column;cursor:pointer;box-sizing:border-box;justify-content:center;line-height:var(${
|
|
344
|
-
:host([aria-selected='true'])::after{background-color:Highlight}`)),
|
|
345
|
-
${
|
|
346
|
-
|
|
347
|
-
:host{box-sizing:border-box;padding:var(${"--spacingHorizontalM"}) var(${"--spacingHorizontalMNudge"})}`,
|
|
348
|
-
${
|
|
349
|
-
|
|
350
|
-
:host{contain:content}::slotted(*){font-family:var(${
|
|
351
|
-
${
|
|
352
|
-
|
|
353
|
-
:host{font-family:var(${
|
|
354
|
-
${
|
|
355
|
-
|
|
356
|
-
:host([aria-pressed="true"]) .control{border-color:var(${"--colorNeutralStroke1"});background-color:var(${"--colorNeutralBackground1Selected"});color:var(${
|
|
357
|
-
:host([aria-pressed='true']) .control,:host([aria-pressed='true'][appearance='primary']) .control,:host([aria-pressed='true'][appearance='subtle']) .control,:host([aria-pressed='true'][appearance='outline']) .control,:host([aria-pressed='true'][appearance='transparent']) .control,:host([aria-pressed='true'][appearance='transparent']) .control{background:SelectedItem;color:SelectedItemText}`)),$v=bv.compose({name:Ct.prefix+"-toggle-button",template:yv,styles:xv,shadowOptions:{delegatesFocus:!0}}),Bv=Object.keys(_l),wv=e=>{for(const t of Bv)document.body.style.setProperty(_l[t],e[t])},Pv=(e,t)=>{for(const o of Bv)e.style.setProperty(_l[o],t[o])};export{yt as Accordion,zt as AccordionItem,Ht as AccordionItemExpandIconPosition,Lt as AccordionItemSize,Jl as AnchorButton,rc as AnchorButtonAppearance,cc as AnchorButtonDefinition,ac as AnchorButtonShape,nc as AnchorButtonSize,ic as AnchorButtonTemplate,Sc as Avatar,bc as AvatarActive,fc as AvatarAppearance,yc as AvatarColor,Lc as AvatarDefinition,kc as AvatarNamedColor,mc as AvatarShape,xc as AvatarSize,zc as AvatarStyles,Nc as AvatarTemplate,Gc as Badge,Oc as BadgeAppearance,Dc as BadgeColor,ed as BadgeDefinition,Mc as BadgeShape,Ec as BadgeSize,Jc as BadgeStyles,Xc as BadgeTemplate,vd as Button,ec as ButtonAppearance,md as ButtonDefinition,tc as ButtonShape,oc as ButtonSize,sc as ButtonStyles,bd as ButtonTemplate,wd as Checkbox,Td as CheckboxDefinition,Fd as CheckboxLabelPosition,Pd as CheckboxShape,Sd as CheckboxSize,Nd as CheckboxStyles,Cd as CheckboxTemplate,Ad as CompoundButton,Id as CompoundButtonAppearance,Dd as CompoundButtonDefinition,zd as CompoundButtonShape,Ld as CompoundButtonSize,Od as CompoundButtonStyles,Hd as CompoundButtonTemplate,jd as CounterBadge,Vd as CounterBadgeAppearance,Gd as CounterBadgeColor,Yd as CounterBadgeDefinition,_d as CounterBadgeShape,Xd as CounterBadgeSize,qd as CounterBadgeStyles,Wd as CounterBadgeTemplate,cu as Dialog,qh as DialogDefinition,Wh as DialogStyles,uu as DialogTemplate,Qh as Divider,Zh as DividerAlignContent,Jh as DividerAppearance,op as DividerDefinition,vh as DividerOrientation,gh as DividerRole,tp as DividerStyles,ep as DividerTemplate,Ct as FluentDesignSystem,ip as Image,up as ImageDefinition,sp as ImageFit,lp as ImageShape,dp as ImageStyles,cp as ImageTemplate,vp as Label,fp as LabelDefinition,bp as LabelStyles,mp as LabelTemplate,$p as Menu,Sp as MenuButton,Fp as MenuButtonAppearance,Ap as MenuButtonDefinition,Cp as MenuButtonShape,Np as MenuButtonSize,sc as MenuButtonStyles,Tp as MenuButtonTemplate,Pp as MenuDefinition,Ip as MenuItem,Op as MenuItemDefinition,mh as MenuItemRole,Hp as MenuItemStyles,Lp as MenuItemTemplate,Dp as MenuList,Rp as MenuListDefinition,Ep as MenuListStyles,Mp as MenuListTemplate,wp as MenuStyles,Bp as MenuTemplate,_p as ProgressBar,Kp as ProgressBarDefinition,Wp as ProgressBarShape,Yp as ProgressBarStyles,Up as ProgressBarTemplate,Xp as ProgressBarThickness,qp as ProgressBarValidationState,Qp as Radio,eg as RadioDefinition,rg as RadioGroup,ig as RadioGroupDefinition,Ch as RadioGroupOrientation,ag as RadioGroupStyles,ng as RadioGroupTemplate,Zp as RadioStyles,Jp as RadioTemplate,cg as Slider,pg as SliderDefinition,zh as SliderOrientation,dg as SliderSize,ug as SliderStyles,hg as SliderTemplate,mg as Spinner,fg as SpinnerAppearance,$g as SpinnerDefinition,kg as SpinnerSize,xg as SpinnerStyles,yg as SpinnerTemplate,Pg as Switch,Ng as SwitchDefinition,Sg as SwitchLabelPosition,Cg as SwitchStyles,Fg as SwitchTemplate,Eg as Tab,Vg as TabDefinition,Gg as TabPanel,Wg as TabPanelDefinition,Xg as TabPanelStyles,_g as TabPanelTemplate,jg as TabStyles,Rg as TabTemplate,Hg as Tabs,Tg as TabsAppearance,Mg as TabsDefinition,_h as TabsOrientation,Ag as TabsSize,Dg as TabsStyles,Og as TabsTemplate,Kg as Text,ev as TextAlign,rv as TextDefinition,Zg as TextFont,sv as TextInput,cv as TextInputAppearance,lv as TextInputControlSize,hv as TextInputDefinition,uv as TextInputStyles,dv as TextInputTemplate,$h as TextInputType,Qg as TextSize,ov as TextStyles,tv as TextTemplate,Jg as TextWeight,bv as ToggleButton,mv as ToggleButtonAppearance,$v as ToggleButtonDefinition,fv as ToggleButtonShape,kv as ToggleButtonSize,xv as ToggleButtonStyles,yv as ToggleButtonTemplate,Nt as accordionDefinition,ql as accordionItemDefinition,Xl as accordionItemStyles,Wl as accordionItemTemplate,Ft as accordionStyles,xt as accordionTemplate,bs as borderRadiusCircular,gs as borderRadiusLarge,ps as borderRadiusMedium,us as borderRadiusNone,hs as borderRadiusSmall,vs as borderRadiusXLarge,Sr as colorBackgroundOverlay,Cr as colorBrandBackground,Or as colorBrandBackground2,Nr as colorBrandBackgroundHover,Dr as colorBrandBackgroundInverted,Mr as colorBrandBackgroundInvertedHover,Er as colorBrandBackgroundInvertedPressed,Rr as colorBrandBackgroundInvertedSelected,Tr as colorBrandBackgroundPressed,Ar as colorBrandBackgroundSelected,Hr as colorBrandBackgroundStatic,So as colorBrandForeground1,Fo as colorBrandForeground2,No as colorBrandForegroundInverted,To as colorBrandForegroundInvertedHover,Ao as colorBrandForegroundInvertedPressed,oo as colorBrandForegroundLink,ro as colorBrandForegroundLinkHover,ao as colorBrandForegroundLinkPressed,no as colorBrandForegroundLinkSelected,Io as colorBrandForegroundOnLight,zo as colorBrandForegroundOnLightHover,Lo as colorBrandForegroundOnLightPressed,Ho as colorBrandForegroundOnLightSelected,ya as colorBrandShadowAmbient,xa as colorBrandShadowKey,oa as colorBrandStroke1,ra as colorBrandStroke2,Ir as colorCompoundBrandBackground,zr as colorCompoundBrandBackgroundHover,Lr as colorCompoundBrandBackgroundPressed,uo as colorCompoundBrandForeground1,ho as colorCompoundBrandForeground1Hover,po as colorCompoundBrandForeground1Pressed,aa as colorCompoundBrandStroke,na as colorCompoundBrandStrokeHover,ia as colorCompoundBrandStrokePressed,Oo as colorNeutralBackground1,Do as colorNeutralBackground1Hover,Mo as colorNeutralBackground1Pressed,Eo as colorNeutralBackground1Selected,Ro as colorNeutralBackground2,jo as colorNeutralBackground2Hover,Vo as colorNeutralBackground2Pressed,Go as colorNeutralBackground2Selected,_o as colorNeutralBackground3,Xo as colorNeutralBackground3Hover,Wo as colorNeutralBackground3Pressed,qo as colorNeutralBackground3Selected,Yo as colorNeutralBackground4,Uo as colorNeutralBackground4Hover,Ko as colorNeutralBackground4Pressed,Qo as colorNeutralBackground4Selected,Zo as colorNeutralBackground5,Jo as colorNeutralBackground5Hover,er as colorNeutralBackground5Pressed,tr as colorNeutralBackground5Selected,or as colorNeutralBackground6,yr as colorNeutralBackgroundDisabled,ar as colorNeutralBackgroundInverted,xr as colorNeutralBackgroundInvertedDisabled,rr as colorNeutralBackgroundStatic,Ot as colorNeutralForeground1,Dt as colorNeutralForeground1Hover,Mt as colorNeutralForeground1Pressed,Et as colorNeutralForeground1Selected,Co as colorNeutralForeground1Static,Rt as colorNeutralForeground2,_t as colorNeutralForeground2BrandHover,Xt as colorNeutralForeground2BrandPressed,Wt as colorNeutralForeground2BrandSelected,jt as colorNeutralForeground2Hover,io as colorNeutralForeground2Link,so as colorNeutralForeground2LinkHover,lo as colorNeutralForeground2LinkPressed,co as colorNeutralForeground2LinkSelected,Vt as colorNeutralForeground2Pressed,Gt as colorNeutralForeground2Selected,qt as colorNeutralForeground3,Qt as colorNeutralForeground3BrandHover,Zt as colorNeutralForeground3BrandPressed,Jt as colorNeutralForeground3BrandSelected,Yt as colorNeutralForeground3Hover,Ut as colorNeutralForeground3Pressed,Kt as colorNeutralForeground3Selected,eo as colorNeutralForeground4,to as colorNeutralForegroundDisabled,vo as colorNeutralForegroundInverted,ko as colorNeutralForegroundInverted2,Po as colorNeutralForegroundInvertedDisabled,bo as colorNeutralForegroundInvertedHover,xo as colorNeutralForegroundInvertedLink,$o as colorNeutralForegroundInvertedLinkHover,Bo as colorNeutralForegroundInvertedLinkPressed,wo as colorNeutralForegroundInvertedLinkSelected,mo as colorNeutralForegroundInvertedPressed,fo as colorNeutralForegroundInvertedSelected,go as colorNeutralForegroundOnBrand,yo as colorNeutralForegroundStaticInverted,ga as colorNeutralShadowAmbient,fa as colorNeutralShadowAmbientDarker,ba as colorNeutralShadowAmbientLighter,va as colorNeutralShadowKey,ka as colorNeutralShadowKeyDarker,ma as colorNeutralShadowKeyLighter,$r as colorNeutralStencil1,wr as colorNeutralStencil1Alpha,Br as colorNeutralStencil2,Pr as colorNeutralStencil2Alpha,Xr as colorNeutralStroke1,Wr as colorNeutralStroke1Hover,qr as colorNeutralStroke1Pressed,Yr as colorNeutralStroke1Selected,Ur as colorNeutralStroke2,Kr as colorNeutralStroke3,jr as colorNeutralStrokeAccessible,Vr as colorNeutralStrokeAccessibleHover,Gr as colorNeutralStrokeAccessiblePressed,_r as colorNeutralStrokeAccessibleSelected,sa as colorNeutralStrokeDisabled,la as colorNeutralStrokeInvertedDisabled,Qr as colorNeutralStrokeOnBrand,Zr as colorNeutralStrokeOnBrand2,Jr as colorNeutralStrokeOnBrand2Hover,ea as colorNeutralStrokeOnBrand2Pressed,ta as colorNeutralStrokeOnBrand2Selected,Hn as colorPaletteAnchorBackground2,On as colorPaletteAnchorBorderActive,Dn as colorPaletteAnchorForeground2,Mn as colorPaletteBeigeBackground2,En as colorPaletteBeigeBorderActive,Rn as colorPaletteBeigeForeground2,ln as colorPaletteBerryBackground1,cn as colorPaletteBerryBackground2,dn as colorPaletteBerryBackground3,hn as colorPaletteBerryBorder1,pn as colorPaletteBerryBorder2,un as colorPaletteBerryBorderActive,gn as colorPaletteBerryForeground1,vn as colorPaletteBerryForeground2,bn as colorPaletteBerryForeground3,jn as colorPaletteBlueBackground2,Vn as colorPaletteBlueBorderActive,Gn as colorPaletteBlueForeground2,_n as colorPaletteBrassBackground2,Xn as colorPaletteBrassBorderActive,Wn as colorPaletteBrassForeground2,qn as colorPaletteBrownBackground2,Yn as colorPaletteBrownBorderActive,Un as colorPaletteBrownForeground2,Kn as colorPaletteCornflowerBackground2,Qn as colorPaletteCornflowerBorderActive,Zn as colorPaletteCornflowerForeground2,Jn as colorPaletteCranberryBackground2,ei as colorPaletteCranberryBorderActive,ti as colorPaletteCranberryForeground2,oi as colorPaletteDarkGreenBackground2,ri as colorPaletteDarkGreenBorderActive,ai as colorPaletteDarkGreenForeground2,Va as colorPaletteDarkOrangeBackground1,Ga as colorPaletteDarkOrangeBackground2,_a as colorPaletteDarkOrangeBackground3,Wa as colorPaletteDarkOrangeBorder1,qa as colorPaletteDarkOrangeBorder2,Xa as colorPaletteDarkOrangeBorderActive,Ya as colorPaletteDarkOrangeForeground1,Ua as colorPaletteDarkOrangeForeground2,Ka as colorPaletteDarkOrangeForeground3,ni as colorPaletteDarkRedBackground2,ii as colorPaletteDarkRedBorderActive,si as colorPaletteDarkRedForeground2,li as colorPaletteForestBackground2,ci as colorPaletteForestBorderActive,di as colorPaletteForestForeground2,ui as colorPaletteGoldBackground2,hi as colorPaletteGoldBorderActive,pi as colorPaletteGoldForeground2,gi as colorPaletteGrapeBackground2,vi as colorPaletteGrapeBorderActive,bi as colorPaletteGrapeForeground2,Ia as colorPaletteGreenBackground1,za as colorPaletteGreenBackground2,La as colorPaletteGreenBackground3,Oa as colorPaletteGreenBorder1,Da as colorPaletteGreenBorder2,Ha as colorPaletteGreenBorderActive,Ma as colorPaletteGreenForeground1,Ea as colorPaletteGreenForeground2,Ra as colorPaletteGreenForeground3,ja as colorPaletteGreenForegroundInverted,mi as colorPaletteLavenderBackground2,fi as colorPaletteLavenderBorderActive,ki as colorPaletteLavenderForeground2,Sn as colorPaletteLightGreenBackground1,Fn as colorPaletteLightGreenBackground2,Cn as colorPaletteLightGreenBackground3,Tn as colorPaletteLightGreenBorder1,An as colorPaletteLightGreenBorder2,Nn as colorPaletteLightGreenBorderActive,In as colorPaletteLightGreenForeground1,zn as colorPaletteLightGreenForeground2,Ln as colorPaletteLightGreenForeground3,yi as colorPaletteLightTealBackground2,xi as colorPaletteLightTealBorderActive,$i as colorPaletteLightTealForeground2,Bi as colorPaletteLilacBackground2,wi as colorPaletteLilacBorderActive,Pi as colorPaletteLilacForeground2,Si as colorPaletteMagentaBackground2,Fi as colorPaletteMagentaBorderActive,Ci as colorPaletteMagentaForeground2,mn as colorPaletteMarigoldBackground1,fn as colorPaletteMarigoldBackground2,kn as colorPaletteMarigoldBackground3,xn as colorPaletteMarigoldBorder1,$n as colorPaletteMarigoldBorder2,yn as colorPaletteMarigoldBorderActive,Bn as colorPaletteMarigoldForeground1,wn as colorPaletteMarigoldForeground2,Pn as colorPaletteMarigoldForeground3,Ni as colorPaletteMinkBackground2,Ti as colorPaletteMinkBorderActive,Ai as colorPaletteMinkForeground2,Ii as colorPaletteNavyBackground2,zi as colorPaletteNavyBorderActive,Li as colorPaletteNavyForeground2,Hi as colorPalettePeachBackground2,Oi as colorPalettePeachBorderActive,Di as colorPalettePeachForeground2,Mi as colorPalettePinkBackground2,Ei as colorPalettePinkBorderActive,Ri as colorPalettePinkForeground2,ji as colorPalettePlatinumBackground2,Vi as colorPalettePlatinumBorderActive,Gi as colorPalettePlatinumForeground2,_i as colorPalettePlumBackground2,Xi as colorPalettePlumBorderActive,Wi as colorPalettePlumForeground2,qi as colorPalettePumpkinBackground2,Yi as colorPalettePumpkinBorderActive,Ui as colorPalettePumpkinForeground2,Ki as colorPalettePurpleBackground2,Qi as colorPalettePurpleBorderActive,Zi as colorPalettePurpleForeground2,$a as colorPaletteRedBackground1,Ba as colorPaletteRedBackground2,wa as colorPaletteRedBackground3,Sa as colorPaletteRedBorder1,Fa as colorPaletteRedBorder2,Pa as colorPaletteRedBorderActive,Ca as colorPaletteRedForeground1,Na as colorPaletteRedForeground2,Ta as colorPaletteRedForeground3,Aa as colorPaletteRedForegroundInverted,Ji as colorPaletteRoyalBlueBackground2,es as colorPaletteRoyalBlueBorderActive,ts as colorPaletteRoyalBlueForeground2,os as colorPaletteSeafoamBackground2,rs as colorPaletteSeafoamBorderActive,as as colorPaletteSeafoamForeground2,ns as colorPaletteSteelBackground2,is as colorPaletteSteelBorderActive,ss as colorPaletteSteelForeground2,ls as colorPaletteTealBackground2,cs as colorPaletteTealBorderActive,ds as colorPaletteTealForeground2,Qa as colorPaletteYellowBackground1,Za as colorPaletteYellowBackground2,Ja as colorPaletteYellowBackground3,tn as colorPaletteYellowBorder1,on as colorPaletteYellowBorder2,en as colorPaletteYellowBorderActive,rn as colorPaletteYellowForeground1,an as colorPaletteYellowForeground2,nn as colorPaletteYellowForeground3,sn as colorPaletteYellowForegroundInverted,Fr as colorScrollbarOverlay,ha as colorStrokeFocus1,pa as colorStrokeFocus2,nr as colorSubtleBackground,ir as colorSubtleBackgroundHover,hr as colorSubtleBackgroundInverted,pr as colorSubtleBackgroundInvertedHover,gr as colorSubtleBackgroundInvertedPressed,vr as colorSubtleBackgroundInvertedSelected,cr as colorSubtleBackgroundLightAlphaHover,dr as colorSubtleBackgroundLightAlphaPressed,ur as colorSubtleBackgroundLightAlphaSelected,sr as colorSubtleBackgroundPressed,lr as colorSubtleBackgroundSelected,br as colorTransparentBackground,mr as colorTransparentBackgroundHover,fr as colorTransparentBackgroundPressed,kr as colorTransparentBackgroundSelected,ca as colorTransparentStroke,ua as colorTransparentStrokeDisabled,da as colorTransparentStrokeInteractive,Hl as curveAccelerateMax,Ol as curveAccelerateMid,Dl as curveAccelerateMin,Ml as curveDecelerateMax,El as curveDecelerateMid,Rl as curveDecelerateMin,Vl as curveEasyEase,jl as curveEasyEaseMax,Gl as curveLinear,Tl as durationFast,Nl as durationFaster,Al as durationNormal,Il as durationSlow,zl as durationSlower,Cl as durationUltraFast,Ll as durationUltraSlow,ms as fontFamilyBase,fs as fontFamilyMonospace,ks as fontFamilyNumeric,ys as fontSizeBase100,xs as fontSizeBase200,$s as fontSizeBase300,Bs as fontSizeBase400,ws as fontSizeBase500,Ps as fontSizeBase600,Ns as fontSizeHero1000,Ss as fontSizeHero700,Fs as fontSizeHero800,Cs as fontSizeHero900,zs as fontWeightBold,As as fontWeightMedium,Ts as fontWeightRegular,Is as fontWeightSemibold,Ls as lineHeightBase100,Hs as lineHeightBase200,Os as lineHeightBase300,Ds as lineHeightBase400,Ms as lineHeightBase500,Es as lineHeightBase600,Gs as lineHeightHero1000,Rs as lineHeightHero700,js as lineHeightHero800,Vs as lineHeightHero900,wv as setTheme,Pv as setThemeFor,qs as shadow16,Js as shadow16Brand,_s as shadow2,Ys as shadow28,el as shadow28Brand,Ks as shadow2Brand,Xs as shadow4,Qs as shadow4Brand,Us as shadow64,tl as shadow64Brand,Ws as shadow8,Zs as shadow8Brand,pl as spacingHorizontalL,hl as spacingHorizontalM,ul as spacingHorizontalMNudge,il as spacingHorizontalNone,dl as spacingHorizontalS,cl as spacingHorizontalSNudge,gl as spacingHorizontalXL,ll as spacingHorizontalXS,vl as spacingHorizontalXXL,sl as spacingHorizontalXXS,bl as spacingHorizontalXXXL,wl as spacingVerticalL,Bl as spacingVerticalM,$l as spacingVerticalMNudge,ml as spacingVerticalNone,xl as spacingVerticalS,yl as spacingVerticalSNudge,Pl as spacingVerticalXL,kl as spacingVerticalXS,Sl as spacingVerticalXXL,fl as spacingVerticalXXS,Fl as spacingVerticalXXXL,rl as strokeWidthThick,al as strokeWidthThicker,nl as strokeWidthThickest,ol as strokeWidthThin};
|
|
314
|
+
);border-radius:var(${vs});animation-timing-function:cubic-bezier(0.4,0,0.6,1);width:60%;animation:indeterminate-2 3s infinite}@keyframes indeterminate-1{0%{opacity:1;transform:translateX(-100%)}70%{opacity:1;transform:translateX(300%)}70.01%{opacity:0}100%{opacity:0;transform:translateX(300%)}}@keyframes indeterminate-2{0%{opacity:0;transform:translateX(-150%)}29.99%{opacity:0}30%{opacity:1;transform:translateX(-150%)}100%{transform:translateX(166.66%);opacity:1}}`.withBehaviors(At(j`
|
|
315
|
+
.progress{background-color:HighlightText}.determinate,:host([validation-state='success']) .determinate,:host([validation-state='warning']) .determinate,:host([validation-state='error']) .determinate,:host([validation-state='success']) ..indeterminate-indicator-1,:host([validation-state='success']) ..indeterminate-indicator-2,:host([validation-state='warning']) .indeterminate-indicator-1,:host([validation-state='warning']) .indeterminate-indicator-2,:host([validation-state='error']) .indeterminate-indicator-1,:host([validation-state='error']) .indeterminate-indicator-2{background-color:Highlight}`));const Np=function(e={}){return ke`<template role="progressbar" aria-valuenow="${e=>e.value}" aria-valuemin="${e=>e.min}" aria-valuemax="${e=>e.max}">${we(e=>"number"==typeof e.value,ke`<div class="progress" part="progress" slot="determinate"><div class="determinate" part="determinate" style="width: ${e=>e.percentComplete}%"></div></div>`,ke`<div class="progress" part="progress" slot="indeterminate"><slot name="indeterminate">${pt(e.indeterminateIndicator1)} ${pt(e.indeterminateIndicator2)}</slot></div>`)}</template>`}({indeterminateIndicator1:'<span class="indeterminate-indicator-1" part="indeterminate-indicator-1></span>',indeterminateIndicator2:'<span class="indeterminate-indicator-2" part="indeterminate-indicator-2"></span>'}),Tp=wp.compose({name:Lt.prefix+"-progress-bar",template:Np,styles:Cp});class Ap extends et{}class Ip extends(id(Ap)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var zp=Object.defineProperty,Lp=Object.getOwnPropertyDescriptor,Hp=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Lp(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&zp(t,o,n),n};class Op extends Ip{constructor(){super(),this.initialValue="on",this.proxy.setAttribute("type","radio")}get radioGroup(){return this.closest("[role=radiogroup]")}defaultCheckedChanged(){var e;this.$fastController.isConnected&&!this.dirtyChecked&&(this.isInsideRadioGroup()||(this.checked=null!=(e=this.defaultChecked)&&e,this.dirtyChecked=!1))}connectedCallback(){var e,t;super.connectedCallback(),this.validate(),"radiogroup"!==(null==(e=this.parentElement)?void 0:e.getAttribute("role"))&&null===this.getAttribute("tabindex")&&(this.disabled||this.setAttribute("tabindex","0")),this.checkedAttribute&&(this.dirtyChecked||this.isInsideRadioGroup()||(this.checked=null!=(t=this.defaultChecked)&&t,this.dirtyChecked=!1))}isInsideRadioGroup(){return null!==this.radioGroup}keypressHandler(e){var t;switch(e.key){case" ":return void(this.checked||(null==(t=this.radioGroup)?void 0:t.readOnly)||(this.checked=!0))}return!0}}Hp([$],Op.prototype,"name",2),Hp([$],Op.prototype,"defaultSlottedNodes",2);const Dp=j`
|
|
316
|
+
${It("inline-grid")}
|
|
317
|
+
|
|
318
|
+
:host{grid-auto-flow:column;grid-template-columns:max-content;gap:var(${dl});align-items:center;height:32px;cursor:pointer;outline:none;position:relative;user-select:none;color:blue;color:var(--state-color,var(${Ut}));padding-inline-end:var(${hl});--control-border-color:var(${"--colorNeutralStrokeAccessible"});--checked-indicator-background-color:var(${"--colorCompoundBrandForeground1"});--state-color:var(${Ut})}:host([disabled]){--control-border-color:var(${ro});--checked-indicator-background-color:var(${ro});--state-color:var(${ro})}.label{cursor:pointer;font-family:var(${ks});font-size:var(${ws});font-weight:var(${Is});line-height:var(${Ms})}.label__hidden{display:none}.control{box-sizing:border-box;align-items:center;border:1px solid var(--control-border-color,var(${"--colorNeutralStrokeAccessible"}));border-radius:var(${fs});display:flex;height:16px;justify-content:center;margin:var(${$l}) var(${hl});position:relative;width:16px;justify-self:center}.checked-indicator{border-radius:var(${fs});height:10px;opacity:0;width:10px}:host([aria-checked='false']:hover) .control{color:var(${"--colorNeutralForeground2"})}:host(:focus-visible){border-radius:var(${gs});box-shadow:0 0 0 3px var(${"--colorStrokeFocus2"});outline:1px solid var(${"--colorStrokeFocus1"})}:host(:hover) .control{border-color:var(${"--colorNeutralStrokeAccessibleHover"})}:host(:active) .control{border-color:var(${"--colorNeutralStrokeAccessiblePressed"})}:host([aria-checked='true']) .checked-indicator{opacity:1}:host([aria-checked='true']) .control{border-color:var(--control-border-color,var(${"--colorNeutralStrokeAccessible"}))}:host([aria-checked='true']) .checked-indicator{background-color:var(--checked-indicator-background-color,var(${"--colorCompoundBrandForeground1"}))}:host([aria-checked='true']:hover) .control{border-color:var(${"--colorCompoundBrandStrokeHover"})}:host([aria-checked='true']:hover) .checked-indicator{background-color:var(${"--colorCompoundBrandStrokeHover"})}:host([aria-checked='true']:active) .control{border-color:var(${"--colorCompoundBrandStrokePressed"})}:host([aria-checked='true']:active) .checked-indicator{background:var(${"--colorCompoundBrandForeground1Pressed"})}:host([disabled]){color:var(${ro});pointer-events:none}:host([disabled]) .control{pointer-events:none;border-color:var(${ro})}:host([disabled]) .checked-indicator{background:var(${ro})}`.withBehaviors(At(j`
|
|
319
|
+
:host .control{border-color:InactiveBorder}:host([aria-checked='true']) .checked-indicator,:host([aria-checked='true']:active) .checked-indicator,:host([aria-checked='true']:hover) .checked-indicator{background-color:Highlight;border-color:ActiveBorder}`));const Mp=function(e={}){return ke`<template role="radio" aria-checked="${e=>e.checked}" aria-required="${e=>e.required}" aria-disabled="${e=>e.disabled}" @keypress="${(e,t)=>e.keypressHandler(t.event)}"><div part="control" class="control"><slot name="checked-indicator">${pt(e.checkedIndicator)}</slot></div><label part="label" class="${e=>{var t;return["label",!(null==(t=e.defaultSlottedNodes)?void 0:t.length)&&"label__hidden"].filter(Boolean).join(" ")}}"><slot ${Ne({property:"defaultSlottedNodes",filter:gt})}></slot></label></template>`}({checkedIndicator:ke`<div part="checked-indicator" class="checked-indicator"></div>`}),Ep=Op.compose({name:Lt.prefix+"-radio",template:Mp,styles:Dp}),Rp=tt;var jp=Object.defineProperty,Vp=Object.getOwnPropertyDescriptor,_p=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Vp(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&jp(t,o,n),n};class Gp extends et{constructor(){super(...arguments),this.stacked=!1,this.orientation=Rp.horizontal,this.radioChangeHandler=e=>{const t=e.target;t.checked&&(this.slottedRadioButtons.forEach(e=>{e instanceof Op&&e!==t&&(e.checked=!1,this.isInsideFoundationToolbar||e.setAttribute("tabindex","-1"))}),this.selectedRadio=t,this.value=t.value,t.setAttribute("tabindex","0"),this.focusedRadio=t),e.stopPropagation()},this.moveToRadioByIndex=(e,t)=>{const o=e[t];this.isInsideToolbar||(o.setAttribute("tabindex","0"),o.checked=!0,this.selectedRadio=o),this.focusedRadio=o,o.focus()},this.moveRightOffGroup=()=>{var e;null==(e=this.nextElementSibling)||e.focus()},this.moveLeftOffGroup=()=>{var e;null==(e=this.previousElementSibling)||e.focus()},this.focusOutHandler=e=>{const t=this.slottedRadioButtons,o=e.target,r=null!==o?t.indexOf(o):0,a=this.focusedRadio?t.indexOf(this.focusedRadio):-1;return(0===a&&r===a||a===t.length-1&&a===r)&&(this.selectedRadio?(this.focusedRadio=this.selectedRadio,this.isInsideFoundationToolbar||(this.selectedRadio.setAttribute("tabindex","0"),t.forEach(e=>{e!==this.selectedRadio&&e.setAttribute("tabindex","-1")}))):(this.focusedRadio=t[0],this.focusedRadio.setAttribute("tabindex","0"),t.forEach(e=>{o instanceof Op&&e!==this.focusedRadio&&e.setAttribute("tabindex","-1")}))),!0},this.handleDisabledClick=e=>{if(!this.disabled)return!0;e.preventDefault()},this.clickHandler=e=>{if(this.disabled)return;e.preventDefault();const t=e.target;t&&t instanceof Op&&(t.checked=!0,t.setAttribute("tabindex","0"),this.selectedRadio=t,this.focusedRadio=t)},this.shouldMoveOffGroupToTheRight=(e,t,o)=>e===t.length&&this.isInsideToolbar&&"ArrowRight"===o,this.shouldMoveOffGroupToTheLeft=(e,t)=>(this.focusedRadio?e.indexOf(this.focusedRadio)-1:0)<0&&this.isInsideToolbar&&"ArrowLeft"===t,this.checkFocusedRadio=()=>{null===this.focusedRadio||this.focusedRadio.checked||(this.focusedRadio.checked=!0,this.focusedRadio.setAttribute("tabindex","0"),this.focusedRadio.focus(),this.selectedRadio=this.focusedRadio)},this.moveRight=e=>{const t=this.slottedRadioButtons;let o=0;if(o=this.focusedRadio?t.indexOf(this.focusedRadio)+1:1,this.shouldMoveOffGroupToTheRight(o,t,e.key))this.moveRightOffGroup();else for(o===t.length&&(o=0);o<t.length&&t.length>1;){if(!t[o].disabled){this.moveToRadioByIndex(t,o);break}if(this.focusedRadio&&o===t.indexOf(this.focusedRadio))break;if(o+1>=t.length){if(this.isInsideToolbar)break;o=0}else o+=1}},this.moveLeft=e=>{const t=this.slottedRadioButtons;let o=0;if(o=this.focusedRadio?t.indexOf(this.focusedRadio)-1:0,o=o<0?t.length-1:o,this.shouldMoveOffGroupToTheLeft(t,e.key))this.moveLeftOffGroup();else for(;o>=0&&t.length>1;){if(!t[o].disabled){this.moveToRadioByIndex(t,o);break}if(this.focusedRadio&&o===t.indexOf(this.focusedRadio))break;o-1<0?o=t.length-1:o-=1}},this.keydownHandler=e=>{const t=e.key;if(t in rt&&(this.isInsideFoundationToolbar||this.disabled))return!0;switch(t){case"Enter":this.checkFocusedRadio();break;case"ArrowRight":case"ArrowDown":this.direction===at.ltr?this.moveRight(e):this.moveLeft(e);break;case"ArrowLeft":case"ArrowUp":this.direction===at.ltr?this.moveLeft(e):this.moveRight(e);break;default:return!0}}}nameChanged(){this.slottedRadioButtons&&this.slottedRadioButtons.forEach(e=>{e.setAttribute("name",this.name)})}valueChanged(){this.slottedRadioButtons&&this.slottedRadioButtons.forEach(e=>{e instanceof Op&&e.value===this.value&&(e.checked=!0,this.selectedRadio=e)}),this.$emit("change")}slottedRadioButtonsChanged(e,t){this.slottedRadioButtons&&this.slottedRadioButtons.length>0&&this.setupRadioButtons()}get parentToolbar(){return this.closest('[role="toolbar"]')}get isInsideToolbar(){var e;return null!=(e=this.parentToolbar)&&e}get isInsideFoundationToolbar(){var e;return!!(null==(e=this.parentToolbar)?void 0:e.hasOwnProperty("$fastController"))}connectedCallback(){super.connectedCallback(),this.direction=ht(this),this.setupRadioButtons()}disconnectedCallback(){this.slottedRadioButtons.forEach(e=>{e instanceof Op&&e.removeEventListener("change",this.radioChangeHandler)})}setupRadioButtons(){const e=this.slottedRadioButtons.filter(e=>e.hasAttribute("checked")),t=e?e.length:0;if(t>1){e[t-1].checked=!0}let o=!1;if(this.slottedRadioButtons.forEach(e=>{e instanceof Op&&(void 0!==this.name&&e.setAttribute("name",this.name),this.value&&this.value===e.value?(this.selectedRadio=e,this.focusedRadio=e,e.checked=!0,e.setAttribute("tabindex","0"),o=!0):(this.isInsideFoundationToolbar||e.setAttribute("tabindex","-1"),e.checked=!1),e.addEventListener("change",this.radioChangeHandler))}),void 0===this.value&&this.slottedRadioButtons.length>0){const e=this.slottedRadioButtons.filter(e=>e.hasAttribute("checked")),t=null!==e?e.length:0;if(t>0&&!o){const o=e[t-1];o.checked=!0,this.focusedRadio=o,o.setAttribute("tabindex","0")}else this.slottedRadioButtons[0].setAttribute("tabindex","0"),this.focusedRadio=this.slottedRadioButtons[0]}}}_p([He({mode:"boolean"})],Gp.prototype,"stacked",2),_p([He({attribute:"readonly",mode:"boolean"})],Gp.prototype,"readOnly",2),_p([He({attribute:"disabled",mode:"boolean"})],Gp.prototype,"disabled",2),_p([He],Gp.prototype,"name",2),_p([He],Gp.prototype,"value",2),_p([He],Gp.prototype,"orientation",2),_p([$],Gp.prototype,"childItems",2),_p([$],Gp.prototype,"slottedRadioButtons",2);const Xp=j`
|
|
320
|
+
${It("flex")}
|
|
321
|
+
|
|
322
|
+
:host{align-items:flex-start;flex-direction:column;row-gap:var(${$l})}:host([disabled]) ::slotted([role='radio']){--control-border-color:var(${ro});--checked-indicator-background-color:var(${ro});--state-color:var(${ro})}::slotted([slot='label']){color:var(${Mt});padding:var(${$l}) var(${hl}) var(${$l}) var(${dl});font:var(${Is}) var(${ws}) / var(${Ms}) var(${ks});cursor:default}.positioning-region{display:flex;flex-wrap:wrap}:host([orientation='vertical']) .positioning-region{flex-direction:column;justify-content:flex-start}:host([orientation='horizontal']) .positioning-region{flex-direction:row}:host([orientation='horizontal']) ::slotted([role='radio']){padding-inline-end:var(${hl})}:host([orientation='horizontal'][stacked]) ::slotted([role='radio']){display:flex;flex-direction:column;padding-inline:var(${hl});height:auto;align-items:center;justify-content:center}:host([disabled]) ::slotted([role='radio']){pointer-events:none}`;const Wp=ke`<template role="radiogroup" tabindex="${e=>e.disabled?-1:void 0}" aria-disabled="${e=>e.disabled}" aria-readonly="${e=>e.readOnly}" aria-orientation="${e=>e.orientation}" @click="${(e,t)=>e.clickHandler(t.event)}" @mousedown="${(e,t)=>e.handleDisabledClick(t.event)}" @keydown="${(e,t)=>e.keydownHandler(t.event)}" @focusout="${(e,t)=>e.focusOutHandler(t.event)}"><slot name="label"></slot><div class="positioning-region ${e=>e.orientation===Rp.horizontal?"horizontal":"vertical"}" part="positioning-region"><slot ${Ne({property:"slottedRadioButtons",filter:Pe("[role=radio]")})}></slot></div></template>`,qp=Gp.compose({name:Lt.prefix+"-radio-group",template:Wp,styles:Xp}),Yp={small:"small",medium:"medium"},Up=tt,Kp={singleValue:"single-value"};class Qp extends et{}class Zp extends(nd(Qp)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}function Jp(e,t,o,r){let a=nt(0,1,(e-t)/(o-t));return r===at.rtl&&(a=1-a),a}var eg=Object.defineProperty,tg=Object.getOwnPropertyDescriptor,og=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?tg(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&eg(t,o,n),n};class rg extends Zp{constructor(){super(...arguments),this.direction=at.ltr,this.isDragging=!1,this.trackWidth=0,this.trackMinWidth=0,this.trackHeight=0,this.trackLeft=0,this.trackMinHeight=0,this.valueTextFormatter=()=>null,this.min=0,this.max=10,this.orientation=tt.horizontal,this.mode=Kp.singleValue,this.keypressHandler=e=>{if(!this.readOnly&&!this.disabled)if("Home"===e.key)e.preventDefault(),this.direction!==at.rtl&&this.orientation!==tt.vertical?this.value=""+this.min:this.value=""+this.max;else if("End"===e.key)e.preventDefault(),this.direction!==at.rtl&&this.orientation!==tt.vertical?this.value=""+this.max:this.value=""+this.min;else if(!e.shiftKey)switch(e.key){case"ArrowRight":case"ArrowUp":e.preventDefault(),this.increment();break;case"ArrowLeft":case"ArrowDown":e.preventDefault(),this.decrement()}},this.setupTrackConstraints=()=>{const e=this.track.getBoundingClientRect();this.trackWidth=this.track.clientWidth,this.trackMinWidth=this.track.clientLeft,this.trackHeight=e.top,this.trackMinHeight=e.bottom,this.trackLeft=this.getBoundingClientRect().left,0===this.trackWidth&&(this.trackWidth=1)},this.setupListeners=(e=!1)=>{this.addEventListener("keydown",this.keypressHandler),this.addEventListener("mousedown",this.handleMouseDown),e&&(this.removeEventListener("keydown",this.keypressHandler),this.removeEventListener("mousedown",this.handleMouseDown))},this.initialValue="",this.handleThumbMouseDown=e=>{const t=null!==e?window.addEventListener:window.removeEventListener;t("mouseup",this.handleWindowMouseUp),t("mousemove",this.handleMouseMove,{passive:!0}),t("touchmove",this.handleMouseMove,{passive:!0}),t("touchend",this.handleWindowMouseUp),this.isDragging=null!==e},this.handleMouseMove=e=>{if(this.readOnly||this.disabled||e.defaultPrevented)return;const t=window.TouchEvent&&e instanceof TouchEvent?e.touches[0]:e,o=this.orientation===tt.horizontal?t.pageX-document.documentElement.scrollLeft-this.trackLeft:t.pageY-document.documentElement.scrollTop;this.value=""+this.calculateNewValue(o)},this.handleWindowMouseUp=e=>{this.stopDragging()},this.stopDragging=()=>{this.isDragging=!1,this.handleMouseDown(null),this.handleThumbMouseDown(null)},this.handleMouseDown=e=>{if(null===e||!this.disabled&&!this.readOnly){const t=null!==e?window.addEventListener:window.removeEventListener,o=null!==e?document.addEventListener:document.removeEventListener;if(t("mouseup",this.handleWindowMouseUp),o("mouseleave",this.handleWindowMouseUp),t("mousemove",this.handleMouseMove),e){this.setupTrackConstraints();const t=this.orientation===tt.horizontal?e.pageX-document.documentElement.scrollLeft-this.trackLeft:e.pageY-document.documentElement.scrollTop;this.value=""+this.calculateNewValue(t)}}}}handleChange(e,t){switch(t){case"min":case"max":case"step":this.handleStepStyles()}}handleStepStyles(){if(this.step){const e=100/Math.floor((this.max-this.min)/this.step);void 0!==this.stepStyles&&this.$fastController.removeStyles(this.stepStyles),this.stepStyles=j`
|
|
323
|
+
:host{--step-rate:${e}%;color:blue}`,this.$fastController.addStyles(this.stepStyles)}else void 0!==this.stepStyles&&this.$fastController.removeStyles(this.stepStyles)}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}get valueAsNumber(){return parseFloat(super.value)}set valueAsNumber(e){this.value=e.toString()}valueChanged(e,t){if(this.$fastController.isConnected){const o=parseFloat(t),r=nt(this.min,this.max,this.convertToConstrainedValue(o)).toString();if(r!==t)return void(this.value=r);super.valueChanged(e,t),this.setThumbPositionForOrientation(this.direction),this.$emit("change")}}minChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.min=""+this.min),this.validate()}maxChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.max=""+this.max),this.validate()}stepChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.step=""+this.step),this.updateStepMultiplier(),this.validate()}orientationChanged(){this.$fastController.isConnected&&this.setThumbPositionForOrientation(this.direction)}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type","range"),this.direction=ht(this),this.updateStepMultiplier(),this.setupTrackConstraints(),this.setupListeners(),this.setupDefaultValue(),this.setThumbPositionForOrientation(this.direction),B.getNotifier(this).subscribe(this,"max"),B.getNotifier(this).subscribe(this,"min"),B.getNotifier(this).subscribe(this,"step"),this.handleStepStyles()}disconnectedCallback(){super.disconnectedCallback(),this.setupListeners(!0),B.getNotifier(this).unsubscribe(this,"max"),B.getNotifier(this).unsubscribe(this,"min"),B.getNotifier(this).unsubscribe(this,"step")}increment(){const e=(this.direction!==at.rtl&&this.orientation,Number(this.value)+Number(this.stepValue)),t=this.convertToConstrainedValue(e),o=t<Number(this.max)?""+t:""+this.max;this.value=o}decrement(){const e=(this.direction!==at.rtl&&this.orientation,Number(this.value)-Number(this.stepValue)),t=this.convertToConstrainedValue(e),o=t>Number(this.min)?""+t:""+this.min;this.value=o}get stepValue(){return void 0===this.step?1:this.step}setThumbPositionForOrientation(e){const t=100*(1-Jp(Number(this.value),Number(this.min),Number(this.max),e));this.orientation===tt.horizontal?this.position=this.isDragging?`right: ${t}%; transition: none;`:`right: ${t}%; transition: all 0.2s ease;`:this.position=this.isDragging?`top: ${t}%; transition: none;`:`top: ${t}%; transition: all 0.2s ease;`}updateStepMultiplier(){const e=this.stepValue+"",t=this.stepValue%1?e.length-e.indexOf(".")-1:0;this.stepMultiplier=Math.pow(10,t)}get midpoint(){return""+this.convertToConstrainedValue((this.max+this.min)/2)}setupDefaultValue(){if("string"==typeof this.value)if(0===this.value.length)this.initialValue=this.midpoint;else{const e=parseFloat(this.value);!Number.isNaN(e)&&(e<this.min||e>this.max)&&(this.value=this.midpoint)}}calculateNewValue(e){this.setupTrackConstraints();const t=Jp(e,this.orientation===tt.horizontal?this.trackMinWidth:this.trackMinHeight,this.orientation===tt.horizontal?this.trackWidth:this.trackHeight,this.direction),o=(this.max-this.min)*t+this.min;return this.convertToConstrainedValue(o)}convertToConstrainedValue(e){isNaN(e)&&(e=this.min);let t=e-this.min;const o=t-Math.round(t/this.stepValue)*(this.stepMultiplier*this.stepValue)/this.stepMultiplier;return t=o>=Number(this.stepValue)/2?t-o+Number(this.stepValue):t-o,t+this.min}}og([He],rg.prototype,"size",2),og([He({attribute:"readonly",mode:"boolean"})],rg.prototype,"readOnly",2),og([$],rg.prototype,"direction",2),og([$],rg.prototype,"isDragging",2),og([$],rg.prototype,"position",2),og([$],rg.prototype,"trackWidth",2),og([$],rg.prototype,"trackMinWidth",2),og([$],rg.prototype,"trackHeight",2),og([$],rg.prototype,"trackLeft",2),og([$],rg.prototype,"trackMinHeight",2),og([$],rg.prototype,"valueTextFormatter",2),og([He({converter:ze})],rg.prototype,"min",2),og([He({converter:ze})],rg.prototype,"max",2),og([He({converter:ze})],rg.prototype,"step",2),og([He],rg.prototype,"orientation",2),og([He],rg.prototype,"mode",2);const ag=j`
|
|
324
|
+
${It("inline-grid")} :host{--thumb-size:18px;--thumb-padding:3px;--thumb-translate:calc(var(--thumb-size) * -0.5 + var(--track-width) / 2);--track-overhang:-2px;--track-width:4px;--fast-slider-height:calc(var(--thumb-size) * 10);--slider-direction:90deg;align-items:center;box-sizing:border-box;outline:none;cursor:pointer;user-select:none;border-radius:var(${gs});touch-action:pan-y;min-width:calc(var(--thumb-size) * 1px);width:100%}:host([size='small']){--thumb-size:14px;--track-width:2px;--thumb-padding:3px}:host([orientation='vertical']){--slider-direction:0deg;height:160px;min-height:var(--thumb-size);touch-action:pan-x;padding:8px 0;width:auto;min-width:auto}:host([disabled]:hover){cursor:initial}:host(:focus-visible){box-shadow:0 0 0 2pt var(${"--colorStrokeFocus2"});outline:1px solid var(${"--colorStrokeFocus1"})}.thumb-cursor:focus{outline:0}.thumb-container{position:absolute;height:var(--thumb-size);width:var(--thumb-size);transition:all 0.2s ease}.thumb-container{transform:translateX(calc(var(--thumb-size) * 0.5)) translateY(calc(var(--thumb-translate) * -1.5))}:host([size='small']) .thumb-container{transform:translateX(calc(var(--thumb-size) * 0.5)) translateY(calc(var(--thumb-translate) * -1.35))}:host([orientation='vertical']) .thumb-container{transform:translateX(calc(var(--thumb-translate) * -1.5)) translateY(calc(var(--thumb-size) * -0.5))}:host([orientation='vertical'][size='small']) .thumb-container{transform:translateX(calc(var(--thumb-translate) * -1.35)) translateY(calc(var(--thumb-size) * -0.5))}.thumb-cursor{height:var(--thumb-size);width:var(--thumb-size);background-color:var(${"--colorBrandBackground"});border-radius:var(${fs});box-shadow:inset 0 0 0 var(--thumb-padding) var(${Mo}),0 0 0 1px var(${"--colorNeutralStroke1"})}.thumb-cursor:hover{background-color:var(${"--colorCompoundBrandBackgroundHover"})}.thumb-cursor:active{background-color:var(${"--colorCompoundBrandBackgroundPressed"})}:host([disabled]) .thumb-cursor{background-color:var(${ro});box-shadow:inset 0 0 0 var(--thumb-padding) var(${Mo}),0 0 0 1px var(${"--colorNeutralStrokeDisabled"})}.positioning-region{position:relative;display:grid}:host([orientation='horizontal']) .positioning-region{margin:0 8px;grid-template-rows:var(--thumb-size) var(--thumb-size)}:host([orientation='vertical']) .positioning-region{margin:8px 0;height:100%;grid-template-columns:var(--thumb-size) var(--thumb-size)}.track{align-self:start;position:absolute;background-color:var(${"--colorNeutralStrokeAccessible"});border-radius:var(${vs});overflow:hidden}:host([step]) .track::after{content:'';position:absolute;border-radius:var(${vs});width:100%;inset:0 2px;background-image:repeating-linear-gradient(
|
|
325
|
+
var(--slider-direction),#0000 0%,#0000 calc(var(--step-rate) - 1px),var(${Mo}) calc(var(--step-rate) - 1px),var(${Mo}) var(--step-rate)
|
|
326
|
+
)}:host([orientation='vertical'][step]) .track::after{inset:-2px 0}:host([disabled]) .track{background-color:var(${"--colorNeutralBackgroundDisabled"})}:host([orientation='horizontal']) .track{right:var(--track-overhang);left:var(--track-overhang);align-self:start;height:var(--track-width);grid-row:2 / auto}:host([orientation='vertical']) .track{top:var(--track-overhang);bottom:var(--track-overhang);width:var(--track-width);height:100%;grid-column:2 / auto}.track-start{background-color:var(${"--colorCompoundBrandBackground"});position:absolute;height:100%;left:0;border-radius:var(${vs})}:host([disabled]) .track-start{background-color:var(${ro})}:host(:hover) .track-start{background-color:var(${"--colorCompoundBrandBackgroundHover"})}:host([disabled]:hover) .track-start{background-color:var(${ro})}.track-start:active{background-color:var(${"--colorCompoundBrandBackgroundPressed"})}:host([orientation='vertical']) .track-start{height:auto;width:100%;bottom:0}`.withBehaviors(At(j`
|
|
327
|
+
.track:hover,.track:active,.track{background:WindowText}.thumb-cursor:hover,.thumb-cursor:active,.thumb-cursor{background:ButtonText}:host(:hover) .track-start,.track-start:active,.track-start{background:Highlight}`));const ng=function(e={}){return ke`<template role="slider" tabindex="${e=>e.disabled?null:0}" aria-valuetext="${e=>e.valueTextFormatter(e.value)}" aria-valuenow="${e=>e.value}" aria-valuemin="${e=>e.min}" aria-valuemax="${e=>e.max}" aria-disabled="${e=>!!e.disabled||void 0}" aria-readonly="${e=>!!e.readOnly||void 0}" aria-orientation="${e=>e.orientation}" class="${e=>e.orientation}"><div part="positioning-region" class="positioning-region"><div ${xe("track")} part="track-container" class="track"><slot name="track"></slot><div part="track-start" class="track-start" style="${e=>e.position}"><slot name="track-start"></slot></div></div><slot></slot><div ${xe("thumb")} part="thumb-container" class="thumb-container" style="${e=>e.position}" @mousedown="${(e,t)=>e.handleThumbMouseDown(t.event)}" @touchstart="${(e,t)=>e.handleThumbMouseDown(t.event)}"><slot name="thumb">${pt(e.thumb)}</slot></div></div></template>`}({thumb:'<div class="thumb-cursor" tabindex="0"></div>'}),ig=rg.compose({name:Lt.prefix+"-slider",template:ng,styles:ag});class sg extends yp{}var lg=Object.defineProperty,cg=Object.getOwnPropertyDescriptor,dg=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?cg(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&lg(t,o,n),n};class ug extends sg{}dg([He],ug.prototype,"size",2),dg([He],ug.prototype,"appearance",2);const hg={primary:"primary",inverted:"inverted"},pg={tiny:"tiny",extraSmall:"extra-small",small:"small",medium:"medium",large:"large",extraLarge:"extra-large",huge:"huge"};const gg=function(e={}){return ke`<template role="progressbar" aria-valuenow="${e=>e.value}" aria-valuemin="${e=>e.min}" aria-valuemax="${e=>e.max}">${we(e=>"number"==typeof e.value,ke`<svg class="progress" part="progress" viewBox="0 0 16 16" slot="determinate"><circle class="background" part="background" cx="8px" cy="8px" r="7px"></circle><circle class="determinate" part="determinate" style="stroke-dasharray: ${e=>44*e.percentComplete/100}px ${44}px" cx="8px" cy="8px" r="7px"></circle></svg>`,ke`<slot name="indeterminate">${pt(e.indeterminateIndicator)}</slot>`)}</template>`}({indeterminateIndicator:'\n <svg class="progress" part="progress" viewBox="0 0 16 16">\n <circle\n class="background"\n part="background"\n cx="8px"\n cy="8px"\n r="7px"\n ></circle>\n <circle\n class="indeterminate-indicator-1"\n part="indeterminate-indicator-1"\n cx="8px"\n cy="8px"\n r="7px"\n ></circle>\n </svg>\n '}),vg=j`
|
|
328
|
+
${It("flex")}
|
|
329
|
+
|
|
330
|
+
:host{display:flex;align-items:center;height:32px;width:32px;contain:content}:host([size='tiny']){height:20px;width:20px}:host([size='extra-small']){height:24px;width:24px}:host([size='small']){height:28px;width:28px}:host([size='large']){height:36px;width:36px}:host([size='extra-large']){height:40px;width:40px}:host([size='huge']){height:44px;width:44px}.progress{height:100%;width:100%}.background{fill:none;stroke:var(${"--colorBrandStroke2"});stroke-width:1.5px}:host([appearance='inverted']) .background{stroke:rgba(255,255,255,0.2)}.determinate{stroke:var(${"--colorBrandStroke1"});fill:none;stroke-width:1.5px;stroke-linecap:round;transform-origin:50% 50%;transform:rotate(-90deg);transition:all 0.2s ease-in-out}:host([appearance='inverted']) .determinite{stroke:var(${"--colorNeutralStrokeOnBrand2"})}.indeterminate-indicator-1{stroke:var(${"--colorBrandStroke1"});fill:none;stroke-width:1.5px;stroke-linecap:round;transform-origin:50% 50%;transform:rotate(-90deg);transition:all 0.2s ease-in-out;animation:spin-infinite 3s cubic-bezier(0.53,0.21,0.29,0.67) infinite}:host([appearance='inverted']) .indeterminate-indicator-1{stroke:var(${"--colorNeutralStrokeOnBrand2"})}@keyframes spin-infinite{0%{stroke-dasharray:0.01px 43.97px;transform:rotate(0deg)}50%{stroke-dasharray:21.99px 21.99px;transform:rotate(450deg)}100%{stroke-dasharray:0.01px 43.97px;transform:rotate(1080deg)}}`,bg=ug.compose({name:Lt.prefix+"-spinner",template:gg,styles:vg});class mg extends et{}class fg extends(id(mg)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var kg=Object.defineProperty,yg=Object.getOwnPropertyDescriptor,xg=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?yg(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&kg(t,o,n),n};class Bg extends fg{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(!this.readOnly)switch(e.key){case"Enter":case" ":this.checked=!this.checked}},this.clickHandler=e=>{this.disabled||this.readOnly||(this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}}xg([He({attribute:"label-position"})],Bg.prototype,"labelPosition",2),xg([He({attribute:"readonly",mode:"boolean"})],Bg.prototype,"readOnly",2),xg([$],Bg.prototype,"defaultSlottedNodes",2);const $g={above:"above",after:"after",before:"before"};const wg=function(e={}){return ke`<template role="switch" aria-checked="${e=>e.checked}" aria-disabled="${e=>e.disabled}" aria-readonly="${e=>e.readOnly}" tabindex="${e=>e.disabled?null:0}" @keypress="${(e,t)=>e.keypressHandler(t.event)}" @click="${(e,t)=>e.clickHandler(t.event)}"><label part="label" class="${e=>e.defaultSlottedNodes&&e.defaultSlottedNodes.length?"label":"label label__hidden"}"><slot ${Ne("defaultSlottedNodes")}></slot></label><div part="switch" class="switch"><slot name="switch">${pt(e.switch)}</slot></div></template>`}({switch:'<span class="checked-indicator" part="checked-indicator"></span>'}),Sg=j`
|
|
331
|
+
${It("inline-flex")}
|
|
332
|
+
|
|
333
|
+
:host{align-items:center;flex-direction:row-reverse;outline:none;user-select:none;contain:content}:host([label-position='before']){flex-direction:row}:host([label-position='above']){flex-direction:column;align-items:flex-start}:host([disabled]) .label,:host([readonly]) .label,:host([readonly]) .switch,:host([disabled]) .switch{cursor:not-allowed}.label{position:relative;color:var(${Mt});line-height:var(${Ms});font-size:var(${ws});font-weight:var(${Is});font-family:var(${ks});padding:var(${"--spacingVerticalXS"}) var(${dl});cursor:pointer}.label__hidden{display:none}.switch{display:flex;align-items:center;padding:0 var(${"--spacingHorizontalXXS"});box-sizing:border-box;width:40px;height:20px;background-color:var(${"--colorTransparentBackground"});border:1px solid var(${"--colorNeutralStrokeAccessible"});border-radius:var(${fs});outline:none;cursor:pointer;margin:var(${$l}) var(${hl})}:host(:hover) .switch{background:none;border-color:var(${"--colorNeutralStrokeAccessibleHover"})}:host(:active) .switch{border-color:var(${"--colorNeutralStrokeAccessiblePressed"})}:host([disabled]) .switch,:host([readonly]) .switch{border:1px solid var(${"--colorNeutralStrokeDisabled"});background-color:none;pointer:default}:host([aria-checked='true']) .switch{background:var(${"--colorCompoundBrandBackground"})}:host([aria-checked='true']:hover) .switch{background:var(${"--colorCompoundBrandBackgroundHover"});border-color:var(${"--colorCompoundBrandBackgroundHover"})}:host([aria-checked='true']:active) .switch{background:var(${"--colorCompoundBrandBackgroundPressed"});border-color:var(${"--colorCompoundBrandBackgroundPressed"})}:host([aria-checked='true'][disabled]) .switch{background:var(${"--colorNeutralBackgroundDisabled"});border-color:var(${"--colorNeutralStrokeDisabled"})}.checked-indicator{height:14px;width:14px;border-radius:50%;margin-inline-start:0;background-color:var(${Ut});transition-duration:var(${"--durationNormal"});transition-timing-function:var(${"--curveEasyEase"});transition-property:margin-inline-start}:host([aria-checked='true']) .checked-indicator{background-color:var(${"--colorNeutralForegroundInverted"});margin-inline-start:calc(100% - 14px)}:host([aria-checked='true']:hover) .checked-indicator{background:var(${"--colorNeutralForegroundInvertedHover"})}:host([aria-checked='true']:active) .checked-indicator{background:var(${"--colorNeutralForegroundInvertedPressed"})}:host(:hover) .checked-indicator{background-color:var(${"--colorNeutralForeground3Hover"})}:host(:active) .checked-indicator{background-color:var(${"--colorNeutralForeground3Pressed"})}:host([disabled]) .checked-indicator,:host([readonly]) .checked-indicator{background:var(${ro})}:host([aria-checked='true'][disabled]) .checked-indicator{background:var(${ro})}:host(:focus-visible){border-color:var(${"--colorTransparentStroke"});outline:var(${"--strokeWidthThick"}) solid var(${"--colorTransparentStroke"});box-shadow:var(${qs}),0 0 0 2px var(${"--colorStrokeFocus2"})}`.withBehaviors(At(j`
|
|
334
|
+
.switch{border-color:InactiveBorder}:host([aria-checked='true']) .switch,:host([aria-checked='true']:active) .switch,:host([aria-checked='true']:hover) .switch{background:Highlight;border-color:Highlight}.checked-indicator,:host(:hover) .checked-indicator,:host(:active) .checked-indicator{background-color:ActiveCaption}:host([aria-checked='true']) .checked-indicator,:host([aria-checked='true']:hover) .checked-indicator,:host([aria-checked='true']:active) .checked-indicator{background-color:ButtonFace}`)),Pg=Bg.compose({name:Lt.prefix+"-switch",template:wg,styles:Sg}),Fg={subtle:"subtle",transparent:"transparent"},Cg={small:"small",medium:"medium",large:"large"},Ng=tt;var Tg=Object.defineProperty,Ag=Object.getOwnPropertyDescriptor,Ig=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Ag(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&Tg(t,o,n),n};class zg extends et{constructor(){super(...arguments),this.orientation=Ng.horizontal,this.prevActiveTabIndex=0,this.activeTabIndex=0,this.change=()=>{this.$emit("change",this.activetab)},this.isDisabledElement=e=>"true"===e.getAttribute("aria-disabled"),this.isHiddenElement=e=>e.hasAttribute("hidden"),this.isFocusableElement=e=>!this.isDisabledElement(e)&&!this.isHiddenElement(e),this.handleTabClick=e=>{const t=e.currentTarget;1===t.nodeType&&this.isFocusableElement(t)&&(this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=this.tabs.indexOf(t),this.setComponent())},this.handleTabKeyDown=e=>{if(this.isHorizontal())switch(e.key){case"ArrowLeft":e.preventDefault(),this.adjustBackward(e);break;case"ArrowRight":e.preventDefault(),this.adjustForward(e)}else switch(e.key){case"ArrowUp":e.preventDefault(),this.adjustBackward(e);break;case"ArrowDown":e.preventDefault(),this.adjustForward(e)}switch(e.key){case"Home":e.preventDefault(),this.adjust(-this.activeTabIndex);break;case"End":e.preventDefault(),this.adjust(this.tabs.length-this.activeTabIndex-1)}}}orientationChanged(){this.$fastController.isConnected&&this.setTabs()}activeidChanged(e,t){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.prevActiveTabIndex=this.tabs.findIndex(t=>t.id===e),this.setTabs())}tabsChanged(){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.setTabs())}tabpanelsChanged(){this.$fastController.isConnected&&this.tabpanels.length<=this.tabs.length&&(this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.setTabs())}getActiveIndex(){return void 0!==this.activeid?-1===this.tabIds.indexOf(this.activeid)?0:this.tabIds.indexOf(this.activeid):0}setTabs(){const e=this.isHorizontal()?"gridColumn":"gridRow";this.activeTabIndex=this.getActiveIndex(),this.tabs.forEach((t,o)=>{if("tab"===t.slot){const e=this.activeTabIndex===o&&this.isFocusableElement(t),r=this.tabIds[o],a=this.tabpanelIds[o];t.setAttribute("id",r),t.setAttribute("aria-selected",e?"true":"false"),t.setAttribute("aria-controls",a),t.addEventListener("click",this.handleTabClick),t.addEventListener("keydown",this.handleTabKeyDown),t.setAttribute("tabindex",e?"0":"-1"),e&&(this.activetab=t,this.activeid=r)}t.style.gridColumn="",t.style.gridRow="",t.style[e]=""+(o+1),this.isHorizontal()?t.classList.remove("vertical"):t.classList.add("vertical")}),this.setTabPanels()}setTabPanels(){this.tabpanels.forEach((e,t)=>{const o=this.tabIds[t],r=this.tabpanelIds[t];e.setAttribute("id",r),e.setAttribute("aria-labelledby",o),this.activeTabIndex!==t?e.setAttribute("hidden",""):e.removeAttribute("hidden")})}getTabIds(){return this.tabs.map(e=>{var t;return null!=(t=e.getAttribute("id"))?t:"tab-"+st()})}getTabPanelIds(){return this.tabpanels.map(e=>{var t;return null!=(t=e.getAttribute("id"))?t:"panel-"+st()})}setComponent(){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.focusTab(),this.change())}isHorizontal(){return this.orientation===Ng.horizontal}adjust(e){const t=this.tabs.filter(e=>this.isFocusableElement(e)),o=t.indexOf(this.activetab),r=nt(0,t.length-1,o+e),a=this.tabs.indexOf(t[r]);a>-1&&this.moveToTabByIndex(this.tabs,a)}adjustForward(e){const t=this.tabs;let o=0;for(o=this.activetab?t.indexOf(this.activetab)+1:1,o===t.length&&(o=0);o<t.length&&t.length>1;){if(this.isFocusableElement(t[o])){this.moveToTabByIndex(t,o);break}if(this.activetab&&o===t.indexOf(this.activetab))break;o+1>=t.length?o=0:o+=1}}adjustBackward(e){const t=this.tabs;let o=0;for(o=this.activetab?t.indexOf(this.activetab)-1:0,o=o<0?t.length-1:o;o>=0&&t.length>1;){if(this.isFocusableElement(t[o])){this.moveToTabByIndex(t,o);break}o-1<0?o=t.length-1:o-=1}}moveToTabByIndex(e,t){const o=e[t];this.activetab=o,this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=t,o.focus(),this.setComponent()}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}Ig([He],zg.prototype,"orientation",2),Ig([He],zg.prototype,"activeid",2),Ig([$],zg.prototype,"tabs",2),Ig([$],zg.prototype,"tabpanels",2);class Lg extends zg{constructor(){super(...arguments),this.activeTabData={x:0,y:0,height:0,width:0},this.previousActiveTabData={x:0,y:0,height:0,width:0},this.activeTabOffset=0,this.activeTabScale=1,this.appearance=Fg.transparent}calculateAnimationProperties(e){this.activeTabOffset=this.getTabPosition(e),this.activeTabScale=this.getTabScale(e)}getTabPosition(e){return this.orientation===Ng.horizontal?this.previousActiveTabData.x-(e.getBoundingClientRect().x-this.getBoundingClientRect().x):this.previousActiveTabData.y-(e.getBoundingClientRect().y-this.getBoundingClientRect().y)}getTabScale(e){return this.orientation===Ng.horizontal?this.previousActiveTabData.width/e.getBoundingClientRect().width:this.previousActiveTabData.height/e.getBoundingClientRect().height}applyUpdatedCSSValues(e){this.calculateAnimationProperties(e),this.setTabScaleCSSVar(),this.setTabOffsetCSSVar()}animationLoop(e){e.setAttribute("data-animate","false"),this.applyUpdatedCSSValues(e),this.previousActiveTabData=this.activeTabData,this.applyUpdatedCSSValues(e),e.setAttribute("data-animate","true")}setTabData(){var e,t,o,r;if(this.tabs&&this.tabs.length>0){const a=this.tabs,n=this.activetab||a[0],i=null==n?void 0:n.getBoundingClientRect(),s=this.getBoundingClientRect();this.activeTabData={x:i.x-s.x,y:i.y-s.y,height:i.height,width:i.width},(null==(e=this.previousActiveTabData)?void 0:e.x)!==(null==(t=this.activeTabData)?void 0:t.x)&&(null==(o=this.previousActiveTabData)?void 0:o.y)!==(null==(r=this.activeTabData)?void 0:r.y)&&(this.previousActiveTabData=this.activeTabData)}}setTabOffsetCSSVar(){this.styles=j`
|
|
335
|
+
:host{--tabIndicatorOffset:${this.activeTabOffset.toString()}px}`,this.$fastController.addStyles(this.styles)}setTabScaleCSSVar(){this.styles=j`
|
|
336
|
+
:host{--tabIndicatorScale:${this.activeTabScale.toString()}}`,this.$fastController.addStyles(this.styles)}activeidChanged(e,t){super.activeidChanged(e,t),this.setTabData(),this.activetab&&this.animationLoop(this.activetab)}tabsChanged(){super.tabsChanged(),this.setTabData()}}Ig([He],Lg.prototype,"appearance",2),Ig([He({mode:"boolean"})],Lg.prototype,"disabled",2),Ig([He],Lg.prototype,"size",2),ft(Lg,vt);const Hg=function(e={}){return ke` ${mt(e)}<div class="tablist" part="tablist" role="tablist"><slot name="tab" ${Ne("tabs")}></slot></div>${bt(e)}<div class="tabpanel" part="tabpanel"><slot name="tabpanel" ${Ne("tabpanels")}></slot></div>`}({}),Og=j`
|
|
337
|
+
${It("grid")}
|
|
338
|
+
|
|
339
|
+
:host{box-sizing:border-box;font-family:var(${ks});font-size:var(${ws});line-height:var(${Ms});color:var(${"--colorNeutralForeground2"});grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr}:host([disabled]){cursor:not-allowed;color:var(${ro})}:host([disabled]) ::slotted(fluent-tab){pointer-events:none;cursor:not-allowed;color:var(${ro})}:host([disabled]) ::slotted(fluent-tab:after){background-color:var(${ro})}:host([disabled]) ::slotted(fluent-tab[aria-selected='true'])::after{background-color:var(${ro})}:host([disabled]) ::slotted(fluent-tab:hover):before{content:unset}:host ::slotted(fluent-tab){border-radius:var(${vs})}:host ::slotted(fluent-tab[aria-selected='true'])::before{background-color:var(${ro})}.tablist{display:grid;grid-template-rows:auto auto;grid-template-columns:auto;position:relative;width:max-content;align-self:end;box-sizing:border-box}::slotted([slot='start']),::slotted([slot='end']){display:flex;align-self:center}::slotted([slot='start']){margin-inline-end:11px}::slotted([slot='end']){margin-inline-start:11px}.tabpanel{grid-row:2;grid-column-start:1;grid-column-end:4;position:relative}:host([orientation='vertical']){grid-template-rows:auto 1fr auto;grid-template-columns:auto 1fr}:host([orientation='vertical']) .tablist{grid-row-start:2;grid-row-end:2;display:grid;grid-template-rows:auto;grid-template-columns:auto 1fr;position:relative;width:max-content;justify-self:end;align-self:flex-start;width:100%}:host([orientation='vertical']) .tabpanel{grid-column:2;grid-row-start:1;grid-row-end:4}:host([orientation='vertical']) ::slotted([slot='end']){grid-row:3}:host([appearance='subtle']) ::slotted(fluent-tab:hover){background-color:var(${"--colorSubtleBackgroundHover"});color:var(${"--colorNeutralForeground1Hover"});fill:var(${"--colorCompoundBrandForeground1Hover"})}:host([appearance='subtle']) ::slotted(fluent-tab:active){background-color:var(${"--colorSubtleBackgroundPressed"});fill:var(${"--colorSubtleBackgroundPressed"});color:var(${Mt})}:host([size='small']) ::slotted(fluent-tab){font-size:var(${ws});line-height:var(${Ms});padding:var(${"--spacingVerticalSNudge"}) var(${"--spacingHorizontalSNudge"})}:host([size='large']) ::slotted(fluent-tab){font-size:var(${Ss});line-height:var(${"--lineHeightBase400"});padding:var(${"--spacingVerticalL"}) var(${"--spacingHorizontalMNudge"})}:host ::slotted(fluent-tab[data-animate='true'])::after{transition-property:transform;transition-duration:var(${"--durationSlow"});transition-timing-function:var(${"--curveDecelerateMax"})}:host ::slotted(fluent-tab)::after{height:var(${"--strokeWidthThicker"});margin-top:auto;transform-origin:left;transform:translateX(var(--tabIndicatorOffset)) scaleX(var(--tabIndicatorScale))}:host([orientation='vertical']) ::slotted(fluent-tab)::after{width:var(${"--strokeWidthThicker"});height:unset;margin-top:unset;transform-origin:top;transform:translateY(var(--tabIndicatorOffset)) scaleY(var(--tabIndicatorScale))}:host ::slotted(fluent-tab)::before{height:var(${"--strokeWidthThicker"});border-radius:var(${fs});content:'';inset:0;position:absolute;margin-top:auto}:host([orientation='vertical']) ::slotted(fluent-tab)::before{height:unset;width:var(${"--strokeWidthThicker"});margin-inline-end:auto;transform-origin:top}:host ::slotted(fluent-tab[aria-selected='false']:hover)::after{height:var(${"--strokeWidthThicker"});margin-top:auto;transform-origin:left}:host([orientation='vertical']) ::slotted(fluent-tab[aria-selected='false']:hover)::after{height:unset;margin-inline-end:auto;transform-origin:top;width:var(${"--strokeWidthThicker"})}:host([orientation='vertical']) ::slotted(fluent-tab){align-items:flex-start;grid-column:2;padding-top:var(${"--spacingVerticalSNudge"});padding-bottom:var(${"--spacingVerticalSNudge"})}:host([orientation='vertical'][size='small']) ::slotted(fluent-tab){padding-top:var(${"--spacingVerticalXXS"});padding-bottom:var(${"--spacingVerticalXXS"})}:host([orientation='vertical'][size='large']) ::slotted(fluent-tab){padding-top:var(${$l});padding-bottom:var(${$l})}:host([size='small']) ::slotted(fluent-tab)::after,:host([size='small']) ::slotted(fluent-tab)::before,:host([size='small']) ::slotted(fluent-tab:hover)::after{right:var(${"--spacingHorizontalSNudge"});left:var(${"--spacingHorizontalSNudge"})}:host ::slotted(fluent-tab)::after,:host ::slotted(fluent-tab)::before,:host ::slotted(fluent-tab:hover)::after{right:var(${"--spacingHorizontalMNudge"});left:var(${"--spacingHorizontalMNudge"})}:host([size='large']) ::slotted(fluent-tab)::after,:host([size='large']) ::slotted(fluent-tab)::before,:host([size='large']) ::slotted(fluent-tab:hover)::after{right:var(${"--spacingHorizontalMNudge"});left:var(${"--spacingHorizontalMNudge"})}:host([orientation='vertical'][size='small']) ::slotted(fluent-tab)::after,:host([orientation='vertical'][size='small']) ::slotted(fluent-tab)::before,:host([orientation='vertical'][size='small']) ::slotted(fluent-tab:hover)::after{right:0;left:0;top:var(${"--spacingVerticalSNudge"});bottom:var(${"--spacingVerticalSNudge"})}:host([orientation='vertical']) ::slotted(fluent-tab)::after,:host([orientation='vertical']) ::slotted(fluent-tab)::before,:host([orientation='vertical']) ::slotted(fluent-tab:hover)::after{right:0;left:0;top:var(${$l});bottom:var(${$l})}:host([orientation='vertical'][size='large']) ::slotted(fluent-tab)::after,:host([orientation='vertical'][size='large']) ::slotted(fluent-tab)::before,:host([orientation='vertical'][size='large']) ::slotted(fluent-tab:hover)::after{right:0;left:0;top:var(${"--spacingVerticalMNudge"});bottom:var(${"--spacingVerticalMNudge"})}`,Dg=Lg.compose({name:Lt.prefix+"-tabs",template:Hg,styles:Og});var Mg=Object.defineProperty,Eg=Object.getOwnPropertyDescriptor;class Rg extends et{connectedCallback(){super.connectedCallback(),void 0!==this.styles&&this.$fastController.removeStyles(this.styles),this.styles=j`
|
|
340
|
+
:host{--textContent:'${this.textContent}'}`,this.$fastController.addStyles(this.styles)}}((e,t,o,r)=>{for(var a,n=r>1?void 0:r?Eg(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);r&&n&&Mg(t,o,n)})([He({mode:"boolean"})],Rg.prototype,"disabled",2),ft(Rg,vt);const jg=function(e={}){return ke`<template slot="tab" role="tab" aria-disabled="${e=>e.disabled}">${mt(e)}<span class="tab-content"><slot></slot></span>${bt(e)}</template>`}({}),Vg=j`
|
|
341
|
+
${It("inline-flex")}
|
|
342
|
+
|
|
343
|
+
:host{position:relative;flex-direction:column;cursor:pointer;box-sizing:border-box;justify-content:center;line-height:var(${Ms});font-family:var(${ks});font-size:var(${ws});color:var(${"--colorNeutralForeground2"});fill:currentcolor;grid-row:1;padding:var(${"--spacingHorizontalM"}) var(${"--spacingHorizontalMNudge"});border-radius:var(${vs})}:host .tab-content{display:inline-flex;flex-direction:column;padding:0 2px}:host([aria-selected='true']){color:var(${Mt});font-weight:var(${Ls})}:host .tab-content::after{content:var(--textContent);visibility:hidden;height:0;line-height:var(${Ms});font-weight:var(${Ls})}:host([aria-selected='true'])::after{background-color:var(${"--colorCompoundBrandStroke"});border-radius:var(${fs});content:'';inset:0;position:absolute;z-index:2}:host([aria-selected='false']:hover)::after{background-color:var(${"--colorNeutralStroke1Hover"});border-radius:var(${fs});content:'';inset:0;position:absolute;z-index:1}:host([aria-selected='true'][disabled])::after{background-color:var(${ro})}::slotted([slot='start']),::slotted([slot='end']){display:flex}::slotted([slot='start']){margin-inline-end:11px}::slotted([slot='end']){margin-inline-start:11px}:host([disabled]){cursor:not-allowed;fill:var(${ro});color:var(${ro})}:host([disabled]:hover)::after{background-color:unset}:host(:focus){outline:none}:host(:focus-visible){border-radius:var(${gs});box-shadow:0 0 0 3px var(${"--colorStrokeFocus2"});outline:1px solid var(${"--colorStrokeFocus1"})}`.withBehaviors(At(j`
|
|
344
|
+
:host([aria-selected='true'])::after{background-color:Highlight}`)),_g=Rg.compose({name:Lt.prefix+"-tab",template:jg,styles:Vg});class Gg extends et{}const Xg=ke`<template slot="tabpanel" role="tabpanel"><slot></slot></template>`,Wg=j`
|
|
345
|
+
${It("block")}
|
|
346
|
+
|
|
347
|
+
:host{box-sizing:border-box;padding:var(${"--spacingHorizontalM"}) var(${"--spacingHorizontalMNudge"})}`,qg=Gg.compose({name:Lt.prefix+"-tab-panel",template:Xg,styles:Wg});var Yg=Object.defineProperty,Ug=Object.getOwnPropertyDescriptor,Kg=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?Ug(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&Yg(t,o,n),n};class Qg extends et{constructor(){super(...arguments),this.nowrap=!1,this.truncate=!1,this.italic=!1,this.underline=!1,this.strikethrough=!1,this.block=!1}}Kg([He({mode:"boolean"})],Qg.prototype,"nowrap",2),Kg([He({mode:"boolean"})],Qg.prototype,"truncate",2),Kg([He({mode:"boolean"})],Qg.prototype,"italic",2),Kg([He({mode:"boolean"})],Qg.prototype,"underline",2),Kg([He({mode:"boolean"})],Qg.prototype,"strikethrough",2),Kg([He({mode:"boolean"})],Qg.prototype,"block",2),Kg([He],Qg.prototype,"size",2),Kg([He],Qg.prototype,"font",2),Kg([He],Qg.prototype,"weight",2),Kg([He],Qg.prototype,"align",2);const Zg={_100:"100",_200:"200",_300:"300",_400:"400",_500:"500",_600:"600",_700:"700",_800:"800",_900:"900",_1000:"1000"},Jg={base:"base",numeric:"numeric",monospace:"monospace"},ev={medium:"medium",regular:"regular",semibold:"semibold",bold:"bold"},tv={start:"start",end:"end",center:"center",justify:"justify"},ov=ke`<slot></slot>`,rv=j`
|
|
348
|
+
${It("inline")}
|
|
349
|
+
|
|
350
|
+
:host{contain:content}::slotted(*){font-family:var(${ks});font-size:var(${ws});line-height:var(${Ms});font-weight:var(${Is});text-align:start;white-space:normal;overflow:visible;text-overflow:clip;margin:0;display:inline}:host([nowrap]) ::slotted(*){white-space:nowrap;overflow:hidden}:host([truncate]) ::slotted(*){text-overflow:ellipsis}:host([block]),:host([block]) ::slotted(*){display:block}:host([italic]) ::slotted(*){font-style:italic}:host([underline]) ::slotted(*){text-decoration-line:underline}:host([strikethrough]) ::slotted(*){text-decoration-line:line-through}:host([underline][strikethrough]) ::slotted(*){text-decoration-line:line-through underline}:host([size='100']) ::slotted(*){font-size:var(${"--fontSizeBase100"});line-height:var(${"--lineHeightBase100"})}:host([size='200']) ::slotted(*){font-size:var(${$s});line-height:var(${Ds})}:host([size='400']) ::slotted(*){font-size:var(${Ss});line-height:var(${"--lineHeightBase400"})}:host([size='500']) ::slotted(*){font-size:var(${"--fontSizeBase500"});line-height:var(${"--lineHeightBase500"})}:host([size='600']) ::slotted(*){font-size:var(${"--fontSizeBase600"});line-height:var(${"--lineHeightBase600"})}:host([size='700']) ::slotted(*){font-size:var(${"--fontSizeHero700"});line-height:var(${"--lineHeightHero700"})}:host([size='800']) ::slotted(*){font-size:var(${"--fontSizeHero800"});line-height:var(${"--lineHeightHero800"})}:host([size='900']) ::slotted(*){font-size:var(${"--fontSizeHero900"});line-height:var(${"--lineHeightHero900"})}:host([size='1000']) ::slotted(*){font-size:var(${"--fontSizeHero1000"});line-height:var(${"--lineHeightHero1000"})}:host([font='monospace']) ::slotted(*){font-family:var(${"--fontFamilyMonospace"})}:host([font='numeric']) ::slotted(*){font-family:var(${"--fontFamilyNumeric"})}:host([weight='medium']) ::slotted(*){font-weight:var(${"--fontWeightMedium"})}:host([weight='semibold']) ::slotted(*){font-weight:var(${Ls})}:host([weight='bold']) ::slotted(*){font-weight:var(${"--fontWeightBold"})}:host([align='center']) ::slotted(*){text-align:center}:host([align='end']) ::slotted(*){text-align:end}:host([align='justify']) ::slotted(*){text-align:justify}`,av=Qg.compose({name:Lt.prefix+"-text",template:ov,styles:rv}),nv={small:"small",medium:"medium",large:"large"},iv={outline:"outline",underline:"underline",filledLighter:"filled-lighter",filledDarker:"filled-darker"},sv={email:"email",password:"password",tel:"tel",text:"text",url:"url"};class lv extends et{}class cv extends(nd(lv)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var dv=Object.defineProperty,uv=Object.getOwnPropertyDescriptor,hv=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?uv(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&dv(t,o,n),n};class pv extends cv{constructor(){super(...arguments),this.type=sv.text}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly,this.validate())}autofocusChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.autofocus=this.autofocus,this.validate())}placeholderChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.placeholder=this.placeholder)}typeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.type=this.type,this.validate())}listChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.setAttribute("list",this.list),this.validate())}maxlengthChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.maxLength=this.maxlength,this.validate())}minlengthChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.minLength=this.minlength,this.validate())}patternChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.pattern=this.pattern,this.validate())}sizeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.size=this.size)}spellcheckChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.spellcheck=this.spellcheck)}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type",this.type),this.validate(),this.autofocus&&f.enqueue(()=>{this.focus()})}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.value=this.control.value}handleChange(){this.$emit("change")}validate(){super.validate(this.control)}}hv([He({attribute:"control-size"})],pv.prototype,"controlSize",2),hv([He],pv.prototype,"appearance",2),hv([He({attribute:"readonly",mode:"boolean"})],pv.prototype,"readOnly",2),hv([He({mode:"boolean"})],pv.prototype,"autofocus",2),hv([He],pv.prototype,"placeholder",2),hv([He],pv.prototype,"type",2),hv([He],pv.prototype,"list",2),hv([He({converter:ze})],pv.prototype,"maxlength",2),hv([He({converter:ze})],pv.prototype,"minlength",2),hv([He],pv.prototype,"pattern",2),hv([He({converter:ze})],pv.prototype,"size",2),hv([He({mode:"boolean"})],pv.prototype,"spellcheck",2),hv([$],pv.prototype,"defaultSlottedNodes",2);class gv{}ft(gv,ut),ft(pv,vt,gv);const vv=function(e={}){return ke`<label part="label" for="control" class="${e=>e.defaultSlottedNodes&&e.defaultSlottedNodes.length?"label":"label label__hidden"}"><slot ${Ne({property:"defaultSlottedNodes",filter:gt})}></slot></label><div class="root" part="root">${mt(e)}<input class="control" part="control" id="control" @input="${e=>e.handleTextInput()}" @change="${e=>e.handleChange()}" ?autofocus="${e=>e.autofocus}" ?disabled="${e=>e.disabled}" list="${e=>e.list}" maxlength="${e=>e.maxlength}" name="${e=>e.name}" minlength="${e=>e.minlength}" pattern="${e=>e.pattern}" placeholder="${e=>e.placeholder}" ?readonly="${e=>e.readOnly}" ?required="${e=>e.required}" size="${e=>e.size}" ?spellcheck="${e=>e.spellcheck}" :value="${e=>e.value}" type="${e=>e.type}" aria-atomic="${e=>e.ariaAtomic}" aria-busy="${e=>e.ariaBusy}" aria-controls="${e=>e.ariaControls}" aria-current="${e=>e.ariaCurrent}" aria-describedby="${e=>e.ariaDescribedby}" aria-details="${e=>e.ariaDetails}" aria-disabled="${e=>e.ariaDisabled}" aria-errormessage="${e=>e.ariaErrormessage}" aria-flowto="${e=>e.ariaFlowto}" aria-haspopup="${e=>e.ariaHaspopup}" aria-hidden="${e=>e.ariaHidden}" aria-invalid="${e=>e.ariaInvalid}" aria-keyshortcuts="${e=>e.ariaKeyshortcuts}" aria-label="${e=>e.ariaLabel}" aria-labelledby="${e=>e.ariaLabelledby}" aria-live="${e=>e.ariaLive}" aria-owns="${e=>e.ariaOwns}" aria-relevant="${e=>e.ariaRelevant}" aria-roledescription="${e=>e.ariaRoledescription}" ${xe("control")} />${bt(e)}</div>`}(),bv=j`
|
|
351
|
+
${It("block")}
|
|
352
|
+
|
|
353
|
+
:host{font-family:var(${ks});font-size:var(${ws});font-weight:var(${Is});line-height:var(${Ms});max-width:400px}.label{display:flex;color:var(${Mt});padding-bottom:var(${"--spacingVerticalXS"});flex-shrink:0;padding-inline-end:var(${dl})}.label__hidden{display:none}.root{position:relative;box-sizing:border-box;height:32px;display:inline-flex;align-items:center;flex-direction:row;width:100%;padding:0 var(${"--spacingHorizontalMNudge"});border:var(${al}) solid var(${"--colorNeutralStroke1"});border-bottom-color:var(${"--colorNeutralStrokeAccessible"});border-radius:var(${vs});gap:var(${"--spacingHorizontalXXS"})}.root::after{box-sizing:border-box;content:'';position:absolute;left:-1px;bottom:0px;right:-1px;height:max(2px,var(${vs}));border-radius:0 0 var(${vs}) var(${vs});border-bottom:2px solid var(${"--colorCompoundBrandStroke"});clip-path:inset(calc(100% - 2px) 1px 0px);transform:scaleX(0);transition-property:transform;transition-duration:var(${"--durationUltraFast"});transition-delay:var(${"--curveAccelerateMid"})}.control{width:100%;height:100%;box-sizing:border-box;color:var(${Mt});border-radius:var(${vs});background:var(${"--colorTransparentBackground"});font-family:var(${ks});font-weight:var(${Is});font-size:var(${ws});border:none;background:transparent;vertical-align:center}.control:focus-visible{outline:0;border:0}.control::placeholder{color:var(${"--colorNeutralForeground4"})}:host ::slotted([slot='start']),:host ::slotted([slot='end']){display:flex;align-items:center;justify-content:center;color:var(${Ut});font-size:var(${"--fontSizeBase500"})}:host ::slotted([slot='start']){padding-right:var(${"--spacingHorizontalXXS"})}:host ::slotted([slot='end']){padding-left:var(${"--spacingHorizontalXXS"});gap:var(${dl})}:host(:hover) .root{border-color:var(${"--colorNeutralStroke1Hover"});border-bottom-color:var(${"--colorNeutralStrokeAccessibleHover"})}:host(:active) .root{border-color:var(${"--colorNeutralStroke1Pressed"})}:host(:focus-within) .root{outline:transparent solid 2px;border-bottom:0}:host(:focus-within) .root::after{transform:scaleX(1);transition-property:transform;transition-duration:var(${"--durationNormal"});transition-delay:var(${"--curveDecelerateMid"})}:host(:focus-within:active) .root:after{border-bottom-color:var(${"--colorCompoundBrandStrokePressed"})}:host([appearance='outline']:focus-within) .root{border:var(${al}) solid var(${"--colorNeutralStroke1"})}:host(:focus-within) .control{color:var(${Mt})}:host([disabled]) .root{background:var(${"--colorTransparentBackground"});border:var(${al}) solid var(${"--colorNeutralStrokeDisabled"})}:host([disabled]) .control::placeholder,:host([disabled]) ::slotted([slot='start']),:host([disabled]) ::slotted([slot='end']){color:var(${ro})}::selection{color:var(${"--colorNeutralForegroundInverted"});background-color:var(${"--colorNeutralBackgroundInverted"})}:host([control-size='small']) .control{font-size:var(${$s});font-weight:var(${Is});line-height:var(${Ds})}:host([control-size='small']) .root{height:24px;gap:var(${"--spacingHorizontalXXS"});padding:0 var(${"--spacingHorizontalSNudge"})}:host([control-size='small']) ::slotted([slot='start']),:host([control-size='small']) ::slotted([slot='end']){font-size:var(${Ss})}:host([control-size='large']) .control{font-size:var(${Ss});font-weight:var(${Is});line-height:var(${"--lineHeightBase400"})}:host([control-size='large']) .root{height:40px;gap:var(${hl});padding:0 var(${"--spacingHorizontalM"})}:host([control-size='large']) ::slotted([slot='start']),:host([control-size='large']) ::slotted([slot='end']){font-size:var(${"--fontSizeBase600"})}:host([appearance='underline']) .root{background:var(${"--colorTransparentBackground"});border:0;border-radius:0;border-bottom:var(${al}) solid var(${"--colorNeutralStrokeAccessible"})}:host([appearance='underline']:hover) .root{border-bottom-color:var(${"--colorNeutralStrokeAccessibleHover"})}:host([appearance='underline']:active) .root{border-bottom-color:var(${"--colorNeutralStrokeAccessiblePressed"})}:host([appearance='underline']:focus-within) .root{border:0;border-bottom-color:var(${"--colorNeutralStrokeAccessiblePressed"})}:host([appearance='underline'][disabled]) .root{border-bottom-color:var(${"--colorNeutralStrokeDisabled"})}:host([appearance='filled-lighter']) .root,:host([appearance='filled-darker']) .root{border:var(${al}) solid var(${"--colorTransparentStroke"});box-shadow:var(${"--shadow2"})}:host([appearance='filled-lighter']) .root{background:var(${Mo})}:host([appearance='filled-darker']) .root{background:var(${"--colorNeutralBackground3"})}:host([appearance='filled-lighter']:hover) .root,:host([appearance='filled-darker']:hover) .root{border-color:var(${"--colorTransparentStrokeInteractive"})}:host([appearance='filled-lighter']:active) .root,:host([appearance='filled-darker']:active) .root{border-color:var(${"--colorTransparentStrokeInteractive"});background:var(${"--colorNeutralBackground3"})}`,mv=pv.compose({name:Lt.prefix+"-text-input",template:vv,styles:bv});var fv=Object.defineProperty,kv=Object.getOwnPropertyDescriptor,yv=(e,t,o,r)=>{for(var a,n=r>1?void 0:r?kv(t,o):t,i=e.length-1;i>=0;i--)(a=e[i])&&(n=(r?a(t,o,n):a(n))||n);return r&&n&&fv(t,o,n),n};class xv extends hd{constructor(){super(),this.dirtyChecked=!1,this.checkedAttribute=!1,this.defaultChecked=!1,this.checked=!1,this.currentChecked=!1,this.handleToggleButtonClick=e=>{this.disabled||this.disabledFocusable||(this.checked=!this.checked)},this.dirtyChecked=!1}checkedAttributeChanged(){this.defaultChecked=this.checkedAttribute}defaultCheckedChanged(){this.dirtyChecked||(this.checked=this.defaultChecked,this.dirtyChecked=!1)}checkedChanged(e,t){this.$fastController.isConnected&&(this.dirtyChecked||(this.dirtyChecked=!0),this.currentChecked=this.checked,this.setAttribute("aria-pressed",""+this.currentChecked),void 0!==e&&this.$emit("change"))}currentCheckedChanged(e,t){this.checked=this.currentChecked}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this.handleToggleButtonClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this.handleToggleButtonClick)}}yv([He({attribute:"checked",mode:"boolean"})],xv.prototype,"checkedAttribute",2),yv([$],xv.prototype,"defaultChecked",2),yv([$],xv.prototype,"checked",2),yv([He({attribute:"current-checked",mode:"boolean"})],xv.prototype,"currentChecked",2);const Bv=tc,$v=oc,wv=rc,Sv=gd(),Pv=j`
|
|
354
|
+
${dc}
|
|
355
|
+
|
|
356
|
+
:host([aria-pressed="true"]) .control{border-color:var(${"--colorNeutralStroke1"});background-color:var(${"--colorNeutralBackground1Selected"});color:var(${Mt});border-width:var(${al})}:host([aria-pressed='true']:hover) .control{border-color:var(${"--colorNeutralStroke1Hover"});background-color:var(${"--colorNeutralBackground1Hover"})}:host([aria-pressed='true']:active) .control{border-color:var(${"--colorNeutralStroke1Pressed"});background-color:var(${"--colorNeutralBackground1Pressed"})}:host([aria-pressed='true'][appearance='primary']) .control{border-color:transparent;background-color:var(${"--colorBrandBackgroundSelected"});color:var(${"--colorNeutralForegroundOnBrand"})}:host([aria-pressed='true'][appearance='primary']:hover) .control{background-color:var(${"--colorBrandBackgroundHover"})}:host([aria-pressed='true'][appearance='primary']:active) .control{background-color:var(${"--colorBrandBackgroundPressed"})}:host([aria-pressed='true'][appearance='subtle']) .control{border-color:transparent;background-color:var(${"--colorSubtleBackgroundSelected"});color:var(${"--colorNeutralForeground2Selected"})}:host([aria-pressed='true'][appearance='subtle']:hover) .control{background-color:var(${"--colorSubtleBackgroundHover"});color:var(${"--colorNeutralForeground2Hover"})}:host([aria-pressed='true'][appearance='subtle']:active) .control{background-color:var(${"--colorSubtleBackgroundPressed"});color:var(${"--colorNeutralForeground2Pressed"})}:host([aria-pressed='true'][appearance='outline']) .control,:host([aria-pressed='true'][appearance='transparent']) .control{background-color:var(${"--colorTransparentBackgroundSelected"})}:host([aria-pressed='true'][appearance='outline']:hover) .control,:host([aria-pressed='true'][appearance='transparent']:hover) .control{background-color:var(${"--colorTransparentBackgroundHover"})}:host([aria-pressed='true'][appearance='outline']:active) .control,:host([aria-pressed='true'][appearance='transparent']:active) .control{background-color:var(${"--colorTransparentBackgroundPressed"})}:host([aria-pressed='true'][appearance='transparent']) .control{border-color:transparent;color:var(${"--colorNeutralForeground2BrandSelected"})}:host([aria-pressed='true'][appearance='transparent']:hover) .control{color:var(${"--colorNeutralForeground2BrandHover"})}:host([aria-pressed='true'][appearance='transparent']:active) .control{color:var(${"--colorNeutralForeground2BrandPressed"})}`.withBehaviors(At(j`
|
|
357
|
+
:host([aria-pressed='true']) .control,:host([aria-pressed='true'][appearance='primary']) .control,:host([aria-pressed='true'][appearance='subtle']) .control,:host([aria-pressed='true'][appearance='outline']) .control,:host([aria-pressed='true'][appearance='transparent']) .control,:host([aria-pressed='true'][appearance='transparent']) .control{background:SelectedItem;color:SelectedItemText}`)),Fv=xv.compose({name:Lt.prefix+"-toggle-button",template:Sv,styles:Pv,shadowOptions:{delegatesFocus:!0}}),Cv=Object.keys(Wl),Nv=e=>{for(const t of Cv)document.body.style.setProperty(Wl[t],e[t])},Tv=(e,t)=>{for(const o of Cv)e.style.setProperty(Wl[o],t[o])};export{Ct as Accordion,Bt as AccordionItem,Dt as AccordionItemExpandIconPosition,Ot as AccordionItemSize,Jl as AnchorButton,nc as AnchorButtonAppearance,hc as AnchorButtonDefinition,ic as AnchorButtonShape,sc as AnchorButtonSize,cc as AnchorButtonTemplate,lc as AnchorTarget,Nc as Avatar,kc as AvatarActive,xc as AvatarAppearance,$c as AvatarColor,Dc as AvatarDefinition,Bc as AvatarNamedColor,yc as AvatarShape,wc as AvatarSize,Oc as AvatarStyles,Ic as AvatarTemplate,Xc as Badge,Mc as BadgeAppearance,Ec as BadgeColor,od as BadgeDefinition,Rc as BadgeShape,jc as BadgeSize,td as BadgeStyles,qc as BadgeTemplate,zg as BaseTabs,hd as Button,tc as ButtonAppearance,bd as ButtonDefinition,oc as ButtonShape,rc as ButtonSize,dc as ButtonStyles,vd as ButtonTemplate,ac as ButtonType,Bd as Checkbox,Cd as CheckboxDefinition,Sd as CheckboxLabelPosition,$d as CheckboxShape,wd as CheckboxSize,Fd as CheckboxStyles,Pd as CheckboxTemplate,Nd as CompoundButton,Td as CompoundButtonAppearance,Hd as CompoundButtonDefinition,Ad as CompoundButtonShape,Id as CompoundButtonSize,Ld as CompoundButtonStyles,zd as CompoundButtonTemplate,Ed as CounterBadge,Rd as CounterBadgeAppearance,jd as CounterBadgeColor,Wd as CounterBadgeDefinition,Vd as CounterBadgeShape,_d as CounterBadgeSize,Xd as CounterBadgeStyles,Gd as CounterBadgeTemplate,pd as DelegatesARIAButton,ec as DelegatesARIALink,gv as DelegatesARIATextbox,su as Dialog,ph as DialogDefinition,hh as DialogStyles,cu as DialogTemplate,xh as Divider,bh as DividerAlignContent,mh as DividerAppearance,wh as DividerDefinition,vh as DividerOrientation,gh as DividerRole,$h as DividerStyles,Bh as DividerTemplate,Lt as FluentDesignSystem,Ch as Image,zh as ImageDefinition,Nh as ImageFit,Th as ImageShape,Ih as ImageStyles,Ah as ImageTemplate,Dh as Label,Rh as LabelDefinition,Mh as LabelStyles,Eh as LabelTemplate,Gh as Menu,Yh as MenuButton,Uh as MenuButtonAppearance,Jh as MenuButtonDefinition,Kh as MenuButtonShape,Qh as MenuButtonSize,dc as MenuButtonStyles,Zh as MenuButtonTemplate,qh as MenuDefinition,np as MenuItem,cp as MenuItemDefinition,ep as MenuItemRole,lp as MenuItemStyles,sp as MenuItemTemplate,pp as MenuList,bp as MenuListDefinition,vp as MenuListStyles,gp as MenuListTemplate,Wh as MenuStyles,Xh as MenuTemplate,wp as ProgressBar,Tp as ProgressBarDefinition,Pp as ProgressBarShape,Cp as ProgressBarStyles,Np as ProgressBarTemplate,Sp as ProgressBarThickness,Fp as ProgressBarValidationState,Op as Radio,Ep as RadioDefinition,Gp as RadioGroup,qp as RadioGroupDefinition,Xp as RadioGroupStyles,Wp as RadioGroupTemplate,Dp as RadioStyles,Mp as RadioTemplate,rg as Slider,ig as SliderDefinition,Kp as SliderMode,Up as SliderOrientation,Yp as SliderSize,ag as SliderStyles,ng as SliderTemplate,ug as Spinner,hg as SpinnerAppearance,bg as SpinnerDefinition,pg as SpinnerSize,vg as SpinnerStyles,gg as SpinnerTemplate,Bg as Switch,Pg as SwitchDefinition,$g as SwitchLabelPosition,Sg as SwitchStyles,wg as SwitchTemplate,Rg as Tab,_g as TabDefinition,Gg as TabPanel,qg as TabPanelDefinition,Wg as TabPanelStyles,Xg as TabPanelTemplate,Vg as TabStyles,jg as TabTemplate,Lg as Tabs,Fg as TabsAppearance,Dg as TabsDefinition,Ng as TabsOrientation,Cg as TabsSize,Og as TabsStyles,Hg as TabsTemplate,Qg as Text,tv as TextAlign,av as TextDefinition,sv as TextFieldType,Jg as TextFont,pv as TextInput,iv as TextInputAppearance,nv as TextInputControlSize,mv as TextInputDefinition,bv as TextInputStyles,vv as TextInputTemplate,Zg as TextSize,rv as TextStyles,ov as TextTemplate,ev as TextWeight,xv as ToggleButton,Bv as ToggleButtonAppearance,Fv as ToggleButtonDefinition,$v as ToggleButtonShape,wv as ToggleButtonSize,Pv as ToggleButtonStyles,Sv as ToggleButtonTemplate,Ht as accordionDefinition,Ul as accordionItemDefinition,ql as accordionItemStyles,Yl as accordionItemTemplate,zt as accordionStyles,Nt as accordionTemplate,fs as borderRadiusCircular,bs as borderRadiusLarge,vs as borderRadiusMedium,ps as borderRadiusNone,gs as borderRadiusSmall,ms as borderRadiusXLarge,Cr as colorBackgroundOverlay,Tr as colorBrandBackground,Mr as colorBrandBackground2,Ar as colorBrandBackgroundHover,Er as colorBrandBackgroundInverted,Rr as colorBrandBackgroundInvertedHover,jr as colorBrandBackgroundInvertedPressed,Vr as colorBrandBackgroundInvertedSelected,Ir as colorBrandBackgroundPressed,zr as colorBrandBackgroundSelected,Dr as colorBrandBackgroundStatic,Co as colorBrandForeground1,No as colorBrandForeground2,Ao as colorBrandForegroundInverted,Io as colorBrandForegroundInvertedHover,zo as colorBrandForegroundInvertedPressed,ao as colorBrandForegroundLink,no as colorBrandForegroundLinkHover,io as colorBrandForegroundLinkPressed,so as colorBrandForegroundLinkSelected,Lo as colorBrandForegroundOnLight,Ho as colorBrandForegroundOnLightHover,Oo as colorBrandForegroundOnLightPressed,Do as colorBrandForegroundOnLightSelected,Ba as colorBrandShadowAmbient,$a as colorBrandShadowKey,aa as colorBrandStroke1,na as colorBrandStroke2,Lr as colorCompoundBrandBackground,Hr as colorCompoundBrandBackgroundHover,Or as colorCompoundBrandBackgroundPressed,po as colorCompoundBrandForeground1,go as colorCompoundBrandForeground1Hover,vo as colorCompoundBrandForeground1Pressed,ia as colorCompoundBrandStroke,sa as colorCompoundBrandStrokeHover,la as colorCompoundBrandStrokePressed,Mo as colorNeutralBackground1,Eo as colorNeutralBackground1Hover,Ro as colorNeutralBackground1Pressed,jo as colorNeutralBackground1Selected,Vo as colorNeutralBackground2,_o as colorNeutralBackground2Hover,Go as colorNeutralBackground2Pressed,Xo as colorNeutralBackground2Selected,Wo as colorNeutralBackground3,qo as colorNeutralBackground3Hover,Yo as colorNeutralBackground3Pressed,Uo as colorNeutralBackground3Selected,Ko as colorNeutralBackground4,Qo as colorNeutralBackground4Hover,Zo as colorNeutralBackground4Pressed,Jo as colorNeutralBackground4Selected,er as colorNeutralBackground5,tr as colorNeutralBackground5Hover,or as colorNeutralBackground5Pressed,rr as colorNeutralBackground5Selected,ar as colorNeutralBackground6,Br as colorNeutralBackgroundDisabled,nr as colorNeutralBackgroundInverted,$r as colorNeutralBackgroundInvertedDisabled,ir as colorNeutralBackgroundStatic,Mt as colorNeutralForeground1,Et as colorNeutralForeground1Hover,Rt as colorNeutralForeground1Pressed,jt as colorNeutralForeground1Selected,To as colorNeutralForeground1Static,Vt as colorNeutralForeground2,Wt as colorNeutralForeground2BrandHover,qt as colorNeutralForeground2BrandPressed,Yt as colorNeutralForeground2BrandSelected,_t as colorNeutralForeground2Hover,lo as colorNeutralForeground2Link,co as colorNeutralForeground2LinkHover,uo as colorNeutralForeground2LinkPressed,ho as colorNeutralForeground2LinkSelected,Gt as colorNeutralForeground2Pressed,Xt as colorNeutralForeground2Selected,Ut as colorNeutralForeground3,Jt as colorNeutralForeground3BrandHover,eo as colorNeutralForeground3BrandPressed,to as colorNeutralForeground3BrandSelected,Kt as colorNeutralForeground3Hover,Qt as colorNeutralForeground3Pressed,Zt as colorNeutralForeground3Selected,oo as colorNeutralForeground4,ro as colorNeutralForegroundDisabled,mo as colorNeutralForegroundInverted,xo as colorNeutralForegroundInverted2,Fo as colorNeutralForegroundInvertedDisabled,fo as colorNeutralForegroundInvertedHover,$o as colorNeutralForegroundInvertedLink,wo as colorNeutralForegroundInvertedLinkHover,So as colorNeutralForegroundInvertedLinkPressed,Po as colorNeutralForegroundInvertedLinkSelected,ko as colorNeutralForegroundInvertedPressed,yo as colorNeutralForegroundInvertedSelected,bo as colorNeutralForegroundOnBrand,Bo as colorNeutralForegroundStaticInverted,ba as colorNeutralShadowAmbient,ya as colorNeutralShadowAmbientDarker,fa as colorNeutralShadowAmbientLighter,ma as colorNeutralShadowKey,xa as colorNeutralShadowKeyDarker,ka as colorNeutralShadowKeyLighter,wr as colorNeutralStencil1,Pr as colorNeutralStencil1Alpha,Sr as colorNeutralStencil2,Fr as colorNeutralStencil2Alpha,qr as colorNeutralStroke1,Yr as colorNeutralStroke1Hover,Ur as colorNeutralStroke1Pressed,Kr as colorNeutralStroke1Selected,Qr as colorNeutralStroke2,Zr as colorNeutralStroke3,_r as colorNeutralStrokeAccessible,Gr as colorNeutralStrokeAccessibleHover,Xr as colorNeutralStrokeAccessiblePressed,Wr as colorNeutralStrokeAccessibleSelected,ca as colorNeutralStrokeDisabled,da as colorNeutralStrokeInvertedDisabled,Jr as colorNeutralStrokeOnBrand,ea as colorNeutralStrokeOnBrand2,ta as colorNeutralStrokeOnBrand2Hover,oa as colorNeutralStrokeOnBrand2Pressed,ra as colorNeutralStrokeOnBrand2Selected,Dn as colorPaletteAnchorBackground2,Mn as colorPaletteAnchorBorderActive,En as colorPaletteAnchorForeground2,Rn as colorPaletteBeigeBackground2,jn as colorPaletteBeigeBorderActive,Vn as colorPaletteBeigeForeground2,dn as colorPaletteBerryBackground1,un as colorPaletteBerryBackground2,hn as colorPaletteBerryBackground3,gn as colorPaletteBerryBorder1,vn as colorPaletteBerryBorder2,pn as colorPaletteBerryBorderActive,bn as colorPaletteBerryForeground1,mn as colorPaletteBerryForeground2,fn as colorPaletteBerryForeground3,_n as colorPaletteBlueBackground2,Gn as colorPaletteBlueBorderActive,Xn as colorPaletteBlueForeground2,Wn as colorPaletteBrassBackground2,qn as colorPaletteBrassBorderActive,Yn as colorPaletteBrassForeground2,Un as colorPaletteBrownBackground2,Kn as colorPaletteBrownBorderActive,Qn as colorPaletteBrownForeground2,Zn as colorPaletteCornflowerBackground2,Jn as colorPaletteCornflowerBorderActive,ei as colorPaletteCornflowerForeground2,ti as colorPaletteCranberryBackground2,oi as colorPaletteCranberryBorderActive,ri as colorPaletteCranberryForeground2,ai as colorPaletteDarkGreenBackground2,ni as colorPaletteDarkGreenBorderActive,ii as colorPaletteDarkGreenForeground2,Ga as colorPaletteDarkOrangeBackground1,Xa as colorPaletteDarkOrangeBackground2,Wa as colorPaletteDarkOrangeBackground3,Ya as colorPaletteDarkOrangeBorder1,Ua as colorPaletteDarkOrangeBorder2,qa as colorPaletteDarkOrangeBorderActive,Ka as colorPaletteDarkOrangeForeground1,Qa as colorPaletteDarkOrangeForeground2,Za as colorPaletteDarkOrangeForeground3,si as colorPaletteDarkRedBackground2,li as colorPaletteDarkRedBorderActive,ci as colorPaletteDarkRedForeground2,di as colorPaletteForestBackground2,ui as colorPaletteForestBorderActive,hi as colorPaletteForestForeground2,pi as colorPaletteGoldBackground2,gi as colorPaletteGoldBorderActive,vi as colorPaletteGoldForeground2,bi as colorPaletteGrapeBackground2,mi as colorPaletteGrapeBorderActive,fi as colorPaletteGrapeForeground2,La as colorPaletteGreenBackground1,Ha as colorPaletteGreenBackground2,Oa as colorPaletteGreenBackground3,Ma as colorPaletteGreenBorder1,Ea as colorPaletteGreenBorder2,Da as colorPaletteGreenBorderActive,Ra as colorPaletteGreenForeground1,ja as colorPaletteGreenForeground2,Va as colorPaletteGreenForeground3,_a as colorPaletteGreenForegroundInverted,ki as colorPaletteLavenderBackground2,yi as colorPaletteLavenderBorderActive,xi as colorPaletteLavenderForeground2,Cn as colorPaletteLightGreenBackground1,Nn as colorPaletteLightGreenBackground2,Tn as colorPaletteLightGreenBackground3,In as colorPaletteLightGreenBorder1,zn as colorPaletteLightGreenBorder2,An as colorPaletteLightGreenBorderActive,Ln as colorPaletteLightGreenForeground1,Hn as colorPaletteLightGreenForeground2,On as colorPaletteLightGreenForeground3,Bi as colorPaletteLightTealBackground2,$i as colorPaletteLightTealBorderActive,wi as colorPaletteLightTealForeground2,Si as colorPaletteLilacBackground2,Pi as colorPaletteLilacBorderActive,Fi as colorPaletteLilacForeground2,Ci as colorPaletteMagentaBackground2,Ni as colorPaletteMagentaBorderActive,Ti as colorPaletteMagentaForeground2,kn as colorPaletteMarigoldBackground1,yn as colorPaletteMarigoldBackground2,xn as colorPaletteMarigoldBackground3,$n as colorPaletteMarigoldBorder1,wn as colorPaletteMarigoldBorder2,Bn as colorPaletteMarigoldBorderActive,Sn as colorPaletteMarigoldForeground1,Pn as colorPaletteMarigoldForeground2,Fn as colorPaletteMarigoldForeground3,Ai as colorPaletteMinkBackground2,Ii as colorPaletteMinkBorderActive,zi as colorPaletteMinkForeground2,Li as colorPaletteNavyBackground2,Hi as colorPaletteNavyBorderActive,Oi as colorPaletteNavyForeground2,Di as colorPalettePeachBackground2,Mi as colorPalettePeachBorderActive,Ei as colorPalettePeachForeground2,Ri as colorPalettePinkBackground2,ji as colorPalettePinkBorderActive,Vi as colorPalettePinkForeground2,_i as colorPalettePlatinumBackground2,Gi as colorPalettePlatinumBorderActive,Xi as colorPalettePlatinumForeground2,Wi as colorPalettePlumBackground2,qi as colorPalettePlumBorderActive,Yi as colorPalettePlumForeground2,Ui as colorPalettePumpkinBackground2,Ki as colorPalettePumpkinBorderActive,Qi as colorPalettePumpkinForeground2,Zi as colorPalettePurpleBackground2,Ji as colorPalettePurpleBorderActive,es as colorPalettePurpleForeground2,wa as colorPaletteRedBackground1,Sa as colorPaletteRedBackground2,Pa as colorPaletteRedBackground3,Ca as colorPaletteRedBorder1,Na as colorPaletteRedBorder2,Fa as colorPaletteRedBorderActive,Ta as colorPaletteRedForeground1,Aa as colorPaletteRedForeground2,Ia as colorPaletteRedForeground3,za as colorPaletteRedForegroundInverted,ts as colorPaletteRoyalBlueBackground2,os as colorPaletteRoyalBlueBorderActive,rs as colorPaletteRoyalBlueForeground2,as as colorPaletteSeafoamBackground2,ns as colorPaletteSeafoamBorderActive,is as colorPaletteSeafoamForeground2,ss as colorPaletteSteelBackground2,ls as colorPaletteSteelBorderActive,cs as colorPaletteSteelForeground2,ds as colorPaletteTealBackground2,us as colorPaletteTealBorderActive,hs as colorPaletteTealForeground2,Ja as colorPaletteYellowBackground1,en as colorPaletteYellowBackground2,tn as colorPaletteYellowBackground3,rn as colorPaletteYellowBorder1,an as colorPaletteYellowBorder2,on as colorPaletteYellowBorderActive,nn as colorPaletteYellowForeground1,sn as colorPaletteYellowForeground2,ln as colorPaletteYellowForeground3,cn as colorPaletteYellowForegroundInverted,Nr as colorScrollbarOverlay,ga as colorStrokeFocus1,va as colorStrokeFocus2,sr as colorSubtleBackground,lr as colorSubtleBackgroundHover,gr as colorSubtleBackgroundInverted,vr as colorSubtleBackgroundInvertedHover,br as colorSubtleBackgroundInvertedPressed,mr as colorSubtleBackgroundInvertedSelected,ur as colorSubtleBackgroundLightAlphaHover,hr as colorSubtleBackgroundLightAlphaPressed,pr as colorSubtleBackgroundLightAlphaSelected,cr as colorSubtleBackgroundPressed,dr as colorSubtleBackgroundSelected,fr as colorTransparentBackground,kr as colorTransparentBackgroundHover,yr as colorTransparentBackgroundPressed,xr as colorTransparentBackgroundSelected,ua as colorTransparentStroke,pa as colorTransparentStrokeDisabled,ha as colorTransparentStrokeInteractive,Dl as curveAccelerateMax,Ml as curveAccelerateMid,El as curveAccelerateMin,Rl as curveDecelerateMax,jl as curveDecelerateMid,Vl as curveDecelerateMin,Gl as curveEasyEase,_l as curveEasyEaseMax,Xl as curveLinear,Il as durationFast,Al as durationFaster,zl as durationNormal,Ll as durationSlow,Hl as durationSlower,Tl as durationUltraFast,Ol as durationUltraSlow,ks as fontFamilyBase,ys as fontFamilyMonospace,xs as fontFamilyNumeric,Bs as fontSizeBase100,$s as fontSizeBase200,ws as fontSizeBase300,Ss as fontSizeBase400,Ps as fontSizeBase500,Fs as fontSizeBase600,As as fontSizeHero1000,Cs as fontSizeHero700,Ns as fontSizeHero800,Ts as fontSizeHero900,Hs as fontWeightBold,zs as fontWeightMedium,Is as fontWeightRegular,Ls as fontWeightSemibold,Os as lineHeightBase100,Ds as lineHeightBase200,Ms as lineHeightBase300,Es as lineHeightBase400,Rs as lineHeightBase500,js as lineHeightBase600,Xs as lineHeightHero1000,Vs as lineHeightHero700,_s as lineHeightHero800,Gs as lineHeightHero900,tp as roleForMenuItem,Nv as setTheme,Tv as setThemeFor,Us as shadow16,tl as shadow16Brand,Ws as shadow2,Ks as shadow28,ol as shadow28Brand,Zs as shadow2Brand,qs as shadow4,Js as shadow4Brand,Qs as shadow64,rl as shadow64Brand,Ys as shadow8,el as shadow8Brand,vl as spacingHorizontalL,gl as spacingHorizontalM,pl as spacingHorizontalMNudge,ll as spacingHorizontalNone,hl as spacingHorizontalS,ul as spacingHorizontalSNudge,bl as spacingHorizontalXL,dl as spacingHorizontalXS,ml as spacingHorizontalXXL,cl as spacingHorizontalXXS,fl as spacingHorizontalXXXL,Pl as spacingVerticalL,Sl as spacingVerticalM,wl as spacingVerticalMNudge,kl as spacingVerticalNone,$l as spacingVerticalS,Bl as spacingVerticalSNudge,Fl as spacingVerticalXL,xl as spacingVerticalXS,Cl as spacingVerticalXXL,yl as spacingVerticalXXS,Nl as spacingVerticalXXXL,nl as strokeWidthThick,il as strokeWidthThicker,sl as strokeWidthThickest,al as strokeWidthThin};
|