@ni/nimble-components 11.7.2 → 11.8.2

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 (33) hide show
  1. package/dist/all-components-bundle.js +279 -152
  2. package/dist/all-components-bundle.js.map +1 -1
  3. package/dist/all-components-bundle.min.js +1195 -1072
  4. package/dist/all-components-bundle.min.js.map +1 -1
  5. package/dist/esm/all-components.d.ts +1 -0
  6. package/dist/esm/all-components.js +1 -0
  7. package/dist/esm/all-components.js.map +1 -1
  8. package/dist/esm/breadcrumb/styles.js +4 -6
  9. package/dist/esm/breadcrumb/styles.js.map +1 -1
  10. package/dist/esm/breadcrumb-item/styles.js +2 -2
  11. package/dist/esm/breadcrumb-item/styles.js.map +1 -1
  12. package/dist/esm/card-button/index.d.ts +17 -0
  13. package/dist/esm/card-button/index.js +40 -0
  14. package/dist/esm/card-button/index.js.map +1 -0
  15. package/dist/esm/card-button/styles.d.ts +1 -0
  16. package/dist/esm/card-button/styles.js +143 -0
  17. package/dist/esm/card-button/styles.js.map +1 -0
  18. package/dist/esm/switch/styles.js +4 -6
  19. package/dist/esm/switch/styles.js.map +1 -1
  20. package/dist/esm/text-field/styles.js +4 -7
  21. package/dist/esm/text-field/styles.js.map +1 -1
  22. package/dist/esm/tooltip/styles.js +4 -11
  23. package/dist/esm/tooltip/styles.js.map +1 -1
  24. package/dist/esm/utilities/style/appearance.d.ts +2 -2
  25. package/dist/esm/utilities/style/appearance.js +3 -3
  26. package/dist/esm/utilities/style/appearance.js.map +1 -1
  27. package/dist/esm/utilities/style/multivalue-property-stylesheet-behavior.d.ts +37 -0
  28. package/dist/esm/utilities/style/multivalue-property-stylesheet-behavior.js +56 -0
  29. package/dist/esm/utilities/style/multivalue-property-stylesheet-behavior.js.map +1 -0
  30. package/dist/esm/utilities/style/theme.d.ts +10 -15
  31. package/dist/esm/utilities/style/theme.js +23 -55
  32. package/dist/esm/utilities/style/theme.js.map +1 -1
  33. package/package.json +1 -1
@@ -60,18 +60,18 @@ const t=this.target.$fastView
60
60
  void 0!==t&&t.isComposed&&(t.unbind(),t.needsBindOnly=!0)}function _(){this.target.removeEventListener(this.targetName,this),this.source=null,this.context=null}function z(t){h.setAttribute(this.target,this.targetName,t)}function I(t){h.setBooleanAttribute(this.target,this.targetName,t)}function O(t){if(null==t&&(t=""),t.create){this.target.textContent=""
61
61
  let e=this.target.$fastView
62
62
  void 0===e?e=t.create():this.target.$fastTemplate!==t&&(e.isComposed&&(e.remove(),e.unbind()),e=t.create()),e.isComposed?e.needsBindOnly&&(e.needsBindOnly=!1,e.bind(this.source,this.context)):(e.isComposed=!0,e.bind(this.source,this.context),e.insertBefore(this.target),this.target.$fastView=e,this.target.$fastTemplate=t)}else{const e=this.target.$fastView
63
- void 0!==e&&e.isComposed&&(e.isComposed=!1,e.remove(),e.needsBindOnly?e.needsBindOnly=!1:e.unbind()),this.target.textContent=t}}function S(t){this.target[this.targetName]=t}function A(t){const e=this.classVersions||Object.create(null),i=this.target
63
+ void 0!==e&&e.isComposed&&(e.isComposed=!1,e.remove(),e.needsBindOnly?e.needsBindOnly=!1:e.unbind()),this.target.textContent=t}}function A(t){this.target[this.targetName]=t}function S(t){const e=this.classVersions||Object.create(null),i=this.target
64
64
  let s=this.version||0
65
65
  if(null!=t&&t.length){const o=t.split(/\s+/)
66
66
  for(let t=0,n=o.length;t<n;++t){const n=o[t]
67
67
  ""!==n&&(e[n]=s,i.classList.add(n))}}if(this.classVersions=e,this.version=s+1,0!==s){s-=1
68
- for(const t in e)e[t]===s&&i.classList.remove(t)}}class E extends w{constructor(t){super(),this.binding=t,this.bind=y,this.unbind=C,this.updateTarget=z,this.isBindingVolatile=p.isVolatileBinding(this.binding)}get targetName(){return this.originalTargetName}set targetName(t){if(this.originalTargetName=t,void 0!==t)switch(t[0]){case":":if(this.cleanedTargetName=t.substr(1),this.updateTarget=S,"innerHTML"===this.cleanedTargetName){const t=this.binding
68
+ for(const t in e)e[t]===s&&i.classList.remove(t)}}class E extends w{constructor(t){super(),this.binding=t,this.bind=y,this.unbind=C,this.updateTarget=z,this.isBindingVolatile=p.isVolatileBinding(this.binding)}get targetName(){return this.originalTargetName}set targetName(t){if(this.originalTargetName=t,void 0!==t)switch(t[0]){case":":if(this.cleanedTargetName=t.substr(1),this.updateTarget=A,"innerHTML"===this.cleanedTargetName){const t=this.binding
69
69
  this.binding=(e,i)=>h.createHTML(t(e,i))}break
70
70
  case"?":this.cleanedTargetName=t.substr(1),this.updateTarget=I
71
71
  break
72
72
  case"@":this.cleanedTargetName=t.substr(1),this.bind=$,this.unbind=_
73
73
  break
74
- default:this.cleanedTargetName=t,"class"===t&&(this.updateTarget=A)}}targetAtContent(){this.updateTarget=O,this.unbind=k}createBehavior(t){return new H(t,this.binding,this.isBindingVolatile,this.bind,this.unbind,this.updateTarget,this.cleanedTargetName)}}class H{constructor(t,e,i,s,o,n,r){this.source=null,this.context=null,this.bindingObserver=null,this.target=t,this.binding=e,this.isBindingVolatile=i,this.bind=s,this.unbind=o,this.updateTarget=n,this.targetName=r}handleChange(){this.updateTarget(this.bindingObserver.observe(this.source,this.context))}handleEvent(t){m.setEvent(t)
74
+ default:this.cleanedTargetName=t,"class"===t&&(this.updateTarget=S)}}targetAtContent(){this.updateTarget=O,this.unbind=k}createBehavior(t){return new H(t,this.binding,this.isBindingVolatile,this.bind,this.unbind,this.updateTarget,this.cleanedTargetName)}}class H{constructor(t,e,i,s,o,n,r){this.source=null,this.context=null,this.bindingObserver=null,this.target=t,this.binding=e,this.isBindingVolatile=i,this.bind=s,this.unbind=o,this.updateTarget=n,this.targetName=r}handleChange(){this.updateTarget(this.bindingObserver.observe(this.source,this.context))}handleEvent(t){m.setEvent(t)
75
75
  const e=this.binding(this.source,this.context)
76
76
  m.setEvent(null),!0!==e&&t.preventDefault()}}let M=null
77
77
  class V{addFactory(t){t.targetIndex=this.targetIndex,this.behaviorFactories.push(t)}captureContentBinding(t){t.targetAtContent(),this.addFactory(t)}reset(){this.behaviorFactories=[],this.targetIndex=-1}release(){M=this}static borrow(t){const e=M||new V
@@ -313,11 +313,11 @@ class It{constructor(t,e){this.container=t,this.key=e}instance(t){return this.re
313
313
  return this.container=this.key=void 0,i.registerResolver(s,new Pt(s,t,e))}}function Ot(t){const e=t.slice(),i=Object.keys(t),s=i.length
314
314
  let o
315
315
  for(let n=0;n<s;++n)o=i[n],se(o)||(e[o]=t[o])
316
- return e}const St=Object.freeze({none(t){throw Error(`${t.toString()} not registered, did you forget to add @singleton()?`)},singleton:t=>new Pt(t,1,t),transient:t=>new Pt(t,2,t)}),At=Object.freeze({default:Object.freeze({parentLocator:()=>null,responsibleForOwnerRequests:!1,defaultResolver:St.singleton})}),Et=new Map
316
+ return e}const At=Object.freeze({none(t){throw Error(`${t.toString()} not registered, did you forget to add @singleton()?`)},singleton:t=>new Pt(t,1,t),transient:t=>new Pt(t,2,t)}),St=Object.freeze({default:Object.freeze({parentLocator:()=>null,responsibleForOwnerRequests:!1,defaultResolver:At.singleton})}),Et=new Map
317
317
  function Ht(t){return e=>Reflect.getOwnMetadata(t,e)}let Mt=null
318
- const Vt=Object.freeze({createContainer:t=>new Wt(null,Object.assign({},At.default,t)),findResponsibleContainer(t){const e=t.$$container$$
318
+ const Vt=Object.freeze({createContainer:t=>new Wt(null,Object.assign({},St.default,t)),findResponsibleContainer(t){const e=t.$$container$$
319
319
  return e&&e.responsibleForOwnerRequests?e:Vt.findParentContainer(t)},findParentContainer(t){const e=new CustomEvent(Ut,{bubbles:!0,composed:!0,cancelable:!0,detail:{container:void 0}})
320
- return t.dispatchEvent(e),e.detail.container||Vt.getOrCreateDOMContainer()},getOrCreateDOMContainer:(t,e)=>t?t.$$container$$||new Wt(t,Object.assign({},At.default,e,{parentLocator:Vt.findParentContainer})):Mt||(Mt=new Wt(null,Object.assign({},At.default,e,{parentLocator:()=>null}))),getDesignParamtypes:Ht("design:paramtypes"),getAnnotationParamtypes:Ht("di:paramtypes"),getOrCreateAnnotationParamTypes(t){let e=this.getAnnotationParamtypes(t)
320
+ return t.dispatchEvent(e),e.detail.container||Vt.getOrCreateDOMContainer()},getOrCreateDOMContainer:(t,e)=>t?t.$$container$$||new Wt(t,Object.assign({},St.default,e,{parentLocator:Vt.findParentContainer})):Mt||(Mt=new Wt(null,Object.assign({},St.default,e,{parentLocator:()=>null}))),getDesignParamtypes:Ht("design:paramtypes"),getAnnotationParamtypes:Ht("di:paramtypes"),getOrCreateAnnotationParamTypes(t){let e=this.getAnnotationParamtypes(t)
321
321
  return void 0===e&&Reflect.defineMetadata("di:paramtypes",e=[],t),e},getDependencies(t){let e=Et.get(t)
322
322
  if(void 0===e){const i=t.inject
323
323
  if(void 0===i){const i=Vt.getDesignParamtypes(t),s=Vt.getAnnotationParamtypes(t)
@@ -427,7 +427,7 @@ function ve(...t){return t.every((t=>t instanceof HTMLElement))}let ge
427
427
  const me="change",fe="resize",be="scroll"
428
428
  var we
429
429
  !function(t){t[t.alt=18]="alt",t[t.arrowDown=40]="arrowDown",t[t.arrowLeft=37]="arrowLeft",t[t.arrowRight=39]="arrowRight",t[t.arrowUp=38]="arrowUp",t[t.back=8]="back",t[t.backSlash=220]="backSlash",t[t.break=19]="break",t[t.capsLock=20]="capsLock",t[t.closeBracket=221]="closeBracket",t[t.colon=186]="colon",t[t.colon2=59]="colon2",t[t.comma=188]="comma",t[t.ctrl=17]="ctrl",t[t.delete=46]="delete",t[t.end=35]="end",t[t.enter=13]="enter",t[t.equals=187]="equals",t[t.equals2=61]="equals2",t[t.equals3=107]="equals3",t[t.escape=27]="escape",t[t.forwardSlash=191]="forwardSlash",t[t.function1=112]="function1",t[t.function10=121]="function10",t[t.function11=122]="function11",t[t.function12=123]="function12",t[t.function2=113]="function2",t[t.function3=114]="function3",t[t.function4=115]="function4",t[t.function5=116]="function5",t[t.function6=117]="function6",t[t.function7=118]="function7",t[t.function8=119]="function8",t[t.function9=120]="function9",t[t.home=36]="home",t[t.insert=45]="insert",t[t.menu=93]="menu",t[t.minus=189]="minus",t[t.minus2=109]="minus2",t[t.numLock=144]="numLock",t[t.numPad0=96]="numPad0",t[t.numPad1=97]="numPad1",t[t.numPad2=98]="numPad2",t[t.numPad3=99]="numPad3",t[t.numPad4=100]="numPad4",t[t.numPad5=101]="numPad5",t[t.numPad6=102]="numPad6",t[t.numPad7=103]="numPad7",t[t.numPad8=104]="numPad8",t[t.numPad9=105]="numPad9",t[t.numPadDivide=111]="numPadDivide",t[t.numPadDot=110]="numPadDot",t[t.numPadMinus=109]="numPadMinus",t[t.numPadMultiply=106]="numPadMultiply",t[t.numPadPlus=107]="numPadPlus",t[t.openBracket=219]="openBracket",t[t.pageDown=34]="pageDown",t[t.pageUp=33]="pageUp",t[t.period=190]="period",t[t.print=44]="print",t[t.quote=222]="quote",t[t.scrollLock=145]="scrollLock",t[t.shift=16]="shift",t[t.space=32]="space",t[t.tab=9]="tab",t[t.tilde=192]="tilde",t[t.windowsLeft=91]="windowsLeft",t[t.windowsOpera=219]="windowsOpera",t[t.windowsRight=92]="windowsRight"}(we||(we={}))
430
- const xe="ArrowDown",ye="ArrowLeft",$e="ArrowRight",Ce="ArrowUp",ke="Enter",_e="Escape",ze="Home",Ie="End",Oe=" ",Se="Tab",Ae={ArrowDown:xe,ArrowLeft:ye,ArrowRight:$e,ArrowUp:Ce}
430
+ const xe="ArrowDown",ye="ArrowLeft",$e="ArrowRight",Ce="ArrowUp",ke="Enter",_e="Escape",ze="Home",Ie="End",Oe=" ",Ae="Tab",Se={ArrowDown:xe,ArrowLeft:ye,ArrowRight:$e,ArrowUp:Ce}
431
431
  var Ee
432
432
  function He(t,e,i){return Math.min(Math.max(i,t),e)}function Me(t,e,i=0){return[e,i]=[e,i].sort(((t,e)=>t-e)),e<=t&&t<i}!function(t){t.ltr="ltr",t.rtl="rtl"}(Ee||(Ee={}))
433
433
  let Ve=0
@@ -501,17 +501,61 @@ this.slottedBreadcrumbItems.forEach((e=>{const i=e===t
501
501
  this.setItemSeparator(e,i),this.setAriaCurrent(e,i)}))}}setItemSeparator(t,e){t instanceof Be&&(t.separator=!e)}findChildWithHref(t){var e,i
502
502
  return t.childElementCount>0?t.querySelector("a[href]"):(null===(e=t.shadowRoot)||void 0===e?void 0:e.childElementCount)?null===(i=t.shadowRoot)||void 0===i?void 0:i.querySelector("a[href]"):null}setAriaCurrent(t,e){const i=this.findChildWithHref(t)
503
503
  null===i&&t.hasAttribute("href")&&t instanceof Be?e?t.setAttribute("aria-current","page"):t.removeAttribute("aria-current"):null!==i&&(e?i.setAttribute("aria-current","page"):i.removeAttribute("aria-current"))}}_t([v],Ne.prototype,"slottedBreadcrumbItems",void 0)
504
- const je="form-associated-proxy",qe="ElementInternals",Ue=qe in window&&"setFormValue"in window.ElementInternals.prototype,Ke=new WeakMap
505
- function We(t){const e=class extends t{constructor(...t){super(...t),this.dirtyValue=!1,this.disabled=!1,this.proxyEventsToBlock=["change","click"],this.proxyInitialized=!1,this.required=!1,this.initialValue=this.initialValue||"",this.elementInternals||(this.formResetCallback=this.formResetCallback.bind(this))}static get formAssociated(){return Ue}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))
504
+ const je=(t,e)=>q`
505
+ <button
506
+ class="control"
507
+ part="control"
508
+ ?autofocus="${t=>t.autofocus}"
509
+ ?disabled="${t=>t.disabled}"
510
+ form="${t=>t.formId}"
511
+ formaction="${t=>t.formaction}"
512
+ formenctype="${t=>t.formenctype}"
513
+ formmethod="${t=>t.formmethod}"
514
+ formnovalidate="${t=>t.formnovalidate}"
515
+ formtarget="${t=>t.formtarget}"
516
+ name="${t=>t.name}"
517
+ type="${t=>t.type}"
518
+ value="${t=>t.value}"
519
+ aria-atomic="${t=>t.ariaAtomic}"
520
+ aria-busy="${t=>t.ariaBusy}"
521
+ aria-controls="${t=>t.ariaControls}"
522
+ aria-current="${t=>t.ariaCurrent}"
523
+ aria-describedby="${t=>t.ariaDescribedby}"
524
+ aria-details="${t=>t.ariaDetails}"
525
+ aria-disabled="${t=>t.ariaDisabled}"
526
+ aria-errormessage="${t=>t.ariaErrormessage}"
527
+ aria-expanded="${t=>t.ariaExpanded}"
528
+ aria-flowto="${t=>t.ariaFlowto}"
529
+ aria-haspopup="${t=>t.ariaHaspopup}"
530
+ aria-hidden="${t=>t.ariaHidden}"
531
+ aria-invalid="${t=>t.ariaInvalid}"
532
+ aria-keyshortcuts="${t=>t.ariaKeyshortcuts}"
533
+ aria-label="${t=>t.ariaLabel}"
534
+ aria-labelledby="${t=>t.ariaLabelledby}"
535
+ aria-live="${t=>t.ariaLive}"
536
+ aria-owns="${t=>t.ariaOwns}"
537
+ aria-pressed="${t=>t.ariaPressed}"
538
+ aria-relevant="${t=>t.ariaRelevant}"
539
+ aria-roledescription="${t=>t.ariaRoledescription}"
540
+ ${vt("control")}
541
+ >
542
+ ${kt(0,e)}
543
+ <span class="content" part="content">
544
+ <slot ${wt("defaultSlottedContent")}></slot>
545
+ </span>
546
+ ${Ct(0,e)}
547
+ </button>
548
+ `,qe="form-associated-proxy",Ue="ElementInternals",Ke=Ue in window&&"setFormValue"in window.ElementInternals.prototype,We=new WeakMap
549
+ function Xe(t){const e=class extends t{constructor(...t){super(...t),this.dirtyValue=!1,this.disabled=!1,this.proxyEventsToBlock=["change","click"],this.proxyInitialized=!1,this.required=!1,this.initialValue=this.initialValue||"",this.elementInternals||(this.formResetCallback=this.formResetCallback.bind(this))}static get formAssociated(){return Ke}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))
506
550
  if(this.proxy instanceof HTMLElement&&this.proxy.ownerDocument&&this.id){const t=this.proxy.labels,e=Array.from(this.proxy.getRootNode().querySelectorAll(`[for='${this.id}']`)),i=t?e.concat(Array.from(t)):e
507
- return Object.freeze(i)}return s}valueChanged(t,e){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,e){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}disabledChanged(t,e){this.proxy instanceof HTMLElement&&(this.proxy.disabled=this.disabled),h.queueUpdate((()=>this.classList.toggle("disabled",this.disabled)))}nameChanged(t,e){this.proxy instanceof HTMLElement&&(this.proxy.name=this.name)}requiredChanged(t,e){this.proxy instanceof HTMLElement&&(this.proxy.required=this.required),h.queueUpdate((()=>this.classList.toggle("required",this.required))),this.validate()}get elementInternals(){if(!Ue)return null
508
- let t=Ke.get(this)
509
- return t||(t=this.attachInternals(),Ke.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,e,i){this.elementInternals?this.elementInternals.setValidity(t,e,i):"string"==typeof e&&this.proxy.setCustomValidity(e)}formDisabledCallback(t){this.disabled=t}formResetCallback(){this.value=this.initialValue,this.dirtyValue=!1}attachProxy(){var t
510
- 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,"string"==typeof this.name&&(this.proxy.name=this.name),"string"==typeof this.value&&(this.proxy.value=this.value),this.proxy.setAttribute("slot",je),this.proxySlot=document.createElement("slot"),this.proxySlot.setAttribute("name",je)),null===(t=this.shadowRoot)||void 0===t||t.appendChild(this.proxySlot),this.appendChild(this.proxy)}detachProxy(){var t
551
+ return Object.freeze(i)}return s}valueChanged(t,e){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,e){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}disabledChanged(t,e){this.proxy instanceof HTMLElement&&(this.proxy.disabled=this.disabled),h.queueUpdate((()=>this.classList.toggle("disabled",this.disabled)))}nameChanged(t,e){this.proxy instanceof HTMLElement&&(this.proxy.name=this.name)}requiredChanged(t,e){this.proxy instanceof HTMLElement&&(this.proxy.required=this.required),h.queueUpdate((()=>this.classList.toggle("required",this.required))),this.validate()}get elementInternals(){if(!Ke)return null
552
+ let t=We.get(this)
553
+ return t||(t=this.attachInternals(),We.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,e,i){this.elementInternals?this.elementInternals.setValidity(t,e,i):"string"==typeof e&&this.proxy.setCustomValidity(e)}formDisabledCallback(t){this.disabled=t}formResetCallback(){this.value=this.initialValue,this.dirtyValue=!1}attachProxy(){var t
554
+ 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,"string"==typeof this.name&&(this.proxy.name=this.name),"string"==typeof this.value&&(this.proxy.value=this.value),this.proxy.setAttribute("slot",qe),this.proxySlot=document.createElement("slot"),this.proxySlot.setAttribute("name",qe)),null===(t=this.shadowRoot)||void 0===t||t.appendChild(this.proxySlot),this.appendChild(this.proxy)}detachProxy(){var t
511
555
  this.removeChild(this.proxy),null===(t=this.shadowRoot)||void 0===t||t.removeChild(this.proxySlot)}validate(){this.proxy instanceof HTMLElement&&this.setValidity(this.proxy.validity,this.proxy.validationMessage)}setFormValue(t,e){this.elementInternals&&this.elementInternals.setFormValue(t,e||t)}_keypressHandler(t){switch(t.key){case ke:if(this.form instanceof HTMLFormElement){const t=this.form.querySelector("[type=submit]")
512
556
  null==t||t.click()}}}stopPropagation(t){t.stopPropagation()}}
513
- return tt({mode:"boolean"})(e.prototype,"disabled"),tt({mode:"fromView",attribute:"value"})(e.prototype,"initialValue"),tt({attribute:"current-value"})(e.prototype,"currentValue"),tt(e.prototype,"name"),tt({mode:"boolean"})(e.prototype,"required"),v(e.prototype,"value"),e}function Xe(t){class e extends(We(t)){}class i extends e{constructor(...t){super(t),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(t,e){this.dirtyChecked||(this.dirtyChecked=!0),this.currentChecked=this.checked,this.updateForm(),this.proxy instanceof HTMLInputElement&&(this.proxy.checked=this.checked),void 0!==t&&this.$emit("change"),this.validate()}currentCheckedChanged(t,e){this.checked=this.currentChecked}updateForm(){const t=this.checked?this.value:null
514
- this.setFormValue(t,t)}connectedCallback(){super.connectedCallback(),this.updateForm()}formResetCallback(){super.formResetCallback(),this.checked=!!this.checkedAttribute,this.dirtyChecked=!1}}return tt({attribute:"checked",mode:"boolean"})(i.prototype,"checkedAttribute"),tt({attribute:"current-checked",converter:Q})(i.prototype,"currentChecked"),v(i.prototype,"defaultChecked"),v(i.prototype,"checked"),i}class Ye extends le{}class Ge extends(We(Ye)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class Qe extends Ge{constructor(){super(...arguments),this.handleClick=t=>{var e
557
+ return tt({mode:"boolean"})(e.prototype,"disabled"),tt({mode:"fromView",attribute:"value"})(e.prototype,"initialValue"),tt({attribute:"current-value"})(e.prototype,"currentValue"),tt(e.prototype,"name"),tt({mode:"boolean"})(e.prototype,"required"),v(e.prototype,"value"),e}function Ye(t){class e extends(Xe(t)){}class i extends e{constructor(...t){super(t),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(t,e){this.dirtyChecked||(this.dirtyChecked=!0),this.currentChecked=this.checked,this.updateForm(),this.proxy instanceof HTMLInputElement&&(this.proxy.checked=this.checked),void 0!==t&&this.$emit("change"),this.validate()}currentCheckedChanged(t,e){this.checked=this.currentChecked}updateForm(){const t=this.checked?this.value:null
558
+ this.setFormValue(t,t)}connectedCallback(){super.connectedCallback(),this.updateForm()}formResetCallback(){super.formResetCallback(),this.checked=!!this.checkedAttribute,this.dirtyChecked=!1}}return tt({attribute:"checked",mode:"boolean"})(i.prototype,"checkedAttribute"),tt({attribute:"current-checked",converter:Q})(i.prototype,"currentChecked"),v(i.prototype,"defaultChecked"),v(i.prototype,"checked"),i}class Ge extends le{}class Qe extends(Xe(Ge)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class Je extends Qe{constructor(){super(...arguments),this.handleClick=t=>{var e
515
559
  this.disabled&&(null===(e=this.defaultSlottedContent)||void 0===e?void 0:e.length)<=1&&t.stopPropagation()},this.handleSubmission=()=>{if(!this.form)return
516
560
  const t=this.proxy.isConnected
517
561
  t||this.attachProxy(),"function"==typeof this.form.requestSubmit?this.form.requestSubmit(this.proxy):this.proxy.click(),t||this.detachProxy()},this.handleFormReset=()=>{var t
@@ -522,16 +566,16 @@ const e=Array.from(null===(t=this.control)||void 0===t?void 0:t.children)
522
566
  e&&e.forEach((t=>{t.addEventListener("click",this.handleClick)}))}disconnectedCallback(){var t
523
567
  super.disconnectedCallback()
524
568
  const e=Array.from(null===(t=this.control)||void 0===t?void 0:t.children)
525
- e&&e.forEach((t=>{t.removeEventListener("click",this.handleClick)}))}}_t([tt({mode:"boolean"})],Qe.prototype,"autofocus",void 0),_t([tt({attribute:"form"})],Qe.prototype,"formId",void 0),_t([tt],Qe.prototype,"formaction",void 0),_t([tt],Qe.prototype,"formenctype",void 0),_t([tt],Qe.prototype,"formmethod",void 0),_t([tt({mode:"boolean"})],Qe.prototype,"formnovalidate",void 0),_t([tt],Qe.prototype,"formtarget",void 0),_t([tt],Qe.prototype,"type",void 0),_t([v],Qe.prototype,"defaultSlottedContent",void 0)
526
- class Je{}_t([tt({attribute:"aria-expanded"})],Je.prototype,"ariaExpanded",void 0),_t([tt({attribute:"aria-pressed"})],Je.prototype,"ariaPressed",void 0),de(Je,Te),de(Qe,$t,Je)
527
- class Ze extends le{}class ti extends(Xe(Ze)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class ei extends ti{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=t=>{if(!this.readOnly)switch(t.key){case Oe:this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked}},this.clickHandler=t=>{this.disabled||this.readOnly||(this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}}function ii(t){return ve(t)&&("option"===t.getAttribute("role")||t instanceof HTMLOptionElement)}_t([tt({attribute:"readonly",mode:"boolean"})],ei.prototype,"readOnly",void 0),_t([v],ei.prototype,"defaultSlottedNodes",void 0),_t([v],ei.prototype,"indeterminate",void 0)
528
- class si extends le{constructor(t,e,i,s){super(),this.defaultSelected=!1,this.dirtySelected=!1,this.selected=this.defaultSelected,this.dirtyValue=!1,t&&(this.textContent=t),e&&(this.initialValue=e),i&&(this.defaultSelected=i),s&&(this.selected=s),this.proxy=new Option(`${this.textContent}`,this.initialValue,this.defaultSelected,this.selected),this.proxy.disabled=this.disabled}checkedChanged(t,e){this.ariaChecked="boolean"!=typeof e?null:e?"true":"false"}contentChanged(t,e){this.proxy instanceof HTMLOptionElement&&(this.proxy.textContent=this.textContent),this.$emit("contentchange",null,{bubbles:!0})}defaultSelectedChanged(){this.dirtySelected||(this.selected=this.defaultSelected,this.proxy instanceof HTMLOptionElement&&(this.proxy.selected=this.defaultSelected))}disabledChanged(t,e){this.ariaDisabled=this.disabled?"true":"false",this.proxy instanceof HTMLOptionElement&&(this.proxy.disabled=this.disabled)}selectedAttributeChanged(){this.defaultSelected=this.selectedAttribute,this.proxy instanceof HTMLOptionElement&&(this.proxy.defaultSelected=this.defaultSelected)}selectedChanged(){this.ariaSelected=this.selected?"true":"false",this.dirtySelected||(this.dirtySelected=!0),this.proxy instanceof HTMLOptionElement&&(this.proxy.selected=this.selected)}initialValueChanged(t,e){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}get label(){var t
569
+ e&&e.forEach((t=>{t.removeEventListener("click",this.handleClick)}))}}_t([tt({mode:"boolean"})],Je.prototype,"autofocus",void 0),_t([tt({attribute:"form"})],Je.prototype,"formId",void 0),_t([tt],Je.prototype,"formaction",void 0),_t([tt],Je.prototype,"formenctype",void 0),_t([tt],Je.prototype,"formmethod",void 0),_t([tt({mode:"boolean"})],Je.prototype,"formnovalidate",void 0),_t([tt],Je.prototype,"formtarget",void 0),_t([tt],Je.prototype,"type",void 0),_t([v],Je.prototype,"defaultSlottedContent",void 0)
570
+ class Ze{}_t([tt({attribute:"aria-expanded"})],Ze.prototype,"ariaExpanded",void 0),_t([tt({attribute:"aria-pressed"})],Ze.prototype,"ariaPressed",void 0),de(Ze,Te),de(Je,$t,Ze)
571
+ class ti extends le{}class ei extends(Ye(ti)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class ii extends ei{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=t=>{if(!this.readOnly)switch(t.key){case Oe:this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked}},this.clickHandler=t=>{this.disabled||this.readOnly||(this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}}function si(t){return ve(t)&&("option"===t.getAttribute("role")||t instanceof HTMLOptionElement)}_t([tt({attribute:"readonly",mode:"boolean"})],ii.prototype,"readOnly",void 0),_t([v],ii.prototype,"defaultSlottedNodes",void 0),_t([v],ii.prototype,"indeterminate",void 0)
572
+ class oi extends le{constructor(t,e,i,s){super(),this.defaultSelected=!1,this.dirtySelected=!1,this.selected=this.defaultSelected,this.dirtyValue=!1,t&&(this.textContent=t),e&&(this.initialValue=e),i&&(this.defaultSelected=i),s&&(this.selected=s),this.proxy=new Option(`${this.textContent}`,this.initialValue,this.defaultSelected,this.selected),this.proxy.disabled=this.disabled}checkedChanged(t,e){this.ariaChecked="boolean"!=typeof e?null:e?"true":"false"}contentChanged(t,e){this.proxy instanceof HTMLOptionElement&&(this.proxy.textContent=this.textContent),this.$emit("contentchange",null,{bubbles:!0})}defaultSelectedChanged(){this.dirtySelected||(this.selected=this.defaultSelected,this.proxy instanceof HTMLOptionElement&&(this.proxy.selected=this.defaultSelected))}disabledChanged(t,e){this.ariaDisabled=this.disabled?"true":"false",this.proxy instanceof HTMLOptionElement&&(this.proxy.disabled=this.disabled)}selectedAttributeChanged(){this.defaultSelected=this.selectedAttribute,this.proxy instanceof HTMLOptionElement&&(this.proxy.defaultSelected=this.defaultSelected)}selectedChanged(){this.ariaSelected=this.selected?"true":"false",this.dirtySelected||(this.dirtySelected=!0),this.proxy instanceof HTMLOptionElement&&(this.proxy.selected=this.selected)}initialValueChanged(t,e){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}get label(){var t
529
573
  return null!==(t=this.value)&&void 0!==t?t:this.text}get text(){var t,e
530
574
  return null!==(e=null===(t=this.textContent)||void 0===t?void 0:t.replace(/\s+/g," ").trim())&&void 0!==e?e:""}set value(t){const e=`${null!=t?t:""}`
531
575
  this._value=e,this.dirtyValue=!0,this.proxy instanceof HTMLOptionElement&&(this.proxy.value=e),p.notify(this,"value")}get value(){var t
532
- return p.track(this,"value"),null!==(t=this._value)&&void 0!==t?t:this.text}get form(){return this.proxy?this.proxy.form:null}}_t([v],si.prototype,"checked",void 0),_t([v],si.prototype,"content",void 0),_t([v],si.prototype,"defaultSelected",void 0),_t([tt({mode:"boolean"})],si.prototype,"disabled",void 0),_t([tt({attribute:"selected",mode:"boolean"})],si.prototype,"selectedAttribute",void 0),_t([v],si.prototype,"selected",void 0),_t([tt({attribute:"value",mode:"fromView"})],si.prototype,"initialValue",void 0)
533
- class oi{}_t([v],oi.prototype,"ariaChecked",void 0),_t([v],oi.prototype,"ariaPosInSet",void 0),_t([v],oi.prototype,"ariaSelected",void 0),_t([v],oi.prototype,"ariaSetSize",void 0),de(oi,Te),de(si,$t,oi)
534
- class ni extends le{constructor(){super(...arguments),this._options=[],this.selectedIndex=-1,this.selectedOptions=[],this.shouldSkipFocus=!1,this.typeaheadBuffer="",this.typeaheadExpired=!0,this.typeaheadTimeout=-1}get firstSelectedOption(){var t
576
+ return p.track(this,"value"),null!==(t=this._value)&&void 0!==t?t:this.text}get form(){return this.proxy?this.proxy.form:null}}_t([v],oi.prototype,"checked",void 0),_t([v],oi.prototype,"content",void 0),_t([v],oi.prototype,"defaultSelected",void 0),_t([tt({mode:"boolean"})],oi.prototype,"disabled",void 0),_t([tt({attribute:"selected",mode:"boolean"})],oi.prototype,"selectedAttribute",void 0),_t([v],oi.prototype,"selected",void 0),_t([tt({attribute:"value",mode:"fromView"})],oi.prototype,"initialValue",void 0)
577
+ class ni{}_t([v],ni.prototype,"ariaChecked",void 0),_t([v],ni.prototype,"ariaPosInSet",void 0),_t([v],ni.prototype,"ariaSelected",void 0),_t([v],ni.prototype,"ariaSetSize",void 0),de(ni,Te),de(oi,$t,ni)
578
+ class ri extends le{constructor(){super(...arguments),this._options=[],this.selectedIndex=-1,this.selectedOptions=[],this.shouldSkipFocus=!1,this.typeaheadBuffer="",this.typeaheadExpired=!0,this.typeaheadTimeout=-1}get firstSelectedOption(){var t
535
579
  return null!==(t=this.selectedOptions[0])&&void 0!==t?t:null}get hasSelectableOptions(){return this.options.length>0&&!this.options.every((t=>t.disabled))}get length(){var t,e
536
580
  return null!==(e=null===(t=this.options)||void 0===t?void 0:t.length)&&void 0!==e?e:0}get options(){return p.track(this,"options"),this._options}set options(t){this._options=t,p.notify(this,"options")}get typeAheadExpired(){return this.typeaheadExpired}set typeAheadExpired(t){this.typeaheadExpired=t}clickHandler(t){const e=t.target.closest("option,[role=option]")
537
581
  if(e&&!e.disabled)return this.selectedIndex=this.options.indexOf(e),!0}focusAndScrollOptionIntoView(t=this.firstSelectedOption){this.contains(document.activeElement)&&null!==t&&(t.focus(),requestAnimationFrame((()=>{t.scrollIntoView({block:"nearest"})})))}focusinHandler(t){this.shouldSkipFocus||t.target!==t.currentTarget||(this.setSelectedOptions(),this.focusAndScrollOptionIntoView()),this.shouldSkipFocus=!1}getTypeaheadMatches(){const t=this.typeaheadBuffer.replace(/[.*+\-?^${}()|[\]\\]/g,"\\$&"),e=new RegExp(`^${t}`,"gi")
@@ -539,7 +583,7 @@ return this.options.filter((t=>t.text.trim().match(e)))}getSelectableIndex(t=thi
539
583
  let o=null
540
584
  switch(i){case-1:o=this.options.reduceRight(((t,e,i)=>!t&&!e.disabled&&i<s?e:t),o)
541
585
  break
542
- case 1:o=this.options.reduce(((t,e,i)=>!t&&!e.disabled&&i>s?e:t),o)}return this.options.indexOf(o)}handleChange(t,e){switch(e){case"selected":ni.slottedOptionFilter(t)&&(this.selectedIndex=this.options.indexOf(t)),this.setSelectedOptions()}}handleTypeAhead(t){this.typeaheadTimeout&&window.clearTimeout(this.typeaheadTimeout),this.typeaheadTimeout=window.setTimeout((()=>this.typeaheadExpired=!0),ni.TYPE_AHEAD_TIMEOUT_MS),t.length>1||(this.typeaheadBuffer=`${this.typeaheadExpired?"":this.typeaheadBuffer}${t}`)}keydownHandler(t){if(this.disabled)return!0
586
+ case 1:o=this.options.reduce(((t,e,i)=>!t&&!e.disabled&&i>s?e:t),o)}return this.options.indexOf(o)}handleChange(t,e){switch(e){case"selected":ri.slottedOptionFilter(t)&&(this.selectedIndex=this.options.indexOf(t)),this.setSelectedOptions()}}handleTypeAhead(t){this.typeaheadTimeout&&window.clearTimeout(this.typeaheadTimeout),this.typeaheadTimeout=window.setTimeout((()=>this.typeaheadExpired=!0),ri.TYPE_AHEAD_TIMEOUT_MS),t.length>1||(this.typeaheadBuffer=`${this.typeaheadExpired?"":this.typeaheadBuffer}${t}`)}keydownHandler(t){if(this.disabled)return!0
543
587
  this.shouldSkipFocus=!1
544
588
  const e=t.key
545
589
  switch(e){case ze:t.shiftKey||(t.preventDefault(),this.selectFirstOption())
@@ -550,33 +594,33 @@ case Ce:t.shiftKey||(t.preventDefault(),this.selectPreviousOption())
550
594
  break
551
595
  case Ie:t.preventDefault(),this.selectLastOption()
552
596
  break
553
- case Se:return this.focusAndScrollOptionIntoView(),!0
597
+ case Ae:return this.focusAndScrollOptionIntoView(),!0
554
598
  case ke:case _e:return!0
555
599
  case Oe:if(this.typeaheadExpired)return!0
556
600
  default:return 1===e.length&&this.handleTypeAhead(`${e}`),!0}}mousedownHandler(t){return this.shouldSkipFocus=!this.contains(document.activeElement),!0}multipleChanged(t,e){this.ariaMultiSelectable=e?"true":null}selectedIndexChanged(t,e){var i
557
601
  if(this.hasSelectableOptions){if((null===(i=this.options[this.selectedIndex])||void 0===i?void 0:i.disabled)&&"number"==typeof t){const i=this.getSelectableIndex(t,e),s=i>-1?i:t
558
602
  return this.selectedIndex=s,void(e===s&&this.selectedIndexChanged(e,s))}this.setSelectedOptions()}else this.selectedIndex=-1}selectedOptionsChanged(t,e){var i
559
- const s=e.filter(ni.slottedOptionFilter)
603
+ const s=e.filter(ri.slottedOptionFilter)
560
604
  null===(i=this.options)||void 0===i||i.forEach((t=>{const e=p.getNotifier(t)
561
605
  e.unsubscribe(this,"selected"),t.selected=s.includes(t),e.subscribe(this,"selected")}))}selectFirstOption(){var t,e
562
606
  this.disabled||(this.selectedIndex=null!==(e=null===(t=this.options)||void 0===t?void 0:t.findIndex((t=>!t.disabled)))&&void 0!==e?e:-1)}selectLastOption(){this.disabled||(this.selectedIndex=function(t,e){let i=t.length
563
607
  for(;i--;)if(e(t[i],i,t))return i
564
608
  return-1}(this.options,(t=>!t.disabled)))}selectNextOption(){!this.disabled&&this.selectedIndex<this.options.length-1&&(this.selectedIndex+=1)}selectPreviousOption(){!this.disabled&&this.selectedIndex>0&&(this.selectedIndex=this.selectedIndex-1)}setDefaultSelectedOption(){var t,e
565
- this.selectedIndex=null!==(e=null===(t=this.options)||void 0===t?void 0:t.findIndex((t=>t.defaultSelected)))&&void 0!==e?e:-1}setSelectedOptions(){var t,e,i;(null===(t=this.options)||void 0===t?void 0:t.length)&&(this.selectedOptions=[this.options[this.selectedIndex]],this.ariaActiveDescendant=null!==(i=null===(e=this.firstSelectedOption)||void 0===e?void 0:e.id)&&void 0!==i?i:"",this.focusAndScrollOptionIntoView())}slottedOptionsChanged(t,e){this.options=e.reduce(((t,e)=>(ii(e)&&t.push(e),t)),[])
609
+ this.selectedIndex=null!==(e=null===(t=this.options)||void 0===t?void 0:t.findIndex((t=>t.defaultSelected)))&&void 0!==e?e:-1}setSelectedOptions(){var t,e,i;(null===(t=this.options)||void 0===t?void 0:t.length)&&(this.selectedOptions=[this.options[this.selectedIndex]],this.ariaActiveDescendant=null!==(i=null===(e=this.firstSelectedOption)||void 0===e?void 0:e.id)&&void 0!==i?i:"",this.focusAndScrollOptionIntoView())}slottedOptionsChanged(t,e){this.options=e.reduce(((t,e)=>(si(e)&&t.push(e),t)),[])
566
610
  const i=`${this.options.length}`
567
611
  this.options.forEach(((t,e)=>{t.id||(t.id=Le("option-")),t.ariaPosInSet=`${e+1}`,t.ariaSetSize=i})),this.$fastController.isConnected&&(this.setSelectedOptions(),this.setDefaultSelectedOption())}typeaheadBufferChanged(t,e){if(this.$fastController.isConnected){const t=this.getTypeaheadMatches()
568
612
  if(t.length){const e=this.options.indexOf(t[0])
569
- e>-1&&(this.selectedIndex=e)}this.typeaheadExpired=!1}}}ni.slottedOptionFilter=t=>ii(t)&&!t.hidden,ni.TYPE_AHEAD_TIMEOUT_MS=1e3,_t([tt({mode:"boolean"})],ni.prototype,"disabled",void 0),_t([v],ni.prototype,"selectedIndex",void 0),_t([v],ni.prototype,"selectedOptions",void 0),_t([v],ni.prototype,"slottedOptions",void 0),_t([v],ni.prototype,"typeaheadBuffer",void 0)
570
- class ri{}_t([v],ri.prototype,"ariaActiveDescendant",void 0),_t([v],ri.prototype,"ariaDisabled",void 0),_t([v],ri.prototype,"ariaExpanded",void 0),_t([v],ri.prototype,"ariaMultiSelectable",void 0),de(ri,Te),de(ni,ri)
571
- const ai="above",li="below"
572
- class ci extends ni{}class hi extends(We(ci)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const di="inline",ui="list",pi="both",vi="none"
573
- class gi extends hi{constructor(){super(...arguments),this._value="",this.filteredOptions=[],this.filter="",this.forcedPosition=!1,this.listboxId=Le("listbox-"),this.maxHeight=0,this.open=!1}formResetCallback(){super.formResetCallback(),this.setDefaultSelectedOption(),this.updateValue()}get isAutocompleteInline(){return this.autocomplete===di||this.isAutocompleteBoth}get isAutocompleteList(){return this.autocomplete===ui||this.isAutocompleteBoth}get isAutocompleteBoth(){return this.autocomplete===pi}openChanged(){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),void h.queueUpdate((()=>this.focus()))
613
+ e>-1&&(this.selectedIndex=e)}this.typeaheadExpired=!1}}}ri.slottedOptionFilter=t=>si(t)&&!t.hidden,ri.TYPE_AHEAD_TIMEOUT_MS=1e3,_t([tt({mode:"boolean"})],ri.prototype,"disabled",void 0),_t([v],ri.prototype,"selectedIndex",void 0),_t([v],ri.prototype,"selectedOptions",void 0),_t([v],ri.prototype,"slottedOptions",void 0),_t([v],ri.prototype,"typeaheadBuffer",void 0)
614
+ class ai{}_t([v],ai.prototype,"ariaActiveDescendant",void 0),_t([v],ai.prototype,"ariaDisabled",void 0),_t([v],ai.prototype,"ariaExpanded",void 0),_t([v],ai.prototype,"ariaMultiSelectable",void 0),de(ai,Te),de(ri,ai)
615
+ const li="above",ci="below"
616
+ class hi extends ri{}class di extends(Xe(hi)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const ui="inline",pi="list",vi="both",gi="none"
617
+ class mi extends di{constructor(){super(...arguments),this._value="",this.filteredOptions=[],this.filter="",this.forcedPosition=!1,this.listboxId=Le("listbox-"),this.maxHeight=0,this.open=!1}formResetCallback(){super.formResetCallback(),this.setDefaultSelectedOption(),this.updateValue()}get isAutocompleteInline(){return this.autocomplete===ui||this.isAutocompleteBoth}get isAutocompleteList(){return this.autocomplete===pi||this.isAutocompleteBoth}get isAutocompleteBoth(){return this.autocomplete===vi}openChanged(){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),void h.queueUpdate((()=>this.focus()))
574
618
  this.ariaControls="",this.ariaExpanded="false"}get options(){return p.track(this,"options"),this.filteredOptions.length?this.filteredOptions:this._options}set options(t){this._options=t,p.notify(this,"options")}placeholderChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.placeholder=this.placeholder)}positionChanged(t,e){this.positionAttribute=e,this.setPositioning()}get value(){return p.track(this,"value"),this._value}set value(t){var e,i,s
575
619
  const o=`${this._value}`
576
620
  if(this.$fastController.isConnected&&this.options){const o=this.options.findIndex((e=>e.text.toLowerCase()===t.toLowerCase())),n=null===(e=this.options[this.selectedIndex])||void 0===e?void 0:e.text,r=null===(i=this.options[o])||void 0===i?void 0:i.text
577
621
  this.selectedIndex=n!==r?o:this.selectedIndex,t=(null===(s=this.firstSelectedOption)||void 0===s?void 0:s.text)||t}o!==t&&(this._value=t,super.valueChanged(o,t),p.notify(this,"value"))}clickHandler(t){if(!this.disabled){if(this.open){const e=t.target.closest("option,[role=option]")
578
622
  if(!e||e.disabled)return
579
- this.selectedOptions=[e],this.control.value=e.text,this.clearSelectionRange(),this.updateValue(!0)}return this.open=!this.open,this.open&&this.control.focus(),!0}}connectedCallback(){super.connectedCallback(),this.forcedPosition=!!this.positionAttribute,this.value&&(this.initialValue=this.value)}disabledChanged(t,e){super.disabledChanged&&super.disabledChanged(t,e),this.ariaDisabled=this.disabled?"true":"false"}filterOptions(){this.autocomplete&&this.autocomplete!==vi||(this.filter="")
623
+ this.selectedOptions=[e],this.control.value=e.text,this.clearSelectionRange(),this.updateValue(!0)}return this.open=!this.open,this.open&&this.control.focus(),!0}}connectedCallback(){super.connectedCallback(),this.forcedPosition=!!this.positionAttribute,this.value&&(this.initialValue=this.value)}disabledChanged(t,e){super.disabledChanged&&super.disabledChanged(t,e),this.ariaDisabled=this.disabled?"true":"false"}filterOptions(){this.autocomplete&&this.autocomplete!==gi||(this.filter="")
580
624
  const t=this.filter.toLowerCase()
581
625
  this.filteredOptions=this._options.filter((t=>t.text.toLowerCase().startsWith(this.filter.toLowerCase()))),this.isAutocompleteList&&(this.filteredOptions.length||t||(this.filteredOptions=this._options),this._options.forEach((t=>{t.hidden=!this.filteredOptions.includes(t)})))}focusAndScrollOptionIntoView(){this.contains(document.activeElement)&&(this.control.focus(),this.firstSelectedOption&&requestAnimationFrame((()=>{var t
582
626
  null===(t=this.firstSelectedOption)||void 0===t||t.scrollIntoView({block:"nearest"})})))}focusoutHandler(t){if(this.syncValue(),!this.open)return!0
@@ -600,122 +644,122 @@ super.selectedIndexChanged(t,e)}}selectPreviousOption(){!this.disabled&&this.sel
600
644
  this.selectedIndex=t,!this.dirtyValue&&this.firstSelectedOption&&(this.value=this.firstSelectedOption.text),this.setSelectedOptions()}}setInputToSelection(){this.firstSelectedOption&&(this.control.value=this.firstSelectedOption.text,this.control.focus())}setInlineSelection(){this.firstSelectedOption&&(this.setInputToSelection(),this.control.setSelectionRange(this.filter.length,this.control.value.length,"backward"))}syncValue(){var t
601
645
  const e=this.selectedIndex>-1?null===(t=this.firstSelectedOption)||void 0===t?void 0:t.text:this.control.value
602
646
  this.updateValue(this.value!==e)}setPositioning(){const t=this.getBoundingClientRect(),e=window.innerHeight-t.bottom
603
- this.position=this.forcedPosition?this.positionAttribute:t.top>e?ai:li,this.positionAttribute=this.forcedPosition?this.positionAttribute:this.position,this.maxHeight=this.position===ai?~~t.top:~~e}selectedOptionsChanged(t,e){this.$fastController.isConnected&&this._options.forEach((t=>{t.selected=e.includes(t)}))}slottedOptionsChanged(t,e){super.slottedOptionsChanged(t,e),this.updateValue()}updateValue(t){var e
647
+ this.position=this.forcedPosition?this.positionAttribute:t.top>e?li:ci,this.positionAttribute=this.forcedPosition?this.positionAttribute:this.position,this.maxHeight=this.position===li?~~t.top:~~e}selectedOptionsChanged(t,e){this.$fastController.isConnected&&this._options.forEach((t=>{t.selected=e.includes(t)}))}slottedOptionsChanged(t,e){super.slottedOptionsChanged(t,e),this.updateValue()}updateValue(t){var e
604
648
  this.$fastController.isConnected&&(this.value=(null===(e=this.firstSelectedOption)||void 0===e?void 0:e.text)||this.control.value,this.control.value=this.value),t&&this.$emit("change")}clearSelectionRange(){const t=this.control.value.length
605
- this.control.setSelectionRange(t,t)}}_t([tt({attribute:"autocomplete",mode:"fromView"})],gi.prototype,"autocomplete",void 0),_t([v],gi.prototype,"maxHeight",void 0),_t([tt({attribute:"open",mode:"boolean"})],gi.prototype,"open",void 0),_t([tt],gi.prototype,"placeholder",void 0),_t([tt({attribute:"position"})],gi.prototype,"positionAttribute",void 0),_t([v],gi.prototype,"position",void 0)
606
- class mi{}_t([v],mi.prototype,"ariaAutoComplete",void 0),_t([v],mi.prototype,"ariaControls",void 0),de(mi,ri),de(gi,$t,mi)
607
- function fi(t){const e=t.parentElement
649
+ this.control.setSelectionRange(t,t)}}_t([tt({attribute:"autocomplete",mode:"fromView"})],mi.prototype,"autocomplete",void 0),_t([v],mi.prototype,"maxHeight",void 0),_t([tt({attribute:"open",mode:"boolean"})],mi.prototype,"open",void 0),_t([tt],mi.prototype,"placeholder",void 0),_t([tt({attribute:"position"})],mi.prototype,"positionAttribute",void 0),_t([v],mi.prototype,"position",void 0)
650
+ class fi{}_t([v],fi.prototype,"ariaAutoComplete",void 0),_t([v],fi.prototype,"ariaControls",void 0),de(fi,ai),de(mi,$t,fi)
651
+ function bi(t){const e=t.parentElement
608
652
  if(e)return e
609
653
  {const e=t.getRootNode()
610
- if(e.host instanceof HTMLElement)return e.host}return null}const bi=document.createElement("div")
611
- class wi{setProperty(t,e){h.queueUpdate((()=>this.target.setProperty(t,e)))}removeProperty(t){h.queueUpdate((()=>this.target.removeProperty(t)))}}class xi extends wi{constructor(){super()
654
+ if(e.host instanceof HTMLElement)return e.host}return null}const wi=document.createElement("div")
655
+ class xi{setProperty(t,e){h.queueUpdate((()=>this.target.setProperty(t,e)))}removeProperty(t){h.queueUpdate((()=>this.target.removeProperty(t)))}}class yi extends xi{constructor(){super()
612
656
  const t=new CSSStyleSheet
613
- this.target=t.cssRules[t.insertRule(":root{}")].style,document.adoptedStyleSheets=[...document.adoptedStyleSheets,t]}}class yi extends wi{constructor(){super(),this.style=document.createElement("style"),document.head.appendChild(this.style)
657
+ this.target=t.cssRules[t.insertRule(":root{}")].style,document.adoptedStyleSheets=[...document.adoptedStyleSheets,t]}}class $i extends xi{constructor(){super(),this.style=document.createElement("style"),document.head.appendChild(this.style)
614
658
  const{sheet:t}=this.style
615
659
  if(t){const e=t.insertRule(":root{}",t.cssRules.length)
616
- this.target=t.cssRules[e].style}}}class $i{constructor(t){this.store=new Map,this.target=null
660
+ this.target=t.cssRules[e].style}}}class Ci{constructor(t){this.store=new Map,this.target=null
617
661
  const e=t.$fastController
618
662
  this.style=document.createElement("style"),e.addStyles(this.style),p.getNotifier(e).subscribe(this,"isConnected"),this.handleChange(e,"isConnected")}targetChanged(){if(null!==this.target)for(const[t,e]of this.store.entries())this.target.setProperty(t,e)}setProperty(t,e){this.store.set(t,e),h.queueUpdate((()=>{null!==this.target&&this.target.setProperty(t,e)}))}removeProperty(t){this.store.delete(t),h.queueUpdate((()=>{null!==this.target&&this.target.removeProperty(t)}))}handleChange(t,e){const{sheet:i}=this.style
619
663
  if(i){const t=i.insertRule(":host{}",i.cssRules.length)
620
- this.target=i.cssRules[t].style}else this.target=null}}_t([v],$i.prototype,"target",void 0)
621
- class Ci{constructor(t){this.target=t.style}setProperty(t,e){h.queueUpdate((()=>this.target.setProperty(t,e)))}removeProperty(t){h.queueUpdate((()=>this.target.removeProperty(t)))}}class ki{setProperty(t,e){ki.properties[t]=e
622
- for(const i of ki.roots.values())Ii.getOrCreate(ki.normalizeRoot(i)).setProperty(t,e)}removeProperty(t){delete ki.properties[t]
623
- for(const e of ki.roots.values())Ii.getOrCreate(ki.normalizeRoot(e)).removeProperty(t)}static registerRoot(t){const{roots:e}=ki
664
+ this.target=i.cssRules[t].style}else this.target=null}}_t([v],Ci.prototype,"target",void 0)
665
+ class ki{constructor(t){this.target=t.style}setProperty(t,e){h.queueUpdate((()=>this.target.setProperty(t,e)))}removeProperty(t){h.queueUpdate((()=>this.target.removeProperty(t)))}}class _i{setProperty(t,e){_i.properties[t]=e
666
+ for(const i of _i.roots.values())Oi.getOrCreate(_i.normalizeRoot(i)).setProperty(t,e)}removeProperty(t){delete _i.properties[t]
667
+ for(const e of _i.roots.values())Oi.getOrCreate(_i.normalizeRoot(e)).removeProperty(t)}static registerRoot(t){const{roots:e}=_i
624
668
  if(!e.has(t)){e.add(t)
625
- const i=Ii.getOrCreate(this.normalizeRoot(t))
626
- for(const t in ki.properties)i.setProperty(t,ki.properties[t])}}static unregisterRoot(t){const{roots:e}=ki
669
+ const i=Oi.getOrCreate(this.normalizeRoot(t))
670
+ for(const t in _i.properties)i.setProperty(t,_i.properties[t])}}static unregisterRoot(t){const{roots:e}=_i
627
671
  if(e.has(t)){e.delete(t)
628
- const i=Ii.getOrCreate(ki.normalizeRoot(t))
629
- for(const t in ki.properties)i.removeProperty(t)}}static normalizeRoot(t){return t===bi?document:t}}ki.roots=new Set,ki.properties={}
630
- const _i=new WeakMap,zi=h.supportsAdoptedStyleSheets?class extends wi{constructor(t){super()
672
+ const i=Oi.getOrCreate(_i.normalizeRoot(t))
673
+ for(const t in _i.properties)i.removeProperty(t)}}static normalizeRoot(t){return t===wi?document:t}}_i.roots=new Set,_i.properties={}
674
+ const zi=new WeakMap,Ii=h.supportsAdoptedStyleSheets?class extends xi{constructor(t){super()
631
675
  const e=new CSSStyleSheet
632
- this.target=e.cssRules[e.insertRule(":host{}")].style,t.$fastController.addStyles(U.create([e]))}}:$i,Ii=Object.freeze({getOrCreate(t){if(_i.has(t))return _i.get(t)
676
+ this.target=e.cssRules[e.insertRule(":host{}")].style,t.$fastController.addStyles(U.create([e]))}}:Ci,Oi=Object.freeze({getOrCreate(t){if(zi.has(t))return zi.get(t)
633
677
  let e
634
- return t===bi?e=new ki:t instanceof Document?e=h.supportsAdoptedStyleSheets?new xi:new yi:e=t instanceof ht?new zi(t):new Ci(t),_i.set(t,e),e}})
635
- class Oi extends dt{constructor(t){super(),this.subscribers=new WeakMap,this._appliedTo=new Set,this.name=t.name,null!==t.cssCustomPropertyName&&(this.cssCustomProperty=`--${t.cssCustomPropertyName}`,this.cssVar=`var(${this.cssCustomProperty})`),this.id=Oi.uniqueId(),Oi.tokensById.set(this.id,this)}get appliedTo(){return[...this._appliedTo]}static from(t){return new Oi({name:"string"==typeof t?t:t.name,cssCustomPropertyName:"string"==typeof t?t:void 0===t.cssCustomPropertyName?t.name:t.cssCustomPropertyName})}static isCSSDesignToken(t){return"string"==typeof t.cssCustomProperty}static isDerivedDesignTokenValue(t){return"function"==typeof t}static getTokenById(t){return Oi.tokensById.get(t)}getOrCreateSubscriberSet(t=this){return this.subscribers.get(t)||this.subscribers.set(t,new Set)&&this.subscribers.get(t)}createCSS(){return this.cssVar||""}getValueFor(t){const e=Mi.getOrCreate(t).get(this)
678
+ return t===wi?e=new _i:t instanceof Document?e=h.supportsAdoptedStyleSheets?new yi:new $i:e=t instanceof ht?new Ii(t):new ki(t),zi.set(t,e),e}})
679
+ class Ai extends dt{constructor(t){super(),this.subscribers=new WeakMap,this._appliedTo=new Set,this.name=t.name,null!==t.cssCustomPropertyName&&(this.cssCustomProperty=`--${t.cssCustomPropertyName}`,this.cssVar=`var(${this.cssCustomProperty})`),this.id=Ai.uniqueId(),Ai.tokensById.set(this.id,this)}get appliedTo(){return[...this._appliedTo]}static from(t){return new Ai({name:"string"==typeof t?t:t.name,cssCustomPropertyName:"string"==typeof t?t:void 0===t.cssCustomPropertyName?t.name:t.cssCustomPropertyName})}static isCSSDesignToken(t){return"string"==typeof t.cssCustomProperty}static isDerivedDesignTokenValue(t){return"function"==typeof t}static getTokenById(t){return Ai.tokensById.get(t)}getOrCreateSubscriberSet(t=this){return this.subscribers.get(t)||this.subscribers.set(t,new Set)&&this.subscribers.get(t)}createCSS(){return this.cssVar||""}getValueFor(t){const e=Vi.getOrCreate(t).get(this)
636
680
  if(void 0!==e)return e
637
- throw new Error(`Value could not be retrieved for token named "${this.name}". Ensure the value is set for ${t} or an ancestor of ${t}.`)}setValueFor(t,e){return this._appliedTo.add(t),e instanceof Oi&&(e=this.alias(e)),Mi.getOrCreate(t).set(this,e),this}deleteValueFor(t){return this._appliedTo.delete(t),Mi.existsFor(t)&&Mi.getOrCreate(t).delete(this),this}withDefault(t){return this.setValueFor(bi,t),this}subscribe(t,e){const i=this.getOrCreateSubscriberSet(e)
638
- e&&!Mi.existsFor(e)&&Mi.getOrCreate(e),i.has(t)||i.add(t)}unsubscribe(t,e){const i=this.subscribers.get(e||this)
681
+ throw new Error(`Value could not be retrieved for token named "${this.name}". Ensure the value is set for ${t} or an ancestor of ${t}.`)}setValueFor(t,e){return this._appliedTo.add(t),e instanceof Ai&&(e=this.alias(e)),Vi.getOrCreate(t).set(this,e),this}deleteValueFor(t){return this._appliedTo.delete(t),Vi.existsFor(t)&&Vi.getOrCreate(t).delete(this),this}withDefault(t){return this.setValueFor(wi,t),this}subscribe(t,e){const i=this.getOrCreateSubscriberSet(e)
682
+ e&&!Vi.existsFor(e)&&Vi.getOrCreate(e),i.has(t)||i.add(t)}unsubscribe(t,e){const i=this.subscribers.get(e||this)
639
683
  i&&i.has(t)&&i.delete(t)}notify(t){const e=Object.freeze({token:this,target:t})
640
- this.subscribers.has(this)&&this.subscribers.get(this).forEach((t=>t.handleChange(e))),this.subscribers.has(t)&&this.subscribers.get(t).forEach((t=>t.handleChange(e)))}alias(t){return e=>t.getValueFor(e)}}Oi.uniqueId=(()=>{let t=0
641
- return()=>(t++,t.toString(16))})(),Oi.tokensById=new Map
642
- class Si{constructor(t,e,i){this.source=t,this.token=e,this.node=i,this.dependencies=new Set,this.observer=p.binding(t,this,!1),this.observer.handleChange=this.observer.call,this.handleChange()}disconnect(){this.observer.disconnect()}handleChange(){this.node.store.set(this.token,this.observer.observe(this.node.target,f))}}class Ai{constructor(){this.values=new Map}set(t,e){this.values.get(t)!==e&&(this.values.set(t,e),p.getNotifier(this).notify(t.id))}get(t){return p.track(this,t.id),this.values.get(t)}delete(t){this.values.delete(t)}all(){return this.values.entries()}}const Ei=new WeakMap,Hi=new WeakMap
643
- class Mi{constructor(t){this.target=t,this.store=new Ai,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(t,e)=>{const i=Oi.getTokenById(e)
644
- if(i&&(i.notify(this.target),Oi.isCSSDesignToken(i))){const e=this.parent,s=this.isReflecting(i)
684
+ this.subscribers.has(this)&&this.subscribers.get(this).forEach((t=>t.handleChange(e))),this.subscribers.has(t)&&this.subscribers.get(t).forEach((t=>t.handleChange(e)))}alias(t){return e=>t.getValueFor(e)}}Ai.uniqueId=(()=>{let t=0
685
+ return()=>(t++,t.toString(16))})(),Ai.tokensById=new Map
686
+ class Si{constructor(t,e,i){this.source=t,this.token=e,this.node=i,this.dependencies=new Set,this.observer=p.binding(t,this,!1),this.observer.handleChange=this.observer.call,this.handleChange()}disconnect(){this.observer.disconnect()}handleChange(){this.node.store.set(this.token,this.observer.observe(this.node.target,f))}}class Ei{constructor(){this.values=new Map}set(t,e){this.values.get(t)!==e&&(this.values.set(t,e),p.getNotifier(this).notify(t.id))}get(t){return p.track(this,t.id),this.values.get(t)}delete(t){this.values.delete(t)}all(){return this.values.entries()}}const Hi=new WeakMap,Mi=new WeakMap
687
+ class Vi{constructor(t){this.target=t,this.store=new Ei,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(t,e)=>{const i=Ai.getTokenById(e)
688
+ if(i&&(i.notify(this.target),Ai.isCSSDesignToken(i))){const e=this.parent,s=this.isReflecting(i)
645
689
  if(e){const o=e.get(i),n=t.get(i)
646
- o===n||s?o===n&&s&&this.stopReflectToCSS(i):this.reflectToCSS(i)}else s||this.reflectToCSS(i)}}},Ei.set(t,this),p.getNotifier(this.store).subscribe(this.tokenValueChangeHandler),t instanceof ht?t.$fastController.addBehaviors([this]):t.isConnected&&this.bind()}static getOrCreate(t){return Ei.get(t)||new Mi(t)}static existsFor(t){return Ei.has(t)}static findParent(t){if(bi!==t.target){let e=fi(t.target)
647
- for(;null!==e;){if(Ei.has(e))return Ei.get(e)
648
- e=fi(e)}return Mi.getOrCreate(bi)}return null}static findClosestAssignedNode(t,e){let i=e
690
+ o===n||s?o===n&&s&&this.stopReflectToCSS(i):this.reflectToCSS(i)}else s||this.reflectToCSS(i)}}},Hi.set(t,this),p.getNotifier(this.store).subscribe(this.tokenValueChangeHandler),t instanceof ht?t.$fastController.addBehaviors([this]):t.isConnected&&this.bind()}static getOrCreate(t){return Hi.get(t)||new Vi(t)}static existsFor(t){return Hi.has(t)}static findParent(t){if(wi!==t.target){let e=bi(t.target)
691
+ for(;null!==e;){if(Hi.has(e))return Hi.get(e)
692
+ e=bi(e)}return Vi.getOrCreate(wi)}return null}static findClosestAssignedNode(t,e){let i=e
649
693
  do{if(i.has(t))return i
650
- i=i.parent?i.parent:i.target!==bi?Mi.getOrCreate(bi):null}while(null!==i)
651
- return null}get parent(){return Hi.get(this)||null}has(t){return this.assignedValues.has(t)}get(t){const e=this.store.get(t)
694
+ i=i.parent?i.parent:i.target!==wi?Vi.getOrCreate(wi):null}while(null!==i)
695
+ return null}get parent(){return Mi.get(this)||null}has(t){return this.assignedValues.has(t)}get(t){const e=this.store.get(t)
652
696
  if(void 0!==e)return e
653
697
  const i=this.getRaw(t)
654
698
  return void 0!==i?(this.hydrate(t,i),this.get(t)):void 0}getRaw(t){var e
655
- return this.assignedValues.has(t)?this.assignedValues.get(t):null===(e=Mi.findClosestAssignedNode(t,this))||void 0===e?void 0:e.getRaw(t)}set(t,e){Oi.isDerivedDesignTokenValue(this.assignedValues.get(t))&&this.tearDownBindingObserver(t),this.assignedValues.set(t,e),Oi.isDerivedDesignTokenValue(e)?this.setupBindingObserver(t,e):this.store.set(t,e)}delete(t){this.assignedValues.delete(t),this.tearDownBindingObserver(t)
699
+ return this.assignedValues.has(t)?this.assignedValues.get(t):null===(e=Vi.findClosestAssignedNode(t,this))||void 0===e?void 0:e.getRaw(t)}set(t,e){Ai.isDerivedDesignTokenValue(this.assignedValues.get(t))&&this.tearDownBindingObserver(t),this.assignedValues.set(t,e),Ai.isDerivedDesignTokenValue(e)?this.setupBindingObserver(t,e):this.store.set(t,e)}delete(t){this.assignedValues.delete(t),this.tearDownBindingObserver(t)
656
700
  const e=this.getRaw(t)
657
- e?this.hydrate(t,e):this.store.delete(t)}bind(){const t=Mi.findParent(this)
701
+ e?this.hydrate(t,e):this.store.delete(t)}bind(){const t=Vi.findParent(this)
658
702
  t&&t.appendChild(this)
659
- for(const t of this.assignedValues.keys())t.notify(this.target)}unbind(){if(this.parent){Hi.get(this).removeChild(this)}}appendChild(t){t.parent&&Hi.get(t).removeChild(t)
703
+ for(const t of this.assignedValues.keys())t.notify(this.target)}unbind(){if(this.parent){Mi.get(this).removeChild(this)}}appendChild(t){t.parent&&Mi.get(t).removeChild(t)
660
704
  const e=this.children.filter((e=>t.contains(e)))
661
- Hi.set(t,this),this.children.push(t),e.forEach((e=>t.appendChild(e))),p.getNotifier(this.store).subscribe(t)
705
+ Mi.set(t,this),this.children.push(t),e.forEach((e=>t.appendChild(e))),p.getNotifier(this.store).subscribe(t)
662
706
  for(const[e,i]of this.store.all())t.hydrate(e,this.bindingObservers.has(e)?this.getRaw(e):i)}removeChild(t){const e=this.children.indexOf(t)
663
- return-1!==e&&this.children.splice(e,1),p.getNotifier(this.store).unsubscribe(t),t.parent===this&&Hi.delete(t)}contains(t){return function(t,e){let i=e
707
+ return-1!==e&&this.children.splice(e,1),p.getNotifier(this.store).unsubscribe(t),t.parent===this&&Mi.delete(t)}contains(t){return function(t,e){let i=e
664
708
  for(;null!==i;){if(i===t)return!0
665
- i=fi(i)}return!1}(this.target,t.target)}reflectToCSS(t){this.isReflecting(t)||(this.reflecting.add(t),Mi.cssCustomPropertyReflector.startReflection(t,this.target))}stopReflectToCSS(t){this.isReflecting(t)&&(this.reflecting.delete(t),Mi.cssCustomPropertyReflector.stopReflection(t,this.target))}isReflecting(t){return this.reflecting.has(t)}handleChange(t,e){const i=Oi.getTokenById(e)
709
+ i=bi(i)}return!1}(this.target,t.target)}reflectToCSS(t){this.isReflecting(t)||(this.reflecting.add(t),Vi.cssCustomPropertyReflector.startReflection(t,this.target))}stopReflectToCSS(t){this.isReflecting(t)&&(this.reflecting.delete(t),Vi.cssCustomPropertyReflector.stopReflection(t,this.target))}isReflecting(t){return this.reflecting.has(t)}handleChange(t,e){const i=Ai.getTokenById(e)
666
710
  i&&this.hydrate(i,this.getRaw(i))}hydrate(t,e){if(!this.has(t)){const i=this.bindingObservers.get(t)
667
- Oi.isDerivedDesignTokenValue(e)?i?i.source!==e&&(this.tearDownBindingObserver(t),this.setupBindingObserver(t,e)):this.setupBindingObserver(t,e):(i&&this.tearDownBindingObserver(t),this.store.set(t,e))}}setupBindingObserver(t,e){const i=new Si(e,t,this)
668
- return this.bindingObservers.set(t,i),i}tearDownBindingObserver(t){return!!this.bindingObservers.has(t)&&(this.bindingObservers.get(t).disconnect(),this.bindingObservers.delete(t),!0)}}Mi.cssCustomPropertyReflector=new class{startReflection(t,e){t.subscribe(this,e),this.handleChange({token:t,target:e})}stopReflection(t,e){t.unsubscribe(this,e),this.remove(t,e)}handleChange(t){const{token:e,target:i}=t
669
- this.add(e,i)}add(t,e){Ii.getOrCreate(e).setProperty(t.cssCustomProperty,this.resolveCSSValue(Mi.getOrCreate(e).get(t)))}remove(t,e){Ii.getOrCreate(e).removeProperty(t.cssCustomProperty)}resolveCSSValue(t){return t&&"function"==typeof t.createCSS?t.createCSS():t}},_t([v],Mi.prototype,"children",void 0)
670
- const Vi=Object.freeze({create:function(t){return Oi.from(t)},notifyConnection:t=>!(!t.isConnected||!Mi.existsFor(t))&&(Mi.getOrCreate(t).bind(),!0),notifyDisconnection:t=>!(t.isConnected||!Mi.existsFor(t))&&(Mi.getOrCreate(t).unbind(),!0),registerRoot(t=bi){ki.registerRoot(t)},unregisterRoot(t=bi){ki.unregisterRoot(t)}}),Li=Object.freeze({definitionCallbackOnly:null,ignoreDuplicate:Symbol()}),Ti=new Map,Pi=new Map
671
- let Ri=null
672
- const Di=Vt.createInterface((t=>t.cachedCallback((t=>(null===Ri&&(Ri=new Bi(null,t)),Ri))))),Fi=Object.freeze({tagFor:t=>Pi.get(t),responsibleFor(t){const e=t.$$designSystem$$
711
+ Ai.isDerivedDesignTokenValue(e)?i?i.source!==e&&(this.tearDownBindingObserver(t),this.setupBindingObserver(t,e)):this.setupBindingObserver(t,e):(i&&this.tearDownBindingObserver(t),this.store.set(t,e))}}setupBindingObserver(t,e){const i=new Si(e,t,this)
712
+ return this.bindingObservers.set(t,i),i}tearDownBindingObserver(t){return!!this.bindingObservers.has(t)&&(this.bindingObservers.get(t).disconnect(),this.bindingObservers.delete(t),!0)}}Vi.cssCustomPropertyReflector=new class{startReflection(t,e){t.subscribe(this,e),this.handleChange({token:t,target:e})}stopReflection(t,e){t.unsubscribe(this,e),this.remove(t,e)}handleChange(t){const{token:e,target:i}=t
713
+ this.add(e,i)}add(t,e){Oi.getOrCreate(e).setProperty(t.cssCustomProperty,this.resolveCSSValue(Vi.getOrCreate(e).get(t)))}remove(t,e){Oi.getOrCreate(e).removeProperty(t.cssCustomProperty)}resolveCSSValue(t){return t&&"function"==typeof t.createCSS?t.createCSS():t}},_t([v],Vi.prototype,"children",void 0)
714
+ const Li=Object.freeze({create:function(t){return Ai.from(t)},notifyConnection:t=>!(!t.isConnected||!Vi.existsFor(t))&&(Vi.getOrCreate(t).bind(),!0),notifyDisconnection:t=>!(t.isConnected||!Vi.existsFor(t))&&(Vi.getOrCreate(t).unbind(),!0),registerRoot(t=wi){_i.registerRoot(t)},unregisterRoot(t=wi){_i.unregisterRoot(t)}}),Ti=Object.freeze({definitionCallbackOnly:null,ignoreDuplicate:Symbol()}),Pi=new Map,Ri=new Map
715
+ let Di=null
716
+ const Fi=Vt.createInterface((t=>t.cachedCallback((t=>(null===Di&&(Di=new Ni(null,t)),Di))))),Bi=Object.freeze({tagFor:t=>Ri.get(t),responsibleFor(t){const e=t.$$designSystem$$
673
717
  if(e)return e
674
- return Vt.findResponsibleContainer(t).get(Di)},getOrCreate(t){if(!t)return null===Ri&&(Ri=Vt.getOrCreateDOMContainer().get(Di)),Ri
718
+ return Vt.findResponsibleContainer(t).get(Fi)},getOrCreate(t){if(!t)return null===Di&&(Di=Vt.getOrCreateDOMContainer().get(Fi)),Di
675
719
  const e=t.$$designSystem$$
676
720
  if(e)return e
677
721
  const i=Vt.getOrCreateDOMContainer(t)
678
- if(i.has(Di,!1))return i.get(Di)
679
- {const e=new Bi(t,i)
680
- return i.register(Gt.instance(Di,e)),e}}})
681
- class Bi{constructor(t,e){this.owner=t,this.container=e,this.designTokensInitialized=!1,this.prefix="fast",this.shadowRootMode=void 0,this.disambiguate=()=>Li.definitionCallbackOnly,null!==t&&(t.$$designSystem$$=this)}withPrefix(t){return this.prefix=t,this}withShadowRootMode(t){return this.shadowRootMode=t,this}withElementDisambiguation(t){return this.disambiguate=t,this}withDesignTokenRoot(t){return this.designTokenRoot=t,this}register(...t){const e=this.container,i=[],s=this.disambiguate,o=this.shadowRootMode,n={elementPrefix:this.prefix,tryDefineElement(t,n,r){const a=function(t,e,i){return"string"==typeof t?{name:t,type:e,callback:i}:t}(t,n,r),{name:l,callback:c,baseClass:h}=a
682
- let{type:d}=a,u=l,p=Ti.get(u),v=!0
722
+ if(i.has(Fi,!1))return i.get(Fi)
723
+ {const e=new Ni(t,i)
724
+ return i.register(Gt.instance(Fi,e)),e}}})
725
+ class Ni{constructor(t,e){this.owner=t,this.container=e,this.designTokensInitialized=!1,this.prefix="fast",this.shadowRootMode=void 0,this.disambiguate=()=>Ti.definitionCallbackOnly,null!==t&&(t.$$designSystem$$=this)}withPrefix(t){return this.prefix=t,this}withShadowRootMode(t){return this.shadowRootMode=t,this}withElementDisambiguation(t){return this.disambiguate=t,this}withDesignTokenRoot(t){return this.designTokenRoot=t,this}register(...t){const e=this.container,i=[],s=this.disambiguate,o=this.shadowRootMode,n={elementPrefix:this.prefix,tryDefineElement(t,n,r){const a=function(t,e,i){return"string"==typeof t?{name:t,type:e,callback:i}:t}(t,n,r),{name:l,callback:c,baseClass:h}=a
726
+ let{type:d}=a,u=l,p=Pi.get(u),v=!0
683
727
  for(;p;){const t=s(u,d,p)
684
- switch(t){case Li.ignoreDuplicate:return
685
- case Li.definitionCallbackOnly:v=!1,p=void 0
728
+ switch(t){case Ti.ignoreDuplicate:return
729
+ case Ti.definitionCallbackOnly:v=!1,p=void 0
686
730
  break
687
- default:u=t,p=Ti.get(u)}}v&&((Pi.has(d)||d===le)&&(d=class extends d{}),Ti.set(u,d),Pi.set(d,u),h&&Pi.set(h,u)),i.push(new Ni(e,u,d,o,c,v))}}
688
- this.designTokensInitialized||(this.designTokensInitialized=!0,null!==this.designTokenRoot&&Vi.registerRoot(this.designTokenRoot)),e.registerWithContext(n,...t)
731
+ default:u=t,p=Pi.get(u)}}v&&((Ri.has(d)||d===le)&&(d=class extends d{}),Pi.set(u,d),Ri.set(d,u),h&&Ri.set(h,u)),i.push(new ji(e,u,d,o,c,v))}}
732
+ this.designTokensInitialized||(this.designTokensInitialized=!0,null!==this.designTokenRoot&&Li.registerRoot(this.designTokenRoot)),e.registerWithContext(n,...t)
689
733
  for(const t of i)t.callback(t),t.willDefine&&null!==t.definition&&t.definition.define()
690
- return this}}class Ni{constructor(t,e,i,s,o,n){this.container=t,this.name=e,this.type=i,this.shadowRootMode=s,this.callback=o,this.willDefine=n,this.definition=null}definePresentation(t){re.define(this.name,t,this.container)}defineElement(t){this.definition=new ot(this.type,Object.assign(Object.assign({},t),{name:this.name}))}tagFor(t){return Fi.tagFor(t)}}
734
+ return this}}class ji{constructor(t,e,i,s,o,n){this.container=t,this.name=e,this.type=i,this.shadowRootMode=s,this.callback=o,this.willDefine=n,this.definition=null}definePresentation(t){re.define(this.name,t,this.container)}defineElement(t){this.definition=new ot(this.type,Object.assign(Object.assign({},t),{name:this.name}))}tagFor(t){return Bi.tagFor(t)}}
691
735
  /*!
692
736
  * tabbable 5.2.1
693
737
  * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
694
738
  */
695
- var ji=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],qi=ji.join(","),Ui="undefined"==typeof Element?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Ki=function(t){return"INPUT"===t.tagName},Wi=function(t){return function(t){return Ki(t)&&"radio"===t.type}(t)&&!function(t){if(!t.name)return!0
739
+ var qi=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],Ui=qi.join(","),Ki="undefined"==typeof Element?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Wi=function(t){return"INPUT"===t.tagName},Xi=function(t){return function(t){return Wi(t)&&"radio"===t.type}(t)&&!function(t){if(!t.name)return!0
696
740
  var e,i=t.form||t.ownerDocument,s=function(t){return i.querySelectorAll('input[type="radio"][name="'+t+'"]')}
697
741
  if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)e=s(window.CSS.escape(t.name))
698
742
  else try{e=s(t.name)}catch(t){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",t.message),!1}var o=function(t,e){for(var i=0;i<t.length;i++)if(t[i].checked&&t[i].form===e)return t[i]}(e,t.form)
699
- return!o||o===t}(t)},Xi=function(t,e){return!(e.disabled||function(t){return Ki(t)&&"hidden"===t.type}(e)||function(t,e){if("hidden"===getComputedStyle(t).visibility)return!0
700
- var i=Ui.call(t,"details>summary:first-of-type")?t.parentElement:t
701
- if(Ui.call(i,"details:not([open]) *"))return!0
743
+ return!o||o===t}(t)},Yi=function(t,e){return!(e.disabled||function(t){return Wi(t)&&"hidden"===t.type}(e)||function(t,e){if("hidden"===getComputedStyle(t).visibility)return!0
744
+ var i=Ki.call(t,"details>summary:first-of-type")?t.parentElement:t
745
+ if(Ki.call(i,"details:not([open]) *"))return!0
702
746
  if(e&&"full"!==e){if("non-zero-area"===e){var s=t.getBoundingClientRect(),o=s.width,n=s.height
703
747
  return 0===o&&0===n}}else for(;t;){if("none"===getComputedStyle(t).display)return!0
704
- t=t.parentElement}return!1}(e,t.displayCheck)||function(t){return"DETAILS"===t.tagName&&Array.prototype.slice.apply(t.children).some((function(t){return"SUMMARY"===t.tagName}))}(e)||function(t){if(Ki(t)||"SELECT"===t.tagName||"TEXTAREA"===t.tagName||"BUTTON"===t.tagName)for(var e=t.parentElement;e;){if("FIELDSET"===e.tagName&&e.disabled){for(var i=0;i<e.children.length;i++){var s=e.children.item(i)
705
- if("LEGEND"===s.tagName)return!s.contains(t)}return!0}e=e.parentElement}return!1}(e))},Yi=function(t,e){return!(!Xi(t,e)||Wi(e)||function(t){var e=parseInt(t.getAttribute("tabindex"),10)
706
- return isNaN(e)?function(t){return"true"===t.contentEditable}(t)?0:"AUDIO"!==t.nodeName&&"VIDEO"!==t.nodeName&&"DETAILS"!==t.nodeName||null!==t.getAttribute("tabindex")?t.tabIndex:0:e}(e)<0)},Gi=function(t,e){if(e=e||{},!t)throw new Error("No node provided")
707
- return!1!==Ui.call(t,qi)&&Yi(e,t)},Qi=ji.concat("iframe").join(","),Ji=function(t,e){if(e=e||{},!t)throw new Error("No node provided")
708
- return!1!==Ui.call(t,Qi)&&Xi(e,t)}
709
- class Zi extends le{constructor(){super(...arguments),this.modal=!0,this.hidden=!1,this.trapFocus=!0,this.trapFocusChanged=()=>{this.$fastController.isConnected&&this.updateTrapFocus()},this.isTrappingFocus=!1,this.handleDocumentKeydown=t=>{if(!t.defaultPrevented&&!this.hidden)switch(t.key){case _e:this.dismiss(),t.preventDefault()
748
+ t=t.parentElement}return!1}(e,t.displayCheck)||function(t){return"DETAILS"===t.tagName&&Array.prototype.slice.apply(t.children).some((function(t){return"SUMMARY"===t.tagName}))}(e)||function(t){if(Wi(t)||"SELECT"===t.tagName||"TEXTAREA"===t.tagName||"BUTTON"===t.tagName)for(var e=t.parentElement;e;){if("FIELDSET"===e.tagName&&e.disabled){for(var i=0;i<e.children.length;i++){var s=e.children.item(i)
749
+ if("LEGEND"===s.tagName)return!s.contains(t)}return!0}e=e.parentElement}return!1}(e))},Gi=function(t,e){return!(!Yi(t,e)||Xi(e)||function(t){var e=parseInt(t.getAttribute("tabindex"),10)
750
+ return isNaN(e)?function(t){return"true"===t.contentEditable}(t)?0:"AUDIO"!==t.nodeName&&"VIDEO"!==t.nodeName&&"DETAILS"!==t.nodeName||null!==t.getAttribute("tabindex")?t.tabIndex:0:e}(e)<0)},Qi=function(t,e){if(e=e||{},!t)throw new Error("No node provided")
751
+ return!1!==Ki.call(t,Ui)&&Gi(e,t)},Ji=qi.concat("iframe").join(","),Zi=function(t,e){if(e=e||{},!t)throw new Error("No node provided")
752
+ return!1!==Ki.call(t,Ji)&&Yi(e,t)}
753
+ class ts extends le{constructor(){super(...arguments),this.modal=!0,this.hidden=!1,this.trapFocus=!0,this.trapFocusChanged=()=>{this.$fastController.isConnected&&this.updateTrapFocus()},this.isTrappingFocus=!1,this.handleDocumentKeydown=t=>{if(!t.defaultPrevented&&!this.hidden)switch(t.key){case _e:this.dismiss(),t.preventDefault()
710
754
  break
711
- case Se:this.handleTabKeyDown(t)}},this.handleDocumentFocus=t=>{!t.defaultPrevented&&this.shouldForceFocus(t.target)&&(this.focusFirstElement(),t.preventDefault())},this.handleTabKeyDown=t=>{if(!this.trapFocus||this.hidden)return
755
+ case Ae:this.handleTabKeyDown(t)}},this.handleDocumentFocus=t=>{!t.defaultPrevented&&this.shouldForceFocus(t.target)&&(this.focusFirstElement(),t.preventDefault())},this.handleTabKeyDown=t=>{if(!this.trapFocus||this.hidden)return
712
756
  const e=this.getTabQueueBounds()
713
- return 0!==e.length?1===e.length?(e[0].focus(),void t.preventDefault()):void(t.shiftKey&&t.target===e[0]?(e[e.length-1].focus(),t.preventDefault()):t.shiftKey||t.target!==e[e.length-1]||(e[0].focus(),t.preventDefault())):void 0},this.getTabQueueBounds=()=>Zi.reduceTabbableItems([],this),this.focusFirstElement=()=>{const t=this.getTabQueueBounds()
757
+ return 0!==e.length?1===e.length?(e[0].focus(),void t.preventDefault()):void(t.shiftKey&&t.target===e[0]?(e[e.length-1].focus(),t.preventDefault()):t.shiftKey||t.target!==e[e.length-1]||(e[0].focus(),t.preventDefault())):void 0},this.getTabQueueBounds=()=>ts.reduceTabbableItems([],this),this.focusFirstElement=()=>{const t=this.getTabQueueBounds()
714
758
  t.length>0?t[0].focus():this.dialog instanceof HTMLElement&&this.dialog.focus()},this.shouldForceFocus=t=>this.isTrappingFocus&&!this.contains(t),this.shouldTrapFocus=()=>this.trapFocus&&!this.hidden,this.updateTrapFocus=t=>{const e=void 0===t?this.shouldTrapFocus():t
715
- e&&!this.isTrappingFocus?(this.isTrappingFocus=!0,document.addEventListener("focusin",this.handleDocumentFocus),h.queueUpdate((()=>{this.shouldForceFocus(document.activeElement)&&this.focusFirstElement()}))):!e&&this.isTrappingFocus&&(this.isTrappingFocus=!1,document.removeEventListener("focusin",this.handleDocumentFocus))}}dismiss(){this.$emit("dismiss"),this.$emit("cancel")}show(){this.hidden=!1}hide(){this.hidden=!0,this.$emit("close")}connectedCallback(){super.connectedCallback(),document.addEventListener("keydown",this.handleDocumentKeydown),this.notifier=p.getNotifier(this),this.notifier.subscribe(this,"hidden"),this.updateTrapFocus()}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("keydown",this.handleDocumentKeydown),this.updateTrapFocus(!1),this.notifier.unsubscribe(this,"hidden")}handleChange(t,e){switch(e){case"hidden":this.updateTrapFocus()}}static reduceTabbableItems(t,e){return"-1"===e.getAttribute("tabindex")?t:Gi(e)||Zi.isFocusableFastElement(e)&&Zi.hasTabbableShadow(e)?(t.push(e),t):e.childElementCount?t.concat(Array.from(e.children).reduce(Zi.reduceTabbableItems,[])):t}static isFocusableFastElement(t){var e,i
759
+ e&&!this.isTrappingFocus?(this.isTrappingFocus=!0,document.addEventListener("focusin",this.handleDocumentFocus),h.queueUpdate((()=>{this.shouldForceFocus(document.activeElement)&&this.focusFirstElement()}))):!e&&this.isTrappingFocus&&(this.isTrappingFocus=!1,document.removeEventListener("focusin",this.handleDocumentFocus))}}dismiss(){this.$emit("dismiss"),this.$emit("cancel")}show(){this.hidden=!1}hide(){this.hidden=!0,this.$emit("close")}connectedCallback(){super.connectedCallback(),document.addEventListener("keydown",this.handleDocumentKeydown),this.notifier=p.getNotifier(this),this.notifier.subscribe(this,"hidden"),this.updateTrapFocus()}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("keydown",this.handleDocumentKeydown),this.updateTrapFocus(!1),this.notifier.unsubscribe(this,"hidden")}handleChange(t,e){switch(e){case"hidden":this.updateTrapFocus()}}static reduceTabbableItems(t,e){return"-1"===e.getAttribute("tabindex")?t:Qi(e)||ts.isFocusableFastElement(e)&&ts.hasTabbableShadow(e)?(t.push(e),t):e.childElementCount?t.concat(Array.from(e.children).reduce(ts.reduceTabbableItems,[])):t}static isFocusableFastElement(t){var e,i
716
760
  return!!(null===(i=null===(e=t.$fastController)||void 0===e?void 0:e.definition.shadowOptions)||void 0===i?void 0:i.delegatesFocus)}static hasTabbableShadow(t){var e,i
717
- return Array.from(null!==(i=null===(e=t.shadowRoot)||void 0===e?void 0:e.querySelectorAll("*"))&&void 0!==i?i:[]).some((t=>Gi(t)))}}_t([tt({mode:"boolean"})],Zi.prototype,"modal",void 0),_t([tt({mode:"boolean"})],Zi.prototype,"hidden",void 0),_t([tt({attribute:"trap-focus",mode:"boolean"})],Zi.prototype,"trapFocus",void 0),_t([tt({attribute:"aria-describedby"})],Zi.prototype,"ariaDescribedby",void 0),_t([tt({attribute:"aria-labelledby"})],Zi.prototype,"ariaLabelledby",void 0),_t([tt({attribute:"aria-label"})],Zi.prototype,"ariaLabel",void 0)
718
- class ts extends ni{constructor(){super(...arguments),this.activeIndex=-1,this.rangeStartIndex=-1}get activeOption(){return this.options[this.activeIndex]}get checkedOptions(){var t
761
+ return Array.from(null!==(i=null===(e=t.shadowRoot)||void 0===e?void 0:e.querySelectorAll("*"))&&void 0!==i?i:[]).some((t=>Qi(t)))}}_t([tt({mode:"boolean"})],ts.prototype,"modal",void 0),_t([tt({mode:"boolean"})],ts.prototype,"hidden",void 0),_t([tt({attribute:"trap-focus",mode:"boolean"})],ts.prototype,"trapFocus",void 0),_t([tt({attribute:"aria-describedby"})],ts.prototype,"ariaDescribedby",void 0),_t([tt({attribute:"aria-labelledby"})],ts.prototype,"ariaLabelledby",void 0),_t([tt({attribute:"aria-label"})],ts.prototype,"ariaLabel",void 0)
762
+ class es extends ri{constructor(){super(...arguments),this.activeIndex=-1,this.rangeStartIndex=-1}get activeOption(){return this.options[this.activeIndex]}get checkedOptions(){var t
719
763
  return null===(t=this.options)||void 0===t?void 0:t.filter((t=>t.checked))}get firstSelectedOptionIndex(){return this.options.indexOf(this.firstSelectedOption)}activeIndexChanged(t,e){var i,s
720
764
  this.ariaActiveDescendant=null!==(s=null===(i=this.options[e])||void 0===i?void 0:i.id)&&void 0!==s?s:"",this.focusAndScrollOptionIntoView()}checkActiveIndex(){if(!this.multiple)return
721
765
  const t=this.activeOption
@@ -730,7 +774,7 @@ switch(this.shouldSkipFocus=!1,e){case ze:return void this.checkFirstOption(i)
730
774
  case xe:return void this.checkNextOption(i)
731
775
  case Ce:return void this.checkPreviousOption(i)
732
776
  case Ie:return void this.checkLastOption(i)
733
- case Se:return this.focusAndScrollOptionIntoView(),!0
777
+ case Ae:return this.focusAndScrollOptionIntoView(),!0
734
778
  case _e:return this.uncheckAllOptions(),this.checkActiveIndex(),!0
735
779
  case Oe:if(t.preventDefault(),this.typeAheadExpired)return void this.toggleSelectedForAllCheckedOptions()
736
780
  default:return 1===e.length&&this.handleTypeAhead(`${e}`),!0}}mousedownHandler(t){if(t.offsetX>=0&&t.offsetX<=this.scrollWidth)return super.mousedownHandler(t)}multipleChanged(t,e){var i
@@ -738,18 +782,18 @@ this.ariaMultiSelectable=e?"true":null,null===(i=this.options)||void 0===i||i.fo
738
782
  const s=Math.max(0,parseInt(null!==(i=null==e?void 0:e.toFixed())&&void 0!==i?i:"",10))
739
783
  s!==e&&h.queueUpdate((()=>{this.size=s}))}toggleSelectedForAllCheckedOptions(){const t=this.checkedOptions.filter((t=>!t.disabled)),e=!t.every((t=>t.selected))
740
784
  t.forEach((t=>t.selected=e)),this.selectedIndex=this.options.indexOf(t[t.length-1]),this.setSelectedOptions()}typeaheadBufferChanged(t,e){if(this.multiple){if(this.$fastController.isConnected){const t=this.getTypeaheadMatches(),e=this.options.indexOf(t[0])
741
- e>-1&&(this.activeIndex=e,this.uncheckAllOptions(),this.checkActiveIndex()),this.typeAheadExpired=!1}}else super.typeaheadBufferChanged(t,e)}uncheckAllOptions(t=!1){this.options.forEach((t=>t.checked=!this.multiple&&void 0)),t||(this.rangeStartIndex=-1)}}_t([v],ts.prototype,"activeIndex",void 0),_t([tt({mode:"boolean"})],ts.prototype,"multiple",void 0),_t([tt({converter:J})],ts.prototype,"size",void 0)
742
- const es="menuitem",is="menuitemcheckbox",ss="menuitemradio",os={[es]:"menuitem",[is]:"menuitemcheckbox",[ss]:"menuitemradio"}
743
- class ns extends le{constructor(){super(...arguments),this.role=es,this.hasSubmenu=!1,this.currentDirection=Ee.ltr,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=t=>{if(t.defaultPrevented)return!1
785
+ e>-1&&(this.activeIndex=e,this.uncheckAllOptions(),this.checkActiveIndex()),this.typeAheadExpired=!1}}else super.typeaheadBufferChanged(t,e)}uncheckAllOptions(t=!1){this.options.forEach((t=>t.checked=!this.multiple&&void 0)),t||(this.rangeStartIndex=-1)}}_t([v],es.prototype,"activeIndex",void 0),_t([tt({mode:"boolean"})],es.prototype,"multiple",void 0),_t([tt({converter:J})],es.prototype,"size",void 0)
786
+ const is="menuitem",ss="menuitemcheckbox",os="menuitemradio",ns={[is]:"menuitem",[ss]:"menuitemcheckbox",[os]:"menuitemradio"}
787
+ class rs extends le{constructor(){super(...arguments),this.role=is,this.hasSubmenu=!1,this.currentDirection=Ee.ltr,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=t=>{if(t.defaultPrevented)return!1
744
788
  switch(t.key){case ke:case Oe:return this.invoke(),!1
745
789
  case $e:return this.expandAndFocus(),!1
746
- case ye:if(this.expanded)return this.expanded=!1,this.focus(),!1}return!0},this.handleMenuItemClick=t=>(t.defaultPrevented||this.disabled||this.invoke(),!1),this.submenuLoaded=()=>{this.focusSubmenuOnLoad&&(this.focusSubmenuOnLoad=!1,this.hasSubmenu&&(this.submenu.focus(),this.setAttribute("tabindex","-1")))},this.handleMouseOver=t=>(this.disabled||!this.hasSubmenu||this.expanded||(this.expanded=!0),!1),this.handleMouseOut=t=>(!this.expanded||this.contains(document.activeElement)||(this.expanded=!1),!1),this.expandAndFocus=()=>{this.hasSubmenu&&(this.focusSubmenuOnLoad=!0,this.expanded=!0)},this.invoke=()=>{if(!this.disabled)switch(this.role){case is:this.checked=!this.checked
790
+ case ye:if(this.expanded)return this.expanded=!1,this.focus(),!1}return!0},this.handleMenuItemClick=t=>(t.defaultPrevented||this.disabled||this.invoke(),!1),this.submenuLoaded=()=>{this.focusSubmenuOnLoad&&(this.focusSubmenuOnLoad=!1,this.hasSubmenu&&(this.submenu.focus(),this.setAttribute("tabindex","-1")))},this.handleMouseOver=t=>(this.disabled||!this.hasSubmenu||this.expanded||(this.expanded=!0),!1),this.handleMouseOut=t=>(!this.expanded||this.contains(document.activeElement)||(this.expanded=!1),!1),this.expandAndFocus=()=>{this.hasSubmenu&&(this.focusSubmenuOnLoad=!0,this.expanded=!0)},this.invoke=()=>{if(!this.disabled)switch(this.role){case ss:this.checked=!this.checked
747
791
  break
748
- case es:this.updateSubmenu(),this.hasSubmenu?this.expandAndFocus():this.$emit("change")
792
+ case is:this.updateSubmenu(),this.hasSubmenu?this.expandAndFocus():this.$emit("change")
749
793
  break
750
- case ss:this.checked||(this.checked=!0)}},this.updateSubmenu=()=>{this.submenu=this.domChildren().find((t=>"menu"===t.getAttribute("role"))),this.hasSubmenu=void 0!==this.submenu}}expandedChanged(t){if(this.$fastController.isConnected){if(void 0===this.submenu)return
751
- !1===this.expanded?this.submenu.collapseExpandedItem():this.currentDirection=De(this),this.$emit("expanded-change",this,{bubbles:!1})}}checkedChanged(t,e){this.$fastController.isConnected&&this.$emit("change")}connectedCallback(){super.connectedCallback(),h.queueUpdate((()=>{this.updateSubmenu()})),this.startColumnCount||(this.startColumnCount=1),this.observer=new MutationObserver(this.updateSubmenu)}disconnectedCallback(){super.disconnectedCallback(),this.submenu=void 0,void 0!==this.observer&&(this.observer.disconnect(),this.observer=void 0)}domChildren(){return Array.from(this.children).filter((t=>!t.hasAttribute("hidden")))}}_t([tt({mode:"boolean"})],ns.prototype,"disabled",void 0),_t([tt({mode:"boolean"})],ns.prototype,"expanded",void 0),_t([v],ns.prototype,"startColumnCount",void 0),_t([tt],ns.prototype,"role",void 0),_t([tt({mode:"boolean"})],ns.prototype,"checked",void 0),_t([v],ns.prototype,"submenuRegion",void 0),_t([v],ns.prototype,"hasSubmenu",void 0),_t([v],ns.prototype,"currentDirection",void 0),_t([v],ns.prototype,"submenu",void 0),de(ns,$t)
752
- class rs extends le{constructor(){super(...arguments),this.expandedItem=null,this.focusIndex=-1,this.isNestedMenu=()=>null!==this.parentElement&&ve(this.parentElement)&&"menuitem"===this.parentElement.getAttribute("role"),this.handleFocusOut=t=>{if(!this.contains(t.relatedTarget)&&void 0!==this.menuItems){this.collapseExpandedItem()
794
+ case os:this.checked||(this.checked=!0)}},this.updateSubmenu=()=>{this.submenu=this.domChildren().find((t=>"menu"===t.getAttribute("role"))),this.hasSubmenu=void 0!==this.submenu}}expandedChanged(t){if(this.$fastController.isConnected){if(void 0===this.submenu)return
795
+ !1===this.expanded?this.submenu.collapseExpandedItem():this.currentDirection=De(this),this.$emit("expanded-change",this,{bubbles:!1})}}checkedChanged(t,e){this.$fastController.isConnected&&this.$emit("change")}connectedCallback(){super.connectedCallback(),h.queueUpdate((()=>{this.updateSubmenu()})),this.startColumnCount||(this.startColumnCount=1),this.observer=new MutationObserver(this.updateSubmenu)}disconnectedCallback(){super.disconnectedCallback(),this.submenu=void 0,void 0!==this.observer&&(this.observer.disconnect(),this.observer=void 0)}domChildren(){return Array.from(this.children).filter((t=>!t.hasAttribute("hidden")))}}_t([tt({mode:"boolean"})],rs.prototype,"disabled",void 0),_t([tt({mode:"boolean"})],rs.prototype,"expanded",void 0),_t([v],rs.prototype,"startColumnCount",void 0),_t([tt],rs.prototype,"role",void 0),_t([tt({mode:"boolean"})],rs.prototype,"checked",void 0),_t([v],rs.prototype,"submenuRegion",void 0),_t([v],rs.prototype,"hasSubmenu",void 0),_t([v],rs.prototype,"currentDirection",void 0),_t([v],rs.prototype,"submenu",void 0),de(rs,$t)
796
+ class as extends le{constructor(){super(...arguments),this.expandedItem=null,this.focusIndex=-1,this.isNestedMenu=()=>null!==this.parentElement&&ve(this.parentElement)&&"menuitem"===this.parentElement.getAttribute("role"),this.handleFocusOut=t=>{if(!this.contains(t.relatedTarget)&&void 0!==this.menuItems){this.collapseExpandedItem()
753
797
  const t=this.menuItems.findIndex(this.isFocusableElement)
754
798
  this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.menuItems[t].setAttribute("tabindex","0"),this.focusIndex=t}},this.handleItemFocus=t=>{const e=t.target
755
799
  void 0!==this.menuItems&&e!==this.menuItems[this.focusIndex]&&(this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.focusIndex=this.menuItems.indexOf(e),e.setAttribute("tabindex","0"))},this.handleExpandedChanged=t=>{if(t.defaultPrevented||null===t.target||void 0===this.menuItems||this.menuItems.indexOf(t.target)<0)return
@@ -760,24 +804,24 @@ this.removeItemListeners(),this.menuItems=t
760
804
  const e=this.menuItems.filter(this.isMenuItemElement)
761
805
  e.length&&(this.focusIndex=0)
762
806
  const i=e.reduce(((t,e)=>{const i=function(t){const e=t.getAttribute("role"),i=t.querySelector("[slot=start]")
763
- return e!==es&&null===i||e===es&&null!==i?1:e!==es&&null!==i?2:0}(e)
807
+ return e!==is&&null===i||e===is&&null!==i?1:e!==is&&null!==i?2:0}(e)
764
808
  return t>i?t:i}),0)
765
- e.forEach(((t,e)=>{t.setAttribute("tabindex",0===e?"0":"-1"),t.addEventListener("expanded-change",this.handleExpandedChanged),t.addEventListener("focus",this.handleItemFocus),t instanceof ns&&(t.startColumnCount=i)}))},this.changeHandler=t=>{if(void 0===this.menuItems)return
809
+ e.forEach(((t,e)=>{t.setAttribute("tabindex",0===e?"0":"-1"),t.addEventListener("expanded-change",this.handleExpandedChanged),t.addEventListener("focus",this.handleItemFocus),t instanceof rs&&(t.startColumnCount=i)}))},this.changeHandler=t=>{if(void 0===this.menuItems)return
766
810
  const e=t.target,i=this.menuItems.indexOf(e)
767
811
  if(-1!==i&&"menuitemradio"===e.role&&!0===e.checked){for(let t=i-1;t>=0;--t){const e=this.menuItems[t],i=e.getAttribute("role")
768
- if(i===ss&&(e.checked=!1),"separator"===i)break}const t=this.menuItems.length-1
812
+ if(i===os&&(e.checked=!1),"separator"===i)break}const t=this.menuItems.length-1
769
813
  for(let e=i+1;e<=t;++e){const t=this.menuItems[e],i=t.getAttribute("role")
770
- if(i===ss&&(t.checked=!1),"separator"===i)break}}},this.isMenuItemElement=t=>ve(t)&&rs.focusableElementRoles.hasOwnProperty(t.getAttribute("role")),this.isFocusableElement=t=>this.isMenuItemElement(t)}itemsChanged(t,e){this.$fastController.isConnected&&void 0!==this.menuItems&&this.setItems()}connectedCallback(){super.connectedCallback(),h.queueUpdate((()=>{this.setItems()})),this.addEventListener("change",this.changeHandler)}disconnectedCallback(){super.disconnectedCallback(),this.removeItemListeners(),this.menuItems=void 0,this.removeEventListener("change",this.changeHandler)}focus(){this.setFocus(0,1)}collapseExpandedItem(){null!==this.expandedItem&&(this.expandedItem.expanded=!1,this.expandedItem=null)}handleMenuKeyDown(t){if(!t.defaultPrevented&&void 0!==this.menuItems)switch(t.key){case xe:return void this.setFocus(this.focusIndex+1,1)
814
+ if(i===os&&(t.checked=!1),"separator"===i)break}}},this.isMenuItemElement=t=>ve(t)&&as.focusableElementRoles.hasOwnProperty(t.getAttribute("role")),this.isFocusableElement=t=>this.isMenuItemElement(t)}itemsChanged(t,e){this.$fastController.isConnected&&void 0!==this.menuItems&&this.setItems()}connectedCallback(){super.connectedCallback(),h.queueUpdate((()=>{this.setItems()})),this.addEventListener("change",this.changeHandler)}disconnectedCallback(){super.disconnectedCallback(),this.removeItemListeners(),this.menuItems=void 0,this.removeEventListener("change",this.changeHandler)}focus(){this.setFocus(0,1)}collapseExpandedItem(){null!==this.expandedItem&&(this.expandedItem.expanded=!1,this.expandedItem=null)}handleMenuKeyDown(t){if(!t.defaultPrevented&&void 0!==this.menuItems)switch(t.key){case xe:return void this.setFocus(this.focusIndex+1,1)
771
815
  case Ce:return void this.setFocus(this.focusIndex-1,-1)
772
816
  case Ie:return void this.setFocus(this.menuItems.length-1,-1)
773
817
  case ze:return void this.setFocus(0,1)
774
818
  default:return!0}}domChildren(){return Array.from(this.children).filter((t=>!t.hasAttribute("hidden")))}setFocus(t,e){if(void 0!==this.menuItems)for(;t>=0&&t<this.menuItems.length;){const i=this.menuItems[t]
775
819
  if(this.isFocusableElement(i)){this.focusIndex>-1&&this.menuItems.length>=this.focusIndex-1&&this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.focusIndex=t,i.setAttribute("tabindex","0"),i.focus()
776
- break}t+=e}}}rs.focusableElementRoles=os,_t([v],rs.prototype,"items",void 0)
777
- class as extends le{}class ls extends(We(as)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const cs="text"
778
- class hs extends ls{constructor(){super(...arguments),this.type=cs}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&&h.queueUpdate((()=>{this.focus()}))}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.value=this.control.value}handleChange(){this.$emit("change")}}_t([tt({attribute:"readonly",mode:"boolean"})],hs.prototype,"readOnly",void 0),_t([tt({mode:"boolean"})],hs.prototype,"autofocus",void 0),_t([tt],hs.prototype,"placeholder",void 0),_t([tt],hs.prototype,"type",void 0),_t([tt],hs.prototype,"list",void 0),_t([tt({converter:J})],hs.prototype,"maxlength",void 0),_t([tt({converter:J})],hs.prototype,"minlength",void 0),_t([tt],hs.prototype,"pattern",void 0),_t([tt({converter:J})],hs.prototype,"size",void 0),_t([tt({mode:"boolean"})],hs.prototype,"spellcheck",void 0),_t([v],hs.prototype,"defaultSlottedNodes",void 0)
779
- class ds{}de(ds,Te),de(hs,$t,ds)
780
- class us extends le{}class ps extends(We(us)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class vs extends ps{constructor(){super(...arguments),this.hideStep=!1,this.step=1,this.isUserInput=!1}maxChanged(t,e){var i
820
+ break}t+=e}}}as.focusableElementRoles=ns,_t([v],as.prototype,"items",void 0)
821
+ class ls extends le{}class cs extends(Xe(ls)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const hs="text"
822
+ class ds extends cs{constructor(){super(...arguments),this.type=hs}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&&h.queueUpdate((()=>{this.focus()}))}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.value=this.control.value}handleChange(){this.$emit("change")}}_t([tt({attribute:"readonly",mode:"boolean"})],ds.prototype,"readOnly",void 0),_t([tt({mode:"boolean"})],ds.prototype,"autofocus",void 0),_t([tt],ds.prototype,"placeholder",void 0),_t([tt],ds.prototype,"type",void 0),_t([tt],ds.prototype,"list",void 0),_t([tt({converter:J})],ds.prototype,"maxlength",void 0),_t([tt({converter:J})],ds.prototype,"minlength",void 0),_t([tt],ds.prototype,"pattern",void 0),_t([tt({converter:J})],ds.prototype,"size",void 0),_t([tt({mode:"boolean"})],ds.prototype,"spellcheck",void 0),_t([v],ds.prototype,"defaultSlottedNodes",void 0)
823
+ class us{}de(us,Te),de(ds,$t,us)
824
+ class ps extends le{}class vs extends(Xe(ps)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class gs extends vs{constructor(){super(...arguments),this.hideStep=!1,this.step=1,this.isUserInput=!1}maxChanged(t,e){var i
781
825
  this.max=Math.max(e,null!==(i=this.min)&&void 0!==i?i:e)
782
826
  const s=Math.min(this.min,this.max)
783
827
  void 0!==this.min&&this.min!==s&&(this.min=s),this.value=this.getValidValue(this.value)}minChanged(t,e){var i
@@ -788,13 +832,13 @@ let s=parseFloat(parseFloat(t).toPrecision(12))
788
832
  return isNaN(s)?s="":(s=Math.min(s,null!==(e=this.max)&&void 0!==e?e:s),s=Math.max(s,null!==(i=this.min)&&void 0!==i?i:s).toString()),s}stepUp(){const t=parseFloat(this.value),e=isNaN(t)?this.min>0?this.min:this.max<0?this.max:this.min?0:this.step:t+this.step
789
833
  this.value=e.toString()}stepDown(){const t=parseFloat(this.value),e=isNaN(t)?this.min>0?this.min:this.max<0?this.max:this.min?0:0-this.step:t-this.step
790
834
  this.value=e.toString()}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type","number"),this.validate(),this.control.value=this.value,this.autofocus&&h.queueUpdate((()=>{this.focus()}))}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.control.value=this.control.value.replace(/[^0-9\-+e.]/g,""),this.isUserInput=!0,this.value=this.control.value}handleChange(){this.$emit("change")}handleKeyDown(t){switch(t.key){case Ce:return this.stepUp(),!1
791
- case xe:return this.stepDown(),!1}return!0}handleBlur(){this.control.value=this.value}}function gs(t,e,i){return t.nodeType!==Node.TEXT_NODE||"string"==typeof t.nodeValue&&!!t.nodeValue.trim().length}_t([tt({attribute:"readonly",mode:"boolean"})],vs.prototype,"readOnly",void 0),_t([tt({mode:"boolean"})],vs.prototype,"autofocus",void 0),_t([tt({attribute:"hide-step",mode:"boolean"})],vs.prototype,"hideStep",void 0),_t([tt],vs.prototype,"placeholder",void 0),_t([tt],vs.prototype,"list",void 0),_t([tt({converter:J})],vs.prototype,"maxlength",void 0),_t([tt({converter:J})],vs.prototype,"minlength",void 0),_t([tt({converter:J})],vs.prototype,"size",void 0),_t([tt({converter:J})],vs.prototype,"step",void 0),_t([tt({converter:J})],vs.prototype,"max",void 0),_t([tt({converter:J})],vs.prototype,"min",void 0),_t([v],vs.prototype,"defaultSlottedNodes",void 0),de(vs,$t,ds)
792
- class ms extends ts{}class fs extends(We(ms)){constructor(){super(...arguments),this.proxy=document.createElement("select")}}class bs extends fs{constructor(){super(...arguments),this.open=!1,this.forcedPosition=!1,this.listboxId=Le("listbox-"),this.maxHeight=0}openChanged(t,e){if(this.collapsible){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),this.indexWhenOpened=this.selectedIndex,void h.queueUpdate((()=>this.focus()))
835
+ case xe:return this.stepDown(),!1}return!0}handleBlur(){this.control.value=this.value}}function ms(t,e,i){return t.nodeType!==Node.TEXT_NODE||"string"==typeof t.nodeValue&&!!t.nodeValue.trim().length}_t([tt({attribute:"readonly",mode:"boolean"})],gs.prototype,"readOnly",void 0),_t([tt({mode:"boolean"})],gs.prototype,"autofocus",void 0),_t([tt({attribute:"hide-step",mode:"boolean"})],gs.prototype,"hideStep",void 0),_t([tt],gs.prototype,"placeholder",void 0),_t([tt],gs.prototype,"list",void 0),_t([tt({converter:J})],gs.prototype,"maxlength",void 0),_t([tt({converter:J})],gs.prototype,"minlength",void 0),_t([tt({converter:J})],gs.prototype,"size",void 0),_t([tt({converter:J})],gs.prototype,"step",void 0),_t([tt({converter:J})],gs.prototype,"max",void 0),_t([tt({converter:J})],gs.prototype,"min",void 0),_t([v],gs.prototype,"defaultSlottedNodes",void 0),de(gs,$t,us)
836
+ class fs extends es{}class bs extends(Xe(fs)){constructor(){super(...arguments),this.proxy=document.createElement("select")}}class ws extends bs{constructor(){super(...arguments),this.open=!1,this.forcedPosition=!1,this.listboxId=Le("listbox-"),this.maxHeight=0}openChanged(t,e){if(this.collapsible){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),this.indexWhenOpened=this.selectedIndex,void h.queueUpdate((()=>this.focus()))
793
837
  this.ariaControls="",this.ariaExpanded="false"}}get collapsible(){return!(this.multiple||"number"==typeof this.size)}get value(){return p.track(this,"value"),this._value}set value(t){var e,i,s,o,n,r,a
794
838
  const l=`${this._value}`
795
839
  if(null===(e=this._options)||void 0===e?void 0:e.length){const e=this._options.findIndex((e=>e.value===t)),l=null!==(s=null===(i=this._options[this.selectedIndex])||void 0===i?void 0:i.value)&&void 0!==s?s:null,c=null!==(n=null===(o=this._options[e])||void 0===o?void 0:o.value)&&void 0!==n?n:null;-1!==e&&l===c||(t="",this.selectedIndex=e),t=null!==(a=null===(r=this.firstSelectedOption)||void 0===r?void 0:r.value)&&void 0!==a?a:t}l!==t&&(this._value=t,super.valueChanged(l,t),p.notify(this,"value"),this.updateDisplayValue())}updateValue(t){var e,i
796
840
  this.$fastController.isConnected&&(this.value=null!==(i=null===(e=this.firstSelectedOption)||void 0===e?void 0:e.value)&&void 0!==i?i:""),t&&(this.$emit("input"),this.$emit("change",this,{bubbles:!0,composed:void 0}))}selectedIndexChanged(t,e){super.selectedIndexChanged(t,e),this.updateValue()}positionChanged(t,e){this.positionAttribute=e,this.setPositioning()}setPositioning(){const t=this.getBoundingClientRect(),e=window.innerHeight-t.bottom
797
- this.position=this.forcedPosition?this.positionAttribute:t.top>e?ai:li,this.positionAttribute=this.forcedPosition?this.positionAttribute:this.position,this.maxHeight=this.position===ai?~~t.top:~~e}get displayValue(){var t,e
841
+ this.position=this.forcedPosition?this.positionAttribute:t.top>e?li:ci,this.positionAttribute=this.forcedPosition?this.positionAttribute:this.position,this.maxHeight=this.position===li?~~t.top:~~e}get displayValue(){var t,e
798
842
  return p.track(this,"displayValue"),null!==(e=null===(t=this.firstSelectedOption)||void 0===t?void 0:t.text)&&void 0!==e?e:""}disabledChanged(t,e){super.disabledChanged&&super.disabledChanged(t,e),this.ariaDisabled=this.disabled?"true":"false"}formResetCallback(){this.setProxyOptions(),super.setDefaultSelectedOption(),-1===this.selectedIndex&&(this.selectedIndex=0)}clickHandler(t){if(!this.disabled){if(this.open){const e=t.target.closest("option,[role=option]")
799
843
  if(e&&e.disabled)return}return super.clickHandler(t),this.open=this.collapsible&&!this.open,this.open||this.indexWhenOpened===this.selectedIndex||this.updateValue(!0),!0}}focusoutHandler(t){var e
800
844
  if(super.focusoutHandler(t),!this.open)return!0
@@ -804,7 +848,7 @@ return t.offsetX>=0&&t.offsetX<=(null===(e=this.listbox)||void 0===e?void 0:e.sc
804
848
  super.selectedOptionsChanged(t,e),null===(i=this.options)||void 0===i||i.forEach(((t,e)=>{var i
805
849
  const s=null===(i=this.proxy)||void 0===i?void 0:i.options.item(e)
806
850
  s&&(s.selected=t.selected)}))}setDefaultSelectedOption(){var t
807
- const e=null!==(t=this.options)&&void 0!==t?t:Array.from(this.children).filter(ni.slottedOptionFilter),i=null==e?void 0:e.findIndex((t=>t.hasAttribute("selected")||t.selected||t.value===this.value))
851
+ const e=null!==(t=this.options)&&void 0!==t?t:Array.from(this.children).filter(ri.slottedOptionFilter),i=null==e?void 0:e.findIndex((t=>t.hasAttribute("selected")||t.selected||t.value===this.value))
808
852
  this.selectedIndex=-1===i?0:i}setProxyOptions(){this.proxy instanceof HTMLSelectElement&&this.options&&(this.proxy.options.length=0,this.options.forEach((t=>{const e=t.proxy||(t instanceof HTMLOptionElement?t.cloneNode():null)
809
853
  e&&this.proxy.options.add(e)})))}keydownHandler(t){super.keydownHandler(t)
810
854
  const e=t.key||t.key.charCodeAt(0)
@@ -816,12 +860,12 @@ case ke:t.preventDefault(),this.open=!this.open
816
860
  break
817
861
  case _e:this.collapsible&&this.open&&(t.preventDefault(),this.open=!1)
818
862
  break
819
- case Se:return this.collapsible&&this.open&&(t.preventDefault(),this.open=!1),!0}return this.open||this.indexWhenOpened===this.selectedIndex||(this.updateValue(!0),this.indexWhenOpened=this.selectedIndex),!(e===xe||e===Ce)}connectedCallback(){super.connectedCallback(),this.forcedPosition=!!this.positionAttribute,this.addEventListener("contentchange",this.updateDisplayValue)}disconnectedCallback(){this.removeEventListener("contentchange",this.updateDisplayValue),super.disconnectedCallback()}sizeChanged(t,e){super.sizeChanged(t,e),this.proxy&&(this.proxy.size=e)}updateDisplayValue(){this.collapsible&&p.notify(this,"displayValue")}}_t([tt({attribute:"open",mode:"boolean"})],bs.prototype,"open",void 0),_t([function(t,e,i){return Object.assign({},i,{get:function(){return p.trackVolatile(),i.get.apply(this)}})}],bs.prototype,"collapsible",null),_t([v],bs.prototype,"control",void 0),_t([tt({attribute:"position"})],bs.prototype,"positionAttribute",void 0),_t([v],bs.prototype,"position",void 0),_t([v],bs.prototype,"maxHeight",void 0)
820
- class ws{}_t([v],ws.prototype,"ariaControls",void 0),de(ws,ri),de(bs,$t,ws)
821
- class xs extends le{}class ys extends(Xe(xs)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class $s extends ys{constructor(){super(),this.initialValue="on",this.keypressHandler=t=>{switch(t.key){case ke:case Oe:this.checked=!this.checked}},this.clickHandler=t=>{this.disabled||this.readOnly||(this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly),this.readOnly?this.classList.add("readonly"):this.classList.remove("readonly")}checkedChanged(t,e){super.checkedChanged(t,e),this.checked?this.classList.add("checked"):this.classList.remove("checked")}}_t([tt({attribute:"readonly",mode:"boolean"})],$s.prototype,"readOnly",void 0),_t([v],$s.prototype,"defaultSlottedNodes",void 0)
822
- class Cs extends le{}class ks extends le{}_t([tt({mode:"boolean"})],ks.prototype,"disabled",void 0)
823
- const _s="horizontal"
824
- class zs extends le{constructor(){super(...arguments),this.orientation=_s,this.activeindicator=!0,this.showActiveIndicator=!0,this.prevActiveTabIndex=0,this.activeTabIndex=0,this.ticking=!1,this.change=()=>{this.$emit("change",this.activetab)},this.isDisabledElement=t=>"true"===t.getAttribute("aria-disabled"),this.isFocusableElement=t=>!this.isDisabledElement(t),this.setTabs=()=>{const t="gridColumn",e="gridRow",i=this.isHorizontal()?t:e
863
+ case Ae:return this.collapsible&&this.open&&(t.preventDefault(),this.open=!1),!0}return this.open||this.indexWhenOpened===this.selectedIndex||(this.updateValue(!0),this.indexWhenOpened=this.selectedIndex),!(e===xe||e===Ce)}connectedCallback(){super.connectedCallback(),this.forcedPosition=!!this.positionAttribute,this.addEventListener("contentchange",this.updateDisplayValue)}disconnectedCallback(){this.removeEventListener("contentchange",this.updateDisplayValue),super.disconnectedCallback()}sizeChanged(t,e){super.sizeChanged(t,e),this.proxy&&(this.proxy.size=e)}updateDisplayValue(){this.collapsible&&p.notify(this,"displayValue")}}_t([tt({attribute:"open",mode:"boolean"})],ws.prototype,"open",void 0),_t([function(t,e,i){return Object.assign({},i,{get:function(){return p.trackVolatile(),i.get.apply(this)}})}],ws.prototype,"collapsible",null),_t([v],ws.prototype,"control",void 0),_t([tt({attribute:"position"})],ws.prototype,"positionAttribute",void 0),_t([v],ws.prototype,"position",void 0),_t([v],ws.prototype,"maxHeight",void 0)
864
+ class xs{}_t([v],xs.prototype,"ariaControls",void 0),de(xs,ai),de(ws,$t,xs)
865
+ class ys extends le{}class $s extends(Ye(ys)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class Cs extends $s{constructor(){super(),this.initialValue="on",this.keypressHandler=t=>{switch(t.key){case ke:case Oe:this.checked=!this.checked}},this.clickHandler=t=>{this.disabled||this.readOnly||(this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly),this.readOnly?this.classList.add("readonly"):this.classList.remove("readonly")}checkedChanged(t,e){super.checkedChanged(t,e),this.checked?this.classList.add("checked"):this.classList.remove("checked")}}_t([tt({attribute:"readonly",mode:"boolean"})],Cs.prototype,"readOnly",void 0),_t([v],Cs.prototype,"defaultSlottedNodes",void 0)
866
+ class ks extends le{}class _s extends le{}_t([tt({mode:"boolean"})],_s.prototype,"disabled",void 0)
867
+ const zs="horizontal"
868
+ class Is extends le{constructor(){super(...arguments),this.orientation=zs,this.activeindicator=!0,this.showActiveIndicator=!0,this.prevActiveTabIndex=0,this.activeTabIndex=0,this.ticking=!1,this.change=()=>{this.$emit("change",this.activetab)},this.isDisabledElement=t=>"true"===t.getAttribute("aria-disabled"),this.isFocusableElement=t=>!this.isDisabledElement(t),this.setTabs=()=>{const t="gridColumn",e="gridRow",i=this.isHorizontal()?t:e
825
869
  this.activeTabIndex=this.getActiveIndex(),this.showActiveIndicator=!1,this.tabs.forEach(((t,e)=>{if("tab"===t.slot){const i=this.activeTabIndex===e&&this.isFocusableElement(t)
826
870
  this.activeindicator&&this.isFocusableElement(t)&&(this.showActiveIndicator=!0)
827
871
  const s=this.tabIds[e],o=this.tabpanelIds[e]
@@ -843,92 +887,92 @@ for(i=this.activetab?e.indexOf(this.activetab)-1:0,i=i<0?e.length-1:i;i>=0&&e.le
843
887
  break}i-1<0?i=e.length-1:i-=1}},this.moveToTabByIndex=(t,e)=>{const i=t[e]
844
888
  this.activetab=i,this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=e,i.focus(),this.setComponent()}}orientationChanged(){this.$fastController.isConnected&&(this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}activeidChanged(t,e){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.prevActiveTabIndex=this.tabs.findIndex((e=>e.id===t)),this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}tabsChanged(){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}tabpanelsChanged(){this.$fastController.isConnected&&this.tabpanels.length<=this.tabs.length&&(this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}getActiveIndex(){return void 0!==this.activeid?-1===this.tabIds.indexOf(this.activeid)?0:this.tabIds.indexOf(this.activeid):0}getTabIds(){return this.tabs.map((t=>{var e
845
889
  return null!==(e=t.getAttribute("id"))&&void 0!==e?e:`tab-${Le()}`}))}getTabPanelIds(){return this.tabpanels.map((t=>{var e
846
- return null!==(e=t.getAttribute("id"))&&void 0!==e?e:`panel-${Le()}`}))}setComponent(){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.focusTab(),this.change())}isHorizontal(){return this.orientation===_s}handleActiveIndicatorPosition(){this.showActiveIndicator&&this.activeindicator&&this.activeTabIndex!==this.prevActiveTabIndex&&(this.ticking?this.ticking=!1:(this.ticking=!0,this.animateActiveIndicator()))}animateActiveIndicator(){this.ticking=!0
890
+ return null!==(e=t.getAttribute("id"))&&void 0!==e?e:`panel-${Le()}`}))}setComponent(){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.focusTab(),this.change())}isHorizontal(){return this.orientation===zs}handleActiveIndicatorPosition(){this.showActiveIndicator&&this.activeindicator&&this.activeTabIndex!==this.prevActiveTabIndex&&(this.ticking?this.ticking=!1:(this.ticking=!0,this.animateActiveIndicator()))}animateActiveIndicator(){this.ticking=!0
847
891
  const t=this.isHorizontal()?"gridColumn":"gridRow",e=this.isHorizontal()?"translateX":"translateY",i=this.isHorizontal()?"offsetLeft":"offsetTop",s=this.activeIndicatorRef[i]
848
892
  this.activeIndicatorRef.style[t]=`${this.activeTabIndex+1}`
849
893
  const o=this.activeIndicatorRef[i]
850
894
  this.activeIndicatorRef.style[t]=`${this.prevActiveTabIndex+1}`
851
895
  const n=o-s
852
896
  this.activeIndicatorRef.style.transform=`${e}(${n}px)`,this.activeIndicatorRef.classList.add("activeIndicatorTransition"),this.activeIndicatorRef.addEventListener("transitionend",(()=>{this.ticking=!1,this.activeIndicatorRef.style[t]=`${this.activeTabIndex+1}`,this.activeIndicatorRef.style.transform=`${e}(0px)`,this.activeIndicatorRef.classList.remove("activeIndicatorTransition")}))}adjust(t){var e,i,s
853
- this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=(e=0,i=this.tabs.length-1,(s=this.activeTabIndex+t)<e?i:s>i?e:s),this.setComponent()}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}_t([tt],zs.prototype,"orientation",void 0),_t([tt],zs.prototype,"activeid",void 0),_t([v],zs.prototype,"tabs",void 0),_t([v],zs.prototype,"tabpanels",void 0),_t([tt({mode:"boolean"})],zs.prototype,"activeindicator",void 0),_t([v],zs.prototype,"activeIndicatorRef",void 0),_t([v],zs.prototype,"showActiveIndicator",void 0),de(zs,$t)
854
- class Is extends le{}class Os extends(We(Is)){constructor(){super(...arguments),this.proxy=document.createElement("textarea")}}const Ss="none"
855
- class As extends Os{constructor(){super(...arguments),this.resize=Ss,this.cols=20,this.handleTextInput=()=>{this.value=this.control.value}}readOnlyChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.readOnly=this.readOnly)}autofocusChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.autofocus=this.autofocus)}listChanged(){this.proxy instanceof HTMLTextAreaElement&&this.proxy.setAttribute("list",this.list)}maxlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.maxLength=this.maxlength)}minlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.minLength=this.minlength)}spellcheckChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.spellcheck=this.spellcheck)}select(){this.control.select(),this.$emit("select")}handleChange(){this.$emit("change")}}_t([tt({mode:"boolean"})],As.prototype,"readOnly",void 0),_t([tt],As.prototype,"resize",void 0),_t([tt({mode:"boolean"})],As.prototype,"autofocus",void 0),_t([tt({attribute:"form"})],As.prototype,"formId",void 0),_t([tt],As.prototype,"list",void 0),_t([tt({converter:J})],As.prototype,"maxlength",void 0),_t([tt({converter:J})],As.prototype,"minlength",void 0),_t([tt],As.prototype,"name",void 0),_t([tt],As.prototype,"placeholder",void 0),_t([tt({converter:J,mode:"fromView"})],As.prototype,"cols",void 0),_t([tt({converter:J,mode:"fromView"})],As.prototype,"rows",void 0),_t([tt({mode:"boolean"})],As.prototype,"spellcheck",void 0),_t([v],As.prototype,"defaultSlottedNodes",void 0),de(As,ds)
856
- const Es=Object.freeze({[Ae.ArrowUp]:{[pe]:-1},[Ae.ArrowDown]:{[pe]:1},[Ae.ArrowLeft]:{[ue]:{[Ee.ltr]:-1,[Ee.rtl]:1}},[Ae.ArrowRight]:{[ue]:{[Ee.ltr]:1,[Ee.rtl]:-1}}})
857
- class Hs extends le{constructor(){super(...arguments),this._activeIndex=0,this.direction=Ee.ltr,this.orientation=ue}get activeIndex(){return p.track(this,"activeIndex"),this._activeIndex}set activeIndex(t){this.$fastController.isConnected&&(this._activeIndex=He(0,this.focusableElements.length-1,t),p.notify(this,"activeIndex"))}slottedItemsChanged(){this.$fastController.isConnected&&this.reduceFocusableElements()}clickHandler(t){var e
897
+ this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=(e=0,i=this.tabs.length-1,(s=this.activeTabIndex+t)<e?i:s>i?e:s),this.setComponent()}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}_t([tt],Is.prototype,"orientation",void 0),_t([tt],Is.prototype,"activeid",void 0),_t([v],Is.prototype,"tabs",void 0),_t([v],Is.prototype,"tabpanels",void 0),_t([tt({mode:"boolean"})],Is.prototype,"activeindicator",void 0),_t([v],Is.prototype,"activeIndicatorRef",void 0),_t([v],Is.prototype,"showActiveIndicator",void 0),de(Is,$t)
898
+ class Os extends le{}class As extends(Xe(Os)){constructor(){super(...arguments),this.proxy=document.createElement("textarea")}}const Ss="none"
899
+ class Es extends As{constructor(){super(...arguments),this.resize=Ss,this.cols=20,this.handleTextInput=()=>{this.value=this.control.value}}readOnlyChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.readOnly=this.readOnly)}autofocusChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.autofocus=this.autofocus)}listChanged(){this.proxy instanceof HTMLTextAreaElement&&this.proxy.setAttribute("list",this.list)}maxlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.maxLength=this.maxlength)}minlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.minLength=this.minlength)}spellcheckChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.spellcheck=this.spellcheck)}select(){this.control.select(),this.$emit("select")}handleChange(){this.$emit("change")}}_t([tt({mode:"boolean"})],Es.prototype,"readOnly",void 0),_t([tt],Es.prototype,"resize",void 0),_t([tt({mode:"boolean"})],Es.prototype,"autofocus",void 0),_t([tt({attribute:"form"})],Es.prototype,"formId",void 0),_t([tt],Es.prototype,"list",void 0),_t([tt({converter:J})],Es.prototype,"maxlength",void 0),_t([tt({converter:J})],Es.prototype,"minlength",void 0),_t([tt],Es.prototype,"name",void 0),_t([tt],Es.prototype,"placeholder",void 0),_t([tt({converter:J,mode:"fromView"})],Es.prototype,"cols",void 0),_t([tt({converter:J,mode:"fromView"})],Es.prototype,"rows",void 0),_t([tt({mode:"boolean"})],Es.prototype,"spellcheck",void 0),_t([v],Es.prototype,"defaultSlottedNodes",void 0),de(Es,us)
900
+ const Hs=Object.freeze({[Se.ArrowUp]:{[pe]:-1},[Se.ArrowDown]:{[pe]:1},[Se.ArrowLeft]:{[ue]:{[Ee.ltr]:-1,[Ee.rtl]:1}},[Se.ArrowRight]:{[ue]:{[Ee.ltr]:1,[Ee.rtl]:-1}}})
901
+ class Ms extends le{constructor(){super(...arguments),this._activeIndex=0,this.direction=Ee.ltr,this.orientation=ue}get activeIndex(){return p.track(this,"activeIndex"),this._activeIndex}set activeIndex(t){this.$fastController.isConnected&&(this._activeIndex=He(0,this.focusableElements.length-1,t),p.notify(this,"activeIndex"))}slottedItemsChanged(){this.$fastController.isConnected&&this.reduceFocusableElements()}clickHandler(t){var e
858
902
  const i=null===(e=this.focusableElements)||void 0===e?void 0:e.indexOf(t.target)
859
903
  return i>-1&&this.activeIndex!==i&&this.setFocusedElement(i),!0}childItemsChanged(t,e){this.$fastController.isConnected&&this.reduceFocusableElements()}connectedCallback(){super.connectedCallback(),this.direction=De(this)}focusinHandler(t){const e=t.relatedTarget
860
904
  e&&!this.contains(e)&&this.setFocusedElement()}getDirectionalIncrementer(t){var e,i,s,o,n
861
- return null!==(n=null!==(s=null===(i=null===(e=Es[t])||void 0===e?void 0:e[this.orientation])||void 0===i?void 0:i[this.direction])&&void 0!==s?s:null===(o=Es[t])||void 0===o?void 0:o[this.orientation])&&void 0!==n?n:0}keydownHandler(t){const e=t.key
862
- if(!(e in Ae)||t.defaultPrevented||t.shiftKey)return!0
905
+ return null!==(n=null!==(s=null===(i=null===(e=Hs[t])||void 0===e?void 0:e[this.orientation])||void 0===i?void 0:i[this.direction])&&void 0!==s?s:null===(o=Hs[t])||void 0===o?void 0:o[this.orientation])&&void 0!==n?n:0}keydownHandler(t){const e=t.key
906
+ if(!(e in Se)||t.defaultPrevented||t.shiftKey)return!0
863
907
  const i=this.getDirectionalIncrementer(e)
864
908
  if(!i)return!t.target.closest("[role=radiogroup]")
865
909
  const s=this.activeIndex+i
866
910
  return this.focusableElements[s]&&t.preventDefault(),this.setFocusedElement(s),!0}get allSlottedItems(){return[...this.start.assignedElements(),...this.slottedItems,...this.end.assignedElements()]}reduceFocusableElements(){var t
867
911
  const e=null===(t=this.focusableElements)||void 0===t?void 0:t[this.activeIndex]
868
- this.focusableElements=this.allSlottedItems.reduce(Hs.reduceFocusableItems,[])
912
+ this.focusableElements=this.allSlottedItems.reduce(Ms.reduceFocusableItems,[])
869
913
  const i=this.focusableElements.indexOf(e)
870
914
  this.activeIndex=Math.max(0,i),this.setFocusableElements()}setFocusedElement(t=this.activeIndex){var e
871
915
  this.activeIndex=t,this.setFocusableElements(),null===(e=this.focusableElements[this.activeIndex])||void 0===e||e.focus()}static reduceFocusableItems(t,e){var i,s,o,n
872
- const r="radio"===e.getAttribute("role"),a=null===(s=null===(i=e.$fastController)||void 0===i?void 0:i.definition.shadowOptions)||void 0===s?void 0:s.delegatesFocus,l=Array.from(null!==(n=null===(o=e.shadowRoot)||void 0===o?void 0:o.querySelectorAll("*"))&&void 0!==n?n:[]).some((t=>Ji(t)))
873
- return e.hasAttribute("disabled")||e.hasAttribute("hidden")||!(Ji(e)||r||a||l)?e.childElementCount?t.concat(Array.from(e.children).reduce(Hs.reduceFocusableItems,[])):t:(t.push(e),t)}setFocusableElements(){this.$fastController.isConnected&&this.focusableElements.length>0&&this.focusableElements.forEach(((t,e)=>{t.tabIndex=this.activeIndex===e?0:-1}))}}_t([v],Hs.prototype,"direction",void 0),_t([tt],Hs.prototype,"orientation",void 0),_t([v],Hs.prototype,"slottedItems",void 0),_t([v],Hs.prototype,"slottedLabel",void 0),_t([v],Hs.prototype,"childItems",void 0)
874
- class Ms{}_t([tt({attribute:"aria-labelledby"})],Ms.prototype,"ariaLabelledby",void 0),_t([tt({attribute:"aria-label"})],Ms.prototype,"ariaLabel",void 0),de(Ms,Te),de(Hs,$t,Ms)
875
- const Vs="top",Ls="right",Ts="bottom",Ps="left",Rs="start",Ds="end",Fs="top-left",Bs="top-right",Ns="bottom-left",js="bottom-right",qs="top-start",Us="top-end",Ks="bottom-start",Ws="bottom-end"
876
- class Xs extends le{constructor(){super(...arguments),this.anchor="",this.delay=300,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="dynamic",this.horizontalInset="false",this.verticalInset="false",this.horizontalScaling="content",this.verticalScaling="content",this.verticalDefaultPosition=void 0,this.horizontalDefaultPosition=void 0,this.tooltipVisible=!1,this.currentDirection=Ee.ltr,this.showDelayTimer=null,this.hideDelayTimer=null,this.isAnchorHoveredFocused=!1,this.isRegionHovered=!1,this.handlePositionChange=t=>{this.classList.toggle("top","start"===this.region.verticalPosition),this.classList.toggle("bottom","end"===this.region.verticalPosition),this.classList.toggle("inset-top","insetStart"===this.region.verticalPosition),this.classList.toggle("inset-bottom","insetEnd"===this.region.verticalPosition),this.classList.toggle("center-vertical","center"===this.region.verticalPosition),this.classList.toggle("left","start"===this.region.horizontalPosition),this.classList.toggle("right","end"===this.region.horizontalPosition),this.classList.toggle("inset-left","insetStart"===this.region.horizontalPosition),this.classList.toggle("inset-right","insetEnd"===this.region.horizontalPosition),this.classList.toggle("center-horizontal","center"===this.region.horizontalPosition)},this.handleRegionMouseOver=t=>{this.isRegionHovered=!0},this.handleRegionMouseOut=t=>{this.isRegionHovered=!1,this.startHideDelayTimer()},this.handleAnchorMouseOver=t=>{this.tooltipVisible?this.isAnchorHoveredFocused=!0:this.startShowDelayTimer()},this.handleAnchorMouseOut=t=>{this.isAnchorHoveredFocused=!1,this.clearShowDelayTimer(),this.startHideDelayTimer()},this.handleAnchorFocusIn=t=>{this.startShowDelayTimer()},this.handleAnchorFocusOut=t=>{this.isAnchorHoveredFocused=!1,this.clearShowDelayTimer(),this.startHideDelayTimer()},this.startHideDelayTimer=()=>{this.clearHideDelayTimer(),this.tooltipVisible&&(this.hideDelayTimer=window.setTimeout((()=>{this.updateTooltipVisibility()}),60))},this.clearHideDelayTimer=()=>{null!==this.hideDelayTimer&&(clearTimeout(this.hideDelayTimer),this.hideDelayTimer=null)},this.startShowDelayTimer=()=>{this.isAnchorHoveredFocused||(this.delay>1?null===this.showDelayTimer&&(this.showDelayTimer=window.setTimeout((()=>{this.startHover()}),this.delay)):this.startHover())},this.startHover=()=>{this.isAnchorHoveredFocused=!0,this.updateTooltipVisibility()},this.clearShowDelayTimer=()=>{null!==this.showDelayTimer&&(clearTimeout(this.showDelayTimer),this.showDelayTimer=null)},this.getAnchor=()=>{const t=this.getRootNode()
916
+ const r="radio"===e.getAttribute("role"),a=null===(s=null===(i=e.$fastController)||void 0===i?void 0:i.definition.shadowOptions)||void 0===s?void 0:s.delegatesFocus,l=Array.from(null!==(n=null===(o=e.shadowRoot)||void 0===o?void 0:o.querySelectorAll("*"))&&void 0!==n?n:[]).some((t=>Zi(t)))
917
+ return e.hasAttribute("disabled")||e.hasAttribute("hidden")||!(Zi(e)||r||a||l)?e.childElementCount?t.concat(Array.from(e.children).reduce(Ms.reduceFocusableItems,[])):t:(t.push(e),t)}setFocusableElements(){this.$fastController.isConnected&&this.focusableElements.length>0&&this.focusableElements.forEach(((t,e)=>{t.tabIndex=this.activeIndex===e?0:-1}))}}_t([v],Ms.prototype,"direction",void 0),_t([tt],Ms.prototype,"orientation",void 0),_t([v],Ms.prototype,"slottedItems",void 0),_t([v],Ms.prototype,"slottedLabel",void 0),_t([v],Ms.prototype,"childItems",void 0)
918
+ class Vs{}_t([tt({attribute:"aria-labelledby"})],Vs.prototype,"ariaLabelledby",void 0),_t([tt({attribute:"aria-label"})],Vs.prototype,"ariaLabel",void 0),de(Vs,Te),de(Ms,$t,Vs)
919
+ const Ls="top",Ts="right",Ps="bottom",Rs="left",Ds="start",Fs="end",Bs="top-left",Ns="top-right",js="bottom-left",qs="bottom-right",Us="top-start",Ks="top-end",Ws="bottom-start",Xs="bottom-end"
920
+ class Ys extends le{constructor(){super(...arguments),this.anchor="",this.delay=300,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="dynamic",this.horizontalInset="false",this.verticalInset="false",this.horizontalScaling="content",this.verticalScaling="content",this.verticalDefaultPosition=void 0,this.horizontalDefaultPosition=void 0,this.tooltipVisible=!1,this.currentDirection=Ee.ltr,this.showDelayTimer=null,this.hideDelayTimer=null,this.isAnchorHoveredFocused=!1,this.isRegionHovered=!1,this.handlePositionChange=t=>{this.classList.toggle("top","start"===this.region.verticalPosition),this.classList.toggle("bottom","end"===this.region.verticalPosition),this.classList.toggle("inset-top","insetStart"===this.region.verticalPosition),this.classList.toggle("inset-bottom","insetEnd"===this.region.verticalPosition),this.classList.toggle("center-vertical","center"===this.region.verticalPosition),this.classList.toggle("left","start"===this.region.horizontalPosition),this.classList.toggle("right","end"===this.region.horizontalPosition),this.classList.toggle("inset-left","insetStart"===this.region.horizontalPosition),this.classList.toggle("inset-right","insetEnd"===this.region.horizontalPosition),this.classList.toggle("center-horizontal","center"===this.region.horizontalPosition)},this.handleRegionMouseOver=t=>{this.isRegionHovered=!0},this.handleRegionMouseOut=t=>{this.isRegionHovered=!1,this.startHideDelayTimer()},this.handleAnchorMouseOver=t=>{this.tooltipVisible?this.isAnchorHoveredFocused=!0:this.startShowDelayTimer()},this.handleAnchorMouseOut=t=>{this.isAnchorHoveredFocused=!1,this.clearShowDelayTimer(),this.startHideDelayTimer()},this.handleAnchorFocusIn=t=>{this.startShowDelayTimer()},this.handleAnchorFocusOut=t=>{this.isAnchorHoveredFocused=!1,this.clearShowDelayTimer(),this.startHideDelayTimer()},this.startHideDelayTimer=()=>{this.clearHideDelayTimer(),this.tooltipVisible&&(this.hideDelayTimer=window.setTimeout((()=>{this.updateTooltipVisibility()}),60))},this.clearHideDelayTimer=()=>{null!==this.hideDelayTimer&&(clearTimeout(this.hideDelayTimer),this.hideDelayTimer=null)},this.startShowDelayTimer=()=>{this.isAnchorHoveredFocused||(this.delay>1?null===this.showDelayTimer&&(this.showDelayTimer=window.setTimeout((()=>{this.startHover()}),this.delay)):this.startHover())},this.startHover=()=>{this.isAnchorHoveredFocused=!0,this.updateTooltipVisibility()},this.clearShowDelayTimer=()=>{null!==this.showDelayTimer&&(clearTimeout(this.showDelayTimer),this.showDelayTimer=null)},this.getAnchor=()=>{const t=this.getRootNode()
877
921
  return t instanceof ShadowRoot?t.getElementById(this.anchor):document.getElementById(this.anchor)},this.handleDocumentKeydown=t=>{if(!t.defaultPrevented&&this.tooltipVisible)switch(t.key){case _e:this.isAnchorHoveredFocused=!1,this.updateTooltipVisibility(),this.$emit("dismiss")}},this.updateTooltipVisibility=()=>{if(!1===this.visible)this.hideTooltip()
878
922
  else{if(!0===this.visible)return void this.showTooltip()
879
923
  if(this.isAnchorHoveredFocused||this.isRegionHovered)return void this.showTooltip()
880
924
  this.hideTooltip()}},this.showTooltip=()=>{this.tooltipVisible||(this.currentDirection=De(this),this.tooltipVisible=!0,document.addEventListener("keydown",this.handleDocumentKeydown),h.queueUpdate(this.setRegionProps))},this.hideTooltip=()=>{this.tooltipVisible&&(this.clearHideDelayTimer(),null!==this.region&&void 0!==this.region&&(this.region.removeEventListener("positionchange",this.handlePositionChange),this.region.viewportElement=null,this.region.anchorElement=null,this.region.removeEventListener("mouseover",this.handleRegionMouseOver),this.region.removeEventListener("mouseout",this.handleRegionMouseOut)),document.removeEventListener("keydown",this.handleDocumentKeydown),this.tooltipVisible=!1)},this.setRegionProps=()=>{this.tooltipVisible&&(this.region.viewportElement=this.viewportElement,this.region.anchorElement=this.anchorElement,this.region.addEventListener("positionchange",this.handlePositionChange),this.region.addEventListener("mouseover",this.handleRegionMouseOver,{passive:!0}),this.region.addEventListener("mouseout",this.handleRegionMouseOut,{passive:!0}))}}visibleChanged(){this.$fastController.isConnected&&(this.updateTooltipVisibility(),this.updateLayout())}anchorChanged(){this.$fastController.isConnected&&(this.anchorElement=this.getAnchor())}positionChanged(){this.$fastController.isConnected&&this.updateLayout()}anchorElementChanged(t){if(this.$fastController.isConnected){if(null!=t&&(t.removeEventListener("mouseover",this.handleAnchorMouseOver),t.removeEventListener("mouseout",this.handleAnchorMouseOut),t.removeEventListener("focusin",this.handleAnchorFocusIn),t.removeEventListener("focusout",this.handleAnchorFocusOut)),null!==this.anchorElement&&void 0!==this.anchorElement){this.anchorElement.addEventListener("mouseover",this.handleAnchorMouseOver,{passive:!0}),this.anchorElement.addEventListener("mouseout",this.handleAnchorMouseOut,{passive:!0}),this.anchorElement.addEventListener("focusin",this.handleAnchorFocusIn,{passive:!0}),this.anchorElement.addEventListener("focusout",this.handleAnchorFocusOut,{passive:!0})
881
925
  const t=this.anchorElement.id
882
- null!==this.anchorElement.parentElement&&this.anchorElement.parentElement.querySelectorAll(":hover").forEach((e=>{e.id===t&&this.startShowDelayTimer()}))}null!==this.region&&void 0!==this.region&&this.tooltipVisible&&(this.region.anchorElement=this.anchorElement),this.updateLayout()}}viewportElementChanged(){null!==this.region&&void 0!==this.region&&(this.region.viewportElement=this.viewportElement),this.updateLayout()}connectedCallback(){super.connectedCallback(),this.anchorElement=this.getAnchor(),this.updateTooltipVisibility()}disconnectedCallback(){this.hideTooltip(),this.clearShowDelayTimer(),this.clearHideDelayTimer(),super.disconnectedCallback()}updateLayout(){switch(this.verticalPositioningMode="locktodefault",this.horizontalPositioningMode="locktodefault",this.position){case Vs:case Ts:this.verticalDefaultPosition=this.position,this.horizontalDefaultPosition="center"
926
+ null!==this.anchorElement.parentElement&&this.anchorElement.parentElement.querySelectorAll(":hover").forEach((e=>{e.id===t&&this.startShowDelayTimer()}))}null!==this.region&&void 0!==this.region&&this.tooltipVisible&&(this.region.anchorElement=this.anchorElement),this.updateLayout()}}viewportElementChanged(){null!==this.region&&void 0!==this.region&&(this.region.viewportElement=this.viewportElement),this.updateLayout()}connectedCallback(){super.connectedCallback(),this.anchorElement=this.getAnchor(),this.updateTooltipVisibility()}disconnectedCallback(){this.hideTooltip(),this.clearShowDelayTimer(),this.clearHideDelayTimer(),super.disconnectedCallback()}updateLayout(){switch(this.verticalPositioningMode="locktodefault",this.horizontalPositioningMode="locktodefault",this.position){case Ls:case Ps:this.verticalDefaultPosition=this.position,this.horizontalDefaultPosition="center"
883
927
  break
884
- case Ls:case Ps:case Rs:case Ds:this.verticalDefaultPosition="center",this.horizontalDefaultPosition=this.position
928
+ case Ts:case Rs:case Ds:case Fs:this.verticalDefaultPosition="center",this.horizontalDefaultPosition=this.position
885
929
  break
886
- case Fs:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="left"
930
+ case Bs:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="left"
887
931
  break
888
- case Bs:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="right"
932
+ case Ns:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="right"
889
933
  break
890
- case Ns:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="left"
934
+ case js:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="left"
891
935
  break
892
- case js:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="right"
936
+ case qs:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="right"
893
937
  break
894
- case qs:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="start"
938
+ case Us:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="start"
895
939
  break
896
- case Us:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="end"
940
+ case Ks:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="end"
897
941
  break
898
- case Ks:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="start"
942
+ case Ws:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="start"
899
943
  break
900
- case Ws:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="end"
944
+ case Xs:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="end"
901
945
  break
902
- default:this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="dynamic",this.verticalDefaultPosition=void 0,this.horizontalDefaultPosition="center"}}}_t([tt({mode:"boolean"})],Xs.prototype,"visible",void 0),_t([tt],Xs.prototype,"anchor",void 0),_t([tt],Xs.prototype,"delay",void 0),_t([tt],Xs.prototype,"position",void 0),_t([tt({attribute:"auto-update-mode"})],Xs.prototype,"autoUpdateMode",void 0),_t([tt({attribute:"horizontal-viewport-lock"})],Xs.prototype,"horizontalViewportLock",void 0),_t([tt({attribute:"vertical-viewport-lock"})],Xs.prototype,"verticalViewportLock",void 0),_t([v],Xs.prototype,"anchorElement",void 0),_t([v],Xs.prototype,"viewportElement",void 0),_t([v],Xs.prototype,"verticalPositioningMode",void 0),_t([v],Xs.prototype,"horizontalPositioningMode",void 0),_t([v],Xs.prototype,"horizontalInset",void 0),_t([v],Xs.prototype,"verticalInset",void 0),_t([v],Xs.prototype,"horizontalScaling",void 0),_t([v],Xs.prototype,"verticalScaling",void 0),_t([v],Xs.prototype,"verticalDefaultPosition",void 0),_t([v],Xs.prototype,"horizontalDefaultPosition",void 0),_t([v],Xs.prototype,"tooltipVisible",void 0),_t([v],Xs.prototype,"currentDirection",void 0)
903
- function Ys(t){return ve(t)&&"treeitem"===t.getAttribute("role")}class Gs extends le{constructor(){super(...arguments),this.expanded=!1,this.focusable=!1,this.isNestedItem=()=>Ys(this.parentElement),this.handleExpandCollapseButtonClick=t=>{this.disabled||t.defaultPrevented||(this.expanded=!this.expanded)},this.handleFocus=t=>{this.setAttribute("tabindex","0")},this.handleBlur=t=>{this.setAttribute("tabindex","-1")}}expandedChanged(){this.$fastController.isConnected&&this.$emit("expanded-change",this)}selectedChanged(){this.$fastController.isConnected&&this.$emit("selected-change",this)}itemsChanged(t,e){this.$fastController.isConnected&&this.items.forEach((t=>{Ys(t)&&(t.nested=!0)}))}static focusItem(t){t.focusable=!0,t.focus()}childItemLength(){const t=this.childItems.filter((t=>Ys(t)))
904
- return t?t.length:0}}_t([tt({mode:"boolean"})],Gs.prototype,"expanded",void 0),_t([tt({mode:"boolean"})],Gs.prototype,"selected",void 0),_t([tt({mode:"boolean"})],Gs.prototype,"disabled",void 0),_t([v],Gs.prototype,"focusable",void 0),_t([v],Gs.prototype,"childItems",void 0),_t([v],Gs.prototype,"items",void 0),_t([v],Gs.prototype,"nested",void 0),_t([v],Gs.prototype,"renderCollapsedChildren",void 0),de(Gs,$t)
905
- class Qs extends le{constructor(){super(...arguments),this.currentFocused=null,this.handleFocus=t=>{if(!(this.slottedTreeItems.length<1))return t.target===this?(null===this.currentFocused&&(this.currentFocused=this.getValidFocusableItem()),void(null!==this.currentFocused&&Gs.focusItem(this.currentFocused))):void(this.contains(t.target)&&(this.setAttribute("tabindex","-1"),this.currentFocused=t.target))},this.handleBlur=t=>{t.target instanceof HTMLElement&&(null===t.relatedTarget||!this.contains(t.relatedTarget))&&this.setAttribute("tabindex","0")},this.handleKeyDown=t=>{if(t.defaultPrevented)return
946
+ default:this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="dynamic",this.verticalDefaultPosition=void 0,this.horizontalDefaultPosition="center"}}}_t([tt({mode:"boolean"})],Ys.prototype,"visible",void 0),_t([tt],Ys.prototype,"anchor",void 0),_t([tt],Ys.prototype,"delay",void 0),_t([tt],Ys.prototype,"position",void 0),_t([tt({attribute:"auto-update-mode"})],Ys.prototype,"autoUpdateMode",void 0),_t([tt({attribute:"horizontal-viewport-lock"})],Ys.prototype,"horizontalViewportLock",void 0),_t([tt({attribute:"vertical-viewport-lock"})],Ys.prototype,"verticalViewportLock",void 0),_t([v],Ys.prototype,"anchorElement",void 0),_t([v],Ys.prototype,"viewportElement",void 0),_t([v],Ys.prototype,"verticalPositioningMode",void 0),_t([v],Ys.prototype,"horizontalPositioningMode",void 0),_t([v],Ys.prototype,"horizontalInset",void 0),_t([v],Ys.prototype,"verticalInset",void 0),_t([v],Ys.prototype,"horizontalScaling",void 0),_t([v],Ys.prototype,"verticalScaling",void 0),_t([v],Ys.prototype,"verticalDefaultPosition",void 0),_t([v],Ys.prototype,"horizontalDefaultPosition",void 0),_t([v],Ys.prototype,"tooltipVisible",void 0),_t([v],Ys.prototype,"currentDirection",void 0)
947
+ function Gs(t){return ve(t)&&"treeitem"===t.getAttribute("role")}class Qs extends le{constructor(){super(...arguments),this.expanded=!1,this.focusable=!1,this.isNestedItem=()=>Gs(this.parentElement),this.handleExpandCollapseButtonClick=t=>{this.disabled||t.defaultPrevented||(this.expanded=!this.expanded)},this.handleFocus=t=>{this.setAttribute("tabindex","0")},this.handleBlur=t=>{this.setAttribute("tabindex","-1")}}expandedChanged(){this.$fastController.isConnected&&this.$emit("expanded-change",this)}selectedChanged(){this.$fastController.isConnected&&this.$emit("selected-change",this)}itemsChanged(t,e){this.$fastController.isConnected&&this.items.forEach((t=>{Gs(t)&&(t.nested=!0)}))}static focusItem(t){t.focusable=!0,t.focus()}childItemLength(){const t=this.childItems.filter((t=>Gs(t)))
948
+ return t?t.length:0}}_t([tt({mode:"boolean"})],Qs.prototype,"expanded",void 0),_t([tt({mode:"boolean"})],Qs.prototype,"selected",void 0),_t([tt({mode:"boolean"})],Qs.prototype,"disabled",void 0),_t([v],Qs.prototype,"focusable",void 0),_t([v],Qs.prototype,"childItems",void 0),_t([v],Qs.prototype,"items",void 0),_t([v],Qs.prototype,"nested",void 0),_t([v],Qs.prototype,"renderCollapsedChildren",void 0),de(Qs,$t)
949
+ class Js extends le{constructor(){super(...arguments),this.currentFocused=null,this.handleFocus=t=>{if(!(this.slottedTreeItems.length<1))return t.target===this?(null===this.currentFocused&&(this.currentFocused=this.getValidFocusableItem()),void(null!==this.currentFocused&&Qs.focusItem(this.currentFocused))):void(this.contains(t.target)&&(this.setAttribute("tabindex","-1"),this.currentFocused=t.target))},this.handleBlur=t=>{t.target instanceof HTMLElement&&(null===t.relatedTarget||!this.contains(t.relatedTarget))&&this.setAttribute("tabindex","0")},this.handleKeyDown=t=>{if(t.defaultPrevented)return
906
950
  if(this.slottedTreeItems.length<1)return!0
907
951
  const e=this.getVisibleNodes()
908
- switch(t.key){case ze:return void(e.length&&Gs.focusItem(e[0]))
909
- case Ie:return void(e.length&&Gs.focusItem(e[e.length-1]))
952
+ switch(t.key){case ze:return void(e.length&&Qs.focusItem(e[0]))
953
+ case Ie:return void(e.length&&Qs.focusItem(e[e.length-1]))
910
954
  case ye:if(t.target&&this.isFocusableElement(t.target)){const e=t.target
911
- e instanceof Gs&&e.childItemLength()>0&&e.expanded?e.expanded=!1:e instanceof Gs&&e.parentElement instanceof Gs&&Gs.focusItem(e.parentElement)}return!1
955
+ e instanceof Qs&&e.childItemLength()>0&&e.expanded?e.expanded=!1:e instanceof Qs&&e.parentElement instanceof Qs&&Qs.focusItem(e.parentElement)}return!1
912
956
  case $e:if(t.target&&this.isFocusableElement(t.target)){const e=t.target
913
- e instanceof Gs&&e.childItemLength()>0&&!e.expanded?e.expanded=!0:e instanceof Gs&&e.childItemLength()>0&&this.focusNextNode(1,t.target)}return
957
+ e instanceof Qs&&e.childItemLength()>0&&!e.expanded?e.expanded=!0:e instanceof Qs&&e.childItemLength()>0&&this.focusNextNode(1,t.target)}return
914
958
  case xe:return void(t.target&&this.isFocusableElement(t.target)&&this.focusNextNode(1,t.target))
915
959
  case Ce:return void(t.target&&this.isFocusableElement(t.target)&&this.focusNextNode(-1,t.target))
916
960
  case ke:return void this.handleClick(t)}return!0},this.handleSelectedChange=t=>{if(t.defaultPrevented)return
917
- if(!(t.target instanceof Element&&Ys(t.target)))return!0
961
+ if(!(t.target instanceof Element&&Gs(t.target)))return!0
918
962
  const e=t.target
919
963
  e.selected?(this.currentSelected&&this.currentSelected!==e&&(this.currentSelected.selected=!1),this.currentSelected=e):e.selected||this.currentSelected!==e||(this.currentSelected=null)},this.setItems=()=>{const t=this.treeView.querySelector("[aria-selected='true']")
920
964
  this.currentSelected=t,null!==this.currentFocused&&this.contains(this.currentFocused)||(this.currentFocused=this.getValidFocusableItem()),this.nested=this.checkForNestedItems()
921
- this.getVisibleNodes().forEach((t=>{Ys(t)&&(t.nested=this.nested)}))},this.isFocusableElement=t=>Ys(t),this.isSelectedElement=t=>t.selected}slottedTreeItemsChanged(){this.$fastController.isConnected&&this.setItems()}connectedCallback(){super.connectedCallback(),this.setAttribute("tabindex","0"),h.queueUpdate((()=>{this.setItems()}))}handleClick(t){if(t.defaultPrevented)return
922
- if(!(t.target instanceof Element&&Ys(t.target)))return!0
965
+ this.getVisibleNodes().forEach((t=>{Gs(t)&&(t.nested=this.nested)}))},this.isFocusableElement=t=>Gs(t),this.isSelectedElement=t=>t.selected}slottedTreeItemsChanged(){this.$fastController.isConnected&&this.setItems()}connectedCallback(){super.connectedCallback(),this.setAttribute("tabindex","0"),h.queueUpdate((()=>{this.setItems()}))}handleClick(t){if(t.defaultPrevented)return
966
+ if(!(t.target instanceof Element&&Gs(t.target)))return!0
923
967
  const e=t.target
924
968
  e.disabled||(e.selected=!e.selected)}focusNextNode(t,e){const i=this.getVisibleNodes()
925
969
  if(!i)return
926
970
  const s=i[i.indexOf(e)+t]
927
- ve(s)&&Gs.focusItem(s)}getValidFocusableItem(){const t=this.getVisibleNodes()
971
+ ve(s)&&Qs.focusItem(s)}getValidFocusableItem(){const t=this.getVisibleNodes()
928
972
  let e=t.findIndex(this.isSelectedElement)
929
- return-1===e&&(e=t.findIndex(this.isFocusableElement)),-1!==e?t[e]:null}checkForNestedItems(){return this.slottedTreeItems.some((t=>Ys(t)&&t.querySelector("[role='treeitem']")))}getVisibleNodes(){return function(t,e){if(!t||!e||!ve(t))return
930
- return Array.from(t.querySelectorAll(e)).filter((t=>null!==t.offsetParent))}(this,"[role='treeitem']")||[]}}_t([tt({attribute:"render-collapsed-nodes"})],Qs.prototype,"renderCollapsedNodes",void 0),_t([v],Qs.prototype,"currentSelected",void 0),_t([v],Qs.prototype,"slottedTreeItems",void 0)
931
- class Js{constructor(t,e,i){this.propertyName=t,this.value=e,this.styles=i}bind(t){p.getNotifier(t).subscribe(this,this.propertyName),this.handleChange(t,this.propertyName)}unbind(t){p.getNotifier(t).unsubscribe(this,this.propertyName),t.$fastController.removeStyles(this.styles)}handleChange(t,e){t[e]===this.value?t.$fastController.addStyles(this.styles):t.$fastController.removeStyles(this.styles)}}function Zs(t){return`:host([hidden]){display:none}:host{display:${t}}`}const to=function(){if("boolean"==typeof ge)return ge
973
+ return-1===e&&(e=t.findIndex(this.isFocusableElement)),-1!==e?t[e]:null}checkForNestedItems(){return this.slottedTreeItems.some((t=>Gs(t)&&t.querySelector("[role='treeitem']")))}getVisibleNodes(){return function(t,e){if(!t||!e||!ve(t))return
974
+ return Array.from(t.querySelectorAll(e)).filter((t=>null!==t.offsetParent))}(this,"[role='treeitem']")||[]}}_t([tt({attribute:"render-collapsed-nodes"})],Js.prototype,"renderCollapsedNodes",void 0),_t([v],Js.prototype,"currentSelected",void 0),_t([v],Js.prototype,"slottedTreeItems",void 0)
975
+ function Zs(t){return`:host([hidden]){display:none}:host{display:${t}}`}const to=function(){if("boolean"==typeof ge)return ge
932
976
  if("undefined"==typeof window||!window.document||!window.document.createElement)return ge=!1,ge
933
977
  const t=document.createElement("style"),e=function(){const t=document.querySelector('meta[property="csp-nonce"]')
934
978
  return t?t.getAttribute("content"):null}()
@@ -947,14 +991,14 @@ class io extends Fe{}const so=io.compose({baseName:"anchored-region",baseClass:F
947
991
  `)}
948
992
  </template>
949
993
  `,styles:eo})
950
- Fi.getOrCreate().withPrefix("nimble").register(so())
951
- const oo="#a46eff",no="#804ad9",ro="#ff8126",ao="#009921",lo="#00c12b",co="#f1f1f2",ho="#f5f5f5",uo="#ffffff",po="#363738",vo="#505153",go="#161617",mo="#074023",fo="#009b65",bo="#d63434",wo="#ff4b00",xo="#006b46",yo="#32eb96",$o="14px",Co=new RegExp("[^#a-f\\d]","gi"),ko=new RegExp("^#?[a-f\\d]{3}[a-f\\d]?$|^#?[a-f\\d]{6}([a-f\\d]{2})?$","i")
952
- function _o(t,e={}){if("string"!=typeof t||Co.test(t)||!ko.test(t))throw new TypeError("Expected a valid hex string")
994
+ Bi.getOrCreate().withPrefix("nimble").register(so())
995
+ const oo="#a46eff",no="#804ad9",ro="#ff8126",ao="#009921",lo="#00c12b",co="#f1f1f2",ho="#f5f5f5",uo="#ffffff",po="#363738",vo="#505153",go="#000000",mo="#161617",fo="#074023",bo="#009b65",wo="#d63434",xo="#ff4b00",yo="#006b46",$o="#32eb96",Co="14px",ko=new RegExp("[^#a-f\\d]","gi"),_o=new RegExp("^#?[a-f\\d]{3}[a-f\\d]?$|^#?[a-f\\d]{6}([a-f\\d]{2})?$","i")
996
+ function zo(t,e={}){if("string"!=typeof t||ko.test(t)||!_o.test(t))throw new TypeError("Expected a valid hex string")
953
997
  let i=1
954
998
  8===(t=t.replace(/^#/,"")).length&&(i=Number.parseInt(t.slice(6,8),16)/255,t=t.slice(0,6)),4===t.length&&(i=Number.parseInt(t.slice(3,4).repeat(2),16)/255,t=t.slice(0,3)),3===t.length&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2])
955
999
  const s=Number.parseInt(t,16),o=s>>16,n=s>>8&255,r=255&s,a="number"==typeof e.alpha?e.alpha:i
956
1000
  if("array"===e.format)return[o,n,r,a]
957
- if("css"===e.format){return`rgb(${o} ${n} ${r}${1===a?"":` / ${Number((100*a).toFixed(2))}%`})`}return{red:o,green:n,blue:r,alpha:a}}const zo="light",Io="dark",Oo="color",So="action-rgb-partial-color",Ao="application-background-color",Eo="divider-background-color",Ho="header-background-color",Mo="section-background-color",Vo="fill-selected-color",Lo="fill-selected-rgb-partial-color",To="fill-hover-selected-color",Po="fill-hover-color",Ro="fill-down-color",Do="border-color",Fo="border-rgb-partial-color",Bo="fail-color",No="warning-color",jo="pass-color",qo="information-color",Uo="border-hover-color",Ko="icon-color",Wo="popup-box-shadow-color",Xo="popup-border-color",Yo="control-height",Go="small-padding",Qo="standard-padding",Jo="label-height",Zo="border-width",tn="icon-size",en="group-header-text-transform",sn="drawer-width",on="small-delay",nn="medium-delay",rn="large-delay",an="headline-plus-1-font",ln="headline-font",cn="title-plus-2-font",hn="title-plus-1-font",dn="title-font",un="subtitle-plus-1-font",pn="subtitle-font",vn="link-standard-font",gn="placeholder-font",mn="body-emphasized-font",fn="body-font",bn="group-header-font",wn="control-label-font",xn="button-label-font",yn="tooltip-caption-font",$n="tooltip-background-color",Cn="error-text-font",kn=t=>`ni-nimble-${t}`
1001
+ if("css"===e.format){return`rgb(${o} ${n} ${r}${1===a?"":` / ${Number((100*a).toFixed(2))}%`})`}return{red:o,green:n,blue:r,alpha:a}}const Io="light",Oo="dark",Ao="color",So="action-rgb-partial-color",Eo="application-background-color",Ho="divider-background-color",Mo="header-background-color",Vo="section-background-color",Lo="fill-selected-color",To="fill-selected-rgb-partial-color",Po="fill-hover-selected-color",Ro="fill-hover-color",Do="fill-down-color",Fo="border-color",Bo="border-rgb-partial-color",No="fail-color",jo="warning-color",qo="pass-color",Uo="information-color",Ko="border-hover-color",Wo="icon-color",Xo="popup-box-shadow-color",Yo="popup-border-color",Go="control-height",Qo="small-padding",Jo="standard-padding",Zo="label-height",tn="border-width",en="icon-size",sn="group-header-text-transform",on="drawer-width",nn="small-delay",rn="medium-delay",an="large-delay",ln="headline-plus-1-font",cn="headline-font",hn="title-plus-2-font",dn="title-plus-1-font",un="title-font",pn="subtitle-plus-1-font",vn="subtitle-font",gn="link-standard-font",mn="placeholder-font",fn="body-emphasized-font",bn="body-font",wn="group-header-font",xn="control-label-font",yn="button-label-font",$n="tooltip-caption-font",Cn="tooltip-background-color",kn="error-text-font",_n=t=>`ni-nimble-${t}`
958
1002
  /*! *****************************************************************************
959
1003
  Copyright (c) Microsoft Corporation.
960
1004
 
@@ -969,52 +1013,47 @@ if("css"===e.format){return`rgb(${o} ${n} ${r}${1===a?"":` / ${Number((100*a).to
969
1013
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
970
1014
  PERFORMANCE OF THIS SOFTWARE.
971
1015
  ***************************************************************************** */
972
- function _n(t,e,i,s){var o,n=arguments.length,r=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s
1016
+ function zn(t,e,i,s){var o,n=arguments.length,r=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s
973
1017
  if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,s)
974
1018
  else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r)
975
- return n>3&&r&&Object.defineProperty(e,i,r),r}const zn=q`<slot></slot>`,In=ut`
1019
+ return n>3&&r&&Object.defineProperty(e,i,r),r}const In=q`<slot></slot>`,On=ut`
976
1020
  :host {
977
1021
  display: contents;
978
1022
  }
979
- `,On=Vi.create({name:"direction",cssCustomPropertyName:null}).withDefault(Ee.ltr),Sn=Vi.create({name:"theme",cssCustomPropertyName:null}).withDefault(zo)
980
- class An extends le{constructor(){super(...arguments),this.direction=Ee.ltr,this.theme=zo}directionChanged(t,e){null!=e?On.setValueFor(this,e):On.deleteValueFor(this)}themeChanged(t,e){null!=e?Sn.setValueFor(this,e):Sn.deleteValueFor(this)}}_n([tt({attribute:"direction"})],An.prototype,"direction",void 0),_n([tt({attribute:"theme"})],An.prototype,"theme",void 0)
981
- const En=An.compose({baseName:"theme-provider",styles:In,template:zn})
982
- function Hn(t,e){const{red:i,green:s,blue:o}=_o(t)
983
- return`rgba(${i}, ${s}, ${o}, ${e})`}Fi.getOrCreate().withPrefix("nimble").register(En())
984
- const Mn=Vi.create(kn(So)).withDefault((t=>Ca(_a(t,go,co,uo)))),Vn=Vi.create(kn(Ao)).withDefault((t=>_a(t,uo,po,mo)))
985
- Vi.create(kn(Ho)).withDefault((t=>_a(t,ho,"#252526",mo))),Vi.create(kn(Mo)).withDefault((t=>_a(t,co,vo,mo))),Vi.create(kn(Eo)).withDefault((t=>_a(t,co,vo,mo)))
986
- const Ln=Vi.create(kn(Vo)).withDefault((t=>Hn(Sa(t),.2))),Tn=Vi.create(kn(Lo)).withDefault((t=>Ca(Sa(t)))),Pn=Vi.create(kn(To)).withDefault((t=>Hn(Sa(t),.15))),Rn=Vi.create(kn(Po)).withDefault((t=>Hn(function(t){return _a(t,go,co,uo)}(t),.1)))
987
- Vi.create(kn(Ro)).withDefault((t=>Hn(function(t){return _a(t,go,co,uo)}(t),.15)))
988
- const Dn=Vi.create(kn(Do)).withDefault((t=>Ia(t))),Fn=Vi.create(kn(Fo)).withDefault((t=>Ca(Ia(t)))),Bn=Vi.create(kn(Bo)).withDefault((t=>za(t))),Nn=Vi.create(kn(No)).withDefault((t=>function(t){return _a(t,wo,ro,uo)}(t))),jn=Vi.create(kn(jo)).withDefault((t=>function(t){return _a(t,ao,lo,uo)}(t))),qn=Vi.create(kn(qo)).withDefault((t=>function(t){return _a(t,no,oo,uo)}(t))),Un=Vi.create(kn(Uo)).withDefault((t=>_a(t,fo,fo,uo))),Kn=Vi.create(kn(Ko)).withDefault((t=>_a(t,go,co,uo))),Wn=Vi.create(kn(Wo)).withDefault((t=>Hn(_a(t,"#818386",po,po),.3))),Xn=Vi.create(kn(Xo)).withDefault((t=>Hn(_a(t,go,co,uo),.3)))
989
- Vi.create(kn($n)).withDefault((t=>_a(t,co,po,mo)))
990
- const Yn=Vi.create(kn(Yo)).withDefault("32px"),Gn=Vi.create(kn(Go)).withDefault("4px"),Qn=Vi.create(kn(Qo)).withDefault("16px"),Jn=Vi.create(kn(Jo)).withDefault("16px"),Zn=Vi.create(kn(Zo)).withDefault("1px"),tr=Vi.create(kn(tn)).withDefault("16px"),er=Vi.create(kn(sn)).withDefault("784px")
991
- ka(ln,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Noto Serif","400","25px","32px","serif"),ka(an,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Noto Serif","400","29.100000381469727px","40px","serif"),ka(cn,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","400","25px","32px","sans-serif")
992
- const[ir,sr,or,nr,rr,ar,lr,cr]=ka(hn,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","400","22px","28px","sans-serif")
993
- ka(dn,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","400","19px","24px","sans-serif"),ka(un,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","300","16px","20px","sans-serif"),ka(pn,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","300","12.800000190734863px","16px","sans-serif"),ka(vn,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif")
994
- const[hr,dr,ur,pr,vr,gr,mr,fr]=ka(gn,(t=>Hn(Oa(t),.6)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[br,wr,xr,yr,$r,Cr,kr,_r]=ka(mn,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","600","14px","18px","sans-serif"),[zr,Ir,Or,Sr,Ar,Er,Hr,Mr]=ka(fn,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[Vr,Lr,Tr,Pr,Rr,Dr,Fr,Br]=ka(bn,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Nr,jr,qr,Ur,Kr,Wr,Xr,Yr]=ka(wn,(t=>Hn(Oa(t),.6)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Gr,Qr,Jr,Zr,ta,ea,ia,sa]=ka(xn,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","400","12.800000190734863px","16px","sans-serif"),[oa,na,ra,aa,la,ca,ha,da]=ka(yn,(t=>Oa(t)),(t=>Hn(Oa(t),.3)),"Source Sans Pro","400","11px",$o,"sans-serif"),[ua,pa,va,ga,ma,fa,ba,wa]=ka(Cn,(t=>za(t)),(t=>Hn(za(t),.3)),"Source Sans Pro","400","9px",$o,"sans-serif"),xa=Vi.create(kn(en)).withDefault("uppercase"),ya=Vi.create(kn(on)).withDefault("0.075s")
995
- Vi.create(kn(nn)).withDefault("0.15s")
996
- const $a=Vi.create(kn(rn)).withDefault("0.25s")
997
- function Ca(t){const{red:e,green:i,blue:s}=_o(t)
998
- return`${e}, ${i}, ${s}`}function ka(t,e,i,s,o,n,r,a){if(""===t||""===s||""===o||""===n||""===r||""===a)throw new Error("createFontTokens parameter unexpectedly set to empty string")
999
- const l=Vi.create(kn(t)).withDefault(`${o} ${n}/${r} ${s}, ${a}`),c=t.split("-font"),h=c[0]
1023
+ `,An=Li.create({name:"direction",cssCustomPropertyName:null}).withDefault(Ee.ltr),Sn=Li.create({name:"theme",cssCustomPropertyName:null}).withDefault(Io)
1024
+ class En extends le{constructor(){super(...arguments),this.direction=Ee.ltr,this.theme=Io}directionChanged(t,e){null!=e?An.setValueFor(this,e):An.deleteValueFor(this)}themeChanged(t,e){null!=e?Sn.setValueFor(this,e):Sn.deleteValueFor(this)}}zn([tt({attribute:"direction"})],En.prototype,"direction",void 0),zn([tt({attribute:"theme"})],En.prototype,"theme",void 0)
1025
+ const Hn=En.compose({baseName:"theme-provider",styles:On,template:In})
1026
+ function Mn(t,e){const{red:i,green:s,blue:o}=zo(t)
1027
+ return`rgba(${i}, ${s}, ${o}, ${e})`}Bi.getOrCreate().withPrefix("nimble").register(Hn())
1028
+ const Vn=Li.create(_n(So)).withDefault((t=>ka(za(t,mo,co,uo)))),Ln=Li.create(_n(Eo)).withDefault((t=>za(t,uo,po,fo)))
1029
+ Li.create(_n(Mo)).withDefault((t=>za(t,ho,"#252526",fo))),Li.create(_n(Vo)).withDefault((t=>za(t,co,vo,fo))),Li.create(_n(Ho)).withDefault((t=>za(t,co,vo,fo)))
1030
+ const Tn=Li.create(_n(Lo)).withDefault((t=>Mn(Sa(t),.2))),Pn=Li.create(_n(To)).withDefault((t=>ka(Sa(t)))),Rn=Li.create(_n(Po)).withDefault((t=>Mn(Sa(t),.15))),Dn=Li.create(_n(Ro)).withDefault((t=>Mn(function(t){return za(t,mo,co,uo)}(t),.1)))
1031
+ Li.create(_n(Do)).withDefault((t=>Mn(function(t){return za(t,mo,co,uo)}(t),.15)))
1032
+ const Fn=Li.create(_n(Fo)).withDefault((t=>Oa(t))),Bn=Li.create(_n(Bo)).withDefault((t=>ka(Oa(t)))),Nn=Li.create(_n(No)).withDefault((t=>Ia(t))),jn=Li.create(_n(jo)).withDefault((t=>function(t){return za(t,xo,ro,uo)}(t))),qn=Li.create(_n(qo)).withDefault((t=>function(t){return za(t,ao,lo,uo)}(t))),Un=Li.create(_n(Uo)).withDefault((t=>function(t){return za(t,no,oo,uo)}(t))),Kn=Li.create(_n(Ko)).withDefault((t=>za(t,bo,bo,uo))),Wn=Li.create(_n(Wo)).withDefault((t=>za(t,mo,co,uo))),Xn=Li.create(_n(Xo)).withDefault((t=>Mn(za(t,"#818386",po,po),.3))),Yn=Li.create(_n(Yo)).withDefault((t=>Mn(za(t,mo,co,uo),.3)))
1033
+ Li.create(_n(Cn)).withDefault((t=>za(t,co,po,fo)))
1034
+ const Gn=Li.create(_n(Go)).withDefault("32px"),Qn=Li.create(_n(Qo)).withDefault("4px"),Jn=Li.create(_n(Jo)).withDefault("16px"),Zn=Li.create(_n(Zo)).withDefault("16px"),tr=Li.create(_n(tn)).withDefault("1px"),er=Li.create(_n(en)).withDefault("16px"),ir=Li.create(_n(on)).withDefault("784px")
1035
+ _a(cn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Noto Serif","400","25px","32px","serif"),_a(ln,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Noto Serif","400","29.100000381469727px","40px","serif"),_a(hn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","25px","32px","sans-serif")
1036
+ const[sr,or,nr,rr,ar,lr,cr,hr]=_a(dn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","22px","28px","sans-serif")
1037
+ _a(un,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","19px","24px","sans-serif"),_a(pn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","300","16px","20px","sans-serif"),_a(vn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","300","12.800000190734863px","16px","sans-serif"),_a(gn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif")
1038
+ const[dr,ur,pr,vr,gr,mr,fr,br]=_a(mn,(t=>Mn(Aa(t),.6)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[wr,xr,yr,$r,Cr,kr,_r,zr]=_a(fn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","600","14px","18px","sans-serif"),[Ir,Or,Ar,Sr,Er,Hr,Mr,Vr]=_a(bn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[Lr,Tr,Pr,Rr,Dr,Fr,Br,Nr]=_a(wn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[jr,qr,Ur,Kr,Wr,Xr,Yr,Gr]=_a(xn,(t=>Mn(Aa(t),.6)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Qr,Jr,Zr,ta,ea,ia,sa,oa]=_a(yn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","12.800000190734863px","16px","sans-serif"),[na,ra,aa,la,ca,ha,da,ua]=_a($n,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","11px",Co,"sans-serif"),[pa,va,ga,ma,fa,ba,wa,xa]=_a(kn,(t=>Ia(t)),(t=>Mn(Ia(t),.3)),"Source Sans Pro","400","9px",Co,"sans-serif"),ya=Li.create(_n(sn)).withDefault("uppercase"),$a=Li.create(_n(nn)).withDefault("0.075s")
1039
+ Li.create(_n(rn)).withDefault("0.15s")
1040
+ const Ca=Li.create(_n(an)).withDefault("0.25s")
1041
+ function ka(t){const{red:e,green:i,blue:s}=zo(t)
1042
+ return`${e}, ${i}, ${s}`}function _a(t,e,i,s,o,n,r,a){if(""===t||""===s||""===o||""===n||""===r||""===a)throw new Error("createFontTokens parameter unexpectedly set to empty string")
1043
+ const l=Li.create(_n(t)).withDefault(`${o} ${n}/${r} ${s}, ${a}`),c=t.split("-font"),h=c[0]
1000
1044
  if(void 0===h||""!==c[1])throw new Error(`fontTokenName value of ${t} did not have the expected '-font' suffix`)
1001
- return[l,Vi.create(kn(`${h}-font-color`)).withDefault((t=>e(t))),Vi.create(kn(`${h}-disabled-font-color`)).withDefault((t=>i(t))),Vi.create(kn(`${h}-font-family`)).withDefault(`${s}`),Vi.create(kn(`${h}-font-weight`)).withDefault(`${o}`),Vi.create(kn(`${h}-font-size`)).withDefault(`${n}`),Vi.create(kn(`${h}-font-line-height`)).withDefault(`${r}`),Vi.create(kn(`${h}-fallback-font-family`)).withDefault(`${a}`)]}function _a(t,e,i,s){switch(Sn.getValueFor(t)){case zo:return e
1002
- case Io:return i
1003
- case Oo:return s
1004
- default:return e}}function za(t){return _a(t,"#c4000c","#ff4646",uo)}function Ia(t){return _a(t,go,co,uo)}function Oa(t){return _a(t,go,co,uo)}function Sa(t){return _a(t,fo,fo,uo)}class Aa{constructor(t,e){this.themeStyles=t,this.source=e,this.attached=null}handleChange({target:t,token:e}){this.attach(e.getValueFor(t))}attach(t){this.attached!==this.themeStyles[t]&&(null!==this.attached&&this.source.$fastController.removeStyles(this.attached),this.attached=this.themeStyles[t],null!==this.attached&&this.source.$fastController.addStyles(this.attached))}}class Ea{constructor(t,e,i){this.cache=new WeakMap
1005
- const s=t,o=Ea.resolveTheme(e,{light:s,dark:null,color:null}),n=Ea.resolveTheme(i,{light:s,dark:o,color:null})
1006
- this.themeStyles={light:s,dark:o,color:n}}static resolveTheme(t,e){if(t instanceof U||null===t)return t
1007
- const i=e[t]
1008
- if(null===i)throw new Error(`Tried to alias to theme '${t}' but the theme value is not set to a style.`)
1009
- return i}bind(t){const e=this.cache.get(t)||new Aa(this.themeStyles,t),i=Sn.getValueFor(t)
1010
- Sn.subscribe(e,t),e.attach(i),this.cache.set(t,e)}unbind(t){const e=this.cache.get(t)
1011
- e&&Sn.unsubscribe(e)}}const Ha=(t,e,i)=>new Ea(t,e,i),Ma=ut`
1045
+ return[l,Li.create(_n(`${h}-font-color`)).withDefault((t=>e(t))),Li.create(_n(`${h}-disabled-font-color`)).withDefault((t=>i(t))),Li.create(_n(`${h}-font-family`)).withDefault(`${s}`),Li.create(_n(`${h}-font-weight`)).withDefault(`${o}`),Li.create(_n(`${h}-font-size`)).withDefault(`${n}`),Li.create(_n(`${h}-font-line-height`)).withDefault(`${r}`),Li.create(_n(`${h}-fallback-font-family`)).withDefault(`${a}`)]}function za(t,e,i,s){switch(Sn.getValueFor(t)){case Io:return e
1046
+ case Oo:return i
1047
+ case Ao:return s
1048
+ default:return e}}function Ia(t){return za(t,"#c4000c","#ff4646",uo)}function Oa(t){return za(t,mo,co,uo)}function Aa(t){return za(t,mo,co,uo)}function Sa(t){return za(t,bo,bo,uo)}class Ea{constructor(t,e,i){this.value=t,this.styles=e,this.source=i}handleChange(){const t=Sn.getValueFor(this.source);(Array.isArray(this.value)?this.value.includes(t):this.value===t)?this.source.$fastController.addStyles(this.styles):this.source.$fastController.removeStyles(this.styles)}}class Ha{constructor(t,e){this.theme=t,this.styles=e,this.cache=new WeakMap}bind(t){const e=this.cache.get(t)||new Ea(this.theme,this.styles,t)
1049
+ Sn.subscribe(e,t),e.handleChange(),this.cache.set(t,e)}unbind(t){const e=this.cache.get(t)
1050
+ e&&Sn.unsubscribe(e)}}const Ma=(t,e)=>new Ha(t,e),Va=ut`
1012
1051
  ${Zs("inline-block")}
1013
1052
 
1014
1053
  :host {
1015
1054
  box-sizing: border-box;
1016
- font: ${zr};
1017
- --ni-private-breadcrumb-link-font-color: ${Ir};
1055
+ font: ${Ir};
1056
+ --ni-private-breadcrumb-link-font-color: ${Or};
1018
1057
  }
1019
1058
 
1020
1059
  .list {
@@ -1023,7 +1062,7 @@ e&&Sn.unsubscribe(e)}}const Ha=(t,e,i)=>new Ea(t,e,i),Ma=ut`
1023
1062
  }
1024
1063
 
1025
1064
  :host(.prominent-links) {
1026
- --ni-private-breadcrumb-link-active-font-color: ${Ir};
1065
+ --ni-private-breadcrumb-link-active-font-color: ${Or};
1027
1066
  }
1028
1067
 
1029
1068
  ::slotted(*:first-child) {
@@ -1031,37 +1070,34 @@ e&&Sn.unsubscribe(e)}}const Ha=(t,e,i)=>new Ea(t,e,i),Ma=ut`
1031
1070
  }
1032
1071
 
1033
1072
  ::slotted(*:not([href]):last-child) {
1034
- font: ${br};
1073
+ font: ${wr};
1035
1074
  }
1036
- `.withBehaviors(Ha(ut`
1037
- ${""}
1075
+ `.withBehaviors(Ma(Io,ut`
1038
1076
  :host {
1039
- --ni-private-breadcrumb-link-active-font-color: ${xo};
1077
+ --ni-private-breadcrumb-link-active-font-color: ${yo};
1040
1078
  }
1041
1079
 
1042
1080
  :host(.prominent-links) {
1043
- --ni-private-breadcrumb-link-font-color: ${xo};
1081
+ --ni-private-breadcrumb-link-font-color: ${yo};
1044
1082
  }
1045
- `,ut`
1046
- ${""}
1083
+ `),Ma(Oo,ut`
1047
1084
  :host {
1048
- --ni-private-breadcrumb-link-active-font-color: ${yo};
1085
+ --ni-private-breadcrumb-link-active-font-color: ${$o};
1049
1086
  }
1050
1087
 
1051
1088
  :host(.prominent-links) {
1052
- --ni-private-breadcrumb-link-font-color: ${yo};
1089
+ --ni-private-breadcrumb-link-font-color: ${$o};
1053
1090
  }
1054
- `,ut`
1055
- ${""}
1091
+ `),Ma(Ao,ut`
1056
1092
  :host {
1057
- --ni-private-breadcrumb-link-active-font-color: ${Hn(uo,.6)};
1093
+ --ni-private-breadcrumb-link-active-font-color: ${Mn(uo,.6)};
1058
1094
  }
1059
1095
 
1060
1096
  :host(.prominent-links) {
1061
- --ni-private-breadcrumb-link-font-color: ${yo};
1097
+ --ni-private-breadcrumb-link-font-color: ${$o};
1062
1098
  }
1063
1099
  `))
1064
- const Va=class extends Ne{}.compose({baseName:"breadcrumb",baseClass:Ne,template:(t,e)=>q`
1100
+ const La=class extends Ne{}.compose({baseName:"breadcrumb",baseClass:Ne,template:(t,e)=>q`
1065
1101
  <template role="navigation">
1066
1102
  <div role="list" class="list" part="list">
1067
1103
  <slot
@@ -1069,17 +1105,17 @@ const Va=class extends Ne{}.compose({baseName:"breadcrumb",baseClass:Ne,template
1069
1105
  ></slot>
1070
1106
  </div>
1071
1107
  </template>
1072
- `,styles:Ma})
1073
- Fi.getOrCreate().withPrefix("nimble").register(Va())
1074
- const La={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 7H9V3H7v4H3v2h4v4h2V9h4V7z"/></svg>'},Ta={name:"arrow_down_right_and_arrow_up_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.171 13.933l-2.276-2.247-.447 2.284-1.732-5.246 5.217 1.753-2.284.456 2.291 2.26zM2 2.746l2.29 2.261-2.283.456 5.217 1.753L5.492 1.97l-.447 2.284-2.276-2.247z"/></svg>'},Pa={name:"arrow_expander_down_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.5 4.737l1.11-.732 3.357 5.472L11.397 4l1.103.743L7.955 12 3.5 4.737z"/></svg>'},Ra={name:"arrow_expander_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11.263 3.5l.732 1.11-5.472 3.357L12 11.397l-.743 1.103L4 7.955 11.263 3.5z"/></svg>'},Da={name:"arrow_expander_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.737 12.5l-.732-1.11 5.472-3.357L4 4.603 4.743 3.5 12 8.045 4.737 12.5z"/></svg>'},Fa={name:"arrow_expander_up_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.5 11.263l-1.11.732-3.357-5.472L4.603 12 3.5 11.257 8.045 4l4.455 7.263z"/></svg>'},Ba={name:"arrow_left_from_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2zM2 7.982L7.9 5 6.588 7.004 11 7v2H6.613L7.9 11z"/></svg>'},Na={name:"arrow_partial_rotate_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 11.988a3.086 3.086 0 003.143-3.025 3.08 3.08 0 00-3.085-3.02v.088l.826 2.067-5.598-2.796L8.884 2.5l-.742 1.932a4.619 4.619 0 014.572 4.53A4.629 4.629 0 018 13.5z"/></svg>'},ja={name:"arrow_right_to_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2zm-6.9-3l1.287-2H2V7l4.412.004L5.1 5 11 7.982z"/></svg>'},qa={name:"arrow_rotate_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.9 2.773v1.715a3.366 3.366 0 013.3 3.428 3.366 3.366 0 01-3.3 3.429 3.36 3.36 0 01-3.293-3.366h.095l2.255.901-3.05-6.107L1.85 8.88l2.108-.808A5.039 5.039 0 008.9 13.059a5.05 5.05 0 004.95-5.143A5.05 5.05 0 008.9 2.773z"/></svg>'},Ua={name:"arrow_u_rotate_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.857 9.453l-2.571-1.68v.908a3 3 0 003 3 3 3 0 003-3V3.11H14v5.571a4.714 4.714 0 01-4.714 4.715A4.714 4.714 0 014.57 8.68v-.908L2 9.453l3.403-6.849z"/></svg>'},Ka={name:"arrow_up_left_and_arrow_down_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.195 4.977l-.451 2.296L2 2l5.256 1.762-2.301.458 6.849 6.803.452-2.296L14 14l-5.256-1.762 2.301-.458-6.85-6.803z"/></svg>'},Wa={name:"arrows_maximize_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.26 8.735L14 14l-5.25-1.763 2.295-.457-3.03-3.022L8 8.742l-.015.016.015.014-3.023 3.023 2.296.45L2 13.985l1.762-5.243.458 2.295 3.015-3.015.007-.007L7.258 8l-.016-.015L7.227 8l-3.03-3.03-.457 2.295L2 2l5.25 1.762-2.295.458 3.03 3.022.015.016.015-.016L8 7.227l3.023-3.022-2.296-.45L14 2.015l-1.762 5.243-.458-2.295L8.742 8l.016.015L8.773 8l3.03 3.03.457-2.295z"/></svg>'},Xa={name:"arrows_repeat_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.75 11.75L10 14l-6-3 6-3-1.25 2.25zM8 11h1a4 4 0 004-4M7.25 5.75L6 8l6-3-6-3 1.25 2.25zM8 5H7a4 4 0 00-4 4"/></svg>'},Ya={name:"bars_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 13v-2h12v2zm0-4V7h12v2zm0-4V3h12v2z"/></svg>'},Ga={name:"bell_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 14a2.05 2.05 0 01-2-2h4a2.05 2.05 0 01-2 2zm-5.25-3s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.297.098 2.145.587 2.25 1.43v.483c0 .32.108.426.183.463H11s.25 0 .25.483v.02s.5 4.92 1.5 4.92c.5 0 .5.745.5.745z"/></svg>'},Qa={name:"bell_and_comment_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.836 4.75H9.57a.71.71 0 00-.71.71v2.032a.71.71 0 00.71.711h.356L9.57 9.625l2.488-1.422h1.778a.71.71 0 00.71-.71V5.46a.71.71 0 00-.71-.711zM8.196 11H2.75s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.224.092 2.04.537 2.217 1.294H9.57a1.713 1.713 0 00-1.71 1.71v2.032a1.712 1.712 0 00.844 1.475zM6 12h4a2.05 2.05 0 01-2 2 2.05 2.05 0 01-2-2zm7.25-1H9.18l2.868-1.64c.198.527.431.894.702.894.5 0 .5.746.5.746z"/></svg>'},Ja={name:"bell_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.042 11h2a1 1 0 01-2 0zm4.5-1h-7s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.044c.05-.025.122-.095.122-.309v-.322c.07-.561.636-.888 1.5-.953v-.175c0-.054.06-.1.146-.129h.375c.086.029.146.075.146.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.072.284.122.309h.045s.166 0 .166.322v.014s.334 3.279 1 3.279c.334 0 .334.497.334.497zm-3.5-7.5a5.5 5.5 0 11-5.5 5.5 5.506 5.506 0 015.5-5.5m0-1a6.5 6.5 0 106.5 6.5 6.5 6.5 0 00-6.5-6.5z"/></svg>'},Za={name:"bell_solid_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.5 8A6.5 6.5 0 008 14.5 6.5 6.5 0 0014.5 8 6.5 6.5 0 008 1.5 6.5 6.5 0 001.5 8zM8 12a1.025 1.025 0 01-1-1h2a1.025 1.025 0 01-1 1zm-3.5-2s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.045c.05-.025.122-.095.122-.309v-.322c.07-.561.635-.888 1.5-.953v-.175c0-.054.06-.1.145-.129h.376c.085.029.145.075.145.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.073.284.122.309H10s.167 0 .167.322v.014s.333 3.279 1 3.279c.333 0 .333.497.333.497z"/></svg>'},tl={name:"block_with_ribbon_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v10h4.762A4.496 4.496 0 0113 5.762V2zm12 7.5a3.5 3.5 0 10-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0014 9.5zM10.5 8A1.5 1.5 0 119 9.5 1.5 1.5 0 0110.5 8z"/></svg>'},el={name:"calendar_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 4.023V2.977A.976.976 0 014.977 2h.046A.976.976 0 016 2.977v1.046A.977.977 0 015.023 5h-.046A.977.977 0 014 4.023zM13 4v.023A1.98 1.98 0 0111.023 6h-.046A1.98 1.98 0 019 4.023V4H7v.023A1.98 1.98 0 015.023 6h-.046A1.98 1.98 0 013 4.023V4a1 1 0 00-1 1v8a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 00-1-1zm-7 8H4v-1h2zm.001-1.999H4V9h2.001zm0-2.001H4V7h2.001zM9 12H7v-1h2zm0-1.999H7V9h2zM9 8H7V7h2zm3 4h-2v-1h2zm.001-1.999H10V9h2.001zm0-2.001H10V7h2.001zM10 4.023V2.977A.976.976 0 0110.977 2h.046a.976.976 0 01.977.977v1.046a.977.977 0 01-.977.977h-.046A.977.977 0 0110 4.023z"/></svg>'},il={name:"chart_diagram_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3z"/></svg>'},sl={name:"chart_diagram_child_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3zm-8 2H3v-1h1zm4 0H7v-1h1zm4 0h-1v-1h1z"/></svg>'},ol={name:"chart_diagram_parent_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3zM7 4V3h1v1z"/></svg>'},nl={name:"chart_diagram_parent_focus_two_child_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3zm-6 2H4v-1h1zm6 0h-1v-1h1z"/></svg>'},rl={name:"check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 5.287L6.182 12 3 8.867l1.363-1.343L6.24 9.37 11.693 4z"/></svg>'},al={name:"check_dot_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="12.5" cy="11.5" r="1.5"/><path class="cls-2" d="M14 4.693l-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545z"/></svg>'},ll={name:"circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm0 9.429A3.429 3.429 0 1111.429 8 3.429 3.429 0 018 11.429z"/></svg>'},cl={name:"circle_broken_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 14A6.1 6.1 0 017 2v2.686a3.475 3.475 0 000 6.628zM9 2v2.686a3.475 3.475 0 010 6.628V14A6.1 6.1 0 009 2z"/></svg>'},hl={name:"circle_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm-1.212 9.2L4 8.388 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013z"/></svg>'},dl={name:"circle_partial_broken_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 2v2.686a3.475 3.475 0 010 6.628V14A6.1 6.1 0 009 2z"/><path class="cls-2" d="M7 11.314a3.475 3.475 0 010-6.628V2a6.1 6.1 0 000 12z"/></svg>'},ul={name:"circle_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm.075 1.714a4.281 4.281 0 013.573 6.647L5.714 4.427a4.262 4.262 0 012.36-.713zM3.789 8a4.261 4.261 0 01.713-2.36l5.934 5.933A4.281 4.281 0 013.789 8z"/></svg>'},pl={name:"circle_x_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm.075 1.714a4.263 4.263 0 012.409.743l-2.37 2.37-2.4-2.4a4.262 4.262 0 012.36-.713zM4.502 5.64l2.4 2.4-2.37 2.37a4.273 4.273 0 01-.03-4.77zm3.573 6.647a4.256 4.256 0 01-2.31-.685l2.349-2.35 2.322 2.322a4.261 4.261 0 01-2.361.713zm3.573-1.925L9.326 8.039l2.35-2.349a4.251 4.251 0 01-.028 4.67z"/></svg>'},vl={name:"clipboard_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 5H5a2 2 0 012-2V2a1 1 0 012 0v1a2 2 0 012 2zm1-2v9H4V3H3a1 1 0 00-1 1v9a1 1 0 001 1h10a1 1 0 001-1V4a1 1 0 00-1-1zm-2 4H5v1h5zM8 9H5v1h3z"/></svg>'},gl={name:"clock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6m.576 4.87l1.555-1.557a1.635 1.635 0 01.84-.256 1.979 1.979 0 01-.23.791c-.115.163-1.356 1.41-1.571 1.626a1.278 1.278 0 010 1.085l2.376 2.38a1.597 1.597 0 01.458 1.072 1.621 1.621 0 01-1.222-.613c-.456-.456-1.94-1.963-2.207-2.235a1.275 1.275 0 110-2.293"/></svg>'},ml={name:"clock_cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.108 7.392l.955-.957a1.004 1.004 0 01.516-.157 1.215 1.215 0 01-.14.486c-.072.1-.834.866-.966.999a.785.785 0 010 .666l1.341 1.344a.981.981 0 01.281.658.996.996 0 01-.75-.376c-.28-.28-1.073-1.088-1.237-1.255a.783.783 0 110-1.408m5.69 2.292L14 7.324l-1.327-.113a4.76 4.76 0 00-.402-1.26l1.02-.86-1.527-1.811-1.019.86a4.726 4.726 0 00-.563-.344 4.61 4.61 0 00-.612-.265l.114-1.329L7.324 2l-.113 1.329a4.77 4.77 0 00-1.26.401l-.86-1.02L3.28 4.237l.858 1.02A4.771 4.771 0 003.53 6.43l-1.329-.114L2 8.676l1.329.114a4.69 4.69 0 00.401 1.26l-1.02.86 1.526 1.811 1.02-.859a4.666 4.666 0 001.175.608l-.113 1.33 2.358.2.114-1.328a4.688 4.688 0 001.26-.4l.86 1.02 1.81-1.527-.858-1.02a4.687 4.687 0 00.608-1.175zM8 11.45A3.45 3.45 0 1111.45 8 3.45 3.45 0 018 11.45z"/></svg>'},fl={name:"clock_triangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 3a4.951 4.951 0 00-2.152.505L7.096 6H3.422A4.997 4.997 0 108 3zm2.003 7.616a453.75 453.75 0 01-1.675-1.7 1.061 1.061 0 110-1.907l1.294-1.297a1.36 1.36 0 01.699-.212 1.646 1.646 0 01-.19.658c-.097.136-1.13 1.173-1.309 1.353a1.063 1.063 0 010 .903l1.817 1.82a1.33 1.33 0 01.381.891 1.35 1.35 0 01-1.017-.51z"/><path class="cls-2" d="M5.477 5H1.522L3.5 1.045 5.477 5z"/></svg>'},bl={name:"clone_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3zm1 1v8h8V6z"/></svg>'},wl={name:"cloud_upload_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.476 7.298l-1.927 3.848 1.48-.568v3.407h.948v-3.407l1.42.568zM15 9.005a2.374 2.374 0 01-2.371 2.371h-.998l-.5-1h1.498a1.371 1.371 0 10-.516-2.64A3.77 3.77 0 104.797 5.99 2.238 2.238 0 002 8.148a2.223 2.223 0 002.057 2.22l1.758.009-.448.894a10.567 10.567 0 01-2.31-.121 3.224 3.224 0 01.993-6.225 4.77 4.77 0 019.236 1.68c0 .04 0 .081-.002.121A2.375 2.375 0 0115 9.006z"/></svg>'},xl={name:"cloud_with_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.429 10.1l.001-.101A3.998 3.998 0 004.69 8.59a2.715 2.715 0 00-2.557 2.7 2.782 2.782 0 001.725 2.516 4.854 4.854 0 001.225.19h.004c.19.006 6.792 0 6.792 0a1.987 1.987 0 00.55-3.897zm-.55 3.06l-7.183-.008a1.867 1.867 0 01.156-3.728 1.891 1.891 0 01.464.06 3.16 3.16 0 116.13 1.462 1.149 1.149 0 11.433 2.213zM4.5 4.5a1 1 0 111-1 1 1 0 01-1 1zm5.138.681l.496-1.241H7v-.828h3.134l-.496-1.293L13 3.502z"/></svg>'},yl={name:"cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.823 2l-2.217.914.516 1.25a4.743 4.743 0 00-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.82 4.82 0 00-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.824 4.824 0 00.945.949l-.518 1.247 2.214.921.519-1.246a4.68 4.68 0 00.674.048 4.74 4.74 0 00.666-.047L9.176 14l2.218-.914-.515-1.248a4.828 4.828 0 00.95-.945l1.245.518.922-2.214-1.247-.519a4.73 4.73 0 00.002-1.34L14 6.824l-.914-2.218-1.25.515a4.739 4.739 0 00-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.714 4.714 0 00-.676-.049 4.808 4.808 0 00-.663.047zm1.175 9a2.999 2.999 0 112.77-1.847 2.984 2.984 0 01-2.77 1.846M8 6.801a1.2 1.2 0 10.46.093A1.198 1.198 0 008 6.8"/></svg>'},$l={name:"cog_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.147 11.648c-.01.006-.02.014-.032.02a4.1 4.1 0 01-.46.224l-.012.005c-.033.015-.068.028-.103.042-.051.019-.11.036-.162.055-.094.034-.186.068-.285.099-.034.01-.064.024-.1.033-.019.007-.042.012-.062.019q-.279.078-.58.144l-.133.03q-.324.068-.668.12l-.135.02c-.214.03-.431.057-.653.079l-.103.012a17.446 17.446 0 01-.903.06c-.254.01-.507.018-.759.018a18.75 18.75 0 01-1.66-.078l-.105-.012a15.901 15.901 0 01-.65-.08l-.134-.018c-.23-.036-.455-.076-.67-.122l-.132-.029a9.372 9.372 0 01-.582-.145l-.059-.017c-.036-.01-.067-.023-.1-.034a7.034 7.034 0 01-.285-.1c-.054-.018-.112-.035-.165-.055l-.101-.041-.01-.005a4.076 4.076 0 01-.462-.223l-.03-.02a2.343 2.343 0 01-.334-.24c-.014-.012-.033-.022-.045-.033v1.013c0 .364.524.749 1.427 1.051a8.098 8.098 0 00.697.197 14.793 14.793 0 003.4.363 14.818 14.818 0 003.403-.362 8.38 8.38 0 00.697-.197c.904-.303 1.43-.688 1.43-1.052v-1.013c-.015.012-.034.022-.047.034a2.478 2.478 0 01-.333.238m.38-1.883c0-.762-2.27-1.61-5.529-1.61-3.256 0-5.524.848-5.524 1.61 0 .365.525.75 1.427 1.052a9.254 9.254 0 00.698.197 14.8 14.8 0 003.399.362 14.817 14.817 0 003.401-.362 8.375 8.375 0 00.7-.197c.902-.302 1.428-.687 1.428-1.052M3.931 7.697L2.802 7.6l.171-1.979 1.129.095a3.984 3.984 0 01.516-.985l-.729-.856 1.537-1.28.73.855a4.085 4.085 0 011.071-.336L7.323 2l2.004.17-.097 1.114a3.949 3.949 0 01.52.223 4.027 4.027 0 01.478.288l.866-.721 1.296 1.52-.866.72a3.961 3.961 0 01.341 1.058l1.127.095-.133 1.539a10.211 10.211 0 00-2.482-.618c.007-.048.021-.094.026-.143a2.48 2.48 0 00-1.346-2.416 2.543 2.543 0 00-2.938.45 2.408 2.408 0 00-.698 2.14 11.88 11.88 0 00-1.482.311l-.008-.033zm4.067-.468c-.331 0-.697.012-1.077.035a.972.972 0 01-.026-.314.99.99 0 01.292-.618 1.011 1.011 0 011.174-.18.992.992 0 01.539.967.923.923 0 01-.036.132 17.817 17.817 0 00-.866-.022z"/></svg>'},Cl={name:"cog_database_inset_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.751 7.338L14 6.824l-.914-2.218-1.25.515a4.74 4.74 0 00-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.715 4.715 0 00-.676-.049 4.803 4.803 0 00-.663.047L6.823 2l-2.217.914.516 1.25a4.741 4.741 0 00-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.816 4.816 0 00-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.823 4.823 0 00.945.949l-.518 1.247 2.214.921.519-1.246a4.673 4.673 0 00.674.048 4.737 4.737 0 00.666-.047L9.176 14l2.218-.914-.515-1.248a4.826 4.826 0 00.95-.945l1.245.518.922-2.214-1.247-.519a4.729 4.729 0 00.002-1.34zm-1.06 2.418c0 .244-.35.5-.954.703a5.157 5.157 0 01-.466.131 9.896 9.896 0 01-2.273.243 9.88 9.88 0 01-2.271-.243 5.454 5.454 0 01-.466-.131c-.603-.202-.953-.46-.953-.703V9.08c.008.008.02.015.03.023a1.567 1.567 0 00.223.16l.02.013a2.725 2.725 0 00.309.15l.006.002.068.028c.035.013.074.025.11.037.062.023.125.046.19.066.023.008.043.016.067.023l.04.011c.123.036.253.069.389.098l.087.02c.144.03.295.057.448.08l.09.012c.142.021.286.038.434.054l.07.008c.162.014.327.027.491.035l.112.005a11.63 11.63 0 001.013 0l.11-.005c.165-.008.33-.02.493-.035l.069-.008c.148-.015.293-.033.436-.054l.09-.012q.23-.035.447-.08l.088-.02c.135-.03.264-.062.388-.097l.042-.012.066-.023c.066-.02.128-.043.19-.066.036-.012.075-.024.109-.037l.069-.028.007-.003a2.744 2.744 0 00.308-.149l.022-.014a1.651 1.651 0 00.222-.159l.03-.023zm0-1.76c0 .243-.35.5-.954.703a5.157 5.157 0 01-.466.13 9.897 9.897 0 01-2.273.243 9.88 9.88 0 01-2.271-.242 5.44 5.44 0 01-.466-.132c-.603-.202-.953-.459-.953-.703V7.32c.008.008.02.014.03.022a1.566 1.566 0 00.223.16l.02.013a2.716 2.716 0 00.309.15l.006.003c.022.01.046.018.068.027l.11.038c.062.022.125.045.19.066.023.007.043.016.067.023l.04.011c.123.035.253.067.389.097l.087.02c.144.03.295.057.448.08l.09.013c.142.02.286.038.434.053l.07.008a11.715 11.715 0 001.726.035c.165-.008.33-.02.493-.035l.069-.008c.148-.015.293-.033.436-.053l.09-.012q.23-.036.447-.081l.088-.02q.202-.044.388-.097c.014-.004.029-.007.042-.012.023-.006.043-.015.067-.022.065-.02.127-.044.19-.066l.108-.037.069-.028.008-.003a2.735 2.735 0 00.307-.15l.022-.013a1.657 1.657 0 00.222-.16c.009-.007.021-.014.03-.022zm-.953-1.05a5.625 5.625 0 01-.467.132 9.896 9.896 0 01-2.272.24 9.885 9.885 0 01-2.271-.24 6.179 6.179 0 01-.466-.133c-.603-.201-.954-.459-.954-.702 0-.51 1.515-1.076 3.69-1.076 2.177 0 3.694.567 3.694 1.076 0 .243-.351.5-.954.702z"/></svg>'},kl={name:"cog_small_cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.712 5.956a.76.76 0 01-.224.477.787.787 0 01-.909.139.762.762 0 01-.19-1.224.781.781 0 01.907-.14.767.767 0 01.416.748zM14 11.61l-.441 1.088-.62-.246a2.276 2.276 0 01-.232.268 2.386 2.386 0 01-.23.2l.263.606-1.09.46-.263-.606a2.353 2.353 0 01-.662.008l-.248.612-1.1-.435.249-.612a2.273 2.273 0 01-.256-.215 2.358 2.358 0 01-.218-.243l-.614.26-.466-1.077.614-.259a2.287 2.287 0 01-.008-.654l-.62-.246.44-1.087.62.246a2.38 2.38 0 01.234-.27 2.463 2.463 0 01.229-.198l-.263-.606 1.09-.46.263.605a2.422 2.422 0 01.662-.008l.248-.612 1.1.436-.248.612a2.351 2.351 0 01.473.458l.614-.26.466 1.076-.613.26a2.339 2.339 0 01.008.654zm-1.934-1.591a1.495 1.495 0 00-2.085.011 1.454 1.454 0 00.01 2.081 1.479 1.479 0 00.486.313 1.495 1.495 0 001.6-.324 1.454 1.454 0 00-.01-2.081zM9.036 8.33l-1.189.99-.564-.661a3.104 3.104 0 01-.827.26l-.075.86-1.547-.13.074-.862a3.075 3.075 0 01-.77-.394l-.671.557-1.001-1.174.67-.557a3.015 3.015 0 01-.264-.817L2 6.328 2.132 4.8l.872.074a3.08 3.08 0 01.4-.762l-.564-.66 1.188-.99.565.66a3.159 3.159 0 01.827-.26L5.494 2l1.548.131-.074.861a3.046 3.046 0 01.402.172 3.111 3.111 0 01.369.223l.669-.557L9.41 4.004l-.67.557a3.06 3.06 0 01.264.818l.871.073-.132 1.53-.872-.074a3.026 3.026 0 01-.4.762zM7.874 6.054a1.916 1.916 0 00-1.04-1.868 1.965 1.965 0 00-2.27.348 1.907 1.907 0 00.478 3.06 1.965 1.965 0 002.27-.347 1.903 1.903 0 00.562-1.193zm3.376 4.467a.6.6 0 00-.64.13.591.591 0 00-.131.196.584.584 0 00.33.761.597.597 0 00.64-.13.59.59 0 00.13-.195.583.583 0 00-.135-.637.596.596 0 00-.194-.125z"/></svg>'},_l={name:"cog_zoomed_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 3.11l-1.178-.632-1.875 2.133a5.424 5.424 0 00-.716-.094L8.766 2l-2.138.627.2 2.863a5.226 5.226 0 00-.527.47l-2.77-.738-1.056 1.95L4.656 9.04a5.188 5.188 0 00-.087.704L2 11.144l.659 2.1 2.914-.197a4.961 4.961 0 00.453.525l-.13.427h7.232a.818.818 0 00.87-.759L14 13.2zm-1.335 7.876a2.877 2.877 0 01-3.741 1.477 2.768 2.768 0 01-1.51-3.66 2.876 2.876 0 013.729-1.482 2.76 2.76 0 011.535 3.637z"/></svg>'},zl={name:"comment_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 3.5v6a1.5 1.5 0 01-1.5 1.5H8.75L3.5 14l.75-3H3.5A1.5 1.5 0 012 9.5v-6A1.5 1.5 0 013.5 2h9A1.5 1.5 0 0114 3.5z"/></svg>'},Il={name:"computer_and_monitor_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12V6H5v6h4v1H7v1h5v-1h-2v-1zm-8-1V7h7v4zm1-6H4V4h3zm1 0V3H3v7h1v3h2v1H3a1 1 0 01-1-1V3a1 1 0 011-1h5a1 1 0 011 1v2z"/></svg>'},Ol={name:"copy_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3zm1 1v8h8V6zm7 7H7V7h6z"/></svg>'},Sl={name:"copy_text_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3zm1 1v8h8V6zm7 7H7V7h6zm-1-4H8V8h4zm-1 2H8v-1h3z"/></svg>'},Al={name:"dashboard_builder_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.646 6.646L7 4.293l2 2 1.646-1.646.707.707L9 7.707l-2-2-1.646 1.647zM14 2v12H2V2zM8 9H4v3h4zm4 2H9v1h3zm0-2H9v1h3zm0-5H4v4h8V4zm-5 6H5v1h2z"/></svg>'},El={name:"dashboard_builder_legend_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm10 10H4v-1.293l2.04-2.04 3.804 2.983L12 9.74zm0-7h-2v1h2v2.405L9.805 10.35 5.96 7.333 4 9.293V6h2V5H4V4h8zM9 6H7V5h2z"/></svg>'},Hl={name:"dashboard_builder_templates_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm11 11H3V3h10z"/><path class="cls-1" d="M9 9h3v1H9zM12 4H4v4h8zm-1 3H5V5h6zM8 9H4v3h4zm-1 2H5v-1h2zM9 11h3v1H9z"/></svg>'},Ml={name:"dashboard_builder_tile_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.646 10.646L7 8.293l2 2 1.646-1.646.707.707L9 11.707l-2-2-1.646 1.647zM14 2v12H2V2zM4 7h3V4H4zm8 1H4v4h8V8zm0-4H8v3h4z"/></svg>'},Vl={name:"database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.588 11.46a2.69 2.69 0 00.36-.257c.015-.012.036-.023.051-.036v1.093c0 .395-.57.81-1.551 1.137a9.133 9.133 0 01-.757.212A16.17 16.17 0 017.997 14a16.144 16.144 0 01-3.69-.391 8.83 8.83 0 01-.757-.213C2.57 13.069 2 12.655 2 12.26v-1.093c.013.013.033.023.049.036a2.61 2.61 0 00.362.26c.012.006.021.013.033.02a4.294 4.294 0 00.502.241l.01.005.11.046c.058.02.121.039.18.06.1.036.202.073.308.106.037.012.07.026.11.037.018.006.042.011.063.017.2.06.412.11.633.159l.142.031c.234.049.478.092.727.13.048.008.098.014.146.02a17.346 17.346 0 00.82.1 24.659 24.659 0 00.98.065c.273.01.55.019.822.019.273 0 .548-.008.824-.02.06-.003.119-.006.179-.007.268-.014.536-.034.801-.057l.112-.014c.24-.023.476-.052.708-.086.048-.006.098-.012.147-.02.25-.038.491-.081.725-.13.05-.012.096-.021.144-.031.219-.049.429-.1.63-.157.022-.008.047-.013.069-.02.037-.01.07-.024.108-.036.107-.034.206-.07.309-.107.057-.02.12-.038.176-.06.037-.014.075-.028.111-.045l.013-.005a4.316 4.316 0 00.5-.241.415.415 0 00.035-.022m0-2.845l-.035.022a4.46 4.46 0 01-.5.241l-.013.005c-.036.016-.074.03-.111.045l-.176.06c-.103.037-.202.073-.31.107-.037.012-.07.025-.107.036-.022.007-.047.012-.069.02a10.638 10.638 0 01-.774.187q-.35.075-.725.13c-.049.009-.099.014-.147.021-.232.034-.468.063-.708.086L9.8 9.59c-.265.024-.533.044-.801.057l-.18.008c-.275.012-.55.02-.823.02a19 19 0 01-.823-.02l-.18-.008a20.583 20.583 0 01-.8-.057l-.113-.013c-.241-.024-.475-.052-.706-.086-.048-.006-.098-.012-.146-.02a12.62 12.62 0 01-1.502-.32c-.021-.006-.045-.01-.063-.017-.04-.012-.073-.025-.11-.037a7.688 7.688 0 01-.309-.107c-.058-.02-.121-.039-.179-.06l-.11-.045-.01-.005a4.436 4.436 0 01-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 01-.362-.26c-.016-.013-.036-.023-.049-.036v1.093c0 .394.57.81 1.55 1.136a8.83 8.83 0 00.757.213 16.145 16.145 0 003.69.39 16.171 16.171 0 003.694-.39 9.133 9.133 0 00.757-.213c.98-.327 1.551-.742 1.551-1.136V8.322c-.015.013-.036.024-.05.036a2.69 2.69 0 01-.361.258m0-2.845l-.035.022a4.463 4.463 0 01-.5.241l-.013.005c-.036.016-.074.03-.111.045l-.176.06c-.103.037-.202.073-.31.107-.037.012-.07.026-.107.036-.022.007-.047.012-.069.02q-.302.084-.63.156l-.144.031q-.351.075-.725.132c-.049.006-.099.012-.147.02-.232.032-.468.061-.708.085l-.112.013a19.05 19.05 0 01-.98.066c-.276.01-.55.018-.824.018a20.457 20.457 0 01-1.802-.084l-.114-.013c-.241-.024-.475-.053-.706-.086l-.146-.02c-.249-.038-.493-.081-.727-.13-.05-.01-.094-.022-.142-.032-.22-.048-.432-.1-.633-.157l-.063-.018c-.04-.011-.073-.025-.11-.037a7.688 7.688 0 01-.309-.107l-.179-.06-.11-.045-.01-.005a4.438 4.438 0 01-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 01-.362-.26C2.033 5.5 2.013 5.488 2 5.476V6.57c0 .394.57.81 1.55 1.136a8.83 8.83 0 00.757.213 16.144 16.144 0 003.69.39 16.17 16.17 0 003.694-.39 9.133 9.133 0 00.757-.213c.98-.327 1.551-.742 1.551-1.136V5.477c-.015.013-.036.024-.05.036a2.69 2.69 0 01-.361.258M14 3.738C14 2.915 11.535 2 7.998 2 4.463 2 2 2.915 2 3.738c0 .394.57.81 1.55 1.135.113.039.23.074.355.11q.192.053.402.103a16.152 16.152 0 003.69.39 16.17 16.17 0 003.692-.39 9.13 9.13 0 00.759-.213C13.429 4.548 14 4.132 14 3.738"/></svg>'},Ll={name:"database_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.919 12.103a11.87 11.87 0 01-1.594-.26 7.445 7.445 0 01-.644-.182c-.835-.28-1.32-.635-1.32-.973v-.936c.011.01.029.02.042.031a2.226 2.226 0 00.308.222l.028.018a3.65 3.65 0 00.428.206l.009.005.093.038c.049.019.103.034.153.051.086.032.173.063.262.092.032.01.06.022.094.032l.054.014c.17.05.35.095.538.136l.121.027c.2.042.408.078.62.111.041.007.083.012.124.018.197.028.396.052.6.073l.038.005-.613.613zm-2.238-7.74a8.567 8.567 0 00.645.182 13.68 13.68 0 003.143.334 13.697 13.697 0 003.144-.334 7.753 7.753 0 00.646-.182c.835-.28 1.32-.635 1.32-.973 0-.704-2.098-1.488-5.11-1.488-3.01 0-5.107.784-5.107 1.488 0 .338.486.694 1.32.973zm5.047 6.495l.008.007.008-.008zm-5.047-4.07a7.471 7.471 0 00.644.182 13.675 13.675 0 003.143.335 13.697 13.697 0 003.146-.335 7.694 7.694 0 00.644-.181c.835-.28 1.321-.636 1.321-.973v-.937c-.013.012-.03.02-.043.032a2.29 2.29 0 01-.307.22.353.353 0 01-.03.02 3.788 3.788 0 01-.426.206l-.01.004c-.031.014-.064.026-.096.039-.047.017-.101.033-.15.05-.087.032-.172.064-.263.092-.032.01-.06.023-.092.032l-.058.016q-.257.073-.537.134l-.122.027q-.3.063-.618.112l-.124.017c-.198.029-.399.053-.604.074l-.095.01a16.15 16.15 0 01-.835.057c-.235.01-.468.016-.701.016a17.43 17.43 0 01-1.535-.072l-.097-.011a14.698 14.698 0 01-.6-.074l-.125-.017c-.212-.033-.42-.07-.62-.112l-.12-.027a8.673 8.673 0 01-.54-.134c-.018-.006-.037-.01-.053-.016-.034-.01-.062-.022-.094-.032a6.551 6.551 0 01-.262-.091c-.05-.018-.104-.034-.153-.052l-.093-.038-.01-.004a3.768 3.768 0 01-.427-.207l-.028-.017a2.167 2.167 0 01-.308-.223c-.013-.011-.031-.02-.042-.03v.936c0 .337.485.692 1.32.972zm0 2.436a7.471 7.471 0 00.644.182 13.147 13.147 0 002.644.328l.318-.318.323.324a14.377 14.377 0 002.473-.222l1.753-1.753-.063.028-.01.004c-.031.014-.063.027-.096.04-.047.017-.101.033-.15.05-.087.032-.171.063-.263.091-.032.01-.06.022-.092.032-.018.006-.04.01-.058.017a9.015 9.015 0 01-.66.16q-.298.064-.617.112l-.124.017c-.198.029-.399.054-.604.074l-.095.011c-.225.02-.454.037-.682.049l-.153.007a16.115 16.115 0 01-1.402 0l-.154-.007a17.43 17.43 0 01-.68-.049l-.097-.011a14.689 14.689 0 01-.6-.074c-.042-.006-.084-.01-.125-.017a10.679 10.679 0 01-1.28-.274l-.053-.015c-.034-.01-.062-.021-.094-.032a6.551 6.551 0 01-.262-.09c-.05-.018-.104-.034-.153-.053-.03-.012-.063-.024-.093-.038l-.01-.004a3.77 3.77 0 01-.427-.207l-.028-.017a2.169 2.169 0 01-.308-.223c-.014-.01-.031-.02-.042-.03v.936c0 .337.485.693 1.32.972zm9.269-1.6L8.736 11.84l-1.449-1.45-1.053 1.055 2.458 2.458 5.268-5.268z"/></svg>'},Tl={name:"desktop_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 3H2v8h5v1H5v1h6v-1H9v-1h5V3zm0 7H3V4h10z"/></svg>'},Pl={name:"donut_chart_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.872 10.956a4.123 4.123 0 01-6.997-2.962v-.007H2v.007a5.995 5.995 0 0010.301 4.182zM8.372 2v1.884a4.13 4.13 0 012.992 6.501l1.429 1.224A6.008 6.008 0 008.37 2zM2.048 7.236h1.897a4.117 4.117 0 013.675-3.352V2A6.012 6.012 0 002.05 7.236z"/></svg>'},Rl={name:"dot_solid_dot_stroke_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 8a3 3 0 11-3-3 3 3 0 013 3zm5-2a2 2 0 102 2 2.002 2.002 0 00-2-2m0-1a3 3 0 11-3 3 3 3 0 013-3z"/></svg>'},Dl={name:"download_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 9v5H2V9h1v4h10V9zm-5.982 2L11 5.1 8.996 6.412 9 2H7v4.387L5 5.1z"/></svg>'},Fl={name:"electronic_chip_zoomed_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 14H7.333V9.333a2 2 0 012-2H14V13a1 1 0 01-1 1zM12 2a.667.667 0 00-.667.667v2h1.334v-2A.667.667 0 0012 2zM8.444 2a.667.667 0 00-.666.667v2H9.11v-2A.667.667 0 008.444 2zM2 8.444a.667.667 0 00.667.667h2V7.778h-2A.667.667 0 002 8.444zM2 12a.667.667 0 00.667.667h2v-1.334h-2A.667.667 0 002 12zm11.556-8.222v.889a.444.444 0 01-.445.444H10.89a.444.444 0 01-.445-.444v-.89H10v.89a.444.444 0 01-.444.444H7.333a.444.444 0 01-.444-.444v-.89H4.667a.889.889 0 00-.89.89v2.222h.89a.444.444 0 01.444.444v2.223a.444.444 0 01-.444.444h-.89v.444h.89a.444.444 0 01.444.445v2.222a.444.444 0 01-.444.445h-.89V14H6.89V8.222A1.333 1.333 0 018.222 6.89H14V3.778z"/></svg>'},Bl={name:"exclamation_mark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.371 11.873h3.256V14H6.37zM6.316 2l.37 8.542h2.628L9.684 2z"/></svg>'},Nl={name:"eye_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.856 3.657A7.004 7.004 0 001 8.001a7.588 7.588 0 007.146 4.342A7.002 7.002 0 0015 8a7.586 7.586 0 00-7.144-4.344m-1.199 7.289A5.108 5.108 0 012.443 8s.665-2.585 4.33-3.037a2.786 2.786 0 00-1.414 1.223l2.787 1.22H4.977a3.47 3.47 0 00-.053.576 3.348 3.348 0 001.734 2.962m2.85.02a3.4 3.4 0 00.107-5.908 5.006 5.006 0 013.942 2.944s-.603 2.44-4.05 2.963"/></svg>'},jl={name:"fancy_a_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.597 9.844H7.865A7.465 7.465 0 016.19 11.96a3.323 3.323 0 01-2.042.667 2.835 2.835 0 01-1.964-.753L2 11.706l1.153-1.152.157.251a1.347 1.347 0 001.2.716 1.976 1.976 0 001.385-.625 11.546 11.546 0 001.722-2.403l2.252-3.88a7.585 7.585 0 00-.679-.037 2.365 2.365 0 00-1.66.54 1.967 1.967 0 00-.556 1.51V6.7l-.067.106-1.564.762.045-.423a3.845 3.845 0 01.645-1.874 3.312 3.312 0 011.34-1.177 6.74 6.74 0 012.208-.443c.127 0 .277-.013.471-.029l.369-.03 1.387-.257.087 2.154.33 3.886a4.862 4.862 0 00.29 1.701.498.498 0 00.528.31c.057 0 .277 0 .641-.03L14 11.33l-.172.83-3.003.506zm-.086-.896l-.275-3.22-1.855 3.22z"/></svg>'},ql={name:"file_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 3v10h8V7H8V3zm5 0v3h3z"/></svg>'},Ul={name:"file_drawer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 4v10h12V4zm8 4H6V6h4zm4-5H2V2h12z"/></svg>'},Kl={name:"file_search_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 6v6h-3.333a3.662 3.662 0 00.249-1.302A3.701 3.701 0 007.22 7 3.654 3.654 0 006 7.223V2h4v4zm-3-4v3h3zm-1.126 8.698a2.697 2.697 0 01-4.73 1.772L2.521 14l-.48-.823 2.613-1.523a2.698 2.698 0 115.22-.956zm-.952 0a1.745 1.745 0 10-1.745 1.745 1.747 1.747 0 001.745-1.745z"/></svg>'},Wl={name:"filter_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 3.045v1.29h.787a2.069 2.069 0 102.907 2.903l1.32 2.173v4.522l1.973-1.846V9.411l3.878-5.076h1.134v-1.29zm2.033 4.059a1.154 1.154 0 010-2.308c.023 0 .045.006.068.007l1.002 1.575a1.154 1.154 0 01-1.07.726z"/></svg>'},Xl={name:"floppy_disk_checkmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 5h-1.041l-1.005 1H12v3H4V6h3.782L6.79 5H3.583A.585.585 0 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.455 5zM11 13H8v-2H6v2H5v-3h6zm2-10.99L9.091 5.9 7 3.79l.919-.89 1.164 1.208L12.128 1.1l.872.91"/></svg>'},Yl={name:"floppy_disk_star_arrow_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.5 2.5a1 1 0 10-1 1 1 1 0 001-1zm7.5.002L9.638.819l.496 1.293H7v.828h3.134L9.638 4.18zM12.455 5H3.583A.585.585 0 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.455 5zM11 13H8v-2H6v2H5v-3h6zm1-4H4V6h8z"/></svg>'},Gl={name:"floppy_disk_three_dots_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6 3a1 1 0 10-1 1 1 1 0 001-1zm3 0a1 1 0 10-1 1 1 1 0 001-1zm3 0a1 1 0 10-1 1 1 1 0 001-1zm.455 2H3.583A.585.585 0 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.455 5zM11 13H8v-2H6v2H5v-3h6zm1-4H4V6h8z"/></svg>'},Ql={name:"folder_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 4V3H2v10h12V4zm6 2H3V5h10z"/></svg>'},Jl={name:"folder_open_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 3v1.002h6V6h-1V5H3v1H2V3zM2 13h11l1-6H2z"/></svg>'},Zl={name:"forward_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.027 14l2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},tc={name:"four_dots_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.5 11A1.5 1.5 0 115 9.5 1.5 1.5 0 016.5 11zM5 3.5A1.5 1.5 0 106.5 5 1.5 1.5 0 005 3.5zm7.5 7.5A1.5 1.5 0 1111 9.5a1.5 1.5 0 011.5 1.5zM11 3.5A1.5 1.5 0 1012.5 5 1.5 1.5 0 0011 3.5z"/></svg>'},ec={name:"function_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12.643h-1.572l-.898-1.283-.923 1.283h-1.54l1.658-2.146-1.632-2.14h1.572l.883 1.258.888-1.258h1.545l-1.635 2.111zM9.544 4.667H9.31a3.141 3.141 0 00-.394-.1 2.455 2.455 0 00-.483-.05 1.32 1.32 0 00-.832.241 1.334 1.334 0 00-.405.895l-.128.937h1.846v1.282H6.812l-.376 2.462a3.578 3.578 0 01-.462 1.357 2.583 2.583 0 01-.784.808 3.015 3.015 0 01-.938.387A4.823 4.823 0 013.184 13q-.275 0-.629-.03A3.529 3.529 0 012 12.892v-1.815h.12a.56.56 0 00.424.244 2.538 2.538 0 00.5.052 1.304 1.304 0 00.898-.29 1.584 1.584 0 00.424-.985l.33-2.226H3.256V6.59H5.05l.178-1.162a2.942 2.942 0 01.444-1.244 2.516 2.516 0 01.76-.734 2.643 2.643 0 01.94-.356A5.61 5.61 0 018.357 3q.294 0 .588.025t.599.076z"/></svg>'},ic={name:"gauge_simple_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.969 5.196a1.763 1.763 0 011.142-.49 1.763 1.763 0 01-.49 1.142L9.205 8.263l.008.025.065.184.03.093a1.352 1.352 0 01.032.295 1.385 1.385 0 01-2.769 0 1.343 1.343 0 01.033-.294l.034-.11.055-.16.012-.033.014-.014a1.389 1.389 0 01.625-.625l.015-.015.033-.011.16-.055.11-.035a1.32 1.32 0 01.588 0l.11.035.16.055.033.011zM14 8.86a5.979 5.979 0 01-1.799 4.28l-1.309-1.308a4.085 4.085 0 00.83-4.78l.55-.55a2.576 2.576 0 00.64-1.082A5.968 5.968 0 0114 8.86zm-6-6a5.998 5.998 0 00-4.201 10.28l1.308-1.308a4.14 4.14 0 014.645-6.725l.564-.564a2.57 2.57 0 011.07-.635A5.97 5.97 0 008 2.86z"/></svg>'},sc={name:"grid_three_by_three_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 3v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1H3a1 1 0 00-1 1zm4 9H4v-2h2zm.001-2.999H4V7h2.001zm0-3.001H4V4h2.001zM9 12H7v-2h2zm0-2.999H7V7h2zM9 6H7V4h2zm3 6h-2v-2h2zm.001-2.999H10V7h2.001zm0-3.001H10V4h2.001z"/></svg>'},oc={name:"grid_two_by_two_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 9h3v3H4zm5 0h3v3H9zM4 4h3v3H4zm5 0h3v3H9zM2 14h12V2H2z"/></svg>'},nc={name:"hammer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 14H6V8h3zM8.875 2H6.723A1.991 1.991 0 015 3a2.486 2.486 0 01-2-1H2v4h1a1.797 1.797 0 011.5-1C5.551 5 5.997 6.99 6 7h3c.333-1.539 1-2.436 1.741-2.436C12.222 4.564 14 6.615 14 6.615S13 2 8.875 2z"/></svg>'},rc={name:"hashtag_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.76 14l.752-2.914H6.045L5.299 14H3.532l.746-2.914H2v-1.72h2.712l.701-2.807H2.947v-1.72h2.91L6.567 2h1.766l-.71 2.838h2.46L10.8 2h1.768l-.717 2.838H14v1.72h-2.599l-.706 2.807h2.374v1.72h-2.807L9.501 14zM6.447 9.392h2.506l.72-2.85H7.167z"/></svg>'},ac={name:"home_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.988 2L2.5 9H4v5h3v-3h2v3h3V9h1.5L7.988 2z"/></svg>'},lc={name:"hourglass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.774 13.4h-.047v-.49h-.404a2.491 2.491 0 00.355-1.258c0-1.826-2.083-2.886-2.083-3.652s2.083-1.826 2.083-3.652a2.491 2.491 0 00-.355-1.257h.404V2.6h.047a.556.556 0 00.499-.6H4.727a.556.556 0 00.499.6h.047v.49h.404a2.491 2.491 0 00-.355 1.258c0 1.826 2.083 2.87 2.083 3.652s-2.083 1.826-2.083 3.652a2.491 2.491 0 00.355 1.257h-.404v.491h-.047a.556.556 0 00-.499.6h6.546a.556.556 0 00-.499-.6zM8 12.957c-1.565 0-1.975-.585-1.975-1.305a7.183 7.183 0 011.723-.656c.268 0 .289-3.513 0-3.779l-.988-1h2.454l-.962 1c-.268.286-.275 3.779 0 3.779a7.651 7.651 0 011.738.656c0 .72-.409 1.305-1.99 1.305z"/></svg>'},cc={name:"indeterminant_checkbox_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 3a1.001 1.001 0 011 1v8a1.001 1.001 0 01-1 1H4a1.001 1.001 0 01-1-1V4a1.001 1.001 0 011-1h8m0-1H4a2 2 0 00-2 2v8a2 2 0 002 2h8a2 2 0 002-2V4a2 2 0 00-2-2zM4 4v8h8V4zm6 6H6V6h4z"/></svg>'},hc={name:"info_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.415 7.75v3.69H6.376v1.576h4.24V11.44H9.6V6.175H6.376V7.75zm.276-2.698a1.19 1.19 0 002.035-.838 1.164 1.164 0 00-.346-.846 1.193 1.193 0 00-1.693 0 1.158 1.158 0 00-.35.846 1.144 1.144 0 00.354.838z"/></svg>'},dc={name:"info_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm-.697 2.28a.951.951 0 011.35 0 .928.928 0 01.276.675.952.952 0 01-1.905 0 .924.924 0 01.279-.674zM9.7 12H6.3v-1.264h.833V7.777H6.3V6.513h2.584v4.223H9.7z"/></svg>'},uc={name:"key_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.045 7.348l-.652-.652 1.444-.14zm-3.818.698l-4.912 4.912-.395-.396 4.12-4.12zm4.734-2.918l-1.697.136-.395-.395L11 3.176l.72-.067 1.304 1.304zm-3.524-.386l-.651-.653.791-.791zm-1.955-.653v2.607l-5.074 5.075L2 12.946l.791.791 1.432.129.326-.326v-.652l.652-.652h.652l.326-.325v-.652h.651l.978-.978.014-.652.312-.326h.652l.652-.651h2.607l1.676-1.676L14 4.089l-1.955-1.955-2.887.28z"/></svg>'},pc={name:"laptop_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 11V3H3v8H2v2h12v-2zm-2 1H5v-1h6zm1-1.996H4V4h8z"/></svg>'},vc={name:"layer_group_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.555 9.546l.89-.445 5.333 2.667 1.778-.89.889.449v1.33L9.778 13.99l-6.223-3.11zm0-6.222L6.222 1.99l6.223 3.112v1.333L9.778 7.768l-6.223-3.11zm0 3.11l.89-.444 5.333 2.667 1.778-.89.889.448v1.33L9.778 10.88 3.555 7.768z"/></svg>'},gc={name:"lightning_bolt_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.732 7.953L6.909 2h3.636L8.364 7.013h2.909L4.727 14l2.21-6.049z"/></svg>'},mc={name:"link_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.465 5.592A2.908 2.908 0 019.963 7.02l-1.06 1.065c-.053-.103-.095-.192-.144-.276a1.48 1.48 0 00-1.277-.769 1.43 1.43 0 00-.977.394c-.75.694-1.469 1.421-2.165 2.168a1.431 1.431 0 00.054 2.038 1.507 1.507 0 001.039.432 1.28 1.28 0 00.953-.417c.103-.11.435-.44.81-.805a3.458 3.458 0 001.908.188c-1.006 1.035-2.179 2.187-2.996 2.38a2.982 2.982 0 01-.693.082 2.91 2.91 0 01-2.182-4.842A46.793 46.793 0 015.53 6.356a2.826 2.826 0 011.935-.764M10.583 2.5a3.001 3.001 0 00-.69.081 10.376 10.376 0 00-2.996 2.377 3.474 3.474 0 01.568-.054 3.58 3.58 0 011.31.249c.38-.332.701-.646.875-.834a1.221 1.221 0 01.913-.395 1.513 1.513 0 011.074.469 1.433 1.433 0 01.022 2.005c-.7.743-1.42 1.47-2.165 2.167a1.419 1.419 0 01-.975.395 1.483 1.483 0 01-1.28-.768c-.048-.085-.089-.175-.151-.298L6.043 8.987a2.882 2.882 0 002.493 1.42 2.808 2.808 0 001.93-.76 54.2 54.2 0 002.266-2.266A2.911 2.911 0 0010.583 2.5"/></svg>'},fc={name:"link_cancel_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9.202 9.45a2.638 2.638 0 01.687 2.519l-1.364.002c.032-.1.062-.183.085-.269a1.343 1.343 0 00-.326-1.312 1.297 1.297 0 00-.88-.374 37.657 37.657 0 00-2.779.002 1.298 1.298 0 00-1.273 1.341 1.367 1.367 0 00.39.944 1.162 1.162 0 00.878.344c.137-.005.562-.002 1.036.004a3.137 3.137 0 001.104 1.344 8.133 8.133 0 01-3.45-.395 2.705 2.705 0 01-.496-.392A2.64 2.64 0 014.52 8.702a42.45 42.45 0 012.951-.003 2.564 2.564 0 011.731.751m3.984.017a2.723 2.723 0 00-.495-.39 9.414 9.414 0 00-3.447-.398 3.151 3.151 0 01.4.33 3.247 3.247 0 01.68 1c.457.031.864.035 1.096.027a1.108 1.108 0 01.839.331 1.373 1.373 0 01.389.99 1.3 1.3 0 01-1.272 1.3c-.926.028-1.854.033-2.78.002a1.287 1.287 0 01-.878-.372 1.345 1.345 0 01-.328-1.313c.023-.086.054-.17.093-.289l-1.371.031a2.614 2.614 0 00.688 2.51 2.547 2.547 0 001.726.751c.968.033 1.94.025 2.908 0a2.641 2.641 0 001.752-4.51m-2.701-3.208L8.71 4.485l1.775-1.775-.71-.71L8 3.775 6.225 2l-.71.71L7.29 4.485 5.515 6.259l.71.71L8 5.195l1.775 1.774z"/></svg>'},bc={name:"list_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 13H2v-2h2zm10-2H6v2h8zM4 7H2v2h2zm10 0H6v2h8zM4 3H2v2h2zm10 0H6v2h8z"/></svg>'},wc={name:"list_tree_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 5v2h4v2h-4v2h4v2H8V5H5V3h9v2zM2 5h2V3H2zm5 6H5v2h2zm0-4H5v2h2z"/></svg>'},xc={name:"list_tree_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.953 11.81c.013-.011.032-.02.046-.031v.917c0 .33-.523.678-1.42.953a8.234 8.234 0 01-.694.178 16.116 16.116 0 01-3.382.328 16.089 16.089 0 01-3.38-.328 8.77 8.77 0 01-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 00.332.218l.03.017a4.235 4.235 0 00.46.202l.01.005.1.037c.053.018.11.034.164.05.093.031.186.062.283.09.033.01.064.022.1.031l.058.015c.184.048.378.092.58.132.043.009.084.018.13.026.214.042.438.078.666.11l.134.017c.21.028.425.051.646.072l.104.01c.242.021.487.037.731.049l.166.007c.251.01.504.016.754.016s.501-.007.754-.016l.164-.007c.246-.012.491-.028.734-.048l.102-.011c.22-.02.436-.044.649-.072.044-.006.09-.01.134-.017q.343-.048.664-.11c.046-.008.088-.017.132-.026q.3-.06.577-.13c.02-.007.043-.012.063-.017.034-.009.064-.021.099-.031.098-.028.189-.059.283-.09.052-.017.11-.032.16-.05.035-.012.07-.024.103-.037l.012-.005a4.252 4.252 0 00.457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 00.33-.216zm-5.45-2.946c-3.237 0-5.492.767-5.492 1.457 0 .33.523.679 1.42.952a9.998 9.998 0 00.694.179 16.101 16.101 0 003.378.327 16.12 16.12 0 003.382-.327 8.892 8.892 0 00.694-.18C13.477 11 14 10.652 14 10.322c0-.69-2.257-1.457-5.497-1.457zM14 6V5H5V3h2V2H2v1h2v5.581a9.632 9.632 0 011-.255V6h3v2h6V7H9V6z"/></svg>'},yc={name:"lock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 8V7a3.888 3.888 0 00-4-4 3.822 3.822 0 00-2.81 1.078A4.349 4.349 0 004.062 7v1H3v6h10V8zM6.062 6.986a2.407 2.407 0 01.566-1.516A1.834 1.834 0 018 5a1.883 1.883 0 012 2v1H6.062z"/></svg>'},$c={name:"magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.073 12.29l-2.926-2.926a3.971 3.971 0 10-.783.783l2.927 2.926zM7.01 9.84a2.83 2.83 0 112.83-2.83 2.833 2.833 0 01-2.83 2.83z"/></svg>'},Cc={name:"markdown_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14.25 3H1.75a.74.74 0 00-.75.73v8.54a.74.74 0 00.75.73h12.5a.74.74 0 00.75-.73V3.73a.74.74 0 00-.75-.73zm-6.285 7.059h-.991V7.773L5.982 9.35l-.99-1.577v2.286H4V5.934h.91L5.982 7.51l1.073-1.576h.91zm2.459.007L8.848 7.945h1.1V5.934h.99v2.01H12z"/></svg>'},kc={name:"minus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 7h8v2H4z"/></svg>'},_c={name:"minus_wide_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3 7h10v2H3z"/></svg>'},zc={name:"mobile_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.462 2.077H4.538A.54.54 0 004 2.615v10.77a.54.54 0 00.538.538h5.924a.54.54 0 00.538-.538V2.615a.54.54 0 00-.538-.538zM10 12H5V3h5z"/></svg>'},Ic={name:"notebook_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 2h1v3h-1zm0 8h1V6h-1zm0 4h1v-3h-1zM4 7h6V6H4zm0-2h6V4H4zM2 2h10v12H2z"/></svg>'},Oc={name:"paste_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 5V3H3v6h2v1H2V2h8v3zM6 6v8h8V6z"/></svg>'},Sc={name:"pencil_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11.413 2.674c.326-.288 1.04-.013 1.807.857.768.869.952 1.61.626 1.898l-1.378 1.218-2.433-2.757zm-7.381 9.493l2.97-1.396-1.477.254.064-1.459-.48.25.156-1.013-1.754 2.774zm3.319-1.002L2 13.435 4.917 8.41l3.15-2.78L10.5 8.383zm4.293-3.866L9.21 4.544c-.177-.202.222-.543.394-.349l2.434 2.756c.175.2-.224.54-.394.348m-.783.7L8.428 5.244c-.178-.201.22-.542.393-.347l2.433 2.755c.176.199-.223.54-.393.347"/></svg>'},Ac={name:"pot_with_lid_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 4V2H5v2H2v1h12V4zM6 4V3h4v1zm-4 9h1v1h10v-1h1V6H2z"/></svg>'},Ec={name:"question_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11.303 5.594a3.294 3.294 0 01-.195 1.176 2.63 2.63 0 01-.549.885 3.96 3.96 0 01-.852.672 7.46 7.46 0 01-1.121.54v1.501H6.27V8.15q.467-.125.845-.256a3.199 3.199 0 00.793-.429 2.098 2.098 0 00.608-.612 1.45 1.45 0 00.22-.791 1.042 1.042 0 00-.423-.939 2.163 2.163 0 00-1.195-.28 3.338 3.338 0 00-1.068.204 4.853 4.853 0 00-1.09.526h-.263V3.566a8.148 8.148 0 011.296-.372A8.205 8.205 0 017.77 3a4.196 4.196 0 012.579.718 2.241 2.241 0 01.954 1.876zM8.77 13H6.112v-1.737H8.77z"/></svg>'},Hc={name:"running_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 7.985l-8.002 4.013L8 8 5.998 3.987zM3.995 2.997L2 2l3 6-3 6 2.002-1.005L6.5 8z"/></svg>'},Mc={name:"server_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 3H3v3h10zM9 5H4V4h5zM3 7v3h10V7zm6 2H4V8h5zm3 4H3v-2h10v1a1 1 0 01-1 1z"/></svg>'},Vc={name:"share_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.984 2.012l-2.069 6.153-.565-2.722-3.544 3.544-.822-.822 3.544-3.544-2.723-.566zM2 4v10h10v-4h-2v2H4V6h2V4z"/></svg>'},Lc={name:"shield_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2zm4.788 8.2L4 7.388 5.225 6.2l1.553 1.61 4.06-4.01L12 5.013z"/></svg>'},Tc={name:"shield_xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2zm9.5 7.346L10.346 10.5 8 8.154 5.654 10.5 4.5 9.346 6.846 7 4.5 4.654 5.654 3.5 8 5.846 10.346 3.5 11.5 4.654 9.154 7z"/></svg>'},Pc={name:"signal_bars_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 14H2V2h2zm3-9H5v9h2zm3 3H8v6h2zm3 3h-2v3h2z"/></svg>'},Rc={name:"sine_graph_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12H2v-1.63a4.61 4.61 0 001.766-1.967c.636-1.06 1.082-1.705 1.902-1.705s1.266.644 1.902 1.705c.615 1.026 1.312 2.189 2.766 2.189 1.453 0 2.15-1.163 2.764-2.189a6.459 6.459 0 01.9-1.267zm0-6.054a4.613 4.613 0 00-1.764 1.967c-.635 1.061-1.08 1.705-1.9 1.705-.82 0-1.266-.644-1.902-1.705-.615-1.026-1.312-2.189-2.766-2.189S3.517 6.887 2.902 7.913A6.468 6.468 0 012 9.18V4h12z"/></svg>'},Dc={name:"skip_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.002 8.29L2 12.304v-8.01zM14 2h-2v12h2z"/></svg>'},Fc={name:"spinner",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.967 7.143h-.762a4.885 4.885 0 013.938-3.94v.771a4.123 4.123 0 00-3.176 3.169zM8 2v1.875A4.125 4.125 0 113.875 8H2a6 6 0 106-6z"/></svg>'},Bc={name:"square_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm4.788 9.2L4 8.387 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013z"/></svg>'},Nc={name:"square_t_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm9.033 4.199l-.016-.076a2.34 2.34 0 00-.497-1.18 2.108 2.108 0 00-1.281-.26h-.56v5.941c0 .552.11.718.176.768a1.793 1.793 0 00.88.196l.09.006V12H6.193v-.405l.09-.007c.59-.046.8-.144.87-.218.06-.06.158-.255.158-.884V4.683h-.565a2.19 2.19 0 00-1.274.262 2.015 2.015 0 00-.498 1.174l-.015.08H4.49L4.565 4h6.859l.07 2.199z"/></svg>'},jc={name:"t_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.684 13v-.729l.221-.018c.764-.058.947-.19.985-.229.026-.026.157-.202.157-.992V4.078H6.48a2.46 2.46 0 00-1.477.291 2.262 2.262 0 00-.563 1.36l-.038.196h-.797L3.704 3h8.6l.092 2.925h-.784l-.021-.095a2.817 2.817 0 00-.589-1.466c-.147-.131-.523-.286-1.48-.286H8.96V11.2c0 .679.138.819.165.84a2.092 2.092 0 001.01.213l.223.018V13z"/></svg>'},qc={name:"tablet_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.5 2h-9a.501.501 0 00-.5.5v11a.501.501 0 00.5.5h9a.501.501 0 00.5-.5v-11a.501.501 0 00-.5-.5zM8 13.25a.75.75 0 11.75-.75.752.752 0 01-.75.75zM12 11H4V3h8z"/></svg>'},Uc={name:"tag_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 3.588L5.23 3 3 5.229l.588 2.816L8.543 13 13 8.543zM6.5 6.499a1.082 1.082 0 11-.013-1.516A1.072 1.072 0 016.499 6.5z"/></svg>'},Kc={name:"tags_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 2.338L5.23 1.75 3 3.979l.588 2.816 4.955 4.955L13 7.293zM6.5 5.249a1.082 1.082 0 11-.013-1.516 1.072 1.072 0 01.013 1.516zm6.251 4.794L8.543 14.25 4.257 9.964l-.283-1.369 4.569 4.57L12.207 9.5z"/></svg>'},Wc={name:"target_crosshairs_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 6.01a2 2 0 102 2 2 2 0 00-2-2zm4.9.99A5.005 5.005 0 009 3.1V1H7v2.1A5.005 5.005 0 003.1 7H1v2h2.1A5.005 5.005 0 007 12.9V15h2v-2.1A5.005 5.005 0 0012.9 9H15V7zM8 12a4 4 0 114-4 4.005 4.005 0 01-4 4z"/></svg>'},Xc={name:"target_crosshairs_progress_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M15 7v2h-2.1A5.005 5.005 0 019 12.9V15H7v-2.108a4.99 4.99 0 01-3.898-3.985l-1.52.583 2.003-4 1.998 4L4.11 8.9A3.999 3.999 0 107 4.13V1h2v2.1A5.005 5.005 0 0112.9 7zm-5 1.01a2 2 0 11-2-2 2 2 0 012 2z"/></svg>'},Yc={name:"three_dots_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 6.5A1.5 1.5 0 116.5 8 1.5 1.5 0 018 6.5zM.5 8A1.5 1.5 0 102 6.5 1.5 1.5 0 00.5 8zm12 0A1.5 1.5 0 1014 6.5 1.5 1.5 0 0012.5 8z"/></svg>'},Gc={name:"thumbtack_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 7l-.625-5H10V1H5v1h.625L5 7a2 2 0 00-2 2h4v4l.5 2 .5-2V9h4a2 2 0 00-2-2z"/></svg>'},Qc={name:"tile_size_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 8h6v6H2zm0-6v5h2V4h8v8H9v2h5V2z"/></svg>'},Jc={name:"times_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 9.103L5.102 12 4 10.897 6.898 8 4 5.103 5.102 4 8 6.897 10.898 4 12 5.103 9.102 8 12 10.897 10.898 12 8 9.103z"/></svg>'},Zc={name:"trash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 4V2H6v2H3v2h1v8h8V6h1V4zm-3 9H6V6h1zm2-9H7V3h2zm1 9H9V6h1z"/></svg>'},th={name:"triangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2L2 14h12zm0 4.875l2.438 4.875H5.585z"/></svg>'},eh={name:"true_false_rectangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.4 3.003H2.6a1.6 1.6 0 00-1.6 1.6v6.8a1.595 1.595 0 001.6 1.594h10.8a1.595 1.595 0 001.6-1.594v-6.8a1.6 1.6 0 00-1.6-1.6zM7.587 6.58H6.141v3.736H4.946V6.58H3.5v-.896h4.087zm4.913 0h-2.13v.862h1.974v.896H10.37v1.978H9.181V5.684H12.5z"/></svg>'},ih={name:"unlink_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.126 8.585c-.581.123-1.117.241-1.362.303a1.547 1.547 0 00-1.182 1.51l.01.155.021.193a1.69 1.69 0 00.216.54l.02.038.105.134.127.144.054.047a1.509 1.509 0 00.992.36h.049a1.306 1.306 0 00.224-.034l.03.015.006-.001c.463-.088.925-.186 1.387-.287l.343 1.538c-.488.11-.976.221-1.467.314a3.112 3.112 0 01-.571.053 3.148 3.148 0 01-2.99-2.258l-.011-.045a3.04 3.04 0 01-.076-.35 3.127 3.127 0 01-.03-.206l-.004-.089a3.112 3.112 0 01-.016-.336A3.164 3.164 0 014.35 7.356c.272-.068.808-.203.802-.206l.623-.137zm4.31-1.544l-.353 1.575c.737.176 1.38.334 1.413.346a1.514 1.514 0 01.789.768l.029.066.053.185.038.164.002.045a1.667 1.667 0 01-.035.58l-.064.185-.056.142a1.546 1.546 0 01-1.4.893 1.661 1.661 0 01-.313-.03 54.946 54.946 0 01-1.15-.24l-.347 1.55.406.097-.013-.017c.276.057.55.118.826.173a3.02 3.02 0 00.578.056 3.188 3.188 0 002.811-1.74 3.018 3.018 0 00.129-.311l.033-.083.061-.197a3.047 3.047 0 00.082-.351l.008-.044a3.132 3.132 0 00-2.281-3.513c-.297-.077-.777-.19-1.245-.299M7.932 2.393L6.875 6.075h.75l.3 3.032 1.2-3.782h-.75z"/></svg>'},sh={name:"unlock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.062 8V5.986a2.407 2.407 0 01.566-1.516A1.834 1.834 0 018 4a1.883 1.883 0 012 2h2a3.888 3.888 0 00-4-4 3.822 3.822 0 00-2.81 1.078A4.349 4.349 0 004.062 6v2H3v6h10V8z"/></svg>'},oh={name:"upload_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 9v5H2V9h1v4h10V9zM7.982 2L5 7.9l2.004-1.312L7 11h2V6.613L11 7.9z"/></svg>'},nh={name:"user_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.004 2a2.18 2.18 0 012.184 2.182v1.09c.647 0 .378.932 0 1.455a4.275 4.275 0 01-.335.364 8.55 8.55 0 01-.31.742l.208 1.076h.437l2.75 1.527A2.148 2.148 0 0114 12.291V14H2v-1.673a2.163 2.163 0 011.063-1.869l2.758-1.55h.437l.21-1.068a8.52 8.52 0 01-.312-.749 4.275 4.275 0 01-.335-.364c-.378-.523-.647-1.454 0-1.454v-1.09A2.18 2.18 0 018.004 2"/></svg>'},rh={name:"watch_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.57 7.28l-.06.013a4.556 4.556 0 00-1.38-2.609V3.44a.481.481 0 00-.48-.48h-.48V2H5.85v.96h-.48a.481.481 0 00-.48.48v1.24a4.545 4.545 0 000 6.64v1.24a.481.481 0 00.48.48h.48V14h4.32v-.96h.48a.481.481 0 00.48-.48v-1.24a4.547 4.547 0 001.379-2.612l.061.012a.481.481 0 00.48-.48v-.48a.481.481 0 00-.48-.48zm-2.3 2.662a1.59 1.59 0 00-.182-.26L8.747 8.338a.785.785 0 000-.666c.132-.133.894-.899.965-1a1.216 1.216 0 00.14-.485 1.004 1.004 0 00-.515.157l-.955.957a.784.784 0 100 1.408c.163.167.956.974 1.236 1.254a1.477 1.477 0 00.36.276 3.055 3.055 0 11.291-.297z"/></svg>'},ah={name:"waveform_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9.77 11.225c-1.582 0-2.076-1.262-2.512-2.376l-.17-.426a26.242 26.242 0 01-.218-.595c-.32-.9-.41-1.046-.652-1.046-.24 0-.308.065-.612.88-.088.237-.188.504-.317.801l-.098.238c-.486 1.178-1.037 2.513-2.747 2.513H2V9.221h.444c.318 0 .48-.316.9-1.292l.133-.307c.06-.148.121-.304.181-.457.435-1.116.927-2.382 2.56-2.382 1.59 0 2.063 1.274 2.48 2.398l.168.443c.082.205.155.396.221.572.345.905.427 1.03.684 1.03.259 0 .409-.317.742-1.157.08-.201.167-.42.266-.652l.097-.228c.477-1.127 1.016-2.405 2.668-2.412l.444-.002L14 6.782h-.447c-.367 0-.506.245-.994 1.387 0 0-.179.434-.238.584-.433 1.101-.973 2.472-2.55 2.472z"/></svg>'},lh={name:"webvi_custom_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm4.089 2.526h-1.868a5.598 5.598 0 00-.854-1.712 5.363 5.363 0 012.722 1.712zm-2.722 8.66a5.599 5.599 0 00.854-1.712h1.868a5.363 5.363 0 01-2.722 1.712zm3.181-2.344h-2.146a10.644 10.644 0 00.208-1.187L9.923 10c-.05.294-.106.58-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.065-.633-1.47-1.672l-.56.28a5.018 5.018 0 00.663 1.21 5.363 5.363 0 01-2.722-1.712h.317a.955.955 0 01-.017-.17v-.462h-.76a5.33 5.33 0 01-.804-2.526h1.564v-.632H2.646a5.33 5.33 0 01.805-2.526h.759V4.69a.95.95 0 01.016-.164h-.316a5.363 5.363 0 012.722-1.712 5.017 5.017 0 00-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.261.632h1.507c.07.263.126.548.176.842l.687.344a10.66 10.66 0 00-.208-1.186h2.146a5.33 5.33 0 01.804 2.526h-.67a.92.92 0 01-.001.632h.671a5.33 5.33 0 01-.804 2.526zM12.105 8a.326.326 0 01-.19.296l-6.598 3.3-.148.036a.327.327 0 01-.327-.328V4.69a.327.327 0 01.492-.281l6.595 3.302a.326.326 0 01.176.29z"/></svg>'},ch={name:"webvi_host_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm4.09 2.526H10.22a5.6 5.6 0 00-.854-1.712 5.364 5.364 0 012.722 1.712zm-2.723 8.66a5.6 5.6 0 00.854-1.712h1.868a5.363 5.363 0 01-2.722 1.712zm3.181-2.344h-2.146a10.657 10.657 0 00.208-1.187L9.923 10a9.85 9.85 0 01-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.064-.633-1.47-1.672l-.56.28a5.02 5.02 0 00.663 1.21 5.363 5.363 0 01-2.722-1.712h.317a.96.96 0 01-.017-.17v-.462h-.76a5.33 5.33 0 01-.804-2.526H4.21v-.632H2.647a5.33 5.33 0 01.805-2.526h.759V4.69a.95.95 0 01.016-.164h-.316a5.364 5.364 0 012.722-1.712 5.02 5.02 0 00-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.262.632h1.506c.07.263.126.548.176.842l.687.344a10.646 10.646 0 00-.208-1.186h2.146a5.33 5.33 0 01.804 2.526h-.67a.92.92 0 01-.001.632h.671a5.33 5.33 0 01-.804 2.526zm-.619-3.131L5.334 4.409a.327.327 0 00-.492.281v6.613a.327.327 0 00.327.328l.148-.035 6.598-3.3a.326.326 0 00.014-.585zm-6.087 2.505V5.78L10.274 8z"/></svg>'},hh={name:"window_code_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm11 11H3V5h10zM4 9.135l2.698-1.118v.75l-1.588.65 1.588.646v.75l-2.694-1.12zm4.42-1.49h.792l-1.565 3.71h-.783zM12 9.135v.557l-2.694 1.12v-.75l.062-.024 1.526-.626-1.588-.648v-.747z"/></svg>'},dh={name:"window_text_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm11 11H3V5h10zM7 8H4V6h3zm5 2H4V9h8zm0 2H4v-1h8z"/></svg>'},uh={name:"wrench_hammer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.286 11.714l-5.791-5.79a2.504 2.504 0 00.17-.755 2.149 2.149 0 00-.095-.814 2.12 2.12 0 00-.55-.904 2.328 2.328 0 00-1.76-.685h-.045a2.104 2.104 0 00-.718.155l1.102 1.104.32.32.244.245a1.864 1.864 0 01-.22.854 1.043 1.043 0 01-.114.145 1.648 1.648 0 01-1.003.335L2.61 4.704l-.449-.449a2.074 2.074 0 00-.135.545l-.015.105a2.337 2.337 0 00.384 1.518 2.51 2.51 0 00.295.36 2.205 2.205 0 001.576.65 2.453 2.453 0 00.898-.175l4.793 4.796 1.203 1.2h.668l.663-.665v-.67zM5.75 8.908l1.367 1.367-2.988 2.987h-.923l-.45-.45v-.916zM14 5.906l-1.81 1.809-1.298-1.216-1.38 1.38-1.367-1.365 1.374-1.382-1.622-1.62.683-.774 2.252.45z"/></svg>'},ph={name:"xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 4.667L9.667 7.999 13 11.333 11.333 13 8 9.667 4.667 13 3 11.333 6.333 8 3 4.667 4.667 3 8 6.333 11.333 3z"/></svg>'},vh={name:"xmark_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.033 14.026L4.9 10.866 6.277 9.53l1.744 1.81 4.562-4.507 1.307 1.363zm1.155-10.68l-1.321-1.32-2.312 2.311-2.311-2.311-1.321 1.32 2.311 2.312L1.923 7.97l1.32 1.32 2.312-2.31 2.312 2.31 1.32-1.32-2.31-2.312z"/></svg>'},gh=`:${to}`,mh=ut`
1108
+ `,styles:Va})
1109
+ Bi.getOrCreate().withPrefix("nimble").register(La())
1110
+ const Ta={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 7H9V3H7v4H3v2h4v4h2V9h4V7z"/></svg>'},Pa={name:"arrow_down_right_and_arrow_up_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.171 13.933l-2.276-2.247-.447 2.284-1.732-5.246 5.217 1.753-2.284.456 2.291 2.26zM2 2.746l2.29 2.261-2.283.456 5.217 1.753L5.492 1.97l-.447 2.284-2.276-2.247z"/></svg>'},Ra={name:"arrow_expander_down_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.5 4.737l1.11-.732 3.357 5.472L11.397 4l1.103.743L7.955 12 3.5 4.737z"/></svg>'},Da={name:"arrow_expander_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11.263 3.5l.732 1.11-5.472 3.357L12 11.397l-.743 1.103L4 7.955 11.263 3.5z"/></svg>'},Fa={name:"arrow_expander_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.737 12.5l-.732-1.11 5.472-3.357L4 4.603 4.743 3.5 12 8.045 4.737 12.5z"/></svg>'},Ba={name:"arrow_expander_up_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.5 11.263l-1.11.732-3.357-5.472L4.603 12 3.5 11.257 8.045 4l4.455 7.263z"/></svg>'},Na={name:"arrow_left_from_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2zM2 7.982L7.9 5 6.588 7.004 11 7v2H6.613L7.9 11z"/></svg>'},ja={name:"arrow_partial_rotate_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 11.988a3.086 3.086 0 003.143-3.025 3.08 3.08 0 00-3.085-3.02v.088l.826 2.067-5.598-2.796L8.884 2.5l-.742 1.932a4.619 4.619 0 014.572 4.53A4.629 4.629 0 018 13.5z"/></svg>'},qa={name:"arrow_right_to_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2zm-6.9-3l1.287-2H2V7l4.412.004L5.1 5 11 7.982z"/></svg>'},Ua={name:"arrow_rotate_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.9 2.773v1.715a3.366 3.366 0 013.3 3.428 3.366 3.366 0 01-3.3 3.429 3.36 3.36 0 01-3.293-3.366h.095l2.255.901-3.05-6.107L1.85 8.88l2.108-.808A5.039 5.039 0 008.9 13.059a5.05 5.05 0 004.95-5.143A5.05 5.05 0 008.9 2.773z"/></svg>'},Ka={name:"arrow_u_rotate_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.857 9.453l-2.571-1.68v.908a3 3 0 003 3 3 3 0 003-3V3.11H14v5.571a4.714 4.714 0 01-4.714 4.715A4.714 4.714 0 014.57 8.68v-.908L2 9.453l3.403-6.849z"/></svg>'},Wa={name:"arrow_up_left_and_arrow_down_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.195 4.977l-.451 2.296L2 2l5.256 1.762-2.301.458 6.849 6.803.452-2.296L14 14l-5.256-1.762 2.301-.458-6.85-6.803z"/></svg>'},Xa={name:"arrows_maximize_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.26 8.735L14 14l-5.25-1.763 2.295-.457-3.03-3.022L8 8.742l-.015.016.015.014-3.023 3.023 2.296.45L2 13.985l1.762-5.243.458 2.295 3.015-3.015.007-.007L7.258 8l-.016-.015L7.227 8l-3.03-3.03-.457 2.295L2 2l5.25 1.762-2.295.458 3.03 3.022.015.016.015-.016L8 7.227l3.023-3.022-2.296-.45L14 2.015l-1.762 5.243-.458-2.295L8.742 8l.016.015L8.773 8l3.03 3.03.457-2.295z"/></svg>'},Ya={name:"arrows_repeat_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.75 11.75L10 14l-6-3 6-3-1.25 2.25zM8 11h1a4 4 0 004-4M7.25 5.75L6 8l6-3-6-3 1.25 2.25zM8 5H7a4 4 0 00-4 4"/></svg>'},Ga={name:"bars_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 13v-2h12v2zm0-4V7h12v2zm0-4V3h12v2z"/></svg>'},Qa={name:"bell_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 14a2.05 2.05 0 01-2-2h4a2.05 2.05 0 01-2 2zm-5.25-3s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.297.098 2.145.587 2.25 1.43v.483c0 .32.108.426.183.463H11s.25 0 .25.483v.02s.5 4.92 1.5 4.92c.5 0 .5.745.5.745z"/></svg>'},Ja={name:"bell_and_comment_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.836 4.75H9.57a.71.71 0 00-.71.71v2.032a.71.71 0 00.71.711h.356L9.57 9.625l2.488-1.422h1.778a.71.71 0 00.71-.71V5.46a.71.71 0 00-.71-.711zM8.196 11H2.75s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.224.092 2.04.537 2.217 1.294H9.57a1.713 1.713 0 00-1.71 1.71v2.032a1.712 1.712 0 00.844 1.475zM6 12h4a2.05 2.05 0 01-2 2 2.05 2.05 0 01-2-2zm7.25-1H9.18l2.868-1.64c.198.527.431.894.702.894.5 0 .5.746.5.746z"/></svg>'},Za={name:"bell_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.042 11h2a1 1 0 01-2 0zm4.5-1h-7s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.044c.05-.025.122-.095.122-.309v-.322c.07-.561.636-.888 1.5-.953v-.175c0-.054.06-.1.146-.129h.375c.086.029.146.075.146.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.072.284.122.309h.045s.166 0 .166.322v.014s.334 3.279 1 3.279c.334 0 .334.497.334.497zm-3.5-7.5a5.5 5.5 0 11-5.5 5.5 5.506 5.506 0 015.5-5.5m0-1a6.5 6.5 0 106.5 6.5 6.5 6.5 0 00-6.5-6.5z"/></svg>'},tl={name:"bell_solid_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.5 8A6.5 6.5 0 008 14.5 6.5 6.5 0 0014.5 8 6.5 6.5 0 008 1.5 6.5 6.5 0 001.5 8zM8 12a1.025 1.025 0 01-1-1h2a1.025 1.025 0 01-1 1zm-3.5-2s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.045c.05-.025.122-.095.122-.309v-.322c.07-.561.635-.888 1.5-.953v-.175c0-.054.06-.1.145-.129h.376c.085.029.145.075.145.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.073.284.122.309H10s.167 0 .167.322v.014s.333 3.279 1 3.279c.333 0 .333.497.333.497z"/></svg>'},el={name:"block_with_ribbon_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v10h4.762A4.496 4.496 0 0113 5.762V2zm12 7.5a3.5 3.5 0 10-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0014 9.5zM10.5 8A1.5 1.5 0 119 9.5 1.5 1.5 0 0110.5 8z"/></svg>'},il={name:"calendar_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 4.023V2.977A.976.976 0 014.977 2h.046A.976.976 0 016 2.977v1.046A.977.977 0 015.023 5h-.046A.977.977 0 014 4.023zM13 4v.023A1.98 1.98 0 0111.023 6h-.046A1.98 1.98 0 019 4.023V4H7v.023A1.98 1.98 0 015.023 6h-.046A1.98 1.98 0 013 4.023V4a1 1 0 00-1 1v8a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 00-1-1zm-7 8H4v-1h2zm.001-1.999H4V9h2.001zm0-2.001H4V7h2.001zM9 12H7v-1h2zm0-1.999H7V9h2zM9 8H7V7h2zm3 4h-2v-1h2zm.001-1.999H10V9h2.001zm0-2.001H10V7h2.001zM10 4.023V2.977A.976.976 0 0110.977 2h.046a.976.976 0 01.977.977v1.046a.977.977 0 01-.977.977h-.046A.977.977 0 0110 4.023z"/></svg>'},sl={name:"chart_diagram_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3z"/></svg>'},ol={name:"chart_diagram_child_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3zm-8 2H3v-1h1zm4 0H7v-1h1zm4 0h-1v-1h1z"/></svg>'},nl={name:"chart_diagram_parent_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3zM7 4V3h1v1z"/></svg>'},rl={name:"chart_diagram_parent_focus_two_child_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3zm-6 2H4v-1h1zm6 0h-1v-1h1z"/></svg>'},al={name:"check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 5.287L6.182 12 3 8.867l1.363-1.343L6.24 9.37 11.693 4z"/></svg>'},ll={name:"check_dot_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="12.5" cy="11.5" r="1.5"/><path class="cls-2" d="M14 4.693l-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545z"/></svg>'},cl={name:"circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm0 9.429A3.429 3.429 0 1111.429 8 3.429 3.429 0 018 11.429z"/></svg>'},hl={name:"circle_broken_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 14A6.1 6.1 0 017 2v2.686a3.475 3.475 0 000 6.628zM9 2v2.686a3.475 3.475 0 010 6.628V14A6.1 6.1 0 009 2z"/></svg>'},dl={name:"circle_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm-1.212 9.2L4 8.388 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013z"/></svg>'},ul={name:"circle_partial_broken_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 2v2.686a3.475 3.475 0 010 6.628V14A6.1 6.1 0 009 2z"/><path class="cls-2" d="M7 11.314a3.475 3.475 0 010-6.628V2a6.1 6.1 0 000 12z"/></svg>'},pl={name:"circle_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm.075 1.714a4.281 4.281 0 013.573 6.647L5.714 4.427a4.262 4.262 0 012.36-.713zM3.789 8a4.261 4.261 0 01.713-2.36l5.934 5.933A4.281 4.281 0 013.789 8z"/></svg>'},vl={name:"circle_x_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm.075 1.714a4.263 4.263 0 012.409.743l-2.37 2.37-2.4-2.4a4.262 4.262 0 012.36-.713zM4.502 5.64l2.4 2.4-2.37 2.37a4.273 4.273 0 01-.03-4.77zm3.573 6.647a4.256 4.256 0 01-2.31-.685l2.349-2.35 2.322 2.322a4.261 4.261 0 01-2.361.713zm3.573-1.925L9.326 8.039l2.35-2.349a4.251 4.251 0 01-.028 4.67z"/></svg>'},gl={name:"clipboard_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 5H5a2 2 0 012-2V2a1 1 0 012 0v1a2 2 0 012 2zm1-2v9H4V3H3a1 1 0 00-1 1v9a1 1 0 001 1h10a1 1 0 001-1V4a1 1 0 00-1-1zm-2 4H5v1h5zM8 9H5v1h3z"/></svg>'},ml={name:"clock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6m.576 4.87l1.555-1.557a1.635 1.635 0 01.84-.256 1.979 1.979 0 01-.23.791c-.115.163-1.356 1.41-1.571 1.626a1.278 1.278 0 010 1.085l2.376 2.38a1.597 1.597 0 01.458 1.072 1.621 1.621 0 01-1.222-.613c-.456-.456-1.94-1.963-2.207-2.235a1.275 1.275 0 110-2.293"/></svg>'},fl={name:"clock_cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.108 7.392l.955-.957a1.004 1.004 0 01.516-.157 1.215 1.215 0 01-.14.486c-.072.1-.834.866-.966.999a.785.785 0 010 .666l1.341 1.344a.981.981 0 01.281.658.996.996 0 01-.75-.376c-.28-.28-1.073-1.088-1.237-1.255a.783.783 0 110-1.408m5.69 2.292L14 7.324l-1.327-.113a4.76 4.76 0 00-.402-1.26l1.02-.86-1.527-1.811-1.019.86a4.726 4.726 0 00-.563-.344 4.61 4.61 0 00-.612-.265l.114-1.329L7.324 2l-.113 1.329a4.77 4.77 0 00-1.26.401l-.86-1.02L3.28 4.237l.858 1.02A4.771 4.771 0 003.53 6.43l-1.329-.114L2 8.676l1.329.114a4.69 4.69 0 00.401 1.26l-1.02.86 1.526 1.811 1.02-.859a4.666 4.666 0 001.175.608l-.113 1.33 2.358.2.114-1.328a4.688 4.688 0 001.26-.4l.86 1.02 1.81-1.527-.858-1.02a4.687 4.687 0 00.608-1.175zM8 11.45A3.45 3.45 0 1111.45 8 3.45 3.45 0 018 11.45z"/></svg>'},bl={name:"clock_triangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 3a4.951 4.951 0 00-2.152.505L7.096 6H3.422A4.997 4.997 0 108 3zm2.003 7.616a453.75 453.75 0 01-1.675-1.7 1.061 1.061 0 110-1.907l1.294-1.297a1.36 1.36 0 01.699-.212 1.646 1.646 0 01-.19.658c-.097.136-1.13 1.173-1.309 1.353a1.063 1.063 0 010 .903l1.817 1.82a1.33 1.33 0 01.381.891 1.35 1.35 0 01-1.017-.51z"/><path class="cls-2" d="M5.477 5H1.522L3.5 1.045 5.477 5z"/></svg>'},wl={name:"clone_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3zm1 1v8h8V6z"/></svg>'},xl={name:"cloud_upload_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.476 7.298l-1.927 3.848 1.48-.568v3.407h.948v-3.407l1.42.568zM15 9.005a2.374 2.374 0 01-2.371 2.371h-.998l-.5-1h1.498a1.371 1.371 0 10-.516-2.64A3.77 3.77 0 104.797 5.99 2.238 2.238 0 002 8.148a2.223 2.223 0 002.057 2.22l1.758.009-.448.894a10.567 10.567 0 01-2.31-.121 3.224 3.224 0 01.993-6.225 4.77 4.77 0 019.236 1.68c0 .04 0 .081-.002.121A2.375 2.375 0 0115 9.006z"/></svg>'},yl={name:"cloud_with_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.429 10.1l.001-.101A3.998 3.998 0 004.69 8.59a2.715 2.715 0 00-2.557 2.7 2.782 2.782 0 001.725 2.516 4.854 4.854 0 001.225.19h.004c.19.006 6.792 0 6.792 0a1.987 1.987 0 00.55-3.897zm-.55 3.06l-7.183-.008a1.867 1.867 0 01.156-3.728 1.891 1.891 0 01.464.06 3.16 3.16 0 116.13 1.462 1.149 1.149 0 11.433 2.213zM4.5 4.5a1 1 0 111-1 1 1 0 01-1 1zm5.138.681l.496-1.241H7v-.828h3.134l-.496-1.293L13 3.502z"/></svg>'},$l={name:"cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.823 2l-2.217.914.516 1.25a4.743 4.743 0 00-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.82 4.82 0 00-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.824 4.824 0 00.945.949l-.518 1.247 2.214.921.519-1.246a4.68 4.68 0 00.674.048 4.74 4.74 0 00.666-.047L9.176 14l2.218-.914-.515-1.248a4.828 4.828 0 00.95-.945l1.245.518.922-2.214-1.247-.519a4.73 4.73 0 00.002-1.34L14 6.824l-.914-2.218-1.25.515a4.739 4.739 0 00-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.714 4.714 0 00-.676-.049 4.808 4.808 0 00-.663.047zm1.175 9a2.999 2.999 0 112.77-1.847 2.984 2.984 0 01-2.77 1.846M8 6.801a1.2 1.2 0 10.46.093A1.198 1.198 0 008 6.8"/></svg>'},Cl={name:"cog_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.147 11.648c-.01.006-.02.014-.032.02a4.1 4.1 0 01-.46.224l-.012.005c-.033.015-.068.028-.103.042-.051.019-.11.036-.162.055-.094.034-.186.068-.285.099-.034.01-.064.024-.1.033-.019.007-.042.012-.062.019q-.279.078-.58.144l-.133.03q-.324.068-.668.12l-.135.02c-.214.03-.431.057-.653.079l-.103.012a17.446 17.446 0 01-.903.06c-.254.01-.507.018-.759.018a18.75 18.75 0 01-1.66-.078l-.105-.012a15.901 15.901 0 01-.65-.08l-.134-.018c-.23-.036-.455-.076-.67-.122l-.132-.029a9.372 9.372 0 01-.582-.145l-.059-.017c-.036-.01-.067-.023-.1-.034a7.034 7.034 0 01-.285-.1c-.054-.018-.112-.035-.165-.055l-.101-.041-.01-.005a4.076 4.076 0 01-.462-.223l-.03-.02a2.343 2.343 0 01-.334-.24c-.014-.012-.033-.022-.045-.033v1.013c0 .364.524.749 1.427 1.051a8.098 8.098 0 00.697.197 14.793 14.793 0 003.4.363 14.818 14.818 0 003.403-.362 8.38 8.38 0 00.697-.197c.904-.303 1.43-.688 1.43-1.052v-1.013c-.015.012-.034.022-.047.034a2.478 2.478 0 01-.333.238m.38-1.883c0-.762-2.27-1.61-5.529-1.61-3.256 0-5.524.848-5.524 1.61 0 .365.525.75 1.427 1.052a9.254 9.254 0 00.698.197 14.8 14.8 0 003.399.362 14.817 14.817 0 003.401-.362 8.375 8.375 0 00.7-.197c.902-.302 1.428-.687 1.428-1.052M3.931 7.697L2.802 7.6l.171-1.979 1.129.095a3.984 3.984 0 01.516-.985l-.729-.856 1.537-1.28.73.855a4.085 4.085 0 011.071-.336L7.323 2l2.004.17-.097 1.114a3.949 3.949 0 01.52.223 4.027 4.027 0 01.478.288l.866-.721 1.296 1.52-.866.72a3.961 3.961 0 01.341 1.058l1.127.095-.133 1.539a10.211 10.211 0 00-2.482-.618c.007-.048.021-.094.026-.143a2.48 2.48 0 00-1.346-2.416 2.543 2.543 0 00-2.938.45 2.408 2.408 0 00-.698 2.14 11.88 11.88 0 00-1.482.311l-.008-.033zm4.067-.468c-.331 0-.697.012-1.077.035a.972.972 0 01-.026-.314.99.99 0 01.292-.618 1.011 1.011 0 011.174-.18.992.992 0 01.539.967.923.923 0 01-.036.132 17.817 17.817 0 00-.866-.022z"/></svg>'},kl={name:"cog_database_inset_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.751 7.338L14 6.824l-.914-2.218-1.25.515a4.74 4.74 0 00-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.715 4.715 0 00-.676-.049 4.803 4.803 0 00-.663.047L6.823 2l-2.217.914.516 1.25a4.741 4.741 0 00-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.816 4.816 0 00-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.823 4.823 0 00.945.949l-.518 1.247 2.214.921.519-1.246a4.673 4.673 0 00.674.048 4.737 4.737 0 00.666-.047L9.176 14l2.218-.914-.515-1.248a4.826 4.826 0 00.95-.945l1.245.518.922-2.214-1.247-.519a4.729 4.729 0 00.002-1.34zm-1.06 2.418c0 .244-.35.5-.954.703a5.157 5.157 0 01-.466.131 9.896 9.896 0 01-2.273.243 9.88 9.88 0 01-2.271-.243 5.454 5.454 0 01-.466-.131c-.603-.202-.953-.46-.953-.703V9.08c.008.008.02.015.03.023a1.567 1.567 0 00.223.16l.02.013a2.725 2.725 0 00.309.15l.006.002.068.028c.035.013.074.025.11.037.062.023.125.046.19.066.023.008.043.016.067.023l.04.011c.123.036.253.069.389.098l.087.02c.144.03.295.057.448.08l.09.012c.142.021.286.038.434.054l.07.008c.162.014.327.027.491.035l.112.005a11.63 11.63 0 001.013 0l.11-.005c.165-.008.33-.02.493-.035l.069-.008c.148-.015.293-.033.436-.054l.09-.012q.23-.035.447-.08l.088-.02c.135-.03.264-.062.388-.097l.042-.012.066-.023c.066-.02.128-.043.19-.066.036-.012.075-.024.109-.037l.069-.028.007-.003a2.744 2.744 0 00.308-.149l.022-.014a1.651 1.651 0 00.222-.159l.03-.023zm0-1.76c0 .243-.35.5-.954.703a5.157 5.157 0 01-.466.13 9.897 9.897 0 01-2.273.243 9.88 9.88 0 01-2.271-.242 5.44 5.44 0 01-.466-.132c-.603-.202-.953-.459-.953-.703V7.32c.008.008.02.014.03.022a1.566 1.566 0 00.223.16l.02.013a2.716 2.716 0 00.309.15l.006.003c.022.01.046.018.068.027l.11.038c.062.022.125.045.19.066.023.007.043.016.067.023l.04.011c.123.035.253.067.389.097l.087.02c.144.03.295.057.448.08l.09.013c.142.02.286.038.434.053l.07.008a11.715 11.715 0 001.726.035c.165-.008.33-.02.493-.035l.069-.008c.148-.015.293-.033.436-.053l.09-.012q.23-.036.447-.081l.088-.02q.202-.044.388-.097c.014-.004.029-.007.042-.012.023-.006.043-.015.067-.022.065-.02.127-.044.19-.066l.108-.037.069-.028.008-.003a2.735 2.735 0 00.307-.15l.022-.013a1.657 1.657 0 00.222-.16c.009-.007.021-.014.03-.022zm-.953-1.05a5.625 5.625 0 01-.467.132 9.896 9.896 0 01-2.272.24 9.885 9.885 0 01-2.271-.24 6.179 6.179 0 01-.466-.133c-.603-.201-.954-.459-.954-.702 0-.51 1.515-1.076 3.69-1.076 2.177 0 3.694.567 3.694 1.076 0 .243-.351.5-.954.702z"/></svg>'},_l={name:"cog_small_cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.712 5.956a.76.76 0 01-.224.477.787.787 0 01-.909.139.762.762 0 01-.19-1.224.781.781 0 01.907-.14.767.767 0 01.416.748zM14 11.61l-.441 1.088-.62-.246a2.276 2.276 0 01-.232.268 2.386 2.386 0 01-.23.2l.263.606-1.09.46-.263-.606a2.353 2.353 0 01-.662.008l-.248.612-1.1-.435.249-.612a2.273 2.273 0 01-.256-.215 2.358 2.358 0 01-.218-.243l-.614.26-.466-1.077.614-.259a2.287 2.287 0 01-.008-.654l-.62-.246.44-1.087.62.246a2.38 2.38 0 01.234-.27 2.463 2.463 0 01.229-.198l-.263-.606 1.09-.46.263.605a2.422 2.422 0 01.662-.008l.248-.612 1.1.436-.248.612a2.351 2.351 0 01.473.458l.614-.26.466 1.076-.613.26a2.339 2.339 0 01.008.654zm-1.934-1.591a1.495 1.495 0 00-2.085.011 1.454 1.454 0 00.01 2.081 1.479 1.479 0 00.486.313 1.495 1.495 0 001.6-.324 1.454 1.454 0 00-.01-2.081zM9.036 8.33l-1.189.99-.564-.661a3.104 3.104 0 01-.827.26l-.075.86-1.547-.13.074-.862a3.075 3.075 0 01-.77-.394l-.671.557-1.001-1.174.67-.557a3.015 3.015 0 01-.264-.817L2 6.328 2.132 4.8l.872.074a3.08 3.08 0 01.4-.762l-.564-.66 1.188-.99.565.66a3.159 3.159 0 01.827-.26L5.494 2l1.548.131-.074.861a3.046 3.046 0 01.402.172 3.111 3.111 0 01.369.223l.669-.557L9.41 4.004l-.67.557a3.06 3.06 0 01.264.818l.871.073-.132 1.53-.872-.074a3.026 3.026 0 01-.4.762zM7.874 6.054a1.916 1.916 0 00-1.04-1.868 1.965 1.965 0 00-2.27.348 1.907 1.907 0 00.478 3.06 1.965 1.965 0 002.27-.347 1.903 1.903 0 00.562-1.193zm3.376 4.467a.6.6 0 00-.64.13.591.591 0 00-.131.196.584.584 0 00.33.761.597.597 0 00.64-.13.59.59 0 00.13-.195.583.583 0 00-.135-.637.596.596 0 00-.194-.125z"/></svg>'},zl={name:"cog_zoomed_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 3.11l-1.178-.632-1.875 2.133a5.424 5.424 0 00-.716-.094L8.766 2l-2.138.627.2 2.863a5.226 5.226 0 00-.527.47l-2.77-.738-1.056 1.95L4.656 9.04a5.188 5.188 0 00-.087.704L2 11.144l.659 2.1 2.914-.197a4.961 4.961 0 00.453.525l-.13.427h7.232a.818.818 0 00.87-.759L14 13.2zm-1.335 7.876a2.877 2.877 0 01-3.741 1.477 2.768 2.768 0 01-1.51-3.66 2.876 2.876 0 013.729-1.482 2.76 2.76 0 011.535 3.637z"/></svg>'},Il={name:"comment_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 3.5v6a1.5 1.5 0 01-1.5 1.5H8.75L3.5 14l.75-3H3.5A1.5 1.5 0 012 9.5v-6A1.5 1.5 0 013.5 2h9A1.5 1.5 0 0114 3.5z"/></svg>'},Ol={name:"computer_and_monitor_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12V6H5v6h4v1H7v1h5v-1h-2v-1zm-8-1V7h7v4zm1-6H4V4h3zm1 0V3H3v7h1v3h2v1H3a1 1 0 01-1-1V3a1 1 0 011-1h5a1 1 0 011 1v2z"/></svg>'},Al={name:"copy_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3zm1 1v8h8V6zm7 7H7V7h6z"/></svg>'},Sl={name:"copy_text_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 5h5V2H2v8h3zm1 1v8h8V6zm7 7H7V7h6zm-1-4H8V8h4zm-1 2H8v-1h3z"/></svg>'},El={name:"dashboard_builder_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.646 6.646L7 4.293l2 2 1.646-1.646.707.707L9 7.707l-2-2-1.646 1.647zM14 2v12H2V2zM8 9H4v3h4zm4 2H9v1h3zm0-2H9v1h3zm0-5H4v4h8V4zm-5 6H5v1h2z"/></svg>'},Hl={name:"dashboard_builder_legend_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm10 10H4v-1.293l2.04-2.04 3.804 2.983L12 9.74zm0-7h-2v1h2v2.405L9.805 10.35 5.96 7.333 4 9.293V6h2V5H4V4h8zM9 6H7V5h2z"/></svg>'},Ml={name:"dashboard_builder_templates_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm11 11H3V3h10z"/><path class="cls-1" d="M9 9h3v1H9zM12 4H4v4h8zm-1 3H5V5h6zM8 9H4v3h4zm-1 2H5v-1h2zM9 11h3v1H9z"/></svg>'},Vl={name:"dashboard_builder_tile_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.646 10.646L7 8.293l2 2 1.646-1.646.707.707L9 11.707l-2-2-1.646 1.647zM14 2v12H2V2zM4 7h3V4H4zm8 1H4v4h8V8zm0-4H8v3h4z"/></svg>'},Ll={name:"database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.588 11.46a2.69 2.69 0 00.36-.257c.015-.012.036-.023.051-.036v1.093c0 .395-.57.81-1.551 1.137a9.133 9.133 0 01-.757.212A16.17 16.17 0 017.997 14a16.144 16.144 0 01-3.69-.391 8.83 8.83 0 01-.757-.213C2.57 13.069 2 12.655 2 12.26v-1.093c.013.013.033.023.049.036a2.61 2.61 0 00.362.26c.012.006.021.013.033.02a4.294 4.294 0 00.502.241l.01.005.11.046c.058.02.121.039.18.06.1.036.202.073.308.106.037.012.07.026.11.037.018.006.042.011.063.017.2.06.412.11.633.159l.142.031c.234.049.478.092.727.13.048.008.098.014.146.02a17.346 17.346 0 00.82.1 24.659 24.659 0 00.98.065c.273.01.55.019.822.019.273 0 .548-.008.824-.02.06-.003.119-.006.179-.007.268-.014.536-.034.801-.057l.112-.014c.24-.023.476-.052.708-.086.048-.006.098-.012.147-.02.25-.038.491-.081.725-.13.05-.012.096-.021.144-.031.219-.049.429-.1.63-.157.022-.008.047-.013.069-.02.037-.01.07-.024.108-.036.107-.034.206-.07.309-.107.057-.02.12-.038.176-.06.037-.014.075-.028.111-.045l.013-.005a4.316 4.316 0 00.5-.241.415.415 0 00.035-.022m0-2.845l-.035.022a4.46 4.46 0 01-.5.241l-.013.005c-.036.016-.074.03-.111.045l-.176.06c-.103.037-.202.073-.31.107-.037.012-.07.025-.107.036-.022.007-.047.012-.069.02a10.638 10.638 0 01-.774.187q-.35.075-.725.13c-.049.009-.099.014-.147.021-.232.034-.468.063-.708.086L9.8 9.59c-.265.024-.533.044-.801.057l-.18.008c-.275.012-.55.02-.823.02a19 19 0 01-.823-.02l-.18-.008a20.583 20.583 0 01-.8-.057l-.113-.013c-.241-.024-.475-.052-.706-.086-.048-.006-.098-.012-.146-.02a12.62 12.62 0 01-1.502-.32c-.021-.006-.045-.01-.063-.017-.04-.012-.073-.025-.11-.037a7.688 7.688 0 01-.309-.107c-.058-.02-.121-.039-.179-.06l-.11-.045-.01-.005a4.436 4.436 0 01-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 01-.362-.26c-.016-.013-.036-.023-.049-.036v1.093c0 .394.57.81 1.55 1.136a8.83 8.83 0 00.757.213 16.145 16.145 0 003.69.39 16.171 16.171 0 003.694-.39 9.133 9.133 0 00.757-.213c.98-.327 1.551-.742 1.551-1.136V8.322c-.015.013-.036.024-.05.036a2.69 2.69 0 01-.361.258m0-2.845l-.035.022a4.463 4.463 0 01-.5.241l-.013.005c-.036.016-.074.03-.111.045l-.176.06c-.103.037-.202.073-.31.107-.037.012-.07.026-.107.036-.022.007-.047.012-.069.02q-.302.084-.63.156l-.144.031q-.351.075-.725.132c-.049.006-.099.012-.147.02-.232.032-.468.061-.708.085l-.112.013a19.05 19.05 0 01-.98.066c-.276.01-.55.018-.824.018a20.457 20.457 0 01-1.802-.084l-.114-.013c-.241-.024-.475-.053-.706-.086l-.146-.02c-.249-.038-.493-.081-.727-.13-.05-.01-.094-.022-.142-.032-.22-.048-.432-.1-.633-.157l-.063-.018c-.04-.011-.073-.025-.11-.037a7.688 7.688 0 01-.309-.107l-.179-.06-.11-.045-.01-.005a4.438 4.438 0 01-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 01-.362-.26C2.033 5.5 2.013 5.488 2 5.476V6.57c0 .394.57.81 1.55 1.136a8.83 8.83 0 00.757.213 16.144 16.144 0 003.69.39 16.17 16.17 0 003.694-.39 9.133 9.133 0 00.757-.213c.98-.327 1.551-.742 1.551-1.136V5.477c-.015.013-.036.024-.05.036a2.69 2.69 0 01-.361.258M14 3.738C14 2.915 11.535 2 7.998 2 4.463 2 2 2.915 2 3.738c0 .394.57.81 1.55 1.135.113.039.23.074.355.11q.192.053.402.103a16.152 16.152 0 003.69.39 16.17 16.17 0 003.692-.39 9.13 9.13 0 00.759-.213C13.429 4.548 14 4.132 14 3.738"/></svg>'},Tl={name:"database_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.919 12.103a11.87 11.87 0 01-1.594-.26 7.445 7.445 0 01-.644-.182c-.835-.28-1.32-.635-1.32-.973v-.936c.011.01.029.02.042.031a2.226 2.226 0 00.308.222l.028.018a3.65 3.65 0 00.428.206l.009.005.093.038c.049.019.103.034.153.051.086.032.173.063.262.092.032.01.06.022.094.032l.054.014c.17.05.35.095.538.136l.121.027c.2.042.408.078.62.111.041.007.083.012.124.018.197.028.396.052.6.073l.038.005-.613.613zm-2.238-7.74a8.567 8.567 0 00.645.182 13.68 13.68 0 003.143.334 13.697 13.697 0 003.144-.334 7.753 7.753 0 00.646-.182c.835-.28 1.32-.635 1.32-.973 0-.704-2.098-1.488-5.11-1.488-3.01 0-5.107.784-5.107 1.488 0 .338.486.694 1.32.973zm5.047 6.495l.008.007.008-.008zm-5.047-4.07a7.471 7.471 0 00.644.182 13.675 13.675 0 003.143.335 13.697 13.697 0 003.146-.335 7.694 7.694 0 00.644-.181c.835-.28 1.321-.636 1.321-.973v-.937c-.013.012-.03.02-.043.032a2.29 2.29 0 01-.307.22.353.353 0 01-.03.02 3.788 3.788 0 01-.426.206l-.01.004c-.031.014-.064.026-.096.039-.047.017-.101.033-.15.05-.087.032-.172.064-.263.092-.032.01-.06.023-.092.032l-.058.016q-.257.073-.537.134l-.122.027q-.3.063-.618.112l-.124.017c-.198.029-.399.053-.604.074l-.095.01a16.15 16.15 0 01-.835.057c-.235.01-.468.016-.701.016a17.43 17.43 0 01-1.535-.072l-.097-.011a14.698 14.698 0 01-.6-.074l-.125-.017c-.212-.033-.42-.07-.62-.112l-.12-.027a8.673 8.673 0 01-.54-.134c-.018-.006-.037-.01-.053-.016-.034-.01-.062-.022-.094-.032a6.551 6.551 0 01-.262-.091c-.05-.018-.104-.034-.153-.052l-.093-.038-.01-.004a3.768 3.768 0 01-.427-.207l-.028-.017a2.167 2.167 0 01-.308-.223c-.013-.011-.031-.02-.042-.03v.936c0 .337.485.692 1.32.972zm0 2.436a7.471 7.471 0 00.644.182 13.147 13.147 0 002.644.328l.318-.318.323.324a14.377 14.377 0 002.473-.222l1.753-1.753-.063.028-.01.004c-.031.014-.063.027-.096.04-.047.017-.101.033-.15.05-.087.032-.171.063-.263.091-.032.01-.06.022-.092.032-.018.006-.04.01-.058.017a9.015 9.015 0 01-.66.16q-.298.064-.617.112l-.124.017c-.198.029-.399.054-.604.074l-.095.011c-.225.02-.454.037-.682.049l-.153.007a16.115 16.115 0 01-1.402 0l-.154-.007a17.43 17.43 0 01-.68-.049l-.097-.011a14.689 14.689 0 01-.6-.074c-.042-.006-.084-.01-.125-.017a10.679 10.679 0 01-1.28-.274l-.053-.015c-.034-.01-.062-.021-.094-.032a6.551 6.551 0 01-.262-.09c-.05-.018-.104-.034-.153-.053-.03-.012-.063-.024-.093-.038l-.01-.004a3.77 3.77 0 01-.427-.207l-.028-.017a2.169 2.169 0 01-.308-.223c-.014-.01-.031-.02-.042-.03v.936c0 .337.485.693 1.32.972zm9.269-1.6L8.736 11.84l-1.449-1.45-1.053 1.055 2.458 2.458 5.268-5.268z"/></svg>'},Pl={name:"desktop_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 3H2v8h5v1H5v1h6v-1H9v-1h5V3zm0 7H3V4h10z"/></svg>'},Rl={name:"donut_chart_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.872 10.956a4.123 4.123 0 01-6.997-2.962v-.007H2v.007a5.995 5.995 0 0010.301 4.182zM8.372 2v1.884a4.13 4.13 0 012.992 6.501l1.429 1.224A6.008 6.008 0 008.37 2zM2.048 7.236h1.897a4.117 4.117 0 013.675-3.352V2A6.012 6.012 0 002.05 7.236z"/></svg>'},Dl={name:"dot_solid_dot_stroke_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 8a3 3 0 11-3-3 3 3 0 013 3zm5-2a2 2 0 102 2 2.002 2.002 0 00-2-2m0-1a3 3 0 11-3 3 3 3 0 013-3z"/></svg>'},Fl={name:"download_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 9v5H2V9h1v4h10V9zm-5.982 2L11 5.1 8.996 6.412 9 2H7v4.387L5 5.1z"/></svg>'},Bl={name:"electronic_chip_zoomed_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 14H7.333V9.333a2 2 0 012-2H14V13a1 1 0 01-1 1zM12 2a.667.667 0 00-.667.667v2h1.334v-2A.667.667 0 0012 2zM8.444 2a.667.667 0 00-.666.667v2H9.11v-2A.667.667 0 008.444 2zM2 8.444a.667.667 0 00.667.667h2V7.778h-2A.667.667 0 002 8.444zM2 12a.667.667 0 00.667.667h2v-1.334h-2A.667.667 0 002 12zm11.556-8.222v.889a.444.444 0 01-.445.444H10.89a.444.444 0 01-.445-.444v-.89H10v.89a.444.444 0 01-.444.444H7.333a.444.444 0 01-.444-.444v-.89H4.667a.889.889 0 00-.89.89v2.222h.89a.444.444 0 01.444.444v2.223a.444.444 0 01-.444.444h-.89v.444h.89a.444.444 0 01.444.445v2.222a.444.444 0 01-.444.445h-.89V14H6.89V8.222A1.333 1.333 0 018.222 6.89H14V3.778z"/></svg>'},Nl={name:"exclamation_mark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.371 11.873h3.256V14H6.37zM6.316 2l.37 8.542h2.628L9.684 2z"/></svg>'},jl={name:"eye_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.856 3.657A7.004 7.004 0 001 8.001a7.588 7.588 0 007.146 4.342A7.002 7.002 0 0015 8a7.586 7.586 0 00-7.144-4.344m-1.199 7.289A5.108 5.108 0 012.443 8s.665-2.585 4.33-3.037a2.786 2.786 0 00-1.414 1.223l2.787 1.22H4.977a3.47 3.47 0 00-.053.576 3.348 3.348 0 001.734 2.962m2.85.02a3.4 3.4 0 00.107-5.908 5.006 5.006 0 013.942 2.944s-.603 2.44-4.05 2.963"/></svg>'},ql={name:"fancy_a_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.597 9.844H7.865A7.465 7.465 0 016.19 11.96a3.323 3.323 0 01-2.042.667 2.835 2.835 0 01-1.964-.753L2 11.706l1.153-1.152.157.251a1.347 1.347 0 001.2.716 1.976 1.976 0 001.385-.625 11.546 11.546 0 001.722-2.403l2.252-3.88a7.585 7.585 0 00-.679-.037 2.365 2.365 0 00-1.66.54 1.967 1.967 0 00-.556 1.51V6.7l-.067.106-1.564.762.045-.423a3.845 3.845 0 01.645-1.874 3.312 3.312 0 011.34-1.177 6.74 6.74 0 012.208-.443c.127 0 .277-.013.471-.029l.369-.03 1.387-.257.087 2.154.33 3.886a4.862 4.862 0 00.29 1.701.498.498 0 00.528.31c.057 0 .277 0 .641-.03L14 11.33l-.172.83-3.003.506zm-.086-.896l-.275-3.22-1.855 3.22z"/></svg>'},Ul={name:"file_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 3v10h8V7H8V3zm5 0v3h3z"/></svg>'},Kl={name:"file_drawer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 4v10h12V4zm8 4H6V6h4zm4-5H2V2h12z"/></svg>'},Wl={name:"file_search_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 6v6h-3.333a3.662 3.662 0 00.249-1.302A3.701 3.701 0 007.22 7 3.654 3.654 0 006 7.223V2h4v4zm-3-4v3h3zm-1.126 8.698a2.697 2.697 0 01-4.73 1.772L2.521 14l-.48-.823 2.613-1.523a2.698 2.698 0 115.22-.956zm-.952 0a1.745 1.745 0 10-1.745 1.745 1.747 1.747 0 001.745-1.745z"/></svg>'},Xl={name:"filter_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 3.045v1.29h.787a2.069 2.069 0 102.907 2.903l1.32 2.173v4.522l1.973-1.846V9.411l3.878-5.076h1.134v-1.29zm2.033 4.059a1.154 1.154 0 010-2.308c.023 0 .045.006.068.007l1.002 1.575a1.154 1.154 0 01-1.07.726z"/></svg>'},Yl={name:"floppy_disk_checkmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 5h-1.041l-1.005 1H12v3H4V6h3.782L6.79 5H3.583A.585.585 0 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.455 5zM11 13H8v-2H6v2H5v-3h6zm2-10.99L9.091 5.9 7 3.79l.919-.89 1.164 1.208L12.128 1.1l.872.91"/></svg>'},Gl={name:"floppy_disk_star_arrow_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.5 2.5a1 1 0 10-1 1 1 1 0 001-1zm7.5.002L9.638.819l.496 1.293H7v.828h3.134L9.638 4.18zM12.455 5H3.583A.585.585 0 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.455 5zM11 13H8v-2H6v2H5v-3h6zm1-4H4V6h8z"/></svg>'},Ql={name:"floppy_disk_three_dots_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6 3a1 1 0 10-1 1 1 1 0 001-1zm3 0a1 1 0 10-1 1 1 1 0 001-1zm3 0a1 1 0 10-1 1 1 1 0 001-1zm.455 2H3.583A.585.585 0 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.455 5zM11 13H8v-2H6v2H5v-3h6zm1-4H4V6h8z"/></svg>'},Jl={name:"folder_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 4V3H2v10h12V4zm6 2H3V5h10z"/></svg>'},Zl={name:"folder_open_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 3v1.002h6V6h-1V5H3v1H2V3zM2 13h11l1-6H2z"/></svg>'},tc={name:"forward_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.027 14l2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},ec={name:"four_dots_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.5 11A1.5 1.5 0 115 9.5 1.5 1.5 0 016.5 11zM5 3.5A1.5 1.5 0 106.5 5 1.5 1.5 0 005 3.5zm7.5 7.5A1.5 1.5 0 1111 9.5a1.5 1.5 0 011.5 1.5zM11 3.5A1.5 1.5 0 1012.5 5 1.5 1.5 0 0011 3.5z"/></svg>'},ic={name:"function_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12.643h-1.572l-.898-1.283-.923 1.283h-1.54l1.658-2.146-1.632-2.14h1.572l.883 1.258.888-1.258h1.545l-1.635 2.111zM9.544 4.667H9.31a3.141 3.141 0 00-.394-.1 2.455 2.455 0 00-.483-.05 1.32 1.32 0 00-.832.241 1.334 1.334 0 00-.405.895l-.128.937h1.846v1.282H6.812l-.376 2.462a3.578 3.578 0 01-.462 1.357 2.583 2.583 0 01-.784.808 3.015 3.015 0 01-.938.387A4.823 4.823 0 013.184 13q-.275 0-.629-.03A3.529 3.529 0 012 12.892v-1.815h.12a.56.56 0 00.424.244 2.538 2.538 0 00.5.052 1.304 1.304 0 00.898-.29 1.584 1.584 0 00.424-.985l.33-2.226H3.256V6.59H5.05l.178-1.162a2.942 2.942 0 01.444-1.244 2.516 2.516 0 01.76-.734 2.643 2.643 0 01.94-.356A5.61 5.61 0 018.357 3q.294 0 .588.025t.599.076z"/></svg>'},sc={name:"gauge_simple_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.969 5.196a1.763 1.763 0 011.142-.49 1.763 1.763 0 01-.49 1.142L9.205 8.263l.008.025.065.184.03.093a1.352 1.352 0 01.032.295 1.385 1.385 0 01-2.769 0 1.343 1.343 0 01.033-.294l.034-.11.055-.16.012-.033.014-.014a1.389 1.389 0 01.625-.625l.015-.015.033-.011.16-.055.11-.035a1.32 1.32 0 01.588 0l.11.035.16.055.033.011zM14 8.86a5.979 5.979 0 01-1.799 4.28l-1.309-1.308a4.085 4.085 0 00.83-4.78l.55-.55a2.576 2.576 0 00.64-1.082A5.968 5.968 0 0114 8.86zm-6-6a5.998 5.998 0 00-4.201 10.28l1.308-1.308a4.14 4.14 0 014.645-6.725l.564-.564a2.57 2.57 0 011.07-.635A5.97 5.97 0 008 2.86z"/></svg>'},oc={name:"grid_three_by_three_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 3v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1H3a1 1 0 00-1 1zm4 9H4v-2h2zm.001-2.999H4V7h2.001zm0-3.001H4V4h2.001zM9 12H7v-2h2zm0-2.999H7V7h2zM9 6H7V4h2zm3 6h-2v-2h2zm.001-2.999H10V7h2.001zm0-3.001H10V4h2.001z"/></svg>'},nc={name:"grid_two_by_two_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 9h3v3H4zm5 0h3v3H9zM4 4h3v3H4zm5 0h3v3H9zM2 14h12V2H2z"/></svg>'},rc={name:"hammer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 14H6V8h3zM8.875 2H6.723A1.991 1.991 0 015 3a2.486 2.486 0 01-2-1H2v4h1a1.797 1.797 0 011.5-1C5.551 5 5.997 6.99 6 7h3c.333-1.539 1-2.436 1.741-2.436C12.222 4.564 14 6.615 14 6.615S13 2 8.875 2z"/></svg>'},ac={name:"hashtag_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.76 14l.752-2.914H6.045L5.299 14H3.532l.746-2.914H2v-1.72h2.712l.701-2.807H2.947v-1.72h2.91L6.567 2h1.766l-.71 2.838h2.46L10.8 2h1.768l-.717 2.838H14v1.72h-2.599l-.706 2.807h2.374v1.72h-2.807L9.501 14zM6.447 9.392h2.506l.72-2.85H7.167z"/></svg>'},lc={name:"home_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.988 2L2.5 9H4v5h3v-3h2v3h3V9h1.5L7.988 2z"/></svg>'},cc={name:"hourglass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.774 13.4h-.047v-.49h-.404a2.491 2.491 0 00.355-1.258c0-1.826-2.083-2.886-2.083-3.652s2.083-1.826 2.083-3.652a2.491 2.491 0 00-.355-1.257h.404V2.6h.047a.556.556 0 00.499-.6H4.727a.556.556 0 00.499.6h.047v.49h.404a2.491 2.491 0 00-.355 1.258c0 1.826 2.083 2.87 2.083 3.652s-2.083 1.826-2.083 3.652a2.491 2.491 0 00.355 1.257h-.404v.491h-.047a.556.556 0 00-.499.6h6.546a.556.556 0 00-.499-.6zM8 12.957c-1.565 0-1.975-.585-1.975-1.305a7.183 7.183 0 011.723-.656c.268 0 .289-3.513 0-3.779l-.988-1h2.454l-.962 1c-.268.286-.275 3.779 0 3.779a7.651 7.651 0 011.738.656c0 .72-.409 1.305-1.99 1.305z"/></svg>'},hc={name:"indeterminant_checkbox_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 3a1.001 1.001 0 011 1v8a1.001 1.001 0 01-1 1H4a1.001 1.001 0 01-1-1V4a1.001 1.001 0 011-1h8m0-1H4a2 2 0 00-2 2v8a2 2 0 002 2h8a2 2 0 002-2V4a2 2 0 00-2-2zM4 4v8h8V4zm6 6H6V6h4z"/></svg>'},dc={name:"info_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.415 7.75v3.69H6.376v1.576h4.24V11.44H9.6V6.175H6.376V7.75zm.276-2.698a1.19 1.19 0 002.035-.838 1.164 1.164 0 00-.346-.846 1.193 1.193 0 00-1.693 0 1.158 1.158 0 00-.35.846 1.144 1.144 0 00.354.838z"/></svg>'},uc={name:"info_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm-.697 2.28a.951.951 0 011.35 0 .928.928 0 01.276.675.952.952 0 01-1.905 0 .924.924 0 01.279-.674zM9.7 12H6.3v-1.264h.833V7.777H6.3V6.513h2.584v4.223H9.7z"/></svg>'},pc={name:"key_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.045 7.348l-.652-.652 1.444-.14zm-3.818.698l-4.912 4.912-.395-.396 4.12-4.12zm4.734-2.918l-1.697.136-.395-.395L11 3.176l.72-.067 1.304 1.304zm-3.524-.386l-.651-.653.791-.791zm-1.955-.653v2.607l-5.074 5.075L2 12.946l.791.791 1.432.129.326-.326v-.652l.652-.652h.652l.326-.325v-.652h.651l.978-.978.014-.652.312-.326h.652l.652-.651h2.607l1.676-1.676L14 4.089l-1.955-1.955-2.887.28z"/></svg>'},vc={name:"laptop_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 11V3H3v8H2v2h12v-2zm-2 1H5v-1h6zm1-1.996H4V4h8z"/></svg>'},gc={name:"layer_group_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.555 9.546l.89-.445 5.333 2.667 1.778-.89.889.449v1.33L9.778 13.99l-6.223-3.11zm0-6.222L6.222 1.99l6.223 3.112v1.333L9.778 7.768l-6.223-3.11zm0 3.11l.89-.444 5.333 2.667 1.778-.89.889.448v1.33L9.778 10.88 3.555 7.768z"/></svg>'},mc={name:"lightning_bolt_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4.732 7.953L6.909 2h3.636L8.364 7.013h2.909L4.727 14l2.21-6.049z"/></svg>'},fc={name:"link_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.465 5.592A2.908 2.908 0 019.963 7.02l-1.06 1.065c-.053-.103-.095-.192-.144-.276a1.48 1.48 0 00-1.277-.769 1.43 1.43 0 00-.977.394c-.75.694-1.469 1.421-2.165 2.168a1.431 1.431 0 00.054 2.038 1.507 1.507 0 001.039.432 1.28 1.28 0 00.953-.417c.103-.11.435-.44.81-.805a3.458 3.458 0 001.908.188c-1.006 1.035-2.179 2.187-2.996 2.38a2.982 2.982 0 01-.693.082 2.91 2.91 0 01-2.182-4.842A46.793 46.793 0 015.53 6.356a2.826 2.826 0 011.935-.764M10.583 2.5a3.001 3.001 0 00-.69.081 10.376 10.376 0 00-2.996 2.377 3.474 3.474 0 01.568-.054 3.58 3.58 0 011.31.249c.38-.332.701-.646.875-.834a1.221 1.221 0 01.913-.395 1.513 1.513 0 011.074.469 1.433 1.433 0 01.022 2.005c-.7.743-1.42 1.47-2.165 2.167a1.419 1.419 0 01-.975.395 1.483 1.483 0 01-1.28-.768c-.048-.085-.089-.175-.151-.298L6.043 8.987a2.882 2.882 0 002.493 1.42 2.808 2.808 0 001.93-.76 54.2 54.2 0 002.266-2.266A2.911 2.911 0 0010.583 2.5"/></svg>'},bc={name:"link_cancel_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9.202 9.45a2.638 2.638 0 01.687 2.519l-1.364.002c.032-.1.062-.183.085-.269a1.343 1.343 0 00-.326-1.312 1.297 1.297 0 00-.88-.374 37.657 37.657 0 00-2.779.002 1.298 1.298 0 00-1.273 1.341 1.367 1.367 0 00.39.944 1.162 1.162 0 00.878.344c.137-.005.562-.002 1.036.004a3.137 3.137 0 001.104 1.344 8.133 8.133 0 01-3.45-.395 2.705 2.705 0 01-.496-.392A2.64 2.64 0 014.52 8.702a42.45 42.45 0 012.951-.003 2.564 2.564 0 011.731.751m3.984.017a2.723 2.723 0 00-.495-.39 9.414 9.414 0 00-3.447-.398 3.151 3.151 0 01.4.33 3.247 3.247 0 01.68 1c.457.031.864.035 1.096.027a1.108 1.108 0 01.839.331 1.373 1.373 0 01.389.99 1.3 1.3 0 01-1.272 1.3c-.926.028-1.854.033-2.78.002a1.287 1.287 0 01-.878-.372 1.345 1.345 0 01-.328-1.313c.023-.086.054-.17.093-.289l-1.371.031a2.614 2.614 0 00.688 2.51 2.547 2.547 0 001.726.751c.968.033 1.94.025 2.908 0a2.641 2.641 0 001.752-4.51m-2.701-3.208L8.71 4.485l1.775-1.775-.71-.71L8 3.775 6.225 2l-.71.71L7.29 4.485 5.515 6.259l.71.71L8 5.195l1.775 1.774z"/></svg>'},wc={name:"list_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 13H2v-2h2zm10-2H6v2h8zM4 7H2v2h2zm10 0H6v2h8zM4 3H2v2h2zm10 0H6v2h8z"/></svg>'},xc={name:"list_tree_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 5v2h4v2h-4v2h4v2H8V5H5V3h9v2zM2 5h2V3H2zm5 6H5v2h2zm0-4H5v2h2z"/></svg>'},yc={name:"list_tree_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.953 11.81c.013-.011.032-.02.046-.031v.917c0 .33-.523.678-1.42.953a8.234 8.234 0 01-.694.178 16.116 16.116 0 01-3.382.328 16.089 16.089 0 01-3.38-.328 8.77 8.77 0 01-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 00.332.218l.03.017a4.235 4.235 0 00.46.202l.01.005.1.037c.053.018.11.034.164.05.093.031.186.062.283.09.033.01.064.022.1.031l.058.015c.184.048.378.092.58.132.043.009.084.018.13.026.214.042.438.078.666.11l.134.017c.21.028.425.051.646.072l.104.01c.242.021.487.037.731.049l.166.007c.251.01.504.016.754.016s.501-.007.754-.016l.164-.007c.246-.012.491-.028.734-.048l.102-.011c.22-.02.436-.044.649-.072.044-.006.09-.01.134-.017q.343-.048.664-.11c.046-.008.088-.017.132-.026q.3-.06.577-.13c.02-.007.043-.012.063-.017.034-.009.064-.021.099-.031.098-.028.189-.059.283-.09.052-.017.11-.032.16-.05.035-.012.07-.024.103-.037l.012-.005a4.252 4.252 0 00.457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 00.33-.216zm-5.45-2.946c-3.237 0-5.492.767-5.492 1.457 0 .33.523.679 1.42.952a9.998 9.998 0 00.694.179 16.101 16.101 0 003.378.327 16.12 16.12 0 003.382-.327 8.892 8.892 0 00.694-.18C13.477 11 14 10.652 14 10.322c0-.69-2.257-1.457-5.497-1.457zM14 6V5H5V3h2V2H2v1h2v5.581a9.632 9.632 0 011-.255V6h3v2h6V7H9V6z"/></svg>'},$c={name:"lock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 8V7a3.888 3.888 0 00-4-4 3.822 3.822 0 00-2.81 1.078A4.349 4.349 0 004.062 7v1H3v6h10V8zM6.062 6.986a2.407 2.407 0 01.566-1.516A1.834 1.834 0 018 5a1.883 1.883 0 012 2v1H6.062z"/></svg>'},Cc={name:"magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.073 12.29l-2.926-2.926a3.971 3.971 0 10-.783.783l2.927 2.926zM7.01 9.84a2.83 2.83 0 112.83-2.83 2.833 2.833 0 01-2.83 2.83z"/></svg>'},kc={name:"markdown_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14.25 3H1.75a.74.74 0 00-.75.73v8.54a.74.74 0 00.75.73h12.5a.74.74 0 00.75-.73V3.73a.74.74 0 00-.75-.73zm-6.285 7.059h-.991V7.773L5.982 9.35l-.99-1.577v2.286H4V5.934h.91L5.982 7.51l1.073-1.576h.91zm2.459.007L8.848 7.945h1.1V5.934h.99v2.01H12z"/></svg>'},_c={name:"minus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 7h8v2H4z"/></svg>'},zc={name:"minus_wide_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3 7h10v2H3z"/></svg>'},Ic={name:"mobile_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.462 2.077H4.538A.54.54 0 004 2.615v10.77a.54.54 0 00.538.538h5.924a.54.54 0 00.538-.538V2.615a.54.54 0 00-.538-.538zM10 12H5V3h5z"/></svg>'},Oc={name:"notebook_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 2h1v3h-1zm0 8h1V6h-1zm0 4h1v-3h-1zM4 7h6V6H4zm0-2h6V4H4zM2 2h10v12H2z"/></svg>'},Ac={name:"paste_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 5V3H3v6h2v1H2V2h8v3zM6 6v8h8V6z"/></svg>'},Sc={name:"pencil_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11.413 2.674c.326-.288 1.04-.013 1.807.857.768.869.952 1.61.626 1.898l-1.378 1.218-2.433-2.757zm-7.381 9.493l2.97-1.396-1.477.254.064-1.459-.48.25.156-1.013-1.754 2.774zm3.319-1.002L2 13.435 4.917 8.41l3.15-2.78L10.5 8.383zm4.293-3.866L9.21 4.544c-.177-.202.222-.543.394-.349l2.434 2.756c.175.2-.224.54-.394.348m-.783.7L8.428 5.244c-.178-.201.22-.542.393-.347l2.433 2.755c.176.199-.223.54-.393.347"/></svg>'},Ec={name:"pot_with_lid_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 4V2H5v2H2v1h12V4zM6 4V3h4v1zm-4 9h1v1h10v-1h1V6H2z"/></svg>'},Hc={name:"question_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11.303 5.594a3.294 3.294 0 01-.195 1.176 2.63 2.63 0 01-.549.885 3.96 3.96 0 01-.852.672 7.46 7.46 0 01-1.121.54v1.501H6.27V8.15q.467-.125.845-.256a3.199 3.199 0 00.793-.429 2.098 2.098 0 00.608-.612 1.45 1.45 0 00.22-.791 1.042 1.042 0 00-.423-.939 2.163 2.163 0 00-1.195-.28 3.338 3.338 0 00-1.068.204 4.853 4.853 0 00-1.09.526h-.263V3.566a8.148 8.148 0 011.296-.372A8.205 8.205 0 017.77 3a4.196 4.196 0 012.579.718 2.241 2.241 0 01.954 1.876zM8.77 13H6.112v-1.737H8.77z"/></svg>'},Mc={name:"running_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 7.985l-8.002 4.013L8 8 5.998 3.987zM3.995 2.997L2 2l3 6-3 6 2.002-1.005L6.5 8z"/></svg>'},Vc={name:"server_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 3H3v3h10zM9 5H4V4h5zM3 7v3h10V7zm6 2H4V8h5zm3 4H3v-2h10v1a1 1 0 01-1 1z"/></svg>'},Lc={name:"share_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.984 2.012l-2.069 6.153-.565-2.722-3.544 3.544-.822-.822 3.544-3.544-2.723-.566zM2 4v10h10v-4h-2v2H4V6h2V4z"/></svg>'},Tc={name:"shield_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2zm4.788 8.2L4 7.388 5.225 6.2l1.553 1.61 4.06-4.01L12 5.013z"/></svg>'},Pc={name:"shield_xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2zm9.5 7.346L10.346 10.5 8 8.154 5.654 10.5 4.5 9.346 6.846 7 4.5 4.654 5.654 3.5 8 5.846 10.346 3.5 11.5 4.654 9.154 7z"/></svg>'},Rc={name:"signal_bars_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 14H2V2h2zm3-9H5v9h2zm3 3H8v6h2zm3 3h-2v3h2z"/></svg>'},Dc={name:"sine_graph_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12H2v-1.63a4.61 4.61 0 001.766-1.967c.636-1.06 1.082-1.705 1.902-1.705s1.266.644 1.902 1.705c.615 1.026 1.312 2.189 2.766 2.189 1.453 0 2.15-1.163 2.764-2.189a6.459 6.459 0 01.9-1.267zm0-6.054a4.613 4.613 0 00-1.764 1.967c-.635 1.061-1.08 1.705-1.9 1.705-.82 0-1.266-.644-1.902-1.705-.615-1.026-1.312-2.189-2.766-2.189S3.517 6.887 2.902 7.913A6.468 6.468 0 012 9.18V4h12z"/></svg>'},Fc={name:"skip_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.002 8.29L2 12.304v-8.01zM14 2h-2v12h2z"/></svg>'},Bc={name:"spinner",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.967 7.143h-.762a4.885 4.885 0 013.938-3.94v.771a4.123 4.123 0 00-3.176 3.169zM8 2v1.875A4.125 4.125 0 113.875 8H2a6 6 0 106-6z"/></svg>'},Nc={name:"square_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm4.788 9.2L4 8.387 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013z"/></svg>'},jc={name:"square_t_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm9.033 4.199l-.016-.076a2.34 2.34 0 00-.497-1.18 2.108 2.108 0 00-1.281-.26h-.56v5.941c0 .552.11.718.176.768a1.793 1.793 0 00.88.196l.09.006V12H6.193v-.405l.09-.007c.59-.046.8-.144.87-.218.06-.06.158-.255.158-.884V4.683h-.565a2.19 2.19 0 00-1.274.262 2.015 2.015 0 00-.498 1.174l-.015.08H4.49L4.565 4h6.859l.07 2.199z"/></svg>'},qc={name:"t_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.684 13v-.729l.221-.018c.764-.058.947-.19.985-.229.026-.026.157-.202.157-.992V4.078H6.48a2.46 2.46 0 00-1.477.291 2.262 2.262 0 00-.563 1.36l-.038.196h-.797L3.704 3h8.6l.092 2.925h-.784l-.021-.095a2.817 2.817 0 00-.589-1.466c-.147-.131-.523-.286-1.48-.286H8.96V11.2c0 .679.138.819.165.84a2.092 2.092 0 001.01.213l.223.018V13z"/></svg>'},Uc={name:"tablet_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.5 2h-9a.501.501 0 00-.5.5v11a.501.501 0 00.5.5h9a.501.501 0 00.5-.5v-11a.501.501 0 00-.5-.5zM8 13.25a.75.75 0 11.75-.75.752.752 0 01-.75.75zM12 11H4V3h8z"/></svg>'},Kc={name:"tag_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 3.588L5.23 3 3 5.229l.588 2.816L8.543 13 13 8.543zM6.5 6.499a1.082 1.082 0 11-.013-1.516A1.072 1.072 0 016.499 6.5z"/></svg>'},Wc={name:"tags_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 2.338L5.23 1.75 3 3.979l.588 2.816 4.955 4.955L13 7.293zM6.5 5.249a1.082 1.082 0 11-.013-1.516 1.072 1.072 0 01.013 1.516zm6.251 4.794L8.543 14.25 4.257 9.964l-.283-1.369 4.569 4.57L12.207 9.5z"/></svg>'},Xc={name:"target_crosshairs_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 6.01a2 2 0 102 2 2 2 0 00-2-2zm4.9.99A5.005 5.005 0 009 3.1V1H7v2.1A5.005 5.005 0 003.1 7H1v2h2.1A5.005 5.005 0 007 12.9V15h2v-2.1A5.005 5.005 0 0012.9 9H15V7zM8 12a4 4 0 114-4 4.005 4.005 0 01-4 4z"/></svg>'},Yc={name:"target_crosshairs_progress_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M15 7v2h-2.1A5.005 5.005 0 019 12.9V15H7v-2.108a4.99 4.99 0 01-3.898-3.985l-1.52.583 2.003-4 1.998 4L4.11 8.9A3.999 3.999 0 107 4.13V1h2v2.1A5.005 5.005 0 0112.9 7zm-5 1.01a2 2 0 11-2-2 2 2 0 012 2z"/></svg>'},Gc={name:"three_dots_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 6.5A1.5 1.5 0 116.5 8 1.5 1.5 0 018 6.5zM.5 8A1.5 1.5 0 102 6.5 1.5 1.5 0 00.5 8zm12 0A1.5 1.5 0 1014 6.5 1.5 1.5 0 0012.5 8z"/></svg>'},Qc={name:"thumbtack_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 7l-.625-5H10V1H5v1h.625L5 7a2 2 0 00-2 2h4v4l.5 2 .5-2V9h4a2 2 0 00-2-2z"/></svg>'},Jc={name:"tile_size_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 8h6v6H2zm0-6v5h2V4h8v8H9v2h5V2z"/></svg>'},Zc={name:"times_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 9.103L5.102 12 4 10.897 6.898 8 4 5.103 5.102 4 8 6.897 10.898 4 12 5.103 9.102 8 12 10.897 10.898 12 8 9.103z"/></svg>'},th={name:"trash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 4V2H6v2H3v2h1v8h8V6h1V4zm-3 9H6V6h1zm2-9H7V3h2zm1 9H9V6h1z"/></svg>'},eh={name:"triangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2L2 14h12zm0 4.875l2.438 4.875H5.585z"/></svg>'},ih={name:"true_false_rectangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.4 3.003H2.6a1.6 1.6 0 00-1.6 1.6v6.8a1.595 1.595 0 001.6 1.594h10.8a1.595 1.595 0 001.6-1.594v-6.8a1.6 1.6 0 00-1.6-1.6zM7.587 6.58H6.141v3.736H4.946V6.58H3.5v-.896h4.087zm4.913 0h-2.13v.862h1.974v.896H10.37v1.978H9.181V5.684H12.5z"/></svg>'},sh={name:"unlink_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.126 8.585c-.581.123-1.117.241-1.362.303a1.547 1.547 0 00-1.182 1.51l.01.155.021.193a1.69 1.69 0 00.216.54l.02.038.105.134.127.144.054.047a1.509 1.509 0 00.992.36h.049a1.306 1.306 0 00.224-.034l.03.015.006-.001c.463-.088.925-.186 1.387-.287l.343 1.538c-.488.11-.976.221-1.467.314a3.112 3.112 0 01-.571.053 3.148 3.148 0 01-2.99-2.258l-.011-.045a3.04 3.04 0 01-.076-.35 3.127 3.127 0 01-.03-.206l-.004-.089a3.112 3.112 0 01-.016-.336A3.164 3.164 0 014.35 7.356c.272-.068.808-.203.802-.206l.623-.137zm4.31-1.544l-.353 1.575c.737.176 1.38.334 1.413.346a1.514 1.514 0 01.789.768l.029.066.053.185.038.164.002.045a1.667 1.667 0 01-.035.58l-.064.185-.056.142a1.546 1.546 0 01-1.4.893 1.661 1.661 0 01-.313-.03 54.946 54.946 0 01-1.15-.24l-.347 1.55.406.097-.013-.017c.276.057.55.118.826.173a3.02 3.02 0 00.578.056 3.188 3.188 0 002.811-1.74 3.018 3.018 0 00.129-.311l.033-.083.061-.197a3.047 3.047 0 00.082-.351l.008-.044a3.132 3.132 0 00-2.281-3.513c-.297-.077-.777-.19-1.245-.299M7.932 2.393L6.875 6.075h.75l.3 3.032 1.2-3.782h-.75z"/></svg>'},oh={name:"unlock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.062 8V5.986a2.407 2.407 0 01.566-1.516A1.834 1.834 0 018 4a1.883 1.883 0 012 2h2a3.888 3.888 0 00-4-4 3.822 3.822 0 00-2.81 1.078A4.349 4.349 0 004.062 6v2H3v6h10V8z"/></svg>'},nh={name:"upload_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 9v5H2V9h1v4h10V9zM7.982 2L5 7.9l2.004-1.312L7 11h2V6.613L11 7.9z"/></svg>'},rh={name:"user_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.004 2a2.18 2.18 0 012.184 2.182v1.09c.647 0 .378.932 0 1.455a4.275 4.275 0 01-.335.364 8.55 8.55 0 01-.31.742l.208 1.076h.437l2.75 1.527A2.148 2.148 0 0114 12.291V14H2v-1.673a2.163 2.163 0 011.063-1.869l2.758-1.55h.437l.21-1.068a8.52 8.52 0 01-.312-.749 4.275 4.275 0 01-.335-.364c-.378-.523-.647-1.454 0-1.454v-1.09A2.18 2.18 0 018.004 2"/></svg>'},ah={name:"watch_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.57 7.28l-.06.013a4.556 4.556 0 00-1.38-2.609V3.44a.481.481 0 00-.48-.48h-.48V2H5.85v.96h-.48a.481.481 0 00-.48.48v1.24a4.545 4.545 0 000 6.64v1.24a.481.481 0 00.48.48h.48V14h4.32v-.96h.48a.481.481 0 00.48-.48v-1.24a4.547 4.547 0 001.379-2.612l.061.012a.481.481 0 00.48-.48v-.48a.481.481 0 00-.48-.48zm-2.3 2.662a1.59 1.59 0 00-.182-.26L8.747 8.338a.785.785 0 000-.666c.132-.133.894-.899.965-1a1.216 1.216 0 00.14-.485 1.004 1.004 0 00-.515.157l-.955.957a.784.784 0 100 1.408c.163.167.956.974 1.236 1.254a1.477 1.477 0 00.36.276 3.055 3.055 0 11.291-.297z"/></svg>'},lh={name:"waveform_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9.77 11.225c-1.582 0-2.076-1.262-2.512-2.376l-.17-.426a26.242 26.242 0 01-.218-.595c-.32-.9-.41-1.046-.652-1.046-.24 0-.308.065-.612.88-.088.237-.188.504-.317.801l-.098.238c-.486 1.178-1.037 2.513-2.747 2.513H2V9.221h.444c.318 0 .48-.316.9-1.292l.133-.307c.06-.148.121-.304.181-.457.435-1.116.927-2.382 2.56-2.382 1.59 0 2.063 1.274 2.48 2.398l.168.443c.082.205.155.396.221.572.345.905.427 1.03.684 1.03.259 0 .409-.317.742-1.157.08-.201.167-.42.266-.652l.097-.228c.477-1.127 1.016-2.405 2.668-2.412l.444-.002L14 6.782h-.447c-.367 0-.506.245-.994 1.387 0 0-.179.434-.238.584-.433 1.101-.973 2.472-2.55 2.472z"/></svg>'},ch={name:"webvi_custom_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm4.089 2.526h-1.868a5.598 5.598 0 00-.854-1.712 5.363 5.363 0 012.722 1.712zm-2.722 8.66a5.599 5.599 0 00.854-1.712h1.868a5.363 5.363 0 01-2.722 1.712zm3.181-2.344h-2.146a10.644 10.644 0 00.208-1.187L9.923 10c-.05.294-.106.58-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.065-.633-1.47-1.672l-.56.28a5.018 5.018 0 00.663 1.21 5.363 5.363 0 01-2.722-1.712h.317a.955.955 0 01-.017-.17v-.462h-.76a5.33 5.33 0 01-.804-2.526h1.564v-.632H2.646a5.33 5.33 0 01.805-2.526h.759V4.69a.95.95 0 01.016-.164h-.316a5.363 5.363 0 012.722-1.712 5.017 5.017 0 00-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.261.632h1.507c.07.263.126.548.176.842l.687.344a10.66 10.66 0 00-.208-1.186h2.146a5.33 5.33 0 01.804 2.526h-.67a.92.92 0 01-.001.632h.671a5.33 5.33 0 01-.804 2.526zM12.105 8a.326.326 0 01-.19.296l-6.598 3.3-.148.036a.327.327 0 01-.327-.328V4.69a.327.327 0 01.492-.281l6.595 3.302a.326.326 0 01.176.29z"/></svg>'},hh={name:"webvi_host_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm4.09 2.526H10.22a5.6 5.6 0 00-.854-1.712 5.364 5.364 0 012.722 1.712zm-2.723 8.66a5.6 5.6 0 00.854-1.712h1.868a5.363 5.363 0 01-2.722 1.712zm3.181-2.344h-2.146a10.657 10.657 0 00.208-1.187L9.923 10a9.85 9.85 0 01-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.064-.633-1.47-1.672l-.56.28a5.02 5.02 0 00.663 1.21 5.363 5.363 0 01-2.722-1.712h.317a.96.96 0 01-.017-.17v-.462h-.76a5.33 5.33 0 01-.804-2.526H4.21v-.632H2.647a5.33 5.33 0 01.805-2.526h.759V4.69a.95.95 0 01.016-.164h-.316a5.364 5.364 0 012.722-1.712 5.02 5.02 0 00-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.262.632h1.506c.07.263.126.548.176.842l.687.344a10.646 10.646 0 00-.208-1.186h2.146a5.33 5.33 0 01.804 2.526h-.67a.92.92 0 01-.001.632h.671a5.33 5.33 0 01-.804 2.526zm-.619-3.131L5.334 4.409a.327.327 0 00-.492.281v6.613a.327.327 0 00.327.328l.148-.035 6.598-3.3a.326.326 0 00.014-.585zm-6.087 2.505V5.78L10.274 8z"/></svg>'},dh={name:"window_code_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm11 11H3V5h10zM4 9.135l2.698-1.118v.75l-1.588.65 1.588.646v.75l-2.694-1.12zm4.42-1.49h.792l-1.565 3.71h-.783zM12 9.135v.557l-2.694 1.12v-.75l.062-.024 1.526-.626-1.588-.648v-.747z"/></svg>'},uh={name:"window_text_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2zm11 11H3V5h10zM7 8H4V6h3zm5 2H4V9h8zm0 2H4v-1h8z"/></svg>'},ph={name:"wrench_hammer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.286 11.714l-5.791-5.79a2.504 2.504 0 00.17-.755 2.149 2.149 0 00-.095-.814 2.12 2.12 0 00-.55-.904 2.328 2.328 0 00-1.76-.685h-.045a2.104 2.104 0 00-.718.155l1.102 1.104.32.32.244.245a1.864 1.864 0 01-.22.854 1.043 1.043 0 01-.114.145 1.648 1.648 0 01-1.003.335L2.61 4.704l-.449-.449a2.074 2.074 0 00-.135.545l-.015.105a2.337 2.337 0 00.384 1.518 2.51 2.51 0 00.295.36 2.205 2.205 0 001.576.65 2.453 2.453 0 00.898-.175l4.793 4.796 1.203 1.2h.668l.663-.665v-.67zM5.75 8.908l1.367 1.367-2.988 2.987h-.923l-.45-.45v-.916zM14 5.906l-1.81 1.809-1.298-1.216-1.38 1.38-1.367-1.365 1.374-1.382-1.622-1.62.683-.774 2.252.45z"/></svg>'},vh={name:"xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 4.667L9.667 7.999 13 11.333 11.333 13 8 9.667 4.667 13 3 11.333 6.333 8 3 4.667 4.667 3 8 6.333 11.333 3z"/></svg>'},gh={name:"xmark_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.033 14.026L4.9 10.866 6.277 9.53l1.744 1.81 4.562-4.507 1.307 1.363zm1.155-10.68l-1.321-1.32-2.312 2.311-2.311-2.311-1.321 1.32 2.311 2.312L1.923 7.97l1.32 1.32 2.312-2.31 2.312 2.31 1.32-1.32-2.31-2.312z"/></svg>'},mh=`:${to}`,fh=ut`
1075
1111
  ${Zs("inline-flex")}
1076
1112
 
1077
1113
  :host {
1078
- height: ${Yn};
1114
+ height: ${Gn};
1079
1115
  box-sizing: border-box;
1080
- font: ${zr};
1081
- color: ${Ir};
1082
- padding-left: calc(4px - ${Zn});
1116
+ font: ${Ir};
1117
+ color: ${Or};
1118
+ padding-left: calc(4px - ${tr});
1083
1119
  }
1084
1120
 
1085
1121
  .listitem {
@@ -1093,11 +1129,11 @@ const La={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
1093
1129
  display: flex;
1094
1130
  align-items: center;
1095
1131
  justify-content: center;
1096
- border: ${Zn} solid transparent;
1097
- padding-right: calc(4px - ${Zn});
1132
+ border: ${tr} solid transparent;
1133
+ padding-right: calc(4px - ${tr});
1098
1134
  }
1099
1135
 
1100
- .control:link {
1136
+ .control:any-link {
1101
1137
  cursor: pointer;
1102
1138
  text-decoration: none;
1103
1139
  }
@@ -1111,9 +1147,9 @@ const La={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
1111
1147
  text-decoration: underline;
1112
1148
  }
1113
1149
 
1114
- .control:link${gh} {
1115
- border: ${Zn} solid ${Un};
1116
- outline: 2px solid ${Un};
1150
+ .control:any-link${mh} {
1151
+ border: ${tr} solid ${Kn};
1152
+ outline: 2px solid ${Kn};
1117
1153
  outline-offset: 1px;
1118
1154
  }
1119
1155
 
@@ -1133,15 +1169,15 @@ const La={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
1133
1169
  }
1134
1170
 
1135
1171
  slot[name='separator'] svg {
1136
- width: ${tr};
1137
- height: ${tr};
1172
+ width: ${er};
1173
+ height: ${er};
1138
1174
  }
1139
1175
 
1140
1176
  slot[name='separator'] path {
1141
- fill: ${dr};
1177
+ fill: ${ur};
1142
1178
  }
1143
1179
  `
1144
- const fh=class extends Be{}.compose({baseName:"breadcrumb-item",baseClass:Be,template:(t,e)=>q`
1180
+ const bh=class extends Be{}.compose({baseName:"breadcrumb-item",baseClass:Be,template:(t,e)=>q`
1145
1181
  <div role="listitem" class="listitem" part="listitem">
1146
1182
  ${gt((t=>t.href&&t.href.length>0),q`
1147
1183
  ${((t,e)=>q`
@@ -1197,16 +1233,16 @@ const fh=class extends Be{}.compose({baseName:"breadcrumb-item",baseClass:Be,tem
1197
1233
  </span>
1198
1234
  `)}
1199
1235
  </div>
1200
- `,styles:mh,separator:Zl.data})
1201
- function bh(t,e){return new Js("appearance",t,e)}Fi.getOrCreate().withPrefix("nimble").register(fh())
1202
- const wh="outline",xh="ghost",yh="block",$h=ut`
1236
+ `,styles:fh,separator:tc.data})
1237
+ Bi.getOrCreate().withPrefix("nimble").register(bh())
1238
+ class wh{constructor(t,e,i){this.propertyName=t,this.value=e,this.styles=i}bind(t){p.getNotifier(t).subscribe(this,this.propertyName),this.handleChange(t,this.propertyName)}unbind(t){p.getNotifier(t).unsubscribe(this,this.propertyName),t.$fastController.removeStyles(this.styles)}handleChange(t,e){const i=t[e];(Array.isArray(this.value)?this.value.includes(i):this.value===i)?t.$fastController.addStyles(this.styles):t.$fastController.removeStyles(this.styles)}}function xh(t,e){return new wh("appearance",t,e)}const yh="outline",$h="ghost",Ch="block",kh=ut`
1203
1239
  ${Zs("inline-flex")}
1204
1240
 
1205
1241
  :host {
1206
1242
  background-color: transparent;
1207
- height: ${Yn};
1208
- color: ${Qr};
1209
- font: ${Gr};
1243
+ height: ${Gn};
1244
+ color: ${Jr};
1245
+ font: ${Qr};
1210
1246
  cursor: pointer;
1211
1247
  outline: none;
1212
1248
  border: none;
@@ -1216,7 +1252,7 @@ const wh="outline",xh="ghost",yh="block",$h=ut`
1216
1252
  }
1217
1253
 
1218
1254
  :host([disabled]) {
1219
- color: ${Jr};
1255
+ color: ${Zr};
1220
1256
  cursor: default;
1221
1257
  }
1222
1258
 
@@ -1224,7 +1260,7 @@ const wh="outline",xh="ghost",yh="block",$h=ut`
1224
1260
  background-color: transparent;
1225
1261
  height: 100%;
1226
1262
  width: 100%;
1227
- border: ${Zn} solid transparent;
1263
+ border: ${tr} solid transparent;
1228
1264
  box-sizing: border-box;
1229
1265
  color: inherit;
1230
1266
  border-radius: inherit;
@@ -1237,12 +1273,12 @@ const wh="outline",xh="ghost",yh="block",$h=ut`
1237
1273
  font: inherit;
1238
1274
  outline: none;
1239
1275
  margin: 0;
1240
- padding: 0 ${Qn};
1241
- transition: box-shadow ${ya};
1276
+ padding: 0 ${Jn};
1277
+ transition: box-shadow ${$a};
1242
1278
  }
1243
1279
 
1244
1280
  :host([content-hidden]) .control {
1245
- width: ${Yn};
1281
+ width: ${Gn};
1246
1282
  padding: 0px;
1247
1283
  }
1248
1284
 
@@ -1253,13 +1289,13 @@ const wh="outline",xh="ghost",yh="block",$h=ut`
1253
1289
  }
1254
1290
 
1255
1291
  .control:hover {
1256
- box-shadow: 0px 0px 0px ${Zn} ${Un} inset;
1292
+ box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
1257
1293
  outline: none;
1258
1294
  }
1259
1295
 
1260
- .control${gh} {
1261
- box-shadow: 0px 0px 0px ${Zn} ${Un} inset;
1262
- outline: ${Zn} solid ${Un};
1296
+ .control${mh} {
1297
+ box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
1298
+ outline: ${tr} solid ${Kn};
1263
1299
  outline-offset: -4px;
1264
1300
  }
1265
1301
 
@@ -1292,7 +1328,7 @@ const wh="outline",xh="ghost",yh="block",$h=ut`
1292
1328
 
1293
1329
  [part='start'] {
1294
1330
  display: contents;
1295
- ${Kn.cssCustomProperty}: ${Qr};
1331
+ ${Wn.cssCustomProperty}: ${Jr};
1296
1332
  }
1297
1333
 
1298
1334
  :host([disabled]) slot[name='start']::slotted(*) {
@@ -1301,7 +1337,7 @@ const wh="outline",xh="ghost",yh="block",$h=ut`
1301
1337
 
1302
1338
  [part='end'] {
1303
1339
  display: contents;
1304
- ${Kn.cssCustomProperty}: ${Qr};
1340
+ ${Wn.cssCustomProperty}: ${Jr};
1305
1341
  }
1306
1342
 
1307
1343
  :host([disabled]) slot[name='end']::slotted(*) {
@@ -1311,32 +1347,32 @@ const wh="outline",xh="ghost",yh="block",$h=ut`
1311
1347
  :host([content-hidden]) [part='end'] {
1312
1348
  display: none;
1313
1349
  }
1314
- `.withBehaviors(bh(wh,ut`
1350
+ `.withBehaviors(xh(yh,ut`
1315
1351
  .control {
1316
1352
  background-color: transparent;
1317
- border-color: rgba(${Mn}, 0.3);
1353
+ border-color: rgba(${Vn}, 0.3);
1318
1354
  }
1319
1355
 
1320
1356
  .control:hover {
1321
1357
  background-color: transparent;
1322
- border-color: ${Un};
1358
+ border-color: ${Kn};
1323
1359
  }
1324
1360
 
1325
- .control${gh} {
1361
+ .control${mh} {
1326
1362
  background-color: transparent;
1327
- border-color: ${Un};
1363
+ border-color: ${Kn};
1328
1364
  }
1329
1365
 
1330
1366
  .control:active {
1331
- background-color: ${Ln};
1332
- border-color: ${Ln};
1367
+ background-color: ${Tn};
1368
+ border-color: ${Tn};
1333
1369
  }
1334
1370
 
1335
1371
  .control[disabled] {
1336
1372
  background-color: transparent;
1337
- border-color: rgba(${Fn}, 0.2);
1373
+ border-color: rgba(${Bn}, 0.2);
1338
1374
  }
1339
- `),bh(xh,ut`
1375
+ `),xh($h,ut`
1340
1376
  .control {
1341
1377
  background-color: transparent;
1342
1378
  border-color: transparent;
@@ -1344,63 +1380,63 @@ const wh="outline",xh="ghost",yh="block",$h=ut`
1344
1380
 
1345
1381
  .control:hover {
1346
1382
  background-color: transparent;
1347
- border-color: ${Un};
1383
+ border-color: ${Kn};
1348
1384
  }
1349
1385
 
1350
- .control${gh} {
1386
+ .control${mh} {
1351
1387
  background-color: transparent;
1352
- border-color: ${Un};
1388
+ border-color: ${Kn};
1353
1389
  }
1354
1390
 
1355
1391
  .control:active {
1356
- background-color: ${Ln};
1357
- border-color: ${Ln};
1392
+ background-color: ${Tn};
1393
+ border-color: ${Tn};
1358
1394
  }
1359
1395
 
1360
1396
  .control[disabled] {
1361
1397
  background-color: transparent;
1362
1398
  border-color: transparent;
1363
1399
  }
1364
- `),bh(yh,ut`
1400
+ `),xh(Ch,ut`
1365
1401
  .control {
1366
- background-color: rgba(${Fn}, 0.1);
1402
+ background-color: rgba(${Bn}, 0.1);
1367
1403
  border-color: transparent;
1368
1404
  }
1369
1405
 
1370
1406
  .control:hover {
1371
1407
  background-color: transparent;
1372
- border-color: ${Un};
1408
+ border-color: ${Kn};
1373
1409
  }
1374
1410
 
1375
- .control${gh} {
1376
- background-color: rgba(${Fn}, 0.1);
1377
- border-color: ${Un};
1411
+ .control${mh} {
1412
+ background-color: rgba(${Bn}, 0.1);
1413
+ border-color: ${Kn};
1378
1414
  }
1379
1415
 
1380
- .control${gh}:hover {
1416
+ .control${mh}:hover {
1381
1417
  background-color: transparent;
1382
1418
  }
1383
1419
 
1384
1420
  .control:active {
1385
- background-color: ${Ln};
1386
- border-color: ${Ln};
1421
+ background-color: ${Tn};
1422
+ border-color: ${Tn};
1387
1423
  }
1388
1424
 
1389
1425
  .control[disabled] {
1390
- background-color: rgba(${Fn}, 0.1);
1426
+ background-color: rgba(${Bn}, 0.1);
1391
1427
  border-color: transparent;
1392
1428
  }
1393
- `)),Ch=$h.withBehaviors(bh(wh,ut`
1429
+ `)),_h=kh.withBehaviors(xh(yh,ut`
1394
1430
  :host(.primary) .control {
1395
- box-shadow: 0px 0px 0px ${Zn} rgba(${Mn}, 0.3) inset;
1431
+ box-shadow: 0px 0px 0px ${tr} rgba(${Vn}, 0.3) inset;
1396
1432
  }
1397
1433
 
1398
1434
  :host(.primary) .control:hover {
1399
- box-shadow: 0px 0px 0px ${Zn} ${Un} inset;
1435
+ box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
1400
1436
  }
1401
1437
 
1402
- :host(.primary) .control${gh} {
1403
- box-shadow: 0px 0px 0px ${Zn} ${Un} inset;
1438
+ :host(.primary) .control${mh} {
1439
+ box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
1404
1440
  }
1405
1441
 
1406
1442
  :host(.primary) .control:active {
@@ -1410,12 +1446,12 @@ const wh="outline",xh="ghost",yh="block",$h=ut`
1410
1446
  :host(.primary) .control[disabled] {
1411
1447
  box-shadow: none;
1412
1448
  }
1413
- `),bh(yh,ut`
1449
+ `),xh(Ch,ut`
1414
1450
  :host(.primary) .control {
1415
1451
  background-clip: padding-box;
1416
- border-color: rgba(${Mn}, 0.3);
1417
- border-width: calc(2 * ${Zn});
1418
- padding: 0 calc(${Qn} - ${Zn});
1452
+ border-color: rgba(${Vn}, 0.3);
1453
+ border-width: calc(2 * ${tr});
1454
+ padding: 0 calc(${Jn} - ${tr});
1419
1455
  }
1420
1456
 
1421
1457
  :host(.primary[content-hidden]) .control {
@@ -1423,28 +1459,28 @@ const wh="outline",xh="ghost",yh="block",$h=ut`
1423
1459
  }
1424
1460
 
1425
1461
  :host(.primary) .control:hover {
1426
- border-color: ${Un};
1462
+ border-color: ${Kn};
1427
1463
  box-shadow: none;
1428
1464
  }
1429
1465
 
1430
- :host(.primary) .control${gh} {
1466
+ :host(.primary) .control${mh} {
1431
1467
  background-clip: border-box;
1432
- border-color: ${Un};
1433
- border-width: ${Zn};
1434
- box-shadow: 0px 0px 0px ${Zn} ${Un} inset;
1435
- padding: 0 ${Qn};
1468
+ border-color: ${Kn};
1469
+ border-width: ${tr};
1470
+ box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
1471
+ padding: 0 ${Jn};
1436
1472
  }
1437
1473
 
1438
- :host(.primary[content-hidden]) .control${gh} {
1474
+ :host(.primary[content-hidden]) .control${mh} {
1439
1475
  padding: 0px;
1440
1476
  }
1441
1477
 
1442
1478
  :host(.primary) .control:active {
1443
1479
  background-clip: border-box;
1444
- border-color: ${Ln};
1445
- border-width: ${Zn};
1480
+ border-color: ${Tn};
1481
+ border-width: ${tr};
1446
1482
  box-shadow: none;
1447
- padding: 0 ${Qn};
1483
+ padding: 0 ${Jn};
1448
1484
  }
1449
1485
 
1450
1486
  :host(.primary[content-hidden]) .control:active {
@@ -1454,67 +1490,159 @@ const wh="outline",xh="ghost",yh="block",$h=ut`
1454
1490
  :host(.primary) .control[disabled] {
1455
1491
  background-clip: border-box;
1456
1492
  border-color: transparent;
1457
- border-width: ${Zn};
1493
+ border-width: ${tr};
1458
1494
  box-shadow: none;
1459
- padding: 0 ${Qn};
1495
+ padding: 0 ${Jn};
1460
1496
  }
1461
1497
 
1462
1498
  :host(.primary[content-hidden]) .control[disabled] {
1463
1499
  padding: 0px;
1464
1500
  }
1465
1501
  `))
1466
- class kh extends Qe{constructor(){super(...arguments),this.appearance=wh,this.contentHidden=!1}}_n([tt],kh.prototype,"appearance",void 0),_n([tt({attribute:"content-hidden",mode:"boolean"})],kh.prototype,"contentHidden",void 0)
1467
- const _h=kh.compose({baseName:"button",baseClass:Qe,template:(t,e)=>q`
1468
- <button
1469
- class="control"
1470
- part="control"
1471
- ?autofocus="${t=>t.autofocus}"
1472
- ?disabled="${t=>t.disabled}"
1473
- form="${t=>t.formId}"
1474
- formaction="${t=>t.formaction}"
1475
- formenctype="${t=>t.formenctype}"
1476
- formmethod="${t=>t.formmethod}"
1477
- formnovalidate="${t=>t.formnovalidate}"
1478
- formtarget="${t=>t.formtarget}"
1479
- name="${t=>t.name}"
1480
- type="${t=>t.type}"
1481
- value="${t=>t.value}"
1482
- aria-atomic="${t=>t.ariaAtomic}"
1483
- aria-busy="${t=>t.ariaBusy}"
1484
- aria-controls="${t=>t.ariaControls}"
1485
- aria-current="${t=>t.ariaCurrent}"
1486
- aria-describedby="${t=>t.ariaDescribedby}"
1487
- aria-details="${t=>t.ariaDetails}"
1488
- aria-disabled="${t=>t.ariaDisabled}"
1489
- aria-errormessage="${t=>t.ariaErrormessage}"
1490
- aria-expanded="${t=>t.ariaExpanded}"
1491
- aria-flowto="${t=>t.ariaFlowto}"
1492
- aria-haspopup="${t=>t.ariaHaspopup}"
1493
- aria-hidden="${t=>t.ariaHidden}"
1494
- aria-invalid="${t=>t.ariaInvalid}"
1495
- aria-keyshortcuts="${t=>t.ariaKeyshortcuts}"
1496
- aria-label="${t=>t.ariaLabel}"
1497
- aria-labelledby="${t=>t.ariaLabelledby}"
1498
- aria-live="${t=>t.ariaLive}"
1499
- aria-owns="${t=>t.ariaOwns}"
1500
- aria-pressed="${t=>t.ariaPressed}"
1501
- aria-relevant="${t=>t.ariaRelevant}"
1502
- aria-roledescription="${t=>t.ariaRoledescription}"
1503
- ${vt("control")}
1504
- >
1505
- ${kt(0,e)}
1506
- <span class="content" part="content">
1507
- <slot ${wt("defaultSlottedContent")}></slot>
1508
- </span>
1509
- ${Ct(0,e)}
1510
- </button>
1511
- `,styles:Ch,shadowOptions:{delegatesFocus:!0}})
1512
- Fi.getOrCreate().withPrefix("nimble").register(_h())
1513
- const zh=ut`
1502
+ class zh extends Je{constructor(){super(...arguments),this.appearance=yh,this.contentHidden=!1}}zn([tt],zh.prototype,"appearance",void 0),zn([tt({attribute:"content-hidden",mode:"boolean"})],zh.prototype,"contentHidden",void 0)
1503
+ const Ih=zh.compose({baseName:"button",baseClass:Je,template:je,styles:_h,shadowOptions:{delegatesFocus:!0}})
1504
+ Bi.getOrCreate().withPrefix("nimble").register(Ih())
1505
+ const Oh=ut`
1506
+ ${Zs("inline-flex")}
1507
+
1508
+ :host {
1509
+ background-color: transparent;
1510
+ color: ${Jr};
1511
+ font: ${Qr};
1512
+ cursor: pointer;
1513
+ outline: none;
1514
+ border: none;
1515
+ box-sizing: border-box;
1516
+ }
1517
+
1518
+ :host(:hover) {
1519
+ box-shadow: 0px 1px 4px
1520
+ var(--ni-private-card-button-box-shadow-hover-color);
1521
+ }
1522
+
1523
+ :host(:active) {
1524
+ box-shadow: none;
1525
+ }
1526
+
1527
+ :host([disabled]) {
1528
+ cursor: default;
1529
+ box-shadow: none;
1530
+ }
1531
+
1532
+ .control {
1533
+ background-color: transparent;
1534
+ height: 100%;
1535
+ width: 100%;
1536
+ border: ${tr} solid transparent;
1537
+ color: inherit;
1538
+ border-radius: inherit;
1539
+ fill: inherit;
1540
+ cursor: inherit;
1541
+ font: inherit;
1542
+ outline: none;
1543
+ transition: box-shadow ${$a};
1544
+ padding: 0px;
1545
+ }
1546
+
1547
+ .control:hover {
1548
+ background: var(--ni-private-card-button-background-hover-color);
1549
+ }
1550
+
1551
+ .control${mh} {
1552
+ box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
1553
+ border-color: ${Kn};
1554
+ outline: ${tr} solid ${Kn};
1555
+ outline-offset: -4px;
1556
+ }
1557
+
1558
+ .control:active {
1559
+ background: var(--ni-private-card-button-background-active-color);
1560
+ border-color: var(--ni-private-card-button-border-active-color);
1561
+ outline: none;
1562
+ box-shadow: none;
1563
+ }
1564
+
1565
+ :host([selected]) .control {
1566
+ background: var(--ni-private-card-button-background-active-color);
1567
+ border-color: var(--ni-private-card-button-border-selected-color);
1568
+ }
1569
+
1570
+ :host([selected]) .control${mh} {
1571
+ border-color: ${Kn};
1572
+ }
1573
+
1574
+ :host([selected]) .control:active {
1575
+ border-color: var(--ni-private-card-button-border-active-color);
1576
+ }
1577
+
1578
+ :host([selected]) .control${mh}:active {
1579
+ outline: none;
1580
+ box-shadow: none;
1581
+ }
1582
+
1583
+ .control[disabled] {
1584
+ background: transparent;
1585
+ opacity: 0.3;
1586
+ }
1587
+
1588
+ .control[disabled]:active {
1589
+ border-color: transparent;
1590
+ }
1591
+
1592
+ :host([selected]) .control[disabled]:active {
1593
+ border-color: var(--ni-private-card-button-border-selected-color);
1594
+ }
1595
+
1596
+ .content {
1597
+ display: contents;
1598
+ }
1599
+
1600
+ slot[name='start'] {
1601
+ display: none;
1602
+ }
1603
+
1604
+ slot[name='end'] {
1605
+ display: none;
1606
+ }
1607
+
1608
+ @media (prefers-reduced-motion) {
1609
+ .control {
1610
+ transition-duration: 0s;
1611
+ }
1612
+ }
1613
+ `.withBehaviors(Ma(Io,ut`
1614
+ :host {
1615
+ --ni-private-card-button-box-shadow-hover-color: ${Mn(go,.3)};
1616
+ --ni-private-card-button-background-hover-color: ${Mn(uo,.3)};
1617
+ --ni-private-card-button-background-active-color: ${uo};
1618
+ --ni-private-card-button-border-active-color: ${Mn(mo,.2)};
1619
+ --ni-private-card-button-border-selected-color: ${Mn(mo,.6)};
1620
+ }
1621
+ `),Ma(Oo,ut`
1622
+ :host {
1623
+ --ni-private-card-button-box-shadow-hover-color: ${Mn(go,.77)};
1624
+ --ni-private-card-button-background-hover-color: ${Mn(co,.07)};
1625
+ --ni-private-card-button-background-active-color: ${Mn(co,.15)};
1626
+ --ni-private-card-button-border-active-color: ${Mn(co,.2)};
1627
+ --ni-private-card-button-border-selected-color: ${co};
1628
+ }
1629
+ `),Ma(Ao,ut`
1630
+ :host {
1631
+ --ni-private-card-button-box-shadow-hover-color: ${Mn(uo,.77)};
1632
+ --ni-private-card-button-background-hover-color: ${Mn(uo,.2)};
1633
+ --ni-private-card-button-background-active-color: ${Mn(uo,.4)};
1634
+ --ni-private-card-button-border-active-color: ${Mn(uo,.2)};
1635
+ --ni-private-card-button-border-selected-color: ${Mn(uo,.6)};
1636
+ }
1637
+ `))
1638
+ class Ah extends Je{constructor(){super(...arguments),this.selected=!1}}zn([tt({mode:"boolean"})],Ah.prototype,"selected",void 0)
1639
+ const Sh=Ah.compose({baseName:"card-button",template:je,styles:Oh,shadowOptions:{delegatesFocus:!0}})
1640
+ Bi.getOrCreate().withPrefix("nimble").register(Sh())
1641
+ const Eh=ut`
1514
1642
  ${Zs("inline-flex")}
1515
1643
 
1516
1644
  :host {
1517
- font: ${Gr};
1645
+ font: ${Qr};
1518
1646
  align-items: center;
1519
1647
  cursor: pointer;
1520
1648
  outline: none;
@@ -1526,16 +1654,16 @@ const zh=ut`
1526
1654
  }
1527
1655
 
1528
1656
  .control {
1529
- width: calc(${Yn} / 2);
1530
- height: calc(${Yn} / 2);
1657
+ width: calc(${Gn} / 2);
1658
+ height: calc(${Gn} / 2);
1531
1659
  box-sizing: border-box;
1532
1660
  flex-shrink: 0;
1533
- border: ${Zn} solid ${Dn};
1661
+ border: ${tr} solid ${Fn};
1534
1662
  padding: 2px;
1535
1663
  display: inline-flex;
1536
1664
  align-items: center;
1537
1665
  justify-content: center;
1538
- transition: box-shadow ${ya};
1666
+ transition: box-shadow ${$a};
1539
1667
  ${""}
1540
1668
  line-height: 0;
1541
1669
  }
@@ -1547,30 +1675,30 @@ const zh=ut`
1547
1675
  }
1548
1676
 
1549
1677
  :host([disabled]) .control {
1550
- background-color: rgba(${Fn}, 0.1);
1551
- border-color: rgba(${Fn}, 0.2);
1678
+ background-color: rgba(${Bn}, 0.1);
1679
+ border-color: rgba(${Bn}, 0.2);
1552
1680
  }
1553
1681
 
1554
1682
  :host(:not([disabled]):not(:active):hover) .control {
1555
- border-color: ${Un};
1556
- box-shadow: 0px 0px 0px ${Zn} ${Un} inset;
1683
+ border-color: ${Kn};
1684
+ box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
1557
1685
  }
1558
1686
 
1559
- :host(${gh}) .control {
1560
- border-color: ${Un};
1561
- outline: 2px solid ${Un};
1687
+ :host(${mh}) .control {
1688
+ border-color: ${Kn};
1689
+ outline: 2px solid ${Kn};
1562
1690
  outline-offset: 2px;
1563
1691
  }
1564
1692
 
1565
1693
  .label {
1566
1694
  font: inherit;
1567
- color: ${Ir};
1695
+ color: ${Or};
1568
1696
  padding-left: 1ch;
1569
1697
  cursor: inherit;
1570
1698
  }
1571
1699
 
1572
1700
  :host([disabled]) .label {
1573
- color: ${Or};
1701
+ color: ${Ar};
1574
1702
  }
1575
1703
 
1576
1704
  slot[name='checked-indicator'],
@@ -1579,8 +1707,8 @@ const zh=ut`
1579
1707
  }
1580
1708
 
1581
1709
  slot[name='checked-indicator'] svg {
1582
- height: ${tr};
1583
- width: ${tr};
1710
+ height: ${er};
1711
+ width: ${er};
1584
1712
  overflow: visible;
1585
1713
  }
1586
1714
 
@@ -1589,16 +1717,16 @@ const zh=ut`
1589
1717
  }
1590
1718
 
1591
1719
  slot[name='checked-indicator'] path {
1592
- fill: ${Dn};
1720
+ fill: ${Fn};
1593
1721
  }
1594
1722
 
1595
1723
  :host([disabled]) slot[name='checked-indicator'] path {
1596
- fill: rgba(${Fn}, 0.3);
1724
+ fill: rgba(${Bn}, 0.3);
1597
1725
  }
1598
1726
 
1599
1727
  slot[name='indeterminate-indicator'] svg {
1600
- height: ${tr};
1601
- width: ${tr};
1728
+ height: ${er};
1729
+ width: ${er};
1602
1730
  overflow: visible;
1603
1731
  }
1604
1732
 
@@ -1607,14 +1735,14 @@ const zh=ut`
1607
1735
  }
1608
1736
 
1609
1737
  slot[name='indeterminate-indicator'] path {
1610
- fill: ${Dn};
1738
+ fill: ${Fn};
1611
1739
  }
1612
1740
 
1613
1741
  :host([disabled]) slot[name='indeterminate-indicator'] path {
1614
- fill: rgba(${Fn}, 0.3);
1742
+ fill: rgba(${Bn}, 0.3);
1615
1743
  }
1616
1744
  `
1617
- const Ih=class extends ei{}.compose({baseName:"checkbox",baseClass:ei,template:(t,e)=>q`
1745
+ const Hh=class extends ii{}.compose({baseName:"checkbox",baseClass:ii,template:(t,e)=>q`
1618
1746
  <template
1619
1747
  role="checkbox"
1620
1748
  aria-checked="${t=>t.checked}"
@@ -1641,24 +1769,24 @@ const Ih=class extends ei{}.compose({baseName:"checkbox",baseClass:ei,template:(
1641
1769
  <slot ${wt("defaultSlottedNodes")}></slot>
1642
1770
  </label>
1643
1771
  </template>
1644
- `,styles:zh,checkedIndicator:rl.data,indeterminateIndicator:kc.data})
1645
- Fi.getOrCreate().withPrefix("nimble").register(Ih())
1646
- const Oh=q`
1772
+ `,styles:Eh,checkedIndicator:al.data,indeterminateIndicator:_c.data})
1773
+ Bi.getOrCreate().withPrefix("nimble").register(Hh())
1774
+ const Mh=q`
1647
1775
  <div class="error-text" title="${t=>t.errorText}" aria-live="polite">
1648
1776
  ${t=>t.errorText}
1649
1777
  </div>
1650
- `,Sh=q`
1778
+ `,Vh=q`
1651
1779
  <template>
1652
1780
  <div class="icon" :innerHTML=${t=>t.icon.data}></div>
1653
1781
  </template
1654
- `,Ah=ut`
1782
+ `,Lh=ut`
1655
1783
  ${Zs("inline-flex")}
1656
1784
 
1657
1785
  :host {
1658
1786
  align-items: center;
1659
1787
  user-select: none;
1660
- width: ${tr};
1661
- height: ${tr};
1788
+ width: ${er};
1789
+ height: ${er};
1662
1790
  }
1663
1791
 
1664
1792
  .icon {
@@ -1667,46 +1795,46 @@ const Oh=q`
1667
1795
  }
1668
1796
 
1669
1797
  :host(.fail) {
1670
- ${Kn.cssCustomProperty}: ${Bn};
1798
+ ${Wn.cssCustomProperty}: ${Nn};
1671
1799
  }
1672
1800
 
1673
1801
  :host(.warning) {
1674
- ${Kn.cssCustomProperty}: ${Nn};
1802
+ ${Wn.cssCustomProperty}: ${jn};
1675
1803
  }
1676
1804
 
1677
1805
  :host(.pass) {
1678
- ${Kn.cssCustomProperty}: ${jn};
1806
+ ${Wn.cssCustomProperty}: ${qn};
1679
1807
  }
1680
1808
 
1681
1809
  :host(.information) {
1682
- ${Kn.cssCustomProperty}: ${qn};
1810
+ ${Wn.cssCustomProperty}: ${Un};
1683
1811
  }
1684
1812
 
1685
1813
  .icon svg {
1686
- fill: ${Kn};
1814
+ fill: ${Wn};
1687
1815
  width: 100%;
1688
1816
  height: 100%;
1689
1817
  }
1690
1818
  `
1691
- class Eh extends le{constructor(t){super(),this.icon=t}}const Hh=(t,e)=>{const i=e.compose({baseName:t,template:Sh,styles:Ah,baseClass:e})
1692
- Fi.getOrCreate().withPrefix("nimble").register(i())}
1693
- class Mh extends Eh{constructor(){super(Bl)}}Hh("icon-exclamation-mark",Mh)
1694
- Hh("icon-arrow-expander-down",class extends Eh{constructor(){super(Pa)}})
1695
- const Vh=ut`
1819
+ class Th extends le{constructor(t){super(),this.icon=t}}const Ph=(t,e)=>{const i=e.compose({baseName:t,template:Vh,styles:Lh,baseClass:e})
1820
+ Bi.getOrCreate().withPrefix("nimble").register(i())}
1821
+ class Rh extends Th{constructor(){super(Nl)}}Ph("icon-exclamation-mark",Rh)
1822
+ Ph("icon-arrow-expander-down",class extends Th{constructor(){super(Ra)}})
1823
+ const Dh=ut`
1696
1824
  ${Zs("inline-flex")}
1697
1825
 
1698
1826
  :host {
1699
1827
  box-sizing: border-box;
1700
- color: ${Ir};
1701
- font: ${zr};
1702
- height: ${Yn};
1828
+ color: ${Or};
1829
+ font: ${Ir};
1830
+ height: ${Gn};
1703
1831
  position: relative;
1704
1832
  justify-content: center;
1705
1833
  user-select: none;
1706
1834
  min-width: 250px;
1707
1835
  outline: none;
1708
1836
  vertical-align: top;
1709
- --ni-private-hover-indicator-width: calc(${Zn} + 1px);
1837
+ --ni-private-hover-indicator-width: calc(${tr} + 1px);
1710
1838
  --ni-private-focus-indicator-width: 1px;
1711
1839
  --ni-private-indicator-lines-gap: 1px;
1712
1840
  }
@@ -1714,13 +1842,13 @@ const Vh=ut`
1714
1842
  :host::before {
1715
1843
  content: '';
1716
1844
  position: absolute;
1717
- bottom: calc(${Zn} + var(--ni-private-indicator-lines-gap));
1845
+ bottom: calc(${tr} + var(--ni-private-indicator-lines-gap));
1718
1846
  width: 0px;
1719
1847
  height: 0px;
1720
1848
  justify-self: center;
1721
- border-bottom: ${Un}
1849
+ border-bottom: ${Kn}
1722
1850
  var(--ni-private-focus-indicator-width) solid;
1723
- transition: width ${ya} ease-in;
1851
+ transition: width ${$a} ease-in;
1724
1852
  }
1725
1853
 
1726
1854
  @media (prefers-reduced-motion) {
@@ -1729,24 +1857,24 @@ const Vh=ut`
1729
1857
  }
1730
1858
  }
1731
1859
 
1732
- :host(${gh})::before {
1860
+ :host(${mh})::before {
1733
1861
  width: calc(100% - 8px);
1734
1862
  }
1735
1863
 
1736
1864
  :host::after {
1737
1865
  content: '';
1738
1866
  position: absolute;
1739
- bottom: calc(-1 * ${Zn});
1867
+ bottom: calc(-1 * ${tr});
1740
1868
  width: 0px;
1741
1869
  height: 0px;
1742
1870
  justify-self: center;
1743
- border-bottom: ${Un}
1871
+ border-bottom: ${Kn}
1744
1872
  var(--ni-private-hover-indicator-width) solid;
1745
- transition: width ${ya} ease-in;
1873
+ transition: width ${$a} ease-in;
1746
1874
  }
1747
1875
 
1748
1876
  :host(.invalid)::after {
1749
- border-bottom-color: ${Bn};
1877
+ border-bottom-color: ${Nn};
1750
1878
  }
1751
1879
 
1752
1880
  @media (prefers-reduced-motion) {
@@ -1756,7 +1884,7 @@ const Vh=ut`
1756
1884
  }
1757
1885
 
1758
1886
  :host(:hover)::after,
1759
- :host(${gh})::after {
1887
+ :host(${mh})::after {
1760
1888
  width: 100%;
1761
1889
  }
1762
1890
 
@@ -1771,20 +1899,20 @@ const Vh=ut`
1771
1899
  display: flex;
1772
1900
  min-height: 100%;
1773
1901
  width: 100%;
1774
- border-bottom: ${Zn} solid ${Or};
1902
+ border-bottom: ${tr} solid ${Ar};
1775
1903
  background-color: transparent;
1776
1904
  padding-left: 8px;
1777
1905
  padding-bottom: 1px;
1778
1906
  }
1779
1907
 
1780
1908
  :host(.open:not(:hover)) .control {
1781
- border-bottom-color: ${Un};
1909
+ border-bottom-color: ${Kn};
1782
1910
  }
1783
1911
 
1784
1912
  :host([disabled]) .control {
1785
1913
  cursor: default;
1786
- color: ${Or};
1787
- border-color: rgba(${Fn}, 0.1);
1914
+ color: ${Ar};
1915
+ border-color: rgba(${Bn}, 0.1);
1788
1916
  }
1789
1917
 
1790
1918
  .listbox {
@@ -1795,16 +1923,16 @@ const Vh=ut`
1795
1923
  overflow-y: auto;
1796
1924
  position: absolute;
1797
1925
  width: 100%;
1798
- --ni-private-listbox-padding: ${Gn};
1926
+ --ni-private-listbox-padding: ${Qn};
1799
1927
  max-height: calc(
1800
1928
  var(--ni-private-select-max-height) - 2 *
1801
1929
  var(--ni-private-listbox-padding)
1802
1930
  );
1803
1931
  z-index: 1;
1804
1932
  padding: var(--ni-private-listbox-padding);
1805
- box-shadow: 0px 3px 3px ${Wn};
1806
- border: 1px solid ${Xn};
1807
- background-color: ${Vn};
1933
+ box-shadow: 0px 3px 3px ${Xn};
1934
+ border: 1px solid ${Yn};
1935
+ background-color: ${Ln};
1808
1936
  background-clip: padding-box;
1809
1937
  }
1810
1938
 
@@ -1823,11 +1951,11 @@ const Vh=ut`
1823
1951
  }
1824
1952
 
1825
1953
  :host([open][position='above']) .listbox {
1826
- bottom: ${Yn};
1954
+ bottom: ${Gn};
1827
1955
  }
1828
1956
 
1829
1957
  :host([open][position='below']) .listbox {
1830
- top: calc(${Yn} + ${Gn});
1958
+ top: calc(${Gn} + ${Qn});
1831
1959
  }
1832
1960
 
1833
1961
  .selected-value {
@@ -1849,13 +1977,13 @@ const Vh=ut`
1849
1977
  }
1850
1978
 
1851
1979
  .indicator slot[name='indicator'] svg {
1852
- width: ${tr};
1853
- height: ${tr};
1854
- fill: ${Ir};
1980
+ width: ${er};
1981
+ height: ${er};
1982
+ fill: ${Or};
1855
1983
  }
1856
1984
 
1857
1985
  :host([disabled]) .indicator slot[name='indicator'] svg {
1858
- fill: ${Or};
1986
+ fill: ${Ar};
1859
1987
  }
1860
1988
 
1861
1989
  slot[name='listbox'] {
@@ -1876,15 +2004,15 @@ const Vh=ut`
1876
2004
  ::slotted(option) {
1877
2005
  flex: none;
1878
2006
  }
1879
- `,Lh=ut`
2007
+ `,Fh=ut`
1880
2008
  .error-icon {
1881
2009
  display: none;
1882
2010
  }
1883
2011
 
1884
2012
  :host(.invalid) .error-icon {
1885
2013
  display: inline-flex;
1886
- width: ${tr};
1887
- height: ${tr};
2014
+ width: ${er};
2015
+ height: ${er};
1888
2016
  flex: none;
1889
2017
  }
1890
2018
 
@@ -1894,11 +2022,11 @@ const Vh=ut`
1894
2022
 
1895
2023
  :host(.invalid) .error-text {
1896
2024
  display: block;
1897
- font: ${ua};
1898
- color: ${Bn};
2025
+ font: ${pa};
2026
+ color: ${Nn};
1899
2027
  width: 100%;
1900
2028
  position: absolute;
1901
- top: ${Yn};
2029
+ top: ${Gn};
1902
2030
  left: 0px;
1903
2031
  overflow: hidden;
1904
2032
  text-overflow: ellipsis;
@@ -1906,15 +2034,15 @@ const Vh=ut`
1906
2034
  }
1907
2035
 
1908
2036
  :host(.invalid[readonly]:not([disabled])) .error-text {
1909
- top: calc(${Yn} - ${Zn});
2037
+ top: calc(${Gn} - ${tr});
1910
2038
  }
1911
2039
 
1912
2040
  :host(.invalid) .error-text:empty {
1913
2041
  display: none;
1914
2042
  }
1915
- `,Th=ut`
1916
- ${Vh}
1917
- ${Lh}
2043
+ `,Bh=ut`
2044
+ ${Dh}
2045
+ ${Fh}
1918
2046
 
1919
2047
  :host {
1920
2048
  --ni-private-hover-bottom-border-width: 2px;
@@ -1924,7 +2052,7 @@ const Vh=ut`
1924
2052
  :host([disabled]) *,
1925
2053
  :host([disabled]) {
1926
2054
  user-select: none;
1927
- color: ${Or};
2055
+ color: ${Ar};
1928
2056
  }
1929
2057
 
1930
2058
  .control {
@@ -1932,19 +2060,19 @@ const Vh=ut`
1932
2060
  }
1933
2061
 
1934
2062
  .control:focus-within {
1935
- border-bottom-color: ${Un};
2063
+ border-bottom-color: ${Kn};
1936
2064
  }
1937
2065
 
1938
2066
  :host(.invalid) .control {
1939
- border-bottom: var(--ni-private-bottom-border-width) solid ${Bn};
2067
+ border-bottom: var(--ni-private-bottom-border-width) solid ${Nn};
1940
2068
  }
1941
2069
 
1942
2070
  :host([disabled]) .control {
1943
- border-color: rgba(${Fn}, 0.1);
2071
+ border-color: rgba(${Bn}, 0.1);
1944
2072
  }
1945
2073
 
1946
2074
  :host(.invalid[disabled]) .control {
1947
- border-color: ${Bn};
2075
+ border-color: ${Nn};
1948
2076
  }
1949
2077
 
1950
2078
  .selected-value {
@@ -1961,7 +2089,7 @@ const Vh=ut`
1961
2089
  .selected-value:hover,
1962
2090
  .selected-value:disabled,
1963
2091
  .selected-value:active,
1964
- .selected-value${gh} {
2092
+ .selected-value${mh} {
1965
2093
  outline: none;
1966
2094
  }
1967
2095
 
@@ -1972,38 +2100,38 @@ const Vh=ut`
1972
2100
  .end-slot-container {
1973
2101
  display: flex;
1974
2102
  align-items: baseline;
1975
- padding-right: ${Gn};
2103
+ padding-right: ${Qn};
1976
2104
  }
1977
2105
 
1978
2106
  .separator {
1979
2107
  display: inline;
1980
2108
  width: 2px;
1981
- border-right: 2px solid rgba(${Fn}, 0.15);
1982
- height: calc(${Yn} - 12px);
2109
+ border-right: 2px solid rgba(${Bn}, 0.15);
2110
+ height: calc(${Gn} - 12px);
1983
2111
  align-self: center;
1984
2112
  padding-left: 4px;
1985
2113
  }
1986
2114
 
1987
2115
  .dropdown-button {
1988
- ${Yn.cssCustomProperty}: 24px;
1989
- margin-left: ${Gn};
2116
+ ${Gn.cssCustomProperty}: 24px;
2117
+ margin-left: ${Qn};
1990
2118
  }
1991
2119
 
1992
2120
  :host([disabled]) .dropdown-icon {
1993
- fill: ${Or};
2121
+ fill: ${Ar};
1994
2122
  }
1995
2123
 
1996
2124
  :host(:empty) .listbox {
1997
2125
  display: none;
1998
2126
  }
1999
2127
  `
2000
- class Ph extends gi{constructor(){super(...arguments),this.focusOutHandler=()=>{this.open=!1}}setPositioning(){this.$fastController.isConnected&&super.setPositioning()}slottedOptionsChanged(t,e){const i=this.value
2128
+ class Nh extends mi{constructor(){super(...arguments),this.focusOutHandler=()=>{this.open=!1}}setPositioning(){this.$fastController.isConnected&&super.setPositioning()}slottedOptionsChanged(t,e){const i=this.value
2001
2129
  super.slottedOptionsChanged(t,e),i&&(this.value=i)}connectedCallback(){super.connectedCallback(),this.setPositioning(),this.updateInputAriaLabel(),this.addEventListener("focusout",this.focusOutHandler)}disconnectedCallback(){this.removeEventListener("focusout",this.focusOutHandler)}toggleButtonClickHandler(t){t.stopImmediatePropagation()}toggleButtonChangeHandler(t){this.open=this.dropdownButton.checked,t.stopImmediatePropagation()}toggleButtonKeyDownHandler(t){switch(t.key){case Ce:case xe:case Oe:case ke:return this.open=!0,this.stopPropagation(t),!1
2002
2130
  default:return!0}}filterOptions(){super.filterOptions()
2003
2131
  const t=this.filteredOptions.filter((t=>!t.disabled))
2004
2132
  this.filteredOptions=t}openChanged(){super.openChanged(),this.dropdownButton&&(this.dropdownButton.checked=this.open)}ariaLabelChanged(t,e){this.updateInputAriaLabel()}updateInputAriaLabel(){const t=this.shadowRoot?.querySelector(".selected-value")
2005
- this.ariaLabel?t?.setAttribute("aria-label",this.ariaLabel):t?.removeAttribute("aria-label")}}_n([v],Ph.prototype,"dropdownButton",void 0),_n([tt({attribute:"error-text"})],Ph.prototype,"errorText",void 0)
2006
- const Rh=Ph.compose({baseName:"combobox",baseClass:gi,template:(t,e)=>q`
2133
+ this.ariaLabel?t?.setAttribute("aria-label",this.ariaLabel):t?.removeAttribute("aria-label")}}zn([v],Nh.prototype,"dropdownButton",void 0),zn([tt({attribute:"error-text"})],Nh.prototype,"errorText",void 0)
2134
+ const jh=Nh.compose({baseName:"combobox",baseClass:mi,template:(t,e)=>q`
2007
2135
  <template
2008
2136
  aria-disabled="${t=>t.ariaDisabled}"
2009
2137
  autocomplete="${t=>t.autocomplete}"
@@ -2053,11 +2181,11 @@ const Rh=Ph.compose({baseName:"combobox",baseClass:gi,template:(t,e)=>q`
2053
2181
  ${vt("listbox")}
2054
2182
  >
2055
2183
  <slot
2056
- ${wt({filter:ni.slottedOptionFilter,flatten:!0,property:"slottedOptions"})}
2184
+ ${wt({filter:ri.slottedOptionFilter,flatten:!0,property:"slottedOptions"})}
2057
2185
  ></slot>
2058
2186
  </div>
2059
2187
  </template>
2060
- `,styles:Th,shadowOptions:{delegatesFocus:!0},end:q`
2188
+ `,styles:Bh,shadowOptions:{delegatesFocus:!0},end:q`
2061
2189
  <div class="end-slot-container">
2062
2190
  <nimble-icon-exclamation-mark
2063
2191
  class="error-icon fail"
@@ -2084,10 +2212,10 @@ const Rh=Ph.compose({baseName:"combobox",baseClass:gi,template:(t,e)=>q`
2084
2212
  </nimble-icon-arrow-expander-down>
2085
2213
  </nimble-toggle-button>
2086
2214
  </div>
2087
- ${Oh}
2215
+ ${Mh}
2088
2216
  `})
2089
- Fi.getOrCreate().withPrefix("nimble").register(Rh())
2090
- var Dh="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Fh={},Bh={},Nh={}
2217
+ Bi.getOrCreate().withPrefix("nimble").register(jh())
2218
+ var qh="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Uh={},Kh={},Wh={}
2091
2219
  !function(t){var e
2092
2220
  Object.defineProperty(t,"__esModule",{value:!0}),t.AnimationMode=void 0,function(t){t[t.animateTo=0]="animateTo",t[t.animateFrom=1]="animateFrom"}(e=t.AnimationMode||(t.AnimationMode={}))
2093
2221
  var i=function(){function t(t,e,i){var s=this
@@ -2116,104 +2244,104 @@ return t.forEach((function(t){t.forEach((function(t,i){var s=t.offset
2116
2244
  void 0===s&&(s=0===i?0:1,t.offset=s)
2117
2245
  var o=s.toString()
2118
2246
  e[o]=void 0===e[o]?t:Object.assign(e[o],t)}))})),this.sortOffsets(Object.keys(e)).map((function(t){return e[t]}))},Object.defineProperty(t.prototype,"keyframes",{get:function(){return this.consolidateKeyframes(this._keyframes.concat([this.getOptionKeyframes()]))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"keyframeEffect",{get:function(){return new KeyframeEffect(this.animationTarget,this.keyframes,this.effectTiming)},enumerable:!1,configurable:!0}),t.propertyMap={opacity:["opacity"],transform:["x","y","rotate","scale"],top:["top"],left:["left"],bottom:["bottom"],right:["right"]},t}()
2119
- t.default=i}(Nh)
2120
- var jh,qh=Dh&&Dh.__extends||(jh=function(t,e){return(jh=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null")
2121
- function i(){this.constructor=t}jh(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)})
2122
- Object.defineProperty(Bh,"__esModule",{value:!0})
2123
- var Uh=Nh,Kh=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this
2124
- return e.mode=Uh.AnimationMode.animateTo,e}return qh(e,t),e}(Uh.default)
2125
- Bh.default=Kh
2126
- var Wh={},Xh=Dh&&Dh.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(e,i)}
2247
+ t.default=i}(Wh)
2248
+ var Xh,Yh=qh&&qh.__extends||(Xh=function(t,e){return(Xh=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null")
2249
+ function i(){this.constructor=t}Xh(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)})
2250
+ Object.defineProperty(Kh,"__esModule",{value:!0})
2251
+ var Gh=Wh,Qh=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this
2252
+ return e.mode=Gh.AnimationMode.animateTo,e}return Yh(e,t),e}(Gh.default)
2253
+ Kh.default=Qh
2254
+ var Jh={},Zh=qh&&qh.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(e,i)}
2127
2255
  return function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null")
2128
2256
  function s(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}()
2129
- Object.defineProperty(Wh,"__esModule",{value:!0})
2130
- var Yh=Nh,Gh=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this
2131
- return e.mode=Yh.AnimationMode.animateFrom,e}return Xh(e,t),e}(Yh.default)
2132
- Wh.default=Gh
2133
- var Qh={},Jh={}
2134
- Object.defineProperty(Jh,"__esModule",{value:!0}),Jh.invokeFunctionForEach=void 0,Jh.invokeFunctionForEach=function(t,e){t.forEach((function(t){return t[e]()}))},Object.defineProperty(Qh,"__esModule",{value:!0})
2135
- var Zh=Jh,td=function(){function t(t){var e=this
2136
- this.pause=function(){(0,Zh.invokeFunctionForEach)(e.animations,"pause")},this.finish=function(){(0,Zh.invokeFunctionForEach)(e.animations,"finish")},this.cancel=function(){(0,Zh.invokeFunctionForEach)(e.animations,"cancel")},this.animations=t}return Object.defineProperty(t.prototype,"onFinish",{get:function(){return this._onFinish},set:function(t){var e=this
2257
+ Object.defineProperty(Jh,"__esModule",{value:!0})
2258
+ var td=Wh,ed=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this
2259
+ return e.mode=td.AnimationMode.animateFrom,e}return Zh(e,t),e}(td.default)
2260
+ Jh.default=ed
2261
+ var id={},sd={}
2262
+ Object.defineProperty(sd,"__esModule",{value:!0}),sd.invokeFunctionForEach=void 0,sd.invokeFunctionForEach=function(t,e){t.forEach((function(t){return t[e]()}))},Object.defineProperty(id,"__esModule",{value:!0})
2263
+ var od=sd,nd=function(){function t(t){var e=this
2264
+ this.pause=function(){(0,od.invokeFunctionForEach)(e.animations,"pause")},this.finish=function(){(0,od.invokeFunctionForEach)(e.animations,"finish")},this.cancel=function(){(0,od.invokeFunctionForEach)(e.animations,"cancel")},this.animations=t}return Object.defineProperty(t.prototype,"onFinish",{get:function(){return this._onFinish},set:function(t){var e=this
2137
2265
  this._onFinish=t
2138
2266
  var i=this.getLongestAnimation()
2139
2267
  if("function"==typeof i.onFinish){var s=i.onFinish
2140
- i.onFinish=function(){s(),e._onFinish()}}else i.onFinish=this._onFinish},enumerable:!1,configurable:!0}),t.prototype.play=function(){(0,Zh.invokeFunctionForEach)(this.animations,"play")},t.prototype.reverse=function(){(0,Zh.invokeFunctionForEach)(this.animations,"reverse")},t.prototype.getLongestAnimation=function(){var t=this
2268
+ i.onFinish=function(){s(),e._onFinish()}}else i.onFinish=this._onFinish},enumerable:!1,configurable:!0}),t.prototype.play=function(){(0,od.invokeFunctionForEach)(this.animations,"play")},t.prototype.reverse=function(){(0,od.invokeFunctionForEach)(this.animations,"reverse")},t.prototype.getLongestAnimation=function(){var t=this
2141
2269
  return this.animations.reduce((function(e,i){var s=t.getAnimationDuration(e.effectTiming)
2142
2270
  return t.getAnimationDuration(i.effectTiming)>=s?i:e}))},t.prototype.getAnimationDuration=function(t){var e=t.duration,i="string"==typeof e?parseFloat(e):e
2143
2271
  return(t.delay||0)+(i||0)},t}()
2144
- Qh.default=td
2145
- var ed={}
2146
- Object.defineProperty(ed,"__esModule",{value:!0})
2147
- var id=Jh,sd=function(){function t(t){var e=this
2148
- this.play=function(){e.applySequencedCallback(e.animations,"play")},this.reverse=function(){e.applySequencedCallback(e.animations.reverse(),"reverse")},this.pause=function(){(0,id.invokeFunctionForEach)(e.animations,"pause")},this.finish=function(){(0,id.invokeFunctionForEach)(e.animations,"finish")},this.cancel=function(){(0,id.invokeFunctionForEach)(e.animations,"cancel")},this.animations=t}return t.prototype.applySequencedCallback=function(t,e){var i=this,s=t.length
2272
+ id.default=nd
2273
+ var rd={}
2274
+ Object.defineProperty(rd,"__esModule",{value:!0})
2275
+ var ad=sd,ld=function(){function t(t){var e=this
2276
+ this.play=function(){e.applySequencedCallback(e.animations,"play")},this.reverse=function(){e.applySequencedCallback(e.animations.reverse(),"reverse")},this.pause=function(){(0,ad.invokeFunctionForEach)(e.animations,"pause")},this.finish=function(){(0,ad.invokeFunctionForEach)(e.animations,"finish")},this.cancel=function(){(0,ad.invokeFunctionForEach)(e.animations,"cancel")},this.animations=t}return t.prototype.applySequencedCallback=function(t,e){var i=this,s=t.length
2149
2277
  s<=0||(t.forEach((function(t,o){t.onFinish=o<s-1?i.animations[o+1][e]:i.onFinish||void 0})),t[0][e]())},t}()
2150
- ed.default=sd
2151
- var od={}
2278
+ rd.default=ld
2279
+ var cd={}
2152
2280
  !function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.fadeOut=t.fadeIn=t.applyFade=t.fadeEffectTiming=t.fadeOutKeyframes=t.fadeInKeyframes=void 0
2153
- var e=Bh
2281
+ var e=Kh
2154
2282
  function i(i,s,o){void 0===o&&(o={})
2155
2283
  var n=Object.assign({},t.fadeEffectTiming,o),r=new e.default(i,null,n)
2156
- return r.addKeyframes(s),r}t.fadeInKeyframes=[{opacity:"0.01"},{opacity:"1"}],t.fadeOutKeyframes=[{opacity:"1"},{opacity:"0"}],t.fadeEffectTiming={easing:"linear",duration:500},t.applyFade=i,t.fadeIn=function(e,s){return void 0===s&&(s={}),i(e,t.fadeInKeyframes,s)},t.fadeOut=function(e,s){return void 0===s&&(s={}),i(e,t.fadeOutKeyframes,s)}}(od)
2157
- var nd={},rd={}
2158
- Object.defineProperty(rd,"__esModule",{value:!0}),rd.navPane=rd.exponentialReversed=rd.fastInFortySevenPercent=rd.exponential=rd.fastInOut=rd.fastOut=rd.fastIn=rd.appToApp=rd.backToApp=rd.drillIn=rd.easeIn=rd.easeOutSmooth=rd.easeOut=rd.linear=void 0,rd.linear=[[0,0],[1,1]],rd.easeOut=[[0,0],[.58,1]],rd.easeOutSmooth=[[0,.35],[.15,1]],rd.easeIn=[[.25,.1],[.25,1]],rd.drillIn=[[.17,.17],[0,1]],rd.backToApp=[[.5,0],[.6,1]],rd.appToApp=[[.5,0],[1,.9]],rd.fastIn=[[.1,.9],[.2,1]],rd.fastOut=[[.9,.1],[1,.2]],rd.fastInOut=[[.8,0],[.2,1]],rd.exponential=[[.1,.25],[.75,.9]],rd.fastInFortySevenPercent=[[.11,.5],[.24,.96]],rd.exponentialReversed=[[.25,.1],[.9,.75]],rd.navPane=[[.1,.7],[.1,1]],Object.defineProperty(nd,"__esModule",{value:!0}),nd.cubicBezier=nd.formatCubicBezier=void 0
2159
- var ad=rd
2160
- function ld(t){if(!Array.isArray(t)||!Array.isArray(t[0])||!Array.isArray(t[1]))return""
2284
+ return r.addKeyframes(s),r}t.fadeInKeyframes=[{opacity:"0.01"},{opacity:"1"}],t.fadeOutKeyframes=[{opacity:"1"},{opacity:"0"}],t.fadeEffectTiming={easing:"linear",duration:500},t.applyFade=i,t.fadeIn=function(e,s){return void 0===s&&(s={}),i(e,t.fadeInKeyframes,s)},t.fadeOut=function(e,s){return void 0===s&&(s={}),i(e,t.fadeOutKeyframes,s)}}(cd)
2285
+ var hd={},dd={}
2286
+ Object.defineProperty(dd,"__esModule",{value:!0}),dd.navPane=dd.exponentialReversed=dd.fastInFortySevenPercent=dd.exponential=dd.fastInOut=dd.fastOut=dd.fastIn=dd.appToApp=dd.backToApp=dd.drillIn=dd.easeIn=dd.easeOutSmooth=dd.easeOut=dd.linear=void 0,dd.linear=[[0,0],[1,1]],dd.easeOut=[[0,0],[.58,1]],dd.easeOutSmooth=[[0,.35],[.15,1]],dd.easeIn=[[.25,.1],[.25,1]],dd.drillIn=[[.17,.17],[0,1]],dd.backToApp=[[.5,0],[.6,1]],dd.appToApp=[[.5,0],[1,.9]],dd.fastIn=[[.1,.9],[.2,1]],dd.fastOut=[[.9,.1],[1,.2]],dd.fastInOut=[[.8,0],[.2,1]],dd.exponential=[[.1,.25],[.75,.9]],dd.fastInFortySevenPercent=[[.11,.5],[.24,.96]],dd.exponentialReversed=[[.25,.1],[.9,.75]],dd.navPane=[[.1,.7],[.1,1]],Object.defineProperty(hd,"__esModule",{value:!0}),hd.cubicBezier=hd.formatCubicBezier=void 0
2287
+ var ud=dd
2288
+ function pd(t){if(!Array.isArray(t)||!Array.isArray(t[0])||!Array.isArray(t[1]))return""
2161
2289
  var e=t[0],i=t[1]
2162
- return"cubic-bezier(".concat(e[0],", ").concat(e[1],", ").concat(i[0],", ").concat(i[1],")")}nd.formatCubicBezier=ld,nd.cubicBezier=function(t){return t in ad?ld(ad[t]):""}
2163
- var cd={},hd={}
2164
- Object.defineProperty(hd,"__esModule",{value:!0}),hd.default=function(t){var e=t.getBoundingClientRect()
2290
+ return"cubic-bezier(".concat(e[0],", ").concat(e[1],", ").concat(i[0],", ").concat(i[1],")")}hd.formatCubicBezier=pd,hd.cubicBezier=function(t){return t in ud?pd(ud[t]):""}
2291
+ var vd={},gd={}
2292
+ Object.defineProperty(gd,"__esModule",{value:!0}),gd.default=function(t){var e=t.getBoundingClientRect()
2165
2293
  return e.bottom>=0&&e.right>=0&&e.top<=window.innerHeight&&e.left<=window.innerWidth}
2166
- var dd={},ud={}
2167
- Object.defineProperty(ud,"__esModule",{value:!0}),ud.default=function(){return"undefined"==typeof window?NaN:void 0!==window.scrollY?window.scrollY:window.pageYOffset},Object.defineProperty(dd,"__esModule",{value:!0})
2168
- var pd=hd,vd=ud,gd=function(){function t(){var t=this
2169
- this.subscriptions=[],this.scrollDistance=0,this.requestFrame=function(){t.requestedFrame&&cancelAnimationFrame(t.requestedFrame),t.requestedFrame=requestAnimationFrame(t.update)},this.lastScrollY=(0,vd.default)(),this.update=this.update.bind(this)}return t.prototype.subscribe=function(t,e){t instanceof HTMLElement&&"function"==typeof e&&!this.isSubscribed(t,e)&&(0===this.subscriptions.length&&window.addEventListener("scroll",this.requestFrame),this.subscriptions.push({element:t,callback:e,inView:(0,pd.default)(t)}))},t.prototype.unsubscribe=function(t,e){this.subscriptions=this.subscriptions.filter((function(i){return!(t===i.element&&e===i.callback)})),0===this.subscriptions.length&&window.removeEventListener("scroll",this.requestFrame)},t.prototype.update=function(){var t=(0,vd.default)()
2294
+ var md={},fd={}
2295
+ Object.defineProperty(fd,"__esModule",{value:!0}),fd.default=function(){return"undefined"==typeof window?NaN:void 0!==window.scrollY?window.scrollY:window.pageYOffset},Object.defineProperty(md,"__esModule",{value:!0})
2296
+ var bd=gd,wd=fd,xd=function(){function t(){var t=this
2297
+ this.subscriptions=[],this.scrollDistance=0,this.requestFrame=function(){t.requestedFrame&&cancelAnimationFrame(t.requestedFrame),t.requestedFrame=requestAnimationFrame(t.update)},this.lastScrollY=(0,wd.default)(),this.update=this.update.bind(this)}return t.prototype.subscribe=function(t,e){t instanceof HTMLElement&&"function"==typeof e&&!this.isSubscribed(t,e)&&(0===this.subscriptions.length&&window.addEventListener("scroll",this.requestFrame),this.subscriptions.push({element:t,callback:e,inView:(0,bd.default)(t)}))},t.prototype.unsubscribe=function(t,e){this.subscriptions=this.subscriptions.filter((function(i){return!(t===i.element&&e===i.callback)})),0===this.subscriptions.length&&window.removeEventListener("scroll",this.requestFrame)},t.prototype.update=function(){var t=(0,wd.default)()
2170
2298
  this.scrollDistance=t-this.lastScrollY,this.lastScrollY=t},t.prototype.isSubscribed=function(t,e){return!!this.subscriptions.filter((function(i){return t===i.element&&e===i.callback})).length},t}()
2171
- dd.default=gd
2172
- var md=Dh&&Dh.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(e,i)}
2299
+ md.default=xd
2300
+ var yd=qh&&qh.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(e,i)}
2173
2301
  return function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null")
2174
2302
  function s(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}()
2175
- Object.defineProperty(cd,"__esModule",{value:!0})
2176
- var fd=hd,bd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return md(e,t),e.prototype.update=function(){var e=this
2177
- t.prototype.update.call(this),this.subscriptions.forEach((function(t){var i=(0,fd.default)(t.element)
2178
- i&&t.callback(e.scrollDistance),i!==t.inView&&(t.inView=i)}))},e}(dd.default)
2179
- cd.default=bd
2180
- var wd={},xd=Dh&&Dh.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(e,i)}
2303
+ Object.defineProperty(vd,"__esModule",{value:!0})
2304
+ var $d=gd,Cd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return yd(e,t),e.prototype.update=function(){var e=this
2305
+ t.prototype.update.call(this),this.subscriptions.forEach((function(t){var i=(0,$d.default)(t.element)
2306
+ i&&t.callback(e.scrollDistance),i!==t.inView&&(t.inView=i)}))},e}(md.default)
2307
+ vd.default=Cd
2308
+ var kd={},_d=qh&&qh.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(e,i)}
2181
2309
  return function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null")
2182
2310
  function s(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}()
2183
- Object.defineProperty(wd,"__esModule",{value:!0})
2184
- var yd=hd,$d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return xd(e,t),e.prototype.update=function(){var e=this
2185
- t.prototype.update.call(this),this.subscriptions.forEach((function(t,i){var s=(0,yd.default)(t.element)
2186
- s&&!t.inView&&t.callback(e.scrollDistance),s!==t.inView&&(t.inView=s)}))},e}(dd.default)
2187
- wd.default=$d
2188
- var Cd={},kd=Dh&&Dh.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(e,i)}
2311
+ Object.defineProperty(kd,"__esModule",{value:!0})
2312
+ var zd=gd,Id=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return _d(e,t),e.prototype.update=function(){var e=this
2313
+ t.prototype.update.call(this),this.subscriptions.forEach((function(t,i){var s=(0,zd.default)(t.element)
2314
+ s&&!t.inView&&t.callback(e.scrollDistance),s!==t.inView&&(t.inView=s)}))},e}(md.default)
2315
+ kd.default=Id
2316
+ var Od={},Ad=qh&&qh.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(e,i)}
2189
2317
  return function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null")
2190
2318
  function s(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}()
2191
- Object.defineProperty(Cd,"__esModule",{value:!0})
2192
- var _d=hd,zd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return kd(e,t),e.prototype.update=function(){var e=this
2193
- t.prototype.update.call(this),this.subscriptions.forEach((function(t,i){var s=(0,_d.default)(t.element)
2194
- !s&&t.inView&&t.callback(e.scrollDistance),s!==t.inView&&(t.inView=s)}))},e}(dd.default)
2195
- Cd.default=zd,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ViewExitTrigger=t.ViewEnterTrigger=t.ScrollTrigger=t.fadeOut=t.fadeIn=t.cubicBezier=t.AnimateTo=t.AnimateSequence=t.AnimateGroup=t.AnimateFrom=t.Animate=void 0
2196
- var e=Bh
2319
+ Object.defineProperty(Od,"__esModule",{value:!0})
2320
+ var Sd=gd,Ed=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Ad(e,t),e.prototype.update=function(){var e=this
2321
+ t.prototype.update.call(this),this.subscriptions.forEach((function(t,i){var s=(0,Sd.default)(t.element)
2322
+ !s&&t.inView&&t.callback(e.scrollDistance),s!==t.inView&&(t.inView=s)}))},e}(md.default)
2323
+ Od.default=Ed,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ViewExitTrigger=t.ViewEnterTrigger=t.ScrollTrigger=t.fadeOut=t.fadeIn=t.cubicBezier=t.AnimateTo=t.AnimateSequence=t.AnimateGroup=t.AnimateFrom=t.Animate=void 0
2324
+ var e=Kh
2197
2325
  t.AnimateTo=e.default
2198
- var i=Wh
2326
+ var i=Jh
2199
2327
  t.AnimateFrom=i.default
2200
- var s=Qh
2328
+ var s=id
2201
2329
  t.AnimateGroup=s.default
2202
- var o=ed
2330
+ var o=rd
2203
2331
  t.AnimateSequence=o.default
2204
- var n=Nh
2332
+ var n=Wh
2205
2333
  t.Animate=n.default
2206
- var r=od
2334
+ var r=cd
2207
2335
  Object.defineProperty(t,"fadeIn",{enumerable:!0,get:function(){return r.fadeIn}}),Object.defineProperty(t,"fadeOut",{enumerable:!0,get:function(){return r.fadeOut}})
2208
- var a=nd
2336
+ var a=hd
2209
2337
  Object.defineProperty(t,"cubicBezier",{enumerable:!0,get:function(){return a.cubicBezier}})
2210
- var l=cd
2338
+ var l=vd
2211
2339
  t.ScrollTrigger=l.default
2212
- var c=wd
2340
+ var c=kd
2213
2341
  t.ViewEnterTrigger=c.default
2214
- var h=Cd
2215
- t.ViewExitTrigger=h.default}(Fh)
2216
- const Id=window.matchMedia("(prefers-reduced-motion: reduce)"),Od={slideLeftKeyframes:[{transform:"translateX(-100%)",visibility:"hidden",offset:0},{transform:"translateX(-100%)",visibility:"visible",offset:.01},{transform:"translateX(0%)",visibility:"visible",offset:1}],slideRightKeyframes:[{transform:"translateX(100%)",visibility:"hidden",offset:0},{transform:"translateX(100%)",visibility:"visible",offset:.01},{transform:"translateX(0%)",visibility:"visible",offset:1}],fadeOverlayKeyframes:[{opacity:0},{opacity:1}],slideInOptions:{duration:1,easing:"ease-out"},slideOutOptions:{duration:1,easing:"ease-in",direction:"reverse"}},Sd=ut`
2342
+ var h=Od
2343
+ t.ViewExitTrigger=h.default}(Uh)
2344
+ const Hd=window.matchMedia("(prefers-reduced-motion: reduce)"),Md={slideLeftKeyframes:[{transform:"translateX(-100%)",visibility:"hidden",offset:0},{transform:"translateX(-100%)",visibility:"visible",offset:.01},{transform:"translateX(0%)",visibility:"visible",offset:1}],slideRightKeyframes:[{transform:"translateX(100%)",visibility:"hidden",offset:0},{transform:"translateX(100%)",visibility:"visible",offset:.01},{transform:"translateX(0%)",visibility:"visible",offset:1}],fadeOverlayKeyframes:[{opacity:0},{opacity:1}],slideInOptions:{duration:1,easing:"ease-out"},slideOutOptions:{duration:1,easing:"ease-in",direction:"reverse"}},Vd=ut`
2217
2345
  ${Zs("block")}
2218
2346
 
2219
2347
  :host {
@@ -2223,8 +2351,8 @@ const Id=window.matchMedia("(prefers-reduced-motion: reduce)"),Od={slideLeftKeyf
2223
2351
  width: fit-content;
2224
2352
  height: 100%;
2225
2353
  outline: none;
2226
- font: ${zr};
2227
- color: ${Ir};
2354
+ font: ${Ir};
2355
+ color: ${Or};
2228
2356
  }
2229
2357
 
2230
2358
  :host([modal]) {
@@ -2260,7 +2388,7 @@ const Id=window.matchMedia("(prefers-reduced-motion: reduce)"),Od={slideLeftKeyf
2260
2388
  .overlay {
2261
2389
  position: fixed;
2262
2390
  inset: 0px;
2263
- background: ${Xn};
2391
+ background: ${Yn};
2264
2392
  touch-action: none;
2265
2393
  }
2266
2394
 
@@ -2273,9 +2401,9 @@ const Id=window.matchMedia("(prefers-reduced-motion: reduce)"),Od={slideLeftKeyf
2273
2401
  box-sizing: border-box;
2274
2402
  border-radius: 0px;
2275
2403
  border-width: 0px;
2276
- width: ${er};
2404
+ width: ${ir};
2277
2405
  height: 100%;
2278
- background-color: ${Vn};
2406
+ background-color: ${Ln};
2279
2407
  }
2280
2408
 
2281
2409
  :host([modal]) .control {
@@ -2289,59 +2417,59 @@ const Id=window.matchMedia("(prefers-reduced-motion: reduce)"),Od={slideLeftKeyf
2289
2417
 
2290
2418
  :host([location='left']) .control {
2291
2419
  left: 0px;
2292
- border-right: ${Zn} solid ${Wn};
2420
+ border-right: ${tr} solid ${Xn};
2293
2421
  }
2294
2422
 
2295
2423
  :host([location='right']) .control {
2296
2424
  right: 0px;
2297
- border-left: ${Zn} solid ${Wn};
2425
+ border-left: ${tr} solid ${Xn};
2298
2426
  }
2299
2427
 
2300
2428
  ${""}
2301
2429
 
2302
2430
  ::slotted(header) {
2303
- padding: ${Qn};
2431
+ padding: ${Jn};
2304
2432
  flex: none;
2305
- font: ${ir};
2433
+ font: ${sr};
2306
2434
  }
2307
2435
 
2308
2436
  ::slotted(section) {
2309
- padding: ${Qn};
2437
+ padding: ${Jn};
2310
2438
  flex: auto;
2311
2439
  overflow-y: auto;
2312
2440
  }
2313
2441
 
2314
2442
  ::slotted(footer) {
2315
- padding: ${Qn};
2443
+ padding: ${Jn};
2316
2444
  flex: none;
2317
2445
  display: flex;
2318
2446
  justify-content: flex-end;
2319
- border-top: ${Zn} solid ${Xn};
2447
+ border-top: ${tr} solid ${Yn};
2320
2448
  }
2321
- `,Ad="left",Ed="right",Hd="opening",Md="opened",Vd="closing",Ld="closed"
2322
- class Td extends Zi{constructor(){super(...arguments),this.location=Ad,this.state=Ld,this.preventDismiss=!1,this.propertiesToWatch=["hidden","location","state"],this.animationDurationMilliseconds=.001}connectedCallback(){this.trapFocus=!1,super.connectedCallback(),this.updateAnimationDuration(),this.animationsEnabledChangedHandler=()=>this.updateAnimationDuration(),Id.addEventListener("change",this.animationsEnabledChangedHandler),this.onStateChanged()
2449
+ `,Ld="left",Td="right",Pd="opening",Rd="opened",Dd="closing",Fd="closed"
2450
+ class Bd extends ts{constructor(){super(...arguments),this.location=Ld,this.state=Fd,this.preventDismiss=!1,this.propertiesToWatch=["hidden","location","state"],this.animationDurationMilliseconds=.001}connectedCallback(){this.trapFocus=!1,super.connectedCallback(),this.updateAnimationDuration(),this.animationsEnabledChangedHandler=()=>this.updateAnimationDuration(),Hd.addEventListener("change",this.animationsEnabledChangedHandler),this.onStateChanged()
2323
2451
  const t=p.getNotifier(this),e={handleChange:(t,e)=>this.onPropertyChange(e)}
2324
- this.propertiesToWatch.forEach((i=>t.subscribe(e,i))),this.propertyChangeSubscriber=e,this.propertyChangeNotifier=t}disconnectedCallback(){super.disconnectedCallback(),this.cancelCurrentAnimation(),this.propertyChangeNotifier&&this.propertyChangeSubscriber&&(this.propertiesToWatch.forEach((t=>this.propertyChangeNotifier.unsubscribe(this.propertyChangeSubscriber,t))),this.propertyChangeNotifier=void 0,this.propertyChangeSubscriber=void 0),this.animationsEnabledChangedHandler&&(Id.removeEventListener("change",this.animationsEnabledChangedHandler),this.animationsEnabledChangedHandler=void 0)}show(){this.state=Hd}hide(){this.state=Vd}dismiss(){this.$emit("cancel",{},{bubbles:!1,cancelable:!0,composed:!1})&&!this.preventDismiss&&(this.$emit("dismiss"),this.hide())}onPropertyChange(t){switch(t){case"hidden":this.onHiddenChanged()
2452
+ this.propertiesToWatch.forEach((i=>t.subscribe(e,i))),this.propertyChangeSubscriber=e,this.propertyChangeNotifier=t}disconnectedCallback(){super.disconnectedCallback(),this.cancelCurrentAnimation(),this.propertyChangeNotifier&&this.propertyChangeSubscriber&&(this.propertiesToWatch.forEach((t=>this.propertyChangeNotifier.unsubscribe(this.propertyChangeSubscriber,t))),this.propertyChangeNotifier=void 0,this.propertyChangeSubscriber=void 0),this.animationsEnabledChangedHandler&&(Hd.removeEventListener("change",this.animationsEnabledChangedHandler),this.animationsEnabledChangedHandler=void 0)}show(){this.state=Pd}hide(){this.state=Dd}dismiss(){this.$emit("cancel",{},{bubbles:!1,cancelable:!0,composed:!1})&&!this.preventDismiss&&(this.$emit("dismiss"),this.hide())}onPropertyChange(t){switch(t){case"hidden":this.onHiddenChanged()
2325
2453
  break
2326
2454
  case"location":this.onLocationChanged()
2327
2455
  break
2328
- case"state":this.onStateChanged()}}onHiddenChanged(){this.hidden&&this.state!==Ld?this.state=Ld:this.hidden||this.state!==Ld||(this.state=Md)}onLocationChanged(){this.cancelCurrentAnimation()}onStateChanged(){if(this.isConnected){switch(this.cancelCurrentAnimation(),this.state){case Hd:this.animateOpening(),this.hidden=!1
2456
+ case"state":this.onStateChanged()}}onHiddenChanged(){this.hidden&&this.state!==Fd?this.state=Fd:this.hidden||this.state!==Fd||(this.state=Rd)}onLocationChanged(){this.cancelCurrentAnimation()}onStateChanged(){if(this.isConnected){switch(this.cancelCurrentAnimation(),this.state){case Pd:this.animateOpening(),this.hidden=!1
2329
2457
  break
2330
- case Md:this.hidden=!1
2458
+ case Rd:this.hidden=!1
2331
2459
  break
2332
- case Vd:this.hidden=!1,this.animateClosing()
2460
+ case Dd:this.hidden=!1,this.animateClosing()
2333
2461
  break
2334
- case Ld:this.hidden=!0
2462
+ case Fd:this.hidden=!0
2335
2463
  break
2336
- default:throw new Error("Unsupported state value. Expected: opening/opened/closing/closed")}this.$emit("state-change")}}updateAnimationDuration(){if(Id.matches)this.animationDurationMilliseconds=.001
2337
- else{const t=$a.getValueFor(this),e=parseFloat(t)
2338
- this.animationDurationMilliseconds=1e3*e}}animateOpening(){this.animateOpenClose(!0)}animateClosing(){this.hidden?this.state=Ld:this.animateOpenClose(!1)}animateOpenClose(t){const e={...t?Od.slideInOptions:Od.slideOutOptions,duration:this.animationDurationMilliseconds},i=this.location===Ed?Od.slideRightKeyframes:Od.slideLeftKeyframes,s=new Fh.AnimateTo(this.dialog,void 0,e)
2464
+ default:throw new Error("Unsupported state value. Expected: opening/opened/closing/closed")}this.$emit("state-change")}}updateAnimationDuration(){if(Hd.matches)this.animationDurationMilliseconds=.001
2465
+ else{const t=Ca.getValueFor(this),e=parseFloat(t)
2466
+ this.animationDurationMilliseconds=1e3*e}}animateOpening(){this.animateOpenClose(!0)}animateClosing(){this.hidden?this.state=Fd:this.animateOpenClose(!1)}animateOpenClose(t){const e={...t?Md.slideInOptions:Md.slideOutOptions,duration:this.animationDurationMilliseconds},i=this.location===Td?Md.slideRightKeyframes:Md.slideLeftKeyframes,s=new Uh.AnimateTo(this.dialog,void 0,e)
2339
2467
  s.addKeyframes(i)
2340
2468
  const o=[s],n=this.shadowRoot?.querySelector(".overlay")
2341
- if(n){const t=new Fh.AnimateTo(n,void 0,e)
2342
- t.addKeyframes(Od.fadeOverlayKeyframes),o.push(t)}const r=new Fh.AnimateGroup(o)
2343
- r.onFinish=()=>{this.state=t?Md:Ld},this.animationGroup=r,r.play()}cancelCurrentAnimation(){this.animationGroup?.cancel()}}_n([tt],Td.prototype,"location",void 0),_n([tt],Td.prototype,"state",void 0),_n([tt({attribute:"prevent-dismiss",mode:"boolean"})],Td.prototype,"preventDismiss",void 0)
2344
- const Pd=Td.compose({baseName:"drawer",template:(t,e)=>q`
2469
+ if(n){const t=new Uh.AnimateTo(n,void 0,e)
2470
+ t.addKeyframes(Md.fadeOverlayKeyframes),o.push(t)}const r=new Uh.AnimateGroup(o)
2471
+ r.onFinish=()=>{this.state=t?Rd:Fd},this.animationGroup=r,r.play()}cancelCurrentAnimation(){this.animationGroup?.cancel()}}zn([tt],Bd.prototype,"location",void 0),zn([tt],Bd.prototype,"state",void 0),zn([tt({attribute:"prevent-dismiss",mode:"boolean"})],Bd.prototype,"preventDismiss",void 0)
2472
+ const Nd=Bd.compose({baseName:"drawer",template:(t,e)=>q`
2345
2473
  <div class="positioning-region" part="positioning-region">
2346
2474
  ${gt((t=>t.modal),q`
2347
2475
  <div
@@ -2365,156 +2493,156 @@ const Pd=Td.compose({baseName:"drawer",template:(t,e)=>q`
2365
2493
  <slot></slot>
2366
2494
  </div>
2367
2495
  </div>
2368
- `,styles:Sd})
2369
- Fi.getOrCreate().withPrefix("nimble").register(Pd())
2370
- Hh("icon-add",class extends Eh{constructor(){super(La)}})
2371
- Hh("icon-arrow-down-right-and-arrow-up-left",class extends Eh{constructor(){super(Ta)}})
2372
- Hh("icon-arrow-expander-left",class extends Eh{constructor(){super(Ra)}})
2373
- Hh("icon-arrow-expander-right",class extends Eh{constructor(){super(Da)}})
2374
- Hh("icon-arrow-expander-up",class extends Eh{constructor(){super(Fa)}})
2375
- Hh("icon-arrow-left-from-line",class extends Eh{constructor(){super(Ba)}})
2376
- Hh("icon-arrow-partial-rotate-left",class extends Eh{constructor(){super(Na)}})
2377
- Hh("icon-arrow-right-to-line",class extends Eh{constructor(){super(ja)}})
2378
- Hh("icon-arrow-rotate-right",class extends Eh{constructor(){super(qa)}})
2379
- Hh("icon-arrow-u-rotate-left",class extends Eh{constructor(){super(Ua)}})
2380
- Hh("icon-arrow-up-left-and-arrow-down-right",class extends Eh{constructor(){super(Ka)}})
2381
- Hh("icon-arrows-maximize",class extends Eh{constructor(){super(Wa)}})
2382
- Hh("icon-arrows-repeat",class extends Eh{constructor(){super(Xa)}})
2383
- Hh("icon-bars",class extends Eh{constructor(){super(Ya)}})
2384
- Hh("icon-bell",class extends Eh{constructor(){super(Ga)}})
2385
- Hh("icon-bell-and-comment",class extends Eh{constructor(){super(Qa)}})
2386
- Hh("icon-bell-circle",class extends Eh{constructor(){super(Ja)}})
2387
- Hh("icon-bell-solid-circle",class extends Eh{constructor(){super(Za)}})
2388
- Hh("icon-block-with-ribbon",class extends Eh{constructor(){super(tl)}})
2389
- Hh("icon-calendar",class extends Eh{constructor(){super(el)}})
2390
- Hh("icon-chart-diagram",class extends Eh{constructor(){super(il)}})
2391
- Hh("icon-chart-diagram-child-focus",class extends Eh{constructor(){super(sl)}})
2392
- Hh("icon-chart-diagram-parent-focus",class extends Eh{constructor(){super(ol)}})
2393
- Hh("icon-chart-diagram-parent-focus-two-child",class extends Eh{constructor(){super(nl)}})
2394
- Hh("icon-check",class extends Eh{constructor(){super(rl)}})
2395
- Hh("icon-check-dot",class extends Eh{constructor(){super(al)}})
2396
- Hh("icon-circle",class extends Eh{constructor(){super(ll)}})
2397
- Hh("icon-circle-broken",class extends Eh{constructor(){super(cl)}})
2398
- Hh("icon-circle-check",class extends Eh{constructor(){super(hl)}})
2399
- Hh("icon-circle-partial-broken",class extends Eh{constructor(){super(dl)}})
2400
- Hh("icon-circle-slash",class extends Eh{constructor(){super(ul)}})
2401
- Hh("icon-circle-x",class extends Eh{constructor(){super(pl)}})
2402
- Hh("icon-clipboard",class extends Eh{constructor(){super(vl)}})
2403
- Hh("icon-clock",class extends Eh{constructor(){super(gl)}})
2404
- Hh("icon-clock-cog",class extends Eh{constructor(){super(ml)}})
2405
- Hh("icon-clock-triangle",class extends Eh{constructor(){super(fl)}})
2406
- Hh("icon-clone",class extends Eh{constructor(){super(bl)}})
2407
- Hh("icon-cloud-upload",class extends Eh{constructor(){super(wl)}})
2408
- Hh("icon-cloud-with-arrow",class extends Eh{constructor(){super(xl)}})
2409
- Hh("icon-cog",class extends Eh{constructor(){super(yl)}})
2410
- Hh("icon-cog-database",class extends Eh{constructor(){super($l)}})
2411
- Hh("icon-cog-database-inset",class extends Eh{constructor(){super(Cl)}})
2412
- Hh("icon-cog-small-cog",class extends Eh{constructor(){super(kl)}})
2413
- Hh("icon-cog-zoomed",class extends Eh{constructor(){super(_l)}})
2414
- Hh("icon-comment",class extends Eh{constructor(){super(zl)}})
2415
- Hh("icon-computer-and-monitor",class extends Eh{constructor(){super(Il)}})
2416
- Hh("icon-copy",class extends Eh{constructor(){super(Ol)}})
2417
- Hh("icon-copy-text",class extends Eh{constructor(){super(Sl)}})
2418
- Hh("icon-dashboard-builder",class extends Eh{constructor(){super(Al)}})
2419
- Hh("icon-dashboard-builder-legend",class extends Eh{constructor(){super(El)}})
2420
- Hh("icon-dashboard-builder-templates",class extends Eh{constructor(){super(Hl)}})
2421
- Hh("icon-dashboard-builder-tile",class extends Eh{constructor(){super(Ml)}})
2422
- Hh("icon-database",class extends Eh{constructor(){super(Vl)}})
2423
- Hh("icon-database-check",class extends Eh{constructor(){super(Ll)}})
2424
- Hh("icon-desktop",class extends Eh{constructor(){super(Tl)}})
2425
- Hh("icon-donut-chart",class extends Eh{constructor(){super(Pl)}})
2426
- Hh("icon-dot-solid-dot-stroke",class extends Eh{constructor(){super(Rl)}})
2427
- Hh("icon-download",class extends Eh{constructor(){super(Dl)}})
2428
- Hh("icon-electronic-chip-zoomed",class extends Eh{constructor(){super(Fl)}})
2429
- Hh("icon-eye",class extends Eh{constructor(){super(Nl)}})
2430
- Hh("icon-fancy-a",class extends Eh{constructor(){super(jl)}})
2431
- Hh("icon-file",class extends Eh{constructor(){super(ql)}})
2432
- Hh("icon-file-drawer",class extends Eh{constructor(){super(Ul)}})
2433
- Hh("icon-file-search",class extends Eh{constructor(){super(Kl)}})
2434
- Hh("icon-filter",class extends Eh{constructor(){super(Wl)}})
2435
- Hh("icon-floppy-disk-checkmark",class extends Eh{constructor(){super(Xl)}})
2436
- Hh("icon-floppy-disk-star-arrow-right",class extends Eh{constructor(){super(Yl)}})
2437
- Hh("icon-floppy-disk-three-dots",class extends Eh{constructor(){super(Gl)}})
2438
- Hh("icon-folder",class extends Eh{constructor(){super(Ql)}})
2439
- Hh("icon-folder-open",class extends Eh{constructor(){super(Jl)}})
2440
- Hh("icon-forward-slash",class extends Eh{constructor(){super(Zl)}})
2441
- Hh("icon-four-dots-square",class extends Eh{constructor(){super(tc)}})
2442
- Hh("icon-function",class extends Eh{constructor(){super(ec)}})
2443
- Hh("icon-gauge-simple",class extends Eh{constructor(){super(ic)}})
2444
- Hh("icon-grid-three-by-three",class extends Eh{constructor(){super(sc)}})
2445
- Hh("icon-grid-two-by-two",class extends Eh{constructor(){super(oc)}})
2446
- Hh("icon-hammer",class extends Eh{constructor(){super(nc)}})
2447
- Hh("icon-hashtag",class extends Eh{constructor(){super(rc)}})
2448
- Hh("icon-home",class extends Eh{constructor(){super(ac)}})
2449
- Hh("icon-hourglass",class extends Eh{constructor(){super(lc)}})
2450
- Hh("icon-indeterminant-checkbox",class extends Eh{constructor(){super(cc)}})
2451
- class Rd extends Eh{constructor(){super(hc)}}Hh("icon-info",Rd)
2452
- Hh("icon-info-circle",class extends Eh{constructor(){super(dc)}})
2453
- Hh("icon-key",class extends Eh{constructor(){super(uc)}})
2454
- Hh("icon-laptop",class extends Eh{constructor(){super(pc)}})
2455
- Hh("icon-layer-group",class extends Eh{constructor(){super(vc)}})
2456
- Hh("icon-lightning-bolt",class extends Eh{constructor(){super(gc)}})
2457
- Hh("icon-link",class extends Eh{constructor(){super(mc)}})
2458
- Hh("icon-link-cancel",class extends Eh{constructor(){super(fc)}})
2459
- Hh("icon-list",class extends Eh{constructor(){super(bc)}})
2460
- Hh("icon-list-tree",class extends Eh{constructor(){super(wc)}})
2461
- Hh("icon-list-tree-database",class extends Eh{constructor(){super(xc)}})
2462
- Hh("icon-lock",class extends Eh{constructor(){super(yc)}})
2463
- Hh("icon-magnifying-glass",class extends Eh{constructor(){super($c)}})
2464
- Hh("icon-markdown",class extends Eh{constructor(){super(Cc)}})
2465
- Hh("icon-minus",class extends Eh{constructor(){super(kc)}})
2466
- Hh("icon-minus-wide",class extends Eh{constructor(){super(_c)}})
2467
- Hh("icon-mobile",class extends Eh{constructor(){super(zc)}})
2468
- Hh("icon-notebook",class extends Eh{constructor(){super(Ic)}})
2469
- Hh("icon-paste",class extends Eh{constructor(){super(Oc)}})
2470
- Hh("icon-pencil",class extends Eh{constructor(){super(Sc)}})
2471
- Hh("icon-pot-with-lid",class extends Eh{constructor(){super(Ac)}})
2472
- Hh("icon-question",class extends Eh{constructor(){super(Ec)}})
2473
- Hh("icon-running-arrow",class extends Eh{constructor(){super(Hc)}})
2474
- Hh("icon-server",class extends Eh{constructor(){super(Mc)}})
2475
- Hh("icon-share-square",class extends Eh{constructor(){super(Vc)}})
2476
- Hh("icon-shield-check",class extends Eh{constructor(){super(Lc)}})
2477
- Hh("icon-shield-xmark",class extends Eh{constructor(){super(Tc)}})
2478
- Hh("icon-signal-bars",class extends Eh{constructor(){super(Pc)}})
2479
- Hh("icon-sine-graph",class extends Eh{constructor(){super(Rc)}})
2480
- Hh("icon-skip-arrow",class extends Eh{constructor(){super(Dc)}})
2481
- Hh("icon-spinner",class extends Eh{constructor(){super(Fc)}})
2482
- Hh("icon-square-check",class extends Eh{constructor(){super(Bc)}})
2483
- Hh("icon-square-t",class extends Eh{constructor(){super(Nc)}})
2484
- Hh("icon-t",class extends Eh{constructor(){super(jc)}})
2485
- Hh("icon-tablet",class extends Eh{constructor(){super(qc)}})
2486
- Hh("icon-tag",class extends Eh{constructor(){super(Uc)}})
2487
- Hh("icon-tags",class extends Eh{constructor(){super(Kc)}})
2488
- Hh("icon-target-crosshairs",class extends Eh{constructor(){super(Wc)}})
2489
- Hh("icon-target-crosshairs-progress",class extends Eh{constructor(){super(Xc)}})
2490
- Hh("icon-three-dots-line",class extends Eh{constructor(){super(Yc)}})
2491
- Hh("icon-thumbtack",class extends Eh{constructor(){super(Gc)}})
2492
- Hh("icon-tile-size",class extends Eh{constructor(){super(Qc)}})
2493
- Hh("icon-times",class extends Eh{constructor(){super(Jc)}})
2494
- Hh("icon-trash",class extends Eh{constructor(){super(Zc)}})
2495
- Hh("icon-triangle",class extends Eh{constructor(){super(th)}})
2496
- Hh("icon-true-false-rectangle",class extends Eh{constructor(){super(eh)}})
2497
- Hh("icon-unlink",class extends Eh{constructor(){super(ih)}})
2498
- Hh("icon-unlock",class extends Eh{constructor(){super(sh)}})
2499
- Hh("icon-upload",class extends Eh{constructor(){super(oh)}})
2500
- Hh("icon-user",class extends Eh{constructor(){super(nh)}})
2501
- Hh("icon-watch",class extends Eh{constructor(){super(rh)}})
2502
- Hh("icon-waveform",class extends Eh{constructor(){super(ah)}})
2503
- Hh("icon-webvi-custom",class extends Eh{constructor(){super(lh)}})
2504
- Hh("icon-webvi-host",class extends Eh{constructor(){super(ch)}})
2505
- Hh("icon-window-code",class extends Eh{constructor(){super(hh)}})
2506
- Hh("icon-window-text",class extends Eh{constructor(){super(dh)}})
2507
- Hh("icon-wrench-hammer",class extends Eh{constructor(){super(uh)}})
2508
- Hh("icon-xmark",class extends Eh{constructor(){super(ph)}})
2509
- Hh("icon-xmark-check",class extends Eh{constructor(){super(vh)}})
2510
- const Dd=ut`
2496
+ `,styles:Vd})
2497
+ Bi.getOrCreate().withPrefix("nimble").register(Nd())
2498
+ Ph("icon-add",class extends Th{constructor(){super(Ta)}})
2499
+ Ph("icon-arrow-down-right-and-arrow-up-left",class extends Th{constructor(){super(Pa)}})
2500
+ Ph("icon-arrow-expander-left",class extends Th{constructor(){super(Da)}})
2501
+ Ph("icon-arrow-expander-right",class extends Th{constructor(){super(Fa)}})
2502
+ Ph("icon-arrow-expander-up",class extends Th{constructor(){super(Ba)}})
2503
+ Ph("icon-arrow-left-from-line",class extends Th{constructor(){super(Na)}})
2504
+ Ph("icon-arrow-partial-rotate-left",class extends Th{constructor(){super(ja)}})
2505
+ Ph("icon-arrow-right-to-line",class extends Th{constructor(){super(qa)}})
2506
+ Ph("icon-arrow-rotate-right",class extends Th{constructor(){super(Ua)}})
2507
+ Ph("icon-arrow-u-rotate-left",class extends Th{constructor(){super(Ka)}})
2508
+ Ph("icon-arrow-up-left-and-arrow-down-right",class extends Th{constructor(){super(Wa)}})
2509
+ Ph("icon-arrows-maximize",class extends Th{constructor(){super(Xa)}})
2510
+ Ph("icon-arrows-repeat",class extends Th{constructor(){super(Ya)}})
2511
+ Ph("icon-bars",class extends Th{constructor(){super(Ga)}})
2512
+ Ph("icon-bell",class extends Th{constructor(){super(Qa)}})
2513
+ Ph("icon-bell-and-comment",class extends Th{constructor(){super(Ja)}})
2514
+ Ph("icon-bell-circle",class extends Th{constructor(){super(Za)}})
2515
+ Ph("icon-bell-solid-circle",class extends Th{constructor(){super(tl)}})
2516
+ Ph("icon-block-with-ribbon",class extends Th{constructor(){super(el)}})
2517
+ Ph("icon-calendar",class extends Th{constructor(){super(il)}})
2518
+ Ph("icon-chart-diagram",class extends Th{constructor(){super(sl)}})
2519
+ Ph("icon-chart-diagram-child-focus",class extends Th{constructor(){super(ol)}})
2520
+ Ph("icon-chart-diagram-parent-focus",class extends Th{constructor(){super(nl)}})
2521
+ Ph("icon-chart-diagram-parent-focus-two-child",class extends Th{constructor(){super(rl)}})
2522
+ Ph("icon-check",class extends Th{constructor(){super(al)}})
2523
+ Ph("icon-check-dot",class extends Th{constructor(){super(ll)}})
2524
+ Ph("icon-circle",class extends Th{constructor(){super(cl)}})
2525
+ Ph("icon-circle-broken",class extends Th{constructor(){super(hl)}})
2526
+ Ph("icon-circle-check",class extends Th{constructor(){super(dl)}})
2527
+ Ph("icon-circle-partial-broken",class extends Th{constructor(){super(ul)}})
2528
+ Ph("icon-circle-slash",class extends Th{constructor(){super(pl)}})
2529
+ Ph("icon-circle-x",class extends Th{constructor(){super(vl)}})
2530
+ Ph("icon-clipboard",class extends Th{constructor(){super(gl)}})
2531
+ Ph("icon-clock",class extends Th{constructor(){super(ml)}})
2532
+ Ph("icon-clock-cog",class extends Th{constructor(){super(fl)}})
2533
+ Ph("icon-clock-triangle",class extends Th{constructor(){super(bl)}})
2534
+ Ph("icon-clone",class extends Th{constructor(){super(wl)}})
2535
+ Ph("icon-cloud-upload",class extends Th{constructor(){super(xl)}})
2536
+ Ph("icon-cloud-with-arrow",class extends Th{constructor(){super(yl)}})
2537
+ Ph("icon-cog",class extends Th{constructor(){super($l)}})
2538
+ Ph("icon-cog-database",class extends Th{constructor(){super(Cl)}})
2539
+ Ph("icon-cog-database-inset",class extends Th{constructor(){super(kl)}})
2540
+ Ph("icon-cog-small-cog",class extends Th{constructor(){super(_l)}})
2541
+ Ph("icon-cog-zoomed",class extends Th{constructor(){super(zl)}})
2542
+ Ph("icon-comment",class extends Th{constructor(){super(Il)}})
2543
+ Ph("icon-computer-and-monitor",class extends Th{constructor(){super(Ol)}})
2544
+ Ph("icon-copy",class extends Th{constructor(){super(Al)}})
2545
+ Ph("icon-copy-text",class extends Th{constructor(){super(Sl)}})
2546
+ Ph("icon-dashboard-builder",class extends Th{constructor(){super(El)}})
2547
+ Ph("icon-dashboard-builder-legend",class extends Th{constructor(){super(Hl)}})
2548
+ Ph("icon-dashboard-builder-templates",class extends Th{constructor(){super(Ml)}})
2549
+ Ph("icon-dashboard-builder-tile",class extends Th{constructor(){super(Vl)}})
2550
+ Ph("icon-database",class extends Th{constructor(){super(Ll)}})
2551
+ Ph("icon-database-check",class extends Th{constructor(){super(Tl)}})
2552
+ Ph("icon-desktop",class extends Th{constructor(){super(Pl)}})
2553
+ Ph("icon-donut-chart",class extends Th{constructor(){super(Rl)}})
2554
+ Ph("icon-dot-solid-dot-stroke",class extends Th{constructor(){super(Dl)}})
2555
+ Ph("icon-download",class extends Th{constructor(){super(Fl)}})
2556
+ Ph("icon-electronic-chip-zoomed",class extends Th{constructor(){super(Bl)}})
2557
+ Ph("icon-eye",class extends Th{constructor(){super(jl)}})
2558
+ Ph("icon-fancy-a",class extends Th{constructor(){super(ql)}})
2559
+ Ph("icon-file",class extends Th{constructor(){super(Ul)}})
2560
+ Ph("icon-file-drawer",class extends Th{constructor(){super(Kl)}})
2561
+ Ph("icon-file-search",class extends Th{constructor(){super(Wl)}})
2562
+ Ph("icon-filter",class extends Th{constructor(){super(Xl)}})
2563
+ Ph("icon-floppy-disk-checkmark",class extends Th{constructor(){super(Yl)}})
2564
+ Ph("icon-floppy-disk-star-arrow-right",class extends Th{constructor(){super(Gl)}})
2565
+ Ph("icon-floppy-disk-three-dots",class extends Th{constructor(){super(Ql)}})
2566
+ Ph("icon-folder",class extends Th{constructor(){super(Jl)}})
2567
+ Ph("icon-folder-open",class extends Th{constructor(){super(Zl)}})
2568
+ Ph("icon-forward-slash",class extends Th{constructor(){super(tc)}})
2569
+ Ph("icon-four-dots-square",class extends Th{constructor(){super(ec)}})
2570
+ Ph("icon-function",class extends Th{constructor(){super(ic)}})
2571
+ Ph("icon-gauge-simple",class extends Th{constructor(){super(sc)}})
2572
+ Ph("icon-grid-three-by-three",class extends Th{constructor(){super(oc)}})
2573
+ Ph("icon-grid-two-by-two",class extends Th{constructor(){super(nc)}})
2574
+ Ph("icon-hammer",class extends Th{constructor(){super(rc)}})
2575
+ Ph("icon-hashtag",class extends Th{constructor(){super(ac)}})
2576
+ Ph("icon-home",class extends Th{constructor(){super(lc)}})
2577
+ Ph("icon-hourglass",class extends Th{constructor(){super(cc)}})
2578
+ Ph("icon-indeterminant-checkbox",class extends Th{constructor(){super(hc)}})
2579
+ class jd extends Th{constructor(){super(dc)}}Ph("icon-info",jd)
2580
+ Ph("icon-info-circle",class extends Th{constructor(){super(uc)}})
2581
+ Ph("icon-key",class extends Th{constructor(){super(pc)}})
2582
+ Ph("icon-laptop",class extends Th{constructor(){super(vc)}})
2583
+ Ph("icon-layer-group",class extends Th{constructor(){super(gc)}})
2584
+ Ph("icon-lightning-bolt",class extends Th{constructor(){super(mc)}})
2585
+ Ph("icon-link",class extends Th{constructor(){super(fc)}})
2586
+ Ph("icon-link-cancel",class extends Th{constructor(){super(bc)}})
2587
+ Ph("icon-list",class extends Th{constructor(){super(wc)}})
2588
+ Ph("icon-list-tree",class extends Th{constructor(){super(xc)}})
2589
+ Ph("icon-list-tree-database",class extends Th{constructor(){super(yc)}})
2590
+ Ph("icon-lock",class extends Th{constructor(){super($c)}})
2591
+ Ph("icon-magnifying-glass",class extends Th{constructor(){super(Cc)}})
2592
+ Ph("icon-markdown",class extends Th{constructor(){super(kc)}})
2593
+ Ph("icon-minus",class extends Th{constructor(){super(_c)}})
2594
+ Ph("icon-minus-wide",class extends Th{constructor(){super(zc)}})
2595
+ Ph("icon-mobile",class extends Th{constructor(){super(Ic)}})
2596
+ Ph("icon-notebook",class extends Th{constructor(){super(Oc)}})
2597
+ Ph("icon-paste",class extends Th{constructor(){super(Ac)}})
2598
+ Ph("icon-pencil",class extends Th{constructor(){super(Sc)}})
2599
+ Ph("icon-pot-with-lid",class extends Th{constructor(){super(Ec)}})
2600
+ Ph("icon-question",class extends Th{constructor(){super(Hc)}})
2601
+ Ph("icon-running-arrow",class extends Th{constructor(){super(Mc)}})
2602
+ Ph("icon-server",class extends Th{constructor(){super(Vc)}})
2603
+ Ph("icon-share-square",class extends Th{constructor(){super(Lc)}})
2604
+ Ph("icon-shield-check",class extends Th{constructor(){super(Tc)}})
2605
+ Ph("icon-shield-xmark",class extends Th{constructor(){super(Pc)}})
2606
+ Ph("icon-signal-bars",class extends Th{constructor(){super(Rc)}})
2607
+ Ph("icon-sine-graph",class extends Th{constructor(){super(Dc)}})
2608
+ Ph("icon-skip-arrow",class extends Th{constructor(){super(Fc)}})
2609
+ Ph("icon-spinner",class extends Th{constructor(){super(Bc)}})
2610
+ Ph("icon-square-check",class extends Th{constructor(){super(Nc)}})
2611
+ Ph("icon-square-t",class extends Th{constructor(){super(jc)}})
2612
+ Ph("icon-t",class extends Th{constructor(){super(qc)}})
2613
+ Ph("icon-tablet",class extends Th{constructor(){super(Uc)}})
2614
+ Ph("icon-tag",class extends Th{constructor(){super(Kc)}})
2615
+ Ph("icon-tags",class extends Th{constructor(){super(Wc)}})
2616
+ Ph("icon-target-crosshairs",class extends Th{constructor(){super(Xc)}})
2617
+ Ph("icon-target-crosshairs-progress",class extends Th{constructor(){super(Yc)}})
2618
+ Ph("icon-three-dots-line",class extends Th{constructor(){super(Gc)}})
2619
+ Ph("icon-thumbtack",class extends Th{constructor(){super(Qc)}})
2620
+ Ph("icon-tile-size",class extends Th{constructor(){super(Jc)}})
2621
+ Ph("icon-times",class extends Th{constructor(){super(Zc)}})
2622
+ Ph("icon-trash",class extends Th{constructor(){super(th)}})
2623
+ Ph("icon-triangle",class extends Th{constructor(){super(eh)}})
2624
+ Ph("icon-true-false-rectangle",class extends Th{constructor(){super(ih)}})
2625
+ Ph("icon-unlink",class extends Th{constructor(){super(sh)}})
2626
+ Ph("icon-unlock",class extends Th{constructor(){super(oh)}})
2627
+ Ph("icon-upload",class extends Th{constructor(){super(nh)}})
2628
+ Ph("icon-user",class extends Th{constructor(){super(rh)}})
2629
+ Ph("icon-watch",class extends Th{constructor(){super(ah)}})
2630
+ Ph("icon-waveform",class extends Th{constructor(){super(lh)}})
2631
+ Ph("icon-webvi-custom",class extends Th{constructor(){super(ch)}})
2632
+ Ph("icon-webvi-host",class extends Th{constructor(){super(hh)}})
2633
+ Ph("icon-window-code",class extends Th{constructor(){super(dh)}})
2634
+ Ph("icon-window-text",class extends Th{constructor(){super(uh)}})
2635
+ Ph("icon-wrench-hammer",class extends Th{constructor(){super(ph)}})
2636
+ Ph("icon-xmark",class extends Th{constructor(){super(vh)}})
2637
+ Ph("icon-xmark-check",class extends Th{constructor(){super(gh)}})
2638
+ const qd=ut`
2511
2639
  ${Zs("flex")}
2512
2640
 
2513
2641
  :host {
2514
- font: ${zr};
2642
+ font: ${Ir};
2515
2643
  cursor: pointer;
2516
2644
  justify-content: left;
2517
- height: ${Yn};
2645
+ height: ${Gn};
2518
2646
  }
2519
2647
 
2520
2648
  .content {
@@ -2524,15 +2652,15 @@ const Dd=ut`
2524
2652
  :host(.selected) {
2525
2653
  box-shadow: none;
2526
2654
  outline: none;
2527
- background-color: ${Ln};
2655
+ background-color: ${Tn};
2528
2656
  }
2529
2657
 
2530
2658
  :host(:hover.selected) {
2531
- background-color: ${Pn};
2659
+ background-color: ${Rn};
2532
2660
  }
2533
2661
 
2534
2662
  :host(:hover) {
2535
- background-color: ${Rn};
2663
+ background-color: ${Dn};
2536
2664
  }
2537
2665
 
2538
2666
  :host(:hover):host([disabled]) {
@@ -2540,20 +2668,20 @@ const Dd=ut`
2540
2668
  background-color: transparent;
2541
2669
  }
2542
2670
 
2543
- :host(:${gh}) {
2544
- box-shadow: 0px 0px 0px 1px ${Un} inset;
2545
- outline: 1px solid ${Un};
2671
+ :host(:${mh}) {
2672
+ box-shadow: 0px 0px 0px 1px ${Kn} inset;
2673
+ outline: 1px solid ${Kn};
2546
2674
  outline-offset: -4px;
2547
2675
  }
2548
2676
 
2549
2677
  :host(:active) {
2550
2678
  box-shadow: none;
2551
2679
  outline: none;
2552
- background-color: ${Ln};
2680
+ background-color: ${Tn};
2553
2681
  }
2554
2682
 
2555
2683
  :host([disabled]) {
2556
- color: ${Or};
2684
+ color: ${Ar};
2557
2685
  cursor: default;
2558
2686
  }
2559
2687
 
@@ -2562,7 +2690,7 @@ const Dd=ut`
2562
2690
  outline: none;
2563
2691
  }
2564
2692
  `
2565
- const Fd=class extends si{get value(){return super.value}set value(t){super.value=`${t}`,this.$fastController.isConnected&&this.setAttribute("value",this.value)}connectedCallback(){super.connectedCallback(),this.setAttribute("value",this.value)}}.compose({baseName:"list-option",baseClass:si,template:(t,e)=>q`
2693
+ const Ud=class extends oi{get value(){return super.value}set value(t){super.value=`${t}`,this.$fastController.isConnected&&this.setAttribute("value",this.value)}connectedCallback(){super.connectedCallback(),this.setAttribute("value",this.value)}}.compose({baseName:"list-option",baseClass:oi,template:(t,e)=>q`
2566
2694
  <template
2567
2695
  aria-checked="${t=>t.ariaChecked}"
2568
2696
  aria-disabled="${t=>t.ariaDisabled}"
@@ -2578,22 +2706,22 @@ const Fd=class extends si{get value(){return super.value}set value(t){super.valu
2578
2706
  </span>
2579
2707
  ${Ct(0,e)}
2580
2708
  </template>
2581
- `,styles:Dd})
2582
- Fi.getOrCreate().withPrefix("nimble").register(Fd())
2583
- const Bd=ut`
2709
+ `,styles:qd})
2710
+ Bi.getOrCreate().withPrefix("nimble").register(Ud())
2711
+ const Kd=ut`
2584
2712
  ${Zs("grid")}
2585
2713
 
2586
2714
  :host {
2587
- background: ${Vn};
2588
- border: ${Zn} solid ${Xn};
2715
+ background: ${Ln};
2716
+ border: ${tr} solid ${Yn};
2589
2717
  margin: 0;
2590
2718
  padding: 4px;
2591
2719
  min-width: 168px;
2592
2720
  width: max-content;
2593
- box-shadow: 0px 2px 3px ${Wn};
2721
+ box-shadow: 0px 2px 3px ${Xn};
2594
2722
  }
2595
2723
  :host([slot='submenu']) {
2596
- margin: 0 calc(${Gn} * 2);
2724
+ margin: 0 calc(${Qn} * 2);
2597
2725
  }
2598
2726
  ::slotted(*) {
2599
2727
  padding-left: 8px;
@@ -2602,21 +2730,21 @@ const Bd=ut`
2602
2730
  ::slotted(hr) {
2603
2731
  box-sizing: content-box;
2604
2732
  height: 2px;
2605
- margin: ${Gn};
2733
+ margin: ${Qn};
2606
2734
  border: none;
2607
- background: ${Dn};
2735
+ background: ${Fn};
2608
2736
  opacity: 0.1;
2609
2737
  }
2610
2738
  ::slotted(header) {
2611
2739
  display: flex;
2612
- font: ${Vr};
2613
- color: ${Lr};
2614
- text-transform: ${xa};
2615
- padding-top: ${Gn};
2616
- padding-bottom: ${Gn};
2740
+ font: ${Lr};
2741
+ color: ${Tr};
2742
+ text-transform: ${ya};
2743
+ padding-top: ${Qn};
2744
+ padding-bottom: ${Qn};
2617
2745
  }
2618
2746
  `
2619
- const Nd=class extends rs{}.compose({baseName:"menu",baseClass:rs,template:(t,e)=>q`
2747
+ const Wd=class extends as{}.compose({baseName:"menu",baseClass:as,template:(t,e)=>q`
2620
2748
  <template
2621
2749
  slot="${t=>t.slot?t.slot:t.isNestedMenu()?"submenu":void 0}"
2622
2750
  role="menu"
@@ -2625,13 +2753,13 @@ const Nd=class extends rs{}.compose({baseName:"menu",baseClass:rs,template:(t,e)
2625
2753
  >
2626
2754
  <slot ${wt("items")}></slot>
2627
2755
  </template>
2628
- `,styles:Bd})
2629
- Fi.getOrCreate().withPrefix("nimble").register(Nd())
2630
- const jd=ut`
2756
+ `,styles:Kd})
2757
+ Bi.getOrCreate().withPrefix("nimble").register(Wd())
2758
+ const Xd=ut`
2631
2759
  ${Zs("inline-block")}
2632
2760
 
2633
2761
  :host {
2634
- height: ${Yn};
2762
+ height: ${Gn};
2635
2763
  }
2636
2764
 
2637
2765
  [part='button'] {
@@ -2640,37 +2768,37 @@ const jd=ut`
2640
2768
  }
2641
2769
 
2642
2770
  slot[name='menu']::slotted(*) {
2643
- margin-top: ${Gn};
2644
- margin-bottom: ${Gn};
2771
+ margin-top: ${Qn};
2772
+ margin-bottom: ${Qn};
2645
2773
  }
2646
- `,qd=ut`
2647
- ${$h}
2774
+ `,Yd=ut`
2775
+ ${kh}
2648
2776
 
2649
2777
  .control[aria-pressed='true'] {
2650
- background-color: ${Ln};
2651
- border-color: ${Ln};
2778
+ background-color: ${Tn};
2779
+ border-color: ${Tn};
2652
2780
  }
2653
2781
 
2654
2782
  .control[aria-pressed='true']:hover {
2655
- background-color: ${Ln};
2783
+ background-color: ${Tn};
2656
2784
  }
2657
2785
 
2658
- .control[aria-pressed='true']${gh} {
2659
- background-color: ${Ln};
2786
+ .control[aria-pressed='true']${mh} {
2787
+ background-color: ${Tn};
2660
2788
  }
2661
2789
 
2662
2790
  .control[aria-pressed='true'][disabled] {
2663
- background-color: ${Ln};
2664
- border-color: ${Ln};
2791
+ background-color: ${Tn};
2792
+ border-color: ${Tn};
2665
2793
  }
2666
2794
 
2667
2795
  .control[aria-pressed='true'][disabled]:hover {
2668
- background-color: ${Ln};
2669
- border-color: ${Ln};
2796
+ background-color: ${Tn};
2797
+ border-color: ${Tn};
2670
2798
  }
2671
2799
  `
2672
- class Ud extends $s{constructor(){super(...arguments),this.appearance=wh,this.contentHidden=!1}}_n([tt],Ud.prototype,"appearance",void 0),_n([tt({attribute:"content-hidden",mode:"boolean"})],Ud.prototype,"contentHidden",void 0),de(Ud,$t,Je)
2673
- const Kd=Ud.compose({baseName:"toggle-button",template:(t,e)=>q`
2800
+ class Gd extends Cs{constructor(){super(...arguments),this.appearance=yh,this.contentHidden=!1}}zn([tt],Gd.prototype,"appearance",void 0),zn([tt({attribute:"content-hidden",mode:"boolean"})],Gd.prototype,"contentHidden",void 0),de(Gd,$t,Ze)
2801
+ const Qd=Gd.compose({baseName:"toggle-button",template:(t,e)=>q`
2674
2802
  <div
2675
2803
  role="button"
2676
2804
  part="control"
@@ -2711,22 +2839,22 @@ const Kd=Ud.compose({baseName:"toggle-button",template:(t,e)=>q`
2711
2839
  </span>
2712
2840
  ${Ct(0,e)}
2713
2841
  </div>
2714
- `,styles:qd,shadowOptions:{delegatesFocus:!0}})
2715
- Fi.getOrCreate().withPrefix("nimble").register(Kd())
2716
- const Wd="auto"
2717
- class Xd extends le{constructor(){super(...arguments),this.appearance=wh,this.disabled=!1,this.contentHidden=!1,this.open=!1,this.position=Wd,this.focusLastItemWhenOpened=!1,this.menuChangeHandler=()=>{this.open=!1,this.toggleButton.focus()}}disconnectedCallback(){super.disconnectedCallback(),this.region&&this.region.removeEventListener(me,this.menuChangeHandler)}toggleButtonChanged(t,e){this.region&&this.toggleButton&&(this.region.anchorElement=this.toggleButton)}regionChanged(t,e){t&&t.removeEventListener(me,this.menuChangeHandler),this.region&&(this.toggleButton&&(this.region.anchorElement=this.toggleButton),this.region.addEventListener(me,this.menuChangeHandler,{capture:!0}))}openChanged(t,e){this.toggleButton&&(this.toggleButton.checked=this.open),this.open||this.$emit("open-change")}regionLoadedHandler(){this.focusLastItemWhenOpened?(this.focusLastMenuItem(),this.focusLastItemWhenOpened=!1):this.focusMenu(),this.$emit("open-change")}focusoutHandler(t){if(!this.open)return!0
2842
+ `,styles:Yd,shadowOptions:{delegatesFocus:!0}})
2843
+ Bi.getOrCreate().withPrefix("nimble").register(Qd())
2844
+ const Jd="auto"
2845
+ class Zd extends le{constructor(){super(...arguments),this.appearance=yh,this.disabled=!1,this.contentHidden=!1,this.open=!1,this.position=Jd,this.focusLastItemWhenOpened=!1,this.menuChangeHandler=()=>{this.open=!1,this.toggleButton.focus()}}disconnectedCallback(){super.disconnectedCallback(),this.region&&this.region.removeEventListener(me,this.menuChangeHandler)}toggleButtonChanged(t,e){this.region&&this.toggleButton&&(this.region.anchorElement=this.toggleButton)}regionChanged(t,e){t&&t.removeEventListener(me,this.menuChangeHandler),this.region&&(this.toggleButton&&(this.region.anchorElement=this.toggleButton),this.region.addEventListener(me,this.menuChangeHandler,{capture:!0}))}openChanged(t,e){this.toggleButton&&(this.toggleButton.checked=this.open),this.open||this.$emit("open-change")}regionLoadedHandler(){this.focusLastItemWhenOpened?(this.focusLastMenuItem(),this.focusLastItemWhenOpened=!1):this.focusMenu(),this.$emit("open-change")}focusoutHandler(t){if(!this.open)return!0
2718
2846
  const e=t.relatedTarget
2719
2847
  return!!this.contains(e)||(this.open=!1,!1)}toggleButtonCheckedChangeHandler(t){return this.open=this.toggleButton.checked,t.stopPropagation(),!1}toggleButtonKeyDownHandler(t){switch(t.key){case Ce:return this.focusLastItemWhenOpened=!0,this.open=!0,!1
2720
2848
  case xe:return this.open=!0,!1
2721
2849
  default:return!0}}menuKeyDownHandler(t){switch(t.key){case _e:return this.open=!1,this.toggleButton.focus(),!1
2722
2850
  default:return!0}}get menu(){return this.slottedMenus?.length?this.slottedMenus[0]:void 0}focusMenu(){this.menu?.focus()}focusLastMenuItem(){const t=this.menu?.querySelectorAll("[role=menuitem]")
2723
- if(t?.length){t[t.length-1].focus()}}}_n([tt],Xd.prototype,"appearance",void 0),_n([tt({mode:"boolean"})],Xd.prototype,"disabled",void 0),_n([tt({attribute:"content-hidden",mode:"boolean"})],Xd.prototype,"contentHidden",void 0),_n([tt({mode:"boolean"})],Xd.prototype,"open",void 0),_n([tt({attribute:"position"})],Xd.prototype,"position",void 0),_n([v],Xd.prototype,"toggleButton",void 0),_n([v],Xd.prototype,"region",void 0),_n([v],Xd.prototype,"slottedMenus",void 0)
2724
- const Yd=Xd.compose({baseName:"menu-button",template:t=>q`
2851
+ if(t?.length){t[t.length-1].focus()}}}zn([tt],Zd.prototype,"appearance",void 0),zn([tt({mode:"boolean"})],Zd.prototype,"disabled",void 0),zn([tt({attribute:"content-hidden",mode:"boolean"})],Zd.prototype,"contentHidden",void 0),zn([tt({mode:"boolean"})],Zd.prototype,"open",void 0),zn([tt({attribute:"position"})],Zd.prototype,"position",void 0),zn([v],Zd.prototype,"toggleButton",void 0),zn([v],Zd.prototype,"region",void 0),zn([v],Zd.prototype,"slottedMenus",void 0)
2852
+ const tu=Zd.compose({baseName:"menu-button",template:t=>q`
2725
2853
  <template
2726
2854
  ?open="${t=>t.open}"
2727
2855
  @focusout="${(t,e)=>t.focusoutHandler(e.event)}"
2728
2856
  >
2729
- <${t.tagFor(Ud)}
2857
+ <${t.tagFor(Gd)}
2730
2858
  part="button"
2731
2859
  appearance="${t=>t.appearance}"
2732
2860
  ?content-hidden="${t=>t.contentHidden}"
@@ -2743,7 +2871,7 @@ const Yd=Xd.compose({baseName:"menu-button",template:t=>q`
2743
2871
  <slot slot="start" name="start"></slot>
2744
2872
  <slot></slot>
2745
2873
  <slot slot="end" name="end"></slot>
2746
- </${t.tagFor(Ud)}>
2874
+ </${t.tagFor(Gd)}>
2747
2875
  ${gt((t=>t.open),q`
2748
2876
  <${t.tagFor(io)}
2749
2877
  fixed-placement="true"
@@ -2762,16 +2890,16 @@ const Yd=Xd.compose({baseName:"menu-button",template:t=>q`
2762
2890
  </${t.tagFor(io)}>
2763
2891
  `)}
2764
2892
  </template>
2765
- `,styles:jd,shadowOptions:{delegatesFocus:!0}})
2766
- Fi.getOrCreate().withPrefix("nimble").register(Yd())
2767
- const Gd=ut`
2893
+ `,styles:Xd,shadowOptions:{delegatesFocus:!0}})
2894
+ Bi.getOrCreate().withPrefix("nimble").register(tu())
2895
+ const eu=ut`
2768
2896
  ${Zs("grid")}
2769
2897
 
2770
2898
  :host {
2771
2899
  contain: layout;
2772
2900
  overflow: visible;
2773
2901
  box-sizing: border-box;
2774
- height: ${Yn};
2902
+ height: ${Gn};
2775
2903
  grid-template-columns: 1fr;
2776
2904
  column-gap: 8px;
2777
2905
  grid-template-rows: 1fr;
@@ -2781,26 +2909,26 @@ const Gd=ut`
2781
2909
  padding-right: 8px;
2782
2910
  margin: 0 0;
2783
2911
  white-space: nowrap;
2784
- color: ${Ir};
2912
+ color: ${Or};
2785
2913
  fill: currentcolor;
2786
2914
  cursor: pointer;
2787
- font: ${zr};
2915
+ font: ${Ir};
2788
2916
  }
2789
- :host(${gh}) {
2790
- outline: 2px solid ${Un};
2917
+ :host(${mh}) {
2918
+ outline: 2px solid ${Kn};
2791
2919
  outline-offset: -2px;
2792
2920
  }
2793
2921
  :host([expanded]) {
2794
- background: ${Rn};
2922
+ background: ${Dn};
2795
2923
  }
2796
2924
  :host(:hover) {
2797
- background: ${Rn};
2925
+ background: ${Dn};
2798
2926
  }
2799
2927
  :host(:active:not([expanded])) {
2800
- background: ${Ln};
2928
+ background: ${Tn};
2801
2929
  }
2802
2930
  :host([disabled]) {
2803
- color: ${Or};
2931
+ color: ${Ar};
2804
2932
  fill: currentcolor;
2805
2933
  cursor: default;
2806
2934
  }
@@ -2808,21 +2936,21 @@ const Gd=ut`
2808
2936
  background: transparent;
2809
2937
  }
2810
2938
  :host(.indent-0[aria-haspopup='menu']) {
2811
- grid-template-columns: 1fr ${tr};
2939
+ grid-template-columns: 1fr ${er};
2812
2940
  }
2813
2941
  :host(.indent-1) {
2814
- grid-template-columns: ${tr} 1fr;
2942
+ grid-template-columns: ${er} 1fr;
2815
2943
  }
2816
2944
  :host(.indent-1[aria-haspopup='menu']) {
2817
- grid-template-columns: ${tr} 1fr ${tr};
2945
+ grid-template-columns: ${er} 1fr ${er};
2818
2946
  }
2819
2947
  [part='start'] {
2820
2948
  display: contents;
2821
2949
  }
2822
2950
  slot[name='start']::slotted(*) {
2823
2951
  fill: currentcolor;
2824
- width: ${tr};
2825
- height: ${tr};
2952
+ width: ${er};
2953
+ height: ${er};
2826
2954
  }
2827
2955
  :host(.indent-1) .start {
2828
2956
  grid-column: 1;
@@ -2833,8 +2961,8 @@ const Gd=ut`
2833
2961
  .expand-collapse-glyph-container {
2834
2962
  grid-row: 1;
2835
2963
  fill: currentcolor;
2836
- width: ${tr};
2837
- height: ${tr};
2964
+ width: ${er};
2965
+ height: ${er};
2838
2966
  }
2839
2967
  :host(.indent-0) .expand-collapse-glyph-container {
2840
2968
  grid-column: 2;
@@ -2843,11 +2971,11 @@ const Gd=ut`
2843
2971
  grid-column: 3;
2844
2972
  }
2845
2973
  `
2846
- const Qd=class extends ns{}.compose({baseName:"menu-item",baseClass:ns,template:(t,e)=>q`
2974
+ const iu=class extends rs{}.compose({baseName:"menu-item",baseClass:rs,template:(t,e)=>q`
2847
2975
  <template
2848
2976
  role="${t=>t.role}"
2849
2977
  aria-haspopup="${t=>t.hasSubmenu?"menu":void 0}"
2850
- aria-checked="${t=>t.role!==es?t.checked:void 0}"
2978
+ aria-checked="${t=>t.role!==is?t.checked:void 0}"
2851
2979
  aria-disabled="${t=>t.disabled}"
2852
2980
  aria-expanded="${t=>t.expanded}"
2853
2981
  @keydown="${(t,e)=>t.handleMenuItemKeyDown(e.event)}"
@@ -2856,7 +2984,7 @@ const Qd=class extends ns{}.compose({baseName:"menu-item",baseClass:ns,template:
2856
2984
  @mouseout="${(t,e)=>t.handleMouseOut(e.event)}"
2857
2985
  class="${t=>t.disabled?"disabled":""} ${t=>t.expanded?"expanded":""} ${t=>`indent-${t.startColumnCount}`}"
2858
2986
  >
2859
- ${gt((t=>t.role===is),q`
2987
+ ${gt((t=>t.role===ss),q`
2860
2988
  <div part="input-container" class="input-container">
2861
2989
  <span part="checkbox" class="checkbox">
2862
2990
  <slot name="checkbox-indicator">
@@ -2865,7 +2993,7 @@ const Qd=class extends ns{}.compose({baseName:"menu-item",baseClass:ns,template:
2865
2993
  </span>
2866
2994
  </div>
2867
2995
  `)}
2868
- ${gt((t=>t.role===ss),q`
2996
+ ${gt((t=>t.role===os),q`
2869
2997
  <div part="input-container" class="input-container">
2870
2998
  <span part="radio" class="radio">
2871
2999
  <slot name="radio-indicator">
@@ -2910,37 +3038,37 @@ const Qd=class extends ns{}.compose({baseName:"menu-item",baseClass:ns,template:
2910
3038
  </${t.tagFor(Fe)}>
2911
3039
  `)}
2912
3040
  </template>
2913
- `,styles:Gd,expandCollapseGlyph:Da.data})
2914
- Fi.getOrCreate().withPrefix("nimble").register(Qd())
2915
- const Jd="underline",Zd="outline",tu="block",eu=ut`
3041
+ `,styles:eu,expandCollapseGlyph:Fa.data})
3042
+ Bi.getOrCreate().withPrefix("nimble").register(iu())
3043
+ const su="underline",ou="outline",nu="block",ru=ut`
2916
3044
  ${Zs("inline-block")}
2917
- ${Lh}
3045
+ ${Fh}
2918
3046
 
2919
3047
  :host {
2920
- font: ${zr};
3048
+ font: ${Ir};
2921
3049
  outline: none;
2922
3050
  user-select: none;
2923
- color: ${Ir};
2924
- height: calc(${Jn} + ${Yn});
2925
- --ni-private-hover-indicator-width: calc(${Zn} + 1px);
3051
+ color: ${Or};
3052
+ height: calc(${Zn} + ${Gn});
3053
+ --ni-private-hover-indicator-width: calc(${tr} + 1px);
2926
3054
  --ni-private-height-within-border: calc(
2927
- ${Yn} - 2 * ${Zn}
3055
+ ${Gn} - 2 * ${tr}
2928
3056
  );
2929
3057
  }
2930
3058
 
2931
3059
  :host([disabled]) {
2932
- color: ${Or};
3060
+ color: ${Ar};
2933
3061
  cursor: default;
2934
3062
  }
2935
3063
 
2936
3064
  .label {
2937
3065
  display: flex;
2938
- color: ${jr};
2939
- font: ${Nr};
3066
+ color: ${qr};
3067
+ font: ${jr};
2940
3068
  }
2941
3069
 
2942
3070
  :host([disabled]) .label {
2943
- color: ${qr};
3071
+ color: ${Ur};
2944
3072
  }
2945
3073
 
2946
3074
  .root {
@@ -2951,20 +3079,20 @@ const Jd="underline",Zd="outline",tu="block",eu=ut`
2951
3079
  justify-content: center;
2952
3080
  align-items: center;
2953
3081
  border-radius: 0px;
2954
- border: 0px solid rgba(${Fn}, 0.3);
2955
- padding: ${Zn};
3082
+ border: 0px solid rgba(${Bn}, 0.3);
3083
+ padding: ${tr};
2956
3084
  }
2957
3085
 
2958
3086
  .root:focus-within {
2959
- border-bottom-color: ${Un};
3087
+ border-bottom-color: ${Kn};
2960
3088
  }
2961
3089
 
2962
3090
  :host([disabled]) .root {
2963
- border-color: rgba(${Fn}, 0.1);
3091
+ border-color: rgba(${Bn}, 0.1);
2964
3092
  }
2965
3093
 
2966
3094
  :host(.invalid) .root {
2967
- border-bottom-color: ${Bn};
3095
+ border-bottom-color: ${Nn};
2968
3096
  }
2969
3097
 
2970
3098
  .root::before {
@@ -2978,12 +3106,12 @@ const Jd="underline",Zd="outline",tu="block",eu=ut`
2978
3106
  .root::after {
2979
3107
  content: '';
2980
3108
  position: absolute;
2981
- bottom: calc(-1 * ${Zn});
3109
+ bottom: calc(-1 * ${tr});
2982
3110
  width: 0px;
2983
3111
  height: 0px;
2984
- border-bottom: ${Un}
3112
+ border-bottom: ${Kn}
2985
3113
  var(--ni-private-hover-indicator-width) solid;
2986
- transition: width ${ya} ease-in;
3114
+ transition: width ${$a} ease-in;
2987
3115
  }
2988
3116
 
2989
3117
  @media (prefers-reduced-motion) {
@@ -2993,7 +3121,7 @@ const Jd="underline",Zd="outline",tu="block",eu=ut`
2993
3121
  }
2994
3122
 
2995
3123
  :host(.invalid) .root::after {
2996
- border-bottom-color: ${Bn};
3124
+ border-bottom-color: ${Nn};
2997
3125
  }
2998
3126
 
2999
3127
  :host(:hover) .root::after {
@@ -3017,7 +3145,7 @@ const Jd="underline",Zd="outline",tu="block",eu=ut`
3017
3145
  width: 100%;
3018
3146
  border: none;
3019
3147
  padding: 0px;
3020
- padding-left: calc(${Qn} / 2);
3148
+ padding-left: calc(${Jn} / 2);
3021
3149
  }
3022
3150
 
3023
3151
  .control:hover,
@@ -3028,16 +3156,16 @@ const Jd="underline",Zd="outline",tu="block",eu=ut`
3028
3156
  }
3029
3157
 
3030
3158
  .control::selection {
3031
- color: ${jr};
3032
- background: rgba(${Tn}, 0.3);
3159
+ color: ${qr};
3160
+ background: rgba(${Pn}, 0.3);
3033
3161
  }
3034
3162
 
3035
3163
  .control::placeholder {
3036
- color: ${jr};
3164
+ color: ${qr};
3037
3165
  }
3038
3166
 
3039
3167
  .control[disabled]::placeholder {
3040
- color: ${Or};
3168
+ color: ${Ar};
3041
3169
  }
3042
3170
 
3043
3171
  .controls {
@@ -3047,7 +3175,7 @@ const Jd="underline",Zd="outline",tu="block",eu=ut`
3047
3175
  ${""}
3048
3176
  .step-up {
3049
3177
  order: 3;
3050
- padding-right: calc(${Qn} / 4);
3178
+ padding-right: calc(${Jn} / 4);
3051
3179
  }
3052
3180
 
3053
3181
  .step-down {
@@ -3055,7 +3183,7 @@ const Jd="underline",Zd="outline",tu="block",eu=ut`
3055
3183
  }
3056
3184
 
3057
3185
  .step-up-down-button {
3058
- ${Yn.cssCustomProperty}: 24px;
3186
+ ${Gn.cssCustomProperty}: 24px;
3059
3187
  }
3060
3188
 
3061
3189
  [part='end'] {
@@ -3064,21 +3192,21 @@ const Jd="underline",Zd="outline",tu="block",eu=ut`
3064
3192
 
3065
3193
  .error-icon {
3066
3194
  order: 1;
3067
- padding-right: calc(${Qn} / 4);
3195
+ padding-right: calc(${Jn} / 4);
3068
3196
  }
3069
- `.withBehaviors(bh(Jd,ut`
3197
+ `.withBehaviors(xh(su,ut`
3070
3198
  .root {
3071
- border-bottom-width: ${Zn};
3199
+ border-bottom-width: ${tr};
3072
3200
  padding-bottom: 0;
3073
3201
  }
3074
- `),bh(tu,ut`
3202
+ `),xh(nu,ut`
3075
3203
  .root {
3076
- background-color: rgba(${Fn}, 0.1);
3204
+ background-color: rgba(${Bn}, 0.1);
3077
3205
  }
3078
3206
 
3079
3207
  .root:focus-within,
3080
3208
  :host(.invalid) .root {
3081
- border-bottom-width: ${Zn};
3209
+ border-bottom-width: ${tr};
3082
3210
  padding-bottom: 0;
3083
3211
  }
3084
3212
 
@@ -3087,16 +3215,16 @@ const Jd="underline",Zd="outline",tu="block",eu=ut`
3087
3215
  }
3088
3216
 
3089
3217
  :host([disabled]) .root {
3090
- background-color: rgba(${Fn}, 0.07);
3218
+ background-color: rgba(${Bn}, 0.07);
3091
3219
  }
3092
- `),bh(Zd,ut`
3220
+ `),xh(ou,ut`
3093
3221
  .root {
3094
- border-width: ${Zn};
3222
+ border-width: ${tr};
3095
3223
  padding: 0;
3096
3224
  }
3097
3225
  `))
3098
- class iu extends vs{constructor(){super(...arguments),this.appearance=Jd}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}_n([tt],iu.prototype,"appearance",void 0),_n([tt({attribute:"error-text"})],iu.prototype,"errorText",void 0)
3099
- const su=iu.compose({baseName:"number-field",baseClass:vs,template:(t,e)=>q`
3226
+ class au extends gs{constructor(){super(...arguments),this.appearance=su}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}zn([tt],au.prototype,"appearance",void 0),zn([tt({attribute:"error-text"})],au.prototype,"errorText",void 0)
3227
+ const lu=au.compose({baseName:"number-field",baseClass:gs,template:(t,e)=>q`
3100
3228
  <template class="${t=>t.readOnly?"readonly":""}">
3101
3229
  <label
3102
3230
  part="label"
@@ -3171,7 +3299,7 @@ const su=iu.compose({baseName:"number-field",baseClass:vs,template:(t,e)=>q`
3171
3299
  ${Ct(0,e)}
3172
3300
  </div>
3173
3301
  </template>
3174
- `,styles:eu,shadowOptions:{delegatesFocus:!0},stepDownGlyph:q`
3302
+ `,styles:ru,shadowOptions:{delegatesFocus:!0},stepDownGlyph:q`
3175
3303
  <nimble-button
3176
3304
  class="step-up-down-button"
3177
3305
  appearance="ghost"
@@ -3195,46 +3323,46 @@ const su=iu.compose({baseName:"number-field",baseClass:vs,template:(t,e)=>q`
3195
3323
  <nimble-icon-exclamation-mark
3196
3324
  class="error-icon fail"
3197
3325
  ></nimble-icon-exclamation-mark>
3198
- ${Oh}
3326
+ ${Mh}
3199
3327
  `})
3200
- Fi.getOrCreate().withPrefix("nimble").register(su())
3201
- const ou="underline",nu="outline",ru="block",au=ut`
3202
- ${Vh}
3203
- `.withBehaviors(bh(ou,ut`
3328
+ Bi.getOrCreate().withPrefix("nimble").register(lu())
3329
+ const cu="underline",hu="outline",du="block",uu=ut`
3330
+ ${Dh}
3331
+ `.withBehaviors(xh(cu,ut`
3204
3332
  .control {
3205
- padding-top: ${Zn};
3206
- padding-left: calc(${Zn} + ${Qn} / 2);
3207
- padding-right: ${Zn};
3333
+ padding-top: ${tr};
3334
+ padding-left: calc(${tr} + ${Jn} / 2);
3335
+ padding-right: ${tr};
3208
3336
  }
3209
3337
 
3210
3338
  :host([disabled]) .control {
3211
- border-color: rgba(${Fn}, 0.1);
3339
+ border-color: rgba(${Bn}, 0.1);
3212
3340
  }
3213
- `),bh(nu,ut`
3341
+ `),xh(hu,ut`
3214
3342
  .control {
3215
- border: ${Zn} solid rgba(${Fn}, 0.3);
3343
+ border: ${tr} solid rgba(${Bn}, 0.3);
3216
3344
  }
3217
3345
 
3218
3346
  :host(.invalid) .errortext {
3219
- top: calc(${Yn} - ${Zn});
3347
+ top: calc(${Gn} - ${tr});
3220
3348
  }
3221
- `),bh(ru,ut`
3349
+ `),xh(du,ut`
3222
3350
  .control {
3223
- background-color: rgba(${Fn}, 0.1);
3224
- padding-left: calc(${Zn} + ${Qn} / 2);
3225
- padding-right: ${Zn};
3226
- padding-bottom: calc(${Zn});
3227
- border-bottom: ${Zn}
3228
- rgba(${Fn}, 0.07);
3351
+ background-color: rgba(${Bn}, 0.1);
3352
+ padding-left: calc(${tr} + ${Jn} / 2);
3353
+ padding-right: ${tr};
3354
+ padding-bottom: calc(${tr});
3355
+ border-bottom: ${tr}
3356
+ rgba(${Bn}, 0.07);
3229
3357
  }
3230
3358
 
3231
3359
  :host([disabled]) .control {
3232
- background-color: rgba(${Fn}, 0.07);
3360
+ background-color: rgba(${Bn}, 0.07);
3233
3361
  }
3234
3362
  `))
3235
- class lu extends bs{constructor(){super(...arguments),this.appearance=ou}setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(t,e){const i=this.value
3236
- super.slottedOptionsChanged(t,e),i&&(this.value=i)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}_n([tt],lu.prototype,"appearance",void 0)
3237
- const cu=lu.compose({baseName:"select",baseClass:bs,template:(t,e)=>q`
3363
+ class pu extends ws{constructor(){super(...arguments),this.appearance=cu}setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(t,e){const i=this.value
3364
+ super.slottedOptionsChanged(t,e),i&&(this.value=i)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}zn([tt],pu.prototype,"appearance",void 0)
3365
+ const vu=pu.compose({baseName:"select",baseClass:ws,template:(t,e)=>q`
3238
3366
  <template
3239
3367
  class="${t=>[t.collapsible&&"collapsible",t.collapsible&&t.open&&"open",t.disabled&&"disabled",t.collapsible&&t.position].filter(Boolean).join(" ")}"
3240
3368
  aria-activedescendant="${t=>t.ariaActiveDescendant}"
@@ -3283,40 +3411,40 @@ const cu=lu.compose({baseName:"select",baseClass:bs,template:(t,e)=>q`
3283
3411
  ${vt("listbox")}
3284
3412
  >
3285
3413
  <slot
3286
- ${wt({filter:ni.slottedOptionFilter,flatten:!0,property:"slottedOptions"})}
3414
+ ${wt({filter:ri.slottedOptionFilter,flatten:!0,property:"slottedOptions"})}
3287
3415
  ></slot>
3288
3416
  </div>
3289
3417
  </template>
3290
- `,styles:au,indicator:Pa.data})
3291
- Fi.getOrCreate().withPrefix("nimble").register(cu())
3292
- const hu=ut`
3418
+ `,styles:uu,indicator:Ra.data})
3419
+ Bi.getOrCreate().withPrefix("nimble").register(vu())
3420
+ const gu=ut`
3293
3421
  ${Zs("inline-flex")}
3294
3422
 
3295
3423
  :host {
3296
3424
  outline: none;
3297
- font: ${Gr};
3298
- color: ${Qr};
3425
+ font: ${Qr};
3426
+ color: ${Jr};
3299
3427
  flex-direction: column;
3300
3428
  cursor: pointer;
3301
3429
  --ni-private-switch-height: 24px;
3302
3430
  --ni-private-switch-indicator-size: 16px;
3303
3431
  padding-bottom: calc(
3304
- ${Yn} - var(--ni-private-switch-height)
3432
+ ${Gn} - var(--ni-private-switch-height)
3305
3433
  );
3306
3434
  }
3307
3435
 
3308
3436
  :host([disabled]) {
3309
3437
  cursor: default;
3310
- color: ${Jr};
3438
+ color: ${Zr};
3311
3439
  }
3312
3440
 
3313
3441
  .label {
3314
- color: ${jr};
3315
- font: ${Nr};
3442
+ color: ${qr};
3443
+ font: ${jr};
3316
3444
  }
3317
3445
 
3318
3446
  :host([disabled]) .label {
3319
- color: ${qr};
3447
+ color: ${Ur};
3320
3448
  }
3321
3449
 
3322
3450
  .label__hidden {
@@ -3338,28 +3466,28 @@ const hu=ut`
3338
3466
  height: var(--ni-private-switch-height);
3339
3467
  width: calc(var(--ni-private-switch-height) * 2);
3340
3468
  box-sizing: border-box;
3341
- background-color: ${Rn};
3469
+ background-color: ${Dn};
3342
3470
  border-radius: calc(var(--ni-private-switch-height) / 2);
3343
3471
  align-items: center;
3344
- border: calc(${Zn} * 2) solid transparent;
3472
+ border: calc(${tr} * 2) solid transparent;
3345
3473
  }
3346
3474
 
3347
3475
  :host([disabled]) .switch {
3348
3476
  background-color: var(--ni-private-switch-background-disabled-color);
3349
3477
  }
3350
3478
 
3351
- :host(${gh}) .switch {
3352
- border-color: ${Un};
3479
+ :host(${mh}) .switch {
3480
+ border-color: ${Kn};
3353
3481
  }
3354
3482
 
3355
3483
  .checked-indicator-spacer {
3356
3484
  flex-grow: 0;
3357
- transition: flex-grow ${ya} ease-in-out;
3485
+ transition: flex-grow ${$a} ease-in-out;
3358
3486
  }
3359
3487
 
3360
3488
  :host([aria-checked='true']) .checked-indicator-spacer {
3361
3489
  flex-grow: 1;
3362
- transition: flex-grow ${ya} ease-in-out;
3490
+ transition: flex-grow ${$a} ease-in-out;
3363
3491
  }
3364
3492
 
3365
3493
  .checked-indicator {
@@ -3377,24 +3505,24 @@ const hu=ut`
3377
3505
  var(--ni-private-switch-indicator-size)
3378
3506
  ) / 2
3379
3507
  );
3380
- border: ${Zn} solid
3508
+ border: ${tr} solid
3381
3509
  var(--ni-private-switch-indicator-border-color);
3382
3510
  }
3383
3511
 
3384
3512
  :host(:hover) .checked-indicator {
3385
- border: calc(${Zn} * 2) solid ${Un};
3513
+ border: calc(${tr} * 2) solid ${Kn};
3386
3514
  }
3387
3515
 
3388
3516
  :host([disabled]) .checked-indicator {
3389
3517
  background-color: var(
3390
3518
  --ni-private-switch-indicator-background-disabled-color
3391
3519
  );
3392
- border: ${Zn} solid
3520
+ border: ${tr} solid
3393
3521
  var(--ni-private-switch-indicator-border-disabled-color);
3394
3522
  }
3395
3523
 
3396
- :host(${gh}) .checked-indicator {
3397
- border: ${Zn} solid ${Un};
3524
+ :host(${mh}) .checked-indicator {
3525
+ border: ${tr} solid ${Kn};
3398
3526
  }
3399
3527
 
3400
3528
  .checked-indicator-inner {
@@ -3403,7 +3531,7 @@ const hu=ut`
3403
3531
  border-radius: calc(var(--ni-private-switch-indicator-size) / 4);
3404
3532
  background-color: var(--ni-private-switch-indicator-border-color);
3405
3533
  opacity: 0;
3406
- transition: opacity ${ya} ease-in-out;
3534
+ transition: opacity ${$a} ease-in-out;
3407
3535
  }
3408
3536
 
3409
3537
  :host([disabled]) .checked-indicator-inner {
@@ -3414,7 +3542,7 @@ const hu=ut`
3414
3542
 
3415
3543
  :host([aria-checked='true']) .checked-indicator-inner {
3416
3544
  opacity: 1;
3417
- transition: opacity ${ya} ease-in-out;
3545
+ transition: opacity ${$a} ease-in-out;
3418
3546
  }
3419
3547
 
3420
3548
  slot[name='checked-message']::slotted(*) {
@@ -3427,34 +3555,31 @@ const hu=ut`
3427
3555
  transition-duration: 0s;
3428
3556
  }
3429
3557
  }
3430
- `.withBehaviors(Ha(ut`
3431
- ${""}
3558
+ `.withBehaviors(Ma(Io,ut`
3432
3559
  :host {
3433
- --ni-private-switch-background-disabled-color: ${Hn(go,.07)};
3560
+ --ni-private-switch-background-disabled-color: ${Mn(mo,.07)};
3434
3561
  --ni-private-switch-indicator-background-color: ${uo};
3435
- --ni-private-switch-indicator-background-disabled-color: ${Hn(uo,.1)};
3436
- --ni-private-switch-indicator-border-color: ${go};
3437
- --ni-private-switch-indicator-border-disabled-color: ${Hn(go,.3)};
3562
+ --ni-private-switch-indicator-background-disabled-color: ${Mn(uo,.1)};
3563
+ --ni-private-switch-indicator-border-color: ${mo};
3564
+ --ni-private-switch-indicator-border-disabled-color: ${Mn(mo,.3)};
3438
3565
  }
3439
- `,ut`
3440
- ${""}
3566
+ `),Ma(Oo,ut`
3441
3567
  :host {
3442
- --ni-private-switch-background-disabled-color: ${Hn(co,.07)};
3443
- --ni-private-switch-indicator-background-color: ${Hn(go,.3)};
3444
- --ni-private-switch-indicator-background-disabled-color: ${Hn(go,.1)};
3568
+ --ni-private-switch-background-disabled-color: ${Mn(co,.07)};
3569
+ --ni-private-switch-indicator-background-color: ${Mn(mo,.3)};
3570
+ --ni-private-switch-indicator-background-disabled-color: ${Mn(mo,.1)};
3445
3571
  --ni-private-switch-indicator-border-color: ${ho};
3446
- --ni-private-switch-indicator-border-disabled-color: ${Hn(ho,.3)};
3572
+ --ni-private-switch-indicator-border-disabled-color: ${Mn(ho,.3)};
3447
3573
  }
3448
- `,ut`
3449
- ${""}
3574
+ `),Ma(Ao,ut`
3450
3575
  :host {
3451
- --ni-private-switch-background-disabled-color: ${Hn(uo,.07)};
3452
- --ni-private-switch-indicator-background-color: ${Hn(uo,.1)};
3453
- --ni-private-switch-indicator-background-disabled-color: ${Hn(uo,.1)};
3576
+ --ni-private-switch-background-disabled-color: ${Mn(uo,.07)};
3577
+ --ni-private-switch-indicator-background-color: ${Mn(uo,.1)};
3578
+ --ni-private-switch-indicator-background-disabled-color: ${Mn(uo,.1)};
3454
3579
  --ni-private-switch-indicator-border-color: ${uo};
3455
- --ni-private-switch-indicator-border-disabled-color: ${Hn(uo,.3)};
3580
+ --ni-private-switch-indicator-border-disabled-color: ${Mn(uo,.3)};
3456
3581
  }
3457
- `)),du=q`
3582
+ `)),mu=q`
3458
3583
  <template
3459
3584
  role="switch"
3460
3585
  aria-checked="${t=>t.checked}"
@@ -3489,17 +3614,17 @@ const hu=ut`
3489
3614
  </div>
3490
3615
  </template>
3491
3616
  `
3492
- const uu=class extends $s{}.compose({baseClass:$s,baseName:"switch",template:du,styles:hu})
3493
- Fi.getOrCreate().withPrefix("nimble").register(uu())
3494
- const pu=ut`
3617
+ const fu=class extends Cs{}.compose({baseClass:Cs,baseName:"switch",template:mu,styles:gu})
3618
+ Bi.getOrCreate().withPrefix("nimble").register(fu())
3619
+ const bu=ut`
3495
3620
  ${Zs("inline-flex")}
3496
3621
 
3497
3622
  :host {
3498
3623
  position: relative;
3499
3624
  box-sizing: border-box;
3500
- font: ${zr};
3501
- height: ${Yn};
3502
- color: ${Ir};
3625
+ font: ${Ir};
3626
+ height: ${Gn};
3627
+ color: ${Or};
3503
3628
  align-items: center;
3504
3629
  justify-content: center;
3505
3630
  cursor: pointer;
@@ -3509,7 +3634,7 @@ const pu=ut`
3509
3634
  }
3510
3635
 
3511
3636
  :host(:hover) {
3512
- background-color: ${Rn};
3637
+ background-color: ${Dn};
3513
3638
  }
3514
3639
 
3515
3640
  :host(:focus) {
@@ -3517,10 +3642,10 @@ const pu=ut`
3517
3642
  }
3518
3643
 
3519
3644
  :host(:focus:hover) {
3520
- background-color: ${Pn};
3645
+ background-color: ${Rn};
3521
3646
  }
3522
3647
 
3523
- :host(${gh}) {
3648
+ :host(${mh}) {
3524
3649
  outline: none;
3525
3650
  }
3526
3651
 
@@ -3530,14 +3655,14 @@ const pu=ut`
3530
3655
 
3531
3656
  :host([disabled]) {
3532
3657
  cursor: default;
3533
- color: ${Or};
3658
+ color: ${Ar};
3534
3659
  background: none;
3535
3660
  }
3536
3661
 
3537
3662
  slot {
3538
3663
  display: block;
3539
- padding: calc(${Qn} / 2) ${Qn}
3540
- calc(${Qn} / 2 - ${Zn});
3664
+ padding: calc(${Jn} / 2) ${Jn}
3665
+ calc(${Jn} / 2 - ${tr});
3541
3666
  }
3542
3667
 
3543
3668
  :host::before {
@@ -3549,9 +3674,9 @@ const pu=ut`
3549
3674
  );
3550
3675
  width: 0px;
3551
3676
  height: 0px;
3552
- border-bottom: ${Un}
3677
+ border-bottom: ${Kn}
3553
3678
  var(--ni-private-focus-indicator-width) solid;
3554
- transition: width ${ya} ease-in;
3679
+ transition: width ${$a} ease-in;
3555
3680
  }
3556
3681
 
3557
3682
  @media (prefers-reduced-motion) {
@@ -3560,7 +3685,7 @@ const pu=ut`
3560
3685
  }
3561
3686
  }
3562
3687
 
3563
- :host(${gh})::before {
3688
+ :host(${mh})::before {
3564
3689
  width: 100%;
3565
3690
  }
3566
3691
 
@@ -3570,9 +3695,9 @@ const pu=ut`
3570
3695
  bottom: 0px;
3571
3696
  width: 0px;
3572
3697
  height: 0px;
3573
- border-bottom: ${Un}
3698
+ border-bottom: ${Kn}
3574
3699
  var(--ni-private-active-indicator-width) solid;
3575
- transition: width ${ya} ease-in;
3700
+ transition: width ${$a} ease-in;
3576
3701
  }
3577
3702
 
3578
3703
  @media (prefers-reduced-motion) {
@@ -3585,29 +3710,29 @@ const pu=ut`
3585
3710
  width: 100%;
3586
3711
  }
3587
3712
  `
3588
- const vu=class extends ks{}.compose({baseName:"tab",baseClass:ks,template:(t,e)=>q`
3713
+ const wu=class extends _s{}.compose({baseName:"tab",baseClass:_s,template:(t,e)=>q`
3589
3714
  <template slot="tab" role="tab" aria-disabled="${t=>t.disabled}">
3590
3715
  <slot></slot>
3591
3716
  </template>
3592
- `,styles:pu})
3593
- Fi.getOrCreate().withPrefix("nimble").register(vu())
3594
- const gu=ut`
3717
+ `,styles:bu})
3718
+ Bi.getOrCreate().withPrefix("nimble").register(wu())
3719
+ const xu=ut`
3595
3720
  ${Zs("block")}
3596
3721
 
3597
3722
  :host {
3598
3723
  box-sizing: border-box;
3599
- font: ${zr};
3600
- color: ${Ir};
3601
- padding-top: ${Qn};
3724
+ font: ${Ir};
3725
+ color: ${Or};
3726
+ padding-top: ${Jn};
3602
3727
  }
3603
3728
  `
3604
- const mu=class extends Cs{}.compose({baseName:"tab-panel",baseClass:Cs,template:(t,e)=>q`
3729
+ const yu=class extends ks{}.compose({baseName:"tab-panel",baseClass:ks,template:(t,e)=>q`
3605
3730
  <template slot="tabpanel" role="tabpanel">
3606
3731
  <slot></slot>
3607
3732
  </template>
3608
- `,styles:gu})
3609
- Fi.getOrCreate().withPrefix("nimble").register(mu())
3610
- const fu=ut`
3733
+ `,styles:xu})
3734
+ Bi.getOrCreate().withPrefix("nimble").register(yu())
3735
+ const $u=ut`
3611
3736
  ${Zs("grid")}
3612
3737
 
3613
3738
  :host {
@@ -3630,7 +3755,7 @@ const fu=ut`
3630
3755
  grid-column-end: 4;
3631
3756
  }
3632
3757
  `
3633
- const bu=class extends zs{constructor(){super(),this.activeindicator=!1}}.compose({baseName:"tabs",baseClass:zs,template:(t,e)=>q`
3758
+ const Cu=class extends Is{constructor(){super(),this.activeindicator=!1}}.compose({baseName:"tabs",baseClass:Is,template:(t,e)=>q`
3634
3759
  <template class="${t=>t.orientation}">
3635
3760
  ${kt(0,e)}
3636
3761
  <div class="tablist" part="tablist" role="tablist">
@@ -3649,58 +3774,58 @@ const bu=class extends zs{constructor(){super(),this.activeindicator=!1}}.compos
3649
3774
  <slot name="tabpanel" part="tabpanel" ${wt("tabpanels")}></slot>
3650
3775
  </div>
3651
3776
  </template>
3652
- `,styles:fu})
3653
- Fi.getOrCreate().withPrefix("nimble").register(bu())
3654
- const wu=ut`
3777
+ `,styles:$u})
3778
+ Bi.getOrCreate().withPrefix("nimble").register(Cu())
3779
+ const ku=ut`
3655
3780
  ${Zs("flex")}
3656
3781
 
3657
3782
  :host {
3658
3783
  align-items: center;
3659
- height: ${Yn};
3784
+ height: ${Gn};
3660
3785
  box-sizing: border-box;
3661
- font: ${zr};
3662
- color: ${Ir};
3786
+ font: ${Ir};
3787
+ color: ${Or};
3663
3788
  }
3664
3789
 
3665
3790
  .separator {
3666
3791
  display: inline-block;
3667
3792
  height: 24px;
3668
- border-left: calc(${Zn} * 2) solid
3669
- rgba(${Fn}, 0.3);
3670
- margin: calc(${Qn} / 4) calc(${Qn} / 2);
3793
+ border-left: calc(${tr} * 2) solid
3794
+ rgba(${Bn}, 0.3);
3795
+ margin: calc(${Jn} / 4) calc(${Jn} / 2);
3671
3796
  }
3672
- `,xu=q`
3797
+ `,_u=q`
3673
3798
  <template slot="end">
3674
3799
  <div class="separator"></div>
3675
3800
  <slot></slot>
3676
3801
  </template>
3677
3802
  `
3678
- const yu=class extends le{}.compose({baseName:"tabs-toolbar",template:xu,styles:wu})
3679
- Fi.getOrCreate().withPrefix("nimble").register(yu())
3680
- const $u="outline",Cu="block",ku=ut`
3803
+ const zu=class extends le{}.compose({baseName:"tabs-toolbar",template:_u,styles:ku})
3804
+ Bi.getOrCreate().withPrefix("nimble").register(zu())
3805
+ const Iu="outline",Ou="block",Au=ut`
3681
3806
  ${Zs("inline-flex")}
3682
3807
 
3683
3808
  :host {
3684
- font: ${zr};
3809
+ font: ${Ir};
3685
3810
  outline: none;
3686
3811
  user-select: none;
3687
- color: ${Ir};
3812
+ color: ${Or};
3688
3813
  flex-direction: column;
3689
3814
  vertical-align: top;
3690
3815
  }
3691
3816
 
3692
3817
  :host([disabled]) {
3693
- color: ${Or};
3818
+ color: ${Ar};
3694
3819
  }
3695
3820
 
3696
3821
  .label {
3697
3822
  display: block;
3698
- color: ${jr};
3699
- font: ${Nr};
3823
+ color: ${qr};
3824
+ font: ${jr};
3700
3825
  }
3701
3826
 
3702
3827
  :host([disabled]) .label {
3703
- color: ${qr};
3828
+ color: ${Ur};
3704
3829
  }
3705
3830
 
3706
3831
  .control {
@@ -3714,9 +3839,9 @@ const $u="outline",Cu="block",ku=ut`
3714
3839
  color: inherit;
3715
3840
  border-radius: 0px;
3716
3841
  align-items: flex-end;
3717
- border: ${Zn} solid transparent;
3842
+ border: ${tr} solid transparent;
3718
3843
  padding: 8px;
3719
- transition: box-shadow ${ya}, border ${ya};
3844
+ transition: box-shadow ${$a}, border ${$a};
3720
3845
  resize: none;
3721
3846
  }
3722
3847
 
@@ -3727,12 +3852,12 @@ const $u="outline",Cu="block",ku=ut`
3727
3852
  }
3728
3853
 
3729
3854
  .control:hover {
3730
- border-color: ${Un};
3731
- box-shadow: 0px 0px 0px 1px ${Un};
3855
+ border-color: ${Kn};
3856
+ box-shadow: 0px 0px 0px 1px ${Kn};
3732
3857
  }
3733
3858
 
3734
3859
  .control:focus-within {
3735
- border-color: ${Un};
3860
+ border-color: ${Kn};
3736
3861
  }
3737
3862
 
3738
3863
  .control[readonly],
@@ -3740,21 +3865,21 @@ const $u="outline",Cu="block",ku=ut`
3740
3865
  .control[readonly]:hover:focus-within,
3741
3866
  .control[disabled],
3742
3867
  .control[disabled]:hover {
3743
- border-color: rgba(${Fn}, 0.1);
3868
+ border-color: rgba(${Bn}, 0.1);
3744
3869
  box-shadow: none;
3745
3870
  }
3746
3871
 
3747
3872
  .control::selection {
3748
- color: ${jr};
3749
- background: rgba(${Tn}, 0.3);
3873
+ color: ${qr};
3874
+ background: rgba(${Pn}, 0.3);
3750
3875
  }
3751
3876
 
3752
3877
  .control::placeholder {
3753
- color: ${jr};
3878
+ color: ${qr};
3754
3879
  }
3755
3880
 
3756
3881
  .control[disabled]::placeholder {
3757
- color: ${qr};
3882
+ color: ${Ur};
3758
3883
  }
3759
3884
 
3760
3885
  :host([cols]) .control {
@@ -3774,14 +3899,14 @@ const $u="outline",Cu="block",ku=ut`
3774
3899
  :host([resize='vertical']) .control {
3775
3900
  resize: vertical;
3776
3901
  }
3777
- `.withBehaviors(bh($u,ut`
3902
+ `.withBehaviors(xh(Iu,ut`
3778
3903
  .control {
3779
- border-color: rgba(${Fn}, 0.3);
3904
+ border-color: rgba(${Bn}, 0.3);
3780
3905
  background-color: transparent;
3781
3906
  }
3782
- `),bh(Cu,ut`
3907
+ `),xh(Ou,ut`
3783
3908
  .control {
3784
- background-color: rgba(${Fn}, 0.1);
3909
+ background-color: rgba(${Bn}, 0.1);
3785
3910
  }
3786
3911
 
3787
3912
  :host([readonly]) .control {
@@ -3790,11 +3915,11 @@ const $u="outline",Cu="block",ku=ut`
3790
3915
 
3791
3916
  :host([disabled]) .control {
3792
3917
  border-color: transparent;
3793
- background-color: rgba(${Fn}, 0.1);
3918
+ background-color: rgba(${Bn}, 0.1);
3794
3919
  }
3795
3920
  `))
3796
- class _u extends As{constructor(){super(...arguments),this.appearance=$u}}_n([tt],_u.prototype,"appearance",void 0)
3797
- const zu=_u.compose({baseName:"text-area",baseClass:As,template:(t,e)=>q`
3921
+ class Su extends Es{constructor(){super(...arguments),this.appearance=Iu}}zn([tt],Su.prototype,"appearance",void 0)
3922
+ const Eu=Su.compose({baseName:"text-area",baseClass:Es,template:(t,e)=>q`
3798
3923
  <template
3799
3924
  class="
3800
3925
  ${t=>t.readOnly?"readonly":""}
@@ -3849,37 +3974,37 @@ const zu=_u.compose({baseName:"text-area",baseClass:As,template:(t,e)=>q`
3849
3974
  ${vt("control")}
3850
3975
  ></textarea>
3851
3976
  </template>
3852
- `,styles:ku,shadowOptions:{delegatesFocus:!0}})
3853
- Fi.getOrCreate().withPrefix("nimble").register(zu())
3854
- const Iu="underline",Ou="outline",Su="block",Au="frameless",Eu=ut`
3977
+ `,styles:Au,shadowOptions:{delegatesFocus:!0}})
3978
+ Bi.getOrCreate().withPrefix("nimble").register(Eu())
3979
+ const Hu="underline",Mu="outline",Vu="block",Lu="frameless",Tu=ut`
3855
3980
  ${Zs("inline-block")}
3856
- ${Lh}
3981
+ ${Fh}
3857
3982
 
3858
3983
  :host {
3859
- font: ${zr};
3984
+ font: ${Ir};
3860
3985
  outline: none;
3861
3986
  user-select: none;
3862
3987
  --webkit-user-select: none;
3863
- color: ${Ir};
3864
- height: calc(${Jn} + ${Yn});
3865
- --ni-private-hover-indicator-width: calc(${Zn} + 1px);
3988
+ color: ${Or};
3989
+ height: calc(${Zn} + ${Gn});
3990
+ --ni-private-hover-indicator-width: calc(${tr} + 1px);
3866
3991
  --ni-private-height-within-border: calc(
3867
- ${Yn} - 2 * ${Zn}
3992
+ ${Gn} - 2 * ${tr}
3868
3993
  );
3869
3994
  }
3870
3995
 
3871
3996
  :host([disabled]) {
3872
- color: ${Or};
3997
+ color: ${Ar};
3873
3998
  }
3874
3999
 
3875
4000
  .label {
3876
4001
  display: flex;
3877
- color: ${jr};
3878
- font: ${Nr};
4002
+ color: ${qr};
4003
+ font: ${jr};
3879
4004
  }
3880
4005
 
3881
4006
  :host([disabled]) .label {
3882
- color: ${qr};
4007
+ color: ${Ur};
3883
4008
  }
3884
4009
 
3885
4010
  .root {
@@ -3891,25 +4016,25 @@ const Iu="underline",Ou="outline",Su="block",Au="frameless",Eu=ut`
3891
4016
  font: inherit;
3892
4017
  align-items: center;
3893
4018
  justify-content: center;
3894
- border: 0px solid rgba(${Fn}, 0.3);
3895
- gap: calc(${Qn} / 2);
3896
- padding: ${Zn};
4019
+ border: 0px solid rgba(${Bn}, 0.3);
4020
+ gap: calc(${Jn} / 2);
4021
+ padding: ${tr};
3897
4022
  }
3898
4023
 
3899
4024
  :host([readonly]) .root {
3900
- border-color: rgba(${Fn}, 0.1);
4025
+ border-color: rgba(${Bn}, 0.1);
3901
4026
  }
3902
4027
 
3903
4028
  :host([disabled]) .root {
3904
- border-color: rgba(${Fn}, 0.1);
4029
+ border-color: rgba(${Bn}, 0.1);
3905
4030
  }
3906
4031
 
3907
4032
  :host(.invalid) .root {
3908
- border-bottom-color: ${Bn};
4033
+ border-bottom-color: ${Nn};
3909
4034
  }
3910
4035
 
3911
4036
  .root:focus-within {
3912
- border-bottom-color: ${Un};
4037
+ border-bottom-color: ${Kn};
3913
4038
  }
3914
4039
 
3915
4040
  :host([appearance='frameless'].clear-inline-padding) .root {
@@ -3976,16 +4101,16 @@ const Iu="underline",Ou="outline",Su="block",Au="frameless",Eu=ut`
3976
4101
  }
3977
4102
 
3978
4103
  .control::selection {
3979
- color: ${jr};
3980
- background: rgba(${Tn}, 0.3);
4104
+ color: ${qr};
4105
+ background: rgba(${Pn}, 0.3);
3981
4106
  }
3982
4107
 
3983
4108
  .control::placeholder {
3984
- color: ${jr};
4109
+ color: ${qr};
3985
4110
  }
3986
4111
 
3987
4112
  .control[disabled]::placeholder {
3988
- color: ${Or};
4113
+ color: ${Ar};
3989
4114
  }
3990
4115
 
3991
4116
  [part='end'] {
@@ -3995,12 +4120,12 @@ const Iu="underline",Ou="outline",Su="block",Au="frameless",Eu=ut`
3995
4120
  [part='end']::after {
3996
4121
  content: '';
3997
4122
  position: absolute;
3998
- bottom: calc(-1 * ${Zn});
4123
+ bottom: calc(-1 * ${tr});
3999
4124
  width: 0px;
4000
4125
  height: 0px;
4001
- border-bottom: ${Un}
4126
+ border-bottom: ${Kn}
4002
4127
  var(--ni-private-hover-indicator-width) solid;
4003
- transition: width ${ya} ease-in;
4128
+ transition: width ${$a} ease-in;
4004
4129
  }
4005
4130
 
4006
4131
  @media (prefers-reduced-motion) {
@@ -4010,7 +4135,7 @@ const Iu="underline",Ou="outline",Su="block",Au="frameless",Eu=ut`
4010
4135
  }
4011
4136
 
4012
4137
  :host(.invalid) [part='end']::after {
4013
- border-bottom-color: ${Bn};
4138
+ border-bottom-color: ${Nn};
4014
4139
  }
4015
4140
 
4016
4141
  :host(:hover) [part='end']::after {
@@ -4027,26 +4152,26 @@ const Iu="underline",Ou="outline",Su="block",Au="frameless",Eu=ut`
4027
4152
  }
4028
4153
 
4029
4154
  slot[name='actions']::slotted(*) {
4030
- ${Yn.cssCustomProperty}: 24px;
4155
+ ${Gn.cssCustomProperty}: 24px;
4031
4156
  }
4032
- `.withBehaviors(bh(Iu,ut`
4157
+ `.withBehaviors(xh(Hu,ut`
4033
4158
  .root {
4034
- border-bottom-width: ${Zn};
4159
+ border-bottom-width: ${tr};
4035
4160
  padding-bottom: 0;
4036
4161
  }
4037
- `),bh(Su,ut`
4162
+ `),xh(Vu,ut`
4038
4163
  .root {
4039
- background-color: rgba(${Fn}, 0.1);
4164
+ background-color: rgba(${Bn}, 0.1);
4040
4165
  }
4041
4166
 
4042
4167
  .control {
4043
- padding-left: ${Zn};
4044
- padding-right: ${Zn};
4168
+ padding-left: ${tr};
4169
+ padding-right: ${tr};
4045
4170
  }
4046
4171
 
4047
4172
  .root:focus-within,
4048
4173
  :host(.invalid) .root {
4049
- border-bottom-width: ${Zn};
4174
+ border-bottom-width: ${tr};
4050
4175
  padding-bottom: 0;
4051
4176
  }
4052
4177
 
@@ -4055,40 +4180,38 @@ const Iu="underline",Ou="outline",Su="block",Au="frameless",Eu=ut`
4055
4180
  }
4056
4181
 
4057
4182
  :host([readonly]) .root {
4058
- background-color: rgba(${Fn}, 0.07);
4183
+ background-color: rgba(${Bn}, 0.07);
4059
4184
  border-color: transparent;
4060
4185
  }
4061
4186
 
4062
4187
  :host([disabled]) .root {
4063
- background-color: rgba(${Fn}, 0.07);
4188
+ background-color: rgba(${Bn}, 0.07);
4064
4189
  }
4065
- `),bh(Ou,ut`
4190
+ `),xh(Mu,ut`
4066
4191
  .root {
4067
- border-width: ${Zn};
4192
+ border-width: ${tr};
4068
4193
  padding: 0;
4069
4194
  }
4070
- `),bh(Au,ut`
4195
+ `),xh(Lu,ut`
4071
4196
  .control {
4072
- padding-left: ${Zn};
4073
- padding-right: ${Zn};
4197
+ padding-left: ${tr};
4198
+ padding-right: ${tr};
4074
4199
  }
4075
4200
 
4076
4201
  :host([readonly]) .root {
4077
4202
  border-color: transparent;
4078
4203
  }
4079
- `),Ha(ut`
4080
- ${""}
4204
+ `),Ma(Io,ut`
4081
4205
  .control::-ms-reveal {
4082
4206
  filter: invert(0%);
4083
4207
  }
4084
- `,ut`
4085
- ${""}
4208
+ `),Ma([Oo,Ao],ut`
4086
4209
  .control::-ms-reveal {
4087
4210
  filter: invert(100%);
4088
4211
  }
4089
- `,Io))
4090
- class Hu extends hs{constructor(){super(...arguments),this.appearance=Iu}connectedCallback(){super.connectedCallback(),this.control.setAttribute("aria-errormessage","errortext")}}_n([tt],Hu.prototype,"appearance",void 0),_n([tt({attribute:"error-text"})],Hu.prototype,"errorText",void 0)
4091
- const Mu=Hu.compose({baseName:"text-field",baseClass:hs,template:(t,e)=>q`
4212
+ `))
4213
+ class Pu extends ds{constructor(){super(...arguments),this.appearance=Hu}connectedCallback(){super.connectedCallback(),this.control.setAttribute("aria-errormessage","errortext")}}zn([tt],Pu.prototype,"appearance",void 0),zn([tt({attribute:"error-text"})],Pu.prototype,"errorText",void 0)
4214
+ const Ru=Pu.compose({baseName:"text-field",baseClass:ds,template:(t,e)=>q`
4092
4215
  <template
4093
4216
  class="
4094
4217
  ${t=>t.readOnly?"readonly":""}
@@ -4100,7 +4223,7 @@ const Mu=Hu.compose({baseName:"text-field",baseClass:hs,template:(t,e)=>q`
4100
4223
  class="${t=>t.defaultSlottedNodes&&t.defaultSlottedNodes.length?"label":"label label__hidden"}"
4101
4224
  >
4102
4225
  <slot
4103
- ${wt({property:"defaultSlottedNodes",filter:gs})}
4226
+ ${wt({property:"defaultSlottedNodes",filter:ms})}
4104
4227
  ></slot>
4105
4228
  </label>
4106
4229
  <div class="root" part="root">
@@ -4148,23 +4271,23 @@ const Mu=Hu.compose({baseName:"text-field",baseClass:hs,template:(t,e)=>q`
4148
4271
  ${Ct(0,e)}
4149
4272
  </div>
4150
4273
  </template>
4151
- `,styles:Eu,shadowOptions:{delegatesFocus:!0},end:q`
4274
+ `,styles:Tu,shadowOptions:{delegatesFocus:!0},end:q`
4152
4275
  <nimble-icon-exclamation-mark
4153
4276
  class="error-icon fail"
4154
4277
  ></nimble-icon-exclamation-mark>
4155
4278
  <span part="actions">
4156
4279
  <slot name="actions"></slot>
4157
4280
  </span>
4158
- ${Oh}
4281
+ ${Mh}
4159
4282
  `})
4160
- Fi.getOrCreate().withPrefix("nimble").register(Mu())
4161
- const Vu=ut`
4283
+ Bi.getOrCreate().withPrefix("nimble").register(Ru())
4284
+ const Du=ut`
4162
4285
  .positioning-region {
4163
4286
  display: flex;
4164
- padding: ${Gn} ${Qn};
4287
+ padding: ${Qn} ${Jn};
4165
4288
  align-items: center;
4166
- gap: ${Qn};
4167
- background: ${Vn};
4289
+ gap: ${Jn};
4290
+ background: ${Ln};
4168
4291
  }
4169
4292
 
4170
4293
  slot[name='label'] {
@@ -4173,17 +4296,17 @@ const Vu=ut`
4173
4296
 
4174
4297
  [part='start'] {
4175
4298
  display: flex;
4176
- gap: ${Qn};
4299
+ gap: ${Jn};
4177
4300
  margin-right: auto;
4178
4301
  }
4179
4302
 
4180
4303
  [part='end'] {
4181
4304
  display: flex;
4182
- gap: ${Qn};
4305
+ gap: ${Jn};
4183
4306
  margin-left: auto;
4184
4307
  }
4185
4308
  `
4186
- const Lu=class extends Hs{}.compose({baseName:"toolbar",baseClass:Hs,template:(t,e)=>q`
4309
+ const Fu=class extends Ms{}.compose({baseName:"toolbar",baseClass:Ms,template:(t,e)=>q`
4187
4310
  <template
4188
4311
  aria-label="${t=>t.ariaLabel}"
4189
4312
  aria-labelledby="${t=>t.ariaLabelledby}"
@@ -4204,16 +4327,16 @@ const Lu=class extends Hs{}.compose({baseName:"toolbar",baseClass:Hs,template:(t
4204
4327
  ${Ct(0,e)}
4205
4328
  </div>
4206
4329
  </template>
4207
- `,styles:Vu,shadowOptions:{delegatesFocus:!0}})
4208
- Fi.getOrCreate().withPrefix("nimble").register(Lu())
4209
- const Tu=ut`
4330
+ `,styles:Du,shadowOptions:{delegatesFocus:!0}})
4331
+ Bi.getOrCreate().withPrefix("nimble").register(Fu())
4332
+ const Bu=ut`
4210
4333
  ${Zs("inline-flex")}
4211
4334
 
4212
4335
  :host {
4213
- font: ${oa};
4214
- color: ${na};
4336
+ font: ${na};
4337
+ color: ${ra};
4215
4338
  text-align: left;
4216
- --ni-private-tooltip-border-color: ${Hn(go,.3)};
4339
+ --ni-private-tooltip-border-color: ${Mn(mo,.3)};
4217
4340
  --ni-private-tooltip-background-color: ${co};
4218
4341
  }
4219
4342
 
@@ -4221,14 +4344,14 @@ const Tu=ut`
4221
4344
  box-sizing: border-box;
4222
4345
  flex-shrink: 0;
4223
4346
  max-width: 440px;
4224
- box-shadow: 0px 3px 4px ${Wn};
4347
+ box-shadow: 0px 3px 4px ${Xn};
4225
4348
  display: inline-flex;
4226
- border: ${Zn} solid var(--ni-private-tooltip-border-color);
4349
+ border: ${tr} solid var(--ni-private-tooltip-border-color);
4227
4350
  background-color: var(--ni-private-tooltip-background-color);
4228
4351
  padding-bottom: 6px;
4229
- padding-left: calc(${Qn} / 2);
4230
- padding-right: calc(${Qn} / 2);
4231
- padding-top: ${Gn};
4352
+ padding-left: calc(${Jn} / 2);
4353
+ padding-right: calc(${Jn} / 2);
4354
+ padding-top: ${Qn};
4232
4355
  }
4233
4356
 
4234
4357
  .status-icon {
@@ -4247,9 +4370,9 @@ const Tu=ut`
4247
4370
  display: flex;
4248
4371
  flex: 0 0 auto;
4249
4372
  }
4250
- `.withBehaviors(Ha(ut`
4373
+ `.withBehaviors(Ma(Io,ut`
4251
4374
  :host(.fail) {
4252
- --ni-private-tooltip-border-color: ${bo};
4375
+ --ni-private-tooltip-border-color: ${wo};
4253
4376
  --ni-private-tooltip-background-color: ${uo};
4254
4377
  }
4255
4378
 
@@ -4257,9 +4380,9 @@ const Tu=ut`
4257
4380
  --ni-private-tooltip-border-color: ${no};
4258
4381
  --ni-private-tooltip-background-color: ${uo};
4259
4382
  }
4260
- `,ut`
4383
+ `),Ma(Oo,ut`
4261
4384
  :host {
4262
- --ni-private-tooltip-border-color: ${Hn(co,.3)};
4385
+ --ni-private-tooltip-border-color: ${Mn(co,.3)};
4263
4386
  --ni-private-tooltip-background-color: ${po};
4264
4387
  }
4265
4388
 
@@ -4268,16 +4391,16 @@ const Tu=ut`
4268
4391
  }
4269
4392
 
4270
4393
  :host(.fail) {
4271
- --ni-private-tooltip-border-color: ${bo};
4394
+ --ni-private-tooltip-border-color: ${wo};
4272
4395
  }
4273
- `,ut`
4396
+ `),Ma(Ao,ut`
4274
4397
  .anchored-region {
4275
- background-color: ${mo};
4398
+ background-color: ${fo};
4276
4399
  }
4277
4400
 
4278
4401
  :host {
4279
- --ni-private-tooltip-border-color: ${Hn(uo,.3)};
4280
- --ni-private-tooltip-background-color: ${Hn(uo,.15)};
4402
+ --ni-private-tooltip-border-color: ${Mn(uo,.3)};
4403
+ --ni-private-tooltip-background-color: ${Mn(uo,.15)};
4281
4404
  }
4282
4405
 
4283
4406
  :host(.fail) {
@@ -4292,7 +4415,7 @@ const Tu=ut`
4292
4415
  opacity: 0.6;
4293
4416
  }
4294
4417
  `))
4295
- const Pu=class extends Xs{}.compose({baseName:"tooltip",baseClass:Xs,template:t=>q`
4418
+ const Nu=class extends Ys{}.compose({baseName:"tooltip",baseClass:Ys,template:t=>q`
4296
4419
  ${gt((t=>t.tooltipVisible),q`
4297
4420
  <${t.tagFor(io)}
4298
4421
  class="anchored-region"
@@ -4312,22 +4435,22 @@ const Pu=class extends Xs{}.compose({baseName:"tooltip",baseClass:Xs,template:t=
4312
4435
  ${vt("region")}
4313
4436
  >
4314
4437
  <div class="tooltip" part="tooltip" role="tooltip">
4315
- <${t.tagFor(Mh)} class="fail status-icon"></${t.tagFor(Mh)}>
4316
- <${t.tagFor(Rd)} class="information status-icon"></${t.tagFor(Rd)}>
4438
+ <${t.tagFor(Rh)} class="fail status-icon"></${t.tagFor(Rh)}>
4439
+ <${t.tagFor(jd)} class="information status-icon"></${t.tagFor(jd)}>
4317
4440
  <slot></slot>
4318
4441
  </div>
4319
4442
  </${t.tagFor(io)}>
4320
4443
  `)}
4321
- `,styles:Tu})
4322
- Fi.getOrCreate().withPrefix("nimble").register(Pu())
4323
- const Ru="group-selected",Du="all",Fu="leaves-only",Bu="none"
4324
- class Nu{constructor(t,e){this.cache=new WeakMap,this.ltr=t,this.rtl=e}bind(t){this.attach(t)}unbind(t){const e=this.cache.get(t)
4325
- e&&On.unsubscribe(e)}attach(t){const e=this.cache.get(t)||new ju(this.ltr,this.rtl,t),i=On.getValueFor(t)
4326
- On.subscribe(e),e.attach(i),this.cache.set(t,e)}}class ju{constructor(t,e,i){this.ltr=t,this.rtl=e,this.source=i,this.attached=null}handleChange({target:t,token:e}){this.attach(e.getValueFor(t))}attach(t){this.attached!==this[t]&&(null!==this.attached&&this.source.$fastController.removeStyles(this.attached),this.attached=this[t],null!==this.attached&&this.source.$fastController.addStyles(this.attached))}}const qu=class extends Gs{constructor(){super(...arguments),this.treeView=null,this.handleSelectedChange=t=>{t.target===this&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}}connectedCallback(){super.connectedCallback(),this.addEventListener("selected-change",this.handleSelectedChange),this.treeView=this.getParentTreeView(),this.treeView&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("selected-change",this.handleSelectedChange),this.treeView=null}clearTreeGroupSelection(){const t=this.treeView?.querySelectorAll("[group-selected]")
4327
- t?.forEach((t=>t.removeAttribute(Ru)))}setGroupSelectionOnRootParentTreeItem(t){this.clearTreeGroupSelection()
4444
+ `,styles:Bu})
4445
+ Bi.getOrCreate().withPrefix("nimble").register(Nu())
4446
+ const ju="group-selected",qu="all",Uu="leaves-only",Ku="none"
4447
+ class Wu{constructor(t,e){this.cache=new WeakMap,this.ltr=t,this.rtl=e}bind(t){this.attach(t)}unbind(t){const e=this.cache.get(t)
4448
+ e&&An.unsubscribe(e)}attach(t){const e=this.cache.get(t)||new Xu(this.ltr,this.rtl,t),i=An.getValueFor(t)
4449
+ An.subscribe(e),e.attach(i),this.cache.set(t,e)}}class Xu{constructor(t,e,i){this.ltr=t,this.rtl=e,this.source=i,this.attached=null}handleChange({target:t,token:e}){this.attach(e.getValueFor(t))}attach(t){this.attached!==this[t]&&(null!==this.attached&&this.source.$fastController.removeStyles(this.attached),this.attached=this[t],null!==this.attached&&this.source.$fastController.addStyles(this.attached))}}const Yu=class extends Qs{constructor(){super(...arguments),this.treeView=null,this.handleSelectedChange=t=>{t.target===this&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}}connectedCallback(){super.connectedCallback(),this.addEventListener("selected-change",this.handleSelectedChange),this.treeView=this.getParentTreeView(),this.treeView&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("selected-change",this.handleSelectedChange),this.treeView=null}clearTreeGroupSelection(){const t=this.treeView?.querySelectorAll("[group-selected]")
4450
+ t?.forEach((t=>t.removeAttribute(ju)))}setGroupSelectionOnRootParentTreeItem(t){this.clearTreeGroupSelection()
4328
4451
  let e=t
4329
4452
  for(;e?.parentElement!==this.treeView;)e=e?.parentElement
4330
- e&&e.setAttribute(Ru,"true")}getParentTreeView(){return this.parentElement.closest("[role='tree']")}}.compose({baseName:"tree-item",baseClass:Gs,template:(t,e)=>q`
4453
+ e&&e.setAttribute(ju,"true")}getParentTreeView(){return this.parentElement.closest("[role='tree']")}}.compose({baseName:"tree-item",baseClass:Qs,template:(t,e)=>q`
4331
4454
  <template
4332
4455
  role="treeitem"
4333
4456
  slot="${t=>t.isNestedItem()?"item":void 0}"
@@ -4373,54 +4496,54 @@ e&&e.setAttribute(Ru,"true")}getParentTreeView(){return this.parentElement.close
4373
4496
  :host {
4374
4497
  ${""}
4375
4498
  font-family: ${Sr};
4376
- font-weight: ${Ar};
4499
+ font-weight: ${Er};
4377
4500
  contain: content;
4378
4501
  position: relative;
4379
4502
  outline: none;
4380
- color: ${Ir};
4503
+ color: ${Or};
4381
4504
  cursor: pointer;
4382
4505
  --ni-private-tree-item-nested-width: 0;
4383
4506
  }
4384
4507
 
4385
4508
  ${""}
4386
- :host([${Ru}])::after {
4387
- background: ${Un};
4509
+ :host([${ju}])::after {
4510
+ background: ${Kn};
4388
4511
  border-radius: 0px;
4389
4512
  content: '';
4390
4513
  display: block;
4391
4514
  position: absolute;
4392
4515
  top: 0px;
4393
- width: calc(${Zn} * 2);
4394
- height: calc(${tr} * 2);
4516
+ width: calc(${tr} * 2);
4517
+ height: calc(${er} * 2);
4395
4518
  }
4396
4519
 
4397
4520
  .positioning-region {
4398
4521
  display: flex;
4399
4522
  position: relative;
4400
4523
  box-sizing: border-box;
4401
- height: calc(${tr} * 2);
4524
+ height: calc(${er} * 2);
4402
4525
  }
4403
4526
 
4404
4527
  .positioning-region:hover {
4405
- background: ${Rn};
4528
+ background: ${Dn};
4406
4529
  }
4407
4530
 
4408
- :host([${Ru}]) .positioning-region:hover {
4409
- background: ${Pn};
4531
+ :host([${ju}]) .positioning-region:hover {
4532
+ background: ${Rn};
4410
4533
  }
4411
4534
 
4412
- :host(${gh}) .positioning-region {
4413
- box-shadow: 0px 0px 0px ${Zn} ${Un} inset;
4414
- outline: ${Zn} solid ${Un};
4535
+ :host(${mh}) .positioning-region {
4536
+ box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
4537
+ outline: ${tr} solid ${Kn};
4415
4538
  outline-offset: -2px;
4416
4539
  }
4417
4540
 
4418
4541
  :host([selected]) .positioning-region {
4419
- background: ${Ln};
4542
+ background: ${Tn};
4420
4543
  }
4421
4544
 
4422
4545
  :host([selected]) .positioning-region:hover {
4423
- background: ${Pn};
4546
+ background: ${Rn};
4424
4547
  }
4425
4548
 
4426
4549
  .positioning-region::before {
@@ -4437,13 +4560,13 @@ e&&e.setAttribute(Ru,"true")}getParentTreeView(){return this.parentElement.close
4437
4560
  width: 100%;
4438
4561
  padding-left: 10px;
4439
4562
  font: inherit;
4440
- font-size: ${Er};
4563
+ font-size: ${Hr};
4441
4564
  user-select: none;
4442
4565
  position: relative;
4443
- margin-inline-start: ${tr};
4566
+ margin-inline-start: ${er};
4444
4567
  }
4445
4568
 
4446
- :host(${gh}) .content-region {
4569
+ :host(${mh}) .content-region {
4447
4570
  outline: none;
4448
4571
  }
4449
4572
 
@@ -4456,8 +4579,8 @@ e&&e.setAttribute(Ru,"true")}getParentTreeView(){return this.parentElement.close
4456
4579
  background: none;
4457
4580
  border: none;
4458
4581
  outline: none;
4459
- width: ${tr};
4460
- height: ${tr};
4582
+ width: ${er};
4583
+ height: ${er};
4461
4584
  padding: 0px;
4462
4585
  justify-content: center;
4463
4586
  align-items: center;
@@ -4467,8 +4590,8 @@ e&&e.setAttribute(Ru,"true")}getParentTreeView(){return this.parentElement.close
4467
4590
  }
4468
4591
 
4469
4592
  .expand-collapse-button svg {
4470
- width: ${tr};
4471
- height: ${tr};
4593
+ width: ${er};
4594
+ height: ${er};
4472
4595
  transition: transform 0.2s ease-in;
4473
4596
  pointer-events: none;
4474
4597
  fill: currentcolor;
@@ -4476,26 +4599,26 @@ e&&e.setAttribute(Ru,"true")}getParentTreeView(){return this.parentElement.close
4476
4599
 
4477
4600
  ${""}
4478
4601
  span[part="start"] {
4479
- width: ${tr};
4602
+ width: ${er};
4480
4603
  }
4481
4604
 
4482
4605
  ${""}
4483
4606
  .start {
4484
4607
  display: flex;
4485
4608
  fill: currentcolor;
4486
- margin-inline-start: ${tr};
4487
- margin-inline-end: ${tr};
4609
+ margin-inline-start: ${er};
4610
+ margin-inline-end: ${er};
4488
4611
  }
4489
4612
 
4490
4613
  slot[name='start']::slotted(*) {
4491
- width: ${tr};
4492
- height: ${tr};
4614
+ width: ${er};
4615
+ height: ${er};
4493
4616
  }
4494
4617
 
4495
- ::slotted(${t.tagFor(Gs)}) {
4618
+ ::slotted(${t.tagFor(Qs)}) {
4496
4619
  --ni-private-tree-item-nested-width: 1em;
4497
4620
  --ni-private-expand-collapse-button-nested-width: calc(
4498
- ${tr} * -1
4621
+ ${er} * -1
4499
4622
  );
4500
4623
  }
4501
4624
 
@@ -4503,24 +4626,24 @@ e&&e.setAttribute(Ru,"true")}getParentTreeView(){return this.parentElement.close
4503
4626
  .end {
4504
4627
  display: flex;
4505
4628
  fill: currentcolor;
4506
- margin-inline-start: ${tr};
4629
+ margin-inline-start: ${er};
4507
4630
  }
4508
4631
 
4509
4632
  .items {
4510
4633
  display: none;
4511
4634
  ${""}
4512
- font-size: calc(1em + (${tr} * 2));
4635
+ font-size: calc(1em + (${er} * 2));
4513
4636
  }
4514
4637
 
4515
4638
  :host([expanded]) .items {
4516
4639
  display: block;
4517
4640
  }
4518
- `.withBehaviors(new Nu(ut`
4641
+ `.withBehaviors(new Wu(ut`
4519
4642
  ${""}
4520
4643
  .expand-collapse-button {
4521
4644
  left: var(
4522
4645
  --ni-private-expand-collapse-button-nested-width,
4523
- calc(${tr} * -1)
4646
+ calc(${er} * -1)
4524
4647
  );
4525
4648
  }
4526
4649
 
@@ -4536,7 +4659,7 @@ e&&e.setAttribute(Ru,"true")}getParentTreeView(){return this.parentElement.close
4536
4659
  .expand-collapse-button {
4537
4660
  right: var(
4538
4661
  --ni-private-expand-collapse-button-nested-width,
4539
- calc(${tr} * -1)
4662
+ calc(${er} * -1)
4540
4663
  );
4541
4664
  }
4542
4665
 
@@ -4547,9 +4670,9 @@ e&&e.setAttribute(Ru,"true")}getParentTreeView(){return this.parentElement.close
4547
4670
  :host([expanded]) .expand-collapse-button svg {
4548
4671
  transform: rotate(135deg);
4549
4672
  }
4550
- `)),expandCollapseGlyph:Fa.data})
4551
- Fi.getOrCreate().withPrefix("nimble").register(qu())
4552
- const Uu=ut`
4673
+ `)),expandCollapseGlyph:Ba.data})
4674
+ Bi.getOrCreate().withPrefix("nimble").register(Yu())
4675
+ const Gu=ut`
4553
4676
  ${Zs("flex")}
4554
4677
 
4555
4678
  :host {
@@ -4558,18 +4681,18 @@ const Uu=ut`
4558
4681
  min-width: fit-content;
4559
4682
  font-size: 0;
4560
4683
  }
4561
- :host(${gh}) {
4684
+ :host(${mh}) {
4562
4685
  outline: none;
4563
4686
  }
4564
4687
  `
4565
- class Ku extends Qs{constructor(){super(...arguments),this.selectionMode=Du}handleClick(t){if(t.defaultPrevented)return!1
4566
- if(!(t.target instanceof Element&&Ys(t.target)))return!0
4688
+ class Qu extends Js{constructor(){super(...arguments),this.selectionMode=qu}handleClick(t){if(t.defaultPrevented)return!1
4689
+ if(!(t.target instanceof Element&&Gs(t.target)))return!0
4567
4690
  const e=t.target
4568
- return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case Du:return!0
4569
- case Bu:return!1
4570
- case Fu:return!this.itemHasChildren(t)
4571
- default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}_n([tt({attribute:"selection-mode"})],Ku.prototype,"selectionMode",void 0)
4572
- const Wu=Ku.compose({baseName:"tree-view",baseClass:Qs,template:(t,e)=>q`
4691
+ return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case qu:return!0
4692
+ case Ku:return!1
4693
+ case Uu:return!this.itemHasChildren(t)
4694
+ default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}zn([tt({attribute:"selection-mode"})],Qu.prototype,"selectionMode",void 0)
4695
+ const Ju=Qu.compose({baseName:"tree-view",baseClass:Js,template:(t,e)=>q`
4573
4696
  <template
4574
4697
  role="tree"
4575
4698
  ${vt("treeView")}
@@ -4581,6 +4704,6 @@ const Wu=Ku.compose({baseName:"tree-view",baseClass:Qs,template:(t,e)=>q`
4581
4704
  >
4582
4705
  <slot ${wt("slottedTreeItems")}></slot>
4583
4706
  </template>
4584
- `,styles:Uu})
4585
- Fi.getOrCreate().withPrefix("nimble").register(Wu())}()
4707
+ `,styles:Gu})
4708
+ Bi.getOrCreate().withPrefix("nimble").register(Ju())}()
4586
4709
  //# sourceMappingURL=all-components-bundle.min.js.map