@ni/nimble-components 18.6.0 → 18.6.1
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 +16 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +403 -400
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/table-column/text/template.js +16 -3
- package/dist/esm/table-column/text/template.js.map +1 -1
- package/package.json +1 -1
|
@@ -159,14 +159,14 @@ for(let n=0,s=t.length-1;n<s;++n){const s=t[n]
|
|
|
159
159
|
let r=e[n]
|
|
160
160
|
if(o+=s,r instanceof j){const t=r
|
|
161
161
|
r=()=>t}if("function"==typeof r&&(r=new V(r)),r instanceof $){const t=U.exec(s)
|
|
162
|
-
null!==t&&(r.targetName=t[2])}r instanceof x?(o+=r.createPlaceholder(i.length),i.push(r)):o+=r}return o+=t[t.length-1],new j(o,i)}class
|
|
162
|
+
null!==t&&(r.targetName=t[2])}r instanceof x?(o+=r.createPlaceholder(i.length),i.push(r)):o+=r}return o+=t[t.length-1],new j(o,i)}class W{constructor(){this.targets=new WeakSet}addStylesTo(t){this.targets.add(t)}removeStylesFrom(t){this.targets.delete(t)}isAttachedTo(t){return this.targets.has(t)}withBehaviors(...t){return this.behaviors=null===this.behaviors?t:this.behaviors.concat(t),this}}function X(t){return t.map((t=>t instanceof W?X(t.styles):[t])).reduce(((t,e)=>t.concat(e)),[])}function K(t){return t.map((t=>t instanceof W?t.behaviors:null)).reduce(((t,e)=>null===e?t:(null===t&&(t=[]),t.concat(e))),null)}W.create=(()=>{if(u.supportsAdoptedStyleSheets){const t=new Map
|
|
163
163
|
return e=>new Y(e,t)}return t=>new J(t)})()
|
|
164
|
-
class Y extends
|
|
165
|
-
this._styleSheets=
|
|
164
|
+
class Y extends W{constructor(t,e){super(),this.styles=t,this.styleSheetCache=e,this._styleSheets=void 0,this.behaviors=K(t)}get styleSheets(){if(void 0===this._styleSheets){const t=this.styles,e=this.styleSheetCache
|
|
165
|
+
this._styleSheets=X(t).map((t=>{if(t instanceof CSSStyleSheet)return t
|
|
166
166
|
let i=e.get(t)
|
|
167
167
|
return void 0===i&&(i=new CSSStyleSheet,i.replaceSync(t),e.set(t,i)),i}))}return this._styleSheets}addStylesTo(t){t.adoptedStyleSheets=[...t.adoptedStyleSheets,...this.styleSheets],super.addStylesTo(t)}removeStylesFrom(t){const e=this.styleSheets
|
|
168
168
|
t.adoptedStyleSheets=t.adoptedStyleSheets.filter((t=>-1===e.indexOf(t))),super.removeStylesFrom(t)}}let Q=0
|
|
169
|
-
class J extends
|
|
169
|
+
class J extends W{constructor(t){super(),this.styles=t,this.behaviors=null,this.behaviors=K(t),this.styleSheets=X(t),this.styleClass="fast-style-class-"+ ++Q}addStylesTo(t){const e=this.styleSheets,i=this.styleClass
|
|
170
170
|
t=this.normalizeTarget(t)
|
|
171
171
|
for(let o=0;o<e.length;o++){const n=document.createElement("style")
|
|
172
172
|
n.innerHTML=e[o],n.className=i,t.append(n)}super.addStylesTo(t)}removeStylesFrom(t){const e=(t=this.normalizeTarget(t)).querySelectorAll(`.${this.styleClass}`)
|
|
@@ -193,7 +193,7 @@ return Object.freeze({register:e=>!t.has(e.type)&&(t.set(e.type,e),!0),getByType
|
|
|
193
193
|
class lt{constructor(t,e=t.definition){"string"==typeof e&&(e={name:e}),this.type=t,this.name=e.name,this.template=e.template
|
|
194
194
|
const i=ot.collect(t,e.attributes),o=new Array(i.length),n={},s={}
|
|
195
195
|
for(let t=0,e=i.length;t<e;++t){const e=i[t]
|
|
196
|
-
o[t]=e.attribute,n[e.name]=e,s[e.attribute]=e}this.attributes=i,this.observedAttributes=o,this.propertyLookup=n,this.attributeLookup=s,this.shadowOptions=void 0===e.shadowOptions?st:null===e.shadowOptions?void 0:Object.assign(Object.assign({},st),e.shadowOptions),this.elementOptions=void 0===e.elementOptions?rt:Object.assign(Object.assign({},rt),e.elementOptions),this.styles=void 0===e.styles?void 0:Array.isArray(e.styles)?
|
|
196
|
+
o[t]=e.attribute,n[e.name]=e,s[e.attribute]=e}this.attributes=i,this.observedAttributes=o,this.propertyLookup=n,this.attributeLookup=s,this.shadowOptions=void 0===e.shadowOptions?st:null===e.shadowOptions?void 0:Object.assign(Object.assign({},st),e.shadowOptions),this.elementOptions=void 0===e.elementOptions?rt:Object.assign(Object.assign({},rt),e.elementOptions),this.styles=void 0===e.styles?void 0:Array.isArray(e.styles)?W.create(e.styles):e.styles instanceof W?e.styles:W.create([e.styles])}get isDefined(){return!!at.getByType(this.type)}define(t=customElements){const e=this.type
|
|
197
197
|
if(at.register(this)){const t=this.attributes,i=e.prototype
|
|
198
198
|
for(let e=0,o=t.length;e<o;++e)v.defineProperty(i,t[e])
|
|
199
199
|
Reflect.defineProperty(e,"observedAttributes",{value:this.observedAttributes,enumerable:!0})}return t.get(this.name)||t.define(this.name,e,this.elementOptions),this}}lt.forType=at.getByType
|
|
@@ -247,7 +247,7 @@ const n=[]
|
|
|
247
247
|
for(let s=0,r=t.length-1;s<r;++s){o+=t[s]
|
|
248
248
|
let r=e[s]
|
|
249
249
|
if(r instanceof vt){const t=r.createBehavior()
|
|
250
|
-
r=r.createCSS(),t&&n.push(t)}r instanceof
|
|
250
|
+
r=r.createCSS(),t&&n.push(t)}r instanceof W||r instanceof CSSStyleSheet?(""!==o.trim()&&(i.push(o),o=""),i.push(r)):o+=r}return o+=t[t.length-1],""!==o.trim()&&i.push(o),{styles:i,behaviors:n}}(t,e),n=W.create(i)
|
|
251
251
|
return o.length&&n.withBehaviors(...o),n}function mt(t,e,i){return{index:t,removed:e,addedCount:i}}function bt(t,e,i,o,s,r){let a=0,l=0
|
|
252
252
|
const c=Math.min(i-e,r-s)
|
|
253
253
|
if(0===e&&0===s&&(a=function(t,e,i){for(let o=0;o<i;++o)if(t[o]!==e[o])return o
|
|
@@ -413,12 +413,12 @@ class jt{constructor(t,e){this.container=t,this.key=e}instance(t){return this.re
|
|
|
413
413
|
return this.container=this.key=void 0,i.registerResolver(o,new ee(o,t,e))}}function Ut(t){const e=t.slice(),i=Object.keys(t),o=i.length
|
|
414
414
|
let n
|
|
415
415
|
for(let s=0;s<o;++s)n=i[s],xe(n)||(e[n]=t[n])
|
|
416
|
-
return e}const Gt=Object.freeze({none(t){throw Error(`${t.toString()} not registered, did you forget to add @singleton()?`)},singleton:t=>new ee(t,1,t),transient:t=>new ee(t,2,t)}),
|
|
416
|
+
return e}const Gt=Object.freeze({none(t){throw Error(`${t.toString()} not registered, did you forget to add @singleton()?`)},singleton:t=>new ee(t,1,t),transient:t=>new ee(t,2,t)}),Wt=Object.freeze({default:Object.freeze({parentLocator:()=>null,responsibleForOwnerRequests:!1,defaultResolver:Gt.singleton})}),Xt=new Map
|
|
417
417
|
function Kt(t){return e=>Reflect.getOwnMetadata(t,e)}let Yt=null
|
|
418
|
-
const Qt=Object.freeze({createContainer:t=>new he(null,Object.assign({},
|
|
418
|
+
const Qt=Object.freeze({createContainer:t=>new he(null,Object.assign({},Wt.default,t)),findResponsibleContainer(t){const e=t.$$container$$
|
|
419
419
|
return e&&e.responsibleForOwnerRequests?e:Qt.findParentContainer(t)},findParentContainer(t){const e=new CustomEvent(ce,{bubbles:!0,composed:!0,cancelable:!0,detail:{container:void 0}})
|
|
420
|
-
return t.dispatchEvent(e),e.detail.container||Qt.getOrCreateDOMContainer()},getOrCreateDOMContainer:(t,e)=>t?t.$$container$$||new he(t,Object.assign({},
|
|
421
|
-
return void 0===e&&Reflect.defineMetadata("di:paramtypes",e=[],t),e},getDependencies(t){let e=
|
|
420
|
+
return t.dispatchEvent(e),e.detail.container||Qt.getOrCreateDOMContainer()},getOrCreateDOMContainer:(t,e)=>t?t.$$container$$||new he(t,Object.assign({},Wt.default,e,{parentLocator:Qt.findParentContainer})):Yt||(Yt=new he(null,Object.assign({},Wt.default,e,{parentLocator:()=>null}))),getDesignParamtypes:Kt("design:paramtypes"),getAnnotationParamtypes:Kt("di:paramtypes"),getOrCreateAnnotationParamTypes(t){let e=this.getAnnotationParamtypes(t)
|
|
421
|
+
return void 0===e&&Reflect.defineMetadata("di:paramtypes",e=[],t),e},getDependencies(t){let e=Xt.get(t)
|
|
422
422
|
if(void 0===e){const i=t.inject
|
|
423
423
|
if(void 0===i){const i=Qt.getDesignParamtypes(t),o=Qt.getAnnotationParamtypes(t)
|
|
424
424
|
if(void 0===i)if(void 0===o){const i=Object.getPrototypeOf(t)
|
|
@@ -431,7 +431,7 @@ const s=Object.keys(o)
|
|
|
431
431
|
let r
|
|
432
432
|
n=s.length
|
|
433
433
|
for(let t=0;t<n;++t)r=s[t],xe(r)||(e[r]=o[r])}}else e=Ut(i)
|
|
434
|
-
|
|
434
|
+
Xt.set(t,e)}return e},defineProperty(t,e,i,o=!1){const n=`$di_${e}`
|
|
435
435
|
Reflect.defineProperty(t,e,{get:function(){let t=this[n]
|
|
436
436
|
if(void 0===t){const s=this instanceof HTMLElement?Qt.findResponsibleContainer(this):Qt.getOrCreateDOMContainer()
|
|
437
437
|
if(t=s.get(i),this[n]=t,o&&this instanceof gt){const o=this.$fastController,s=()=>{Qt.findResponsibleContainer(this).get(i)!==this[n]&&(this[n]=t,o.notify(e))}
|
|
@@ -515,7 +515,7 @@ for(let e=0;e<i;++e)if(o=t.charCodeAt(e),0===e&&48===o&&i>1||o<48||o>57)return y
|
|
|
515
515
|
return ye[t]=!0}default:return!1}}function $e(t){return`${t.toLowerCase()}:presentation`}const Ce=new Map,ke=Object.freeze({define(t,e,i){const o=$e(t)
|
|
516
516
|
void 0===Ce.get(o)?Ce.set(o,e):Ce.set(o,!1),i.register(ge.instance(o,e))},forTag(t,e){const i=$e(t),o=Ce.get(i)
|
|
517
517
|
if(!1===o){return Qt.findResponsibleContainer(e).get(i)}return o||null}})
|
|
518
|
-
class Se{constructor(t,e){this.template=t||null,this.styles=void 0===e?null:Array.isArray(e)?
|
|
518
|
+
class Se{constructor(t,e){this.template=t||null,this.styles=void 0===e?null:Array.isArray(e)?W.create(e):e instanceof W?e:W.create([e])}applyTo(t){const e=t.$fastController
|
|
519
519
|
null===e.template&&(e.template=this.template),null===e.styles&&(e.styles=this.styles)}}class _e extends gt{constructor(){super(...arguments),this._presentation=void 0}get $presentation(){return void 0===this._presentation&&(this._presentation=ke.forTag(this.tagName,this)),this._presentation}templateChanged(){void 0!==this.template&&(this.$fastController.template=this.template)}stylesChanged(){void 0!==this.styles&&(this.$fastController.styles=this.styles)}connectedCallback(){null!==this.$presentation&&this.$presentation.applyTo(this),super.connectedCallback()}static compose(t){return(e={})=>new Ie(this===_e?class extends _e{}:this,t,e)}}function Me(t,e,i){return"function"==typeof t?t(e,i):t}Zt([f],_e.prototype,"template",void 0),Zt([f],_e.prototype,"styles",void 0)
|
|
520
520
|
class Ie{constructor(t,e,i){this.type=t,this.elementDefinition=e,this.overrideDefinition=i,this.definition=Object.assign(Object.assign({},this.elementDefinition),this.overrideDefinition)}register(t,e){const i=this.definition,o=this.overrideDefinition,n=`${i.prefix||e.elementPrefix}-${i.baseName}`
|
|
521
521
|
e.tryDefineElement({name:n,type:this.type,baseClass:this.elementDefinition.baseClass,callback:t=>{const e=new Se(Me(i.template,t,i),Me(i.styles,t,i))
|
|
@@ -529,8 +529,8 @@ const Ve="resize",He="scroll"
|
|
|
529
529
|
var Pe
|
|
530
530
|
!function(t){t[t.alt=18]="alt",t[t.arrowDown=40]="arrowDown",t[t.arrowLeft=37]="arrowLeft",t[t.arrowRight=39]="arrowRight",t[t.arrowUp=38]="arrowUp",t[t.back=8]="back",t[t.backSlash=220]="backSlash",t[t.break=19]="break",t[t.capsLock=20]="capsLock",t[t.closeBracket=221]="closeBracket",t[t.colon=186]="colon",t[t.colon2=59]="colon2",t[t.comma=188]="comma",t[t.ctrl=17]="ctrl",t[t.delete=46]="delete",t[t.end=35]="end",t[t.enter=13]="enter",t[t.equals=187]="equals",t[t.equals2=61]="equals2",t[t.equals3=107]="equals3",t[t.escape=27]="escape",t[t.forwardSlash=191]="forwardSlash",t[t.function1=112]="function1",t[t.function10=121]="function10",t[t.function11=122]="function11",t[t.function12=123]="function12",t[t.function2=113]="function2",t[t.function3=114]="function3",t[t.function4=115]="function4",t[t.function5=116]="function5",t[t.function6=117]="function6",t[t.function7=118]="function7",t[t.function8=119]="function8",t[t.function9=120]="function9",t[t.home=36]="home",t[t.insert=45]="insert",t[t.menu=93]="menu",t[t.minus=189]="minus",t[t.minus2=109]="minus2",t[t.numLock=144]="numLock",t[t.numPad0=96]="numPad0",t[t.numPad1=97]="numPad1",t[t.numPad2=98]="numPad2",t[t.numPad3=99]="numPad3",t[t.numPad4=100]="numPad4",t[t.numPad5=101]="numPad5",t[t.numPad6=102]="numPad6",t[t.numPad7=103]="numPad7",t[t.numPad8=104]="numPad8",t[t.numPad9=105]="numPad9",t[t.numPadDivide=111]="numPadDivide",t[t.numPadDot=110]="numPadDot",t[t.numPadMinus=109]="numPadMinus",t[t.numPadMultiply=106]="numPadMultiply",t[t.numPadPlus=107]="numPadPlus",t[t.openBracket=219]="openBracket",t[t.pageDown=34]="pageDown",t[t.pageUp=33]="pageUp",t[t.period=190]="period",t[t.print=44]="print",t[t.quote=222]="quote",t[t.scrollLock=145]="scrollLock",t[t.shift=16]="shift",t[t.space=32]="space",t[t.tab=9]="tab",t[t.tilde=192]="tilde",t[t.windowsLeft=91]="windowsLeft",t[t.windowsOpera=219]="windowsOpera",t[t.windowsRight=92]="windowsRight"}(Pe||(Pe={}))
|
|
531
531
|
const Te="ArrowDown",Le="ArrowLeft",De="ArrowRight",ze="ArrowUp",Be="Enter",Ne="Escape",Ze="Home",qe="End",je=" ",Ue="Tab",Ge={ArrowDown:Te,ArrowLeft:Le,ArrowRight:De,ArrowUp:ze}
|
|
532
|
-
var
|
|
533
|
-
function
|
|
532
|
+
var We
|
|
533
|
+
function Xe(t,e,i){return Math.min(Math.max(i,t),e)}function Ke(t,e,i=0){return[e,i]=[e,i].sort(((t,e)=>t-e)),e<=t&&t<i}!function(t){t.ltr="ltr",t.rtl="rtl"}(We||(We={}))
|
|
534
534
|
let Ye=0
|
|
535
535
|
function Qe(t=""){return`${t}${Ye++}`}class Je{}Zt([nt({attribute:"aria-atomic"})],Je.prototype,"ariaAtomic",void 0),Zt([nt({attribute:"aria-busy"})],Je.prototype,"ariaBusy",void 0),Zt([nt({attribute:"aria-controls"})],Je.prototype,"ariaControls",void 0),Zt([nt({attribute:"aria-current"})],Je.prototype,"ariaCurrent",void 0),Zt([nt({attribute:"aria-describedby"})],Je.prototype,"ariaDescribedby",void 0),Zt([nt({attribute:"aria-details"})],Je.prototype,"ariaDetails",void 0),Zt([nt({attribute:"aria-disabled"})],Je.prototype,"ariaDisabled",void 0),Zt([nt({attribute:"aria-errormessage"})],Je.prototype,"ariaErrormessage",void 0),Zt([nt({attribute:"aria-flowto"})],Je.prototype,"ariaFlowto",void 0),Zt([nt({attribute:"aria-haspopup"})],Je.prototype,"ariaHaspopup",void 0),Zt([nt({attribute:"aria-hidden"})],Je.prototype,"ariaHidden",void 0),Zt([nt({attribute:"aria-invalid"})],Je.prototype,"ariaInvalid",void 0),Zt([nt({attribute:"aria-keyshortcuts"})],Je.prototype,"ariaKeyshortcuts",void 0),Zt([nt({attribute:"aria-label"})],Je.prototype,"ariaLabel",void 0),Zt([nt({attribute:"aria-labelledby"})],Je.prototype,"ariaLabelledby",void 0),Zt([nt({attribute:"aria-live"})],Je.prototype,"ariaLive",void 0),Zt([nt({attribute:"aria-owns"})],Je.prototype,"ariaOwns",void 0),Zt([nt({attribute:"aria-relevant"})],Je.prototype,"ariaRelevant",void 0),Zt([nt({attribute:"aria-roledescription"})],Je.prototype,"ariaRoledescription",void 0)
|
|
536
536
|
let ti=class extends _e{constructor(){super(...arguments),this.handleUnsupportedDelegatesFocus=()=>{var t
|
|
@@ -538,15 +538,15 @@ window.ShadowRoot&&!window.ShadowRoot.prototype.hasOwnProperty("delegatesFocus")
|
|
|
538
538
|
Zt([nt],ti.prototype,"download",void 0),Zt([nt],ti.prototype,"href",void 0),Zt([nt],ti.prototype,"hreflang",void 0),Zt([nt],ti.prototype,"ping",void 0),Zt([nt],ti.prototype,"referrerpolicy",void 0),Zt([nt],ti.prototype,"rel",void 0),Zt([nt],ti.prototype,"target",void 0),Zt([nt],ti.prototype,"type",void 0),Zt([f],ti.prototype,"defaultSlottedContent",void 0)
|
|
539
539
|
class ei{}Zt([nt({attribute:"aria-expanded"})],ei.prototype,"ariaExpanded",void 0),Re(ei,Je),Re(ti,zt,ei)
|
|
540
540
|
const ii=t=>{const e=t.closest("[dir]")
|
|
541
|
-
return null!==e&&"rtl"===e.dir?
|
|
542
|
-
let oi=class extends _e{constructor(){super(...arguments),this.anchor="",this.viewport="",this.horizontalPositioningMode="uncontrolled",this.horizontalDefaultPosition="unset",this.horizontalViewportLock=!1,this.horizontalInset=!1,this.horizontalScaling="content",this.verticalPositioningMode="uncontrolled",this.verticalDefaultPosition="unset",this.verticalViewportLock=!1,this.verticalInset=!1,this.verticalScaling="content",this.fixedPlacement=!1,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.initialLayoutComplete=!1,this.resizeDetector=null,this.baseHorizontalOffset=0,this.baseVerticalOffset=0,this.pendingPositioningUpdate=!1,this.pendingReset=!1,this.currentDirection=
|
|
541
|
+
return null!==e&&"rtl"===e.dir?We.rtl:We.ltr}
|
|
542
|
+
let oi=class extends _e{constructor(){super(...arguments),this.anchor="",this.viewport="",this.horizontalPositioningMode="uncontrolled",this.horizontalDefaultPosition="unset",this.horizontalViewportLock=!1,this.horizontalInset=!1,this.horizontalScaling="content",this.verticalPositioningMode="uncontrolled",this.verticalDefaultPosition="unset",this.verticalViewportLock=!1,this.verticalInset=!1,this.verticalScaling="content",this.fixedPlacement=!1,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.initialLayoutComplete=!1,this.resizeDetector=null,this.baseHorizontalOffset=0,this.baseVerticalOffset=0,this.pendingPositioningUpdate=!1,this.pendingReset=!1,this.currentDirection=We.ltr,this.regionVisible=!1,this.forceUpdate=!1,this.updateThreshold=.5,this.update=()=>{this.pendingPositioningUpdate||this.requestPositionUpdates()},this.startObservers=()=>{this.stopObservers(),null!==this.anchorElement&&(this.requestPositionUpdates(),null!==this.resizeDetector&&(this.resizeDetector.observe(this.anchorElement),this.resizeDetector.observe(this)))},this.requestPositionUpdates=()=>{null===this.anchorElement||this.pendingPositioningUpdate||(oi.intersectionService.requestPosition(this,this.handleIntersection),oi.intersectionService.requestPosition(this.anchorElement,this.handleIntersection),null!==this.viewportElement&&oi.intersectionService.requestPosition(this.viewportElement,this.handleIntersection),this.pendingPositioningUpdate=!0)},this.stopObservers=()=>{this.pendingPositioningUpdate&&(this.pendingPositioningUpdate=!1,oi.intersectionService.cancelRequestPosition(this,this.handleIntersection),null!==this.anchorElement&&oi.intersectionService.cancelRequestPosition(this.anchorElement,this.handleIntersection),null!==this.viewportElement&&oi.intersectionService.cancelRequestPosition(this.viewportElement,this.handleIntersection)),null!==this.resizeDetector&&this.resizeDetector.disconnect()},this.getViewport=()=>"string"!=typeof this.viewport||""===this.viewport?document.documentElement:document.getElementById(this.viewport),this.getAnchor=()=>document.getElementById(this.anchor),this.handleIntersection=t=>{this.pendingPositioningUpdate&&(this.pendingPositioningUpdate=!1,this.applyIntersectionEntries(t)&&this.updateLayout())},this.applyIntersectionEntries=t=>{const e=t.find((t=>t.target===this)),i=t.find((t=>t.target===this.anchorElement)),o=t.find((t=>t.target===this.viewportElement))
|
|
543
543
|
return void 0!==e&&void 0!==o&&void 0!==i&&(!!(!this.regionVisible||this.forceUpdate||void 0===this.regionRect||void 0===this.anchorRect||void 0===this.viewportRect||this.isRectDifferent(this.anchorRect,i.boundingClientRect)||this.isRectDifferent(this.viewportRect,o.boundingClientRect)||this.isRectDifferent(this.regionRect,e.boundingClientRect))&&(this.regionRect=e.boundingClientRect,this.anchorRect=i.boundingClientRect,this.viewportElement===document.documentElement?this.viewportRect=new DOMRectReadOnly(o.boundingClientRect.x+document.documentElement.scrollLeft,o.boundingClientRect.y+document.documentElement.scrollTop,o.boundingClientRect.width,o.boundingClientRect.height):this.viewportRect=o.boundingClientRect,this.updateRegionOffset(),this.forceUpdate=!1,!0))},this.updateRegionOffset=()=>{this.anchorRect&&this.regionRect&&(this.baseHorizontalOffset=this.baseHorizontalOffset+(this.anchorRect.left-this.regionRect.left)+(this.translateX-this.baseHorizontalOffset),this.baseVerticalOffset=this.baseVerticalOffset+(this.anchorRect.top-this.regionRect.top)+(this.translateY-this.baseVerticalOffset))},this.isRectDifferent=(t,e)=>Math.abs(t.top-e.top)>this.updateThreshold||Math.abs(t.right-e.right)>this.updateThreshold||Math.abs(t.bottom-e.bottom)>this.updateThreshold||Math.abs(t.left-e.left)>this.updateThreshold,this.handleResize=t=>{this.update()},this.reset=()=>{this.pendingReset&&(this.pendingReset=!1,null===this.anchorElement&&(this.anchorElement=this.getAnchor()),null===this.viewportElement&&(this.viewportElement=this.getViewport()),this.currentDirection=ii(this),this.startObservers())},this.updateLayout=()=>{let t,e
|
|
544
544
|
if("uncontrolled"!==this.horizontalPositioningMode){const t=this.getPositioningOptions(this.horizontalInset)
|
|
545
545
|
if("center"===this.horizontalDefaultPosition)e="center"
|
|
546
546
|
else if("unset"!==this.horizontalDefaultPosition){let t=this.horizontalDefaultPosition
|
|
547
547
|
if("start"===t||"end"===t){const e=ii(this)
|
|
548
548
|
if(e!==this.currentDirection)return this.currentDirection=e,void this.initialize()
|
|
549
|
-
t=this.currentDirection===
|
|
549
|
+
t=this.currentDirection===We.ltr?"start"===t?"left":"right":"start"===t?"right":"left"}switch(t){case"left":e=this.horizontalInset?"insetStart":"start"
|
|
550
550
|
break
|
|
551
551
|
case"right":e=this.horizontalInset?"insetEnd":"end"}}const i=void 0!==this.horizontalThreshold?this.horizontalThreshold:void 0!==this.regionRect?this.regionRect.width:0,o=void 0!==this.anchorRect?this.anchorRect.left:0,n=void 0!==this.anchorRect?this.anchorRect.right:0,s=void 0!==this.anchorRect?this.anchorRect.width:0,r=void 0!==this.viewportRect?this.viewportRect.left:0,a=void 0!==this.viewportRect?this.viewportRect.right:0;(void 0===e||"locktodefault"!==this.horizontalPositioningMode&&this.getAvailableSpace(e,o,n,s,r,a)<i)&&(e=this.getAvailableSpace(t[0],o,n,s,r,a)>this.getAvailableSpace(t[1],o,n,s,r,a)?t[0]:t[1])}if("uncontrolled"!==this.verticalPositioningMode){const e=this.getPositioningOptions(this.verticalInset)
|
|
552
552
|
if("center"===this.verticalDefaultPosition)t="center"
|
|
@@ -746,7 +746,7 @@ break
|
|
|
746
746
|
case"ArrowUp":case"ArrowDown":if(this.filterOptions(),!this.open){this.open=!0
|
|
747
747
|
break}this.filteredOptions.length>0&&super.keydownHandler(t),this.isAutocompleteInline&&this.setInlineSelection()
|
|
748
748
|
break
|
|
749
|
-
default:return!0}}keyupHandler(t){switch(t.key){case"ArrowLeft":case"ArrowRight":case"Backspace":case"Delete":case"Home":case"End":this.filter=this.control.value,this.selectedIndex=-1,this.filterOptions()}}selectedIndexChanged(t,e){if(this.$fastController.isConnected){if((e=
|
|
749
|
+
default:return!0}}keyupHandler(t){switch(t.key){case"ArrowLeft":case"ArrowRight":case"Backspace":case"Delete":case"Home":case"End":this.filter=this.control.value,this.selectedIndex=-1,this.filterOptions()}}selectedIndexChanged(t,e){if(this.$fastController.isConnected){if((e=Xe(-1,this.options.length-1,e))!==this.selectedIndex)return void(this.selectedIndex=e)
|
|
750
750
|
super.selectedIndexChanged(t,e)}}selectPreviousOption(){!this.disabled&&this.selectedIndex>=0&&(this.selectedIndex=this.selectedIndex-1)}setDefaultSelectedOption(){if(this.$fastController.isConnected&&this.options){const t=this.options.findIndex((t=>null!==t.getAttribute("selected")||t.selected))
|
|
751
751
|
this.selectedIndex=t,!this.dirtyValue&&this.firstSelectedOption&&(this.value=this.firstSelectedOption.text),this.setSelectedOptions()}}setInputToSelection(){this.firstSelectedOption&&(this.control.value=this.firstSelectedOption.text,this.control.focus())}setInlineSelection(){this.firstSelectedOption&&(this.setInputToSelection(),this.control.setSelectionRange(this.filter.length,this.control.value.length,"backward"))}syncValue(){var t
|
|
752
752
|
const e=this.selectedIndex>-1?null===(t=this.firstSelectedOption)||void 0===t?void 0:t.text:this.control.value
|
|
@@ -781,7 +781,7 @@ const i=ji.getOrCreate(Ni.normalizeRoot(t))
|
|
|
781
781
|
for(const t in Ni.properties)i.removeProperty(t)}}static normalizeRoot(t){return t===Pi?document:t}}Ni.roots=new Set,Ni.properties={}
|
|
782
782
|
const Zi=new WeakMap,qi=u.supportsAdoptedStyleSheets?class extends Ti{constructor(t){super()
|
|
783
783
|
const e=new CSSStyleSheet
|
|
784
|
-
this.target=e.cssRules[e.insertRule(":host{}")].style,t.$fastController.addStyles(
|
|
784
|
+
this.target=e.cssRules[e.insertRule(":host{}")].style,t.$fastController.addStyles(W.create([e]))}}:zi,ji=Object.freeze({getOrCreate(t){if(Zi.has(t))return Zi.get(t)
|
|
785
785
|
let e
|
|
786
786
|
return t===Pi?e=new Ni:t instanceof Document?e=u.supportsAdoptedStyleSheets?new Li:new Di:e=t instanceof gt?new qi(t):new Bi(t),Zi.set(t,e),e}})
|
|
787
787
|
class Ui extends vt{constructor(t){super(),this.subscribers=new WeakMap,this._appliedTo=new Set,this.name=t.name,null!==t.cssCustomPropertyName&&(this.cssCustomProperty=`--${t.cssCustomPropertyName}`,this.cssVar=`var(${this.cssCustomProperty})`),this.id=Ui.uniqueId(),Ui.tokensById.set(this.id,this)}get appliedTo(){return[...this._appliedTo]}static from(t){return new Ui({name:"string"==typeof t?t:t.name,cssCustomPropertyName:"string"==typeof t?t:void 0===t.cssCustomPropertyName?t.name:t.cssCustomPropertyName})}static isCSSDesignToken(t){return"string"==typeof t.cssCustomProperty}static isDerivedDesignTokenValue(t){return"function"==typeof t}static getTokenById(t){return Ui.tokensById.get(t)}getOrCreateSubscriberSet(t=this){return this.subscribers.get(t)||this.subscribers.set(t,new Set)&&this.subscribers.get(t)}createCSS(){return this.cssVar||""}getValueFor(t){const e=Yi.getOrCreate(t).get(this)
|
|
@@ -791,12 +791,12 @@ e&&!Yi.existsFor(e)&&Yi.getOrCreate(e),i.has(t)||i.add(t)}unsubscribe(t,e){const
|
|
|
791
791
|
i&&i.has(t)&&i.delete(t)}notify(t){const e=Object.freeze({token:this,target:t})
|
|
792
792
|
this.subscribers.has(this)&&this.subscribers.get(this).forEach((t=>t.handleChange(e))),this.subscribers.has(t)&&this.subscribers.get(t).forEach((t=>t.handleChange(e)))}alias(t){return e=>t.getValueFor(e)}}Ui.uniqueId=(()=>{let t=0
|
|
793
793
|
return()=>(t++,t.toString(16))})(),Ui.tokensById=new Map
|
|
794
|
-
class Gi{constructor(t,e,i){this.source=t,this.token=e,this.node=i,this.dependencies=new Set,this.observer=v.binding(t,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,y))}}class
|
|
795
|
-
class Yi{constructor(t){this.target=t,this.store=new
|
|
794
|
+
class Gi{constructor(t,e,i){this.source=t,this.token=e,this.node=i,this.dependencies=new Set,this.observer=v.binding(t,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,y))}}class Wi{constructor(){this.values=new Map}set(t,e){this.values.get(t)!==e&&(this.values.set(t,e),v.getNotifier(this).notify(t.id))}get(t){return v.track(this,t.id),this.values.get(t)}delete(t){this.values.delete(t)}all(){return this.values.entries()}}const Xi=new WeakMap,Ki=new WeakMap
|
|
795
|
+
class Yi{constructor(t){this.target=t,this.store=new Wi,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(t,e)=>{const i=Ui.getTokenById(e)
|
|
796
796
|
if(i&&(i.notify(this.target),Ui.isCSSDesignToken(i))){const e=this.parent,o=this.isReflecting(i)
|
|
797
797
|
if(e){const n=e.get(i),s=t.get(i)
|
|
798
|
-
n===s||o?n===s&&o&&this.stopReflectToCSS(i):this.reflectToCSS(i)}else o||this.reflectToCSS(i)}}},
|
|
799
|
-
for(;null!==e;){if(
|
|
798
|
+
n===s||o?n===s&&o&&this.stopReflectToCSS(i):this.reflectToCSS(i)}else o||this.reflectToCSS(i)}}},Xi.set(t,this),v.getNotifier(this.store).subscribe(this.tokenValueChangeHandler),t instanceof gt?t.$fastController.addBehaviors([this]):t.isConnected&&this.bind()}static getOrCreate(t){return Xi.get(t)||new Yi(t)}static existsFor(t){return Xi.has(t)}static findParent(t){if(Pi!==t.target){let e=Hi(t.target)
|
|
799
|
+
for(;null!==e;){if(Xi.has(e))return Xi.get(e)
|
|
800
800
|
e=Hi(e)}return Yi.getOrCreate(Pi)}return null}static findClosestAssignedNode(t,e){let i=e
|
|
801
801
|
do{if(i.has(t))return i
|
|
802
802
|
i=i.parent?i.parent:i.target!==Pi?Yi.getOrCreate(Pi):null}while(null!==i)
|
|
@@ -879,7 +879,7 @@ o!==e&&u.queueUpdate((()=>{this.size=o}))}toggleSelectedForAllCheckedOptions(){c
|
|
|
879
879
|
t.forEach((t=>t.selected=e)),this.selectedIndex=this.options.indexOf(t[t.length-1]),this.setSelectedOptions()}typeaheadBufferChanged(t,e){if(this.multiple){if(this.$fastController.isConnected){const t=this.getTypeaheadMatches(),e=this.options.indexOf(t[0])
|
|
880
880
|
e>-1&&(this.activeIndex=e,this.uncheckAllOptions(),this.checkActiveIndex()),this.typeAheadExpired=!1}}else super.typeaheadBufferChanged(t,e)}uncheckAllOptions(t=!1){this.options.forEach((t=>t.checked=!this.multiple&&void 0)),t||(this.rangeStartIndex=-1)}}Zt([f],vo.prototype,"activeIndex",void 0),Zt([nt({mode:"boolean"})],vo.prototype,"multiple",void 0),Zt([nt({converter:it})],vo.prototype,"size",void 0)
|
|
881
881
|
const fo="menuitem",mo="menuitemcheckbox",bo="menuitemradio",wo={[fo]:"menuitem",[mo]:"menuitemcheckbox",[bo]:"menuitemradio"}
|
|
882
|
-
let yo=class extends _e{constructor(){super(...arguments),this.role=fo,this.hasSubmenu=!1,this.currentDirection=
|
|
882
|
+
let yo=class extends _e{constructor(){super(...arguments),this.role=fo,this.hasSubmenu=!1,this.currentDirection=We.ltr,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=t=>{if(t.defaultPrevented)return!1
|
|
883
883
|
switch(t.key){case Be:case je:return this.invoke(),!1
|
|
884
884
|
case De:return this.expandAndFocus(),!1
|
|
885
885
|
case Le:if(this.expanded)return this.expanded=!1,this.focus(),!1}return!0},this.handleMenuItemClick=t=>(t.defaultPrevented||this.disabled||this.invoke(),!1),this.submenuLoaded=()=>{this.focusSubmenuOnLoad&&(this.focusSubmenuOnLoad=!1,this.hasSubmenu&&(this.submenu.focus(),this.setAttribute("tabindex","-1")))},this.handleMouseOver=t=>(this.disabled||!this.hasSubmenu||this.expanded||(this.expanded=!0),!1),this.handleMouseOut=t=>(!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
|
|
@@ -954,9 +954,9 @@ i-1<0?i=e.length-1:i-=1}},this.keydownHandler=t=>{const e=t.key
|
|
|
954
954
|
if(e in Ge&&this.isInsideFoundationToolbar)return!0
|
|
955
955
|
switch(e){case Be:this.checkFocusedRadio()
|
|
956
956
|
break
|
|
957
|
-
case De:case Te:this.direction===
|
|
957
|
+
case De:case Te:this.direction===We.ltr?this.moveRight(t):this.moveLeft(t)
|
|
958
958
|
break
|
|
959
|
-
case Le:case ze:this.direction===
|
|
959
|
+
case Le:case ze:this.direction===We.ltr?this.moveLeft(t):this.moveRight(t)
|
|
960
960
|
break
|
|
961
961
|
default:return!0}}}readOnlyChanged(){void 0!==this.slottedRadioButtons&&this.slottedRadioButtons.forEach((t=>{this.readOnly?t.readOnly=!0:t.readOnly=!1}))}disabledChanged(){void 0!==this.slottedRadioButtons&&this.slottedRadioButtons.forEach((t=>{this.disabled?t.disabled=!0:t.disabled=!1}))}nameChanged(){this.slottedRadioButtons&&this.slottedRadioButtons.forEach((t=>{t.setAttribute("name",this.name)}))}valueChanged(){this.slottedRadioButtons&&this.slottedRadioButtons.forEach((t=>{t.value===this.value&&(t.checked=!0,this.selectedRadio=t)})),this.$emit("change")}slottedRadioButtonsChanged(t,e){this.slottedRadioButtons&&this.slottedRadioButtons.length>0&&this.setupRadioButtons()}get parentToolbar(){return this.closest('[role="toolbar"]')}get isInsideToolbar(){var t
|
|
962
962
|
return null!==(t=this.parentToolbar)&&void 0!==t&&t}get isInsideFoundationToolbar(){var t
|
|
@@ -1037,11 +1037,11 @@ this.activeIndicatorRef.style[t]=`${this.prevActiveTabIndex+1}`
|
|
|
1037
1037
|
const s=n-o
|
|
1038
1038
|
this.activeIndicatorRef.style.transform=`${e}(${s}px)`,this.activeIndicatorRef.classList.add("activeIndicatorTransition"),this.activeIndicatorRef.addEventListener("transitionend",(()=>{this.ticking=!1,this.activeIndicatorRef.style[t]=`${this.activeTabIndex+1}`,this.activeIndicatorRef.style.transform=`${e}(0px)`,this.activeIndicatorRef.classList.remove("activeIndicatorTransition")}))}adjust(t){this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=function(t,e,i){return i<t?e:i>e?t:i}(0,this.tabs.length-1,this.activeTabIndex+t),this.setComponent()}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}
|
|
1039
1039
|
Zt([nt],jo.prototype,"orientation",void 0),Zt([nt],jo.prototype,"activeid",void 0),Zt([f],jo.prototype,"tabs",void 0),Zt([f],jo.prototype,"tabpanels",void 0),Zt([nt({mode:"boolean"})],jo.prototype,"activeindicator",void 0),Zt([f],jo.prototype,"activeIndicatorRef",void 0),Zt([f],jo.prototype,"showActiveIndicator",void 0),Re(jo,zt)
|
|
1040
|
-
class Uo extends _e{}class Go extends(hi(Uo)){constructor(){super(...arguments),this.proxy=document.createElement("textarea")}}const
|
|
1041
|
-
let
|
|
1042
|
-
Zt([nt({mode:"boolean"})],
|
|
1043
|
-
const Ko=Object.freeze({[Ge.ArrowUp]:{[Oe]:-1},[Ge.ArrowDown]:{[Oe]:1},[Ge.ArrowLeft]:{[Ae]:{[
|
|
1044
|
-
let Yo=class extends _e{constructor(){super(...arguments),this._activeIndex=0,this.direction=
|
|
1040
|
+
class Uo extends _e{}class Go extends(hi(Uo)){constructor(){super(...arguments),this.proxy=document.createElement("textarea")}}const Wo="none"
|
|
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
|
+
Zt([nt({mode:"boolean"})],Xo.prototype,"readOnly",void 0),Zt([nt],Xo.prototype,"resize",void 0),Zt([nt({mode:"boolean"})],Xo.prototype,"autofocus",void 0),Zt([nt({attribute:"form"})],Xo.prototype,"formId",void 0),Zt([nt],Xo.prototype,"list",void 0),Zt([nt({converter:it})],Xo.prototype,"maxlength",void 0),Zt([nt({converter:it})],Xo.prototype,"minlength",void 0),Zt([nt],Xo.prototype,"name",void 0),Zt([nt],Xo.prototype,"placeholder",void 0),Zt([nt({converter:it,mode:"fromView"})],Xo.prototype,"cols",void 0),Zt([nt({converter:it,mode:"fromView"})],Xo.prototype,"rows",void 0),Zt([nt({mode:"boolean"})],Xo.prototype,"spellcheck",void 0),Zt([f],Xo.prototype,"defaultSlottedNodes",void 0),Re(Xo,_o)
|
|
1043
|
+
const Ko=Object.freeze({[Ge.ArrowUp]:{[Oe]:-1},[Ge.ArrowDown]:{[Oe]:1},[Ge.ArrowLeft]:{[Ae]:{[We.ltr]:-1,[We.rtl]:1}},[Ge.ArrowRight]:{[Ae]:{[We.ltr]:1,[We.rtl]:-1}}})
|
|
1044
|
+
let Yo=class extends _e{constructor(){super(...arguments),this._activeIndex=0,this.direction=We.ltr,this.orientation=Ae}get activeIndex(){return v.track(this,"activeIndex"),this._activeIndex}set activeIndex(t){this.$fastController.isConnected&&(this._activeIndex=Xe(0,this.focusableElements.length-1,t),v.notify(this,"activeIndex"))}slottedItemsChanged(){this.$fastController.isConnected&&this.reduceFocusableElements()}clickHandler(t){var e
|
|
1045
1045
|
const i=null===(e=this.focusableElements)||void 0===e?void 0:e.indexOf(t.target)
|
|
1046
1046
|
return i>-1&&this.activeIndex!==i&&this.setFocusedElement(i),!0}childItemsChanged(t,e){this.$fastController.isConnected&&this.reduceFocusableElements()}connectedCallback(){super.connectedCallback(),this.direction=ii(this)}focusinHandler(t){const e=t.relatedTarget
|
|
1047
1047
|
e&&!this.contains(e)&&this.setFocusedElement()}getDirectionalIncrementer(t){var e,i,o,n,s
|
|
@@ -1061,7 +1061,7 @@ return e.hasAttribute("disabled")||e.hasAttribute("hidden")||!(go(e)||r||a||l)?e
|
|
|
1061
1061
|
Zt([f],Yo.prototype,"direction",void 0),Zt([nt],Yo.prototype,"orientation",void 0),Zt([f],Yo.prototype,"slottedItems",void 0),Zt([f],Yo.prototype,"slottedLabel",void 0),Zt([f],Yo.prototype,"childItems",void 0)
|
|
1062
1062
|
class Qo{}Zt([nt({attribute:"aria-labelledby"})],Qo.prototype,"ariaLabelledby",void 0),Zt([nt({attribute:"aria-label"})],Qo.prototype,"ariaLabel",void 0),Re(Qo,Je),Re(Yo,zt,Qo)
|
|
1063
1063
|
const Jo="top",tn="right",en="bottom",on="left",nn="start",sn="end",rn="top-left",an="top-right",ln="bottom-left",cn="bottom-right",dn="top-start",hn="top-end",un="bottom-start",pn="bottom-end"
|
|
1064
|
-
let gn=class extends _e{constructor(){super(...arguments),this.anchor="",this.delay=300,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="dynamic",this.horizontalInset="false",this.verticalInset="false",this.horizontalScaling="content",this.verticalScaling="content",this.verticalDefaultPosition=void 0,this.horizontalDefaultPosition=void 0,this.tooltipVisible=!1,this.currentDirection=
|
|
1064
|
+
let gn=class extends _e{constructor(){super(...arguments),this.anchor="",this.delay=300,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="dynamic",this.horizontalInset="false",this.verticalInset="false",this.horizontalScaling="content",this.verticalScaling="content",this.verticalDefaultPosition=void 0,this.horizontalDefaultPosition=void 0,this.tooltipVisible=!1,this.currentDirection=We.ltr,this.showDelayTimer=null,this.hideDelayTimer=null,this.isAnchorHoveredFocused=!1,this.isRegionHovered=!1,this.handlePositionChange=t=>{this.classList.toggle("top","start"===this.region.verticalPosition),this.classList.toggle("bottom","end"===this.region.verticalPosition),this.classList.toggle("inset-top","insetStart"===this.region.verticalPosition),this.classList.toggle("inset-bottom","insetEnd"===this.region.verticalPosition),this.classList.toggle("center-vertical","center"===this.region.verticalPosition),this.classList.toggle("left","start"===this.region.horizontalPosition),this.classList.toggle("right","end"===this.region.horizontalPosition),this.classList.toggle("inset-left","insetStart"===this.region.horizontalPosition),this.classList.toggle("inset-right","insetEnd"===this.region.horizontalPosition),this.classList.toggle("center-horizontal","center"===this.region.horizontalPosition)},this.handleRegionMouseOver=t=>{this.isRegionHovered=!0},this.handleRegionMouseOut=t=>{this.isRegionHovered=!1,this.startHideDelayTimer()},this.handleAnchorMouseOver=t=>{this.tooltipVisible?this.isAnchorHoveredFocused=!0:this.startShowDelayTimer()},this.handleAnchorMouseOut=t=>{this.isAnchorHoveredFocused=!1,this.clearShowDelayTimer(),this.startHideDelayTimer()},this.handleAnchorFocusIn=t=>{this.startShowDelayTimer()},this.handleAnchorFocusOut=t=>{this.isAnchorHoveredFocused=!1,this.clearShowDelayTimer(),this.startHideDelayTimer()},this.startHideDelayTimer=()=>{this.clearHideDelayTimer(),this.tooltipVisible&&(this.hideDelayTimer=window.setTimeout((()=>{this.updateTooltipVisibility()}),60))},this.clearHideDelayTimer=()=>{null!==this.hideDelayTimer&&(clearTimeout(this.hideDelayTimer),this.hideDelayTimer=null)},this.startShowDelayTimer=()=>{this.isAnchorHoveredFocused||(this.delay>1?null===this.showDelayTimer&&(this.showDelayTimer=window.setTimeout((()=>{this.startHover()}),this.delay)):this.startHover())},this.startHover=()=>{this.isAnchorHoveredFocused=!0,this.updateTooltipVisibility()},this.clearShowDelayTimer=()=>{null!==this.showDelayTimer&&(clearTimeout(this.showDelayTimer),this.showDelayTimer=null)},this.getAnchor=()=>{const t=this.getRootNode()
|
|
1065
1065
|
return t instanceof ShadowRoot?t.getElementById(this.anchor):document.getElementById(this.anchor)},this.handleDocumentKeydown=t=>{if(!t.defaultPrevented&&this.tooltipVisible&&t.key===Ne)this.isAnchorHoveredFocused=!1,this.updateTooltipVisibility(),this.$emit("dismiss")},this.updateTooltipVisibility=()=>{if(!1===this.visible)this.hideTooltip()
|
|
1066
1066
|
else{if(!0===this.visible)return void this.showTooltip()
|
|
1067
1067
|
if(this.isAnchorHoveredFocused||this.isRegionHovered)return void this.showTooltip()
|
|
@@ -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===e)return null
|
|
1148
1148
|
const i=e[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}(e):function(t){return Mn.hasOwnProperty(t)}(e)?function(t){const e=Mn[t.toLowerCase()]
|
|
1150
|
-
return e?new _n(e.r,e.g,e.b,e.hasOwnProperty("a")?e.a:void 0):null}(e):null}const Hn="#a46eff",Pn="#804ad9",Tn="#ff8126",Ln="#009921",Dn="#00c12b",zn="#c4000c",Bn="#818386",Nn="#f1f1f2",Zn="#f5f5f5",qn="#ffffff",jn="#252526",Un="#363738",Gn="#505153",
|
|
1150
|
+
return e?new _n(e.r,e.g,e.b,e.hasOwnProperty("a")?e.a:void 0):null}(e):null}const Hn="#a46eff",Pn="#804ad9",Tn="#ff8126",Ln="#009921",Dn="#00c12b",zn="#c4000c",Bn="#818386",Nn="#f1f1f2",Zn="#f5f5f5",qn="#ffffff",jn="#252526",Un="#363738",Gn="#505153",Wn="#000000",Xn="#161617",Kn="#074023",Yn="#009b65",Qn="#d63434",Jn="#ff4b00",ts="#006b46",es="#32eb96",is="Source Sans Pro",os="400",ns="14px",ss="18px",rs="14px",as="0.25s"
|
|
1151
1151
|
function ls(t,e){const{r:i,g:o,b:n}=En(t)
|
|
1152
|
-
return`rgba(${255*i}, ${255*o}, ${255*n}, ${e})`}const cs=ls(
|
|
1152
|
+
return`rgba(${255*i}, ${255*o}, ${255*n}, ${e})`}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",ys="section-background-color",xs="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",Ms="border-rgb-partial-color",Is="fail-color",Rs="warning-color",As="pass-color",Os="information-color",Fs="border-hover-color",Es="icon-color",Vs="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",js="banner-gap-size",Us="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",tr="table-header-font",er="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",yr="elevation-1-box-shadow",xr="elevation-2-box-shadow",$r="elevation-3-box-shadow",Cr=t=>`ni-nimble-${t}`,kr="animationend",Sr="change",_r="ArrowDown",Mr="ArrowUp",Ir="Enter"
|
|
1153
1153
|
var Rr
|
|
1154
1154
|
!function(t){t.ltr="ltr",t.rtl="rtl"}(Rr||(Rr={}))
|
|
1155
1155
|
let Ar=0
|
|
@@ -1161,30 +1161,30 @@ function Or(t=""){return`${t}${Ar++}`}const Fr=G`<slot></slot>`,Er=ft`
|
|
|
1161
1161
|
class Pr extends _e{constructor(){super(...arguments),this.direction=Rr.ltr,this.theme=ps}directionChanged(t,e){null!=e?Vr.setValueFor(this,e):Vr.deleteValueFor(this)}themeChanged(t,e){null!=e?Hr.setValueFor(this,e):Hr.deleteValueFor(this)}}t([nt({attribute:"direction"})],Pr.prototype,"direction",void 0),t([nt({attribute:"theme"})],Pr.prototype,"theme",void 0)
|
|
1162
1162
|
const Tr=Pr.compose({baseName:"theme-provider",styles:Er,template:Fr})
|
|
1163
1163
|
no.getOrCreate().withPrefix("nimble").register(Tr()),no.tagFor(Pr)
|
|
1164
|
-
const Lr="Source Sans Pro Fallback",Dr=Qi.create(Cr(fs)).withDefault((t=>Sc(Mc(t,
|
|
1164
|
+
const Lr="Source Sans Pro Fallback",Dr=Qi.create(Cr(fs)).withDefault((t=>Sc(Mc(t,Xn,Nn,qn)))),zr=Qi.create(Cr(ms)).withDefault((t=>Mc(t,qn,Un,Kn)))
|
|
1165
1165
|
Qi.create(Cr(ws)).withDefault((t=>Mc(t,Zn,jn,Kn))),Qi.create(Cr(ys)).withDefault((t=>Mc(t,Nn,Gn,Kn))),Qi.create(Cr(bs)).withDefault((t=>Mc(t,Nn,Gn,Kn)))
|
|
1166
1166
|
const Br=Qi.create(Cr(xs)).withDefault((t=>ls(Oc(t),.2)))
|
|
1167
1167
|
Qi.create(Cr($s)).withDefault((t=>Sc(Oc(t))))
|
|
1168
|
-
const Nr=Qi.create(Cr(Cs)).withDefault((t=>ls(Oc(t),.15))),Zr=Qi.create(Cr(ks)).withDefault((t=>ls(function(t){return Mc(t,
|
|
1169
|
-
Qi.create(Cr(Ss)).withDefault((t=>ls(function(t){return Mc(t,
|
|
1170
|
-
const qr=Qi.create(Cr(_s)).withDefault((t=>Rc(t))),jr=Qi.create(Cr(Ms)).withDefault((t=>Sc(Rc(t)))),Ur=Qi.create(Cr(Is)).withDefault((t=>Ic(t))),Gr=Qi.create(Cr(Rs)).withDefault((t=>function(t){return Mc(t,Jn,Tn,qn)}(t))),
|
|
1168
|
+
const Nr=Qi.create(Cr(Cs)).withDefault((t=>ls(Oc(t),.15))),Zr=Qi.create(Cr(ks)).withDefault((t=>ls(function(t){return Mc(t,Xn,Nn,qn)}(t),.1)))
|
|
1169
|
+
Qi.create(Cr(Ss)).withDefault((t=>ls(function(t){return Mc(t,Xn,Nn,qn)}(t),.15)))
|
|
1170
|
+
const qr=Qi.create(Cr(_s)).withDefault((t=>Rc(t))),jr=Qi.create(Cr(Ms)).withDefault((t=>Sc(Rc(t)))),Ur=Qi.create(Cr(Is)).withDefault((t=>Ic(t))),Gr=Qi.create(Cr(Rs)).withDefault((t=>function(t){return Mc(t,Jn,Tn,qn)}(t))),Wr=Qi.create(Cr(As)).withDefault((t=>function(t){return Mc(t,Ln,Dn,qn)}(t))),Xr=Qi.create(Cr(Os)).withDefault((t=>function(t){return Mc(t,Pn,Hn,qn)}(t))),Kr=Qi.create(Cr(Fs)).withDefault((t=>Mc(t,Yn,Yn,qn))),Yr=Qi.create(Cr(Es)).withDefault((t=>Mc(t,Xn,Nn,qn)))
|
|
1171
1171
|
Qi.create(Cr(Vs)).withDefault((t=>function(t){switch(Hr.getValueFor(t)){case ps:return cs
|
|
1172
1172
|
case gs:return ds
|
|
1173
1173
|
case vs:return hs
|
|
1174
1174
|
default:return cs}}(t)))
|
|
1175
|
-
const Qr=Qi.create(Cr(Hs)).withDefault((t=>ls(Mc(t,
|
|
1175
|
+
const Qr=Qi.create(Cr(Hs)).withDefault((t=>ls(Mc(t,Xn,Nn,qn),.3)))
|
|
1176
1176
|
Qi.create(Cr(mr)).withDefault((t=>Mc(t,Nn,Un,Kn)))
|
|
1177
1177
|
const Jr=Qi.create(Cr(wr)).withDefault((t=>Mc(t,Nn,jn,Kn))),ta=Qi.create(Cr(Ps)).withDefault("32px"),ea=Qi.create(Cr(Ts)).withDefault("24px"),ia=Qi.create(Cr(Ls)).withDefault("4px"),oa=Qi.create(Cr(Ds)).withDefault("16px")
|
|
1178
1178
|
Qi.create(Cr(zs)).withDefault("16px")
|
|
1179
1179
|
const na=Qi.create(Cr(Bs)).withDefault("1px"),sa=Qi.create(Cr(Ns)).withDefault("16px"),ra=Qi.create(Cr(qs)).withDefault("784px")
|
|
1180
1180
|
Qi.create(Cr(js)).withDefault("1px")
|
|
1181
1181
|
const aa=Qi.create(Cr(Us)).withDefault("16px")
|
|
1182
|
-
Qi.create(Cr(Gs)).withDefault("32px"),Qi.create(Cr(
|
|
1183
|
-
const la=Qi.create(Cr(xr)).withDefault((t=>`0px 2px 4px ${ls(Mc(t,
|
|
1182
|
+
Qi.create(Cr(Gs)).withDefault("32px"),Qi.create(Cr(Ws)).withDefault("64px"),Qi.create(Cr(yr)).withDefault((t=>`0px 1px 4px ${ls(Mc(t,Wn,Wn,Wn),.16)}`))
|
|
1183
|
+
const la=Qi.create(Cr(xr)).withDefault((t=>`0px 2px 4px ${ls(Mc(t,Wn,Wn,Wn),.16)}`)),ca=Qi.create(Cr($r)).withDefault((t=>`0px 4px 8px ${ls(Mc(t,Wn,Wn,Wn),.3)}`))
|
|
1184
1184
|
_c(Js,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Noto Serif","400","25px","32px","Noto Serif Fallback"),_c(Qs,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Noto Serif","400","29.100000381469727px","40px","Noto Serif Fallback"),_c(er,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","25px","32px","Source Sans Pro Fallback")
|
|
1185
1185
|
const[da,ha,ua,pa,ga,va,fa,ma]=_c(ir,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","22px","28px","Source Sans Pro Fallback")
|
|
1186
1186
|
_c(or,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","19px","24px","Source Sans Pro Fallback"),_c(nr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","300","16px","20px","Source Sans Pro Fallback")
|
|
1187
|
-
const[ba,wa,ya,xa,$a,Ca,ka,Sa]=_c(sr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[_a,Ma,Ia,Ra,Aa,Oa,Fa,Ea]=_c(rr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),is,os,ns,ss,Lr),[Va,Ha,Pa,Ta,La,Da,za,Ba]=_c(ar,(t=>Mc(t,ts,es,ls(qn,.6))),(t=>ls(Ac(t),.3)),is,os,ns,ss,Lr),[Na,Za,qa,ja,Ua,Ga,Xa
|
|
1187
|
+
const[ba,wa,ya,xa,$a,Ca,ka,Sa]=_c(sr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[_a,Ma,Ia,Ra,Aa,Oa,Fa,Ea]=_c(rr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),is,os,ns,ss,Lr),[Va,Ha,Pa,Ta,La,Da,za,Ba]=_c(ar,(t=>Mc(t,ts,es,ls(qn,.6))),(t=>ls(Ac(t),.3)),is,os,ns,ss,Lr),[Na,Za,qa,ja,Ua,Ga,Wa,Xa]=_c(lr,(t=>Mc(t,ts,es,es)),(t=>ls(Ac(t),.3)),is,os,ns,ss,Lr),[Ka,Ya,Qa,Ja,tl,el,il,ol]=_c(cr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),is,os,ns,ss,Lr),[nl,sl,rl,al,ll,cl,dl,hl]=_c(dr,(t=>ls(Ac(t),.6)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[ul,pl,gl,vl,fl,ml,bl,wl]=_c(hr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","600","14px","18px","Source Sans Pro Fallback"),[yl,xl,$l,Cl,kl,Sl,_l,Ml]=_c(ur,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[Il,Rl,Al,Ol,Fl,El,Vl,Hl]=_c(pr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[Pl,Tl,Ll,Dl,zl,Bl,Nl,Zl]=_c(gr,(t=>ls(Ac(t),.6)),(t=>ls(Ac(t),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[ql,jl,Ul,Gl,Wl,Xl,Kl,Yl]=_c(vr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","12.800000190734863px","16px","Source Sans Pro Fallback"),[Ql,Jl,tc,ec,ic,oc,nc,sc]=_c(fr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","11px",rs,"Source Sans Pro Fallback"),[rc,ac,lc,cc,dc,hc,uc,pc]=_c(br,(t=>Ic(t)),(t=>ls(Ic(t),.3)),"Source Sans Pro","400","11px",rs,"Source Sans Pro Fallback"),[gc,vc,fc,mc,bc,wc,yc,xc]=_c(tr,(t=>ls(Ac(t),.6)),(t=>ls(Ac(t),.3)),"Source Sans Pro","600","12.800000190734863px",rs,"Source Sans Pro Fallback"),$c=Qi.create(Cr(Zs)).withDefault("uppercase"),Cc=Qi.create(Cr(Xs)).withDefault("0.075s")
|
|
1188
1188
|
Qi.create(Cr(Ks)).withDefault("0.15s")
|
|
1189
1189
|
const kc=Qi.create(Cr(Ys)).withDefault(as)
|
|
1190
1190
|
function Sc(t){const{r:e,g:i,b:o}=En(t)
|
|
@@ -1194,7 +1194,7 @@ if(void 0===d||""!==c[1])throw new Error(`fontTokenName value of ${t} did not ha
|
|
|
1194
1194
|
return[l,Qi.create(Cr(`${d}-font-color`)).withDefault((t=>e(t))),Qi.create(Cr(`${d}-disabled-font-color`)).withDefault((t=>i(t))),Qi.create(Cr(`${d}-font-family`)).withDefault(`${o}`),Qi.create(Cr(`${d}-font-weight`)).withDefault(`${n}`),Qi.create(Cr(`${d}-font-size`)).withDefault(`${s}`),Qi.create(Cr(`${d}-font-line-height`)).withDefault(`${r}`),Qi.create(Cr(`${d}-fallback-font-family`)).withDefault(`${a}`)]}function Mc(t,e,i,o){switch(Hr.getValueFor(t)){case ps:return e
|
|
1195
1195
|
case gs:return i
|
|
1196
1196
|
case vs:return o
|
|
1197
|
-
default:return e}}function Ic(t){return Mc(t,zn,"#ff4646",qn)}function Rc(t){return Mc(t,
|
|
1197
|
+
default:return e}}function Ic(t){return Mc(t,zn,"#ff4646",qn)}function Rc(t){return Mc(t,Xn,Nn,qn)}function Ac(t){return Mc(t,Xn,Nn,qn)}function Oc(t){return Mc(t,Yn,Yn,qn)}const Fc=ft`
|
|
1198
1198
|
${bn("inline")}
|
|
1199
1199
|
|
|
1200
1200
|
:host {
|
|
@@ -1759,7 +1759,7 @@ const jc=ft`
|
|
|
1759
1759
|
}
|
|
1760
1760
|
`
|
|
1761
1761
|
class Gc extends yn{constructor(){super(...arguments),this.disabled=!1}}t([nt({mode:"boolean"})],Gc.prototype,"disabled",void 0)
|
|
1762
|
-
const
|
|
1762
|
+
const Wc=Gc.compose({baseName:"anchor-tab",template:()=>G`
|
|
1763
1763
|
<template slot="anchortab" role="tab" aria-disabled="${t=>t.disabled}">
|
|
1764
1764
|
<a
|
|
1765
1765
|
download="${t=>t.download}"
|
|
@@ -1776,8 +1776,8 @@ const Xc=Gc.compose({baseName:"anchor-tab",template:()=>G`
|
|
|
1776
1776
|
</a>
|
|
1777
1777
|
</template>
|
|
1778
1778
|
`,styles:Uc})
|
|
1779
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
1780
|
-
const
|
|
1779
|
+
no.getOrCreate().withPrefix("nimble").register(Wc()),no.tagFor(Gc)
|
|
1780
|
+
const Xc=ft`
|
|
1781
1781
|
${bn("grid")}
|
|
1782
1782
|
|
|
1783
1783
|
:host {
|
|
@@ -1828,7 +1828,7 @@ const Yc=Kc.compose({baseName:"anchor-tabs",template:(t,e)=>G`
|
|
|
1828
1828
|
<slot name="anchortab" ${Tt("tabs")}></slot>
|
|
1829
1829
|
</div>
|
|
1830
1830
|
${Bt(0,e)}
|
|
1831
|
-
`,styles:
|
|
1831
|
+
`,styles:Xc,shadowOptions:{delegatesFocus:!1}})
|
|
1832
1832
|
no.getOrCreate().withPrefix("nimble").register(Yc()),no.tagFor(Kc)
|
|
1833
1833
|
const Qc=ft`
|
|
1834
1834
|
:host {
|
|
@@ -2004,7 +2004,7 @@ e&&Hr.unsubscribe(e)}}const od=(t,e)=>new id(t,e),nd=ft`
|
|
|
2004
2004
|
class rd extends vi{constructor(){super(...arguments),this.appearance=Hc,this.contentHidden=!1}}t([nt],rd.prototype,"appearance",void 0),t([nt({attribute:"appearance-variant"})],rd.prototype,"appearanceVariant",void 0),t([nt({attribute:"content-hidden",mode:"boolean"})],rd.prototype,"contentHidden",void 0)
|
|
2005
2005
|
const ad=rd.compose({baseName:"button",baseClass:vi,template:ri,styles:sd,shadowOptions:{delegatesFocus:!0}})
|
|
2006
2006
|
no.getOrCreate().withPrefix("nimble").register(ad()),no.tagFor(rd)
|
|
2007
|
-
const ld={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>'},cd={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>'},dd={name:"arrow_down_right_and_arrow_up_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.171 13.933-2.276-2.247-.447 2.284-1.732-5.246 5.217 1.753-2.284.456 2.291 2.26ZM2 2.746l2.29 2.261-2.283.456 5.217 1.753L5.492 1.97l-.447 2.284-2.276-2.247Z"/></svg>'},hd={name:"arrow_expander_down_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m3.5 4.737 1.11-.732 3.357 5.472L11.397 4l1.103.743L7.955 12 3.5 4.737z"/></svg>'},ud={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>'},pd={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>'},gd={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>'},vd={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>'},fd={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>'},md={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>'},bd={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>'},wd={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>'},yd={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>'},xd={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>'},$d={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>'},Cd={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>'},kd={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>'},Sd={name:"bell_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 14a2.05 2.05 0 0 1-2-2h4a2.05 2.05 0 0 1-2 2Zm-5.25-3s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.297.098 2.145.587 2.25 1.43v.483c0 .32.108.426.183.463H11s.25 0 .25.483v.02s.5 4.92 1.5 4.92c.5 0 .5.745.5.745Z"/></svg>'},_d={name:"bell_and_comment_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.836 4.75H9.57a.71.71 0 0 0-.71.71v2.032a.71.71 0 0 0 .71.711h.356L9.57 9.625l2.488-1.422h1.778a.71.71 0 0 0 .71-.71V5.46a.71.71 0 0 0-.71-.711ZM8.196 11H2.75s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.224.092 2.04.537 2.217 1.294H9.57a1.713 1.713 0 0 0-1.71 1.71v2.032a1.712 1.712 0 0 0 .844 1.475ZM6 12h4a2.05 2.05 0 0 1-2 2 2.05 2.05 0 0 1-2-2Zm7.25-1H9.18l2.868-1.64c.198.527.431.894.702.894.5 0 .5.746.5.746Z"/></svg>'},Md={name:"bell_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.042 11h2a1 1 0 0 1-2 0Zm4.5-1h-7s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.044c.05-.025.122-.095.122-.309v-.322c.07-.561.636-.888 1.5-.953v-.175c0-.054.06-.1.146-.129h.375c.086.029.146.075.146.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.072.284.122.309h.045s.166 0 .166.322v.014s.334 3.279 1 3.279c.334 0 .334.497.334.497Zm-3.5-7.5a5.5 5.5 0 1 1-5.5 5.5 5.506 5.506 0 0 1 5.5-5.5m0-1a6.5 6.5 0 1 0 6.5 6.5 6.5 6.5 0 0 0-6.5-6.5Z"/></svg>'},Id={name:"bell_solid_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.5 8A6.5 6.5 0 0 0 8 14.5 6.5 6.5 0 0 0 14.5 8 6.5 6.5 0 0 0 8 1.5 6.5 6.5 0 0 0 1.5 8ZM8 12a1.025 1.025 0 0 1-1-1h2a1.025 1.025 0 0 1-1 1Zm-3.5-2s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.045c.05-.025.122-.095.122-.309v-.322c.07-.561.635-.888 1.5-.953v-.175c0-.054.06-.1.145-.129h.376c.085.029.145.075.145.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.073.284.122.309H10s.167 0 .167.322v.014s.333 3.279 1 3.279c.333 0 .333.497.333.497Z"/></svg>'},Rd={name:"block_with_ribbon_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v10h4.762A4.496 4.496 0 0 1 13 5.762V2Zm12 7.5a3.5 3.5 0 1 0-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0 0 14 9.5ZM10.5 8A1.5 1.5 0 1 1 9 9.5 1.5 1.5 0 0 1 10.5 8Z"/></svg>'},Ad={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>'},Od={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>'},Fd={name:"chart_diagram_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3Z"/></svg>'},Ed={name:"chart_diagram_child_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3Zm-8 2H3v-1h1Zm4 0H7v-1h1Zm4 0h-1v-1h1Z"/></svg>'},Vd={name:"chart_diagram_parent_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3ZM7 4V3h1v1Z"/></svg>'},Hd={name:"chart_diagram_parent_focus_two_child_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3Zm-6 2H4v-1h1Zm6 0h-1v-1h1Z"/></svg>'},Pd={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>'},Td={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>'},Ld={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>'},Dd={name:"circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm0 9.429A3.429 3.429 0 1 1 11.429 8 3.429 3.429 0 0 1 8 11.429Z"/></svg>'},zd={name:"circle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="8" cy="8" r="4"/></svg>'},Bd={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>'},Nd={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>'},Zd={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>'},qd={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>'},jd={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>'},Ud={name:"clipboard_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 5H5a2 2 0 0 1 2-2V2a1 1 0 0 1 2 0v1a2 2 0 0 1 2 2Zm1-2v9H4V3H3a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Zm-2 4H5v1h5ZM8 9H5v1h3Z"/></svg>'},Gd={name:"clock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6m.576 4.87 1.555-1.557a1.635 1.635 0 0 1 .84-.256 1.979 1.979 0 0 1-.23.791c-.115.163-1.356 1.41-1.571 1.626a1.278 1.278 0 0 1 0 1.085l2.376 2.38a1.597 1.597 0 0 1 .458 1.072 1.621 1.621 0 0 1-1.222-.613c-.456-.456-1.94-1.963-2.207-2.235a1.275 1.275 0 1 1 0-2.293"/></svg>'},Xd={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>'},Wd={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>'},Kd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},th={name:"cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m6.823 2-2.217.914.516 1.25a4.743 4.743 0 0 0-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.82 4.82 0 0 0-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.824 4.824 0 0 0 .945.949l-.518 1.247 2.214.921.519-1.246a4.68 4.68 0 0 0 .674.048 4.74 4.74 0 0 0 .666-.047L9.176 14l2.218-.914-.515-1.248a4.828 4.828 0 0 0 .95-.945l1.245.518.922-2.214-1.247-.519a4.73 4.73 0 0 0 .002-1.34L14 6.824l-.914-2.218-1.25.515a4.739 4.739 0 0 0-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.714 4.714 0 0 0-.676-.049 4.808 4.808 0 0 0-.663.047Zm1.175 9a2.999 2.999 0 1 1 2.77-1.847 2.984 2.984 0 0 1-2.77 1.846M8 6.801a1.2 1.2 0 1 0 .46.093A1.198 1.198 0 0 0 8 6.8"/></svg>'},eh={name:"cog_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.147 11.648c-.01.006-.02.014-.032.02a4.1 4.1 0 0 1-.46.224l-.012.005c-.033.015-.068.028-.103.042-.051.019-.11.036-.162.055-.094.034-.186.068-.285.099-.034.01-.064.024-.1.033-.019.007-.042.012-.062.019q-.279.078-.58.144l-.133.03q-.324.068-.668.12l-.135.02c-.214.03-.431.057-.653.079l-.103.012a17.446 17.446 0 0 1-.903.06c-.254.01-.507.018-.759.018a18.75 18.75 0 0 1-1.66-.078l-.105-.012a15.901 15.901 0 0 1-.65-.08l-.134-.018c-.23-.036-.455-.076-.67-.122l-.132-.029a9.372 9.372 0 0 1-.582-.145l-.059-.017c-.036-.01-.067-.023-.1-.034a7.034 7.034 0 0 1-.285-.1c-.054-.018-.112-.035-.165-.055l-.101-.041-.01-.005a4.076 4.076 0 0 1-.462-.223l-.03-.02a2.343 2.343 0 0 1-.334-.24c-.014-.012-.033-.022-.045-.033v1.013c0 .364.524.749 1.427 1.051a8.098 8.098 0 0 0 .697.197 14.793 14.793 0 0 0 3.4.363 14.818 14.818 0 0 0 3.403-.362 8.38 8.38 0 0 0 .697-.197c.904-.303 1.43-.688 1.43-1.052v-1.013c-.015.012-.034.022-.047.034a2.478 2.478 0 0 1-.333.238m.38-1.883c0-.762-2.27-1.61-5.529-1.61-3.256 0-5.524.848-5.524 1.61 0 .365.525.75 1.427 1.052a9.254 9.254 0 0 0 .698.197 14.8 14.8 0 0 0 3.399.362 14.817 14.817 0 0 0 3.401-.362 8.375 8.375 0 0 0 .7-.197c.902-.302 1.428-.687 1.428-1.052M3.931 7.697 2.802 7.6l.171-1.979 1.129.095a3.984 3.984 0 0 1 .516-.985l-.729-.856 1.537-1.28.73.855a4.085 4.085 0 0 1 1.071-.336L7.323 2l2.004.17-.097 1.114a3.949 3.949 0 0 1 .52.223 4.027 4.027 0 0 1 .478.288l.866-.721 1.296 1.52-.866.72a3.961 3.961 0 0 1 .341 1.058l1.127.095-.133 1.539a10.211 10.211 0 0 0-2.482-.618c.007-.048.021-.094.026-.143a2.48 2.48 0 0 0-1.346-2.416 2.543 2.543 0 0 0-2.938.45 2.408 2.408 0 0 0-.698 2.14 11.88 11.88 0 0 0-1.482.311l-.008-.033Zm4.067-.468c-.331 0-.697.012-1.077.035a.972.972 0 0 1-.026-.314.99.99 0 0 1 .292-.618 1.011 1.011 0 0 1 1.174-.18.992.992 0 0 1 .539.967.923.923 0 0 1-.036.132 17.817 17.817 0 0 0-.866-.022Z"/></svg>'},ih={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>'},oh={name:"cog_small_cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.712 5.956a.76.76 0 0 1-.224.477.787.787 0 0 1-.909.139.762.762 0 0 1-.19-1.224.781.781 0 0 1 .907-.14.767.767 0 0 1 .416.748ZM14 11.61l-.441 1.088-.62-.246a2.276 2.276 0 0 1-.232.268 2.386 2.386 0 0 1-.23.2l.263.606-1.09.46-.263-.606a2.353 2.353 0 0 1-.662.008l-.248.612-1.1-.435.249-.612a2.273 2.273 0 0 1-.256-.215 2.358 2.358 0 0 1-.218-.243l-.614.26-.466-1.077.614-.259a2.287 2.287 0 0 1-.008-.654l-.62-.246.44-1.087.62.246a2.38 2.38 0 0 1 .234-.27 2.463 2.463 0 0 1 .229-.198l-.263-.606 1.09-.46.263.605a2.422 2.422 0 0 1 .662-.008l.248-.612 1.1.436-.248.612a2.351 2.351 0 0 1 .473.458l.614-.26.466 1.076-.613.26a2.339 2.339 0 0 1 .008.654Zm-1.934-1.591a1.495 1.495 0 0 0-2.085.011 1.454 1.454 0 0 0 .01 2.081 1.479 1.479 0 0 0 .486.313 1.495 1.495 0 0 0 1.6-.324 1.454 1.454 0 0 0-.01-2.081ZM9.036 8.33l-1.189.99-.564-.661a3.104 3.104 0 0 1-.827.26l-.075.86-1.547-.13.074-.862a3.075 3.075 0 0 1-.77-.394l-.671.557-1.001-1.174.67-.557a3.015 3.015 0 0 1-.264-.817L2 6.328 2.132 4.8l.872.074a3.08 3.08 0 0 1 .4-.762l-.564-.66 1.188-.99.565.66a3.159 3.159 0 0 1 .827-.26L5.494 2l1.548.131-.074.861a3.046 3.046 0 0 1 .402.172 3.111 3.111 0 0 1 .369.223l.669-.557L9.41 4.004l-.67.557a3.06 3.06 0 0 1 .264.818l.871.073-.132 1.53-.872-.074a3.026 3.026 0 0 1-.4.762ZM7.874 6.054a1.916 1.916 0 0 0-1.04-1.868 1.965 1.965 0 0 0-2.27.348 1.907 1.907 0 0 0 .478 3.06 1.965 1.965 0 0 0 2.27-.347 1.903 1.903 0 0 0 .562-1.193Zm3.376 4.467a.6.6 0 0 0-.64.13.591.591 0 0 0-.131.196.584.584 0 0 0 .33.761.597.597 0 0 0 .64-.13.59.59 0 0 0 .13-.195.583.583 0 0 0-.135-.637.596.596 0 0 0-.194-.125Z"/></svg>'},nh={name:"cog_zoomed_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 3.11-1.178-.632-1.875 2.133a5.424 5.424 0 0 0-.716-.094L8.766 2l-2.138.627.2 2.863a5.226 5.226 0 0 0-.527.47l-2.77-.738-1.056 1.95L4.656 9.04a5.188 5.188 0 0 0-.087.704L2 11.144l.659 2.1 2.914-.197a4.961 4.961 0 0 0 .453.525l-.13.427h7.232a.818.818 0 0 0 .87-.759L14 13.2Zm-1.335 7.876a2.877 2.877 0 0 1-3.741 1.477 2.768 2.768 0 0 1-1.51-3.66 2.876 2.876 0 0 1 3.729-1.482 2.76 2.76 0 0 1 1.535 3.637Z"/></svg>'},sh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},fh={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>'},mh={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>'},bh={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>'},wh={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>'},yh={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>'},xh={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>'},$h={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>'},Ch={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>'},kh={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>'},Sh={name:"file_drawer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 4v10h12V4Zm8 4H6V6h4Zm4-5H2V2h12Z"/></svg>'},_h={name:"file_search_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 6v6h-3.333a3.662 3.662 0 0 0 .249-1.302A3.701 3.701 0 0 0 7.22 7 3.654 3.654 0 0 0 6 7.223V2h4v4Zm-3-4v3h3Zm-1.126 8.698a2.697 2.697 0 0 1-4.73 1.772L2.521 14l-.48-.823 2.613-1.523a2.698 2.698 0 1 1 5.22-.956Zm-.952 0a1.745 1.745 0 1 0-1.745 1.745 1.747 1.747 0 0 0 1.745-1.745Z"/></svg>'},Mh={name:"filter_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 3.045v1.29h.787a2.069 2.069 0 1 0 2.907 2.903l1.32 2.173v4.522l1.973-1.846V9.411l3.878-5.076h1.134v-1.29Zm2.033 4.059a1.154 1.154 0 0 1 0-2.308c.023 0 .045.006.068.007l1.002 1.575a1.154 1.154 0 0 1-1.07.726Z"/></svg>'},Ih={name:"floppy_disk_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 4H3.583A.585.585 0 0 0 3 4.598V11.5l1.5 1.497 7.858.003c.33 0 .6-.27.6-.6L13 4.545c0-.33-.215-.546-.545-.546ZM11 12H8v-2H6v2H5V9h6v3Zm1-4H4V5h8v3Z"/></svg>'},Rh={name:"floppy_disk_checkmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 5h-1.041l-1.005 1H12v3H4V6h3.782L6.79 5H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm2-10.99L9.091 5.9 7 3.79l.919-.89 1.164 1.208L12.128 1.1l.872.91"/></svg>'},Ah={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>'},Oh={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>'},Fh={name:"folder_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 4V3H2v10h12V4Zm6 2H3V5h10Z"/></svg>'},Eh={name:"folder_open_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 3v1.002h6V6h-1V5H3v1H2V3ZM2 13h11l1-6H2Z"/></svg>'},Vh={name:"forward_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m6.027 14 2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},Hh={name:"four_dots_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.5 11A1.5 1.5 0 1 1 5 9.5 1.5 1.5 0 0 1 6.5 11ZM5 3.5A1.5 1.5 0 1 0 6.5 5 1.5 1.5 0 0 0 5 3.5Zm7.5 7.5A1.5 1.5 0 1 1 11 9.5a1.5 1.5 0 0 1 1.5 1.5ZM11 3.5A1.5 1.5 0 1 0 12.5 5 1.5 1.5 0 0 0 11 3.5Z"/></svg>'},Ph={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>'},Th={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>'},Lh={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>'},Dh={name:"grid_two_by_two_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 9h3v3H4Zm5 0h3v3H9ZM4 4h3v3H4Zm5 0h3v3H9ZM2 14h12V2H2Z"/></svg>'},zh={name:"hammer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 14H6V8h3ZM8.875 2H6.723A1.991 1.991 0 0 1 5 3a2.486 2.486 0 0 1-2-1H2v4h1a1.797 1.797 0 0 1 1.5-1C5.551 5 5.997 6.99 6 7h3c.333-1.539 1-2.436 1.741-2.436C12.222 4.564 14 6.615 14 6.615S13 2 8.875 2Z"/></svg>'},Bh={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>'},Nh={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>'},Zh={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>'},qh={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>'},jh={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>'},Uh={name:"info_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm-.697 2.28a.951.951 0 0 1 1.35 0 .928.928 0 0 1 .276.675.952.952 0 0 1-1.905 0 .924.924 0 0 1 .279-.674ZM9.7 12H6.3v-1.264h.833V7.777H6.3V6.513h2.584v4.223H9.7Z"/></svg>'},Gh={name:"key_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.045 7.348-.652-.652 1.444-.14Zm-3.818.698-4.912 4.912-.395-.396 4.12-4.12Zm4.734-2.918-1.697.136-.395-.395L11 3.176l.72-.067 1.304 1.304Zm-3.524-.386-.651-.653.791-.791Zm-1.955-.653v2.607l-5.074 5.075L2 12.946l.791.791 1.432.129.326-.326v-.652l.652-.652h.652l.326-.325v-.652h.651l.978-.978.014-.652.312-.326h.652l.652-.651h2.607l1.676-1.676L14 4.089l-1.955-1.955-2.887.28Z"/></svg>'},Xh={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>'},Wh={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>'},Kh={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>'},Yh={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>'},Qh={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>'},Jh={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>'},tu={name:"list_tree_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 5v2h4v2h-4v2h4v2H8V5H5V3h9v2ZM2 5h2V3H2Zm5 6H5v2h2Zm0-4H5v2h2Z"/></svg>'},eu={name:"list_tree_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.953 11.81c.013-.011.032-.02.046-.031v.917c0 .33-.523.678-1.42.953a8.234 8.234 0 0 1-.694.178 16.116 16.116 0 0 1-3.382.328 16.089 16.089 0 0 1-3.38-.328 8.77 8.77 0 0 1-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 0 0 .332.218l.03.017a4.235 4.235 0 0 0 .46.202l.01.005.1.037c.053.018.11.034.164.05.093.031.186.062.283.09.033.01.064.022.1.031l.058.015c.184.048.378.092.58.132.043.009.084.018.13.026.214.042.438.078.666.11l.134.017c.21.028.425.051.646.072l.104.01c.242.021.487.037.731.049l.166.007c.251.01.504.016.754.016s.501-.007.754-.016l.164-.007c.246-.012.491-.028.734-.048l.102-.011c.22-.02.436-.044.649-.072.044-.006.09-.01.134-.017q.343-.048.664-.11c.046-.008.088-.017.132-.026q.3-.06.577-.13c.02-.007.043-.012.063-.017.034-.009.064-.021.099-.031.098-.028.189-.059.283-.09.052-.017.11-.032.16-.05.035-.012.07-.024.103-.037l.012-.005a4.252 4.252 0 0 0 .457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 0 0 .33-.216Zm-5.45-2.946c-3.237 0-5.492.767-5.492 1.457 0 .33.523.679 1.42.952a9.998 9.998 0 0 0 .694.179 16.101 16.101 0 0 0 3.378.327 16.12 16.12 0 0 0 3.382-.327 8.892 8.892 0 0 0 .694-.18C13.477 11 14 10.652 14 10.322c0-.69-2.257-1.457-5.497-1.457ZM14 6V5H5V3h2V2H2v1h2v5.581a9.632 9.632 0 0 1 1-.255V6h3v2h6V7H9V6Z"/></svg>'},iu={name:"lock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 8V7a3.888 3.888 0 0 0-4-4 3.822 3.822 0 0 0-2.81 1.078A4.349 4.349 0 0 0 4.062 7v1H3v6h10V8ZM6.062 6.986a2.407 2.407 0 0 1 .566-1.516A1.834 1.834 0 0 1 8 5a1.883 1.883 0 0 1 2 2v1H6.062Z"/></svg>'},ou={name:"magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.073 12.29-2.926-2.926a3.971 3.971 0 1 0-.783.783l2.927 2.926ZM7.01 9.84a2.83 2.83 0 1 1 2.83-2.83 2.833 2.833 0 0 1-2.83 2.83Z"/></svg>'},nu={name:"markdown_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14.25 3H1.75a.74.74 0 0 0-.75.73v8.54a.74.74 0 0 0 .75.73h12.5a.74.74 0 0 0 .75-.73V3.73a.74.74 0 0 0-.75-.73Zm-6.285 7.059h-.991V7.773L5.982 9.35l-.99-1.577v2.286H4V5.934h.91L5.982 7.51l1.073-1.576h.91Zm2.459.007L8.848 7.945h1.1V5.934h.99v2.01H12Z"/></svg>'},su={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>'},ru={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>'},au={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>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={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>'},pu={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>'},gu={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>'},vu={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>'},fu={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>'},mu={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>'},bu={name:"shield_xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2Zm9.5 7.346L10.346 10.5 8 8.154 5.654 10.5 4.5 9.346 6.846 7 4.5 4.654 5.654 3.5 8 5.846 10.346 3.5 11.5 4.654 9.154 7Z"/></svg>'},wu={name:"signal_bars_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 14H2V2h2Zm3-9H5v9h2Zm3 3H8v6h2Zm3 3h-2v3h2Z"/></svg>'},yu={name:"sine_graph_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12H2v-1.63a4.61 4.61 0 0 0 1.766-1.967c.636-1.06 1.082-1.705 1.902-1.705s1.266.644 1.902 1.705c.615 1.026 1.312 2.189 2.766 2.189 1.453 0 2.15-1.163 2.764-2.189a6.459 6.459 0 0 1 .9-1.267Zm0-6.054a4.613 4.613 0 0 0-1.764 1.967c-.635 1.061-1.08 1.705-1.9 1.705-.82 0-1.266-.644-1.902-1.705-.615-1.026-1.312-2.189-2.766-2.189S3.517 6.887 2.902 7.913A6.468 6.468 0 0 1 2 9.18V4h12Z"/></svg>'},xu={name:"skip_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.002 8.29 2 12.304v-8.01ZM14 2h-2v12h2Z"/></svg>'},$u={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>'},Cu={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>'},ku={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>'},Su={name:"t_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.684 13v-.729l.221-.018c.764-.058.947-.19.985-.229.026-.026.157-.202.157-.992V4.078H6.48a2.46 2.46 0 0 0-1.477.291 2.262 2.262 0 0 0-.563 1.36l-.038.196h-.797L3.704 3h8.6l.092 2.925h-.784l-.021-.095a2.817 2.817 0 0 0-.589-1.466c-.147-.131-.523-.286-1.48-.286H8.96V11.2c0 .679.138.819.165.84a2.092 2.092 0 0 0 1.01.213l.223.018V13Z"/></svg>'},_u={name:"tablet_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.5 2h-9a.501.501 0 0 0-.5.5v11a.501.501 0 0 0 .5.5h9a.501.501 0 0 0 .5-.5v-11a.501.501 0 0 0-.5-.5ZM8 13.25a.75.75 0 1 1 .75-.75.752.752 0 0 1-.75.75ZM12 11H4V3h8Z"/></svg>'},Mu={name:"tag_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 3.588 5.23 3 3 5.229l.588 2.816L8.543 13 13 8.543ZM6.5 6.499a1.082 1.082 0 1 1-.013-1.516A1.072 1.072 0 0 1 6.499 6.5Z"/></svg>'},Iu={name:"tags_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 2.338 5.23 1.75 3 3.979l.588 2.816 4.955 4.955L13 7.293ZM6.5 5.249a1.082 1.082 0 1 1-.013-1.516 1.072 1.072 0 0 1 .013 1.516Zm6.251 4.794L8.543 14.25 4.257 9.964l-.283-1.369 4.569 4.57L12.207 9.5Z"/></svg>'},Ru={name:"target_crosshairs_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 6.01a2 2 0 1 0 2 2 2 2 0 0 0-2-2Zm4.9.99A5.005 5.005 0 0 0 9 3.1V1H7v2.1A5.005 5.005 0 0 0 3.1 7H1v2h2.1A5.005 5.005 0 0 0 7 12.9V15h2v-2.1A5.005 5.005 0 0 0 12.9 9H15V7ZM8 12a4 4 0 1 1 4-4 4.005 4.005 0 0 1-4 4Z"/></svg>'},Au={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>'},Ou={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>'},Fu={name:"three_vertical_lines_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 3h2v10h-2zM7 3h2v10H7zM3 3h2v10H3z"/></svg>'},Eu={name:"thumbtack_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m10 7-.625-5H10V1H5v1h.625L5 7a2 2 0 0 0-2 2h4v4l.5 2 .5-2V9h4a2 2 0 0 0-2-2Z"/></svg>'},Vu={name:"tile_size_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 8h6v6H2Zm0-6v5h2V4h8v8H9v2h5V2Z"/></svg>'},Hu={name:"times_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 9.103 5.102 12 4 10.897 6.898 8 4 5.103 5.102 4 8 6.897 10.898 4 12 5.103 9.102 8 12 10.897 10.898 12 8 9.103z"/></svg>'},Pu={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>'},Tu={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>'},Lu={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>'},Du={name:"true_false_rectangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.4 3.003H2.6a1.6 1.6 0 0 0-1.6 1.6v6.8a1.595 1.595 0 0 0 1.6 1.594h10.8a1.595 1.595 0 0 0 1.6-1.594v-6.8a1.6 1.6 0 0 0-1.6-1.6ZM7.587 6.58H6.141v3.736H4.946V6.58H3.5v-.896h4.087Zm4.913 0h-2.13v.862h1.974v.896H10.37v1.978H9.181V5.684H12.5Z"/></svg>'},zu={name:"unlink_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.126 8.585c-.581.123-1.117.241-1.362.303a1.547 1.547 0 0 0-1.182 1.51l.01.155.021.193a1.69 1.69 0 0 0 .216.54l.02.038.105.134.127.144.054.047a1.509 1.509 0 0 0 .992.36h.049a1.306 1.306 0 0 0 .224-.034l.03.015.006-.001c.463-.088.925-.186 1.387-.287l.343 1.538c-.488.11-.976.221-1.467.314a3.112 3.112 0 0 1-.571.053 3.148 3.148 0 0 1-2.99-2.258l-.011-.045a3.04 3.04 0 0 1-.076-.35 3.127 3.127 0 0 1-.03-.206l-.004-.089a3.112 3.112 0 0 1-.016-.336A3.164 3.164 0 0 1 4.35 7.356c.272-.068.808-.203.802-.206l.623-.137Zm4.31-1.544-.353 1.575c.737.176 1.38.334 1.413.346a1.514 1.514 0 0 1 .789.768l.029.066.053.185.038.164.002.045a1.667 1.667 0 0 1-.035.58l-.064.185-.056.142a1.546 1.546 0 0 1-1.4.893 1.661 1.661 0 0 1-.313-.03 54.946 54.946 0 0 1-1.15-.24l-.347 1.55.406.097-.013-.017c.276.057.55.118.826.173a3.02 3.02 0 0 0 .578.056 3.188 3.188 0 0 0 2.811-1.74 3.018 3.018 0 0 0 .129-.311l.033-.083.061-.197a3.047 3.047 0 0 0 .082-.351l.008-.044a3.132 3.132 0 0 0-2.281-3.513c-.297-.077-.777-.19-1.245-.299M7.932 2.393 6.875 6.075h.75l.3 3.032 1.2-3.782h-.75Z"/></svg>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},ju={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>'},Uu={name:"webvi_custom_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm4.089 2.526h-1.868a5.598 5.598 0 0 0-.854-1.712 5.363 5.363 0 0 1 2.722 1.712Zm-2.722 8.66a5.599 5.599 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.644 10.644 0 0 0 .208-1.187L9.923 10c-.05.294-.106.58-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.065-.633-1.47-1.672l-.56.28a5.018 5.018 0 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.955.955 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526h1.564v-.632H2.646a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.363 5.363 0 0 1 2.722-1.712 5.017 5.017 0 0 0-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.261.632h1.507c.07.263.126.548.176.842l.687.344a10.66 10.66 0 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526ZM12.105 8a.326.326 0 0 1-.19.296l-6.598 3.3-.148.036a.327.327 0 0 1-.327-.328V4.69a.327.327 0 0 1 .492-.281l6.595 3.302a.326.326 0 0 1 .176.29Z"/></svg>'},Gu={name:"webvi_host_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm4.09 2.526H10.22a5.6 5.6 0 0 0-.854-1.712 5.364 5.364 0 0 1 2.722 1.712Zm-2.723 8.66a5.6 5.6 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.657 10.657 0 0 0 .208-1.187L9.923 10a9.85 9.85 0 0 1-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.064-.633-1.47-1.672l-.56.28a5.02 5.02 0 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.96.96 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526H4.21v-.632H2.647a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.364 5.364 0 0 1 2.722-1.712 5.02 5.02 0 0 0-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.262.632h1.506c.07.263.126.548.176.842l.687.344a10.646 10.646 0 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526Zm-.619-3.131L5.334 4.409a.327.327 0 0 0-.492.281v6.613a.327.327 0 0 0 .327.328l.148-.035 6.598-3.3a.326.326 0 0 0 .014-.585Zm-6.087 2.505V5.78L10.274 8Z"/></svg>'},Xu={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>'},Wu={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>'},Ku={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>'},Yu={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>'},Qu={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>'},Ju=G`
|
|
2007
|
+
const ld={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>'},cd={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>'},dd={name:"arrow_down_right_and_arrow_up_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.171 13.933-2.276-2.247-.447 2.284-1.732-5.246 5.217 1.753-2.284.456 2.291 2.26ZM2 2.746l2.29 2.261-2.283.456 5.217 1.753L5.492 1.97l-.447 2.284-2.276-2.247Z"/></svg>'},hd={name:"arrow_expander_down_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m3.5 4.737 1.11-.732 3.357 5.472L11.397 4l1.103.743L7.955 12 3.5 4.737z"/></svg>'},ud={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>'},pd={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>'},gd={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>'},vd={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>'},fd={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>'},md={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>'},bd={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>'},wd={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>'},yd={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>'},xd={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>'},$d={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>'},Cd={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>'},kd={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>'},Sd={name:"bell_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 14a2.05 2.05 0 0 1-2-2h4a2.05 2.05 0 0 1-2 2Zm-5.25-3s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.297.098 2.145.587 2.25 1.43v.483c0 .32.108.426.183.463H11s.25 0 .25.483v.02s.5 4.92 1.5 4.92c.5 0 .5.745.5.745Z"/></svg>'},_d={name:"bell_and_comment_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.836 4.75H9.57a.71.71 0 0 0-.71.71v2.032a.71.71 0 0 0 .71.711h.356L9.57 9.625l2.488-1.422h1.778a.71.71 0 0 0 .71-.71V5.46a.71.71 0 0 0-.71-.711ZM8.196 11H2.75s0-.746.5-.746h.065c.935 0 1.435-4.918 1.435-4.918 0-.504.25-.504.25-.504h.067c.075-.037.183-.143.183-.463v-.484c.105-.842.953-1.331 2.25-1.43v-.262c0-.081.09-.15.219-.193h.562c.129.043.219.112.219.193v.263c1.224.092 2.04.537 2.217 1.294H9.57a1.713 1.713 0 0 0-1.71 1.71v2.032a1.712 1.712 0 0 0 .844 1.475ZM6 12h4a2.05 2.05 0 0 1-2 2 2.05 2.05 0 0 1-2-2Zm7.25-1H9.18l2.868-1.64c.198.527.431.894.702.894.5 0 .5.746.5.746Z"/></svg>'},Md={name:"bell_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.042 11h2a1 1 0 0 1-2 0Zm4.5-1h-7s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.044c.05-.025.122-.095.122-.309v-.322c.07-.561.636-.888 1.5-.953v-.175c0-.054.06-.1.146-.129h.375c.086.029.146.075.146.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.072.284.122.309h.045s.166 0 .166.322v.014s.334 3.279 1 3.279c.334 0 .334.497.334.497Zm-3.5-7.5a5.5 5.5 0 1 1-5.5 5.5 5.506 5.506 0 0 1 5.5-5.5m0-1a6.5 6.5 0 1 0 6.5 6.5 6.5 6.5 0 0 0-6.5-6.5Z"/></svg>'},Id={name:"bell_solid_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.5 8A6.5 6.5 0 0 0 8 14.5 6.5 6.5 0 0 0 14.5 8 6.5 6.5 0 0 0 8 1.5 6.5 6.5 0 0 0 1.5 8ZM8 12a1.025 1.025 0 0 1-1-1h2a1.025 1.025 0 0 1-1 1Zm-3.5-2s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.045c.05-.025.122-.095.122-.309v-.322c.07-.561.635-.888 1.5-.953v-.175c0-.054.06-.1.145-.129h.376c.085.029.145.075.145.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.073.284.122.309H10s.167 0 .167.322v.014s.333 3.279 1 3.279c.333 0 .333.497.333.497Z"/></svg>'},Rd={name:"block_with_ribbon_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v10h4.762A4.496 4.496 0 0 1 13 5.762V2Zm12 7.5a3.5 3.5 0 1 0-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0 0 14 9.5ZM10.5 8A1.5 1.5 0 1 1 9 9.5 1.5 1.5 0 0 1 10.5 8Z"/></svg>'},Ad={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>'},Od={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>'},Fd={name:"chart_diagram_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3Z"/></svg>'},Ed={name:"chart_diagram_child_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3Zm-8 2H3v-1h1Zm4 0H7v-1h1Zm4 0h-1v-1h1Z"/></svg>'},Vd={name:"chart_diagram_parent_focus_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 10V7H8V5h1V2H6v3h1v2H3v3H2v3h3v-3H4V8h3v2H6v3h3v-3H8V8h3v2h-1v3h3v-3ZM7 4V3h1v1Z"/></svg>'},Hd={name:"chart_diagram_parent_focus_two_child_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 10V7H8V5h1V2H6v3h1v2H4v3H3v3h3v-3H5V8h5v2H9v3h3v-3Zm-6 2H4v-1h1Zm6 0h-1v-1h1Z"/></svg>'},Pd={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>'},Td={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>'},Ld={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>'},Dd={name:"circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm0 9.429A3.429 3.429 0 1 1 11.429 8 3.429 3.429 0 0 1 8 11.429Z"/></svg>'},zd={name:"circle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="8" cy="8" r="4"/></svg>'},Bd={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>'},Nd={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>'},Zd={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>'},qd={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>'},jd={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>'},Ud={name:"clipboard_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 5H5a2 2 0 0 1 2-2V2a1 1 0 0 1 2 0v1a2 2 0 0 1 2 2Zm1-2v9H4V3H3a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Zm-2 4H5v1h5ZM8 9H5v1h3Z"/></svg>'},Gd={name:"clock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6m.576 4.87 1.555-1.557a1.635 1.635 0 0 1 .84-.256 1.979 1.979 0 0 1-.23.791c-.115.163-1.356 1.41-1.571 1.626a1.278 1.278 0 0 1 0 1.085l2.376 2.38a1.597 1.597 0 0 1 .458 1.072 1.621 1.621 0 0 1-1.222-.613c-.456-.456-1.94-1.963-2.207-2.235a1.275 1.275 0 1 1 0-2.293"/></svg>'},Wd={name:"clock_cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m8.108 7.392.955-.957a1.004 1.004 0 0 1 .516-.157 1.215 1.215 0 0 1-.14.486c-.072.1-.834.866-.966.999a.785.785 0 0 1 0 .666l1.341 1.344a.981.981 0 0 1 .281.658.996.996 0 0 1-.75-.376c-.28-.28-1.073-1.088-1.237-1.255a.783.783 0 1 1 0-1.408m5.69 2.292L14 7.324l-1.327-.113a4.76 4.76 0 0 0-.402-1.26l1.02-.86-1.527-1.811-1.019.86a4.726 4.726 0 0 0-.563-.344 4.61 4.61 0 0 0-.612-.265l.114-1.329L7.324 2l-.113 1.329a4.77 4.77 0 0 0-1.26.401l-.86-1.02L3.28 4.237l.858 1.02A4.771 4.771 0 0 0 3.53 6.43l-1.329-.114L2 8.676l1.329.114a4.69 4.69 0 0 0 .401 1.26l-1.02.86 1.526 1.811 1.02-.859a4.666 4.666 0 0 0 1.175.608l-.113 1.33 2.358.2.114-1.328a4.688 4.688 0 0 0 1.26-.4l.86 1.02 1.81-1.527-.858-1.02a4.687 4.687 0 0 0 .608-1.175ZM8 11.45A3.45 3.45 0 1 1 11.45 8 3.45 3.45 0 0 1 8 11.45Z"/></svg>'},Xd={name:"clock_triangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 3a4.951 4.951 0 0 0-2.152.505L7.096 6H3.422A4.997 4.997 0 1 0 8 3Zm2.003 7.616a453.75 453.75 0 0 1-1.675-1.7 1.061 1.061 0 1 1 0-1.907l1.294-1.297a1.36 1.36 0 0 1 .699-.212 1.646 1.646 0 0 1-.19.658c-.097.136-1.13 1.173-1.309 1.353a1.063 1.063 0 0 1 0 .903l1.817 1.82a1.33 1.33 0 0 1 .381.891 1.35 1.35 0 0 1-1.017-.51Z"/><path class="cls-2" d="M5.477 5H1.522L3.5 1.045 5.477 5z"/></svg>'},Kd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},th={name:"cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m6.823 2-2.217.914.516 1.25a4.743 4.743 0 0 0-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.82 4.82 0 0 0-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.824 4.824 0 0 0 .945.949l-.518 1.247 2.214.921.519-1.246a4.68 4.68 0 0 0 .674.048 4.74 4.74 0 0 0 .666-.047L9.176 14l2.218-.914-.515-1.248a4.828 4.828 0 0 0 .95-.945l1.245.518.922-2.214-1.247-.519a4.73 4.73 0 0 0 .002-1.34L14 6.824l-.914-2.218-1.25.515a4.739 4.739 0 0 0-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.714 4.714 0 0 0-.676-.049 4.808 4.808 0 0 0-.663.047Zm1.175 9a2.999 2.999 0 1 1 2.77-1.847 2.984 2.984 0 0 1-2.77 1.846M8 6.801a1.2 1.2 0 1 0 .46.093A1.198 1.198 0 0 0 8 6.8"/></svg>'},eh={name:"cog_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.147 11.648c-.01.006-.02.014-.032.02a4.1 4.1 0 0 1-.46.224l-.012.005c-.033.015-.068.028-.103.042-.051.019-.11.036-.162.055-.094.034-.186.068-.285.099-.034.01-.064.024-.1.033-.019.007-.042.012-.062.019q-.279.078-.58.144l-.133.03q-.324.068-.668.12l-.135.02c-.214.03-.431.057-.653.079l-.103.012a17.446 17.446 0 0 1-.903.06c-.254.01-.507.018-.759.018a18.75 18.75 0 0 1-1.66-.078l-.105-.012a15.901 15.901 0 0 1-.65-.08l-.134-.018c-.23-.036-.455-.076-.67-.122l-.132-.029a9.372 9.372 0 0 1-.582-.145l-.059-.017c-.036-.01-.067-.023-.1-.034a7.034 7.034 0 0 1-.285-.1c-.054-.018-.112-.035-.165-.055l-.101-.041-.01-.005a4.076 4.076 0 0 1-.462-.223l-.03-.02a2.343 2.343 0 0 1-.334-.24c-.014-.012-.033-.022-.045-.033v1.013c0 .364.524.749 1.427 1.051a8.098 8.098 0 0 0 .697.197 14.793 14.793 0 0 0 3.4.363 14.818 14.818 0 0 0 3.403-.362 8.38 8.38 0 0 0 .697-.197c.904-.303 1.43-.688 1.43-1.052v-1.013c-.015.012-.034.022-.047.034a2.478 2.478 0 0 1-.333.238m.38-1.883c0-.762-2.27-1.61-5.529-1.61-3.256 0-5.524.848-5.524 1.61 0 .365.525.75 1.427 1.052a9.254 9.254 0 0 0 .698.197 14.8 14.8 0 0 0 3.399.362 14.817 14.817 0 0 0 3.401-.362 8.375 8.375 0 0 0 .7-.197c.902-.302 1.428-.687 1.428-1.052M3.931 7.697 2.802 7.6l.171-1.979 1.129.095a3.984 3.984 0 0 1 .516-.985l-.729-.856 1.537-1.28.73.855a4.085 4.085 0 0 1 1.071-.336L7.323 2l2.004.17-.097 1.114a3.949 3.949 0 0 1 .52.223 4.027 4.027 0 0 1 .478.288l.866-.721 1.296 1.52-.866.72a3.961 3.961 0 0 1 .341 1.058l1.127.095-.133 1.539a10.211 10.211 0 0 0-2.482-.618c.007-.048.021-.094.026-.143a2.48 2.48 0 0 0-1.346-2.416 2.543 2.543 0 0 0-2.938.45 2.408 2.408 0 0 0-.698 2.14 11.88 11.88 0 0 0-1.482.311l-.008-.033Zm4.067-.468c-.331 0-.697.012-1.077.035a.972.972 0 0 1-.026-.314.99.99 0 0 1 .292-.618 1.011 1.011 0 0 1 1.174-.18.992.992 0 0 1 .539.967.923.923 0 0 1-.036.132 17.817 17.817 0 0 0-.866-.022Z"/></svg>'},ih={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>'},oh={name:"cog_small_cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.712 5.956a.76.76 0 0 1-.224.477.787.787 0 0 1-.909.139.762.762 0 0 1-.19-1.224.781.781 0 0 1 .907-.14.767.767 0 0 1 .416.748ZM14 11.61l-.441 1.088-.62-.246a2.276 2.276 0 0 1-.232.268 2.386 2.386 0 0 1-.23.2l.263.606-1.09.46-.263-.606a2.353 2.353 0 0 1-.662.008l-.248.612-1.1-.435.249-.612a2.273 2.273 0 0 1-.256-.215 2.358 2.358 0 0 1-.218-.243l-.614.26-.466-1.077.614-.259a2.287 2.287 0 0 1-.008-.654l-.62-.246.44-1.087.62.246a2.38 2.38 0 0 1 .234-.27 2.463 2.463 0 0 1 .229-.198l-.263-.606 1.09-.46.263.605a2.422 2.422 0 0 1 .662-.008l.248-.612 1.1.436-.248.612a2.351 2.351 0 0 1 .473.458l.614-.26.466 1.076-.613.26a2.339 2.339 0 0 1 .008.654Zm-1.934-1.591a1.495 1.495 0 0 0-2.085.011 1.454 1.454 0 0 0 .01 2.081 1.479 1.479 0 0 0 .486.313 1.495 1.495 0 0 0 1.6-.324 1.454 1.454 0 0 0-.01-2.081ZM9.036 8.33l-1.189.99-.564-.661a3.104 3.104 0 0 1-.827.26l-.075.86-1.547-.13.074-.862a3.075 3.075 0 0 1-.77-.394l-.671.557-1.001-1.174.67-.557a3.015 3.015 0 0 1-.264-.817L2 6.328 2.132 4.8l.872.074a3.08 3.08 0 0 1 .4-.762l-.564-.66 1.188-.99.565.66a3.159 3.159 0 0 1 .827-.26L5.494 2l1.548.131-.074.861a3.046 3.046 0 0 1 .402.172 3.111 3.111 0 0 1 .369.223l.669-.557L9.41 4.004l-.67.557a3.06 3.06 0 0 1 .264.818l.871.073-.132 1.53-.872-.074a3.026 3.026 0 0 1-.4.762ZM7.874 6.054a1.916 1.916 0 0 0-1.04-1.868 1.965 1.965 0 0 0-2.27.348 1.907 1.907 0 0 0 .478 3.06 1.965 1.965 0 0 0 2.27-.347 1.903 1.903 0 0 0 .562-1.193Zm3.376 4.467a.6.6 0 0 0-.64.13.591.591 0 0 0-.131.196.584.584 0 0 0 .33.761.597.597 0 0 0 .64-.13.59.59 0 0 0 .13-.195.583.583 0 0 0-.135-.637.596.596 0 0 0-.194-.125Z"/></svg>'},nh={name:"cog_zoomed_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 3.11-1.178-.632-1.875 2.133a5.424 5.424 0 0 0-.716-.094L8.766 2l-2.138.627.2 2.863a5.226 5.226 0 0 0-.527.47l-2.77-.738-1.056 1.95L4.656 9.04a5.188 5.188 0 0 0-.087.704L2 11.144l.659 2.1 2.914-.197a4.961 4.961 0 0 0 .453.525l-.13.427h7.232a.818.818 0 0 0 .87-.759L14 13.2Zm-1.335 7.876a2.877 2.877 0 0 1-3.741 1.477 2.768 2.768 0 0 1-1.51-3.66 2.876 2.876 0 0 1 3.729-1.482 2.76 2.76 0 0 1 1.535 3.637Z"/></svg>'},sh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},fh={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>'},mh={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>'},bh={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>'},wh={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>'},yh={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>'},xh={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>'},$h={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>'},Ch={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>'},kh={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>'},Sh={name:"file_drawer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 4v10h12V4Zm8 4H6V6h4Zm4-5H2V2h12Z"/></svg>'},_h={name:"file_search_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 6v6h-3.333a3.662 3.662 0 0 0 .249-1.302A3.701 3.701 0 0 0 7.22 7 3.654 3.654 0 0 0 6 7.223V2h4v4Zm-3-4v3h3Zm-1.126 8.698a2.697 2.697 0 0 1-4.73 1.772L2.521 14l-.48-.823 2.613-1.523a2.698 2.698 0 1 1 5.22-.956Zm-.952 0a1.745 1.745 0 1 0-1.745 1.745 1.747 1.747 0 0 0 1.745-1.745Z"/></svg>'},Mh={name:"filter_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 3.045v1.29h.787a2.069 2.069 0 1 0 2.907 2.903l1.32 2.173v4.522l1.973-1.846V9.411l3.878-5.076h1.134v-1.29Zm2.033 4.059a1.154 1.154 0 0 1 0-2.308c.023 0 .045.006.068.007l1.002 1.575a1.154 1.154 0 0 1-1.07.726Z"/></svg>'},Ih={name:"floppy_disk_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 4H3.583A.585.585 0 0 0 3 4.598V11.5l1.5 1.497 7.858.003c.33 0 .6-.27.6-.6L13 4.545c0-.33-.215-.546-.545-.546ZM11 12H8v-2H6v2H5V9h6v3Zm1-4H4V5h8v3Z"/></svg>'},Rh={name:"floppy_disk_checkmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 5h-1.041l-1.005 1H12v3H4V6h3.782L6.79 5H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm2-10.99L9.091 5.9 7 3.79l.919-.89 1.164 1.208L12.128 1.1l.872.91"/></svg>'},Ah={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>'},Oh={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>'},Fh={name:"folder_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 4V3H2v10h12V4Zm6 2H3V5h10Z"/></svg>'},Eh={name:"folder_open_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 3v1.002h6V6h-1V5H3v1H2V3ZM2 13h11l1-6H2Z"/></svg>'},Vh={name:"forward_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m6.027 14 2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},Hh={name:"four_dots_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.5 11A1.5 1.5 0 1 1 5 9.5 1.5 1.5 0 0 1 6.5 11ZM5 3.5A1.5 1.5 0 1 0 6.5 5 1.5 1.5 0 0 0 5 3.5Zm7.5 7.5A1.5 1.5 0 1 1 11 9.5a1.5 1.5 0 0 1 1.5 1.5ZM11 3.5A1.5 1.5 0 1 0 12.5 5 1.5 1.5 0 0 0 11 3.5Z"/></svg>'},Ph={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>'},Th={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>'},Lh={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>'},Dh={name:"grid_two_by_two_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 9h3v3H4Zm5 0h3v3H9ZM4 4h3v3H4Zm5 0h3v3H9ZM2 14h12V2H2Z"/></svg>'},zh={name:"hammer_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M9 14H6V8h3ZM8.875 2H6.723A1.991 1.991 0 0 1 5 3a2.486 2.486 0 0 1-2-1H2v4h1a1.797 1.797 0 0 1 1.5-1C5.551 5 5.997 6.99 6 7h3c.333-1.539 1-2.436 1.741-2.436C12.222 4.564 14 6.615 14 6.615S13 2 8.875 2Z"/></svg>'},Bh={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>'},Nh={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>'},Zh={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>'},qh={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>'},jh={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>'},Uh={name:"info_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm-.697 2.28a.951.951 0 0 1 1.35 0 .928.928 0 0 1 .276.675.952.952 0 0 1-1.905 0 .924.924 0 0 1 .279-.674ZM9.7 12H6.3v-1.264h.833V7.777H6.3V6.513h2.584v4.223H9.7Z"/></svg>'},Gh={name:"key_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.045 7.348-.652-.652 1.444-.14Zm-3.818.698-4.912 4.912-.395-.396 4.12-4.12Zm4.734-2.918-1.697.136-.395-.395L11 3.176l.72-.067 1.304 1.304Zm-3.524-.386-.651-.653.791-.791Zm-1.955-.653v2.607l-5.074 5.075L2 12.946l.791.791 1.432.129.326-.326v-.652l.652-.652h.652l.326-.325v-.652h.651l.978-.978.014-.652.312-.326h.652l.652-.651h2.607l1.676-1.676L14 4.089l-1.955-1.955-2.887.28Z"/></svg>'},Wh={name:"laptop_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 11V3H3v8H2v2h12v-2Zm-2 1H5v-1h6Zm1-1.996H4V4h8Z"/></svg>'},Xh={name:"layer_group_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m3.555 9.546.89-.445 5.333 2.667 1.778-.89.889.449v1.33L9.778 13.99l-6.223-3.11Zm0-6.222L6.222 1.99l6.223 3.112v1.333L9.778 7.768l-6.223-3.11Zm0 3.11.89-.444 5.333 2.667 1.778-.89.889.448v1.33L9.778 10.88 3.555 7.768Z"/></svg>'},Kh={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>'},Yh={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>'},Qh={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>'},Jh={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>'},tu={name:"list_tree_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 5v2h4v2h-4v2h4v2H8V5H5V3h9v2ZM2 5h2V3H2Zm5 6H5v2h2Zm0-4H5v2h2Z"/></svg>'},eu={name:"list_tree_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.953 11.81c.013-.011.032-.02.046-.031v.917c0 .33-.523.678-1.42.953a8.234 8.234 0 0 1-.694.178 16.116 16.116 0 0 1-3.382.328 16.089 16.089 0 0 1-3.38-.328 8.77 8.77 0 0 1-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 0 0 .332.218l.03.017a4.235 4.235 0 0 0 .46.202l.01.005.1.037c.053.018.11.034.164.05.093.031.186.062.283.09.033.01.064.022.1.031l.058.015c.184.048.378.092.58.132.043.009.084.018.13.026.214.042.438.078.666.11l.134.017c.21.028.425.051.646.072l.104.01c.242.021.487.037.731.049l.166.007c.251.01.504.016.754.016s.501-.007.754-.016l.164-.007c.246-.012.491-.028.734-.048l.102-.011c.22-.02.436-.044.649-.072.044-.006.09-.01.134-.017q.343-.048.664-.11c.046-.008.088-.017.132-.026q.3-.06.577-.13c.02-.007.043-.012.063-.017.034-.009.064-.021.099-.031.098-.028.189-.059.283-.09.052-.017.11-.032.16-.05.035-.012.07-.024.103-.037l.012-.005a4.252 4.252 0 0 0 .457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 0 0 .33-.216Zm-5.45-2.946c-3.237 0-5.492.767-5.492 1.457 0 .33.523.679 1.42.952a9.998 9.998 0 0 0 .694.179 16.101 16.101 0 0 0 3.378.327 16.12 16.12 0 0 0 3.382-.327 8.892 8.892 0 0 0 .694-.18C13.477 11 14 10.652 14 10.322c0-.69-2.257-1.457-5.497-1.457ZM14 6V5H5V3h2V2H2v1h2v5.581a9.632 9.632 0 0 1 1-.255V6h3v2h6V7H9V6Z"/></svg>'},iu={name:"lock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 8V7a3.888 3.888 0 0 0-4-4 3.822 3.822 0 0 0-2.81 1.078A4.349 4.349 0 0 0 4.062 7v1H3v6h10V8ZM6.062 6.986a2.407 2.407 0 0 1 .566-1.516A1.834 1.834 0 0 1 8 5a1.883 1.883 0 0 1 2 2v1H6.062Z"/></svg>'},ou={name:"magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.073 12.29-2.926-2.926a3.971 3.971 0 1 0-.783.783l2.927 2.926ZM7.01 9.84a2.83 2.83 0 1 1 2.83-2.83 2.833 2.833 0 0 1-2.83 2.83Z"/></svg>'},nu={name:"markdown_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14.25 3H1.75a.74.74 0 0 0-.75.73v8.54a.74.74 0 0 0 .75.73h12.5a.74.74 0 0 0 .75-.73V3.73a.74.74 0 0 0-.75-.73Zm-6.285 7.059h-.991V7.773L5.982 9.35l-.99-1.577v2.286H4V5.934h.91L5.982 7.51l1.073-1.576h.91Zm2.459.007L8.848 7.945h1.1V5.934h.99v2.01H12Z"/></svg>'},su={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>'},ru={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>'},au={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>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={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>'},pu={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>'},gu={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>'},vu={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>'},fu={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>'},mu={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>'},bu={name:"shield_xmark_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v5.11C2 10.39 8 14 8 14s6-3.281 6-6.89V2Zm9.5 7.346L10.346 10.5 8 8.154 5.654 10.5 4.5 9.346 6.846 7 4.5 4.654 5.654 3.5 8 5.846 10.346 3.5 11.5 4.654 9.154 7Z"/></svg>'},wu={name:"signal_bars_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 14H2V2h2Zm3-9H5v9h2Zm3 3H8v6h2Zm3 3h-2v3h2Z"/></svg>'},yu={name:"sine_graph_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 12H2v-1.63a4.61 4.61 0 0 0 1.766-1.967c.636-1.06 1.082-1.705 1.902-1.705s1.266.644 1.902 1.705c.615 1.026 1.312 2.189 2.766 2.189 1.453 0 2.15-1.163 2.764-2.189a6.459 6.459 0 0 1 .9-1.267Zm0-6.054a4.613 4.613 0 0 0-1.764 1.967c-.635 1.061-1.08 1.705-1.9 1.705-.82 0-1.266-.644-1.902-1.705-.615-1.026-1.312-2.189-2.766-2.189S3.517 6.887 2.902 7.913A6.468 6.468 0 0 1 2 9.18V4h12Z"/></svg>'},xu={name:"skip_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.002 8.29 2 12.304v-8.01ZM14 2h-2v12h2Z"/></svg>'},$u={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>'},Cu={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>'},ku={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>'},Su={name:"t_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.684 13v-.729l.221-.018c.764-.058.947-.19.985-.229.026-.026.157-.202.157-.992V4.078H6.48a2.46 2.46 0 0 0-1.477.291 2.262 2.262 0 0 0-.563 1.36l-.038.196h-.797L3.704 3h8.6l.092 2.925h-.784l-.021-.095a2.817 2.817 0 0 0-.589-1.466c-.147-.131-.523-.286-1.48-.286H8.96V11.2c0 .679.138.819.165.84a2.092 2.092 0 0 0 1.01.213l.223.018V13Z"/></svg>'},_u={name:"tablet_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.5 2h-9a.501.501 0 0 0-.5.5v11a.501.501 0 0 0 .5.5h9a.501.501 0 0 0 .5-.5v-11a.501.501 0 0 0-.5-.5ZM8 13.25a.75.75 0 1 1 .75-.75.752.752 0 0 1-.75.75ZM12 11H4V3h8Z"/></svg>'},Mu={name:"tag_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 3.588 5.23 3 3 5.229l.588 2.816L8.543 13 13 8.543ZM6.5 6.499a1.082 1.082 0 1 1-.013-1.516A1.072 1.072 0 0 1 6.499 6.5Z"/></svg>'},Iu={name:"tags_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 16"><path class="cls-1" d="M8.044 2.338 5.23 1.75 3 3.979l.588 2.816 4.955 4.955L13 7.293ZM6.5 5.249a1.082 1.082 0 1 1-.013-1.516 1.072 1.072 0 0 1 .013 1.516Zm6.251 4.794L8.543 14.25 4.257 9.964l-.283-1.369 4.569 4.57L12.207 9.5Z"/></svg>'},Ru={name:"target_crosshairs_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 6.01a2 2 0 1 0 2 2 2 2 0 0 0-2-2Zm4.9.99A5.005 5.005 0 0 0 9 3.1V1H7v2.1A5.005 5.005 0 0 0 3.1 7H1v2h2.1A5.005 5.005 0 0 0 7 12.9V15h2v-2.1A5.005 5.005 0 0 0 12.9 9H15V7ZM8 12a4 4 0 1 1 4-4 4.005 4.005 0 0 1-4 4Z"/></svg>'},Au={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>'},Ou={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>'},Fu={name:"three_vertical_lines_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 3h2v10h-2zM7 3h2v10H7zM3 3h2v10H3z"/></svg>'},Eu={name:"thumbtack_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m10 7-.625-5H10V1H5v1h.625L5 7a2 2 0 0 0-2 2h4v4l.5 2 .5-2V9h4a2 2 0 0 0-2-2Z"/></svg>'},Vu={name:"tile_size_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 8h6v6H2Zm0-6v5h2V4h8v8H9v2h5V2Z"/></svg>'},Hu={name:"times_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 9.103 5.102 12 4 10.897 6.898 8 4 5.103 5.102 4 8 6.897 10.898 4 12 5.103 9.102 8 12 10.897 10.898 12 8 9.103z"/></svg>'},Pu={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>'},Tu={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>'},Lu={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>'},Du={name:"true_false_rectangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.4 3.003H2.6a1.6 1.6 0 0 0-1.6 1.6v6.8a1.595 1.595 0 0 0 1.6 1.594h10.8a1.595 1.595 0 0 0 1.6-1.594v-6.8a1.6 1.6 0 0 0-1.6-1.6ZM7.587 6.58H6.141v3.736H4.946V6.58H3.5v-.896h4.087Zm4.913 0h-2.13v.862h1.974v.896H10.37v1.978H9.181V5.684H12.5Z"/></svg>'},zu={name:"unlink_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.126 8.585c-.581.123-1.117.241-1.362.303a1.547 1.547 0 0 0-1.182 1.51l.01.155.021.193a1.69 1.69 0 0 0 .216.54l.02.038.105.134.127.144.054.047a1.509 1.509 0 0 0 .992.36h.049a1.306 1.306 0 0 0 .224-.034l.03.015.006-.001c.463-.088.925-.186 1.387-.287l.343 1.538c-.488.11-.976.221-1.467.314a3.112 3.112 0 0 1-.571.053 3.148 3.148 0 0 1-2.99-2.258l-.011-.045a3.04 3.04 0 0 1-.076-.35 3.127 3.127 0 0 1-.03-.206l-.004-.089a3.112 3.112 0 0 1-.016-.336A3.164 3.164 0 0 1 4.35 7.356c.272-.068.808-.203.802-.206l.623-.137Zm4.31-1.544-.353 1.575c.737.176 1.38.334 1.413.346a1.514 1.514 0 0 1 .789.768l.029.066.053.185.038.164.002.045a1.667 1.667 0 0 1-.035.58l-.064.185-.056.142a1.546 1.546 0 0 1-1.4.893 1.661 1.661 0 0 1-.313-.03 54.946 54.946 0 0 1-1.15-.24l-.347 1.55.406.097-.013-.017c.276.057.55.118.826.173a3.02 3.02 0 0 0 .578.056 3.188 3.188 0 0 0 2.811-1.74 3.018 3.018 0 0 0 .129-.311l.033-.083.061-.197a3.047 3.047 0 0 0 .082-.351l.008-.044a3.132 3.132 0 0 0-2.281-3.513c-.297-.077-.777-.19-1.245-.299M7.932 2.393 6.875 6.075h.75l.3 3.032 1.2-3.782h-.75Z"/></svg>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},ju={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>'},Uu={name:"webvi_custom_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm4.089 2.526h-1.868a5.598 5.598 0 0 0-.854-1.712 5.363 5.363 0 0 1 2.722 1.712Zm-2.722 8.66a5.599 5.599 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.644 10.644 0 0 0 .208-1.187L9.923 10c-.05.294-.106.58-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.065-.633-1.47-1.672l-.56.28a5.018 5.018 0 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.955.955 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526h1.564v-.632H2.646a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.363 5.363 0 0 1 2.722-1.712 5.017 5.017 0 0 0-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.261.632h1.507c.07.263.126.548.176.842l.687.344a10.66 10.66 0 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526ZM12.105 8a.326.326 0 0 1-.19.296l-6.598 3.3-.148.036a.327.327 0 0 1-.327-.328V4.69a.327.327 0 0 1 .492-.281l6.595 3.302a.326.326 0 0 1 .176.29Z"/></svg>'},Gu={name:"webvi_host_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 1 0 6 6 6 6 0 0 0-6-6Zm4.09 2.526H10.22a5.6 5.6 0 0 0-.854-1.712 5.364 5.364 0 0 1 2.722 1.712Zm-2.723 8.66a5.6 5.6 0 0 0 .854-1.712h1.868a5.363 5.363 0 0 1-2.722 1.712Zm3.181-2.344h-2.146a10.657 10.657 0 0 0 .208-1.187L9.923 10a9.85 9.85 0 0 1-.176.843h-1.51l-1.263.632h2.583C9.145 12.647 8.554 13.368 8 13.368c-.517 0-1.064-.633-1.47-1.672l-.56.28a5.02 5.02 0 0 0 .663 1.21 5.363 5.363 0 0 1-2.722-1.712h.317a.96.96 0 0 1-.017-.17v-.462h-.76a5.33 5.33 0 0 1-.804-2.526H4.21v-.632H2.647a5.33 5.33 0 0 1 .805-2.526h.759V4.69a.95.95 0 0 1 .016-.164h-.316a5.364 5.364 0 0 1 2.722-1.712 5.02 5.02 0 0 0-.663 1.207l.56.28c.406-1.037.953-1.67 1.47-1.67.554 0 1.145.722 1.557 1.895H6.98l1.262.632h1.506c.07.263.126.548.176.842l.687.344a10.646 10.646 0 0 0-.208-1.186h2.146a5.33 5.33 0 0 1 .804 2.526h-.67a.92.92 0 0 1-.001.632h.671a5.33 5.33 0 0 1-.804 2.526Zm-.619-3.131L5.334 4.409a.327.327 0 0 0-.492.281v6.613a.327.327 0 0 0 .327.328l.148-.035 6.598-3.3a.326.326 0 0 0 .014-.585Zm-6.087 2.505V5.78L10.274 8Z"/></svg>'},Wu={name:"window_code_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm11 11H3V5h10ZM4 9.135l2.698-1.118v.75l-1.588.65 1.588.646v.75l-2.694-1.12Zm4.42-1.49h.792l-1.565 3.71h-.783ZM12 9.135v.557l-2.694 1.12v-.75l.062-.024 1.526-.626-1.588-.648v-.747Z"/></svg>'},Xu={name:"window_text_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v12h12V2Zm11 11H3V5h10ZM7 8H4V6h3Zm5 2H4V9h8Zm0 2H4v-1h8Z"/></svg>'},Ku={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>'},Yu={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>'},Qu={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>'},Ju=G`
|
|
2008
2008
|
<template>
|
|
2009
2009
|
<div class="icon" :innerHTML=${t=>t.icon.data}></div>
|
|
2010
2010
|
</template
|
|
@@ -2032,11 +2032,11 @@ const ld={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
|
|
|
2032
2032
|
}
|
|
2033
2033
|
|
|
2034
2034
|
:host([severity='success']) {
|
|
2035
|
-
${Yr.cssCustomProperty}: ${
|
|
2035
|
+
${Yr.cssCustomProperty}: ${Wr};
|
|
2036
2036
|
}
|
|
2037
2037
|
|
|
2038
2038
|
:host([severity='information']) {
|
|
2039
|
-
${Yr.cssCustomProperty}: ${
|
|
2039
|
+
${Yr.cssCustomProperty}: ${Xr};
|
|
2040
2040
|
}
|
|
2041
2041
|
|
|
2042
2042
|
.icon svg {
|
|
@@ -2290,7 +2290,7 @@ const mp=ft`
|
|
|
2290
2290
|
}
|
|
2291
2291
|
|
|
2292
2292
|
:host(:hover) {
|
|
2293
|
-
box-shadow: 0px 1px 4px ${ls(
|
|
2293
|
+
box-shadow: 0px 1px 4px ${ls(Wn,.3)};
|
|
2294
2294
|
}
|
|
2295
2295
|
|
|
2296
2296
|
:host(:active) {
|
|
@@ -2380,8 +2380,8 @@ const mp=ft`
|
|
|
2380
2380
|
:host {
|
|
2381
2381
|
--ni-private-card-button-background-hover-color: ${ls(qn,.3)};
|
|
2382
2382
|
--ni-private-card-button-background-active-color: ${qn};
|
|
2383
|
-
--ni-private-card-button-border-active-color: ${ls(
|
|
2384
|
-
--ni-private-card-button-border-selected-color: ${ls(
|
|
2383
|
+
--ni-private-card-button-border-active-color: ${ls(Xn,.2)};
|
|
2384
|
+
--ni-private-card-button-border-selected-color: ${ls(Xn,.6)};
|
|
2385
2385
|
}
|
|
2386
2386
|
`),od(gs,ft`
|
|
2387
2387
|
:host {
|
|
@@ -3350,8 +3350,8 @@ const jp=qp.compose({baseName:"drawer",template:Np,styles:Bp})
|
|
|
3350
3350
|
no.getOrCreate().withPrefix("nimble").register(jp()),no.tagFor(qp)
|
|
3351
3351
|
class Up extends ep{constructor(){super(ld)}}ip("icon-add",Up),no.tagFor(Up)
|
|
3352
3352
|
class Gp extends ep{constructor(){super(cd)}}ip("icon-arrow-down",Gp),no.tagFor(Gp)
|
|
3353
|
-
class
|
|
3354
|
-
class
|
|
3353
|
+
class Wp extends ep{constructor(){super(dd)}}ip("icon-arrow-down-right-and-arrow-up-left",Wp),no.tagFor(Wp)
|
|
3354
|
+
class Xp extends ep{constructor(){super(ud)}}ip("icon-arrow-expander-left",Xp),no.tagFor(Xp)
|
|
3355
3355
|
class Kp extends ep{constructor(){super(pd)}}ip("icon-arrow-expander-right",Kp),no.tagFor(Kp)
|
|
3356
3356
|
class Yp extends ep{constructor(){super(gd)}}ip("icon-arrow-expander-up",Yp),no.tagFor(Yp)
|
|
3357
3357
|
class Qp extends ep{constructor(){super(vd)}}ip("icon-arrow-left-from-line",Qp),no.tagFor(Qp)
|
|
@@ -3387,8 +3387,8 @@ class Mg extends ep{constructor(){super(qd)}}ip("icon-circle-slash",Mg),no.tagFo
|
|
|
3387
3387
|
class Ig extends ep{constructor(){super(jd)}}ip("icon-circle-x",Ig),no.tagFor(Ig)
|
|
3388
3388
|
class Rg extends ep{constructor(){super(Ud)}}ip("icon-clipboard",Rg),no.tagFor(Rg)
|
|
3389
3389
|
class Ag extends ep{constructor(){super(Gd)}}ip("icon-clock",Ag),no.tagFor(Ag)
|
|
3390
|
-
class Og extends ep{constructor(){super(
|
|
3391
|
-
class Fg extends ep{constructor(){super(
|
|
3390
|
+
class Og extends ep{constructor(){super(Wd)}}ip("icon-clock-cog",Og),no.tagFor(Og)
|
|
3391
|
+
class Fg extends ep{constructor(){super(Xd)}}ip("icon-clock-triangle",Fg),no.tagFor(Fg)
|
|
3392
3392
|
class Eg extends ep{constructor(){super(Kd)}}ip("icon-clone",Eg),no.tagFor(Eg)
|
|
3393
3393
|
class Vg extends ep{constructor(){super(Yd)}}ip("icon-cloud",Vg),no.tagFor(Vg)
|
|
3394
3394
|
class Hg extends ep{constructor(){super(Qd)}}ip("icon-cloud-upload",Hg),no.tagFor(Hg)
|
|
@@ -3404,8 +3404,8 @@ class qg extends ep{constructor(){super(ah)}}ip("icon-copy",qg),no.tagFor(qg)
|
|
|
3404
3404
|
class jg extends ep{constructor(){super(lh)}}ip("icon-copy-text",jg),no.tagFor(jg)
|
|
3405
3405
|
class Ug extends ep{constructor(){super(ch)}}ip("icon-dashboard-builder",Ug),no.tagFor(Ug)
|
|
3406
3406
|
class Gg extends ep{constructor(){super(dh)}}ip("icon-dashboard-builder-legend",Gg),no.tagFor(Gg)
|
|
3407
|
-
class
|
|
3408
|
-
class
|
|
3407
|
+
class Wg extends ep{constructor(){super(hh)}}ip("icon-dashboard-builder-templates",Wg),no.tagFor(Wg)
|
|
3408
|
+
class Xg extends ep{constructor(){super(uh)}}ip("icon-dashboard-builder-tile",Xg),no.tagFor(Xg)
|
|
3409
3409
|
class Kg extends ep{constructor(){super(ph)}}ip("icon-database",Kg),no.tagFor(Kg)
|
|
3410
3410
|
class Yg extends ep{constructor(){super(gh)}}ip("icon-database-check",Yg),no.tagFor(Yg)
|
|
3411
3411
|
class Qg extends ep{constructor(){super(vh)}}ip("icon-desktop",Qg),no.tagFor(Qg)
|
|
@@ -3439,8 +3439,8 @@ class Sv extends ep{constructor(){super(Zh)}}ip("icon-hourglass",Sv),no.tagFor(S
|
|
|
3439
3439
|
class _v extends ep{constructor(){super(qh)}}ip("icon-indeterminant-checkbox",_v),no.tagFor(_v)
|
|
3440
3440
|
class Mv extends ep{constructor(){super(Uh)}}ip("icon-info-circle",Mv),no.tagFor(Mv)
|
|
3441
3441
|
class Iv extends ep{constructor(){super(Gh)}}ip("icon-key",Iv),no.tagFor(Iv)
|
|
3442
|
-
class Rv extends ep{constructor(){super(
|
|
3443
|
-
class Av extends ep{constructor(){super(
|
|
3442
|
+
class Rv extends ep{constructor(){super(Wh)}}ip("icon-laptop",Rv),no.tagFor(Rv)
|
|
3443
|
+
class Av extends ep{constructor(){super(Xh)}}ip("icon-layer-group",Av),no.tagFor(Av)
|
|
3444
3444
|
class Ov extends ep{constructor(){super(Kh)}}ip("icon-lightning-bolt",Ov),no.tagFor(Ov)
|
|
3445
3445
|
class Fv extends ep{constructor(){super(Yh)}}ip("icon-link",Fv),no.tagFor(Fv)
|
|
3446
3446
|
class Ev extends ep{constructor(){super(Qh)}}ip("icon-link-cancel",Ev),no.tagFor(Ev)
|
|
@@ -3458,8 +3458,8 @@ class qv extends ep{constructor(){super(cu)}}ip("icon-paste",qv),no.tagFor(qv)
|
|
|
3458
3458
|
class jv extends ep{constructor(){super(du)}}ip("icon-pencil",jv),no.tagFor(jv)
|
|
3459
3459
|
class Uv extends ep{constructor(){super(hu)}}ip("icon-pot-with-lid",Uv),no.tagFor(Uv)
|
|
3460
3460
|
class Gv extends ep{constructor(){super(uu)}}ip("icon-question",Gv),no.tagFor(Gv)
|
|
3461
|
-
class
|
|
3462
|
-
class
|
|
3461
|
+
class Wv extends ep{constructor(){super(pu)}}ip("icon-running-arrow",Wv),no.tagFor(Wv)
|
|
3462
|
+
class Xv extends ep{constructor(){super(gu)}}ip("icon-server",Xv),no.tagFor(Xv)
|
|
3463
3463
|
class Kv extends ep{constructor(){super(vu)}}ip("icon-share-nodes",Kv),no.tagFor(Kv)
|
|
3464
3464
|
class Yv extends ep{constructor(){super(fu)}}ip("icon-share-square",Yv),no.tagFor(Yv)
|
|
3465
3465
|
class Qv extends ep{constructor(){super(mu)}}ip("icon-shield-check",Qv),no.tagFor(Qv)
|
|
@@ -3492,8 +3492,8 @@ class Sf extends ep{constructor(){super(qu)}}ip("icon-watch",Sf),no.tagFor(Sf)
|
|
|
3492
3492
|
class _f extends ep{constructor(){super(ju)}}ip("icon-waveform",_f),no.tagFor(_f)
|
|
3493
3493
|
class Mf extends ep{constructor(){super(Uu)}}ip("icon-webvi-custom",Mf),no.tagFor(Mf)
|
|
3494
3494
|
class If extends ep{constructor(){super(Gu)}}ip("icon-webvi-host",If),no.tagFor(If)
|
|
3495
|
-
class Rf extends ep{constructor(){super(
|
|
3496
|
-
class Af extends ep{constructor(){super(
|
|
3495
|
+
class Rf extends ep{constructor(){super(Wu)}}ip("icon-window-code",Rf),no.tagFor(Rf)
|
|
3496
|
+
class Af extends ep{constructor(){super(Xu)}}ip("icon-window-text",Af),no.tagFor(Af)
|
|
3497
3497
|
class Of extends ep{constructor(){super(Ku)}}ip("icon-wrench-hammer",Of),no.tagFor(Of)
|
|
3498
3498
|
class Ff extends ep{constructor(){super(Qu)}}ip("icon-xmark-check",Ff),no.tagFor(Ff)
|
|
3499
3499
|
const Ef=ft`
|
|
@@ -3851,7 +3851,7 @@ class jf extends yo{}const Uf=jf.compose({baseName:"menu-item",baseClass:yo,temp
|
|
|
3851
3851
|
</template>
|
|
3852
3852
|
`,styles:qf,expandCollapseGlyph:pd.data})
|
|
3853
3853
|
no.getOrCreate().withPrefix("nimble").register(Uf()),no.tagFor(jf)
|
|
3854
|
-
const Gf="underline",
|
|
3854
|
+
const Gf="underline",Wf="outline",Xf="block",Kf=ft`
|
|
3855
3855
|
${bn("inline-block")}
|
|
3856
3856
|
${Fp}
|
|
3857
3857
|
|
|
@@ -4004,7 +4004,7 @@ const Gf="underline",Xf="outline",Wf="block",Kf=ft`
|
|
|
4004
4004
|
border-bottom-width: ${na};
|
|
4005
4005
|
padding-bottom: 0;
|
|
4006
4006
|
}
|
|
4007
|
-
`),Dc(
|
|
4007
|
+
`),Dc(Xf,ft`
|
|
4008
4008
|
.root {
|
|
4009
4009
|
background-color: rgba(${jr}, 0.1);
|
|
4010
4010
|
}
|
|
@@ -4022,7 +4022,7 @@ const Gf="underline",Xf="outline",Wf="block",Kf=ft`
|
|
|
4022
4022
|
:host([disabled]) .root {
|
|
4023
4023
|
background-color: rgba(${jr}, 0.07);
|
|
4024
4024
|
}
|
|
4025
|
-
`),Dc(
|
|
4025
|
+
`),Dc(Wf,ft`
|
|
4026
4026
|
.root {
|
|
4027
4027
|
border-width: ${na};
|
|
4028
4028
|
padding: 0;
|
|
@@ -4508,7 +4508,7 @@ const lm=ft`
|
|
|
4508
4508
|
}
|
|
4509
4509
|
`.withBehaviors(od(ps,ft`
|
|
4510
4510
|
:host {
|
|
4511
|
-
--ni-private-spinner-bits-background-color: ${
|
|
4511
|
+
--ni-private-spinner-bits-background-color: ${Xn}
|
|
4512
4512
|
`),od(gs,ft`
|
|
4513
4513
|
:host {
|
|
4514
4514
|
--ni-private-spinner-bits-background-color: ${Nn};
|
|
@@ -4665,17 +4665,17 @@ const um=ft`
|
|
|
4665
4665
|
}
|
|
4666
4666
|
`.withBehaviors(od(ps,ft`
|
|
4667
4667
|
:host {
|
|
4668
|
-
--ni-private-switch-background-disabled-color: ${ls(
|
|
4668
|
+
--ni-private-switch-background-disabled-color: ${ls(Xn,.07)};
|
|
4669
4669
|
--ni-private-switch-indicator-background-color: ${qn};
|
|
4670
4670
|
--ni-private-switch-indicator-background-disabled-color: ${ls(qn,.1)};
|
|
4671
|
-
--ni-private-switch-indicator-border-color: ${
|
|
4672
|
-
--ni-private-switch-indicator-border-disabled-color: ${ls(
|
|
4671
|
+
--ni-private-switch-indicator-border-color: ${Xn};
|
|
4672
|
+
--ni-private-switch-indicator-border-disabled-color: ${ls(Xn,.3)};
|
|
4673
4673
|
}
|
|
4674
4674
|
`),od(gs,ft`
|
|
4675
4675
|
:host {
|
|
4676
4676
|
--ni-private-switch-background-disabled-color: ${ls(Nn,.07)};
|
|
4677
|
-
--ni-private-switch-indicator-background-color: ${ls(
|
|
4678
|
-
--ni-private-switch-indicator-background-disabled-color: ${ls(
|
|
4677
|
+
--ni-private-switch-indicator-background-color: ${ls(Xn,.3)};
|
|
4678
|
+
--ni-private-switch-indicator-background-disabled-color: ${ls(Xn,.1)};
|
|
4679
4679
|
--ni-private-switch-indicator-border-color: ${Zn};
|
|
4680
4680
|
--ni-private-switch-indicator-border-disabled-color: ${ls(Zn,.3)};
|
|
4681
4681
|
}
|
|
@@ -4923,9 +4923,9 @@ const Gm={getInitialState:t=>({rowSelection:{},...t}),getDefaultOptions:t=>({onR
|
|
|
4923
4923
|
return t.setRowSelection(e?{}:null!=(i=t.initialState.rowSelection)?i:{})},toggleAllRowsSelected:e=>{t.setRowSelection((i=>{e=void 0!==e?e:!t.getIsAllRowsSelected()
|
|
4924
4924
|
const o={...i},n=t.getPreGroupedRowModel().flatRows
|
|
4925
4925
|
return e?n.forEach((t=>{t.getCanSelect()&&(o[t.id]=!0)})):n.forEach((t=>{delete o[t.id]})),o}))},toggleAllPageRowsSelected:e=>t.setRowSelection((i=>{const o=void 0!==e?e:!t.getIsAllPageRowsSelected(),n={...i}
|
|
4926
|
-
return t.getRowModel().rows.forEach((e=>{
|
|
4927
|
-
return null!=(e=t.options.debugAll)?e:t.options.debugTable}}),getFilteredSelectedRowModel:km((()=>[t.getState().rowSelection,t.getFilteredRowModel()]),((e,i)=>Object.keys(e).length?
|
|
4928
|
-
return null!=(e=t.options.debugAll)?e:t.options.debugTable}}),getGroupedSelectedRowModel:km((()=>[t.getState().rowSelection,t.getSortedRowModel()]),((e,i)=>Object.keys(e).length?
|
|
4926
|
+
return t.getRowModel().rows.forEach((e=>{Wm(n,e.id,o,t)})),n})),getPreSelectedRowModel:()=>t.getCoreRowModel(),getSelectedRowModel:km((()=>[t.getState().rowSelection,t.getCoreRowModel()]),((e,i)=>Object.keys(e).length?Xm(t,i):{rows:[],flatRows:[],rowsById:{}}),{key:!1,debug:()=>{var e
|
|
4927
|
+
return null!=(e=t.options.debugAll)?e:t.options.debugTable}}),getFilteredSelectedRowModel:km((()=>[t.getState().rowSelection,t.getFilteredRowModel()]),((e,i)=>Object.keys(e).length?Xm(t,i):{rows:[],flatRows:[],rowsById:{}}),{key:"getFilteredSelectedRowModel",debug:()=>{var e
|
|
4928
|
+
return null!=(e=t.options.debugAll)?e:t.options.debugTable}}),getGroupedSelectedRowModel:km((()=>[t.getState().rowSelection,t.getSortedRowModel()]),((e,i)=>Object.keys(e).length?Xm(t,i):{rows:[],flatRows:[],rowsById:{}}),{key:"getGroupedSelectedRowModel",debug:()=>{var e
|
|
4929
4929
|
return null!=(e=t.options.debugAll)?e:t.options.debugTable}}),getIsAllRowsSelected:()=>{const e=t.getFilteredRowModel().flatRows,{rowSelection:i}=t.getState()
|
|
4930
4930
|
let o=Boolean(e.length&&Object.keys(i).length)
|
|
4931
4931
|
return o&&e.some((t=>t.getCanSelect()&&!i[t.id]))&&(o=!1),o},getIsAllPageRowsSelected:()=>{const e=t.getPaginationRowModel().flatRows,{rowSelection:i}=t.getState()
|
|
@@ -4936,7 +4936,7 @@ return i>0&&i<t.getFilteredRowModel().flatRows.length},getIsSomePageRowsSelected
|
|
|
4936
4936
|
return!t.getIsAllPageRowsSelected()&&e.some((t=>t.getIsSelected()||t.getIsSomeSelected()))},getToggleAllRowsSelectedHandler:()=>e=>{t.toggleAllRowsSelected(e.target.checked)},getToggleAllPageRowsSelectedHandler:()=>e=>{t.toggleAllPageRowsSelected(e.target.checked)}}),createRow:(t,e)=>({toggleSelected:i=>{const o=t.getIsSelected()
|
|
4937
4937
|
e.setRowSelection((n=>{if(o===(i=void 0!==i?i:!o))return n
|
|
4938
4938
|
const s={...n}
|
|
4939
|
-
return
|
|
4939
|
+
return Wm(s,t.id,i,e),s}))},getIsSelected:()=>{const{rowSelection:i}=e.getState()
|
|
4940
4940
|
return Km(t,i)},getIsSomeSelected:()=>{const{rowSelection:i}=e.getState()
|
|
4941
4941
|
return"some"===Ym(t,i)},getIsAllSubRowsSelected:()=>{const{rowSelection:i}=e.getState()
|
|
4942
4942
|
return"all"===Ym(t,i)},getCanSelect:()=>{var i
|
|
@@ -4944,10 +4944,10 @@ return"function"==typeof e.options.enableRowSelection?e.options.enableRowSelecti
|
|
|
4944
4944
|
return"function"==typeof e.options.enableSubRowSelection?e.options.enableSubRowSelection(t):null==(i=e.options.enableSubRowSelection)||i},getCanMultiSelect:()=>{var i
|
|
4945
4945
|
return"function"==typeof e.options.enableMultiRowSelection?e.options.enableMultiRowSelection(t):null==(i=e.options.enableMultiRowSelection)||i},getToggleSelectedHandler:()=>{const e=t.getCanSelect()
|
|
4946
4946
|
return i=>{var o
|
|
4947
|
-
e&&t.toggleSelected(null==(o=i.target)?void 0:o.checked)}}})},
|
|
4947
|
+
e&&t.toggleSelected(null==(o=i.target)?void 0:o.checked)}}})},Wm=(t,e,i,o)=>{var n
|
|
4948
4948
|
const s=o.getRow(e)
|
|
4949
|
-
i?(s.getCanMultiSelect()||Object.keys(t).forEach((e=>delete t[e])),s.getCanSelect()&&(t[e]=!0)):delete t[e],null!=(n=s.subRows)&&n.length&&s.getCanSelectSubRows()&&s.subRows.forEach((e=>
|
|
4950
|
-
function
|
|
4949
|
+
i?(s.getCanMultiSelect()||Object.keys(t).forEach((e=>delete t[e])),s.getCanSelect()&&(t[e]=!0)):delete t[e],null!=(n=s.subRows)&&n.length&&s.getCanSelectSubRows()&&s.subRows.forEach((e=>Wm(t,e.id,i,o)))}
|
|
4950
|
+
function Xm(t,e){const i=t.getState().rowSelection,o=[],n={},s=function(t,e){return t.map((t=>{var e
|
|
4951
4951
|
const r=Km(t,i)
|
|
4952
4952
|
if(r&&(o.push(t),n[t.id]=t),null!=(e=t.subRows)&&e.length&&(t={...t,subRows:s(t.subRows)}),r)return t})).filter(Boolean)}
|
|
4953
4953
|
return{rows:s(e.rows),flatRows:o,rowsById:n}}function Km(t,e){var i
|
|
@@ -5524,17 +5524,20 @@ const Bb=ft`
|
|
|
5524
5524
|
.placeholder {
|
|
5525
5525
|
color: ${Tl};
|
|
5526
5526
|
}
|
|
5527
|
-
`,qb=G`
|
|
5527
|
+
`,qb=t=>"string"==typeof t.cellRecord.value?t.cellRecord.value:t.columnConfig.placeholder,jb=G`
|
|
5528
5528
|
<span
|
|
5529
5529
|
class="${t=>"string"==typeof t.cellRecord.value?"":"placeholder"}"
|
|
5530
|
+
@mouseover="${(t,e)=>{return i=e.event.target,void((o=qb(t))&&i.offsetWidth<i.scrollWidth&&i.setAttribute("title",o))
|
|
5531
|
+
var i,o}}"
|
|
5532
|
+
@mouseout="${(t,e)=>{e.event.target.removeAttribute("title")}}"
|
|
5530
5533
|
>
|
|
5531
|
-
${t=>
|
|
5534
|
+
${t=>qb(t)}
|
|
5532
5535
|
</span>
|
|
5533
5536
|
`
|
|
5534
|
-
class
|
|
5535
|
-
const Ub
|
|
5536
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5537
|
-
const
|
|
5537
|
+
class Ub extends cb{constructor(){super(),this.cellRecordFieldNames=["value"],this.cellStyles=Zb,this.cellTemplate=jb,this.sortOperation=lb}fieldNameChanged(){this.dataRecordFieldNames=[this.fieldName],this.operandDataRecordFieldName=this.fieldName}placeholderChanged(){this.columnConfig={placeholder:this.placeholder??""}}}t([nt({attribute:"field-name"})],Ub.prototype,"fieldName",void 0),t([nt],Ub.prototype,"placeholder",void 0)
|
|
5538
|
+
const Gb=Ub.compose({baseName:"table-column-text",template:Nb,styles:Bb})
|
|
5539
|
+
no.getOrCreate().withPrefix("nimble").register(Gb()),no.tagFor(Ub)
|
|
5540
|
+
const Wb=ft`
|
|
5538
5541
|
${bn("grid")}
|
|
5539
5542
|
|
|
5540
5543
|
:host {
|
|
@@ -5558,7 +5561,7 @@ const Gb=ft`
|
|
|
5558
5561
|
overflow: auto;
|
|
5559
5562
|
}
|
|
5560
5563
|
`
|
|
5561
|
-
class Xb extends jo{constructor(){super(),this.activeindicator=!1}}const
|
|
5564
|
+
class Xb extends jo{constructor(){super(),this.activeindicator=!1}}const Kb=Xb.compose({baseName:"tabs",baseClass:jo,template:(t,e)=>G`
|
|
5562
5565
|
<template class="${t=>t.orientation}">
|
|
5563
5566
|
${Nt(0,e)}
|
|
5564
5567
|
<div class="tablist" part="tablist" role="tablist">
|
|
@@ -5577,9 +5580,9 @@ class Xb extends jo{constructor(){super(),this.activeindicator=!1}}const Wb=Xb.c
|
|
|
5577
5580
|
<slot name="tabpanel" part="tabpanel" ${Tt("tabpanels")}></slot>
|
|
5578
5581
|
</div>
|
|
5579
5582
|
</template>
|
|
5580
|
-
`,styles:
|
|
5581
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5582
|
-
const
|
|
5583
|
+
`,styles:Wb})
|
|
5584
|
+
no.getOrCreate().withPrefix("nimble").register(Kb()),no.tagFor(Xb)
|
|
5585
|
+
const Yb=ft`
|
|
5583
5586
|
${bn("flex")}
|
|
5584
5587
|
|
|
5585
5588
|
:host {
|
|
@@ -5597,15 +5600,15 @@ const Kb=ft`
|
|
|
5597
5600
|
rgba(${jr}, 0.3);
|
|
5598
5601
|
margin: calc(${oa} / 4) calc(${oa} / 2);
|
|
5599
5602
|
}
|
|
5600
|
-
`,
|
|
5603
|
+
`,Qb=G`
|
|
5601
5604
|
<template slot="end">
|
|
5602
5605
|
<div class="separator"></div>
|
|
5603
5606
|
<slot></slot>
|
|
5604
5607
|
</template>
|
|
5605
5608
|
`
|
|
5606
|
-
class
|
|
5607
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5608
|
-
const
|
|
5609
|
+
class Jb extends _e{}const tw=Jb.compose({baseName:"tabs-toolbar",template:Qb,styles:Yb})
|
|
5610
|
+
no.getOrCreate().withPrefix("nimble").register(tw()),no.tagFor(Jb)
|
|
5611
|
+
const ew="outline",iw="block",ow=ft`
|
|
5609
5612
|
${bn("inline-flex")}
|
|
5610
5613
|
|
|
5611
5614
|
:host {
|
|
@@ -5697,12 +5700,12 @@ const tw="outline",ew="block",iw=ft`
|
|
|
5697
5700
|
:host([resize='vertical']) .control {
|
|
5698
5701
|
resize: vertical;
|
|
5699
5702
|
}
|
|
5700
|
-
`.withBehaviors(Dc(
|
|
5703
|
+
`.withBehaviors(Dc(ew,ft`
|
|
5701
5704
|
.control {
|
|
5702
5705
|
border-color: rgba(${jr}, 0.3);
|
|
5703
5706
|
background-color: transparent;
|
|
5704
5707
|
}
|
|
5705
|
-
`),Dc(
|
|
5708
|
+
`),Dc(iw,ft`
|
|
5706
5709
|
.control {
|
|
5707
5710
|
background-color: rgba(${jr}, 0.1);
|
|
5708
5711
|
}
|
|
@@ -5716,12 +5719,12 @@ const tw="outline",ew="block",iw=ft`
|
|
|
5716
5719
|
background-color: rgba(${jr}, 0.1);
|
|
5717
5720
|
}
|
|
5718
5721
|
`))
|
|
5719
|
-
class
|
|
5720
|
-
const nw
|
|
5722
|
+
class nw extends Xo{constructor(){super(...arguments),this.appearance=ew}}t([nt],nw.prototype,"appearance",void 0)
|
|
5723
|
+
const sw=nw.compose({baseName:"text-area",baseClass:Xo,template:(t,e)=>G`
|
|
5721
5724
|
<template
|
|
5722
5725
|
class="
|
|
5723
5726
|
${t=>t.readOnly?"readonly":""}
|
|
5724
|
-
${t=>t.resize!==
|
|
5727
|
+
${t=>t.resize!==Wo?`resize-${t.resize}`:""}"
|
|
5725
5728
|
>
|
|
5726
5729
|
<label
|
|
5727
5730
|
part="label"
|
|
@@ -5772,9 +5775,9 @@ const nw=ow.compose({baseName:"text-area",baseClass:Wo,template:(t,e)=>G`
|
|
|
5772
5775
|
${_t("control")}
|
|
5773
5776
|
></textarea>
|
|
5774
5777
|
</template>
|
|
5775
|
-
`,styles:
|
|
5776
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5777
|
-
const
|
|
5778
|
+
`,styles:ow,shadowOptions:{delegatesFocus:!0}})
|
|
5779
|
+
no.getOrCreate().withPrefix("nimble").register(sw()),no.tagFor(nw)
|
|
5780
|
+
const rw="underline",aw="outline",lw="block",cw="frameless",dw=ft`
|
|
5778
5781
|
${bn("inline-block")}
|
|
5779
5782
|
${Fp}
|
|
5780
5783
|
|
|
@@ -5946,12 +5949,12 @@ const sw="underline",rw="outline",aw="block",lw="frameless",cw=ft`
|
|
|
5946
5949
|
slot[name='actions']::slotted(*) {
|
|
5947
5950
|
${ta.cssCustomProperty}: 24px;
|
|
5948
5951
|
}
|
|
5949
|
-
`.withBehaviors(Dc(
|
|
5952
|
+
`.withBehaviors(Dc(rw,ft`
|
|
5950
5953
|
.root {
|
|
5951
5954
|
border-bottom-width: ${na};
|
|
5952
5955
|
padding-bottom: 0;
|
|
5953
5956
|
}
|
|
5954
|
-
`),Dc(
|
|
5957
|
+
`),Dc(lw,ft`
|
|
5955
5958
|
.root {
|
|
5956
5959
|
background-color: rgba(${jr}, 0.1);
|
|
5957
5960
|
}
|
|
@@ -5979,12 +5982,12 @@ const sw="underline",rw="outline",aw="block",lw="frameless",cw=ft`
|
|
|
5979
5982
|
:host([disabled]) .root {
|
|
5980
5983
|
background-color: rgba(${jr}, 0.07);
|
|
5981
5984
|
}
|
|
5982
|
-
`),Dc(
|
|
5985
|
+
`),Dc(aw,ft`
|
|
5983
5986
|
.root {
|
|
5984
5987
|
border-width: ${na};
|
|
5985
5988
|
padding: 0;
|
|
5986
5989
|
}
|
|
5987
|
-
`),Dc(
|
|
5990
|
+
`),Dc(cw,ft`
|
|
5988
5991
|
.control {
|
|
5989
5992
|
padding-left: ${na};
|
|
5990
5993
|
padding-right: ${na};
|
|
@@ -6002,8 +6005,8 @@ const sw="underline",rw="outline",aw="block",lw="frameless",cw=ft`
|
|
|
6002
6005
|
filter: invert(100%);
|
|
6003
6006
|
}
|
|
6004
6007
|
`))
|
|
6005
|
-
class
|
|
6006
|
-
const hw
|
|
6008
|
+
class hw extends So{constructor(){super(...arguments),this.appearance=rw,this.errorVisible=!1,this.fullBleed=!1}}t([nt],hw.prototype,"appearance",void 0),t([nt({attribute:"error-text"})],hw.prototype,"errorText",void 0),t([nt({attribute:"error-visible",mode:"boolean"})],hw.prototype,"errorVisible",void 0),t([nt({attribute:"full-bleed",mode:"boolean"})],hw.prototype,"fullBleed",void 0)
|
|
6009
|
+
const uw=hw.compose({baseName:"text-field",baseClass:So,template:(t,e)=>G`
|
|
6007
6010
|
<template
|
|
6008
6011
|
class="
|
|
6009
6012
|
${t=>t.readOnly?"readonly":""}
|
|
@@ -6063,7 +6066,7 @@ const hw=dw.compose({baseName:"text-field",baseClass:So,template:(t,e)=>G`
|
|
|
6063
6066
|
${Bt(0,e)}
|
|
6064
6067
|
</div>
|
|
6065
6068
|
</template>
|
|
6066
|
-
`,styles:
|
|
6069
|
+
`,styles:dw,shadowOptions:{delegatesFocus:!0},end:G`
|
|
6067
6070
|
<${no.tagFor(op)}
|
|
6068
6071
|
severity="error"
|
|
6069
6072
|
class="error-icon"
|
|
@@ -6073,8 +6076,8 @@ const hw=dw.compose({baseName:"text-field",baseClass:So,template:(t,e)=>G`
|
|
|
6073
6076
|
</span>
|
|
6074
6077
|
${_p}
|
|
6075
6078
|
`})
|
|
6076
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6077
|
-
const
|
|
6079
|
+
no.getOrCreate().withPrefix("nimble").register(uw()),no.tagFor(hw)
|
|
6080
|
+
const pw=ft`
|
|
6078
6081
|
.positioning-region {
|
|
6079
6082
|
display: flex;
|
|
6080
6083
|
padding: ${ia} ${oa};
|
|
@@ -6099,7 +6102,7 @@ const uw=ft`
|
|
|
6099
6102
|
margin-left: auto;
|
|
6100
6103
|
}
|
|
6101
6104
|
`
|
|
6102
|
-
class
|
|
6105
|
+
class gw extends Yo{}const vw=gw.compose({baseName:"toolbar",baseClass:Yo,template:(t,e)=>G`
|
|
6103
6106
|
<template
|
|
6104
6107
|
aria-label="${t=>t.ariaLabel}"
|
|
6105
6108
|
aria-labelledby="${t=>t.ariaLabelledby}"
|
|
@@ -6120,16 +6123,16 @@ class pw extends Yo{}const gw=pw.compose({baseName:"toolbar",baseClass:Yo,templa
|
|
|
6120
6123
|
${Bt(0,e)}
|
|
6121
6124
|
</div>
|
|
6122
6125
|
</template>
|
|
6123
|
-
`,styles:
|
|
6124
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6125
|
-
const
|
|
6126
|
+
`,styles:pw,shadowOptions:{delegatesFocus:!0}})
|
|
6127
|
+
no.getOrCreate().withPrefix("nimble").register(vw()),no.tagFor(gw)
|
|
6128
|
+
const fw=ft`
|
|
6126
6129
|
${bn("inline-flex")}
|
|
6127
6130
|
|
|
6128
6131
|
:host {
|
|
6129
6132
|
font: ${Ql};
|
|
6130
6133
|
color: ${Jl};
|
|
6131
6134
|
text-align: left;
|
|
6132
|
-
--ni-private-tooltip-border-color: ${ls(
|
|
6135
|
+
--ni-private-tooltip-border-color: ${ls(Xn,.3)};
|
|
6133
6136
|
--ni-private-tooltip-background-color: ${Nn};
|
|
6134
6137
|
}
|
|
6135
6138
|
|
|
@@ -6207,7 +6210,7 @@ const vw=ft`
|
|
|
6207
6210
|
.status-icon {
|
|
6208
6211
|
opacity: 0.6;
|
|
6209
6212
|
}
|
|
6210
|
-
`)),
|
|
6213
|
+
`)),mw=G`
|
|
6211
6214
|
${Mt((t=>t.tooltipVisible),G`
|
|
6212
6215
|
<${no.tagFor(Jc)}
|
|
6213
6216
|
class="anchored-region"
|
|
@@ -6240,11 +6243,11 @@ const vw=ft`
|
|
|
6240
6243
|
</${no.tagFor(Jc)}>
|
|
6241
6244
|
`)}
|
|
6242
6245
|
`
|
|
6243
|
-
class
|
|
6244
|
-
const bw
|
|
6245
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6246
|
-
const
|
|
6247
|
-
class
|
|
6246
|
+
class bw extends gn{constructor(){super(...arguments),this.iconVisible=!1}}t([nt],bw.prototype,"severity",void 0),t([nt({attribute:"icon-visible",mode:"boolean"})],bw.prototype,"iconVisible",void 0)
|
|
6247
|
+
const ww=bw.compose({baseName:"tooltip",baseClass:gn,template:mw,styles:fw})
|
|
6248
|
+
no.getOrCreate().withPrefix("nimble").register(ww()),no.tagFor(bw)
|
|
6249
|
+
const yw="group-selected",xw="all",$w="leaves-only",Cw="none"
|
|
6250
|
+
class kw{constructor(t,e,i){this.ltr=t,this.rtl=e,this.source=i,this.attached=null}handleChange({target:t,token:e}){this.attach(e.getValueFor(t))}attach(t){this.attached!==this[t]&&(null!==this.attached&&this.source.$fastController.removeStyles(this.attached),this.attached=this[t],null!==this.attached&&this.source.$fastController.addStyles(this.attached))}}const Sw=ft`
|
|
6248
6251
|
${bn("block")}
|
|
6249
6252
|
|
|
6250
6253
|
:host {
|
|
@@ -6260,7 +6263,7 @@ class Cw{constructor(t,e,i){this.ltr=t,this.rtl=e,this.source=i,this.attached=nu
|
|
|
6260
6263
|
}
|
|
6261
6264
|
|
|
6262
6265
|
${""}
|
|
6263
|
-
:host([${
|
|
6266
|
+
:host([${yw}])::after {
|
|
6264
6267
|
background: ${Kr};
|
|
6265
6268
|
border-radius: 0px;
|
|
6266
6269
|
content: '';
|
|
@@ -6282,7 +6285,7 @@ class Cw{constructor(t,e,i){this.ltr=t,this.rtl=e,this.source=i,this.attached=nu
|
|
|
6282
6285
|
background: ${Zr};
|
|
6283
6286
|
}
|
|
6284
6287
|
|
|
6285
|
-
:host([${
|
|
6288
|
+
:host([${yw}]) .positioning-region:hover {
|
|
6286
6289
|
background: ${Nr};
|
|
6287
6290
|
}
|
|
6288
6291
|
|
|
@@ -6394,7 +6397,7 @@ class Cw{constructor(t,e,i){this.ltr=t,this.rtl=e,this.source=i,this.attached=nu
|
|
|
6394
6397
|
display: block;
|
|
6395
6398
|
}
|
|
6396
6399
|
`.withBehaviors(new class{constructor(t,e){this.cache=new WeakMap,this.ltr=t,this.rtl=e}bind(t){this.attach(t)}unbind(t){const e=this.cache.get(t)
|
|
6397
|
-
e&&Vr.unsubscribe(e)}attach(t){const e=this.cache.get(t)||new
|
|
6400
|
+
e&&Vr.unsubscribe(e)}attach(t){const e=this.cache.get(t)||new kw(this.ltr,this.rtl,t),i=Vr.getValueFor(t)
|
|
6398
6401
|
Vr.subscribe(e),e.attach(i),this.cache.set(t,e)}}(ft`
|
|
6399
6402
|
.expand-collapse-button {
|
|
6400
6403
|
left: var(
|
|
@@ -6426,11 +6429,11 @@ Vr.subscribe(e),e.attach(i),this.cache.set(t,e)}}(ft`
|
|
|
6426
6429
|
transform: rotate(135deg);
|
|
6427
6430
|
}
|
|
6428
6431
|
`))
|
|
6429
|
-
class
|
|
6430
|
-
t?.forEach((t=>t.removeAttribute(
|
|
6432
|
+
class _w extends fn{constructor(){super(...arguments),this.treeView=null,this.handleSelectedChange=t=>{t.target===this&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}}connectedCallback(){super.connectedCallback(),this.addEventListener("selected-change",this.handleSelectedChange),this.treeView=this.getParentTreeView(),this.treeView&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("selected-change",this.handleSelectedChange),this.treeView=null}clearTreeGroupSelection(){const t=this.treeView?.querySelectorAll(`[${yw}]`)
|
|
6433
|
+
t?.forEach((t=>t.removeAttribute(yw)))}setGroupSelectionOnRootParentTreeItem(t){this.clearTreeGroupSelection()
|
|
6431
6434
|
let e=t
|
|
6432
6435
|
for(;e?.parentElement!==this.treeView;)e=e?.parentElement
|
|
6433
|
-
e&&e.setAttribute(
|
|
6436
|
+
e&&e.setAttribute(yw,"true")}getParentTreeView(){return this.parentElement.closest("[role='tree']")}}const Mw=_w.compose({baseName:"tree-item",baseClass:fn,template:(t,e)=>G`
|
|
6434
6437
|
<template
|
|
6435
6438
|
role="treeitem"
|
|
6436
6439
|
slot="${t=>t.isNestedItem()?"item":void 0}"
|
|
@@ -6470,9 +6473,9 @@ e&&e.setAttribute(ww,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
6470
6473
|
</div>
|
|
6471
6474
|
`)}
|
|
6472
6475
|
</template>
|
|
6473
|
-
`,styles:
|
|
6474
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6475
|
-
const
|
|
6476
|
+
`,styles:Sw,expandCollapseGlyph:gd.data})
|
|
6477
|
+
no.getOrCreate().withPrefix("nimble").register(Mw()),no.tagFor(_w)
|
|
6478
|
+
const Iw=ft`
|
|
6476
6479
|
${bn("flex")}
|
|
6477
6480
|
|
|
6478
6481
|
:host {
|
|
@@ -6485,14 +6488,14 @@ const Mw=ft`
|
|
|
6485
6488
|
outline: none;
|
|
6486
6489
|
}
|
|
6487
6490
|
`
|
|
6488
|
-
class
|
|
6491
|
+
class Rw extends mn{constructor(){super(...arguments),this.selectionMode=xw}handleClick(t){if(t.defaultPrevented)return!1
|
|
6489
6492
|
if(!(t.target instanceof Element&&vn(t.target)))return!0
|
|
6490
6493
|
const e=t.target
|
|
6491
|
-
return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case
|
|
6492
|
-
case
|
|
6493
|
-
case
|
|
6494
|
-
default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}t([nt({attribute:"selection-mode"})],
|
|
6495
|
-
const Rw
|
|
6494
|
+
return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case xw:return!0
|
|
6495
|
+
case Cw:return!1
|
|
6496
|
+
case $w:return!this.itemHasChildren(t)
|
|
6497
|
+
default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}t([nt({attribute:"selection-mode"})],Rw.prototype,"selectionMode",void 0)
|
|
6498
|
+
const Aw=Rw.compose({baseName:"tree-view",baseClass:mn,template:(t,e)=>G`
|
|
6496
6499
|
<template
|
|
6497
6500
|
role="tree"
|
|
6498
6501
|
${_t("treeView")}
|
|
@@ -6504,264 +6507,264 @@ const Rw=Iw.compose({baseName:"tree-view",baseClass:mn,template:(t,e)=>G`
|
|
|
6504
6507
|
>
|
|
6505
6508
|
<slot ${Tt("slottedTreeItems")}></slot>
|
|
6506
6509
|
</template>
|
|
6507
|
-
`,styles:
|
|
6508
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6509
|
-
var
|
|
6510
|
-
function
|
|
6511
|
-
o[t]=[]}return new
|
|
6510
|
+
`,styles:Iw})
|
|
6511
|
+
no.getOrCreate().withPrefix("nimble").register(Aw()),no.tagFor(Rw)
|
|
6512
|
+
var Ow={value:()=>{}}
|
|
6513
|
+
function Fw(){for(var t,e=0,i=arguments.length,o={};e<i;++e){if(!(t=arguments[e]+"")||t in o||/[\s.]/.test(t))throw new Error("illegal type: "+t)
|
|
6514
|
+
o[t]=[]}return new Ew(o)}function Ew(t){this._=t}function Vw(t,e){return t.trim().split(/^|\s+/).map((function(t){var i="",o=t.indexOf(".")
|
|
6512
6515
|
if(o>=0&&(i=t.slice(o+1),t=t.slice(0,o)),t&&!e.hasOwnProperty(t))throw new Error("unknown type: "+t)
|
|
6513
|
-
return{type:t,name:i}}))}function
|
|
6514
|
-
break}return null!=i&&t.push({name:e,value:i}),t}
|
|
6516
|
+
return{type:t,name:i}}))}function Hw(t,e){for(var i,o=0,n=t.length;o<n;++o)if((i=t[o]).name===e)return i.value}function Pw(t,e,i){for(var o=0,n=t.length;o<n;++o)if(t[o].name===e){t[o]=Ow,t=t.slice(0,o).concat(t.slice(o+1))
|
|
6517
|
+
break}return null!=i&&t.push({name:e,value:i}),t}Ew.prototype=Fw.prototype={constructor:Ew,on:function(t,e){var i,o=this._,n=Vw(t+"",o),s=-1,r=n.length
|
|
6515
6518
|
if(!(arguments.length<2)){if(null!=e&&"function"!=typeof e)throw new Error("invalid callback: "+e)
|
|
6516
|
-
for(;++s<r;)if(i=(t=n[s]).type)o[i]=
|
|
6517
|
-
else if(null==e)for(i in o)o[i]=
|
|
6518
|
-
return this}for(;++s<r;)if((i=(t=n[s]).type)&&(i=
|
|
6519
|
+
for(;++s<r;)if(i=(t=n[s]).type)o[i]=Pw(o[i],t.name,e)
|
|
6520
|
+
else if(null==e)for(i in o)o[i]=Pw(o[i],t.name,null)
|
|
6521
|
+
return this}for(;++s<r;)if((i=(t=n[s]).type)&&(i=Hw(o[i],t.name)))return i},copy:function(){var t={},e=this._
|
|
6519
6522
|
for(var i in e)t[i]=e[i].slice()
|
|
6520
|
-
return new
|
|
6523
|
+
return new Ew(t)},call:function(t,e){if((i=arguments.length-2)>0)for(var i,o,n=new Array(i),s=0;s<i;++s)n[s]=arguments[s+2]
|
|
6521
6524
|
if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t)
|
|
6522
6525
|
for(s=0,i=(o=this._[t]).length;s<i;++s)o[s].value.apply(e,n)},apply:function(t,e,i){if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t)
|
|
6523
6526
|
for(var o=this._[t],n=0,s=o.length;n<s;++n)o[n].value.apply(e,i)}}
|
|
6524
|
-
var
|
|
6525
|
-
function
|
|
6526
|
-
return i>=0&&"xmlns"!==(e=t.slice(0,i))&&(t=t.slice(i+1)),
|
|
6527
|
-
return i===
|
|
6528
|
-
return(e.local?zw
|
|
6529
|
-
function
|
|
6530
|
-
function
|
|
6531
|
-
for(;a<l;++a)(r=e[a])&&(n[a]=r)}function
|
|
6527
|
+
var Tw="http://www.w3.org/1999/xhtml",Lw={svg:"http://www.w3.org/2000/svg",xhtml:Tw,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"}
|
|
6528
|
+
function Dw(t){var e=t+="",i=e.indexOf(":")
|
|
6529
|
+
return i>=0&&"xmlns"!==(e=t.slice(0,i))&&(t=t.slice(i+1)),Lw.hasOwnProperty(e)?{space:Lw[e],local:t}:t}function zw(t){return function(){var e=this.ownerDocument,i=this.namespaceURI
|
|
6530
|
+
return i===Tw&&e.documentElement.namespaceURI===Tw?e.createElement(t):e.createElementNS(i,t)}}function Bw(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}function Nw(t){var e=Dw(t)
|
|
6531
|
+
return(e.local?Bw:zw)(e)}function Zw(){}function qw(t){return null==t?Zw:function(){return this.querySelector(t)}}function jw(t){return null==t?[]:Array.isArray(t)?t:Array.from(t)}function Uw(){return[]}function Gw(t){return null==t?Uw:function(){return this.querySelectorAll(t)}}function Ww(t){return function(){return this.matches(t)}}function Xw(t){return function(e){return e.matches(t)}}var Kw=Array.prototype.find
|
|
6532
|
+
function Yw(){return this.firstElementChild}var Qw=Array.prototype.filter
|
|
6533
|
+
function Jw(){return Array.from(this.children)}function ty(t){return new Array(t.length)}function ey(t,e){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=e}function iy(t){return function(){return t}}function oy(t,e,i,o,n,s){for(var r,a=0,l=e.length,c=s.length;a<c;++a)(r=e[a])?(r.__data__=s[a],o[a]=r):i[a]=new ey(t,s[a])
|
|
6534
|
+
for(;a<l;++a)(r=e[a])&&(n[a]=r)}function ny(t,e,i,o,n,s,r){var a,l,c,d=new Map,h=e.length,u=s.length,p=new Array(h)
|
|
6532
6535
|
for(a=0;a<h;++a)(l=e[a])&&(p[a]=c=r.call(l,l.__data__,a,e)+"",d.has(c)?n[a]=l:d.set(c,l))
|
|
6533
|
-
for(a=0;a<u;++a)c=r.call(t,s[a],a,s)+"",(l=d.get(c))?(o[a]=l,l.__data__=s[a],d.delete(c)):i[a]=new
|
|
6534
|
-
for(a=0;a<h;++a)(l=e[a])&&d.get(p[a])===l&&(n[a]=l)}function
|
|
6535
|
-
null==i?this.removeAttribute(t):this.setAttribute(t,i)}}function
|
|
6536
|
-
null==i?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,i)}}function
|
|
6537
|
-
null==o?this.style.removeProperty(t):this.style.setProperty(t,o,i)}}function
|
|
6538
|
-
null==i?delete this[t]:this[t]=i}}function
|
|
6539
|
-
this.textContent=null==e?"":e}}function
|
|
6540
|
-
this.innerHTML=null==e?"":e}}function
|
|
6541
|
-
t&&t.removeChild(this)}function
|
|
6542
|
-
return e?e.insertBefore(t,this.nextSibling):t}function
|
|
6543
|
-
return e?e.insertBefore(t,this.nextSibling):t}function
|
|
6544
|
-
return i>=0&&(e=t.slice(i+1),t=t.slice(0,i)),{type:t,name:e}}))}function
|
|
6545
|
-
if(e){for(var i,o=0,n=-1,s=e.length;o<s;++o)i=e[o],t.type&&i.type!==t.type||i.name!==t.name?e[++n]=i:this.removeEventListener(i.type,i.listener,i.options);++n?e.length=n:delete this.__on}}}function
|
|
6536
|
+
for(a=0;a<u;++a)c=r.call(t,s[a],a,s)+"",(l=d.get(c))?(o[a]=l,l.__data__=s[a],d.delete(c)):i[a]=new ey(t,s[a])
|
|
6537
|
+
for(a=0;a<h;++a)(l=e[a])&&d.get(p[a])===l&&(n[a]=l)}function sy(t){return t.__data__}function ry(t){return"object"==typeof t&&"length"in t?t:Array.from(t)}function ay(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}function ly(t){return function(){this.removeAttribute(t)}}function cy(t){return function(){this.removeAttributeNS(t.space,t.local)}}function dy(t,e){return function(){this.setAttribute(t,e)}}function hy(t,e){return function(){this.setAttributeNS(t.space,t.local,e)}}function uy(t,e){return function(){var i=e.apply(this,arguments)
|
|
6538
|
+
null==i?this.removeAttribute(t):this.setAttribute(t,i)}}function py(t,e){return function(){var i=e.apply(this,arguments)
|
|
6539
|
+
null==i?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,i)}}function gy(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}function vy(t){return function(){this.style.removeProperty(t)}}function fy(t,e,i){return function(){this.style.setProperty(t,e,i)}}function my(t,e,i){return function(){var o=e.apply(this,arguments)
|
|
6540
|
+
null==o?this.style.removeProperty(t):this.style.setProperty(t,o,i)}}function by(t,e){return t.style.getPropertyValue(e)||gy(t).getComputedStyle(t,null).getPropertyValue(e)}function wy(t){return function(){delete this[t]}}function yy(t,e){return function(){this[t]=e}}function xy(t,e){return function(){var i=e.apply(this,arguments)
|
|
6541
|
+
null==i?delete this[t]:this[t]=i}}function $y(t){return t.trim().split(/^|\s+/)}function Cy(t){return t.classList||new ky(t)}function ky(t){this._node=t,this._names=$y(t.getAttribute("class")||"")}function Sy(t,e){for(var i=Cy(t),o=-1,n=e.length;++o<n;)i.add(e[o])}function _y(t,e){for(var i=Cy(t),o=-1,n=e.length;++o<n;)i.remove(e[o])}function My(t){return function(){Sy(this,t)}}function Iy(t){return function(){_y(this,t)}}function Ry(t,e){return function(){(e.apply(this,arguments)?Sy:_y)(this,t)}}function Ay(){this.textContent=""}function Oy(t){return function(){this.textContent=t}}function Fy(t){return function(){var e=t.apply(this,arguments)
|
|
6542
|
+
this.textContent=null==e?"":e}}function Ey(){this.innerHTML=""}function Vy(t){return function(){this.innerHTML=t}}function Hy(t){return function(){var e=t.apply(this,arguments)
|
|
6543
|
+
this.innerHTML=null==e?"":e}}function Py(){this.nextSibling&&this.parentNode.appendChild(this)}function Ty(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function Ly(){return null}function Dy(){var t=this.parentNode
|
|
6544
|
+
t&&t.removeChild(this)}function zy(){var t=this.cloneNode(!1),e=this.parentNode
|
|
6545
|
+
return e?e.insertBefore(t,this.nextSibling):t}function By(){var t=this.cloneNode(!0),e=this.parentNode
|
|
6546
|
+
return e?e.insertBefore(t,this.nextSibling):t}function Ny(t){return t.trim().split(/^|\s+/).map((function(t){var e="",i=t.indexOf(".")
|
|
6547
|
+
return i>=0&&(e=t.slice(i+1),t=t.slice(0,i)),{type:t,name:e}}))}function Zy(t){return function(){var e=this.__on
|
|
6548
|
+
if(e){for(var i,o=0,n=-1,s=e.length;o<s;++o)i=e[o],t.type&&i.type!==t.type||i.name!==t.name?e[++n]=i:this.removeEventListener(i.type,i.listener,i.options);++n?e.length=n:delete this.__on}}}function qy(t,e,i){return function(){var o,n=this.__on,s=function(t){return function(e){t.call(this,e,this.__data__)}}(e)
|
|
6546
6549
|
if(n)for(var r=0,a=n.length;r<a;++r)if((o=n[r]).type===t.type&&o.name===t.name)return this.removeEventListener(o.type,o.listener,o.options),this.addEventListener(o.type,o.listener=s,o.options=i),void(o.value=e)
|
|
6547
|
-
this.addEventListener(t.type,s,i),o={type:t.type,name:t.name,value:e,listener:s,options:i},n?n.push(o):this.__on=[o]}}function
|
|
6548
|
-
"function"==typeof n?n=new n(e,i):(n=o.document.createEvent("Event"),i?(n.initEvent(e,i.bubbles,i.cancelable),n.detail=i.detail):n.initEvent(e,!1,!1)),t.dispatchEvent(n)}function
|
|
6550
|
+
this.addEventListener(t.type,s,i),o={type:t.type,name:t.name,value:e,listener:s,options:i},n?n.push(o):this.__on=[o]}}function jy(t,e,i){var o=gy(t),n=o.CustomEvent
|
|
6551
|
+
"function"==typeof n?n=new n(e,i):(n=o.document.createEvent("Event"),i?(n.initEvent(e,i.bubbles,i.cancelable),n.detail=i.detail):n.initEvent(e,!1,!1)),t.dispatchEvent(n)}function Uy(t,e){return function(){return jy(this,t,e)}}function Gy(t,e){return function(){return jy(this,t,e.apply(this,arguments))}}ey.prototype={constructor:ey,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,e){return this._parent.insertBefore(t,e)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}},ky.prototype={add:function(t){this._names.indexOf(t)<0&&(this._names.push(t),this._node.setAttribute("class",this._names.join(" ")))},remove:function(t){var e=this._names.indexOf(t)
|
|
6549
6552
|
e>=0&&(this._names.splice(e,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}}
|
|
6550
|
-
var
|
|
6551
|
-
function Xy(t,e){this._groups=t,this._parents=e}function
|
|
6553
|
+
var Wy=[null]
|
|
6554
|
+
function Xy(t,e){this._groups=t,this._parents=e}function Ky(){return new Xy([[document.documentElement]],Wy)}function Yy(t){return"string"==typeof t?new Xy([[document.querySelector(t)]],[document.documentElement]):new Xy([[t]],Wy)}function Qy(t,e){if(t=function(t){let e
|
|
6552
6555
|
for(;e=t.sourceEvent;)t=e
|
|
6553
6556
|
return t}(t),void 0===e&&(e=t.currentTarget),e){var i=e.ownerSVGElement||e
|
|
6554
6557
|
if(i.createSVGPoint){var o=i.createSVGPoint()
|
|
6555
6558
|
return o.x=t.clientX,o.y=t.clientY,[(o=o.matrixTransform(e.getScreenCTM().inverse())).x,o.y]}if(e.getBoundingClientRect){var n=e.getBoundingClientRect()
|
|
6556
|
-
return[t.clientX-n.left-e.clientLeft,t.clientY-n.top-e.clientTop]}}return[t.pageX,t.pageY]}Xy.prototype=
|
|
6559
|
+
return[t.clientX-n.left-e.clientLeft,t.clientY-n.top-e.clientTop]}}return[t.pageX,t.pageY]}Xy.prototype=Ky.prototype={constructor:Xy,select:function(t){"function"!=typeof t&&(t=qw(t))
|
|
6557
6560
|
for(var e=this._groups,i=e.length,o=new Array(i),n=0;n<i;++n)for(var s,r,a=e[n],l=a.length,c=o[n]=new Array(l),d=0;d<l;++d)(s=a[d])&&(r=t.call(s,s.__data__,d,a))&&("__data__"in s&&(r.__data__=s.__data__),c[d]=r)
|
|
6558
|
-
return new Xy(o,this._parents)},selectAll:function(t){t="function"==typeof t?function(t){return function(){return
|
|
6561
|
+
return new Xy(o,this._parents)},selectAll:function(t){t="function"==typeof t?function(t){return function(){return jw(t.apply(this,arguments))}}(t):Gw(t)
|
|
6559
6562
|
for(var e=this._groups,i=e.length,o=[],n=[],s=0;s<i;++s)for(var r,a=e[s],l=a.length,c=0;c<l;++c)(r=a[c])&&(o.push(t.call(r,r.__data__,c,a)),n.push(r))
|
|
6560
|
-
return new Xy(o,n)},selectChild:function(t){return this.select(null==t?
|
|
6563
|
+
return new Xy(o,n)},selectChild:function(t){return this.select(null==t?Yw:function(t){return function(){return Kw.call(this.children,t)}}("function"==typeof t?t:Xw(t)))},selectChildren:function(t){return this.selectAll(null==t?Jw:function(t){return function(){return Qw.call(this.children,t)}}("function"==typeof t?t:Xw(t)))},filter:function(t){"function"!=typeof t&&(t=Ww(t))
|
|
6561
6564
|
for(var e=this._groups,i=e.length,o=new Array(i),n=0;n<i;++n)for(var s,r=e[n],a=r.length,l=o[n]=[],c=0;c<a;++c)(s=r[c])&&t.call(s,s.__data__,c,r)&&l.push(s)
|
|
6562
|
-
return new Xy(o,this._parents)},data:function(t,e){if(!arguments.length)return Array.from(this,
|
|
6563
|
-
var i=e?oy
|
|
6564
|
-
"function"!=typeof t&&(t=
|
|
6565
|
-
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=
|
|
6565
|
+
return new Xy(o,this._parents)},data:function(t,e){if(!arguments.length)return Array.from(this,sy)
|
|
6566
|
+
var i=e?ny:oy,o=this._parents,n=this._groups
|
|
6567
|
+
"function"!=typeof t&&(t=iy(t))
|
|
6568
|
+
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=ry(t.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)
|
|
6566
6569
|
i(d,h,v,f,m,p,e)
|
|
6567
|
-
for(var b,w,y=0,x=0;y<g;++y)if(b=v[y]){for(y>=x&&(x=y+1);!(w=f[x])&&++x<g;);b._next=w||null}}return(r=new Xy(r,o))._enter=a,r._exit=l,r},enter:function(){return new Xy(this._enter||this._groups.map(
|
|
6570
|
+
for(var b,w,y=0,x=0;y<g;++y)if(b=v[y]){for(y>=x&&(x=y+1);!(w=f[x])&&++x<g;);b._next=w||null}}return(r=new Xy(r,o))._enter=a,r._exit=l,r},enter:function(){return new Xy(this._enter||this._groups.map(ty),this._parents)},exit:function(){return new Xy(this._exit||this._groups.map(ty),this._parents)},join:function(t,e,i){var o=this.enter(),n=this,s=this.exit()
|
|
6568
6571
|
return"function"==typeof t?(o=t(o))&&(o=o.selection()):o=o.append(t+""),null!=e&&(n=e(n))&&(n=n.selection()),null==i?s.remove():i(s),o&&n?o.merge(n).order():n},merge:function(t){for(var e=t.selection?t.selection():t,i=this._groups,o=e._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)
|
|
6569
6572
|
for(;l<n;++l)a[l]=i[l]
|
|
6570
6573
|
return new Xy(a,this._parents)},selection:function(){return this},order:function(){for(var t=this._groups,e=-1,i=t.length;++e<i;)for(var o,n=t[e],s=n.length-1,r=n[s];--s>=0;)(o=n[s])&&(r&&4^o.compareDocumentPosition(r)&&r.parentNode.insertBefore(o,r),r=o)
|
|
6571
|
-
return this},sort:function(t){function e(e,i){return e&&i?t(e.__data__,i.__data__):!e-!i}t||(t=
|
|
6574
|
+
return this},sort:function(t){function e(e,i){return e&&i?t(e.__data__,i.__data__):!e-!i}t||(t=ay)
|
|
6572
6575
|
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)
|
|
6573
6576
|
c.sort(e)}return new Xy(n,this._parents).order()},call:function(){var t=arguments[0]
|
|
6574
6577
|
return arguments[0]=this,t.apply(null,arguments),this},nodes:function(){return Array.from(this)},node:function(){for(var t=this._groups,e=0,i=t.length;e<i;++e)for(var o=t[e],n=0,s=o.length;n<s;++n){var r=o[n]
|
|
6575
6578
|
if(r)return r}return null},size:function(){let t=0
|
|
6576
6579
|
for(const e of this)++t
|
|
6577
6580
|
return t},empty:function(){return!this.node()},each:function(t){for(var e=this._groups,i=0,o=e.length;i<o;++i)for(var n,s=e[i],r=0,a=s.length;r<a;++r)(n=s[r])&&t.call(n,n.__data__,r,s)
|
|
6578
|
-
return this},attr:function(t,e){var i=
|
|
6581
|
+
return this},attr:function(t,e){var i=Dw(t)
|
|
6579
6582
|
if(arguments.length<2){var o=this.node()
|
|
6580
|
-
return i.local?o.getAttributeNS(i.space,i.local):o.getAttribute(i)}return this.each((null==e?i.local?ly:
|
|
6581
|
-
if(arguments.length<2){for(var o
|
|
6582
|
-
return!0}return this.each(("function"==typeof e?
|
|
6583
|
-
return this.select((function(){return this.appendChild(e.apply(this,arguments))}))},insert:function(t,e){var i="function"==typeof t?t:
|
|
6584
|
-
return this.select((function(){return this.insertBefore(i.apply(this,arguments),o.apply(this,arguments)||null)}))},remove:function(){return this.each(
|
|
6585
|
-
if(!(arguments.length<2)){for(a=e?Zy
|
|
6583
|
+
return i.local?o.getAttributeNS(i.space,i.local):o.getAttribute(i)}return this.each((null==e?i.local?cy:ly:"function"==typeof e?i.local?py:uy:i.local?hy:dy)(i,e))},style:function(t,e,i){return arguments.length>1?this.each((null==e?vy:"function"==typeof e?my:fy)(t,e,null==i?"":i)):by(this.node(),t)},property:function(t,e){return arguments.length>1?this.each((null==e?wy:"function"==typeof e?xy:yy)(t,e)):this.node()[t]},classed:function(t,e){var i=$y(t+"")
|
|
6584
|
+
if(arguments.length<2){for(var o=Cy(this.node()),n=-1,s=i.length;++n<s;)if(!o.contains(i[n]))return!1
|
|
6585
|
+
return!0}return this.each(("function"==typeof e?Ry:e?My:Iy)(i,e))},text:function(t){return arguments.length?this.each(null==t?Ay:("function"==typeof t?Fy:Oy)(t)):this.node().textContent},html:function(t){return arguments.length?this.each(null==t?Ey:("function"==typeof t?Hy:Vy)(t)):this.node().innerHTML},raise:function(){return this.each(Py)},lower:function(){return this.each(Ty)},append:function(t){var e="function"==typeof t?t:Nw(t)
|
|
6586
|
+
return this.select((function(){return this.appendChild(e.apply(this,arguments))}))},insert:function(t,e){var i="function"==typeof t?t:Nw(t),o=null==e?Ly:"function"==typeof e?e:qw(e)
|
|
6587
|
+
return this.select((function(){return this.insertBefore(i.apply(this,arguments),o.apply(this,arguments)||null)}))},remove:function(){return this.each(Dy)},clone:function(t){return this.select(t?By:zy)},datum:function(t){return arguments.length?this.property("__data__",t):this.node().__data__},on:function(t,e,i){var o,n,s=Ny(t+""),r=s.length
|
|
6588
|
+
if(!(arguments.length<2)){for(a=e?qy:Zy,o=0;o<r;++o)this.each(a(s[o],e,i))
|
|
6586
6589
|
return this}var a=this.node().__on
|
|
6587
|
-
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(t,e){return this.each(("function"==typeof e?Uy
|
|
6588
|
-
const
|
|
6589
|
-
function
|
|
6590
|
-
"onselectstart"in e?i.on("selectstart.drag",Jy
|
|
6591
|
-
e&&(o.on("click.drag",Jy
|
|
6590
|
+
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(t,e){return this.each(("function"==typeof e?Gy:Uy)(t,e))},[Symbol.iterator]:function*(){for(var t=this._groups,e=0,i=t.length;e<i;++e)for(var o,n=t[e],s=0,r=n.length;s<r;++s)(o=n[s])&&(yield o)}}
|
|
6591
|
+
const Jy={capture:!0,passive:!1}
|
|
6592
|
+
function tx(t){t.preventDefault(),t.stopImmediatePropagation()}function ex(t){var e=t.document.documentElement,i=Yy(t).on("dragstart.drag",tx,Jy)
|
|
6593
|
+
"onselectstart"in e?i.on("selectstart.drag",tx,Jy):(e.__noselect=e.style.MozUserSelect,e.style.MozUserSelect="none")}function ix(t,e){var i=t.document.documentElement,o=Yy(t).on("dragstart.drag",null)
|
|
6594
|
+
e&&(o.on("click.drag",tx,Jy),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 ox(t,e,i){t.prototype=e.prototype=i,i.constructor=t}function nx(t,e){var i=Object.create(t.prototype)
|
|
6592
6595
|
for(var o in e)i[o]=e[o]
|
|
6593
|
-
return i}function
|
|
6594
|
-
function
|
|
6595
|
-
return t=(t+"").trim().toLowerCase(),(e=
|
|
6596
|
-
return`${1===t?"rgb(":"rgba("}${
|
|
6597
|
-
if(t instanceof
|
|
6598
|
-
if(t instanceof
|
|
6596
|
+
return i}function sx(){}var rx=.7,ax=1/rx,lx="\\s*([+-]?\\d+)\\s*",cx="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",dx="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",hx=/^#([0-9a-f]{3,8})$/,ux=new RegExp(`^rgb\\(${lx},${lx},${lx}\\)$`),px=new RegExp(`^rgb\\(${dx},${dx},${dx}\\)$`),gx=new RegExp(`^rgba\\(${lx},${lx},${lx},${cx}\\)$`),vx=new RegExp(`^rgba\\(${dx},${dx},${dx},${cx}\\)$`),fx=new RegExp(`^hsl\\(${cx},${dx},${dx}\\)$`),mx=new RegExp(`^hsla\\(${cx},${dx},${dx},${cx}\\)$`),bx={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}
|
|
6597
|
+
function wx(){return this.rgb().formatHex()}function yx(){return this.rgb().formatRgb()}function xx(t){var e,i
|
|
6598
|
+
return t=(t+"").trim().toLowerCase(),(e=hx.exec(t))?(i=e[1].length,e=parseInt(e[1],16),6===i?$x(e):3===i?new _x(e>>8&15|e>>4&240,e>>4&15|240&e,(15&e)<<4|15&e,1):8===i?Cx(e>>24&255,e>>16&255,e>>8&255,(255&e)/255):4===i?Cx(e>>12&15|e>>8&240,e>>8&15|e>>4&240,e>>4&15|240&e,((15&e)<<4|15&e)/255):null):(e=ux.exec(t))?new _x(e[1],e[2],e[3],1):(e=px.exec(t))?new _x(255*e[1]/100,255*e[2]/100,255*e[3]/100,1):(e=gx.exec(t))?Cx(e[1],e[2],e[3],e[4]):(e=vx.exec(t))?Cx(255*e[1]/100,255*e[2]/100,255*e[3]/100,e[4]):(e=fx.exec(t))?Fx(e[1],e[2]/100,e[3]/100,1):(e=mx.exec(t))?Fx(e[1],e[2]/100,e[3]/100,e[4]):bx.hasOwnProperty(t)?$x(bx[t]):"transparent"===t?new _x(NaN,NaN,NaN,0):null}function $x(t){return new _x(t>>16&255,t>>8&255,255&t,1)}function Cx(t,e,i,o){return o<=0&&(t=e=i=NaN),new _x(t,e,i,o)}function kx(t){return t instanceof sx||(t=xx(t)),t?new _x((t=t.rgb()).r,t.g,t.b,t.opacity):new _x}function Sx(t,e,i,o){return 1===arguments.length?kx(t):new _x(t,e,i,null==o?1:o)}function _x(t,e,i,o){this.r=+t,this.g=+e,this.b=+i,this.opacity=+o}function Mx(){return`#${Ox(this.r)}${Ox(this.g)}${Ox(this.b)}`}function Ix(){const t=Rx(this.opacity)
|
|
6599
|
+
return`${1===t?"rgb(":"rgba("}${Ax(this.r)}, ${Ax(this.g)}, ${Ax(this.b)}${1===t?")":`, ${t})`}`}function Rx(t){return isNaN(t)?1:Math.max(0,Math.min(1,t))}function Ax(t){return Math.max(0,Math.min(255,Math.round(t)||0))}function Ox(t){return((t=Ax(t))<16?"0":"")+t.toString(16)}function Fx(t,e,i,o){return o<=0?t=e=i=NaN:i<=0||i>=1?t=e=NaN:e<=0&&(t=NaN),new Vx(t,e,i,o)}function Ex(t){if(t instanceof Vx)return new Vx(t.h,t.s,t.l,t.opacity)
|
|
6600
|
+
if(t instanceof sx||(t=xx(t)),!t)return new Vx
|
|
6601
|
+
if(t instanceof Vx)return t
|
|
6599
6602
|
var e=(t=t.rgb()).r/255,i=t.g/255,o=t.b/255,n=Math.min(e,i,o),s=Math.max(e,i,o),r=NaN,a=s-n,l=(s+n)/2
|
|
6600
|
-
return a?(r=e===s?(i-o)/a+6*(i<o):i===s?(o-e)/a+2:(e-i)/a+4,a/=l<.5?s+n:2-s-n,r*=60):a=l>0&&l<1?0:r,new
|
|
6601
|
-
return new
|
|
6602
|
-
return`${1===t?"hsl(":"hsla("}${
|
|
6603
|
-
var
|
|
6604
|
-
function
|
|
6605
|
-
return i?function(t,e){return function(i){return t+i*e}}(t,i):
|
|
6606
|
-
function o(t,e){var o=i((t=
|
|
6603
|
+
return a?(r=e===s?(i-o)/a+6*(i<o):i===s?(o-e)/a+2:(e-i)/a+4,a/=l<.5?s+n:2-s-n,r*=60):a=l>0&&l<1?0:r,new Vx(r,a,l,t.opacity)}function Vx(t,e,i,o){this.h=+t,this.s=+e,this.l=+i,this.opacity=+o}function Hx(t){return(t=(t||0)%360)<0?t+360:t}function Px(t){return Math.max(0,Math.min(1,t||0))}function Tx(t,e,i){return 255*(t<60?e+(i-e)*t/60:t<180?i:t<240?e+(i-e)*(240-t)/60:e)}ox(sx,xx,{copy(t){return Object.assign(new this.constructor,this,t)},displayable(){return this.rgb().displayable()},hex:wx,formatHex:wx,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return Ex(this).formatHsl()},formatRgb:yx,toString:yx}),ox(_x,Sx,nx(sx,{brighter(t){return t=null==t?ax:Math.pow(ax,t),new _x(this.r*t,this.g*t,this.b*t,this.opacity)},darker(t){return t=null==t?rx:Math.pow(rx,t),new _x(this.r*t,this.g*t,this.b*t,this.opacity)},rgb(){return this},clamp(){return new _x(Ax(this.r),Ax(this.g),Ax(this.b),Rx(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:Mx,formatHex:Mx,formatHex8:function(){return`#${Ox(this.r)}${Ox(this.g)}${Ox(this.b)}${Ox(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:Ix,toString:Ix})),ox(Vx,(function(t,e,i,o){return 1===arguments.length?Ex(t):new Vx(t,e,i,null==o?1:o)}),nx(sx,{brighter(t){return t=null==t?ax:Math.pow(ax,t),new Vx(this.h,this.s,this.l*t,this.opacity)},darker(t){return t=null==t?rx:Math.pow(rx,t),new Vx(this.h,this.s,this.l*t,this.opacity)},rgb(){var t=this.h%360+360*(this.h<0),e=isNaN(t)||isNaN(this.s)?0:this.s,i=this.l,o=i+(i<.5?i:1-i)*e,n=2*i-o
|
|
6604
|
+
return new _x(Tx(t>=240?t-240:t+120,n,o),Tx(t,n,o),Tx(t<120?t+240:t-120,n,o),this.opacity)},clamp(){return new Vx(Hx(this.h),Px(this.s),Px(this.l),Rx(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 t=Rx(this.opacity)
|
|
6605
|
+
return`${1===t?"hsl(":"hsla("}${Hx(this.h)}, ${100*Px(this.s)}%, ${100*Px(this.l)}%${1===t?")":`, ${t})`}`}}))
|
|
6606
|
+
var Lx=t=>()=>t
|
|
6607
|
+
function Dx(t){return 1==(t=+t)?zx:function(e,i){return i-e?function(t,e,i){return t=Math.pow(t,i),e=Math.pow(e,i)-t,i=1/i,function(o){return Math.pow(t+o*e,i)}}(e,i,t):Lx(isNaN(e)?i:e)}}function zx(t,e){var i=e-t
|
|
6608
|
+
return i?function(t,e){return function(i){return t+i*e}}(t,i):Lx(isNaN(t)?e:t)}var Bx=function t(e){var i=Dx(e)
|
|
6609
|
+
function o(t,e){var o=i((t=Sx(t)).r,(e=Sx(e)).r),n=i(t.g,e.g),s=i(t.b,e.b),r=zx(t.opacity,e.opacity)
|
|
6607
6610
|
return function(e){return t.r=o(e),t.g=n(e),t.b=s(e),t.opacity=r(e),t+""}}return o.gamma=t,o}(1)
|
|
6608
|
-
function
|
|
6611
|
+
function Nx(t,e){e||(e=[])
|
|
6609
6612
|
var i,o=t?Math.min(e.length,t.length):0,n=e.slice()
|
|
6610
6613
|
return function(s){for(i=0;i<o;++i)n[i]=t[i]*(1-s)+e[i]*s
|
|
6611
|
-
return n}}function
|
|
6612
|
-
for(i=0;i<n;++i)s[i]=
|
|
6614
|
+
return n}}function Zx(t,e){var i,o=e?e.length:0,n=t?Math.min(o,t.length):0,s=new Array(n),r=new Array(o)
|
|
6615
|
+
for(i=0;i<n;++i)s[i]=Kx(t[i],e[i])
|
|
6613
6616
|
for(;i<o;++i)r[i]=e[i]
|
|
6614
6617
|
return function(t){for(i=0;i<n;++i)r[i]=s[i](t)
|
|
6615
|
-
return r}}function
|
|
6616
|
-
return t=+t,e=+e,function(o){return i.setTime(t*(1-o)+e*o),i}}function
|
|
6617
|
-
for(i in null!==t&&"object"==typeof t||(t={}),null!==e&&"object"==typeof e||(e={}),e)i in t?o[i]=
|
|
6618
|
+
return r}}function qx(t,e){var i=new Date
|
|
6619
|
+
return t=+t,e=+e,function(o){return i.setTime(t*(1-o)+e*o),i}}function jx(t,e){return t=+t,e=+e,function(i){return t*(1-i)+e*i}}function Ux(t,e){var i,o={},n={}
|
|
6620
|
+
for(i in null!==t&&"object"==typeof t||(t={}),null!==e&&"object"==typeof e||(e={}),e)i in t?o[i]=Kx(t[i],e[i]):n[i]=e[i]
|
|
6618
6621
|
return function(t){for(i in o)n[i]=o[i](t)
|
|
6619
|
-
return n}}var
|
|
6620
|
-
function Xx(t,e){var i,o,n,s=
|
|
6621
|
-
for(t+="",e+="";(i=
|
|
6622
|
+
return n}}var Gx=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Wx=new RegExp(Gx.source,"g")
|
|
6623
|
+
function Xx(t,e){var i,o,n,s=Gx.lastIndex=Wx.lastIndex=0,r=-1,a=[],l=[]
|
|
6624
|
+
for(t+="",e+="";(i=Gx.exec(t))&&(o=Wx.exec(e));)(n=o.index)>s&&(n=e.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:jx(i,o)})),s=Wx.lastIndex
|
|
6622
6625
|
return s<e.length&&(n=e.slice(s),a[r]?a[r]+=n:a[++r]=n),a.length<2?l[0]?function(t){return function(e){return t(e)+""}}(l[0].x):function(t){return function(){return t}}(e):(e=l.length,function(t){for(var i,o=0;o<e;++o)a[(i=l[o]).i]=i.x(t)
|
|
6623
|
-
return a.join("")})}function
|
|
6624
|
-
return null==e||"boolean"===n?
|
|
6625
|
-
function
|
|
6626
|
-
return(r=Math.sqrt(t*t+e*e))&&(t/=r,e/=r),(l=t*i+e*o)&&(i-=t*l,o-=e*l),(a=Math.sqrt(i*i+o*o))&&(i/=a,o/=a,l/=a),t*o<e*i&&(t=-t,e=-e,l=-l,r=-r),{translateX:n,translateY:s,rotate:Math.atan2(e,t)*
|
|
6626
|
+
return a.join("")})}function Kx(t,e){var i,o,n=typeof e
|
|
6627
|
+
return null==e||"boolean"===n?Lx(e):("number"===n?jx:"string"===n?(i=xx(e))?(e=i,Bx):Xx:e instanceof xx?Bx:e instanceof Date?qx:(o=e,!ArrayBuffer.isView(o)||o instanceof DataView?Array.isArray(e)?Zx:"function"!=typeof e.valueOf&&"function"!=typeof e.toString||isNaN(e)?Ux:jx:Nx))(t,e)}function Yx(t,e){return t=+t,e=+e,function(i){return Math.round(t*(1-i)+e*i)}}var Qx,Jx=180/Math.PI,t$={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1}
|
|
6628
|
+
function e$(t,e,i,o,n,s){var r,a,l
|
|
6629
|
+
return(r=Math.sqrt(t*t+e*e))&&(t/=r,e/=r),(l=t*i+e*o)&&(i-=t*l,o-=e*l),(a=Math.sqrt(i*i+o*o))&&(i/=a,o/=a,l/=a),t*o<e*i&&(t=-t,e=-e,l=-l,r=-r),{translateX:n,translateY:s,rotate:Math.atan2(e,t)*Jx,skewX:Math.atan(l)*Jx,scaleX:r,scaleY:a}}function i$(t,e,i,o){function n(t){return t.length?t.pop()+" ":""}return function(s,r){var a=[],l=[]
|
|
6627
6630
|
return s=t(s),r=t(r),function(t,o,n,s,r,a){if(t!==n||o!==s){var l=r.push("translate(",null,e,null,i)
|
|
6628
|
-
a.push({i:l-4,x:
|
|
6629
|
-
r.push({i:a-4,x:
|
|
6630
|
-
return a.join("")}}}var i
|
|
6631
|
-
return e.isIdentity?
|
|
6632
|
-
function
|
|
6631
|
+
a.push({i:l-4,x:jx(t,n)},{i:l-2,x:jx(o,s)})}else(n||s)&&r.push("translate("+n+e+s+i)}(s.translateX,s.translateY,r.translateX,r.translateY,a,l),function(t,e,i,s){t!==e?(t-e>180?e+=360:e-t>180&&(t+=360),s.push({i:i.push(n(i)+"rotate(",null,o)-2,x:jx(t,e)})):e&&i.push(n(i)+"rotate("+e+o)}(s.rotate,r.rotate,a,l),function(t,e,i,s){t!==e?s.push({i:i.push(n(i)+"skewX(",null,o)-2,x:jx(t,e)}):e&&i.push(n(i)+"skewX("+e+o)}(s.skewX,r.skewX,a,l),function(t,e,i,o,s,r){if(t!==i||e!==o){var a=s.push(n(s)+"scale(",null,",",null,")")
|
|
6632
|
+
r.push({i:a-4,x:jx(t,i)},{i:a-2,x:jx(e,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(t){for(var e,i=-1,o=l.length;++i<o;)a[(e=l[i]).i]=e.x(t)
|
|
6633
|
+
return a.join("")}}}var o$=i$((function(t){const e=new("function"==typeof DOMMatrix?DOMMatrix:WebKitCSSMatrix)(t+"")
|
|
6634
|
+
return e.isIdentity?t$:e$(e.a,e.b,e.c,e.d,e.e,e.f)}),"px, ","px)","deg)"),n$=i$((function(t){return null==t?t$:(Qx||(Qx=document.createElementNS("http://www.w3.org/2000/svg","g")),Qx.setAttribute("transform",t),(t=Qx.transform.baseVal.consolidate())?e$((t=t.matrix).a,t.b,t.c,t.d,t.e,t.f):t$)}),", ",")",")")
|
|
6635
|
+
function s$(t){return((t=Math.exp(t))+1/t)/2}var r$,a$,l$=function t(e,i,o){function n(t,n){var s,r,a=t[0],l=t[1],c=t[2],d=n[0],h=n[1],u=n[2],p=d-a,g=h-l,v=p*p+g*g
|
|
6633
6636
|
if(v<1e-12)r=Math.log(u/c)/e,s=function(t){return[a+t*p,l+t*g,c*Math.exp(e*t*r)]}
|
|
6634
6637
|
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),y=Math.log(Math.sqrt(b*b+1)-b)
|
|
6635
|
-
r=(y-w)/e,s=function(t){var o,n=t*r,s=
|
|
6636
|
-
return[a+d*p,l+d*g,c*s/
|
|
6637
|
-
return t(i,o,o*o)},n}(Math.SQRT2,2,4),
|
|
6638
|
-
function
|
|
6639
|
-
return o.restart(t,e,i),o}function
|
|
6640
|
-
try{!function(){
|
|
6641
|
-
for(var t,e=
|
|
6642
|
-
for(;i;)i._call?(o>i._time&&(o=i._time),t=i,i=i._next):(e=i._next,i._next=null,i=t?t._next=e:
|
|
6643
|
-
|
|
6644
|
-
e>1e3&&(
|
|
6645
|
-
return e=null==e?0:+e,o.restart((i=>{o.stop(),t(i+e)}),e,i),o}
|
|
6646
|
-
i=(null==i?
|
|
6647
|
-
var
|
|
6648
|
-
function
|
|
6638
|
+
r=(y-w)/e,s=function(t){var o,n=t*r,s=s$(w),d=c/(i*f)*(s*(o=e*n+w,((o=Math.exp(2*o))-1)/(o+1))-function(t){return((t=Math.exp(t))-1/t)/2}(w))
|
|
6639
|
+
return[a+d*p,l+d*g,c*s/s$(e*n+w)]}}return s.duration=1e3*r*e/Math.SQRT2,s}return n.rho=function(e){var i=Math.max(.001,+e),o=i*i
|
|
6640
|
+
return t(i,o,o*o)},n}(Math.SQRT2,2,4),c$=0,d$=0,h$=0,u$=0,p$=0,g$=0,v$="object"==typeof performance&&performance.now?performance:Date,f$="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)}
|
|
6641
|
+
function m$(){return p$||(f$(b$),p$=v$.now()+g$)}function b$(){p$=0}function w$(){this._call=this._time=this._next=null}function y$(t,e,i){var o=new w$
|
|
6642
|
+
return o.restart(t,e,i),o}function x$(){p$=(u$=v$.now())+g$,c$=d$=0
|
|
6643
|
+
try{!function(){m$(),++c$
|
|
6644
|
+
for(var t,e=r$;e;)(t=p$-e._time)>=0&&e._call.call(void 0,t),e=e._next;--c$}()}finally{c$=0,function(){var t,e,i=r$,o=1/0
|
|
6645
|
+
for(;i;)i._call?(o>i._time&&(o=i._time),t=i,i=i._next):(e=i._next,i._next=null,i=t?t._next=e:r$=e)
|
|
6646
|
+
a$=t,C$(o)}(),p$=0}}function $$(){var t=v$.now(),e=t-u$
|
|
6647
|
+
e>1e3&&(g$-=e,u$=t)}function C$(t){c$||(d$&&(d$=clearTimeout(d$)),t-p$>24?(t<1/0&&(d$=setTimeout(x$,t-v$.now()-g$)),h$&&(h$=clearInterval(h$))):(h$||(u$=v$.now(),h$=setInterval($$,1e3)),c$=1,f$(x$)))}function k$(t,e,i){var o=new w$
|
|
6648
|
+
return e=null==e?0:+e,o.restart((i=>{o.stop(),t(i+e)}),e,i),o}w$.prototype=y$.prototype={constructor:w$,restart:function(t,e,i){if("function"!=typeof t)throw new TypeError("callback is not a function")
|
|
6649
|
+
i=(null==i?m$():+i)+(null==e?0:+e),this._next||a$===this||(a$?a$._next=this:r$=this,a$=this),this._call=t,this._time=i,C$()},stop:function(){this._call&&(this._call=null,this._time=1/0,C$())}}
|
|
6650
|
+
var S$=Fw("start","end","cancel","interrupt"),_$=[]
|
|
6651
|
+
function M$(t,e,i,o,n,s){var r=t.__transition
|
|
6649
6652
|
if(r){if(i in r)return}else t.__transition={}
|
|
6650
6653
|
!function(t,e,i){var o,n=t.__transition
|
|
6651
6654
|
function s(t){i.state=1,i.timer.restart(r,i.delay,i.time),i.delay<=t&&r(t-i.delay)}function r(s){var c,d,h,u
|
|
6652
6655
|
if(1!==i.state)return l()
|
|
6653
|
-
for(c in n)if((u=n[c]).name===i.name){if(3===u.state)return
|
|
6654
|
-
4===u.state?(u.state=6,u.timer.stop(),u.on.call("interrupt",t,t.__data__,u.index,u.group),delete n[c]):+c<e&&(u.state=6,u.timer.stop(),u.on.call("cancel",t,t.__data__,u.index,u.group),delete n[c])}if(
|
|
6656
|
+
for(c in n)if((u=n[c]).name===i.name){if(3===u.state)return k$(r)
|
|
6657
|
+
4===u.state?(u.state=6,u.timer.stop(),u.on.call("interrupt",t,t.__data__,u.index,u.group),delete n[c]):+c<e&&(u.state=6,u.timer.stop(),u.on.call("cancel",t,t.__data__,u.index,u.group),delete n[c])}if(k$((function(){3===i.state&&(i.state=4,i.timer.restart(a,i.delay,i.time),a(s))})),i.state=2,i.on.call("start",t,t.__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(t,t.__data__,i.index,i.group))&&(o[++d]=u)
|
|
6655
6658
|
o.length=d+1}}function a(e){for(var n=e<i.duration?i.ease.call(null,e/i.duration):(i.timer.restart(l),i.state=5,1),s=-1,r=o.length;++s<r;)o[s].call(t,n)
|
|
6656
6659
|
5===i.state&&(i.on.call("end",t,t.__data__,i.index,i.group),l())}function l(){for(var o in i.state=6,i.timer.stop(),delete n[e],n)return
|
|
6657
|
-
delete t.__transition}n[e]=i,i.timer=
|
|
6660
|
+
delete t.__transition}n[e]=i,i.timer=y$(s,0,i.time)}(t,i,{name:e,index:o,group:n,on:S$,tween:_$,time:s.time,delay:s.delay,duration:s.duration,ease:s.ease,timer:null,state:0})}function I$(t,e){var i=A$(t,e)
|
|
6658
6661
|
if(i.state>0)throw new Error("too late; already scheduled")
|
|
6659
|
-
return i}function
|
|
6662
|
+
return i}function R$(t,e){var i=A$(t,e)
|
|
6660
6663
|
if(i.state>3)throw new Error("too late; already running")
|
|
6661
|
-
return i}function
|
|
6664
|
+
return i}function A$(t,e){var i=t.__transition
|
|
6662
6665
|
if(!i||!(i=i[e]))throw new Error("transition not found")
|
|
6663
|
-
return i}function
|
|
6666
|
+
return i}function O$(t,e){var i,o,n,s=t.__transition,r=!0
|
|
6664
6667
|
if(s){for(n in e=null==e?null:e+"",s)(i=s[n]).name===e?(o=i.state>2&&i.state<5,i.state=6,i.timer.stop(),i.on.call(o?"interrupt":"cancel",t,t.__data__,i.index,i.group),delete s[n]):r=!1
|
|
6665
|
-
r&&delete t.__transition}}function
|
|
6666
|
-
return function(){var n=
|
|
6668
|
+
r&&delete t.__transition}}function F$(t,e){var i,o
|
|
6669
|
+
return function(){var n=R$(this,t),s=n.tween
|
|
6667
6670
|
if(s!==i)for(var r=0,a=(o=i=s).length;r<a;++r)if(o[r].name===e){(o=o.slice()).splice(r,1)
|
|
6668
|
-
break}n.tween=o}}function
|
|
6671
|
+
break}n.tween=o}}function E$(t,e,i){var o,n
|
|
6669
6672
|
if("function"!=typeof i)throw new Error
|
|
6670
|
-
return function(){var s=
|
|
6673
|
+
return function(){var s=R$(this,t),r=s.tween
|
|
6671
6674
|
if(r!==o){n=(o=r).slice()
|
|
6672
6675
|
for(var a={name:e,value:i},l=0,c=n.length;l<c;++l)if(n[l].name===e){n[l]=a
|
|
6673
|
-
break}l===c&&n.push(a)}s.tween=n}}function
|
|
6674
|
-
return t.each((function(){var t=
|
|
6675
|
-
return("number"==typeof e?
|
|
6676
|
+
break}l===c&&n.push(a)}s.tween=n}}function V$(t,e,i){var o=t._id
|
|
6677
|
+
return t.each((function(){var t=R$(this,o);(t.value||(t.value={}))[e]=i.apply(this,arguments)})),function(t){return A$(t,o).value[e]}}function H$(t,e){var i
|
|
6678
|
+
return("number"==typeof e?jx:e instanceof xx?Bx:(i=xx(e))?(e=i,Bx):Xx)(t,e)}function P$(t){return function(){this.removeAttribute(t)}}function T$(t){return function(){this.removeAttributeNS(t.space,t.local)}}function L$(t,e,i){var o,n,s=i+""
|
|
6676
6679
|
return function(){var r=this.getAttribute(t)
|
|
6677
|
-
return r===s?null:r===o?n:n=e(o=r,i)}}function
|
|
6680
|
+
return r===s?null:r===o?n:n=e(o=r,i)}}function D$(t,e,i){var o,n,s=i+""
|
|
6678
6681
|
return function(){var r=this.getAttributeNS(t.space,t.local)
|
|
6679
|
-
return r===s?null:r===o?n:n=e(o=r,i)}}function
|
|
6682
|
+
return r===s?null:r===o?n:n=e(o=r,i)}}function z$(t,e,i){var o,n,s
|
|
6680
6683
|
return function(){var r,a,l=i(this)
|
|
6681
6684
|
if(null!=l)return(r=this.getAttribute(t))===(a=l+"")?null:r===o&&a===n?s:(n=a,s=e(o=r,l))
|
|
6682
|
-
this.removeAttribute(t)}}function
|
|
6685
|
+
this.removeAttribute(t)}}function B$(t,e,i){var o,n,s
|
|
6683
6686
|
return function(){var r,a,l=i(this)
|
|
6684
6687
|
if(null!=l)return(r=this.getAttributeNS(t.space,t.local))===(a=l+"")?null:r===o&&a===n?s:(n=a,s=e(o=r,l))
|
|
6685
|
-
this.removeAttributeNS(t.space,t.local)}}function
|
|
6688
|
+
this.removeAttributeNS(t.space,t.local)}}function N$(t,e){return function(i){this.setAttribute(t,e.call(this,i))}}function Z$(t,e){return function(i){this.setAttributeNS(t.space,t.local,e.call(this,i))}}function q$(t,e){var i,o
|
|
6686
6689
|
function n(){var n=e.apply(this,arguments)
|
|
6687
|
-
return n!==o&&(i=(o=n)&&
|
|
6690
|
+
return n!==o&&(i=(o=n)&&Z$(t,n)),i}return n._value=e,n}function j$(t,e){var i,o
|
|
6688
6691
|
function n(){var n=e.apply(this,arguments)
|
|
6689
|
-
return n!==o&&(i=(o=n)&&
|
|
6690
|
-
return function(){
|
|
6691
|
-
return e>=0&&(t=t.slice(0,e)),!t||"start"===t}))}(e)?
|
|
6692
|
+
return n!==o&&(i=(o=n)&&N$(t,n)),i}return n._value=e,n}function U$(t,e){return function(){I$(this,t).delay=+e.apply(this,arguments)}}function G$(t,e){return e=+e,function(){I$(this,t).delay=e}}function W$(t,e){return function(){R$(this,t).duration=+e.apply(this,arguments)}}function X$(t,e){return e=+e,function(){R$(this,t).duration=e}}function K$(t,e){if("function"!=typeof e)throw new Error
|
|
6693
|
+
return function(){R$(this,t).ease=e}}function Y$(t,e,i){var o,n,s=function(t){return(t+"").trim().split(/^|\s+/).every((function(t){var e=t.indexOf(".")
|
|
6694
|
+
return e>=0&&(t=t.slice(0,e)),!t||"start"===t}))}(e)?I$:R$
|
|
6692
6695
|
return function(){var r=s(this,t),a=r.on
|
|
6693
|
-
a!==o&&(n=(o=a).copy()).on(e,i),r.on=n}}var
|
|
6694
|
-
function
|
|
6696
|
+
a!==o&&(n=(o=a).copy()).on(e,i),r.on=n}}var Q$=Ky.prototype.constructor
|
|
6697
|
+
function J$(t){return function(){this.style.removeProperty(t)}}function tC(t,e,i){return function(o){this.style.setProperty(t,e.call(this,o),i)}}function eC(t,e,i){var o,n
|
|
6695
6698
|
function s(){var s=e.apply(this,arguments)
|
|
6696
|
-
return s!==n&&(o=(n=s)&&
|
|
6699
|
+
return s!==n&&(o=(n=s)&&tC(t,s,i)),o}return s._value=e,s}function iC(t){return function(e){this.textContent=t.call(this,e)}}function oC(t){var e,i
|
|
6697
6700
|
function o(){var o=t.apply(this,arguments)
|
|
6698
|
-
return o!==i&&(e=(i=o)&&
|
|
6699
|
-
function
|
|
6700
|
-
|
|
6701
|
-
"function"!=typeof t&&(t=
|
|
6702
|
-
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=t.call(a,a.__data__,u,c))&&("__data__"in a&&(l.__data__=a.__data__),h[u]=l,
|
|
6703
|
-
return new
|
|
6704
|
-
"function"!=typeof t&&(t=
|
|
6705
|
-
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=t.call(l,l.__data__,h,c),g=
|
|
6706
|
-
s.push(p),r.push(l)}return new
|
|
6701
|
+
return o!==i&&(e=(i=o)&&iC(o)),e}return o._value=t,o}var nC=0
|
|
6702
|
+
function sC(t,e,i,o){this._groups=t,this._parents=e,this._name=i,this._id=o}function rC(){return++nC}var aC=Ky.prototype
|
|
6703
|
+
sC.prototype={constructor:sC,select:function(t){var e=this._name,i=this._id
|
|
6704
|
+
"function"!=typeof t&&(t=qw(t))
|
|
6705
|
+
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=t.call(a,a.__data__,u,c))&&("__data__"in a&&(l.__data__=a.__data__),h[u]=l,M$(h[u],e,i,u,h,A$(a,i)))
|
|
6706
|
+
return new sC(s,this._parents,e,i)},selectAll:function(t){var e=this._name,i=this._id
|
|
6707
|
+
"function"!=typeof t&&(t=Gw(t))
|
|
6708
|
+
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=t.call(l,l.__data__,h,c),g=A$(l,i),v=0,f=p.length;v<f;++v)(u=p[v])&&M$(u,e,i,v,p,g)
|
|
6709
|
+
s.push(p),r.push(l)}return new sC(s,r,e,i)},selectChild:aC.selectChild,selectChildren:aC.selectChildren,filter:function(t){"function"!=typeof t&&(t=Ww(t))
|
|
6707
6710
|
for(var e=this._groups,i=e.length,o=new Array(i),n=0;n<i;++n)for(var s,r=e[n],a=r.length,l=o[n]=[],c=0;c<a;++c)(s=r[c])&&t.call(s,s.__data__,c,r)&&l.push(s)
|
|
6708
|
-
return new
|
|
6711
|
+
return new sC(o,this._parents,this._name,this._id)},merge:function(t){if(t._id!==this._id)throw new Error
|
|
6709
6712
|
for(var e=this._groups,i=t._groups,o=e.length,n=i.length,s=Math.min(o,n),r=new Array(o),a=0;a<s;++a)for(var l,c=e[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)
|
|
6710
6713
|
for(;a<o;++a)r[a]=e[a]
|
|
6711
|
-
return new
|
|
6712
|
-
|
|
6713
|
-
return arguments.length<2?
|
|
6714
|
-
return this.attrTween(t,"function"==typeof e?(i.local?z
|
|
6714
|
+
return new sC(r,this._parents,this._name,this._id)},selection:function(){return new Q$(this._groups,this._parents)},transition:function(){for(var t=this._name,e=this._id,i=rC(),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=A$(r,e)
|
|
6715
|
+
M$(r,t,i,c,a,{time:d.time+d.delay+d.duration,delay:0,duration:d.duration,ease:d.ease})}return new sC(o,this._parents,t,i)},call:aC.call,nodes:aC.nodes,node:aC.node,size:aC.size,empty:aC.empty,each:aC.each,on:function(t,e){var i=this._id
|
|
6716
|
+
return arguments.length<2?A$(this.node(),i).on.on(t):this.each(Y$(i,t,e))},attr:function(t,e){var i=Dw(t),o="transform"===i?n$:H$
|
|
6717
|
+
return this.attrTween(t,"function"==typeof e?(i.local?B$:z$)(i,o,V$(this,"attr."+t,e)):null==e?(i.local?T$:P$)(i):(i.local?D$:L$)(i,o,e))},attrTween:function(t,e){var i="attr."+t
|
|
6715
6718
|
if(arguments.length<2)return(i=this.tween(i))&&i._value
|
|
6716
6719
|
if(null==e)return this.tween(i,null)
|
|
6717
6720
|
if("function"!=typeof e)throw new Error
|
|
6718
|
-
var o=
|
|
6719
|
-
return this.tween(i,(o.local?
|
|
6721
|
+
var o=Dw(t)
|
|
6722
|
+
return this.tween(i,(o.local?q$:j$)(o,e))},style:function(t,e,i){var o="transform"==(t+="")?o$:H$
|
|
6720
6723
|
return null==e?this.styleTween(t,function(t,e){var i,o,n
|
|
6721
|
-
return function(){var s=
|
|
6722
|
-
return s===r?null:s===i&&r===o?n:n=e(i=s,o=r)}}(t,o)).on("end.style."+t,
|
|
6723
|
-
return function(){var r=
|
|
6724
|
-
return null==a&&(this.style.removeProperty(t),l=a=
|
|
6725
|
-
return function(){var l=
|
|
6724
|
+
return function(){var s=by(this,t),r=(this.style.removeProperty(t),by(this,t))
|
|
6725
|
+
return s===r?null:s===i&&r===o?n:n=e(i=s,o=r)}}(t,o)).on("end.style."+t,J$(t)):"function"==typeof e?this.styleTween(t,function(t,e,i){var o,n,s
|
|
6726
|
+
return function(){var r=by(this,t),a=i(this),l=a+""
|
|
6727
|
+
return null==a&&(this.style.removeProperty(t),l=a=by(this,t)),r===l?null:r===o&&l===n?s:(n=l,s=e(o=r,a))}}(t,o,V$(this,"style."+t,e))).each(function(t,e){var i,o,n,s,r="style."+e,a="end."+r
|
|
6728
|
+
return function(){var l=R$(this,t),c=l.on,d=null==l.value[r]?s||(s=J$(e)):void 0
|
|
6726
6729
|
c===i&&n===d||(o=(i=c).copy()).on(a,n=d),l.on=o}}(this._id,t)):this.styleTween(t,function(t,e,i){var o,n,s=i+""
|
|
6727
|
-
return function(){var r=
|
|
6730
|
+
return function(){var r=by(this,t)
|
|
6728
6731
|
return r===s?null:r===o?n:n=e(o=r,i)}}(t,o,e),i).on("end.style."+t,null)},styleTween:function(t,e,i){var o="style."+(t+="")
|
|
6729
6732
|
if(arguments.length<2)return(o=this.tween(o))&&o._value
|
|
6730
6733
|
if(null==e)return this.tween(o,null)
|
|
6731
6734
|
if("function"!=typeof e)throw new Error
|
|
6732
|
-
return this.tween(o,
|
|
6733
|
-
this.textContent=null==e?"":e}}(
|
|
6735
|
+
return this.tween(o,eC(t,e,null==i?"":i))},text:function(t){return this.tween("text","function"==typeof t?function(t){return function(){var e=t(this)
|
|
6736
|
+
this.textContent=null==e?"":e}}(V$(this,"text",t)):function(t){return function(){this.textContent=t}}(null==t?"":t+""))},textTween:function(t){var e="text"
|
|
6734
6737
|
if(arguments.length<1)return(e=this.tween(e))&&e._value
|
|
6735
6738
|
if(null==t)return this.tween(e,null)
|
|
6736
6739
|
if("function"!=typeof t)throw new Error
|
|
6737
|
-
return this.tween(e,
|
|
6740
|
+
return this.tween(e,oC(t))},remove:function(){return this.on("end.remove",function(t){return function(){var e=this.parentNode
|
|
6738
6741
|
for(var i in this.__transition)if(+i!==t)return
|
|
6739
6742
|
e&&e.removeChild(this)}}(this._id))},tween:function(t,e){var i=this._id
|
|
6740
|
-
if(t+="",arguments.length<2){for(var o,n=
|
|
6741
|
-
return null}return this.each((null==e?
|
|
6742
|
-
return arguments.length?this.each(("function"==typeof t?
|
|
6743
|
-
return arguments.length?this.each(("function"==typeof t?
|
|
6744
|
-
return arguments.length?this.each(
|
|
6743
|
+
if(t+="",arguments.length<2){for(var o,n=A$(this.node(),i).tween,s=0,r=n.length;s<r;++s)if((o=n[s]).name===t)return o.value
|
|
6744
|
+
return null}return this.each((null==e?F$:E$)(i,t,e))},delay:function(t){var e=this._id
|
|
6745
|
+
return arguments.length?this.each(("function"==typeof t?U$:G$)(e,t)):A$(this.node(),e).delay},duration:function(t){var e=this._id
|
|
6746
|
+
return arguments.length?this.each(("function"==typeof t?W$:X$)(e,t)):A$(this.node(),e).duration},ease:function(t){var e=this._id
|
|
6747
|
+
return arguments.length?this.each(K$(e,t)):A$(this.node(),e).ease},easeVarying:function(t){if("function"!=typeof t)throw new Error
|
|
6745
6748
|
return this.each(function(t,e){return function(){var i=e.apply(this,arguments)
|
|
6746
6749
|
if("function"!=typeof i)throw new Error
|
|
6747
|
-
|
|
6750
|
+
R$(this,t).ease=i}}(this._id,t))},end:function(){var t,e,i=this,o=i._id,n=i.size()
|
|
6748
6751
|
return new Promise((function(s,r){var a={value:r},l={value:function(){0==--n&&s()}}
|
|
6749
|
-
i.each((function(){var i=
|
|
6750
|
-
n!==t&&((e=(t=n).copy())._.cancel.push(a),e._.interrupt.push(a),e._.end.push(l)),i.on=e})),0===n&&s()}))},[Symbol.iterator]:
|
|
6751
|
-
var
|
|
6752
|
-
function
|
|
6753
|
-
return i}
|
|
6754
|
-
t instanceof
|
|
6755
|
-
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])&&
|
|
6756
|
-
return new
|
|
6757
|
-
var
|
|
6758
|
-
function
|
|
6759
|
-
var
|
|
6760
|
-
function
|
|
6761
|
-
return t.__zoom}function
|
|
6762
|
-
return t instanceof SVGElement?(t=t.ownerSVGElement||t).hasAttribute("viewBox")?[[(t=t.viewBox.baseVal).x,t.y],[t.x+t.width,t.y+t.height]]:[[0,0],[t.width.baseVal.value,t.height.baseVal.value]]:[[0,0],[t.clientWidth,t.clientHeight]]}function
|
|
6763
|
-
return t.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))}
|
|
6764
|
-
const
|
|
6752
|
+
i.each((function(){var i=R$(this,o),n=i.on
|
|
6753
|
+
n!==t&&((e=(t=n).copy())._.cancel.push(a),e._.interrupt.push(a),e._.end.push(l)),i.on=e})),0===n&&s()}))},[Symbol.iterator]:aC[Symbol.iterator]}
|
|
6754
|
+
var lC={time:null,delay:0,duration:250,ease:function(t){return((t*=2)<=1?t*t*t:(t-=2)*t*t+2)/2}}
|
|
6755
|
+
function cC(t,e){for(var i;!(i=t.__transition)||!(i=i[e]);)if(!(t=t.parentNode))throw new Error(`transition ${e} not found`)
|
|
6756
|
+
return i}Ky.prototype.interrupt=function(t){return this.each((function(){O$(this,t)}))},Ky.prototype.transition=function(t){var e,i
|
|
6757
|
+
t instanceof sC?(e=t._id,t=t._name):(e=rC(),(i=lC).time=m$(),t=null==t?null:t+"")
|
|
6758
|
+
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])&&M$(r,t,e,c,a,i||cC(r,e))
|
|
6759
|
+
return new sC(o,this._parents,t,e)}
|
|
6760
|
+
var dC=t=>()=>t
|
|
6761
|
+
function hC(t,{sourceEvent:e,target:i,transform:o,dispatch:n}){Object.defineProperties(this,{type:{value:t,enumerable:!0,configurable:!0},sourceEvent:{value:e,enumerable:!0,configurable:!0},target:{value:i,enumerable:!0,configurable:!0},transform:{value:o,enumerable:!0,configurable:!0},_:{value:n}})}function uC(t,e,i){this.k=t,this.x=e,this.y=i}uC.prototype={constructor:uC,scale:function(t){return 1===t?this:new uC(this.k*t,this.x,this.y)},translate:function(t,e){return 0===t&0===e?this:new uC(this.k,this.x+this.k*t,this.y+this.k*e)},apply:function(t){return[t[0]*this.k+this.x,t[1]*this.k+this.y]},applyX:function(t){return t*this.k+this.x},applyY:function(t){return t*this.k+this.y},invert:function(t){return[(t[0]-this.x)/this.k,(t[1]-this.y)/this.k]},invertX:function(t){return(t-this.x)/this.k},invertY:function(t){return(t-this.y)/this.k},rescaleX:function(t){return t.copy().domain(t.range().map(this.invertX,this).map(t.invert,t))},rescaleY:function(t){return t.copy().domain(t.range().map(this.invertY,this).map(t.invert,t))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}}
|
|
6762
|
+
var pC=new uC(1,0,0)
|
|
6763
|
+
function gC(t){for(;!t.__zoom;)if(!(t=t.parentNode))return pC
|
|
6764
|
+
return t.__zoom}function vC(t){t.stopImmediatePropagation()}function fC(t){t.preventDefault(),t.stopImmediatePropagation()}function mC(t){return!(t.ctrlKey&&"wheel"!==t.type||t.button)}function bC(){var t=this
|
|
6765
|
+
return t instanceof SVGElement?(t=t.ownerSVGElement||t).hasAttribute("viewBox")?[[(t=t.viewBox.baseVal).x,t.y],[t.x+t.width,t.y+t.height]]:[[0,0],[t.width.baseVal.value,t.height.baseVal.value]]:[[0,0],[t.clientWidth,t.clientHeight]]}function wC(){return this.__zoom||pC}function yC(t){return-t.deltaY*(1===t.deltaMode?.05:t.deltaMode?1:.002)*(t.ctrlKey?10:1)}function xC(){return navigator.maxTouchPoints||"ontouchstart"in this}function $C(t,e,i){var o=t.invertX(e[0][0])-i[0][0],n=t.invertX(e[1][0])-i[1][0],s=t.invertY(e[0][1])-i[0][1],r=t.invertY(e[1][1])-i[1][1]
|
|
6766
|
+
return t.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))}gC.prototype=uC.prototype
|
|
6767
|
+
const CC=G`
|
|
6765
6768
|
<div class="wafer-map-container">
|
|
6766
6769
|
<svg class="svg-root">
|
|
6767
6770
|
<g ${_t("zoomContainer")} transform=${t=>t.transform.toString()}>
|
|
@@ -6791,7 +6794,7 @@ const $C=G`
|
|
|
6791
6794
|
/>
|
|
6792
6795
|
</svg>
|
|
6793
6796
|
</div>
|
|
6794
|
-
`,
|
|
6797
|
+
`,kC=ft`
|
|
6795
6798
|
:host {
|
|
6796
6799
|
display: inline-block;
|
|
6797
6800
|
width: 500px;
|
|
@@ -6875,68 +6878,68 @@ const $C=G`
|
|
|
6875
6878
|
outline-width: 0px;
|
|
6876
6879
|
}
|
|
6877
6880
|
`
|
|
6878
|
-
function
|
|
6881
|
+
function SC(t,e){return null==t||null==e?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function _C(t,e){return null==t||null==e?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function MC(t){let e,i,o
|
|
6879
6882
|
function n(t,o,n=0,s=t.length){if(n<s){if(0!==e(o,o))return s
|
|
6880
6883
|
do{const e=n+s>>>1
|
|
6881
|
-
i(t[e],o)<0?n=e+1:s=e}while(n<s)}return n}return 2!==t.length?(e=
|
|
6884
|
+
i(t[e],o)<0?n=e+1:s=e}while(n<s)}return n}return 2!==t.length?(e=SC,i=(e,i)=>SC(t(e),i),o=(e,i)=>t(e)-i):(e=t===SC||t===_C?t:IC,i=t,o=t),{left:n,center:function(t,e,i=0,s=t.length){const r=n(t,e,i,s-1)
|
|
6882
6885
|
return r>i&&o(t[r-1],e)>-o(t[r],e)?r-1:r},right:function(t,o,n=0,s=t.length){if(n<s){if(0!==e(o,o))return s
|
|
6883
6886
|
do{const e=n+s>>>1
|
|
6884
|
-
i(t[e],o)<=0?n=e+1:s=e}while(n<s)}return n}}}function
|
|
6885
|
-
|
|
6886
|
-
var AC
|
|
6887
|
-
class
|
|
6887
|
+
i(t[e],o)<=0?n=e+1:s=e}while(n<s)}return n}}}function IC(){return 0}function RC(t){return null===t?NaN:+t}const AC=MC(SC).right
|
|
6888
|
+
MC(RC).center
|
|
6889
|
+
var OC=AC
|
|
6890
|
+
class FC extends Map{constructor(t,e=VC){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:e}}),null!=t)for(const[e,i]of t)this.set(e,i)}get(t){return super.get(EC(this,t))}has(t){return super.has(EC(this,t))}set(t,e){return super.set(function({_intern:t,_key:e},i){const o=e(i)
|
|
6888
6891
|
return t.has(o)?t.get(o):(t.set(o,i),i)}(this,t),e)}delete(t){return super.delete(function({_intern:t,_key:e},i){const o=e(i)
|
|
6889
6892
|
t.has(o)&&(i=t.get(o),t.delete(o))
|
|
6890
|
-
return i}(this,t))}}function
|
|
6891
|
-
return t.has(o)?t.get(o):i}function
|
|
6892
|
-
function
|
|
6893
|
+
return i}(this,t))}}function EC({_intern:t,_key:e},i){const o=e(i)
|
|
6894
|
+
return t.has(o)?t.get(o):i}function VC(t){return null!==t&&"object"==typeof t?t.valueOf():t}const HC=Math.sqrt(50),PC=Math.sqrt(10),TC=Math.sqrt(2)
|
|
6895
|
+
function LC(t,e,i){const o=(e-t)/Math.max(0,i),n=Math.floor(Math.log10(o)),s=o/Math.pow(10,n),r=s>=HC?10:s>=PC?5:s>=TC?2:1
|
|
6893
6896
|
let a,l,c
|
|
6894
|
-
return n<0?(c=Math.pow(10,-n)/r,a=Math.round(t*c),l=Math.round(e*c),a/c<t&&++a,l/c>e&&--l,c=-c):(c=Math.pow(10,n)*r,a=Math.round(t/c),l=Math.round(e/c),a*c<t&&++a,l*c>e&&--l),l<a&&.5<=i&&i<2?
|
|
6897
|
+
return n<0?(c=Math.pow(10,-n)/r,a=Math.round(t*c),l=Math.round(e*c),a/c<t&&++a,l/c>e&&--l,c=-c):(c=Math.pow(10,n)*r,a=Math.round(t/c),l=Math.round(e/c),a*c<t&&++a,l*c>e&&--l),l<a&&.5<=i&&i<2?LC(t,e,2*i):[a,l,c]}function DC(t,e,i){return LC(t=+t,e=+e,i=+i)[2]}function zC(t,e,i=RC){if((o=t.length)&&!isNaN(e=+e)){if(e<=0||o<2)return+i(t[0],0,t)
|
|
6895
6898
|
if(e>=1)return+i(t[o-1],o-1,t)
|
|
6896
6899
|
var o,n=(o-1)*e,s=Math.floor(n),r=+i(t[s],s,t)
|
|
6897
|
-
return r+(+i(t[s+1],s+1,t)-r)*(n-s)}}function
|
|
6900
|
+
return r+(+i(t[s+1],s+1,t)-r)*(n-s)}}function BC(t,e,i){t=+t,e=+e,i=(n=arguments.length)<2?(e=t,t=0,1):n<3?1:+i
|
|
6898
6901
|
for(var o=-1,n=0|Math.max(0,Math.ceil((e-t)/i)),s=new Array(n);++o<n;)s[o]=t+o*i
|
|
6899
|
-
return s}function
|
|
6902
|
+
return s}function NC(t,e){switch(arguments.length){case 0:break
|
|
6900
6903
|
case 1:this.range(t)
|
|
6901
6904
|
break
|
|
6902
|
-
default:this.range(e).domain(t)}return this}const
|
|
6903
|
-
function
|
|
6905
|
+
default:this.range(e).domain(t)}return this}const ZC=Symbol("implicit")
|
|
6906
|
+
function qC(){var t=new FC,e=[],i=[],o=ZC
|
|
6904
6907
|
function n(n){let s=t.get(n)
|
|
6905
|
-
if(void 0===s){if(o!==
|
|
6908
|
+
if(void 0===s){if(o!==ZC)return o
|
|
6906
6909
|
t.set(n,s=e.push(n)-1)}return i[s%i.length]}return n.domain=function(i){if(!arguments.length)return e.slice()
|
|
6907
|
-
e=[],t=new
|
|
6910
|
+
e=[],t=new FC
|
|
6908
6911
|
for(const o of i)t.has(o)||t.set(o,e.push(o)-1)
|
|
6909
|
-
return n},n.range=function(t){return arguments.length?(i=Array.from(t),n):i.slice()},n.unknown=function(t){return arguments.length?(o=t,n):o},n.copy=function(){return
|
|
6912
|
+
return n},n.range=function(t){return arguments.length?(i=Array.from(t),n):i.slice()},n.unknown=function(t){return arguments.length?(o=t,n):o},n.copy=function(){return qC(e,i).unknown(o)},NC.apply(n,arguments),n}function jC(){var t,e,i=qC().unknown(void 0),o=i.domain,n=i.range,s=0,r=1,a=!1,l=0,c=0,d=.5
|
|
6910
6913
|
function h(){var i=o().length,h=r<s,u=h?r:s,p=h?s:r
|
|
6911
6914
|
t=(p-u)/Math.max(1,i-l+2*c),a&&(t=Math.floor(t)),u+=(p-u-t*(i-l))*d,e=t*(1-l),a&&(u=Math.round(u),e=Math.round(e))
|
|
6912
|
-
var g=
|
|
6913
|
-
return n(h?g.reverse():g)}return delete i.unknown,i.domain=function(t){return arguments.length?(o(t),h()):o()},i.range=function(t){return arguments.length?([s,r]=t,s=+s,r=+r,h()):[s,r]},i.rangeRound=function(t){return[s,r]=t,s=+s,r=+r,a=!0,h()},i.bandwidth=function(){return e},i.step=function(){return t},i.round=function(t){return arguments.length?(a=!!t,h()):a},i.padding=function(t){return arguments.length?(l=Math.min(1,c=+t),h()):l},i.paddingInner=function(t){return arguments.length?(l=Math.min(1,t),h()):l},i.paddingOuter=function(t){return arguments.length?(c=+t,h()):c},i.align=function(t){return arguments.length?(d=Math.max(0,Math.min(1,t)),h()):d},i.copy=function(){return
|
|
6914
|
-
function
|
|
6915
|
-
var i}function
|
|
6916
|
-
return n<o?(o=XC(n,o),s=i(r,s)):(o=XC(o,n),s=i(s,r)),function(t){return s(o(t))}}function
|
|
6915
|
+
var g=BC(i).map((function(e){return u+t*e}))
|
|
6916
|
+
return n(h?g.reverse():g)}return delete i.unknown,i.domain=function(t){return arguments.length?(o(t),h()):o()},i.range=function(t){return arguments.length?([s,r]=t,s=+s,r=+r,h()):[s,r]},i.rangeRound=function(t){return[s,r]=t,s=+s,r=+r,a=!0,h()},i.bandwidth=function(){return e},i.step=function(){return t},i.round=function(t){return arguments.length?(a=!!t,h()):a},i.padding=function(t){return arguments.length?(l=Math.min(1,c=+t),h()):l},i.paddingInner=function(t){return arguments.length?(l=Math.min(1,t),h()):l},i.paddingOuter=function(t){return arguments.length?(c=+t,h()):c},i.align=function(t){return arguments.length?(d=Math.max(0,Math.min(1,t)),h()):d},i.copy=function(){return jC(o(),[s,r]).round(a).paddingInner(l).paddingOuter(c).align(d)},NC.apply(h(),arguments)}function UC(t){return+t}var GC=[0,1]
|
|
6917
|
+
function WC(t){return t}function XC(t,e){return(e-=t=+t)?function(i){return(i-t)/e}:(i=isNaN(e)?NaN:.5,function(){return i})
|
|
6918
|
+
var i}function KC(t,e,i){var o=t[0],n=t[1],s=e[0],r=e[1]
|
|
6919
|
+
return n<o?(o=XC(n,o),s=i(r,s)):(o=XC(o,n),s=i(s,r)),function(t){return s(o(t))}}function YC(t,e,i){var o=Math.min(t.length,e.length)-1,n=new Array(o),s=new Array(o),r=-1
|
|
6917
6920
|
for(t[o]<t[0]&&(t=t.slice().reverse(),e=e.slice().reverse());++r<o;)n[r]=XC(t[r],t[r+1]),s[r]=i(e[r],e[r+1])
|
|
6918
|
-
return function(e){var i=
|
|
6919
|
-
return s[i](n[i](e))}}function
|
|
6921
|
+
return function(e){var i=OC(t,e,1,o)-1
|
|
6922
|
+
return s[i](n[i](e))}}function QC(t,e){return e.domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown())}function JC(){var t,e,i,o,n,s,r=GC,a=GC,l=Kx,c=WC
|
|
6920
6923
|
function d(){var t,e,i,l=Math.min(r.length,a.length)
|
|
6921
|
-
return c!==
|
|
6924
|
+
return c!==WC&&(t=r[0],e=r[l-1],t>e&&(i=t,t=e,e=i),c=function(i){return Math.max(t,Math.min(e,i))}),o=l>2?YC:KC,n=s=null,h}function h(e){return null==e||isNaN(e=+e)?i:(n||(n=o(r.map(t),a,l)))(t(c(e)))}return h.invert=function(i){return c(e((s||(s=o(a,r.map(t),jx)))(i)))},h.domain=function(t){return arguments.length?(r=Array.from(t,UC),d()):r.slice()},h.range=function(t){return arguments.length?(a=Array.from(t),d()):a.slice()},h.rangeRound=function(t){return a=Array.from(t),l=Yx,d()},h.clamp=function(t){return arguments.length?(c=!!t||WC,d()):c!==WC},h.interpolate=function(t){return arguments.length?(l=t,d()):l},h.unknown=function(t){return arguments.length?(i=t,h):i},function(i,o){return t=i,e=o,d()}}function tk(){return JC()(WC,WC)}function ek(t,e){if((i=(t=e?t.toExponential(e-1):t.toExponential()).indexOf("e"))<0)return null
|
|
6922
6925
|
var i,o=t.slice(0,i)
|
|
6923
|
-
return[o.length>1?o[0]+o.slice(2):o,+t.slice(i+1)]}function
|
|
6924
|
-
function
|
|
6926
|
+
return[o.length>1?o[0]+o.slice(2):o,+t.slice(i+1)]}function ik(t){return(t=ek(Math.abs(t)))?t[1]:NaN}var ok,nk=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i
|
|
6927
|
+
function sk(t){if(!(e=nk.exec(t)))throw new Error("invalid format: "+t)
|
|
6925
6928
|
var e
|
|
6926
|
-
return new
|
|
6929
|
+
return new rk({fill:e[1],align:e[2],sign:e[3],symbol:e[4],zero:e[5],width:e[6],comma:e[7],precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}function rk(t){this.fill=void 0===t.fill?" ":t.fill+"",this.align=void 0===t.align?">":t.align+"",this.sign=void 0===t.sign?"-":t.sign+"",this.symbol=void 0===t.symbol?"":t.symbol+"",this.zero=!!t.zero,this.width=void 0===t.width?void 0:+t.width,this.comma=!!t.comma,this.precision=void 0===t.precision?void 0:+t.precision,this.trim=!!t.trim,this.type=void 0===t.type?"":t.type+""}function ak(t,e){var i=ek(t,e)
|
|
6927
6930
|
if(!i)return t+""
|
|
6928
6931
|
var o=i[0],n=i[1]
|
|
6929
|
-
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")}
|
|
6930
|
-
var
|
|
6932
|
+
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")}sk.prototype=rk.prototype,rk.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}
|
|
6933
|
+
var lk={"%":(t,e)=>(100*t).toFixed(e),b:t=>Math.round(t).toString(2),c:t=>t+"",d:function(t){return Math.abs(t=Math.round(t))>=1e21?t.toLocaleString("en").replace(/,/g,""):t.toString(10)},e:(t,e)=>t.toExponential(e),f:(t,e)=>t.toFixed(e),g:(t,e)=>t.toPrecision(e),o:t=>Math.round(t).toString(8),p:(t,e)=>ak(100*t,e),r:ak,s:function(t,e){var i=ek(t,e)
|
|
6931
6934
|
if(!i)return t+""
|
|
6932
|
-
var o=i[0],n=i[1],s=n-(
|
|
6933
|
-
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")+
|
|
6934
|
-
function
|
|
6935
|
-
function
|
|
6936
|
-
return s.reverse().join(i)}),n=void 0===t.currency?"":t.currency[0]+"",s=void 0===t.currency?"":t.currency[1]+"",r=void 0===t.decimal?".":t.decimal+"",a=void 0===t.numerals?
|
|
6937
|
-
function h(t){var e=(t=
|
|
6938
|
-
"n"===b?(v=!0,b="g"):
|
|
6939
|
-
var w="$"===u?n:"#"===u&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",y="$"===u?s:/[%p]/.test(b)?l:"",x=
|
|
6935
|
+
var o=i[0],n=i[1],s=n-(ok=3*Math.max(-8,Math.min(8,Math.floor(n/3))))+1,r=o.length
|
|
6936
|
+
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")+ek(t,Math.max(0,e+s-1))[0]},X:t=>Math.round(t).toString(16).toUpperCase(),x:t=>Math.round(t).toString(16)}
|
|
6937
|
+
function ck(t){return t}var dk,hk,uk,pk=Array.prototype.map,gk=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"]
|
|
6938
|
+
function vk(t){var e,i,o=void 0===t.grouping||void 0===t.thousands?ck:(e=pk.call(t.grouping,Number),i=t.thousands+"",function(t,o){for(var n=t.length,s=[],r=0,a=e[0],l=0;n>0&&a>0&&(l+a+1>o&&(a=Math.max(1,o-l)),s.push(t.substring(n-=a,n+a)),!((l+=a+1)>o));)a=e[r=(r+1)%e.length]
|
|
6939
|
+
return s.reverse().join(i)}),n=void 0===t.currency?"":t.currency[0]+"",s=void 0===t.currency?"":t.currency[1]+"",r=void 0===t.decimal?".":t.decimal+"",a=void 0===t.numerals?ck:function(t){return function(e){return e.replace(/[0-9]/g,(function(e){return t[+e]}))}}(pk.call(t.numerals,String)),l=void 0===t.percent?"%":t.percent+"",c=void 0===t.minus?"−":t.minus+"",d=void 0===t.nan?"NaN":t.nan+""
|
|
6940
|
+
function h(t){var e=(t=sk(t)).fill,i=t.align,h=t.sign,u=t.symbol,p=t.zero,g=t.width,v=t.comma,f=t.precision,m=t.trim,b=t.type
|
|
6941
|
+
"n"===b?(v=!0,b="g"):lk[b]||(void 0===f&&(f=12),m=!0,b="g"),(p||"0"===e&&"="===i)&&(p=!0,e="0",i="=")
|
|
6942
|
+
var w="$"===u?n:"#"===u&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",y="$"===u?s:/[%p]/.test(b)?l:"",x=lk[b],$=/[defgprs%]/.test(b)
|
|
6940
6943
|
function C(t){var n,s,l,u=w,C=y
|
|
6941
6944
|
if("c"===b)C=x(t)+C,t=""
|
|
6942
6945
|
else{var k=(t=+t)<0||1/t<0
|
|
@@ -6945,7 +6948,7 @@ break
|
|
|
6945
6948
|
case"0":0===n&&(n=o),e=o
|
|
6946
6949
|
break
|
|
6947
6950
|
default:if(!+t[o])break t
|
|
6948
|
-
n>0&&(n=0)}return n>0?t.slice(0,n)+t.slice(e+1):t}(t)),k&&0==+t&&"+"!==h&&(k=!1),u=(k?"("===h?h:c:"-"===h||"("===h?"":h)+u,C=("s"===b?
|
|
6951
|
+
n>0&&(n=0)}return n>0?t.slice(0,n)+t.slice(e+1):t}(t)),k&&0==+t&&"+"!==h&&(k=!1),u=(k?"("===h?h:c:"-"===h||"("===h?"":h)+u,C=("s"===b?gk[8+ok/3]:"")+C+(k&&"("===h?")":""),$)for(n=-1,s=t.length;++n<s;)if(48>(l=t.charCodeAt(n))||l>57){C=(46===l?r+t.slice(n+1):t.slice(n))+C,t=t.slice(0,n)
|
|
6949
6952
|
break}}v&&!p&&(t=o(t,1/0))
|
|
6950
6953
|
var S=u.length+t.length+C.length,_=S<g?new Array(g-S+1).join(e):""
|
|
6951
6954
|
switch(v&&p&&(t=o(_+t,_.length?g-C.length:1/0),_=""),i){case"<":t=u+t+C+_
|
|
@@ -6954,19 +6957,19 @@ case"=":t=u+_+t+C
|
|
|
6954
6957
|
break
|
|
6955
6958
|
case"^":t=_.slice(0,S=_.length>>1)+u+t+C+_.slice(S)
|
|
6956
6959
|
break
|
|
6957
|
-
default:t=_+u+t+C}return a(t)}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 t+""},C}return{format:h,formatPrefix:function(t,e){var i=h(((t=
|
|
6958
|
-
return function(t){return i(n*t)+s}}}}function
|
|
6959
|
-
const o=(e=+e)<(t=+t),n=o?
|
|
6960
|
+
default:t=_+u+t+C}return a(t)}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 t+""},C}return{format:h,formatPrefix:function(t,e){var i=h(((t=sk(t)).type="f",t)),o=3*Math.max(-8,Math.min(8,Math.floor(ik(e)/3))),n=Math.pow(10,-o),s=gk[8+o/3]
|
|
6961
|
+
return function(t){return i(n*t)+s}}}}function fk(t,e,i,o){var n,s=function(t,e,i){i=+i
|
|
6962
|
+
const o=(e=+e)<(t=+t),n=o?DC(e,t,i):DC(t,e,i)
|
|
6960
6963
|
return(o?-1:1)*(n<0?1/-n:n)}(t,e,i)
|
|
6961
|
-
switch((o=
|
|
6962
|
-
return null!=o.precision||isNaN(n=function(t,e){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(
|
|
6963
|
-
case"":case"e":case"g":case"p":case"r":null!=o.precision||isNaN(n=function(t,e){return t=Math.abs(t),e=Math.abs(e)-t,Math.max(0,
|
|
6964
|
+
switch((o=sk(null==o?",f":o)).type){case"s":var r=Math.max(Math.abs(t),Math.abs(e))
|
|
6965
|
+
return null!=o.precision||isNaN(n=function(t,e){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(ik(e)/3)))-ik(Math.abs(t)))}(s,r))||(o.precision=n),uk(o,r)
|
|
6966
|
+
case"":case"e":case"g":case"p":case"r":null!=o.precision||isNaN(n=function(t,e){return t=Math.abs(t),e=Math.abs(e)-t,Math.max(0,ik(e)-ik(t))+1}(s,Math.max(Math.abs(t),Math.abs(e))))||(o.precision=n-("e"===o.type))
|
|
6964
6967
|
break
|
|
6965
|
-
case"f":case"%":null!=o.precision||isNaN(n=function(t){return Math.max(0,-
|
|
6968
|
+
case"f":case"%":null!=o.precision||isNaN(n=function(t){return Math.max(0,-ik(Math.abs(t)))}(s))||(o.precision=n-2*("%"===o.type))}return hk(o)}function mk(t){var e=t.domain
|
|
6966
6969
|
return t.ticks=function(t){var i=e()
|
|
6967
6970
|
return function(t,e,i){if(!((i=+i)>0))return[]
|
|
6968
6971
|
if((t=+t)==(e=+e))return[t]
|
|
6969
|
-
const o=e<t,[n,s,r]=o?
|
|
6972
|
+
const o=e<t,[n,s,r]=o?LC(e,t,i):LC(t,e,i)
|
|
6970
6973
|
if(!(s>=n))return[]
|
|
6971
6974
|
const a=s-n+1,l=new Array(a)
|
|
6972
6975
|
if(o)if(r<0)for(let t=0;t<a;++t)l[t]=(s-t)/-r
|
|
@@ -6974,85 +6977,85 @@ else for(let t=0;t<a;++t)l[t]=(s-t)*r
|
|
|
6974
6977
|
else if(r<0)for(let t=0;t<a;++t)l[t]=(n+t)/-r
|
|
6975
6978
|
else for(let t=0;t<a;++t)l[t]=(n+t)*r
|
|
6976
6979
|
return l}(i[0],i[i.length-1],null==t?10:t)},t.tickFormat=function(t,i){var o=e()
|
|
6977
|
-
return
|
|
6980
|
+
return fk(o[0],o[o.length-1],null==t?10:t,i)},t.nice=function(i){null==i&&(i=10)
|
|
6978
6981
|
var o,n,s=e(),r=0,a=s.length-1,l=s[r],c=s[a],d=10
|
|
6979
|
-
for(c<l&&(n=l,l=c,c=n,n=r,r=a,a=n);d-- >0;){if((n=
|
|
6982
|
+
for(c<l&&(n=l,l=c,c=n,n=r,r=a,a=n);d-- >0;){if((n=DC(l,c,i))===o)return s[r]=l,s[a]=c,e(s)
|
|
6980
6983
|
if(n>0)l=Math.floor(l/n)*n,c=Math.ceil(c/n)*n
|
|
6981
6984
|
else{if(!(n<0))break
|
|
6982
|
-
l=Math.ceil(l*n)/n,c=Math.floor(c*n)/n}o=n}return t},t}function
|
|
6983
|
-
return t.copy=function(){return
|
|
6985
|
+
l=Math.ceil(l*n)/n,c=Math.floor(c*n)/n}o=n}return t},t}function bk(){var t=tk()
|
|
6986
|
+
return t.copy=function(){return QC(t,bk())},NC.apply(t,arguments),mk(t)}function wk(){var t,e=[],i=[],o=[]
|
|
6984
6987
|
function n(){var t=0,n=Math.max(1,i.length)
|
|
6985
|
-
for(o=new Array(n-1);++t<n;)o[t-1]=
|
|
6986
|
-
return s}function s(e){return null==e||isNaN(e=+e)?t:i[
|
|
6988
|
+
for(o=new Array(n-1);++t<n;)o[t-1]=zC(e,t/n)
|
|
6989
|
+
return s}function s(e){return null==e||isNaN(e=+e)?t:i[OC(o,e)]}return s.invertExtent=function(t){var n=i.indexOf(t)
|
|
6987
6990
|
return n<0?[NaN,NaN]:[n>0?o[n-1]:e[0],n<o.length?o[n]:e[e.length-1]]},s.domain=function(t){if(!arguments.length)return e.slice()
|
|
6988
6991
|
e=[]
|
|
6989
6992
|
for(let i of t)null==i||isNaN(i=+i)||e.push(i)
|
|
6990
|
-
return e.sort(
|
|
6991
|
-
const
|
|
6992
|
-
class
|
|
6993
|
+
return e.sort(SC),n()},s.range=function(t){return arguments.length?(i=Array.from(t),n()):i.slice()},s.unknown=function(e){return arguments.length?(t=e,s):t},s.quantiles=function(){return o.slice()},s.copy=function(){return wk().domain(e).range(i).unknown(t)},NC.apply(s,arguments)}dk=vk({thousands:",",grouping:[3],currency:["$",""]}),hk=dk.format,uk=dk.formatPrefix
|
|
6994
|
+
const yk="bottom-left",xk="bottom-right",$k="top-left",Ck="top-right",kk="top",Sk="show",_k="hide",Mk="linear",Ik="ordinal"
|
|
6995
|
+
class Rk{constructor(t){this.defaultPadding=0,this.baseMarginPercentage=.04
|
|
6993
6996
|
const e={width:t.canvasWidth,height:t.canvasHeight},i=this.calculateGridDimensions(t.dies),o=Math.min(e.width,e.height),n={top:(e.height-o)/2,right:(e.width-o)/2,bottom:(e.height-o)/2,left:(e.width-o)/2},s={top:o*this.baseMarginPercentage,right:o*this.baseMarginPercentage,bottom:o*this.baseMarginPercentage,left:o*this.baseMarginPercentage}
|
|
6994
6997
|
this.margin=this.calculateMarginAddition(s,n),this.containerDimensions=this.calculateContainerDimensions(e,this.margin)
|
|
6995
6998
|
const r=Math.min(this.containerDimensions.width,this.containerDimensions.height)
|
|
6996
6999
|
this.horizontalScale=this.createHorizontalScale(t.quadrant,i,r),this.invertedHorizontalScale=this.createInvertedHorizontalScale(t.quadrant,i,r),this.verticalScale=this.createVerticalScale(t.quadrant,i,r),this.invertedVerticalScale=this.createInvertedVerticalScale(t.quadrant,i,r),this.dieDimensions={width:this.horizontalScale.bandwidth(),height:this.verticalScale.bandwidth()},this.radius=r/2}calculateGridDimensions(t){if(0===t.length||void 0===t[0])return{origin:{x:0,y:0},rows:0,cols:0}
|
|
6997
7000
|
const e={x:t[0].x,y:t[0].y},i={x:t[0].x,y:t[0].y}
|
|
6998
7001
|
for(const o of t)o.x<e.x&&(e.x=o.x),o.y<e.y&&(e.y=o.y),o.x>i.x&&(i.x=o.x),o.y>i.y&&(i.y=o.y)
|
|
6999
|
-
return{origin:e,rows:i.y-e.y+1,cols:i.x-e.x+1}}calculateContainerDimensions(t,e){return{width:t.width-e.left-e.right,height:t.height-e.top-e.bottom}}createHorizontalScale(t,e,i){const o=
|
|
7000
|
-
return t===
|
|
7001
|
-
return t===
|
|
7002
|
-
return t===
|
|
7003
|
-
return t===
|
|
7002
|
+
return{origin:e,rows:i.y-e.y+1,cols:i.x-e.x+1}}calculateContainerDimensions(t,e){return{width:t.width-e.left-e.right,height:t.height-e.top-e.bottom}}createHorizontalScale(t,e,i){const o=jC().domain(BC(e.origin.x,e.origin.x+e.cols)).paddingInner(0).paddingOuter(0).align(0).round(!1)
|
|
7003
|
+
return t===yk||t===$k?o.range([0,i]):o.range([i,0])}createInvertedHorizontalScale(t,e,i){const o=wk().domain([0,i])
|
|
7004
|
+
return t===yk||t===$k?o.range(BC(e.origin.x,e.origin.x+e.cols)):o.range(BC(e.origin.x,e.origin.x+e.cols).reverse())}createVerticalScale(t,e,i){const o=jC().domain(BC(e.origin.y,e.origin.y+e.rows)).paddingInner(this.defaultPadding).paddingOuter(0).align(0).round(!1)
|
|
7005
|
+
return t===yk||t===xk?o.range([i,0]):o.range([0,i])}createInvertedVerticalScale(t,e,i){const o=wk().domain([0,i])
|
|
7006
|
+
return t===yk||t===xk?o.range(BC(e.origin.y,e.origin.y+e.rows).reverse()):o.range(BC(e.origin.y,e.origin.y+e.rows))}calculateMarginAddition(t,e){return{top:t.top+e.top,right:t.right+e.right,bottom:t.bottom+e.bottom,left:t.left+e.left}}}class Ak{constructor(t,e,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(t.colorScale,t.colorScaleMode),this.labelsFontSize=this.calculateLabelsFontSize(o,t.maxCharacters),this.diesRenderInfo=[]
|
|
7004
7007
|
for(const o of t.dies){const s=e(o.x)??0,r=i(o.y)??0
|
|
7005
|
-
this.diesRenderInfo.push({x:s+n.right,y:r+n.top,fillStyle:this.calculateFillStyle(o.value,t.colorScaleMode,t.highlightedValues),text:this.buildLabel(o.value,t.maxCharacters,t.dieLabelsHidden,t.dieLabelsSuffix)})}}calculateLabelsFontSize(t,e){return Math.min(t.height,t.width/(.5*Math.max(2,e))*this.fontSizeFactor)}createD3ColorScale(t,e){return this.isColorScaleLinear(e)?
|
|
7008
|
+
this.diesRenderInfo.push({x:s+n.right,y:r+n.top,fillStyle:this.calculateFillStyle(o.value,t.colorScaleMode,t.highlightedValues),text:this.buildLabel(o.value,t.maxCharacters,t.dieLabelsHidden,t.dieLabelsSuffix)})}}calculateLabelsFontSize(t,e){return Math.min(t.height,t.width/(.5*Math.max(2,e))*this.fontSizeFactor)}createD3ColorScale(t,e){return this.isColorScaleLinear(e)?bk().domain(t.values.map((t=>+t))).range(t.colors):qC().domain(t.values).range(t.colors)}dieHasData(t){return null!=t&&""!==t}buildLabel(t,e,i,o){if(i||!this.dieHasData(t))return""
|
|
7006
7009
|
const n=`${t}${o}`
|
|
7007
|
-
return n.length>e?`${n.substring(0,e)}…`:n}calculateOpacity(t,e){return e.length>0&&!e.some((e=>e===t))?this.nonHighlightedOpacity:1}isColorScaleLinear(t){return t===
|
|
7010
|
+
return n.length>e?`${n.substring(0,e)}…`:n}calculateOpacity(t,e){return e.length>0&&!e.some((e=>e===t))?this.nonHighlightedOpacity:1}isColorScaleLinear(t){return t===Mk}isColorScaleOrdinal(t){return t===Ik}calculateFillStyle(t,e,i){let o=this.emptyDieColor
|
|
7008
7011
|
if(this.dieHasData(t)&&(isNaN(+t)?o=this.nanDieColor:this.isColorScaleLinear(e)?o=this.d3ColorScale(+t):this.isColorScaleOrdinal(e)&&(o=this.d3ColorScale(t))),void 0===o)return this.emptyDieColor
|
|
7009
7012
|
let n=Vn(o)
|
|
7010
|
-
return null===n?this.emptyDieColor:(n=new _n(n.r,n.g,n.b,this.calculateOpacity(t,i)),n.toStringWebRGBA())}}class
|
|
7013
|
+
return null===n?this.emptyDieColor:(n=new _n(n.r,n.g,n.b,this.calculateOpacity(t,i)),n.toStringWebRGBA())}}class Ok{constructor(t){this.computations=new Rk(t),this.prerendering=new Ak(t,this.horizontalScale,this.verticalScale,this.dieDimensions,this.margin),this.dataMap=new Map(t.dies.map((t=>[`${t.x}_${t.y}`,t])))}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(t){return this.dataMap.get(`${t.x}_${t.y}`)}}class Fk{constructor(t){this.wafermap=t,this.dies=t.dataManager.diesRenderInfo,this.dimensions=t.dataManager.dieDimensions,this.labelFontSize=t.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?_k:Sk,this.wafermap.hoverTransform=this.calculateHoverTransform()}calculateHoverTransform(){if(void 0!==this.wafermap.hoverDie){const t=this.wafermap.dataManager.horizontalScale(this.wafermap.hoverDie.x),e=this.wafermap.dataManager.verticalScale(this.wafermap.hoverDie.y),i=this.wafermap.transform.apply([t+this.wafermap.dataManager.margin.left,e+this.wafermap.dataManager.margin.top])
|
|
7011
7014
|
return`translate(${i[0]}, ${i[1]})`}return""}renderDies(){let t
|
|
7012
7015
|
this.dies.sort(((t,e)=>t.fillStyle>e.fillStyle?1:e.fillStyle>t.fillStyle?-1:0))
|
|
7013
7016
|
for(const e of this.dies)t||(this.wafermap.canvasContext.fillStyle=e.fillStyle),t&&e.fillStyle!==t.fillStyle&&e.fillStyle&&(this.wafermap.canvasContext.fillStyle=e.fillStyle),this.wafermap.canvasContext.fillRect(e.x,e.y,this.dimensions.width,this.dimensions.height),t=e}renderText(){const t=this.dimensions.width*this.dimensions.height*(this.wafermap.transform.k||1),e=this.labelFontSize
|
|
7014
7017
|
this.wafermap.canvasContext.font=`${e.toString()}px sans-serif`,this.wafermap.canvasContext.fillStyle="#ffffff",this.wafermap.canvasContext.textAlign="center",this.wafermap.canvasContext.lineCap="butt"
|
|
7015
7018
|
const i=this.wafermap.canvasContext.measureText("M")
|
|
7016
|
-
if(t>=50)for(const t of this.dies)this.wafermap.canvasContext.fillText(t.text,t.x+this.dimensions.width/2,t.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
|
|
7017
|
-
e.k===this.minScale?(this.zoomTransform=
|
|
7018
|
-
function f(t){t.property("__zoom",
|
|
7019
|
-
return o===t.x&&n===t.y?t:new
|
|
7019
|
+
if(t>=50)for(const t of this.dies)this.wafermap.canvasContext.fillText(t.text,t.x+this.dimensions.width/2,t.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 Ek{constructor(t){this.wafermap=t,this.zoomTransform=pC,this.minScale=1.1,this.minExtentPoint=[-100,-100],this.extentPadding=100,this.zoomBehavior=this.createZoomBehavior(),this.zoomBehavior(Yy(this.wafermap.canvas))}rescale(t){const e=t.transform
|
|
7020
|
+
e.k===this.minScale?(this.zoomTransform=pC,this.zoomBehavior.transform(Yy(this.wafermap.canvas),pC)):this.zoomTransform=e,this.wafermap.transform=this.zoomTransform}createZoomBehavior(){const t=function(){var t,e,i,o=mC,n=bC,s=$C,r=yC,a=xC,l=[0,1/0],c=[[-1/0,-1/0],[1/0,1/0]],d=250,h=l$,u=Fw("start","zoom","end"),p=500,g=0,v=10
|
|
7021
|
+
function f(t){t.property("__zoom",wC).on("wheel.zoom",C,{passive:!1}).on("mousedown.zoom",k).on("dblclick.zoom",S).filter(a).on("touchstart.zoom",_).on("touchmove.zoom",M).on("touchend.zoom touchcancel.zoom",I).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function m(t,e){return(e=Math.max(l[0],Math.min(l[1],e)))===t.k?t:new uC(e,t.x,t.y)}function b(t,e,i){var o=e[0]-i[0]*t.k,n=e[1]-i[1]*t.k
|
|
7022
|
+
return o===t.x&&n===t.y?t:new uC(t.k,o,n)}function w(t){return[(+t[0][0]+ +t[1][0])/2,(+t[0][1]+ +t[1][1])/2]}function y(t,e,i,o){t.on("start.zoom",(function(){x(this,arguments).event(o).start()})).on("interrupt.zoom end.zoom",(function(){x(this,arguments).event(o).end()})).tween("zoom",(function(){var t=this,s=arguments,r=x(t,s).event(o),a=n.apply(t,s),l=null==i?w(a):"function"==typeof i?i.apply(t,s):i,c=Math.max(a[1][0]-a[0][0],a[1][1]-a[0][1]),d=t.__zoom,u="function"==typeof e?e.apply(t,s):e,p=h(d.invert(l).concat(c/d.k),u.invert(l).concat(c/u.k))
|
|
7020
7023
|
return function(t){if(1===t)t=u
|
|
7021
7024
|
else{var e=p(t),i=c/e[2]
|
|
7022
|
-
t=new
|
|
7025
|
+
t=new uC(i,l[0]-e[0]*i,l[1]-e[1]*i)}r.zoom(null,t)}}))}function x(t,e,i){return!i&&t.__zooming||new $(t,e)}function $(t,e){this.that=t,this.args=e,this.active=0,this.sourceEvent=null,this.extent=n.apply(t,e),this.taps=0}function C(t,...e){if(o.apply(this,arguments)){var i=x(this,e).event(t),n=this.__zoom,a=Math.max(l[0],Math.min(l[1],n.k*Math.pow(2,r.apply(this,arguments)))),d=Qy(t)
|
|
7023
7026
|
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)
|
|
7024
7027
|
else{if(n.k===a)return
|
|
7025
|
-
i.mouse=[d,n.invert(d)],
|
|
7026
|
-
|
|
7027
|
-
r.moved=e*e+i*i>g}r.event(t).zoom("mouse",s(b(r.that.__zoom,r.mouse[0]=
|
|
7028
|
-
|
|
7029
|
-
for(
|
|
7030
|
-
t&&(t=clearTimeout(t)),s&&(h.taps<2&&(e=l[0],t=setTimeout((function(){t=null}),p)),
|
|
7031
|
-
for(
|
|
7028
|
+
i.mouse=[d,n.invert(d)],O$(this),i.start()}fC(t),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(t,...e){if(!i&&o.apply(this,arguments)){var n=t.currentTarget,r=x(this,e,!0).event(t),a=Yy(t.view).on("mousemove.zoom",u,!0).on("mouseup.zoom",p,!0),l=Qy(t,n),d=t.clientX,h=t.clientY
|
|
7029
|
+
ex(t.view),vC(t),r.mouse=[l,this.__zoom.invert(l)],O$(this),r.start()}function u(t){if(fC(t),!r.moved){var e=t.clientX-d,i=t.clientY-h
|
|
7030
|
+
r.moved=e*e+i*i>g}r.event(t).zoom("mouse",s(b(r.that.__zoom,r.mouse[0]=Qy(t,n),r.mouse[1]),r.extent,c))}function p(t){a.on("mousemove.zoom mouseup.zoom",null),ix(t.view,r.moved),fC(t),r.event(t).end()}}function S(t,...e){if(o.apply(this,arguments)){var i=this.__zoom,r=Qy(t.changedTouches?t.changedTouches[0]:t,this),a=i.invert(r),l=i.k*(t.shiftKey?.5:2),h=s(b(m(i,l),r,a),n.apply(this,e),c)
|
|
7031
|
+
fC(t),d>0?Yy(this).transition().duration(d).call(y,h,r,t):Yy(this).call(f.transform,h,r,t)}}function _(i,...n){if(o.apply(this,arguments)){var s,r,a,l,c=i.touches,d=c.length,h=x(this,n,i.changedTouches.length===d).event(i)
|
|
7032
|
+
for(vC(i),r=0;r<d;++r)l=[l=Qy(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+!!t)
|
|
7033
|
+
t&&(t=clearTimeout(t)),s&&(h.taps<2&&(e=l[0],t=setTimeout((function(){t=null}),p)),O$(this),h.start())}}function M(t,...e){if(this.__zooming){var i,o,n,r,a=x(this,e).event(t),l=t.changedTouches,d=l.length
|
|
7034
|
+
for(fC(t),i=0;i<d;++i)n=Qy(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)
|
|
7032
7035
|
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
|
|
7033
7036
|
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
|
|
7034
7037
|
n=a.touch0[0],r=a.touch0[1]}a.zoom("touch",s(b(o,n,r),a.extent,c))}}function I(t,...o){if(this.__zooming){var n,s,r=x(this,o).event(t),a=t.changedTouches,l=a.length
|
|
7035
|
-
for(
|
|
7038
|
+
for(vC(t),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
|
|
7036
7039
|
if(r.touch1&&!r.touch0&&(r.touch0=r.touch1,delete r.touch1),r.touch0)r.touch0[1]=this.__zoom.invert(r.touch0[0])
|
|
7037
|
-
else if(r.end(),2===r.taps&&(s=
|
|
7040
|
+
else if(r.end(),2===r.taps&&(s=Qy(s,this),Math.hypot(e[0]-s[0],e[1]-s[1])<v)){var c=Yy(this).on("dblclick.zoom")
|
|
7038
7041
|
c&&c.apply(this,arguments)}}}return f.transform=function(t,e,i,o){var n=t.selection?t.selection():t
|
|
7039
|
-
n.property("__zoom",
|
|
7042
|
+
n.property("__zoom",wC),t!==n?y(t,e,i,o):n.interrupt().each((function(){x(this,arguments).event(o).start().zoom(null,"function"==typeof e?e.apply(this,arguments):e).end()}))},f.scaleBy=function(t,e,i,o){f.scaleTo(t,(function(){return this.__zoom.k*("function"==typeof e?e.apply(this,arguments):e)}),i,o)},f.scaleTo=function(t,e,i,o){f.transform(t,(function(){var t=n.apply(this,arguments),o=this.__zoom,r=null==i?w(t):"function"==typeof i?i.apply(this,arguments):i,a=o.invert(r),l="function"==typeof e?e.apply(this,arguments):e
|
|
7040
7043
|
return s(b(m(o,l),r,a),t,c)}),i,o)},f.translateBy=function(t,e,i,o){f.transform(t,(function(){return s(this.__zoom.translate("function"==typeof e?e.apply(this,arguments):e,"function"==typeof i?i.apply(this,arguments):i),n.apply(this,arguments),c)}),null,o)},f.translateTo=function(t,e,i,o,r){f.transform(t,(function(){var t=n.apply(this,arguments),r=this.__zoom,a=null==o?w(t):"function"==typeof o?o.apply(this,arguments):o
|
|
7041
|
-
return s(
|
|
7042
|
-
u.call(t,this.that,new
|
|
7043
|
-
return t===u?f:t},f.clickDistance=function(t){return arguments.length?(g=(t=+t)*t,f):Math.sqrt(g)},f.tapDistance=function(t){return arguments.length?(v=+t,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((t=>
|
|
7044
|
-
return t}getZoomMax(t,e){return Math.ceil(e/t*100)}}class
|
|
7044
|
+
return s(pC.translate(a[0],a[1]).scale(r.k).translate("function"==typeof e?-e.apply(this,arguments):-e,"function"==typeof i?-i.apply(this,arguments):-i),t,c)}),o,r)},$.prototype={event:function(t){return t&&(this.sourceEvent=t),this},start:function(){return 1==++this.active&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(t,e){return this.mouse&&"mouse"!==t&&(this.mouse[1]=e.invert(this.mouse[0])),this.touch0&&"touch"!==t&&(this.touch0[1]=e.invert(this.touch0[0])),this.touch1&&"touch"!==t&&(this.touch1[1]=e.invert(this.touch1[0])),this.that.__zoom=e,this.emit("zoom"),this},end:function(){return 0==--this.active&&(delete this.that.__zooming,this.emit("end")),this},emit:function(t){var e=Yy(this.that).datum()
|
|
7045
|
+
u.call(t,this.that,new hC(t,{sourceEvent:this.sourceEvent,target:f,type:t,transform:this.that.__zoom,dispatch:u}),e)}},f.wheelDelta=function(t){return arguments.length?(r="function"==typeof t?t:dC(+t),f):r},f.filter=function(t){return arguments.length?(o="function"==typeof t?t:dC(!!t),f):o},f.touchable=function(t){return arguments.length?(a="function"==typeof t?t:dC(!!t),f):a},f.extent=function(t){return arguments.length?(n="function"==typeof t?t:dC([[+t[0][0],+t[0][1]],[+t[1][0],+t[1][1]]]),f):n},f.scaleExtent=function(t){return arguments.length?(l[0]=+t[0],l[1]=+t[1],f):[l[0],l[1]]},f.translateExtent=function(t){return arguments.length?(c[0][0]=+t[0][0],c[1][0]=+t[1][0],c[0][1]=+t[0][1],c[1][1]=+t[1][1],f):[[c[0][0],c[0][1]],[c[1][0],c[1][1]]]},f.constrain=function(t){return arguments.length?(s=t,f):s},f.duration=function(t){return arguments.length?(d=+t,f):d},f.interpolate=function(t){return arguments.length?(h=t,f):h},f.on=function(){var t=u.on.apply(u,arguments)
|
|
7046
|
+
return t===u?f:t},f.clickDistance=function(t){return arguments.length?(g=(t=+t)*t,f):Math.sqrt(g)},f.tapDistance=function(t){return arguments.length?(v=+t,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((t=>gC(this.wafermap.canvas).k>=this.minScale||"wheel"===t.type)).on("zoom",(t=>{this.rescale(t)}))
|
|
7047
|
+
return t}getZoomMax(t,e){return Math.ceil(e/t*100)}}class Vk{constructor(t){this.wafermap=t}mousemove(t){const e={x:t.offsetX,y:t.offsetY}
|
|
7045
7048
|
if(!this.hoversOverDie(e))return void(this.wafermap.hoverDie=void 0)
|
|
7046
7049
|
const i=this.wafermap.transform.invert([e.x,e.y]),o=this.calculateDieCoordinates({x:i[0],y:i[1]})
|
|
7047
|
-
this.wafermap.hoverDie=this.wafermap.dataManager.getWaferMapDie(o)}mouseout(t){this.wafermap.hoverDie=void 0}calculateDieCoordinates(t){const e=this.wafermap.quadrant,i=e===
|
|
7050
|
+
this.wafermap.hoverDie=this.wafermap.dataManager.getWaferMapDie(o)}mouseout(t){this.wafermap.hoverDie=void 0}calculateDieCoordinates(t){const e=this.wafermap.quadrant,i=e===yk||e===$k?Math.floor:Math.ceil,o=e===$k||e===Ck?Math.floor:Math.ceil
|
|
7048
7051
|
return{x:i(this.wafermap.dataManager.invertedHorizontalScale(t.x-this.wafermap.dataManager.margin.left)),y:o(this.wafermap.dataManager.invertedVerticalScale(t.y-this.wafermap.dataManager.margin.top))}}hoversOverDie(t){const e=this.wafermap.canvasContext.getImageData(t.x,t.y,1,1).data
|
|
7049
7052
|
let i=0
|
|
7050
7053
|
for(const t of e)i+=t
|
|
7051
|
-
return i>0}}class
|
|
7054
|
+
return i>0}}class Hk{constructor(t){this.wafermap=t,this.onWheelMove=t=>{t.preventDefault()},this.onMouseMove=t=>{this.hoverHandler.mousemove(t)},this.onMouseOut=t=>{this.hoverHandler.mouseout(t)},this.zoomHandler=new Ek(t),this.hoverHandler=new Vk(t),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 Pk extends _e{constructor(){super(...arguments),this.quadrant=$k,this.orientation=kk,this.maxCharacters=4,this.dieLabelsHidden=!1,this.dieLabelsSuffix="",this.colorScaleMode=Mk,this.renderQueued=!1,this.transform=pC,this.hoverTransform="",this.hoverOpacity=_k,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 Ok(this),this.renderer=new Fk(this),this.eventCoordinator=new Hk(this)}createResizeObserver(){const t=new ResizeObserver((t=>{const e=t[0]
|
|
7052
7055
|
if(void 0===e)return
|
|
7053
7056
|
const{height:i,width:o}=e.contentRect
|
|
7054
7057
|
this.canvas.width=o,this.canvas.height=i,this.canvasWidth=o,this.canvasHeight=i}))
|
|
7055
|
-
return t.observe(this),t}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()}}t([nt],
|
|
7056
|
-
const Pk
|
|
7057
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
7058
|
+
return t.observe(this),t}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()}}t([nt],Pk.prototype,"quadrant",void 0),t([nt],Pk.prototype,"orientation",void 0),t([nt({attribute:"max-characters",converter:it})],Pk.prototype,"maxCharacters",void 0),t([nt({attribute:"die-labels-hidden",mode:"boolean"})],Pk.prototype,"dieLabelsHidden",void 0),t([nt({attribute:"die-labels-suffix"})],Pk.prototype,"dieLabelsSuffix",void 0),t([nt({attribute:"color-scale-mode"})],Pk.prototype,"colorScaleMode",void 0),t([f],Pk.prototype,"canvasWidth",void 0),t([f],Pk.prototype,"canvasHeight",void 0),t([f],Pk.prototype,"transform",void 0),t([f],Pk.prototype,"hoverTransform",void 0),t([f],Pk.prototype,"hoverOpacity",void 0),t([f],Pk.prototype,"hoverWidth",void 0),t([f],Pk.prototype,"hoverHeight",void 0),t([f],Pk.prototype,"hoverDie",void 0),t([f],Pk.prototype,"highlightedValues",void 0),t([f],Pk.prototype,"dies",void 0),t([f],Pk.prototype,"colorScale",void 0)
|
|
7059
|
+
const Tk=Pk.compose({baseName:"wafer-map",template:CC,styles:kC})
|
|
7060
|
+
no.getOrCreate().withPrefix("nimble").register(Tk()),no.tagFor(Pk)}()
|
|
7058
7061
|
//# sourceMappingURL=all-components-bundle.min.js.map
|