@ni/nimble-components 19.8.3 → 19.8.4
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 +21 -107
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +270 -285
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/src/table-column/anchor/cell-view/index.d.ts +1 -1
- package/dist/esm/src/table-column/anchor/index.d.ts +0 -3
- package/dist/esm/src/table-column/base/types.d.ts +0 -3
- package/dist/esm/src/table-column/text/cell-view/index.d.ts +0 -1
- package/dist/esm/src/table-column/text/group-header-view/index.d.ts +0 -1
- package/dist/esm/src/table-column/text/index.d.ts +1 -2
- package/dist/esm/src/table-column/text-base/cell-view/index.d.ts +1 -10
- package/dist/esm/src/table-column/text-base/group-header-view/index.d.ts +2 -12
- package/dist/esm/src/table-column/text-base/group-header-view/template.d.ts +1 -1
- package/dist/esm/src/table-column/text-base/index.d.ts +1 -11
- package/dist/esm/table-column/anchor/cell-view/index.d.ts +1 -1
- package/dist/esm/table-column/anchor/cell-view/index.js +3 -3
- package/dist/esm/table-column/anchor/cell-view/index.js.map +1 -1
- package/dist/esm/table-column/anchor/cell-view/styles.js +1 -5
- package/dist/esm/table-column/anchor/cell-view/styles.js.map +1 -1
- package/dist/esm/table-column/anchor/cell-view/template.js +4 -5
- package/dist/esm/table-column/anchor/cell-view/template.js.map +1 -1
- package/dist/esm/table-column/anchor/index.d.ts +0 -3
- package/dist/esm/table-column/anchor/index.js +0 -7
- package/dist/esm/table-column/anchor/index.js.map +1 -1
- package/dist/esm/table-column/base/types.d.ts +0 -3
- package/dist/esm/table-column/base/types.js.map +1 -1
- package/dist/esm/table-column/text/cell-view/index.d.ts +0 -1
- package/dist/esm/table-column/text/cell-view/index.js +3 -11
- package/dist/esm/table-column/text/cell-view/index.js.map +1 -1
- package/dist/esm/table-column/text/group-header-view/index.d.ts +0 -1
- package/dist/esm/table-column/text/group-header-view/index.js +3 -11
- package/dist/esm/table-column/text/group-header-view/index.js.map +1 -1
- package/dist/esm/table-column/text/index.d.ts +1 -2
- package/dist/esm/table-column/text/index.js.map +1 -1
- package/dist/esm/table-column/text-base/cell-view/index.d.ts +1 -10
- package/dist/esm/table-column/text-base/cell-view/index.js +2 -22
- package/dist/esm/table-column/text-base/cell-view/index.js.map +1 -1
- package/dist/esm/table-column/text-base/cell-view/styles.js +1 -5
- package/dist/esm/table-column/text-base/cell-view/styles.js.map +1 -1
- package/dist/esm/table-column/text-base/cell-view/template.js +2 -3
- package/dist/esm/table-column/text-base/cell-view/template.js.map +1 -1
- package/dist/esm/table-column/text-base/group-header-view/index.d.ts +2 -12
- package/dist/esm/table-column/text-base/group-header-view/index.js +2 -22
- package/dist/esm/table-column/text-base/group-header-view/index.js.map +1 -1
- package/dist/esm/table-column/text-base/group-header-view/styles.js +1 -5
- package/dist/esm/table-column/text-base/group-header-view/styles.js.map +1 -1
- package/dist/esm/table-column/text-base/group-header-view/template.d.ts +1 -1
- package/dist/esm/table-column/text-base/group-header-view/template.js +2 -3
- package/dist/esm/table-column/text-base/group-header-view/template.js.map +1 -1
- package/dist/esm/table-column/text-base/index.d.ts +1 -11
- package/dist/esm/table-column/text-base/index.js +1 -9
- package/dist/esm/table-column/text-base/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -126,7 +126,7 @@ const e=this.behaviors,t=this.source
|
|
|
126
126
|
for(let i=0,o=e.length;i<o;++i)e[i].unbind(t)
|
|
127
127
|
this.source=null}static disposeContiguousBatch(e){if(0!==e.length){Z.setStartBefore(e[0].firstChild),Z.setEndAfter(e[e.length-1].lastChild),Z.deleteContents()
|
|
128
128
|
for(let t=0,i=e.length;t<i;++t){const i=e[t],o=i.behaviors,n=i.source
|
|
129
|
-
for(let e=0,t=o.length;e<t;++e)o[e].unbind(n)}}}}class
|
|
129
|
+
for(let e=0,t=o.length;e<t;++e)o[e].unbind(n)}}}}class j{constructor(e,t){this.behaviorCount=0,this.hasHostBehaviors=!1,this.fragment=null,this.targetOffset=0,this.viewBehaviorFactories=null,this.hostBehaviorFactories=null,this.html=e,this.directives=t}create(e){if(null===this.fragment){let e
|
|
130
130
|
const t=this.html
|
|
131
131
|
if("string"==typeof t){e=document.createElement("template"),e.innerHTML=u.createHTML(t)
|
|
132
132
|
const i=e.content.firstElementChild
|
|
@@ -153,14 +153,14 @@ for(;null!==a;){if(r===t){o[s]=e.createBehavior(a)
|
|
|
153
153
|
break}a=n.nextNode(),r++}}if(this.hasHostBehaviors){const t=this.hostBehaviorFactories
|
|
154
154
|
for(let i=0,n=t.length;i<n;++i,++s)o[s]=t[i].createBehavior(e)}return new q(t,o)}render(e,t,i){"string"==typeof t&&(t=document.getElementById(t)),void 0===i&&(i=t)
|
|
155
155
|
const o=this.create(i)
|
|
156
|
-
return o.bind(e,x),o.appendTo(t),o}}const
|
|
157
|
-
function
|
|
156
|
+
return o.bind(e,x),o.appendTo(t),o}}const G=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/
|
|
157
|
+
function U(e,...t){const i=[]
|
|
158
158
|
let o=""
|
|
159
159
|
for(let n=0,s=e.length-1;n<s;++n){const s=e[n]
|
|
160
160
|
let r=t[n]
|
|
161
|
-
if(o+=s,r instanceof
|
|
162
|
-
r=()=>e}if("function"==typeof r&&(r=new V(r)),r instanceof $){const e=
|
|
163
|
-
null!==e&&(r.targetName=e[2])}r instanceof y?(o+=r.createPlaceholder(i.length),i.push(r)):o+=r}return o+=e[e.length-1],new
|
|
161
|
+
if(o+=s,r instanceof j){const e=r
|
|
162
|
+
r=()=>e}if("function"==typeof r&&(r=new V(r)),r instanceof $){const e=G.exec(s)
|
|
163
|
+
null!==e&&(r.targetName=e[2])}r instanceof y?(o+=r.createPlaceholder(i.length),i.push(r)):o+=r}return o+=e[e.length-1],new j(o,i)}class W{constructor(){this.targets=new WeakSet}addStylesTo(e){this.targets.add(e)}removeStylesFrom(e){this.targets.delete(e)}isAttachedTo(e){return this.targets.has(e)}withBehaviors(...e){return this.behaviors=null===this.behaviors?e:this.behaviors.concat(e),this}}function K(e){return e.map((e=>e instanceof W?K(e.styles):[e])).reduce(((e,t)=>e.concat(t)),[])}function X(e){return e.map((e=>e instanceof W?e.behaviors:null)).reduce(((e,t)=>null===t?e:(null===e&&(e=[]),e.concat(t))),null)}W.create=(()=>{if(u.supportsAdoptedStyleSheets){const e=new Map
|
|
164
164
|
return t=>new J(t,e)}return e=>new te(e)})()
|
|
165
165
|
let Y=(e,t)=>{e.adoptedStyleSheets=[...e.adoptedStyleSheets,...t]},Q=(e,t)=>{e.adoptedStyleSheets=e.adoptedStyleSheets.filter((e=>-1===t.indexOf(e)))}
|
|
166
166
|
if(u.supportsAdoptedStyleSheets)try{document.adoptedStyleSheets.push(),document.adoptedStyleSheets.splice(),Y=(e,t)=>{e.adoptedStyleSheets.push(...t)},Q=(e,t)=>{for(const i of t){const t=e.adoptedStyleSheets.indexOf(i);-1!==t&&e.adoptedStyleSheets.splice(t,1)}}}catch(e){}class J extends W{constructor(e,t){super(),this.styles=e,this.styleSheetCache=t,this._styleSheets=void 0,this.behaviors=X(e)}get styleSheets(){if(void 0===this._styleSheets){const e=this.styles,t=this.styleSheetCache
|
|
@@ -348,9 +348,9 @@ void 0!==t&&(t.flush(),e=this.slice())
|
|
|
348
348
|
const i=s.apply(this,arguments)
|
|
349
349
|
return void 0!==t&&t.reset(e),i},e.splice=function(){const e=r.apply(this,arguments),t=this.$fastController
|
|
350
350
|
return void 0!==t&&t.addSplice(Ee(ye(+arguments[0],e,arguments.length>2?arguments.length-2:0),this)),e},e.unshift=function(){const e=a.apply(this,arguments),t=this.$fastController
|
|
351
|
-
return void 0!==t&&t.addSplice(Ee(ye(0,[],arguments.length),this)),e}}(),this.isItemsBindingVolatile=v.isVolatileBinding(e),this.isTemplateBindingVolatile=v.isVolatileBinding(t)}createBehavior(e){return new Ne(e,this.itemsBinding,this.isItemsBindingVolatile,this.templateBinding,this.isTemplateBindingVolatile,this.options)}}function qe(e,t,i=Le){return new Ze(e,"function"==typeof t?t:()=>t,Object.assign(Object.assign({},Le),i))}function
|
|
351
|
+
return void 0!==t&&t.addSplice(Ee(ye(0,[],arguments.length),this)),e}}(),this.isItemsBindingVolatile=v.isVolatileBinding(e),this.isTemplateBindingVolatile=v.isVolatileBinding(t)}createBehavior(e){return new Ne(e,this.itemsBinding,this.isItemsBindingVolatile,this.templateBinding,this.isTemplateBindingVolatile,this.options)}}function qe(e,t,i=Le){return new Ze(e,"function"==typeof t?t:()=>t,Object.assign(Object.assign({},Le),i))}function je(e){return e?function(t,i,o){return 1===t.nodeType&&t.matches(e)}:function(e,t,i){return 1===e.nodeType}}class Ge{constructor(e,t){this.target=e,this.options=t,this.source=null}bind(e){const t=this.options.property
|
|
352
352
|
this.shouldUpdate=v.getAccessors(e).some((e=>e.name===t)),this.source=e,this.updateTarget(this.computeNodes()),this.shouldUpdate&&this.observe()}unbind(){this.updateTarget(n),this.source=null,this.shouldUpdate&&this.disconnect()}handleEvent(){this.updateTarget(this.computeNodes())}computeNodes(){let e=this.getNodes()
|
|
353
|
-
return void 0!==this.options.filter&&(e=e.filter(this.options.filter)),e}updateTarget(e){this.source[this.options.property]=e}}class
|
|
353
|
+
return void 0!==this.options.filter&&(e=e.filter(this.options.filter)),e}updateTarget(e){this.source[this.options.property]=e}}class Ue extends Ge{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 We(e){return"string"==typeof e&&(e={property:e}),new C("fast-slotted",Ue,e)}class Ke extends Ge{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 Xe(e){return"string"==typeof e&&(e={property:e}),new C("fast-children",Ke,e)}class Ye{handleStartContentChange(){this.startContainer.classList.toggle("start",this.start.assignedNodes().length>0)}handleEndContentChange(){this.endContainer.classList.toggle("end",this.end.assignedNodes().length>0)}}const Qe=(e,t)=>U`
|
|
354
354
|
<span
|
|
355
355
|
part="end"
|
|
356
356
|
${Ve("endContainer")}
|
|
@@ -360,7 +360,7 @@ return void 0!==this.options.filter&&(e=e.filter(this.options.filter)),e}updateT
|
|
|
360
360
|
${t.end||""}
|
|
361
361
|
</slot>
|
|
362
362
|
</span>
|
|
363
|
-
`,Je=(e,t)=>
|
|
363
|
+
`,Je=(e,t)=>U`
|
|
364
364
|
<span
|
|
365
365
|
part="start"
|
|
366
366
|
${Ve("startContainer")}
|
|
@@ -393,7 +393,7 @@ return void 0!==this.options.filter&&(e=e.filter(this.options.filter)),e}updateT
|
|
|
393
393
|
function et(e,t,i,o){var n,s=arguments.length,r=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o
|
|
394
394
|
if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,o)
|
|
395
395
|
else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(r=(s<3?n(r):s>3?n(t,i,r):n(t,i))||r)
|
|
396
|
-
return s>3&&r&&Object.defineProperty(t,i,r),r}
|
|
396
|
+
return s>3&&r&&Object.defineProperty(t,i,r),r}U`
|
|
397
397
|
<span part="end" ${Ve("endContainer")}>
|
|
398
398
|
<slot
|
|
399
399
|
name="end"
|
|
@@ -401,7 +401,7 @@ return s>3&&r&&Object.defineProperty(t,i,r),r}G`
|
|
|
401
401
|
@slotchange="${e=>e.handleEndContentChange()}"
|
|
402
402
|
></slot>
|
|
403
403
|
</span>
|
|
404
|
-
`,
|
|
404
|
+
`,U`
|
|
405
405
|
<span part="start" ${Ve("startContainer")}>
|
|
406
406
|
<slot
|
|
407
407
|
name="start"
|
|
@@ -530,9 +530,9 @@ e.shadowRootMode&&(n?o.shadowOptions||(n.mode=e.shadowRootMode):null!==n&&(n={mo
|
|
|
530
530
|
t.forEach((t=>{Object.getOwnPropertyNames(t.prototype).forEach((i=>{"constructor"!==i&&Object.defineProperty(e.prototype,i,Object.getOwnPropertyDescriptor(t.prototype,i))}))
|
|
531
531
|
ie.locate(t).forEach((e=>i.push(e)))}))}const Bt="horizontal",Nt="vertical"
|
|
532
532
|
function Zt(...e){return e.every((e=>e instanceof HTMLElement))}let qt
|
|
533
|
-
const
|
|
534
|
-
var
|
|
535
|
-
!function(e){e[e.alt=18]="alt",e[e.arrowDown=40]="arrowDown",e[e.arrowLeft=37]="arrowLeft",e[e.arrowRight=39]="arrowRight",e[e.arrowUp=38]="arrowUp",e[e.back=8]="back",e[e.backSlash=220]="backSlash",e[e.break=19]="break",e[e.capsLock=20]="capsLock",e[e.closeBracket=221]="closeBracket",e[e.colon=186]="colon",e[e.colon2=59]="colon2",e[e.comma=188]="comma",e[e.ctrl=17]="ctrl",e[e.delete=46]="delete",e[e.end=35]="end",e[e.enter=13]="enter",e[e.equals=187]="equals",e[e.equals2=61]="equals2",e[e.equals3=107]="equals3",e[e.escape=27]="escape",e[e.forwardSlash=191]="forwardSlash",e[e.function1=112]="function1",e[e.function10=121]="function10",e[e.function11=122]="function11",e[e.function12=123]="function12",e[e.function2=113]="function2",e[e.function3=114]="function3",e[e.function4=115]="function4",e[e.function5=116]="function5",e[e.function6=117]="function6",e[e.function7=118]="function7",e[e.function8=119]="function8",e[e.function9=120]="function9",e[e.home=36]="home",e[e.insert=45]="insert",e[e.menu=93]="menu",e[e.minus=189]="minus",e[e.minus2=109]="minus2",e[e.numLock=144]="numLock",e[e.numPad0=96]="numPad0",e[e.numPad1=97]="numPad1",e[e.numPad2=98]="numPad2",e[e.numPad3=99]="numPad3",e[e.numPad4=100]="numPad4",e[e.numPad5=101]="numPad5",e[e.numPad6=102]="numPad6",e[e.numPad7=103]="numPad7",e[e.numPad8=104]="numPad8",e[e.numPad9=105]="numPad9",e[e.numPadDivide=111]="numPadDivide",e[e.numPadDot=110]="numPadDot",e[e.numPadMinus=109]="numPadMinus",e[e.numPadMultiply=106]="numPadMultiply",e[e.numPadPlus=107]="numPadPlus",e[e.openBracket=219]="openBracket",e[e.pageDown=34]="pageDown",e[e.pageUp=33]="pageUp",e[e.period=190]="period",e[e.print=44]="print",e[e.quote=222]="quote",e[e.scrollLock=145]="scrollLock",e[e.shift=16]="shift",e[e.space=32]="space",e[e.tab=9]="tab",e[e.tilde=192]="tilde",e[e.windowsLeft=91]="windowsLeft",e[e.windowsOpera=219]="windowsOpera",e[e.windowsRight=92]="windowsRight"}(
|
|
533
|
+
const jt="resize",Gt="scroll"
|
|
534
|
+
var Ut
|
|
535
|
+
!function(e){e[e.alt=18]="alt",e[e.arrowDown=40]="arrowDown",e[e.arrowLeft=37]="arrowLeft",e[e.arrowRight=39]="arrowRight",e[e.arrowUp=38]="arrowUp",e[e.back=8]="back",e[e.backSlash=220]="backSlash",e[e.break=19]="break",e[e.capsLock=20]="capsLock",e[e.closeBracket=221]="closeBracket",e[e.colon=186]="colon",e[e.colon2=59]="colon2",e[e.comma=188]="comma",e[e.ctrl=17]="ctrl",e[e.delete=46]="delete",e[e.end=35]="end",e[e.enter=13]="enter",e[e.equals=187]="equals",e[e.equals2=61]="equals2",e[e.equals3=107]="equals3",e[e.escape=27]="escape",e[e.forwardSlash=191]="forwardSlash",e[e.function1=112]="function1",e[e.function10=121]="function10",e[e.function11=122]="function11",e[e.function12=123]="function12",e[e.function2=113]="function2",e[e.function3=114]="function3",e[e.function4=115]="function4",e[e.function5=116]="function5",e[e.function6=117]="function6",e[e.function7=118]="function7",e[e.function8=119]="function8",e[e.function9=120]="function9",e[e.home=36]="home",e[e.insert=45]="insert",e[e.menu=93]="menu",e[e.minus=189]="minus",e[e.minus2=109]="minus2",e[e.numLock=144]="numLock",e[e.numPad0=96]="numPad0",e[e.numPad1=97]="numPad1",e[e.numPad2=98]="numPad2",e[e.numPad3=99]="numPad3",e[e.numPad4=100]="numPad4",e[e.numPad5=101]="numPad5",e[e.numPad6=102]="numPad6",e[e.numPad7=103]="numPad7",e[e.numPad8=104]="numPad8",e[e.numPad9=105]="numPad9",e[e.numPadDivide=111]="numPadDivide",e[e.numPadDot=110]="numPadDot",e[e.numPadMinus=109]="numPadMinus",e[e.numPadMultiply=106]="numPadMultiply",e[e.numPadPlus=107]="numPadPlus",e[e.openBracket=219]="openBracket",e[e.pageDown=34]="pageDown",e[e.pageUp=33]="pageUp",e[e.period=190]="period",e[e.print=44]="print",e[e.quote=222]="quote",e[e.scrollLock=145]="scrollLock",e[e.shift=16]="shift",e[e.space=32]="space",e[e.tab=9]="tab",e[e.tilde=192]="tilde",e[e.windowsLeft=91]="windowsLeft",e[e.windowsOpera=219]="windowsOpera",e[e.windowsRight=92]="windowsRight"}(Ut||(Ut={}))
|
|
536
536
|
const Wt="ArrowDown",Kt="ArrowLeft",Xt="ArrowRight",Yt="ArrowUp",Qt="Enter",Jt="Escape",ei="Home",ti="End",ii=" ",oi="Tab",ni={ArrowDown:Wt,ArrowLeft:Kt,ArrowRight:Xt,ArrowUp:Yt}
|
|
537
537
|
var si
|
|
538
538
|
function ri(e,t,i){return Math.min(Math.max(i,e),t)}function ai(e,t,i=0){return[t,i]=[t,i].sort(((e,t)=>e-t)),t<=e&&e<i}!function(e){e.ltr="ltr",e.rtl="rtl"}(si||(si={}))
|
|
@@ -594,7 +594,7 @@ case"insetStart":return r+o
|
|
|
594
594
|
case"insetEnd":return a+o
|
|
595
595
|
case"end":return a
|
|
596
596
|
case"center":return 2*Math.min(r,a)+o}},this.getNextRegionDimension=(e,t)=>{const i={height:void 0!==this.regionRect?this.regionRect.height:0,width:void 0!==this.regionRect?this.regionRect.width:0}
|
|
597
|
-
return void 0!==e&&"fill"===this.horizontalScaling?i.width=this.getAvailableSpace(e,void 0!==this.anchorRect?this.anchorRect.left:0,void 0!==this.anchorRect?this.anchorRect.right:0,void 0!==this.anchorRect?this.anchorRect.width:0,void 0!==this.viewportRect?this.viewportRect.left:0,void 0!==this.viewportRect?this.viewportRect.right:0):"anchor"===this.horizontalScaling&&(i.width=void 0!==this.anchorRect?this.anchorRect.width:0),void 0!==t&&"fill"===this.verticalScaling?i.height=this.getAvailableSpace(t,void 0!==this.anchorRect?this.anchorRect.top:0,void 0!==this.anchorRect?this.anchorRect.bottom:0,void 0!==this.anchorRect?this.anchorRect.height:0,void 0!==this.viewportRect?this.viewportRect.top:0,void 0!==this.viewportRect?this.viewportRect.bottom:0):"anchor"===this.verticalScaling&&(i.height=void 0!==this.anchorRect?this.anchorRect.height:0),i},this.startAutoUpdateEventListeners=()=>{window.addEventListener(
|
|
597
|
+
return void 0!==e&&"fill"===this.horizontalScaling?i.width=this.getAvailableSpace(e,void 0!==this.anchorRect?this.anchorRect.left:0,void 0!==this.anchorRect?this.anchorRect.right:0,void 0!==this.anchorRect?this.anchorRect.width:0,void 0!==this.viewportRect?this.viewportRect.left:0,void 0!==this.viewportRect?this.viewportRect.right:0):"anchor"===this.horizontalScaling&&(i.width=void 0!==this.anchorRect?this.anchorRect.width:0),void 0!==t&&"fill"===this.verticalScaling?i.height=this.getAvailableSpace(t,void 0!==this.anchorRect?this.anchorRect.top:0,void 0!==this.anchorRect?this.anchorRect.bottom:0,void 0!==this.anchorRect?this.anchorRect.height:0,void 0!==this.viewportRect?this.viewportRect.top:0,void 0!==this.viewportRect?this.viewportRect.bottom:0):"anchor"===this.verticalScaling&&(i.height=void 0!==this.anchorRect?this.anchorRect.height:0),i},this.startAutoUpdateEventListeners=()=>{window.addEventListener(jt,this.update,{passive:!0}),window.addEventListener(Gt,this.update,{passive:!0,capture:!0}),null!==this.resizeDetector&&null!==this.viewportElement&&this.resizeDetector.observe(this.viewportElement)},this.stopAutoUpdateEventListeners=()=>{window.removeEventListener(jt,this.update),window.removeEventListener(Gt,this.update),null!==this.resizeDetector&&null!==this.viewportElement&&this.resizeDetector.unobserve(this.viewportElement)}}anchorChanged(){this.initialLayoutComplete&&(this.anchorElement=this.getAnchor())}viewportChanged(){this.initialLayoutComplete&&(this.viewportElement=this.getViewport())}horizontalPositioningModeChanged(){this.requestReset()}horizontalDefaultPositionChanged(){this.updateForAttributeChange()}horizontalViewportLockChanged(){this.updateForAttributeChange()}horizontalInsetChanged(){this.updateForAttributeChange()}horizontalThresholdChanged(){this.updateForAttributeChange()}horizontalScalingChanged(){this.updateForAttributeChange()}verticalPositioningModeChanged(){this.requestReset()}verticalDefaultPositionChanged(){this.updateForAttributeChange()}verticalViewportLockChanged(){this.updateForAttributeChange()}verticalInsetChanged(){this.updateForAttributeChange()}verticalThresholdChanged(){this.updateForAttributeChange()}verticalScalingChanged(){this.updateForAttributeChange()}fixedPlacementChanged(){this.$fastController.isConnected&&this.initialLayoutComplete&&this.initialize()}autoUpdateModeChanged(e,t){this.$fastController.isConnected&&this.initialLayoutComplete&&("auto"===e&&this.stopAutoUpdateEventListeners(),"auto"===t&&this.startAutoUpdateEventListeners())}anchorElementChanged(){this.requestReset()}viewportElementChanged(){this.$fastController.isConnected&&this.initialLayoutComplete&&this.initialize()}connectedCallback(){super.connectedCallback(),"auto"===this.autoUpdateMode&&this.startAutoUpdateEventListeners(),this.initialize()}disconnectedCallback(){super.disconnectedCallback(),"auto"===this.autoUpdateMode&&this.stopAutoUpdateEventListeners(),this.stopObservers(),this.disconnectResizeDetector()}adoptedCallback(){this.initialize()}disconnectResizeDetector(){null!==this.resizeDetector&&(this.resizeDetector.disconnect(),this.resizeDetector=null)}initializeResizeDetector(){this.disconnectResizeDetector(),this.resizeDetector=new window.ResizeObserver(this.handleResize)}updateForAttributeChange(){this.$fastController.isConnected&&this.initialLayoutComplete&&(this.forceUpdate=!0,this.update())}initialize(){this.initializeResizeDetector(),null===this.anchorElement&&(this.anchorElement=this.getAnchor()),this.requestReset()}requestReset(){this.$fastController.isConnected&&!1===this.pendingReset&&(this.setInitialState(),u.queueUpdate((()=>this.reset())),this.pendingReset=!0)}setInitialState(){this.initialLayoutComplete=!1,this.regionVisible=!1,this.translateX=0,this.translateY=0,this.baseHorizontalOffset=0,this.baseVerticalOffset=0,this.viewportRect=void 0,this.regionRect=void 0,this.anchorRect=void 0,this.verticalPosition=void 0,this.horizontalPosition=void 0,this.style.opacity="0",this.style.pointerEvents="none",this.forceUpdate=!1,this.style.position=this.fixedPlacement?"fixed":"absolute",this.updatePositionClasses(),this.updateRegionStyle()}}
|
|
598
598
|
gi.intersectionService=new class{constructor(){this.intersectionDetector=null,this.observedElements=new Map,this.requestPosition=(e,t)=>{var i
|
|
599
599
|
null!==this.intersectionDetector&&(this.observedElements.has(e)?null===(i=this.observedElements.get(e))||void 0===i||i.push(t):(this.observedElements.set(e,[t]),this.intersectionDetector.observe(e)))},this.cancelRequestPosition=(e,t)=>{const i=this.observedElements.get(e)
|
|
600
600
|
if(void 0!==i){const e=i.indexOf(t);-1!==e&&i.splice(e,1)}},this.initializeIntersectionDetector=()=>{t.IntersectionObserver&&(this.intersectionDetector=new IntersectionObserver(this.handleIntersection,{root:null,rootMargin:"0px",threshold:[0,1]}))},this.handleIntersection=e=>{if(null===this.intersectionDetector)return
|
|
@@ -612,7 +612,7 @@ this.setItemSeparator(t,i),this.setAriaCurrent(t,i)}))}}setItemSeparator(e,t){e
|
|
|
612
612
|
return e.childElementCount>0?e.querySelector("a[href]"):(null===(t=e.shadowRoot)||void 0===t?void 0:t.childElementCount)?null===(i=e.shadowRoot)||void 0===i?void 0:i.querySelector("a[href]"):null}setAriaCurrent(e,t){const i=this.findChildWithHref(e)
|
|
613
613
|
null===i&&e.hasAttribute("href")&&e instanceof vi?t?e.setAttribute("aria-current","page"):e.removeAttribute("aria-current"):null!==i&&(t?i.setAttribute("aria-current","page"):i.removeAttribute("aria-current"))}}
|
|
614
614
|
et([m],mi.prototype,"slottedBreadcrumbItems",void 0)
|
|
615
|
-
const fi=(e,t)=>
|
|
615
|
+
const fi=(e,t)=>U`
|
|
616
616
|
<button
|
|
617
617
|
class="control"
|
|
618
618
|
part="control"
|
|
@@ -761,11 +761,11 @@ this.position=this.forcedPosition?this.positionAttribute:e.top>t?Pi:Ti,this.posi
|
|
|
761
761
|
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
|
|
762
762
|
this.control.setSelectionRange(e,e)}}
|
|
763
763
|
et([re({attribute:"autocomplete",mode:"fromView"})],qi.prototype,"autocomplete",void 0),et([m],qi.prototype,"maxHeight",void 0),et([re({attribute:"open",mode:"boolean"})],qi.prototype,"open",void 0),et([re],qi.prototype,"placeholder",void 0),et([re({attribute:"position"})],qi.prototype,"positionAttribute",void 0),et([m],qi.prototype,"position",void 0)
|
|
764
|
-
class
|
|
764
|
+
class ji{}function Gi(e){const t=e.parentElement
|
|
765
765
|
if(t)return t
|
|
766
766
|
{const t=e.getRootNode()
|
|
767
|
-
if(t.host instanceof HTMLElement)return t.host}return null}et([m],
|
|
768
|
-
const
|
|
767
|
+
if(t.host instanceof HTMLElement)return t.host}return null}et([m],ji.prototype,"ariaAutoComplete",void 0),et([m],ji.prototype,"ariaControls",void 0),zt(ji,Hi),zt(qi,Ye,ji)
|
|
768
|
+
const Ui=document.createElement("div")
|
|
769
769
|
class Wi{setProperty(e,t){u.queueUpdate((()=>this.target.setProperty(e,t)))}removeProperty(e){u.queueUpdate((()=>this.target.removeProperty(e)))}}class Ki extends Wi{constructor(){super()
|
|
770
770
|
const e=new CSSStyleSheet
|
|
771
771
|
this.target=e.cssRules[e.insertRule(":root{}")].style,document.adoptedStyleSheets=[...document.adoptedStyleSheets,e]}}class Xi extends Wi{constructor(){super(),this.style=document.createElement("style"),document.head.appendChild(this.style)
|
|
@@ -784,15 +784,15 @@ const i=io.getOrCreate(this.normalizeRoot(e))
|
|
|
784
784
|
for(const e in Ji.properties)i.setProperty(e,Ji.properties[e])}}static unregisterRoot(e){const{roots:t}=Ji
|
|
785
785
|
if(t.has(e)){t.delete(e)
|
|
786
786
|
const i=io.getOrCreate(Ji.normalizeRoot(e))
|
|
787
|
-
for(const e in Ji.properties)i.removeProperty(e)}}static normalizeRoot(e){return e===
|
|
787
|
+
for(const e in Ji.properties)i.removeProperty(e)}}static normalizeRoot(e){return e===Ui?document:e}}Ji.roots=new Set,Ji.properties={}
|
|
788
788
|
const eo=new WeakMap,to=u.supportsAdoptedStyleSheets?class extends Wi{constructor(e){super()
|
|
789
789
|
const t=new CSSStyleSheet
|
|
790
790
|
this.target=t.cssRules[t.insertRule(":host{}")].style,e.$fastController.addStyles(W.create([t]))}}:Yi,io=Object.freeze({getOrCreate(e){if(eo.has(e))return eo.get(e)
|
|
791
791
|
let t
|
|
792
|
-
return e===
|
|
792
|
+
return e===Ui?t=new Ji:e instanceof Document?t=u.supportsAdoptedStyleSheets?new Ki:new Xi:t=e instanceof me?new to(e):new Qi(e),eo.set(e,t),t}})
|
|
793
793
|
class oo extends fe{constructor(e){super(),this.subscribers=new WeakMap,this._appliedTo=new Set,this.name=e.name,null!==e.cssCustomPropertyName&&(this.cssCustomProperty=`--${e.cssCustomPropertyName}`,this.cssVar=`var(${this.cssCustomProperty})`),this.id=oo.uniqueId(),oo.tokensById.set(this.id,this)}get appliedTo(){return[...this._appliedTo]}static from(e){return new oo({name:"string"==typeof e?e:e.name,cssCustomPropertyName:"string"==typeof e?e:void 0===e.cssCustomPropertyName?e.name:e.cssCustomPropertyName})}static isCSSDesignToken(e){return"string"==typeof e.cssCustomProperty}static isDerivedDesignTokenValue(e){return"function"==typeof e}static getTokenById(e){return oo.tokensById.get(e)}getOrCreateSubscriberSet(e=this){return this.subscribers.get(e)||this.subscribers.set(e,new Set)&&this.subscribers.get(e)}createCSS(){return this.cssVar||""}getValueFor(e){const t=lo.getOrCreate(e).get(this)
|
|
794
794
|
if(void 0!==t)return t
|
|
795
|
-
throw new Error(`Value could not be retrieved for token named "${this.name}". Ensure the value is set for ${e} or an ancestor of ${e}.`)}setValueFor(e,t){return this._appliedTo.add(e),t instanceof oo&&(t=this.alias(t)),lo.getOrCreate(e).set(this,t),this}deleteValueFor(e){return this._appliedTo.delete(e),lo.existsFor(e)&&lo.getOrCreate(e).delete(this),this}withDefault(e){return this.setValueFor(
|
|
795
|
+
throw new Error(`Value could not be retrieved for token named "${this.name}". Ensure the value is set for ${e} or an ancestor of ${e}.`)}setValueFor(e,t){return this._appliedTo.add(e),t instanceof oo&&(t=this.alias(t)),lo.getOrCreate(e).set(this,t),this}deleteValueFor(e){return this._appliedTo.delete(e),lo.existsFor(e)&&lo.getOrCreate(e).delete(this),this}withDefault(e){return this.setValueFor(Ui,e),this}subscribe(e,t){const i=this.getOrCreateSubscriberSet(t)
|
|
796
796
|
t&&!lo.existsFor(t)&&lo.getOrCreate(t),i.has(e)||i.add(e)}unsubscribe(e,t){const i=this.subscribers.get(t||this)
|
|
797
797
|
i&&i.has(e)&&i.delete(e)}notify(e){const t=Object.freeze({token:this,target:e})
|
|
798
798
|
this.subscribers.has(this)&&this.subscribers.get(this).forEach((e=>e.handleChange(t))),this.subscribers.has(e)&&this.subscribers.get(e).forEach((e=>e.handleChange(t)))}alias(e){return t=>e.getValueFor(t)}}oo.uniqueId=(()=>{let e=0
|
|
@@ -801,11 +801,11 @@ class no{constructor(e,t,i){this.source=e,this.token=t,this.node=i,this.dependen
|
|
|
801
801
|
class lo{constructor(e){this.target=e,this.store=new so,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(e,t)=>{const i=oo.getTokenById(t)
|
|
802
802
|
if(i&&(i.notify(this.target),oo.isCSSDesignToken(i))){const t=this.parent,o=this.isReflecting(i)
|
|
803
803
|
if(t){const n=t.get(i),s=e.get(i)
|
|
804
|
-
n===s||o?n===s&&o&&this.stopReflectToCSS(i):this.reflectToCSS(i)}else o||this.reflectToCSS(i)}}},ro.set(e,this),v.getNotifier(this.store).subscribe(this.tokenValueChangeHandler),e instanceof me?e.$fastController.addBehaviors([this]):e.isConnected&&this.bind()}static getOrCreate(e){return ro.get(e)||new lo(e)}static existsFor(e){return ro.has(e)}static findParent(e){if(
|
|
804
|
+
n===s||o?n===s&&o&&this.stopReflectToCSS(i):this.reflectToCSS(i)}else o||this.reflectToCSS(i)}}},ro.set(e,this),v.getNotifier(this.store).subscribe(this.tokenValueChangeHandler),e instanceof me?e.$fastController.addBehaviors([this]):e.isConnected&&this.bind()}static getOrCreate(e){return ro.get(e)||new lo(e)}static existsFor(e){return ro.has(e)}static findParent(e){if(Ui!==e.target){let t=Gi(e.target)
|
|
805
805
|
for(;null!==t;){if(ro.has(t))return ro.get(t)
|
|
806
|
-
t=
|
|
806
|
+
t=Gi(t)}return lo.getOrCreate(Ui)}return null}static findClosestAssignedNode(e,t){let i=t
|
|
807
807
|
do{if(i.has(e))return i
|
|
808
|
-
i=i.parent?i.parent:i.target!==
|
|
808
|
+
i=i.parent?i.parent:i.target!==Ui?lo.getOrCreate(Ui):null}while(null!==i)
|
|
809
809
|
return null}get parent(){return ao.get(this)||null}has(e){return this.assignedValues.has(e)}get(e){const t=this.store.get(e)
|
|
810
810
|
if(void 0!==t)return t
|
|
811
811
|
const i=this.getRaw(e)
|
|
@@ -820,12 +820,12 @@ ao.set(e,this),this.children.push(e),t.forEach((t=>e.appendChild(t))),v.getNotif
|
|
|
820
820
|
for(const[t,i]of this.store.all())e.hydrate(t,this.bindingObservers.has(t)?this.getRaw(t):i)}removeChild(e){const t=this.children.indexOf(e)
|
|
821
821
|
return-1!==t&&this.children.splice(t,1),v.getNotifier(this.store).unsubscribe(e),e.parent===this&&ao.delete(e)}contains(e){return function(e,t){let i=t
|
|
822
822
|
for(;null!==i;){if(i===e)return!0
|
|
823
|
-
i=
|
|
823
|
+
i=Gi(i)}return!1}(this.target,e.target)}reflectToCSS(e){this.isReflecting(e)||(this.reflecting.add(e),lo.cssCustomPropertyReflector.startReflection(e,this.target))}stopReflectToCSS(e){this.isReflecting(e)&&(this.reflecting.delete(e),lo.cssCustomPropertyReflector.stopReflection(e,this.target))}isReflecting(e){return this.reflecting.has(e)}handleChange(e,t){const i=oo.getTokenById(t)
|
|
824
824
|
i&&this.hydrate(i,this.getRaw(i))}hydrate(e,t){if(!this.has(e)){const i=this.bindingObservers.get(e)
|
|
825
825
|
oo.isDerivedDesignTokenValue(t)?i?i.source!==t&&(this.tearDownBindingObserver(e),this.setupBindingObserver(e,t)):this.setupBindingObserver(e,t):(i&&this.tearDownBindingObserver(e),this.store.set(e,t))}}setupBindingObserver(e,t){const i=new no(t,e,this)
|
|
826
826
|
return this.bindingObservers.set(e,i),i}tearDownBindingObserver(e){return!!this.bindingObservers.has(e)&&(this.bindingObservers.get(e).disconnect(),this.bindingObservers.delete(e),!0)}}lo.cssCustomPropertyReflector=new class{startReflection(e,t){e.subscribe(this,t),this.handleChange({token:e,target:t})}stopReflection(e,t){e.unsubscribe(this,t),this.remove(e,t)}handleChange(e){const{token:t,target:i}=e
|
|
827
827
|
this.add(t,i)}add(e,t){io.getOrCreate(t).setProperty(e.cssCustomProperty,this.resolveCSSValue(lo.getOrCreate(t).get(e)))}remove(e,t){io.getOrCreate(t).removeProperty(e.cssCustomProperty)}resolveCSSValue(e){return e&&"function"==typeof e.createCSS?e.createCSS():e}},et([m],lo.prototype,"children",void 0)
|
|
828
|
-
const co=Object.freeze({create:function(e){return oo.from(e)},notifyConnection:e=>!(!e.isConnected||!lo.existsFor(e))&&(lo.getOrCreate(e).bind(),!0),notifyDisconnection:e=>!(e.isConnected||!lo.existsFor(e))&&(lo.getOrCreate(e).unbind(),!0),registerRoot(e=
|
|
828
|
+
const co=Object.freeze({create:function(e){return oo.from(e)},notifyConnection:e=>!(!e.isConnected||!lo.existsFor(e))&&(lo.getOrCreate(e).bind(),!0),notifyDisconnection:e=>!(e.isConnected||!lo.existsFor(e))&&(lo.getOrCreate(e).unbind(),!0),registerRoot(e=Ui){Ji.registerRoot(e)},unregisterRoot(e=Ui){Ji.unregisterRoot(e)}}),ho=Object.freeze({definitionCallbackOnly:null,ignoreDuplicate:Symbol()}),uo=new Map,po=new Map
|
|
829
829
|
let go=null
|
|
830
830
|
const vo=ct.createInterface((e=>e.cachedCallback((e=>(null===go&&(go=new fo(null,e)),go))))),mo=Object.freeze({tagFor:e=>po.get(e),responsibleFor(e){const t=e.$$designSystem$$
|
|
831
831
|
if(t)return t
|
|
@@ -976,8 +976,8 @@ class No extends Tt{}class Zo extends(Ci(No)){constructor(){super(...arguments),
|
|
|
976
976
|
this.checked||this.readOnly||(this.checked=!0)},this.proxy.setAttribute("type","radio")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}defaultCheckedChanged(){var e
|
|
977
977
|
this.$fastController.isConnected&&!this.dirtyChecked&&(this.isInsideRadioGroup()||(this.checked=null!==(e=this.defaultChecked)&&void 0!==e&&e,this.dirtyChecked=!1))}connectedCallback(){var e,t
|
|
978
978
|
super.connectedCallback(),this.validate(),"radiogroup"!==(null===(e=this.parentElement)||void 0===e?void 0:e.getAttribute("role"))&&null===this.getAttribute("tabindex")&&(this.disabled||this.setAttribute("tabindex","0")),this.checkedAttribute&&(this.dirtyChecked||this.isInsideRadioGroup()||(this.checked=null!==(t=this.defaultChecked)&&void 0!==t&&t,this.dirtyChecked=!1))}isInsideRadioGroup(){return null!==this.closest("[role=radiogroup]")}clickHandler(e){this.disabled||this.readOnly||this.checked||(this.checked=!0)}}
|
|
979
|
-
function
|
|
980
|
-
class
|
|
979
|
+
function jo(e,t,i){return e.nodeType!==Node.TEXT_NODE||"string"==typeof e.nodeValue&&!!e.nodeValue.trim().length}et([re({attribute:"readonly",mode:"boolean"})],qo.prototype,"readOnly",void 0),et([m],qo.prototype,"name",void 0),et([m],qo.prototype,"defaultSlottedNodes",void 0)
|
|
980
|
+
class Go extends Io{}class Uo extends($i(Go)){constructor(){super(...arguments),this.proxy=document.createElement("select")}}let Wo=class extends Uo{constructor(){super(...arguments),this.open=!1,this.forcedPosition=!1,this.listboxId=ci("listbox-"),this.maxHeight=0}openChanged(e,t){if(this.collapsible){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),this.indexWhenOpened=this.selectedIndex,void u.queueUpdate((()=>this.focus()))
|
|
981
981
|
this.ariaControls="",this.ariaExpanded="false"}}get collapsible(){return!(this.multiple||"number"==typeof this.size)}get value(){return v.track(this,"value"),this._value}set value(e){var t,i,o,n,s,r,a
|
|
982
982
|
const l=`${this._value}`
|
|
983
983
|
if(null===(t=this._options)||void 0===t?void 0:t.length){const t=this._options.findIndex((t=>t.value===e)),l=null!==(o=null===(i=this._options[this.selectedIndex])||void 0===i?void 0:i.value)&&void 0!==o?o:null,c=null!==(s=null===(n=this._options[t])||void 0===n?void 0:n.value)&&void 0!==s?s:null;-1!==t&&l===c||(e="",this.selectedIndex=t),e=null!==(a=null===(r=this.firstSelectedOption)||void 0===r?void 0:r.value)&&void 0!==a?a:e}l!==e&&(this._value=e,super.valueChanged(l,e),v.notify(this,"value"),this.updateDisplayValue())}updateValue(e){var t,i
|
|
@@ -1140,7 +1140,7 @@ if(null===t)return null
|
|
|
1140
1140
|
let i=t[1]
|
|
1141
1141
|
if(3===i.length){const e=i.charAt(0),t=i.charAt(1),o=i.charAt(2)
|
|
1142
1142
|
i=e.concat(e,t,t,o,o)}const o=parseInt(i,16)
|
|
1143
|
-
return isNaN(o)?null:new Tn(Vn((16711680&o)>>>16,0,255),Vn((65280&o)>>>8,0,255),Vn(255&o,0,255),1)}function
|
|
1143
|
+
return isNaN(o)?null:new Tn(Vn((16711680&o)>>>16,0,255),Vn((65280&o)>>>8,0,255),Vn(255&o,0,255),1)}function jn(e){const t=e.toLowerCase()
|
|
1144
1144
|
return function(e){return Bn.test(e)}(t)?qn(t):Zn(t)?function(e){const t=Nn.exec(e)
|
|
1145
1145
|
if(null===t)return null
|
|
1146
1146
|
let i=t[1]
|
|
@@ -1153,34 +1153,34 @@ return new Tn(Vn(Number(i[0]),0,255),Vn(Number(i[1]),0,255),Vn(Number(i[2]),0,25
|
|
|
1153
1153
|
if(null===t)return null
|
|
1154
1154
|
const i=t[1].split(",")
|
|
1155
1155
|
return 4===i.length?new Tn(Vn(Number(i[0]),0,255),Vn(Number(i[1]),0,255),Vn(Number(i[2]),0,255),Number(i[3])):null}(t):function(e){return Dn.hasOwnProperty(e)}(t)?function(e){const t=Dn[e.toLowerCase()]
|
|
1156
|
-
return t?new Tn(t.r,t.g,t.b,t.hasOwnProperty("a")?t.a:void 0):null}(t):null}const
|
|
1156
|
+
return t?new Tn(t.r,t.g,t.b,t.hasOwnProperty("a")?t.a:void 0):null}(t):null}const Gn="#a46eff",Un="#804ad9",Wn="#ff8126",Kn="#009921",Xn="#00c12b",Yn="#c4000c",Qn="#818386",Jn="#f1f1f2",es="#f5f5f5",ts="#ffffff",is="#363738",os="#505153",ns="#000000",ss="#161617",rs="#074023",as="#009b65",ls="#d63434",cs="#ff4b00",ds="#006b46",hs="#32eb96",us="Source Sans Pro",ps="400",gs="14px",vs="18px",ms="14px",fs="0.25s"
|
|
1157
1157
|
function bs(e,t){const{r:i,g:o,b:n}=qn(e)
|
|
1158
|
-
return`rgba(${255*i}, ${255*o}, ${255*n}, ${t})`}const ws=bs(ns,.3),xs=bs(ns,.6),ys=bs(ns,.6),$s=fs,Cs={light:"light",dark:"dark",color:"color"},ks="action-rgb-partial-color",Ss="application-background-color",Is="divider-background-color",_s="header-background-color",Rs="section-background-color",Ms="fill-selected-color",As="fill-selected-rgb-partial-color",Es="fill-hover-selected-color",Os="fill-hover-color",Fs="fill-down-color",Vs="border-color",Hs="border-rgb-partial-color",Ps="fail-color",Ts="warning-color",Ds="pass-color",Ls="information-color",zs="border-hover-color",Bs="icon-color",Ns="modal-backdrop-color",Zs="popup-border-color",qs="control-height",
|
|
1158
|
+
return`rgba(${255*i}, ${255*o}, ${255*n}, ${t})`}const ws=bs(ns,.3),xs=bs(ns,.6),ys=bs(ns,.6),$s=fs,Cs={light:"light",dark:"dark",color:"color"},ks="action-rgb-partial-color",Ss="application-background-color",Is="divider-background-color",_s="header-background-color",Rs="section-background-color",Ms="fill-selected-color",As="fill-selected-rgb-partial-color",Es="fill-hover-selected-color",Os="fill-hover-color",Fs="fill-down-color",Vs="border-color",Hs="border-rgb-partial-color",Ps="fail-color",Ts="warning-color",Ds="pass-color",Ls="information-color",zs="border-hover-color",Bs="icon-color",Ns="modal-backdrop-color",Zs="popup-border-color",qs="control-height",js="control-slim-height",Gs="small-padding",Us="standard-padding",Ws="label-height",Ks="border-width",Xs="icon-size",Ys="group-header-text-transform",Qs="drawer-width",Js="banner-gap-size",er="spinner-small-height",tr="spinner-medium-height",ir="spinner-large-height",or="small-delay",nr="medium-delay",sr="large-delay",rr="headline-plus-1-font",ar="headline-font",lr="table-header-font",cr="title-plus-2-font",dr="title-plus-1-font",hr="title-font",ur="subtitle-plus-1-font",pr="subtitle-font",gr="link-font",vr="link-active-font",mr="link-prominent-font",fr="link-active-prominent-font",br="placeholder-font",wr="body-emphasized-font",xr="body-font",yr="group-header-font",$r="control-label-font",Cr="button-label-font",kr="tooltip-caption-font",Sr="tooltip-background-color",Ir="error-text-font",_r="table-row-border-color",Rr="elevation-1-box-shadow",Mr="elevation-2-box-shadow",Ar="elevation-3-box-shadow",Er="graph-gridline-color",Or=e=>`ni-nimble-${e}`,Fr="animationend",Vr="change",Hr="ArrowDown",Pr="ArrowLeft",Tr="ArrowUp",Dr="Enter",Lr="Shift"
|
|
1159
1159
|
var zr
|
|
1160
1160
|
!function(e){e.ltr="ltr",e.rtl="rtl"}(zr||(zr={}))
|
|
1161
1161
|
let Br=0
|
|
1162
|
-
function Nr(e=""){return`${e}${Br++}`}const Zr=
|
|
1162
|
+
function Nr(e=""){return`${e}${Br++}`}const Zr=U`<slot></slot>`,qr=we`
|
|
1163
1163
|
:host {
|
|
1164
1164
|
display: contents;
|
|
1165
1165
|
}
|
|
1166
|
-
`,
|
|
1167
|
-
class
|
|
1168
|
-
const Wr=
|
|
1166
|
+
`,jr=co.create({name:"direction",cssCustomPropertyName:null}).withDefault(zr.ltr),Gr=co.create({name:"theme",cssCustomPropertyName:null}).withDefault(Cs.light)
|
|
1167
|
+
class Ur extends Tt{constructor(){super(...arguments),this.direction=zr.ltr,this.theme=Cs.light}directionChanged(e,t){null!=t?jr.setValueFor(this,t):jr.deleteValueFor(this)}themeChanged(e,t){null!=t?Gr.setValueFor(this,t):Gr.deleteValueFor(this)}}e([re({attribute:"direction"})],Ur.prototype,"direction",void 0),e([re({attribute:"theme"})],Ur.prototype,"theme",void 0)
|
|
1168
|
+
const Wr=Ur.compose({baseName:"theme-provider",styles:qr,template:Zr})
|
|
1169
1169
|
mo.getOrCreate().withPrefix("nimble").register(Wr())
|
|
1170
|
-
const Kr=mo.tagFor(
|
|
1170
|
+
const Kr=mo.tagFor(Ur),Xr="Source Sans Pro Fallback",Yr=co.create(Or(ks)).withDefault((e=>Dc(zc(e,ss,Jn,ts)))),Qr=co.create(Or(Ss)).withDefault((e=>zc(e,ts,is,rs)))
|
|
1171
1171
|
co.create(Or(_s)).withDefault((e=>zc(e,es,"#252526",rs))),co.create(Or(Rs)).withDefault((e=>zc(e,Jn,os,rs))),co.create(Or(Is)).withDefault((e=>zc(e,Jn,os,rs)))
|
|
1172
1172
|
const Jr=co.create(Or(Ms)).withDefault((e=>bs(qc(e),.2)))
|
|
1173
1173
|
co.create(Or(As)).withDefault((e=>Dc(qc(e))))
|
|
1174
1174
|
const ea=co.create(Or(Es)).withDefault((e=>bs(qc(e),.15))),ta=co.create(Or(Os)).withDefault((e=>bs(function(e){return zc(e,ss,Jn,ts)}(e),.1)))
|
|
1175
1175
|
co.create(Or(Fs)).withDefault((e=>bs(function(e){return zc(e,ss,Jn,ts)}(e),.15)))
|
|
1176
|
-
const ia=co.create(Or(Vs)).withDefault((e=>Nc(e))),oa=co.create(Or(Hs)).withDefault((e=>Dc(Nc(e)))),na=co.create(Or(Ps)).withDefault((e=>Bc(e))),sa=co.create(Or(Ts)).withDefault((e=>function(e){return zc(e,cs,Wn,ts)}(e))),ra=co.create(Or(Ds)).withDefault((e=>function(e){return zc(e,Kn,Xn,ts)}(e))),aa=co.create(Or(Ls)).withDefault((e=>function(e){return zc(e,Gn,
|
|
1177
|
-
co.create(Or(Ns)).withDefault((e=>function(e){switch(
|
|
1176
|
+
const ia=co.create(Or(Vs)).withDefault((e=>Nc(e))),oa=co.create(Or(Hs)).withDefault((e=>Dc(Nc(e)))),na=co.create(Or(Ps)).withDefault((e=>Bc(e))),sa=co.create(Or(Ts)).withDefault((e=>function(e){return zc(e,cs,Wn,ts)}(e))),ra=co.create(Or(Ds)).withDefault((e=>function(e){return zc(e,Kn,Xn,ts)}(e))),aa=co.create(Or(Ls)).withDefault((e=>function(e){return zc(e,Un,Gn,ts)}(e))),la=co.create(Or(zs)).withDefault((e=>zc(e,as,hs,ts))),ca=co.create(Or(Bs)).withDefault((e=>zc(e,ss,Jn,ts)))
|
|
1177
|
+
co.create(Or(Ns)).withDefault((e=>function(e){switch(Gr.getValueFor(e)){case Cs.light:return ws
|
|
1178
1178
|
case Cs.dark:return xs
|
|
1179
1179
|
case Cs.color:return ys
|
|
1180
1180
|
default:return ws}}(e)))
|
|
1181
1181
|
const da=co.create(Or(Zs)).withDefault((e=>bs(zc(e,ss,Jn,ts),.3)))
|
|
1182
1182
|
co.create(Or(Er)).withDefault((e=>bs(zc(e,ss,Jn,ts),.2))),co.create(Or(Sr)).withDefault((e=>zc(e,Jn,is,rs)))
|
|
1183
|
-
const ha=co.create(Or(_r)).withDefault((e=>zc(e,Jn,os,rs))),ua=co.create(Or(qs)).withDefault("32px"),pa=co.create(Or(
|
|
1183
|
+
const ha=co.create(Or(_r)).withDefault((e=>zc(e,Jn,os,rs))),ua=co.create(Or(qs)).withDefault("32px"),pa=co.create(Or(js)).withDefault("24px"),ga=co.create(Or(Gs)).withDefault("4px"),va=co.create(Or(Us)).withDefault("16px")
|
|
1184
1184
|
co.create(Or(Ws)).withDefault("16px")
|
|
1185
1185
|
const ma=co.create(Or(Ks)).withDefault("1px"),fa=co.create(Or(Xs)).withDefault("16px"),ba=co.create(Or(Qs)).withDefault("784px")
|
|
1186
1186
|
co.create(Or(Js)).withDefault("1px")
|
|
@@ -1190,15 +1190,15 @@ const xa=co.create(Or(Mr)).withDefault((e=>`0px 2px 4px ${bs(zc(e,ns,ns,ns),.16)
|
|
|
1190
1190
|
Lc(ar,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Noto Serif","400","25px","32px","Noto Serif Fallback"),Lc(rr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Noto Serif","400","29.100000381469727px","40px","Noto Serif Fallback"),Lc(cr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Source Sans Pro","400","25px","32px","Source Sans Pro Fallback")
|
|
1191
1191
|
const[$a,Ca,ka,Sa,Ia,_a,Ra,Ma]=Lc(dr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Source Sans Pro","400","22px","28px","Source Sans Pro Fallback")
|
|
1192
1192
|
Lc(hr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Source Sans Pro","400","19px","24px","Source Sans Pro Fallback"),Lc(ur,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Source Sans Pro","300","16px","20px","Source Sans Pro Fallback")
|
|
1193
|
-
const[Aa,Ea,Oa,Fa,Va,Ha,Pa,Ta]=Lc(pr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[Da,La,za,Ba,Na,Za,qa,
|
|
1193
|
+
const[Aa,Ea,Oa,Fa,Va,Ha,Pa,Ta]=Lc(pr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[Da,La,za,Ba,Na,Za,qa,ja]=Lc(gr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),us,ps,gs,vs,Xr),[Ga,Ua,Wa,Ka,Xa,Ya,Qa,Ja]=Lc(vr,(e=>zc(e,ds,hs,bs(ts,.6))),(e=>bs(Zc(e),.3)),us,ps,gs,vs,Xr),[el,tl,il,ol,nl,sl,rl,al]=Lc(mr,(e=>zc(e,ds,hs,hs)),(e=>bs(Zc(e),.3)),us,ps,gs,vs,Xr),[ll,cl,dl,hl,ul,pl,gl,vl]=Lc(fr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),us,ps,gs,vs,Xr),[ml,fl,bl,wl,xl,yl,$l,Cl]=Lc(br,(e=>bs(Zc(e),.6)),(e=>bs(Zc(e),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[kl,Sl,Il,_l,Rl,Ml,Al,El]=Lc(wr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Source Sans Pro","600","14px","18px","Source Sans Pro Fallback"),[Ol,Fl,Vl,Hl,Pl,Tl,Dl,Ll]=Lc(xr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[zl,Bl,Nl,Zl,ql,jl,Gl,Ul]=Lc(yr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[Wl,Kl,Xl,Yl,Ql,Jl,ec,tc]=Lc($r,(e=>bs(Zc(e),.6)),(e=>bs(Zc(e),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[ic,oc,nc,sc,rc,ac,lc,cc]=Lc(Cr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Source Sans Pro","600","12.800000190734863px","16px","Source Sans Pro Fallback"),[dc,hc,uc,pc,gc,vc,mc,fc]=Lc(kr,(e=>Zc(e)),(e=>bs(Zc(e),.3)),"Source Sans Pro","400","11px",ms,"Source Sans Pro Fallback"),[bc,wc,xc,yc,$c,Cc,kc,Sc]=Lc(Ir,(e=>Bc(e)),(e=>bs(Bc(e),.3)),"Source Sans Pro","400","11px",ms,"Source Sans Pro Fallback"),[Ic,_c,Rc,Mc,Ac,Ec,Oc,Fc]=Lc(lr,(e=>bs(Zc(e),.6)),(e=>bs(Zc(e),.3)),"Source Sans Pro","600","12.800000190734863px",ms,"Source Sans Pro Fallback"),Vc=co.create(Or(Ys)).withDefault("uppercase"),Hc=co.create(Or(or)).withDefault("0.075s"),Pc=co.create(Or(nr)).withDefault("0.15s"),Tc=co.create(Or(sr)).withDefault(fs)
|
|
1194
1194
|
function Dc(e){const{r:t,g:i,b:o}=qn(e)
|
|
1195
1195
|
return`${255*t}, ${255*i}, ${255*o}`}function Lc(e,t,i,o,n,s,r,a){if(""===e||""===o||""===n||""===s||""===r||""===a)throw new Error("createFontTokens parameter unexpectedly set to empty string")
|
|
1196
1196
|
const l=co.create(Or(e)).withDefault(`${n} ${s}/${r} ${o}, ${a}`),c=e.split("-font"),d=c[0]
|
|
1197
1197
|
if(void 0===d||""!==c[1])throw new Error(`fontTokenName value of ${e} did not have the expected '-font' suffix`)
|
|
1198
|
-
return[l,co.create(Or(`${d}-font-color`)).withDefault((e=>t(e))),co.create(Or(`${d}-disabled-font-color`)).withDefault((e=>i(e))),co.create(Or(`${d}-font-family`)).withDefault(`${o}`),co.create(Or(`${d}-font-weight`)).withDefault(`${n}`),co.create(Or(`${d}-font-size`)).withDefault(`${s}`),co.create(Or(`${d}-font-line-height`)).withDefault(`${r}`),co.create(Or(`${d}-fallback-font-family`)).withDefault(`${a}`)]}function zc(e,t,i,o){switch(
|
|
1198
|
+
return[l,co.create(Or(`${d}-font-color`)).withDefault((e=>t(e))),co.create(Or(`${d}-disabled-font-color`)).withDefault((e=>i(e))),co.create(Or(`${d}-font-family`)).withDefault(`${o}`),co.create(Or(`${d}-font-weight`)).withDefault(`${n}`),co.create(Or(`${d}-font-size`)).withDefault(`${s}`),co.create(Or(`${d}-font-line-height`)).withDefault(`${r}`),co.create(Or(`${d}-fallback-font-family`)).withDefault(`${a}`)]}function zc(e,t,i,o){switch(Gr.getValueFor(e)){case Cs.light:return t
|
|
1199
1199
|
case Cs.dark:return i
|
|
1200
1200
|
case Cs.color:return o
|
|
1201
|
-
default:return t}}function Bc(e){return zc(e,Yn,"#ff4646",ts)}function Nc(e){return zc(e,ss,Jn,ts)}function Zc(e){return zc(e,ss,Jn,ts)}function qc(e){return zc(e,as,hs,ts)}const
|
|
1201
|
+
default:return t}}function Bc(e){return zc(e,Yn,"#ff4646",ts)}function Nc(e){return zc(e,ss,Jn,ts)}function Zc(e){return zc(e,ss,Jn,ts)}function qc(e){return zc(e,as,hs,ts)}const jc=we`
|
|
1202
1202
|
${Mn("inline")}
|
|
1203
1203
|
|
|
1204
1204
|
:host {
|
|
@@ -1222,12 +1222,12 @@ default:return t}}function Bc(e){return zc(e,Yn,"#ff4646",ts)}function Nc(e){ret
|
|
|
1222
1222
|
}
|
|
1223
1223
|
|
|
1224
1224
|
.control:active {
|
|
1225
|
-
color: ${
|
|
1225
|
+
color: ${Ua};
|
|
1226
1226
|
text-decoration: underline;
|
|
1227
1227
|
}
|
|
1228
1228
|
|
|
1229
1229
|
.control${On}:active {
|
|
1230
|
-
box-shadow: inset 0px -1px ${
|
|
1230
|
+
box-shadow: inset 0px -1px ${Ua};
|
|
1231
1231
|
}
|
|
1232
1232
|
|
|
1233
1233
|
.control:not(:any-link) {
|
|
@@ -1279,8 +1279,8 @@ default:return t}}function Bc(e){return zc(e,Yn,"#ff4646",ts)}function Nc(e){ret
|
|
|
1279
1279
|
display: none;
|
|
1280
1280
|
}
|
|
1281
1281
|
`
|
|
1282
|
-
class
|
|
1283
|
-
const Gc
|
|
1282
|
+
class Gc extends En{constructor(){super(...arguments),this.underlineHidden=!1}}e([re({attribute:"underline-hidden",mode:"boolean"})],Gc.prototype,"underlineHidden",void 0),e([re],Gc.prototype,"appearance",void 0)
|
|
1283
|
+
const Uc=Gc.compose({baseName:"anchor",baseClass:hi,template:(e,t)=>U`
|
|
1284
1284
|
<a
|
|
1285
1285
|
class="control"
|
|
1286
1286
|
part="control"
|
|
@@ -1327,9 +1327,9 @@ const Gc=jc.compose({baseName:"anchor",baseClass:hi,template:(e,t)=>G`
|
|
|
1327
1327
|
${t.end||""}
|
|
1328
1328
|
</slot>
|
|
1329
1329
|
</span></a>
|
|
1330
|
-
`,styles:
|
|
1331
|
-
mo.getOrCreate().withPrefix("nimble").register(
|
|
1332
|
-
const Wc=mo.tagFor(
|
|
1330
|
+
`,styles:jc,shadowOptions:{delegatesFocus:!0}})
|
|
1331
|
+
mo.getOrCreate().withPrefix("nimble").register(Uc())
|
|
1332
|
+
const Wc=mo.tagFor(Gc),Kc="outline",Xc="ghost",Yc="block"
|
|
1333
1333
|
class Qc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(e){v.getNotifier(e).subscribe(this,this.propertyName),this.handleChange(e,this.propertyName)}unbind(e){v.getNotifier(e).unsubscribe(this,this.propertyName),e.$fastController.removeStyles(this.styles)}handleChange(e,t){const i=e[t];(Array.isArray(this.value)?this.value.includes(i):this.value===i)?e.$fastController.addStyles(this.styles):e.$fastController.removeStyles(this.styles)}}function Jc(e,t){return new Qc("appearance",e,t)}const ed=we`
|
|
1334
1334
|
${Mn("inline-flex")}
|
|
1335
1335
|
|
|
@@ -1622,7 +1622,7 @@ class Qc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1622
1622
|
}
|
|
1623
1623
|
`
|
|
1624
1624
|
class od extends En{constructor(){super(...arguments),this.appearance=Kc,this.contentHidden=!1,this.disabled=!1}}e([re],od.prototype,"appearance",void 0),e([re({attribute:"appearance-variant"})],od.prototype,"appearanceVariant",void 0),e([re({attribute:"content-hidden",mode:"boolean"})],od.prototype,"contentHidden",void 0),e([re({mode:"boolean"})],od.prototype,"disabled",void 0)
|
|
1625
|
-
const nd=od.compose({baseName:"anchor-button",template:(e,t)=>
|
|
1625
|
+
const nd=od.compose({baseName:"anchor-button",template:(e,t)=>U`
|
|
1626
1626
|
<a
|
|
1627
1627
|
class="control"
|
|
1628
1628
|
part="control"
|
|
@@ -1743,7 +1743,7 @@ const sd=we`
|
|
|
1743
1743
|
class rd extends En{constructor(){super(...arguments),this.disabled=!1,this.startColumnCount=0}clickHandler(e){return e.stopPropagation(),!0}keydownHandler(e){if(e.defaultPrevented)return!1
|
|
1744
1744
|
if(e.key===Dr)e.stopPropagation()
|
|
1745
1745
|
return!0}setAttribute(e,t){"tabindex"===e?this.anchor.setAttribute(e,t):super.setAttribute(e,t)}get tabIndex(){return this.anchor.tabIndex}set tabIndex(e){this.anchor.tabIndex=e}}e([re({mode:"boolean"})],rd.prototype,"disabled",void 0),e([m],rd.prototype,"anchor",void 0),e([m],rd.prototype,"startColumnCount",void 0)
|
|
1746
|
-
const ad=rd.compose({baseName:"anchor-menu-item",template:(e,t)=>
|
|
1746
|
+
const ad=rd.compose({baseName:"anchor-menu-item",template:(e,t)=>U`
|
|
1747
1747
|
<template
|
|
1748
1748
|
role="menuitem"
|
|
1749
1749
|
class="${e=>"number"==typeof e.startColumnCount?`indent-${e.startColumnCount}`:""}"
|
|
@@ -1896,7 +1896,7 @@ const cd=we`
|
|
|
1896
1896
|
}
|
|
1897
1897
|
`
|
|
1898
1898
|
class hd extends En{constructor(){super(...arguments),this.disabled=!1,this.ariaSelected="false"}}e([re({mode:"boolean"})],hd.prototype,"disabled",void 0),e([re({attribute:"aria-selected"})],hd.prototype,"ariaSelected",void 0)
|
|
1899
|
-
const ud=hd.compose({baseName:"anchor-tab",template:(e,t)=>
|
|
1899
|
+
const ud=hd.compose({baseName:"anchor-tab",template:(e,t)=>U`
|
|
1900
1900
|
<template slot="anchortab" role="tab" aria-disabled="${e=>e.disabled}">
|
|
1901
1901
|
<a
|
|
1902
1902
|
download="${e=>e.download}"
|
|
@@ -1965,7 +1965,7 @@ for(t=i?e.indexOf(i)-1:0,t=t<0?e.length-1:t;t>=0&&e.length>1;){if(this.isFocusab
|
|
|
1965
1965
|
break}t-1<0?t=e.length-1:t-=1}},this.focusTabByIndex=(e,t)=>{const i=e[t]
|
|
1966
1966
|
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-${Nr()}`))}focusFirstOrLast(e){const t=this.tabs.filter((e=>!this.isDisabledElement(e))),i=e?t.length-1:0,o=this.tabs.indexOf(t[i])
|
|
1967
1967
|
o>-1&&this.focusTabByIndex(this.tabs,o)}getTabAnchor(e){return e.shadowRoot.querySelector("a")}}e([re],gd.prototype,"activeid",void 0),e([m],gd.prototype,"tabs",void 0),zt(gd,Ye)
|
|
1968
|
-
const vd=gd.compose({baseName:"anchor-tabs",template:(e,t)=>
|
|
1968
|
+
const vd=gd.compose({baseName:"anchor-tabs",template:(e,t)=>U`
|
|
1969
1969
|
${Je(0,t)}
|
|
1970
1970
|
<div ${Ve("tablist")} class="tablist" part="tablist" role="tablist">
|
|
1971
1971
|
<slot name="anchortab" ${We("tabs")}></slot>
|
|
@@ -2079,7 +2079,7 @@ class bd extends En{constructor(){super(...arguments),this.selected=!1,this.disa
|
|
|
2079
2079
|
switch(e.key){case Dr:e.stopPropagation()
|
|
2080
2080
|
break
|
|
2081
2081
|
case Pr:this.parentElement&&this.isNestedItem()&&_n.focusItem(this.parentElement)}return!0}clickHandler(e){return!e.defaultPrevented&&(e.stopPropagation(),!0)}selectedChanged(e,t){this.$fastController.isConnected&&this.$emit("selected-change",this)}}e([re({mode:"boolean"})],bd.prototype,"selected",void 0),e([re({mode:"boolean"})],bd.prototype,"disabled",void 0)
|
|
2082
|
-
const wd=bd.compose({baseName:"anchor-tree-item",template:(e,t)=>
|
|
2082
|
+
const wd=bd.compose({baseName:"anchor-tree-item",template:(e,t)=>U`
|
|
2083
2083
|
<template
|
|
2084
2084
|
role="treeitem"
|
|
2085
2085
|
slot="${e=>e.isNestedItem()?"item":null}"
|
|
@@ -2125,18 +2125,18 @@ const xd=we`
|
|
|
2125
2125
|
z-index: 1000;
|
|
2126
2126
|
}
|
|
2127
2127
|
`
|
|
2128
|
-
class yd extends gi{}const $d=yd.compose({baseName:"anchored-region",baseClass:gi,template:(e,t)=>
|
|
2128
|
+
class yd extends gi{}const $d=yd.compose({baseName:"anchored-region",baseClass:gi,template:(e,t)=>U`
|
|
2129
2129
|
<template class="${e=>e.initialLayoutComplete?"loaded":""}">
|
|
2130
|
-
${De((e=>e.initialLayoutComplete),
|
|
2130
|
+
${De((e=>e.initialLayoutComplete),U`
|
|
2131
2131
|
<slot></slot>
|
|
2132
2132
|
`)}
|
|
2133
2133
|
</template>
|
|
2134
2134
|
`,styles:xd})
|
|
2135
2135
|
mo.getOrCreate().withPrefix("nimble").register($d())
|
|
2136
2136
|
const Cd=mo.tagFor(yd)
|
|
2137
|
-
class kd{constructor(e,t,i){this.value=e,this.styles=t,this.source=i}handleChange(){const e=
|
|
2138
|
-
|
|
2139
|
-
t&&
|
|
2137
|
+
class kd{constructor(e,t,i){this.value=e,this.styles=t,this.source=i}handleChange(){const e=Gr.getValueFor(this.source);(Array.isArray(this.value)?this.value.includes(e):this.value===e)?this.source.$fastController.addStyles(this.styles):this.source.$fastController.removeStyles(this.styles)}}class Sd{constructor(e,t){this.theme=e,this.styles=t,this.cache=new WeakMap}bind(e){const t=this.cache.get(e)||new kd(this.theme,this.styles,e)
|
|
2138
|
+
Gr.subscribe(t,e),t.handleChange(),this.cache.set(e,t)}unbind(e){const t=this.cache.get(e)
|
|
2139
|
+
t&&Gr.unsubscribe(t)}}const Id=(e,t)=>new Sd(e,t),_d=we`
|
|
2140
2140
|
${Mn("flex")}
|
|
2141
2141
|
|
|
2142
2142
|
:host {
|
|
@@ -2210,7 +2210,7 @@ t&&jr.unsubscribe(t)}}const Id=(e,t)=>new Sd(e,t),_d=we`
|
|
|
2210
2210
|
slot[name='action']::slotted(nimble-anchor) {
|
|
2211
2211
|
${La.cssCustomProperty}: ${ts};
|
|
2212
2212
|
${za.cssCustomProperty}: ${ts};
|
|
2213
|
-
${
|
|
2213
|
+
${Ua.cssCustomProperty}: ${bs(ts,.6)};
|
|
2214
2214
|
font-size: 12.8px;
|
|
2215
2215
|
}
|
|
2216
2216
|
|
|
@@ -2260,7 +2260,7 @@ t&&jr.unsubscribe(t)}}const Id=(e,t)=>new Sd(e,t),_d=we`
|
|
|
2260
2260
|
}
|
|
2261
2261
|
|
|
2262
2262
|
:host([severity='information']) {
|
|
2263
|
-
background: ${
|
|
2263
|
+
background: ${Un};
|
|
2264
2264
|
}
|
|
2265
2265
|
`),Id(Cs.dark,we`
|
|
2266
2266
|
:host {
|
|
@@ -2276,7 +2276,7 @@ t&&jr.unsubscribe(t)}}const Id=(e,t)=>new Sd(e,t),_d=we`
|
|
|
2276
2276
|
}
|
|
2277
2277
|
|
|
2278
2278
|
:host([severity='information']) {
|
|
2279
|
-
background: ${
|
|
2279
|
+
background: ${Gn};
|
|
2280
2280
|
}
|
|
2281
2281
|
`),Id(Cs.color,we`
|
|
2282
2282
|
:host {
|
|
@@ -2293,7 +2293,7 @@ t&&jr.unsubscribe(t)}}const Id=(e,t)=>new Sd(e,t),_d=we`
|
|
|
2293
2293
|
class Md extends Ii{constructor(){super(...arguments),this.appearance=Kc,this.contentHidden=!1}}e([re],Md.prototype,"appearance",void 0),e([re({attribute:"appearance-variant"})],Md.prototype,"appearanceVariant",void 0),e([re({attribute:"content-hidden",mode:"boolean"})],Md.prototype,"contentHidden",void 0)
|
|
2294
2294
|
const Ad=Md.compose({baseName:"button",baseClass:Ii,template:fi,styles:Rd,shadowOptions:{delegatesFocus:!0}})
|
|
2295
2295
|
mo.getOrCreate().withPrefix("nimble").register(Ad())
|
|
2296
|
-
const Ed=mo.tagFor(Md),Od={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>'},Fd={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>'},Vd={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>'},Hd={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>'},Pd={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>'},Td={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>'},Dd={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>'},Ld={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>'},zd={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>'},Bd={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>'},Nd={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>'},Zd={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>'},qd={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>'},Ud={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>'},jd={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>'},Gd={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>'},Wd={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>'},Xd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},eh={name:"bold_b_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M12.981 10.536c0 .562-.113 1.065-.34 1.508s-.538.81-.934 1.102a4.337 4.337 0 0 1-1.512.734c-.55.146-1.246.219-2.09.219H3.028V2.466h4.516c.938 0 1.624.031 2.059.094a4.2 4.2 0 0 1 1.293.414c.442.224.772.524.988.902.216.378.324.809.324 1.293 0 .562-.148 1.059-.445 1.488s-.716.765-1.258 1.004v.062c.76.151 1.363.464 1.809.938s.667 1.099.667 1.875zM9.137 5.755c0-.192-.048-.386-.145-.578-.097-.192-.267-.336-.512-.43a2.482 2.482 0 0 0-.815-.137 67.472 67.472 0 0 0-1.372-.011h-.281V7.06h.469c.474 0 .877-.008 1.211-.023.333-.016.596-.068.789-.157.271-.12.448-.274.531-.465.083-.19.125-.41.125-.66zm.727 4.734c0-.37-.071-.655-.214-.855s-.387-.351-.73-.449c-.233-.068-.556-.105-.966-.11s-.84-.008-1.287-.008h-.655v2.898h.218c.842 0 1.445-.003 1.809-.008a2.652 2.652 0 0 0 1.006-.203c.312-.13.526-.304.643-.52a1.53 1.53 0 0 0 .176-.745z"/></svg>'},th={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>'},ih={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>'},oh={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>'},nh={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>'},sh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},mh={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>'},fh={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>'},bh={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>'},wh={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>'},xh={name:"clock_exclamation_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2.821 5.114h1.357V6H2.82v-.886ZM2.798 1l.155 3.56h1.094L4.202 1H2.798Zm7.481 2.575h.001l-.013-.007a4.92 4.92 0 0 0-.606-.262 5.015 5.015 0 0 0-.523-.163 4.948 4.948 0 0 0-.286-.055A4.654 4.654 0 0 0 8 3c-.016 0-.03.004-.045.005a4.706 4.706 0 0 0-.785.079c-.097.016-.194.03-.29.052a5.078 5.078 0 0 0-.575.179c-.48.174-.907.438-1.305.74V7H3.109l-.017.092a4.903 4.903 0 0 0-.088.87C3.004 7.974 3 7.986 3 8c0 .293.036.575.088.852.016.096.033.19.055.285.045.182.101.359.165.532.074.206.16.403.259.595l.007.016h.001c.83 1.608 2.49 2.72 4.426 2.72C10.762 13 13 10.762 13 8c0-1.935-1.112-3.594-2.72-4.425Zm-.275 7.041c-.38-.38-1.454-1.473-1.675-1.699a1.06 1.06 0 0 1-1.523-.953 1.06 1.06 0 0 1 1.523-.954l1.293-1.296c.117-.117.509-.213.7-.213 0 .128-.085.51-.191.658-.097.136-1.128 1.173-1.308 1.353a1.064 1.064 0 0 1 0 .903l1.816 1.82s.445.466.382.89c-.297 0-.594-.085-1.017-.509Z"/></svg>'},yh={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>'},$h={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>'},Ch={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>'},kh={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>'},Sh={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>'},Ih={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>'},_h={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>'},Rh={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>'},Mh={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>'},Ah={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>'},Eh={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>'},Oh={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>'},Fh={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>'},Vh={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>'},Hh={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>'},Ph={name:"dashboard_builder_legend_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm10 10H4v-1.293l2.04-2.04 3.804 2.983L12 9.74Zm0-7h-2v1h2v2.405L9.805 10.35 5.96 7.333 4 9.293V6h2V5H4V4h8ZM9 6H7V5h2Z"/></svg>'},Th={name:"dashboard_builder_templates_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm11 11H3V3h10Z"/><path class="cls-1" d="M9 9h3v1H9zM12 4H4v4h8Zm-1 3H5V5h6ZM8 9H4v3h4Zm-1 2H5v-1h2ZM9 11h3v1H9z"/></svg>'},Dh={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>'},Lh={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>'},zh={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>'},Bh={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>'},Nh={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>'},Zh={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>'},qh={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>'},Uh={name:"down_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m5.958 10.03 2.063-6.281.49 2.344 4.117-4.122 1.414 1.414L9.94 7.487l2.324.504-6.306 2.038Z"/><path class="cls-1" d="M8 10.42V12H4V8h1.572l.657-2H2v8h8V9.774l-2 .646z"/></svg>'},jh={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>'},Gh={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>'},Wh={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>'},Kh={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>'},Xh={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>'},Yh={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>'},Qh={name:"file_arrow_curved_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m7 2 3 3H7V2ZM6 6V2H2v12h4.282l.03-.187A4.508 4.508 0 0 1 10 10.065V6H6Zm8 5.5L11 9v2c-1.817-.091-3.412 1.137-3.701 2.97.576-.672 2.077-2.065 3.701-1.82V14l3-2.5Z"/></svg>'},Jh={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>'},eu={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>'},tu={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>'},iu={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>'},ou={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>'},nu={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>'},su={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>'},ru={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>'},au={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>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={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>'},pu={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>'},gu={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>'},vu={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>'},mu={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>'},fu={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>'},bu={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>'},wu={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>'},xu={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>'},yu={name:"italic_i_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M8.99 13.802H4.38l.258-1.133h1.523l2.17-9.367H6.808l.258-1.133h4.61l-.258 1.133H9.895l-2.17 9.367h1.523l-.258 1.133z"/></svg>'},$u={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>'},Cu={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>'},ku={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>'},Su={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>'},Iu={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>'},_u={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>'},Ru={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>'},Mu={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>'},Au={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>'},Eu={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>'},Ou={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>'},Fu={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>'},Vu={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>'},Hu={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>'},Pu={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>'},Tu={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>'},Du={name:"number_list_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M14 11H6v2h8v-2zm0-4H6v2h8V7zm0-4H6v2h8V3zM1.999 4.644h.73V2.302h-.585v-.271c.295-.05.505-.13.681-.235h.32v2.848h.656v.346H1.999v-.346zM1.804 9.509c.951-.932 1.501-1.521 1.501-2.037 0-.365-.2-.621-.605-.621-.265 0-.496.17-.676.381l-.235-.226c.265-.3.551-.495.961-.495.591 0 .961.375.961.936 0 .621-.561 1.196-1.336 1.987.174-.016.37-.026.535-.026h.956v.355H1.804v-.254zM1.733 13.884l.21-.271c.19.201.44.376.816.376.385 0 .661-.226.661-.581 0-.38-.26-.635-1.021-.635v-.315c.676 0 .906-.261.906-.596 0-.306-.21-.501-.55-.501-.266 0-.491.136-.681.32l-.221-.26c.246-.23.541-.4.916-.4.556 0 .956.295.956.811 0 .386-.23.631-.576.761v.021c.385.09.691.37.691.811 0 .565-.471.91-1.056.91a1.363 1.363 0 0 1-1.051-.451z"/></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>'},zu={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>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},Uu={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>'},ju={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>'},Gu={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>'},Wu={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>'},Ku={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>'},Xu={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>'},Yu={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>'},Qu={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>'},Ju={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>'},ep={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>'},tp={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>'},ip={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>'},op={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>'},np={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>'},sp={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>'},rp={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>'},ap={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>'},lp={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>'},cp={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>'},dp={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>'},hp={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>'},up={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>'},pp={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>'},gp={name:"triangle_two_lines_horizontal",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.625 8 8 2l4.375 6h-8.75ZM14 12H2v2h12v-2Zm0-3H2v2h12V9Z"/></svg>'},vp={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>'},mp={name:"two_squares_in_brackets",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 4h5v5H4V4Zm6 3v3H7v2h5V7h-2ZM5 3V2H2v12h3v-1H3V3h2Zm8-1h-2v1h2v10h-2v1h3V2h-1Z"/></svg>'},fp={name:"two_triangles_between_lines",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.11 2.11v12h2v-12h-2Zm12 0v12h2v-12h-2Zm-6 8.974-3-3 3-3v6Zm1.925-5.948 3 3-3 3v-6Z"/></svg>'},bp={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>'},wp={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>'},xp={name:"up_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 10.828V12H4V8h1.172l2-2H2v8h8V8.828l-2 2Z"/><path class="cls-1" d="m14.042 1.97-2.063 6.281-.49-2.344-4.117 4.122-1.414-1.414 4.102-4.102-2.324-.504 6.306-2.038z"/></svg>'},yp={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>'},$p={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>'},Cp={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>'},kp={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>'},Sp={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>'},Ip={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>'},_p={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>'},Rp={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>'},Mp={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>'},Ap={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>'},Ep={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>'},Op=G`
|
|
2296
|
+
const Ed=mo.tagFor(Md),Od={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>'},Fd={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>'},Vd={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>'},Hd={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>'},Pd={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>'},Td={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>'},Dd={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>'},Ld={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>'},zd={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>'},Bd={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>'},Nd={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>'},Zd={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>'},qd={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>'},jd={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>'},Gd={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>'},Ud={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>'},Wd={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>'},Xd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},eh={name:"bold_b_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M12.981 10.536c0 .562-.113 1.065-.34 1.508s-.538.81-.934 1.102a4.337 4.337 0 0 1-1.512.734c-.55.146-1.246.219-2.09.219H3.028V2.466h4.516c.938 0 1.624.031 2.059.094a4.2 4.2 0 0 1 1.293.414c.442.224.772.524.988.902.216.378.324.809.324 1.293 0 .562-.148 1.059-.445 1.488s-.716.765-1.258 1.004v.062c.76.151 1.363.464 1.809.938s.667 1.099.667 1.875zM9.137 5.755c0-.192-.048-.386-.145-.578-.097-.192-.267-.336-.512-.43a2.482 2.482 0 0 0-.815-.137 67.472 67.472 0 0 0-1.372-.011h-.281V7.06h.469c.474 0 .877-.008 1.211-.023.333-.016.596-.068.789-.157.271-.12.448-.274.531-.465.083-.19.125-.41.125-.66zm.727 4.734c0-.37-.071-.655-.214-.855s-.387-.351-.73-.449c-.233-.068-.556-.105-.966-.11s-.84-.008-1.287-.008h-.655v2.898h.218c.842 0 1.445-.003 1.809-.008a2.652 2.652 0 0 0 1.006-.203c.312-.13.526-.304.643-.52a1.53 1.53 0 0 0 .176-.745z"/></svg>'},th={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>'},ih={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>'},oh={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>'},nh={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>'},sh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},mh={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>'},fh={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>'},bh={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>'},wh={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>'},xh={name:"clock_exclamation_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2.821 5.114h1.357V6H2.82v-.886ZM2.798 1l.155 3.56h1.094L4.202 1H2.798Zm7.481 2.575h.001l-.013-.007a4.92 4.92 0 0 0-.606-.262 5.015 5.015 0 0 0-.523-.163 4.948 4.948 0 0 0-.286-.055A4.654 4.654 0 0 0 8 3c-.016 0-.03.004-.045.005a4.706 4.706 0 0 0-.785.079c-.097.016-.194.03-.29.052a5.078 5.078 0 0 0-.575.179c-.48.174-.907.438-1.305.74V7H3.109l-.017.092a4.903 4.903 0 0 0-.088.87C3.004 7.974 3 7.986 3 8c0 .293.036.575.088.852.016.096.033.19.055.285.045.182.101.359.165.532.074.206.16.403.259.595l.007.016h.001c.83 1.608 2.49 2.72 4.426 2.72C10.762 13 13 10.762 13 8c0-1.935-1.112-3.594-2.72-4.425Zm-.275 7.041c-.38-.38-1.454-1.473-1.675-1.699a1.06 1.06 0 0 1-1.523-.953 1.06 1.06 0 0 1 1.523-.954l1.293-1.296c.117-.117.509-.213.7-.213 0 .128-.085.51-.191.658-.097.136-1.128 1.173-1.308 1.353a1.064 1.064 0 0 1 0 .903l1.816 1.82s.445.466.382.89c-.297 0-.594-.085-1.017-.509Z"/></svg>'},yh={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>'},$h={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>'},Ch={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>'},kh={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>'},Sh={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>'},Ih={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>'},_h={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>'},Rh={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>'},Mh={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>'},Ah={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>'},Eh={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>'},Oh={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>'},Fh={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>'},Vh={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>'},Hh={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>'},Ph={name:"dashboard_builder_legend_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm10 10H4v-1.293l2.04-2.04 3.804 2.983L12 9.74Zm0-7h-2v1h2v2.405L9.805 10.35 5.96 7.333 4 9.293V6h2V5H4V4h8ZM9 6H7V5h2Z"/></svg>'},Th={name:"dashboard_builder_templates_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm11 11H3V3h10Z"/><path class="cls-1" d="M9 9h3v1H9zM12 4H4v4h8Zm-1 3H5V5h6ZM8 9H4v3h4Zm-1 2H5v-1h2ZM9 11h3v1H9z"/></svg>'},Dh={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>'},Lh={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>'},zh={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>'},Bh={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>'},Nh={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>'},Zh={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>'},qh={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>'},jh={name:"down_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m5.958 10.03 2.063-6.281.49 2.344 4.117-4.122 1.414 1.414L9.94 7.487l2.324.504-6.306 2.038Z"/><path class="cls-1" d="M8 10.42V12H4V8h1.572l.657-2H2v8h8V9.774l-2 .646z"/></svg>'},Gh={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>'},Uh={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>'},Wh={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>'},Kh={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>'},Xh={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>'},Yh={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>'},Qh={name:"file_arrow_curved_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m7 2 3 3H7V2ZM6 6V2H2v12h4.282l.03-.187A4.508 4.508 0 0 1 10 10.065V6H6Zm8 5.5L11 9v2c-1.817-.091-3.412 1.137-3.701 2.97.576-.672 2.077-2.065 3.701-1.82V14l3-2.5Z"/></svg>'},Jh={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>'},eu={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>'},tu={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>'},iu={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>'},ou={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>'},nu={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>'},su={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>'},ru={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>'},au={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>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={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>'},pu={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>'},gu={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>'},vu={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>'},mu={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>'},fu={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>'},bu={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>'},wu={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>'},xu={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>'},yu={name:"italic_i_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M8.99 13.802H4.38l.258-1.133h1.523l2.17-9.367H6.808l.258-1.133h4.61l-.258 1.133H9.895l-2.17 9.367h1.523l-.258 1.133z"/></svg>'},$u={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>'},Cu={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>'},ku={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>'},Su={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>'},Iu={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>'},_u={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>'},Ru={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>'},Mu={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>'},Au={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>'},Eu={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>'},Ou={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>'},Fu={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>'},Vu={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>'},Hu={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>'},Pu={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>'},Tu={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>'},Du={name:"number_list_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16" xml:space="preserve"><path d="M14 11H6v2h8v-2zm0-4H6v2h8V7zm0-4H6v2h8V3zM1.999 4.644h.73V2.302h-.585v-.271c.295-.05.505-.13.681-.235h.32v2.848h.656v.346H1.999v-.346zM1.804 9.509c.951-.932 1.501-1.521 1.501-2.037 0-.365-.2-.621-.605-.621-.265 0-.496.17-.676.381l-.235-.226c.265-.3.551-.495.961-.495.591 0 .961.375.961.936 0 .621-.561 1.196-1.336 1.987.174-.016.37-.026.535-.026h.956v.355H1.804v-.254zM1.733 13.884l.21-.271c.19.201.44.376.816.376.385 0 .661-.226.661-.581 0-.38-.26-.635-1.021-.635v-.315c.676 0 .906-.261.906-.596 0-.306-.21-.501-.55-.501-.266 0-.491.136-.681.32l-.221-.26c.246-.23.541-.4.916-.4.556 0 .956.295.956.811 0 .386-.23.631-.576.761v.021c.385.09.691.37.691.811 0 .565-.471.91-1.056.91a1.363 1.363 0 0 1-1.051-.451z"/></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>'},zu={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>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},ju={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>'},Gu={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>'},Uu={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>'},Wu={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>'},Ku={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>'},Xu={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>'},Yu={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>'},Qu={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>'},Ju={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>'},ep={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>'},tp={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>'},ip={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>'},op={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>'},np={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>'},sp={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>'},rp={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>'},ap={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>'},lp={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>'},cp={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>'},dp={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>'},hp={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>'},up={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>'},pp={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>'},gp={name:"triangle_two_lines_horizontal",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.625 8 8 2l4.375 6h-8.75ZM14 12H2v2h12v-2Zm0-3H2v2h12V9Z"/></svg>'},vp={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>'},mp={name:"two_squares_in_brackets",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 4h5v5H4V4Zm6 3v3H7v2h5V7h-2ZM5 3V2H2v12h3v-1H3V3h2Zm8-1h-2v1h2v10h-2v1h3V2h-1Z"/></svg>'},fp={name:"two_triangles_between_lines",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.11 2.11v12h2v-12h-2Zm12 0v12h2v-12h-2Zm-6 8.974-3-3 3-3v6Zm1.925-5.948 3 3-3 3v-6Z"/></svg>'},bp={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>'},wp={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>'},xp={name:"up_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 10.828V12H4V8h1.172l2-2H2v8h8V8.828l-2 2Z"/><path class="cls-1" d="m14.042 1.97-2.063 6.281-.49-2.344-4.117 4.122-1.414-1.414 4.102-4.102-2.324-.504 6.306-2.038z"/></svg>'},yp={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>'},$p={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>'},Cp={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>'},kp={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>'},Sp={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>'},Ip={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>'},_p={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>'},Rp={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>'},Mp={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>'},Ap={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>'},Ep={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>'},Op=U`
|
|
2297
2297
|
<template>
|
|
2298
2298
|
<div class="icon" :innerHTML=${e=>e.icon.data}></div>
|
|
2299
2299
|
</template
|
|
@@ -2344,7 +2344,7 @@ const Lp=mo.tagFor(Dp)
|
|
|
2344
2344
|
class zp extends Vp{constructor(){super(pp)}}Hp("icon-triangle-filled",zp)
|
|
2345
2345
|
const Bp=mo.tagFor(zp)
|
|
2346
2346
|
class Np extends Vp{constructor(){super(Ap)}}Hp("icon-xmark",Np)
|
|
2347
|
-
const Zp=mo.tagFor(Np),qp={default:void 0,error:"error",warning:"warning",information:"information"},
|
|
2347
|
+
const Zp=mo.tagFor(Np),qp={default:void 0,error:"error",warning:"warning",information:"information"},jp="Close",Gp="Increment",Up="Decrement",Wp=co.create({name:"popup-dismiss-label",cssCustomPropertyName:null}).withDefault(jp),Kp=co.create({name:"numeric-decrement-label",cssCustomPropertyName:null}).withDefault(Up),Xp=co.create({name:"numeric-increment-label",cssCustomPropertyName:null}).withDefault(Gp),Yp=U`
|
|
2348
2348
|
<div class="container"
|
|
2349
2349
|
role="status"
|
|
2350
2350
|
aria-atomic="${e=>e.ariaAtomic}"
|
|
@@ -2369,13 +2369,13 @@ const Zp=mo.tagFor(Np),qp={default:void 0,error:"error",warning:"warning",inform
|
|
|
2369
2369
|
aria-roledescription="${e=>e.ariaRoledescription}"
|
|
2370
2370
|
>
|
|
2371
2371
|
<div class="icon">
|
|
2372
|
-
${De((e=>e.severity===qp.error),
|
|
2372
|
+
${De((e=>e.severity===qp.error),U`
|
|
2373
2373
|
<${Tp}></${Tp}>
|
|
2374
2374
|
`)}
|
|
2375
|
-
${De((e=>e.severity===qp.warning),
|
|
2375
|
+
${De((e=>e.severity===qp.warning),U`
|
|
2376
2376
|
<${Bp}></${Bp}>
|
|
2377
2377
|
`)}
|
|
2378
|
-
${De((e=>e.severity===qp.information),
|
|
2378
|
+
${De((e=>e.severity===qp.information),U`
|
|
2379
2379
|
<${Lp}></${Lp}>
|
|
2380
2380
|
`)}
|
|
2381
2381
|
</div>
|
|
@@ -2386,7 +2386,7 @@ const Zp=mo.tagFor(Np),qp={default:void 0,error:"error",warning:"warning",inform
|
|
|
2386
2386
|
<div class="controls">
|
|
2387
2387
|
<slot name="action"></slot>
|
|
2388
2388
|
<div class="dismiss">
|
|
2389
|
-
${De((e=>!e.preventDismiss),
|
|
2389
|
+
${De((e=>!e.preventDismiss),U`
|
|
2390
2390
|
<${Ed} appearance="ghost" content-hidden @click="${e=>e.dismissBanner()}">
|
|
2391
2391
|
<${Zp} slot="start"></${Zp}>
|
|
2392
2392
|
${e=>e.dismissButtonLabel??Wp.getValueFor(e)}
|
|
@@ -2407,7 +2407,7 @@ const eg=we`
|
|
|
2407
2407
|
box-sizing: border-box;
|
|
2408
2408
|
font: ${Da};
|
|
2409
2409
|
--ni-private-breadcrumb-link-font-color: ${La};
|
|
2410
|
-
--ni-private-breadcrumb-link-active-font-color: ${
|
|
2410
|
+
--ni-private-breadcrumb-link-active-font-color: ${Ua};
|
|
2411
2411
|
}
|
|
2412
2412
|
|
|
2413
2413
|
:host([appearance='prominent']) {
|
|
@@ -2429,11 +2429,11 @@ const eg=we`
|
|
|
2429
2429
|
}
|
|
2430
2430
|
`
|
|
2431
2431
|
class tg extends mi{}e([re],tg.prototype,"appearance",void 0)
|
|
2432
|
-
const ig=tg.compose({baseName:"breadcrumb",baseClass:mi,template:(e,t)=>
|
|
2432
|
+
const ig=tg.compose({baseName:"breadcrumb",baseClass:mi,template:(e,t)=>U`
|
|
2433
2433
|
<template role="navigation">
|
|
2434
2434
|
<div role="list" class="list" part="list">
|
|
2435
2435
|
<slot
|
|
2436
|
-
${We({property:"slottedBreadcrumbItems",filter:
|
|
2436
|
+
${We({property:"slottedBreadcrumbItems",filter:je()})}
|
|
2437
2437
|
></slot>
|
|
2438
2438
|
</div>
|
|
2439
2439
|
</template>
|
|
@@ -2501,10 +2501,10 @@ const og=we`
|
|
|
2501
2501
|
fill: ${fl};
|
|
2502
2502
|
}
|
|
2503
2503
|
`
|
|
2504
|
-
class ng extends vi{}const sg=ng.compose({baseName:"breadcrumb-item",baseClass:vi,template:(e,t)=>
|
|
2504
|
+
class ng extends vi{}const sg=ng.compose({baseName:"breadcrumb-item",baseClass:vi,template:(e,t)=>U`
|
|
2505
2505
|
<div role="listitem" class="listitem" part="listitem">
|
|
2506
|
-
${De((e=>e.href&&e.href.length>0),
|
|
2507
|
-
${((e,t)=>
|
|
2506
|
+
${De((e=>e.href&&e.href.length>0),U`
|
|
2507
|
+
${((e,t)=>U`
|
|
2508
2508
|
<a
|
|
2509
2509
|
class="control"
|
|
2510
2510
|
part="control"
|
|
@@ -2546,12 +2546,12 @@ class ng extends vi{}const sg=ng.compose({baseName:"breadcrumb-item",baseClass:v
|
|
|
2546
2546
|
</a>
|
|
2547
2547
|
`)(0,t)}
|
|
2548
2548
|
`)}
|
|
2549
|
-
${De((e=>!e.href),
|
|
2549
|
+
${De((e=>!e.href),U`
|
|
2550
2550
|
${Je(0,t)}
|
|
2551
2551
|
<slot></slot>
|
|
2552
2552
|
${Qe(0,t)}
|
|
2553
2553
|
`)}
|
|
2554
|
-
${De((e=>e.separator),
|
|
2554
|
+
${De((e=>e.separator),U`
|
|
2555
2555
|
<span class="separator" part="separator" aria-hidden="true">
|
|
2556
2556
|
<slot name="separator">${t.separator||""}</slot>
|
|
2557
2557
|
</span>
|
|
@@ -2795,7 +2795,7 @@ const cg=we`
|
|
|
2795
2795
|
fill: rgba(${oa}, 0.3);
|
|
2796
2796
|
}
|
|
2797
2797
|
`
|
|
2798
|
-
class dg extends Ai{}const hg=dg.compose({baseName:"checkbox",baseClass:Ai,template:(e,t)=>
|
|
2798
|
+
class dg extends Ai{}const hg=dg.compose({baseName:"checkbox",baseClass:Ai,template:(e,t)=>U`
|
|
2799
2799
|
<template
|
|
2800
2800
|
role="checkbox"
|
|
2801
2801
|
aria-checked="${e=>e.checked}"
|
|
@@ -2905,7 +2905,7 @@ const ug=mo.tagFor(dg),pg=we`
|
|
|
2905
2905
|
}
|
|
2906
2906
|
`
|
|
2907
2907
|
class gg extends Qo{constructor(){super(...arguments),this.appearance=Kc,this.contentHidden=!1}}e([re],gg.prototype,"appearance",void 0),e([re({attribute:"content-hidden",mode:"boolean"})],gg.prototype,"contentHidden",void 0),zt(gg,Ye,_i)
|
|
2908
|
-
const vg=gg.compose({baseName:"toggle-button",template:(e,t)=>
|
|
2908
|
+
const vg=gg.compose({baseName:"toggle-button",template:(e,t)=>U`
|
|
2909
2909
|
<div
|
|
2910
2910
|
role="button"
|
|
2911
2911
|
part="control"
|
|
@@ -2948,7 +2948,7 @@ const vg=gg.compose({baseName:"toggle-button",template:(e,t)=>G`
|
|
|
2948
2948
|
</div>
|
|
2949
2949
|
`,styles:pg,shadowOptions:{delegatesFocus:!0}})
|
|
2950
2950
|
mo.getOrCreate().withPrefix("nimble").register(vg())
|
|
2951
|
-
const mg=mo.tagFor(gg),fg=
|
|
2951
|
+
const mg=mo.tagFor(gg),fg=U`
|
|
2952
2952
|
<div class="error-text" title="${e=>e.errorText}" aria-live="polite">
|
|
2953
2953
|
${e=>e.errorText}
|
|
2954
2954
|
</div>
|
|
@@ -3305,7 +3305,7 @@ break
|
|
|
3305
3305
|
default:return t}return t}focusoutHandler(e){const t=super.focusoutHandler(e)
|
|
3306
3306
|
return this.open=!1,this.emitChangeIfValueUpdated(),t}openChanged(){super.openChanged(),this.dropdownButton&&(this.dropdownButton.checked=this.open)}regionChanged(e,t){this.region&&this.controlWrapper&&(this.region.anchorElement=this.controlWrapper)}controlWrapperChanged(e,t){this.region&&this.controlWrapper&&(this.region.anchorElement=this.controlWrapper)}ariaLabelChanged(e,t){this.updateInputAriaLabel()}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}updateInputAriaLabel(){const e=this.shadowRoot?.querySelector(".selected-value")
|
|
3307
3307
|
this.ariaLabel?e?.setAttribute("aria-label",this.ariaLabel):e?.removeAttribute("aria-label")}emitChangeIfValueUpdated(){this.valueUpdatedByInput&&(this.value!==this.valueBeforeTextUpdate&&this.$emit("change"),this.valueUpdatedByInput=!1)}}e([re],_g.prototype,"appearance",void 0),e([m],_g.prototype,"dropdownButton",void 0),e([re({attribute:"error-text"})],_g.prototype,"errorText",void 0),e([re({attribute:"error-visible",mode:"boolean"})],_g.prototype,"errorVisible",void 0),e([m],_g.prototype,"region",void 0),e([m],_g.prototype,"controlWrapper",void 0)
|
|
3308
|
-
const Rg=_g.compose({baseName:"combobox",baseClass:qi,template:(e,t)=>
|
|
3308
|
+
const Rg=_g.compose({baseName:"combobox",baseClass:qi,template:(e,t)=>U`
|
|
3309
3309
|
<template
|
|
3310
3310
|
aria-disabled="${e=>e.ariaDisabled}"
|
|
3311
3311
|
autocomplete="${e=>e.autocomplete}"
|
|
@@ -3370,7 +3370,7 @@ const Rg=_g.compose({baseName:"combobox",baseClass:qi,template:(e,t)=>G`
|
|
|
3370
3370
|
</div>
|
|
3371
3371
|
</${Cd}>
|
|
3372
3372
|
</template>
|
|
3373
|
-
`,styles:Ig,shadowOptions:{delegatesFocus:!0},end:
|
|
3373
|
+
`,styles:Ig,shadowOptions:{delegatesFocus:!0},end:U`
|
|
3374
3374
|
<div class="end-slot-container">
|
|
3375
3375
|
<${Tp}
|
|
3376
3376
|
severity="error"
|
|
@@ -3498,7 +3498,7 @@ const Mg=Symbol("user dismissed"),Ag=we`
|
|
|
3498
3498
|
dialog::backdrop {
|
|
3499
3499
|
background: ${ys};
|
|
3500
3500
|
}
|
|
3501
|
-
`)),Eg=
|
|
3501
|
+
`)),Eg=U`
|
|
3502
3502
|
<template>
|
|
3503
3503
|
<dialog
|
|
3504
3504
|
${Ve("dialogElement")}
|
|
@@ -3673,7 +3673,7 @@ const Vg=we`
|
|
|
3673
3673
|
dialog::backdrop {
|
|
3674
3674
|
background: ${ys};
|
|
3675
3675
|
}
|
|
3676
|
-
`)),Hg=
|
|
3676
|
+
`)),Hg=U`
|
|
3677
3677
|
<dialog
|
|
3678
3678
|
${Ve("dialog")}
|
|
3679
3679
|
aria-label="${e=>e.ariaLabel}"
|
|
@@ -3695,9 +3695,9 @@ class Bg extends Vp{constructor(){super(Fd)}}Hp("icon-arrow-down",Bg)
|
|
|
3695
3695
|
const Ng=mo.tagFor(Bg)
|
|
3696
3696
|
class Zg extends Vp{constructor(){super(Vd)}}Hp("icon-arrow-down-right-and-arrow-up-left",Zg),mo.tagFor(Zg)
|
|
3697
3697
|
class qg extends Vp{constructor(){super(Pd)}}Hp("icon-arrow-expander-left",qg),mo.tagFor(qg)
|
|
3698
|
-
class
|
|
3699
|
-
const
|
|
3700
|
-
class
|
|
3698
|
+
class jg extends Vp{constructor(){super(Td)}}Hp("icon-arrow-expander-right",jg)
|
|
3699
|
+
const Gg=mo.tagFor(jg)
|
|
3700
|
+
class Ug extends Vp{constructor(){super(Dd)}}Hp("icon-arrow-expander-up",Ug),mo.tagFor(Ug)
|
|
3701
3701
|
class Wg extends Vp{constructor(){super(Ld)}}Hp("icon-arrow-left-from-line",Wg),mo.tagFor(Wg)
|
|
3702
3702
|
class Kg extends Vp{constructor(){super(zd)}}Hp("icon-arrow-partial-rotate-left",Kg),mo.tagFor(Kg)
|
|
3703
3703
|
class Xg extends Vp{constructor(){super(Bd)}}Hp("icon-arrow-right-to-line",Xg),mo.tagFor(Xg)
|
|
@@ -3705,9 +3705,9 @@ class Yg extends Vp{constructor(){super(Nd)}}Hp("icon-arrow-rotate-right",Yg),mo
|
|
|
3705
3705
|
class Qg extends Vp{constructor(){super(Zd)}}Hp("icon-arrow-u-rotate-left",Qg),mo.tagFor(Qg)
|
|
3706
3706
|
class Jg extends Vp{constructor(){super(qd)}}Hp("icon-arrow-up",Jg)
|
|
3707
3707
|
const ev=mo.tagFor(Jg)
|
|
3708
|
-
class tv extends Vp{constructor(){super(
|
|
3709
|
-
class iv extends Vp{constructor(){super(
|
|
3710
|
-
class ov extends Vp{constructor(){super(
|
|
3708
|
+
class tv extends Vp{constructor(){super(jd)}}Hp("icon-arrow-up-left-and-arrow-down-right",tv),mo.tagFor(tv)
|
|
3709
|
+
class iv extends Vp{constructor(){super(Gd)}}Hp("icon-arrows-maximize",iv),mo.tagFor(iv)
|
|
3710
|
+
class ov extends Vp{constructor(){super(Ud)}}Hp("icon-arrows-repeat",ov),mo.tagFor(ov)
|
|
3711
3711
|
class nv extends Vp{constructor(){super(Wd)}}Hp("icon-bars",nv),mo.tagFor(nv)
|
|
3712
3712
|
class sv extends Vp{constructor(){super(Kd)}}Hp("icon-bell",sv),mo.tagFor(sv)
|
|
3713
3713
|
class rv extends Vp{constructor(){super(Xd)}}Hp("icon-bell-and-comment",rv),mo.tagFor(rv)
|
|
@@ -3749,9 +3749,9 @@ class Bv extends Vp{constructor(){super(Eh)}}Hp("icon-comment",Bv),mo.tagFor(Bv)
|
|
|
3749
3749
|
class Nv extends Vp{constructor(){super(Oh)}}Hp("icon-computer-and-monitor",Nv),mo.tagFor(Nv)
|
|
3750
3750
|
class Zv extends Vp{constructor(){super(Fh)}}Hp("icon-copy",Zv),mo.tagFor(Zv)
|
|
3751
3751
|
class qv extends Vp{constructor(){super(Vh)}}Hp("icon-copy-text",qv),mo.tagFor(qv)
|
|
3752
|
-
class
|
|
3753
|
-
class
|
|
3754
|
-
class
|
|
3752
|
+
class jv extends Vp{constructor(){super(Hh)}}Hp("icon-dashboard-builder",jv),mo.tagFor(jv)
|
|
3753
|
+
class Gv extends Vp{constructor(){super(Ph)}}Hp("icon-dashboard-builder-legend",Gv),mo.tagFor(Gv)
|
|
3754
|
+
class Uv extends Vp{constructor(){super(Th)}}Hp("icon-dashboard-builder-templates",Uv),mo.tagFor(Uv)
|
|
3755
3755
|
class Wv extends Vp{constructor(){super(Dh)}}Hp("icon-dashboard-builder-tile",Wv),mo.tagFor(Wv)
|
|
3756
3756
|
class Kv extends Vp{constructor(){super(Lh)}}Hp("icon-database",Kv),mo.tagFor(Kv)
|
|
3757
3757
|
class Xv extends Vp{constructor(){super(zh)}}Hp("icon-database-check",Xv),mo.tagFor(Xv)
|
|
@@ -3759,9 +3759,9 @@ class Yv extends Vp{constructor(){super(Bh)}}Hp("icon-desktop",Yv),mo.tagFor(Yv)
|
|
|
3759
3759
|
class Qv extends Vp{constructor(){super(Nh)}}Hp("icon-donut-chart",Qv),mo.tagFor(Qv)
|
|
3760
3760
|
class Jv extends Vp{constructor(){super(Zh)}}Hp("icon-dot-solid-dot-stroke",Jv),mo.tagFor(Jv)
|
|
3761
3761
|
class em extends Vp{constructor(){super(qh)}}Hp("icon-dot-solid-dot-stroke-measurement",em),mo.tagFor(em)
|
|
3762
|
-
class tm extends Vp{constructor(){super(
|
|
3763
|
-
class im extends Vp{constructor(){super(
|
|
3764
|
-
class om extends Vp{constructor(){super(
|
|
3762
|
+
class tm extends Vp{constructor(){super(jh)}}Hp("icon-down-right-from-square",tm),mo.tagFor(tm)
|
|
3763
|
+
class im extends Vp{constructor(){super(Gh)}}Hp("icon-download",im),mo.tagFor(im)
|
|
3764
|
+
class om extends Vp{constructor(){super(Uh)}}Hp("icon-electronic-chip-zoomed",om),mo.tagFor(om)
|
|
3765
3765
|
class nm extends Vp{constructor(){super(Kh)}}Hp("icon-eye",nm),mo.tagFor(nm)
|
|
3766
3766
|
class sm extends Vp{constructor(){super(Xh)}}Hp("icon-fancy-a",sm),mo.tagFor(sm)
|
|
3767
3767
|
class rm extends Vp{constructor(){super(Yh)}}Hp("icon-file",rm),mo.tagFor(rm)
|
|
@@ -3803,18 +3803,18 @@ class Bm extends Vp{constructor(){super(Fu)}}Hp("icon-markdown",Bm),mo.tagFor(Bm
|
|
|
3803
3803
|
class Nm extends Vp{constructor(){super(Vu)}}Hp("icon-minus",Nm),mo.tagFor(Nm)
|
|
3804
3804
|
class Zm extends Vp{constructor(){super(Hu)}}Hp("icon-minus-wide",Zm)
|
|
3805
3805
|
const qm=mo.tagFor(Zm)
|
|
3806
|
-
class
|
|
3807
|
-
class
|
|
3808
|
-
class
|
|
3806
|
+
class jm extends Vp{constructor(){super(Pu)}}Hp("icon-mobile",jm),mo.tagFor(jm)
|
|
3807
|
+
class Gm extends Vp{constructor(){super(Tu)}}Hp("icon-notebook",Gm),mo.tagFor(Gm)
|
|
3808
|
+
class Um extends Vp{constructor(){super(Du)}}Hp("icon-number-list",Um),mo.tagFor(Um)
|
|
3809
3809
|
class Wm extends Vp{constructor(){super(Lu)}}Hp("icon-paste",Wm),mo.tagFor(Wm)
|
|
3810
3810
|
class Km extends Vp{constructor(){super(zu)}}Hp("icon-pencil",Km),mo.tagFor(Km)
|
|
3811
3811
|
class Xm extends Vp{constructor(){super(Bu)}}Hp("icon-pot-with-lid",Xm),mo.tagFor(Xm)
|
|
3812
3812
|
class Ym extends Vp{constructor(){super(Nu)}}Hp("icon-question",Ym),mo.tagFor(Ym)
|
|
3813
3813
|
class Qm extends Vp{constructor(){super(Zu)}}Hp("icon-running-arrow",Qm),mo.tagFor(Qm)
|
|
3814
3814
|
class Jm extends Vp{constructor(){super(qu)}}Hp("icon-server",Jm),mo.tagFor(Jm)
|
|
3815
|
-
class ef extends Vp{constructor(){super(
|
|
3816
|
-
class tf extends Vp{constructor(){super(
|
|
3817
|
-
class of extends Vp{constructor(){super(
|
|
3815
|
+
class ef extends Vp{constructor(){super(ju)}}Hp("icon-share-nodes",ef),mo.tagFor(ef)
|
|
3816
|
+
class tf extends Vp{constructor(){super(Gu)}}Hp("icon-shield-check",tf),mo.tagFor(tf)
|
|
3817
|
+
class of extends Vp{constructor(){super(Uu)}}Hp("icon-shield-xmark",of),mo.tagFor(of)
|
|
3818
3818
|
class nf extends Vp{constructor(){super(Wu)}}Hp("icon-signal-bars",nf),mo.tagFor(nf)
|
|
3819
3819
|
class sf extends Vp{constructor(){super(Ku)}}Hp("icon-sine-graph",sf),mo.tagFor(sf)
|
|
3820
3820
|
class rf extends Vp{constructor(){super(Xu)}}Hp("icon-skip-arrow",rf),mo.tagFor(rf)
|
|
@@ -3858,10 +3858,10 @@ class Zf extends Tt{constructor(){super(...arguments),this.propertyNotifier=v.ge
|
|
|
3858
3858
|
this.themeProvider=void 0}}handleChange(e,t){if(this.supportedLabels[t]){const e=this.supportedLabels[t],i=this[t]
|
|
3859
3859
|
this.themeProvider&&(null==i?e.deleteValueFor(this.themeProvider):e.setValueFor(this.themeProvider,i))}}initializeThemeProvider(){if(this.themeProvider=this.closest(Kr)??void 0,this.themeProvider)for(const[e,t]of Object.entries(this.supportedLabels)){const i=this[e]
|
|
3860
3860
|
null==i?t.deleteValueFor(this.themeProvider):t.setValueFor(this.themeProvider,i)}}}const qf={popupDismiss:Wp,numericDecrement:Kp,numericIncrement:Xp}
|
|
3861
|
-
class
|
|
3862
|
-
const jf
|
|
3863
|
-
mo.getOrCreate().withPrefix("nimble").register(
|
|
3864
|
-
const
|
|
3861
|
+
class jf extends Zf{constructor(){super(...arguments),this.supportedLabels=qf}}e([re({attribute:"popup-dismiss"})],jf.prototype,"popupDismiss",void 0),e([re({attribute:"numeric-decrement"})],jf.prototype,"numericDecrement",void 0),e([re({attribute:"numeric-increment"})],jf.prototype,"numericIncrement",void 0)
|
|
3862
|
+
const Gf=jf.compose({baseName:"label-provider-core"})
|
|
3863
|
+
mo.getOrCreate().withPrefix("nimble").register(Gf()),mo.tagFor(jf)
|
|
3864
|
+
const Uf="Collapse group",Wf="Expand group",Kf="Collapse all groups",Xf="Options",Yf="Grouped",Qf=co.create({name:"table-group-collapse-label",cssCustomPropertyName:null}).withDefault(Uf),Jf=co.create({name:"table-group-expand-label",cssCustomPropertyName:null}).withDefault(Wf),eb=co.create({name:"table-groups-collapse-all-label",cssCustomPropertyName:null}).withDefault(Kf),tb=co.create({name:"table-cell-action-menu-label",cssCustomPropertyName:null}).withDefault(Xf),ib=co.create({name:"table-column-header-grouped-indicator-label",cssCustomPropertyName:null}).withDefault(Yf),ob={groupCollapse:Qf,groupExpand:Jf,groupsCollapseAll:eb,cellActionMenu:tb,columnHeaderGroupedIndicator:ib}
|
|
3865
3865
|
class nb extends Zf{constructor(){super(...arguments),this.supportedLabels=ob}}e([re({attribute:"group-collapse"})],nb.prototype,"groupCollapse",void 0),e([re({attribute:"group-expand"})],nb.prototype,"groupExpand",void 0),e([re({attribute:"groups-collapse-all"})],nb.prototype,"groupsCollapseAll",void 0),e([re({attribute:"cell-action-menu"})],nb.prototype,"cellActionMenu",void 0),e([re({attribute:"column-header-grouped-indicator"})],nb.prototype,"columnHeaderGroupedIndicator",void 0)
|
|
3866
3866
|
const sb=nb.compose({baseName:"label-provider-table"})
|
|
3867
3867
|
mo.getOrCreate().withPrefix("nimble").register(sb()),mo.tagFor(nb)
|
|
@@ -3928,7 +3928,7 @@ const rb=we`
|
|
|
3928
3928
|
display: none;
|
|
3929
3929
|
}
|
|
3930
3930
|
`
|
|
3931
|
-
class ab extends Oi{get value(){return super.value}set value(e){super.value=`${e}`,this.$fastController.isConnected&&this.setAttribute("value",this.value)}connectedCallback(){super.connectedCallback(),this.setAttribute("value",this.value)}}const lb=ab.compose({baseName:"list-option",baseClass:Oi,template:(e,t)=>
|
|
3931
|
+
class ab extends Oi{get value(){return super.value}set value(e){super.value=`${e}`,this.$fastController.isConnected&&this.setAttribute("value",this.value)}connectedCallback(){super.connectedCallback(),this.setAttribute("value",this.value)}}const lb=ab.compose({baseName:"list-option",baseClass:Oi,template:(e,t)=>U`
|
|
3932
3932
|
<template
|
|
3933
3933
|
aria-checked="${e=>e.ariaChecked}"
|
|
3934
3934
|
aria-disabled="${e=>e.ariaDisabled}"
|
|
@@ -3994,7 +3994,7 @@ const cb=we`
|
|
|
3994
3994
|
background: ${bs(ts,.15)};
|
|
3995
3995
|
}
|
|
3996
3996
|
`))
|
|
3997
|
-
class db extends Oo{}const hb=db.compose({baseName:"menu",baseClass:Oo,template:(e,t)=>
|
|
3997
|
+
class db extends Oo{}const hb=db.compose({baseName:"menu",baseClass:Oo,template:(e,t)=>U`
|
|
3998
3998
|
<template
|
|
3999
3999
|
slot="${e=>e.slot?e.slot:e.isNestedMenu()?"submenu":void 0}"
|
|
4000
4000
|
role="menu"
|
|
@@ -4021,7 +4021,7 @@ const ub=we`
|
|
|
4021
4021
|
margin-top: ${ga};
|
|
4022
4022
|
margin-bottom: ${ga};
|
|
4023
4023
|
}
|
|
4024
|
-
`,pb=
|
|
4024
|
+
`,pb=U`
|
|
4025
4025
|
<template
|
|
4026
4026
|
?open="${e=>e.open}"
|
|
4027
4027
|
@focusout="${(e,t)=>e.focusoutHandler(t.event)}"
|
|
@@ -4044,7 +4044,7 @@ const ub=we`
|
|
|
4044
4044
|
<slot></slot>
|
|
4045
4045
|
<slot slot="end" name="end"></slot>
|
|
4046
4046
|
</${mg}>
|
|
4047
|
-
${De((e=>e.open),
|
|
4047
|
+
${De((e=>e.open),U`
|
|
4048
4048
|
<${Cd}
|
|
4049
4049
|
fixed-placement="true"
|
|
4050
4050
|
auto-update-mode="auto"
|
|
@@ -4159,7 +4159,7 @@ const fb=mo.tagFor(vb),bb=we`
|
|
|
4159
4159
|
grid-column: 3;
|
|
4160
4160
|
}
|
|
4161
4161
|
`
|
|
4162
|
-
class wb extends Eo{}const xb=wb.compose({baseName:"menu-item",baseClass:Eo,template:(e,t)=>
|
|
4162
|
+
class wb extends Eo{}const xb=wb.compose({baseName:"menu-item",baseClass:Eo,template:(e,t)=>U`
|
|
4163
4163
|
<template
|
|
4164
4164
|
role="${e=>e.role}"
|
|
4165
4165
|
aria-haspopup="${e=>e.hasSubmenu?"menu":void 0}"
|
|
@@ -4172,7 +4172,7 @@ class wb extends Eo{}const xb=wb.compose({baseName:"menu-item",baseClass:Eo,temp
|
|
|
4172
4172
|
@mouseout="${(e,t)=>e.handleMouseOut(t.event)}"
|
|
4173
4173
|
class="${e=>e.disabled?"disabled":""} ${e=>e.expanded?"expanded":""} ${e=>`indent-${e.startColumnCount}`}"
|
|
4174
4174
|
>
|
|
4175
|
-
${De((e=>e.role===Ro),
|
|
4175
|
+
${De((e=>e.role===Ro),U`
|
|
4176
4176
|
<div part="input-container" class="input-container">
|
|
4177
4177
|
<span part="checkbox" class="checkbox">
|
|
4178
4178
|
<slot name="checkbox-indicator">
|
|
@@ -4181,7 +4181,7 @@ class wb extends Eo{}const xb=wb.compose({baseName:"menu-item",baseClass:Eo,temp
|
|
|
4181
4181
|
</span>
|
|
4182
4182
|
</div>
|
|
4183
4183
|
`)}
|
|
4184
|
-
${De((e=>e.role===Mo),
|
|
4184
|
+
${De((e=>e.role===Mo),U`
|
|
4185
4185
|
<div part="input-container" class="input-container">
|
|
4186
4186
|
<span part="radio" class="radio">
|
|
4187
4187
|
<slot name="radio-indicator">
|
|
@@ -4196,7 +4196,7 @@ class wb extends Eo{}const xb=wb.compose({baseName:"menu-item",baseClass:Eo,temp
|
|
|
4196
4196
|
<slot></slot>
|
|
4197
4197
|
</span>
|
|
4198
4198
|
${Qe(0,t)}
|
|
4199
|
-
${De((e=>e.hasSubmenu),
|
|
4199
|
+
${De((e=>e.hasSubmenu),U`
|
|
4200
4200
|
<div
|
|
4201
4201
|
part="expand-collapse-glyph-container"
|
|
4202
4202
|
class="expand-collapse-glyph-container"
|
|
@@ -4208,7 +4208,7 @@ class wb extends Eo{}const xb=wb.compose({baseName:"menu-item",baseClass:Eo,temp
|
|
|
4208
4208
|
</span>
|
|
4209
4209
|
</div>
|
|
4210
4210
|
`)}
|
|
4211
|
-
${De((e=>e.expanded),
|
|
4211
|
+
${De((e=>e.expanded),U`
|
|
4212
4212
|
<${e.tagFor(gi)}
|
|
4213
4213
|
:anchorElement="${e=>e}"
|
|
4214
4214
|
vertical-positioning-mode="dynamic"
|
|
@@ -4406,7 +4406,7 @@ const yb="underline",$b="outline",Cb="block",kb=we`
|
|
|
4406
4406
|
}
|
|
4407
4407
|
`))
|
|
4408
4408
|
class Sb extends zo{constructor(){super(...arguments),this.appearance=yb,this.errorVisible=!1}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}e([re],Sb.prototype,"appearance",void 0),e([re({attribute:"error-text"})],Sb.prototype,"errorText",void 0),e([re({attribute:"error-visible",mode:"boolean"})],Sb.prototype,"errorVisible",void 0)
|
|
4409
|
-
const Ib=Sb.compose({baseName:"number-field",baseClass:zo,template:(e,t)=>
|
|
4409
|
+
const Ib=Sb.compose({baseName:"number-field",baseClass:zo,template:(e,t)=>U`
|
|
4410
4410
|
<template class="${e=>e.readOnly?"readonly":""}">
|
|
4411
4411
|
<label
|
|
4412
4412
|
part="label"
|
|
@@ -4460,7 +4460,7 @@ const Ib=Sb.compose({baseName:"number-field",baseClass:zo,template:(e,t)=>G`
|
|
|
4460
4460
|
aria-roledescription="${e=>e.ariaRoledescription}"
|
|
4461
4461
|
${Ve("control")}
|
|
4462
4462
|
/>
|
|
4463
|
-
${De((e=>!e.hideStep&&!e.readOnly&&!e.disabled),
|
|
4463
|
+
${De((e=>!e.hideStep&&!e.readOnly&&!e.disabled),U`
|
|
4464
4464
|
<div class="controls" part="controls">
|
|
4465
4465
|
<div class="step-up" part="step-up" @click="${e=>e.stepUp()}">
|
|
4466
4466
|
<slot name="step-up-glyph">
|
|
@@ -4481,7 +4481,7 @@ const Ib=Sb.compose({baseName:"number-field",baseClass:zo,template:(e,t)=>G`
|
|
|
4481
4481
|
${Qe(0,t)}
|
|
4482
4482
|
</div>
|
|
4483
4483
|
</template>
|
|
4484
|
-
`,styles:kb,shadowOptions:{delegatesFocus:!0},stepDownGlyph:
|
|
4484
|
+
`,styles:kb,shadowOptions:{delegatesFocus:!0},stepDownGlyph:U`
|
|
4485
4485
|
<${Ed}
|
|
4486
4486
|
class="step-up-down-button"
|
|
4487
4487
|
appearance="ghost"
|
|
@@ -4494,7 +4494,7 @@ const Ib=Sb.compose({baseName:"number-field",baseClass:zo,template:(e,t)=>G`
|
|
|
4494
4494
|
>
|
|
4495
4495
|
</${qm}>
|
|
4496
4496
|
</${Ed}>
|
|
4497
|
-
`,stepUpGlyph:
|
|
4497
|
+
`,stepUpGlyph:U`
|
|
4498
4498
|
<${Ed}
|
|
4499
4499
|
class="step-up-down-button"
|
|
4500
4500
|
appearance="ghost"
|
|
@@ -4506,7 +4506,7 @@ const Ib=Sb.compose({baseName:"number-field",baseClass:zo,template:(e,t)=>G`
|
|
|
4506
4506
|
slot="start">
|
|
4507
4507
|
</${zg}>
|
|
4508
4508
|
</${Ed}>
|
|
4509
|
-
`,end:
|
|
4509
|
+
`,end:U`
|
|
4510
4510
|
<${Tp}
|
|
4511
4511
|
severity="error"
|
|
4512
4512
|
class="error-icon"
|
|
@@ -4601,7 +4601,7 @@ const _b=we`
|
|
|
4601
4601
|
fill: rgba(${oa}, 0.3);
|
|
4602
4602
|
}
|
|
4603
4603
|
`
|
|
4604
|
-
class Rb extends qo{}const Mb=Rb.compose({baseName:"radio",baseClass:qo,template:(e,t)=>
|
|
4604
|
+
class Rb extends qo{}const Mb=Rb.compose({baseName:"radio",baseClass:qo,template:(e,t)=>U`
|
|
4605
4605
|
<template
|
|
4606
4606
|
role="radio"
|
|
4607
4607
|
class="${e=>e.checked?"checked":""} ${e=>e.readOnly?"readonly":""}"
|
|
@@ -4651,7 +4651,7 @@ const Ab=we`
|
|
|
4651
4651
|
color: ${Xl};
|
|
4652
4652
|
}
|
|
4653
4653
|
`
|
|
4654
|
-
class Eb extends Bo{}const Ob=Eb.compose({baseName:"radio-group",baseClass:Bo,template:(e,t)=>
|
|
4654
|
+
class Eb extends Bo{}const Ob=Eb.compose({baseName:"radio-group",baseClass:Bo,template:(e,t)=>U`
|
|
4655
4655
|
<template
|
|
4656
4656
|
role="radiogroup"
|
|
4657
4657
|
aria-disabled="${e=>e.disabled}"
|
|
@@ -4666,13 +4666,13 @@ class Eb extends Bo{}const Ob=Eb.compose({baseName:"radio-group",baseClass:Bo,te
|
|
|
4666
4666
|
part="positioning-region"
|
|
4667
4667
|
>
|
|
4668
4668
|
<slot
|
|
4669
|
-
${We({property:"slottedRadioButtons",filter:
|
|
4669
|
+
${We({property:"slottedRadioButtons",filter:je("[role=radio]")})}
|
|
4670
4670
|
></slot>
|
|
4671
4671
|
</div>
|
|
4672
4672
|
</template>
|
|
4673
4673
|
`,styles:Ab,shadowOptions:{delegatesFocus:!0}})
|
|
4674
4674
|
mo.getOrCreate().withPrefix("nimble").register(Ob()),mo.tagFor(Eb)
|
|
4675
|
-
const Fb=
|
|
4675
|
+
const Fb=U`
|
|
4676
4676
|
<template> Rich Text Editor here. </template>
|
|
4677
4677
|
`,Vb=we`
|
|
4678
4678
|
${Mn("flex")}
|
|
@@ -4684,7 +4684,7 @@ const Fb=G`
|
|
|
4684
4684
|
`
|
|
4685
4685
|
class Hb extends Tt{}const Pb=Hb.compose({baseName:"rich-text-editor",template:Fb,styles:Vb})
|
|
4686
4686
|
mo.getOrCreate().withPrefix("nimble").register(Pb()),mo.tagFor(Hb)
|
|
4687
|
-
const Tb=
|
|
4687
|
+
const Tb=U`
|
|
4688
4688
|
<template> Rich Text Viewer here. </template>
|
|
4689
4689
|
`,Db=we`
|
|
4690
4690
|
${Mn("flex")}
|
|
@@ -4724,7 +4724,7 @@ const Bb=we`
|
|
|
4724
4724
|
`))
|
|
4725
4725
|
class Nb extends Wo{constructor(){super(...arguments),this.appearance=yg,this.errorVisible=!1}setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(e,t){const i=this.value
|
|
4726
4726
|
super.slottedOptionsChanged(e,t),i&&(this.value=i)}regionChanged(e,t){this.region&&this.control&&(this.region.anchorElement=this.control)}controlChanged(e,t){this.region&&this.control&&(this.region.anchorElement=this.control)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}e([re],Nb.prototype,"appearance",void 0),e([re({attribute:"error-text"})],Nb.prototype,"errorText",void 0),e([re({attribute:"error-visible",mode:"boolean"})],Nb.prototype,"errorVisible",void 0),e([m],Nb.prototype,"region",void 0)
|
|
4727
|
-
const Zb=Nb.compose({baseName:"select",baseClass:Wo,template:(e,t)=>
|
|
4727
|
+
const Zb=Nb.compose({baseName:"select",baseClass:Wo,template:(e,t)=>U`
|
|
4728
4728
|
<template
|
|
4729
4729
|
class="${e=>[e.collapsible&&"collapsible",e.collapsible&&e.open&&"open",e.disabled&&"disabled",e.collapsible&&e.position].filter(Boolean).join(" ")}"
|
|
4730
4730
|
aria-activedescendant="${e=>e.ariaActiveDescendant}"
|
|
@@ -4742,7 +4742,7 @@ const Zb=Nb.compose({baseName:"select",baseClass:Wo,template:(e,t)=>G`
|
|
|
4742
4742
|
@keydown="${(e,t)=>e.keydownHandler(t.event)}"
|
|
4743
4743
|
@mousedown="${(e,t)=>e.mousedownHandler(t.event)}"
|
|
4744
4744
|
>
|
|
4745
|
-
${De((e=>e.collapsible),
|
|
4745
|
+
${De((e=>e.collapsible),U`
|
|
4746
4746
|
<div
|
|
4747
4747
|
class="control"
|
|
4748
4748
|
part="control"
|
|
@@ -4788,7 +4788,7 @@ const Zb=Nb.compose({baseName:"select",baseClass:Wo,template:(e,t)=>G`
|
|
|
4788
4788
|
</div>
|
|
4789
4789
|
</${Cd}>
|
|
4790
4790
|
</template>
|
|
4791
|
-
`,styles:Bb,indicator:Hd.data,end:
|
|
4791
|
+
`,styles:Bb,indicator:Hd.data,end:U`
|
|
4792
4792
|
<${Tp}
|
|
4793
4793
|
severity="error"
|
|
4794
4794
|
class="error-icon"
|
|
@@ -4946,17 +4946,17 @@ const qb=we`
|
|
|
4946
4946
|
:host([appearance='accent']) {
|
|
4947
4947
|
--ni-private-spinner-bits-background-color: ${hs};
|
|
4948
4948
|
}
|
|
4949
|
-
`)),
|
|
4949
|
+
`)),jb=U`
|
|
4950
4950
|
<template role="progressbar">
|
|
4951
4951
|
<div class="container">
|
|
4952
4952
|
<div class="bit1"></div>
|
|
4953
4953
|
<div class="bit2"></div>
|
|
4954
4954
|
</div>
|
|
4955
4955
|
</template>
|
|
4956
|
-
`,
|
|
4957
|
-
class
|
|
4958
|
-
const Wb=
|
|
4959
|
-
mo.getOrCreate().withPrefix("nimble").register(Wb()),mo.tagFor(
|
|
4956
|
+
`,Gb={default:void 0,accent:"accent"}
|
|
4957
|
+
class Ub extends Tt{constructor(){super(...arguments),this.appearance=Gb.default}}e([re],Ub.prototype,"appearance",void 0)
|
|
4958
|
+
const Wb=Ub.compose({baseName:"spinner",template:jb,styles:qb})
|
|
4959
|
+
mo.getOrCreate().withPrefix("nimble").register(Wb()),mo.tagFor(Ub)
|
|
4960
4960
|
const Kb=we`
|
|
4961
4961
|
${Mn("inline-flex")}
|
|
4962
4962
|
|
|
@@ -5117,7 +5117,7 @@ const Kb=we`
|
|
|
5117
5117
|
--ni-private-switch-indicator-border-color: ${ts};
|
|
5118
5118
|
--ni-private-switch-indicator-border-disabled-color: ${bs(ts,.3)};
|
|
5119
5119
|
}
|
|
5120
|
-
`)),Xb=
|
|
5120
|
+
`)),Xb=U`
|
|
5121
5121
|
<template
|
|
5122
5122
|
role="switch"
|
|
5123
5123
|
aria-checked="${e=>e.checked}"
|
|
@@ -5154,7 +5154,7 @@ const Kb=we`
|
|
|
5154
5154
|
`
|
|
5155
5155
|
class Yb extends Qo{}const Qb=Yb.compose({baseClass:Qo,baseName:"switch",template:Xb,styles:Kb})
|
|
5156
5156
|
mo.getOrCreate().withPrefix("nimble").register(Qb()),mo.tagFor(Yb)
|
|
5157
|
-
class Jb extends en{}const ew=Jb.compose({baseName:"tab",baseClass:en,template:(e,t)=>
|
|
5157
|
+
class Jb extends en{}const ew=Jb.compose({baseName:"tab",baseClass:en,template:(e,t)=>U`
|
|
5158
5158
|
<template slot="tab" role="tab" aria-disabled="${e=>e.disabled}">
|
|
5159
5159
|
<slot></slot>
|
|
5160
5160
|
</template>
|
|
@@ -5170,7 +5170,7 @@ const tw=we`
|
|
|
5170
5170
|
padding-top: ${va};
|
|
5171
5171
|
}
|
|
5172
5172
|
`
|
|
5173
|
-
class iw extends Jo{}const ow=iw.compose({baseName:"tab-panel",baseClass:Jo,template:(e,t)=>
|
|
5173
|
+
class iw extends Jo{}const ow=iw.compose({baseName:"tab-panel",baseClass:Jo,template:(e,t)=>U`
|
|
5174
5174
|
<template slot="tabpanel" role="tabpanel">
|
|
5175
5175
|
<slot></slot>
|
|
5176
5176
|
</template>
|
|
@@ -5544,10 +5544,10 @@ const n=e.getColumn(t),s=null==n?void 0:n.getAggregationFn()
|
|
|
5544
5544
|
return s?(v._groupingValuesCache[t]=s(t,g,h),v._groupingValuesCache[t]):void 0}}),p.forEach((e=>{n.push(e),s[e.id]=e})),v}))
|
|
5545
5545
|
return d},a=r(i.rows,0)
|
|
5546
5546
|
return a.forEach((e=>{n.push(e),s[e.id]=e})),{rows:a,flatRows:n,rowsById:s}}),{key:!1,debug:()=>{var t
|
|
5547
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugTable},onChange:()=>{e._queue((()=>{e._autoResetExpanded(),e._autoResetPageIndex()}))}})}const
|
|
5547
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugTable},onChange:()=>{e._queue((()=>{e._autoResetExpanded(),e._autoResetPageIndex()}))}})}const jw={none:void 0,ascending:"ascending",descending:"descending"},Gw={none:void 0,single:"single",multiple:"multiple"},Uw="notSelected",Ww="selected",Kw="partiallySelected",Xw="basic",Yw="localeAwareCaseSensitive"
|
|
5548
5548
|
class Qw extends Tt{}e([m],Qw.prototype,"groupHeaderValue",void 0),e([m],Qw.prototype,"columnConfig",void 0)
|
|
5549
5549
|
const Jw=e=>((e=>{let t
|
|
5550
|
-
try{t=document.createElement(e)}catch(e){}if(!(t instanceof Qw))throw new Error(`Group header view tag name (${e}) must evaluate to an element extending TableGroupHeaderView`)})(e),
|
|
5550
|
+
try{t=document.createElement(e)}catch(e){}if(!(t instanceof Qw))throw new Error(`Group header view tag name (${e}) must evaluate to an element extending TableGroupHeaderView`)})(e),U`
|
|
5551
5551
|
<${e}
|
|
5552
5552
|
:groupHeaderValue="${e=>e.groupRowValue}"
|
|
5553
5553
|
:columnConfig="${e=>e.groupColumn?.columnInternals.columnConfig}"
|
|
@@ -5559,7 +5559,7 @@ class ex extends Tt{constructor(){super(...arguments),this.delegatedEvents=[],th
|
|
|
5559
5559
|
if(this.delegatedEvents=[],this.delegatedEventHandler=()=>{},this.column){this.delegatedEvents=this.column.columnInternals.delegatedEvents,this.delegatedEventHandler=e=>{this.recordId&&this.column?.dispatchEvent(new CustomEvent("delegated-event",{detail:{originalEvent:e,recordId:this.recordId}}))}
|
|
5560
5560
|
for(const e of this.delegatedEvents)this.addEventListener(e,this.delegatedEventHandler)}}}e([m],ex.prototype,"cellRecord",void 0),e([m],ex.prototype,"columnConfig",void 0),e([m],ex.prototype,"column",void 0),e([m],ex.prototype,"recordId",void 0)
|
|
5561
5561
|
const tx=e=>((e=>{let t
|
|
5562
|
-
try{t=document.createElement(e)}catch(e){}if(!(t instanceof ex))throw new Error(`Cell view tag name (${e}) must evaluate to an element extending TableCellView`)})(e),
|
|
5562
|
+
try{t=document.createElement(e)}catch(e){}if(!(t instanceof ex))throw new Error(`Cell view tag name (${e}) must evaluate to an element extending TableCellView`)})(e),U`
|
|
5563
5563
|
<${e}
|
|
5564
5564
|
:cellRecord="${e=>e.cellState?.cellRecord}"
|
|
5565
5565
|
:columnConfig="${e=>e.cellState?.columnConfig}"
|
|
@@ -5569,10 +5569,10 @@ try{t=document.createElement(e)}catch(e){}if(!(t instanceof ex))throw new Error(
|
|
|
5569
5569
|
>
|
|
5570
5570
|
</${e}>
|
|
5571
5571
|
`)
|
|
5572
|
-
class ix{constructor(e){this.uniqueId=Nr("table-column-slot"),this.validConfiguration=!0,this.sortOperation=Xw,this.dataRecordFieldNames=[],this.groupingDisabled=!1,this.fractionalWidth=1,this.minPixelWidth=117,this.currentFractionalWidth=1,this.currentSortDirection=
|
|
5573
|
-
class ox extends Tt{constructor(){super(...arguments),this.columnInternals=new ix(this.getColumnInternalsOptions()),this.columnHidden=!1,this.sortDirection=
|
|
5572
|
+
class ix{constructor(e){this.uniqueId=Nr("table-column-slot"),this.validConfiguration=!0,this.sortOperation=Xw,this.dataRecordFieldNames=[],this.groupingDisabled=!1,this.fractionalWidth=1,this.minPixelWidth=117,this.currentFractionalWidth=1,this.currentSortDirection=jw.none,this.cellRecordFieldNames=e.cellRecordFieldNames,this.cellViewTemplate=tx(e.cellViewTag),this.groupHeaderViewTemplate=Jw(e.groupHeaderViewTag),this.delegatedEvents=e.delegatedEvents,this.sortOperation=e.sortOperation??Xw}fractionalWidthChanged(){this.currentFractionalWidth=this.fractionalWidth}pixelWidthChanged(){this.currentPixelWidth=this.pixelWidth}}e([m],ix.prototype,"columnConfig",void 0),e([m],ix.prototype,"validConfiguration",void 0),e([m],ix.prototype,"operandDataRecordFieldName",void 0),e([m],ix.prototype,"sortOperation",void 0),e([m],ix.prototype,"dataRecordFieldNames",void 0),e([m],ix.prototype,"groupingDisabled",void 0),e([m],ix.prototype,"groupIndex",void 0),e([m],ix.prototype,"pixelWidth",void 0),e([m],ix.prototype,"fractionalWidth",void 0),e([m],ix.prototype,"minPixelWidth",void 0),e([m],ix.prototype,"currentFractionalWidth",void 0),e([m],ix.prototype,"currentPixelWidth",void 0),e([m],ix.prototype,"currentSortIndex",void 0),e([m],ix.prototype,"currentSortDirection",void 0)
|
|
5573
|
+
class ox extends Tt{constructor(){super(...arguments),this.columnInternals=new ix(this.getColumnInternalsOptions()),this.columnHidden=!1,this.sortDirection=jw.none,this.sortingDisabled=!1,this.hasOverflow=!1}checkValidity(){return this.columnInternals.validConfiguration}get validity(){return{}}get headerTextContent(){return this.contentSlot.assignedNodes().map((e=>e.textContent?.trim())).join(" ")}sortDirectionChanged(){this.sortingDisabled||(this.columnInternals.currentSortDirection=this.sortDirection)}sortIndexChanged(){this.sortingDisabled||(this.columnInternals.currentSortIndex=this.sortIndex)}sortingDisabledChanged(){this.sortingDisabled?(this.columnInternals.currentSortDirection=jw.none,this.columnInternals.currentSortIndex=void 0):(this.columnInternals.currentSortDirection=this.sortDirection,this.columnInternals.currentSortIndex=this.sortIndex)}}e([re({attribute:"column-id"})],ox.prototype,"columnId",void 0),e([re({attribute:"action-menu-slot"})],ox.prototype,"actionMenuSlot",void 0),e([re({attribute:"action-menu-label"})],ox.prototype,"actionMenuLabel",void 0),e([re({attribute:"column-hidden",mode:"boolean"})],ox.prototype,"columnHidden",void 0),e([re({attribute:"sort-index",converter:ne})],ox.prototype,"sortIndex",void 0),e([re({attribute:"sort-direction"})],ox.prototype,"sortDirection",void 0),e([re({attribute:"sorting-disabled",mode:"boolean"})],ox.prototype,"sortingDisabled",void 0),e([m],ox.prototype,"hasOverflow",void 0)
|
|
5574
5574
|
class nx{constructor(){this.duplicateRecordId=!1,this.missingRecordId=!1,this.invalidRecordId=!1,this.duplicateColumnId=!1,this.missingColumnId=!1,this.duplicateSortIndex=!1,this.duplicateGroupIndex=!1,this.idFieldNameNotConfigured=!1,this.invalidColumnConfiguration=!1,this.recordIds=new Set}getValidity(){return{duplicateRecordId:this.duplicateRecordId,missingRecordId:this.missingRecordId,invalidRecordId:this.invalidRecordId,duplicateColumnId:this.duplicateColumnId,missingColumnId:this.missingColumnId,duplicateSortIndex:this.duplicateSortIndex,duplicateGroupIndex:this.duplicateGroupIndex,idFieldNameNotConfigured:this.idFieldNameNotConfigured,invalidColumnConfiguration:this.invalidColumnConfiguration}}isValid(){return Object.values(this.getValidity()).every((e=>!1===e))}areRecordIdsValid(){const e=this.getValidity()
|
|
5575
|
-
return!e.duplicateRecordId&&!e.missingRecordId&&!e.invalidRecordId}validateSelectionMode(e,t){return this.idFieldNameNotConfigured=e!==
|
|
5575
|
+
return!e.duplicateRecordId&&!e.missingRecordId&&!e.invalidRecordId}validateSelectionMode(e,t){return this.idFieldNameNotConfigured=e!==Gw.none&&"string"!=typeof t,!this.idFieldNameNotConfigured}validateRecordIds(e,t){if(this.duplicateRecordId=!1,this.missingRecordId=!1,this.invalidRecordId=!1,this.recordIds.clear(),"string"!=typeof t)return!0
|
|
5576
5576
|
for(const i of e){if(!Object.prototype.hasOwnProperty.call(i,t)){this.missingRecordId=!0
|
|
5577
5577
|
continue}const e=i[t]
|
|
5578
5578
|
"string"==typeof e?(this.recordIds.has(e)&&(this.duplicateRecordId=!0),this.recordIds.add(e)):this.invalidRecordId=!0}return!this.missingRecordId&&!this.invalidRecordId&&!this.duplicateRecordId}validateColumnIds(e){this.missingColumnId=!1,this.duplicateColumnId=!1
|
|
@@ -5777,7 +5777,7 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
|
|
|
5777
5777
|
.grouped-indicator {
|
|
5778
5778
|
flex: 0 0 auto;
|
|
5779
5779
|
}
|
|
5780
|
-
`,ax=
|
|
5780
|
+
`,ax=U`
|
|
5781
5781
|
<template role="columnheader"
|
|
5782
5782
|
aria-sort="${e=>e.ariaSort}"
|
|
5783
5783
|
${""}
|
|
@@ -5785,18 +5785,18 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
|
|
|
5785
5785
|
>
|
|
5786
5786
|
<slot></slot>
|
|
5787
5787
|
${""}
|
|
5788
|
-
${De((e=>e.sortDirection===
|
|
5788
|
+
${De((e=>e.sortDirection===jw.ascending),U`
|
|
5789
5789
|
<${ev} class="sort-indicator" aria-hidden="true"></${ev}>
|
|
5790
5790
|
`)}
|
|
5791
|
-
${De((e=>e.sortDirection===
|
|
5791
|
+
${De((e=>e.sortDirection===jw.descending),U`
|
|
5792
5792
|
<${Ng} class="sort-indicator" aria-hidden="true"></${Ng}>
|
|
5793
5793
|
`)}
|
|
5794
|
-
${De((e=>e.isGrouped),
|
|
5794
|
+
${De((e=>e.isGrouped),U`
|
|
5795
5795
|
<${Rf} class="grouped-indicator" title="${e=>ib.getValueFor(e)}"></${Rf}>
|
|
5796
5796
|
`)}
|
|
5797
5797
|
</template>
|
|
5798
5798
|
`
|
|
5799
|
-
class lx extends Tt{constructor(){super(...arguments),this.sortDirection=
|
|
5799
|
+
class lx extends Tt{constructor(){super(...arguments),this.sortDirection=jw.none,this.firstSortedColumn=!1,this.isGrouped=!1}sortDirectionChanged(e,t){this.updateAriaSort()}firstSortedColumnChanged(e,t){this.updateAriaSort()}updateAriaSort(){this.firstSortedColumn&&this.sortDirection!==jw.none?this.sortDirection===jw.ascending?this.ariaSort="ascending":this.ariaSort="descending":this.ariaSort=null}}e([re({attribute:"sort-direction"})],lx.prototype,"sortDirection",void 0),e([re({attribute:"first-sorted-column",mode:"boolean"})],lx.prototype,"firstSortedColumn",void 0),e([m],lx.prototype,"isGrouped",void 0)
|
|
5800
5800
|
const cx=lx.compose({baseName:"table-header",template:ax,styles:rx})
|
|
5801
5801
|
mo.getOrCreate().withPrefix("nimble").register(cx())
|
|
5802
5802
|
const dx=mo.tagFor(lx),hx=we`
|
|
@@ -5916,10 +5916,10 @@ const dx=mo.tagFor(lx),hx=we`
|
|
|
5916
5916
|
height: ${pa};
|
|
5917
5917
|
align-self: center;
|
|
5918
5918
|
}
|
|
5919
|
-
`,px=
|
|
5919
|
+
`,px=U`
|
|
5920
5920
|
<template role="cell" style="--ni-private-table-cell-nesting-level: ${e=>e.nestingLevel}">
|
|
5921
5921
|
${e=>e.cellViewTemplate}
|
|
5922
|
-
${De((e=>e.hasActionMenu),
|
|
5922
|
+
${De((e=>e.hasActionMenu),U`
|
|
5923
5923
|
<${fb} ${Ve("actionMenuButton")}
|
|
5924
5924
|
content-hidden
|
|
5925
5925
|
appearance="${Xc}"
|
|
@@ -5938,9 +5938,9 @@ const dx=mo.tagFor(lx),hx=we`
|
|
|
5938
5938
|
class gx extends Tt{constructor(){super(...arguments),this.hasActionMenu=!1,this.menuOpen=!1,this.nestingLevel=0}onActionMenuBeforeToggle(e){this.$emit("cell-action-menu-beforetoggle",e.detail)}onActionMenuToggle(e){this.menuOpen=e.detail.newState,this.$emit("cell-action-menu-toggle",e.detail)}}e([m],gx.prototype,"cellState",void 0),e([m],gx.prototype,"column",void 0),e([m],gx.prototype,"recordId",void 0),e([re({attribute:"has-action-menu",mode:"boolean"})],gx.prototype,"hasActionMenu",void 0),e([re({attribute:"menu-open",mode:"boolean"})],gx.prototype,"menuOpen",void 0),e([re({attribute:"action-menu-label"})],gx.prototype,"actionMenuLabel",void 0),e([m],gx.prototype,"cellViewTemplate",void 0),e([m],gx.prototype,"nestingLevel",void 0)
|
|
5939
5939
|
const vx=gx.compose({baseName:"table-cell",template:px,styles:ux})
|
|
5940
5940
|
mo.getOrCreate().withPrefix("nimble").register(vx())
|
|
5941
|
-
const mx=mo.tagFor(gx),fx=
|
|
5941
|
+
const mx=mo.tagFor(gx),fx=U`
|
|
5942
5942
|
<template role="row" aria-selected=${e=>e.ariaSelected}>
|
|
5943
|
-
${De((e=>e.selectable&&!e.hideSelection),
|
|
5943
|
+
${De((e=>e.selectable&&!e.hideSelection),U`
|
|
5944
5944
|
<span role="gridcell" class="checkbox-container">
|
|
5945
5945
|
<${ug}
|
|
5946
5946
|
${Ve("selectionCheckbox")}
|
|
@@ -5955,8 +5955,8 @@ const mx=mo.tagFor(gx),fx=G`
|
|
|
5955
5955
|
<span class="row-front-spacer"></span>
|
|
5956
5956
|
|
|
5957
5957
|
<span ${Ve("cellContainer")} class="cell-container">
|
|
5958
|
-
${qe((e=>e.columnStates),
|
|
5959
|
-
${De((e=>!e.column.columnHidden),
|
|
5958
|
+
${qe((e=>e.columnStates),U`
|
|
5959
|
+
${De((e=>!e.column.columnHidden),U`
|
|
5960
5960
|
<${mx}
|
|
5961
5961
|
class="cell"
|
|
5962
5962
|
:cellState="${e=>e.cellState}"
|
|
@@ -5970,7 +5970,7 @@ const mx=mo.tagFor(gx),fx=G`
|
|
|
5970
5970
|
:nestingLevel="${e=>e.cellIndentLevel};"
|
|
5971
5971
|
>
|
|
5972
5972
|
|
|
5973
|
-
${De(((e,t)=>t.parent.currentActionMenuColumn===e.column&&e.column.actionMenuSlot),
|
|
5973
|
+
${De(((e,t)=>t.parent.currentActionMenuColumn===e.column&&e.column.actionMenuSlot),U`
|
|
5974
5974
|
<slot
|
|
5975
5975
|
name="${e=>`row-action-menu-${e.column.actionMenuSlot}`}"
|
|
5976
5976
|
slot="cellActionMenu"
|
|
@@ -6100,13 +6100,13 @@ const xx=mo.tagFor(bx),yx=we`
|
|
|
6100
6100
|
:host(:hover)::before {
|
|
6101
6101
|
background-color: ${bs(ts,.1)};
|
|
6102
6102
|
}
|
|
6103
|
-
`)),$x=
|
|
6103
|
+
`)),$x=U`
|
|
6104
6104
|
<template
|
|
6105
6105
|
role="row"
|
|
6106
6106
|
@click=${e=>e.onGroupExpandToggle()}
|
|
6107
6107
|
style="--ni-private-table-group-row-indent-level: ${e=>e.nestingLevel};"
|
|
6108
6108
|
>
|
|
6109
|
-
${De((e=>e.selectable),
|
|
6109
|
+
${De((e=>e.selectable),U`
|
|
6110
6110
|
<span role="gridcell" class="checkbox-container">
|
|
6111
6111
|
<${ug}
|
|
6112
6112
|
${Ve("selectionCheckbox")}
|
|
@@ -6125,7 +6125,7 @@ const xx=mo.tagFor(bx),yx=we`
|
|
|
6125
6125
|
class="expand-collapse-button"
|
|
6126
6126
|
tabindex="-1"
|
|
6127
6127
|
>
|
|
6128
|
-
<${
|
|
6128
|
+
<${Gg} ${Ve("expandIcon")} slot="start" class="expander-icon ${e=>e.animationClass}"></${Gg}>
|
|
6129
6129
|
${e=>e.expanded?Qf.getValueFor(e):Jf.getValueFor(e)}
|
|
6130
6130
|
</${Ed}>
|
|
6131
6131
|
</span>
|
|
@@ -6136,18 +6136,18 @@ const xx=mo.tagFor(bx),yx=we`
|
|
|
6136
6136
|
</div>
|
|
6137
6137
|
</template>
|
|
6138
6138
|
`
|
|
6139
|
-
class Cx extends Tt{constructor(){super(...arguments),this.nestingLevel=0,this.expanded=!1,this.selectable=!1,this.selectionState=
|
|
6139
|
+
class Cx extends Tt{constructor(){super(...arguments),this.nestingLevel=0,this.expanded=!1,this.selectable=!1,this.selectionState=Uw,this.animationClass="",this.ignoreSelectionChangeEvents=!1,this.removeAnimatingClass=()=>{this.animationClass="",this.expandIcon.removeEventListener("transitionend",this.removeAnimatingClass)}}onGroupExpandToggle(){this.$emit("group-expand-toggle"),this.animationClass="animating",this.expandIcon.addEventListener("transitionend",this.removeAnimatingClass)}onSelectionChange(e){if(this.ignoreSelectionChangeEvents)return
|
|
6140
6140
|
const t=e.target.checked
|
|
6141
|
-
this.selectionState=t?Ww:
|
|
6141
|
+
this.selectionState=t?Ww:Uw
|
|
6142
6142
|
const i={oldState:!t,newState:t}
|
|
6143
6143
|
this.$emit("group-selection-toggle",i)}selectionStateChanged(){this.setSelectionCheckboxState()}selectionCheckboxChanged(){this.setSelectionCheckboxState()}setSelectionCheckboxState(){this.selectionCheckbox&&(this.ignoreSelectionChangeEvents=!0,this.selectionCheckbox.checked=this.selectionState===Ww,this.selectionCheckbox.indeterminate=this.selectionState===Kw,this.ignoreSelectionChangeEvents=!1)}}e([m],Cx.prototype,"groupRowValue",void 0),e([m],Cx.prototype,"nestingLevel",void 0),e([m],Cx.prototype,"leafItemCount",void 0),e([m],Cx.prototype,"groupColumn",void 0),e([re({mode:"boolean"})],Cx.prototype,"expanded",void 0),e([re({mode:"boolean"})],Cx.prototype,"selectable",void 0),e([re({attribute:"selection-state"})],Cx.prototype,"selectionState",void 0),e([m],Cx.prototype,"selectionCheckbox",void 0),e([m],Cx.prototype,"animationClass",void 0)
|
|
6144
6144
|
const kx=Cx.compose({baseName:"table-group-row",template:$x,styles:yx})
|
|
6145
6145
|
mo.getOrCreate().withPrefix("nimble").register(kx())
|
|
6146
|
-
const Sx=mo.tagFor(Cx),Ix=
|
|
6146
|
+
const Sx=mo.tagFor(Cx),Ix=U`
|
|
6147
6147
|
<template
|
|
6148
6148
|
role="grid"
|
|
6149
6149
|
aria-multiselectable="${e=>e.ariaMultiSelectable}"
|
|
6150
|
-
${Xe({property:"childItems",filter:
|
|
6150
|
+
${Xe({property:"childItems",filter:je()})}
|
|
6151
6151
|
>
|
|
6152
6152
|
<div class="table-container ${e=>e.documentShiftKeyDown?"disable-select":""}"
|
|
6153
6153
|
style="
|
|
@@ -6164,7 +6164,7 @@ const Sx=mo.tagFor(Cx),Ix=G`
|
|
|
6164
6164
|
<div role="rowgroup" class="header-row-container">
|
|
6165
6165
|
<div class="header-row" role="row">
|
|
6166
6166
|
<span class="header-row-action-container" ${Ve("headerRowActionContainer")}>
|
|
6167
|
-
${De((e=>e.selectionMode===
|
|
6167
|
+
${De((e=>e.selectionMode===Gw.multiple),U`
|
|
6168
6168
|
<span role="columnheader" class="checkbox-container">
|
|
6169
6169
|
<${ug}
|
|
6170
6170
|
${Ve("selectionCheckbox")}
|
|
@@ -6188,23 +6188,23 @@ const Sx=mo.tagFor(Cx),Ix=G`
|
|
|
6188
6188
|
</span>
|
|
6189
6189
|
</span>
|
|
6190
6190
|
<span class="column-headers-container" ${Ve("columnHeadersContainer")}>
|
|
6191
|
-
${qe((e=>e.visibleColumns),
|
|
6191
|
+
${qe((e=>e.visibleColumns),U`
|
|
6192
6192
|
<div class="header-container">
|
|
6193
|
-
${De(((e,t)=>t.index>0),
|
|
6193
|
+
${De(((e,t)=>t.index>0),U`
|
|
6194
6194
|
<div class="column-divider left ${(e,t)=>""+(t.parent.layoutManager.activeColumnIndex===t.index?"active":"")}"
|
|
6195
6195
|
@mousedown="${(e,t)=>t.parent.onLeftDividerMouseDown(t.event,t.index)}">
|
|
6196
6196
|
</div>
|
|
6197
6197
|
`)}
|
|
6198
6198
|
<${dx}
|
|
6199
6199
|
class="header"
|
|
6200
|
-
sort-direction="${e=>"number"==typeof e.columnInternals.currentSortIndex?e.columnInternals.currentSortDirection:
|
|
6200
|
+
sort-direction="${e=>"number"==typeof e.columnInternals.currentSortIndex?e.columnInternals.currentSortDirection:jw.none}"
|
|
6201
6201
|
?first-sorted-column="${(e,t)=>e===t.parent.firstSortedColumn}"
|
|
6202
6202
|
@click="${(e,t)=>t.parent.toggleColumnSort(e,t.event.shiftKey)}"
|
|
6203
6203
|
:isGrouped=${e=>"number"==typeof e.columnInternals.groupIndex&&!e.columnInternals.groupingDisabled}
|
|
6204
6204
|
>
|
|
6205
6205
|
<slot name="${e=>e.slot}"></slot>
|
|
6206
6206
|
</${dx}>
|
|
6207
|
-
${De(((e,t)=>t.index<t.length-1),
|
|
6207
|
+
${De(((e,t)=>t.index<t.length-1),U`
|
|
6208
6208
|
<div class="column-divider right ${(e,t)=>""+(t.parent.layoutManager.activeColumnIndex===t.index?"active":"")}"
|
|
6209
6209
|
@mousedown="${(e,t)=>t.parent.onRightDividerMouseDown(t.event,t.index)}">
|
|
6210
6210
|
</div>
|
|
@@ -6217,11 +6217,11 @@ const Sx=mo.tagFor(Cx),Ix=G`
|
|
|
6217
6217
|
</div>
|
|
6218
6218
|
<div class="table-viewport" ${Ve("viewport")}>
|
|
6219
6219
|
<div class="table-scroll"></div>
|
|
6220
|
-
<div class="table-row-container" ${Xe({property:"rowElements",filter:
|
|
6220
|
+
<div class="table-row-container" ${Xe({property:"rowElements",filter:je(xx)})}
|
|
6221
6221
|
role="rowgroup">
|
|
6222
|
-
${De((e=>e.columns.length>0&&e.canRenderRows),
|
|
6223
|
-
${qe((e=>e.virtualizer.visibleItems),
|
|
6224
|
-
${De(((e,t)=>t.parent.tableData[e.index]?.isGrouped),
|
|
6222
|
+
${De((e=>e.columns.length>0&&e.canRenderRows),U`
|
|
6223
|
+
${qe((e=>e.virtualizer.visibleItems),U`
|
|
6224
|
+
${De(((e,t)=>t.parent.tableData[e.index]?.isGrouped),U`
|
|
6225
6225
|
<${Sx}
|
|
6226
6226
|
class="group-row"
|
|
6227
6227
|
:groupRowValue="${(e,t)=>t.parent.tableData[e.index]?.groupRowValue}"
|
|
@@ -6229,20 +6229,20 @@ const Sx=mo.tagFor(Cx),Ix=G`
|
|
|
6229
6229
|
:nestingLevel="${(e,t)=>t.parent.tableData[e.index]?.nestingLevel}"
|
|
6230
6230
|
:leafItemCount="${(e,t)=>t.parent.tableData[e.index]?.leafItemCount}"
|
|
6231
6231
|
:groupColumn="${(e,t)=>t.parent.tableData[e.index]?.groupColumn}"
|
|
6232
|
-
?selectable="${(e,t)=>t.parent.selectionMode===
|
|
6232
|
+
?selectable="${(e,t)=>t.parent.selectionMode===Gw.multiple}"
|
|
6233
6233
|
selection-state="${(e,t)=>t.parent.tableData[e.index]?.selectionState}"
|
|
6234
6234
|
@group-selection-toggle="${(e,t)=>t.parent.onRowSelectionToggle(e.index,t.event)}"
|
|
6235
6235
|
@group-expand-toggle="${(e,t)=>t.parent.handleGroupRowExpanded(e.index,t.event)}"
|
|
6236
6236
|
>
|
|
6237
6237
|
</${Sx}>
|
|
6238
6238
|
`)}
|
|
6239
|
-
${De(((e,t)=>!t.parent.tableData[e.index]?.isGrouped),
|
|
6239
|
+
${De(((e,t)=>!t.parent.tableData[e.index]?.isGrouped),U`
|
|
6240
6240
|
<${xx}
|
|
6241
6241
|
class="row"
|
|
6242
6242
|
record-id="${(e,t)=>t.parent.tableData[e.index]?.id}"
|
|
6243
|
-
?selectable="${(e,t)=>t.parent.selectionMode!==
|
|
6243
|
+
?selectable="${(e,t)=>t.parent.selectionMode!==Gw.none}"
|
|
6244
6244
|
?selected="${(e,t)=>t.parent.tableData[e.index]?.selectionState===Ww}"
|
|
6245
|
-
?hide-selection="${(e,t)=>t.parent.selectionMode!==
|
|
6245
|
+
?hide-selection="${(e,t)=>t.parent.selectionMode!==Gw.multiple}"
|
|
6246
6246
|
:dataRecord="${(e,t)=>t.parent.tableData[e.index]?.record}"
|
|
6247
6247
|
:columns="${(e,t)=>t.parent.columns}"
|
|
6248
6248
|
:nestingLevel="${(e,t)=>t.parent.tableData[e.index]?.nestingLevel}"
|
|
@@ -6251,8 +6251,8 @@ const Sx=mo.tagFor(Cx),Ix=G`
|
|
|
6251
6251
|
@row-action-menu-beforetoggle="${(e,t)=>t.parent.onRowActionMenuBeforeToggle(e.index,t.event)}"
|
|
6252
6252
|
@row-action-menu-toggle="${(e,t)=>t.parent.onRowActionMenuToggle(t.event)}"
|
|
6253
6253
|
>
|
|
6254
|
-
${De(((e,t)=>t.parent.openActionMenuRecordId===t.parent.tableData[e.index]?.id),
|
|
6255
|
-
${qe(((e,t)=>t.parent.actionMenuSlots),
|
|
6254
|
+
${De(((e,t)=>t.parent.openActionMenuRecordId===t.parent.tableData[e.index]?.id),U`
|
|
6255
|
+
${qe(((e,t)=>t.parent.actionMenuSlots),U`
|
|
6256
6256
|
<slot
|
|
6257
6257
|
name="${e=>e}"
|
|
6258
6258
|
slot="${e=>`row-action-menu-${e}`}">
|
|
@@ -6405,9 +6405,9 @@ let e=0
|
|
|
6405
6405
|
for(let t=0;t<this.visibleColumns.length&&e<this.gridSizedColumns.length;t++){const i=this.visibleColumns[t]
|
|
6406
6406
|
i===this.gridSizedColumns[e]&&(e+=1,i.columnInternals.currentFractionalWidth=i.columnInternals.currentPixelWidth/this.initialColumnPixelWidths[t].initialPixelWidth*this.initialColumnPixelWidths[t].initalColumnFractionalWidth,i.columnInternals.currentPixelWidth=void 0)}}getVisibleColumns(){return this.table.columns.filter((e=>!e.columnHidden))}getLeftColumnIndexFromDivider(e){return Math.floor(e/2)}}e([m],Bx.prototype,"isColumnBeingSized",void 0),e([m],Bx.prototype,"activeColumnIndex",void 0)
|
|
6407
6407
|
class Nx{constructor(e){this.trackedItems={},this.trackedItems=e.reduce(((e,t)=>({...e,[t]:!1})),this.trackedItems)}getTrackedItems(){return{...this.trackedItems}}isTracked(e){return this.trackedItems[e]}track(e){this.trackedItems[e]=!0}untrack(e){this.trackedItems[e]=!1}trackAll(){this.setAllKeys(!0)}untrackAll(){this.setAllKeys(!1)}allTracked(){return Object.values(this.trackedItems).every((e=>e))}anyTracked(){return Object.values(this.trackedItems).some((e=>e))}noneTracked(){return Object.values(this.trackedItems).every((e=>!e))}setAllKeys(e){this.trackedItems=Object.keys(this.trackedItems).reduce(((t,i)=>({...t,[i]:e})),this.trackedItems)}}class Zx extends Nx{}const qx=(e,...t)=>{for(const i of t)if(e===i)return!0
|
|
6408
|
-
return!1},
|
|
6409
|
-
return!1},
|
|
6410
|
-
class
|
|
6408
|
+
return!1},jx=(e,...t)=>{for(const i of t)if(e===i)return!0
|
|
6409
|
+
return!1},Gx=["rowIds","groupRows","columnIds","columnSort","columnWidths","columnDefinition","actionMenuSlots","selectionMode"]
|
|
6410
|
+
class Ux extends Zx{constructor(e){super(Gx),this.table=e,this.updateQueued=!1}get updateRowIds(){return this.isTracked("rowIds")}get updateGroupRows(){return this.isTracked("groupRows")}get updateColumnIds(){return this.isTracked("columnIds")}get updateColumnSort(){return this.isTracked("columnSort")}get updateColumnWidths(){return this.isTracked("columnWidths")}get updateColumnDefinition(){return this.isTracked("columnDefinition")}get updateActionMenuSlots(){return this.isTracked("actionMenuSlots")}get updateSelectionMode(){return this.isTracked("selectionMode")}get requiresTanStackUpdate(){return this.isTracked("rowIds")||this.isTracked("columnSort")||this.isTracked("columnDefinition")||this.isTracked("groupRows")||this.isTracked("selectionMode")}get requiresTanStackDataReset(){return this.isTracked("rowIds")||this.isTracked("columnDefinition")}trackAllStateChanged(){this.trackAll(),this.queueUpdate()}get hasPendingUpdates(){return this.updateQueued}trackColumnPropertyChanged(e){qx(e,"columnId")?this.track("columnIds"):jx(e,"operandDataRecordFieldName","sortOperation")?this.track("columnDefinition"):qx(e,"sortingDisabled")||jx(e,"currentSortDirection","currentSortIndex")?this.track("columnSort"):qx(e,"columnHidden")||jx(e,"currentFractionalWidth","currentPixelWidth","minPixelWidth")?this.track("columnWidths"):qx(e,"actionMenuSlot")?this.track("actionMenuSlots"):jx(e,"groupIndex","groupingDisabled")&&this.track("groupRows"),this.queueUpdate()}trackColumnInstancesChanged(){this.track("columnIds"),this.track("columnDefinition"),this.track("columnSort"),this.track("columnWidths"),this.track("actionMenuSlots"),this.track("groupRows"),this.queueUpdate()}trackIdFieldNameChanged(){this.track("rowIds"),this.queueUpdate()}trackSelectionModeChanged(){this.track("selectionMode"),this.queueUpdate()}queueUpdate(){this.table.$fastController.isConnected&&(this.updateQueued||(this.updateQueued=!0,u.queueUpdate((()=>{this.table.update(),this.untrackAll(),this.updateQueued=!1}))))}}class Wx{constructor(e){this.tanStackTable=e}reset(){}toggleIsRowSelected(e,t){e.isGrouped&&e.selectionState===Ww?this.deselectAllLeafRows(e.id):this.tanStackTable.getRow(e.id).toggleSelected(t)}selectSingleRow(e){if(e.isGrouped)throw new Error("function not intended to select grouped rows")
|
|
6411
6411
|
const t=this.tanStackTable.getState().rowSelection,i=[]
|
|
6412
6412
|
if(Object.entries(t).forEach((([e,t])=>{t&&i.push(e)})),1===i.length&&i[0]===e.id)return!1
|
|
6413
6413
|
const o={}
|
|
@@ -6427,10 +6427,10 @@ this.updateSelectionStateForRange(e,i,n,o,!0)}updateSelectionStateForRange(e,t,i
|
|
|
6427
6427
|
const s=Math.min(t,i),r=Math.max(t,i)
|
|
6428
6428
|
for(let t=s;t<=r;t++){const i=o[t]
|
|
6429
6429
|
i.getIsGrouped()||this.updateSelectionStateForRow(e,i.id,n)}const a=o[i]
|
|
6430
|
-
a.getIsGrouped()&&this.getAllLeafRowIds(a.id).forEach((t=>this.updateSelectionStateForRow(e,t,n)))}updateSelectionStateForRow(e,t,i){i?e[t]=!0:delete e[t]}getRowIndexForId(e,t){return e?t.findIndex((t=>t.id===e)):-1}}class Yx extends Wx{handleRowSelectionToggle(e,t,i){return this.toggleIsRowSelected(e,t),!0}handleRowClick(e,t,i){return this.selectSingleRow(e)}handleActionMenuOpening(e){return this.handleRowClick(e,!1,!1)}}class Qx{constructor(e,t){this.tanStackTable=e,this.selectionManager=this.createSelectionManager(t)}handleRowSelectionToggle(e,t,i){return!!e&&this.selectionManager.handleRowSelectionToggle(e,t,i)}handleRowClick(e,t,i){return!!e&&this.selectionManager.handleRowClick(e,t,i)}handleActionMenuOpening(e){return!!e&&this.selectionManager.handleActionMenuOpening(e)}handleSelectionModeChanged(e){this.selectionManager=this.createSelectionManager(e)}handleSelectionReset(){this.selectionManager.reset()}createSelectionManager(e){switch(e){case
|
|
6431
|
-
case
|
|
6432
|
-
case
|
|
6433
|
-
default:throw new Error("unknown selection mode found")}}}class Jx extends Tt{constructor(){super(),this.selectionMode=
|
|
6430
|
+
a.getIsGrouped()&&this.getAllLeafRowIds(a.id).forEach((t=>this.updateSelectionStateForRow(e,t,n)))}updateSelectionStateForRow(e,t,i){i?e[t]=!0:delete e[t]}getRowIndexForId(e,t){return e?t.findIndex((t=>t.id===e)):-1}}class Yx extends Wx{handleRowSelectionToggle(e,t,i){return this.toggleIsRowSelected(e,t),!0}handleRowClick(e,t,i){return this.selectSingleRow(e)}handleActionMenuOpening(e){return this.handleRowClick(e,!1,!1)}}class Qx{constructor(e,t){this.tanStackTable=e,this.selectionManager=this.createSelectionManager(t)}handleRowSelectionToggle(e,t,i){return!!e&&this.selectionManager.handleRowSelectionToggle(e,t,i)}handleRowClick(e,t,i){return!!e&&this.selectionManager.handleRowClick(e,t,i)}handleActionMenuOpening(e){return!!e&&this.selectionManager.handleActionMenuOpening(e)}handleSelectionModeChanged(e){this.selectionManager=this.createSelectionManager(e)}handleSelectionReset(){this.selectionManager.reset()}createSelectionManager(e){switch(e){case Gw.multiple:return new Xx(this.tanStackTable)
|
|
6431
|
+
case Gw.single:return new Yx(this.tanStackTable)
|
|
6432
|
+
case Gw.none:return new Kx(this.tanStackTable)
|
|
6433
|
+
default:throw new Error("unknown selection mode found")}}}class Jx extends Tt{constructor(){super(),this.selectionMode=Gw.none,this.tableData=[],this.columns=[],this.childItems=[],this.rowElements=[],this.actionMenuSlots=[],this.canRenderRows=!0,this.scrollX=0,this.selectionState=Uw,this.showCollapseAll=!1,this.visibleColumns=[],this.tableScrollableMinWidth=0,this.documentShiftKeyDown=!1,this.tableValidator=new nx,this.tableUpdateTracker=new Ux(this),this.columnNotifiers=[],this.isInitialized=!1,this.collapsedRows=new Set,this.ignoreSelectionChangeEvents=!1,this.onViewPortScroll=e=>{this.scrollX=e.target.scrollLeft},this.onKeyDown=e=>{e.key===Lr&&(this.documentShiftKeyDown=!0)},this.onKeyUp=e=>{e.key===Lr&&(this.documentShiftKeyDown=!1)},this.getIsRowExpanded=e=>{if(!e.getIsGrouped())return!1
|
|
6434
6434
|
const t=this.table.options.state.expanded
|
|
6435
6435
|
return!0===t||(Object.keys(t??{}).includes(e.id)?t[e.id]:!this.collapsedRows.has(e.id))},this.handleRowSelectionChange=e=>{const t=e instanceof Function?e(this.table.getState().rowSelection):e
|
|
6436
6436
|
this.updateTableOptions({state:{rowSelection:t}})},this.handleExpandedChange=e=>{const t=e instanceof Function?e(this.table.getState().expanded):e
|
|
@@ -6462,43 +6462,43 @@ i.state={rowSelection:this.calculateTanStackSelectionState(e)}}this.updateTableO
|
|
|
6462
6462
|
const e=this.options.state.rowSelection
|
|
6463
6463
|
if(!e)return[]
|
|
6464
6464
|
const t=[]
|
|
6465
|
-
return Object.entries(e).forEach((([e,i])=>{i&&t.push(e)})),t}async setSelectedRecordIds(e){await this.processPendingUpdates(),this.selectionMode!==
|
|
6465
|
+
return Object.entries(e).forEach((([e,i])=>{i&&t.push(e)})),t}async setSelectedRecordIds(e){await this.processPendingUpdates(),this.selectionMode!==Gw.none&&this.updateTableOptions({state:{rowSelection:this.calculateTanStackSelectionState(e)}})}connectedCallback(){super.connectedCallback(),this.initialize(),this.virtualizer.connectedCallback(),this.viewport.addEventListener("scroll",this.onViewPortScroll,{passive:!0}),document.addEventListener("keydown",this.onKeyDown),document.addEventListener("keyup",this.onKeyUp)}disconnectedCallback(){super.disconnectedCallback(),this.virtualizer.disconnectedCallback(),this.viewport.removeEventListener("scroll",this.onViewPortScroll),document.removeEventListener("keydown",this.onKeyDown),document.removeEventListener("keyup",this.onKeyUp)}checkValidity(){return this.tableValidator.isValid()}handleChange(e,t){(e instanceof ox||e instanceof ix)&&"string"==typeof t&&("validConfiguration"===t?this.tableValidator.validateColumnConfigurations(this.columns):this.tableUpdateTracker.trackColumnPropertyChanged(t))}onRowSelectionToggle(e,t){t.stopImmediatePropagation()
|
|
6466
6466
|
this.selectionManager.handleRowSelectionToggle(this.tableData[e],t.detail.newState,this.documentShiftKeyDown)&&this.emitSelectionChangeEvent()}onRowClick(e,t){return this.selectionManager.handleRowClick(this.tableData[e],t.shiftKey,t.ctrlKey||t.metaKey)&&this.emitSelectionChangeEvent(),!0}onAllRowsSelectionChange(e){e.stopPropagation(),this.ignoreSelectionChangeEvents||(this.table.toggleAllRowsSelected(this.selectionCheckbox.checked),this.emitSelectionChangeEvent())}onRowActionMenuBeforeToggle(e,t){t.stopImmediatePropagation(),this.handleActionMenuBeforeToggleEvent(e,t)}onRowActionMenuToggle(e){e.stopImmediatePropagation(),this.handleRowActionMenuToggleEvent(e)}handleCollapseAllGroupRows(){this.collapsedRows.clear(),this.table.getRowModel().flatRows.filter((e=>e.getIsGrouped())).forEach((e=>this.collapsedRows.add(e.id))),this.table.toggleAllRowsExpanded(!1)}onRightDividerMouseDown(e,t){0===e.button&&this.layoutManager.beginColumnInteractiveSize(e.clientX,2*t)}onLeftDividerMouseDown(e,t){0===e.button&&this.layoutManager.beginColumnInteractiveSize(e.clientX,2*t-1)}handleGroupRowExpanded(e,t){this.toggleGroupExpanded(e),t.stopPropagation()}toggleColumnSort(e,t){if(e.sortingDisabled)return
|
|
6467
6467
|
const i=this.getColumnsParticipatingInSorting().sort(((e,t)=>e.columnInternals.currentSortIndex-t.columnInternals.currentSortIndex)),o=i.indexOf(e),n=o>-1,s=e.columnInternals.currentSortDirection
|
|
6468
|
-
let r=
|
|
6469
|
-
n?s===
|
|
6468
|
+
let r=jw.ascending
|
|
6469
|
+
n?s===jw.descending?(i.splice(o,1),r=jw.none,e.columnInternals.currentSortIndex=void 0):r=jw.descending:i.push(e),e.columnInternals.currentSortDirection=r
|
|
6470
6470
|
for(let o=0;o<i.length;o++){const n=i[o]
|
|
6471
|
-
t?i[o].columnInternals.currentSortIndex=o:n===e?n.columnInternals.currentSortIndex=0:(n.columnInternals.currentSortIndex=void 0,n.columnInternals.currentSortDirection=
|
|
6472
|
-
case
|
|
6471
|
+
t?i[o].columnInternals.currentSortIndex=o:n===e?n.columnInternals.currentSortIndex=0:(n.columnInternals.currentSortIndex=void 0,n.columnInternals.currentSortDirection=jw.none)}this.emitColumnConfigurationChangeEvent()}update(){this.validate(),this.tableUpdateTracker.requiresTanStackUpdate&&this.updateTanStack(),this.tableUpdateTracker.updateActionMenuSlots&&this.updateActionMenuSlots(),this.tableUpdateTracker.updateColumnWidths&&(this.rowGridColumns=this.layoutManager.getGridTemplateColumns(),this.visibleColumns=this.columns.filter((e=>!e.columnHidden))),this.tableUpdateTracker.updateGroupRows&&(this.showCollapseAll=this.getColumnsParticipatingInGrouping().length>0)}get ariaMultiSelectable(){switch(this.selectionMode){case Gw.multiple:return"true"
|
|
6472
|
+
case Gw.single:return"false"
|
|
6473
6473
|
default:return null}}getHeaderContainerElements(){return this.columnHeadersContainer.querySelectorAll(".header-container")}selectionModeChanged(e,t){this.$fastController.isConnected&&this.tableUpdateTracker.trackSelectionModeChanged()}idFieldNameChanged(e,t){this.$fastController.isConnected&&this.tableUpdateTracker.trackIdFieldNameChanged()}columnsChanged(e,t){this.$fastController.isConnected&&(this.observeColumns(),this.tableUpdateTracker.trackColumnInstancesChanged())}async handleActionMenuBeforeToggleEvent(e,t){this.selectionManager.handleActionMenuOpening(this.tableData[e])&&await this.emitSelectionChangeEvent(),this.openActionMenuRecordId=t.detail.recordIds[0]
|
|
6474
6474
|
const i=await this.getActionMenuToggleEventDetail(t)
|
|
6475
6475
|
this.$emit("action-menu-beforetoggle",i)}async handleRowActionMenuToggleEvent(e){const t=await this.getActionMenuToggleEventDetail(e)
|
|
6476
|
-
this.$emit("action-menu-toggle",t),e.detail.newState||(this.openActionMenuRecordId=void 0)}async getActionMenuToggleEventDetail(e){const t=this.selectionMode===
|
|
6476
|
+
this.$emit("action-menu-toggle",t),e.detail.newState||(this.openActionMenuRecordId=void 0)}async getActionMenuToggleEventDetail(e){const t=this.selectionMode===Gw.multiple?await this.getSelectedRecordIds():[this.openActionMenuRecordId]
|
|
6477
6477
|
return{...e.detail,recordIds:t}}removeColumnObservers(){this.columnNotifiers.forEach((e=>{e.unsubscribe(this)})),this.columnNotifiers=[]}initialize(){this.isInitialized||(this.isInitialized=!0,this.$fastController.onConnectedCallback(),this.tableUpdateTracker.trackAllStateChanged(),this.observeColumns())}async processPendingUpdates(){if(this.initialize(),await u.nextUpdate(),this.tableUpdateTracker.hasPendingUpdates)throw new Error("Expected pending updates to be resolved")}observeColumns(){this.removeColumnObservers()
|
|
6478
6478
|
for(const e of this.columns){const t=v.getNotifier(e)
|
|
6479
6479
|
t.subscribe(this),this.columnNotifiers.push(t)
|
|
6480
|
-
v.getNotifier(e.columnInternals).subscribe(this),this.columnNotifiers.push(t)}}getColumnsParticipatingInSorting(){return this.columns.filter((e=>!e.sortingDisabled&&e.columnInternals.currentSortDirection!==
|
|
6480
|
+
v.getNotifier(e.columnInternals).subscribe(this),this.columnNotifiers.push(t)}}getColumnsParticipatingInSorting(){return this.columns.filter((e=>!e.sortingDisabled&&e.columnInternals.currentSortDirection!==jw.none&&"number"==typeof e.columnInternals.currentSortIndex))}getColumnsParticipatingInGrouping(){return this.columns.filter((e=>!e.columnInternals.groupingDisabled&&"number"==typeof e.columnInternals.groupIndex))}childItemsChanged(){this.updateColumnsFromChildItems()}async updateColumnsFromChildItems(){const e=this.childItems.map((async e=>e.matches(":not(:defined)")?customElements.whenDefined(e.localName):Promise.resolve()))
|
|
6481
6481
|
await Promise.all(e),this.columns=this.childItems.filter((e=>e instanceof ox))}updateTanStack(){const e={state:{}}
|
|
6482
|
-
this.tableUpdateTracker.updateColumnSort&&(e.state.sorting=this.calculateTanStackSortState()),this.tableUpdateTracker.updateColumnDefinition&&(e.columns=this.calculateTanStackColumns()),this.tableUpdateTracker.updateRowIds&&(e.getRowId=this.calculateTanStackRowIdFunction(),e.state.rowSelection={},this.selectionManager.handleSelectionReset()),this.tableUpdateTracker.updateSelectionMode&&(e.enableMultiRowSelection=this.selectionMode===
|
|
6482
|
+
this.tableUpdateTracker.updateColumnSort&&(e.state.sorting=this.calculateTanStackSortState()),this.tableUpdateTracker.updateColumnDefinition&&(e.columns=this.calculateTanStackColumns()),this.tableUpdateTracker.updateRowIds&&(e.getRowId=this.calculateTanStackRowIdFunction(),e.state.rowSelection={},this.selectionManager.handleSelectionReset()),this.tableUpdateTracker.updateSelectionMode&&(e.enableMultiRowSelection=this.selectionMode===Gw.multiple,e.enableSubRowSelection=this.selectionMode===Gw.multiple,e.state.rowSelection={},this.selectionManager.handleSelectionModeChanged(this.selectionMode)),this.tableUpdateTracker.requiresTanStackDataReset&&(e.data=[...this.table.options.data]),this.tableUpdateTracker.updateGroupRows&&(e.state.grouping=this.calculateTanStackGroupingState(),e.state.expanded=!0,this.collapsedRows.clear()),this.updateTableOptions(e)}updateActionMenuSlots(){const e=new Set
|
|
6483
6483
|
for(const t of this.columns)t.actionMenuSlot&&e.add(t.actionMenuSlot)
|
|
6484
6484
|
this.actionMenuSlots=Array.from(e)}validate(){this.tableValidator.validateSelectionMode(this.selectionMode,this.idFieldName),this.tableValidator.validateColumnIds(this.columns.map((e=>e.columnId))),this.tableValidator.validateColumnSortIndices(this.getColumnsParticipatingInSorting().map((e=>e.columnInternals.currentSortIndex))),this.tableValidator.validateColumnGroupIndices(this.getColumnsParticipatingInGrouping().map((e=>e.columnInternals.groupIndex))),this.tableValidator.validateColumnConfigurations(this.columns),this.validateWithData(this.table.options.data)}validateWithData(e){this.tableValidator.validateRecordIds(e,this.idFieldName),this.canRenderRows=this.checkValidity()}emitColumnConfigurationChangeEvent(){const e={columns:this.columns.map((e=>({columnId:e.columnId,sortIndex:e.columnInternals.currentSortIndex??void 0,sortDirection:e.columnInternals.currentSortDirection,groupIndex:e.columnInternals.groupIndex,hidden:e.columnHidden,fractionalWidth:e.columnInternals.currentFractionalWidth,pixelWidth:e.columnInternals.currentPixelWidth})))}
|
|
6485
6485
|
this.$emit("column-configuration-change",e)}async emitSelectionChangeEvent(){const e={selectedRecordIds:await this.getSelectedRecordIds()}
|
|
6486
6486
|
this.$emit("selection-change",e)}selectionStateChanged(){this.setSelectionCheckboxState()}selectionCheckboxChanged(){this.setSelectionCheckboxState()}setSelectionCheckboxState(){this.selectionCheckbox&&(this.ignoreSelectionChangeEvents=!0,this.selectionCheckbox.checked=this.selectionState===Ww,this.selectionCheckbox.indeterminate=this.selectionState===Kw,this.ignoreSelectionChangeEvents=!1)}refreshRows(){this.selectionState=this.getTableSelectionState()
|
|
6487
6487
|
const e=this.table.getRowModel().rows
|
|
6488
|
-
this.tableData=e.map((e=>({record:e.original,id:e.id,selectionState:this.getRowSelectionState(e),isGrouped:e.getIsGrouped(),isExpanded:e.getIsExpanded(),groupRowValue:e.getIsGrouped()?e.getValue(e.groupingColumnId):void 0,nestingLevel:e.depth,leafItemCount:e.getLeafRows().filter((e=>0===e.getLeafRows().length)).length,groupColumn:this.getGroupRowColumn(e)}))),this.virtualizer.dataChanged()}getTableSelectionState(){return this.table.getIsAllRowsSelected()?Ww:this.table.getIsSomeRowsSelected()?Kw:
|
|
6488
|
+
this.tableData=e.map((e=>({record:e.original,id:e.id,selectionState:this.getRowSelectionState(e),isGrouped:e.getIsGrouped(),isExpanded:e.getIsExpanded(),groupRowValue:e.getIsGrouped()?e.getValue(e.groupingColumnId):void 0,nestingLevel:e.depth,leafItemCount:e.getLeafRows().filter((e=>0===e.getLeafRows().length)).length,groupColumn:this.getGroupRowColumn(e)}))),this.virtualizer.dataChanged()}getTableSelectionState(){return this.table.getIsAllRowsSelected()?Ww:this.table.getIsSomeRowsSelected()?Kw:Uw}getRowSelectionState(e){return e.getIsGrouped()?this.getGroupedRowSelectionState(e):e.getIsSelected()?Ww:Uw}getGroupedRowSelectionState(e){const t=e.subRows??[]
|
|
6489
6489
|
let i=!1,o=!1
|
|
6490
|
-
for(const e of t){if(e.getIsGrouped()){switch(this.getGroupedRowSelectionState(e)){case
|
|
6490
|
+
for(const e of t){if(e.getIsGrouped()){switch(this.getGroupedRowSelectionState(e)){case Uw:o=!0
|
|
6491
6491
|
break
|
|
6492
6492
|
case Ww:i=!0
|
|
6493
6493
|
break
|
|
6494
6494
|
default:return Kw}}else e.getIsSelected()?i=!0:o=!0
|
|
6495
|
-
if(i&&o)return Kw}return i?Ww:
|
|
6495
|
+
if(i&&o)return Kw}return i?Ww:Uw}getGroupRowColumn(e){const t=e.groupingColumnId
|
|
6496
6496
|
if(void 0!==t)return this.columns.find((e=>e.columnInternals.uniqueId===t))}updateTableOptions(e){this.options={...this.options,...e,state:{...this.options.state,...e.state}},this.table.setOptions(this.options),this.refreshRows()}toggleGroupExpanded(e){const t=this.table.getRowModel().rows[e]
|
|
6497
6497
|
t.getIsExpanded()?this.collapsedRows.add(t.id):this.collapsedRows.delete(t.id),t.toggleExpanded()}calculateTanStackSortState(){const e=this.getColumnsParticipatingInSorting().sort(((e,t)=>e.columnInternals.currentSortIndex-t.columnInternals.currentSortIndex))
|
|
6498
|
-
return this.firstSortedColumn=e.length?e[0]:void 0,e.map((e=>({id:e.columnInternals.uniqueId,desc:e.columnInternals.currentSortDirection===
|
|
6499
|
-
if("string"==typeof i)return t[i]},sortingFn:Lx(e.columnInternals.sortOperation),sortUndefined:!1})))}calculateTanStackSelectionState(e){if(this.selectionMode===
|
|
6498
|
+
return this.firstSortedColumn=e.length?e[0]:void 0,e.map((e=>({id:e.columnInternals.uniqueId,desc:e.columnInternals.currentSortDirection===jw.descending})))}calculateTanStackGroupingState(){return this.getColumnsParticipatingInGrouping().sort(((e,t)=>e.columnInternals.groupIndex-t.columnInternals.groupIndex)).map((e=>e.columnInternals.uniqueId))}calculateTanStackRowIdFunction(){return null===this.idFieldName||void 0===this.idFieldName?void 0:e=>e[this.idFieldName]}calculateTanStackColumns(){return this.columns.map((e=>({id:e.columnInternals.uniqueId,accessorFn:t=>{const i=e.columnInternals.operandDataRecordFieldName
|
|
6499
|
+
if("string"==typeof i)return t[i]},sortingFn:Lx(e.columnInternals.sortOperation),sortUndefined:!1})))}calculateTanStackSelectionState(e){if(this.selectionMode===Gw.none)return{}
|
|
6500
6500
|
const t={},i=this.tableValidator.getPresentRecordIds(e)
|
|
6501
|
-
for(const e of i)if(t[e]=!0,this.selectionMode===
|
|
6501
|
+
for(const e of i)if(t[e]=!0,this.selectionMode===Gw.single)break
|
|
6502
6502
|
return t}}e([re({attribute:"id-field-name"})],Jx.prototype,"idFieldName",void 0),e([re({attribute:"selection-mode"})],Jx.prototype,"selectionMode",void 0),e([m],Jx.prototype,"tableData",void 0),e([m],Jx.prototype,"columns",void 0),e([m],Jx.prototype,"childItems",void 0),e([m],Jx.prototype,"rowElements",void 0),e([m],Jx.prototype,"actionMenuSlots",void 0),e([m],Jx.prototype,"openActionMenuRecordId",void 0),e([m],Jx.prototype,"canRenderRows",void 0),e([m],Jx.prototype,"scrollX",void 0),e([m],Jx.prototype,"rowGridColumns",void 0),e([m],Jx.prototype,"selectionState",void 0),e([m],Jx.prototype,"selectionCheckbox",void 0),e([m],Jx.prototype,"showCollapseAll",void 0),e([m],Jx.prototype,"firstSortedColumn",void 0),e([m],Jx.prototype,"visibleColumns",void 0),e([m],Jx.prototype,"tableScrollableMinWidth",void 0)
|
|
6503
6503
|
const ey=Jx.compose({baseName:"table",template:Ix,styles:sx})
|
|
6504
6504
|
mo.getOrCreate().withPrefix("nimble").register(ey()),mo.tagFor(Jx)
|
|
@@ -6514,7 +6514,7 @@ const ty=we`
|
|
|
6514
6514
|
}
|
|
6515
6515
|
`
|
|
6516
6516
|
class iy{constructor(e,t){this.target=e,this.propertyName=t}bind(e){this.source=e,this.setSourceValue(!1),this.mouseOverHandler=()=>{const e=this.target.offsetWidth<this.target.scrollWidth
|
|
6517
|
-
this.setSourceValue(e)},this.mouseOutHandler=()=>{this.setSourceValue(!1)},this.target.addEventListener("mouseover",this.mouseOverHandler),this.target.addEventListener("mouseout",this.mouseOutHandler)}unbind(){this.source=void 0,this.target.removeEventListener("mouseover",this.mouseOverHandler),this.target.removeEventListener("mouseout",this.mouseOutHandler)}setSourceValue(e){this.source[this.propertyName]=e}}function oy(e){return new C("nimble-overflow",iy,e)}const ny=
|
|
6517
|
+
this.setSourceValue(e)},this.mouseOutHandler=()=>{this.setSourceValue(!1)},this.target.addEventListener("mouseover",this.mouseOverHandler),this.target.addEventListener("mouseout",this.mouseOutHandler)}unbind(){this.source=void 0,this.target.removeEventListener("mouseover",this.mouseOverHandler),this.target.removeEventListener("mouseout",this.mouseOutHandler)}setSourceValue(e){this.source[this.propertyName]=e}}function oy(e){return new C("nimble-overflow",iy,e)}const ny=U`
|
|
6518
6518
|
<template slot="${e=>e.columnInternals.uniqueId}">
|
|
6519
6519
|
<span
|
|
6520
6520
|
${oy("hasOverflow")}
|
|
@@ -6546,15 +6546,11 @@ function sy(e){class t extends e{fractionalWidthChanged(){"number"==typeof this.
|
|
|
6546
6546
|
overflow: hidden;
|
|
6547
6547
|
text-overflow: ellipsis;
|
|
6548
6548
|
}
|
|
6549
|
-
|
|
6550
|
-
.placeholder {
|
|
6551
|
-
color: ${Kl};
|
|
6552
|
-
}
|
|
6553
|
-
`,ly=G`
|
|
6549
|
+
`,ly=U`
|
|
6554
6550
|
<template
|
|
6555
6551
|
@click="${(e,t)=>("string"==typeof e.cellRecord.href&&t.event.stopPropagation(),!0)}"
|
|
6556
6552
|
>
|
|
6557
|
-
${De((e=>"string"==typeof e.cellRecord.href),
|
|
6553
|
+
${De((e=>"string"==typeof e.cellRecord.href),U`
|
|
6558
6554
|
<${Wc}
|
|
6559
6555
|
${Ve("anchor")}
|
|
6560
6556
|
${oy("hasOverflow")}
|
|
@@ -6568,32 +6564,30 @@ function sy(e){class t extends e{fractionalWidthChanged(){"number"==typeof this.
|
|
|
6568
6564
|
download="${e=>e.columnConfig.download}"
|
|
6569
6565
|
underline-hidden="${e=>e.columnConfig.underlineHidden}"
|
|
6570
6566
|
appearance="${e=>e.columnConfig.appearance}"
|
|
6571
|
-
title=${e=>e.hasOverflow
|
|
6567
|
+
title=${e=>e.hasOverflow?e.text:null}
|
|
6572
6568
|
>
|
|
6573
|
-
${e=>e.
|
|
6569
|
+
${e=>e.text}
|
|
6574
6570
|
</${Wc}>`)}
|
|
6575
|
-
${De((e=>"string"!=typeof e.cellRecord.href),
|
|
6571
|
+
${De((e=>"string"!=typeof e.cellRecord.href),U`
|
|
6576
6572
|
<span
|
|
6577
6573
|
${oy("hasOverflow")}
|
|
6578
|
-
|
|
6579
|
-
title=${e=>e.hasOverflow&&e.content?e.content:null}
|
|
6574
|
+
title=${e=>e.hasOverflow?e.text:null}
|
|
6580
6575
|
>
|
|
6581
|
-
${e=>e.
|
|
6576
|
+
${e=>e.text}
|
|
6582
6577
|
</span>`)}
|
|
6583
6578
|
</template>
|
|
6584
6579
|
`
|
|
6585
|
-
class cy extends ex{constructor(){super(...arguments),this.hasOverflow=!1}get
|
|
6580
|
+
class cy extends ex{constructor(){super(...arguments),this.hasOverflow=!1}get text(){return"string"==typeof this.cellRecord.label?this.cellRecord.label:"string"==typeof this.cellRecord.href?this.cellRecord.href:""}focusedRecycleCallback(){this.anchor?.blur()}}e([m],cy.prototype,"hasOverflow",void 0),e([f],cy.prototype,"text",null)
|
|
6586
6581
|
const dy=cy.compose({baseName:"table-column-anchor-cell-view",template:ly,styles:ay})
|
|
6587
6582
|
mo.getOrCreate().withPrefix("nimble").register(dy())
|
|
6588
6583
|
const hy=mo.tagFor(cy)
|
|
6589
|
-
class uy extends Qw{constructor(){super(...arguments),this.hasOverflow=!1,this.text=""
|
|
6590
|
-
const py=
|
|
6584
|
+
class uy extends Qw{constructor(){super(...arguments),this.hasOverflow=!1,this.text=""}}e([m],uy.prototype,"hasOverflow",void 0),e([m],uy.prototype,"text",void 0)
|
|
6585
|
+
const py=U`
|
|
6591
6586
|
<span
|
|
6592
6587
|
${oy("hasOverflow")}
|
|
6593
|
-
|
|
6594
|
-
title="${e=>e.hasOverflow&&e.content?e.content:void 0}"
|
|
6588
|
+
title="${e=>e.hasOverflow&&e.text?e.text:null}"
|
|
6595
6589
|
>
|
|
6596
|
-
${e=>e.
|
|
6590
|
+
${e=>e.text}
|
|
6597
6591
|
</span>
|
|
6598
6592
|
`,gy=we`
|
|
6599
6593
|
span {
|
|
@@ -6603,25 +6597,20 @@ const py=G`
|
|
|
6603
6597
|
overflow: hidden;
|
|
6604
6598
|
text-overflow: ellipsis;
|
|
6605
6599
|
}
|
|
6606
|
-
|
|
6607
|
-
.placeholder {
|
|
6608
|
-
color: ${Kl};
|
|
6609
|
-
}
|
|
6610
6600
|
`
|
|
6611
|
-
class vy extends uy{
|
|
6601
|
+
class vy extends uy{groupHeaderValueChanged(){this.text="string"==typeof this.groupHeaderValue?this.groupHeaderValue:""}}const my=vy.compose({baseName:"table-column-text-group-header",template:py,styles:gy})
|
|
6612
6602
|
mo.getOrCreate().withPrefix("nimble").register(my())
|
|
6613
6603
|
const fy=mo.tagFor(vy)
|
|
6614
|
-
class by extends(ry(sy(ox))){constructor(){super(...arguments),this.underlineHidden=!1}getColumnInternalsOptions(){return{cellRecordFieldNames:["label","href"],cellViewTag:hy,groupHeaderViewTag:fy,delegatedEvents:["click"],sortOperation:Yw}}labelFieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.labelFieldName,this.hrefFieldName],this.columnInternals.operandDataRecordFieldName=this.labelFieldName}hrefFieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.labelFieldName,this.hrefFieldName]}
|
|
6604
|
+
class by extends(ry(sy(ox))){constructor(){super(...arguments),this.underlineHidden=!1}getColumnInternalsOptions(){return{cellRecordFieldNames:["label","href"],cellViewTag:hy,groupHeaderViewTag:fy,delegatedEvents:["click"],sortOperation:Yw}}labelFieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.labelFieldName,this.hrefFieldName],this.columnInternals.operandDataRecordFieldName=this.labelFieldName}hrefFieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.labelFieldName,this.hrefFieldName]}appearanceChanged(){this.updateColumnConfig()}underlineHiddenChanged(){this.updateColumnConfig()}hreflangChanged(){this.updateColumnConfig()}pingChanged(){this.updateColumnConfig()}referrerpolicyChanged(){this.updateColumnConfig()}relChanged(){this.updateColumnConfig()}targetChanged(){this.updateColumnConfig()}typeChanged(){this.updateColumnConfig()}downloadChanged(){this.updateColumnConfig()}updateColumnConfig(){this.columnInternals.columnConfig={appearance:this.appearance,underlineHidden:this.underlineHidden,hreflang:this.hreflang,ping:this.ping,referrerpolicy:this.referrerpolicy,rel:this.rel,target:this.target,type:this.type,download:this.download}}}e([re({attribute:"label-field-name"})],by.prototype,"labelFieldName",void 0),e([re({attribute:"href-field-name"})],by.prototype,"hrefFieldName",void 0),e([re],by.prototype,"appearance",void 0),e([re({attribute:"underline-hidden",mode:"boolean"})],by.prototype,"underlineHidden",void 0),e([re],by.prototype,"hreflang",void 0),e([re],by.prototype,"ping",void 0),e([re],by.prototype,"referrerpolicy",void 0),e([re],by.prototype,"rel",void 0),e([re],by.prototype,"target",void 0),e([re],by.prototype,"type",void 0),e([re],by.prototype,"download",void 0)
|
|
6615
6605
|
const wy=by.compose({baseName:"table-column-anchor",template:ny,styles:ty})
|
|
6616
6606
|
mo.getOrCreate().withPrefix("nimble").register(wy()),mo.tagFor(by)
|
|
6617
|
-
class xy extends(ry(sy(ox))){fieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.fieldName],this.columnInternals.operandDataRecordFieldName=this.fieldName}
|
|
6618
|
-
const yy=
|
|
6607
|
+
class xy extends(ry(sy(ox))){fieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.fieldName],this.columnInternals.operandDataRecordFieldName=this.fieldName}}e([re({attribute:"field-name"})],xy.prototype,"fieldName",void 0)
|
|
6608
|
+
const yy=U`
|
|
6619
6609
|
<span
|
|
6620
6610
|
${oy("hasOverflow")}
|
|
6621
|
-
|
|
6622
|
-
title=${e=>e.hasOverflow&&e.content?e.content:null}
|
|
6611
|
+
title=${e=>e.hasOverflow&&e.text?e.text:null}
|
|
6623
6612
|
>
|
|
6624
|
-
${e=>e.
|
|
6613
|
+
${e=>e.text}
|
|
6625
6614
|
</span>
|
|
6626
6615
|
`,$y=we`
|
|
6627
6616
|
span {
|
|
@@ -6631,13 +6620,9 @@ const yy=G`
|
|
|
6631
6620
|
overflow: hidden;
|
|
6632
6621
|
text-overflow: ellipsis;
|
|
6633
6622
|
}
|
|
6634
|
-
|
|
6635
|
-
.placeholder {
|
|
6636
|
-
color: ${Kl};
|
|
6637
|
-
}
|
|
6638
6623
|
`
|
|
6639
|
-
class Cy extends ex{constructor(){super(...arguments),this.hasOverflow=!1,this.text=""
|
|
6640
|
-
class ky extends Cy{
|
|
6624
|
+
class Cy extends ex{constructor(){super(...arguments),this.hasOverflow=!1,this.text=""}}e([m],Cy.prototype,"hasOverflow",void 0),e([m],Cy.prototype,"text",void 0)
|
|
6625
|
+
class ky extends Cy{cellRecordChanged(){this.text="string"==typeof this.cellRecord.value?this.cellRecord.value:""}}const Sy=ky.compose({baseName:"table-column-text-cell-view",template:yy,styles:$y})
|
|
6641
6626
|
mo.getOrCreate().withPrefix("nimble").register(Sy())
|
|
6642
6627
|
const Iy=mo.tagFor(ky)
|
|
6643
6628
|
class _y extends xy{getColumnInternalsOptions(){return{cellRecordFieldNames:["value"],cellViewTag:Iy,groupHeaderViewTag:fy,delegatedEvents:[],sortOperation:Yw}}}const Ry=_y.compose({baseName:"table-column-text",template:ny,styles:ty})
|
|
@@ -6670,13 +6655,13 @@ const My=we`
|
|
|
6670
6655
|
overflow: auto;
|
|
6671
6656
|
}
|
|
6672
6657
|
`
|
|
6673
|
-
class Ay extends on{constructor(){super(),this.activeindicator=!1}}const Ey=Ay.compose({baseName:"tabs",baseClass:on,template:(e,t)=>
|
|
6658
|
+
class Ay extends on{constructor(){super(),this.activeindicator=!1}}const Ey=Ay.compose({baseName:"tabs",baseClass:on,template:(e,t)=>U`
|
|
6674
6659
|
<template class="${e=>e.orientation}">
|
|
6675
6660
|
${Je(0,t)}
|
|
6676
6661
|
<div class="tablist" part="tablist" role="tablist">
|
|
6677
6662
|
<slot class="tab" name="tab" part="tab" ${We("tabs")}></slot>
|
|
6678
6663
|
|
|
6679
|
-
${De((e=>e.showActiveIndicator),
|
|
6664
|
+
${De((e=>e.showActiveIndicator),U`
|
|
6680
6665
|
<div
|
|
6681
6666
|
${Ve("activeIndicatorRef")}
|
|
6682
6667
|
class="activeIndicator"
|
|
@@ -6709,7 +6694,7 @@ const Oy=we`
|
|
|
6709
6694
|
rgba(${oa}, 0.3);
|
|
6710
6695
|
margin: calc(${va} / 4) calc(${va} / 2);
|
|
6711
6696
|
}
|
|
6712
|
-
`,Fy=
|
|
6697
|
+
`,Fy=U`
|
|
6713
6698
|
<template slot="end">
|
|
6714
6699
|
<div class="separator"></div>
|
|
6715
6700
|
<slot></slot>
|
|
@@ -6881,7 +6866,7 @@ const Py="outline",Ty="block",Dy=we`
|
|
|
6881
6866
|
}
|
|
6882
6867
|
`))
|
|
6883
6868
|
class Ly extends an{constructor(){super(...arguments),this.appearance=Py,this.errorVisible=!1,this.scrollbarWidth=-1,this.updateScrollbarWidthQueued=!1}connectedCallback(){super.connectedCallback(),this.resizeObserver=new ResizeObserver((()=>this.onResize())),this.resizeObserver.observe(this)}disconnectedCallback(){this.resizeObserver?.disconnect()}onTextAreaInput(){this.handleTextInput(),this.queueUpdateScrollbarWidth()}placeholderChanged(){this.queueUpdateScrollbarWidth()}valueChanged(e,t){super.valueChanged(e,t),this.queueUpdateScrollbarWidth()}onResize(){this.scrollbarWidth=this.control.offsetWidth-this.control.clientWidth}queueUpdateScrollbarWidth(){this.$fastController.isConnected&&(this.updateScrollbarWidthQueued||(this.updateScrollbarWidthQueued=!0,u.queueUpdate((()=>this.updateScrollbarWidth()))))}updateScrollbarWidth(){this.updateScrollbarWidthQueued=!1,this.scrollbarWidth=this.control.offsetWidth-this.control.clientWidth}}e([re],Ly.prototype,"appearance",void 0),e([re({attribute:"error-text"})],Ly.prototype,"errorText",void 0),e([re({attribute:"error-visible",mode:"boolean"})],Ly.prototype,"errorVisible",void 0),e([m],Ly.prototype,"scrollbarWidth",void 0)
|
|
6884
|
-
const zy=Ly.compose({baseName:"text-area",baseClass:an,template:()=>
|
|
6869
|
+
const zy=Ly.compose({baseName:"text-area",baseClass:an,template:()=>U`
|
|
6885
6870
|
<label
|
|
6886
6871
|
part="label"
|
|
6887
6872
|
for="control"
|
|
@@ -6940,7 +6925,7 @@ const zy=Ly.compose({baseName:"text-area",baseClass:an,template:()=>G`
|
|
|
6940
6925
|
</div>
|
|
6941
6926
|
`,styles:Dy,shadowOptions:{delegatesFocus:!0}})
|
|
6942
6927
|
mo.getOrCreate().withPrefix("nimble").register(zy()),mo.tagFor(Ly)
|
|
6943
|
-
const By="underline",Ny="outline",Zy="block",qy="frameless",
|
|
6928
|
+
const By="underline",Ny="outline",Zy="block",qy="frameless",jy=we`
|
|
6944
6929
|
${Mn("inline-block")}
|
|
6945
6930
|
${Sg}
|
|
6946
6931
|
|
|
@@ -7168,8 +7153,8 @@ const By="underline",Ny="outline",Zy="block",qy="frameless",Uy=we`
|
|
|
7168
7153
|
filter: invert(100%);
|
|
7169
7154
|
}
|
|
7170
7155
|
`))
|
|
7171
|
-
class
|
|
7172
|
-
const Gy
|
|
7156
|
+
class Gy extends Po{constructor(){super(...arguments),this.appearance=By,this.errorVisible=!1,this.fullBleed=!1}}e([re],Gy.prototype,"appearance",void 0),e([re({attribute:"error-text"})],Gy.prototype,"errorText",void 0),e([re({attribute:"error-visible",mode:"boolean"})],Gy.prototype,"errorVisible",void 0),e([re({attribute:"full-bleed",mode:"boolean"})],Gy.prototype,"fullBleed",void 0)
|
|
7157
|
+
const Uy=Gy.compose({baseName:"text-field",baseClass:Po,template:(e,t)=>U`
|
|
7173
7158
|
<template
|
|
7174
7159
|
class="
|
|
7175
7160
|
${e=>e.readOnly?"readonly":""}
|
|
@@ -7181,7 +7166,7 @@ const Gy=jy.compose({baseName:"text-field",baseClass:Po,template:(e,t)=>G`
|
|
|
7181
7166
|
class="${e=>e.defaultSlottedNodes&&e.defaultSlottedNodes.length?"label":"label label__hidden"}"
|
|
7182
7167
|
>
|
|
7183
7168
|
<slot
|
|
7184
|
-
${We({property:"defaultSlottedNodes",filter:
|
|
7169
|
+
${We({property:"defaultSlottedNodes",filter:jo})}
|
|
7185
7170
|
></slot>
|
|
7186
7171
|
</label>
|
|
7187
7172
|
<div class="root" part="root">
|
|
@@ -7229,7 +7214,7 @@ const Gy=jy.compose({baseName:"text-field",baseClass:Po,template:(e,t)=>G`
|
|
|
7229
7214
|
${Qe(0,t)}
|
|
7230
7215
|
</div>
|
|
7231
7216
|
</template>
|
|
7232
|
-
`,styles:
|
|
7217
|
+
`,styles:jy,shadowOptions:{delegatesFocus:!0},end:U`
|
|
7233
7218
|
<${Tp}
|
|
7234
7219
|
severity="error"
|
|
7235
7220
|
class="error-icon"
|
|
@@ -7239,7 +7224,7 @@ const Gy=jy.compose({baseName:"text-field",baseClass:Po,template:(e,t)=>G`
|
|
|
7239
7224
|
</span>
|
|
7240
7225
|
${fg}
|
|
7241
7226
|
`})
|
|
7242
|
-
mo.getOrCreate().withPrefix("nimble").register(
|
|
7227
|
+
mo.getOrCreate().withPrefix("nimble").register(Uy()),mo.tagFor(Gy)
|
|
7243
7228
|
const Wy=we`
|
|
7244
7229
|
.positioning-region {
|
|
7245
7230
|
display: flex;
|
|
@@ -7265,7 +7250,7 @@ const Wy=we`
|
|
|
7265
7250
|
margin-left: auto;
|
|
7266
7251
|
}
|
|
7267
7252
|
`
|
|
7268
|
-
class Ky extends cn{}const Xy=Ky.compose({baseName:"toolbar",baseClass:cn,template:(e,t)=>
|
|
7253
|
+
class Ky extends cn{}const Xy=Ky.compose({baseName:"toolbar",baseClass:cn,template:(e,t)=>U`
|
|
7269
7254
|
<template
|
|
7270
7255
|
aria-label="${e=>e.ariaLabel}"
|
|
7271
7256
|
aria-labelledby="${e=>e.ariaLabelledby}"
|
|
@@ -7275,13 +7260,13 @@ class Ky extends cn{}const Xy=Ky.compose({baseName:"toolbar",baseClass:cn,templa
|
|
|
7275
7260
|
@click="${(e,t)=>e.clickHandler(t.event)}"
|
|
7276
7261
|
@focusin="${(e,t)=>e.focusinHandler(t.event)}"
|
|
7277
7262
|
@keydown="${(e,t)=>e.keydownHandler(t.event)}"
|
|
7278
|
-
${Xe({property:"childItems",attributeFilter:["disabled","hidden"],filter:
|
|
7263
|
+
${Xe({property:"childItems",attributeFilter:["disabled","hidden"],filter:je(),subtree:!0})}
|
|
7279
7264
|
>
|
|
7280
7265
|
<slot name="label"></slot>
|
|
7281
7266
|
<div class="positioning-region" part="positioning-region">
|
|
7282
7267
|
${Je(0,t)}
|
|
7283
7268
|
<slot
|
|
7284
|
-
${We({filter:
|
|
7269
|
+
${We({filter:je(),property:"slottedItems"})}
|
|
7285
7270
|
></slot>
|
|
7286
7271
|
${Qe(0,t)}
|
|
7287
7272
|
</div>
|
|
@@ -7336,7 +7321,7 @@ const Yy=we`
|
|
|
7336
7321
|
}
|
|
7337
7322
|
|
|
7338
7323
|
:host([severity='information']) {
|
|
7339
|
-
--ni-private-tooltip-border-color: ${
|
|
7324
|
+
--ni-private-tooltip-border-color: ${Un};
|
|
7340
7325
|
--ni-private-tooltip-background-color: ${ts};
|
|
7341
7326
|
}
|
|
7342
7327
|
`),Id(Cs.dark,we`
|
|
@@ -7346,7 +7331,7 @@ const Yy=we`
|
|
|
7346
7331
|
}
|
|
7347
7332
|
|
|
7348
7333
|
:host([severity='information']) {
|
|
7349
|
-
--ni-private-tooltip-border-color: ${
|
|
7334
|
+
--ni-private-tooltip-border-color: ${Gn};
|
|
7350
7335
|
}
|
|
7351
7336
|
|
|
7352
7337
|
:host([severity='error']) {
|
|
@@ -7373,8 +7358,8 @@ const Yy=we`
|
|
|
7373
7358
|
.status-icon {
|
|
7374
7359
|
opacity: 0.6;
|
|
7375
7360
|
}
|
|
7376
|
-
`)),Qy=
|
|
7377
|
-
${De((e=>e.tooltipVisible),
|
|
7361
|
+
`)),Qy=U`
|
|
7362
|
+
${De((e=>e.tooltipVisible),U`
|
|
7378
7363
|
<${Cd}
|
|
7379
7364
|
class="anchored-region"
|
|
7380
7365
|
fixed-placement="true"
|
|
@@ -7556,8 +7541,8 @@ class s${constructor(e,t,i){this.ltr=e,this.rtl=t,this.source=i,this.attached=nu
|
|
|
7556
7541
|
display: block;
|
|
7557
7542
|
}
|
|
7558
7543
|
`.withBehaviors(new class{constructor(e,t){this.cache=new WeakMap,this.ltr=e,this.rtl=t}bind(e){this.attach(e)}unbind(e){const t=this.cache.get(e)
|
|
7559
|
-
t&&
|
|
7560
|
-
|
|
7544
|
+
t&&jr.unsubscribe(t)}attach(e){const t=this.cache.get(e)||new s$(this.ltr,this.rtl,e),i=jr.getValueFor(e)
|
|
7545
|
+
jr.subscribe(t),t.attach(i),this.cache.set(e,t)}}(we`
|
|
7561
7546
|
.expand-collapse-button {
|
|
7562
7547
|
left: var(
|
|
7563
7548
|
--ni-private-expand-collapse-button-nested-width,
|
|
@@ -7589,7 +7574,7 @@ Ur.subscribe(t),t.attach(i),this.cache.set(e,t)}}(we`
|
|
|
7589
7574
|
}
|
|
7590
7575
|
`))
|
|
7591
7576
|
class a$ extends _n{constructor(){super(...arguments),this.groupSelected=!1}}e([re({attribute:"group-selected",mode:"boolean"})],a$.prototype,"groupSelected",void 0)
|
|
7592
|
-
const l$=a$.compose({baseName:"tree-item",baseClass:_n,template:(e,t)=>
|
|
7577
|
+
const l$=a$.compose({baseName:"tree-item",baseClass:_n,template:(e,t)=>U`
|
|
7593
7578
|
<template
|
|
7594
7579
|
role="treeitem"
|
|
7595
7580
|
slot="${e=>e.isNestedItem()?"item":void 0}"
|
|
@@ -7601,11 +7586,11 @@ const l$=a$.compose({baseName:"tree-item",baseClass:_n,template:(e,t)=>G`
|
|
|
7601
7586
|
aria-disabled="${e=>e.disabled}"
|
|
7602
7587
|
@focusin="${(e,t)=>e.handleFocus(t.event)}"
|
|
7603
7588
|
@focusout="${(e,t)=>e.handleBlur(t.event)}"
|
|
7604
|
-
${Xe({property:"childItems",filter:
|
|
7589
|
+
${Xe({property:"childItems",filter:je()})}
|
|
7605
7590
|
>
|
|
7606
7591
|
<div class="positioning-region" part="positioning-region">
|
|
7607
7592
|
<div class="content-region" part="content-region">
|
|
7608
|
-
${De((e=>e.childItems&&e.childItemLength()>0),
|
|
7593
|
+
${De((e=>e.childItems&&e.childItemLength()>0),U`
|
|
7609
7594
|
<div
|
|
7610
7595
|
aria-hidden="true"
|
|
7611
7596
|
class="expand-collapse-button"
|
|
@@ -7623,7 +7608,7 @@ const l$=a$.compose({baseName:"tree-item",baseClass:_n,template:(e,t)=>G`
|
|
|
7623
7608
|
${Qe(0,t)}
|
|
7624
7609
|
</div>
|
|
7625
7610
|
</div>
|
|
7626
|
-
${De((e=>e.childItems&&e.childItemLength()>0&&(e.expanded||e.renderCollapsedChildren)),
|
|
7611
|
+
${De((e=>e.childItems&&e.childItemLength()>0&&(e.expanded||e.renderCollapsedChildren)),U`
|
|
7627
7612
|
<div role="group" class="items" part="items">
|
|
7628
7613
|
<slot name="item" ${We("items")}></slot>
|
|
7629
7614
|
</div>
|
|
@@ -7643,7 +7628,7 @@ const c$=we`
|
|
|
7643
7628
|
:host(${On}) {
|
|
7644
7629
|
outline: none;
|
|
7645
7630
|
}
|
|
7646
|
-
`,d$=
|
|
7631
|
+
`,d$=U`
|
|
7647
7632
|
<template
|
|
7648
7633
|
role="tree"
|
|
7649
7634
|
${Ve("treeView")}
|
|
@@ -7694,8 +7679,8 @@ function V$(){return Array.from(this.children)}function H$(e){return new Array(e
|
|
|
7694
7679
|
for(;a<l;++a)(r=t[a])&&(n[a]=r)}function D$(e,t,i,o,n,s,r){var a,l,c,d=new Map,h=t.length,u=s.length,p=new Array(h)
|
|
7695
7680
|
for(a=0;a<h;++a)(l=t[a])&&(p[a]=c=r.call(l,l.__data__,a,t)+"",d.has(c)?n[a]=l:d.set(c,l))
|
|
7696
7681
|
for(a=0;a<u;++a)c=r.call(e,s[a],a,s)+"",(l=d.get(c))?(o[a]=l,l.__data__=s[a],d.delete(c)):i[a]=new P$(e,s[a])
|
|
7697
|
-
for(a=0;a<h;++a)(l=t[a])&&d.get(p[a])===l&&(n[a]=l)}function L$(e){return e.__data__}function z$(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function B$(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function N$(e){return function(){this.removeAttribute(e)}}function Z$(e){return function(){this.removeAttributeNS(e.space,e.local)}}function q$(e,t){return function(){this.setAttribute(e,t)}}function
|
|
7698
|
-
null==i?this.removeAttribute(e):this.setAttribute(e,i)}}function
|
|
7682
|
+
for(a=0;a<h;++a)(l=t[a])&&d.get(p[a])===l&&(n[a]=l)}function L$(e){return e.__data__}function z$(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function B$(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function N$(e){return function(){this.removeAttribute(e)}}function Z$(e){return function(){this.removeAttributeNS(e.space,e.local)}}function q$(e,t){return function(){this.setAttribute(e,t)}}function j$(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function G$(e,t){return function(){var i=t.apply(this,arguments)
|
|
7683
|
+
null==i?this.removeAttribute(e):this.setAttribute(e,i)}}function U$(e,t){return function(){var i=t.apply(this,arguments)
|
|
7699
7684
|
null==i?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,i)}}function W$(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function K$(e){return function(){this.style.removeProperty(e)}}function X$(e,t,i){return function(){this.style.setProperty(e,t,i)}}function Y$(e,t,i){return function(){var o=t.apply(this,arguments)
|
|
7700
7685
|
null==o?this.style.removeProperty(e):this.style.setProperty(e,o,i)}}function Q$(e,t){return e.style.getPropertyValue(t)||W$(e).getComputedStyle(e,null).getPropertyValue(t)}function J$(e){return function(){delete this[e]}}function eC(e,t){return function(){this[e]=t}}function tC(e,t){return function(){var i=t.apply(this,arguments)
|
|
7701
7686
|
null==i?delete this[e]:this[e]=i}}function iC(e){return e.trim().split(/^|\s+/)}function oC(e){return e.classList||new nC(e)}function nC(e){this._node=e,this._names=iC(e.getAttribute("class")||"")}function sC(e,t){for(var i=oC(e),o=-1,n=t.length;++o<n;)i.add(t[o])}function rC(e,t){for(var i=oC(e),o=-1,n=t.length;++o<n;)i.remove(t[o])}function aC(e){return function(){sC(this,e)}}function lC(e){return function(){rC(this,e)}}function cC(e,t){return function(){(t.apply(this,arguments)?sC:rC)(this,e)}}function dC(){this.textContent=""}function hC(e){return function(){this.textContent=e}}function uC(e){return function(){var t=e.apply(this,arguments)
|
|
@@ -7739,7 +7724,7 @@ for(const t of this)++e
|
|
|
7739
7724
|
return e},empty:function(){return!this.node()},each:function(e){for(var t=this._groups,i=0,o=t.length;i<o;++i)for(var n,s=t[i],r=0,a=s.length;r<a;++r)(n=s[r])&&e.call(n,n.__data__,r,s)
|
|
7740
7725
|
return this},attr:function(e,t){var i=x$(e)
|
|
7741
7726
|
if(arguments.length<2){var o=this.node()
|
|
7742
|
-
return i.local?o.getAttributeNS(i.space,i.local):o.getAttribute(i)}return this.each((null==t?i.local?Z$:N$:"function"==typeof t?i.local?G$:
|
|
7727
|
+
return i.local?o.getAttributeNS(i.space,i.local):o.getAttribute(i)}return this.each((null==t?i.local?Z$:N$:"function"==typeof t?i.local?U$:G$:i.local?j$:q$)(i,t))},style:function(e,t,i){return arguments.length>1?this.each((null==t?K$:"function"==typeof t?Y$:X$)(e,t,null==i?"":i)):Q$(this.node(),e)},property:function(e,t){return arguments.length>1?this.each((null==t?J$:"function"==typeof t?tC:eC)(e,t)):this.node()[e]},classed:function(e,t){var i=iC(e+"")
|
|
7743
7728
|
if(arguments.length<2){for(var o=oC(this.node()),n=-1,s=i.length;++n<s;)if(!o.contains(i[n]))return!1
|
|
7744
7729
|
return!0}return this.each(("function"==typeof t?cC:t?aC:lC)(i,t))},text:function(e){return arguments.length?this.each(null==e?dC:("function"==typeof e?uC:hC)(e)):this.node().textContent},html:function(e){return arguments.length?this.each(null==e?pC:("function"==typeof e?vC:gC)(e)):this.node().innerHTML},raise:function(){return this.each(mC)},lower:function(){return this.each(fC)},append:function(e){var t="function"==typeof e?e:C$(e)
|
|
7745
7730
|
return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,t){var i="function"==typeof e?e:C$(e),o=null==t?bC:"function"==typeof t?t:S$(t)
|
|
@@ -7751,9 +7736,9 @@ if(a)for(var l,c=0,d=a.length;c<d;++c)for(o=0,l=a[c];o<r;++o)if((n=s[o]).type===
|
|
|
7751
7736
|
const OC={capture:!0,passive:!1}
|
|
7752
7737
|
function FC(e){e.preventDefault(),e.stopImmediatePropagation()}function VC(e,t,i){e.prototype=t.prototype=i,i.constructor=e}function HC(e,t){var i=Object.create(e.prototype)
|
|
7753
7738
|
for(var o in t)i[o]=t[o]
|
|
7754
|
-
return i}function PC(){}var TC=.7,DC=1/TC,LC="\\s*([+-]?\\d+)\\s*",zC="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",BC="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",NC=/^#([0-9a-f]{3,8})$/,ZC=new RegExp(`^rgb\\(${LC},${LC},${LC}\\)$`),qC=new RegExp(`^rgb\\(${BC},${BC},${BC}\\)$`),
|
|
7739
|
+
return i}function PC(){}var TC=.7,DC=1/TC,LC="\\s*([+-]?\\d+)\\s*",zC="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",BC="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",NC=/^#([0-9a-f]{3,8})$/,ZC=new RegExp(`^rgb\\(${LC},${LC},${LC}\\)$`),qC=new RegExp(`^rgb\\(${BC},${BC},${BC}\\)$`),jC=new RegExp(`^rgba\\(${LC},${LC},${LC},${zC}\\)$`),GC=new RegExp(`^rgba\\(${BC},${BC},${BC},${zC}\\)$`),UC=new RegExp(`^hsl\\(${zC},${BC},${BC}\\)$`),WC=new RegExp(`^hsla\\(${zC},${BC},${BC},${zC}\\)$`),KC={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}
|
|
7755
7740
|
function XC(){return this.rgb().formatHex()}function YC(){return this.rgb().formatRgb()}function QC(e){var t,i
|
|
7756
|
-
return e=(e+"").trim().toLowerCase(),(t=NC.exec(e))?(i=t[1].length,t=parseInt(t[1],16),6===i?JC(t):3===i?new ik(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===i?ek(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===i?ek(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=ZC.exec(e))?new ik(t[1],t[2],t[3],1):(t=qC.exec(e))?new ik(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=
|
|
7741
|
+
return e=(e+"").trim().toLowerCase(),(t=NC.exec(e))?(i=t[1].length,t=parseInt(t[1],16),6===i?JC(t):3===i?new ik(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===i?ek(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===i?ek(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=ZC.exec(e))?new ik(t[1],t[2],t[3],1):(t=qC.exec(e))?new ik(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=jC.exec(e))?ek(t[1],t[2],t[3],t[4]):(t=GC.exec(e))?ek(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=UC.exec(e))?lk(t[1],t[2]/100,t[3]/100,1):(t=WC.exec(e))?lk(t[1],t[2]/100,t[3]/100,t[4]):KC.hasOwnProperty(e)?JC(KC[e]):"transparent"===e?new ik(NaN,NaN,NaN,0):null}function JC(e){return new ik(e>>16&255,e>>8&255,255&e,1)}function ek(e,t,i,o){return o<=0&&(e=t=i=NaN),new ik(e,t,i,o)}function tk(e,t,i,o){return 1===arguments.length?((n=e)instanceof PC||(n=QC(n)),n?new ik((n=n.rgb()).r,n.g,n.b,n.opacity):new ik):new ik(e,t,i,null==o?1:o)
|
|
7757
7742
|
var n}function ik(e,t,i,o){this.r=+e,this.g=+t,this.b=+i,this.opacity=+o}function ok(){return`#${ak(this.r)}${ak(this.g)}${ak(this.b)}`}function nk(){const e=sk(this.opacity)
|
|
7758
7743
|
return`${1===e?"rgb(":"rgba("}${rk(this.r)}, ${rk(this.g)}, ${rk(this.b)}${1===e?")":`, ${e})`}`}function sk(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function rk(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function ak(e){return((e=rk(e))<16?"0":"")+e.toString(16)}function lk(e,t,i,o){return o<=0?e=t=i=NaN:i<=0||i>=1?e=t=NaN:t<=0&&(e=NaN),new dk(e,t,i,o)}function ck(e){if(e instanceof dk)return new dk(e.h,e.s,e.l,e.opacity)
|
|
7759
7744
|
if(e instanceof PC||(e=QC(e)),!e)return new dk
|
|
@@ -7796,14 +7781,14 @@ if(v<1e-12)r=Math.log(u/c)/t,s=function(e){return[a+e*p,l+e*g,c*Math.exp(t*e*r)]
|
|
|
7796
7781
|
else{var m=Math.sqrt(v),f=(u*u-c*c+o*v)/(2*c*i*m),b=(u*u-c*c-o*v)/(2*u*i*m),w=Math.log(Math.sqrt(f*f+1)-f),x=Math.log(Math.sqrt(b*b+1)-b)
|
|
7797
7782
|
r=(x-w)/t,s=function(e){var o,n=e*r,s=Hk(w),d=c/(i*m)*(s*(o=t*n+w,((o=Math.exp(2*o))-1)/(o+1))-function(e){return((e=Math.exp(e))-1/e)/2}(w))
|
|
7798
7783
|
return[a+d*p,l+d*g,c*s/Hk(t*n+w)]}}return s.duration=1e3*r*t/Math.SQRT2,s}return n.rho=function(t){var i=Math.max(.001,+t),o=i*i
|
|
7799
|
-
return e(i,o,o*o)},n}(Math.SQRT2,2,4),Lk=0,zk=0,Bk=0,Nk=1e3,Zk=0,qk=0,
|
|
7800
|
-
function Wk(){return qk||(
|
|
7801
|
-
return o.restart(e,t,i),o}function Qk(){qk=(Zk=
|
|
7784
|
+
return e(i,o,o*o)},n}(Math.SQRT2,2,4),Lk=0,zk=0,Bk=0,Nk=1e3,Zk=0,qk=0,jk=0,Gk="object"==typeof performance&&performance.now?performance:Date,Uk="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)}
|
|
7785
|
+
function Wk(){return qk||(Uk(Kk),qk=Gk.now()+jk)}function Kk(){qk=0}function Xk(){this._call=this._time=this._next=null}function Yk(e,t,i){var o=new Xk
|
|
7786
|
+
return o.restart(e,t,i),o}function Qk(){qk=(Zk=Gk.now())+jk,Lk=zk=0
|
|
7802
7787
|
try{!function(){Wk(),++Lk
|
|
7803
7788
|
for(var e,t=Pk;t;)(e=qk-t._time)>=0&&t._call.call(void 0,e),t=t._next;--Lk}()}finally{Lk=0,function(){var e,t,i=Pk,o=1/0
|
|
7804
7789
|
for(;i;)i._call?(o>i._time&&(o=i._time),e=i,i=i._next):(t=i._next,i._next=null,i=e?e._next=t:Pk=t)
|
|
7805
|
-
Tk=e,eS(o)}(),qk=0}}function Jk(){var e=
|
|
7806
|
-
t>Nk&&(
|
|
7790
|
+
Tk=e,eS(o)}(),qk=0}}function Jk(){var e=Gk.now(),t=e-Zk
|
|
7791
|
+
t>Nk&&(jk-=t,Zk=e)}function eS(e){Lk||(zk&&(zk=clearTimeout(zk)),e-qk>24?(e<1/0&&(zk=setTimeout(Qk,e-Gk.now()-jk)),Bk&&(Bk=clearInterval(Bk))):(Bk||(Zk=Gk.now(),Bk=setInterval(Jk,Nk)),Lk=1,Uk(Qk)))}function tS(e,t,i){var o=new Xk
|
|
7807
7792
|
return t=null==t?0:+t,o.restart((i=>{o.stop(),e(i+t)}),t,i),o}Xk.prototype=Yk.prototype={constructor:Xk,restart:function(e,t,i){if("function"!=typeof e)throw new TypeError("callback is not a function")
|
|
7808
7793
|
i=(null==i?Wk():+i)+(null==t?0:+t),this._next||Tk===this||(Tk?Tk._next=this:Pk=this,Tk=this),this._call=e,this._time=i,eS()},stop:function(){this._call&&(this._call=null,this._time=1/0,eS())}}
|
|
7809
7794
|
var iS=g$("start","end","cancel","interrupt"),oS=[],nS=0,sS=1,rS=2,aS=3,lS=4,cS=5,dS=6
|
|
@@ -7920,9 +7905,9 @@ var zS=e=>()=>e
|
|
|
7920
7905
|
function BS(e,{sourceEvent:t,target:i,transform:o,dispatch:n}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:i,enumerable:!0,configurable:!0},transform:{value:o,enumerable:!0,configurable:!0},_:{value:n}})}function NS(e,t,i){this.k=e,this.x=t,this.y=i}NS.prototype={constructor:NS,scale:function(e){return 1===e?this:new NS(this.k*e,this.x,this.y)},translate:function(e,t){return 0===e&0===t?this:new NS(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}}
|
|
7921
7906
|
var ZS=new NS(1,0,0)
|
|
7922
7907
|
function qS(e){for(;!e.__zoom;)if(!(e=e.parentNode))return ZS
|
|
7923
|
-
return e.__zoom}function
|
|
7908
|
+
return e.__zoom}function jS(e){e.stopImmediatePropagation()}function GS(e){e.preventDefault(),e.stopImmediatePropagation()}function US(e){return!(e.ctrlKey&&"wheel"!==e.type||e.button)}function WS(){var e=this
|
|
7924
7909
|
return e instanceof SVGElement?(e=e.ownerSVGElement||e).hasAttribute("viewBox")?[[(e=e.viewBox.baseVal).x,e.y],[e.x+e.width,e.y+e.height]]:[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]:[[0,0],[e.clientWidth,e.clientHeight]]}function KS(){return this.__zoom||ZS}function XS(e){return-e.deltaY*(1===e.deltaMode?.05:e.deltaMode?1:.002)*(e.ctrlKey?10:1)}function YS(){return navigator.maxTouchPoints||"ontouchstart"in this}function QS(e,t,i){var o=e.invertX(t[0][0])-i[0][0],n=e.invertX(t[1][0])-i[1][0],s=e.invertY(t[0][1])-i[0][1],r=e.invertY(t[1][1])-i[1][1]
|
|
7925
|
-
return e.translate(n>o?(o+n)/2:Math.min(0,o)||Math.max(0,n),r>s?(s+r)/2:Math.min(0,s)||Math.max(0,r))}function JS(){var e,t,i,o=
|
|
7910
|
+
return e.translate(n>o?(o+n)/2:Math.min(0,o)||Math.max(0,n),r>s?(s+r)/2:Math.min(0,s)||Math.max(0,r))}function JS(){var e,t,i,o=US,n=WS,s=QS,r=XS,a=YS,l=[0,1/0],c=[[-1/0,-1/0],[1/0,1/0]],d=250,h=Dk,u=g$("start","zoom","end"),p=500,g=150,v=0,m=10
|
|
7926
7911
|
function f(e){e.property("__zoom",KS).on("wheel.zoom",k,{passive:!1}).on("mousedown.zoom",S).on("dblclick.zoom",I).filter(a).on("touchstart.zoom",_).on("touchmove.zoom",R).on("touchend.zoom touchcancel.zoom",M).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function b(e,t){return(t=Math.max(l[0],Math.min(l[1],t)))===e.k?e:new NS(t,e.x,e.y)}function w(e,t,i){var o=t[0]-i[0]*e.k,n=t[1]-i[1]*e.k
|
|
7927
7912
|
return o===e.x&&n===e.y?e:new NS(e.k,o,n)}function x(e){return[(+e[0][0]+ +e[1][0])/2,(+e[0][1]+ +e[1][1])/2]}function y(e,t,i,o){e.on("start.zoom",(function(){$(this,arguments).event(o).start()})).on("interrupt.zoom end.zoom",(function(){$(this,arguments).event(o).end()})).tween("zoom",(function(){var e=this,s=arguments,r=$(e,s).event(o),a=n.apply(e,s),l=null==i?x(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))
|
|
7928
7913
|
return function(e){if(1===e)e=u
|
|
@@ -7930,19 +7915,19 @@ else{var t=p(e),i=c/t[2]
|
|
|
7930
7915
|
e=new NS(i,l[0]-t[0]*i,l[1]-t[1]*i)}r.zoom(null,e)}}))}function $(e,t,i){return!i&&e.__zooming||new C(e,t)}function C(e,t){this.that=e,this.args=t,this.active=0,this.sourceEvent=null,this.extent=n.apply(e,t),this.taps=0}function k(e,...t){if(o.apply(this,arguments)){var i=$(this,t).event(e),n=this.__zoom,a=Math.max(l[0],Math.min(l[1],n.k*Math.pow(2,r.apply(this,arguments)))),d=EC(e)
|
|
7931
7916
|
if(i.wheel)i.mouse[0][0]===d[0]&&i.mouse[0][1]===d[1]||(i.mouse[1]=n.invert(i.mouse[0]=d)),clearTimeout(i.wheel)
|
|
7932
7917
|
else{if(n.k===a)return
|
|
7933
|
-
i.mouse=[d,n.invert(d)],vS(this),i.start()}
|
|
7918
|
+
i.mouse=[d,n.invert(d)],vS(this),i.start()}GS(e),i.wheel=setTimeout((function(){i.wheel=null,i.end()}),g),i.zoom("mouse",s(w(b(n,a),i.mouse[0],i.mouse[1]),i.extent,c))}}function S(e,...t){if(!i&&o.apply(this,arguments)){var n=e.currentTarget,r=$(this,t,!0).event(e),a=AC(e.view).on("mousemove.zoom",(function(e){if(GS(e),!r.moved){var t=e.clientX-d,i=e.clientY-h
|
|
7934
7919
|
r.moved=t*t+i*i>v}r.event(e).zoom("mouse",s(w(r.that.__zoom,r.mouse[0]=EC(e,n),r.mouse[1]),r.extent,c))}),!0).on("mouseup.zoom",(function(e){a.on("mousemove.zoom mouseup.zoom",null),function(e,t){var i=e.document.documentElement,o=AC(e).on("dragstart.drag",null)
|
|
7935
|
-
t&&(o.on("click.drag",FC,OC),setTimeout((function(){o.on("click.drag",null)}),0)),"onselectstart"in i?o.on("selectstart.drag",null):(i.style.MozUserSelect=i.__noselect,delete i.__noselect)}(e.view,r.moved),
|
|
7920
|
+
t&&(o.on("click.drag",FC,OC),setTimeout((function(){o.on("click.drag",null)}),0)),"onselectstart"in i?o.on("selectstart.drag",null):(i.style.MozUserSelect=i.__noselect,delete i.__noselect)}(e.view,r.moved),GS(e),r.event(e).end()}),!0),l=EC(e,n),d=e.clientX,h=e.clientY
|
|
7936
7921
|
!function(e){var t=e.document.documentElement,i=AC(e).on("dragstart.drag",FC,OC)
|
|
7937
|
-
"onselectstart"in t?i.on("selectstart.drag",FC,OC):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}(e.view),
|
|
7938
|
-
|
|
7939
|
-
for(
|
|
7922
|
+
"onselectstart"in t?i.on("selectstart.drag",FC,OC):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}(e.view),jS(e),r.mouse=[l,this.__zoom.invert(l)],vS(this),r.start()}}function I(e,...t){if(o.apply(this,arguments)){var i=this.__zoom,r=EC(e.changedTouches?e.changedTouches[0]:e,this),a=i.invert(r),l=i.k*(e.shiftKey?.5:2),h=s(w(b(i,l),r,a),n.apply(this,t),c)
|
|
7923
|
+
GS(e),d>0?AC(this).transition().duration(d).call(y,h,r,e):AC(this).call(f.transform,h,r,e)}}function _(i,...n){if(o.apply(this,arguments)){var s,r,a,l,c=i.touches,d=c.length,h=$(this,n,i.changedTouches.length===d).event(i)
|
|
7924
|
+
for(jS(i),r=0;r<d;++r)l=[l=EC(a=c[r],this),this.__zoom.invert(l),a.identifier],h.touch0?h.touch1||h.touch0[2]===l[2]||(h.touch1=l,h.taps=0):(h.touch0=l,s=!0,h.taps=1+!!e)
|
|
7940
7925
|
e&&(e=clearTimeout(e)),s&&(h.taps<2&&(t=l[0],e=setTimeout((function(){e=null}),p)),vS(this),h.start())}}function R(e,...t){if(this.__zooming){var i,o,n,r,a=$(this,t).event(e),l=e.changedTouches,d=l.length
|
|
7941
|
-
for(
|
|
7926
|
+
for(GS(e),i=0;i<d;++i)n=EC(o=l[i],this),a.touch0&&a.touch0[2]===o.identifier?a.touch0[0]=n:a.touch1&&a.touch1[2]===o.identifier&&(a.touch1[0]=n)
|
|
7942
7927
|
if(o=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,m=(m=g[0]-u[0])*m+(m=g[1]-u[1])*m
|
|
7943
7928
|
o=b(o,Math.sqrt(v/m)),n=[(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
|
|
7944
7929
|
n=a.touch0[0],r=a.touch0[1]}a.zoom("touch",s(w(o,n,r),a.extent,c))}}function M(e,...o){if(this.__zooming){var n,s,r=$(this,o).event(e),a=e.changedTouches,l=a.length
|
|
7945
|
-
for(
|
|
7930
|
+
for(jS(e),i&&clearTimeout(i),i=setTimeout((function(){i=null}),p),n=0;n<l;++n)s=a[n],r.touch0&&r.touch0[2]===s.identifier?delete r.touch0:r.touch1&&r.touch1[2]===s.identifier&&delete r.touch1
|
|
7946
7931
|
if(r.touch1&&!r.touch0&&(r.touch0=r.touch1,delete r.touch1),r.touch0)r.touch0[1]=this.__zoom.invert(r.touch0[0])
|
|
7947
7932
|
else if(r.end(),2===r.taps&&(s=EC(s,this),Math.hypot(t[0]-s[0],t[1]-s[1])<m)){var c=AC(this).on("dblclick.zoom")
|
|
7948
7933
|
c&&c.apply(this,arguments)}}}return f.transform=function(e,t,i,o){var n=e.selection?e.selection():e
|
|
@@ -7951,7 +7936,7 @@ return s(w(b(o,l),r,a),e,c)}),i,o)},f.translateBy=function(e,t,i,o){f.transform(
|
|
|
7951
7936
|
return s(ZS.translate(a[0],a[1]).scale(r.k).translate("function"==typeof t?-t.apply(this,arguments):-t,"function"==typeof i?-i.apply(this,arguments):-i),e,c)}),o,r)},C.prototype={event:function(e){return e&&(this.sourceEvent=e),this},start:function(){return 1==++this.active&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(e,t){return this.mouse&&"mouse"!==e&&(this.mouse[1]=t.invert(this.mouse[0])),this.touch0&&"touch"!==e&&(this.touch0[1]=t.invert(this.touch0[0])),this.touch1&&"touch"!==e&&(this.touch1[1]=t.invert(this.touch1[0])),this.that.__zoom=t,this.emit("zoom"),this},end:function(){return 0==--this.active&&(delete this.that.__zooming,this.emit("end")),this},emit:function(e){var t=AC(this.that).datum()
|
|
7952
7937
|
u.call(e,this.that,new BS(e,{sourceEvent:this.sourceEvent,target:f,type:e,transform:this.that.__zoom,dispatch:u}),t)}},f.wheelDelta=function(e){return arguments.length?(r="function"==typeof e?e:zS(+e),f):r},f.filter=function(e){return arguments.length?(o="function"==typeof e?e:zS(!!e),f):o},f.touchable=function(e){return arguments.length?(a="function"==typeof e?e:zS(!!e),f):a},f.extent=function(e){return arguments.length?(n="function"==typeof e?e:zS([[+e[0][0],+e[0][1]],[+e[1][0],+e[1][1]]]),f):n},f.scaleExtent=function(e){return arguments.length?(l[0]=+e[0],l[1]=+e[1],f):[l[0],l[1]]},f.translateExtent=function(e){return arguments.length?(c[0][0]=+e[0][0],c[1][0]=+e[1][0],c[0][1]=+e[0][1],c[1][1]=+e[1][1],f):[[c[0][0],c[0][1]],[c[1][0],c[1][1]]]},f.constrain=function(e){return arguments.length?(s=e,f):s},f.duration=function(e){return arguments.length?(d=+e,f):d},f.interpolate=function(e){return arguments.length?(h=e,f):h},f.on=function(){var e=u.on.apply(u,arguments)
|
|
7953
7938
|
return e===u?f:e},f.clickDistance=function(e){return arguments.length?(v=(e=+e)*e,f):Math.sqrt(v)},f.tapDistance=function(e){return arguments.length?(m=+e,f):m},f}qS.prototype=NS.prototype
|
|
7954
|
-
const eI=
|
|
7939
|
+
const eI=U`
|
|
7955
7940
|
<div class="wafer-map-container">
|
|
7956
7941
|
<svg class="svg-root">
|
|
7957
7942
|
<g ${Ve("zoomContainer")} transform=${e=>e.transform.toString()}>
|
|
@@ -8145,14 +8130,14 @@ break
|
|
|
8145
8130
|
case"^":e=I.slice(0,S=I.length>>1)+u+e+C+I.slice(S)
|
|
8146
8131
|
break
|
|
8147
8132
|
default:e=I+u+e+C}return a(e)}return m=void 0===m?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m)),C.toString=function(){return e+""},C}return{format:h,formatPrefix:function(e,t){var i=h(((e=VI(e)).type="f",e)),o=3*Math.max(-8,Math.min(8,Math.floor(EI(t)/3))),n=Math.pow(10,-o),s=ZI[8+o/3]
|
|
8148
|
-
return function(e){return i(n*e)+s}}}}function
|
|
8133
|
+
return function(e){return i(n*e)+s}}}}function jI(e,t,i,o){var n,s=function(e,t,i){i=+i
|
|
8149
8134
|
const o=(t=+t)<(e=+e),n=o?mI(t,e,i):mI(e,t,i)
|
|
8150
8135
|
return(o?-1:1)*(n<0?1/-n:n)}(e,t,i)
|
|
8151
8136
|
switch((o=VI(null==o?",f":o)).type){case"s":var r=Math.max(Math.abs(e),Math.abs(t))
|
|
8152
8137
|
return null!=o.precision||isNaN(n=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(EI(t)/3)))-EI(Math.abs(e)))}(s,r))||(o.precision=n),BI(o,r)
|
|
8153
8138
|
case"":case"e":case"g":case"p":case"r":null!=o.precision||isNaN(n=function(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,EI(t)-EI(e))+1}(s,Math.max(Math.abs(e),Math.abs(t))))||(o.precision=n-("e"===o.type))
|
|
8154
8139
|
break
|
|
8155
|
-
case"f":case"%":null!=o.precision||isNaN(n=function(e){return Math.max(0,-EI(Math.abs(e)))}(s))||(o.precision=n-2*("%"===o.type))}return zI(o)}function
|
|
8140
|
+
case"f":case"%":null!=o.precision||isNaN(n=function(e){return Math.max(0,-EI(Math.abs(e)))}(s))||(o.precision=n-2*("%"===o.type))}return zI(o)}function GI(e){var t=e.domain
|
|
8156
8141
|
return e.ticks=function(e){var i=t()
|
|
8157
8142
|
return function(e,t,i){if(!((i=+i)>0))return[]
|
|
8158
8143
|
if((e=+e)==(t=+t))return[e]
|
|
@@ -8164,14 +8149,14 @@ else for(let e=0;e<a;++e)l[e]=(s-e)*r
|
|
|
8164
8149
|
else if(r<0)for(let e=0;e<a;++e)l[e]=(n+e)/-r
|
|
8165
8150
|
else for(let e=0;e<a;++e)l[e]=(n+e)*r
|
|
8166
8151
|
return l}(i[0],i[i.length-1],null==e?10:e)},e.tickFormat=function(e,i){var o=t()
|
|
8167
|
-
return
|
|
8152
|
+
return jI(o[0],o[o.length-1],null==e?10:e,i)},e.nice=function(i){null==i&&(i=10)
|
|
8168
8153
|
var o,n,s=t(),r=0,a=s.length-1,l=s[r],c=s[a],d=10
|
|
8169
8154
|
for(c<l&&(n=l,l=c,c=n,n=r,r=a,a=n);d-- >0;){if((n=mI(l,c,i))===o)return s[r]=l,s[a]=c,t(s)
|
|
8170
8155
|
if(n>0)l=Math.floor(l/n)*n,c=Math.ceil(c/n)*n
|
|
8171
8156
|
else{if(!(n<0))break
|
|
8172
|
-
l=Math.ceil(l*n)/n,c=Math.floor(c*n)/n}o=n}return e},e}function
|
|
8173
|
-
return e.copy=function(){return t=e,
|
|
8174
|
-
var t},wI.apply(e,arguments),
|
|
8157
|
+
l=Math.ceil(l*n)/n,c=Math.floor(c*n)/n}o=n}return e},e}function UI(){var e=MI()(SI,SI)
|
|
8158
|
+
return e.copy=function(){return t=e,UI().domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown())
|
|
8159
|
+
var t},wI.apply(e,arguments),GI(e)}function WI(){var e,t=[],i=[],o=[]
|
|
8175
8160
|
function n(){var e=0,n=Math.max(1,i.length)
|
|
8176
8161
|
for(o=new Array(n-1);++e<n;)o[e-1]=fI(t,e/n)
|
|
8177
8162
|
return s}function s(t){return null==t||isNaN(t=+t)?e:i[lI(o,t)]}return s.invertExtent=function(e){var n=i.indexOf(e)
|
|
@@ -8193,11 +8178,11 @@ return e===KI||e===YI?o.range(bI(t.origin.x,t.origin.x+t.cols)):o.range(bI(t.ori
|
|
|
8193
8178
|
return e===KI||e===XI?o.range([i,0]):o.range([0,i])}createInvertedVerticalScale(e,t,i){const o=WI().domain([0,i])
|
|
8194
8179
|
return e===KI||e===XI?o.range(bI(t.origin.y,t.origin.y+t.rows).reverse()):o.range(bI(t.origin.y,t.origin.y+t.rows))}calculateMarginAddition(e,t){return{top:e.top+t.top,right:e.right+t.right,bottom:e.bottom+t.bottom,left:e.left+t.left}}}class s_{constructor(e,t,i,o,n){this.fontSizeFactor=.8,this.nonHighlightedOpacity=.3,this.emptyDieColor="rgba(218,223,236,1)",this.nanDieColor="rgba(122,122,122,1)",this.d3ColorScale=this.createD3ColorScale(e.colorScale,e.colorScaleMode),this.labelsFontSize=this.calculateLabelsFontSize(o,e.maxCharacters),this.diesRenderInfo=[]
|
|
8195
8180
|
for(const o of e.dies){const s=t(o.x)??0,r=i(o.y)??0
|
|
8196
|
-
this.diesRenderInfo.push({x:s+n.right,y:r+n.top,fillStyle:this.calculateFillStyle(o.value,e.colorScaleMode,e.highlightedValues),text:this.buildLabel(o.value,e.maxCharacters,e.dieLabelsHidden,e.dieLabelsSuffix)})}}calculateLabelsFontSize(e,t){return Math.min(e.height,e.width/(.5*Math.max(2,t))*this.fontSizeFactor)}createD3ColorScale(e,t){return this.isColorScaleLinear(t)?
|
|
8181
|
+
this.diesRenderInfo.push({x:s+n.right,y:r+n.top,fillStyle:this.calculateFillStyle(o.value,e.colorScaleMode,e.highlightedValues),text:this.buildLabel(o.value,e.maxCharacters,e.dieLabelsHidden,e.dieLabelsSuffix)})}}calculateLabelsFontSize(e,t){return Math.min(e.height,e.width/(.5*Math.max(2,t))*this.fontSizeFactor)}createD3ColorScale(e,t){return this.isColorScaleLinear(t)?UI().domain(e.values.map((e=>+e))).range(e.colors):yI().domain(e.values).range(e.colors)}dieHasData(e){return null!=e&&""!==e}buildLabel(e,t,i,o){if(i||!this.dieHasData(e))return""
|
|
8197
8182
|
const n=`${e}${o}`
|
|
8198
8183
|
return n.length>t?`${n.substring(0,t)}…`:n}calculateOpacity(e,t){return t.length>0&&!t.some((t=>t===e))?this.nonHighlightedOpacity:1}isColorScaleLinear(e){return e===i_}isColorScaleOrdinal(e){return e===o_}calculateFillStyle(e,t,i){let o=this.emptyDieColor
|
|
8199
8184
|
if(this.dieHasData(e)&&(isNaN(+e)?o=this.nanDieColor:this.isColorScaleLinear(t)?o=this.d3ColorScale(+e):this.isColorScaleOrdinal(t)&&(o=this.d3ColorScale(e))),void 0===o)return this.emptyDieColor
|
|
8200
|
-
let n=
|
|
8185
|
+
let n=jn(o)
|
|
8201
8186
|
return null===n?this.emptyDieColor:(n=new Tn(n.r,n.g,n.b,this.calculateOpacity(e,i)),n.toStringWebRGBA())}}class r_{constructor(e){this.computations=new n_(e),this.prerendering=new s_(e,this.horizontalScale,this.verticalScale,this.dieDimensions,this.margin),this.dataMap=new Map(e.dies.map((e=>[`${e.x}_${e.y}`,e])))}get containerDimensions(){return this.computations.containerDimensions}get dieDimensions(){return this.computations.dieDimensions}get radius(){return this.computations.radius}get margin(){return this.computations.margin}get horizontalScale(){return this.computations.horizontalScale}get invertedHorizontalScale(){return this.computations.invertedHorizontalScale}get verticalScale(){return this.computations.verticalScale}get invertedVerticalScale(){return this.computations.invertedVerticalScale}get labelsFontSize(){return this.prerendering.labelsFontSize}get diesRenderInfo(){return this.prerendering.diesRenderInfo}getWaferMapDie(e){return this.dataMap.get(`${e.x}_${e.y}`)}}class a_{constructor(e){this.wafermap=e,this.dies=e.dataManager.diesRenderInfo,this.dimensions=e.dataManager.dieDimensions,this.labelFontSize=e.dataManager.labelsFontSize}drawWafer(){this.wafermap.canvasContext.save(),this.clearCanvas(),this.scaleCanvas(),this.renderDies(),this.renderText(),this.wafermap.canvasContext.restore(),this.renderHover()}renderHover(){this.wafermap.hoverWidth=this.wafermap.dataManager.dieDimensions.width*this.wafermap.transform.k,this.wafermap.hoverHeight=this.wafermap.dataManager.dieDimensions.height*this.wafermap.transform.k,this.wafermap.hoverOpacity=void 0===this.wafermap.hoverDie?t_:e_,this.wafermap.hoverTransform=this.calculateHoverTransform()}calculateHoverTransform(){if(void 0!==this.wafermap.hoverDie){const e=this.wafermap.dataManager.horizontalScale(this.wafermap.hoverDie.x),t=this.wafermap.dataManager.verticalScale(this.wafermap.hoverDie.y),i=this.wafermap.transform.apply([e+this.wafermap.dataManager.margin.left,t+this.wafermap.dataManager.margin.top])
|
|
8202
8187
|
return`translate(${i[0]}, ${i[1]})`}return""}renderDies(){let e
|
|
8203
8188
|
this.dies.sort(((e,t)=>e.fillStyle>t.fillStyle?1:t.fillStyle>e.fillStyle?-1:0))
|