@ni/nimble-components 18.5.0 → 18.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all-components-bundle.js +25 -6
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +138 -138
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/table/components/row/index.js +2 -2
- package/dist/esm/table/components/row/index.js.map +1 -1
- package/dist/esm/table-column/base/index.d.ts +23 -11
- package/dist/esm/table-column/base/index.js +20 -1
- package/dist/esm/table-column/base/index.js.map +1 -1
- package/dist/esm/table-column/text/index.d.ts +3 -3
- package/dist/esm/table-column/text/index.js +4 -4
- package/dist/esm/table-column/text/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -63,7 +63,7 @@ class w{constructor(){this.index=0,this.length=0,this.parent=null,this.parentCon
|
|
|
63
63
|
const y=Object.seal(new w)
|
|
64
64
|
class x{constructor(){this.targetIndex=0}}class $ extends x{constructor(){super(...arguments),this.createPlaceholder=u.createInterpolationPlaceholder}}class C extends x{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 M(){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
|
|
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 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=""
|
|
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,11 +71,11 @@ 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=
|
|
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
|
|
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=
|
|
78
|
+
case"@":this.cleanedTargetName=e.substr(1),this.bind=_,this.unbind=R
|
|
79
79
|
break
|
|
80
80
|
default:this.cleanedTargetName=e,"class"===e&&(this.updateTarget=V)}}targetAtContent(){this.updateTarget=O,this.unbind=M}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)
|
|
@@ -303,9 +303,9 @@ 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?xe(this.source,e):be(this.source,0,this.source.length,t,0,t.length)
|
|
305
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 Me(e,t){const i="function"==typeof t?t:()=>t
|
|
306
|
-
return(t,n)=>e(t,n)?i(t,n):null}const
|
|
307
|
-
function
|
|
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=
|
|
306
|
+
return(t,n)=>e(t,n)?i(t,n):null}const Re=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)
|
|
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,7 +343,7 @@ 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=
|
|
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
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 Fe 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 ze(e){return"string"==typeof e&&(e={property:e}),new C("fast-children",Fe,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
|
|
@@ -516,12 +516,12 @@ return yt[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
|
|
520
|
-
class
|
|
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 Mt(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
521
|
t.tryDefineElement({name:o,type:this.type,baseClass:this.elementDefinition.baseClass,callback:e=>{const t=new _t(Mt(i.template,e,i),Mt(i.styles,e,i))
|
|
522
522
|
e.definePresentation(t)
|
|
523
523
|
let o=Mt(i.shadowOptions,e,i)
|
|
524
|
-
e.shadowRootMode&&(o?n.shadowOptions||(o.mode=e.shadowRootMode):null!==o&&(o={mode:e.shadowRootMode})),e.defineElement({elementOptions:Mt(i.elementOptions,e,i),shadowOptions:o,attributes:Mt(i.attributes,e,i)})}})}}function
|
|
524
|
+
e.shadowRootMode&&(o?n.shadowOptions||(o.mode=e.shadowRootMode):null!==o&&(o={mode:e.shadowRootMode})),e.defineElement({elementOptions:Mt(i.elementOptions,e,i),shadowOptions:o,attributes:Mt(i.attributes,e,i)})}})}}function It(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
|
|
@@ -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),
|
|
539
|
+
class ti{}Ze([oe({attribute:"aria-expanded"})],ti.prototype,"ariaExpanded",void 0),It(ti,Jt),It(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),
|
|
601
|
+
Ze([f],oi.prototype,"separator",void 0),It(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
|
|
@@ -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),
|
|
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,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 yi(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 xi 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],xi.prototype,"checked",void 0),Ze([f],xi.prototype,"content",void 0),Ze([f],xi.prototype,"defaultSelected",void 0),Ze([oe({mode:"boolean"})],xi.prototype,"disabled",void 0),Ze([oe({attribute:"selected",mode:"boolean"})],xi.prototype,"selectedAttribute",void 0),Ze([f],xi.prototype,"selected",void 0),Ze([oe({attribute:"value",mode:"fromView"})],xi.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),
|
|
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(xi,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]")
|
|
@@ -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=>yi(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),
|
|
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)
|
|
722
722
|
const _i="above",Si="below"
|
|
723
|
-
class Mi extends Ci{}class
|
|
724
|
-
let Vi=class extends
|
|
723
|
+
class Mi extends Ci{}class Ri extends(hi(Mi)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const Ii="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===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()))
|
|
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,7 +755,7 @@ 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),
|
|
758
|
+
class Hi{}Ze([f],Hi.prototype,"ariaAutoComplete",void 0),Ze([f],Hi.prototype,"ariaControls",void 0),It(Hi,ki),It(Vi,De,Hi)
|
|
759
759
|
function Li(e){const t=e.parentElement
|
|
760
760
|
if(t)return t
|
|
761
761
|
{const t=e.getRootNode()
|
|
@@ -888,7 +888,7 @@ case fn:this.updateSubmenu(),this.hasSubmenu?this.expandAndFocus():this.$emit("c
|
|
|
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"})],yn.prototype,"disabled",void 0),Ze([oe({mode:"boolean"})],yn.prototype,"expanded",void 0),Ze([f],yn.prototype,"startColumnCount",void 0),Ze([oe],yn.prototype,"role",void 0),Ze([oe({mode:"boolean"})],yn.prototype,"checked",void 0),Ze([f],yn.prototype,"submenuRegion",void 0),Ze([f],yn.prototype,"hasSubmenu",void 0),Ze([f],yn.prototype,"currentDirection",void 0),Ze([f],yn.prototype,"submenu",void 0),
|
|
891
|
+
Ze([oe({mode:"boolean"})],yn.prototype,"disabled",void 0),Ze([oe({mode:"boolean"})],yn.prototype,"expanded",void 0),Ze([f],yn.prototype,"startColumnCount",void 0),Ze([oe],yn.prototype,"role",void 0),Ze([oe({mode:"boolean"})],yn.prototype,"checked",void 0),Ze([f],yn.prototype,"submenuRegion",void 0),Ze([f],yn.prototype,"hasSubmenu",void 0),Ze([f],yn.prototype,"currentDirection",void 0),Ze([f],yn.prototype,"submenu",void 0),It(yn,De)
|
|
892
892
|
let xn=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
|
|
@@ -918,8 +918,8 @@ xn.focusableElementRoles=wn,Ze([f],xn.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{}
|
|
922
|
-
class Mn extends St{}class
|
|
921
|
+
class Sn{}It(Sn,Jt),It(_n,De,Sn)
|
|
922
|
+
class Mn extends St{}class Rn extends(hi(Mn)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let In=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
|
|
@@ -931,7 +931,7 @@ return isNaN(n)?n="":(n=Math.min(n,null!==(t=this.max)&&void 0!==t?t:n),n=Math.m
|
|
|
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
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"})],
|
|
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,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
|
|
@@ -1000,7 +1000,7 @@ case Nt:this.collapsible&&this.open&&(e.preventDefault(),this.open=!1)
|
|
|
1000
1000
|
break
|
|
1001
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 Fn{}Ze([f],Fn.prototype,"ariaControls",void 0),
|
|
1003
|
+
class Fn{}Ze([f],Fn.prototype,"ariaControls",void 0),It(Fn,ki),It(Tn,De,Fn)
|
|
1004
1004
|
class zn extends St{}class Dn extends(ui(zn)){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{}
|
|
@@ -1036,10 +1036,10 @@ 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),
|
|
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,De)
|
|
1040
1040
|
class Gn extends St{}class Un extends(hi(Gn)){constructor(){super(...arguments),this.proxy=document.createElement("textarea")}}const Xn="none"
|
|
1041
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),
|
|
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
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)
|
|
@@ -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),
|
|
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,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),
|
|
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,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()
|
|
@@ -1128,7 +1128,7 @@ try{e.sheet.insertRule("foo:focus-visible {color:inherit}",0),Vt=!0}catch(e){Vt=
|
|
|
1128
1128
|
class yo extends ei{}const xo=`:${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 Mo={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}},
|
|
1131
|
+
return 1===t.length?"0"+t:t}(ko(e,0,255))}}const Mo={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,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
|
|
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,25 +1140,25 @@ 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
|
|
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
|
|
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)
|
|
1147
1147
|
if(null===t)return null
|
|
1148
1148
|
const i=t[1].split(",")
|
|
1149
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 Mo.hasOwnProperty(e)}(t)?function(e){const t=Mo[e.toLowerCase()]
|
|
1150
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",Fo="#009921",zo="#00c12b",Do="#c4000c",Bo="#818386",No="#f1f1f2",Zo="#f5f5f5",qo="#ffffff",jo="#252526",Go="#363738",Uo="#505153",Xo="#000000",Wo="#161617",Ko="#074023",Yo="#009b65",Qo="#d63434",Jo="#ff4b00",es="#006b46",ts="#32eb96",is="Source Sans Pro",ns="400",os="14px",ss="18px",rs="14px",as="0.25s"
|
|
1151
1151
|
function ls(e,t){const{r:i,g:n,b:o}=Vo(e)
|
|
1152
|
-
return`rgba(${255*i}, ${255*n}, ${255*o}, ${t})`}const cs=ls(Xo,.3),ds=ls(Xo,.6),hs=ls(Xo,.6),us=as,ps="light",gs="dark",vs="color",fs="action-rgb-partial-color",ms="application-background-color",bs="divider-background-color",ws="header-background-color",ys="section-background-color",xs="fill-selected-color",$s="fill-selected-rgb-partial-color",Cs="fill-hover-selected-color",ks="fill-hover-color",_s="fill-down-color",Ss="border-color",Ms="border-rgb-partial-color",
|
|
1153
|
-
var
|
|
1154
|
-
!function(e){e.ltr="ltr",e.rtl="rtl"}(
|
|
1152
|
+
return`rgba(${255*i}, ${255*n}, ${255*o}, ${t})`}const cs=ls(Xo,.3),ds=ls(Xo,.6),hs=ls(Xo,.6),us=as,ps="light",gs="dark",vs="color",fs="action-rgb-partial-color",ms="application-background-color",bs="divider-background-color",ws="header-background-color",ys="section-background-color",xs="fill-selected-color",$s="fill-selected-rgb-partial-color",Cs="fill-hover-selected-color",ks="fill-hover-color",_s="fill-down-color",Ss="border-color",Ms="border-rgb-partial-color",Rs="fail-color",Is="warning-color",As="pass-color",Os="information-color",Es="border-hover-color",Vs="icon-color",Hs="modal-backdrop-color",Ls="popup-border-color",Ps="control-height",Ts="control-slim-height",Fs="small-padding",zs="standard-padding",Ds="label-height",Bs="border-width",Ns="icon-size",Zs="group-header-text-transform",qs="drawer-width",js="banner-gap-size",Gs="spinner-small-height",Us="spinner-medium-height",Xs="spinner-large-height",Ws="small-delay",Ks="medium-delay",Ys="large-delay",Qs="headline-plus-1-font",Js="headline-font",er="table-header-font",tr="title-plus-2-font",ir="title-plus-1-font",nr="title-font",or="subtitle-plus-1-font",sr="subtitle-font",rr="link-font",ar="link-active-font",lr="link-prominent-font",cr="link-active-prominent-font",dr="placeholder-font",hr="body-emphasized-font",ur="body-font",pr="group-header-font",gr="control-label-font",vr="button-label-font",fr="tooltip-caption-font",mr="tooltip-background-color",br="error-text-font",wr="table-row-border-color",yr="elevation-1-box-shadow",xr="elevation-2-box-shadow",$r="elevation-3-box-shadow",Cr=e=>`ni-nimble-${e}`,kr="animationend",_r="change",Sr="ArrowDown",Mr="ArrowUp",Rr="Enter"
|
|
1153
|
+
var Ir
|
|
1154
|
+
!function(e){e.ltr="ltr",e.rtl="rtl"}(Ir||(Ir={}))
|
|
1155
1155
|
let Ar=0
|
|
1156
1156
|
function Or(e=""){return`${e}${Ar++}`}const Er=U`<slot></slot>`,Vr=fe`
|
|
1157
1157
|
:host {
|
|
1158
1158
|
display: contents;
|
|
1159
1159
|
}
|
|
1160
|
-
`,Hr=Qi.create({name:"direction",cssCustomPropertyName:null}).withDefault(
|
|
1161
|
-
class Pr extends St{constructor(){super(...arguments),this.direction=
|
|
1160
|
+
`,Hr=Qi.create({name:"direction",cssCustomPropertyName:null}).withDefault(Ir.ltr),Lr=Qi.create({name:"theme",cssCustomPropertyName:null}).withDefault(ps)
|
|
1161
|
+
class Pr extends St{constructor(){super(...arguments),this.direction=Ir.ltr,this.theme=ps}directionChanged(e,t){null!=t?Hr.setValueFor(this,t):Hr.deleteValueFor(this)}themeChanged(e,t){null!=t?Lr.setValueFor(this,t):Lr.deleteValueFor(this)}}e([oe({attribute:"direction"})],Pr.prototype,"direction",void 0),e([oe({attribute:"theme"})],Pr.prototype,"theme",void 0)
|
|
1162
1162
|
const Tr=Pr.compose({baseName:"theme-provider",styles:Vr,template:Er})
|
|
1163
1163
|
sn.getOrCreate().withPrefix("nimble").register(Tr())
|
|
1164
1164
|
const Fr=Qi.create(Cr(fs)).withDefault((e=>kc(Sc(e,Wo,No,qo)))),zr=Qi.create(Cr(ms)).withDefault((e=>Sc(e,qo,Go,Ko)))
|
|
@@ -1167,7 +1167,7 @@ const Dr=Qi.create(Cr(xs)).withDefault((e=>ls(Ac(e),.2)))
|
|
|
1167
1167
|
Qi.create(Cr($s)).withDefault((e=>kc(Ac(e))))
|
|
1168
1168
|
const Br=Qi.create(Cr(Cs)).withDefault((e=>ls(Ac(e),.15))),Nr=Qi.create(Cr(ks)).withDefault((e=>ls(function(e){return Sc(e,Wo,No,qo)}(e),.1)))
|
|
1169
1169
|
Qi.create(Cr(_s)).withDefault((e=>ls(function(e){return Sc(e,Wo,No,qo)}(e),.15)))
|
|
1170
|
-
const Zr=Qi.create(Cr(Ss)).withDefault((e=>
|
|
1170
|
+
const Zr=Qi.create(Cr(Ss)).withDefault((e=>Rc(e))),qr=Qi.create(Cr(Ms)).withDefault((e=>kc(Rc(e)))),jr=Qi.create(Cr(Rs)).withDefault((e=>Mc(e))),Gr=Qi.create(Cr(Is)).withDefault((e=>function(e){return Sc(e,Jo,To,qo)}(e))),Ur=Qi.create(Cr(As)).withDefault((e=>function(e){return Sc(e,Fo,zo,qo)}(e))),Xr=Qi.create(Cr(Os)).withDefault((e=>function(e){return Sc(e,Po,Lo,qo)}(e))),Wr=Qi.create(Cr(Es)).withDefault((e=>Sc(e,Yo,Yo,qo))),Kr=Qi.create(Cr(Vs)).withDefault((e=>Sc(e,Wo,No,qo)))
|
|
1171
1171
|
Qi.create(Cr(Hs)).withDefault((e=>function(e){switch(Lr.getValueFor(e)){case ps:return cs
|
|
1172
1172
|
case gs:return ds
|
|
1173
1173
|
case vs:return hs
|
|
@@ -1181,10 +1181,10 @@ Qi.create(Cr(js)).withDefault("1px")
|
|
|
1181
1181
|
const ra=Qi.create(Cr(Gs)).withDefault("16px")
|
|
1182
1182
|
Qi.create(Cr(Us)).withDefault("32px"),Qi.create(Cr(Xs)).withDefault("64px"),Qi.create(Cr(yr)).withDefault((e=>`0px 1px 4px ${ls(Sc(e,Xo,Xo,Xo),.16)}`))
|
|
1183
1183
|
const aa=Qi.create(Cr(xr)).withDefault((e=>`0px 2px 4px ${ls(Sc(e,Xo,Xo,Xo),.16)}`)),la=Qi.create(Cr($r)).withDefault((e=>`0px 4px 8px ${ls(Sc(e,Xo,Xo,Xo),.3)}`))
|
|
1184
|
-
_c(Js,(e=>
|
|
1185
|
-
const[ca,da,ha,ua,pa,ga,va,fa]=_c(ir,(e=>
|
|
1186
|
-
_c(nr,(e=>
|
|
1187
|
-
const[ma,ba,wa,ya,xa,$a,Ca,ka]=_c(sr,(e=>
|
|
1184
|
+
_c(Js,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Noto Serif","400","25px","32px","serif"),_c(Qs,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Noto Serif","400","29.100000381469727px","40px","serif"),_c(tr,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Source Sans Pro","400","25px","32px","sans-serif")
|
|
1185
|
+
const[ca,da,ha,ua,pa,ga,va,fa]=_c(ir,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Source Sans Pro","400","22px","28px","sans-serif")
|
|
1186
|
+
_c(nr,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Source Sans Pro","400","19px","24px","sans-serif"),_c(or,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Source Sans Pro","300","16px","20px","sans-serif")
|
|
1187
|
+
const[ma,ba,wa,ya,xa,$a,Ca,ka]=_c(sr,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Source Sans Pro","300","12.800000190734863px","16px","sans-serif"),[_a,Sa,Ma,Ra,Ia,Aa,Oa,Ea]=_c(rr,(e=>Ic(e)),(e=>ls(Ic(e),.3)),is,ns,os,ss,"sans-serif"),[Va,Ha,La,Pa,Ta,Fa,za,Da]=_c(ar,(e=>Sc(e,es,ts,ls(qo,.6))),(e=>ls(Ic(e),.3)),is,ns,os,ss,"sans-serif"),[Ba,Na,Za,qa,ja,Ga,Ua,Xa]=_c(lr,(e=>Sc(e,es,ts,ts)),(e=>ls(Ic(e),.3)),is,ns,os,ss,"sans-serif"),[Wa,Ka,Ya,Qa,Ja,el,tl,il]=_c(cr,(e=>Ic(e)),(e=>ls(Ic(e),.3)),is,ns,os,ss,"sans-serif"),[nl,ol,sl,rl,al,ll,cl,dl]=_c(dr,(e=>ls(Ic(e),.6)),(e=>ls(Ic(e),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[hl,ul,pl,gl,vl,fl,ml,bl]=_c(hr,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Source Sans Pro","600","14px","18px","sans-serif"),[wl,yl,xl,$l,Cl,kl,_l,Sl]=_c(ur,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[Ml,Rl,Il,Al,Ol,El,Vl,Hl]=_c(pr,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Ll,Pl,Tl,Fl,zl,Dl,Bl,Nl]=_c(gr,(e=>ls(Ic(e),.6)),(e=>ls(Ic(e),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Zl,ql,jl,Gl,Ul,Xl,Wl,Kl]=_c(vr,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Source Sans Pro","400","12.800000190734863px","16px","sans-serif"),[Yl,Ql,Jl,ec,tc,ic,nc,oc]=_c(fr,(e=>Ic(e)),(e=>ls(Ic(e),.3)),"Source Sans Pro","400","11px",rs,"sans-serif"),[sc,rc,ac,lc,cc,dc,hc,uc]=_c(br,(e=>Mc(e)),(e=>ls(Mc(e),.3)),"Source Sans Pro","400","11px",rs,"sans-serif"),[pc,gc,vc,fc,mc,bc,wc,yc]=_c(er,(e=>ls(Ic(e),.6)),(e=>ls(Ic(e),.3)),"Source Sans Pro","600","12.800000190734863px",rs,"sans-serif"),xc=Qi.create(Cr(Zs)).withDefault("uppercase"),$c=Qi.create(Cr(Ws)).withDefault("0.075s")
|
|
1188
1188
|
Qi.create(Cr(Ks)).withDefault("0.15s")
|
|
1189
1189
|
const Cc=Qi.create(Cr(Ys)).withDefault(as)
|
|
1190
1190
|
function kc(e){const{r:t,g:i,b:n}=Vo(e)
|
|
@@ -1194,7 +1194,7 @@ if(void 0===d||""!==c[1])throw new Error(`fontTokenName value of ${e} did not ha
|
|
|
1194
1194
|
return[l,Qi.create(Cr(`${d}-font-color`)).withDefault((e=>t(e))),Qi.create(Cr(`${d}-disabled-font-color`)).withDefault((e=>i(e))),Qi.create(Cr(`${d}-font-family`)).withDefault(`${n}`),Qi.create(Cr(`${d}-font-weight`)).withDefault(`${o}`),Qi.create(Cr(`${d}-font-size`)).withDefault(`${s}`),Qi.create(Cr(`${d}-font-line-height`)).withDefault(`${r}`),Qi.create(Cr(`${d}-fallback-font-family`)).withDefault(`${a}`)]}function Sc(e,t,i,n){switch(Lr.getValueFor(e)){case ps:return t
|
|
1195
1195
|
case gs:return i
|
|
1196
1196
|
case vs:return n
|
|
1197
|
-
default:return t}}function Mc(e){return Sc(e,Do,"#ff4646",qo)}function
|
|
1197
|
+
default:return t}}function Mc(e){return Sc(e,Do,"#ff4646",qo)}function Rc(e){return Sc(e,Wo,No,qo)}function Ic(e){return Sc(e,Wo,No,qo)}function Ac(e){return Sc(e,Yo,Yo,qo)}const Oc=fe`
|
|
1198
1198
|
${bo("inline")}
|
|
1199
1199
|
|
|
1200
1200
|
:host {
|
|
@@ -1808,7 +1808,7 @@ case"Home":e.preventDefault(),this.focusFirstOrLast(!1)
|
|
|
1808
1808
|
break
|
|
1809
1809
|
case"End":e.preventDefault(),this.focusFirstOrLast(!0)
|
|
1810
1810
|
break
|
|
1811
|
-
case" ":case
|
|
1811
|
+
case" ":case Rr:e.preventDefault(),this.getTabAnchor(e.target).click()
|
|
1812
1812
|
break
|
|
1813
1813
|
case"ContextMenu":e.preventDefault(),t=this.getTabAnchor(e.target),t.focus(),t.dispatchEvent(new KeyboardEvent("keydown",{key:e.key,bubbles:!1}))}},this.adjustForward=()=>{const e=this.tabs
|
|
1814
1814
|
let t=0
|
|
@@ -1821,7 +1821,7 @@ const i=e.find((e=>e===document.activeElement))
|
|
|
1821
1821
|
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)
|
|
1822
1822
|
break}t-1<0?t=e.length-1:t-=1}},this.focusTabByIndex=(e,t)=>{const i=e[t]
|
|
1823
1823
|
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-${Or()}`))}focusFirstOrLast(e){const t=this.tabs.filter((e=>!this.isDisabledElement(e))),i=e?t.length-1:0,n=this.tabs.indexOf(t[i])
|
|
1824
|
-
n>-1&&this.focusTabByIndex(this.tabs,n)}getTabAnchor(e){return e.shadowRoot.querySelector("a")}}e([oe],Wc.prototype,"activeid",void 0),e([f],Wc.prototype,"tabs",void 0),
|
|
1824
|
+
n>-1&&this.focusTabByIndex(this.tabs,n)}getTabAnchor(e){return e.shadowRoot.querySelector("a")}}e([oe],Wc.prototype,"activeid",void 0),e([f],Wc.prototype,"tabs",void 0),It(Wc,De)
|
|
1825
1825
|
const Kc=Wc.compose({baseName:"anchor-tabs",template:(e,t)=>U`
|
|
1826
1826
|
${Ne(0,t)}
|
|
1827
1827
|
<div ${Se("tablist")} class="tablist" part="tablist" role="tablist">
|
|
@@ -2004,7 +2004,7 @@ t&&Lr.unsubscribe(t)}}const id=(e,t)=>new td(e,t),nd=fe`
|
|
|
2004
2004
|
class sd extends vi{constructor(){super(...arguments),this.appearance=Hc,this.contentHidden=!1}}e([oe],sd.prototype,"appearance",void 0),e([oe({attribute:"appearance-variant"})],sd.prototype,"appearanceVariant",void 0),e([oe({attribute:"content-hidden",mode:"boolean"})],sd.prototype,"contentHidden",void 0)
|
|
2005
2005
|
const rd=sd.compose({baseName:"button",baseClass:vi,template:ri,styles:od,shadowOptions:{delegatesFocus:!0}})
|
|
2006
2006
|
sn.getOrCreate().withPrefix("nimble").register(rd())
|
|
2007
|
-
const ad={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>'},ld={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>'},cd={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>'},dd={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>'},hd={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>'},ud={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>'},pd={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>'},gd={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>'},vd={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>'},fd={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>'},md={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>'},bd={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>'},wd={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>'},yd={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>'},xd={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>'},$d={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>'},Cd={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>'},kd={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>'},_d={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>'},Sd={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>'},Md={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>'},Id={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>'},Rd={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>'},Ad={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>'},Od={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>'},Ed={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>'},Vd={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>'},Hd={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>'},Ld={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>'},Pd={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>'},Td={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>'},Fd={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>'},zd={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>'},Dd={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>'},Bd={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>'},Nd={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>'},Zd={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>'},qd={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>'},jd={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>'},Gd={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>'},Ud={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>'},Xd={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>'},Wd={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>'},Kd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},eh={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>'},th={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>'},ih={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>'},nh={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>'},oh={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>'},sh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},fh={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>'},mh={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>'},bh={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>'},wh={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>'},yh={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>'},xh={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>'},$h={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>'},Ch={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>'},kh={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>'},_h={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>'},Sh={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>'},Mh={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>'},Ih={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>'},Rh={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>'},Ah={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>'},Oh={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>'},Eh={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>'},Vh={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>'},Hh={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>'},Lh={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>'},Ph={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>'},Th={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>'},Fh={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>'},zh={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>'},Dh={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>'},Bh={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>'},Nh={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>'},Zh={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>'},qh={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>'},jh={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>'},Gh={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>'},Uh={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>'},Xh={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>'},Wh={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>'},Kh={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>'},Yh={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>'},Qh={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>'},Jh={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>'},eu={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>'},tu={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>'},iu={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>'},nu={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>'},ou={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>'},su={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>'},ru={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>'},au={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>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={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>'},pu={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>'},gu={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>'},vu={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>'},fu={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>'},mu={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>'},bu={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>'},wu={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>'},yu={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>'},xu={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>'},$u={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>'},Cu={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>'},ku={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>'},_u={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>'},Su={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>'},Mu={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>'},Iu={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>'},Ru={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>'},Au={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>'},Ou={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>'},Eu={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>'},Vu={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>'},Hu={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>'},Lu={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>'},Pu={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>'},Tu={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>'},Fu={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>'},zu={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>'},Du={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>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},ju={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>'},Gu={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>'},Uu={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>'},Xu={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>'},Wu={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>'},Ku={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>'},Yu={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>'},Qu=U`
|
|
2007
|
+
const ad={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>'},ld={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>'},cd={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>'},dd={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>'},hd={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>'},ud={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>'},pd={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>'},gd={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>'},vd={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>'},fd={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>'},md={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>'},bd={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>'},wd={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>'},yd={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>'},xd={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>'},$d={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>'},Cd={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>'},kd={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>'},_d={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>'},Sd={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>'},Md={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>'},Rd={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>'},Id={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>'},Ad={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>'},Od={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>'},Ed={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>'},Vd={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>'},Hd={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>'},Ld={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>'},Pd={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>'},Td={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>'},Fd={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>'},zd={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>'},Dd={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>'},Bd={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>'},Nd={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>'},Zd={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>'},qd={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>'},jd={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>'},Gd={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>'},Ud={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>'},Xd={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>'},Wd={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>'},Kd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},eh={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>'},th={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>'},ih={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>'},nh={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>'},oh={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>'},sh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},fh={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>'},mh={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>'},bh={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>'},wh={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>'},yh={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>'},xh={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>'},$h={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>'},Ch={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>'},kh={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>'},_h={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>'},Sh={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>'},Mh={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>'},Rh={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>'},Ih={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>'},Ah={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>'},Oh={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>'},Eh={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>'},Vh={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>'},Hh={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>'},Lh={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>'},Ph={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>'},Th={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>'},Fh={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>'},zh={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>'},Dh={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>'},Bh={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>'},Nh={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>'},Zh={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>'},qh={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>'},jh={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>'},Gh={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>'},Uh={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>'},Xh={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>'},Wh={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>'},Kh={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>'},Yh={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>'},Qh={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>'},Jh={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>'},eu={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>'},tu={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>'},iu={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>'},nu={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>'},ou={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>'},su={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>'},ru={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>'},au={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>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={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>'},pu={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>'},gu={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>'},vu={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>'},fu={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>'},mu={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>'},bu={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>'},wu={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>'},yu={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>'},xu={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>'},$u={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>'},Cu={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>'},ku={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>'},_u={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>'},Su={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>'},Mu={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>'},Ru={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>'},Iu={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>'},Au={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>'},Ou={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>'},Eu={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>'},Vu={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>'},Hu={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>'},Lu={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>'},Pu={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>'},Tu={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>'},Fu={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>'},zu={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>'},Du={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>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},ju={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>'},Gu={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>'},Uu={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>'},Xu={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>'},Wu={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>'},Ku={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>'},Yu={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>'},Qu=U`
|
|
2008
2008
|
<template>
|
|
2009
2009
|
<div class="icon" :innerHTML=${e=>e.icon.data}></div>
|
|
2010
2010
|
</template
|
|
@@ -2105,7 +2105,7 @@ const rp={default:void 0,error:"error",warning:"warning",information:"informatio
|
|
|
2105
2105
|
</div>
|
|
2106
2106
|
`
|
|
2107
2107
|
class lp extends St{constructor(){super(...arguments),this.open=!1,this.severity=rp.default,this.titleHidden=!1,this.preventDismiss=!1}openChanged(){const e={newState:this.open,oldState:!this.open}
|
|
2108
|
-
this.$emit("toggle",e)}dismissBanner(){this.open=!1}}e([oe({mode:"boolean"})],lp.prototype,"open",void 0),e([oe()],lp.prototype,"severity",void 0),e([oe({attribute:"title-hidden",mode:"boolean"})],lp.prototype,"titleHidden",void 0),e([oe({attribute:"prevent-dismiss",mode:"boolean"})],lp.prototype,"preventDismiss",void 0),e([oe({attribute:"dismiss-button-label"})],lp.prototype,"dismissButtonLabel",void 0),
|
|
2108
|
+
this.$emit("toggle",e)}dismissBanner(){this.open=!1}}e([oe({mode:"boolean"})],lp.prototype,"open",void 0),e([oe()],lp.prototype,"severity",void 0),e([oe({attribute:"title-hidden",mode:"boolean"})],lp.prototype,"titleHidden",void 0),e([oe({attribute:"prevent-dismiss",mode:"boolean"})],lp.prototype,"preventDismiss",void 0),e([oe({attribute:"dismiss-button-label"})],lp.prototype,"dismissButtonLabel",void 0),It(lp,Jt)
|
|
2109
2109
|
const cp=lp.compose({baseName:"banner",template:ap,styles:nd})
|
|
2110
2110
|
sn.getOrCreate().withPrefix("nimble").register(cp())
|
|
2111
2111
|
const dp=fe`
|
|
@@ -2560,7 +2560,7 @@ const yp=fe`
|
|
|
2560
2560
|
border-color: ${Dr};
|
|
2561
2561
|
}
|
|
2562
2562
|
`
|
|
2563
|
-
class xp extends Bn{constructor(){super(...arguments),this.appearance=Hc,this.contentHidden=!1}}e([oe],xp.prototype,"appearance",void 0),e([oe({attribute:"content-hidden",mode:"boolean"})],xp.prototype,"contentHidden",void 0),
|
|
2563
|
+
class xp extends Bn{constructor(){super(...arguments),this.appearance=Hc,this.contentHidden=!1}}e([oe],xp.prototype,"appearance",void 0),e([oe({attribute:"content-hidden",mode:"boolean"})],xp.prototype,"contentHidden",void 0),It(xp,De,fi)
|
|
2564
2564
|
const $p=xp.compose({baseName:"toggle-button",template:(e,t)=>U`
|
|
2565
2565
|
<div
|
|
2566
2566
|
role="button"
|
|
@@ -2610,7 +2610,7 @@ const Cp=U`
|
|
|
2610
2610
|
</div>
|
|
2611
2611
|
`
|
|
2612
2612
|
class kp extends ep{constructor(){super(dd)}}tp("icon-arrow-expander-down",kp)
|
|
2613
|
-
const _p="underline",Sp="outline",Mp="block",
|
|
2613
|
+
const _p="underline",Sp="outline",Mp="block",Rp=fe`
|
|
2614
2614
|
${bo("inline-flex")}
|
|
2615
2615
|
|
|
2616
2616
|
:host {
|
|
@@ -2844,7 +2844,7 @@ const _p="underline",Sp="outline",Mp="block",Ip=fe`
|
|
|
2844
2844
|
.listbox slot {
|
|
2845
2845
|
background: ${ls(qo,.15)};
|
|
2846
2846
|
}
|
|
2847
|
-
`)),
|
|
2847
|
+
`)),Ip=fe`
|
|
2848
2848
|
.error-icon {
|
|
2849
2849
|
display: none;
|
|
2850
2850
|
}
|
|
@@ -2881,8 +2881,8 @@ const _p="underline",Sp="outline",Mp="block",Ip=fe`
|
|
|
2881
2881
|
display: none;
|
|
2882
2882
|
}
|
|
2883
2883
|
`,Ap=fe`
|
|
2884
|
-
${Ip}
|
|
2885
2884
|
${Rp}
|
|
2885
|
+
${Ip}
|
|
2886
2886
|
|
|
2887
2887
|
:host {
|
|
2888
2888
|
--ni-private-hover-bottom-border-width: 2px;
|
|
@@ -2962,13 +2962,13 @@ const _p="underline",Sp="outline",Mp="block",Ip=fe`
|
|
|
2962
2962
|
}
|
|
2963
2963
|
`))
|
|
2964
2964
|
class Op extends Vi{constructor(){super(...arguments),this.appearance=_p,this.errorVisible=!1,this.valueUpdatedByInput=!1}setPositioning(){this.$fastController.isConnected&&super.setPositioning()}slottedOptionsChanged(e,t){const i=this.value
|
|
2965
|
-
super.slottedOptionsChanged(e,t),i&&(this.value=i)}connectedCallback(){super.connectedCallback(),this.setPositioning(),this.updateInputAriaLabel()}toggleButtonClickHandler(e){e.stopImmediatePropagation()}toggleButtonChangeHandler(e){this.open=this.dropdownButton.checked,e.stopImmediatePropagation()}toggleButtonKeyDownHandler(e){switch(e.key){case Mr:case Sr:case" ":case
|
|
2965
|
+
super.slottedOptionsChanged(e,t),i&&(this.value=i)}connectedCallback(){super.connectedCallback(),this.setPositioning(),this.updateInputAriaLabel()}toggleButtonClickHandler(e){e.stopImmediatePropagation()}toggleButtonChangeHandler(e){this.open=this.dropdownButton.checked,e.stopImmediatePropagation()}toggleButtonKeyDownHandler(e){switch(e.key){case Mr:case Sr:case" ":case Rr:return this.open=!0,this.stopPropagation(e),!1
|
|
2966
2966
|
default:return!0}}filterOptions(){super.filterOptions()
|
|
2967
2967
|
const e=this.filteredOptions.filter((e=>!e.disabled))
|
|
2968
2968
|
this.filteredOptions=e}inputHandler(e){const t=super.inputHandler(e)
|
|
2969
2969
|
return this.valueUpdatedByInput||(this.valueBeforeTextUpdate=this.value),this.value=this.control.value,this.valueUpdatedByInput=!0,t}keydownHandler(e){const t=super.keydownHandler(e)
|
|
2970
2970
|
if(e.ctrlKey||e.altKey)return t
|
|
2971
|
-
switch(e.key){case
|
|
2971
|
+
switch(e.key){case Rr:this.emitChangeIfValueUpdated()
|
|
2972
2972
|
break
|
|
2973
2973
|
case Sr:case Mr:this.open&&this.valueUpdatedByInput&&(this.valueUpdatedByInput=!1)
|
|
2974
2974
|
break
|
|
@@ -3187,7 +3187,7 @@ const Vp=Symbol("user dismissed"),Hp=fe`
|
|
|
3187
3187
|
`
|
|
3188
3188
|
class Pp 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")
|
|
3189
3189
|
return this.dialogElement.showModal(),new Promise(((e,t)=>{this.resolveShow=e}))}close(e){if(!this.open)throw new Error("Dialog is not open")
|
|
3190
|
-
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(Vp),this.resolveShow=void 0),!0}}Pp.UserDismissed=Vp,e([oe({attribute:"prevent-dismiss",mode:"boolean"})],Pp.prototype,"preventDismiss",void 0),e([oe({attribute:"header-hidden",mode:"boolean"})],Pp.prototype,"headerHidden",void 0),e([oe({attribute:"footer-hidden",mode:"boolean"})],Pp.prototype,"footerHidden",void 0),e([f],Pp.prototype,"footerIsEmpty",void 0),e([f],Pp.prototype,"slottedFooterElements",void 0),
|
|
3190
|
+
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(Vp),this.resolveShow=void 0),!0}}Pp.UserDismissed=Vp,e([oe({attribute:"prevent-dismiss",mode:"boolean"})],Pp.prototype,"preventDismiss",void 0),e([oe({attribute:"header-hidden",mode:"boolean"})],Pp.prototype,"headerHidden",void 0),e([oe({attribute:"footer-hidden",mode:"boolean"})],Pp.prototype,"footerHidden",void 0),e([f],Pp.prototype,"footerIsEmpty",void 0),e([f],Pp.prototype,"slottedFooterElements",void 0),It(Pp,Jt)
|
|
3191
3191
|
const Tp=Pp.compose({baseName:"dialog",template:Lp,styles:Hp,baseClass:Pp})
|
|
3192
3192
|
sn.getOrCreate().withPrefix("nimble").register(Tp())
|
|
3193
3193
|
const Fp=fe`
|
|
@@ -3345,7 +3345,7 @@ const Fp=fe`
|
|
|
3345
3345
|
`,Dp="right"
|
|
3346
3346
|
class Bp extends St{constructor(){super(...arguments),this.location=Dp,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")
|
|
3347
3347
|
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")
|
|
3348
|
-
this.closeReason=e,this.closeDialog()}cancelHandler(e){return e.preventDefault(),this.preventDismiss||(this.closeReason=Vp,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(kr,this.animationEndHandlerFunction)}animationEndHandler(){this.dialog.removeEventListener(kr,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)}}Bp.UserDismissed=Vp,e([oe],Bp.prototype,"location",void 0),e([oe({attribute:"prevent-dismiss",mode:"boolean"})],Bp.prototype,"preventDismiss",void 0),
|
|
3348
|
+
this.closeReason=e,this.closeDialog()}cancelHandler(e){return e.preventDefault(),this.preventDismiss||(this.closeReason=Vp,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(kr,this.animationEndHandlerFunction)}animationEndHandler(){this.dialog.removeEventListener(kr,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)}}Bp.UserDismissed=Vp,e([oe],Bp.prototype,"location",void 0),e([oe({attribute:"prevent-dismiss",mode:"boolean"})],Bp.prototype,"preventDismiss",void 0),It(Bp,Jt)
|
|
3349
3349
|
const Np=Bp.compose({baseName:"drawer",template:zp,styles:Fp})
|
|
3350
3350
|
sn.getOrCreate().withPrefix("nimble").register(Np())
|
|
3351
3351
|
class Zp extends ep{constructor(){super(ad)}}tp("icon-add",Zp)
|
|
@@ -3368,8 +3368,8 @@ tp("icon-bell",class extends ep{constructor(){super(kd)}})
|
|
|
3368
3368
|
tp("icon-bell-and-comment",class extends ep{constructor(){super(_d)}})
|
|
3369
3369
|
tp("icon-bell-circle",class extends ep{constructor(){super(Sd)}})
|
|
3370
3370
|
tp("icon-bell-solid-circle",class extends ep{constructor(){super(Md)}})
|
|
3371
|
-
tp("icon-block-with-ribbon",class extends ep{constructor(){super(
|
|
3372
|
-
tp("icon-book-magnifying-glass",class extends ep{constructor(){super(
|
|
3371
|
+
tp("icon-block-with-ribbon",class extends ep{constructor(){super(Rd)}})
|
|
3372
|
+
tp("icon-book-magnifying-glass",class extends ep{constructor(){super(Id)}})
|
|
3373
3373
|
tp("icon-calendar",class extends ep{constructor(){super(Ad)}})
|
|
3374
3374
|
tp("icon-chart-diagram",class extends ep{constructor(){super(Od)}})
|
|
3375
3375
|
tp("icon-chart-diagram-child-focus",class extends ep{constructor(){super(Ed)}})
|
|
@@ -3421,8 +3421,8 @@ tp("icon-file-drawer",class extends ep{constructor(){super(kh)}})
|
|
|
3421
3421
|
tp("icon-file-search",class extends ep{constructor(){super(_h)}})
|
|
3422
3422
|
tp("icon-filter",class extends ep{constructor(){super(Sh)}})
|
|
3423
3423
|
tp("icon-floppy-disk",class extends ep{constructor(){super(Mh)}})
|
|
3424
|
-
tp("icon-floppy-disk-checkmark",class extends ep{constructor(){super(
|
|
3425
|
-
tp("icon-floppy-disk-star-arrow-right",class extends ep{constructor(){super(
|
|
3424
|
+
tp("icon-floppy-disk-checkmark",class extends ep{constructor(){super(Rh)}})
|
|
3425
|
+
tp("icon-floppy-disk-star-arrow-right",class extends ep{constructor(){super(Ih)}})
|
|
3426
3426
|
tp("icon-floppy-disk-three-dots",class extends ep{constructor(){super(Ah)}})
|
|
3427
3427
|
tp("icon-folder",class extends ep{constructor(){super(Oh)}})
|
|
3428
3428
|
tp("icon-folder-open",class extends ep{constructor(){super(Eh)}})
|
|
@@ -3474,8 +3474,8 @@ tp("icon-t",class extends ep{constructor(){super(ku)}})
|
|
|
3474
3474
|
tp("icon-tablet",class extends ep{constructor(){super(_u)}})
|
|
3475
3475
|
tp("icon-tag",class extends ep{constructor(){super(Su)}})
|
|
3476
3476
|
tp("icon-tags",class extends ep{constructor(){super(Mu)}})
|
|
3477
|
-
tp("icon-target-crosshairs",class extends ep{constructor(){super(
|
|
3478
|
-
tp("icon-target-crosshairs-progress",class extends ep{constructor(){super(
|
|
3477
|
+
tp("icon-target-crosshairs",class extends ep{constructor(){super(Ru)}})
|
|
3478
|
+
tp("icon-target-crosshairs-progress",class extends ep{constructor(){super(Iu)}})
|
|
3479
3479
|
class jp extends ep{constructor(){super(Au)}}tp("icon-three-dots-line",jp)
|
|
3480
3480
|
tp("icon-three-vertical-lines",class extends ep{constructor(){super(Ou)}})
|
|
3481
3481
|
tp("icon-thumbtack",class extends ep{constructor(){super(Eu)}})
|
|
@@ -3607,7 +3607,7 @@ const Xp=fe`
|
|
|
3607
3607
|
::slotted(header) {
|
|
3608
3608
|
display: flex;
|
|
3609
3609
|
font: ${Ml};
|
|
3610
|
-
color: ${
|
|
3610
|
+
color: ${Rl};
|
|
3611
3611
|
text-transform: ${xc};
|
|
3612
3612
|
padding-top: ${ta};
|
|
3613
3613
|
padding-bottom: ${ta};
|
|
@@ -3853,7 +3853,7 @@ const ig=class extends yn{}.compose({baseName:"menu-item",baseClass:yn,template:
|
|
|
3853
3853
|
sn.getOrCreate().withPrefix("nimble").register(ig())
|
|
3854
3854
|
const ng="underline",og="outline",sg="block",rg=fe`
|
|
3855
3855
|
${bo("inline-block")}
|
|
3856
|
-
${
|
|
3856
|
+
${Ip}
|
|
3857
3857
|
|
|
3858
3858
|
:host {
|
|
3859
3859
|
font: ${wl};
|
|
@@ -4028,8 +4028,8 @@ const ng="underline",og="outline",sg="block",rg=fe`
|
|
|
4028
4028
|
padding: 0;
|
|
4029
4029
|
}
|
|
4030
4030
|
`))
|
|
4031
|
-
class ag extends
|
|
4032
|
-
const lg=ag.compose({baseName:"number-field",baseClass:
|
|
4031
|
+
class ag extends In{constructor(){super(...arguments),this.appearance=ng,this.errorVisible=!1}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}e([oe],ag.prototype,"appearance",void 0),e([oe({attribute:"error-text"})],ag.prototype,"errorText",void 0),e([oe({attribute:"error-visible",mode:"boolean"})],ag.prototype,"errorVisible",void 0)
|
|
4032
|
+
const lg=ag.compose({baseName:"number-field",baseClass:In,template:(e,t)=>U`
|
|
4033
4033
|
<template class="${e=>e.readOnly?"readonly":""}">
|
|
4034
4034
|
<label
|
|
4035
4035
|
part="label"
|
|
@@ -4295,8 +4295,8 @@ const ug=class extends An{}.compose({baseName:"radio-group",baseClass:An,templat
|
|
|
4295
4295
|
`,styles:hg,shadowOptions:{delegatesFocus:!0}})
|
|
4296
4296
|
sn.getOrCreate().withPrefix("nimble").register(ug())
|
|
4297
4297
|
const pg=fe`
|
|
4298
|
-
${Ip}
|
|
4299
4298
|
${Rp}
|
|
4299
|
+
${Ip}
|
|
4300
4300
|
|
|
4301
4301
|
${""}
|
|
4302
4302
|
[part='selected-value'] {
|
|
@@ -4756,7 +4756,7 @@ const kg=class extends Nn{}.compose({baseName:"tab-panel",baseClass:Nn,template:
|
|
|
4756
4756
|
*
|
|
4757
4757
|
* @license MIT
|
|
4758
4758
|
*/
|
|
4759
|
-
function _g(e,t){return"function"==typeof e?e(t):e}function Sg(e,t){return i=>{t.setState((t=>({...t,[e]:_g(i,t[e])})))}}function Mg(e){return e instanceof Function}function
|
|
4759
|
+
function _g(e,t){return"function"==typeof e?e(t):e}function Sg(e,t){return i=>{t.setState((t=>({...t,[e]:_g(i,t[e])})))}}function Mg(e){return e instanceof Function}function Rg(e,t,i){let n,o=[]
|
|
4760
4760
|
return()=>{let s
|
|
4761
4761
|
i.key&&i.debug&&(s=Date.now())
|
|
4762
4762
|
const r=e()
|
|
@@ -4764,33 +4764,33 @@ if(!(r.length!==o.length||r.some(((e,t)=>o[t]!==e))))return n
|
|
|
4764
4764
|
let a
|
|
4765
4765
|
if(o=r,i.key&&i.debug&&(a=Date.now()),n=t(...r),null==i||null==i.onChange||i.onChange(n),i.key&&i.debug&&null!=i&&i.debug()){const e=Math.round(100*(Date.now()-s))/100,t=Math.round(100*(Date.now()-a))/100,n=t/16,o=(e,t)=>{for(e=String(e);e.length<t;)e=" "+e
|
|
4766
4766
|
return e}
|
|
4767
|
-
console.info(`%c⏱ ${o(t,5)} /${o(e,5)} ms`,`\n font-size: .6rem;\n font-weight: bold;\n color: hsl(${Math.max(0,Math.min(120-120*n,120))}deg 100% 31%);`,null==i?void 0:i.key)}return n}}function
|
|
4767
|
+
console.info(`%c⏱ ${o(t,5)} /${o(e,5)} ms`,`\n font-size: .6rem;\n font-weight: bold;\n color: hsl(${Math.max(0,Math.min(120-120*n,120))}deg 100% 31%);`,null==i?void 0:i.key)}return n}}function Ig(e,t,i){var n
|
|
4768
4768
|
let o={id:null!=(n=i.id)?n:t.id,column:t,index:i.index,isPlaceholder:!!i.isPlaceholder,placeholderId:i.placeholderId,depth:i.depth,subHeaders:[],colSpan:0,rowSpan:0,headerGroup:null,getLeafHeaders:()=>{const e=[],t=i=>{i.subHeaders&&i.subHeaders.length&&i.subHeaders.map(t),e.push(i)}
|
|
4769
4769
|
return t(o),e},getContext:()=>({table:e,header:o,column:t})}
|
|
4770
4770
|
return e._features.forEach((t=>{Object.assign(o,null==t.createHeader?void 0:t.createHeader(o,e))})),o}sn.getOrCreate().withPrefix("nimble").register(kg())
|
|
4771
|
-
const Ag={createTable:e=>({getHeaderGroups:
|
|
4771
|
+
const Ag={createTable:e=>({getHeaderGroups:Rg((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right]),((t,i,n,o)=>{var s,r
|
|
4772
4772
|
const a=null!=(s=null==n?void 0:n.map((e=>i.find((t=>t.id===e)))).filter(Boolean))?s:[],l=null!=(r=null==o?void 0:o.map((e=>i.find((t=>t.id===e)))).filter(Boolean))?r:[]
|
|
4773
4773
|
return Og(t,[...a,...i.filter((e=>!(null!=n&&n.includes(e.id)||null!=o&&o.includes(e.id)))),...l],e)}),{key:!1,debug:()=>{var t
|
|
4774
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getCenterHeaderGroups:
|
|
4775
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getLeftHeaderGroups:
|
|
4774
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getCenterHeaderGroups:Rg((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right]),((t,i,n,o)=>Og(t,i=i.filter((e=>!(null!=n&&n.includes(e.id)||null!=o&&o.includes(e.id)))),e,"center")),{key:!1,debug:()=>{var t
|
|
4775
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getLeftHeaderGroups:Rg((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.left]),((t,i,n)=>{var o
|
|
4776
4776
|
return Og(t,null!=(o=null==n?void 0:n.map((e=>i.find((t=>t.id===e)))).filter(Boolean))?o:[],e,"left")}),{key:!1,debug:()=>{var t
|
|
4777
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getRightHeaderGroups:
|
|
4777
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getRightHeaderGroups:Rg((()=>[e.getAllColumns(),e.getVisibleLeafColumns(),e.getState().columnPinning.right]),((t,i,n)=>{var o
|
|
4778
4778
|
return Og(t,null!=(o=null==n?void 0:n.map((e=>i.find((t=>t.id===e)))).filter(Boolean))?o:[],e,"right")}),{key:!1,debug:()=>{var t
|
|
4779
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getFooterGroups:
|
|
4780
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getLeftFooterGroups:
|
|
4781
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getCenterFooterGroups:
|
|
4782
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getRightFooterGroups:
|
|
4783
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getFlatHeaders:
|
|
4784
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getLeftFlatHeaders:
|
|
4785
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getCenterFlatHeaders:
|
|
4786
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getRightFlatHeaders:
|
|
4787
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getCenterLeafHeaders:
|
|
4779
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getFooterGroups:Rg((()=>[e.getHeaderGroups()]),(e=>[...e].reverse()),{key:!1,debug:()=>{var t
|
|
4780
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getLeftFooterGroups:Rg((()=>[e.getLeftHeaderGroups()]),(e=>[...e].reverse()),{key:!1,debug:()=>{var t
|
|
4781
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getCenterFooterGroups:Rg((()=>[e.getCenterHeaderGroups()]),(e=>[...e].reverse()),{key:!1,debug:()=>{var t
|
|
4782
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getRightFooterGroups:Rg((()=>[e.getRightHeaderGroups()]),(e=>[...e].reverse()),{key:!1,debug:()=>{var t
|
|
4783
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getFlatHeaders:Rg((()=>[e.getHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),{key:!1,debug:()=>{var t
|
|
4784
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getLeftFlatHeaders:Rg((()=>[e.getLeftHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),{key:!1,debug:()=>{var t
|
|
4785
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getCenterFlatHeaders:Rg((()=>[e.getCenterHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),{key:!1,debug:()=>{var t
|
|
4786
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getRightFlatHeaders:Rg((()=>[e.getRightHeaderGroups()]),(e=>e.map((e=>e.headers)).flat()),{key:!1,debug:()=>{var t
|
|
4787
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getCenterLeafHeaders:Rg((()=>[e.getCenterFlatHeaders()]),(e=>e.filter((e=>{var t
|
|
4788
4788
|
return!(null!=(t=e.subHeaders)&&t.length)}))),{key:!1,debug:()=>{var t
|
|
4789
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getLeftLeafHeaders:
|
|
4789
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getLeftLeafHeaders:Rg((()=>[e.getLeftFlatHeaders()]),(e=>e.filter((e=>{var t
|
|
4790
4790
|
return!(null!=(t=e.subHeaders)&&t.length)}))),{key:!1,debug:()=>{var t
|
|
4791
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getRightLeafHeaders:
|
|
4791
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getRightLeafHeaders:Rg((()=>[e.getRightFlatHeaders()]),(e=>e.filter((e=>{var t
|
|
4792
4792
|
return!(null!=(t=e.subHeaders)&&t.length)}))),{key:!1,debug:()=>{var t
|
|
4793
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getLeafHeaders:
|
|
4793
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}}),getLeafHeaders:Rg((()=>[e.getLeftHeaderGroups(),e.getCenterHeaderGroups(),e.getRightHeaderGroups()]),((e,t,i)=>{var n,o,s,r,a,l
|
|
4794
4794
|
return[...null!=(n=null==(o=e[0])?void 0:o.headers)?n:[],...null!=(s=null==(r=t[0])?void 0:r.headers)?s:[],...null!=(a=null==(l=i[0])?void 0:l.headers)?a:[]].map((e=>e.getLeafHeaders())).flat()}),{key:!1,debug:()=>{var t
|
|
4795
4795
|
return null!=(t=e.options.debugAll)?t:e.options.debugHeaders}})})}
|
|
4796
4796
|
function Og(e,t,i,n){var o,s
|
|
@@ -4803,8 +4803,8 @@ const c=(e,t)=>{const o={depth:t,id:[n,`${t}`].filter(Boolean).join("_"),headers
|
|
|
4803
4803
|
e.forEach((e=>{const r=[...s].reverse()[0]
|
|
4804
4804
|
let a,l=!1
|
|
4805
4805
|
if(e.column.depth===o.depth&&e.column.parent?a=e.column.parent:(a=e.column,l=!0),r&&(null==r?void 0:r.column)===a)r.subHeaders.push(e)
|
|
4806
|
-
else{const o=
|
|
4807
|
-
o.subHeaders.push(e),s.push(o)}o.headers.push(e),e.headerGroup=o})),l.push(o),t>0&&c(s,t-1)},d=t.map(((e,t)=>
|
|
4806
|
+
else{const o=Ig(i,a,{id:[n,t,a.id,null==e?void 0:e.id].filter(Boolean).join("_"),isPlaceholder:l,placeholderId:l?`${s.filter((e=>e.column===a)).length}`:void 0,depth:t,index:s.length})
|
|
4807
|
+
o.subHeaders.push(e),s.push(o)}o.headers.push(e),e.headerGroup=o})),l.push(o),t>0&&c(s,t-1)},d=t.map(((e,t)=>Ig(i,e,{depth:r,index:t})))
|
|
4808
4808
|
c(d,r-1),l.reverse()
|
|
4809
4809
|
const h=e=>e.filter((e=>e.column.getIsVisible())).map((e=>{let t=0,i=0,n=[0]
|
|
4810
4810
|
e.subHeaders&&e.subHeaders.length?(n=[],h(e.subHeaders).forEach((e=>{let{colSpan:i,rowSpan:o}=e
|
|
@@ -4923,9 +4923,9 @@ const Yg={getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onR
|
|
|
4923
4923
|
return e.setRowSelection(t?{}:null!=(i=e.initialState.rowSelection)?i:{})},toggleAllRowsSelected:t=>{e.setRowSelection((i=>{t=void 0!==t?t:!e.getIsAllRowsSelected()
|
|
4924
4924
|
const n={...i},o=e.getPreGroupedRowModel().flatRows
|
|
4925
4925
|
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}
|
|
4926
|
-
return e.getRowModel().rows.forEach((t=>{Qg(o,t.id,n,e)})),o})),getPreSelectedRowModel:()=>e.getCoreRowModel(),getSelectedRowModel:
|
|
4927
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getFilteredSelectedRowModel:
|
|
4928
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getGroupedSelectedRowModel:
|
|
4926
|
+
return e.getRowModel().rows.forEach((t=>{Qg(o,t.id,n,e)})),o})),getPreSelectedRowModel:()=>e.getCoreRowModel(),getSelectedRowModel:Rg((()=>[e.getState().rowSelection,e.getCoreRowModel()]),((t,i)=>Object.keys(t).length?Jg(e,i):{rows:[],flatRows:[],rowsById:{}}),{key:!1,debug:()=>{var t
|
|
4927
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getFilteredSelectedRowModel:Rg((()=>[e.getState().rowSelection,e.getFilteredRowModel()]),((t,i)=>Object.keys(t).length?Jg(e,i):{rows:[],flatRows:[],rowsById:{}}),{key:"getFilteredSelectedRowModel",debug:()=>{var t
|
|
4928
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getGroupedSelectedRowModel:Rg((()=>[e.getState().rowSelection,e.getSortedRowModel()]),((t,i)=>Object.keys(t).length?Jg(e,i):{rows:[],flatRows:[],rowsById:{}}),{key:"getGroupedSelectedRowModel",debug:()=>{var t
|
|
4929
4929
|
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getIsAllRowsSelected:()=>{const t=e.getFilteredRowModel().flatRows,{rowSelection:i}=e.getState()
|
|
4930
4930
|
let n=Boolean(t.length&&Object.keys(i).length)
|
|
4931
4931
|
return n&&t.some((e=>e.getCanSelect()&&!i[e.id]))&&(n=!1),n},getIsAllPageRowsSelected:()=>{const t=e.getPaginationRowModel().flatRows,{rowSelection:i}=e.getState()
|
|
@@ -4961,15 +4961,15 @@ if(o>s)return 1
|
|
|
4961
4961
|
if(s>o)return-1}}return i.length-n.length}const rv={alphanumeric:(e,t,i)=>sv(ov(e.getValue(i)).toLowerCase(),ov(t.getValue(i)).toLowerCase()),alphanumericCaseSensitive:(e,t,i)=>sv(ov(e.getValue(i)),ov(t.getValue(i))),text:(e,t,i)=>nv(ov(e.getValue(i)).toLowerCase(),ov(t.getValue(i)).toLowerCase()),textCaseSensitive:(e,t,i)=>nv(ov(e.getValue(i)),ov(t.getValue(i))),datetime:(e,t,i)=>{const n=e.getValue(i),o=t.getValue(i)
|
|
4962
4962
|
return n>o?1:n<o?-1:0},basic:(e,t,i)=>nv(e.getValue(i),t.getValue(i))},av=[Ag,{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:Sg("columnVisibility",e)}),createColumn:(e,t)=>({toggleVisibility:i=>{e.getCanHide()&&t.setColumnVisibility((t=>({...t,[e.id]:null!=i?i:!e.getIsVisible()})))},getIsVisible:()=>{var i,n
|
|
4963
4963
|
return null==(i=null==(n=t.getState().columnVisibility)?void 0:n[e.id])||i},getCanHide:()=>{var i,n
|
|
4964
|
-
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:
|
|
4965
|
-
return null!=(e=t.options.debugAll)?e:t.options.debugRows}}),getVisibleCells:
|
|
4966
|
-
return null!=(e=t.options.debugAll)?e:t.options.debugRows}})}),createTable:e=>{const t=(t,i)=>
|
|
4964
|
+
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:Rg((()=>[e.getAllCells(),t.getState().columnVisibility]),(e=>e.filter((e=>e.column.getIsVisible()))),{key:"row._getAllVisibleCells",debug:()=>{var e
|
|
4965
|
+
return null!=(e=t.options.debugAll)?e:t.options.debugRows}}),getVisibleCells:Rg((()=>[e.getLeftVisibleCells(),e.getCenterVisibleCells(),e.getRightVisibleCells()]),((e,t,i)=>[...e,...t,...i]),{key:!1,debug:()=>{var e
|
|
4966
|
+
return null!=(e=t.options.debugAll)?e:t.options.debugRows}})}),createTable:e=>{const t=(t,i)=>Rg((()=>[i(),i().filter((e=>e.getIsVisible())).map((e=>e.id)).join("_")]),(e=>e.filter((e=>null==e.getIsVisible?void 0:e.getIsVisible()))),{key:t,debug:()=>{var t
|
|
4967
4967
|
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}})
|
|
4968
4968
|
return{getVisibleFlatColumns:t("getVisibleFlatColumns",(()=>e.getAllFlatColumns())),getVisibleLeafColumns:t("getVisibleLeafColumns",(()=>e.getAllLeafColumns())),getLeftVisibleLeafColumns:t("getLeftVisibleLeafColumns",(()=>e.getLeftLeafColumns())),getRightVisibleLeafColumns:t("getRightVisibleLeafColumns",(()=>e.getRightLeafColumns())),getCenterVisibleLeafColumns:t("getCenterVisibleLeafColumns",(()=>e.getCenterLeafColumns())),setColumnVisibility:t=>null==e.options.onColumnVisibilityChange?void 0:e.options.onColumnVisibilityChange(t),resetColumnVisibility:t=>{var i
|
|
4969
4969
|
e.setColumnVisibility(t?{}:null!=(i=e.initialState.columnVisibility)?i:{})},toggleAllColumnsVisible:t=>{var i
|
|
4970
4970
|
t=null!=(i=t)?i:!e.getIsAllColumnsVisible(),e.setColumnVisibility(e.getAllLeafColumns().reduce(((e,i)=>({...e,[i.id]:t||!(null!=i.getCanHide&&i.getCanHide())})),{}))},getIsAllColumnsVisible:()=>!e.getAllLeafColumns().some((e=>!(null!=e.getIsVisible&&e.getIsVisible()))),getIsSomeColumnsVisible:()=>e.getAllLeafColumns().some((e=>null==e.getIsVisible?void 0:e.getIsVisible())),getToggleAllColumnsVisibilityHandler:()=>t=>{var i
|
|
4971
4971
|
e.toggleAllColumnsVisible(null==(i=t.target)?void 0:i.checked)}}}},{getInitialState:e=>({columnOrder:[],...e}),getDefaultOptions:e=>({onColumnOrderChange:Sg("columnOrder",e)}),createTable:e=>({setColumnOrder:t=>null==e.options.onColumnOrderChange?void 0:e.options.onColumnOrderChange(t),resetColumnOrder:t=>{var i
|
|
4972
|
-
e.setColumnOrder(t?[]:null!=(i=e.initialState.columnOrder)?i:[])},_getOrderColumnsFn:
|
|
4972
|
+
e.setColumnOrder(t?[]:null!=(i=e.initialState.columnOrder)?i:[])},_getOrderColumnsFn:Rg((()=>[e.getState().columnOrder,e.getState().grouping,e.options.groupedColumnMode]),((e,t,i)=>n=>{let o=[]
|
|
4973
4973
|
if(null!=e&&e.length){const t=[...e],i=[...n]
|
|
4974
4974
|
for(;i.length&&t.length;){const e=t.shift(),n=i.findIndex((t=>t.id===e))
|
|
4975
4975
|
n>-1&&o.push(i.splice(n,1)[0])}o=[...o,...i]}else o=n
|
|
@@ -4981,17 +4981,17 @@ return"right"===i?{left:(null!=(s=null==e?void 0:e.left)?s:[]).filter((e=>!(null
|
|
|
4981
4981
|
return(null==(i=e.columnDef.enablePinning)||i)&&(null==(n=t.options.enablePinning)||n)})),getIsPinned:()=>{const i=e.getLeafColumns().map((e=>e.id)),{left:n,right:o}=t.getState().columnPinning,s=i.some((e=>null==n?void 0:n.includes(e))),r=i.some((e=>null==o?void 0:o.includes(e)))
|
|
4982
4982
|
return s?"left":!!r&&"right"},getPinnedIndex:()=>{var i,n,o
|
|
4983
4983
|
const s=e.getIsPinned()
|
|
4984
|
-
return s?null!=(i=null==(n=t.getState().columnPinning)||null==(o=n[s])?void 0:o.indexOf(e.id))?i:-1:0}}),createRow:(e,t)=>({getCenterVisibleCells:
|
|
4984
|
+
return s?null!=(i=null==(n=t.getState().columnPinning)||null==(o=n[s])?void 0:o.indexOf(e.id))?i:-1:0}}),createRow:(e,t)=>({getCenterVisibleCells:Rg((()=>[e._getAllVisibleCells(),t.getState().columnPinning.left,t.getState().columnPinning.right]),((e,t,i)=>{const n=[...null!=t?t:[],...null!=i?i:[]]
|
|
4985
4985
|
return e.filter((e=>!n.includes(e.column.id)))}),{key:"row.getCenterVisibleCells",debug:()=>{var e
|
|
4986
|
-
return null!=(e=t.options.debugAll)?e:t.options.debugRows}}),getLeftVisibleCells:
|
|
4987
|
-
return null!=(e=t.options.debugAll)?e:t.options.debugRows}}),getRightVisibleCells:
|
|
4986
|
+
return null!=(e=t.options.debugAll)?e:t.options.debugRows}}),getLeftVisibleCells:Rg((()=>[e._getAllVisibleCells(),t.getState().columnPinning.left,,]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.column.id===t)))).filter(Boolean).map((e=>({...e,position:"left"})))),{key:"row.getLeftVisibleCells",debug:()=>{var e
|
|
4987
|
+
return null!=(e=t.options.debugAll)?e:t.options.debugRows}}),getRightVisibleCells:Rg((()=>[e._getAllVisibleCells(),t.getState().columnPinning.right]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.column.id===t)))).filter(Boolean).map((e=>({...e,position:"right"})))),{key:"row.getRightVisibleCells",debug:()=>{var e
|
|
4988
4988
|
return null!=(e=t.options.debugAll)?e:t.options.debugRows}})}),createTable:e=>({setColumnPinning:t=>null==e.options.onColumnPinningChange?void 0:e.options.onColumnPinningChange(t),resetColumnPinning:t=>{var i,n
|
|
4989
4989
|
return e.setColumnPinning(t?{left:[],right:[]}:null!=(i=null==(n=e.initialState)?void 0:n.columnPinning)?i:{left:[],right:[]})},getIsSomeColumnsPinned:t=>{var i
|
|
4990
4990
|
const n=e.getState().columnPinning
|
|
4991
4991
|
var o,s
|
|
4992
|
-
return t?Boolean(null==(i=n[t])?void 0:i.length):Boolean((null==(o=n.left)?void 0:o.length)||(null==(s=n.right)?void 0:s.length))},getLeftLeafColumns:
|
|
4993
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}}),getRightLeafColumns:
|
|
4994
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}}),getCenterLeafColumns:
|
|
4992
|
+
return t?Boolean(null==(i=n[t])?void 0:i.length):Boolean((null==(o=n.left)?void 0:o.length)||(null==(s=n.right)?void 0:s.length))},getLeftLeafColumns:Rg((()=>[e.getAllLeafColumns(),e.getState().columnPinning.left]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.id===t)))).filter(Boolean)),{key:!1,debug:()=>{var t
|
|
4993
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}}),getRightLeafColumns:Rg((()=>[e.getAllLeafColumns(),e.getState().columnPinning.right]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.id===t)))).filter(Boolean)),{key:!1,debug:()=>{var t
|
|
4994
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}}),getCenterLeafColumns:Rg((()=>[e.getAllLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right]),((e,t,i)=>{const n=[...null!=t?t:[],...null!=i?i:[]]
|
|
4995
4995
|
return e.filter((e=>!n.includes(e.id)))}),{key:!1,debug:()=>{var t
|
|
4996
4996
|
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}})})},Xg,{getInitialState:e=>({sorting:[],...e}),getDefaultColumnDef:()=>({sortingFn:"auto"}),getDefaultOptions:e=>({onSortingChange:Sg("sorting",e),isMultiSortEvent:e=>e.shiftKey}),createColumn:(e,t)=>({getAutoSortingFn:()=>{const i=t.getFilteredRowModel().flatRows.slice(10)
|
|
4997
4997
|
let n=!1
|
|
@@ -5035,7 +5035,7 @@ e.setPageIndex(t?0:null!=(i=null==(n=e.initialState)||null==(o=n.pagination)?voi
|
|
|
5035
5035
|
e.setPageSize(t?10:null!=(i=null==(n=e.initialState)||null==(o=n.pagination)?void 0:o.pageSize)?i:10)},setPageSize:t=>{e.setPagination((e=>{const i=Math.max(1,_g(t,e.pageSize)),n=e.pageSize*e.pageIndex,o=Math.floor(n/i)
|
|
5036
5036
|
return{...e,pageIndex:o,pageSize:i}}))},setPageCount:t=>e.setPagination((i=>{var n
|
|
5037
5037
|
let o=_g(t,null!=(n=e.options.pageCount)?n:-1)
|
|
5038
|
-
return"number"==typeof o&&(o=Math.max(-1,o)),{...i,pageCount:o}})),getPageOptions:
|
|
5038
|
+
return"number"==typeof o&&(o=Math.max(-1,o)),{...i,pageCount:o}})),getPageOptions:Rg((()=>[e.getPageCount()]),(e=>{let t=[]
|
|
5039
5039
|
return e&&e>0&&(t=[...new Array(e)].fill(null).map(((e,t)=>t))),t}),{key:!1,debug:()=>{var t
|
|
5040
5040
|
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getCanPreviousPage:()=>e.getState().pagination.pageIndex>0,getCanNextPage:()=>{const{pageIndex:t}=e.getState().pagination,i=e.getPageCount()
|
|
5041
5041
|
return-1===i||0!==i&&t<i-1},previousPage:()=>e.setPageIndex((e=>e-1)),nextPage:()=>e.setPageIndex((e=>e+1)),getPrePaginationRowModel:()=>e.getExpandedRowModel(),getPaginationRowModel:()=>(!e._getPaginationRowModel&&e.options.getPaginationRowModel&&(e._getPaginationRowModel=e.options.getPaginationRowModel(e)),e.options.manualPagination||!e._getPaginationRowModel?e.getPrePaginationRowModel():e._getPaginationRowModel()),getPageCount:()=>{var t
|
|
@@ -5053,28 +5053,28 @@ r=!1})).catch((e=>setTimeout((()=>{throw e})))))},reset:()=>{i.setState(i.initia
|
|
|
5053
5053
|
i.options=(e=>i.options.mergeOptions?i.options.mergeOptions(n,e):{...n,...e})(t)},getState:()=>i.options.state,setState:e=>{null==i.options.onStateChange||i.options.onStateChange(e)},_getRowId:(e,t,n)=>{var o
|
|
5054
5054
|
return null!=(o=null==i.options.getRowId?void 0:i.options.getRowId(e,t,n))?o:`${n?[n.id,t].join("."):t}`},getCoreRowModel:()=>(i._getCoreRowModel||(i._getCoreRowModel=i.options.getCoreRowModel(i)),i._getCoreRowModel()),getRowModel:()=>i.getPaginationRowModel(),getRow:e=>{const t=i.getRowModel().rowsById[e]
|
|
5055
5055
|
if(!t)throw new Error
|
|
5056
|
-
return t},_getDefaultColumnDef:
|
|
5056
|
+
return t},_getDefaultColumnDef:Rg((()=>[i.options.defaultColumn]),(e=>{var t
|
|
5057
5057
|
return e=null!=(t=e)?t:{},{header:e=>{const t=e.header.column.columnDef
|
|
5058
5058
|
return t.accessorKey?t.accessorKey:t.accessorFn?t.id:null},cell:e=>{var t,i
|
|
5059
5059
|
return null!=(t=null==(i=e.renderValue())||null==i.toString?void 0:i.toString())?t:null},...i._features.reduce(((e,t)=>Object.assign(e,null==t.getDefaultColumnDef?void 0:t.getDefaultColumnDef())),{}),...e}}),{debug:()=>{var e
|
|
5060
|
-
return null!=(e=i.options.debugAll)?e:i.options.debugColumns},key:!1}),_getColumnDefs:()=>i.options.columns,getAllColumns:
|
|
5060
|
+
return null!=(e=i.options.debugAll)?e:i.options.debugColumns},key:!1}),_getColumnDefs:()=>i.options.columns,getAllColumns:Rg((()=>[i._getColumnDefs()]),(e=>{const t=function(e,n,o){return void 0===o&&(o=0),e.map((e=>{const s=function(e,t,i,n){var o,s
|
|
5061
5061
|
const r={...e._getDefaultColumnDef(),...t},a=r.accessorKey
|
|
5062
5062
|
let l,c=null!=(o=null!=(s=r.id)?s:a?a.replace(".","_"):void 0)?o:"string"==typeof r.header?r.header:void 0
|
|
5063
5063
|
if(r.accessorFn?l=r.accessorFn:a&&(l=a.includes(".")?e=>{let t=e
|
|
5064
5064
|
for(const e of a.split(".")){var i
|
|
5065
5065
|
t=null==(i=t)?void 0:i[e]}return t}:e=>e[r.accessorKey]),!c)throw new Error
|
|
5066
|
-
let d={id:`${String(c)}`,accessorFn:l,parent:n,depth:i,columnDef:r,columns:[],getFlatColumns:
|
|
5066
|
+
let d={id:`${String(c)}`,accessorFn:l,parent:n,depth:i,columnDef:r,columns:[],getFlatColumns:Rg((()=>[!0]),(()=>{var e
|
|
5067
5067
|
return[d,...null==(e=d.columns)?void 0:e.flatMap((e=>e.getFlatColumns()))]}),{key:"column.getFlatColumns",debug:()=>{var t
|
|
5068
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}}),getLeafColumns:
|
|
5068
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}}),getLeafColumns:Rg((()=>[e._getOrderColumnsFn()]),(e=>{var t
|
|
5069
5069
|
if(null!=(t=d.columns)&&t.length){let t=d.columns.flatMap((e=>e.getLeafColumns()))
|
|
5070
5070
|
return e(t)}return[d]}),{key:"column.getLeafColumns",debug:()=>{var t
|
|
5071
5071
|
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}})}
|
|
5072
5072
|
return d=e._features.reduce(((t,i)=>Object.assign(t,null==i.createColumn?void 0:i.createColumn(d,e))),d),d}(i,e,o,n),r=e
|
|
5073
5073
|
return s.columns=r.columns?t(r.columns,s,o+1):[],s}))}
|
|
5074
5074
|
return t(e)}),{key:!1,debug:()=>{var e
|
|
5075
|
-
return null!=(e=i.options.debugAll)?e:i.options.debugColumns}}),getAllFlatColumns:
|
|
5076
|
-
return null!=(e=i.options.debugAll)?e:i.options.debugColumns}}),_getAllFlatColumnsById:
|
|
5077
|
-
return null!=(e=i.options.debugAll)?e:i.options.debugColumns}}),getAllLeafColumns:
|
|
5075
|
+
return null!=(e=i.options.debugAll)?e:i.options.debugColumns}}),getAllFlatColumns:Rg((()=>[i.getAllColumns()]),(e=>e.flatMap((e=>e.getFlatColumns()))),{key:!1,debug:()=>{var e
|
|
5076
|
+
return null!=(e=i.options.debugAll)?e:i.options.debugColumns}}),_getAllFlatColumnsById:Rg((()=>[i.getAllFlatColumns()]),(e=>e.reduce(((e,t)=>(e[t.id]=t,e)),{})),{key:!1,debug:()=>{var e
|
|
5077
|
+
return null!=(e=i.options.debugAll)?e:i.options.debugColumns}}),getAllLeafColumns:Rg((()=>[i.getAllColumns(),i._getOrderColumnsFn()]),((e,t)=>t(e.flatMap((e=>e.getLeafColumns())))),{key:!1,debug:()=>{var e
|
|
5078
5078
|
return null!=(e=i.options.debugAll)?e:i.options.debugColumns}}),getColumn:e=>i._getAllFlatColumnsById()[e]}
|
|
5079
5079
|
return Object.assign(i,a),i._features.forEach((e=>Object.assign(i,null==e.createTable?void 0:e.createTable(i)))),i}const cv=(e,t,i,n,o,s)=>{let r={id:t,index:n,original:i,depth:o,_valuesCache:{},_uniqueValuesCache:{},getValue:t=>{if(r._valuesCache.hasOwnProperty(t))return r._valuesCache[t]
|
|
5080
5080
|
const i=e.getColumn(t)
|
|
@@ -5084,14 +5084,14 @@ return null!=i&&i.accessorFn?i.columnDef.getUniqueValues?(r._uniqueValuesCache[t
|
|
|
5084
5084
|
return null!=(i=r.getValue(t))?i:e.options.renderFallbackValue},subRows:null!=s?s:[],getLeafRows:()=>function(e,t){const i=[],n=e=>{e.forEach((e=>{i.push(e)
|
|
5085
5085
|
const o=t(e)
|
|
5086
5086
|
null!=o&&o.length&&n(o)}))}
|
|
5087
|
-
return n(e),i}(r.subRows,(e=>e.subRows)),getAllCells:
|
|
5088
|
-
return null!=(t=o.getValue())?t:e.options.renderFallbackValue},getContext:
|
|
5087
|
+
return n(e),i}(r.subRows,(e=>e.subRows)),getAllCells:Rg((()=>[e.getAllLeafColumns()]),(t=>t.map((t=>function(e,t,i,n){const o={id:`${t.id}_${i.id}`,row:t,column:i,getValue:()=>t.getValue(n),renderValue:()=>{var t
|
|
5088
|
+
return null!=(t=o.getValue())?t:e.options.renderFallbackValue},getContext:Rg((()=>[e,i,t,o]),((e,t,i,n)=>({table:e,column:t,row:i,cell:n,getValue:n.getValue,renderValue:n.renderValue})),{key:!1,debug:()=>e.options.debugAll})}
|
|
5089
5089
|
return e._features.forEach((n=>{Object.assign(o,null==n.createCell?void 0:n.createCell(o,i,t,e))}),{}),o}(e,r,t,t.id)))),{key:!1,debug:()=>{var t
|
|
5090
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugRows}}),_getAllCellsByColumnId:
|
|
5090
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugRows}}),_getAllCellsByColumnId:Rg((()=>[r.getAllCells()]),(e=>e.reduce(((e,t)=>(e[t.column.id]=t,e)),{})),{key:"row.getAllCellsByColumnId",debug:()=>{var t
|
|
5091
5091
|
return null!=(t=e.options.debugAll)?t:e.options.debugRows}})}
|
|
5092
5092
|
for(let t=0;t<e._features.length;t++){const i=e._features[t]
|
|
5093
5093
|
Object.assign(r,null==i||null==i.createRow?void 0:i.createRow(r,e))}return r}
|
|
5094
|
-
class dv extends St{connectedCallback(){super.connectedCallback(),this.setAttribute("slot",Or("table-column-slot"))}}e([oe({attribute:"column-id"})],dv.prototype,"columnId",void 0),e([oe({attribute:"action-menu-slot"})],dv.prototype,"actionMenuSlot",void 0),e([oe({attribute:"action-menu-label"})],dv.prototype,"actionMenuLabel",void 0)
|
|
5094
|
+
class dv extends St{constructor(){super(...arguments),this.dataRecordFieldNames=[]}connectedCallback(){super.connectedCallback(),this.setAttribute("slot",Or("table-column-slot"))}}e([oe({attribute:"column-id"})],dv.prototype,"columnId",void 0),e([oe({attribute:"action-menu-slot"})],dv.prototype,"actionMenuSlot",void 0),e([oe({attribute:"action-menu-label"})],dv.prototype,"actionMenuLabel",void 0),e([f],dv.prototype,"dataRecordFieldNames",void 0),e([f],dv.prototype,"columnConfig",void 0)
|
|
5095
5095
|
class hv{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
|
|
5096
5096
|
const i=new Set
|
|
5097
5097
|
for(const n of e){if(!Object.prototype.hasOwnProperty.call(n,t)){this.missingRecordId=!0
|
|
@@ -5293,10 +5293,10 @@ const $v=U`
|
|
|
5293
5293
|
`)}
|
|
5294
5294
|
</template>
|
|
5295
5295
|
`
|
|
5296
|
-
class Cv extends St{constructor(){super(...arguments),this.columns=[],this.menuOpen=!1}get columnStates(){return this.columns.map((e=>{const t=e.
|
|
5296
|
+
class Cv extends St{constructor(){super(...arguments),this.columns=[],this.menuOpen=!1}get columnStates(){return this.columns.map((e=>{const t=e.dataRecordFieldNames
|
|
5297
5297
|
let i
|
|
5298
5298
|
if(this.hasValidFieldNames(t)&&this.dataRecord){const n=t.map((e=>this.dataRecord[e]))
|
|
5299
|
-
i={cellRecord:Object.fromEntries(e.cellRecordFieldNames.map(((e,t)=>[e,n[t]]))),columnConfig:e.
|
|
5299
|
+
i={cellRecord:Object.fromEntries(e.cellRecordFieldNames.map(((e,t)=>[e,n[t]]))),columnConfig:e.columnConfig??{}}}else i={cellRecord:{},columnConfig:{}}
|
|
5300
5300
|
return{column:e,cellState:i}}))}onCellActionMenuBeforeToggle(e,t){this.currentActionMenuColumn=t,this.emitToggleEvent("row-action-menu-beforetoggle",e.detail,t)}onCellActionMenuToggle(e,t){this.menuOpen=e.detail.newState,this.emitToggleEvent("row-action-menu-toggle",e.detail,t)}emitToggleEvent(e,t,i){const n={newState:t.newState,oldState:t.oldState,recordIds:[this.recordId],columnId:i.columnId}
|
|
5301
5301
|
this.$emit(e,n)}hasValidFieldNames(e){return e.every((e=>void 0!==e))}}e([oe({attribute:"record-id"})],Cv.prototype,"recordId",void 0),e([f],Cv.prototype,"dataRecord",void 0),e([f],Cv.prototype,"columns",void 0),e([f],Cv.prototype,"currentActionMenuColumn",void 0),e([oe({attribute:"menu-open",mode:"boolean"})],Cv.prototype,"menuOpen",void 0),e([m],Cv.prototype,"columnStates",null)
|
|
5302
5302
|
const kv=Cv.compose({baseName:"table-row",template:$v,styles:mv})
|
|
@@ -5372,18 +5372,18 @@ var r,a=e()
|
|
|
5372
5372
|
if(!(a.length!==s.length||a.some((function(e,t){return s[t]!==e}))))return o
|
|
5373
5373
|
if(s=a,i.key&&null!=i.debug&&i.debug()&&(r=Date.now()),o=t.apply(void 0,a),i.key&&null!=i.debug&&i.debug()){var l=Math.round(100*(Date.now()-n))/100,c=Math.round(100*(Date.now()-r))/100,d=c/16,h=function(e,t){for(e=String(e);e.length<t;)e=" "+e
|
|
5374
5374
|
return e}
|
|
5375
|
-
console.info("%c⏱ "+h(c,5)+" /"+h(l,5)+" ms","\n font-size: .6rem;\n font-weight: bold;\n color: hsl("+Math.max(0,Math.min(120-120*d,120))+"deg 100% 31%);",null==i?void 0:i.key)}return null==i||null==i.onChange||i.onChange(o),o}}var Iv
|
|
5375
|
+
console.info("%c⏱ "+h(c,5)+" /"+h(l,5)+" ms","\n font-size: .6rem;\n font-weight: bold;\n color: hsl("+Math.max(0,Math.min(120-120*d,120))+"deg 100% 31%);",null==i?void 0:i.key)}return null==i||null==i.onChange||i.onChange(o),o}}var Rv,Iv=function(e){return e},Av=function(e){for(var t=Math.max(e.startIndex-e.overscan,0),i=Math.min(e.endIndex+e.overscan,e.count-1),n=[],o=t;o<=i;o++)n.push(o)
|
|
5376
5376
|
return n},Ov=function(e,t){var i=new ResizeObserver((function(e){var i=e[0]
|
|
5377
5377
|
if(i){var n=i.contentRect,o=n.width,s=n.height
|
|
5378
5378
|
t({width:Math.round(o),height:Math.round(s)})}else t({width:0,height:0})}))
|
|
5379
|
-
if(e.scrollElement)return t(e.scrollElement.getBoundingClientRect()),i.observe(e.scrollElement),function(){i.unobserve(e.scrollElement)}},Ev={element:["scrollLeft","scrollTop"],window:["scrollX","scrollY"]},Vv=(
|
|
5379
|
+
if(e.scrollElement)return t(e.scrollElement.getBoundingClientRect()),i.observe(e.scrollElement),function(){i.unobserve(e.scrollElement)}},Ev={element:["scrollLeft","scrollTop"],window:["scrollX","scrollY"]},Vv=(Rv="element",function(e,t){if(e.scrollElement){var i=Ev[Rv][0],n=Ev[Rv][1],o=e.scrollElement[i],s=e.scrollElement[n],r=function(){var o=e.scrollElement[e.options.horizontal?i:n]
|
|
5380
5380
|
t(o)}
|
|
5381
5381
|
r()
|
|
5382
5382
|
var a=function(t){var a=t.currentTarget,l=a[i],c=a[n];(e.options.horizontal?o-l:s-c)&&r(),o=l,s=c}
|
|
5383
5383
|
return e.scrollElement.addEventListener("scroll",a,{capture:!1,passive:!0}),function(){e.scrollElement.removeEventListener("scroll",a)}}}),Hv=function(e,t){return Math.round(e.getBoundingClientRect()[t.options.horizontal?"width":"height"])},Lv=function(e,t,i){var n,o,s=t.adjustments,r=void 0===s?0:s,a=t.behavior,l=e+r
|
|
5384
5384
|
null==(n=i.scrollElement)||null==n.scrollTo||n.scrollTo(((o={})[i.options.horizontal?"left":"top"]=l,o.behavior=a,o))},Pv=function(e){var t,i=this
|
|
5385
5385
|
this.unsubs=[],this.scrollElement=null,this.isScrolling=!1,this.isScrollingTimeoutId=null,this.scrollToIndexTimeoutId=null,this.measurementsCache=[],this.itemSizeCache={},this.pendingMeasuredCacheIndexes=[],this.scrollDirection=null,this.scrollAdjustments=0,this.measureElementCache={},this.getResizeObserver=(t=null,function(){return t||("undefined"!=typeof ResizeObserver?t=new ResizeObserver((function(e){e.forEach((function(e){i._measureElement(e.target,!1)}))})):null)}),this.range={startIndex:0,endIndex:0},this.setOptions=function(e){Object.entries(e).forEach((function(t){var i=t[0]
|
|
5386
|
-
void 0===t[1]&&delete e[i]})),i.options=Sv({debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:
|
|
5386
|
+
void 0===t[1]&&delete e[i]})),i.options=Sv({debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:Iv,rangeExtractor:Av,onChange:function(){},measureElement:Hv,initialRect:{width:0,height:0},scrollMargin:0,scrollingDelay:150,indexAttribute:"data-index",initialMeasurementsCache:[]},e)},this.notify=function(){null==i.options.onChange||i.options.onChange(i)},this.cleanup=function(){i.unsubs.filter(Boolean).forEach((function(e){return e()})),i.unsubs=[],i.scrollElement=null},this._didMount=function(){var e=i.getResizeObserver()
|
|
5387
5387
|
return Object.values(i.measureElementCache).forEach((function(t){return null==e?void 0:e.observe(t)})),function(){null==e||e.disconnect(),i.cleanup()}},this._willUpdate=function(){var e=i.options.getScrollElement()
|
|
5388
5388
|
i.scrollElement!==e&&(i.cleanup(),i.scrollElement=e,i._scrollToOffset(i.scrollOffset,{adjustments:void 0,behavior:void 0}),i.unsubs.push(i.options.observeElementRect(i,(function(e){i.scrollRect=e,i.maybeNotify()}))),i.unsubs.push(i.options.observeElementOffset(i,(function(e){i.scrollAdjustments=0,i.scrollOffset!==e&&(null!==i.isScrollingTimeoutId&&(clearTimeout(i.isScrollingTimeoutId),i.isScrollingTimeoutId=null),i.isScrolling=!0,i.scrollDirection=i.scrollOffset<e?"forward":"backward",i.scrollOffset=e,i.maybeNotify(),i.isScrollingTimeoutId=setTimeout((function(){i.isScrollingTimeoutId=null,i.isScrolling=!1,i.scrollDirection=null,i.maybeNotify()}),i.options.scrollingDelay))}))))},this.getSize=function(){return i.scrollRect[i.options.horizontal?"width":"height"]},this.getMeasurements=Mv((function(){return[i.options.count,i.options.paddingStart,i.options.scrollMargin,i.options.getItemKey,i.itemSizeCache]}),(function(e,t,n,o,s){var r=i.pendingMeasuredCacheIndexes.length>0?Math.min.apply(Math,i.pendingMeasuredCacheIndexes):0
|
|
5389
5389
|
i.pendingMeasuredCacheIndexes=[]
|
|
@@ -5439,7 +5439,7 @@ this.visibleItems=e.getVirtualItems(),this.allRowsHeight=e.getTotalSize()
|
|
|
5439
5439
|
let t=0
|
|
5440
5440
|
if(this.visibleItems.length>0){t=this.visibleItems[0].start}this.rowContainerYOffset=t}}e([f],Tv.prototype,"visibleItems",void 0),e([f],Tv.prototype,"allRowsHeight",void 0),e([f],Tv.prototype,"headerContainerMarginRight",void 0),e([f],Tv.prototype,"rowContainerYOffset",void 0)
|
|
5441
5441
|
class Fv extends St{constructor(){super(),this.tableData=[],this.columns=[],this.childItems=[],this.actionMenuSlots=[],this.canRenderRows=!0,this.tableValidator=new hv,this.columnNotifiers=[],this.update=e=>{this.table.setOptions((t=>({...t,...this.options,state:e,onStateChange:t=>{const i="function"==typeof t?t(e):t
|
|
5442
|
-
this.update(i)}})))},this.options={data:[],onStateChange:e=>{},getCoreRowModel:e=>
|
|
5442
|
+
this.update(i)}})))},this.options={data:[],onStateChange:e=>{},getCoreRowModel:e=>Rg((()=>[e.options.data]),(t=>{const i={rows:[],flatRows:[],rowsById:{}},n=function(t,o,s){void 0===o&&(o=0)
|
|
5443
5443
|
const r=[]
|
|
5444
5444
|
for(let l=0;l<t.length;l++){const c=cv(e,e._getRowId(t[l],l,s),t[l],l,o)
|
|
5445
5445
|
var a
|
|
@@ -5488,7 +5488,7 @@ const Dv=fe`
|
|
|
5488
5488
|
${e=>"string"==typeof e.cellRecord.value?e.cellRecord.value:e.columnConfig.placeholder}
|
|
5489
5489
|
</span>
|
|
5490
5490
|
`
|
|
5491
|
-
class qv extends dv{constructor(){super(...arguments),this.cellRecordFieldNames=["value"],this.cellStyles=Nv,this.cellTemplate=Zv}
|
|
5491
|
+
class qv extends dv{constructor(){super(...arguments),this.cellRecordFieldNames=["value"],this.cellStyles=Nv,this.cellTemplate=Zv}fieldNameChanged(){this.dataRecordFieldNames=[this.fieldName]}placeholderChanged(){this.columnConfig={placeholder:this.placeholder??""}}}e([oe({attribute:"field-name"})],qv.prototype,"fieldName",void 0),e([oe],qv.prototype,"placeholder",void 0)
|
|
5492
5492
|
const jv=qv.compose({baseName:"table-column-text",template:Bv,styles:Dv})
|
|
5493
5493
|
sn.getOrCreate().withPrefix("nimble").register(jv())
|
|
5494
5494
|
const Gv=fe`
|
|
@@ -5732,7 +5732,7 @@ const tf=ef.compose({baseName:"text-area",baseClass:Wn,template:(e,t)=>U`
|
|
|
5732
5732
|
sn.getOrCreate().withPrefix("nimble").register(tf())
|
|
5733
5733
|
const nf="underline",of="outline",sf="block",rf="frameless",af=fe`
|
|
5734
5734
|
${bo("inline-block")}
|
|
5735
|
-
${
|
|
5735
|
+
${Ip}
|
|
5736
5736
|
|
|
5737
5737
|
:host {
|
|
5738
5738
|
font: ${wl};
|
|
@@ -6464,16 +6464,16 @@ const _f=kf.compose({baseName:"tree-view",baseClass:mo,template:(e,t)=>U`
|
|
|
6464
6464
|
sn.getOrCreate().withPrefix("nimble").register(_f())
|
|
6465
6465
|
var Sf={value:()=>{}}
|
|
6466
6466
|
function Mf(){for(var e,t=0,i=arguments.length,n={};t<i;++t){if(!(e=arguments[t]+"")||e in n||/[\s.]/.test(e))throw new Error("illegal type: "+e)
|
|
6467
|
-
n[e]=[]}return new
|
|
6467
|
+
n[e]=[]}return new Rf(n)}function Rf(e){this._=e}function If(e,t){return e.trim().split(/^|\s+/).map((function(e){var i="",n=e.indexOf(".")
|
|
6468
6468
|
if(n>=0&&(i=e.slice(n+1),e=e.slice(0,n)),e&&!t.hasOwnProperty(e))throw new Error("unknown type: "+e)
|
|
6469
6469
|
return{type:e,name:i}}))}function Af(e,t){for(var i,n=0,o=e.length;n<o;++n)if((i=e[n]).name===t)return i.value}function Of(e,t,i){for(var n=0,o=e.length;n<o;++n)if(e[n].name===t){e[n]=Sf,e=e.slice(0,n).concat(e.slice(n+1))
|
|
6470
|
-
break}return null!=i&&e.push({name:t,value:i}),e}
|
|
6470
|
+
break}return null!=i&&e.push({name:t,value:i}),e}Rf.prototype=Mf.prototype={constructor:Rf,on:function(e,t){var i,n=this._,o=If(e+"",n),s=-1,r=o.length
|
|
6471
6471
|
if(!(arguments.length<2)){if(null!=t&&"function"!=typeof t)throw new Error("invalid callback: "+t)
|
|
6472
6472
|
for(;++s<r;)if(i=(e=o[s]).type)n[i]=Of(n[i],e.name,t)
|
|
6473
6473
|
else if(null==t)for(i in n)n[i]=Of(n[i],e.name,null)
|
|
6474
6474
|
return this}for(;++s<r;)if((i=(e=o[s]).type)&&(i=Af(n[i],e.name)))return i},copy:function(){var e={},t=this._
|
|
6475
6475
|
for(var i in t)e[i]=t[i].slice()
|
|
6476
|
-
return new
|
|
6476
|
+
return new Rf(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var i,n,o=new Array(i),s=0;s<i;++s)o[s]=arguments[s+2]
|
|
6477
6477
|
if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e)
|
|
6478
6478
|
for(s=0,i=(n=this._[e]).length;s<i;++s)n[s].value.apply(t,o)},apply:function(e,t,i){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e)
|
|
6479
6479
|
for(var n=this._[e],o=0,s=n.length;o<s;++o)n[o].value.apply(t,i)}}
|
|
@@ -6492,7 +6492,7 @@ null==i?this.removeAttribute(e):this.setAttribute(e,i)}}function lm(e,t){return
|
|
|
6492
6492
|
null==i?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,i)}}function cm(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function dm(e){return function(){this.style.removeProperty(e)}}function hm(e,t,i){return function(){this.style.setProperty(e,t,i)}}function um(e,t,i){return function(){var n=t.apply(this,arguments)
|
|
6493
6493
|
null==n?this.style.removeProperty(e):this.style.setProperty(e,n,i)}}function pm(e,t){return e.style.getPropertyValue(t)||cm(e).getComputedStyle(e,null).getPropertyValue(t)}function gm(e){return function(){delete this[e]}}function vm(e,t){return function(){this[e]=t}}function fm(e,t){return function(){var i=t.apply(this,arguments)
|
|
6494
6494
|
null==i?delete this[e]:this[e]=i}}function mm(e){return e.trim().split(/^|\s+/)}function bm(e){return e.classList||new wm(e)}function wm(e){this._node=e,this._names=mm(e.getAttribute("class")||"")}function ym(e,t){for(var i=bm(e),n=-1,o=t.length;++n<o;)i.add(t[n])}function xm(e,t){for(var i=bm(e),n=-1,o=t.length;++n<o;)i.remove(t[n])}function $m(e){return function(){ym(this,e)}}function Cm(e){return function(){xm(this,e)}}function km(e,t){return function(){(t.apply(this,arguments)?ym:xm)(this,e)}}function _m(){this.textContent=""}function Sm(e){return function(){this.textContent=e}}function Mm(e){return function(){var t=e.apply(this,arguments)
|
|
6495
|
-
this.textContent=null==t?"":t}}function
|
|
6495
|
+
this.textContent=null==t?"":t}}function Rm(){this.innerHTML=""}function Im(e){return function(){this.innerHTML=e}}function Am(e){return function(){var t=e.apply(this,arguments)
|
|
6496
6496
|
this.innerHTML=null==t?"":t}}function Om(){this.nextSibling&&this.parentNode.appendChild(this)}function Em(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function Vm(){return null}function Hm(){var e=this.parentNode
|
|
6497
6497
|
e&&e.removeChild(this)}function Lm(){var e=this.cloneNode(!1),t=this.parentNode
|
|
6498
6498
|
return t?t.insertBefore(e,this.nextSibling):e}function Pm(){var e=this.cloneNode(!0),t=this.parentNode
|
|
@@ -6535,7 +6535,7 @@ return this},attr:function(e,t){var i=Hf(e)
|
|
|
6535
6535
|
if(arguments.length<2){var n=this.node()
|
|
6536
6536
|
return i.local?n.getAttributeNS(i.space,i.local):n.getAttribute(i)}return this.each((null==t?i.local?om:nm:"function"==typeof t?i.local?lm:am:i.local?rm:sm)(i,t))},style:function(e,t,i){return arguments.length>1?this.each((null==t?dm:"function"==typeof t?um:hm)(e,t,null==i?"":i)):pm(this.node(),e)},property:function(e,t){return arguments.length>1?this.each((null==t?gm:"function"==typeof t?fm:vm)(e,t)):this.node()[e]},classed:function(e,t){var i=mm(e+"")
|
|
6537
6537
|
if(arguments.length<2){for(var n=bm(this.node()),o=-1,s=i.length;++o<s;)if(!n.contains(i[o]))return!1
|
|
6538
|
-
return!0}return this.each(("function"==typeof t?km:t?$m:Cm)(i,t))},text:function(e){return arguments.length?this.each(null==e?_m:("function"==typeof e?Mm:Sm)(e)):this.node().textContent},html:function(e){return arguments.length?this.each(null==e?
|
|
6538
|
+
return!0}return this.each(("function"==typeof t?km:t?$m:Cm)(i,t))},text:function(e){return arguments.length?this.each(null==e?_m:("function"==typeof e?Mm:Sm)(e)):this.node().textContent},html:function(e){return arguments.length?this.each(null==e?Rm:("function"==typeof e?Am:Im)(e)):this.node().innerHTML},raise:function(){return this.each(Om)},lower:function(){return this.each(Em)},append:function(e){var t="function"==typeof e?e:Tf(e)
|
|
6539
6539
|
return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,t){var i="function"==typeof e?e:Tf(e),n=null==t?Vm:"function"==typeof t?t:zf(t)
|
|
6540
6540
|
return this.select((function(){return this.insertBefore(i.apply(this,arguments),n.apply(this,arguments)||null)}))},remove:function(){return this.each(Hm)},clone:function(e){return this.select(e?Pm:Lm)},datum:function(e){return arguments.length?this.property("__data__",e):this.node().__data__},on:function(e,t,i){var n,o,s=Tm(e+""),r=s.length
|
|
6541
6541
|
if(!(arguments.length<2)){for(a=t?zm:Fm,n=0;n<r;++n)this.each(a(s[n],t,i))
|
|
@@ -6549,12 +6549,12 @@ for(var n in t)i[n]=t[n]
|
|
|
6549
6549
|
return i}function eb(){}var tb=.7,ib=1/tb,nb="\\s*([+-]?\\d+)\\s*",ob="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",sb="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",rb=/^#([0-9a-f]{3,8})$/,ab=new RegExp(`^rgb\\(${nb},${nb},${nb}\\)$`),lb=new RegExp(`^rgb\\(${sb},${sb},${sb}\\)$`),cb=new RegExp(`^rgba\\(${nb},${nb},${nb},${ob}\\)$`),db=new RegExp(`^rgba\\(${sb},${sb},${sb},${ob}\\)$`),hb=new RegExp(`^hsl\\(${ob},${sb},${sb}\\)$`),ub=new RegExp(`^hsla\\(${ob},${sb},${sb},${ob}\\)$`),pb={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}
|
|
6550
6550
|
function gb(){return this.rgb().formatHex()}function vb(){return this.rgb().formatRgb()}function fb(e){var t,i
|
|
6551
6551
|
return e=(e+"").trim().toLowerCase(),(t=rb.exec(e))?(i=t[1].length,t=parseInt(t[1],16),6===i?mb(t):3===i?new xb(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===i?bb(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===i?bb(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=ab.exec(e))?new xb(t[1],t[2],t[3],1):(t=lb.exec(e))?new xb(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=cb.exec(e))?bb(t[1],t[2],t[3],t[4]):(t=db.exec(e))?bb(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=hb.exec(e))?Mb(t[1],t[2]/100,t[3]/100,1):(t=ub.exec(e))?Mb(t[1],t[2]/100,t[3]/100,t[4]):pb.hasOwnProperty(e)?mb(pb[e]):"transparent"===e?new xb(NaN,NaN,NaN,0):null}function mb(e){return new xb(e>>16&255,e>>8&255,255&e,1)}function bb(e,t,i,n){return n<=0&&(e=t=i=NaN),new xb(e,t,i,n)}function wb(e){return e instanceof eb||(e=fb(e)),e?new xb((e=e.rgb()).r,e.g,e.b,e.opacity):new xb}function yb(e,t,i,n){return 1===arguments.length?wb(e):new xb(e,t,i,null==n?1:n)}function xb(e,t,i,n){this.r=+e,this.g=+t,this.b=+i,this.opacity=+n}function $b(){return`#${Sb(this.r)}${Sb(this.g)}${Sb(this.b)}`}function Cb(){const e=kb(this.opacity)
|
|
6552
|
-
return`${1===e?"rgb(":"rgba("}${_b(this.r)}, ${_b(this.g)}, ${_b(this.b)}${1===e?")":`, ${e})`}`}function kb(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function _b(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Sb(e){return((e=_b(e))<16?"0":"")+e.toString(16)}function Mb(e,t,i,n){return n<=0?e=t=i=NaN:i<=0||i>=1?e=t=NaN:t<=0&&(e=NaN),new
|
|
6553
|
-
if(e instanceof eb||(e=fb(e)),!e)return new
|
|
6554
|
-
if(e instanceof
|
|
6552
|
+
return`${1===e?"rgb(":"rgba("}${_b(this.r)}, ${_b(this.g)}, ${_b(this.b)}${1===e?")":`, ${e})`}`}function kb(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function _b(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Sb(e){return((e=_b(e))<16?"0":"")+e.toString(16)}function Mb(e,t,i,n){return n<=0?e=t=i=NaN:i<=0||i>=1?e=t=NaN:t<=0&&(e=NaN),new Ib(e,t,i,n)}function Rb(e){if(e instanceof Ib)return new Ib(e.h,e.s,e.l,e.opacity)
|
|
6553
|
+
if(e instanceof eb||(e=fb(e)),!e)return new Ib
|
|
6554
|
+
if(e instanceof Ib)return e
|
|
6555
6555
|
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
|
|
6556
|
-
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
|
|
6557
|
-
return new xb(Eb(e>=240?e-240:e+120,o,n),Eb(e,o,n),Eb(e<120?e+240:e-120,o,n),this.opacity)},clamp(){return new
|
|
6556
|
+
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 Ib(r,a,l,e.opacity)}function Ib(e,t,i,n){this.h=+e,this.s=+t,this.l=+i,this.opacity=+n}function Ab(e){return(e=(e||0)%360)<0?e+360:e}function Ob(e){return Math.max(0,Math.min(1,e||0))}function Eb(e,t,i){return 255*(e<60?t+(i-t)*e/60:e<180?i:e<240?t+(i-t)*(240-e)/60:t)}Qm(eb,fb,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:gb,formatHex:gb,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return Rb(this).formatHsl()},formatRgb:vb,toString:vb}),Qm(xb,yb,Jm(eb,{brighter(e){return e=null==e?ib:Math.pow(ib,e),new xb(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?tb:Math.pow(tb,e),new xb(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new xb(_b(this.r),_b(this.g),_b(this.b),kb(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:$b,formatHex:$b,formatHex8:function(){return`#${Sb(this.r)}${Sb(this.g)}${Sb(this.b)}${Sb(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:Cb,toString:Cb})),Qm(Ib,(function(e,t,i,n){return 1===arguments.length?Rb(e):new Ib(e,t,i,null==n?1:n)}),Jm(eb,{brighter(e){return e=null==e?ib:Math.pow(ib,e),new Ib(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?tb:Math.pow(tb,e),new Ib(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
|
|
6557
|
+
return new xb(Eb(e>=240?e-240:e+120,o,n),Eb(e,o,n),Eb(e<120?e+240:e-120,o,n),this.opacity)},clamp(){return new Ib(Ab(this.h),Ob(this.s),Ob(this.l),kb(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=kb(this.opacity)
|
|
6558
6558
|
return`${1===e?"hsl(":"hsla("}${Ab(this.h)}, ${100*Ob(this.s)}%, ${100*Ob(this.l)}%${1===e?")":`, ${e})`}`}}))
|
|
6559
6559
|
var Vb=e=>()=>e
|
|
6560
6560
|
function Hb(e){return 1==(e=+e)?Lb:function(t,i){return i-t?function(e,t,i){return e=Math.pow(e,i),t=Math.pow(t,i)-e,i=1/i,function(n){return Math.pow(e+n*t,i)}}(t,i,e):Vb(isNaN(t)?i:t)}}function Lb(e,t){var i=t-e
|
|
@@ -6621,12 +6621,12 @@ if(s){for(o in t=null==t?null:t+"",s)(i=s[o]).name===t?(n=i.state>2&&i.state<5,i
|
|
|
6621
6621
|
r&&delete e.__transition}}function Mw(e,t){var i,n
|
|
6622
6622
|
return function(){var o=kw(this,e),s=o.tween
|
|
6623
6623
|
if(s!==i)for(var r=0,a=(n=i=s).length;r<a;++r)if(n[r].name===t){(n=n.slice()).splice(r,1)
|
|
6624
|
-
break}o.tween=n}}function
|
|
6624
|
+
break}o.tween=n}}function Rw(e,t,i){var n,o
|
|
6625
6625
|
if("function"!=typeof i)throw new Error
|
|
6626
6626
|
return function(){var s=kw(this,e),r=s.tween
|
|
6627
6627
|
if(r!==n){o=(n=r).slice()
|
|
6628
6628
|
for(var a={name:t,value:i},l=0,c=o.length;l<c;++l)if(o[l].name===t){o[l]=a
|
|
6629
|
-
break}l===c&&o.push(a)}s.tween=o}}function
|
|
6629
|
+
break}l===c&&o.push(a)}s.tween=o}}function Iw(e,t,i){var n=e._id
|
|
6630
6630
|
return e.each((function(){var e=kw(this,n);(e.value||(e.value={}))[t]=i.apply(this,arguments)})),function(e){return _w(e,n).value[t]}}function Aw(e,t){var i
|
|
6631
6631
|
return("number"==typeof t?Db:t instanceof fb?Pb:(i=fb(t))?(t=i,Pb):qb)(e,t)}function Ow(e){return function(){this.removeAttribute(e)}}function Ew(e){return function(){this.removeAttributeNS(e.space,e.local)}}function Vw(e,t,i){var n,o,s=i+""
|
|
6632
6632
|
return function(){var r=this.getAttribute(e)
|
|
@@ -6667,7 +6667,7 @@ for(;a<n;++a)r[a]=t[a]
|
|
|
6667
6667
|
return new ey(r,this._parents,this._name,this._id)},selection:function(){return new Uw(this._groups,this._parents)},transition:function(){for(var e=this._name,t=this._id,i=ty(),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=_w(r,t)
|
|
6668
6668
|
$w(r,e,i,c,a,{time:d.time+d.delay+d.duration,delay:0,duration:d.duration,ease:d.ease})}return new ey(n,this._parents,e,i)},call:iy.call,nodes:iy.nodes,node:iy.node,size:iy.size,empty:iy.empty,each:iy.each,on:function(e,t){var i=this._id
|
|
6669
6669
|
return arguments.length<2?_w(this.node(),i).on.on(e):this.each(Gw(i,e,t))},attr:function(e,t){var i=Hf(e),n="transform"===i?Jb:Aw
|
|
6670
|
-
return this.attrTween(e,"function"==typeof t?(i.local?Pw:Lw)(i,n,
|
|
6670
|
+
return this.attrTween(e,"function"==typeof t?(i.local?Pw:Lw)(i,n,Iw(this,"attr."+e,t)):null==t?(i.local?Ew:Ow)(i):(i.local?Hw:Vw)(i,n,t))},attrTween:function(e,t){var i="attr."+e
|
|
6671
6671
|
if(arguments.length<2)return(i=this.tween(i))&&i._value
|
|
6672
6672
|
if(null==t)return this.tween(i,null)
|
|
6673
6673
|
if("function"!=typeof t)throw new Error
|
|
@@ -6677,7 +6677,7 @@ return null==t?this.styleTween(e,function(e,t){var i,n,o
|
|
|
6677
6677
|
return function(){var s=pm(this,e),r=(this.style.removeProperty(e),pm(this,e))
|
|
6678
6678
|
return s===r?null:s===i&&r===n?o:o=t(i=s,n=r)}}(e,n)).on("end.style."+e,Xw(e)):"function"==typeof t?this.styleTween(e,function(e,t,i){var n,o,s
|
|
6679
6679
|
return function(){var r=pm(this,e),a=i(this),l=a+""
|
|
6680
|
-
return null==a&&(this.style.removeProperty(e),l=a=pm(this,e)),r===l?null:r===n&&l===o?s:(o=l,s=t(n=r,a))}}(e,n,
|
|
6680
|
+
return null==a&&(this.style.removeProperty(e),l=a=pm(this,e)),r===l?null:r===n&&l===o?s:(o=l,s=t(n=r,a))}}(e,n,Iw(this,"style."+e,t))).each(function(e,t){var i,n,o,s,r="style."+t,a="end."+r
|
|
6681
6681
|
return function(){var l=kw(this,e),c=l.on,d=null==l.value[r]?s||(s=Xw(t)):void 0
|
|
6682
6682
|
c===i&&o===d||(n=(i=c).copy()).on(a,o=d),l.on=n}}(this._id,e)):this.styleTween(e,function(e,t,i){var n,o,s=i+""
|
|
6683
6683
|
return function(){var r=pm(this,e)
|
|
@@ -6686,7 +6686,7 @@ if(arguments.length<2)return(n=this.tween(n))&&n._value
|
|
|
6686
6686
|
if(null==t)return this.tween(n,null)
|
|
6687
6687
|
if("function"!=typeof t)throw new Error
|
|
6688
6688
|
return this.tween(n,Kw(e,t,null==i?"":i))},text:function(e){return this.tween("text","function"==typeof e?function(e){return function(){var t=e(this)
|
|
6689
|
-
this.textContent=null==t?"":t}}(
|
|
6689
|
+
this.textContent=null==t?"":t}}(Iw(this,"text",e)):function(e){return function(){this.textContent=e}}(null==e?"":e+""))},textTween:function(e){var t="text"
|
|
6690
6690
|
if(arguments.length<1)return(t=this.tween(t))&&t._value
|
|
6691
6691
|
if(null==e)return this.tween(t,null)
|
|
6692
6692
|
if("function"!=typeof e)throw new Error
|
|
@@ -6694,7 +6694,7 @@ return this.tween(t,Qw(e))},remove:function(){return this.on("end.remove",functi
|
|
|
6694
6694
|
for(var i in this.__transition)if(+i!==e)return
|
|
6695
6695
|
t&&t.removeChild(this)}}(this._id))},tween:function(e,t){var i=this._id
|
|
6696
6696
|
if(e+="",arguments.length<2){for(var n,o=_w(this.node(),i).tween,s=0,r=o.length;s<r;++s)if((n=o[s]).name===e)return n.value
|
|
6697
|
-
return null}return this.each((null==t?Mw:
|
|
6697
|
+
return null}return this.each((null==t?Mw:Rw)(i,e,t))},delay:function(e){var t=this._id
|
|
6698
6698
|
return arguments.length?this.each(("function"==typeof e?Bw:Nw)(t,e)):_w(this.node(),t).delay},duration:function(e){var t=this._id
|
|
6699
6699
|
return arguments.length?this.each(("function"==typeof e?Zw:qw)(t,e)):_w(this.node(),t).duration},ease:function(e){var t=this._id
|
|
6700
6700
|
return arguments.length?this.each(jw(t,e)):_w(this.node(),t).ease},easeVarying:function(e){if("function"!=typeof e)throw new Error
|
|
@@ -6806,12 +6806,12 @@ do{const t=o+s>>>1
|
|
|
6806
6806
|
i(e[t],n)<=0?o=t+1:s=t}while(o<s)}return o}}}function Cy(){return 0}const ky=$y(yy).right
|
|
6807
6807
|
$y((function(e){return null===e?NaN:+e})).center
|
|
6808
6808
|
var _y=ky
|
|
6809
|
-
class Sy extends Map{constructor(e,t=
|
|
6809
|
+
class Sy extends Map{constructor(e,t=Ry){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const[t,i]of e)this.set(t,i)}get(e){return super.get(My(this,e))}has(e){return super.has(My(this,e))}set(e,t){return super.set(function({_intern:e,_key:t},i){const n=t(i)
|
|
6810
6810
|
return e.has(n)?e.get(n):(e.set(n,i),i)}(this,e),t)}delete(e){return super.delete(function({_intern:e,_key:t},i){const n=t(i)
|
|
6811
6811
|
e.has(n)&&(i=e.get(n),e.delete(n))
|
|
6812
6812
|
return i}(this,e))}}function My({_intern:e,_key:t},i){const n=t(i)
|
|
6813
|
-
return e.has(n)?e.get(n):i}function
|
|
6814
|
-
function Ey(e,t,i){const n=(t-e)/Math.max(0,i),o=Math.floor(Math.log10(n)),s=n/Math.pow(10,o),r=s>=
|
|
6813
|
+
return e.has(n)?e.get(n):i}function Ry(e){return null!==e&&"object"==typeof e?e.valueOf():e}const Iy=Math.sqrt(50),Ay=Math.sqrt(10),Oy=Math.sqrt(2)
|
|
6814
|
+
function Ey(e,t,i){const n=(t-e)/Math.max(0,i),o=Math.floor(Math.log10(n)),s=n/Math.pow(10,o),r=s>=Iy?10:s>=Ay?5:s>=Oy?2:1
|
|
6815
6815
|
let a,l,c
|
|
6816
6816
|
return o<0?(c=Math.pow(10,-o)/r,a=Math.round(e*c),l=Math.round(t*c),a/c<e&&++a,l/c>t&&--l,c=-c):(c=Math.pow(10,o)*r,a=Math.round(e/c),l=Math.round(t/c),a*c<e&&++a,l*c>t&&--l),l<a&&.5<=i&&i<2?Ey(e,t,2*i):[a,l,c]}function Vy(e,t,i){return Ey(e=+e,t=+t,i=+i)[2]}function Hy(e,t,i){e=+e,t=+t,i=(o=arguments.length)<2?(t=e,e=0,1):o<3?1:+i
|
|
6817
6817
|
for(var n=-1,o=0|Math.max(0,Math.ceil((t-e)/i)),s=new Array(o);++n<o;)s[n]=e+n*i
|
|
@@ -6921,7 +6921,7 @@ this.context.font=`${t.toString()}px sans-serif`,this.context.fillStyle="#ffffff
|
|
|
6921
6921
|
const i=this.context.measureText("M")
|
|
6922
6922
|
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 $x{constructor(e){this.wafermap=e,this.zoomTransform=ly,this.minScale=1.1,this.minExtentPoint=[-100,-100],this.extentPadding=100,this.zoomBehavior=this.createZoomBehavior(),this.zoomBehavior(Gm(this.wafermap.canvas))}rescale(e){const t=e.transform
|
|
6923
6923
|
t.k===this.minScale?(this.zoomTransform=ly,this.zoomBehavior.transform(Gm(this.wafermap.canvas),ly)):this.zoomTransform=t,this.wafermap.transform=this.zoomTransform}createZoomBehavior(){const e=function(){var e,t,i,n=uy,o=py,s=my,r=vy,a=fy,l=[0,1/0],c=[[-1/0,-1/0],[1/0,1/0]],d=250,h=nw,u=Mf("start","zoom","end"),p=500,g=0,v=10
|
|
6924
|
-
function f(e){e.property("__zoom",gy).on("wheel.zoom",C,{passive:!1}).on("mousedown.zoom",k).on("dblclick.zoom",_).filter(a).on("touchstart.zoom",S).on("touchmove.zoom",M).on("touchend.zoom touchcancel.zoom",
|
|
6924
|
+
function f(e){e.property("__zoom",gy).on("wheel.zoom",C,{passive:!1}).on("mousedown.zoom",k).on("dblclick.zoom",_).filter(a).on("touchstart.zoom",S).on("touchmove.zoom",M).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 ay(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
|
|
6925
6925
|
return n===e.x&&o===e.y?e:new ay(e.k,n,o)}function w(e){return[(+e[0][0]+ +e[1][0])/2,(+e[0][1]+ +e[1][1])/2]}function y(e,t,i,n){e.on("start.zoom",(function(){x(this,arguments).event(n).start()})).on("interrupt.zoom end.zoom",(function(){x(this,arguments).event(n).end()})).tween("zoom",(function(){var e=this,s=arguments,r=x(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))
|
|
6926
6926
|
return function(e){if(1===e)e=u
|
|
6927
6927
|
else{var t=p(e),i=c/t[2]
|
|
@@ -6937,7 +6937,7 @@ e&&(e=clearTimeout(e)),s&&(h.taps<2&&(t=l[0],e=setTimeout((function(){e=null}),p
|
|
|
6937
6937
|
for(hy(e),i=0;i<d;++i)o=Um(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)
|
|
6938
6938
|
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
|
|
6939
6939
|
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
|
|
6940
|
-
o=a.touch0[0],r=a.touch0[1]}a.zoom("touch",s(b(n,o,r),a.extent,c))}}function
|
|
6940
|
+
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=x(this,n).event(e),a=e.changedTouches,l=a.length
|
|
6941
6941
|
for(dy(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
|
|
6942
6942
|
if(r.touch1&&!r.touch0&&(r.touch0=r.touch1,delete r.touch1),r.touch0)r.touch0[1]=this.__zoom.invert(r.touch0[0])
|
|
6943
6943
|
else if(r.end(),2===r.taps&&(s=Um(s,this),Math.hypot(t[0]-s[0],t[1]-s[1])<v)){var c=Gm(this).on("dblclick.zoom")
|