@ni/nimble-components 18.3.4 → 18.3.6

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 (38) hide show
  1. package/dist/all-components-bundle.js +152 -110
  2. package/dist/all-components-bundle.js.map +1 -1
  3. package/dist/all-components-bundle.min.js +439 -454
  4. package/dist/all-components-bundle.min.js.map +1 -1
  5. package/dist/esm/table/index.d.ts +14 -1
  6. package/dist/esm/table/index.js +49 -6
  7. package/dist/esm/table/index.js.map +1 -1
  8. package/dist/esm/table/models/table-validator.d.ts +3 -0
  9. package/dist/esm/table/models/table-validator.js +25 -1
  10. package/dist/esm/table/models/table-validator.js.map +1 -1
  11. package/dist/esm/table/models/table-validator.spec.js +267 -195
  12. package/dist/esm/table/models/table-validator.spec.js.map +1 -1
  13. package/dist/esm/table/types.d.ts +2 -0
  14. package/dist/esm/table-column/base/index.d.ts +2 -1
  15. package/dist/esm/table-column/base/index.js +5 -0
  16. package/dist/esm/table-column/base/index.js.map +1 -1
  17. package/dist/esm/wafer-map/index.d.ts +8 -3
  18. package/dist/esm/wafer-map/index.js +17 -15
  19. package/dist/esm/wafer-map/index.js.map +1 -1
  20. package/dist/esm/wafer-map/modules/computations.d.ts +6 -6
  21. package/dist/esm/wafer-map/modules/computations.js +39 -35
  22. package/dist/esm/wafer-map/modules/computations.js.map +1 -1
  23. package/dist/esm/wafer-map/modules/data-manager.d.ts +0 -4
  24. package/dist/esm/wafer-map/modules/data-manager.js +2 -11
  25. package/dist/esm/wafer-map/modules/data-manager.js.map +1 -1
  26. package/dist/esm/wafer-map/modules/prerendering.d.ts +3 -3
  27. package/dist/esm/wafer-map/modules/prerendering.js +6 -6
  28. package/dist/esm/wafer-map/modules/prerendering.js.map +1 -1
  29. package/dist/esm/wafer-map/modules/rendering.d.ts +0 -1
  30. package/dist/esm/wafer-map/modules/rendering.js +5 -5
  31. package/dist/esm/wafer-map/modules/rendering.js.map +1 -1
  32. package/dist/esm/wafer-map/modules/zoom-handler.js +3 -4
  33. package/dist/esm/wafer-map/modules/zoom-handler.js.map +1 -1
  34. package/dist/esm/wafer-map/styles.js +2 -20
  35. package/dist/esm/wafer-map/styles.js.map +1 -1
  36. package/dist/esm/wafer-map/template.js +2 -8
  37. package/dist/esm/wafer-map/template.js.map +1 -1
  38. package/package.json +1 -1
@@ -61,9 +61,9 @@ function f(e,t){v.defineProperty(e,t)}function m(e,t,i){return Object.assign({},
61
61
  return{get:()=>e,set(t){e=t}}}))
62
62
  class w{constructor(){this.index=0,this.length=0,this.parent=null,this.parentContext=null}get event(){return b.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(e){b.set(e)}}v.defineProperty(w.prototype,"index"),v.defineProperty(w.prototype,"length")
63
63
  const x=Object.seal(new w)
64
- class y{constructor(){this.targetIndex=0}}class $ extends y{constructor(){super(...arguments),this.createPlaceholder=u.createInterpolationPlaceholder}}class C extends y{constructor(e,t,i){super(),this.name=e,this.behavior=t,this.options=i}createPlaceholder(e){return u.createCustomAttributePlaceholder(this.name,e)}createBehavior(e){return new this.behavior(e,this.options)}}function k(e,t){this.source=e,this.context=t,null===this.bindingObserver&&(this.bindingObserver=v.binding(this.binding,this,this.isBindingVolatile)),this.updateTarget(this.bindingObserver.observe(e,t))}function _(e,t){this.source=e,this.context=t,this.target.addEventListener(this.targetName,this)}function S(){this.bindingObserver.disconnect(),this.source=null,this.context=null}function R(){this.bindingObserver.disconnect(),this.source=null,this.context=null
64
+ class y{constructor(){this.targetIndex=0}}class $ extends y{constructor(){super(...arguments),this.createPlaceholder=u.createInterpolationPlaceholder}}class C extends y{constructor(e,t,i){super(),this.name=e,this.behavior=t,this.options=i}createPlaceholder(e){return u.createCustomAttributePlaceholder(this.name,e)}createBehavior(e){return new this.behavior(e,this.options)}}function k(e,t){this.source=e,this.context=t,null===this.bindingObserver&&(this.bindingObserver=v.binding(this.binding,this,this.isBindingVolatile)),this.updateTarget(this.bindingObserver.observe(e,t))}function _(e,t){this.source=e,this.context=t,this.target.addEventListener(this.targetName,this)}function S(){this.bindingObserver.disconnect(),this.source=null,this.context=null}function I(){this.bindingObserver.disconnect(),this.source=null,this.context=null
65
65
  const e=this.target.$fastView
66
- void 0!==e&&e.isComposed&&(e.unbind(),e.needsBindOnly=!0)}function M(){this.target.removeEventListener(this.targetName,this),this.source=null,this.context=null}function I(e){u.setAttribute(this.target,this.targetName,e)}function A(e){u.setBooleanAttribute(this.target,this.targetName,e)}function O(e){if(null==e&&(e=""),e.create){this.target.textContent=""
66
+ void 0!==e&&e.isComposed&&(e.unbind(),e.needsBindOnly=!0)}function R(){this.target.removeEventListener(this.targetName,this),this.source=null,this.context=null}function M(e){u.setAttribute(this.target,this.targetName,e)}function A(e){u.setBooleanAttribute(this.target,this.targetName,e)}function O(e){if(null==e&&(e=""),e.create){this.target.textContent=""
67
67
  let t=this.target.$fastView
68
68
  void 0===t?t=e.create():this.target.$fastTemplate!==e&&(t.isComposed&&(t.remove(),t.unbind()),t=e.create()),t.isComposed?t.needsBindOnly&&(t.needsBindOnly=!1,t.bind(this.source,this.context)):(t.isComposed=!0,t.bind(this.source,this.context),t.insertBefore(this.target),this.target.$fastView=t,this.target.$fastTemplate=e)}else{const t=this.target.$fastView
69
69
  void 0!==t&&t.isComposed&&(t.isComposed=!1,t.remove(),t.needsBindOnly?t.needsBindOnly=!1:t.unbind()),this.target.textContent=e}}function E(e){this.target[this.targetName]=e}function V(e){const t=this.classVersions||Object.create(null),i=this.target
@@ -71,13 +71,13 @@ let n=this.version||0
71
71
  if(null!=e&&e.length){const o=e.split(/\s+/)
72
72
  for(let e=0,s=o.length;e<s;++e){const s=o[e]
73
73
  ""!==s&&(t[s]=n,i.classList.add(s))}}if(this.classVersions=t,this.version=n+1,0!==n){n-=1
74
- for(const e in t)t[e]===n&&i.classList.remove(e)}}class H extends ${constructor(e){super(),this.binding=e,this.bind=k,this.unbind=S,this.updateTarget=I,this.isBindingVolatile=v.isVolatileBinding(this.binding)}get targetName(){return this.originalTargetName}set targetName(e){if(this.originalTargetName=e,void 0!==e)switch(e[0]){case":":if(this.cleanedTargetName=e.substr(1),this.updateTarget=E,"innerHTML"===this.cleanedTargetName){const e=this.binding
74
+ for(const e in t)t[e]===n&&i.classList.remove(e)}}class H extends ${constructor(e){super(),this.binding=e,this.bind=k,this.unbind=S,this.updateTarget=M,this.isBindingVolatile=v.isVolatileBinding(this.binding)}get targetName(){return this.originalTargetName}set targetName(e){if(this.originalTargetName=e,void 0!==e)switch(e[0]){case":":if(this.cleanedTargetName=e.substr(1),this.updateTarget=E,"innerHTML"===this.cleanedTargetName){const e=this.binding
75
75
  this.binding=(t,i)=>u.createHTML(e(t,i))}break
76
76
  case"?":this.cleanedTargetName=e.substr(1),this.updateTarget=A
77
77
  break
78
- case"@":this.cleanedTargetName=e.substr(1),this.bind=_,this.unbind=M
78
+ case"@":this.cleanedTargetName=e.substr(1),this.bind=_,this.unbind=R
79
79
  break
80
- default:this.cleanedTargetName=e,"class"===e&&(this.updateTarget=V)}}targetAtContent(){this.updateTarget=O,this.unbind=R}createBehavior(e){return new L(e,this.binding,this.isBindingVolatile,this.bind,this.unbind,this.updateTarget,this.cleanedTargetName)}}class L{constructor(e,t,i,n,o,s,r){this.source=null,this.context=null,this.bindingObserver=null,this.target=e,this.binding=t,this.isBindingVolatile=i,this.bind=n,this.unbind=o,this.updateTarget=s,this.targetName=r}handleChange(){this.updateTarget(this.bindingObserver.observe(this.source,this.context))}handleEvent(e){w.setEvent(e)
80
+ default:this.cleanedTargetName=e,"class"===e&&(this.updateTarget=V)}}targetAtContent(){this.updateTarget=O,this.unbind=I}createBehavior(e){return new L(e,this.binding,this.isBindingVolatile,this.bind,this.unbind,this.updateTarget,this.cleanedTargetName)}}class L{constructor(e,t,i,n,o,s,r){this.source=null,this.context=null,this.bindingObserver=null,this.target=e,this.binding=t,this.isBindingVolatile=i,this.bind=n,this.unbind=o,this.updateTarget=s,this.targetName=r}handleChange(){this.updateTarget(this.bindingObserver.observe(this.source,this.context))}handleEvent(e){w.setEvent(e)
81
81
  const t=this.binding(this.source,this.context)
82
82
  w.setEvent(null),!0!==t&&e.preventDefault()}}let P=null
83
83
  class T{addFactory(e){e.targetIndex=this.targetIndex,this.behaviorFactories.push(e)}captureContentBinding(e){e.targetAtContent(),this.addFactory(e)}reset(){this.behaviorFactories=[],this.targetIndex=-1}release(){P=this}static borrow(e){const t=P||new T
@@ -86,18 +86,18 @@ let t
86
86
  const i=e.length,n=e.map((e=>"string"==typeof e?()=>e:(t=e.targetName||t,e.binding))),o=new H(((e,t)=>{let o=""
87
87
  for(let s=0;s<i;++s)o+=n[s](e,t)
88
88
  return o}))
89
- return o.targetName=t,o}const D=h.length
90
- function F(e,t){const i=t.split(d)
89
+ return o.targetName=t,o}const F=h.length
90
+ function D(e,t){const i=t.split(d)
91
91
  if(1===i.length)return null
92
92
  const n=[]
93
93
  for(let t=0,o=i.length;t<o;++t){const o=i[t],s=o.indexOf(h)
94
94
  let r
95
95
  if(-1===s)r=o
96
96
  else{const t=parseInt(o.substring(0,s))
97
- n.push(e.directives[t]),r=o.substring(s+D)}""!==r&&n.push(r)}return n}function B(e,t,i=!1){const n=t.attributes
98
- for(let o=0,s=n.length;o<s;++o){const r=n[o],a=r.value,l=F(e,a)
97
+ n.push(e.directives[t]),r=o.substring(s+F)}""!==r&&n.push(r)}return n}function B(e,t,i=!1){const n=t.attributes
98
+ for(let o=0,s=n.length;o<s;++o){const r=n[o],a=r.value,l=D(e,a)
99
99
  let c=null
100
- null===l?i&&(c=new H((()=>a)),c.targetName=r.name):c=z(l),null!==c&&(t.removeAttributeNode(r),o--,s--,e.addFactory(c))}}function N(e,t,i){const n=F(e,t.textContent)
100
+ null===l?i&&(c=new H((()=>a)),c.targetName=r.name):c=z(l),null!==c&&(t.removeAttributeNode(r),o--,s--,e.addFactory(c))}}function N(e,t,i){const n=D(e,t.textContent)
101
101
  if(null!==n){let o=t
102
102
  for(let s=0,r=n.length;s<r;++s){const r=n[s],a=0===s?t:o.parentNode.insertBefore(document.createTextNode(""),o.nextSibling)
103
103
  "string"==typeof r?a.textContent=r:(a.textContent=" ",e.captureContentBinding(r)),o=a,e.targetIndex++,a!==t&&i.nextNode()}e.targetIndex--}}const Z=document.createRange()
@@ -152,13 +152,13 @@ for(;null!==a;){if(r===t){n[s]=e.createBehavior(a)
152
152
  break}a=o.nextNode(),r++}}if(this.hasHostBehaviors){const t=this.hostBehaviorFactories
153
153
  for(let i=0,o=t.length;i<o;++i,++s)n[s]=t[i].createBehavior(e)}return new q(t,n)}render(e,t,i){"string"==typeof t&&(t=document.getElementById(t)),void 0===i&&(i=t)
154
154
  const n=this.create(i)
155
- return n.bind(e,x),n.appendTo(t),n}}const U=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/
156
- function G(e,...t){const i=[]
155
+ return n.bind(e,x),n.appendTo(t),n}}const G=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/
156
+ function U(e,...t){const i=[]
157
157
  let n=""
158
158
  for(let o=0,s=e.length-1;o<s;++o){const s=e[o]
159
159
  let r=t[o]
160
160
  if(n+=s,r instanceof j){const e=r
161
- r=()=>e}if("function"==typeof r&&(r=new H(r)),r instanceof $){const e=U.exec(s)
161
+ r=()=>e}if("function"==typeof r&&(r=new H(r)),r instanceof $){const e=G.exec(s)
162
162
  null!==e&&(r.targetName=e[2])}r instanceof y?(n+=r.createPlaceholder(i.length),i.push(r)):n+=r}return n+=e[e.length-1],new j(n,i)}class X{constructor(){this.targets=new WeakSet}addStylesTo(e){this.targets.add(e)}removeStylesFrom(e){this.targets.delete(e)}isAttachedTo(e){return this.targets.has(e)}withBehaviors(...e){return this.behaviors=null===this.behaviors?e:this.behaviors.concat(e),this}}function W(e){return e.map((e=>e instanceof X?W(e.styles):[e])).reduce(((e,t)=>e.concat(t)),[])}function K(e){return e.map((e=>e instanceof X?e.behaviors:null)).reduce(((e,t)=>null===t?e:(null===e&&(e=[]),e.concat(t))),null)}X.create=(()=>{if(u.supportsAdoptedStyleSheets){const e=new Map
163
163
  return t=>new Y(t,e)}return e=>new J(e)})()
164
164
  class Y extends X{constructor(e,t){super(),this.styles=e,this.styleSheetCache=t,this._styleSheets=void 0,this.behaviors=K(e)}get styleSheets(){if(void 0===this._styleSheets){const e=this.styles,t=this.styleSheetCache
@@ -302,10 +302,10 @@ return i>n?i=n-e.addedCount:i<0&&(i=n+e.removed.length+i-e.addedCount),i<0&&(i=0
302
302
  if(void 0===e&&void 0===t)return
303
303
  this.needsQueue=!0,this.splices=void 0,this.oldCollection=void 0
304
304
  const i=void 0===t?ye(this.source,e):be(this.source,0,this.source.length,t,0,t.length)
305
- this.notify(i)}}class _e{constructor(e,t){this.target=e,this.propertyName=t}bind(e){e[this.propertyName]=this.target}unbind(){}}function Se(e){return new C("fast-ref",_e,e)}function Re(e,t){const i="function"==typeof t?t:()=>t
306
- return(t,n)=>e(t,n)?i(t,n):null}const Me=Object.freeze({positioning:!1,recycle:!0})
307
- function Ie(e,t,i,n){e.bind(t[i],n)}function Ae(e,t,i,n){const o=Object.create(n)
308
- o.index=i,o.length=t.length,e.bind(t[i],o)}class Oe{constructor(e,t,i,n,o,s){this.location=e,this.itemsBinding=t,this.templateBinding=n,this.options=s,this.source=null,this.views=[],this.items=null,this.itemsObserver=null,this.originalContext=void 0,this.childContext=void 0,this.bindView=Ie,this.itemsBindingObserver=v.binding(t,this,i),this.templateBindingObserver=v.binding(n,this,o),s.positioning&&(this.bindView=Ae)}bind(e,t){this.source=e,this.originalContext=t,this.childContext=Object.create(t),this.childContext.parent=e,this.childContext.parentContext=this.originalContext,this.items=this.itemsBindingObserver.observe(e,this.originalContext),this.template=this.templateBindingObserver.observe(e,this.originalContext),this.observeItems(!0),this.refreshAllViews()}unbind(){this.source=null,this.items=null,null!==this.itemsObserver&&this.itemsObserver.unsubscribe(this),this.unbindAllViews(),this.itemsBindingObserver.disconnect(),this.templateBindingObserver.disconnect()}handleChange(e,t){e===this.itemsBinding?(this.items=this.itemsBindingObserver.observe(this.source,this.originalContext),this.observeItems(),this.refreshAllViews()):e===this.templateBinding?(this.template=this.templateBindingObserver.observe(this.source,this.originalContext),this.refreshAllViews(!0)):this.updateViews(t)}observeItems(e=!1){if(!this.items)return void(this.items=o)
305
+ this.notify(i)}}class _e{constructor(e,t){this.target=e,this.propertyName=t}bind(e){e[this.propertyName]=this.target}unbind(){}}function Se(e){return new C("fast-ref",_e,e)}function Ie(e,t){const i="function"==typeof t?t:()=>t
306
+ return(t,n)=>e(t,n)?i(t,n):null}const Re=Object.freeze({positioning:!1,recycle:!0})
307
+ function Me(e,t,i,n){e.bind(t[i],n)}function Ae(e,t,i,n){const o=Object.create(n)
308
+ o.index=i,o.length=t.length,e.bind(t[i],o)}class Oe{constructor(e,t,i,n,o,s){this.location=e,this.itemsBinding=t,this.templateBinding=n,this.options=s,this.source=null,this.views=[],this.items=null,this.itemsObserver=null,this.originalContext=void 0,this.childContext=void 0,this.bindView=Me,this.itemsBindingObserver=v.binding(t,this,i),this.templateBindingObserver=v.binding(n,this,o),s.positioning&&(this.bindView=Ae)}bind(e,t){this.source=e,this.originalContext=t,this.childContext=Object.create(t),this.childContext.parent=e,this.childContext.parentContext=this.originalContext,this.items=this.itemsBindingObserver.observe(e,this.originalContext),this.template=this.templateBindingObserver.observe(e,this.originalContext),this.observeItems(!0),this.refreshAllViews()}unbind(){this.source=null,this.items=null,null!==this.itemsObserver&&this.itemsObserver.unsubscribe(this),this.unbindAllViews(),this.itemsBindingObserver.disconnect(),this.templateBindingObserver.disconnect()}handleChange(e,t){e===this.itemsBinding?(this.items=this.itemsBindingObserver.observe(this.source,this.originalContext),this.observeItems(),this.refreshAllViews()):e===this.templateBinding?(this.template=this.templateBindingObserver.observe(this.source,this.originalContext),this.refreshAllViews(!0)):this.updateViews(t)}observeItems(e=!1){if(!this.items)return void(this.items=o)
309
309
  const t=this.itemsObserver,i=this.itemsObserver=v.getNotifier(this.items),n=t!==i
310
310
  n&&null!==t&&t.unsubscribe(this),(n||e)&&i.subscribe(this)}updateViews(e){const t=this.childContext,i=this.views,n=this.bindView,o=this.items,s=this.template,r=this.options.recycle,a=[]
311
311
  let l=0,c=0
@@ -343,9 +343,9 @@ void 0!==t&&(t.flush(),e=this.slice())
343
343
  const i=s.apply(this,arguments)
344
344
  return void 0!==t&&t.reset(e),i},e.splice=function(){const e=r.apply(this,arguments),t=this.$fastController
345
345
  return void 0!==t&&t.addSplice(Ce(me(+arguments[0],e,arguments.length>2?arguments.length-2:0),this)),e},e.unshift=function(){const e=a.apply(this,arguments),t=this.$fastController
346
- return void 0!==t&&t.addSplice(Ce(me(0,[],arguments.length),this)),e}}(),this.isItemsBindingVolatile=v.isVolatileBinding(e),this.isTemplateBindingVolatile=v.isVolatileBinding(t)}createBehavior(e){return new Oe(e,this.itemsBinding,this.isItemsBindingVolatile,this.templateBinding,this.isTemplateBindingVolatile,this.options)}}function Ve(e,t,i=Me){return new Ee(e,"function"==typeof t?t:()=>t,Object.assign(Object.assign({},Me),i))}function He(e){return e?function(t,i,n){return 1===t.nodeType&&t.matches(e)}:function(e,t,i){return 1===e.nodeType}}class Le{constructor(e,t){this.target=e,this.options=t,this.source=null}bind(e){const t=this.options.property
346
+ return void 0!==t&&t.addSplice(Ce(me(0,[],arguments.length),this)),e}}(),this.isItemsBindingVolatile=v.isVolatileBinding(e),this.isTemplateBindingVolatile=v.isVolatileBinding(t)}createBehavior(e){return new Oe(e,this.itemsBinding,this.isItemsBindingVolatile,this.templateBinding,this.isTemplateBindingVolatile,this.options)}}function Ve(e,t,i=Re){return new Ee(e,"function"==typeof t?t:()=>t,Object.assign(Object.assign({},Re),i))}function He(e){return e?function(t,i,n){return 1===t.nodeType&&t.matches(e)}:function(e,t,i){return 1===e.nodeType}}class Le{constructor(e,t){this.target=e,this.options=t,this.source=null}bind(e){const t=this.options.property
347
347
  this.shouldUpdate=v.getAccessors(e).some((e=>e.name===t)),this.source=e,this.updateTarget(this.computeNodes()),this.shouldUpdate&&this.observe()}unbind(){this.updateTarget(o),this.source=null,this.shouldUpdate&&this.disconnect()}handleEvent(){this.updateTarget(this.computeNodes())}computeNodes(){let e=this.getNodes()
348
- return void 0!==this.options.filter&&(e=e.filter(this.options.filter)),e}updateTarget(e){this.source[this.options.property]=e}}class Pe extends Le{constructor(e,t){super(e,t)}observe(){this.target.addEventListener("slotchange",this)}disconnect(){this.target.removeEventListener("slotchange",this)}getNodes(){return this.target.assignedNodes(this.options)}}function Te(e){return"string"==typeof e&&(e={property:e}),new C("fast-slotted",Pe,e)}class ze extends Le{constructor(e,t){super(e,t),this.observer=null,t.childList=!0}observe(){null===this.observer&&(this.observer=new MutationObserver(this.handleEvent.bind(this))),this.observer.observe(this.target,this.options)}disconnect(){this.observer.disconnect()}getNodes(){return"subtree"in this.options?Array.from(this.target.querySelectorAll(this.options.selector)):Array.from(this.target.childNodes)}}function De(e){return"string"==typeof e&&(e={property:e}),new C("fast-children",ze,e)}class Fe{handleStartContentChange(){this.startContainer.classList.toggle("start",this.start.assignedNodes().length>0)}handleEndContentChange(){this.endContainer.classList.toggle("end",this.end.assignedNodes().length>0)}}const Be=(e,t)=>G`
348
+ return void 0!==this.options.filter&&(e=e.filter(this.options.filter)),e}updateTarget(e){this.source[this.options.property]=e}}class Pe extends Le{constructor(e,t){super(e,t)}observe(){this.target.addEventListener("slotchange",this)}disconnect(){this.target.removeEventListener("slotchange",this)}getNodes(){return this.target.assignedNodes(this.options)}}function Te(e){return"string"==typeof e&&(e={property:e}),new C("fast-slotted",Pe,e)}class ze extends Le{constructor(e,t){super(e,t),this.observer=null,t.childList=!0}observe(){null===this.observer&&(this.observer=new MutationObserver(this.handleEvent.bind(this))),this.observer.observe(this.target,this.options)}disconnect(){this.observer.disconnect()}getNodes(){return"subtree"in this.options?Array.from(this.target.querySelectorAll(this.options.selector)):Array.from(this.target.childNodes)}}function Fe(e){return"string"==typeof e&&(e={property:e}),new C("fast-children",ze,e)}class De{handleStartContentChange(){this.startContainer.classList.toggle("start",this.start.assignedNodes().length>0)}handleEndContentChange(){this.endContainer.classList.toggle("end",this.end.assignedNodes().length>0)}}const Be=(e,t)=>U`
349
349
  <span
350
350
  part="end"
351
351
  ${Se("endContainer")}
@@ -355,7 +355,7 @@ return void 0!==this.options.filter&&(e=e.filter(this.options.filter)),e}updateT
355
355
  ${t.end||""}
356
356
  </slot>
357
357
  </span>
358
- `,Ne=(e,t)=>G`
358
+ `,Ne=(e,t)=>U`
359
359
  <span
360
360
  part="start"
361
361
  ${Se("startContainer")}
@@ -388,7 +388,7 @@ return void 0!==this.options.filter&&(e=e.filter(this.options.filter)),e}updateT
388
388
  function Ze(e,t,i,n){var o,s=arguments.length,r=s<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n
389
389
  if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n)
390
390
  else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(r=(s<3?o(r):s>3?o(t,i,r):o(t,i))||r)
391
- return s>3&&r&&Object.defineProperty(t,i,r),r}G`
391
+ return s>3&&r&&Object.defineProperty(t,i,r),r}U`
392
392
  <span part="end" ${Se("endContainer")}>
393
393
  <slot
394
394
  name="end"
@@ -396,7 +396,7 @@ return s>3&&r&&Object.defineProperty(t,i,r),r}G`
396
396
  @slotchange="${e=>e.handleEndContentChange()}"
397
397
  ></slot>
398
398
  </span>
399
- `,G`
399
+ `,U`
400
400
  <span part="start" ${Se("startContainer")}>
401
401
  <slot
402
402
  name="start"
@@ -410,10 +410,10 @@ const qe=new Map
410
410
  void 0===n&&qe.set(i,n=new Map),n.set(e,t)},Reflect.getOwnMetadata=function(e,t){const i=qe.get(t)
411
411
  if(void 0!==i)return i.get(e)})
412
412
  class je{constructor(e,t){this.container=e,this.key=t}instance(e){return this.registerResolver(0,e)}singleton(e){return this.registerResolver(1,e)}transient(e){return this.registerResolver(2,e)}callback(e){return this.registerResolver(3,e)}cachedCallback(e){return this.registerResolver(3,pt(e))}aliasTo(e){return this.registerResolver(5,e)}registerResolver(e,t){const{container:i,key:n}=this
413
- return this.container=this.key=void 0,i.registerResolver(n,new tt(n,e,t))}}function Ue(e){const t=e.slice(),i=Object.keys(e),n=i.length
413
+ return this.container=this.key=void 0,i.registerResolver(n,new tt(n,e,t))}}function Ge(e){const t=e.slice(),i=Object.keys(e),n=i.length
414
414
  let o
415
415
  for(let s=0;s<n;++s)o=i[s],yt(o)||(t[o]=e[o])
416
- return t}const Ge=Object.freeze({none(e){throw Error(`${e.toString()} not registered, did you forget to add @singleton()?`)},singleton:e=>new tt(e,1,e),transient:e=>new tt(e,2,e)}),Xe=Object.freeze({default:Object.freeze({parentLocator:()=>null,responsibleForOwnerRequests:!1,defaultResolver:Ge.singleton})}),We=new Map
416
+ return t}const Ue=Object.freeze({none(e){throw Error(`${e.toString()} not registered, did you forget to add @singleton()?`)},singleton:e=>new tt(e,1,e),transient:e=>new tt(e,2,e)}),Xe=Object.freeze({default:Object.freeze({parentLocator:()=>null,responsibleForOwnerRequests:!1,defaultResolver:Ue.singleton})}),We=new Map
417
417
  function Ke(e){return t=>Reflect.getOwnMetadata(e,t)}let Ye=null
418
418
  const Qe=Object.freeze({createContainer:e=>new ht(null,Object.assign({},Xe.default,e)),findResponsibleContainer(e){const t=e.$$container$$
419
419
  return t&&t.responsibleForOwnerRequests?t:Qe.findParentContainer(e)},findParentContainer(e){const t=new CustomEvent(ct,{bubbles:!0,composed:!0,cancelable:!0,detail:{container:void 0}})
@@ -422,15 +422,15 @@ return void 0===t&&Reflect.defineMetadata("di:paramtypes",t=[],e),t},getDependen
422
422
  if(void 0===t){const i=e.inject
423
423
  if(void 0===i){const i=Qe.getDesignParamtypes(e),n=Qe.getAnnotationParamtypes(e)
424
424
  if(void 0===i)if(void 0===n){const i=Object.getPrototypeOf(e)
425
- t="function"==typeof i&&i!==Function.prototype?Ue(Qe.getDependencies(i)):[]}else t=Ue(n)
426
- else if(void 0===n)t=Ue(i)
427
- else{t=Ue(i)
425
+ t="function"==typeof i&&i!==Function.prototype?Ge(Qe.getDependencies(i)):[]}else t=Ge(n)
426
+ else if(void 0===n)t=Ge(i)
427
+ else{t=Ge(i)
428
428
  let e,o=n.length
429
429
  for(let i=0;i<o;++i)e=n[i],void 0!==e&&(t[i]=e)
430
430
  const s=Object.keys(n)
431
431
  let r
432
432
  o=s.length
433
- for(let e=0;e<o;++e)r=s[e],yt(r)||(t[r]=n[r])}}else t=Ue(i)
433
+ for(let e=0;e<o;++e)r=s[e],yt(r)||(t[r]=n[r])}}else t=Ge(i)
434
434
  We.set(e,t)}return t},defineProperty(e,t,i,n=!1){const o=`$di_${t}`
435
435
  Reflect.defineProperty(e,t,{get:function(){let e=this[o]
436
436
  if(void 0===e){const s=this instanceof HTMLElement?Qe.findResponsibleContainer(this):Qe.getOrCreateDOMContainer()
@@ -516,19 +516,19 @@ return xt[e]=!0}default:return!1}}function $t(e){return`${e.toLowerCase()}:prese
516
516
  void 0===Ct.get(n)?Ct.set(n,t):Ct.set(n,!1),i.register(gt.instance(n,t))},forTag(e,t){const i=$t(e),n=Ct.get(i)
517
517
  if(!1===n){return Qe.findResponsibleContainer(t).get(i)}return n||null}})
518
518
  class _t{constructor(e,t){this.template=e||null,this.styles=void 0===t?null:Array.isArray(t)?X.create(t):t instanceof X?t:X.create([t])}applyTo(e){const t=e.$fastController
519
- null===t.template&&(t.template=this.template),null===t.styles&&(t.styles=this.styles)}}class St extends ge{constructor(){super(...arguments),this._presentation=void 0}get $presentation(){return void 0===this._presentation&&(this._presentation=kt.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(e){return(t={})=>new Mt(this===St?class extends St{}:this,e,t)}}function Rt(e,t,i){return"function"==typeof e?e(t,i):e}Ze([f],St.prototype,"template",void 0),Ze([f],St.prototype,"styles",void 0)
520
- class Mt{constructor(e,t,i){this.type=e,this.elementDefinition=t,this.overrideDefinition=i,this.definition=Object.assign(Object.assign({},this.elementDefinition),this.overrideDefinition)}register(e,t){const i=this.definition,n=this.overrideDefinition,o=`${i.prefix||t.elementPrefix}-${i.baseName}`
521
- t.tryDefineElement({name:o,type:this.type,baseClass:this.elementDefinition.baseClass,callback:e=>{const t=new _t(Rt(i.template,e,i),Rt(i.styles,e,i))
519
+ null===t.template&&(t.template=this.template),null===t.styles&&(t.styles=this.styles)}}class St extends ge{constructor(){super(...arguments),this._presentation=void 0}get $presentation(){return void 0===this._presentation&&(this._presentation=kt.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(e){return(t={})=>new Rt(this===St?class extends St{}:this,e,t)}}function It(e,t,i){return"function"==typeof e?e(t,i):e}Ze([f],St.prototype,"template",void 0),Ze([f],St.prototype,"styles",void 0)
520
+ class Rt{constructor(e,t,i){this.type=e,this.elementDefinition=t,this.overrideDefinition=i,this.definition=Object.assign(Object.assign({},this.elementDefinition),this.overrideDefinition)}register(e,t){const i=this.definition,n=this.overrideDefinition,o=`${i.prefix||t.elementPrefix}-${i.baseName}`
521
+ t.tryDefineElement({name:o,type:this.type,baseClass:this.elementDefinition.baseClass,callback:e=>{const t=new _t(It(i.template,e,i),It(i.styles,e,i))
522
522
  e.definePresentation(t)
523
- let o=Rt(i.shadowOptions,e,i)
524
- e.shadowRootMode&&(o?n.shadowOptions||(o.mode=e.shadowRootMode):null!==o&&(o={mode:e.shadowRootMode})),e.defineElement({elementOptions:Rt(i.elementOptions,e,i),shadowOptions:o,attributes:Rt(i.attributes,e,i)})}})}}function It(e,...t){const i=ee.locate(e)
523
+ let o=It(i.shadowOptions,e,i)
524
+ e.shadowRootMode&&(o?n.shadowOptions||(o.mode=e.shadowRootMode):null!==o&&(o={mode:e.shadowRootMode})),e.defineElement({elementOptions:It(i.elementOptions,e,i),shadowOptions:o,attributes:It(i.attributes,e,i)})}})}}function Mt(e,...t){const i=ee.locate(e)
525
525
  t.forEach((t=>{Object.getOwnPropertyNames(t.prototype).forEach((i=>{"constructor"!==i&&Object.defineProperty(e.prototype,i,Object.getOwnPropertyDescriptor(t.prototype,i))}))
526
526
  ee.locate(t).forEach((e=>i.push(e)))}))}const At="horizontal",Ot="vertical"
527
527
  function Et(...e){return e.every((e=>e instanceof HTMLElement))}let Vt
528
528
  const Ht="resize",Lt="scroll"
529
529
  var Pt
530
530
  !function(e){e[e.alt=18]="alt",e[e.arrowDown=40]="arrowDown",e[e.arrowLeft=37]="arrowLeft",e[e.arrowRight=39]="arrowRight",e[e.arrowUp=38]="arrowUp",e[e.back=8]="back",e[e.backSlash=220]="backSlash",e[e.break=19]="break",e[e.capsLock=20]="capsLock",e[e.closeBracket=221]="closeBracket",e[e.colon=186]="colon",e[e.colon2=59]="colon2",e[e.comma=188]="comma",e[e.ctrl=17]="ctrl",e[e.delete=46]="delete",e[e.end=35]="end",e[e.enter=13]="enter",e[e.equals=187]="equals",e[e.equals2=61]="equals2",e[e.equals3=107]="equals3",e[e.escape=27]="escape",e[e.forwardSlash=191]="forwardSlash",e[e.function1=112]="function1",e[e.function10=121]="function10",e[e.function11=122]="function11",e[e.function12=123]="function12",e[e.function2=113]="function2",e[e.function3=114]="function3",e[e.function4=115]="function4",e[e.function5=116]="function5",e[e.function6=117]="function6",e[e.function7=118]="function7",e[e.function8=119]="function8",e[e.function9=120]="function9",e[e.home=36]="home",e[e.insert=45]="insert",e[e.menu=93]="menu",e[e.minus=189]="minus",e[e.minus2=109]="minus2",e[e.numLock=144]="numLock",e[e.numPad0=96]="numPad0",e[e.numPad1=97]="numPad1",e[e.numPad2=98]="numPad2",e[e.numPad3=99]="numPad3",e[e.numPad4=100]="numPad4",e[e.numPad5=101]="numPad5",e[e.numPad6=102]="numPad6",e[e.numPad7=103]="numPad7",e[e.numPad8=104]="numPad8",e[e.numPad9=105]="numPad9",e[e.numPadDivide=111]="numPadDivide",e[e.numPadDot=110]="numPadDot",e[e.numPadMinus=109]="numPadMinus",e[e.numPadMultiply=106]="numPadMultiply",e[e.numPadPlus=107]="numPadPlus",e[e.openBracket=219]="openBracket",e[e.pageDown=34]="pageDown",e[e.pageUp=33]="pageUp",e[e.period=190]="period",e[e.print=44]="print",e[e.quote=222]="quote",e[e.scrollLock=145]="scrollLock",e[e.shift=16]="shift",e[e.space=32]="space",e[e.tab=9]="tab",e[e.tilde=192]="tilde",e[e.windowsLeft=91]="windowsLeft",e[e.windowsOpera=219]="windowsOpera",e[e.windowsRight=92]="windowsRight"}(Pt||(Pt={}))
531
- const Tt="ArrowDown",zt="ArrowLeft",Dt="ArrowRight",Ft="ArrowUp",Bt="Enter",Nt="Escape",Zt="Home",qt="End",jt=" ",Ut="Tab",Gt={ArrowDown:Tt,ArrowLeft:zt,ArrowRight:Dt,ArrowUp:Ft}
531
+ const Tt="ArrowDown",zt="ArrowLeft",Ft="ArrowRight",Dt="ArrowUp",Bt="Enter",Nt="Escape",Zt="Home",qt="End",jt=" ",Gt="Tab",Ut={ArrowDown:Tt,ArrowLeft:zt,ArrowRight:Ft,ArrowUp:Dt}
532
532
  var Xt
533
533
  function Wt(e,t,i){return Math.min(Math.max(i,e),t)}function Kt(e,t,i=0){return[t,i]=[t,i].sort(((e,t)=>e-t)),t<=e&&e<i}!function(e){e.ltr="ltr",e.rtl="rtl"}(Xt||(Xt={}))
534
534
  let Yt=0
@@ -536,7 +536,7 @@ function Qt(e=""){return`${e}${Yt++}`}class Jt{}Ze([oe({attribute:"aria-atomic"}
536
536
  let ei=class extends St{constructor(){super(...arguments),this.handleUnsupportedDelegatesFocus=()=>{var e
537
537
  window.ShadowRoot&&!window.ShadowRoot.prototype.hasOwnProperty("delegatesFocus")&&(null===(e=this.$fastController.definition.shadowOptions)||void 0===e?void 0:e.delegatesFocus)&&(this.focus=()=>{this.control.focus()})}}connectedCallback(){super.connectedCallback(),this.handleUnsupportedDelegatesFocus()}}
538
538
  Ze([oe],ei.prototype,"download",void 0),Ze([oe],ei.prototype,"href",void 0),Ze([oe],ei.prototype,"hreflang",void 0),Ze([oe],ei.prototype,"ping",void 0),Ze([oe],ei.prototype,"referrerpolicy",void 0),Ze([oe],ei.prototype,"rel",void 0),Ze([oe],ei.prototype,"target",void 0),Ze([oe],ei.prototype,"type",void 0),Ze([f],ei.prototype,"defaultSlottedContent",void 0)
539
- class ti{}Ze([oe({attribute:"aria-expanded"})],ti.prototype,"ariaExpanded",void 0),It(ti,Jt),It(ei,Fe,ti)
539
+ class ti{}Ze([oe({attribute:"aria-expanded"})],ti.prototype,"ariaExpanded",void 0),Mt(ti,Jt),Mt(ei,De,ti)
540
540
  const ii=e=>{const t=e.closest("[dir]")
541
541
  return null!==t&&"rtl"===t.dir?Xt.rtl:Xt.ltr}
542
542
  let ni=class extends St{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=Xt.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||(ni.intersectionService.requestPosition(this,this.handleIntersection),ni.intersectionService.requestPosition(this.anchorElement,this.handleIntersection),null!==this.viewportElement&&ni.intersectionService.requestPosition(this.viewportElement,this.handleIntersection),this.pendingPositioningUpdate=!0)},this.stopObservers=()=>{this.pendingPositioningUpdate&&(this.pendingPositioningUpdate=!1,ni.intersectionService.cancelRequestPosition(this,this.handleIntersection),null!==this.anchorElement&&ni.intersectionService.cancelRequestPosition(this.anchorElement,this.handleIntersection),null!==this.viewportElement&&ni.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=e=>{this.pendingPositioningUpdate&&(this.pendingPositioningUpdate=!1,this.applyIntersectionEntries(e)&&this.updateLayout())},this.applyIntersectionEntries=e=>{const t=e.find((e=>e.target===this)),i=e.find((e=>e.target===this.anchorElement)),n=e.find((e=>e.target===this.viewportElement))
@@ -598,7 +598,7 @@ null===(n=this.intersectionDetector)||void 0===n||n.unobserve(e.target)
598
598
  const o=this.observedElements.get(e.target)
599
599
  void 0!==o&&(o.forEach((n=>{let o=t.indexOf(n);-1===o&&(o=t.length,t.push(n),i.push([])),i[o].push(e)})),this.observedElements.delete(e.target))})),t.forEach(((e,t)=>{e(i[t])}))},this.initializeIntersectionDetector()}},Ze([oe],ni.prototype,"anchor",void 0),Ze([oe],ni.prototype,"viewport",void 0),Ze([oe({attribute:"horizontal-positioning-mode"})],ni.prototype,"horizontalPositioningMode",void 0),Ze([oe({attribute:"horizontal-default-position"})],ni.prototype,"horizontalDefaultPosition",void 0),Ze([oe({attribute:"horizontal-viewport-lock",mode:"boolean"})],ni.prototype,"horizontalViewportLock",void 0),Ze([oe({attribute:"horizontal-inset",mode:"boolean"})],ni.prototype,"horizontalInset",void 0),Ze([oe({attribute:"horizontal-threshold"})],ni.prototype,"horizontalThreshold",void 0),Ze([oe({attribute:"horizontal-scaling"})],ni.prototype,"horizontalScaling",void 0),Ze([oe({attribute:"vertical-positioning-mode"})],ni.prototype,"verticalPositioningMode",void 0),Ze([oe({attribute:"vertical-default-position"})],ni.prototype,"verticalDefaultPosition",void 0),Ze([oe({attribute:"vertical-viewport-lock",mode:"boolean"})],ni.prototype,"verticalViewportLock",void 0),Ze([oe({attribute:"vertical-inset",mode:"boolean"})],ni.prototype,"verticalInset",void 0),Ze([oe({attribute:"vertical-threshold"})],ni.prototype,"verticalThreshold",void 0),Ze([oe({attribute:"vertical-scaling"})],ni.prototype,"verticalScaling",void 0),Ze([oe({attribute:"fixed-placement",mode:"boolean"})],ni.prototype,"fixedPlacement",void 0),Ze([oe({attribute:"auto-update-mode"})],ni.prototype,"autoUpdateMode",void 0),Ze([f],ni.prototype,"anchorElement",void 0),Ze([f],ni.prototype,"viewportElement",void 0),Ze([f],ni.prototype,"initialLayoutComplete",void 0)
600
600
  let oi=class extends ei{constructor(){super(...arguments),this.separator=!0}}
601
- Ze([f],oi.prototype,"separator",void 0),It(oi,Fe,ti)
601
+ Ze([f],oi.prototype,"separator",void 0),Mt(oi,De,ti)
602
602
  let si=class extends St{slottedBreadcrumbItemsChanged(){if(this.$fastController.isConnected){if(void 0===this.slottedBreadcrumbItems||0===this.slottedBreadcrumbItems.length)return
603
603
  const e=this.slottedBreadcrumbItems[this.slottedBreadcrumbItems.length-1]
604
604
  this.slottedBreadcrumbItems.forEach((t=>{const i=t===e
@@ -606,7 +606,7 @@ this.setItemSeparator(t,i),this.setAriaCurrent(t,i)}))}}setItemSeparator(e,t){e
606
606
  return e.childElementCount>0?e.querySelector("a[href]"):(null===(t=e.shadowRoot)||void 0===t?void 0:t.childElementCount)?null===(i=e.shadowRoot)||void 0===i?void 0:i.querySelector("a[href]"):null}setAriaCurrent(e,t){const i=this.findChildWithHref(e)
607
607
  null===i&&e.hasAttribute("href")&&e instanceof oi?t?e.setAttribute("aria-current","page"):e.removeAttribute("aria-current"):null!==i&&(t?i.setAttribute("aria-current","page"):i.removeAttribute("aria-current"))}}
608
608
  Ze([f],si.prototype,"slottedBreadcrumbItems",void 0)
609
- const ri=(e,t)=>G`
609
+ const ri=(e,t)=>U`
610
610
  <button
611
611
  class="control"
612
612
  part="control"
@@ -673,7 +673,7 @@ super.disconnectedCallback()
673
673
  const t=Array.from(null===(e=this.control)||void 0===e?void 0:e.children)
674
674
  t&&t.forEach((e=>{e.removeEventListener("click",this.handleClick)}))}}
675
675
  Ze([oe({mode:"boolean"})],vi.prototype,"autofocus",void 0),Ze([oe({attribute:"form"})],vi.prototype,"formId",void 0),Ze([oe],vi.prototype,"formaction",void 0),Ze([oe],vi.prototype,"formenctype",void 0),Ze([oe],vi.prototype,"formmethod",void 0),Ze([oe({mode:"boolean"})],vi.prototype,"formnovalidate",void 0),Ze([oe],vi.prototype,"formtarget",void 0),Ze([oe],vi.prototype,"type",void 0),Ze([f],vi.prototype,"defaultSlottedContent",void 0)
676
- class fi{}Ze([oe({attribute:"aria-expanded"})],fi.prototype,"ariaExpanded",void 0),Ze([oe({attribute:"aria-pressed"})],fi.prototype,"ariaPressed",void 0),It(fi,Jt),It(vi,Fe,fi)
676
+ class fi{}Ze([oe({attribute:"aria-expanded"})],fi.prototype,"ariaExpanded",void 0),Ze([oe({attribute:"aria-pressed"})],fi.prototype,"ariaPressed",void 0),Mt(fi,Jt),Mt(vi,De,fi)
677
677
  class mi extends St{}class bi extends(ui(mi)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let wi=class extends bi{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=e=>{if(!this.readOnly&&e.key===jt)this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked},this.clickHandler=e=>{this.disabled||this.readOnly||(this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}}
678
678
  function xi(e){return Et(e)&&("option"===e.getAttribute("role")||e instanceof HTMLOptionElement)}Ze([oe({attribute:"readonly",mode:"boolean"})],wi.prototype,"readOnly",void 0),Ze([f],wi.prototype,"defaultSlottedNodes",void 0),Ze([f],wi.prototype,"indeterminate",void 0)
679
679
  class yi extends St{constructor(e,t,i,n){super(),this.defaultSelected=!1,this.dirtySelected=!1,this.selected=this.defaultSelected,this.dirtyValue=!1,e&&(this.textContent=e),t&&(this.initialValue=t),i&&(this.defaultSelected=i),n&&(this.selected=n),this.proxy=new Option(`${this.textContent}`,this.initialValue,this.defaultSelected,this.selected),this.proxy.disabled=this.disabled}checkedChanged(e,t){this.ariaChecked="boolean"!=typeof t?null:t?"true":"false"}contentChanged(e,t){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(e,t){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(e,t){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}get label(){var e
@@ -681,7 +681,7 @@ return null!==(e=this.value)&&void 0!==e?e:this.text}get text(){var e,t
681
681
  return null!==(t=null===(e=this.textContent)||void 0===e?void 0:e.replace(/\s+/g," ").trim())&&void 0!==t?t:""}set value(e){const t=`${null!=e?e:""}`
682
682
  this._value=t,this.dirtyValue=!0,this.proxy instanceof HTMLOptionElement&&(this.proxy.value=t),v.notify(this,"value")}get value(){var e
683
683
  return v.track(this,"value"),null!==(e=this._value)&&void 0!==e?e:this.text}get form(){return this.proxy?this.proxy.form:null}}Ze([f],yi.prototype,"checked",void 0),Ze([f],yi.prototype,"content",void 0),Ze([f],yi.prototype,"defaultSelected",void 0),Ze([oe({mode:"boolean"})],yi.prototype,"disabled",void 0),Ze([oe({attribute:"selected",mode:"boolean"})],yi.prototype,"selectedAttribute",void 0),Ze([f],yi.prototype,"selected",void 0),Ze([oe({attribute:"value",mode:"fromView"})],yi.prototype,"initialValue",void 0)
684
- class $i{}Ze([f],$i.prototype,"ariaChecked",void 0),Ze([f],$i.prototype,"ariaPosInSet",void 0),Ze([f],$i.prototype,"ariaSelected",void 0),Ze([f],$i.prototype,"ariaSetSize",void 0),It($i,Jt),It(yi,Fe,$i)
684
+ class $i{}Ze([f],$i.prototype,"ariaChecked",void 0),Ze([f],$i.prototype,"ariaPosInSet",void 0),Ze([f],$i.prototype,"ariaSelected",void 0),Ze([f],$i.prototype,"ariaSetSize",void 0),Mt($i,Jt),Mt(yi,De,$i)
685
685
  class Ci extends St{constructor(){super(...arguments),this._options=[],this.selectedIndex=-1,this.selectedOptions=[],this.shouldSkipFocus=!1,this.typeaheadBuffer="",this.typeaheadExpired=!0,this.typeaheadTimeout=-1}get firstSelectedOption(){var e
686
686
  return null!==(e=this.selectedOptions[0])&&void 0!==e?e:null}get hasSelectableOptions(){return this.options.length>0&&!this.options.every((e=>e.disabled))}get length(){var e,t
687
687
  return null!==(t=null===(e=this.options)||void 0===e?void 0:e.length)&&void 0!==t?t:0}get options(){return v.track(this,"options"),this._options}set options(e){this._options=e,v.notify(this,"options")}get typeAheadExpired(){return this.typeaheadExpired}set typeAheadExpired(e){this.typeaheadExpired=e}clickHandler(e){const t=e.target.closest("option,[role=option]")
@@ -697,11 +697,11 @@ switch(t){case Zt:e.shiftKey||(e.preventDefault(),this.selectFirstOption())
697
697
  break
698
698
  case Tt:e.shiftKey||(e.preventDefault(),this.selectNextOption())
699
699
  break
700
- case Ft:e.shiftKey||(e.preventDefault(),this.selectPreviousOption())
700
+ case Dt:e.shiftKey||(e.preventDefault(),this.selectPreviousOption())
701
701
  break
702
702
  case qt:e.preventDefault(),this.selectLastOption()
703
703
  break
704
- case Ut:return this.focusAndScrollOptionIntoView(),!0
704
+ case Gt:return this.focusAndScrollOptionIntoView(),!0
705
705
  case Bt:case Nt:return!0
706
706
  case jt:if(this.typeaheadExpired)return!0
707
707
  default:return 1===t.length&&this.handleTypeAhead(`${t}`),!0}}mousedownHandler(e){return this.shouldSkipFocus=!this.contains(document.activeElement),!0}multipleChanged(e,t){this.ariaMultiSelectable=t?"true":null}selectedIndexChanged(e,t){var i
@@ -718,10 +718,10 @@ const i=`${this.options.length}`
718
718
  this.options.forEach(((e,t)=>{e.id||(e.id=Qt("option-")),e.ariaPosInSet=`${t+1}`,e.ariaSetSize=i})),this.$fastController.isConnected&&(this.setSelectedOptions(),this.setDefaultSelectedOption())}typeaheadBufferChanged(e,t){if(this.$fastController.isConnected){const e=this.getTypeaheadMatches()
719
719
  if(e.length){const t=this.options.indexOf(e[0])
720
720
  t>-1&&(this.selectedIndex=t)}this.typeaheadExpired=!1}}}Ci.slottedOptionFilter=e=>xi(e)&&!e.hidden,Ci.TYPE_AHEAD_TIMEOUT_MS=1e3,Ze([oe({mode:"boolean"})],Ci.prototype,"disabled",void 0),Ze([f],Ci.prototype,"selectedIndex",void 0),Ze([f],Ci.prototype,"selectedOptions",void 0),Ze([f],Ci.prototype,"slottedOptions",void 0),Ze([f],Ci.prototype,"typeaheadBuffer",void 0)
721
- class ki{}Ze([f],ki.prototype,"ariaActiveDescendant",void 0),Ze([f],ki.prototype,"ariaDisabled",void 0),Ze([f],ki.prototype,"ariaExpanded",void 0),Ze([f],ki.prototype,"ariaMultiSelectable",void 0),It(ki,Jt),It(Ci,ki)
721
+ class ki{}Ze([f],ki.prototype,"ariaActiveDescendant",void 0),Ze([f],ki.prototype,"ariaDisabled",void 0),Ze([f],ki.prototype,"ariaExpanded",void 0),Ze([f],ki.prototype,"ariaMultiSelectable",void 0),Mt(ki,Jt),Mt(Ci,ki)
722
722
  const _i="above",Si="below"
723
- class Ri extends Ci{}class Mi extends(hi(Ri)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const Ii="inline",Ai="list",Oi="both",Ei="none"
724
- let Vi=class extends Mi{constructor(){super(...arguments),this._value="",this.filteredOptions=[],this.filter="",this.forcedPosition=!1,this.listboxId=Qt("listbox-"),this.maxHeight=0,this.open=!1}formResetCallback(){super.formResetCallback(),this.setDefaultSelectedOption(),this.updateValue()}validate(){super.validate(this.control)}get isAutocompleteInline(){return this.autocomplete===Ii||this.isAutocompleteBoth}get isAutocompleteList(){return this.autocomplete===Ai||this.isAutocompleteBoth}get isAutocompleteBoth(){return this.autocomplete===Oi}openChanged(){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),void u.queueUpdate((()=>this.focus()))
723
+ class Ii extends Ci{}class Ri extends(hi(Ii)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const Mi="inline",Ai="list",Oi="both",Ei="none"
724
+ let Vi=class extends Ri{constructor(){super(...arguments),this._value="",this.filteredOptions=[],this.filter="",this.forcedPosition=!1,this.listboxId=Qt("listbox-"),this.maxHeight=0,this.open=!1}formResetCallback(){super.formResetCallback(),this.setDefaultSelectedOption(),this.updateValue()}validate(){super.validate(this.control)}get isAutocompleteInline(){return this.autocomplete===Mi||this.isAutocompleteBoth}get isAutocompleteList(){return this.autocomplete===Ai||this.isAutocompleteBoth}get isAutocompleteBoth(){return this.autocomplete===Oi}openChanged(){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),void u.queueUpdate((()=>this.focus()))
725
725
  this.ariaControls="",this.ariaExpanded="false"}get options(){return v.track(this,"options"),this.filteredOptions.length?this.filteredOptions:this._options}set options(e){this._options=e,v.notify(this,"options")}placeholderChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.placeholder=this.placeholder)}positionChanged(e,t){this.positionAttribute=t,this.setPositioning()}get value(){return v.track(this,"value"),this._value}set value(e){var t,i,n
726
726
  const o=`${this._value}`
727
727
  if(this.$fastController.isConnected&&this.options){const o=this.options.findIndex((t=>t.text.toLowerCase()===e.toLowerCase())),s=null===(t=this.options[this.selectedIndex])||void 0===t?void 0:t.text,r=null===(i=this.options[o])||void 0===i?void 0:i.text
@@ -755,21 +755,21 @@ this.position=this.forcedPosition?this.positionAttribute:e.top>t?_i:Si,this.posi
755
755
  this.$fastController.isConnected&&(this.value=(null===(t=this.firstSelectedOption)||void 0===t?void 0:t.text)||this.control.value,this.control.value=this.value),e&&this.$emit("change")}clearSelectionRange(){const e=this.control.value.length
756
756
  this.control.setSelectionRange(e,e)}}
757
757
  Ze([oe({attribute:"autocomplete",mode:"fromView"})],Vi.prototype,"autocomplete",void 0),Ze([f],Vi.prototype,"maxHeight",void 0),Ze([oe({attribute:"open",mode:"boolean"})],Vi.prototype,"open",void 0),Ze([oe],Vi.prototype,"placeholder",void 0),Ze([oe({attribute:"position"})],Vi.prototype,"positionAttribute",void 0),Ze([f],Vi.prototype,"position",void 0)
758
- class Hi{}Ze([f],Hi.prototype,"ariaAutoComplete",void 0),Ze([f],Hi.prototype,"ariaControls",void 0),It(Hi,ki),It(Vi,Fe,Hi)
758
+ class Hi{}Ze([f],Hi.prototype,"ariaAutoComplete",void 0),Ze([f],Hi.prototype,"ariaControls",void 0),Mt(Hi,ki),Mt(Vi,De,Hi)
759
759
  function Li(e){const t=e.parentElement
760
760
  if(t)return t
761
761
  {const t=e.getRootNode()
762
762
  if(t.host instanceof HTMLElement)return t.host}return null}const Pi=document.createElement("div")
763
763
  class Ti{setProperty(e,t){u.queueUpdate((()=>this.target.setProperty(e,t)))}removeProperty(e){u.queueUpdate((()=>this.target.removeProperty(e)))}}class zi extends Ti{constructor(){super()
764
764
  const e=new CSSStyleSheet
765
- this.target=e.cssRules[e.insertRule(":root{}")].style,document.adoptedStyleSheets=[...document.adoptedStyleSheets,e]}}class Di extends Ti{constructor(){super(),this.style=document.createElement("style"),document.head.appendChild(this.style)
765
+ this.target=e.cssRules[e.insertRule(":root{}")].style,document.adoptedStyleSheets=[...document.adoptedStyleSheets,e]}}class Fi extends Ti{constructor(){super(),this.style=document.createElement("style"),document.head.appendChild(this.style)
766
766
  const{sheet:e}=this.style
767
767
  if(e){const t=e.insertRule(":root{}",e.cssRules.length)
768
- this.target=e.cssRules[t].style}}}class Fi{constructor(e){this.store=new Map,this.target=null
768
+ this.target=e.cssRules[t].style}}}class Di{constructor(e){this.store=new Map,this.target=null
769
769
  const t=e.$fastController
770
770
  this.style=document.createElement("style"),t.addStyles(this.style),v.getNotifier(t).subscribe(this,"isConnected"),this.handleChange(t,"isConnected")}targetChanged(){if(null!==this.target)for(const[e,t]of this.store.entries())this.target.setProperty(e,t)}setProperty(e,t){this.store.set(e,t),u.queueUpdate((()=>{null!==this.target&&this.target.setProperty(e,t)}))}removeProperty(e){this.store.delete(e),u.queueUpdate((()=>{null!==this.target&&this.target.removeProperty(e)}))}handleChange(e,t){const{sheet:i}=this.style
771
771
  if(i){const e=i.insertRule(":host{}",i.cssRules.length)
772
- this.target=i.cssRules[e].style}else this.target=null}}Ze([f],Fi.prototype,"target",void 0)
772
+ this.target=i.cssRules[e].style}else this.target=null}}Ze([f],Di.prototype,"target",void 0)
773
773
  class Bi{constructor(e){this.target=e.style}setProperty(e,t){u.queueUpdate((()=>this.target.setProperty(e,t)))}removeProperty(e){u.queueUpdate((()=>this.target.removeProperty(e)))}}class Ni{setProperty(e,t){Ni.properties[e]=t
774
774
  for(const i of Ni.roots.values())ji.getOrCreate(Ni.normalizeRoot(i)).setProperty(e,t)}removeProperty(e){delete Ni.properties[e]
775
775
  for(const t of Ni.roots.values())ji.getOrCreate(Ni.normalizeRoot(t)).removeProperty(e)}static registerRoot(e){const{roots:t}=Ni
@@ -781,19 +781,19 @@ const i=ji.getOrCreate(Ni.normalizeRoot(e))
781
781
  for(const e in Ni.properties)i.removeProperty(e)}}static normalizeRoot(e){return e===Pi?document:e}}Ni.roots=new Set,Ni.properties={}
782
782
  const Zi=new WeakMap,qi=u.supportsAdoptedStyleSheets?class extends Ti{constructor(e){super()
783
783
  const t=new CSSStyleSheet
784
- this.target=t.cssRules[t.insertRule(":host{}")].style,e.$fastController.addStyles(X.create([t]))}}:Fi,ji=Object.freeze({getOrCreate(e){if(Zi.has(e))return Zi.get(e)
784
+ this.target=t.cssRules[t.insertRule(":host{}")].style,e.$fastController.addStyles(X.create([t]))}}:Di,ji=Object.freeze({getOrCreate(e){if(Zi.has(e))return Zi.get(e)
785
785
  let t
786
- return e===Pi?t=new Ni:e instanceof Document?t=u.supportsAdoptedStyleSheets?new zi:new Di:t=e instanceof ge?new qi(e):new Bi(e),Zi.set(e,t),t}})
787
- class Ui extends ve{constructor(e){super(),this.subscribers=new WeakMap,this._appliedTo=new Set,this.name=e.name,null!==e.cssCustomPropertyName&&(this.cssCustomProperty=`--${e.cssCustomPropertyName}`,this.cssVar=`var(${this.cssCustomProperty})`),this.id=Ui.uniqueId(),Ui.tokensById.set(this.id,this)}get appliedTo(){return[...this._appliedTo]}static from(e){return new Ui({name:"string"==typeof e?e:e.name,cssCustomPropertyName:"string"==typeof e?e:void 0===e.cssCustomPropertyName?e.name:e.cssCustomPropertyName})}static isCSSDesignToken(e){return"string"==typeof e.cssCustomProperty}static isDerivedDesignTokenValue(e){return"function"==typeof e}static getTokenById(e){return Ui.tokensById.get(e)}getOrCreateSubscriberSet(e=this){return this.subscribers.get(e)||this.subscribers.set(e,new Set)&&this.subscribers.get(e)}createCSS(){return this.cssVar||""}getValueFor(e){const t=Yi.getOrCreate(e).get(this)
786
+ return e===Pi?t=new Ni:e instanceof Document?t=u.supportsAdoptedStyleSheets?new zi:new Fi:t=e instanceof ge?new qi(e):new Bi(e),Zi.set(e,t),t}})
787
+ class Gi extends ve{constructor(e){super(),this.subscribers=new WeakMap,this._appliedTo=new Set,this.name=e.name,null!==e.cssCustomPropertyName&&(this.cssCustomProperty=`--${e.cssCustomPropertyName}`,this.cssVar=`var(${this.cssCustomProperty})`),this.id=Gi.uniqueId(),Gi.tokensById.set(this.id,this)}get appliedTo(){return[...this._appliedTo]}static from(e){return new Gi({name:"string"==typeof e?e:e.name,cssCustomPropertyName:"string"==typeof e?e:void 0===e.cssCustomPropertyName?e.name:e.cssCustomPropertyName})}static isCSSDesignToken(e){return"string"==typeof e.cssCustomProperty}static isDerivedDesignTokenValue(e){return"function"==typeof e}static getTokenById(e){return Gi.tokensById.get(e)}getOrCreateSubscriberSet(e=this){return this.subscribers.get(e)||this.subscribers.set(e,new Set)&&this.subscribers.get(e)}createCSS(){return this.cssVar||""}getValueFor(e){const t=Yi.getOrCreate(e).get(this)
788
788
  if(void 0!==t)return t
789
- throw new Error(`Value could not be retrieved for token named "${this.name}". Ensure the value is set for ${e} or an ancestor of ${e}.`)}setValueFor(e,t){return this._appliedTo.add(e),t instanceof Ui&&(t=this.alias(t)),Yi.getOrCreate(e).set(this,t),this}deleteValueFor(e){return this._appliedTo.delete(e),Yi.existsFor(e)&&Yi.getOrCreate(e).delete(this),this}withDefault(e){return this.setValueFor(Pi,e),this}subscribe(e,t){const i=this.getOrCreateSubscriberSet(t)
789
+ throw new Error(`Value could not be retrieved for token named "${this.name}". Ensure the value is set for ${e} or an ancestor of ${e}.`)}setValueFor(e,t){return this._appliedTo.add(e),t instanceof Gi&&(t=this.alias(t)),Yi.getOrCreate(e).set(this,t),this}deleteValueFor(e){return this._appliedTo.delete(e),Yi.existsFor(e)&&Yi.getOrCreate(e).delete(this),this}withDefault(e){return this.setValueFor(Pi,e),this}subscribe(e,t){const i=this.getOrCreateSubscriberSet(t)
790
790
  t&&!Yi.existsFor(t)&&Yi.getOrCreate(t),i.has(e)||i.add(e)}unsubscribe(e,t){const i=this.subscribers.get(t||this)
791
791
  i&&i.has(e)&&i.delete(e)}notify(e){const t=Object.freeze({token:this,target:e})
792
- this.subscribers.has(this)&&this.subscribers.get(this).forEach((e=>e.handleChange(t))),this.subscribers.has(e)&&this.subscribers.get(e).forEach((e=>e.handleChange(t)))}alias(e){return t=>e.getValueFor(t)}}Ui.uniqueId=(()=>{let e=0
793
- return()=>(e++,e.toString(16))})(),Ui.tokensById=new Map
794
- class Gi{constructor(e,t,i){this.source=e,this.token=t,this.node=i,this.dependencies=new Set,this.observer=v.binding(e,this,!1),this.observer.handleChange=this.observer.call,this.handleChange()}disconnect(){this.observer.disconnect()}handleChange(){this.node.store.set(this.token,this.observer.observe(this.node.target,x))}}class Xi{constructor(){this.values=new Map}set(e,t){this.values.get(e)!==t&&(this.values.set(e,t),v.getNotifier(this).notify(e.id))}get(e){return v.track(this,e.id),this.values.get(e)}delete(e){this.values.delete(e)}all(){return this.values.entries()}}const Wi=new WeakMap,Ki=new WeakMap
795
- class Yi{constructor(e){this.target=e,this.store=new Xi,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(e,t)=>{const i=Ui.getTokenById(t)
796
- if(i&&(i.notify(this.target),Ui.isCSSDesignToken(i))){const t=this.parent,n=this.isReflecting(i)
792
+ this.subscribers.has(this)&&this.subscribers.get(this).forEach((e=>e.handleChange(t))),this.subscribers.has(e)&&this.subscribers.get(e).forEach((e=>e.handleChange(t)))}alias(e){return t=>e.getValueFor(t)}}Gi.uniqueId=(()=>{let e=0
793
+ return()=>(e++,e.toString(16))})(),Gi.tokensById=new Map
794
+ class Ui{constructor(e,t,i){this.source=e,this.token=t,this.node=i,this.dependencies=new Set,this.observer=v.binding(e,this,!1),this.observer.handleChange=this.observer.call,this.handleChange()}disconnect(){this.observer.disconnect()}handleChange(){this.node.store.set(this.token,this.observer.observe(this.node.target,x))}}class Xi{constructor(){this.values=new Map}set(e,t){this.values.get(e)!==t&&(this.values.set(e,t),v.getNotifier(this).notify(e.id))}get(e){return v.track(this,e.id),this.values.get(e)}delete(e){this.values.delete(e)}all(){return this.values.entries()}}const Wi=new WeakMap,Ki=new WeakMap
795
+ class Yi{constructor(e){this.target=e,this.store=new Xi,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(e,t)=>{const i=Gi.getTokenById(t)
796
+ if(i&&(i.notify(this.target),Gi.isCSSDesignToken(i))){const t=this.parent,n=this.isReflecting(i)
797
797
  if(t){const o=t.get(i),s=e.get(i)
798
798
  o===s||n?o===s&&n&&this.stopReflectToCSS(i):this.reflectToCSS(i)}else n||this.reflectToCSS(i)}}},Wi.set(e,this),v.getNotifier(this.store).subscribe(this.tokenValueChangeHandler),e instanceof ge?e.$fastController.addBehaviors([this]):e.isConnected&&this.bind()}static getOrCreate(e){return Wi.get(e)||new Yi(e)}static existsFor(e){return Wi.has(e)}static findParent(e){if(Pi!==e.target){let t=Li(e.target)
799
799
  for(;null!==t;){if(Wi.has(t))return Wi.get(t)
@@ -804,7 +804,7 @@ return null}get parent(){return Ki.get(this)||null}has(e){return this.assignedVa
804
804
  if(void 0!==t)return t
805
805
  const i=this.getRaw(e)
806
806
  return void 0!==i?(this.hydrate(e,i),this.get(e)):void 0}getRaw(e){var t
807
- return this.assignedValues.has(e)?this.assignedValues.get(e):null===(t=Yi.findClosestAssignedNode(e,this))||void 0===t?void 0:t.getRaw(e)}set(e,t){Ui.isDerivedDesignTokenValue(this.assignedValues.get(e))&&this.tearDownBindingObserver(e),this.assignedValues.set(e,t),Ui.isDerivedDesignTokenValue(t)?this.setupBindingObserver(e,t):this.store.set(e,t)}delete(e){this.assignedValues.delete(e),this.tearDownBindingObserver(e)
807
+ return this.assignedValues.has(e)?this.assignedValues.get(e):null===(t=Yi.findClosestAssignedNode(e,this))||void 0===t?void 0:t.getRaw(e)}set(e,t){Gi.isDerivedDesignTokenValue(this.assignedValues.get(e))&&this.tearDownBindingObserver(e),this.assignedValues.set(e,t),Gi.isDerivedDesignTokenValue(t)?this.setupBindingObserver(e,t):this.store.set(e,t)}delete(e){this.assignedValues.delete(e),this.tearDownBindingObserver(e)
808
808
  const t=this.getRaw(e)
809
809
  t?this.hydrate(e,t):this.store.delete(e)}bind(){const e=Yi.findParent(this)
810
810
  e&&e.appendChild(this)
@@ -814,12 +814,12 @@ Ki.set(e,this),this.children.push(e),t.forEach((t=>e.appendChild(t))),v.getNotif
814
814
  for(const[t,i]of this.store.all())e.hydrate(t,this.bindingObservers.has(t)?this.getRaw(t):i)}removeChild(e){const t=this.children.indexOf(e)
815
815
  return-1!==t&&this.children.splice(t,1),v.getNotifier(this.store).unsubscribe(e),e.parent===this&&Ki.delete(e)}contains(e){return function(e,t){let i=t
816
816
  for(;null!==i;){if(i===e)return!0
817
- i=Li(i)}return!1}(this.target,e.target)}reflectToCSS(e){this.isReflecting(e)||(this.reflecting.add(e),Yi.cssCustomPropertyReflector.startReflection(e,this.target))}stopReflectToCSS(e){this.isReflecting(e)&&(this.reflecting.delete(e),Yi.cssCustomPropertyReflector.stopReflection(e,this.target))}isReflecting(e){return this.reflecting.has(e)}handleChange(e,t){const i=Ui.getTokenById(t)
817
+ i=Li(i)}return!1}(this.target,e.target)}reflectToCSS(e){this.isReflecting(e)||(this.reflecting.add(e),Yi.cssCustomPropertyReflector.startReflection(e,this.target))}stopReflectToCSS(e){this.isReflecting(e)&&(this.reflecting.delete(e),Yi.cssCustomPropertyReflector.stopReflection(e,this.target))}isReflecting(e){return this.reflecting.has(e)}handleChange(e,t){const i=Gi.getTokenById(t)
818
818
  i&&this.hydrate(i,this.getRaw(i))}hydrate(e,t){if(!this.has(e)){const i=this.bindingObservers.get(e)
819
- Ui.isDerivedDesignTokenValue(t)?i?i.source!==t&&(this.tearDownBindingObserver(e),this.setupBindingObserver(e,t)):this.setupBindingObserver(e,t):(i&&this.tearDownBindingObserver(e),this.store.set(e,t))}}setupBindingObserver(e,t){const i=new Gi(t,e,this)
819
+ Gi.isDerivedDesignTokenValue(t)?i?i.source!==t&&(this.tearDownBindingObserver(e),this.setupBindingObserver(e,t)):this.setupBindingObserver(e,t):(i&&this.tearDownBindingObserver(e),this.store.set(e,t))}}setupBindingObserver(e,t){const i=new Ui(t,e,this)
820
820
  return this.bindingObservers.set(e,i),i}tearDownBindingObserver(e){return!!this.bindingObservers.has(e)&&(this.bindingObservers.get(e).disconnect(),this.bindingObservers.delete(e),!0)}}Yi.cssCustomPropertyReflector=new class{startReflection(e,t){e.subscribe(this,t),this.handleChange({token:e,target:t})}stopReflection(e,t){e.unsubscribe(this,t),this.remove(e,t)}handleChange(e){const{token:t,target:i}=e
821
821
  this.add(t,i)}add(e,t){ji.getOrCreate(t).setProperty(e.cssCustomProperty,this.resolveCSSValue(Yi.getOrCreate(t).get(e)))}remove(e,t){ji.getOrCreate(t).removeProperty(e.cssCustomProperty)}resolveCSSValue(e){return e&&"function"==typeof e.createCSS?e.createCSS():e}},Ze([f],Yi.prototype,"children",void 0)
822
- const Qi=Object.freeze({create:function(e){return Ui.from(e)},notifyConnection:e=>!(!e.isConnected||!Yi.existsFor(e))&&(Yi.getOrCreate(e).bind(),!0),notifyDisconnection:e=>!(e.isConnected||!Yi.existsFor(e))&&(Yi.getOrCreate(e).unbind(),!0),registerRoot(e=Pi){Ni.registerRoot(e)},unregisterRoot(e=Pi){Ni.unregisterRoot(e)}}),Ji=Object.freeze({definitionCallbackOnly:null,ignoreDuplicate:Symbol()}),en=new Map,tn=new Map
822
+ const Qi=Object.freeze({create:function(e){return Gi.from(e)},notifyConnection:e=>!(!e.isConnected||!Yi.existsFor(e))&&(Yi.getOrCreate(e).bind(),!0),notifyDisconnection:e=>!(e.isConnected||!Yi.existsFor(e))&&(Yi.getOrCreate(e).unbind(),!0),registerRoot(e=Pi){Ni.registerRoot(e)},unregisterRoot(e=Pi){Ni.unregisterRoot(e)}}),Ji=Object.freeze({definitionCallbackOnly:null,ignoreDuplicate:Symbol()}),en=new Map,tn=new Map
823
823
  let nn=null
824
824
  const on=Qe.createInterface((e=>e.cachedCallback((e=>(null===nn&&(nn=new rn(null,e)),nn))))),sn=Object.freeze({tagFor:e=>tn.get(e),responsibleFor(e){const t=e.$$designSystem$$
825
825
  if(t)return t
@@ -867,9 +867,9 @@ if(this.disabled)return!0
867
867
  const{key:t,shiftKey:i}=e
868
868
  switch(this.shouldSkipFocus=!1,t){case Zt:return void this.checkFirstOption(i)
869
869
  case Tt:return void this.checkNextOption(i)
870
- case Ft:return void this.checkPreviousOption(i)
870
+ case Dt:return void this.checkPreviousOption(i)
871
871
  case qt:return void this.checkLastOption(i)
872
- case Ut:return this.focusAndScrollOptionIntoView(),!0
872
+ case Gt:return this.focusAndScrollOptionIntoView(),!0
873
873
  case Nt:return this.uncheckAllOptions(),this.checkActiveIndex(),!0
874
874
  case jt:if(e.preventDefault(),this.typeAheadExpired)return void this.toggleSelectedForAllCheckedOptions()
875
875
  default:return 1===t.length&&this.handleTypeAhead(`${t}`),!0}}mousedownHandler(e){if(e.offsetX>=0&&e.offsetX<=this.scrollWidth)return super.mousedownHandler(e)}multipleChanged(e,t){var i
@@ -881,14 +881,14 @@ t>-1&&(this.activeIndex=t,this.uncheckAllOptions(),this.checkActiveIndex()),this
881
881
  const fn="menuitem",mn="menuitemcheckbox",bn="menuitemradio",wn={[fn]:"menuitem",[mn]:"menuitemcheckbox",[bn]:"menuitemradio"}
882
882
  let xn=class extends St{constructor(){super(...arguments),this.role=fn,this.hasSubmenu=!1,this.currentDirection=Xt.ltr,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=e=>{if(e.defaultPrevented)return!1
883
883
  switch(e.key){case Bt:case jt:return this.invoke(),!1
884
- case Dt:return this.expandAndFocus(),!1
884
+ case Ft:return this.expandAndFocus(),!1
885
885
  case zt:if(this.expanded)return this.expanded=!1,this.focus(),!1}return!0},this.handleMenuItemClick=e=>(e.defaultPrevented||this.disabled||this.invoke(),!1),this.submenuLoaded=()=>{this.focusSubmenuOnLoad&&(this.focusSubmenuOnLoad=!1,this.hasSubmenu&&(this.submenu.focus(),this.setAttribute("tabindex","-1")))},this.handleMouseOver=e=>(this.disabled||!this.hasSubmenu||this.expanded||(this.expanded=!0),!1),this.handleMouseOut=e=>(!this.expanded||this.contains(document.activeElement)||(this.expanded=!1),!1),this.expandAndFocus=()=>{this.hasSubmenu&&(this.focusSubmenuOnLoad=!0,this.expanded=!0)},this.invoke=()=>{if(!this.disabled)switch(this.role){case mn:this.checked=!this.checked
886
886
  break
887
887
  case fn:this.updateSubmenu(),this.hasSubmenu?this.expandAndFocus():this.$emit("change")
888
888
  break
889
889
  case bn:this.checked||(this.checked=!0)}},this.updateSubmenu=()=>{this.submenu=this.domChildren().find((e=>"menu"===e.getAttribute("role"))),this.hasSubmenu=void 0!==this.submenu}}expandedChanged(e){if(this.$fastController.isConnected){if(void 0===this.submenu)return
890
890
  !1===this.expanded?this.submenu.collapseExpandedItem():this.currentDirection=ii(this),this.$emit("expanded-change",this,{bubbles:!1})}}checkedChanged(e,t){this.$fastController.isConnected&&this.$emit("change")}connectedCallback(){super.connectedCallback(),u.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((e=>!e.hasAttribute("hidden")))}}
891
- Ze([oe({mode:"boolean"})],xn.prototype,"disabled",void 0),Ze([oe({mode:"boolean"})],xn.prototype,"expanded",void 0),Ze([f],xn.prototype,"startColumnCount",void 0),Ze([oe],xn.prototype,"role",void 0),Ze([oe({mode:"boolean"})],xn.prototype,"checked",void 0),Ze([f],xn.prototype,"submenuRegion",void 0),Ze([f],xn.prototype,"hasSubmenu",void 0),Ze([f],xn.prototype,"currentDirection",void 0),Ze([f],xn.prototype,"submenu",void 0),It(xn,Fe)
891
+ Ze([oe({mode:"boolean"})],xn.prototype,"disabled",void 0),Ze([oe({mode:"boolean"})],xn.prototype,"expanded",void 0),Ze([f],xn.prototype,"startColumnCount",void 0),Ze([oe],xn.prototype,"role",void 0),Ze([oe({mode:"boolean"})],xn.prototype,"checked",void 0),Ze([f],xn.prototype,"submenuRegion",void 0),Ze([f],xn.prototype,"hasSubmenu",void 0),Ze([f],xn.prototype,"currentDirection",void 0),Ze([f],xn.prototype,"submenu",void 0),Mt(xn,De)
892
892
  let yn=class extends St{constructor(){super(...arguments),this.expandedItem=null,this.focusIndex=-1,this.isNestedMenu=()=>null!==this.parentElement&&Et(this.parentElement)&&"menuitem"===this.parentElement.getAttribute("role"),this.handleFocusOut=e=>{if(!this.contains(e.relatedTarget)&&void 0!==this.menuItems){this.collapseExpandedItem()
893
893
  const e=this.menuItems.findIndex(this.isFocusableElement)
894
894
  this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.menuItems[e].setAttribute("tabindex","0"),this.focusIndex=e}},this.handleItemFocus=e=>{const t=e.target
@@ -908,7 +908,7 @@ if(-1!==i&&"menuitemradio"===t.role&&!0===t.checked){for(let e=i-1;e>=0;--e){con
908
908
  if(i===bn&&(t.checked=!1),"separator"===i)break}const e=this.menuItems.length-1
909
909
  for(let t=i+1;t<=e;++t){const e=this.menuItems[t],i=e.getAttribute("role")
910
910
  if(i===bn&&(e.checked=!1),"separator"===i)break}}},this.isMenuItemElement=e=>Et(e)&&yn.focusableElementRoles.hasOwnProperty(e.getAttribute("role")),this.isFocusableElement=e=>this.isMenuItemElement(e)}itemsChanged(e,t){this.$fastController.isConnected&&void 0!==this.menuItems&&this.setItems()}connectedCallback(){super.connectedCallback(),u.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(e){if(!e.defaultPrevented&&void 0!==this.menuItems)switch(e.key){case Tt:return void this.setFocus(this.focusIndex+1,1)
911
- case Ft:return void this.setFocus(this.focusIndex-1,-1)
911
+ case Dt:return void this.setFocus(this.focusIndex-1,-1)
912
912
  case qt:return void this.setFocus(this.menuItems.length-1,-1)
913
913
  case Zt:return void this.setFocus(0,1)
914
914
  default:return!0}}domChildren(){return Array.from(this.children).filter((e=>!e.hasAttribute("hidden")))}setFocus(e,t){if(void 0!==this.menuItems)for(;e>=0&&e<this.menuItems.length;){const i=this.menuItems[e]
@@ -918,8 +918,8 @@ yn.focusableElementRoles=wn,Ze([f],yn.prototype,"items",void 0)
918
918
  class $n extends St{}class Cn extends(hi($n)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const kn="text"
919
919
  let _n=class extends Cn{constructor(){super(...arguments),this.type=kn}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&&u.queueUpdate((()=>{this.focus()}))}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.value=this.control.value}handleChange(){this.$emit("change")}validate(){super.validate(this.control)}}
920
920
  Ze([oe({attribute:"readonly",mode:"boolean"})],_n.prototype,"readOnly",void 0),Ze([oe({mode:"boolean"})],_n.prototype,"autofocus",void 0),Ze([oe],_n.prototype,"placeholder",void 0),Ze([oe],_n.prototype,"type",void 0),Ze([oe],_n.prototype,"list",void 0),Ze([oe({converter:ie})],_n.prototype,"maxlength",void 0),Ze([oe({converter:ie})],_n.prototype,"minlength",void 0),Ze([oe],_n.prototype,"pattern",void 0),Ze([oe({converter:ie})],_n.prototype,"size",void 0),Ze([oe({mode:"boolean"})],_n.prototype,"spellcheck",void 0),Ze([f],_n.prototype,"defaultSlottedNodes",void 0)
921
- class Sn{}It(Sn,Jt),It(_n,Fe,Sn)
922
- class Rn extends St{}class Mn extends(hi(Rn)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let In=class extends Mn{constructor(){super(...arguments),this.hideStep=!1,this.step=1,this.isUserInput=!1}maxChanged(e,t){var i
921
+ class Sn{}Mt(Sn,Jt),Mt(_n,De,Sn)
922
+ class In extends St{}class Rn extends(hi(In)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let Mn=class extends Rn{constructor(){super(...arguments),this.hideStep=!1,this.step=1,this.isUserInput=!1}maxChanged(e,t){var i
923
923
  this.max=Math.max(t,null!==(i=this.min)&&void 0!==i?i:t)
924
924
  const n=Math.min(this.min,this.max)
925
925
  void 0!==this.min&&this.min!==n&&(this.min=n),this.value=this.getValidValue(this.value)}minChanged(e,t){var i
@@ -929,9 +929,9 @@ void 0!==this.max&&this.max!==n&&(this.max=n),this.value=this.getValidValue(this
929
929
  let n=parseFloat(parseFloat(e).toPrecision(12))
930
930
  return isNaN(n)?n="":(n=Math.min(n,null!==(t=this.max)&&void 0!==t?t:n),n=Math.max(n,null!==(i=this.min)&&void 0!==i?i:n).toString()),n}stepUp(){const e=parseFloat(this.value),t=isNaN(e)?this.min>0?this.min:this.max<0?this.max:this.min?0:this.step:e+this.step
931
931
  this.value=t.toString()}stepDown(){const e=parseFloat(this.value),t=isNaN(e)?this.min>0?this.min:this.max<0?this.max:this.min?0:0-this.step:e-this.step
932
- this.value=t.toString()}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type","number"),this.validate(),this.control.value=this.value,this.autofocus&&u.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(e){switch(e.key){case Ft:return this.stepUp(),!1
932
+ this.value=t.toString()}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type","number"),this.validate(),this.control.value=this.value,this.autofocus&&u.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(e){switch(e.key){case Dt:return this.stepUp(),!1
933
933
  case Tt:return this.stepDown(),!1}return!0}handleBlur(){this.control.value=this.value}}
934
- Ze([oe({attribute:"readonly",mode:"boolean"})],In.prototype,"readOnly",void 0),Ze([oe({mode:"boolean"})],In.prototype,"autofocus",void 0),Ze([oe({attribute:"hide-step",mode:"boolean"})],In.prototype,"hideStep",void 0),Ze([oe],In.prototype,"placeholder",void 0),Ze([oe],In.prototype,"list",void 0),Ze([oe({converter:ie})],In.prototype,"maxlength",void 0),Ze([oe({converter:ie})],In.prototype,"minlength",void 0),Ze([oe({converter:ie})],In.prototype,"size",void 0),Ze([oe({converter:ie})],In.prototype,"step",void 0),Ze([oe({converter:ie})],In.prototype,"max",void 0),Ze([oe({converter:ie})],In.prototype,"min",void 0),Ze([f],In.prototype,"defaultSlottedNodes",void 0),It(In,Fe,Sn)
934
+ Ze([oe({attribute:"readonly",mode:"boolean"})],Mn.prototype,"readOnly",void 0),Ze([oe({mode:"boolean"})],Mn.prototype,"autofocus",void 0),Ze([oe({attribute:"hide-step",mode:"boolean"})],Mn.prototype,"hideStep",void 0),Ze([oe],Mn.prototype,"placeholder",void 0),Ze([oe],Mn.prototype,"list",void 0),Ze([oe({converter:ie})],Mn.prototype,"maxlength",void 0),Ze([oe({converter:ie})],Mn.prototype,"minlength",void 0),Ze([oe({converter:ie})],Mn.prototype,"size",void 0),Ze([oe({converter:ie})],Mn.prototype,"step",void 0),Ze([oe({converter:ie})],Mn.prototype,"max",void 0),Ze([oe({converter:ie})],Mn.prototype,"min",void 0),Ze([f],Mn.prototype,"defaultSlottedNodes",void 0),Mt(Mn,De,Sn)
935
935
  let An=class extends St{constructor(){super(...arguments),this.orientation=At,this.radioChangeHandler=e=>{const t=e.target
936
936
  t.checked&&(this.slottedRadioButtons.forEach((e=>{e!==t&&(e.checked=!1,this.isInsideFoundationToolbar||e.setAttribute("tabindex","-1"))})),this.selectedRadio=t,this.value=t.value,t.setAttribute("tabindex","0"),this.focusedRadio=t),e.stopPropagation()},this.moveToRadioByIndex=(e,t)=>{const i=e[t]
937
937
  this.isInsideToolbar||(i.setAttribute("tabindex","0"),i.readOnly?this.slottedRadioButtons.forEach((e=>{e!==i&&e.setAttribute("tabindex","-1")})):(i.checked=!0,this.selectedRadio=i)),this.focusedRadio=i,i.focus()},this.moveRightOffGroup=()=>{var e
@@ -939,7 +939,7 @@ null===(e=this.nextElementSibling)||void 0===e||e.focus()},this.moveLeftOffGroup
939
939
  null===(e=this.previousElementSibling)||void 0===e||e.focus()},this.focusOutHandler=e=>{const t=this.slottedRadioButtons,i=e.target,n=null!==i?t.indexOf(i):0,o=this.focusedRadio?t.indexOf(this.focusedRadio):-1
940
940
  return(0===o&&n===o||o===t.length-1&&o===n)&&(this.selectedRadio?(this.focusedRadio=this.selectedRadio,this.isInsideFoundationToolbar||(this.selectedRadio.setAttribute("tabindex","0"),t.forEach((e=>{e!==this.selectedRadio&&e.setAttribute("tabindex","-1")})))):(this.focusedRadio=t[0],this.focusedRadio.setAttribute("tabindex","0"),t.forEach((e=>{e!==this.focusedRadio&&e.setAttribute("tabindex","-1")})))),!0},this.clickHandler=e=>{const t=e.target
941
941
  if(t){const e=this.slottedRadioButtons
942
- t.checked||0===e.indexOf(t)?(t.setAttribute("tabindex","0"),this.selectedRadio=t):(t.setAttribute("tabindex","-1"),this.selectedRadio=null),this.focusedRadio=t}e.preventDefault()},this.shouldMoveOffGroupToTheRight=(e,t,i)=>e===t.length&&this.isInsideToolbar&&i===Dt,this.shouldMoveOffGroupToTheLeft=(e,t)=>(this.focusedRadio?e.indexOf(this.focusedRadio)-1:0)<0&&this.isInsideToolbar&&t===zt,this.checkFocusedRadio=()=>{null===this.focusedRadio||this.focusedRadio.readOnly||this.focusedRadio.checked||(this.focusedRadio.checked=!0,this.focusedRadio.setAttribute("tabindex","0"),this.focusedRadio.focus(),this.selectedRadio=this.focusedRadio)},this.moveRight=e=>{const t=this.slottedRadioButtons
942
+ t.checked||0===e.indexOf(t)?(t.setAttribute("tabindex","0"),this.selectedRadio=t):(t.setAttribute("tabindex","-1"),this.selectedRadio=null),this.focusedRadio=t}e.preventDefault()},this.shouldMoveOffGroupToTheRight=(e,t,i)=>e===t.length&&this.isInsideToolbar&&i===Ft,this.shouldMoveOffGroupToTheLeft=(e,t)=>(this.focusedRadio?e.indexOf(this.focusedRadio)-1:0)<0&&this.isInsideToolbar&&t===zt,this.checkFocusedRadio=()=>{null===this.focusedRadio||this.focusedRadio.readOnly||this.focusedRadio.checked||(this.focusedRadio.checked=!0,this.focusedRadio.setAttribute("tabindex","0"),this.focusedRadio.focus(),this.selectedRadio=this.focusedRadio)},this.moveRight=e=>{const t=this.slottedRadioButtons
943
943
  let i=0
944
944
  if(i=this.focusedRadio?t.indexOf(this.focusedRadio)+1:1,this.shouldMoveOffGroupToTheRight(i,t,e.key))this.moveRightOffGroup()
945
945
  else for(i===t.length&&(i=0);i<t.length&&t.length>1;){if(!t[i].disabled){this.moveToRadioByIndex(t,i)
@@ -951,12 +951,12 @@ if(i=this.focusedRadio?t.indexOf(this.focusedRadio)-1:0,i=i<0?t.length-1:i,this.
951
951
  else for(;i>=0&&t.length>1;){if(!t[i].disabled){this.moveToRadioByIndex(t,i)
952
952
  break}if(this.focusedRadio&&i===t.indexOf(this.focusedRadio))break
953
953
  i-1<0?i=t.length-1:i-=1}},this.keydownHandler=e=>{const t=e.key
954
- if(t in Gt&&this.isInsideFoundationToolbar)return!0
954
+ if(t in Ut&&this.isInsideFoundationToolbar)return!0
955
955
  switch(t){case Bt:this.checkFocusedRadio()
956
956
  break
957
- case Dt:case Tt:this.direction===Xt.ltr?this.moveRight(e):this.moveLeft(e)
957
+ case Ft:case Tt:this.direction===Xt.ltr?this.moveRight(e):this.moveLeft(e)
958
958
  break
959
- case zt:case Ft:this.direction===Xt.ltr?this.moveLeft(e):this.moveRight(e)
959
+ case zt:case Dt:this.direction===Xt.ltr?this.moveLeft(e):this.moveRight(e)
960
960
  break
961
961
  default:return!0}}}readOnlyChanged(){void 0!==this.slottedRadioButtons&&this.slottedRadioButtons.forEach((e=>{this.readOnly?e.readOnly=!0:e.readOnly=!1}))}disabledChanged(){void 0!==this.slottedRadioButtons&&this.slottedRadioButtons.forEach((e=>{this.disabled?e.disabled=!0:e.disabled=!1}))}nameChanged(){this.slottedRadioButtons&&this.slottedRadioButtons.forEach((e=>{e.setAttribute("name",this.name)}))}valueChanged(){this.slottedRadioButtons&&this.slottedRadioButtons.forEach((e=>{e.value===this.value&&(e.checked=!0,this.selectedRadio=e)})),this.$emit("change")}slottedRadioButtonsChanged(e,t){this.slottedRadioButtons&&this.slottedRadioButtons.length>0&&this.setupRadioButtons()}get parentToolbar(){return this.closest('[role="toolbar"]')}get isInsideToolbar(){var e
962
962
  return null!==(e=this.parentToolbar)&&void 0!==e&&e}get isInsideFoundationToolbar(){var e
@@ -998,10 +998,10 @@ case Bt:e.preventDefault(),this.open=!this.open
998
998
  break
999
999
  case Nt:this.collapsible&&this.open&&(e.preventDefault(),this.open=!1)
1000
1000
  break
1001
- case Ut:return this.collapsible&&this.open&&(e.preventDefault(),this.open=!1),!0}return this.open||this.indexWhenOpened===this.selectedIndex||(this.updateValue(!0),this.indexWhenOpened=this.selectedIndex),!(t===Tt||t===Ft)}connectedCallback(){super.connectedCallback(),this.forcedPosition=!!this.positionAttribute,this.addEventListener("contentchange",this.updateDisplayValue)}disconnectedCallback(){this.removeEventListener("contentchange",this.updateDisplayValue),super.disconnectedCallback()}sizeChanged(e,t){super.sizeChanged(e,t),this.proxy&&(this.proxy.size=t)}updateDisplayValue(){this.collapsible&&v.notify(this,"displayValue")}}
1001
+ case Gt:return this.collapsible&&this.open&&(e.preventDefault(),this.open=!1),!0}return this.open||this.indexWhenOpened===this.selectedIndex||(this.updateValue(!0),this.indexWhenOpened=this.selectedIndex),!(t===Tt||t===Dt)}connectedCallback(){super.connectedCallback(),this.forcedPosition=!!this.positionAttribute,this.addEventListener("contentchange",this.updateDisplayValue)}disconnectedCallback(){this.removeEventListener("contentchange",this.updateDisplayValue),super.disconnectedCallback()}sizeChanged(e,t){super.sizeChanged(e,t),this.proxy&&(this.proxy.size=t)}updateDisplayValue(){this.collapsible&&v.notify(this,"displayValue")}}
1002
1002
  Ze([oe({attribute:"open",mode:"boolean"})],Tn.prototype,"open",void 0),Ze([m],Tn.prototype,"collapsible",null),Ze([f],Tn.prototype,"control",void 0),Ze([oe({attribute:"position"})],Tn.prototype,"positionAttribute",void 0),Ze([f],Tn.prototype,"position",void 0),Ze([f],Tn.prototype,"maxHeight",void 0)
1003
- class zn{}Ze([f],zn.prototype,"ariaControls",void 0),It(zn,ki),It(Tn,Fe,zn)
1004
- class Dn extends St{}class Fn extends(ui(Dn)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let Bn=class extends Fn{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(!this.readOnly)switch(e.key){case Bt:case jt:this.checked=!this.checked}},this.clickHandler=e=>{this.disabled||this.readOnly||(this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly),this.readOnly?this.classList.add("readonly"):this.classList.remove("readonly")}checkedChanged(e,t){super.checkedChanged(e,t),this.checked?this.classList.add("checked"):this.classList.remove("checked")}}
1003
+ class zn{}Ze([f],zn.prototype,"ariaControls",void 0),Mt(zn,ki),Mt(Tn,De,zn)
1004
+ class Fn extends St{}class Dn extends(ui(Fn)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let Bn=class extends Dn{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(!this.readOnly)switch(e.key){case Bt:case jt:this.checked=!this.checked}},this.clickHandler=e=>{this.disabled||this.readOnly||(this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly),this.readOnly?this.classList.add("readonly"):this.classList.remove("readonly")}checkedChanged(e,t){super.checkedChanged(e,t),this.checked?this.classList.add("checked"):this.classList.remove("checked")}}
1005
1005
  Ze([oe({attribute:"readonly",mode:"boolean"})],Bn.prototype,"readOnly",void 0),Ze([f],Bn.prototype,"defaultSlottedNodes",void 0)
1006
1006
  let Nn=class extends St{}
1007
1007
  let Zn=class extends St{}
@@ -1015,7 +1015,7 @@ n.setAttribute("id",t),n.setAttribute("aria-selected",e?"true":"false"),n.setAtt
1015
1015
  e.setAttribute("id",n),e.setAttribute("aria-labelledby",i),this.activeTabIndex!==t?e.setAttribute("hidden",""):e.removeAttribute("hidden")}))},this.handleTabClick=e=>{const t=e.currentTarget
1016
1016
  1===t.nodeType&&this.isFocusableElement(t)&&(this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=this.tabs.indexOf(t),this.setComponent())},this.handleTabKeyDown=e=>{if(this.isHorizontal())switch(e.key){case zt:e.preventDefault(),this.adjustBackward(e)
1017
1017
  break
1018
- case Dt:e.preventDefault(),this.adjustForward(e)}else switch(e.key){case Ft:e.preventDefault(),this.adjustBackward(e)
1018
+ case Ft:e.preventDefault(),this.adjustForward(e)}else switch(e.key){case Dt:e.preventDefault(),this.adjustBackward(e)
1019
1019
  break
1020
1020
  case Tt:e.preventDefault(),this.adjustForward(e)}switch(e.key){case Zt:e.preventDefault(),this.adjust(-this.activeTabIndex)
1021
1021
  break
@@ -1036,17 +1036,17 @@ const o=this.activeIndicatorRef[i]
1036
1036
  this.activeIndicatorRef.style[e]=`${this.prevActiveTabIndex+1}`
1037
1037
  const s=o-n
1038
1038
  this.activeIndicatorRef.style.transform=`${t}(${s}px)`,this.activeIndicatorRef.classList.add("activeIndicatorTransition"),this.activeIndicatorRef.addEventListener("transitionend",(()=>{this.ticking=!1,this.activeIndicatorRef.style[e]=`${this.activeTabIndex+1}`,this.activeIndicatorRef.style.transform=`${t}(0px)`,this.activeIndicatorRef.classList.remove("activeIndicatorTransition")}))}adjust(e){this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=function(e,t,i){return i<e?t:i>t?e:i}(0,this.tabs.length-1,this.activeTabIndex+e),this.setComponent()}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}
1039
- Ze([oe],jn.prototype,"orientation",void 0),Ze([oe],jn.prototype,"activeid",void 0),Ze([f],jn.prototype,"tabs",void 0),Ze([f],jn.prototype,"tabpanels",void 0),Ze([oe({mode:"boolean"})],jn.prototype,"activeindicator",void 0),Ze([f],jn.prototype,"activeIndicatorRef",void 0),Ze([f],jn.prototype,"showActiveIndicator",void 0),It(jn,Fe)
1040
- class Un extends St{}class Gn extends(hi(Un)){constructor(){super(...arguments),this.proxy=document.createElement("textarea")}}const Xn="none"
1041
- let Wn=class extends Gn{constructor(){super(...arguments),this.resize=Xn,this.cols=20,this.handleTextInput=()=>{this.value=this.control.value}}readOnlyChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.readOnly=this.readOnly)}autofocusChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.autofocus=this.autofocus)}listChanged(){this.proxy instanceof HTMLTextAreaElement&&this.proxy.setAttribute("list",this.list)}maxlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.maxLength=this.maxlength)}minlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.minLength=this.minlength)}spellcheckChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.spellcheck=this.spellcheck)}select(){this.control.select(),this.$emit("select")}handleChange(){this.$emit("change")}validate(){super.validate(this.control)}}
1042
- Ze([oe({mode:"boolean"})],Wn.prototype,"readOnly",void 0),Ze([oe],Wn.prototype,"resize",void 0),Ze([oe({mode:"boolean"})],Wn.prototype,"autofocus",void 0),Ze([oe({attribute:"form"})],Wn.prototype,"formId",void 0),Ze([oe],Wn.prototype,"list",void 0),Ze([oe({converter:ie})],Wn.prototype,"maxlength",void 0),Ze([oe({converter:ie})],Wn.prototype,"minlength",void 0),Ze([oe],Wn.prototype,"name",void 0),Ze([oe],Wn.prototype,"placeholder",void 0),Ze([oe({converter:ie,mode:"fromView"})],Wn.prototype,"cols",void 0),Ze([oe({converter:ie,mode:"fromView"})],Wn.prototype,"rows",void 0),Ze([oe({mode:"boolean"})],Wn.prototype,"spellcheck",void 0),Ze([f],Wn.prototype,"defaultSlottedNodes",void 0),It(Wn,Sn)
1043
- const Kn=Object.freeze({[Gt.ArrowUp]:{[Ot]:-1},[Gt.ArrowDown]:{[Ot]:1},[Gt.ArrowLeft]:{[At]:{[Xt.ltr]:-1,[Xt.rtl]:1}},[Gt.ArrowRight]:{[At]:{[Xt.ltr]:1,[Xt.rtl]:-1}}})
1039
+ Ze([oe],jn.prototype,"orientation",void 0),Ze([oe],jn.prototype,"activeid",void 0),Ze([f],jn.prototype,"tabs",void 0),Ze([f],jn.prototype,"tabpanels",void 0),Ze([oe({mode:"boolean"})],jn.prototype,"activeindicator",void 0),Ze([f],jn.prototype,"activeIndicatorRef",void 0),Ze([f],jn.prototype,"showActiveIndicator",void 0),Mt(jn,De)
1040
+ class Gn extends St{}class Un extends(hi(Gn)){constructor(){super(...arguments),this.proxy=document.createElement("textarea")}}const Xn="none"
1041
+ let Wn=class extends Un{constructor(){super(...arguments),this.resize=Xn,this.cols=20,this.handleTextInput=()=>{this.value=this.control.value}}readOnlyChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.readOnly=this.readOnly)}autofocusChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.autofocus=this.autofocus)}listChanged(){this.proxy instanceof HTMLTextAreaElement&&this.proxy.setAttribute("list",this.list)}maxlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.maxLength=this.maxlength)}minlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.minLength=this.minlength)}spellcheckChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.spellcheck=this.spellcheck)}select(){this.control.select(),this.$emit("select")}handleChange(){this.$emit("change")}validate(){super.validate(this.control)}}
1042
+ Ze([oe({mode:"boolean"})],Wn.prototype,"readOnly",void 0),Ze([oe],Wn.prototype,"resize",void 0),Ze([oe({mode:"boolean"})],Wn.prototype,"autofocus",void 0),Ze([oe({attribute:"form"})],Wn.prototype,"formId",void 0),Ze([oe],Wn.prototype,"list",void 0),Ze([oe({converter:ie})],Wn.prototype,"maxlength",void 0),Ze([oe({converter:ie})],Wn.prototype,"minlength",void 0),Ze([oe],Wn.prototype,"name",void 0),Ze([oe],Wn.prototype,"placeholder",void 0),Ze([oe({converter:ie,mode:"fromView"})],Wn.prototype,"cols",void 0),Ze([oe({converter:ie,mode:"fromView"})],Wn.prototype,"rows",void 0),Ze([oe({mode:"boolean"})],Wn.prototype,"spellcheck",void 0),Ze([f],Wn.prototype,"defaultSlottedNodes",void 0),Mt(Wn,Sn)
1043
+ const Kn=Object.freeze({[Ut.ArrowUp]:{[Ot]:-1},[Ut.ArrowDown]:{[Ot]:1},[Ut.ArrowLeft]:{[At]:{[Xt.ltr]:-1,[Xt.rtl]:1}},[Ut.ArrowRight]:{[At]:{[Xt.ltr]:1,[Xt.rtl]:-1}}})
1044
1044
  let Yn=class extends St{constructor(){super(...arguments),this._activeIndex=0,this.direction=Xt.ltr,this.orientation=At}get activeIndex(){return v.track(this,"activeIndex"),this._activeIndex}set activeIndex(e){this.$fastController.isConnected&&(this._activeIndex=Wt(0,this.focusableElements.length-1,e),v.notify(this,"activeIndex"))}slottedItemsChanged(){this.$fastController.isConnected&&this.reduceFocusableElements()}clickHandler(e){var t
1045
1045
  const i=null===(t=this.focusableElements)||void 0===t?void 0:t.indexOf(e.target)
1046
1046
  return i>-1&&this.activeIndex!==i&&this.setFocusedElement(i),!0}childItemsChanged(e,t){this.$fastController.isConnected&&this.reduceFocusableElements()}connectedCallback(){super.connectedCallback(),this.direction=ii(this)}focusinHandler(e){const t=e.relatedTarget
1047
1047
  t&&!this.contains(t)&&this.setFocusedElement()}getDirectionalIncrementer(e){var t,i,n,o,s
1048
1048
  return null!==(s=null!==(n=null===(i=null===(t=Kn[e])||void 0===t?void 0:t[this.orientation])||void 0===i?void 0:i[this.direction])&&void 0!==n?n:null===(o=Kn[e])||void 0===o?void 0:o[this.orientation])&&void 0!==s?s:0}keydownHandler(e){const t=e.key
1049
- if(!(t in Gt)||e.defaultPrevented||e.shiftKey)return!0
1049
+ if(!(t in Ut)||e.defaultPrevented||e.shiftKey)return!0
1050
1050
  const i=this.getDirectionalIncrementer(t)
1051
1051
  if(!i)return!e.target.closest("[role=radiogroup]")
1052
1052
  const n=this.activeIndex+i
@@ -1059,7 +1059,7 @@ this.activeIndex=e,this.setFocusableElements(),null===(t=this.focusableElements[
1059
1059
  const r="radio"===t.getAttribute("role"),a=null===(n=null===(i=t.$fastController)||void 0===i?void 0:i.definition.shadowOptions)||void 0===n?void 0:n.delegatesFocus,l=Array.from(null!==(s=null===(o=t.shadowRoot)||void 0===o?void 0:o.querySelectorAll("*"))&&void 0!==s?s:[]).some((e=>gn(e)))
1060
1060
  return t.hasAttribute("disabled")||t.hasAttribute("hidden")||!(gn(t)||r||a||l)?t.childElementCount?e.concat(Array.from(t.children).reduce(Yn.reduceFocusableItems,[])):e:(e.push(t),e)}setFocusableElements(){this.$fastController.isConnected&&this.focusableElements.length>0&&this.focusableElements.forEach(((e,t)=>{e.tabIndex=this.activeIndex===t?0:-1}))}}
1061
1061
  Ze([f],Yn.prototype,"direction",void 0),Ze([oe],Yn.prototype,"orientation",void 0),Ze([f],Yn.prototype,"slottedItems",void 0),Ze([f],Yn.prototype,"slottedLabel",void 0),Ze([f],Yn.prototype,"childItems",void 0)
1062
- class Qn{}Ze([oe({attribute:"aria-labelledby"})],Qn.prototype,"ariaLabelledby",void 0),Ze([oe({attribute:"aria-label"})],Qn.prototype,"ariaLabel",void 0),It(Qn,Jt),It(Yn,Fe,Qn)
1062
+ class Qn{}Ze([oe({attribute:"aria-labelledby"})],Qn.prototype,"ariaLabelledby",void 0),Ze([oe({attribute:"aria-label"})],Qn.prototype,"ariaLabel",void 0),Mt(Qn,Jt),Mt(Yn,De,Qn)
1063
1063
  const Jn="top",eo="right",to="bottom",io="left",no="start",oo="end",so="top-left",ro="top-right",ao="bottom-left",lo="bottom-right",co="top-start",ho="top-end",uo="bottom-start",po="bottom-end"
1064
1064
  let go=class extends St{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=Xt.ltr,this.showDelayTimer=null,this.hideDelayTimer=null,this.isAnchorHoveredFocused=!1,this.isRegionHovered=!1,this.handlePositionChange=e=>{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=e=>{this.isRegionHovered=!0},this.handleRegionMouseOut=e=>{this.isRegionHovered=!1,this.startHideDelayTimer()},this.handleAnchorMouseOver=e=>{this.tooltipVisible?this.isAnchorHoveredFocused=!0:this.startShowDelayTimer()},this.handleAnchorMouseOut=e=>{this.isAnchorHoveredFocused=!1,this.clearShowDelayTimer(),this.startHideDelayTimer()},this.handleAnchorFocusIn=e=>{this.startShowDelayTimer()},this.handleAnchorFocusOut=e=>{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 e=this.getRootNode()
1065
1065
  return e instanceof ShadowRoot?e.getElementById(this.anchor):document.getElementById(this.anchor)},this.handleDocumentKeydown=e=>{if(!e.defaultPrevented&&this.tooltipVisible&&e.key===Nt)this.isAnchorHoveredFocused=!1,this.updateTooltipVisibility(),this.$emit("dismiss")},this.updateTooltipVisibility=()=>{if(!1===this.visible)this.hideTooltip()
@@ -1091,7 +1091,7 @@ default:this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="d
1091
1091
  Ze([oe({mode:"boolean"})],go.prototype,"visible",void 0),Ze([oe],go.prototype,"anchor",void 0),Ze([oe],go.prototype,"delay",void 0),Ze([oe],go.prototype,"position",void 0),Ze([oe({attribute:"auto-update-mode"})],go.prototype,"autoUpdateMode",void 0),Ze([oe({attribute:"horizontal-viewport-lock"})],go.prototype,"horizontalViewportLock",void 0),Ze([oe({attribute:"vertical-viewport-lock"})],go.prototype,"verticalViewportLock",void 0),Ze([f],go.prototype,"anchorElement",void 0),Ze([f],go.prototype,"viewportElement",void 0),Ze([f],go.prototype,"verticalPositioningMode",void 0),Ze([f],go.prototype,"horizontalPositioningMode",void 0),Ze([f],go.prototype,"horizontalInset",void 0),Ze([f],go.prototype,"verticalInset",void 0),Ze([f],go.prototype,"horizontalScaling",void 0),Ze([f],go.prototype,"verticalScaling",void 0),Ze([f],go.prototype,"verticalDefaultPosition",void 0),Ze([f],go.prototype,"horizontalDefaultPosition",void 0),Ze([f],go.prototype,"tooltipVisible",void 0),Ze([f],go.prototype,"currentDirection",void 0)
1092
1092
  function vo(e){return Et(e)&&"treeitem"===e.getAttribute("role")}let fo=class extends St{constructor(){super(...arguments),this.expanded=!1,this.focusable=!1,this.isNestedItem=()=>vo(this.parentElement),this.handleExpandCollapseButtonClick=e=>{this.disabled||e.defaultPrevented||(this.expanded=!this.expanded)},this.handleFocus=e=>{this.setAttribute("tabindex","0")},this.handleBlur=e=>{this.setAttribute("tabindex","-1")}}expandedChanged(){this.$fastController.isConnected&&this.$emit("expanded-change",this)}selectedChanged(){this.$fastController.isConnected&&this.$emit("selected-change",this)}itemsChanged(e,t){this.$fastController.isConnected&&this.items.forEach((e=>{vo(e)&&(e.nested=!0)}))}static focusItem(e){e.focusable=!0,e.focus()}childItemLength(){const e=this.childItems.filter((e=>vo(e)))
1093
1093
  return e?e.length:0}}
1094
- Ze([oe({mode:"boolean"})],fo.prototype,"expanded",void 0),Ze([oe({mode:"boolean"})],fo.prototype,"selected",void 0),Ze([oe({mode:"boolean"})],fo.prototype,"disabled",void 0),Ze([f],fo.prototype,"focusable",void 0),Ze([f],fo.prototype,"childItems",void 0),Ze([f],fo.prototype,"items",void 0),Ze([f],fo.prototype,"nested",void 0),Ze([f],fo.prototype,"renderCollapsedChildren",void 0),It(fo,Fe)
1094
+ Ze([oe({mode:"boolean"})],fo.prototype,"expanded",void 0),Ze([oe({mode:"boolean"})],fo.prototype,"selected",void 0),Ze([oe({mode:"boolean"})],fo.prototype,"disabled",void 0),Ze([f],fo.prototype,"focusable",void 0),Ze([f],fo.prototype,"childItems",void 0),Ze([f],fo.prototype,"items",void 0),Ze([f],fo.prototype,"nested",void 0),Ze([f],fo.prototype,"renderCollapsedChildren",void 0),Mt(fo,De)
1095
1095
  let mo=class extends St{constructor(){super(...arguments),this.currentFocused=null,this.handleFocus=e=>{if(!(this.slottedTreeItems.length<1))return e.target===this?(null===this.currentFocused&&(this.currentFocused=this.getValidFocusableItem()),void(null!==this.currentFocused&&fo.focusItem(this.currentFocused))):void(this.contains(e.target)&&(this.setAttribute("tabindex","-1"),this.currentFocused=e.target))},this.handleBlur=e=>{e.target instanceof HTMLElement&&(null===e.relatedTarget||!this.contains(e.relatedTarget))&&this.setAttribute("tabindex","0")},this.handleKeyDown=e=>{if(e.defaultPrevented)return
1096
1096
  if(this.slottedTreeItems.length<1)return!0
1097
1097
  const t=this.getVisibleNodes()
@@ -1099,10 +1099,10 @@ switch(e.key){case Zt:return void(t.length&&fo.focusItem(t[0]))
1099
1099
  case qt:return void(t.length&&fo.focusItem(t[t.length-1]))
1100
1100
  case zt:if(e.target&&this.isFocusableElement(e.target)){const t=e.target
1101
1101
  t instanceof fo&&t.childItemLength()>0&&t.expanded?t.expanded=!1:t instanceof fo&&t.parentElement instanceof fo&&fo.focusItem(t.parentElement)}return!1
1102
- case Dt:if(e.target&&this.isFocusableElement(e.target)){const t=e.target
1102
+ case Ft:if(e.target&&this.isFocusableElement(e.target)){const t=e.target
1103
1103
  t instanceof fo&&t.childItemLength()>0&&!t.expanded?t.expanded=!0:t instanceof fo&&t.childItemLength()>0&&this.focusNextNode(1,e.target)}return
1104
1104
  case Tt:return void(e.target&&this.isFocusableElement(e.target)&&this.focusNextNode(1,e.target))
1105
- case Ft:return void(e.target&&this.isFocusableElement(e.target)&&this.focusNextNode(-1,e.target))
1105
+ case Dt:return void(e.target&&this.isFocusableElement(e.target)&&this.focusNextNode(-1,e.target))
1106
1106
  case Bt:return void this.handleClick(e)}return!0},this.handleSelectedChange=e=>{if(e.defaultPrevented)return
1107
1107
  if(!(e.target instanceof Element&&vo(e.target)))return!0
1108
1108
  const t=e.target
@@ -1128,7 +1128,7 @@ try{e.sheet.insertRule("foo:focus-visible {color:inherit}",0),Vt=!0}catch(e){Vt=
1128
1128
  class xo extends ei{}const yo=`:${wo}`
1129
1129
  function $o(e,t,i){return isNaN(e)||e<=t?t:e>=i?i:e}function Co(e,t,i){return isNaN(e)||e<=t?0:e>=i?1:e/(i-t)}function ko(e,t,i){return isNaN(e)?t:t+e*(i-t)}function _o(e,t){const i=Math.pow(10,t)
1130
1130
  return Math.round(e*i)/i}class So{constructor(e,t,i,n){this.r=e,this.g=t,this.b=i,this.a="number"!=typeof n||isNaN(n)?1:n}static fromObject(e){return!e||isNaN(e.r)||isNaN(e.g)||isNaN(e.b)?null:new So(e.r,e.g,e.b,e.a)}equalValue(e){return this.r===e.r&&this.g===e.g&&this.b===e.b&&this.a===e.a}toStringHexRGB(){return"#"+[this.r,this.g,this.b].map(this.formatHexValue).join("")}toStringHexRGBA(){return this.toStringHexRGB()+this.formatHexValue(this.a)}toStringHexARGB(){return"#"+[this.a,this.r,this.g,this.b].map(this.formatHexValue).join("")}toStringWebRGB(){return`rgb(${Math.round(ko(this.r,0,255))},${Math.round(ko(this.g,0,255))},${Math.round(ko(this.b,0,255))})`}toStringWebRGBA(){return`rgba(${Math.round(ko(this.r,0,255))},${Math.round(ko(this.g,0,255))},${Math.round(ko(this.b,0,255))},${$o(this.a,0,1)})`}roundToPrecision(e){return new So(_o(this.r,e),_o(this.g,e),_o(this.b,e),_o(this.a,e))}clamp(){return new So($o(this.r,0,1),$o(this.g,0,1),$o(this.b,0,1),$o(this.a,0,1))}toObject(){return{r:this.r,g:this.g,b:this.b,a:this.a}}formatHexValue(e){return function(e){const t=Math.round($o(e,0,255)).toString(16)
1131
- return 1===t.length?"0"+t:t}(ko(e,0,255))}}const Ro={aliceblue:{r:.941176,g:.972549,b:1},antiquewhite:{r:.980392,g:.921569,b:.843137},aqua:{r:0,g:1,b:1},aquamarine:{r:.498039,g:1,b:.831373},azure:{r:.941176,g:1,b:1},beige:{r:.960784,g:.960784,b:.862745},bisque:{r:1,g:.894118,b:.768627},black:{r:0,g:0,b:0},blanchedalmond:{r:1,g:.921569,b:.803922},blue:{r:0,g:0,b:1},blueviolet:{r:.541176,g:.168627,b:.886275},brown:{r:.647059,g:.164706,b:.164706},burlywood:{r:.870588,g:.721569,b:.529412},cadetblue:{r:.372549,g:.619608,b:.627451},chartreuse:{r:.498039,g:1,b:0},chocolate:{r:.823529,g:.411765,b:.117647},coral:{r:1,g:.498039,b:.313725},cornflowerblue:{r:.392157,g:.584314,b:.929412},cornsilk:{r:1,g:.972549,b:.862745},crimson:{r:.862745,g:.078431,b:.235294},cyan:{r:0,g:1,b:1},darkblue:{r:0,g:0,b:.545098},darkcyan:{r:0,g:.545098,b:.545098},darkgoldenrod:{r:.721569,g:.52549,b:.043137},darkgray:{r:.662745,g:.662745,b:.662745},darkgreen:{r:0,g:.392157,b:0},darkgrey:{r:.662745,g:.662745,b:.662745},darkkhaki:{r:.741176,g:.717647,b:.419608},darkmagenta:{r:.545098,g:0,b:.545098},darkolivegreen:{r:.333333,g:.419608,b:.184314},darkorange:{r:1,g:.54902,b:0},darkorchid:{r:.6,g:.196078,b:.8},darkred:{r:.545098,g:0,b:0},darksalmon:{r:.913725,g:.588235,b:.478431},darkseagreen:{r:.560784,g:.737255,b:.560784},darkslateblue:{r:.282353,g:.239216,b:.545098},darkslategray:{r:.184314,g:.309804,b:.309804},darkslategrey:{r:.184314,g:.309804,b:.309804},darkturquoise:{r:0,g:.807843,b:.819608},darkviolet:{r:.580392,g:0,b:.827451},deeppink:{r:1,g:.078431,b:.576471},deepskyblue:{r:0,g:.74902,b:1},dimgray:{r:.411765,g:.411765,b:.411765},dimgrey:{r:.411765,g:.411765,b:.411765},dodgerblue:{r:.117647,g:.564706,b:1},firebrick:{r:.698039,g:.133333,b:.133333},floralwhite:{r:1,g:.980392,b:.941176},forestgreen:{r:.133333,g:.545098,b:.133333},fuchsia:{r:1,g:0,b:1},gainsboro:{r:.862745,g:.862745,b:.862745},ghostwhite:{r:.972549,g:.972549,b:1},gold:{r:1,g:.843137,b:0},goldenrod:{r:.854902,g:.647059,b:.12549},gray:{r:.501961,g:.501961,b:.501961},green:{r:0,g:.501961,b:0},greenyellow:{r:.678431,g:1,b:.184314},grey:{r:.501961,g:.501961,b:.501961},honeydew:{r:.941176,g:1,b:.941176},hotpink:{r:1,g:.411765,b:.705882},indianred:{r:.803922,g:.360784,b:.360784},indigo:{r:.294118,g:0,b:.509804},ivory:{r:1,g:1,b:.941176},khaki:{r:.941176,g:.901961,b:.54902},lavender:{r:.901961,g:.901961,b:.980392},lavenderblush:{r:1,g:.941176,b:.960784},lawngreen:{r:.486275,g:.988235,b:0},lemonchiffon:{r:1,g:.980392,b:.803922},lightblue:{r:.678431,g:.847059,b:.901961},lightcoral:{r:.941176,g:.501961,b:.501961},lightcyan:{r:.878431,g:1,b:1},lightgoldenrodyellow:{r:.980392,g:.980392,b:.823529},lightgray:{r:.827451,g:.827451,b:.827451},lightgreen:{r:.564706,g:.933333,b:.564706},lightgrey:{r:.827451,g:.827451,b:.827451},lightpink:{r:1,g:.713725,b:.756863},lightsalmon:{r:1,g:.627451,b:.478431},lightseagreen:{r:.12549,g:.698039,b:.666667},lightskyblue:{r:.529412,g:.807843,b:.980392},lightslategray:{r:.466667,g:.533333,b:.6},lightslategrey:{r:.466667,g:.533333,b:.6},lightsteelblue:{r:.690196,g:.768627,b:.870588},lightyellow:{r:1,g:1,b:.878431},lime:{r:0,g:1,b:0},limegreen:{r:.196078,g:.803922,b:.196078},linen:{r:.980392,g:.941176,b:.901961},magenta:{r:1,g:0,b:1},maroon:{r:.501961,g:0,b:0},mediumaquamarine:{r:.4,g:.803922,b:.666667},mediumblue:{r:0,g:0,b:.803922},mediumorchid:{r:.729412,g:.333333,b:.827451},mediumpurple:{r:.576471,g:.439216,b:.858824},mediumseagreen:{r:.235294,g:.701961,b:.443137},mediumslateblue:{r:.482353,g:.407843,b:.933333},mediumspringgreen:{r:0,g:.980392,b:.603922},mediumturquoise:{r:.282353,g:.819608,b:.8},mediumvioletred:{r:.780392,g:.082353,b:.521569},midnightblue:{r:.098039,g:.098039,b:.439216},mintcream:{r:.960784,g:1,b:.980392},mistyrose:{r:1,g:.894118,b:.882353},moccasin:{r:1,g:.894118,b:.709804},navajowhite:{r:1,g:.870588,b:.678431},navy:{r:0,g:0,b:.501961},oldlace:{r:.992157,g:.960784,b:.901961},olive:{r:.501961,g:.501961,b:0},olivedrab:{r:.419608,g:.556863,b:.137255},orange:{r:1,g:.647059,b:0},orangered:{r:1,g:.270588,b:0},orchid:{r:.854902,g:.439216,b:.839216},palegoldenrod:{r:.933333,g:.909804,b:.666667},palegreen:{r:.596078,g:.984314,b:.596078},paleturquoise:{r:.686275,g:.933333,b:.933333},palevioletred:{r:.858824,g:.439216,b:.576471},papayawhip:{r:1,g:.937255,b:.835294},peachpuff:{r:1,g:.854902,b:.72549},peru:{r:.803922,g:.521569,b:.247059},pink:{r:1,g:.752941,b:.796078},plum:{r:.866667,g:.627451,b:.866667},powderblue:{r:.690196,g:.878431,b:.901961},purple:{r:.501961,g:0,b:.501961},red:{r:1,g:0,b:0},rosybrown:{r:.737255,g:.560784,b:.560784},royalblue:{r:.254902,g:.411765,b:.882353},saddlebrown:{r:.545098,g:.270588,b:.07451},salmon:{r:.980392,g:.501961,b:.447059},sandybrown:{r:.956863,g:.643137,b:.376471},seagreen:{r:.180392,g:.545098,b:.341176},seashell:{r:1,g:.960784,b:.933333},sienna:{r:.627451,g:.321569,b:.176471},silver:{r:.752941,g:.752941,b:.752941},skyblue:{r:.529412,g:.807843,b:.921569},slateblue:{r:.415686,g:.352941,b:.803922},slategray:{r:.439216,g:.501961,b:.564706},slategrey:{r:.439216,g:.501961,b:.564706},snow:{r:1,g:.980392,b:.980392},springgreen:{r:0,g:1,b:.498039},steelblue:{r:.27451,g:.509804,b:.705882},tan:{r:.823529,g:.705882,b:.54902},teal:{r:0,g:.501961,b:.501961},thistle:{r:.847059,g:.74902,b:.847059},tomato:{r:1,g:.388235,b:.278431},transparent:{r:0,g:0,b:0,a:0},turquoise:{r:.25098,g:.878431,b:.815686},violet:{r:.933333,g:.509804,b:.933333},wheat:{r:.960784,g:.870588,b:.701961},white:{r:1,g:1,b:1},whitesmoke:{r:.960784,g:.960784,b:.960784},yellow:{r:1,g:1,b:0},yellowgreen:{r:.603922,g:.803922,b:.196078}},Mo=/^rgb\(\s*((?:(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*,\s*){2}(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*)\)$/i,Io=/^rgba\(\s*((?:(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*,\s*){3}(?:0|1|0?\.\d*)\s*)\)$/i,Ao=/^#((?:[0-9a-f]{6}|[0-9a-f]{3}))$/i,Oo=/^#((?:[0-9a-f]{8}|[0-9a-f]{4}))$/i
1131
+ return 1===t.length?"0"+t:t}(ko(e,0,255))}}const Io={aliceblue:{r:.941176,g:.972549,b:1},antiquewhite:{r:.980392,g:.921569,b:.843137},aqua:{r:0,g:1,b:1},aquamarine:{r:.498039,g:1,b:.831373},azure:{r:.941176,g:1,b:1},beige:{r:.960784,g:.960784,b:.862745},bisque:{r:1,g:.894118,b:.768627},black:{r:0,g:0,b:0},blanchedalmond:{r:1,g:.921569,b:.803922},blue:{r:0,g:0,b:1},blueviolet:{r:.541176,g:.168627,b:.886275},brown:{r:.647059,g:.164706,b:.164706},burlywood:{r:.870588,g:.721569,b:.529412},cadetblue:{r:.372549,g:.619608,b:.627451},chartreuse:{r:.498039,g:1,b:0},chocolate:{r:.823529,g:.411765,b:.117647},coral:{r:1,g:.498039,b:.313725},cornflowerblue:{r:.392157,g:.584314,b:.929412},cornsilk:{r:1,g:.972549,b:.862745},crimson:{r:.862745,g:.078431,b:.235294},cyan:{r:0,g:1,b:1},darkblue:{r:0,g:0,b:.545098},darkcyan:{r:0,g:.545098,b:.545098},darkgoldenrod:{r:.721569,g:.52549,b:.043137},darkgray:{r:.662745,g:.662745,b:.662745},darkgreen:{r:0,g:.392157,b:0},darkgrey:{r:.662745,g:.662745,b:.662745},darkkhaki:{r:.741176,g:.717647,b:.419608},darkmagenta:{r:.545098,g:0,b:.545098},darkolivegreen:{r:.333333,g:.419608,b:.184314},darkorange:{r:1,g:.54902,b:0},darkorchid:{r:.6,g:.196078,b:.8},darkred:{r:.545098,g:0,b:0},darksalmon:{r:.913725,g:.588235,b:.478431},darkseagreen:{r:.560784,g:.737255,b:.560784},darkslateblue:{r:.282353,g:.239216,b:.545098},darkslategray:{r:.184314,g:.309804,b:.309804},darkslategrey:{r:.184314,g:.309804,b:.309804},darkturquoise:{r:0,g:.807843,b:.819608},darkviolet:{r:.580392,g:0,b:.827451},deeppink:{r:1,g:.078431,b:.576471},deepskyblue:{r:0,g:.74902,b:1},dimgray:{r:.411765,g:.411765,b:.411765},dimgrey:{r:.411765,g:.411765,b:.411765},dodgerblue:{r:.117647,g:.564706,b:1},firebrick:{r:.698039,g:.133333,b:.133333},floralwhite:{r:1,g:.980392,b:.941176},forestgreen:{r:.133333,g:.545098,b:.133333},fuchsia:{r:1,g:0,b:1},gainsboro:{r:.862745,g:.862745,b:.862745},ghostwhite:{r:.972549,g:.972549,b:1},gold:{r:1,g:.843137,b:0},goldenrod:{r:.854902,g:.647059,b:.12549},gray:{r:.501961,g:.501961,b:.501961},green:{r:0,g:.501961,b:0},greenyellow:{r:.678431,g:1,b:.184314},grey:{r:.501961,g:.501961,b:.501961},honeydew:{r:.941176,g:1,b:.941176},hotpink:{r:1,g:.411765,b:.705882},indianred:{r:.803922,g:.360784,b:.360784},indigo:{r:.294118,g:0,b:.509804},ivory:{r:1,g:1,b:.941176},khaki:{r:.941176,g:.901961,b:.54902},lavender:{r:.901961,g:.901961,b:.980392},lavenderblush:{r:1,g:.941176,b:.960784},lawngreen:{r:.486275,g:.988235,b:0},lemonchiffon:{r:1,g:.980392,b:.803922},lightblue:{r:.678431,g:.847059,b:.901961},lightcoral:{r:.941176,g:.501961,b:.501961},lightcyan:{r:.878431,g:1,b:1},lightgoldenrodyellow:{r:.980392,g:.980392,b:.823529},lightgray:{r:.827451,g:.827451,b:.827451},lightgreen:{r:.564706,g:.933333,b:.564706},lightgrey:{r:.827451,g:.827451,b:.827451},lightpink:{r:1,g:.713725,b:.756863},lightsalmon:{r:1,g:.627451,b:.478431},lightseagreen:{r:.12549,g:.698039,b:.666667},lightskyblue:{r:.529412,g:.807843,b:.980392},lightslategray:{r:.466667,g:.533333,b:.6},lightslategrey:{r:.466667,g:.533333,b:.6},lightsteelblue:{r:.690196,g:.768627,b:.870588},lightyellow:{r:1,g:1,b:.878431},lime:{r:0,g:1,b:0},limegreen:{r:.196078,g:.803922,b:.196078},linen:{r:.980392,g:.941176,b:.901961},magenta:{r:1,g:0,b:1},maroon:{r:.501961,g:0,b:0},mediumaquamarine:{r:.4,g:.803922,b:.666667},mediumblue:{r:0,g:0,b:.803922},mediumorchid:{r:.729412,g:.333333,b:.827451},mediumpurple:{r:.576471,g:.439216,b:.858824},mediumseagreen:{r:.235294,g:.701961,b:.443137},mediumslateblue:{r:.482353,g:.407843,b:.933333},mediumspringgreen:{r:0,g:.980392,b:.603922},mediumturquoise:{r:.282353,g:.819608,b:.8},mediumvioletred:{r:.780392,g:.082353,b:.521569},midnightblue:{r:.098039,g:.098039,b:.439216},mintcream:{r:.960784,g:1,b:.980392},mistyrose:{r:1,g:.894118,b:.882353},moccasin:{r:1,g:.894118,b:.709804},navajowhite:{r:1,g:.870588,b:.678431},navy:{r:0,g:0,b:.501961},oldlace:{r:.992157,g:.960784,b:.901961},olive:{r:.501961,g:.501961,b:0},olivedrab:{r:.419608,g:.556863,b:.137255},orange:{r:1,g:.647059,b:0},orangered:{r:1,g:.270588,b:0},orchid:{r:.854902,g:.439216,b:.839216},palegoldenrod:{r:.933333,g:.909804,b:.666667},palegreen:{r:.596078,g:.984314,b:.596078},paleturquoise:{r:.686275,g:.933333,b:.933333},palevioletred:{r:.858824,g:.439216,b:.576471},papayawhip:{r:1,g:.937255,b:.835294},peachpuff:{r:1,g:.854902,b:.72549},peru:{r:.803922,g:.521569,b:.247059},pink:{r:1,g:.752941,b:.796078},plum:{r:.866667,g:.627451,b:.866667},powderblue:{r:.690196,g:.878431,b:.901961},purple:{r:.501961,g:0,b:.501961},red:{r:1,g:0,b:0},rosybrown:{r:.737255,g:.560784,b:.560784},royalblue:{r:.254902,g:.411765,b:.882353},saddlebrown:{r:.545098,g:.270588,b:.07451},salmon:{r:.980392,g:.501961,b:.447059},sandybrown:{r:.956863,g:.643137,b:.376471},seagreen:{r:.180392,g:.545098,b:.341176},seashell:{r:1,g:.960784,b:.933333},sienna:{r:.627451,g:.321569,b:.176471},silver:{r:.752941,g:.752941,b:.752941},skyblue:{r:.529412,g:.807843,b:.921569},slateblue:{r:.415686,g:.352941,b:.803922},slategray:{r:.439216,g:.501961,b:.564706},slategrey:{r:.439216,g:.501961,b:.564706},snow:{r:1,g:.980392,b:.980392},springgreen:{r:0,g:1,b:.498039},steelblue:{r:.27451,g:.509804,b:.705882},tan:{r:.823529,g:.705882,b:.54902},teal:{r:0,g:.501961,b:.501961},thistle:{r:.847059,g:.74902,b:.847059},tomato:{r:1,g:.388235,b:.278431},transparent:{r:0,g:0,b:0,a:0},turquoise:{r:.25098,g:.878431,b:.815686},violet:{r:.933333,g:.509804,b:.933333},wheat:{r:.960784,g:.870588,b:.701961},white:{r:1,g:1,b:1},whitesmoke:{r:.960784,g:.960784,b:.960784},yellow:{r:1,g:1,b:0},yellowgreen:{r:.603922,g:.803922,b:.196078}},Ro=/^rgb\(\s*((?:(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*,\s*){2}(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*)\)$/i,Mo=/^rgba\(\s*((?:(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*,\s*){3}(?:0|1|0?\.\d*)\s*)\)$/i,Ao=/^#((?:[0-9a-f]{6}|[0-9a-f]{3}))$/i,Oo=/^#((?:[0-9a-f]{8}|[0-9a-f]{4}))$/i
1132
1132
  function Eo(e){return function(e){return Oo.test(e)}(e)}function Vo(e){const t=Ao.exec(e)
1133
1133
  if(null===t)return null
1134
1134
  let i=t[1]
@@ -1140,51 +1140,51 @@ if(null===t)return null
1140
1140
  let i=t[1]
1141
1141
  if(4===i.length){const e=i.charAt(0),t=i.charAt(1),n=i.charAt(2),o=i.charAt(3)
1142
1142
  i=e.concat(e,t,t,n,n,o,o)}const n=parseInt(i,16)
1143
- return isNaN(n)?null:new So(Co((16711680&n)>>>16,0,255),Co((65280&n)>>>8,0,255),Co(255&n,0,255),Co((4278190080&n)>>>24,0,255))}(t):function(e){return Mo.test(e)}(t)?function(e){const t=Mo.exec(e)
1143
+ return isNaN(n)?null:new So(Co((16711680&n)>>>16,0,255),Co((65280&n)>>>8,0,255),Co(255&n,0,255),Co((4278190080&n)>>>24,0,255))}(t):function(e){return Ro.test(e)}(t)?function(e){const t=Ro.exec(e)
1144
1144
  if(null===t)return null
1145
1145
  const i=t[1].split(",")
1146
- return new So(Co(Number(i[0]),0,255),Co(Number(i[1]),0,255),Co(Number(i[2]),0,255),1)}(t):function(e){return Io.test(e)}(t)?function(e){const t=Io.exec(e)
1146
+ return new So(Co(Number(i[0]),0,255),Co(Number(i[1]),0,255),Co(Number(i[2]),0,255),1)}(t):function(e){return Mo.test(e)}(t)?function(e){const t=Mo.exec(e)
1147
1147
  if(null===t)return null
1148
1148
  const i=t[1].split(",")
1149
- return 4===i.length?new So(Co(Number(i[0]),0,255),Co(Number(i[1]),0,255),Co(Number(i[2]),0,255),Number(i[3])):null}(t):function(e){return Ro.hasOwnProperty(e)}(t)?function(e){const t=Ro[e.toLowerCase()]
1150
- return t?new So(t.r,t.g,t.b,t.hasOwnProperty("a")?t.a:void 0):null}(t):null}const Lo="#a46eff",Po="#804ad9",To="#ff8126",zo="#009921",Do="#00c12b",Fo="#f1f1f2",Bo="#f5f5f5",No="#ffffff",Zo="#252526",qo="#363738",jo="#505153",Uo="#000000",Go="#161617",Xo="#074023",Wo="#009b65",Ko="#d63434",Yo="#ff4b00",Qo="#006b46",Jo="#32eb96",es="Source Sans Pro",ts="400",is="14px",ns="18px",os="14px",ss="0.25s"
1149
+ return 4===i.length?new So(Co(Number(i[0]),0,255),Co(Number(i[1]),0,255),Co(Number(i[2]),0,255),Number(i[3])):null}(t):function(e){return Io.hasOwnProperty(e)}(t)?function(e){const t=Io[e.toLowerCase()]
1150
+ return t?new So(t.r,t.g,t.b,t.hasOwnProperty("a")?t.a:void 0):null}(t):null}const Lo="#a46eff",Po="#804ad9",To="#ff8126",zo="#009921",Fo="#00c12b",Do="#f1f1f2",Bo="#f5f5f5",No="#ffffff",Zo="#252526",qo="#363738",jo="#505153",Go="#000000",Uo="#161617",Xo="#074023",Wo="#009b65",Ko="#d63434",Yo="#ff4b00",Qo="#006b46",Jo="#32eb96",es="Source Sans Pro",ts="400",is="14px",ns="18px",os="14px",ss="0.25s"
1151
1151
  function rs(e,t){const{r:i,g:n,b:o}=Vo(e)
1152
- return`rgba(${255*i}, ${255*n}, ${255*o}, ${t})`}const as=rs(Uo,.3),ls=rs(Uo,.6),cs=rs(Uo,.6),ds=ss,hs="light",us="dark",ps="color",gs="action-rgb-partial-color",vs="application-background-color",fs="divider-background-color",ms="header-background-color",bs="section-background-color",ws="fill-selected-color",xs="fill-selected-rgb-partial-color",ys="fill-hover-selected-color",$s="fill-hover-color",Cs="fill-down-color",ks="border-color",_s="border-rgb-partial-color",Ss="fail-color",Rs="warning-color",Ms="pass-color",Is="information-color",As="border-hover-color",Os="icon-color",Es="modal-backdrop-color",Vs="popup-border-color",Hs="control-height",Ls="small-padding",Ps="standard-padding",Ts="label-height",zs="border-width",Ds="icon-size",Fs="group-header-text-transform",Bs="drawer-width",Ns="spinner-small-height",Zs="spinner-medium-height",qs="spinner-large-height",js="small-delay",Us="medium-delay",Gs="large-delay",Xs="headline-plus-1-font",Ws="headline-font",Ks="table-header-font",Ys="title-plus-2-font",Qs="title-plus-1-font",Js="title-font",er="subtitle-plus-1-font",tr="subtitle-font",ir="link-font",nr="link-active-font",or="link-prominent-font",sr="link-active-prominent-font",rr="placeholder-font",ar="body-emphasized-font",lr="body-font",cr="group-header-font",dr="control-label-font",hr="button-label-font",ur="tooltip-caption-font",pr="tooltip-background-color",gr="error-text-font",vr="table-row-border-color",fr="elevation-1-box-shadow",mr="elevation-2-box-shadow",br="elevation-3-box-shadow",wr=e=>`ni-nimble-${e}`,xr="animationend",yr="change",$r="ArrowDown",Cr="ArrowUp",kr="Enter"
1152
+ return`rgba(${255*i}, ${255*n}, ${255*o}, ${t})`}const as=rs(Go,.3),ls=rs(Go,.6),cs=rs(Go,.6),ds=ss,hs="light",us="dark",ps="color",gs="action-rgb-partial-color",vs="application-background-color",fs="divider-background-color",ms="header-background-color",bs="section-background-color",ws="fill-selected-color",xs="fill-selected-rgb-partial-color",ys="fill-hover-selected-color",$s="fill-hover-color",Cs="fill-down-color",ks="border-color",_s="border-rgb-partial-color",Ss="fail-color",Is="warning-color",Rs="pass-color",Ms="information-color",As="border-hover-color",Os="icon-color",Es="modal-backdrop-color",Vs="popup-border-color",Hs="control-height",Ls="small-padding",Ps="standard-padding",Ts="label-height",zs="border-width",Fs="icon-size",Ds="group-header-text-transform",Bs="drawer-width",Ns="spinner-small-height",Zs="spinner-medium-height",qs="spinner-large-height",js="small-delay",Gs="medium-delay",Us="large-delay",Xs="headline-plus-1-font",Ws="headline-font",Ks="table-header-font",Ys="title-plus-2-font",Qs="title-plus-1-font",Js="title-font",er="subtitle-plus-1-font",tr="subtitle-font",ir="link-font",nr="link-active-font",or="link-prominent-font",sr="link-active-prominent-font",rr="placeholder-font",ar="body-emphasized-font",lr="body-font",cr="group-header-font",dr="control-label-font",hr="button-label-font",ur="tooltip-caption-font",pr="tooltip-background-color",gr="error-text-font",vr="table-row-border-color",fr="elevation-1-box-shadow",mr="elevation-2-box-shadow",br="elevation-3-box-shadow",wr=e=>`ni-nimble-${e}`,xr="animationend",yr="change",$r="ArrowDown",Cr="ArrowUp",kr="Enter"
1153
1153
  var _r
1154
1154
  !function(e){e.ltr="ltr",e.rtl="rtl"}(_r||(_r={}))
1155
1155
  let Sr=0
1156
- function Rr(e=""){return`${e}${Sr++}`}const Mr=G`<slot></slot>`,Ir=fe`
1156
+ function Ir(e=""){return`${e}${Sr++}`}const Rr=U`<slot></slot>`,Mr=fe`
1157
1157
  :host {
1158
1158
  display: contents;
1159
1159
  }
1160
1160
  `,Ar=Qi.create({name:"direction",cssCustomPropertyName:null}).withDefault(_r.ltr),Or=Qi.create({name:"theme",cssCustomPropertyName:null}).withDefault(hs)
1161
1161
  class Er extends St{constructor(){super(...arguments),this.direction=_r.ltr,this.theme=hs}directionChanged(e,t){null!=t?Ar.setValueFor(this,t):Ar.deleteValueFor(this)}themeChanged(e,t){null!=t?Or.setValueFor(this,t):Or.deleteValueFor(this)}}e([oe({attribute:"direction"})],Er.prototype,"direction",void 0),e([oe({attribute:"theme"})],Er.prototype,"theme",void 0)
1162
- const Vr=Er.compose({baseName:"theme-provider",styles:Ir,template:Mr})
1162
+ const Vr=Er.compose({baseName:"theme-provider",styles:Mr,template:Rr})
1163
1163
  sn.getOrCreate().withPrefix("nimble").register(Vr())
1164
- const Hr=Qi.create(wr(gs)).withDefault((e=>wc(yc(e,Go,Fo,No)))),Lr=Qi.create(wr(vs)).withDefault((e=>yc(e,No,qo,Xo)))
1165
- Qi.create(wr(ms)).withDefault((e=>yc(e,Bo,Zo,Xo))),Qi.create(wr(bs)).withDefault((e=>yc(e,Fo,jo,Xo))),Qi.create(wr(fs)).withDefault((e=>yc(e,Fo,jo,Xo)))
1164
+ const Hr=Qi.create(wr(gs)).withDefault((e=>wc(yc(e,Uo,Do,No)))),Lr=Qi.create(wr(vs)).withDefault((e=>yc(e,No,qo,Xo)))
1165
+ Qi.create(wr(ms)).withDefault((e=>yc(e,Bo,Zo,Xo))),Qi.create(wr(bs)).withDefault((e=>yc(e,Do,jo,Xo))),Qi.create(wr(fs)).withDefault((e=>yc(e,Do,jo,Xo)))
1166
1166
  const Pr=Qi.create(wr(ws)).withDefault((e=>rs(_c(e),.2)))
1167
1167
  Qi.create(wr(xs)).withDefault((e=>wc(_c(e))))
1168
- const Tr=Qi.create(wr(ys)).withDefault((e=>rs(_c(e),.15))),zr=Qi.create(wr($s)).withDefault((e=>rs(function(e){return yc(e,Go,Fo,No)}(e),.1)))
1169
- Qi.create(wr(Cs)).withDefault((e=>rs(function(e){return yc(e,Go,Fo,No)}(e),.15)))
1170
- const Dr=Qi.create(wr(ks)).withDefault((e=>Cc(e))),Fr=Qi.create(wr(_s)).withDefault((e=>wc(Cc(e)))),Br=Qi.create(wr(Ss)).withDefault((e=>$c(e))),Nr=Qi.create(wr(Rs)).withDefault((e=>function(e){return yc(e,Yo,To,No)}(e))),Zr=Qi.create(wr(Ms)).withDefault((e=>function(e){return yc(e,zo,Do,No)}(e))),qr=Qi.create(wr(Is)).withDefault((e=>function(e){return yc(e,Po,Lo,No)}(e))),jr=Qi.create(wr(As)).withDefault((e=>yc(e,Wo,Wo,No))),Ur=Qi.create(wr(Os)).withDefault((e=>yc(e,Go,Fo,No)))
1168
+ const Tr=Qi.create(wr(ys)).withDefault((e=>rs(_c(e),.15))),zr=Qi.create(wr($s)).withDefault((e=>rs(function(e){return yc(e,Uo,Do,No)}(e),.1)))
1169
+ Qi.create(wr(Cs)).withDefault((e=>rs(function(e){return yc(e,Uo,Do,No)}(e),.15)))
1170
+ const Fr=Qi.create(wr(ks)).withDefault((e=>Cc(e))),Dr=Qi.create(wr(_s)).withDefault((e=>wc(Cc(e)))),Br=Qi.create(wr(Ss)).withDefault((e=>$c(e))),Nr=Qi.create(wr(Is)).withDefault((e=>function(e){return yc(e,Yo,To,No)}(e))),Zr=Qi.create(wr(Rs)).withDefault((e=>function(e){return yc(e,zo,Fo,No)}(e))),qr=Qi.create(wr(Ms)).withDefault((e=>function(e){return yc(e,Po,Lo,No)}(e))),jr=Qi.create(wr(As)).withDefault((e=>yc(e,Wo,Wo,No))),Gr=Qi.create(wr(Os)).withDefault((e=>yc(e,Uo,Do,No)))
1171
1171
  Qi.create(wr(Es)).withDefault((e=>function(e){switch(Or.getValueFor(e)){case hs:return as
1172
1172
  case us:return ls
1173
1173
  case ps:return cs
1174
1174
  default:return as}}(e)))
1175
- const Gr=Qi.create(wr(Vs)).withDefault((e=>rs(yc(e,Go,Fo,No),.3)))
1176
- Qi.create(wr(pr)).withDefault((e=>yc(e,Fo,qo,Xo)))
1177
- const Xr=Qi.create(wr(vr)).withDefault((e=>yc(e,Fo,Zo,Xo))),Wr=Qi.create(wr(Hs)).withDefault("32px"),Kr=Qi.create(wr(Ls)).withDefault("4px"),Yr=Qi.create(wr(Ps)).withDefault("16px")
1175
+ const Ur=Qi.create(wr(Vs)).withDefault((e=>rs(yc(e,Uo,Do,No),.3)))
1176
+ Qi.create(wr(pr)).withDefault((e=>yc(e,Do,qo,Xo)))
1177
+ const Xr=Qi.create(wr(vr)).withDefault((e=>yc(e,Do,Zo,Xo))),Wr=Qi.create(wr(Hs)).withDefault("32px"),Kr=Qi.create(wr(Ls)).withDefault("4px"),Yr=Qi.create(wr(Ps)).withDefault("16px")
1178
1178
  Qi.create(wr(Ts)).withDefault("16px")
1179
- const Qr=Qi.create(wr(zs)).withDefault("1px"),Jr=Qi.create(wr(Ds)).withDefault("16px"),ea=Qi.create(wr(Bs)).withDefault("784px"),ta=Qi.create(wr(Ns)).withDefault("16px")
1180
- Qi.create(wr(Zs)).withDefault("32px"),Qi.create(wr(qs)).withDefault("64px"),Qi.create(wr(fr)).withDefault((e=>`0px 1px 4px ${rs(yc(e,Uo,Uo,Uo),.16)}`))
1181
- const ia=Qi.create(wr(mr)).withDefault((e=>`0px 2px 4px ${rs(yc(e,Uo,Uo,Uo),.16)}`)),na=Qi.create(wr(br)).withDefault((e=>`0px 4px 8px ${rs(yc(e,Uo,Uo,Uo),.3)}`))
1179
+ const Qr=Qi.create(wr(zs)).withDefault("1px"),Jr=Qi.create(wr(Fs)).withDefault("16px"),ea=Qi.create(wr(Bs)).withDefault("784px"),ta=Qi.create(wr(Ns)).withDefault("16px")
1180
+ Qi.create(wr(Zs)).withDefault("32px"),Qi.create(wr(qs)).withDefault("64px"),Qi.create(wr(fr)).withDefault((e=>`0px 1px 4px ${rs(yc(e,Go,Go,Go),.16)}`))
1181
+ const ia=Qi.create(wr(mr)).withDefault((e=>`0px 2px 4px ${rs(yc(e,Go,Go,Go),.16)}`)),na=Qi.create(wr(br)).withDefault((e=>`0px 4px 8px ${rs(yc(e,Go,Go,Go),.3)}`))
1182
1182
  xc(Ws,(e=>kc(e)),(e=>rs(kc(e),.3)),"Noto Serif","400","25px","32px","serif"),xc(Xs,(e=>kc(e)),(e=>rs(kc(e),.3)),"Noto Serif","400","29.100000381469727px","40px","serif"),xc(Ys,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","400","25px","32px","sans-serif")
1183
1183
  const[oa,sa,ra,aa,la,ca,da,ha]=xc(Qs,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","400","22px","28px","sans-serif")
1184
1184
  xc(Js,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","400","19px","24px","sans-serif"),xc(er,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","300","16px","20px","sans-serif")
1185
- const[ua,pa,ga,va,fa,ma,ba,wa]=xc(tr,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","300","12.800000190734863px","16px","sans-serif"),[xa,ya,$a,Ca,ka,_a,Sa,Ra]=xc(ir,(e=>kc(e)),(e=>rs(kc(e),.3)),es,ts,is,ns,"sans-serif"),[Ma,Ia,Aa,Oa,Ea,Va,Ha,La]=xc(nr,(e=>yc(e,Qo,Jo,rs(No,.6))),(e=>rs(kc(e),.3)),es,ts,is,ns,"sans-serif"),[Pa,Ta,za,Da,Fa,Ba,Na,Za]=xc(or,(e=>yc(e,Qo,Jo,Jo)),(e=>rs(kc(e),.3)),es,ts,is,ns,"sans-serif"),[qa,ja,Ua,Ga,Xa,Wa,Ka,Ya]=xc(sr,(e=>kc(e)),(e=>rs(kc(e),.3)),es,ts,is,ns,"sans-serif"),[Qa,Ja,el,tl,il,nl,ol,sl]=xc(rr,(e=>rs(kc(e),.6)),(e=>rs(kc(e),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[rl,al,ll,cl,dl,hl,ul,pl]=xc(ar,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","600","14px","18px","sans-serif"),[gl,vl,fl,ml,bl,wl,xl,yl]=xc(lr,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[$l,Cl,kl,_l,Sl,Rl,Ml,Il]=xc(cr,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Al,Ol,El,Vl,Hl,Ll,Pl,Tl]=xc(dr,(e=>rs(kc(e),.6)),(e=>rs(kc(e),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[zl,Dl,Fl,Bl,Nl,Zl,ql,jl]=xc(hr,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","400","12.800000190734863px","16px","sans-serif"),[Ul,Gl,Xl,Wl,Kl,Yl,Ql,Jl]=xc(ur,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","400","11px",os,"sans-serif"),[ec,tc,ic,nc,oc,sc,rc,ac]=xc(gr,(e=>$c(e)),(e=>rs($c(e),.3)),"Source Sans Pro","400","11px",os,"sans-serif"),[lc,cc,dc,hc,uc,pc,gc,vc]=xc(Ks,(e=>rs(kc(e),.6)),(e=>rs(kc(e),.3)),"Source Sans Pro","600","12.800000190734863px",os,"sans-serif"),fc=Qi.create(wr(Fs)).withDefault("uppercase"),mc=Qi.create(wr(js)).withDefault("0.075s")
1186
- Qi.create(wr(Us)).withDefault("0.15s")
1187
- const bc=Qi.create(wr(Gs)).withDefault(ss)
1185
+ const[ua,pa,ga,va,fa,ma,ba,wa]=xc(tr,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","300","12.800000190734863px","16px","sans-serif"),[xa,ya,$a,Ca,ka,_a,Sa,Ia]=xc(ir,(e=>kc(e)),(e=>rs(kc(e),.3)),es,ts,is,ns,"sans-serif"),[Ra,Ma,Aa,Oa,Ea,Va,Ha,La]=xc(nr,(e=>yc(e,Qo,Jo,rs(No,.6))),(e=>rs(kc(e),.3)),es,ts,is,ns,"sans-serif"),[Pa,Ta,za,Fa,Da,Ba,Na,Za]=xc(or,(e=>yc(e,Qo,Jo,Jo)),(e=>rs(kc(e),.3)),es,ts,is,ns,"sans-serif"),[qa,ja,Ga,Ua,Xa,Wa,Ka,Ya]=xc(sr,(e=>kc(e)),(e=>rs(kc(e),.3)),es,ts,is,ns,"sans-serif"),[Qa,Ja,el,tl,il,nl,ol,sl]=xc(rr,(e=>rs(kc(e),.6)),(e=>rs(kc(e),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[rl,al,ll,cl,dl,hl,ul,pl]=xc(ar,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","600","14px","18px","sans-serif"),[gl,vl,fl,ml,bl,wl,xl,yl]=xc(lr,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[$l,Cl,kl,_l,Sl,Il,Rl,Ml]=xc(cr,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Al,Ol,El,Vl,Hl,Ll,Pl,Tl]=xc(dr,(e=>rs(kc(e),.6)),(e=>rs(kc(e),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[zl,Fl,Dl,Bl,Nl,Zl,ql,jl]=xc(hr,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","400","12.800000190734863px","16px","sans-serif"),[Gl,Ul,Xl,Wl,Kl,Yl,Ql,Jl]=xc(ur,(e=>kc(e)),(e=>rs(kc(e),.3)),"Source Sans Pro","400","11px",os,"sans-serif"),[ec,tc,ic,nc,oc,sc,rc,ac]=xc(gr,(e=>$c(e)),(e=>rs($c(e),.3)),"Source Sans Pro","400","11px",os,"sans-serif"),[lc,cc,dc,hc,uc,pc,gc,vc]=xc(Ks,(e=>rs(kc(e),.6)),(e=>rs(kc(e),.3)),"Source Sans Pro","600","12.800000190734863px",os,"sans-serif"),fc=Qi.create(wr(Ds)).withDefault("uppercase"),mc=Qi.create(wr(js)).withDefault("0.075s")
1186
+ Qi.create(wr(Gs)).withDefault("0.15s")
1187
+ const bc=Qi.create(wr(Us)).withDefault(ss)
1188
1188
  function wc(e){const{r:t,g:i,b:n}=Vo(e)
1189
1189
  return`${255*t}, ${255*i}, ${255*n}`}function xc(e,t,i,n,o,s,r,a){if(""===e||""===n||""===o||""===s||""===r||""===a)throw new Error("createFontTokens parameter unexpectedly set to empty string")
1190
1190
  const l=Qi.create(wr(e)).withDefault(`${o} ${s}/${r} ${n}, ${a}`),c=e.split("-font"),d=c[0]
@@ -1192,7 +1192,7 @@ if(void 0===d||""!==c[1])throw new Error(`fontTokenName value of ${e} did not ha
1192
1192
  return[l,Qi.create(wr(`${d}-font-color`)).withDefault((e=>t(e))),Qi.create(wr(`${d}-disabled-font-color`)).withDefault((e=>i(e))),Qi.create(wr(`${d}-font-family`)).withDefault(`${n}`),Qi.create(wr(`${d}-font-weight`)).withDefault(`${o}`),Qi.create(wr(`${d}-font-size`)).withDefault(`${s}`),Qi.create(wr(`${d}-font-line-height`)).withDefault(`${r}`),Qi.create(wr(`${d}-fallback-font-family`)).withDefault(`${a}`)]}function yc(e,t,i,n){switch(Or.getValueFor(e)){case hs:return t
1193
1193
  case us:return i
1194
1194
  case ps:return n
1195
- default:return t}}function $c(e){return yc(e,"#c4000c","#ff4646",No)}function Cc(e){return yc(e,Go,Fo,No)}function kc(e){return yc(e,Go,Fo,No)}function _c(e){return yc(e,Wo,Wo,No)}const Sc=fe`
1195
+ default:return t}}function $c(e){return yc(e,"#c4000c","#ff4646",No)}function Cc(e){return yc(e,Uo,Do,No)}function kc(e){return yc(e,Uo,Do,No)}function _c(e){return yc(e,Wo,Wo,No)}const Sc=fe`
1196
1196
  ${bo("inline")}
1197
1197
 
1198
1198
  :host {
@@ -1216,12 +1216,12 @@ default:return t}}function $c(e){return yc(e,"#c4000c","#ff4646",No)}function Cc
1216
1216
  }
1217
1217
 
1218
1218
  .control:active {
1219
- color: ${Ia};
1219
+ color: ${Ma};
1220
1220
  text-decoration: underline;
1221
1221
  }
1222
1222
 
1223
1223
  .control${yo}:active {
1224
- box-shadow: inset 0px -1px ${Ia};
1224
+ box-shadow: inset 0px -1px ${Ma};
1225
1225
  }
1226
1226
 
1227
1227
  .control:not(:any-link) {
@@ -1273,8 +1273,8 @@ default:return t}}function $c(e){return yc(e,"#c4000c","#ff4646",No)}function Cc
1273
1273
  display: none;
1274
1274
  }
1275
1275
  `
1276
- class Rc extends xo{constructor(){super(...arguments),this.underlineHidden=!1}}e([oe({attribute:"underline-hidden",mode:"boolean"})],Rc.prototype,"underlineHidden",void 0),e([oe],Rc.prototype,"appearance",void 0)
1277
- const Mc=Rc.compose({baseName:"anchor",baseClass:ei,template:(e,t)=>G`
1276
+ class Ic extends xo{constructor(){super(...arguments),this.underlineHidden=!1}}e([oe({attribute:"underline-hidden",mode:"boolean"})],Ic.prototype,"underlineHidden",void 0),e([oe],Ic.prototype,"appearance",void 0)
1277
+ const Rc=Ic.compose({baseName:"anchor",baseClass:ei,template:(e,t)=>U`
1278
1278
  <a
1279
1279
  class="control"
1280
1280
  part="control"
@@ -1322,15 +1322,15 @@ const Mc=Rc.compose({baseName:"anchor",baseClass:ei,template:(e,t)=>G`
1322
1322
  </slot>
1323
1323
  </span></a>
1324
1324
  `,styles:Sc,shadowOptions:{delegatesFocus:!0}})
1325
- sn.getOrCreate().withPrefix("nimble").register(Mc())
1326
- const Ic="outline",Ac="ghost",Oc="block"
1325
+ sn.getOrCreate().withPrefix("nimble").register(Rc())
1326
+ const Mc="outline",Ac="ghost",Oc="block"
1327
1327
  class Ec{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(e){v.getNotifier(e).subscribe(this,this.propertyName),this.handleChange(e,this.propertyName)}unbind(e){v.getNotifier(e).unsubscribe(this,this.propertyName),e.$fastController.removeStyles(this.styles)}handleChange(e,t){const i=e[t];(Array.isArray(this.value)?this.value.includes(i):this.value===i)?e.$fastController.addStyles(this.styles):e.$fastController.removeStyles(this.styles)}}function Vc(e,t){return new Ec("appearance",e,t)}const Hc=fe`
1328
1328
  ${bo("inline-flex")}
1329
1329
 
1330
1330
  :host {
1331
1331
  background-color: transparent;
1332
1332
  height: ${Wr};
1333
- color: ${Dl};
1333
+ color: ${Fl};
1334
1334
  font: ${zl};
1335
1335
  cursor: pointer;
1336
1336
  outline: none;
@@ -1341,7 +1341,7 @@ class Ec{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
1341
1341
  }
1342
1342
 
1343
1343
  :host([disabled]) {
1344
- color: ${Fl};
1344
+ color: ${Dl};
1345
1345
  cursor: default;
1346
1346
  }
1347
1347
 
@@ -1417,7 +1417,7 @@ class Ec{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
1417
1417
 
1418
1418
  [part='start'] {
1419
1419
  display: contents;
1420
- ${Ur.cssCustomProperty}: ${Dl};
1420
+ ${Gr.cssCustomProperty}: ${Fl};
1421
1421
  }
1422
1422
 
1423
1423
  :host([disabled]) slot[name='start']::slotted(*) {
@@ -1426,7 +1426,7 @@ class Ec{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
1426
1426
 
1427
1427
  [part='end'] {
1428
1428
  display: contents;
1429
- ${Ur.cssCustomProperty}: ${Dl};
1429
+ ${Gr.cssCustomProperty}: ${Fl};
1430
1430
  }
1431
1431
 
1432
1432
  :host([disabled]) slot[name='end']::slotted(*) {
@@ -1436,7 +1436,7 @@ class Ec{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
1436
1436
  :host([content-hidden]) [part='end'] {
1437
1437
  display: none;
1438
1438
  }
1439
- `.withBehaviors(Vc(Ic,fe`
1439
+ `.withBehaviors(Vc(Mc,fe`
1440
1440
  .control {
1441
1441
  background-color: transparent;
1442
1442
  border-color: rgba(${Hr}, 0.3);
@@ -1459,7 +1459,7 @@ class Ec{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
1459
1459
 
1460
1460
  :host([disabled]) .control {
1461
1461
  background-color: transparent;
1462
- border-color: rgba(${Fr}, 0.2);
1462
+ border-color: rgba(${Dr}, 0.2);
1463
1463
  }
1464
1464
  `),Vc(Ac,fe`
1465
1465
  .control {
@@ -1488,7 +1488,7 @@ class Ec{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
1488
1488
  }
1489
1489
  `),Vc(Oc,fe`
1490
1490
  .control {
1491
- background-color: rgba(${Fr}, 0.1);
1491
+ background-color: rgba(${Dr}, 0.1);
1492
1492
  border-color: transparent;
1493
1493
  }
1494
1494
 
@@ -1498,7 +1498,7 @@ class Ec{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
1498
1498
  }
1499
1499
 
1500
1500
  .control${yo} {
1501
- background-color: rgba(${Fr}, 0.1);
1501
+ background-color: rgba(${Dr}, 0.1);
1502
1502
  border-color: ${jr};
1503
1503
  }
1504
1504
 
@@ -1512,10 +1512,10 @@ class Ec{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
1512
1512
  }
1513
1513
 
1514
1514
  :host([disabled]) .control {
1515
- background-color: rgba(${Fr}, 0.1);
1515
+ background-color: rgba(${Dr}, 0.1);
1516
1516
  border-color: transparent;
1517
1517
  }
1518
- `)),Lc=fe``.withBehaviors(Vc(Ic,fe`
1518
+ `)),Lc=fe``.withBehaviors(Vc(Mc,fe`
1519
1519
  :host([appearance-variant='primary']) .control {
1520
1520
  box-shadow: 0px 0px 0px ${Qr}
1521
1521
  rgba(${Hr}, 0.3) inset;
@@ -1599,8 +1599,8 @@ class Ec{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
1599
1599
  text-decoration: none;
1600
1600
  }
1601
1601
  `
1602
- class Tc extends xo{constructor(){super(...arguments),this.appearance=Ic,this.contentHidden=!1,this.disabled=!1}}e([oe],Tc.prototype,"appearance",void 0),e([oe({attribute:"appearance-variant"})],Tc.prototype,"appearanceVariant",void 0),e([oe({attribute:"content-hidden",mode:"boolean"})],Tc.prototype,"contentHidden",void 0),e([oe({mode:"boolean"})],Tc.prototype,"disabled",void 0)
1603
- const zc=Tc.compose({baseName:"anchor-button",template:(e,t)=>G`
1602
+ class Tc extends xo{constructor(){super(...arguments),this.appearance=Mc,this.contentHidden=!1,this.disabled=!1}}e([oe],Tc.prototype,"appearance",void 0),e([oe({attribute:"appearance-variant"})],Tc.prototype,"appearanceVariant",void 0),e([oe({attribute:"content-hidden",mode:"boolean"})],Tc.prototype,"contentHidden",void 0),e([oe({mode:"boolean"})],Tc.prototype,"disabled",void 0)
1603
+ const zc=Tc.compose({baseName:"anchor-button",template:(e,t)=>U`
1604
1604
  <a
1605
1605
  class="control"
1606
1606
  part="control"
@@ -1642,7 +1642,7 @@ const zc=Tc.compose({baseName:"anchor-button",template:(e,t)=>G`
1642
1642
  </a>
1643
1643
  `,styles:Pc,shadowOptions:{delegatesFocus:!0}})
1644
1644
  sn.getOrCreate().withPrefix("nimble").register(zc())
1645
- const Dc=fe`
1645
+ const Fc=fe`
1646
1646
  ${bo("inline-flex")}
1647
1647
 
1648
1648
  :host {
@@ -1746,8 +1746,8 @@ const Dc=fe`
1746
1746
  :host([aria-selected='true'][disabled])::after {
1747
1747
  border-bottom-color: rgba(${jr}, 0.3);
1748
1748
  }
1749
- `,Fc=fe`
1750
- ${Dc}
1749
+ `,Dc=fe`
1750
+ ${Fc}
1751
1751
 
1752
1752
  a {
1753
1753
  text-decoration: none;
@@ -1757,7 +1757,7 @@ const Dc=fe`
1757
1757
  }
1758
1758
  `
1759
1759
  class Bc extends xo{constructor(){super(...arguments),this.disabled=!1}}e([oe({mode:"boolean"})],Bc.prototype,"disabled",void 0)
1760
- const Nc=Bc.compose({baseName:"anchor-tab",template:()=>G`
1760
+ const Nc=Bc.compose({baseName:"anchor-tab",template:()=>U`
1761
1761
  <template slot="anchortab" role="tab" aria-disabled="${e=>e.disabled}">
1762
1762
  <a
1763
1763
  download="${e=>e.download}"
@@ -1773,7 +1773,7 @@ const Nc=Bc.compose({baseName:"anchor-tab",template:()=>G`
1773
1773
  <slot></slot>
1774
1774
  </a>
1775
1775
  </template>
1776
- `,styles:Fc})
1776
+ `,styles:Dc})
1777
1777
  sn.getOrCreate().withPrefix("nimble").register(Nc())
1778
1778
  const Zc=fe`
1779
1779
  ${bo("grid")}
@@ -1818,9 +1818,9 @@ let t=0
1818
1818
  const i=e.find((e=>e===document.activeElement))
1819
1819
  for(t=i?e.indexOf(i)-1:0,t=t<0?e.length-1:t;t>=0&&e.length>1;){if(this.isFocusableElement(e[t])){this.focusTabByIndex(e,t)
1820
1820
  break}t-1<0?t=e.length-1:t-=1}},this.focusTabByIndex=(e,t)=>{const i=e[t]
1821
- i.focus(),this.tabs.forEach((e=>{e.setAttribute("tabindex",e===i?"0":"-1")}))}}activeidChanged(e,t){this.$fastController.isConnected&&this.setTabs()}tabsChanged(){this.$fastController.isConnected&&(this.tabIds=this.getTabIds(),this.setTabs())}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds()}getTabIds(){return this.tabs.map((e=>e.getAttribute("id")??`tab-${Rr()}`))}focusFirstOrLast(e){const t=this.tabs.filter((e=>!this.isDisabledElement(e))),i=e?t.length-1:0,n=this.tabs.indexOf(t[i])
1822
- n>-1&&this.focusTabByIndex(this.tabs,n)}getTabAnchor(e){return e.shadowRoot.querySelector("a")}}e([oe],qc.prototype,"activeid",void 0),e([f],qc.prototype,"tabs",void 0),It(qc,Fe)
1823
- const jc=qc.compose({baseName:"anchor-tabs",template:(e,t)=>G`
1821
+ i.focus(),this.tabs.forEach((e=>{e.setAttribute("tabindex",e===i?"0":"-1")}))}}activeidChanged(e,t){this.$fastController.isConnected&&this.setTabs()}tabsChanged(){this.$fastController.isConnected&&(this.tabIds=this.getTabIds(),this.setTabs())}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds()}getTabIds(){return this.tabs.map((e=>e.getAttribute("id")??`tab-${Ir()}`))}focusFirstOrLast(e){const t=this.tabs.filter((e=>!this.isDisabledElement(e))),i=e?t.length-1:0,n=this.tabs.indexOf(t[i])
1822
+ n>-1&&this.focusTabByIndex(this.tabs,n)}getTabAnchor(e){return e.shadowRoot.querySelector("a")}}e([oe],qc.prototype,"activeid",void 0),e([f],qc.prototype,"tabs",void 0),Mt(qc,De)
1823
+ const jc=qc.compose({baseName:"anchor-tabs",template:(e,t)=>U`
1824
1824
  ${Ne(0,t)}
1825
1825
  <div ${Se("tablist")} class="tablist" part="tablist" role="tablist">
1826
1826
  <slot name="anchortab" ${Te("tabs")}></slot>
@@ -1828,20 +1828,20 @@ const jc=qc.compose({baseName:"anchor-tabs",template:(e,t)=>G`
1828
1828
  ${Be(0,t)}
1829
1829
  `,styles:Zc,shadowOptions:{delegatesFocus:!1}})
1830
1830
  sn.getOrCreate().withPrefix("nimble").register(jc())
1831
- const Uc=fe`
1831
+ const Gc=fe`
1832
1832
  :host {
1833
1833
  contain: layout;
1834
1834
  display: block;
1835
1835
  z-index: 1000;
1836
1836
  }
1837
1837
  `
1838
- class Gc extends ni{}const Xc=Gc.compose({baseName:"anchored-region",baseClass:ni,template:(e,t)=>G`
1838
+ class Uc extends ni{}const Xc=Uc.compose({baseName:"anchored-region",baseClass:ni,template:(e,t)=>U`
1839
1839
  <template class="${e=>e.initialLayoutComplete?"loaded":""}">
1840
- ${Re((e=>e.initialLayoutComplete),G`
1840
+ ${Ie((e=>e.initialLayoutComplete),U`
1841
1841
  <slot></slot>
1842
1842
  `)}
1843
1843
  </template>
1844
- `,styles:Uc})
1844
+ `,styles:Gc})
1845
1845
  sn.getOrCreate().withPrefix("nimble").register(Xc())
1846
1846
  const Wc=fe`
1847
1847
  ${bo("inline-block")}
@@ -1850,7 +1850,7 @@ const Wc=fe`
1850
1850
  box-sizing: border-box;
1851
1851
  font: ${xa};
1852
1852
  --ni-private-breadcrumb-link-font-color: ${ya};
1853
- --ni-private-breadcrumb-link-active-font-color: ${Ia};
1853
+ --ni-private-breadcrumb-link-active-font-color: ${Ma};
1854
1854
  }
1855
1855
 
1856
1856
  :host([appearance='prominent']) {
@@ -1872,7 +1872,7 @@ const Wc=fe`
1872
1872
  }
1873
1873
  `
1874
1874
  class Kc extends si{}e([oe],Kc.prototype,"appearance",void 0)
1875
- const Yc=Kc.compose({baseName:"breadcrumb",baseClass:si,template:(e,t)=>G`
1875
+ const Yc=Kc.compose({baseName:"breadcrumb",baseClass:si,template:(e,t)=>U`
1876
1876
  <template role="navigation">
1877
1877
  <div role="list" class="list" part="list">
1878
1878
  <slot
@@ -1882,7 +1882,7 @@ const Yc=Kc.compose({baseName:"breadcrumb",baseClass:si,template:(e,t)=>G`
1882
1882
  </template>
1883
1883
  `,styles:Wc})
1884
1884
  sn.getOrCreate().withPrefix("nimble").register(Yc())
1885
- const Qc={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>'},Jc={name:"arrow_down_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M9 2v6.207l2.5-1.188L8.021 14 4.5 7.019 7 8.207V2h2z"/></svg>'},ed={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.933-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>'},td={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.737 1.11-.732 3.357 5.472L11.397 4l1.103.743L7.955 12 3.5 4.737z"/></svg>'},id={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.5.732 1.11-5.472 3.357L12 11.397l-.743 1.103L4 7.955 11.263 3.5z"/></svg>'},nd={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.5-.732-1.11 5.472-3.357L4 4.603 4.743 3.5 12 8.045 4.737 12.5z"/></svg>'},od={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.263-1.11.732-3.357-5.472L4.603 12 3.5 11.257 8.045 4l4.455 7.263z"/></svg>'},sd={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.982 7.9 5 6.588 7.004 11 7v2H6.613L7.9 11Z"/></svg>'},rd={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 0 0 3.143-3.025 3.08 3.08 0 0 0-3.085-3.02v.088l.826 2.067-5.598-2.796L8.884 2.5l-.742 1.932a4.619 4.619 0 0 1 4.572 4.53A4.629 4.629 0 0 1 8 13.5Z"/></svg>'},ad={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-3 1.287-2H2V7l4.412.004L5.1 5 11 7.982Z"/></svg>'},ld={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 0 1 3.3 3.428 3.366 3.366 0 0 1-3.3 3.429 3.36 3.36 0 0 1-3.293-3.366h.095l2.255.901-3.05-6.107L1.85 8.88l2.108-.808A5.039 5.039 0 0 0 8.9 13.059a5.05 5.05 0 0 0 4.95-5.143A5.05 5.05 0 0 0 8.9 2.773Z"/></svg>'},cd={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.453-2.571-1.68v.908a3 3 0 0 0 3 3 3 3 0 0 0 3-3V3.11H14v5.571a4.714 4.714 0 0 1-4.714 4.715A4.714 4.714 0 0 1 4.57 8.68v-.908L2 9.453l3.403-6.849Z"/></svg>'},dd={name:"arrow_up_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M7 14V7.793L4.5 8.981 7.979 2 11.5 8.981 9 7.793V14H7z"/></svg>'},hd={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.977-.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>'},ud={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.735 14 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>'},pd={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.75 10 14l-6-3 6-3-1.25 2.25ZM8 11h1a4 4 0 0 0 4-4M7.25 5.75 6 8l6-3-6-3 1.25 2.25ZM8 5H7a4 4 0 0 0-4 4"/></svg>'},gd={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>'},vd={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 0 1-2-2h4a2.05 2.05 0 0 1-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>'},fd={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 0 0-.71.71v2.032a.71.71 0 0 0 .71.711h.356L9.57 9.625l2.488-1.422h1.778a.71.71 0 0 0 .71-.71V5.46a.71.71 0 0 0-.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 0 0-1.71 1.71v2.032a1.712 1.712 0 0 0 .844 1.475ZM6 12h4a2.05 2.05 0 0 1-2 2 2.05 2.05 0 0 1-2-2Zm7.25-1H9.18l2.868-1.64c.198.527.431.894.702.894.5 0 .5.746.5.746Z"/></svg>'},md={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 0 1-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 1 1-5.5 5.5 5.506 5.506 0 0 1 5.5-5.5m0-1a6.5 6.5 0 1 0 6.5 6.5 6.5 6.5 0 0 0-6.5-6.5Z"/></svg>'},bd={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 0 0 8 14.5 6.5 6.5 0 0 0 14.5 8 6.5 6.5 0 0 0 8 1.5 6.5 6.5 0 0 0 1.5 8ZM8 12a1.025 1.025 0 0 1-1-1h2a1.025 1.025 0 0 1-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>'},wd={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 0 1 13 5.762V2Zm12 7.5a3.5 3.5 0 1 0-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0 0 14 9.5ZM10.5 8A1.5 1.5 0 1 1 9 9.5 1.5 1.5 0 0 1 10.5 8Z"/></svg>'},xd={name:"book_magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6 10c0-.347.058-.678.142-1H5V8h1.556c.22-.378.498-.714.826-1H5V6h5c.732 0 1.41.212 2 .556V2H3v11h4.382A3.975 3.975 0 0 1 6 10ZM5 4h5v1H5V4Z"/><path class="cls-1" d="m9.99 7.01-.076.002a3 3 0 1 0 1.799 5.452l1.593 1.53.69-.725-1.58-1.516a2.973 2.973 0 0 0 .57-1.816A3 3 0 0 0 9.99 7.01ZM10 12c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"/></svg>'},yd={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 0 1 4.977 2h.046A.976.976 0 0 1 6 2.977v1.046A.977.977 0 0 1 5.023 5h-.046A.977.977 0 0 1 4 4.023ZM13 4v.023A1.98 1.98 0 0 1 11.023 6h-.046A1.98 1.98 0 0 1 9 4.023V4H7v.023A1.98 1.98 0 0 1 5.023 6h-.046A1.98 1.98 0 0 1 3 4.023V4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-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 0 1 10.977 2h.046a.976.976 0 0 1 .977.977v1.046a.977.977 0 0 1-.977.977h-.046A.977.977 0 0 1 10 4.023Z"/></svg>'},$d={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>'},Cd={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>'},kd={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>'},_d={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>'},Sd={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.287 6.182 12 3 8.867l1.363-1.343L6.24 9.37 11.693 4Z"/></svg>'},Rd={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.693-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545Z"/></svg>'},Md={name:"check_large_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 4.693-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545L14 4.693Z"/></svg>'},Id={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 1 0 6 6 6 6 0 0 0-6-6Zm0 9.429A3.429 3.429 0 1 1 11.429 8 3.429 3.429 0 0 1 8 11.429Z"/></svg>'},Ad={name:"circle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="8" cy="8" r="4"/></svg>'},Od={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 0 1 7 2v2.686a3.475 3.475 0 0 0 0 6.628ZM9 2v2.686a3.475 3.475 0 0 1 0 6.628V14A6.1 6.1 0 0 0 9 2Z"/></svg>'},Ed={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 1 0 6 6 6 6 0 0 0-6-6Zm-1.212 9.2L4 8.388 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013Z"/></svg>'},Vd={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 0 1 0 6.628V14A6.1 6.1 0 0 0 9 2Z"/><path class="cls-2" d="M7 11.314a3.475 3.475 0 0 1 0-6.628V2a6.1 6.1 0 0 0 0 12Z"/></svg>'},Hd={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 1 0 6 6 6 6 0 0 0-6-6Zm.075 1.714a4.281 4.281 0 0 1 3.573 6.647L5.714 4.427a4.262 4.262 0 0 1 2.36-.713ZM3.789 8a4.261 4.261 0 0 1 .713-2.36l5.934 5.933A4.281 4.281 0 0 1 3.789 8Z"/></svg>'},Ld={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 1 0 6 6 6 6 0 0 0-6-6Zm.075 1.714a4.263 4.263 0 0 1 2.409.743l-2.37 2.37-2.4-2.4a4.262 4.262 0 0 1 2.36-.713ZM4.502 5.64l2.4 2.4-2.37 2.37a4.273 4.273 0 0 1-.03-4.77Zm3.573 6.647a4.256 4.256 0 0 1-2.31-.685l2.349-2.35 2.322 2.322a4.261 4.261 0 0 1-2.361.713Zm3.573-1.925L9.326 8.039l2.35-2.349a4.251 4.251 0 0 1-.028 4.67Z"/></svg>'},Pd={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 0 1 2-2V2a1 1 0 0 1 2 0v1a2 2 0 0 1 2 2Zm1-2v9H4V3H3a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Zm-2 4H5v1h5ZM8 9H5v1h3Z"/></svg>'},Td={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 1 0 6 6 6 6 0 0 0-6-6m.576 4.87 1.555-1.557a1.635 1.635 0 0 1 .84-.256 1.979 1.979 0 0 1-.23.791c-.115.163-1.356 1.41-1.571 1.626a1.278 1.278 0 0 1 0 1.085l2.376 2.38a1.597 1.597 0 0 1 .458 1.072 1.621 1.621 0 0 1-1.222-.613c-.456-.456-1.94-1.963-2.207-2.235a1.275 1.275 0 1 1 0-2.293"/></svg>'},zd={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.392.955-.957a1.004 1.004 0 0 1 .516-.157 1.215 1.215 0 0 1-.14.486c-.072.1-.834.866-.966.999a.785.785 0 0 1 0 .666l1.341 1.344a.981.981 0 0 1 .281.658.996.996 0 0 1-.75-.376c-.28-.28-1.073-1.088-1.237-1.255a.783.783 0 1 1 0-1.408m5.69 2.292L14 7.324l-1.327-.113a4.76 4.76 0 0 0-.402-1.26l1.02-.86-1.527-1.811-1.019.86a4.726 4.726 0 0 0-.563-.344 4.61 4.61 0 0 0-.612-.265l.114-1.329L7.324 2l-.113 1.329a4.77 4.77 0 0 0-1.26.401l-.86-1.02L3.28 4.237l.858 1.02A4.771 4.771 0 0 0 3.53 6.43l-1.329-.114L2 8.676l1.329.114a4.69 4.69 0 0 0 .401 1.26l-1.02.86 1.526 1.811 1.02-.859a4.666 4.666 0 0 0 1.175.608l-.113 1.33 2.358.2.114-1.328a4.688 4.688 0 0 0 1.26-.4l.86 1.02 1.81-1.527-.858-1.02a4.687 4.687 0 0 0 .608-1.175ZM8 11.45A3.45 3.45 0 1 1 11.45 8 3.45 3.45 0 0 1 8 11.45Z"/></svg>'},Dd={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 0 0-2.152.505L7.096 6H3.422A4.997 4.997 0 1 0 8 3Zm2.003 7.616a453.75 453.75 0 0 1-1.675-1.7 1.061 1.061 0 1 1 0-1.907l1.294-1.297a1.36 1.36 0 0 1 .699-.212 1.646 1.646 0 0 1-.19.658c-.097.136-1.13 1.173-1.309 1.353a1.063 1.063 0 0 1 0 .903l1.817 1.82a1.33 1.33 0 0 1 .381.891 1.35 1.35 0 0 1-1.017-.51Z"/><path class="cls-2" d="M5.477 5H1.522L3.5 1.045 5.477 5z"/></svg>'},Fd={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>'},Bd={name:"cloud_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.08 11.977a5.123 5.123 0 0 1-1.295-.2C2.754 11.46 1.883 10.2 1.883 9.022a2.963 2.963 0 0 1 2.63-2.937A4.203 4.203 0 0 1 8.432 3.48a4.254 4.254 0 0 1 4.249 4.17 2.251 2.251 0 0 1 1.437 2.09 2.24 2.24 0 0 1-2.238 2.237l-4.947.003c-1.01 0-1.79-.001-1.853-.003Zm-.228-4.573c-.899 0-1.63.725-1.63 1.618 0 .842.702 1.61 1.474 1.61l7.183.007a.9.9 0 0 0 0-1.799.883.883 0 0 0-.337.067l-.493.202.159-.508a2.914 2.914 0 0 0-2.777-3.783 2.897 2.897 0 0 0-2.868 2.436l-.044.268-.264-.067a1.641 1.641 0 0 0-.403-.051Z"/></svg>'},Nd={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.298-1.927 3.848 1.48-.568v3.407h.948v-3.407l1.42.568ZM15 9.005a2.374 2.374 0 0 1-2.371 2.371h-.998l-.5-1h1.498a1.371 1.371 0 1 0-.516-2.64A3.77 3.77 0 1 0 4.797 5.99 2.238 2.238 0 0 0 2 8.148a2.223 2.223 0 0 0 2.057 2.22l1.758.009-.448.894a10.567 10.567 0 0 1-2.31-.121 3.224 3.224 0 0 1 .993-6.225 4.77 4.77 0 0 1 9.236 1.68c0 .04 0 .081-.002.121A2.375 2.375 0 0 1 15 9.006Z"/></svg>'},Zd={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.1.001-.101A3.998 3.998 0 0 0 4.69 8.59a2.715 2.715 0 0 0-2.557 2.7 2.782 2.782 0 0 0 1.725 2.516 4.854 4.854 0 0 0 1.225.19h.004c.19.006 6.792 0 6.792 0a1.987 1.987 0 0 0 .55-3.897Zm-.55 3.06-7.183-.008a1.867 1.867 0 0 1 .156-3.728 1.891 1.891 0 0 1 .464.06 3.16 3.16 0 1 1 6.13 1.462 1.149 1.149 0 1 1 .433 2.213ZM4.5 4.5a1 1 0 1 1 1-1 1 1 0 0 1-1 1Zm5.138.681.496-1.241H7v-.828h3.134l-.496-1.293L13 3.502Z"/></svg>'},qd={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 2-2.217.914.516 1.25a4.743 4.743 0 0 0-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.82 4.82 0 0 0-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.824 4.824 0 0 0 .945.949l-.518 1.247 2.214.921.519-1.246a4.68 4.68 0 0 0 .674.048 4.74 4.74 0 0 0 .666-.047L9.176 14l2.218-.914-.515-1.248a4.828 4.828 0 0 0 .95-.945l1.245.518.922-2.214-1.247-.519a4.73 4.73 0 0 0 .002-1.34L14 6.824l-.914-2.218-1.25.515a4.739 4.739 0 0 0-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.714 4.714 0 0 0-.676-.049 4.808 4.808 0 0 0-.663.047Zm1.175 9a2.999 2.999 0 1 1 2.77-1.847 2.984 2.984 0 0 1-2.77 1.846M8 6.801a1.2 1.2 0 1 0 .46.093A1.198 1.198 0 0 0 8 6.8"/></svg>'},jd={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 0 1-.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 0 1-.903.06c-.254.01-.507.018-.759.018a18.75 18.75 0 0 1-1.66-.078l-.105-.012a15.901 15.901 0 0 1-.65-.08l-.134-.018c-.23-.036-.455-.076-.67-.122l-.132-.029a9.372 9.372 0 0 1-.582-.145l-.059-.017c-.036-.01-.067-.023-.1-.034a7.034 7.034 0 0 1-.285-.1c-.054-.018-.112-.035-.165-.055l-.101-.041-.01-.005a4.076 4.076 0 0 1-.462-.223l-.03-.02a2.343 2.343 0 0 1-.334-.24c-.014-.012-.033-.022-.045-.033v1.013c0 .364.524.749 1.427 1.051a8.098 8.098 0 0 0 .697.197 14.793 14.793 0 0 0 3.4.363 14.818 14.818 0 0 0 3.403-.362 8.38 8.38 0 0 0 .697-.197c.904-.303 1.43-.688 1.43-1.052v-1.013c-.015.012-.034.022-.047.034a2.478 2.478 0 0 1-.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 0 0 .698.197 14.8 14.8 0 0 0 3.399.362 14.817 14.817 0 0 0 3.401-.362 8.375 8.375 0 0 0 .7-.197c.902-.302 1.428-.687 1.428-1.052M3.931 7.697 2.802 7.6l.171-1.979 1.129.095a3.984 3.984 0 0 1 .516-.985l-.729-.856 1.537-1.28.73.855a4.085 4.085 0 0 1 1.071-.336L7.323 2l2.004.17-.097 1.114a3.949 3.949 0 0 1 .52.223 4.027 4.027 0 0 1 .478.288l.866-.721 1.296 1.52-.866.72a3.961 3.961 0 0 1 .341 1.058l1.127.095-.133 1.539a10.211 10.211 0 0 0-2.482-.618c.007-.048.021-.094.026-.143a2.48 2.48 0 0 0-1.346-2.416 2.543 2.543 0 0 0-2.938.45 2.408 2.408 0 0 0-.698 2.14 11.88 11.88 0 0 0-1.482.311l-.008-.033Zm4.067-.468c-.331 0-.697.012-1.077.035a.972.972 0 0 1-.026-.314.99.99 0 0 1 .292-.618 1.011 1.011 0 0 1 1.174-.18.992.992 0 0 1 .539.967.923.923 0 0 1-.036.132 17.817 17.817 0 0 0-.866-.022Z"/></svg>'},Ud={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.338 14 6.824l-.914-2.218-1.25.515a4.74 4.74 0 0 0-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.715 4.715 0 0 0-.676-.049 4.803 4.803 0 0 0-.663.047L6.823 2l-2.217.914.516 1.25a4.741 4.741 0 0 0-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.816 4.816 0 0 0-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.823 4.823 0 0 0 .945.949l-.518 1.247 2.214.921.519-1.246a4.673 4.673 0 0 0 .674.048 4.737 4.737 0 0 0 .666-.047L9.176 14l2.218-.914-.515-1.248a4.826 4.826 0 0 0 .95-.945l1.245.518.922-2.214-1.247-.519a4.729 4.729 0 0 0 .002-1.34Zm-1.06 2.418c0 .244-.35.5-.954.703a5.157 5.157 0 0 1-.466.131 9.896 9.896 0 0 1-2.273.243 9.88 9.88 0 0 1-2.271-.243 5.454 5.454 0 0 1-.466-.131c-.603-.202-.953-.46-.953-.703V9.08c.008.008.02.015.03.023a1.567 1.567 0 0 0 .223.16l.02.013a2.725 2.725 0 0 0 .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 0 0 1.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 0 0 .308-.149l.022-.014a1.651 1.651 0 0 0 .222-.159l.03-.023Zm0-1.76c0 .243-.35.5-.954.703a5.157 5.157 0 0 1-.466.13 9.897 9.897 0 0 1-2.273.243 9.88 9.88 0 0 1-2.271-.242 5.44 5.44 0 0 1-.466-.132c-.603-.202-.953-.459-.953-.703V7.32c.008.008.02.014.03.022a1.566 1.566 0 0 0 .223.16l.02.013a2.716 2.716 0 0 0 .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 0 0 1.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 0 0 .307-.15l.022-.013a1.657 1.657 0 0 0 .222-.16c.009-.007.021-.014.03-.022Zm-.953-1.05a5.625 5.625 0 0 1-.467.132 9.896 9.896 0 0 1-2.272.24 9.885 9.885 0 0 1-2.271-.24 6.179 6.179 0 0 1-.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>'},Gd={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 0 1-.224.477.787.787 0 0 1-.909.139.762.762 0 0 1-.19-1.224.781.781 0 0 1 .907-.14.767.767 0 0 1 .416.748ZM14 11.61l-.441 1.088-.62-.246a2.276 2.276 0 0 1-.232.268 2.386 2.386 0 0 1-.23.2l.263.606-1.09.46-.263-.606a2.353 2.353 0 0 1-.662.008l-.248.612-1.1-.435.249-.612a2.273 2.273 0 0 1-.256-.215 2.358 2.358 0 0 1-.218-.243l-.614.26-.466-1.077.614-.259a2.287 2.287 0 0 1-.008-.654l-.62-.246.44-1.087.62.246a2.38 2.38 0 0 1 .234-.27 2.463 2.463 0 0 1 .229-.198l-.263-.606 1.09-.46.263.605a2.422 2.422 0 0 1 .662-.008l.248-.612 1.1.436-.248.612a2.351 2.351 0 0 1 .473.458l.614-.26.466 1.076-.613.26a2.339 2.339 0 0 1 .008.654Zm-1.934-1.591a1.495 1.495 0 0 0-2.085.011 1.454 1.454 0 0 0 .01 2.081 1.479 1.479 0 0 0 .486.313 1.495 1.495 0 0 0 1.6-.324 1.454 1.454 0 0 0-.01-2.081ZM9.036 8.33l-1.189.99-.564-.661a3.104 3.104 0 0 1-.827.26l-.075.86-1.547-.13.074-.862a3.075 3.075 0 0 1-.77-.394l-.671.557-1.001-1.174.67-.557a3.015 3.015 0 0 1-.264-.817L2 6.328 2.132 4.8l.872.074a3.08 3.08 0 0 1 .4-.762l-.564-.66 1.188-.99.565.66a3.159 3.159 0 0 1 .827-.26L5.494 2l1.548.131-.074.861a3.046 3.046 0 0 1 .402.172 3.111 3.111 0 0 1 .369.223l.669-.557L9.41 4.004l-.67.557a3.06 3.06 0 0 1 .264.818l.871.073-.132 1.53-.872-.074a3.026 3.026 0 0 1-.4.762ZM7.874 6.054a1.916 1.916 0 0 0-1.04-1.868 1.965 1.965 0 0 0-2.27.348 1.907 1.907 0 0 0 .478 3.06 1.965 1.965 0 0 0 2.27-.347 1.903 1.903 0 0 0 .562-1.193Zm3.376 4.467a.6.6 0 0 0-.64.13.591.591 0 0 0-.131.196.584.584 0 0 0 .33.761.597.597 0 0 0 .64-.13.59.59 0 0 0 .13-.195.583.583 0 0 0-.135-.637.596.596 0 0 0-.194-.125Z"/></svg>'},Xd={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.11-1.178-.632-1.875 2.133a5.424 5.424 0 0 0-.716-.094L8.766 2l-2.138.627.2 2.863a5.226 5.226 0 0 0-.527.47l-2.77-.738-1.056 1.95L4.656 9.04a5.188 5.188 0 0 0-.087.704L2 11.144l.659 2.1 2.914-.197a4.961 4.961 0 0 0 .453.525l-.13.427h7.232a.818.818 0 0 0 .87-.759L14 13.2Zm-1.335 7.876a2.877 2.877 0 0 1-3.741 1.477 2.768 2.768 0 0 1-1.51-3.66 2.876 2.876 0 0 1 3.729-1.482 2.76 2.76 0 0 1 1.535 3.637Z"/></svg>'},Wd={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 0 1-1.5 1.5H8.75L3.5 14l.75-3H3.5A1.5 1.5 0 0 1 2 9.5v-6A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5Z"/></svg>'},Kd={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 0 1-1-1V3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v2Z"/></svg>'},Yd={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>'},Qd={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>'},Jd={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.646 7 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>'},eh={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>'},th={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>'},ih={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.646 7 8.293l2 2 1.646-1.646.707.707L9 11.707l-2-2-1.646 1.647ZM14 2v12H2V2ZM4 7h3V4H4Zm8 1H4v4h8V8Zm0-4H8v3h4Z"/></svg>'},nh={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 0 0 .36-.257c.015-.012.036-.023.051-.036v1.093c0 .395-.57.81-1.551 1.137a9.133 9.133 0 0 1-.757.212A16.17 16.17 0 0 1 7.997 14a16.144 16.144 0 0 1-3.69-.391 8.83 8.83 0 0 1-.757-.213C2.57 13.069 2 12.655 2 12.26v-1.093c.013.013.033.023.049.036a2.61 2.61 0 0 0 .362.26c.012.006.021.013.033.02a4.294 4.294 0 0 0 .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 0 0 .82.1 24.659 24.659 0 0 0 .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 0 0 .5-.241.415.415 0 0 0 .035-.022m0-2.845-.035.022a4.46 4.46 0 0 1-.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 0 1-.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 0 1-.823-.02l-.18-.008a20.583 20.583 0 0 1-.8-.057l-.113-.013c-.241-.024-.475-.052-.706-.086-.048-.006-.098-.012-.146-.02a12.62 12.62 0 0 1-1.502-.32c-.021-.006-.045-.01-.063-.017-.04-.012-.073-.025-.11-.037a7.688 7.688 0 0 1-.309-.107c-.058-.02-.121-.039-.179-.06l-.11-.045-.01-.005a4.436 4.436 0 0 1-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 0 1-.362-.26c-.016-.013-.036-.023-.049-.036v1.093c0 .394.57.81 1.55 1.136a8.83 8.83 0 0 0 .757.213 16.145 16.145 0 0 0 3.69.39 16.171 16.171 0 0 0 3.694-.39 9.133 9.133 0 0 0 .757-.213c.98-.327 1.551-.742 1.551-1.136V8.322c-.015.013-.036.024-.05.036a2.69 2.69 0 0 1-.361.258m0-2.845-.035.022a4.463 4.463 0 0 1-.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 0 1-.98.066c-.276.01-.55.018-.824.018a20.457 20.457 0 0 1-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 0 1-.309-.107l-.179-.06-.11-.045-.01-.005a4.438 4.438 0 0 1-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 0 1-.362-.26C2.033 5.5 2.013 5.488 2 5.476V6.57c0 .394.57.81 1.55 1.136a8.83 8.83 0 0 0 .757.213 16.144 16.144 0 0 0 3.69.39 16.17 16.17 0 0 0 3.694-.39 9.133 9.133 0 0 0 .757-.213c.98-.327 1.551-.742 1.551-1.136V5.477c-.015.013-.036.024-.05.036a2.69 2.69 0 0 1-.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 0 0 3.69.39 16.17 16.17 0 0 0 3.692-.39 9.13 9.13 0 0 0 .759-.213C13.429 4.548 14 4.132 14 3.738"/></svg>'},oh={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 0 1-1.594-.26 7.445 7.445 0 0 1-.644-.182c-.835-.28-1.32-.635-1.32-.973v-.936c.011.01.029.02.042.031a2.226 2.226 0 0 0 .308.222l.028.018a3.65 3.65 0 0 0 .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 0 0 .645.182 13.68 13.68 0 0 0 3.143.334 13.697 13.697 0 0 0 3.144-.334 7.753 7.753 0 0 0 .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.495.008.007.008-.008Zm-5.047-4.07a7.471 7.471 0 0 0 .644.182 13.675 13.675 0 0 0 3.143.335 13.697 13.697 0 0 0 3.146-.335 7.694 7.694 0 0 0 .644-.181c.835-.28 1.321-.636 1.321-.973v-.937c-.013.012-.03.02-.043.032a2.29 2.29 0 0 1-.307.22.353.353 0 0 1-.03.02 3.788 3.788 0 0 1-.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 0 1-.835.057c-.235.01-.468.016-.701.016a17.43 17.43 0 0 1-1.535-.072l-.097-.011a14.698 14.698 0 0 1-.6-.074l-.125-.017c-.212-.033-.42-.07-.62-.112l-.12-.027a8.673 8.673 0 0 1-.54-.134c-.018-.006-.037-.01-.053-.016-.034-.01-.062-.022-.094-.032a6.551 6.551 0 0 1-.262-.091c-.05-.018-.104-.034-.153-.052l-.093-.038-.01-.004a3.768 3.768 0 0 1-.427-.207l-.028-.017a2.167 2.167 0 0 1-.308-.223c-.013-.011-.031-.02-.042-.03v.936c0 .337.485.692 1.32.972Zm0 2.436a7.471 7.471 0 0 0 .644.182 13.147 13.147 0 0 0 2.644.328l.318-.318.323.324a14.377 14.377 0 0 0 2.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 0 1-.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 0 1-1.402 0l-.154-.007a17.43 17.43 0 0 1-.68-.049l-.097-.011a14.689 14.689 0 0 1-.6-.074c-.042-.006-.084-.01-.125-.017a10.679 10.679 0 0 1-1.28-.274l-.053-.015c-.034-.01-.062-.021-.094-.032a6.551 6.551 0 0 1-.262-.09c-.05-.018-.104-.034-.153-.053-.03-.012-.063-.024-.093-.038l-.01-.004a3.77 3.77 0 0 1-.427-.207l-.028-.017a2.169 2.169 0 0 1-.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>'},sh={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>'},rh={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 0 1-6.997-2.962v-.007H2v.007a5.995 5.995 0 0 0 10.301 4.182ZM8.372 2v1.884a4.13 4.13 0 0 1 2.992 6.501l1.429 1.224A6.008 6.008 0 0 0 8.37 2ZM2.048 7.236h1.897a4.117 4.117 0 0 1 3.675-3.352V2A6.012 6.012 0 0 0 2.05 7.236Z"/></svg>'},ah={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 1 1-3-3 3 3 0 0 1 3 3Zm5-2a2 2 0 1 0 2 2 2.002 2.002 0 0 0-2-2m0-1a3 3 0 1 1-3 3 3 3 0 0 1 3-3Z"/></svg>'},lh={name:"dot_solid_dot_stroke_measurement_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 3h1v3H5zM6 4h4v1H6zM10 3h1v3h-1zM7 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm5-2c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2m0-1a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z"/></svg>'},ch={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>'},dh={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 0 1 2-2H14V13a1 1 0 0 1-1 1ZM12 2a.667.667 0 0 0-.667.667v2h1.334v-2A.667.667 0 0 0 12 2ZM8.444 2a.667.667 0 0 0-.666.667v2H9.11v-2A.667.667 0 0 0 8.444 2ZM2 8.444a.667.667 0 0 0 .667.667h2V7.778h-2A.667.667 0 0 0 2 8.444ZM2 12a.667.667 0 0 0 .667.667h2v-1.334h-2A.667.667 0 0 0 2 12Zm11.556-8.222v.889a.444.444 0 0 1-.445.444H10.89a.444.444 0 0 1-.445-.444v-.89H10v.89a.444.444 0 0 1-.444.444H7.333a.444.444 0 0 1-.444-.444v-.89H4.667a.889.889 0 0 0-.89.89v2.222h.89a.444.444 0 0 1 .444.444v2.223a.444.444 0 0 1-.444.444h-.89v.444h.89a.444.444 0 0 1 .444.445v2.222a.444.444 0 0 1-.444.445h-.89V14H6.89V8.222A1.333 1.333 0 0 1 8.222 6.89H14V3.778Z"/></svg>'},hh={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>'},uh={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 0 0 1 8.001a7.588 7.588 0 0 0 7.146 4.342A7.002 7.002 0 0 0 15 8a7.586 7.586 0 0 0-7.144-4.344m-1.199 7.289A5.108 5.108 0 0 1 2.443 8s.665-2.585 4.33-3.037a2.786 2.786 0 0 0-1.414 1.223l2.787 1.22H4.977a3.47 3.47 0 0 0-.053.576 3.348 3.348 0 0 0 1.734 2.962m2.85.02a3.4 3.4 0 0 0 .107-5.908 5.006 5.006 0 0 1 3.942 2.944s-.603 2.44-4.05 2.963"/></svg>'},ph={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 0 1 6.19 11.96a3.323 3.323 0 0 1-2.042.667 2.835 2.835 0 0 1-1.964-.753L2 11.706l1.153-1.152.157.251a1.347 1.347 0 0 0 1.2.716 1.976 1.976 0 0 0 1.385-.625 11.546 11.546 0 0 0 1.722-2.403l2.252-3.88a7.585 7.585 0 0 0-.679-.037 2.365 2.365 0 0 0-1.66.54 1.967 1.967 0 0 0-.556 1.51V6.7l-.067.106-1.564.762.045-.423a3.845 3.845 0 0 1 .645-1.874 3.312 3.312 0 0 1 1.34-1.177 6.74 6.74 0 0 1 2.208-.443c.127 0 .277-.013.471-.029l.369-.03 1.387-.257.087 2.154.33 3.886a4.862 4.862 0 0 0 .29 1.701.498.498 0 0 0 .528.31c.057 0 .277 0 .641-.03L14 11.33l-.172.83-3.003.506Zm-.086-.896-.275-3.22-1.855 3.22Z"/></svg>'},gh={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>'},vh={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>'},fh={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 0 0 .249-1.302A3.701 3.701 0 0 0 7.22 7 3.654 3.654 0 0 0 6 7.223V2h4v4Zm-3-4v3h3Zm-1.126 8.698a2.697 2.697 0 0 1-4.73 1.772L2.521 14l-.48-.823 2.613-1.523a2.698 2.698 0 1 1 5.22-.956Zm-.952 0a1.745 1.745 0 1 0-1.745 1.745 1.747 1.747 0 0 0 1.745-1.745Z"/></svg>'},mh={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 1 0 2.907 2.903l1.32 2.173v4.522l1.973-1.846V9.411l3.878-5.076h1.134v-1.29Zm2.033 4.059a1.154 1.154 0 0 1 0-2.308c.023 0 .045.006.068.007l1.002 1.575a1.154 1.154 0 0 1-1.07.726Z"/></svg>'},bh={name:"floppy_disk_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 4H3.583A.585.585 0 0 0 3 4.598V11.5l1.5 1.497 7.858.003c.33 0 .6-.27.6-.6L13 4.545c0-.33-.215-.546-.545-.546ZM11 12H8v-2H6v2H5V9h6v3Zm1-4H4V5h8v3Z"/></svg>'},wh={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 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.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>'},xh={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 1 0-1 1 1 1 0 0 0 1-1Zm7.5.002L9.638.819l.496 1.293H7v.828h3.134L9.638 4.18ZM12.455 5H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm1-4H4V6h8Z"/></svg>'},yh={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 1 0-1 1 1 1 0 0 0 1-1Zm3 0a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm3 0a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm.455 2H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm1-4H4V6h8Z"/></svg>'},$h={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>'},Ch={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>'},kh={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 14 2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},_h={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 1 1 5 9.5 1.5 1.5 0 0 1 6.5 11ZM5 3.5A1.5 1.5 0 1 0 6.5 5 1.5 1.5 0 0 0 5 3.5Zm7.5 7.5A1.5 1.5 0 1 1 11 9.5a1.5 1.5 0 0 1 1.5 1.5ZM11 3.5A1.5 1.5 0 1 0 12.5 5 1.5 1.5 0 0 0 11 3.5Z"/></svg>'},Sh={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 0 0-.394-.1 2.455 2.455 0 0 0-.483-.05 1.32 1.32 0 0 0-.832.241 1.334 1.334 0 0 0-.405.895l-.128.937h1.846v1.282H6.812l-.376 2.462a3.578 3.578 0 0 1-.462 1.357 2.583 2.583 0 0 1-.784.808 3.015 3.015 0 0 1-.938.387A4.823 4.823 0 0 1 3.184 13q-.275 0-.629-.03A3.529 3.529 0 0 1 2 12.892v-1.815h.12a.56.56 0 0 0 .424.244 2.538 2.538 0 0 0 .5.052 1.304 1.304 0 0 0 .898-.29 1.584 1.584 0 0 0 .424-.985l.33-2.226H3.256V6.59H5.05l.178-1.162a2.942 2.942 0 0 1 .444-1.244 2.516 2.516 0 0 1 .76-.734 2.643 2.643 0 0 1 .94-.356A5.61 5.61 0 0 1 8.357 3q.294 0 .588.025t.599.076Z"/></svg>'},Rh={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 0 1 1.142-.49 1.763 1.763 0 0 1-.49 1.142L9.205 8.263l.008.025.065.184.03.093a1.352 1.352 0 0 1 .032.295 1.385 1.385 0 0 1-2.769 0 1.343 1.343 0 0 1 .033-.294l.034-.11.055-.16.012-.033.014-.014a1.389 1.389 0 0 1 .625-.625l.015-.015.033-.011.16-.055.11-.035a1.32 1.32 0 0 1 .588 0l.11.035.16.055.033.011ZM14 8.86a5.979 5.979 0 0 1-1.799 4.28l-1.309-1.308a4.085 4.085 0 0 0 .83-4.78l.55-.55a2.576 2.576 0 0 0 .64-1.082A5.968 5.968 0 0 1 14 8.86Zm-6-6a5.998 5.998 0 0 0-4.201 10.28l1.308-1.308a4.14 4.14 0 0 1 4.645-6.725l.564-.564a2.57 2.57 0 0 1 1.07-.635A5.97 5.97 0 0 0 8 2.86Z"/></svg>'},Mh={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 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-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>'},Ih={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>'},Ah={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 0 1 5 3a2.486 2.486 0 0 1-2-1H2v4h1a1.797 1.797 0 0 1 1.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>'},Oh={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 14 .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>'},Eh={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 2 2.5 9H4v5h3v-3h2v3h3V9h1.5L7.988 2z"/></svg>'},Vh={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 0 0 .355-1.258c0-1.826-2.083-2.886-2.083-3.652s2.083-1.826 2.083-3.652a2.491 2.491 0 0 0-.355-1.257h.404V2.6h.047a.556.556 0 0 0 .499-.6H4.727a.556.556 0 0 0 .499.6h.047v.49h.404a2.491 2.491 0 0 0-.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 0 0 .355 1.257h-.404v.491h-.047a.556.556 0 0 0-.499.6h6.546a.556.556 0 0 0-.499-.6ZM8 12.957c-1.565 0-1.975-.585-1.975-1.305a7.183 7.183 0 0 1 1.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 0 1 1.738.656c0 .72-.409 1.305-1.99 1.305Z"/></svg>'},Hh={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 0 1 1 1v8a1.001 1.001 0 0 1-1 1H4a1.001 1.001 0 0 1-1-1V4a1.001 1.001 0 0 1 1-1h8m0-1H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 4v8h8V4Zm6 6H6V6h4Z"/></svg>'},Lh={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 0 0 2.035-.838 1.164 1.164 0 0 0-.346-.846 1.193 1.193 0 0 0-1.693 0 1.158 1.158 0 0 0-.35.846 1.144 1.144 0 0 0 .354.838Z"/></svg>'},Ph={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 1 0 6 6 6 6 0 0 0-6-6Zm-.697 2.28a.951.951 0 0 1 1.35 0 .928.928 0 0 1 .276.675.952.952 0 0 1-1.905 0 .924.924 0 0 1 .279-.674ZM9.7 12H6.3v-1.264h.833V7.777H6.3V6.513h2.584v4.223H9.7Z"/></svg>'},Th={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.348-.652-.652 1.444-.14Zm-3.818.698-4.912 4.912-.395-.396 4.12-4.12Zm4.734-2.918-1.697.136-.395-.395L11 3.176l.72-.067 1.304 1.304Zm-3.524-.386-.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>'},zh={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>'},Dh={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.546.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.11.89-.444 5.333 2.667 1.778-.89.889.448v1.33L9.778 10.88 3.555 7.768Z"/></svg>'},Fh={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.953 6.909 2h3.636L8.364 7.013h2.909L4.727 14l2.21-6.049Z"/></svg>'},Bh={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 0 1 9.963 7.02l-1.06 1.065c-.053-.103-.095-.192-.144-.276a1.48 1.48 0 0 0-1.277-.769 1.43 1.43 0 0 0-.977.394c-.75.694-1.469 1.421-2.165 2.168a1.431 1.431 0 0 0 .054 2.038 1.507 1.507 0 0 0 1.039.432 1.28 1.28 0 0 0 .953-.417c.103-.11.435-.44.81-.805a3.458 3.458 0 0 0 1.908.188c-1.006 1.035-2.179 2.187-2.996 2.38a2.982 2.982 0 0 1-.693.082 2.91 2.91 0 0 1-2.182-4.842A46.793 46.793 0 0 1 5.53 6.356a2.826 2.826 0 0 1 1.935-.764M10.583 2.5a3.001 3.001 0 0 0-.69.081 10.376 10.376 0 0 0-2.996 2.377 3.474 3.474 0 0 1 .568-.054 3.58 3.58 0 0 1 1.31.249c.38-.332.701-.646.875-.834a1.221 1.221 0 0 1 .913-.395 1.513 1.513 0 0 1 1.074.469 1.433 1.433 0 0 1 .022 2.005c-.7.743-1.42 1.47-2.165 2.167a1.419 1.419 0 0 1-.975.395 1.483 1.483 0 0 1-1.28-.768c-.048-.085-.089-.175-.151-.298L6.043 8.987a2.882 2.882 0 0 0 2.493 1.42 2.808 2.808 0 0 0 1.93-.76 54.2 54.2 0 0 0 2.266-2.266A2.911 2.911 0 0 0 10.583 2.5"/></svg>'},Nh={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 0 1 .687 2.519l-1.364.002c.032-.1.062-.183.085-.269a1.343 1.343 0 0 0-.326-1.312 1.297 1.297 0 0 0-.88-.374 37.657 37.657 0 0 0-2.779.002 1.298 1.298 0 0 0-1.273 1.341 1.367 1.367 0 0 0 .39.944 1.162 1.162 0 0 0 .878.344c.137-.005.562-.002 1.036.004a3.137 3.137 0 0 0 1.104 1.344 8.133 8.133 0 0 1-3.45-.395 2.705 2.705 0 0 1-.496-.392A2.64 2.64 0 0 1 4.52 8.702a42.45 42.45 0 0 1 2.951-.003 2.564 2.564 0 0 1 1.731.751m3.984.017a2.723 2.723 0 0 0-.495-.39 9.414 9.414 0 0 0-3.447-.398 3.151 3.151 0 0 1 .4.33 3.247 3.247 0 0 1 .68 1c.457.031.864.035 1.096.027a1.108 1.108 0 0 1 .839.331 1.373 1.373 0 0 1 .389.99 1.3 1.3 0 0 1-1.272 1.3c-.926.028-1.854.033-2.78.002a1.287 1.287 0 0 1-.878-.372 1.345 1.345 0 0 1-.328-1.313c.023-.086.054-.17.093-.289l-1.371.031a2.614 2.614 0 0 0 .688 2.51 2.547 2.547 0 0 0 1.726.751c.968.033 1.94.025 2.908 0a2.641 2.641 0 0 0 1.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>'},Zh={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>'},qh={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>'},jh={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 0 1-.694.178 16.116 16.116 0 0 1-3.382.328 16.089 16.089 0 0 1-3.38-.328 8.77 8.77 0 0 1-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 0 0 .332.218l.03.017a4.235 4.235 0 0 0 .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 0 0 .457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 0 0 .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 0 0 .694.179 16.101 16.101 0 0 0 3.378.327 16.12 16.12 0 0 0 3.382-.327 8.892 8.892 0 0 0 .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 0 1 1-.255V6h3v2h6V7H9V6Z"/></svg>'},Uh={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 0 0-4-4 3.822 3.822 0 0 0-2.81 1.078A4.349 4.349 0 0 0 4.062 7v1H3v6h10V8ZM6.062 6.986a2.407 2.407 0 0 1 .566-1.516A1.834 1.834 0 0 1 8 5a1.883 1.883 0 0 1 2 2v1H6.062Z"/></svg>'},Gh={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.29-2.926-2.926a3.971 3.971 0 1 0-.783.783l2.927 2.926ZM7.01 9.84a2.83 2.83 0 1 1 2.83-2.83 2.833 2.833 0 0 1-2.83 2.83Z"/></svg>'},Xh={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 0 0-.75.73v8.54a.74.74 0 0 0 .75.73h12.5a.74.74 0 0 0 .75-.73V3.73a.74.74 0 0 0-.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>'},Wh={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>'},Kh={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>'},Yh={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 0 0 4 2.615v10.77a.54.54 0 0 0 .538.538h5.924a.54.54 0 0 0 .538-.538V2.615a.54.54 0 0 0-.538-.538ZM10 12H5V3h5Z"/></svg>'},Qh={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>'},Jh={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>'},eu={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.493 2.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>'},tu={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>'},iu={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 0 1-.195 1.176 2.63 2.63 0 0 1-.549.885 3.96 3.96 0 0 1-.852.672 7.46 7.46 0 0 1-1.121.54v1.501H6.27V8.15q.467-.125.845-.256a3.199 3.199 0 0 0 .793-.429 2.098 2.098 0 0 0 .608-.612 1.45 1.45 0 0 0 .22-.791 1.042 1.042 0 0 0-.423-.939 2.163 2.163 0 0 0-1.195-.28 3.338 3.338 0 0 0-1.068.204 4.853 4.853 0 0 0-1.09.526h-.263V3.566a8.148 8.148 0 0 1 1.296-.372A8.205 8.205 0 0 1 7.77 3a4.196 4.196 0 0 1 2.579.718 2.241 2.241 0 0 1 .954 1.876ZM8.77 13H6.112v-1.737H8.77Z"/></svg>'},nu={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.985-8.002 4.013L8 8 5.998 3.987ZM3.995 2.997 2 2l3 6-3 6 2.002-1.005L6.5 8Z"/></svg>'},ou={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 0 1-1 1Z"/></svg>'},su={name:"share_nodes_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12 10c-.601 0-1.134.27-1.5.69L5.954 8.419a2 2 0 0 0 0-.836l4.544-2.273c.367.42.9.691 1.501.691a2 2 0 1 0-1.955-1.582L5.501 6.691C5.134 6.27 4.6 6 4 6a2 2 0 1 0 0 4c.601 0 1.134-.27 1.5-.69l4.545 2.272A2 2 0 1 0 12 10Z"/></svg>'},ru={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.012-2.069 6.153-.565-2.722-3.544 3.544-.822-.822 3.544-3.544-2.723-.566ZM2 4v10h10v-4h-2v2H4V6h2V4Z"/></svg>'},au={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>'},lu={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>'},cu={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>'},du={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 0 0 1.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 0 1 .9-1.267Zm0-6.054a4.613 4.613 0 0 0-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 0 1 2 9.18V4h12Z"/></svg>'},hu={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.29 2 12.304v-8.01ZM14 2h-2v12h2Z"/></svg>'},uu={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 0 1 3.938-3.94v.771a4.123 4.123 0 0 0-3.176 3.169ZM8 2v1.875A4.125 4.125 0 1 1 3.875 8H2a6 6 0 1 0 6-6Z"/></svg>'},pu={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>'},gu={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.199-.016-.076a2.34 2.34 0 0 0-.497-1.18 2.108 2.108 0 0 0-1.281-.26h-.56v5.941c0 .552.11.718.176.768a1.793 1.793 0 0 0 .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 0 0-1.274.262 2.015 2.015 0 0 0-.498 1.174l-.015.08H4.49L4.565 4h6.859l.07 2.199Z"/></svg>'},vu={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 0 0-1.477.291 2.262 2.262 0 0 0-.563 1.36l-.038.196h-.797L3.704 3h8.6l.092 2.925h-.784l-.021-.095a2.817 2.817 0 0 0-.589-1.466c-.147-.131-.523-.286-1.48-.286H8.96V11.2c0 .679.138.819.165.84a2.092 2.092 0 0 0 1.01.213l.223.018V13Z"/></svg>'},fu={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 0 0-.5.5v11a.501.501 0 0 0 .5.5h9a.501.501 0 0 0 .5-.5v-11a.501.501 0 0 0-.5-.5ZM8 13.25a.75.75 0 1 1 .75-.75.752.752 0 0 1-.75.75ZM12 11H4V3h8Z"/></svg>'},mu={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.588 5.23 3 3 5.229l.588 2.816L8.543 13 13 8.543ZM6.5 6.499a1.082 1.082 0 1 1-.013-1.516A1.072 1.072 0 0 1 6.499 6.5Z"/></svg>'},bu={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.338 5.23 1.75 3 3.979l.588 2.816 4.955 4.955L13 7.293ZM6.5 5.249a1.082 1.082 0 1 1-.013-1.516 1.072 1.072 0 0 1 .013 1.516Zm6.251 4.794L8.543 14.25 4.257 9.964l-.283-1.369 4.569 4.57L12.207 9.5Z"/></svg>'},wu={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 1 0 2 2 2 2 0 0 0-2-2Zm4.9.99A5.005 5.005 0 0 0 9 3.1V1H7v2.1A5.005 5.005 0 0 0 3.1 7H1v2h2.1A5.005 5.005 0 0 0 7 12.9V15h2v-2.1A5.005 5.005 0 0 0 12.9 9H15V7ZM8 12a4 4 0 1 1 4-4 4.005 4.005 0 0 1-4 4Z"/></svg>'},xu={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 0 1 9 12.9V15H7v-2.108a4.99 4.99 0 0 1-3.898-3.985l-1.52.583 2.003-4 1.998 4L4.11 8.9A3.999 3.999 0 1 0 7 4.13V1h2v2.1A5.005 5.005 0 0 1 12.9 7Zm-5 1.01a2 2 0 1 1-2-2 2 2 0 0 1 2 2Z"/></svg>'},yu={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 1 1 6.5 8 1.5 1.5 0 0 1 8 6.5ZM.5 8A1.5 1.5 0 1 0 2 6.5 1.5 1.5 0 0 0 .5 8Zm12 0A1.5 1.5 0 1 0 14 6.5 1.5 1.5 0 0 0 12.5 8Z"/></svg>'},$u={name:"three_vertical_lines_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 3h2v10h-2zM7 3h2v10H7zM3 3h2v10H3z"/></svg>'},Cu={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 7-.625-5H10V1H5v1h.625L5 7a2 2 0 0 0-2 2h4v4l.5 2 .5-2V9h4a2 2 0 0 0-2-2Z"/></svg>'},ku={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>'},_u={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.103 5.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>'},Su={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>'},Ru={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 2 2 14h12Zm0 4.875 2.438 4.875H5.585Z"/></svg>'},Mu={name:"triangle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2 2 14h12L8 2Z"/></svg>'},Iu={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 0 0-1.6 1.6v6.8a1.595 1.595 0 0 0 1.6 1.594h10.8a1.595 1.595 0 0 0 1.6-1.594v-6.8a1.6 1.6 0 0 0-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>'},Au={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 0 0-1.182 1.51l.01.155.021.193a1.69 1.69 0 0 0 .216.54l.02.038.105.134.127.144.054.047a1.509 1.509 0 0 0 .992.36h.049a1.306 1.306 0 0 0 .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 0 1-.571.053 3.148 3.148 0 0 1-2.99-2.258l-.011-.045a3.04 3.04 0 0 1-.076-.35 3.127 3.127 0 0 1-.03-.206l-.004-.089a3.112 3.112 0 0 1-.016-.336A3.164 3.164 0 0 1 4.35 7.356c.272-.068.808-.203.802-.206l.623-.137Zm4.31-1.544-.353 1.575c.737.176 1.38.334 1.413.346a1.514 1.514 0 0 1 .789.768l.029.066.053.185.038.164.002.045a1.667 1.667 0 0 1-.035.58l-.064.185-.056.142a1.546 1.546 0 0 1-1.4.893 1.661 1.661 0 0 1-.313-.03 54.946 54.946 0 0 1-1.15-.24l-.347 1.55.406.097-.013-.017c.276.057.55.118.826.173a3.02 3.02 0 0 0 .578.056 3.188 3.188 0 0 0 2.811-1.74 3.018 3.018 0 0 0 .129-.311l.033-.083.061-.197a3.047 3.047 0 0 0 .082-.351l.008-.044a3.132 3.132 0 0 0-2.281-3.513c-.297-.077-.777-.19-1.245-.299M7.932 2.393 6.875 6.075h.75l.3 3.032 1.2-3.782h-.75Z"/></svg>'},Ou={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 0 1 .566-1.516A1.834 1.834 0 0 1 8 4a1.883 1.883 0 0 1 2 2h2a3.888 3.888 0 0 0-4-4 3.822 3.822 0 0 0-2.81 1.078A4.349 4.349 0 0 0 4.062 6v2H3v6h10V8Z"/></svg>'},Eu={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 2 5 7.9l2.004-1.312L7 11h2V6.613L11 7.9Z"/></svg>'},Vu={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 0 1 2.184 2.182v1.09c.647 0 .378.932 0 1.455a4.275 4.275 0 0 1-.335.364 8.55 8.55 0 0 1-.31.742l.208 1.076h.437l2.75 1.527A2.148 2.148 0 0 1 14 12.291V14H2v-1.673a2.163 2.163 0 0 1 1.063-1.869l2.758-1.55h.437l.21-1.068a8.52 8.52 0 0 1-.312-.749 4.275 4.275 0 0 1-.335-.364c-.378-.523-.647-1.454 0-1.454v-1.09A2.18 2.18 0 0 1 8.004 2"/></svg>'},Hu={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.28-.06.013a4.556 4.556 0 0 0-1.38-2.609V3.44a.481.481 0 0 0-.48-.48h-.48V2H5.85v.96h-.48a.481.481 0 0 0-.48.48v1.24a4.545 4.545 0 0 0 0 6.64v1.24a.481.481 0 0 0 .48.48h.48V14h4.32v-.96h.48a.481.481 0 0 0 .48-.48v-1.24a4.547 4.547 0 0 0 1.379-2.612l.061.012a.481.481 0 0 0 .48-.48v-.48a.481.481 0 0 0-.48-.48Zm-2.3 2.662a1.59 1.59 0 0 0-.182-.26L8.747 8.338a.785.785 0 0 0 0-.666c.132-.133.894-.899.965-1a1.216 1.216 0 0 0 .14-.485 1.004 1.004 0 0 0-.515.157l-.955.957a.784.784 0 1 0 0 1.408c.163.167.956.974 1.236 1.254a1.477 1.477 0 0 0 .36.276 3.055 3.055 0 1 1 .291-.297Z"/></svg>'},Lu={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 0 1-.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>'},Pu={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 1 0 6 6 6 6 0 0 0-6-6Zm4.089 2.526h-1.868a5.598 5.598 0 0 0-.854-1.712 5.363 5.363 0 0 1 2.722 1.712Zm-2.722 8.66a5.599 5.599 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.644 10.644 0 0 0 .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 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.955.955 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526h1.564v-.632H2.646a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.363 5.363 0 0 1 2.722-1.712 5.017 5.017 0 0 0-.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 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526ZM12.105 8a.326.326 0 0 1-.19.296l-6.598 3.3-.148.036a.327.327 0 0 1-.327-.328V4.69a.327.327 0 0 1 .492-.281l6.595 3.302a.326.326 0 0 1 .176.29Z"/></svg>'},Tu={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 1 0 6 6 6 6 0 0 0-6-6Zm4.09 2.526H10.22a5.6 5.6 0 0 0-.854-1.712 5.364 5.364 0 0 1 2.722 1.712Zm-2.723 8.66a5.6 5.6 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.657 10.657 0 0 0 .208-1.187L9.923 10a9.85 9.85 0 0 1-.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 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.96.96 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526H4.21v-.632H2.647a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.364 5.364 0 0 1 2.722-1.712 5.02 5.02 0 0 0-.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 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526Zm-.619-3.131L5.334 4.409a.327.327 0 0 0-.492.281v6.613a.327.327 0 0 0 .327.328l.148-.035 6.598-3.3a.326.326 0 0 0 .014-.585Zm-6.087 2.505V5.78L10.274 8Z"/></svg>'},zu={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>'},Du={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>'},Fu={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.714-5.791-5.79a2.504 2.504 0 0 0 .17-.755 2.149 2.149 0 0 0-.095-.814 2.12 2.12 0 0 0-.55-.904 2.328 2.328 0 0 0-1.76-.685h-.045a2.104 2.104 0 0 0-.718.155l1.102 1.104.32.32.244.245a1.864 1.864 0 0 1-.22.854 1.043 1.043 0 0 1-.114.145 1.648 1.648 0 0 1-1.003.335L2.61 4.704l-.449-.449a2.074 2.074 0 0 0-.135.545l-.015.105a2.337 2.337 0 0 0 .384 1.518 2.51 2.51 0 0 0 .295.36 2.205 2.205 0 0 0 1.576.65 2.453 2.453 0 0 0 .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>'},Bu={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.667 9.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>'},Nu={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.026 4.9 10.866 6.277 9.53l1.744 1.81 4.562-4.507 1.307 1.363Zm1.155-10.68-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>'},Zu=fe`
1885
+ const Qc={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>'},Jc={name:"arrow_down_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M9 2v6.207l2.5-1.188L8.021 14 4.5 7.019 7 8.207V2h2z"/></svg>'},ed={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.933-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>'},td={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.737 1.11-.732 3.357 5.472L11.397 4l1.103.743L7.955 12 3.5 4.737z"/></svg>'},id={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.5.732 1.11-5.472 3.357L12 11.397l-.743 1.103L4 7.955 11.263 3.5z"/></svg>'},nd={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.5-.732-1.11 5.472-3.357L4 4.603 4.743 3.5 12 8.045 4.737 12.5z"/></svg>'},od={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.263-1.11.732-3.357-5.472L4.603 12 3.5 11.257 8.045 4l4.455 7.263z"/></svg>'},sd={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.982 7.9 5 6.588 7.004 11 7v2H6.613L7.9 11Z"/></svg>'},rd={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 0 0 3.143-3.025 3.08 3.08 0 0 0-3.085-3.02v.088l.826 2.067-5.598-2.796L8.884 2.5l-.742 1.932a4.619 4.619 0 0 1 4.572 4.53A4.629 4.629 0 0 1 8 13.5Z"/></svg>'},ad={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-3 1.287-2H2V7l4.412.004L5.1 5 11 7.982Z"/></svg>'},ld={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 0 1 3.3 3.428 3.366 3.366 0 0 1-3.3 3.429 3.36 3.36 0 0 1-3.293-3.366h.095l2.255.901-3.05-6.107L1.85 8.88l2.108-.808A5.039 5.039 0 0 0 8.9 13.059a5.05 5.05 0 0 0 4.95-5.143A5.05 5.05 0 0 0 8.9 2.773Z"/></svg>'},cd={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.453-2.571-1.68v.908a3 3 0 0 0 3 3 3 3 0 0 0 3-3V3.11H14v5.571a4.714 4.714 0 0 1-4.714 4.715A4.714 4.714 0 0 1 4.57 8.68v-.908L2 9.453l3.403-6.849Z"/></svg>'},dd={name:"arrow_up_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M7 14V7.793L4.5 8.981 7.979 2 11.5 8.981 9 7.793V14H7z"/></svg>'},hd={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.977-.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>'},ud={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.735 14 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>'},pd={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.75 10 14l-6-3 6-3-1.25 2.25ZM8 11h1a4 4 0 0 0 4-4M7.25 5.75 6 8l6-3-6-3 1.25 2.25ZM8 5H7a4 4 0 0 0-4 4"/></svg>'},gd={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>'},vd={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 0 1-2-2h4a2.05 2.05 0 0 1-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>'},fd={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 0 0-.71.71v2.032a.71.71 0 0 0 .71.711h.356L9.57 9.625l2.488-1.422h1.778a.71.71 0 0 0 .71-.71V5.46a.71.71 0 0 0-.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 0 0-1.71 1.71v2.032a1.712 1.712 0 0 0 .844 1.475ZM6 12h4a2.05 2.05 0 0 1-2 2 2.05 2.05 0 0 1-2-2Zm7.25-1H9.18l2.868-1.64c.198.527.431.894.702.894.5 0 .5.746.5.746Z"/></svg>'},md={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 0 1-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 1 1-5.5 5.5 5.506 5.506 0 0 1 5.5-5.5m0-1a6.5 6.5 0 1 0 6.5 6.5 6.5 6.5 0 0 0-6.5-6.5Z"/></svg>'},bd={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 0 0 8 14.5 6.5 6.5 0 0 0 14.5 8 6.5 6.5 0 0 0 8 1.5 6.5 6.5 0 0 0 1.5 8ZM8 12a1.025 1.025 0 0 1-1-1h2a1.025 1.025 0 0 1-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>'},wd={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 0 1 13 5.762V2Zm12 7.5a3.5 3.5 0 1 0-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0 0 14 9.5ZM10.5 8A1.5 1.5 0 1 1 9 9.5 1.5 1.5 0 0 1 10.5 8Z"/></svg>'},xd={name:"book_magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6 10c0-.347.058-.678.142-1H5V8h1.556c.22-.378.498-.714.826-1H5V6h5c.732 0 1.41.212 2 .556V2H3v11h4.382A3.975 3.975 0 0 1 6 10ZM5 4h5v1H5V4Z"/><path class="cls-1" d="m9.99 7.01-.076.002a3 3 0 1 0 1.799 5.452l1.593 1.53.69-.725-1.58-1.516a2.973 2.973 0 0 0 .57-1.816A3 3 0 0 0 9.99 7.01ZM10 12c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"/></svg>'},yd={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 0 1 4.977 2h.046A.976.976 0 0 1 6 2.977v1.046A.977.977 0 0 1 5.023 5h-.046A.977.977 0 0 1 4 4.023ZM13 4v.023A1.98 1.98 0 0 1 11.023 6h-.046A1.98 1.98 0 0 1 9 4.023V4H7v.023A1.98 1.98 0 0 1 5.023 6h-.046A1.98 1.98 0 0 1 3 4.023V4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0-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 0 1 10.977 2h.046a.976.976 0 0 1 .977.977v1.046a.977.977 0 0 1-.977.977h-.046A.977.977 0 0 1 10 4.023Z"/></svg>'},$d={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>'},Cd={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>'},kd={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>'},_d={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>'},Sd={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.287 6.182 12 3 8.867l1.363-1.343L6.24 9.37 11.693 4Z"/></svg>'},Id={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.693-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545Z"/></svg>'},Rd={name:"check_large_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 4.693-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545L14 4.693Z"/></svg>'},Md={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 1 0 6 6 6 6 0 0 0-6-6Zm0 9.429A3.429 3.429 0 1 1 11.429 8 3.429 3.429 0 0 1 8 11.429Z"/></svg>'},Ad={name:"circle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="8" cy="8" r="4"/></svg>'},Od={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 0 1 7 2v2.686a3.475 3.475 0 0 0 0 6.628ZM9 2v2.686a3.475 3.475 0 0 1 0 6.628V14A6.1 6.1 0 0 0 9 2Z"/></svg>'},Ed={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 1 0 6 6 6 6 0 0 0-6-6Zm-1.212 9.2L4 8.388 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013Z"/></svg>'},Vd={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 0 1 0 6.628V14A6.1 6.1 0 0 0 9 2Z"/><path class="cls-2" d="M7 11.314a3.475 3.475 0 0 1 0-6.628V2a6.1 6.1 0 0 0 0 12Z"/></svg>'},Hd={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 1 0 6 6 6 6 0 0 0-6-6Zm.075 1.714a4.281 4.281 0 0 1 3.573 6.647L5.714 4.427a4.262 4.262 0 0 1 2.36-.713ZM3.789 8a4.261 4.261 0 0 1 .713-2.36l5.934 5.933A4.281 4.281 0 0 1 3.789 8Z"/></svg>'},Ld={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 1 0 6 6 6 6 0 0 0-6-6Zm.075 1.714a4.263 4.263 0 0 1 2.409.743l-2.37 2.37-2.4-2.4a4.262 4.262 0 0 1 2.36-.713ZM4.502 5.64l2.4 2.4-2.37 2.37a4.273 4.273 0 0 1-.03-4.77Zm3.573 6.647a4.256 4.256 0 0 1-2.31-.685l2.349-2.35 2.322 2.322a4.261 4.261 0 0 1-2.361.713Zm3.573-1.925L9.326 8.039l2.35-2.349a4.251 4.251 0 0 1-.028 4.67Z"/></svg>'},Pd={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 0 1 2-2V2a1 1 0 0 1 2 0v1a2 2 0 0 1 2 2Zm1-2v9H4V3H3a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Zm-2 4H5v1h5ZM8 9H5v1h3Z"/></svg>'},Td={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 1 0 6 6 6 6 0 0 0-6-6m.576 4.87 1.555-1.557a1.635 1.635 0 0 1 .84-.256 1.979 1.979 0 0 1-.23.791c-.115.163-1.356 1.41-1.571 1.626a1.278 1.278 0 0 1 0 1.085l2.376 2.38a1.597 1.597 0 0 1 .458 1.072 1.621 1.621 0 0 1-1.222-.613c-.456-.456-1.94-1.963-2.207-2.235a1.275 1.275 0 1 1 0-2.293"/></svg>'},zd={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.392.955-.957a1.004 1.004 0 0 1 .516-.157 1.215 1.215 0 0 1-.14.486c-.072.1-.834.866-.966.999a.785.785 0 0 1 0 .666l1.341 1.344a.981.981 0 0 1 .281.658.996.996 0 0 1-.75-.376c-.28-.28-1.073-1.088-1.237-1.255a.783.783 0 1 1 0-1.408m5.69 2.292L14 7.324l-1.327-.113a4.76 4.76 0 0 0-.402-1.26l1.02-.86-1.527-1.811-1.019.86a4.726 4.726 0 0 0-.563-.344 4.61 4.61 0 0 0-.612-.265l.114-1.329L7.324 2l-.113 1.329a4.77 4.77 0 0 0-1.26.401l-.86-1.02L3.28 4.237l.858 1.02A4.771 4.771 0 0 0 3.53 6.43l-1.329-.114L2 8.676l1.329.114a4.69 4.69 0 0 0 .401 1.26l-1.02.86 1.526 1.811 1.02-.859a4.666 4.666 0 0 0 1.175.608l-.113 1.33 2.358.2.114-1.328a4.688 4.688 0 0 0 1.26-.4l.86 1.02 1.81-1.527-.858-1.02a4.687 4.687 0 0 0 .608-1.175ZM8 11.45A3.45 3.45 0 1 1 11.45 8 3.45 3.45 0 0 1 8 11.45Z"/></svg>'},Fd={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 0 0-2.152.505L7.096 6H3.422A4.997 4.997 0 1 0 8 3Zm2.003 7.616a453.75 453.75 0 0 1-1.675-1.7 1.061 1.061 0 1 1 0-1.907l1.294-1.297a1.36 1.36 0 0 1 .699-.212 1.646 1.646 0 0 1-.19.658c-.097.136-1.13 1.173-1.309 1.353a1.063 1.063 0 0 1 0 .903l1.817 1.82a1.33 1.33 0 0 1 .381.891 1.35 1.35 0 0 1-1.017-.51Z"/><path class="cls-2" d="M5.477 5H1.522L3.5 1.045 5.477 5z"/></svg>'},Dd={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>'},Bd={name:"cloud_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.08 11.977a5.123 5.123 0 0 1-1.295-.2C2.754 11.46 1.883 10.2 1.883 9.022a2.963 2.963 0 0 1 2.63-2.937A4.203 4.203 0 0 1 8.432 3.48a4.254 4.254 0 0 1 4.249 4.17 2.251 2.251 0 0 1 1.437 2.09 2.24 2.24 0 0 1-2.238 2.237l-4.947.003c-1.01 0-1.79-.001-1.853-.003Zm-.228-4.573c-.899 0-1.63.725-1.63 1.618 0 .842.702 1.61 1.474 1.61l7.183.007a.9.9 0 0 0 0-1.799.883.883 0 0 0-.337.067l-.493.202.159-.508a2.914 2.914 0 0 0-2.777-3.783 2.897 2.897 0 0 0-2.868 2.436l-.044.268-.264-.067a1.641 1.641 0 0 0-.403-.051Z"/></svg>'},Nd={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.298-1.927 3.848 1.48-.568v3.407h.948v-3.407l1.42.568ZM15 9.005a2.374 2.374 0 0 1-2.371 2.371h-.998l-.5-1h1.498a1.371 1.371 0 1 0-.516-2.64A3.77 3.77 0 1 0 4.797 5.99 2.238 2.238 0 0 0 2 8.148a2.223 2.223 0 0 0 2.057 2.22l1.758.009-.448.894a10.567 10.567 0 0 1-2.31-.121 3.224 3.224 0 0 1 .993-6.225 4.77 4.77 0 0 1 9.236 1.68c0 .04 0 .081-.002.121A2.375 2.375 0 0 1 15 9.006Z"/></svg>'},Zd={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.1.001-.101A3.998 3.998 0 0 0 4.69 8.59a2.715 2.715 0 0 0-2.557 2.7 2.782 2.782 0 0 0 1.725 2.516 4.854 4.854 0 0 0 1.225.19h.004c.19.006 6.792 0 6.792 0a1.987 1.987 0 0 0 .55-3.897Zm-.55 3.06-7.183-.008a1.867 1.867 0 0 1 .156-3.728 1.891 1.891 0 0 1 .464.06 3.16 3.16 0 1 1 6.13 1.462 1.149 1.149 0 1 1 .433 2.213ZM4.5 4.5a1 1 0 1 1 1-1 1 1 0 0 1-1 1Zm5.138.681.496-1.241H7v-.828h3.134l-.496-1.293L13 3.502Z"/></svg>'},qd={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 2-2.217.914.516 1.25a4.743 4.743 0 0 0-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.82 4.82 0 0 0-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.824 4.824 0 0 0 .945.949l-.518 1.247 2.214.921.519-1.246a4.68 4.68 0 0 0 .674.048 4.74 4.74 0 0 0 .666-.047L9.176 14l2.218-.914-.515-1.248a4.828 4.828 0 0 0 .95-.945l1.245.518.922-2.214-1.247-.519a4.73 4.73 0 0 0 .002-1.34L14 6.824l-.914-2.218-1.25.515a4.739 4.739 0 0 0-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.714 4.714 0 0 0-.676-.049 4.808 4.808 0 0 0-.663.047Zm1.175 9a2.999 2.999 0 1 1 2.77-1.847 2.984 2.984 0 0 1-2.77 1.846M8 6.801a1.2 1.2 0 1 0 .46.093A1.198 1.198 0 0 0 8 6.8"/></svg>'},jd={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 0 1-.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 0 1-.903.06c-.254.01-.507.018-.759.018a18.75 18.75 0 0 1-1.66-.078l-.105-.012a15.901 15.901 0 0 1-.65-.08l-.134-.018c-.23-.036-.455-.076-.67-.122l-.132-.029a9.372 9.372 0 0 1-.582-.145l-.059-.017c-.036-.01-.067-.023-.1-.034a7.034 7.034 0 0 1-.285-.1c-.054-.018-.112-.035-.165-.055l-.101-.041-.01-.005a4.076 4.076 0 0 1-.462-.223l-.03-.02a2.343 2.343 0 0 1-.334-.24c-.014-.012-.033-.022-.045-.033v1.013c0 .364.524.749 1.427 1.051a8.098 8.098 0 0 0 .697.197 14.793 14.793 0 0 0 3.4.363 14.818 14.818 0 0 0 3.403-.362 8.38 8.38 0 0 0 .697-.197c.904-.303 1.43-.688 1.43-1.052v-1.013c-.015.012-.034.022-.047.034a2.478 2.478 0 0 1-.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 0 0 .698.197 14.8 14.8 0 0 0 3.399.362 14.817 14.817 0 0 0 3.401-.362 8.375 8.375 0 0 0 .7-.197c.902-.302 1.428-.687 1.428-1.052M3.931 7.697 2.802 7.6l.171-1.979 1.129.095a3.984 3.984 0 0 1 .516-.985l-.729-.856 1.537-1.28.73.855a4.085 4.085 0 0 1 1.071-.336L7.323 2l2.004.17-.097 1.114a3.949 3.949 0 0 1 .52.223 4.027 4.027 0 0 1 .478.288l.866-.721 1.296 1.52-.866.72a3.961 3.961 0 0 1 .341 1.058l1.127.095-.133 1.539a10.211 10.211 0 0 0-2.482-.618c.007-.048.021-.094.026-.143a2.48 2.48 0 0 0-1.346-2.416 2.543 2.543 0 0 0-2.938.45 2.408 2.408 0 0 0-.698 2.14 11.88 11.88 0 0 0-1.482.311l-.008-.033Zm4.067-.468c-.331 0-.697.012-1.077.035a.972.972 0 0 1-.026-.314.99.99 0 0 1 .292-.618 1.011 1.011 0 0 1 1.174-.18.992.992 0 0 1 .539.967.923.923 0 0 1-.036.132 17.817 17.817 0 0 0-.866-.022Z"/></svg>'},Gd={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.338 14 6.824l-.914-2.218-1.25.515a4.74 4.74 0 0 0-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.715 4.715 0 0 0-.676-.049 4.803 4.803 0 0 0-.663.047L6.823 2l-2.217.914.516 1.25a4.741 4.741 0 0 0-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.816 4.816 0 0 0-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.823 4.823 0 0 0 .945.949l-.518 1.247 2.214.921.519-1.246a4.673 4.673 0 0 0 .674.048 4.737 4.737 0 0 0 .666-.047L9.176 14l2.218-.914-.515-1.248a4.826 4.826 0 0 0 .95-.945l1.245.518.922-2.214-1.247-.519a4.729 4.729 0 0 0 .002-1.34Zm-1.06 2.418c0 .244-.35.5-.954.703a5.157 5.157 0 0 1-.466.131 9.896 9.896 0 0 1-2.273.243 9.88 9.88 0 0 1-2.271-.243 5.454 5.454 0 0 1-.466-.131c-.603-.202-.953-.46-.953-.703V9.08c.008.008.02.015.03.023a1.567 1.567 0 0 0 .223.16l.02.013a2.725 2.725 0 0 0 .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 0 0 1.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 0 0 .308-.149l.022-.014a1.651 1.651 0 0 0 .222-.159l.03-.023Zm0-1.76c0 .243-.35.5-.954.703a5.157 5.157 0 0 1-.466.13 9.897 9.897 0 0 1-2.273.243 9.88 9.88 0 0 1-2.271-.242 5.44 5.44 0 0 1-.466-.132c-.603-.202-.953-.459-.953-.703V7.32c.008.008.02.014.03.022a1.566 1.566 0 0 0 .223.16l.02.013a2.716 2.716 0 0 0 .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 0 0 1.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 0 0 .307-.15l.022-.013a1.657 1.657 0 0 0 .222-.16c.009-.007.021-.014.03-.022Zm-.953-1.05a5.625 5.625 0 0 1-.467.132 9.896 9.896 0 0 1-2.272.24 9.885 9.885 0 0 1-2.271-.24 6.179 6.179 0 0 1-.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>'},Ud={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 0 1-.224.477.787.787 0 0 1-.909.139.762.762 0 0 1-.19-1.224.781.781 0 0 1 .907-.14.767.767 0 0 1 .416.748ZM14 11.61l-.441 1.088-.62-.246a2.276 2.276 0 0 1-.232.268 2.386 2.386 0 0 1-.23.2l.263.606-1.09.46-.263-.606a2.353 2.353 0 0 1-.662.008l-.248.612-1.1-.435.249-.612a2.273 2.273 0 0 1-.256-.215 2.358 2.358 0 0 1-.218-.243l-.614.26-.466-1.077.614-.259a2.287 2.287 0 0 1-.008-.654l-.62-.246.44-1.087.62.246a2.38 2.38 0 0 1 .234-.27 2.463 2.463 0 0 1 .229-.198l-.263-.606 1.09-.46.263.605a2.422 2.422 0 0 1 .662-.008l.248-.612 1.1.436-.248.612a2.351 2.351 0 0 1 .473.458l.614-.26.466 1.076-.613.26a2.339 2.339 0 0 1 .008.654Zm-1.934-1.591a1.495 1.495 0 0 0-2.085.011 1.454 1.454 0 0 0 .01 2.081 1.479 1.479 0 0 0 .486.313 1.495 1.495 0 0 0 1.6-.324 1.454 1.454 0 0 0-.01-2.081ZM9.036 8.33l-1.189.99-.564-.661a3.104 3.104 0 0 1-.827.26l-.075.86-1.547-.13.074-.862a3.075 3.075 0 0 1-.77-.394l-.671.557-1.001-1.174.67-.557a3.015 3.015 0 0 1-.264-.817L2 6.328 2.132 4.8l.872.074a3.08 3.08 0 0 1 .4-.762l-.564-.66 1.188-.99.565.66a3.159 3.159 0 0 1 .827-.26L5.494 2l1.548.131-.074.861a3.046 3.046 0 0 1 .402.172 3.111 3.111 0 0 1 .369.223l.669-.557L9.41 4.004l-.67.557a3.06 3.06 0 0 1 .264.818l.871.073-.132 1.53-.872-.074a3.026 3.026 0 0 1-.4.762ZM7.874 6.054a1.916 1.916 0 0 0-1.04-1.868 1.965 1.965 0 0 0-2.27.348 1.907 1.907 0 0 0 .478 3.06 1.965 1.965 0 0 0 2.27-.347 1.903 1.903 0 0 0 .562-1.193Zm3.376 4.467a.6.6 0 0 0-.64.13.591.591 0 0 0-.131.196.584.584 0 0 0 .33.761.597.597 0 0 0 .64-.13.59.59 0 0 0 .13-.195.583.583 0 0 0-.135-.637.596.596 0 0 0-.194-.125Z"/></svg>'},Xd={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.11-1.178-.632-1.875 2.133a5.424 5.424 0 0 0-.716-.094L8.766 2l-2.138.627.2 2.863a5.226 5.226 0 0 0-.527.47l-2.77-.738-1.056 1.95L4.656 9.04a5.188 5.188 0 0 0-.087.704L2 11.144l.659 2.1 2.914-.197a4.961 4.961 0 0 0 .453.525l-.13.427h7.232a.818.818 0 0 0 .87-.759L14 13.2Zm-1.335 7.876a2.877 2.877 0 0 1-3.741 1.477 2.768 2.768 0 0 1-1.51-3.66 2.876 2.876 0 0 1 3.729-1.482 2.76 2.76 0 0 1 1.535 3.637Z"/></svg>'},Wd={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 0 1-1.5 1.5H8.75L3.5 14l.75-3H3.5A1.5 1.5 0 0 1 2 9.5v-6A1.5 1.5 0 0 1 3.5 2h9A1.5 1.5 0 0 1 14 3.5Z"/></svg>'},Kd={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 0 1-1-1V3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v2Z"/></svg>'},Yd={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>'},Qd={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>'},Jd={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.646 7 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>'},eh={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>'},th={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>'},ih={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.646 7 8.293l2 2 1.646-1.646.707.707L9 11.707l-2-2-1.646 1.647ZM14 2v12H2V2ZM4 7h3V4H4Zm8 1H4v4h8V8Zm0-4H8v3h4Z"/></svg>'},nh={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 0 0 .36-.257c.015-.012.036-.023.051-.036v1.093c0 .395-.57.81-1.551 1.137a9.133 9.133 0 0 1-.757.212A16.17 16.17 0 0 1 7.997 14a16.144 16.144 0 0 1-3.69-.391 8.83 8.83 0 0 1-.757-.213C2.57 13.069 2 12.655 2 12.26v-1.093c.013.013.033.023.049.036a2.61 2.61 0 0 0 .362.26c.012.006.021.013.033.02a4.294 4.294 0 0 0 .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 0 0 .82.1 24.659 24.659 0 0 0 .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 0 0 .5-.241.415.415 0 0 0 .035-.022m0-2.845-.035.022a4.46 4.46 0 0 1-.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 0 1-.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 0 1-.823-.02l-.18-.008a20.583 20.583 0 0 1-.8-.057l-.113-.013c-.241-.024-.475-.052-.706-.086-.048-.006-.098-.012-.146-.02a12.62 12.62 0 0 1-1.502-.32c-.021-.006-.045-.01-.063-.017-.04-.012-.073-.025-.11-.037a7.688 7.688 0 0 1-.309-.107c-.058-.02-.121-.039-.179-.06l-.11-.045-.01-.005a4.436 4.436 0 0 1-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 0 1-.362-.26c-.016-.013-.036-.023-.049-.036v1.093c0 .394.57.81 1.55 1.136a8.83 8.83 0 0 0 .757.213 16.145 16.145 0 0 0 3.69.39 16.171 16.171 0 0 0 3.694-.39 9.133 9.133 0 0 0 .757-.213c.98-.327 1.551-.742 1.551-1.136V8.322c-.015.013-.036.024-.05.036a2.69 2.69 0 0 1-.361.258m0-2.845-.035.022a4.463 4.463 0 0 1-.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 0 1-.98.066c-.276.01-.55.018-.824.018a20.457 20.457 0 0 1-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 0 1-.309-.107l-.179-.06-.11-.045-.01-.005a4.438 4.438 0 0 1-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 0 1-.362-.26C2.033 5.5 2.013 5.488 2 5.476V6.57c0 .394.57.81 1.55 1.136a8.83 8.83 0 0 0 .757.213 16.144 16.144 0 0 0 3.69.39 16.17 16.17 0 0 0 3.694-.39 9.133 9.133 0 0 0 .757-.213c.98-.327 1.551-.742 1.551-1.136V5.477c-.015.013-.036.024-.05.036a2.69 2.69 0 0 1-.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 0 0 3.69.39 16.17 16.17 0 0 0 3.692-.39 9.13 9.13 0 0 0 .759-.213C13.429 4.548 14 4.132 14 3.738"/></svg>'},oh={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 0 1-1.594-.26 7.445 7.445 0 0 1-.644-.182c-.835-.28-1.32-.635-1.32-.973v-.936c.011.01.029.02.042.031a2.226 2.226 0 0 0 .308.222l.028.018a3.65 3.65 0 0 0 .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 0 0 .645.182 13.68 13.68 0 0 0 3.143.334 13.697 13.697 0 0 0 3.144-.334 7.753 7.753 0 0 0 .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.495.008.007.008-.008Zm-5.047-4.07a7.471 7.471 0 0 0 .644.182 13.675 13.675 0 0 0 3.143.335 13.697 13.697 0 0 0 3.146-.335 7.694 7.694 0 0 0 .644-.181c.835-.28 1.321-.636 1.321-.973v-.937c-.013.012-.03.02-.043.032a2.29 2.29 0 0 1-.307.22.353.353 0 0 1-.03.02 3.788 3.788 0 0 1-.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 0 1-.835.057c-.235.01-.468.016-.701.016a17.43 17.43 0 0 1-1.535-.072l-.097-.011a14.698 14.698 0 0 1-.6-.074l-.125-.017c-.212-.033-.42-.07-.62-.112l-.12-.027a8.673 8.673 0 0 1-.54-.134c-.018-.006-.037-.01-.053-.016-.034-.01-.062-.022-.094-.032a6.551 6.551 0 0 1-.262-.091c-.05-.018-.104-.034-.153-.052l-.093-.038-.01-.004a3.768 3.768 0 0 1-.427-.207l-.028-.017a2.167 2.167 0 0 1-.308-.223c-.013-.011-.031-.02-.042-.03v.936c0 .337.485.692 1.32.972Zm0 2.436a7.471 7.471 0 0 0 .644.182 13.147 13.147 0 0 0 2.644.328l.318-.318.323.324a14.377 14.377 0 0 0 2.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 0 1-.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 0 1-1.402 0l-.154-.007a17.43 17.43 0 0 1-.68-.049l-.097-.011a14.689 14.689 0 0 1-.6-.074c-.042-.006-.084-.01-.125-.017a10.679 10.679 0 0 1-1.28-.274l-.053-.015c-.034-.01-.062-.021-.094-.032a6.551 6.551 0 0 1-.262-.09c-.05-.018-.104-.034-.153-.053-.03-.012-.063-.024-.093-.038l-.01-.004a3.77 3.77 0 0 1-.427-.207l-.028-.017a2.169 2.169 0 0 1-.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>'},sh={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>'},rh={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 0 1-6.997-2.962v-.007H2v.007a5.995 5.995 0 0 0 10.301 4.182ZM8.372 2v1.884a4.13 4.13 0 0 1 2.992 6.501l1.429 1.224A6.008 6.008 0 0 0 8.37 2ZM2.048 7.236h1.897a4.117 4.117 0 0 1 3.675-3.352V2A6.012 6.012 0 0 0 2.05 7.236Z"/></svg>'},ah={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 1 1-3-3 3 3 0 0 1 3 3Zm5-2a2 2 0 1 0 2 2 2.002 2.002 0 0 0-2-2m0-1a3 3 0 1 1-3 3 3 3 0 0 1 3-3Z"/></svg>'},lh={name:"dot_solid_dot_stroke_measurement_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 3h1v3H5zM6 4h4v1H6zM10 3h1v3h-1zM7 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm5-2c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2m0-1a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z"/></svg>'},ch={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>'},dh={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 0 1 2-2H14V13a1 1 0 0 1-1 1ZM12 2a.667.667 0 0 0-.667.667v2h1.334v-2A.667.667 0 0 0 12 2ZM8.444 2a.667.667 0 0 0-.666.667v2H9.11v-2A.667.667 0 0 0 8.444 2ZM2 8.444a.667.667 0 0 0 .667.667h2V7.778h-2A.667.667 0 0 0 2 8.444ZM2 12a.667.667 0 0 0 .667.667h2v-1.334h-2A.667.667 0 0 0 2 12Zm11.556-8.222v.889a.444.444 0 0 1-.445.444H10.89a.444.444 0 0 1-.445-.444v-.89H10v.89a.444.444 0 0 1-.444.444H7.333a.444.444 0 0 1-.444-.444v-.89H4.667a.889.889 0 0 0-.89.89v2.222h.89a.444.444 0 0 1 .444.444v2.223a.444.444 0 0 1-.444.444h-.89v.444h.89a.444.444 0 0 1 .444.445v2.222a.444.444 0 0 1-.444.445h-.89V14H6.89V8.222A1.333 1.333 0 0 1 8.222 6.89H14V3.778Z"/></svg>'},hh={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>'},uh={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 0 0 1 8.001a7.588 7.588 0 0 0 7.146 4.342A7.002 7.002 0 0 0 15 8a7.586 7.586 0 0 0-7.144-4.344m-1.199 7.289A5.108 5.108 0 0 1 2.443 8s.665-2.585 4.33-3.037a2.786 2.786 0 0 0-1.414 1.223l2.787 1.22H4.977a3.47 3.47 0 0 0-.053.576 3.348 3.348 0 0 0 1.734 2.962m2.85.02a3.4 3.4 0 0 0 .107-5.908 5.006 5.006 0 0 1 3.942 2.944s-.603 2.44-4.05 2.963"/></svg>'},ph={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 0 1 6.19 11.96a3.323 3.323 0 0 1-2.042.667 2.835 2.835 0 0 1-1.964-.753L2 11.706l1.153-1.152.157.251a1.347 1.347 0 0 0 1.2.716 1.976 1.976 0 0 0 1.385-.625 11.546 11.546 0 0 0 1.722-2.403l2.252-3.88a7.585 7.585 0 0 0-.679-.037 2.365 2.365 0 0 0-1.66.54 1.967 1.967 0 0 0-.556 1.51V6.7l-.067.106-1.564.762.045-.423a3.845 3.845 0 0 1 .645-1.874 3.312 3.312 0 0 1 1.34-1.177 6.74 6.74 0 0 1 2.208-.443c.127 0 .277-.013.471-.029l.369-.03 1.387-.257.087 2.154.33 3.886a4.862 4.862 0 0 0 .29 1.701.498.498 0 0 0 .528.31c.057 0 .277 0 .641-.03L14 11.33l-.172.83-3.003.506Zm-.086-.896-.275-3.22-1.855 3.22Z"/></svg>'},gh={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>'},vh={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>'},fh={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 0 0 .249-1.302A3.701 3.701 0 0 0 7.22 7 3.654 3.654 0 0 0 6 7.223V2h4v4Zm-3-4v3h3Zm-1.126 8.698a2.697 2.697 0 0 1-4.73 1.772L2.521 14l-.48-.823 2.613-1.523a2.698 2.698 0 1 1 5.22-.956Zm-.952 0a1.745 1.745 0 1 0-1.745 1.745 1.747 1.747 0 0 0 1.745-1.745Z"/></svg>'},mh={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 1 0 2.907 2.903l1.32 2.173v4.522l1.973-1.846V9.411l3.878-5.076h1.134v-1.29Zm2.033 4.059a1.154 1.154 0 0 1 0-2.308c.023 0 .045.006.068.007l1.002 1.575a1.154 1.154 0 0 1-1.07.726Z"/></svg>'},bh={name:"floppy_disk_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 4H3.583A.585.585 0 0 0 3 4.598V11.5l1.5 1.497 7.858.003c.33 0 .6-.27.6-.6L13 4.545c0-.33-.215-.546-.545-.546ZM11 12H8v-2H6v2H5V9h6v3Zm1-4H4V5h8v3Z"/></svg>'},wh={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 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.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>'},xh={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 1 0-1 1 1 1 0 0 0 1-1Zm7.5.002L9.638.819l.496 1.293H7v.828h3.134L9.638 4.18ZM12.455 5H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm1-4H4V6h8Z"/></svg>'},yh={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 1 0-1 1 1 1 0 0 0 1-1Zm3 0a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm3 0a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm.455 2H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm1-4H4V6h8Z"/></svg>'},$h={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>'},Ch={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>'},kh={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 14 2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},_h={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 1 1 5 9.5 1.5 1.5 0 0 1 6.5 11ZM5 3.5A1.5 1.5 0 1 0 6.5 5 1.5 1.5 0 0 0 5 3.5Zm7.5 7.5A1.5 1.5 0 1 1 11 9.5a1.5 1.5 0 0 1 1.5 1.5ZM11 3.5A1.5 1.5 0 1 0 12.5 5 1.5 1.5 0 0 0 11 3.5Z"/></svg>'},Sh={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 0 0-.394-.1 2.455 2.455 0 0 0-.483-.05 1.32 1.32 0 0 0-.832.241 1.334 1.334 0 0 0-.405.895l-.128.937h1.846v1.282H6.812l-.376 2.462a3.578 3.578 0 0 1-.462 1.357 2.583 2.583 0 0 1-.784.808 3.015 3.015 0 0 1-.938.387A4.823 4.823 0 0 1 3.184 13q-.275 0-.629-.03A3.529 3.529 0 0 1 2 12.892v-1.815h.12a.56.56 0 0 0 .424.244 2.538 2.538 0 0 0 .5.052 1.304 1.304 0 0 0 .898-.29 1.584 1.584 0 0 0 .424-.985l.33-2.226H3.256V6.59H5.05l.178-1.162a2.942 2.942 0 0 1 .444-1.244 2.516 2.516 0 0 1 .76-.734 2.643 2.643 0 0 1 .94-.356A5.61 5.61 0 0 1 8.357 3q.294 0 .588.025t.599.076Z"/></svg>'},Ih={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 0 1 1.142-.49 1.763 1.763 0 0 1-.49 1.142L9.205 8.263l.008.025.065.184.03.093a1.352 1.352 0 0 1 .032.295 1.385 1.385 0 0 1-2.769 0 1.343 1.343 0 0 1 .033-.294l.034-.11.055-.16.012-.033.014-.014a1.389 1.389 0 0 1 .625-.625l.015-.015.033-.011.16-.055.11-.035a1.32 1.32 0 0 1 .588 0l.11.035.16.055.033.011ZM14 8.86a5.979 5.979 0 0 1-1.799 4.28l-1.309-1.308a4.085 4.085 0 0 0 .83-4.78l.55-.55a2.576 2.576 0 0 0 .64-1.082A5.968 5.968 0 0 1 14 8.86Zm-6-6a5.998 5.998 0 0 0-4.201 10.28l1.308-1.308a4.14 4.14 0 0 1 4.645-6.725l.564-.564a2.57 2.57 0 0 1 1.07-.635A5.97 5.97 0 0 0 8 2.86Z"/></svg>'},Rh={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 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-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>'},Mh={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>'},Ah={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 0 1 5 3a2.486 2.486 0 0 1-2-1H2v4h1a1.797 1.797 0 0 1 1.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>'},Oh={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 14 .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>'},Eh={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 2 2.5 9H4v5h3v-3h2v3h3V9h1.5L7.988 2z"/></svg>'},Vh={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 0 0 .355-1.258c0-1.826-2.083-2.886-2.083-3.652s2.083-1.826 2.083-3.652a2.491 2.491 0 0 0-.355-1.257h.404V2.6h.047a.556.556 0 0 0 .499-.6H4.727a.556.556 0 0 0 .499.6h.047v.49h.404a2.491 2.491 0 0 0-.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 0 0 .355 1.257h-.404v.491h-.047a.556.556 0 0 0-.499.6h6.546a.556.556 0 0 0-.499-.6ZM8 12.957c-1.565 0-1.975-.585-1.975-1.305a7.183 7.183 0 0 1 1.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 0 1 1.738.656c0 .72-.409 1.305-1.99 1.305Z"/></svg>'},Hh={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 0 1 1 1v8a1.001 1.001 0 0 1-1 1H4a1.001 1.001 0 0 1-1-1V4a1.001 1.001 0 0 1 1-1h8m0-1H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 4v8h8V4Zm6 6H6V6h4Z"/></svg>'},Lh={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 0 0 2.035-.838 1.164 1.164 0 0 0-.346-.846 1.193 1.193 0 0 0-1.693 0 1.158 1.158 0 0 0-.35.846 1.144 1.144 0 0 0 .354.838Z"/></svg>'},Ph={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 1 0 6 6 6 6 0 0 0-6-6Zm-.697 2.28a.951.951 0 0 1 1.35 0 .928.928 0 0 1 .276.675.952.952 0 0 1-1.905 0 .924.924 0 0 1 .279-.674ZM9.7 12H6.3v-1.264h.833V7.777H6.3V6.513h2.584v4.223H9.7Z"/></svg>'},Th={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.348-.652-.652 1.444-.14Zm-3.818.698-4.912 4.912-.395-.396 4.12-4.12Zm4.734-2.918-1.697.136-.395-.395L11 3.176l.72-.067 1.304 1.304Zm-3.524-.386-.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>'},zh={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>'},Fh={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.546.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.11.89-.444 5.333 2.667 1.778-.89.889.448v1.33L9.778 10.88 3.555 7.768Z"/></svg>'},Dh={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.953 6.909 2h3.636L8.364 7.013h2.909L4.727 14l2.21-6.049Z"/></svg>'},Bh={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 0 1 9.963 7.02l-1.06 1.065c-.053-.103-.095-.192-.144-.276a1.48 1.48 0 0 0-1.277-.769 1.43 1.43 0 0 0-.977.394c-.75.694-1.469 1.421-2.165 2.168a1.431 1.431 0 0 0 .054 2.038 1.507 1.507 0 0 0 1.039.432 1.28 1.28 0 0 0 .953-.417c.103-.11.435-.44.81-.805a3.458 3.458 0 0 0 1.908.188c-1.006 1.035-2.179 2.187-2.996 2.38a2.982 2.982 0 0 1-.693.082 2.91 2.91 0 0 1-2.182-4.842A46.793 46.793 0 0 1 5.53 6.356a2.826 2.826 0 0 1 1.935-.764M10.583 2.5a3.001 3.001 0 0 0-.69.081 10.376 10.376 0 0 0-2.996 2.377 3.474 3.474 0 0 1 .568-.054 3.58 3.58 0 0 1 1.31.249c.38-.332.701-.646.875-.834a1.221 1.221 0 0 1 .913-.395 1.513 1.513 0 0 1 1.074.469 1.433 1.433 0 0 1 .022 2.005c-.7.743-1.42 1.47-2.165 2.167a1.419 1.419 0 0 1-.975.395 1.483 1.483 0 0 1-1.28-.768c-.048-.085-.089-.175-.151-.298L6.043 8.987a2.882 2.882 0 0 0 2.493 1.42 2.808 2.808 0 0 0 1.93-.76 54.2 54.2 0 0 0 2.266-2.266A2.911 2.911 0 0 0 10.583 2.5"/></svg>'},Nh={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 0 1 .687 2.519l-1.364.002c.032-.1.062-.183.085-.269a1.343 1.343 0 0 0-.326-1.312 1.297 1.297 0 0 0-.88-.374 37.657 37.657 0 0 0-2.779.002 1.298 1.298 0 0 0-1.273 1.341 1.367 1.367 0 0 0 .39.944 1.162 1.162 0 0 0 .878.344c.137-.005.562-.002 1.036.004a3.137 3.137 0 0 0 1.104 1.344 8.133 8.133 0 0 1-3.45-.395 2.705 2.705 0 0 1-.496-.392A2.64 2.64 0 0 1 4.52 8.702a42.45 42.45 0 0 1 2.951-.003 2.564 2.564 0 0 1 1.731.751m3.984.017a2.723 2.723 0 0 0-.495-.39 9.414 9.414 0 0 0-3.447-.398 3.151 3.151 0 0 1 .4.33 3.247 3.247 0 0 1 .68 1c.457.031.864.035 1.096.027a1.108 1.108 0 0 1 .839.331 1.373 1.373 0 0 1 .389.99 1.3 1.3 0 0 1-1.272 1.3c-.926.028-1.854.033-2.78.002a1.287 1.287 0 0 1-.878-.372 1.345 1.345 0 0 1-.328-1.313c.023-.086.054-.17.093-.289l-1.371.031a2.614 2.614 0 0 0 .688 2.51 2.547 2.547 0 0 0 1.726.751c.968.033 1.94.025 2.908 0a2.641 2.641 0 0 0 1.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>'},Zh={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>'},qh={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>'},jh={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 0 1-.694.178 16.116 16.116 0 0 1-3.382.328 16.089 16.089 0 0 1-3.38-.328 8.77 8.77 0 0 1-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 0 0 .332.218l.03.017a4.235 4.235 0 0 0 .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 0 0 .457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 0 0 .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 0 0 .694.179 16.101 16.101 0 0 0 3.378.327 16.12 16.12 0 0 0 3.382-.327 8.892 8.892 0 0 0 .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 0 1 1-.255V6h3v2h6V7H9V6Z"/></svg>'},Gh={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 0 0-4-4 3.822 3.822 0 0 0-2.81 1.078A4.349 4.349 0 0 0 4.062 7v1H3v6h10V8ZM6.062 6.986a2.407 2.407 0 0 1 .566-1.516A1.834 1.834 0 0 1 8 5a1.883 1.883 0 0 1 2 2v1H6.062Z"/></svg>'},Uh={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.29-2.926-2.926a3.971 3.971 0 1 0-.783.783l2.927 2.926ZM7.01 9.84a2.83 2.83 0 1 1 2.83-2.83 2.833 2.833 0 0 1-2.83 2.83Z"/></svg>'},Xh={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 0 0-.75.73v8.54a.74.74 0 0 0 .75.73h12.5a.74.74 0 0 0 .75-.73V3.73a.74.74 0 0 0-.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>'},Wh={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>'},Kh={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>'},Yh={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 0 0 4 2.615v10.77a.54.54 0 0 0 .538.538h5.924a.54.54 0 0 0 .538-.538V2.615a.54.54 0 0 0-.538-.538ZM10 12H5V3h5Z"/></svg>'},Qh={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>'},Jh={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>'},eu={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.493 2.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>'},tu={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>'},iu={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 0 1-.195 1.176 2.63 2.63 0 0 1-.549.885 3.96 3.96 0 0 1-.852.672 7.46 7.46 0 0 1-1.121.54v1.501H6.27V8.15q.467-.125.845-.256a3.199 3.199 0 0 0 .793-.429 2.098 2.098 0 0 0 .608-.612 1.45 1.45 0 0 0 .22-.791 1.042 1.042 0 0 0-.423-.939 2.163 2.163 0 0 0-1.195-.28 3.338 3.338 0 0 0-1.068.204 4.853 4.853 0 0 0-1.09.526h-.263V3.566a8.148 8.148 0 0 1 1.296-.372A8.205 8.205 0 0 1 7.77 3a4.196 4.196 0 0 1 2.579.718 2.241 2.241 0 0 1 .954 1.876ZM8.77 13H6.112v-1.737H8.77Z"/></svg>'},nu={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.985-8.002 4.013L8 8 5.998 3.987ZM3.995 2.997 2 2l3 6-3 6 2.002-1.005L6.5 8Z"/></svg>'},ou={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 0 1-1 1Z"/></svg>'},su={name:"share_nodes_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12 10c-.601 0-1.134.27-1.5.69L5.954 8.419a2 2 0 0 0 0-.836l4.544-2.273c.367.42.9.691 1.501.691a2 2 0 1 0-1.955-1.582L5.501 6.691C5.134 6.27 4.6 6 4 6a2 2 0 1 0 0 4c.601 0 1.134-.27 1.5-.69l4.545 2.272A2 2 0 1 0 12 10Z"/></svg>'},ru={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.012-2.069 6.153-.565-2.722-3.544 3.544-.822-.822 3.544-3.544-2.723-.566ZM2 4v10h10v-4h-2v2H4V6h2V4Z"/></svg>'},au={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>'},lu={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>'},cu={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>'},du={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 0 0 1.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 0 1 .9-1.267Zm0-6.054a4.613 4.613 0 0 0-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 0 1 2 9.18V4h12Z"/></svg>'},hu={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.29 2 12.304v-8.01ZM14 2h-2v12h2Z"/></svg>'},uu={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 0 1 3.938-3.94v.771a4.123 4.123 0 0 0-3.176 3.169ZM8 2v1.875A4.125 4.125 0 1 1 3.875 8H2a6 6 0 1 0 6-6Z"/></svg>'},pu={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>'},gu={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.199-.016-.076a2.34 2.34 0 0 0-.497-1.18 2.108 2.108 0 0 0-1.281-.26h-.56v5.941c0 .552.11.718.176.768a1.793 1.793 0 0 0 .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 0 0-1.274.262 2.015 2.015 0 0 0-.498 1.174l-.015.08H4.49L4.565 4h6.859l.07 2.199Z"/></svg>'},vu={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 0 0-1.477.291 2.262 2.262 0 0 0-.563 1.36l-.038.196h-.797L3.704 3h8.6l.092 2.925h-.784l-.021-.095a2.817 2.817 0 0 0-.589-1.466c-.147-.131-.523-.286-1.48-.286H8.96V11.2c0 .679.138.819.165.84a2.092 2.092 0 0 0 1.01.213l.223.018V13Z"/></svg>'},fu={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 0 0-.5.5v11a.501.501 0 0 0 .5.5h9a.501.501 0 0 0 .5-.5v-11a.501.501 0 0 0-.5-.5ZM8 13.25a.75.75 0 1 1 .75-.75.752.752 0 0 1-.75.75ZM12 11H4V3h8Z"/></svg>'},mu={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.588 5.23 3 3 5.229l.588 2.816L8.543 13 13 8.543ZM6.5 6.499a1.082 1.082 0 1 1-.013-1.516A1.072 1.072 0 0 1 6.499 6.5Z"/></svg>'},bu={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.338 5.23 1.75 3 3.979l.588 2.816 4.955 4.955L13 7.293ZM6.5 5.249a1.082 1.082 0 1 1-.013-1.516 1.072 1.072 0 0 1 .013 1.516Zm6.251 4.794L8.543 14.25 4.257 9.964l-.283-1.369 4.569 4.57L12.207 9.5Z"/></svg>'},wu={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 1 0 2 2 2 2 0 0 0-2-2Zm4.9.99A5.005 5.005 0 0 0 9 3.1V1H7v2.1A5.005 5.005 0 0 0 3.1 7H1v2h2.1A5.005 5.005 0 0 0 7 12.9V15h2v-2.1A5.005 5.005 0 0 0 12.9 9H15V7ZM8 12a4 4 0 1 1 4-4 4.005 4.005 0 0 1-4 4Z"/></svg>'},xu={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 0 1 9 12.9V15H7v-2.108a4.99 4.99 0 0 1-3.898-3.985l-1.52.583 2.003-4 1.998 4L4.11 8.9A3.999 3.999 0 1 0 7 4.13V1h2v2.1A5.005 5.005 0 0 1 12.9 7Zm-5 1.01a2 2 0 1 1-2-2 2 2 0 0 1 2 2Z"/></svg>'},yu={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 1 1 6.5 8 1.5 1.5 0 0 1 8 6.5ZM.5 8A1.5 1.5 0 1 0 2 6.5 1.5 1.5 0 0 0 .5 8Zm12 0A1.5 1.5 0 1 0 14 6.5 1.5 1.5 0 0 0 12.5 8Z"/></svg>'},$u={name:"three_vertical_lines_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 3h2v10h-2zM7 3h2v10H7zM3 3h2v10H3z"/></svg>'},Cu={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 7-.625-5H10V1H5v1h.625L5 7a2 2 0 0 0-2 2h4v4l.5 2 .5-2V9h4a2 2 0 0 0-2-2Z"/></svg>'},ku={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>'},_u={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.103 5.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>'},Su={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>'},Iu={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 2 2 14h12Zm0 4.875 2.438 4.875H5.585Z"/></svg>'},Ru={name:"triangle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2 2 14h12L8 2Z"/></svg>'},Mu={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 0 0-1.6 1.6v6.8a1.595 1.595 0 0 0 1.6 1.594h10.8a1.595 1.595 0 0 0 1.6-1.594v-6.8a1.6 1.6 0 0 0-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>'},Au={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 0 0-1.182 1.51l.01.155.021.193a1.69 1.69 0 0 0 .216.54l.02.038.105.134.127.144.054.047a1.509 1.509 0 0 0 .992.36h.049a1.306 1.306 0 0 0 .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 0 1-.571.053 3.148 3.148 0 0 1-2.99-2.258l-.011-.045a3.04 3.04 0 0 1-.076-.35 3.127 3.127 0 0 1-.03-.206l-.004-.089a3.112 3.112 0 0 1-.016-.336A3.164 3.164 0 0 1 4.35 7.356c.272-.068.808-.203.802-.206l.623-.137Zm4.31-1.544-.353 1.575c.737.176 1.38.334 1.413.346a1.514 1.514 0 0 1 .789.768l.029.066.053.185.038.164.002.045a1.667 1.667 0 0 1-.035.58l-.064.185-.056.142a1.546 1.546 0 0 1-1.4.893 1.661 1.661 0 0 1-.313-.03 54.946 54.946 0 0 1-1.15-.24l-.347 1.55.406.097-.013-.017c.276.057.55.118.826.173a3.02 3.02 0 0 0 .578.056 3.188 3.188 0 0 0 2.811-1.74 3.018 3.018 0 0 0 .129-.311l.033-.083.061-.197a3.047 3.047 0 0 0 .082-.351l.008-.044a3.132 3.132 0 0 0-2.281-3.513c-.297-.077-.777-.19-1.245-.299M7.932 2.393 6.875 6.075h.75l.3 3.032 1.2-3.782h-.75Z"/></svg>'},Ou={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 0 1 .566-1.516A1.834 1.834 0 0 1 8 4a1.883 1.883 0 0 1 2 2h2a3.888 3.888 0 0 0-4-4 3.822 3.822 0 0 0-2.81 1.078A4.349 4.349 0 0 0 4.062 6v2H3v6h10V8Z"/></svg>'},Eu={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 2 5 7.9l2.004-1.312L7 11h2V6.613L11 7.9Z"/></svg>'},Vu={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 0 1 2.184 2.182v1.09c.647 0 .378.932 0 1.455a4.275 4.275 0 0 1-.335.364 8.55 8.55 0 0 1-.31.742l.208 1.076h.437l2.75 1.527A2.148 2.148 0 0 1 14 12.291V14H2v-1.673a2.163 2.163 0 0 1 1.063-1.869l2.758-1.55h.437l.21-1.068a8.52 8.52 0 0 1-.312-.749 4.275 4.275 0 0 1-.335-.364c-.378-.523-.647-1.454 0-1.454v-1.09A2.18 2.18 0 0 1 8.004 2"/></svg>'},Hu={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.28-.06.013a4.556 4.556 0 0 0-1.38-2.609V3.44a.481.481 0 0 0-.48-.48h-.48V2H5.85v.96h-.48a.481.481 0 0 0-.48.48v1.24a4.545 4.545 0 0 0 0 6.64v1.24a.481.481 0 0 0 .48.48h.48V14h4.32v-.96h.48a.481.481 0 0 0 .48-.48v-1.24a4.547 4.547 0 0 0 1.379-2.612l.061.012a.481.481 0 0 0 .48-.48v-.48a.481.481 0 0 0-.48-.48Zm-2.3 2.662a1.59 1.59 0 0 0-.182-.26L8.747 8.338a.785.785 0 0 0 0-.666c.132-.133.894-.899.965-1a1.216 1.216 0 0 0 .14-.485 1.004 1.004 0 0 0-.515.157l-.955.957a.784.784 0 1 0 0 1.408c.163.167.956.974 1.236 1.254a1.477 1.477 0 0 0 .36.276 3.055 3.055 0 1 1 .291-.297Z"/></svg>'},Lu={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 0 1-.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>'},Pu={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 1 0 6 6 6 6 0 0 0-6-6Zm4.089 2.526h-1.868a5.598 5.598 0 0 0-.854-1.712 5.363 5.363 0 0 1 2.722 1.712Zm-2.722 8.66a5.599 5.599 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.644 10.644 0 0 0 .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 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.955.955 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526h1.564v-.632H2.646a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.363 5.363 0 0 1 2.722-1.712 5.017 5.017 0 0 0-.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 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526ZM12.105 8a.326.326 0 0 1-.19.296l-6.598 3.3-.148.036a.327.327 0 0 1-.327-.328V4.69a.327.327 0 0 1 .492-.281l6.595 3.302a.326.326 0 0 1 .176.29Z"/></svg>'},Tu={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 1 0 6 6 6 6 0 0 0-6-6Zm4.09 2.526H10.22a5.6 5.6 0 0 0-.854-1.712 5.364 5.364 0 0 1 2.722 1.712Zm-2.723 8.66a5.6 5.6 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.657 10.657 0 0 0 .208-1.187L9.923 10a9.85 9.85 0 0 1-.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 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.96.96 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526H4.21v-.632H2.647a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.364 5.364 0 0 1 2.722-1.712 5.02 5.02 0 0 0-.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 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526Zm-.619-3.131L5.334 4.409a.327.327 0 0 0-.492.281v6.613a.327.327 0 0 0 .327.328l.148-.035 6.598-3.3a.326.326 0 0 0 .014-.585Zm-6.087 2.505V5.78L10.274 8Z"/></svg>'},zu={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>'},Fu={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>'},Du={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.714-5.791-5.79a2.504 2.504 0 0 0 .17-.755 2.149 2.149 0 0 0-.095-.814 2.12 2.12 0 0 0-.55-.904 2.328 2.328 0 0 0-1.76-.685h-.045a2.104 2.104 0 0 0-.718.155l1.102 1.104.32.32.244.245a1.864 1.864 0 0 1-.22.854 1.043 1.043 0 0 1-.114.145 1.648 1.648 0 0 1-1.003.335L2.61 4.704l-.449-.449a2.074 2.074 0 0 0-.135.545l-.015.105a2.337 2.337 0 0 0 .384 1.518 2.51 2.51 0 0 0 .295.36 2.205 2.205 0 0 0 1.576.65 2.453 2.453 0 0 0 .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>'},Bu={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.667 9.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>'},Nu={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.026 4.9 10.866 6.277 9.53l1.744 1.81 4.562-4.507 1.307 1.363Zm1.155-10.68-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>'},Zu=fe`
1886
1886
  ${bo("inline-flex")}
1887
1887
 
1888
1888
  :host {
@@ -1946,10 +1946,10 @@ const Qc={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
1946
1946
  fill: ${Ja};
1947
1947
  }
1948
1948
  `
1949
- const qu=class extends oi{}.compose({baseName:"breadcrumb-item",baseClass:oi,template:(e,t)=>G`
1949
+ const qu=class extends oi{}.compose({baseName:"breadcrumb-item",baseClass:oi,template:(e,t)=>U`
1950
1950
  <div role="listitem" class="listitem" part="listitem">
1951
- ${Re((e=>e.href&&e.href.length>0),G`
1952
- ${((e,t)=>G`
1951
+ ${Ie((e=>e.href&&e.href.length>0),U`
1952
+ ${((e,t)=>U`
1953
1953
  <a
1954
1954
  class="control"
1955
1955
  part="control"
@@ -1991,12 +1991,12 @@ const qu=class extends oi{}.compose({baseName:"breadcrumb-item",baseClass:oi,tem
1991
1991
  </a>
1992
1992
  `)(0,t)}
1993
1993
  `)}
1994
- ${Re((e=>!e.href),G`
1994
+ ${Ie((e=>!e.href),U`
1995
1995
  ${Ne(0,t)}
1996
1996
  <slot></slot>
1997
1997
  ${Be(0,t)}
1998
1998
  `)}
1999
- ${Re((e=>e.separator),G`
1999
+ ${Ie((e=>e.separator),U`
2000
2000
  <span class="separator" part="separator" aria-hidden="true">
2001
2001
  <slot name="separator">${t.separator||""}</slot>
2002
2002
  </span>
@@ -2008,9 +2008,9 @@ const ju=fe`
2008
2008
  ${Hc}
2009
2009
  ${Lc}
2010
2010
  `
2011
- class Uu extends vi{constructor(){super(...arguments),this.appearance=Ic,this.contentHidden=!1}}e([oe],Uu.prototype,"appearance",void 0),e([oe({attribute:"appearance-variant"})],Uu.prototype,"appearanceVariant",void 0),e([oe({attribute:"content-hidden",mode:"boolean"})],Uu.prototype,"contentHidden",void 0)
2012
- const Gu=Uu.compose({baseName:"button",baseClass:vi,template:ri,styles:ju,shadowOptions:{delegatesFocus:!0}})
2013
- sn.getOrCreate().withPrefix("nimble").register(Gu())
2011
+ class Gu extends vi{constructor(){super(...arguments),this.appearance=Mc,this.contentHidden=!1}}e([oe],Gu.prototype,"appearance",void 0),e([oe({attribute:"appearance-variant"})],Gu.prototype,"appearanceVariant",void 0),e([oe({attribute:"content-hidden",mode:"boolean"})],Gu.prototype,"contentHidden",void 0)
2012
+ const Uu=Gu.compose({baseName:"button",baseClass:vi,template:ri,styles:ju,shadowOptions:{delegatesFocus:!0}})
2013
+ sn.getOrCreate().withPrefix("nimble").register(Uu())
2014
2014
  class Xu{constructor(e,t,i){this.value=e,this.styles=t,this.source=i}handleChange(){const e=Or.getValueFor(this.source);(Array.isArray(this.value)?this.value.includes(e):this.value===e)?this.source.$fastController.addStyles(this.styles):this.source.$fastController.removeStyles(this.styles)}}class Wu{constructor(e,t){this.theme=e,this.styles=t,this.cache=new WeakMap}bind(e){const t=this.cache.get(e)||new Xu(this.theme,this.styles,e)
2015
2015
  Or.subscribe(t,e),t.handleChange(),this.cache.set(e,t)}unbind(e){const t=this.cache.get(e)
2016
2016
  t&&Or.unsubscribe(t)}}const Ku=(e,t)=>new Wu(e,t),Yu=fe`
@@ -2018,7 +2018,7 @@ t&&Or.unsubscribe(t)}}const Ku=(e,t)=>new Wu(e,t),Yu=fe`
2018
2018
 
2019
2019
  :host {
2020
2020
  background-color: transparent;
2021
- color: ${Dl};
2021
+ color: ${Fl};
2022
2022
  font: ${zl};
2023
2023
  cursor: pointer;
2024
2024
  outline: none;
@@ -2034,7 +2034,7 @@ t&&Or.unsubscribe(t)}}const Ku=(e,t)=>new Wu(e,t),Yu=fe`
2034
2034
  }
2035
2035
 
2036
2036
  :host(:hover) {
2037
- box-shadow: 0px 1px 4px ${rs(Uo,.3)};
2037
+ box-shadow: 0px 1px 4px ${rs(Go,.3)};
2038
2038
  }
2039
2039
 
2040
2040
  :host(:active) {
@@ -2124,15 +2124,15 @@ t&&Or.unsubscribe(t)}}const Ku=(e,t)=>new Wu(e,t),Yu=fe`
2124
2124
  :host {
2125
2125
  --ni-private-card-button-background-hover-color: ${rs(No,.3)};
2126
2126
  --ni-private-card-button-background-active-color: ${No};
2127
- --ni-private-card-button-border-active-color: ${rs(Go,.2)};
2128
- --ni-private-card-button-border-selected-color: ${rs(Go,.6)};
2127
+ --ni-private-card-button-border-active-color: ${rs(Uo,.2)};
2128
+ --ni-private-card-button-border-selected-color: ${rs(Uo,.6)};
2129
2129
  }
2130
2130
  `),Ku(us,fe`
2131
2131
  :host {
2132
- --ni-private-card-button-background-hover-color: ${rs(Fo,.07)};
2133
- --ni-private-card-button-background-active-color: ${rs(Fo,.15)};
2134
- --ni-private-card-button-border-active-color: ${rs(Fo,.2)};
2135
- --ni-private-card-button-border-selected-color: ${Fo};
2132
+ --ni-private-card-button-background-hover-color: ${rs(Do,.07)};
2133
+ --ni-private-card-button-background-active-color: ${rs(Do,.15)};
2134
+ --ni-private-card-button-border-active-color: ${rs(Do,.2)};
2135
+ --ni-private-card-button-border-selected-color: ${Do};
2136
2136
  }
2137
2137
  `),Ku(ps,fe`
2138
2138
  :host {
@@ -2165,7 +2165,7 @@ const ep=fe`
2165
2165
  height: calc(${Wr} / 2);
2166
2166
  box-sizing: border-box;
2167
2167
  flex-shrink: 0;
2168
- border: ${Qr} solid ${Dr};
2168
+ border: ${Qr} solid ${Fr};
2169
2169
  padding: 2px;
2170
2170
  display: inline-flex;
2171
2171
  align-items: center;
@@ -2182,8 +2182,8 @@ const ep=fe`
2182
2182
  }
2183
2183
 
2184
2184
  :host([disabled]) .control {
2185
- background-color: rgba(${Fr}, 0.1);
2186
- border-color: rgba(${Fr}, 0.2);
2185
+ background-color: rgba(${Dr}, 0.1);
2186
+ border-color: rgba(${Dr}, 0.2);
2187
2187
  }
2188
2188
 
2189
2189
  :host(:not([disabled]):not(:active):hover) .control {
@@ -2224,11 +2224,11 @@ const ep=fe`
2224
2224
  }
2225
2225
 
2226
2226
  slot[name='checked-indicator'] svg {
2227
- fill: ${Dr};
2227
+ fill: ${Fr};
2228
2228
  }
2229
2229
 
2230
2230
  :host([disabled]) slot[name='checked-indicator'] svg {
2231
- fill: rgba(${Fr}, 0.3);
2231
+ fill: rgba(${Dr}, 0.3);
2232
2232
  }
2233
2233
 
2234
2234
  slot[name='indeterminate-indicator'] svg {
@@ -2242,14 +2242,14 @@ const ep=fe`
2242
2242
  }
2243
2243
 
2244
2244
  slot[name='indeterminate-indicator'] svg {
2245
- fill: ${Dr};
2245
+ fill: ${Fr};
2246
2246
  }
2247
2247
 
2248
2248
  :host([disabled]) slot[name='indeterminate-indicator'] svg {
2249
- fill: rgba(${Fr}, 0.3);
2249
+ fill: rgba(${Dr}, 0.3);
2250
2250
  }
2251
2251
  `
2252
- const tp=class extends wi{}.compose({baseName:"checkbox",baseClass:wi,template:(e,t)=>G`
2252
+ const tp=class extends wi{}.compose({baseName:"checkbox",baseClass:wi,template:(e,t)=>U`
2253
2253
  <template
2254
2254
  role="checkbox"
2255
2255
  aria-checked="${e=>e.checked}"
@@ -2304,8 +2304,8 @@ const ip=fe`
2304
2304
  border-color: ${Pr};
2305
2305
  }
2306
2306
  `
2307
- class np extends Bn{constructor(){super(...arguments),this.appearance=Ic,this.contentHidden=!1}}e([oe],np.prototype,"appearance",void 0),e([oe({attribute:"content-hidden",mode:"boolean"})],np.prototype,"contentHidden",void 0),It(np,Fe,fi)
2308
- const op=np.compose({baseName:"toggle-button",template:(e,t)=>G`
2307
+ class np extends Bn{constructor(){super(...arguments),this.appearance=Mc,this.contentHidden=!1}}e([oe],np.prototype,"appearance",void 0),e([oe({attribute:"content-hidden",mode:"boolean"})],np.prototype,"contentHidden",void 0),Mt(np,De,fi)
2308
+ const op=np.compose({baseName:"toggle-button",template:(e,t)=>U`
2309
2309
  <div
2310
2310
  role="button"
2311
2311
  part="control"
@@ -2348,11 +2348,11 @@ const op=np.compose({baseName:"toggle-button",template:(e,t)=>G`
2348
2348
  </div>
2349
2349
  `,styles:ip,shadowOptions:{delegatesFocus:!0}})
2350
2350
  sn.getOrCreate().withPrefix("nimble").register(op())
2351
- const sp=G`
2351
+ const sp=U`
2352
2352
  <div class="error-text" title="${e=>e.errorText}" aria-live="polite">
2353
2353
  ${e=>e.errorText}
2354
2354
  </div>
2355
- `,rp=G`
2355
+ `,rp=U`
2356
2356
  <template>
2357
2357
  <div class="icon" :innerHTML=${e=>e.icon.data}></div>
2358
2358
  </template
@@ -2372,23 +2372,23 @@ const sp=G`
2372
2372
  }
2373
2373
 
2374
2374
  :host([severity='error']) {
2375
- ${Ur.cssCustomProperty}: ${Br};
2375
+ ${Gr.cssCustomProperty}: ${Br};
2376
2376
  }
2377
2377
 
2378
2378
  :host([severity='warning']) {
2379
- ${Ur.cssCustomProperty}: ${Nr};
2379
+ ${Gr.cssCustomProperty}: ${Nr};
2380
2380
  }
2381
2381
 
2382
2382
  :host([severity='success']) {
2383
- ${Ur.cssCustomProperty}: ${Zr};
2383
+ ${Gr.cssCustomProperty}: ${Zr};
2384
2384
  }
2385
2385
 
2386
2386
  :host([severity='information']) {
2387
- ${Ur.cssCustomProperty}: ${qr};
2387
+ ${Gr.cssCustomProperty}: ${qr};
2388
2388
  }
2389
2389
 
2390
2390
  .icon svg {
2391
- fill: ${Ur};
2391
+ fill: ${Gr};
2392
2392
  width: 100%;
2393
2393
  height: 100%;
2394
2394
  }
@@ -2481,7 +2481,7 @@ const up="underline",pp="outline",gp="block",vp=fe`
2481
2481
  display: flex;
2482
2482
  min-height: 100%;
2483
2483
  width: 100%;
2484
- border: 0px solid rgba(${Fr}, 0.3);
2484
+ border: 0px solid rgba(${Dr}, 0.3);
2485
2485
  background-color: transparent;
2486
2486
  padding: ${Qr};
2487
2487
  }
@@ -2493,7 +2493,7 @@ const up="underline",pp="outline",gp="block",vp=fe`
2493
2493
  :host([disabled]) .control {
2494
2494
  cursor: default;
2495
2495
  color: ${fl};
2496
- border-color: rgba(${Fr}, 0.1);
2496
+ border-color: rgba(${Dr}, 0.1);
2497
2497
  }
2498
2498
 
2499
2499
  :host([error-visible]) .control,
@@ -2517,7 +2517,7 @@ const up="underline",pp="outline",gp="block",vp=fe`
2517
2517
  );
2518
2518
  z-index: 1;
2519
2519
  box-shadow: ${ia};
2520
- border: 1px solid ${Gr};
2520
+ border: 1px solid ${Ur};
2521
2521
  background-color: ${Lr};
2522
2522
  }
2523
2523
 
@@ -2608,7 +2608,7 @@ const up="underline",pp="outline",gp="block",vp=fe`
2608
2608
  }
2609
2609
 
2610
2610
  :host([disabled]) .control {
2611
- border-color: rgba(${Fr}, 0.1);
2611
+ border-color: rgba(${Dr}, 0.1);
2612
2612
  }
2613
2613
  `),Vc(pp,fe`
2614
2614
  .control {
@@ -2617,7 +2617,7 @@ const up="underline",pp="outline",gp="block",vp=fe`
2617
2617
  }
2618
2618
  `),Vc(gp,fe`
2619
2619
  .control {
2620
- background-color: rgba(${Fr}, 0.1);
2620
+ background-color: rgba(${Dr}, 0.1);
2621
2621
  }
2622
2622
 
2623
2623
  .control:focus-within {
@@ -2626,7 +2626,7 @@ const up="underline",pp="outline",gp="block",vp=fe`
2626
2626
  }
2627
2627
 
2628
2628
  :host([disabled]) .control {
2629
- background-color: rgba(${Fr}, 0.07);
2629
+ background-color: rgba(${Dr}, 0.07);
2630
2630
  }
2631
2631
  `),Ku(ps,fe`
2632
2632
  .listbox slot {
@@ -2725,7 +2725,7 @@ const up="underline",pp="outline",gp="block",vp=fe`
2725
2725
  .separator {
2726
2726
  display: inline;
2727
2727
  width: 2px;
2728
- border-right: 2px solid rgba(${Fr}, 0.15);
2728
+ border-right: 2px solid rgba(${Dr}, 0.15);
2729
2729
  height: calc(${Wr} - 12px);
2730
2730
  align-self: center;
2731
2731
  padding-left: 4px;
@@ -2763,7 +2763,7 @@ break
2763
2763
  default:return t}return t}focusoutHandler(e){const t=super.focusoutHandler(e)
2764
2764
  return this.open=!1,this.emitChangeIfValueUpdated(),t}openChanged(){super.openChanged(),this.dropdownButton&&(this.dropdownButton.checked=this.open)}ariaLabelChanged(e,t){this.updateInputAriaLabel()}updateInputAriaLabel(){const e=this.shadowRoot?.querySelector(".selected-value")
2765
2765
  this.ariaLabel?e?.setAttribute("aria-label",this.ariaLabel):e?.removeAttribute("aria-label")}emitChangeIfValueUpdated(){this.valueUpdatedByInput&&(this.value!==this.valueBeforeTextUpdate&&this.$emit("change"),this.valueUpdatedByInput=!1)}}e([oe],bp.prototype,"appearance",void 0),e([f],bp.prototype,"dropdownButton",void 0),e([oe({attribute:"error-text"})],bp.prototype,"errorText",void 0),e([oe({attribute:"error-visible",mode:"boolean"})],bp.prototype,"errorVisible",void 0)
2766
- const wp=bp.compose({baseName:"combobox",baseClass:Vi,template:(e,t)=>G`
2766
+ const wp=bp.compose({baseName:"combobox",baseClass:Vi,template:(e,t)=>U`
2767
2767
  <template
2768
2768
  aria-disabled="${e=>e.ariaDisabled}"
2769
2769
  autocomplete="${e=>e.autocomplete}"
@@ -2817,7 +2817,7 @@ const wp=bp.compose({baseName:"combobox",baseClass:Vi,template:(e,t)=>G`
2817
2817
  ></slot>
2818
2818
  </div>
2819
2819
  </template>
2820
- `,styles:mp,shadowOptions:{delegatesFocus:!0},end:G`
2820
+ `,styles:mp,shadowOptions:{delegatesFocus:!0},end:U`
2821
2821
  <div class="end-slot-container">
2822
2822
  <${sn.tagFor(hp)}
2823
2823
  severity="error"
@@ -2945,7 +2945,7 @@ const xp=Symbol("user dismissed"),yp=fe`
2945
2945
  dialog::backdrop {
2946
2946
  background: ${cs};
2947
2947
  }
2948
- `)),$p=G`
2948
+ `)),$p=U`
2949
2949
  <template>
2950
2950
  <dialog
2951
2951
  ${Se("dialogElement")}
@@ -2975,7 +2975,7 @@ const xp=Symbol("user dismissed"),yp=fe`
2975
2975
  `
2976
2976
  class Cp extends St{constructor(){super(...arguments),this.preventDismiss=!1,this.headerHidden=!1,this.footerHidden=!1,this.footerIsEmpty=!0}get open(){return void 0!==this.resolveShow}async show(){if(this.open)throw new Error("Dialog is already open")
2977
2977
  return this.dialogElement.showModal(),new Promise(((e,t)=>{this.resolveShow=e}))}close(e){if(!this.open)throw new Error("Dialog is not open")
2978
- this.dialogElement.close(),this.resolveShow(e),this.resolveShow=void 0}slottedFooterElementsChanged(e,t){this.footerIsEmpty=!t?.length}cancelHandler(e){return this.preventDismiss?e.preventDefault():(this.resolveShow(xp),this.resolveShow=void 0),!0}}Cp.UserDismissed=xp,e([oe({attribute:"prevent-dismiss",mode:"boolean"})],Cp.prototype,"preventDismiss",void 0),e([oe({attribute:"header-hidden",mode:"boolean"})],Cp.prototype,"headerHidden",void 0),e([oe({attribute:"footer-hidden",mode:"boolean"})],Cp.prototype,"footerHidden",void 0),e([f],Cp.prototype,"footerIsEmpty",void 0),e([f],Cp.prototype,"slottedFooterElements",void 0),It(Cp,Jt)
2978
+ this.dialogElement.close(),this.resolveShow(e),this.resolveShow=void 0}slottedFooterElementsChanged(e,t){this.footerIsEmpty=!t?.length}cancelHandler(e){return this.preventDismiss?e.preventDefault():(this.resolveShow(xp),this.resolveShow=void 0),!0}}Cp.UserDismissed=xp,e([oe({attribute:"prevent-dismiss",mode:"boolean"})],Cp.prototype,"preventDismiss",void 0),e([oe({attribute:"header-hidden",mode:"boolean"})],Cp.prototype,"headerHidden",void 0),e([oe({attribute:"footer-hidden",mode:"boolean"})],Cp.prototype,"footerHidden",void 0),e([f],Cp.prototype,"footerIsEmpty",void 0),e([f],Cp.prototype,"slottedFooterElements",void 0),Mt(Cp,Jt)
2979
2979
  const kp=Cp.compose({baseName:"dialog",template:$p,styles:yp,baseClass:Cp})
2980
2980
  sn.getOrCreate().withPrefix("nimble").register(kp())
2981
2981
  const _p=fe`
@@ -3106,7 +3106,7 @@ const _p=fe`
3106
3106
  flex: none;
3107
3107
  display: flex;
3108
3108
  justify-content: flex-end;
3109
- border-top: ${Qr} solid ${Gr};
3109
+ border-top: ${Qr} solid ${Ur};
3110
3110
  }
3111
3111
  `.withBehaviors(Ku(hs,fe`
3112
3112
  dialog::backdrop {
@@ -3120,7 +3120,7 @@ const _p=fe`
3120
3120
  dialog::backdrop {
3121
3121
  background: ${cs};
3122
3122
  }
3123
- `)),Sp=G`
3123
+ `)),Sp=U`
3124
3124
  <dialog
3125
3125
  ${Se("dialog")}
3126
3126
  aria-label="${e=>e.ariaLabel}"
@@ -3130,12 +3130,12 @@ const _p=fe`
3130
3130
  <slot></slot>
3131
3131
  </div>
3132
3132
  </dialog>
3133
- `,Rp="right"
3134
- class Mp extends St{constructor(){super(...arguments),this.location=Rp,this.preventDismiss=!1,this.closing=!1,this.animationEndHandlerFunction=()=>this.animationEndHandler()}get open(){return void 0!==this.resolveShow}async show(){if(this.open)throw new Error("Drawer is already open")
3133
+ `,Ip="right"
3134
+ class Rp extends St{constructor(){super(...arguments),this.location=Ip,this.preventDismiss=!1,this.closing=!1,this.animationEndHandlerFunction=()=>this.animationEndHandler()}get open(){return void 0!==this.resolveShow}async show(){if(this.open)throw new Error("Drawer is already open")
3135
3135
  return this.openDialog(),new Promise(((e,t)=>{this.resolveShow=e}))}close(e){if(!this.open||this.closing)throw new Error("Drawer is not open or already closing")
3136
- this.closeReason=e,this.closeDialog()}cancelHandler(e){return e.preventDefault(),this.preventDismiss||(this.closeReason=xp,this.closeDialog()),!0}openDialog(){this.dialog.showModal(),this.triggerAnimation()}closeDialog(){this.closing=!0,this.triggerAnimation()}triggerAnimation(){this.dialog.classList.add("animating"),this.closing&&this.dialog.classList.add("closing"),this.dialog.addEventListener(xr,this.animationEndHandlerFunction)}animationEndHandler(){this.dialog.removeEventListener(xr,this.animationEndHandlerFunction),this.dialog.classList.remove("animating"),this.closing&&(this.dialog.classList.remove("closing"),this.dialog.close(),this.closing=!1,this.resolveShow(this.closeReason),this.resolveShow=void 0)}}Mp.UserDismissed=xp,e([oe],Mp.prototype,"location",void 0),e([oe({attribute:"prevent-dismiss",mode:"boolean"})],Mp.prototype,"preventDismiss",void 0),It(Mp,Jt)
3137
- const Ip=Mp.compose({baseName:"drawer",template:Sp,styles:_p})
3138
- sn.getOrCreate().withPrefix("nimble").register(Ip())
3136
+ this.closeReason=e,this.closeDialog()}cancelHandler(e){return e.preventDefault(),this.preventDismiss||(this.closeReason=xp,this.closeDialog()),!0}openDialog(){this.dialog.showModal(),this.triggerAnimation()}closeDialog(){this.closing=!0,this.triggerAnimation()}triggerAnimation(){this.dialog.classList.add("animating"),this.closing&&this.dialog.classList.add("closing"),this.dialog.addEventListener(xr,this.animationEndHandlerFunction)}animationEndHandler(){this.dialog.removeEventListener(xr,this.animationEndHandlerFunction),this.dialog.classList.remove("animating"),this.closing&&(this.dialog.classList.remove("closing"),this.dialog.close(),this.closing=!1,this.resolveShow(this.closeReason),this.resolveShow=void 0)}}Rp.UserDismissed=xp,e([oe],Rp.prototype,"location",void 0),e([oe({attribute:"prevent-dismiss",mode:"boolean"})],Rp.prototype,"preventDismiss",void 0),Mt(Rp,Jt)
3137
+ const Mp=Rp.compose({baseName:"drawer",template:Sp,styles:_p})
3138
+ sn.getOrCreate().withPrefix("nimble").register(Mp())
3139
3139
  class Ap extends lp{constructor(){super(Qc)}}cp("icon-add",Ap)
3140
3140
  cp("icon-arrow-down",class extends lp{constructor(){super(Jc)}})
3141
3141
  cp("icon-arrow-down-right-and-arrow-up-left",class extends lp{constructor(){super(ed)}})
@@ -3164,9 +3164,9 @@ cp("icon-chart-diagram-child-focus",class extends lp{constructor(){super(Cd)}})
3164
3164
  cp("icon-chart-diagram-parent-focus",class extends lp{constructor(){super(kd)}})
3165
3165
  cp("icon-chart-diagram-parent-focus-two-child",class extends lp{constructor(){super(_d)}})
3166
3166
  cp("icon-check",class extends lp{constructor(){super(Sd)}})
3167
- cp("icon-check-dot",class extends lp{constructor(){super(Rd)}})
3168
- cp("icon-check-large",class extends lp{constructor(){super(Md)}})
3169
- cp("icon-circle",class extends lp{constructor(){super(Id)}})
3167
+ cp("icon-check-dot",class extends lp{constructor(){super(Id)}})
3168
+ cp("icon-check-large",class extends lp{constructor(){super(Rd)}})
3169
+ cp("icon-circle",class extends lp{constructor(){super(Md)}})
3170
3170
  cp("icon-circle-broken",class extends lp{constructor(){super(Od)}})
3171
3171
  cp("icon-circle-check",class extends lp{constructor(){super(Ed)}})
3172
3172
  cp("icon-circle-filled",class extends lp{constructor(){super(Ad)}})
@@ -3176,15 +3176,15 @@ cp("icon-circle-x",class extends lp{constructor(){super(Ld)}})
3176
3176
  cp("icon-clipboard",class extends lp{constructor(){super(Pd)}})
3177
3177
  cp("icon-clock",class extends lp{constructor(){super(Td)}})
3178
3178
  cp("icon-clock-cog",class extends lp{constructor(){super(zd)}})
3179
- cp("icon-clock-triangle",class extends lp{constructor(){super(Dd)}})
3180
- cp("icon-clone",class extends lp{constructor(){super(Fd)}})
3179
+ cp("icon-clock-triangle",class extends lp{constructor(){super(Fd)}})
3180
+ cp("icon-clone",class extends lp{constructor(){super(Dd)}})
3181
3181
  cp("icon-cloud",class extends lp{constructor(){super(Bd)}})
3182
3182
  cp("icon-cloud-upload",class extends lp{constructor(){super(Nd)}})
3183
3183
  cp("icon-cloud-with-arrow",class extends lp{constructor(){super(Zd)}})
3184
3184
  cp("icon-cog",class extends lp{constructor(){super(qd)}})
3185
3185
  cp("icon-cog-database",class extends lp{constructor(){super(jd)}})
3186
- cp("icon-cog-database-inset",class extends lp{constructor(){super(Ud)}})
3187
- cp("icon-cog-small-cog",class extends lp{constructor(){super(Gd)}})
3186
+ cp("icon-cog-database-inset",class extends lp{constructor(){super(Gd)}})
3187
+ cp("icon-cog-small-cog",class extends lp{constructor(){super(Ud)}})
3188
3188
  cp("icon-cog-zoomed",class extends lp{constructor(){super(Xd)}})
3189
3189
  cp("icon-comment",class extends lp{constructor(){super(Wd)}})
3190
3190
  cp("icon-computer-and-monitor",class extends lp{constructor(){super(Kd)}})
@@ -3217,9 +3217,9 @@ cp("icon-folder-open",class extends lp{constructor(){super(Ch)}})
3217
3217
  cp("icon-forward-slash",class extends lp{constructor(){super(kh)}})
3218
3218
  cp("icon-four-dots-square",class extends lp{constructor(){super(_h)}})
3219
3219
  cp("icon-function",class extends lp{constructor(){super(Sh)}})
3220
- cp("icon-gauge-simple",class extends lp{constructor(){super(Rh)}})
3221
- cp("icon-grid-three-by-three",class extends lp{constructor(){super(Mh)}})
3222
- cp("icon-grid-two-by-two",class extends lp{constructor(){super(Ih)}})
3220
+ cp("icon-gauge-simple",class extends lp{constructor(){super(Ih)}})
3221
+ cp("icon-grid-three-by-three",class extends lp{constructor(){super(Rh)}})
3222
+ cp("icon-grid-two-by-two",class extends lp{constructor(){super(Mh)}})
3223
3223
  cp("icon-hammer",class extends lp{constructor(){super(Ah)}})
3224
3224
  cp("icon-hashtag",class extends lp{constructor(){super(Oh)}})
3225
3225
  cp("icon-home",class extends lp{constructor(){super(Eh)}})
@@ -3229,15 +3229,15 @@ class Op extends lp{constructor(){super(Lh)}}cp("icon-info",Op)
3229
3229
  cp("icon-info-circle",class extends lp{constructor(){super(Ph)}})
3230
3230
  cp("icon-key",class extends lp{constructor(){super(Th)}})
3231
3231
  cp("icon-laptop",class extends lp{constructor(){super(zh)}})
3232
- cp("icon-layer-group",class extends lp{constructor(){super(Dh)}})
3233
- cp("icon-lightning-bolt",class extends lp{constructor(){super(Fh)}})
3232
+ cp("icon-layer-group",class extends lp{constructor(){super(Fh)}})
3233
+ cp("icon-lightning-bolt",class extends lp{constructor(){super(Dh)}})
3234
3234
  cp("icon-link",class extends lp{constructor(){super(Bh)}})
3235
3235
  cp("icon-link-cancel",class extends lp{constructor(){super(Nh)}})
3236
3236
  cp("icon-list",class extends lp{constructor(){super(Zh)}})
3237
3237
  cp("icon-list-tree",class extends lp{constructor(){super(qh)}})
3238
3238
  cp("icon-list-tree-database",class extends lp{constructor(){super(jh)}})
3239
- cp("icon-lock",class extends lp{constructor(){super(Uh)}})
3240
- cp("icon-magnifying-glass",class extends lp{constructor(){super(Gh)}})
3239
+ cp("icon-lock",class extends lp{constructor(){super(Gh)}})
3240
+ cp("icon-magnifying-glass",class extends lp{constructor(){super(Uh)}})
3241
3241
  cp("icon-markdown",class extends lp{constructor(){super(Xh)}})
3242
3242
  cp("icon-minus",class extends lp{constructor(){super(Wh)}})
3243
3243
  class Ep extends lp{constructor(){super(Kh)}}cp("icon-minus-wide",Ep)
@@ -3271,9 +3271,9 @@ cp("icon-thumbtack",class extends lp{constructor(){super(Cu)}})
3271
3271
  cp("icon-tile-size",class extends lp{constructor(){super(ku)}})
3272
3272
  cp("icon-times",class extends lp{constructor(){super(_u)}})
3273
3273
  cp("icon-trash",class extends lp{constructor(){super(Su)}})
3274
- cp("icon-triangle",class extends lp{constructor(){super(Ru)}})
3275
- cp("icon-triangle-filled",class extends lp{constructor(){super(Mu)}})
3276
- cp("icon-true-false-rectangle",class extends lp{constructor(){super(Iu)}})
3274
+ cp("icon-triangle",class extends lp{constructor(){super(Iu)}})
3275
+ cp("icon-triangle-filled",class extends lp{constructor(){super(Ru)}})
3276
+ cp("icon-true-false-rectangle",class extends lp{constructor(){super(Mu)}})
3277
3277
  cp("icon-unlink",class extends lp{constructor(){super(Au)}})
3278
3278
  cp("icon-unlock",class extends lp{constructor(){super(Ou)}})
3279
3279
  cp("icon-upload",class extends lp{constructor(){super(Eu)}})
@@ -3283,8 +3283,8 @@ cp("icon-waveform",class extends lp{constructor(){super(Lu)}})
3283
3283
  cp("icon-webvi-custom",class extends lp{constructor(){super(Pu)}})
3284
3284
  cp("icon-webvi-host",class extends lp{constructor(){super(Tu)}})
3285
3285
  cp("icon-window-code",class extends lp{constructor(){super(zu)}})
3286
- cp("icon-window-text",class extends lp{constructor(){super(Du)}})
3287
- cp("icon-wrench-hammer",class extends lp{constructor(){super(Fu)}})
3286
+ cp("icon-window-text",class extends lp{constructor(){super(Fu)}})
3287
+ cp("icon-wrench-hammer",class extends lp{constructor(){super(Du)}})
3288
3288
  cp("icon-xmark",class extends lp{constructor(){super(Bu)}})
3289
3289
  cp("icon-xmark-check",class extends lp{constructor(){super(Nu)}})
3290
3290
  const Vp=fe`
@@ -3342,7 +3342,7 @@ const Vp=fe`
3342
3342
  outline: none;
3343
3343
  }
3344
3344
  `
3345
- const Hp=class extends yi{get value(){return super.value}set value(e){super.value=`${e}`,this.$fastController.isConnected&&this.setAttribute("value",this.value)}connectedCallback(){super.connectedCallback(),this.setAttribute("value",this.value)}}.compose({baseName:"list-option",baseClass:yi,template:(e,t)=>G`
3345
+ const Hp=class extends yi{get value(){return super.value}set value(e){super.value=`${e}`,this.$fastController.isConnected&&this.setAttribute("value",this.value)}connectedCallback(){super.connectedCallback(),this.setAttribute("value",this.value)}}.compose({baseName:"list-option",baseClass:yi,template:(e,t)=>U`
3346
3346
  <template
3347
3347
  aria-checked="${e=>e.ariaChecked}"
3348
3348
  aria-disabled="${e=>e.ariaDisabled}"
@@ -3365,7 +3365,7 @@ const Lp=fe`
3365
3365
 
3366
3366
  :host {
3367
3367
  background: ${Lr};
3368
- border: ${Qr} solid ${Gr};
3368
+ border: ${Qr} solid ${Ur};
3369
3369
  margin: 0;
3370
3370
  min-width: 176px;
3371
3371
  width: max-content;
@@ -3391,7 +3391,7 @@ const Lp=fe`
3391
3391
  height: 2px;
3392
3392
  margin: ${Kr};
3393
3393
  border: none;
3394
- background: ${Dr};
3394
+ background: ${Fr};
3395
3395
  opacity: 0.1;
3396
3396
  }
3397
3397
 
@@ -3408,7 +3408,7 @@ const Lp=fe`
3408
3408
  background: ${rs(No,.15)};
3409
3409
  }
3410
3410
  `))
3411
- const Pp=class extends yn{}.compose({baseName:"menu",baseClass:yn,template:(e,t)=>G`
3411
+ const Pp=class extends yn{}.compose({baseName:"menu",baseClass:yn,template:(e,t)=>U`
3412
3412
  <template
3413
3413
  slot="${e=>e.slot?e.slot:e.isNestedMenu()?"submenu":void 0}"
3414
3414
  role="menu"
@@ -3435,7 +3435,7 @@ const Tp=fe`
3435
3435
  margin-top: ${Kr};
3436
3436
  margin-bottom: ${Kr};
3437
3437
  }
3438
- `,zp=G`
3438
+ `,zp=U`
3439
3439
  <template
3440
3440
  ?open="${e=>e.open}"
3441
3441
  @focusout="${(e,t)=>e.focusoutHandler(t.event)}"
@@ -3458,8 +3458,8 @@ const Tp=fe`
3458
3458
  <slot></slot>
3459
3459
  <slot slot="end" name="end"></slot>
3460
3460
  </${sn.tagFor(np)}>
3461
- ${Re((e=>e.open),G`
3462
- <${sn.tagFor(Gc)}
3461
+ ${Ie((e=>e.open),U`
3462
+ <${sn.tagFor(Uc)}
3463
3463
  fixed-placement="true"
3464
3464
  auto-update-mode="auto"
3465
3465
  horizontal-inset="true"
@@ -3473,11 +3473,11 @@ const Tp=fe`
3473
3473
  <span part="menu">
3474
3474
  <slot name="menu" ${Te({property:"slottedMenus"})}></slot>
3475
3475
  </span>
3476
- </${sn.tagFor(Gc)}>
3476
+ </${sn.tagFor(Uc)}>
3477
3477
  `)}
3478
3478
  </template>
3479
- `,Dp="auto"
3480
- class Fp extends St{constructor(){super(...arguments),this.appearance=Ic,this.disabled=!1,this.contentHidden=!1,this.open=!1,this.position=Dp,this.focusLastItemWhenOpened=!1,this.menuChangeHandler=()=>{this.setOpen(!1),this.toggleButton.focus()}}disconnectedCallback(){super.disconnectedCallback(),this.region&&this.region.removeEventListener(yr,this.menuChangeHandler)}toggleButtonChanged(e,t){this.region&&this.toggleButton&&(this.region.anchorElement=this.toggleButton)}regionChanged(e,t){e&&e.removeEventListener(yr,this.menuChangeHandler),this.region&&(this.toggleButton&&(this.region.anchorElement=this.toggleButton),this.region.addEventListener(yr,this.menuChangeHandler,{capture:!0}))}openChanged(e,t){if(this.toggleButton&&(this.toggleButton.checked=this.open),!this.open){const e={oldState:!0,newState:!1}
3479
+ `,Fp="auto"
3480
+ class Dp extends St{constructor(){super(...arguments),this.appearance=Mc,this.disabled=!1,this.contentHidden=!1,this.open=!1,this.position=Fp,this.focusLastItemWhenOpened=!1,this.menuChangeHandler=()=>{this.setOpen(!1),this.toggleButton.focus()}}disconnectedCallback(){super.disconnectedCallback(),this.region&&this.region.removeEventListener(yr,this.menuChangeHandler)}toggleButtonChanged(e,t){this.region&&this.toggleButton&&(this.region.anchorElement=this.toggleButton)}regionChanged(e,t){e&&e.removeEventListener(yr,this.menuChangeHandler),this.region&&(this.toggleButton&&(this.region.anchorElement=this.toggleButton),this.region.addEventListener(yr,this.menuChangeHandler,{capture:!0}))}openChanged(e,t){if(this.toggleButton&&(this.toggleButton.checked=this.open),!this.open){const e={oldState:!0,newState:!1}
3481
3481
  this.$emit("toggle",e)}}regionLoadedHandler(){this.focusLastItemWhenOpened?(this.focusLastMenuItem(),this.focusLastItemWhenOpened=!1):this.focusMenu()
3482
3482
  this.$emit("toggle",{oldState:!1,newState:!0})}focusoutHandler(e){if(!this.open)return!0
3483
3483
  const t=e.relatedTarget
@@ -3491,8 +3491,8 @@ for(;e;){if("menu"===e.getAttribute("role"))return e
3491
3491
  if(!this.isSlotElement(e))return
3492
3492
  {const t=e.assignedNodes()[0]
3493
3493
  e=t instanceof HTMLElement?t:void 0}}}isSlotElement(e){return"SLOT"===e?.nodeName}focusMenu(){this.getMenu()?.focus()}focusLastMenuItem(){const e=this.getMenu()?.querySelectorAll("[role=menuitem]")
3494
- if(e?.length){e[e.length-1].focus()}}}e([oe],Fp.prototype,"appearance",void 0),e([oe({mode:"boolean"})],Fp.prototype,"disabled",void 0),e([oe({attribute:"content-hidden",mode:"boolean"})],Fp.prototype,"contentHidden",void 0),e([oe({mode:"boolean"})],Fp.prototype,"open",void 0),e([oe({attribute:"position"})],Fp.prototype,"position",void 0),e([f],Fp.prototype,"toggleButton",void 0),e([f],Fp.prototype,"region",void 0),e([f],Fp.prototype,"slottedMenus",void 0)
3495
- const Bp=Fp.compose({baseName:"menu-button",template:zp,styles:Tp,shadowOptions:{delegatesFocus:!0}})
3494
+ if(e?.length){e[e.length-1].focus()}}}e([oe],Dp.prototype,"appearance",void 0),e([oe({mode:"boolean"})],Dp.prototype,"disabled",void 0),e([oe({attribute:"content-hidden",mode:"boolean"})],Dp.prototype,"contentHidden",void 0),e([oe({mode:"boolean"})],Dp.prototype,"open",void 0),e([oe({attribute:"position"})],Dp.prototype,"position",void 0),e([f],Dp.prototype,"toggleButton",void 0),e([f],Dp.prototype,"region",void 0),e([f],Dp.prototype,"slottedMenus",void 0)
3495
+ const Bp=Dp.compose({baseName:"menu-button",template:zp,styles:Tp,shadowOptions:{delegatesFocus:!0}})
3496
3496
  sn.getOrCreate().withPrefix("nimble").register(Bp())
3497
3497
  const Np=fe`
3498
3498
  ${bo("grid")}
@@ -3573,7 +3573,7 @@ const Np=fe`
3573
3573
  grid-column: 3;
3574
3574
  }
3575
3575
  `
3576
- const Zp=class extends xn{}.compose({baseName:"menu-item",baseClass:xn,template:(e,t)=>G`
3576
+ const Zp=class extends xn{}.compose({baseName:"menu-item",baseClass:xn,template:(e,t)=>U`
3577
3577
  <template
3578
3578
  role="${e=>e.role}"
3579
3579
  aria-haspopup="${e=>e.hasSubmenu?"menu":void 0}"
@@ -3586,7 +3586,7 @@ const Zp=class extends xn{}.compose({baseName:"menu-item",baseClass:xn,template:
3586
3586
  @mouseout="${(e,t)=>e.handleMouseOut(t.event)}"
3587
3587
  class="${e=>e.disabled?"disabled":""} ${e=>e.expanded?"expanded":""} ${e=>`indent-${e.startColumnCount}`}"
3588
3588
  >
3589
- ${Re((e=>e.role===mn),G`
3589
+ ${Ie((e=>e.role===mn),U`
3590
3590
  <div part="input-container" class="input-container">
3591
3591
  <span part="checkbox" class="checkbox">
3592
3592
  <slot name="checkbox-indicator">
@@ -3595,7 +3595,7 @@ const Zp=class extends xn{}.compose({baseName:"menu-item",baseClass:xn,template:
3595
3595
  </span>
3596
3596
  </div>
3597
3597
  `)}
3598
- ${Re((e=>e.role===bn),G`
3598
+ ${Ie((e=>e.role===bn),U`
3599
3599
  <div part="input-container" class="input-container">
3600
3600
  <span part="radio" class="radio">
3601
3601
  <slot name="radio-indicator">
@@ -3610,7 +3610,7 @@ const Zp=class extends xn{}.compose({baseName:"menu-item",baseClass:xn,template:
3610
3610
  <slot></slot>
3611
3611
  </span>
3612
3612
  ${Be(0,t)}
3613
- ${Re((e=>e.hasSubmenu),G`
3613
+ ${Ie((e=>e.hasSubmenu),U`
3614
3614
  <div
3615
3615
  part="expand-collapse-glyph-container"
3616
3616
  class="expand-collapse-glyph-container"
@@ -3622,7 +3622,7 @@ const Zp=class extends xn{}.compose({baseName:"menu-item",baseClass:xn,template:
3622
3622
  </span>
3623
3623
  </div>
3624
3624
  `)}
3625
- ${Re((e=>e.expanded),G`
3625
+ ${Ie((e=>e.expanded),U`
3626
3626
  <${e.tagFor(ni)}
3627
3627
  :anchorElement="${e=>e}"
3628
3628
  vertical-positioning-mode="dynamic"
@@ -3642,7 +3642,7 @@ const Zp=class extends xn{}.compose({baseName:"menu-item",baseClass:xn,template:
3642
3642
  </template>
3643
3643
  `,styles:Np,expandCollapseGlyph:nd.data})
3644
3644
  sn.getOrCreate().withPrefix("nimble").register(Zp())
3645
- const qp="underline",jp="outline",Up="block",Gp=fe`
3645
+ const qp="underline",jp="outline",Gp="block",Up=fe`
3646
3646
  ${bo("inline-block")}
3647
3647
  ${fp}
3648
3648
 
@@ -3680,7 +3680,7 @@ const qp="underline",jp="outline",Up="block",Gp=fe`
3680
3680
  justify-content: center;
3681
3681
  align-items: center;
3682
3682
  border-radius: 0px;
3683
- border: 0px solid rgba(${Fr}, 0.3);
3683
+ border: 0px solid rgba(${Dr}, 0.3);
3684
3684
  padding: ${Qr};
3685
3685
  }
3686
3686
 
@@ -3689,7 +3689,7 @@ const qp="underline",jp="outline",Up="block",Gp=fe`
3689
3689
  }
3690
3690
 
3691
3691
  :host([disabled]) .root {
3692
- border-color: rgba(${Fr}, 0.1);
3692
+ border-color: rgba(${Dr}, 0.1);
3693
3693
  }
3694
3694
 
3695
3695
  :host([error-visible]) .root {
@@ -3795,9 +3795,9 @@ const qp="underline",jp="outline",Up="block",Gp=fe`
3795
3795
  border-bottom-width: ${Qr};
3796
3796
  padding-bottom: 0;
3797
3797
  }
3798
- `),Vc(Up,fe`
3798
+ `),Vc(Gp,fe`
3799
3799
  .root {
3800
- background-color: rgba(${Fr}, 0.1);
3800
+ background-color: rgba(${Dr}, 0.1);
3801
3801
  }
3802
3802
 
3803
3803
  .root:focus-within,
@@ -3811,7 +3811,7 @@ const qp="underline",jp="outline",Up="block",Gp=fe`
3811
3811
  }
3812
3812
 
3813
3813
  :host([disabled]) .root {
3814
- background-color: rgba(${Fr}, 0.07);
3814
+ background-color: rgba(${Dr}, 0.07);
3815
3815
  }
3816
3816
  `),Vc(jp,fe`
3817
3817
  .root {
@@ -3819,8 +3819,8 @@ const qp="underline",jp="outline",Up="block",Gp=fe`
3819
3819
  padding: 0;
3820
3820
  }
3821
3821
  `))
3822
- class Xp extends In{constructor(){super(...arguments),this.appearance=qp,this.errorVisible=!1}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}e([oe],Xp.prototype,"appearance",void 0),e([oe({attribute:"error-text"})],Xp.prototype,"errorText",void 0),e([oe({attribute:"error-visible",mode:"boolean"})],Xp.prototype,"errorVisible",void 0)
3823
- const Wp=Xp.compose({baseName:"number-field",baseClass:In,template:(e,t)=>G`
3822
+ class Xp extends Mn{constructor(){super(...arguments),this.appearance=qp,this.errorVisible=!1}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}e([oe],Xp.prototype,"appearance",void 0),e([oe({attribute:"error-text"})],Xp.prototype,"errorText",void 0),e([oe({attribute:"error-visible",mode:"boolean"})],Xp.prototype,"errorVisible",void 0)
3823
+ const Wp=Xp.compose({baseName:"number-field",baseClass:Mn,template:(e,t)=>U`
3824
3824
  <template class="${e=>e.readOnly?"readonly":""}">
3825
3825
  <label
3826
3826
  part="label"
@@ -3874,7 +3874,7 @@ const Wp=Xp.compose({baseName:"number-field",baseClass:In,template:(e,t)=>G`
3874
3874
  aria-roledescription="${e=>e.ariaRoledescription}"
3875
3875
  ${Se("control")}
3876
3876
  />
3877
- ${Re((e=>!e.hideStep&&!e.readOnly&&!e.disabled),G`
3877
+ ${Ie((e=>!e.hideStep&&!e.readOnly&&!e.disabled),U`
3878
3878
  <div class="controls" part="controls">
3879
3879
  <div class="step-up" part="step-up" @click="${e=>e.stepUp()}">
3880
3880
  <slot name="step-up-glyph">
@@ -3895,8 +3895,8 @@ const Wp=Xp.compose({baseName:"number-field",baseClass:In,template:(e,t)=>G`
3895
3895
  ${Be(0,t)}
3896
3896
  </div>
3897
3897
  </template>
3898
- `,styles:Gp,shadowOptions:{delegatesFocus:!0},stepDownGlyph:G`
3899
- <${sn.tagFor(Uu)}
3898
+ `,styles:Up,shadowOptions:{delegatesFocus:!0},stepDownGlyph:U`
3899
+ <${sn.tagFor(Gu)}
3900
3900
  class="step-up-down-button"
3901
3901
  appearance="ghost"
3902
3902
  content-hidden
@@ -3907,9 +3907,9 @@ const Wp=Xp.compose({baseName:"number-field",baseClass:In,template:(e,t)=>G`
3907
3907
  slot="start"
3908
3908
  >
3909
3909
  </${sn.tagFor(Ep)}>
3910
- </${sn.tagFor(Uu)}>
3911
- `,stepUpGlyph:G`
3912
- <${sn.tagFor(Uu)}
3910
+ </${sn.tagFor(Gu)}>
3911
+ `,stepUpGlyph:U`
3912
+ <${sn.tagFor(Gu)}
3913
3913
  class="step-up-down-button"
3914
3914
  appearance="ghost"
3915
3915
  content-hidden
@@ -3919,8 +3919,8 @@ const Wp=Xp.compose({baseName:"number-field",baseClass:In,template:(e,t)=>G`
3919
3919
  <${sn.tagFor(Ap)}
3920
3920
  slot="start">
3921
3921
  </${sn.tagFor(Ap)}>
3922
- </${sn.tagFor(Uu)}>
3923
- `,end:G`
3922
+ </${sn.tagFor(Gu)}>
3923
+ `,end:U`
3924
3924
  <${sn.tagFor(hp)}
3925
3925
  severity="error"
3926
3926
  class="error-icon"
@@ -3948,7 +3948,7 @@ const Kp=fe`
3948
3948
  height: calc(${Wr} / 2);
3949
3949
  box-sizing: border-box;
3950
3950
  flex-shrink: 0;
3951
- border: ${Qr} solid ${Dr};
3951
+ border: ${Qr} solid ${Fr};
3952
3952
  border-radius: 100%;
3953
3953
  display: inline-flex;
3954
3954
  align-items: center;
@@ -3959,8 +3959,8 @@ const Kp=fe`
3959
3959
  }
3960
3960
 
3961
3961
  :host([disabled]) .control {
3962
- background-color: rgba(${Fr}, 0.1);
3963
- border-color: rgba(${Fr}, 0.2);
3962
+ background-color: rgba(${Dr}, 0.1);
3963
+ border-color: rgba(${Dr}, 0.2);
3964
3964
  }
3965
3965
 
3966
3966
  :host(:not([disabled]):not(:active):hover) .control {
@@ -4007,14 +4007,14 @@ const Kp=fe`
4007
4007
  }
4008
4008
 
4009
4009
  slot[name='checked-indicator'] circle {
4010
- fill: ${Dr};
4010
+ fill: ${Fr};
4011
4011
  }
4012
4012
 
4013
4013
  :host([disabled]) slot[name='checked-indicator'] circle {
4014
- fill: rgba(${Fr}, 0.3);
4014
+ fill: rgba(${Dr}, 0.3);
4015
4015
  }
4016
4016
  `
4017
- const Yp=class extends Vn{}.compose({baseName:"radio",baseClass:Vn,template:(e,t)=>G`
4017
+ const Yp=class extends Vn{}.compose({baseName:"radio",baseClass:Vn,template:(e,t)=>U`
4018
4018
  <template
4019
4019
  role="radio"
4020
4020
  class="${e=>e.checked?"checked":""} ${e=>e.readOnly?"readonly":""}"
@@ -4064,7 +4064,7 @@ const Qp=fe`
4064
4064
  color: ${El};
4065
4065
  }
4066
4066
  `
4067
- const Jp=class extends An{}.compose({baseName:"radio-group",baseClass:An,template:(e,t)=>G`
4067
+ const Jp=class extends An{}.compose({baseName:"radio-group",baseClass:An,template:(e,t)=>U`
4068
4068
  <template
4069
4069
  role="radiogroup"
4070
4070
  aria-disabled="${e=>e.disabled}"
@@ -4113,7 +4113,7 @@ const eg=fe`
4113
4113
  `))
4114
4114
  class tg extends Tn{constructor(){super(...arguments),this.appearance=up,this.errorVisible=!1}setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(e,t){const i=this.value
4115
4115
  super.slottedOptionsChanged(e,t),i&&(this.value=i)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}e([oe],tg.prototype,"appearance",void 0),e([oe({attribute:"error-text"})],tg.prototype,"errorText",void 0),e([oe({attribute:"error-visible",mode:"boolean"})],tg.prototype,"errorVisible",void 0)
4116
- const ig=tg.compose({baseName:"select",baseClass:Tn,template:(e,t)=>G`
4116
+ const ig=tg.compose({baseName:"select",baseClass:Tn,template:(e,t)=>U`
4117
4117
  <template
4118
4118
  class="${e=>[e.collapsible&&"collapsible",e.collapsible&&e.open&&"open",e.disabled&&"disabled",e.collapsible&&e.position].filter(Boolean).join(" ")}"
4119
4119
  aria-activedescendant="${e=>e.ariaActiveDescendant}"
@@ -4131,7 +4131,7 @@ const ig=tg.compose({baseName:"select",baseClass:Tn,template:(e,t)=>G`
4131
4131
  @keydown="${(e,t)=>e.keydownHandler(t.event)}"
4132
4132
  @mousedown="${(e,t)=>e.mousedownHandler(t.event)}"
4133
4133
  >
4134
- ${Re((e=>e.collapsible),G`
4134
+ ${Ie((e=>e.collapsible),U`
4135
4135
  <div
4136
4136
  class="control"
4137
4137
  part="control"
@@ -4166,7 +4166,7 @@ const ig=tg.compose({baseName:"select",baseClass:Tn,template:(e,t)=>G`
4166
4166
  ></slot>
4167
4167
  </div>
4168
4168
  </template>
4169
- `,styles:eg,indicator:td.data,end:G`
4169
+ `,styles:eg,indicator:td.data,end:U`
4170
4170
  <${sn.tagFor(hp)}
4171
4171
  severity="error"
4172
4172
  class="error-icon"
@@ -4299,16 +4299,16 @@ const ng=fe`
4299
4299
  }
4300
4300
  `.withBehaviors(Ku(hs,fe`
4301
4301
  :host {
4302
- --ni-private-spinner-bits-background-color: ${Go}
4302
+ --ni-private-spinner-bits-background-color: ${Uo}
4303
4303
  `),Ku(us,fe`
4304
4304
  :host {
4305
- --ni-private-spinner-bits-background-color: ${Fo};
4305
+ --ni-private-spinner-bits-background-color: ${Do};
4306
4306
  }
4307
4307
  `),Ku(ps,fe`
4308
4308
  :host {
4309
4309
  --ni-private-spinner-bits-background-color: ${No};
4310
4310
  }
4311
- `)),og=G`
4311
+ `)),og=U`
4312
4312
  <template role="progressbar">
4313
4313
  <div class="container">
4314
4314
  <div class="bit1"></div>
@@ -4324,7 +4324,7 @@ const rg=fe`
4324
4324
  :host {
4325
4325
  outline: none;
4326
4326
  font: ${zl};
4327
- color: ${Dl};
4327
+ color: ${Fl};
4328
4328
  flex-direction: column;
4329
4329
  cursor: pointer;
4330
4330
  --ni-private-switch-height: 24px;
@@ -4336,7 +4336,7 @@ const rg=fe`
4336
4336
 
4337
4337
  :host([disabled]) {
4338
4338
  cursor: default;
4339
- color: ${Fl};
4339
+ color: ${Dl};
4340
4340
  }
4341
4341
 
4342
4342
  .label {
@@ -4456,17 +4456,17 @@ const rg=fe`
4456
4456
  }
4457
4457
  `.withBehaviors(Ku(hs,fe`
4458
4458
  :host {
4459
- --ni-private-switch-background-disabled-color: ${rs(Go,.07)};
4459
+ --ni-private-switch-background-disabled-color: ${rs(Uo,.07)};
4460
4460
  --ni-private-switch-indicator-background-color: ${No};
4461
4461
  --ni-private-switch-indicator-background-disabled-color: ${rs(No,.1)};
4462
- --ni-private-switch-indicator-border-color: ${Go};
4463
- --ni-private-switch-indicator-border-disabled-color: ${rs(Go,.3)};
4462
+ --ni-private-switch-indicator-border-color: ${Uo};
4463
+ --ni-private-switch-indicator-border-disabled-color: ${rs(Uo,.3)};
4464
4464
  }
4465
4465
  `),Ku(us,fe`
4466
4466
  :host {
4467
- --ni-private-switch-background-disabled-color: ${rs(Fo,.07)};
4468
- --ni-private-switch-indicator-background-color: ${rs(Go,.3)};
4469
- --ni-private-switch-indicator-background-disabled-color: ${rs(Go,.1)};
4467
+ --ni-private-switch-background-disabled-color: ${rs(Do,.07)};
4468
+ --ni-private-switch-indicator-background-color: ${rs(Uo,.3)};
4469
+ --ni-private-switch-indicator-background-disabled-color: ${rs(Uo,.1)};
4470
4470
  --ni-private-switch-indicator-border-color: ${Bo};
4471
4471
  --ni-private-switch-indicator-border-disabled-color: ${rs(Bo,.3)};
4472
4472
  }
@@ -4478,7 +4478,7 @@ const rg=fe`
4478
4478
  --ni-private-switch-indicator-border-color: ${No};
4479
4479
  --ni-private-switch-indicator-border-disabled-color: ${rs(No,.3)};
4480
4480
  }
4481
- `)),ag=G`
4481
+ `)),ag=U`
4482
4482
  <template
4483
4483
  role="switch"
4484
4484
  aria-checked="${e=>e.checked}"
@@ -4515,11 +4515,11 @@ const rg=fe`
4515
4515
  `
4516
4516
  const lg=class extends Bn{}.compose({baseClass:Bn,baseName:"switch",template:ag,styles:rg})
4517
4517
  sn.getOrCreate().withPrefix("nimble").register(lg())
4518
- const cg=class extends Zn{}.compose({baseName:"tab",baseClass:Zn,template:(e,t)=>G`
4518
+ const cg=class extends Zn{}.compose({baseName:"tab",baseClass:Zn,template:(e,t)=>U`
4519
4519
  <template slot="tab" role="tab" aria-disabled="${e=>e.disabled}">
4520
4520
  <slot></slot>
4521
4521
  </template>
4522
- `,styles:Dc})
4522
+ `,styles:Fc})
4523
4523
  sn.getOrCreate().withPrefix("nimble").register(cg())
4524
4524
  const dg=fe`
4525
4525
  ${bo("block")}
@@ -4531,7 +4531,7 @@ const dg=fe`
4531
4531
  padding-top: ${Yr};
4532
4532
  }
4533
4533
  `
4534
- const hg=class extends Nn{}.compose({baseName:"tab-panel",baseClass:Nn,template:(e,t)=>G`
4534
+ const hg=class extends Nn{}.compose({baseName:"tab-panel",baseClass:Nn,template:(e,t)=>U`
4535
4535
  <template slot="tabpanel" role="tabpanel">
4536
4536
  <slot></slot>
4537
4537
  </template>
@@ -4657,15 +4657,15 @@ _g.autoRemove=e=>Hg(e)
4657
4657
  const Sg=(e,t,i)=>{var n
4658
4658
  return(null==(n=e.getValue(t))?void 0:n.toLowerCase())===i.toLowerCase()}
4659
4659
  Sg.autoRemove=e=>Hg(e)
4660
- const Rg=(e,t,i)=>{var n
4660
+ const Ig=(e,t,i)=>{var n
4661
4661
  return null==(n=e.getValue(t))?void 0:n.includes(i)}
4662
- Rg.autoRemove=e=>Hg(e)||!(null!=e&&e.length)
4663
- const Mg=(e,t,i)=>!i.some((i=>{var n
4662
+ Ig.autoRemove=e=>Hg(e)||!(null!=e&&e.length)
4663
+ const Rg=(e,t,i)=>!i.some((i=>{var n
4664
4664
  return!(null!=(n=e.getValue(t))&&n.includes(i))}))
4665
- Mg.autoRemove=e=>Hg(e)||!(null!=e&&e.length)
4666
- const Ig=(e,t,i)=>i.some((i=>{var n
4665
+ Rg.autoRemove=e=>Hg(e)||!(null!=e&&e.length)
4666
+ const Mg=(e,t,i)=>i.some((i=>{var n
4667
4667
  return null==(n=e.getValue(t))?void 0:n.includes(i)}))
4668
- Ig.autoRemove=e=>Hg(e)||!(null!=e&&e.length)
4668
+ Mg.autoRemove=e=>Hg(e)||!(null!=e&&e.length)
4669
4669
  const Ag=(e,t,i)=>e.getValue(t)===i
4670
4670
  Ag.autoRemove=e=>Hg(e)
4671
4671
  const Og=(e,t,i)=>e.getValue(t)==i
@@ -4676,7 +4676,7 @@ return s>=n&&s<=o}
4676
4676
  Eg.resolveFilterValue=e=>{let[t,i]=e,n="number"!=typeof t?parseFloat(t):t,o="number"!=typeof i?parseFloat(i):i,s=null===t||Number.isNaN(n)?-1/0:n,r=null===i||Number.isNaN(o)?1/0:o
4677
4677
  if(s>r){const e=s
4678
4678
  s=r,r=e}return[s,r]},Eg.autoRemove=e=>Hg(e)||Hg(e[0])&&Hg(e[1])
4679
- const Vg={includesString:kg,includesStringSensitive:_g,equalsString:Sg,arrIncludes:Rg,arrIncludesAll:Mg,arrIncludesSome:Ig,equals:Ag,weakEquals:Og,inNumberRange:Eg}
4679
+ const Vg={includesString:kg,includesStringSensitive:_g,equalsString:Sg,arrIncludes:Ig,arrIncludesAll:Rg,arrIncludesSome:Mg,equals:Ag,weakEquals:Og,inNumberRange:Eg}
4680
4680
  function Hg(e){return null==e||""===e}const Lg={getDefaultColumnDef:()=>({filterFn:"auto"}),getInitialState:e=>({columnFilters:[],globalFilter:void 0,...e}),getDefaultOptions:e=>({onColumnFiltersChange:pg("columnFilters",e),onGlobalFilterChange:pg("globalFilter",e),filterFromLeafRows:!1,maxLeafRowFilterDepth:100,globalFilterFn:"auto",getColumnCanGlobalFilter:t=>{var i,n
4681
4681
  const o=null==(i=e.getCoreRowModel().flatRows[0])||null==(n=i._getAllCellsByColumnId()[t.id])?void 0:n.getValue()
4682
4682
  return"string"==typeof o||"number"==typeof o}}),createColumn:(e,t)=>({getAutoFilterFn:()=>{const i=t.getCoreRowModel().flatRows[0],n=null==i?void 0:i.getValue(e.id)
@@ -4714,9 +4714,9 @@ const zg={getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onR
4714
4714
  return e.setRowSelection(t?{}:null!=(i=e.initialState.rowSelection)?i:{})},toggleAllRowsSelected:t=>{e.setRowSelection((i=>{t=void 0!==t?t:!e.getIsAllRowsSelected()
4715
4715
  const n={...i},o=e.getPreGroupedRowModel().flatRows
4716
4716
  return t?o.forEach((e=>{e.getCanSelect()&&(n[e.id]=!0)})):o.forEach((e=>{delete n[e.id]})),n}))},toggleAllPageRowsSelected:t=>e.setRowSelection((i=>{const n=void 0!==t?t:!e.getIsAllPageRowsSelected(),o={...i}
4717
- return e.getRowModel().rows.forEach((t=>{Dg(o,t.id,n,e)})),o})),getPreSelectedRowModel:()=>e.getCoreRowModel(),getSelectedRowModel:vg((()=>[e.getState().rowSelection,e.getCoreRowModel()]),((t,i)=>Object.keys(t).length?Fg(e,i):{rows:[],flatRows:[],rowsById:{}}),{key:!1,debug:()=>{var t
4718
- return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getFilteredSelectedRowModel:vg((()=>[e.getState().rowSelection,e.getFilteredRowModel()]),((t,i)=>Object.keys(t).length?Fg(e,i):{rows:[],flatRows:[],rowsById:{}}),{key:"getFilteredSelectedRowModel",debug:()=>{var t
4719
- return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getGroupedSelectedRowModel:vg((()=>[e.getState().rowSelection,e.getSortedRowModel()]),((t,i)=>Object.keys(t).length?Fg(e,i):{rows:[],flatRows:[],rowsById:{}}),{key:"getGroupedSelectedRowModel",debug:()=>{var t
4717
+ return e.getRowModel().rows.forEach((t=>{Fg(o,t.id,n,e)})),o})),getPreSelectedRowModel:()=>e.getCoreRowModel(),getSelectedRowModel:vg((()=>[e.getState().rowSelection,e.getCoreRowModel()]),((t,i)=>Object.keys(t).length?Dg(e,i):{rows:[],flatRows:[],rowsById:{}}),{key:!1,debug:()=>{var t
4718
+ return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getFilteredSelectedRowModel:vg((()=>[e.getState().rowSelection,e.getFilteredRowModel()]),((t,i)=>Object.keys(t).length?Dg(e,i):{rows:[],flatRows:[],rowsById:{}}),{key:"getFilteredSelectedRowModel",debug:()=>{var t
4719
+ return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getGroupedSelectedRowModel:vg((()=>[e.getState().rowSelection,e.getSortedRowModel()]),((t,i)=>Object.keys(t).length?Dg(e,i):{rows:[],flatRows:[],rowsById:{}}),{key:"getGroupedSelectedRowModel",debug:()=>{var t
4720
4720
  return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getIsAllRowsSelected:()=>{const t=e.getFilteredRowModel().flatRows,{rowSelection:i}=e.getState()
4721
4721
  let n=Boolean(t.length&&Object.keys(i).length)
4722
4722
  return n&&t.some((e=>e.getCanSelect()&&!i[e.id]))&&(n=!1),n},getIsAllPageRowsSelected:()=>{const t=e.getPaginationRowModel().flatRows,{rowSelection:i}=e.getState()
@@ -4727,7 +4727,7 @@ return i>0&&i<e.getFilteredRowModel().flatRows.length},getIsSomePageRowsSelected
4727
4727
  return!e.getIsAllPageRowsSelected()&&t.some((e=>e.getIsSelected()||e.getIsSomeSelected()))},getToggleAllRowsSelectedHandler:()=>t=>{e.toggleAllRowsSelected(t.target.checked)},getToggleAllPageRowsSelectedHandler:()=>t=>{e.toggleAllPageRowsSelected(t.target.checked)}}),createRow:(e,t)=>({toggleSelected:i=>{const n=e.getIsSelected()
4728
4728
  t.setRowSelection((o=>{if(n===(i=void 0!==i?i:!n))return o
4729
4729
  const s={...o}
4730
- return Dg(s,e.id,i,t),s}))},getIsSelected:()=>{const{rowSelection:i}=t.getState()
4730
+ return Fg(s,e.id,i,t),s}))},getIsSelected:()=>{const{rowSelection:i}=t.getState()
4731
4731
  return Bg(e,i)},getIsSomeSelected:()=>{const{rowSelection:i}=t.getState()
4732
4732
  return"some"===Ng(e,i)},getIsAllSubRowsSelected:()=>{const{rowSelection:i}=t.getState()
4733
4733
  return"all"===Ng(e,i)},getCanSelect:()=>{var i
@@ -4735,21 +4735,21 @@ return"function"==typeof t.options.enableRowSelection?t.options.enableRowSelecti
4735
4735
  return"function"==typeof t.options.enableSubRowSelection?t.options.enableSubRowSelection(e):null==(i=t.options.enableSubRowSelection)||i},getCanMultiSelect:()=>{var i
4736
4736
  return"function"==typeof t.options.enableMultiRowSelection?t.options.enableMultiRowSelection(e):null==(i=t.options.enableMultiRowSelection)||i},getToggleSelectedHandler:()=>{const t=e.getCanSelect()
4737
4737
  return i=>{var n
4738
- t&&e.toggleSelected(null==(n=i.target)?void 0:n.checked)}}})},Dg=(e,t,i,n)=>{var o
4738
+ t&&e.toggleSelected(null==(n=i.target)?void 0:n.checked)}}})},Fg=(e,t,i,n)=>{var o
4739
4739
  const s=n.getRow(t)
4740
- i?(s.getCanMultiSelect()||Object.keys(e).forEach((t=>delete e[t])),s.getCanSelect()&&(e[t]=!0)):delete e[t],null!=(o=s.subRows)&&o.length&&s.getCanSelectSubRows()&&s.subRows.forEach((t=>Dg(e,t.id,i,n)))}
4741
- function Fg(e,t){const i=e.getState().rowSelection,n=[],o={},s=function(e,t){return e.map((e=>{var t
4740
+ i?(s.getCanMultiSelect()||Object.keys(e).forEach((t=>delete e[t])),s.getCanSelect()&&(e[t]=!0)):delete e[t],null!=(o=s.subRows)&&o.length&&s.getCanSelectSubRows()&&s.subRows.forEach((t=>Fg(e,t.id,i,n)))}
4741
+ function Dg(e,t){const i=e.getState().rowSelection,n=[],o={},s=function(e,t){return e.map((e=>{var t
4742
4742
  const r=Bg(e,i)
4743
4743
  if(r&&(n.push(e),o[e.id]=e),null!=(t=e.subRows)&&t.length&&(e={...e,subRows:s(e.subRows)}),r)return e})).filter(Boolean)}
4744
4744
  return{rows:s(t.rows),flatRows:n,rowsById:o}}function Bg(e,t){var i
4745
4745
  return null!=(i=t[e.id])&&i}function Ng(e,t,i){if(e.subRows&&e.subRows.length){let i=!0,n=!1
4746
4746
  return e.subRows.forEach((e=>{n&&!i||(Bg(e,t)?n=!0:i=!1)})),i?"all":!!n&&"some"}return!1}const Zg=/([0-9]+)/gm
4747
- function qg(e,t){return e===t?0:e>t?1:-1}function jg(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function Ug(e,t){const i=e.split(Zg).filter(Boolean),n=t.split(Zg).filter(Boolean)
4747
+ function qg(e,t){return e===t?0:e>t?1:-1}function jg(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function Gg(e,t){const i=e.split(Zg).filter(Boolean),n=t.split(Zg).filter(Boolean)
4748
4748
  for(;i.length&&n.length;){const e=i.shift(),t=n.shift(),o=parseInt(e,10),s=parseInt(t,10),r=[o,s].sort()
4749
4749
  if(isNaN(r[0])){if(e>t)return 1
4750
4750
  if(t>e)return-1}else{if(isNaN(r[1]))return isNaN(o)?-1:1
4751
4751
  if(o>s)return 1
4752
- if(s>o)return-1}}return i.length-n.length}const Gg={alphanumeric:(e,t,i)=>Ug(jg(e.getValue(i)).toLowerCase(),jg(t.getValue(i)).toLowerCase()),alphanumericCaseSensitive:(e,t,i)=>Ug(jg(e.getValue(i)),jg(t.getValue(i))),text:(e,t,i)=>qg(jg(e.getValue(i)).toLowerCase(),jg(t.getValue(i)).toLowerCase()),textCaseSensitive:(e,t,i)=>qg(jg(e.getValue(i)),jg(t.getValue(i))),datetime:(e,t,i)=>{const n=e.getValue(i),o=t.getValue(i)
4752
+ if(s>o)return-1}}return i.length-n.length}const Ug={alphanumeric:(e,t,i)=>Gg(jg(e.getValue(i)).toLowerCase(),jg(t.getValue(i)).toLowerCase()),alphanumericCaseSensitive:(e,t,i)=>Gg(jg(e.getValue(i)),jg(t.getValue(i))),text:(e,t,i)=>qg(jg(e.getValue(i)).toLowerCase(),jg(t.getValue(i)).toLowerCase()),textCaseSensitive:(e,t,i)=>qg(jg(e.getValue(i)),jg(t.getValue(i))),datetime:(e,t,i)=>{const n=e.getValue(i),o=t.getValue(i)
4753
4753
  return n>o?1:n<o?-1:0},basic:(e,t,i)=>qg(e.getValue(i),t.getValue(i))},Xg=[mg,{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:pg("columnVisibility",e)}),createColumn:(e,t)=>({toggleVisibility:i=>{e.getCanHide()&&t.setColumnVisibility((t=>({...t,[e.id]:null!=i?i:!e.getIsVisible()})))},getIsVisible:()=>{var i,n
4754
4754
  return null==(i=null==(n=t.getState().columnVisibility)?void 0:n[e.id])||i},getCanHide:()=>{var i,n
4755
4755
  return(null==(i=e.columnDef.enableHiding)||i)&&(null==(n=t.options.enableHiding)||n)},getToggleVisibilityHandler:()=>t=>{null==e.toggleVisibility||e.toggleVisibility(t.target.checked)}}),createRow:(e,t)=>({_getAllVisibleCells:vg((()=>[e.getAllCells(),t.getState().columnVisibility]),(e=>e.filter((e=>e.column.getIsVisible()))),{key:"row._getAllVisibleCells",debug:()=>{var e
@@ -4787,11 +4787,11 @@ return e.filter((e=>!n.includes(e.id)))}),{key:!1,debug:()=>{var t
4787
4787
  return null!=(t=e.options.debugAll)?t:e.options.debugColumns}})})},Lg,{getInitialState:e=>({sorting:[],...e}),getDefaultColumnDef:()=>({sortingFn:"auto"}),getDefaultOptions:e=>({onSortingChange:pg("sorting",e),isMultiSortEvent:e=>e.shiftKey}),createColumn:(e,t)=>({getAutoSortingFn:()=>{const i=t.getFilteredRowModel().flatRows.slice(10)
4788
4788
  let n=!1
4789
4789
  for(const t of i){const i=null==t?void 0:t.getValue(e.id)
4790
- if("[object Date]"===Object.prototype.toString.call(i))return Gg.datetime
4791
- if("string"==typeof i&&(n=!0,i.split(Zg).length>1))return Gg.alphanumeric}return n?Gg.text:Gg.basic},getAutoSortDir:()=>{const i=t.getFilteredRowModel().flatRows[0]
4790
+ if("[object Date]"===Object.prototype.toString.call(i))return Ug.datetime
4791
+ if("string"==typeof i&&(n=!0,i.split(Zg).length>1))return Ug.alphanumeric}return n?Ug.text:Ug.basic},getAutoSortDir:()=>{const i=t.getFilteredRowModel().flatRows[0]
4792
4792
  return"string"==typeof(null==i?void 0:i.getValue(e.id))?"asc":"desc"},getSortingFn:()=>{var i,n
4793
4793
  if(!e)throw new Error
4794
- return gg(e.columnDef.sortingFn)?e.columnDef.sortingFn:"auto"===e.columnDef.sortingFn?e.getAutoSortingFn():null!=(i=null==(n=t.options.sortingFns)?void 0:n[e.columnDef.sortingFn])?i:Gg[e.columnDef.sortingFn]},toggleSorting:(i,n)=>{const o=e.getNextSortingOrder(),s=null!=i
4794
+ return gg(e.columnDef.sortingFn)?e.columnDef.sortingFn:"auto"===e.columnDef.sortingFn?e.getAutoSortingFn():null!=(i=null==(n=t.options.sortingFns)?void 0:n[e.columnDef.sortingFn])?i:Ug[e.columnDef.sortingFn]},toggleSorting:(i,n)=>{const o=e.getNextSortingOrder(),s=null!=i
4795
4795
  t.setSorting((r=>{const a=null==r?void 0:r.find((t=>t.id===e.id)),l=null==r?void 0:r.findIndex((t=>t.id===e.id))
4796
4796
  let c,d=[],h=s?i:"desc"===o
4797
4797
  var u;(c=null!=r&&r.length&&e.getCanMultiSort()&&n?a?"toggle":"add":null!=r&&r.length&&l!==r.length-1?"replace":a?"toggle":"replace","toggle"===c&&(s||o||(c="remove")),"add"===c)?(d=[...r,{id:e.id,desc:h}],d.splice(0,d.length-(null!=(u=t.options.maxMultiSortColCount)?u:Number.MAX_SAFE_INTEGER))):d="toggle"===c?r.map((t=>t.id===e.id?{...t,desc:h}:t)):"remove"===c?r.filter((t=>t.id!==e.id)):[{id:e.id,desc:h}]
@@ -4882,11 +4882,17 @@ return null!=(t=e.options.debugAll)?t:e.options.debugRows}}),_getAllCellsByColum
4882
4882
  return null!=(t=e.options.debugAll)?t:e.options.debugRows}})}
4883
4883
  for(let t=0;t<e._features.length;t++){const i=e._features[t]
4884
4884
  Object.assign(r,null==i||null==i.createRow?void 0:i.createRow(r,e))}return r}
4885
- class Yg extends St{connectedCallback(){super.connectedCallback(),this.setAttribute("slot",Rr("table-column-slot"))}}class Qg{constructor(){this.duplicateRecordId=!1,this.missingRecordId=!1,this.invalidRecordId=!1}getValidity(){return{duplicateRecordId:this.duplicateRecordId,missingRecordId:this.missingRecordId,invalidRecordId:this.invalidRecordId}}isValid(){return Object.values(this.getValidity()).every((e=>!1===e))}validateRecordIds(e,t){if(this.duplicateRecordId=!1,this.missingRecordId=!1,this.invalidRecordId=!1,"string"!=typeof t)return!0
4885
+ class Yg extends St{connectedCallback(){super.connectedCallback(),this.setAttribute("slot",Ir("table-column-slot"))}}e([oe({attribute:"column-id"})],Yg.prototype,"columnId",void 0)
4886
+ class Qg{constructor(){this.duplicateRecordId=!1,this.missingRecordId=!1,this.invalidRecordId=!1,this.duplicateColumnId=!1,this.missingColumnId=!1}getValidity(){return{duplicateRecordId:this.duplicateRecordId,missingRecordId:this.missingRecordId,invalidRecordId:this.invalidRecordId,duplicateColumnId:this.duplicateColumnId,missingColumnId:this.missingColumnId}}isValid(){return Object.values(this.getValidity()).every((e=>!1===e))}validateRecordIds(e,t){if(this.duplicateRecordId=!1,this.missingRecordId=!1,this.invalidRecordId=!1,"string"!=typeof t)return!0
4886
4887
  const i=new Set
4887
4888
  for(const n of e){if(!Object.prototype.hasOwnProperty.call(n,t)){this.missingRecordId=!0
4888
4889
  continue}const e=n[t]
4889
- "string"==typeof e?(i.has(e)&&(this.duplicateRecordId=!0),i.add(e)):this.invalidRecordId=!0}return!this.missingRecordId&&!this.invalidRecordId&&!this.duplicateRecordId}}const Jg=fe`
4890
+ "string"==typeof e?(i.has(e)&&(this.duplicateRecordId=!0),i.add(e)):this.invalidRecordId=!0}return!this.missingRecordId&&!this.invalidRecordId&&!this.duplicateRecordId}validateColumnIds(e){this.missingColumnId=!1,this.duplicateColumnId=!1
4891
+ const t=e.some((e=>e))
4892
+ if(!t)return!0
4893
+ const i=new Set
4894
+ for(const t of e)t?(i.has(t)&&(this.duplicateColumnId=!0),i.add(t)):this.missingColumnId=!0
4895
+ return!this.missingColumnId&&!this.duplicateColumnId}}const Jg=fe`
4890
4896
  ${bo("flex")}
4891
4897
 
4892
4898
  :host {
@@ -4978,10 +4984,10 @@ continue}const e=n[t]
4978
4984
  padding: 0px calc(${Yr} / 2);
4979
4985
  font: ${lc};
4980
4986
  color: ${cc};
4981
- ${Ur.cssCustomProperty}: ${cc};
4987
+ ${Gr.cssCustomProperty}: ${cc};
4982
4988
  text-transform: uppercase;
4983
4989
  }
4984
- `,tv=G`
4990
+ `,tv=U`
4985
4991
  <template role="columnheader">
4986
4992
  <slot></slot>
4987
4993
  </template>
@@ -5011,7 +5017,7 @@ const ov=fe`
5011
5017
  display: flex;
5012
5018
  align-items: center;
5013
5019
  }
5014
- `,rv=G`
5020
+ `,rv=U`
5015
5021
  <template role="cell">
5016
5022
  <div ${Se("cellContentContainer")} class="cell-content-container"></div>
5017
5023
  </template>
@@ -5019,9 +5025,9 @@ const ov=fe`
5019
5025
  class av extends St{constructor(){super(...arguments),this.customCellView=void 0}connectedCallback(){super.connectedCallback(),this.customCellView=this.cellTemplate?.render(this.cellState,this.cellContentContainer)}disconnectedCallback(){super.disconnectedCallback(),this.customCellView&&(this.customCellView.dispose(),this.customCellView=void 0)}cellStateChanged(){this.customCellView?.bind(this.cellState,x)}cellTemplateChanged(){this.$fastController.isConnected&&(this.customCellView=this.cellTemplate?.render(this.cellState,this.cellContentContainer))}cellStylesChanged(e,t){e&&this.$fastController.removeStyles(e),t&&this.$fastController.addStyles(t)}}e([f],av.prototype,"cellState",void 0),e([f],av.prototype,"cellTemplate",void 0),e([f],av.prototype,"cellStyles",void 0)
5020
5026
  const lv=av.compose({baseName:"table-cell",template:rv,styles:sv})
5021
5027
  sn.getOrCreate().withPrefix("nimble").register(lv())
5022
- const cv=G`
5028
+ const cv=U`
5023
5029
  <template role="row">
5024
- ${Ve((e=>e.columnStates),G`
5030
+ ${Ve((e=>e.columnStates),U`
5025
5031
  <${sn.tagFor(av)}
5026
5032
  class="cell"
5027
5033
  :cellTemplate="${e=>e.column.cellTemplate}"
@@ -5039,12 +5045,12 @@ i={cellRecord:Object.fromEntries(e.cellRecordFieldNames.map(((e,t)=>[e,n[t]]))),
5039
5045
  return{column:e,cellState:i}}))}hasValidFieldNames(e){return e.every((e=>void 0!==e))}}e([oe({attribute:"record-id"})],dv.prototype,"recordId",void 0),e([f],dv.prototype,"dataRecord",void 0),e([f],dv.prototype,"columns",void 0),e([m],dv.prototype,"columnStates",null)
5040
5046
  const hv=dv.compose({baseName:"table-row",template:cv,styles:ov})
5041
5047
  sn.getOrCreate().withPrefix("nimble").register(hv())
5042
- const uv=G`
5043
- <template role="table" ${De({property:"childItems",filter:He()})}>
5048
+ const uv=U`
5049
+ <template role="table" ${Fe({property:"childItems",filter:He()})}>
5044
5050
  <div class="table-container">
5045
5051
  <div role="rowgroup" class="header-container">
5046
5052
  <div class="header-row" role="row">
5047
- ${Ve((e=>e.columns),G`
5053
+ ${Ve((e=>e.columns),U`
5048
5054
  <${sn.tagFor(iv)} class="header">
5049
5055
  <slot name="${e=>e.slot}"></slot>
5050
5056
  </${sn.tagFor(iv)}>
@@ -5055,8 +5061,8 @@ const uv=G`
5055
5061
  <div class="table-viewport" ${Se("viewport")}>
5056
5062
  <div class="table-scroll" style="height: ${e=>e.virtualizer.allRowsHeight}px;"></div>
5057
5063
  <div class="table-row-container" role="rowgroup" style="transform: ${e=>0===e.virtualizer.rowContainerYOffset?"none":`translateY(${e.virtualizer.rowContainerYOffset}px)`};">
5058
- ${Re((e=>e.columns.length>0&&e.canRenderRows),G`
5059
- ${Ve((e=>e.virtualizer.visibleItems),G`
5064
+ ${Ie((e=>e.columns.length>0&&e.canRenderRows),U`
5065
+ ${Ve((e=>e.virtualizer.visibleItems),U`
5060
5066
  <${sn.tagFor(dv)}
5061
5067
  class="row"
5062
5068
  record-id="${(e,t)=>t.parent.tableData[e.index]?.id}"
@@ -5167,14 +5173,16 @@ this.visibleItems=e.getVirtualItems(),this.allRowsHeight=e.getTotalSize()
5167
5173
  let t=0
5168
5174
  if(this.visibleItems.length>0){const i=this.visibleItems[0]
5169
5175
  this.visibleItems[this.visibleItems.length-1].end<this.allRowsHeight&&(t=i.start-e.scrollOffset)}this.rowContainerYOffset=t}}e([f],kv.prototype,"visibleItems",void 0),e([f],kv.prototype,"allRowsHeight",void 0),e([f],kv.prototype,"headerContainerMarginRight",void 0),e([f],kv.prototype,"rowContainerYOffset",void 0)
5170
- class _v extends St{constructor(){super(),this.tableData=[],this.columns=[],this.childItems=[],this.canRenderRows=!0,this.tableValidator=new Qg,this.update=e=>{this.table.setOptions((t=>({...t,...this.options,state:e,onStateChange:t=>{const i="function"==typeof t?t(e):t
5176
+ class _v extends St{constructor(){super(),this.tableData=[],this.columns=[],this.childItems=[],this.canRenderRows=!0,this.tableValidator=new Qg,this.columnNotifiers=[],this.update=e=>{this.table.setOptions((t=>({...t,...this.options,state:e,onStateChange:t=>{const i="function"==typeof t?t(e):t
5171
5177
  this.update(i)}})))},this.options={data:[],onStateChange:e=>{},getCoreRowModel:e=>vg((()=>[e.options.data]),(t=>{const i={rows:[],flatRows:[],rowsById:{}},n=function(t,o,s){void 0===o&&(o=0)
5172
5178
  const r=[]
5173
5179
  for(let l=0;l<t.length;l++){const c=Kg(e,e._getRowId(t[l],l,s),t[l],l,o)
5174
5180
  var a
5175
5181
  i.flatRows.push(c),i.rowsById[c.id]=c,r.push(c),e.options.getSubRows&&(c.originalSubRows=e.options.getSubRows(t[l],l),null!=(a=c.originalSubRows)&&a.length&&(c.subRows=n(c.originalSubRows,o+1,c)))}return r}
5176
5182
  return i.rows=n(t),i}),{key:!1,debug:()=>{var t
5177
- return null!=(t=e.options.debugAll)?t:e.options.debugTable},onChange:()=>{e._autoResetPageIndex()}}),columns:[],state:{},renderFallbackValue:null,autoResetAll:!1},this.table=Wg(this.options),this.virtualizer=new kv(this)}get validity(){return this.tableValidator.getValidity()}setData(e){this.generateTanStackColumns(e),this.setTableData(e)}idFieldNameChanged(e,t){this.setTableData(this.table.options.data)}connectedCallback(){super.connectedCallback(),this.virtualizer.connectedCallback()}disconnectedCallback(){this.virtualizer.disconnectedCallback()}checkValidity(){return this.tableValidator.isValid()}childItemsChanged(){this.updateColumnsFromChildItems()}async updateColumnsFromChildItems(){const e=this.childItems.map((async e=>e.matches(":not(:defined)")?customElements.whenDefined(e.localName):Promise.resolve()))
5183
+ return null!=(t=e.options.debugAll)?t:e.options.debugTable},onChange:()=>{e._autoResetPageIndex()}}),columns:[],state:{},renderFallbackValue:null,autoResetAll:!1},this.table=Wg(this.options),this.virtualizer=new kv(this)}get validity(){return this.tableValidator.getValidity()}setData(e){this.generateTanStackColumns(e),this.setTableData(e)}connectedCallback(){super.connectedCallback(),this.virtualizer.connectedCallback(),this.validateAndObserveColumns()}disconnectedCallback(){super.disconnectedCallback(),this.virtualizer.disconnectedCallback(),this.removeColumnObservers()}checkValidity(){return this.tableValidator.isValid()}handleChange(e,t){e instanceof Yg&&"columnId"===t&&this.validateColumnIds()}childItemsChanged(){this.updateColumnsFromChildItems()}idFieldNameChanged(e,t){this.setTableData(this.table.options.data)}columnsChanged(e,t){this.$fastController.isConnected&&this.validateAndObserveColumns()}removeColumnObservers(){this.columnNotifiers.forEach((e=>{e.unsubscribe(this)})),this.columnNotifiers=[]}validateAndObserveColumns(){this.removeColumnObservers()
5184
+ for(const e of this.columns){const t=v.getNotifier(e)
5185
+ t.subscribe(this),this.columnNotifiers.push(t)}this.validateColumnIds()}validateColumnIds(){this.tableValidator.validateColumnIds(this.columns.map((e=>e.columnId))),this.canRenderRows=this.checkValidity()}async updateColumnsFromChildItems(){const e=this.childItems.map((async e=>e.matches(":not(:defined)")?customElements.whenDefined(e.localName):Promise.resolve()))
5178
5186
  await Promise.all(e),this.columns=this.childItems.filter((e=>e instanceof Yg))}setTableData(e){const t=e.map((e=>({...e})))
5179
5187
  this.tableValidator.validateRecordIds(t,this.idFieldName),this.canRenderRows=this.checkValidity()
5180
5188
  const i=null===this.idFieldName||void 0===this.idFieldName?void 0:e=>e[this.idFieldName]
@@ -5184,15 +5192,15 @@ const t=e[0],i=Object.keys(t).map((e=>({id:e,accessorKey:e,header:e})))
5184
5192
  this.updateTableOptions({columns:i})}}e([oe({attribute:"id-field-name"})],_v.prototype,"idFieldName",void 0),e([f],_v.prototype,"tableData",void 0),e([f],_v.prototype,"columns",void 0),e([f],_v.prototype,"childItems",void 0),e([f],_v.prototype,"canRenderRows",void 0)
5185
5193
  const Sv=_v.compose({baseName:"table",template:uv,styles:Jg})
5186
5194
  sn.getOrCreate().withPrefix("nimble").register(Sv())
5187
- const Rv=fe`
5195
+ const Iv=fe`
5188
5196
  :host {
5189
5197
  display: contents;
5190
5198
  }
5191
- `,Mv=G`
5199
+ `,Rv=U`
5192
5200
  <template>
5193
5201
  <slot></slot>
5194
5202
  </template>
5195
- `,Iv=fe`
5203
+ `,Mv=fe`
5196
5204
  span {
5197
5205
  font: ${gl};
5198
5206
  color: ${vl};
@@ -5204,15 +5212,15 @@ const Rv=fe`
5204
5212
  .placeholder {
5205
5213
  color: ${Ol};
5206
5214
  }
5207
- `,Av=G`
5215
+ `,Av=U`
5208
5216
  <span
5209
5217
  class="${e=>"string"==typeof e.cellRecord.value?"":"placeholder"}"
5210
5218
  >
5211
5219
  ${e=>"string"==typeof e.cellRecord.value?e.cellRecord.value:e.columnConfig.placeholder}
5212
5220
  </span>
5213
5221
  `
5214
- class Ov extends Yg{constructor(){super(...arguments),this.cellRecordFieldNames=["value"],this.cellStyles=Iv,this.cellTemplate=Av}getColumnConfig(){return{placeholder:this.placeholder??""}}getDataRecordFieldNames(){return[this.fieldName]}}e([oe({attribute:"field-name"})],Ov.prototype,"fieldName",void 0),e([oe],Ov.prototype,"placeholder",void 0)
5215
- const Ev=Ov.compose({baseName:"table-column-text",template:Mv,styles:Rv})
5222
+ class Ov extends Yg{constructor(){super(...arguments),this.cellRecordFieldNames=["value"],this.cellStyles=Mv,this.cellTemplate=Av}getColumnConfig(){return{placeholder:this.placeholder??""}}getDataRecordFieldNames(){return[this.fieldName]}}e([oe({attribute:"field-name"})],Ov.prototype,"fieldName",void 0),e([oe],Ov.prototype,"placeholder",void 0)
5223
+ const Ev=Ov.compose({baseName:"table-column-text",template:Rv,styles:Iv})
5216
5224
  sn.getOrCreate().withPrefix("nimble").register(Ev())
5217
5225
  const Vv=fe`
5218
5226
  ${bo("grid")}
@@ -5237,13 +5245,13 @@ const Vv=fe`
5237
5245
  grid-column-end: 4;
5238
5246
  }
5239
5247
  `
5240
- const Hv=class extends jn{constructor(){super(),this.activeindicator=!1}}.compose({baseName:"tabs",baseClass:jn,template:(e,t)=>G`
5248
+ const Hv=class extends jn{constructor(){super(),this.activeindicator=!1}}.compose({baseName:"tabs",baseClass:jn,template:(e,t)=>U`
5241
5249
  <template class="${e=>e.orientation}">
5242
5250
  ${Ne(0,t)}
5243
5251
  <div class="tablist" part="tablist" role="tablist">
5244
5252
  <slot class="tab" name="tab" part="tab" ${Te("tabs")}></slot>
5245
5253
 
5246
- ${Re((e=>e.showActiveIndicator),G`
5254
+ ${Ie((e=>e.showActiveIndicator),U`
5247
5255
  <div
5248
5256
  ${Se("activeIndicatorRef")}
5249
5257
  class="activeIndicator"
@@ -5273,10 +5281,10 @@ const Lv=fe`
5273
5281
  display: inline-block;
5274
5282
  height: 24px;
5275
5283
  border-left: calc(${Qr} * 2) solid
5276
- rgba(${Fr}, 0.3);
5284
+ rgba(${Dr}, 0.3);
5277
5285
  margin: calc(${Yr} / 4) calc(${Yr} / 2);
5278
5286
  }
5279
- `,Pv=G`
5287
+ `,Pv=U`
5280
5288
  <template slot="end">
5281
5289
  <div class="separator"></div>
5282
5290
  <slot></slot>
@@ -5284,7 +5292,7 @@ const Lv=fe`
5284
5292
  `
5285
5293
  const Tv=class extends St{}.compose({baseName:"tabs-toolbar",template:Pv,styles:Lv})
5286
5294
  sn.getOrCreate().withPrefix("nimble").register(Tv())
5287
- const zv="outline",Dv="block",Fv=fe`
5295
+ const zv="outline",Fv="block",Dv=fe`
5288
5296
  ${bo("inline-flex")}
5289
5297
 
5290
5298
  :host {
@@ -5347,7 +5355,7 @@ const zv="outline",Dv="block",Fv=fe`
5347
5355
  .control[readonly]:hover:focus-within,
5348
5356
  .control[disabled],
5349
5357
  .control[disabled]:hover {
5350
- border-color: rgba(${Fr}, 0.1);
5358
+ border-color: rgba(${Dr}, 0.1);
5351
5359
  box-shadow: none;
5352
5360
  }
5353
5361
 
@@ -5378,12 +5386,12 @@ const zv="outline",Dv="block",Fv=fe`
5378
5386
  }
5379
5387
  `.withBehaviors(Vc(zv,fe`
5380
5388
  .control {
5381
- border-color: rgba(${Fr}, 0.3);
5389
+ border-color: rgba(${Dr}, 0.3);
5382
5390
  background-color: transparent;
5383
5391
  }
5384
- `),Vc(Dv,fe`
5392
+ `),Vc(Fv,fe`
5385
5393
  .control {
5386
- background-color: rgba(${Fr}, 0.1);
5394
+ background-color: rgba(${Dr}, 0.1);
5387
5395
  }
5388
5396
 
5389
5397
  :host([readonly]) .control {
@@ -5392,11 +5400,11 @@ const zv="outline",Dv="block",Fv=fe`
5392
5400
 
5393
5401
  :host([disabled]) .control {
5394
5402
  border-color: transparent;
5395
- background-color: rgba(${Fr}, 0.1);
5403
+ background-color: rgba(${Dr}, 0.1);
5396
5404
  }
5397
5405
  `))
5398
5406
  class Bv extends Wn{constructor(){super(...arguments),this.appearance=zv}}e([oe],Bv.prototype,"appearance",void 0)
5399
- const Nv=Bv.compose({baseName:"text-area",baseClass:Wn,template:(e,t)=>G`
5407
+ const Nv=Bv.compose({baseName:"text-area",baseClass:Wn,template:(e,t)=>U`
5400
5408
  <template
5401
5409
  class="
5402
5410
  ${e=>e.readOnly?"readonly":""}
@@ -5451,9 +5459,9 @@ const Nv=Bv.compose({baseName:"text-area",baseClass:Wn,template:(e,t)=>G`
5451
5459
  ${Se("control")}
5452
5460
  ></textarea>
5453
5461
  </template>
5454
- `,styles:Fv,shadowOptions:{delegatesFocus:!0}})
5462
+ `,styles:Dv,shadowOptions:{delegatesFocus:!0}})
5455
5463
  sn.getOrCreate().withPrefix("nimble").register(Nv())
5456
- const Zv="underline",qv="outline",jv="block",Uv="frameless",Gv=fe`
5464
+ const Zv="underline",qv="outline",jv="block",Gv="frameless",Uv=fe`
5457
5465
  ${bo("inline-block")}
5458
5466
  ${fp}
5459
5467
 
@@ -5492,17 +5500,17 @@ const Zv="underline",qv="outline",jv="block",Uv="frameless",Gv=fe`
5492
5500
  font: inherit;
5493
5501
  align-items: center;
5494
5502
  justify-content: center;
5495
- border: 0px solid rgba(${Fr}, 0.3);
5503
+ border: 0px solid rgba(${Dr}, 0.3);
5496
5504
  gap: calc(${Yr} / 2);
5497
5505
  padding: ${Qr};
5498
5506
  }
5499
5507
 
5500
5508
  :host([readonly]) .root {
5501
- border-color: rgba(${Fr}, 0.1);
5509
+ border-color: rgba(${Dr}, 0.1);
5502
5510
  }
5503
5511
 
5504
5512
  :host([disabled]) .root {
5505
- border-color: rgba(${Fr}, 0.1);
5513
+ border-color: rgba(${Dr}, 0.1);
5506
5514
  }
5507
5515
 
5508
5516
  :host([error-visible]) .root {
@@ -5632,7 +5640,7 @@ const Zv="underline",qv="outline",jv="block",Uv="frameless",Gv=fe`
5632
5640
  }
5633
5641
  `),Vc(jv,fe`
5634
5642
  .root {
5635
- background-color: rgba(${Fr}, 0.1);
5643
+ background-color: rgba(${Dr}, 0.1);
5636
5644
  }
5637
5645
 
5638
5646
  .control {
@@ -5651,19 +5659,19 @@ const Zv="underline",qv="outline",jv="block",Uv="frameless",Gv=fe`
5651
5659
  }
5652
5660
 
5653
5661
  :host([readonly]) .root {
5654
- background-color: rgba(${Fr}, 0.07);
5662
+ background-color: rgba(${Dr}, 0.07);
5655
5663
  border-color: transparent;
5656
5664
  }
5657
5665
 
5658
5666
  :host([disabled]) .root {
5659
- background-color: rgba(${Fr}, 0.07);
5667
+ background-color: rgba(${Dr}, 0.07);
5660
5668
  }
5661
5669
  `),Vc(qv,fe`
5662
5670
  .root {
5663
5671
  border-width: ${Qr};
5664
5672
  padding: 0;
5665
5673
  }
5666
- `),Vc(Uv,fe`
5674
+ `),Vc(Gv,fe`
5667
5675
  .control {
5668
5676
  padding-left: ${Qr};
5669
5677
  padding-right: ${Qr};
@@ -5682,7 +5690,7 @@ const Zv="underline",qv="outline",jv="block",Uv="frameless",Gv=fe`
5682
5690
  }
5683
5691
  `))
5684
5692
  class Xv extends _n{constructor(){super(...arguments),this.appearance=Zv,this.errorVisible=!1,this.fullBleed=!1}}e([oe],Xv.prototype,"appearance",void 0),e([oe({attribute:"error-text"})],Xv.prototype,"errorText",void 0),e([oe({attribute:"error-visible",mode:"boolean"})],Xv.prototype,"errorVisible",void 0),e([oe({attribute:"full-bleed",mode:"boolean"})],Xv.prototype,"fullBleed",void 0)
5685
- const Wv=Xv.compose({baseName:"text-field",baseClass:_n,template:(e,t)=>G`
5693
+ const Wv=Xv.compose({baseName:"text-field",baseClass:_n,template:(e,t)=>U`
5686
5694
  <template
5687
5695
  class="
5688
5696
  ${e=>e.readOnly?"readonly":""}
@@ -5742,7 +5750,7 @@ const Wv=Xv.compose({baseName:"text-field",baseClass:_n,template:(e,t)=>G`
5742
5750
  ${Be(0,t)}
5743
5751
  </div>
5744
5752
  </template>
5745
- `,styles:Gv,shadowOptions:{delegatesFocus:!0},end:G`
5753
+ `,styles:Uv,shadowOptions:{delegatesFocus:!0},end:U`
5746
5754
  <${sn.tagFor(hp)}
5747
5755
  severity="error"
5748
5756
  class="error-icon"
@@ -5778,7 +5786,7 @@ const Kv=fe`
5778
5786
  margin-left: auto;
5779
5787
  }
5780
5788
  `
5781
- const Yv=class extends Yn{}.compose({baseName:"toolbar",baseClass:Yn,template:(e,t)=>G`
5789
+ const Yv=class extends Yn{}.compose({baseName:"toolbar",baseClass:Yn,template:(e,t)=>U`
5782
5790
  <template
5783
5791
  aria-label="${e=>e.ariaLabel}"
5784
5792
  aria-labelledby="${e=>e.ariaLabelledby}"
@@ -5788,7 +5796,7 @@ const Yv=class extends Yn{}.compose({baseName:"toolbar",baseClass:Yn,template:(e
5788
5796
  @click="${(e,t)=>e.clickHandler(t.event)}"
5789
5797
  @focusin="${(e,t)=>e.focusinHandler(t.event)}"
5790
5798
  @keydown="${(e,t)=>e.keydownHandler(t.event)}"
5791
- ${De({property:"childItems",attributeFilter:["disabled","hidden"],filter:He(),subtree:!0})}
5799
+ ${Fe({property:"childItems",attributeFilter:["disabled","hidden"],filter:He(),subtree:!0})}
5792
5800
  >
5793
5801
  <slot name="label"></slot>
5794
5802
  <div class="positioning-region" part="positioning-region">
@@ -5805,11 +5813,11 @@ const Qv=fe`
5805
5813
  ${bo("inline-flex")}
5806
5814
 
5807
5815
  :host {
5808
- font: ${Ul};
5809
- color: ${Gl};
5816
+ font: ${Gl};
5817
+ color: ${Ul};
5810
5818
  text-align: left;
5811
- --ni-private-tooltip-border-color: ${rs(Go,.3)};
5812
- --ni-private-tooltip-background-color: ${Fo};
5819
+ --ni-private-tooltip-border-color: ${rs(Uo,.3)};
5820
+ --ni-private-tooltip-background-color: ${Do};
5813
5821
  }
5814
5822
 
5815
5823
  .tooltip {
@@ -5854,7 +5862,7 @@ const Qv=fe`
5854
5862
  }
5855
5863
  `),Ku(us,fe`
5856
5864
  :host {
5857
- --ni-private-tooltip-border-color: ${rs(Fo,.3)};
5865
+ --ni-private-tooltip-border-color: ${rs(Do,.3)};
5858
5866
  --ni-private-tooltip-background-color: ${qo};
5859
5867
  }
5860
5868
 
@@ -5886,9 +5894,9 @@ const Qv=fe`
5886
5894
  .status-icon {
5887
5895
  opacity: 0.6;
5888
5896
  }
5889
- `)),Jv=G`
5890
- ${Re((e=>e.tooltipVisible),G`
5891
- <${sn.tagFor(Gc)}
5897
+ `)),Jv=U`
5898
+ ${Ie((e=>e.tooltipVisible),U`
5899
+ <${sn.tagFor(Uc)}
5892
5900
  class="anchored-region"
5893
5901
  fixed-placement="true"
5894
5902
  auto-update-mode="${e=>e.autoUpdateMode}"
@@ -5916,7 +5924,7 @@ const Qv=fe`
5916
5924
  ></${sn.tagFor(Op)}>
5917
5925
  <slot></slot>
5918
5926
  </div>
5919
- </${sn.tagFor(Gc)}>
5927
+ </${sn.tagFor(Uc)}>
5920
5928
  `)}
5921
5929
  `
5922
5930
  class ef extends go{constructor(){super(...arguments),this.iconVisible=!1}}e([oe],ef.prototype,"severity",void 0),e([oe({attribute:"icon-visible",mode:"boolean"})],ef.prototype,"iconVisible",void 0)
@@ -6109,7 +6117,7 @@ const cf=class extends fo{constructor(){super(...arguments),this.treeView=null,t
6109
6117
  e?.forEach((e=>e.removeAttribute(nf)))}setGroupSelectionOnRootParentTreeItem(e){this.clearTreeGroupSelection()
6110
6118
  let t=e
6111
6119
  for(;t?.parentElement!==this.treeView;)t=t?.parentElement
6112
- t&&t.setAttribute(nf,"true")}getParentTreeView(){return this.parentElement.closest("[role='tree']")}}.compose({baseName:"tree-item",baseClass:fo,template:(e,t)=>G`
6120
+ t&&t.setAttribute(nf,"true")}getParentTreeView(){return this.parentElement.closest("[role='tree']")}}.compose({baseName:"tree-item",baseClass:fo,template:(e,t)=>U`
6113
6121
  <template
6114
6122
  role="treeitem"
6115
6123
  slot="${e=>e.isNestedItem()?"item":void 0}"
@@ -6121,11 +6129,11 @@ t&&t.setAttribute(nf,"true")}getParentTreeView(){return this.parentElement.close
6121
6129
  aria-disabled="${e=>e.disabled}"
6122
6130
  @focusin="${(e,t)=>e.handleFocus(t.event)}"
6123
6131
  @focusout="${(e,t)=>e.handleBlur(t.event)}"
6124
- ${De({property:"childItems",filter:He()})}
6132
+ ${Fe({property:"childItems",filter:He()})}
6125
6133
  >
6126
6134
  <div class="positioning-region" part="positioning-region">
6127
6135
  <div class="content-region" part="content-region">
6128
- ${Re((e=>e.childItems&&e.childItemLength()>0),G`
6136
+ ${Ie((e=>e.childItems&&e.childItemLength()>0),U`
6129
6137
  <div
6130
6138
  aria-hidden="true"
6131
6139
  class="expand-collapse-button"
@@ -6143,7 +6151,7 @@ t&&t.setAttribute(nf,"true")}getParentTreeView(){return this.parentElement.close
6143
6151
  ${Be(0,t)}
6144
6152
  </div>
6145
6153
  </div>
6146
- ${Re((e=>e.childItems&&e.childItemLength()>0&&(e.expanded||e.renderCollapsedChildren)),G`
6154
+ ${Ie((e=>e.childItems&&e.childItemLength()>0&&(e.expanded||e.renderCollapsedChildren)),U`
6147
6155
  <div role="group" class="items" part="items">
6148
6156
  <slot name="item" ${Te("items")}></slot>
6149
6157
  </div>
@@ -6171,7 +6179,7 @@ return!t.disabled&&(this.canSelect(t)?t.selected=!0:this.itemHasChildren(t)&&(t.
6171
6179
  case rf:return!1
6172
6180
  case sf:return!this.itemHasChildren(e)
6173
6181
  default:return!0}}itemHasChildren(e){return null!==e.querySelector('[role="treeitem"]')}}e([oe({attribute:"selection-mode"})],hf.prototype,"selectionMode",void 0)
6174
- const uf=hf.compose({baseName:"tree-view",baseClass:mo,template:(e,t)=>G`
6182
+ const uf=hf.compose({baseName:"tree-view",baseClass:mo,template:(e,t)=>U`
6175
6183
  <template
6176
6184
  role="tree"
6177
6185
  ${Se("treeView")}
@@ -6204,13 +6212,13 @@ var wf="http://www.w3.org/1999/xhtml",xf={svg:"http://www.w3.org/2000/svg",xhtml
6204
6212
  function yf(e){var t=e+="",i=t.indexOf(":")
6205
6213
  return i>=0&&"xmlns"!==(t=e.slice(0,i))&&(e=e.slice(i+1)),xf.hasOwnProperty(t)?{space:xf[t],local:e}:e}function $f(e){return function(){var t=this.ownerDocument,i=this.namespaceURI
6206
6214
  return i===wf&&t.documentElement.namespaceURI===wf?t.createElement(e):t.createElementNS(i,e)}}function Cf(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function kf(e){var t=yf(e)
6207
- return(t.local?Cf:$f)(t)}function _f(){}function Sf(e){return null==e?_f:function(){return this.querySelector(e)}}function Rf(e){return null==e?[]:Array.isArray(e)?e:Array.from(e)}function Mf(){return[]}function If(e){return null==e?Mf:function(){return this.querySelectorAll(e)}}function Af(e){return function(){return this.matches(e)}}function Of(e){return function(t){return t.matches(e)}}var Ef=Array.prototype.find
6215
+ return(t.local?Cf:$f)(t)}function _f(){}function Sf(e){return null==e?_f:function(){return this.querySelector(e)}}function If(e){return null==e?[]:Array.isArray(e)?e:Array.from(e)}function Rf(){return[]}function Mf(e){return null==e?Rf:function(){return this.querySelectorAll(e)}}function Af(e){return function(){return this.matches(e)}}function Of(e){return function(t){return t.matches(e)}}var Ef=Array.prototype.find
6208
6216
  function Vf(){return this.firstElementChild}var Hf=Array.prototype.filter
6209
- function Lf(){return Array.from(this.children)}function Pf(e){return new Array(e.length)}function Tf(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}function zf(e){return function(){return e}}function Df(e,t,i,n,o,s){for(var r,a=0,l=t.length,c=s.length;a<c;++a)(r=t[a])?(r.__data__=s[a],n[a]=r):i[a]=new Tf(e,s[a])
6210
- for(;a<l;++a)(r=t[a])&&(o[a]=r)}function Ff(e,t,i,n,o,s,r){var a,l,c,d=new Map,h=t.length,u=s.length,p=new Array(h)
6217
+ function Lf(){return Array.from(this.children)}function Pf(e){return new Array(e.length)}function Tf(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}function zf(e){return function(){return e}}function Ff(e,t,i,n,o,s){for(var r,a=0,l=t.length,c=s.length;a<c;++a)(r=t[a])?(r.__data__=s[a],n[a]=r):i[a]=new Tf(e,s[a])
6218
+ for(;a<l;++a)(r=t[a])&&(o[a]=r)}function Df(e,t,i,n,o,s,r){var a,l,c,d=new Map,h=t.length,u=s.length,p=new Array(h)
6211
6219
  for(a=0;a<h;++a)(l=t[a])&&(p[a]=c=r.call(l,l.__data__,a,t)+"",d.has(c)?o[a]=l:d.set(c,l))
6212
6220
  for(a=0;a<u;++a)c=r.call(e,s[a],a,s)+"",(l=d.get(c))?(n[a]=l,l.__data__=s[a],d.delete(c)):i[a]=new Tf(e,s[a])
6213
- for(a=0;a<h;++a)(l=t[a])&&d.get(p[a])===l&&(o[a]=l)}function Bf(e){return e.__data__}function Nf(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function Zf(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function qf(e){return function(){this.removeAttribute(e)}}function jf(e){return function(){this.removeAttributeNS(e.space,e.local)}}function Uf(e,t){return function(){this.setAttribute(e,t)}}function Gf(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function Xf(e,t){return function(){var i=t.apply(this,arguments)
6221
+ for(a=0;a<h;++a)(l=t[a])&&d.get(p[a])===l&&(o[a]=l)}function Bf(e){return e.__data__}function Nf(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function Zf(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function qf(e){return function(){this.removeAttribute(e)}}function jf(e){return function(){this.removeAttributeNS(e.space,e.local)}}function Gf(e,t){return function(){this.setAttribute(e,t)}}function Uf(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function Xf(e,t){return function(){var i=t.apply(this,arguments)
6214
6222
  null==i?this.removeAttribute(e):this.setAttribute(e,i)}}function Wf(e,t){return function(){var i=t.apply(this,arguments)
6215
6223
  null==i?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,i)}}function Kf(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function Yf(e){return function(){this.style.removeProperty(e)}}function Qf(e,t,i){return function(){this.style.setProperty(e,t,i)}}function Jf(e,t,i){return function(){var n=t.apply(this,arguments)
6216
6224
  null==n?this.style.removeProperty(e):this.style.setProperty(e,n,i)}}function em(e,t){return e.style.getPropertyValue(t)||Kf(e).getComputedStyle(e,null).getPropertyValue(t)}function tm(e){return function(){delete this[e]}}function im(e,t){return function(){this[e]=t}}function nm(e,t){return function(){var i=t.apply(this,arguments)
@@ -6223,8 +6231,8 @@ return t?t.insertBefore(e,this.nextSibling):e}function km(e){return e.trim().spl
6223
6231
  return i>=0&&(t=e.slice(i+1),e=e.slice(0,i)),{type:e,name:t}}))}function _m(e){return function(){var t=this.__on
6224
6232
  if(t){for(var i,n=0,o=-1,s=t.length;n<s;++n)i=t[n],e.type&&i.type!==e.type||i.name!==e.name?t[++o]=i:this.removeEventListener(i.type,i.listener,i.options);++o?t.length=o:delete this.__on}}}function Sm(e,t,i){return function(){var n,o=this.__on,s=function(e){return function(t){e.call(this,t,this.__data__)}}(t)
6225
6233
  if(o)for(var r=0,a=o.length;r<a;++r)if((n=o[r]).type===e.type&&n.name===e.name)return this.removeEventListener(n.type,n.listener,n.options),this.addEventListener(n.type,n.listener=s,n.options=i),void(n.value=t)
6226
- this.addEventListener(e.type,s,i),n={type:e.type,name:e.name,value:t,listener:s,options:i},o?o.push(n):this.__on=[n]}}function Rm(e,t,i){var n=Kf(e),o=n.CustomEvent
6227
- "function"==typeof o?o=new o(t,i):(o=n.document.createEvent("Event"),i?(o.initEvent(t,i.bubbles,i.cancelable),o.detail=i.detail):o.initEvent(t,!1,!1)),e.dispatchEvent(o)}function Mm(e,t){return function(){return Rm(this,e,t)}}function Im(e,t){return function(){return Rm(this,e,t.apply(this,arguments))}}Tf.prototype={constructor:Tf,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}},rm.prototype={add:function(e){this._names.indexOf(e)<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e)
6234
+ this.addEventListener(e.type,s,i),n={type:e.type,name:e.name,value:t,listener:s,options:i},o?o.push(n):this.__on=[n]}}function Im(e,t,i){var n=Kf(e),o=n.CustomEvent
6235
+ "function"==typeof o?o=new o(t,i):(o=n.document.createEvent("Event"),i?(o.initEvent(t,i.bubbles,i.cancelable),o.detail=i.detail):o.initEvent(t,!1,!1)),e.dispatchEvent(o)}function Rm(e,t){return function(){return Im(this,e,t)}}function Mm(e,t){return function(){return Im(this,e,t.apply(this,arguments))}}Tf.prototype={constructor:Tf,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}},rm.prototype={add:function(e){this._names.indexOf(e)<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e)
6228
6236
  t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}}
6229
6237
  var Am=[null]
6230
6238
  function Om(e,t){this._groups=e,this._parents=t}function Em(){return new Om([[document.documentElement]],Am)}function Vm(e){return"string"==typeof e?new Om([[document.querySelector(e)]],[document.documentElement]):new Om([[e]],Am)}function Hm(e,t){if(e=function(e){let t
@@ -6234,12 +6242,12 @@ if(i.createSVGPoint){var n=i.createSVGPoint()
6234
6242
  return n.x=e.clientX,n.y=e.clientY,[(n=n.matrixTransform(t.getScreenCTM().inverse())).x,n.y]}if(t.getBoundingClientRect){var o=t.getBoundingClientRect()
6235
6243
  return[e.clientX-o.left-t.clientLeft,e.clientY-o.top-t.clientTop]}}return[e.pageX,e.pageY]}Om.prototype=Em.prototype={constructor:Om,select:function(e){"function"!=typeof e&&(e=Sf(e))
6236
6244
  for(var t=this._groups,i=t.length,n=new Array(i),o=0;o<i;++o)for(var s,r,a=t[o],l=a.length,c=n[o]=new Array(l),d=0;d<l;++d)(s=a[d])&&(r=e.call(s,s.__data__,d,a))&&("__data__"in s&&(r.__data__=s.__data__),c[d]=r)
6237
- return new Om(n,this._parents)},selectAll:function(e){e="function"==typeof e?function(e){return function(){return Rf(e.apply(this,arguments))}}(e):If(e)
6245
+ return new Om(n,this._parents)},selectAll:function(e){e="function"==typeof e?function(e){return function(){return If(e.apply(this,arguments))}}(e):Mf(e)
6238
6246
  for(var t=this._groups,i=t.length,n=[],o=[],s=0;s<i;++s)for(var r,a=t[s],l=a.length,c=0;c<l;++c)(r=a[c])&&(n.push(e.call(r,r.__data__,c,a)),o.push(r))
6239
6247
  return new Om(n,o)},selectChild:function(e){return this.select(null==e?Vf:function(e){return function(){return Ef.call(this.children,e)}}("function"==typeof e?e:Of(e)))},selectChildren:function(e){return this.selectAll(null==e?Lf:function(e){return function(){return Hf.call(this.children,e)}}("function"==typeof e?e:Of(e)))},filter:function(e){"function"!=typeof e&&(e=Af(e))
6240
6248
  for(var t=this._groups,i=t.length,n=new Array(i),o=0;o<i;++o)for(var s,r=t[o],a=r.length,l=n[o]=[],c=0;c<a;++c)(s=r[c])&&e.call(s,s.__data__,c,r)&&l.push(s)
6241
6249
  return new Om(n,this._parents)},data:function(e,t){if(!arguments.length)return Array.from(this,Bf)
6242
- var i=t?Ff:Df,n=this._parents,o=this._groups
6250
+ var i=t?Df:Ff,n=this._parents,o=this._groups
6243
6251
  "function"!=typeof e&&(e=zf(e))
6244
6252
  for(var s=o.length,r=new Array(s),a=new Array(s),l=new Array(s),c=0;c<s;++c){var d=n[c],h=o[c],u=h.length,p=Nf(e.call(d,d&&d.__data__,c,n)),g=p.length,v=a[c]=new Array(g),f=r[c]=new Array(g),m=l[c]=new Array(u)
6245
6253
  i(d,h,v,f,m,p,t)
@@ -6256,27 +6264,27 @@ for(const t of this)++e
6256
6264
  return e},empty:function(){return!this.node()},each:function(e){for(var t=this._groups,i=0,n=t.length;i<n;++i)for(var o,s=t[i],r=0,a=s.length;r<a;++r)(o=s[r])&&e.call(o,o.__data__,r,s)
6257
6265
  return this},attr:function(e,t){var i=yf(e)
6258
6266
  if(arguments.length<2){var n=this.node()
6259
- return i.local?n.getAttributeNS(i.space,i.local):n.getAttribute(i)}return this.each((null==t?i.local?jf:qf:"function"==typeof t?i.local?Wf:Xf:i.local?Gf:Uf)(i,t))},style:function(e,t,i){return arguments.length>1?this.each((null==t?Yf:"function"==typeof t?Jf:Qf)(e,t,null==i?"":i)):em(this.node(),e)},property:function(e,t){return arguments.length>1?this.each((null==t?tm:"function"==typeof t?nm:im)(e,t)):this.node()[e]},classed:function(e,t){var i=om(e+"")
6267
+ return i.local?n.getAttributeNS(i.space,i.local):n.getAttribute(i)}return this.each((null==t?i.local?jf:qf:"function"==typeof t?i.local?Wf:Xf:i.local?Uf:Gf)(i,t))},style:function(e,t,i){return arguments.length>1?this.each((null==t?Yf:"function"==typeof t?Jf:Qf)(e,t,null==i?"":i)):em(this.node(),e)},property:function(e,t){return arguments.length>1?this.each((null==t?tm:"function"==typeof t?nm:im)(e,t)):this.node()[e]},classed:function(e,t){var i=om(e+"")
6260
6268
  if(arguments.length<2){for(var n=sm(this.node()),o=-1,s=i.length;++o<s;)if(!n.contains(i[o]))return!1
6261
6269
  return!0}return this.each(("function"==typeof t?hm:t?cm:dm)(i,t))},text:function(e){return arguments.length?this.each(null==e?um:("function"==typeof e?gm:pm)(e)):this.node().textContent},html:function(e){return arguments.length?this.each(null==e?vm:("function"==typeof e?mm:fm)(e)):this.node().innerHTML},raise:function(){return this.each(bm)},lower:function(){return this.each(wm)},append:function(e){var t="function"==typeof e?e:kf(e)
6262
6270
  return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,t){var i="function"==typeof e?e:kf(e),n=null==t?xm:"function"==typeof t?t:Sf(t)
6263
6271
  return this.select((function(){return this.insertBefore(i.apply(this,arguments),n.apply(this,arguments)||null)}))},remove:function(){return this.each(ym)},clone:function(e){return this.select(e?Cm:$m)},datum:function(e){return arguments.length?this.property("__data__",e):this.node().__data__},on:function(e,t,i){var n,o,s=km(e+""),r=s.length
6264
6272
  if(!(arguments.length<2)){for(a=t?Sm:_m,n=0;n<r;++n)this.each(a(s[n],t,i))
6265
6273
  return this}var a=this.node().__on
6266
- if(a)for(var l,c=0,d=a.length;c<d;++c)for(n=0,l=a[c];n<r;++n)if((o=s[n]).type===l.type&&o.name===l.name)return l.value},dispatch:function(e,t){return this.each(("function"==typeof t?Im:Mm)(e,t))},[Symbol.iterator]:function*(){for(var e=this._groups,t=0,i=e.length;t<i;++t)for(var n,o=e[t],s=0,r=o.length;s<r;++s)(n=o[s])&&(yield n)}}
6274
+ if(a)for(var l,c=0,d=a.length;c<d;++c)for(n=0,l=a[c];n<r;++n)if((o=s[n]).type===l.type&&o.name===l.name)return l.value},dispatch:function(e,t){return this.each(("function"==typeof t?Mm:Rm)(e,t))},[Symbol.iterator]:function*(){for(var e=this._groups,t=0,i=e.length;t<i;++t)for(var n,o=e[t],s=0,r=o.length;s<r;++s)(n=o[s])&&(yield n)}}
6267
6275
  const Lm={capture:!0,passive:!1}
6268
6276
  function Pm(e){e.preventDefault(),e.stopImmediatePropagation()}function Tm(e){var t=e.document.documentElement,i=Vm(e).on("dragstart.drag",Pm,Lm)
6269
6277
  "onselectstart"in t?i.on("selectstart.drag",Pm,Lm):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function zm(e,t){var i=e.document.documentElement,n=Vm(e).on("dragstart.drag",null)
6270
- t&&(n.on("click.drag",Pm,Lm),setTimeout((function(){n.on("click.drag",null)}),0)),"onselectstart"in i?n.on("selectstart.drag",null):(i.style.MozUserSelect=i.__noselect,delete i.__noselect)}function Dm(e,t,i){e.prototype=t.prototype=i,i.constructor=e}function Fm(e,t){var i=Object.create(e.prototype)
6278
+ t&&(n.on("click.drag",Pm,Lm),setTimeout((function(){n.on("click.drag",null)}),0)),"onselectstart"in i?n.on("selectstart.drag",null):(i.style.MozUserSelect=i.__noselect,delete i.__noselect)}function Fm(e,t,i){e.prototype=t.prototype=i,i.constructor=e}function Dm(e,t){var i=Object.create(e.prototype)
6271
6279
  for(var n in t)i[n]=t[n]
6272
- return i}function Bm(){}var Nm=.7,Zm=1/Nm,qm="\\s*([+-]?\\d+)\\s*",jm="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Um="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Gm=/^#([0-9a-f]{3,8})$/,Xm=new RegExp(`^rgb\\(${qm},${qm},${qm}\\)$`),Wm=new RegExp(`^rgb\\(${Um},${Um},${Um}\\)$`),Km=new RegExp(`^rgba\\(${qm},${qm},${qm},${jm}\\)$`),Ym=new RegExp(`^rgba\\(${Um},${Um},${Um},${jm}\\)$`),Qm=new RegExp(`^hsl\\(${jm},${Um},${Um}\\)$`),Jm=new RegExp(`^hsla\\(${jm},${Um},${Um},${jm}\\)$`),eb={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074}
6280
+ return i}function Bm(){}var Nm=.7,Zm=1/Nm,qm="\\s*([+-]?\\d+)\\s*",jm="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Gm="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Um=/^#([0-9a-f]{3,8})$/,Xm=new RegExp(`^rgb\\(${qm},${qm},${qm}\\)$`),Wm=new RegExp(`^rgb\\(${Gm},${Gm},${Gm}\\)$`),Km=new RegExp(`^rgba\\(${qm},${qm},${qm},${jm}\\)$`),Ym=new RegExp(`^rgba\\(${Gm},${Gm},${Gm},${jm}\\)$`),Qm=new RegExp(`^hsl\\(${jm},${Gm},${Gm}\\)$`),Jm=new RegExp(`^hsla\\(${jm},${Gm},${Gm},${jm}\\)$`),eb={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074}
6273
6281
  function tb(){return this.rgb().formatHex()}function ib(){return this.rgb().formatRgb()}function nb(e){var t,i
6274
- return e=(e+"").trim().toLowerCase(),(t=Gm.exec(e))?(i=t[1].length,t=parseInt(t[1],16),6===i?ob(t):3===i?new lb(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===i?sb(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===i?sb(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=Xm.exec(e))?new lb(t[1],t[2],t[3],1):(t=Wm.exec(e))?new lb(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=Km.exec(e))?sb(t[1],t[2],t[3],t[4]):(t=Ym.exec(e))?sb(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=Qm.exec(e))?gb(t[1],t[2]/100,t[3]/100,1):(t=Jm.exec(e))?gb(t[1],t[2]/100,t[3]/100,t[4]):eb.hasOwnProperty(e)?ob(eb[e]):"transparent"===e?new lb(NaN,NaN,NaN,0):null}function ob(e){return new lb(e>>16&255,e>>8&255,255&e,1)}function sb(e,t,i,n){return n<=0&&(e=t=i=NaN),new lb(e,t,i,n)}function rb(e){return e instanceof Bm||(e=nb(e)),e?new lb((e=e.rgb()).r,e.g,e.b,e.opacity):new lb}function ab(e,t,i,n){return 1===arguments.length?rb(e):new lb(e,t,i,null==n?1:n)}function lb(e,t,i,n){this.r=+e,this.g=+t,this.b=+i,this.opacity=+n}function cb(){return`#${pb(this.r)}${pb(this.g)}${pb(this.b)}`}function db(){const e=hb(this.opacity)
6282
+ return e=(e+"").trim().toLowerCase(),(t=Um.exec(e))?(i=t[1].length,t=parseInt(t[1],16),6===i?ob(t):3===i?new lb(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===i?sb(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===i?sb(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=Xm.exec(e))?new lb(t[1],t[2],t[3],1):(t=Wm.exec(e))?new lb(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=Km.exec(e))?sb(t[1],t[2],t[3],t[4]):(t=Ym.exec(e))?sb(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=Qm.exec(e))?gb(t[1],t[2]/100,t[3]/100,1):(t=Jm.exec(e))?gb(t[1],t[2]/100,t[3]/100,t[4]):eb.hasOwnProperty(e)?ob(eb[e]):"transparent"===e?new lb(NaN,NaN,NaN,0):null}function ob(e){return new lb(e>>16&255,e>>8&255,255&e,1)}function sb(e,t,i,n){return n<=0&&(e=t=i=NaN),new lb(e,t,i,n)}function rb(e){return e instanceof Bm||(e=nb(e)),e?new lb((e=e.rgb()).r,e.g,e.b,e.opacity):new lb}function ab(e,t,i,n){return 1===arguments.length?rb(e):new lb(e,t,i,null==n?1:n)}function lb(e,t,i,n){this.r=+e,this.g=+t,this.b=+i,this.opacity=+n}function cb(){return`#${pb(this.r)}${pb(this.g)}${pb(this.b)}`}function db(){const e=hb(this.opacity)
6275
6283
  return`${1===e?"rgb(":"rgba("}${ub(this.r)}, ${ub(this.g)}, ${ub(this.b)}${1===e?")":`, ${e})`}`}function hb(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function ub(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function pb(e){return((e=ub(e))<16?"0":"")+e.toString(16)}function gb(e,t,i,n){return n<=0?e=t=i=NaN:i<=0||i>=1?e=t=NaN:t<=0&&(e=NaN),new fb(e,t,i,n)}function vb(e){if(e instanceof fb)return new fb(e.h,e.s,e.l,e.opacity)
6276
6284
  if(e instanceof Bm||(e=nb(e)),!e)return new fb
6277
6285
  if(e instanceof fb)return e
6278
6286
  var t=(e=e.rgb()).r/255,i=e.g/255,n=e.b/255,o=Math.min(t,i,n),s=Math.max(t,i,n),r=NaN,a=s-o,l=(s+o)/2
6279
- return a?(r=t===s?(i-n)/a+6*(i<n):i===s?(n-t)/a+2:(t-i)/a+4,a/=l<.5?s+o:2-s-o,r*=60):a=l>0&&l<1?0:r,new fb(r,a,l,e.opacity)}function fb(e,t,i,n){this.h=+e,this.s=+t,this.l=+i,this.opacity=+n}function mb(e){return(e=(e||0)%360)<0?e+360:e}function bb(e){return Math.max(0,Math.min(1,e||0))}function wb(e,t,i){return 255*(e<60?t+(i-t)*e/60:e<180?i:e<240?t+(i-t)*(240-e)/60:t)}Dm(Bm,nb,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:tb,formatHex:tb,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return vb(this).formatHsl()},formatRgb:ib,toString:ib}),Dm(lb,ab,Fm(Bm,{brighter(e){return e=null==e?Zm:Math.pow(Zm,e),new lb(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?Nm:Math.pow(Nm,e),new lb(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new lb(ub(this.r),ub(this.g),ub(this.b),hb(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:cb,formatHex:cb,formatHex8:function(){return`#${pb(this.r)}${pb(this.g)}${pb(this.b)}${pb(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:db,toString:db})),Dm(fb,(function(e,t,i,n){return 1===arguments.length?vb(e):new fb(e,t,i,null==n?1:n)}),Fm(Bm,{brighter(e){return e=null==e?Zm:Math.pow(Zm,e),new fb(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?Nm:Math.pow(Nm,e),new fb(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,i=this.l,n=i+(i<.5?i:1-i)*t,o=2*i-n
6287
+ return a?(r=t===s?(i-n)/a+6*(i<n):i===s?(n-t)/a+2:(t-i)/a+4,a/=l<.5?s+o:2-s-o,r*=60):a=l>0&&l<1?0:r,new fb(r,a,l,e.opacity)}function fb(e,t,i,n){this.h=+e,this.s=+t,this.l=+i,this.opacity=+n}function mb(e){return(e=(e||0)%360)<0?e+360:e}function bb(e){return Math.max(0,Math.min(1,e||0))}function wb(e,t,i){return 255*(e<60?t+(i-t)*e/60:e<180?i:e<240?t+(i-t)*(240-e)/60:t)}Fm(Bm,nb,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:tb,formatHex:tb,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return vb(this).formatHsl()},formatRgb:ib,toString:ib}),Fm(lb,ab,Dm(Bm,{brighter(e){return e=null==e?Zm:Math.pow(Zm,e),new lb(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?Nm:Math.pow(Nm,e),new lb(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new lb(ub(this.r),ub(this.g),ub(this.b),hb(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:cb,formatHex:cb,formatHex8:function(){return`#${pb(this.r)}${pb(this.g)}${pb(this.b)}${pb(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:db,toString:db})),Fm(fb,(function(e,t,i,n){return 1===arguments.length?vb(e):new fb(e,t,i,null==n?1:n)}),Dm(Bm,{brighter(e){return e=null==e?Zm:Math.pow(Zm,e),new fb(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?Nm:Math.pow(Nm,e),new fb(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,i=this.l,n=i+(i<.5?i:1-i)*t,o=2*i-n
6280
6288
  return new lb(wb(e>=240?e-240:e+120,o,n),wb(e,o,n),wb(e<120?e+240:e-120,o,n),this.opacity)},clamp(){return new fb(mb(this.h),bb(this.s),bb(this.l),hb(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=hb(this.opacity)
6281
6289
  return`${1===e?"hsl(":"hsla("}${mb(this.h)}, ${100*bb(this.s)}%, ${100*bb(this.l)}%${1===e?")":`, ${e})`}`}}))
6282
6290
  var xb=e=>()=>e
@@ -6292,35 +6300,35 @@ for(i=0;i<o;++i)s[i]=Eb(e[i],t[i])
6292
6300
  for(;i<n;++i)r[i]=t[i]
6293
6301
  return function(e){for(i=0;i<o;++i)r[i]=s[i](e)
6294
6302
  return r}}function Sb(e,t){var i=new Date
6295
- return e=+e,t=+t,function(n){return i.setTime(e*(1-n)+t*n),i}}function Rb(e,t){return e=+e,t=+t,function(i){return e*(1-i)+t*i}}function Mb(e,t){var i,n={},o={}
6303
+ return e=+e,t=+t,function(n){return i.setTime(e*(1-n)+t*n),i}}function Ib(e,t){return e=+e,t=+t,function(i){return e*(1-i)+t*i}}function Rb(e,t){var i,n={},o={}
6296
6304
  for(i in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)i in e?n[i]=Eb(e[i],t[i]):o[i]=t[i]
6297
6305
  return function(e){for(i in n)o[i]=n[i](e)
6298
- return o}}var Ib=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Ab=new RegExp(Ib.source,"g")
6299
- function Ob(e,t){var i,n,o,s=Ib.lastIndex=Ab.lastIndex=0,r=-1,a=[],l=[]
6300
- for(e+="",t+="";(i=Ib.exec(e))&&(n=Ab.exec(t));)(o=n.index)>s&&(o=t.slice(s,o),a[r]?a[r]+=o:a[++r]=o),(i=i[0])===(n=n[0])?a[r]?a[r]+=n:a[++r]=n:(a[++r]=null,l.push({i:r,x:Rb(i,n)})),s=Ab.lastIndex
6306
+ return o}}var Mb=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Ab=new RegExp(Mb.source,"g")
6307
+ function Ob(e,t){var i,n,o,s=Mb.lastIndex=Ab.lastIndex=0,r=-1,a=[],l=[]
6308
+ for(e+="",t+="";(i=Mb.exec(e))&&(n=Ab.exec(t));)(o=n.index)>s&&(o=t.slice(s,o),a[r]?a[r]+=o:a[++r]=o),(i=i[0])===(n=n[0])?a[r]?a[r]+=n:a[++r]=n:(a[++r]=null,l.push({i:r,x:Ib(i,n)})),s=Ab.lastIndex
6301
6309
  return s<t.length&&(o=t.slice(s),a[r]?a[r]+=o:a[++r]=o),a.length<2?l[0]?function(e){return function(t){return e(t)+""}}(l[0].x):function(e){return function(){return e}}(t):(t=l.length,function(e){for(var i,n=0;n<t;++n)a[(i=l[n]).i]=i.x(e)
6302
6310
  return a.join("")})}function Eb(e,t){var i,n,o=typeof t
6303
- return null==t||"boolean"===o?xb(t):("number"===o?Rb:"string"===o?(i=nb(t))?(t=i,Cb):Ob:t instanceof nb?Cb:t instanceof Date?Sb:(n=t,!ArrayBuffer.isView(n)||n instanceof DataView?Array.isArray(t)?_b:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?Mb:Rb:kb))(e,t)}function Vb(e,t){return e=+e,t=+t,function(i){return Math.round(e*(1-i)+t*i)}}var Hb,Lb=180/Math.PI,Pb={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1}
6311
+ return null==t||"boolean"===o?xb(t):("number"===o?Ib:"string"===o?(i=nb(t))?(t=i,Cb):Ob:t instanceof nb?Cb:t instanceof Date?Sb:(n=t,!ArrayBuffer.isView(n)||n instanceof DataView?Array.isArray(t)?_b:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?Rb:Ib:kb))(e,t)}function Vb(e,t){return e=+e,t=+t,function(i){return Math.round(e*(1-i)+t*i)}}var Hb,Lb=180/Math.PI,Pb={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1}
6304
6312
  function Tb(e,t,i,n,o,s){var r,a,l
6305
6313
  return(r=Math.sqrt(e*e+t*t))&&(e/=r,t/=r),(l=e*i+t*n)&&(i-=e*l,n-=t*l),(a=Math.sqrt(i*i+n*n))&&(i/=a,n/=a,l/=a),e*n<t*i&&(e=-e,t=-t,l=-l,r=-r),{translateX:o,translateY:s,rotate:Math.atan2(t,e)*Lb,skewX:Math.atan(l)*Lb,scaleX:r,scaleY:a}}function zb(e,t,i,n){function o(e){return e.length?e.pop()+" ":""}return function(s,r){var a=[],l=[]
6306
6314
  return s=e(s),r=e(r),function(e,n,o,s,r,a){if(e!==o||n!==s){var l=r.push("translate(",null,t,null,i)
6307
- a.push({i:l-4,x:Rb(e,o)},{i:l-2,x:Rb(n,s)})}else(o||s)&&r.push("translate("+o+t+s+i)}(s.translateX,s.translateY,r.translateX,r.translateY,a,l),function(e,t,i,s){e!==t?(e-t>180?t+=360:t-e>180&&(e+=360),s.push({i:i.push(o(i)+"rotate(",null,n)-2,x:Rb(e,t)})):t&&i.push(o(i)+"rotate("+t+n)}(s.rotate,r.rotate,a,l),function(e,t,i,s){e!==t?s.push({i:i.push(o(i)+"skewX(",null,n)-2,x:Rb(e,t)}):t&&i.push(o(i)+"skewX("+t+n)}(s.skewX,r.skewX,a,l),function(e,t,i,n,s,r){if(e!==i||t!==n){var a=s.push(o(s)+"scale(",null,",",null,")")
6308
- r.push({i:a-4,x:Rb(e,i)},{i:a-2,x:Rb(t,n)})}else 1===i&&1===n||s.push(o(s)+"scale("+i+","+n+")")}(s.scaleX,s.scaleY,r.scaleX,r.scaleY,a,l),s=r=null,function(e){for(var t,i=-1,n=l.length;++i<n;)a[(t=l[i]).i]=t.x(e)
6309
- return a.join("")}}}var Db=zb((function(e){const t=new("function"==typeof DOMMatrix?DOMMatrix:WebKitCSSMatrix)(e+"")
6310
- return t.isIdentity?Pb:Tb(t.a,t.b,t.c,t.d,t.e,t.f)}),"px, ","px)","deg)"),Fb=zb((function(e){return null==e?Pb:(Hb||(Hb=document.createElementNS("http://www.w3.org/2000/svg","g")),Hb.setAttribute("transform",e),(e=Hb.transform.baseVal.consolidate())?Tb((e=e.matrix).a,e.b,e.c,e.d,e.e,e.f):Pb)}),", ",")",")")
6315
+ a.push({i:l-4,x:Ib(e,o)},{i:l-2,x:Ib(n,s)})}else(o||s)&&r.push("translate("+o+t+s+i)}(s.translateX,s.translateY,r.translateX,r.translateY,a,l),function(e,t,i,s){e!==t?(e-t>180?t+=360:t-e>180&&(e+=360),s.push({i:i.push(o(i)+"rotate(",null,n)-2,x:Ib(e,t)})):t&&i.push(o(i)+"rotate("+t+n)}(s.rotate,r.rotate,a,l),function(e,t,i,s){e!==t?s.push({i:i.push(o(i)+"skewX(",null,n)-2,x:Ib(e,t)}):t&&i.push(o(i)+"skewX("+t+n)}(s.skewX,r.skewX,a,l),function(e,t,i,n,s,r){if(e!==i||t!==n){var a=s.push(o(s)+"scale(",null,",",null,")")
6316
+ r.push({i:a-4,x:Ib(e,i)},{i:a-2,x:Ib(t,n)})}else 1===i&&1===n||s.push(o(s)+"scale("+i+","+n+")")}(s.scaleX,s.scaleY,r.scaleX,r.scaleY,a,l),s=r=null,function(e){for(var t,i=-1,n=l.length;++i<n;)a[(t=l[i]).i]=t.x(e)
6317
+ return a.join("")}}}var Fb=zb((function(e){const t=new("function"==typeof DOMMatrix?DOMMatrix:WebKitCSSMatrix)(e+"")
6318
+ return t.isIdentity?Pb:Tb(t.a,t.b,t.c,t.d,t.e,t.f)}),"px, ","px)","deg)"),Db=zb((function(e){return null==e?Pb:(Hb||(Hb=document.createElementNS("http://www.w3.org/2000/svg","g")),Hb.setAttribute("transform",e),(e=Hb.transform.baseVal.consolidate())?Tb((e=e.matrix).a,e.b,e.c,e.d,e.e,e.f):Pb)}),", ",")",")")
6311
6319
  function Bb(e){return((e=Math.exp(e))+1/e)/2}var Nb,Zb,qb=function e(t,i,n){function o(e,o){var s,r,a=e[0],l=e[1],c=e[2],d=o[0],h=o[1],u=o[2],p=d-a,g=h-l,v=p*p+g*g
6312
6320
  if(v<1e-12)r=Math.log(u/c)/t,s=function(e){return[a+e*p,l+e*g,c*Math.exp(t*e*r)]}
6313
6321
  else{var f=Math.sqrt(v),m=(u*u-c*c+n*v)/(2*c*i*f),b=(u*u-c*c-n*v)/(2*u*i*f),w=Math.log(Math.sqrt(m*m+1)-m),x=Math.log(Math.sqrt(b*b+1)-b)
6314
6322
  r=(x-w)/t,s=function(e){var n,o=e*r,s=Bb(w),d=c/(i*f)*(s*(n=t*o+w,((n=Math.exp(2*n))-1)/(n+1))-function(e){return((e=Math.exp(e))-1/e)/2}(w))
6315
6323
  return[a+d*p,l+d*g,c*s/Bb(t*o+w)]}}return s.duration=1e3*r*t/Math.SQRT2,s}return o.rho=function(t){var i=Math.max(.001,+t),n=i*i
6316
- return e(i,n,n*n)},o}(Math.SQRT2,2,4),jb=0,Ub=0,Gb=0,Xb=0,Wb=0,Kb=0,Yb="object"==typeof performance&&performance.now?performance:Date,Qb="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)}
6324
+ return e(i,n,n*n)},o}(Math.SQRT2,2,4),jb=0,Gb=0,Ub=0,Xb=0,Wb=0,Kb=0,Yb="object"==typeof performance&&performance.now?performance:Date,Qb="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)}
6317
6325
  function Jb(){return Wb||(Qb(ew),Wb=Yb.now()+Kb)}function ew(){Wb=0}function tw(){this._call=this._time=this._next=null}function iw(e,t,i){var n=new tw
6318
- return n.restart(e,t,i),n}function nw(){Wb=(Xb=Yb.now())+Kb,jb=Ub=0
6326
+ return n.restart(e,t,i),n}function nw(){Wb=(Xb=Yb.now())+Kb,jb=Gb=0
6319
6327
  try{!function(){Jb(),++jb
6320
6328
  for(var e,t=Nb;t;)(e=Wb-t._time)>=0&&t._call.call(void 0,e),t=t._next;--jb}()}finally{jb=0,function(){var e,t,i=Nb,n=1/0
6321
6329
  for(;i;)i._call?(n>i._time&&(n=i._time),e=i,i=i._next):(t=i._next,i._next=null,i=e?e._next=t:Nb=t)
6322
6330
  Zb=e,sw(n)}(),Wb=0}}function ow(){var e=Yb.now(),t=e-Xb
6323
- t>1e3&&(Kb-=t,Xb=e)}function sw(e){jb||(Ub&&(Ub=clearTimeout(Ub)),e-Wb>24?(e<1/0&&(Ub=setTimeout(nw,e-Yb.now()-Kb)),Gb&&(Gb=clearInterval(Gb))):(Gb||(Xb=Yb.now(),Gb=setInterval(ow,1e3)),jb=1,Qb(nw)))}function rw(e,t,i){var n=new tw
6331
+ t>1e3&&(Kb-=t,Xb=e)}function sw(e){jb||(Gb&&(Gb=clearTimeout(Gb)),e-Wb>24?(e<1/0&&(Gb=setTimeout(nw,e-Yb.now()-Kb)),Ub&&(Ub=clearInterval(Ub))):(Ub||(Xb=Yb.now(),Ub=setInterval(ow,1e3)),jb=1,Qb(nw)))}function rw(e,t,i){var n=new tw
6324
6332
  return t=null==t?0:+t,n.restart((i=>{n.stop(),e(i+t)}),t,i),n}tw.prototype=iw.prototype={constructor:tw,restart:function(e,t,i){if("function"!=typeof e)throw new TypeError("callback is not a function")
6325
6333
  i=(null==i?Jb():+i)+(null==t?0:+t),this._next||Zb===this||(Zb?Zb._next=this:Nb=this,Zb=this),this._call=e,this._time=i,sw()},stop:function(){this._call&&(this._call=null,this._time=1/0,sw())}}
6326
6334
  var aw=gf("start","end","cancel","interrupt"),lw=[]
@@ -6351,7 +6359,7 @@ if(r!==n){o=(n=r).slice()
6351
6359
  for(var a={name:t,value:i},l=0,c=o.length;l<c;++l)if(o[l].name===t){o[l]=a
6352
6360
  break}l===c&&o.push(a)}s.tween=o}}function fw(e,t,i){var n=e._id
6353
6361
  return e.each((function(){var e=hw(this,n);(e.value||(e.value={}))[t]=i.apply(this,arguments)})),function(e){return uw(e,n).value[t]}}function mw(e,t){var i
6354
- return("number"==typeof t?Rb:t instanceof nb?Cb:(i=nb(t))?(t=i,Cb):Ob)(e,t)}function bw(e){return function(){this.removeAttribute(e)}}function ww(e){return function(){this.removeAttributeNS(e.space,e.local)}}function xw(e,t,i){var n,o,s=i+""
6362
+ return("number"==typeof t?Ib:t instanceof nb?Cb:(i=nb(t))?(t=i,Cb):Ob)(e,t)}function bw(e){return function(){this.removeAttribute(e)}}function ww(e){return function(){this.removeAttributeNS(e.space,e.local)}}function xw(e,t,i){var n,o,s=i+""
6355
6363
  return function(){var r=this.getAttribute(e)
6356
6364
  return r===s?null:r===n?o:o=t(n=r,i)}}function yw(e,t,i){var n,o,s=i+""
6357
6365
  return function(){var r=this.getAttributeNS(e.space,e.local)
@@ -6363,24 +6371,24 @@ return function(){var r,a,l=i(this)
6363
6371
  if(null!=l)return(r=this.getAttributeNS(e.space,e.local))===(a=l+"")?null:r===n&&a===o?s:(o=a,s=t(n=r,l))
6364
6372
  this.removeAttributeNS(e.space,e.local)}}function kw(e,t){return function(i){this.setAttribute(e,t.call(this,i))}}function _w(e,t){return function(i){this.setAttributeNS(e.space,e.local,t.call(this,i))}}function Sw(e,t){var i,n
6365
6373
  function o(){var o=t.apply(this,arguments)
6366
- return o!==n&&(i=(n=o)&&_w(e,o)),i}return o._value=t,o}function Rw(e,t){var i,n
6374
+ return o!==n&&(i=(n=o)&&_w(e,o)),i}return o._value=t,o}function Iw(e,t){var i,n
6367
6375
  function o(){var o=t.apply(this,arguments)
6368
- return o!==n&&(i=(n=o)&&kw(e,o)),i}return o._value=t,o}function Mw(e,t){return function(){dw(this,e).delay=+t.apply(this,arguments)}}function Iw(e,t){return t=+t,function(){dw(this,e).delay=t}}function Aw(e,t){return function(){hw(this,e).duration=+t.apply(this,arguments)}}function Ow(e,t){return t=+t,function(){hw(this,e).duration=t}}function Ew(e,t){if("function"!=typeof t)throw new Error
6376
+ return o!==n&&(i=(n=o)&&kw(e,o)),i}return o._value=t,o}function Rw(e,t){return function(){dw(this,e).delay=+t.apply(this,arguments)}}function Mw(e,t){return t=+t,function(){dw(this,e).delay=t}}function Aw(e,t){return function(){hw(this,e).duration=+t.apply(this,arguments)}}function Ow(e,t){return t=+t,function(){hw(this,e).duration=t}}function Ew(e,t){if("function"!=typeof t)throw new Error
6369
6377
  return function(){hw(this,e).ease=t}}function Vw(e,t,i){var n,o,s=function(e){return(e+"").trim().split(/^|\s+/).every((function(e){var t=e.indexOf(".")
6370
6378
  return t>=0&&(e=e.slice(0,t)),!e||"start"===e}))}(t)?dw:hw
6371
6379
  return function(){var r=s(this,e),a=r.on
6372
6380
  a!==n&&(o=(n=a).copy()).on(t,i),r.on=o}}var Hw=Em.prototype.constructor
6373
6381
  function Lw(e){return function(){this.style.removeProperty(e)}}function Pw(e,t,i){return function(n){this.style.setProperty(e,t.call(this,n),i)}}function Tw(e,t,i){var n,o
6374
6382
  function s(){var s=t.apply(this,arguments)
6375
- return s!==o&&(n=(o=s)&&Pw(e,s,i)),n}return s._value=t,s}function zw(e){return function(t){this.textContent=e.call(this,t)}}function Dw(e){var t,i
6383
+ return s!==o&&(n=(o=s)&&Pw(e,s,i)),n}return s._value=t,s}function zw(e){return function(t){this.textContent=e.call(this,t)}}function Fw(e){var t,i
6376
6384
  function n(){var n=e.apply(this,arguments)
6377
- return n!==i&&(t=(i=n)&&zw(n)),t}return n._value=e,n}var Fw=0
6378
- function Bw(e,t,i,n){this._groups=e,this._parents=t,this._name=i,this._id=n}function Nw(){return++Fw}var Zw=Em.prototype
6385
+ return n!==i&&(t=(i=n)&&zw(n)),t}return n._value=e,n}var Dw=0
6386
+ function Bw(e,t,i,n){this._groups=e,this._parents=t,this._name=i,this._id=n}function Nw(){return++Dw}var Zw=Em.prototype
6379
6387
  Bw.prototype={constructor:Bw,select:function(e){var t=this._name,i=this._id
6380
6388
  "function"!=typeof e&&(e=Sf(e))
6381
6389
  for(var n=this._groups,o=n.length,s=new Array(o),r=0;r<o;++r)for(var a,l,c=n[r],d=c.length,h=s[r]=new Array(d),u=0;u<d;++u)(a=c[u])&&(l=e.call(a,a.__data__,u,c))&&("__data__"in a&&(l.__data__=a.__data__),h[u]=l,cw(h[u],t,i,u,h,uw(a,i)))
6382
6390
  return new Bw(s,this._parents,t,i)},selectAll:function(e){var t=this._name,i=this._id
6383
- "function"!=typeof e&&(e=If(e))
6391
+ "function"!=typeof e&&(e=Mf(e))
6384
6392
  for(var n=this._groups,o=n.length,s=[],r=[],a=0;a<o;++a)for(var l,c=n[a],d=c.length,h=0;h<d;++h)if(l=c[h]){for(var u,p=e.call(l,l.__data__,h,c),g=uw(l,i),v=0,f=p.length;v<f;++v)(u=p[v])&&cw(u,t,i,v,p,g)
6385
6393
  s.push(p),r.push(l)}return new Bw(s,r,t,i)},selectChild:Zw.selectChild,selectChildren:Zw.selectChildren,filter:function(e){"function"!=typeof e&&(e=Af(e))
6386
6394
  for(var t=this._groups,i=t.length,n=new Array(i),o=0;o<i;++o)for(var s,r=t[o],a=r.length,l=n[o]=[],c=0;c<a;++c)(s=r[c])&&e.call(s,s.__data__,c,r)&&l.push(s)
@@ -6389,13 +6397,13 @@ for(var t=this._groups,i=e._groups,n=t.length,o=i.length,s=Math.min(n,o),r=new A
6389
6397
  for(;a<n;++a)r[a]=t[a]
6390
6398
  return new Bw(r,this._parents,this._name,this._id)},selection:function(){return new Hw(this._groups,this._parents)},transition:function(){for(var e=this._name,t=this._id,i=Nw(),n=this._groups,o=n.length,s=0;s<o;++s)for(var r,a=n[s],l=a.length,c=0;c<l;++c)if(r=a[c]){var d=uw(r,t)
6391
6399
  cw(r,e,i,c,a,{time:d.time+d.delay+d.duration,delay:0,duration:d.duration,ease:d.ease})}return new Bw(n,this._parents,e,i)},call:Zw.call,nodes:Zw.nodes,node:Zw.node,size:Zw.size,empty:Zw.empty,each:Zw.each,on:function(e,t){var i=this._id
6392
- return arguments.length<2?uw(this.node(),i).on.on(e):this.each(Vw(i,e,t))},attr:function(e,t){var i=yf(e),n="transform"===i?Fb:mw
6400
+ return arguments.length<2?uw(this.node(),i).on.on(e):this.each(Vw(i,e,t))},attr:function(e,t){var i=yf(e),n="transform"===i?Db:mw
6393
6401
  return this.attrTween(e,"function"==typeof t?(i.local?Cw:$w)(i,n,fw(this,"attr."+e,t)):null==t?(i.local?ww:bw)(i):(i.local?yw:xw)(i,n,t))},attrTween:function(e,t){var i="attr."+e
6394
6402
  if(arguments.length<2)return(i=this.tween(i))&&i._value
6395
6403
  if(null==t)return this.tween(i,null)
6396
6404
  if("function"!=typeof t)throw new Error
6397
6405
  var n=yf(e)
6398
- return this.tween(i,(n.local?Sw:Rw)(n,t))},style:function(e,t,i){var n="transform"==(e+="")?Db:mw
6406
+ return this.tween(i,(n.local?Sw:Iw)(n,t))},style:function(e,t,i){var n="transform"==(e+="")?Fb:mw
6399
6407
  return null==t?this.styleTween(e,function(e,t){var i,n,o
6400
6408
  return function(){var s=em(this,e),r=(this.style.removeProperty(e),em(this,e))
6401
6409
  return s===r?null:s===i&&r===n?o:o=t(i=s,n=r)}}(e,n)).on("end.style."+e,Lw(e)):"function"==typeof t?this.styleTween(e,function(e,t,i){var n,o,s
@@ -6413,12 +6421,12 @@ this.textContent=null==t?"":t}}(fw(this,"text",e)):function(e){return function()
6413
6421
  if(arguments.length<1)return(t=this.tween(t))&&t._value
6414
6422
  if(null==e)return this.tween(t,null)
6415
6423
  if("function"!=typeof e)throw new Error
6416
- return this.tween(t,Dw(e))},remove:function(){return this.on("end.remove",function(e){return function(){var t=this.parentNode
6424
+ return this.tween(t,Fw(e))},remove:function(){return this.on("end.remove",function(e){return function(){var t=this.parentNode
6417
6425
  for(var i in this.__transition)if(+i!==e)return
6418
6426
  t&&t.removeChild(this)}}(this._id))},tween:function(e,t){var i=this._id
6419
6427
  if(e+="",arguments.length<2){for(var n,o=uw(this.node(),i).tween,s=0,r=o.length;s<r;++s)if((n=o[s]).name===e)return n.value
6420
6428
  return null}return this.each((null==t?gw:vw)(i,e,t))},delay:function(e){var t=this._id
6421
- return arguments.length?this.each(("function"==typeof e?Mw:Iw)(t,e)):uw(this.node(),t).delay},duration:function(e){var t=this._id
6429
+ return arguments.length?this.each(("function"==typeof e?Rw:Mw)(t,e)):uw(this.node(),t).delay},duration:function(e){var t=this._id
6422
6430
  return arguments.length?this.each(("function"==typeof e?Aw:Ow)(t,e)):uw(this.node(),t).duration},ease:function(e){var t=this._id
6423
6431
  return arguments.length?this.each(Ew(t,e)):uw(this.node(),t).ease},easeVarying:function(e){if("function"!=typeof e)throw new Error
6424
6432
  return this.each(function(e,t){return function(){var i=t.apply(this,arguments)
@@ -6433,21 +6441,17 @@ return i}Em.prototype.interrupt=function(e){return this.each((function(){pw(this
6433
6441
  e instanceof Bw?(t=e._id,e=e._name):(t=Nw(),(i=qw).time=Jb(),e=null==e?null:e+"")
6434
6442
  for(var n=this._groups,o=n.length,s=0;s<o;++s)for(var r,a=n[s],l=a.length,c=0;c<l;++c)(r=a[c])&&cw(r,e,t,c,a,i||jw(r,t))
6435
6443
  return new Bw(n,this._parents,e,t)}
6436
- var Uw=e=>()=>e
6437
- function Gw(e,{sourceEvent:t,target:i,transform:n,dispatch:o}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:i,enumerable:!0,configurable:!0},transform:{value:n,enumerable:!0,configurable:!0},_:{value:o}})}function Xw(e,t,i){this.k=e,this.x=t,this.y=i}Xw.prototype={constructor:Xw,scale:function(e){return 1===e?this:new Xw(this.k*e,this.x,this.y)},translate:function(e,t){return 0===e&0===t?this:new Xw(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}}
6444
+ var Gw=e=>()=>e
6445
+ function Uw(e,{sourceEvent:t,target:i,transform:n,dispatch:o}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:i,enumerable:!0,configurable:!0},transform:{value:n,enumerable:!0,configurable:!0},_:{value:o}})}function Xw(e,t,i){this.k=e,this.x=t,this.y=i}Xw.prototype={constructor:Xw,scale:function(e){return 1===e?this:new Xw(this.k*e,this.x,this.y)},translate:function(e,t){return 0===e&0===t?this:new Xw(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}}
6438
6446
  var Ww=new Xw(1,0,0)
6439
6447
  function Kw(e){for(;!e.__zoom;)if(!(e=e.parentNode))return Ww
6440
6448
  return e.__zoom}function Yw(e){e.stopImmediatePropagation()}function Qw(e){e.preventDefault(),e.stopImmediatePropagation()}function Jw(e){return!(e.ctrlKey&&"wheel"!==e.type||e.button)}function ex(){var e=this
6441
6449
  return e instanceof SVGElement?(e=e.ownerSVGElement||e).hasAttribute("viewBox")?[[(e=e.viewBox.baseVal).x,e.y],[e.x+e.width,e.y+e.height]]:[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]:[[0,0],[e.clientWidth,e.clientHeight]]}function tx(){return this.__zoom||Ww}function ix(e){return-e.deltaY*(1===e.deltaMode?.05:e.deltaMode?1:.002)*(e.ctrlKey?10:1)}function nx(){return navigator.maxTouchPoints||"ontouchstart"in this}function ox(e,t,i){var n=e.invertX(t[0][0])-i[0][0],o=e.invertX(t[1][0])-i[1][0],s=e.invertY(t[0][1])-i[0][1],r=e.invertY(t[1][1])-i[1][1]
6442
6450
  return e.translate(o>n?(n+o)/2:Math.min(0,n)||Math.max(0,o),r>s?(s+r)/2:Math.min(0,s)||Math.max(0,r))}Kw.prototype=Xw.prototype
6443
- const sx=G`
6451
+ const sx=U`
6444
6452
  <div class="wafer-map-container">
6445
6453
  <svg class="svg-root">
6446
- <g
6447
- class="zoom-container"
6448
- ${Se("zoomContainer")}
6449
- transform=${e=>e.transform.toString()}
6450
- >
6454
+ <g ${Se("zoomContainer")} transform=${e=>e.transform.toString()}>
6451
6455
  <g class="notch ${e=>e.orientation}">
6452
6456
  <svg
6453
6457
  class="circle-base"
@@ -6464,9 +6468,7 @@ const sx=G`
6464
6468
  </g>
6465
6469
  </g>
6466
6470
  </svg>
6467
- <div class="wafer-map-area">
6468
- <canvas class="wafer-map-canvas" ${Se("canvas")}></canvas>
6469
- </div>
6471
+ <canvas class="wafer-map-canvas" ${Se("canvas")}></canvas>
6470
6472
  </div>
6471
6473
  `,rx=fe`
6472
6474
  :host {
@@ -6477,7 +6479,7 @@ const sx=G`
6477
6479
 
6478
6480
  .wafer-map-container {
6479
6481
  width: 100%;
6480
- padding-bottom: 100%;
6482
+ height: 100%;
6481
6483
  position: relative;
6482
6484
  display: inline-block;
6483
6485
  justify-content: center;
@@ -6510,16 +6512,7 @@ const sx=G`
6510
6512
  transform: rotate(90deg);
6511
6513
  }
6512
6514
 
6513
- .zoom-container {
6514
- width: 100%;
6515
- height: 100%;
6516
- position: absolute;
6517
- }
6518
-
6519
6515
  .circle-base {
6520
- width: 100%;
6521
- height: 100%;
6522
- position: absolute;
6523
6516
  fill: white;
6524
6517
  }
6525
6518
 
@@ -6527,21 +6520,12 @@ const sx=G`
6527
6520
  shape-rendering: 'crispEdges';
6528
6521
  vector-effect: non-scaling-stroke;
6529
6522
  stroke-width: ${Qr};
6530
- stroke: ${Dr};
6531
- }
6532
-
6533
- .wafer-map-area {
6534
- position: absolute;
6535
- justify-content: center;
6536
- align-items: center;
6537
- width: 100%;
6538
- height: 100%;
6523
+ stroke: ${Fr};
6539
6524
  }
6540
6525
 
6541
6526
  .wafer-map-canvas {
6542
6527
  display: inline-block;
6543
- width: 100%;
6544
- height: 100%;
6528
+ position: absolute;
6545
6529
  }
6546
6530
  `
6547
6531
  function ax(e,t){return null==e||null==t?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function lx(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function cx(e){let t,i,n
@@ -6576,31 +6560,31 @@ return o},o.range=function(e){return arguments.length?(i=Array.from(e),o):i.slic
6576
6560
  function h(){var i=n().length,h=r<s,u=h?r:s,p=h?s:r
6577
6561
  e=(p-u)/Math.max(1,i-l+2*c),a&&(e=Math.floor(e)),u+=(p-u-e*(i-l))*d,t=e*(1-l),a&&(u=Math.round(u),t=Math.round(t))
6578
6562
  var g=yx(i).map((function(t){return u+e*t}))
6579
- return o(h?g.reverse():g)}return delete i.unknown,i.domain=function(e){return arguments.length?(n(e),h()):n()},i.range=function(e){return arguments.length?([s,r]=e,s=+s,r=+r,h()):[s,r]},i.rangeRound=function(e){return[s,r]=e,s=+s,r=+r,a=!0,h()},i.bandwidth=function(){return t},i.step=function(){return e},i.round=function(e){return arguments.length?(a=!!e,h()):a},i.padding=function(e){return arguments.length?(l=Math.min(1,c=+e),h()):l},i.paddingInner=function(e){return arguments.length?(l=Math.min(1,e),h()):l},i.paddingOuter=function(e){return arguments.length?(c=+e,h()):c},i.align=function(e){return arguments.length?(d=Math.max(0,Math.min(1,e)),h()):d},i.copy=function(){return _x(n(),[s,r]).round(a).paddingInner(l).paddingOuter(c).align(d)},$x.apply(h(),arguments)}function Sx(e){return+e}var Rx=[0,1]
6580
- function Mx(e){return e}function Ix(e,t){return(t-=e=+e)?function(i){return(i-e)/t}:(i=isNaN(t)?NaN:.5,function(){return i})
6563
+ return o(h?g.reverse():g)}return delete i.unknown,i.domain=function(e){return arguments.length?(n(e),h()):n()},i.range=function(e){return arguments.length?([s,r]=e,s=+s,r=+r,h()):[s,r]},i.rangeRound=function(e){return[s,r]=e,s=+s,r=+r,a=!0,h()},i.bandwidth=function(){return t},i.step=function(){return e},i.round=function(e){return arguments.length?(a=!!e,h()):a},i.padding=function(e){return arguments.length?(l=Math.min(1,c=+e),h()):l},i.paddingInner=function(e){return arguments.length?(l=Math.min(1,e),h()):l},i.paddingOuter=function(e){return arguments.length?(c=+e,h()):c},i.align=function(e){return arguments.length?(d=Math.max(0,Math.min(1,e)),h()):d},i.copy=function(){return _x(n(),[s,r]).round(a).paddingInner(l).paddingOuter(c).align(d)},$x.apply(h(),arguments)}function Sx(e){return+e}var Ix=[0,1]
6564
+ function Rx(e){return e}function Mx(e,t){return(t-=e=+e)?function(i){return(i-e)/t}:(i=isNaN(t)?NaN:.5,function(){return i})
6581
6565
  var i}function Ax(e,t,i){var n=e[0],o=e[1],s=t[0],r=t[1]
6582
- return o<n?(n=Ix(o,n),s=i(r,s)):(n=Ix(n,o),s=i(s,r)),function(e){return s(n(e))}}function Ox(e,t,i){var n=Math.min(e.length,t.length)-1,o=new Array(n),s=new Array(n),r=-1
6583
- for(e[n]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++r<n;)o[r]=Ix(e[r],e[r+1]),s[r]=i(t[r],t[r+1])
6566
+ return o<n?(n=Mx(o,n),s=i(r,s)):(n=Mx(n,o),s=i(s,r)),function(e){return s(n(e))}}function Ox(e,t,i){var n=Math.min(e.length,t.length)-1,o=new Array(n),s=new Array(n),r=-1
6567
+ for(e[n]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++r<n;)o[r]=Mx(e[r],e[r+1]),s[r]=i(t[r],t[r+1])
6584
6568
  return function(t){var i=ux(e,t,1,n)-1
6585
- return s[i](o[i](t))}}function Ex(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function Vx(){var e,t,i,n,o,s,r=Rx,a=Rx,l=Eb,c=Mx
6569
+ return s[i](o[i](t))}}function Ex(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function Vx(){var e,t,i,n,o,s,r=Ix,a=Ix,l=Eb,c=Rx
6586
6570
  function d(){var e,t,i,l=Math.min(r.length,a.length)
6587
- return c!==Mx&&(e=r[0],t=r[l-1],e>t&&(i=e,e=t,t=i),c=function(i){return Math.max(e,Math.min(t,i))}),n=l>2?Ox:Ax,o=s=null,h}function h(t){return null==t||isNaN(t=+t)?i:(o||(o=n(r.map(e),a,l)))(e(c(t)))}return h.invert=function(i){return c(t((s||(s=n(a,r.map(e),Rb)))(i)))},h.domain=function(e){return arguments.length?(r=Array.from(e,Sx),d()):r.slice()},h.range=function(e){return arguments.length?(a=Array.from(e),d()):a.slice()},h.rangeRound=function(e){return a=Array.from(e),l=Vb,d()},h.clamp=function(e){return arguments.length?(c=!!e||Mx,d()):c!==Mx},h.interpolate=function(e){return arguments.length?(l=e,d()):l},h.unknown=function(e){return arguments.length?(i=e,h):i},function(i,n){return e=i,t=n,d()}}function Hx(){return Vx()(Mx,Mx)}function Lx(e,t){if((i=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null
6571
+ return c!==Rx&&(e=r[0],t=r[l-1],e>t&&(i=e,e=t,t=i),c=function(i){return Math.max(e,Math.min(t,i))}),n=l>2?Ox:Ax,o=s=null,h}function h(t){return null==t||isNaN(t=+t)?i:(o||(o=n(r.map(e),a,l)))(e(c(t)))}return h.invert=function(i){return c(t((s||(s=n(a,r.map(e),Ib)))(i)))},h.domain=function(e){return arguments.length?(r=Array.from(e,Sx),d()):r.slice()},h.range=function(e){return arguments.length?(a=Array.from(e),d()):a.slice()},h.rangeRound=function(e){return a=Array.from(e),l=Vb,d()},h.clamp=function(e){return arguments.length?(c=!!e||Rx,d()):c!==Rx},h.interpolate=function(e){return arguments.length?(l=e,d()):l},h.unknown=function(e){return arguments.length?(i=e,h):i},function(i,n){return e=i,t=n,d()}}function Hx(){return Vx()(Rx,Rx)}function Lx(e,t){if((i=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null
6588
6572
  var i,n=e.slice(0,i)
6589
6573
  return[n.length>1?n[0]+n.slice(2):n,+e.slice(i+1)]}function Px(e){return(e=Lx(Math.abs(e)))?e[1]:NaN}var Tx,zx=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i
6590
- function Dx(e){if(!(t=zx.exec(e)))throw new Error("invalid format: "+e)
6574
+ function Fx(e){if(!(t=zx.exec(e)))throw new Error("invalid format: "+e)
6591
6575
  var t
6592
- return new Fx({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function Fx(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function Bx(e,t){var i=Lx(e,t)
6576
+ return new Dx({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function Dx(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function Bx(e,t){var i=Lx(e,t)
6593
6577
  if(!i)return e+""
6594
6578
  var n=i[0],o=i[1]
6595
- return o<0?"0."+new Array(-o).join("0")+n:n.length>o+1?n.slice(0,o+1)+"."+n.slice(o+1):n+new Array(o-n.length+2).join("0")}Dx.prototype=Fx.prototype,Fx.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type}
6579
+ return o<0?"0."+new Array(-o).join("0")+n:n.length>o+1?n.slice(0,o+1)+"."+n.slice(o+1):n+new Array(o-n.length+2).join("0")}Fx.prototype=Dx.prototype,Dx.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type}
6596
6580
  var Nx={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:function(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)},e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>Bx(100*e,t),r:Bx,s:function(e,t){var i=Lx(e,t)
6597
6581
  if(!i)return e+""
6598
6582
  var n=i[0],o=i[1],s=o-(Tx=3*Math.max(-8,Math.min(8,Math.floor(o/3))))+1,r=n.length
6599
6583
  return s===r?n:s>r?n+new Array(s-r+1).join("0"):s>0?n.slice(0,s)+"."+n.slice(s):"0."+new Array(1-s).join("0")+Lx(e,Math.max(0,t+s-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)}
6600
- function Zx(e){return e}var qx,jx,Ux,Gx=Array.prototype.map,Xx=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"]
6601
- function Wx(e){var t,i,n=void 0===e.grouping||void 0===e.thousands?Zx:(t=Gx.call(e.grouping,Number),i=e.thousands+"",function(e,n){for(var o=e.length,s=[],r=0,a=t[0],l=0;o>0&&a>0&&(l+a+1>n&&(a=Math.max(1,n-l)),s.push(e.substring(o-=a,o+a)),!((l+=a+1)>n));)a=t[r=(r+1)%t.length]
6602
- return s.reverse().join(i)}),o=void 0===e.currency?"":e.currency[0]+"",s=void 0===e.currency?"":e.currency[1]+"",r=void 0===e.decimal?".":e.decimal+"",a=void 0===e.numerals?Zx:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(Gx.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=void 0===e.minus?"−":e.minus+"",d=void 0===e.nan?"NaN":e.nan+""
6603
- function h(e){var t=(e=Dx(e)).fill,i=e.align,h=e.sign,u=e.symbol,p=e.zero,g=e.width,v=e.comma,f=e.precision,m=e.trim,b=e.type
6584
+ function Zx(e){return e}var qx,jx,Gx,Ux=Array.prototype.map,Xx=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"]
6585
+ function Wx(e){var t,i,n=void 0===e.grouping||void 0===e.thousands?Zx:(t=Ux.call(e.grouping,Number),i=e.thousands+"",function(e,n){for(var o=e.length,s=[],r=0,a=t[0],l=0;o>0&&a>0&&(l+a+1>n&&(a=Math.max(1,n-l)),s.push(e.substring(o-=a,o+a)),!((l+=a+1)>n));)a=t[r=(r+1)%t.length]
6586
+ return s.reverse().join(i)}),o=void 0===e.currency?"":e.currency[0]+"",s=void 0===e.currency?"":e.currency[1]+"",r=void 0===e.decimal?".":e.decimal+"",a=void 0===e.numerals?Zx:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(Ux.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=void 0===e.minus?"−":e.minus+"",d=void 0===e.nan?"NaN":e.nan+""
6587
+ function h(e){var t=(e=Fx(e)).fill,i=e.align,h=e.sign,u=e.symbol,p=e.zero,g=e.width,v=e.comma,f=e.precision,m=e.trim,b=e.type
6604
6588
  "n"===b?(v=!0,b="g"):Nx[b]||(void 0===f&&(f=12),m=!0,b="g"),(p||"0"===t&&"="===i)&&(p=!0,t="0",i="=")
6605
6589
  var w="$"===u?o:"#"===u&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",x="$"===u?s:/[%p]/.test(b)?l:"",y=Nx[b],$=/[defgprs%]/.test(b)
6606
6590
  function C(e){var o,s,l,u=w,C=x
@@ -6620,12 +6604,12 @@ case"=":e=u+S+e+C
6620
6604
  break
6621
6605
  case"^":e=S.slice(0,_=S.length>>1)+u+e+C+S.slice(_)
6622
6606
  break
6623
- default:e=S+u+e+C}return a(e)}return f=void 0===f?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,f)):Math.max(0,Math.min(20,f)),C.toString=function(){return e+""},C}return{format:h,formatPrefix:function(e,t){var i=h(((e=Dx(e)).type="f",e)),n=3*Math.max(-8,Math.min(8,Math.floor(Px(t)/3))),o=Math.pow(10,-n),s=Xx[8+n/3]
6607
+ default:e=S+u+e+C}return a(e)}return f=void 0===f?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,f)):Math.max(0,Math.min(20,f)),C.toString=function(){return e+""},C}return{format:h,formatPrefix:function(e,t){var i=h(((e=Fx(e)).type="f",e)),n=3*Math.max(-8,Math.min(8,Math.floor(Px(t)/3))),o=Math.pow(10,-n),s=Xx[8+n/3]
6624
6608
  return function(e){return i(o*e)+s}}}}function Kx(e,t,i,n){var o,s=function(e,t,i){i=+i
6625
6609
  const n=(t=+t)<(e=+e),o=n?xx(t,e,i):xx(e,t,i)
6626
6610
  return(n?-1:1)*(o<0?1/-o:o)}(e,t,i)
6627
- switch((n=Dx(null==n?",f":n)).type){case"s":var r=Math.max(Math.abs(e),Math.abs(t))
6628
- return null!=n.precision||isNaN(o=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(Px(t)/3)))-Px(Math.abs(e)))}(s,r))||(n.precision=o),Ux(n,r)
6611
+ switch((n=Fx(null==n?",f":n)).type){case"s":var r=Math.max(Math.abs(e),Math.abs(t))
6612
+ return null!=n.precision||isNaN(o=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(Px(t)/3)))-Px(Math.abs(e)))}(s,r))||(n.precision=o),Gx(n,r)
6629
6613
  case"":case"e":case"g":case"p":case"r":null!=n.precision||isNaN(o=function(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,Px(t)-Px(e))+1}(s,Math.max(Math.abs(e),Math.abs(t))))||(n.precision=o-("e"===n.type))
6630
6614
  break
6631
6615
  case"f":case"%":null!=n.precision||isNaN(o=function(e){return Math.max(0,-Px(Math.abs(e)))}(s))||(n.precision=o-2*("%"===n.type))}return jx(n)}function Yx(e){var t=e.domain
@@ -6646,28 +6630,29 @@ for(c<l&&(o=l,l=c,c=o,o=r,r=a,a=o);d-- >0;){if((o=xx(l,c,i))===n)return s[r]=l,s
6646
6630
  if(o>0)l=Math.floor(l/o)*o,c=Math.ceil(c/o)*o
6647
6631
  else{if(!(o<0))break
6648
6632
  l=Math.ceil(l*o)/o,c=Math.floor(c*o)/o}n=o}return e},e}function Qx(){var e=Hx()
6649
- return e.copy=function(){return Ex(e,Qx())},$x.apply(e,arguments),Yx(e)}qx=Wx({thousands:",",grouping:[3],currency:["$",""]}),jx=qx.format,Ux=qx.formatPrefix
6633
+ return e.copy=function(){return Ex(e,Qx())},$x.apply(e,arguments),Yx(e)}qx=Wx({thousands:",",grouping:[3],currency:["$",""]}),jx=qx.format,Gx=qx.formatPrefix
6650
6634
  const Jx="bottom-left",ey="bottom-right",ty="top-left",iy="top",ny="linear",oy="ordinal"
6651
- class sy{constructor(e,t,i){this.baseMargin={top:20,right:20,bottom:20,left:20},this.dieSizeFactor=1.5,this.defaultAlign=.5,this.margin=this.baseMargin
6652
- const n=this.calculateMapDimensions(e)
6653
- this.containerDimensions=this.calculateContainerDimensions(i,this.margin),this.horizontalScale=this.createHorizontalScale(t,n,this.containerDimensions.width),this.dieDimensions={width:this.calculateGridWidth(n.cols,this.containerDimensions.width),height:0},this.radius=this.containerDimensions.width/2+this.dieDimensions.width*this.dieSizeFactor,this.radius>i.width/2&&(this.margin=this.calculateMarginWithAddition(this.radius-i.width/2),this.containerDimensions=this.calculateContainerDimensions(i,this.margin),this.horizontalScale=this.createHorizontalScale(t,n,this.containerDimensions.width),this.dieDimensions={width:this.calculateGridWidth(n.cols,this.containerDimensions.width),height:0},this.radius=this.containerDimensions.width/2+this.dieDimensions.width*this.dieSizeFactor),this.verticalScale=this.createVerticalScale(t,n,this.containerDimensions.height),this.dieDimensions={width:this.dieDimensions.width,height:this.calculateGridHeight(n.rows,this.containerDimensions.height)}}calculateMapDimensions(e){if(0===e.length||void 0===e[0])return{origin:{x:0,y:0},rows:0,cols:0}
6635
+ class sy{constructor(e){this.baseMargin={top:0,right:0,bottom:0,left:0},this.defaultAlign=.5,this.baseMarginPercentage=.04
6636
+ const t={width:e.canvasWidth,height:e.canvasHeight},i=this.calculateGridDimensions(e.dies),n=Math.min(t.width,t.height),o={top:(t.height-n)/2,right:(t.width-n)/2,bottom:(t.height-n)/2,left:(t.width-n)/2},s={top:n*this.baseMarginPercentage,right:n*this.baseMarginPercentage,bottom:n*this.baseMarginPercentage,left:n*this.baseMarginPercentage}
6637
+ this.margin=this.calculateMarginAddition(s,o),this.containerDimensions=this.calculateContainerDimensions(t,this.margin)
6638
+ const r=Math.min(this.containerDimensions.width,this.containerDimensions.height)
6639
+ this.horizontalScale=this.createHorizontalScale(e.quadrant,i,r),this.verticalScale=this.createVerticalScale(e.quadrant,i,r),this.dieDimensions={width:this.calculateGridWidth(i.cols,this.containerDimensions.width),height:this.calculateGridHeight(i.rows,this.containerDimensions.height)},this.radius=r/2}calculateGridDimensions(e){if(0===e.length||void 0===e[0])return{origin:{x:0,y:0},rows:0,cols:0}
6654
6640
  const t={x:e[0].x,y:e[0].y},i={x:e[0].x,y:e[0].y}
6655
6641
  for(const n of e)n.x<t.x&&(t.x=n.x),n.y<t.y&&(t.y=n.y),n.x>i.x&&(i.x=n.x),n.y>i.y&&(i.y=n.y)
6656
- return{origin:t,rows:i.y-t.y+1,cols:i.x-t.x+1}}calculateContainerDimensions(e,t){return{width:e.width-t.left-t.right,height:e.height-t.top-t.bottom}}createHorizontalScale(e,t,i){return e===Jx||e===ty?Qx().domain([t.origin.x,t.origin.x+t.cols]).range([0,i]):Qx().domain([t.origin.x-1,t.origin.x+t.cols-1]).range([i,0])}createVerticalScale(e,t,i){return e===Jx||e===ey?Qx().domain([t.origin.y-1,t.origin.y+t.rows-1]).range([i,0]):Qx().domain([t.origin.y,t.origin.y+t.rows]).range([0,i])}calculateGridWidth(e,t){return _x().align(this.defaultAlign).padding(0).domain(this.horizontalScale.ticks(e)).range([0,t]).bandwidth()}calculateGridHeight(e,t){return _x().align(this.defaultAlign).padding(0).domain(this.verticalScale.ticks(e)).range([0,t]).bandwidth()}calculateMarginWithAddition(e=0){return{top:this.baseMargin.top+e,right:this.baseMargin.right+e,bottom:this.baseMargin.bottom+e,left:this.baseMargin.top+e}}}class ry{constructor(e,t,i,n,o,s,r,a,l,c,d){this.fontSizeFactor=.8,this.nonHighlightedOpacity=.3,this.emptyDieColor="rgba(218,223,236,1)",this.nanDieColor="rgba(122,122,122,1)",this.d3ColorScale=this.createD3ColorScale(t,s),this.labelsFontSize=this.calculateLabelsFontSize(c,l),this.diesRenderInfo=[]
6657
- for(const t of e)this.diesRenderInfo.push({x:n(t.x)+d.right,y:o(t.y)+d.top,fillStyle:this.calculateFillStyle(t.value,s,i),text:this.buildLabel(t.value,l,r,a)})}calculateLabelsFontSize(e,t){return Math.min(e.height,e.width/(.5*Math.max(2,t))*this.fontSizeFactor)}createD3ColorScale(e,t){return this.isColorScaleLinear(t)?Qx().domain(e.values.map((e=>+e))).range(e.colors):kx().domain(e.values).range(e.colors)}dieHasData(e){return null!=e&&""!==e}buildLabel(e,t,i,n){if(i||!this.dieHasData(e))return""
6642
+ return{origin:t,rows:i.y-t.y+1,cols:i.x-t.x+1}}calculateContainerDimensions(e,t){return{width:e.width-t.left-t.right,height:e.height-t.top-t.bottom}}createHorizontalScale(e,t,i){return e===Jx||e===ty?Qx().domain([t.origin.x,t.origin.x+t.cols]).range([0,i]):Qx().domain([t.origin.x-1,t.origin.x+t.cols-1]).range([i,0])}createVerticalScale(e,t,i){return e===Jx||e===ey?Qx().domain([t.origin.y-1,t.origin.y+t.rows-1]).range([i,0]):Qx().domain([t.origin.y,t.origin.y+t.rows]).range([0,i])}calculateGridWidth(e,t){return _x().align(this.defaultAlign).padding(0).domain(this.horizontalScale.ticks(e)).range([0,t]).bandwidth()}calculateGridHeight(e,t){return _x().align(this.defaultAlign).padding(0).domain(this.verticalScale.ticks(e)).range([0,t]).bandwidth()}calculateMarginAddition(e,t){return{top:e.top+t.top,right:e.right+t.right,bottom:e.bottom+t.bottom,left:e.left+t.left}}}class ry{constructor(e,t,i,n,o){this.fontSizeFactor=.8,this.nonHighlightedOpacity=.3,this.emptyDieColor="rgba(218,223,236,1)",this.nanDieColor="rgba(122,122,122,1)",this.d3ColorScale=this.createD3ColorScale(e.colorScale,e.colorScaleMode),this.labelsFontSize=this.calculateLabelsFontSize(n,e.maxCharacters),this.diesRenderInfo=[]
6643
+ for(const n of e.dies)this.diesRenderInfo.push({x:t(n.x)+o.right,y:i(n.y)+o.top,fillStyle:this.calculateFillStyle(n.value,e.colorScaleMode,e.highlightedValues),text:this.buildLabel(n.value,e.maxCharacters,e.dieLabelsHidden,e.dieLabelsSuffix)})}calculateLabelsFontSize(e,t){return Math.min(e.height,e.width/(.5*Math.max(2,t))*this.fontSizeFactor)}createD3ColorScale(e,t){return this.isColorScaleLinear(t)?Qx().domain(e.values.map((e=>+e))).range(e.colors):kx().domain(e.values).range(e.colors)}dieHasData(e){return null!=e&&""!==e}buildLabel(e,t,i,n){if(i||!this.dieHasData(e))return""
6658
6644
  const o=`${e}${n}`
6659
6645
  return o.length>t?`${o.substring(0,t)}…`:o}calculateOpacity(e,t){return t.length>0&&!t.some((t=>t===e))?this.nonHighlightedOpacity:1}isColorScaleLinear(e){return e===ny}isColorScaleOrdinal(e){return e===oy}calculateFillStyle(e,t,i){let n=this.emptyDieColor
6660
6646
  if(this.dieHasData(e)&&(isNaN(+e)?n=this.nanDieColor:this.isColorScaleLinear(t)?n=this.d3ColorScale(+e):this.isColorScaleOrdinal(t)&&(n=this.d3ColorScale(e))),void 0===n)return this.emptyDieColor
6661
6647
  let o=Ho(n)
6662
- return null===o?this.emptyDieColor:(o=new So(o.r,o.g,o.b,this.calculateOpacity(e,i)),o.toStringWebRGBA())}}class ay{constructor(e){this.computations=new sy(e.dies,e.quadrant,{width:e.canvasSideLength,height:e.canvasSideLength}),this.prerendering=new ry(e.dies,e.colorScale,e.highlightedValues,this.computations.horizontalScale,this.computations.verticalScale,e.colorScaleMode,e.dieLabelsHidden,e.dieLabelsSuffix,e.maxCharacters,this.computations.dieDimensions,this.computations.margin)}get containerDimensions(){return this.computations.containerDimensions}get dieDimensions(){return this.computations.dieDimensions}get radius(){return this.computations.radius}get margin(){return this.computations.margin}get horizontalScale(){return this.computations.horizontalScale}get verticalScale(){return this.computations.verticalScale}get labelsFontSize(){return this.prerendering.labelsFontSize}get diesRenderInfo(){return this.prerendering.diesRenderInfo}get mainCircleLocation(){return{x:this.computations.containerDimensions.width/2,y:this.computations.containerDimensions.height/2}}}class ly{constructor(e){this.wafermap=e,this.context=e.canvas.getContext("2d"),this.dies=e.dataManager.diesRenderInfo,this.dimensions=e.dataManager.dieDimensions,this.labelFontSize=e.dataManager.labelsFontSize}drawWafer(){this.context.save(),this.clearCanvas(),this.scaleCanvas(),this.renderDies(),this.renderText(),this.context.restore()}renderDies(){let e
6648
+ return null===o?this.emptyDieColor:(o=new So(o.r,o.g,o.b,this.calculateOpacity(e,i)),o.toStringWebRGBA())}}class ay{constructor(e){this.computations=new sy(e),this.prerendering=new ry(e,this.horizontalScale,this.verticalScale,this.dieDimensions,this.margin)}get containerDimensions(){return this.computations.containerDimensions}get dieDimensions(){return this.computations.dieDimensions}get radius(){return this.computations.radius}get margin(){return this.computations.margin}get horizontalScale(){return this.computations.horizontalScale}get verticalScale(){return this.computations.verticalScale}get labelsFontSize(){return this.prerendering.labelsFontSize}get diesRenderInfo(){return this.prerendering.diesRenderInfo}}class ly{constructor(e){this.wafermap=e,this.context=e.canvas.getContext("2d"),this.dies=e.dataManager.diesRenderInfo,this.dimensions=e.dataManager.dieDimensions,this.labelFontSize=e.dataManager.labelsFontSize}drawWafer(){this.context.save(),this.clearCanvas(),this.scaleCanvas(),this.renderDies(),this.renderText(),this.context.restore()}renderDies(){let e
6663
6649
  this.dies.sort(((e,t)=>e.fillStyle>t.fillStyle?1:t.fillStyle>e.fillStyle?-1:0))
6664
- for(const t of this.dies)e||(this.context.fillStyle=t.fillStyle),e&&t.fillStyle!==e.fillStyle&&t.fillStyle&&(this.context.fillStyle=t.fillStyle),this.context.fillRect(t.x,t.y,this.dimensions.width,this.dimensions.height),e=t}renderText(){this.dieSize=this.dimensions.width*this.dimensions.height*(this.wafermap.transform.k||1)
6665
- const e=this.labelFontSize
6666
- this.context.font=`${e.toString()}px sans-serif`,this.context.fillStyle="#ffffff",this.context.textAlign="center",this.context.lineCap="butt"
6667
- const t=this.context.measureText("M")
6668
- if(this.dieSize>=50)for(const e of this.dies)this.context.fillText(e.text,e.x+this.dimensions.width/2,e.y+this.dimensions.height/2+t.width/2,this.dimensions.width-this.dimensions.width/100*20)}clearCanvas(){this.context.clearRect(0,0,this.wafermap.canvasSideLength*this.wafermap.transform.k,this.wafermap.canvasSideLength*this.wafermap.transform.k)}scaleCanvas(){this.context.translate(this.wafermap.transform.x,this.wafermap.transform.y),this.context.scale(this.wafermap.transform.k,this.wafermap.transform.k)}}class cy{constructor(e){this.wafermap=e,this.zoomTransform=Ww,this.minScale=1.1,this.minExtentPoint=[-100,-100],this.extentPadding=100,this.zoomBehavior=this.createZoomBehavior(),this.zoomBehavior(Vm(this.wafermap.canvas))}rescale(e){const t=e.transform
6650
+ for(const t of this.dies)e||(this.context.fillStyle=t.fillStyle),e&&t.fillStyle!==e.fillStyle&&t.fillStyle&&(this.context.fillStyle=t.fillStyle),this.context.fillRect(t.x,t.y,this.dimensions.width,this.dimensions.height),e=t}renderText(){const e=this.dimensions.width*this.dimensions.height*(this.wafermap.transform.k||1),t=this.labelFontSize
6651
+ this.context.font=`${t.toString()}px sans-serif`,this.context.fillStyle="#ffffff",this.context.textAlign="center",this.context.lineCap="butt"
6652
+ const i=this.context.measureText("M")
6653
+ if(e>=50)for(const e of this.dies)this.context.fillText(e.text,e.x+this.dimensions.width/2,e.y+this.dimensions.height/2+i.width/2,this.dimensions.width-this.dimensions.width/100*20)}clearCanvas(){this.context.clearRect(0,0,this.wafermap.canvasWidth*this.wafermap.transform.k,this.wafermap.canvasHeight*this.wafermap.transform.k)}scaleCanvas(){this.context.translate(this.wafermap.transform.x,this.wafermap.transform.y),this.context.scale(this.wafermap.transform.k,this.wafermap.transform.k)}}class cy{constructor(e){this.wafermap=e,this.zoomTransform=Ww,this.minScale=1.1,this.minExtentPoint=[-100,-100],this.extentPadding=100,this.zoomBehavior=this.createZoomBehavior(),this.zoomBehavior(Vm(this.wafermap.canvas))}rescale(e){const t=e.transform
6669
6654
  t.k===this.minScale?(this.zoomTransform=Ww,this.zoomBehavior.transform(Vm(this.wafermap.canvas),Ww)):this.zoomTransform=t,this.wafermap.transform=this.zoomTransform}createZoomBehavior(){const e=function(){var e,t,i,n=Jw,o=ex,s=ox,r=ix,a=nx,l=[0,1/0],c=[[-1/0,-1/0],[1/0,1/0]],d=250,h=qb,u=gf("start","zoom","end"),p=500,g=0,v=10
6670
- function f(e){e.property("__zoom",tx).on("wheel.zoom",C,{passive:!1}).on("mousedown.zoom",k).on("dblclick.zoom",_).filter(a).on("touchstart.zoom",S).on("touchmove.zoom",R).on("touchend.zoom touchcancel.zoom",M).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function m(e,t){return(t=Math.max(l[0],Math.min(l[1],t)))===e.k?e:new Xw(t,e.x,e.y)}function b(e,t,i){var n=t[0]-i[0]*e.k,o=t[1]-i[1]*e.k
6655
+ function f(e){e.property("__zoom",tx).on("wheel.zoom",C,{passive:!1}).on("mousedown.zoom",k).on("dblclick.zoom",_).filter(a).on("touchstart.zoom",S).on("touchmove.zoom",I).on("touchend.zoom touchcancel.zoom",R).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function m(e,t){return(t=Math.max(l[0],Math.min(l[1],t)))===e.k?e:new Xw(t,e.x,e.y)}function b(e,t,i){var n=t[0]-i[0]*e.k,o=t[1]-i[1]*e.k
6671
6656
  return n===e.x&&o===e.y?e:new Xw(e.k,n,o)}function w(e){return[(+e[0][0]+ +e[1][0])/2,(+e[0][1]+ +e[1][1])/2]}function x(e,t,i,n){e.on("start.zoom",(function(){y(this,arguments).event(n).start()})).on("interrupt.zoom end.zoom",(function(){y(this,arguments).event(n).end()})).tween("zoom",(function(){var e=this,s=arguments,r=y(e,s).event(n),a=o.apply(e,s),l=null==i?w(a):"function"==typeof i?i.apply(e,s):i,c=Math.max(a[1][0]-a[0][0],a[1][1]-a[0][1]),d=e.__zoom,u="function"==typeof t?t.apply(e,s):t,p=h(d.invert(l).concat(c/d.k),u.invert(l).concat(c/u.k))
6672
6657
  return function(e){if(1===e)e=u
6673
6658
  else{var t=p(e),i=c/t[2]
@@ -6679,11 +6664,11 @@ Tm(e.view),Yw(e),r.mouse=[l,this.__zoom.invert(l)],pw(this),r.start()}function u
6679
6664
  r.moved=t*t+i*i>g}r.event(e).zoom("mouse",s(b(r.that.__zoom,r.mouse[0]=Hm(e,o),r.mouse[1]),r.extent,c))}function p(e){a.on("mousemove.zoom mouseup.zoom",null),zm(e.view,r.moved),Qw(e),r.event(e).end()}}function _(e,...t){if(n.apply(this,arguments)){var i=this.__zoom,r=Hm(e.changedTouches?e.changedTouches[0]:e,this),a=i.invert(r),l=i.k*(e.shiftKey?.5:2),h=s(b(m(i,l),r,a),o.apply(this,t),c)
6680
6665
  Qw(e),d>0?Vm(this).transition().duration(d).call(x,h,r,e):Vm(this).call(f.transform,h,r,e)}}function S(i,...o){if(n.apply(this,arguments)){var s,r,a,l,c=i.touches,d=c.length,h=y(this,o,i.changedTouches.length===d).event(i)
6681
6666
  for(Yw(i),r=0;r<d;++r)l=[l=Hm(a=c[r],this),this.__zoom.invert(l),a.identifier],h.touch0?h.touch1||h.touch0[2]===l[2]||(h.touch1=l,h.taps=0):(h.touch0=l,s=!0,h.taps=1+!!e)
6682
- e&&(e=clearTimeout(e)),s&&(h.taps<2&&(t=l[0],e=setTimeout((function(){e=null}),p)),pw(this),h.start())}}function R(e,...t){if(this.__zooming){var i,n,o,r,a=y(this,t).event(e),l=e.changedTouches,d=l.length
6667
+ e&&(e=clearTimeout(e)),s&&(h.taps<2&&(t=l[0],e=setTimeout((function(){e=null}),p)),pw(this),h.start())}}function I(e,...t){if(this.__zooming){var i,n,o,r,a=y(this,t).event(e),l=e.changedTouches,d=l.length
6683
6668
  for(Qw(e),i=0;i<d;++i)o=Hm(n=l[i],this),a.touch0&&a.touch0[2]===n.identifier?a.touch0[0]=o:a.touch1&&a.touch1[2]===n.identifier&&(a.touch1[0]=o)
6684
6669
  if(n=a.that.__zoom,a.touch1){var h=a.touch0[0],u=a.touch0[1],p=a.touch1[0],g=a.touch1[1],v=(v=p[0]-h[0])*v+(v=p[1]-h[1])*v,f=(f=g[0]-u[0])*f+(f=g[1]-u[1])*f
6685
6670
  n=m(n,Math.sqrt(v/f)),o=[(h[0]+p[0])/2,(h[1]+p[1])/2],r=[(u[0]+g[0])/2,(u[1]+g[1])/2]}else{if(!a.touch0)return
6686
- o=a.touch0[0],r=a.touch0[1]}a.zoom("touch",s(b(n,o,r),a.extent,c))}}function M(e,...n){if(this.__zooming){var o,s,r=y(this,n).event(e),a=e.changedTouches,l=a.length
6671
+ o=a.touch0[0],r=a.touch0[1]}a.zoom("touch",s(b(n,o,r),a.extent,c))}}function R(e,...n){if(this.__zooming){var o,s,r=y(this,n).event(e),a=e.changedTouches,l=a.length
6687
6672
  for(Yw(e),i&&clearTimeout(i),i=setTimeout((function(){i=null}),p),o=0;o<l;++o)s=a[o],r.touch0&&r.touch0[2]===s.identifier?delete r.touch0:r.touch1&&r.touch1[2]===s.identifier&&delete r.touch1
6688
6673
  if(r.touch1&&!r.touch0&&(r.touch0=r.touch1,delete r.touch1),r.touch0)r.touch0[1]=this.__zoom.invert(r.touch0[0])
6689
6674
  else if(r.end(),2===r.taps&&(s=Hm(s,this),Math.hypot(t[0]-s[0],t[1]-s[1])<v)){var c=Vm(this).on("dblclick.zoom")
@@ -6691,13 +6676,13 @@ c&&c.apply(this,arguments)}}}return f.transform=function(e,t,i,n){var o=e.select
6691
6676
  o.property("__zoom",tx),e!==o?x(e,t,i,n):o.interrupt().each((function(){y(this,arguments).event(n).start().zoom(null,"function"==typeof t?t.apply(this,arguments):t).end()}))},f.scaleBy=function(e,t,i,n){f.scaleTo(e,(function(){return this.__zoom.k*("function"==typeof t?t.apply(this,arguments):t)}),i,n)},f.scaleTo=function(e,t,i,n){f.transform(e,(function(){var e=o.apply(this,arguments),n=this.__zoom,r=null==i?w(e):"function"==typeof i?i.apply(this,arguments):i,a=n.invert(r),l="function"==typeof t?t.apply(this,arguments):t
6692
6677
  return s(b(m(n,l),r,a),e,c)}),i,n)},f.translateBy=function(e,t,i,n){f.transform(e,(function(){return s(this.__zoom.translate("function"==typeof t?t.apply(this,arguments):t,"function"==typeof i?i.apply(this,arguments):i),o.apply(this,arguments),c)}),null,n)},f.translateTo=function(e,t,i,n,r){f.transform(e,(function(){var e=o.apply(this,arguments),r=this.__zoom,a=null==n?w(e):"function"==typeof n?n.apply(this,arguments):n
6693
6678
  return s(Ww.translate(a[0],a[1]).scale(r.k).translate("function"==typeof t?-t.apply(this,arguments):-t,"function"==typeof i?-i.apply(this,arguments):-i),e,c)}),n,r)},$.prototype={event:function(e){return e&&(this.sourceEvent=e),this},start:function(){return 1==++this.active&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(e,t){return this.mouse&&"mouse"!==e&&(this.mouse[1]=t.invert(this.mouse[0])),this.touch0&&"touch"!==e&&(this.touch0[1]=t.invert(this.touch0[0])),this.touch1&&"touch"!==e&&(this.touch1[1]=t.invert(this.touch1[0])),this.that.__zoom=t,this.emit("zoom"),this},end:function(){return 0==--this.active&&(delete this.that.__zooming,this.emit("end")),this},emit:function(e){var t=Vm(this.that).datum()
6694
- u.call(e,this.that,new Gw(e,{sourceEvent:this.sourceEvent,target:f,type:e,transform:this.that.__zoom,dispatch:u}),t)}},f.wheelDelta=function(e){return arguments.length?(r="function"==typeof e?e:Uw(+e),f):r},f.filter=function(e){return arguments.length?(n="function"==typeof e?e:Uw(!!e),f):n},f.touchable=function(e){return arguments.length?(a="function"==typeof e?e:Uw(!!e),f):a},f.extent=function(e){return arguments.length?(o="function"==typeof e?e:Uw([[+e[0][0],+e[0][1]],[+e[1][0],+e[1][1]]]),f):o},f.scaleExtent=function(e){return arguments.length?(l[0]=+e[0],l[1]=+e[1],f):[l[0],l[1]]},f.translateExtent=function(e){return arguments.length?(c[0][0]=+e[0][0],c[1][0]=+e[1][0],c[0][1]=+e[0][1],c[1][1]=+e[1][1],f):[[c[0][0],c[0][1]],[c[1][0],c[1][1]]]},f.constrain=function(e){return arguments.length?(s=e,f):s},f.duration=function(e){return arguments.length?(d=+e,f):d},f.interpolate=function(e){return arguments.length?(h=e,f):h},f.on=function(){var e=u.on.apply(u,arguments)
6695
- return e===u?f:e},f.clickDistance=function(e){return arguments.length?(g=(e=+e)*e,f):Math.sqrt(g)},f.tapDistance=function(e){return arguments.length?(v=+e,f):v},f}().scaleExtent([1.1,this.getZoomMax(this.wafermap.canvasSideLength*this.wafermap.canvasSideLength,this.wafermap.dataManager.containerDimensions.width*this.wafermap.dataManager.containerDimensions.height)]).translateExtent([this.minExtentPoint,[this.wafermap.canvasSideLength+this.extentPadding,this.wafermap.canvasSideLength+this.extentPadding]]).filter((e=>Kw(this.wafermap.canvas).k>=this.minScale||"wheel"===e.type)).on("zoom",(e=>{this.rescale(e)}))
6696
- return e}getZoomMax(e,t){return Math.ceil(t/e*100)}}class dy{constructor(e){this.wafermap=e,this.onWheelMove=e=>{e.preventDefault()},this.onMouseMove=()=>{},this.onMouseOut=()=>{},this.zoomHandler=new cy(e),this.attachEvents()}get selectedDie(){}detachEvents(){this.wafermap.removeEventListener("mousemove",this.onMouseMove),this.wafermap.removeEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.removeEventListener("wheel",this.onWheelMove)}attachEvents(){this.wafermap.addEventListener("mousemove",this.onMouseMove),this.wafermap.addEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.addEventListener("wheel",this.onWheelMove,{passive:!1})}}class hy extends St{constructor(){super(...arguments),this.quadrant=ty,this.orientation=iy,this.maxCharacters=4,this.dieLabelsHidden=!1,this.dieLabelsSuffix="",this.colorScaleMode=ny,this.renderQueued=!1,this.canvasSideLength=0,this.transform=Ww,this.highlightedValues=[],this.dies=[],this.colorScale={colors:[],values:[]},this.emitDieSelected=e=>{this.$emit("die-selected",{detail:{die:e}})}}connectedCallback(){super.connectedCallback(),this.resizeObserver=this.createResizeObserver()}disconnectedCallback(){super.disconnectedCallback(),this.resizeObserver.unobserve(this)}render(){this.renderQueued=!1,this.initalizeInternalModules(),this.renderer?.drawWafer()}queueRender(){this.$fastController.isConnected&&(this.renderQueued||(this.renderQueued=!0,u.queueUpdate((()=>this.render()))))}initalizeInternalModules(){this.eventCoordinator?.detachEvents(),this.dataManager=new ay(this),this.renderer=new ly(this),this.eventCoordinator=new dy(this)}createResizeObserver(){const e=new ResizeObserver((e=>{const t=e[0]
6679
+ u.call(e,this.that,new Uw(e,{sourceEvent:this.sourceEvent,target:f,type:e,transform:this.that.__zoom,dispatch:u}),t)}},f.wheelDelta=function(e){return arguments.length?(r="function"==typeof e?e:Gw(+e),f):r},f.filter=function(e){return arguments.length?(n="function"==typeof e?e:Gw(!!e),f):n},f.touchable=function(e){return arguments.length?(a="function"==typeof e?e:Gw(!!e),f):a},f.extent=function(e){return arguments.length?(o="function"==typeof e?e:Gw([[+e[0][0],+e[0][1]],[+e[1][0],+e[1][1]]]),f):o},f.scaleExtent=function(e){return arguments.length?(l[0]=+e[0],l[1]=+e[1],f):[l[0],l[1]]},f.translateExtent=function(e){return arguments.length?(c[0][0]=+e[0][0],c[1][0]=+e[1][0],c[0][1]=+e[0][1],c[1][1]=+e[1][1],f):[[c[0][0],c[0][1]],[c[1][0],c[1][1]]]},f.constrain=function(e){return arguments.length?(s=e,f):s},f.duration=function(e){return arguments.length?(d=+e,f):d},f.interpolate=function(e){return arguments.length?(h=e,f):h},f.on=function(){var e=u.on.apply(u,arguments)
6680
+ return e===u?f:e},f.clickDistance=function(e){return arguments.length?(g=(e=+e)*e,f):Math.sqrt(g)},f.tapDistance=function(e){return arguments.length?(v=+e,f):v},f}().scaleExtent([1.1,this.getZoomMax(this.wafermap.canvasWidth*this.wafermap.canvasHeight,this.wafermap.dataManager.containerDimensions.width*this.wafermap.dataManager.containerDimensions.height)]).translateExtent([this.minExtentPoint,[this.wafermap.canvasWidth+this.extentPadding,this.wafermap.canvasHeight+this.extentPadding]]).filter((e=>Kw(this.wafermap.canvas).k>=this.minScale||"wheel"===e.type)).on("zoom",(e=>{this.rescale(e)}))
6681
+ return e}getZoomMax(e,t){return Math.ceil(t/e*100)}}class dy{constructor(e){this.wafermap=e,this.onWheelMove=e=>{e.preventDefault()},this.onMouseMove=()=>{},this.onMouseOut=()=>{},this.zoomHandler=new cy(e),this.attachEvents()}get selectedDie(){}detachEvents(){this.wafermap.removeEventListener("mousemove",this.onMouseMove),this.wafermap.removeEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.removeEventListener("wheel",this.onWheelMove)}attachEvents(){this.wafermap.addEventListener("mousemove",this.onMouseMove),this.wafermap.addEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.addEventListener("wheel",this.onWheelMove,{passive:!1})}}class hy extends St{constructor(){super(...arguments),this.quadrant=ty,this.orientation=iy,this.maxCharacters=4,this.dieLabelsHidden=!1,this.dieLabelsSuffix="",this.colorScaleMode=ny,this.renderQueued=!1,this.transform=Ww,this.highlightedValues=[],this.dies=[],this.colorScale={colors:[],values:[]},this.emitDieSelected=e=>{this.$emit("die-selected",{detail:{die:e}})}}connectedCallback(){super.connectedCallback(),this.resizeObserver=this.createResizeObserver()}disconnectedCallback(){super.disconnectedCallback(),this.resizeObserver.unobserve(this)}render(){this.renderQueued=!1,this.initializeInternalModules(),this.renderer?.drawWafer()}queueRender(){this.$fastController.isConnected&&(this.renderQueued||(this.renderQueued=!0,u.queueUpdate((()=>this.render()))))}initializeInternalModules(){this.eventCoordinator?.detachEvents(),this.dataManager=new ay(this),this.renderer=new ly(this),this.eventCoordinator=new dy(this)}createResizeObserver(){const e=new ResizeObserver((e=>{const t=e[0]
6697
6682
  if(void 0===t)return
6698
6683
  const{height:i,width:n}=t.contentRect
6699
- this.canvasSideLength=Math.min(i,n)}))
6700
- return e.observe(this),e}quadrantChanged(){this.queueRender()}orientationChanged(){this.queueRender()}maxCharactersChanged(){this.queueRender()}dieLabelsHiddenChanged(){this.queueRender()}dieLabelsSuffixChanged(){this.queueRender()}colorScaleModeChanged(){this.queueRender()}highlightedValuesChanged(){this.queueRender()}diesChanged(){this.queueRender()}colorScaleChanged(){this.queueRender()}transformChanged(){this.queueRender()}canvasSideLengthChanged(){void 0!==this.canvasSideLength&&0!==this.canvasSideLength&&(this.canvas.width=this.canvasSideLength,this.canvas.height=this.canvasSideLength,this.queueRender())}}e([oe],hy.prototype,"quadrant",void 0),e([oe],hy.prototype,"orientation",void 0),e([oe({attribute:"max-characters",converter:ie})],hy.prototype,"maxCharacters",void 0),e([oe({attribute:"die-labels-hidden",mode:"boolean"})],hy.prototype,"dieLabelsHidden",void 0),e([oe({attribute:"die-labels-suffix"})],hy.prototype,"dieLabelsSuffix",void 0),e([oe({attribute:"color-scale-mode"})],hy.prototype,"colorScaleMode",void 0),e([f],hy.prototype,"canvasSideLength",void 0),e([f],hy.prototype,"transform",void 0),e([f],hy.prototype,"highlightedValues",void 0),e([f],hy.prototype,"dies",void 0),e([f],hy.prototype,"colorScale",void 0)
6684
+ this.canvas.width=n,this.canvas.height=i,this.canvasWidth=n,this.canvasHeight=i}))
6685
+ return e.observe(this),e}quadrantChanged(){this.queueRender()}orientationChanged(){this.queueRender()}maxCharactersChanged(){this.queueRender()}dieLabelsHiddenChanged(){this.queueRender()}dieLabelsSuffixChanged(){this.queueRender()}colorScaleModeChanged(){this.queueRender()}highlightedValuesChanged(){this.queueRender()}diesChanged(){this.queueRender()}colorScaleChanged(){this.queueRender()}transformChanged(){this.queueRender()}canvasWidthChanged(){this.queueRender()}canvasHeightChanged(){this.queueRender()}}e([oe],hy.prototype,"quadrant",void 0),e([oe],hy.prototype,"orientation",void 0),e([oe({attribute:"max-characters",converter:ie})],hy.prototype,"maxCharacters",void 0),e([oe({attribute:"die-labels-hidden",mode:"boolean"})],hy.prototype,"dieLabelsHidden",void 0),e([oe({attribute:"die-labels-suffix"})],hy.prototype,"dieLabelsSuffix",void 0),e([oe({attribute:"color-scale-mode"})],hy.prototype,"colorScaleMode",void 0),e([f],hy.prototype,"canvasWidth",void 0),e([f],hy.prototype,"canvasHeight",void 0),e([f],hy.prototype,"transform",void 0),e([f],hy.prototype,"highlightedValues",void 0),e([f],hy.prototype,"dies",void 0),e([f],hy.prototype,"colorScale",void 0)
6701
6686
  const uy=hy.compose({baseName:"wafer-map",template:sx,styles:rx})
6702
6687
  sn.getOrCreate().withPrefix("nimble").register(uy())}()
6703
6688
  //# sourceMappingURL=all-components-bundle.min.js.map