@ni/nimble-components 11.1.0 → 11.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist/all-components-bundle.js +785 -80
  2. package/dist/all-components-bundle.js.map +1 -1
  3. package/dist/all-components-bundle.min.js +1088 -969
  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/number-field/index.d.ts +3 -0
  9. package/dist/esm/number-field/index.js +37 -3
  10. package/dist/esm/number-field/index.js.map +1 -1
  11. package/dist/esm/number-field/styles.js +50 -23
  12. package/dist/esm/number-field/styles.js.map +1 -1
  13. package/dist/esm/number-field/types.d.ts +9 -0
  14. package/dist/esm/number-field/types.js +9 -0
  15. package/dist/esm/number-field/types.js.map +1 -0
  16. package/dist/esm/text-field/styles.js +0 -1
  17. package/dist/esm/text-field/styles.js.map +1 -1
  18. package/dist/esm/theme-provider/design-token-comments.js +1 -0
  19. package/dist/esm/theme-provider/design-token-comments.js.map +1 -1
  20. package/dist/esm/theme-provider/design-token-names.js +1 -0
  21. package/dist/esm/theme-provider/design-token-names.js.map +1 -1
  22. package/dist/esm/theme-provider/design-tokens.d.ts +1 -0
  23. package/dist/esm/theme-provider/design-tokens.js +1 -0
  24. package/dist/esm/theme-provider/design-tokens.js.map +1 -1
  25. package/dist/esm/tooltip/index.d.ts +11 -0
  26. package/dist/esm/tooltip/index.js +15 -0
  27. package/dist/esm/tooltip/index.js.map +1 -0
  28. package/dist/esm/tooltip/styles.d.ts +1 -0
  29. package/dist/esm/tooltip/styles.js +27 -0
  30. package/dist/esm/tooltip/styles.js.map +1 -0
  31. package/dist/tokens-internal.scss +6 -0
  32. package/dist/tokens.scss +3 -0
  33. package/package.json +1 -1
@@ -14,9 +14,9 @@ return void 0===i&&(i=s?t[e]=s():null),i}},e))}const i=Object.freeze([]),o=t.FAS
14
14
  function i(){if(s.length)throw s.shift()}function o(t){try{t.call()}catch(t){s.push(t),setTimeout(i,0)}}function n(){let t=0
15
15
  for(;t<e.length;)if(o(e[t]),t++,t>1024){for(let s=0,i=e.length-t;s<i;s++)e[s]=e[s+t]
16
16
  e.length-=t,t=0}e.length=0}return Object.freeze({enqueue:function(s){e.length<1&&t.requestAnimationFrame(n),e.push(s)},process:n})})),n=t.trustedTypes.createPolicy("fast-html",{createHTML:t=>t})
17
- let a=n
18
- const r=`fast-${Math.random().toString(36).substring(2,8)}`,l=`${r}{`,c=`}${r}`,h=Object.freeze({supportsAdoptedStyleSheets:Array.isArray(document.adoptedStyleSheets)&&"replace"in CSSStyleSheet.prototype,setHTMLPolicy(t){if(a!==n)throw new Error("The HTML policy can only be set once.")
19
- a=t},createHTML:t=>a.createHTML(t),isMarker:t=>t&&8===t.nodeType&&t.data.startsWith(r),extractDirectiveIndexFromMarker:t=>parseInt(t.data.replace(`${r}:`,"")),createInterpolationPlaceholder:t=>`${l}${t}${c}`,createCustomAttributePlaceholder(t,e){return`${t}="${this.createInterpolationPlaceholder(e)}"`},createBlockPlaceholder:t=>`\x3c!--${r}:${t}--\x3e`,queueUpdate:o.enqueue,processUpdates:o.process,nextUpdate:()=>new Promise(o.enqueue),setAttribute(t,e,s){null==s?t.removeAttribute(e):t.setAttribute(e,s)},setBooleanAttribute(t,e,s){s?t.setAttribute(e,""):t.removeAttribute(e)},removeChildNodes(t){for(let e=t.firstChild;null!==e;e=t.firstChild)t.removeChild(e)},createTemplateWalker:t=>document.createTreeWalker(t,133,null,!1)})
17
+ let r=n
18
+ const a=`fast-${Math.random().toString(36).substring(2,8)}`,l=`${a}{`,c=`}${a}`,h=Object.freeze({supportsAdoptedStyleSheets:Array.isArray(document.adoptedStyleSheets)&&"replace"in CSSStyleSheet.prototype,setHTMLPolicy(t){if(r!==n)throw new Error("The HTML policy can only be set once.")
19
+ r=t},createHTML:t=>r.createHTML(t),isMarker:t=>t&&8===t.nodeType&&t.data.startsWith(a),extractDirectiveIndexFromMarker:t=>parseInt(t.data.replace(`${a}:`,"")),createInterpolationPlaceholder:t=>`${l}${t}${c}`,createCustomAttributePlaceholder(t,e){return`${t}="${this.createInterpolationPlaceholder(e)}"`},createBlockPlaceholder:t=>`\x3c!--${a}:${t}--\x3e`,queueUpdate:o.enqueue,processUpdates:o.process,nextUpdate:()=>new Promise(o.enqueue),setAttribute(t,e,s){null==s?t.removeAttribute(e):t.setAttribute(e,s)},setBooleanAttribute(t,e,s){s?t.setAttribute(e,""):t.removeAttribute(e)},removeChildNodes(t){for(let e=t.firstChild;null!==e;e=t.firstChild)t.removeChild(e)},createTemplateWalker:t=>document.createTreeWalker(t,133,null,!1)})
20
20
  function d(t){const e=this.spillover;-1===e.indexOf(t)&&e.push(t)}function u(t){const e=this.spillover,s=e.indexOf(t);-1!==s&&e.splice(s,1)}function p(t){const e=this.spillover,s=this.source
21
21
  for(let i=0,o=e.length;i<o;++i)e[i].handleChange(s,t)}function v(t){return-1!==this.spillover.indexOf(t)}class g{constructor(t,e){this.sub1=void 0,this.sub2=void 0,this.spillover=void 0,this.source=t,this.sub1=e}has(t){return this.sub1===t||this.sub2===t}subscribe(t){this.has(t)||(void 0!==this.sub1?void 0!==this.sub2?(this.spillover=[this.sub1,this.sub2,t],this.subscribe=d,this.unsubscribe=u,this.notify=p,this.has=v,this.sub1=void 0,this.sub2=void 0):this.sub2=t:this.sub1=t)}unsubscribe(t){this.sub1===t?this.sub1=void 0:this.sub2===t&&(this.sub2=void 0)}notify(t){const e=this.sub1,s=this.sub2,i=this.source
22
22
  void 0!==e&&e.handleChange(i,t),void 0!==s&&s.handleChange(i,t)}}class m{constructor(t){this.subscribers={},this.sourceSubscribers=null,this.source=t}notify(t){var e
@@ -27,24 +27,24 @@ void 0===s&&(this.subscribers[e]=s=new g(this.source)),s.subscribe(t)}else this.
27
27
  if(e){const s=this.subscribers[e]
28
28
  void 0!==s&&s.unsubscribe(t)}else null===(s=this.sourceSubscribers)||void 0===s||s.unsubscribe(t)}}const f=s.getById(2,(()=>{const t=/(:|&&|\|\||if)/,e=new WeakMap,s=new WeakMap,i=h.queueUpdate
29
29
  let o,n=t=>{throw new Error("Must call enableArrayObservation before observing arrays.")}
30
- function a(t){let s=t.$fastController||e.get(t)
31
- return void 0===s&&(Array.isArray(t)?s=n(t):e.set(t,s=new m(t))),s}function r(t){let e=s.get(t)
30
+ function r(t){let s=t.$fastController||e.get(t)
31
+ return void 0===s&&(Array.isArray(t)?s=n(t):e.set(t,s=new m(t))),s}function a(t){let e=s.get(t)
32
32
  if(void 0===e){let i=Reflect.getPrototypeOf(t)
33
33
  for(;void 0===e&&null!==i;)e=s.get(i),i=Reflect.getPrototypeOf(i)
34
34
  e=void 0===e?[]:e.slice(0),s.set(t,e)}return e}class l{constructor(t){this.name=t,this.field=`_${t}`,this.callback=`${t}Changed`}getValue(t){return void 0!==o&&o.watch(t,this.name),t[this.field]}setValue(t,e){const s=this.field,i=t[s]
35
35
  if(i!==e){t[s]=e
36
36
  const o=t[this.callback]
37
- "function"==typeof o&&o.call(t,i,e),a(t).notify(this.name)}}}class c extends g{constructor(t,e,s=!1){super(t,e),this.binding=t,this.isVolatileBinding=s,this.needsRefresh=!0,this.needsQueue=!0,this.first=this,this.last=null,this.propertySource=void 0,this.propertyName=void 0,this.notifier=void 0,this.next=void 0}observe(t,e){this.needsRefresh&&null!==this.last&&this.disconnect()
37
+ "function"==typeof o&&o.call(t,i,e),r(t).notify(this.name)}}}class c extends g{constructor(t,e,s=!1){super(t,e),this.binding=t,this.isVolatileBinding=s,this.needsRefresh=!0,this.needsQueue=!0,this.first=this,this.last=null,this.propertySource=void 0,this.propertyName=void 0,this.notifier=void 0,this.next=void 0}observe(t,e){this.needsRefresh&&null!==this.last&&this.disconnect()
38
38
  const s=o
39
39
  o=this.needsRefresh?this:void 0,this.needsRefresh=this.isVolatileBinding
40
40
  const i=this.binding(t,e)
41
41
  return o=s,i}disconnect(){if(null!==this.last){let t=this.first
42
42
  for(;void 0!==t;)t.notifier.unsubscribe(this,t.propertyName),t=t.next
43
- this.last=null,this.needsRefresh=this.needsQueue=!0}}watch(t,e){const s=this.last,i=a(t),n=null===s?this.first:{}
43
+ this.last=null,this.needsRefresh=this.needsQueue=!0}}watch(t,e){const s=this.last,i=r(t),n=null===s?this.first:{}
44
44
  if(n.propertySource=t,n.propertyName=e,n.notifier=i,i.subscribe(this,e),null!==s){if(!this.needsRefresh){let e
45
45
  o=void 0,e=s.propertySource[s.propertyName],o=this,t===e&&(this.needsRefresh=!0)}s.next=n}this.last=n}handleChange(){this.needsQueue&&(this.needsQueue=!1,i(this))}call(){null!==this.last&&(this.needsQueue=!0,this.notify(this))}records(){let t=this.first
46
46
  return{next:()=>{const e=t
47
- return void 0===e?{value:void 0,done:!0}:(t=t.next,{value:e,done:!1})},[Symbol.iterator]:function(){return this}}}}return Object.freeze({setArrayObserverFactory(t){n=t},getNotifier:a,track(t,e){void 0!==o&&o.watch(t,e)},trackVolatile(){void 0!==o&&(o.needsRefresh=!0)},notify(t,e){a(t).notify(e)},defineProperty(t,e){"string"==typeof e&&(e=new l(e)),r(t).push(e),Reflect.defineProperty(t,e.name,{enumerable:!0,get:function(){return e.getValue(this)},set:function(t){e.setValue(this,t)}})},getAccessors:r,binding(t,e,s=this.isVolatileBinding(t)){return new c(t,e,s)},isVolatileBinding:e=>t.test(e.toString())})}))
47
+ return void 0===e?{value:void 0,done:!0}:(t=t.next,{value:e,done:!1})},[Symbol.iterator]:function(){return this}}}}return Object.freeze({setArrayObserverFactory(t){n=t},getNotifier:r,track(t,e){void 0!==o&&o.watch(t,e)},trackVolatile(){void 0!==o&&(o.needsRefresh=!0)},notify(t,e){r(t).notify(e)},defineProperty(t,e){"string"==typeof e&&(e=new l(e)),a(t).push(e),Reflect.defineProperty(t,e.name,{enumerable:!0,get:function(){return e.getValue(this)},set:function(t){e.setValue(this,t)}})},getAccessors:a,binding(t,e,s=this.isVolatileBinding(t)){return new c(t,e,s)},isVolatileBinding:e=>t.test(e.toString())})}))
48
48
  function b(t,e){f.defineProperty(t,e)}const w=s.getById(3,(()=>{let t=null
49
49
  return{get:()=>t,set(e){t=e}}}))
50
50
  class x{constructor(){this.index=0,this.length=0,this.parent=null,this.parentContext=null}get event(){return w.get()}get isEven(){return this.index%2==0}get isOdd(){return this.index%2!=0}get isFirst(){return 0===this.index}get isInMiddle(){return!this.isFirst&&!this.isLast}get isLast(){return this.index===this.length-1}static setEvent(t){w.set(t)}}f.defineProperty(x.prototype,"index"),f.defineProperty(x.prototype,"length")
@@ -65,30 +65,30 @@ case"?":this.cleanedTargetName=t.substr(1),this.updateTarget=E
65
65
  break
66
66
  case"@":this.cleanedTargetName=t.substr(1),this.bind=z,this.unbind=S
67
67
  break
68
- default:this.cleanedTargetName=t,"class"===t&&(this.updateTarget=V)}}targetAtContent(){this.updateTarget=H,this.unbind=O}createBehavior(t){return new T(t,this.binding,this.isBindingVolatile,this.bind,this.unbind,this.updateTarget,this.cleanedTargetName)}}class T{constructor(t,e,s,i,o,n,a){this.source=null,this.context=null,this.bindingObserver=null,this.target=t,this.binding=e,this.isBindingVolatile=s,this.bind=i,this.unbind=o,this.updateTarget=n,this.targetName=a}handleChange(){this.updateTarget(this.bindingObserver.observe(this.source,this.context))}handleEvent(t){x.setEvent(t)
68
+ default:this.cleanedTargetName=t,"class"===t&&(this.updateTarget=V)}}targetAtContent(){this.updateTarget=H,this.unbind=O}createBehavior(t){return new T(t,this.binding,this.isBindingVolatile,this.bind,this.unbind,this.updateTarget,this.cleanedTargetName)}}class T{constructor(t,e,s,i,o,n,r){this.source=null,this.context=null,this.bindingObserver=null,this.target=t,this.binding=e,this.isBindingVolatile=s,this.bind=i,this.unbind=o,this.updateTarget=n,this.targetName=r}handleChange(){this.updateTarget(this.bindingObserver.observe(this.source,this.context))}handleEvent(t){x.setEvent(t)
69
69
  const e=this.binding(this.source,this.context)
70
- x.setEvent(null),!0!==e&&t.preventDefault()}}let R=null
71
- class P{addFactory(t){t.targetIndex=this.targetIndex,this.behaviorFactories.push(t)}captureContentBinding(t){t.targetAtContent(),this.addFactory(t)}reset(){this.behaviorFactories=[],this.targetIndex=-1}release(){R=this}static borrow(t){const e=R||new P
72
- return e.directives=t,e.reset(),R=null,e}}function B(t){if(1===t.length)return t[0]
70
+ x.setEvent(null),!0!==e&&t.preventDefault()}}let P=null
71
+ class R{addFactory(t){t.targetIndex=this.targetIndex,this.behaviorFactories.push(t)}captureContentBinding(t){t.targetAtContent(),this.addFactory(t)}reset(){this.behaviorFactories=[],this.targetIndex=-1}release(){P=this}static borrow(t){const e=P||new R
72
+ return e.directives=t,e.reset(),P=null,e}}function D(t){if(1===t.length)return t[0]
73
73
  let e
74
74
  const s=t.length,i=t.map((t=>"string"==typeof t?()=>t:(e=t.targetName||e,t.binding))),o=new L(((t,e)=>{let o=""
75
75
  for(let n=0;n<s;++n)o+=i[n](t,e)
76
76
  return o}))
77
77
  return o.targetName=e,o}const F=c.length
78
- function D(t,e){const s=e.split(l)
78
+ function B(t,e){const s=e.split(l)
79
79
  if(1===s.length)return null
80
80
  const i=[]
81
81
  for(let e=0,o=s.length;e<o;++e){const o=s[e],n=o.indexOf(c)
82
- let a
83
- if(-1===n)a=o
82
+ let r
83
+ if(-1===n)r=o
84
84
  else{const e=parseInt(o.substring(0,n))
85
- i.push(t.directives[e]),a=o.substring(n+F)}""!==a&&i.push(a)}return i}function N(t,e,s=!1){const i=e.attributes
86
- for(let o=0,n=i.length;o<n;++o){const a=i[o],r=a.value,l=D(t,r)
85
+ i.push(t.directives[e]),r=o.substring(n+F)}""!==r&&i.push(r)}return i}function N(t,e,s=!1){const i=e.attributes
86
+ for(let o=0,n=i.length;o<n;++o){const r=i[o],a=r.value,l=B(t,a)
87
87
  let c=null
88
- null===l?s&&(c=new L((()=>r)),c.targetName=a.name):c=B(l),null!==c&&(e.removeAttributeNode(a),o--,n--,t.addFactory(c))}}function j(t,e,s){const i=D(t,e.textContent)
88
+ null===l?s&&(c=new L((()=>a)),c.targetName=r.name):c=D(l),null!==c&&(e.removeAttributeNode(r),o--,n--,t.addFactory(c))}}function j(t,e,s){const i=B(t,e.textContent)
89
89
  if(null!==i){let o=e
90
- for(let n=0,a=i.length;n<a;++n){const a=i[n],r=0===n?e:o.parentNode.insertBefore(document.createTextNode(""),o.nextSibling)
91
- "string"==typeof a?r.textContent=a:(r.textContent=" ",t.captureContentBinding(a)),o=r,t.targetIndex++,r!==e&&s.nextNode()}t.targetIndex--}}const q=document.createRange()
90
+ for(let n=0,r=i.length;n<r;++n){const r=i[n],a=0===n?e:o.parentNode.insertBefore(document.createTextNode(""),o.nextSibling)
91
+ "string"==typeof r?a.textContent=r:(a.textContent=" ",t.captureContentBinding(r)),o=a,t.targetIndex++,a!==e&&s.nextNode()}t.targetIndex--}}const q=document.createRange()
92
92
  class U{constructor(t,e){this.fragment=t,this.behaviors=e,this.source=null,this.context=null,this.firstChild=t.firstChild,this.lastChild=t.lastChild}appendTo(t){t.appendChild(this.fragment)}insertBefore(t){if(this.fragment.hasChildNodes())t.parentNode.insertBefore(this.fragment,t)
93
93
  else{const e=t.parentNode,s=this.lastChild
94
94
  let i,o=this.firstChild
@@ -118,34 +118,34 @@ const s=t.content.firstElementChild
118
118
  null!==s&&"TEMPLATE"===s.tagName&&(t=s)}else t=e
119
119
  const s=function(t,e){const s=t.content
120
120
  document.adoptNode(s)
121
- const i=P.borrow(e)
121
+ const i=R.borrow(e)
122
122
  N(i,t,!0)
123
123
  const o=i.behaviorFactories
124
124
  i.reset()
125
125
  const n=h.createTemplateWalker(s)
126
- let a
127
- for(;a=n.nextNode();)switch(i.targetIndex++,a.nodeType){case 1:N(i,a)
126
+ let r
127
+ for(;r=n.nextNode();)switch(i.targetIndex++,r.nodeType){case 1:N(i,r)
128
128
  break
129
- case 3:j(i,a,n)
129
+ case 3:j(i,r,n)
130
130
  break
131
- case 8:h.isMarker(a)&&i.addFactory(e[h.extractDirectiveIndexFromMarker(a)])}let r=0;(h.isMarker(s.firstChild)||1===s.childNodes.length&&e.length)&&(s.insertBefore(document.createComment(""),s.firstChild),r=-1)
131
+ case 8:h.isMarker(r)&&i.addFactory(e[h.extractDirectiveIndexFromMarker(r)])}let a=0;(h.isMarker(s.firstChild)||1===s.childNodes.length&&e.length)&&(s.insertBefore(document.createComment(""),s.firstChild),a=-1)
132
132
  const l=i.behaviorFactories
133
- return i.release(),{fragment:s,viewBehaviorFactories:l,hostBehaviorFactories:o,targetOffset:r}}(t,this.directives)
133
+ return i.release(),{fragment:s,viewBehaviorFactories:l,hostBehaviorFactories:o,targetOffset:a}}(t,this.directives)
134
134
  this.fragment=s.fragment,this.viewBehaviorFactories=s.viewBehaviorFactories,this.hostBehaviorFactories=s.hostBehaviorFactories,this.targetOffset=s.targetOffset,this.behaviorCount=this.viewBehaviorFactories.length+this.hostBehaviorFactories.length,this.hasHostBehaviors=this.hostBehaviorFactories.length>0}const e=this.fragment.cloneNode(!0),s=this.viewBehaviorFactories,i=new Array(this.behaviorCount),o=h.createTemplateWalker(e)
135
- let n=0,a=this.targetOffset,r=o.nextNode()
135
+ let n=0,r=this.targetOffset,a=o.nextNode()
136
136
  for(let t=s.length;n<t;++n){const t=s[n],e=t.targetIndex
137
- for(;null!==r;){if(a===e){i[n]=t.createBehavior(r)
138
- break}r=o.nextNode(),a++}}if(this.hasHostBehaviors){const e=this.hostBehaviorFactories
137
+ for(;null!==a;){if(r===e){i[n]=t.createBehavior(a)
138
+ break}a=o.nextNode(),r++}}if(this.hasHostBehaviors){const e=this.hostBehaviorFactories
139
139
  for(let s=0,o=e.length;s<o;++s,++n)i[n]=e[s].createBehavior(t)}return new U(e,i)}render(t,e,s){"string"==typeof e&&(e=document.getElementById(e)),void 0===s&&(s=e)
140
140
  const i=this.create(s)
141
141
  return i.bind(t,y),i.appendTo(e),i}}const W=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/
142
142
  function X(t,...e){const s=[]
143
143
  let i=""
144
144
  for(let o=0,n=t.length-1;o<n;++o){const n=t[o]
145
- let a=e[o]
146
- if(i+=n,a instanceof K){const t=a
147
- a=()=>t}if("function"==typeof a&&(a=new L(a)),a instanceof C){const t=W.exec(n)
148
- null!==t&&(a.targetName=t[2])}a instanceof $?(i+=a.createPlaceholder(s.length),s.push(a)):i+=a}return i+=t[t.length-1],new K(i,s)}class Y{constructor(){this.targets=new WeakSet}addStylesTo(t){this.targets.add(t)}removeStylesFrom(t){this.targets.delete(t)}isAttachedTo(t){return this.targets.has(t)}withBehaviors(...t){return this.behaviors=null===this.behaviors?t:this.behaviors.concat(t),this}}function G(t){return t.map((t=>t instanceof Y?G(t.styles):[t])).reduce(((t,e)=>t.concat(e)),[])}function Q(t){return t.map((t=>t instanceof Y?t.behaviors:null)).reduce(((t,e)=>null===e?t:(null===t&&(t=[]),t.concat(e))),null)}Y.create=(()=>{if(h.supportsAdoptedStyleSheets){const t=new Map
145
+ let r=e[o]
146
+ if(i+=n,r instanceof K){const t=r
147
+ r=()=>t}if("function"==typeof r&&(r=new L(r)),r instanceof C){const t=W.exec(n)
148
+ null!==t&&(r.targetName=t[2])}r instanceof $?(i+=r.createPlaceholder(s.length),s.push(r)):i+=r}return i+=t[t.length-1],new K(i,s)}class Y{constructor(){this.targets=new WeakSet}addStylesTo(t){this.targets.add(t)}removeStylesFrom(t){this.targets.delete(t)}isAttachedTo(t){return this.targets.has(t)}withBehaviors(...t){return this.behaviors=null===this.behaviors?t:this.behaviors.concat(t),this}}function G(t){return t.map((t=>t instanceof Y?G(t.styles):[t])).reduce(((t,e)=>t.concat(e)),[])}function Q(t){return t.map((t=>t instanceof Y?t.behaviors:null)).reduce(((t,e)=>null===e?t:(null===t&&(t=[]),t.concat(e))),null)}Y.create=(()=>{if(h.supportsAdoptedStyleSheets){const t=new Map
149
149
  return e=>new J(e,t)}return t=>new tt(t)})()
150
150
  class J extends Y{constructor(t,e){super(),this.styles=t,this.styleSheetCache=e,this._styleSheets=void 0,this.behaviors=Q(t)}get styleSheets(){if(void 0===this._styleSheets){const t=this.styles,e=this.styleSheetCache
151
151
  this._styleSheets=G(t).map((t=>{if(t instanceof CSSStyleSheet)return t
@@ -176,15 +176,15 @@ if(void 0!==o)for(let e=0,i=o.length;e<i;++e){const i=o[e]
176
176
  "string"==typeof i?s.push(new it(t,i)):s.push(new it(t,i.property,i.attribute,i.mode,i.converter))}}return s}}function ot(t,e){let s
177
177
  function i(t,e){arguments.length>1&&(s.property=e)
178
178
  const i=t.constructor.attributes||(t.constructor.attributes=[])
179
- i.push(s)}return arguments.length>1?(s={},void i(t,e)):(s=void 0===t?{}:t,i)}const nt={mode:"open"},at={},rt=s.getById(4,(()=>{const t=new Map
179
+ i.push(s)}return arguments.length>1?(s={},void i(t,e)):(s=void 0===t?{}:t,i)}const nt={mode:"open"},rt={},at=s.getById(4,(()=>{const t=new Map
180
180
  return Object.freeze({register:e=>!t.has(e.type)&&(t.set(e.type,e),!0),getByType:e=>t.get(e)})}))
181
181
  class lt{constructor(t,e=t.definition){"string"==typeof e&&(e={name:e}),this.type=t,this.name=e.name,this.template=e.template
182
182
  const s=it.collect(t,e.attributes),i=new Array(s.length),o={},n={}
183
183
  for(let t=0,e=s.length;t<e;++t){const e=s[t]
184
- i[t]=e.attribute,o[e.name]=e,n[e.attribute]=e}this.attributes=s,this.observedAttributes=i,this.propertyLookup=o,this.attributeLookup=n,this.shadowOptions=void 0===e.shadowOptions?nt:null===e.shadowOptions?void 0:Object.assign(Object.assign({},nt),e.shadowOptions),this.elementOptions=void 0===e.elementOptions?at:Object.assign(Object.assign({},at),e.elementOptions),this.styles=void 0===e.styles?void 0:Array.isArray(e.styles)?Y.create(e.styles):e.styles instanceof Y?e.styles:Y.create([e.styles])}get isDefined(){return!!rt.getByType(this.type)}define(t=customElements){const e=this.type
185
- if(rt.register(this)){const t=this.attributes,s=e.prototype
184
+ i[t]=e.attribute,o[e.name]=e,n[e.attribute]=e}this.attributes=s,this.observedAttributes=i,this.propertyLookup=o,this.attributeLookup=n,this.shadowOptions=void 0===e.shadowOptions?nt:null===e.shadowOptions?void 0:Object.assign(Object.assign({},nt),e.shadowOptions),this.elementOptions=void 0===e.elementOptions?rt:Object.assign(Object.assign({},rt),e.elementOptions),this.styles=void 0===e.styles?void 0:Array.isArray(e.styles)?Y.create(e.styles):e.styles instanceof Y?e.styles:Y.create([e.styles])}get isDefined(){return!!at.getByType(this.type)}define(t=customElements){const e=this.type
185
+ if(at.register(this)){const t=this.attributes,s=e.prototype
186
186
  for(let e=0,i=t.length;e<i;++e)f.defineProperty(s,t[e])
187
- Reflect.defineProperty(e,"observedAttributes",{value:this.observedAttributes,enumerable:!0})}return t.get(this.name)||t.define(this.name,e,this.elementOptions),this}}lt.forType=rt.getByType
187
+ Reflect.defineProperty(e,"observedAttributes",{value:this.observedAttributes,enumerable:!0})}return t.get(this.name)||t.define(this.name,e,this.elementOptions),this}}lt.forType=at.getByType
188
188
  const ct=new WeakMap,ht={bubbles:!0,composed:!0,cancelable:!0}
189
189
  function dt(t){return t.shadowRoot||ct.get(t)||null}class ut extends m{constructor(t,e){super(t),this.boundObservables=null,this.behaviors=null,this.needsInitialization=!0,this._template=null,this._styles=null,this._isConnected=!1,this.$fastController=this,this.view=null,this.element=t,this.definition=e
190
190
  const s=e.shadowOptions
@@ -232,10 +232,10 @@ return t.$fastController=new ut(t,s)}}function pt(t){return class extends t{cons
232
232
  class gt{createCSS(){return""}createBehavior(){}}function mt(t,...e){const{styles:s,behaviors:i}=function(t,e){const s=[]
233
233
  let i=""
234
234
  const o=[]
235
- for(let n=0,a=t.length-1;n<a;++n){i+=t[n]
236
- let a=e[n]
237
- if(a instanceof gt){const t=a.createBehavior()
238
- a=a.createCSS(),t&&o.push(t)}a instanceof Y||a instanceof CSSStyleSheet?(""!==i.trim()&&(s.push(i),i=""),s.push(a)):i+=a}return i+=t[t.length-1],""!==i.trim()&&s.push(i),{styles:s,behaviors:o}}(t,e),o=Y.create(s)
235
+ for(let n=0,r=t.length-1;n<r;++n){i+=t[n]
236
+ let r=e[n]
237
+ if(r instanceof gt){const t=r.createBehavior()
238
+ r=r.createCSS(),t&&o.push(t)}r instanceof Y||r instanceof CSSStyleSheet?(""!==i.trim()&&(s.push(i),i=""),s.push(r)):i+=r}return i+=t[t.length-1],""!==i.trim()&&s.push(i),{styles:s,behaviors:o}}(t,e),o=Y.create(s)
239
239
  return i.length&&o.withBehaviors(...i),o}class ft{constructor(t,e){this.target=t,this.propertyName=e}bind(t){t[this.propertyName]=this.target}unbind(){}}function bt(t){return new k("fast-ref",ft,t)}function wt(t,e){const s="function"==typeof e?e:()=>e
240
240
  return(e,i)=>t(e,i)?s(e,i):null}function xt(t){return t?function(e,s,i){return 1===e.nodeType&&e.matches(t)}:function(t,e,s){return 1===t.nodeType}}class yt{constructor(t,e){this.target=t,this.options=e,this.source=null}bind(t){const e=this.options.property
241
241
  this.shouldUpdate=f.getAccessors(t).some((t=>t.name===e)),this.source=t,this.updateTarget(this.computeNodes()),this.shouldUpdate&&this.observe()}unbind(){this.updateTarget(i),this.source=null,this.shouldUpdate&&this.disconnect()}handleEvent(){this.updateTarget(this.computeNodes())}computeNodes(){let t=this.getNodes()
@@ -279,10 +279,10 @@ return void 0!==this.options.filter&&(t=t.filter(this.options.filter)),t}updateT
279
279
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
280
280
  PERFORMANCE OF THIS SOFTWARE.
281
281
  ***************************************************************************** */
282
- function Ot(t,e,s,i){var o,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i
283
- if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,s,i)
284
- else for(var r=t.length-1;r>=0;r--)(o=t[r])&&(a=(n<3?o(a):n>3?o(e,s,a):o(e,s))||a)
285
- return n>3&&a&&Object.defineProperty(e,s,a),a}X`
282
+ function Ot(t,e,s,i){var o,n=arguments.length,r=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i
283
+ if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,s,i)
284
+ else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,s,r):o(e,s))||r)
285
+ return n>3&&r&&Object.defineProperty(e,s,r),r}X`
286
286
  <span part="end" ${bt("endContainer")}>
287
287
  <slot
288
288
  name="end"
@@ -306,39 +306,39 @@ if(void 0!==s)return s.get(t)})
306
306
  class At{constructor(t,e){this.container=t,this.key=e}instance(t){return this.registerResolver(0,t)}singleton(t){return this.registerResolver(1,t)}transient(t){return this.registerResolver(2,t)}callback(t){return this.registerResolver(3,t)}cachedCallback(t){return this.registerResolver(3,Jt(t))}aliasTo(t){return this.registerResolver(5,t)}registerResolver(t,e){const{container:s,key:i}=this
307
307
  return this.container=this.key=void 0,s.registerResolver(i,new Ft(i,t,e))}}function Et(t){const e=t.slice(),s=Object.keys(t),i=s.length
308
308
  let o
309
- for(let n=0;n<i;++n)o=s[n],ae(o)||(e[o]=t[o])
309
+ for(let n=0;n<i;++n)o=s[n],re(o)||(e[o]=t[o])
310
310
  return e}const Ht=Object.freeze({none(t){throw Error(`${t.toString()} not registered, did you forget to add @singleton()?`)},singleton:t=>new Ft(t,1,t),transient:t=>new Ft(t,2,t)}),Mt=Object.freeze({default:Object.freeze({parentLocator:()=>null,responsibleForOwnerRequests:!1,defaultResolver:Ht.singleton})}),Vt=new Map
311
311
  function Lt(t){return e=>Reflect.getOwnMetadata(t,e)}let Tt=null
312
- const Rt=Object.freeze({createContainer:t=>new Gt(null,Object.assign({},Mt.default,t)),findResponsibleContainer(t){const e=t.$$container$$
313
- return e&&e.responsibleForOwnerRequests?e:Rt.findParentContainer(t)},findParentContainer(t){const e=new CustomEvent(Xt,{bubbles:!0,composed:!0,cancelable:!0,detail:{container:void 0}})
314
- return t.dispatchEvent(e),e.detail.container||Rt.getOrCreateDOMContainer()},getOrCreateDOMContainer:(t,e)=>t?t.$$container$$||new Gt(t,Object.assign({},Mt.default,e,{parentLocator:Rt.findParentContainer})):Tt||(Tt=new Gt(null,Object.assign({},Mt.default,e,{parentLocator:()=>null}))),getDesignParamtypes:Lt("design:paramtypes"),getAnnotationParamtypes:Lt("di:paramtypes"),getOrCreateAnnotationParamTypes(t){let e=this.getAnnotationParamtypes(t)
312
+ const Pt=Object.freeze({createContainer:t=>new Gt(null,Object.assign({},Mt.default,t)),findResponsibleContainer(t){const e=t.$$container$$
313
+ return e&&e.responsibleForOwnerRequests?e:Pt.findParentContainer(t)},findParentContainer(t){const e=new CustomEvent(Xt,{bubbles:!0,composed:!0,cancelable:!0,detail:{container:void 0}})
314
+ return t.dispatchEvent(e),e.detail.container||Pt.getOrCreateDOMContainer()},getOrCreateDOMContainer:(t,e)=>t?t.$$container$$||new Gt(t,Object.assign({},Mt.default,e,{parentLocator:Pt.findParentContainer})):Tt||(Tt=new Gt(null,Object.assign({},Mt.default,e,{parentLocator:()=>null}))),getDesignParamtypes:Lt("design:paramtypes"),getAnnotationParamtypes:Lt("di:paramtypes"),getOrCreateAnnotationParamTypes(t){let e=this.getAnnotationParamtypes(t)
315
315
  return void 0===e&&Reflect.defineMetadata("di:paramtypes",e=[],t),e},getDependencies(t){let e=Vt.get(t)
316
316
  if(void 0===e){const s=t.inject
317
- if(void 0===s){const s=Rt.getDesignParamtypes(t),i=Rt.getAnnotationParamtypes(t)
317
+ if(void 0===s){const s=Pt.getDesignParamtypes(t),i=Pt.getAnnotationParamtypes(t)
318
318
  if(void 0===s)if(void 0===i){const s=Object.getPrototypeOf(t)
319
- e="function"==typeof s&&s!==Function.prototype?Et(Rt.getDependencies(s)):[]}else e=Et(i)
319
+ e="function"==typeof s&&s!==Function.prototype?Et(Pt.getDependencies(s)):[]}else e=Et(i)
320
320
  else if(void 0===i)e=Et(s)
321
321
  else{e=Et(s)
322
322
  let t,o=i.length
323
323
  for(let s=0;s<o;++s)t=i[s],void 0!==t&&(e[s]=t)
324
324
  const n=Object.keys(i)
325
- let a
325
+ let r
326
326
  o=n.length
327
- for(let t=0;t<o;++t)a=n[t],ae(a)||(e[a]=i[a])}}else e=Et(s)
327
+ for(let t=0;t<o;++t)r=n[t],re(r)||(e[r]=i[r])}}else e=Et(s)
328
328
  Vt.set(t,e)}return e},defineProperty(t,e,s,i=!1){const o=`$di_${e}`
329
329
  Reflect.defineProperty(t,e,{get:function(){let t=this[o]
330
- if(void 0===t){const n=this instanceof HTMLElement?Rt.findResponsibleContainer(this):Rt.getOrCreateDOMContainer()
331
- if(t=n.get(s),this[o]=t,i&&this instanceof vt){const i=this.$fastController,n=()=>{Rt.findResponsibleContainer(this).get(s)!==this[o]&&(this[o]=t,i.notify(e))}
330
+ if(void 0===t){const n=this instanceof HTMLElement?Pt.findResponsibleContainer(this):Pt.getOrCreateDOMContainer()
331
+ if(t=n.get(s),this[o]=t,i&&this instanceof vt){const i=this.$fastController,n=()=>{Pt.findResponsibleContainer(this).get(s)!==this[o]&&(this[o]=t,i.notify(e))}
332
332
  i.subscribe({handleChange:n},"isConnected")}}return t}})},createInterface(t,e){const s="function"==typeof t?t:e,i="string"==typeof t?t:t&&"friendlyName"in t&&t.friendlyName||se,o="string"!=typeof t&&(t&&"respectConnection"in t&&t.respectConnection||!1),n=function(t,e,s){if(null==t||void 0!==new.target)throw new Error(`No registration for interface: '${n.friendlyName}'`)
333
- if(e)Rt.defineProperty(t,e,n,o)
334
- else{Rt.getOrCreateAnnotationParamTypes(t)[s]=n}}
335
- return n.$isInterface=!0,n.friendlyName=null==i?"(anonymous)":i,null!=s&&(n.register=function(t,e){return s(new At(t,null!=e?e:n))}),n.toString=function(){return`InterfaceSymbol<${n.friendlyName}>`},n},inject:(...t)=>function(e,s,i){if("number"==typeof i){const s=Rt.getOrCreateAnnotationParamTypes(e),o=t[0]
336
- void 0!==o&&(s[i]=o)}else if(s)Rt.defineProperty(e,s,t[0])
337
- else{const s=i?Rt.getOrCreateAnnotationParamTypes(i.value):Rt.getOrCreateAnnotationParamTypes(e)
333
+ if(e)Pt.defineProperty(t,e,n,o)
334
+ else{Pt.getOrCreateAnnotationParamTypes(t)[s]=n}}
335
+ return n.$isInterface=!0,n.friendlyName=null==i?"(anonymous)":i,null!=s&&(n.register=function(t,e){return s(new At(t,null!=e?e:n))}),n.toString=function(){return`InterfaceSymbol<${n.friendlyName}>`},n},inject:(...t)=>function(e,s,i){if("number"==typeof i){const s=Pt.getOrCreateAnnotationParamTypes(e),o=t[0]
336
+ void 0!==o&&(s[i]=o)}else if(s)Pt.defineProperty(e,s,t[0])
337
+ else{const s=i?Pt.getOrCreateAnnotationParamTypes(i.value):Pt.getOrCreateAnnotationParamTypes(e)
338
338
  let o
339
- for(let e=0;e<t.length;++e)o=t[e],void 0!==o&&(s[e]=o)}},transient:t=>(t.register=function(e){return Zt.transient(t,t).register(e)},t.registerInRequestor=!1,t),singleton:(t,e=Bt)=>(t.register=function(e){return Zt.singleton(t,t).register(e)},t.registerInRequestor=e.scoped,t)}),Pt=Rt.createInterface("Container")
340
- Rt.inject
341
- const Bt={scoped:!1}
339
+ for(let e=0;e<t.length;++e)o=t[e],void 0!==o&&(s[e]=o)}},transient:t=>(t.register=function(e){return Zt.transient(t,t).register(e)},t.registerInRequestor=!1,t),singleton:(t,e=Dt)=>(t.register=function(e){return Zt.singleton(t,t).register(e)},t.registerInRequestor=e.scoped,t)}),Rt=Pt.createInterface("Container")
340
+ Pt.inject
341
+ const Dt={scoped:!1}
342
342
  class Ft{constructor(t,e,s){this.key=t,this.strategy=e,this.state=s,this.resolving=!1}get $isResolver(){return!0}register(t){return t.registerResolver(this.key,this)}resolve(t,e){switch(this.strategy){case 0:return this.state
343
343
  case 1:if(this.resolving)throw new Error(`Cyclic dependency found: ${this.state.name}`)
344
344
  return this.resolving=!0,this.state=t.getFactory(this.state).construct(e),this.strategy=0,this.resolving=!1,this.state
@@ -350,15 +350,15 @@ case 5:return e.get(this.state)
350
350
  default:throw new Error(`Invalid resolver strategy specified: ${this.strategy}.`)}}getFactory(t){var e,s,i
351
351
  switch(this.strategy){case 1:case 2:return t.getFactory(this.state)
352
352
  case 5:return null!==(i=null===(s=null===(e=t.getResolver(this.state))||void 0===e?void 0:e.getFactory)||void 0===s?void 0:s.call(e,t))&&void 0!==i?i:null
353
- default:return null}}}function Dt(t){return this.get(t)}function Nt(t,e){return e(t)}class jt{constructor(t,e){this.Type=t,this.dependencies=e,this.transformers=null}construct(t,e){let s
354
- return s=void 0===e?new this.Type(...this.dependencies.map(Dt,t)):new this.Type(...this.dependencies.map(Dt,t),...e),null==this.transformers?s:this.transformers.reduce(Nt,s)}registerTransformer(t){(this.transformers||(this.transformers=[])).push(t)}}const qt={$isResolver:!0,resolve:(t,e)=>e}
353
+ default:return null}}}function Bt(t){return this.get(t)}function Nt(t,e){return e(t)}class jt{constructor(t,e){this.Type=t,this.dependencies=e,this.transformers=null}construct(t,e){let s
354
+ return s=void 0===e?new this.Type(...this.dependencies.map(Bt,t)):new this.Type(...this.dependencies.map(Bt,t),...e),null==this.transformers?s:this.transformers.reduce(Nt,s)}registerTransformer(t){(this.transformers||(this.transformers=[])).push(t)}}const qt={$isResolver:!0,resolve:(t,e)=>e}
355
355
  function Ut(t){return"function"==typeof t.register}function Kt(t){return function(t){return Ut(t)&&"boolean"==typeof t.registerInRequestor}(t)&&t.registerInRequestor}const Wt=new Set(["Array","ArrayBuffer","Boolean","DataView","Date","Error","EvalError","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Number","Object","Promise","RangeError","ReferenceError","RegExp","Set","SharedArrayBuffer","String","SyntaxError","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","URIError","WeakMap","WeakSet"]),Xt="__DI_LOCATE_PARENT__",Yt=new Map
356
- class Gt{constructor(t,e){this.owner=t,this.config=e,this._parent=void 0,this.registerDepth=0,this.context=null,null!==t&&(t.$$container$$=this),this.resolvers=new Map,this.resolvers.set(Pt,qt),t instanceof Node&&t.addEventListener(Xt,(t=>{t.composedPath()[0]!==this.owner&&(t.detail.container=this,t.stopImmediatePropagation())}))}get parent(){return void 0===this._parent&&(this._parent=this.config.parentLocator(this.owner)),this._parent}get depth(){return null===this.parent?0:this.parent.depth+1}get responsibleForOwnerRequests(){return this.config.responsibleForOwnerRequests}registerWithContext(t,...e){return this.context=t,this.register(...e),this.context=null,this}register(...t){if(100==++this.registerDepth)throw new Error("Unable to autoregister dependency")
356
+ class Gt{constructor(t,e){this.owner=t,this.config=e,this._parent=void 0,this.registerDepth=0,this.context=null,null!==t&&(t.$$container$$=this),this.resolvers=new Map,this.resolvers.set(Rt,qt),t instanceof Node&&t.addEventListener(Xt,(t=>{t.composedPath()[0]!==this.owner&&(t.detail.container=this,t.stopImmediatePropagation())}))}get parent(){return void 0===this._parent&&(this._parent=this.config.parentLocator(this.owner)),this._parent}get depth(){return null===this.parent?0:this.parent.depth+1}get responsibleForOwnerRequests(){return this.config.responsibleForOwnerRequests}registerWithContext(t,...e){return this.context=t,this.register(...e),this.context=null,this}register(...t){if(100==++this.registerDepth)throw new Error("Unable to autoregister dependency")
357
357
  let e,s,i,o,n
358
- const a=this.context
359
- for(let r=0,l=t.length;r<l;++r)if(e=t[r],ie(e))if(Ut(e))e.register(this,a)
358
+ const r=this.context
359
+ for(let a=0,l=t.length;a<l;++a)if(e=t[a],ie(e))if(Ut(e))e.register(this,r)
360
360
  else if(void 0!==e.prototype)Zt.singleton(e,e).register(this)
361
- else for(s=Object.keys(e),o=0,n=s.length;o<n;++o)i=e[s[o]],ie(i)&&(Ut(i)?i.register(this,a):this.register(i))
361
+ else for(s=Object.keys(e),o=0,n=s.length;o<n;++o)i=e[s[o]],ie(i)&&(Ut(i)?i.register(this,r):this.register(i))
362
362
  return--this.registerDepth,this}registerResolver(t,e){te(t)
363
363
  const s=this.resolvers,i=s.get(t)
364
364
  return null==i?s.set(t,e):i instanceof Ft&&4===i.strategy?i.state.push(e):s.set(t,new Ft(t,4,[i,e])),e}registerTransformer(t,e){const s=this.getResolver(t)
@@ -380,7 +380,7 @@ for(;null!=n;)o=n.resolvers.get(t),null!=o&&(e=e.concat(ee(o,n,s))),n=n.parent
380
380
  return e}for(;null!=n;){if(o=n.resolvers.get(t),null!=o)return ee(o,n,s)
381
381
  if(n=n.parent,null==n)return i}return i}getFactory(t){let e=Yt.get(t)
382
382
  if(void 0===e){if(oe(t))throw new Error(`${t.name} is a native function and therefore cannot be safely constructed by DI. If this is intentional, please use a callback or cachedCallback resolver.`)
383
- Yt.set(t,e=new jt(t,Rt.getDependencies(t)))}return e}registerFactory(t,e){Yt.set(t,e)}createChild(t){return new Gt(null,Object.assign({},this.config,t,{parentLocator:()=>this}))}jitRegister(t,e){if("function"!=typeof t)throw new Error(`Attempted to jitRegister something that is not a constructor: '${t}'. Did you forget to register this dependency?`)
383
+ Yt.set(t,e=new jt(t,Pt.getDependencies(t)))}return e}registerFactory(t,e){Yt.set(t,e)}createChild(t){return new Gt(null,Object.assign({},this.config,t,{parentLocator:()=>this}))}jitRegister(t,e){if("function"!=typeof t)throw new Error(`Attempted to jitRegister something that is not a constructor: '${t}'. Did you forget to register this dependency?`)
384
384
  if(Wt.has(t.name))throw new Error(`Attempted to jitRegister an intrinsic type: ${t.name}. Did you forget to add @inject(Key)`)
385
385
  if(Ut(t)){const s=t.register(e)
386
386
  if(!(s instanceof Object)||null==s.resolve){const s=e.resolvers.get(t)
@@ -399,16 +399,16 @@ return n}return[t.resolve(e,s)]}const se="(anonymous)"
399
399
  function ie(t){return"object"==typeof t&&null!==t||"function"==typeof t}const oe=function(){const t=new WeakMap
400
400
  let e=!1,s="",i=0
401
401
  return function(o){return e=t.get(o),void 0===e&&(s=o.toString(),i=s.length,e=i>=29&&i<=100&&125===s.charCodeAt(i-1)&&s.charCodeAt(i-2)<=32&&93===s.charCodeAt(i-3)&&101===s.charCodeAt(i-4)&&100===s.charCodeAt(i-5)&&111===s.charCodeAt(i-6)&&99===s.charCodeAt(i-7)&&32===s.charCodeAt(i-8)&&101===s.charCodeAt(i-9)&&118===s.charCodeAt(i-10)&&105===s.charCodeAt(i-11)&&116===s.charCodeAt(i-12)&&97===s.charCodeAt(i-13)&&110===s.charCodeAt(i-14)&&88===s.charCodeAt(i-15),t.set(o,e)),e}}(),ne={}
402
- function ae(t){switch(typeof t){case"number":return t>=0&&(0|t)===t
402
+ function re(t){switch(typeof t){case"number":return t>=0&&(0|t)===t
403
403
  case"string":{const e=ne[t]
404
404
  if(void 0!==e)return e
405
405
  const s=t.length
406
406
  if(0===s)return ne[t]=!1
407
407
  let i=0
408
408
  for(let e=0;e<s;++e)if(i=t.charCodeAt(e),0===e&&48===i&&s>1||i<48||i>57)return ne[t]=!1
409
- return ne[t]=!0}default:return!1}}function re(t){return`${t.toLowerCase()}:presentation`}const le=new Map,ce=Object.freeze({define(t,e,s){const i=re(t)
410
- void 0===le.get(i)?le.set(i,e):le.set(i,!1),s.register(Zt.instance(i,e))},forTag(t,e){const s=re(t),i=le.get(s)
411
- if(!1===i){return Rt.findResponsibleContainer(e).get(s)}return i||null}})
409
+ return ne[t]=!0}default:return!1}}function ae(t){return`${t.toLowerCase()}:presentation`}const le=new Map,ce=Object.freeze({define(t,e,s){const i=ae(t)
410
+ void 0===le.get(i)?le.set(i,e):le.set(i,!1),s.register(Zt.instance(i,e))},forTag(t,e){const s=ae(t),i=le.get(s)
411
+ if(!1===i){return Pt.findResponsibleContainer(e).get(s)}return i||null}})
412
412
  class he{constructor(t,e){this.template=t||null,this.styles=void 0===e?null:Array.isArray(e)?Y.create(e):e instanceof Y?e:Y.create([e])}applyTo(t){const e=t.$fastController
413
413
  null===e.template&&(e.template=this.template),null===e.styles&&(e.styles=this.styles)}}class de extends vt{constructor(){super(...arguments),this._presentation=void 0}get $presentation(){return void 0===this._presentation&&(this._presentation=ce.forTag(this.tagName,this)),this._presentation}templateChanged(){void 0!==this.template&&(this.$fastController.template=this.template)}stylesChanged(){void 0!==this.styles&&(this.$fastController.styles=this.styles)}connectedCallback(){null!==this.$presentation&&this.$presentation.applyTo(this),super.connectedCallback()}static compose(t){return(e={})=>new pe(this===de?class extends de{}:this,t,e)}}function ue(t,e,s){return"function"==typeof t?t(e,s):t}Ot([b],de.prototype,"template",void 0),Ot([b],de.prototype,"styles",void 0)
414
414
  class pe{constructor(t,e,s){this.type=t,this.elementDefinition=e,this.overrideDefinition=s,this.definition=Object.assign(Object.assign({},this.elementDefinition),this.overrideDefinition)}register(t,e){const s=this.definition,i=this.overrideDefinition,o=`${s.prefix||e.elementPrefix}-${s.baseName}`
@@ -424,11 +424,11 @@ var $e
424
424
  const Ce="ArrowDown",ke="ArrowLeft",_e="ArrowRight",ze="ArrowUp",Ie="Enter",Oe="Escape",Se="Home",Ae="End",Ee=" ",He="Tab",Me={ArrowDown:Ce,ArrowLeft:ke,ArrowRight:_e,ArrowUp:ze}
425
425
  var Ve
426
426
  function Le(t,e,s){return Math.min(Math.max(s,t),e)}function Te(t,e,s=0){return[e,s]=[e,s].sort(((t,e)=>t-e)),e<=t&&t<s}!function(t){t.ltr="ltr",t.rtl="rtl"}(Ve||(Ve={}))
427
- let Re=0
428
- function Pe(t=""){return`${t}${Re++}`}class Be{}Ot([ot({attribute:"aria-atomic"})],Be.prototype,"ariaAtomic",void 0),Ot([ot({attribute:"aria-busy"})],Be.prototype,"ariaBusy",void 0),Ot([ot({attribute:"aria-controls"})],Be.prototype,"ariaControls",void 0),Ot([ot({attribute:"aria-current"})],Be.prototype,"ariaCurrent",void 0),Ot([ot({attribute:"aria-describedby"})],Be.prototype,"ariaDescribedby",void 0),Ot([ot({attribute:"aria-details"})],Be.prototype,"ariaDetails",void 0),Ot([ot({attribute:"aria-disabled"})],Be.prototype,"ariaDisabled",void 0),Ot([ot({attribute:"aria-errormessage"})],Be.prototype,"ariaErrormessage",void 0),Ot([ot({attribute:"aria-flowto"})],Be.prototype,"ariaFlowto",void 0),Ot([ot({attribute:"aria-haspopup"})],Be.prototype,"ariaHaspopup",void 0),Ot([ot({attribute:"aria-hidden"})],Be.prototype,"ariaHidden",void 0),Ot([ot({attribute:"aria-invalid"})],Be.prototype,"ariaInvalid",void 0),Ot([ot({attribute:"aria-keyshortcuts"})],Be.prototype,"ariaKeyshortcuts",void 0),Ot([ot({attribute:"aria-label"})],Be.prototype,"ariaLabel",void 0),Ot([ot({attribute:"aria-labelledby"})],Be.prototype,"ariaLabelledby",void 0),Ot([ot({attribute:"aria-live"})],Be.prototype,"ariaLive",void 0),Ot([ot({attribute:"aria-owns"})],Be.prototype,"ariaOwns",void 0),Ot([ot({attribute:"aria-relevant"})],Be.prototype,"ariaRelevant",void 0),Ot([ot({attribute:"aria-roledescription"})],Be.prototype,"ariaRoledescription",void 0)
427
+ let Pe=0
428
+ function Re(t=""){return`${t}${Pe++}`}class De{}Ot([ot({attribute:"aria-atomic"})],De.prototype,"ariaAtomic",void 0),Ot([ot({attribute:"aria-busy"})],De.prototype,"ariaBusy",void 0),Ot([ot({attribute:"aria-controls"})],De.prototype,"ariaControls",void 0),Ot([ot({attribute:"aria-current"})],De.prototype,"ariaCurrent",void 0),Ot([ot({attribute:"aria-describedby"})],De.prototype,"ariaDescribedby",void 0),Ot([ot({attribute:"aria-details"})],De.prototype,"ariaDetails",void 0),Ot([ot({attribute:"aria-disabled"})],De.prototype,"ariaDisabled",void 0),Ot([ot({attribute:"aria-errormessage"})],De.prototype,"ariaErrormessage",void 0),Ot([ot({attribute:"aria-flowto"})],De.prototype,"ariaFlowto",void 0),Ot([ot({attribute:"aria-haspopup"})],De.prototype,"ariaHaspopup",void 0),Ot([ot({attribute:"aria-hidden"})],De.prototype,"ariaHidden",void 0),Ot([ot({attribute:"aria-invalid"})],De.prototype,"ariaInvalid",void 0),Ot([ot({attribute:"aria-keyshortcuts"})],De.prototype,"ariaKeyshortcuts",void 0),Ot([ot({attribute:"aria-label"})],De.prototype,"ariaLabel",void 0),Ot([ot({attribute:"aria-labelledby"})],De.prototype,"ariaLabelledby",void 0),Ot([ot({attribute:"aria-live"})],De.prototype,"ariaLive",void 0),Ot([ot({attribute:"aria-owns"})],De.prototype,"ariaOwns",void 0),Ot([ot({attribute:"aria-relevant"})],De.prototype,"ariaRelevant",void 0),Ot([ot({attribute:"aria-roledescription"})],De.prototype,"ariaRoledescription",void 0)
429
429
  class Fe extends de{constructor(){super(...arguments),this.handleUnsupportedDelegatesFocus=()=>{var t
430
430
  window.ShadowRoot&&!window.ShadowRoot.prototype.hasOwnProperty("delegatesFocus")&&(null===(t=this.$fastController.definition.shadowOptions)||void 0===t?void 0:t.delegatesFocus)&&(this.focus=()=>{this.control.focus()})}}connectedCallback(){super.connectedCallback(),this.handleUnsupportedDelegatesFocus()}}Ot([ot],Fe.prototype,"download",void 0),Ot([ot],Fe.prototype,"href",void 0),Ot([ot],Fe.prototype,"hreflang",void 0),Ot([ot],Fe.prototype,"ping",void 0),Ot([ot],Fe.prototype,"referrerpolicy",void 0),Ot([ot],Fe.prototype,"rel",void 0),Ot([ot],Fe.prototype,"target",void 0),Ot([ot],Fe.prototype,"type",void 0),Ot([b],Fe.prototype,"defaultSlottedContent",void 0)
431
- class De{}Ot([ot({attribute:"aria-expanded"})],De.prototype,"ariaExpanded",void 0),ve(De,Be),ve(Fe,_t,De)
431
+ class Be{}Ot([ot({attribute:"aria-expanded"})],Be.prototype,"ariaExpanded",void 0),ve(Be,De),ve(Fe,_t,Be)
432
432
  const Ne=t=>{const e=t.closest("[dir]")
433
433
  return null!==e&&"rtl"===e.dir?Ve.rtl:Ve.ltr}
434
434
  class je extends de{constructor(){super(...arguments),this.anchor="",this.viewport="",this.horizontalPositioningMode="uncontrolled",this.horizontalDefaultPosition="unset",this.horizontalViewportLock=!1,this.horizontalInset=!1,this.horizontalScaling="content",this.verticalPositioningMode="uncontrolled",this.verticalDefaultPosition="unset",this.verticalViewportLock=!1,this.verticalInset=!1,this.verticalScaling="content",this.fixedPlacement=!1,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.initialLayoutComplete=!1,this.resizeDetector=null,this.baseHorizontalOffset=0,this.baseVerticalOffset=0,this.pendingPositioningUpdate=!1,this.pendingReset=!1,this.currentDirection=Ve.ltr,this.regionVisible=!1,this.forceUpdate=!1,this.updateThreshold=.5,this.update=()=>{this.pendingPositioningUpdate||this.requestPositionUpdates()},this.startObservers=()=>{this.stopObservers(),null!==this.anchorElement&&(this.requestPositionUpdates(),null!==this.resizeDetector&&(this.resizeDetector.observe(this.anchorElement),this.resizeDetector.observe(this)))},this.requestPositionUpdates=()=>{null===this.anchorElement||this.pendingPositioningUpdate||(je.intersectionService.requestPosition(this,this.handleIntersection),je.intersectionService.requestPosition(this.anchorElement,this.handleIntersection),null!==this.viewportElement&&je.intersectionService.requestPosition(this.viewportElement,this.handleIntersection),this.pendingPositioningUpdate=!0)},this.stopObservers=()=>{this.pendingPositioningUpdate&&(this.pendingPositioningUpdate=!1,je.intersectionService.cancelRequestPosition(this,this.handleIntersection),null!==this.anchorElement&&je.intersectionService.cancelRequestPosition(this.anchorElement,this.handleIntersection),null!==this.viewportElement&&je.intersectionService.cancelRequestPosition(this.viewportElement,this.handleIntersection)),null!==this.resizeDetector&&this.resizeDetector.disconnect()},this.getViewport=()=>"string"!=typeof this.viewport||""===this.viewport?document.documentElement:document.getElementById(this.viewport),this.getAnchor=()=>document.getElementById(this.anchor),this.handleIntersection=t=>{this.pendingPositioningUpdate&&(this.pendingPositioningUpdate=!1,this.applyIntersectionEntries(t)&&this.updateLayout())},this.applyIntersectionEntries=t=>{const e=t.find((t=>t.target===this)),s=t.find((t=>t.target===this.anchorElement)),i=t.find((t=>t.target===this.viewportElement))
@@ -440,11 +440,11 @@ if("start"===t||"end"===t){const e=Ne(this)
440
440
  if(e!==this.currentDirection)return this.currentDirection=e,void this.initialize()
441
441
  t=this.currentDirection===Ve.ltr?"start"===t?"left":"right":"start"===t?"right":"left"}switch(t){case"left":e=this.horizontalInset?"insetStart":"start"
442
442
  break
443
- case"right":e=this.horizontalInset?"insetEnd":"end"}}const s=void 0!==this.horizontalThreshold?this.horizontalThreshold:void 0!==this.regionRect?this.regionRect.width:0,i=void 0!==this.anchorRect?this.anchorRect.left:0,o=void 0!==this.anchorRect?this.anchorRect.right:0,n=void 0!==this.anchorRect?this.anchorRect.width:0,a=void 0!==this.viewportRect?this.viewportRect.left:0,r=void 0!==this.viewportRect?this.viewportRect.right:0;(void 0===e||"locktodefault"!==this.horizontalPositioningMode&&this.getAvailableSpace(e,i,o,n,a,r)<s)&&(e=this.getAvailableSpace(t[0],i,o,n,a,r)>this.getAvailableSpace(t[1],i,o,n,a,r)?t[0]:t[1])}if("uncontrolled"!==this.verticalPositioningMode){const e=this.getPositioningOptions(this.verticalInset)
443
+ case"right":e=this.horizontalInset?"insetEnd":"end"}}const s=void 0!==this.horizontalThreshold?this.horizontalThreshold:void 0!==this.regionRect?this.regionRect.width:0,i=void 0!==this.anchorRect?this.anchorRect.left:0,o=void 0!==this.anchorRect?this.anchorRect.right:0,n=void 0!==this.anchorRect?this.anchorRect.width:0,r=void 0!==this.viewportRect?this.viewportRect.left:0,a=void 0!==this.viewportRect?this.viewportRect.right:0;(void 0===e||"locktodefault"!==this.horizontalPositioningMode&&this.getAvailableSpace(e,i,o,n,r,a)<s)&&(e=this.getAvailableSpace(t[0],i,o,n,r,a)>this.getAvailableSpace(t[1],i,o,n,r,a)?t[0]:t[1])}if("uncontrolled"!==this.verticalPositioningMode){const e=this.getPositioningOptions(this.verticalInset)
444
444
  if("center"===this.verticalDefaultPosition)t="center"
445
445
  else if("unset"!==this.verticalDefaultPosition)switch(this.verticalDefaultPosition){case"top":t=this.verticalInset?"insetStart":"start"
446
446
  break
447
- case"bottom":t=this.verticalInset?"insetEnd":"end"}const s=void 0!==this.verticalThreshold?this.verticalThreshold:void 0!==this.regionRect?this.regionRect.height:0,i=void 0!==this.anchorRect?this.anchorRect.top:0,o=void 0!==this.anchorRect?this.anchorRect.bottom:0,n=void 0!==this.anchorRect?this.anchorRect.height:0,a=void 0!==this.viewportRect?this.viewportRect.top:0,r=void 0!==this.viewportRect?this.viewportRect.bottom:0;(void 0===t||"locktodefault"!==this.verticalPositioningMode&&this.getAvailableSpace(t,i,o,n,a,r)<s)&&(t=this.getAvailableSpace(e[0],i,o,n,a,r)>this.getAvailableSpace(e[1],i,o,n,a,r)?e[0]:e[1])}const s=this.getNextRegionDimension(e,t),i=this.horizontalPosition!==e||this.verticalPosition!==t
447
+ case"bottom":t=this.verticalInset?"insetEnd":"end"}const s=void 0!==this.verticalThreshold?this.verticalThreshold:void 0!==this.regionRect?this.regionRect.height:0,i=void 0!==this.anchorRect?this.anchorRect.top:0,o=void 0!==this.anchorRect?this.anchorRect.bottom:0,n=void 0!==this.anchorRect?this.anchorRect.height:0,r=void 0!==this.viewportRect?this.viewportRect.top:0,a=void 0!==this.viewportRect?this.viewportRect.bottom:0;(void 0===t||"locktodefault"!==this.verticalPositioningMode&&this.getAvailableSpace(t,i,o,n,r,a)<s)&&(t=this.getAvailableSpace(e[0],i,o,n,r,a)>this.getAvailableSpace(e[1],i,o,n,r,a)?e[0]:e[1])}const s=this.getNextRegionDimension(e,t),i=this.horizontalPosition!==e||this.verticalPosition!==t
448
448
  if(this.setHorizontalPosition(e,s),this.setVerticalPosition(t,s),this.updateRegionStyle(),!this.initialLayoutComplete)return this.initialLayoutComplete=!0,void this.requestPositionUpdates()
449
449
  this.regionVisible||(this.regionVisible=!0,this.style.removeProperty("pointer-events"),this.style.removeProperty("opacity"),this.classList.toggle("loaded",!0),this.$emit("loaded",this,{bubbles:!1})),this.updatePositionClasses(),i&&this.$emit("positionchange",this,{bubbles:!1})},this.updateRegionStyle=()=>{this.style.width=this.regionWidth,this.style.height=this.regionHeight,this.style.transform=`translate(${this.translateX}px, ${this.translateY}px)`},this.updatePositionClasses=()=>{this.classList.toggle("top","start"===this.verticalPosition),this.classList.toggle("bottom","end"===this.verticalPosition),this.classList.toggle("inset-top","insetStart"===this.verticalPosition),this.classList.toggle("inset-bottom","insetEnd"===this.verticalPosition),this.classList.toggle("vertical-center","center"===this.verticalPosition),this.classList.toggle("left","start"===this.horizontalPosition),this.classList.toggle("right","end"===this.horizontalPosition),this.classList.toggle("inset-left","insetStart"===this.horizontalPosition),this.classList.toggle("inset-right","insetEnd"===this.horizontalPosition),this.classList.toggle("horizontal-center","center"===this.horizontalPosition)},this.setHorizontalPosition=(t,e)=>{if(void 0===t||void 0===this.regionRect||void 0===this.anchorRect||void 0===this.viewportRect)return
450
450
  let s=0
@@ -474,12 +474,12 @@ break
474
474
  case"end":this.translateY=this.baseVerticalOffset+this.anchorRect.height,this.verticalViewportLock&&this.anchorRect.bottom<this.viewportRect.top&&(this.translateY=this.translateY-(this.anchorRect.bottom-this.viewportRect.top))
475
475
  break
476
476
  case"center":if(i=(this.anchorRect.height-s)/2,this.translateY=this.baseVerticalOffset+i,this.verticalViewportLock){const t=this.anchorRect.top+i,e=this.anchorRect.bottom-i
477
- t<this.viewportRect.top&&!(e>this.viewportRect.bottom)?this.translateY=this.translateY-(t-this.viewportRect.top):e>this.viewportRect.bottom&&!(t<this.viewportRect.top)&&(this.translateY=this.translateY-(e-this.viewportRect.bottom))}}this.verticalPosition=t},this.getPositioningOptions=t=>t?["insetStart","insetEnd"]:["start","end"],this.getAvailableSpace=(t,e,s,i,o,n)=>{const a=e-o,r=n-(e+i)
478
- switch(t){case"start":return a
479
- case"insetStart":return a+i
480
- case"insetEnd":return r+i
481
- case"end":return r
482
- case"center":return 2*Math.min(a,r)+i}},this.getNextRegionDimension=(t,e)=>{const s={height:void 0!==this.regionRect?this.regionRect.height:0,width:void 0!==this.regionRect?this.regionRect.width:0}
477
+ t<this.viewportRect.top&&!(e>this.viewportRect.bottom)?this.translateY=this.translateY-(t-this.viewportRect.top):e>this.viewportRect.bottom&&!(t<this.viewportRect.top)&&(this.translateY=this.translateY-(e-this.viewportRect.bottom))}}this.verticalPosition=t},this.getPositioningOptions=t=>t?["insetStart","insetEnd"]:["start","end"],this.getAvailableSpace=(t,e,s,i,o,n)=>{const r=e-o,a=n-(e+i)
478
+ switch(t){case"start":return r
479
+ case"insetStart":return r+i
480
+ case"insetEnd":return a+i
481
+ case"end":return a
482
+ case"center":return 2*Math.min(r,a)+i}},this.getNextRegionDimension=(t,e)=>{const s={height:void 0!==this.regionRect?this.regionRect.height:0,width:void 0!==this.regionRect?this.regionRect.width:0}
483
483
  return void 0!==t&&"fill"===this.horizontalScaling?s.width=this.getAvailableSpace(t,void 0!==this.anchorRect?this.anchorRect.left:0,void 0!==this.anchorRect?this.anchorRect.right:0,void 0!==this.anchorRect?this.anchorRect.width:0,void 0!==this.viewportRect?this.viewportRect.left:0,void 0!==this.viewportRect?this.viewportRect.right:0):"anchor"===this.horizontalScaling&&(s.width=void 0!==this.anchorRect?this.anchorRect.width:0),void 0!==e&&"fill"===this.verticalScaling?s.height=this.getAvailableSpace(e,void 0!==this.anchorRect?this.anchorRect.top:0,void 0!==this.anchorRect?this.anchorRect.bottom:0,void 0!==this.anchorRect?this.anchorRect.height:0,void 0!==this.viewportRect?this.viewportRect.top:0,void 0!==this.viewportRect?this.viewportRect.bottom:0):"anchor"===this.verticalScaling&&(s.height=void 0!==this.anchorRect?this.anchorRect.height:0),s},this.startAutoUpdateEventListeners=()=>{window.addEventListener(xe,this.update,{passive:!0}),window.addEventListener(ye,this.update,{passive:!0,capture:!0}),null!==this.resizeDetector&&null!==this.viewportElement&&this.resizeDetector.observe(this.viewportElement)},this.stopAutoUpdateEventListeners=()=>{window.removeEventListener(xe,this.update),window.removeEventListener(ye,this.update),null!==this.resizeDetector&&null!==this.viewportElement&&this.resizeDetector.unobserve(this.viewportElement)}}anchorChanged(){this.initialLayoutComplete&&(this.anchorElement=this.getAnchor())}viewportChanged(){this.initialLayoutComplete&&(this.viewportElement=this.getViewport())}horizontalPositioningModeChanged(){this.requestReset()}horizontalDefaultPositionChanged(){this.updateForAttributeChange()}horizontalViewportLockChanged(){this.updateForAttributeChange()}horizontalInsetChanged(){this.updateForAttributeChange()}horizontalThresholdChanged(){this.updateForAttributeChange()}horizontalScalingChanged(){this.updateForAttributeChange()}verticalPositioningModeChanged(){this.requestReset()}verticalDefaultPositionChanged(){this.updateForAttributeChange()}verticalViewportLockChanged(){this.updateForAttributeChange()}verticalInsetChanged(){this.updateForAttributeChange()}verticalThresholdChanged(){this.updateForAttributeChange()}verticalScalingChanged(){this.updateForAttributeChange()}fixedPlacementChanged(){this.$fastController.isConnected&&this.initialLayoutComplete&&this.initialize()}autoUpdateModeChanged(t,e){this.$fastController.isConnected&&this.initialLayoutComplete&&("auto"===t&&this.stopAutoUpdateEventListeners(),"auto"===e&&this.startAutoUpdateEventListeners())}anchorElementChanged(){this.requestReset()}viewportElementChanged(){this.$fastController.isConnected&&this.initialLayoutComplete&&this.initialize()}connectedCallback(){super.connectedCallback(),"auto"===this.autoUpdateMode&&this.startAutoUpdateEventListeners(),this.initialize()}disconnectedCallback(){super.disconnectedCallback(),"auto"===this.autoUpdateMode&&this.stopAutoUpdateEventListeners(),this.stopObservers(),this.disconnectResizeDetector()}adoptedCallback(){this.initialize()}disconnectResizeDetector(){null!==this.resizeDetector&&(this.resizeDetector.disconnect(),this.resizeDetector=null)}initializeResizeDetector(){this.disconnectResizeDetector(),this.resizeDetector=new window.ResizeObserver(this.handleResize)}updateForAttributeChange(){this.$fastController.isConnected&&this.initialLayoutComplete&&(this.forceUpdate=!0,this.update())}initialize(){this.initializeResizeDetector(),null===this.anchorElement&&(this.anchorElement=this.getAnchor()),this.requestReset()}requestReset(){this.$fastController.isConnected&&!1===this.pendingReset&&(this.setInitialState(),h.queueUpdate((()=>this.reset())),this.pendingReset=!0)}setInitialState(){this.initialLayoutComplete=!1,this.regionVisible=!1,this.translateX=0,this.translateY=0,this.baseHorizontalOffset=0,this.baseVerticalOffset=0,this.viewportRect=void 0,this.regionRect=void 0,this.anchorRect=void 0,this.verticalPosition=void 0,this.horizontalPosition=void 0,this.style.opacity="0",this.style.pointerEvents="none",this.forceUpdate=!1,this.style.position=this.fixedPlacement?"fixed":"absolute",this.updatePositionClasses(),this.updateRegionStyle()}}je.intersectionService=new class{constructor(){this.intersectionDetector=null,this.observedElements=new Map,this.requestPosition=(t,e)=>{var s
484
484
  null!==this.intersectionDetector&&(this.observedElements.has(t)?null===(s=this.observedElements.get(t))||void 0===s||s.push(e):(this.observedElements.set(t,[e]),this.intersectionDetector.observe(t)))},this.cancelRequestPosition=(t,e)=>{const s=this.observedElements.get(t)
485
485
  if(void 0!==s){const t=s.indexOf(e);-1!==t&&s.splice(t,1)}},this.initializeIntersectionDetector=()=>{t.IntersectionObserver&&(this.intersectionDetector=new IntersectionObserver(this.handleIntersection,{root:null,rootMargin:"0px",threshold:[0,1]}))},this.handleIntersection=t=>{if(null===this.intersectionDetector)return
@@ -488,7 +488,7 @@ t.forEach((t=>{var i
488
488
  null===(i=this.intersectionDetector)||void 0===i||i.unobserve(t.target)
489
489
  const o=this.observedElements.get(t.target)
490
490
  void 0!==o&&(o.forEach((i=>{let o=e.indexOf(i);-1===o&&(o=e.length,e.push(i),s.push([])),s[o].push(t)})),this.observedElements.delete(t.target))})),e.forEach(((t,e)=>{t(s[e])}))},this.initializeIntersectionDetector()}},Ot([ot],je.prototype,"anchor",void 0),Ot([ot],je.prototype,"viewport",void 0),Ot([ot({attribute:"horizontal-positioning-mode"})],je.prototype,"horizontalPositioningMode",void 0),Ot([ot({attribute:"horizontal-default-position"})],je.prototype,"horizontalDefaultPosition",void 0),Ot([ot({attribute:"horizontal-viewport-lock",mode:"boolean"})],je.prototype,"horizontalViewportLock",void 0),Ot([ot({attribute:"horizontal-inset",mode:"boolean"})],je.prototype,"horizontalInset",void 0),Ot([ot({attribute:"horizontal-threshold"})],je.prototype,"horizontalThreshold",void 0),Ot([ot({attribute:"horizontal-scaling"})],je.prototype,"horizontalScaling",void 0),Ot([ot({attribute:"vertical-positioning-mode"})],je.prototype,"verticalPositioningMode",void 0),Ot([ot({attribute:"vertical-default-position"})],je.prototype,"verticalDefaultPosition",void 0),Ot([ot({attribute:"vertical-viewport-lock",mode:"boolean"})],je.prototype,"verticalViewportLock",void 0),Ot([ot({attribute:"vertical-inset",mode:"boolean"})],je.prototype,"verticalInset",void 0),Ot([ot({attribute:"vertical-threshold"})],je.prototype,"verticalThreshold",void 0),Ot([ot({attribute:"vertical-scaling"})],je.prototype,"verticalScaling",void 0),Ot([ot({attribute:"fixed-placement",mode:"boolean"})],je.prototype,"fixedPlacement",void 0),Ot([ot({attribute:"auto-update-mode"})],je.prototype,"autoUpdateMode",void 0),Ot([b],je.prototype,"anchorElement",void 0),Ot([b],je.prototype,"viewportElement",void 0),Ot([b],je.prototype,"initialLayoutComplete",void 0)
491
- class qe extends Fe{constructor(){super(...arguments),this.separator=!0}}Ot([b],qe.prototype,"separator",void 0),ve(qe,_t,De)
491
+ class qe extends Fe{constructor(){super(...arguments),this.separator=!0}}Ot([b],qe.prototype,"separator",void 0),ve(qe,_t,Be)
492
492
  class Ue extends de{slottedBreadcrumbItemsChanged(){if(this.$fastController.isConnected){if(void 0===this.slottedBreadcrumbItems||0===this.slottedBreadcrumbItems.length)return
493
493
  const t=this.slottedBreadcrumbItems[this.slottedBreadcrumbItems.length-1]
494
494
  this.slottedBreadcrumbItems.forEach((e=>{const s=e===t
@@ -517,14 +517,14 @@ e&&e.forEach((t=>{t.addEventListener("click",this.handleClick)}))}disconnectedCa
517
517
  super.disconnectedCallback()
518
518
  const e=Array.from(null===(t=this.control)||void 0===t?void 0:t.children)
519
519
  e&&e.forEach((t=>{t.removeEventListener("click",this.handleClick)}))}}Ot([ot({mode:"boolean"})],ts.prototype,"autofocus",void 0),Ot([ot({attribute:"form"})],ts.prototype,"formId",void 0),Ot([ot],ts.prototype,"formaction",void 0),Ot([ot],ts.prototype,"formenctype",void 0),Ot([ot],ts.prototype,"formmethod",void 0),Ot([ot({mode:"boolean"})],ts.prototype,"formnovalidate",void 0),Ot([ot],ts.prototype,"formtarget",void 0),Ot([ot],ts.prototype,"type",void 0),Ot([b],ts.prototype,"defaultSlottedContent",void 0)
520
- class es{}Ot([ot({attribute:"aria-expanded"})],es.prototype,"ariaExpanded",void 0),Ot([ot({attribute:"aria-pressed"})],es.prototype,"ariaPressed",void 0),ve(es,Be),ve(ts,_t,es)
520
+ class es{}Ot([ot({attribute:"aria-expanded"})],es.prototype,"ariaExpanded",void 0),Ot([ot({attribute:"aria-pressed"})],es.prototype,"ariaPressed",void 0),ve(es,De),ve(ts,_t,es)
521
521
  class ss extends de{}class is extends(Qe(ss)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class os extends is{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=t=>{switch(t.key){case Ee: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)}}function ns(t){return fe(t)&&("option"===t.getAttribute("role")||t instanceof HTMLOptionElement)}Ot([ot({attribute:"readonly",mode:"boolean"})],os.prototype,"readOnly",void 0),Ot([b],os.prototype,"defaultSlottedNodes",void 0),Ot([b],os.prototype,"indeterminate",void 0)
522
- class as extends de{constructor(t,e,s,i){super(),this.defaultSelected=!1,this.dirtySelected=!1,this.selected=this.defaultSelected,this.dirtyValue=!1,t&&(this.textContent=t),e&&(this.initialValue=e),s&&(this.defaultSelected=s),i&&(this.selected=i),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
522
+ class rs extends de{constructor(t,e,s,i){super(),this.defaultSelected=!1,this.dirtySelected=!1,this.selected=this.defaultSelected,this.dirtyValue=!1,t&&(this.textContent=t),e&&(this.initialValue=e),s&&(this.defaultSelected=s),i&&(this.selected=i),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
523
523
  return null!==(t=this.value)&&void 0!==t?t:this.text}get text(){var t,e
524
524
  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:""}`
525
525
  this._value=e,this.dirtyValue=!0,this.proxy instanceof HTMLOptionElement&&(this.proxy.value=e),f.notify(this,"value")}get value(){var t
526
- return f.track(this,"value"),null!==(t=this._value)&&void 0!==t?t:this.text}get form(){return this.proxy?this.proxy.form:null}}Ot([b],as.prototype,"checked",void 0),Ot([b],as.prototype,"content",void 0),Ot([b],as.prototype,"defaultSelected",void 0),Ot([ot({mode:"boolean"})],as.prototype,"disabled",void 0),Ot([ot({attribute:"selected",mode:"boolean"})],as.prototype,"selectedAttribute",void 0),Ot([b],as.prototype,"selected",void 0),Ot([ot({attribute:"value",mode:"fromView"})],as.prototype,"initialValue",void 0)
527
- class rs{}Ot([b],rs.prototype,"ariaChecked",void 0),Ot([b],rs.prototype,"ariaPosInSet",void 0),Ot([b],rs.prototype,"ariaSelected",void 0),Ot([b],rs.prototype,"ariaSetSize",void 0),ve(rs,Be),ve(as,_t,rs)
526
+ return f.track(this,"value"),null!==(t=this._value)&&void 0!==t?t:this.text}get form(){return this.proxy?this.proxy.form:null}}Ot([b],rs.prototype,"checked",void 0),Ot([b],rs.prototype,"content",void 0),Ot([b],rs.prototype,"defaultSelected",void 0),Ot([ot({mode:"boolean"})],rs.prototype,"disabled",void 0),Ot([ot({attribute:"selected",mode:"boolean"})],rs.prototype,"selectedAttribute",void 0),Ot([b],rs.prototype,"selected",void 0),Ot([ot({attribute:"value",mode:"fromView"})],rs.prototype,"initialValue",void 0)
527
+ class as{}Ot([b],as.prototype,"ariaChecked",void 0),Ot([b],as.prototype,"ariaPosInSet",void 0),Ot([b],as.prototype,"ariaSelected",void 0),Ot([b],as.prototype,"ariaSetSize",void 0),ve(as,De),ve(rs,_t,as)
528
528
  class ls extends de{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
529
529
  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
530
530
  return null!==(e=null===(t=this.options)||void 0===t?void 0:t.length)&&void 0!==e?e:0}get options(){return f.track(this,"options"),this._options}set options(t){this._options=t,f.notify(this,"options")}get typeAheadExpired(){return this.typeaheadExpired}set typeAheadExpired(t){this.typeaheadExpired=t}clickHandler(t){const e=t.target.closest("option,[role=option]")
@@ -558,17 +558,17 @@ for(;s--;)if(e(t[s],s,t))return s
558
558
  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
559
559
  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,s;(null===(t=this.options)||void 0===t?void 0:t.length)&&(this.selectedOptions=[this.options[this.selectedIndex]],this.ariaActiveDescendant=null!==(s=null===(e=this.firstSelectedOption)||void 0===e?void 0:e.id)&&void 0!==s?s:"",this.focusAndScrollOptionIntoView())}slottedOptionsChanged(t,e){this.options=e.reduce(((t,e)=>(ns(e)&&t.push(e),t)),[])
560
560
  const s=`${this.options.length}`
561
- this.options.forEach(((t,e)=>{t.id||(t.id=Pe("option-")),t.ariaPosInSet=`${e+1}`,t.ariaSetSize=s})),this.$fastController.isConnected&&(this.setSelectedOptions(),this.setDefaultSelectedOption())}typeaheadBufferChanged(t,e){if(this.$fastController.isConnected){const t=this.getTypeaheadMatches()
561
+ this.options.forEach(((t,e)=>{t.id||(t.id=Re("option-")),t.ariaPosInSet=`${e+1}`,t.ariaSetSize=s})),this.$fastController.isConnected&&(this.setSelectedOptions(),this.setDefaultSelectedOption())}typeaheadBufferChanged(t,e){if(this.$fastController.isConnected){const t=this.getTypeaheadMatches()
562
562
  if(t.length){const e=this.options.indexOf(t[0])
563
563
  e>-1&&(this.selectedIndex=e)}this.typeaheadExpired=!1}}}ls.slottedOptionFilter=t=>ns(t)&&!t.hidden,ls.TYPE_AHEAD_TIMEOUT_MS=1e3,Ot([ot({mode:"boolean"})],ls.prototype,"disabled",void 0),Ot([b],ls.prototype,"selectedIndex",void 0),Ot([b],ls.prototype,"selectedOptions",void 0),Ot([b],ls.prototype,"slottedOptions",void 0),Ot([b],ls.prototype,"typeaheadBuffer",void 0)
564
- class cs{}Ot([b],cs.prototype,"ariaActiveDescendant",void 0),Ot([b],cs.prototype,"ariaDisabled",void 0),Ot([b],cs.prototype,"ariaExpanded",void 0),Ot([b],cs.prototype,"ariaMultiSelectable",void 0),ve(cs,Be),ve(ls,cs)
564
+ class cs{}Ot([b],cs.prototype,"ariaActiveDescendant",void 0),Ot([b],cs.prototype,"ariaDisabled",void 0),Ot([b],cs.prototype,"ariaExpanded",void 0),Ot([b],cs.prototype,"ariaMultiSelectable",void 0),ve(cs,De),ve(ls,cs)
565
565
  const hs="above",ds="below"
566
566
  class us extends ls{}class ps extends(Ge(us)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const vs="inline",gs="list",ms="both",fs="none"
567
- class bs extends ps{constructor(){super(...arguments),this._value="",this.filteredOptions=[],this.filter="",this.forcedPosition=!1,this.listboxId=Pe("listbox-"),this.maxHeight=0,this.open=!1}formResetCallback(){super.formResetCallback(),this.setDefaultSelectedOption(),this.updateValue()}get isAutocompleteInline(){return this.autocomplete===vs||this.isAutocompleteBoth}get isAutocompleteList(){return this.autocomplete===gs||this.isAutocompleteBoth}get isAutocompleteBoth(){return this.autocomplete===ms}openChanged(){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),void h.queueUpdate((()=>this.focus()))
567
+ class bs extends ps{constructor(){super(...arguments),this._value="",this.filteredOptions=[],this.filter="",this.forcedPosition=!1,this.listboxId=Re("listbox-"),this.maxHeight=0,this.open=!1}formResetCallback(){super.formResetCallback(),this.setDefaultSelectedOption(),this.updateValue()}get isAutocompleteInline(){return this.autocomplete===vs||this.isAutocompleteBoth}get isAutocompleteList(){return this.autocomplete===gs||this.isAutocompleteBoth}get isAutocompleteBoth(){return this.autocomplete===ms}openChanged(){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),void h.queueUpdate((()=>this.focus()))
568
568
  this.ariaControls="",this.ariaExpanded="false"}get options(){return f.track(this,"options"),this.filteredOptions.length?this.filteredOptions:this._options}set options(t){this._options=t,f.notify(this,"options")}placeholderChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.placeholder=this.placeholder)}positionChanged(t,e){this.positionAttribute=e,this.setPositioning()}get value(){return f.track(this,"value"),this._value}set value(t){var e,s,i
569
569
  const o=`${this._value}`
570
- 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,a=null===(s=this.options[o])||void 0===s?void 0:s.text
571
- this.selectedIndex=n!==a?o:this.selectedIndex,t=(null===(i=this.firstSelectedOption)||void 0===i?void 0:i.text)||t}o!==t&&(this._value=t,super.valueChanged(o,t),f.notify(this,"value"))}clickHandler(t){if(!this.disabled){if(this.open){const e=t.target.closest("option,[role=option]")
570
+ 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===(s=this.options[o])||void 0===s?void 0:s.text
571
+ this.selectedIndex=n!==r?o:this.selectedIndex,t=(null===(i=this.firstSelectedOption)||void 0===i?void 0:i.text)||t}o!==t&&(this._value=t,super.valueChanged(o,t),f.notify(this,"value"))}clickHandler(t){if(!this.disabled){if(this.open){const e=t.target.closest("option,[role=option]")
572
572
  if(!e||e.disabled)return
573
573
  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!==fs||(this.filter="")
574
574
  const t=this.filter.toLowerCase()
@@ -659,25 +659,25 @@ s&&this.hydrate(s,this.getRaw(s))}hydrate(t,e){if(!this.has(t)){const s=this.bin
659
659
  Es.isDerivedDesignTokenValue(e)?s?s.source!==e&&(this.tearDownBindingObserver(t),this.setupBindingObserver(t,e)):this.setupBindingObserver(t,e):(s&&this.tearDownBindingObserver(t),this.store.set(t,e))}}setupBindingObserver(t,e){const s=new Hs(e,t,this)
660
660
  return this.bindingObservers.set(t,s),s}tearDownBindingObserver(t){return!!this.bindingObservers.has(t)&&(this.bindingObservers.get(t).disconnect(),this.bindingObservers.delete(t),!0)}}Ts.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:s}=t
661
661
  this.add(e,s)}add(t,e){As.getOrCreate(e).setProperty(t.cssCustomProperty,this.resolveCSSValue(Ts.getOrCreate(e).get(t)))}remove(t,e){As.getOrCreate(e).removeProperty(t.cssCustomProperty)}resolveCSSValue(t){return t&&"function"==typeof t.createCSS?t.createCSS():t}},Ot([b],Ts.prototype,"children",void 0)
662
- const Rs=Object.freeze({create:function(t){return Es.from(t)},notifyConnection:t=>!(!t.isConnected||!Ts.existsFor(t))&&(Ts.getOrCreate(t).bind(),!0),notifyDisconnection:t=>!(t.isConnected||!Ts.existsFor(t))&&(Ts.getOrCreate(t).unbind(),!0),registerRoot(t=ys){Is.registerRoot(t)},unregisterRoot(t=ys){Is.unregisterRoot(t)}}),Ps=Object.freeze({definitionCallbackOnly:null,ignoreDuplicate:Symbol()}),Bs=new Map,Fs=new Map
663
- let Ds=null
664
- const Ns=Rt.createInterface((t=>t.cachedCallback((t=>(null===Ds&&(Ds=new qs(null,t)),Ds))))),js=Object.freeze({tagFor:t=>Fs.get(t),responsibleFor(t){const e=t.$$designSystem$$
662
+ const Ps=Object.freeze({create:function(t){return Es.from(t)},notifyConnection:t=>!(!t.isConnected||!Ts.existsFor(t))&&(Ts.getOrCreate(t).bind(),!0),notifyDisconnection:t=>!(t.isConnected||!Ts.existsFor(t))&&(Ts.getOrCreate(t).unbind(),!0),registerRoot(t=ys){Is.registerRoot(t)},unregisterRoot(t=ys){Is.unregisterRoot(t)}}),Rs=Object.freeze({definitionCallbackOnly:null,ignoreDuplicate:Symbol()}),Ds=new Map,Fs=new Map
663
+ let Bs=null
664
+ const Ns=Pt.createInterface((t=>t.cachedCallback((t=>(null===Bs&&(Bs=new qs(null,t)),Bs))))),js=Object.freeze({tagFor:t=>Fs.get(t),responsibleFor(t){const e=t.$$designSystem$$
665
665
  if(e)return e
666
- return Rt.findResponsibleContainer(t).get(Ns)},getOrCreate(t){if(!t)return null===Ds&&(Ds=Rt.getOrCreateDOMContainer().get(Ns)),Ds
666
+ return Pt.findResponsibleContainer(t).get(Ns)},getOrCreate(t){if(!t)return null===Bs&&(Bs=Pt.getOrCreateDOMContainer().get(Ns)),Bs
667
667
  const e=t.$$designSystem$$
668
668
  if(e)return e
669
- const s=Rt.getOrCreateDOMContainer(t)
669
+ const s=Pt.getOrCreateDOMContainer(t)
670
670
  if(s.has(Ns,!1))return s.get(Ns)
671
671
  {const e=new qs(t,s)
672
672
  return s.register(Zt.instance(Ns,e)),e}}})
673
- class qs{constructor(t,e){this.owner=t,this.container=e,this.designTokensInitialized=!1,this.prefix="fast",this.shadowRootMode=void 0,this.disambiguate=()=>Ps.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,s=[],i=this.disambiguate,o=this.shadowRootMode,n={elementPrefix:this.prefix,tryDefineElement(t,n,a){const r=function(t,e,s){return"string"==typeof t?{name:t,type:e,callback:s}:t}(t,n,a),{name:l,callback:c,baseClass:h}=r
674
- let{type:d}=r,u=l,p=Bs.get(u),v=!0
673
+ class qs{constructor(t,e){this.owner=t,this.container=e,this.designTokensInitialized=!1,this.prefix="fast",this.shadowRootMode=void 0,this.disambiguate=()=>Rs.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,s=[],i=this.disambiguate,o=this.shadowRootMode,n={elementPrefix:this.prefix,tryDefineElement(t,n,r){const a=function(t,e,s){return"string"==typeof t?{name:t,type:e,callback:s}:t}(t,n,r),{name:l,callback:c,baseClass:h}=a
674
+ let{type:d}=a,u=l,p=Ds.get(u),v=!0
675
675
  for(;p;){const t=i(u,d,p)
676
- switch(t){case Ps.ignoreDuplicate:return
677
- case Ps.definitionCallbackOnly:v=!1,p=void 0
676
+ switch(t){case Rs.ignoreDuplicate:return
677
+ case Rs.definitionCallbackOnly:v=!1,p=void 0
678
678
  break
679
- default:u=t,p=Bs.get(u)}}v&&((Fs.has(d)||d===de)&&(d=class extends d{}),Bs.set(u,d),Fs.set(d,u),h&&Fs.set(h,u)),s.push(new Us(e,u,d,o,c,v))}}
680
- this.designTokensInitialized||(this.designTokensInitialized=!0,null!==this.designTokenRoot&&Rs.registerRoot(this.designTokenRoot)),e.registerWithContext(n,...t)
679
+ default:u=t,p=Ds.get(u)}}v&&((Fs.has(d)||d===de)&&(d=class extends d{}),Ds.set(u,d),Fs.set(d,u),h&&Fs.set(h,u)),s.push(new Us(e,u,d,o,c,v))}}
680
+ this.designTokensInitialized||(this.designTokensInitialized=!0,null!==this.designTokenRoot&&Ps.registerRoot(this.designTokenRoot)),e.registerWithContext(n,...t)
681
681
  for(const t of s)t.callback(t),t.willDefine&&null!==t.definition&&t.definition.define()
682
682
  return this}}class Us{constructor(t,e,s,i,o,n){this.container=t,this.name=e,this.type=s,this.shadowRootMode=i,this.callback=o,this.willDefine=n,this.definition=null}definePresentation(t){ce.define(this.name,t,this.container)}defineElement(t){this.definition=new lt(this.type,Object.assign(Object.assign({},t),{name:this.name}))}tagFor(t){return js.tagFor(t)}}
683
683
  /*!
@@ -731,7 +731,7 @@ const i=Math.max(0,parseInt(null!==(s=null==e?void 0:e.toFixed())&&void 0!==s?s:
731
731
  i!==e&&h.queueUpdate((()=>{this.size=i}))}toggleSelectedForAllCheckedOptions(){const t=this.checkedOptions.filter((t=>!t.disabled)),e=!t.every((t=>t.selected))
732
732
  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])
733
733
  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)}}Ot([b],ii.prototype,"activeIndex",void 0),Ot([ot({mode:"boolean"})],ii.prototype,"multiple",void 0),Ot([ot({converter:st})],ii.prototype,"size",void 0)
734
- const oi="menuitem",ni="menuitemcheckbox",ai="menuitemradio",ri={[oi]:"menuitem",[ni]:"menuitemcheckbox",[ai]:"menuitemradio"}
734
+ const oi="menuitem",ni="menuitemcheckbox",ri="menuitemradio",ai={[oi]:"menuitem",[ni]:"menuitemcheckbox",[ri]:"menuitemradio"}
735
735
  class li extends de{constructor(){super(...arguments),this.role=oi,this.hasSubmenu=!1,this.currentDirection=Ve.ltr,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=t=>{if(t.defaultPrevented)return!1
736
736
  switch(t.key){case Ie:case Ee:return this.invoke(),!1
737
737
  case _e:return this.expandAndFocus(),!1
@@ -739,7 +739,7 @@ case ke:if(this.expanded)return this.expanded=!1,this.focus(),!1}return!0},this.
739
739
  break
740
740
  case oi:this.updateSubmenu(),this.hasSubmenu?this.expandAndFocus():this.$emit("change")
741
741
  break
742
- case ai: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
742
+ case ri: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
743
743
  !1===this.expanded?this.submenu.collapseExpandedItem():this.currentDirection=Ne(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")))}}Ot([ot({mode:"boolean"})],li.prototype,"disabled",void 0),Ot([ot({mode:"boolean"})],li.prototype,"expanded",void 0),Ot([b],li.prototype,"startColumnCount",void 0),Ot([ot],li.prototype,"role",void 0),Ot([ot({mode:"boolean"})],li.prototype,"checked",void 0),Ot([b],li.prototype,"submenuRegion",void 0),Ot([b],li.prototype,"hasSubmenu",void 0),Ot([b],li.prototype,"currentDirection",void 0),Ot([b],li.prototype,"submenu",void 0),ve(li,_t)
744
744
  class ci extends de{constructor(){super(...arguments),this.expandedItem=null,this.focusIndex=-1,this.isNestedMenu=()=>null!==this.parentElement&&fe(this.parentElement)&&"menuitem"===this.parentElement.getAttribute("role"),this.handleFocusOut=t=>{if(!this.contains(t.relatedTarget)&&void 0!==this.menuItems){this.collapseExpandedItem()
745
745
  const t=this.menuItems.findIndex(this.isFocusableElement)
@@ -757,18 +757,18 @@ return t>s?t:s}),0)
757
757
  e.forEach(((t,e)=>{t.setAttribute("tabindex",0===e?"0":"-1"),t.addEventListener("expanded-change",this.handleExpandedChanged),t.addEventListener("focus",this.handleItemFocus),t instanceof li&&(t.startColumnCount=s)}))},this.changeHandler=t=>{if(void 0===this.menuItems)return
758
758
  const e=t.target,s=this.menuItems.indexOf(e)
759
759
  if(-1!==s&&"menuitemradio"===e.role&&!0===e.checked){for(let t=s-1;t>=0;--t){const e=this.menuItems[t],s=e.getAttribute("role")
760
- if(s===ai&&(e.checked=!1),"separator"===s)break}const t=this.menuItems.length-1
760
+ if(s===ri&&(e.checked=!1),"separator"===s)break}const t=this.menuItems.length-1
761
761
  for(let e=s+1;e<=t;++e){const t=this.menuItems[e],s=t.getAttribute("role")
762
- if(s===ai&&(t.checked=!1),"separator"===s)break}}},this.isMenuItemElement=t=>fe(t)&&ci.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 Ce:return void this.setFocus(this.focusIndex+1,1)
762
+ if(s===ri&&(t.checked=!1),"separator"===s)break}}},this.isMenuItemElement=t=>fe(t)&&ci.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 Ce:return void this.setFocus(this.focusIndex+1,1)
763
763
  case ze:return void this.setFocus(this.focusIndex-1,-1)
764
764
  case Ae:return void this.setFocus(this.menuItems.length-1,-1)
765
765
  case Se:return void this.setFocus(0,1)
766
766
  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 s=this.menuItems[t]
767
767
  if(this.isFocusableElement(s)){this.focusIndex>-1&&this.menuItems.length>=this.focusIndex-1&&this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.focusIndex=t,s.setAttribute("tabindex","0"),s.focus()
768
- break}t+=e}}}ci.focusableElementRoles=ri,Ot([b],ci.prototype,"items",void 0)
768
+ break}t+=e}}}ci.focusableElementRoles=ai,Ot([b],ci.prototype,"items",void 0)
769
769
  class hi extends de{}class di extends(Ge(hi)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const ui="text"
770
770
  class pi extends di{constructor(){super(...arguments),this.type=ui}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")}}Ot([ot({attribute:"readonly",mode:"boolean"})],pi.prototype,"readOnly",void 0),Ot([ot({mode:"boolean"})],pi.prototype,"autofocus",void 0),Ot([ot],pi.prototype,"placeholder",void 0),Ot([ot],pi.prototype,"type",void 0),Ot([ot],pi.prototype,"list",void 0),Ot([ot({converter:st})],pi.prototype,"maxlength",void 0),Ot([ot({converter:st})],pi.prototype,"minlength",void 0),Ot([ot],pi.prototype,"pattern",void 0),Ot([ot({converter:st})],pi.prototype,"size",void 0),Ot([ot({mode:"boolean"})],pi.prototype,"spellcheck",void 0),Ot([b],pi.prototype,"defaultSlottedNodes",void 0)
771
- class vi{}ve(vi,Be),ve(pi,_t,vi)
771
+ class vi{}ve(vi,De),ve(pi,_t,vi)
772
772
  class gi extends de{}class mi extends(Ge(gi)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class fi extends mi{constructor(){super(...arguments),this.hideStep=!1,this.step=1,this.isUserInput=!1}maxChanged(t,e){var s
773
773
  this.max=Math.max(e,null!==(s=this.min)&&void 0!==s?s:e)
774
774
  const i=Math.min(this.min,this.max)
@@ -781,10 +781,10 @@ return isNaN(i)?i="":(i=Math.min(i,null!==(e=this.max)&&void 0!==e?e:i),i=Math.m
781
781
  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
782
782
  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 ze:return this.stepUp(),!1
783
783
  case Ce:return this.stepDown(),!1}return!0}handleBlur(){this.control.value=this.value}}function bi(t,e,s){return t.nodeType!==Node.TEXT_NODE||"string"==typeof t.nodeValue&&!!t.nodeValue.trim().length}Ot([ot({attribute:"readonly",mode:"boolean"})],fi.prototype,"readOnly",void 0),Ot([ot({mode:"boolean"})],fi.prototype,"autofocus",void 0),Ot([ot({attribute:"hide-step",mode:"boolean"})],fi.prototype,"hideStep",void 0),Ot([ot],fi.prototype,"placeholder",void 0),Ot([ot],fi.prototype,"list",void 0),Ot([ot({converter:st})],fi.prototype,"maxlength",void 0),Ot([ot({converter:st})],fi.prototype,"minlength",void 0),Ot([ot({converter:st})],fi.prototype,"size",void 0),Ot([ot({converter:st})],fi.prototype,"step",void 0),Ot([ot({converter:st})],fi.prototype,"max",void 0),Ot([ot({converter:st})],fi.prototype,"min",void 0),Ot([b],fi.prototype,"defaultSlottedNodes",void 0),ve(fi,_t,vi)
784
- class wi extends ii{}class xi extends(Ge(wi)){constructor(){super(...arguments),this.proxy=document.createElement("select")}}class yi extends xi{constructor(){super(...arguments),this.open=!1,this.forcedPosition=!1,this.listboxId=Pe("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()))
785
- this.ariaControls="",this.ariaExpanded="false"}}get collapsible(){return!(this.multiple||"number"==typeof this.size)}get value(){return f.track(this,"value"),this._value}set value(t){var e,s,i,o,n,a,r
784
+ class wi extends ii{}class xi extends(Ge(wi)){constructor(){super(...arguments),this.proxy=document.createElement("select")}}class yi extends xi{constructor(){super(...arguments),this.open=!1,this.forcedPosition=!1,this.listboxId=Re("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()))
785
+ this.ariaControls="",this.ariaExpanded="false"}}get collapsible(){return!(this.multiple||"number"==typeof this.size)}get value(){return f.track(this,"value"),this._value}set value(t){var e,s,i,o,n,r,a
786
786
  const l=`${this._value}`
787
- if(null===(e=this._options)||void 0===e?void 0:e.length){const e=this._options.findIndex((e=>e.value===t)),l=null!==(i=null===(s=this._options[this.selectedIndex])||void 0===s?void 0:s.value)&&void 0!==i?i: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!==(r=null===(a=this.firstSelectedOption)||void 0===a?void 0:a.value)&&void 0!==r?r:t}l!==t&&(this._value=t,super.valueChanged(l,t),f.notify(this,"value"),this.updateDisplayValue())}updateValue(t){var e,s
787
+ if(null===(e=this._options)||void 0===e?void 0:e.length){const e=this._options.findIndex((e=>e.value===t)),l=null!==(i=null===(s=this._options[this.selectedIndex])||void 0===s?void 0:s.value)&&void 0!==i?i: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),f.notify(this,"value"),this.updateDisplayValue())}updateValue(t){var e,s
788
788
  this.$fastController.isConnected&&(this.value=null!==(s=null===(e=this.firstSelectedOption)||void 0===e?void 0:e.value)&&void 0!==s?s:""),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
789
789
  this.position=this.forcedPosition?this.positionAttribute:t.top>e?hs:ds,this.positionAttribute=this.forcedPosition?this.positionAttribute:this.position,this.maxHeight=this.position===hs?~~t.top:~~e}get displayValue(){var t,e
790
790
  return f.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]")
@@ -834,8 +834,8 @@ let s=0
834
834
  for(s=this.activetab?e.indexOf(this.activetab)-1:0,s=s<0?e.length-1:s;s>=0&&e.length>1;){if(this.isFocusableElement(e[s])){this.moveToTabByIndex(e,s)
835
835
  break}s-1<0?s=e.length-1:s-=1}},this.moveToTabByIndex=(t,e)=>{const s=t[e]
836
836
  this.activetab=s,this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=e,s.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
837
- return null!==(e=t.getAttribute("id"))&&void 0!==e?e:`tab-${Pe()}`}))}getTabPanelIds(){return this.tabpanels.map((t=>{var e
838
- return null!==(e=t.getAttribute("id"))&&void 0!==e?e:`panel-${Pe()}`}))}setComponent(){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.focusTab(),this.change())}isHorizontal(){return this.orientation===Oi}handleActiveIndicatorPosition(){this.showActiveIndicator&&this.activeindicator&&this.activeTabIndex!==this.prevActiveTabIndex&&(this.ticking?this.ticking=!1:(this.ticking=!0,this.animateActiveIndicator()))}animateActiveIndicator(){this.ticking=!0
837
+ return null!==(e=t.getAttribute("id"))&&void 0!==e?e:`tab-${Re()}`}))}getTabPanelIds(){return this.tabpanels.map((t=>{var e
838
+ return null!==(e=t.getAttribute("id"))&&void 0!==e?e:`panel-${Re()}`}))}setComponent(){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.focusTab(),this.change())}isHorizontal(){return this.orientation===Oi}handleActiveIndicatorPosition(){this.showActiveIndicator&&this.activeindicator&&this.activeTabIndex!==this.prevActiveTabIndex&&(this.ticking?this.ticking=!1:(this.ticking=!0,this.animateActiveIndicator()))}animateActiveIndicator(){this.ticking=!0
839
839
  const t=this.isHorizontal()?"gridColumn":"gridRow",e=this.isHorizontal()?"translateX":"translateY",s=this.isHorizontal()?"offsetLeft":"offsetTop",i=this.activeIndicatorRef[s]
840
840
  this.activeIndicatorRef.style[t]=`${this.activeTabIndex+1}`
841
841
  const o=this.activeIndicatorRef[s]
@@ -857,64 +857,92 @@ if(!s)return!t.target.closest("[role=radiogroup]")
857
857
  const i=this.activeIndex+s
858
858
  return this.focusableElements[i]&&t.preventDefault(),this.setFocusedElement(i),!0}get allSlottedItems(){return[...this.start.assignedElements(),...this.slottedItems,...this.end.assignedElements()]}reduceFocusableElements(){this.focusableElements=this.allSlottedItems.reduce(Li.reduceFocusableItems,[]),this.setFocusableElements()}setFocusedElement(t=this.activeIndex){var e
859
859
  this.activeIndex=t,this.setFocusableElements(),null===(e=this.focusableElements[this.activeIndex])||void 0===e||e.focus()}static reduceFocusableItems(t,e){var s,i,o,n
860
- const a="radio"===e.getAttribute("role"),r=null===(i=null===(s=e.$fastController)||void 0===s?void 0:s.definition.shadowOptions)||void 0===i?void 0:i.delegatesFocus,l=Array.from(null!==(n=null===(o=e.shadowRoot)||void 0===o?void 0:o.querySelectorAll("*"))&&void 0!==n?n:[]).some((t=>ei(t)))
861
- return ei(e)||a||r||l?(t.push(e),t):e.childElementCount?t.concat(Array.from(e.children).reduce(Li.reduceFocusableItems,[])):t}setFocusableElements(){this.$fastController.isConnected&&this.focusableElements.length>0&&this.focusableElements.forEach(((t,e)=>{t.tabIndex=this.activeIndex===e?0:-1}))}}Ot([b],Li.prototype,"direction",void 0),Ot([ot],Li.prototype,"orientation",void 0),Ot([b],Li.prototype,"slottedItems",void 0),Ot([b],Li.prototype,"slottedLabel",void 0)
862
- class Ti{}Ot([ot({attribute:"aria-labelledby"})],Ti.prototype,"ariaLabelledby",void 0),Ot([ot({attribute:"aria-label"})],Ti.prototype,"ariaLabel",void 0),ve(Ti,Be),ve(Li,_t,Ti)
863
- function Ri(t){return fe(t)&&"treeitem"===t.getAttribute("role")}class Pi extends de{constructor(){super(...arguments),this.expanded=!1,this.focusable=!1,this.isNestedItem=()=>Ri(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=>{Ri(t)&&(t.nested=!0)}))}static focusItem(t){t.focusable=!0,t.focus()}childItemLength(){const t=this.childItems.filter((t=>Ri(t)))
864
- return t?t.length:0}}Ot([ot({mode:"boolean"})],Pi.prototype,"expanded",void 0),Ot([ot({mode:"boolean"})],Pi.prototype,"selected",void 0),Ot([ot({mode:"boolean"})],Pi.prototype,"disabled",void 0),Ot([b],Pi.prototype,"focusable",void 0),Ot([b],Pi.prototype,"childItems",void 0),Ot([b],Pi.prototype,"items",void 0),Ot([b],Pi.prototype,"nested",void 0),Ot([b],Pi.prototype,"renderCollapsedChildren",void 0),ve(Pi,_t)
865
- class Bi extends de{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&&Pi.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
860
+ const r="radio"===e.getAttribute("role"),a=null===(i=null===(s=e.$fastController)||void 0===s?void 0:s.definition.shadowOptions)||void 0===i?void 0:i.delegatesFocus,l=Array.from(null!==(n=null===(o=e.shadowRoot)||void 0===o?void 0:o.querySelectorAll("*"))&&void 0!==n?n:[]).some((t=>ei(t)))
861
+ return ei(e)||r||a||l?(t.push(e),t):e.childElementCount?t.concat(Array.from(e.children).reduce(Li.reduceFocusableItems,[])):t}setFocusableElements(){this.$fastController.isConnected&&this.focusableElements.length>0&&this.focusableElements.forEach(((t,e)=>{t.tabIndex=this.activeIndex===e?0:-1}))}}Ot([b],Li.prototype,"direction",void 0),Ot([ot],Li.prototype,"orientation",void 0),Ot([b],Li.prototype,"slottedItems",void 0),Ot([b],Li.prototype,"slottedLabel",void 0)
862
+ class Ti{}Ot([ot({attribute:"aria-labelledby"})],Ti.prototype,"ariaLabelledby",void 0),Ot([ot({attribute:"aria-label"})],Ti.prototype,"ariaLabel",void 0),ve(Ti,De),ve(Li,_t,Ti)
863
+ const Pi="top",Ri="right",Di="bottom",Fi="left",Bi="start",Ni="end",ji="top-left",qi="top-right",Ui="bottom-left",Ki="bottom-right",Wi="top-start",Xi="top-end",Yi="bottom-start",Gi="bottom-end"
864
+ class Qi extends de{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=Ve.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()
865
+ return t instanceof ShadowRoot?t.getElementById(this.anchor):document.getElementById(this.anchor)},this.handleDocumentKeydown=t=>{if(!t.defaultPrevented&&this.tooltipVisible)switch(t.key){case Oe:this.isAnchorHoveredFocused=!1,this.updateTooltipVisibility(),this.$emit("dismiss")}},this.updateTooltipVisibility=()=>{if(!1===this.visible)this.hideTooltip()
866
+ else{if(!0===this.visible)return void this.showTooltip()
867
+ if(this.isAnchorHoveredFocused||this.isRegionHovered)return void this.showTooltip()
868
+ this.hideTooltip()}},this.showTooltip=()=>{this.tooltipVisible||(this.currentDirection=Ne(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})
869
+ const t=this.anchorElement.id
870
+ 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 Pi:case Di:this.verticalDefaultPosition=this.position,this.horizontalDefaultPosition="center"
871
+ break
872
+ case Ri:case Fi:case Bi:case Ni:this.verticalDefaultPosition="center",this.horizontalDefaultPosition=this.position
873
+ break
874
+ case ji:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="left"
875
+ break
876
+ case qi:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="right"
877
+ break
878
+ case Ui:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="left"
879
+ break
880
+ case Ki:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="right"
881
+ break
882
+ case Wi:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="start"
883
+ break
884
+ case Xi:this.verticalDefaultPosition="top",this.horizontalDefaultPosition="end"
885
+ break
886
+ case Yi:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="start"
887
+ break
888
+ case Gi:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="end"
889
+ break
890
+ default:this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="dynamic",this.verticalDefaultPosition=void 0,this.horizontalDefaultPosition="center"}}}Ot([ot({mode:"boolean"})],Qi.prototype,"visible",void 0),Ot([ot],Qi.prototype,"anchor",void 0),Ot([ot],Qi.prototype,"delay",void 0),Ot([ot],Qi.prototype,"position",void 0),Ot([ot({attribute:"auto-update-mode"})],Qi.prototype,"autoUpdateMode",void 0),Ot([ot({attribute:"horizontal-viewport-lock"})],Qi.prototype,"horizontalViewportLock",void 0),Ot([ot({attribute:"vertical-viewport-lock"})],Qi.prototype,"verticalViewportLock",void 0),Ot([b],Qi.prototype,"anchorElement",void 0),Ot([b],Qi.prototype,"viewportElement",void 0),Ot([b],Qi.prototype,"verticalPositioningMode",void 0),Ot([b],Qi.prototype,"horizontalPositioningMode",void 0),Ot([b],Qi.prototype,"horizontalInset",void 0),Ot([b],Qi.prototype,"verticalInset",void 0),Ot([b],Qi.prototype,"horizontalScaling",void 0),Ot([b],Qi.prototype,"verticalScaling",void 0),Ot([b],Qi.prototype,"verticalDefaultPosition",void 0),Ot([b],Qi.prototype,"horizontalDefaultPosition",void 0),Ot([b],Qi.prototype,"tooltipVisible",void 0),Ot([b],Qi.prototype,"currentDirection",void 0)
891
+ function Ji(t){return fe(t)&&"treeitem"===t.getAttribute("role")}class Zi extends de{constructor(){super(...arguments),this.expanded=!1,this.focusable=!1,this.isNestedItem=()=>Ji(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=>{Ji(t)&&(t.nested=!0)}))}static focusItem(t){t.focusable=!0,t.focus()}childItemLength(){const t=this.childItems.filter((t=>Ji(t)))
892
+ return t?t.length:0}}Ot([ot({mode:"boolean"})],Zi.prototype,"expanded",void 0),Ot([ot({mode:"boolean"})],Zi.prototype,"selected",void 0),Ot([ot({mode:"boolean"})],Zi.prototype,"disabled",void 0),Ot([b],Zi.prototype,"focusable",void 0),Ot([b],Zi.prototype,"childItems",void 0),Ot([b],Zi.prototype,"items",void 0),Ot([b],Zi.prototype,"nested",void 0),Ot([b],Zi.prototype,"renderCollapsedChildren",void 0),ve(Zi,_t)
893
+ class to extends de{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&&Zi.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
866
894
  if(this.slottedTreeItems.length<1)return!0
867
895
  const e=this.getVisibleNodes()
868
- switch(t.key){case Se:return void(e.length&&Pi.focusItem(e[0]))
869
- case Ae:return void(e.length&&Pi.focusItem(e[e.length-1]))
896
+ switch(t.key){case Se:return void(e.length&&Zi.focusItem(e[0]))
897
+ case Ae:return void(e.length&&Zi.focusItem(e[e.length-1]))
870
898
  case ke:if(t.target&&this.isFocusableElement(t.target)){const e=t.target
871
- e instanceof Pi&&e.childItemLength()>0&&e.expanded?e.expanded=!1:e instanceof Pi&&e.parentElement instanceof Pi&&Pi.focusItem(e.parentElement)}return!1
899
+ e instanceof Zi&&e.childItemLength()>0&&e.expanded?e.expanded=!1:e instanceof Zi&&e.parentElement instanceof Zi&&Zi.focusItem(e.parentElement)}return!1
872
900
  case _e:if(t.target&&this.isFocusableElement(t.target)){const e=t.target
873
- e instanceof Pi&&e.childItemLength()>0&&!e.expanded?e.expanded=!0:e instanceof Pi&&e.childItemLength()>0&&this.focusNextNode(1,t.target)}return
901
+ e instanceof Zi&&e.childItemLength()>0&&!e.expanded?e.expanded=!0:e instanceof Zi&&e.childItemLength()>0&&this.focusNextNode(1,t.target)}return
874
902
  case Ce:return void(t.target&&this.isFocusableElement(t.target)&&this.focusNextNode(1,t.target))
875
903
  case ze:return void(t.target&&this.isFocusableElement(t.target)&&this.focusNextNode(-1,t.target))
876
904
  case Ie:return void this.handleClick(t)}return!0},this.handleSelectedChange=t=>{if(t.defaultPrevented)return
877
- if(!(t.target instanceof Element&&Ri(t.target)))return!0
905
+ if(!(t.target instanceof Element&&Ji(t.target)))return!0
878
906
  const e=t.target
879
907
  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']")
880
908
  this.currentSelected=t,null!==this.currentFocused&&this.contains(this.currentFocused)||(this.currentFocused=this.getValidFocusableItem()),this.nested=this.checkForNestedItems()
881
- this.getVisibleNodes().forEach((t=>{Ri(t)&&(t.nested=this.nested)}))},this.isFocusableElement=t=>Ri(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
882
- if(!(t.target instanceof Element&&Ri(t.target)))return!0
909
+ this.getVisibleNodes().forEach((t=>{Ji(t)&&(t.nested=this.nested)}))},this.isFocusableElement=t=>Ji(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
910
+ if(!(t.target instanceof Element&&Ji(t.target)))return!0
883
911
  const e=t.target
884
912
  e.disabled||(e.selected=!e.selected)}focusNextNode(t,e){const s=this.getVisibleNodes()
885
913
  if(!s)return
886
914
  const i=s[s.indexOf(e)+t]
887
- fe(i)&&Pi.focusItem(i)}getValidFocusableItem(){const t=this.getVisibleNodes()
915
+ fe(i)&&Zi.focusItem(i)}getValidFocusableItem(){const t=this.getVisibleNodes()
888
916
  let e=t.findIndex(this.isSelectedElement)
889
- return-1===e&&(e=t.findIndex(this.isFocusableElement)),-1!==e?t[e]:null}checkForNestedItems(){return this.slottedTreeItems.some((t=>Ri(t)&&t.querySelector("[role='treeitem']")))}getVisibleNodes(){return function(t,e){if(!t||!e||!fe(t))return
890
- return Array.from(t.querySelectorAll(e)).filter((t=>null!==t.offsetParent))}(this,"[role='treeitem']")||[]}}Ot([ot({attribute:"render-collapsed-nodes"})],Bi.prototype,"renderCollapsedNodes",void 0),Ot([b],Bi.prototype,"currentSelected",void 0),Ot([b],Bi.prototype,"slottedTreeItems",void 0)
891
- class Fi{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(t){f.getNotifier(t).subscribe(this,this.propertyName),this.handleChange(t,this.propertyName)}unbind(t){f.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 Di(t){return`:host([hidden]){display:none}:host{display:${t}}`}const Ni=function(){if("boolean"==typeof be)return be
917
+ return-1===e&&(e=t.findIndex(this.isFocusableElement)),-1!==e?t[e]:null}checkForNestedItems(){return this.slottedTreeItems.some((t=>Ji(t)&&t.querySelector("[role='treeitem']")))}getVisibleNodes(){return function(t,e){if(!t||!e||!fe(t))return
918
+ return Array.from(t.querySelectorAll(e)).filter((t=>null!==t.offsetParent))}(this,"[role='treeitem']")||[]}}Ot([ot({attribute:"render-collapsed-nodes"})],to.prototype,"renderCollapsedNodes",void 0),Ot([b],to.prototype,"currentSelected",void 0),Ot([b],to.prototype,"slottedTreeItems",void 0)
919
+ class eo{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(t){f.getNotifier(t).subscribe(this,this.propertyName),this.handleChange(t,this.propertyName)}unbind(t){f.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 so(t){return`:host([hidden]){display:none}:host{display:${t}}`}const io=function(){if("boolean"==typeof be)return be
892
920
  if("undefined"==typeof window||!window.document||!window.document.createElement)return be=!1,be
893
921
  const t=document.createElement("style"),e=function(){const t=document.querySelector('meta[property="csp-nonce"]')
894
922
  return t?t.getAttribute("content"):null}()
895
923
  null!==e&&t.setAttribute("nonce",e),document.head.appendChild(t)
896
- try{t.sheet.insertRule("foo:focus-visible {color:inherit}",0),be=!0}catch(t){be=!1}finally{document.head.removeChild(t)}return be}()?"focus-visible":"focus",ji=mt`
924
+ try{t.sheet.insertRule("foo:focus-visible {color:inherit}",0),be=!0}catch(t){be=!1}finally{document.head.removeChild(t)}return be}()?"focus-visible":"focus",oo=mt`
897
925
  :host {
898
926
  contain: layout;
899
927
  display: block;
900
928
  z-index: 1000;
901
929
  }
902
930
  `
903
- class qi extends je{}const Ui=qi.compose({baseName:"anchored-region",baseClass:je,template:(t,e)=>X`
931
+ class no extends je{}const ro=no.compose({baseName:"anchored-region",baseClass:je,template:(t,e)=>X`
904
932
  <template class="${t=>t.initialLayoutComplete?"loaded":""}">
905
933
  ${wt((t=>t.initialLayoutComplete),X`
906
934
  <slot></slot>
907
935
  `)}
908
936
  </template>
909
- `,styles:ji})
910
- js.getOrCreate().withPrefix("nimble").register(Ui())
911
- const Ki="#ff8126",Wi="#009921",Xi="#00c12b",Yi="#ff4646",Gi="#f1f1f2",Qi="#f5f5f5",Ji="#ffffff",Zi="#363738",to="#161617",eo="#074023",so="#009b65",io="#ff4b00",oo="#006b46",no="#32eb96",ao="14px",ro=new RegExp("[^#a-f\\d]","gi"),lo=new RegExp("^#?[a-f\\d]{3}[a-f\\d]?$|^#?[a-f\\d]{6}([a-f\\d]{2})?$","i")
912
- function co(t,e={}){if("string"!=typeof t||ro.test(t)||!lo.test(t))throw new TypeError("Expected a valid hex string")
937
+ `,styles:oo})
938
+ js.getOrCreate().withPrefix("nimble").register(ro())
939
+ const ao="#ff8126",lo="#009921",co="#00c12b",ho="#ff4646",uo="#f1f1f2",po="#f5f5f5",vo="#ffffff",go="#363738",mo="#161617",fo="#074023",bo="#009b65",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")
940
+ function _o(t,e={}){if("string"!=typeof t||Co.test(t)||!ko.test(t))throw new TypeError("Expected a valid hex string")
913
941
  let s=1
914
942
  8===(t=t.replace(/^#/,"")).length&&(s=Number.parseInt(t.slice(6,8),16)/255,t=t.slice(0,6)),4===t.length&&(s=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])
915
- const i=Number.parseInt(t,16),o=i>>16,n=i>>8&255,a=255&i,r="number"==typeof e.alpha?e.alpha:s
916
- if("array"===e.format)return[o,n,a,r]
917
- if("css"===e.format){return`rgb(${o} ${n} ${a}${1===r?"":` / ${Number((100*r).toFixed(2))}%`})`}return{red:o,green:n,blue:a,alpha:r}}const ho="light",uo="dark",po="color",vo="action-rgb-partial-color",go="application-background-color",mo="header-background-color",fo="section-background-color",bo="fill-selected-color",wo="fill-selected-rgb-partial-color",xo="fill-hover-selected-color",yo="fill-hover-color",$o="fill-down-color",Co="border-color",ko="border-rgb-partial-color",_o="fail-color",zo="warning-color",Io="pass-color",Oo="border-hover-color",So="icon-color",Ao="popup-box-shadow-color",Eo="popup-border-color",Ho="control-height",Mo="small-padding",Vo="standard-padding",Lo="label-height",To="border-width",Ro="icon-size",Po="group-header-text-transform",Bo="drawer-width",Fo="small-delay",Do="medium-delay",No="large-delay",jo="headline-plus-1-font",qo="headline-font",Uo="title-plus-2-font",Ko="title-plus-1-font",Wo="title-font",Xo="subtitle-plus-1-font",Yo="subtitle-font",Go="link-standard-font",Qo="placeholder-font",Jo="body-emphasized-font",Zo="body-font",tn="group-header-font",en="control-label-font",sn="button-label-font",on="tooltip-caption-font",nn="error-text-font",an=t=>`ni-nimble-${t}`
943
+ const i=Number.parseInt(t,16),o=i>>16,n=i>>8&255,r=255&i,a="number"==typeof e.alpha?e.alpha:s
944
+ if("array"===e.format)return[o,n,r,a]
945
+ 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="header-background-color",Ho="section-background-color",Mo="fill-selected-color",Vo="fill-selected-rgb-partial-color",Lo="fill-hover-selected-color",To="fill-hover-color",Po="fill-down-color",Ro="border-color",Do="border-rgb-partial-color",Fo="fail-color",Bo="warning-color",No="pass-color",jo="border-hover-color",qo="icon-color",Uo="popup-box-shadow-color",Ko="popup-border-color",Wo="control-height",Xo="small-padding",Yo="standard-padding",Go="label-height",Qo="border-width",Jo="icon-size",Zo="group-header-text-transform",tn="drawer-width",en="small-delay",sn="medium-delay",on="large-delay",nn="headline-plus-1-font",rn="headline-font",an="title-plus-2-font",ln="title-plus-1-font",cn="title-font",hn="subtitle-plus-1-font",dn="subtitle-font",un="link-standard-font",pn="placeholder-font",vn="body-emphasized-font",gn="body-font",mn="group-header-font",fn="control-label-font",bn="button-label-font",wn="tooltip-caption-font",xn="tooltip-background-color",yn="error-text-font",$n=t=>`ni-nimble-${t}`
918
946
  /*! *****************************************************************************
919
947
  Copyright (c) Microsoft Corporation.
920
948
 
@@ -929,52 +957,50 @@ if("css"===e.format){return`rgb(${o} ${n} ${a}${1===r?"":` / ${Number((100*r).to
929
957
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
930
958
  PERFORMANCE OF THIS SOFTWARE.
931
959
  ***************************************************************************** */
932
- function rn(t,e,s,i){var o,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i
933
- if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,s,i)
934
- else for(var r=t.length-1;r>=0;r--)(o=t[r])&&(a=(n<3?o(a):n>3?o(e,s,a):o(e,s))||a)
935
- return n>3&&a&&Object.defineProperty(e,s,a),a}const ln=X`<slot></slot>`,cn=mt`
960
+ function Cn(t,e,s,i){var o,n=arguments.length,r=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i
961
+ if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,s,i)
962
+ else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,s,r):o(e,s))||r)
963
+ return n>3&&r&&Object.defineProperty(e,s,r),r}const kn=X`<slot></slot>`,_n=mt`
936
964
  :host {
937
965
  display: contents;
938
966
  }
939
- `,hn=Rs.create({name:"direction",cssCustomPropertyName:null}).withDefault(Ve.ltr),dn=Rs.create({name:"theme",cssCustomPropertyName:null}).withDefault(ho)
940
- class un extends de{constructor(){super(...arguments),this.direction=Ve.ltr,this.theme=ho}directionChanged(t,e){null!=e?hn.setValueFor(this,e):hn.deleteValueFor(this)}themeChanged(t,e){null!=e?dn.setValueFor(this,e):dn.deleteValueFor(this)}}rn([ot({attribute:"direction"})],un.prototype,"direction",void 0),rn([ot({attribute:"theme"})],un.prototype,"theme",void 0)
941
- const pn=un.compose({baseName:"theme-provider",styles:cn,template:ln})
942
- function vn(t,e){const{red:s,green:i,blue:o}=co(t)
943
- return`rgba(${s}, ${i}, ${o}, ${e})`}js.getOrCreate().withPrefix("nimble").register(pn())
944
- const gn=Rs.create(an(vo)).withDefault((t=>Ga(Ja(t,to,Gi,Ji)))),mn=Rs.create(an(go)).withDefault((t=>Ja(t,Ji,Zi,eo)))
945
- Rs.create(an(mo)).withDefault((t=>Ja(t,Qi,"#252526",eo))),Rs.create(an(fo)).withDefault((t=>Ja(t,"#d3d5d6",to,eo)))
946
- const fn=Rs.create(an(bo)).withDefault((t=>vn(sr(t),.2))),bn=Rs.create(an(wo)).withDefault((t=>Ga(sr(t)))),wn=Rs.create(an(xo)).withDefault((t=>vn(sr(t),.15))),xn=Rs.create(an(yo)).withDefault((t=>vn(function(t){return Ja(t,to,Gi,Ji)}(t),.1)))
947
- Rs.create(an($o)).withDefault((t=>vn(function(t){return Ja(t,to,Gi,Ji)}(t),.15)))
948
- const yn=Rs.create(an(Co)).withDefault((t=>tr(t))),$n=Rs.create(an(ko)).withDefault((t=>Ga(tr(t)))),Cn=Rs.create(an(_o)).withDefault((t=>Za(t))),kn=Rs.create(an(zo)).withDefault((t=>function(t){return Ja(t,io,Ki,Ki)}(t))),_n=Rs.create(an(Io)).withDefault((t=>function(t){return Ja(t,Wi,Xi,Xi)}(t))),zn=Rs.create(an(Oo)).withDefault((t=>Ja(t,so,so,Ji))),In=Rs.create(an(So)).withDefault((t=>Ja(t,to,Gi,Ji))),On=Rs.create(an(Ao)).withDefault((t=>vn(Ja(t,"#818386",Zi,Zi),.3))),Sn=Rs.create(an(Eo)).withDefault((t=>vn(Ja(t,to,Gi,Ji),.3))),An=Rs.create(an(Ho)).withDefault("32px"),En=Rs.create(an(Mo)).withDefault("4px"),Hn=Rs.create(an(Vo)).withDefault("16px"),Mn=Rs.create(an(Lo)).withDefault("16px"),Vn=Rs.create(an(To)).withDefault("1px"),Ln=Rs.create(an(Ro)).withDefault("16px"),Tn=Rs.create(an(Bo)).withDefault("784px")
949
- Qa(qo,(t=>er(t)),(t=>vn(er(t),.3)),"Noto Serif","400","25px","32px","serif"),Qa(jo,(t=>er(t)),(t=>vn(er(t),.3)),"Noto Serif","400","29.100000381469727px","40px","serif"),Qa(Uo,(t=>er(t)),(t=>vn(er(t),.3)),"Source Sans Pro","400","25px","32px","sans-serif")
950
- const[Rn,Pn,Bn,Fn,Dn,Nn,jn,qn]=Qa(Ko,(t=>er(t)),(t=>vn(er(t),.3)),"Source Sans Pro","400","22px","28px","sans-serif")
951
- Qa(Wo,(t=>er(t)),(t=>vn(er(t),.3)),"Source Sans Pro","400","19px","24px","sans-serif"),Qa(Xo,(t=>er(t)),(t=>vn(er(t),.3)),"Source Sans Pro","300","16px","20px","sans-serif"),Qa(Yo,(t=>er(t)),(t=>vn(er(t),.3)),"Source Sans Pro","300","12.800000190734863px","16px","sans-serif"),Qa(Go,(t=>er(t)),(t=>vn(er(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif")
952
- const[Un,Kn,Wn,Xn,Yn,Gn,Qn,Jn]=Qa(Qo,(t=>vn(er(t),.6)),(t=>vn(er(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[Zn,ta,ea,sa,ia,oa,na,aa]=Qa(Jo,(t=>er(t)),(t=>vn(er(t),.3)),"Source Sans Pro","600","14px","18px","sans-serif"),[ra,la,ca,ha,da,ua,pa,va]=Qa(Zo,(t=>er(t)),(t=>vn(er(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[ga,ma,fa,ba,wa,xa,ya,$a]=Qa(tn,(t=>er(t)),(t=>vn(er(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Ca,ka,_a,za,Ia,Oa,Sa,Aa]=Qa(en,(t=>vn(er(t),.6)),(t=>vn(er(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Ea,Ha,Ma,Va,La,Ta,Ra,Pa]=Qa(sn,(t=>er(t)),(t=>vn(er(t),.3)),"Source Sans Pro","400","12.800000190734863px","16px","sans-serif")
953
- Qa(on,(t=>er(t)),(t=>vn(er(t),.3)),"Source Sans Pro","400","11px",ao,"sans-serif")
954
- const[Ba,Fa,Da,Na,ja,qa,Ua,Ka]=Qa(nn,(t=>Za(t)),(t=>vn(Za(t),.3)),"Source Sans Pro","400","9px",ao,"sans-serif"),Wa=Rs.create(an(Po)).withDefault("uppercase"),Xa=Rs.create(an(Fo)).withDefault("0.075s")
955
- Rs.create(an(Do)).withDefault("0.15s")
956
- const Ya=Rs.create(an(No)).withDefault("0.25s")
957
- function Ga(t){const{red:e,green:s,blue:i}=co(t)
958
- return`${e}, ${s}, ${i}`}function Qa(t,e,s,i,o,n,a,r){if(""===t||""===i||""===o||""===n||""===a||""===r)throw new Error("createFontTokens parameter unexpectedly set to empty string")
959
- const l=Rs.create(an(t)).withDefault(`${o} ${n}/${a} ${i}, ${r}`),c=t.split("-font"),h=c[0]
967
+ `,zn=Ps.create({name:"direction",cssCustomPropertyName:null}).withDefault(Ve.ltr),In=Ps.create({name:"theme",cssCustomPropertyName:null}).withDefault(zo)
968
+ class On extends de{constructor(){super(...arguments),this.direction=Ve.ltr,this.theme=zo}directionChanged(t,e){null!=e?zn.setValueFor(this,e):zn.deleteValueFor(this)}themeChanged(t,e){null!=e?In.setValueFor(this,e):In.deleteValueFor(this)}}Cn([ot({attribute:"direction"})],On.prototype,"direction",void 0),Cn([ot({attribute:"theme"})],On.prototype,"theme",void 0)
969
+ const Sn=On.compose({baseName:"theme-provider",styles:_n,template:kn})
970
+ function An(t,e){const{red:s,green:i,blue:o}=_o(t)
971
+ return`rgba(${s}, ${i}, ${o}, ${e})`}js.getOrCreate().withPrefix("nimble").register(Sn())
972
+ const En=Ps.create($n(So)).withDefault((t=>ya(Ca(t,mo,uo,vo)))),Hn=Ps.create($n(Ao)).withDefault((t=>Ca(t,vo,go,fo)))
973
+ Ps.create($n(Eo)).withDefault((t=>Ca(t,po,"#252526",fo))),Ps.create($n(Ho)).withDefault((t=>Ca(t,"#d3d5d6",mo,fo)))
974
+ const Mn=Ps.create($n(Mo)).withDefault((t=>An(Ia(t),.2))),Vn=Ps.create($n(Vo)).withDefault((t=>ya(Ia(t)))),Ln=Ps.create($n(Lo)).withDefault((t=>An(Ia(t),.15))),Tn=Ps.create($n(To)).withDefault((t=>An(function(t){return Ca(t,mo,uo,vo)}(t),.1)))
975
+ Ps.create($n(Po)).withDefault((t=>An(function(t){return Ca(t,mo,uo,vo)}(t),.15)))
976
+ const Pn=Ps.create($n(Ro)).withDefault((t=>_a(t))),Rn=Ps.create($n(Do)).withDefault((t=>ya(_a(t)))),Dn=Ps.create($n(Fo)).withDefault((t=>ka(t))),Fn=Ps.create($n(Bo)).withDefault((t=>function(t){return Ca(t,wo,ao,ao)}(t))),Bn=Ps.create($n(No)).withDefault((t=>function(t){return Ca(t,lo,co,co)}(t))),Nn=Ps.create($n(jo)).withDefault((t=>Ca(t,bo,bo,vo))),jn=Ps.create($n(qo)).withDefault((t=>Ca(t,mo,uo,vo))),qn=Ps.create($n(Uo)).withDefault((t=>An(Ca(t,"#818386",go,go),.3))),Un=Ps.create($n(Ko)).withDefault((t=>An(Ca(t,mo,uo,vo),.3))),Kn=Ps.create($n(xn)).withDefault((t=>Ca(t,uo,go,fo))),Wn=Ps.create($n(Wo)).withDefault("32px"),Xn=Ps.create($n(Xo)).withDefault("4px"),Yn=Ps.create($n(Yo)).withDefault("16px"),Gn=Ps.create($n(Go)).withDefault("16px"),Qn=Ps.create($n(Qo)).withDefault("1px"),Jn=Ps.create($n(Jo)).withDefault("16px"),Zn=Ps.create($n(tn)).withDefault("784px")
977
+ $a(rn,(t=>za(t)),(t=>An(za(t),.3)),"Noto Serif","400","25px","32px","serif"),$a(nn,(t=>za(t)),(t=>An(za(t),.3)),"Noto Serif","400","29.100000381469727px","40px","serif"),$a(an,(t=>za(t)),(t=>An(za(t),.3)),"Source Sans Pro","400","25px","32px","sans-serif")
978
+ const[tr,er,sr,ir,or,nr,rr,ar]=$a(ln,(t=>za(t)),(t=>An(za(t),.3)),"Source Sans Pro","400","22px","28px","sans-serif")
979
+ $a(cn,(t=>za(t)),(t=>An(za(t),.3)),"Source Sans Pro","400","19px","24px","sans-serif"),$a(hn,(t=>za(t)),(t=>An(za(t),.3)),"Source Sans Pro","300","16px","20px","sans-serif"),$a(dn,(t=>za(t)),(t=>An(za(t),.3)),"Source Sans Pro","300","12.800000190734863px","16px","sans-serif"),$a(un,(t=>za(t)),(t=>An(za(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif")
980
+ const[lr,cr,hr,dr,ur,pr,vr,gr]=$a(pn,(t=>An(za(t),.6)),(t=>An(za(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[mr,fr,br,wr,xr,yr,$r,Cr]=$a(vn,(t=>za(t)),(t=>An(za(t),.3)),"Source Sans Pro","600","14px","18px","sans-serif"),[kr,_r,zr,Ir,Or,Sr,Ar,Er]=$a(gn,(t=>za(t)),(t=>An(za(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[Hr,Mr,Vr,Lr,Tr,Pr,Rr,Dr]=$a(mn,(t=>za(t)),(t=>An(za(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Fr,Br,Nr,jr,qr,Ur,Kr,Wr]=$a(fn,(t=>An(za(t),.6)),(t=>An(za(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Xr,Yr,Gr,Qr,Jr,Zr,ta,ea]=$a(bn,(t=>za(t)),(t=>An(za(t),.3)),"Source Sans Pro","400","12.800000190734863px","16px","sans-serif"),[sa,ia,oa,na,ra,aa,la,ca]=$a(wn,(t=>za(t)),(t=>An(za(t),.3)),"Source Sans Pro","400","11px",$o,"sans-serif"),[ha,da,ua,pa,va,ga,ma,fa]=$a(yn,(t=>ka(t)),(t=>An(ka(t),.3)),"Source Sans Pro","400","9px",$o,"sans-serif"),ba=Ps.create($n(Zo)).withDefault("uppercase"),wa=Ps.create($n(en)).withDefault("0.075s")
981
+ Ps.create($n(sn)).withDefault("0.15s")
982
+ const xa=Ps.create($n(on)).withDefault("0.25s")
983
+ function ya(t){const{red:e,green:s,blue:i}=_o(t)
984
+ return`${e}, ${s}, ${i}`}function $a(t,e,s,i,o,n,r,a){if(""===t||""===i||""===o||""===n||""===r||""===a)throw new Error("createFontTokens parameter unexpectedly set to empty string")
985
+ const l=Ps.create($n(t)).withDefault(`${o} ${n}/${r} ${i}, ${a}`),c=t.split("-font"),h=c[0]
960
986
  if(void 0===h||""!==c[1])throw new Error(`fontTokenName value of ${t} did not have the expected '-font' suffix`)
961
- return[l,Rs.create(an(`${h}-font-color`)).withDefault((t=>e(t))),Rs.create(an(`${h}-disabled-font-color`)).withDefault((t=>s(t))),Rs.create(an(`${h}-font-family`)).withDefault(`${i}`),Rs.create(an(`${h}-font-weight`)).withDefault(`${o}`),Rs.create(an(`${h}-font-size`)).withDefault(`${n}`),Rs.create(an(`${h}-font-line-height`)).withDefault(`${a}`),Rs.create(an(`${h}-fallback-font-family`)).withDefault(`${r}`)]}function Ja(t,e,s,i){switch(dn.getValueFor(t)){case ho:return e
962
- case uo:return s
963
- case po:return i
964
- default:return e}}function Za(t){return Ja(t,"#c4000c",Yi,Yi)}function tr(t){return Ja(t,to,Gi,Ji)}function er(t){return Ja(t,to,Gi,Ji)}function sr(t){return Ja(t,so,so,Ji)}class ir{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 or{constructor(t,e,s){this.cache=new WeakMap
965
- const i=t,o=or.resolveTheme(e,{light:i,dark:null,color:null}),n=or.resolveTheme(s,{light:i,dark:o,color:null})
987
+ return[l,Ps.create($n(`${h}-font-color`)).withDefault((t=>e(t))),Ps.create($n(`${h}-disabled-font-color`)).withDefault((t=>s(t))),Ps.create($n(`${h}-font-family`)).withDefault(`${i}`),Ps.create($n(`${h}-font-weight`)).withDefault(`${o}`),Ps.create($n(`${h}-font-size`)).withDefault(`${n}`),Ps.create($n(`${h}-font-line-height`)).withDefault(`${r}`),Ps.create($n(`${h}-fallback-font-family`)).withDefault(`${a}`)]}function Ca(t,e,s,i){switch(In.getValueFor(t)){case zo:return e
988
+ case Io:return s
989
+ case Oo:return i
990
+ default:return e}}function ka(t){return Ca(t,"#c4000c",ho,ho)}function _a(t){return Ca(t,mo,uo,vo)}function za(t){return Ca(t,mo,uo,vo)}function Ia(t){return Ca(t,bo,bo,vo)}class Oa{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 Sa{constructor(t,e,s){this.cache=new WeakMap
991
+ const i=t,o=Sa.resolveTheme(e,{light:i,dark:null,color:null}),n=Sa.resolveTheme(s,{light:i,dark:o,color:null})
966
992
  this.themeStyles={light:i,dark:o,color:n}}static resolveTheme(t,e){if(t instanceof Y||null===t)return t
967
993
  const s=e[t]
968
994
  if(null===s)throw new Error(`Tried to alias to theme '${t}' but the theme value is not set to a style.`)
969
- return s}bind(t){const e=this.cache.get(t)||new ir(this.themeStyles,t),s=dn.getValueFor(t)
970
- dn.subscribe(e,t),e.attach(s),this.cache.set(t,e)}unbind(t){const e=this.cache.get(t)
971
- e&&dn.unsubscribe(e)}}const nr=(t,e,s)=>new or(t,e,s),ar=mt`
972
- ${Di("inline-block")}
995
+ return s}bind(t){const e=this.cache.get(t)||new Oa(this.themeStyles,t),s=In.getValueFor(t)
996
+ In.subscribe(e,t),e.attach(s),this.cache.set(t,e)}unbind(t){const e=this.cache.get(t)
997
+ e&&In.unsubscribe(e)}}const Aa=(t,e,s)=>new Sa(t,e,s),Ea=mt`
998
+ ${so("inline-block")}
973
999
 
974
1000
  :host {
975
1001
  box-sizing: border-box;
976
- font: ${ra};
977
- --ni-private-breadcrumb-link-font-color: ${la};
1002
+ font: ${kr};
1003
+ --ni-private-breadcrumb-link-font-color: ${_r};
978
1004
  }
979
1005
 
980
1006
  .list {
@@ -983,7 +1009,7 @@ e&&dn.unsubscribe(e)}}const nr=(t,e,s)=>new or(t,e,s),ar=mt`
983
1009
  }
984
1010
 
985
1011
  :host(.prominent-links) {
986
- --ni-private-breadcrumb-link-active-font-color: ${la};
1012
+ --ni-private-breadcrumb-link-active-font-color: ${_r};
987
1013
  }
988
1014
 
989
1015
  ::slotted(*:first-child) {
@@ -991,37 +1017,37 @@ e&&dn.unsubscribe(e)}}const nr=(t,e,s)=>new or(t,e,s),ar=mt`
991
1017
  }
992
1018
 
993
1019
  ::slotted(*:not([href]):last-child) {
994
- font: ${Zn};
1020
+ font: ${mr};
995
1021
  }
996
- `.withBehaviors(nr(mt`
1022
+ `.withBehaviors(Aa(mt`
997
1023
  ${""}
998
1024
  :host {
999
- --ni-private-breadcrumb-link-active-font-color: ${oo};
1025
+ --ni-private-breadcrumb-link-active-font-color: ${xo};
1000
1026
  }
1001
1027
 
1002
1028
  :host(.prominent-links) {
1003
- --ni-private-breadcrumb-link-font-color: ${oo};
1029
+ --ni-private-breadcrumb-link-font-color: ${xo};
1004
1030
  }
1005
1031
  `,mt`
1006
1032
  ${""}
1007
1033
  :host {
1008
- --ni-private-breadcrumb-link-active-font-color: ${no};
1034
+ --ni-private-breadcrumb-link-active-font-color: ${yo};
1009
1035
  }
1010
1036
 
1011
1037
  :host(.prominent-links) {
1012
- --ni-private-breadcrumb-link-font-color: ${no};
1038
+ --ni-private-breadcrumb-link-font-color: ${yo};
1013
1039
  }
1014
1040
  `,mt`
1015
1041
  ${""}
1016
1042
  :host {
1017
- --ni-private-breadcrumb-link-active-font-color: ${vn(Ji,.6)};
1043
+ --ni-private-breadcrumb-link-active-font-color: ${An(vo,.6)};
1018
1044
  }
1019
1045
 
1020
1046
  :host(.prominent-links) {
1021
- --ni-private-breadcrumb-link-font-color: ${no};
1047
+ --ni-private-breadcrumb-link-font-color: ${yo};
1022
1048
  }
1023
1049
  `))
1024
- const rr=class extends Ue{}.compose({baseName:"breadcrumb",baseClass:Ue,template:(t,e)=>X`
1050
+ const Ha=class extends Ue{}.compose({baseName:"breadcrumb",baseClass:Ue,template:(t,e)=>X`
1025
1051
  <template role="navigation">
1026
1052
  <div role="list" class="list" part="list">
1027
1053
  <slot
@@ -1029,17 +1055,17 @@ const rr=class extends Ue{}.compose({baseName:"breadcrumb",baseClass:Ue,template
1029
1055
  ></slot>
1030
1056
  </div>
1031
1057
  </template>
1032
- `,styles:ar})
1033
- js.getOrCreate().withPrefix("nimble").register(rr())
1034
- const lr={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>'},cr={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>'},hr={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>'},dr={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>'},ur={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>'},pr={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>'},vr={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>'},gr={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>'},mr={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>'},fr={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>'},br={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>'},wr={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>'},xr={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>'},yr={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>'},$r={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>'},Cr={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>'},kr={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>'},_r={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>'},zr={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>'},Ir={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>'},Or={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>'},Sr={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>'},Ar={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>'},Er={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>'},Hr={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>'},Mr={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>'},Vr={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>'},Lr={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>'},Tr={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>'},Rr={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>'},Pr={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>'},Br={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>'},Fr={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>'},Dr={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>'},Nr={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>'},jr={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>'},qr={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>'},Ur={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>'},Kr={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>'},Wr={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>'},Xr={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>'},Yr={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>'},Gr={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>'},Qr={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>'},Jr={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>'},Zr={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>'},tl={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>'},el={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>'},il={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>'},ol={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>'},nl={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>'},al={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>'},rl={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>'},cl={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>'},hl={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>'},ul={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>'},pl={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>'},vl={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>'},gl={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>'},ml={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>'},fl={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>'},bl={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>'},$l={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>'},Cl={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>'},kl={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>'},_l={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>'},Il={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>'},Ol={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>'},Sl={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>'},Al={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>'},El={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>'},Hl={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>'},Ml={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>'},Vl={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>'},Ll={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>'},Tl={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>'},Rl={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>'},Pl={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>'},Bl={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>'},Fl={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>'},Dl={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>'},Nl={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>'},jl={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>'},ql={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>'},Ul={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>'},Kl={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>'},Wl={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>'},Xl={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>'},Yl={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>'},Gl={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>'},Ql={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>'},Jl={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>'},Zl={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>'},tc={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>'},ec={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>'},ic={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>'},oc={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>'},nc={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>'},ac={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>'},rc={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>'},cc={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>'},hc={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>'},uc={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>'},pc={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>'},vc={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>'},gc={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>'},mc={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>'},fc={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>'},bc={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>'},$c={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>'},Cc={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>'},kc={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>'},_c={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>'},Ic={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>'},Oc={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>'},Sc={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>'},Ac={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>'},Ec={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>'},Hc={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>'},Mc={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>'},Vc={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>'},Lc={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>'},Tc={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>'},Rc={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>'},Pc={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>'},Bc={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>'},Fc={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>'},Dc={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>'},Nc=`:${Ni}`,jc=mt`
1035
- ${Di("inline-flex")}
1058
+ `,styles:Ea})
1059
+ js.getOrCreate().withPrefix("nimble").register(Ha())
1060
+ const Ma={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>'},Va={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>'},La={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>'},Ta={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>'},Pa={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>'},Ra={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>'},Da={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>'},Fa={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>'},Ba={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>'},Na={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>'},ja={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>'},qa={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>'},Ua={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>'},Ka={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>'},Wa={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>'},Xa={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>'},Ya={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>'},Ga={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>'},Qa={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>'},Ja={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>'},Za={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>'},tl={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>'},el={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>'},sl={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>'},il={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>'},ol={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>'},nl={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>'},rl={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>'},al={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>'},ll={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>'},cl={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>'},hl={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>'},dl={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>'},ul={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>'},pl={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>'},vl={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>'},gl={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>'},ml={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>'},fl={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>'},bl={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>'},wl={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>'},xl={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>'},yl={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>'},Cl={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>'},kl={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>'},_l={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>'},zl={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>'},Il={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>'},Ol={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>'},Sl={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>'},Al={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>'},El={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>'},Hl={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>'},Ml={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>'},Vl={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>'},Ll={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>'},Tl={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>'},Pl={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>'},Rl={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>'},Dl={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>'},Fl={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>'},Bl={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>'},Nl={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>'},jl={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>'},ql={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>'},Ul={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>'},Kl={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>'},Wl={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>'},Xl={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>'},Yl={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>'},Gl={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>'},Ql={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>'},Jl={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>'},Zl={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>'},tc={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>'},ec={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>'},sc={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>'},ic={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>'},oc={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>'},nc={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>'},rc={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>'},ac={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>'},lc={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>'},cc={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>'},hc={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>'},dc={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>'},uc={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>'},pc={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>'},vc={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>'},gc={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>'},mc={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>'},fc={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>'},bc={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>'},wc={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>'},xc={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>'},yc={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>'},Cc={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>'},kc={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>'},_c={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>'},zc={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>'},Ic={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>'},Oc={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>'},Sc={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>'},Ac={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>'},Ec={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>'},Hc={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>'},Mc={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>'},Vc={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>'},Lc={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>'},Tc={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>'},Pc={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>'},Rc={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>'},Dc={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>'},Fc={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>'},Bc={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>'},Nc={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>'},jc={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>'},qc={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>'},Uc={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>'},Kc={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>'},Wc={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>'},Xc={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>'},Yc={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>'},Gc={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>'},Qc={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>'},Jc={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>'},Zc={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>'},th={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>'},eh={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>'},sh={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>'},ih={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>'},oh={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>'},nh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},hh={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>'},dh={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>'},uh={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>'},ph=`:${io}`,vh=mt`
1061
+ ${so("inline-flex")}
1036
1062
 
1037
1063
  :host {
1038
- height: ${An};
1064
+ height: ${Wn};
1039
1065
  box-sizing: border-box;
1040
- font: ${ra};
1041
- color: ${la};
1042
- padding-left: calc(4px - ${Vn});
1066
+ font: ${kr};
1067
+ color: ${_r};
1068
+ padding-left: calc(4px - ${Qn});
1043
1069
  }
1044
1070
 
1045
1071
  .listitem {
@@ -1053,8 +1079,8 @@ const lr={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
1053
1079
  display: flex;
1054
1080
  align-items: center;
1055
1081
  justify-content: center;
1056
- border: ${Vn} solid transparent;
1057
- padding-right: calc(4px - ${Vn});
1082
+ border: ${Qn} solid transparent;
1083
+ padding-right: calc(4px - ${Qn});
1058
1084
  }
1059
1085
 
1060
1086
  .control:link {
@@ -1071,9 +1097,9 @@ const lr={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
1071
1097
  text-decoration: underline;
1072
1098
  }
1073
1099
 
1074
- .control:link${Nc} {
1075
- border: ${Vn} solid ${zn};
1076
- outline: 2px solid ${zn};
1100
+ .control:link${ph} {
1101
+ border: ${Qn} solid ${Nn};
1102
+ outline: 2px solid ${Nn};
1077
1103
  outline-offset: 1px;
1078
1104
  }
1079
1105
 
@@ -1093,15 +1119,15 @@ const lr={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
1093
1119
  }
1094
1120
 
1095
1121
  slot[name='separator'] svg {
1096
- width: ${Ln};
1097
- height: ${Ln};
1122
+ width: ${Jn};
1123
+ height: ${Jn};
1098
1124
  }
1099
1125
 
1100
1126
  slot[name='separator'] path {
1101
- fill: ${Kn};
1127
+ fill: ${cr};
1102
1128
  }
1103
1129
  `
1104
- const qc=class extends qe{}.compose({baseName:"breadcrumb-item",baseClass:qe,template:(t,e)=>X`
1130
+ const gh=class extends qe{}.compose({baseName:"breadcrumb-item",baseClass:qe,template:(t,e)=>X`
1105
1131
  <div role="listitem" class="listitem" part="listitem">
1106
1132
  ${wt((t=>t.href&&t.href.length>0),X`
1107
1133
  ${((t,e)=>X`
@@ -1157,16 +1183,16 @@ const qc=class extends qe{}.compose({baseName:"breadcrumb-item",baseClass:qe,tem
1157
1183
  </span>
1158
1184
  `)}
1159
1185
  </div>
1160
- `,styles:jc,separator:zl.data})
1161
- function Uc(t,e){return new Fi("appearance",t,e)}js.getOrCreate().withPrefix("nimble").register(qc())
1162
- const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1163
- ${Di("inline-flex")}
1186
+ `,styles:vh,separator:Ql.data})
1187
+ function mh(t,e){return new eo("appearance",t,e)}js.getOrCreate().withPrefix("nimble").register(gh())
1188
+ const fh="outline",bh="ghost",wh="block",xh=mt`
1189
+ ${so("inline-flex")}
1164
1190
 
1165
1191
  :host {
1166
1192
  background-color: transparent;
1167
- height: ${An};
1168
- color: ${Ha};
1169
- font: ${Ea};
1193
+ height: ${Wn};
1194
+ color: ${Yr};
1195
+ font: ${Xr};
1170
1196
  cursor: pointer;
1171
1197
  outline: none;
1172
1198
  border: none;
@@ -1176,7 +1202,7 @@ const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1176
1202
  }
1177
1203
 
1178
1204
  :host([disabled]) {
1179
- color: ${Ma};
1205
+ color: ${Gr};
1180
1206
  cursor: default;
1181
1207
  }
1182
1208
 
@@ -1184,7 +1210,7 @@ const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1184
1210
  background-color: transparent;
1185
1211
  height: 100%;
1186
1212
  width: 100%;
1187
- border: ${Vn} solid transparent;
1213
+ border: ${Qn} solid transparent;
1188
1214
  box-sizing: border-box;
1189
1215
  color: inherit;
1190
1216
  border-radius: inherit;
@@ -1197,12 +1223,12 @@ const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1197
1223
  font: inherit;
1198
1224
  outline: none;
1199
1225
  margin: 0;
1200
- padding: 0 ${Hn};
1201
- transition: box-shadow ${Xa};
1226
+ padding: 0 ${Yn};
1227
+ transition: box-shadow ${wa};
1202
1228
  }
1203
1229
 
1204
1230
  :host([content-hidden]) .control {
1205
- width: ${An};
1231
+ width: ${Wn};
1206
1232
  padding: 0px;
1207
1233
  }
1208
1234
 
@@ -1213,13 +1239,13 @@ const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1213
1239
  }
1214
1240
 
1215
1241
  .control:hover {
1216
- box-shadow: 0px 0px 0px ${Vn} ${zn} inset;
1242
+ box-shadow: 0px 0px 0px ${Qn} ${Nn} inset;
1217
1243
  outline: none;
1218
1244
  }
1219
1245
 
1220
- .control${Nc} {
1221
- box-shadow: 0px 0px 0px ${Vn} ${zn} inset;
1222
- outline: ${Vn} solid ${zn};
1246
+ .control${ph} {
1247
+ box-shadow: 0px 0px 0px ${Qn} ${Nn} inset;
1248
+ outline: ${Qn} solid ${Nn};
1223
1249
  outline-offset: -4px;
1224
1250
  }
1225
1251
 
@@ -1252,7 +1278,7 @@ const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1252
1278
 
1253
1279
  [part='start'] {
1254
1280
  display: contents;
1255
- ${In.cssCustomProperty}: ${Ha};
1281
+ ${jn.cssCustomProperty}: ${Yr};
1256
1282
  }
1257
1283
 
1258
1284
  :host([disabled]) slot[name='start']::slotted(*) {
@@ -1261,7 +1287,7 @@ const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1261
1287
 
1262
1288
  [part='end'] {
1263
1289
  display: contents;
1264
- ${In.cssCustomProperty}: ${Ha};
1290
+ ${jn.cssCustomProperty}: ${Yr};
1265
1291
  }
1266
1292
 
1267
1293
  :host([disabled]) slot[name='end']::slotted(*) {
@@ -1271,32 +1297,32 @@ const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1271
1297
  :host([content-hidden]) [part='end'] {
1272
1298
  display: none;
1273
1299
  }
1274
- `.withBehaviors(Uc(Kc,mt`
1300
+ `.withBehaviors(mh(fh,mt`
1275
1301
  .control {
1276
1302
  background-color: transparent;
1277
- border-color: rgba(${gn}, 0.3);
1303
+ border-color: rgba(${En}, 0.3);
1278
1304
  }
1279
1305
 
1280
1306
  .control:hover {
1281
1307
  background-color: transparent;
1282
- border-color: ${zn};
1308
+ border-color: ${Nn};
1283
1309
  }
1284
1310
 
1285
- .control${Nc} {
1311
+ .control${ph} {
1286
1312
  background-color: transparent;
1287
- border-color: ${zn};
1313
+ border-color: ${Nn};
1288
1314
  }
1289
1315
 
1290
1316
  .control:active {
1291
- background-color: ${fn};
1292
- border-color: ${fn};
1317
+ background-color: ${Mn};
1318
+ border-color: ${Mn};
1293
1319
  }
1294
1320
 
1295
1321
  .control[disabled] {
1296
1322
  background-color: transparent;
1297
- border-color: rgba(${$n}, 0.2);
1323
+ border-color: rgba(${Rn}, 0.2);
1298
1324
  }
1299
- `),Uc(Wc,mt`
1325
+ `),mh(bh,mt`
1300
1326
  .control {
1301
1327
  background-color: transparent;
1302
1328
  border-color: transparent;
@@ -1304,63 +1330,63 @@ const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1304
1330
 
1305
1331
  .control:hover {
1306
1332
  background-color: transparent;
1307
- border-color: ${zn};
1333
+ border-color: ${Nn};
1308
1334
  }
1309
1335
 
1310
- .control${Nc} {
1336
+ .control${ph} {
1311
1337
  background-color: transparent;
1312
- border-color: ${zn};
1338
+ border-color: ${Nn};
1313
1339
  }
1314
1340
 
1315
1341
  .control:active {
1316
- background-color: ${fn};
1317
- border-color: ${fn};
1342
+ background-color: ${Mn};
1343
+ border-color: ${Mn};
1318
1344
  }
1319
1345
 
1320
1346
  .control[disabled] {
1321
1347
  background-color: transparent;
1322
1348
  border-color: transparent;
1323
1349
  }
1324
- `),Uc(Xc,mt`
1350
+ `),mh(wh,mt`
1325
1351
  .control {
1326
- background-color: rgba(${$n}, 0.1);
1352
+ background-color: rgba(${Rn}, 0.1);
1327
1353
  border-color: transparent;
1328
1354
  }
1329
1355
 
1330
1356
  .control:hover {
1331
1357
  background-color: transparent;
1332
- border-color: ${zn};
1358
+ border-color: ${Nn};
1333
1359
  }
1334
1360
 
1335
- .control${Nc} {
1336
- background-color: rgba(${$n}, 0.1);
1337
- border-color: ${zn};
1361
+ .control${ph} {
1362
+ background-color: rgba(${Rn}, 0.1);
1363
+ border-color: ${Nn};
1338
1364
  }
1339
1365
 
1340
- .control${Nc}:hover {
1366
+ .control${ph}:hover {
1341
1367
  background-color: transparent;
1342
1368
  }
1343
1369
 
1344
1370
  .control:active {
1345
- background-color: ${fn};
1346
- border-color: ${fn};
1371
+ background-color: ${Mn};
1372
+ border-color: ${Mn};
1347
1373
  }
1348
1374
 
1349
1375
  .control[disabled] {
1350
- background-color: rgba(${$n}, 0.1);
1376
+ background-color: rgba(${Rn}, 0.1);
1351
1377
  border-color: transparent;
1352
1378
  }
1353
- `)),Gc=Yc.withBehaviors(Uc(Kc,mt`
1379
+ `)),yh=xh.withBehaviors(mh(fh,mt`
1354
1380
  :host(.primary) .control {
1355
- box-shadow: 0px 0px 0px ${Vn} rgba(${gn}, 0.3) inset;
1381
+ box-shadow: 0px 0px 0px ${Qn} rgba(${En}, 0.3) inset;
1356
1382
  }
1357
1383
 
1358
1384
  :host(.primary) .control:hover {
1359
- box-shadow: 0px 0px 0px ${Vn} ${zn} inset;
1385
+ box-shadow: 0px 0px 0px ${Qn} ${Nn} inset;
1360
1386
  }
1361
1387
 
1362
- :host(.primary) .control${Nc} {
1363
- box-shadow: 0px 0px 0px ${Vn} ${zn} inset;
1388
+ :host(.primary) .control${ph} {
1389
+ box-shadow: 0px 0px 0px ${Qn} ${Nn} inset;
1364
1390
  }
1365
1391
 
1366
1392
  :host(.primary) .control:active {
@@ -1370,12 +1396,12 @@ const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1370
1396
  :host(.primary) .control[disabled] {
1371
1397
  box-shadow: none;
1372
1398
  }
1373
- `),Uc(Xc,mt`
1399
+ `),mh(wh,mt`
1374
1400
  :host(.primary) .control {
1375
1401
  background-clip: padding-box;
1376
- border-color: rgba(${gn}, 0.3);
1377
- border-width: calc(2 * ${Vn});
1378
- padding: 0 calc(${Hn} - ${Vn});
1402
+ border-color: rgba(${En}, 0.3);
1403
+ border-width: calc(2 * ${Qn});
1404
+ padding: 0 calc(${Yn} - ${Qn});
1379
1405
  }
1380
1406
 
1381
1407
  :host(.primary[content-hidden]) .control {
@@ -1383,28 +1409,28 @@ const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1383
1409
  }
1384
1410
 
1385
1411
  :host(.primary) .control:hover {
1386
- border-color: ${zn};
1412
+ border-color: ${Nn};
1387
1413
  box-shadow: none;
1388
1414
  }
1389
1415
 
1390
- :host(.primary) .control${Nc} {
1416
+ :host(.primary) .control${ph} {
1391
1417
  background-clip: border-box;
1392
- border-color: ${zn};
1393
- border-width: ${Vn};
1394
- box-shadow: 0px 0px 0px ${Vn} ${zn} inset;
1395
- padding: 0 ${Hn};
1418
+ border-color: ${Nn};
1419
+ border-width: ${Qn};
1420
+ box-shadow: 0px 0px 0px ${Qn} ${Nn} inset;
1421
+ padding: 0 ${Yn};
1396
1422
  }
1397
1423
 
1398
- :host(.primary[content-hidden]) .control${Nc} {
1424
+ :host(.primary[content-hidden]) .control${ph} {
1399
1425
  padding: 0px;
1400
1426
  }
1401
1427
 
1402
1428
  :host(.primary) .control:active {
1403
1429
  background-clip: border-box;
1404
- border-color: ${fn};
1405
- border-width: ${Vn};
1430
+ border-color: ${Mn};
1431
+ border-width: ${Qn};
1406
1432
  box-shadow: none;
1407
- padding: 0 ${Hn};
1433
+ padding: 0 ${Yn};
1408
1434
  }
1409
1435
 
1410
1436
  :host(.primary[content-hidden]) .control:active {
@@ -1414,17 +1440,17 @@ const Kc="outline",Wc="ghost",Xc="block",Yc=mt`
1414
1440
  :host(.primary) .control[disabled] {
1415
1441
  background-clip: border-box;
1416
1442
  border-color: transparent;
1417
- border-width: ${Vn};
1443
+ border-width: ${Qn};
1418
1444
  box-shadow: none;
1419
- padding: 0 ${Hn};
1445
+ padding: 0 ${Yn};
1420
1446
  }
1421
1447
 
1422
1448
  :host(.primary[content-hidden]) .control[disabled] {
1423
1449
  padding: 0px;
1424
1450
  }
1425
1451
  `))
1426
- class Qc extends ts{constructor(){super(...arguments),this.appearance=Kc,this.contentHidden=!1}}rn([ot],Qc.prototype,"appearance",void 0),rn([ot({attribute:"content-hidden",mode:"boolean"})],Qc.prototype,"contentHidden",void 0)
1427
- const Jc=Qc.compose({baseName:"button",baseClass:ts,template:(t,e)=>X`
1452
+ class $h extends ts{constructor(){super(...arguments),this.appearance=fh,this.contentHidden=!1}}Cn([ot],$h.prototype,"appearance",void 0),Cn([ot({attribute:"content-hidden",mode:"boolean"})],$h.prototype,"contentHidden",void 0)
1453
+ const Ch=$h.compose({baseName:"button",baseClass:ts,template:(t,e)=>X`
1428
1454
  <button
1429
1455
  class="control"
1430
1456
  part="control"
@@ -1468,13 +1494,13 @@ const Jc=Qc.compose({baseName:"button",baseClass:ts,template:(t,e)=>X`
1468
1494
  </span>
1469
1495
  ${zt(0,e)}
1470
1496
  </button>
1471
- `,styles:Gc,shadowOptions:{delegatesFocus:!0}})
1472
- js.getOrCreate().withPrefix("nimble").register(Jc())
1473
- const Zc=mt`
1474
- ${Di("inline-flex")}
1497
+ `,styles:yh,shadowOptions:{delegatesFocus:!0}})
1498
+ js.getOrCreate().withPrefix("nimble").register(Ch())
1499
+ const kh=mt`
1500
+ ${so("inline-flex")}
1475
1501
 
1476
1502
  :host {
1477
- font: ${Ea};
1503
+ font: ${Xr};
1478
1504
  align-items: center;
1479
1505
  cursor: pointer;
1480
1506
  outline: none;
@@ -1486,16 +1512,16 @@ const Zc=mt`
1486
1512
  }
1487
1513
 
1488
1514
  .control {
1489
- width: calc(${An} / 2);
1490
- height: calc(${An} / 2);
1515
+ width: calc(${Wn} / 2);
1516
+ height: calc(${Wn} / 2);
1491
1517
  box-sizing: border-box;
1492
1518
  flex-shrink: 0;
1493
- border: ${Vn} solid ${yn};
1519
+ border: ${Qn} solid ${Pn};
1494
1520
  padding: 2px;
1495
1521
  display: inline-flex;
1496
1522
  align-items: center;
1497
1523
  justify-content: center;
1498
- transition: box-shadow ${Xa};
1524
+ transition: box-shadow ${wa};
1499
1525
  ${""}
1500
1526
  line-height: 0;
1501
1527
  }
@@ -1507,30 +1533,30 @@ const Zc=mt`
1507
1533
  }
1508
1534
 
1509
1535
  :host([disabled]) .control {
1510
- background-color: rgba(${$n}, 0.1);
1511
- border-color: rgba(${$n}, 0.2);
1536
+ background-color: rgba(${Rn}, 0.1);
1537
+ border-color: rgba(${Rn}, 0.2);
1512
1538
  }
1513
1539
 
1514
1540
  :host(:not([disabled]):not(:active):hover) .control {
1515
- border-color: ${zn};
1516
- box-shadow: 0px 0px 0px ${Vn} ${zn} inset;
1541
+ border-color: ${Nn};
1542
+ box-shadow: 0px 0px 0px ${Qn} ${Nn} inset;
1517
1543
  }
1518
1544
 
1519
- :host(${Nc}) .control {
1520
- border-color: ${zn};
1521
- outline: 2px solid ${zn};
1545
+ :host(${ph}) .control {
1546
+ border-color: ${Nn};
1547
+ outline: 2px solid ${Nn};
1522
1548
  outline-offset: 2px;
1523
1549
  }
1524
1550
 
1525
1551
  .label {
1526
1552
  font: inherit;
1527
- color: ${la};
1553
+ color: ${_r};
1528
1554
  padding-left: 1ch;
1529
1555
  cursor: inherit;
1530
1556
  }
1531
1557
 
1532
1558
  :host([disabled]) .label {
1533
- color: ${ca};
1559
+ color: ${zr};
1534
1560
  }
1535
1561
 
1536
1562
  slot[name='checked-indicator'],
@@ -1539,8 +1565,8 @@ const Zc=mt`
1539
1565
  }
1540
1566
 
1541
1567
  slot[name='checked-indicator'] svg {
1542
- height: ${Ln};
1543
- width: ${Ln};
1568
+ height: ${Jn};
1569
+ width: ${Jn};
1544
1570
  overflow: visible;
1545
1571
  }
1546
1572
 
@@ -1549,16 +1575,16 @@ const Zc=mt`
1549
1575
  }
1550
1576
 
1551
1577
  slot[name='checked-indicator'] path {
1552
- fill: ${yn};
1578
+ fill: ${Pn};
1553
1579
  }
1554
1580
 
1555
1581
  :host([disabled]) slot[name='checked-indicator'] path {
1556
- fill: rgba(${$n}, 0.3);
1582
+ fill: rgba(${Rn}, 0.3);
1557
1583
  }
1558
1584
 
1559
1585
  slot[name='indeterminate-indicator'] svg {
1560
- height: ${Ln};
1561
- width: ${Ln};
1586
+ height: ${Jn};
1587
+ width: ${Jn};
1562
1588
  overflow: visible;
1563
1589
  }
1564
1590
 
@@ -1567,14 +1593,14 @@ const Zc=mt`
1567
1593
  }
1568
1594
 
1569
1595
  slot[name='indeterminate-indicator'] path {
1570
- fill: ${yn};
1596
+ fill: ${Pn};
1571
1597
  }
1572
1598
 
1573
1599
  :host([disabled]) slot[name='indeterminate-indicator'] path {
1574
- fill: rgba(${$n}, 0.3);
1600
+ fill: rgba(${Rn}, 0.3);
1575
1601
  }
1576
1602
  `
1577
- const th=class extends os{}.compose({baseName:"checkbox",baseClass:os,template:(t,e)=>X`
1603
+ const _h=class extends os{}.compose({baseName:"checkbox",baseClass:os,template:(t,e)=>X`
1578
1604
  <template
1579
1605
  role="checkbox"
1580
1606
  aria-checked="${t=>t.checked}"
@@ -1601,24 +1627,24 @@ const th=class extends os{}.compose({baseName:"checkbox",baseClass:os,template:(
1601
1627
  <slot ${Ct("defaultSlottedNodes")}></slot>
1602
1628
  </label>
1603
1629
  </template>
1604
- `,styles:Zc,checkedIndicator:Mr.data,indeterminateIndicator:Ql.data})
1605
- js.getOrCreate().withPrefix("nimble").register(th())
1606
- const eh=X`
1630
+ `,styles:kh,checkedIndicator:ol.data,indeterminateIndicator:$c.data})
1631
+ js.getOrCreate().withPrefix("nimble").register(_h())
1632
+ const zh=X`
1607
1633
  <div class="error-text" title="${t=>t.errorText}" aria-live="polite">
1608
1634
  ${t=>t.errorText}
1609
1635
  </div>
1610
- `,sh=X`
1636
+ `,Ih=X`
1611
1637
  <template>
1612
1638
  <div class="icon" :innerHTML=${t=>t.icon.data}></div>
1613
1639
  </template
1614
- `,ih=mt`
1615
- ${Di("inline-flex")}
1640
+ `,Oh=mt`
1641
+ ${so("inline-flex")}
1616
1642
 
1617
1643
  :host {
1618
1644
  align-items: center;
1619
1645
  user-select: none;
1620
- width: ${Ln};
1621
- height: ${Ln};
1646
+ width: ${Jn};
1647
+ height: ${Jn};
1622
1648
  }
1623
1649
 
1624
1650
  .icon {
@@ -1627,42 +1653,42 @@ const eh=X`
1627
1653
  }
1628
1654
 
1629
1655
  :host(.fail) {
1630
- ${In.cssCustomProperty}: ${Cn};
1656
+ ${jn.cssCustomProperty}: ${Dn};
1631
1657
  }
1632
1658
 
1633
1659
  :host(.warning) {
1634
- ${In.cssCustomProperty}: ${kn};
1660
+ ${jn.cssCustomProperty}: ${Fn};
1635
1661
  }
1636
1662
 
1637
1663
  :host(.pass) {
1638
- ${In.cssCustomProperty}: ${_n};
1664
+ ${jn.cssCustomProperty}: ${Bn};
1639
1665
  }
1640
1666
 
1641
1667
  .icon svg {
1642
- fill: ${In};
1668
+ fill: ${jn};
1643
1669
  width: 100%;
1644
1670
  height: 100%;
1645
1671
  }
1646
1672
  `
1647
- class oh extends de{constructor(t){super(),this.icon=t}}const nh=(t,e)=>{const s=e.compose({baseName:t,template:sh,styles:ih,baseClass:e})
1673
+ class Sh extends de{constructor(t){super(),this.icon=t}}const Ah=(t,e)=>{const s=e.compose({baseName:t,template:Ih,styles:Oh,baseClass:e})
1648
1674
  js.getOrCreate().withPrefix("nimble").register(s())}
1649
- nh("icon-exclamation-mark",class extends oh{constructor(){super(vl)}})
1650
- nh("icon-arrow-expander-down",class extends oh{constructor(){super(hr)}})
1651
- const ah=mt`
1652
- ${Di("inline-flex")}
1675
+ Ah("icon-exclamation-mark",class extends Sh{constructor(){super(Dl)}})
1676
+ Ah("icon-arrow-expander-down",class extends Sh{constructor(){super(La)}})
1677
+ const Eh=mt`
1678
+ ${so("inline-flex")}
1653
1679
 
1654
1680
  :host {
1655
1681
  box-sizing: border-box;
1656
- color: ${la};
1657
- font: ${ra};
1658
- height: ${An};
1682
+ color: ${_r};
1683
+ font: ${kr};
1684
+ height: ${Wn};
1659
1685
  position: relative;
1660
1686
  justify-content: center;
1661
1687
  user-select: none;
1662
1688
  min-width: 250px;
1663
1689
  outline: none;
1664
1690
  vertical-align: top;
1665
- --ni-private-hover-indicator-width: calc(${Vn} + 1px);
1691
+ --ni-private-hover-indicator-width: calc(${Qn} + 1px);
1666
1692
  --ni-private-focus-indicator-width: 1px;
1667
1693
  --ni-private-indicator-lines-gap: 1px;
1668
1694
  }
@@ -1677,9 +1703,9 @@ const ah=mt`
1677
1703
  width: 0px;
1678
1704
  height: 0px;
1679
1705
  justify-self: center;
1680
- border-bottom: ${zn}
1706
+ border-bottom: ${Nn}
1681
1707
  var(--ni-private-focus-indicator-width) solid;
1682
- transition: width ${Xa} ease-in;
1708
+ transition: width ${wa} ease-in;
1683
1709
  }
1684
1710
 
1685
1711
  @media (prefers-reduced-motion) {
@@ -1688,24 +1714,24 @@ const ah=mt`
1688
1714
  }
1689
1715
  }
1690
1716
 
1691
- :host(${Nc})::before {
1717
+ :host(${ph})::before {
1692
1718
  width: calc(100% - 8px);
1693
1719
  }
1694
1720
 
1695
1721
  :host::after {
1696
1722
  content: '';
1697
1723
  position: absolute;
1698
- bottom: calc(-1 * ${Vn});
1724
+ bottom: calc(-1 * ${Qn});
1699
1725
  width: 0px;
1700
1726
  height: 0px;
1701
1727
  justify-self: center;
1702
- border-bottom: ${zn}
1728
+ border-bottom: ${Nn}
1703
1729
  var(--ni-private-hover-indicator-width) solid;
1704
- transition: width ${Xa} ease-in;
1730
+ transition: width ${wa} ease-in;
1705
1731
  }
1706
1732
 
1707
1733
  :host(.invalid)::after {
1708
- border-bottom-color: ${Cn};
1734
+ border-bottom-color: ${Dn};
1709
1735
  }
1710
1736
 
1711
1737
  @media (prefers-reduced-motion) {
@@ -1715,7 +1741,7 @@ const ah=mt`
1715
1741
  }
1716
1742
 
1717
1743
  :host(:hover)::after,
1718
- :host(${Nc})::after {
1744
+ :host(${ph})::after {
1719
1745
  width: 100%;
1720
1746
  }
1721
1747
 
@@ -1730,20 +1756,20 @@ const ah=mt`
1730
1756
  display: flex;
1731
1757
  min-height: 100%;
1732
1758
  width: 100%;
1733
- border-bottom: ${Vn} solid ${ca};
1759
+ border-bottom: ${Qn} solid ${zr};
1734
1760
  background-color: transparent;
1735
1761
  padding-left: 8px;
1736
1762
  padding-bottom: 1px;
1737
1763
  }
1738
1764
 
1739
1765
  :host(.open:not(:hover)) .control {
1740
- border-bottom-color: ${zn};
1766
+ border-bottom-color: ${Nn};
1741
1767
  }
1742
1768
 
1743
1769
  :host([disabled]) .control {
1744
1770
  cursor: default;
1745
- color: ${ca};
1746
- border-color: rgba(${$n}, 0.1);
1771
+ color: ${zr};
1772
+ border-color: rgba(${Rn}, 0.1);
1747
1773
  }
1748
1774
 
1749
1775
  .listbox {
@@ -1754,16 +1780,16 @@ const ah=mt`
1754
1780
  overflow-y: auto;
1755
1781
  position: absolute;
1756
1782
  width: 100%;
1757
- --ni-private-listbox-padding: ${En};
1783
+ --ni-private-listbox-padding: ${Xn};
1758
1784
  max-height: calc(
1759
1785
  var(--ni-private-select-max-height) - 2 *
1760
1786
  var(--ni-private-listbox-padding)
1761
1787
  );
1762
1788
  z-index: 1;
1763
1789
  padding: var(--ni-private-listbox-padding);
1764
- box-shadow: 0px 3px 3px ${On};
1765
- border: 1px solid ${Sn};
1766
- background-color: ${mn};
1790
+ box-shadow: 0px 3px 3px ${qn};
1791
+ border: 1px solid ${Un};
1792
+ background-color: ${Hn};
1767
1793
  background-clip: padding-box;
1768
1794
  }
1769
1795
 
@@ -1782,11 +1808,11 @@ const ah=mt`
1782
1808
  }
1783
1809
 
1784
1810
  :host([open][position='above']) .listbox {
1785
- bottom: ${An};
1811
+ bottom: ${Wn};
1786
1812
  }
1787
1813
 
1788
1814
  :host([open][position='below']) .listbox {
1789
- top: calc(${An} + ${En});
1815
+ top: calc(${Wn} + ${Xn});
1790
1816
  }
1791
1817
 
1792
1818
  .selected-value {
@@ -1808,13 +1834,13 @@ const ah=mt`
1808
1834
  }
1809
1835
 
1810
1836
  .indicator slot[name='indicator'] svg {
1811
- width: ${Ln};
1812
- height: ${Ln};
1813
- fill: ${la};
1837
+ width: ${Jn};
1838
+ height: ${Jn};
1839
+ fill: ${_r};
1814
1840
  }
1815
1841
 
1816
1842
  :host([disabled]) .indicator slot[name='indicator'] svg {
1817
- fill: ${ca};
1843
+ fill: ${zr};
1818
1844
  }
1819
1845
 
1820
1846
  slot[name='listbox'] {
@@ -1835,15 +1861,15 @@ const ah=mt`
1835
1861
  ::slotted(option) {
1836
1862
  flex: none;
1837
1863
  }
1838
- `,rh=mt`
1864
+ `,Hh=mt`
1839
1865
  .error-icon {
1840
1866
  display: none;
1841
1867
  }
1842
1868
 
1843
1869
  :host(.invalid) .error-icon {
1844
1870
  display: inline-flex;
1845
- width: ${Ln};
1846
- height: ${Ln};
1871
+ width: ${Jn};
1872
+ height: ${Jn};
1847
1873
  flex: none;
1848
1874
  }
1849
1875
 
@@ -1853,11 +1879,11 @@ const ah=mt`
1853
1879
 
1854
1880
  :host(.invalid) .error-text {
1855
1881
  display: block;
1856
- font: ${Ba};
1857
- color: ${Cn};
1882
+ font: ${ha};
1883
+ color: ${Dn};
1858
1884
  width: 100%;
1859
1885
  position: absolute;
1860
- top: ${An};
1886
+ top: ${Wn};
1861
1887
  left: 0px;
1862
1888
  overflow: hidden;
1863
1889
  text-overflow: ellipsis;
@@ -1865,15 +1891,15 @@ const ah=mt`
1865
1891
  }
1866
1892
 
1867
1893
  :host(.invalid[readonly]:not([disabled])) .error-text {
1868
- top: calc(${An} - ${Vn});
1894
+ top: calc(${Wn} - ${Qn});
1869
1895
  }
1870
1896
 
1871
1897
  :host(.invalid) .error-text:empty {
1872
1898
  display: none;
1873
1899
  }
1874
- `,lh=mt`
1875
- ${ah}
1876
- ${rh}
1900
+ `,Mh=mt`
1901
+ ${Eh}
1902
+ ${Hh}
1877
1903
 
1878
1904
  :host {
1879
1905
  --ni-private-hover-bottom-border-width: 2px;
@@ -1883,7 +1909,7 @@ const ah=mt`
1883
1909
  :host([disabled]) *,
1884
1910
  :host([disabled]) {
1885
1911
  user-select: none;
1886
- color: ${ca};
1912
+ color: ${zr};
1887
1913
  }
1888
1914
 
1889
1915
  .control {
@@ -1891,15 +1917,15 @@ const ah=mt`
1891
1917
  }
1892
1918
 
1893
1919
  :host(.invalid) .control {
1894
- border-bottom: var(--ni-private-bottom-border-width) solid ${Cn};
1920
+ border-bottom: var(--ni-private-bottom-border-width) solid ${Dn};
1895
1921
  }
1896
1922
 
1897
1923
  :host([disabled]) .control {
1898
- border-color: rgba(${$n}, 0.1);
1924
+ border-color: rgba(${Rn}, 0.1);
1899
1925
  }
1900
1926
 
1901
1927
  :host(.invalid[disabled]) .control {
1902
- border-color: ${Cn};
1928
+ border-color: ${Dn};
1903
1929
  }
1904
1930
 
1905
1931
  .selected-value {
@@ -1916,7 +1942,7 @@ const ah=mt`
1916
1942
  .selected-value:hover,
1917
1943
  .selected-value:disabled,
1918
1944
  .selected-value:active,
1919
- .selected-value${Nc} {
1945
+ .selected-value${ph} {
1920
1946
  outline: none;
1921
1947
  }
1922
1948
 
@@ -1927,38 +1953,38 @@ const ah=mt`
1927
1953
  .end-slot-container {
1928
1954
  display: flex;
1929
1955
  align-items: baseline;
1930
- padding-right: ${En};
1956
+ padding-right: ${Xn};
1931
1957
  }
1932
1958
 
1933
1959
  .separator {
1934
1960
  display: inline;
1935
1961
  width: 2px;
1936
- border-right: 2px solid rgba(${$n}, 0.15);
1937
- height: calc(${An} - 12px);
1962
+ border-right: 2px solid rgba(${Rn}, 0.15);
1963
+ height: calc(${Wn} - 12px);
1938
1964
  align-self: center;
1939
1965
  padding-left: 4px;
1940
1966
  }
1941
1967
 
1942
1968
  .dropdown-button {
1943
- ${An.cssCustomProperty}: 24px;
1944
- margin-left: ${En};
1969
+ ${Wn.cssCustomProperty}: 24px;
1970
+ margin-left: ${Xn};
1945
1971
  }
1946
1972
 
1947
1973
  :host([disabled]) .dropdown-icon {
1948
- fill: ${ca};
1974
+ fill: ${zr};
1949
1975
  }
1950
1976
 
1951
1977
  :host(:empty) .listbox {
1952
1978
  display: none;
1953
1979
  }
1954
1980
  `
1955
- class ch extends bs{constructor(){super(...arguments),this.focusOutHandler=()=>{this.open=!1}}setPositioning(){this.$fastController.isConnected&&super.setPositioning()}slottedOptionsChanged(t,e){const s=this.value
1981
+ class Vh extends bs{constructor(){super(...arguments),this.focusOutHandler=()=>{this.open=!1}}setPositioning(){this.$fastController.isConnected&&super.setPositioning()}slottedOptionsChanged(t,e){const s=this.value
1956
1982
  super.slottedOptionsChanged(t,e),s&&(this.value=s)}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 ze:case Ce:case Ee:case Ie:return this.open=!0,this.stopPropagation(t),!1
1957
1983
  default:return!0}}filterOptions(){super.filterOptions()
1958
1984
  const t=this.filteredOptions.filter((t=>!t.disabled))
1959
1985
  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")
1960
- this.ariaLabel?t?.setAttribute("aria-label",this.ariaLabel):t?.removeAttribute("aria-label")}}rn([b],ch.prototype,"dropdownButton",void 0),rn([ot({attribute:"error-text"})],ch.prototype,"errorText",void 0)
1961
- const hh=ch.compose({baseName:"combobox",baseClass:bs,template:(t,e)=>X`
1986
+ this.ariaLabel?t?.setAttribute("aria-label",this.ariaLabel):t?.removeAttribute("aria-label")}}Cn([b],Vh.prototype,"dropdownButton",void 0),Cn([ot({attribute:"error-text"})],Vh.prototype,"errorText",void 0)
1987
+ const Lh=Vh.compose({baseName:"combobox",baseClass:bs,template:(t,e)=>X`
1962
1988
  <template
1963
1989
  aria-disabled="${t=>t.ariaDisabled}"
1964
1990
  autocomplete="${t=>t.autocomplete}"
@@ -2012,7 +2038,7 @@ const hh=ch.compose({baseName:"combobox",baseClass:bs,template:(t,e)=>X`
2012
2038
  ></slot>
2013
2039
  </div>
2014
2040
  </template>
2015
- `,styles:lh,shadowOptions:{delegatesFocus:!0},end:X`
2041
+ `,styles:Mh,shadowOptions:{delegatesFocus:!0},end:X`
2016
2042
  <div class="end-slot-container">
2017
2043
  <nimble-icon-exclamation-mark
2018
2044
  class="error-icon fail"
@@ -2039,10 +2065,10 @@ const hh=ch.compose({baseName:"combobox",baseClass:bs,template:(t,e)=>X`
2039
2065
  </nimble-icon-arrow-expander-down>
2040
2066
  </nimble-toggle-button>
2041
2067
  </div>
2042
- ${eh}
2068
+ ${zh}
2043
2069
  `})
2044
- js.getOrCreate().withPrefix("nimble").register(hh())
2045
- var dh="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},uh={},ph={},vh={}
2070
+ js.getOrCreate().withPrefix("nimble").register(Lh())
2071
+ var Th="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Ph={},Rh={},Dh={}
2046
2072
  !function(t){var e
2047
2073
  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={}))
2048
2074
  var s=function(){function t(t,e,s){var i=this
@@ -2071,105 +2097,105 @@ return t.forEach((function(t){t.forEach((function(t,s){var i=t.offset
2071
2097
  void 0===i&&(i=0===s?0:1,t.offset=i)
2072
2098
  var o=i.toString()
2073
2099
  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}()
2074
- t.default=s}(vh)
2075
- var gh,mh=dh&&dh.__extends||(gh=function(t,e){return(gh=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(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")
2076
- function s(){this.constructor=t}gh(t,e),t.prototype=null===e?Object.create(e):(s.prototype=e.prototype,new s)})
2077
- Object.defineProperty(ph,"__esModule",{value:!0})
2078
- var fh=vh,bh=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this
2079
- return e.mode=fh.AnimationMode.animateTo,e}return mh(e,t),e}(fh.default)
2080
- ph.default=bh
2081
- var wh={},xh=dh&&dh.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
2100
+ t.default=s}(Dh)
2101
+ var Fh,Bh=Th&&Th.__extends||(Fh=function(t,e){return(Fh=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(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")
2102
+ function s(){this.constructor=t}Fh(t,e),t.prototype=null===e?Object.create(e):(s.prototype=e.prototype,new s)})
2103
+ Object.defineProperty(Rh,"__esModule",{value:!0})
2104
+ var Nh=Dh,jh=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this
2105
+ return e.mode=Nh.AnimationMode.animateTo,e}return Bh(e,t),e}(Nh.default)
2106
+ Rh.default=jh
2107
+ var qh={},Uh=Th&&Th.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
2082
2108
  return function(e,s){if("function"!=typeof s&&null!==s)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null")
2083
2109
  function i(){this.constructor=e}t(e,s),e.prototype=null===s?Object.create(s):(i.prototype=s.prototype,new i)}}()
2084
- Object.defineProperty(wh,"__esModule",{value:!0})
2085
- var yh=vh,$h=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this
2086
- return e.mode=yh.AnimationMode.animateFrom,e}return xh(e,t),e}(yh.default)
2087
- wh.default=$h
2088
- var Ch={},kh={}
2089
- Object.defineProperty(kh,"__esModule",{value:!0}),kh.invokeFunctionForEach=void 0,kh.invokeFunctionForEach=function(t,e){t.forEach((function(t){return t[e]()}))},Object.defineProperty(Ch,"__esModule",{value:!0})
2090
- var _h=kh,zh=function(){function t(t){var e=this
2091
- this.pause=function(){(0,_h.invokeFunctionForEach)(e.animations,"pause")},this.finish=function(){(0,_h.invokeFunctionForEach)(e.animations,"finish")},this.cancel=function(){(0,_h.invokeFunctionForEach)(e.animations,"cancel")},this.animations=t}return Object.defineProperty(t.prototype,"onFinish",{get:function(){return this._onFinish},set:function(t){var e=this
2110
+ Object.defineProperty(qh,"__esModule",{value:!0})
2111
+ var Kh=Dh,Wh=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this
2112
+ return e.mode=Kh.AnimationMode.animateFrom,e}return Uh(e,t),e}(Kh.default)
2113
+ qh.default=Wh
2114
+ var Xh={},Yh={}
2115
+ Object.defineProperty(Yh,"__esModule",{value:!0}),Yh.invokeFunctionForEach=void 0,Yh.invokeFunctionForEach=function(t,e){t.forEach((function(t){return t[e]()}))},Object.defineProperty(Xh,"__esModule",{value:!0})
2116
+ var Gh=Yh,Qh=function(){function t(t){var e=this
2117
+ this.pause=function(){(0,Gh.invokeFunctionForEach)(e.animations,"pause")},this.finish=function(){(0,Gh.invokeFunctionForEach)(e.animations,"finish")},this.cancel=function(){(0,Gh.invokeFunctionForEach)(e.animations,"cancel")},this.animations=t}return Object.defineProperty(t.prototype,"onFinish",{get:function(){return this._onFinish},set:function(t){var e=this
2092
2118
  this._onFinish=t
2093
2119
  var s=this.getLongestAnimation()
2094
2120
  if("function"==typeof s.onFinish){var i=s.onFinish
2095
- s.onFinish=function(){i(),e._onFinish()}}else s.onFinish=this._onFinish},enumerable:!1,configurable:!0}),t.prototype.play=function(){(0,_h.invokeFunctionForEach)(this.animations,"play")},t.prototype.reverse=function(){(0,_h.invokeFunctionForEach)(this.animations,"reverse")},t.prototype.getLongestAnimation=function(){var t=this
2121
+ s.onFinish=function(){i(),e._onFinish()}}else s.onFinish=this._onFinish},enumerable:!1,configurable:!0}),t.prototype.play=function(){(0,Gh.invokeFunctionForEach)(this.animations,"play")},t.prototype.reverse=function(){(0,Gh.invokeFunctionForEach)(this.animations,"reverse")},t.prototype.getLongestAnimation=function(){var t=this
2096
2122
  return this.animations.reduce((function(e,s){var i=t.getAnimationDuration(e.effectTiming)
2097
2123
  return t.getAnimationDuration(s.effectTiming)>=i?s:e}))},t.prototype.getAnimationDuration=function(t){var e=t.duration,s="string"==typeof e?parseFloat(e):e
2098
2124
  return(t.delay||0)+(s||0)},t}()
2099
- Ch.default=zh
2100
- var Ih={}
2101
- Object.defineProperty(Ih,"__esModule",{value:!0})
2102
- var Oh=kh,Sh=function(){function t(t){var e=this
2103
- this.play=function(){e.applySequencedCallback(e.animations,"play")},this.reverse=function(){e.applySequencedCallback(e.animations.reverse(),"reverse")},this.pause=function(){(0,Oh.invokeFunctionForEach)(e.animations,"pause")},this.finish=function(){(0,Oh.invokeFunctionForEach)(e.animations,"finish")},this.cancel=function(){(0,Oh.invokeFunctionForEach)(e.animations,"cancel")},this.animations=t}return t.prototype.applySequencedCallback=function(t,e){var s=this,i=t.length
2125
+ Xh.default=Qh
2126
+ var Jh={}
2127
+ Object.defineProperty(Jh,"__esModule",{value:!0})
2128
+ var Zh=Yh,td=function(){function t(t){var e=this
2129
+ this.play=function(){e.applySequencedCallback(e.animations,"play")},this.reverse=function(){e.applySequencedCallback(e.animations.reverse(),"reverse")},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 t.prototype.applySequencedCallback=function(t,e){var s=this,i=t.length
2104
2130
  i<=0||(t.forEach((function(t,o){t.onFinish=o<i-1?s.animations[o+1][e]:s.onFinish||void 0})),t[0][e]())},t}()
2105
- Ih.default=Sh
2106
- var Ah={}
2131
+ Jh.default=td
2132
+ var ed={}
2107
2133
  !function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.fadeOut=t.fadeIn=t.applyFade=t.fadeEffectTiming=t.fadeOutKeyframes=t.fadeInKeyframes=void 0
2108
- var e=ph
2134
+ var e=Rh
2109
2135
  function s(s,i,o){void 0===o&&(o={})
2110
- var n=Object.assign({},t.fadeEffectTiming,o),a=new e.default(s,null,n)
2111
- return a.addKeyframes(i),a}t.fadeInKeyframes=[{opacity:"0.01"},{opacity:"1"}],t.fadeOutKeyframes=[{opacity:"1"},{opacity:"0"}],t.fadeEffectTiming={easing:"linear",duration:500},t.applyFade=s,t.fadeIn=function(e,i){return void 0===i&&(i={}),s(e,t.fadeInKeyframes,i)},t.fadeOut=function(e,i){return void 0===i&&(i={}),s(e,t.fadeOutKeyframes,i)}}(Ah)
2112
- var Eh={},Hh={}
2113
- Object.defineProperty(Hh,"__esModule",{value:!0}),Hh.navPane=Hh.exponentialReversed=Hh.fastInFortySevenPercent=Hh.exponential=Hh.fastInOut=Hh.fastOut=Hh.fastIn=Hh.appToApp=Hh.backToApp=Hh.drillIn=Hh.easeIn=Hh.easeOutSmooth=Hh.easeOut=Hh.linear=void 0,Hh.linear=[[0,0],[1,1]],Hh.easeOut=[[0,0],[.58,1]],Hh.easeOutSmooth=[[0,.35],[.15,1]],Hh.easeIn=[[.25,.1],[.25,1]],Hh.drillIn=[[.17,.17],[0,1]],Hh.backToApp=[[.5,0],[.6,1]],Hh.appToApp=[[.5,0],[1,.9]],Hh.fastIn=[[.1,.9],[.2,1]],Hh.fastOut=[[.9,.1],[1,.2]],Hh.fastInOut=[[.8,0],[.2,1]],Hh.exponential=[[.1,.25],[.75,.9]],Hh.fastInFortySevenPercent=[[.11,.5],[.24,.96]],Hh.exponentialReversed=[[.25,.1],[.9,.75]],Hh.navPane=[[.1,.7],[.1,1]],Object.defineProperty(Eh,"__esModule",{value:!0}),Eh.cubicBezier=Eh.formatCubicBezier=void 0
2114
- var Mh=Hh
2115
- function Vh(t){if(!Array.isArray(t)||!Array.isArray(t[0])||!Array.isArray(t[1]))return""
2136
+ var n=Object.assign({},t.fadeEffectTiming,o),r=new e.default(s,null,n)
2137
+ return r.addKeyframes(i),r}t.fadeInKeyframes=[{opacity:"0.01"},{opacity:"1"}],t.fadeOutKeyframes=[{opacity:"1"},{opacity:"0"}],t.fadeEffectTiming={easing:"linear",duration:500},t.applyFade=s,t.fadeIn=function(e,i){return void 0===i&&(i={}),s(e,t.fadeInKeyframes,i)},t.fadeOut=function(e,i){return void 0===i&&(i={}),s(e,t.fadeOutKeyframes,i)}}(ed)
2138
+ var sd={},id={}
2139
+ Object.defineProperty(id,"__esModule",{value:!0}),id.navPane=id.exponentialReversed=id.fastInFortySevenPercent=id.exponential=id.fastInOut=id.fastOut=id.fastIn=id.appToApp=id.backToApp=id.drillIn=id.easeIn=id.easeOutSmooth=id.easeOut=id.linear=void 0,id.linear=[[0,0],[1,1]],id.easeOut=[[0,0],[.58,1]],id.easeOutSmooth=[[0,.35],[.15,1]],id.easeIn=[[.25,.1],[.25,1]],id.drillIn=[[.17,.17],[0,1]],id.backToApp=[[.5,0],[.6,1]],id.appToApp=[[.5,0],[1,.9]],id.fastIn=[[.1,.9],[.2,1]],id.fastOut=[[.9,.1],[1,.2]],id.fastInOut=[[.8,0],[.2,1]],id.exponential=[[.1,.25],[.75,.9]],id.fastInFortySevenPercent=[[.11,.5],[.24,.96]],id.exponentialReversed=[[.25,.1],[.9,.75]],id.navPane=[[.1,.7],[.1,1]],Object.defineProperty(sd,"__esModule",{value:!0}),sd.cubicBezier=sd.formatCubicBezier=void 0
2140
+ var od=id
2141
+ function nd(t){if(!Array.isArray(t)||!Array.isArray(t[0])||!Array.isArray(t[1]))return""
2116
2142
  var e=t[0],s=t[1]
2117
- return"cubic-bezier(".concat(e[0],", ").concat(e[1],", ").concat(s[0],", ").concat(s[1],")")}Eh.formatCubicBezier=Vh,Eh.cubicBezier=function(t){return t in Mh?Vh(Mh[t]):""}
2118
- var Lh={},Th={}
2119
- Object.defineProperty(Th,"__esModule",{value:!0}),Th.default=function(t){var e=t.getBoundingClientRect()
2143
+ return"cubic-bezier(".concat(e[0],", ").concat(e[1],", ").concat(s[0],", ").concat(s[1],")")}sd.formatCubicBezier=nd,sd.cubicBezier=function(t){return t in od?nd(od[t]):""}
2144
+ var rd={},ad={}
2145
+ Object.defineProperty(ad,"__esModule",{value:!0}),ad.default=function(t){var e=t.getBoundingClientRect()
2120
2146
  return e.bottom>=0&&e.right>=0&&e.top<=window.innerHeight&&e.left<=window.innerWidth}
2121
- var Rh={},Ph={}
2122
- Object.defineProperty(Ph,"__esModule",{value:!0}),Ph.default=function(){return"undefined"==typeof window?NaN:void 0!==window.scrollY?window.scrollY:window.pageYOffset},Object.defineProperty(Rh,"__esModule",{value:!0})
2123
- var Bh=Th,Fh=Ph,Dh=function(){function t(){var t=this
2124
- this.subscriptions=[],this.scrollDistance=0,this.requestFrame=function(){t.requestedFrame&&cancelAnimationFrame(t.requestedFrame),t.requestedFrame=requestAnimationFrame(t.update)},this.lastScrollY=(0,Fh.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,Bh.default)(t)}))},t.prototype.unsubscribe=function(t,e){this.subscriptions=this.subscriptions.filter((function(s){return!(t===s.element&&e===s.callback)})),0===this.subscriptions.length&&window.removeEventListener("scroll",this.requestFrame)},t.prototype.update=function(){var t=(0,Fh.default)()
2147
+ var ld={},cd={}
2148
+ Object.defineProperty(cd,"__esModule",{value:!0}),cd.default=function(){return"undefined"==typeof window?NaN:void 0!==window.scrollY?window.scrollY:window.pageYOffset},Object.defineProperty(ld,"__esModule",{value:!0})
2149
+ var hd=ad,dd=cd,ud=function(){function t(){var t=this
2150
+ this.subscriptions=[],this.scrollDistance=0,this.requestFrame=function(){t.requestedFrame&&cancelAnimationFrame(t.requestedFrame),t.requestedFrame=requestAnimationFrame(t.update)},this.lastScrollY=(0,dd.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,hd.default)(t)}))},t.prototype.unsubscribe=function(t,e){this.subscriptions=this.subscriptions.filter((function(s){return!(t===s.element&&e===s.callback)})),0===this.subscriptions.length&&window.removeEventListener("scroll",this.requestFrame)},t.prototype.update=function(){var t=(0,dd.default)()
2125
2151
  this.scrollDistance=t-this.lastScrollY,this.lastScrollY=t},t.prototype.isSubscribed=function(t,e){return!!this.subscriptions.filter((function(s){return t===s.element&&e===s.callback})).length},t}()
2126
- Rh.default=Dh
2127
- var Nh=dh&&dh.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
2152
+ ld.default=ud
2153
+ var pd=Th&&Th.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
2128
2154
  return function(e,s){if("function"!=typeof s&&null!==s)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null")
2129
2155
  function i(){this.constructor=e}t(e,s),e.prototype=null===s?Object.create(s):(i.prototype=s.prototype,new i)}}()
2130
- Object.defineProperty(Lh,"__esModule",{value:!0})
2131
- var jh=Th,qh=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Nh(e,t),e.prototype.update=function(){var e=this
2132
- t.prototype.update.call(this),this.subscriptions.forEach((function(t){var s=(0,jh.default)(t.element)
2133
- s&&t.callback(e.scrollDistance),s!==t.inView&&(t.inView=s)}))},e}(Rh.default)
2134
- Lh.default=qh
2135
- var Uh={},Kh=dh&&dh.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
2156
+ Object.defineProperty(rd,"__esModule",{value:!0})
2157
+ var vd=ad,gd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return pd(e,t),e.prototype.update=function(){var e=this
2158
+ t.prototype.update.call(this),this.subscriptions.forEach((function(t){var s=(0,vd.default)(t.element)
2159
+ s&&t.callback(e.scrollDistance),s!==t.inView&&(t.inView=s)}))},e}(ld.default)
2160
+ rd.default=gd
2161
+ var md={},fd=Th&&Th.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
2136
2162
  return function(e,s){if("function"!=typeof s&&null!==s)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null")
2137
2163
  function i(){this.constructor=e}t(e,s),e.prototype=null===s?Object.create(s):(i.prototype=s.prototype,new i)}}()
2138
- Object.defineProperty(Uh,"__esModule",{value:!0})
2139
- var Wh=Th,Xh=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Kh(e,t),e.prototype.update=function(){var e=this
2140
- t.prototype.update.call(this),this.subscriptions.forEach((function(t,s){var i=(0,Wh.default)(t.element)
2141
- i&&!t.inView&&t.callback(e.scrollDistance),i!==t.inView&&(t.inView=i)}))},e}(Rh.default)
2142
- Uh.default=Xh
2143
- var Yh={},Gh=dh&&dh.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
2164
+ Object.defineProperty(md,"__esModule",{value:!0})
2165
+ var bd=ad,wd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return fd(e,t),e.prototype.update=function(){var e=this
2166
+ t.prototype.update.call(this),this.subscriptions.forEach((function(t,s){var i=(0,bd.default)(t.element)
2167
+ i&&!t.inView&&t.callback(e.scrollDistance),i!==t.inView&&(t.inView=i)}))},e}(ld.default)
2168
+ md.default=wd
2169
+ var xd={},yd=Th&&Th.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
2144
2170
  return function(e,s){if("function"!=typeof s&&null!==s)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null")
2145
2171
  function i(){this.constructor=e}t(e,s),e.prototype=null===s?Object.create(s):(i.prototype=s.prototype,new i)}}()
2146
- Object.defineProperty(Yh,"__esModule",{value:!0})
2147
- var Qh=Th,Jh=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Gh(e,t),e.prototype.update=function(){var e=this
2148
- t.prototype.update.call(this),this.subscriptions.forEach((function(t,s){var i=(0,Qh.default)(t.element)
2149
- !i&&t.inView&&t.callback(e.scrollDistance),i!==t.inView&&(t.inView=i)}))},e}(Rh.default)
2150
- Yh.default=Jh,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
2151
- var e=ph
2172
+ Object.defineProperty(xd,"__esModule",{value:!0})
2173
+ var $d=ad,Cd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return yd(e,t),e.prototype.update=function(){var e=this
2174
+ t.prototype.update.call(this),this.subscriptions.forEach((function(t,s){var i=(0,$d.default)(t.element)
2175
+ !i&&t.inView&&t.callback(e.scrollDistance),i!==t.inView&&(t.inView=i)}))},e}(ld.default)
2176
+ xd.default=Cd,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
2177
+ var e=Rh
2152
2178
  t.AnimateTo=e.default
2153
- var s=wh
2179
+ var s=qh
2154
2180
  t.AnimateFrom=s.default
2155
- var i=Ch
2181
+ var i=Xh
2156
2182
  t.AnimateGroup=i.default
2157
- var o=Ih
2183
+ var o=Jh
2158
2184
  t.AnimateSequence=o.default
2159
- var n=vh
2185
+ var n=Dh
2160
2186
  t.Animate=n.default
2161
- var a=Ah
2162
- Object.defineProperty(t,"fadeIn",{enumerable:!0,get:function(){return a.fadeIn}}),Object.defineProperty(t,"fadeOut",{enumerable:!0,get:function(){return a.fadeOut}})
2163
- var r=Eh
2164
- Object.defineProperty(t,"cubicBezier",{enumerable:!0,get:function(){return r.cubicBezier}})
2165
- var l=Lh
2187
+ var r=ed
2188
+ Object.defineProperty(t,"fadeIn",{enumerable:!0,get:function(){return r.fadeIn}}),Object.defineProperty(t,"fadeOut",{enumerable:!0,get:function(){return r.fadeOut}})
2189
+ var a=sd
2190
+ Object.defineProperty(t,"cubicBezier",{enumerable:!0,get:function(){return a.cubicBezier}})
2191
+ var l=rd
2166
2192
  t.ScrollTrigger=l.default
2167
- var c=Uh
2193
+ var c=md
2168
2194
  t.ViewEnterTrigger=c.default
2169
- var h=Yh
2170
- t.ViewExitTrigger=h.default}(uh)
2171
- const Zh=window.matchMedia("(prefers-reduced-motion: reduce)"),td={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"}},ed=mt`
2172
- ${Di("block")}
2195
+ var h=xd
2196
+ t.ViewExitTrigger=h.default}(Ph)
2197
+ const kd=window.matchMedia("(prefers-reduced-motion: reduce)"),_d={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"}},zd=mt`
2198
+ ${so("block")}
2173
2199
 
2174
2200
  :host {
2175
2201
  position: relative;
@@ -2178,8 +2204,8 @@ const Zh=window.matchMedia("(prefers-reduced-motion: reduce)"),td={slideLeftKeyf
2178
2204
  width: fit-content;
2179
2205
  height: 100%;
2180
2206
  outline: none;
2181
- font: ${ra};
2182
- color: ${la};
2207
+ font: ${kr};
2208
+ color: ${_r};
2183
2209
  }
2184
2210
 
2185
2211
  :host([modal]) {
@@ -2215,7 +2241,7 @@ const Zh=window.matchMedia("(prefers-reduced-motion: reduce)"),td={slideLeftKeyf
2215
2241
  .overlay {
2216
2242
  position: fixed;
2217
2243
  inset: 0px;
2218
- background: ${Sn};
2244
+ background: ${Un};
2219
2245
  touch-action: none;
2220
2246
  }
2221
2247
 
@@ -2228,9 +2254,9 @@ const Zh=window.matchMedia("(prefers-reduced-motion: reduce)"),td={slideLeftKeyf
2228
2254
  box-sizing: border-box;
2229
2255
  border-radius: 0px;
2230
2256
  border-width: 0px;
2231
- width: ${Tn};
2257
+ width: ${Zn};
2232
2258
  height: 100%;
2233
- background-color: ${mn};
2259
+ background-color: ${Hn};
2234
2260
  }
2235
2261
 
2236
2262
  :host([modal]) .control {
@@ -2244,59 +2270,59 @@ const Zh=window.matchMedia("(prefers-reduced-motion: reduce)"),td={slideLeftKeyf
2244
2270
 
2245
2271
  :host([location='left']) .control {
2246
2272
  left: 0px;
2247
- border-right: ${Vn} solid ${On};
2273
+ border-right: ${Qn} solid ${qn};
2248
2274
  }
2249
2275
 
2250
2276
  :host([location='right']) .control {
2251
2277
  right: 0px;
2252
- border-left: ${Vn} solid ${On};
2278
+ border-left: ${Qn} solid ${qn};
2253
2279
  }
2254
2280
 
2255
2281
  ${""}
2256
2282
 
2257
2283
  ::slotted(header) {
2258
- padding: ${Hn};
2284
+ padding: ${Yn};
2259
2285
  flex: none;
2260
- font: ${Rn};
2286
+ font: ${tr};
2261
2287
  }
2262
2288
 
2263
2289
  ::slotted(section) {
2264
- padding: ${Hn};
2290
+ padding: ${Yn};
2265
2291
  flex: auto;
2266
2292
  overflow-y: auto;
2267
2293
  }
2268
2294
 
2269
2295
  ::slotted(footer) {
2270
- padding: ${Hn};
2296
+ padding: ${Yn};
2271
2297
  flex: none;
2272
2298
  display: flex;
2273
2299
  justify-content: flex-end;
2274
- border-top: ${Vn} solid ${Sn};
2300
+ border-top: ${Qn} solid ${Un};
2275
2301
  }
2276
- `,sd="left",id="right",od="opening",nd="opened",ad="closing",rd="closed"
2277
- class ld extends si{constructor(){super(...arguments),this.location=sd,this.state=rd,this.preventDismiss=!1,this.propertiesToWatch=["hidden","location","state"],this.animationDurationMilliseconds=.001}connectedCallback(){this.trapFocus=!1,super.connectedCallback(),this.updateAnimationDuration(),this.animationsEnabledChangedHandler=()=>this.updateAnimationDuration(),Zh.addEventListener("change",this.animationsEnabledChangedHandler),this.onStateChanged()
2302
+ `,Id="left",Od="right",Sd="opening",Ad="opened",Ed="closing",Hd="closed"
2303
+ class Md extends si{constructor(){super(...arguments),this.location=Id,this.state=Hd,this.preventDismiss=!1,this.propertiesToWatch=["hidden","location","state"],this.animationDurationMilliseconds=.001}connectedCallback(){this.trapFocus=!1,super.connectedCallback(),this.updateAnimationDuration(),this.animationsEnabledChangedHandler=()=>this.updateAnimationDuration(),kd.addEventListener("change",this.animationsEnabledChangedHandler),this.onStateChanged()
2278
2304
  const t=f.getNotifier(this),e={handleChange:(t,e)=>this.onPropertyChange(e)}
2279
- this.propertiesToWatch.forEach((s=>t.subscribe(e,s))),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&&(Zh.removeEventListener("change",this.animationsEnabledChangedHandler),this.animationsEnabledChangedHandler=void 0)}show(){this.state=od}hide(){this.state=ad}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()
2305
+ this.propertiesToWatch.forEach((s=>t.subscribe(e,s))),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&&(kd.removeEventListener("change",this.animationsEnabledChangedHandler),this.animationsEnabledChangedHandler=void 0)}show(){this.state=Sd}hide(){this.state=Ed}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()
2280
2306
  break
2281
2307
  case"location":this.onLocationChanged()
2282
2308
  break
2283
- case"state":this.onStateChanged()}}onHiddenChanged(){this.hidden&&this.state!==rd?this.state=rd:this.hidden||this.state!==rd||(this.state=nd)}onLocationChanged(){this.cancelCurrentAnimation()}onStateChanged(){if(this.isConnected){switch(this.cancelCurrentAnimation(),this.state){case od:this.animateOpening(),this.hidden=!1
2309
+ case"state":this.onStateChanged()}}onHiddenChanged(){this.hidden&&this.state!==Hd?this.state=Hd:this.hidden||this.state!==Hd||(this.state=Ad)}onLocationChanged(){this.cancelCurrentAnimation()}onStateChanged(){if(this.isConnected){switch(this.cancelCurrentAnimation(),this.state){case Sd:this.animateOpening(),this.hidden=!1
2284
2310
  break
2285
- case nd:this.hidden=!1
2311
+ case Ad:this.hidden=!1
2286
2312
  break
2287
- case ad:this.hidden=!1,this.animateClosing()
2313
+ case Ed:this.hidden=!1,this.animateClosing()
2288
2314
  break
2289
- case rd:this.hidden=!0
2315
+ case Hd:this.hidden=!0
2290
2316
  break
2291
- default:throw new Error("Unsupported state value. Expected: opening/opened/closing/closed")}this.$emit("state-change")}}updateAnimationDuration(){if(Zh.matches)this.animationDurationMilliseconds=.001
2292
- else{const t=Ya.getValueFor(this),e=parseFloat(t)
2293
- this.animationDurationMilliseconds=1e3*e}}animateOpening(){this.animateOpenClose(!0)}animateClosing(){this.hidden?this.state=rd:this.animateOpenClose(!1)}animateOpenClose(t){const e={...t?td.slideInOptions:td.slideOutOptions,duration:this.animationDurationMilliseconds},s=this.location===id?td.slideRightKeyframes:td.slideLeftKeyframes,i=new uh.AnimateTo(this.dialog,void 0,e)
2317
+ default:throw new Error("Unsupported state value. Expected: opening/opened/closing/closed")}this.$emit("state-change")}}updateAnimationDuration(){if(kd.matches)this.animationDurationMilliseconds=.001
2318
+ else{const t=xa.getValueFor(this),e=parseFloat(t)
2319
+ this.animationDurationMilliseconds=1e3*e}}animateOpening(){this.animateOpenClose(!0)}animateClosing(){this.hidden?this.state=Hd:this.animateOpenClose(!1)}animateOpenClose(t){const e={...t?_d.slideInOptions:_d.slideOutOptions,duration:this.animationDurationMilliseconds},s=this.location===Od?_d.slideRightKeyframes:_d.slideLeftKeyframes,i=new Ph.AnimateTo(this.dialog,void 0,e)
2294
2320
  i.addKeyframes(s)
2295
2321
  const o=[i],n=this.shadowRoot?.querySelector(".overlay")
2296
- if(n){const t=new uh.AnimateTo(n,void 0,e)
2297
- t.addKeyframes(td.fadeOverlayKeyframes),o.push(t)}const a=new uh.AnimateGroup(o)
2298
- a.onFinish=()=>{this.state=t?nd:rd},this.animationGroup=a,a.play()}cancelCurrentAnimation(){this.animationGroup?.cancel()}}rn([ot],ld.prototype,"location",void 0),rn([ot],ld.prototype,"state",void 0),rn([ot({attribute:"prevent-dismiss",mode:"boolean"})],ld.prototype,"preventDismiss",void 0)
2299
- const cd=ld.compose({baseName:"drawer",template:(t,e)=>X`
2322
+ if(n){const t=new Ph.AnimateTo(n,void 0,e)
2323
+ t.addKeyframes(_d.fadeOverlayKeyframes),o.push(t)}const r=new Ph.AnimateGroup(o)
2324
+ r.onFinish=()=>{this.state=t?Ad:Hd},this.animationGroup=r,r.play()}cancelCurrentAnimation(){this.animationGroup?.cancel()}}Cn([ot],Md.prototype,"location",void 0),Cn([ot],Md.prototype,"state",void 0),Cn([ot({attribute:"prevent-dismiss",mode:"boolean"})],Md.prototype,"preventDismiss",void 0)
2325
+ const Vd=Md.compose({baseName:"drawer",template:(t,e)=>X`
2300
2326
  <div class="positioning-region" part="positioning-region">
2301
2327
  ${wt((t=>t.modal),X`
2302
2328
  <div
@@ -2320,153 +2346,153 @@ const cd=ld.compose({baseName:"drawer",template:(t,e)=>X`
2320
2346
  <slot></slot>
2321
2347
  </div>
2322
2348
  </div>
2323
- `,styles:ed})
2324
- js.getOrCreate().withPrefix("nimble").register(cd())
2325
- nh("icon-add",class extends oh{constructor(){super(lr)}})
2326
- nh("icon-arrow-down-right-and-arrow-up-left",class extends oh{constructor(){super(cr)}})
2327
- nh("icon-arrow-expander-left",class extends oh{constructor(){super(dr)}})
2328
- nh("icon-arrow-expander-right",class extends oh{constructor(){super(ur)}})
2329
- nh("icon-arrow-expander-up",class extends oh{constructor(){super(pr)}})
2330
- nh("icon-arrow-left-from-line",class extends oh{constructor(){super(vr)}})
2331
- nh("icon-arrow-partial-rotate-left",class extends oh{constructor(){super(gr)}})
2332
- nh("icon-arrow-right-to-line",class extends oh{constructor(){super(mr)}})
2333
- nh("icon-arrow-rotate-right",class extends oh{constructor(){super(fr)}})
2334
- nh("icon-arrow-u-rotate-left",class extends oh{constructor(){super(br)}})
2335
- nh("icon-arrow-up-left-and-arrow-down-right",class extends oh{constructor(){super(wr)}})
2336
- nh("icon-arrows-maximize",class extends oh{constructor(){super(xr)}})
2337
- nh("icon-arrows-repeat",class extends oh{constructor(){super(yr)}})
2338
- nh("icon-bars",class extends oh{constructor(){super($r)}})
2339
- nh("icon-bell",class extends oh{constructor(){super(Cr)}})
2340
- nh("icon-bell-and-comment",class extends oh{constructor(){super(kr)}})
2341
- nh("icon-bell-circle",class extends oh{constructor(){super(_r)}})
2342
- nh("icon-bell-solid-circle",class extends oh{constructor(){super(zr)}})
2343
- nh("icon-block-with-ribbon",class extends oh{constructor(){super(Ir)}})
2344
- nh("icon-calendar",class extends oh{constructor(){super(Or)}})
2345
- nh("icon-chart-diagram",class extends oh{constructor(){super(Sr)}})
2346
- nh("icon-chart-diagram-child-focus",class extends oh{constructor(){super(Ar)}})
2347
- nh("icon-chart-diagram-parent-focus",class extends oh{constructor(){super(Er)}})
2348
- nh("icon-chart-diagram-parent-focus-two-child",class extends oh{constructor(){super(Hr)}})
2349
- nh("icon-check",class extends oh{constructor(){super(Mr)}})
2350
- nh("icon-check-dot",class extends oh{constructor(){super(Vr)}})
2351
- nh("icon-circle",class extends oh{constructor(){super(Lr)}})
2352
- nh("icon-circle-broken",class extends oh{constructor(){super(Tr)}})
2353
- nh("icon-circle-check",class extends oh{constructor(){super(Rr)}})
2354
- nh("icon-circle-partial-broken",class extends oh{constructor(){super(Pr)}})
2355
- nh("icon-circle-slash",class extends oh{constructor(){super(Br)}})
2356
- nh("icon-circle-x",class extends oh{constructor(){super(Fr)}})
2357
- nh("icon-clipboard",class extends oh{constructor(){super(Dr)}})
2358
- nh("icon-clock",class extends oh{constructor(){super(Nr)}})
2359
- nh("icon-clock-cog",class extends oh{constructor(){super(jr)}})
2360
- nh("icon-clock-triangle",class extends oh{constructor(){super(qr)}})
2361
- nh("icon-clone",class extends oh{constructor(){super(Ur)}})
2362
- nh("icon-cloud-upload",class extends oh{constructor(){super(Kr)}})
2363
- nh("icon-cloud-with-arrow",class extends oh{constructor(){super(Wr)}})
2364
- nh("icon-cog",class extends oh{constructor(){super(Xr)}})
2365
- nh("icon-cog-database",class extends oh{constructor(){super(Yr)}})
2366
- nh("icon-cog-database-inset",class extends oh{constructor(){super(Gr)}})
2367
- nh("icon-cog-small-cog",class extends oh{constructor(){super(Qr)}})
2368
- nh("icon-cog-zoomed",class extends oh{constructor(){super(Jr)}})
2369
- nh("icon-comment",class extends oh{constructor(){super(Zr)}})
2370
- nh("icon-computer-and-monitor",class extends oh{constructor(){super(tl)}})
2371
- nh("icon-copy",class extends oh{constructor(){super(el)}})
2372
- nh("icon-copy-text",class extends oh{constructor(){super(sl)}})
2373
- nh("icon-dashboard-builder",class extends oh{constructor(){super(il)}})
2374
- nh("icon-dashboard-builder-legend",class extends oh{constructor(){super(ol)}})
2375
- nh("icon-dashboard-builder-templates",class extends oh{constructor(){super(nl)}})
2376
- nh("icon-dashboard-builder-tile",class extends oh{constructor(){super(al)}})
2377
- nh("icon-database",class extends oh{constructor(){super(rl)}})
2378
- nh("icon-database-check",class extends oh{constructor(){super(ll)}})
2379
- nh("icon-desktop",class extends oh{constructor(){super(cl)}})
2380
- nh("icon-donut-chart",class extends oh{constructor(){super(hl)}})
2381
- nh("icon-dot-solid-dot-stroke",class extends oh{constructor(){super(dl)}})
2382
- nh("icon-download",class extends oh{constructor(){super(ul)}})
2383
- nh("icon-electronic-chip-zoomed",class extends oh{constructor(){super(pl)}})
2384
- nh("icon-eye",class extends oh{constructor(){super(gl)}})
2385
- nh("icon-fancy-a",class extends oh{constructor(){super(ml)}})
2386
- nh("icon-file",class extends oh{constructor(){super(fl)}})
2387
- nh("icon-file-drawer",class extends oh{constructor(){super(bl)}})
2388
- nh("icon-file-search",class extends oh{constructor(){super(wl)}})
2389
- nh("icon-filter",class extends oh{constructor(){super(xl)}})
2390
- nh("icon-floppy-disk-checkmark",class extends oh{constructor(){super(yl)}})
2391
- nh("icon-floppy-disk-star-arrow-right",class extends oh{constructor(){super($l)}})
2392
- nh("icon-floppy-disk-three-dots",class extends oh{constructor(){super(Cl)}})
2393
- nh("icon-folder",class extends oh{constructor(){super(kl)}})
2394
- nh("icon-folder-open",class extends oh{constructor(){super(_l)}})
2395
- nh("icon-forward-slash",class extends oh{constructor(){super(zl)}})
2396
- nh("icon-four-dots-square",class extends oh{constructor(){super(Il)}})
2397
- nh("icon-function",class extends oh{constructor(){super(Ol)}})
2398
- nh("icon-gauge-simple",class extends oh{constructor(){super(Sl)}})
2399
- nh("icon-grid-three-by-three",class extends oh{constructor(){super(Al)}})
2400
- nh("icon-grid-two-by-two",class extends oh{constructor(){super(El)}})
2401
- nh("icon-hammer",class extends oh{constructor(){super(Hl)}})
2402
- nh("icon-hashtag",class extends oh{constructor(){super(Ml)}})
2403
- nh("icon-home",class extends oh{constructor(){super(Vl)}})
2404
- nh("icon-hourglass",class extends oh{constructor(){super(Ll)}})
2405
- nh("icon-indeterminant-checkbox",class extends oh{constructor(){super(Tl)}})
2406
- nh("icon-info",class extends oh{constructor(){super(Rl)}})
2407
- nh("icon-info-circle",class extends oh{constructor(){super(Pl)}})
2408
- nh("icon-key",class extends oh{constructor(){super(Bl)}})
2409
- nh("icon-laptop",class extends oh{constructor(){super(Fl)}})
2410
- nh("icon-layer-group",class extends oh{constructor(){super(Dl)}})
2411
- nh("icon-lightning-bolt",class extends oh{constructor(){super(Nl)}})
2412
- nh("icon-link",class extends oh{constructor(){super(jl)}})
2413
- nh("icon-link-cancel",class extends oh{constructor(){super(ql)}})
2414
- nh("icon-list",class extends oh{constructor(){super(Ul)}})
2415
- nh("icon-list-tree",class extends oh{constructor(){super(Kl)}})
2416
- nh("icon-list-tree-database",class extends oh{constructor(){super(Wl)}})
2417
- nh("icon-lock",class extends oh{constructor(){super(Xl)}})
2418
- nh("icon-magnifying-glass",class extends oh{constructor(){super(Yl)}})
2419
- nh("icon-markdown",class extends oh{constructor(){super(Gl)}})
2420
- nh("icon-minus",class extends oh{constructor(){super(Ql)}})
2421
- nh("icon-minus-wide",class extends oh{constructor(){super(Jl)}})
2422
- nh("icon-mobile",class extends oh{constructor(){super(Zl)}})
2423
- nh("icon-notebook",class extends oh{constructor(){super(tc)}})
2424
- nh("icon-paste",class extends oh{constructor(){super(ec)}})
2425
- nh("icon-pencil",class extends oh{constructor(){super(sc)}})
2426
- nh("icon-pot-with-lid",class extends oh{constructor(){super(ic)}})
2427
- nh("icon-question",class extends oh{constructor(){super(oc)}})
2428
- nh("icon-running-arrow",class extends oh{constructor(){super(nc)}})
2429
- nh("icon-server",class extends oh{constructor(){super(ac)}})
2430
- nh("icon-share-square",class extends oh{constructor(){super(rc)}})
2431
- nh("icon-shield-check",class extends oh{constructor(){super(lc)}})
2432
- nh("icon-shield-xmark",class extends oh{constructor(){super(cc)}})
2433
- nh("icon-signal-bars",class extends oh{constructor(){super(hc)}})
2434
- nh("icon-sine-graph",class extends oh{constructor(){super(dc)}})
2435
- nh("icon-skip-arrow",class extends oh{constructor(){super(uc)}})
2436
- nh("icon-spinner",class extends oh{constructor(){super(pc)}})
2437
- nh("icon-square-check",class extends oh{constructor(){super(vc)}})
2438
- nh("icon-square-t",class extends oh{constructor(){super(gc)}})
2439
- nh("icon-t",class extends oh{constructor(){super(mc)}})
2440
- nh("icon-tablet",class extends oh{constructor(){super(fc)}})
2441
- nh("icon-tag",class extends oh{constructor(){super(bc)}})
2442
- nh("icon-tags",class extends oh{constructor(){super(wc)}})
2443
- nh("icon-target-crosshairs",class extends oh{constructor(){super(xc)}})
2444
- nh("icon-target-crosshairs-progress",class extends oh{constructor(){super(yc)}})
2445
- nh("icon-three-dots-line",class extends oh{constructor(){super($c)}})
2446
- nh("icon-thumbtack",class extends oh{constructor(){super(Cc)}})
2447
- nh("icon-tile-size",class extends oh{constructor(){super(kc)}})
2448
- nh("icon-times",class extends oh{constructor(){super(_c)}})
2449
- nh("icon-trash",class extends oh{constructor(){super(zc)}})
2450
- nh("icon-triangle",class extends oh{constructor(){super(Ic)}})
2451
- nh("icon-true-false-rectangle",class extends oh{constructor(){super(Oc)}})
2452
- nh("icon-unlink",class extends oh{constructor(){super(Sc)}})
2453
- nh("icon-unlock",class extends oh{constructor(){super(Ac)}})
2454
- nh("icon-upload",class extends oh{constructor(){super(Ec)}})
2455
- nh("icon-user",class extends oh{constructor(){super(Hc)}})
2456
- nh("icon-watch",class extends oh{constructor(){super(Mc)}})
2457
- nh("icon-waveform",class extends oh{constructor(){super(Vc)}})
2458
- nh("icon-webvi-custom",class extends oh{constructor(){super(Lc)}})
2459
- nh("icon-webvi-host",class extends oh{constructor(){super(Tc)}})
2460
- nh("icon-window-code",class extends oh{constructor(){super(Rc)}})
2461
- nh("icon-window-text",class extends oh{constructor(){super(Pc)}})
2462
- nh("icon-wrench-hammer",class extends oh{constructor(){super(Bc)}})
2463
- nh("icon-xmark",class extends oh{constructor(){super(Fc)}})
2464
- nh("icon-xmark-check",class extends oh{constructor(){super(Dc)}})
2465
- const hd=mt`
2466
- ${Di("flex")}
2349
+ `,styles:zd})
2350
+ js.getOrCreate().withPrefix("nimble").register(Vd())
2351
+ Ah("icon-add",class extends Sh{constructor(){super(Ma)}})
2352
+ Ah("icon-arrow-down-right-and-arrow-up-left",class extends Sh{constructor(){super(Va)}})
2353
+ Ah("icon-arrow-expander-left",class extends Sh{constructor(){super(Ta)}})
2354
+ Ah("icon-arrow-expander-right",class extends Sh{constructor(){super(Pa)}})
2355
+ Ah("icon-arrow-expander-up",class extends Sh{constructor(){super(Ra)}})
2356
+ Ah("icon-arrow-left-from-line",class extends Sh{constructor(){super(Da)}})
2357
+ Ah("icon-arrow-partial-rotate-left",class extends Sh{constructor(){super(Fa)}})
2358
+ Ah("icon-arrow-right-to-line",class extends Sh{constructor(){super(Ba)}})
2359
+ Ah("icon-arrow-rotate-right",class extends Sh{constructor(){super(Na)}})
2360
+ Ah("icon-arrow-u-rotate-left",class extends Sh{constructor(){super(ja)}})
2361
+ Ah("icon-arrow-up-left-and-arrow-down-right",class extends Sh{constructor(){super(qa)}})
2362
+ Ah("icon-arrows-maximize",class extends Sh{constructor(){super(Ua)}})
2363
+ Ah("icon-arrows-repeat",class extends Sh{constructor(){super(Ka)}})
2364
+ Ah("icon-bars",class extends Sh{constructor(){super(Wa)}})
2365
+ Ah("icon-bell",class extends Sh{constructor(){super(Xa)}})
2366
+ Ah("icon-bell-and-comment",class extends Sh{constructor(){super(Ya)}})
2367
+ Ah("icon-bell-circle",class extends Sh{constructor(){super(Ga)}})
2368
+ Ah("icon-bell-solid-circle",class extends Sh{constructor(){super(Qa)}})
2369
+ Ah("icon-block-with-ribbon",class extends Sh{constructor(){super(Ja)}})
2370
+ Ah("icon-calendar",class extends Sh{constructor(){super(Za)}})
2371
+ Ah("icon-chart-diagram",class extends Sh{constructor(){super(tl)}})
2372
+ Ah("icon-chart-diagram-child-focus",class extends Sh{constructor(){super(el)}})
2373
+ Ah("icon-chart-diagram-parent-focus",class extends Sh{constructor(){super(sl)}})
2374
+ Ah("icon-chart-diagram-parent-focus-two-child",class extends Sh{constructor(){super(il)}})
2375
+ Ah("icon-check",class extends Sh{constructor(){super(ol)}})
2376
+ Ah("icon-check-dot",class extends Sh{constructor(){super(nl)}})
2377
+ Ah("icon-circle",class extends Sh{constructor(){super(rl)}})
2378
+ Ah("icon-circle-broken",class extends Sh{constructor(){super(al)}})
2379
+ Ah("icon-circle-check",class extends Sh{constructor(){super(ll)}})
2380
+ Ah("icon-circle-partial-broken",class extends Sh{constructor(){super(cl)}})
2381
+ Ah("icon-circle-slash",class extends Sh{constructor(){super(hl)}})
2382
+ Ah("icon-circle-x",class extends Sh{constructor(){super(dl)}})
2383
+ Ah("icon-clipboard",class extends Sh{constructor(){super(ul)}})
2384
+ Ah("icon-clock",class extends Sh{constructor(){super(pl)}})
2385
+ Ah("icon-clock-cog",class extends Sh{constructor(){super(vl)}})
2386
+ Ah("icon-clock-triangle",class extends Sh{constructor(){super(gl)}})
2387
+ Ah("icon-clone",class extends Sh{constructor(){super(ml)}})
2388
+ Ah("icon-cloud-upload",class extends Sh{constructor(){super(fl)}})
2389
+ Ah("icon-cloud-with-arrow",class extends Sh{constructor(){super(bl)}})
2390
+ Ah("icon-cog",class extends Sh{constructor(){super(wl)}})
2391
+ Ah("icon-cog-database",class extends Sh{constructor(){super(xl)}})
2392
+ Ah("icon-cog-database-inset",class extends Sh{constructor(){super(yl)}})
2393
+ Ah("icon-cog-small-cog",class extends Sh{constructor(){super($l)}})
2394
+ Ah("icon-cog-zoomed",class extends Sh{constructor(){super(Cl)}})
2395
+ Ah("icon-comment",class extends Sh{constructor(){super(kl)}})
2396
+ Ah("icon-computer-and-monitor",class extends Sh{constructor(){super(_l)}})
2397
+ Ah("icon-copy",class extends Sh{constructor(){super(zl)}})
2398
+ Ah("icon-copy-text",class extends Sh{constructor(){super(Il)}})
2399
+ Ah("icon-dashboard-builder",class extends Sh{constructor(){super(Ol)}})
2400
+ Ah("icon-dashboard-builder-legend",class extends Sh{constructor(){super(Sl)}})
2401
+ Ah("icon-dashboard-builder-templates",class extends Sh{constructor(){super(Al)}})
2402
+ Ah("icon-dashboard-builder-tile",class extends Sh{constructor(){super(El)}})
2403
+ Ah("icon-database",class extends Sh{constructor(){super(Hl)}})
2404
+ Ah("icon-database-check",class extends Sh{constructor(){super(Ml)}})
2405
+ Ah("icon-desktop",class extends Sh{constructor(){super(Vl)}})
2406
+ Ah("icon-donut-chart",class extends Sh{constructor(){super(Ll)}})
2407
+ Ah("icon-dot-solid-dot-stroke",class extends Sh{constructor(){super(Tl)}})
2408
+ Ah("icon-download",class extends Sh{constructor(){super(Pl)}})
2409
+ Ah("icon-electronic-chip-zoomed",class extends Sh{constructor(){super(Rl)}})
2410
+ Ah("icon-eye",class extends Sh{constructor(){super(Fl)}})
2411
+ Ah("icon-fancy-a",class extends Sh{constructor(){super(Bl)}})
2412
+ Ah("icon-file",class extends Sh{constructor(){super(Nl)}})
2413
+ Ah("icon-file-drawer",class extends Sh{constructor(){super(jl)}})
2414
+ Ah("icon-file-search",class extends Sh{constructor(){super(ql)}})
2415
+ Ah("icon-filter",class extends Sh{constructor(){super(Ul)}})
2416
+ Ah("icon-floppy-disk-checkmark",class extends Sh{constructor(){super(Kl)}})
2417
+ Ah("icon-floppy-disk-star-arrow-right",class extends Sh{constructor(){super(Wl)}})
2418
+ Ah("icon-floppy-disk-three-dots",class extends Sh{constructor(){super(Xl)}})
2419
+ Ah("icon-folder",class extends Sh{constructor(){super(Yl)}})
2420
+ Ah("icon-folder-open",class extends Sh{constructor(){super(Gl)}})
2421
+ Ah("icon-forward-slash",class extends Sh{constructor(){super(Ql)}})
2422
+ Ah("icon-four-dots-square",class extends Sh{constructor(){super(Jl)}})
2423
+ Ah("icon-function",class extends Sh{constructor(){super(Zl)}})
2424
+ Ah("icon-gauge-simple",class extends Sh{constructor(){super(tc)}})
2425
+ Ah("icon-grid-three-by-three",class extends Sh{constructor(){super(ec)}})
2426
+ Ah("icon-grid-two-by-two",class extends Sh{constructor(){super(sc)}})
2427
+ Ah("icon-hammer",class extends Sh{constructor(){super(ic)}})
2428
+ Ah("icon-hashtag",class extends Sh{constructor(){super(oc)}})
2429
+ Ah("icon-home",class extends Sh{constructor(){super(nc)}})
2430
+ Ah("icon-hourglass",class extends Sh{constructor(){super(rc)}})
2431
+ Ah("icon-indeterminant-checkbox",class extends Sh{constructor(){super(ac)}})
2432
+ Ah("icon-info",class extends Sh{constructor(){super(lc)}})
2433
+ Ah("icon-info-circle",class extends Sh{constructor(){super(cc)}})
2434
+ Ah("icon-key",class extends Sh{constructor(){super(hc)}})
2435
+ Ah("icon-laptop",class extends Sh{constructor(){super(dc)}})
2436
+ Ah("icon-layer-group",class extends Sh{constructor(){super(uc)}})
2437
+ Ah("icon-lightning-bolt",class extends Sh{constructor(){super(pc)}})
2438
+ Ah("icon-link",class extends Sh{constructor(){super(vc)}})
2439
+ Ah("icon-link-cancel",class extends Sh{constructor(){super(gc)}})
2440
+ Ah("icon-list",class extends Sh{constructor(){super(mc)}})
2441
+ Ah("icon-list-tree",class extends Sh{constructor(){super(fc)}})
2442
+ Ah("icon-list-tree-database",class extends Sh{constructor(){super(bc)}})
2443
+ Ah("icon-lock",class extends Sh{constructor(){super(wc)}})
2444
+ Ah("icon-magnifying-glass",class extends Sh{constructor(){super(xc)}})
2445
+ Ah("icon-markdown",class extends Sh{constructor(){super(yc)}})
2446
+ Ah("icon-minus",class extends Sh{constructor(){super($c)}})
2447
+ Ah("icon-minus-wide",class extends Sh{constructor(){super(Cc)}})
2448
+ Ah("icon-mobile",class extends Sh{constructor(){super(kc)}})
2449
+ Ah("icon-notebook",class extends Sh{constructor(){super(_c)}})
2450
+ Ah("icon-paste",class extends Sh{constructor(){super(zc)}})
2451
+ Ah("icon-pencil",class extends Sh{constructor(){super(Ic)}})
2452
+ Ah("icon-pot-with-lid",class extends Sh{constructor(){super(Oc)}})
2453
+ Ah("icon-question",class extends Sh{constructor(){super(Sc)}})
2454
+ Ah("icon-running-arrow",class extends Sh{constructor(){super(Ac)}})
2455
+ Ah("icon-server",class extends Sh{constructor(){super(Ec)}})
2456
+ Ah("icon-share-square",class extends Sh{constructor(){super(Hc)}})
2457
+ Ah("icon-shield-check",class extends Sh{constructor(){super(Mc)}})
2458
+ Ah("icon-shield-xmark",class extends Sh{constructor(){super(Vc)}})
2459
+ Ah("icon-signal-bars",class extends Sh{constructor(){super(Lc)}})
2460
+ Ah("icon-sine-graph",class extends Sh{constructor(){super(Tc)}})
2461
+ Ah("icon-skip-arrow",class extends Sh{constructor(){super(Pc)}})
2462
+ Ah("icon-spinner",class extends Sh{constructor(){super(Rc)}})
2463
+ Ah("icon-square-check",class extends Sh{constructor(){super(Dc)}})
2464
+ Ah("icon-square-t",class extends Sh{constructor(){super(Fc)}})
2465
+ Ah("icon-t",class extends Sh{constructor(){super(Bc)}})
2466
+ Ah("icon-tablet",class extends Sh{constructor(){super(Nc)}})
2467
+ Ah("icon-tag",class extends Sh{constructor(){super(jc)}})
2468
+ Ah("icon-tags",class extends Sh{constructor(){super(qc)}})
2469
+ Ah("icon-target-crosshairs",class extends Sh{constructor(){super(Uc)}})
2470
+ Ah("icon-target-crosshairs-progress",class extends Sh{constructor(){super(Kc)}})
2471
+ Ah("icon-three-dots-line",class extends Sh{constructor(){super(Wc)}})
2472
+ Ah("icon-thumbtack",class extends Sh{constructor(){super(Xc)}})
2473
+ Ah("icon-tile-size",class extends Sh{constructor(){super(Yc)}})
2474
+ Ah("icon-times",class extends Sh{constructor(){super(Gc)}})
2475
+ Ah("icon-trash",class extends Sh{constructor(){super(Qc)}})
2476
+ Ah("icon-triangle",class extends Sh{constructor(){super(Jc)}})
2477
+ Ah("icon-true-false-rectangle",class extends Sh{constructor(){super(Zc)}})
2478
+ Ah("icon-unlink",class extends Sh{constructor(){super(th)}})
2479
+ Ah("icon-unlock",class extends Sh{constructor(){super(eh)}})
2480
+ Ah("icon-upload",class extends Sh{constructor(){super(sh)}})
2481
+ Ah("icon-user",class extends Sh{constructor(){super(ih)}})
2482
+ Ah("icon-watch",class extends Sh{constructor(){super(oh)}})
2483
+ Ah("icon-waveform",class extends Sh{constructor(){super(nh)}})
2484
+ Ah("icon-webvi-custom",class extends Sh{constructor(){super(rh)}})
2485
+ Ah("icon-webvi-host",class extends Sh{constructor(){super(ah)}})
2486
+ Ah("icon-window-code",class extends Sh{constructor(){super(lh)}})
2487
+ Ah("icon-window-text",class extends Sh{constructor(){super(ch)}})
2488
+ Ah("icon-wrench-hammer",class extends Sh{constructor(){super(hh)}})
2489
+ Ah("icon-xmark",class extends Sh{constructor(){super(dh)}})
2490
+ Ah("icon-xmark-check",class extends Sh{constructor(){super(uh)}})
2491
+ const Ld=mt`
2492
+ ${so("flex")}
2467
2493
 
2468
2494
  :host {
2469
- font: ${ra};
2495
+ font: ${kr};
2470
2496
  cursor: pointer;
2471
2497
  justify-content: left;
2472
2498
  }
@@ -2478,15 +2504,15 @@ const hd=mt`
2478
2504
  :host(.selected) {
2479
2505
  box-shadow: none;
2480
2506
  outline: none;
2481
- background-color: ${fn};
2507
+ background-color: ${Mn};
2482
2508
  }
2483
2509
 
2484
2510
  :host(:hover.selected) {
2485
- background-color: ${wn};
2511
+ background-color: ${Ln};
2486
2512
  }
2487
2513
 
2488
2514
  :host(:hover) {
2489
- background-color: ${xn};
2515
+ background-color: ${Tn};
2490
2516
  }
2491
2517
 
2492
2518
  :host(:hover):host([disabled]) {
@@ -2494,20 +2520,20 @@ const hd=mt`
2494
2520
  background-color: transparent;
2495
2521
  }
2496
2522
 
2497
- :host(:${Nc}) {
2498
- box-shadow: 0px 0px 0px 1px ${zn} inset;
2499
- outline: 1px solid ${zn};
2523
+ :host(:${ph}) {
2524
+ box-shadow: 0px 0px 0px 1px ${Nn} inset;
2525
+ outline: 1px solid ${Nn};
2500
2526
  outline-offset: -4px;
2501
2527
  }
2502
2528
 
2503
2529
  :host(:active) {
2504
2530
  box-shadow: none;
2505
2531
  outline: none;
2506
- background-color: ${fn};
2532
+ background-color: ${Mn};
2507
2533
  }
2508
2534
 
2509
2535
  :host([disabled]) {
2510
- color: ${ca};
2536
+ color: ${zr};
2511
2537
  cursor: default;
2512
2538
  }
2513
2539
 
@@ -2516,7 +2542,7 @@ const hd=mt`
2516
2542
  outline: none;
2517
2543
  }
2518
2544
  `
2519
- const dd=class extends as{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:as,template:(t,e)=>X`
2545
+ const Td=class extends rs{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:rs,template:(t,e)=>X`
2520
2546
  <template
2521
2547
  aria-checked="${t=>t.ariaChecked}"
2522
2548
  aria-disabled="${t=>t.ariaDisabled}"
@@ -2532,22 +2558,22 @@ const dd=class extends as{get value(){return super.value}set value(t){super.valu
2532
2558
  </span>
2533
2559
  ${zt(0,e)}
2534
2560
  </template>
2535
- `,styles:hd})
2536
- js.getOrCreate().withPrefix("nimble").register(dd())
2537
- const ud=mt`
2538
- ${Di("grid")}
2561
+ `,styles:Ld})
2562
+ js.getOrCreate().withPrefix("nimble").register(Td())
2563
+ const Pd=mt`
2564
+ ${so("grid")}
2539
2565
 
2540
2566
  :host {
2541
- background: ${mn};
2542
- border: ${Vn} solid ${Sn};
2567
+ background: ${Hn};
2568
+ border: ${Qn} solid ${Un};
2543
2569
  margin: 0;
2544
2570
  padding: 4px;
2545
2571
  min-width: 168px;
2546
2572
  width: max-content;
2547
- box-shadow: 0px 2px 3px ${On};
2573
+ box-shadow: 0px 2px 3px ${qn};
2548
2574
  }
2549
2575
  :host([slot='submenu']) {
2550
- margin: 0 calc(${En} * 2);
2576
+ margin: 0 calc(${Xn} * 2);
2551
2577
  }
2552
2578
  ::slotted(*) {
2553
2579
  padding-left: 8px;
@@ -2556,21 +2582,21 @@ const ud=mt`
2556
2582
  ::slotted(hr) {
2557
2583
  box-sizing: content-box;
2558
2584
  height: 2px;
2559
- margin: ${En};
2585
+ margin: ${Xn};
2560
2586
  border: none;
2561
- background: ${yn};
2587
+ background: ${Pn};
2562
2588
  opacity: 0.1;
2563
2589
  }
2564
2590
  ::slotted(header) {
2565
2591
  display: flex;
2566
- font: ${ga};
2567
- color: ${ma};
2568
- text-transform: ${Wa};
2569
- padding-top: ${En};
2570
- padding-bottom: ${En};
2592
+ font: ${Hr};
2593
+ color: ${Mr};
2594
+ text-transform: ${ba};
2595
+ padding-top: ${Xn};
2596
+ padding-bottom: ${Xn};
2571
2597
  }
2572
2598
  `
2573
- const pd=class extends ci{}.compose({baseName:"menu",baseClass:ci,template:(t,e)=>X`
2599
+ const Rd=class extends ci{}.compose({baseName:"menu",baseClass:ci,template:(t,e)=>X`
2574
2600
  <template
2575
2601
  slot="${t=>t.slot?t.slot:t.isNestedMenu()?"submenu":void 0}"
2576
2602
  role="menu"
@@ -2579,13 +2605,13 @@ const pd=class extends ci{}.compose({baseName:"menu",baseClass:ci,template:(t,e)
2579
2605
  >
2580
2606
  <slot ${Ct("items")}></slot>
2581
2607
  </template>
2582
- `,styles:ud})
2583
- js.getOrCreate().withPrefix("nimble").register(pd())
2584
- const vd=mt`
2585
- ${Di("inline-block")}
2608
+ `,styles:Pd})
2609
+ js.getOrCreate().withPrefix("nimble").register(Rd())
2610
+ const Dd=mt`
2611
+ ${so("inline-block")}
2586
2612
 
2587
2613
  :host {
2588
- height: ${An};
2614
+ height: ${Wn};
2589
2615
  }
2590
2616
 
2591
2617
  [part='button'] {
@@ -2594,37 +2620,37 @@ const vd=mt`
2594
2620
  }
2595
2621
 
2596
2622
  slot[name='menu']::slotted(*) {
2597
- margin-top: ${En};
2598
- margin-bottom: ${En};
2623
+ margin-top: ${Xn};
2624
+ margin-bottom: ${Xn};
2599
2625
  }
2600
- `,gd=mt`
2601
- ${Yc}
2626
+ `,Fd=mt`
2627
+ ${xh}
2602
2628
 
2603
2629
  .control[aria-pressed='true'] {
2604
- background-color: ${fn};
2605
- border-color: ${fn};
2630
+ background-color: ${Mn};
2631
+ border-color: ${Mn};
2606
2632
  }
2607
2633
 
2608
2634
  .control[aria-pressed='true']:hover {
2609
- background-color: ${fn};
2635
+ background-color: ${Mn};
2610
2636
  }
2611
2637
 
2612
- .control[aria-pressed='true']${Nc} {
2613
- background-color: ${fn};
2638
+ .control[aria-pressed='true']${ph} {
2639
+ background-color: ${Mn};
2614
2640
  }
2615
2641
 
2616
2642
  .control[aria-pressed='true'][disabled] {
2617
- background-color: ${fn};
2618
- border-color: ${fn};
2643
+ background-color: ${Mn};
2644
+ border-color: ${Mn};
2619
2645
  }
2620
2646
 
2621
2647
  .control[aria-pressed='true'][disabled]:hover {
2622
- background-color: ${fn};
2623
- border-color: ${fn};
2648
+ background-color: ${Mn};
2649
+ border-color: ${Mn};
2624
2650
  }
2625
2651
  `
2626
- class md extends _i{constructor(){super(...arguments),this.appearance=Kc,this.contentHidden=!1}}rn([ot],md.prototype,"appearance",void 0),rn([ot({attribute:"content-hidden",mode:"boolean"})],md.prototype,"contentHidden",void 0),ve(md,_t,es)
2627
- const fd=md.compose({baseName:"toggle-button",template:(t,e)=>X`
2652
+ class Bd extends _i{constructor(){super(...arguments),this.appearance=fh,this.contentHidden=!1}}Cn([ot],Bd.prototype,"appearance",void 0),Cn([ot({attribute:"content-hidden",mode:"boolean"})],Bd.prototype,"contentHidden",void 0),ve(Bd,_t,es)
2653
+ const Nd=Bd.compose({baseName:"toggle-button",template:(t,e)=>X`
2628
2654
  <div
2629
2655
  role="button"
2630
2656
  part="control"
@@ -2665,22 +2691,22 @@ const fd=md.compose({baseName:"toggle-button",template:(t,e)=>X`
2665
2691
  </span>
2666
2692
  ${zt(0,e)}
2667
2693
  </div>
2668
- `,styles:gd,shadowOptions:{delegatesFocus:!0}})
2669
- js.getOrCreate().withPrefix("nimble").register(fd())
2670
- const bd="auto"
2671
- class wd extends de{constructor(){super(...arguments),this.appearance=Kc,this.disabled=!1,this.contentHidden=!1,this.open=!1,this.position=bd,this.focusLastItemWhenOpened=!1,this.menuChangeHandler=()=>{this.open=!1,this.toggleButton.focus()}}disconnectedCallback(){super.disconnectedCallback(),this.region&&this.region.removeEventListener(we,this.menuChangeHandler)}toggleButtonChanged(t,e){this.region&&this.toggleButton&&(this.region.anchorElement=this.toggleButton)}regionChanged(t,e){t&&t.removeEventListener(we,this.menuChangeHandler),this.region&&(this.toggleButton&&(this.region.anchorElement=this.toggleButton),this.region.addEventListener(we,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
2694
+ `,styles:Fd,shadowOptions:{delegatesFocus:!0}})
2695
+ js.getOrCreate().withPrefix("nimble").register(Nd())
2696
+ const jd="auto"
2697
+ class qd extends de{constructor(){super(...arguments),this.appearance=fh,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(we,this.menuChangeHandler)}toggleButtonChanged(t,e){this.region&&this.toggleButton&&(this.region.anchorElement=this.toggleButton)}regionChanged(t,e){t&&t.removeEventListener(we,this.menuChangeHandler),this.region&&(this.toggleButton&&(this.region.anchorElement=this.toggleButton),this.region.addEventListener(we,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
2672
2698
  const e=t.relatedTarget
2673
2699
  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 ze:return this.focusLastItemWhenOpened=!0,this.open=!0,!1
2674
2700
  case Ce:return this.open=!0,!1
2675
2701
  default:return!0}}menuKeyDownHandler(t){switch(t.key){case Oe:return this.open=!1,this.toggleButton.focus(),!1
2676
2702
  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]")
2677
- if(t?.length){t[t.length-1].focus()}}}rn([ot],wd.prototype,"appearance",void 0),rn([ot({mode:"boolean"})],wd.prototype,"disabled",void 0),rn([ot({attribute:"content-hidden",mode:"boolean"})],wd.prototype,"contentHidden",void 0),rn([ot({mode:"boolean"})],wd.prototype,"open",void 0),rn([ot({attribute:"position"})],wd.prototype,"position",void 0),rn([b],wd.prototype,"toggleButton",void 0),rn([b],wd.prototype,"region",void 0),rn([b],wd.prototype,"slottedMenus",void 0)
2678
- const xd=wd.compose({baseName:"menu-button",template:t=>X`
2703
+ if(t?.length){t[t.length-1].focus()}}}Cn([ot],qd.prototype,"appearance",void 0),Cn([ot({mode:"boolean"})],qd.prototype,"disabled",void 0),Cn([ot({attribute:"content-hidden",mode:"boolean"})],qd.prototype,"contentHidden",void 0),Cn([ot({mode:"boolean"})],qd.prototype,"open",void 0),Cn([ot({attribute:"position"})],qd.prototype,"position",void 0),Cn([b],qd.prototype,"toggleButton",void 0),Cn([b],qd.prototype,"region",void 0),Cn([b],qd.prototype,"slottedMenus",void 0)
2704
+ const Ud=qd.compose({baseName:"menu-button",template:t=>X`
2679
2705
  <template
2680
2706
  ?open="${t=>t.open}"
2681
2707
  @focusout="${(t,e)=>t.focusoutHandler(e.event)}"
2682
2708
  >
2683
- <${t.tagFor(md)}
2709
+ <${t.tagFor(Bd)}
2684
2710
  part="button"
2685
2711
  appearance="${t=>t.appearance}"
2686
2712
  ?content-hidden="${t=>t.contentHidden}"
@@ -2697,9 +2723,9 @@ const xd=wd.compose({baseName:"menu-button",template:t=>X`
2697
2723
  <slot slot="start" name="start"></slot>
2698
2724
  <slot></slot>
2699
2725
  <slot slot="end" name="end"></slot>
2700
- </${t.tagFor(md)}>
2726
+ </${t.tagFor(Bd)}>
2701
2727
  ${wt((t=>t.open),X`
2702
- <${t.tagFor(qi)}
2728
+ <${t.tagFor(no)}
2703
2729
  fixed-placement="true"
2704
2730
  auto-update-mode="auto"
2705
2731
  horizontal-inset="true"
@@ -2713,19 +2739,19 @@ const xd=wd.compose({baseName:"menu-button",template:t=>X`
2713
2739
  <span part="menu">
2714
2740
  <slot name="menu" ${Ct({property:"slottedMenus",filter:xt("[role=menu]")})}></slot>
2715
2741
  </span>
2716
- </${t.tagFor(qi)}>
2742
+ </${t.tagFor(no)}>
2717
2743
  `)}
2718
2744
  </template>
2719
- `,styles:vd,shadowOptions:{delegatesFocus:!0}})
2720
- js.getOrCreate().withPrefix("nimble").register(xd())
2721
- const yd=mt`
2722
- ${Di("grid")}
2745
+ `,styles:Dd,shadowOptions:{delegatesFocus:!0}})
2746
+ js.getOrCreate().withPrefix("nimble").register(Ud())
2747
+ const Kd=mt`
2748
+ ${so("grid")}
2723
2749
 
2724
2750
  :host {
2725
2751
  contain: layout;
2726
2752
  overflow: visible;
2727
2753
  box-sizing: border-box;
2728
- height: ${An};
2754
+ height: ${Wn};
2729
2755
  grid-template-columns: 1fr;
2730
2756
  column-gap: 8px;
2731
2757
  grid-template-rows: 1fr;
@@ -2735,26 +2761,26 @@ const yd=mt`
2735
2761
  padding-right: 8px;
2736
2762
  margin: 0 0;
2737
2763
  white-space: nowrap;
2738
- color: ${la};
2764
+ color: ${_r};
2739
2765
  fill: currentcolor;
2740
2766
  cursor: pointer;
2741
- font: ${ra};
2767
+ font: ${kr};
2742
2768
  }
2743
- :host(${Nc}) {
2744
- outline: 2px solid ${zn};
2769
+ :host(${ph}) {
2770
+ outline: 2px solid ${Nn};
2745
2771
  outline-offset: -2px;
2746
2772
  }
2747
2773
  :host([expanded]) {
2748
- background: ${xn};
2774
+ background: ${Tn};
2749
2775
  }
2750
2776
  :host(:hover) {
2751
- background: ${xn};
2777
+ background: ${Tn};
2752
2778
  }
2753
2779
  :host(:active:not([expanded])) {
2754
- background: ${fn};
2780
+ background: ${Mn};
2755
2781
  }
2756
2782
  :host([disabled]) {
2757
- color: ${ca};
2783
+ color: ${zr};
2758
2784
  fill: currentcolor;
2759
2785
  cursor: default;
2760
2786
  }
@@ -2762,21 +2788,21 @@ const yd=mt`
2762
2788
  background: transparent;
2763
2789
  }
2764
2790
  :host(.indent-0[aria-haspopup='menu']) {
2765
- grid-template-columns: 1fr ${Ln};
2791
+ grid-template-columns: 1fr ${Jn};
2766
2792
  }
2767
2793
  :host(.indent-1) {
2768
- grid-template-columns: ${Ln} 1fr;
2794
+ grid-template-columns: ${Jn} 1fr;
2769
2795
  }
2770
2796
  :host(.indent-1[aria-haspopup='menu']) {
2771
- grid-template-columns: ${Ln} 1fr ${Ln};
2797
+ grid-template-columns: ${Jn} 1fr ${Jn};
2772
2798
  }
2773
2799
  [part='start'] {
2774
2800
  display: contents;
2775
2801
  }
2776
2802
  slot[name='start']::slotted(*) {
2777
2803
  fill: currentcolor;
2778
- width: ${Ln};
2779
- height: ${Ln};
2804
+ width: ${Jn};
2805
+ height: ${Jn};
2780
2806
  }
2781
2807
  :host(.indent-1) .start {
2782
2808
  grid-column: 1;
@@ -2787,8 +2813,8 @@ const yd=mt`
2787
2813
  .expand-collapse-glyph-container {
2788
2814
  grid-row: 1;
2789
2815
  fill: currentcolor;
2790
- width: ${Ln};
2791
- height: ${Ln};
2816
+ width: ${Jn};
2817
+ height: ${Jn};
2792
2818
  }
2793
2819
  :host(.indent-0) .expand-collapse-glyph-container {
2794
2820
  grid-column: 2;
@@ -2797,7 +2823,7 @@ const yd=mt`
2797
2823
  grid-column: 3;
2798
2824
  }
2799
2825
  `
2800
- const $d=class extends li{}.compose({baseName:"menu-item",baseClass:li,template:(t,e)=>X`
2826
+ const Wd=class extends li{}.compose({baseName:"menu-item",baseClass:li,template:(t,e)=>X`
2801
2827
  <template
2802
2828
  role="${t=>t.role}"
2803
2829
  aria-haspopup="${t=>t.hasSubmenu?"menu":void 0}"
@@ -2819,7 +2845,7 @@ const $d=class extends li{}.compose({baseName:"menu-item",baseClass:li,template:
2819
2845
  </span>
2820
2846
  </div>
2821
2847
  `)}
2822
- ${wt((t=>t.role===ai),X`
2848
+ ${wt((t=>t.role===ri),X`
2823
2849
  <div part="input-container" class="input-container">
2824
2850
  <span part="radio" class="radio">
2825
2851
  <slot name="radio-indicator">
@@ -2864,29 +2890,33 @@ const $d=class extends li{}.compose({baseName:"menu-item",baseClass:li,template:
2864
2890
  </${t.tagFor(je)}>
2865
2891
  `)}
2866
2892
  </template>
2867
- `,styles:yd,expandCollapseGlyph:ur.data})
2868
- js.getOrCreate().withPrefix("nimble").register($d())
2869
- const Cd=mt`
2870
- ${Di("inline-block")}
2893
+ `,styles:Kd,expandCollapseGlyph:Pa.data})
2894
+ js.getOrCreate().withPrefix("nimble").register(Wd())
2895
+ const Xd="underline",Yd="outline",Gd="block",Qd=mt`
2896
+ ${so("inline-block")}
2871
2897
 
2872
2898
  :host {
2873
- font: ${ra};
2899
+ font: ${kr};
2874
2900
  outline: none;
2875
2901
  user-select: none;
2876
- color: ${la};
2877
- height: calc(${Mn} + ${An});
2878
- --ni-private-hover-indicator-width: calc(${Vn} + 1px);
2902
+ color: ${_r};
2903
+ height: calc(${Gn} + ${Wn});
2904
+ --ni-private-hover-indicator-width: calc(${Qn} + 1px);
2879
2905
  }
2880
2906
 
2881
2907
  :host([disabled]) {
2882
- color: ${ca};
2908
+ color: ${zr};
2883
2909
  cursor: default;
2884
2910
  }
2885
2911
 
2886
2912
  .label {
2887
2913
  display: flex;
2888
- color: ${ka};
2889
- font: ${Ca};
2914
+ color: ${Br};
2915
+ font: ${Fr};
2916
+ }
2917
+
2918
+ :host([disabled]) .label {
2919
+ color: ${Nr};
2890
2920
  }
2891
2921
 
2892
2922
  .root {
@@ -2896,17 +2926,16 @@ const Cd=mt`
2896
2926
  flex-direction: row;
2897
2927
  justify-content: center;
2898
2928
  border-radius: 0px;
2899
- border-bottom: ${Vn} solid rgba(${$n}, 0.3);
2900
- gap: calc(${Hn} / 2);
2929
+ border: 0px solid rgba(${Rn}, 0.3);
2930
+ gap: calc(${Yn} / 2);
2901
2931
  }
2902
2932
 
2903
2933
  .root:focus-within {
2904
- border-bottom-color: ${zn};
2934
+ border-bottom-color: ${Nn};
2905
2935
  }
2906
2936
 
2907
- :host([disabled]) .root,
2908
- :host([disabled]) .root:hover {
2909
- border-bottom: ${Vn} solid ${ca};
2937
+ :host([disabled]) .root {
2938
+ border-color: rgba(${Rn}, 0.1);
2910
2939
  }
2911
2940
 
2912
2941
  .root::before {
@@ -2920,13 +2949,12 @@ const Cd=mt`
2920
2949
  .root::after {
2921
2950
  content: '';
2922
2951
  position: absolute;
2923
- left: 0px;
2924
- bottom: calc(-1 * ${Vn});
2952
+ bottom: calc(-1 * ${Qn});
2925
2953
  width: 0px;
2926
2954
  height: 0px;
2927
- border-bottom: ${zn}
2955
+ border-bottom: ${Nn}
2928
2956
  var(--ni-private-hover-indicator-width) solid;
2929
- transition: width ${Xa} ease-in;
2957
+ transition: width ${wa} ease-in;
2930
2958
  }
2931
2959
 
2932
2960
  @media (prefers-reduced-motion) {
@@ -2936,7 +2964,7 @@ const Cd=mt`
2936
2964
  }
2937
2965
 
2938
2966
  :host(.invalid) .root::after {
2939
- border-bottom-color: ${Cn};
2967
+ border-bottom-color: ${Dn};
2940
2968
  }
2941
2969
 
2942
2970
  :host(:hover) .root::after {
@@ -2956,7 +2984,7 @@ const Cd=mt`
2956
2984
  font: inherit;
2957
2985
  background: transparent;
2958
2986
  color: inherit;
2959
- height: calc(${An} - ${Vn});
2987
+ height: ${Wn};
2960
2988
  width: 100%;
2961
2989
  border: none;
2962
2990
  padding: 0px;
@@ -2970,12 +2998,12 @@ const Cd=mt`
2970
2998
  }
2971
2999
 
2972
3000
  .control::selection {
2973
- color: ${ka};
2974
- background: rgba(${bn}, 0.3);
3001
+ color: ${Br};
3002
+ background: rgba(${Vn}, 0.3);
2975
3003
  }
2976
3004
 
2977
3005
  .control::placeholder {
2978
- color: ${ka};
3006
+ color: ${Br};
2979
3007
  }
2980
3008
 
2981
3009
  .control:focus-within::placeholder {
@@ -2983,32 +3011,56 @@ const Cd=mt`
2983
3011
  }
2984
3012
 
2985
3013
  .control[disabled]::placeholder {
2986
- color: ${ca};
3014
+ color: ${zr};
2987
3015
  }
2988
3016
 
2989
3017
  .controls {
2990
3018
  display: flex;
2991
- flex-direction: column;
2992
- }
2993
-
2994
- .step-up,
2995
- .step-down {
2996
- display: inline-flex;
2997
- height: 15px;
2998
- width: 15px;
2999
- cursor: pointer;
3019
+ flex-direction: row-reverse;
3000
3020
  justify-content: center;
3001
3021
  align-items: center;
3002
3022
  }
3003
3023
 
3004
- .step-up svg,
3005
- .step-down svg {
3006
- height: ${Ln};
3007
- width: ${Ln};
3008
- fill: ${yn};
3024
+ .step-up-down-button {
3025
+ ${Wn.cssCustomProperty}: 24px;
3009
3026
  }
3010
- `
3011
- const kd=class extends fi{}.compose({baseName:"number-field",baseClass:fi,template:(t,e)=>X`
3027
+ `.withBehaviors(mh(Xd,mt`
3028
+ .root {
3029
+ border-bottom-width: ${Qn};
3030
+ padding-top: ${Qn};
3031
+ padding-left: ${Qn};
3032
+ padding-right: ${Qn};
3033
+ }
3034
+
3035
+ .control {
3036
+ height: calc(${Wn} - 2 * ${Qn});
3037
+ }
3038
+ `),mh(Gd,mt`
3039
+ .root {
3040
+ background-color: rgba(${Rn}, 0.1);
3041
+ padding-left: ${Qn};
3042
+ padding-right: ${Qn};
3043
+ }
3044
+
3045
+ .root:focus-within,
3046
+ :host(.invalid) .root {
3047
+ border-bottom-width: ${Qn};
3048
+ }
3049
+
3050
+ :host([disabled]) .root {
3051
+ background-color: rgba(${Rn}, 0.07);
3052
+ }
3053
+ `),mh(Yd,mt`
3054
+ .root {
3055
+ border-width: ${Qn};
3056
+ }
3057
+
3058
+ .control {
3059
+ height: calc(${Wn} - 2 * ${Qn});
3060
+ }
3061
+ `))
3062
+ class Jd extends fi{constructor(){super(...arguments),this.appearance=Xd}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}Cn([ot],Jd.prototype,"appearance",void 0)
3063
+ const Zd=Jd.compose({baseName:"number-field",baseClass:fi,template:(t,e)=>X`
3012
3064
  <template class="${t=>t.readOnly?"readonly":""}">
3013
3065
  <label
3014
3066
  part="label"
@@ -3083,12 +3135,32 @@ const kd=class extends fi{}.compose({baseName:"number-field",baseClass:fi,templa
3083
3135
  ${zt(0,e)}
3084
3136
  </div>
3085
3137
  </template>
3086
- `,styles:Cd,shadowOptions:{delegatesFocus:!0},stepDownGlyph:hr.data,stepUpGlyph:pr.data})
3087
- js.getOrCreate().withPrefix("nimble").register(kd())
3088
- const _d=mt`
3089
- ${ah}
3138
+ `,styles:Qd,shadowOptions:{delegatesFocus:!0},stepDownGlyph:X`
3139
+ <nimble-button
3140
+ class="step-up-down-button"
3141
+ appearance="ghost"
3142
+ content-hidden
3143
+ tabindex="-1"
3144
+ >
3145
+ "Decrement"
3146
+ <nimble-icon-minus-wide slot="start"></nimble-icon-minus-wide>
3147
+ </nimble-button>
3148
+ `,stepUpGlyph:X`
3149
+ <nimble-button
3150
+ class="step-up-down-button"
3151
+ appearance="ghost"
3152
+ content-hidden
3153
+ tabindex="-1"
3154
+ >
3155
+ "Increment"
3156
+ <nimble-icon-add slot="start"></nimble-icon-add>
3157
+ </nimble-button>
3158
+ `})
3159
+ js.getOrCreate().withPrefix("nimble").register(Zd())
3160
+ const tu=mt`
3161
+ ${Eh}
3090
3162
  `
3091
- const zd=class extends yi{setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(t,e){const s=this.value
3163
+ const eu=class extends yi{setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(t,e){const s=this.value
3092
3164
  super.slottedOptionsChanged(t,e),s&&(this.value=s)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}.compose({baseName:"select",baseClass:yi,template:(t,e)=>X`
3093
3165
  <template
3094
3166
  class="${t=>[t.collapsible&&"collapsible",t.collapsible&&t.open&&"open",t.disabled&&"disabled",t.collapsible&&t.position].filter(Boolean).join(" ")}"
@@ -3142,36 +3214,36 @@ super.slottedOptionsChanged(t,e),s&&(this.value=s)}maxHeightChanged(){this.updat
3142
3214
  ></slot>
3143
3215
  </div>
3144
3216
  </template>
3145
- `,styles:_d,indicator:hr.data})
3146
- js.getOrCreate().withPrefix("nimble").register(zd())
3147
- const Id=mt`
3148
- ${Di("inline-flex")}
3217
+ `,styles:tu,indicator:La.data})
3218
+ js.getOrCreate().withPrefix("nimble").register(eu())
3219
+ const su=mt`
3220
+ ${so("inline-flex")}
3149
3221
 
3150
3222
  :host {
3151
3223
  outline: none;
3152
- font: ${Ea};
3153
- color: ${Ha};
3224
+ font: ${Xr};
3225
+ color: ${Yr};
3154
3226
  flex-direction: column;
3155
3227
  cursor: pointer;
3156
3228
  --ni-private-switch-height: 24px;
3157
3229
  --ni-private-switch-indicator-size: 16px;
3158
3230
  padding-bottom: calc(
3159
- ${An} - var(--ni-private-switch-height)
3231
+ ${Wn} - var(--ni-private-switch-height)
3160
3232
  );
3161
3233
  }
3162
3234
 
3163
3235
  :host([disabled]) {
3164
3236
  cursor: default;
3165
- color: ${Ma};
3237
+ color: ${Gr};
3166
3238
  }
3167
3239
 
3168
3240
  .label {
3169
- color: ${ka};
3170
- font: ${Ca};
3241
+ color: ${Br};
3242
+ font: ${Fr};
3171
3243
  }
3172
3244
 
3173
3245
  :host([disabled]) .label {
3174
- color: ${_a};
3246
+ color: ${Nr};
3175
3247
  }
3176
3248
 
3177
3249
  .label__hidden {
@@ -3193,28 +3265,28 @@ const Id=mt`
3193
3265
  height: var(--ni-private-switch-height);
3194
3266
  width: calc(var(--ni-private-switch-height) * 2);
3195
3267
  box-sizing: border-box;
3196
- background-color: ${xn};
3268
+ background-color: ${Tn};
3197
3269
  border-radius: calc(var(--ni-private-switch-height) / 2);
3198
3270
  align-items: center;
3199
- border: calc(${Vn} * 2) solid transparent;
3271
+ border: calc(${Qn} * 2) solid transparent;
3200
3272
  }
3201
3273
 
3202
3274
  :host([disabled]) .switch {
3203
3275
  background-color: var(--ni-private-switch-background-disabled-color);
3204
3276
  }
3205
3277
 
3206
- :host(${Nc}) .switch {
3207
- border-color: ${zn};
3278
+ :host(${ph}) .switch {
3279
+ border-color: ${Nn};
3208
3280
  }
3209
3281
 
3210
3282
  .checked-indicator-spacer {
3211
3283
  flex-grow: 0;
3212
- transition: flex-grow ${Xa} ease-in-out;
3284
+ transition: flex-grow ${wa} ease-in-out;
3213
3285
  }
3214
3286
 
3215
3287
  :host([aria-checked='true']) .checked-indicator-spacer {
3216
3288
  flex-grow: 1;
3217
- transition: flex-grow ${Xa} ease-in-out;
3289
+ transition: flex-grow ${wa} ease-in-out;
3218
3290
  }
3219
3291
 
3220
3292
  .checked-indicator {
@@ -3232,24 +3304,24 @@ const Id=mt`
3232
3304
  var(--ni-private-switch-indicator-size)
3233
3305
  ) / 2
3234
3306
  );
3235
- border: ${Vn} solid
3307
+ border: ${Qn} solid
3236
3308
  var(--ni-private-switch-indicator-border-color);
3237
3309
  }
3238
3310
 
3239
3311
  :host(:hover) .checked-indicator {
3240
- border: calc(${Vn} * 2) solid ${zn};
3312
+ border: calc(${Qn} * 2) solid ${Nn};
3241
3313
  }
3242
3314
 
3243
3315
  :host([disabled]) .checked-indicator {
3244
3316
  background-color: var(
3245
3317
  --ni-private-switch-indicator-background-disabled-color
3246
3318
  );
3247
- border: ${Vn} solid
3319
+ border: ${Qn} solid
3248
3320
  var(--ni-private-switch-indicator-border-disabled-color);
3249
3321
  }
3250
3322
 
3251
- :host(${Nc}) .checked-indicator {
3252
- border: ${Vn} solid ${zn};
3323
+ :host(${ph}) .checked-indicator {
3324
+ border: ${Qn} solid ${Nn};
3253
3325
  }
3254
3326
 
3255
3327
  .checked-indicator-inner {
@@ -3258,7 +3330,7 @@ const Id=mt`
3258
3330
  border-radius: calc(var(--ni-private-switch-indicator-size) / 4);
3259
3331
  background-color: var(--ni-private-switch-indicator-border-color);
3260
3332
  opacity: 0;
3261
- transition: opacity ${Xa} ease-in-out;
3333
+ transition: opacity ${wa} ease-in-out;
3262
3334
  }
3263
3335
 
3264
3336
  :host([disabled]) .checked-indicator-inner {
@@ -3269,7 +3341,7 @@ const Id=mt`
3269
3341
 
3270
3342
  :host([aria-checked='true']) .checked-indicator-inner {
3271
3343
  opacity: 1;
3272
- transition: opacity ${Xa} ease-in-out;
3344
+ transition: opacity ${wa} ease-in-out;
3273
3345
  }
3274
3346
 
3275
3347
  slot[name='checked-message']::slotted(*) {
@@ -3282,34 +3354,34 @@ const Id=mt`
3282
3354
  transition-duration: 0s;
3283
3355
  }
3284
3356
  }
3285
- `.withBehaviors(nr(mt`
3357
+ `.withBehaviors(Aa(mt`
3286
3358
  ${""}
3287
3359
  :host {
3288
- --ni-private-switch-background-disabled-color: ${vn(to,.07)};
3289
- --ni-private-switch-indicator-background-color: ${Ji};
3290
- --ni-private-switch-indicator-background-disabled-color: ${vn(Ji,.1)};
3291
- --ni-private-switch-indicator-border-color: ${to};
3292
- --ni-private-switch-indicator-border-disabled-color: ${vn(to,.3)};
3360
+ --ni-private-switch-background-disabled-color: ${An(mo,.07)};
3361
+ --ni-private-switch-indicator-background-color: ${vo};
3362
+ --ni-private-switch-indicator-background-disabled-color: ${An(vo,.1)};
3363
+ --ni-private-switch-indicator-border-color: ${mo};
3364
+ --ni-private-switch-indicator-border-disabled-color: ${An(mo,.3)};
3293
3365
  }
3294
3366
  `,mt`
3295
3367
  ${""}
3296
3368
  :host {
3297
- --ni-private-switch-background-disabled-color: ${vn(Gi,.07)};
3298
- --ni-private-switch-indicator-background-color: ${vn(to,.3)};
3299
- --ni-private-switch-indicator-background-disabled-color: ${vn(to,.1)};
3300
- --ni-private-switch-indicator-border-color: ${Qi};
3301
- --ni-private-switch-indicator-border-disabled-color: ${vn(Qi,.3)};
3369
+ --ni-private-switch-background-disabled-color: ${An(uo,.07)};
3370
+ --ni-private-switch-indicator-background-color: ${An(mo,.3)};
3371
+ --ni-private-switch-indicator-background-disabled-color: ${An(mo,.1)};
3372
+ --ni-private-switch-indicator-border-color: ${po};
3373
+ --ni-private-switch-indicator-border-disabled-color: ${An(po,.3)};
3302
3374
  }
3303
3375
  `,mt`
3304
3376
  ${""}
3305
3377
  :host {
3306
- --ni-private-switch-background-disabled-color: ${vn(Ji,.07)};
3307
- --ni-private-switch-indicator-background-color: ${vn(Ji,.1)};
3308
- --ni-private-switch-indicator-background-disabled-color: ${vn(Ji,.1)};
3309
- --ni-private-switch-indicator-border-color: ${Ji};
3310
- --ni-private-switch-indicator-border-disabled-color: ${vn(Ji,.3)};
3378
+ --ni-private-switch-background-disabled-color: ${An(vo,.07)};
3379
+ --ni-private-switch-indicator-background-color: ${An(vo,.1)};
3380
+ --ni-private-switch-indicator-background-disabled-color: ${An(vo,.1)};
3381
+ --ni-private-switch-indicator-border-color: ${vo};
3382
+ --ni-private-switch-indicator-border-disabled-color: ${An(vo,.3)};
3311
3383
  }
3312
- `)),Od=X`
3384
+ `)),iu=X`
3313
3385
  <template
3314
3386
  role="switch"
3315
3387
  aria-checked="${t=>t.checked}"
@@ -3344,17 +3416,17 @@ const Id=mt`
3344
3416
  </div>
3345
3417
  </template>
3346
3418
  `
3347
- const Sd=class extends _i{}.compose({baseClass:_i,baseName:"switch",template:Od,styles:Id})
3348
- js.getOrCreate().withPrefix("nimble").register(Sd())
3349
- const Ad=mt`
3350
- ${Di("inline-flex")}
3419
+ const ou=class extends _i{}.compose({baseClass:_i,baseName:"switch",template:iu,styles:su})
3420
+ js.getOrCreate().withPrefix("nimble").register(ou())
3421
+ const nu=mt`
3422
+ ${so("inline-flex")}
3351
3423
 
3352
3424
  :host {
3353
3425
  position: relative;
3354
3426
  box-sizing: border-box;
3355
- font: ${ra};
3356
- height: ${An};
3357
- color: ${la};
3427
+ font: ${kr};
3428
+ height: ${Wn};
3429
+ color: ${_r};
3358
3430
  align-items: center;
3359
3431
  justify-content: center;
3360
3432
  cursor: pointer;
@@ -3364,7 +3436,7 @@ const Ad=mt`
3364
3436
  }
3365
3437
 
3366
3438
  :host(:hover) {
3367
- background-color: ${xn};
3439
+ background-color: ${Tn};
3368
3440
  }
3369
3441
 
3370
3442
  :host(:focus) {
@@ -3372,10 +3444,10 @@ const Ad=mt`
3372
3444
  }
3373
3445
 
3374
3446
  :host(:focus:hover) {
3375
- background-color: ${wn};
3447
+ background-color: ${Ln};
3376
3448
  }
3377
3449
 
3378
- :host(${Nc}) {
3450
+ :host(${ph}) {
3379
3451
  outline: none;
3380
3452
  }
3381
3453
 
@@ -3385,14 +3457,14 @@ const Ad=mt`
3385
3457
 
3386
3458
  :host([disabled]) {
3387
3459
  cursor: default;
3388
- color: ${ca};
3460
+ color: ${zr};
3389
3461
  background: none;
3390
3462
  }
3391
3463
 
3392
3464
  slot {
3393
3465
  display: block;
3394
- padding: calc(${Hn} / 2) ${Hn}
3395
- calc(${Hn} / 2 - ${Vn});
3466
+ padding: calc(${Yn} / 2) ${Yn}
3467
+ calc(${Yn} / 2 - ${Qn});
3396
3468
  }
3397
3469
 
3398
3470
  :host::before {
@@ -3404,9 +3476,9 @@ const Ad=mt`
3404
3476
  );
3405
3477
  width: 0px;
3406
3478
  height: 0px;
3407
- border-bottom: ${zn}
3479
+ border-bottom: ${Nn}
3408
3480
  var(--ni-private-focus-indicator-width) solid;
3409
- transition: width ${Xa} ease-in;
3481
+ transition: width ${wa} ease-in;
3410
3482
  }
3411
3483
 
3412
3484
  @media (prefers-reduced-motion) {
@@ -3415,7 +3487,7 @@ const Ad=mt`
3415
3487
  }
3416
3488
  }
3417
3489
 
3418
- :host(${Nc})::before {
3490
+ :host(${ph})::before {
3419
3491
  width: 100%;
3420
3492
  }
3421
3493
 
@@ -3425,9 +3497,9 @@ const Ad=mt`
3425
3497
  bottom: 0px;
3426
3498
  width: 0px;
3427
3499
  height: 0px;
3428
- border-bottom: ${zn}
3500
+ border-bottom: ${Nn}
3429
3501
  var(--ni-private-active-indicator-width) solid;
3430
- transition: width ${Xa} ease-in;
3502
+ transition: width ${wa} ease-in;
3431
3503
  }
3432
3504
 
3433
3505
  @media (prefers-reduced-motion) {
@@ -3440,30 +3512,30 @@ const Ad=mt`
3440
3512
  width: 100%;
3441
3513
  }
3442
3514
  `
3443
- const Ed=class extends Ii{}.compose({baseName:"tab",baseClass:Ii,template:(t,e)=>X`
3515
+ const ru=class extends Ii{}.compose({baseName:"tab",baseClass:Ii,template:(t,e)=>X`
3444
3516
  <template slot="tab" role="tab" aria-disabled="${t=>t.disabled}">
3445
3517
  <slot></slot>
3446
3518
  </template>
3447
- `,styles:Ad})
3448
- js.getOrCreate().withPrefix("nimble").register(Ed())
3449
- const Hd=mt`
3450
- ${Di("block")}
3519
+ `,styles:nu})
3520
+ js.getOrCreate().withPrefix("nimble").register(ru())
3521
+ const au=mt`
3522
+ ${so("block")}
3451
3523
 
3452
3524
  :host {
3453
3525
  box-sizing: border-box;
3454
- font: ${ra};
3455
- color: ${la};
3456
- padding-top: ${Hn};
3526
+ font: ${kr};
3527
+ color: ${_r};
3528
+ padding-top: ${Yn};
3457
3529
  }
3458
3530
  `
3459
- const Md=class extends zi{}.compose({baseName:"tab-panel",baseClass:zi,template:(t,e)=>X`
3531
+ const lu=class extends zi{}.compose({baseName:"tab-panel",baseClass:zi,template:(t,e)=>X`
3460
3532
  <template slot="tabpanel" role="tabpanel">
3461
3533
  <slot></slot>
3462
3534
  </template>
3463
- `,styles:Hd})
3464
- js.getOrCreate().withPrefix("nimble").register(Md())
3465
- const Vd=mt`
3466
- ${Di("grid")}
3535
+ `,styles:au})
3536
+ js.getOrCreate().withPrefix("nimble").register(lu())
3537
+ const cu=mt`
3538
+ ${so("grid")}
3467
3539
 
3468
3540
  :host {
3469
3541
  box-sizing: border-box;
@@ -3485,7 +3557,7 @@ const Vd=mt`
3485
3557
  grid-column-end: 4;
3486
3558
  }
3487
3559
  `
3488
- const Ld=class extends Si{constructor(){super(),this.activeindicator=!1}}.compose({baseName:"tabs",baseClass:Si,template:(t,e)=>X`
3560
+ const hu=class extends Si{constructor(){super(),this.activeindicator=!1}}.compose({baseName:"tabs",baseClass:Si,template:(t,e)=>X`
3489
3561
  <template class="${t=>t.orientation}">
3490
3562
  ${It(0,e)}
3491
3563
  <div class="tablist" part="tablist" role="tablist">
@@ -3504,58 +3576,58 @@ const Ld=class extends Si{constructor(){super(),this.activeindicator=!1}}.compos
3504
3576
  <slot name="tabpanel" part="tabpanel" ${Ct("tabpanels")}></slot>
3505
3577
  </div>
3506
3578
  </template>
3507
- `,styles:Vd})
3508
- js.getOrCreate().withPrefix("nimble").register(Ld())
3509
- const Td=mt`
3510
- ${Di("flex")}
3579
+ `,styles:cu})
3580
+ js.getOrCreate().withPrefix("nimble").register(hu())
3581
+ const du=mt`
3582
+ ${so("flex")}
3511
3583
 
3512
3584
  :host {
3513
3585
  align-items: center;
3514
- height: ${An};
3586
+ height: ${Wn};
3515
3587
  box-sizing: border-box;
3516
- font: ${ra};
3517
- color: ${la};
3588
+ font: ${kr};
3589
+ color: ${_r};
3518
3590
  }
3519
3591
 
3520
3592
  .separator {
3521
3593
  display: inline-block;
3522
3594
  height: 24px;
3523
- border-left: calc(${Vn} * 2) solid
3524
- rgba(${$n}, 0.3);
3525
- margin: calc(${Hn} / 4) calc(${Hn} / 2);
3595
+ border-left: calc(${Qn} * 2) solid
3596
+ rgba(${Rn}, 0.3);
3597
+ margin: calc(${Yn} / 4) calc(${Yn} / 2);
3526
3598
  }
3527
- `,Rd=X`
3599
+ `,uu=X`
3528
3600
  <template slot="end">
3529
3601
  <div class="separator"></div>
3530
3602
  <slot></slot>
3531
3603
  </template>
3532
3604
  `
3533
- const Pd=class extends de{}.compose({baseName:"tabs-toolbar",template:Rd,styles:Td})
3534
- js.getOrCreate().withPrefix("nimble").register(Pd())
3535
- const Bd="outline",Fd="block",Dd=mt`
3536
- ${Di("inline-flex")}
3605
+ const pu=class extends de{}.compose({baseName:"tabs-toolbar",template:uu,styles:du})
3606
+ js.getOrCreate().withPrefix("nimble").register(pu())
3607
+ const vu="outline",gu="block",mu=mt`
3608
+ ${so("inline-flex")}
3537
3609
 
3538
3610
  :host {
3539
- font: ${ra};
3611
+ font: ${kr};
3540
3612
  outline: none;
3541
3613
  user-select: none;
3542
- color: ${la};
3614
+ color: ${_r};
3543
3615
  flex-direction: column;
3544
3616
  vertical-align: top;
3545
3617
  }
3546
3618
 
3547
3619
  :host([disabled]) {
3548
- color: ${ca};
3620
+ color: ${zr};
3549
3621
  }
3550
3622
 
3551
3623
  .label {
3552
3624
  display: block;
3553
- color: ${ka};
3554
- font: ${Ca};
3625
+ color: ${Br};
3626
+ font: ${Fr};
3555
3627
  }
3556
3628
 
3557
3629
  :host([disabled]) .label {
3558
- color: ${_a};
3630
+ color: ${Nr};
3559
3631
  }
3560
3632
 
3561
3633
  .control {
@@ -3569,9 +3641,9 @@ const Bd="outline",Fd="block",Dd=mt`
3569
3641
  color: inherit;
3570
3642
  border-radius: 0px;
3571
3643
  align-items: flex-end;
3572
- border: ${Vn} solid transparent;
3644
+ border: ${Qn} solid transparent;
3573
3645
  padding: 8px;
3574
- transition: box-shadow ${Xa}, border ${Xa};
3646
+ transition: box-shadow ${wa}, border ${wa};
3575
3647
  resize: none;
3576
3648
  }
3577
3649
 
@@ -3582,12 +3654,12 @@ const Bd="outline",Fd="block",Dd=mt`
3582
3654
  }
3583
3655
 
3584
3656
  .control:hover {
3585
- border-color: ${zn};
3586
- box-shadow: 0px 0px 0px 1px ${zn};
3657
+ border-color: ${Nn};
3658
+ box-shadow: 0px 0px 0px 1px ${Nn};
3587
3659
  }
3588
3660
 
3589
3661
  .control:focus-within {
3590
- border-color: ${zn};
3662
+ border-color: ${Nn};
3591
3663
  }
3592
3664
 
3593
3665
  .control[readonly],
@@ -3595,21 +3667,21 @@ const Bd="outline",Fd="block",Dd=mt`
3595
3667
  .control[readonly]:hover:focus-within,
3596
3668
  .control[disabled],
3597
3669
  .control[disabled]:hover {
3598
- border-color: rgba(${$n}, 0.1);
3670
+ border-color: rgba(${Rn}, 0.1);
3599
3671
  box-shadow: none;
3600
3672
  }
3601
3673
 
3602
3674
  .control::selection {
3603
- color: ${ka};
3604
- background: rgba(${bn}, 0.3);
3675
+ color: ${Br};
3676
+ background: rgba(${Vn}, 0.3);
3605
3677
  }
3606
3678
 
3607
3679
  .control::placeholder {
3608
- color: ${ka};
3680
+ color: ${Br};
3609
3681
  }
3610
3682
 
3611
3683
  .control[disabled]::placeholder {
3612
- color: ${_a};
3684
+ color: ${Nr};
3613
3685
  }
3614
3686
 
3615
3687
  :host([cols]) .control {
@@ -3629,14 +3701,14 @@ const Bd="outline",Fd="block",Dd=mt`
3629
3701
  :host([resize='vertical']) .control {
3630
3702
  resize: vertical;
3631
3703
  }
3632
- `.withBehaviors(Uc(Bd,mt`
3704
+ `.withBehaviors(mh(vu,mt`
3633
3705
  .control {
3634
- border-color: rgba(${$n}, 0.3);
3706
+ border-color: rgba(${Rn}, 0.3);
3635
3707
  background-color: transparent;
3636
3708
  }
3637
- `),Uc(Fd,mt`
3709
+ `),mh(gu,mt`
3638
3710
  .control {
3639
- background-color: rgba(${$n}, 0.1);
3711
+ background-color: rgba(${Rn}, 0.1);
3640
3712
  }
3641
3713
 
3642
3714
  :host([readonly]) .control {
@@ -3645,11 +3717,11 @@ const Bd="outline",Fd="block",Dd=mt`
3645
3717
 
3646
3718
  :host([disabled]) .control {
3647
3719
  border-color: transparent;
3648
- background-color: rgba(${$n}, 0.1);
3720
+ background-color: rgba(${Rn}, 0.1);
3649
3721
  }
3650
3722
  `))
3651
- class Nd extends Mi{constructor(){super(...arguments),this.appearance=Bd}}rn([ot],Nd.prototype,"appearance",void 0)
3652
- const jd=Nd.compose({baseName:"text-area",baseClass:Mi,template:(t,e)=>X`
3723
+ class fu extends Mi{constructor(){super(...arguments),this.appearance=vu}}Cn([ot],fu.prototype,"appearance",void 0)
3724
+ const bu=fu.compose({baseName:"text-area",baseClass:Mi,template:(t,e)=>X`
3653
3725
  <template
3654
3726
  class="
3655
3727
  ${t=>t.readOnly?"readonly":""}
@@ -3704,37 +3776,37 @@ const jd=Nd.compose({baseName:"text-area",baseClass:Mi,template:(t,e)=>X`
3704
3776
  ${bt("control")}
3705
3777
  ></textarea>
3706
3778
  </template>
3707
- `,styles:Dd,shadowOptions:{delegatesFocus:!0}})
3708
- js.getOrCreate().withPrefix("nimble").register(jd())
3709
- const qd="underline",Ud="outline",Kd="block",Wd="frameless",Xd=mt`
3710
- ${Di("inline-block")}
3711
- ${rh}
3779
+ `,styles:mu,shadowOptions:{delegatesFocus:!0}})
3780
+ js.getOrCreate().withPrefix("nimble").register(bu())
3781
+ const wu="underline",xu="outline",yu="block",$u="frameless",Cu=mt`
3782
+ ${so("inline-block")}
3783
+ ${Hh}
3712
3784
 
3713
3785
  :host {
3714
- font: ${ra};
3786
+ font: ${kr};
3715
3787
  outline: none;
3716
3788
  user-select: none;
3717
3789
  --webkit-user-select: none;
3718
- color: ${la};
3719
- height: calc(${Mn} + ${An});
3720
- --ni-private-hover-indicator-width: calc(${Vn} + 1px);
3790
+ color: ${_r};
3791
+ height: calc(${Gn} + ${Wn});
3792
+ --ni-private-hover-indicator-width: calc(${Qn} + 1px);
3721
3793
  --ni-private-height-within-border: calc(
3722
- ${An} - 2 * ${Vn}
3794
+ ${Wn} - 2 * ${Qn}
3723
3795
  );
3724
3796
  }
3725
3797
 
3726
3798
  :host([disabled]) {
3727
- color: ${ca};
3799
+ color: ${zr};
3728
3800
  }
3729
3801
 
3730
3802
  .label {
3731
3803
  display: flex;
3732
- color: ${ka};
3733
- font: ${Ca};
3804
+ color: ${Br};
3805
+ font: ${Fr};
3734
3806
  }
3735
3807
 
3736
3808
  :host([disabled]) .label {
3737
- color: ${_a};
3809
+ color: ${Nr};
3738
3810
  }
3739
3811
 
3740
3812
  .root {
@@ -3746,24 +3818,24 @@ const qd="underline",Ud="outline",Kd="block",Wd="frameless",Xd=mt`
3746
3818
  font: inherit;
3747
3819
  align-items: center;
3748
3820
  justify-content: center;
3749
- border: 0px solid rgba(${$n}, 0.3);
3750
- gap: calc(${Hn} / 2);
3821
+ border: 0px solid rgba(${Rn}, 0.3);
3822
+ gap: calc(${Yn} / 2);
3751
3823
  }
3752
3824
 
3753
3825
  :host([readonly]) .root {
3754
- border-color: rgba(${$n}, 0.1);
3826
+ border-color: rgba(${Rn}, 0.1);
3755
3827
  }
3756
3828
 
3757
3829
  :host([disabled]) .root {
3758
- border-color: rgba(${$n}, 0.1);
3830
+ border-color: rgba(${Rn}, 0.1);
3759
3831
  }
3760
3832
 
3761
3833
  :host(.invalid) .root {
3762
- border-bottom-color: ${Cn};
3834
+ border-bottom-color: ${Dn};
3763
3835
  }
3764
3836
 
3765
3837
  .root:focus-within {
3766
- border-bottom-color: ${zn};
3838
+ border-bottom-color: ${Nn};
3767
3839
  }
3768
3840
 
3769
3841
  :host([appearance='frameless'].clear-inline-padding) .root {
@@ -3809,7 +3881,7 @@ const qd="underline",Ud="outline",Kd="block",Wd="frameless",Xd=mt`
3809
3881
  background: transparent;
3810
3882
  color: inherit;
3811
3883
  padding: 0px;
3812
- height: ${An};
3884
+ height: ${Wn};
3813
3885
  width: 100%;
3814
3886
  margin-top: auto;
3815
3887
  margin-bottom: auto;
@@ -3830,12 +3902,12 @@ const qd="underline",Ud="outline",Kd="block",Wd="frameless",Xd=mt`
3830
3902
  }
3831
3903
 
3832
3904
  .control::selection {
3833
- color: ${ka};
3834
- background: rgba(${bn}, 0.3);
3905
+ color: ${Br};
3906
+ background: rgba(${Vn}, 0.3);
3835
3907
  }
3836
3908
 
3837
3909
  .control::placeholder {
3838
- color: ${ka};
3910
+ color: ${Br};
3839
3911
  }
3840
3912
 
3841
3913
  .control:not([readonly]):focus-within::placeholder {
@@ -3843,7 +3915,7 @@ const qd="underline",Ud="outline",Kd="block",Wd="frameless",Xd=mt`
3843
3915
  }
3844
3916
 
3845
3917
  .control[disabled]::placeholder {
3846
- color: ${ca};
3918
+ color: ${zr};
3847
3919
  }
3848
3920
 
3849
3921
  [part='end'] {
@@ -3853,13 +3925,12 @@ const qd="underline",Ud="outline",Kd="block",Wd="frameless",Xd=mt`
3853
3925
  [part='end']::after {
3854
3926
  content: '';
3855
3927
  position: absolute;
3856
- left: 0px;
3857
- bottom: calc(-1 * ${Vn});
3928
+ bottom: calc(-1 * ${Qn});
3858
3929
  width: 0px;
3859
3930
  height: 0px;
3860
- border-bottom: ${zn}
3931
+ border-bottom: ${Nn}
3861
3932
  var(--ni-private-hover-indicator-width) solid;
3862
- transition: width ${Xa} ease-in;
3933
+ transition: width ${wa} ease-in;
3863
3934
  }
3864
3935
 
3865
3936
  @media (prefers-reduced-motion) {
@@ -3869,7 +3940,7 @@ const qd="underline",Ud="outline",Kd="block",Wd="frameless",Xd=mt`
3869
3940
  }
3870
3941
 
3871
3942
  :host(.invalid) [part='end']::after {
3872
- border-bottom-color: ${Cn};
3943
+ border-bottom-color: ${Dn};
3873
3944
  }
3874
3945
 
3875
3946
  :host(:hover) [part='end']::after {
@@ -3886,65 +3957,65 @@ const qd="underline",Ud="outline",Kd="block",Wd="frameless",Xd=mt`
3886
3957
  }
3887
3958
 
3888
3959
  slot[name='actions']::slotted(*) {
3889
- ${An.cssCustomProperty}: 24px;
3960
+ ${Wn.cssCustomProperty}: 24px;
3890
3961
  }
3891
- `.withBehaviors(Uc(qd,mt`
3962
+ `.withBehaviors(mh(wu,mt`
3892
3963
  .root {
3893
- border-bottom-width: ${Vn};
3964
+ border-bottom-width: ${Qn};
3894
3965
  }
3895
3966
 
3896
3967
  .control {
3897
3968
  height: var(--ni-private-height-within-border);
3898
- padding-top: ${Vn};
3899
- padding-left: ${Vn};
3900
- padding-right: ${Vn};
3969
+ padding-top: ${Qn};
3970
+ padding-left: ${Qn};
3971
+ padding-right: ${Qn};
3901
3972
  }
3902
- `),Uc(Kd,mt`
3973
+ `),mh(yu,mt`
3903
3974
  .root {
3904
- background-color: rgba(${$n}, 0.1);
3975
+ background-color: rgba(${Rn}, 0.1);
3905
3976
  }
3906
3977
 
3907
3978
  .control {
3908
- padding-left: ${Vn};
3909
- padding-right: ${Vn};
3979
+ padding-left: ${Qn};
3980
+ padding-right: ${Qn};
3910
3981
  }
3911
3982
 
3912
3983
  .root:focus-within,
3913
3984
  :host(.invalid) .root {
3914
- border-bottom-width: ${Vn};
3985
+ border-bottom-width: ${Qn};
3915
3986
  }
3916
3987
 
3917
3988
  .root:focus-within .control,
3918
3989
  :host(.invalid) .control {
3919
- height: calc(${An} - ${Vn});
3990
+ height: calc(${Wn} - ${Qn});
3920
3991
  }
3921
3992
 
3922
3993
  :host([readonly]) .root {
3923
- background-color: rgba(${$n}, 0.07);
3994
+ background-color: rgba(${Rn}, 0.07);
3924
3995
  border-color: transparent;
3925
3996
  }
3926
3997
 
3927
3998
  :host([disabled]) .root {
3928
- background-color: rgba(${$n}, 0.07);
3999
+ background-color: rgba(${Rn}, 0.07);
3929
4000
  }
3930
- `),Uc(Ud,mt`
4001
+ `),mh(xu,mt`
3931
4002
  .root {
3932
- border-width: ${Vn};
4003
+ border-width: ${Qn};
3933
4004
  }
3934
4005
 
3935
4006
  .control {
3936
4007
  height: var(--ni-private-height-within-border);
3937
4008
  }
3938
- `),Uc(Wd,mt`
4009
+ `),mh($u,mt`
3939
4010
  .control {
3940
- padding-left: ${Vn};
3941
- padding-right: ${Vn};
4011
+ padding-left: ${Qn};
4012
+ padding-right: ${Qn};
3942
4013
  }
3943
4014
 
3944
4015
  :host([readonly]) .root {
3945
4016
  border-color: transparent;
3946
4017
  }
3947
- `),nr(mt`
4018
+ `),Aa(mt`
3948
4019
  ${""}
3949
4020
  .control::-ms-reveal {
3950
4021
  filter: invert(0%);
@@ -3954,9 +4025,9 @@ const qd="underline",Ud="outline",Kd="block",Wd="frameless",Xd=mt`
3954
4025
  .control::-ms-reveal {
3955
4026
  filter: invert(100%);
3956
4027
  }
3957
- `,uo))
3958
- class Yd extends pi{constructor(){super(...arguments),this.appearance=qd}connectedCallback(){super.connectedCallback(),this.control.setAttribute("aria-errormessage","errortext")}}rn([ot],Yd.prototype,"appearance",void 0),rn([ot({attribute:"error-text"})],Yd.prototype,"errorText",void 0)
3959
- const Gd=Yd.compose({baseName:"text-field",baseClass:pi,template:(t,e)=>X`
4028
+ `,Io))
4029
+ class ku extends pi{constructor(){super(...arguments),this.appearance=wu}connectedCallback(){super.connectedCallback(),this.control.setAttribute("aria-errormessage","errortext")}}Cn([ot],ku.prototype,"appearance",void 0),Cn([ot({attribute:"error-text"})],ku.prototype,"errorText",void 0)
4030
+ const _u=ku.compose({baseName:"text-field",baseClass:pi,template:(t,e)=>X`
3960
4031
  <template
3961
4032
  class="
3962
4033
  ${t=>t.readOnly?"readonly":""}
@@ -4016,23 +4087,23 @@ const Gd=Yd.compose({baseName:"text-field",baseClass:pi,template:(t,e)=>X`
4016
4087
  ${zt(0,e)}
4017
4088
  </div>
4018
4089
  </template>
4019
- `,styles:Xd,shadowOptions:{delegatesFocus:!0},end:X`
4090
+ `,styles:Cu,shadowOptions:{delegatesFocus:!0},end:X`
4020
4091
  <nimble-icon-exclamation-mark
4021
4092
  class="error-icon fail"
4022
4093
  ></nimble-icon-exclamation-mark>
4023
4094
  <span part="actions">
4024
4095
  <slot name="actions"></slot>
4025
4096
  </span>
4026
- ${eh}
4097
+ ${zh}
4027
4098
  `})
4028
- js.getOrCreate().withPrefix("nimble").register(Gd())
4029
- const Qd=mt`
4099
+ js.getOrCreate().withPrefix("nimble").register(_u())
4100
+ const zu=mt`
4030
4101
  .positioning-region {
4031
4102
  display: flex;
4032
- padding: ${En} ${Hn};
4103
+ padding: ${Xn} ${Yn};
4033
4104
  align-items: center;
4034
- gap: ${Hn};
4035
- background: ${mn};
4105
+ gap: ${Yn};
4106
+ background: ${Hn};
4036
4107
  }
4037
4108
 
4038
4109
  slot[name='label'] {
@@ -4041,17 +4112,17 @@ const Qd=mt`
4041
4112
 
4042
4113
  [part='start'] {
4043
4114
  display: flex;
4044
- gap: ${Hn};
4115
+ gap: ${Yn};
4045
4116
  margin-right: auto;
4046
4117
  }
4047
4118
 
4048
4119
  [part='end'] {
4049
4120
  display: flex;
4050
- gap: ${Hn};
4121
+ gap: ${Yn};
4051
4122
  margin-left: auto;
4052
4123
  }
4053
4124
  `
4054
- const Jd=class extends Li{}.compose({baseName:"toolbar",baseClass:Li,template:(t,e)=>X`
4125
+ const Iu=class extends Li{}.compose({baseName:"toolbar",baseClass:Li,template:(t,e)=>X`
4055
4126
  <template
4056
4127
  aria-label="${t=>t.ariaLabel}"
4057
4128
  aria-labelledby="${t=>t.ariaLabelledby}"
@@ -4071,16 +4142,64 @@ const Jd=class extends Li{}.compose({baseName:"toolbar",baseClass:Li,template:(t
4071
4142
  ${zt(0,e)}
4072
4143
  </div>
4073
4144
  </template>
4074
- `,styles:Qd,shadowOptions:{delegatesFocus:!0}})
4075
- js.getOrCreate().withPrefix("nimble").register(Jd())
4076
- const Zd="group-selected",tu="all",eu="leaves-only",su="none"
4077
- class iu{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)
4078
- e&&hn.unsubscribe(e)}attach(t){const e=this.cache.get(t)||new ou(this.ltr,this.rtl,t),s=hn.getValueFor(t)
4079
- hn.subscribe(e),e.attach(s),this.cache.set(t,e)}}class ou{constructor(t,e,s){this.ltr=t,this.rtl=e,this.source=s,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 nu=class extends Pi{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]")
4080
- t?.forEach((t=>t.removeAttribute(Zd)))}setGroupSelectionOnRootParentTreeItem(t){this.clearTreeGroupSelection()
4145
+ `,styles:zu,shadowOptions:{delegatesFocus:!0}})
4146
+ js.getOrCreate().withPrefix("nimble").register(Iu())
4147
+ const Ou=mt`
4148
+ ${so("inline-flex")}
4149
+
4150
+ :host {
4151
+ font: ${sa};
4152
+ color: ${ia};
4153
+ text-align: left;
4154
+ }
4155
+
4156
+ .tooltip {
4157
+ box-sizing: border-box;
4158
+ flex-shrink: 0;
4159
+ max-width: 440px;
4160
+ border: ${Qn} solid rgba(${Rn}, 0.3);
4161
+ box-shadow: 0px 3px 4px ${qn};
4162
+ background-color: ${Kn};
4163
+ padding-bottom: 6px;
4164
+ padding-left: calc(${Yn} / 2);
4165
+ padding-right: calc(${Yn} / 2);
4166
+ padding-top: ${Xn};
4167
+ display: inline-flex;
4168
+ }
4169
+ `
4170
+ const Su=class extends Qi{}.compose({baseName:"tooltip",baseClass:Qi,template:(t,e)=>X`
4171
+ ${wt((t=>t.tooltipVisible),X`
4172
+ <${t.tagFor(je)}
4173
+ fixed-placement="true"
4174
+ auto-update-mode="${t=>t.autoUpdateMode}"
4175
+ vertical-positioning-mode="${t=>t.verticalPositioningMode}"
4176
+ vertical-default-position="${t=>t.verticalDefaultPosition}"
4177
+ vertical-inset="${t=>t.verticalInset}"
4178
+ vertical-scaling="${t=>t.verticalScaling}"
4179
+ horizontal-positioning-mode="${t=>t.horizontalPositioningMode}"
4180
+ horizontal-default-position="${t=>t.horizontalDefaultPosition}"
4181
+ horizontal-scaling="${t=>t.horizontalScaling}"
4182
+ horizontal-inset="${t=>t.horizontalInset}"
4183
+ vertical-viewport-lock="${t=>t.horizontalViewportLock}"
4184
+ horizontal-viewport-lock="${t=>t.verticalViewportLock}"
4185
+ dir="${t=>t.currentDirection}"
4186
+ ${bt("region")}
4187
+ >
4188
+ <div class="tooltip" part="tooltip" role="tooltip">
4189
+ <slot></slot>
4190
+ </div>
4191
+ </${t.tagFor(je)}>
4192
+ `)}
4193
+ `,styles:Ou})
4194
+ js.getOrCreate().withPrefix("nimble").register(Su())
4195
+ const Au="group-selected",Eu="all",Hu="leaves-only",Mu="none"
4196
+ class Vu{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)
4197
+ e&&zn.unsubscribe(e)}attach(t){const e=this.cache.get(t)||new Lu(this.ltr,this.rtl,t),s=zn.getValueFor(t)
4198
+ zn.subscribe(e),e.attach(s),this.cache.set(t,e)}}class Lu{constructor(t,e,s){this.ltr=t,this.rtl=e,this.source=s,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 Tu=class extends Zi{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]")
4199
+ t?.forEach((t=>t.removeAttribute(Au)))}setGroupSelectionOnRootParentTreeItem(t){this.clearTreeGroupSelection()
4081
4200
  let e=t
4082
4201
  for(;e?.parentElement!==this.treeView;)e=e?.parentElement
4083
- e&&e.setAttribute(Zd,"true")}getParentTreeView(){return this.parentElement.closest("[role='tree']")}}.compose({baseName:"tree-item",baseClass:Pi,template:(t,e)=>{return X`
4202
+ e&&e.setAttribute(Au,"true")}getParentTreeView(){return this.parentElement.closest("[role='tree']")}}.compose({baseName:"tree-item",baseClass:Zi,template:(t,e)=>{return X`
4084
4203
  <template
4085
4204
  role="treeitem"
4086
4205
  slot="${t=>t.isNestedItem()?"item":void 0}"
@@ -4122,59 +4241,59 @@ e&&e.setAttribute(Zd,"true")}getParentTreeView(){return this.parentElement.close
4122
4241
  </template>
4123
4242
  `
4124
4243
  var s},styles:(t,e)=>mt`
4125
- ${Di("block")}
4244
+ ${so("block")}
4126
4245
 
4127
4246
  :host {
4128
4247
  ${""}
4129
- font-family: ${ha};
4130
- font-weight: ${da};
4248
+ font-family: ${Ir};
4249
+ font-weight: ${Or};
4131
4250
  contain: content;
4132
4251
  position: relative;
4133
4252
  outline: none;
4134
- color: ${la};
4253
+ color: ${_r};
4135
4254
  cursor: pointer;
4136
4255
  --ni-private-tree-item-nested-width: 0;
4137
4256
  }
4138
4257
 
4139
4258
  ${""}
4140
- :host([${Zd}])::after {
4141
- background: ${zn};
4259
+ :host([${Au}])::after {
4260
+ background: ${Nn};
4142
4261
  border-radius: 0px;
4143
4262
  content: '';
4144
4263
  display: block;
4145
4264
  position: absolute;
4146
4265
  top: 0px;
4147
- width: calc(${Vn} * 2);
4148
- height: calc(${Ln} * 2);
4266
+ width: calc(${Qn} * 2);
4267
+ height: calc(${Jn} * 2);
4149
4268
  }
4150
4269
 
4151
4270
  .positioning-region {
4152
4271
  display: flex;
4153
4272
  position: relative;
4154
4273
  box-sizing: border-box;
4155
- height: calc(${Ln} * 2);
4274
+ height: calc(${Jn} * 2);
4156
4275
  }
4157
4276
 
4158
4277
  .positioning-region:hover {
4159
- background: ${xn};
4278
+ background: ${Tn};
4160
4279
  }
4161
4280
 
4162
- :host([${Zd}]) .positioning-region:hover {
4163
- background: ${wn};
4281
+ :host([${Au}]) .positioning-region:hover {
4282
+ background: ${Ln};
4164
4283
  }
4165
4284
 
4166
- :host(${Nc}) .positioning-region {
4167
- box-shadow: 0px 0px 0px ${Vn} ${zn} inset;
4168
- outline: ${Vn} solid ${zn};
4285
+ :host(${ph}) .positioning-region {
4286
+ box-shadow: 0px 0px 0px ${Qn} ${Nn} inset;
4287
+ outline: ${Qn} solid ${Nn};
4169
4288
  outline-offset: -2px;
4170
4289
  }
4171
4290
 
4172
4291
  :host([selected]) .positioning-region {
4173
- background: ${fn};
4292
+ background: ${Mn};
4174
4293
  }
4175
4294
 
4176
4295
  :host([selected]) .positioning-region:hover {
4177
- background: ${wn};
4296
+ background: ${Ln};
4178
4297
  }
4179
4298
 
4180
4299
  .positioning-region::before {
@@ -4191,13 +4310,13 @@ var s},styles:(t,e)=>mt`
4191
4310
  width: 100%;
4192
4311
  padding-left: 10px;
4193
4312
  font: inherit;
4194
- font-size: ${ua};
4313
+ font-size: ${Sr};
4195
4314
  user-select: none;
4196
4315
  position: relative;
4197
- margin-inline-start: ${Ln};
4316
+ margin-inline-start: ${Jn};
4198
4317
  }
4199
4318
 
4200
- :host(${Nc}) .content-region {
4319
+ :host(${ph}) .content-region {
4201
4320
  outline: none;
4202
4321
  }
4203
4322
 
@@ -4210,8 +4329,8 @@ var s},styles:(t,e)=>mt`
4210
4329
  background: none;
4211
4330
  border: none;
4212
4331
  outline: none;
4213
- width: ${Ln};
4214
- height: ${Ln};
4332
+ width: ${Jn};
4333
+ height: ${Jn};
4215
4334
  padding: 0px;
4216
4335
  justify-content: center;
4217
4336
  align-items: center;
@@ -4221,8 +4340,8 @@ var s},styles:(t,e)=>mt`
4221
4340
  }
4222
4341
 
4223
4342
  .expand-collapse-button svg {
4224
- width: ${Ln};
4225
- height: ${Ln};
4343
+ width: ${Jn};
4344
+ height: ${Jn};
4226
4345
  transition: transform 0.2s ease-in;
4227
4346
  pointer-events: none;
4228
4347
  fill: currentcolor;
@@ -4230,26 +4349,26 @@ var s},styles:(t,e)=>mt`
4230
4349
 
4231
4350
  ${""}
4232
4351
  span[part="start"] {
4233
- width: ${Ln};
4352
+ width: ${Jn};
4234
4353
  }
4235
4354
 
4236
4355
  ${""}
4237
4356
  .start {
4238
4357
  display: flex;
4239
4358
  fill: currentcolor;
4240
- margin-inline-start: ${Ln};
4241
- margin-inline-end: ${Ln};
4359
+ margin-inline-start: ${Jn};
4360
+ margin-inline-end: ${Jn};
4242
4361
  }
4243
4362
 
4244
4363
  slot[name='start']::slotted(*) {
4245
- width: ${Ln};
4246
- height: ${Ln};
4364
+ width: ${Jn};
4365
+ height: ${Jn};
4247
4366
  }
4248
4367
 
4249
- ::slotted(${t.tagFor(Pi)}) {
4368
+ ::slotted(${t.tagFor(Zi)}) {
4250
4369
  --ni-private-tree-item-nested-width: 1em;
4251
4370
  --ni-private-expand-collapse-button-nested-width: calc(
4252
- ${Ln} * -1
4371
+ ${Jn} * -1
4253
4372
  );
4254
4373
  }
4255
4374
 
@@ -4257,24 +4376,24 @@ var s},styles:(t,e)=>mt`
4257
4376
  .end {
4258
4377
  display: flex;
4259
4378
  fill: currentcolor;
4260
- margin-inline-start: ${Ln};
4379
+ margin-inline-start: ${Jn};
4261
4380
  }
4262
4381
 
4263
4382
  .items {
4264
4383
  display: none;
4265
4384
  ${""}
4266
- font-size: calc(1em + (${Ln} * 2));
4385
+ font-size: calc(1em + (${Jn} * 2));
4267
4386
  }
4268
4387
 
4269
4388
  :host([expanded]) .items {
4270
4389
  display: block;
4271
4390
  }
4272
- `.withBehaviors(new iu(mt`
4391
+ `.withBehaviors(new Vu(mt`
4273
4392
  ${""}
4274
4393
  .expand-collapse-button {
4275
4394
  left: var(
4276
4395
  --ni-private-expand-collapse-button-nested-width,
4277
- calc(${Ln} * -1)
4396
+ calc(${Jn} * -1)
4278
4397
  );
4279
4398
  }
4280
4399
 
@@ -4290,7 +4409,7 @@ var s},styles:(t,e)=>mt`
4290
4409
  .expand-collapse-button {
4291
4410
  right: var(
4292
4411
  --ni-private-expand-collapse-button-nested-width,
4293
- calc(${Ln} * -1)
4412
+ calc(${Jn} * -1)
4294
4413
  );
4295
4414
  }
4296
4415
 
@@ -4301,10 +4420,10 @@ var s},styles:(t,e)=>mt`
4301
4420
  :host([expanded]) .expand-collapse-button svg {
4302
4421
  transform: rotate(135deg);
4303
4422
  }
4304
- `)),expandCollapseGlyph:pr.data})
4305
- js.getOrCreate().withPrefix("nimble").register(nu())
4306
- const au=mt`
4307
- ${Di("flex")}
4423
+ `)),expandCollapseGlyph:Ra.data})
4424
+ js.getOrCreate().withPrefix("nimble").register(Tu())
4425
+ const Pu=mt`
4426
+ ${so("flex")}
4308
4427
 
4309
4428
  :host {
4310
4429
  flex-direction: column;
@@ -4312,18 +4431,18 @@ const au=mt`
4312
4431
  min-width: fit-content;
4313
4432
  font-size: 0;
4314
4433
  }
4315
- :host(${Nc}) {
4434
+ :host(${ph}) {
4316
4435
  outline: none;
4317
4436
  }
4318
4437
  `
4319
- class ru extends Bi{constructor(){super(...arguments),this.selectionMode=tu}handleClick(t){if(t.defaultPrevented)return!1
4320
- if(!(t.target instanceof Element&&Ri(t.target)))return!0
4438
+ class Ru extends to{constructor(){super(...arguments),this.selectionMode=Eu}handleClick(t){if(t.defaultPrevented)return!1
4439
+ if(!(t.target instanceof Element&&Ji(t.target)))return!0
4321
4440
  const e=t.target
4322
- return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case tu:return!0
4323
- case su:return!1
4324
- case eu:return!this.itemHasChildren(t)
4325
- default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}rn([ot({attribute:"selection-mode"})],ru.prototype,"selectionMode",void 0)
4326
- const lu=ru.compose({baseName:"tree-view",baseClass:Bi,template:(t,e)=>X`
4441
+ return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case Eu:return!0
4442
+ case Mu:return!1
4443
+ case Hu:return!this.itemHasChildren(t)
4444
+ default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}Cn([ot({attribute:"selection-mode"})],Ru.prototype,"selectionMode",void 0)
4445
+ const Du=Ru.compose({baseName:"tree-view",baseClass:to,template:(t,e)=>X`
4327
4446
  <template
4328
4447
  role="tree"
4329
4448
  ${bt("treeView")}
@@ -4335,6 +4454,6 @@ const lu=ru.compose({baseName:"tree-view",baseClass:Bi,template:(t,e)=>X`
4335
4454
  >
4336
4455
  <slot ${Ct("slottedTreeItems")}></slot>
4337
4456
  </template>
4338
- `,styles:au})
4339
- js.getOrCreate().withPrefix("nimble").register(lu())}()
4457
+ `,styles:Pu})
4458
+ js.getOrCreate().withPrefix("nimble").register(Du())}()
4340
4459
  //# sourceMappingURL=all-components-bundle.min.js.map