@fluentui/web-components 3.0.0-beta.20 → 3.0.0-beta.22

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.
Files changed (148) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/dist/dts/accordion/accordion.options.d.ts +2 -2
  3. package/dist/dts/accordion-item/accordion-item.d.ts +1 -4
  4. package/dist/dts/accordion-item/accordion-item.template.d.ts +1 -1
  5. package/dist/dts/accordion-item/index.d.ts +2 -1
  6. package/dist/dts/anchor-button/index.d.ts +3 -2
  7. package/dist/dts/button/index.d.ts +4 -3
  8. package/dist/dts/checkbox/checkbox.d.ts +0 -3
  9. package/dist/dts/checkbox/index.d.ts +4 -3
  10. package/dist/dts/dialog/dialog.d.ts +14 -15
  11. package/dist/dts/divider/divider.d.ts +4 -7
  12. package/dist/dts/index-rollup.d.ts +29 -35
  13. package/dist/dts/index.d.ts +49 -34
  14. package/dist/dts/label/label.d.ts +0 -2
  15. package/dist/dts/menu/menu.d.ts +27 -25
  16. package/dist/dts/menu-button/index.d.ts +4 -3
  17. package/dist/dts/menu-button/menu-button.options.d.ts +1 -1
  18. package/dist/dts/menu-item/index.d.ts +4 -3
  19. package/dist/dts/progress-bar/index.d.ts +3 -2
  20. package/dist/dts/radio/index.d.ts +2 -1
  21. package/dist/dts/slider/index.d.ts +3 -2
  22. package/dist/dts/spinner/spinner.d.ts +0 -2
  23. package/dist/dts/switch/index.d.ts +3 -2
  24. package/dist/dts/switch/switch.d.ts +0 -1
  25. package/dist/dts/tab/index.d.ts +4 -3
  26. package/dist/dts/tab/tab.template.d.ts +1 -1
  27. package/dist/dts/tabs/index.d.ts +4 -3
  28. package/dist/dts/tabs/tabs.d.ts +13 -9
  29. package/dist/dts/text-input/index.d.ts +5 -4
  30. package/dist/dts/text-input/text-input.d.ts +282 -67
  31. package/dist/dts/text-input/text-input.definition.d.ts +2 -3
  32. package/dist/dts/text-input/text-input.options.d.ts +19 -29
  33. package/dist/dts/text-input/text-input.styles.d.ts +5 -2
  34. package/dist/dts/text-input/text-input.template.d.ts +9 -3
  35. package/dist/dts/theme/design-tokens.d.ts +1744 -0
  36. package/dist/dts/theme/set-theme.d.ts +5 -1
  37. package/dist/dts/toggle-button/index.d.ts +4 -3
  38. package/dist/dts/toggle-button/toggle-button.options.d.ts +1 -1
  39. package/dist/esm/accordion/accordion.js +1 -6
  40. package/dist/esm/accordion/accordion.js.map +1 -1
  41. package/dist/esm/accordion/accordion.options.js +1 -1
  42. package/dist/esm/accordion-item/accordion-item.js +1 -7
  43. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  44. package/dist/esm/accordion-item/index.js.map +1 -1
  45. package/dist/esm/anchor-button/anchor-button.js +1 -6
  46. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  47. package/dist/esm/anchor-button/index.js +2 -2
  48. package/dist/esm/anchor-button/index.js.map +1 -1
  49. package/dist/esm/avatar/avatar.js +1 -6
  50. package/dist/esm/avatar/avatar.js.map +1 -1
  51. package/dist/esm/badge/badge.js +1 -6
  52. package/dist/esm/badge/badge.js.map +1 -1
  53. package/dist/esm/button/button.js +1 -6
  54. package/dist/esm/button/button.js.map +1 -1
  55. package/dist/esm/button/index.js +3 -3
  56. package/dist/esm/button/index.js.map +1 -1
  57. package/dist/esm/checkbox/checkbox.js +1 -6
  58. package/dist/esm/checkbox/checkbox.js.map +1 -1
  59. package/dist/esm/checkbox/index.js +2 -2
  60. package/dist/esm/checkbox/index.js.map +1 -1
  61. package/dist/esm/counter-badge/counter-badge.js +1 -6
  62. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  63. package/dist/esm/dialog/dialog.js +15 -21
  64. package/dist/esm/dialog/dialog.js.map +1 -1
  65. package/dist/esm/divider/divider.js +2 -7
  66. package/dist/esm/divider/divider.js.map +1 -1
  67. package/dist/esm/image/image.js +1 -6
  68. package/dist/esm/image/image.js.map +1 -1
  69. package/dist/esm/index-rollup.js +29 -35
  70. package/dist/esm/index-rollup.js.map +1 -1
  71. package/dist/esm/index.js +33 -33
  72. package/dist/esm/index.js.map +1 -1
  73. package/dist/esm/label/label.js +1 -6
  74. package/dist/esm/label/label.js.map +1 -1
  75. package/dist/esm/menu/menu.js +26 -29
  76. package/dist/esm/menu/menu.js.map +1 -1
  77. package/dist/esm/menu-button/index.js +2 -2
  78. package/dist/esm/menu-button/index.js.map +1 -1
  79. package/dist/esm/menu-item/index.js +2 -2
  80. package/dist/esm/menu-item/index.js.map +1 -1
  81. package/dist/esm/menu-item/menu-item.js +1 -6
  82. package/dist/esm/menu-item/menu-item.js.map +1 -1
  83. package/dist/esm/menu-list/menu-list.js +3 -7
  84. package/dist/esm/menu-list/menu-list.js.map +1 -1
  85. package/dist/esm/patterns/aria-globals.js +1 -6
  86. package/dist/esm/patterns/aria-globals.js.map +1 -1
  87. package/dist/esm/progress-bar/base-progress.js +1 -6
  88. package/dist/esm/progress-bar/base-progress.js.map +1 -1
  89. package/dist/esm/progress-bar/index.js +2 -2
  90. package/dist/esm/progress-bar/index.js.map +1 -1
  91. package/dist/esm/progress-bar/progress-bar.js +1 -6
  92. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  93. package/dist/esm/radio/index.js +1 -1
  94. package/dist/esm/radio/index.js.map +1 -1
  95. package/dist/esm/radio/radio.js +1 -6
  96. package/dist/esm/radio/radio.js.map +1 -1
  97. package/dist/esm/radio-group/radio-group.js +1 -6
  98. package/dist/esm/radio-group/radio-group.js.map +1 -1
  99. package/dist/esm/slider/index.js +1 -1
  100. package/dist/esm/slider/index.js.map +1 -1
  101. package/dist/esm/slider/slider.js +1 -6
  102. package/dist/esm/slider/slider.js.map +1 -1
  103. package/dist/esm/spinner/spinner.js +1 -6
  104. package/dist/esm/spinner/spinner.js.map +1 -1
  105. package/dist/esm/switch/index.js +1 -1
  106. package/dist/esm/switch/index.js.map +1 -1
  107. package/dist/esm/switch/switch.js +1 -6
  108. package/dist/esm/switch/switch.js.map +1 -1
  109. package/dist/esm/tab/index.js +2 -2
  110. package/dist/esm/tab/index.js.map +1 -1
  111. package/dist/esm/tab/tab.js +1 -6
  112. package/dist/esm/tab/tab.js.map +1 -1
  113. package/dist/esm/tabs/index.js +2 -2
  114. package/dist/esm/tabs/index.js.map +1 -1
  115. package/dist/esm/tabs/tabs.js +14 -15
  116. package/dist/esm/tabs/tabs.js.map +1 -1
  117. package/dist/esm/text/text.js +1 -6
  118. package/dist/esm/text/text.js.map +1 -1
  119. package/dist/esm/text-input/index.js +3 -3
  120. package/dist/esm/text-input/index.js.map +1 -1
  121. package/dist/esm/text-input/text-input.definition.js +2 -3
  122. package/dist/esm/text-input/text-input.definition.js.map +1 -1
  123. package/dist/esm/text-input/text-input.js +271 -102
  124. package/dist/esm/text-input/text-input.js.map +1 -1
  125. package/dist/esm/text-input/text-input.options.js +25 -18
  126. package/dist/esm/text-input/text-input.options.js.map +1 -1
  127. package/dist/esm/text-input/text-input.styles.js +8 -3
  128. package/dist/esm/text-input/text-input.styles.js.map +1 -1
  129. package/dist/esm/text-input/text-input.template.js +16 -32
  130. package/dist/esm/text-input/text-input.template.js.map +1 -1
  131. package/dist/esm/theme/design-tokens.js +1744 -0
  132. package/dist/esm/theme/design-tokens.js.map +1 -1
  133. package/dist/esm/theme/set-theme.js +5 -1
  134. package/dist/esm/theme/set-theme.js.map +1 -1
  135. package/dist/esm/toggle-button/index.js +3 -3
  136. package/dist/esm/toggle-button/index.js.map +1 -1
  137. package/dist/esm/toggle-button/toggle-button.js +1 -6
  138. package/dist/esm/toggle-button/toggle-button.js.map +1 -1
  139. package/dist/fluent-web-components.api.json +890 -916
  140. package/dist/web-components.d.ts +2109 -187
  141. package/dist/web-components.js +1335 -2042
  142. package/dist/web-components.min.js +266 -266
  143. package/docs/api-report.md +654 -485
  144. package/package.json +7 -4
  145. package/tsdoc.json +44 -0
  146. package/dist/dts/text-input/text-field.form-associated.d.ts +0 -14
  147. package/dist/esm/text-input/text-field.form-associated.js +0 -14
  148. package/dist/esm/text-input/text-field.form-associated.js.map +0 -1
@@ -1,10 +1,7 @@
1
- let hr;const gs="fast-kernel";try{if(document.currentScript)hr=document.currentScript.getAttribute(gs);else{const o=document.getElementsByTagName("script");hr=o[o.length-1].getAttribute(gs)}}catch{hr="isolate"}let xt;switch(hr){case"share":xt=Object.freeze({updateQueue:1,observable:2,contextEvent:3,elementRegistry:4});break;case"share-v2":xt=Object.freeze({updateQueue:1.2,observable:2.2,contextEvent:3.2,elementRegistry:4.2});break;default:const o=`-${Math.random().toString(36).substring(2,8)}`;xt=Object.freeze({updateQueue:`1.2${o}`,observable:`2.2${o}`,contextEvent:`3.2${o}`,elementRegistry:`4.2${o}`});break}const st=o=>typeof o=="function",Ue=o=>typeof o=="string",tg=()=>{};var Aa=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};(function(){if(!(typeof globalThis<"u"))if(typeof Aa<"u")Aa.globalThis=Aa;else if(typeof self<"u")self.globalThis=self;else if(typeof window<"u")window.globalThis=window;else{const e=new Function("return this")();e.globalThis=e}})();const fs={configurable:!1,enumerable:!1,writable:!1};globalThis.FAST===void 0&&Reflect.defineProperty(globalThis,"FAST",Object.assign({value:Object.create(null)},fs));const U=globalThis.FAST;if(U.getById===void 0){const o=Object.create(null);Reflect.defineProperty(U,"getById",Object.assign({value(e,t){let r=o[e];return r===void 0&&(r=t?o[e]=t():null),r}},fs))}U.error===void 0&&Object.assign(U,{warn(){},error(o){return new Error(`Error ${o}`)},addMessages(){}});const bs=Object.freeze([]);function Ia(){const o=new Map;return Object.freeze({register(e){return o.has(e.type)?!1:(o.set(e.type,e),!0)},getByType(e){return o.get(e)},getForInstance(e){if(e!=null)return o.get(e.constructor)}})}function vs(){const o=new WeakMap;return function(e){let t=o.get(e);if(t===void 0){let r=Reflect.getPrototypeOf(e);for(;t===void 0&&r!==null;)t=o.get(r),r=Reflect.getPrototypeOf(r);t=t===void 0?[]:t.slice(0),o.set(e,t)}return t}}function Qt(o){o.prototype.toJSON=tg}const oe=Object.freeze({none:0,attribute:1,booleanAttribute:2,property:3,content:4,tokenList:5,event:6}),ms=o=>o,og=globalThis.trustedTypes?globalThis.trustedTypes.createPolicy("fast-html",{createHTML:ms}):{createHTML:ms};let pr=Object.freeze({createHTML(o){return og.createHTML(o)},protect(o,e,t,r){return r}});const rg=pr,Zt=Object.freeze({get policy(){return pr},setPolicy(o){if(pr!==rg)throw U.error(1201);pr=o},setAttribute(o,e,t){t==null?o.removeAttribute(e):o.setAttribute(e,t)},setBooleanAttribute(o,e,t){t?o.setAttribute(e,""):o.removeAttribute(e)}}),ue=U.getById(xt.updateQueue,()=>{const o=[],e=[],t=globalThis.requestAnimationFrame;let r=!0;function a(){if(e.length)throw e.shift()}function n(u){try{u.call()}catch(d){if(r)e.push(d),setTimeout(a,0);else throw o.length=0,d}}function i(){let d=0;for(;d<o.length;)if(n(o[d]),d++,d>1024){for(let l=0,h=o.length-d;l<h;l++)o[l]=o[l+d];o.length-=d,d=0}o.length=0}function c(u){o.push(u),o.length<2&&(r?t(i):i())}return Object.freeze({enqueue:c,next:()=>new Promise(c),process:i,setMode:u=>r=u})});class za{constructor(e,t){this.sub1=void 0,this.sub2=void 0,this.spillover=void 0,this.subject=e,this.sub1=t}has(e){return this.spillover===void 0?this.sub1===e||this.sub2===e:this.spillover.indexOf(e)!==-1}subscribe(e){const t=this.spillover;if(t===void 0){if(this.has(e))return;if(this.sub1===void 0){this.sub1=e;return}if(this.sub2===void 0){this.sub2=e;return}this.spillover=[this.sub1,this.sub2,e],this.sub1=void 0,this.sub2=void 0}else t.indexOf(e)===-1&&t.push(e)}unsubscribe(e){const t=this.spillover;if(t===void 0)this.sub1===e?this.sub1=void 0:this.sub2===e&&(this.sub2=void 0);else{const r=t.indexOf(e);r!==-1&&t.splice(r,1)}}notify(e){const t=this.spillover,r=this.subject;if(t===void 0){const a=this.sub1,n=this.sub2;a!==void 0&&a.handleChange(r,e),n!==void 0&&n.handleChange(r,e)}else for(let a=0,n=t.length;a<n;++a)t[a].handleChange(r,e)}}class ys{constructor(e){this.subscribers={},this.subjectSubscribers=null,this.subject=e}notify(e){var t,r;(t=this.subscribers[e])===null||t===void 0||t.notify(e),(r=this.subjectSubscribers)===null||r===void 0||r.notify(e)}subscribe(e,t){var r,a;let n;t?n=(r=this.subscribers[t])!==null&&r!==void 0?r:this.subscribers[t]=new za(this.subject):n=(a=this.subjectSubscribers)!==null&&a!==void 0?a:this.subjectSubscribers=new za(this.subject),n.subscribe(e)}unsubscribe(e,t){var r,a;t?(r=this.subscribers[t])===null||r===void 0||r.unsubscribe(e):(a=this.subjectSubscribers)===null||a===void 0||a.unsubscribe(e)}}const Na=Object.freeze({unknown:void 0,coupled:1}),N=U.getById(xt.observable,()=>{const o=ue.enqueue,e=/(:|&&|\|\||if|\?\.)/,t=new WeakMap;let r,a=d=>{throw U.error(1101)};function n(d){var l;let h=(l=d.$fastController)!==null&&l!==void 0?l:t.get(d);return h===void 0&&(Array.isArray(d)?h=a(d):t.set(d,h=new ys(d))),h}const i=vs();class c{constructor(l){this.name=l,this.field=`_${l}`,this.callback=`${l}Changed`}getValue(l){return r!==void 0&&r.watch(l,this.name),l[this.field]}setValue(l,h){const p=this.field,f=l[p];if(f!==h){l[p]=h;const b=l[this.callback];st(b)&&b.call(l,f,h),n(l).notify(this.name)}}}class u extends za{constructor(l,h,p=!1){super(l,h),this.expression=l,this.isVolatileBinding=p,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(l){this.isAsync=this.needsQueue=l}bind(l){this.controller=l;const h=this.observe(l.source,l.context);return!l.isBound&&this.requiresUnbind(l)&&l.onUnbind(this),h}requiresUnbind(l){return l.sourceLifetime!==Na.coupled||this.first!==this.last||this.first.propertySource!==l.source}unbind(l){this.dispose()}observe(l,h){this.needsRefresh&&this.last!==null&&this.dispose();const p=r;r=this.needsRefresh?this:void 0,this.needsRefresh=this.isVolatileBinding;let f;try{f=this.expression(l,h)}finally{r=p}return f}disconnect(){this.dispose()}dispose(){if(this.last!==null){let l=this.first;for(;l!==void 0;)l.notifier.unsubscribe(this,l.propertyName),l=l.next;this.last=null,this.needsRefresh=this.needsQueue=this.isAsync}}watch(l,h){const p=this.last,f=n(l),b=p===null?this.first:{};if(b.propertySource=l,b.propertyName=h,b.notifier=f,f.subscribe(this,h),p!==null){if(!this.needsRefresh){let $;r=void 0,$=p.propertySource[p.propertyName],r=this,l===$&&(this.needsRefresh=!0)}p.next=b}this.last=b}handleChange(){this.needsQueue?(this.needsQueue=!1,o(this)):this.isAsync||this.call()}call(){this.last!==null&&(this.needsQueue=this.isAsync,this.notify(this))}*records(){let l=this.first;for(;l!==void 0;)yield l,l=l.next}}return Qt(u),Object.freeze({setArrayObserverFactory(d){a=d},getNotifier:n,track(d,l){r&&r.watch(d,l)},trackVolatile(){r&&(r.needsRefresh=!0)},notify(d,l){n(d).notify(l)},defineProperty(d,l){Ue(l)&&(l=new c(l)),i(d).push(l),Reflect.defineProperty(d,l.name,{enumerable:!0,get(){return l.getValue(this)},set(h){l.setValue(this,h)}})},getAccessors:i,binding(d,l,h=this.isVolatileBinding(d)){return new u(d,l,h)},isVolatileBinding(d){return e.test(d.toString())}})});function m(o,e){N.defineProperty(o,e)}const $s=U.getById(xt.contextEvent,()=>{let o=null;return{get(){return o},set(e){o=e}}}),Co=Object.freeze({default:{index:0,length:0,get event(){return Co.getEvent()},eventDetail(){return this.event.detail},eventTarget(){return this.event.target}},getEvent(){return $s.get()},setEvent(o){$s.set(o)}});class gr{constructor(e,t,r=!1){this.evaluate=e,this.policy=t,this.isVolatile=r}}class ag extends gr{createObserver(e){return N.binding(this.evaluate,e,this.isVolatile)}}function ks(o,e,t=N.isVolatileBinding(o)){return new ag(o,e,t)}class xs extends gr{createObserver(){return this}bind(e){return this.evaluate(e.source,e.context)}}Qt(xs);function Bs(o,e){return new xs(o,e)}let ws;function Ss(o){return o.map(e=>e instanceof be?Ss(e.styles):[e]).reduce((e,t)=>e.concat(t),[])}class be{constructor(e){this.styles=e,this.targets=new WeakSet,this._strategy=null,this.behaviors=e.map(t=>t instanceof be?t.behaviors:null).reduce((t,r)=>r===null?t:t===null?r:t.concat(r),null)}get strategy(){return this._strategy===null&&this.withStrategy(ws),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=this.behaviors===null?e:this.behaviors.concat(e),this}withStrategy(e){return this._strategy=new e(Ss(this.styles)),this}static setDefaultStrategy(e){ws=e}static normalize(e){return e===void 0?void 0:Array.isArray(e)?new be(e):e instanceof be?e:new be([e])}}be.supportsAdoptedStyleSheets=Array.isArray(document.adoptedStyleSheets)&&"replace"in CSSStyleSheet.prototype;const La=Ia(),Da=Object.freeze({getForInstance:La.getForInstance,getByType:La.getByType,define(o){return La.register({type:o}),o}});function Oa(o,e,t){e.source.style.setProperty(o.targetAspect,t.bind(e))}class Ea{constructor(e,t){this.dataBinding=e,this.targetAspect=t}createCSS(e){return e(this),`var(${this.targetAspect})`}addedCallback(e){var t;const r=e.source;if(!r.$cssBindings){r.$cssBindings=new Map;const n=r.setAttribute;r.setAttribute=(i,c)=>{n.call(r,i,c),i==="style"&&r.$cssBindings.forEach((u,d)=>Oa(d,u.controller,u.observer))}}const a=(t=e[this.targetAspect])!==null&&t!==void 0?t:e[this.targetAspect]=this.dataBinding.createObserver(this,this);a.controller=e,e.source.$cssBindings.set(this,{controller:e,observer:a})}connectedCallback(e){Oa(this,e,e[this.targetAspect])}removedCallback(e){e.source.$cssBindings&&e.source.$cssBindings.delete(this)}handleChange(e,t){Oa(this,t.controller,t)}}Da.define(Ea);const ng=`${Math.random().toString(36).substring(2,8)}`;let ig=0;const Ps=()=>`--v${ng}${++ig}`;function Cs(o,e){const t=[];let r="";const a=[],n=i=>{a.push(i)};for(let i=0,c=o.length-1;i<c;++i){r+=o[i];let u=e[i];st(u)?u=new Ea(ks(u),Ps()).createCSS(n):u instanceof gr?u=new Ea(u,Ps()).createCSS(n):Da.getForInstance(u)!==void 0&&(u=u.createCSS(n)),u instanceof be||u instanceof CSSStyleSheet?(r.trim()!==""&&(t.push(r),r=""),t.push(u)):r+=u}return r+=o[o.length-1],r.trim()!==""&&t.push(r),{styles:t,behaviors:a}}const g=(o,...e)=>{const{styles:t,behaviors:r}=Cs(o,e),a=new be(t);return r.length?a.withBehaviors(...r):a};class Fs{constructor(e,t){this.behaviors=t,this.css="";const r=e.reduce((a,n)=>(Ue(n)?this.css+=n:a.push(n),a),[]);r.length&&(this.styles=new be(r))}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)}}Da.define(Fs),g.partial=(o,...e)=>{const{styles:t,behaviors:r}=Cs(o,e);return new Fs(t,r)};const Ma=`fast-${Math.random().toString(36).substring(2,8)}`,fr=`${Ma}{`,Fo=`}${Ma}`,sg=Fo.length;let lg=0;const Ha=()=>`${Ma}-${++lg}`,Ts=Object.freeze({interpolation:o=>`${fr}${o}${Fo}`,attribute:o=>`${Ha()}="${fr}${o}${Fo}"`,comment:o=>`<!--${fr}${o}${Fo}-->`}),br=Object.freeze({parse(o,e){const t=o.split(fr);if(t.length===1)return null;const r=[];for(let a=0,n=t.length;a<n;++a){const i=t[a],c=i.indexOf(Fo);let u;if(c===-1)u=i;else{const d=i.substring(0,c);r.push(e[d]),u=i.substring(c+sg)}u!==""&&r.push(u)}return r}}),_a=Ia(),Oe=Object.freeze({getForInstance:_a.getForInstance,getByType:_a.getByType,define(o,e){return e=e||{},e.type=o,_a.register(e),o},assignAspect(o,e){if(!e){o.aspectType=oe.content;return}switch(o.sourceAspect=e,e[0]){case":":o.targetAspect=e.substring(1),o.aspectType=o.targetAspect==="classList"?oe.tokenList:oe.property;break;case"?":o.targetAspect=e.substring(1),o.aspectType=oe.booleanAttribute;break;case"@":o.targetAspect=e.substring(1),o.aspectType=oe.event;break;default:o.targetAspect=e,o.aspectType=oe.attribute;break}}});class Ra{constructor(e){this.options=e}createHTML(e){return Ts.attribute(e(this))}createBehavior(){return this}}Qt(Ra);function cg(o,e,t,r){if(t==null&&(t=""),t.create){o.textContent="";let a=o.$fastView;a===void 0?a=t.create():o.$fastTemplate!==t&&(a.isComposed&&(a.remove(),a.unbind()),a=t.create()),a.isComposed?a.needsBindOnly&&(a.needsBindOnly=!1,a.bind(r.source,r.context)):(a.isComposed=!0,a.bind(r.source,r.context),a.insertBefore(o),o.$fastView=a,o.$fastTemplate=t)}else{const a=o.$fastView;a!==void 0&&a.isComposed&&(a.isComposed=!1,a.remove(),a.needsBindOnly?a.needsBindOnly=!1:a.unbind()),o.textContent=t}}function dg(o,e,t){var r;const a=`${this.id}-t`,n=(r=o[a])!==null&&r!==void 0?r:o[a]={v:0,cv:Object.create(null)},i=n.cv;let c=n.v;const u=o[e];if(t!=null&&t.length){const d=t.split(/\s+/);for(let l=0,h=d.length;l<h;++l){const p=d[l];p!==""&&(i[p]=c,u.add(p))}}if(n.v=c+1,c!==0){c-=1;for(const d in i)i[d]===c&&u.remove(d)}}const ug={[oe.attribute]:Zt.setAttribute,[oe.booleanAttribute]:Zt.setBooleanAttribute,[oe.property]:(o,e,t)=>o[e]=t,[oe.content]:cg,[oe.tokenList]:dg,[oe.event]:()=>{}};class Jt{constructor(e){this.dataBinding=e,this.updateTarget=null,this.aspectType=oe.content}createHTML(e){return Ts.interpolation(e(this))}createBehavior(){var e;if(this.updateTarget===null){const t=ug[this.aspectType],r=(e=this.dataBinding.policy)!==null&&e!==void 0?e:this.policy;if(!t)throw U.error(1205);this.data=`${this.id}-d`,this.updateTarget=r.protect(this.targetTagName,this.aspectType,this.targetAspect,t)}return this}bind(e){var t;const r=e.targets[this.targetNodeId];switch(this.aspectType){case oe.event:r[this.data]=e,r.addEventListener(this.targetAspect,this,this.dataBinding.options);break;case oe.content:e.onUnbind(this);default:const a=(t=r[this.data])!==null&&t!==void 0?t:r[this.data]=this.dataBinding.createObserver(this,this);a.target=r,a.controller=e,this.updateTarget(r,this.targetAspect,a.bind(e),e);break}}unbind(e){const r=e.targets[this.targetNodeId].$fastView;r!==void 0&&r.isComposed&&(r.unbind(),r.needsBindOnly=!0)}handleEvent(e){const t=e.currentTarget[this.data];if(t.isBound){Co.setEvent(e);const r=this.dataBinding.evaluate(t.source,t.context);Co.setEvent(null),r!==!0&&e.preventDefault()}}handleChange(e,t){const r=t.target,a=t.controller;this.updateTarget(r,this.targetAspect,t.bind(a),a)}}Oe.define(Jt,{aspected:!0});function As(o,e){const t=o.parentNode;let r=o,a;for(;r!==e;)a=r.nextSibling,t.removeChild(r),r=a;t.removeChild(e)}class vr{constructor(e,t,r){this.fragment=e,this.factories=t,this.targets=r,this.behaviors=null,this.unbindables=[],this.source=null,this.isBound=!1,this.sourceLifetime=Na.unknown,this.context=this,this.index=0,this.length=0,this.firstChild=e.firstChild,this.lastChild=e.lastChild}get event(){return Co.getEvent()}get isEven(){return this.index%2===0}get isOdd(){return this.index%2!==0}get isFirst(){return this.index===0}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 r=e.parentNode;let a=this.firstChild,n;for(;a!==t;)n=a.nextSibling,r.insertBefore(a,e),a=n;r.insertBefore(t,e)}}remove(){const e=this.fragment,t=this.lastChild;let r=this.firstChild,a;for(;r!==t;)a=r.nextSibling,e.appendChild(r),r=a;e.appendChild(t)}dispose(){As(this.firstChild,this.lastChild),this.unbind()}onUnbind(e){this.unbindables.push(e)}bind(e,t=this){if(this.source===e)return;let r=this.behaviors;if(r===null){this.source=e,this.context=t,this.behaviors=r=new Array(this.factories.length);const a=this.factories;for(let n=0,i=a.length;n<i;++n){const c=a[n].createBehavior();c.bind(this),r[n]=c}}else{this.source!==null&&this.evaluateUnbindables(),this.isBound=!1,this.source=e,this.context=t;for(let a=0,n=r.length;a<n;++a)r[a].bind(this)}this.isBound=!0}unbind(){!this.isBound||this.source===null||(this.evaluateUnbindables(),this.source=null,this.context=this,this.isBound=!1)}evaluateUnbindables(){const e=this.unbindables;for(let t=0,r=e.length;t<r;++t)e[t].unbind(this);e.length=0}static disposeContiguousBatch(e){if(e.length!==0){As(e[0].firstChild,e[e.length-1].lastChild);for(let t=0,r=e.length;t<r;++t)e[t].unbind()}}}Qt(vr),N.defineProperty(vr.prototype,"index"),N.defineProperty(vr.prototype,"length");const Is=(o,e)=>`${o}.${e}`,zs={},Ee={index:0,node:null};function Ns(o){o.startsWith("fast-")||U.warn(1204,{name:o})}const hg=new Proxy(document.createElement("div"),{get(o,e){Ns(e);const t=Reflect.get(o,e);return st(t)?t.bind(o):t},set(o,e,t){return Ns(e),Reflect.set(o,e,t)}});class pg{constructor(e,t,r){this.fragment=e,this.directives=t,this.policy=r,this.proto=null,this.nodeIds=new Set,this.descriptors={},this.factories=[]}addFactory(e,t,r,a,n){var i,c;this.nodeIds.has(r)||(this.nodeIds.add(r),this.addTargetDescriptor(t,r,a)),e.id=(i=e.id)!==null&&i!==void 0?i:Ha(),e.targetNodeId=r,e.targetTagName=n,e.policy=(c=e.policy)!==null&&c!==void 0?c:this.policy,this.factories.push(e)}freeze(){return this.proto=Object.create(null,this.descriptors),this}addTargetDescriptor(e,t,r){const a=this.descriptors;if(t==="r"||t==="h"||a[t])return;if(!a[e]){const i=e.lastIndexOf("."),c=e.substring(0,i),u=parseInt(e.substring(i+1));this.addTargetDescriptor(c,e,u)}let n=zs[t];if(!n){const i=`_${t}`;zs[t]=n={get(){var c;return(c=this[i])!==null&&c!==void 0?c:this[i]=this[e].childNodes[r]}}}a[t]=n}createView(e){const t=this.fragment.cloneNode(!0),r=Object.create(this.proto);r.r=t,r.h=e??hg;for(const a of this.nodeIds)r[a];return new vr(t,this.factories,r)}}function Ls(o,e,t,r,a,n=!1){const i=t.attributes,c=o.directives;for(let u=0,d=i.length;u<d;++u){const l=i[u],h=l.value,p=br.parse(h,c);let f=null;p===null?n&&(f=new Jt(Bs(()=>h,o.policy)),Oe.assignAspect(f,l.name)):f=Va.aggregate(p,o.policy),f!==null&&(t.removeAttributeNode(l),u--,d--,o.addFactory(f,e,r,a,t.tagName))}}function gg(o,e,t,r,a){const n=br.parse(e.textContent,o.directives);if(n===null)return Ee.node=e.nextSibling,Ee.index=a+1,Ee;let i,c=i=e;for(let u=0,d=n.length;u<d;++u){const l=n[u];u!==0&&(a++,r=Is(t,a),i=c.parentNode.insertBefore(document.createTextNode(""),c.nextSibling)),Ue(l)?i.textContent=l:(i.textContent=" ",Oe.assignAspect(l),o.addFactory(l,t,r,a,null)),c=i}return Ee.index=a+1,Ee.node=c.nextSibling,Ee}function Ds(o,e,t){let r=0,a=e.firstChild;for(;a;){const n=fg(o,t,a,r);a=n.node,r=n.index}}function fg(o,e,t,r){const a=Is(e,r);switch(t.nodeType){case 1:Ls(o,e,t,a,r),Ds(o,t,a);break;case 3:return gg(o,t,e,a,r);case 8:const n=br.parse(t.data,o.directives);n!==null&&o.addFactory(Va.aggregate(n),e,a,r,null);break}return Ee.index=r+1,Ee.node=t.nextSibling,Ee}function bg(o,e){return o&&o.nodeType==8&&br.parse(o.data,e)!==null}const Os="TEMPLATE",Va={compile(o,e,t=Zt.policy){let r;if(Ue(o)){r=document.createElement(Os),r.innerHTML=t.createHTML(o);const i=r.content.firstElementChild;i!==null&&i.tagName===Os&&(r=i)}else r=o;!r.content.firstChild&&!r.content.lastChild&&r.content.appendChild(document.createComment(""));const a=document.adoptNode(r.content),n=new pg(a,e,t);return Ls(n,"",r,"h",0,!0),(bg(a.firstChild,e)||a.childNodes.length===1&&Object.keys(e).length>0)&&a.insertBefore(document.createComment(""),a.firstChild),Ds(n,a,"r"),Ee.node=null,n.freeze()},setDefaultStrategy(o){this.compile=o},aggregate(o,e=Zt.policy){if(o.length===1)return o[0];let t,r,a=!1,n;const i=o.length,c=o.map(l=>Ue(l)?()=>l:(t=l.sourceAspect||t,r=l.dataBinding||r,a=a||l.dataBinding.isVolatile,n=n||l.dataBinding.policy,l.dataBinding.evaluate)),u=(l,h)=>{let p="";for(let f=0;f<i;++f)p+=c[f](l,h);return p};r.evaluate=u,r.isVolatile=a,r.policy=n??e;const d=new Jt(r);return Oe.assignAspect(d,t),d}},vg=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/,mg=Object.create(null);class Bt{constructor(e,t=mg){this.html=e,this.factories=t}createHTML(e){const t=this.factories;for(const r in t)e(t[r]);return this.html}}Bt.empty=new Bt(""),Oe.define(Bt);function yg(o,e,t,r=Oe.getForInstance(o)){if(r.aspected){const a=vg.exec(e);a!==null&&Oe.assignAspect(o,a[2])}return o.createHTML(t)}class Pa{constructor(e,t={},r){this.policy=r,this.result=null,this.html=e,this.factories=t}create(e){return this.result===null&&(this.result=Va.compile(this.html,this.factories,this.policy)),this.result.createView(e)}inline(){return new Bt(Ue(this.html)?this.html:this.html.innerHTML,this.factories)}withPolicy(e){if(this.result)throw U.error(1208);if(this.policy)throw U.error(1207);return this.policy=e,this}render(e,t,r){const a=this.create(r);return a.bind(e),a.appendTo(t),a}static create(e,t,r){let a="";const n=Object.create(null),i=c=>{var u;const d=(u=c.id)!==null&&u!==void 0?u:c.id=Ha();return n[d]=c,d};for(let c=0,u=e.length-1;c<u;++c){const d=e[c];let l=t[c],h;if(a+=d,st(l))l=new Jt(ks(l));else if(l instanceof gr)l=new Jt(l);else if(!(h=Oe.getForInstance(l))){const p=l;l=new Jt(Bs(()=>p))}a+=yg(l,d,i,h)}return new Pa(a+e[e.length-1],n,r)}}Qt(Pa);const v=(o,...e)=>{if(Array.isArray(o)&&Array.isArray(o.raw))return Pa.create(o,e);throw U.error(1206)};v.partial=o=>new Bt(o);class Es extends Ra{bind(e){e.source[this.options]=e.targets[this.targetNodeId]}}Oe.define(Es);const Fe=o=>new Es(o),$g=()=>null;function Ms(o){return o===void 0?$g:st(o)?o:()=>o}function To(o,e,t){const r=st(o)?o:()=>o,a=Ms(e),n=Ms(t);return(i,c)=>r(i,c)?a(i,c):n(i,c)}const kg=o=>o.nodeType===1,eo=o=>o?e=>e.nodeType===1&&e.matches(o):kg;class xg extends Ra{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,bs),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}}const Hs="slotchange";class _s extends xg{observe(e){e.addEventListener(Hs,this)}disconnect(e){e.removeEventListener(Hs,this)}getNodes(e){return e.assignedNodes(this.options)}handleEvent(e){const t=e.currentTarget;this.updateTarget(this.getSource(t),this.computeNodes(t))}}Oe.define(_s);function Y(o){return Ue(o)&&(o={property:o}),new _s(o)}const Rs="boolean",Vs="reflect",mr=Object.freeze({locate:vs()}),js={toView(o){return o?"true":"false"},fromView(o){return!(o==null||o==="false"||o===!1||o===0)}};function Gs(o){if(o==null)return null;const e=o*1;return isNaN(e)?null:e}const ve={toView(o){const e=Gs(o);return e&&e.toString()},fromView:Gs};class Ca{constructor(e,t,r=t.toLowerCase(),a=Vs,n){this.guards=new Set,this.Owner=e,this.name=t,this.attribute=r,this.mode=a,this.converter=n,this.fieldName=`_${t}`,this.callbackName=`${t}Changed`,this.hasCallback=this.callbackName in e.prototype,a===Rs&&n===void 0&&(this.converter=js)}setValue(e,t){const r=e[this.fieldName],a=this.converter;a!==void 0&&(t=a.fromView(t)),r!==t&&(e[this.fieldName]=t,this.tryReflectToAttribute(e),this.hasCallback&&e[this.callbackName](r,t),e.$fastController.notify(this.name))}getValue(e){return N.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,r=this.guards;r.has(e)||t==="fromView"||ue.enqueue(()=>{r.add(e);const a=e[this.fieldName];switch(t){case Vs:const n=this.converter;Zt.setAttribute(e,this.attribute,n!==void 0?n.toView(a):a);break;case Rs:Zt.setBooleanAttribute(e,this.attribute,a);break}r.delete(e)})}static collect(e,...t){const r=[];t.push(mr.locate(e));for(let a=0,n=t.length;a<n;++a){const i=t[a];if(i!==void 0)for(let c=0,u=i.length;c<u;++c){const d=i[c];Ue(d)?r.push(new Ca(e,d)):r.push(new Ca(e,d.property,d.attribute,d.mode,d.converter))}}return r}}function s(o,e){let t;function r(a,n){arguments.length>1&&(t.property=n),mr.locate(a.constructor).push(t)}if(arguments.length>1){t={},r(o,e);return}return t=o===void 0?{}:o,r}const Ws={mode:"open"},qs={},Xs=new Set,yr=U.getById(xt.elementRegistry,()=>Ia());class De{constructor(e,t=e.definition){var r;this.platformDefined=!1,Ue(t)&&(t={name:t}),this.type=e,this.name=t.name,this.template=t.template,this.registry=(r=t.registry)!==null&&r!==void 0?r:customElements;const a=e.prototype,n=Ca.collect(e,t.attributes),i=new Array(n.length),c={},u={};for(let d=0,l=n.length;d<l;++d){const h=n[d];i[d]=h.attribute,c[h.name]=h,u[h.attribute]=h,N.defineProperty(a,h)}Reflect.defineProperty(e,"observedAttributes",{value:i,enumerable:!0}),this.attributes=n,this.propertyLookup=c,this.attributeLookup=u,this.shadowOptions=t.shadowOptions===void 0?Ws:t.shadowOptions===null?void 0:Object.assign(Object.assign({},Ws),t.shadowOptions),this.elementOptions=t.elementOptions===void 0?qs:Object.assign(Object.assign({},qs),t.elementOptions),this.styles=be.normalize(t.styles),yr.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 Xs.has(e)||yr.getByType(e)?new De(class extends e{},t):new De(e,t)}static registerBaseType(e){Xs.add(e)}}De.getByType=yr.getByType,De.getForInstance=yr.getForInstance;const Bg={bubbles:!0,composed:!0,cancelable:!0},ja="isConnected",Ks=new WeakMap;function $r(o){var e,t;return(t=(e=o.shadowRoot)!==null&&e!==void 0?e:Ks.get(o))!==null&&t!==void 0?t:null}let Us;class kr extends ys{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 r=t.shadowOptions;if(r!==void 0){let n=e.shadowRoot;n?this.hasExistingShadowRoot=!0:(n=e.attachShadow(r),r.mode==="closed"&&Ks.set(e,n))}const a=N.getAccessors(e);if(a.length>0){const n=this.boundObservables=Object.create(null);for(let i=0,c=a.length;i<c;++i){const u=a[i].name,d=e[u];d!==void 0&&(delete e[u],n[u]=d)}}}get isConnected(){return N.track(this,ja),this.stage===1}get context(){var e,t;return(t=(e=this.view)===null||e===void 0?void 0:e.context)!==null&&t!==void 0?t:Co.default}get isBound(){var e,t;return(t=(e=this.view)===null||e===void 0?void 0:e.isBound)!==null&&t!==void 0?t:!1}get sourceLifetime(){var e;return(e=this.view)===null||e===void 0?void 0:e.sourceLifetime}get template(){var e;if(this._template===null){const t=this.definition;this.source.resolveTemplate?this._template=this.source.resolveTemplate():t.template&&(this._template=(e=t.template)!==null&&e!==void 0?e:null)}return this._template}set template(e){this._template!==e&&(this._template=e,this.needsInitialization||this.renderTemplate(e))}get mainStyles(){var e;if(this._mainStyles===null){const t=this.definition;this.source.resolveStyles?this._mainStyles=this.source.resolveStyles():t.styles&&(this._mainStyles=(e=t.styles)!==null&&e!==void 0?e:null)}return this._mainStyles}set mainStyles(e){this._mainStyles!==e&&(this._mainStyles!==null&&this.removeStyles(this._mainStyles),this._mainStyles=e,this.needsInitialization||this.addStyles(e))}onUnbind(e){var t;(t=this.view)===null||t===void 0||t.onUnbind(e)}addBehavior(e){var t,r;const a=(t=this.behaviors)!==null&&t!==void 0?t:this.behaviors=new Map,n=(r=a.get(e))!==null&&r!==void 0?r:0;n===0?(a.set(e,1),e.addedCallback&&e.addedCallback(this),e.connectedCallback&&!this.guardBehaviorConnection&&(this.stage===1||this.stage===0)&&e.connectedCallback(this)):a.set(e,n+1)}removeBehavior(e,t=!1){const r=this.behaviors;if(r===null)return;const a=r.get(e);a!==void 0&&(a===1||t?(r.delete(e),e.disconnectedCallback&&this.stage!==3&&e.disconnectedCallback(this),e.removedCallback&&e.removedCallback(this)):r.set(e,a-1))}addStyles(e){var t;if(!e)return;const r=this.source;if(e instanceof HTMLElement)((t=$r(r))!==null&&t!==void 0?t:this.source).append(e);else if(!e.isAttachedTo(r)){const a=e.behaviors;if(e.addStylesTo(r),a!==null)for(let n=0,i=a.length;n<i;++n)this.addBehavior(a[n])}}removeStyles(e){var t;if(!e)return;const r=this.source;if(e instanceof HTMLElement)((t=$r(r))!==null&&t!==void 0?t:r).removeChild(e);else if(e.isAttachedTo(r)){const a=e.behaviors;if(e.removeStylesFrom(r),a!==null)for(let n=0,i=a.length;n<i;++n)this.removeBehavior(a[n])}}connect(){if(this.stage!==3)return;if(this.stage=0,this.boundObservables!==null){const t=this.source,r=this.boundObservables,a=Object.keys(r);for(let n=0,i=a.length;n<i;++n){const c=a[n];t[c]=r[c]}this.boundObservables=null}const e=this.behaviors;if(e!==null){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):this.view!==null&&this.view.bind(this.source),this.stage=1,N.notify(this,ja)}disconnect(){if(this.stage!==1)return;this.stage=2,N.notify(this,ja),this.view!==null&&this.view.unbind();const e=this.behaviors;if(e!==null)for(const t of e.keys())t.disconnectedCallback&&t.disconnectedCallback(this);this.stage=3}onAttributeChangedCallback(e,t,r){const a=this.definition.attributeLookup[e];a!==void 0&&a.onAttributeChangedCallback(this.source,r)}emit(e,t,r){return this.stage===1?this.source.dispatchEvent(new CustomEvent(e,Object.assign(Object.assign({detail:t},Bg),r))):!1}renderTemplate(e){var t;const r=this.source,a=(t=$r(r))!==null&&t!==void 0?t:r;if(this.view!==null)this.view.dispose(),this.view=null;else if(!this.needsInitialization||this.hasExistingShadowRoot){this.hasExistingShadowRoot=!1;for(let n=a.firstChild;n!==null;n=a.firstChild)a.removeChild(n)}e&&(this.view=e.render(r,a,r),this.view.sourceLifetime=Na.coupled)}static forCustomElement(e){const t=e.$fastController;if(t!==void 0)return t;const r=De.getForInstance(e);if(r===void 0)throw U.error(1401);return e.$fastController=new Us(e,r)}static setStrategy(e){Us=e}}Qt(kr),kr.setStrategy(kr);function xr(o){var e;return"adoptedStyleSheets"in o?o:(e=$r(o))!==null&&e!==void 0?e:o.getRootNode()}class Fa{constructor(e){const t=Fa.styleSheetCache;this.sheets=e.map(r=>{if(r instanceof CSSStyleSheet)return r;let a=t.get(r);return a===void 0&&(a=new CSSStyleSheet,a.replaceSync(r),t.set(r,a)),a})}addStylesTo(e){Qs(xr(e),this.sheets)}removeStylesFrom(e){Zs(xr(e),this.sheets)}}Fa.styleSheetCache=new Map;let wg=0;const Sg=()=>`fast-${++wg}`;function Ys(o){return o===document?document.body:o}class Pg{constructor(e){this.styles=e,this.styleClass=Sg()}addStylesTo(e){e=Ys(xr(e));const t=this.styles,r=this.styleClass;for(let a=0;a<t.length;a++){const n=document.createElement("style");n.innerHTML=t[a],n.className=r,e.append(n)}}removeStylesFrom(e){e=Ys(xr(e));const t=e.querySelectorAll(`.${this.styleClass}`);for(let r=0,a=t.length;r<a;++r)e.removeChild(t[r])}}let Qs=(o,e)=>{o.adoptedStyleSheets=[...o.adoptedStyleSheets,...e]},Zs=(o,e)=>{o.adoptedStyleSheets=o.adoptedStyleSheets.filter(t=>e.indexOf(t)===-1)};if(be.supportsAdoptedStyleSheets){try{document.adoptedStyleSheets.push(),document.adoptedStyleSheets.splice(),Qs=(o,e)=>{o.adoptedStyleSheets.push(...e)},Zs=(o,e)=>{for(const t of e){const r=o.adoptedStyleSheets.indexOf(t);r!==-1&&o.adoptedStyleSheets.splice(r,1)}}}catch{}be.setDefaultStrategy(Fa)}else be.setDefaultStrategy(Pg);function Js(o){const e=class extends o{constructor(){super(),kr.forCustomElement(this)}$emit(t,r,a){return this.$fastController.emit(t,r,a)}connectedCallback(){this.$fastController.connect()}disconnectedCallback(){this.$fastController.disconnect()}attributeChangedCallback(t,r,a){this.$fastController.onAttributeChangedCallback(t,r,a)}};return De.registerBaseType(e),e}function Cg(o,e){return st(o)?De.compose(o,e):De.compose(this,o)}function Fg(o,e){return st(o)?De.compose(o,e).define().type:De.compose(this,o).define().type}function Tg(o){return Js(o)}const S=Object.assign(Js(HTMLElement),{from:Tg,define:Fg,compose:Cg}),he={horizontal:"horizontal",vertical:"vertical"};function el(...o){return o.every(e=>e instanceof HTMLElement)}const to="ArrowDown",oo="ArrowLeft",ro="ArrowRight",ao="ArrowUp",Br="End",no="Enter",Ga="Escape",wr="Home",io=" ",tl="Tab",Ag={ArrowDown:to,ArrowLeft:oo,ArrowRight:ro,ArrowUp:ao};var we;(function(o){o.ltr="ltr",o.rtl="rtl"})(we||(we={}));function Ig(o,e,t){return t<o?e:t>e?o:t}function Wa(o,e,t){return Math.min(Math.max(t,o),e)}let zg=0;function qa(o=""){return`${o}${zg++}`}var Ng=Object.defineProperty,Lg=Object.getOwnPropertyDescriptor,M=(o,e,t,r)=>{for(var a=r>1?void 0:r?Lg(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Ng(e,t,a),a};class D{}M([s({attribute:"aria-atomic"})],D.prototype,"ariaAtomic",2),M([s({attribute:"aria-busy"})],D.prototype,"ariaBusy",2),M([s({attribute:"aria-controls"})],D.prototype,"ariaControls",2),M([s({attribute:"aria-current"})],D.prototype,"ariaCurrent",2),M([s({attribute:"aria-describedby"})],D.prototype,"ariaDescribedby",2),M([s({attribute:"aria-details"})],D.prototype,"ariaDetails",2),M([s({attribute:"aria-disabled"})],D.prototype,"ariaDisabled",2),M([s({attribute:"aria-errormessage"})],D.prototype,"ariaErrormessage",2),M([s({attribute:"aria-flowto"})],D.prototype,"ariaFlowto",2),M([s({attribute:"aria-haspopup"})],D.prototype,"ariaHaspopup",2),M([s({attribute:"aria-hidden"})],D.prototype,"ariaHidden",2),M([s({attribute:"aria-invalid"})],D.prototype,"ariaInvalid",2),M([s({attribute:"aria-keyshortcuts"})],D.prototype,"ariaKeyshortcuts",2),M([s({attribute:"aria-label"})],D.prototype,"ariaLabel",2),M([s({attribute:"aria-labelledby"})],D.prototype,"ariaLabelledby",2),M([s({attribute:"aria-live"})],D.prototype,"ariaLive",2),M([s({attribute:"aria-owns"})],D.prototype,"ariaOwns",2),M([s({attribute:"aria-relevant"})],D.prototype,"ariaRelevant",2),M([s({attribute:"aria-roledescription"})],D.prototype,"ariaRoledescription",2);const Xa=o=>o.closest("[dir]")?.dir==="rtl"?we.rtl:we.ltr;function re(o){return o?typeof o=="string"?new Bt(o):"inline"in o?o.inline():o:Bt.empty}const ol=o=>o.nodeType!==Node.TEXT_NODE||!!o.nodeValue?.trim().length,Dg=":host([hidden]){display:none}";function F(o){return`${Dg}:host{display:${o}}`}class Og{constructor(e){this.listenerCache=new WeakMap,this.query=e}connectedCallback(e){const{query:t}=this;let r=this.listenerCache.get(e);r||(r=this.constructListener(e),this.listenerCache.set(e,r)),r.bind(t)(),t.addEventListener("change",r)}disconnectedCallback(e){const t=this.listenerCache.get(e);t&&this.query.removeEventListener("change",t)}}class ur extends Og{constructor(e,t){super(e),this.styles=t}static with(e){return t=>new ur(e,t)}constructListener(e){let t=!1;const r=this.styles;return function(){const{matches:n}=this;n&&!t?(e.addStyles(r),t=n):!n&&t&&(e.removeStyles(r),t=n)}}removedCallback(e){e.removeStyles(this.styles)}}const Te=ur.with(window.matchMedia("(forced-colors)")),Eg=ur.with(window.matchMedia("(prefers-color-scheme: dark)")),Mg=ur.with(window.matchMedia("(prefers-color-scheme: light)"));class Ye{}function Qe(o){return v`<slot name="end" ${Fe("end")}>${re(o.end)}</slot>`.inline()}function Ze(o){return v`<slot name="start" ${Fe("start")}>${re(o.start)}</slot>`.inline()}function Ae(o,...e){const t=mr.locate(o);e.forEach(r=>{Object.getOwnPropertyNames(r.prototype).forEach(n=>{n!=="constructor"&&Object.defineProperty(o.prototype,n,Object.getOwnPropertyDescriptor(r.prototype,n))}),mr.locate(r).forEach(n=>t.push(n))})}var Hg=Object.defineProperty,_g=Object.getOwnPropertyDescriptor,wt=(o,e,t,r)=>{for(var a=r>1?void 0:r?_g(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Hg(e,t,a),a};class ae extends S{constructor(){super(...arguments),this.headinglevel=2,this.expanded=!1,this.disabled=!1,this.id=qa("accordion-"),this.block=!1,this.clickHandler=e=>{this.disabled||this.$emit("click",e)}}}wt([s({attribute:"heading-level",mode:"fromView",converter:ve})],ae.prototype,"headinglevel",2),wt([s({mode:"boolean"})],ae.prototype,"expanded",2),wt([s({mode:"boolean"})],ae.prototype,"disabled",2),wt([s],ae.prototype,"id",2),wt([s],ae.prototype,"size",2),wt([s({mode:"boolean"})],ae.prototype,"block",2),wt([s({attribute:"expand-icon-position"})],ae.prototype,"expandIconPosition",2),Ae(ae,Ye);const Sr={single:"single",multi:"multi"};var Rg=Object.defineProperty,Vg=Object.getOwnPropertyDescriptor,rl=(o,e,t,r)=>{for(var a=r>1?void 0:r?Vg(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Rg(e,t,a),a};class Pr extends S{constructor(){super(...arguments),this.expandmode=Sr.multi,this.activeItemIndex=0,this.change=()=>{this.$emit("change",this.activeid)},this.setItems=()=>{if(this.slottedAccordionItems.length===0)return;const e=Array.from(this.children);if(this.removeItemListeners(e),e.forEach(t=>N.getNotifier(t).subscribe(this,"disabled")),this.accordionItems=e.filter(t=>!t.hasAttribute("disabled")),this.accordionIds=this.getItemIds(),this.accordionItems.forEach((t,r)=>{t instanceof ae&&(t.addEventListener("click",this.activeItemChange),t.addEventListener("keydown",this.handleItemKeyDown),t.addEventListener("focus",this.handleItemFocus),N.getNotifier(t).subscribe(this,"expanded"));const a=this.accordionIds[r];t.setAttribute("id",typeof a!="string"?`accordion-${r+1}`:a),this.activeid=this.accordionIds[this.activeItemIndex]}),this.isSingleExpandMode()){const t=this.findExpandedItem();this.setSingleExpandMode(t)}},this.removeItemListeners=e=>{e.forEach((t,r)=>{N.getNotifier(t).unsubscribe(this,"disabled"),N.getNotifier(t).unsubscribe(this,"expanded"),t.removeEventListener("click",this.activeItemChange),t.removeEventListener("keydown",this.handleItemKeyDown),t.removeEventListener("focus",this.handleItemFocus)})},this.activeItemChange=e=>{e.defaultPrevented||e.target!==e.currentTarget||(e.preventDefault(),this.handleExpandedChange(e.target))},this.handleExpandedChange=e=>{e instanceof ae&&(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 ao:e.preventDefault(),this.adjust(-1);break;case to:e.preventDefault(),this.adjust(1);break;case wr:this.activeItemIndex=0,this.focusItem();break;case Br:this.activeItemIndex=this.accordionItems.length-1,this.focusItem();break}},this.handleItemFocus=e=>{if(e.target===e.currentTarget){const t=e.target,r=this.activeItemIndex=Array.from(this.accordionItems).indexOf(t);this.activeItemIndex!==r&&r!==-1&&(this.activeItemIndex=r,this.activeid=this.accordionIds[this.activeItemIndex])}}}expandmodeChanged(e,t){if(!this.$fastController.isConnected)return;const r=this.findExpandedItem();r&&(t!==Sr.single?r?.expandbutton.removeAttribute("aria-disabled"):this.setSingleExpandMode(r))}slottedAccordionItemsChanged(e,t){this.$fastController.isConnected&&this.setItems()}handleChange(e,t){t==="disabled"?this.setItems():t==="expanded"&&e.expanded&&this.isSingleExpandMode()&&this.setSingleExpandMode(e)}findExpandedItem(){return this.accordionItems.length===0?null:this.accordionItems.find(e=>e instanceof ae&&e.expanded)??this.accordionItems[0]}setSingleExpandMode(e){if(this.accordionItems.length===0)return;const t=Array.from(this.accordionItems);this.activeItemIndex=t.indexOf(e),t.forEach((r,a)=>{r instanceof ae&&(this.activeItemIndex===a?(r.expanded=!0,r.expandbutton.setAttribute("aria-disabled","true")):(r.expanded=!1,r.hasAttribute("disabled")||r.expandbutton.removeAttribute("aria-disabled")))})}getItemIds(){return this.slottedAccordionItems.map(e=>e.id)}isSingleExpandMode(){return this.expandmode===Sr.single}adjust(e){this.activeItemIndex=Ig(0,this.accordionItems.length-1,this.activeItemIndex+e),this.focusItem()}focusItem(){const e=this.accordionItems[this.activeItemIndex];e instanceof ae&&e.expandbutton.focus()}}rl([s({attribute:"expand-mode"})],Pr.prototype,"expandmode",2),rl([m],Pr.prototype,"slottedAccordionItems",2);function jg(){return v`<template><slot ${Y({property:"slottedAccordionItems",filter:eo()})}></slot></template>`}const al=jg(),nl=g`
2
- ${F("flex")}
1
+ const b=Object.freeze({prefix:"fluent",shadowRootMode:"open",registry:customElements});let Po;const Si="fast-kernel";try{if(document.currentScript)Po=document.currentScript.getAttribute(Si);else{const o=document.getElementsByTagName("script");Po=o[o.length-1].getAttribute(Si)}}catch{Po="isolate"}let pt;switch(Po){case"share":pt=Object.freeze({updateQueue:1,observable:2,contextEvent:3,elementRegistry:4});break;case"share-v2":pt=Object.freeze({updateQueue:1.2,observable:2.2,contextEvent:3.2,elementRegistry:4.2});break;default:const o=`-${Math.random().toString(36).substring(2,8)}`;pt=Object.freeze({updateQueue:`1.2${o}`,observable:`2.2${o}`,contextEvent:`3.2${o}`,elementRegistry:`4.2${o}`});break}const Je=o=>typeof o=="function",Ve=o=>typeof o=="string",Xn=()=>{};var xr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};(function(){if(!(typeof globalThis<"u"))if(typeof xr<"u")xr.globalThis=xr;else if(typeof self<"u")self.globalThis=self;else if(typeof window<"u")window.globalThis=window;else{const e=new Function("return this")();e.globalThis=e}})();const Ti={configurable:!1,enumerable:!1,writable:!1};globalThis.FAST===void 0&&Reflect.defineProperty(globalThis,"FAST",Object.assign({value:Object.create(null)},Ti));const W=globalThis.FAST;if(W.getById===void 0){const o=Object.create(null);Reflect.defineProperty(W,"getById",Object.assign({value(e,t){let r=o[e];return r===void 0&&(r=t?o[e]=t():null),r}},Ti))}W.error===void 0&&Object.assign(W,{warn(){},error(o){return new Error(`Error ${o}`)},addMessages(){}});const Pi=Object.freeze([]);function kr(){const o=new Map;return Object.freeze({register(e){return o.has(e.type)?!1:(o.set(e.type,e),!0)},getByType(e){return o.get(e)},getForInstance(e){if(e!=null)return o.get(e.constructor)}})}function Ii(){const o=new WeakMap;return function(e){let t=o.get(e);if(t===void 0){let r=Reflect.getPrototypeOf(e);for(;t===void 0&&r!==null;)t=o.get(r),r=Reflect.getPrototypeOf(r);t=t===void 0?[]:t.slice(0),o.set(e,t)}return t}}function Pt(o){o.prototype.toJSON=Xn}const Z=Object.freeze({none:0,attribute:1,booleanAttribute:2,property:3,content:4,tokenList:5,event:6}),Bi=o=>o,Un=globalThis.trustedTypes?globalThis.trustedTypes.createPolicy("fast-html",{createHTML:Bi}):{createHTML:Bi};let Io=Object.freeze({createHTML(o){return Un.createHTML(o)},protect(o,e,t,r){return r}});const Kn=Io,It=Object.freeze({get policy(){return Io},setPolicy(o){if(Io!==Kn)throw W.error(1201);Io=o},setAttribute(o,e,t){t==null?o.removeAttribute(e):o.setAttribute(e,t)},setBooleanAttribute(o,e,t){t?o.setAttribute(e,""):o.removeAttribute(e)}}),he=W.getById(pt.updateQueue,()=>{const o=[],e=[],t=globalThis.requestAnimationFrame;let r=!0;function i(){if(e.length)throw e.shift()}function s(h){try{h.call()}catch(d){if(r)e.push(d),setTimeout(i,0);else throw o.length=0,d}}function n(){let d=0;for(;d<o.length;)if(s(o[d]),d++,d>1024){for(let l=0,u=o.length-d;l<u;l++)o[l]=o[l+d];o.length-=d,d=0}o.length=0}function c(h){o.push(h),o.length<2&&(r?t(n):n())}return Object.freeze({enqueue:c,next:()=>new Promise(c),process:n,setMode:h=>r=h})});class wr{constructor(e,t){this.sub1=void 0,this.sub2=void 0,this.spillover=void 0,this.subject=e,this.sub1=t}has(e){return this.spillover===void 0?this.sub1===e||this.sub2===e:this.spillover.indexOf(e)!==-1}subscribe(e){const t=this.spillover;if(t===void 0){if(this.has(e))return;if(this.sub1===void 0){this.sub1=e;return}if(this.sub2===void 0){this.sub2=e;return}this.spillover=[this.sub1,this.sub2,e],this.sub1=void 0,this.sub2=void 0}else t.indexOf(e)===-1&&t.push(e)}unsubscribe(e){const t=this.spillover;if(t===void 0)this.sub1===e?this.sub1=void 0:this.sub2===e&&(this.sub2=void 0);else{const r=t.indexOf(e);r!==-1&&t.splice(r,1)}}notify(e){const t=this.spillover,r=this.subject;if(t===void 0){const i=this.sub1,s=this.sub2;i!==void 0&&i.handleChange(r,e),s!==void 0&&s.handleChange(r,e)}else for(let i=0,s=t.length;i<s;++i)t[i].handleChange(r,e)}}class zi{constructor(e){this.subscribers={},this.subjectSubscribers=null,this.subject=e}notify(e){var t,r;(t=this.subscribers[e])===null||t===void 0||t.notify(e),(r=this.subjectSubscribers)===null||r===void 0||r.notify(e)}subscribe(e,t){var r,i;let s;t?s=(r=this.subscribers[t])!==null&&r!==void 0?r:this.subscribers[t]=new wr(this.subject):s=(i=this.subjectSubscribers)!==null&&i!==void 0?i:this.subjectSubscribers=new wr(this.subject),s.subscribe(e)}unsubscribe(e,t){var r,i;t?(r=this.subscribers[t])===null||r===void 0||r.unsubscribe(e):(i=this.subjectSubscribers)===null||i===void 0||i.unsubscribe(e)}}const Cr=Object.freeze({unknown:void 0,coupled:1}),S=W.getById(pt.observable,()=>{const o=he.enqueue,e=/(:|&&|\|\||if|\?\.)/,t=new WeakMap;let r,i=d=>{throw W.error(1101)};function s(d){var l;let u=(l=d.$fastController)!==null&&l!==void 0?l:t.get(d);return u===void 0&&(Array.isArray(d)?u=i(d):t.set(d,u=new zi(d))),u}const n=Ii();class c{constructor(l){this.name=l,this.field=`_${l}`,this.callback=`${l}Changed`}getValue(l){return r!==void 0&&r.watch(l,this.name),l[this.field]}setValue(l,u){const p=this.field,g=l[p];if(g!==u){l[p]=u;const m=l[this.callback];Je(m)&&m.call(l,g,u),s(l).notify(this.name)}}}class h extends wr{constructor(l,u,p=!1){super(l,u),this.expression=l,this.isVolatileBinding=p,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(l){this.isAsync=this.needsQueue=l}bind(l){this.controller=l;const u=this.observe(l.source,l.context);return!l.isBound&&this.requiresUnbind(l)&&l.onUnbind(this),u}requiresUnbind(l){return l.sourceLifetime!==Cr.coupled||this.first!==this.last||this.first.propertySource!==l.source}unbind(l){this.dispose()}observe(l,u){this.needsRefresh&&this.last!==null&&this.dispose();const p=r;r=this.needsRefresh?this:void 0,this.needsRefresh=this.isVolatileBinding;let g;try{g=this.expression(l,u)}finally{r=p}return g}disconnect(){this.dispose()}dispose(){if(this.last!==null){let l=this.first;for(;l!==void 0;)l.notifier.unsubscribe(this,l.propertyName),l=l.next;this.last=null,this.needsRefresh=this.needsQueue=this.isAsync}}watch(l,u){const p=this.last,g=s(l),m=p===null?this.first:{};if(m.propertySource=l,m.propertyName=u,m.notifier=g,g.subscribe(this,u),p!==null){if(!this.needsRefresh){let x;r=void 0,x=p.propertySource[p.propertyName],r=this,l===x&&(this.needsRefresh=!0)}p.next=m}this.last=m}handleChange(){this.needsQueue?(this.needsQueue=!1,o(this)):this.isAsync||this.call()}call(){this.last!==null&&(this.needsQueue=this.isAsync,this.notify(this))}*records(){let l=this.first;for(;l!==void 0;)yield l,l=l.next}}return Pt(h),Object.freeze({setArrayObserverFactory(d){i=d},getNotifier:s,track(d,l){r&&r.watch(d,l)},trackVolatile(){r&&(r.needsRefresh=!0)},notify(d,l){s(d).notify(l)},defineProperty(d,l){Ve(l)&&(l=new c(l)),n(d).push(l),Reflect.defineProperty(d,l.name,{enumerable:!0,get(){return l.getValue(this)},set(u){l.setValue(this,u)}})},getAccessors:n,binding(d,l,u=this.isVolatileBinding(d)){return new h(d,l,u)},isVolatileBinding(d){return e.test(d.toString())}})});function $(o,e){S.defineProperty(o,e)}const Fi=W.getById(pt.contextEvent,()=>{let o=null;return{get(){return o},set(e){o=e}}}),Ut=Object.freeze({default:{index:0,length:0,get event(){return Ut.getEvent()},eventDetail(){return this.event.detail},eventTarget(){return this.event.target}},getEvent(){return Fi.get()},setEvent(o){Fi.set(o)}});class Bo{constructor(e,t,r=!1){this.evaluate=e,this.policy=t,this.isVolatile=r}}class Yn extends Bo{createObserver(e){return S.binding(this.evaluate,e,this.isVolatile)}}function Ai(o,e,t=S.isVolatileBinding(o)){return new Yn(o,e,t)}class Oi extends Bo{createObserver(){return this}bind(e){return this.evaluate(e.source,e.context)}}Pt(Oi);function Ei(o,e){return new Oi(o,e)}let Li;function _i(o){return o.map(e=>e instanceof de?_i(e.styles):[e]).reduce((e,t)=>e.concat(t),[])}class de{constructor(e){this.styles=e,this.targets=new WeakSet,this._strategy=null,this.behaviors=e.map(t=>t instanceof de?t.behaviors:null).reduce((t,r)=>r===null?t:t===null?r:t.concat(r),null)}get strategy(){return this._strategy===null&&this.withStrategy(Li),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=this.behaviors===null?e:this.behaviors.concat(e),this}withStrategy(e){return this._strategy=new e(_i(this.styles)),this}static setDefaultStrategy(e){Li=e}static normalize(e){return e===void 0?void 0:Array.isArray(e)?new de(e):e instanceof de?e:new de([e])}}de.supportsAdoptedStyleSheets=Array.isArray(document.adoptedStyleSheets)&&"replace"in CSSStyleSheet.prototype;const Sr=kr(),Tr=Object.freeze({getForInstance:Sr.getForInstance,getByType:Sr.getByType,define(o){return Sr.register({type:o}),o}});function Pr(o,e,t){e.source.style.setProperty(o.targetAspect,t.bind(e))}class Ir{constructor(e,t){this.dataBinding=e,this.targetAspect=t}createCSS(e){return e(this),`var(${this.targetAspect})`}addedCallback(e){var t;const r=e.source;if(!r.$cssBindings){r.$cssBindings=new Map;const s=r.setAttribute;r.setAttribute=(n,c)=>{s.call(r,n,c),n==="style"&&r.$cssBindings.forEach((h,d)=>Pr(d,h.controller,h.observer))}}const i=(t=e[this.targetAspect])!==null&&t!==void 0?t:e[this.targetAspect]=this.dataBinding.createObserver(this,this);i.controller=e,e.source.$cssBindings.set(this,{controller:e,observer:i})}connectedCallback(e){Pr(this,e,e[this.targetAspect])}removedCallback(e){e.source.$cssBindings&&e.source.$cssBindings.delete(this)}handleChange(e,t){Pr(this,t.controller,t)}}Tr.define(Ir);const Qn=`${Math.random().toString(36).substring(2,8)}`;let Zn=0;const Mi=()=>`--v${Qn}${++Zn}`;function Di(o,e){const t=[];let r="";const i=[],s=n=>{i.push(n)};for(let n=0,c=o.length-1;n<c;++n){r+=o[n];let h=e[n];Je(h)?h=new Ir(Ai(h),Mi()).createCSS(s):h instanceof Bo?h=new Ir(h,Mi()).createCSS(s):Tr.getForInstance(h)!==void 0&&(h=h.createCSS(s)),h instanceof de||h instanceof CSSStyleSheet?(r.trim()!==""&&(t.push(r),r=""),t.push(h)):r+=h}return r+=o[o.length-1],r.trim()!==""&&t.push(r),{styles:t,behaviors:i}}const f=(o,...e)=>{const{styles:t,behaviors:r}=Di(o,e),i=new de(t);return r.length?i.withBehaviors(...r):i};class Ri{constructor(e,t){this.behaviors=t,this.css="";const r=e.reduce((i,s)=>(Ve(s)?this.css+=s:i.push(s),i),[]);r.length&&(this.styles=new de(r))}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)}}Tr.define(Ri),f.partial=(o,...e)=>{const{styles:t,behaviors:r}=Di(o,e);return new Ri(t,r)};const Br=`fast-${Math.random().toString(36).substring(2,8)}`,zo=`${Br}{`,Kt=`}${Br}`,Jn=Kt.length;let ea=0;const zr=()=>`${Br}-${++ea}`,Ni=Object.freeze({interpolation:o=>`${zo}${o}${Kt}`,attribute:o=>`${zr()}="${zo}${o}${Kt}"`,comment:o=>`<!--${zo}${o}${Kt}-->`}),Fo=Object.freeze({parse(o,e){const t=o.split(zo);if(t.length===1)return null;const r=[];for(let i=0,s=t.length;i<s;++i){const n=t[i],c=n.indexOf(Kt);let h;if(c===-1)h=n;else{const d=n.substring(0,c);r.push(e[d]),h=n.substring(c+Jn)}h!==""&&r.push(h)}return r}}),Fr=kr(),ze=Object.freeze({getForInstance:Fr.getForInstance,getByType:Fr.getByType,define(o,e){return e=e||{},e.type=o,Fr.register(e),o},assignAspect(o,e){if(!e){o.aspectType=Z.content;return}switch(o.sourceAspect=e,e[0]){case":":o.targetAspect=e.substring(1),o.aspectType=o.targetAspect==="classList"?Z.tokenList:Z.property;break;case"?":o.targetAspect=e.substring(1),o.aspectType=Z.booleanAttribute;break;case"@":o.targetAspect=e.substring(1),o.aspectType=Z.event;break;default:o.targetAspect=e,o.aspectType=Z.attribute;break}}});class Ar{constructor(e){this.options=e}createHTML(e){return Ni.attribute(e(this))}createBehavior(){return this}}Pt(Ar);function ta(o,e,t,r){if(t==null&&(t=""),t.create){o.textContent="";let i=o.$fastView;i===void 0?i=t.create():o.$fastTemplate!==t&&(i.isComposed&&(i.remove(),i.unbind()),i=t.create()),i.isComposed?i.needsBindOnly&&(i.needsBindOnly=!1,i.bind(r.source,r.context)):(i.isComposed=!0,i.bind(r.source,r.context),i.insertBefore(o),o.$fastView=i,o.$fastTemplate=t)}else{const i=o.$fastView;i!==void 0&&i.isComposed&&(i.isComposed=!1,i.remove(),i.needsBindOnly?i.needsBindOnly=!1:i.unbind()),o.textContent=t}}function oa(o,e,t){var r;const i=`${this.id}-t`,s=(r=o[i])!==null&&r!==void 0?r:o[i]={v:0,cv:Object.create(null)},n=s.cv;let c=s.v;const h=o[e];if(t!=null&&t.length){const d=t.split(/\s+/);for(let l=0,u=d.length;l<u;++l){const p=d[l];p!==""&&(n[p]=c,h.add(p))}}if(s.v=c+1,c!==0){c-=1;for(const d in n)n[d]===c&&h.remove(d)}}const ra={[Z.attribute]:It.setAttribute,[Z.booleanAttribute]:It.setBooleanAttribute,[Z.property]:(o,e,t)=>o[e]=t,[Z.content]:ta,[Z.tokenList]:oa,[Z.event]:()=>{}};class Bt{constructor(e){this.dataBinding=e,this.updateTarget=null,this.aspectType=Z.content}createHTML(e){return Ni.interpolation(e(this))}createBehavior(){var e;if(this.updateTarget===null){const t=ra[this.aspectType],r=(e=this.dataBinding.policy)!==null&&e!==void 0?e:this.policy;if(!t)throw W.error(1205);this.data=`${this.id}-d`,this.updateTarget=r.protect(this.targetTagName,this.aspectType,this.targetAspect,t)}return this}bind(e){var t;const r=e.targets[this.targetNodeId];switch(this.aspectType){case Z.event:r[this.data]=e,r.addEventListener(this.targetAspect,this,this.dataBinding.options);break;case Z.content:e.onUnbind(this);default:const i=(t=r[this.data])!==null&&t!==void 0?t:r[this.data]=this.dataBinding.createObserver(this,this);i.target=r,i.controller=e,this.updateTarget(r,this.targetAspect,i.bind(e),e);break}}unbind(e){const r=e.targets[this.targetNodeId].$fastView;r!==void 0&&r.isComposed&&(r.unbind(),r.needsBindOnly=!0)}handleEvent(e){const t=e.currentTarget[this.data];if(t.isBound){Ut.setEvent(e);const r=this.dataBinding.evaluate(t.source,t.context);Ut.setEvent(null),r!==!0&&e.preventDefault()}}handleChange(e,t){const r=t.target,i=t.controller;this.updateTarget(r,this.targetAspect,t.bind(i),i)}}ze.define(Bt,{aspected:!0});function Hi(o,e){const t=o.parentNode;let r=o,i;for(;r!==e;)i=r.nextSibling,t.removeChild(r),r=i;t.removeChild(e)}class Ao{constructor(e,t,r){this.fragment=e,this.factories=t,this.targets=r,this.behaviors=null,this.unbindables=[],this.source=null,this.isBound=!1,this.sourceLifetime=Cr.unknown,this.context=this,this.index=0,this.length=0,this.firstChild=e.firstChild,this.lastChild=e.lastChild}get event(){return Ut.getEvent()}get isEven(){return this.index%2===0}get isOdd(){return this.index%2!==0}get isFirst(){return this.index===0}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 r=e.parentNode;let i=this.firstChild,s;for(;i!==t;)s=i.nextSibling,r.insertBefore(i,e),i=s;r.insertBefore(t,e)}}remove(){const e=this.fragment,t=this.lastChild;let r=this.firstChild,i;for(;r!==t;)i=r.nextSibling,e.appendChild(r),r=i;e.appendChild(t)}dispose(){Hi(this.firstChild,this.lastChild),this.unbind()}onUnbind(e){this.unbindables.push(e)}bind(e,t=this){if(this.source===e)return;let r=this.behaviors;if(r===null){this.source=e,this.context=t,this.behaviors=r=new Array(this.factories.length);const i=this.factories;for(let s=0,n=i.length;s<n;++s){const c=i[s].createBehavior();c.bind(this),r[s]=c}}else{this.source!==null&&this.evaluateUnbindables(),this.isBound=!1,this.source=e,this.context=t;for(let i=0,s=r.length;i<s;++i)r[i].bind(this)}this.isBound=!0}unbind(){!this.isBound||this.source===null||(this.evaluateUnbindables(),this.source=null,this.context=this,this.isBound=!1)}evaluateUnbindables(){const e=this.unbindables;for(let t=0,r=e.length;t<r;++t)e[t].unbind(this);e.length=0}static disposeContiguousBatch(e){if(e.length!==0){Hi(e[0].firstChild,e[e.length-1].lastChild);for(let t=0,r=e.length;t<r;++t)e[t].unbind()}}}Pt(Ao),S.defineProperty(Ao.prototype,"index"),S.defineProperty(Ao.prototype,"length");const Vi=(o,e)=>`${o}.${e}`,ji={},Fe={index:0,node:null};function qi(o){o.startsWith("fast-")||W.warn(1204,{name:o})}const ia=new Proxy(document.createElement("div"),{get(o,e){qi(e);const t=Reflect.get(o,e);return Je(t)?t.bind(o):t},set(o,e,t){return qi(e),Reflect.set(o,e,t)}});class sa{constructor(e,t,r){this.fragment=e,this.directives=t,this.policy=r,this.proto=null,this.nodeIds=new Set,this.descriptors={},this.factories=[]}addFactory(e,t,r,i,s){var n,c;this.nodeIds.has(r)||(this.nodeIds.add(r),this.addTargetDescriptor(t,r,i)),e.id=(n=e.id)!==null&&n!==void 0?n:zr(),e.targetNodeId=r,e.targetTagName=s,e.policy=(c=e.policy)!==null&&c!==void 0?c:this.policy,this.factories.push(e)}freeze(){return this.proto=Object.create(null,this.descriptors),this}addTargetDescriptor(e,t,r){const i=this.descriptors;if(t==="r"||t==="h"||i[t])return;if(!i[e]){const n=e.lastIndexOf("."),c=e.substring(0,n),h=parseInt(e.substring(n+1));this.addTargetDescriptor(c,e,h)}let s=ji[t];if(!s){const n=`_${t}`;ji[t]=s={get(){var c;return(c=this[n])!==null&&c!==void 0?c:this[n]=this[e].childNodes[r]}}}i[t]=s}createView(e){const t=this.fragment.cloneNode(!0),r=Object.create(this.proto);r.r=t,r.h=e??ia;for(const i of this.nodeIds)r[i];return new Ao(t,this.factories,r)}}function Wi(o,e,t,r,i,s=!1){const n=t.attributes,c=o.directives;for(let h=0,d=n.length;h<d;++h){const l=n[h],u=l.value,p=Fo.parse(u,c);let g=null;p===null?s&&(g=new Bt(Ei(()=>u,o.policy)),ze.assignAspect(g,l.name)):g=Or.aggregate(p,o.policy),g!==null&&(t.removeAttributeNode(l),h--,d--,o.addFactory(g,e,r,i,t.tagName))}}function na(o,e,t,r,i){const s=Fo.parse(e.textContent,o.directives);if(s===null)return Fe.node=e.nextSibling,Fe.index=i+1,Fe;let n,c=n=e;for(let h=0,d=s.length;h<d;++h){const l=s[h];h!==0&&(i++,r=Vi(t,i),n=c.parentNode.insertBefore(document.createTextNode(""),c.nextSibling)),Ve(l)?n.textContent=l:(n.textContent=" ",ze.assignAspect(l),o.addFactory(l,t,r,i,null)),c=n}return Fe.index=i+1,Fe.node=c.nextSibling,Fe}function Gi(o,e,t){let r=0,i=e.firstChild;for(;i;){const s=aa(o,t,i,r);i=s.node,r=s.index}}function aa(o,e,t,r){const i=Vi(e,r);switch(t.nodeType){case 1:Wi(o,e,t,i,r),Gi(o,t,i);break;case 3:return na(o,t,e,i,r);case 8:const s=Fo.parse(t.data,o.directives);s!==null&&o.addFactory(Or.aggregate(s),e,i,r,null);break}return Fe.index=r+1,Fe.node=t.nextSibling,Fe}function la(o,e){return o&&o.nodeType==8&&Fo.parse(o.data,e)!==null}const Xi="TEMPLATE",Or={compile(o,e,t=It.policy){let r;if(Ve(o)){r=document.createElement(Xi),r.innerHTML=t.createHTML(o);const n=r.content.firstElementChild;n!==null&&n.tagName===Xi&&(r=n)}else r=o;!r.content.firstChild&&!r.content.lastChild&&r.content.appendChild(document.createComment(""));const i=document.adoptNode(r.content),s=new sa(i,e,t);return Wi(s,"",r,"h",0,!0),(la(i.firstChild,e)||i.childNodes.length===1&&Object.keys(e).length>0)&&i.insertBefore(document.createComment(""),i.firstChild),Gi(s,i,"r"),Fe.node=null,s.freeze()},setDefaultStrategy(o){this.compile=o},aggregate(o,e=It.policy){if(o.length===1)return o[0];let t,r,i=!1,s;const n=o.length,c=o.map(l=>Ve(l)?()=>l:(t=l.sourceAspect||t,r=l.dataBinding||r,i=i||l.dataBinding.isVolatile,s=s||l.dataBinding.policy,l.dataBinding.evaluate)),h=(l,u)=>{let p="";for(let g=0;g<n;++g)p+=c[g](l,u);return p};r.evaluate=h,r.isVolatile=i,r.policy=s??e;const d=new Bt(r);return ze.assignAspect(d,t),d}},ca=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/,da=Object.create(null);class ft{constructor(e,t=da){this.html=e,this.factories=t}createHTML(e){const t=this.factories;for(const r in t)e(t[r]);return this.html}}ft.empty=new ft(""),ze.define(ft);function ha(o,e,t,r=ze.getForInstance(o)){if(r.aspected){const i=ca.exec(e);i!==null&&ze.assignAspect(o,i[2])}return o.createHTML(t)}class mr{constructor(e,t={},r){this.policy=r,this.result=null,this.html=e,this.factories=t}create(e){return this.result===null&&(this.result=Or.compile(this.html,this.factories,this.policy)),this.result.createView(e)}inline(){return new ft(Ve(this.html)?this.html:this.html.innerHTML,this.factories)}withPolicy(e){if(this.result)throw W.error(1208);if(this.policy)throw W.error(1207);return this.policy=e,this}render(e,t,r){const i=this.create(r);return i.bind(e),i.appendTo(t),i}static create(e,t,r){let i="";const s=Object.create(null),n=c=>{var h;const d=(h=c.id)!==null&&h!==void 0?h:c.id=zr();return s[d]=c,d};for(let c=0,h=e.length-1;c<h;++c){const d=e[c];let l=t[c],u;if(i+=d,Je(l))l=new Bt(Ai(l));else if(l instanceof Bo)l=new Bt(l);else if(!(u=ze.getForInstance(l))){const p=l;l=new Bt(Ei(()=>p))}i+=ha(l,d,n,u)}return new mr(i+e[e.length-1],s,r)}}Pt(mr);const v=(o,...e)=>{if(Array.isArray(o)&&Array.isArray(o.raw))return mr.create(o,e);throw W.error(1206)};v.partial=o=>new ft(o);class Ui extends Ar{bind(e){e.source[this.options]=e.targets[this.targetNodeId]}}ze.define(Ui);const $e=o=>new Ui(o),ua=()=>null;function Ki(o){return o===void 0?ua:Je(o)?o:()=>o}function Yt(o,e,t){const r=Je(o)?o:()=>o,i=Ki(e),s=Ki(t);return(n,c)=>r(n,c)?i(n,c):s(n,c)}const pa=o=>o.nodeType===1,zt=o=>o?e=>e.nodeType===1&&e.matches(o):pa;class fa extends Ar{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,Pi),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}}const Yi="slotchange";class Qi extends fa{observe(e){e.addEventListener(Yi,this)}disconnect(e){e.removeEventListener(Yi,this)}getNodes(e){return e.assignedNodes(this.options)}handleEvent(e){const t=e.currentTarget;this.updateTarget(this.getSource(t),this.computeNodes(t))}}ze.define(Qi);function G(o){return Ve(o)&&(o={property:o}),new Qi(o)}const Zi="boolean",Ji="reflect",Oo=Object.freeze({locate:Ii()}),es={toView(o){return o?"true":"false"},fromView(o){return!(o==null||o==="false"||o===!1||o===0)}};function ts(o){if(o==null)return null;const e=o*1;return isNaN(e)?null:e}const ue={toView(o){const e=ts(o);return e&&e.toString()},fromView:ts};class vr{constructor(e,t,r=t.toLowerCase(),i=Ji,s){this.guards=new Set,this.Owner=e,this.name=t,this.attribute=r,this.mode=i,this.converter=s,this.fieldName=`_${t}`,this.callbackName=`${t}Changed`,this.hasCallback=this.callbackName in e.prototype,i===Zi&&s===void 0&&(this.converter=es)}setValue(e,t){const r=e[this.fieldName],i=this.converter;i!==void 0&&(t=i.fromView(t)),r!==t&&(e[this.fieldName]=t,this.tryReflectToAttribute(e),this.hasCallback&&e[this.callbackName](r,t),e.$fastController.notify(this.name))}getValue(e){return S.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,r=this.guards;r.has(e)||t==="fromView"||he.enqueue(()=>{r.add(e);const i=e[this.fieldName];switch(t){case Ji:const s=this.converter;It.setAttribute(e,this.attribute,s!==void 0?s.toView(i):i);break;case Zi:It.setBooleanAttribute(e,this.attribute,i);break}r.delete(e)})}static collect(e,...t){const r=[];t.push(Oo.locate(e));for(let i=0,s=t.length;i<s;++i){const n=t[i];if(n!==void 0)for(let c=0,h=n.length;c<h;++c){const d=n[c];Ve(d)?r.push(new vr(e,d)):r.push(new vr(e,d.property,d.attribute,d.mode,d.converter))}}return r}}function a(o,e){let t;function r(i,s){arguments.length>1&&(t.property=s),Oo.locate(i.constructor).push(t)}if(arguments.length>1){t={},r(o,e);return}return t=o===void 0?{}:o,r}const os={mode:"open"},rs={},is=new Set,Eo=W.getById(pt.elementRegistry,()=>kr());class Be{constructor(e,t=e.definition){var r;this.platformDefined=!1,Ve(t)&&(t={name:t}),this.type=e,this.name=t.name,this.template=t.template,this.registry=(r=t.registry)!==null&&r!==void 0?r:customElements;const i=e.prototype,s=vr.collect(e,t.attributes),n=new Array(s.length),c={},h={};for(let d=0,l=s.length;d<l;++d){const u=s[d];n[d]=u.attribute,c[u.name]=u,h[u.attribute]=u,S.defineProperty(i,u)}Reflect.defineProperty(e,"observedAttributes",{value:n,enumerable:!0}),this.attributes=s,this.propertyLookup=c,this.attributeLookup=h,this.shadowOptions=t.shadowOptions===void 0?os:t.shadowOptions===null?void 0:Object.assign(Object.assign({},os),t.shadowOptions),this.elementOptions=t.elementOptions===void 0?rs:Object.assign(Object.assign({},rs),t.elementOptions),this.styles=de.normalize(t.styles),Eo.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 is.has(e)||Eo.getByType(e)?new Be(class extends e{},t):new Be(e,t)}static registerBaseType(e){is.add(e)}}Be.getByType=Eo.getByType,Be.getForInstance=Eo.getForInstance;const ga={bubbles:!0,composed:!0,cancelable:!0},Er="isConnected",ss=new WeakMap;function Lo(o){var e,t;return(t=(e=o.shadowRoot)!==null&&e!==void 0?e:ss.get(o))!==null&&t!==void 0?t:null}let ns;class _o extends zi{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 r=t.shadowOptions;if(r!==void 0){let s=e.shadowRoot;s?this.hasExistingShadowRoot=!0:(s=e.attachShadow(r),r.mode==="closed"&&ss.set(e,s))}const i=S.getAccessors(e);if(i.length>0){const s=this.boundObservables=Object.create(null);for(let n=0,c=i.length;n<c;++n){const h=i[n].name,d=e[h];d!==void 0&&(delete e[h],s[h]=d)}}}get isConnected(){return S.track(this,Er),this.stage===1}get context(){var e,t;return(t=(e=this.view)===null||e===void 0?void 0:e.context)!==null&&t!==void 0?t:Ut.default}get isBound(){var e,t;return(t=(e=this.view)===null||e===void 0?void 0:e.isBound)!==null&&t!==void 0?t:!1}get sourceLifetime(){var e;return(e=this.view)===null||e===void 0?void 0:e.sourceLifetime}get template(){var e;if(this._template===null){const t=this.definition;this.source.resolveTemplate?this._template=this.source.resolveTemplate():t.template&&(this._template=(e=t.template)!==null&&e!==void 0?e:null)}return this._template}set template(e){this._template!==e&&(this._template=e,this.needsInitialization||this.renderTemplate(e))}get mainStyles(){var e;if(this._mainStyles===null){const t=this.definition;this.source.resolveStyles?this._mainStyles=this.source.resolveStyles():t.styles&&(this._mainStyles=(e=t.styles)!==null&&e!==void 0?e:null)}return this._mainStyles}set mainStyles(e){this._mainStyles!==e&&(this._mainStyles!==null&&this.removeStyles(this._mainStyles),this._mainStyles=e,this.needsInitialization||this.addStyles(e))}onUnbind(e){var t;(t=this.view)===null||t===void 0||t.onUnbind(e)}addBehavior(e){var t,r;const i=(t=this.behaviors)!==null&&t!==void 0?t:this.behaviors=new Map,s=(r=i.get(e))!==null&&r!==void 0?r:0;s===0?(i.set(e,1),e.addedCallback&&e.addedCallback(this),e.connectedCallback&&!this.guardBehaviorConnection&&(this.stage===1||this.stage===0)&&e.connectedCallback(this)):i.set(e,s+1)}removeBehavior(e,t=!1){const r=this.behaviors;if(r===null)return;const i=r.get(e);i!==void 0&&(i===1||t?(r.delete(e),e.disconnectedCallback&&this.stage!==3&&e.disconnectedCallback(this),e.removedCallback&&e.removedCallback(this)):r.set(e,i-1))}addStyles(e){var t;if(!e)return;const r=this.source;if(e instanceof HTMLElement)((t=Lo(r))!==null&&t!==void 0?t:this.source).append(e);else if(!e.isAttachedTo(r)){const i=e.behaviors;if(e.addStylesTo(r),i!==null)for(let s=0,n=i.length;s<n;++s)this.addBehavior(i[s])}}removeStyles(e){var t;if(!e)return;const r=this.source;if(e instanceof HTMLElement)((t=Lo(r))!==null&&t!==void 0?t:r).removeChild(e);else if(e.isAttachedTo(r)){const i=e.behaviors;if(e.removeStylesFrom(r),i!==null)for(let s=0,n=i.length;s<n;++s)this.removeBehavior(i[s])}}connect(){if(this.stage!==3)return;if(this.stage=0,this.boundObservables!==null){const t=this.source,r=this.boundObservables,i=Object.keys(r);for(let s=0,n=i.length;s<n;++s){const c=i[s];t[c]=r[c]}this.boundObservables=null}const e=this.behaviors;if(e!==null){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):this.view!==null&&this.view.bind(this.source),this.stage=1,S.notify(this,Er)}disconnect(){if(this.stage!==1)return;this.stage=2,S.notify(this,Er),this.view!==null&&this.view.unbind();const e=this.behaviors;if(e!==null)for(const t of e.keys())t.disconnectedCallback&&t.disconnectedCallback(this);this.stage=3}onAttributeChangedCallback(e,t,r){const i=this.definition.attributeLookup[e];i!==void 0&&i.onAttributeChangedCallback(this.source,r)}emit(e,t,r){return this.stage===1?this.source.dispatchEvent(new CustomEvent(e,Object.assign(Object.assign({detail:t},ga),r))):!1}renderTemplate(e){var t;const r=this.source,i=(t=Lo(r))!==null&&t!==void 0?t:r;if(this.view!==null)this.view.dispose(),this.view=null;else if(!this.needsInitialization||this.hasExistingShadowRoot){this.hasExistingShadowRoot=!1;for(let s=i.firstChild;s!==null;s=i.firstChild)i.removeChild(s)}e&&(this.view=e.render(r,i,r),this.view.sourceLifetime=Cr.coupled)}static forCustomElement(e){const t=e.$fastController;if(t!==void 0)return t;const r=Be.getForInstance(e);if(r===void 0)throw W.error(1401);return e.$fastController=new ns(e,r)}static setStrategy(e){ns=e}}Pt(_o),_o.setStrategy(_o);function Mo(o){var e;return"adoptedStyleSheets"in o?o:(e=Lo(o))!==null&&e!==void 0?e:o.getRootNode()}class $r{constructor(e){const t=$r.styleSheetCache;this.sheets=e.map(r=>{if(r instanceof CSSStyleSheet)return r;let i=t.get(r);return i===void 0&&(i=new CSSStyleSheet,i.replaceSync(r),t.set(r,i)),i})}addStylesTo(e){ls(Mo(e),this.sheets)}removeStylesFrom(e){cs(Mo(e),this.sheets)}}$r.styleSheetCache=new Map;let ba=0;const ma=()=>`fast-${++ba}`;function as(o){return o===document?document.body:o}class va{constructor(e){this.styles=e,this.styleClass=ma()}addStylesTo(e){e=as(Mo(e));const t=this.styles,r=this.styleClass;for(let i=0;i<t.length;i++){const s=document.createElement("style");s.innerHTML=t[i],s.className=r,e.append(s)}}removeStylesFrom(e){e=as(Mo(e));const t=e.querySelectorAll(`.${this.styleClass}`);for(let r=0,i=t.length;r<i;++r)e.removeChild(t[r])}}let ls=(o,e)=>{o.adoptedStyleSheets=[...o.adoptedStyleSheets,...e]},cs=(o,e)=>{o.adoptedStyleSheets=o.adoptedStyleSheets.filter(t=>e.indexOf(t)===-1)};if(de.supportsAdoptedStyleSheets){try{document.adoptedStyleSheets.push(),document.adoptedStyleSheets.splice(),ls=(o,e)=>{o.adoptedStyleSheets.push(...e)},cs=(o,e)=>{for(const t of e){const r=o.adoptedStyleSheets.indexOf(t);r!==-1&&o.adoptedStyleSheets.splice(r,1)}}}catch{}de.setDefaultStrategy($r)}else de.setDefaultStrategy(va);function ds(o){const e=class extends o{constructor(){super(),_o.forCustomElement(this)}$emit(t,r,i){return this.$fastController.emit(t,r,i)}connectedCallback(){this.$fastController.connect()}disconnectedCallback(){this.$fastController.disconnect()}attributeChangedCallback(t,r,i){this.$fastController.onAttributeChangedCallback(t,r,i)}};return Be.registerBaseType(e),e}function $a(o,e){return Je(o)?Be.compose(o,e):Be.compose(this,o)}function ya(o,e){return Je(o)?Be.compose(o,e).define().type:Be.compose(this,o).define().type}function xa(o){return ds(o)}const C=Object.assign(ds(HTMLElement),{from:xa,define:ya,compose:$a}),ne={horizontal:"horizontal",vertical:"vertical"};function hs(...o){return o.every(e=>e instanceof HTMLElement)}const Ft="ArrowDown",At="ArrowLeft",Ot="ArrowRight",Et="ArrowUp",Do="End",gt="Enter",Lr="Escape",Ro="Home",Lt=" ",us="Tab",ka={ArrowDown:Ft,ArrowLeft:At,ArrowRight:Ot,ArrowUp:Et};var ye;(function(o){o.ltr="ltr",o.rtl="rtl"})(ye||(ye={}));function wa(o,e,t){return t<o?e:t>e?o:t}function _r(o,e,t){return Math.min(Math.max(t,o),e)}let Ca=0;function Mr(o=""){return`${o}${Ca++}`}var Sa=Object.defineProperty,Ta=Object.getOwnPropertyDescriptor,R=(o,e,t,r)=>{for(var i=r>1?void 0:r?Ta(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Sa(e,t,i),i};class _{}R([a({attribute:"aria-atomic"})],_.prototype,"ariaAtomic",2),R([a({attribute:"aria-busy"})],_.prototype,"ariaBusy",2),R([a({attribute:"aria-controls"})],_.prototype,"ariaControls",2),R([a({attribute:"aria-current"})],_.prototype,"ariaCurrent",2),R([a({attribute:"aria-describedby"})],_.prototype,"ariaDescribedby",2),R([a({attribute:"aria-details"})],_.prototype,"ariaDetails",2),R([a({attribute:"aria-disabled"})],_.prototype,"ariaDisabled",2),R([a({attribute:"aria-errormessage"})],_.prototype,"ariaErrormessage",2),R([a({attribute:"aria-flowto"})],_.prototype,"ariaFlowto",2),R([a({attribute:"aria-haspopup"})],_.prototype,"ariaHaspopup",2),R([a({attribute:"aria-hidden"})],_.prototype,"ariaHidden",2),R([a({attribute:"aria-invalid"})],_.prototype,"ariaInvalid",2),R([a({attribute:"aria-keyshortcuts"})],_.prototype,"ariaKeyshortcuts",2),R([a({attribute:"aria-label"})],_.prototype,"ariaLabel",2),R([a({attribute:"aria-labelledby"})],_.prototype,"ariaLabelledby",2),R([a({attribute:"aria-live"})],_.prototype,"ariaLive",2),R([a({attribute:"aria-owns"})],_.prototype,"ariaOwns",2),R([a({attribute:"aria-relevant"})],_.prototype,"ariaRelevant",2),R([a({attribute:"aria-roledescription"})],_.prototype,"ariaRoledescription",2);const ps=o=>o.closest("[dir]")?.dir==="rtl"?ye.rtl:ye.ltr;function J(o){return o?typeof o=="string"?new ft(o):"inline"in o?o.inline():o:ft.empty}const fs=o=>o.nodeType!==Node.TEXT_NODE||!!o.nodeValue?.trim().length,Pa=":host([hidden]){display:none}";function z(o){return`${Pa}:host{display:${o}}`}class Ia{constructor(e){this.listenerCache=new WeakMap,this.query=e}connectedCallback(e){const{query:t}=this;let r=this.listenerCache.get(e);r||(r=this.constructListener(e),this.listenerCache.set(e,r)),r.bind(t)(),t.addEventListener("change",r)}disconnectedCallback(e){const t=this.listenerCache.get(e);t&&this.query.removeEventListener("change",t)}}class To extends Ia{constructor(e,t){super(e),this.styles=t}static with(e){return t=>new To(e,t)}constructListener(e){let t=!1;const r=this.styles;return function(){const{matches:s}=this;s&&!t?(e.addStyles(r),t=s):!s&&t&&(e.removeStyles(r),t=s)}}removedCallback(e){e.removeStyles(this.styles)}}const Ae=To.with(window.matchMedia("(forced-colors)"));To.with(window.matchMedia("(prefers-color-scheme: dark)")),To.with(window.matchMedia("(prefers-color-scheme: light)"));class je{}function qe(o){return v`<slot name="end" ${$e("end")}>${J(o.end)}</slot>`.inline()}function We(o){return v`<slot name="start" ${$e("start")}>${J(o.start)}</slot>`.inline()}function Oe(o,...e){const t=Oo.locate(o);e.forEach(r=>{Object.getOwnPropertyNames(r.prototype).forEach(s=>{s!=="constructor"&&Object.defineProperty(o.prototype,s,Object.getOwnPropertyDescriptor(r.prototype,s))}),Oo.locate(r).forEach(s=>t.push(s))})}var Ba=Object.defineProperty,za=Object.getOwnPropertyDescriptor,bt=(o,e,t,r)=>{for(var i=r>1?void 0:r?za(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Ba(e,t,i),i};class ae extends C{constructor(){super(...arguments),this.headinglevel=2,this.expanded=!1,this.disabled=!1,this.id=Mr("accordion-"),this.block=!1,this.clickHandler=e=>{this.disabled||this.$emit("click",e)}}}bt([a({attribute:"heading-level",mode:"fromView",converter:ue})],ae.prototype,"headinglevel",2),bt([a({mode:"boolean"})],ae.prototype,"expanded",2),bt([a({mode:"boolean"})],ae.prototype,"disabled",2),bt([a],ae.prototype,"id",2),bt([a],ae.prototype,"size",2),bt([a({mode:"boolean"})],ae.prototype,"block",2),bt([a({attribute:"expand-icon-position"})],ae.prototype,"expandIconPosition",2),Oe(ae,je);const N="var(--colorNeutralForeground1)",Dr="var(--colorNeutralForeground1Hover)",gs="var(--colorNeutralForeground1Pressed)",pe="var(--colorNeutralForeground2)",Qt="var(--colorNeutralForeground2Hover)",Zt="var(--colorNeutralForeground2Pressed)",Fa="var(--colorNeutralForeground2Selected)",_t="var(--colorNeutralForeground2BrandHover)",Mt="var(--colorNeutralForeground2BrandPressed)",Aa="var(--colorNeutralForeground2BrandSelected)",ee="var(--colorNeutralForeground3)",Oa="var(--colorNeutralForeground3Hover)",Ea="var(--colorNeutralForeground3Pressed)",La="var(--colorNeutralForeground4)",k="var(--colorNeutralForegroundDisabled)",Rr="var(--colorCompoundBrandForeground1)",Nr="var(--colorCompoundBrandForeground1Hover)",Hr="var(--colorCompoundBrandForeground1Pressed)",xe="var(--colorNeutralForegroundOnBrand)",No="var(--colorNeutralForegroundInverted)",_a="var(--colorNeutralForegroundInvertedHover)",Ma="var(--colorNeutralForegroundInvertedPressed)",bs="var(--colorNeutralForegroundStaticInverted)",Vr="var(--colorBrandForeground1)",Da="var(--colorBrandForeground2)",Ra="var(--colorNeutralForeground1Static)",X="var(--colorNeutralBackground1)",Ho="var(--colorNeutralBackground1Hover)",jr="var(--colorNeutralBackground1Pressed)",ms="var(--colorNeutralBackground1Selected)",vs="var(--colorNeutralBackground3)",Na="var(--colorNeutralBackground4)",Ha="var(--colorNeutralBackground5)",$s="var(--colorNeutralBackground6)",Va="var(--colorNeutralBackgroundInverted)",ys="var(--colorSubtleBackground)",Vo="var(--colorSubtleBackgroundHover)",Jt="var(--colorSubtleBackgroundPressed)",ja="var(--colorSubtleBackgroundSelected)",te="var(--colorTransparentBackground)",Dt="var(--colorTransparentBackgroundHover)",eo="var(--colorTransparentBackgroundPressed)",qa="var(--colorTransparentBackgroundSelected)",to="var(--colorNeutralBackgroundDisabled)",Wa="var(--colorBackgroundOverlay)",jo="var(--colorBrandBackground)",qr="var(--colorBrandBackgroundHover)",Wr="var(--colorBrandBackgroundPressed)",Ga="var(--colorBrandBackgroundSelected)",Rt="var(--colorCompoundBrandBackground)",oo="var(--colorCompoundBrandBackgroundHover)",ro="var(--colorCompoundBrandBackgroundPressed)",xs="var(--colorBrandBackgroundStatic)",io="var(--colorBrandBackground2)",Ge="var(--colorNeutralStrokeAccessible)",so="var(--colorNeutralStrokeAccessibleHover)",no="var(--colorNeutralStrokeAccessiblePressed)",mt="var(--colorNeutralStroke1)",ao="var(--colorNeutralStroke1Hover)",qo="var(--colorNeutralStroke1Pressed)",lo="var(--colorNeutralStroke2)",Xa="var(--colorNeutralStroke3)",Ua="var(--colorNeutralStrokeOnBrand2)",ks="var(--colorBrandStroke1)",ws="var(--colorBrandStroke2)",Gr="var(--colorCompoundBrandStroke)",Wo="var(--colorCompoundBrandStrokeHover)",Xr="var(--colorCompoundBrandStrokePressed)",et="var(--colorNeutralStrokeDisabled)",Ce="var(--colorTransparentStroke)",Cs="var(--colorTransparentStrokeInteractive)",co="var(--colorStrokeFocus1)",Ee="var(--colorStrokeFocus2)",Ka="var(--colorPaletteRedBackground1)",Ur="var(--colorPaletteRedBackground2)",Kr="var(--colorPaletteRedBackground3)",Ya="var(--colorPaletteRedBorder1)",Ss="var(--colorPaletteRedForeground1)",Qa="var(--colorPaletteRedForeground2)",Ts="var(--colorPaletteRedForeground3)",Za="var(--colorPaletteGreenBackground1)",Ps="var(--colorPaletteGreenBackground2)",Yr="var(--colorPaletteGreenBackground3)",Ja="var(--colorPaletteGreenBorder2)",el="var(--colorPaletteGreenForeground1)",tl="var(--colorPaletteGreenForeground2)",ol="var(--colorPaletteGreenForeground3)",rl="var(--colorPaletteDarkOrangeBackground1)",Is="var(--colorPaletteDarkOrangeBackground2)",Qr="var(--colorPaletteDarkOrangeBackground3)",il="var(--colorPaletteDarkOrangeBorder1)",sl="var(--colorPaletteDarkOrangeForeground1)",Bs="var(--colorPaletteDarkOrangeForeground3)",nl="var(--colorPaletteYellowBackground1)",al="var(--colorPaletteYellowBackground3)",ll="var(--colorPaletteYellowBorder1)",Zr="var(--colorPaletteYellowForeground2)",cl="var(--colorPaletteMarigoldBackground2)",dl="var(--colorPaletteMarigoldForeground2)",hl="var(--colorPaletteAnchorBackground2)",ul="var(--colorPaletteAnchorForeground2)",pl="var(--colorPaletteBeigeBackground2)",fl="var(--colorPaletteBeigeForeground2)",gl="var(--colorPaletteBlueBackground2)",bl="var(--colorPaletteBlueForeground2)",ml="var(--colorPaletteBrassBackground2)",vl="var(--colorPaletteBrassForeground2)",$l="var(--colorPaletteBrownBackground2)",yl="var(--colorPaletteBrownForeground2)",xl="var(--colorPaletteCornflowerBackground2)",kl="var(--colorPaletteCornflowerForeground2)",wl="var(--colorPaletteCranberryBackground2)",Cl="var(--colorPaletteCranberryForeground2)",Sl="var(--colorPaletteDarkGreenBackground2)",Tl="var(--colorPaletteDarkGreenForeground2)",Pl="var(--colorPaletteDarkRedBackground2)",Il="var(--colorPaletteDarkRedForeground2)",Bl="var(--colorPaletteForestBackground2)",zl="var(--colorPaletteForestForeground2)",Fl="var(--colorPaletteGoldBackground2)",Al="var(--colorPaletteGoldForeground2)",Ol="var(--colorPaletteGrapeBackground2)",El="var(--colorPaletteGrapeForeground2)",Ll="var(--colorPaletteLavenderBackground2)",_l="var(--colorPaletteLavenderForeground2)",Ml="var(--colorPaletteLightTealBackground2)",Dl="var(--colorPaletteLightTealForeground2)",Rl="var(--colorPaletteLilacBackground2)",Nl="var(--colorPaletteLilacForeground2)",Hl="var(--colorPaletteMagentaBackground2)",Vl="var(--colorPaletteMagentaForeground2)",jl="var(--colorPaletteMinkBackground2)",ql="var(--colorPaletteMinkForeground2)",Wl="var(--colorPaletteNavyBackground2)",Gl="var(--colorPaletteNavyForeground2)",Xl="var(--colorPalettePeachBackground2)",Ul="var(--colorPalettePeachForeground2)",Kl="var(--colorPalettePinkBackground2)",Yl="var(--colorPalettePinkForeground2)",Ql="var(--colorPalettePlatinumBackground2)",Zl="var(--colorPalettePlatinumForeground2)",Jl="var(--colorPalettePlumBackground2)",ec="var(--colorPalettePlumForeground2)",tc="var(--colorPalettePumpkinBackground2)",oc="var(--colorPalettePumpkinForeground2)",rc="var(--colorPalettePurpleBackground2)",ic="var(--colorPalettePurpleForeground2)",sc="var(--colorPaletteRoyalBlueBackground2)",nc="var(--colorPaletteRoyalBlueForeground2)",ac="var(--colorPaletteSeafoamBackground2)",lc="var(--colorPaletteSeafoamForeground2)",cc="var(--colorPaletteSteelBackground2)",dc="var(--colorPaletteSteelForeground2)",hc="var(--colorPaletteTealBackground2)",uc="var(--colorPaletteTealForeground2)",Jr="var(--borderRadiusNone)",ke="var(--borderRadiusSmall)",T="var(--borderRadiusMedium)",ei="var(--borderRadiusLarge)",zs="var(--borderRadiusXLarge)",le="var(--borderRadiusCircular)",y="var(--fontFamilyBase)",pc="var(--fontFamilyMonospace)",fc="var(--fontFamilyNumeric)",ho="var(--fontSizeBase100)",U="var(--fontSizeBase200)",F="var(--fontSizeBase300)",fe="var(--fontSizeBase400)",vt="var(--fontSizeBase500)",Go="var(--fontSizeBase600)",Fs="var(--fontSizeHero700)",As="var(--fontSizeHero800)",Os="var(--fontSizeHero900)",Es="var(--fontSizeHero1000)",O="var(--fontWeightRegular)",gc="var(--fontWeightMedium)",M="var(--fontWeightSemibold)",Xo="var(--fontWeightBold)",Uo="var(--lineHeightBase100)",ge="var(--lineHeightBase200)",E="var(--lineHeightBase300)",Se="var(--lineHeightBase400)",Ko="var(--lineHeightBase500)",Ls="var(--lineHeightBase600)",_s="var(--lineHeightHero700)",Ms="var(--lineHeightHero800)",Ds="var(--lineHeightHero900)",Rs="var(--lineHeightHero1000)",ti="var(--shadow2)",uo="var(--shadow4)",bc="var(--shadow8)",Ns="var(--shadow16)",mc="var(--shadow28)",vc="var(--shadow64)",oe="var(--strokeWidthThin)",Nt="var(--strokeWidthThick)",tt="var(--strokeWidthThicker)",Hs="var(--strokeWidthThickest)",$t="var(--spacingHorizontalXXS)",we="var(--spacingHorizontalXS)",ot="var(--spacingHorizontalSNudge)",K="var(--spacingHorizontalS)",Xe="var(--spacingHorizontalMNudge)",yt="var(--spacingHorizontalM)",Vs="var(--spacingHorizontalL)",$c="var(--spacingHorizontalXXL)",js="var(--spacingVerticalXXS)",qs="var(--spacingVerticalXS)",po="var(--spacingVerticalSNudge)",H="var(--spacingVerticalS)",Ws="var(--spacingVerticalMNudge)",yc="var(--spacingVerticalL)",Gs="var(--spacingVerticalXXL)",xc="var(--durationUltraFast)",Yo="var(--durationFaster)",Xs="var(--durationNormal)",kc="var(--durationSlow)",Us="var(--durationSlower)",Qo="var(--durationUltraSlow)",wc="var(--curveAccelerateMax)",Ks="var(--curveAccelerateMid)",Cc="var(--curveAccelerateMin)",Ys="var(--curveDecelerateMax)",Qs="var(--curveDecelerateMid)",Sc="var(--curveDecelerateMin)",Tc="var(--curveEasyEaseMax)",Zo="var(--curveEasyEase)",Pc="var(--curveLinear)",Ic=f`
2
+ ${z("block")}
3
3
 
4
- :host{flex-direction:column;width:100%;contain:content}`,x=Object.freeze({prefix:"fluent",shadowRootMode:"open",registry:customElements}),Gg=Pr.compose({name:`${x.prefix}-accordion`,template:al,styles:nl}),Wg={small:"small",medium:"medium",large:"large",extraLarge:"extra-large"},qg={start:"start",end:"end"},O="var(--colorNeutralForeground1)",Ao="var(--colorNeutralForeground1Hover)",Cr="var(--colorNeutralForeground1Pressed)",il="var(--colorNeutralForeground1Selected)",ne="var(--colorNeutralForeground2)",St="var(--colorNeutralForeground2Hover)",Pt="var(--colorNeutralForeground2Pressed)",Ka="var(--colorNeutralForeground2Selected)",lt="var(--colorNeutralForeground2BrandHover)",ct="var(--colorNeutralForeground2BrandPressed)",Ua="var(--colorNeutralForeground2BrandSelected)",W="var(--colorNeutralForeground3)",Ya="var(--colorNeutralForeground3Hover)",Qa="var(--colorNeutralForeground3Pressed)",sl="var(--colorNeutralForeground3Selected)",ll="var(--colorNeutralForeground3BrandHover)",cl="var(--colorNeutralForeground3BrandPressed)",dl="var(--colorNeutralForeground3BrandSelected)",Za="var(--colorNeutralForeground4)",k="var(--colorNeutralForegroundDisabled)",ul="var(--colorBrandForegroundLink)",hl="var(--colorBrandForegroundLinkHover)",pl="var(--colorBrandForegroundLinkPressed)",gl="var(--colorBrandForegroundLinkSelected)",fl="var(--colorNeutralForeground2Link)",bl="var(--colorNeutralForeground2LinkHover)",vl="var(--colorNeutralForeground2LinkPressed)",ml="var(--colorNeutralForeground2LinkSelected)",Io="var(--colorCompoundBrandForeground1)",zo="var(--colorCompoundBrandForeground1Hover)",No="var(--colorCompoundBrandForeground1Pressed)",pe="var(--colorNeutralForegroundOnBrand)",so="var(--colorNeutralForegroundInverted)",Ja="var(--colorNeutralForegroundInvertedHover)",en="var(--colorNeutralForegroundInvertedPressed)",yl="var(--colorNeutralForegroundInvertedSelected)",$l="var(--colorNeutralForegroundInverted2)",Fr="var(--colorNeutralForegroundStaticInverted)",kl="var(--colorNeutralForegroundInvertedLink)",xl="var(--colorNeutralForegroundInvertedLinkHover)",Bl="var(--colorNeutralForegroundInvertedLinkPressed)",wl="var(--colorNeutralForegroundInvertedLinkSelected)",Sl="var(--colorNeutralForegroundInvertedDisabled)",Lo="var(--colorBrandForeground1)",tn="var(--colorBrandForeground2)",Pl="var(--colorBrandForeground2Hover)",Cl="var(--colorBrandForeground2Pressed)",on="var(--colorNeutralForeground1Static)",Fl="var(--colorBrandForegroundInverted)",Tl="var(--colorBrandForegroundInvertedHover)",Al="var(--colorBrandForegroundInvertedPressed)",Il="var(--colorBrandForegroundOnLight)",zl="var(--colorBrandForegroundOnLightHover)",Nl="var(--colorBrandForegroundOnLightPressed)",Ll="var(--colorBrandForegroundOnLightSelected)",_="var(--colorNeutralBackground1)",lo="var(--colorNeutralBackground1Hover)",Do="var(--colorNeutralBackground1Pressed)",Tr="var(--colorNeutralBackground1Selected)",Dl="var(--colorNeutralBackground2)",Ol="var(--colorNeutralBackground2Hover)",El="var(--colorNeutralBackground2Pressed)",Ml="var(--colorNeutralBackground2Selected)",Ar="var(--colorNeutralBackground3)",Hl="var(--colorNeutralBackground3Hover)",_l="var(--colorNeutralBackground3Pressed)",Rl="var(--colorNeutralBackground3Selected)",rn="var(--colorNeutralBackground4)",Vl="var(--colorNeutralBackground4Hover)",jl="var(--colorNeutralBackground4Pressed)",Gl="var(--colorNeutralBackground4Selected)",an="var(--colorNeutralBackground5)",Wl="var(--colorNeutralBackground5Hover)",ql="var(--colorNeutralBackground5Pressed)",Xl="var(--colorNeutralBackground5Selected)",Ir="var(--colorNeutralBackground6)",nn="var(--colorNeutralBackgroundInverted)",Kl="var(--colorNeutralBackgroundStatic)",Ul="var(--colorNeutralBackgroundAlpha)",Yl="var(--colorNeutralBackgroundAlpha2)",zr="var(--colorSubtleBackground)",co="var(--colorSubtleBackgroundHover)",Ct="var(--colorSubtleBackgroundPressed)",sn="var(--colorSubtleBackgroundSelected)",Ql="var(--colorSubtleBackgroundLightAlphaHover)",Zl="var(--colorSubtleBackgroundLightAlphaPressed)",Jl="var(--colorSubtleBackgroundLightAlphaSelected)",ec="var(--colorSubtleBackgroundInverted)",tc="var(--colorSubtleBackgroundInvertedHover)",oc="var(--colorSubtleBackgroundInvertedPressed)",rc="var(--colorSubtleBackgroundInvertedSelected)",q="var(--colorTransparentBackground)",dt="var(--colorTransparentBackgroundHover)",Ft="var(--colorTransparentBackgroundPressed)",ln="var(--colorTransparentBackgroundSelected)",Tt="var(--colorNeutralBackgroundDisabled)",ac="var(--colorNeutralBackgroundInvertedDisabled)",nc="var(--colorNeutralStencil1)",ic="var(--colorNeutralStencil2)",sc="var(--colorNeutralStencil1Alpha)",lc="var(--colorNeutralStencil2Alpha)",cn="var(--colorBackgroundOverlay)",cc="var(--colorScrollbarOverlay)",uo="var(--colorBrandBackground)",Oo="var(--colorBrandBackgroundHover)",Eo="var(--colorBrandBackgroundPressed)",dn="var(--colorBrandBackgroundSelected)",ut="var(--colorCompoundBrandBackground)",At="var(--colorCompoundBrandBackgroundHover)",It="var(--colorCompoundBrandBackgroundPressed)",Nr="var(--colorBrandBackgroundStatic)",zt="var(--colorBrandBackground2)",dc="var(--colorBrandBackground2Hover)",uc="var(--colorBrandBackground2Pressed)",hc="var(--colorBrandBackground3Static)",pc="var(--colorBrandBackground4Static)",gc="var(--colorBrandBackgroundInverted)",fc="var(--colorBrandBackgroundInvertedHover)",bc="var(--colorBrandBackgroundInvertedPressed)",vc="var(--colorBrandBackgroundInvertedSelected)",mc="var(--colorNeutralCardBackground)",yc="var(--colorNeutralCardBackgroundHover)",$c="var(--colorNeutralCardBackgroundPressed)",kc="var(--colorNeutralCardBackgroundSelected)",xc="var(--colorNeutralCardBackgroundDisabled)",Ie="var(--colorNeutralStrokeAccessible)",Nt="var(--colorNeutralStrokeAccessibleHover)",Lt="var(--colorNeutralStrokeAccessiblePressed)",Bc="var(--colorNeutralStrokeAccessibleSelected)",Je="var(--colorNeutralStroke1)",Dt="var(--colorNeutralStroke1Hover)",ho="var(--colorNeutralStroke1Pressed)",wc="var(--colorNeutralStroke1Selected)",Ot="var(--colorNeutralStroke2)",un="var(--colorNeutralStroke3)",Sc="var(--colorNeutralStrokeSubtle)",Pc="var(--colorNeutralStrokeOnBrand)",hn="var(--colorNeutralStrokeOnBrand2)",Cc="var(--colorNeutralStrokeOnBrand2Hover)",Fc="var(--colorNeutralStrokeOnBrand2Pressed)",Tc="var(--colorNeutralStrokeOnBrand2Selected)",Lr="var(--colorBrandStroke1)",Dr="var(--colorBrandStroke2)",Ac="var(--colorBrandStroke2Hover)",Ic="var(--colorBrandStroke2Pressed)",zc="var(--colorBrandStroke2Contrast)",Mo="var(--colorCompoundBrandStroke)",po="var(--colorCompoundBrandStrokeHover)",Ho="var(--colorCompoundBrandStrokePressed)",Me="var(--colorNeutralStrokeDisabled)",Nc="var(--colorNeutralStrokeInvertedDisabled)",me="var(--colorTransparentStroke)",Or="var(--colorTransparentStrokeInteractive)",Lc="var(--colorTransparentStrokeDisabled)",Dc="var(--colorNeutralStrokeAlpha)",Oc="var(--colorNeutralStrokeAlpha2)",Et="var(--colorStrokeFocus1)",Se="var(--colorStrokeFocus2)",Ec="var(--colorNeutralShadowAmbient)",Mc="var(--colorNeutralShadowKey)",Hc="var(--colorNeutralShadowAmbientLighter)",_c="var(--colorNeutralShadowKeyLighter)",Rc="var(--colorNeutralShadowAmbientDarker)",Vc="var(--colorNeutralShadowKeyDarker)",jc="var(--colorBrandShadowAmbient)",Gc="var(--colorBrandShadowKey)",pn="var(--colorPaletteRedBackground1)",_o="var(--colorPaletteRedBackground2)",Ro="var(--colorPaletteRedBackground3)",Wc="var(--colorPaletteRedBorderActive)",gn="var(--colorPaletteRedBorder1)",qc="var(--colorPaletteRedBorder2)",Er="var(--colorPaletteRedForeground1)",fn="var(--colorPaletteRedForeground2)",Mr="var(--colorPaletteRedForeground3)",Xc="var(--colorPaletteRedForegroundInverted)",bn="var(--colorPaletteGreenBackground1)",Hr="var(--colorPaletteGreenBackground2)",Vo="var(--colorPaletteGreenBackground3)",Kc="var(--colorPaletteGreenBorderActive)",Uc="var(--colorPaletteGreenBorder1)",vn="var(--colorPaletteGreenBorder2)",mn="var(--colorPaletteGreenForeground1)",yn="var(--colorPaletteGreenForeground2)",$n="var(--colorPaletteGreenForeground3)",Yc="var(--colorPaletteGreenForegroundInverted)",kn="var(--colorPaletteDarkOrangeBackground1)",_r="var(--colorPaletteDarkOrangeBackground2)",jo="var(--colorPaletteDarkOrangeBackground3)",Qc="var(--colorPaletteDarkOrangeBorderActive)",xn="var(--colorPaletteDarkOrangeBorder1)",Zc="var(--colorPaletteDarkOrangeBorder2)",Bn="var(--colorPaletteDarkOrangeForeground1)",Jc="var(--colorPaletteDarkOrangeForeground2)",Rr="var(--colorPaletteDarkOrangeForeground3)",wn="var(--colorPaletteYellowBackground1)",ed="var(--colorPaletteYellowBackground2)",Sn="var(--colorPaletteYellowBackground3)",td="var(--colorPaletteYellowBorderActive)",Pn="var(--colorPaletteYellowBorder1)",od="var(--colorPaletteYellowBorder2)",rd="var(--colorPaletteYellowForeground1)",Go="var(--colorPaletteYellowForeground2)",ad="var(--colorPaletteYellowForeground3)",nd="var(--colorPaletteYellowForegroundInverted)",id="var(--colorPaletteBerryBackground1)",sd="var(--colorPaletteBerryBackground2)",ld="var(--colorPaletteBerryBackground3)",cd="var(--colorPaletteBerryBorderActive)",dd="var(--colorPaletteBerryBorder1)",ud="var(--colorPaletteBerryBorder2)",hd="var(--colorPaletteBerryForeground1)",pd="var(--colorPaletteBerryForeground2)",gd="var(--colorPaletteBerryForeground3)",fd="var(--colorPaletteMarigoldBackground1)",Cn="var(--colorPaletteMarigoldBackground2)",bd="var(--colorPaletteMarigoldBackground3)",vd="var(--colorPaletteMarigoldBorderActive)",md="var(--colorPaletteMarigoldBorder1)",yd="var(--colorPaletteMarigoldBorder2)",$d="var(--colorPaletteMarigoldForeground1)",Fn="var(--colorPaletteMarigoldForeground2)",kd="var(--colorPaletteMarigoldForeground3)",xd="var(--colorPaletteLightGreenBackground1)",Bd="var(--colorPaletteLightGreenBackground2)",wd="var(--colorPaletteLightGreenBackground3)",Sd="var(--colorPaletteLightGreenBorderActive)",Pd="var(--colorPaletteLightGreenBorder1)",Cd="var(--colorPaletteLightGreenBorder2)",Fd="var(--colorPaletteLightGreenForeground1)",Td="var(--colorPaletteLightGreenForeground2)",Ad="var(--colorPaletteLightGreenForeground3)",Tn="var(--colorPaletteAnchorBackground2)",Id="var(--colorPaletteAnchorBorderActive)",An="var(--colorPaletteAnchorForeground2)",In="var(--colorPaletteBeigeBackground2)",zd="var(--colorPaletteBeigeBorderActive)",zn="var(--colorPaletteBeigeForeground2)",Nn="var(--colorPaletteBlueBackground2)",Nd="var(--colorPaletteBlueBorderActive)",Ln="var(--colorPaletteBlueForeground2)",Dn="var(--colorPaletteBrassBackground2)",Ld="var(--colorPaletteBrassBorderActive)",On="var(--colorPaletteBrassForeground2)",En="var(--colorPaletteBrownBackground2)",Dd="var(--colorPaletteBrownBorderActive)",Mn="var(--colorPaletteBrownForeground2)",Hn="var(--colorPaletteCornflowerBackground2)",Od="var(--colorPaletteCornflowerBorderActive)",_n="var(--colorPaletteCornflowerForeground2)",Rn="var(--colorPaletteCranberryBackground2)",Ed="var(--colorPaletteCranberryBorderActive)",Vn="var(--colorPaletteCranberryForeground2)",jn="var(--colorPaletteDarkGreenBackground2)",Md="var(--colorPaletteDarkGreenBorderActive)",Gn="var(--colorPaletteDarkGreenForeground2)",Wn="var(--colorPaletteDarkRedBackground2)",Hd="var(--colorPaletteDarkRedBorderActive)",qn="var(--colorPaletteDarkRedForeground2)",Xn="var(--colorPaletteForestBackground2)",_d="var(--colorPaletteForestBorderActive)",Kn="var(--colorPaletteForestForeground2)",Un="var(--colorPaletteGoldBackground2)",Rd="var(--colorPaletteGoldBorderActive)",Yn="var(--colorPaletteGoldForeground2)",Qn="var(--colorPaletteGrapeBackground2)",Vd="var(--colorPaletteGrapeBorderActive)",Zn="var(--colorPaletteGrapeForeground2)",Jn="var(--colorPaletteLavenderBackground2)",jd="var(--colorPaletteLavenderBorderActive)",ei="var(--colorPaletteLavenderForeground2)",ti="var(--colorPaletteLightTealBackground2)",Gd="var(--colorPaletteLightTealBorderActive)",oi="var(--colorPaletteLightTealForeground2)",ri="var(--colorPaletteLilacBackground2)",Wd="var(--colorPaletteLilacBorderActive)",ai="var(--colorPaletteLilacForeground2)",ni="var(--colorPaletteMagentaBackground2)",qd="var(--colorPaletteMagentaBorderActive)",ii="var(--colorPaletteMagentaForeground2)",si="var(--colorPaletteMinkBackground2)",Xd="var(--colorPaletteMinkBorderActive)",li="var(--colorPaletteMinkForeground2)",ci="var(--colorPaletteNavyBackground2)",Kd="var(--colorPaletteNavyBorderActive)",di="var(--colorPaletteNavyForeground2)",ui="var(--colorPalettePeachBackground2)",Ud="var(--colorPalettePeachBorderActive)",hi="var(--colorPalettePeachForeground2)",pi="var(--colorPalettePinkBackground2)",Yd="var(--colorPalettePinkBorderActive)",gi="var(--colorPalettePinkForeground2)",fi="var(--colorPalettePlatinumBackground2)",Qd="var(--colorPalettePlatinumBorderActive)",bi="var(--colorPalettePlatinumForeground2)",vi="var(--colorPalettePlumBackground2)",Zd="var(--colorPalettePlumBorderActive)",mi="var(--colorPalettePlumForeground2)",yi="var(--colorPalettePumpkinBackground2)",Jd="var(--colorPalettePumpkinBorderActive)",$i="var(--colorPalettePumpkinForeground2)",ki="var(--colorPalettePurpleBackground2)",eu="var(--colorPalettePurpleBorderActive)",xi="var(--colorPalettePurpleForeground2)",Bi="var(--colorPaletteRoyalBlueBackground2)",tu="var(--colorPaletteRoyalBlueBorderActive)",wi="var(--colorPaletteRoyalBlueForeground2)",Si="var(--colorPaletteSeafoamBackground2)",ou="var(--colorPaletteSeafoamBorderActive)",Pi="var(--colorPaletteSeafoamForeground2)",Ci="var(--colorPaletteSteelBackground2)",ru="var(--colorPaletteSteelBorderActive)",Fi="var(--colorPaletteSteelForeground2)",Ti="var(--colorPaletteTealBackground2)",au="var(--colorPaletteTealBorderActive)",Ai="var(--colorPaletteTealForeground2)",nu="var(--colorStatusSuccessBackground1)",iu="var(--colorStatusSuccessBackground2)",su="var(--colorStatusSuccessBackground3)",lu="var(--colorStatusSuccessForeground1)",cu="var(--colorStatusSuccessForeground2)",du="var(--colorStatusSuccessForeground3)",uu="var(--colorStatusSuccessForegroundInverted)",hu="var(--colorStatusSuccessBorderActive)",pu="var(--colorStatusSuccessBorder1)",gu="var(--colorStatusSuccessBorder2)",fu="var(--colorStatusWarningBackground1)",bu="var(--colorStatusWarningBackground2)",vu="var(--colorStatusWarningBackground3)",mu="var(--colorStatusWarningForeground1)",yu="var(--colorStatusWarningForeground2)",$u="var(--colorStatusWarningForeground3)",ku="var(--colorStatusWarningForegroundInverted)",xu="var(--colorStatusWarningBorderActive)",Bu="var(--colorStatusWarningBorder1)",wu="var(--colorStatusWarningBorder2)",Su="var(--colorStatusDangerBackground1)",Pu="var(--colorStatusDangerBackground2)",Cu="var(--colorStatusDangerBackground3)",Fu="var(--colorStatusDangerBackground3Hover)",Tu="var(--colorStatusDangerBackground3Pressed)",Au="var(--colorStatusDangerForeground1)",Iu="var(--colorStatusDangerForeground2)",zu="var(--colorStatusDangerForeground3)",Nu="var(--colorStatusDangerForegroundInverted)",Lu="var(--colorStatusDangerBorderActive)",Du="var(--colorStatusDangerBorder1)",Ou="var(--colorStatusDangerBorder2)",Wo="var(--borderRadiusNone)",ge="var(--borderRadiusSmall)",B="var(--borderRadiusMedium)",qo="var(--borderRadiusLarge)",Vr="var(--borderRadiusXLarge)",Q="var(--borderRadiusCircular)",y="var(--fontFamilyBase)",Ii="var(--fontFamilyMonospace)",zi="var(--fontFamilyNumeric)",Mt="var(--fontSizeBase100)",R="var(--fontSizeBase200)",P="var(--fontSizeBase300)",ie="var(--fontSizeBase400)",et="var(--fontSizeBase500)",go="var(--fontSizeBase600)",jr="var(--fontSizeHero700)",Gr="var(--fontSizeHero800)",Wr="var(--fontSizeHero900)",qr="var(--fontSizeHero1000)",T="var(--fontWeightRegular)",Ni="var(--fontWeightMedium)",L="var(--fontWeightSemibold)",fo="var(--fontWeightBold)",bo="var(--lineHeightBase100)",se="var(--lineHeightBase200)",A="var(--lineHeightBase300)",ye="var(--lineHeightBase400)",vo="var(--lineHeightBase500)",Xr="var(--lineHeightBase600)",Kr="var(--lineHeightHero700)",Ur="var(--lineHeightHero800)",Yr="var(--lineHeightHero900)",Qr="var(--lineHeightHero1000)",Xo="var(--shadow2)",Ht="var(--shadow4)",Li="var(--shadow8)",Zr="var(--shadow16)",Di="var(--shadow28)",Oi="var(--shadow64)",Eu="var(--shadow2Brand)",Mu="var(--shadow4Brand)",Hu="var(--shadow8Brand)",_u="var(--shadow16Brand)",Ru="var(--shadow28Brand)",Vu="var(--shadow64Brand)",X="var(--strokeWidthThin)",ht="var(--strokeWidthThick)",He="var(--strokeWidthThicker)",Jr="var(--strokeWidthThickest)",ju="var(--spacingHorizontalNone)",tt="var(--spacingHorizontalXXS)",fe="var(--spacingHorizontalXS)",_e="var(--spacingHorizontalSNudge)",V="var(--spacingHorizontalS)",ze="var(--spacingHorizontalMNudge)",ot="var(--spacingHorizontalM)",ea="var(--spacingHorizontalL)",Gu="var(--spacingHorizontalXL)",Ei="var(--spacingHorizontalXXL)",Wu="var(--spacingHorizontalXXXL)",qu="var(--spacingVerticalNone)",ta="var(--spacingVerticalXXS)",oa="var(--spacingVerticalXS)",_t="var(--spacingVerticalSNudge)",H="var(--spacingVerticalS)",ra="var(--spacingVerticalMNudge)",Xu="var(--spacingVerticalM)",Mi="var(--spacingVerticalL)",Ku="var(--spacingVerticalXL)",aa="var(--spacingVerticalXXL)",Uu="var(--spacingVerticalXXXL)",Hi="var(--durationUltraFast)",mo="var(--durationFaster)",Yu="var(--durationFast)",na="var(--durationNormal)",Qu="var(--durationGentle)",_i="var(--durationSlow)",ia="var(--durationSlower)",yo="var(--durationUltraSlow)",Ri="var(--curveAccelerateMax)",sa="var(--curveAccelerateMid)",Vi="var(--curveAccelerateMin)",la="var(--curveDecelerateMax)",ca="var(--curveDecelerateMid)",ji="var(--curveDecelerateMin)",Gi="var(--curveEasyEaseMax)",$o="var(--curveEasyEase)",Wi="var(--curveLinear)";var Xg=Object.freeze({__proto__:null,colorNeutralForeground1:O,colorNeutralForeground1Hover:Ao,colorNeutralForeground1Pressed:Cr,colorNeutralForeground1Selected:il,colorNeutralForeground2:ne,colorNeutralForeground2Hover:St,colorNeutralForeground2Pressed:Pt,colorNeutralForeground2Selected:Ka,colorNeutralForeground2BrandHover:lt,colorNeutralForeground2BrandPressed:ct,colorNeutralForeground2BrandSelected:Ua,colorNeutralForeground3:W,colorNeutralForeground3Hover:Ya,colorNeutralForeground3Pressed:Qa,colorNeutralForeground3Selected:sl,colorNeutralForeground3BrandHover:ll,colorNeutralForeground3BrandPressed:cl,colorNeutralForeground3BrandSelected:dl,colorNeutralForeground4:Za,colorNeutralForegroundDisabled:k,colorBrandForegroundLink:ul,colorBrandForegroundLinkHover:hl,colorBrandForegroundLinkPressed:pl,colorBrandForegroundLinkSelected:gl,colorNeutralForeground2Link:fl,colorNeutralForeground2LinkHover:bl,colorNeutralForeground2LinkPressed:vl,colorNeutralForeground2LinkSelected:ml,colorCompoundBrandForeground1:Io,colorCompoundBrandForeground1Hover:zo,colorCompoundBrandForeground1Pressed:No,colorNeutralForegroundOnBrand:pe,colorNeutralForegroundInverted:so,colorNeutralForegroundInvertedHover:Ja,colorNeutralForegroundInvertedPressed:en,colorNeutralForegroundInvertedSelected:yl,colorNeutralForegroundInverted2:$l,colorNeutralForegroundStaticInverted:Fr,colorNeutralForegroundInvertedLink:kl,colorNeutralForegroundInvertedLinkHover:xl,colorNeutralForegroundInvertedLinkPressed:Bl,colorNeutralForegroundInvertedLinkSelected:wl,colorNeutralForegroundInvertedDisabled:Sl,colorBrandForeground1:Lo,colorBrandForeground2:tn,colorBrandForeground2Hover:Pl,colorBrandForeground2Pressed:Cl,colorNeutralForeground1Static:on,colorBrandForegroundInverted:Fl,colorBrandForegroundInvertedHover:Tl,colorBrandForegroundInvertedPressed:Al,colorBrandForegroundOnLight:Il,colorBrandForegroundOnLightHover:zl,colorBrandForegroundOnLightPressed:Nl,colorBrandForegroundOnLightSelected:Ll,colorNeutralBackground1:_,colorNeutralBackground1Hover:lo,colorNeutralBackground1Pressed:Do,colorNeutralBackground1Selected:Tr,colorNeutralBackground2:Dl,colorNeutralBackground2Hover:Ol,colorNeutralBackground2Pressed:El,colorNeutralBackground2Selected:Ml,colorNeutralBackground3:Ar,colorNeutralBackground3Hover:Hl,colorNeutralBackground3Pressed:_l,colorNeutralBackground3Selected:Rl,colorNeutralBackground4:rn,colorNeutralBackground4Hover:Vl,colorNeutralBackground4Pressed:jl,colorNeutralBackground4Selected:Gl,colorNeutralBackground5:an,colorNeutralBackground5Hover:Wl,colorNeutralBackground5Pressed:ql,colorNeutralBackground5Selected:Xl,colorNeutralBackground6:Ir,colorNeutralBackgroundInverted:nn,colorNeutralBackgroundStatic:Kl,colorNeutralBackgroundAlpha:Ul,colorNeutralBackgroundAlpha2:Yl,colorSubtleBackground:zr,colorSubtleBackgroundHover:co,colorSubtleBackgroundPressed:Ct,colorSubtleBackgroundSelected:sn,colorSubtleBackgroundLightAlphaHover:Ql,colorSubtleBackgroundLightAlphaPressed:Zl,colorSubtleBackgroundLightAlphaSelected:Jl,colorSubtleBackgroundInverted:ec,colorSubtleBackgroundInvertedHover:tc,colorSubtleBackgroundInvertedPressed:oc,colorSubtleBackgroundInvertedSelected:rc,colorTransparentBackground:q,colorTransparentBackgroundHover:dt,colorTransparentBackgroundPressed:Ft,colorTransparentBackgroundSelected:ln,colorNeutralBackgroundDisabled:Tt,colorNeutralBackgroundInvertedDisabled:ac,colorNeutralStencil1:nc,colorNeutralStencil2:ic,colorNeutralStencil1Alpha:sc,colorNeutralStencil2Alpha:lc,colorBackgroundOverlay:cn,colorScrollbarOverlay:cc,colorBrandBackground:uo,colorBrandBackgroundHover:Oo,colorBrandBackgroundPressed:Eo,colorBrandBackgroundSelected:dn,colorCompoundBrandBackground:ut,colorCompoundBrandBackgroundHover:At,colorCompoundBrandBackgroundPressed:It,colorBrandBackgroundStatic:Nr,colorBrandBackground2:zt,colorBrandBackground2Hover:dc,colorBrandBackground2Pressed:uc,colorBrandBackground3Static:hc,colorBrandBackground4Static:pc,colorBrandBackgroundInverted:gc,colorBrandBackgroundInvertedHover:fc,colorBrandBackgroundInvertedPressed:bc,colorBrandBackgroundInvertedSelected:vc,colorNeutralCardBackground:mc,colorNeutralCardBackgroundHover:yc,colorNeutralCardBackgroundPressed:$c,colorNeutralCardBackgroundSelected:kc,colorNeutralCardBackgroundDisabled:xc,colorNeutralStrokeAccessible:Ie,colorNeutralStrokeAccessibleHover:Nt,colorNeutralStrokeAccessiblePressed:Lt,colorNeutralStrokeAccessibleSelected:Bc,colorNeutralStroke1:Je,colorNeutralStroke1Hover:Dt,colorNeutralStroke1Pressed:ho,colorNeutralStroke1Selected:wc,colorNeutralStroke2:Ot,colorNeutralStroke3:un,colorNeutralStrokeSubtle:Sc,colorNeutralStrokeOnBrand:Pc,colorNeutralStrokeOnBrand2:hn,colorNeutralStrokeOnBrand2Hover:Cc,colorNeutralStrokeOnBrand2Pressed:Fc,colorNeutralStrokeOnBrand2Selected:Tc,colorBrandStroke1:Lr,colorBrandStroke2:Dr,colorBrandStroke2Hover:Ac,colorBrandStroke2Pressed:Ic,colorBrandStroke2Contrast:zc,colorCompoundBrandStroke:Mo,colorCompoundBrandStrokeHover:po,colorCompoundBrandStrokePressed:Ho,colorNeutralStrokeDisabled:Me,colorNeutralStrokeInvertedDisabled:Nc,colorTransparentStroke:me,colorTransparentStrokeInteractive:Or,colorTransparentStrokeDisabled:Lc,colorNeutralStrokeAlpha:Dc,colorNeutralStrokeAlpha2:Oc,colorStrokeFocus1:Et,colorStrokeFocus2:Se,colorNeutralShadowAmbient:Ec,colorNeutralShadowKey:Mc,colorNeutralShadowAmbientLighter:Hc,colorNeutralShadowKeyLighter:_c,colorNeutralShadowAmbientDarker:Rc,colorNeutralShadowKeyDarker:Vc,colorBrandShadowAmbient:jc,colorBrandShadowKey:Gc,colorPaletteRedBackground1:pn,colorPaletteRedBackground2:_o,colorPaletteRedBackground3:Ro,colorPaletteRedBorderActive:Wc,colorPaletteRedBorder1:gn,colorPaletteRedBorder2:qc,colorPaletteRedForeground1:Er,colorPaletteRedForeground2:fn,colorPaletteRedForeground3:Mr,colorPaletteRedForegroundInverted:Xc,colorPaletteGreenBackground1:bn,colorPaletteGreenBackground2:Hr,colorPaletteGreenBackground3:Vo,colorPaletteGreenBorderActive:Kc,colorPaletteGreenBorder1:Uc,colorPaletteGreenBorder2:vn,colorPaletteGreenForeground1:mn,colorPaletteGreenForeground2:yn,colorPaletteGreenForeground3:$n,colorPaletteGreenForegroundInverted:Yc,colorPaletteDarkOrangeBackground1:kn,colorPaletteDarkOrangeBackground2:_r,colorPaletteDarkOrangeBackground3:jo,colorPaletteDarkOrangeBorderActive:Qc,colorPaletteDarkOrangeBorder1:xn,colorPaletteDarkOrangeBorder2:Zc,colorPaletteDarkOrangeForeground1:Bn,colorPaletteDarkOrangeForeground2:Jc,colorPaletteDarkOrangeForeground3:Rr,colorPaletteYellowBackground1:wn,colorPaletteYellowBackground2:ed,colorPaletteYellowBackground3:Sn,colorPaletteYellowBorderActive:td,colorPaletteYellowBorder1:Pn,colorPaletteYellowBorder2:od,colorPaletteYellowForeground1:rd,colorPaletteYellowForeground2:Go,colorPaletteYellowForeground3:ad,colorPaletteYellowForegroundInverted:nd,colorPaletteBerryBackground1:id,colorPaletteBerryBackground2:sd,colorPaletteBerryBackground3:ld,colorPaletteBerryBorderActive:cd,colorPaletteBerryBorder1:dd,colorPaletteBerryBorder2:ud,colorPaletteBerryForeground1:hd,colorPaletteBerryForeground2:pd,colorPaletteBerryForeground3:gd,colorPaletteMarigoldBackground1:fd,colorPaletteMarigoldBackground2:Cn,colorPaletteMarigoldBackground3:bd,colorPaletteMarigoldBorderActive:vd,colorPaletteMarigoldBorder1:md,colorPaletteMarigoldBorder2:yd,colorPaletteMarigoldForeground1:$d,colorPaletteMarigoldForeground2:Fn,colorPaletteMarigoldForeground3:kd,colorPaletteLightGreenBackground1:xd,colorPaletteLightGreenBackground2:Bd,colorPaletteLightGreenBackground3:wd,colorPaletteLightGreenBorderActive:Sd,colorPaletteLightGreenBorder1:Pd,colorPaletteLightGreenBorder2:Cd,colorPaletteLightGreenForeground1:Fd,colorPaletteLightGreenForeground2:Td,colorPaletteLightGreenForeground3:Ad,colorPaletteAnchorBackground2:Tn,colorPaletteAnchorBorderActive:Id,colorPaletteAnchorForeground2:An,colorPaletteBeigeBackground2:In,colorPaletteBeigeBorderActive:zd,colorPaletteBeigeForeground2:zn,colorPaletteBlueBackground2:Nn,colorPaletteBlueBorderActive:Nd,colorPaletteBlueForeground2:Ln,colorPaletteBrassBackground2:Dn,colorPaletteBrassBorderActive:Ld,colorPaletteBrassForeground2:On,colorPaletteBrownBackground2:En,colorPaletteBrownBorderActive:Dd,colorPaletteBrownForeground2:Mn,colorPaletteCornflowerBackground2:Hn,colorPaletteCornflowerBorderActive:Od,colorPaletteCornflowerForeground2:_n,colorPaletteCranberryBackground2:Rn,colorPaletteCranberryBorderActive:Ed,colorPaletteCranberryForeground2:Vn,colorPaletteDarkGreenBackground2:jn,colorPaletteDarkGreenBorderActive:Md,colorPaletteDarkGreenForeground2:Gn,colorPaletteDarkRedBackground2:Wn,colorPaletteDarkRedBorderActive:Hd,colorPaletteDarkRedForeground2:qn,colorPaletteForestBackground2:Xn,colorPaletteForestBorderActive:_d,colorPaletteForestForeground2:Kn,colorPaletteGoldBackground2:Un,colorPaletteGoldBorderActive:Rd,colorPaletteGoldForeground2:Yn,colorPaletteGrapeBackground2:Qn,colorPaletteGrapeBorderActive:Vd,colorPaletteGrapeForeground2:Zn,colorPaletteLavenderBackground2:Jn,colorPaletteLavenderBorderActive:jd,colorPaletteLavenderForeground2:ei,colorPaletteLightTealBackground2:ti,colorPaletteLightTealBorderActive:Gd,colorPaletteLightTealForeground2:oi,colorPaletteLilacBackground2:ri,colorPaletteLilacBorderActive:Wd,colorPaletteLilacForeground2:ai,colorPaletteMagentaBackground2:ni,colorPaletteMagentaBorderActive:qd,colorPaletteMagentaForeground2:ii,colorPaletteMinkBackground2:si,colorPaletteMinkBorderActive:Xd,colorPaletteMinkForeground2:li,colorPaletteNavyBackground2:ci,colorPaletteNavyBorderActive:Kd,colorPaletteNavyForeground2:di,colorPalettePeachBackground2:ui,colorPalettePeachBorderActive:Ud,colorPalettePeachForeground2:hi,colorPalettePinkBackground2:pi,colorPalettePinkBorderActive:Yd,colorPalettePinkForeground2:gi,colorPalettePlatinumBackground2:fi,colorPalettePlatinumBorderActive:Qd,colorPalettePlatinumForeground2:bi,colorPalettePlumBackground2:vi,colorPalettePlumBorderActive:Zd,colorPalettePlumForeground2:mi,colorPalettePumpkinBackground2:yi,colorPalettePumpkinBorderActive:Jd,colorPalettePumpkinForeground2:$i,colorPalettePurpleBackground2:ki,colorPalettePurpleBorderActive:eu,colorPalettePurpleForeground2:xi,colorPaletteRoyalBlueBackground2:Bi,colorPaletteRoyalBlueBorderActive:tu,colorPaletteRoyalBlueForeground2:wi,colorPaletteSeafoamBackground2:Si,colorPaletteSeafoamBorderActive:ou,colorPaletteSeafoamForeground2:Pi,colorPaletteSteelBackground2:Ci,colorPaletteSteelBorderActive:ru,colorPaletteSteelForeground2:Fi,colorPaletteTealBackground2:Ti,colorPaletteTealBorderActive:au,colorPaletteTealForeground2:Ai,colorStatusSuccessBackground1:nu,colorStatusSuccessBackground2:iu,colorStatusSuccessBackground3:su,colorStatusSuccessForeground1:lu,colorStatusSuccessForeground2:cu,colorStatusSuccessForeground3:du,colorStatusSuccessForegroundInverted:uu,colorStatusSuccessBorderActive:hu,colorStatusSuccessBorder1:pu,colorStatusSuccessBorder2:gu,colorStatusWarningBackground1:fu,colorStatusWarningBackground2:bu,colorStatusWarningBackground3:vu,colorStatusWarningForeground1:mu,colorStatusWarningForeground2:yu,colorStatusWarningForeground3:$u,colorStatusWarningForegroundInverted:ku,colorStatusWarningBorderActive:xu,colorStatusWarningBorder1:Bu,colorStatusWarningBorder2:wu,colorStatusDangerBackground1:Su,colorStatusDangerBackground2:Pu,colorStatusDangerBackground3:Cu,colorStatusDangerBackground3Hover:Fu,colorStatusDangerBackground3Pressed:Tu,colorStatusDangerForeground1:Au,colorStatusDangerForeground2:Iu,colorStatusDangerForeground3:zu,colorStatusDangerForegroundInverted:Nu,colorStatusDangerBorderActive:Lu,colorStatusDangerBorder1:Du,colorStatusDangerBorder2:Ou,borderRadiusNone:Wo,borderRadiusSmall:ge,borderRadiusMedium:B,borderRadiusLarge:qo,borderRadiusXLarge:Vr,borderRadiusCircular:Q,fontFamilyBase:y,fontFamilyMonospace:Ii,fontFamilyNumeric:zi,fontSizeBase100:Mt,fontSizeBase200:R,fontSizeBase300:P,fontSizeBase400:ie,fontSizeBase500:et,fontSizeBase600:go,fontSizeHero700:jr,fontSizeHero800:Gr,fontSizeHero900:Wr,fontSizeHero1000:qr,fontWeightRegular:T,fontWeightMedium:Ni,fontWeightSemibold:L,fontWeightBold:fo,lineHeightBase100:bo,lineHeightBase200:se,lineHeightBase300:A,lineHeightBase400:ye,lineHeightBase500:vo,lineHeightBase600:Xr,lineHeightHero700:Kr,lineHeightHero800:Ur,lineHeightHero900:Yr,lineHeightHero1000:Qr,shadow2:Xo,shadow4:Ht,shadow8:Li,shadow16:Zr,shadow28:Di,shadow64:Oi,shadow2Brand:Eu,shadow4Brand:Mu,shadow8Brand:Hu,shadow16Brand:_u,shadow28Brand:Ru,shadow64Brand:Vu,strokeWidthThin:X,strokeWidthThick:ht,strokeWidthThicker:He,strokeWidthThickest:Jr,spacingHorizontalNone:ju,spacingHorizontalXXS:tt,spacingHorizontalXS:fe,spacingHorizontalSNudge:_e,spacingHorizontalS:V,spacingHorizontalMNudge:ze,spacingHorizontalM:ot,spacingHorizontalL:ea,spacingHorizontalXL:Gu,spacingHorizontalXXL:Ei,spacingHorizontalXXXL:Wu,spacingVerticalNone:qu,spacingVerticalXXS:ta,spacingVerticalXS:oa,spacingVerticalSNudge:_t,spacingVerticalS:H,spacingVerticalMNudge:ra,spacingVerticalM:Xu,spacingVerticalL:Mi,spacingVerticalXL:Ku,spacingVerticalXXL:aa,spacingVerticalXXXL:Uu,durationUltraFast:Hi,durationFaster:mo,durationFast:Yu,durationNormal:na,durationGentle:Qu,durationSlow:_i,durationSlower:ia,durationUltraSlow:yo,curveAccelerateMax:Ri,curveAccelerateMid:sa,curveAccelerateMin:Vi,curveDecelerateMax:la,curveDecelerateMid:ca,curveDecelerateMin:ji,curveEasyEaseMax:Gi,curveEasyEase:$o,curveLinear:Wi});const Zu=g`
5
- ${F("block")}
6
-
7
- :host{max-width:fit-content;contain:content}.heading{height:44px;display:grid;position:relative;vertical-align:middle;padding-inline:${ot} ${ze};border-radius:${B};font-family:${y};font-size:${P};font-weight:${T};line-height:${A};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:${O};background:${q};line-height:${A};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:${ge}}.icon{display:flex;align-items:center;justify-content:center;pointer-events:none;position:relative;height:100%;padding-right:${V};grid-column:1 / span 1;grid-row:1}.region{margin:0 ${ot}}::slotted([slot='start']),::slotted([slot='end']){justify-content:center;align-items:center;padding-right:${V};grid-column:2 / span 1;grid-row:1 / span 1}button:focus-visible::after{content:'';position:absolute;inset:0px;cursor:pointer;border-radius:${ge};outline:none;border:2px solid ${Et};box-shadow:inset 0 0 0 1px ${Se}}:host([disabled]) .button{color:${k}}: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:${P};line-height:${A}}:host([size='small']) .heading{font-size:${R};line-height:${se}}:host([size='large']) .heading{font-size:${ie};line-height:${ye}}:host([size='extra-large']) .heading{font-size:${et};line-height:${vo}}: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}`,Kg=v.partial(`<svg
4
+ :host{max-width:fit-content;contain:content}.heading{height:44px;display:grid;position:relative;vertical-align:middle;padding-inline:${yt} ${Xe};border-radius:${T};font-family:${y};font-size:${F};font-weight:${O};line-height:${E};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:${N};background:${te};line-height:${E};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:${ke}}.icon{display:flex;align-items:center;justify-content:center;pointer-events:none;position:relative;height:100%;padding-right:${K};grid-column:1 / span 1;grid-row:1}.region{margin:0 ${yt}}::slotted([slot='start']),::slotted([slot='end']){justify-content:center;align-items:center;padding-right:${K};grid-column:2 / span 1;grid-row:1 / span 1}button:focus-visible::after{content:'';position:absolute;inset:0px;cursor:pointer;border-radius:${ke};outline:none;border:2px solid ${co};box-shadow:inset 0 0 0 1px ${Ee}}:host([disabled]) .button{color:${k}}: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:${F};line-height:${E}}:host([size='small']) .heading{font-size:${U};line-height:${ge}}:host([size='large']) .heading{font-size:${fe};line-height:${Se}}:host([size='extra-large']) .heading{font-size:${vt};line-height:${Ko}}: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}`,Bc=v.partial(`<svg
8
5
  width="20"
9
6
  height="20"
10
7
  viewBox="0 0 20 20"
@@ -16,7 +13,7 @@ let hr;const gs="fast-kernel";try{if(document.currentScript)hr=document.currentS
16
13
  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"
17
14
  fill="currentColor"
18
15
  />
19
- </svg>`),Ug=v.partial(`<svg
16
+ </svg>`),zc=v.partial(`<svg
20
17
  width="20"
21
18
  height="20"
22
19
  viewBox="0 0 20 20"
@@ -28,30 +25,33 @@ let hr;const gs="fast-kernel";try{if(document.currentScript)hr=document.currentS
28
25
  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"
29
26
  fill="currentColor"
30
27
  />
31
- </svg>`);function Yg(o={}){return v`<div class="heading" part="heading" role="heading" aria-level="${e=>e.headinglevel}"><button class="button" part="button" ${Fe("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>${Ze(o)} ${Qe(o)}<span class="icon" part="icon" aria-hidden="true"><slot name="expanded-icon">${re(o.expandedIcon)}</slot><slot name="collapsed-icon">${re(o.collapsedIcon)}</slot><span></div><div class="region" part="region" id="${e=>e.id}-panel" role="region" aria-labelledby="${e=>e.id}"><slot></slot></div>`}const Ju=Yg({collapsedIcon:Kg,expandedIcon:Ug}),Qg=ae.compose({name:`${x.prefix}-accordion-item`,template:Ju,styles:Zu});var Zg=Object.defineProperty,Jg=Object.getOwnPropertyDescriptor,Z=(o,e,t,r)=>{for(var a=r>1?void 0:r?Jg(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Zg(e,t,a),a};class j extends S{constructor(){super(...arguments),this.iconOnly=!1,this.disabled=!1,this.disabledFocusable=!1,this.handleDisabledFocusableClick=e=>{if(e&&this.disabled||this.disabledFocusable){e.stopImmediatePropagation();return}}}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)}}Z([s],j.prototype,"download",2),Z([s],j.prototype,"href",2),Z([s],j.prototype,"hreflang",2),Z([s],j.prototype,"ping",2),Z([s],j.prototype,"referrerpolicy",2),Z([s],j.prototype,"rel",2),Z([s],j.prototype,"target",2),Z([s],j.prototype,"type",2),Z([m],j.prototype,"defaultSlottedContent",2),Z([s],j.prototype,"appearance",2),Z([s],j.prototype,"shape",2),Z([s],j.prototype,"size",2),Z([s({attribute:"icon-only",mode:"boolean"})],j.prototype,"iconOnly",2),Z([s({mode:"boolean"})],j.prototype,"disabled",2),Z([s({attribute:"disabled-focusable",mode:"boolean"})],j.prototype,"disabledFocusable",2);class qi{}Z([s({attribute:"aria-expanded"})],qi.prototype,"ariaExpanded",2),Ae(qi,D),Ae(j,Ye,qi);const Ko={primary:"primary",outline:"outline",subtle:"subtle",secondary:"secondary",transparent:"transparent"},Uo={circular:"circular",rounded:"rounded",square:"square"},Yo={small:"small",medium:"medium",large:"large"},Qo={submit:"submit",reset:"reset",button:"button"},ef=Ko,tf=Uo,of=Yo,rf={_self:"_self",_blank:"_blank",_parent:"_parent",_top:"_top"};function af(o={}){return v`<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}" ${Fe("control")}>${Ze(o)}<span class="content" part="content"><slot ${Y("defaultSlottedContent")}></slot></span>${Qe(o)}</a>`}const eh=af(),nf=g`
32
- ${F("inline-flex")}
33
-
34
- :host{--icon-spacing:${_e};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:${_};color:${O};border:${X} solid ${Je};padding:0 ${ot};min-width:96px;border-radius:${B};font-size:${P};font-family:${y};font-weight:${L};line-height:${A};transition-duration:${mo};transition-property:background,border,color;transition-timing-function:${$o};cursor:pointer}.content{display:inherit;text-align:center}:host(:hover) .control{background-color:${lo};color:${Ao};border-color:${Dt}}:host(:hover:active) .control{background-color:${Do};border-color:${ho};color:${Cr};outline-style:none}:host .control:focus-visible{border-color:${me};outline:${ht}) solid ${me};box-shadow:${Ht},0 0 0 2px ${Se}}@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:${fe}}:host([size='small']) .control{min-height:24px;min-width:64px;padding:0 ${V};border-radius:${ge};font-size:${R};line-height:${se};font-weight:${T}}:host([size='small'][icon-only]) .control{min-width:24px;max-width:24px}:host([size='large']) .control{min-height:40px;border-radius:${qo};padding:0 ${ea};font-size:${ie};line-height:${ye}}: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:${Q}}:host([shape='square']) .control,:host([shape='square']) .control:focus-visible{border-radius:${Wo}}:host([appearance='primary']) .control{background-color:${uo};color:${pe};border-color:transparent}:host([appearance='primary']:hover) .control{background-color:${Oo}}:host([appearance='primary']:hover) .control,:host([appearance='primary']:hover:active) .control{border-color:transparent;color:${pe}}:host([appearance='primary']:hover:active) .control{background-color:${Eo}}:host([appearance='primary']) .control:focus-visible{border-color:${pe};box-shadow:${Xo},0 0 0 2px ${Se}}: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:${q}}:host([appearance='outline']:hover) .control{background-color:${dt}}:host([appearance='outline']:hover:active) .control{background-color:${Ft}}: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:${q}}:host([appearance='subtle']) .control{background-color:${zr};color:${ne};border-color:transparent}:host([appearance='subtle']:hover) .control{background-color:${co};color:${St};border-color:transparent}:host([appearance='subtle']:hover:active) .control{background-color:${Ct};color:${Pt};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:${q};border-color:transparent}:host([appearance='subtle']:hover) ::slotted(svg){fill:${lt}}:host([appearance='subtle']:hover:active) ::slotted(svg){fill:${ct}}:host([appearance='transparent']) .control{background-color:${q};color:${ne}}:host([appearance='transparent']:hover) .control{background-color:${dt};color:${lt}}:host([appearance='transparent']:hover:active) .control{background-color:${Ft};color:${ct}}: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)
35
- .control{border-color:transparent;background-color:${q}}: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)
36
- .control{background-color:${Tt};border-color:${Me};color:${k};cursor:not-allowed}`.withBehaviors(Te(g`
37
- :host([appearance='transparent']:hover) .control{border-color:Highlight}`)),sf=j.compose({name:`${x.prefix}-anchor-button`,template:eh,styles:nf,shadowOptions:{delegatesFocus:!0}}),lf=/[\(\[\{][^\)\]\}]*[\)\]\}]/g,cf=/[\0-\u001F\!-/:-@\[-`\{-\u00BF\u0250-\u036F\uD800-\uFFFF]/g,df=/^\d+[\d\s]*(:?ext|x|)\s*\d+$/i,uf=/\s+/g,hf=/[\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 pf(o,e,t){let r="";const a=o.split(" ");return a.length!==0&&(r+=a[0].charAt(0).toUpperCase()),t||(a.length===2?r+=a[1].charAt(0).toUpperCase():a.length===3&&(r+=a[2].charAt(0).toUpperCase())),e&&r.length>1?r.charAt(1)+r.charAt(0):r}function gf(o){return o=o.replace(lf,""),o=o.replace(cf,""),o=o.replace(uf," "),o=o.trim(),o}function ff(o,e,t){return!o||(o=gf(o),hf.test(o)||!t?.allowPhoneInitials&&df.test(o))?"":pf(o,e,t?.firstInitialOnly)}const bf={active:"active",inactive:"inactive"},vf={circular:"circular",square:"square"},mf={ring:"ring",shadow:"shadow",ringShadow:"ring-shadow"},Xi={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"},th={neutral:"neutral",brand:"brand",colorful:"colorful",...Xi},yf={_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 $f=Object.defineProperty,kf=Object.getOwnPropertyDescriptor,pt=(o,e,t,r)=>{for(var a=r>1?void 0:r?kf(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&$f(e,t,a),a};const Re=class ls extends S{constructor(){super(...arguments),this.color="neutral"}generateColor(){if(this.color)return this.color===th.colorful?ls.colors[xf(this.colorId??this.name??"")%ls.colors.length]:this.color}generateInitials(){if(!this.name&&!this.initials)return;const e=this.size??32;return this.initials??ff(this.name,window.getComputedStyle(this).direction==="rtl",{firstInitialOnly:e<=16})}};Re.colors=Object.values(Xi),pt([s],Re.prototype,"name",2),pt([s],Re.prototype,"initials",2),pt([s({converter:ve})],Re.prototype,"size",2),pt([s],Re.prototype,"shape",2),pt([s],Re.prototype,"active",2),pt([s],Re.prototype,"appearance",2),pt([s],Re.prototype,"color",2),pt([s({attribute:"color-id"})],Re.prototype,"colorId",2);let oh=Re;const xf=o=>{let e=0;for(let t=o.length-1;t>=0;t--){const r=o.charCodeAt(t),a=t%8;e^=(r<<a)+(r>>8-a)}return e},Bf=v`<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>`;function wf(){return v`<template role="img" data-color=${o=>o.generateColor()}><slot>${o=>o.name||o.initials?o.generateInitials():Bf}</slot><slot name="badge"></slot></template>`}const rh=wf(),gt={fastOutSlowInMax:la,fastOutSlowInMid:ca,fastOutSlowInMin:ji,slowOutFastInMax:Ri,slowOutFastInMid:sa,slowOutFastInMin:Vi,fastEase:Gi,normalEase:$o,nullEasing:Wi},ah=g`
38
- ${F("inline-flex")} :host{position:relative;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;font-family:${y};font-weight:${L};font-size:${P};border-radius:${Q};color:${W};background-color:${Ir};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:${Q}}::slotted([slot='badge']){position:absolute;bottom:0;right:0;box-shadow:0 0 0 ${X}) ${_}}: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 ${ht}) ${_}}:host([size='16']),:host([size='20']),:host([size='24']){font-size:${Mt};font-weight:${T}}: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:${R}}:host([size='36']){width:36px;height:36px}:host([size='40']){width:40px;height:40px}:host([size='48']),:host([size='56']){font-size:${ie}}: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:${et}}: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:${go}}:host([size='120']){width:120px;height:120px}:host([size='128']){width:128px;height:128px}:host([shape='square']){border-radius:${B}}:host([shape='square'][size='20']),:host([shape='square'][size='24']){border-radius:${ge}}:host([shape='square'][size='56']),:host([shape='square'][size='64']),:host([shape='square'][size='72']){border-radius:${qo}}:host([shape='square'][size='96']),:host([shape='square'][size='120']),:host([shape='square'][size='128']){border-radius:${Vr}}:host([data-color='brand']){color:${Fr};background-color:${Nr}}:host([data-color='dark-red']){color:${qn};background-color:${Wn}}:host([data-color='cranberry']){color:${Vn};background-color:${Rn}}:host([data-color='red']){color:${fn};background-color:${_o}}:host([data-color='pumpkin']){color:${$i};background-color:${yi}}:host([data-color='peach']){color:${hi};background-color:${ui}}:host([data-color='marigold']){color:${Fn};background-color:${Cn}}:host([data-color='gold']){color:${Yn};background-color:${Un}}:host([data-color='brass']){color:${On};background-color:${Dn}}:host([data-color='brown']){color:${Mn};background-color:${En}}:host([data-color='forest']){color:${Kn};background-color:${Xn}}:host([data-color='seafoam']){color:${Pi};background-color:${Si}}:host([data-color='dark-green']){color:${Gn};background-color:${jn}}:host([data-color='light-teal']){color:${oi};background-color:${ti}}:host([data-color='teal']){color:${Ai};background-color:${Ti}}:host([data-color='steel']){color:${Fi};background-color:${Ci}}:host([data-color='blue']){color:${Ln};background-color:${Nn}}:host([data-color='royal-blue']){color:${wi};background-color:${Bi}}:host([data-color='cornflower']){color:${_n};background-color:${Hn}}:host([data-color='navy']){color:${di};background-color:${ci}}:host([data-color='lavender']){color:${ei};background-color:${Jn}}:host([data-color='purple']){color:${xi};background-color:${ki}}:host([data-color='grape']){color:${Zn};background-color:${Qn}}:host([data-color='lilac']){color:${ai};background-color:${ri}}:host([data-color='pink']){color:${gi};background-color:${pi}}:host([data-color='magenta']){color:${ii};background-color:${ni}}:host([data-color='plum']){color:${mi};background-color:${vi}}:host([data-color='beige']){color:${zn};background-color:${In}}:host([data-color='mink']){color:${li};background-color:${si}}:host([data-color='platinum']){color:${bi};background-color:${fi}}:host([data-color='anchor']){color:${An};background-color:${Tn}}:host([active]){transform:perspective(1px);transition-property:transform,opacity;transition-duration:${yo},${mo};transition-delay:${gt.fastEase},${gt.nullEasing}}:host([active])::before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;border-radius:inherit;transition-property:margin,opacity;transition-duration:${yo}),${ia};transition-delay:${gt.fastEase}),${gt.nullEasing})}:host([active])::before{box-shadow:${Li};border-style:solid;border-color:${Nr}}:host([active][appearance='shadow'])::before{border-style:none;border-color:none}:host([active]:not([appearance='shadow']))::before{margin:calc(-2 * ${ht});border-width:${ht}}:host([size='56'][active]:not([appearance='shadow']))::before,:host([size='64'][active]:not([appearance='shadow']))::before{margin:calc(-2 * ${He});border-width:${He}}: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 * ${Jr});border-width:${Jr}}:host([size='20'][active][appearance])::before,:host([size='24'][active][appearance])::before,:host([size='28'][active][appearance])::before{box-shadow:${Ht}}:host([size='56'][active][appearance])::before,:host([size='64'][active][appearance])::before{box-shadow:${Zr}}: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:${Di}}:host([active][appearance='ring'])::before{box-shadow:none}:host([active='inactive']){opacity:0.8;transform:scale(0.875);transition-property:transform,opacity;transition-duration:${yo},${mo};transition-delay:${gt.fastOutSlowInMin},${gt.nullEasing}}:host([active='inactive'])::before{margin:0;opacity:0;transition-property:margin,opacity;transition-duration:${yo},${ia};transition-delay:${gt.fastOutSlowInMin},${gt.nullEasing}}@media screen and (prefers-reduced-motion:reduce){:host([active]){transition-duration:0.01ms}:host([active])::before{transition-duration:0.01ms;transition-delay:0.01ms}}`,Sf=oh.compose({name:`${x.prefix}-avatar`,template:rh,styles:ah}),nh={filled:"filled",ghost:"ghost",outline:"outline",tint:"tint"},ih={brand:"brand",danger:"danger",important:"important",informative:"informative",severe:"severe",subtle:"subtle",success:"success",warning:"warning"},Pf={circular:"circular",rounded:"rounded",square:"square"},Cf={tiny:"tiny",extraSmall:"extra-small",small:"small",medium:"medium",large:"large",extraLarge:"extra-large"};var Ff=Object.defineProperty,Tf=Object.getOwnPropertyDescriptor,da=(o,e,t,r)=>{for(var a=r>1?void 0:r?Tf(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Ff(e,t,a),a};class Rt extends S{constructor(){super(...arguments),this.appearance=nh.filled,this.color=ih.brand}}da([s],Rt.prototype,"appearance",2),da([s],Rt.prototype,"color",2),da([s],Rt.prototype,"shape",2),da([s],Rt.prototype,"size",2),Ae(Rt,Ye);function sh(o={}){return v` ${Ze(o)}<slot>${re(o.defaultContent)}</slot>${Qe(o)} `}const lh=sh(),ua=tt,ch=g.partial`
39
- ${F("inline-flex")} :host {
28
+ </svg>`);function Fc(o={}){return v`<div class="heading" part="heading" role="heading" aria-level="${e=>e.headinglevel}"><button class="button" part="button" ${$e("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>${We(o)} ${qe(o)}<span class="icon" part="icon" aria-hidden="true"><slot name="expanded-icon">${J(o.expandedIcon)}</slot><slot name="collapsed-icon">${J(o.collapsedIcon)}</slot><span></div><div class="region" part="region" id="${e=>e.id}-panel" role="region" aria-labelledby="${e=>e.id}"><slot></slot></div>`}const Ac=Fc({collapsedIcon:Bc,expandedIcon:zc}),Oc=ae.compose({name:`${b.prefix}-accordion-item`,template:Ac,styles:Ic});Oc.define(b.registry);const oi={single:"single",multi:"multi"};var Ec=Object.defineProperty,Lc=Object.getOwnPropertyDescriptor,Zs=(o,e,t,r)=>{for(var i=r>1?void 0:r?Lc(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Ec(e,t,i),i};class ri extends C{constructor(){super(...arguments),this.expandmode=oi.multi,this.activeItemIndex=0,this.change=()=>{this.$emit("change",this.activeid)},this.setItems=()=>{if(this.slottedAccordionItems.length===0)return;const e=Array.from(this.children);if(this.removeItemListeners(e),e.forEach(t=>S.getNotifier(t).subscribe(this,"disabled")),this.accordionItems=e.filter(t=>!t.hasAttribute("disabled")),this.accordionIds=this.getItemIds(),this.accordionItems.forEach((t,r)=>{t instanceof ae&&(t.addEventListener("click",this.activeItemChange),t.addEventListener("keydown",this.handleItemKeyDown),t.addEventListener("focus",this.handleItemFocus),S.getNotifier(t).subscribe(this,"expanded"));const i=this.accordionIds[r];t.setAttribute("id",typeof i!="string"?`accordion-${r+1}`:i),this.activeid=this.accordionIds[this.activeItemIndex]}),this.isSingleExpandMode()){const t=this.findExpandedItem();this.setSingleExpandMode(t)}},this.removeItemListeners=e=>{e.forEach((t,r)=>{S.getNotifier(t).unsubscribe(this,"disabled"),S.getNotifier(t).unsubscribe(this,"expanded"),t.removeEventListener("click",this.activeItemChange),t.removeEventListener("keydown",this.handleItemKeyDown),t.removeEventListener("focus",this.handleItemFocus)})},this.activeItemChange=e=>{e.defaultPrevented||e.target!==e.currentTarget||(e.preventDefault(),this.handleExpandedChange(e.target))},this.handleExpandedChange=e=>{e instanceof ae&&(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 Et:e.preventDefault(),this.adjust(-1);break;case Ft:e.preventDefault(),this.adjust(1);break;case Ro:this.activeItemIndex=0,this.focusItem();break;case Do:this.activeItemIndex=this.accordionItems.length-1,this.focusItem();break}},this.handleItemFocus=e=>{if(e.target===e.currentTarget){const t=e.target,r=this.activeItemIndex=Array.from(this.accordionItems).indexOf(t);this.activeItemIndex!==r&&r!==-1&&(this.activeItemIndex=r,this.activeid=this.accordionIds[this.activeItemIndex])}}}expandmodeChanged(e,t){if(!this.$fastController.isConnected)return;const r=this.findExpandedItem();r&&(t!==oi.single?r?.expandbutton.removeAttribute("aria-disabled"):this.setSingleExpandMode(r))}slottedAccordionItemsChanged(e,t){this.$fastController.isConnected&&this.setItems()}handleChange(e,t){t==="disabled"?this.setItems():t==="expanded"&&e.expanded&&this.isSingleExpandMode()&&this.setSingleExpandMode(e)}findExpandedItem(){return this.accordionItems.length===0?null:this.accordionItems.find(e=>e instanceof ae&&e.expanded)??this.accordionItems[0]}setSingleExpandMode(e){if(this.accordionItems.length===0)return;const t=Array.from(this.accordionItems);this.activeItemIndex=t.indexOf(e),t.forEach((r,i)=>{r instanceof ae&&(this.activeItemIndex===i?(r.expanded=!0,r.expandbutton.setAttribute("aria-disabled","true")):(r.expanded=!1,r.hasAttribute("disabled")||r.expandbutton.removeAttribute("aria-disabled")))})}getItemIds(){return this.slottedAccordionItems.map(e=>e.id)}isSingleExpandMode(){return this.expandmode===oi.single}adjust(e){this.activeItemIndex=wa(0,this.accordionItems.length-1,this.activeItemIndex+e),this.focusItem()}focusItem(){const e=this.accordionItems[this.activeItemIndex];e instanceof ae&&e.expandbutton.focus()}}Zs([a({attribute:"expand-mode"})],ri.prototype,"expandmode",2),Zs([$],ri.prototype,"slottedAccordionItems",2);const _c=f`
29
+ ${z("flex")}
30
+
31
+ :host{flex-direction:column;width:100%;contain:content}`;function Mc(){return v`<template><slot ${G({property:"slottedAccordionItems",filter:zt()})}></slot></template>`}const Dc=Mc(),Rc=ri.compose({name:`${b.prefix}-accordion`,template:Dc,styles:_c});Rc.define(b.registry);var Nc=Object.defineProperty,Hc=Object.getOwnPropertyDescriptor,Y=(o,e,t,r)=>{for(var i=r>1?void 0:r?Hc(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Nc(e,t,i),i};class V extends C{constructor(){super(...arguments),this.iconOnly=!1,this.disabled=!1,this.disabledFocusable=!1,this.handleDisabledFocusableClick=e=>{if(e&&this.disabled||this.disabledFocusable){e.stopImmediatePropagation();return}}}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)}}Y([a],V.prototype,"download",2),Y([a],V.prototype,"href",2),Y([a],V.prototype,"hreflang",2),Y([a],V.prototype,"ping",2),Y([a],V.prototype,"referrerpolicy",2),Y([a],V.prototype,"rel",2),Y([a],V.prototype,"target",2),Y([a],V.prototype,"type",2),Y([$],V.prototype,"defaultSlottedContent",2),Y([a],V.prototype,"appearance",2),Y([a],V.prototype,"shape",2),Y([a],V.prototype,"size",2),Y([a({attribute:"icon-only",mode:"boolean"})],V.prototype,"iconOnly",2),Y([a({mode:"boolean"})],V.prototype,"disabled",2),Y([a({attribute:"disabled-focusable",mode:"boolean"})],V.prototype,"disabledFocusable",2);class ii{}Y([a({attribute:"aria-expanded"})],ii.prototype,"ariaExpanded",2),Oe(ii,_),Oe(V,je,ii);const Vc=f`
32
+ ${z("inline-flex")}
33
+
34
+ :host{--icon-spacing:${ot};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:${X};color:${N};border:${oe} solid ${mt};padding:0 ${yt};min-width:96px;border-radius:${T};font-size:${F};font-family:${y};font-weight:${M};line-height:${E};transition-duration:${Yo};transition-property:background,border,color;transition-timing-function:${Zo};cursor:pointer}.content{display:inherit;text-align:center}:host(:hover) .control{background-color:${Ho};color:${Dr};border-color:${ao}}:host(:hover:active) .control{background-color:${jr};border-color:${qo};color:${gs};outline-style:none}:host .control:focus-visible{border-color:${Ce};outline:${Nt}) solid ${Ce};box-shadow:${uo},0 0 0 2px ${Ee}}@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:${we}}:host([size='small']) .control{min-height:24px;min-width:64px;padding:0 ${K};border-radius:${ke};font-size:${U};line-height:${ge};font-weight:${O}}:host([size='small'][icon-only]) .control{min-width:24px;max-width:24px}:host([size='large']) .control{min-height:40px;border-radius:${ei};padding:0 ${Vs};font-size:${fe};line-height:${Se}}: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:${le}}:host([shape='square']) .control,:host([shape='square']) .control:focus-visible{border-radius:${Jr}}:host([appearance='primary']) .control{background-color:${jo};color:${xe};border-color:transparent}:host([appearance='primary']:hover) .control{background-color:${qr}}:host([appearance='primary']:hover) .control,:host([appearance='primary']:hover:active) .control{border-color:transparent;color:${xe}}:host([appearance='primary']:hover:active) .control{background-color:${Wr}}:host([appearance='primary']) .control:focus-visible{border-color:${xe};box-shadow:${ti},0 0 0 2px ${Ee}}: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:${te}}:host([appearance='outline']:hover) .control{background-color:${Dt}}:host([appearance='outline']:hover:active) .control{background-color:${eo}}: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:${te}}:host([appearance='subtle']) .control{background-color:${ys};color:${pe};border-color:transparent}:host([appearance='subtle']:hover) .control{background-color:${Vo};color:${Qt};border-color:transparent}:host([appearance='subtle']:hover:active) .control{background-color:${Jt};color:${Zt};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:${te};border-color:transparent}:host([appearance='subtle']:hover) ::slotted(svg){fill:${_t}}:host([appearance='subtle']:hover:active) ::slotted(svg){fill:${Mt}}:host([appearance='transparent']) .control{background-color:${te};color:${pe}}:host([appearance='transparent']:hover) .control{background-color:${Dt};color:${_t}}:host([appearance='transparent']:hover:active) .control{background-color:${eo};color:${Mt}}: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)
35
+ .control{border-color:transparent;background-color:${te}}: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)
36
+ .control{background-color:${to};border-color:${et};color:${k};cursor:not-allowed}`.withBehaviors(Ae(f`
37
+ :host([appearance='transparent']:hover) .control{border-color:Highlight}`));function jc(o={}){return v`<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}" ${$e("control")}>${We(o)}<span class="content" part="content"><slot ${G("defaultSlottedContent")}></slot></span>${qe(o)}</a>`}const qc=jc(),Wc=V.compose({name:`${b.prefix}-anchor-button`,template:qc,styles:Vc,shadowOptions:{delegatesFocus:!0}});Wc.define(b.registry);const Gc=/[\(\[\{][^\)\]\}]*[\)\]\}]/g,Xc=/[\0-\u001F\!-/:-@\[-`\{-\u00BF\u0250-\u036F\uD800-\uFFFF]/g,Uc=/^\d+[\d\s]*(:?ext|x|)\s*\d+$/i,Kc=/\s+/g,Yc=/[\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 Qc(o,e,t){let r="";const i=o.split(" ");return i.length!==0&&(r+=i[0].charAt(0).toUpperCase()),t||(i.length===2?r+=i[1].charAt(0).toUpperCase():i.length===3&&(r+=i[2].charAt(0).toUpperCase())),e&&r.length>1?r.charAt(1)+r.charAt(0):r}function Zc(o){return o=o.replace(Gc,""),o=o.replace(Xc,""),o=o.replace(Kc," "),o=o.trim(),o}function Jc(o,e,t){return!o||(o=Zc(o),Yc.test(o)||!t?.allowPhoneInitials&&Uc.test(o))?"":Qc(o,e,t?.firstInitialOnly)}const Js={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"},ed={neutral:"neutral",brand:"brand",colorful:"colorful",...Js};var td=Object.defineProperty,od=Object.getOwnPropertyDescriptor,rt=(o,e,t,r)=>{for(var i=r>1?void 0:r?od(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&td(e,t,i),i};const Le=class $i extends C{constructor(){super(...arguments),this.color="neutral"}generateColor(){if(this.color)return this.color===ed.colorful?$i.colors[id(this.colorId??this.name??"")%$i.colors.length]:this.color}generateInitials(){if(!this.name&&!this.initials)return;const e=this.size??32;return this.initials??Jc(this.name,window.getComputedStyle(this).direction==="rtl",{firstInitialOnly:e<=16})}};Le.colors=Object.values(Js),rt([a],Le.prototype,"name",2),rt([a],Le.prototype,"initials",2),rt([a({converter:ue})],Le.prototype,"size",2),rt([a],Le.prototype,"shape",2),rt([a],Le.prototype,"active",2),rt([a],Le.prototype,"appearance",2),rt([a],Le.prototype,"color",2),rt([a({attribute:"color-id"})],Le.prototype,"colorId",2);let rd=Le;const id=o=>{let e=0;for(let t=o.length-1;t>=0;t--){const r=o.charCodeAt(t),i=t%8;e^=(r<<i)+(r>>8-i)}return e},it={fastOutSlowInMax:Ys,fastOutSlowInMid:Qs,fastOutSlowInMin:Sc,slowOutFastInMax:wc,slowOutFastInMid:Ks,slowOutFastInMin:Cc,fastEase:Tc,normalEase:Zo,nullEasing:Pc},sd=f`
38
+ ${z("inline-flex")} :host{position:relative;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;font-family:${y};font-weight:${M};font-size:${F};border-radius:${le};color:${ee};background-color:${$s};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:${le}}::slotted([slot='badge']){position:absolute;bottom:0;right:0;box-shadow:0 0 0 ${oe}) ${X}}: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 ${Nt}) ${X}}:host([size='16']),:host([size='20']),:host([size='24']){font-size:${ho};font-weight:${O}}: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:${U}}:host([size='36']){width:36px;height:36px}:host([size='40']){width:40px;height:40px}:host([size='48']),:host([size='56']){font-size:${fe}}: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:${vt}}: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:${Go}}:host([size='120']){width:120px;height:120px}:host([size='128']){width:128px;height:128px}:host([shape='square']){border-radius:${T}}:host([shape='square'][size='20']),:host([shape='square'][size='24']){border-radius:${ke}}:host([shape='square'][size='56']),:host([shape='square'][size='64']),:host([shape='square'][size='72']){border-radius:${ei}}:host([shape='square'][size='96']),:host([shape='square'][size='120']),:host([shape='square'][size='128']){border-radius:${zs}}:host([data-color='brand']){color:${bs};background-color:${xs}}:host([data-color='dark-red']){color:${Il};background-color:${Pl}}:host([data-color='cranberry']){color:${Cl};background-color:${wl}}:host([data-color='red']){color:${Qa};background-color:${Ur}}:host([data-color='pumpkin']){color:${oc};background-color:${tc}}:host([data-color='peach']){color:${Ul};background-color:${Xl}}:host([data-color='marigold']){color:${dl};background-color:${cl}}:host([data-color='gold']){color:${Al};background-color:${Fl}}:host([data-color='brass']){color:${vl};background-color:${ml}}:host([data-color='brown']){color:${yl};background-color:${$l}}:host([data-color='forest']){color:${zl};background-color:${Bl}}:host([data-color='seafoam']){color:${lc};background-color:${ac}}:host([data-color='dark-green']){color:${Tl};background-color:${Sl}}:host([data-color='light-teal']){color:${Dl};background-color:${Ml}}:host([data-color='teal']){color:${uc};background-color:${hc}}:host([data-color='steel']){color:${dc};background-color:${cc}}:host([data-color='blue']){color:${bl};background-color:${gl}}:host([data-color='royal-blue']){color:${nc};background-color:${sc}}:host([data-color='cornflower']){color:${kl};background-color:${xl}}:host([data-color='navy']){color:${Gl};background-color:${Wl}}:host([data-color='lavender']){color:${_l};background-color:${Ll}}:host([data-color='purple']){color:${ic};background-color:${rc}}:host([data-color='grape']){color:${El};background-color:${Ol}}:host([data-color='lilac']){color:${Nl};background-color:${Rl}}:host([data-color='pink']){color:${Yl};background-color:${Kl}}:host([data-color='magenta']){color:${Vl};background-color:${Hl}}:host([data-color='plum']){color:${ec};background-color:${Jl}}:host([data-color='beige']){color:${fl};background-color:${pl}}:host([data-color='mink']){color:${ql};background-color:${jl}}:host([data-color='platinum']){color:${Zl};background-color:${Ql}}:host([data-color='anchor']){color:${ul};background-color:${hl}}:host([active]){transform:perspective(1px);transition-property:transform,opacity;transition-duration:${Qo},${Yo};transition-delay:${it.fastEase},${it.nullEasing}}:host([active])::before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;border-radius:inherit;transition-property:margin,opacity;transition-duration:${Qo}),${Us};transition-delay:${it.fastEase}),${it.nullEasing})}:host([active])::before{box-shadow:${bc};border-style:solid;border-color:${xs}}:host([active][appearance='shadow'])::before{border-style:none;border-color:none}:host([active]:not([appearance='shadow']))::before{margin:calc(-2 * ${Nt});border-width:${Nt}}:host([size='56'][active]:not([appearance='shadow']))::before,:host([size='64'][active]:not([appearance='shadow']))::before{margin:calc(-2 * ${tt});border-width:${tt}}: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 * ${Hs});border-width:${Hs}}:host([size='20'][active][appearance])::before,:host([size='24'][active][appearance])::before,:host([size='28'][active][appearance])::before{box-shadow:${uo}}:host([size='56'][active][appearance])::before,:host([size='64'][active][appearance])::before{box-shadow:${Ns}}: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:${mc}}:host([active][appearance='ring'])::before{box-shadow:none}:host([active='inactive']){opacity:0.8;transform:scale(0.875);transition-property:transform,opacity;transition-duration:${Qo},${Yo};transition-delay:${it.fastOutSlowInMin},${it.nullEasing}}:host([active='inactive'])::before{margin:0;opacity:0;transition-property:margin,opacity;transition-duration:${Qo},${Us};transition-delay:${it.fastOutSlowInMin},${it.nullEasing}}@media screen and (prefers-reduced-motion:reduce){:host([active]){transition-duration:0.01ms}:host([active])::before{transition-duration:0.01ms;transition-delay:0.01ms}}`,nd=v`<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>`;function ad(){return v`<template role="img" data-color=${o=>o.generateColor()}><slot>${o=>o.name||o.initials?o.generateInitials():nd}</slot><slot name="badge"></slot></template>`}const ld=ad(),cd=rd.compose({name:`${b.prefix}-avatar`,template:ld,styles:sd});cd.define(b.registry);const dd={filled:"filled",ghost:"ghost",outline:"outline",tint:"tint"},hd={brand:"brand",danger:"danger",important:"important",informative:"informative",severe:"severe",subtle:"subtle",success:"success",warning:"warning"};var ud=Object.defineProperty,pd=Object.getOwnPropertyDescriptor,Jo=(o,e,t,r)=>{for(var i=r>1?void 0:r?pd(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&ud(e,t,i),i};class Ht extends C{constructor(){super(...arguments),this.appearance=dd.filled,this.color=hd.brand}}Jo([a],Ht.prototype,"appearance",2),Jo([a],Ht.prototype,"color",2),Jo([a],Ht.prototype,"shape",2),Jo([a],Ht.prototype,"size",2),Oe(Ht,je);const er=$t,en=f.partial`
39
+ ${z("inline-flex")} :host {
40
40
  position: relative;
41
41
  box-sizing: border-box;
42
42
  align-items: center;
43
43
  justify-content: center;
44
44
  font-family: ${y};
45
- font-weight: ${L};
46
- font-size: ${R};
47
- line-height: ${se};
45
+ font-weight: ${M};
46
+ font-size: ${U};
47
+ line-height: ${ge};
48
48
  min-width: 20px;
49
49
  height: 20px;
50
- padding-inline: calc(${fe} + ${ua});
51
- border-radius: ${Q};
52
- border-color: ${me};
53
- background-color: ${uo};
54
- color: ${pe};
50
+ padding-inline: calc(${we} + ${er});
51
+ border-radius: ${le};
52
+ border-color: ${Ce};
53
+ background-color: ${jo};
54
+ color: ${xe};
55
55
  contain: content;
56
56
  }
57
57
 
@@ -67,11 +67,11 @@ let hr;const gs="fast-kernel";try{if(document.currentScript)hr=document.currentS
67
67
  bottom: 0;
68
68
  right: 0;
69
69
  border-style: solid;
70
- border-width: ${X};
70
+ border-width: ${oe};
71
71
  border-color: inherit;
72
72
  border-radius: inherit;
73
73
  }
74
- `,dh=g.partial`
74
+ `,tn=f.partial`
75
75
  :host([size='tiny']) {
76
76
  width: 6px;
77
77
  height: 6px;
@@ -97,9 +97,9 @@ let hr;const gs="fast-kernel";try{if(document.currentScript)hr=document.currentS
97
97
  :host([size='small']) {
98
98
  min-width: 16px;
99
99
  height: 16px;
100
- font-size: ${Mt};
101
- line-height: ${bo};
102
- padding-inline: calc(${tt} + ${ua});
100
+ font-size: ${ho};
101
+ line-height: ${Uo};
102
+ padding-inline: calc(${$t} + ${er});
103
103
  }
104
104
  :host([size='small']) ::slotted(svg) {
105
105
  font-size: 12px;
@@ -107,9 +107,9 @@ let hr;const gs="fast-kernel";try{if(document.currentScript)hr=document.currentS
107
107
  :host([size='large']) {
108
108
  min-width: 24px;
109
109
  height: 24px;
110
- font-size: ${R};
111
- line-height: ${se};
112
- padding-inline: calc(${fe} + ${ua});
110
+ font-size: ${U};
111
+ line-height: ${ge};
112
+ padding-inline: calc(${we} + ${er});
113
113
  }
114
114
  :host([size='large']) ::slotted(svg) {
115
115
  font-size: 16px;
@@ -117,263 +117,263 @@ let hr;const gs="fast-kernel";try{if(document.currentScript)hr=document.currentS
117
117
  :host([size='extra-large']) {
118
118
  min-width: 32px;
119
119
  height: 32px;
120
- font-size: ${R};
121
- line-height: ${se};
122
- padding-inline: calc(${_e} + ${ua});
120
+ font-size: ${U};
121
+ line-height: ${ge};
122
+ padding-inline: calc(${ot} + ${er});
123
123
  }
124
124
  :host([size='extra-large']) ::slotted(svg) {
125
125
  font-size: 20px;
126
126
  }
127
- `,uh=g.partial`
127
+ `,on=f.partial`
128
128
  :host([color='danger']) {
129
- background-color: ${Ro};
130
- color: ${pe};
129
+ background-color: ${Kr};
130
+ color: ${xe};
131
131
  }
132
132
 
133
133
  :host([color='important']) {
134
- background-color: ${O};
135
- color: ${_};
134
+ background-color: ${N};
135
+ color: ${X};
136
136
  }
137
137
 
138
138
  :host([color='informative']) {
139
- background-color: ${an};
140
- color: ${W};
139
+ background-color: ${Ha};
140
+ color: ${ee};
141
141
  }
142
142
 
143
143
  :host([color='severe']) {
144
- background-color: ${jo};
145
- color: ${pe};
144
+ background-color: ${Qr};
145
+ color: ${xe};
146
146
  }
147
147
 
148
148
  :host([color='subtle']) {
149
- background-color: ${_};
150
- color: ${O};
149
+ background-color: ${X};
150
+ color: ${N};
151
151
  }
152
152
 
153
153
  :host([color='success']) {
154
- background-color: ${Vo};
155
- color: ${pe};
154
+ background-color: ${Yr};
155
+ color: ${xe};
156
156
  }
157
157
 
158
158
  :host([color='warning']) {
159
- background-color: ${Sn};
160
- color: ${on};
159
+ background-color: ${al};
160
+ color: ${Ra};
161
161
  }
162
- `,hh=g.partial`
162
+ `,rn=f.partial`
163
163
  :host([appearance='ghost']) {
164
- color: ${Lo};
164
+ color: ${Vr};
165
165
  background-color: initial;
166
166
  }
167
167
 
168
168
  :host([appearance='ghost'][color='danger']) {
169
- color: ${Mr};
169
+ color: ${Ts};
170
170
  }
171
171
 
172
172
  :host([appearance='ghost'][color='important']) {
173
- color: ${O};
173
+ color: ${N};
174
174
  }
175
175
 
176
176
  :host([appearance='ghost'][color='informative']) {
177
- color: ${W};
177
+ color: ${ee};
178
178
  }
179
179
 
180
180
  :host([appearance='ghost'][color='severe']) {
181
- color: ${Rr};
181
+ color: ${Bs};
182
182
  }
183
183
 
184
184
  :host([appearance='ghost'][color='subtle']) {
185
- color: ${so};
185
+ color: ${No};
186
186
  }
187
187
 
188
188
  :host([appearance='ghost'][color='success']) {
189
- color: ${$n};
189
+ color: ${ol};
190
190
  }
191
191
 
192
192
  :host([appearance='ghost'][color='warning']) {
193
- color: ${Go};
193
+ color: ${Zr};
194
194
  }
195
- `,Af=g.partial`
195
+ `,fd=f.partial`
196
196
  :host([appearance='outline']) {
197
197
  border-color: currentColor;
198
- color: ${Lo};
198
+ color: ${Vr};
199
199
  background-color: initial;
200
200
  }
201
201
 
202
202
  :host([appearance='outline'][color='danger']) {
203
- color: ${Mr};
203
+ color: ${Ts};
204
204
  }
205
205
 
206
206
  :host([appearance='outline'][color='important']) {
207
- color: ${W};
208
- border-color: ${Ie};
207
+ color: ${ee};
208
+ border-color: ${Ge};
209
209
  }
210
210
 
211
211
  :host([appearance='outline'][color='informative']) {
212
- color: ${W};
213
- border-color: ${Ot};
212
+ color: ${ee};
213
+ border-color: ${lo};
214
214
  }
215
215
 
216
216
  :host([appearance='outline'][color='severe']) {
217
- color: ${Rr};
217
+ color: ${Bs};
218
218
  }
219
219
 
220
220
  :host([appearance='outline'][color='subtle']) {
221
- color: ${Fr};
221
+ color: ${bs};
222
222
  }
223
223
 
224
224
  :host([appearance='outline'][color='success']) {
225
- color: ${yn};
225
+ color: ${tl};
226
226
  }
227
227
 
228
228
  :host([appearance='outline'][color='warning']) {
229
- color: ${Go};
229
+ color: ${Zr};
230
230
  }
231
- `,If=g.partial`
231
+ `,gd=f.partial`
232
232
  :host([appearance='tint']) {
233
- background-color: ${zt};
234
- color: ${tn};
235
- border-color: ${Dr};
233
+ background-color: ${io};
234
+ color: ${Da};
235
+ border-color: ${ws};
236
236
  }
237
237
 
238
238
  :host([appearance='tint'][color='danger']) {
239
- background-color: ${pn};
240
- color: ${Er};
241
- border-color: ${gn};
239
+ background-color: ${Ka};
240
+ color: ${Ss};
241
+ border-color: ${Ya};
242
242
  }
243
243
 
244
244
  :host([appearance='tint'][color='important']) {
245
- background-color: ${W};
246
- color: ${_};
247
- border-color: ${me};
245
+ background-color: ${ee};
246
+ color: ${X};
247
+ border-color: ${Ce};
248
248
  }
249
249
 
250
250
  :host([appearance='tint'][color='informative']) {
251
- background-color: ${rn};
252
- color: ${W};
253
- border-color: ${Ot};
251
+ background-color: ${Na};
252
+ color: ${ee};
253
+ border-color: ${lo};
254
254
  }
255
255
 
256
256
  :host([appearance='tint'][color='severe']) {
257
- background-color: ${kn};
258
- color: ${Bn};
259
- border-color: ${xn};
257
+ background-color: ${rl};
258
+ color: ${sl};
259
+ border-color: ${il};
260
260
  }
261
261
 
262
262
  :host([appearance='tint'][color='subtle']) {
263
- background-color: ${_};
264
- color: ${W};
265
- border-color: ${Ot};
263
+ background-color: ${X};
264
+ color: ${ee};
265
+ border-color: ${lo};
266
266
  }
267
267
 
268
268
  :host([appearance='tint'][color='success']) {
269
- background-color: ${bn};
270
- color: ${mn};
271
- border-color: ${vn};
269
+ background-color: ${Za};
270
+ color: ${el};
271
+ border-color: ${Ja};
272
272
  }
273
273
 
274
274
  :host([appearance='tint'][color='warning']) {
275
- background-color: ${wn};
276
- color: ${Go};
277
- border-color: ${Pn};
275
+ background-color: ${nl};
276
+ color: ${Zr};
277
+ border-color: ${ll};
278
278
  }
279
- `;g.partial`
279
+ `;f.partial`
280
280
  font-family: ${y};
281
- font-size: ${P};
282
- line-height: ${A};
283
- font-weight: ${T};
284
- `,g.partial`
281
+ font-size: ${F};
282
+ line-height: ${E};
283
+ font-weight: ${O};
284
+ `,f.partial`
285
285
  font-family: ${y};
286
- font-size: ${P};
287
- line-height: ${A};
288
- font-weight: ${L};
289
- `,g.partial`
286
+ font-size: ${F};
287
+ line-height: ${E};
288
+ font-weight: ${M};
289
+ `,f.partial`
290
290
  font-family: ${y};
291
- font-size: ${P};
292
- line-height: ${A};
293
- font-weight: ${fo};
294
- `,g.partial`
291
+ font-size: ${F};
292
+ line-height: ${E};
293
+ font-weight: ${Xo};
294
+ `,f.partial`
295
295
  font-family: ${y};
296
- font-size: ${ie};
297
- line-height: ${ye};
298
- font-weight: ${T};
299
- `,g.partial`
296
+ font-size: ${fe};
297
+ line-height: ${Se};
298
+ font-weight: ${O};
299
+ `,f.partial`
300
300
  font-family: ${y};
301
- font-size: ${R};
302
- line-height: ${se};
303
- font-weight: ${T};
304
- `,g.partial`
301
+ font-size: ${U};
302
+ line-height: ${ge};
303
+ font-weight: ${O};
304
+ `,f.partial`
305
305
  font-family: ${y};
306
- font-size: ${R};
307
- line-height: ${se};
308
- font-weight: ${L};
309
- `,g.partial`
306
+ font-size: ${U};
307
+ line-height: ${ge};
308
+ font-weight: ${M};
309
+ `,f.partial`
310
310
  font-family: ${y};
311
- font-size: ${R};
312
- line-height: ${se};
313
- font-weight: ${fo};
314
- `,g.partial`
311
+ font-size: ${U};
312
+ line-height: ${ge};
313
+ font-weight: ${Xo};
314
+ `,f.partial`
315
315
  font-family: ${y};
316
- font-size: ${Mt};
317
- line-height: ${bo};
318
- font-weight: ${T};
319
- `,g.partial`
316
+ font-size: ${ho};
317
+ line-height: ${Uo};
318
+ font-weight: ${O};
319
+ `,f.partial`
320
320
  font-family: ${y};
321
- font-size: ${Mt};
322
- line-height: ${bo};
323
- font-weight: ${L};
324
- `,g.partial`
321
+ font-size: ${ho};
322
+ line-height: ${Uo};
323
+ font-weight: ${M};
324
+ `,f.partial`
325
325
  font-family: ${y};
326
- font-size: ${et};
327
- line-height: ${vo};
328
- font-weight: ${L};
329
- `,g.partial`
326
+ font-size: ${vt};
327
+ line-height: ${Ko};
328
+ font-weight: ${M};
329
+ `,f.partial`
330
330
  font-family: ${y};
331
- font-size: ${ie};
332
- line-height: ${ye};
333
- font-weight: ${L};
334
- `,g.partial`
331
+ font-size: ${fe};
332
+ line-height: ${Se};
333
+ font-weight: ${M};
334
+ `,f.partial`
335
335
  font-family: ${y};
336
- font-size: ${ie};
337
- line-height: ${ye};
338
- font-weight: ${fo};
339
- `,g.partial`
336
+ font-size: ${fe};
337
+ line-height: ${Se};
338
+ font-weight: ${Xo};
339
+ `,f.partial`
340
340
  font-family: ${y};
341
- font-size: ${Gr};
342
- line-height: ${Ur};
343
- font-weight: ${L};
344
- `,g.partial`
341
+ font-size: ${As};
342
+ line-height: ${Ms};
343
+ font-weight: ${M};
344
+ `,f.partial`
345
345
  font-family: ${y};
346
- font-size: ${jr};
347
- line-height: ${Kr};
348
- font-weight: ${L};
349
- `,g.partial`
346
+ font-size: ${Fs};
347
+ line-height: ${_s};
348
+ font-weight: ${M};
349
+ `,f.partial`
350
350
  font-family: ${y};
351
- font-size: ${go};
352
- line-height: ${Xr};
353
- font-weight: ${L};
354
- `,g.partial`
351
+ font-size: ${Go};
352
+ line-height: ${Ls};
353
+ font-weight: ${M};
354
+ `,f.partial`
355
355
  font-family: ${y};
356
- font-size: ${Wr};
357
- line-height: ${Yr};
358
- font-weight: ${L};
359
- `,g.partial`
356
+ font-size: ${Os};
357
+ line-height: ${Ds};
358
+ font-weight: ${M};
359
+ `,f.partial`
360
360
  font-family: ${y};
361
- font-size: ${qr};
362
- line-height: ${Qr};
363
- font-weight: ${L};
364
- `;const ph=g`
365
- :host([shape='square']){border-radius:${Wo}}:host([shape='rounded']){border-radius:${B}}:host([shape='rounded'][size='tiny']),:host([shape='rounded'][size='extra-small']),:host([shape='rounded'][size='small']){border-radius:${ge}}${dh}
366
- ${uh}
367
- ${hh}
368
- ${Af}
369
- ${If}
370
- ${ch}
371
- `.withBehaviors(Te(g`
372
- :host,:host([appearance='outline']),:host([appearance='tint']){border-color:CanvasText}`)),zf=Rt.compose({name:`${x.prefix}-badge`,template:lh,styles:ph});var Nf=Object.defineProperty,Lf=Object.getOwnPropertyDescriptor,K=(o,e,t,r)=>{for(var a=r>1?void 0:r?Lf(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Nf(e,t,a),a};class I extends S{constructor(){super(),this.disabledFocusable=!1,this.elementInternals=this.attachInternals(),this.iconOnly=!1,this.elementInternals.role="button"}disabledFocusableChanged(e,t){this.$fastController.isConnected&&(this.elementInternals.ariaDisabled=`${!!t}`)}get form(){return this.elementInternals.form}get labels(){return Object.freeze(Array.from(this.elementInternals.labels))}typeChanged(e,t){t!==Qo.submit&&(this.formSubmissionFallbackControl?.remove(),this.shadowRoot?.querySelector('slot[name="internal"]')?.remove())}clickHandler(e){if(e&&this.disabledFocusable){e.stopImmediatePropagation();return}return this.press(),!0}connectedCallback(){super.connectedCallback(),this.elementInternals.ariaDisabled=`${!!this.disabledFocusable}`}createAndInsertFormSubmissionFallbackControl(){const e=this.formSubmissionFallbackControlSlot??document.createElement("slot");e.setAttribute("name","internal"),this.shadowRoot?.appendChild(e),this.formSubmissionFallbackControlSlot=e;const t=this.formSubmissionFallbackControl??document.createElement("button");t.style.display="none",t.setAttribute("type","submit"),t.setAttribute("slot","internal"),this.formNoValidate&&t.toggleAttribute("formnovalidate",!0),this.elementInternals.form?.id&&t.setAttribute("form",this.elementInternals.form.id),this.name&&t.setAttribute("name",this.name),this.value&&t.setAttribute("value",this.value),this.formAction&&t.setAttribute("formaction",this.formAction??""),this.formEnctype&&t.setAttribute("formenctype",this.formEnctype??""),this.formMethod&&t.setAttribute("formmethod",this.formMethod??""),this.formTarget&&t.setAttribute("formtarget",this.formTarget??""),this.append(t),this.formSubmissionFallbackControl=t}formDisabledCallback(e){this.disabled=e}keypressHandler(e){if(e&&this.disabledFocusable){e.stopImmediatePropagation();return}if(e.key===no||e.key===io){this.click();return}return!0}press(){switch(this.type){case Qo.reset:{this.resetForm();break}case Qo.submit:{this.submitForm();break}}}resetForm(){this.elementInternals.form?.reset()}submitForm(){if(!(!this.elementInternals.form||this.disabled||this.type!==Qo.submit)){if(!this.name&&!this.formAction&&!this.formEnctype&&!this.form&&!this.formMethod&&!this.formNoValidate&&!this.formTarget){this.elementInternals.form.requestSubmit();return}try{this.elementInternals.setFormValue(this.value??""),this.elementInternals.form.requestSubmit(this)}catch{this.createAndInsertFormSubmissionFallbackControl(),this.elementInternals.setFormValue(null),this.elementInternals.form.requestSubmit(this.formSubmissionFallbackControl)}}}}I.formAssociated=!0,K([s],I.prototype,"appearance",2),K([s({mode:"boolean"})],I.prototype,"autofocus",2),K([m],I.prototype,"defaultSlottedContent",2),K([s({mode:"boolean"})],I.prototype,"disabled",2),K([s({attribute:"disabled-focusable",mode:"boolean"})],I.prototype,"disabledFocusable",2),K([s({attribute:"formaction"})],I.prototype,"formAction",2),K([s({attribute:"form"})],I.prototype,"formAttribute",2),K([s({attribute:"formenctype"})],I.prototype,"formEnctype",2),K([s({attribute:"formmethod"})],I.prototype,"formMethod",2),K([s({attribute:"formnovalidate",mode:"boolean"})],I.prototype,"formNoValidate",2),K([s({attribute:"formtarget"})],I.prototype,"formTarget",2),K([s({attribute:"icon-only",mode:"boolean"})],I.prototype,"iconOnly",2),K([s],I.prototype,"name",2),K([s],I.prototype,"shape",2),K([s],I.prototype,"size",2),K([s],I.prototype,"type",2),K([s],I.prototype,"value",2),Ae(I,Ye);function Ki(o={}){return v`<template tabindex="${e=>e.disabled?-1:0}" @click="${(e,t)=>e.clickHandler(t.event)}" @keypress="${(e,t)=>e.keypressHandler(t.event)}">${Ze(o)}<span class="content" part="content"><slot ${Y("defaultSlottedContent")}></slot></span>${Qe(o)}</template>`}const gh=Ki(),ko=g`
373
- ${F("inline-flex")}
374
-
375
- :host{--icon-spacing:${_e};contain:layout style;vertical-align:middle;align-items:center;box-sizing:border-box;justify-content:center;text-align:center;text-decoration-line:none;margin:0;min-height:32px;outline-style:none;background-color:${_};color:${O};border:${X} solid ${Je};padding:0 ${ot};min-width:96px;border-radius:${B};font-size:${P};font-family:${y};font-weight:${L};line-height:${A};transition-duration:${mo};transition-property:background,border,color;transition-timing-function:${$o};cursor:pointer;user-select:none}.content{display:inherit}:host(:hover){background-color:${lo};color:${Ao};border-color:${Dt}}:host(:hover:active){background-color:${Do};border-color:${ho};color:${Cr};outline-style:none}:host(:focus-visible){border-color:${me};outline:${ht}) solid ${me};box-shadow:${Ht},0 0 0 2px ${Se}}@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]){min-width:32px;max-width:32px}:host([size='small']){--icon-spacing:${fe};min-height:24px;min-width:64px;padding:0 ${V};border-radius:${ge};font-size:${R};line-height:${se};font-weight:${T}}:host([size='small'][icon-only]){min-width:24px;max-width:24px}:host([size='large']){min-height:40px;border-radius:${qo};padding:0 ${ea};font-size:${ie};line-height:${ye}}:host([size='large'][icon-only]){min-width:40px;max-width:40px}:host([size='large']) ::slotted(svg){font-size:24px;height:24px;width:24px}:host([shape='circular']),:host([shape='circular']:focus-visible){border-radius:${Q}}:host([shape='square']),:host([shape='square']:focus-visible){border-radius:${Wo}}:host([appearance='primary']){background-color:${uo};color:${pe};border-color:transparent}:host([appearance='primary']:hover){background-color:${Oo}}:host([appearance='primary']:hover),:host([appearance='primary']:hover:active){border-color:transparent;color:${pe}}:host([appearance='primary']:hover:active){background-color:${Eo}}:host([appearance='primary']:focus-visible){border-color:${pe};box-shadow:${Xo},0 0 0 2px ${Se}}:host(:is([disabled][appearance='primary'],[disabled-focusabale][appearance='primary'])),:host(:is([disabled][appearance='primary'],[disabled-focusabale][appearance='primary']):hover),:host(:is([disabled][appearance='primary'],[disabled-focusabale][appearance='primary']):hover:active){border-color:transparent}:host([appearance='outline']){background-color:${q}}:host([appearance='outline']:hover){background-color:${dt}}:host([appearance='outline']:hover:active){background-color:${Ft}}:host(:is([disabled][appearance='outline'],[disabled-focusabale][appearance='outline'])),:host(:is([disabled][appearance='outline'],[disabled-focusabale][appearance='outline']):hover),:host(:is([disabled][appearance='outline'],[disabled-focusabale][appearance='outline']):hover:active){background-color:${q}}:host([appearance='subtle']){background-color:${zr};color:${ne};border-color:transparent}:host([appearance='subtle']:hover){background-color:${co};color:${St};border-color:transparent}:host([appearance='subtle']:hover:active){background-color:${Ct};color:${Pt};border-color:transparent}:host(:is([disabled][appearance='subtle'],[disabled-focusabale][appearance='subtle'])),:host(:is([disabled][appearance='subtle'],[disabled-focusabale][appearance='subtle']):hover),:host(:is([disabled][appearance='subtle'],[disabled-focusabale][appearance='subtle']):hover:active){background-color:${q};border-color:transparent}:host([appearance='subtle']:hover) ::slotted(svg){fill:${lt}}:host([appearance='subtle']:hover:active) ::slotted(svg){fill:${ct}}:host([appearance='transparent']){background-color:${q};color:${ne}}:host([appearance='transparent']:hover){background-color:${dt};color:${lt}}:host([appearance='transparent']:hover:active){background-color:${Ft};color:${ct}}:host([appearance='transparent']),:host([appearance='transparent']:hover),:host([appearance='transparent']:hover:active){border-color:transparent}:host(:is([disabled][appearance='transparent'],[disabled-focusabale][appearance='transparent'])),:host(:is([disabled][appearance='transparent'],[disabled-focusabale][appearance='transparent']):hover),:host(:is([disabled][appearance='transparent'],[disabled-focusabale][appearance='transparent']):hover:active){border-color:transparent;background-color:${q}}:host(:is([disabled],[disabled-focusable],[appearance][disabled],[appearance][disabled-focusable])),:host(:is([disabled],[disabled-focusable],[appearance][disabled],[appearance][disabled-focusable]):hover),:host(:is([disabled],[disabled-focusable],[appearance][disabled],[appearance][disabled-focusable]):hover:active){background-color:${Tt};border-color:${Me};color:${k};cursor:not-allowed}`.withBehaviors(Te(g`
376
- :host([appearance='transparent']:hover){border-color:Highlight}`)),Df=I.compose({name:`${x.prefix}-button`,template:gh,styles:ko}),fh="form-associated-proxy",bh="ElementInternals",vh=bh in window&&"setFormValue"in window[bh].prototype,mh=new WeakMap;function Ui(o){const e=class extends o{constructor(...t){super(...t),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 vh}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 t=this.proxy.labels,r=Array.from(this.proxy.getRootNode().querySelectorAll(`[for='${this.id}']`)),a=t?r.concat(Array.from(t)):r;return Object.freeze(a)}else return bs}valueChanged(t,r){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(t,r){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}disabledChanged(t,r){this.proxy instanceof HTMLElement&&(this.proxy.disabled=this.disabled),ue.enqueue(()=>this.classList.toggle("disabled",this.disabled))}nameChanged(t,r){this.proxy instanceof HTMLElement&&(this.proxy.name=this.name)}requiredChanged(t,r){this.proxy instanceof HTMLElement&&(this.proxy.required=this.required),ue.enqueue(()=>this.classList.toggle("required",this.required)),this.validate()}get elementInternals(){if(!vh)return null;let t=mh.get(this);return t||(t=this.attachInternals(),mh.set(this,t)),t}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(t=>this.proxy.removeEventListener(t,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(t,r,a){this.elementInternals?this.elementInternals.setValidity(t,r,a):typeof r=="string"&&this.proxy.setCustomValidity(r)}formDisabledCallback(t){this.disabled=t}formResetCallback(){this.value=this.initialValue,this.dirtyValue=!1}attachProxy(){this.proxyInitialized||(this.proxyInitialized=!0,this.proxy.style.display="none",this.proxyEventsToBlock.forEach(t=>this.proxy.addEventListener(t,this.stopPropagation)),this.proxy.disabled=this.disabled,this.proxy.required=this.required,typeof this.name=="string"&&(this.proxy.name=this.name),typeof this.value=="string"&&(this.proxy.value=this.value),this.proxy.setAttribute("slot",fh),this.proxySlot=document.createElement("slot"),this.proxySlot.setAttribute("name",fh)),this.shadowRoot?.appendChild(this.proxySlot),this.appendChild(this.proxy)}detachProxy(){this.removeChild(this.proxy),this.shadowRoot?.removeChild(this.proxySlot)}validate(t){this.proxy instanceof HTMLElement&&this.setValidity(this.proxy.validity,this.proxy.validationMessage,t)}setFormValue(t,r){this.elementInternals&&this.elementInternals.setFormValue(t,r||t)}_keypressHandler(t){switch(t.key){case no:this.form instanceof HTMLFormElement&&this.form.querySelector("[type=submit]")?.click();break}}stopPropagation(t){t.stopPropagation()}};return s({mode:"boolean"})(e.prototype,"disabled"),s({mode:"fromView",attribute:"value"})(e.prototype,"initialValue"),s({attribute:"current-value"})(e.prototype,"currentValue"),s(e.prototype,"name"),s({mode:"boolean"})(e.prototype,"required"),m(e.prototype,"value"),e}function Yi(o){class e extends Ui(o){}class t extends e{constructor(...a){super(a),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(a,n){this.dirtyChecked||(this.dirtyChecked=!0),this.currentChecked=this.checked,this.updateForm(),this.proxy instanceof HTMLInputElement&&(this.proxy.checked=this.checked),a!==void 0&&this.$emit("change"),this.validate()}currentCheckedChanged(a,n){this.checked=this.currentChecked}updateForm(){const a=this.checked?this.value:null;this.setFormValue(a,a)}connectedCallback(){super.connectedCallback(),this.updateForm()}formResetCallback(){super.formResetCallback(),this.checked=!!this.checkedAttribute,this.dirtyChecked=!1}}return s({attribute:"checked",mode:"boolean"})(t.prototype,"checkedAttribute"),s({attribute:"current-checked",converter:js})(t.prototype,"currentChecked"),m(t.prototype,"defaultChecked"),m(t.prototype,"checked"),t}class Of extends S{}class Ef extends Yi(Of){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var Mf=Object.defineProperty,Hf=Object.getOwnPropertyDescriptor,Zo=(o,e,t,r)=>{for(var a=r>1?void 0:r?Hf(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Mf(e,t,a),a};class Vt extends Ef{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=e=>{if(!this.disabled)switch(e.key){case io:this.toggleChecked();break}},this.clickHandler=e=>{this.disabled||this.toggleChecked()},this.proxy.setAttribute("type","checkbox")}toggleChecked(){this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked}}Zo([s],Vt.prototype,"shape",2),Zo([s],Vt.prototype,"size",2),Zo([s({attribute:"label-position"})],Vt.prototype,"labelPosition",2),Zo([m],Vt.prototype,"defaultSlottedNodes",2),Zo([m],Vt.prototype,"indeterminate",2);const _f={circular:"circular",square:"square"},Rf={medium:"medium",large:"large"},Vf={before:"before",after:"after"},jf=v.partial(`
361
+ font-size: ${Es};
362
+ line-height: ${Rs};
363
+ font-weight: ${M};
364
+ `;const bd=f`
365
+ :host([shape='square']){border-radius:${Jr}}:host([shape='rounded']){border-radius:${T}}:host([shape='rounded'][size='tiny']),:host([shape='rounded'][size='extra-small']),:host([shape='rounded'][size='small']){border-radius:${ke}}${tn}
366
+ ${on}
367
+ ${rn}
368
+ ${fd}
369
+ ${gd}
370
+ ${en}
371
+ `.withBehaviors(Ae(f`
372
+ :host,:host([appearance='outline']),:host([appearance='tint']){border-color:CanvasText}`));function sn(o={}){return v` ${We(o)}<slot>${J(o.defaultContent)}</slot>${qe(o)} `}const md=sn(),vd=Ht.compose({name:`${b.prefix}-badge`,template:md,styles:bd});vd.define(b.registry);const tr={submit:"submit",reset:"reset",button:"button"};var $d=Object.defineProperty,yd=Object.getOwnPropertyDescriptor,j=(o,e,t,r)=>{for(var i=r>1?void 0:r?yd(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&$d(e,t,i),i};class A extends C{constructor(){super(),this.disabledFocusable=!1,this.elementInternals=this.attachInternals(),this.iconOnly=!1,this.elementInternals.role="button"}disabledFocusableChanged(e,t){this.$fastController.isConnected&&(this.elementInternals.ariaDisabled=`${!!t}`)}get form(){return this.elementInternals.form}get labels(){return Object.freeze(Array.from(this.elementInternals.labels))}typeChanged(e,t){t!==tr.submit&&(this.formSubmissionFallbackControl?.remove(),this.shadowRoot?.querySelector('slot[name="internal"]')?.remove())}clickHandler(e){if(e&&this.disabledFocusable){e.stopImmediatePropagation();return}return this.press(),!0}connectedCallback(){super.connectedCallback(),this.elementInternals.ariaDisabled=`${!!this.disabledFocusable}`}createAndInsertFormSubmissionFallbackControl(){const e=this.formSubmissionFallbackControlSlot??document.createElement("slot");e.setAttribute("name","internal"),this.shadowRoot?.appendChild(e),this.formSubmissionFallbackControlSlot=e;const t=this.formSubmissionFallbackControl??document.createElement("button");t.style.display="none",t.setAttribute("type","submit"),t.setAttribute("slot","internal"),this.formNoValidate&&t.toggleAttribute("formnovalidate",!0),this.elementInternals.form?.id&&t.setAttribute("form",this.elementInternals.form.id),this.name&&t.setAttribute("name",this.name),this.value&&t.setAttribute("value",this.value),this.formAction&&t.setAttribute("formaction",this.formAction??""),this.formEnctype&&t.setAttribute("formenctype",this.formEnctype??""),this.formMethod&&t.setAttribute("formmethod",this.formMethod??""),this.formTarget&&t.setAttribute("formtarget",this.formTarget??""),this.append(t),this.formSubmissionFallbackControl=t}formDisabledCallback(e){this.disabled=e}keypressHandler(e){if(e&&this.disabledFocusable){e.stopImmediatePropagation();return}if(e.key===gt||e.key===Lt){this.click();return}return!0}press(){switch(this.type){case tr.reset:{this.resetForm();break}case tr.submit:{this.submitForm();break}}}resetForm(){this.elementInternals.form?.reset()}submitForm(){if(!(!this.elementInternals.form||this.disabled||this.type!==tr.submit)){if(!this.name&&!this.formAction&&!this.formEnctype&&!this.form&&!this.formMethod&&!this.formNoValidate&&!this.formTarget){this.elementInternals.form.requestSubmit();return}try{this.elementInternals.setFormValue(this.value??""),this.elementInternals.form.requestSubmit(this)}catch{this.createAndInsertFormSubmissionFallbackControl(),this.elementInternals.setFormValue(null),this.elementInternals.form.requestSubmit(this.formSubmissionFallbackControl)}}}}A.formAssociated=!0,j([a],A.prototype,"appearance",2),j([a({mode:"boolean"})],A.prototype,"autofocus",2),j([$],A.prototype,"defaultSlottedContent",2),j([a({mode:"boolean"})],A.prototype,"disabled",2),j([a({attribute:"disabled-focusable",mode:"boolean"})],A.prototype,"disabledFocusable",2),j([a({attribute:"formaction"})],A.prototype,"formAction",2),j([a({attribute:"form"})],A.prototype,"formAttribute",2),j([a({attribute:"formenctype"})],A.prototype,"formEnctype",2),j([a({attribute:"formmethod"})],A.prototype,"formMethod",2),j([a({attribute:"formnovalidate",mode:"boolean"})],A.prototype,"formNoValidate",2),j([a({attribute:"formtarget"})],A.prototype,"formTarget",2),j([a({attribute:"icon-only",mode:"boolean"})],A.prototype,"iconOnly",2),j([a],A.prototype,"name",2),j([a],A.prototype,"shape",2),j([a],A.prototype,"size",2),j([a],A.prototype,"type",2),j([a],A.prototype,"value",2),Oe(A,je);const or=f`
373
+ ${z("inline-flex")}
374
+
375
+ :host{--icon-spacing:${ot};contain:layout style;vertical-align:middle;align-items:center;box-sizing:border-box;justify-content:center;text-align:center;text-decoration-line:none;margin:0;min-height:32px;outline-style:none;background-color:${X};color:${N};border:${oe} solid ${mt};padding:0 ${yt};min-width:96px;border-radius:${T};font-size:${F};font-family:${y};font-weight:${M};line-height:${E};transition-duration:${Yo};transition-property:background,border,color;transition-timing-function:${Zo};cursor:pointer;user-select:none}.content{display:inherit}:host(:hover){background-color:${Ho};color:${Dr};border-color:${ao}}:host(:hover:active){background-color:${jr};border-color:${qo};color:${gs};outline-style:none}:host(:focus-visible){border-color:${Ce};outline:${Nt}) solid ${Ce};box-shadow:${uo},0 0 0 2px ${Ee}}@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]){min-width:32px;max-width:32px}:host([size='small']){--icon-spacing:${we};min-height:24px;min-width:64px;padding:0 ${K};border-radius:${ke};font-size:${U};line-height:${ge};font-weight:${O}}:host([size='small'][icon-only]){min-width:24px;max-width:24px}:host([size='large']){min-height:40px;border-radius:${ei};padding:0 ${Vs};font-size:${fe};line-height:${Se}}:host([size='large'][icon-only]){min-width:40px;max-width:40px}:host([size='large']) ::slotted(svg){font-size:24px;height:24px;width:24px}:host([shape='circular']),:host([shape='circular']:focus-visible){border-radius:${le}}:host([shape='square']),:host([shape='square']:focus-visible){border-radius:${Jr}}:host([appearance='primary']){background-color:${jo};color:${xe};border-color:transparent}:host([appearance='primary']:hover){background-color:${qr}}:host([appearance='primary']:hover),:host([appearance='primary']:hover:active){border-color:transparent;color:${xe}}:host([appearance='primary']:hover:active){background-color:${Wr}}:host([appearance='primary']:focus-visible){border-color:${xe};box-shadow:${ti},0 0 0 2px ${Ee}}:host(:is([disabled][appearance='primary'],[disabled-focusabale][appearance='primary'])),:host(:is([disabled][appearance='primary'],[disabled-focusabale][appearance='primary']):hover),:host(:is([disabled][appearance='primary'],[disabled-focusabale][appearance='primary']):hover:active){border-color:transparent}:host([appearance='outline']){background-color:${te}}:host([appearance='outline']:hover){background-color:${Dt}}:host([appearance='outline']:hover:active){background-color:${eo}}:host(:is([disabled][appearance='outline'],[disabled-focusabale][appearance='outline'])),:host(:is([disabled][appearance='outline'],[disabled-focusabale][appearance='outline']):hover),:host(:is([disabled][appearance='outline'],[disabled-focusabale][appearance='outline']):hover:active){background-color:${te}}:host([appearance='subtle']){background-color:${ys};color:${pe};border-color:transparent}:host([appearance='subtle']:hover){background-color:${Vo};color:${Qt};border-color:transparent}:host([appearance='subtle']:hover:active){background-color:${Jt};color:${Zt};border-color:transparent}:host(:is([disabled][appearance='subtle'],[disabled-focusabale][appearance='subtle'])),:host(:is([disabled][appearance='subtle'],[disabled-focusabale][appearance='subtle']):hover),:host(:is([disabled][appearance='subtle'],[disabled-focusabale][appearance='subtle']):hover:active){background-color:${te};border-color:transparent}:host([appearance='subtle']:hover) ::slotted(svg){fill:${_t}}:host([appearance='subtle']:hover:active) ::slotted(svg){fill:${Mt}}:host([appearance='transparent']){background-color:${te};color:${pe}}:host([appearance='transparent']:hover){background-color:${Dt};color:${_t}}:host([appearance='transparent']:hover:active){background-color:${eo};color:${Mt}}:host([appearance='transparent']),:host([appearance='transparent']:hover),:host([appearance='transparent']:hover:active){border-color:transparent}:host(:is([disabled][appearance='transparent'],[disabled-focusabale][appearance='transparent'])),:host(:is([disabled][appearance='transparent'],[disabled-focusabale][appearance='transparent']):hover),:host(:is([disabled][appearance='transparent'],[disabled-focusabale][appearance='transparent']):hover:active){border-color:transparent;background-color:${te}}:host(:is([disabled],[disabled-focusable],[appearance][disabled],[appearance][disabled-focusable])),:host(:is([disabled],[disabled-focusable],[appearance][disabled],[appearance][disabled-focusable]):hover),:host(:is([disabled],[disabled-focusable],[appearance][disabled],[appearance][disabled-focusable]):hover:active){background-color:${to};border-color:${et};color:${k};cursor:not-allowed}`.withBehaviors(Ae(f`
376
+ :host([appearance='transparent']:hover){border-color:Highlight}`));function si(o={}){return v`<template tabindex="${e=>e.disabled?-1:0}" @click="${(e,t)=>e.clickHandler(t.event)}" @keypress="${(e,t)=>e.keypressHandler(t.event)}">${We(o)}<span class="content" part="content"><slot ${G("defaultSlottedContent")}></slot></span>${qe(o)}</template>`}const xd=si(),kd=A.compose({name:`${b.prefix}-button`,template:xd,styles:or});kd.define(b.registry);const nn="form-associated-proxy",an="ElementInternals",ln=an in window&&"setFormValue"in window[an].prototype,cn=new WeakMap;function dn(o){const e=class extends o{constructor(...t){super(...t),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 ln}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 t=this.proxy.labels,r=Array.from(this.proxy.getRootNode().querySelectorAll(`[for='${this.id}']`)),i=t?r.concat(Array.from(t)):r;return Object.freeze(i)}else return Pi}valueChanged(t,r){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(t,r){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}disabledChanged(t,r){this.proxy instanceof HTMLElement&&(this.proxy.disabled=this.disabled),he.enqueue(()=>this.classList.toggle("disabled",this.disabled))}nameChanged(t,r){this.proxy instanceof HTMLElement&&(this.proxy.name=this.name)}requiredChanged(t,r){this.proxy instanceof HTMLElement&&(this.proxy.required=this.required),he.enqueue(()=>this.classList.toggle("required",this.required)),this.validate()}get elementInternals(){if(!ln)return null;let t=cn.get(this);return t||(t=this.attachInternals(),cn.set(this,t)),t}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(t=>this.proxy.removeEventListener(t,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(t,r,i){this.elementInternals?this.elementInternals.setValidity(t,r,i):typeof r=="string"&&this.proxy.setCustomValidity(r)}formDisabledCallback(t){this.disabled=t}formResetCallback(){this.value=this.initialValue,this.dirtyValue=!1}attachProxy(){this.proxyInitialized||(this.proxyInitialized=!0,this.proxy.style.display="none",this.proxyEventsToBlock.forEach(t=>this.proxy.addEventListener(t,this.stopPropagation)),this.proxy.disabled=this.disabled,this.proxy.required=this.required,typeof this.name=="string"&&(this.proxy.name=this.name),typeof this.value=="string"&&(this.proxy.value=this.value),this.proxy.setAttribute("slot",nn),this.proxySlot=document.createElement("slot"),this.proxySlot.setAttribute("name",nn)),this.shadowRoot?.appendChild(this.proxySlot),this.appendChild(this.proxy)}detachProxy(){this.removeChild(this.proxy),this.shadowRoot?.removeChild(this.proxySlot)}validate(t){this.proxy instanceof HTMLElement&&this.setValidity(this.proxy.validity,this.proxy.validationMessage,t)}setFormValue(t,r){this.elementInternals&&this.elementInternals.setFormValue(t,r||t)}_keypressHandler(t){switch(t.key){case gt:this.form instanceof HTMLFormElement&&this.form.querySelector("[type=submit]")?.click();break}}stopPropagation(t){t.stopPropagation()}};return a({mode:"boolean"})(e.prototype,"disabled"),a({mode:"fromView",attribute:"value"})(e.prototype,"initialValue"),a({attribute:"current-value"})(e.prototype,"currentValue"),a(e.prototype,"name"),a({mode:"boolean"})(e.prototype,"required"),$(e.prototype,"value"),e}function ni(o){class e extends dn(o){}class t extends e{constructor(...i){super(i),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(i,s){this.dirtyChecked||(this.dirtyChecked=!0),this.currentChecked=this.checked,this.updateForm(),this.proxy instanceof HTMLInputElement&&(this.proxy.checked=this.checked),i!==void 0&&this.$emit("change"),this.validate()}currentCheckedChanged(i,s){this.checked=this.currentChecked}updateForm(){const i=this.checked?this.value:null;this.setFormValue(i,i)}connectedCallback(){super.connectedCallback(),this.updateForm()}formResetCallback(){super.formResetCallback(),this.checked=!!this.checkedAttribute,this.dirtyChecked=!1}}return a({attribute:"checked",mode:"boolean"})(t.prototype,"checkedAttribute"),a({attribute:"current-checked",converter:es})(t.prototype,"currentChecked"),$(t.prototype,"defaultChecked"),$(t.prototype,"checked"),t}class wd extends C{}class Cd extends ni(wd){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var Sd=Object.defineProperty,Td=Object.getOwnPropertyDescriptor,fo=(o,e,t,r)=>{for(var i=r>1?void 0:r?Td(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Sd(e,t,i),i};class Vt extends Cd{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=e=>{if(!this.disabled)switch(e.key){case Lt:this.toggleChecked();break}},this.clickHandler=e=>{this.disabled||this.toggleChecked()},this.proxy.setAttribute("type","checkbox")}toggleChecked(){this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked}}fo([a],Vt.prototype,"shape",2),fo([a],Vt.prototype,"size",2),fo([a({attribute:"label-position"})],Vt.prototype,"labelPosition",2),fo([$],Vt.prototype,"defaultSlottedNodes",2),fo([$],Vt.prototype,"indeterminate",2);const Pd=v.partial(`
377
377
  <div class="checked-indicator">
378
378
  <svg fill="currentColor"
379
379
  aria-hidden="true"
@@ -385,26 +385,26 @@ let hr;const gs="fast-kernel";try{if(document.currentScript)hr=document.currentS
385
385
  </path>
386
386
  </svg>
387
387
  </div>
388
- `),Gf=v.partial(`
388
+ `),Id=v.partial(`
389
389
  <div class="indeterminate-indicator"></div>
390
- `);function Wf(o={}){return v`<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">${re(o.checkedIndicator)}</slot><slot name="indeterminate-indicator">${re(o.indeterminateIndicator)}</slot></div><label part="label" class="${e=>e.defaultSlottedNodes&&e.defaultSlottedNodes.length?"label":"label label__hidden"}"><slot ${Y("defaultSlottedNodes")}></slot></label></template>`}const yh=Wf({checkedIndicator:jf,indeterminateIndicator:Gf}),$h=g`
391
- ${F("inline-flex")}
392
- :host{align-items:center;outline:none;user-select:none;vertical-align:middle;cursor:pointer;font-family:${y};font-size:${P};line-height:${A};color:${W};position:relative}:host(:focus-visible)::after{content:'';position:absolute;inset:0px;cursor:pointer;border-radius:${B};outline:none;border:2px solid ${Et};box-shadow:inset 0 0 0 1px ${Se}}.control{position:relative;box-sizing:border-box;display:flex;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;margin:${H} ${V};fill:currentcolor;height:16px;width:16px;border:${X} solid ${Ie};border-radius:${ge};outline:none}.label{align-self:center;cursor:inherit;padding-inline:${V};padding-bottom:${H};padding-top:${H}}.label__hidden{display:none;visibility:hidden}.checked-indicator{display:flex;align-items:center;justify-content:center;color:${so};font-size:12px;margin:auto;opacity:0}.indeterminate-indicator{position:absolute;width:8px;height:8px;border-radius:${ge};background-color:${Io};opacity:0}:host(:hover){color:${ne}}:host(:hover) .control{border-color:${Nt}}:host(:hover) .indeterminate-indicator{background-color:${zo}}:host(:active) .control{border-color:${Lt}}:host(:active) .indeterminate-indicator{background-color:${No}}:host([aria-checked='true']),:host([aria-checked='mixed']),:host(:active){color:${O}}:host([aria-checked='true']) .control{background-color:${ut}}:host([aria-checked='true']:hover) .control{border-color:${po};background-color:${At}}:host([aria-checked='true']:active) .control{background-color:${It}}:host([aria-checked='mixed']:hover) .control{border-color:${po}}: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:${Mo}}:host([aria-checked='mixed']:active) .control,:host([aria-checked='true']:active) .control{border-color:${Ho}}:host([label-position='before']){flex-direction:row-reverse}:host([label-position='before']) .label{padding-inline:${V} ${fe};padding-top:${H};padding-bottom:${H}}: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:${Q}}:host([disabled]) .control,:host([aria-checked='mixed'][disabled]) .control,:host([aria-checked='true'][disabled]) .control{background-color:${dt};border-color:${Me}}: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:${k}}:host([disabled]) .indeterminate-indicator{background-color:${k}}`,qf=Vt.compose({name:`${x.prefix}-checkbox`,template:yh,styles:$h});class kh extends I{}const Xf=Ko,Kf=Uo,Uf=Yo;function Yf(o={}){return v`<template ?disabled="${e=>e.disabled}" tabindex="${e=>e.disabled?-1:0}">${Ze(o)}<span class="content" part="content"><slot ${Y("defaultSlottedContent")}></slot><slot name="description"></slot></span>${Qe(o)}</template>`}const xh=Yf(),Bh=g`
393
- ${ko}
394
-
395
- :host,:host(:is([size])){gap:12px;height:auto;padding-top:14px;padding-inline:12px;padding-bottom:16px;font-size:${P};line-height:${A}}.content{display:flex;flex-direction:column;text-align:start}::slotted([slot='description']){color:${ne};line-height:100%;font-size:${R};font-weight:${T}}::slotted(svg),:host([size='large']) ::slotted(svg){font-size:40px;height:40px;width:40px}:host(:hover) ::slotted([slot='description']){color:${St}}:host(:active) ::slotted([slot='description']){color:${Pt}}:host(:is([appearance='primary'],[appearance='primary']:hover,[appearance='primary']:active))
396
- ::slotted([slot='description']){color:${pe}}:host(:is([appearance='subtle'],[appearance='subtle']:hover,[appearance='subtle']:active))
397
- ::slotted([slot='description']),:host([appearance='transparent']) ::slotted([slot='description']){color:${ne}}:host([appearance='transparent']:hover) ::slotted([slot='description']){color:${lt}}:host([appearance='transparent']:active) ::slotted([slot='description']){color:${ct}}:host(:is([disabled],[disabled][appearance],[disabled-focusable],[disabled-focusable][appearance]))
398
- ::slotted([slot='description']){color:${k}}:host([size='small']){padding:8px;padding-bottom:10px}:host([icon-only]){min-width:52px;max-width:52px;padding:${_e}}:host([icon-only][size='small']){min-width:48px;max-width:48px;padding:${fe}}:host([icon-only][size='large']){min-width:56px;max-width:56px;padding:${V}}:host([size='large']){padding-top:18px;padding-inline:16px;padding-bottom:20px;font-size:${ie};line-height:${ye}}:host([size='large']) ::slotted([slot='description']){font-size:${P}}`,Qf=kh.compose({name:`${x.prefix}-compound-button`,template:xh,styles:Bh});var Zf=Object.defineProperty,Jf=Object.getOwnPropertyDescriptor,ft=(o,e,t,r)=>{for(var a=r>1?void 0:r?Jf(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Zf(e,t,a),a};class Ne extends S{constructor(){super(...arguments),this.count=0,this.overflowCount=99,this.showZero=!1,this.dot=!1}countChanged(){this.setCount()}overflowCountChanged(){this.setCount()}setCount(){const e=this.count??0;if((e!==0||this.showZero)&&!this.dot)return e>this.overflowCount?`${this.overflowCount}+`:`${e}`}}ft([s],Ne.prototype,"appearance",2),ft([s],Ne.prototype,"color",2),ft([s],Ne.prototype,"shape",2),ft([s],Ne.prototype,"size",2),ft([s({converter:ve})],Ne.prototype,"count",2),ft([s({attribute:"overflow-count",converter:ve})],Ne.prototype,"overflowCount",2),ft([s({attribute:"show-zero",mode:"boolean"})],Ne.prototype,"showZero",2),ft([s({mode:"boolean"})],Ne.prototype,"dot",2),Ae(Ne,Ye);const eb={filled:"filled",ghost:"ghost"},tb={brand:"brand",danger:"danger",important:"important",informative:"informative",severe:"severe",subtle:"subtle",success:"success",warning:"warning"},ob={circular:"circular",rounded:"rounded"},rb={tiny:"tiny",extraSmall:"extra-small",small:"small",medium:"medium",large:"large",extraLarge:"extra-large"};function ab(o={}){return sh({defaultContent:v`${e=>e.setCount()}`})}const wh=ab(),Sh=g`
399
- :host([shape='rounded']){border-radius:${B}}:host([shape='rounded'][size='tiny']),:host([shape='rounded'][size='extra-small']),:host([shape='rounded'][size='small']){border-radius:${ge}}${dh}
400
- ${uh}
401
- ${hh}
402
- ${ch}
403
-
404
- :host([dot]),:host([dot][appearance][size]){min-width:auto;width:6px;height:6px;padding:0}`,nb=Ne.compose({name:`${x.prefix}-counter-badge`,template:wh,styles:Sh});/*!
390
+ `);function Bd(o={}){return v`<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">${J(o.checkedIndicator)}</slot><slot name="indeterminate-indicator">${J(o.indeterminateIndicator)}</slot></div><label part="label" class="${e=>e.defaultSlottedNodes&&e.defaultSlottedNodes.length?"label":"label label__hidden"}"><slot ${G("defaultSlottedNodes")}></slot></label></template>`}const zd=Bd({checkedIndicator:Pd,indeterminateIndicator:Id}),Fd=f`
391
+ ${z("inline-flex")}
392
+ :host{align-items:center;outline:none;user-select:none;vertical-align:middle;cursor:pointer;font-family:${y};font-size:${F};line-height:${E};color:${ee};position:relative}:host(:focus-visible)::after{content:'';position:absolute;inset:0px;cursor:pointer;border-radius:${T};outline:none;border:2px solid ${co};box-shadow:inset 0 0 0 1px ${Ee}}.control{position:relative;box-sizing:border-box;display:flex;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;margin:${H} ${K};fill:currentcolor;height:16px;width:16px;border:${oe} solid ${Ge};border-radius:${ke};outline:none}.label{align-self:center;cursor:inherit;padding-inline:${K};padding-bottom:${H};padding-top:${H}}.label__hidden{display:none;visibility:hidden}.checked-indicator{display:flex;align-items:center;justify-content:center;color:${No};font-size:12px;margin:auto;opacity:0}.indeterminate-indicator{position:absolute;width:8px;height:8px;border-radius:${ke};background-color:${Rr};opacity:0}:host(:hover){color:${pe}}:host(:hover) .control{border-color:${so}}:host(:hover) .indeterminate-indicator{background-color:${Nr}}:host(:active) .control{border-color:${no}}:host(:active) .indeterminate-indicator{background-color:${Hr}}:host([aria-checked='true']),:host([aria-checked='mixed']),:host(:active){color:${N}}:host([aria-checked='true']) .control{background-color:${Rt}}:host([aria-checked='true']:hover) .control{border-color:${Wo};background-color:${oo}}:host([aria-checked='true']:active) .control{background-color:${ro}}:host([aria-checked='mixed']:hover) .control{border-color:${Wo}}: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:${Gr}}:host([aria-checked='mixed']:active) .control,:host([aria-checked='true']:active) .control{border-color:${Xr}}:host([label-position='before']){flex-direction:row-reverse}:host([label-position='before']) .label{padding-inline:${K} ${we};padding-top:${H};padding-bottom:${H}}: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:${le}}:host([disabled]) .control,:host([aria-checked='mixed'][disabled]) .control,:host([aria-checked='true'][disabled]) .control{background-color:${Dt};border-color:${et}}: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:${k}}:host([disabled]) .indeterminate-indicator{background-color:${k}}`,Ad=Vt.compose({name:`${b.prefix}-checkbox`,template:zd,styles:Fd});Ad.define(b.registry);class Od extends A{}const Ed=f`
393
+ ${or}
394
+
395
+ :host,:host(:is([size])){gap:12px;height:auto;padding-top:14px;padding-inline:12px;padding-bottom:16px;font-size:${F};line-height:${E}}.content{display:flex;flex-direction:column;text-align:start}::slotted([slot='description']){color:${pe};line-height:100%;font-size:${U};font-weight:${O}}::slotted(svg),:host([size='large']) ::slotted(svg){font-size:40px;height:40px;width:40px}:host(:hover) ::slotted([slot='description']){color:${Qt}}:host(:active) ::slotted([slot='description']){color:${Zt}}:host(:is([appearance='primary'],[appearance='primary']:hover,[appearance='primary']:active))
396
+ ::slotted([slot='description']){color:${xe}}:host(:is([appearance='subtle'],[appearance='subtle']:hover,[appearance='subtle']:active))
397
+ ::slotted([slot='description']),:host([appearance='transparent']) ::slotted([slot='description']){color:${pe}}:host([appearance='transparent']:hover) ::slotted([slot='description']){color:${_t}}:host([appearance='transparent']:active) ::slotted([slot='description']){color:${Mt}}:host(:is([disabled],[disabled][appearance],[disabled-focusable],[disabled-focusable][appearance]))
398
+ ::slotted([slot='description']){color:${k}}:host([size='small']){padding:8px;padding-bottom:10px}:host([icon-only]){min-width:52px;max-width:52px;padding:${ot}}:host([icon-only][size='small']){min-width:48px;max-width:48px;padding:${we}}:host([icon-only][size='large']){min-width:56px;max-width:56px;padding:${K}}:host([size='large']){padding-top:18px;padding-inline:16px;padding-bottom:20px;font-size:${fe};line-height:${Se}}:host([size='large']) ::slotted([slot='description']){font-size:${F}}`;function Ld(o={}){return v`<template ?disabled="${e=>e.disabled}" tabindex="${e=>e.disabled?-1:0}">${We(o)}<span class="content" part="content"><slot ${G("defaultSlottedContent")}></slot><slot name="description"></slot></span>${qe(o)}</template>`}const _d=Ld(),Md=Od.compose({name:`${b.prefix}-compound-button`,template:_d,styles:Ed});Md.define(b.registry);var Dd=Object.defineProperty,Rd=Object.getOwnPropertyDescriptor,st=(o,e,t,r)=>{for(var i=r>1?void 0:r?Rd(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Dd(e,t,i),i};class _e extends C{constructor(){super(...arguments),this.count=0,this.overflowCount=99,this.showZero=!1,this.dot=!1}countChanged(){this.setCount()}overflowCountChanged(){this.setCount()}setCount(){const e=this.count??0;if((e!==0||this.showZero)&&!this.dot)return e>this.overflowCount?`${this.overflowCount}+`:`${e}`}}st([a],_e.prototype,"appearance",2),st([a],_e.prototype,"color",2),st([a],_e.prototype,"shape",2),st([a],_e.prototype,"size",2),st([a({converter:ue})],_e.prototype,"count",2),st([a({attribute:"overflow-count",converter:ue})],_e.prototype,"overflowCount",2),st([a({attribute:"show-zero",mode:"boolean"})],_e.prototype,"showZero",2),st([a({mode:"boolean"})],_e.prototype,"dot",2),Oe(_e,je);const Nd=f`
399
+ :host([shape='rounded']){border-radius:${T}}:host([shape='rounded'][size='tiny']),:host([shape='rounded'][size='extra-small']),:host([shape='rounded'][size='small']){border-radius:${ke}}${tn}
400
+ ${on}
401
+ ${rn}
402
+ ${en}
403
+
404
+ :host([dot]),:host([dot][appearance][size]){min-width:auto;width:6px;height:6px;padding:0}`;function Hd(o={}){return sn({defaultContent:v`${e=>e.setCount()}`})}const Vd=Hd(),jd=_e.compose({name:`${b.prefix}-counter-badge`,template:Vd,styles:Nd});jd.define(b.registry);/*!
405
405
  * tabbable 6.2.0
406
406
  * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
407
- */var ib=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],sb=ib.join(","),Ph=typeof Element>"u",ha=Ph?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,pa=!Ph&&Element.prototype.getRootNode?function(o){var e;return o==null||(e=o.getRootNode)===null||e===void 0?void 0:e.call(o)}:function(o){return o?.ownerDocument},lb=function o(e,t){var r;t===void 0&&(t=!0);var a=e==null||(r=e.getAttribute)===null||r===void 0?void 0:r.call(e,"inert"),n=a===""||a==="true",i=n||t&&e&&o(e.parentNode);return i},cb=function(e){var t,r=e==null||(t=e.getAttribute)===null||t===void 0?void 0:t.call(e,"contenteditable");return r===""||r==="true"},db=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},ub=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||cb(e))&&!db(e)?0:e.tabIndex},Ch=function(e){return e.tagName==="INPUT"},hb=function(e){return Ch(e)&&e.type==="hidden"},pb=function(e){var t=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(r){return r.tagName==="SUMMARY"});return t},gb=function(e,t){for(var r=0;r<e.length;r++)if(e[r].checked&&e[r].form===t)return e[r]},fb=function(e){if(!e.name)return!0;var t=e.form||pa(e),r=function(c){return t.querySelectorAll('input[type="radio"][name="'+c+'"]')},a;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")a=r(window.CSS.escape(e.name));else try{a=r(e.name)}catch(i){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",i.message),!1}var n=gb(a,e.form);return!n||n===e},bb=function(e){return Ch(e)&&e.type==="radio"},vb=function(e){return bb(e)&&!fb(e)},mb=function(e){var t,r=e&&pa(e),a=(t=r)===null||t===void 0?void 0:t.host,n=!1;if(r&&r!==e){var i,c,u;for(n=!!((i=a)!==null&&i!==void 0&&(c=i.ownerDocument)!==null&&c!==void 0&&c.contains(a)||e!=null&&(u=e.ownerDocument)!==null&&u!==void 0&&u.contains(e));!n&&a;){var d,l,h;r=pa(a),a=(d=r)===null||d===void 0?void 0:d.host,n=!!((l=a)!==null&&l!==void 0&&(h=l.ownerDocument)!==null&&h!==void 0&&h.contains(a))}}return n},Fh=function(e){var t=e.getBoundingClientRect(),r=t.width,a=t.height;return r===0&&a===0},yb=function(e,t){var r=t.displayCheck,a=t.getShadowRoot;if(getComputedStyle(e).visibility==="hidden")return!0;var n=ha.call(e,"details>summary:first-of-type"),i=n?e.parentElement:e;if(ha.call(i,"details:not([open]) *"))return!0;if(!r||r==="full"||r==="legacy-full"){if(typeof a=="function"){for(var c=e;e;){var u=e.parentElement,d=pa(e);if(u&&!u.shadowRoot&&a(u)===!0)return Fh(e);e.assignedSlot?e=e.assignedSlot:!u&&d!==e.ownerDocument?e=d.host:e=u}e=c}if(mb(e))return!e.getClientRects().length;if(r!=="legacy-full")return!0}else if(r==="non-zero-area")return Fh(e);return!1},$b=function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var r=0;r<t.children.length;r++){var a=t.children.item(r);if(a.tagName==="LEGEND")return ha.call(t,"fieldset[disabled] *")?!0:!a.contains(e)}return!0}t=t.parentElement}return!1},kb=function(e,t){return!(t.disabled||lb(t)||hb(t)||yb(t,e)||pb(t)||$b(t))},xb=function(e,t){return!(vb(t)||ub(t)<0||!kb(e,t))},Th=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return ha.call(e,sb)===!1?!1:xb(t,e)};const J={modal:"modal",nonModal:"non-modal",alert:"alert"};var Bb=Object.defineProperty,wb=Object.getOwnPropertyDescriptor,bt=(o,e,t,r)=>{for(var a=r>1?void 0:r?wb(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Bb(e,t,a),a};const rt=class dr extends S{constructor(){super(...arguments),this.isTrappingFocus=!1,this.titleAction=[],this.modalType=J.modal,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 Ga:this.modalType!==J.alert&&(this.hide(!0),this.$emit("dismiss"));break;default:return!0}},this.handleDocumentKeydown=e=>{if(!e.defaultPrevented&&this.dialog.open)switch(e.key){case tl:this.handleTabKeyDown(e);break}},this.handleTabKeyDown=e=>{if(!this.trapFocus||!this.dialog.open)return;const t=this.getTabQueueBounds();if(t.length===1){t[0].focus(),e.preventDefault();return}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=()=>{const e=[];return dr.reduceTabbableItems(e,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=e===void 0?this.shouldTrapFocus():e;t&&!this.isTrappingFocus?(this.isTrappingFocus=!0,document.addEventListener("focusin",this.handleDocumentFocus),ue.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),ue.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&&(t==J.alert||t==J.modal?this.trapFocus=!0:this.trapFocus=!1)}setComponent(){this.modalType==J.modal||this.modalType==J.alert?this.trapFocus=!0:this.trapFocus=!1}show(){ue.enqueue(()=>{this.modalType===J.alert||this.modalType===J.modal?(this.dialog.showModal(),this.open=!0,this.updateTrapFocus(!0)):this.modalType===J.nonModal&&(this.dialog.show(),this.open=!0),this.onOpenChangeEvent()})}hide(e=!1){this.dialog.close(),this.open=!1,this.onOpenChangeEvent(e)}dismiss(){this.modalType!==J.alert&&this.hide(!0)}handleClick(e){return e.preventDefault(),this.dialog.open&&this.modalType!==J.alert&&e.target===this.dialog&&this.dismiss(),!0}static reduceTabbableItems(e,t){return t.getAttribute("tabindex")==="-1"?e:Th(t)||dr.isFocusableFastElement(t)&&dr.hasTabbableShadow(t)?(e.push(t),e):Array.from(t.children).reduce((r,a)=>dr.reduceTabbableItems(r,a),e)}static isFocusableFastElement(e){return!!e.$fastController?.definition.shadowOptions?.delegatesFocus}static hasTabbableShadow(e){return Array.from(e.shadowRoot?.querySelectorAll("*")??[]).some(t=>Th(t))}};bt([m],rt.prototype,"dialog",2),bt([m],rt.prototype,"titleAction",2),bt([m],rt.prototype,"defaultTitleAction",2),bt([s({attribute:"aria-describedby"})],rt.prototype,"ariaDescribedby",2),bt([s({attribute:"aria-labelledby"})],rt.prototype,"ariaLabelledby",2),bt([s({attribute:"modal-type"})],rt.prototype,"modalType",2),bt([s({mode:"boolean"})],rt.prototype,"open",2),bt([s({mode:"boolean",attribute:"no-title-action"})],rt.prototype,"noTitleAction",2);let Ah=rt;const Sb=v.partial(`
407
+ */var qd=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],Wd=qd.join(","),hn=typeof Element>"u",rr=hn?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,ir=!hn&&Element.prototype.getRootNode?function(o){var e;return o==null||(e=o.getRootNode)===null||e===void 0?void 0:e.call(o)}:function(o){return o?.ownerDocument},Gd=function o(e,t){var r;t===void 0&&(t=!0);var i=e==null||(r=e.getAttribute)===null||r===void 0?void 0:r.call(e,"inert"),s=i===""||i==="true",n=s||t&&e&&o(e.parentNode);return n},Xd=function(e){var t,r=e==null||(t=e.getAttribute)===null||t===void 0?void 0:t.call(e,"contenteditable");return r===""||r==="true"},Ud=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},Kd=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||Xd(e))&&!Ud(e)?0:e.tabIndex},un=function(e){return e.tagName==="INPUT"},Yd=function(e){return un(e)&&e.type==="hidden"},Qd=function(e){var t=e.tagName==="DETAILS"&&Array.prototype.slice.apply(e.children).some(function(r){return r.tagName==="SUMMARY"});return t},Zd=function(e,t){for(var r=0;r<e.length;r++)if(e[r].checked&&e[r].form===t)return e[r]},Jd=function(e){if(!e.name)return!0;var t=e.form||ir(e),r=function(c){return t.querySelectorAll('input[type="radio"][name="'+c+'"]')},i;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")i=r(window.CSS.escape(e.name));else try{i=r(e.name)}catch(n){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",n.message),!1}var s=Zd(i,e.form);return!s||s===e},eh=function(e){return un(e)&&e.type==="radio"},th=function(e){return eh(e)&&!Jd(e)},oh=function(e){var t,r=e&&ir(e),i=(t=r)===null||t===void 0?void 0:t.host,s=!1;if(r&&r!==e){var n,c,h;for(s=!!((n=i)!==null&&n!==void 0&&(c=n.ownerDocument)!==null&&c!==void 0&&c.contains(i)||e!=null&&(h=e.ownerDocument)!==null&&h!==void 0&&h.contains(e));!s&&i;){var d,l,u;r=ir(i),i=(d=r)===null||d===void 0?void 0:d.host,s=!!((l=i)!==null&&l!==void 0&&(u=l.ownerDocument)!==null&&u!==void 0&&u.contains(i))}}return s},pn=function(e){var t=e.getBoundingClientRect(),r=t.width,i=t.height;return r===0&&i===0},rh=function(e,t){var r=t.displayCheck,i=t.getShadowRoot;if(getComputedStyle(e).visibility==="hidden")return!0;var s=rr.call(e,"details>summary:first-of-type"),n=s?e.parentElement:e;if(rr.call(n,"details:not([open]) *"))return!0;if(!r||r==="full"||r==="legacy-full"){if(typeof i=="function"){for(var c=e;e;){var h=e.parentElement,d=ir(e);if(h&&!h.shadowRoot&&i(h)===!0)return pn(e);e.assignedSlot?e=e.assignedSlot:!h&&d!==e.ownerDocument?e=d.host:e=h}e=c}if(oh(e))return!e.getClientRects().length;if(r!=="legacy-full")return!0}else if(r==="non-zero-area")return pn(e);return!1},ih=function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(t.tagName==="FIELDSET"&&t.disabled){for(var r=0;r<t.children.length;r++){var i=t.children.item(r);if(i.tagName==="LEGEND")return rr.call(t,"fieldset[disabled] *")?!0:!i.contains(e)}return!0}t=t.parentElement}return!1},sh=function(e,t){return!(t.disabled||Gd(t)||Yd(t)||rh(t,e)||Qd(t)||ih(t))},nh=function(e,t){return!(th(t)||Kd(t)<0||!sh(e,t))},fn=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return rr.call(e,Wd)===!1?!1:nh(t,e)};const re={modal:"modal",nonModal:"non-modal",alert:"alert"};var ah=Object.defineProperty,lh=Object.getOwnPropertyDescriptor,nt=(o,e,t,r)=>{for(var i=r>1?void 0:r?lh(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&ah(e,t,i),i};const Ue=class So extends C{constructor(){super(...arguments),this.isTrappingFocus=!1,this.titleAction=[],this.modalType=re.modal,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 Lr:this.modalType!==re.alert&&(this.hide(!0),this.$emit("dismiss"));break;default:return!0}},this.handleDocumentKeydown=e=>{if(!e.defaultPrevented&&this.dialog.open)switch(e.key){case us:this.handleTabKeyDown(e);break}},this.handleTabKeyDown=e=>{if(!this.trapFocus||!this.dialog.open)return;const t=this.getTabQueueBounds();if(t.length===1){t[0].focus(),e.preventDefault();return}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=()=>{const e=[];return So.reduceTabbableItems(e,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=e===void 0?this.shouldTrapFocus():e;t&&!this.isTrappingFocus?(this.isTrappingFocus=!0,document.addEventListener("focusin",this.handleDocumentFocus),he.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),he.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&&(t==re.alert||t==re.modal?this.trapFocus=!0:this.trapFocus=!1)}setComponent(){this.modalType==re.modal||this.modalType==re.alert?this.trapFocus=!0:this.trapFocus=!1}show(){he.enqueue(()=>{this.modalType===re.alert||this.modalType===re.modal?(this.dialog.showModal(),this.open=!0,this.updateTrapFocus(!0)):this.modalType===re.nonModal&&(this.dialog.show(),this.open=!0),this.onOpenChangeEvent()})}hide(e=!1){this.dialog.close(),this.open=!1,this.onOpenChangeEvent(e)}dismiss(){this.modalType!==re.alert&&this.hide(!0)}handleClick(e){return e.preventDefault(),this.dialog.open&&this.modalType!==re.alert&&e.target===this.dialog&&this.dismiss(),!0}static reduceTabbableItems(e,t){return t.getAttribute("tabindex")==="-1"?e:fn(t)||So.isFocusableFastElement(t)&&So.hasTabbableShadow(t)?(e.push(t),e):Array.from(t.children).reduce((r,i)=>So.reduceTabbableItems(r,i),e)}static isFocusableFastElement(e){return!!e.$fastController?.definition.shadowOptions?.delegatesFocus}static hasTabbableShadow(e){return Array.from(e.shadowRoot?.querySelectorAll("*")??[]).some(t=>fn(t))}};nt([$],Ue.prototype,"dialog",2),nt([$],Ue.prototype,"titleAction",2),nt([$],Ue.prototype,"defaultTitleAction",2),nt([a({attribute:"aria-describedby"})],Ue.prototype,"ariaDescribedby",2),nt([a({attribute:"aria-labelledby"})],Ue.prototype,"ariaLabelledby",2),nt([a({attribute:"modal-type"})],Ue.prototype,"modalType",2),nt([a({mode:"boolean"})],Ue.prototype,"open",2),nt([a({mode:"boolean",attribute:"no-title-action"})],Ue.prototype,"noTitleAction",2);let ch=Ue;const dh=v.partial(`
408
408
  <svg
409
409
  fill="currentColor"
410
410
  aria-hidden="true"
@@ -417,82 +417,82 @@ let hr;const gs="fast-kernel";try{if(document.currentScript)hr=document.currentS
417
417
  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"
418
418
  fill="currentColor"
419
419
  ></path>
420
- </svg>`),Ih=v`<template ?open="${o=>o.open}"><dialog role="${o=>o.modalType===J.alert?"alertdialog":"dialog"}" modal-type="${o=>o.modalType}" class="dialog" part="dialog" aria-modal="${o=>o.modalType===J.modal||o.modalType===J.alert?"true":void 0}" aria-describedby="${o=>o.ariaDescribedby}" aria-labelledby="${o=>o.ariaLabelledby}" aria-label="${o=>o.ariaLabel}" @keydown="${(o,e)=>o.handleKeydown(e.event)}" @click="${(o,e)=>o.handleClick(e.event)}" ${Fe("dialog")}><div class="root" part="root"><div class="title" part="title"><slot name="title"></slot><slot ${Y({property:"titleAction",filter:eo()})} name="title-action"></slot>${To(o=>o.modalType===J.nonModal&&o.titleAction.length===0&&!o.noTitleAction,v`<fluent-button tabindex="0" part="title-action" class="title-action" appearance="transparent" icon-only @click=${o=>o.dismiss()} ${Fe("defaultTitleAction")}>${Sb}</fluent-button>`)}</div><div class="content" part="content"><slot></slot></div><div class="actions" part="actions"><slot name="action"></slot></div></div></dialog></template>`,zh=g`
421
- ${F("flex")}
420
+ </svg>`),hh=v`<template ?open="${o=>o.open}"><dialog role="${o=>o.modalType===re.alert?"alertdialog":"dialog"}" modal-type="${o=>o.modalType}" class="dialog" part="dialog" aria-modal="${o=>o.modalType===re.modal||o.modalType===re.alert?"true":void 0}" aria-describedby="${o=>o.ariaDescribedby}" aria-labelledby="${o=>o.ariaLabelledby}" aria-label="${o=>o.ariaLabel}" @keydown="${(o,e)=>o.handleKeydown(e.event)}" @click="${(o,e)=>o.handleClick(e.event)}" ${$e("dialog")}><div class="root" part="root"><div class="title" part="title"><slot name="title"></slot><slot ${G({property:"titleAction",filter:zt()})} name="title-action"></slot>${Yt(o=>o.modalType===re.nonModal&&o.titleAction.length===0&&!o.noTitleAction,v`<fluent-button tabindex="0" part="title-action" class="title-action" appearance="transparent" icon-only @click=${o=>o.dismiss()} ${$e("defaultTitleAction")}>${dh}</fluent-button>`)}</div><div class="content" part="content"><slot></slot></div><div class="actions" part="actions"><slot name="action"></slot></div></div></dialog></template>`,uh=f`
421
+ ${z("flex")}
422
422
 
423
- :host{--dialog-backdrop:${cn}}dialog{background:${_};border:${X} solid ${me};z-index:2;margin:auto auto;max-width:100%;width:100vw;border-radius:${Vr};box-shadow:${Oi};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:${aa} ${Ei}}.title{font-size:${et};line-height:${vo};font-weight:${L};font-family:${y};color:${O};margin-bottom:${H};display:flex;justify-content:space-between;align-items:flex-start;column-gap:8px}.content{vertical-align:top;min-height:32px;color:${O};font-size:${P};line-height:${A};font-weight:${T};font-family:${y};overflow-y:auto;box-sizing:border-box}.actions{display:flex;grid-column-start:1;flex-direction:column;max-width:100vw;row-gap:${H};padding-top:${aa};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:${V};padding-top:${H};box-sizing:border-box}}`,Pb=Ah.compose({name:`${x.prefix}-dialog`,template:Ih,styles:zh}),Qi={separator:"separator",presentation:"presentation"},Nh=he,Cb={center:"center",start:"start",end:"end"},Fb={strong:"strong",brand:"brand",subtle:"subtle",default:"default"};var Tb=Object.defineProperty,Ab=Object.getOwnPropertyDescriptor,Jo=(o,e,t,r)=>{for(var a=r>1?void 0:r?Ab(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Tb(e,t,a),a};class jt extends S{constructor(){super(...arguments),this.role=Qi.separator,this.orientation=Nh.horizontal}}Jo([s],jt.prototype,"role",2),Jo([s],jt.prototype,"orientation",2),Jo([s({attribute:"align-content"})],jt.prototype,"alignContent",2),Jo([s],jt.prototype,"appearance",2),Jo([s({mode:"boolean"})],jt.prototype,"inset",2);function Ib(){return v`<template role="${o=>o.role}" aria-orientation="${o=>o.role!==Qi.presentation?o.orientation:void 0}"><slot></slot></template>`}const Lh=Ib(),Dh=g`
424
- ${F("flex")}
423
+ :host{--dialog-backdrop:${Wa}}dialog{background:${X};border:${oe} solid ${Ce};z-index:2;margin:auto auto;max-width:100%;width:100vw;border-radius:${zs};box-shadow:${vc};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:${Gs} ${$c}}.title{font-size:${vt};line-height:${Ko};font-weight:${M};font-family:${y};color:${N};margin-bottom:${H};display:flex;justify-content:space-between;align-items:flex-start;column-gap:8px}.content{vertical-align:top;min-height:32px;color:${N};font-size:${F};line-height:${E};font-weight:${O};font-family:${y};overflow-y:auto;box-sizing:border-box}.actions{display:flex;grid-column-start:1;flex-direction:column;max-width:100vw;row-gap:${H};padding-top:${Gs};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:${K};padding-top:${H};box-sizing:border-box}}`,ph=ch.compose({name:`${b.prefix}-dialog`,template:hh,styles:uh});ph.define(b.registry);const gn={separator:"separator",presentation:"presentation"},fh=ne;var gh=Object.defineProperty,bh=Object.getOwnPropertyDescriptor,go=(o,e,t,r)=>{for(var i=r>1?void 0:r?bh(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&gh(e,t,i),i};class jt extends C{constructor(){super(...arguments),this.role=gn.separator,this.orientation=fh.horizontal}}go([a],jt.prototype,"role",2),go([a],jt.prototype,"orientation",2),go([a({attribute:"align-content"})],jt.prototype,"alignContent",2),go([a],jt.prototype,"appearance",2),go([a({mode:"boolean"})],jt.prototype,"inset",2);function mh(){return v`<template role="${o=>o.role}" aria-orientation="${o=>o.role!==gn.presentation?o.orientation:void 0}"><slot></slot></template>`}const vh=mh(),$h=f`
424
+ ${z("flex")}
425
425
 
426
- :host{contain:content}:host::after,:host::before{align-self:center;background:${Ot};box-sizing:border-box;content:'';display:flex;flex-grow:1;height:${X}}:host([inset]){padding:0 12px}:host ::slotted(*){color:${ne};font-family:${y};font-size:${R};font-weight:${T};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:${X};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:${Je}}:host([appearance='strong']) ::slotted(*){color:${O}}:host([appearance='brand'])::before,:host([appearance='brand'])::after{background:${Lr}}:host([appearance='brand']) ::slotted(*){color:${Lo}}:host([appearance='subtle'])::before,:host([appearance='subtle'])::after{background:${un}}:host([appearance='subtle']) ::slotted(*){color:${W}}`.withBehaviors(Te(g`
427
- :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}`)),zb=jt.compose({name:`${x.prefix}-divider`,template:Lh,styles:Dh});var Nb=Object.defineProperty,Lb=Object.getOwnPropertyDescriptor,er=(o,e,t,r)=>{for(var a=r>1?void 0:r?Lb(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Nb(e,t,a),a};class Gt extends S{}er([s({mode:"boolean"})],Gt.prototype,"block",2),er([s({mode:"boolean"})],Gt.prototype,"bordered",2),er([s({mode:"boolean"})],Gt.prototype,"shadow",2),er([s],Gt.prototype,"fit",2),er([s],Gt.prototype,"shape",2);const Db={none:"none",center:"center",contain:"contain",cover:"cover",default:"default"},Ob={circular:"circular",rounded:"rounded",square:"square"},Oh=v`<slot></slot>`,Eh=g`
428
- :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:${X} solid ${Ot}}: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:${Ht}}:host([shape='circular']) ::slotted(img){border-radius:${Q}}:host([shape='rounded']) ::slotted(img){border-radius:${B}}`,Eb=Gt.compose({name:`${x.prefix}-image`,template:Oh,styles:Eh});var Mb=Object.defineProperty,Hb=Object.getOwnPropertyDescriptor,ga=(o,e,t,r)=>{for(var a=r>1?void 0:r?Hb(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Mb(e,t,a),a};class xo extends S{constructor(){super(...arguments),this.disabled=!1,this.required=!1}}ga([s],xo.prototype,"size",2),ga([s],xo.prototype,"weight",2),ga([s({mode:"boolean"})],xo.prototype,"disabled",2),ga([s({mode:"boolean"})],xo.prototype,"required",2);const _b={small:"small",medium:"medium",large:"large"},Rb={regular:"regular",semibold:"semibold"},Mh=g`
429
- ${F("flex")}
426
+ :host{contain:content}:host::after,:host::before{align-self:center;background:${lo};box-sizing:border-box;content:'';display:flex;flex-grow:1;height:${oe}}:host([inset]){padding:0 12px}:host ::slotted(*){color:${pe};font-family:${y};font-size:${U};font-weight:${O};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:${oe};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:${mt}}:host([appearance='strong']) ::slotted(*){color:${N}}:host([appearance='brand'])::before,:host([appearance='brand'])::after{background:${ks}}:host([appearance='brand']) ::slotted(*){color:${Vr}}:host([appearance='subtle'])::before,:host([appearance='subtle'])::after{background:${Xa}}:host([appearance='subtle']) ::slotted(*){color:${ee}}`.withBehaviors(Ae(f`
427
+ :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}`)),yh=jt.compose({name:`${b.prefix}-divider`,template:vh,styles:$h});yh.define(b.registry);var xh=Object.defineProperty,kh=Object.getOwnPropertyDescriptor,bo=(o,e,t,r)=>{for(var i=r>1?void 0:r?kh(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&xh(e,t,i),i};class qt extends C{}bo([a({mode:"boolean"})],qt.prototype,"block",2),bo([a({mode:"boolean"})],qt.prototype,"bordered",2),bo([a({mode:"boolean"})],qt.prototype,"shadow",2),bo([a],qt.prototype,"fit",2),bo([a],qt.prototype,"shape",2);const wh=v`<slot></slot>`,Ch=f`
428
+ :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:${oe} solid ${lo}}: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:${uo}}:host([shape='circular']) ::slotted(img){border-radius:${le}}:host([shape='rounded']) ::slotted(img){border-radius:${T}}`,Sh=qt.compose({name:`${b.prefix}-image`,template:wh,styles:Ch});Sh.define(b.registry);var Th=Object.defineProperty,Ph=Object.getOwnPropertyDescriptor,sr=(o,e,t,r)=>{for(var i=r>1?void 0:r?Ph(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Th(e,t,i),i};class mo extends C{constructor(){super(...arguments),this.disabled=!1,this.required=!1}}sr([a],mo.prototype,"size",2),sr([a],mo.prototype,"weight",2),sr([a({mode:"boolean"})],mo.prototype,"disabled",2),sr([a({mode:"boolean"})],mo.prototype,"required",2);const Ih=f`
429
+ ${z("flex")}
430
430
 
431
- :host{font-family:${y};font-size:${P};line-height:${A};font-weight:${T};color:${O}}.asterisk{color:${Er};margin-left:${fe}}:host([size='small']){font-size:${R};line-height:${se}}:host([size='large']){font-size:${ie};line-height:${ye};font-weight:${L}}:host([weight='semibold']){font-weight:${L}}:host([disabled]),:host([disabled]) .asterisk{color:${k}}`;function Vb(){return v`<slot></slot><span part="asterisk" class="asterisk" ?hidden="${o=>!o.required}">*</span>`}const Hh=Vb(),jb=xo.compose({name:`${x.prefix}-label`,template:Hh,styles:Mh});function fa(o){return o.split("-")[1]}function _h(o){return o==="y"?"height":"width"}function Wt(o){return o.split("-")[0]}function ba(o){return["top","bottom"].includes(Wt(o))?"x":"y"}function Rh(o,e,t){let{reference:r,floating:a}=o;const n=r.x+r.width/2-a.width/2,i=r.y+r.height/2-a.height/2,c=ba(e),u=_h(c),d=r[u]/2-a[u]/2,l=c==="x";let h;switch(Wt(e)){case"top":h={x:n,y:r.y-a.height};break;case"bottom":h={x:n,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:i};break;case"left":h={x:r.x-a.width,y:i};break;default:h={x:r.x,y:r.y}}switch(fa(e)){case"start":h[c]-=d*(t&&l?-1:1);break;case"end":h[c]+=d*(t&&l?-1:1)}return h}const Gb=async(o,e,t)=>{const{placement:r="bottom",strategy:a="absolute",middleware:n=[],platform:i}=t,c=n.filter(Boolean),u=await(i.isRTL==null?void 0:i.isRTL(e));let d=await i.getElementRects({reference:o,floating:e,strategy:a}),{x:l,y:h}=Rh(d,r,u),p=r,f={},b=0;for(let $=0;$<c.length;$++){const{name:w,fn:z}=c[$],{x:C,y:E,data:ce,reset:de}=await z({x:l,y:h,initialPlacement:r,placement:p,strategy:a,middlewareData:f,rects:d,platform:i,elements:{reference:o,floating:e}});l=C??l,h=E??h,f={...f,[w]:{...f[w],...ce}},de&&b<=50&&(b++,typeof de=="object"&&(de.placement&&(p=de.placement),de.rects&&(d=de.rects===!0?await i.getElementRects({reference:o,floating:e,strategy:a}):de.rects),{x:l,y:h}=Rh(d,p,u)),$=-1)}return{x:l,y:h,placement:p,strategy:a,middlewareData:f}};function Wb(o){return typeof o!="number"?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(o):{top:o,right:o,bottom:o,left:o}}function Zi(o){return{...o,top:o.y,left:o.x,right:o.x+o.width,bottom:o.y+o.height}}async function tr(o,e){var t;e===void 0&&(e={});const{x:r,y:a,platform:n,rects:i,elements:c,strategy:u}=o,{boundary:d="clippingAncestors",rootBoundary:l="viewport",elementContext:h="floating",altBoundary:p=!1,padding:f=0}=e,b=Wb(f),$=c[p?h==="floating"?"reference":"floating":h],w=Zi(await n.getClippingRect({element:(t=await(n.isElement==null?void 0:n.isElement($)))==null||t?$:$.contextElement||await(n.getDocumentElement==null?void 0:n.getDocumentElement(c.floating)),boundary:d,rootBoundary:l,strategy:u})),z=h==="floating"?{...i.floating,x:r,y:a}:i.reference,C=await(n.getOffsetParent==null?void 0:n.getOffsetParent(c.floating)),E=await(n.isElement==null?void 0:n.isElement(C))&&await(n.getScale==null?void 0:n.getScale(C))||{x:1,y:1},ce=Zi(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:z,offsetParent:C,strategy:u}):z);return{top:(w.top-ce.top+b.top)/E.y,bottom:(ce.bottom-w.bottom+b.bottom)/E.y,left:(w.left-ce.left+b.left)/E.x,right:(ce.right-w.right+b.right)/E.x}}const Ji=Math.min,qt=Math.max;function Vh(o,e,t){return qt(o,Ji(e,t))}const jh=["top","right","bottom","left"];jh.reduce((o,e)=>o.concat(e,e+"-start",e+"-end"),[]);const qb={left:"right",right:"left",bottom:"top",top:"bottom"};function va(o){return o.replace(/left|right|bottom|top/g,e=>qb[e])}function Xb(o,e,t){t===void 0&&(t=!1);const r=fa(o),a=ba(o),n=_h(a);let i=a==="x"?r===(t?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[n]>e.floating[n]&&(i=va(i)),{main:i,cross:va(i)}}const Kb={start:"end",end:"start"};function es(o){return o.replace(/start|end/g,e=>Kb[e])}const Gh=function(o){return o===void 0&&(o={}),{name:"flip",options:o,async fn(e){var t;const{placement:r,middlewareData:a,rects:n,initialPlacement:i,platform:c,elements:u}=e,{mainAxis:d=!0,crossAxis:l=!0,fallbackPlacements:h,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:f="none",flipAlignment:b=!0,...$}=o,w=Wt(r),z=Wt(i)===i,C=await(c.isRTL==null?void 0:c.isRTL(u.floating)),E=h||(z||!b?[va(i)]:function(xe){const Xe=va(xe);return[es(xe),Xe,es(Xe)]}(i));h||f==="none"||E.push(...function(xe,Xe,kt,it){const Ke=fa(xe);let Be=function(Po,Ta,Zp){const hs=["left","right"],ps=["right","left"],Jp=["top","bottom"],eg=["bottom","top"];switch(Po){case"top":case"bottom":return Zp?Ta?ps:hs:Ta?hs:ps;case"left":case"right":return Ta?Jp:eg;default:return[]}}(Wt(xe),kt==="start",it);return Ke&&(Be=Be.map(Po=>Po+"-"+Ke),Xe&&(Be=Be.concat(Be.map(es)))),Be}(i,b,f,C));const ce=[i,...E],de=await tr(e,$),$t=[];let nt=((t=a.flip)==null?void 0:t.overflows)||[];if(d&&$t.push(de[w]),l){const{main:xe,cross:Xe}=Xb(r,n,C);$t.push(de[xe],de[Xe])}if(nt=[...nt,{placement:r,overflows:$t}],!$t.every(xe=>xe<=0)){var So,ds;const xe=(((So=a.flip)==null?void 0:So.index)||0)+1,Xe=ce[xe];if(Xe)return{data:{index:xe,overflows:nt},reset:{placement:Xe}};let kt=(ds=nt.filter(it=>it.overflows[0]<=0).sort((it,Ke)=>it.overflows[1]-Ke.overflows[1])[0])==null?void 0:ds.placement;if(!kt)switch(p){case"bestFit":{var us;const it=(us=nt.map(Ke=>[Ke.placement,Ke.overflows.filter(Be=>Be>0).reduce((Be,Po)=>Be+Po,0)]).sort((Ke,Be)=>Ke[1]-Be[1])[0])==null?void 0:us[0];it&&(kt=it);break}case"initialPlacement":kt=i}if(r!==kt)return{reset:{placement:kt}}}return{}}}};function Wh(o,e){return{top:o.top-e.height,right:o.right-e.width,bottom:o.bottom-e.height,left:o.left-e.width}}function qh(o){return jh.some(e=>o[e]>=0)}const Ub=function(o){return o===void 0&&(o={}),{name:"hide",options:o,async fn(e){const{strategy:t="referenceHidden",...r}=o,{rects:a}=e;switch(t){case"referenceHidden":{const n=Wh(await tr(e,{...r,elementContext:"reference"}),a.reference);return{data:{referenceHiddenOffsets:n,referenceHidden:qh(n)}}}case"escaped":{const n=Wh(await tr(e,{...r,altBoundary:!0}),a.floating);return{data:{escapedOffsets:n,escaped:qh(n)}}}default:return{}}}}};function Yb(o){return o==="x"?"y":"x"}const Qb=function(o){return o===void 0&&(o={}),{name:"shift",options:o,async fn(e){const{x:t,y:r,placement:a}=e,{mainAxis:n=!0,crossAxis:i=!1,limiter:c={fn:w=>{let{x:z,y:C}=w;return{x:z,y:C}}},...u}=o,d={x:t,y:r},l=await tr(e,u),h=ba(Wt(a)),p=Yb(h);let f=d[h],b=d[p];if(n){const w=h==="y"?"bottom":"right";f=Vh(f+l[h==="y"?"top":"left"],f,f-l[w])}if(i){const w=p==="y"?"bottom":"right";b=Vh(b+l[p==="y"?"top":"left"],b,b-l[w])}const $=c.fn({...e,[h]:f,[p]:b});return{...$,data:{x:$.x-t,y:$.y-r}}}}},Xh=function(o){return o===void 0&&(o={}),{name:"size",options:o,async fn(e){const{placement:t,rects:r,platform:a,elements:n}=e,{apply:i=()=>{},...c}=o,u=await tr(e,c),d=Wt(t),l=fa(t),h=ba(t)==="x",{width:p,height:f}=r.floating;let b,$;d==="top"||d==="bottom"?(b=d,$=l===(await(a.isRTL==null?void 0:a.isRTL(n.floating))?"start":"end")?"left":"right"):($=d,b=l==="end"?"top":"bottom");const w=f-u[b],z=p-u[$];let C=w,E=z;if(h?E=Ji(p-u.right-u.left,z):C=Ji(f-u.bottom-u.top,w),!e.middlewareData.shift&&!l){const de=qt(u.left,0),$t=qt(u.right,0),nt=qt(u.top,0),So=qt(u.bottom,0);h?E=p-2*(de!==0||$t!==0?de+$t:qt(u.left,u.right)):C=f-2*(nt!==0||So!==0?nt+So:qt(u.top,u.bottom))}await i({...e,availableWidth:E,availableHeight:C});const ce=await a.getDimensions(n.floating);return p!==ce.width||f!==ce.height?{reset:{rects:!0}}:{}}}};function $e(o){var e;return((e=o.ownerDocument)==null?void 0:e.defaultView)||window}function Ve(o){return $e(o).getComputedStyle(o)}const Kh=Math.min,or=Math.max,ma=Math.round;function Uh(o){const e=Ve(o);let t=parseFloat(e.width),r=parseFloat(e.height);const a=o.offsetWidth,n=o.offsetHeight,i=ma(t)!==a||ma(r)!==n;return i&&(t=a,r=n),{width:t,height:r,fallback:i}}function vt(o){return Qh(o)?(o.nodeName||"").toLowerCase():""}let ya;function Yh(){if(ya)return ya;const o=navigator.userAgentData;return o&&Array.isArray(o.brands)?(ya=o.brands.map(e=>e.brand+"/"+e.version).join(" "),ya):navigator.userAgent}function je(o){return o instanceof $e(o).HTMLElement}function Le(o){return o instanceof $e(o).Element}function Qh(o){return o instanceof $e(o).Node}function Zh(o){return typeof ShadowRoot>"u"?!1:o instanceof $e(o).ShadowRoot||o instanceof ShadowRoot}function $a(o){const{overflow:e,overflowX:t,overflowY:r,display:a}=Ve(o);return/auto|scroll|overlay|hidden|clip/.test(e+r+t)&&!["inline","contents"].includes(a)}function Zb(o){return["table","td","th"].includes(vt(o))}function ts(o){const e=/firefox/i.test(Yh()),t=Ve(o),r=t.backdropFilter||t.WebkitBackdropFilter;return t.transform!=="none"||t.perspective!=="none"||!!r&&r!=="none"||e&&t.willChange==="filter"||e&&!!t.filter&&t.filter!=="none"||["transform","perspective"].some(a=>t.willChange.includes(a))||["paint","layout","strict","content"].some(a=>{const n=t.contain;return n!=null&&n.includes(a)})}function os(){return/^((?!chrome|android).)*safari/i.test(Yh())}function rs(o){return["html","body","#document"].includes(vt(o))}function Jh(o){return Le(o)?o:o.contextElement}const ep={x:1,y:1};function Bo(o){const e=Jh(o);if(!je(e))return ep;const t=e.getBoundingClientRect(),{width:r,height:a,fallback:n}=Uh(e);let i=(n?ma(t.width):t.width)/r,c=(n?ma(t.height):t.height)/a;return i&&Number.isFinite(i)||(i=1),c&&Number.isFinite(c)||(c=1),{x:i,y:c}}function Xt(o,e,t,r){var a,n;e===void 0&&(e=!1),t===void 0&&(t=!1);const i=o.getBoundingClientRect(),c=Jh(o);let u=ep;e&&(r?Le(r)&&(u=Bo(r)):u=Bo(o));const d=c?$e(c):window,l=os()&&t;let h=(i.left+(l&&((a=d.visualViewport)==null?void 0:a.offsetLeft)||0))/u.x,p=(i.top+(l&&((n=d.visualViewport)==null?void 0:n.offsetTop)||0))/u.y,f=i.width/u.x,b=i.height/u.y;if(c){const $=$e(c),w=r&&Le(r)?$e(r):r;let z=$.frameElement;for(;z&&r&&w!==$;){const C=Bo(z),E=z.getBoundingClientRect(),ce=getComputedStyle(z);E.x+=(z.clientLeft+parseFloat(ce.paddingLeft))*C.x,E.y+=(z.clientTop+parseFloat(ce.paddingTop))*C.y,h*=C.x,p*=C.y,f*=C.x,b*=C.y,h+=E.x,p+=E.y,z=$e(z).frameElement}}return{width:f,height:b,top:p,right:h+f,bottom:p+b,left:h,x:h,y:p}}function mt(o){return((Qh(o)?o.ownerDocument:o.document)||window.document).documentElement}function ka(o){return Le(o)?{scrollLeft:o.scrollLeft,scrollTop:o.scrollTop}:{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function tp(o){return Xt(mt(o)).left+ka(o).scrollLeft}function rr(o){if(vt(o)==="html")return o;const e=o.assignedSlot||o.parentNode||Zh(o)&&o.host||mt(o);return Zh(e)?e.host:e}function op(o){const e=rr(o);return rs(e)?e.ownerDocument.body:je(e)&&$a(e)?e:op(e)}function ar(o,e){var t;e===void 0&&(e=[]);const r=op(o),a=r===((t=o.ownerDocument)==null?void 0:t.body),n=$e(r);return a?e.concat(n,n.visualViewport||[],$a(r)?r:[]):e.concat(r,ar(r))}function rp(o,e,t){let r;if(e==="viewport")r=function(i,c){const u=$e(i),d=mt(i),l=u.visualViewport;let h=d.clientWidth,p=d.clientHeight,f=0,b=0;if(l){h=l.width,p=l.height;const $=os();(!$||$&&c==="fixed")&&(f=l.offsetLeft,b=l.offsetTop)}return{width:h,height:p,x:f,y:b}}(o,t);else if(e==="document")r=function(i){const c=mt(i),u=ka(i),d=i.ownerDocument.body,l=or(c.scrollWidth,c.clientWidth,d.scrollWidth,d.clientWidth),h=or(c.scrollHeight,c.clientHeight,d.scrollHeight,d.clientHeight);let p=-u.scrollLeft+tp(i);const f=-u.scrollTop;return Ve(d).direction==="rtl"&&(p+=or(c.clientWidth,d.clientWidth)-l),{width:l,height:h,x:p,y:f}}(mt(o));else if(Le(e))r=function(i,c){const u=Xt(i,!0,c==="fixed"),d=u.top+i.clientTop,l=u.left+i.clientLeft,h=je(i)?Bo(i):{x:1,y:1};return{width:i.clientWidth*h.x,height:i.clientHeight*h.y,x:l*h.x,y:d*h.y}}(e,t);else{const i={...e};if(os()){var a,n;const c=$e(o);i.x-=((a=c.visualViewport)==null?void 0:a.offsetLeft)||0,i.y-=((n=c.visualViewport)==null?void 0:n.offsetTop)||0}r=i}return Zi(r)}function ap(o,e){return je(o)&&Ve(o).position!=="fixed"?e?e(o):o.offsetParent:null}function np(o,e){const t=$e(o);let r=ap(o,e);for(;r&&Zb(r)&&Ve(r).position==="static";)r=ap(r,e);return r&&(vt(r)==="html"||vt(r)==="body"&&Ve(r).position==="static"&&!ts(r))?t:r||function(a){let n=rr(a);for(;je(n)&&!rs(n);){if(ts(n))return n;n=rr(n)}return null}(o)||t}function Jb(o,e,t){const r=je(e),a=mt(e),n=Xt(o,!0,t==="fixed",e);let i={scrollLeft:0,scrollTop:0};const c={x:0,y:0};if(r||!r&&t!=="fixed")if((vt(e)!=="body"||$a(a))&&(i=ka(e)),je(e)){const u=Xt(e,!0);c.x=u.x+e.clientLeft,c.y=u.y+e.clientTop}else a&&(c.x=tp(a));return{x:n.left+i.scrollLeft-c.x,y:n.top+i.scrollTop-c.y,width:n.width,height:n.height}}const ev={getClippingRect:function(o){let{element:e,boundary:t,rootBoundary:r,strategy:a}=o;const n=t==="clippingAncestors"?function(d,l){const h=l.get(d);if(h)return h;let p=ar(d).filter(w=>Le(w)&&vt(w)!=="body"),f=null;const b=Ve(d).position==="fixed";let $=b?rr(d):d;for(;Le($)&&!rs($);){const w=Ve($),z=ts($);(b?z||f:z||w.position!=="static"||!f||!["absolute","fixed"].includes(f.position))?f=w:p=p.filter(C=>C!==$),$=rr($)}return l.set(d,p),p}(e,this._c):[].concat(t),i=[...n,r],c=i[0],u=i.reduce((d,l)=>{const h=rp(e,l,a);return d.top=or(h.top,d.top),d.right=Kh(h.right,d.right),d.bottom=Kh(h.bottom,d.bottom),d.left=or(h.left,d.left),d},rp(e,c,a));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(o){let{rect:e,offsetParent:t,strategy:r}=o;const a=je(t),n=mt(t);if(t===n)return e;let i={scrollLeft:0,scrollTop:0},c={x:1,y:1};const u={x:0,y:0};if((a||!a&&r!=="fixed")&&((vt(t)!=="body"||$a(n))&&(i=ka(t)),je(t))){const d=Xt(t);c=Bo(t),u.x=d.x+t.clientLeft,u.y=d.y+t.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-i.scrollLeft*c.x+u.x,y:e.y*c.y-i.scrollTop*c.y+u.y}},isElement:Le,getDimensions:function(o){return je(o)?Uh(o):o.getBoundingClientRect()},getOffsetParent:np,getDocumentElement:mt,getScale:Bo,async getElementRects(o){let{reference:e,floating:t,strategy:r}=o;const a=this.getOffsetParent||np,n=this.getDimensions;return{reference:Jb(e,await a(t),r),floating:{x:0,y:0,...await n(t)}}},getClientRects:o=>Array.from(o.getClientRects()),isRTL:o=>Ve(o).direction==="rtl"};function ip(o,e,t,r){r===void 0&&(r={});const{ancestorScroll:a=!0,ancestorResize:n=!0,elementResize:i=!0,animationFrame:c=!1}=r,u=a&&!c,d=u||n?[...Le(o)?ar(o):o.contextElement?ar(o.contextElement):[],...ar(e)]:[];d.forEach(f=>{u&&f.addEventListener("scroll",t,{passive:!0}),n&&f.addEventListener("resize",t)});let l,h=null;if(i){let f=!0;h=new ResizeObserver(()=>{f||t(),f=!1}),Le(o)&&!c&&h.observe(o),Le(o)||!o.contextElement||c||h.observe(o.contextElement),h.observe(e)}let p=c?Xt(o):null;return c&&function f(){const b=Xt(o);!p||b.x===p.x&&b.y===p.y&&b.width===p.width&&b.height===p.height||t(),p=b,l=requestAnimationFrame(f)}(),t(),()=>{var f;d.forEach(b=>{u&&b.removeEventListener("scroll",t),n&&b.removeEventListener("resize",t)}),(f=h)==null||f.disconnect(),h=null,c&&cancelAnimationFrame(l)}}const sp=(o,e,t)=>{const r=new Map,a={platform:ev,...t},n={...a.platform,_c:r};return Gb(o,e,{...a,platform:n})};var tv=Object.defineProperty,ov=Object.getOwnPropertyDescriptor,Kt=(o,e,t,r)=>{for(var a=r>1?void 0:r?ov(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&tv(e,t,a),a};class at extends S{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 io:case no: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(),ue.enqueue(()=>this.setComponent())}disconnectedCallback(){super.disconnectedCallback(),this.cleanup?.(),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&&ue.enqueue(()=>{this._menuList.focus()})}focusTrigger(){!this.open&&this._trigger&&ue.enqueue(()=>{this._trigger.focus()})}openChanged(e,t){this.$fastController.isConnected&&this._trigger instanceof HTMLElement&&(this._trigger.setAttribute("aria-expanded",`${this.open}`),this._menuList&&this.open&&ue.enqueue(this.setPositioningTask)),this.cleanup?.(),this.$emit("onOpenChange",{open:t})}openOnHoverChanged(e,t){t?this._trigger?.addEventListener("mouseover",this.openMenu):this._trigger?.removeEventListener("mouseover",this.openMenu)}persistOnItemClickChanged(e,t){t?this._menuList?.removeEventListener("click",this.closeMenu):this._menuList?.addEventListener("click",this.closeMenu)}openOnContextChanged(e,t){t?this._trigger?.addEventListener("contextmenu",this.openMenu):this._trigger?.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=ip(this,this.positioningContainer,async()=>{const{middlewareData:e,x:t,y:r}=await sp(this._trigger,this.positioningContainer,{placement:"bottom",strategy:"fixed",middleware:[Gh(),Xh({apply:({availableHeight:a,rects:n})=>{this.positioningContainer?.style&&Object.assign(this.positioningContainer.style,{maxHeight:`${a}px`,width:`${n.reference.width}px`})}}),Ub()]});if(e.hide?.referenceHidden){this.open=!1;return}this.positioningContainer?.style&&Object.assign(this.positioningContainer.style,{position:"fixed",top:"0",left:"0",transform:`translate(${t}px, ${r}px)`})}))}addListeners(){document.addEventListener("click",this.handleDocumentClick),this._trigger?.addEventListener("keydown",this.handleTriggerKeydown),this.persistOnItemClick||this._menuList?.addEventListener("click",this.closeMenu),this.openOnHover?this._trigger?.addEventListener("mouseover",this.openMenu):this.openOnContext?this._trigger?.addEventListener("contextmenu",this.openMenu):this._trigger?.addEventListener("click",this.toggleMenu)}removeListeners(){document.removeEventListener("click",this.handleDocumentClick),this._trigger?.removeEventListener("keydown",this.handleTriggerKeydown),this.persistOnItemClick||this._menuList?.removeEventListener("click",this.closeMenu),this.openOnHover&&this._trigger?.removeEventListener("mouseover",this.openMenu),this.openOnContext?this._trigger?.removeEventListener("contextmenu",this.openMenu):this._trigger?.removeEventListener("click",this.toggleMenu)}handleMenuKeydown(e){if(e.defaultPrevented)return;switch(e.key){case Ga:e.preventDefault(),this.open&&(this.closeMenu(),this.focusTrigger());break;case tl:this.open&&this.closeMenu(),e.shiftKey&&this.focusTrigger();default:return!0}}}Kt([m,s({attribute:"open-on-hover",mode:"boolean"})],at.prototype,"openOnHover",2),Kt([m,s({attribute:"open-on-context",mode:"boolean"})],at.prototype,"openOnContext",2),Kt([m,s({attribute:"close-on-scroll",mode:"boolean"})],at.prototype,"closeOnScroll",2),Kt([m,s({attribute:"persist-on-item-click",mode:"boolean"})],at.prototype,"persistOnItemClick",2),Kt([m,s({mode:"boolean"})],at.prototype,"open",2),Kt([m],at.prototype,"slottedMenuList",2),Kt([m],at.prototype,"slottedTriggers",2);function rv(){return v`<template ?open-on-hover="${o=>o.openOnHover}" ?open-on-context="${o=>o.openOnContext}" ?close-on-scroll="${o=>o.closeOnScroll}" ?persist-on-item-click="${o=>o.persistOnItemClick}" @keydown="${(o,e)=>o.handleMenuKeydown(e.event)}"><slot name="trigger" ${Y({property:"slottedTriggers",filter:eo()})}></slot><span ${Fe("positioningContainer")} part="positioning-container" class="positioning-container" ?hidden="${o=>!o.open}"><slot ${Y({property:"slottedMenuList",filter:eo()})}></slot></span></template>`}const lp=rv(),cp=g`
432
- :host{position:relative;z-index:var(--z-index-menu,1)}.positioning-container{position:fixed;top:0;left:0;transform:translate(0,0)}`,av=at.compose({name:`${x.prefix}-menu`,template:lp,styles:cp});class dp extends I{}const nv=Ko,iv=Uo,sv=Yo,up=Ki({end:v.partial(`
431
+ :host{font-family:${y};font-size:${F};line-height:${E};font-weight:${O};color:${N}}.asterisk{color:${Ss};margin-left:${we}}:host([size='small']){font-size:${U};line-height:${ge}}:host([size='large']){font-size:${fe};line-height:${Se};font-weight:${M}}:host([weight='semibold']){font-weight:${M}}:host([disabled]),:host([disabled]) .asterisk{color:${k}}`;function Bh(){return v`<slot></slot><span part="asterisk" class="asterisk" ?hidden="${o=>!o.required}">*</span>`}const zh=Bh(),Fh=mo.compose({name:`${b.prefix}-label`,template:zh,styles:Ih});Fh.define(b.registry);class Ah extends A{}const Oh=si({end:v.partial(`
433
432
  <svg slot="end" fill="currentColor" aria-hidden="true" width="1em" height="1em" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
434
433
  <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>
435
434
  </svg>
436
- `)}),lv=dp.compose({name:`${x.prefix}-menu-button`,template:up,styles:ko}),le={menuitem:"menuitem",menuitemcheckbox:"menuitemcheckbox",menuitemradio:"menuitemradio"},cv={[le.menuitem]:"menuitem",[le.menuitemcheckbox]:"menuitemcheckbox",[le.menuitemradio]:"menuitemradio"};var dv=Object.defineProperty,uv=Object.getOwnPropertyDescriptor,Ut=(o,e,t,r)=>{for(var a=r>1?void 0:r?uv(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&dv(e,t,a),a};class Pe extends S{constructor(){super(...arguments),this.role=le.menuitem,this.checked=!1,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=e=>{if(e.defaultPrevented)return!1;switch(e.key){case no:case io:return this.invoke(),!1;case ro:return this.expanded&&this.submenu?this.submenu.focus():this.expandAndFocus(),!1;case Ga:if(this.expanded)return this.closeSubMenu(),!1;break;case oo: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 le.menuitemcheckbox:this.checked=!this.checked;break;case le.menuitem:if(this.hasSubmenu){this.expandAndFocus();break}this.$emit("change");break;case le.menuitemradio:this.checked||(this.checked=!0);break}}}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(){this.cleanup?.(),super.disconnectedCallback()}updateSubmenu(){this.cleanup?.(),!(!this.submenu||!this.expanded)&&ue.enqueue(()=>{this.cleanup=ip(this,this.submenuContainer,async()=>{const e=["left-start","right-start"],{x:t,y:r}=await sp(this,this.submenuContainer,{middleware:[Qb(),Xh({apply:({availableWidth:a,rects:n})=>{a<n.floating.width&&e.push("bottom-end","top-end")}}),Gh({fallbackPlacements:e})],placement:"right-start",strategy:"fixed"});Object.assign(this.submenuContainer.style,{left:`${t}px`,position:"fixed",top:`${r}px`}),this.submenuLoaded()})})}}Ut([s({mode:"boolean"})],Pe.prototype,"disabled",2),Ut([s({mode:"boolean"})],Pe.prototype,"expanded",2),Ut([s],Pe.prototype,"role",2),Ut([s({mode:"boolean"})],Pe.prototype,"checked",2),Ut([s({mode:"boolean"})],Pe.prototype,"hidden",2),Ut([m],Pe.prototype,"slottedSubmenu",2),Ut([m],Pe.prototype,"submenu",2),Ae(Pe,Ye);const hp=v.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>'),hv=v.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>');function pv(o={}){return v`<template aria-haspopup="${e=>e.hasSubmenu?"menu":void 0}" aria-checked="${e=>e.role!==le.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)}">${To(e=>e.role===le.menuitemcheckbox,v`<div part="input-container" class="input-container"><span part="checkbox" class="checkbox"><slot name="checkbox-indicator">${re(o.checkboxIndicator)}</slot></span></div>`)} ${To(e=>e.role===le.menuitemradio,v`<div part="input-container" class="input-container"><span part="radio" class="radio"><slot name="radio-indicator">${re(o.radioIndicator)}</slot></span></div>`)}</div>${Ze(o)}<span class="content" part="content"><slot></slot></span>${Qe(o)} ${To(e=>e.hasSubmenu,v`<div part="expand-collapse-glyph-container" class="expand-collapse-glyph-container"><span part="expand-collapse" class="expand-collapse"><slot name="expand-collapse-indicator">${re(o.expandCollapseGlyph)}</slot></span></div>`)}<span ?hidden="${e=>!e.expanded}" class="submenu-container" part="submenu-container" ${Fe("submenuContainer")}><slot name="submenu" ${Y({property:"slottedSubmenu",filter:eo("[role='menu']")})}></slot></span></template>`}const pp=pv({checkboxIndicator:hp,expandCollapseGlyph:hv,radioIndicator:hp}),gp=g`
437
- ${F("grid")}
438
-
439
- :host{grid-template-columns:20px 20px auto 20px;align-items:center;grid-gap:4px;height:32px;background:${_};font:${T} ${P} / ${A} ${y};border-radius:${B};color:${ne};padding:0 10px;cursor:pointer;overflow:visible;contain:layout}:host(:hover){background:${lo}}.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:${ne}}.expand-collapse-glyph-container,::slotted([slot='start']),::slotted([slot='end']){height:32px;font-size:${et};width:fit-content}.input-container{width:20px}::slotted([slot='end']){color:${W};font:${T} ${R} / ${se} ${y};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:${St}}:host([icon]:hover) ::slotted([slot='start']){color:${zo}}:host(:active){background-color:${Tr}}:host(:active) .input-container,:host(:active) .expand-collapse-glyph-container,:host(:active) .content{color:${Pt}}:host(:active) ::slotted([slot='start']){color:${No}}:host([disabled]){background-color:${Tt}}:host([disabled]) .content,:host([disabled]) .expand-collapse-glyph-container,:host([disabled]) ::slotted([slot='end']),:host([disabled]) ::slotted([slot='start']){color:${k}}: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}`,gv=Pe.compose({name:`${x.prefix}-menu-item`,template:pp,styles:gp});var fv=Object.defineProperty,bv=Object.getOwnPropertyDescriptor,vv=(o,e,t,r)=>{for(var a=r>1?void 0:r?bv(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&fv(e,t,a),a};const as=class cs extends S{constructor(){super(...arguments),this.expandedItem=null,this.focusIndex=-1,this.isNestedMenu=()=>this.parentElement!==null&&el(this.parentElement)&&this.parentElement.getAttribute("role")==="menuitem",this.handleFocusOut=e=>{if(!this.contains(e.relatedTarget)&&this.menuItems!==void 0){this.collapseExpandedItem();const t=this.menuItems.findIndex(this.isFocusableElement);this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.menuItems[t].setAttribute("tabindex","0"),this.focusIndex=t}},this.handleItemFocus=e=>{const t=e.target;this.menuItems!==void 0&&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||e.target===null||this.menuItems===void 0||this.menuItems.indexOf(e.target)<0)return;e.preventDefault();const t=e.target;if(this.expandedItem!==null&&t===this.expandedItem&&t.expanded===!1){this.expandedItem=null;return}t.expanded&&(this.expandedItem!==null&&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.changeHandler=e=>{if(this.menuItems===void 0)return;const t=e.target,r=this.menuItems.indexOf(t);if(r!==-1&&t.role==="menuitemradio"&&t.checked===!0){for(let n=r-1;n>=0;--n){const i=this.menuItems[n],c=i.getAttribute("role");if(c===le.menuitemradio&&(i.checked=!1),c==="separator")break}const a=this.menuItems.length-1;for(let n=r+1;n<=a;++n){const i=this.menuItems[n],c=i.getAttribute("role");if(c===le.menuitemradio&&(i.checked=!1),c==="separator")break}}},this.isMenuItemElement=e=>e instanceof Pe||el(e)&&e.getAttribute("role")in cs.focusableElementRoles,this.isFocusableElement=e=>this.isMenuItemElement(e)}itemsChanged(e,t){this.$fastController.isConnected&&this.menuItems!==void 0&&this.setItems()}connectedCallback(){super.connectedCallback(),ue.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(){this.expandedItem!==null&&(this.expandedItem.expanded=!1,this.expandedItem=null)}handleMenuKeyDown(e){if(!(e.defaultPrevented||this.menuItems===void 0))switch(e.key){case to:this.setFocus(this.focusIndex+1,1);return;case ao:this.setFocus(this.focusIndex-1,-1);return;case Br:this.setFocus(this.menuItems.length-1,-1);return;case wr:this.setFocus(0,1);return;default:return!0}}removeItemListeners(e=this.items){e.forEach(t=>{t.removeEventListener("focus",this.handleItemFocus),t.removeEventListener("expanded-changed",this.handleExpandedChanged),N.getNotifier(t).unsubscribe(this,"hidden")})}static elementIndent(e){const t=e.getAttribute("role"),r=e.querySelector("[slot=start]");return t&&t!==le.menuitem?r?2:1:r?1:0}setItems(){const e=Array.from(this.children);this.removeItemListeners(e),e.forEach(n=>N.getNotifier(n).subscribe(this,"hidden"));const t=e.filter(n=>!n.hasAttribute("hidden"));this.menuItems=t;const r=this.menuItems.filter(this.isMenuItemElement);r.length&&(this.focusIndex=0),r.forEach((n,i)=>{n.setAttribute("tabindex",i===0?"0":"-1"),n.addEventListener("expanded-change",this.handleExpandedChanged),n.addEventListener("focus",this.handleItemFocus)});const a=this.menuItems?.filter(this.isMenuItemElement);a?.forEach((n,i)=>{const c=a?.reduce((u,d)=>{const l=cs.elementIndent(d);return Math.max(u,l)},0);n instanceof Pe&&n.setAttribute("data-indent",`${c}`)})}handleChange(e,t){t==="hidden"&&this.setItems()}setFocus(e,t){if(this.menuItems!==void 0)for(;e>=0&&e<this.menuItems.length;){const r=this.menuItems[e];if(this.isFocusableElement(r)){this.focusIndex>-1&&this.menuItems.length>=this.focusIndex-1&&this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.focusIndex=e,r.setAttribute("tabindex","0"),r.focus();break}e+=t}}};as.focusableElementRoles=le,vv([m],as.prototype,"items",2);let fp=as;function mv(){return v`<template slot="${o=>o.slot?o.slot:o.isNestedMenu()?"submenu":void 0}" role="menu" @keydown="${(o,e)=>o.handleMenuKeyDown(e.event)}" @focusout="${(o,e)=>o.handleFocusOut(e.event)}"><slot ${Y("items")}></slot></template>`}const bp=mv(),vp=g`
440
- ${F("flex")}
441
-
442
- :host{flex-direction:column;height:fit-content;max-width:300px;min-width:160px;width:auto;background-color:${_};border:1px solid ${me};border-radius:${B};box-shadow:${Zr};padding:4px;row-gap:2px}`,yv=fp.compose({name:`${x.prefix}-menu-list`,template:bp,styles:vp});var $v=Object.defineProperty,kv=Object.getOwnPropertyDescriptor,xa=(o,e,t,r)=>{for(var a=r>1?void 0:r?kv(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&$v(e,t,a),a};class nr extends S{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=typeof this.min=="number"?this.min:0,t=typeof this.max=="number"?this.max:100,r=typeof this.value=="number"?this.value:0,a=t-e;this.percentComplete=a===0?0:Math.fround((r-e)/a*100)}}xa([s({converter:ve})],nr.prototype,"value",2),xa([s({converter:ve})],nr.prototype,"min",2),xa([s({converter:ve})],nr.prototype,"max",2),xa([m],nr.prototype,"percentComplete",2);var xv=Object.defineProperty,Bv=Object.getOwnPropertyDescriptor,ns=(o,e,t,r)=>{for(var a=r>1?void 0:r?Bv(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&xv(e,t,a),a};class ir extends nr{constructor(){super(...arguments),this.validationState=null}}ns([s],ir.prototype,"thickness",2),ns([s],ir.prototype,"shape",2),ns([s({attribute:"validation-state"})],ir.prototype,"validationState",2);const wv={medium:"medium",large:"large"},Sv={rounded:"rounded",square:"square"},Pv={success:"success",warning:"warning",error:"error"},mp=g`
443
- ${F("flex")}
444
-
445
- :host{align-items:center;height:2px;overflow-x:hidden;border-radius:${B};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:${Ro}}:host([validation-state='error']) .indeterminate-indicator-1,:host([validation-state='error']) .indeterminate-indicator-2{background:linear-gradient(
446
- to right,${_o} 0%,${Ro} 50%,${_o}
447
- )}:host([validation-state='warning']) .determinate{background-color:${jo}}:host([validation-state='warning']) .indeterminate-indicator-1,:host([validation-state='warning']) .indeterminate-indicator-2{background:linear-gradient(
448
- to right,${_r} 0%,${jo} 50%,${_r}
449
- )}:host([validation-state='success']) .determinate{background-color:${Vo}}:host([validation-state='success']) .indeterminate-indicator-1,:host([validation-state='success']) .indeterminate-indicator-2{background:linear-gradient(
450
- to right,${Hr} 0%,${Vo} 50%,${Hr}
451
- )}.progress{background-color:${Ir};border-radius:${B};width:100%;height:2px;display:flex;align-items:center;position:relative}.determinate{background-color:${ut};border-radius:${B};height:2px;transition:all 0.2s ease-in-out;display:flex}.indeterminate-indicator-1{position:absolute;opacity:0;height:100%;background:linear-gradient(
452
- to right,${zt} 0%,${ut} 50%,${zt}
453
- );border-radius:${B};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(
454
- to right,${zt} 0%,${ut} 50%,${zt}
455
- );border-radius:${B};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(Te(g`
456
- .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}`));function Cv(o={}){return v`<template role="progressbar" aria-valuenow="${e=>e.value}" aria-valuemin="${e=>e.min}" aria-valuemax="${e=>e.max}">${To(e=>typeof e.value=="number",v`<div class="progress" part="progress" slot="determinate"><div class="determinate" part="determinate" style="width: ${e=>e.percentComplete}%"></div></div>`,v`<div class="progress" part="progress" slot="indeterminate"><slot name="indeterminate">${re(o.indeterminateIndicator1)} ${re(o.indeterminateIndicator2)}</slot></div>`)}</template>`}const yp=Cv({indeterminateIndicator1:'<span class="indeterminate-indicator-1" part="indeterminate-indicator-1></span>',indeterminateIndicator2:'<span class="indeterminate-indicator-2" part="indeterminate-indicator-2"></span>'}),Fv=ir.compose({name:`${x.prefix}-progress-bar`,template:yp,styles:mp});class Tv extends S{}class Av extends Yi(Tv){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var Iv=Object.defineProperty,zv=Object.getOwnPropertyDescriptor,$p=(o,e,t,r)=>{for(var a=r>1?void 0:r?zv(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Iv(e,t,a),a};class Ge extends Av{constructor(){super(),this.initialValue="on",this.proxy.setAttribute("type","radio")}get radioGroup(){return this.closest("[role=radiogroup]")}defaultCheckedChanged(){this.$fastController.isConnected&&!this.dirtyChecked&&(this.isInsideRadioGroup()||(this.checked=this.defaultChecked??!1,this.dirtyChecked=!1))}connectedCallback(){super.connectedCallback(),this.validate(),this.parentElement?.getAttribute("role")!=="radiogroup"&&this.getAttribute("tabindex")===null&&(this.disabled||this.setAttribute("tabindex","0")),this.checkedAttribute&&(this.dirtyChecked||this.isInsideRadioGroup()||(this.checked=this.defaultChecked??!1,this.dirtyChecked=!1))}isInsideRadioGroup(){return this.radioGroup!==null}keypressHandler(e){switch(e.key){case io:!this.checked&&!this.radioGroup?.readOnly&&(this.checked=!0);return}return!0}}$p([m],Ge.prototype,"name",2),$p([m],Ge.prototype,"defaultSlottedNodes",2);const kp=g`
457
- ${F("inline-grid")}
458
-
459
- :host{grid-auto-flow:column;grid-template-columns:max-content;gap:${fe};align-items:center;height:32px;cursor:pointer;outline:none;position:relative;user-select:none;color:blue;color:var(--state-color,${W});padding-inline-end:${V};--control-border-color:${Ie};--checked-indicator-background-color:${Io};--state-color:${W}}:host([disabled]){--control-border-color:${k};--checked-indicator-background-color:${k};--state-color:${k}}.label{cursor:pointer;font-family:${y};font-size:${P};font-weight:${T};line-height:${A}}.label__hidden{display:none}.control{box-sizing:border-box;align-items:center;border:1px solid var(--control-border-color,${Ie});border-radius:${Q};display:flex;height:16px;justify-content:center;margin:${H} ${V};position:relative;width:16px;justify-self:center}.checked-indicator{border-radius:${Q};height:10px;opacity:0;width:10px}:host([aria-checked='false']:hover) .control{color:${ne}}:host(:focus-visible){border-radius:${ge};box-shadow:0 0 0 3px ${Se};outline:1px solid ${Et}}:host(:hover) .control{border-color:${Nt}}:host(:active) .control{border-color:${Lt}}:host([aria-checked='true']) .checked-indicator{opacity:1}:host([aria-checked='true']) .control{border-color:var(--control-border-color,${Ie})}:host([aria-checked='true']) .checked-indicator{background-color:var(--checked-indicator-background-color,${Io})}:host([aria-checked='true']:hover) .control{border-color:${po}}:host([aria-checked='true']:hover) .checked-indicator{background-color:${po}}:host([aria-checked='true']:active) .control{border-color:${Ho}}:host([aria-checked='true']:active) .checked-indicator{background:${No}}:host([disabled]){color:${k};pointer-events:none}:host([disabled]) .control{pointer-events:none;border-color:${k}}:host([disabled]) .checked-indicator{background:${k}}`.withBehaviors(Te(g`
460
- :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}`));function Nv(o={}){return v`<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">${re(o.checkedIndicator)}</slot></div><label part="label" class="${e=>["label",!e.defaultSlottedNodes?.length&&"label__hidden"].filter(Boolean).join(" ")}"><slot ${Y({property:"defaultSlottedNodes",filter:ol})}></slot></label></template>`}const xp=Nv({checkedIndicator:v`<div part="checked-indicator" class="checked-indicator"></div>`}),Lv=Ge.compose({name:`${x.prefix}-radio`,template:xp,styles:kp}),is=he;var Dv=Object.defineProperty,Ov=Object.getOwnPropertyDescriptor,yt=(o,e,t,r)=>{for(var a=r>1?void 0:r?Ov(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Dv(e,t,a),a};class We extends S{constructor(){super(...arguments),this.stacked=!1,this.orientation=is.horizontal,this.radioChangeHandler=e=>{const t=e.target;t.checked&&(this.slottedRadioButtons.forEach(r=>{r instanceof Ge&&r!==t&&(r.checked=!1,this.isInsideFoundationToolbar||r.setAttribute("tabindex","-1"))}),this.selectedRadio=t,this.value=t.value,t.setAttribute("tabindex","0"),this.focusedRadio=t),e.stopPropagation()},this.moveToRadioByIndex=(e,t)=>{const r=e[t];this.isInsideToolbar||(r.setAttribute("tabindex","0"),r.checked=!0,this.selectedRadio=r),this.focusedRadio=r,r.focus()},this.moveRightOffGroup=()=>{this.nextElementSibling?.focus()},this.moveLeftOffGroup=()=>{this.previousElementSibling?.focus()},this.focusOutHandler=e=>{const t=this.slottedRadioButtons,r=e.target,a=r!==null?t.indexOf(r):0,n=this.focusedRadio?t.indexOf(this.focusedRadio):-1;return(n===0&&a===n||n===t.length-1&&n===a)&&(this.selectedRadio?(this.focusedRadio=this.selectedRadio,this.isInsideFoundationToolbar||(this.selectedRadio.setAttribute("tabindex","0"),t.forEach(i=>{i!==this.selectedRadio&&i.setAttribute("tabindex","-1")}))):(this.focusedRadio=t[0],this.focusedRadio.setAttribute("tabindex","0"),t.forEach(i=>{r instanceof Ge&&i!==this.focusedRadio&&i.setAttribute("tabindex","-1")}))),!0},this.handleDisabledClick=e=>{if(this.disabled){e.preventDefault();return}return!0},this.clickHandler=e=>{if(this.disabled)return;e.preventDefault();const t=e.target;t&&t instanceof Ge&&(t.checked=!0,t.setAttribute("tabindex","0"),this.selectedRadio=t,this.focusedRadio=t)},this.shouldMoveOffGroupToTheRight=(e,t,r)=>e===t.length&&this.isInsideToolbar&&r===ro,this.shouldMoveOffGroupToTheLeft=(e,t)=>(this.focusedRadio?e.indexOf(this.focusedRadio)-1:0)<0&&this.isInsideToolbar&&t===oo,this.checkFocusedRadio=()=>{this.focusedRadio!==null&&!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 r=0;if(r=this.focusedRadio?t.indexOf(this.focusedRadio)+1:1,this.shouldMoveOffGroupToTheRight(r,t,e.key)){this.moveRightOffGroup();return}else r===t.length&&(r=0);for(;r<t.length&&t.length>1;)if(t[r].disabled){if(this.focusedRadio&&r===t.indexOf(this.focusedRadio))break;if(r+1>=t.length){if(this.isInsideToolbar)break;r=0}else r+=1}else{this.moveToRadioByIndex(t,r);break}},this.moveLeft=e=>{const t=this.slottedRadioButtons;let r=0;if(r=this.focusedRadio?t.indexOf(this.focusedRadio)-1:0,r=r<0?t.length-1:r,this.shouldMoveOffGroupToTheLeft(t,e.key)){this.moveLeftOffGroup();return}for(;r>=0&&t.length>1;)if(t[r].disabled){if(this.focusedRadio&&r===t.indexOf(this.focusedRadio))break;r-1<0?r=t.length-1:r-=1}else{this.moveToRadioByIndex(t,r);break}},this.keydownHandler=e=>{const t=e.key;if(t in Ag&&(this.isInsideFoundationToolbar||this.disabled))return!0;switch(t){case no:{this.checkFocusedRadio();break}case ro:case to:{this.direction===we.ltr?this.moveRight(e):this.moveLeft(e);break}case oo:case ao:{this.direction===we.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 Ge&&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(){return this.parentToolbar??!1}get isInsideFoundationToolbar(){return!!this.parentToolbar?.hasOwnProperty("$fastController")}connectedCallback(){super.connectedCallback(),this.direction=Xa(this),this.setupRadioButtons()}disconnectedCallback(){this.slottedRadioButtons.forEach(e=>{e instanceof Ge&&e.removeEventListener("change",this.radioChangeHandler)})}setupRadioButtons(){const e=this.slottedRadioButtons.filter(a=>a.hasAttribute("checked")),t=e?e.length:0;if(t>1){const a=e[t-1];a.checked=!0}let r=!1;if(this.slottedRadioButtons.forEach(a=>{a instanceof Ge&&(this.name!==void 0&&a.setAttribute("name",this.name),this.value&&this.value===a.value?(this.selectedRadio=a,this.focusedRadio=a,a.checked=!0,a.setAttribute("tabindex","0"),r=!0):(this.isInsideFoundationToolbar||a.setAttribute("tabindex","-1"),a.checked=!1),a.addEventListener("change",this.radioChangeHandler))}),this.value===void 0&&this.slottedRadioButtons.length>0){const a=this.slottedRadioButtons.filter(i=>i.hasAttribute("checked")),n=a!==null?a.length:0;if(n>0&&!r){const i=a[n-1];i.checked=!0,this.focusedRadio=i,i.setAttribute("tabindex","0")}else this.slottedRadioButtons[0].setAttribute("tabindex","0"),this.focusedRadio=this.slottedRadioButtons[0]}}}yt([s({mode:"boolean"})],We.prototype,"stacked",2),yt([s({attribute:"readonly",mode:"boolean"})],We.prototype,"readOnly",2),yt([s({attribute:"disabled",mode:"boolean"})],We.prototype,"disabled",2),yt([s],We.prototype,"name",2),yt([s],We.prototype,"value",2),yt([s],We.prototype,"orientation",2),yt([m],We.prototype,"childItems",2),yt([m],We.prototype,"slottedRadioButtons",2);const Bp=g`
461
- ${F("flex")}
462
-
463
- :host{align-items:flex-start;flex-direction:column;row-gap:${H}}:host([disabled]) ::slotted([role='radio']){--control-border-color:${k};--checked-indicator-background-color:${k};--state-color:${k}}::slotted([slot='label']){color:${O};padding:${H} ${V} ${H} ${fe};font:${T} ${P} / ${A} ${y};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:${V}}:host([orientation='horizontal'][stacked]) ::slotted([role='radio']){display:flex;flex-direction:column;padding-inline:${V};height:auto;align-items:center;justify-content:center}:host([disabled]) ::slotted([role='radio']){pointer-events:none}`;function Ev(){return v`<template role="radiogroup" tabindex="${o=>o.disabled?-1:void 0}" aria-disabled="${o=>o.disabled}" aria-readonly="${o=>o.readOnly}" aria-orientation="${o=>o.orientation}" @click="${(o,e)=>o.clickHandler(e.event)}" @mousedown="${(o,e)=>o.handleDisabledClick(e.event)}" @keydown="${(o,e)=>o.keydownHandler(e.event)}" @focusout="${(o,e)=>o.focusOutHandler(e.event)}"><slot name="label"></slot><div class="positioning-region ${o=>o.orientation===is.horizontal?"horizontal":"vertical"}" part="positioning-region"><slot ${Y({property:"slottedRadioButtons",filter:eo("[role=radio]")})}></slot></div></template>`}const wp=Ev(),Mv=We.compose({name:`${x.prefix}-radio-group`,template:wp,styles:Bp}),Hv={small:"small",medium:"medium"},_v=he,Sp={singleValue:"single-value"};class Rv extends S{}class Vv extends Ui(Rv){constructor(){super(...arguments),this.proxy=document.createElement("input")}}function Pp(o,e,t,r){let a=Wa(0,1,(o-e)/(t-e));return r===we.rtl&&(a=1-a),a}var jv=Object.defineProperty,Gv=Object.getOwnPropertyDescriptor,ee=(o,e,t,r)=>{for(var a=r>1?void 0:r?Gv(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&jv(e,t,a),a};class G extends Vv{constructor(){super(...arguments),this.direction=we.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=he.horizontal,this.mode=Sp.singleValue,this.keypressHandler=e=>{if(!(this.readOnly||this.disabled)){if(e.key===wr)e.preventDefault(),this.direction!==we.rtl&&this.orientation!==he.vertical?this.value=`${this.min}`:this.value=`${this.max}`;else if(e.key===Br)e.preventDefault(),this.direction!==we.rtl&&this.orientation!==he.vertical?this.value=`${this.max}`:this.value=`${this.min}`;else if(!e.shiftKey)switch(e.key){case ro:case ao:e.preventDefault(),this.increment();break;case oo:case to:e.preventDefault(),this.decrement();break}}},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,this.trackWidth===0&&(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=e!==null?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=e!==null},this.handleMouseMove=e=>{if(this.readOnly||this.disabled||e.defaultPrevented)return;const t=window.TouchEvent&&e instanceof TouchEvent?e.touches[0]:e,r=this.orientation===he.horizontal?t.pageX-document.documentElement.scrollLeft-this.trackLeft:t.pageY-document.documentElement.scrollTop;this.value=`${this.calculateNewValue(r)}`},this.handleWindowMouseUp=e=>{this.stopDragging()},this.stopDragging=()=>{this.isDragging=!1,this.handleMouseDown(null),this.handleThumbMouseDown(null)},this.handleMouseDown=e=>{if(e===null||!this.disabled&&!this.readOnly){const t=e!==null?window.addEventListener:window.removeEventListener,r=e!==null?document.addEventListener:document.removeEventListener;if(t("mouseup",this.handleWindowMouseUp),r("mouseleave",this.handleWindowMouseUp),t("mousemove",this.handleMouseMove),e){this.setupTrackConstraints();const a=this.orientation===he.horizontal?e.pageX-document.documentElement.scrollLeft-this.trackLeft:e.pageY-document.documentElement.scrollTop;this.value=`${this.calculateNewValue(a)}`}}}}handleChange(e,t){switch(t){case"min":case"max":case"step":this.handleStepStyles();break}}handleStepStyles(){if(this.step){const e=100/Math.floor((this.max-this.min)/this.step);this.stepStyles!==void 0&&this.$fastController.removeStyles(this.stepStyles),this.stepStyles=g`
464
- :host{--step-rate:${e}%;color:blue}`,this.$fastController.addStyles(this.stepStyles)}else this.stepStyles!==void 0&&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 r=parseFloat(t),a=Wa(this.min,this.max,this.convertToConstrainedValue(r)).toString();if(a!==t){this.value=a;return}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=Xa(this),this.updateStepMultiplier(),this.setupTrackConstraints(),this.setupListeners(),this.setupDefaultValue(),this.setThumbPositionForOrientation(this.direction),N.getNotifier(this).subscribe(this,"max"),N.getNotifier(this).subscribe(this,"min"),N.getNotifier(this).subscribe(this,"step"),this.handleStepStyles()}disconnectedCallback(){super.disconnectedCallback(),this.setupListeners(!0),N.getNotifier(this).unsubscribe(this,"max"),N.getNotifier(this).unsubscribe(this,"min"),N.getNotifier(this).unsubscribe(this,"step")}increment(){const e=this.direction!==we.rtl&&this.orientation!==he.vertical?Number(this.value)+Number(this.stepValue):Number(this.value)+Number(this.stepValue),t=this.convertToConstrainedValue(e),r=t<Number(this.max)?`${t}`:`${this.max}`;this.value=r}decrement(){const e=this.direction!==we.rtl&&this.orientation!==he.vertical?Number(this.value)-Number(this.stepValue):Number(this.value)-Number(this.stepValue),t=this.convertToConstrainedValue(e),r=t>Number(this.min)?`${t}`:`${this.min}`;this.value=r}get stepValue(){return this.step===void 0?1:this.step}setThumbPositionForOrientation(e){const r=(1-Pp(Number(this.value),Number(this.min),Number(this.max),e))*100;this.orientation===he.horizontal?this.position=this.isDragging?`right: ${r}%; transition: none;`:`right: ${r}%; transition: all 0.2s ease;`:this.position=this.isDragging?`top: ${r}%; transition: none;`:`top: ${r}%; 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(typeof this.value=="string")if(this.value.length===0)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=Pp(e,this.orientation===he.horizontal?this.trackMinWidth:this.trackMinHeight,this.orientation===he.horizontal?this.trackWidth:this.trackHeight,this.direction),r=(this.max-this.min)*t+this.min;return this.convertToConstrainedValue(r)}convertToConstrainedValue(e){isNaN(e)&&(e=this.min);let t=e-this.min;const r=Math.round(t/this.stepValue),a=t-r*(this.stepMultiplier*this.stepValue)/this.stepMultiplier;return t=a>=Number(this.stepValue)/2?t-a+Number(this.stepValue):t-a,t+this.min}}ee([s],G.prototype,"size",2),ee([s({attribute:"readonly",mode:"boolean"})],G.prototype,"readOnly",2),ee([m],G.prototype,"direction",2),ee([m],G.prototype,"isDragging",2),ee([m],G.prototype,"position",2),ee([m],G.prototype,"trackWidth",2),ee([m],G.prototype,"trackMinWidth",2),ee([m],G.prototype,"trackHeight",2),ee([m],G.prototype,"trackLeft",2),ee([m],G.prototype,"trackMinHeight",2),ee([m],G.prototype,"valueTextFormatter",2),ee([s({converter:ve})],G.prototype,"min",2),ee([s({converter:ve})],G.prototype,"max",2),ee([s({converter:ve})],G.prototype,"step",2),ee([s],G.prototype,"orientation",2),ee([s],G.prototype,"mode",2);const Cp=g`
465
- ${F("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:${ge};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 ${Se};outline:1px solid ${Et}}.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:${uo};border-radius:${Q};box-shadow:inset 0 0 0 var(--thumb-padding) ${_},0 0 0 1px ${Je}}.thumb-cursor:hover{background-color:${At}}.thumb-cursor:active{background-color:${It}}:host([disabled]) .thumb-cursor{background-color:${k};box-shadow:inset 0 0 0 var(--thumb-padding) ${_},0 0 0 1px ${Me}}.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:${Ie};border-radius:${B};overflow:hidden}:host([step]) .track::after{content:'';position:absolute;border-radius:${B};width:100%;inset:0 2px;background-image:repeating-linear-gradient(
466
- var(--slider-direction),#0000 0%,#0000 calc(var(--step-rate) - 1px),${_} calc(var(--step-rate) - 1px),${_} var(--step-rate)
467
- )}:host([orientation='vertical'][step]) .track::after{inset:-2px 0}:host([disabled]) .track{background-color:${Tt}}: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:${ut};position:absolute;height:100%;left:0;border-radius:${B}}:host([disabled]) .track-start{background-color:${k}}:host(:hover) .track-start{background-color:${At}}:host([disabled]:hover) .track-start{background-color:${k}}.track-start:active{background-color:${It}}:host([orientation='vertical']) .track-start{height:auto;width:100%;bottom:0}`.withBehaviors(Te(g`
468
- .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}`));function Wv(o={}){return v`<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?!0:void 0}" aria-readonly="${e=>e.readOnly?!0:void 0}" aria-orientation="${e=>e.orientation}" class="${e=>e.orientation}"><div part="positioning-region" class="positioning-region"><div ${Fe("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 ${Fe("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">${re(o.thumb)}</slot></div></div></template>`}const Fp=Wv({thumb:'<div class="thumb-cursor" tabindex="0"></div>'}),qv=G.compose({name:`${x.prefix}-slider`,template:Fp,styles:Cp});var Xv=Object.defineProperty,Kv=Object.getOwnPropertyDescriptor,Tp=(o,e,t,r)=>{for(var a=r>1?void 0:r?Kv(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Xv(e,t,a),a};class Ba extends S{constructor(){super(),this.elementInternals=this.attachInternals(),this.elementInternals.role="progressbar"}}Tp([s],Ba.prototype,"size",2),Tp([s],Ba.prototype,"appearance",2);const Uv={primary:"primary",inverted:"inverted"},Yv={tiny:"tiny",extraSmall:"extra-small",small:"small",medium:"medium",large:"large",extraLarge:"extra-large",huge:"huge"},Ap=v`<slot name="indicator"><svg class="progress" part="progress" viewBox="0 0 16 16"><circle class="background" cx="8px" cy="8px" r="7px"></circle><circle class="indicator" cx="8px" cy="8px" r="7px"></circle></svg></slot>`,Ip=g`
469
- ${F("flex")}
470
-
471
- :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:${Dr};stroke-width:1.5px}:host([appearance='inverted']) .background{stroke:rgba(255,255,255,0.2)}.indicator{stroke:${Lr};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']) .indicator{stroke:${hn}}@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)}}`,Qv=Ba.compose({name:`${x.prefix}-spinner`,template:Ap,styles:Ip});class Zv extends S{}class Jv extends Yi(Zv){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var em=Object.defineProperty,tm=Object.getOwnPropertyDescriptor,ss=(o,e,t,r)=>{for(var a=r>1?void 0:r?tm(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&em(e,t,a),a};class sr extends Jv{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(!this.readOnly)switch(e.key){case no:case io:this.checked=!this.checked;break}},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)}}ss([s({attribute:"label-position"})],sr.prototype,"labelPosition",2),ss([s({attribute:"readonly",mode:"boolean"})],sr.prototype,"readOnly",2),ss([m],sr.prototype,"defaultSlottedNodes",2);const om={above:"above",after:"after",before:"before"};function rm(o={}){return v`<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 ${Y("defaultSlottedNodes")}></slot></label><div part="switch" class="switch"><slot name="switch">${re(o.switch)}</slot></div></template>`}const zp=rm({switch:'<span class="checked-indicator" part="checked-indicator"></span>'}),Np=g`
472
- ${F("inline-flex")}
473
-
474
- :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:${O};line-height:${A};font-size:${P};font-weight:${T};font-family:${y};padding:${oa} ${fe};cursor:pointer}.label__hidden{display:none}.switch{display:flex;align-items:center;padding:0 ${tt};box-sizing:border-box;width:40px;height:20px;background-color:${q};border:1px solid ${Ie};border-radius:${Q};outline:none;cursor:pointer;margin:${H} ${V}}:host(:hover) .switch{background:none;border-color:${Nt}}:host(:active) .switch{border-color:${Lt}}:host([disabled]) .switch,:host([readonly]) .switch{border:1px solid ${Me};background-color:none;pointer:default}:host([aria-checked='true']) .switch{background:${ut}}:host([aria-checked='true']:hover) .switch{background:${At};border-color:${At}}:host([aria-checked='true']:active) .switch{background:${It};border-color:${It}}:host([aria-checked='true'][disabled]) .switch{background:${Tt};border-color:${Me}}.checked-indicator{height:14px;width:14px;border-radius:50%;margin-inline-start:0;background-color:${W};transition-duration:${na};transition-timing-function:${$o};transition-property:margin-inline-start}:host([aria-checked='true']) .checked-indicator{background-color:${so};margin-inline-start:calc(100% - 14px)}:host([aria-checked='true']:hover) .checked-indicator{background:${Ja}}:host([aria-checked='true']:active) .checked-indicator{background:${en}}:host(:hover) .checked-indicator{background-color:${Ya}}:host(:active) .checked-indicator{background-color:${Qa}}:host([disabled]) .checked-indicator,:host([readonly]) .checked-indicator{background:${k}}:host([aria-checked='true'][disabled]) .checked-indicator{background:${k}}:host(:focus-visible){border-color:${me};outline:${ht} solid ${me};box-shadow:${Ht},0 0 0 2px ${Se}}`.withBehaviors(Te(g`
475
- .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}`)),am=sr.compose({name:`${x.prefix}-switch`,template:zp,styles:Np});var nm=Object.defineProperty,im=Object.getOwnPropertyDescriptor,sm=(o,e,t,r)=>{for(var a=r>1?void 0:r?im(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&nm(e,t,a),a};class wa extends S{connectedCallback(){super.connectedCallback(),this.styles!==void 0&&this.$fastController.removeStyles(this.styles),this.styles=g`
476
- :host{--textContent:'${this.textContent}'}`,this.$fastController.addStyles(this.styles)}}sm([s({mode:"boolean"})],wa.prototype,"disabled",2),Ae(wa,Ye);function lm(o={}){return v`<template slot="tab" role="tab" aria-disabled="${e=>e.disabled}">${Ze(o)}<span class="tab-content"><slot></slot></span>${Qe(o)}</template>`}const Lp=lm({}),Dp=g`
477
- ${F("inline-flex")}
478
-
479
- :host{position:relative;flex-direction:column;cursor:pointer;box-sizing:border-box;justify-content:center;line-height:${A};font-family:${y};font-size:${P};color:${ne};fill:currentcolor;grid-row:1;padding:${ot} ${ze};border-radius:${B}}:host .tab-content{display:inline-flex;flex-direction:column;padding:0 2px}:host([aria-selected='true']){color:${O};font-weight:${L}}:host .tab-content::after{content:var(--textContent);visibility:hidden;height:0;line-height:${A};font-weight:${L}}:host([aria-selected='true'])::after{background-color:${Mo};border-radius:${Q};content:'';inset:0;position:absolute;z-index:2}:host([aria-selected='false']:hover)::after{background-color:${Dt};border-radius:${Q};content:'';inset:0;position:absolute;z-index:1}:host([aria-selected='true'][disabled])::after{background-color:${k}}::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:${k};color:${k}}:host([disabled]:hover)::after{background-color:unset}:host(:focus){outline:none}:host(:focus-visible){border-radius:${ge};box-shadow:0 0 0 3px ${Se};outline:1px solid ${Et}}`.withBehaviors(Te(g`
480
- :host([aria-selected='true'])::after{background-color:Highlight}`)),cm=wa.compose({name:`${x.prefix}-tab`,template:Lp,styles:Dp});class Op extends S{}function dm(){return v`<template slot="tabpanel" role="tabpanel"><slot></slot></template>`}const Ep=dm(),Mp=g`
481
- ${F("block")}
482
-
483
- :host{box-sizing:border-box;padding:${ot} ${ze}}`,um=Op.compose({name:`${x.prefix}-tab-panel`,template:Ep,styles:Mp}),Hp={subtle:"subtle",transparent:"transparent"},hm={small:"small",medium:"medium",large:"large"},lr=he;var pm=Object.defineProperty,gm=Object.getOwnPropertyDescriptor,Yt=(o,e,t,r)=>{for(var a=r>1?void 0:r?gm(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&pm(e,t,a),a};class cr extends S{constructor(){super(...arguments),this.orientation=lr.horizontal,this.prevActiveTabIndex=0,this.activeTabIndex=0,this.change=()=>{this.$emit("change",this.activetab)},this.isDisabledElement=e=>e.getAttribute("aria-disabled")==="true",this.isHiddenElement=e=>e.hasAttribute("hidden"),this.isFocusableElement=e=>!this.isDisabledElement(e)&&!this.isHiddenElement(e),this.handleTabClick=e=>{const t=e.currentTarget;t.nodeType===1&&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 oo:e.preventDefault(),this.adjustBackward(e);break;case ro:e.preventDefault(),this.adjustForward(e);break}else switch(e.key){case ao:e.preventDefault(),this.adjustBackward(e);break;case to:e.preventDefault(),this.adjustForward(e);break}switch(e.key){case wr:e.preventDefault(),this.adjust(-this.activeTabIndex);break;case Br:e.preventDefault(),this.adjust(this.tabs.length-this.activeTabIndex-1);break}}}orientationChanged(){this.$fastController.isConnected&&this.setTabs()}activeidChanged(e,t){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.prevActiveTabIndex=this.tabs.findIndex(r=>r.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 this.activeid!==void 0?this.tabIds.indexOf(this.activeid)===-1?0:this.tabIds.indexOf(this.activeid):0}setTabs(){const e="gridColumn",t="gridRow",r=this.isHorizontal()?e:t;this.activeTabIndex=this.getActiveIndex(),this.tabs.forEach((a,n)=>{if(a.slot==="tab"){const i=this.activeTabIndex===n&&this.isFocusableElement(a),c=this.tabIds[n],u=this.tabpanelIds[n];a.setAttribute("id",c),a.setAttribute("aria-selected",i?"true":"false"),a.setAttribute("aria-controls",u),a.addEventListener("click",this.handleTabClick),a.addEventListener("keydown",this.handleTabKeyDown),a.setAttribute("tabindex",i?"0":"-1"),i&&(this.activetab=a,this.activeid=c)}a.style[e]="",a.style[t]="",a.style[r]=`${n+1}`,this.isHorizontal()?a.classList.remove("vertical"):a.classList.add("vertical")}),this.setTabPanels()}setTabPanels(){this.tabpanels.forEach((e,t)=>{const r=this.tabIds[t],a=this.tabpanelIds[t];e.setAttribute("id",a),e.setAttribute("aria-labelledby",r),this.activeTabIndex!==t?e.setAttribute("hidden",""):e.removeAttribute("hidden")})}getTabIds(){return this.tabs.map(e=>e.getAttribute("id")??`tab-${qa()}`)}getTabPanelIds(){return this.tabpanels.map(e=>e.getAttribute("id")??`panel-${qa()}`)}setComponent(){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.focusTab(),this.change())}isHorizontal(){return this.orientation===lr.horizontal}adjust(e){const t=this.tabs.filter(i=>this.isFocusableElement(i)),r=t.indexOf(this.activetab),a=Wa(0,t.length-1,r+e),n=this.tabs.indexOf(t[a]);n>-1&&this.moveToTabByIndex(this.tabs,n)}adjustForward(e){const t=this.tabs;let r=0;for(r=this.activetab?t.indexOf(this.activetab)+1:1,r===t.length&&(r=0);r<t.length&&t.length>1;)if(this.isFocusableElement(t[r])){this.moveToTabByIndex(t,r);break}else{if(this.activetab&&r===t.indexOf(this.activetab))break;r+1>=t.length?r=0:r+=1}}adjustBackward(e){const t=this.tabs;let r=0;for(r=this.activetab?t.indexOf(this.activetab)-1:0,r=r<0?t.length-1:r;r>=0&&t.length>1;)if(this.isFocusableElement(t[r])){this.moveToTabByIndex(t,r);break}else r-1<0?r=t.length-1:r-=1}moveToTabByIndex(e,t){const r=e[t];this.activetab=r,this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=t,r.focus(),this.setComponent()}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}Yt([s],cr.prototype,"orientation",2),Yt([s],cr.prototype,"activeid",2),Yt([m],cr.prototype,"tabs",2),Yt([m],cr.prototype,"tabpanels",2);class wo extends cr{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=Hp.transparent}calculateAnimationProperties(e){this.activeTabOffset=this.getTabPosition(e),this.activeTabScale=this.getTabScale(e)}getTabPosition(e){return this.orientation===lr.horizontal?this.previousActiveTabData.x-(e.getBoundingClientRect().x-this.getBoundingClientRect().x):this.previousActiveTabData.y-(e.getBoundingClientRect().y-this.getBoundingClientRect().y)}getTabScale(e){return this.orientation===lr.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(){if(this.tabs&&this.tabs.length>0){const e=this.tabs,r=(this.activetab||e[0])?.getBoundingClientRect(),a=this.getBoundingClientRect();this.activeTabData={x:r.x-a.x,y:r.y-a.y,height:r.height,width:r.width},this.previousActiveTabData?.x!==this.activeTabData?.x&&this.previousActiveTabData?.y!==this.activeTabData?.y&&(this.previousActiveTabData=this.activeTabData)}}setTabOffsetCSSVar(){this.styles=g`
484
- :host{--tabIndicatorOffset:${this.activeTabOffset.toString()}px}`,this.$fastController.addStyles(this.styles)}setTabScaleCSSVar(){this.styles=g`
485
- :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()}}Yt([s],wo.prototype,"appearance",2),Yt([s({mode:"boolean"})],wo.prototype,"disabled",2),Yt([s],wo.prototype,"size",2),Ae(wo,Ye);function fm(o={}){return v` ${Ze(o)}<div class="tablist" part="tablist" role="tablist"><slot name="tab" ${Y("tabs")}></slot></div>${Qe(o)}<div class="tabpanel" part="tabpanel"><slot name="tabpanel" ${Y("tabpanels")}></slot></div>`}const _p=fm({}),Rp=g`
486
- ${F("grid")}
487
-
488
- :host{box-sizing:border-box;font-family:${y};font-size:${P};line-height:${A};color:${ne};grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr}:host([disabled]){cursor:not-allowed;color:${k}}:host([disabled]) ::slotted(fluent-tab){pointer-events:none;cursor:not-allowed;color:${k}}:host([disabled]) ::slotted(fluent-tab:after){background-color:${k}}:host([disabled]) ::slotted(fluent-tab[aria-selected='true'])::after{background-color:${k}}:host([disabled]) ::slotted(fluent-tab:hover):before{content:unset}:host ::slotted(fluent-tab){border-radius:${B}}:host ::slotted(fluent-tab[aria-selected='true'])::before{background-color:${k}}.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:${co};color:${Ao};fill:${zo}}:host([appearance='subtle']) ::slotted(fluent-tab:active){background-color:${Ct};fill:${Ct};color:${O}}:host([size='small']) ::slotted(fluent-tab){font-size:${P};line-height:${A};padding:${_t} ${_e}}:host([size='large']) ::slotted(fluent-tab){font-size:${ie};line-height:${ye};padding:${Mi} ${ze}}:host ::slotted(fluent-tab[data-animate='true'])::after{transition-property:transform;transition-duration:${_i};transition-timing-function:${la}}:host ::slotted(fluent-tab)::after{height:${He};margin-top:auto;transform-origin:left;transform:translateX(var(--tabIndicatorOffset)) scaleX(var(--tabIndicatorScale))}:host([orientation='vertical']) ::slotted(fluent-tab)::after{width:${He};height:unset;margin-top:unset;transform-origin:top;transform:translateY(var(--tabIndicatorOffset)) scaleY(var(--tabIndicatorScale))}:host ::slotted(fluent-tab)::before{height:${He};border-radius:${Q};content:'';inset:0;position:absolute;margin-top:auto}:host([orientation='vertical']) ::slotted(fluent-tab)::before{height:unset;width:${He};margin-inline-end:auto;transform-origin:top}:host ::slotted(fluent-tab[aria-selected='false']:hover)::after{height:${He};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:${He}}:host([orientation='vertical']) ::slotted(fluent-tab){align-items:flex-start;grid-column:2;padding-top:${_t};padding-bottom:${_t}}:host([orientation='vertical'][size='small']) ::slotted(fluent-tab){padding-top:${ta};padding-bottom:${ta}}:host([orientation='vertical'][size='large']) ::slotted(fluent-tab){padding-top:${H};padding-bottom:${H}}:host([size='small']) ::slotted(fluent-tab)::after,:host([size='small']) ::slotted(fluent-tab)::before,:host([size='small']) ::slotted(fluent-tab:hover)::after{right:${_e};left:${_e}}:host ::slotted(fluent-tab)::after,:host ::slotted(fluent-tab)::before,:host ::slotted(fluent-tab:hover)::after{right:${ze};left:${ze}}:host([size='large']) ::slotted(fluent-tab)::after,:host([size='large']) ::slotted(fluent-tab)::before,:host([size='large']) ::slotted(fluent-tab:hover)::after{right:${ze};left:${ze}}: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:${_t};bottom:${_t}}: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:${H};bottom:${H}}: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:${ra};bottom:${ra}}`,bm=wo.compose({name:`${x.prefix}-tabs`,template:_p,styles:Rp});var vm=Object.defineProperty,mm=Object.getOwnPropertyDescriptor,qe=(o,e,t,r)=>{for(var a=r>1?void 0:r?mm(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&vm(e,t,a),a};class Ce extends S{constructor(){super(...arguments),this.nowrap=!1,this.truncate=!1,this.italic=!1,this.underline=!1,this.strikethrough=!1,this.block=!1}}qe([s({mode:"boolean"})],Ce.prototype,"nowrap",2),qe([s({mode:"boolean"})],Ce.prototype,"truncate",2),qe([s({mode:"boolean"})],Ce.prototype,"italic",2),qe([s({mode:"boolean"})],Ce.prototype,"underline",2),qe([s({mode:"boolean"})],Ce.prototype,"strikethrough",2),qe([s({mode:"boolean"})],Ce.prototype,"block",2),qe([s],Ce.prototype,"size",2),qe([s],Ce.prototype,"font",2),qe([s],Ce.prototype,"weight",2),qe([s],Ce.prototype,"align",2);const ym={_100:"100",_200:"200",_300:"300",_400:"400",_500:"500",_600:"600",_700:"700",_800:"800",_900:"900",_1000:"1000"},$m={base:"base",numeric:"numeric",monospace:"monospace"},km={medium:"medium",regular:"regular",semibold:"semibold",bold:"bold"},xm={start:"start",end:"end",center:"center",justify:"justify"},Vp=v`<slot></slot>`,jp=g`
489
- ${F("inline")}
490
-
491
- :host{contain:content}::slotted(*){font-family:${y};font-size:${P};line-height:${A};font-weight:${T};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:${Mt};line-height:${bo}}:host([size='200']) ::slotted(*){font-size:${R};line-height:${se}}:host([size='400']) ::slotted(*){font-size:${ie};line-height:${ye}}:host([size='500']) ::slotted(*){font-size:${et};line-height:${vo}}:host([size='600']) ::slotted(*){font-size:${go};line-height:${Xr}}:host([size='700']) ::slotted(*){font-size:${jr};line-height:${Kr}}:host([size='800']) ::slotted(*){font-size:${Gr};line-height:${Ur}}:host([size='900']) ::slotted(*){font-size:${Wr};line-height:${Yr}}:host([size='1000']) ::slotted(*){font-size:${qr};line-height:${Qr}}:host([font='monospace']) ::slotted(*){font-family:${Ii}}:host([font='numeric']) ::slotted(*){font-family:${zi}}:host([weight='medium']) ::slotted(*){font-weight:${Ni}}:host([weight='semibold']) ::slotted(*){font-weight:${L}}:host([weight='bold']) ::slotted(*){font-weight:${fo}}:host([align='center']) ::slotted(*){text-align:center}:host([align='end']) ::slotted(*){text-align:end}:host([align='justify']) ::slotted(*){text-align:justify}`,Bm=Ce.compose({name:`${x.prefix}-text`,template:Vp,styles:jp}),wm={small:"small",medium:"medium",large:"large"},Sm={outline:"outline",underline:"underline",filledLighter:"filled-lighter",filledDarker:"filled-darker"},Gp={email:"email",password:"password",tel:"tel",text:"text",url:"url"};class Pm extends S{}class Cm extends Ui(Pm){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var Fm=Object.defineProperty,Tm=Object.getOwnPropertyDescriptor,ke=(o,e,t,r)=>{for(var a=r>1?void 0:r?Tm(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&Fm(e,t,a),a};class te extends Cm{constructor(){super(...arguments),this.type=Gp.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&&ue.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)}}ke([s({attribute:"control-size"})],te.prototype,"controlSize",2),ke([s],te.prototype,"appearance",2),ke([s({attribute:"readonly",mode:"boolean"})],te.prototype,"readOnly",2),ke([s({mode:"boolean"})],te.prototype,"autofocus",2),ke([s],te.prototype,"placeholder",2),ke([s],te.prototype,"type",2),ke([s],te.prototype,"list",2),ke([s({converter:ve})],te.prototype,"maxlength",2),ke([s({converter:ve})],te.prototype,"minlength",2),ke([s],te.prototype,"pattern",2),ke([s({converter:ve})],te.prototype,"size",2),ke([s({mode:"boolean"})],te.prototype,"spellcheck",2),ke([m],te.prototype,"defaultSlottedNodes",2);class Wp{}Ae(Wp,D),Ae(te,Ye,Wp);function Am(o={}){return v`<label part="label" for="control" class="${e=>e.defaultSlottedNodes&&e.defaultSlottedNodes.length?"label":"label label__hidden"}"><slot ${Y({property:"defaultSlottedNodes",filter:ol})}></slot></label><div class="root" part="root">${Ze(o)}<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}" ${Fe("control")} />${Qe(o)}</div>`}const qp=Am(),Xp=g`
492
- ${F("block")}
493
-
494
- :host{font-family:${y};font-size:${P};font-weight:${T};line-height:${A};max-width:400px}.label{display:flex;color:${O};padding-bottom:${oa};flex-shrink:0;padding-inline-end:${fe}}.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 ${ze};border:${X} solid ${Je};border-bottom-color:${Ie};border-radius:${B};gap:${tt}}.root::after{box-sizing:border-box;content:'';position:absolute;left:-1px;bottom:0px;right:-1px;height:max(2px,${B});border-radius:0 0 ${B} ${B};border-bottom:2px solid ${Mo};clip-path:inset(calc(100% - 2px) 1px 0px);transform:scaleX(0);transition-property:transform;transition-duration:${Hi};transition-delay:${sa}}.control{width:100%;height:100%;box-sizing:border-box;color:${O};border-radius:${B};background:${q};font-family:${y};font-weight:${T};font-size:${P};border:none;background:transparent;vertical-align:center}.control:focus-visible{outline:0;border:0}.control::placeholder{color:${Za}}:host ::slotted([slot='start']),:host ::slotted([slot='end']){display:flex;align-items:center;justify-content:center;color:${W};font-size:${et}}:host ::slotted([slot='start']){padding-right:${tt}}:host ::slotted([slot='end']){padding-left:${tt};gap:${fe}}:host(:hover) .root{border-color:${Dt};border-bottom-color:${Nt}}:host(:active) .root{border-color:${ho}}:host(:focus-within) .root{outline:transparent solid 2px;border-bottom:0}:host(:focus-within) .root::after{transform:scaleX(1);transition-property:transform;transition-duration:${na};transition-delay:${ca}}:host(:focus-within:active) .root:after{border-bottom-color:${Ho}}:host([appearance='outline']:focus-within) .root{border:${X} solid ${Je}}:host(:focus-within) .control{color:${O}}:host([disabled]) .root{background:${q};border:${X} solid ${Me}}:host([disabled]) .control::placeholder,:host([disabled]) ::slotted([slot='start']),:host([disabled]) ::slotted([slot='end']){color:${k}}::selection{color:${so};background-color:${nn}}:host([control-size='small']) .control{font-size:${R};font-weight:${T};line-height:${se}}:host([control-size='small']) .root{height:24px;gap:${tt};padding:0 ${_e}}:host([control-size='small']) ::slotted([slot='start']),:host([control-size='small']) ::slotted([slot='end']){font-size:${ie}}:host([control-size='large']) .control{font-size:${ie};font-weight:${T};line-height:${ye}}:host([control-size='large']) .root{height:40px;gap:${V};padding:0 ${ot}}:host([control-size='large']) ::slotted([slot='start']),:host([control-size='large']) ::slotted([slot='end']){font-size:${go}}:host([appearance='underline']) .root{background:${q};border:0;border-radius:0;border-bottom:${X} solid ${Ie}}:host([appearance='underline']:hover) .root{border-bottom-color:${Nt}}:host([appearance='underline']:active) .root{border-bottom-color:${Lt}}:host([appearance='underline']:focus-within) .root{border:0;border-bottom-color:${Lt}}:host([appearance='underline'][disabled]) .root{border-bottom-color:${Me}}:host([appearance='filled-lighter']) .root,:host([appearance='filled-darker']) .root{border:${X} solid ${me};box-shadow:${Xo}}:host([appearance='filled-lighter']) .root{background:${_}}:host([appearance='filled-darker']) .root{background:${Ar}}:host([appearance='filled-lighter']:hover) .root,:host([appearance='filled-darker']:hover) .root{border-color:${Or}}:host([appearance='filled-lighter']:active) .root,:host([appearance='filled-darker']:active) .root{border-color:${Or};background:${Ar}}`,Im=te.compose({name:`${x.prefix}-text-input`,template:qp,styles:Xp});var zm=Object.defineProperty,Nm=Object.getOwnPropertyDescriptor,Kp=(o,e,t,r)=>{for(var a=r>1?void 0:r?Nm(e,t):e,n=o.length-1,i;n>=0;n--)(i=o[n])&&(a=(r?i(e,t,a):i(a))||a);return r&&a&&zm(e,t,a),a};class Sa extends I{pressedChanged(){this.setPressedState()}mixedChanged(){this.setPressedState()}press(){this.pressed=!this.pressed}connectedCallback(){super.connectedCallback(),this.setPressedState()}setPressedState(){if(this.$fastController.isConnected){const e=`${this.mixed?"mixed":!!this.pressed}`;this.elementInternals.ariaPressed=e,this.setAttribute("aria-pressed",e)}}}Kp([s({mode:"boolean"})],Sa.prototype,"pressed",2),Kp([s({mode:"boolean"})],Sa.prototype,"mixed",2);const Lm=Ko,Dm=Uo,Om=Yo,Up=Ki(),Yp=g`
495
- ${ko}
496
-
497
- :host([aria-pressed='true']){border-color:${Je};background-color:${Tr};color:${O};border-width:${X}}:host([aria-pressed='true']:hover){border-color:${Dt};background-color:${lo}}:host([aria-pressed='true']:active){border-color:${ho};background-color:${Do}}:host([aria-pressed='true'][appearance='primary']){border-color:transparent;background-color:${dn};color:${pe}}:host([aria-pressed='true'][appearance='primary']:hover){background-color:${Oo}}:host([aria-pressed='true'][appearance='primary']:active){background-color:${Eo}}:host([aria-pressed='true'][appearance='subtle']){border-color:transparent;background-color:${sn};color:${Ka}}:host([aria-pressed='true'][appearance='subtle']:hover){background-color:${co};color:${St}}:host([aria-pressed='true'][appearance='subtle']:active){background-color:${Ct};color:${Pt}}:host([aria-pressed='true'][appearance='outline']),:host([aria-pressed='true'][appearance='transparent']){background-color:${ln}}:host([aria-pressed='true'][appearance='outline']:hover),:host([aria-pressed='true'][appearance='transparent']:hover){background-color:${dt}}:host([aria-pressed='true'][appearance='outline']:active),:host([aria-pressed='true'][appearance='transparent']:active){background-color:${Ft}}:host([aria-pressed='true'][appearance='transparent']){border-color:transparent;color:${Ua}}:host([aria-pressed='true'][appearance='transparent']:hover){color:${lt}}:host([aria-pressed='true'][appearance='transparent']:active){color:${ct}}`.withBehaviors(Te(g`
498
- :host([aria-pressed='true']),:host([aria-pressed='true'][appearance='primary']),:host([aria-pressed='true'][appearance='subtle']),:host([aria-pressed='true'][appearance='outline']),:host([aria-pressed='true'][appearance='transparent']){background:SelectedItem;color:SelectedItemText}`)),Em=Sa.compose({name:`${x.prefix}-toggle-button`,template:Up,styles:Yp}),Qp=Object.keys(Xg),Mm=o=>{for(const e of Qp)document.body.style.setProperty(`--${e}`,o[e])},Hm=(o,e)=>{for(const t of Qp)o.style.setProperty(`--${t}`,e[t])};export{Pr as Accordion,Sr as AccordionExpandMode,ae as AccordionItem,qg as AccordionItemExpandIconPosition,Wg as AccordionItemSize,j as AnchorButton,ef as AnchorButtonAppearance,sf as AnchorButtonDefinition,tf as AnchorButtonShape,of as AnchorButtonSize,eh as AnchorButtonTemplate,rf as AnchorTarget,oh as Avatar,bf as AvatarActive,mf as AvatarAppearance,th as AvatarColor,Sf as AvatarDefinition,Xi as AvatarNamedColor,vf as AvatarShape,yf as AvatarSize,ah as AvatarStyles,rh as AvatarTemplate,Rt as Badge,nh as BadgeAppearance,ih as BadgeColor,zf as BadgeDefinition,Pf as BadgeShape,Cf as BadgeSize,ph as BadgeStyles,lh as BadgeTemplate,I as Button,Ko as ButtonAppearance,Df as ButtonDefinition,Uo as ButtonShape,Yo as ButtonSize,ko as ButtonStyles,gh as ButtonTemplate,Qo as ButtonType,Vt as Checkbox,qf as CheckboxDefinition,Vf as CheckboxLabelPosition,_f as CheckboxShape,Rf as CheckboxSize,$h as CheckboxStyles,yh as CheckboxTemplate,kh as CompoundButton,Xf as CompoundButtonAppearance,Qf as CompoundButtonDefinition,Kf as CompoundButtonShape,Uf as CompoundButtonSize,Bh as CompoundButtonStyles,xh as CompoundButtonTemplate,Ne as CounterBadge,eb as CounterBadgeAppearance,tb as CounterBadgeColor,nb as CounterBadgeDefinition,ob as CounterBadgeShape,rb as CounterBadgeSize,Sh as CounterBadgeStyles,wh as CounterBadgeTemplate,Ah as Dialog,Pb as DialogDefinition,J as DialogModalType,zh as DialogStyles,Ih as DialogTemplate,jt as Divider,Cb as DividerAlignContent,Fb as DividerAppearance,zb as DividerDefinition,Nh as DividerOrientation,Qi as DividerRole,Dh as DividerStyles,Lh as DividerTemplate,x as FluentDesignSystem,Gt as Image,Eb as ImageDefinition,Db as ImageFit,Ob as ImageShape,Eh as ImageStyles,Oh as ImageTemplate,xo as Label,jb as LabelDefinition,_b as LabelSize,Mh as LabelStyles,Hh as LabelTemplate,Rb as LabelWeight,at as Menu,dp as MenuButton,nv as MenuButtonAppearance,lv as MenuButtonDefinition,iv as MenuButtonShape,sv as MenuButtonSize,ko as MenuButtonStyles,up as MenuButtonTemplate,av as MenuDefinition,Pe as MenuItem,gv as MenuItemDefinition,le as MenuItemRole,gp as MenuItemStyles,pp as MenuItemTemplate,fp as MenuList,yv as MenuListDefinition,vp as MenuListStyles,bp as MenuListTemplate,cp as MenuStyles,lp as MenuTemplate,ir as ProgressBar,Fv as ProgressBarDefinition,Sv as ProgressBarShape,mp as ProgressBarStyles,yp as ProgressBarTemplate,wv as ProgressBarThickness,Pv as ProgressBarValidationState,Ge as Radio,Lv as RadioDefinition,We as RadioGroup,Mv as RadioGroupDefinition,is as RadioGroupOrientation,Bp as RadioGroupStyles,wp as RadioGroupTemplate,kp as RadioStyles,xp as RadioTemplate,G as Slider,qv as SliderDefinition,Sp as SliderMode,_v as SliderOrientation,Hv as SliderSize,Cp as SliderStyles,Fp as SliderTemplate,Ba as Spinner,Uv as SpinnerAppearance,Qv as SpinnerDefinition,Yv as SpinnerSize,Ip as SpinnerStyles,Ap as SpinnerTemplate,sr as Switch,am as SwitchDefinition,om as SwitchLabelPosition,Np as SwitchStyles,zp as SwitchTemplate,wa as Tab,cm as TabDefinition,Op as TabPanel,um as TabPanelDefinition,Mp as TabPanelStyles,Ep as TabPanelTemplate,Dp as TabStyles,Lp as TabTemplate,wo as Tabs,Hp as TabsAppearance,bm as TabsDefinition,lr as TabsOrientation,hm as TabsSize,Rp as TabsStyles,_p as TabsTemplate,Ce as Text,xm as TextAlign,Bm as TextDefinition,$m as TextFont,te as TextInput,Sm as TextInputAppearance,wm as TextInputControlSize,Im as TextInputDefinition,Xp as TextInputStyles,qp as TextInputTemplate,Gp as TextInputType,ym as TextSize,jp as TextStyles,Vp as TextTemplate,km as TextWeight,Sa as ToggleButton,Lm as ToggleButtonAppearance,Em as ToggleButtonDefinition,Dm as ToggleButtonShape,Om as ToggleButtonSize,Yp as ToggleButtonStyles,Up as ToggleButtonTemplate,Gg as accordionDefinition,Qg as accordionItemDefinition,Zu as accordionItemStyles,Ju as accordionItemTemplate,nl as accordionStyles,al as accordionTemplate,Q as borderRadiusCircular,qo as borderRadiusLarge,B as borderRadiusMedium,Wo as borderRadiusNone,ge as borderRadiusSmall,Vr as borderRadiusXLarge,cn as colorBackgroundOverlay,uo as colorBrandBackground,zt as colorBrandBackground2,dc as colorBrandBackground2Hover,uc as colorBrandBackground2Pressed,hc as colorBrandBackground3Static,pc as colorBrandBackground4Static,Oo as colorBrandBackgroundHover,gc as colorBrandBackgroundInverted,fc as colorBrandBackgroundInvertedHover,bc as colorBrandBackgroundInvertedPressed,vc as colorBrandBackgroundInvertedSelected,Eo as colorBrandBackgroundPressed,dn as colorBrandBackgroundSelected,Nr as colorBrandBackgroundStatic,Lo as colorBrandForeground1,tn as colorBrandForeground2,Pl as colorBrandForeground2Hover,Cl as colorBrandForeground2Pressed,Fl as colorBrandForegroundInverted,Tl as colorBrandForegroundInvertedHover,Al as colorBrandForegroundInvertedPressed,ul as colorBrandForegroundLink,hl as colorBrandForegroundLinkHover,pl as colorBrandForegroundLinkPressed,gl as colorBrandForegroundLinkSelected,Il as colorBrandForegroundOnLight,zl as colorBrandForegroundOnLightHover,Nl as colorBrandForegroundOnLightPressed,Ll as colorBrandForegroundOnLightSelected,jc as colorBrandShadowAmbient,Gc as colorBrandShadowKey,Lr as colorBrandStroke1,Dr as colorBrandStroke2,zc as colorBrandStroke2Contrast,Ac as colorBrandStroke2Hover,Ic as colorBrandStroke2Pressed,ut as colorCompoundBrandBackground,At as colorCompoundBrandBackgroundHover,It as colorCompoundBrandBackgroundPressed,Io as colorCompoundBrandForeground1,zo as colorCompoundBrandForeground1Hover,No as colorCompoundBrandForeground1Pressed,Mo as colorCompoundBrandStroke,po as colorCompoundBrandStrokeHover,Ho as colorCompoundBrandStrokePressed,_ as colorNeutralBackground1,lo as colorNeutralBackground1Hover,Do as colorNeutralBackground1Pressed,Tr as colorNeutralBackground1Selected,Dl as colorNeutralBackground2,Ol as colorNeutralBackground2Hover,El as colorNeutralBackground2Pressed,Ml as colorNeutralBackground2Selected,Ar as colorNeutralBackground3,Hl as colorNeutralBackground3Hover,_l as colorNeutralBackground3Pressed,Rl as colorNeutralBackground3Selected,rn as colorNeutralBackground4,Vl as colorNeutralBackground4Hover,jl as colorNeutralBackground4Pressed,Gl as colorNeutralBackground4Selected,an as colorNeutralBackground5,Wl as colorNeutralBackground5Hover,ql as colorNeutralBackground5Pressed,Xl as colorNeutralBackground5Selected,Ir as colorNeutralBackground6,Ul as colorNeutralBackgroundAlpha,Yl as colorNeutralBackgroundAlpha2,Tt as colorNeutralBackgroundDisabled,nn as colorNeutralBackgroundInverted,ac as colorNeutralBackgroundInvertedDisabled,Kl as colorNeutralBackgroundStatic,mc as colorNeutralCardBackground,xc as colorNeutralCardBackgroundDisabled,yc as colorNeutralCardBackgroundHover,$c as colorNeutralCardBackgroundPressed,kc as colorNeutralCardBackgroundSelected,O as colorNeutralForeground1,Ao as colorNeutralForeground1Hover,Cr as colorNeutralForeground1Pressed,il as colorNeutralForeground1Selected,on as colorNeutralForeground1Static,ne as colorNeutralForeground2,lt as colorNeutralForeground2BrandHover,ct as colorNeutralForeground2BrandPressed,Ua as colorNeutralForeground2BrandSelected,St as colorNeutralForeground2Hover,fl as colorNeutralForeground2Link,bl as colorNeutralForeground2LinkHover,vl as colorNeutralForeground2LinkPressed,ml as colorNeutralForeground2LinkSelected,Pt as colorNeutralForeground2Pressed,Ka as colorNeutralForeground2Selected,W as colorNeutralForeground3,ll as colorNeutralForeground3BrandHover,cl as colorNeutralForeground3BrandPressed,dl as colorNeutralForeground3BrandSelected,Ya as colorNeutralForeground3Hover,Qa as colorNeutralForeground3Pressed,sl as colorNeutralForeground3Selected,Za as colorNeutralForeground4,k as colorNeutralForegroundDisabled,so as colorNeutralForegroundInverted,$l as colorNeutralForegroundInverted2,Sl as colorNeutralForegroundInvertedDisabled,Ja as colorNeutralForegroundInvertedHover,kl as colorNeutralForegroundInvertedLink,xl as colorNeutralForegroundInvertedLinkHover,Bl as colorNeutralForegroundInvertedLinkPressed,wl as colorNeutralForegroundInvertedLinkSelected,en as colorNeutralForegroundInvertedPressed,yl as colorNeutralForegroundInvertedSelected,pe as colorNeutralForegroundOnBrand,Fr as colorNeutralForegroundStaticInverted,Ec as colorNeutralShadowAmbient,Rc as colorNeutralShadowAmbientDarker,Hc as colorNeutralShadowAmbientLighter,Mc as colorNeutralShadowKey,Vc as colorNeutralShadowKeyDarker,_c as colorNeutralShadowKeyLighter,nc as colorNeutralStencil1,sc as colorNeutralStencil1Alpha,ic as colorNeutralStencil2,lc as colorNeutralStencil2Alpha,Je as colorNeutralStroke1,Dt as colorNeutralStroke1Hover,ho as colorNeutralStroke1Pressed,wc as colorNeutralStroke1Selected,Ot as colorNeutralStroke2,un as colorNeutralStroke3,Ie as colorNeutralStrokeAccessible,Nt as colorNeutralStrokeAccessibleHover,Lt as colorNeutralStrokeAccessiblePressed,Bc as colorNeutralStrokeAccessibleSelected,Dc as colorNeutralStrokeAlpha,Oc as colorNeutralStrokeAlpha2,Me as colorNeutralStrokeDisabled,Nc as colorNeutralStrokeInvertedDisabled,Pc as colorNeutralStrokeOnBrand,hn as colorNeutralStrokeOnBrand2,Cc as colorNeutralStrokeOnBrand2Hover,Fc as colorNeutralStrokeOnBrand2Pressed,Tc as colorNeutralStrokeOnBrand2Selected,Sc as colorNeutralStrokeSubtle,Tn as colorPaletteAnchorBackground2,Id as colorPaletteAnchorBorderActive,An as colorPaletteAnchorForeground2,In as colorPaletteBeigeBackground2,zd as colorPaletteBeigeBorderActive,zn as colorPaletteBeigeForeground2,id as colorPaletteBerryBackground1,sd as colorPaletteBerryBackground2,ld as colorPaletteBerryBackground3,dd as colorPaletteBerryBorder1,ud as colorPaletteBerryBorder2,cd as colorPaletteBerryBorderActive,hd as colorPaletteBerryForeground1,pd as colorPaletteBerryForeground2,gd as colorPaletteBerryForeground3,Nn as colorPaletteBlueBackground2,Nd as colorPaletteBlueBorderActive,Ln as colorPaletteBlueForeground2,Dn as colorPaletteBrassBackground2,Ld as colorPaletteBrassBorderActive,On as colorPaletteBrassForeground2,En as colorPaletteBrownBackground2,Dd as colorPaletteBrownBorderActive,Mn as colorPaletteBrownForeground2,Hn as colorPaletteCornflowerBackground2,Od as colorPaletteCornflowerBorderActive,_n as colorPaletteCornflowerForeground2,Rn as colorPaletteCranberryBackground2,Ed as colorPaletteCranberryBorderActive,Vn as colorPaletteCranberryForeground2,jn as colorPaletteDarkGreenBackground2,Md as colorPaletteDarkGreenBorderActive,Gn as colorPaletteDarkGreenForeground2,kn as colorPaletteDarkOrangeBackground1,_r as colorPaletteDarkOrangeBackground2,jo as colorPaletteDarkOrangeBackground3,xn as colorPaletteDarkOrangeBorder1,Zc as colorPaletteDarkOrangeBorder2,Qc as colorPaletteDarkOrangeBorderActive,Bn as colorPaletteDarkOrangeForeground1,Jc as colorPaletteDarkOrangeForeground2,Rr as colorPaletteDarkOrangeForeground3,Wn as colorPaletteDarkRedBackground2,Hd as colorPaletteDarkRedBorderActive,qn as colorPaletteDarkRedForeground2,Xn as colorPaletteForestBackground2,_d as colorPaletteForestBorderActive,Kn as colorPaletteForestForeground2,Un as colorPaletteGoldBackground2,Rd as colorPaletteGoldBorderActive,Yn as colorPaletteGoldForeground2,Qn as colorPaletteGrapeBackground2,Vd as colorPaletteGrapeBorderActive,Zn as colorPaletteGrapeForeground2,bn as colorPaletteGreenBackground1,Hr as colorPaletteGreenBackground2,Vo as colorPaletteGreenBackground3,Uc as colorPaletteGreenBorder1,vn as colorPaletteGreenBorder2,Kc as colorPaletteGreenBorderActive,mn as colorPaletteGreenForeground1,yn as colorPaletteGreenForeground2,$n as colorPaletteGreenForeground3,Yc as colorPaletteGreenForegroundInverted,Jn as colorPaletteLavenderBackground2,jd as colorPaletteLavenderBorderActive,ei as colorPaletteLavenderForeground2,xd as colorPaletteLightGreenBackground1,Bd as colorPaletteLightGreenBackground2,wd as colorPaletteLightGreenBackground3,Pd as colorPaletteLightGreenBorder1,Cd as colorPaletteLightGreenBorder2,Sd as colorPaletteLightGreenBorderActive,Fd as colorPaletteLightGreenForeground1,Td as colorPaletteLightGreenForeground2,Ad as colorPaletteLightGreenForeground3,ti as colorPaletteLightTealBackground2,Gd as colorPaletteLightTealBorderActive,oi as colorPaletteLightTealForeground2,ri as colorPaletteLilacBackground2,Wd as colorPaletteLilacBorderActive,ai as colorPaletteLilacForeground2,ni as colorPaletteMagentaBackground2,qd as colorPaletteMagentaBorderActive,ii as colorPaletteMagentaForeground2,fd as colorPaletteMarigoldBackground1,Cn as colorPaletteMarigoldBackground2,bd as colorPaletteMarigoldBackground3,md as colorPaletteMarigoldBorder1,yd as colorPaletteMarigoldBorder2,vd as colorPaletteMarigoldBorderActive,$d as colorPaletteMarigoldForeground1,Fn as colorPaletteMarigoldForeground2,kd as colorPaletteMarigoldForeground3,si as colorPaletteMinkBackground2,Xd as colorPaletteMinkBorderActive,li as colorPaletteMinkForeground2,ci as colorPaletteNavyBackground2,Kd as colorPaletteNavyBorderActive,di as colorPaletteNavyForeground2,ui as colorPalettePeachBackground2,Ud as colorPalettePeachBorderActive,hi as colorPalettePeachForeground2,pi as colorPalettePinkBackground2,Yd as colorPalettePinkBorderActive,gi as colorPalettePinkForeground2,fi as colorPalettePlatinumBackground2,Qd as colorPalettePlatinumBorderActive,bi as colorPalettePlatinumForeground2,vi as colorPalettePlumBackground2,Zd as colorPalettePlumBorderActive,mi as colorPalettePlumForeground2,yi as colorPalettePumpkinBackground2,Jd as colorPalettePumpkinBorderActive,$i as colorPalettePumpkinForeground2,ki as colorPalettePurpleBackground2,eu as colorPalettePurpleBorderActive,xi as colorPalettePurpleForeground2,pn as colorPaletteRedBackground1,_o as colorPaletteRedBackground2,Ro as colorPaletteRedBackground3,gn as colorPaletteRedBorder1,qc as colorPaletteRedBorder2,Wc as colorPaletteRedBorderActive,Er as colorPaletteRedForeground1,fn as colorPaletteRedForeground2,Mr as colorPaletteRedForeground3,Xc as colorPaletteRedForegroundInverted,Bi as colorPaletteRoyalBlueBackground2,tu as colorPaletteRoyalBlueBorderActive,wi as colorPaletteRoyalBlueForeground2,Si as colorPaletteSeafoamBackground2,ou as colorPaletteSeafoamBorderActive,Pi as colorPaletteSeafoamForeground2,Ci as colorPaletteSteelBackground2,ru as colorPaletteSteelBorderActive,Fi as colorPaletteSteelForeground2,Ti as colorPaletteTealBackground2,au as colorPaletteTealBorderActive,Ai as colorPaletteTealForeground2,wn as colorPaletteYellowBackground1,ed as colorPaletteYellowBackground2,Sn as colorPaletteYellowBackground3,Pn as colorPaletteYellowBorder1,od as colorPaletteYellowBorder2,td as colorPaletteYellowBorderActive,rd as colorPaletteYellowForeground1,Go as colorPaletteYellowForeground2,ad as colorPaletteYellowForeground3,nd as colorPaletteYellowForegroundInverted,cc as colorScrollbarOverlay,Su as colorStatusDangerBackground1,Pu as colorStatusDangerBackground2,Cu as colorStatusDangerBackground3,Fu as colorStatusDangerBackground3Hover,Tu as colorStatusDangerBackground3Pressed,Du as colorStatusDangerBorder1,Ou as colorStatusDangerBorder2,Lu as colorStatusDangerBorderActive,Au as colorStatusDangerForeground1,Iu as colorStatusDangerForeground2,zu as colorStatusDangerForeground3,Nu as colorStatusDangerForegroundInverted,nu as colorStatusSuccessBackground1,iu as colorStatusSuccessBackground2,su as colorStatusSuccessBackground3,pu as colorStatusSuccessBorder1,gu as colorStatusSuccessBorder2,hu as colorStatusSuccessBorderActive,lu as colorStatusSuccessForeground1,cu as colorStatusSuccessForeground2,du as colorStatusSuccessForeground3,uu as colorStatusSuccessForegroundInverted,fu as colorStatusWarningBackground1,bu as colorStatusWarningBackground2,vu as colorStatusWarningBackground3,Bu as colorStatusWarningBorder1,wu as colorStatusWarningBorder2,xu as colorStatusWarningBorderActive,mu as colorStatusWarningForeground1,yu as colorStatusWarningForeground2,$u as colorStatusWarningForeground3,ku as colorStatusWarningForegroundInverted,Et as colorStrokeFocus1,Se as colorStrokeFocus2,zr as colorSubtleBackground,co as colorSubtleBackgroundHover,ec as colorSubtleBackgroundInverted,tc as colorSubtleBackgroundInvertedHover,oc as colorSubtleBackgroundInvertedPressed,rc as colorSubtleBackgroundInvertedSelected,Ql as colorSubtleBackgroundLightAlphaHover,Zl as colorSubtleBackgroundLightAlphaPressed,Jl as colorSubtleBackgroundLightAlphaSelected,Ct as colorSubtleBackgroundPressed,sn as colorSubtleBackgroundSelected,q as colorTransparentBackground,dt as colorTransparentBackgroundHover,Ft as colorTransparentBackgroundPressed,ln as colorTransparentBackgroundSelected,me as colorTransparentStroke,Lc as colorTransparentStrokeDisabled,Or as colorTransparentStrokeInteractive,Ri as curveAccelerateMax,sa as curveAccelerateMid,Vi as curveAccelerateMin,la as curveDecelerateMax,ca as curveDecelerateMid,ji as curveDecelerateMin,$o as curveEasyEase,Gi as curveEasyEaseMax,Wi as curveLinear,Eg as darkModeStylesheetBehavior,F as display,Yu as durationFast,mo as durationFaster,Qu as durationGentle,na as durationNormal,_i as durationSlow,ia as durationSlower,Hi as durationUltraFast,yo as durationUltraSlow,y as fontFamilyBase,Ii as fontFamilyMonospace,zi as fontFamilyNumeric,Mt as fontSizeBase100,R as fontSizeBase200,P as fontSizeBase300,ie as fontSizeBase400,et as fontSizeBase500,go as fontSizeBase600,qr as fontSizeHero1000,jr as fontSizeHero700,Gr as fontSizeHero800,Wr as fontSizeHero900,fo as fontWeightBold,Ni as fontWeightMedium,T as fontWeightRegular,L as fontWeightSemibold,Te as forcedColorsStylesheetBehavior,Xa as getDirection,Mg as lightModeStylesheetBehavior,bo as lineHeightBase100,se as lineHeightBase200,A as lineHeightBase300,ye as lineHeightBase400,vo as lineHeightBase500,Xr as lineHeightBase600,Qr as lineHeightHero1000,Kr as lineHeightHero700,Ur as lineHeightHero800,Yr as lineHeightHero900,cv as roleForMenuItem,Mm as setTheme,Hm as setThemeFor,Zr as shadow16,_u as shadow16Brand,Xo as shadow2,Di as shadow28,Ru as shadow28Brand,Eu as shadow2Brand,Ht as shadow4,Mu as shadow4Brand,Oi as shadow64,Vu as shadow64Brand,Li as shadow8,Hu as shadow8Brand,ea as spacingHorizontalL,ot as spacingHorizontalM,ze as spacingHorizontalMNudge,ju as spacingHorizontalNone,V as spacingHorizontalS,_e as spacingHorizontalSNudge,Gu as spacingHorizontalXL,fe as spacingHorizontalXS,Ei as spacingHorizontalXXL,tt as spacingHorizontalXXS,Wu as spacingHorizontalXXXL,Mi as spacingVerticalL,Xu as spacingVerticalM,ra as spacingVerticalMNudge,qu as spacingVerticalNone,H as spacingVerticalS,_t as spacingVerticalSNudge,Ku as spacingVerticalXL,oa as spacingVerticalXS,aa as spacingVerticalXXL,ta as spacingVerticalXXS,Uu as spacingVerticalXXXL,ht as strokeWidthThick,He as strokeWidthThicker,Jr as strokeWidthThickest,X as strokeWidthThin};
435
+ `)}),Eh=Ah.compose({name:`${b.prefix}-menu-button`,template:Oh,styles:or});Eh.define(b.registry);function nr(o){return o.split("-")[1]}function bn(o){return o==="y"?"height":"width"}function xt(o){return o.split("-")[0]}function ar(o){return["top","bottom"].includes(xt(o))?"x":"y"}function mn(o,e,t){let{reference:r,floating:i}=o;const s=r.x+r.width/2-i.width/2,n=r.y+r.height/2-i.height/2,c=ar(e),h=bn(c),d=r[h]/2-i[h]/2,l=c==="x";let u;switch(xt(e)){case"top":u={x:s,y:r.y-i.height};break;case"bottom":u={x:s,y:r.y+r.height};break;case"right":u={x:r.x+r.width,y:n};break;case"left":u={x:r.x-i.width,y:n};break;default:u={x:r.x,y:r.y}}switch(nr(e)){case"start":u[c]-=d*(t&&l?-1:1);break;case"end":u[c]+=d*(t&&l?-1:1)}return u}const Lh=async(o,e,t)=>{const{placement:r="bottom",strategy:i="absolute",middleware:s=[],platform:n}=t,c=s.filter(Boolean),h=await(n.isRTL==null?void 0:n.isRTL(e));let d=await n.getElementRects({reference:o,floating:e,strategy:i}),{x:l,y:u}=mn(d,r,h),p=r,g={},m=0;for(let x=0;x<c.length;x++){const{name:w,fn:B}=c[x],{x:I,y:D,data:ie,reset:se}=await B({x:l,y:u,initialPlacement:r,placement:p,strategy:i,middlewareData:g,rects:d,platform:n,elements:{reference:o,floating:e}});l=I??l,u=D??u,g={...g,[w]:{...g[w],...ie}},se&&m<=50&&(m++,typeof se=="object"&&(se.placement&&(p=se.placement),se.rects&&(d=se.rects===!0?await n.getElementRects({reference:o,floating:e,strategy:i}):se.rects),{x:l,y:u}=mn(d,p,h)),x=-1)}return{x:l,y:u,placement:p,strategy:i,middlewareData:g}};function _h(o){return typeof o!="number"?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(o):{top:o,right:o,bottom:o,left:o}}function ai(o){return{...o,top:o.y,left:o.x,right:o.x+o.width,bottom:o.y+o.height}}async function vo(o,e){var t;e===void 0&&(e={});const{x:r,y:i,platform:s,rects:n,elements:c,strategy:h}=o,{boundary:d="clippingAncestors",rootBoundary:l="viewport",elementContext:u="floating",altBoundary:p=!1,padding:g=0}=e,m=_h(g),x=c[p?u==="floating"?"reference":"floating":u],w=ai(await s.getClippingRect({element:(t=await(s.isElement==null?void 0:s.isElement(x)))==null||t?x:x.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(c.floating)),boundary:d,rootBoundary:l,strategy:h})),B=u==="floating"?{...n.floating,x:r,y:i}:n.reference,I=await(s.getOffsetParent==null?void 0:s.getOffsetParent(c.floating)),D=await(s.isElement==null?void 0:s.isElement(I))&&await(s.getScale==null?void 0:s.getScale(I))||{x:1,y:1},ie=ai(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({rect:B,offsetParent:I,strategy:h}):B);return{top:(w.top-ie.top+m.top)/D.y,bottom:(ie.bottom-w.bottom+m.bottom)/D.y,left:(w.left-ie.left+m.left)/D.x,right:(ie.right-w.right+m.right)/D.x}}const li=Math.min,kt=Math.max;function vn(o,e,t){return kt(o,li(e,t))}const $n=["top","right","bottom","left"];$n.reduce((o,e)=>o.concat(e,e+"-start",e+"-end"),[]);const Mh={left:"right",right:"left",bottom:"top",top:"bottom"};function lr(o){return o.replace(/left|right|bottom|top/g,e=>Mh[e])}function Dh(o,e,t){t===void 0&&(t=!1);const r=nr(o),i=ar(o),s=bn(i);let n=i==="x"?r===(t?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[s]>e.floating[s]&&(n=lr(n)),{main:n,cross:lr(n)}}const Rh={start:"end",end:"start"};function ci(o){return o.replace(/start|end/g,e=>Rh[e])}const yn=function(o){return o===void 0&&(o={}),{name:"flip",options:o,async fn(e){var t;const{placement:r,middlewareData:i,rects:s,initialPlacement:n,platform:c,elements:h}=e,{mainAxis:d=!0,crossAxis:l=!0,fallbackPlacements:u,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:m=!0,...x}=o,w=xt(r),B=xt(n)===n,I=await(c.isRTL==null?void 0:c.isRTL(h.floating)),D=u||(B||!m?[lr(n)]:function(me){const Ne=lr(me);return[ci(me),Ne,ci(Ne)]}(n));u||g==="none"||D.push(...function(me,Ne,ut,Ze){const He=nr(me);let ve=function(Xt,yr,qn){const wi=["left","right"],Ci=["right","left"],Wn=["top","bottom"],Gn=["bottom","top"];switch(Xt){case"top":case"bottom":return qn?yr?Ci:wi:yr?wi:Ci;case"left":case"right":return yr?Wn:Gn;default:return[]}}(xt(me),ut==="start",Ze);return He&&(ve=ve.map(Xt=>Xt+"-"+He),Ne&&(ve=ve.concat(ve.map(ci)))),ve}(n,m,g,I));const ie=[n,...D],se=await vo(e,x),ht=[];let Qe=((t=i.flip)==null?void 0:t.overflows)||[];if(d&&ht.push(se[w]),l){const{main:me,cross:Ne}=Dh(r,s,I);ht.push(se[me],se[Ne])}if(Qe=[...Qe,{placement:r,overflows:ht}],!ht.every(me=>me<=0)){var Gt,xi;const me=(((Gt=i.flip)==null?void 0:Gt.index)||0)+1,Ne=ie[me];if(Ne)return{data:{index:me,overflows:Qe},reset:{placement:Ne}};let ut=(xi=Qe.filter(Ze=>Ze.overflows[0]<=0).sort((Ze,He)=>Ze.overflows[1]-He.overflows[1])[0])==null?void 0:xi.placement;if(!ut)switch(p){case"bestFit":{var ki;const Ze=(ki=Qe.map(He=>[He.placement,He.overflows.filter(ve=>ve>0).reduce((ve,Xt)=>ve+Xt,0)]).sort((He,ve)=>He[1]-ve[1])[0])==null?void 0:ki[0];Ze&&(ut=Ze);break}case"initialPlacement":ut=n}if(r!==ut)return{reset:{placement:ut}}}return{}}}};function xn(o,e){return{top:o.top-e.height,right:o.right-e.width,bottom:o.bottom-e.height,left:o.left-e.width}}function kn(o){return $n.some(e=>o[e]>=0)}const Nh=function(o){return o===void 0&&(o={}),{name:"hide",options:o,async fn(e){const{strategy:t="referenceHidden",...r}=o,{rects:i}=e;switch(t){case"referenceHidden":{const s=xn(await vo(e,{...r,elementContext:"reference"}),i.reference);return{data:{referenceHiddenOffsets:s,referenceHidden:kn(s)}}}case"escaped":{const s=xn(await vo(e,{...r,altBoundary:!0}),i.floating);return{data:{escapedOffsets:s,escaped:kn(s)}}}default:return{}}}}};function Hh(o){return o==="x"?"y":"x"}const Vh=function(o){return o===void 0&&(o={}),{name:"shift",options:o,async fn(e){const{x:t,y:r,placement:i}=e,{mainAxis:s=!0,crossAxis:n=!1,limiter:c={fn:w=>{let{x:B,y:I}=w;return{x:B,y:I}}},...h}=o,d={x:t,y:r},l=await vo(e,h),u=ar(xt(i)),p=Hh(u);let g=d[u],m=d[p];if(s){const w=u==="y"?"bottom":"right";g=vn(g+l[u==="y"?"top":"left"],g,g-l[w])}if(n){const w=p==="y"?"bottom":"right";m=vn(m+l[p==="y"?"top":"left"],m,m-l[w])}const x=c.fn({...e,[u]:g,[p]:m});return{...x,data:{x:x.x-t,y:x.y-r}}}}},wn=function(o){return o===void 0&&(o={}),{name:"size",options:o,async fn(e){const{placement:t,rects:r,platform:i,elements:s}=e,{apply:n=()=>{},...c}=o,h=await vo(e,c),d=xt(t),l=nr(t),u=ar(t)==="x",{width:p,height:g}=r.floating;let m,x;d==="top"||d==="bottom"?(m=d,x=l===(await(i.isRTL==null?void 0:i.isRTL(s.floating))?"start":"end")?"left":"right"):(x=d,m=l==="end"?"top":"bottom");const w=g-h[m],B=p-h[x];let I=w,D=B;if(u?D=li(p-h.right-h.left,B):I=li(g-h.bottom-h.top,w),!e.middlewareData.shift&&!l){const se=kt(h.left,0),ht=kt(h.right,0),Qe=kt(h.top,0),Gt=kt(h.bottom,0);u?D=p-2*(se!==0||ht!==0?se+ht:kt(h.left,h.right)):I=g-2*(Qe!==0||Gt!==0?Qe+Gt:kt(h.top,h.bottom))}await n({...e,availableWidth:D,availableHeight:I});const ie=await i.getDimensions(s.floating);return p!==ie.width||g!==ie.height?{reset:{rects:!0}}:{}}}};function be(o){var e;return((e=o.ownerDocument)==null?void 0:e.defaultView)||window}function Me(o){return be(o).getComputedStyle(o)}const Cn=Math.min,$o=Math.max,cr=Math.round;function Sn(o){const e=Me(o);let t=parseFloat(e.width),r=parseFloat(e.height);const i=o.offsetWidth,s=o.offsetHeight,n=cr(t)!==i||cr(r)!==s;return n&&(t=i,r=s),{width:t,height:r,fallback:n}}function at(o){return Pn(o)?(o.nodeName||"").toLowerCase():""}let dr;function Tn(){if(dr)return dr;const o=navigator.userAgentData;return o&&Array.isArray(o.brands)?(dr=o.brands.map(e=>e.brand+"/"+e.version).join(" "),dr):navigator.userAgent}function De(o){return o instanceof be(o).HTMLElement}function Te(o){return o instanceof be(o).Element}function Pn(o){return o instanceof be(o).Node}function In(o){return typeof ShadowRoot>"u"?!1:o instanceof be(o).ShadowRoot||o instanceof ShadowRoot}function hr(o){const{overflow:e,overflowX:t,overflowY:r,display:i}=Me(o);return/auto|scroll|overlay|hidden|clip/.test(e+r+t)&&!["inline","contents"].includes(i)}function jh(o){return["table","td","th"].includes(at(o))}function di(o){const e=/firefox/i.test(Tn()),t=Me(o),r=t.backdropFilter||t.WebkitBackdropFilter;return t.transform!=="none"||t.perspective!=="none"||!!r&&r!=="none"||e&&t.willChange==="filter"||e&&!!t.filter&&t.filter!=="none"||["transform","perspective"].some(i=>t.willChange.includes(i))||["paint","layout","strict","content"].some(i=>{const s=t.contain;return s!=null&&s.includes(i)})}function hi(){return/^((?!chrome|android).)*safari/i.test(Tn())}function ui(o){return["html","body","#document"].includes(at(o))}function Bn(o){return Te(o)?o:o.contextElement}const zn={x:1,y:1};function Wt(o){const e=Bn(o);if(!De(e))return zn;const t=e.getBoundingClientRect(),{width:r,height:i,fallback:s}=Sn(e);let n=(s?cr(t.width):t.width)/r,c=(s?cr(t.height):t.height)/i;return n&&Number.isFinite(n)||(n=1),c&&Number.isFinite(c)||(c=1),{x:n,y:c}}function wt(o,e,t,r){var i,s;e===void 0&&(e=!1),t===void 0&&(t=!1);const n=o.getBoundingClientRect(),c=Bn(o);let h=zn;e&&(r?Te(r)&&(h=Wt(r)):h=Wt(o));const d=c?be(c):window,l=hi()&&t;let u=(n.left+(l&&((i=d.visualViewport)==null?void 0:i.offsetLeft)||0))/h.x,p=(n.top+(l&&((s=d.visualViewport)==null?void 0:s.offsetTop)||0))/h.y,g=n.width/h.x,m=n.height/h.y;if(c){const x=be(c),w=r&&Te(r)?be(r):r;let B=x.frameElement;for(;B&&r&&w!==x;){const I=Wt(B),D=B.getBoundingClientRect(),ie=getComputedStyle(B);D.x+=(B.clientLeft+parseFloat(ie.paddingLeft))*I.x,D.y+=(B.clientTop+parseFloat(ie.paddingTop))*I.y,u*=I.x,p*=I.y,g*=I.x,m*=I.y,u+=D.x,p+=D.y,B=be(B).frameElement}}return{width:g,height:m,top:p,right:u+g,bottom:p+m,left:u,x:u,y:p}}function lt(o){return((Pn(o)?o.ownerDocument:o.document)||window.document).documentElement}function ur(o){return Te(o)?{scrollLeft:o.scrollLeft,scrollTop:o.scrollTop}:{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function Fn(o){return wt(lt(o)).left+ur(o).scrollLeft}function yo(o){if(at(o)==="html")return o;const e=o.assignedSlot||o.parentNode||In(o)&&o.host||lt(o);return In(e)?e.host:e}function An(o){const e=yo(o);return ui(e)?e.ownerDocument.body:De(e)&&hr(e)?e:An(e)}function xo(o,e){var t;e===void 0&&(e=[]);const r=An(o),i=r===((t=o.ownerDocument)==null?void 0:t.body),s=be(r);return i?e.concat(s,s.visualViewport||[],hr(r)?r:[]):e.concat(r,xo(r))}function On(o,e,t){let r;if(e==="viewport")r=function(n,c){const h=be(n),d=lt(n),l=h.visualViewport;let u=d.clientWidth,p=d.clientHeight,g=0,m=0;if(l){u=l.width,p=l.height;const x=hi();(!x||x&&c==="fixed")&&(g=l.offsetLeft,m=l.offsetTop)}return{width:u,height:p,x:g,y:m}}(o,t);else if(e==="document")r=function(n){const c=lt(n),h=ur(n),d=n.ownerDocument.body,l=$o(c.scrollWidth,c.clientWidth,d.scrollWidth,d.clientWidth),u=$o(c.scrollHeight,c.clientHeight,d.scrollHeight,d.clientHeight);let p=-h.scrollLeft+Fn(n);const g=-h.scrollTop;return Me(d).direction==="rtl"&&(p+=$o(c.clientWidth,d.clientWidth)-l),{width:l,height:u,x:p,y:g}}(lt(o));else if(Te(e))r=function(n,c){const h=wt(n,!0,c==="fixed"),d=h.top+n.clientTop,l=h.left+n.clientLeft,u=De(n)?Wt(n):{x:1,y:1};return{width:n.clientWidth*u.x,height:n.clientHeight*u.y,x:l*u.x,y:d*u.y}}(e,t);else{const n={...e};if(hi()){var i,s;const c=be(o);n.x-=((i=c.visualViewport)==null?void 0:i.offsetLeft)||0,n.y-=((s=c.visualViewport)==null?void 0:s.offsetTop)||0}r=n}return ai(r)}function En(o,e){return De(o)&&Me(o).position!=="fixed"?e?e(o):o.offsetParent:null}function Ln(o,e){const t=be(o);let r=En(o,e);for(;r&&jh(r)&&Me(r).position==="static";)r=En(r,e);return r&&(at(r)==="html"||at(r)==="body"&&Me(r).position==="static"&&!di(r))?t:r||function(i){let s=yo(i);for(;De(s)&&!ui(s);){if(di(s))return s;s=yo(s)}return null}(o)||t}function qh(o,e,t){const r=De(e),i=lt(e),s=wt(o,!0,t==="fixed",e);let n={scrollLeft:0,scrollTop:0};const c={x:0,y:0};if(r||!r&&t!=="fixed")if((at(e)!=="body"||hr(i))&&(n=ur(e)),De(e)){const h=wt(e,!0);c.x=h.x+e.clientLeft,c.y=h.y+e.clientTop}else i&&(c.x=Fn(i));return{x:s.left+n.scrollLeft-c.x,y:s.top+n.scrollTop-c.y,width:s.width,height:s.height}}const Wh={getClippingRect:function(o){let{element:e,boundary:t,rootBoundary:r,strategy:i}=o;const s=t==="clippingAncestors"?function(d,l){const u=l.get(d);if(u)return u;let p=xo(d).filter(w=>Te(w)&&at(w)!=="body"),g=null;const m=Me(d).position==="fixed";let x=m?yo(d):d;for(;Te(x)&&!ui(x);){const w=Me(x),B=di(x);(m?B||g:B||w.position!=="static"||!g||!["absolute","fixed"].includes(g.position))?g=w:p=p.filter(I=>I!==x),x=yo(x)}return l.set(d,p),p}(e,this._c):[].concat(t),n=[...s,r],c=n[0],h=n.reduce((d,l)=>{const u=On(e,l,i);return d.top=$o(u.top,d.top),d.right=Cn(u.right,d.right),d.bottom=Cn(u.bottom,d.bottom),d.left=$o(u.left,d.left),d},On(e,c,i));return{width:h.right-h.left,height:h.bottom-h.top,x:h.left,y:h.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(o){let{rect:e,offsetParent:t,strategy:r}=o;const i=De(t),s=lt(t);if(t===s)return e;let n={scrollLeft:0,scrollTop:0},c={x:1,y:1};const h={x:0,y:0};if((i||!i&&r!=="fixed")&&((at(t)!=="body"||hr(s))&&(n=ur(t)),De(t))){const d=wt(t);c=Wt(t),h.x=d.x+t.clientLeft,h.y=d.y+t.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-n.scrollLeft*c.x+h.x,y:e.y*c.y-n.scrollTop*c.y+h.y}},isElement:Te,getDimensions:function(o){return De(o)?Sn(o):o.getBoundingClientRect()},getOffsetParent:Ln,getDocumentElement:lt,getScale:Wt,async getElementRects(o){let{reference:e,floating:t,strategy:r}=o;const i=this.getOffsetParent||Ln,s=this.getDimensions;return{reference:qh(e,await i(t),r),floating:{x:0,y:0,...await s(t)}}},getClientRects:o=>Array.from(o.getClientRects()),isRTL:o=>Me(o).direction==="rtl"};function _n(o,e,t,r){r===void 0&&(r={});const{ancestorScroll:i=!0,ancestorResize:s=!0,elementResize:n=!0,animationFrame:c=!1}=r,h=i&&!c,d=h||s?[...Te(o)?xo(o):o.contextElement?xo(o.contextElement):[],...xo(e)]:[];d.forEach(g=>{h&&g.addEventListener("scroll",t,{passive:!0}),s&&g.addEventListener("resize",t)});let l,u=null;if(n){let g=!0;u=new ResizeObserver(()=>{g||t(),g=!1}),Te(o)&&!c&&u.observe(o),Te(o)||!o.contextElement||c||u.observe(o.contextElement),u.observe(e)}let p=c?wt(o):null;return c&&function g(){const m=wt(o);!p||m.x===p.x&&m.y===p.y&&m.width===p.width&&m.height===p.height||t(),p=m,l=requestAnimationFrame(g)}(),t(),()=>{var g;d.forEach(m=>{h&&m.removeEventListener("scroll",t),s&&m.removeEventListener("resize",t)}),(g=u)==null||g.disconnect(),u=null,c&&cancelAnimationFrame(l)}}const Mn=(o,e,t)=>{const r=new Map,i={platform:Wh,...t},s={...i.platform,_c:r};return Lh(o,e,{...i,platform:s})},ce={menuitem:"menuitem",menuitemcheckbox:"menuitemcheckbox",menuitemradio:"menuitemradio"};ce.menuitem+"",ce.menuitemcheckbox+"",ce.menuitemradio+"";var Gh=Object.defineProperty,Xh=Object.getOwnPropertyDescriptor,Ct=(o,e,t,r)=>{for(var i=r>1?void 0:r?Xh(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Gh(e,t,i),i};class Pe extends C{constructor(){super(...arguments),this.role=ce.menuitem,this.checked=!1,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=e=>{if(e.defaultPrevented)return!1;switch(e.key){case gt:case Lt:return this.invoke(),!1;case Ot:return this.expanded&&this.submenu?this.submenu.focus():this.expandAndFocus(),!1;case Lr:if(this.expanded)return this.closeSubMenu(),!1;break;case At: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 ce.menuitemcheckbox:this.checked=!this.checked;break;case ce.menuitem:if(this.hasSubmenu){this.expandAndFocus();break}this.$emit("change");break;case ce.menuitemradio:this.checked||(this.checked=!0);break}}}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(){this.cleanup?.(),super.disconnectedCallback()}updateSubmenu(){this.cleanup?.(),!(!this.submenu||!this.expanded)&&he.enqueue(()=>{this.cleanup=_n(this,this.submenuContainer,async()=>{const e=["left-start","right-start"],{x:t,y:r}=await Mn(this,this.submenuContainer,{middleware:[Vh(),wn({apply:({availableWidth:i,rects:s})=>{i<s.floating.width&&e.push("bottom-end","top-end")}}),yn({fallbackPlacements:e})],placement:"right-start",strategy:"fixed"});Object.assign(this.submenuContainer.style,{left:`${t}px`,position:"fixed",top:`${r}px`}),this.submenuLoaded()})})}}Ct([a({mode:"boolean"})],Pe.prototype,"disabled",2),Ct([a({mode:"boolean"})],Pe.prototype,"expanded",2),Ct([a],Pe.prototype,"role",2),Ct([a({mode:"boolean"})],Pe.prototype,"checked",2),Ct([a({mode:"boolean"})],Pe.prototype,"hidden",2),Ct([$],Pe.prototype,"slottedSubmenu",2),Ct([$],Pe.prototype,"submenu",2),Oe(Pe,je);const Uh=f`
436
+ ${z("grid")}
437
+
438
+ :host{grid-template-columns:20px 20px auto 20px;align-items:center;grid-gap:4px;height:32px;background:${X};font:${O} ${F} / ${E} ${y};border-radius:${T};color:${pe};padding:0 10px;cursor:pointer;overflow:visible;contain:layout}:host(:hover){background:${Ho}}.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:${pe}}.expand-collapse-glyph-container,::slotted([slot='start']),::slotted([slot='end']){height:32px;font-size:${vt};width:fit-content}.input-container{width:20px}::slotted([slot='end']){color:${ee};font:${O} ${U} / ${ge} ${y};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:${Qt}}:host([icon]:hover) ::slotted([slot='start']){color:${Nr}}:host(:active){background-color:${ms}}:host(:active) .input-container,:host(:active) .expand-collapse-glyph-container,:host(:active) .content{color:${Zt}}:host(:active) ::slotted([slot='start']){color:${Hr}}:host([disabled]){background-color:${to}}:host([disabled]) .content,:host([disabled]) .expand-collapse-glyph-container,:host([disabled]) ::slotted([slot='end']),:host([disabled]) ::slotted([slot='start']){color:${k}}: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}`,Dn=v.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>'),Kh=v.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>');function Yh(o={}){return v`<template aria-haspopup="${e=>e.hasSubmenu?"menu":void 0}" aria-checked="${e=>e.role!==ce.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)}">${Yt(e=>e.role===ce.menuitemcheckbox,v`<div part="input-container" class="input-container"><span part="checkbox" class="checkbox"><slot name="checkbox-indicator">${J(o.checkboxIndicator)}</slot></span></div>`)} ${Yt(e=>e.role===ce.menuitemradio,v`<div part="input-container" class="input-container"><span part="radio" class="radio"><slot name="radio-indicator">${J(o.radioIndicator)}</slot></span></div>`)}</div>${We(o)}<span class="content" part="content"><slot></slot></span>${qe(o)} ${Yt(e=>e.hasSubmenu,v`<div part="expand-collapse-glyph-container" class="expand-collapse-glyph-container"><span part="expand-collapse" class="expand-collapse"><slot name="expand-collapse-indicator">${J(o.expandCollapseGlyph)}</slot></span></div>`)}<span ?hidden="${e=>!e.expanded}" class="submenu-container" part="submenu-container" ${$e("submenuContainer")}><slot name="submenu" ${G({property:"slottedSubmenu",filter:zt("[role='menu']")})}></slot></span></template>`}const Qh=Yh({checkboxIndicator:Dn,expandCollapseGlyph:Kh,radioIndicator:Dn}),Zh=Pe.compose({name:`${b.prefix}-menu-item`,template:Qh,styles:Uh});Zh.define(b.registry);var Jh=Object.defineProperty,eu=Object.getOwnPropertyDescriptor,tu=(o,e,t,r)=>{for(var i=r>1?void 0:r?eu(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Jh(e,t,i),i};const pi=class yi extends C{constructor(){super(...arguments),this.expandedItem=null,this.focusIndex=-1,this.isNestedMenu=()=>this.parentElement!==null&&hs(this.parentElement)&&this.parentElement.getAttribute("role")==="menuitem",this.handleFocusOut=e=>{if(!this.contains(e.relatedTarget)&&this.menuItems!==void 0){this.collapseExpandedItem();const t=this.menuItems.findIndex(this.isFocusableElement);this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.menuItems[t].setAttribute("tabindex","0"),this.focusIndex=t}},this.handleItemFocus=e=>{const t=e.target;this.menuItems!==void 0&&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||e.target===null||this.menuItems===void 0||this.menuItems.indexOf(e.target)<0)return;e.preventDefault();const t=e.target;if(this.expandedItem!==null&&t===this.expandedItem&&t.expanded===!1){this.expandedItem=null;return}t.expanded&&(this.expandedItem!==null&&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.changeHandler=e=>{if(this.menuItems===void 0)return;const t=e.target,r=this.menuItems.indexOf(t);if(r!==-1&&t.role==="menuitemradio"&&t.checked===!0){for(let s=r-1;s>=0;--s){const n=this.menuItems[s],c=n.getAttribute("role");if(c===ce.menuitemradio&&(n.checked=!1),c==="separator")break}const i=this.menuItems.length-1;for(let s=r+1;s<=i;++s){const n=this.menuItems[s],c=n.getAttribute("role");if(c===ce.menuitemradio&&(n.checked=!1),c==="separator")break}}},this.isMenuItemElement=e=>e instanceof Pe||hs(e)&&e.getAttribute("role")in yi.focusableElementRoles,this.isFocusableElement=e=>this.isMenuItemElement(e)}itemsChanged(e,t){this.$fastController.isConnected&&this.menuItems!==void 0&&this.setItems()}connectedCallback(){super.connectedCallback(),he.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(){this.expandedItem!==null&&(this.expandedItem.expanded=!1,this.expandedItem=null)}handleMenuKeyDown(e){if(!(e.defaultPrevented||this.menuItems===void 0))switch(e.key){case Ft:this.setFocus(this.focusIndex+1,1);return;case Et:this.setFocus(this.focusIndex-1,-1);return;case Do:this.setFocus(this.menuItems.length-1,-1);return;case Ro:this.setFocus(0,1);return;default:return!0}}removeItemListeners(e=this.items){e.forEach(t=>{t.removeEventListener("focus",this.handleItemFocus),t.removeEventListener("expanded-changed",this.handleExpandedChanged),S.getNotifier(t).unsubscribe(this,"hidden")})}static elementIndent(e){const t=e.getAttribute("role"),r=e.querySelector("[slot=start]");return t&&t!==ce.menuitem?r?2:1:r?1:0}setItems(){const e=Array.from(this.children);this.removeItemListeners(e),e.forEach(s=>S.getNotifier(s).subscribe(this,"hidden"));const t=e.filter(s=>!s.hasAttribute("hidden"));this.menuItems=t;const r=this.menuItems.filter(this.isMenuItemElement);r.length&&(this.focusIndex=0),r.forEach((s,n)=>{s.setAttribute("tabindex",n===0?"0":"-1"),s.addEventListener("expanded-change",this.handleExpandedChanged),s.addEventListener("focus",this.handleItemFocus)});const i=this.menuItems?.filter(this.isMenuItemElement);i?.forEach((s,n)=>{const c=i?.reduce((h,d)=>{const l=yi.elementIndent(d);return Math.max(h,l)},0);s instanceof Pe&&s.setAttribute("data-indent",`${c}`)})}handleChange(e,t){t==="hidden"&&this.setItems()}setFocus(e,t){if(this.menuItems!==void 0)for(;e>=0&&e<this.menuItems.length;){const r=this.menuItems[e];if(this.isFocusableElement(r)){this.focusIndex>-1&&this.menuItems.length>=this.focusIndex-1&&this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.focusIndex=e,r.setAttribute("tabindex","0"),r.focus();break}e+=t}}};pi.focusableElementRoles=ce,tu([$],pi.prototype,"items",2);let ou=pi;const ru=f`
439
+ ${z("flex")}
440
+
441
+ :host{flex-direction:column;height:fit-content;max-width:300px;min-width:160px;width:auto;background-color:${X};border:1px solid ${Ce};border-radius:${T};box-shadow:${Ns};padding:4px;row-gap:2px}`;function iu(){return v`<template slot="${o=>o.slot?o.slot:o.isNestedMenu()?"submenu":void 0}" role="menu" @keydown="${(o,e)=>o.handleMenuKeyDown(e.event)}" @focusout="${(o,e)=>o.handleFocusOut(e.event)}"><slot ${G("items")}></slot></template>`}const su=iu(),nu=ou.compose({name:`${b.prefix}-menu-list`,template:su,styles:ru});nu.define(b.registry);var au=Object.defineProperty,lu=Object.getOwnPropertyDescriptor,St=(o,e,t,r)=>{for(var i=r>1?void 0:r?lu(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&au(e,t,i),i};class ct extends C{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 Lt:case gt: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(),he.enqueue(()=>this.setComponent())}disconnectedCallback(){super.disconnectedCallback(),this.cleanup?.(),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&&he.enqueue(()=>{this._menuList.focus()})}focusTrigger(){!this.open&&this._trigger&&he.enqueue(()=>{this._trigger.focus()})}openChanged(e,t){this.$fastController.isConnected&&this._trigger instanceof HTMLElement&&(this._trigger.setAttribute("aria-expanded",`${this.open}`),this._menuList&&this.open&&he.enqueue(this.setPositioningTask)),this.cleanup?.(),this.$emit("onOpenChange",{open:t})}openOnHoverChanged(e,t){t?this._trigger?.addEventListener("mouseover",this.openMenu):this._trigger?.removeEventListener("mouseover",this.openMenu)}persistOnItemClickChanged(e,t){t?this._menuList?.removeEventListener("click",this.closeMenu):this._menuList?.addEventListener("click",this.closeMenu)}openOnContextChanged(e,t){t?this._trigger?.addEventListener("contextmenu",this.openMenu):this._trigger?.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=_n(this,this.positioningContainer,async()=>{const{middlewareData:e,x:t,y:r}=await Mn(this._trigger,this.positioningContainer,{placement:"bottom",strategy:"fixed",middleware:[yn(),wn({apply:({availableHeight:i,rects:s})=>{this.positioningContainer?.style&&Object.assign(this.positioningContainer.style,{maxHeight:`${i}px`,width:`${s.reference.width}px`})}}),Nh()]});if(e.hide?.referenceHidden){this.open=!1;return}this.positioningContainer?.style&&Object.assign(this.positioningContainer.style,{position:"fixed",top:"0",left:"0",transform:`translate(${t}px, ${r}px)`})}))}addListeners(){document.addEventListener("click",this.handleDocumentClick),this._trigger?.addEventListener("keydown",this.handleTriggerKeydown),this.persistOnItemClick||this._menuList?.addEventListener("click",this.closeMenu),this.openOnHover?this._trigger?.addEventListener("mouseover",this.openMenu):this.openOnContext?this._trigger?.addEventListener("contextmenu",this.openMenu):this._trigger?.addEventListener("click",this.toggleMenu)}removeListeners(){document.removeEventListener("click",this.handleDocumentClick),this._trigger?.removeEventListener("keydown",this.handleTriggerKeydown),this.persistOnItemClick||this._menuList?.removeEventListener("click",this.closeMenu),this.openOnHover&&this._trigger?.removeEventListener("mouseover",this.openMenu),this.openOnContext?this._trigger?.removeEventListener("contextmenu",this.openMenu):this._trigger?.removeEventListener("click",this.toggleMenu)}handleMenuKeydown(e){if(e.defaultPrevented)return;switch(e.key){case Lr:e.preventDefault(),this.open&&(this.closeMenu(),this.focusTrigger());break;case us:this.open&&this.closeMenu(),e.shiftKey&&this.focusTrigger();default:return!0}}}St([$,a({attribute:"open-on-hover",mode:"boolean"})],ct.prototype,"openOnHover",2),St([$,a({attribute:"open-on-context",mode:"boolean"})],ct.prototype,"openOnContext",2),St([$,a({attribute:"close-on-scroll",mode:"boolean"})],ct.prototype,"closeOnScroll",2),St([$,a({attribute:"persist-on-item-click",mode:"boolean"})],ct.prototype,"persistOnItemClick",2),St([$,a({mode:"boolean"})],ct.prototype,"open",2),St([$],ct.prototype,"slottedMenuList",2),St([$],ct.prototype,"slottedTriggers",2);const cu=f`
442
+ :host{position:relative;z-index:var(--z-index-menu,1)}.positioning-container{position:fixed;top:0;left:0;transform:translate(0,0)}`;function du(){return v`<template ?open-on-hover="${o=>o.openOnHover}" ?open-on-context="${o=>o.openOnContext}" ?close-on-scroll="${o=>o.closeOnScroll}" ?persist-on-item-click="${o=>o.persistOnItemClick}" @keydown="${(o,e)=>o.handleMenuKeydown(e.event)}"><slot name="trigger" ${G({property:"slottedTriggers",filter:zt()})}></slot><span ${$e("positioningContainer")} part="positioning-container" class="positioning-container" ?hidden="${o=>!o.open}"><slot ${G({property:"slottedMenuList",filter:zt()})}></slot></span></template>`}const hu=du(),uu=ct.compose({name:`${b.prefix}-menu`,template:hu,styles:cu});uu.define(b.registry);var pu=Object.defineProperty,fu=Object.getOwnPropertyDescriptor,pr=(o,e,t,r)=>{for(var i=r>1?void 0:r?fu(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&pu(e,t,i),i};class ko extends C{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=typeof this.min=="number"?this.min:0,t=typeof this.max=="number"?this.max:100,r=typeof this.value=="number"?this.value:0,i=t-e;this.percentComplete=i===0?0:Math.fround((r-e)/i*100)}}pr([a({converter:ue})],ko.prototype,"value",2),pr([a({converter:ue})],ko.prototype,"min",2),pr([a({converter:ue})],ko.prototype,"max",2),pr([$],ko.prototype,"percentComplete",2);var gu=Object.defineProperty,bu=Object.getOwnPropertyDescriptor,fi=(o,e,t,r)=>{for(var i=r>1?void 0:r?bu(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&gu(e,t,i),i};class fr extends ko{constructor(){super(...arguments),this.validationState=null}}fi([a],fr.prototype,"thickness",2),fi([a],fr.prototype,"shape",2),fi([a({attribute:"validation-state"})],fr.prototype,"validationState",2);const mu=f`
443
+ ${z("flex")}
444
+
445
+ :host{align-items:center;height:2px;overflow-x:hidden;border-radius:${T};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:${Kr}}:host([validation-state='error']) .indeterminate-indicator-1,:host([validation-state='error']) .indeterminate-indicator-2{background:linear-gradient(
446
+ to right,${Ur} 0%,${Kr} 50%,${Ur}
447
+ )}:host([validation-state='warning']) .determinate{background-color:${Qr}}:host([validation-state='warning']) .indeterminate-indicator-1,:host([validation-state='warning']) .indeterminate-indicator-2{background:linear-gradient(
448
+ to right,${Is} 0%,${Qr} 50%,${Is}
449
+ )}:host([validation-state='success']) .determinate{background-color:${Yr}}:host([validation-state='success']) .indeterminate-indicator-1,:host([validation-state='success']) .indeterminate-indicator-2{background:linear-gradient(
450
+ to right,${Ps} 0%,${Yr} 50%,${Ps}
451
+ )}.progress{background-color:${$s};border-radius:${T};width:100%;height:2px;display:flex;align-items:center;position:relative}.determinate{background-color:${Rt};border-radius:${T};height:2px;transition:all 0.2s ease-in-out;display:flex}.indeterminate-indicator-1{position:absolute;opacity:0;height:100%;background:linear-gradient(
452
+ to right,${io} 0%,${Rt} 50%,${io}
453
+ );border-radius:${T};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(
454
+ to right,${io} 0%,${Rt} 50%,${io}
455
+ );border-radius:${T};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(Ae(f`
456
+ .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}`));function vu(o={}){return v`<template role="progressbar" aria-valuenow="${e=>e.value}" aria-valuemin="${e=>e.min}" aria-valuemax="${e=>e.max}">${Yt(e=>typeof e.value=="number",v`<div class="progress" part="progress" slot="determinate"><div class="determinate" part="determinate" style="width: ${e=>e.percentComplete}%"></div></div>`,v`<div class="progress" part="progress" slot="indeterminate"><slot name="indeterminate">${J(o.indeterminateIndicator1)} ${J(o.indeterminateIndicator2)}</slot></div>`)}</template>`}const $u=vu({indeterminateIndicator1:'<span class="indeterminate-indicator-1" part="indeterminate-indicator-1></span>',indeterminateIndicator2:'<span class="indeterminate-indicator-2" part="indeterminate-indicator-2"></span>'}),yu=fr.compose({name:`${b.prefix}-progress-bar`,template:$u,styles:mu});yu.define(b.registry);class xu extends C{}class ku extends ni(xu){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var wu=Object.defineProperty,Cu=Object.getOwnPropertyDescriptor,Rn=(o,e,t,r)=>{for(var i=r>1?void 0:r?Cu(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&wu(e,t,i),i};class Ke extends ku{constructor(){super(),this.initialValue="on",this.proxy.setAttribute("type","radio")}get radioGroup(){return this.closest("[role=radiogroup]")}defaultCheckedChanged(){this.$fastController.isConnected&&!this.dirtyChecked&&(this.isInsideRadioGroup()||(this.checked=this.defaultChecked??!1,this.dirtyChecked=!1))}connectedCallback(){super.connectedCallback(),this.validate(),this.parentElement?.getAttribute("role")!=="radiogroup"&&this.getAttribute("tabindex")===null&&(this.disabled||this.setAttribute("tabindex","0")),this.checkedAttribute&&(this.dirtyChecked||this.isInsideRadioGroup()||(this.checked=this.defaultChecked??!1,this.dirtyChecked=!1))}isInsideRadioGroup(){return this.radioGroup!==null}keypressHandler(e){switch(e.key){case Lt:!this.checked&&!this.radioGroup?.readOnly&&(this.checked=!0);return}return!0}}Rn([$],Ke.prototype,"name",2),Rn([$],Ke.prototype,"defaultSlottedNodes",2);const Nn=ne;var Su=Object.defineProperty,Tu=Object.getOwnPropertyDescriptor,dt=(o,e,t,r)=>{for(var i=r>1?void 0:r?Tu(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Su(e,t,i),i};class Ye extends C{constructor(){super(...arguments),this.stacked=!1,this.orientation=Nn.horizontal,this.radioChangeHandler=e=>{const t=e.target;t.checked&&(this.slottedRadioButtons.forEach(r=>{r instanceof Ke&&r!==t&&(r.checked=!1,this.isInsideFoundationToolbar||r.setAttribute("tabindex","-1"))}),this.selectedRadio=t,this.value=t.value,t.setAttribute("tabindex","0"),this.focusedRadio=t),e.stopPropagation()},this.moveToRadioByIndex=(e,t)=>{const r=e[t];this.isInsideToolbar||(r.setAttribute("tabindex","0"),r.checked=!0,this.selectedRadio=r),this.focusedRadio=r,r.focus()},this.moveRightOffGroup=()=>{this.nextElementSibling?.focus()},this.moveLeftOffGroup=()=>{this.previousElementSibling?.focus()},this.focusOutHandler=e=>{const t=this.slottedRadioButtons,r=e.target,i=r!==null?t.indexOf(r):0,s=this.focusedRadio?t.indexOf(this.focusedRadio):-1;return(s===0&&i===s||s===t.length-1&&s===i)&&(this.selectedRadio?(this.focusedRadio=this.selectedRadio,this.isInsideFoundationToolbar||(this.selectedRadio.setAttribute("tabindex","0"),t.forEach(n=>{n!==this.selectedRadio&&n.setAttribute("tabindex","-1")}))):(this.focusedRadio=t[0],this.focusedRadio.setAttribute("tabindex","0"),t.forEach(n=>{r instanceof Ke&&n!==this.focusedRadio&&n.setAttribute("tabindex","-1")}))),!0},this.handleDisabledClick=e=>{if(this.disabled){e.preventDefault();return}return!0},this.clickHandler=e=>{if(this.disabled)return;e.preventDefault();const t=e.target;t&&t instanceof Ke&&(t.checked=!0,t.setAttribute("tabindex","0"),this.selectedRadio=t,this.focusedRadio=t)},this.shouldMoveOffGroupToTheRight=(e,t,r)=>e===t.length&&this.isInsideToolbar&&r===Ot,this.shouldMoveOffGroupToTheLeft=(e,t)=>(this.focusedRadio?e.indexOf(this.focusedRadio)-1:0)<0&&this.isInsideToolbar&&t===At,this.checkFocusedRadio=()=>{this.focusedRadio!==null&&!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 r=0;if(r=this.focusedRadio?t.indexOf(this.focusedRadio)+1:1,this.shouldMoveOffGroupToTheRight(r,t,e.key)){this.moveRightOffGroup();return}else r===t.length&&(r=0);for(;r<t.length&&t.length>1;)if(t[r].disabled){if(this.focusedRadio&&r===t.indexOf(this.focusedRadio))break;if(r+1>=t.length){if(this.isInsideToolbar)break;r=0}else r+=1}else{this.moveToRadioByIndex(t,r);break}},this.moveLeft=e=>{const t=this.slottedRadioButtons;let r=0;if(r=this.focusedRadio?t.indexOf(this.focusedRadio)-1:0,r=r<0?t.length-1:r,this.shouldMoveOffGroupToTheLeft(t,e.key)){this.moveLeftOffGroup();return}for(;r>=0&&t.length>1;)if(t[r].disabled){if(this.focusedRadio&&r===t.indexOf(this.focusedRadio))break;r-1<0?r=t.length-1:r-=1}else{this.moveToRadioByIndex(t,r);break}},this.keydownHandler=e=>{const t=e.key;if(t in ka&&(this.isInsideFoundationToolbar||this.disabled))return!0;switch(t){case gt:{this.checkFocusedRadio();break}case Ot:case Ft:{this.direction===ye.ltr?this.moveRight(e):this.moveLeft(e);break}case At:case Et:{this.direction===ye.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 Ke&&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(){return this.parentToolbar??!1}get isInsideFoundationToolbar(){return!!this.parentToolbar?.hasOwnProperty("$fastController")}connectedCallback(){super.connectedCallback(),this.direction=ps(this),this.setupRadioButtons()}disconnectedCallback(){this.slottedRadioButtons.forEach(e=>{e instanceof Ke&&e.removeEventListener("change",this.radioChangeHandler)})}setupRadioButtons(){const e=this.slottedRadioButtons.filter(i=>i.hasAttribute("checked")),t=e?e.length:0;if(t>1){const i=e[t-1];i.checked=!0}let r=!1;if(this.slottedRadioButtons.forEach(i=>{i instanceof Ke&&(this.name!==void 0&&i.setAttribute("name",this.name),this.value&&this.value===i.value?(this.selectedRadio=i,this.focusedRadio=i,i.checked=!0,i.setAttribute("tabindex","0"),r=!0):(this.isInsideFoundationToolbar||i.setAttribute("tabindex","-1"),i.checked=!1),i.addEventListener("change",this.radioChangeHandler))}),this.value===void 0&&this.slottedRadioButtons.length>0){const i=this.slottedRadioButtons.filter(n=>n.hasAttribute("checked")),s=i!==null?i.length:0;if(s>0&&!r){const n=i[s-1];n.checked=!0,this.focusedRadio=n,n.setAttribute("tabindex","0")}else this.slottedRadioButtons[0].setAttribute("tabindex","0"),this.focusedRadio=this.slottedRadioButtons[0]}}}dt([a({mode:"boolean"})],Ye.prototype,"stacked",2),dt([a({attribute:"readonly",mode:"boolean"})],Ye.prototype,"readOnly",2),dt([a({attribute:"disabled",mode:"boolean"})],Ye.prototype,"disabled",2),dt([a],Ye.prototype,"name",2),dt([a],Ye.prototype,"value",2),dt([a],Ye.prototype,"orientation",2),dt([$],Ye.prototype,"childItems",2),dt([$],Ye.prototype,"slottedRadioButtons",2);const Pu=f`
457
+ ${z("flex")}
458
+
459
+ :host{align-items:flex-start;flex-direction:column;row-gap:${H}}:host([disabled]) ::slotted([role='radio']){--control-border-color:${k};--checked-indicator-background-color:${k};--state-color:${k}}::slotted([slot='label']){color:${N};padding:${H} ${K} ${H} ${we};font:${O} ${F} / ${E} ${y};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:${K}}:host([orientation='horizontal'][stacked]) ::slotted([role='radio']){display:flex;flex-direction:column;padding-inline:${K};height:auto;align-items:center;justify-content:center}:host([disabled]) ::slotted([role='radio']){pointer-events:none}`;function Iu(){return v`<template role="radiogroup" tabindex="${o=>o.disabled?-1:void 0}" aria-disabled="${o=>o.disabled}" aria-readonly="${o=>o.readOnly}" aria-orientation="${o=>o.orientation}" @click="${(o,e)=>o.clickHandler(e.event)}" @mousedown="${(o,e)=>o.handleDisabledClick(e.event)}" @keydown="${(o,e)=>o.keydownHandler(e.event)}" @focusout="${(o,e)=>o.focusOutHandler(e.event)}"><slot name="label"></slot><div class="positioning-region ${o=>o.orientation===Nn.horizontal?"horizontal":"vertical"}" part="positioning-region"><slot ${G({property:"slottedRadioButtons",filter:zt("[role=radio]")})}></slot></div></template>`}const Bu=Iu(),zu=Ye.compose({name:`${b.prefix}-radio-group`,template:Bu,styles:Pu});zu.define(b.registry);const Fu=f`
460
+ ${z("inline-grid")}
461
+
462
+ :host{grid-auto-flow:column;grid-template-columns:max-content;gap:${we};align-items:center;height:32px;cursor:pointer;outline:none;position:relative;user-select:none;color:blue;color:var(--state-color,${ee});padding-inline-end:${K};--control-border-color:${Ge};--checked-indicator-background-color:${Rr};--state-color:${ee}}:host([disabled]){--control-border-color:${k};--checked-indicator-background-color:${k};--state-color:${k}}.label{cursor:pointer;font-family:${y};font-size:${F};font-weight:${O};line-height:${E}}.label__hidden{display:none}.control{box-sizing:border-box;align-items:center;border:1px solid var(--control-border-color,${Ge});border-radius:${le};display:flex;height:16px;justify-content:center;margin:${H} ${K};position:relative;width:16px;justify-self:center}.checked-indicator{border-radius:${le};height:10px;opacity:0;width:10px}:host([aria-checked='false']:hover) .control{color:${pe}}:host(:focus-visible){border-radius:${ke};box-shadow:0 0 0 3px ${Ee};outline:1px solid ${co}}:host(:hover) .control{border-color:${so}}:host(:active) .control{border-color:${no}}:host([aria-checked='true']) .checked-indicator{opacity:1}:host([aria-checked='true']) .control{border-color:var(--control-border-color,${Ge})}:host([aria-checked='true']) .checked-indicator{background-color:var(--checked-indicator-background-color,${Rr})}:host([aria-checked='true']:hover) .control{border-color:${Wo}}:host([aria-checked='true']:hover) .checked-indicator{background-color:${Wo}}:host([aria-checked='true']:active) .control{border-color:${Xr}}:host([aria-checked='true']:active) .checked-indicator{background:${Hr}}:host([disabled]){color:${k};pointer-events:none}:host([disabled]) .control{pointer-events:none;border-color:${k}}:host([disabled]) .checked-indicator{background:${k}}`.withBehaviors(Ae(f`
463
+ :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}`));function Au(o={}){return v`<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">${J(o.checkedIndicator)}</slot></div><label part="label" class="${e=>["label",!e.defaultSlottedNodes?.length&&"label__hidden"].filter(Boolean).join(" ")}"><slot ${G({property:"defaultSlottedNodes",filter:fs})}></slot></label></template>`}const Ou=Au({checkedIndicator:v`<div part="checked-indicator" class="checked-indicator"></div>`}),Eu=Ke.compose({name:`${b.prefix}-radio`,template:Ou,styles:Fu});Eu.define(b.registry);const Lu={singleValue:"single-value"};class _u extends C{}class Mu extends dn(_u){constructor(){super(...arguments),this.proxy=document.createElement("input")}}function Hn(o,e,t,r){let i=_r(0,1,(o-e)/(t-e));return r===ye.rtl&&(i=1-i),i}var Du=Object.defineProperty,Ru=Object.getOwnPropertyDescriptor,Q=(o,e,t,r)=>{for(var i=r>1?void 0:r?Ru(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Du(e,t,i),i};class q extends Mu{constructor(){super(...arguments),this.direction=ye.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=ne.horizontal,this.mode=Lu.singleValue,this.keypressHandler=e=>{if(!(this.readOnly||this.disabled)){if(e.key===Ro)e.preventDefault(),this.direction!==ye.rtl&&this.orientation!==ne.vertical?this.value=`${this.min}`:this.value=`${this.max}`;else if(e.key===Do)e.preventDefault(),this.direction!==ye.rtl&&this.orientation!==ne.vertical?this.value=`${this.max}`:this.value=`${this.min}`;else if(!e.shiftKey)switch(e.key){case Ot:case Et:e.preventDefault(),this.increment();break;case At:case Ft:e.preventDefault(),this.decrement();break}}},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,this.trackWidth===0&&(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=e!==null?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=e!==null},this.handleMouseMove=e=>{if(this.readOnly||this.disabled||e.defaultPrevented)return;const t=window.TouchEvent&&e instanceof TouchEvent?e.touches[0]:e,r=this.orientation===ne.horizontal?t.pageX-document.documentElement.scrollLeft-this.trackLeft:t.pageY-document.documentElement.scrollTop;this.value=`${this.calculateNewValue(r)}`},this.handleWindowMouseUp=e=>{this.stopDragging()},this.stopDragging=()=>{this.isDragging=!1,this.handleMouseDown(null),this.handleThumbMouseDown(null)},this.handleMouseDown=e=>{if(e===null||!this.disabled&&!this.readOnly){const t=e!==null?window.addEventListener:window.removeEventListener,r=e!==null?document.addEventListener:document.removeEventListener;if(t("mouseup",this.handleWindowMouseUp),r("mouseleave",this.handleWindowMouseUp),t("mousemove",this.handleMouseMove),e){this.setupTrackConstraints();const i=this.orientation===ne.horizontal?e.pageX-document.documentElement.scrollLeft-this.trackLeft:e.pageY-document.documentElement.scrollTop;this.value=`${this.calculateNewValue(i)}`}}}}handleChange(e,t){switch(t){case"min":case"max":case"step":this.handleStepStyles();break}}handleStepStyles(){if(this.step){const e=100/Math.floor((this.max-this.min)/this.step);this.stepStyles!==void 0&&this.$fastController.removeStyles(this.stepStyles),this.stepStyles=f`
464
+ :host{--step-rate:${e}%;color:blue}`,this.$fastController.addStyles(this.stepStyles)}else this.stepStyles!==void 0&&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 r=parseFloat(t),i=_r(this.min,this.max,this.convertToConstrainedValue(r)).toString();if(i!==t){this.value=i;return}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=ps(this),this.updateStepMultiplier(),this.setupTrackConstraints(),this.setupListeners(),this.setupDefaultValue(),this.setThumbPositionForOrientation(this.direction),S.getNotifier(this).subscribe(this,"max"),S.getNotifier(this).subscribe(this,"min"),S.getNotifier(this).subscribe(this,"step"),this.handleStepStyles()}disconnectedCallback(){super.disconnectedCallback(),this.setupListeners(!0),S.getNotifier(this).unsubscribe(this,"max"),S.getNotifier(this).unsubscribe(this,"min"),S.getNotifier(this).unsubscribe(this,"step")}increment(){const e=this.direction!==ye.rtl&&this.orientation!==ne.vertical?Number(this.value)+Number(this.stepValue):Number(this.value)+Number(this.stepValue),t=this.convertToConstrainedValue(e),r=t<Number(this.max)?`${t}`:`${this.max}`;this.value=r}decrement(){const e=this.direction!==ye.rtl&&this.orientation!==ne.vertical?Number(this.value)-Number(this.stepValue):Number(this.value)-Number(this.stepValue),t=this.convertToConstrainedValue(e),r=t>Number(this.min)?`${t}`:`${this.min}`;this.value=r}get stepValue(){return this.step===void 0?1:this.step}setThumbPositionForOrientation(e){const r=(1-Hn(Number(this.value),Number(this.min),Number(this.max),e))*100;this.orientation===ne.horizontal?this.position=this.isDragging?`right: ${r}%; transition: none;`:`right: ${r}%; transition: all 0.2s ease;`:this.position=this.isDragging?`top: ${r}%; transition: none;`:`top: ${r}%; 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(typeof this.value=="string")if(this.value.length===0)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=Hn(e,this.orientation===ne.horizontal?this.trackMinWidth:this.trackMinHeight,this.orientation===ne.horizontal?this.trackWidth:this.trackHeight,this.direction),r=(this.max-this.min)*t+this.min;return this.convertToConstrainedValue(r)}convertToConstrainedValue(e){isNaN(e)&&(e=this.min);let t=e-this.min;const r=Math.round(t/this.stepValue),i=t-r*(this.stepMultiplier*this.stepValue)/this.stepMultiplier;return t=i>=Number(this.stepValue)/2?t-i+Number(this.stepValue):t-i,t+this.min}}Q([a],q.prototype,"size",2),Q([a({attribute:"readonly",mode:"boolean"})],q.prototype,"readOnly",2),Q([$],q.prototype,"direction",2),Q([$],q.prototype,"isDragging",2),Q([$],q.prototype,"position",2),Q([$],q.prototype,"trackWidth",2),Q([$],q.prototype,"trackMinWidth",2),Q([$],q.prototype,"trackHeight",2),Q([$],q.prototype,"trackLeft",2),Q([$],q.prototype,"trackMinHeight",2),Q([$],q.prototype,"valueTextFormatter",2),Q([a({converter:ue})],q.prototype,"min",2),Q([a({converter:ue})],q.prototype,"max",2),Q([a({converter:ue})],q.prototype,"step",2),Q([a],q.prototype,"orientation",2),Q([a],q.prototype,"mode",2);const Nu=f`
465
+ ${z("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:${ke};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 ${Ee};outline:1px solid ${co}}.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:${jo};border-radius:${le};box-shadow:inset 0 0 0 var(--thumb-padding) ${X},0 0 0 1px ${mt}}.thumb-cursor:hover{background-color:${oo}}.thumb-cursor:active{background-color:${ro}}:host([disabled]) .thumb-cursor{background-color:${k};box-shadow:inset 0 0 0 var(--thumb-padding) ${X},0 0 0 1px ${et}}.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:${Ge};border-radius:${T};overflow:hidden}:host([step]) .track::after{content:'';position:absolute;border-radius:${T};width:100%;inset:0 2px;background-image:repeating-linear-gradient(
466
+ var(--slider-direction),#0000 0%,#0000 calc(var(--step-rate) - 1px),${X} calc(var(--step-rate) - 1px),${X} var(--step-rate)
467
+ )}:host([orientation='vertical'][step]) .track::after{inset:-2px 0}:host([disabled]) .track{background-color:${to}}: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:${Rt};position:absolute;height:100%;left:0;border-radius:${T}}:host([disabled]) .track-start{background-color:${k}}:host(:hover) .track-start{background-color:${oo}}:host([disabled]:hover) .track-start{background-color:${k}}.track-start:active{background-color:${ro}}:host([orientation='vertical']) .track-start{height:auto;width:100%;bottom:0}`.withBehaviors(Ae(f`
468
+ .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}`));function Hu(o={}){return v`<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?!0:void 0}" aria-readonly="${e=>e.readOnly?!0:void 0}" aria-orientation="${e=>e.orientation}" class="${e=>e.orientation}"><div part="positioning-region" class="positioning-region"><div ${$e("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 ${$e("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">${J(o.thumb)}</slot></div></div></template>`}const Vu=Hu({thumb:'<div class="thumb-cursor" tabindex="0"></div>'}),ju=q.compose({name:`${b.prefix}-slider`,template:Vu,styles:Nu});ju.define(b.registry);var qu=Object.defineProperty,Wu=Object.getOwnPropertyDescriptor,Vn=(o,e,t,r)=>{for(var i=r>1?void 0:r?Wu(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&qu(e,t,i),i};class gi extends C{constructor(){super(),this.elementInternals=this.attachInternals(),this.elementInternals.role="progressbar"}}Vn([a],gi.prototype,"size",2),Vn([a],gi.prototype,"appearance",2);const Gu=f`
469
+ ${z("flex")}
470
+
471
+ :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:${ws};stroke-width:1.5px}:host([appearance='inverted']) .background{stroke:rgba(255,255,255,0.2)}.indicator{stroke:${ks};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']) .indicator{stroke:${Ua}}@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)}}`,Xu=v`<slot name="indicator"><svg class="progress" part="progress" viewBox="0 0 16 16"><circle class="background" cx="8px" cy="8px" r="7px"></circle><circle class="indicator" cx="8px" cy="8px" r="7px"></circle></svg></slot>`,Uu=gi.compose({name:`${b.prefix}-spinner`,template:Xu,styles:Gu});Uu.define(b.registry);class Ku extends C{}class Yu extends ni(Ku){constructor(){super(...arguments),this.proxy=document.createElement("input")}}var Qu=Object.defineProperty,Zu=Object.getOwnPropertyDescriptor,bi=(o,e,t,r)=>{for(var i=r>1?void 0:r?Zu(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Qu(e,t,i),i};class gr extends Yu{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(!this.readOnly)switch(e.key){case gt:case Lt:this.checked=!this.checked;break}},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)}}bi([a({attribute:"label-position"})],gr.prototype,"labelPosition",2),bi([a({attribute:"readonly",mode:"boolean"})],gr.prototype,"readOnly",2),bi([$],gr.prototype,"defaultSlottedNodes",2);function Ju(o={}){return v`<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 ${G("defaultSlottedNodes")}></slot></label><div part="switch" class="switch"><slot name="switch">${J(o.switch)}</slot></div></template>`}const ep=Ju({switch:'<span class="checked-indicator" part="checked-indicator"></span>'}),tp=f`
472
+ ${z("inline-flex")}
473
+
474
+ :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:${N};line-height:${E};font-size:${F};font-weight:${O};font-family:${y};padding:${qs} ${we};cursor:pointer}.label__hidden{display:none}.switch{display:flex;align-items:center;padding:0 ${$t};box-sizing:border-box;width:40px;height:20px;background-color:${te};border:1px solid ${Ge};border-radius:${le};outline:none;cursor:pointer;margin:${H} ${K}}:host(:hover) .switch{background:none;border-color:${so}}:host(:active) .switch{border-color:${no}}:host([disabled]) .switch,:host([readonly]) .switch{border:1px solid ${et};background-color:none;pointer:default}:host([aria-checked='true']) .switch{background:${Rt}}:host([aria-checked='true']:hover) .switch{background:${oo};border-color:${oo}}:host([aria-checked='true']:active) .switch{background:${ro};border-color:${ro}}:host([aria-checked='true'][disabled]) .switch{background:${to};border-color:${et}}.checked-indicator{height:14px;width:14px;border-radius:50%;margin-inline-start:0;background-color:${ee};transition-duration:${Xs};transition-timing-function:${Zo};transition-property:margin-inline-start}:host([aria-checked='true']) .checked-indicator{background-color:${No};margin-inline-start:calc(100% - 14px)}:host([aria-checked='true']:hover) .checked-indicator{background:${_a}}:host([aria-checked='true']:active) .checked-indicator{background:${Ma}}:host(:hover) .checked-indicator{background-color:${Oa}}:host(:active) .checked-indicator{background-color:${Ea}}:host([disabled]) .checked-indicator,:host([readonly]) .checked-indicator{background:${k}}:host([aria-checked='true'][disabled]) .checked-indicator{background:${k}}:host(:focus-visible){border-color:${Ce};outline:${Nt} solid ${Ce};box-shadow:${uo},0 0 0 2px ${Ee}}`.withBehaviors(Ae(f`
475
+ .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}`)),op=gr.compose({name:`${b.prefix}-switch`,template:ep,styles:tp});op.define(b.registry);class rp extends C{}function ip(){return v`<template slot="tabpanel" role="tabpanel"><slot></slot></template>`}const sp=ip(),np=f`
476
+ ${z("block")}
477
+
478
+ :host{box-sizing:border-box;padding:${yt} ${Xe}}`,ap=rp.compose({name:`${b.prefix}-tab-panel`,template:sp,styles:np});ap.define(b.registry);var lp=Object.defineProperty,cp=Object.getOwnPropertyDescriptor,dp=(o,e,t,r)=>{for(var i=r>1?void 0:r?cp(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&lp(e,t,i),i};class mi extends C{connectedCallback(){super.connectedCallback(),this.styles!==void 0&&this.$fastController.removeStyles(this.styles),this.styles=f`
479
+ :host{--textContent:'${this.textContent}'}`,this.$fastController.addStyles(this.styles)}}dp([a({mode:"boolean"})],mi.prototype,"disabled",2),Oe(mi,je);function hp(o={}){return v`<template slot="tab" role="tab" aria-disabled="${e=>e.disabled}">${We(o)}<span class="tab-content"><slot></slot></span>${qe(o)}</template>`}const up=hp({}),pp=f`
480
+ ${z("inline-flex")}
481
+
482
+ :host{position:relative;flex-direction:column;cursor:pointer;box-sizing:border-box;justify-content:center;line-height:${E};font-family:${y};font-size:${F};color:${pe};fill:currentcolor;grid-row:1;padding:${yt} ${Xe};border-radius:${T}}:host .tab-content{display:inline-flex;flex-direction:column;padding:0 2px}:host([aria-selected='true']){color:${N};font-weight:${M}}:host .tab-content::after{content:var(--textContent);visibility:hidden;height:0;line-height:${E};font-weight:${M}}:host([aria-selected='true'])::after{background-color:${Gr};border-radius:${le};content:'';inset:0;position:absolute;z-index:2}:host([aria-selected='false']:hover)::after{background-color:${ao};border-radius:${le};content:'';inset:0;position:absolute;z-index:1}:host([aria-selected='true'][disabled])::after{background-color:${k}}::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:${k};color:${k}}:host([disabled]:hover)::after{background-color:unset}:host(:focus){outline:none}:host(:focus-visible){border-radius:${ke};box-shadow:0 0 0 3px ${Ee};outline:1px solid ${co}}`.withBehaviors(Ae(f`
483
+ :host([aria-selected='true'])::after{background-color:Highlight}`)),fp=mi.compose({name:`${b.prefix}-tab`,template:up,styles:pp});fp.define(b.registry);const gp={subtle:"subtle",transparent:"transparent"},br=ne;var bp=Object.defineProperty,mp=Object.getOwnPropertyDescriptor,Tt=(o,e,t,r)=>{for(var i=r>1?void 0:r?mp(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&bp(e,t,i),i};class wo extends C{constructor(){super(...arguments),this.orientation=br.horizontal,this.prevActiveTabIndex=0,this.activeTabIndex=0,this.change=()=>{this.$emit("change",this.activetab)},this.isDisabledElement=e=>e.getAttribute("aria-disabled")==="true",this.isHiddenElement=e=>e.hasAttribute("hidden"),this.isFocusableElement=e=>!this.isDisabledElement(e)&&!this.isHiddenElement(e),this.handleTabClick=e=>{const t=e.currentTarget;t.nodeType===1&&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 At:e.preventDefault(),this.adjustBackward(e);break;case Ot:e.preventDefault(),this.adjustForward(e);break}else switch(e.key){case Et:e.preventDefault(),this.adjustBackward(e);break;case Ft:e.preventDefault(),this.adjustForward(e);break}switch(e.key){case Ro:e.preventDefault(),this.adjust(-this.activeTabIndex);break;case Do:e.preventDefault(),this.adjust(this.tabs.length-this.activeTabIndex-1);break}}}orientationChanged(){this.$fastController.isConnected&&this.setTabs()}activeidChanged(e,t){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.prevActiveTabIndex=this.tabs.findIndex(r=>r.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 this.activeid!==void 0?this.tabIds.indexOf(this.activeid)===-1?0:this.tabIds.indexOf(this.activeid):0}setTabs(){const e="gridColumn",t="gridRow",r=this.isHorizontal()?e:t;this.activeTabIndex=this.getActiveIndex(),this.tabs.forEach((i,s)=>{if(i.slot==="tab"){const n=this.activeTabIndex===s&&this.isFocusableElement(i),c=this.tabIds[s],h=this.tabpanelIds[s];i.setAttribute("id",c),i.setAttribute("aria-selected",n?"true":"false"),i.setAttribute("aria-controls",h),i.addEventListener("click",this.handleTabClick),i.addEventListener("keydown",this.handleTabKeyDown),i.setAttribute("tabindex",n?"0":"-1"),n&&(this.activetab=i,this.activeid=c)}i.style[e]="",i.style[t]="",i.style[r]=`${s+1}`,this.isHorizontal()?i.classList.remove("vertical"):i.classList.add("vertical")}),this.setTabPanels()}setTabPanels(){this.tabpanels.forEach((e,t)=>{const r=this.tabIds[t],i=this.tabpanelIds[t];e.setAttribute("id",i),e.setAttribute("aria-labelledby",r),this.activeTabIndex!==t?e.setAttribute("hidden",""):e.removeAttribute("hidden")})}getTabIds(){return this.tabs.map(e=>e.getAttribute("id")??`tab-${Mr()}`)}getTabPanelIds(){return this.tabpanels.map(e=>e.getAttribute("id")??`panel-${Mr()}`)}setComponent(){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.focusTab(),this.change())}isHorizontal(){return this.orientation===br.horizontal}adjust(e){const t=this.tabs.filter(n=>this.isFocusableElement(n)),r=t.indexOf(this.activetab),i=_r(0,t.length-1,r+e),s=this.tabs.indexOf(t[i]);s>-1&&this.moveToTabByIndex(this.tabs,s)}adjustForward(e){const t=this.tabs;let r=0;for(r=this.activetab?t.indexOf(this.activetab)+1:1,r===t.length&&(r=0);r<t.length&&t.length>1;)if(this.isFocusableElement(t[r])){this.moveToTabByIndex(t,r);break}else{if(this.activetab&&r===t.indexOf(this.activetab))break;r+1>=t.length?r=0:r+=1}}adjustBackward(e){const t=this.tabs;let r=0;for(r=this.activetab?t.indexOf(this.activetab)-1:0,r=r<0?t.length-1:r;r>=0&&t.length>1;)if(this.isFocusableElement(t[r])){this.moveToTabByIndex(t,r);break}else r-1<0?r=t.length-1:r-=1}moveToTabByIndex(e,t){const r=e[t];this.activetab=r,this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=t,r.focus(),this.setComponent()}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}Tt([a],wo.prototype,"orientation",2),Tt([a],wo.prototype,"activeid",2),Tt([$],wo.prototype,"tabs",2),Tt([$],wo.prototype,"tabpanels",2);class Co extends wo{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=gp.transparent}calculateAnimationProperties(e){this.activeTabOffset=this.getTabPosition(e),this.activeTabScale=this.getTabScale(e)}getTabPosition(e){return this.orientation===br.horizontal?this.previousActiveTabData.x-(e.getBoundingClientRect().x-this.getBoundingClientRect().x):this.previousActiveTabData.y-(e.getBoundingClientRect().y-this.getBoundingClientRect().y)}getTabScale(e){return this.orientation===br.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(){if(this.tabs&&this.tabs.length>0){const e=this.tabs,r=(this.activetab||e[0])?.getBoundingClientRect(),i=this.getBoundingClientRect();this.activeTabData={x:r.x-i.x,y:r.y-i.y,height:r.height,width:r.width},this.previousActiveTabData?.x!==this.activeTabData?.x&&this.previousActiveTabData?.y!==this.activeTabData?.y&&(this.previousActiveTabData=this.activeTabData)}}setTabOffsetCSSVar(){this.styles=f`
484
+ :host{--tabIndicatorOffset:${this.activeTabOffset.toString()}px}`,this.$fastController.addStyles(this.styles)}setTabScaleCSSVar(){this.styles=f`
485
+ :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()}}Tt([a],Co.prototype,"appearance",2),Tt([a({mode:"boolean"})],Co.prototype,"disabled",2),Tt([a],Co.prototype,"size",2),Oe(Co,je);function vp(o={}){return v` ${We(o)}<div class="tablist" part="tablist" role="tablist"><slot name="tab" ${G("tabs")}></slot></div>${qe(o)}<div class="tabpanel" part="tabpanel"><slot name="tabpanel" ${G("tabpanels")}></slot></div>`}const $p=vp({}),yp=f`
486
+ ${z("grid")}
487
+
488
+ :host{box-sizing:border-box;font-family:${y};font-size:${F};line-height:${E};color:${pe};grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr}:host([disabled]){cursor:not-allowed;color:${k}}:host([disabled]) ::slotted(fluent-tab){pointer-events:none;cursor:not-allowed;color:${k}}:host([disabled]) ::slotted(fluent-tab:after){background-color:${k}}:host([disabled]) ::slotted(fluent-tab[aria-selected='true'])::after{background-color:${k}}:host([disabled]) ::slotted(fluent-tab:hover):before{content:unset}:host ::slotted(fluent-tab){border-radius:${T}}:host ::slotted(fluent-tab[aria-selected='true'])::before{background-color:${k}}.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:${Vo};color:${Dr};fill:${Nr}}:host([appearance='subtle']) ::slotted(fluent-tab:active){background-color:${Jt};fill:${Jt};color:${N}}:host([size='small']) ::slotted(fluent-tab){font-size:${F};line-height:${E};padding:${po} ${ot}}:host([size='large']) ::slotted(fluent-tab){font-size:${fe};line-height:${Se};padding:${yc} ${Xe}}:host ::slotted(fluent-tab[data-animate='true'])::after{transition-property:transform;transition-duration:${kc};transition-timing-function:${Ys}}:host ::slotted(fluent-tab)::after{height:${tt};margin-top:auto;transform-origin:left;transform:translateX(var(--tabIndicatorOffset)) scaleX(var(--tabIndicatorScale))}:host([orientation='vertical']) ::slotted(fluent-tab)::after{width:${tt};height:unset;margin-top:unset;transform-origin:top;transform:translateY(var(--tabIndicatorOffset)) scaleY(var(--tabIndicatorScale))}:host ::slotted(fluent-tab)::before{height:${tt};border-radius:${le};content:'';inset:0;position:absolute;margin-top:auto}:host([orientation='vertical']) ::slotted(fluent-tab)::before{height:unset;width:${tt};margin-inline-end:auto;transform-origin:top}:host ::slotted(fluent-tab[aria-selected='false']:hover)::after{height:${tt};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:${tt}}:host([orientation='vertical']) ::slotted(fluent-tab){align-items:flex-start;grid-column:2;padding-top:${po};padding-bottom:${po}}:host([orientation='vertical'][size='small']) ::slotted(fluent-tab){padding-top:${js};padding-bottom:${js}}:host([orientation='vertical'][size='large']) ::slotted(fluent-tab){padding-top:${H};padding-bottom:${H}}:host([size='small']) ::slotted(fluent-tab)::after,:host([size='small']) ::slotted(fluent-tab)::before,:host([size='small']) ::slotted(fluent-tab:hover)::after{right:${ot};left:${ot}}:host ::slotted(fluent-tab)::after,:host ::slotted(fluent-tab)::before,:host ::slotted(fluent-tab:hover)::after{right:${Xe};left:${Xe}}:host([size='large']) ::slotted(fluent-tab)::after,:host([size='large']) ::slotted(fluent-tab)::before,:host([size='large']) ::slotted(fluent-tab:hover)::after{right:${Xe};left:${Xe}}: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:${po};bottom:${po}}: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:${H};bottom:${H}}: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:${Ws};bottom:${Ws}}`,xp=Co.compose({name:`${b.prefix}-tabs`,template:$p,styles:yp});xp.define(b.registry);const kp={email:"email",password:"password",tel:"tel",text:"text",url:"url"},wp=["date","datetime-local","email","month","number","password","search","tel","text","time","url","week"];var Cp=Object.defineProperty,Sp=Object.getOwnPropertyDescriptor,L=(o,e,t,r)=>{for(var i=r>1?void 0:r?Sp(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Cp(e,t,i),i};class P extends C{constructor(){super(...arguments),this.type=kp.text,this._value=this.initialValue,this.dirtyValue=!1,this.elementInternals=this.attachInternals()}defaultSlottedNodesChanged(e,t){this.$fastController.isConnected&&(this.controlLabel.hidden=!t?.length)}initialValueChanged(){this.dirtyValue||(this.value=this.initialValue)}readonlyChanged(){this.$fastController.isConnected&&(this.elementInternals.ariaReadOnly=`${!!this.readonly}`)}requiredChanged(e,t){this.$fastController.isConnected&&(this.elementInternals.ariaRequired=`${!!t}`)}get validity(){return this.elementInternals.validity}get validationMessage(){return this.elementInternals.validationMessage}get value(){return S.track(this,"value"),this._value}set value(e){this._value=e,this.$fastController.isConnected&&(this.control.value=e,this.setFormValue(e),this.setValidity(),S.notify(this,"value"))}get willValidate(){return this.elementInternals.willValidate}get form(){return this.elementInternals.form}changeHandler(e){e.preventDefault(),this.setValidity(),this.$emit("change",e,{bubbles:!0,cancelable:!1,composed:!1})}connectedCallback(){super.connectedCallback(),this.addEventListener("keypress",this.keypressHandler),this.setFormValue(this.value),this.setValidity()}disconnectedCallback(){this.removeEventListener("keypress",this.keypressHandler),super.disconnectedCallback()}formResetCallback(){this.value=this.initialValue,this.dirtyValue=!1}implicitSubmit(){if(!this.elementInternals.form)return;if(this.elementInternals.form.elements.length===1){this.elementInternals.form.requestSubmit();return}const e=[...this.elementInternals.form.elements],t=e.find(i=>i.getAttribute("type")==="submit");if(t){t.click();return}e.filter(i=>wp.includes(i.getAttribute("type")??"")).length>1||this.elementInternals.form.requestSubmit()}inputHandler(e){return this.dirtyValue=!0,this.value=this.control.value,!0}keypressHandler(e){return e.key===gt&&this.implicitSubmit(),!0}select(){this.control.select(),this.$emit("select")}setFormValue(e,t){this.elementInternals.setFormValue(e,e??t)}setValidity(e=this.control.validity,t=this.control.validationMessage,r=this.control){if(this.disabled){this.elementInternals.setValidity({});return}this.elementInternals.setValidity(e,t??"",r)}}P.formAssociated=!0,L([a],P.prototype,"appearance",2),L([a],P.prototype,"autocomplete",2),L([a({mode:"boolean"})],P.prototype,"autofocus",2),L([a({attribute:"control-size"})],P.prototype,"controlSize",2),L([$],P.prototype,"defaultSlottedNodes",2),L([a],P.prototype,"dirname",2),L([a({mode:"boolean"})],P.prototype,"disabled",2),L([a({attribute:"form"})],P.prototype,"formAttribute",2),L([a({attribute:"value",mode:"fromView"})],P.prototype,"initialValue",2),L([a],P.prototype,"list",2),L([a({converter:ue})],P.prototype,"maxlength",2),L([a({converter:ue})],P.prototype,"minlength",2),L([a({mode:"boolean"})],P.prototype,"multiple",2),L([a],P.prototype,"name",2),L([a],P.prototype,"pattern",2),L([a],P.prototype,"placeholder",2),L([a({attribute:"readonly",mode:"boolean"})],P.prototype,"readonly",2),L([a({mode:"boolean"})],P.prototype,"required",2),L([a({converter:ue})],P.prototype,"size",2),L([a({converter:{fromView:o=>typeof o=="string"?["true",""].includes(o.trim().toLowerCase()):null,toView:o=>o.toString()}})],P.prototype,"spellcheck",2),L([a],P.prototype,"type",2),L([$],P.prototype,"controlLabel",2),Oe(P,je);const Tp=f`
489
+ ${z("block")}
490
+
491
+ :host{font-family:${y};font-size:${F};font-weight:${O};line-height:${E};max-width:400px}.label{display:flex;color:${N};padding-bottom:${qs};flex-shrink:0;padding-inline-end:${we}}.label[hidden],:host(:empty) .label{display:none}.root{position:relative;box-sizing:border-box;height:32px;display:inline-flex;align-items:center;flex-direction:row;width:100%;padding:0 ${Xe};border:${oe} solid ${mt};border-bottom-color:${Ge};border-radius:${T};gap:${$t}}.root::after{box-sizing:border-box;content:'';position:absolute;left:-1px;bottom:0px;right:-1px;height:max(2px,${T});border-radius:0 0 ${T} ${T};border-bottom:2px solid ${Gr};clip-path:inset(calc(100% - 2px) 1px 0px);transform:scaleX(0);transition-property:transform;transition-duration:${xc};transition-delay:${Ks}}.control{width:100%;height:100%;box-sizing:border-box;color:${N};border-radius:${T};background:${te};font-family:${y};font-weight:${O};font-size:${F};border:none;background:transparent;vertical-align:center}.control:focus-visible{outline:0;border:0}.control::placeholder{color:${La}}:host ::slotted([slot='start']),:host ::slotted([slot='end']){display:flex;align-items:center;justify-content:center;color:${ee};font-size:${vt}}:host ::slotted([slot='start']){padding-right:${$t}}:host ::slotted([slot='end']){padding-left:${$t};gap:${we}}:host(:hover) .root{border-color:${ao};border-bottom-color:${so}}:host(:active) .root{border-color:${qo}}:host(:focus-within) .root{outline:transparent solid 2px;border-bottom:0}:host(:focus-within) .root::after{transform:scaleX(1);transition-property:transform;transition-duration:${Xs};transition-delay:${Qs}}:host(:focus-within:active) .root:after{border-bottom-color:${Xr}}:host([appearance='outline']:focus-within) .root{border:${oe} solid ${mt}}:host(:focus-within) .control{color:${N}}:host([disabled]) .root{background:${te};border:${oe} solid ${et}}:host([disabled]) .control::placeholder,:host([disabled]) ::slotted([slot='start']),:host([disabled]) ::slotted([slot='end']){color:${k}}::selection{color:${No};background-color:${Va}}:host([control-size='small']) .control{font-size:${U};font-weight:${O};line-height:${ge}}:host([control-size='small']) .root{height:24px;gap:${$t};padding:0 ${ot}}:host([control-size='small']) ::slotted([slot='start']),:host([control-size='small']) ::slotted([slot='end']){font-size:${fe}}:host([control-size='large']) .control{font-size:${fe};font-weight:${O};line-height:${Se}}:host([control-size='large']) .root{height:40px;gap:${K};padding:0 ${yt}}:host([control-size='large']) ::slotted([slot='start']),:host([control-size='large']) ::slotted([slot='end']){font-size:${Go}}:host([appearance='underline']) .root{background:${te};border:0;border-radius:0;border-bottom:${oe} solid ${Ge}}:host([appearance='underline']:hover) .root{border-bottom-color:${so}}:host([appearance='underline']:active) .root{border-bottom-color:${no}}:host([appearance='underline']:focus-within) .root{border:0;border-bottom-color:${no}}:host([appearance='underline'][disabled]) .root{border-bottom-color:${et}}:host([appearance='filled-lighter']) .root,:host([appearance='filled-darker']) .root{border:${oe} solid ${Ce};box-shadow:${ti}}:host([appearance='filled-lighter']) .root{background:${X}}:host([appearance='filled-darker']) .root{background:${vs}}:host([appearance='filled-lighter']:hover) .root,:host([appearance='filled-darker']:hover) .root{border-color:${Cs}}:host([appearance='filled-lighter']:active) .root,:host([appearance='filled-darker']:active) .root{border-color:${Cs};background:${vs}}`;function Pp(o={}){return v`<label part="label" for="control" class="label" ${$e("controlLabel")}><slot ${G({property:"defaultSlottedNodes",filter:fs})}></slot></label><div class="root" part="root">${We(o)}<input class="control" part="control" id="control" @change="${(e,t)=>e.changeHandler(t.event)}" @input="${(e,t)=>e.inputHandler(t.event)}" ?autofocus="${e=>e.autofocus}" autocomplete="${e=>e.autocomplete}" ?disabled="${e=>e.disabled}" list="${e=>e.list}" maxlength="${e=>e.maxlength}" minlength="${e=>e.minlength}" ?multiple="${e=>e.multiple}" name="${e=>e.name}" pattern="${e=>e.pattern}" placeholder="${e=>e.placeholder}" ?readonly="${e=>e.readonly}" ?required="${e=>e.required}" size="${e=>e.size}" spellcheck="${e=>e.spellcheck}" type="${e=>e.type}" value="${e=>e.initialValue}" ${$e("control")} />${qe(o)}</div>`}const Ip=Pp(),Bp=P.compose({name:`${b.prefix}-text-input`,template:Ip,styles:Tp});Bp.define(b.registry);var zp=Object.defineProperty,Fp=Object.getOwnPropertyDescriptor,Re=(o,e,t,r)=>{for(var i=r>1?void 0:r?Fp(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&zp(e,t,i),i};class Ie extends C{constructor(){super(...arguments),this.nowrap=!1,this.truncate=!1,this.italic=!1,this.underline=!1,this.strikethrough=!1,this.block=!1}}Re([a({mode:"boolean"})],Ie.prototype,"nowrap",2),Re([a({mode:"boolean"})],Ie.prototype,"truncate",2),Re([a({mode:"boolean"})],Ie.prototype,"italic",2),Re([a({mode:"boolean"})],Ie.prototype,"underline",2),Re([a({mode:"boolean"})],Ie.prototype,"strikethrough",2),Re([a({mode:"boolean"})],Ie.prototype,"block",2),Re([a],Ie.prototype,"size",2),Re([a],Ie.prototype,"font",2),Re([a],Ie.prototype,"weight",2),Re([a],Ie.prototype,"align",2);const Ap=f`
492
+ ${z("inline")}
493
+
494
+ :host{contain:content}::slotted(*){font-family:${y};font-size:${F};line-height:${E};font-weight:${O};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:${ho};line-height:${Uo}}:host([size='200']) ::slotted(*){font-size:${U};line-height:${ge}}:host([size='400']) ::slotted(*){font-size:${fe};line-height:${Se}}:host([size='500']) ::slotted(*){font-size:${vt};line-height:${Ko}}:host([size='600']) ::slotted(*){font-size:${Go};line-height:${Ls}}:host([size='700']) ::slotted(*){font-size:${Fs};line-height:${_s}}:host([size='800']) ::slotted(*){font-size:${As};line-height:${Ms}}:host([size='900']) ::slotted(*){font-size:${Os};line-height:${Ds}}:host([size='1000']) ::slotted(*){font-size:${Es};line-height:${Rs}}:host([font='monospace']) ::slotted(*){font-family:${pc}}:host([font='numeric']) ::slotted(*){font-family:${fc}}:host([weight='medium']) ::slotted(*){font-weight:${gc}}:host([weight='semibold']) ::slotted(*){font-weight:${M}}:host([weight='bold']) ::slotted(*){font-weight:${Xo}}:host([align='center']) ::slotted(*){text-align:center}:host([align='end']) ::slotted(*){text-align:end}:host([align='justify']) ::slotted(*){text-align:justify}`,Op=v`<slot></slot>`,Ep=Ie.compose({name:`${b.prefix}-text`,template:Op,styles:Ap});Ep.define(b.registry);var Lp=Object.defineProperty,_p=Object.getOwnPropertyDescriptor,jn=(o,e,t,r)=>{for(var i=r>1?void 0:r?_p(e,t):e,s=o.length-1,n;s>=0;s--)(n=o[s])&&(i=(r?n(e,t,i):n(i))||i);return r&&i&&Lp(e,t,i),i};class vi extends A{pressedChanged(){this.setPressedState()}mixedChanged(){this.setPressedState()}press(){this.pressed=!this.pressed}connectedCallback(){super.connectedCallback(),this.setPressedState()}setPressedState(){if(this.$fastController.isConnected){const e=`${this.mixed?"mixed":!!this.pressed}`;this.elementInternals.ariaPressed=e,this.setAttribute("aria-pressed",e)}}}jn([a({mode:"boolean"})],vi.prototype,"pressed",2),jn([a({mode:"boolean"})],vi.prototype,"mixed",2);const Mp=f`
495
+ ${or}
496
+
497
+ :host([aria-pressed='true']){border-color:${mt};background-color:${ms};color:${N};border-width:${oe}}:host([aria-pressed='true']:hover){border-color:${ao};background-color:${Ho}}:host([aria-pressed='true']:active){border-color:${qo};background-color:${jr}}:host([aria-pressed='true'][appearance='primary']){border-color:transparent;background-color:${Ga};color:${xe}}:host([aria-pressed='true'][appearance='primary']:hover){background-color:${qr}}:host([aria-pressed='true'][appearance='primary']:active){background-color:${Wr}}:host([aria-pressed='true'][appearance='subtle']){border-color:transparent;background-color:${ja};color:${Fa}}:host([aria-pressed='true'][appearance='subtle']:hover){background-color:${Vo};color:${Qt}}:host([aria-pressed='true'][appearance='subtle']:active){background-color:${Jt};color:${Zt}}:host([aria-pressed='true'][appearance='outline']),:host([aria-pressed='true'][appearance='transparent']){background-color:${qa}}:host([aria-pressed='true'][appearance='outline']:hover),:host([aria-pressed='true'][appearance='transparent']:hover){background-color:${Dt}}:host([aria-pressed='true'][appearance='outline']:active),:host([aria-pressed='true'][appearance='transparent']:active){background-color:${eo}}:host([aria-pressed='true'][appearance='transparent']){border-color:transparent;color:${Aa}}:host([aria-pressed='true'][appearance='transparent']:hover){color:${_t}}:host([aria-pressed='true'][appearance='transparent']:active){color:${Mt}}`.withBehaviors(Ae(f`
498
+ :host([aria-pressed='true']),:host([aria-pressed='true'][appearance='primary']),:host([aria-pressed='true'][appearance='subtle']),:host([aria-pressed='true'][appearance='outline']),:host([aria-pressed='true'][appearance='transparent']){background:SelectedItem;color:SelectedItemText}`)),Dp=si(),Rp=vi.compose({name:`${b.prefix}-toggle-button`,template:Dp,styles:Mp});Rp.define(b.registry);