@ni/nimble-components 18.10.4 → 18.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all-components-bundle.js +236 -26
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +593 -556
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/table/components/row/index.d.ts +3 -0
- package/dist/esm/table/components/row/index.js +17 -0
- package/dist/esm/table/components/row/index.js.map +1 -1
- package/dist/esm/table/components/row/styles.js +4 -0
- package/dist/esm/table/components/row/styles.js.map +1 -1
- package/dist/esm/table/components/row/template.js +1 -1
- package/dist/esm/table/components/row/template.js.map +1 -1
- package/dist/esm/table/index.d.ts +17 -3
- package/dist/esm/table/index.js +139 -18
- package/dist/esm/table/index.js.map +1 -1
- package/dist/esm/table/models/table-validator.d.ts +6 -1
- package/dist/esm/table/models/table-validator.js +26 -4
- package/dist/esm/table/models/table-validator.js.map +1 -1
- package/dist/esm/table/models/update-tracker.d.ts +3 -0
- package/dist/esm/table/models/update-tracker.js +14 -2
- package/dist/esm/table/models/update-tracker.js.map +1 -1
- package/dist/esm/table/styles.js +19 -3
- package/dist/esm/table/styles.js.map +1 -1
- package/dist/esm/table/template.js +5 -2
- package/dist/esm/table/template.js.map +1 -1
- package/dist/esm/table/types.d.ts +25 -0
- package/dist/esm/table/types.js +16 -0
- package/dist/esm/table/types.js.map +1 -1
- package/dist/fonts.scss +1 -1
- package/dist/tokens.scss +1 -1
- package/package.json +2 -2
|
@@ -125,7 +125,7 @@ const e=this.behaviors,t=this.source
|
|
|
125
125
|
for(let i=0,o=e.length;i<o;++i)e[i].unbind(t)
|
|
126
126
|
this.source=null}static disposeContiguousBatch(e){if(0!==e.length){Z.setStartBefore(e[0].firstChild),Z.setEndAfter(e[e.length-1].lastChild),Z.deleteContents()
|
|
127
127
|
for(let t=0,i=e.length;t<i;++t){const i=e[t],o=i.behaviors,n=i.source
|
|
128
|
-
for(let e=0,t=o.length;e<t;++e)o[e].unbind(n)}}}}class
|
|
128
|
+
for(let e=0,t=o.length;e<t;++e)o[e].unbind(n)}}}}class U{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
|
|
129
129
|
const t=this.html
|
|
130
130
|
if("string"==typeof t){e=document.createElement("template"),e.innerHTML=u.createHTML(t)
|
|
131
131
|
const i=e.content.firstElementChild
|
|
@@ -152,14 +152,14 @@ for(;null!==a;){if(r===t){o[s]=e.createBehavior(a)
|
|
|
152
152
|
break}a=n.nextNode(),r++}}if(this.hasHostBehaviors){const t=this.hostBehaviorFactories
|
|
153
153
|
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)
|
|
154
154
|
const o=this.create(i)
|
|
155
|
-
return o.bind(e,x),o.appendTo(t),o}}const
|
|
155
|
+
return o.bind(e,x),o.appendTo(t),o}}const j=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/
|
|
156
156
|
function G(e,...t){const i=[]
|
|
157
157
|
let o=""
|
|
158
158
|
for(let n=0,s=e.length-1;n<s;++n){const s=e[n]
|
|
159
159
|
let r=t[n]
|
|
160
|
-
if(o+=s,r instanceof
|
|
161
|
-
r=()=>e}if("function"==typeof r&&(r=new F(r)),r instanceof $){const e=
|
|
162
|
-
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
|
|
160
|
+
if(o+=s,r instanceof U){const e=r
|
|
161
|
+
r=()=>e}if("function"==typeof r&&(r=new F(r)),r instanceof $){const e=j.exec(s)
|
|
162
|
+
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 U(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 X(e){return e.map((e=>e instanceof W?X(e.styles):[e])).reduce(((e,t)=>e.concat(t)),[])}function K(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
|
|
163
163
|
return t=>new Y(t,e)}return e=>new J(e)})()
|
|
164
164
|
class Y extends W{constructor(e,t){super(),this.styles=e,this.styleSheetCache=t,this._styleSheets=void 0,this.behaviors=K(e)}get styleSheets(){if(void 0===this._styleSheets){const e=this.styles,t=this.styleSheetCache
|
|
165
165
|
this._styleSheets=X(e).map((e=>{if(e instanceof CSSStyleSheet)return e
|
|
@@ -409,8 +409,8 @@ const qe=new Map
|
|
|
409
409
|
"metadata"in Reflect||(Reflect.metadata=function(e,t){return function(i){Reflect.defineMetadata(e,t,i)}},Reflect.defineMetadata=function(e,t,i){let o=qe.get(i)
|
|
410
410
|
void 0===o&&qe.set(i,o=new Map),o.set(e,t)},Reflect.getOwnMetadata=function(e,t){const i=qe.get(t)
|
|
411
411
|
if(void 0!==i)return i.get(e)})
|
|
412
|
-
class
|
|
413
|
-
return this.container=this.key=void 0,i.registerResolver(o,new tt(o,e,t))}}function
|
|
412
|
+
class Ue{constructor(e,t){this.container=e,this.key=t}instance(e){return this.registerResolver(0,e)}singleton(e){return this.registerResolver(1,e)}transient(e){return this.registerResolver(2,e)}callback(e){return this.registerResolver(3,e)}cachedCallback(e){return this.registerResolver(3,pt(e))}aliasTo(e){return this.registerResolver(5,e)}registerResolver(e,t){const{container:i,key:o}=this
|
|
413
|
+
return this.container=this.key=void 0,i.registerResolver(o,new tt(o,e,t))}}function je(e){const t=e.slice(),i=Object.keys(e),o=i.length
|
|
414
414
|
let n
|
|
415
415
|
for(let s=0;s<o;++s)n=i[s],yt(n)||(t[n]=e[n])
|
|
416
416
|
return t}const Ge=Object.freeze({none(e){throw Error(`${e.toString()} not registered, did you forget to add @singleton()?`)},singleton:e=>new tt(e,1,e),transient:e=>new tt(e,2,e)}),We=Object.freeze({default:Object.freeze({parentLocator:()=>null,responsibleForOwnerRequests:!1,defaultResolver:Ge.singleton})}),Xe=new Map
|
|
@@ -422,15 +422,15 @@ return void 0===t&&Reflect.defineMetadata("di:paramtypes",t=[],e),t},getDependen
|
|
|
422
422
|
if(void 0===t){const i=e.inject
|
|
423
423
|
if(void 0===i){const i=Qe.getDesignParamtypes(e),o=Qe.getAnnotationParamtypes(e)
|
|
424
424
|
if(void 0===i)if(void 0===o){const i=Object.getPrototypeOf(e)
|
|
425
|
-
t="function"==typeof i&&i!==Function.prototype?
|
|
426
|
-
else if(void 0===o)t=
|
|
427
|
-
else{t=
|
|
425
|
+
t="function"==typeof i&&i!==Function.prototype?je(Qe.getDependencies(i)):[]}else t=je(o)
|
|
426
|
+
else if(void 0===o)t=je(i)
|
|
427
|
+
else{t=je(i)
|
|
428
428
|
let e,n=o.length
|
|
429
429
|
for(let i=0;i<n;++i)e=o[i],void 0!==e&&(t[i]=e)
|
|
430
430
|
const s=Object.keys(o)
|
|
431
431
|
let r
|
|
432
432
|
n=s.length
|
|
433
|
-
for(let e=0;e<n;++e)r=s[e],yt(r)||(t[r]=o[r])}}else t=
|
|
433
|
+
for(let e=0;e<n;++e)r=s[e],yt(r)||(t[r]=o[r])}}else t=je(i)
|
|
434
434
|
Xe.set(e,t)}return t},defineProperty(e,t,i,o=!1){const n=`$di_${t}`
|
|
435
435
|
Reflect.defineProperty(e,t,{get:function(){let e=this[n]
|
|
436
436
|
if(void 0===e){const s=this instanceof HTMLElement?Qe.findResponsibleContainer(this):Qe.getOrCreateDOMContainer()
|
|
@@ -438,7 +438,7 @@ if(e=s.get(i),this[n]=e,o&&this instanceof ge){const o=this.$fastController,s=()
|
|
|
438
438
|
o.subscribe({handleChange:s},"isConnected")}}return e}})},createInterface(e,t){const i="function"==typeof e?e:t,o="string"==typeof e?e:e&&"friendlyName"in e&&e.friendlyName||mt,n="string"!=typeof e&&(e&&"respectConnection"in e&&e.respectConnection||!1),s=function(e,t,i){if(null==e||void 0!==new.target)throw new Error(`No registration for interface: '${s.friendlyName}'`)
|
|
439
439
|
if(t)Qe.defineProperty(e,t,s,n)
|
|
440
440
|
else{Qe.getOrCreateAnnotationParamTypes(e)[i]=s}}
|
|
441
|
-
return s.$isInterface=!0,s.friendlyName=null==o?"(anonymous)":o,null!=i&&(s.register=function(e,t){return i(new
|
|
441
|
+
return s.$isInterface=!0,s.friendlyName=null==o?"(anonymous)":o,null!=i&&(s.register=function(e,t){return i(new Ue(e,null!=t?t:s))}),s.toString=function(){return`InterfaceSymbol<${s.friendlyName}>`},s},inject:(...e)=>function(t,i,o){if("number"==typeof o){const i=Qe.getOrCreateAnnotationParamTypes(t),n=e[0]
|
|
442
442
|
void 0!==n&&(i[o]=n)}else if(i)Qe.defineProperty(t,i,e[0])
|
|
443
443
|
else{const i=o?Qe.getOrCreateAnnotationParamTypes(o.value):Qe.getOrCreateAnnotationParamTypes(t)
|
|
444
444
|
let n
|
|
@@ -528,7 +528,7 @@ function Et(...e){return e.every((e=>e instanceof HTMLElement))}let Vt
|
|
|
528
528
|
const Ft="resize",Ht="scroll"
|
|
529
529
|
var Pt
|
|
530
530
|
!function(e){e[e.alt=18]="alt",e[e.arrowDown=40]="arrowDown",e[e.arrowLeft=37]="arrowLeft",e[e.arrowRight=39]="arrowRight",e[e.arrowUp=38]="arrowUp",e[e.back=8]="back",e[e.backSlash=220]="backSlash",e[e.break=19]="break",e[e.capsLock=20]="capsLock",e[e.closeBracket=221]="closeBracket",e[e.colon=186]="colon",e[e.colon2=59]="colon2",e[e.comma=188]="comma",e[e.ctrl=17]="ctrl",e[e.delete=46]="delete",e[e.end=35]="end",e[e.enter=13]="enter",e[e.equals=187]="equals",e[e.equals2=61]="equals2",e[e.equals3=107]="equals3",e[e.escape=27]="escape",e[e.forwardSlash=191]="forwardSlash",e[e.function1=112]="function1",e[e.function10=121]="function10",e[e.function11=122]="function11",e[e.function12=123]="function12",e[e.function2=113]="function2",e[e.function3=114]="function3",e[e.function4=115]="function4",e[e.function5=116]="function5",e[e.function6=117]="function6",e[e.function7=118]="function7",e[e.function8=119]="function8",e[e.function9=120]="function9",e[e.home=36]="home",e[e.insert=45]="insert",e[e.menu=93]="menu",e[e.minus=189]="minus",e[e.minus2=109]="minus2",e[e.numLock=144]="numLock",e[e.numPad0=96]="numPad0",e[e.numPad1=97]="numPad1",e[e.numPad2=98]="numPad2",e[e.numPad3=99]="numPad3",e[e.numPad4=100]="numPad4",e[e.numPad5=101]="numPad5",e[e.numPad6=102]="numPad6",e[e.numPad7=103]="numPad7",e[e.numPad8=104]="numPad8",e[e.numPad9=105]="numPad9",e[e.numPadDivide=111]="numPadDivide",e[e.numPadDot=110]="numPadDot",e[e.numPadMinus=109]="numPadMinus",e[e.numPadMultiply=106]="numPadMultiply",e[e.numPadPlus=107]="numPadPlus",e[e.openBracket=219]="openBracket",e[e.pageDown=34]="pageDown",e[e.pageUp=33]="pageUp",e[e.period=190]="period",e[e.print=44]="print",e[e.quote=222]="quote",e[e.scrollLock=145]="scrollLock",e[e.shift=16]="shift",e[e.space=32]="space",e[e.tab=9]="tab",e[e.tilde=192]="tilde",e[e.windowsLeft=91]="windowsLeft",e[e.windowsOpera=219]="windowsOpera",e[e.windowsRight=92]="windowsRight"}(Pt||(Pt={}))
|
|
531
|
-
const Tt="ArrowDown",Lt="ArrowLeft",Dt="ArrowRight",zt="ArrowUp",Bt="Enter",Nt="Escape",Zt="Home",qt="End",
|
|
531
|
+
const Tt="ArrowDown",Lt="ArrowLeft",Dt="ArrowRight",zt="ArrowUp",Bt="Enter",Nt="Escape",Zt="Home",qt="End",Ut=" ",jt="Tab",Gt={ArrowDown:Tt,ArrowLeft:Lt,ArrowRight:Dt,ArrowUp:zt}
|
|
532
532
|
var Wt
|
|
533
533
|
function Xt(e,t,i){return Math.min(Math.max(i,e),t)}function Kt(e,t,i=0){return[t,i]=[t,i].sort(((e,t)=>e-t)),t<=e&&e<i}!function(e){e.ltr="ltr",e.rtl="rtl"}(Wt||(Wt={}))
|
|
534
534
|
let Yt=0
|
|
@@ -674,7 +674,7 @@ const t=Array.from(null===(e=this.control)||void 0===e?void 0:e.children)
|
|
|
674
674
|
t&&t.forEach((e=>{e.removeEventListener("click",this.handleClick)}))}}
|
|
675
675
|
Ze([ne({mode:"boolean"})],vi.prototype,"autofocus",void 0),Ze([ne({attribute:"form"})],vi.prototype,"formId",void 0),Ze([ne],vi.prototype,"formaction",void 0),Ze([ne],vi.prototype,"formenctype",void 0),Ze([ne],vi.prototype,"formmethod",void 0),Ze([ne({mode:"boolean"})],vi.prototype,"formnovalidate",void 0),Ze([ne],vi.prototype,"formtarget",void 0),Ze([ne],vi.prototype,"type",void 0),Ze([f],vi.prototype,"defaultSlottedContent",void 0)
|
|
676
676
|
class fi{}Ze([ne({attribute:"aria-expanded"})],fi.prototype,"ariaExpanded",void 0),Ze([ne({attribute:"aria-pressed"})],fi.prototype,"ariaPressed",void 0),Mt(fi,Jt),Mt(vi,ze,fi)
|
|
677
|
-
class mi extends _t{}class bi extends(ui(mi)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let wi=class extends bi{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=e=>{if(!this.readOnly&&e.key===
|
|
677
|
+
class mi extends _t{}class bi extends(ui(mi)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let wi=class extends bi{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=e=>{if(!this.readOnly&&e.key===Ut)this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked},this.clickHandler=e=>{this.disabled||this.readOnly||(this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}}
|
|
678
678
|
function xi(e){return Et(e)&&("option"===e.getAttribute("role")||e instanceof HTMLOptionElement)}Ze([ne({attribute:"readonly",mode:"boolean"})],wi.prototype,"readOnly",void 0),Ze([f],wi.prototype,"defaultSlottedNodes",void 0),Ze([f],wi.prototype,"indeterminate",void 0)
|
|
679
679
|
class yi extends _t{constructor(e,t,i,o){super(),this.defaultSelected=!1,this.dirtySelected=!1,this.selected=this.defaultSelected,this.dirtyValue=!1,e&&(this.textContent=e),t&&(this.initialValue=t),i&&(this.defaultSelected=i),o&&(this.selected=o),this.proxy=new Option(`${this.textContent}`,this.initialValue,this.defaultSelected,this.selected),this.proxy.disabled=this.disabled}checkedChanged(e,t){this.ariaChecked="boolean"!=typeof t?null:t?"true":"false"}contentChanged(e,t){this.proxy instanceof HTMLOptionElement&&(this.proxy.textContent=this.textContent),this.$emit("contentchange",null,{bubbles:!0})}defaultSelectedChanged(){this.dirtySelected||(this.selected=this.defaultSelected,this.proxy instanceof HTMLOptionElement&&(this.proxy.selected=this.defaultSelected))}disabledChanged(e,t){this.ariaDisabled=this.disabled?"true":"false",this.proxy instanceof HTMLOptionElement&&(this.proxy.disabled=this.disabled)}selectedAttributeChanged(){this.defaultSelected=this.selectedAttribute,this.proxy instanceof HTMLOptionElement&&(this.proxy.defaultSelected=this.defaultSelected)}selectedChanged(){this.ariaSelected=this.selected?"true":"false",this.dirtySelected||(this.dirtySelected=!0),this.proxy instanceof HTMLOptionElement&&(this.proxy.selected=this.selected)}initialValueChanged(e,t){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}get label(){var e
|
|
680
680
|
return null!==(e=this.value)&&void 0!==e?e:this.text}get text(){var e,t
|
|
@@ -701,9 +701,9 @@ case zt:e.shiftKey||(e.preventDefault(),this.selectPreviousOption())
|
|
|
701
701
|
break
|
|
702
702
|
case qt:e.preventDefault(),this.selectLastOption()
|
|
703
703
|
break
|
|
704
|
-
case
|
|
704
|
+
case jt:return this.focusAndScrollOptionIntoView(),!0
|
|
705
705
|
case Bt:case Nt:return!0
|
|
706
|
-
case
|
|
706
|
+
case Ut:if(this.typeaheadExpired)return!0
|
|
707
707
|
default:return 1===t.length&&this.handleTypeAhead(`${t}`),!0}}mousedownHandler(e){return this.shouldSkipFocus=!this.contains(document.activeElement),!0}multipleChanged(e,t){this.ariaMultiSelectable=t?"true":null}selectedIndexChanged(e,t){var i
|
|
708
708
|
if(this.hasSelectableOptions){if((null===(i=this.options[this.selectedIndex])||void 0===i?void 0:i.disabled)&&"number"==typeof e){const i=this.getSelectableIndex(e,t),o=i>-1?i:e
|
|
709
709
|
return this.selectedIndex=o,void(t===o&&this.selectedIndexChanged(t,o))}this.setSelectedOptions()}else this.selectedIndex=-1}selectedOptionsChanged(e,t){var i
|
|
@@ -771,29 +771,29 @@ this.style=document.createElement("style"),t.addStyles(this.style),v.getNotifier
|
|
|
771
771
|
if(i){const e=i.insertRule(":host{}",i.cssRules.length)
|
|
772
772
|
this.target=i.cssRules[e].style}else this.target=null}}Ze([f],zi.prototype,"target",void 0)
|
|
773
773
|
class Bi{constructor(e){this.target=e.style}setProperty(e,t){u.queueUpdate((()=>this.target.setProperty(e,t)))}removeProperty(e){u.queueUpdate((()=>this.target.removeProperty(e)))}}class Ni{setProperty(e,t){Ni.properties[e]=t
|
|
774
|
-
for(const i of Ni.roots.values())
|
|
775
|
-
for(const t of Ni.roots.values())
|
|
774
|
+
for(const i of Ni.roots.values())Ui.getOrCreate(Ni.normalizeRoot(i)).setProperty(e,t)}removeProperty(e){delete Ni.properties[e]
|
|
775
|
+
for(const t of Ni.roots.values())Ui.getOrCreate(Ni.normalizeRoot(t)).removeProperty(e)}static registerRoot(e){const{roots:t}=Ni
|
|
776
776
|
if(!t.has(e)){t.add(e)
|
|
777
|
-
const i=
|
|
777
|
+
const i=Ui.getOrCreate(this.normalizeRoot(e))
|
|
778
778
|
for(const e in Ni.properties)i.setProperty(e,Ni.properties[e])}}static unregisterRoot(e){const{roots:t}=Ni
|
|
779
779
|
if(t.has(e)){t.delete(e)
|
|
780
|
-
const i=
|
|
780
|
+
const i=Ui.getOrCreate(Ni.normalizeRoot(e))
|
|
781
781
|
for(const e in Ni.properties)i.removeProperty(e)}}static normalizeRoot(e){return e===Pi?document:e}}Ni.roots=new Set,Ni.properties={}
|
|
782
782
|
const Zi=new WeakMap,qi=u.supportsAdoptedStyleSheets?class extends Ti{constructor(e){super()
|
|
783
783
|
const t=new CSSStyleSheet
|
|
784
|
-
this.target=t.cssRules[t.insertRule(":host{}")].style,e.$fastController.addStyles(W.create([t]))}}:zi,
|
|
784
|
+
this.target=t.cssRules[t.insertRule(":host{}")].style,e.$fastController.addStyles(W.create([t]))}}:zi,Ui=Object.freeze({getOrCreate(e){if(Zi.has(e))return Zi.get(e)
|
|
785
785
|
let t
|
|
786
786
|
return e===Pi?t=new Ni:e instanceof Document?t=u.supportsAdoptedStyleSheets?new Li:new Di:t=e instanceof ge?new qi(e):new Bi(e),Zi.set(e,t),t}})
|
|
787
|
-
class
|
|
787
|
+
class ji extends ve{constructor(e){super(),this.subscribers=new WeakMap,this._appliedTo=new Set,this.name=e.name,null!==e.cssCustomPropertyName&&(this.cssCustomProperty=`--${e.cssCustomPropertyName}`,this.cssVar=`var(${this.cssCustomProperty})`),this.id=ji.uniqueId(),ji.tokensById.set(this.id,this)}get appliedTo(){return[...this._appliedTo]}static from(e){return new ji({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 ji.tokensById.get(e)}getOrCreateSubscriberSet(e=this){return this.subscribers.get(e)||this.subscribers.set(e,new Set)&&this.subscribers.get(e)}createCSS(){return this.cssVar||""}getValueFor(e){const t=Yi.getOrCreate(e).get(this)
|
|
788
788
|
if(void 0!==t)return t
|
|
789
|
-
throw new Error(`Value could not be retrieved for token named "${this.name}". Ensure the value is set for ${e} or an ancestor of ${e}.`)}setValueFor(e,t){return this._appliedTo.add(e),t instanceof
|
|
789
|
+
throw new Error(`Value could not be retrieved for token named "${this.name}". Ensure the value is set for ${e} or an ancestor of ${e}.`)}setValueFor(e,t){return this._appliedTo.add(e),t instanceof ji&&(t=this.alias(t)),Yi.getOrCreate(e).set(this,t),this}deleteValueFor(e){return this._appliedTo.delete(e),Yi.existsFor(e)&&Yi.getOrCreate(e).delete(this),this}withDefault(e){return this.setValueFor(Pi,e),this}subscribe(e,t){const i=this.getOrCreateSubscriberSet(t)
|
|
790
790
|
t&&!Yi.existsFor(t)&&Yi.getOrCreate(t),i.has(e)||i.add(e)}unsubscribe(e,t){const i=this.subscribers.get(t||this)
|
|
791
791
|
i&&i.has(e)&&i.delete(e)}notify(e){const t=Object.freeze({token:this,target:e})
|
|
792
|
-
this.subscribers.has(this)&&this.subscribers.get(this).forEach((e=>e.handleChange(t))),this.subscribers.has(e)&&this.subscribers.get(e).forEach((e=>e.handleChange(t)))}alias(e){return t=>e.getValueFor(t)}}
|
|
793
|
-
return()=>(e++,e.toString(16))})(),
|
|
792
|
+
this.subscribers.has(this)&&this.subscribers.get(this).forEach((e=>e.handleChange(t))),this.subscribers.has(e)&&this.subscribers.get(e).forEach((e=>e.handleChange(t)))}alias(e){return t=>e.getValueFor(t)}}ji.uniqueId=(()=>{let e=0
|
|
793
|
+
return()=>(e++,e.toString(16))})(),ji.tokensById=new Map
|
|
794
794
|
class Gi{constructor(e,t,i){this.source=e,this.token=t,this.node=i,this.dependencies=new Set,this.observer=v.binding(e,this,!1),this.observer.handleChange=this.observer.call,this.handleChange()}disconnect(){this.observer.disconnect()}handleChange(){this.node.store.set(this.token,this.observer.observe(this.node.target,x))}}class Wi{constructor(){this.values=new Map}set(e,t){this.values.get(e)!==t&&(this.values.set(e,t),v.getNotifier(this).notify(e.id))}get(e){return v.track(this,e.id),this.values.get(e)}delete(e){this.values.delete(e)}all(){return this.values.entries()}}const Xi=new WeakMap,Ki=new WeakMap
|
|
795
|
-
class Yi{constructor(e){this.target=e,this.store=new Wi,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(e,t)=>{const i=
|
|
796
|
-
if(i&&(i.notify(this.target),
|
|
795
|
+
class Yi{constructor(e){this.target=e,this.store=new Wi,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(e,t)=>{const i=ji.getTokenById(t)
|
|
796
|
+
if(i&&(i.notify(this.target),ji.isCSSDesignToken(i))){const t=this.parent,o=this.isReflecting(i)
|
|
797
797
|
if(t){const n=t.get(i),s=e.get(i)
|
|
798
798
|
n===s||o?n===s&&o&&this.stopReflectToCSS(i):this.reflectToCSS(i)}else o||this.reflectToCSS(i)}}},Xi.set(e,this),v.getNotifier(this.store).subscribe(this.tokenValueChangeHandler),e instanceof ge?e.$fastController.addBehaviors([this]):e.isConnected&&this.bind()}static getOrCreate(e){return Xi.get(e)||new Yi(e)}static existsFor(e){return Xi.has(e)}static findParent(e){if(Pi!==e.target){let t=Hi(e.target)
|
|
799
799
|
for(;null!==t;){if(Xi.has(t))return Xi.get(t)
|
|
@@ -804,7 +804,7 @@ return null}get parent(){return Ki.get(this)||null}has(e){return this.assignedVa
|
|
|
804
804
|
if(void 0!==t)return t
|
|
805
805
|
const i=this.getRaw(e)
|
|
806
806
|
return void 0!==i?(this.hydrate(e,i),this.get(e)):void 0}getRaw(e){var t
|
|
807
|
-
return this.assignedValues.has(e)?this.assignedValues.get(e):null===(t=Yi.findClosestAssignedNode(e,this))||void 0===t?void 0:t.getRaw(e)}set(e,t){
|
|
807
|
+
return this.assignedValues.has(e)?this.assignedValues.get(e):null===(t=Yi.findClosestAssignedNode(e,this))||void 0===t?void 0:t.getRaw(e)}set(e,t){ji.isDerivedDesignTokenValue(this.assignedValues.get(e))&&this.tearDownBindingObserver(e),this.assignedValues.set(e,t),ji.isDerivedDesignTokenValue(t)?this.setupBindingObserver(e,t):this.store.set(e,t)}delete(e){this.assignedValues.delete(e),this.tearDownBindingObserver(e)
|
|
808
808
|
const t=this.getRaw(e)
|
|
809
809
|
t?this.hydrate(e,t):this.store.delete(e)}bind(){const e=Yi.findParent(this)
|
|
810
810
|
e&&e.appendChild(this)
|
|
@@ -814,12 +814,12 @@ Ki.set(e,this),this.children.push(e),t.forEach((t=>e.appendChild(t))),v.getNotif
|
|
|
814
814
|
for(const[t,i]of this.store.all())e.hydrate(t,this.bindingObservers.has(t)?this.getRaw(t):i)}removeChild(e){const t=this.children.indexOf(e)
|
|
815
815
|
return-1!==t&&this.children.splice(t,1),v.getNotifier(this.store).unsubscribe(e),e.parent===this&&Ki.delete(e)}contains(e){return function(e,t){let i=t
|
|
816
816
|
for(;null!==i;){if(i===e)return!0
|
|
817
|
-
i=Hi(i)}return!1}(this.target,e.target)}reflectToCSS(e){this.isReflecting(e)||(this.reflecting.add(e),Yi.cssCustomPropertyReflector.startReflection(e,this.target))}stopReflectToCSS(e){this.isReflecting(e)&&(this.reflecting.delete(e),Yi.cssCustomPropertyReflector.stopReflection(e,this.target))}isReflecting(e){return this.reflecting.has(e)}handleChange(e,t){const i=
|
|
817
|
+
i=Hi(i)}return!1}(this.target,e.target)}reflectToCSS(e){this.isReflecting(e)||(this.reflecting.add(e),Yi.cssCustomPropertyReflector.startReflection(e,this.target))}stopReflectToCSS(e){this.isReflecting(e)&&(this.reflecting.delete(e),Yi.cssCustomPropertyReflector.stopReflection(e,this.target))}isReflecting(e){return this.reflecting.has(e)}handleChange(e,t){const i=ji.getTokenById(t)
|
|
818
818
|
i&&this.hydrate(i,this.getRaw(i))}hydrate(e,t){if(!this.has(e)){const i=this.bindingObservers.get(e)
|
|
819
|
-
|
|
819
|
+
ji.isDerivedDesignTokenValue(t)?i?i.source!==t&&(this.tearDownBindingObserver(e),this.setupBindingObserver(e,t)):this.setupBindingObserver(e,t):(i&&this.tearDownBindingObserver(e),this.store.set(e,t))}}setupBindingObserver(e,t){const i=new Gi(t,e,this)
|
|
820
820
|
return this.bindingObservers.set(e,i),i}tearDownBindingObserver(e){return!!this.bindingObservers.has(e)&&(this.bindingObservers.get(e).disconnect(),this.bindingObservers.delete(e),!0)}}Yi.cssCustomPropertyReflector=new class{startReflection(e,t){e.subscribe(this,t),this.handleChange({token:e,target:t})}stopReflection(e,t){e.unsubscribe(this,t),this.remove(e,t)}handleChange(e){const{token:t,target:i}=e
|
|
821
|
-
this.add(t,i)}add(e,t){
|
|
822
|
-
const Qi=Object.freeze({create:function(e){return
|
|
821
|
+
this.add(t,i)}add(e,t){Ui.getOrCreate(t).setProperty(e.cssCustomProperty,this.resolveCSSValue(Yi.getOrCreate(t).get(e)))}remove(e,t){Ui.getOrCreate(t).removeProperty(e.cssCustomProperty)}resolveCSSValue(e){return e&&"function"==typeof e.createCSS?e.createCSS():e}},Ze([f],Yi.prototype,"children",void 0)
|
|
822
|
+
const Qi=Object.freeze({create:function(e){return ji.from(e)},notifyConnection:e=>!(!e.isConnected||!Yi.existsFor(e))&&(Yi.getOrCreate(e).bind(),!0),notifyDisconnection:e=>!(e.isConnected||!Yi.existsFor(e))&&(Yi.getOrCreate(e).unbind(),!0),registerRoot(e=Pi){Ni.registerRoot(e)},unregisterRoot(e=Pi){Ni.unregisterRoot(e)}}),Ji=Object.freeze({definitionCallbackOnly:null,ignoreDuplicate:Symbol()}),eo=new Map,to=new Map
|
|
823
823
|
let io=null
|
|
824
824
|
const oo=Qe.createInterface((e=>e.cachedCallback((e=>(null===io&&(io=new so(null,e)),io))))),no=Object.freeze({tagFor:e=>to.get(e),responsibleFor(e){const t=e.$$designSystem$$
|
|
825
825
|
if(t)return t
|
|
@@ -869,9 +869,9 @@ switch(this.shouldSkipFocus=!1,t){case Zt:return void this.checkFirstOption(i)
|
|
|
869
869
|
case Tt:return void this.checkNextOption(i)
|
|
870
870
|
case zt:return void this.checkPreviousOption(i)
|
|
871
871
|
case qt:return void this.checkLastOption(i)
|
|
872
|
-
case
|
|
872
|
+
case jt:return this.focusAndScrollOptionIntoView(),!0
|
|
873
873
|
case Nt:return this.uncheckAllOptions(),this.checkActiveIndex(),!0
|
|
874
|
-
case
|
|
874
|
+
case Ut:if(e.preventDefault(),this.typeAheadExpired)return void this.toggleSelectedForAllCheckedOptions()
|
|
875
875
|
default:return 1===t.length&&this.handleTypeAhead(`${t}`),!0}}mousedownHandler(e){if(e.offsetX>=0&&e.offsetX<=this.scrollWidth)return super.mousedownHandler(e)}multipleChanged(e,t){var i
|
|
876
876
|
this.ariaMultiSelectable=t?"true":null,null===(i=this.options)||void 0===i||i.forEach((e=>{e.checked=!t&&void 0})),this.setSelectedOptions()}setSelectedOptions(){this.multiple?this.$fastController.isConnected&&this.options&&(this.selectedOptions=this.options.filter((e=>e.selected)),this.focusAndScrollOptionIntoView()):super.setSelectedOptions()}sizeChanged(e,t){var i
|
|
877
877
|
const o=Math.max(0,parseInt(null!==(i=null==t?void 0:t.toFixed())&&void 0!==i?i:"",10))
|
|
@@ -880,7 +880,7 @@ e.forEach((e=>e.selected=t)),this.selectedIndex=this.options.indexOf(e[e.length-
|
|
|
880
880
|
t>-1&&(this.activeIndex=t,this.uncheckAllOptions(),this.checkActiveIndex()),this.typeAheadExpired=!1}}else super.typeaheadBufferChanged(e,t)}uncheckAllOptions(e=!1){this.options.forEach((e=>e.checked=!this.multiple&&void 0)),e||(this.rangeStartIndex=-1)}}Ze([f],vo.prototype,"activeIndex",void 0),Ze([ne({mode:"boolean"})],vo.prototype,"multiple",void 0),Ze([ne({converter:ie})],vo.prototype,"size",void 0)
|
|
881
881
|
const fo="menuitem",mo="menuitemcheckbox",bo="menuitemradio",wo={[fo]:"menuitem",[mo]:"menuitemcheckbox",[bo]:"menuitemradio"}
|
|
882
882
|
let xo=class extends _t{constructor(){super(...arguments),this.role=fo,this.hasSubmenu=!1,this.currentDirection=Wt.ltr,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=e=>{if(e.defaultPrevented)return!1
|
|
883
|
-
switch(e.key){case Bt:case
|
|
883
|
+
switch(e.key){case Bt:case Ut:return this.invoke(),!1
|
|
884
884
|
case Dt:return this.expandAndFocus(),!1
|
|
885
885
|
case Lt:if(this.expanded)return this.expanded=!1,this.focus(),!1}return!0},this.handleMenuItemClick=e=>(e.defaultPrevented||this.disabled||this.invoke(),!1),this.submenuLoaded=()=>{this.focusSubmenuOnLoad&&(this.focusSubmenuOnLoad=!1,this.hasSubmenu&&(this.submenu.focus(),this.setAttribute("tabindex","-1")))},this.handleMouseOver=e=>(this.disabled||!this.hasSubmenu||this.expanded||(this.expanded=!0),!1),this.handleMouseOut=e=>(!this.expanded||this.contains(document.activeElement)||(this.expanded=!1),!1),this.expandAndFocus=()=>{this.hasSubmenu&&(this.focusSubmenuOnLoad=!0,this.expanded=!0)},this.invoke=()=>{if(!this.disabled)switch(this.role){case mo:this.checked=!this.checked
|
|
886
886
|
break
|
|
@@ -966,7 +966,7 @@ if(this.slottedRadioButtons.forEach((e=>{void 0!==this.name&&e.setAttribute("nam
|
|
|
966
966
|
if(t>0&&!i){const i=e[t-1]
|
|
967
967
|
i.checked=!0,this.focusedRadio=i,i.setAttribute("tabindex","0")}else this.slottedRadioButtons[0].setAttribute("tabindex","0"),this.focusedRadio=this.slottedRadioButtons[0]}}}
|
|
968
968
|
Ze([ne({attribute:"readonly",mode:"boolean"})],Ao.prototype,"readOnly",void 0),Ze([ne({attribute:"disabled",mode:"boolean"})],Ao.prototype,"disabled",void 0),Ze([ne],Ao.prototype,"name",void 0),Ze([ne],Ao.prototype,"value",void 0),Ze([ne],Ao.prototype,"orientation",void 0),Ze([f],Ao.prototype,"childItems",void 0),Ze([f],Ao.prototype,"slottedRadioButtons",void 0)
|
|
969
|
-
class Oo extends _t{}class Eo extends(ui(Oo)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let Vo=class extends Eo{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(e.key!==
|
|
969
|
+
class Oo extends _t{}class Eo extends(ui(Oo)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let Vo=class extends Eo{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(e.key!==Ut)return!0
|
|
970
970
|
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
|
|
971
971
|
this.$fastController.isConnected&&!this.dirtyChecked&&(this.isInsideRadioGroup()||(this.checked=null!==(e=this.defaultChecked)&&void 0!==e&&e,this.dirtyChecked=!1))}connectedCallback(){var e,t
|
|
972
972
|
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)}}
|
|
@@ -990,7 +990,7 @@ const t=null!==(e=this.options)&&void 0!==e?e:Array.from(this.children).filter(C
|
|
|
990
990
|
this.selectedIndex=-1===i?0:i}setProxyOptions(){this.proxy instanceof HTMLSelectElement&&this.options&&(this.proxy.options.length=0,this.options.forEach((e=>{const t=e.proxy||(e instanceof HTMLOptionElement?e.cloneNode():null)
|
|
991
991
|
t&&this.proxy.options.add(t)})))}keydownHandler(e){super.keydownHandler(e)
|
|
992
992
|
const t=e.key||e.key.charCodeAt(0)
|
|
993
|
-
switch(t){case
|
|
993
|
+
switch(t){case Ut:e.preventDefault(),this.collapsible&&this.typeAheadExpired&&(this.open=!this.open)
|
|
994
994
|
break
|
|
995
995
|
case Zt:case qt:e.preventDefault()
|
|
996
996
|
break
|
|
@@ -998,16 +998,16 @@ case Bt:e.preventDefault(),this.open=!this.open
|
|
|
998
998
|
break
|
|
999
999
|
case Nt:this.collapsible&&this.open&&(e.preventDefault(),this.open=!1)
|
|
1000
1000
|
break
|
|
1001
|
-
case
|
|
1001
|
+
case jt:return this.collapsible&&this.open&&(e.preventDefault(),this.open=!1),!0}return this.open||this.indexWhenOpened===this.selectedIndex||(this.updateValue(!0),this.indexWhenOpened=this.selectedIndex),!(t===Tt||t===zt)}connectedCallback(){super.connectedCallback(),this.forcedPosition=!!this.positionAttribute,this.addEventListener("contentchange",this.updateDisplayValue)}disconnectedCallback(){this.removeEventListener("contentchange",this.updateDisplayValue),super.disconnectedCallback()}sizeChanged(e,t){super.sizeChanged(e,t),this.proxy&&(this.proxy.size=t)}updateDisplayValue(){this.collapsible&&v.notify(this,"displayValue")}}
|
|
1002
1002
|
Ze([ne({attribute:"open",mode:"boolean"})],To.prototype,"open",void 0),Ze([m],To.prototype,"collapsible",null),Ze([f],To.prototype,"control",void 0),Ze([ne({attribute:"position"})],To.prototype,"positionAttribute",void 0),Ze([f],To.prototype,"position",void 0),Ze([f],To.prototype,"maxHeight",void 0)
|
|
1003
1003
|
class Lo{}Ze([f],Lo.prototype,"ariaControls",void 0),Mt(Lo,ki),Mt(To,ze,Lo)
|
|
1004
|
-
class Do extends _t{}class zo extends(ui(Do)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let Bo=class extends zo{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(!this.readOnly)switch(e.key){case Bt:case
|
|
1004
|
+
class Do extends _t{}class zo extends(ui(Do)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let Bo=class extends zo{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(!this.readOnly)switch(e.key){case Bt:case Ut:this.checked=!this.checked}},this.clickHandler=e=>{this.disabled||this.readOnly||(this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly),this.readOnly?this.classList.add("readonly"):this.classList.remove("readonly")}checkedChanged(e,t){super.checkedChanged(e,t),this.checked?this.classList.add("checked"):this.classList.remove("checked")}}
|
|
1005
1005
|
Ze([ne({attribute:"readonly",mode:"boolean"})],Bo.prototype,"readOnly",void 0),Ze([f],Bo.prototype,"defaultSlottedNodes",void 0)
|
|
1006
1006
|
let No=class extends _t{}
|
|
1007
1007
|
let Zo=class extends _t{}
|
|
1008
1008
|
Ze([ne({mode:"boolean"})],Zo.prototype,"disabled",void 0)
|
|
1009
1009
|
const qo="horizontal"
|
|
1010
|
-
let
|
|
1010
|
+
let Uo=class extends _t{constructor(){super(...arguments),this.orientation=qo,this.activeindicator=!0,this.showActiveIndicator=!0,this.prevActiveTabIndex=0,this.activeTabIndex=0,this.ticking=!1,this.change=()=>{this.$emit("change",this.activetab)},this.isDisabledElement=e=>"true"===e.getAttribute("aria-disabled"),this.isFocusableElement=e=>!this.isDisabledElement(e),this.setTabs=()=>{const e="gridColumn",t="gridRow",i=this.isHorizontal()?e:t
|
|
1011
1011
|
this.activeTabIndex=this.getActiveIndex(),this.showActiveIndicator=!1,this.tabs.forEach(((o,n)=>{if("tab"===o.slot){const e=this.activeTabIndex===n&&this.isFocusableElement(o)
|
|
1012
1012
|
this.activeindicator&&this.isFocusableElement(o)&&(this.showActiveIndicator=!0)
|
|
1013
1013
|
const t=this.tabIds[n],i=this.tabpanelIds[n]
|
|
@@ -1036,8 +1036,8 @@ const n=this.activeIndicatorRef[i]
|
|
|
1036
1036
|
this.activeIndicatorRef.style[e]=`${this.prevActiveTabIndex+1}`
|
|
1037
1037
|
const s=n-o
|
|
1038
1038
|
this.activeIndicatorRef.style.transform=`${t}(${s}px)`,this.activeIndicatorRef.classList.add("activeIndicatorTransition"),this.activeIndicatorRef.addEventListener("transitionend",(()=>{this.ticking=!1,this.activeIndicatorRef.style[e]=`${this.activeTabIndex+1}`,this.activeIndicatorRef.style.transform=`${t}(0px)`,this.activeIndicatorRef.classList.remove("activeIndicatorTransition")}))}adjust(e){this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=function(e,t,i){return i<e?t:i>t?e:i}(0,this.tabs.length-1,this.activeTabIndex+e),this.setComponent()}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}
|
|
1039
|
-
Ze([ne],
|
|
1040
|
-
class
|
|
1039
|
+
Ze([ne],Uo.prototype,"orientation",void 0),Ze([ne],Uo.prototype,"activeid",void 0),Ze([f],Uo.prototype,"tabs",void 0),Ze([f],Uo.prototype,"tabpanels",void 0),Ze([ne({mode:"boolean"})],Uo.prototype,"activeindicator",void 0),Ze([f],Uo.prototype,"activeIndicatorRef",void 0),Ze([f],Uo.prototype,"showActiveIndicator",void 0),Mt(Uo,ze)
|
|
1040
|
+
class jo extends _t{}class Go extends(hi(jo)){constructor(){super(...arguments),this.proxy=document.createElement("textarea")}}const Wo="none"
|
|
1041
1041
|
let Xo=class extends Go{constructor(){super(...arguments),this.resize=Wo,this.cols=20,this.handleTextInput=()=>{this.value=this.control.value}}readOnlyChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.readOnly=this.readOnly)}autofocusChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.autofocus=this.autofocus)}listChanged(){this.proxy instanceof HTMLTextAreaElement&&this.proxy.setAttribute("list",this.list)}maxlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.maxLength=this.maxlength)}minlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.minLength=this.minlength)}spellcheckChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.spellcheck=this.spellcheck)}select(){this.control.select(),this.$emit("select")}handleChange(){this.$emit("change")}validate(){super.validate(this.control)}}
|
|
1042
1042
|
Ze([ne({mode:"boolean"})],Xo.prototype,"readOnly",void 0),Ze([ne],Xo.prototype,"resize",void 0),Ze([ne({mode:"boolean"})],Xo.prototype,"autofocus",void 0),Ze([ne({attribute:"form"})],Xo.prototype,"formId",void 0),Ze([ne],Xo.prototype,"list",void 0),Ze([ne({converter:ie})],Xo.prototype,"maxlength",void 0),Ze([ne({converter:ie})],Xo.prototype,"minlength",void 0),Ze([ne],Xo.prototype,"name",void 0),Ze([ne],Xo.prototype,"placeholder",void 0),Ze([ne({converter:ie,mode:"fromView"})],Xo.prototype,"cols",void 0),Ze([ne({converter:ie,mode:"fromView"})],Xo.prototype,"rows",void 0),Ze([ne({mode:"boolean"})],Xo.prototype,"spellcheck",void 0),Ze([f],Xo.prototype,"defaultSlottedNodes",void 0),Mt(Xo,_o)
|
|
1043
1043
|
const Ko=Object.freeze({[Gt.ArrowUp]:{[Ot]:-1},[Gt.ArrowDown]:{[Ot]:1},[Gt.ArrowLeft]:{[At]:{[Wt.ltr]:-1,[Wt.rtl]:1}},[Gt.ArrowRight]:{[At]:{[Wt.ltr]:1,[Wt.rtl]:-1}}})
|
|
@@ -1147,9 +1147,9 @@ return new _n(Cn(Number(i[0]),0,255),Cn(Number(i[1]),0,255),Cn(Number(i[2]),0,25
|
|
|
1147
1147
|
if(null===t)return null
|
|
1148
1148
|
const i=t[1].split(",")
|
|
1149
1149
|
return 4===i.length?new _n(Cn(Number(i[0]),0,255),Cn(Number(i[1]),0,255),Cn(Number(i[2]),0,255),Number(i[3])):null}(t):function(e){return In.hasOwnProperty(e)}(t)?function(e){const t=In[e.toLowerCase()]
|
|
1150
|
-
return t?new _n(t.r,t.g,t.b,t.hasOwnProperty("a")?t.a:void 0):null}(t):null}const Hn="#a46eff",Pn="#804ad9",Tn="#ff8126",Ln="#009921",Dn="#00c12b",zn="#c4000c",Bn="#818386",Nn="#f1f1f2",Zn="#f5f5f5",qn="#ffffff",
|
|
1150
|
+
return t?new _n(t.r,t.g,t.b,t.hasOwnProperty("a")?t.a:void 0):null}(t):null}const Hn="#a46eff",Pn="#804ad9",Tn="#ff8126",Ln="#009921",Dn="#00c12b",zn="#c4000c",Bn="#818386",Nn="#f1f1f2",Zn="#f5f5f5",qn="#ffffff",Un="#252526",jn="#363738",Gn="#505153",Wn="#000000",Xn="#161617",Kn="#074023",Yn="#009b65",Qn="#d63434",Jn="#ff4b00",es="#006b46",ts="#32eb96",is="Source Sans Pro",os="400",ns="14px",ss="18px",rs="14px",as="0.25s"
|
|
1151
1151
|
function ls(e,t){const{r:i,g:o,b:n}=Vn(e)
|
|
1152
|
-
return`rgba(${255*i}, ${255*o}, ${255*n}, ${t})`}const cs=ls(Wn,.3),ds=ls(Wn,.6),hs=ls(Wn,.6),us=as,ps="light",gs="dark",vs="color",fs="action-rgb-partial-color",ms="application-background-color",bs="divider-background-color",ws="header-background-color",xs="section-background-color",ys="fill-selected-color",$s="fill-selected-rgb-partial-color",Cs="fill-hover-selected-color",ks="fill-hover-color",Ss="fill-down-color",_s="border-color",Is="border-rgb-partial-color",Rs="fail-color",Ms="warning-color",As="pass-color",Os="information-color",Es="border-hover-color",Vs="icon-color",Fs="modal-backdrop-color",Hs="popup-border-color",Ps="control-height",Ts="control-slim-height",Ls="small-padding",Ds="standard-padding",zs="label-height",Bs="border-width",Ns="icon-size",Zs="group-header-text-transform",qs="drawer-width",
|
|
1152
|
+
return`rgba(${255*i}, ${255*o}, ${255*n}, ${t})`}const cs=ls(Wn,.3),ds=ls(Wn,.6),hs=ls(Wn,.6),us=as,ps="light",gs="dark",vs="color",fs="action-rgb-partial-color",ms="application-background-color",bs="divider-background-color",ws="header-background-color",xs="section-background-color",ys="fill-selected-color",$s="fill-selected-rgb-partial-color",Cs="fill-hover-selected-color",ks="fill-hover-color",Ss="fill-down-color",_s="border-color",Is="border-rgb-partial-color",Rs="fail-color",Ms="warning-color",As="pass-color",Os="information-color",Es="border-hover-color",Vs="icon-color",Fs="modal-backdrop-color",Hs="popup-border-color",Ps="control-height",Ts="control-slim-height",Ls="small-padding",Ds="standard-padding",zs="label-height",Bs="border-width",Ns="icon-size",Zs="group-header-text-transform",qs="drawer-width",Us="banner-gap-size",js="spinner-small-height",Gs="spinner-medium-height",Ws="spinner-large-height",Xs="small-delay",Ks="medium-delay",Ys="large-delay",Qs="headline-plus-1-font",Js="headline-font",er="table-header-font",tr="title-plus-2-font",ir="title-plus-1-font",or="title-font",nr="subtitle-plus-1-font",sr="subtitle-font",rr="link-font",ar="link-active-font",lr="link-prominent-font",cr="link-active-prominent-font",dr="placeholder-font",hr="body-emphasized-font",ur="body-font",pr="group-header-font",gr="control-label-font",vr="button-label-font",fr="tooltip-caption-font",mr="tooltip-background-color",br="error-text-font",wr="table-row-border-color",xr="elevation-1-box-shadow",yr="elevation-2-box-shadow",$r="elevation-3-box-shadow",Cr=e=>`ni-nimble-${e}`,kr="animationend",Sr="change",_r="ArrowDown",Ir="ArrowLeft",Rr="ArrowUp",Mr="Enter"
|
|
1153
1153
|
var Ar
|
|
1154
1154
|
!function(e){e.ltr="ltr",e.rtl="rtl"}(Ar||(Ar={}))
|
|
1155
1155
|
let Or=0
|
|
@@ -1161,30 +1161,30 @@ function Er(e=""){return`${e}${Or++}`}const Vr=G`<slot></slot>`,Fr=fe`
|
|
|
1161
1161
|
class Tr extends _t{constructor(){super(...arguments),this.direction=Ar.ltr,this.theme=ps}directionChanged(e,t){null!=t?Hr.setValueFor(this,t):Hr.deleteValueFor(this)}themeChanged(e,t){null!=t?Pr.setValueFor(this,t):Pr.deleteValueFor(this)}}e([ne({attribute:"direction"})],Tr.prototype,"direction",void 0),e([ne({attribute:"theme"})],Tr.prototype,"theme",void 0)
|
|
1162
1162
|
const Lr=Tr.compose({baseName:"theme-provider",styles:Fr,template:Vr})
|
|
1163
1163
|
no.getOrCreate().withPrefix("nimble").register(Lr()),no.tagFor(Tr)
|
|
1164
|
-
const Dr="Source Sans Pro Fallback",zr=Qi.create(Cr(fs)).withDefault((e=>Ic(Mc(e,Xn,Nn,qn)))),Br=Qi.create(Cr(ms)).withDefault((e=>Mc(e,qn,
|
|
1165
|
-
Qi.create(Cr(ws)).withDefault((e=>Mc(e,Zn,
|
|
1164
|
+
const Dr="Source Sans Pro Fallback",zr=Qi.create(Cr(fs)).withDefault((e=>Ic(Mc(e,Xn,Nn,qn)))),Br=Qi.create(Cr(ms)).withDefault((e=>Mc(e,qn,jn,Kn)))
|
|
1165
|
+
Qi.create(Cr(ws)).withDefault((e=>Mc(e,Zn,Un,Kn))),Qi.create(Cr(xs)).withDefault((e=>Mc(e,Nn,Gn,Kn))),Qi.create(Cr(bs)).withDefault((e=>Mc(e,Nn,Gn,Kn)))
|
|
1166
1166
|
const Nr=Qi.create(Cr(ys)).withDefault((e=>ls(Vc(e),.2)))
|
|
1167
1167
|
Qi.create(Cr($s)).withDefault((e=>Ic(Vc(e))))
|
|
1168
1168
|
const Zr=Qi.create(Cr(Cs)).withDefault((e=>ls(Vc(e),.15))),qr=Qi.create(Cr(ks)).withDefault((e=>ls(function(e){return Mc(e,Xn,Nn,qn)}(e),.1)))
|
|
1169
1169
|
Qi.create(Cr(Ss)).withDefault((e=>ls(function(e){return Mc(e,Xn,Nn,qn)}(e),.15)))
|
|
1170
|
-
const
|
|
1170
|
+
const Ur=Qi.create(Cr(_s)).withDefault((e=>Oc(e))),jr=Qi.create(Cr(Is)).withDefault((e=>Ic(Oc(e)))),Gr=Qi.create(Cr(Rs)).withDefault((e=>Ac(e))),Wr=Qi.create(Cr(Ms)).withDefault((e=>function(e){return Mc(e,Jn,Tn,qn)}(e))),Xr=Qi.create(Cr(As)).withDefault((e=>function(e){return Mc(e,Ln,Dn,qn)}(e))),Kr=Qi.create(Cr(Os)).withDefault((e=>function(e){return Mc(e,Pn,Hn,qn)}(e))),Yr=Qi.create(Cr(Es)).withDefault((e=>Mc(e,Yn,Yn,qn))),Qr=Qi.create(Cr(Vs)).withDefault((e=>Mc(e,Xn,Nn,qn)))
|
|
1171
1171
|
Qi.create(Cr(Fs)).withDefault((e=>function(e){switch(Pr.getValueFor(e)){case ps:return cs
|
|
1172
1172
|
case gs:return ds
|
|
1173
1173
|
case vs:return hs
|
|
1174
1174
|
default:return cs}}(e)))
|
|
1175
1175
|
const Jr=Qi.create(Cr(Hs)).withDefault((e=>ls(Mc(e,Xn,Nn,qn),.3)))
|
|
1176
|
-
Qi.create(Cr(mr)).withDefault((e=>Mc(e,Nn,
|
|
1177
|
-
const ea=Qi.create(Cr(wr)).withDefault((e=>Mc(e,Nn,
|
|
1176
|
+
Qi.create(Cr(mr)).withDefault((e=>Mc(e,Nn,jn,Kn)))
|
|
1177
|
+
const ea=Qi.create(Cr(wr)).withDefault((e=>Mc(e,Nn,Un,Kn))),ta=Qi.create(Cr(Ps)).withDefault("32px"),ia=Qi.create(Cr(Ts)).withDefault("24px"),oa=Qi.create(Cr(Ls)).withDefault("4px"),na=Qi.create(Cr(Ds)).withDefault("16px")
|
|
1178
1178
|
Qi.create(Cr(zs)).withDefault("16px")
|
|
1179
1179
|
const sa=Qi.create(Cr(Bs)).withDefault("1px"),ra=Qi.create(Cr(Ns)).withDefault("16px"),aa=Qi.create(Cr(qs)).withDefault("784px")
|
|
1180
|
-
Qi.create(Cr(
|
|
1181
|
-
const la=Qi.create(Cr(
|
|
1180
|
+
Qi.create(Cr(Us)).withDefault("1px")
|
|
1181
|
+
const la=Qi.create(Cr(js)).withDefault("16px")
|
|
1182
1182
|
Qi.create(Cr(Gs)).withDefault("32px"),Qi.create(Cr(Ws)).withDefault("64px"),Qi.create(Cr(xr)).withDefault((e=>`0px 1px 4px ${ls(Mc(e,Wn,Wn,Wn),.16)}`))
|
|
1183
1183
|
const ca=Qi.create(Cr(yr)).withDefault((e=>`0px 2px 4px ${ls(Mc(e,Wn,Wn,Wn),.16)}`)),da=Qi.create(Cr($r)).withDefault((e=>`0px 4px 8px ${ls(Mc(e,Wn,Wn,Wn),.3)}`))
|
|
1184
1184
|
Rc(Js,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Noto Serif","400","25px","32px","Noto Serif Fallback"),Rc(Qs,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Noto Serif","400","29.100000381469727px","40px","Noto Serif Fallback"),Rc(tr,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Source Sans Pro","400","25px","32px","Source Sans Pro Fallback")
|
|
1185
1185
|
const[ha,ua,pa,ga,va,fa,ma,ba]=Rc(ir,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Source Sans Pro","400","22px","28px","Source Sans Pro Fallback")
|
|
1186
1186
|
Rc(or,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Source Sans Pro","400","19px","24px","Source Sans Pro Fallback"),Rc(nr,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Source Sans Pro","300","16px","20px","Source Sans Pro Fallback")
|
|
1187
|
-
const[wa,xa,ya,$a,Ca,ka,Sa,_a]=Rc(sr,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[Ia,Ra,Ma,Aa,Oa,Ea,Va,Fa]=Rc(rr,(e=>Ec(e)),(e=>ls(Ec(e),.3)),is,os,ns,ss,Dr),[Ha,Pa,Ta,La,Da,za,Ba,Na]=Rc(ar,(e=>Mc(e,es,ts,ls(qn,.6))),(e=>ls(Ec(e),.3)),is,os,ns,ss,Dr),[Za,qa,ja,
|
|
1187
|
+
const[wa,xa,ya,$a,Ca,ka,Sa,_a]=Rc(sr,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[Ia,Ra,Ma,Aa,Oa,Ea,Va,Fa]=Rc(rr,(e=>Ec(e)),(e=>ls(Ec(e),.3)),is,os,ns,ss,Dr),[Ha,Pa,Ta,La,Da,za,Ba,Na]=Rc(ar,(e=>Mc(e,es,ts,ls(qn,.6))),(e=>ls(Ec(e),.3)),is,os,ns,ss,Dr),[Za,qa,Ua,ja,Ga,Wa,Xa,Ka]=Rc(lr,(e=>Mc(e,es,ts,ts)),(e=>ls(Ec(e),.3)),is,os,ns,ss,Dr),[Ya,Qa,Ja,el,tl,il,ol,nl]=Rc(cr,(e=>Ec(e)),(e=>ls(Ec(e),.3)),is,os,ns,ss,Dr),[sl,rl,al,ll,cl,dl,hl,ul]=Rc(dr,(e=>ls(Ec(e),.6)),(e=>ls(Ec(e),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[pl,gl,vl,fl,ml,bl,wl,xl]=Rc(hr,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Source Sans Pro","600","14px","18px","Source Sans Pro Fallback"),[yl,$l,Cl,kl,Sl,_l,Il,Rl]=Rc(ur,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[Ml,Al,Ol,El,Vl,Fl,Hl,Pl]=Rc(pr,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[Tl,Ll,Dl,zl,Bl,Nl,Zl,ql]=Rc(gr,(e=>ls(Ec(e),.6)),(e=>ls(Ec(e),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[Ul,jl,Gl,Wl,Xl,Kl,Yl,Ql]=Rc(vr,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Source Sans Pro","400","12.800000190734863px","16px","Source Sans Pro Fallback"),[Jl,ec,tc,ic,oc,nc,sc,rc]=Rc(fr,(e=>Ec(e)),(e=>ls(Ec(e),.3)),"Source Sans Pro","400","11px",rs,"Source Sans Pro Fallback"),[ac,lc,cc,dc,hc,uc,pc,gc]=Rc(br,(e=>Ac(e)),(e=>ls(Ac(e),.3)),"Source Sans Pro","400","11px",rs,"Source Sans Pro Fallback"),[vc,fc,mc,bc,wc,xc,yc,$c]=Rc(er,(e=>ls(Ec(e),.6)),(e=>ls(Ec(e),.3)),"Source Sans Pro","600","12.800000190734863px",rs,"Source Sans Pro Fallback"),Cc=Qi.create(Cr(Zs)).withDefault("uppercase"),kc=Qi.create(Cr(Xs)).withDefault("0.075s"),Sc=Qi.create(Cr(Ks)).withDefault("0.15s"),_c=Qi.create(Cr(Ys)).withDefault(as)
|
|
1188
1188
|
function Ic(e){const{r:t,g:i,b:o}=Vn(e)
|
|
1189
1189
|
return`${255*t}, ${255*i}, ${255*o}`}function Rc(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")
|
|
1190
1190
|
const l=Qi.create(Cr(e)).withDefault(`${n} ${s}/${r} ${o}, ${a}`),c=e.split("-font"),d=c[0]
|
|
@@ -1266,7 +1266,7 @@ default:return t}}function Ac(e){return Mc(e,zn,"#ff4646",qn)}function Oc(e){ret
|
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
1268
|
:host([appearance='prominent']) .control:not(:any-link) {
|
|
1269
|
-
color: ${
|
|
1269
|
+
color: ${Ua};
|
|
1270
1270
|
}
|
|
1271
1271
|
|
|
1272
1272
|
[part='end'] {
|
|
@@ -1330,8 +1330,8 @@ class zc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1330
1330
|
:host {
|
|
1331
1331
|
background-color: transparent;
|
|
1332
1332
|
height: ${ta};
|
|
1333
|
-
color: ${
|
|
1334
|
-
font: ${
|
|
1333
|
+
color: ${jl};
|
|
1334
|
+
font: ${Ul};
|
|
1335
1335
|
cursor: pointer;
|
|
1336
1336
|
outline: none;
|
|
1337
1337
|
border: none;
|
|
@@ -1417,7 +1417,7 @@ class zc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1417
1417
|
|
|
1418
1418
|
[part='start'] {
|
|
1419
1419
|
display: contents;
|
|
1420
|
-
${Qr.cssCustomProperty}: ${
|
|
1420
|
+
${Qr.cssCustomProperty}: ${jl};
|
|
1421
1421
|
}
|
|
1422
1422
|
|
|
1423
1423
|
:host([disabled]) slot[name='start']::slotted(*) {
|
|
@@ -1426,7 +1426,7 @@ class zc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1426
1426
|
|
|
1427
1427
|
[part='end'] {
|
|
1428
1428
|
display: contents;
|
|
1429
|
-
${Qr.cssCustomProperty}: ${
|
|
1429
|
+
${Qr.cssCustomProperty}: ${jl};
|
|
1430
1430
|
}
|
|
1431
1431
|
|
|
1432
1432
|
:host([disabled]) slot[name='end']::slotted(*) {
|
|
@@ -1459,7 +1459,7 @@ class zc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1459
1459
|
|
|
1460
1460
|
:host([disabled]) .control {
|
|
1461
1461
|
background-color: transparent;
|
|
1462
|
-
border-color: rgba(${
|
|
1462
|
+
border-color: rgba(${jr}, 0.2);
|
|
1463
1463
|
}
|
|
1464
1464
|
`),Bc(Lc,fe`
|
|
1465
1465
|
.control {
|
|
@@ -1488,7 +1488,7 @@ class zc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1488
1488
|
}
|
|
1489
1489
|
`),Bc(Dc,fe`
|
|
1490
1490
|
.control {
|
|
1491
|
-
background-color: rgba(${
|
|
1491
|
+
background-color: rgba(${jr}, 0.1);
|
|
1492
1492
|
border-color: transparent;
|
|
1493
1493
|
}
|
|
1494
1494
|
|
|
@@ -1498,7 +1498,7 @@ class zc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1498
1498
|
}
|
|
1499
1499
|
|
|
1500
1500
|
.control${yn} {
|
|
1501
|
-
background-color: rgba(${
|
|
1501
|
+
background-color: rgba(${jr}, 0.1);
|
|
1502
1502
|
border-color: ${Yr};
|
|
1503
1503
|
}
|
|
1504
1504
|
|
|
@@ -1512,7 +1512,7 @@ class zc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
1514
|
:host([disabled]) .control {
|
|
1515
|
-
background-color: rgba(${
|
|
1515
|
+
background-color: rgba(${jr}, 0.1);
|
|
1516
1516
|
border-color: transparent;
|
|
1517
1517
|
}
|
|
1518
1518
|
`)),Zc=fe``.withBehaviors(Bc(Tc,fe`
|
|
@@ -1599,8 +1599,8 @@ class zc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1599
1599
|
text-decoration: none;
|
|
1600
1600
|
}
|
|
1601
1601
|
`
|
|
1602
|
-
class
|
|
1603
|
-
const Uc
|
|
1602
|
+
class Uc extends xn{constructor(){super(...arguments),this.appearance=Tc,this.contentHidden=!1,this.disabled=!1}}e([ne],Uc.prototype,"appearance",void 0),e([ne({attribute:"appearance-variant"})],Uc.prototype,"appearanceVariant",void 0),e([ne({attribute:"content-hidden",mode:"boolean"})],Uc.prototype,"contentHidden",void 0),e([ne({mode:"boolean"})],Uc.prototype,"disabled",void 0)
|
|
1603
|
+
const jc=Uc.compose({baseName:"anchor-button",template:(e,t)=>G`
|
|
1604
1604
|
<a
|
|
1605
1605
|
class="control"
|
|
1606
1606
|
part="control"
|
|
@@ -1641,7 +1641,7 @@ const Uc=jc.compose({baseName:"anchor-button",template:(e,t)=>G`
|
|
|
1641
1641
|
${Be(0,t)}
|
|
1642
1642
|
</a>
|
|
1643
1643
|
`,styles:qc,shadowOptions:{delegatesFocus:!0}})
|
|
1644
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
1644
|
+
no.getOrCreate().withPrefix("nimble").register(jc()),no.tagFor(Uc)
|
|
1645
1645
|
const Gc=fe`
|
|
1646
1646
|
${bn("grid")}
|
|
1647
1647
|
|
|
@@ -2189,7 +2189,7 @@ t&&Pr.unsubscribe(t)}}const pd=(e,t)=>new ud(e,t),gd=fe`
|
|
|
2189
2189
|
|
|
2190
2190
|
slot[name='action']::slotted(nimble-button) {
|
|
2191
2191
|
${ta.cssCustomProperty}: ${ia};
|
|
2192
|
-
${
|
|
2192
|
+
${jl.cssCustomProperty}: ${qn};
|
|
2193
2193
|
${Nr.cssCustomProperty}: ${ls(qn,.2)};
|
|
2194
2194
|
${Yr.cssCustomProperty}: ${qn};
|
|
2195
2195
|
}
|
|
@@ -2207,7 +2207,7 @@ t&&Pr.unsubscribe(t)}}const pd=(e,t)=>new ud(e,t),gd=fe`
|
|
|
2207
2207
|
.dismiss nimble-button {
|
|
2208
2208
|
${ta.cssCustomProperty}: 16px;
|
|
2209
2209
|
${ra.cssCustomProperty}: 14px;
|
|
2210
|
-
${
|
|
2210
|
+
${jl.cssCustomProperty}: ${qn};
|
|
2211
2211
|
${Yr.cssCustomProperty}: transparent;
|
|
2212
2212
|
${Nr.cssCustomProperty}: ${ls(qn,.2)};
|
|
2213
2213
|
}
|
|
@@ -2266,7 +2266,7 @@ t&&Pr.unsubscribe(t)}}const pd=(e,t)=>new ud(e,t),gd=fe`
|
|
|
2266
2266
|
class fd extends vi{constructor(){super(...arguments),this.appearance=Tc,this.contentHidden=!1}}e([ne],fd.prototype,"appearance",void 0),e([ne({attribute:"appearance-variant"})],fd.prototype,"appearanceVariant",void 0),e([ne({attribute:"content-hidden",mode:"boolean"})],fd.prototype,"contentHidden",void 0)
|
|
2267
2267
|
const md=fd.compose({baseName:"button",baseClass:vi,template:ri,styles:vd,shadowOptions:{delegatesFocus:!0}})
|
|
2268
2268
|
no.getOrCreate().withPrefix("nimble").register(md())
|
|
2269
|
-
const bd=no.tagFor(fd),wd={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>'},xd={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>'},yd={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>'},$d={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>'},Cd={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>'},kd={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>'},Sd={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>'},_d={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>'},Id={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>'},Rd={name:"arrow_right_to_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2Zm-6.9-3 1.287-2H2V7l4.412.004L5.1 5 11 7.982Z"/></svg>'},Md={name:"arrow_rotate_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.9 2.773v1.715a3.366 3.366 0 0 1 3.3 3.428 3.366 3.366 0 0 1-3.3 3.429 3.36 3.36 0 0 1-3.293-3.366h.095l2.255.901-3.05-6.107L1.85 8.88l2.108-.808A5.039 5.039 0 0 0 8.9 13.059a5.05 5.05 0 0 0 4.95-5.143A5.05 5.05 0 0 0 8.9 2.773Z"/></svg>'},Ad={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>'},Od={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>'},Ed={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>'},Vd={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>'},Fd={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>'},Hd={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>'},Pd={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>'},Td={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>'},Ld={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>'},Dd={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>'},zd={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>'},Bd={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>'},Nd={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>'},Zd={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>'},qd={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>'},jd={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>'},Ud={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>'},Gd={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>'},Wd={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>'},Xd={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>'},Kd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},eh={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>'},th={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>'},ih={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>'},oh={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>'},nh={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>'},sh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},fh={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>'},mh={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>'},bh={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>'},wh={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>'},xh={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>'},yh={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>'},$h={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>'},Ch={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>'},kh={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>'},Sh={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>'},_h={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>'},Ih={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>'},Rh={name:"dot_solid_dot_stroke_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 8a3 3 0 1 1-3-3 3 3 0 0 1 3 3Zm5-2a2 2 0 1 0 2 2 2.002 2.002 0 0 0-2-2m0-1a3 3 0 1 1-3 3 3 3 0 0 1 3-3Z"/></svg>'},Mh={name:"dot_solid_dot_stroke_measurement_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 3h1v3H5zM6 4h4v1H6zM10 3h1v3h-1zM7 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm5-2c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2m0-1a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z"/></svg>'},Ah={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>'},Oh={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>'},Eh={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>'},Vh={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>'},Fh={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>'},Hh={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>'},Ph={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>'},Th={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>'},Lh={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>'},Dh={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>'},zh={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>'},Bh={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>'},Nh={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>'},Zh={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>'},qh={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>'},jh={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>'},Uh={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>'},Gh={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>'},Wh={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>'},Xh={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>'},Kh={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>'},Yh={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>'},Qh={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>'},Jh={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>'},eu={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>'},tu={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>'},iu={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>'},ou={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>'},nu={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>'},su={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>'},ru={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>'},au={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>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={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>'},pu={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>'},gu={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>'},vu={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>'},fu={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>'},mu={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>'},bu={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>'},wu={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>'},xu={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>'},yu={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>'},$u={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>'},Cu={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>'},ku={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>'},Su={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>'},_u={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>'},Iu={name:"share_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.984 2.012-2.069 6.153-.565-2.722-3.544 3.544-.822-.822 3.544-3.544-2.723-.566ZM2 4v10h10v-4h-2v2H4V6h2V4Z"/></svg>'},Ru={name:"shield_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2Zm4.788 8.2L4 7.388 5.225 6.2l1.553 1.61 4.06-4.01L12 5.013Z"/></svg>'},Mu={name:"shield_xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2Zm9.5 7.346L10.346 10.5 8 8.154 5.654 10.5 4.5 9.346 6.846 7 4.5 4.654 5.654 3.5 8 5.846 10.346 3.5 11.5 4.654 9.154 7Z"/></svg>'},Au={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>'},Ou={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>'},Eu={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>'},Vu={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>'},Fu={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>'},Hu={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>'},Pu={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>'},Tu={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>'},Lu={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>'},Du={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>'},zu={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>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},ju={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>'},Uu={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>'},Gu={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>'},Wu={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>'},Xu={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>'},Ku={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>'},Yu={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>'},Qu={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>'},Ju={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>'},ep={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>'},tp={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>'},ip={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>'},op={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>'},np={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>'},sp={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>'},ap={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>'},lp={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>'},cp={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>'},dp=G`
|
|
2269
|
+
const bd=no.tagFor(fd),wd={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>'},xd={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>'},yd={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>'},$d={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>'},Cd={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>'},kd={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>'},Sd={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>'},_d={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>'},Id={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>'},Rd={name:"arrow_right_to_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2Zm-6.9-3 1.287-2H2V7l4.412.004L5.1 5 11 7.982Z"/></svg>'},Md={name:"arrow_rotate_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.9 2.773v1.715a3.366 3.366 0 0 1 3.3 3.428 3.366 3.366 0 0 1-3.3 3.429 3.36 3.36 0 0 1-3.293-3.366h.095l2.255.901-3.05-6.107L1.85 8.88l2.108-.808A5.039 5.039 0 0 0 8.9 13.059a5.05 5.05 0 0 0 4.95-5.143A5.05 5.05 0 0 0 8.9 2.773Z"/></svg>'},Ad={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>'},Od={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>'},Ed={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>'},Vd={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>'},Fd={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>'},Hd={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>'},Pd={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>'},Td={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>'},Ld={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>'},Dd={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>'},zd={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>'},Bd={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>'},Nd={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>'},Zd={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>'},qd={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>'},Ud={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>'},jd={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>'},Gd={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>'},Wd={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>'},Xd={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>'},Kd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},eh={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>'},th={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>'},ih={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>'},oh={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>'},nh={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>'},sh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},fh={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>'},mh={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>'},bh={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>'},wh={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>'},xh={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>'},yh={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>'},$h={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>'},Ch={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>'},kh={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>'},Sh={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>'},_h={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>'},Ih={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>'},Rh={name:"dot_solid_dot_stroke_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 8a3 3 0 1 1-3-3 3 3 0 0 1 3 3Zm5-2a2 2 0 1 0 2 2 2.002 2.002 0 0 0-2-2m0-1a3 3 0 1 1-3 3 3 3 0 0 1 3-3Z"/></svg>'},Mh={name:"dot_solid_dot_stroke_measurement_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 3h1v3H5zM6 4h4v1H6zM10 3h1v3h-1zM7 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm5-2c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2m0-1a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z"/></svg>'},Ah={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>'},Oh={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>'},Eh={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>'},Vh={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>'},Fh={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>'},Hh={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>'},Ph={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>'},Th={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>'},Lh={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>'},Dh={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>'},zh={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>'},Bh={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>'},Nh={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>'},Zh={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>'},qh={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>'},Uh={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>'},jh={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>'},Gh={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>'},Wh={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>'},Xh={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>'},Kh={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>'},Yh={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>'},Qh={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>'},Jh={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>'},eu={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>'},tu={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>'},iu={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>'},ou={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>'},nu={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>'},su={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>'},ru={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>'},au={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>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={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>'},pu={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>'},gu={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>'},vu={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>'},fu={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>'},mu={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>'},bu={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>'},wu={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>'},xu={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>'},yu={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>'},$u={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>'},Cu={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>'},ku={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>'},Su={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>'},_u={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>'},Iu={name:"share_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.984 2.012-2.069 6.153-.565-2.722-3.544 3.544-.822-.822 3.544-3.544-2.723-.566ZM2 4v10h10v-4h-2v2H4V6h2V4Z"/></svg>'},Ru={name:"shield_check_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2Zm4.788 8.2L4 7.388 5.225 6.2l1.553 1.61 4.06-4.01L12 5.013Z"/></svg>'},Mu={name:"shield_xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2Zm9.5 7.346L10.346 10.5 8 8.154 5.654 10.5 4.5 9.346 6.846 7 4.5 4.654 5.654 3.5 8 5.846 10.346 3.5 11.5 4.654 9.154 7Z"/></svg>'},Au={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>'},Ou={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>'},Eu={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>'},Vu={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>'},Fu={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>'},Hu={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>'},Pu={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>'},Tu={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>'},Lu={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>'},Du={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>'},zu={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>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},Uu={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>'},ju={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>'},Gu={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>'},Wu={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>'},Xu={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>'},Ku={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>'},Yu={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>'},Qu={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>'},Ju={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>'},ep={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>'},tp={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>'},ip={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>'},op={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>'},np={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>'},sp={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>'},ap={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>'},lp={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>'},cp={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>'},dp=G`
|
|
2270
2270
|
<template>
|
|
2271
2271
|
<div class="icon" :innerHTML=${e=>e.icon.data}></div>
|
|
2272
2272
|
</template
|
|
@@ -2532,15 +2532,15 @@ class Ap extends ni{}const Op=Ap.compose({baseName:"breadcrumb-item",baseClass:n
|
|
|
2532
2532
|
</span>
|
|
2533
2533
|
`)}
|
|
2534
2534
|
</div>
|
|
2535
|
-
`,styles:Mp,separator:
|
|
2535
|
+
`,styles:Mp,separator:Uh.data})
|
|
2536
2536
|
no.getOrCreate().withPrefix("nimble").register(Op()),no.tagFor(Ap)
|
|
2537
2537
|
const Ep=fe`
|
|
2538
2538
|
${bn("inline-flex")}
|
|
2539
2539
|
|
|
2540
2540
|
:host {
|
|
2541
2541
|
background-color: transparent;
|
|
2542
|
-
color: ${
|
|
2543
|
-
font: ${
|
|
2542
|
+
color: ${jl};
|
|
2543
|
+
font: ${Ul};
|
|
2544
2544
|
cursor: pointer;
|
|
2545
2545
|
outline: none;
|
|
2546
2546
|
border: none;
|
|
@@ -2670,7 +2670,7 @@ const Hp=fe`
|
|
|
2670
2670
|
${bn("inline-flex")}
|
|
2671
2671
|
|
|
2672
2672
|
:host {
|
|
2673
|
-
font: ${
|
|
2673
|
+
font: ${Ul};
|
|
2674
2674
|
align-items: center;
|
|
2675
2675
|
cursor: pointer;
|
|
2676
2676
|
outline: none;
|
|
@@ -2686,7 +2686,7 @@ const Hp=fe`
|
|
|
2686
2686
|
height: calc(${ta} / 2);
|
|
2687
2687
|
box-sizing: border-box;
|
|
2688
2688
|
flex-shrink: 0;
|
|
2689
|
-
border: ${sa} solid ${
|
|
2689
|
+
border: ${sa} solid ${Ur};
|
|
2690
2690
|
padding: 2px;
|
|
2691
2691
|
display: inline-flex;
|
|
2692
2692
|
align-items: center;
|
|
@@ -2703,8 +2703,8 @@ const Hp=fe`
|
|
|
2703
2703
|
}
|
|
2704
2704
|
|
|
2705
2705
|
:host([disabled]) .control {
|
|
2706
|
-
background-color: rgba(${
|
|
2707
|
-
border-color: rgba(${
|
|
2706
|
+
background-color: rgba(${jr}, 0.1);
|
|
2707
|
+
border-color: rgba(${jr}, 0.2);
|
|
2708
2708
|
}
|
|
2709
2709
|
|
|
2710
2710
|
:host(:not([disabled]):not(:active):hover) .control {
|
|
@@ -2745,11 +2745,11 @@ const Hp=fe`
|
|
|
2745
2745
|
}
|
|
2746
2746
|
|
|
2747
2747
|
slot[name='checked-indicator'] svg {
|
|
2748
|
-
fill: ${
|
|
2748
|
+
fill: ${Ur};
|
|
2749
2749
|
}
|
|
2750
2750
|
|
|
2751
2751
|
:host([disabled]) slot[name='checked-indicator'] svg {
|
|
2752
|
-
fill: rgba(${
|
|
2752
|
+
fill: rgba(${jr}, 0.3);
|
|
2753
2753
|
}
|
|
2754
2754
|
|
|
2755
2755
|
slot[name='indeterminate-indicator'] svg {
|
|
@@ -2763,11 +2763,11 @@ const Hp=fe`
|
|
|
2763
2763
|
}
|
|
2764
2764
|
|
|
2765
2765
|
slot[name='indeterminate-indicator'] svg {
|
|
2766
|
-
fill: ${
|
|
2766
|
+
fill: ${Ur};
|
|
2767
2767
|
}
|
|
2768
2768
|
|
|
2769
2769
|
:host([disabled]) slot[name='indeterminate-indicator'] svg {
|
|
2770
|
-
fill: rgba(${
|
|
2770
|
+
fill: rgba(${jr}, 0.3);
|
|
2771
2771
|
}
|
|
2772
2772
|
`
|
|
2773
2773
|
class Pp extends wi{}const Tp=Pp.compose({baseName:"checkbox",baseClass:wi,template:(e,t)=>G`
|
|
@@ -2875,7 +2875,7 @@ const Bp=no.tagFor(Dp),Np=G`
|
|
|
2875
2875
|
</div>
|
|
2876
2876
|
`
|
|
2877
2877
|
class Zp extends up{constructor(){super($d)}}pp("icon-arrow-expander-down",Zp)
|
|
2878
|
-
const qp=no.tagFor(Zp),
|
|
2878
|
+
const qp=no.tagFor(Zp),Up="underline",jp="outline",Gp="block",Wp=fe`
|
|
2879
2879
|
${bn("inline-flex")}
|
|
2880
2880
|
|
|
2881
2881
|
:host {
|
|
@@ -2958,7 +2958,7 @@ const qp=no.tagFor(Zp),jp="underline",Up="outline",Gp="block",Wp=fe`
|
|
|
2958
2958
|
display: flex;
|
|
2959
2959
|
min-height: 100%;
|
|
2960
2960
|
width: 100%;
|
|
2961
|
-
border: 0px solid rgba(${
|
|
2961
|
+
border: 0px solid rgba(${jr}, 0.3);
|
|
2962
2962
|
background-color: transparent;
|
|
2963
2963
|
padding: ${sa};
|
|
2964
2964
|
}
|
|
@@ -2970,7 +2970,7 @@ const qp=no.tagFor(Zp),jp="underline",Up="outline",Gp="block",Wp=fe`
|
|
|
2970
2970
|
:host([disabled]) .control {
|
|
2971
2971
|
cursor: default;
|
|
2972
2972
|
color: ${Cl};
|
|
2973
|
-
border-color: rgba(${
|
|
2973
|
+
border-color: rgba(${jr}, 0.1);
|
|
2974
2974
|
}
|
|
2975
2975
|
|
|
2976
2976
|
:host([error-visible]) .control,
|
|
@@ -3078,23 +3078,23 @@ const qp=no.tagFor(Zp),jp="underline",Up="outline",Gp="block",Wp=fe`
|
|
|
3078
3078
|
::slotted(option) {
|
|
3079
3079
|
flex: none;
|
|
3080
3080
|
}
|
|
3081
|
-
`.withBehaviors(Bc(
|
|
3081
|
+
`.withBehaviors(Bc(Up,fe`
|
|
3082
3082
|
.control {
|
|
3083
3083
|
border-bottom-width: ${sa};
|
|
3084
3084
|
padding-bottom: 0;
|
|
3085
3085
|
}
|
|
3086
3086
|
|
|
3087
3087
|
:host([disabled]) .control {
|
|
3088
|
-
border-color: rgba(${
|
|
3088
|
+
border-color: rgba(${jr}, 0.1);
|
|
3089
3089
|
}
|
|
3090
|
-
`),Bc(
|
|
3090
|
+
`),Bc(jp,fe`
|
|
3091
3091
|
.control {
|
|
3092
3092
|
border-width: ${sa};
|
|
3093
3093
|
padding: 0;
|
|
3094
3094
|
}
|
|
3095
3095
|
`),Bc(Gp,fe`
|
|
3096
3096
|
.control {
|
|
3097
|
-
background-color: rgba(${
|
|
3097
|
+
background-color: rgba(${jr}, 0.1);
|
|
3098
3098
|
}
|
|
3099
3099
|
|
|
3100
3100
|
.control:focus-within {
|
|
@@ -3103,7 +3103,7 @@ const qp=no.tagFor(Zp),jp="underline",Up="outline",Gp="block",Wp=fe`
|
|
|
3103
3103
|
}
|
|
3104
3104
|
|
|
3105
3105
|
:host([disabled]) .control {
|
|
3106
|
-
background-color: rgba(${
|
|
3106
|
+
background-color: rgba(${jr}, 0.07);
|
|
3107
3107
|
}
|
|
3108
3108
|
`),pd(vs,fe`
|
|
3109
3109
|
.listbox slot {
|
|
@@ -3198,7 +3198,7 @@ const qp=no.tagFor(Zp),jp="underline",Up="outline",Gp="block",Wp=fe`
|
|
|
3198
3198
|
.separator {
|
|
3199
3199
|
display: inline;
|
|
3200
3200
|
width: 2px;
|
|
3201
|
-
border-right: 2px solid rgba(${
|
|
3201
|
+
border-right: 2px solid rgba(${jr}, 0.15);
|
|
3202
3202
|
height: calc(${ta} - 12px);
|
|
3203
3203
|
align-self: center;
|
|
3204
3204
|
padding-left: 4px;
|
|
@@ -3222,7 +3222,7 @@ const qp=no.tagFor(Zp),jp="underline",Up="outline",Gp="block",Wp=fe`
|
|
|
3222
3222
|
padding-bottom: 0;
|
|
3223
3223
|
}
|
|
3224
3224
|
`))
|
|
3225
|
-
class Yp extends Vi{constructor(){super(...arguments),this.appearance=
|
|
3225
|
+
class Yp extends Vi{constructor(){super(...arguments),this.appearance=Up,this.errorVisible=!1,this.valueUpdatedByInput=!1}setPositioning(){this.$fastController.isConnected&&super.setPositioning()}slottedOptionsChanged(e,t){const i=this.value
|
|
3226
3226
|
super.slottedOptionsChanged(e,t),i&&(this.value=i)}connectedCallback(){super.connectedCallback(),this.setPositioning(),this.updateInputAriaLabel()}toggleButtonClickHandler(e){e.stopImmediatePropagation()}toggleButtonChangeHandler(e){this.open=this.dropdownButton.checked,e.stopImmediatePropagation()}toggleButtonKeyDownHandler(e){switch(e.key){case Rr:case _r:case" ":case Mr:return this.open=!0,this.stopPropagation(e),!1
|
|
3227
3227
|
default:return!0}}filterOptions(){super.filterOptions()
|
|
3228
3228
|
const e=this.filteredOptions.filter((e=>!e.disabled))
|
|
@@ -3638,15 +3638,15 @@ class Fg extends up{constructor(){super(Bd)}}pp("icon-book-magnifying-glass",Fg)
|
|
|
3638
3638
|
class Hg extends up{constructor(){super(Nd)}}pp("icon-calendar",Hg),no.tagFor(Hg)
|
|
3639
3639
|
class Pg extends up{constructor(){super(Zd)}}pp("icon-chart-diagram",Pg),no.tagFor(Pg)
|
|
3640
3640
|
class Tg extends up{constructor(){super(qd)}}pp("icon-chart-diagram-child-focus",Tg),no.tagFor(Tg)
|
|
3641
|
-
class Lg extends up{constructor(){super(
|
|
3642
|
-
class Dg extends up{constructor(){super(
|
|
3641
|
+
class Lg extends up{constructor(){super(Ud)}}pp("icon-chart-diagram-parent-focus",Lg),no.tagFor(Lg)
|
|
3642
|
+
class Dg extends up{constructor(){super(jd)}}pp("icon-chart-diagram-parent-focus-two-child",Dg),no.tagFor(Dg)
|
|
3643
3643
|
class zg extends up{constructor(){super(Gd)}}pp("icon-check",zg),no.tagFor(zg)
|
|
3644
3644
|
class Bg extends up{constructor(){super(Wd)}}pp("icon-check-dot",Bg),no.tagFor(Bg)
|
|
3645
3645
|
class Ng extends up{constructor(){super(Xd)}}pp("icon-check-large",Ng),no.tagFor(Ng)
|
|
3646
3646
|
class Zg extends up{constructor(){super(Kd)}}pp("icon-circle",Zg),no.tagFor(Zg)
|
|
3647
3647
|
class qg extends up{constructor(){super(Qd)}}pp("icon-circle-broken",qg),no.tagFor(qg)
|
|
3648
|
-
class
|
|
3649
|
-
class
|
|
3648
|
+
class Ug extends up{constructor(){super(Jd)}}pp("icon-circle-check",Ug),no.tagFor(Ug)
|
|
3649
|
+
class jg extends up{constructor(){super(Yd)}}pp("icon-circle-filled",jg),no.tagFor(jg)
|
|
3650
3650
|
class Gg extends up{constructor(){super(eh)}}pp("icon-circle-partial-broken",Gg),no.tagFor(Gg)
|
|
3651
3651
|
class Wg extends up{constructor(){super(th)}}pp("icon-circle-slash",Wg),no.tagFor(Wg)
|
|
3652
3652
|
class Xg extends up{constructor(){super(ih)}}pp("icon-circle-x",Xg),no.tagFor(Xg)
|
|
@@ -3691,16 +3691,16 @@ class Vv extends up{constructor(){super(Bh)}}pp("icon-floppy-disk-star-arrow-rig
|
|
|
3691
3691
|
class Fv extends up{constructor(){super(Nh)}}pp("icon-floppy-disk-three-dots",Fv),no.tagFor(Fv)
|
|
3692
3692
|
class Hv extends up{constructor(){super(Zh)}}pp("icon-folder",Hv),no.tagFor(Hv)
|
|
3693
3693
|
class Pv extends up{constructor(){super(qh)}}pp("icon-folder-open",Pv),no.tagFor(Pv)
|
|
3694
|
-
class Tv extends up{constructor(){super(
|
|
3695
|
-
class Lv extends up{constructor(){super(
|
|
3694
|
+
class Tv extends up{constructor(){super(Uh)}}pp("icon-forward-slash",Tv),no.tagFor(Tv)
|
|
3695
|
+
class Lv extends up{constructor(){super(jh)}}pp("icon-four-dots-square",Lv),no.tagFor(Lv)
|
|
3696
3696
|
class Dv extends up{constructor(){super(Gh)}}pp("icon-function",Dv),no.tagFor(Dv)
|
|
3697
3697
|
class zv extends up{constructor(){super(Wh)}}pp("icon-gauge-simple",zv),no.tagFor(zv)
|
|
3698
3698
|
class Bv extends up{constructor(){super(Xh)}}pp("icon-grid-three-by-three",Bv),no.tagFor(Bv)
|
|
3699
3699
|
class Nv extends up{constructor(){super(Kh)}}pp("icon-grid-two-by-two",Nv),no.tagFor(Nv)
|
|
3700
3700
|
class Zv extends up{constructor(){super(Yh)}}pp("icon-hammer",Zv),no.tagFor(Zv)
|
|
3701
3701
|
class qv extends up{constructor(){super(Qh)}}pp("icon-hashtag",qv),no.tagFor(qv)
|
|
3702
|
-
class
|
|
3703
|
-
class
|
|
3702
|
+
class Uv extends up{constructor(){super(Jh)}}pp("icon-home",Uv),no.tagFor(Uv)
|
|
3703
|
+
class jv extends up{constructor(){super(eu)}}pp("icon-hourglass",jv),no.tagFor(jv)
|
|
3704
3704
|
class Gv extends up{constructor(){super(tu)}}pp("icon-indeterminant-checkbox",Gv),no.tagFor(Gv)
|
|
3705
3705
|
class Wv extends up{constructor(){super(ou)}}pp("icon-info-circle",Wv),no.tagFor(Wv)
|
|
3706
3706
|
class Xv extends up{constructor(){super(nu)}}pp("icon-key",Xv),no.tagFor(Xv)
|
|
@@ -3746,14 +3746,14 @@ class Hf extends up{constructor(){super(Nu)}}pp("icon-three-dots-line",Hf)
|
|
|
3746
3746
|
const Pf=no.tagFor(Hf)
|
|
3747
3747
|
class Tf extends up{constructor(){super(Zu)}}pp("icon-three-vertical-lines",Tf),no.tagFor(Tf)
|
|
3748
3748
|
class Lf extends up{constructor(){super(qu)}}pp("icon-thumbtack",Lf),no.tagFor(Lf)
|
|
3749
|
-
class Df extends up{constructor(){super(
|
|
3750
|
-
class zf extends up{constructor(){super(
|
|
3749
|
+
class Df extends up{constructor(){super(Uu)}}pp("icon-tile-size",Df),no.tagFor(Df)
|
|
3750
|
+
class zf extends up{constructor(){super(ju)}}pp("icon-times",zf),no.tagFor(zf)
|
|
3751
3751
|
class Bf extends up{constructor(){super(Gu)}}pp("icon-trash",Bf),no.tagFor(Bf)
|
|
3752
3752
|
class Nf extends up{constructor(){super(Wu)}}pp("icon-triangle",Nf),no.tagFor(Nf)
|
|
3753
3753
|
class Zf extends up{constructor(){super(Ku)}}pp("icon-true-false-rectangle",Zf),no.tagFor(Zf)
|
|
3754
3754
|
class qf extends up{constructor(){super(Yu)}}pp("icon-unlink",qf),no.tagFor(qf)
|
|
3755
|
-
class
|
|
3756
|
-
class
|
|
3755
|
+
class Uf extends up{constructor(){super(Qu)}}pp("icon-unlock",Uf),no.tagFor(Uf)
|
|
3756
|
+
class jf extends up{constructor(){super(Ju)}}pp("icon-upload",jf),no.tagFor(jf)
|
|
3757
3757
|
class Gf extends up{constructor(){super(ep)}}pp("icon-user",Gf),no.tagFor(Gf)
|
|
3758
3758
|
class Wf extends up{constructor(){super(tp)}}pp("icon-watch",Wf),no.tagFor(Wf)
|
|
3759
3759
|
class Xf extends up{constructor(){super(ip)}}pp("icon-waveform",Xf),no.tagFor(Xf)
|
|
@@ -3867,7 +3867,7 @@ const sm=fe`
|
|
|
3867
3867
|
height: 2px;
|
|
3868
3868
|
margin: ${oa};
|
|
3869
3869
|
border: none;
|
|
3870
|
-
background: ${
|
|
3870
|
+
background: ${Ur};
|
|
3871
3871
|
opacity: 0.1;
|
|
3872
3872
|
}
|
|
3873
3873
|
|
|
@@ -4156,7 +4156,7 @@ const mm="underline",bm="outline",wm="block",xm=fe`
|
|
|
4156
4156
|
justify-content: center;
|
|
4157
4157
|
align-items: center;
|
|
4158
4158
|
border-radius: 0px;
|
|
4159
|
-
border: 0px solid rgba(${
|
|
4159
|
+
border: 0px solid rgba(${jr}, 0.3);
|
|
4160
4160
|
padding: ${sa};
|
|
4161
4161
|
}
|
|
4162
4162
|
|
|
@@ -4165,7 +4165,7 @@ const mm="underline",bm="outline",wm="block",xm=fe`
|
|
|
4165
4165
|
}
|
|
4166
4166
|
|
|
4167
4167
|
:host([disabled]) .root {
|
|
4168
|
-
border-color: rgba(${
|
|
4168
|
+
border-color: rgba(${jr}, 0.1);
|
|
4169
4169
|
}
|
|
4170
4170
|
|
|
4171
4171
|
:host([error-visible]) .root {
|
|
@@ -4273,7 +4273,7 @@ const mm="underline",bm="outline",wm="block",xm=fe`
|
|
|
4273
4273
|
}
|
|
4274
4274
|
`),Bc(wm,fe`
|
|
4275
4275
|
.root {
|
|
4276
|
-
background-color: rgba(${
|
|
4276
|
+
background-color: rgba(${jr}, 0.1);
|
|
4277
4277
|
}
|
|
4278
4278
|
|
|
4279
4279
|
.root:focus-within,
|
|
@@ -4287,7 +4287,7 @@ const mm="underline",bm="outline",wm="block",xm=fe`
|
|
|
4287
4287
|
}
|
|
4288
4288
|
|
|
4289
4289
|
:host([disabled]) .root {
|
|
4290
|
-
background-color: rgba(${
|
|
4290
|
+
background-color: rgba(${jr}, 0.07);
|
|
4291
4291
|
}
|
|
4292
4292
|
`),Bc(bm,fe`
|
|
4293
4293
|
.root {
|
|
@@ -4408,7 +4408,7 @@ const Cm=fe`
|
|
|
4408
4408
|
${bn("inline-flex")}
|
|
4409
4409
|
|
|
4410
4410
|
:host {
|
|
4411
|
-
font: ${
|
|
4411
|
+
font: ${Ul};
|
|
4412
4412
|
align-items: center;
|
|
4413
4413
|
outline: none;
|
|
4414
4414
|
width: fit-content;
|
|
@@ -4425,7 +4425,7 @@ const Cm=fe`
|
|
|
4425
4425
|
height: calc(${ta} / 2);
|
|
4426
4426
|
box-sizing: border-box;
|
|
4427
4427
|
flex-shrink: 0;
|
|
4428
|
-
border: ${sa} solid ${
|
|
4428
|
+
border: ${sa} solid ${Ur};
|
|
4429
4429
|
border-radius: 100%;
|
|
4430
4430
|
display: inline-flex;
|
|
4431
4431
|
align-items: center;
|
|
@@ -4436,8 +4436,8 @@ const Cm=fe`
|
|
|
4436
4436
|
}
|
|
4437
4437
|
|
|
4438
4438
|
:host([disabled]) .control {
|
|
4439
|
-
background-color: rgba(${
|
|
4440
|
-
border-color: rgba(${
|
|
4439
|
+
background-color: rgba(${jr}, 0.1);
|
|
4440
|
+
border-color: rgba(${jr}, 0.2);
|
|
4441
4441
|
}
|
|
4442
4442
|
|
|
4443
4443
|
:host(:not([disabled]):not(:active):hover) .control {
|
|
@@ -4484,11 +4484,11 @@ const Cm=fe`
|
|
|
4484
4484
|
}
|
|
4485
4485
|
|
|
4486
4486
|
slot[name='checked-indicator'] circle {
|
|
4487
|
-
fill: ${
|
|
4487
|
+
fill: ${Ur};
|
|
4488
4488
|
}
|
|
4489
4489
|
|
|
4490
4490
|
:host([disabled]) slot[name='checked-indicator'] circle {
|
|
4491
|
-
fill: rgba(${
|
|
4491
|
+
fill: rgba(${jr}, 0.3);
|
|
4492
4492
|
}
|
|
4493
4493
|
`
|
|
4494
4494
|
class km extends Vo{}const Sm=km.compose({baseName:"radio",baseClass:Vo,template:(e,t)=>G`
|
|
@@ -4588,7 +4588,7 @@ const Mm=fe`
|
|
|
4588
4588
|
padding-bottom: 0;
|
|
4589
4589
|
}
|
|
4590
4590
|
`))
|
|
4591
|
-
class Am extends To{constructor(){super(...arguments),this.appearance=
|
|
4591
|
+
class Am extends To{constructor(){super(...arguments),this.appearance=Up,this.errorVisible=!1}setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(e,t){const i=this.value
|
|
4592
4592
|
super.slottedOptionsChanged(e,t),i&&(this.value=i)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}e([ne],Am.prototype,"appearance",void 0),e([ne({attribute:"error-text"})],Am.prototype,"errorText",void 0),e([ne({attribute:"error-visible",mode:"boolean"})],Am.prototype,"errorVisible",void 0)
|
|
4593
4593
|
const Om=Am.compose({baseName:"select",baseClass:To,template:(e,t)=>G`
|
|
4594
4594
|
<template
|
|
@@ -4800,8 +4800,8 @@ const Pm=fe`
|
|
|
4800
4800
|
|
|
4801
4801
|
:host {
|
|
4802
4802
|
outline: none;
|
|
4803
|
-
font: ${
|
|
4804
|
-
color: ${
|
|
4803
|
+
font: ${Ul};
|
|
4804
|
+
color: ${jl};
|
|
4805
4805
|
flex-direction: column;
|
|
4806
4806
|
cursor: pointer;
|
|
4807
4807
|
--ni-private-switch-height: 24px;
|
|
@@ -5024,7 +5024,7 @@ class Zm extends No{}const qm=Zm.compose({baseName:"tab-panel",baseClass:No,temp
|
|
|
5024
5024
|
*
|
|
5025
5025
|
* @license MIT
|
|
5026
5026
|
*/
|
|
5027
|
-
function
|
|
5027
|
+
function Um(e,t){return"function"==typeof e?e(t):e}function jm(e,t){return i=>{t.setState((t=>({...t,[e]:Um(i,t[e])})))}}function Gm(e){return e instanceof Function}function Wm(e,t){const i=[],o=e=>{e.forEach((e=>{i.push(e)
|
|
5028
5028
|
const n=t(e)
|
|
5029
5029
|
null!=n&&n.length&&o(n)}))}
|
|
5030
5030
|
return o(e),i}function Xm(e,t,i){let o,n=[]
|
|
@@ -5081,7 +5081,7 @@ const h=e=>e.filter((e=>e.column.getIsVisible())).map((e=>{let t=0,i=0,o=[0]
|
|
|
5081
5081
|
e.subHeaders&&e.subHeaders.length?(o=[],h(e.subHeaders).forEach((e=>{let{colSpan:i,rowSpan:n}=e
|
|
5082
5082
|
t+=i,o.push(n)}))):t=1
|
|
5083
5083
|
return i+=Math.min(...o),e.colSpan=t,e.rowSpan=i,{colSpan:t,rowSpan:i}}))
|
|
5084
|
-
return h(null!=(n=null==(s=l[0])?void 0:s.headers)?n:[]),l}const Jm={size:150,minSize:20,maxSize:Number.MAX_SAFE_INTEGER},eb={getDefaultColumnDef:()=>Jm,getInitialState:e=>({columnSizing:{},columnSizingInfo:{startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]},...e}),getDefaultOptions:e=>({columnResizeMode:"onEnd",onColumnSizingChange:
|
|
5084
|
+
return h(null!=(n=null==(s=l[0])?void 0:s.headers)?n:[]),l}const Jm={size:150,minSize:20,maxSize:Number.MAX_SAFE_INTEGER},eb={getDefaultColumnDef:()=>Jm,getInitialState:e=>({columnSizing:{},columnSizingInfo:{startOffset:null,startSize:null,deltaOffset:null,deltaPercentage:null,isResizingColumn:!1,columnSizingStart:[]},...e}),getDefaultOptions:e=>({columnResizeMode:"onEnd",onColumnSizingChange:jm("columnSizing",e),onColumnSizingInfoChange:jm("columnSizingInfo",e)}),createColumn:(e,t)=>({getSize:()=>{var i,o,n
|
|
5085
5085
|
const s=t.getState().columnSizing[e.id]
|
|
5086
5086
|
return Math.min(Math.max(null!=(i=e.columnDef.minSize)?i:Jm.minSize,null!=(o=null!=s?s:e.columnDef.size)?o:Jm.size),null!=(n=e.columnDef.maxSize)?n:Jm.maxSize)},getStart:i=>{const o=i?"left"===i?t.getLeftVisibleLeafColumns():t.getRightVisibleLeafColumns():t.getVisibleLeafColumns(),n=o.findIndex((t=>t.id===e.id))
|
|
5087
5087
|
if(n>0){const e=o[n-1]
|
|
@@ -5110,7 +5110,7 @@ return null!=(t=null==(i=e.getLeftHeaderGroups()[0])?void 0:i.headers.reduce(((e
|
|
|
5110
5110
|
return null!=(t=null==(i=e.getCenterHeaderGroups()[0])?void 0:i.headers.reduce(((e,t)=>e+t.getSize()),0))?t:0},getRightTotalSize:()=>{var t,i
|
|
5111
5111
|
return null!=(t=null==(i=e.getRightHeaderGroups()[0])?void 0:i.headers.reduce(((e,t)=>e+t.getSize()),0))?t:0}})}
|
|
5112
5112
|
let tb=null
|
|
5113
|
-
function ib(e){return"touchstart"===e.type}const ob={getInitialState:e=>({expanded:{},...e}),getDefaultOptions:e=>({onExpandedChange:
|
|
5113
|
+
function ib(e){return"touchstart"===e.type}const ob={getInitialState:e=>({expanded:{},...e}),getDefaultOptions:e=>({onExpandedChange:jm("expanded",e),paginateExpandedRows:!0}),createTable:e=>{let t=!1,i=!1
|
|
5114
5114
|
return{_autoResetExpanded:()=>{var o,n
|
|
5115
5115
|
if(t){if(null!=(o=null!=(n=e.options.autoResetAll)?n:e.options.autoResetExpanded)?o:!e.options.manualExpanding){if(i)return
|
|
5116
5116
|
i=!0,e._queue((()=>{e.resetExpanded(),i=!1}))}}else e._queue((()=>{t=!0}))},setExpanded:t=>null==e.options.onExpandedChange?void 0:e.options.onExpandedChange(t),toggleAllRowsExpanded:t=>{(null!=t?t:!e.getIsAllRowsExpanded())?e.setExpanded(!0):e.setExpanded({})},resetExpanded:t=>{var i,o
|
|
@@ -5157,7 +5157,7 @@ ub.resolveFilterValue=e=>{let[t,i]=e,o="number"!=typeof t?parseFloat(t):t,n="num
|
|
|
5157
5157
|
if(s>r){const e=s
|
|
5158
5158
|
s=r,r=e}return[s,r]},ub.autoRemove=e=>gb(e)||gb(e[0])&&gb(e[1])
|
|
5159
5159
|
const pb={includesString:nb,includesStringSensitive:sb,equalsString:rb,arrIncludes:ab,arrIncludesAll:lb,arrIncludesSome:cb,equals:db,weakEquals:hb,inNumberRange:ub}
|
|
5160
|
-
function gb(e){return null==e||""===e}const vb={getDefaultColumnDef:()=>({filterFn:"auto"}),getInitialState:e=>({columnFilters:[],globalFilter:void 0,...e}),getDefaultOptions:e=>({onColumnFiltersChange:
|
|
5160
|
+
function gb(e){return null==e||""===e}const vb={getDefaultColumnDef:()=>({filterFn:"auto"}),getInitialState:e=>({columnFilters:[],globalFilter:void 0,...e}),getDefaultOptions:e=>({onColumnFiltersChange:jm("columnFilters",e),onGlobalFilterChange:jm("globalFilter",e),filterFromLeafRows:!1,maxLeafRowFilterDepth:100,globalFilterFn:"auto",getColumnCanGlobalFilter:t=>{var i,o
|
|
5161
5161
|
const n=null==(i=e.getCoreRowModel().flatRows[0])||null==(o=i._getAllCellsByColumnId()[t.id])?void 0:o.getValue()
|
|
5162
5162
|
return"string"==typeof n||"number"==typeof n}}),createColumn:(e,t)=>({getAutoFilterFn:()=>{const i=t.getCoreRowModel().flatRows[0],o=null==i?void 0:i.getValue(e.id)
|
|
5163
5163
|
return"string"==typeof o?pb.includesString:"number"==typeof o?pb.inNumberRange:"boolean"==typeof o||null!==o&&"object"==typeof o?pb.equals:Array.isArray(o)?pb.arrIncludes:pb.weakEquals},getFilterFn:()=>{var i,o
|
|
@@ -5165,7 +5165,7 @@ return Gm(e.columnDef.filterFn)?e.columnDef.filterFn:"auto"===e.columnDef.filter
|
|
|
5165
5165
|
return(null==(i=e.columnDef.enableColumnFilter)||i)&&(null==(o=t.options.enableColumnFilters)||o)&&(null==(n=t.options.enableFilters)||n)&&!!e.accessorFn},getCanGlobalFilter:()=>{var i,o,n,s
|
|
5166
5166
|
return(null==(i=e.columnDef.enableGlobalFilter)||i)&&(null==(o=t.options.enableGlobalFilter)||o)&&(null==(n=t.options.enableFilters)||n)&&(null==(s=null==t.options.getColumnCanGlobalFilter?void 0:t.options.getColumnCanGlobalFilter(e))||s)&&!!e.accessorFn},getIsFiltered:()=>e.getFilterIndex()>-1,getFilterValue:()=>{var i,o
|
|
5167
5167
|
return null==(i=t.getState().columnFilters)||null==(o=i.find((t=>t.id===e.id)))?void 0:o.value},getFilterIndex:()=>{var i,o
|
|
5168
|
-
return null!=(i=null==(o=t.getState().columnFilters)?void 0:o.findIndex((t=>t.id===e.id)))?i:-1},setFilterValue:i=>{t.setColumnFilters((t=>{const o=e.getFilterFn(),n=null==t?void 0:t.find((t=>t.id===e.id)),s=
|
|
5168
|
+
return null!=(i=null==(o=t.getState().columnFilters)?void 0:o.findIndex((t=>t.id===e.id)))?i:-1},setFilterValue:i=>{t.setColumnFilters((t=>{const o=e.getFilterFn(),n=null==t?void 0:t.find((t=>t.id===e.id)),s=Um(i,n?n.value:void 0)
|
|
5169
5169
|
var r
|
|
5170
5170
|
if(fb(o,s,e))return null!=(r=null==t?void 0:t.filter((t=>t.id!==e.id)))?r:[]
|
|
5171
5171
|
const a={id:e.id,value:s}
|
|
@@ -5174,7 +5174,7 @@ return n?null!=(l=null==t?void 0:t.map((t=>t.id===e.id?a:t)))?l:[]:null!=t&&t.le
|
|
|
5174
5174
|
const{globalFilterFn:o}=e.options
|
|
5175
5175
|
return Gm(o)?o:"auto"===o?e.getGlobalAutoFilterFn():null!=(t=null==(i=e.options.filterFns)?void 0:i[o])?t:pb[o]},setColumnFilters:t=>{const i=e.getAllLeafColumns()
|
|
5176
5176
|
null==e.options.onColumnFiltersChange||e.options.onColumnFiltersChange((e=>{var o
|
|
5177
|
-
return null==(o=
|
|
5177
|
+
return null==(o=Um(t,e))?void 0:o.filter((e=>{const t=i.find((t=>t.id===e.id))
|
|
5178
5178
|
if(t){if(fb(t.getFilterFn(),e.value,t))return!1}return!0}))}))},setGlobalFilter:t=>{null==e.options.onGlobalFilterChange||e.options.onGlobalFilterChange(t)},resetGlobalFilter:t=>{e.setGlobalFilter(t?void 0:e.initialState.globalFilter)},resetColumnFilters:t=>{var i,o
|
|
5179
5179
|
e.setColumnFilters(t?[]:null!=(i=null==(o=e.initialState)?void 0:o.columnFilters)?i:[])},getPreFilteredRowModel:()=>e.getCoreRowModel(),getFilteredRowModel:()=>(!e._getFilteredRowModel&&e.options.getFilteredRowModel&&(e._getFilteredRowModel=e.options.getFilteredRowModel(e)),e.options.manualFiltering||!e._getFilteredRowModel?e.getPreFilteredRowModel():e._getFilteredRowModel()),_getGlobalFacetedRowModel:e.options.getFacetedRowModel&&e.options.getFacetedRowModel(e,"__global__"),getGlobalFacetedRowModel:()=>e.options.manualFiltering||!e._getGlobalFacetedRowModel?e.getPreFilteredRowModel():e._getGlobalFacetedRowModel(),_getGlobalFacetedUniqueValues:e.options.getFacetedUniqueValues&&e.options.getFacetedUniqueValues(e,"__global__"),getGlobalFacetedUniqueValues:()=>e._getGlobalFacetedUniqueValues?e._getGlobalFacetedUniqueValues():new Map,_getGlobalFacetedMinMaxValues:e.options.getFacetedMinMaxValues&&e.options.getFacetedMinMaxValues(e,"__global__"),getGlobalFacetedMinMaxValues:()=>{if(e._getGlobalFacetedMinMaxValues)return e._getGlobalFacetedMinMaxValues()}})}
|
|
5180
5180
|
function fb(e,t,i){return!(!e||!e.autoRemove)&&e.autoRemove(t,i)||void 0===t||"string"==typeof t&&!t}const mb={sum:(e,t,i)=>i.reduce(((t,i)=>{const o=i.getValue(e)
|
|
@@ -5190,7 +5190,7 @@ null!=n&&(n=+n)>=n&&(++i,o+=n)})),i)return o/i},median:(e,t)=>{if(!t.length)retu
|
|
|
5190
5190
|
let i=0,o=0
|
|
5191
5191
|
return t.forEach((t=>{let n=t.getValue(e)
|
|
5192
5192
|
"number"==typeof n&&(i=Math.min(i,n),o=Math.max(o,n))})),(i+o)/2},unique:(e,t)=>Array.from(new Set(t.map((t=>t.getValue(e)))).values()),uniqueCount:(e,t)=>new Set(t.map((t=>t.getValue(e)))).size,count:(e,t)=>t.length}
|
|
5193
|
-
const bb={getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onRowSelectionChange:
|
|
5193
|
+
const bb={getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onRowSelectionChange:jm("rowSelection",e),enableRowSelection:!0,enableMultiRowSelection:!0,enableSubRowSelection:!0}),createTable:e=>({setRowSelection:t=>null==e.options.onRowSelectionChange?void 0:e.options.onRowSelectionChange(t),resetRowSelection:t=>{var i
|
|
5194
5194
|
return e.setRowSelection(t?{}:null!=(i=e.initialState.rowSelection)?i:{})},toggleAllRowsSelected:t=>{e.setRowSelection((i=>{t=void 0!==t?t:!e.getIsAllRowsSelected()
|
|
5195
5195
|
const o={...i},n=e.getPreGroupedRowModel().flatRows
|
|
5196
5196
|
return t?n.forEach((e=>{e.getCanSelect()&&(o[e.id]=!0)})):n.forEach((e=>{delete o[e.id]})),o}))},toggleAllPageRowsSelected:t=>e.setRowSelection((i=>{const o=void 0!==t?t:!e.getIsAllPageRowsSelected(),n={...i}
|
|
@@ -5230,7 +5230,7 @@ if(isNaN(r[0])){if(e>t)return 1
|
|
|
5230
5230
|
if(t>e)return-1}else{if(isNaN(r[1]))return isNaN(n)?-1:1
|
|
5231
5231
|
if(n>s)return 1
|
|
5232
5232
|
if(s>n)return-1}}return i.length-o.length}const Ib={alphanumeric:(e,t,i)=>_b(Sb(e.getValue(i)).toLowerCase(),Sb(t.getValue(i)).toLowerCase()),alphanumericCaseSensitive:(e,t,i)=>_b(Sb(e.getValue(i)),Sb(t.getValue(i))),text:(e,t,i)=>kb(Sb(e.getValue(i)).toLowerCase(),Sb(t.getValue(i)).toLowerCase()),textCaseSensitive:(e,t,i)=>kb(Sb(e.getValue(i)),Sb(t.getValue(i))),datetime:(e,t,i)=>{const o=e.getValue(i),n=t.getValue(i)
|
|
5233
|
-
return o>n?1:o<n?-1:0},basic:(e,t,i)=>kb(e.getValue(i),t.getValue(i))},Rb=[Ym,{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:
|
|
5233
|
+
return o>n?1:o<n?-1:0},basic:(e,t,i)=>kb(e.getValue(i),t.getValue(i))},Rb=[Ym,{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:jm("columnVisibility",e)}),createColumn:(e,t)=>({toggleVisibility:i=>{e.getCanHide()&&t.setColumnVisibility((t=>({...t,[e.id]:null!=i?i:!e.getIsVisible()})))},getIsVisible:()=>{var i,o
|
|
5234
5234
|
return null==(i=null==(o=t.getState().columnVisibility)?void 0:o[e.id])||i},getCanHide:()=>{var i,o
|
|
5235
5235
|
return(null==(i=e.columnDef.enableHiding)||i)&&(null==(o=t.options.enableHiding)||o)},getToggleVisibilityHandler:()=>t=>{null==e.toggleVisibility||e.toggleVisibility(t.target.checked)}}),createRow:(e,t)=>({_getAllVisibleCells:Xm((()=>[e.getAllCells(),t.getState().columnVisibility]),(e=>e.filter((e=>e.column.getIsVisible()))),{key:"row._getAllVisibleCells",debug:()=>{var e
|
|
5236
5236
|
return null!=(e=t.options.debugAll)?e:t.options.debugRows}}),getVisibleCells:Xm((()=>[e.getLeftVisibleCells(),e.getCenterVisibleCells(),e.getRightVisibleCells()]),((e,t,i)=>[...e,...t,...i]),{key:!1,debug:()=>{var e
|
|
@@ -5239,14 +5239,14 @@ return null!=(t=e.options.debugAll)?t:e.options.debugColumns}})
|
|
|
5239
5239
|
return{getVisibleFlatColumns:t("getVisibleFlatColumns",(()=>e.getAllFlatColumns())),getVisibleLeafColumns:t("getVisibleLeafColumns",(()=>e.getAllLeafColumns())),getLeftVisibleLeafColumns:t("getLeftVisibleLeafColumns",(()=>e.getLeftLeafColumns())),getRightVisibleLeafColumns:t("getRightVisibleLeafColumns",(()=>e.getRightLeafColumns())),getCenterVisibleLeafColumns:t("getCenterVisibleLeafColumns",(()=>e.getCenterLeafColumns())),setColumnVisibility:t=>null==e.options.onColumnVisibilityChange?void 0:e.options.onColumnVisibilityChange(t),resetColumnVisibility:t=>{var i
|
|
5240
5240
|
e.setColumnVisibility(t?{}:null!=(i=e.initialState.columnVisibility)?i:{})},toggleAllColumnsVisible:t=>{var i
|
|
5241
5241
|
t=null!=(i=t)?i:!e.getIsAllColumnsVisible(),e.setColumnVisibility(e.getAllLeafColumns().reduce(((e,i)=>({...e,[i.id]:t||!(null!=i.getCanHide&&i.getCanHide())})),{}))},getIsAllColumnsVisible:()=>!e.getAllLeafColumns().some((e=>!(null!=e.getIsVisible&&e.getIsVisible()))),getIsSomeColumnsVisible:()=>e.getAllLeafColumns().some((e=>null==e.getIsVisible?void 0:e.getIsVisible())),getToggleAllColumnsVisibilityHandler:()=>t=>{var i
|
|
5242
|
-
e.toggleAllColumnsVisible(null==(i=t.target)?void 0:i.checked)}}}},{getInitialState:e=>({columnOrder:[],...e}),getDefaultOptions:e=>({onColumnOrderChange:
|
|
5242
|
+
e.toggleAllColumnsVisible(null==(i=t.target)?void 0:i.checked)}}}},{getInitialState:e=>({columnOrder:[],...e}),getDefaultOptions:e=>({onColumnOrderChange:jm("columnOrder",e)}),createTable:e=>({setColumnOrder:t=>null==e.options.onColumnOrderChange?void 0:e.options.onColumnOrderChange(t),resetColumnOrder:t=>{var i
|
|
5243
5243
|
e.setColumnOrder(t?[]:null!=(i=e.initialState.columnOrder)?i:[])},_getOrderColumnsFn:Xm((()=>[e.getState().columnOrder,e.getState().grouping,e.options.groupedColumnMode]),((e,t,i)=>o=>{let n=[]
|
|
5244
5244
|
if(null!=e&&e.length){const t=[...e],i=[...o]
|
|
5245
5245
|
for(;i.length&&t.length;){const e=t.shift(),o=i.findIndex((t=>t.id===e))
|
|
5246
5246
|
o>-1&&n.push(i.splice(o,1)[0])}n=[...n,...i]}else n=o
|
|
5247
5247
|
return function(e,t,i){if(null==t||!t.length||!i)return e
|
|
5248
5248
|
const o=e.filter((e=>!t.includes(e.id)))
|
|
5249
|
-
return"remove"===i?o:[...t.map((t=>e.find((e=>e.id===t)))).filter(Boolean),...o]}(n,t,i)}),{key:!1})})},{getInitialState:e=>({columnPinning:{left:[],right:[]},...e}),getDefaultOptions:e=>({onColumnPinningChange:
|
|
5249
|
+
return"remove"===i?o:[...t.map((t=>e.find((e=>e.id===t)))).filter(Boolean),...o]}(n,t,i)}),{key:!1})})},{getInitialState:e=>({columnPinning:{left:[],right:[]},...e}),getDefaultOptions:e=>({onColumnPinningChange:jm("columnPinning",e)}),createColumn:(e,t)=>({pin:i=>{const o=e.getLeafColumns().map((e=>e.id)).filter(Boolean)
|
|
5250
5250
|
t.setColumnPinning((e=>{var t,n,s,r,a,l
|
|
5251
5251
|
return"right"===i?{left:(null!=(s=null==e?void 0:e.left)?s:[]).filter((e=>!(null!=o&&o.includes(e)))),right:[...(null!=(r=null==e?void 0:e.right)?r:[]).filter((e=>!(null!=o&&o.includes(e)))),...o]}:"left"===i?{left:[...(null!=(a=null==e?void 0:e.left)?a:[]).filter((e=>!(null!=o&&o.includes(e)))),...o],right:(null!=(l=null==e?void 0:e.right)?l:[]).filter((e=>!(null!=o&&o.includes(e))))}:{left:(null!=(t=null==e?void 0:e.left)?t:[]).filter((e=>!(null!=o&&o.includes(e)))),right:(null!=(n=null==e?void 0:e.right)?n:[]).filter((e=>!(null!=o&&o.includes(e))))}}))},getCanPin:()=>e.getLeafColumns().some((e=>{var i,o
|
|
5252
5252
|
return(null==(i=e.columnDef.enablePinning)||i)&&(null==(o=t.options.enablePinning)||o)})),getIsPinned:()=>{const i=e.getLeafColumns().map((e=>e.id)),{left:o,right:n}=t.getState().columnPinning,s=i.some((e=>null==o?void 0:o.includes(e))),r=i.some((e=>null==n?void 0:n.includes(e)))
|
|
@@ -5264,7 +5264,7 @@ return t?Boolean(null==(i=o[t])?void 0:i.length):Boolean((null==(n=o.left)?void
|
|
|
5264
5264
|
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}}),getRightLeafColumns:Xm((()=>[e.getAllLeafColumns(),e.getState().columnPinning.right]),((e,t)=>(null!=t?t:[]).map((t=>e.find((e=>e.id===t)))).filter(Boolean)),{key:!1,debug:()=>{var t
|
|
5265
5265
|
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}}),getCenterLeafColumns:Xm((()=>[e.getAllLeafColumns(),e.getState().columnPinning.left,e.getState().columnPinning.right]),((e,t,i)=>{const o=[...null!=t?t:[],...null!=i?i:[]]
|
|
5266
5266
|
return e.filter((e=>!o.includes(e.id)))}),{key:!1,debug:()=>{var t
|
|
5267
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}})})},vb,{getInitialState:e=>({sorting:[],...e}),getDefaultColumnDef:()=>({sortingFn:"auto"}),getDefaultOptions:e=>({onSortingChange:
|
|
5267
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}})})},vb,{getInitialState:e=>({sorting:[],...e}),getDefaultColumnDef:()=>({sortingFn:"auto"}),getDefaultOptions:e=>({onSortingChange:jm("sorting",e),isMultiSortEvent:e=>e.shiftKey}),createColumn:(e,t)=>({getAutoSortingFn:()=>{const i=t.getFilteredRowModel().flatRows.slice(10)
|
|
5268
5268
|
let o=!1
|
|
5269
5269
|
for(const t of i){const i=null==t?void 0:t.getValue(e.id)
|
|
5270
5270
|
if("[object Date]"===Object.prototype.toString.call(i))return Ib.datetime
|
|
@@ -5286,7 +5286,7 @@ return!!o&&(o.desc?"desc":"asc")},getSortIndex:()=>{var i,o
|
|
|
5286
5286
|
return null!=(i=null==(o=t.getState().sorting)?void 0:o.findIndex((t=>t.id===e.id)))?i:-1},clearSorting:()=>{t.setSorting((t=>null!=t&&t.length?t.filter((t=>t.id!==e.id)):[]))},getToggleSortingHandler:()=>{const i=e.getCanSort()
|
|
5287
5287
|
return o=>{i&&(null==o.persist||o.persist(),null==e.toggleSorting||e.toggleSorting(void 0,!!e.getCanMultiSort()&&(null==t.options.isMultiSortEvent?void 0:t.options.isMultiSortEvent(o))))}}}),createTable:e=>({setSorting:t=>null==e.options.onSortingChange?void 0:e.options.onSortingChange(t),resetSorting:t=>{var i,o
|
|
5288
5288
|
e.setSorting(t?[]:null!=(i=null==(o=e.initialState)?void 0:o.sorting)?i:[])},getPreSortedRowModel:()=>e.getGroupedRowModel(),getSortedRowModel:()=>(!e._getSortedRowModel&&e.options.getSortedRowModel&&(e._getSortedRowModel=e.options.getSortedRowModel(e)),e.options.manualSorting||!e._getSortedRowModel?e.getPreSortedRowModel():e._getSortedRowModel())})},{getDefaultColumnDef:()=>({aggregatedCell:e=>{var t,i
|
|
5289
|
-
return null!=(t=null==(i=e.getValue())||null==i.toString?void 0:i.toString())?t:null},aggregationFn:"auto"}),getInitialState:e=>({grouping:[],...e}),getDefaultOptions:e=>({onGroupingChange:
|
|
5289
|
+
return null!=(t=null==(i=e.getValue())||null==i.toString?void 0:i.toString())?t:null},aggregationFn:"auto"}),getInitialState:e=>({grouping:[],...e}),getDefaultOptions:e=>({onGroupingChange:jm("grouping",e),groupedColumnMode:"reorder"}),createColumn:(e,t)=>({toggleGrouping:()=>{t.setGrouping((t=>null!=t&&t.includes(e.id)?t.filter((t=>t!==e.id)):[...null!=t?t:[],e.id]))},getCanGroup:()=>{var i,o,n,s
|
|
5290
5290
|
return null!=(i=null==(o=null!=(n=null==(s=e.columnDef.enableGrouping)||s)?n:t.options.enableGrouping)||o)?i:!!e.accessorFn},getIsGrouped:()=>{var i
|
|
5291
5291
|
return null==(i=t.getState().grouping)?void 0:i.includes(e.id)},getGroupedIndex:()=>{var i
|
|
5292
5292
|
return null==(i=t.getState().grouping)?void 0:i.indexOf(e.id)},getToggleGroupingHandler:()=>{const t=e.getCanGroup()
|
|
@@ -5295,17 +5295,17 @@ return"number"==typeof o?mb.sum:"[object Date]"===Object.prototype.toString.call
|
|
|
5295
5295
|
if(!e)throw new Error
|
|
5296
5296
|
return Gm(e.columnDef.aggregationFn)?e.columnDef.aggregationFn:"auto"===e.columnDef.aggregationFn?e.getAutoAggregationFn():null!=(i=null==(o=t.options.aggregationFns)?void 0:o[e.columnDef.aggregationFn])?i:mb[e.columnDef.aggregationFn]}}),createTable:e=>({setGrouping:t=>null==e.options.onGroupingChange?void 0:e.options.onGroupingChange(t),resetGrouping:t=>{var i,o
|
|
5297
5297
|
e.setGrouping(t?[]:null!=(i=null==(o=e.initialState)?void 0:o.grouping)?i:[])},getPreGroupedRowModel:()=>e.getFilteredRowModel(),getGroupedRowModel:()=>(!e._getGroupedRowModel&&e.options.getGroupedRowModel&&(e._getGroupedRowModel=e.options.getGroupedRowModel(e)),e.options.manualGrouping||!e._getGroupedRowModel?e.getPreGroupedRowModel():e._getGroupedRowModel())}),createRow:e=>({getIsGrouped:()=>!!e.groupingColumnId,_groupingValuesCache:{}}),createCell:(e,t,i,o)=>({getIsGrouped:()=>t.getIsGrouped()&&t.id===i.groupingColumnId,getIsPlaceholder:()=>!e.getIsGrouped()&&t.getIsGrouped(),getIsAggregated:()=>{var t
|
|
5298
|
-
return!e.getIsGrouped()&&!e.getIsPlaceholder()&&!(null==(t=i.subRows)||!t.length)}})},ob,{getInitialState:e=>({...e,pagination:{pageIndex:0,pageSize:10,...null==e?void 0:e.pagination}}),getDefaultOptions:e=>({onPaginationChange:
|
|
5298
|
+
return!e.getIsGrouped()&&!e.getIsPlaceholder()&&!(null==(t=i.subRows)||!t.length)}})},ob,{getInitialState:e=>({...e,pagination:{pageIndex:0,pageSize:10,...null==e?void 0:e.pagination}}),getDefaultOptions:e=>({onPaginationChange:jm("pagination",e)}),createTable:e=>{let t=!1,i=!1
|
|
5299
5299
|
return{_autoResetPageIndex:()=>{var o,n
|
|
5300
5300
|
if(t){if(null!=(o=null!=(n=e.options.autoResetAll)?n:e.options.autoResetPageIndex)?o:!e.options.manualPagination){if(i)return
|
|
5301
|
-
i=!0,e._queue((()=>{e.resetPageIndex(),i=!1}))}}else e._queue((()=>{t=!0}))},setPagination:t=>null==e.options.onPaginationChange?void 0:e.options.onPaginationChange((e=>
|
|
5302
|
-
e.setPagination(t?{pageIndex:0,pageSize:10}:null!=(i=e.initialState.pagination)?i:{pageIndex:0,pageSize:10})},setPageIndex:t=>{e.setPagination((i=>{let o=
|
|
5301
|
+
i=!0,e._queue((()=>{e.resetPageIndex(),i=!1}))}}else e._queue((()=>{t=!0}))},setPagination:t=>null==e.options.onPaginationChange?void 0:e.options.onPaginationChange((e=>Um(t,e))),resetPagination:t=>{var i
|
|
5302
|
+
e.setPagination(t?{pageIndex:0,pageSize:10}:null!=(i=e.initialState.pagination)?i:{pageIndex:0,pageSize:10})},setPageIndex:t=>{e.setPagination((i=>{let o=Um(t,i.pageIndex)
|
|
5303
5303
|
const n=void 0===e.options.pageCount||-1===e.options.pageCount?Number.MAX_SAFE_INTEGER:e.options.pageCount-1
|
|
5304
5304
|
return o=Math.max(0,Math.min(o,n)),{...i,pageIndex:o}}))},resetPageIndex:t=>{var i,o,n
|
|
5305
5305
|
e.setPageIndex(t?0:null!=(i=null==(o=e.initialState)||null==(n=o.pagination)?void 0:n.pageIndex)?i:0)},resetPageSize:t=>{var i,o,n
|
|
5306
|
-
e.setPageSize(t?10:null!=(i=null==(o=e.initialState)||null==(n=o.pagination)?void 0:n.pageSize)?i:10)},setPageSize:t=>{e.setPagination((e=>{const i=Math.max(1,
|
|
5306
|
+
e.setPageSize(t?10:null!=(i=null==(o=e.initialState)||null==(n=o.pagination)?void 0:n.pageSize)?i:10)},setPageSize:t=>{e.setPagination((e=>{const i=Math.max(1,Um(t,e.pageSize)),o=e.pageSize*e.pageIndex,n=Math.floor(o/i)
|
|
5307
5307
|
return{...e,pageIndex:n,pageSize:i}}))},setPageCount:t=>e.setPagination((i=>{var o
|
|
5308
|
-
let n=
|
|
5308
|
+
let n=Um(t,null!=(o=e.options.pageCount)?o:-1)
|
|
5309
5309
|
return"number"==typeof n&&(n=Math.max(-1,n)),{...i,pageCount:n}})),getPageOptions:Xm((()=>[e.getPageCount()]),(e=>{let t=[]
|
|
5310
5310
|
return e&&e>0&&(t=[...new Array(e)].fill(null).map(((e,t)=>t))),t}),{key:!1,debug:()=>{var t
|
|
5311
5311
|
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getCanPreviousPage:()=>e.getState().pagination.pageIndex>0,getCanNextPage:()=>{const{pageIndex:t}=e.getState().pagination,i=e.getPageCount()
|
|
@@ -5320,7 +5320,7 @@ n=null!=(t=null==e.getInitialState?void 0:e.getInitialState(n))?t:n}))
|
|
|
5320
5320
|
const s=[]
|
|
5321
5321
|
let r=!1
|
|
5322
5322
|
const a={_features:Rb,options:{...o,...e},initialState:n,_queue:e=>{s.push(e),r||(r=!0,Promise.resolve().then((()=>{for(;s.length;)s.shift()()
|
|
5323
|
-
r=!1})).catch((e=>setTimeout((()=>{throw e})))))},reset:()=>{i.setState(i.initialState)},setOptions:e=>{const t=
|
|
5323
|
+
r=!1})).catch((e=>setTimeout((()=>{throw e})))))},reset:()=>{i.setState(i.initialState)},setOptions:e=>{const t=Um(e,i.options)
|
|
5324
5324
|
i.options=(e=>i.options.mergeOptions?i.options.mergeOptions(o,e):{...o,...e})(t)},getState:()=>i.options.state,setState:e=>{null==i.options.onStateChange||i.options.onStateChange(e)},_getRowId:(e,t,o)=>{var n
|
|
5325
5325
|
return null!=(n=null==i.options.getRowId?void 0:i.options.getRowId(e,t,o))?n:`${o?[o.id,t].join("."):t}`},getCoreRowModel:()=>(i._getCoreRowModel||(i._getCoreRowModel=i.options.getCoreRowModel(i)),i._getCoreRowModel()),getRowModel:()=>i.getPaginationRowModel(),getRow:e=>{const t=i.getRowModel().rowsById[e]
|
|
5326
5326
|
if(!t)throw new Error
|
|
@@ -5391,8 +5391,8 @@ return null!=(t=e.options.debugAll)?t:e.options.debugTable},onChange:()=>{e._que
|
|
|
5391
5391
|
</${pm}>
|
|
5392
5392
|
`)}
|
|
5393
5393
|
</template>
|
|
5394
|
-
`,Vb={none:void 0,ascending:"ascending",descending:"descending"},Fb="
|
|
5395
|
-
class
|
|
5394
|
+
`,Vb={none:void 0,ascending:"ascending",descending:"descending"},Fb={none:void 0,single:"single"},Hb="notSelected",Pb="selected",Tb="basic",Lb="localeAwareCaseSensitive"
|
|
5395
|
+
class Db extends _t{constructor(){super(),this.columnHidden=!1,this.sortDirection=Vb.none,this.currentFractionalWidth=1,this.internalFractionalWidth=1,this.internalMinPixelWidth=88,this.internalGroupingDisabled=!1,this.dataRecordFieldNames=[],this.sortOperation=Tb,this.internalUniqueId=Er("table-column-slot")}connectedCallback(){super.connectedCallback(),this.setAttribute("slot",this.internalUniqueId)}cellViewTagChanged(){var e
|
|
5396
5396
|
this.currentCellViewTemplate=this.cellViewTag?G`<${e=this.cellViewTag} class="cell-view"
|
|
5397
5397
|
:cellRecord="${e=>e.cellState?.cellRecord}"
|
|
5398
5398
|
:columnConfig="${e=>e.cellState?.columnConfig}"
|
|
@@ -5405,17 +5405,17 @@ this.internalGroupHeaderViewTemplate=this.groupHeaderViewTag?G`
|
|
|
5405
5405
|
class="group-header-value"
|
|
5406
5406
|
>
|
|
5407
5407
|
</${e}>
|
|
5408
|
-
`:void 0}}e([ne({attribute:"column-id"})],
|
|
5409
|
-
class
|
|
5410
|
-
|
|
5411
|
-
for(const
|
|
5412
|
-
continue}const e=
|
|
5413
|
-
"string"==typeof e?(
|
|
5408
|
+
`:void 0}}e([ne({attribute:"column-id"})],Db.prototype,"columnId",void 0),e([ne({attribute:"action-menu-slot"})],Db.prototype,"actionMenuSlot",void 0),e([ne({attribute:"action-menu-label"})],Db.prototype,"actionMenuLabel",void 0),e([ne({attribute:"column-hidden",mode:"boolean"})],Db.prototype,"columnHidden",void 0),e([ne({attribute:"sort-index",converter:ie})],Db.prototype,"sortIndex",void 0),e([ne({attribute:"sort-direction"})],Db.prototype,"sortDirection",void 0),e([f],Db.prototype,"currentPixelWidth",void 0),e([f],Db.prototype,"currentFractionalWidth",void 0),e([f],Db.prototype,"internalPixelWidth",void 0),e([f],Db.prototype,"internalFractionalWidth",void 0),e([f],Db.prototype,"internalMinPixelWidth",void 0),e([f],Db.prototype,"internalGroupingDisabled",void 0),e([f],Db.prototype,"internalGroupIndex",void 0),e([f],Db.prototype,"groupHeaderViewTag",void 0),e([f],Db.prototype,"internalGroupHeaderViewTemplate",void 0),e([f],Db.prototype,"cellViewTag",void 0),e([f],Db.prototype,"currentCellViewTemplate",void 0),e([f],Db.prototype,"dataRecordFieldNames",void 0),e([f],Db.prototype,"columnConfig",void 0),e([f],Db.prototype,"operandDataRecordFieldName",void 0),e([f],Db.prototype,"sortOperation",void 0)
|
|
5409
|
+
class zb{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.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}}isValid(){return Object.values(this.getValidity()).every((e=>!1===e))}areRecordIdsValid(){const e=this.getValidity()
|
|
5410
|
+
return!e.duplicateRecordId&&!e.missingRecordId&&!e.invalidRecordId}validateSelectionMode(e,t){return this.idFieldNameNotConfigured=e!==Fb.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
|
|
5411
|
+
for(const i of e){if(!Object.prototype.hasOwnProperty.call(i,t)){this.missingRecordId=!0
|
|
5412
|
+
continue}const e=i[t]
|
|
5413
|
+
"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
|
|
5414
5414
|
const t=e.some((e=>e))
|
|
5415
5415
|
if(!t)return!0
|
|
5416
5416
|
const i=new Set
|
|
5417
5417
|
for(const t of e)t?(i.has(t)&&(this.duplicateColumnId=!0),i.add(t)):this.missingColumnId=!0
|
|
5418
|
-
return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e){return this.duplicateSortIndex=!this.validateIndicesAreUnique(e),!this.duplicateSortIndex}validateColumnGroupIndices(e){return this.duplicateGroupIndex=!this.validateIndicesAreUnique(e),!this.duplicateGroupIndex}validateIndicesAreUnique(e){return new Set(e).size===e.length}}const
|
|
5418
|
+
return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e){return this.duplicateSortIndex=!this.validateIndicesAreUnique(e),!this.duplicateSortIndex}validateColumnGroupIndices(e){return this.duplicateGroupIndex=!this.validateIndicesAreUnique(e),!this.duplicateGroupIndex}getPresentRecordIds(e){return e.filter((e=>this.recordIds.has(e)))}validateIndicesAreUnique(e){return new Set(e).size===e.length}}const Bb=fe`
|
|
5419
5419
|
${bn("flex")}
|
|
5420
5420
|
|
|
5421
5421
|
:host {
|
|
@@ -5489,9 +5489,17 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
|
|
|
5489
5489
|
pointer-events: none;
|
|
5490
5490
|
}
|
|
5491
5491
|
|
|
5492
|
-
.row:hover::before {
|
|
5492
|
+
:host([selection-mode='single']) .row:hover::before {
|
|
5493
5493
|
background: ${qr};
|
|
5494
5494
|
}
|
|
5495
|
+
|
|
5496
|
+
:host([selection-mode='single']) .row[selected]::before {
|
|
5497
|
+
background: ${Nr};
|
|
5498
|
+
}
|
|
5499
|
+
|
|
5500
|
+
:host([selection-mode='single']) .row[selected]:hover::before {
|
|
5501
|
+
background: ${Zr};
|
|
5502
|
+
}
|
|
5495
5503
|
`.withBehaviors(pd(vs,fe`
|
|
5496
5504
|
.header-row::before {
|
|
5497
5505
|
content: '';
|
|
@@ -5506,10 +5514,18 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
|
|
|
5506
5514
|
background: ${qr};
|
|
5507
5515
|
}
|
|
5508
5516
|
|
|
5509
|
-
.row:hover::before {
|
|
5517
|
+
:host([selection-mode='single']) .row:hover::before {
|
|
5510
5518
|
background: ${ls(qn,.15)};
|
|
5511
5519
|
}
|
|
5512
|
-
|
|
5520
|
+
|
|
5521
|
+
:host([selection-mode='single']) .row[selected]::before {
|
|
5522
|
+
background: ${ls(qn,.25)};
|
|
5523
|
+
}
|
|
5524
|
+
|
|
5525
|
+
:host([selection-mode='single']) .row[selected]:hover::before {
|
|
5526
|
+
background: ${ls(qn,.2)};
|
|
5527
|
+
}
|
|
5528
|
+
`)),Nb=fe`
|
|
5513
5529
|
${bn("flex")}
|
|
5514
5530
|
|
|
5515
5531
|
:host {
|
|
@@ -5525,7 +5541,7 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
|
|
|
5525
5541
|
.sort-indicator {
|
|
5526
5542
|
padding: 0px calc(${na} / 2);
|
|
5527
5543
|
}
|
|
5528
|
-
`,
|
|
5544
|
+
`,Zb=G`
|
|
5529
5545
|
<template role="columnheader" aria-sort="${e=>e.ariaSort}">
|
|
5530
5546
|
<slot></slot>
|
|
5531
5547
|
|
|
@@ -5537,10 +5553,10 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
|
|
|
5537
5553
|
`)}
|
|
5538
5554
|
</template>
|
|
5539
5555
|
`
|
|
5540
|
-
class
|
|
5541
|
-
const
|
|
5542
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5543
|
-
const
|
|
5556
|
+
class qb extends _t{constructor(){super(...arguments),this.sortDirection=Vb.none,this.firstSortedColumn=!1}sortDirectionChanged(e,t){this.updateAriaSort()}firstSortedColumnChanged(e,t){this.updateAriaSort()}updateAriaSort(){this.firstSortedColumn&&this.sortDirection!==Vb.none?this.sortDirection===Vb.ascending?this.ariaSort="ascending":this.ariaSort="descending":this.ariaSort=null}}e([ne({attribute:"sort-direction"})],qb.prototype,"sortDirection",void 0),e([ne({attribute:"first-sorted-column",mode:"boolean"})],qb.prototype,"firstSortedColumn",void 0)
|
|
5557
|
+
const Ub=qb.compose({baseName:"table-header",template:Zb,styles:Nb})
|
|
5558
|
+
no.getOrCreate().withPrefix("nimble").register(Ub())
|
|
5559
|
+
const jb=no.tagFor(qb),Gb=fe`
|
|
5544
5560
|
${bn("grid")}
|
|
5545
5561
|
|
|
5546
5562
|
:host {
|
|
@@ -5564,7 +5580,11 @@ const Zb=no.tagFor(Bb),qb=fe`
|
|
|
5564
5580
|
:host(:hover) nimble-table-cell {
|
|
5565
5581
|
--ni-private-table-cell-action-menu-display: block;
|
|
5566
5582
|
}
|
|
5567
|
-
|
|
5583
|
+
|
|
5584
|
+
:host([selected]) nimble-table-cell {
|
|
5585
|
+
--ni-private-table-cell-action-menu-display: block;
|
|
5586
|
+
}
|
|
5587
|
+
`,Wb=fe`
|
|
5568
5588
|
${bn("grid")}
|
|
5569
5589
|
|
|
5570
5590
|
:host {
|
|
@@ -5594,14 +5614,14 @@ const Zb=no.tagFor(Bb),qb=fe`
|
|
|
5594
5614
|
display: var(--ni-private-table-cell-action-menu-display);
|
|
5595
5615
|
}
|
|
5596
5616
|
`
|
|
5597
|
-
class
|
|
5598
|
-
const
|
|
5599
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5600
|
-
const
|
|
5601
|
-
<template role="row">
|
|
5617
|
+
class Xb extends _t{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([f],Xb.prototype,"cellState",void 0),e([ne({attribute:"has-action-menu",mode:"boolean"})],Xb.prototype,"hasActionMenu",void 0),e([ne({attribute:"menu-open",mode:"boolean"})],Xb.prototype,"menuOpen",void 0),e([ne({attribute:"action-menu-label"})],Xb.prototype,"actionMenuLabel",void 0),e([f],Xb.prototype,"cellViewTemplate",void 0),e([f],Xb.prototype,"nestingLevel",void 0)
|
|
5618
|
+
const Kb=Xb.compose({baseName:"table-cell",template:Eb,styles:Wb})
|
|
5619
|
+
no.getOrCreate().withPrefix("nimble").register(Kb())
|
|
5620
|
+
const Yb=no.tagFor(Xb),Qb=G`
|
|
5621
|
+
<template role="row" aria-selected=${e=>e.ariaSelected}>
|
|
5602
5622
|
${Ve((e=>e.columnStates),G`
|
|
5603
5623
|
${Ie((e=>!e.column.columnHidden),G`
|
|
5604
|
-
<${
|
|
5624
|
+
<${Yb}
|
|
5605
5625
|
class="cell"
|
|
5606
5626
|
:cellState="${e=>e.cellState}"
|
|
5607
5627
|
:cellViewTemplate="${e=>e.column.currentCellViewTemplate}"
|
|
@@ -5618,21 +5638,21 @@ const Wb=no.tagFor(Ub),Xb=G`
|
|
|
5618
5638
|
slot="cellActionMenu"
|
|
5619
5639
|
></slot>
|
|
5620
5640
|
`)}
|
|
5621
|
-
</${
|
|
5641
|
+
</${Yb}>
|
|
5622
5642
|
`)}
|
|
5623
5643
|
`)}
|
|
5624
5644
|
</template>
|
|
5625
5645
|
`
|
|
5626
|
-
class
|
|
5646
|
+
class Jb extends _t{constructor(){super(...arguments),this.selectable=!1,this.selected=!1,this.columns=[],this.nestingLevel=0,this.menuOpen=!1}get columnStates(){return this.columns.map(((e,t)=>{const i=e.dataRecordFieldNames
|
|
5627
5647
|
let o
|
|
5628
5648
|
if(this.hasValidFieldNames(i)&&this.dataRecord){const t=i.map((e=>this.dataRecord[e]))
|
|
5629
5649
|
o={cellRecord:Object.fromEntries(e.cellRecordFieldNames.map(((e,i)=>[e,t[i]]))),columnConfig:e.columnConfig??{}}}else o={cellRecord:{},columnConfig:{}}
|
|
5630
|
-
return{column:e,cellState:o,cellIndentLevel:0===t?this.nestingLevel:0}}))}onCellActionMenuBeforeToggle(e,t){this.currentActionMenuColumn=t,this.emitToggleEvent("row-action-menu-beforetoggle",e.detail,t)}onCellActionMenuToggle(e,t){this.menuOpen=e.detail.newState,this.emitToggleEvent("row-action-menu-toggle",e.detail,t)}closeOpenActionMenus(){if(this.menuOpen){const e=Array.from(this.shadowRoot.children).find((e=>e instanceof
|
|
5650
|
+
return{column:e,cellState:o,cellIndentLevel:0===t?this.nestingLevel:0}}))}get ariaSelected(){return this.selectable?this.selected?"true":"false":null}onCellActionMenuBeforeToggle(e,t){this.currentActionMenuColumn=t,this.emitToggleEvent("row-action-menu-beforetoggle",e.detail,t)}onCellActionMenuToggle(e,t){this.menuOpen=e.detail.newState,this.emitToggleEvent("row-action-menu-toggle",e.detail,t)}closeOpenActionMenus(){if(this.menuOpen){const e=Array.from(this.shadowRoot.children).find((e=>e instanceof Xb&&e.menuOpen))
|
|
5631
5651
|
e?.actionMenuButton?.open&&e.actionMenuButton.toggleButton.control.click()}}emitToggleEvent(e,t,i){const o={newState:t.newState,oldState:t.oldState,recordIds:[this.recordId],columnId:i.columnId}
|
|
5632
|
-
this.$emit(e,o)}hasValidFieldNames(e){return e.every((e=>void 0!==e))}}e([ne({attribute:"record-id"})],
|
|
5633
|
-
const
|
|
5634
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5635
|
-
const
|
|
5652
|
+
this.$emit(e,o)}hasValidFieldNames(e){return e.every((e=>void 0!==e))}}e([ne({attribute:"record-id"})],Jb.prototype,"recordId",void 0),e([ne({mode:"boolean"})],Jb.prototype,"selectable",void 0),e([ne({mode:"boolean"})],Jb.prototype,"selected",void 0),e([f],Jb.prototype,"dataRecord",void 0),e([f],Jb.prototype,"columns",void 0),e([f],Jb.prototype,"currentActionMenuColumn",void 0),e([f],Jb.prototype,"nestingLevel",void 0),e([ne({attribute:"menu-open",mode:"boolean"})],Jb.prototype,"menuOpen",void 0),e([m],Jb.prototype,"columnStates",null),e([m],Jb.prototype,"ariaSelected",null)
|
|
5653
|
+
const ew=Jb.compose({baseName:"table-row",template:Qb,styles:Gb})
|
|
5654
|
+
no.getOrCreate().withPrefix("nimble").register(ew())
|
|
5655
|
+
const tw=no.tagFor(Jb),iw=fe`
|
|
5636
5656
|
${bn("flex")}
|
|
5637
5657
|
|
|
5638
5658
|
:host {
|
|
@@ -5691,7 +5711,7 @@ const Qb=no.tagFor(Kb),Jb=fe`
|
|
|
5691
5711
|
transition-duration: 0s;
|
|
5692
5712
|
}
|
|
5693
5713
|
}
|
|
5694
|
-
`,
|
|
5714
|
+
`,ow=G`
|
|
5695
5715
|
<template @click=${e=>e.onGroupExpandToggle()} style="--ni-private-table-group-row-indent-level: ${e=>e.nestingLevel};">
|
|
5696
5716
|
<${bd}
|
|
5697
5717
|
appearance="${Lc}"
|
|
@@ -5707,11 +5727,11 @@ const Qb=no.tagFor(Kb),Jb=fe`
|
|
|
5707
5727
|
</div>
|
|
5708
5728
|
</template>
|
|
5709
5729
|
`
|
|
5710
|
-
class
|
|
5711
|
-
const
|
|
5712
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5713
|
-
const
|
|
5714
|
-
<template role="
|
|
5730
|
+
class nw extends _t{constructor(){super(...arguments),this.nestingLevel=0,this.expanded=!1,this.animationClass="",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)}}e([f],nw.prototype,"groupRowValue",void 0),e([f],nw.prototype,"nestingLevel",void 0),e([f],nw.prototype,"leafItemCount",void 0),e([f],nw.prototype,"groupColumn",void 0),e([ne({mode:"boolean"})],nw.prototype,"expanded",void 0),e([f],nw.prototype,"animationClass",void 0)
|
|
5731
|
+
const sw=nw.compose({baseName:"table-group-row",template:ow,styles:iw})
|
|
5732
|
+
no.getOrCreate().withPrefix("nimble").register(sw())
|
|
5733
|
+
const rw=no.tagFor(nw),aw=G`
|
|
5734
|
+
<template role="grid" ${De({property:"childItems",filter:Fe()})}>
|
|
5715
5735
|
<div class="table-container" style="
|
|
5716
5736
|
--ni-private-table-scroll-x: -${e=>e.scrollX}px;
|
|
5717
5737
|
--ni-private-table-header-scrollbar-spacer-width: ${e=>e.virtualizer.headerContainerMarginRight}px;
|
|
@@ -5723,13 +5743,13 @@ const ow=no.tagFor(tw),nw=G`
|
|
|
5723
5743
|
<div class="header-row" role="row">
|
|
5724
5744
|
${Ve((e=>e.columns),G`
|
|
5725
5745
|
${Ie((e=>!e.columnHidden),G`
|
|
5726
|
-
<${
|
|
5746
|
+
<${jb}
|
|
5727
5747
|
class="header"
|
|
5728
5748
|
sort-direction="${e=>"number"==typeof e.sortIndex?e.sortDirection:Vb.none}"
|
|
5729
5749
|
?first-sorted-column="${(e,t)=>e===t.parent.firstSortedColumn}"
|
|
5730
5750
|
>
|
|
5731
5751
|
<slot name="${e=>e.slot}"></slot>
|
|
5732
|
-
</${
|
|
5752
|
+
</${jb}>
|
|
5733
5753
|
`)}
|
|
5734
5754
|
`)}
|
|
5735
5755
|
<div class="header-scrollbar-spacer"></div>
|
|
@@ -5737,12 +5757,12 @@ const ow=no.tagFor(tw),nw=G`
|
|
|
5737
5757
|
</div>
|
|
5738
5758
|
<div class="table-viewport" ${_e("viewport")}>
|
|
5739
5759
|
<div class="table-scroll"></div>
|
|
5740
|
-
<div class="table-row-container" ${De({property:"rowElements",filter:Fe(
|
|
5760
|
+
<div class="table-row-container" ${De({property:"rowElements",filter:Fe(tw)})}
|
|
5741
5761
|
role="rowgroup">
|
|
5742
5762
|
${Ie((e=>e.columns.length>0&&e.canRenderRows),G`
|
|
5743
5763
|
${Ve((e=>e.virtualizer.visibleItems),G`
|
|
5744
5764
|
${Ie(((e,t)=>t.parent.tableData[e.index]?.isGrouped),G`
|
|
5745
|
-
<${
|
|
5765
|
+
<${rw}
|
|
5746
5766
|
class="group-row"
|
|
5747
5767
|
:groupRowValue="${(e,t)=>t.parent.tableData[e.index]?.groupRowValue}"
|
|
5748
5768
|
?expanded="${(e,t)=>t.parent.tableData[e.index]?.isExpanded}"
|
|
@@ -5751,15 +5771,18 @@ const ow=no.tagFor(tw),nw=G`
|
|
|
5751
5771
|
:groupColumn="${(e,t)=>t.parent.tableData[e.index]?.groupColumn}"
|
|
5752
5772
|
@group-expand-toggle="${(e,t)=>t.parent.handleGroupRowExpanded(e.index,t.event)}"
|
|
5753
5773
|
>
|
|
5754
|
-
</${
|
|
5774
|
+
</${rw}>
|
|
5755
5775
|
`)}
|
|
5756
5776
|
${Ie(((e,t)=>!t.parent.tableData[e.index]?.isGrouped),G`
|
|
5757
|
-
<${
|
|
5777
|
+
<${tw}
|
|
5758
5778
|
class="row"
|
|
5759
5779
|
record-id="${(e,t)=>t.parent.tableData[e.index]?.id}"
|
|
5780
|
+
?selectable="${(e,t)=>t.parent.selectionMode!==Fb.none}"
|
|
5781
|
+
?selected="${(e,t)=>t.parent.tableData[e.index]?.selectionState===Pb}"
|
|
5760
5782
|
:dataRecord="${(e,t)=>t.parent.tableData[e.index]?.record}"
|
|
5761
5783
|
:columns="${(e,t)=>t.parent.columns}"
|
|
5762
5784
|
:nestingLevel="${(e,t)=>t.parent.tableData[e.index]?.nestingLevel}"
|
|
5785
|
+
@click="${async(e,t)=>t.parent.onRowClick(e.index)}"
|
|
5763
5786
|
@row-action-menu-beforetoggle="${(e,t)=>t.parent.onRowActionMenuBeforeToggle(t.event)}"
|
|
5764
5787
|
@row-action-menu-toggle="${(e,t)=>t.parent.onRowActionMenuToggle(t.event)}"
|
|
5765
5788
|
>
|
|
@@ -5771,7 +5794,7 @@ const ow=no.tagFor(tw),nw=G`
|
|
|
5771
5794
|
</slot>
|
|
5772
5795
|
`)}
|
|
5773
5796
|
`)}
|
|
5774
|
-
</${
|
|
5797
|
+
</${tw}>
|
|
5775
5798
|
`)}
|
|
5776
5799
|
`)}
|
|
5777
5800
|
`)}
|
|
@@ -5790,8 +5813,8 @@ const ow=no.tagFor(tw),nw=G`
|
|
|
5790
5813
|
*
|
|
5791
5814
|
* @license MIT
|
|
5792
5815
|
*/
|
|
5793
|
-
function
|
|
5794
|
-
for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},
|
|
5816
|
+
function lw(){return lw=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t]
|
|
5817
|
+
for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},lw.apply(this,arguments)}
|
|
5795
5818
|
/**
|
|
5796
5819
|
* virtual-core
|
|
5797
5820
|
*
|
|
@@ -5801,42 +5824,42 @@ for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e},
|
|
|
5801
5824
|
* LICENSE.md file in the root directory of this source tree.
|
|
5802
5825
|
*
|
|
5803
5826
|
* @license MIT
|
|
5804
|
-
*/function
|
|
5827
|
+
*/function cw(e,t,i){var o,n,s=null!=(o=i.initialDeps)?o:[]
|
|
5805
5828
|
return function(){var o
|
|
5806
5829
|
i.key&&null!=i.debug&&i.debug()&&(o=Date.now())
|
|
5807
5830
|
var r,a=e()
|
|
5808
5831
|
if(!(a.length!==s.length||a.some((function(e,t){return s[t]!==e}))))return n
|
|
5809
5832
|
if(s=a,i.key&&null!=i.debug&&i.debug()&&(r=Date.now()),n=t.apply(void 0,a),i.key&&null!=i.debug&&i.debug()){var l=Math.round(100*(Date.now()-o))/100,c=Math.round(100*(Date.now()-r))/100,d=c/16,h=function(e,t){for(e=String(e);e.length<t;)e=" "+e
|
|
5810
5833
|
return e}
|
|
5811
|
-
console.info("%c⏱ "+h(c,5)+" /"+h(l,5)+" ms","\n font-size: .6rem;\n font-weight: bold;\n color: hsl("+Math.max(0,Math.min(120-120*d,120))+"deg 100% 31%);",null==i?void 0:i.key)}return null==i||null==i.onChange||i.onChange(n),n}}var
|
|
5812
|
-
return o},
|
|
5834
|
+
console.info("%c⏱ "+h(c,5)+" /"+h(l,5)+" ms","\n font-size: .6rem;\n font-weight: bold;\n color: hsl("+Math.max(0,Math.min(120-120*d,120))+"deg 100% 31%);",null==i?void 0:i.key)}return null==i||null==i.onChange||i.onChange(n),n}}var dw,hw=function(e){return e},uw=function(e){for(var t=Math.max(e.startIndex-e.overscan,0),i=Math.min(e.endIndex+e.overscan,e.count-1),o=[],n=t;n<=i;n++)o.push(n)
|
|
5835
|
+
return o},pw=function(e,t){var i=new ResizeObserver((function(e){var i=e[0]
|
|
5813
5836
|
if(i){var o=i.contentRect,n=o.width,s=o.height
|
|
5814
5837
|
t({width:Math.round(n),height:Math.round(s)})}else t({width:0,height:0})}))
|
|
5815
|
-
if(e.scrollElement)return t(e.scrollElement.getBoundingClientRect()),i.observe(e.scrollElement),function(){i.unobserve(e.scrollElement)}},
|
|
5838
|
+
if(e.scrollElement)return t(e.scrollElement.getBoundingClientRect()),i.observe(e.scrollElement),function(){i.unobserve(e.scrollElement)}},gw={element:["scrollLeft","scrollTop"],window:["scrollX","scrollY"]},vw=(dw="element",function(e,t){if(e.scrollElement){var i=gw[dw][0],o=gw[dw][1],n=e.scrollElement[i],s=e.scrollElement[o],r=function(){var n=e.scrollElement[e.options.horizontal?i:o]
|
|
5816
5839
|
t(n)}
|
|
5817
5840
|
r()
|
|
5818
5841
|
var a=function(t){var a=t.currentTarget,l=a[i],c=a[o];(e.options.horizontal?n-l:s-c)&&r(),n=l,s=c}
|
|
5819
|
-
return e.scrollElement.addEventListener("scroll",a,{capture:!1,passive:!0}),function(){e.scrollElement.removeEventListener("scroll",a)}}}),
|
|
5820
|
-
null==(o=i.scrollElement)||null==o.scrollTo||o.scrollTo(((n={})[i.options.horizontal?"left":"top"]=l,n.behavior=a,n))},
|
|
5842
|
+
return e.scrollElement.addEventListener("scroll",a,{capture:!1,passive:!0}),function(){e.scrollElement.removeEventListener("scroll",a)}}}),fw=function(e,t){return Math.round(e.getBoundingClientRect()[t.options.horizontal?"width":"height"])},mw=function(e,t,i){var o,n,s=t.adjustments,r=void 0===s?0:s,a=t.behavior,l=e+r
|
|
5843
|
+
null==(o=i.scrollElement)||null==o.scrollTo||o.scrollTo(((n={})[i.options.horizontal?"left":"top"]=l,n.behavior=a,n))},bw=function(e){var t,i=this
|
|
5821
5844
|
this.unsubs=[],this.scrollElement=null,this.isScrolling=!1,this.isScrollingTimeoutId=null,this.scrollToIndexTimeoutId=null,this.measurementsCache=[],this.itemSizeCache={},this.pendingMeasuredCacheIndexes=[],this.scrollDirection=null,this.scrollAdjustments=0,this.measureElementCache={},this.getResizeObserver=(t=null,function(){return t||("undefined"!=typeof ResizeObserver?t=new ResizeObserver((function(e){e.forEach((function(e){i._measureElement(e.target,!1)}))})):null)}),this.range={startIndex:0,endIndex:0},this.setOptions=function(e){Object.entries(e).forEach((function(t){var i=t[0]
|
|
5822
|
-
void 0===t[1]&&delete e[i]})),i.options=
|
|
5845
|
+
void 0===t[1]&&delete e[i]})),i.options=lw({debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:hw,rangeExtractor:uw,onChange:function(){},measureElement:fw,initialRect:{width:0,height:0},scrollMargin:0,scrollingDelay:150,indexAttribute:"data-index",initialMeasurementsCache:[]},e)},this.notify=function(){null==i.options.onChange||i.options.onChange(i)},this.cleanup=function(){i.unsubs.filter(Boolean).forEach((function(e){return e()})),i.unsubs=[],i.scrollElement=null},this._didMount=function(){var e=i.getResizeObserver()
|
|
5823
5846
|
return Object.values(i.measureElementCache).forEach((function(t){return null==e?void 0:e.observe(t)})),function(){null==e||e.disconnect(),i.cleanup()}},this._willUpdate=function(){var e=i.options.getScrollElement()
|
|
5824
|
-
i.scrollElement!==e&&(i.cleanup(),i.scrollElement=e,i._scrollToOffset(i.scrollOffset,{adjustments:void 0,behavior:void 0}),i.unsubs.push(i.options.observeElementRect(i,(function(e){i.scrollRect=e,i.maybeNotify()}))),i.unsubs.push(i.options.observeElementOffset(i,(function(e){i.scrollAdjustments=0,i.scrollOffset!==e&&(null!==i.isScrollingTimeoutId&&(clearTimeout(i.isScrollingTimeoutId),i.isScrollingTimeoutId=null),i.isScrolling=!0,i.scrollDirection=i.scrollOffset<e?"forward":"backward",i.scrollOffset=e,i.maybeNotify(),i.isScrollingTimeoutId=setTimeout((function(){i.isScrollingTimeoutId=null,i.isScrolling=!1,i.scrollDirection=null,i.maybeNotify()}),i.options.scrollingDelay))}))))},this.getSize=function(){return i.scrollRect[i.options.horizontal?"width":"height"]},this.getMeasurements=
|
|
5847
|
+
i.scrollElement!==e&&(i.cleanup(),i.scrollElement=e,i._scrollToOffset(i.scrollOffset,{adjustments:void 0,behavior:void 0}),i.unsubs.push(i.options.observeElementRect(i,(function(e){i.scrollRect=e,i.maybeNotify()}))),i.unsubs.push(i.options.observeElementOffset(i,(function(e){i.scrollAdjustments=0,i.scrollOffset!==e&&(null!==i.isScrollingTimeoutId&&(clearTimeout(i.isScrollingTimeoutId),i.isScrollingTimeoutId=null),i.isScrolling=!0,i.scrollDirection=i.scrollOffset<e?"forward":"backward",i.scrollOffset=e,i.maybeNotify(),i.isScrollingTimeoutId=setTimeout((function(){i.isScrollingTimeoutId=null,i.isScrolling=!1,i.scrollDirection=null,i.maybeNotify()}),i.options.scrollingDelay))}))))},this.getSize=function(){return i.scrollRect[i.options.horizontal?"width":"height"]},this.getMeasurements=cw((function(){return[i.options.count,i.options.paddingStart,i.options.scrollMargin,i.options.getItemKey,i.itemSizeCache]}),(function(e,t,o,n,s){var r=i.pendingMeasuredCacheIndexes.length>0?Math.min.apply(Math,i.pendingMeasuredCacheIndexes):0
|
|
5825
5848
|
i.pendingMeasuredCacheIndexes=[]
|
|
5826
5849
|
for(var a=i.measurementsCache.slice(0,r),l=r;l<e;l++){var c=n(l),d=s[c],h=a[l-1]?a[l-1].end:t+o,u="number"==typeof d?d:i.options.estimateSize(l),p=h+u
|
|
5827
|
-
a[l]={index:l,start:h,size:u,end:p,key:c}}return i.measurementsCache=a,a}),{key:!1,debug:function(){return i.options.debug}}),this.calculateRange=
|
|
5850
|
+
a[l]={index:l,start:h,size:u,end:p,key:c}}return i.measurementsCache=a,a}),{key:!1,debug:function(){return i.options.debug}}),this.calculateRange=cw((function(){return[i.getMeasurements(),i.getSize(),i.scrollOffset]}),(function(e,t,o){return i.range=function(e){var t=e.measurements,i=e.outerSize,o=e.scrollOffset,n=t.length-1,s=function(e){return t[e].start},r=function(e,t,i,o){for(;e<=t;){var n=(e+t)/2|0,s=i(n)
|
|
5828
5851
|
if(s<o)e=n+1
|
|
5829
5852
|
else{if(!(s>o))return n
|
|
5830
5853
|
t=n-1}}return e>0?e-1:0}(0,n,s,o),a=r
|
|
5831
5854
|
for(;a<n&&t[a].end<o+i;)a++
|
|
5832
|
-
return{startIndex:r,endIndex:a}}({measurements:e,outerSize:t,scrollOffset:o})}),{key:!1,debug:function(){return i.options.debug}}),this.maybeNotify=
|
|
5855
|
+
return{startIndex:r,endIndex:a}}({measurements:e,outerSize:t,scrollOffset:o})}),{key:!1,debug:function(){return i.options.debug}}),this.maybeNotify=cw((function(){return[].concat(Object.values(i.calculateRange()),[i.isScrolling])}),(function(){i.notify()}),{key:!1,debug:function(){return i.options.debug},initialDeps:[].concat(Object.values(this.range),[this.isScrolling])}),this.getIndexes=cw((function(){return[i.options.rangeExtractor,i.calculateRange(),i.options.overscan,i.options.count]}),(function(e,t,i,o){return e(lw({},t,{overscan:i,count:o}))}),{key:!1,debug:function(){return i.options.debug}}),this.indexFromElement=function(e){var t=i.options.indexAttribute,o=e.getAttribute(t)
|
|
5833
5856
|
return o?parseInt(o,10):(console.warn("Missing attribute name '"+t+"={index}' on measured element."),-1)},this._measureElement=function(e,t){var o,n=i.indexFromElement(e),s=i.measurementsCache[n]
|
|
5834
5857
|
if(s){var r=i.measureElementCache[s.key],a=i.getResizeObserver()
|
|
5835
5858
|
if(!e.isConnected)return null==a||a.unobserve(e),void(e===r&&delete i.measureElementCache[s.key])
|
|
5836
5859
|
if(r!==e)r&&(null==a||a.unobserve(r)),null==a||a.observe(e),i.measureElementCache[s.key]=e
|
|
5837
5860
|
else if(!t&&!r.__virtualizerSkipFirstNotSync)return void(r.__virtualizerSkipFirstNotSync=!0)
|
|
5838
5861
|
var l,c=i.options.measureElement(e,i),d=c-(null!=(o=i.itemSizeCache[s.key])?o:s.size)
|
|
5839
|
-
if(0!==d)s.start<i.scrollOffset&&i._scrollToOffset(i.scrollOffset,{adjustments:i.scrollAdjustments+=d,behavior:void 0}),i.pendingMeasuredCacheIndexes.push(n),i.itemSizeCache=
|
|
5862
|
+
if(0!==d)s.start<i.scrollOffset&&i._scrollToOffset(i.scrollOffset,{adjustments:i.scrollAdjustments+=d,behavior:void 0}),i.pendingMeasuredCacheIndexes.push(n),i.itemSizeCache=lw({},i.itemSizeCache,((l={})[s.key]=c,l)),i.notify()}},this.measureElement=function(e){e&&i._measureElement(e,!0)},this.getVirtualItems=cw((function(){return[i.getIndexes(),i.getMeasurements()]}),(function(e,t){for(var i=[],o=0,n=e.length;o<n;o++){var s=t[e[o]]
|
|
5840
5863
|
i.push(s)}return i}),{key:!1,debug:function(){return i.options.debug}}),this.getOffsetForAlignment=function(e,t){var o=i.getSize()
|
|
5841
5864
|
"auto"===t&&(t=e<=i.scrollOffset?"start":e>=i.scrollOffset+o?"end":"start"),"start"===t||("end"===t?e-=o:"center"===t&&(e-=o/2))
|
|
5842
5865
|
var n=i.options.horizontal?"scrollWidth":"scrollHeight",s=(i.scrollElement?"document"in i.scrollElement?i.scrollElement.document.documentElement[n]:i.scrollElement[n]:0)-i.getSize()
|
|
@@ -5866,29 +5889,30 @@ i.options.scrollToFn(e,{behavior:n,adjustments:o},i)},this.measure=function(){i.
|
|
|
5866
5889
|
* LICENSE.md file in the root directory of this source tree.
|
|
5867
5890
|
*
|
|
5868
5891
|
* @license MIT
|
|
5869
|
-
*/class
|
|
5870
|
-
class
|
|
5892
|
+
*/class ww extends _t{focusedRecycleCallback(){}}e([f],ww.prototype,"cellRecord",void 0),e([f],ww.prototype,"columnConfig",void 0)
|
|
5893
|
+
class xw{constructor(e,t){this.visibleItems=[],this.allRowsHeight=0,this.headerContainerMarginRight=0,this.rowContainerYOffset=0,this.table=e,this.tanStackTable=t,this.viewportResizeObserver=new ResizeObserver((e=>{const t=e[0]?.borderBoxSize[0]
|
|
5871
5894
|
if(t){const e=t.inlineSize
|
|
5872
5895
|
this.headerContainerMarginRight=e-this.table.viewport.clientWidth}}))}connectedCallback(){this.viewportResizeObserver.observe(this.table.viewport),this.updateVirtualizer()}disconnectedCallback(){this.viewportResizeObserver.disconnect()}dataChanged(){this.table.$fastController.isConnected&&this.updateVirtualizer()}updateVirtualizer(){const e=this.createVirtualizerOptions()
|
|
5873
|
-
this.virtualizer?this.virtualizer.setOptions(e):this.virtualizer=new
|
|
5874
|
-
return{count:this.tanStackTable.getRowModel().rows.length,getScrollElement:()=>this.table.viewport,estimateSize:t=>e,enableSmoothScroll:!0,overscan:3,scrollingDelay:5,scrollToFn:
|
|
5896
|
+
this.virtualizer?this.virtualizer.setOptions(e):this.virtualizer=new bw(e),this.virtualizer._willUpdate(),this.handleVirtualizerChange()}createVirtualizerOptions(){const e=parseFloat(ta.getValueFor(this.table))+2*parseFloat(sa.getValueFor(this.table))
|
|
5897
|
+
return{count:this.tanStackTable.getRowModel().rows.length,getScrollElement:()=>this.table.viewport,estimateSize:t=>e,enableSmoothScroll:!0,overscan:3,scrollingDelay:5,scrollToFn:mw,observeElementOffset:vw,observeElementRect:pw,onChange:()=>this.handleVirtualizerChange()}}handleVirtualizerChange(){this.notifyFocusedCellRecycling()
|
|
5875
5898
|
const e=this.virtualizer
|
|
5876
5899
|
this.visibleItems=e.getVirtualItems(),this.allRowsHeight=e.getTotalSize()
|
|
5877
5900
|
let t=0
|
|
5878
5901
|
if(this.visibleItems.length>0){t=this.visibleItems[0].start}this.rowContainerYOffset=t}notifyFocusedCellRecycling(){let e=this.table.shadowRoot.activeElement
|
|
5879
|
-
for(;null!==e&&!(e instanceof
|
|
5880
|
-
if(e instanceof
|
|
5881
|
-
case
|
|
5882
|
-
default:return Ib.basic}}function
|
|
5883
|
-
return"string"==typeof o&&"string"==typeof n?o.localeCompare(n):o===n?0:void 0===o||null===o&&void 0!==n?-1:1}e([f],
|
|
5884
|
-
const
|
|
5902
|
+
for(;null!==e&&!(e instanceof ww)&&e.shadowRoot;)e=e.shadowRoot.activeElement
|
|
5903
|
+
if(e instanceof ww&&e.focusedRecycleCallback(),void 0!==this.table.openActionMenuRecordId){this.table.rowElements.find((e=>e.recordId===this.table.openActionMenuRecordId))?.closeOpenActionMenus()}}}function yw(e){switch(e){case Tb:return Ib.basic
|
|
5904
|
+
case Lb:return $w
|
|
5905
|
+
default:return Ib.basic}}function $w(e,t,i){const o=e.getValue(i),n=t.getValue(i)
|
|
5906
|
+
return"string"==typeof o&&"string"==typeof n?o.localeCompare(n):o===n?0:void 0===o||null===o&&void 0!==n?-1:1}e([f],xw.prototype,"visibleItems",void 0),e([f],xw.prototype,"allRowsHeight",void 0),e([f],xw.prototype,"headerContainerMarginRight",void 0),e([f],xw.prototype,"rowContainerYOffset",void 0)
|
|
5907
|
+
const Cw=(e,...t)=>{for(const i of t)if(e===i)return!0
|
|
5885
5908
|
return!1}
|
|
5886
|
-
class
|
|
5909
|
+
class kw{constructor(e){this.requiredUpdates={rowIds:!1,groupRows:!1,columnIds:!1,columnSort:!1,columnWidths:!1,columnDefinition:!1,actionMenuSlots:!1,selectionMode:!1},this.updateQueued=!1,this.table=e}get updateRowIds(){return this.requiredUpdates.rowIds}get updateGroupRows(){return this.requiredUpdates.groupRows}get updateColumnIds(){return this.requiredUpdates.columnIds}get updateColumnSort(){return this.requiredUpdates.columnSort}get updateColumnWidths(){return this.requiredUpdates.columnWidths}get updateColumnDefinition(){return this.requiredUpdates.columnDefinition}get updateActionMenuSlots(){return this.requiredUpdates.actionMenuSlots}get updateSelectionMode(){return this.requiredUpdates.selectionMode}get requiresTanStackUpdate(){return this.requiredUpdates.rowIds||this.requiredUpdates.columnSort||this.requiredUpdates.columnDefinition||this.requiredUpdates.groupRows||this.requiredUpdates.selectionMode}get requiresTanStackDataReset(){return this.requiredUpdates.rowIds||this.requiredUpdates.columnDefinition}trackAllStateChanged(){this.setAllKeys(!0),this.queueUpdate()}get hasPendingUpdates(){return this.updateQueued}trackColumnPropertyChanged(e){Cw(e,"columnId")?this.requiredUpdates.columnIds=!0:Cw(e,"operandDataRecordFieldName","sortOperation")?this.requiredUpdates.columnDefinition=!0:Cw(e,"sortIndex","sortDirection")?this.requiredUpdates.columnSort=!0:Cw(e,"currentFractionalWidth","currentPixelWidth","internalMinPixelWidth","columnHidden")?this.requiredUpdates.columnWidths=!0:Cw(e,"actionMenuSlot")?this.requiredUpdates.actionMenuSlots=!0:Cw(e,"internalGroupIndex","internalGroupingDisabled")&&(this.requiredUpdates.groupRows=!0),this.queueUpdate()}trackColumnInstancesChanged(){this.requiredUpdates.columnIds=!0,this.requiredUpdates.columnDefinition=!0,this.requiredUpdates.columnSort=!0,this.requiredUpdates.columnWidths=!0,this.requiredUpdates.actionMenuSlots=!0,this.requiredUpdates.groupRows=!0,this.queueUpdate()}trackIdFieldNameChanged(){this.requiredUpdates.rowIds=!0,this.queueUpdate()}trackSelectionModeChanged(){this.requiredUpdates.selectionMode=!0,this.queueUpdate()}setAllKeys(e){Object.keys(this.requiredUpdates).forEach((t=>{this.requiredUpdates[t]=e}))}queueUpdate(){this.table.$fastController.isConnected&&(this.updateQueued||(this.updateQueued=!0,u.queueUpdate((()=>{this.table.update(),this.setAllKeys(!1),this.updateQueued=!1}))))}}class Sw{static getGridTemplateColumns(e){return e?.filter((e=>!e.columnHidden)).reduce(((e,t)=>{const i=""===e?"":" ",o=t.internalMinPixelWidth
|
|
5887
5910
|
if(t.currentPixelWidth){const n=t.currentPixelWidth
|
|
5888
|
-
return`${e}${i}${n>o?n:o}px`}return`${e}${i}minmax(${o}px, ${t.currentFractionalWidth}fr)`}),"")??""}}class
|
|
5911
|
+
return`${e}${i}${n>o?n:o}px`}return`${e}${i}minmax(${o}px, ${t.currentFractionalWidth}fr)`}),"")??""}}class _w extends _t{constructor(){super(),this.selectionMode=Fb.none,this.tableData=[],this.columns=[],this.childItems=[],this.rowElements=[],this.actionMenuSlots=[],this.canRenderRows=!0,this.scrollX=0,this.tableValidator=new zb,this.updateTracker=new kw(this),this.columnNotifiers=[],this.isInitialized=!1,this.collapsedRows=new Set,this.onViewPortScroll=e=>{this.scrollX=e.target.scrollLeft},this.getIsRowExpanded=e=>{if(!e.getIsGrouped())return!1
|
|
5889
5912
|
const t=this.table.options.state.expanded
|
|
5890
|
-
return!0===t||(Object.keys(t??{}).includes(e.id)?t[e.id]:!this.collapsedRows.has(e.id))},this.
|
|
5891
|
-
this.updateTableOptions({state:{
|
|
5913
|
+
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
|
|
5914
|
+
this.updateTableOptions({state:{rowSelection:t}})},this.handleExpandedChange=e=>{const t=e instanceof Function?e(this.table.getState().expanded):e
|
|
5915
|
+
this.updateTableOptions({state:{expanded:t}})},this.options={data:[],onStateChange:e=>{},onRowSelectionChange:this.handleRowSelectionChange,onExpandedChange:this.handleExpandedChange,getCoreRowModel:e=>Xm((()=>[e.options.data]),(t=>{const i={rows:[],flatRows:[],rowsById:{}},o=function(t,n,s){void 0===n&&(n=0)
|
|
5892
5916
|
const r=[]
|
|
5893
5917
|
for(let l=0;l<t.length;l++){const c=Ab(e,e._getRowId(t[l],l,s),t[l],l,n)
|
|
5894
5918
|
var a
|
|
@@ -5910,22 +5934,35 @@ return{rows:a(i.rows),flatRows:n,rowsById:i.rowsById}}),{key:!1,debug:()=>{var t
|
|
|
5910
5934
|
return null!=(t=e.options.debugAll)?t:e.options.debugTable},onChange:()=>{e._autoResetPageIndex()}}),getGroupedRowModel:Ob(),getExpandedRowModel:e=>Xm((()=>[e.getState().expanded,e.getPreExpandedRowModel(),e.options.paginateExpandedRows]),((e,t,i)=>!t.rows.length||!0!==e&&!Object.keys(null!=e?e:{}).length?t:i?function(e){const t=[],i=e=>{var o
|
|
5911
5935
|
t.push(e),null!=(o=e.subRows)&&o.length&&e.getIsExpanded()&&e.subRows.forEach(i)}
|
|
5912
5936
|
return e.rows.forEach(i),{rows:t,flatRows:e.flatRows,rowsById:e.rowsById}}(t):t),{key:!1,debug:()=>{var t
|
|
5913
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getIsRowExpanded:this.getIsRowExpanded,columns:[],state:{grouping:[],expanded:!0},enableSorting:!0,enableGrouping:!0,renderFallbackValue:null,autoResetAll:!1},this.table=Mb(this.options),this.virtualizer=new
|
|
5937
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getIsRowExpanded:this.getIsRowExpanded,columns:[],state:{rowSelection:{},grouping:[],expanded:!0},enableRowSelection:!1,enableSorting:!0,enableGrouping:!0,renderFallbackValue:null,autoResetAll:!1},this.table=Mb(this.options),this.virtualizer=new xw(this,this.table)}get validity(){return this.tableValidator.getValidity()}async setData(e){await this.processPendingUpdates()
|
|
5938
|
+
const t=e.map((e=>({...e}))),i={data:t}
|
|
5939
|
+
if(this.validateWithData(t),this.tableValidator.areRecordIdsValid()){const e=await this.getSelectedRecordIds()
|
|
5940
|
+
i.state={rowSelection:this.calculateTanStackSelectionState(e)}}this.updateTableOptions(i)}async getSelectedRecordIds(){await this.processPendingUpdates()
|
|
5941
|
+
const e=this.options.state.rowSelection
|
|
5942
|
+
if(!e)return[]
|
|
5943
|
+
const t=[]
|
|
5944
|
+
return Object.entries(e).forEach((([e,i])=>{i&&t.push(e)})),t}async setSelectedRecordIds(e){await this.processPendingUpdates(),this.selectionMode!==Fb.none&&this.updateTableOptions({state:{rowSelection:this.calculateTanStackSelectionState(e)}})}connectedCallback(){super.connectedCallback(),this.initialize(),this.virtualizer.connectedCallback(),this.viewport.addEventListener("scroll",this.onViewPortScroll,{passive:!0})}disconnectedCallback(){super.disconnectedCallback(),this.virtualizer.disconnectedCallback(),this.viewport.removeEventListener("scroll",this.onViewPortScroll)}checkValidity(){return this.tableValidator.isValid()}handleChange(e,t){e instanceof Db&&"string"==typeof t&&this.updateTracker.trackColumnPropertyChanged(t)}async onRowClick(e){if(this.selectionMode===Fb.none)return
|
|
5945
|
+
const t=this.table.getRowModel().rows[e]
|
|
5946
|
+
if(!t)return
|
|
5947
|
+
const i=await this.getSelectedRecordIds()
|
|
5948
|
+
1===i.length&&i[0]===t.id||(this.table.toggleAllRowsSelected(!1),t.toggleSelected(!0),await this.emitSelectionChangeEvent())}onRowActionMenuBeforeToggle(e){e.stopImmediatePropagation(),this.openActionMenuRecordId=e.detail.recordIds[0],this.$emit("action-menu-beforetoggle",e.detail)}onRowActionMenuToggle(e){e.stopImmediatePropagation(),this.$emit("action-menu-toggle",e.detail),e.detail.newState||(this.openActionMenuRecordId=void 0)}handleGroupRowExpanded(e,t){this.toggleGroupExpanded(e),t.stopPropagation()}update(){this.validate(),this.updateTracker.requiresTanStackUpdate&&this.updateTanStack(),this.updateTracker.updateActionMenuSlots&&this.updateActionMenuSlots(),this.updateTracker.updateColumnWidths&&this.updateRowGridColumns()}selectionModeChanged(e,t){this.$fastController.isConnected&&this.updateTracker.trackSelectionModeChanged()}idFieldNameChanged(e,t){this.$fastController.isConnected&&this.updateTracker.trackIdFieldNameChanged()}columnsChanged(e,t){this.$fastController.isConnected&&(this.observeColumns(),this.updateTracker.trackColumnInstancesChanged())}removeColumnObservers(){this.columnNotifiers.forEach((e=>{e.unsubscribe(this)})),this.columnNotifiers=[]}initialize(){this.isInitialized||(this.isInitialized=!0,this.$fastController.onConnectedCallback(),this.updateTracker.trackAllStateChanged(),this.observeColumns())}async processPendingUpdates(){if(this.initialize(),await u.nextUpdate(),this.updateTracker.hasPendingUpdates)throw new Error("Expected pending updates to be resolved")}observeColumns(){this.removeColumnObservers()
|
|
5914
5949
|
for(const e of this.columns){const t=v.getNotifier(e)
|
|
5915
5950
|
t.subscribe(this),this.columnNotifiers.push(t)}}getColumnsParticipatingInSorting(){return this.columns.filter((e=>e.sortDirection!==Vb.none&&"number"==typeof e.sortIndex))}getColumnsParticipatingInGrouping(){return this.columns.filter((e=>!e.internalGroupingDisabled&&"number"==typeof e.internalGroupIndex))}childItemsChanged(){this.updateColumnsFromChildItems()}async updateColumnsFromChildItems(){const e=this.childItems.map((async e=>e.matches(":not(:defined)")?customElements.whenDefined(e.localName):Promise.resolve()))
|
|
5916
|
-
await Promise.all(e),this.columns=this.childItems.filter((e=>e instanceof
|
|
5917
|
-
this.updateTracker.updateColumnSort&&(e.state.sorting=this.calculateTanStackSortState()),this.updateTracker.updateColumnDefinition&&(e.columns=this.calculateTanStackColumns()),this.updateTracker.updateRowIds&&(e.getRowId=this.calculateTanStackRowIdFunction()),this.updateTracker.requiresTanStackDataReset&&(e.data=[...this.table.options.data]),this.updateTracker.updateGroupRows&&(e.state.grouping=this.calculateTanStackGroupingState(),e.state.expanded=!0,this.collapsedRows.clear()),this.updateTableOptions(e)}updateActionMenuSlots(){const e=new Set
|
|
5951
|
+
await Promise.all(e),this.columns=this.childItems.filter((e=>e instanceof Db))}updateTanStack(){const e={state:{}}
|
|
5952
|
+
this.updateTracker.updateColumnSort&&(e.state.sorting=this.calculateTanStackSortState()),this.updateTracker.updateColumnDefinition&&(e.columns=this.calculateTanStackColumns()),this.updateTracker.updateRowIds&&(e.getRowId=this.calculateTanStackRowIdFunction(),e.state.rowSelection={}),this.updateTracker.updateSelectionMode&&(e.enableRowSelection=this.selectionMode!==Fb.none,e.state.rowSelection={}),this.updateTracker.requiresTanStackDataReset&&(e.data=[...this.table.options.data]),this.updateTracker.updateGroupRows&&(e.state.grouping=this.calculateTanStackGroupingState(),e.state.expanded=!0,this.collapsedRows.clear()),this.updateTableOptions(e)}updateActionMenuSlots(){const e=new Set
|
|
5918
5953
|
for(const t of this.columns)t.actionMenuSlot&&e.add(t.actionMenuSlot)
|
|
5919
|
-
this.actionMenuSlots=Array.from(e)}updateRowGridColumns(){this.rowGridColumns
|
|
5920
|
-
this
|
|
5921
|
-
this.tableData=e.map((e=>({record:e.original,id:e.id,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()}getGroupRowColumn(e){const t=e.groupingColumnId
|
|
5954
|
+
this.actionMenuSlots=Array.from(e)}updateRowGridColumns(){this.rowGridColumns=Sw.getGridTemplateColumns(this.columns)}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.sortIndex))),this.tableValidator.validateColumnGroupIndices(this.getColumnsParticipatingInGrouping().map((e=>e.internalGroupIndex))),this.validateWithData(this.table.options.data)}validateWithData(e){this.tableValidator.validateRecordIds(e,this.idFieldName),this.canRenderRows=this.checkValidity()}async emitSelectionChangeEvent(){const e={selectedRecordIds:await this.getSelectedRecordIds()}
|
|
5955
|
+
this.$emit("selection-change",e)}refreshRows(){const e=this.table.getRowModel().rows
|
|
5956
|
+
this.tableData=e.map((e=>({record:e.original,id:e.id,selectionState:e.getIsSelected()?Pb:Hb,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()}getGroupRowColumn(e){const t=e.groupingColumnId
|
|
5922
5957
|
if(void 0!==t)return this.columns.find((e=>e.internalUniqueId===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]
|
|
5923
5958
|
t.getIsExpanded()?this.collapsedRows.add(t.id):this.collapsedRows.delete(t.id),t.toggleExpanded()}calculateTanStackSortState(){const e=this.getColumnsParticipatingInSorting().sort(((e,t)=>e.sortIndex-t.sortIndex))
|
|
5924
5959
|
return this.firstSortedColumn=e.length?e[0]:void 0,e.map((e=>({id:e.internalUniqueId,desc:e.sortDirection===Vb.descending})))}calculateTanStackGroupingState(){return this.getColumnsParticipatingInGrouping().sort(((e,t)=>e.internalGroupIndex-t.internalGroupIndex)).map((e=>e.internalUniqueId))}calculateTanStackRowIdFunction(){return null===this.idFieldName||void 0===this.idFieldName?void 0:e=>e[this.idFieldName]}calculateTanStackColumns(){return this.columns.map((e=>({id:e.internalUniqueId,accessorFn:t=>{const i=e.operandDataRecordFieldName
|
|
5925
|
-
if("string"==typeof i)return t[i]},sortingFn:
|
|
5926
|
-
const
|
|
5927
|
-
|
|
5928
|
-
const
|
|
5960
|
+
if("string"==typeof i)return t[i]},sortingFn:yw(e.sortOperation)})))}calculateTanStackSelectionState(e){if(this.selectionMode===Fb.none)return{}
|
|
5961
|
+
const t={},i=this.tableValidator.getPresentRecordIds(e)
|
|
5962
|
+
if(i.length){t[i[0]]=!0}return t}}e([ne({attribute:"id-field-name"})],_w.prototype,"idFieldName",void 0),e([ne({attribute:"selection-mode"})],_w.prototype,"selectionMode",void 0),e([f],_w.prototype,"tableData",void 0),e([f],_w.prototype,"columns",void 0),e([f],_w.prototype,"childItems",void 0),e([f],_w.prototype,"rowElements",void 0),e([f],_w.prototype,"actionMenuSlots",void 0),e([f],_w.prototype,"openActionMenuRecordId",void 0),e([f],_w.prototype,"canRenderRows",void 0),e([f],_w.prototype,"scrollX",void 0),e([f],_w.prototype,"rowGridColumns",void 0),e([f],_w.prototype,"firstSortedColumn",void 0)
|
|
5963
|
+
const Iw=_w.compose({baseName:"table",template:aw,styles:Bb})
|
|
5964
|
+
no.getOrCreate().withPrefix("nimble").register(Iw()),no.tagFor(_w)
|
|
5965
|
+
const Rw=fe`
|
|
5929
5966
|
:host {
|
|
5930
5967
|
display: contents;
|
|
5931
5968
|
}
|
|
@@ -5935,15 +5972,15 @@ const Sw=fe`
|
|
|
5935
5972
|
overflow: hidden;
|
|
5936
5973
|
text-overflow: ellipsis;
|
|
5937
5974
|
}
|
|
5938
|
-
`,
|
|
5975
|
+
`,Mw=G`
|
|
5939
5976
|
<template>
|
|
5940
5977
|
<span class="header-content">
|
|
5941
5978
|
<slot></slot>
|
|
5942
5979
|
</span>
|
|
5943
5980
|
</template>
|
|
5944
5981
|
`
|
|
5945
|
-
class
|
|
5946
|
-
const
|
|
5982
|
+
class Aw extends _t{}e([f],Aw.prototype,"groupHeaderValue",void 0),e([f],Aw.prototype,"columnConfig",void 0)
|
|
5983
|
+
const Ow=G`
|
|
5947
5984
|
<span
|
|
5948
5985
|
${_e("textSpan")}
|
|
5949
5986
|
class="${e=>"string"==typeof e.groupHeaderValue?"":"placeholder"}"
|
|
@@ -5953,7 +5990,7 @@ const Rw=G`
|
|
|
5953
5990
|
>
|
|
5954
5991
|
${e=>e.content}
|
|
5955
5992
|
</span>
|
|
5956
|
-
`,
|
|
5993
|
+
`,Ew=fe`
|
|
5957
5994
|
span {
|
|
5958
5995
|
font: ${yl};
|
|
5959
5996
|
color: ${$l};
|
|
@@ -5966,10 +6003,10 @@ const Rw=G`
|
|
|
5966
6003
|
color: ${Ll};
|
|
5967
6004
|
}
|
|
5968
6005
|
`
|
|
5969
|
-
class
|
|
5970
|
-
const
|
|
5971
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5972
|
-
const
|
|
6006
|
+
class Vw extends Aw{constructor(){super(...arguments),this.isValidContentAndHasOverflow=!1}get content(){return"string"==typeof this.groupHeaderValue?this.groupHeaderValue:this.columnConfig?.placeholder??""}updateTitleOverflow(){this.isValidContentAndHasOverflow=this.textSpan.offsetWidth<this.textSpan.scrollWidth}clearTitleOverflow(){this.isValidContentAndHasOverflow=!1}}e([f],Vw.prototype,"columnConfig",void 0),e([f],Vw.prototype,"isValidContentAndHasOverflow",void 0),e([m],Vw.prototype,"content",null)
|
|
6007
|
+
const Fw=Vw.compose({baseName:"table-column-text-group-header",template:Ow,styles:Ew})
|
|
6008
|
+
no.getOrCreate().withPrefix("nimble").register(Fw())
|
|
6009
|
+
const Hw=no.tagFor(Vw),Pw=fe`
|
|
5973
6010
|
span {
|
|
5974
6011
|
font: ${yl};
|
|
5975
6012
|
color: ${$l};
|
|
@@ -5981,7 +6018,7 @@ const Ew=no.tagFor(Aw),Vw=fe`
|
|
|
5981
6018
|
.placeholder {
|
|
5982
6019
|
color: ${Ll};
|
|
5983
6020
|
}
|
|
5984
|
-
`,
|
|
6021
|
+
`,Tw=G`
|
|
5985
6022
|
<span
|
|
5986
6023
|
${_e("textSpan")}
|
|
5987
6024
|
class="${e=>"string"==typeof e.cellRecord.value?"":"placeholder"}"
|
|
@@ -5992,14 +6029,14 @@ const Ew=no.tagFor(Aw),Vw=fe`
|
|
|
5992
6029
|
${e=>e.content}
|
|
5993
6030
|
</span>
|
|
5994
6031
|
`
|
|
5995
|
-
class
|
|
5996
|
-
const
|
|
5997
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5998
|
-
const
|
|
5999
|
-
class
|
|
6000
|
-
class
|
|
6001
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6002
|
-
const
|
|
6032
|
+
class Lw extends ww{constructor(){super(...arguments),this.isValidContentAndHasOverflow=!1}get content(){return"string"==typeof this.cellRecord.value?this.cellRecord.value:this.columnConfig.placeholder}}e([f],Lw.prototype,"isValidContentAndHasOverflow",void 0),e([m],Lw.prototype,"content",null)
|
|
6033
|
+
const Dw=Lw.compose({baseName:"table-column-text-cell-view",template:Tw,styles:Pw})
|
|
6034
|
+
no.getOrCreate().withPrefix("nimble").register(Dw())
|
|
6035
|
+
const zw=no.tagFor(Lw)
|
|
6036
|
+
class Bw extends Db{constructor(){super(),this.cellRecordFieldNames=["value"],this.cellViewTag=zw,this.sortOperation=Lb}fieldNameChanged(){this.dataRecordFieldNames=[this.fieldName],this.operandDataRecordFieldName=this.fieldName}placeholderChanged(){this.columnConfig={placeholder:this.placeholder??""}}}e([ne({attribute:"field-name"})],Bw.prototype,"fieldName",void 0),e([ne],Bw.prototype,"placeholder",void 0)
|
|
6037
|
+
class Nw extends(function(e){class t extends e{constructor(){super(...arguments),this.groupingDisabled=!1,this.groupIndex=null}groupingDisabledChanged(){this.internalGroupingDisabled=this.groupingDisabled}groupIndexChanged(){"number"==typeof this.groupIndex?this.internalGroupIndex=this.groupIndex:this.internalGroupIndex=void 0}}return ne({attribute:"grouping-disabled",mode:"boolean"})(t.prototype,"groupingDisabled"),ne({attribute:"group-index",converter:ie})(t.prototype,"groupIndex"),t}(function(e){class t extends e{constructor(){super(...arguments),this.fractionalWidth=1,this.minPixelWidth=88}fractionalWidthChanged(){"number"==typeof this.fractionalWidth?this.internalFractionalWidth=this.fractionalWidth:this.internalFractionalWidth=1}minPixelWidthChanged(){"number"==typeof this.minPixelWidth?this.internalMinPixelWidth=this.minPixelWidth:this.internalMinPixelWidth=88}}return ne({attribute:"fractional-width",converter:ie})(t.prototype,"fractionalWidth"),ne({attribute:"min-pixel-width",converter:ie})(t.prototype,"minPixelWidth"),t}(Bw))){constructor(){super(...arguments),this.groupHeaderViewTag=Hw}}const Zw=Nw.compose({baseName:"table-column-text",template:Mw,styles:Rw})
|
|
6038
|
+
no.getOrCreate().withPrefix("nimble").register(Zw()),no.tagFor(Nw)
|
|
6039
|
+
const qw=fe`
|
|
6003
6040
|
${bn("grid")}
|
|
6004
6041
|
|
|
6005
6042
|
:host {
|
|
@@ -6023,7 +6060,7 @@ const Bw=fe`
|
|
|
6023
6060
|
overflow: auto;
|
|
6024
6061
|
}
|
|
6025
6062
|
`
|
|
6026
|
-
class
|
|
6063
|
+
class Uw extends Uo{constructor(){super(),this.activeindicator=!1}}const jw=Uw.compose({baseName:"tabs",baseClass:Uo,template:(e,t)=>G`
|
|
6027
6064
|
<template class="${e=>e.orientation}">
|
|
6028
6065
|
${Ne(0,t)}
|
|
6029
6066
|
<div class="tablist" part="tablist" role="tablist">
|
|
@@ -6042,9 +6079,9 @@ class Nw extends jo{constructor(){super(),this.activeindicator=!1}}const Zw=Nw.c
|
|
|
6042
6079
|
<slot name="tabpanel" part="tabpanel" ${Te("tabpanels")}></slot>
|
|
6043
6080
|
</div>
|
|
6044
6081
|
</template>
|
|
6045
|
-
`,styles:
|
|
6046
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6047
|
-
const
|
|
6082
|
+
`,styles:qw})
|
|
6083
|
+
no.getOrCreate().withPrefix("nimble").register(jw()),no.tagFor(Uw)
|
|
6084
|
+
const Gw=fe`
|
|
6048
6085
|
${bn("flex")}
|
|
6049
6086
|
|
|
6050
6087
|
:host {
|
|
@@ -6059,18 +6096,18 @@ const qw=fe`
|
|
|
6059
6096
|
display: inline-block;
|
|
6060
6097
|
height: 24px;
|
|
6061
6098
|
border-left: calc(${sa} * 2) solid
|
|
6062
|
-
rgba(${
|
|
6099
|
+
rgba(${jr}, 0.3);
|
|
6063
6100
|
margin: calc(${na} / 4) calc(${na} / 2);
|
|
6064
6101
|
}
|
|
6065
|
-
`,
|
|
6102
|
+
`,Ww=G`
|
|
6066
6103
|
<template slot="end">
|
|
6067
6104
|
<div class="separator"></div>
|
|
6068
6105
|
<slot></slot>
|
|
6069
6106
|
</template>
|
|
6070
6107
|
`
|
|
6071
|
-
class
|
|
6072
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6073
|
-
const
|
|
6108
|
+
class Xw extends _t{}const Kw=Xw.compose({baseName:"tabs-toolbar",template:Ww,styles:Gw})
|
|
6109
|
+
no.getOrCreate().withPrefix("nimble").register(Kw()),no.tagFor(Xw)
|
|
6110
|
+
const Yw="outline",Qw="block",Jw=fe`
|
|
6074
6111
|
${bn("inline-flex")}
|
|
6075
6112
|
${Xp}
|
|
6076
6113
|
|
|
@@ -6171,7 +6208,7 @@ const Ww="outline",Xw="block",Kw=fe`
|
|
|
6171
6208
|
.control[readonly]:hover:focus-within,
|
|
6172
6209
|
.control[disabled],
|
|
6173
6210
|
.control[disabled]:hover {
|
|
6174
|
-
border-color: rgba(${
|
|
6211
|
+
border-color: rgba(${jr}, 0.1);
|
|
6175
6212
|
}
|
|
6176
6213
|
|
|
6177
6214
|
:host([error-visible]) .control {
|
|
@@ -6210,14 +6247,14 @@ const Ww="outline",Xw="block",Kw=fe`
|
|
|
6210
6247
|
top: calc(${na} / 2);
|
|
6211
6248
|
right: var(--ni-private-scrollbar-width);
|
|
6212
6249
|
}
|
|
6213
|
-
`.withBehaviors(Bc(
|
|
6250
|
+
`.withBehaviors(Bc(Yw,fe`
|
|
6214
6251
|
.control {
|
|
6215
|
-
border-color: rgba(${
|
|
6252
|
+
border-color: rgba(${jr}, 0.3);
|
|
6216
6253
|
background-color: transparent;
|
|
6217
6254
|
}
|
|
6218
|
-
`),Bc(
|
|
6255
|
+
`),Bc(Qw,fe`
|
|
6219
6256
|
.control {
|
|
6220
|
-
background-color: rgba(${
|
|
6257
|
+
background-color: rgba(${jr}, 0.1);
|
|
6221
6258
|
}
|
|
6222
6259
|
|
|
6223
6260
|
:host([readonly]) .control {
|
|
@@ -6226,15 +6263,15 @@ const Ww="outline",Xw="block",Kw=fe`
|
|
|
6226
6263
|
|
|
6227
6264
|
:host([disabled]) .control {
|
|
6228
6265
|
border-color: transparent;
|
|
6229
|
-
background-color: rgba(${
|
|
6266
|
+
background-color: rgba(${jr}, 0.1);
|
|
6230
6267
|
}
|
|
6231
6268
|
|
|
6232
6269
|
:host([error-visible][disabled]) .control {
|
|
6233
6270
|
border-bottom-color: ${Gr};
|
|
6234
6271
|
}
|
|
6235
6272
|
`))
|
|
6236
|
-
class
|
|
6237
|
-
const
|
|
6273
|
+
class ex extends Xo{constructor(){super(...arguments),this.appearance=Yw,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([ne],ex.prototype,"appearance",void 0),e([ne({attribute:"error-text"})],ex.prototype,"errorText",void 0),e([ne({attribute:"error-visible",mode:"boolean"})],ex.prototype,"errorVisible",void 0),e([f],ex.prototype,"scrollbarWidth",void 0)
|
|
6274
|
+
const tx=ex.compose({baseName:"text-area",baseClass:Xo,template:()=>G`
|
|
6238
6275
|
<label
|
|
6239
6276
|
part="label"
|
|
6240
6277
|
for="control"
|
|
@@ -6291,9 +6328,9 @@ const Qw=Yw.compose({baseName:"text-area",baseClass:Xo,template:()=>G`
|
|
|
6291
6328
|
></${vp}>
|
|
6292
6329
|
${Np}
|
|
6293
6330
|
</div>
|
|
6294
|
-
`,styles:
|
|
6295
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6296
|
-
const
|
|
6331
|
+
`,styles:Jw,shadowOptions:{delegatesFocus:!0}})
|
|
6332
|
+
no.getOrCreate().withPrefix("nimble").register(tx()),no.tagFor(ex)
|
|
6333
|
+
const ix="underline",ox="outline",nx="block",sx="frameless",rx=fe`
|
|
6297
6334
|
${bn("inline-block")}
|
|
6298
6335
|
${Xp}
|
|
6299
6336
|
|
|
@@ -6332,17 +6369,17 @@ const Jw="underline",ex="outline",tx="block",ix="frameless",ox=fe`
|
|
|
6332
6369
|
font: inherit;
|
|
6333
6370
|
align-items: center;
|
|
6334
6371
|
justify-content: center;
|
|
6335
|
-
border: 0px solid rgba(${
|
|
6372
|
+
border: 0px solid rgba(${jr}, 0.3);
|
|
6336
6373
|
gap: calc(${na} / 2);
|
|
6337
6374
|
padding: ${sa};
|
|
6338
6375
|
}
|
|
6339
6376
|
|
|
6340
6377
|
:host([readonly]) .root {
|
|
6341
|
-
border-color: rgba(${
|
|
6378
|
+
border-color: rgba(${jr}, 0.1);
|
|
6342
6379
|
}
|
|
6343
6380
|
|
|
6344
6381
|
:host([disabled]) .root {
|
|
6345
|
-
border-color: rgba(${
|
|
6382
|
+
border-color: rgba(${jr}, 0.1);
|
|
6346
6383
|
}
|
|
6347
6384
|
|
|
6348
6385
|
:host([error-visible]) .root {
|
|
@@ -6465,14 +6502,14 @@ const Jw="underline",ex="outline",tx="block",ix="frameless",ox=fe`
|
|
|
6465
6502
|
slot[name='actions']::slotted(*) {
|
|
6466
6503
|
${ta.cssCustomProperty}: 24px;
|
|
6467
6504
|
}
|
|
6468
|
-
`.withBehaviors(Bc(
|
|
6505
|
+
`.withBehaviors(Bc(ix,fe`
|
|
6469
6506
|
.root {
|
|
6470
6507
|
border-bottom-width: ${sa};
|
|
6471
6508
|
padding-bottom: 0;
|
|
6472
6509
|
}
|
|
6473
|
-
`),Bc(
|
|
6510
|
+
`),Bc(nx,fe`
|
|
6474
6511
|
.root {
|
|
6475
|
-
background-color: rgba(${
|
|
6512
|
+
background-color: rgba(${jr}, 0.1);
|
|
6476
6513
|
}
|
|
6477
6514
|
|
|
6478
6515
|
.control {
|
|
@@ -6491,19 +6528,19 @@ const Jw="underline",ex="outline",tx="block",ix="frameless",ox=fe`
|
|
|
6491
6528
|
}
|
|
6492
6529
|
|
|
6493
6530
|
:host([readonly]) .root {
|
|
6494
|
-
background-color: rgba(${
|
|
6531
|
+
background-color: rgba(${jr}, 0.07);
|
|
6495
6532
|
border-color: transparent;
|
|
6496
6533
|
}
|
|
6497
6534
|
|
|
6498
6535
|
:host([disabled]) .root {
|
|
6499
|
-
background-color: rgba(${
|
|
6536
|
+
background-color: rgba(${jr}, 0.07);
|
|
6500
6537
|
}
|
|
6501
|
-
`),Bc(
|
|
6538
|
+
`),Bc(ox,fe`
|
|
6502
6539
|
.root {
|
|
6503
6540
|
border-width: ${sa};
|
|
6504
6541
|
padding: 0;
|
|
6505
6542
|
}
|
|
6506
|
-
`),Bc(
|
|
6543
|
+
`),Bc(sx,fe`
|
|
6507
6544
|
.control {
|
|
6508
6545
|
padding-left: ${sa};
|
|
6509
6546
|
padding-right: ${sa};
|
|
@@ -6521,8 +6558,8 @@ const Jw="underline",ex="outline",tx="block",ix="frameless",ox=fe`
|
|
|
6521
6558
|
filter: invert(100%);
|
|
6522
6559
|
}
|
|
6523
6560
|
`))
|
|
6524
|
-
class
|
|
6525
|
-
const
|
|
6561
|
+
class ax extends So{constructor(){super(...arguments),this.appearance=ix,this.errorVisible=!1,this.fullBleed=!1}}e([ne],ax.prototype,"appearance",void 0),e([ne({attribute:"error-text"})],ax.prototype,"errorText",void 0),e([ne({attribute:"error-visible",mode:"boolean"})],ax.prototype,"errorVisible",void 0),e([ne({attribute:"full-bleed",mode:"boolean"})],ax.prototype,"fullBleed",void 0)
|
|
6562
|
+
const lx=ax.compose({baseName:"text-field",baseClass:So,template:(e,t)=>G`
|
|
6526
6563
|
<template
|
|
6527
6564
|
class="
|
|
6528
6565
|
${e=>e.readOnly?"readonly":""}
|
|
@@ -6582,7 +6619,7 @@ const sx=nx.compose({baseName:"text-field",baseClass:So,template:(e,t)=>G`
|
|
|
6582
6619
|
${Be(0,t)}
|
|
6583
6620
|
</div>
|
|
6584
6621
|
</template>
|
|
6585
|
-
`,styles:
|
|
6622
|
+
`,styles:rx,shadowOptions:{delegatesFocus:!0},end:G`
|
|
6586
6623
|
<${vp}
|
|
6587
6624
|
severity="error"
|
|
6588
6625
|
class="error-icon"
|
|
@@ -6592,8 +6629,8 @@ const sx=nx.compose({baseName:"text-field",baseClass:So,template:(e,t)=>G`
|
|
|
6592
6629
|
</span>
|
|
6593
6630
|
${Np}
|
|
6594
6631
|
`})
|
|
6595
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6596
|
-
const
|
|
6632
|
+
no.getOrCreate().withPrefix("nimble").register(lx()),no.tagFor(ax)
|
|
6633
|
+
const cx=fe`
|
|
6597
6634
|
.positioning-region {
|
|
6598
6635
|
display: flex;
|
|
6599
6636
|
padding: ${oa} ${na};
|
|
@@ -6618,7 +6655,7 @@ const rx=fe`
|
|
|
6618
6655
|
margin-left: auto;
|
|
6619
6656
|
}
|
|
6620
6657
|
`
|
|
6621
|
-
class
|
|
6658
|
+
class dx extends Yo{}const hx=dx.compose({baseName:"toolbar",baseClass:Yo,template:(e,t)=>G`
|
|
6622
6659
|
<template
|
|
6623
6660
|
aria-label="${e=>e.ariaLabel}"
|
|
6624
6661
|
aria-labelledby="${e=>e.ariaLabelledby}"
|
|
@@ -6639,9 +6676,9 @@ class ax extends Yo{}const lx=ax.compose({baseName:"toolbar",baseClass:Yo,templa
|
|
|
6639
6676
|
${Be(0,t)}
|
|
6640
6677
|
</div>
|
|
6641
6678
|
</template>
|
|
6642
|
-
`,styles:
|
|
6643
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6644
|
-
const
|
|
6679
|
+
`,styles:cx,shadowOptions:{delegatesFocus:!0}})
|
|
6680
|
+
no.getOrCreate().withPrefix("nimble").register(hx()),no.tagFor(dx)
|
|
6681
|
+
const ux=fe`
|
|
6645
6682
|
${bn("inline-flex")}
|
|
6646
6683
|
|
|
6647
6684
|
:host {
|
|
@@ -6695,7 +6732,7 @@ const cx=fe`
|
|
|
6695
6732
|
`),pd(gs,fe`
|
|
6696
6733
|
:host {
|
|
6697
6734
|
--ni-private-tooltip-border-color: ${ls(Nn,.3)};
|
|
6698
|
-
--ni-private-tooltip-background-color: ${
|
|
6735
|
+
--ni-private-tooltip-background-color: ${jn};
|
|
6699
6736
|
}
|
|
6700
6737
|
|
|
6701
6738
|
:host([severity='information']) {
|
|
@@ -6726,7 +6763,7 @@ const cx=fe`
|
|
|
6726
6763
|
.status-icon {
|
|
6727
6764
|
opacity: 0.6;
|
|
6728
6765
|
}
|
|
6729
|
-
`)),
|
|
6766
|
+
`)),px=G`
|
|
6730
6767
|
${Ie((e=>e.tooltipVisible),G`
|
|
6731
6768
|
<${dd}
|
|
6732
6769
|
class="anchored-region"
|
|
@@ -6759,11 +6796,11 @@ const cx=fe`
|
|
|
6759
6796
|
</${dd}>
|
|
6760
6797
|
`)}
|
|
6761
6798
|
`
|
|
6762
|
-
class
|
|
6763
|
-
const
|
|
6764
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6765
|
-
const
|
|
6766
|
-
class
|
|
6799
|
+
class gx extends gn{constructor(){super(...arguments),this.iconVisible=!1}}e([ne],gx.prototype,"severity",void 0),e([ne({attribute:"icon-visible",mode:"boolean"})],gx.prototype,"iconVisible",void 0)
|
|
6800
|
+
const vx=gx.compose({baseName:"tooltip",baseClass:gn,template:px,styles:ux})
|
|
6801
|
+
no.getOrCreate().withPrefix("nimble").register(vx()),no.tagFor(gx)
|
|
6802
|
+
const fx="group-selected",mx="all",bx="leaves-only",wx="none"
|
|
6803
|
+
class xx{constructor(e,t,i){this.ltr=e,this.rtl=t,this.source=i,this.attached=null}handleChange({target:e,token:t}){this.attach(t.getValueFor(e))}attach(e){this.attached!==this[e]&&(null!==this.attached&&this.source.$fastController.removeStyles(this.attached),this.attached=this[e],null!==this.attached&&this.source.$fastController.addStyles(this.attached))}}const yx=fe`
|
|
6767
6804
|
${bn("block")}
|
|
6768
6805
|
|
|
6769
6806
|
:host {
|
|
@@ -6779,7 +6816,7 @@ class mx{constructor(e,t,i){this.ltr=e,this.rtl=t,this.source=i,this.attached=nu
|
|
|
6779
6816
|
}
|
|
6780
6817
|
|
|
6781
6818
|
${""}
|
|
6782
|
-
:host([${
|
|
6819
|
+
:host([${fx}])::after {
|
|
6783
6820
|
background: ${Yr};
|
|
6784
6821
|
border-radius: 0px;
|
|
6785
6822
|
content: '';
|
|
@@ -6801,7 +6838,7 @@ class mx{constructor(e,t,i){this.ltr=e,this.rtl=t,this.source=i,this.attached=nu
|
|
|
6801
6838
|
background: ${qr};
|
|
6802
6839
|
}
|
|
6803
6840
|
|
|
6804
|
-
:host([${
|
|
6841
|
+
:host([${fx}]) .positioning-region:hover {
|
|
6805
6842
|
background: ${Zr};
|
|
6806
6843
|
}
|
|
6807
6844
|
|
|
@@ -6912,7 +6949,7 @@ class mx{constructor(e,t,i){this.ltr=e,this.rtl=t,this.source=i,this.attached=nu
|
|
|
6912
6949
|
display: block;
|
|
6913
6950
|
}
|
|
6914
6951
|
`.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)
|
|
6915
|
-
t&&Hr.unsubscribe(t)}attach(e){const t=this.cache.get(e)||new
|
|
6952
|
+
t&&Hr.unsubscribe(t)}attach(e){const t=this.cache.get(e)||new xx(this.ltr,this.rtl,e),i=Hr.getValueFor(e)
|
|
6916
6953
|
Hr.subscribe(t),t.attach(i),this.cache.set(e,t)}}(fe`
|
|
6917
6954
|
.expand-collapse-button {
|
|
6918
6955
|
left: var(
|
|
@@ -6944,11 +6981,11 @@ Hr.subscribe(t),t.attach(i),this.cache.set(e,t)}}(fe`
|
|
|
6944
6981
|
transform: rotate(135deg);
|
|
6945
6982
|
}
|
|
6946
6983
|
`))
|
|
6947
|
-
class
|
|
6948
|
-
e?.forEach((e=>e.removeAttribute(
|
|
6984
|
+
class $x extends fn{constructor(){super(...arguments),this.treeView=null,this.handleSelectedChange=e=>{e.target===this&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}}connectedCallback(){super.connectedCallback(),this.addEventListener("selected-change",this.handleSelectedChange),this.treeView=this.getParentTreeView(),this.treeView&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("selected-change",this.handleSelectedChange),this.treeView=null}clearTreeGroupSelection(){const e=this.treeView?.querySelectorAll(`[${fx}]`)
|
|
6985
|
+
e?.forEach((e=>e.removeAttribute(fx)))}setGroupSelectionOnRootParentTreeItem(e){this.clearTreeGroupSelection()
|
|
6949
6986
|
let t=e
|
|
6950
6987
|
for(;t?.parentElement!==this.treeView;)t=t?.parentElement
|
|
6951
|
-
t&&t.setAttribute(
|
|
6988
|
+
t&&t.setAttribute(fx,"true")}getParentTreeView(){return this.parentElement.closest("[role='tree']")}}const Cx=$x.compose({baseName:"tree-item",baseClass:fn,template:(e,t)=>G`
|
|
6952
6989
|
<template
|
|
6953
6990
|
role="treeitem"
|
|
6954
6991
|
slot="${e=>e.isNestedItem()?"item":void 0}"
|
|
@@ -6988,9 +7025,9 @@ t&&t.setAttribute(px,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
6988
7025
|
</div>
|
|
6989
7026
|
`)}
|
|
6990
7027
|
</template>
|
|
6991
|
-
`,styles:
|
|
6992
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6993
|
-
const
|
|
7028
|
+
`,styles:yx,expandCollapseGlyph:Sd.data})
|
|
7029
|
+
no.getOrCreate().withPrefix("nimble").register(Cx()),no.tagFor($x)
|
|
7030
|
+
const kx=fe`
|
|
6994
7031
|
${bn("flex")}
|
|
6995
7032
|
|
|
6996
7033
|
:host {
|
|
@@ -7003,14 +7040,14 @@ const yx=fe`
|
|
|
7003
7040
|
outline: none;
|
|
7004
7041
|
}
|
|
7005
7042
|
`
|
|
7006
|
-
class
|
|
7043
|
+
class Sx extends mn{constructor(){super(...arguments),this.selectionMode=mx}handleClick(e){if(e.defaultPrevented)return!1
|
|
7007
7044
|
if(!(e.target instanceof Element&&vn(e.target)))return!0
|
|
7008
7045
|
const t=e.target
|
|
7009
|
-
return!t.disabled&&(this.canSelect(t)?t.selected=!0:this.itemHasChildren(t)&&(t.expanded=!t.expanded),!0)}canSelect(e){switch(this.selectionMode){case
|
|
7010
|
-
case
|
|
7011
|
-
case
|
|
7012
|
-
default:return!0}}itemHasChildren(e){return null!==e.querySelector('[role="treeitem"]')}}e([ne({attribute:"selection-mode"})]
|
|
7013
|
-
const
|
|
7046
|
+
return!t.disabled&&(this.canSelect(t)?t.selected=!0:this.itemHasChildren(t)&&(t.expanded=!t.expanded),!0)}canSelect(e){switch(this.selectionMode){case mx:return!0
|
|
7047
|
+
case wx:return!1
|
|
7048
|
+
case bx:return!this.itemHasChildren(e)
|
|
7049
|
+
default:return!0}}itemHasChildren(e){return null!==e.querySelector('[role="treeitem"]')}}e([ne({attribute:"selection-mode"})],Sx.prototype,"selectionMode",void 0)
|
|
7050
|
+
const _x=Sx.compose({baseName:"tree-view",baseClass:mn,template:(e,t)=>G`
|
|
7014
7051
|
<template
|
|
7015
7052
|
role="tree"
|
|
7016
7053
|
${_e("treeView")}
|
|
@@ -7022,264 +7059,264 @@ const Cx=$x.compose({baseName:"tree-view",baseClass:mn,template:(e,t)=>G`
|
|
|
7022
7059
|
>
|
|
7023
7060
|
<slot ${Te("slottedTreeItems")}></slot>
|
|
7024
7061
|
</template>
|
|
7025
|
-
`,styles:
|
|
7026
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
7027
|
-
var
|
|
7028
|
-
function
|
|
7029
|
-
o[e]=[]}return new
|
|
7062
|
+
`,styles:kx})
|
|
7063
|
+
no.getOrCreate().withPrefix("nimble").register(_x()),no.tagFor(Sx)
|
|
7064
|
+
var Ix={value:()=>{}}
|
|
7065
|
+
function Rx(){for(var e,t=0,i=arguments.length,o={};t<i;++t){if(!(e=arguments[t]+"")||e in o||/[\s.]/.test(e))throw new Error("illegal type: "+e)
|
|
7066
|
+
o[e]=[]}return new Mx(o)}function Mx(e){this._=e}function Ax(e,t){return e.trim().split(/^|\s+/).map((function(e){var i="",o=e.indexOf(".")
|
|
7030
7067
|
if(o>=0&&(i=e.slice(o+1),e=e.slice(0,o)),e&&!t.hasOwnProperty(e))throw new Error("unknown type: "+e)
|
|
7031
|
-
return{type:e,name:i}}))}function
|
|
7032
|
-
break}return null!=i&&e.push({name:t,value:i}),e}
|
|
7068
|
+
return{type:e,name:i}}))}function Ox(e,t){for(var i,o=0,n=e.length;o<n;++o)if((i=e[o]).name===t)return i.value}function Ex(e,t,i){for(var o=0,n=e.length;o<n;++o)if(e[o].name===t){e[o]=Ix,e=e.slice(0,o).concat(e.slice(o+1))
|
|
7069
|
+
break}return null!=i&&e.push({name:t,value:i}),e}Mx.prototype=Rx.prototype={constructor:Mx,on:function(e,t){var i,o=this._,n=Ax(e+"",o),s=-1,r=n.length
|
|
7033
7070
|
if(!(arguments.length<2)){if(null!=t&&"function"!=typeof t)throw new Error("invalid callback: "+t)
|
|
7034
|
-
for(;++s<r;)if(i=(e=n[s]).type)o[i]=
|
|
7035
|
-
else if(null==t)for(i in o)o[i]=
|
|
7036
|
-
return this}for(;++s<r;)if((i=(e=n[s]).type)&&(i=
|
|
7071
|
+
for(;++s<r;)if(i=(e=n[s]).type)o[i]=Ex(o[i],e.name,t)
|
|
7072
|
+
else if(null==t)for(i in o)o[i]=Ex(o[i],e.name,null)
|
|
7073
|
+
return this}for(;++s<r;)if((i=(e=n[s]).type)&&(i=Ox(o[i],e.name)))return i},copy:function(){var e={},t=this._
|
|
7037
7074
|
for(var i in t)e[i]=t[i].slice()
|
|
7038
|
-
return new
|
|
7075
|
+
return new Mx(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var i,o,n=new Array(i),s=0;s<i;++s)n[s]=arguments[s+2]
|
|
7039
7076
|
if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e)
|
|
7040
7077
|
for(s=0,i=(o=this._[e]).length;s<i;++s)o[s].value.apply(t,n)},apply:function(e,t,i){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e)
|
|
7041
7078
|
for(var o=this._[e],n=0,s=o.length;n<s;++n)o[n].value.apply(t,i)}}
|
|
7042
|
-
var
|
|
7043
|
-
function
|
|
7044
|
-
return i>=0&&"xmlns"!==(t=e.slice(0,i))&&(e=e.slice(i+1)),
|
|
7045
|
-
return i===
|
|
7046
|
-
return(t.local?
|
|
7047
|
-
function
|
|
7048
|
-
function
|
|
7049
|
-
for(;a<l;++a)(r=t[a])&&(n[a]=r)}function
|
|
7079
|
+
var Vx="http://www.w3.org/1999/xhtml",Fx={svg:"http://www.w3.org/2000/svg",xhtml:Vx,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"}
|
|
7080
|
+
function Hx(e){var t=e+="",i=t.indexOf(":")
|
|
7081
|
+
return i>=0&&"xmlns"!==(t=e.slice(0,i))&&(e=e.slice(i+1)),Fx.hasOwnProperty(t)?{space:Fx[t],local:e}:e}function Px(e){return function(){var t=this.ownerDocument,i=this.namespaceURI
|
|
7082
|
+
return i===Vx&&t.documentElement.namespaceURI===Vx?t.createElement(e):t.createElementNS(i,e)}}function Tx(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function Lx(e){var t=Hx(e)
|
|
7083
|
+
return(t.local?Tx:Px)(t)}function Dx(){}function zx(e){return null==e?Dx:function(){return this.querySelector(e)}}function Bx(e){return null==e?[]:Array.isArray(e)?e:Array.from(e)}function Nx(){return[]}function Zx(e){return null==e?Nx:function(){return this.querySelectorAll(e)}}function qx(e){return function(){return this.matches(e)}}function Ux(e){return function(t){return t.matches(e)}}var jx=Array.prototype.find
|
|
7084
|
+
function Gx(){return this.firstElementChild}var Wx=Array.prototype.filter
|
|
7085
|
+
function Xx(){return Array.from(this.children)}function Kx(e){return new Array(e.length)}function Yx(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}function Qx(e){return function(){return e}}function Jx(e,t,i,o,n,s){for(var r,a=0,l=t.length,c=s.length;a<c;++a)(r=t[a])?(r.__data__=s[a],o[a]=r):i[a]=new Yx(e,s[a])
|
|
7086
|
+
for(;a<l;++a)(r=t[a])&&(n[a]=r)}function ey(e,t,i,o,n,s,r){var a,l,c,d=new Map,h=t.length,u=s.length,p=new Array(h)
|
|
7050
7087
|
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))
|
|
7051
|
-
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
|
|
7052
|
-
for(a=0;a<h;++a)(l=t[a])&&d.get(p[a])===l&&(n[a]=l)}function
|
|
7053
|
-
null==i?this.removeAttribute(e):this.setAttribute(e,i)}}function
|
|
7054
|
-
null==i?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,i)}}function
|
|
7055
|
-
null==o?this.style.removeProperty(e):this.style.setProperty(e,o,i)}}function
|
|
7056
|
-
null==i?delete this[e]:this[e]=i}}function
|
|
7057
|
-
this.textContent=null==t?"":t}}function
|
|
7058
|
-
this.innerHTML=null==t?"":t}}function
|
|
7059
|
-
e&&e.removeChild(this)}function
|
|
7060
|
-
return t?t.insertBefore(e,this.nextSibling):e}function
|
|
7061
|
-
return t?t.insertBefore(e,this.nextSibling):e}function
|
|
7062
|
-
return i>=0&&(t=e.slice(i+1),e=e.slice(0,i)),{type:e,name:t}}))}function
|
|
7063
|
-
if(t){for(var i,o=0,n=-1,s=t.length;o<s;++o)i=t[o],e.type&&i.type!==e.type||i.name!==e.name?t[++n]=i:this.removeEventListener(i.type,i.listener,i.options);++n?t.length=n:delete this.__on}}}function
|
|
7088
|
+
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 Yx(e,s[a])
|
|
7089
|
+
for(a=0;a<h;++a)(l=t[a])&&d.get(p[a])===l&&(n[a]=l)}function ty(e){return e.__data__}function iy(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function oy(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function ny(e){return function(){this.removeAttribute(e)}}function sy(e){return function(){this.removeAttributeNS(e.space,e.local)}}function ry(e,t){return function(){this.setAttribute(e,t)}}function ay(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function ly(e,t){return function(){var i=t.apply(this,arguments)
|
|
7090
|
+
null==i?this.removeAttribute(e):this.setAttribute(e,i)}}function cy(e,t){return function(){var i=t.apply(this,arguments)
|
|
7091
|
+
null==i?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,i)}}function dy(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function hy(e){return function(){this.style.removeProperty(e)}}function uy(e,t,i){return function(){this.style.setProperty(e,t,i)}}function py(e,t,i){return function(){var o=t.apply(this,arguments)
|
|
7092
|
+
null==o?this.style.removeProperty(e):this.style.setProperty(e,o,i)}}function gy(e,t){return e.style.getPropertyValue(t)||dy(e).getComputedStyle(e,null).getPropertyValue(t)}function vy(e){return function(){delete this[e]}}function fy(e,t){return function(){this[e]=t}}function my(e,t){return function(){var i=t.apply(this,arguments)
|
|
7093
|
+
null==i?delete this[e]:this[e]=i}}function by(e){return e.trim().split(/^|\s+/)}function wy(e){return e.classList||new xy(e)}function xy(e){this._node=e,this._names=by(e.getAttribute("class")||"")}function yy(e,t){for(var i=wy(e),o=-1,n=t.length;++o<n;)i.add(t[o])}function $y(e,t){for(var i=wy(e),o=-1,n=t.length;++o<n;)i.remove(t[o])}function Cy(e){return function(){yy(this,e)}}function ky(e){return function(){$y(this,e)}}function Sy(e,t){return function(){(t.apply(this,arguments)?yy:$y)(this,e)}}function _y(){this.textContent=""}function Iy(e){return function(){this.textContent=e}}function Ry(e){return function(){var t=e.apply(this,arguments)
|
|
7094
|
+
this.textContent=null==t?"":t}}function My(){this.innerHTML=""}function Ay(e){return function(){this.innerHTML=e}}function Oy(e){return function(){var t=e.apply(this,arguments)
|
|
7095
|
+
this.innerHTML=null==t?"":t}}function Ey(){this.nextSibling&&this.parentNode.appendChild(this)}function Vy(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function Fy(){return null}function Hy(){var e=this.parentNode
|
|
7096
|
+
e&&e.removeChild(this)}function Py(){var e=this.cloneNode(!1),t=this.parentNode
|
|
7097
|
+
return t?t.insertBefore(e,this.nextSibling):e}function Ty(){var e=this.cloneNode(!0),t=this.parentNode
|
|
7098
|
+
return t?t.insertBefore(e,this.nextSibling):e}function Ly(e){return e.trim().split(/^|\s+/).map((function(e){var t="",i=e.indexOf(".")
|
|
7099
|
+
return i>=0&&(t=e.slice(i+1),e=e.slice(0,i)),{type:e,name:t}}))}function Dy(e){return function(){var t=this.__on
|
|
7100
|
+
if(t){for(var i,o=0,n=-1,s=t.length;o<s;++o)i=t[o],e.type&&i.type!==e.type||i.name!==e.name?t[++n]=i:this.removeEventListener(i.type,i.listener,i.options);++n?t.length=n:delete this.__on}}}function zy(e,t,i){return function(){var o,n=this.__on,s=function(e){return function(t){e.call(this,t,this.__data__)}}(t)
|
|
7064
7101
|
if(n)for(var r=0,a=n.length;r<a;++r)if((o=n[r]).type===e.type&&o.name===e.name)return this.removeEventListener(o.type,o.listener,o.options),this.addEventListener(o.type,o.listener=s,o.options=i),void(o.value=t)
|
|
7065
|
-
this.addEventListener(e.type,s,i),o={type:e.type,name:e.name,value:t,listener:s,options:i},n?n.push(o):this.__on=[o]}}function
|
|
7066
|
-
"function"==typeof n?n=new n(t,i):(n=o.document.createEvent("Event"),i?(n.initEvent(t,i.bubbles,i.cancelable),n.detail=i.detail):n.initEvent(t,!1,!1)),e.dispatchEvent(n)}function
|
|
7102
|
+
this.addEventListener(e.type,s,i),o={type:e.type,name:e.name,value:t,listener:s,options:i},n?n.push(o):this.__on=[o]}}function By(e,t,i){var o=dy(e),n=o.CustomEvent
|
|
7103
|
+
"function"==typeof n?n=new n(t,i):(n=o.document.createEvent("Event"),i?(n.initEvent(t,i.bubbles,i.cancelable),n.detail=i.detail):n.initEvent(t,!1,!1)),e.dispatchEvent(n)}function Ny(e,t){return function(){return By(this,e,t)}}function Zy(e,t){return function(){return By(this,e,t.apply(this,arguments))}}Yx.prototype={constructor:Yx,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}},xy.prototype={add:function(e){this._names.indexOf(e)<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e)
|
|
7067
7104
|
t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}}
|
|
7068
|
-
var
|
|
7069
|
-
function
|
|
7105
|
+
var qy=[null]
|
|
7106
|
+
function Uy(e,t){this._groups=e,this._parents=t}function jy(){return new Uy([[document.documentElement]],qy)}function Gy(e){return"string"==typeof e?new Uy([[document.querySelector(e)]],[document.documentElement]):new Uy([[e]],qy)}function Wy(e,t){if(e=function(e){let t
|
|
7070
7107
|
for(;t=e.sourceEvent;)e=t
|
|
7071
7108
|
return e}(e),void 0===t&&(t=e.currentTarget),t){var i=t.ownerSVGElement||t
|
|
7072
7109
|
if(i.createSVGPoint){var o=i.createSVGPoint()
|
|
7073
7110
|
return o.x=e.clientX,o.y=e.clientY,[(o=o.matrixTransform(t.getScreenCTM().inverse())).x,o.y]}if(t.getBoundingClientRect){var n=t.getBoundingClientRect()
|
|
7074
|
-
return[e.clientX-n.left-t.clientLeft,e.clientY-n.top-t.clientTop]}}return[e.pageX,e.pageY]}
|
|
7111
|
+
return[e.clientX-n.left-t.clientLeft,e.clientY-n.top-t.clientTop]}}return[e.pageX,e.pageY]}Uy.prototype=jy.prototype={constructor:Uy,select:function(e){"function"!=typeof e&&(e=zx(e))
|
|
7075
7112
|
for(var t=this._groups,i=t.length,o=new Array(i),n=0;n<i;++n)for(var s,r,a=t[n],l=a.length,c=o[n]=new Array(l),d=0;d<l;++d)(s=a[d])&&(r=e.call(s,s.__data__,d,a))&&("__data__"in s&&(r.__data__=s.__data__),c[d]=r)
|
|
7076
|
-
return new
|
|
7113
|
+
return new Uy(o,this._parents)},selectAll:function(e){e="function"==typeof e?function(e){return function(){return Bx(e.apply(this,arguments))}}(e):Zx(e)
|
|
7077
7114
|
for(var t=this._groups,i=t.length,o=[],n=[],s=0;s<i;++s)for(var r,a=t[s],l=a.length,c=0;c<l;++c)(r=a[c])&&(o.push(e.call(r,r.__data__,c,a)),n.push(r))
|
|
7078
|
-
return new
|
|
7115
|
+
return new Uy(o,n)},selectChild:function(e){return this.select(null==e?Gx:function(e){return function(){return jx.call(this.children,e)}}("function"==typeof e?e:Ux(e)))},selectChildren:function(e){return this.selectAll(null==e?Xx:function(e){return function(){return Wx.call(this.children,e)}}("function"==typeof e?e:Ux(e)))},filter:function(e){"function"!=typeof e&&(e=qx(e))
|
|
7079
7116
|
for(var t=this._groups,i=t.length,o=new Array(i),n=0;n<i;++n)for(var s,r=t[n],a=r.length,l=o[n]=[],c=0;c<a;++c)(s=r[c])&&e.call(s,s.__data__,c,r)&&l.push(s)
|
|
7080
|
-
return new
|
|
7081
|
-
var i=t?
|
|
7082
|
-
"function"!=typeof e&&(e=
|
|
7083
|
-
for(var s=n.length,r=new Array(s),a=new Array(s),l=new Array(s),c=0;c<s;++c){var d=o[c],h=n[c],u=h.length,p=
|
|
7117
|
+
return new Uy(o,this._parents)},data:function(e,t){if(!arguments.length)return Array.from(this,ty)
|
|
7118
|
+
var i=t?ey:Jx,o=this._parents,n=this._groups
|
|
7119
|
+
"function"!=typeof e&&(e=Qx(e))
|
|
7120
|
+
for(var s=n.length,r=new Array(s),a=new Array(s),l=new Array(s),c=0;c<s;++c){var d=o[c],h=n[c],u=h.length,p=iy(e.call(d,d&&d.__data__,c,o)),g=p.length,v=a[c]=new Array(g),f=r[c]=new Array(g),m=l[c]=new Array(u)
|
|
7084
7121
|
i(d,h,v,f,m,p,t)
|
|
7085
|
-
for(var b,w,x=0,y=0;x<g;++x)if(b=v[x]){for(x>=y&&(y=x+1);!(w=f[y])&&++y<g;);b._next=w||null}}return(r=new
|
|
7122
|
+
for(var b,w,x=0,y=0;x<g;++x)if(b=v[x]){for(x>=y&&(y=x+1);!(w=f[y])&&++y<g;);b._next=w||null}}return(r=new Uy(r,o))._enter=a,r._exit=l,r},enter:function(){return new Uy(this._enter||this._groups.map(Kx),this._parents)},exit:function(){return new Uy(this._exit||this._groups.map(Kx),this._parents)},join:function(e,t,i){var o=this.enter(),n=this,s=this.exit()
|
|
7086
7123
|
return"function"==typeof e?(o=e(o))&&(o=o.selection()):o=o.append(e+""),null!=t&&(n=t(n))&&(n=n.selection()),null==i?s.remove():i(s),o&&n?o.merge(n).order():n},merge:function(e){for(var t=e.selection?e.selection():e,i=this._groups,o=t._groups,n=i.length,s=o.length,r=Math.min(n,s),a=new Array(n),l=0;l<r;++l)for(var c,d=i[l],h=o[l],u=d.length,p=a[l]=new Array(u),g=0;g<u;++g)(c=d[g]||h[g])&&(p[g]=c)
|
|
7087
7124
|
for(;l<n;++l)a[l]=i[l]
|
|
7088
|
-
return new
|
|
7089
|
-
return this},sort:function(e){function t(t,i){return t&&i?e(t.__data__,i.__data__):!t-!i}e||(e=
|
|
7125
|
+
return new Uy(a,this._parents)},selection:function(){return this},order:function(){for(var e=this._groups,t=-1,i=e.length;++t<i;)for(var o,n=e[t],s=n.length-1,r=n[s];--s>=0;)(o=n[s])&&(r&&4^o.compareDocumentPosition(r)&&r.parentNode.insertBefore(o,r),r=o)
|
|
7126
|
+
return this},sort:function(e){function t(t,i){return t&&i?e(t.__data__,i.__data__):!t-!i}e||(e=oy)
|
|
7090
7127
|
for(var i=this._groups,o=i.length,n=new Array(o),s=0;s<o;++s){for(var r,a=i[s],l=a.length,c=n[s]=new Array(l),d=0;d<l;++d)(r=a[d])&&(c[d]=r)
|
|
7091
|
-
c.sort(t)}return new
|
|
7128
|
+
c.sort(t)}return new Uy(n,this._parents).order()},call:function(){var e=arguments[0]
|
|
7092
7129
|
return arguments[0]=this,e.apply(null,arguments),this},nodes:function(){return Array.from(this)},node:function(){for(var e=this._groups,t=0,i=e.length;t<i;++t)for(var o=e[t],n=0,s=o.length;n<s;++n){var r=o[n]
|
|
7093
7130
|
if(r)return r}return null},size:function(){let e=0
|
|
7094
7131
|
for(const t of this)++e
|
|
7095
7132
|
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)
|
|
7096
|
-
return this},attr:function(e,t){var i=
|
|
7133
|
+
return this},attr:function(e,t){var i=Hx(e)
|
|
7097
7134
|
if(arguments.length<2){var o=this.node()
|
|
7098
|
-
return i.local?o.getAttributeNS(i.space,i.local):o.getAttribute(i)}return this.each((null==t?i.local?
|
|
7099
|
-
if(arguments.length<2){for(var o=
|
|
7100
|
-
return!0}return this.each(("function"==typeof t
|
|
7101
|
-
return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,t){var i="function"==typeof e?e:
|
|
7102
|
-
return this.select((function(){return this.insertBefore(i.apply(this,arguments),o.apply(this,arguments)||null)}))},remove:function(){return this.each(
|
|
7103
|
-
if(!(arguments.length<2)){for(a=t?
|
|
7135
|
+
return i.local?o.getAttributeNS(i.space,i.local):o.getAttribute(i)}return this.each((null==t?i.local?sy:ny:"function"==typeof t?i.local?cy:ly:i.local?ay:ry)(i,t))},style:function(e,t,i){return arguments.length>1?this.each((null==t?hy:"function"==typeof t?py:uy)(e,t,null==i?"":i)):gy(this.node(),e)},property:function(e,t){return arguments.length>1?this.each((null==t?vy:"function"==typeof t?my:fy)(e,t)):this.node()[e]},classed:function(e,t){var i=by(e+"")
|
|
7136
|
+
if(arguments.length<2){for(var o=wy(this.node()),n=-1,s=i.length;++n<s;)if(!o.contains(i[n]))return!1
|
|
7137
|
+
return!0}return this.each(("function"==typeof t?Sy:t?Cy:ky)(i,t))},text:function(e){return arguments.length?this.each(null==e?_y:("function"==typeof e?Ry:Iy)(e)):this.node().textContent},html:function(e){return arguments.length?this.each(null==e?My:("function"==typeof e?Oy:Ay)(e)):this.node().innerHTML},raise:function(){return this.each(Ey)},lower:function(){return this.each(Vy)},append:function(e){var t="function"==typeof e?e:Lx(e)
|
|
7138
|
+
return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,t){var i="function"==typeof e?e:Lx(e),o=null==t?Fy:"function"==typeof t?t:zx(t)
|
|
7139
|
+
return this.select((function(){return this.insertBefore(i.apply(this,arguments),o.apply(this,arguments)||null)}))},remove:function(){return this.each(Hy)},clone:function(e){return this.select(e?Ty:Py)},datum:function(e){return arguments.length?this.property("__data__",e):this.node().__data__},on:function(e,t,i){var o,n,s=Ly(e+""),r=s.length
|
|
7140
|
+
if(!(arguments.length<2)){for(a=t?zy:Dy,o=0;o<r;++o)this.each(a(s[o],t,i))
|
|
7104
7141
|
return this}var a=this.node().__on
|
|
7105
|
-
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===l.type&&n.name===l.name)return l.value},dispatch:function(e,t){return this.each(("function"==typeof t?
|
|
7106
|
-
const
|
|
7107
|
-
function
|
|
7108
|
-
"onselectstart"in t?i.on("selectstart.drag",
|
|
7109
|
-
t&&(o.on("click.drag",
|
|
7142
|
+
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===l.type&&n.name===l.name)return l.value},dispatch:function(e,t){return this.each(("function"==typeof t?Zy:Ny)(e,t))},[Symbol.iterator]:function*(){for(var e=this._groups,t=0,i=e.length;t<i;++t)for(var o,n=e[t],s=0,r=n.length;s<r;++s)(o=n[s])&&(yield o)}}
|
|
7143
|
+
const Xy={capture:!0,passive:!1}
|
|
7144
|
+
function Ky(e){e.preventDefault(),e.stopImmediatePropagation()}function Yy(e){var t=e.document.documentElement,i=Gy(e).on("dragstart.drag",Ky,Xy)
|
|
7145
|
+
"onselectstart"in t?i.on("selectstart.drag",Ky,Xy):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function Qy(e,t){var i=e.document.documentElement,o=Gy(e).on("dragstart.drag",null)
|
|
7146
|
+
t&&(o.on("click.drag",Ky,Xy),setTimeout((function(){o.on("click.drag",null)}),0)),"onselectstart"in i?o.on("selectstart.drag",null):(i.style.MozUserSelect=i.__noselect,delete i.__noselect)}function Jy(e,t,i){e.prototype=t.prototype=i,i.constructor=e}function e$(e,t){var i=Object.create(e.prototype)
|
|
7110
7147
|
for(var o in t)i[o]=t[o]
|
|
7111
|
-
return i}function
|
|
7112
|
-
function
|
|
7113
|
-
return e=(e+"").trim().toLowerCase(),(t=
|
|
7114
|
-
return`${1===e?"rgb(":"rgba("}${
|
|
7115
|
-
if(e instanceof
|
|
7116
|
-
if(e instanceof
|
|
7148
|
+
return i}function t$(){}var i$=.7,o$=1/i$,n$="\\s*([+-]?\\d+)\\s*",s$="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",r$="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",a$=/^#([0-9a-f]{3,8})$/,l$=new RegExp(`^rgb\\(${n$},${n$},${n$}\\)$`),c$=new RegExp(`^rgb\\(${r$},${r$},${r$}\\)$`),d$=new RegExp(`^rgba\\(${n$},${n$},${n$},${s$}\\)$`),h$=new RegExp(`^rgba\\(${r$},${r$},${r$},${s$}\\)$`),u$=new RegExp(`^hsl\\(${s$},${r$},${r$}\\)$`),p$=new RegExp(`^hsla\\(${s$},${r$},${r$},${s$}\\)$`),g$={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}
|
|
7149
|
+
function v$(){return this.rgb().formatHex()}function f$(){return this.rgb().formatRgb()}function m$(e){var t,i
|
|
7150
|
+
return e=(e+"").trim().toLowerCase(),(t=a$.exec(e))?(i=t[1].length,t=parseInt(t[1],16),6===i?b$(t):3===i?new $$(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===i?w$(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===i?w$(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=l$.exec(e))?new $$(t[1],t[2],t[3],1):(t=c$.exec(e))?new $$(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=d$.exec(e))?w$(t[1],t[2],t[3],t[4]):(t=h$.exec(e))?w$(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=u$.exec(e))?R$(t[1],t[2]/100,t[3]/100,1):(t=p$.exec(e))?R$(t[1],t[2]/100,t[3]/100,t[4]):g$.hasOwnProperty(e)?b$(g$[e]):"transparent"===e?new $$(NaN,NaN,NaN,0):null}function b$(e){return new $$(e>>16&255,e>>8&255,255&e,1)}function w$(e,t,i,o){return o<=0&&(e=t=i=NaN),new $$(e,t,i,o)}function x$(e){return e instanceof t$||(e=m$(e)),e?new $$((e=e.rgb()).r,e.g,e.b,e.opacity):new $$}function y$(e,t,i,o){return 1===arguments.length?x$(e):new $$(e,t,i,null==o?1:o)}function $$(e,t,i,o){this.r=+e,this.g=+t,this.b=+i,this.opacity=+o}function C$(){return`#${I$(this.r)}${I$(this.g)}${I$(this.b)}`}function k$(){const e=S$(this.opacity)
|
|
7151
|
+
return`${1===e?"rgb(":"rgba("}${_$(this.r)}, ${_$(this.g)}, ${_$(this.b)}${1===e?")":`, ${e})`}`}function S$(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function _$(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function I$(e){return((e=_$(e))<16?"0":"")+e.toString(16)}function R$(e,t,i,o){return o<=0?e=t=i=NaN:i<=0||i>=1?e=t=NaN:t<=0&&(e=NaN),new A$(e,t,i,o)}function M$(e){if(e instanceof A$)return new A$(e.h,e.s,e.l,e.opacity)
|
|
7152
|
+
if(e instanceof t$||(e=m$(e)),!e)return new A$
|
|
7153
|
+
if(e instanceof A$)return e
|
|
7117
7154
|
var t=(e=e.rgb()).r/255,i=e.g/255,o=e.b/255,n=Math.min(t,i,o),s=Math.max(t,i,o),r=NaN,a=s-n,l=(s+n)/2
|
|
7118
|
-
return a?(r=t===s?(i-o)/a+6*(i<o):i===s?(o-t)/a+2:(t-i)/a+4,a/=l<.5?s+n:2-s-n,r*=60):a=l>0&&l<1?0:r,new
|
|
7119
|
-
return new
|
|
7120
|
-
return`${1===e?"hsl(":"hsla("}${
|
|
7121
|
-
var
|
|
7122
|
-
function
|
|
7123
|
-
return i?function(e,t){return function(i){return e+i*t}}(e,i):
|
|
7124
|
-
function o(e,t){var o=i((e=
|
|
7155
|
+
return a?(r=t===s?(i-o)/a+6*(i<o):i===s?(o-t)/a+2:(t-i)/a+4,a/=l<.5?s+n:2-s-n,r*=60):a=l>0&&l<1?0:r,new A$(r,a,l,e.opacity)}function A$(e,t,i,o){this.h=+e,this.s=+t,this.l=+i,this.opacity=+o}function O$(e){return(e=(e||0)%360)<0?e+360:e}function E$(e){return Math.max(0,Math.min(1,e||0))}function V$(e,t,i){return 255*(e<60?t+(i-t)*e/60:e<180?i:e<240?t+(i-t)*(240-e)/60:t)}Jy(t$,m$,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:v$,formatHex:v$,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return M$(this).formatHsl()},formatRgb:f$,toString:f$}),Jy($$,y$,e$(t$,{brighter(e){return e=null==e?o$:Math.pow(o$,e),new $$(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?i$:Math.pow(i$,e),new $$(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new $$(_$(this.r),_$(this.g),_$(this.b),S$(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:C$,formatHex:C$,formatHex8:function(){return`#${I$(this.r)}${I$(this.g)}${I$(this.b)}${I$(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:k$,toString:k$})),Jy(A$,(function(e,t,i,o){return 1===arguments.length?M$(e):new A$(e,t,i,null==o?1:o)}),e$(t$,{brighter(e){return e=null==e?o$:Math.pow(o$,e),new A$(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?i$:Math.pow(i$,e),new A$(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,i=this.l,o=i+(i<.5?i:1-i)*t,n=2*i-o
|
|
7156
|
+
return new $$(V$(e>=240?e-240:e+120,n,o),V$(e,n,o),V$(e<120?e+240:e-120,n,o),this.opacity)},clamp(){return new A$(O$(this.h),E$(this.s),E$(this.l),S$(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=S$(this.opacity)
|
|
7157
|
+
return`${1===e?"hsl(":"hsla("}${O$(this.h)}, ${100*E$(this.s)}%, ${100*E$(this.l)}%${1===e?")":`, ${e})`}`}}))
|
|
7158
|
+
var F$=e=>()=>e
|
|
7159
|
+
function H$(e){return 1==(e=+e)?P$:function(t,i){return i-t?function(e,t,i){return e=Math.pow(e,i),t=Math.pow(t,i)-e,i=1/i,function(o){return Math.pow(e+o*t,i)}}(t,i,e):F$(isNaN(t)?i:t)}}function P$(e,t){var i=t-e
|
|
7160
|
+
return i?function(e,t){return function(i){return e+i*t}}(e,i):F$(isNaN(e)?t:e)}var T$=function e(t){var i=H$(t)
|
|
7161
|
+
function o(e,t){var o=i((e=y$(e)).r,(t=y$(t)).r),n=i(e.g,t.g),s=i(e.b,t.b),r=P$(e.opacity,t.opacity)
|
|
7125
7162
|
return function(t){return e.r=o(t),e.g=n(t),e.b=s(t),e.opacity=r(t),e+""}}return o.gamma=e,o}(1)
|
|
7126
|
-
function
|
|
7163
|
+
function L$(e,t){t||(t=[])
|
|
7127
7164
|
var i,o=e?Math.min(t.length,e.length):0,n=t.slice()
|
|
7128
7165
|
return function(s){for(i=0;i<o;++i)n[i]=e[i]*(1-s)+t[i]*s
|
|
7129
|
-
return n}}function
|
|
7130
|
-
for(i=0;i<n;++i)s[i]=
|
|
7166
|
+
return n}}function D$(e,t){var i,o=t?t.length:0,n=e?Math.min(o,e.length):0,s=new Array(n),r=new Array(o)
|
|
7167
|
+
for(i=0;i<n;++i)s[i]=j$(e[i],t[i])
|
|
7131
7168
|
for(;i<o;++i)r[i]=t[i]
|
|
7132
7169
|
return function(e){for(i=0;i<n;++i)r[i]=s[i](e)
|
|
7133
|
-
return r}}function
|
|
7134
|
-
return e=+e,t=+t,function(o){return i.setTime(e*(1-o)+t*o),i}}function
|
|
7135
|
-
for(i in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)i in e?o[i]=
|
|
7170
|
+
return r}}function z$(e,t){var i=new Date
|
|
7171
|
+
return e=+e,t=+t,function(o){return i.setTime(e*(1-o)+t*o),i}}function B$(e,t){return e=+e,t=+t,function(i){return e*(1-i)+t*i}}function N$(e,t){var i,o={},n={}
|
|
7172
|
+
for(i in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)i in e?o[i]=j$(e[i],t[i]):n[i]=t[i]
|
|
7136
7173
|
return function(e){for(i in o)n[i]=o[i](e)
|
|
7137
|
-
return n}}var
|
|
7138
|
-
function
|
|
7139
|
-
for(e+="",t+="";(i=
|
|
7174
|
+
return n}}var Z$=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,q$=new RegExp(Z$.source,"g")
|
|
7175
|
+
function U$(e,t){var i,o,n,s=Z$.lastIndex=q$.lastIndex=0,r=-1,a=[],l=[]
|
|
7176
|
+
for(e+="",t+="";(i=Z$.exec(e))&&(o=q$.exec(t));)(n=o.index)>s&&(n=t.slice(s,n),a[r]?a[r]+=n:a[++r]=n),(i=i[0])===(o=o[0])?a[r]?a[r]+=o:a[++r]=o:(a[++r]=null,l.push({i:r,x:B$(i,o)})),s=q$.lastIndex
|
|
7140
7177
|
return s<t.length&&(n=t.slice(s),a[r]?a[r]+=n:a[++r]=n),a.length<2?l[0]?function(e){return function(t){return e(t)+""}}(l[0].x):function(e){return function(){return e}}(t):(t=l.length,function(e){for(var i,o=0;o<t;++o)a[(i=l[o]).i]=i.x(e)
|
|
7141
|
-
return a.join("")})}function
|
|
7142
|
-
return null==t||"boolean"===n?
|
|
7143
|
-
function
|
|
7144
|
-
return(r=Math.sqrt(e*e+t*t))&&(e/=r,t/=r),(l=e*i+t*o)&&(i-=e*l,o-=t*l),(a=Math.sqrt(i*i+o*o))&&(i/=a,o/=a,l/=a),e*o<t*i&&(e=-e,t=-t,l=-l,r=-r),{translateX:n,translateY:s,rotate:Math.atan2(t,e)*
|
|
7178
|
+
return a.join("")})}function j$(e,t){var i,o,n=typeof t
|
|
7179
|
+
return null==t||"boolean"===n?F$(t):("number"===n?B$:"string"===n?(i=m$(t))?(t=i,T$):U$:t instanceof m$?T$:t instanceof Date?z$:(o=t,!ArrayBuffer.isView(o)||o instanceof DataView?Array.isArray(t)?D$:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?N$:B$:L$))(e,t)}function G$(e,t){return e=+e,t=+t,function(i){return Math.round(e*(1-i)+t*i)}}var W$,X$=180/Math.PI,K$={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1}
|
|
7180
|
+
function Y$(e,t,i,o,n,s){var r,a,l
|
|
7181
|
+
return(r=Math.sqrt(e*e+t*t))&&(e/=r,t/=r),(l=e*i+t*o)&&(i-=e*l,o-=t*l),(a=Math.sqrt(i*i+o*o))&&(i/=a,o/=a,l/=a),e*o<t*i&&(e=-e,t=-t,l=-l,r=-r),{translateX:n,translateY:s,rotate:Math.atan2(t,e)*X$,skewX:Math.atan(l)*X$,scaleX:r,scaleY:a}}function Q$(e,t,i,o){function n(e){return e.length?e.pop()+" ":""}return function(s,r){var a=[],l=[]
|
|
7145
7182
|
return s=e(s),r=e(r),function(e,o,n,s,r,a){if(e!==n||o!==s){var l=r.push("translate(",null,t,null,i)
|
|
7146
|
-
a.push({i:l-4,x:
|
|
7147
|
-
r.push({i:a-4,x:
|
|
7148
|
-
return a.join("")}}}var
|
|
7149
|
-
return t.isIdentity?
|
|
7150
|
-
function
|
|
7183
|
+
a.push({i:l-4,x:B$(e,n)},{i:l-2,x:B$(o,s)})}else(n||s)&&r.push("translate("+n+t+s+i)}(s.translateX,s.translateY,r.translateX,r.translateY,a,l),function(e,t,i,s){e!==t?(e-t>180?t+=360:t-e>180&&(e+=360),s.push({i:i.push(n(i)+"rotate(",null,o)-2,x:B$(e,t)})):t&&i.push(n(i)+"rotate("+t+o)}(s.rotate,r.rotate,a,l),function(e,t,i,s){e!==t?s.push({i:i.push(n(i)+"skewX(",null,o)-2,x:B$(e,t)}):t&&i.push(n(i)+"skewX("+t+o)}(s.skewX,r.skewX,a,l),function(e,t,i,o,s,r){if(e!==i||t!==o){var a=s.push(n(s)+"scale(",null,",",null,")")
|
|
7184
|
+
r.push({i:a-4,x:B$(e,i)},{i:a-2,x:B$(t,o)})}else 1===i&&1===o||s.push(n(s)+"scale("+i+","+o+")")}(s.scaleX,s.scaleY,r.scaleX,r.scaleY,a,l),s=r=null,function(e){for(var t,i=-1,o=l.length;++i<o;)a[(t=l[i]).i]=t.x(e)
|
|
7185
|
+
return a.join("")}}}var J$=Q$((function(e){const t=new("function"==typeof DOMMatrix?DOMMatrix:WebKitCSSMatrix)(e+"")
|
|
7186
|
+
return t.isIdentity?K$:Y$(t.a,t.b,t.c,t.d,t.e,t.f)}),"px, ","px)","deg)"),eC=Q$((function(e){return null==e?K$:(W$||(W$=document.createElementNS("http://www.w3.org/2000/svg","g")),W$.setAttribute("transform",e),(e=W$.transform.baseVal.consolidate())?Y$((e=e.matrix).a,e.b,e.c,e.d,e.e,e.f):K$)}),", ",")",")")
|
|
7187
|
+
function tC(e){return((e=Math.exp(e))+1/e)/2}var iC,oC,nC=function e(t,i,o){function n(e,n){var s,r,a=e[0],l=e[1],c=e[2],d=n[0],h=n[1],u=n[2],p=d-a,g=h-l,v=p*p+g*g
|
|
7151
7188
|
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)]}
|
|
7152
7189
|
else{var f=Math.sqrt(v),m=(u*u-c*c+o*v)/(2*c*i*f),b=(u*u-c*c-o*v)/(2*u*i*f),w=Math.log(Math.sqrt(m*m+1)-m),x=Math.log(Math.sqrt(b*b+1)-b)
|
|
7153
|
-
r=(x-w)/t,s=function(e){var o,n=e*r,s=
|
|
7154
|
-
return[a+d*p,l+d*g,c*s/
|
|
7155
|
-
return e(i,o,o*o)},n}(Math.SQRT2,2,4),
|
|
7156
|
-
function
|
|
7157
|
-
return o.restart(e,t,i),o}function
|
|
7158
|
-
try{!function(){
|
|
7159
|
-
for(var e,t=
|
|
7160
|
-
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:
|
|
7161
|
-
|
|
7162
|
-
t>1e3&&(
|
|
7163
|
-
return t=null==t?0:+t,o.restart((i=>{o.stop(),e(i+t)}),t,i),o}
|
|
7164
|
-
i=(null==i?
|
|
7165
|
-
var
|
|
7166
|
-
function
|
|
7190
|
+
r=(x-w)/t,s=function(e){var o,n=e*r,s=tC(w),d=c/(i*f)*(s*(o=t*n+w,((o=Math.exp(2*o))-1)/(o+1))-function(e){return((e=Math.exp(e))-1/e)/2}(w))
|
|
7191
|
+
return[a+d*p,l+d*g,c*s/tC(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
|
|
7192
|
+
return e(i,o,o*o)},n}(Math.SQRT2,2,4),sC=0,rC=0,aC=0,lC=0,cC=0,dC=0,hC="object"==typeof performance&&performance.now?performance:Date,uC="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)}
|
|
7193
|
+
function pC(){return cC||(uC(gC),cC=hC.now()+dC)}function gC(){cC=0}function vC(){this._call=this._time=this._next=null}function fC(e,t,i){var o=new vC
|
|
7194
|
+
return o.restart(e,t,i),o}function mC(){cC=(lC=hC.now())+dC,sC=rC=0
|
|
7195
|
+
try{!function(){pC(),++sC
|
|
7196
|
+
for(var e,t=iC;t;)(e=cC-t._time)>=0&&t._call.call(void 0,e),t=t._next;--sC}()}finally{sC=0,function(){var e,t,i=iC,o=1/0
|
|
7197
|
+
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:iC=t)
|
|
7198
|
+
oC=e,wC(o)}(),cC=0}}function bC(){var e=hC.now(),t=e-lC
|
|
7199
|
+
t>1e3&&(dC-=t,lC=e)}function wC(e){sC||(rC&&(rC=clearTimeout(rC)),e-cC>24?(e<1/0&&(rC=setTimeout(mC,e-hC.now()-dC)),aC&&(aC=clearInterval(aC))):(aC||(lC=hC.now(),aC=setInterval(bC,1e3)),sC=1,uC(mC)))}function xC(e,t,i){var o=new vC
|
|
7200
|
+
return t=null==t?0:+t,o.restart((i=>{o.stop(),e(i+t)}),t,i),o}vC.prototype=fC.prototype={constructor:vC,restart:function(e,t,i){if("function"!=typeof e)throw new TypeError("callback is not a function")
|
|
7201
|
+
i=(null==i?pC():+i)+(null==t?0:+t),this._next||oC===this||(oC?oC._next=this:iC=this,oC=this),this._call=e,this._time=i,wC()},stop:function(){this._call&&(this._call=null,this._time=1/0,wC())}}
|
|
7202
|
+
var yC=Rx("start","end","cancel","interrupt"),$C=[]
|
|
7203
|
+
function CC(e,t,i,o,n,s){var r=e.__transition
|
|
7167
7204
|
if(r){if(i in r)return}else e.__transition={}
|
|
7168
7205
|
!function(e,t,i){var o,n=e.__transition
|
|
7169
7206
|
function s(e){i.state=1,i.timer.restart(r,i.delay,i.time),i.delay<=e&&r(e-i.delay)}function r(s){var c,d,h,u
|
|
7170
7207
|
if(1!==i.state)return l()
|
|
7171
|
-
for(c in n)if((u=n[c]).name===i.name){if(3===u.state)return
|
|
7172
|
-
4===u.state?(u.state=6,u.timer.stop(),u.on.call("interrupt",e,e.__data__,u.index,u.group),delete n[c]):+c<t&&(u.state=6,u.timer.stop(),u.on.call("cancel",e,e.__data__,u.index,u.group),delete n[c])}if(
|
|
7208
|
+
for(c in n)if((u=n[c]).name===i.name){if(3===u.state)return xC(r)
|
|
7209
|
+
4===u.state?(u.state=6,u.timer.stop(),u.on.call("interrupt",e,e.__data__,u.index,u.group),delete n[c]):+c<t&&(u.state=6,u.timer.stop(),u.on.call("cancel",e,e.__data__,u.index,u.group),delete n[c])}if(xC((function(){3===i.state&&(i.state=4,i.timer.restart(a,i.delay,i.time),a(s))})),i.state=2,i.on.call("start",e,e.__data__,i.index,i.group),2===i.state){for(i.state=3,o=new Array(h=i.tween.length),c=0,d=-1;c<h;++c)(u=i.tween[c].value.call(e,e.__data__,i.index,i.group))&&(o[++d]=u)
|
|
7173
7210
|
o.length=d+1}}function a(t){for(var n=t<i.duration?i.ease.call(null,t/i.duration):(i.timer.restart(l),i.state=5,1),s=-1,r=o.length;++s<r;)o[s].call(e,n)
|
|
7174
7211
|
5===i.state&&(i.on.call("end",e,e.__data__,i.index,i.group),l())}function l(){for(var o in i.state=6,i.timer.stop(),delete n[t],n)return
|
|
7175
|
-
delete e.__transition}n[t]=i,i.timer=
|
|
7212
|
+
delete e.__transition}n[t]=i,i.timer=fC(s,0,i.time)}(e,i,{name:t,index:o,group:n,on:yC,tween:$C,time:s.time,delay:s.delay,duration:s.duration,ease:s.ease,timer:null,state:0})}function kC(e,t){var i=_C(e,t)
|
|
7176
7213
|
if(i.state>0)throw new Error("too late; already scheduled")
|
|
7177
|
-
return i}function
|
|
7214
|
+
return i}function SC(e,t){var i=_C(e,t)
|
|
7178
7215
|
if(i.state>3)throw new Error("too late; already running")
|
|
7179
|
-
return i}function
|
|
7216
|
+
return i}function _C(e,t){var i=e.__transition
|
|
7180
7217
|
if(!i||!(i=i[t]))throw new Error("transition not found")
|
|
7181
|
-
return i}function
|
|
7218
|
+
return i}function IC(e,t){var i,o,n,s=e.__transition,r=!0
|
|
7182
7219
|
if(s){for(n in t=null==t?null:t+"",s)(i=s[n]).name===t?(o=i.state>2&&i.state<5,i.state=6,i.timer.stop(),i.on.call(o?"interrupt":"cancel",e,e.__data__,i.index,i.group),delete s[n]):r=!1
|
|
7183
|
-
r&&delete e.__transition}}function
|
|
7184
|
-
return function(){var n
|
|
7220
|
+
r&&delete e.__transition}}function RC(e,t){var i,o
|
|
7221
|
+
return function(){var n=SC(this,e),s=n.tween
|
|
7185
7222
|
if(s!==i)for(var r=0,a=(o=i=s).length;r<a;++r)if(o[r].name===t){(o=o.slice()).splice(r,1)
|
|
7186
|
-
break}n.tween=o}}function
|
|
7223
|
+
break}n.tween=o}}function MC(e,t,i){var o,n
|
|
7187
7224
|
if("function"!=typeof i)throw new Error
|
|
7188
|
-
return function(){var s
|
|
7225
|
+
return function(){var s=SC(this,e),r=s.tween
|
|
7189
7226
|
if(r!==o){n=(o=r).slice()
|
|
7190
7227
|
for(var a={name:t,value:i},l=0,c=n.length;l<c;++l)if(n[l].name===t){n[l]=a
|
|
7191
|
-
break}l===c&&n.push(a)}s.tween=n}}function
|
|
7192
|
-
return e.each((function(){var e
|
|
7193
|
-
return("number"==typeof t?
|
|
7228
|
+
break}l===c&&n.push(a)}s.tween=n}}function AC(e,t,i){var o=e._id
|
|
7229
|
+
return e.each((function(){var e=SC(this,o);(e.value||(e.value={}))[t]=i.apply(this,arguments)})),function(e){return _C(e,o).value[t]}}function OC(e,t){var i
|
|
7230
|
+
return("number"==typeof t?B$:t instanceof m$?T$:(i=m$(t))?(t=i,T$):U$)(e,t)}function EC(e){return function(){this.removeAttribute(e)}}function VC(e){return function(){this.removeAttributeNS(e.space,e.local)}}function FC(e,t,i){var o,n,s=i+""
|
|
7194
7231
|
return function(){var r=this.getAttribute(e)
|
|
7195
|
-
return r===s?null:r===o?n:n=t(o=r,i)}}function
|
|
7232
|
+
return r===s?null:r===o?n:n=t(o=r,i)}}function HC(e,t,i){var o,n,s=i+""
|
|
7196
7233
|
return function(){var r=this.getAttributeNS(e.space,e.local)
|
|
7197
|
-
return r===s?null:r===o?n:n=t(o=r,i)}}function
|
|
7234
|
+
return r===s?null:r===o?n:n=t(o=r,i)}}function PC(e,t,i){var o,n,s
|
|
7198
7235
|
return function(){var r,a,l=i(this)
|
|
7199
7236
|
if(null!=l)return(r=this.getAttribute(e))===(a=l+"")?null:r===o&&a===n?s:(n=a,s=t(o=r,l))
|
|
7200
|
-
this.removeAttribute(e)}}function
|
|
7237
|
+
this.removeAttribute(e)}}function TC(e,t,i){var o,n,s
|
|
7201
7238
|
return function(){var r,a,l=i(this)
|
|
7202
7239
|
if(null!=l)return(r=this.getAttributeNS(e.space,e.local))===(a=l+"")?null:r===o&&a===n?s:(n=a,s=t(o=r,l))
|
|
7203
|
-
this.removeAttributeNS(e.space,e.local)}}function
|
|
7240
|
+
this.removeAttributeNS(e.space,e.local)}}function LC(e,t){return function(i){this.setAttribute(e,t.call(this,i))}}function DC(e,t){return function(i){this.setAttributeNS(e.space,e.local,t.call(this,i))}}function zC(e,t){var i,o
|
|
7204
7241
|
function n(){var n=t.apply(this,arguments)
|
|
7205
|
-
return n!==o&&(i=(o=n)&&
|
|
7242
|
+
return n!==o&&(i=(o=n)&&DC(e,n)),i}return n._value=t,n}function BC(e,t){var i,o
|
|
7206
7243
|
function n(){var n=t.apply(this,arguments)
|
|
7207
|
-
return n!==o&&(i=(o=n)&&
|
|
7208
|
-
return function(){
|
|
7209
|
-
return t>=0&&(e=e.slice(0,t)),!e||"start"===e}))}(t)?
|
|
7244
|
+
return n!==o&&(i=(o=n)&&LC(e,n)),i}return n._value=t,n}function NC(e,t){return function(){kC(this,e).delay=+t.apply(this,arguments)}}function ZC(e,t){return t=+t,function(){kC(this,e).delay=t}}function qC(e,t){return function(){SC(this,e).duration=+t.apply(this,arguments)}}function UC(e,t){return t=+t,function(){SC(this,e).duration=t}}function jC(e,t){if("function"!=typeof t)throw new Error
|
|
7245
|
+
return function(){SC(this,e).ease=t}}function GC(e,t,i){var o,n,s=function(e){return(e+"").trim().split(/^|\s+/).every((function(e){var t=e.indexOf(".")
|
|
7246
|
+
return t>=0&&(e=e.slice(0,t)),!e||"start"===e}))}(t)?kC:SC
|
|
7210
7247
|
return function(){var r=s(this,e),a=r.on
|
|
7211
|
-
a!==o&&(n=(o=a).copy()).on(t,i),r.on=n}}var
|
|
7212
|
-
function
|
|
7248
|
+
a!==o&&(n=(o=a).copy()).on(t,i),r.on=n}}var WC=jy.prototype.constructor
|
|
7249
|
+
function XC(e){return function(){this.style.removeProperty(e)}}function KC(e,t,i){return function(o){this.style.setProperty(e,t.call(this,o),i)}}function YC(e,t,i){var o,n
|
|
7213
7250
|
function s(){var s=t.apply(this,arguments)
|
|
7214
|
-
return s!==n&&(o=(n=s)&&
|
|
7251
|
+
return s!==n&&(o=(n=s)&&KC(e,s,i)),o}return s._value=t,s}function QC(e){return function(t){this.textContent=e.call(this,t)}}function JC(e){var t,i
|
|
7215
7252
|
function o(){var o=e.apply(this,arguments)
|
|
7216
|
-
return o!==i&&(t=(i=o)&&
|
|
7217
|
-
function
|
|
7218
|
-
|
|
7219
|
-
"function"!=typeof e&&(e=Tx(e))
|
|
7220
|
-
for(var o=this._groups,n=o.length,s=new Array(n),r=0;r<n;++r)for(var a,l,c=o[r],d=c.length,h=s[r]=new Array(d),u=0;u<d;++u)(a=c[u])&&(l=e.call(a,a.__data__,u,c))&&("__data__"in a&&(l.__data__=a.__data__),h[u]=l,xC(h[u],t,i,u,h,CC(a,i)))
|
|
7221
|
-
return new QC(s,this._parents,t,i)},selectAll:function(e){var t=this._name,i=this._id
|
|
7253
|
+
return o!==i&&(t=(i=o)&&QC(o)),t}return o._value=e,o}var ek=0
|
|
7254
|
+
function tk(e,t,i,o){this._groups=e,this._parents=t,this._name=i,this._id=o}function ik(){return++ek}var ok=jy.prototype
|
|
7255
|
+
tk.prototype={constructor:tk,select:function(e){var t=this._name,i=this._id
|
|
7222
7256
|
"function"!=typeof e&&(e=zx(e))
|
|
7223
|
-
for(var o=this._groups,n=o.length,s=
|
|
7224
|
-
|
|
7257
|
+
for(var o=this._groups,n=o.length,s=new Array(n),r=0;r<n;++r)for(var a,l,c=o[r],d=c.length,h=s[r]=new Array(d),u=0;u<d;++u)(a=c[u])&&(l=e.call(a,a.__data__,u,c))&&("__data__"in a&&(l.__data__=a.__data__),h[u]=l,CC(h[u],t,i,u,h,_C(a,i)))
|
|
7258
|
+
return new tk(s,this._parents,t,i)},selectAll:function(e){var t=this._name,i=this._id
|
|
7259
|
+
"function"!=typeof e&&(e=Zx(e))
|
|
7260
|
+
for(var o=this._groups,n=o.length,s=[],r=[],a=0;a<n;++a)for(var l,c=o[a],d=c.length,h=0;h<d;++h)if(l=c[h]){for(var u,p=e.call(l,l.__data__,h,c),g=_C(l,i),v=0,f=p.length;v<f;++v)(u=p[v])&&CC(u,t,i,v,p,g)
|
|
7261
|
+
s.push(p),r.push(l)}return new tk(s,r,t,i)},selectChild:ok.selectChild,selectChildren:ok.selectChildren,filter:function(e){"function"!=typeof e&&(e=qx(e))
|
|
7225
7262
|
for(var t=this._groups,i=t.length,o=new Array(i),n=0;n<i;++n)for(var s,r=t[n],a=r.length,l=o[n]=[],c=0;c<a;++c)(s=r[c])&&e.call(s,s.__data__,c,r)&&l.push(s)
|
|
7226
|
-
return new
|
|
7263
|
+
return new tk(o,this._parents,this._name,this._id)},merge:function(e){if(e._id!==this._id)throw new Error
|
|
7227
7264
|
for(var t=this._groups,i=e._groups,o=t.length,n=i.length,s=Math.min(o,n),r=new Array(o),a=0;a<s;++a)for(var l,c=t[a],d=i[a],h=c.length,u=r[a]=new Array(h),p=0;p<h;++p)(l=c[p]||d[p])&&(u[p]=l)
|
|
7228
7265
|
for(;a<o;++a)r[a]=t[a]
|
|
7229
|
-
return new
|
|
7230
|
-
|
|
7231
|
-
return arguments.length<2?
|
|
7232
|
-
return this.attrTween(e,"function"==typeof t?(i.local?
|
|
7266
|
+
return new tk(r,this._parents,this._name,this._id)},selection:function(){return new WC(this._groups,this._parents)},transition:function(){for(var e=this._name,t=this._id,i=ik(),o=this._groups,n=o.length,s=0;s<n;++s)for(var r,a=o[s],l=a.length,c=0;c<l;++c)if(r=a[c]){var d=_C(r,t)
|
|
7267
|
+
CC(r,e,i,c,a,{time:d.time+d.delay+d.duration,delay:0,duration:d.duration,ease:d.ease})}return new tk(o,this._parents,e,i)},call:ok.call,nodes:ok.nodes,node:ok.node,size:ok.size,empty:ok.empty,each:ok.each,on:function(e,t){var i=this._id
|
|
7268
|
+
return arguments.length<2?_C(this.node(),i).on.on(e):this.each(GC(i,e,t))},attr:function(e,t){var i=Hx(e),o="transform"===i?eC:OC
|
|
7269
|
+
return this.attrTween(e,"function"==typeof t?(i.local?TC:PC)(i,o,AC(this,"attr."+e,t)):null==t?(i.local?VC:EC)(i):(i.local?HC:FC)(i,o,t))},attrTween:function(e,t){var i="attr."+e
|
|
7233
7270
|
if(arguments.length<2)return(i=this.tween(i))&&i._value
|
|
7234
7271
|
if(null==t)return this.tween(i,null)
|
|
7235
7272
|
if("function"!=typeof t)throw new Error
|
|
7236
|
-
var o=
|
|
7237
|
-
return this.tween(i,(o.local?
|
|
7273
|
+
var o=Hx(e)
|
|
7274
|
+
return this.tween(i,(o.local?zC:BC)(o,t))},style:function(e,t,i){var o="transform"==(e+="")?J$:OC
|
|
7238
7275
|
return null==t?this.styleTween(e,function(e,t){var i,o,n
|
|
7239
|
-
return function(){var s=
|
|
7240
|
-
return s===r?null:s===i&&r===o?n:n=t(i=s,o=r)}}(e,o)).on("end.style."+e,
|
|
7241
|
-
return function(){var r=
|
|
7242
|
-
return null==a&&(this.style.removeProperty(e),l=a=
|
|
7243
|
-
return function(){var l
|
|
7276
|
+
return function(){var s=gy(this,e),r=(this.style.removeProperty(e),gy(this,e))
|
|
7277
|
+
return s===r?null:s===i&&r===o?n:n=t(i=s,o=r)}}(e,o)).on("end.style."+e,XC(e)):"function"==typeof t?this.styleTween(e,function(e,t,i){var o,n,s
|
|
7278
|
+
return function(){var r=gy(this,e),a=i(this),l=a+""
|
|
7279
|
+
return null==a&&(this.style.removeProperty(e),l=a=gy(this,e)),r===l?null:r===o&&l===n?s:(n=l,s=t(o=r,a))}}(e,o,AC(this,"style."+e,t))).each(function(e,t){var i,o,n,s,r="style."+t,a="end."+r
|
|
7280
|
+
return function(){var l=SC(this,e),c=l.on,d=null==l.value[r]?s||(s=XC(t)):void 0
|
|
7244
7281
|
c===i&&n===d||(o=(i=c).copy()).on(a,n=d),l.on=o}}(this._id,e)):this.styleTween(e,function(e,t,i){var o,n,s=i+""
|
|
7245
|
-
return function(){var r=
|
|
7282
|
+
return function(){var r=gy(this,e)
|
|
7246
7283
|
return r===s?null:r===o?n:n=t(o=r,i)}}(e,o,t),i).on("end.style."+e,null)},styleTween:function(e,t,i){var o="style."+(e+="")
|
|
7247
7284
|
if(arguments.length<2)return(o=this.tween(o))&&o._value
|
|
7248
7285
|
if(null==t)return this.tween(o,null)
|
|
7249
7286
|
if("function"!=typeof t)throw new Error
|
|
7250
|
-
return this.tween(o,
|
|
7251
|
-
this.textContent=null==t?"":t}}(
|
|
7287
|
+
return this.tween(o,YC(e,t,null==i?"":i))},text:function(e){return this.tween("text","function"==typeof e?function(e){return function(){var t=e(this)
|
|
7288
|
+
this.textContent=null==t?"":t}}(AC(this,"text",e)):function(e){return function(){this.textContent=e}}(null==e?"":e+""))},textTween:function(e){var t="text"
|
|
7252
7289
|
if(arguments.length<1)return(t=this.tween(t))&&t._value
|
|
7253
7290
|
if(null==e)return this.tween(t,null)
|
|
7254
7291
|
if("function"!=typeof e)throw new Error
|
|
7255
|
-
return this.tween(t,
|
|
7292
|
+
return this.tween(t,JC(e))},remove:function(){return this.on("end.remove",function(e){return function(){var t=this.parentNode
|
|
7256
7293
|
for(var i in this.__transition)if(+i!==e)return
|
|
7257
7294
|
t&&t.removeChild(this)}}(this._id))},tween:function(e,t){var i=this._id
|
|
7258
|
-
if(e+="",arguments.length<2){for(var o,n=
|
|
7259
|
-
return null}return this.each((null==t?
|
|
7260
|
-
return arguments.length?this.each(("function"==typeof e?
|
|
7261
|
-
return arguments.length?this.each(("function"==typeof e?
|
|
7262
|
-
return arguments.length?this.each(
|
|
7295
|
+
if(e+="",arguments.length<2){for(var o,n=_C(this.node(),i).tween,s=0,r=n.length;s<r;++s)if((o=n[s]).name===e)return o.value
|
|
7296
|
+
return null}return this.each((null==t?RC:MC)(i,e,t))},delay:function(e){var t=this._id
|
|
7297
|
+
return arguments.length?this.each(("function"==typeof e?NC:ZC)(t,e)):_C(this.node(),t).delay},duration:function(e){var t=this._id
|
|
7298
|
+
return arguments.length?this.each(("function"==typeof e?qC:UC)(t,e)):_C(this.node(),t).duration},ease:function(e){var t=this._id
|
|
7299
|
+
return arguments.length?this.each(jC(t,e)):_C(this.node(),t).ease},easeVarying:function(e){if("function"!=typeof e)throw new Error
|
|
7263
7300
|
return this.each(function(e,t){return function(){var i=t.apply(this,arguments)
|
|
7264
7301
|
if("function"!=typeof i)throw new Error
|
|
7265
|
-
|
|
7302
|
+
SC(this,e).ease=i}}(this._id,e))},end:function(){var e,t,i=this,o=i._id,n=i.size()
|
|
7266
7303
|
return new Promise((function(s,r){var a={value:r},l={value:function(){0==--n&&s()}}
|
|
7267
|
-
i.each((function(){var i
|
|
7268
|
-
n!==e&&((t=(e=n).copy())._.cancel.push(a),t._.interrupt.push(a),t._.end.push(l)),i.on=t})),0===n&&s()}))},[Symbol.iterator]:
|
|
7269
|
-
var
|
|
7270
|
-
function
|
|
7271
|
-
return i}
|
|
7272
|
-
e instanceof
|
|
7273
|
-
for(var o=this._groups,n=o.length,s=0;s<n;++s)for(var r,a=o[s],l=a.length,c=0;c<l;++c)(r=a[c])&&
|
|
7274
|
-
return new
|
|
7275
|
-
var
|
|
7276
|
-
function
|
|
7277
|
-
var
|
|
7278
|
-
function
|
|
7279
|
-
return e.__zoom}function
|
|
7280
|
-
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
|
|
7281
|
-
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))}
|
|
7282
|
-
const
|
|
7304
|
+
i.each((function(){var i=SC(this,o),n=i.on
|
|
7305
|
+
n!==e&&((t=(e=n).copy())._.cancel.push(a),t._.interrupt.push(a),t._.end.push(l)),i.on=t})),0===n&&s()}))},[Symbol.iterator]:ok[Symbol.iterator]}
|
|
7306
|
+
var nk={time:null,delay:0,duration:250,ease:function(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}}
|
|
7307
|
+
function sk(e,t){for(var i;!(i=e.__transition)||!(i=i[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`)
|
|
7308
|
+
return i}jy.prototype.interrupt=function(e){return this.each((function(){IC(this,e)}))},jy.prototype.transition=function(e){var t,i
|
|
7309
|
+
e instanceof tk?(t=e._id,e=e._name):(t=ik(),(i=nk).time=pC(),e=null==e?null:e+"")
|
|
7310
|
+
for(var o=this._groups,n=o.length,s=0;s<n;++s)for(var r,a=o[s],l=a.length,c=0;c<l;++c)(r=a[c])&&CC(r,e,t,c,a,i||sk(r,t))
|
|
7311
|
+
return new tk(o,this._parents,e,t)}
|
|
7312
|
+
var rk=e=>()=>e
|
|
7313
|
+
function ak(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 lk(e,t,i){this.k=e,this.x=t,this.y=i}lk.prototype={constructor:lk,scale:function(e){return 1===e?this:new lk(this.k*e,this.x,this.y)},translate:function(e,t){return 0===e&0===t?this:new lk(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+")"}}
|
|
7314
|
+
var ck=new lk(1,0,0)
|
|
7315
|
+
function dk(e){for(;!e.__zoom;)if(!(e=e.parentNode))return ck
|
|
7316
|
+
return e.__zoom}function hk(e){e.stopImmediatePropagation()}function uk(e){e.preventDefault(),e.stopImmediatePropagation()}function pk(e){return!(e.ctrlKey&&"wheel"!==e.type||e.button)}function gk(){var e=this
|
|
7317
|
+
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 vk(){return this.__zoom||ck}function fk(e){return-e.deltaY*(1===e.deltaMode?.05:e.deltaMode?1:.002)*(e.ctrlKey?10:1)}function mk(){return navigator.maxTouchPoints||"ontouchstart"in this}function bk(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]
|
|
7318
|
+
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))}dk.prototype=lk.prototype
|
|
7319
|
+
const wk=G`
|
|
7283
7320
|
<div class="wafer-map-container">
|
|
7284
7321
|
<svg class="svg-root">
|
|
7285
7322
|
<g ${_e("zoomContainer")} transform=${e=>e.transform.toString()}>
|
|
@@ -7309,7 +7346,7 @@ const fk=G`
|
|
|
7309
7346
|
/>
|
|
7310
7347
|
</svg>
|
|
7311
7348
|
</div>
|
|
7312
|
-
`,
|
|
7349
|
+
`,xk=fe`
|
|
7313
7350
|
:host {
|
|
7314
7351
|
display: inline-block;
|
|
7315
7352
|
width: 500px;
|
|
@@ -7359,7 +7396,7 @@ const fk=G`
|
|
|
7359
7396
|
shape-rendering: 'crispEdges';
|
|
7360
7397
|
vector-effect: non-scaling-stroke;
|
|
7361
7398
|
stroke-width: ${sa};
|
|
7362
|
-
stroke: ${
|
|
7399
|
+
stroke: ${Ur};
|
|
7363
7400
|
}
|
|
7364
7401
|
|
|
7365
7402
|
.wafer-map-canvas {
|
|
@@ -7393,68 +7430,68 @@ const fk=G`
|
|
|
7393
7430
|
outline-width: 0px;
|
|
7394
7431
|
}
|
|
7395
7432
|
`
|
|
7396
|
-
function
|
|
7433
|
+
function yk(e,t){return null==e||null==t?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function $k(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function Ck(e){let t,i,o
|
|
7397
7434
|
function n(e,o,n=0,s=e.length){if(n<s){if(0!==t(o,o))return s
|
|
7398
7435
|
do{const t=n+s>>>1
|
|
7399
|
-
i(e[t],o)<0?n=t+1:s=t}while(n<s)}return n}return 2!==e.length?(t=
|
|
7436
|
+
i(e[t],o)<0?n=t+1:s=t}while(n<s)}return n}return 2!==e.length?(t=yk,i=(t,i)=>yk(e(t),i),o=(t,i)=>e(t)-i):(t=e===yk||e===$k?e:kk,i=e,o=e),{left:n,center:function(e,t,i=0,s=e.length){const r=n(e,t,i,s-1)
|
|
7400
7437
|
return r>i&&o(e[r-1],t)>-o(e[r],t)?r-1:r},right:function(e,o,n=0,s=e.length){if(n<s){if(0!==t(o,o))return s
|
|
7401
7438
|
do{const t=n+s>>>1
|
|
7402
|
-
i(e[t],o)<=0?n=t+1:s=t}while(n<s)}return n}}}function
|
|
7403
|
-
|
|
7404
|
-
var
|
|
7405
|
-
class
|
|
7439
|
+
i(e[t],o)<=0?n=t+1:s=t}while(n<s)}return n}}}function kk(){return 0}function Sk(e){return null===e?NaN:+e}const _k=Ck(yk).right
|
|
7440
|
+
Ck(Sk).center
|
|
7441
|
+
var Ik=_k
|
|
7442
|
+
class Rk extends Map{constructor(e,t=Ak){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const[t,i]of e)this.set(t,i)}get(e){return super.get(Mk(this,e))}has(e){return super.has(Mk(this,e))}set(e,t){return super.set(function({_intern:e,_key:t},i){const o=t(i)
|
|
7406
7443
|
return e.has(o)?e.get(o):(e.set(o,i),i)}(this,e),t)}delete(e){return super.delete(function({_intern:e,_key:t},i){const o=t(i)
|
|
7407
7444
|
e.has(o)&&(i=e.get(o),e.delete(o))
|
|
7408
|
-
return i}(this,e))}}function
|
|
7409
|
-
return e.has(o)?e.get(o):i}function
|
|
7410
|
-
function
|
|
7445
|
+
return i}(this,e))}}function Mk({_intern:e,_key:t},i){const o=t(i)
|
|
7446
|
+
return e.has(o)?e.get(o):i}function Ak(e){return null!==e&&"object"==typeof e?e.valueOf():e}const Ok=Math.sqrt(50),Ek=Math.sqrt(10),Vk=Math.sqrt(2)
|
|
7447
|
+
function Fk(e,t,i){const o=(t-e)/Math.max(0,i),n=Math.floor(Math.log10(o)),s=o/Math.pow(10,n),r=s>=Ok?10:s>=Ek?5:s>=Vk?2:1
|
|
7411
7448
|
let a,l,c
|
|
7412
|
-
return n<0?(c=Math.pow(10,-n)/r,a=Math.round(e*c),l=Math.round(t*c),a/c<e&&++a,l/c>t&&--l,c=-c):(c=Math.pow(10,n)*r,a=Math.round(e/c),l=Math.round(t/c),a*c<e&&++a,l*c>t&&--l),l<a&&.5<=i&&i<2?
|
|
7449
|
+
return n<0?(c=Math.pow(10,-n)/r,a=Math.round(e*c),l=Math.round(t*c),a/c<e&&++a,l/c>t&&--l,c=-c):(c=Math.pow(10,n)*r,a=Math.round(e/c),l=Math.round(t/c),a*c<e&&++a,l*c>t&&--l),l<a&&.5<=i&&i<2?Fk(e,t,2*i):[a,l,c]}function Hk(e,t,i){return Fk(e=+e,t=+t,i=+i)[2]}function Pk(e,t,i=Sk){if((o=e.length)&&!isNaN(t=+t)){if(t<=0||o<2)return+i(e[0],0,e)
|
|
7413
7450
|
if(t>=1)return+i(e[o-1],o-1,e)
|
|
7414
7451
|
var o,n=(o-1)*t,s=Math.floor(n),r=+i(e[s],s,e)
|
|
7415
|
-
return r+(+i(e[s+1],s+1,e)-r)*(n-s)}}function
|
|
7452
|
+
return r+(+i(e[s+1],s+1,e)-r)*(n-s)}}function Tk(e,t,i){e=+e,t=+t,i=(n=arguments.length)<2?(t=e,e=0,1):n<3?1:+i
|
|
7416
7453
|
for(var o=-1,n=0|Math.max(0,Math.ceil((t-e)/i)),s=new Array(n);++o<n;)s[o]=e+o*i
|
|
7417
|
-
return s}function
|
|
7454
|
+
return s}function Lk(e,t){switch(arguments.length){case 0:break
|
|
7418
7455
|
case 1:this.range(e)
|
|
7419
7456
|
break
|
|
7420
|
-
default:this.range(t).domain(e)}return this}const
|
|
7421
|
-
function
|
|
7457
|
+
default:this.range(t).domain(e)}return this}const Dk=Symbol("implicit")
|
|
7458
|
+
function zk(){var e=new Rk,t=[],i=[],o=Dk
|
|
7422
7459
|
function n(n){let s=e.get(n)
|
|
7423
|
-
if(void 0===s){if(o!==
|
|
7460
|
+
if(void 0===s){if(o!==Dk)return o
|
|
7424
7461
|
e.set(n,s=t.push(n)-1)}return i[s%i.length]}return n.domain=function(i){if(!arguments.length)return t.slice()
|
|
7425
|
-
t=[],e=new
|
|
7462
|
+
t=[],e=new Rk
|
|
7426
7463
|
for(const o of i)e.has(o)||e.set(o,t.push(o)-1)
|
|
7427
|
-
return n},n.range=function(e){return arguments.length?(i=Array.from(e),n):i.slice()},n.unknown=function(e){return arguments.length?(o=e,n):o},n.copy=function(){return
|
|
7464
|
+
return n},n.range=function(e){return arguments.length?(i=Array.from(e),n):i.slice()},n.unknown=function(e){return arguments.length?(o=e,n):o},n.copy=function(){return zk(t,i).unknown(o)},Lk.apply(n,arguments),n}function Bk(){var e,t,i=zk().unknown(void 0),o=i.domain,n=i.range,s=0,r=1,a=!1,l=0,c=0,d=.5
|
|
7428
7465
|
function h(){var i=o().length,h=r<s,u=h?r:s,p=h?s:r
|
|
7429
7466
|
e=(p-u)/Math.max(1,i-l+2*c),a&&(e=Math.floor(e)),u+=(p-u-e*(i-l))*d,t=e*(1-l),a&&(u=Math.round(u),t=Math.round(t))
|
|
7430
|
-
var g=
|
|
7431
|
-
return n(h?g.reverse():g)}return delete i.unknown,i.domain=function(e){return arguments.length?(o(e),h()):o()},i.range=function(e){return arguments.length?([s,r]=e,s=+s,r=+r,h()):[s,r]},i.rangeRound=function(e){return[s,r]=e,s=+s,r=+r,a=!0,h()},i.bandwidth=function(){return t},i.step=function(){return e},i.round=function(e){return arguments.length?(a=!!e,h()):a},i.padding=function(e){return arguments.length?(l=Math.min(1,c=+e),h()):l},i.paddingInner=function(e){return arguments.length?(l=Math.min(1,e),h()):l},i.paddingOuter=function(e){return arguments.length?(c=+e,h()):c},i.align=function(e){return arguments.length?(d=Math.max(0,Math.min(1,e)),h()):d},i.copy=function(){return
|
|
7432
|
-
function
|
|
7433
|
-
var i}function
|
|
7434
|
-
return n<o?(o=
|
|
7435
|
-
for(e[o]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++r<o;)n[r]=
|
|
7436
|
-
return function(t){var i=
|
|
7437
|
-
return s[i](n[i](t))}}function
|
|
7467
|
+
var g=Tk(i).map((function(t){return u+e*t}))
|
|
7468
|
+
return n(h?g.reverse():g)}return delete i.unknown,i.domain=function(e){return arguments.length?(o(e),h()):o()},i.range=function(e){return arguments.length?([s,r]=e,s=+s,r=+r,h()):[s,r]},i.rangeRound=function(e){return[s,r]=e,s=+s,r=+r,a=!0,h()},i.bandwidth=function(){return t},i.step=function(){return e},i.round=function(e){return arguments.length?(a=!!e,h()):a},i.padding=function(e){return arguments.length?(l=Math.min(1,c=+e),h()):l},i.paddingInner=function(e){return arguments.length?(l=Math.min(1,e),h()):l},i.paddingOuter=function(e){return arguments.length?(c=+e,h()):c},i.align=function(e){return arguments.length?(d=Math.max(0,Math.min(1,e)),h()):d},i.copy=function(){return Bk(o(),[s,r]).round(a).paddingInner(l).paddingOuter(c).align(d)},Lk.apply(h(),arguments)}function Nk(e){return+e}var Zk=[0,1]
|
|
7469
|
+
function qk(e){return e}function Uk(e,t){return(t-=e=+e)?function(i){return(i-e)/t}:(i=isNaN(t)?NaN:.5,function(){return i})
|
|
7470
|
+
var i}function jk(e,t,i){var o=e[0],n=e[1],s=t[0],r=t[1]
|
|
7471
|
+
return n<o?(o=Uk(n,o),s=i(r,s)):(o=Uk(o,n),s=i(s,r)),function(e){return s(o(e))}}function Gk(e,t,i){var o=Math.min(e.length,t.length)-1,n=new Array(o),s=new Array(o),r=-1
|
|
7472
|
+
for(e[o]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++r<o;)n[r]=Uk(e[r],e[r+1]),s[r]=i(t[r],t[r+1])
|
|
7473
|
+
return function(t){var i=Ik(e,t,1,o)-1
|
|
7474
|
+
return s[i](n[i](t))}}function Wk(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function Xk(){var e,t,i,o,n,s,r=Zk,a=Zk,l=j$,c=qk
|
|
7438
7475
|
function d(){var e,t,i,l=Math.min(r.length,a.length)
|
|
7439
|
-
return c!==
|
|
7476
|
+
return c!==qk&&(e=r[0],t=r[l-1],e>t&&(i=e,e=t,t=i),c=function(i){return Math.max(e,Math.min(t,i))}),o=l>2?Gk:jk,n=s=null,h}function h(t){return null==t||isNaN(t=+t)?i:(n||(n=o(r.map(e),a,l)))(e(c(t)))}return h.invert=function(i){return c(t((s||(s=o(a,r.map(e),B$)))(i)))},h.domain=function(e){return arguments.length?(r=Array.from(e,Nk),d()):r.slice()},h.range=function(e){return arguments.length?(a=Array.from(e),d()):a.slice()},h.rangeRound=function(e){return a=Array.from(e),l=G$,d()},h.clamp=function(e){return arguments.length?(c=!!e||qk,d()):c!==qk},h.interpolate=function(e){return arguments.length?(l=e,d()):l},h.unknown=function(e){return arguments.length?(i=e,h):i},function(i,o){return e=i,t=o,d()}}function Kk(){return Xk()(qk,qk)}function Yk(e,t){if((i=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null
|
|
7440
7477
|
var i,o=e.slice(0,i)
|
|
7441
|
-
return[o.length>1?o[0]+o.slice(2):o,+e.slice(i+1)]}function
|
|
7442
|
-
function
|
|
7478
|
+
return[o.length>1?o[0]+o.slice(2):o,+e.slice(i+1)]}function Qk(e){return(e=Yk(Math.abs(e)))?e[1]:NaN}var Jk,eS=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i
|
|
7479
|
+
function tS(e){if(!(t=eS.exec(e)))throw new Error("invalid format: "+e)
|
|
7443
7480
|
var t
|
|
7444
|
-
return new
|
|
7481
|
+
return new iS({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function iS(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function oS(e,t){var i=Yk(e,t)
|
|
7445
7482
|
if(!i)return e+""
|
|
7446
7483
|
var o=i[0],n=i[1]
|
|
7447
|
-
return n<0?"0."+new Array(-n).join("0")+o:o.length>n+1?o.slice(0,n+1)+"."+o.slice(n+1):o+new Array(n-o.length+2).join("0")}
|
|
7448
|
-
var
|
|
7484
|
+
return n<0?"0."+new Array(-n).join("0")+o:o.length>n+1?o.slice(0,n+1)+"."+o.slice(n+1):o+new Array(n-o.length+2).join("0")}tS.prototype=iS.prototype,iS.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type}
|
|
7485
|
+
var nS={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:function(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)},e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>oS(100*e,t),r:oS,s:function(e,t){var i=Yk(e,t)
|
|
7449
7486
|
if(!i)return e+""
|
|
7450
|
-
var o=i[0],n=i[1],s=n-(
|
|
7451
|
-
return s===r?o:s>r?o+new Array(s-r+1).join("0"):s>0?o.slice(0,s)+"."+o.slice(s):"0."+new Array(1-s).join("0")+
|
|
7452
|
-
function
|
|
7453
|
-
function
|
|
7454
|
-
return s.reverse().join(i)}),n=void 0===e.currency?"":e.currency[0]+"",s=void 0===e.currency?"":e.currency[1]+"",r=void 0===e.decimal?".":e.decimal+"",a=void 0===e.numerals?
|
|
7455
|
-
function h(e){var t=(e=
|
|
7456
|
-
"n"===b?(v=!0,b="g"):
|
|
7457
|
-
var w="$"===u?n:"#"===u&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",x="$"===u?s:/[%p]/.test(b)?l:"",y=
|
|
7487
|
+
var o=i[0],n=i[1],s=n-(Jk=3*Math.max(-8,Math.min(8,Math.floor(n/3))))+1,r=o.length
|
|
7488
|
+
return s===r?o:s>r?o+new Array(s-r+1).join("0"):s>0?o.slice(0,s)+"."+o.slice(s):"0."+new Array(1-s).join("0")+Yk(e,Math.max(0,t+s-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)}
|
|
7489
|
+
function sS(e){return e}var rS,aS,lS,cS=Array.prototype.map,dS=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"]
|
|
7490
|
+
function hS(e){var t,i,o=void 0===e.grouping||void 0===e.thousands?sS:(t=cS.call(e.grouping,Number),i=e.thousands+"",function(e,o){for(var n=e.length,s=[],r=0,a=t[0],l=0;n>0&&a>0&&(l+a+1>o&&(a=Math.max(1,o-l)),s.push(e.substring(n-=a,n+a)),!((l+=a+1)>o));)a=t[r=(r+1)%t.length]
|
|
7491
|
+
return s.reverse().join(i)}),n=void 0===e.currency?"":e.currency[0]+"",s=void 0===e.currency?"":e.currency[1]+"",r=void 0===e.decimal?".":e.decimal+"",a=void 0===e.numerals?sS:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(cS.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=void 0===e.minus?"−":e.minus+"",d=void 0===e.nan?"NaN":e.nan+""
|
|
7492
|
+
function h(e){var t=(e=tS(e)).fill,i=e.align,h=e.sign,u=e.symbol,p=e.zero,g=e.width,v=e.comma,f=e.precision,m=e.trim,b=e.type
|
|
7493
|
+
"n"===b?(v=!0,b="g"):nS[b]||(void 0===f&&(f=12),m=!0,b="g"),(p||"0"===t&&"="===i)&&(p=!0,t="0",i="=")
|
|
7494
|
+
var w="$"===u?n:"#"===u&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",x="$"===u?s:/[%p]/.test(b)?l:"",y=nS[b],$=/[defgprs%]/.test(b)
|
|
7458
7495
|
function C(e){var n,s,l,u=w,C=x
|
|
7459
7496
|
if("c"===b)C=y(e)+C,e=""
|
|
7460
7497
|
else{var k=(e=+e)<0||1/e<0
|
|
@@ -7463,7 +7500,7 @@ break
|
|
|
7463
7500
|
case"0":0===n&&(n=o),t=o
|
|
7464
7501
|
break
|
|
7465
7502
|
default:if(!+e[o])break e
|
|
7466
|
-
n>0&&(n=0)}return n>0?e.slice(0,n)+e.slice(t+1):e}(e)),k&&0==+e&&"+"!==h&&(k=!1),u=(k?"("===h?h:c:"-"===h||"("===h?"":h)+u,C=("s"===b?
|
|
7503
|
+
n>0&&(n=0)}return n>0?e.slice(0,n)+e.slice(t+1):e}(e)),k&&0==+e&&"+"!==h&&(k=!1),u=(k?"("===h?h:c:"-"===h||"("===h?"":h)+u,C=("s"===b?dS[8+Jk/3]:"")+C+(k&&"("===h?")":""),$)for(n=-1,s=e.length;++n<s;)if(48>(l=e.charCodeAt(n))||l>57){C=(46===l?r+e.slice(n+1):e.slice(n))+C,e=e.slice(0,n)
|
|
7467
7504
|
break}}v&&!p&&(e=o(e,1/0))
|
|
7468
7505
|
var S=u.length+e.length+C.length,_=S<g?new Array(g-S+1).join(t):""
|
|
7469
7506
|
switch(v&&p&&(e=o(_+e,_.length?g-C.length:1/0),_=""),i){case"<":e=u+e+C+_
|
|
@@ -7472,19 +7509,19 @@ case"=":e=u+_+e+C
|
|
|
7472
7509
|
break
|
|
7473
7510
|
case"^":e=_.slice(0,S=_.length>>1)+u+e+C+_.slice(S)
|
|
7474
7511
|
break
|
|
7475
|
-
default:e=_+u+e+C}return a(e)}return f=void 0===f?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,f)):Math.max(0,Math.min(20,f)),C.toString=function(){return e+""},C}return{format:h,formatPrefix:function(e,t){var i=h(((e=
|
|
7476
|
-
return function(e){return i(n*e)+s}}}}function
|
|
7477
|
-
const o=(t=+t)<(e=+e),n=o?
|
|
7512
|
+
default:e=_+u+e+C}return a(e)}return f=void 0===f?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,f)):Math.max(0,Math.min(20,f)),C.toString=function(){return e+""},C}return{format:h,formatPrefix:function(e,t){var i=h(((e=tS(e)).type="f",e)),o=3*Math.max(-8,Math.min(8,Math.floor(Qk(t)/3))),n=Math.pow(10,-o),s=dS[8+o/3]
|
|
7513
|
+
return function(e){return i(n*e)+s}}}}function uS(e,t,i,o){var n,s=function(e,t,i){i=+i
|
|
7514
|
+
const o=(t=+t)<(e=+e),n=o?Hk(t,e,i):Hk(e,t,i)
|
|
7478
7515
|
return(o?-1:1)*(n<0?1/-n:n)}(e,t,i)
|
|
7479
|
-
switch((o=
|
|
7480
|
-
return null!=o.precision||isNaN(n=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(
|
|
7481
|
-
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,
|
|
7516
|
+
switch((o=tS(null==o?",f":o)).type){case"s":var r=Math.max(Math.abs(e),Math.abs(t))
|
|
7517
|
+
return null!=o.precision||isNaN(n=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(Qk(t)/3)))-Qk(Math.abs(e)))}(s,r))||(o.precision=n),lS(o,r)
|
|
7518
|
+
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,Qk(t)-Qk(e))+1}(s,Math.max(Math.abs(e),Math.abs(t))))||(o.precision=n-("e"===o.type))
|
|
7482
7519
|
break
|
|
7483
|
-
case"f":case"%":null!=o.precision||isNaN(n=function(e){return Math.max(0,-
|
|
7520
|
+
case"f":case"%":null!=o.precision||isNaN(n=function(e){return Math.max(0,-Qk(Math.abs(e)))}(s))||(o.precision=n-2*("%"===o.type))}return aS(o)}function pS(e){var t=e.domain
|
|
7484
7521
|
return e.ticks=function(e){var i=t()
|
|
7485
7522
|
return function(e,t,i){if(!((i=+i)>0))return[]
|
|
7486
7523
|
if((e=+e)==(t=+t))return[e]
|
|
7487
|
-
const o=t<e,[n,s,r]=o?
|
|
7524
|
+
const o=t<e,[n,s,r]=o?Fk(t,e,i):Fk(e,t,i)
|
|
7488
7525
|
if(!(s>=n))return[]
|
|
7489
7526
|
const a=s-n+1,l=new Array(a)
|
|
7490
7527
|
if(o)if(r<0)for(let e=0;e<a;++e)l[e]=(s-e)/-r
|
|
@@ -7492,85 +7529,85 @@ else for(let e=0;e<a;++e)l[e]=(s-e)*r
|
|
|
7492
7529
|
else if(r<0)for(let e=0;e<a;++e)l[e]=(n+e)/-r
|
|
7493
7530
|
else for(let e=0;e<a;++e)l[e]=(n+e)*r
|
|
7494
7531
|
return l}(i[0],i[i.length-1],null==e?10:e)},e.tickFormat=function(e,i){var o=t()
|
|
7495
|
-
return
|
|
7532
|
+
return uS(o[0],o[o.length-1],null==e?10:e,i)},e.nice=function(i){null==i&&(i=10)
|
|
7496
7533
|
var o,n,s=t(),r=0,a=s.length-1,l=s[r],c=s[a],d=10
|
|
7497
|
-
for(c<l&&(n=l,l=c,c=n,n=r,r=a,a=n);d-- >0;){if((n=
|
|
7534
|
+
for(c<l&&(n=l,l=c,c=n,n=r,r=a,a=n);d-- >0;){if((n=Hk(l,c,i))===o)return s[r]=l,s[a]=c,t(s)
|
|
7498
7535
|
if(n>0)l=Math.floor(l/n)*n,c=Math.ceil(c/n)*n
|
|
7499
7536
|
else{if(!(n<0))break
|
|
7500
|
-
l=Math.ceil(l*n)/n,c=Math.floor(c*n)/n}o=n}return e},e}function
|
|
7501
|
-
return e.copy=function(){return
|
|
7537
|
+
l=Math.ceil(l*n)/n,c=Math.floor(c*n)/n}o=n}return e},e}function gS(){var e=Kk()
|
|
7538
|
+
return e.copy=function(){return Wk(e,gS())},Lk.apply(e,arguments),pS(e)}function vS(){var e,t=[],i=[],o=[]
|
|
7502
7539
|
function n(){var e=0,n=Math.max(1,i.length)
|
|
7503
|
-
for(o=new Array(n-1);++e<n;)o[e-1]=
|
|
7504
|
-
return s}function s(t){return null==t||isNaN(t=+t)?e:i[
|
|
7540
|
+
for(o=new Array(n-1);++e<n;)o[e-1]=Pk(t,e/n)
|
|
7541
|
+
return s}function s(t){return null==t||isNaN(t=+t)?e:i[Ik(o,t)]}return s.invertExtent=function(e){var n=i.indexOf(e)
|
|
7505
7542
|
return n<0?[NaN,NaN]:[n>0?o[n-1]:t[0],n<o.length?o[n]:t[t.length-1]]},s.domain=function(e){if(!arguments.length)return t.slice()
|
|
7506
7543
|
t=[]
|
|
7507
7544
|
for(let i of e)null==i||isNaN(i=+i)||t.push(i)
|
|
7508
|
-
return t.sort(
|
|
7509
|
-
const
|
|
7510
|
-
class
|
|
7545
|
+
return t.sort(yk),n()},s.range=function(e){return arguments.length?(i=Array.from(e),n()):i.slice()},s.unknown=function(t){return arguments.length?(e=t,s):e},s.quantiles=function(){return o.slice()},s.copy=function(){return vS().domain(t).range(i).unknown(e)},Lk.apply(s,arguments)}rS=hS({thousands:",",grouping:[3],currency:["$",""]}),aS=rS.format,lS=rS.formatPrefix
|
|
7546
|
+
const fS="bottom-left",mS="bottom-right",bS="top-left",wS="top-right",xS="top",yS="show",$S="hide",CS="linear",kS="ordinal"
|
|
7547
|
+
class SS{constructor(e){this.defaultPadding=0,this.baseMarginPercentage=.04
|
|
7511
7548
|
const t={width:e.canvasWidth,height:e.canvasHeight},i=this.calculateGridDimensions(e.dies),o=Math.min(t.width,t.height),n={top:(t.height-o)/2,right:(t.width-o)/2,bottom:(t.height-o)/2,left:(t.width-o)/2},s={top:o*this.baseMarginPercentage,right:o*this.baseMarginPercentage,bottom:o*this.baseMarginPercentage,left:o*this.baseMarginPercentage}
|
|
7512
7549
|
this.margin=this.calculateMarginAddition(s,n),this.containerDimensions=this.calculateContainerDimensions(t,this.margin)
|
|
7513
7550
|
const r=Math.min(this.containerDimensions.width,this.containerDimensions.height)
|
|
7514
7551
|
this.horizontalScale=this.createHorizontalScale(e.quadrant,i,r),this.invertedHorizontalScale=this.createInvertedHorizontalScale(e.quadrant,i,r),this.verticalScale=this.createVerticalScale(e.quadrant,i,r),this.invertedVerticalScale=this.createInvertedVerticalScale(e.quadrant,i,r),this.dieDimensions={width:this.horizontalScale.bandwidth(),height:this.verticalScale.bandwidth()},this.radius=r/2}calculateGridDimensions(e){if(0===e.length||void 0===e[0])return{origin:{x:0,y:0},rows:0,cols:0}
|
|
7515
7552
|
const t={x:e[0].x,y:e[0].y},i={x:e[0].x,y:e[0].y}
|
|
7516
7553
|
for(const o of e)o.x<t.x&&(t.x=o.x),o.y<t.y&&(t.y=o.y),o.x>i.x&&(i.x=o.x),o.y>i.y&&(i.y=o.y)
|
|
7517
|
-
return{origin:t,rows:i.y-t.y+1,cols:i.x-t.x+1}}calculateContainerDimensions(e,t){return{width:e.width-t.left-t.right,height:e.height-t.top-t.bottom}}createHorizontalScale(e,t,i){const o=
|
|
7518
|
-
return e===
|
|
7519
|
-
return e===
|
|
7520
|
-
return e===
|
|
7521
|
-
return e===
|
|
7554
|
+
return{origin:t,rows:i.y-t.y+1,cols:i.x-t.x+1}}calculateContainerDimensions(e,t){return{width:e.width-t.left-t.right,height:e.height-t.top-t.bottom}}createHorizontalScale(e,t,i){const o=Bk().domain(Tk(t.origin.x,t.origin.x+t.cols)).paddingInner(0).paddingOuter(0).align(0).round(!1)
|
|
7555
|
+
return e===fS||e===bS?o.range([0,i]):o.range([i,0])}createInvertedHorizontalScale(e,t,i){const o=vS().domain([0,i])
|
|
7556
|
+
return e===fS||e===bS?o.range(Tk(t.origin.x,t.origin.x+t.cols)):o.range(Tk(t.origin.x,t.origin.x+t.cols).reverse())}createVerticalScale(e,t,i){const o=Bk().domain(Tk(t.origin.y,t.origin.y+t.rows)).paddingInner(this.defaultPadding).paddingOuter(0).align(0).round(!1)
|
|
7557
|
+
return e===fS||e===mS?o.range([i,0]):o.range([0,i])}createInvertedVerticalScale(e,t,i){const o=vS().domain([0,i])
|
|
7558
|
+
return e===fS||e===mS?o.range(Tk(t.origin.y,t.origin.y+t.rows).reverse()):o.range(Tk(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=[]
|
|
7522
7559
|
for(const o of e.dies){const s=t(o.x)??0,r=i(o.y)??0
|
|
7523
|
-
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)?
|
|
7560
|
+
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)?gS().domain(e.values.map((e=>+e))).range(e.colors):zk().domain(e.values).range(e.colors)}dieHasData(e){return null!=e&&""!==e}buildLabel(e,t,i,o){if(i||!this.dieHasData(e))return""
|
|
7524
7561
|
const n=`${e}${o}`
|
|
7525
|
-
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===
|
|
7562
|
+
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===CS}isColorScaleOrdinal(e){return e===kS}calculateFillStyle(e,t,i){let o=this.emptyDieColor
|
|
7526
7563
|
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
|
|
7527
7564
|
let n=Fn(o)
|
|
7528
|
-
return null===n?this.emptyDieColor:(n=new _n(n.r,n.g,n.b,this.calculateOpacity(e,i)),n.toStringWebRGBA())}}class
|
|
7565
|
+
return null===n?this.emptyDieColor:(n=new _n(n.r,n.g,n.b,this.calculateOpacity(e,i)),n.toStringWebRGBA())}}class IS{constructor(e){this.computations=new SS(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 RS{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?$S:yS,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])
|
|
7529
7566
|
return`translate(${i[0]}, ${i[1]})`}return""}renderDies(){let e
|
|
7530
7567
|
this.dies.sort(((e,t)=>e.fillStyle>t.fillStyle?1:t.fillStyle>e.fillStyle?-1:0))
|
|
7531
7568
|
for(const t of this.dies)e||(this.wafermap.canvasContext.fillStyle=t.fillStyle),e&&t.fillStyle!==e.fillStyle&&t.fillStyle&&(this.wafermap.canvasContext.fillStyle=t.fillStyle),this.wafermap.canvasContext.fillRect(t.x,t.y,this.dimensions.width,this.dimensions.height),e=t}renderText(){const e=this.dimensions.width*this.dimensions.height*(this.wafermap.transform.k||1),t=this.labelFontSize
|
|
7532
7569
|
this.wafermap.canvasContext.font=`${t.toString()}px sans-serif`,this.wafermap.canvasContext.fillStyle="#ffffff",this.wafermap.canvasContext.textAlign="center",this.wafermap.canvasContext.lineCap="butt"
|
|
7533
7570
|
const i=this.wafermap.canvasContext.measureText("M")
|
|
7534
|
-
if(e>=50)for(const e of this.dies)this.wafermap.canvasContext.fillText(e.text,e.x+this.dimensions.width/2,e.y+this.dimensions.height/2+i.width/2,this.dimensions.width-this.dimensions.width/100*20)}clearCanvas(){this.wafermap.canvasContext.clearRect(0,0,this.wafermap.canvasWidth*this.wafermap.transform.k,this.wafermap.canvasHeight*this.wafermap.transform.k)}scaleCanvas(){this.wafermap.canvasContext.translate(this.wafermap.transform.x,this.wafermap.transform.y),this.wafermap.canvasContext.scale(this.wafermap.transform.k,this.wafermap.transform.k)}}class
|
|
7535
|
-
t.k===this.minScale?(this.zoomTransform=
|
|
7536
|
-
function f(e){e.property("__zoom",
|
|
7537
|
-
return o===e.x&&n===e.y?e:new
|
|
7571
|
+
if(e>=50)for(const e of this.dies)this.wafermap.canvasContext.fillText(e.text,e.x+this.dimensions.width/2,e.y+this.dimensions.height/2+i.width/2,this.dimensions.width-this.dimensions.width/100*20)}clearCanvas(){this.wafermap.canvasContext.clearRect(0,0,this.wafermap.canvasWidth*this.wafermap.transform.k,this.wafermap.canvasHeight*this.wafermap.transform.k)}scaleCanvas(){this.wafermap.canvasContext.translate(this.wafermap.transform.x,this.wafermap.transform.y),this.wafermap.canvasContext.scale(this.wafermap.transform.k,this.wafermap.transform.k)}}class MS{constructor(e){this.wafermap=e,this.zoomTransform=ck,this.minScale=1.1,this.minExtentPoint=[-100,-100],this.extentPadding=100,this.zoomBehavior=this.createZoomBehavior(),this.zoomBehavior(Gy(this.wafermap.canvas))}rescale(e){const t=e.transform
|
|
7572
|
+
t.k===this.minScale?(this.zoomTransform=ck,this.zoomBehavior.transform(Gy(this.wafermap.canvas),ck)):this.zoomTransform=t,this.wafermap.transform=this.zoomTransform}createZoomBehavior(){const e=function(){var e,t,i,o=pk,n=gk,s=bk,r=fk,a=mk,l=[0,1/0],c=[[-1/0,-1/0],[1/0,1/0]],d=250,h=nC,u=Rx("start","zoom","end"),p=500,g=0,v=10
|
|
7573
|
+
function f(e){e.property("__zoom",vk).on("wheel.zoom",C,{passive:!1}).on("mousedown.zoom",k).on("dblclick.zoom",S).filter(a).on("touchstart.zoom",_).on("touchmove.zoom",I).on("touchend.zoom touchcancel.zoom",R).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function m(e,t){return(t=Math.max(l[0],Math.min(l[1],t)))===e.k?e:new lk(t,e.x,e.y)}function b(e,t,i){var o=t[0]-i[0]*e.k,n=t[1]-i[1]*e.k
|
|
7574
|
+
return o===e.x&&n===e.y?e:new lk(e.k,o,n)}function w(e){return[(+e[0][0]+ +e[1][0])/2,(+e[0][1]+ +e[1][1])/2]}function x(e,t,i,o){e.on("start.zoom",(function(){y(this,arguments).event(o).start()})).on("interrupt.zoom end.zoom",(function(){y(this,arguments).event(o).end()})).tween("zoom",(function(){var e=this,s=arguments,r=y(e,s).event(o),a=n.apply(e,s),l=null==i?w(a):"function"==typeof i?i.apply(e,s):i,c=Math.max(a[1][0]-a[0][0],a[1][1]-a[0][1]),d=e.__zoom,u="function"==typeof t?t.apply(e,s):t,p=h(d.invert(l).concat(c/d.k),u.invert(l).concat(c/u.k))
|
|
7538
7575
|
return function(e){if(1===e)e=u
|
|
7539
7576
|
else{var t=p(e),i=c/t[2]
|
|
7540
|
-
e=new
|
|
7577
|
+
e=new lk(i,l[0]-t[0]*i,l[1]-t[1]*i)}r.zoom(null,e)}}))}function y(e,t,i){return!i&&e.__zooming||new $(e,t)}function $(e,t){this.that=e,this.args=t,this.active=0,this.sourceEvent=null,this.extent=n.apply(e,t),this.taps=0}function C(e,...t){if(o.apply(this,arguments)){var i=y(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=Wy(e)
|
|
7541
7578
|
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)
|
|
7542
7579
|
else{if(n.k===a)return
|
|
7543
|
-
i.mouse=[d,n.invert(d)],
|
|
7544
|
-
|
|
7545
|
-
r.moved=t*t+i*i>g}r.event(e).zoom("mouse",s(b(r.that.__zoom,r.mouse[0]=
|
|
7546
|
-
|
|
7547
|
-
for(
|
|
7548
|
-
e&&(e=clearTimeout(e)),s&&(h.taps<2&&(t=l[0],e=setTimeout((function(){e=null}),p)),
|
|
7549
|
-
for(
|
|
7580
|
+
i.mouse=[d,n.invert(d)],IC(this),i.start()}uk(e),i.wheel=setTimeout(h,150),i.zoom("mouse",s(b(m(n,a),i.mouse[0],i.mouse[1]),i.extent,c))}function h(){i.wheel=null,i.end()}}function k(e,...t){if(!i&&o.apply(this,arguments)){var n=e.currentTarget,r=y(this,t,!0).event(e),a=Gy(e.view).on("mousemove.zoom",u,!0).on("mouseup.zoom",p,!0),l=Wy(e,n),d=e.clientX,h=e.clientY
|
|
7581
|
+
Yy(e.view),hk(e),r.mouse=[l,this.__zoom.invert(l)],IC(this),r.start()}function u(e){if(uk(e),!r.moved){var t=e.clientX-d,i=e.clientY-h
|
|
7582
|
+
r.moved=t*t+i*i>g}r.event(e).zoom("mouse",s(b(r.that.__zoom,r.mouse[0]=Wy(e,n),r.mouse[1]),r.extent,c))}function p(e){a.on("mousemove.zoom mouseup.zoom",null),Qy(e.view,r.moved),uk(e),r.event(e).end()}}function S(e,...t){if(o.apply(this,arguments)){var i=this.__zoom,r=Wy(e.changedTouches?e.changedTouches[0]:e,this),a=i.invert(r),l=i.k*(e.shiftKey?.5:2),h=s(b(m(i,l),r,a),n.apply(this,t),c)
|
|
7583
|
+
uk(e),d>0?Gy(this).transition().duration(d).call(x,h,r,e):Gy(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=y(this,n,i.changedTouches.length===d).event(i)
|
|
7584
|
+
for(hk(i),r=0;r<d;++r)l=[l=Wy(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)
|
|
7585
|
+
e&&(e=clearTimeout(e)),s&&(h.taps<2&&(t=l[0],e=setTimeout((function(){e=null}),p)),IC(this),h.start())}}function I(e,...t){if(this.__zooming){var i,o,n,r,a=y(this,t).event(e),l=e.changedTouches,d=l.length
|
|
7586
|
+
for(uk(e),i=0;i<d;++i)n=Wy(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)
|
|
7550
7587
|
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,f=(f=g[0]-u[0])*f+(f=g[1]-u[1])*f
|
|
7551
7588
|
o=m(o,Math.sqrt(v/f)),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
|
|
7552
7589
|
n=a.touch0[0],r=a.touch0[1]}a.zoom("touch",s(b(o,n,r),a.extent,c))}}function R(e,...o){if(this.__zooming){var n,s,r=y(this,o).event(e),a=e.changedTouches,l=a.length
|
|
7553
|
-
for(
|
|
7590
|
+
for(hk(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
|
|
7554
7591
|
if(r.touch1&&!r.touch0&&(r.touch0=r.touch1,delete r.touch1),r.touch0)r.touch0[1]=this.__zoom.invert(r.touch0[0])
|
|
7555
|
-
else if(r.end(),2===r.taps&&(s=
|
|
7592
|
+
else if(r.end(),2===r.taps&&(s=Wy(s,this),Math.hypot(t[0]-s[0],t[1]-s[1])<v)){var c=Gy(this).on("dblclick.zoom")
|
|
7556
7593
|
c&&c.apply(this,arguments)}}}return f.transform=function(e,t,i,o){var n=e.selection?e.selection():e
|
|
7557
|
-
n.property("__zoom",
|
|
7594
|
+
n.property("__zoom",vk),e!==n?x(e,t,i,o):n.interrupt().each((function(){y(this,arguments).event(o).start().zoom(null,"function"==typeof t?t.apply(this,arguments):t).end()}))},f.scaleBy=function(e,t,i,o){f.scaleTo(e,(function(){return this.__zoom.k*("function"==typeof t?t.apply(this,arguments):t)}),i,o)},f.scaleTo=function(e,t,i,o){f.transform(e,(function(){var e=n.apply(this,arguments),o=this.__zoom,r=null==i?w(e):"function"==typeof i?i.apply(this,arguments):i,a=o.invert(r),l="function"==typeof t?t.apply(this,arguments):t
|
|
7558
7595
|
return s(b(m(o,l),r,a),e,c)}),i,o)},f.translateBy=function(e,t,i,o){f.transform(e,(function(){return s(this.__zoom.translate("function"==typeof t?t.apply(this,arguments):t,"function"==typeof i?i.apply(this,arguments):i),n.apply(this,arguments),c)}),null,o)},f.translateTo=function(e,t,i,o,r){f.transform(e,(function(){var e=n.apply(this,arguments),r=this.__zoom,a=null==o?w(e):"function"==typeof o?o.apply(this,arguments):o
|
|
7559
|
-
return s(
|
|
7560
|
-
u.call(e,this.that,new
|
|
7561
|
-
return e===u?f:e},f.clickDistance=function(e){return arguments.length?(g=(e=+e)*e,f):Math.sqrt(g)},f.tapDistance=function(e){return arguments.length?(v=+e,f):v},f}().scaleExtent([1.1,this.getZoomMax(this.wafermap.canvasWidth*this.wafermap.canvasHeight,this.wafermap.dataManager.containerDimensions.width*this.wafermap.dataManager.containerDimensions.height)]).translateExtent([this.minExtentPoint,[this.wafermap.canvasWidth+this.extentPadding,this.wafermap.canvasHeight+this.extentPadding]]).filter((e=>
|
|
7562
|
-
return e}getZoomMax(e,t){return Math.ceil(t/e*100)}}class
|
|
7596
|
+
return s(ck.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)},$.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=Gy(this.that).datum()
|
|
7597
|
+
u.call(e,this.that,new ak(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:rk(+e),f):r},f.filter=function(e){return arguments.length?(o="function"==typeof e?e:rk(!!e),f):o},f.touchable=function(e){return arguments.length?(a="function"==typeof e?e:rk(!!e),f):a},f.extent=function(e){return arguments.length?(n="function"==typeof e?e:rk([[+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)
|
|
7598
|
+
return e===u?f:e},f.clickDistance=function(e){return arguments.length?(g=(e=+e)*e,f):Math.sqrt(g)},f.tapDistance=function(e){return arguments.length?(v=+e,f):v},f}().scaleExtent([1.1,this.getZoomMax(this.wafermap.canvasWidth*this.wafermap.canvasHeight,this.wafermap.dataManager.containerDimensions.width*this.wafermap.dataManager.containerDimensions.height)]).translateExtent([this.minExtentPoint,[this.wafermap.canvasWidth+this.extentPadding,this.wafermap.canvasHeight+this.extentPadding]]).filter((e=>dk(this.wafermap.canvas).k>=this.minScale||"wheel"===e.type)).on("zoom",(e=>{this.rescale(e)}))
|
|
7599
|
+
return e}getZoomMax(e,t){return Math.ceil(t/e*100)}}class AS{constructor(e){this.wafermap=e}mousemove(e){const t={x:e.offsetX,y:e.offsetY}
|
|
7563
7600
|
if(!this.hoversOverDie(t))return void(this.wafermap.hoverDie=void 0)
|
|
7564
7601
|
const i=this.wafermap.transform.invert([t.x,t.y]),o=this.calculateDieCoordinates({x:i[0],y:i[1]})
|
|
7565
|
-
this.wafermap.hoverDie=this.wafermap.dataManager.getWaferMapDie(o)}mouseout(e){this.wafermap.hoverDie=void 0}calculateDieCoordinates(e){const t=this.wafermap.quadrant,i=t===
|
|
7602
|
+
this.wafermap.hoverDie=this.wafermap.dataManager.getWaferMapDie(o)}mouseout(e){this.wafermap.hoverDie=void 0}calculateDieCoordinates(e){const t=this.wafermap.quadrant,i=t===fS||t===bS?Math.floor:Math.ceil,o=t===bS||t===wS?Math.floor:Math.ceil
|
|
7566
7603
|
return{x:i(this.wafermap.dataManager.invertedHorizontalScale(e.x-this.wafermap.dataManager.margin.left)),y:o(this.wafermap.dataManager.invertedVerticalScale(e.y-this.wafermap.dataManager.margin.top))}}hoversOverDie(e){const t=this.wafermap.canvasContext.getImageData(e.x,e.y,1,1).data
|
|
7567
7604
|
let i=0
|
|
7568
7605
|
for(const e of t)i+=e
|
|
7569
|
-
return i>0}}class
|
|
7606
|
+
return i>0}}class OS{constructor(e){this.wafermap=e,this.onWheelMove=e=>{e.preventDefault()},this.onMouseMove=e=>{this.hoverHandler.mousemove(e)},this.onMouseOut=e=>{this.hoverHandler.mouseout(e)},this.zoomHandler=new MS(e),this.hoverHandler=new AS(e),this.attachEvents()}detachEvents(){this.wafermap.removeEventListener("mousemove",this.onMouseMove),this.wafermap.removeEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.removeEventListener("wheel",this.onWheelMove)}attachEvents(){this.wafermap.addEventListener("mousemove",this.onMouseMove),this.wafermap.addEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.addEventListener("wheel",this.onWheelMove,{passive:!1})}}class ES extends _t{constructor(){super(...arguments),this.quadrant=bS,this.orientation=xS,this.maxCharacters=4,this.dieLabelsHidden=!1,this.dieLabelsSuffix="",this.colorScaleMode=CS,this.renderQueued=!1,this.transform=ck,this.hoverTransform="",this.hoverOpacity=$S,this.hoverWidth=0,this.hoverHeight=0,this.highlightedValues=[],this.dies=[],this.colorScale={colors:[],values:[]}}connectedCallback(){super.connectedCallback(),this.canvasContext=this.canvas.getContext("2d",{willReadFrequently:!0}),this.resizeObserver=this.createResizeObserver()}disconnectedCallback(){super.disconnectedCallback(),this.resizeObserver.unobserve(this)}render(){this.renderQueued=!1,this.initializeInternalModules(),this.renderer?.drawWafer()}queueRender(){this.$fastController.isConnected&&(this.renderQueued||(this.renderQueued=!0,u.queueUpdate((()=>this.render()))))}queueRenderHover(){this.$fastController.isConnected&&u.queueUpdate((()=>this.renderer?.renderHover()))}initializeInternalModules(){this.eventCoordinator?.detachEvents(),this.dataManager=new IS(this),this.renderer=new RS(this),this.eventCoordinator=new OS(this)}createResizeObserver(){const e=new ResizeObserver((e=>{const t=e[0]
|
|
7570
7607
|
if(void 0===t)return
|
|
7571
7608
|
const{height:i,width:o}=t.contentRect
|
|
7572
7609
|
this.canvas.width=o,this.canvas.height=i,this.canvasWidth=o,this.canvasHeight=i}))
|
|
7573
|
-
return e.observe(this),e}quadrantChanged(){this.queueRender()}orientationChanged(){this.queueRender()}maxCharactersChanged(){this.queueRender()}dieLabelsHiddenChanged(){this.queueRender()}dieLabelsSuffixChanged(){this.queueRender()}colorScaleModeChanged(){this.queueRender()}highlightedValuesChanged(){this.queueRender()}diesChanged(){this.queueRender()}colorScaleChanged(){this.queueRender()}transformChanged(){this.queueRender()}canvasWidthChanged(){this.queueRender()}canvasHeightChanged(){this.queueRender()}hoverDieChanged(){this.$emit("die-hover",{currentDie:this.hoverDie}),this.queueRenderHover()}}e([ne],
|
|
7574
|
-
const
|
|
7575
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
7610
|
+
return e.observe(this),e}quadrantChanged(){this.queueRender()}orientationChanged(){this.queueRender()}maxCharactersChanged(){this.queueRender()}dieLabelsHiddenChanged(){this.queueRender()}dieLabelsSuffixChanged(){this.queueRender()}colorScaleModeChanged(){this.queueRender()}highlightedValuesChanged(){this.queueRender()}diesChanged(){this.queueRender()}colorScaleChanged(){this.queueRender()}transformChanged(){this.queueRender()}canvasWidthChanged(){this.queueRender()}canvasHeightChanged(){this.queueRender()}hoverDieChanged(){this.$emit("die-hover",{currentDie:this.hoverDie}),this.queueRenderHover()}}e([ne],ES.prototype,"quadrant",void 0),e([ne],ES.prototype,"orientation",void 0),e([ne({attribute:"max-characters",converter:ie})],ES.prototype,"maxCharacters",void 0),e([ne({attribute:"die-labels-hidden",mode:"boolean"})],ES.prototype,"dieLabelsHidden",void 0),e([ne({attribute:"die-labels-suffix"})],ES.prototype,"dieLabelsSuffix",void 0),e([ne({attribute:"color-scale-mode"})],ES.prototype,"colorScaleMode",void 0),e([f],ES.prototype,"canvasWidth",void 0),e([f],ES.prototype,"canvasHeight",void 0),e([f],ES.prototype,"transform",void 0),e([f],ES.prototype,"hoverTransform",void 0),e([f],ES.prototype,"hoverOpacity",void 0),e([f],ES.prototype,"hoverWidth",void 0),e([f],ES.prototype,"hoverHeight",void 0),e([f],ES.prototype,"hoverDie",void 0),e([f],ES.prototype,"highlightedValues",void 0),e([f],ES.prototype,"dies",void 0),e([f],ES.prototype,"colorScale",void 0)
|
|
7611
|
+
const VS=ES.compose({baseName:"wafer-map",template:wk,styles:xk})
|
|
7612
|
+
no.getOrCreate().withPrefix("nimble").register(VS()),no.tagFor(ES)}()
|
|
7576
7613
|
//# sourceMappingURL=all-components-bundle.min.js.map
|