@ni/nimble-components 19.2.0 → 19.2.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 +117 -65
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +607 -607
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/table/index.d.ts +1 -1
- package/dist/esm/table/index.js +18 -18
- package/dist/esm/table/index.js.map +1 -1
- package/dist/esm/table/models/{update-tracker.d.ts → table-update-tracker.d.ts} +5 -4
- package/dist/esm/table/models/{update-tracker.js → table-update-tracker.js} +45 -48
- package/dist/esm/table/models/table-update-tracker.js.map +1 -0
- package/dist/esm/table-column/base/models/column-validator.d.ts +3 -7
- package/dist/esm/table-column/base/models/column-validator.js +12 -15
- package/dist/esm/table-column/base/models/column-validator.js.map +1 -1
- package/dist/esm/utilities/models/tracker.d.ts +21 -0
- package/dist/esm/utilities/models/tracker.js +50 -0
- package/dist/esm/utilities/models/tracker.js.map +1 -0
- package/dist/esm/utilities/models/update-tracker.d.ts +7 -0
- package/dist/esm/utilities/models/update-tracker.js +7 -0
- package/dist/esm/utilities/models/update-tracker.js.map +1 -0
- package/dist/esm/utilities/models/validator.d.ts +9 -0
- package/dist/esm/utilities/models/validator.js +13 -0
- package/dist/esm/utilities/models/validator.js.map +1 -0
- package/package.json +1 -1
- package/dist/esm/table/models/update-tracker.js.map +0 -1
|
@@ -79,9 +79,9 @@ case"@":this.cleanedTargetName=e.substr(1),this.bind=S,this.unbind=R
|
|
|
79
79
|
break
|
|
80
80
|
default:this.cleanedTargetName=e,"class"===e&&(this.updateTarget=F)}}targetAtContent(){this.updateTarget=E,this.unbind=I}createBehavior(e){return new H(e,this.binding,this.isBindingVolatile,this.bind,this.unbind,this.updateTarget,this.cleanedTargetName)}}class H{constructor(e,t,i,o,n,s,r){this.source=null,this.context=null,this.bindingObserver=null,this.target=e,this.binding=t,this.isBindingVolatile=i,this.bind=o,this.unbind=n,this.updateTarget=s,this.targetName=r}handleChange(){this.updateTarget(this.bindingObserver.observe(this.source,this.context))}handleEvent(e){w.setEvent(e)
|
|
81
81
|
const t=this.binding(this.source,this.context)
|
|
82
|
-
w.setEvent(null),!0!==t&&e.preventDefault()}}let
|
|
83
|
-
class
|
|
84
|
-
return t.directives=e,t.reset(),
|
|
82
|
+
w.setEvent(null),!0!==t&&e.preventDefault()}}let T=null
|
|
83
|
+
class P{addFactory(e){e.targetIndex=this.targetIndex,this.behaviorFactories.push(e)}captureContentBinding(e){e.targetAtContent(),this.addFactory(e)}reset(){this.behaviorFactories=[],this.targetIndex=-1}release(){T=this}static borrow(e){const t=T||new P
|
|
84
|
+
return t.directives=e,t.reset(),T=null,t}}function D(e){if(1===e.length)return e[0]
|
|
85
85
|
let t
|
|
86
86
|
const i=e.length,o=e.map((e=>"string"==typeof e?()=>e:(t=e.targetName||t,e.binding))),n=new V(((e,t)=>{let n=""
|
|
87
87
|
for(let s=0;s<i;++s)n+=o[s](e,t)
|
|
@@ -125,14 +125,14 @@ const e=this.behaviors,t=this.source
|
|
|
125
125
|
for(let i=0,o=e.length;i<o;++i)e[i].unbind(t)
|
|
126
126
|
this.source=null}static disposeContiguousBatch(e){if(0!==e.length){Z.setStartBefore(e[0].firstChild),Z.setEndAfter(e[e.length-1].lastChild),Z.deleteContents()
|
|
127
127
|
for(let t=0,i=e.length;t<i;++t){const i=e[t],o=i.behaviors,n=i.source
|
|
128
|
-
for(let e=0,t=o.length;e<t;++e)o[e].unbind(n)}}}}class
|
|
128
|
+
for(let e=0,t=o.length;e<t;++e)o[e].unbind(n)}}}}class j{constructor(e,t){this.behaviorCount=0,this.hasHostBehaviors=!1,this.fragment=null,this.targetOffset=0,this.viewBehaviorFactories=null,this.hostBehaviorFactories=null,this.html=e,this.directives=t}create(e){if(null===this.fragment){let e
|
|
129
129
|
const t=this.html
|
|
130
130
|
if("string"==typeof t){e=document.createElement("template"),e.innerHTML=u.createHTML(t)
|
|
131
131
|
const i=e.content.firstElementChild
|
|
132
132
|
null!==i&&"TEMPLATE"===i.tagName&&(e=i)}else e=t
|
|
133
133
|
const i=function(e,t){const i=e.content
|
|
134
134
|
document.adoptNode(i)
|
|
135
|
-
const o=
|
|
135
|
+
const o=P.borrow(t)
|
|
136
136
|
B(o,e,!0)
|
|
137
137
|
const n=o.behaviorFactories
|
|
138
138
|
o.reset()
|
|
@@ -152,14 +152,14 @@ for(;null!==a;){if(r===t){o[s]=e.createBehavior(a)
|
|
|
152
152
|
break}a=n.nextNode(),r++}}if(this.hasHostBehaviors){const t=this.hostBehaviorFactories
|
|
153
153
|
for(let i=0,n=t.length;i<n;++i,++s)o[s]=t[i].createBehavior(e)}return new q(t,o)}render(e,t,i){"string"==typeof t&&(t=document.getElementById(t)),void 0===i&&(i=t)
|
|
154
154
|
const o=this.create(i)
|
|
155
|
-
return o.bind(e,x),o.appendTo(t),o}}const
|
|
155
|
+
return o.bind(e,x),o.appendTo(t),o}}const U=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/
|
|
156
156
|
function G(e,...t){const i=[]
|
|
157
157
|
let o=""
|
|
158
158
|
for(let n=0,s=e.length-1;n<s;++n){const s=e[n]
|
|
159
159
|
let r=t[n]
|
|
160
|
-
if(o+=s,r instanceof
|
|
161
|
-
r=()=>e}if("function"==typeof r&&(r=new V(r)),r instanceof $){const e=
|
|
162
|
-
null!==e&&(r.targetName=e[2])}r instanceof y?(o+=r.createPlaceholder(i.length),i.push(r)):o+=r}return o+=e[e.length-1],new
|
|
160
|
+
if(o+=s,r instanceof j){const e=r
|
|
161
|
+
r=()=>e}if("function"==typeof r&&(r=new V(r)),r instanceof $){const e=U.exec(s)
|
|
162
|
+
null!==e&&(r.targetName=e[2])}r instanceof y?(o+=r.createPlaceholder(i.length),i.push(r)):o+=r}return o+=e[e.length-1],new j(o,i)}class W{constructor(){this.targets=new WeakSet}addStylesTo(e){this.targets.add(e)}removeStylesFrom(e){this.targets.delete(e)}isAttachedTo(e){return this.targets.has(e)}withBehaviors(...e){return this.behaviors=null===this.behaviors?e:this.behaviors.concat(e),this}}function K(e){return e.map((e=>e instanceof W?K(e.styles):[e])).reduce(((e,t)=>e.concat(t)),[])}function X(e){return e.map((e=>e instanceof W?e.behaviors:null)).reduce(((e,t)=>null===t?e:(null===e&&(e=[]),e.concat(t))),null)}W.create=(()=>{if(u.supportsAdoptedStyleSheets){const e=new Map
|
|
163
163
|
return t=>new Y(t,e)}return e=>new J(e)})()
|
|
164
164
|
class Y extends W{constructor(e,t){super(),this.styles=e,this.styleSheetCache=t,this._styleSheets=void 0,this.behaviors=X(e)}get styleSheets(){if(void 0===this._styleSheets){const e=this.styles,t=this.styleSheetCache
|
|
165
165
|
this._styleSheets=K(e).map((e=>{if(e instanceof CSSStyleSheet)return e
|
|
@@ -345,9 +345,9 @@ void 0!==t&&(t.flush(),e=this.slice())
|
|
|
345
345
|
const i=s.apply(this,arguments)
|
|
346
346
|
return void 0!==t&&t.reset(e),i},e.splice=function(){const e=r.apply(this,arguments),t=this.$fastController
|
|
347
347
|
return void 0!==t&&t.addSplice(Se(we(+arguments[0],e,arguments.length>2?arguments.length-2:0),this)),e},e.unshift=function(){const e=a.apply(this,arguments),t=this.$fastController
|
|
348
|
-
return void 0!==t&&t.addSplice(Se(we(0,[],arguments.length),this)),e}}(),this.isItemsBindingVolatile=v.isVolatileBinding(e),this.isTemplateBindingVolatile=v.isVolatileBinding(t)}createBehavior(e){return new Fe(e,this.itemsBinding,this.isItemsBindingVolatile,this.templateBinding,this.isTemplateBindingVolatile,this.options)}}function He(e,t,i=Ae){return new Ve(e,"function"==typeof t?t:()=>t,Object.assign(Object.assign({},Ae),i))}function
|
|
348
|
+
return void 0!==t&&t.addSplice(Se(we(0,[],arguments.length),this)),e}}(),this.isItemsBindingVolatile=v.isVolatileBinding(e),this.isTemplateBindingVolatile=v.isVolatileBinding(t)}createBehavior(e){return new Fe(e,this.itemsBinding,this.isItemsBindingVolatile,this.templateBinding,this.isTemplateBindingVolatile,this.options)}}function He(e,t,i=Ae){return new Ve(e,"function"==typeof t?t:()=>t,Object.assign(Object.assign({},Ae),i))}function Te(e){return e?function(t,i,o){return 1===t.nodeType&&t.matches(e)}:function(e,t,i){return 1===e.nodeType}}class Pe{constructor(e,t){this.target=e,this.options=t,this.source=null}bind(e){const t=this.options.property
|
|
349
349
|
this.shouldUpdate=v.getAccessors(e).some((e=>e.name===t)),this.source=e,this.updateTarget(this.computeNodes()),this.shouldUpdate&&this.observe()}unbind(){this.updateTarget(n),this.source=null,this.shouldUpdate&&this.disconnect()}handleEvent(){this.updateTarget(this.computeNodes())}computeNodes(){let e=this.getNodes()
|
|
350
|
-
return void 0!==this.options.filter&&(e=e.filter(this.options.filter)),e}updateTarget(e){this.source[this.options.property]=e}}class De extends
|
|
350
|
+
return void 0!==this.options.filter&&(e=e.filter(this.options.filter)),e}updateTarget(e){this.source[this.options.property]=e}}class De extends Pe{constructor(e,t){super(e,t)}observe(){this.target.addEventListener("slotchange",this)}disconnect(){this.target.removeEventListener("slotchange",this)}getNodes(){return this.target.assignedNodes(this.options)}}function Le(e){return"string"==typeof e&&(e={property:e}),new C("fast-slotted",De,e)}class ze extends Pe{constructor(e,t){super(e,t),this.observer=null,t.childList=!0}observe(){null===this.observer&&(this.observer=new MutationObserver(this.handleEvent.bind(this))),this.observer.observe(this.target,this.options)}disconnect(){this.observer.disconnect()}getNodes(){return"subtree"in this.options?Array.from(this.target.querySelectorAll(this.options.selector)):Array.from(this.target.childNodes)}}function Be(e){return"string"==typeof e&&(e={property:e}),new C("fast-children",ze,e)}class Ne{handleStartContentChange(){this.startContainer.classList.toggle("start",this.start.assignedNodes().length>0)}handleEndContentChange(){this.endContainer.classList.toggle("end",this.end.assignedNodes().length>0)}}const Ze=(e,t)=>G`
|
|
351
351
|
<span
|
|
352
352
|
part="end"
|
|
353
353
|
${Re("endContainer")}
|
|
@@ -387,7 +387,7 @@ return void 0!==this.options.filter&&(e=e.filter(this.options.filter)),e}updateT
|
|
|
387
387
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
388
388
|
PERFORMANCE OF THIS SOFTWARE.
|
|
389
389
|
***************************************************************************** */
|
|
390
|
-
function
|
|
390
|
+
function je(e,t,i,o){var n,s=arguments.length,r=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o
|
|
391
391
|
if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,o)
|
|
392
392
|
else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(r=(s<3?n(r):s>3?n(t,i,r):n(t,i))||r)
|
|
393
393
|
return s>3&&r&&Object.defineProperty(t,i,r),r}G`
|
|
@@ -407,9 +407,9 @@ return s>3&&r&&Object.defineProperty(t,i,r),r}G`
|
|
|
407
407
|
></slot>
|
|
408
408
|
</span>
|
|
409
409
|
`
|
|
410
|
-
const
|
|
411
|
-
"metadata"in Reflect||(Reflect.metadata=function(e,t){return function(i){Reflect.defineMetadata(e,t,i)}},Reflect.defineMetadata=function(e,t,i){let o=
|
|
412
|
-
void 0===o&&
|
|
410
|
+
const Ue=new Map
|
|
411
|
+
"metadata"in Reflect||(Reflect.metadata=function(e,t){return function(i){Reflect.defineMetadata(e,t,i)}},Reflect.defineMetadata=function(e,t,i){let o=Ue.get(i)
|
|
412
|
+
void 0===o&&Ue.set(i,o=new Map),o.set(e,t)},Reflect.getOwnMetadata=function(e,t){const i=Ue.get(t)
|
|
413
413
|
if(void 0!==i)return i.get(e)})
|
|
414
414
|
class Ge{constructor(e,t){this.container=e,this.key=t}instance(e){return this.registerResolver(0,e)}singleton(e){return this.registerResolver(1,e)}transient(e){return this.registerResolver(2,e)}callback(e){return this.registerResolver(3,e)}cachedCallback(e){return this.registerResolver(3,vt(e))}aliasTo(e){return this.registerResolver(5,e)}registerResolver(e,t){const{container:i,key:o}=this
|
|
415
415
|
return this.container=this.key=void 0,i.registerResolver(o,new ot(o,e,t))}}function We(e){const t=e.slice(),i=Object.keys(e),o=i.length
|
|
@@ -518,7 +518,7 @@ return $t[e]=!0}default:return!1}}function kt(e){return`${e.toLowerCase()}:prese
|
|
|
518
518
|
void 0===St.get(o)?St.set(o,t):St.set(o,!1),i.register(mt.instance(o,t))},forTag(e,t){const i=kt(e),o=St.get(i)
|
|
519
519
|
if(!1===o){return et.findResponsibleContainer(t).get(i)}return o||null}})
|
|
520
520
|
class It{constructor(e,t){this.template=e||null,this.styles=void 0===t?null:Array.isArray(t)?W.create(t):t instanceof W?t:W.create([t])}applyTo(e){const t=e.$fastController
|
|
521
|
-
null===t.template&&(t.template=this.template),null===t.styles&&(t.styles=this.styles)}}class Rt extends ge{constructor(){super(...arguments),this._presentation=void 0}get $presentation(){return void 0===this._presentation&&(this._presentation=_t.forTag(this.tagName,this)),this._presentation}templateChanged(){void 0!==this.template&&(this.$fastController.template=this.template)}stylesChanged(){void 0!==this.styles&&(this.$fastController.styles=this.styles)}connectedCallback(){null!==this.$presentation&&this.$presentation.applyTo(this),super.connectedCallback()}static compose(e){return(t={})=>new At(this===Rt?class extends Rt{}:this,e,t)}}function Mt(e,t,i){return"function"==typeof e?e(t,i):e}
|
|
521
|
+
null===t.template&&(t.template=this.template),null===t.styles&&(t.styles=this.styles)}}class Rt extends ge{constructor(){super(...arguments),this._presentation=void 0}get $presentation(){return void 0===this._presentation&&(this._presentation=_t.forTag(this.tagName,this)),this._presentation}templateChanged(){void 0!==this.template&&(this.$fastController.template=this.template)}stylesChanged(){void 0!==this.styles&&(this.$fastController.styles=this.styles)}connectedCallback(){null!==this.$presentation&&this.$presentation.applyTo(this),super.connectedCallback()}static compose(e){return(t={})=>new At(this===Rt?class extends Rt{}:this,e,t)}}function Mt(e,t,i){return"function"==typeof e?e(t,i):e}je([m],Rt.prototype,"template",void 0),je([m],Rt.prototype,"styles",void 0)
|
|
522
522
|
class At{constructor(e,t,i){this.type=e,this.elementDefinition=t,this.overrideDefinition=i,this.definition=Object.assign(Object.assign({},this.elementDefinition),this.overrideDefinition)}register(e,t){const i=this.definition,o=this.overrideDefinition,n=`${i.prefix||t.elementPrefix}-${i.baseName}`
|
|
523
523
|
t.tryDefineElement({name:n,type:this.type,baseClass:this.elementDefinition.baseClass,callback:e=>{const t=new It(Mt(i.template,e,i),Mt(i.styles,e,i))
|
|
524
524
|
e.definePresentation(t)
|
|
@@ -527,18 +527,18 @@ e.shadowRootMode&&(n?o.shadowOptions||(n.mode=e.shadowRootMode):null!==n&&(n={mo
|
|
|
527
527
|
t.forEach((t=>{Object.getOwnPropertyNames(t.prototype).forEach((i=>{"constructor"!==i&&Object.defineProperty(e.prototype,i,Object.getOwnPropertyDescriptor(t.prototype,i))}))
|
|
528
528
|
ee.locate(t).forEach((e=>i.push(e)))}))}const Ot="horizontal",Ft="vertical"
|
|
529
529
|
function Vt(...e){return e.every((e=>e instanceof HTMLElement))}let Ht
|
|
530
|
-
const
|
|
530
|
+
const Tt="resize",Pt="scroll"
|
|
531
531
|
var Dt
|
|
532
532
|
!function(e){e[e.alt=18]="alt",e[e.arrowDown=40]="arrowDown",e[e.arrowLeft=37]="arrowLeft",e[e.arrowRight=39]="arrowRight",e[e.arrowUp=38]="arrowUp",e[e.back=8]="back",e[e.backSlash=220]="backSlash",e[e.break=19]="break",e[e.capsLock=20]="capsLock",e[e.closeBracket=221]="closeBracket",e[e.colon=186]="colon",e[e.colon2=59]="colon2",e[e.comma=188]="comma",e[e.ctrl=17]="ctrl",e[e.delete=46]="delete",e[e.end=35]="end",e[e.enter=13]="enter",e[e.equals=187]="equals",e[e.equals2=61]="equals2",e[e.equals3=107]="equals3",e[e.escape=27]="escape",e[e.forwardSlash=191]="forwardSlash",e[e.function1=112]="function1",e[e.function10=121]="function10",e[e.function11=122]="function11",e[e.function12=123]="function12",e[e.function2=113]="function2",e[e.function3=114]="function3",e[e.function4=115]="function4",e[e.function5=116]="function5",e[e.function6=117]="function6",e[e.function7=118]="function7",e[e.function8=119]="function8",e[e.function9=120]="function9",e[e.home=36]="home",e[e.insert=45]="insert",e[e.menu=93]="menu",e[e.minus=189]="minus",e[e.minus2=109]="minus2",e[e.numLock=144]="numLock",e[e.numPad0=96]="numPad0",e[e.numPad1=97]="numPad1",e[e.numPad2=98]="numPad2",e[e.numPad3=99]="numPad3",e[e.numPad4=100]="numPad4",e[e.numPad5=101]="numPad5",e[e.numPad6=102]="numPad6",e[e.numPad7=103]="numPad7",e[e.numPad8=104]="numPad8",e[e.numPad9=105]="numPad9",e[e.numPadDivide=111]="numPadDivide",e[e.numPadDot=110]="numPadDot",e[e.numPadMinus=109]="numPadMinus",e[e.numPadMultiply=106]="numPadMultiply",e[e.numPadPlus=107]="numPadPlus",e[e.openBracket=219]="openBracket",e[e.pageDown=34]="pageDown",e[e.pageUp=33]="pageUp",e[e.period=190]="period",e[e.print=44]="print",e[e.quote=222]="quote",e[e.scrollLock=145]="scrollLock",e[e.shift=16]="shift",e[e.space=32]="space",e[e.tab=9]="tab",e[e.tilde=192]="tilde",e[e.windowsLeft=91]="windowsLeft",e[e.windowsOpera=219]="windowsOpera",e[e.windowsRight=92]="windowsRight"}(Dt||(Dt={}))
|
|
533
|
-
const Lt="ArrowDown",zt="ArrowLeft",Bt="ArrowRight",Nt="ArrowUp",Zt="Enter",qt="Escape",
|
|
533
|
+
const Lt="ArrowDown",zt="ArrowLeft",Bt="ArrowRight",Nt="ArrowUp",Zt="Enter",qt="Escape",jt="Home",Ut="End",Gt=" ",Wt="Tab",Kt={ArrowDown:Lt,ArrowLeft:zt,ArrowRight:Bt,ArrowUp:Nt}
|
|
534
534
|
var Xt
|
|
535
535
|
function Yt(e,t,i){return Math.min(Math.max(i,e),t)}function Qt(e,t,i=0){return[t,i]=[t,i].sort(((e,t)=>e-t)),t<=e&&e<i}!function(e){e.ltr="ltr",e.rtl="rtl"}(Xt||(Xt={}))
|
|
536
536
|
let Jt=0
|
|
537
|
-
function ei(e=""){return`${e}${Jt++}`}class ti{}
|
|
537
|
+
function ei(e=""){return`${e}${Jt++}`}class ti{}je([ne({attribute:"aria-atomic"})],ti.prototype,"ariaAtomic",void 0),je([ne({attribute:"aria-busy"})],ti.prototype,"ariaBusy",void 0),je([ne({attribute:"aria-controls"})],ti.prototype,"ariaControls",void 0),je([ne({attribute:"aria-current"})],ti.prototype,"ariaCurrent",void 0),je([ne({attribute:"aria-describedby"})],ti.prototype,"ariaDescribedby",void 0),je([ne({attribute:"aria-details"})],ti.prototype,"ariaDetails",void 0),je([ne({attribute:"aria-disabled"})],ti.prototype,"ariaDisabled",void 0),je([ne({attribute:"aria-errormessage"})],ti.prototype,"ariaErrormessage",void 0),je([ne({attribute:"aria-flowto"})],ti.prototype,"ariaFlowto",void 0),je([ne({attribute:"aria-haspopup"})],ti.prototype,"ariaHaspopup",void 0),je([ne({attribute:"aria-hidden"})],ti.prototype,"ariaHidden",void 0),je([ne({attribute:"aria-invalid"})],ti.prototype,"ariaInvalid",void 0),je([ne({attribute:"aria-keyshortcuts"})],ti.prototype,"ariaKeyshortcuts",void 0),je([ne({attribute:"aria-label"})],ti.prototype,"ariaLabel",void 0),je([ne({attribute:"aria-labelledby"})],ti.prototype,"ariaLabelledby",void 0),je([ne({attribute:"aria-live"})],ti.prototype,"ariaLive",void 0),je([ne({attribute:"aria-owns"})],ti.prototype,"ariaOwns",void 0),je([ne({attribute:"aria-relevant"})],ti.prototype,"ariaRelevant",void 0),je([ne({attribute:"aria-roledescription"})],ti.prototype,"ariaRoledescription",void 0)
|
|
538
538
|
let ii=class extends Rt{constructor(){super(...arguments),this.handleUnsupportedDelegatesFocus=()=>{var e
|
|
539
539
|
window.ShadowRoot&&!window.ShadowRoot.prototype.hasOwnProperty("delegatesFocus")&&(null===(e=this.$fastController.definition.shadowOptions)||void 0===e?void 0:e.delegatesFocus)&&(this.focus=()=>{this.control.focus()})}}connectedCallback(){super.connectedCallback(),this.handleUnsupportedDelegatesFocus()}}
|
|
540
|
-
|
|
541
|
-
class oi{}
|
|
540
|
+
je([ne],ii.prototype,"download",void 0),je([ne],ii.prototype,"href",void 0),je([ne],ii.prototype,"hreflang",void 0),je([ne],ii.prototype,"ping",void 0),je([ne],ii.prototype,"referrerpolicy",void 0),je([ne],ii.prototype,"rel",void 0),je([ne],ii.prototype,"target",void 0),je([ne],ii.prototype,"type",void 0),je([m],ii.prototype,"defaultSlottedContent",void 0)
|
|
541
|
+
class oi{}je([ne({attribute:"aria-expanded"})],oi.prototype,"ariaExpanded",void 0),Et(oi,ti),Et(ii,Ne,oi)
|
|
542
542
|
const ni=e=>{const t=e.closest("[dir]")
|
|
543
543
|
return null!==t&&"rtl"===t.dir?Xt.rtl:Xt.ltr}
|
|
544
544
|
let si=class extends Rt{constructor(){super(...arguments),this.anchor="",this.viewport="",this.horizontalPositioningMode="uncontrolled",this.horizontalDefaultPosition="unset",this.horizontalViewportLock=!1,this.horizontalInset=!1,this.horizontalScaling="content",this.verticalPositioningMode="uncontrolled",this.verticalDefaultPosition="unset",this.verticalViewportLock=!1,this.verticalInset=!1,this.verticalScaling="content",this.fixedPlacement=!1,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.initialLayoutComplete=!1,this.resizeDetector=null,this.baseHorizontalOffset=0,this.baseVerticalOffset=0,this.pendingPositioningUpdate=!1,this.pendingReset=!1,this.currentDirection=Xt.ltr,this.regionVisible=!1,this.forceUpdate=!1,this.updateThreshold=.5,this.update=()=>{this.pendingPositioningUpdate||this.requestPositionUpdates()},this.startObservers=()=>{this.stopObservers(),null!==this.anchorElement&&(this.requestPositionUpdates(),null!==this.resizeDetector&&(this.resizeDetector.observe(this.anchorElement),this.resizeDetector.observe(this)))},this.requestPositionUpdates=()=>{null===this.anchorElement||this.pendingPositioningUpdate||(si.intersectionService.requestPosition(this,this.handleIntersection),si.intersectionService.requestPosition(this.anchorElement,this.handleIntersection),null!==this.viewportElement&&si.intersectionService.requestPosition(this.viewportElement,this.handleIntersection),this.pendingPositioningUpdate=!0)},this.stopObservers=()=>{this.pendingPositioningUpdate&&(this.pendingPositioningUpdate=!1,si.intersectionService.cancelRequestPosition(this,this.handleIntersection),null!==this.anchorElement&&si.intersectionService.cancelRequestPosition(this.anchorElement,this.handleIntersection),null!==this.viewportElement&&si.intersectionService.cancelRequestPosition(this.viewportElement,this.handleIntersection)),null!==this.resizeDetector&&this.resizeDetector.disconnect()},this.getViewport=()=>"string"!=typeof this.viewport||""===this.viewport?document.documentElement:document.getElementById(this.viewport),this.getAnchor=()=>document.getElementById(this.anchor),this.handleIntersection=e=>{this.pendingPositioningUpdate&&(this.pendingPositioningUpdate=!1,this.applyIntersectionEntries(e)&&this.updateLayout())},this.applyIntersectionEntries=e=>{const t=e.find((e=>e.target===this)),i=e.find((e=>e.target===this.anchorElement)),o=e.find((e=>e.target===this.viewportElement))
|
|
@@ -590,7 +590,7 @@ case"insetStart":return r+o
|
|
|
590
590
|
case"insetEnd":return a+o
|
|
591
591
|
case"end":return a
|
|
592
592
|
case"center":return 2*Math.min(r,a)+o}},this.getNextRegionDimension=(e,t)=>{const i={height:void 0!==this.regionRect?this.regionRect.height:0,width:void 0!==this.regionRect?this.regionRect.width:0}
|
|
593
|
-
return void 0!==e&&"fill"===this.horizontalScaling?i.width=this.getAvailableSpace(e,void 0!==this.anchorRect?this.anchorRect.left:0,void 0!==this.anchorRect?this.anchorRect.right:0,void 0!==this.anchorRect?this.anchorRect.width:0,void 0!==this.viewportRect?this.viewportRect.left:0,void 0!==this.viewportRect?this.viewportRect.right:0):"anchor"===this.horizontalScaling&&(i.width=void 0!==this.anchorRect?this.anchorRect.width:0),void 0!==t&&"fill"===this.verticalScaling?i.height=this.getAvailableSpace(t,void 0!==this.anchorRect?this.anchorRect.top:0,void 0!==this.anchorRect?this.anchorRect.bottom:0,void 0!==this.anchorRect?this.anchorRect.height:0,void 0!==this.viewportRect?this.viewportRect.top:0,void 0!==this.viewportRect?this.viewportRect.bottom:0):"anchor"===this.verticalScaling&&(i.height=void 0!==this.anchorRect?this.anchorRect.height:0),i},this.startAutoUpdateEventListeners=()=>{window.addEventListener(
|
|
593
|
+
return void 0!==e&&"fill"===this.horizontalScaling?i.width=this.getAvailableSpace(e,void 0!==this.anchorRect?this.anchorRect.left:0,void 0!==this.anchorRect?this.anchorRect.right:0,void 0!==this.anchorRect?this.anchorRect.width:0,void 0!==this.viewportRect?this.viewportRect.left:0,void 0!==this.viewportRect?this.viewportRect.right:0):"anchor"===this.horizontalScaling&&(i.width=void 0!==this.anchorRect?this.anchorRect.width:0),void 0!==t&&"fill"===this.verticalScaling?i.height=this.getAvailableSpace(t,void 0!==this.anchorRect?this.anchorRect.top:0,void 0!==this.anchorRect?this.anchorRect.bottom:0,void 0!==this.anchorRect?this.anchorRect.height:0,void 0!==this.viewportRect?this.viewportRect.top:0,void 0!==this.viewportRect?this.viewportRect.bottom:0):"anchor"===this.verticalScaling&&(i.height=void 0!==this.anchorRect?this.anchorRect.height:0),i},this.startAutoUpdateEventListeners=()=>{window.addEventListener(Tt,this.update,{passive:!0}),window.addEventListener(Pt,this.update,{passive:!0,capture:!0}),null!==this.resizeDetector&&null!==this.viewportElement&&this.resizeDetector.observe(this.viewportElement)},this.stopAutoUpdateEventListeners=()=>{window.removeEventListener(Tt,this.update),window.removeEventListener(Pt,this.update),null!==this.resizeDetector&&null!==this.viewportElement&&this.resizeDetector.unobserve(this.viewportElement)}}anchorChanged(){this.initialLayoutComplete&&(this.anchorElement=this.getAnchor())}viewportChanged(){this.initialLayoutComplete&&(this.viewportElement=this.getViewport())}horizontalPositioningModeChanged(){this.requestReset()}horizontalDefaultPositionChanged(){this.updateForAttributeChange()}horizontalViewportLockChanged(){this.updateForAttributeChange()}horizontalInsetChanged(){this.updateForAttributeChange()}horizontalThresholdChanged(){this.updateForAttributeChange()}horizontalScalingChanged(){this.updateForAttributeChange()}verticalPositioningModeChanged(){this.requestReset()}verticalDefaultPositionChanged(){this.updateForAttributeChange()}verticalViewportLockChanged(){this.updateForAttributeChange()}verticalInsetChanged(){this.updateForAttributeChange()}verticalThresholdChanged(){this.updateForAttributeChange()}verticalScalingChanged(){this.updateForAttributeChange()}fixedPlacementChanged(){this.$fastController.isConnected&&this.initialLayoutComplete&&this.initialize()}autoUpdateModeChanged(e,t){this.$fastController.isConnected&&this.initialLayoutComplete&&("auto"===e&&this.stopAutoUpdateEventListeners(),"auto"===t&&this.startAutoUpdateEventListeners())}anchorElementChanged(){this.requestReset()}viewportElementChanged(){this.$fastController.isConnected&&this.initialLayoutComplete&&this.initialize()}connectedCallback(){super.connectedCallback(),"auto"===this.autoUpdateMode&&this.startAutoUpdateEventListeners(),this.initialize()}disconnectedCallback(){super.disconnectedCallback(),"auto"===this.autoUpdateMode&&this.stopAutoUpdateEventListeners(),this.stopObservers(),this.disconnectResizeDetector()}adoptedCallback(){this.initialize()}disconnectResizeDetector(){null!==this.resizeDetector&&(this.resizeDetector.disconnect(),this.resizeDetector=null)}initializeResizeDetector(){this.disconnectResizeDetector(),this.resizeDetector=new window.ResizeObserver(this.handleResize)}updateForAttributeChange(){this.$fastController.isConnected&&this.initialLayoutComplete&&(this.forceUpdate=!0,this.update())}initialize(){this.initializeResizeDetector(),null===this.anchorElement&&(this.anchorElement=this.getAnchor()),this.requestReset()}requestReset(){this.$fastController.isConnected&&!1===this.pendingReset&&(this.setInitialState(),u.queueUpdate((()=>this.reset())),this.pendingReset=!0)}setInitialState(){this.initialLayoutComplete=!1,this.regionVisible=!1,this.translateX=0,this.translateY=0,this.baseHorizontalOffset=0,this.baseVerticalOffset=0,this.viewportRect=void 0,this.regionRect=void 0,this.anchorRect=void 0,this.verticalPosition=void 0,this.horizontalPosition=void 0,this.style.opacity="0",this.style.pointerEvents="none",this.forceUpdate=!1,this.style.position=this.fixedPlacement?"fixed":"absolute",this.updatePositionClasses(),this.updateRegionStyle()}}
|
|
594
594
|
si.intersectionService=new class{constructor(){this.intersectionDetector=null,this.observedElements=new Map,this.requestPosition=(e,t)=>{var i
|
|
595
595
|
null!==this.intersectionDetector&&(this.observedElements.has(e)?null===(i=this.observedElements.get(e))||void 0===i||i.push(t):(this.observedElements.set(e,[t]),this.intersectionDetector.observe(e)))},this.cancelRequestPosition=(e,t)=>{const i=this.observedElements.get(e)
|
|
596
596
|
if(void 0!==i){const e=i.indexOf(t);-1!==e&&i.splice(e,1)}},this.initializeIntersectionDetector=()=>{t.IntersectionObserver&&(this.intersectionDetector=new IntersectionObserver(this.handleIntersection,{root:null,rootMargin:"0px",threshold:[0,1]}))},this.handleIntersection=e=>{if(null===this.intersectionDetector)return
|
|
@@ -598,16 +598,16 @@ const t=[],i=[]
|
|
|
598
598
|
e.forEach((e=>{var o
|
|
599
599
|
null===(o=this.intersectionDetector)||void 0===o||o.unobserve(e.target)
|
|
600
600
|
const n=this.observedElements.get(e.target)
|
|
601
|
-
void 0!==n&&(n.forEach((o=>{let n=t.indexOf(o);-1===n&&(n=t.length,t.push(o),i.push([])),i[n].push(e)})),this.observedElements.delete(e.target))})),t.forEach(((e,t)=>{e(i[t])}))},this.initializeIntersectionDetector()}},
|
|
601
|
+
void 0!==n&&(n.forEach((o=>{let n=t.indexOf(o);-1===n&&(n=t.length,t.push(o),i.push([])),i[n].push(e)})),this.observedElements.delete(e.target))})),t.forEach(((e,t)=>{e(i[t])}))},this.initializeIntersectionDetector()}},je([ne],si.prototype,"anchor",void 0),je([ne],si.prototype,"viewport",void 0),je([ne({attribute:"horizontal-positioning-mode"})],si.prototype,"horizontalPositioningMode",void 0),je([ne({attribute:"horizontal-default-position"})],si.prototype,"horizontalDefaultPosition",void 0),je([ne({attribute:"horizontal-viewport-lock",mode:"boolean"})],si.prototype,"horizontalViewportLock",void 0),je([ne({attribute:"horizontal-inset",mode:"boolean"})],si.prototype,"horizontalInset",void 0),je([ne({attribute:"horizontal-threshold"})],si.prototype,"horizontalThreshold",void 0),je([ne({attribute:"horizontal-scaling"})],si.prototype,"horizontalScaling",void 0),je([ne({attribute:"vertical-positioning-mode"})],si.prototype,"verticalPositioningMode",void 0),je([ne({attribute:"vertical-default-position"})],si.prototype,"verticalDefaultPosition",void 0),je([ne({attribute:"vertical-viewport-lock",mode:"boolean"})],si.prototype,"verticalViewportLock",void 0),je([ne({attribute:"vertical-inset",mode:"boolean"})],si.prototype,"verticalInset",void 0),je([ne({attribute:"vertical-threshold"})],si.prototype,"verticalThreshold",void 0),je([ne({attribute:"vertical-scaling"})],si.prototype,"verticalScaling",void 0),je([ne({attribute:"fixed-placement",mode:"boolean"})],si.prototype,"fixedPlacement",void 0),je([ne({attribute:"auto-update-mode"})],si.prototype,"autoUpdateMode",void 0),je([m],si.prototype,"anchorElement",void 0),je([m],si.prototype,"viewportElement",void 0),je([m],si.prototype,"initialLayoutComplete",void 0)
|
|
602
602
|
let ri=class extends ii{constructor(){super(...arguments),this.separator=!0}}
|
|
603
|
-
|
|
603
|
+
je([m],ri.prototype,"separator",void 0),Et(ri,Ne,oi)
|
|
604
604
|
let ai=class extends Rt{slottedBreadcrumbItemsChanged(){if(this.$fastController.isConnected){if(void 0===this.slottedBreadcrumbItems||0===this.slottedBreadcrumbItems.length)return
|
|
605
605
|
const e=this.slottedBreadcrumbItems[this.slottedBreadcrumbItems.length-1]
|
|
606
606
|
this.slottedBreadcrumbItems.forEach((t=>{const i=t===e
|
|
607
607
|
this.setItemSeparator(t,i),this.setAriaCurrent(t,i)}))}}setItemSeparator(e,t){e instanceof ri&&(e.separator=!t)}findChildWithHref(e){var t,i
|
|
608
608
|
return e.childElementCount>0?e.querySelector("a[href]"):(null===(t=e.shadowRoot)||void 0===t?void 0:t.childElementCount)?null===(i=e.shadowRoot)||void 0===i?void 0:i.querySelector("a[href]"):null}setAriaCurrent(e,t){const i=this.findChildWithHref(e)
|
|
609
609
|
null===i&&e.hasAttribute("href")&&e instanceof ri?t?e.setAttribute("aria-current","page"):e.removeAttribute("aria-current"):null!==i&&(t?i.setAttribute("aria-current","page"):i.removeAttribute("aria-current"))}}
|
|
610
|
-
|
|
610
|
+
je([m],ai.prototype,"slottedBreadcrumbItems",void 0)
|
|
611
611
|
const li=(e,t)=>G`
|
|
612
612
|
<button
|
|
613
613
|
class="control"
|
|
@@ -674,16 +674,16 @@ t&&t.forEach((e=>{e.addEventListener("click",this.handleClick)}))}disconnectedCa
|
|
|
674
674
|
super.disconnectedCallback()
|
|
675
675
|
const t=Array.from(null===(e=this.control)||void 0===e?void 0:e.children)
|
|
676
676
|
t&&t.forEach((e=>{e.removeEventListener("click",this.handleClick)}))}}
|
|
677
|
-
|
|
678
|
-
class bi{}
|
|
677
|
+
je([ne({mode:"boolean"})],fi.prototype,"autofocus",void 0),je([ne({attribute:"form"})],fi.prototype,"formId",void 0),je([ne],fi.prototype,"formaction",void 0),je([ne],fi.prototype,"formenctype",void 0),je([ne],fi.prototype,"formmethod",void 0),je([ne({mode:"boolean"})],fi.prototype,"formnovalidate",void 0),je([ne],fi.prototype,"formtarget",void 0),je([ne],fi.prototype,"type",void 0),je([m],fi.prototype,"defaultSlottedContent",void 0)
|
|
678
|
+
class bi{}je([ne({attribute:"aria-expanded"})],bi.prototype,"ariaExpanded",void 0),je([ne({attribute:"aria-pressed"})],bi.prototype,"ariaPressed",void 0),Et(bi,ti),Et(fi,Ne,bi)
|
|
679
679
|
class wi extends Rt{}class xi extends(gi(wi)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let yi=class extends xi{constructor(){super(),this.initialValue="on",this.indeterminate=!1,this.keypressHandler=e=>{if(!this.readOnly&&e.key===Gt)this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked},this.clickHandler=e=>{this.disabled||this.readOnly||(this.indeterminate&&(this.indeterminate=!1),this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}}
|
|
680
|
-
function $i(e){return Vt(e)&&("option"===e.getAttribute("role")||e instanceof HTMLOptionElement)}
|
|
680
|
+
function $i(e){return Vt(e)&&("option"===e.getAttribute("role")||e instanceof HTMLOptionElement)}je([ne({attribute:"readonly",mode:"boolean"})],yi.prototype,"readOnly",void 0),je([m],yi.prototype,"defaultSlottedNodes",void 0),je([m],yi.prototype,"indeterminate",void 0)
|
|
681
681
|
class Ci extends Rt{constructor(e,t,i,o){super(),this.defaultSelected=!1,this.dirtySelected=!1,this.selected=this.defaultSelected,this.dirtyValue=!1,e&&(this.textContent=e),t&&(this.initialValue=t),i&&(this.defaultSelected=i),o&&(this.selected=o),this.proxy=new Option(`${this.textContent}`,this.initialValue,this.defaultSelected,this.selected),this.proxy.disabled=this.disabled}checkedChanged(e,t){this.ariaChecked="boolean"!=typeof t?null:t?"true":"false"}contentChanged(e,t){this.proxy instanceof HTMLOptionElement&&(this.proxy.textContent=this.textContent),this.$emit("contentchange",null,{bubbles:!0})}defaultSelectedChanged(){this.dirtySelected||(this.selected=this.defaultSelected,this.proxy instanceof HTMLOptionElement&&(this.proxy.selected=this.defaultSelected))}disabledChanged(e,t){this.ariaDisabled=this.disabled?"true":"false",this.proxy instanceof HTMLOptionElement&&(this.proxy.disabled=this.disabled)}selectedAttributeChanged(){this.defaultSelected=this.selectedAttribute,this.proxy instanceof HTMLOptionElement&&(this.proxy.defaultSelected=this.defaultSelected)}selectedChanged(){this.ariaSelected=this.selected?"true":"false",this.dirtySelected||(this.dirtySelected=!0),this.proxy instanceof HTMLOptionElement&&(this.proxy.selected=this.selected)}initialValueChanged(e,t){this.dirtyValue||(this.value=this.initialValue,this.dirtyValue=!1)}get label(){var e
|
|
682
682
|
return null!==(e=this.value)&&void 0!==e?e:this.text}get text(){var e,t
|
|
683
683
|
return null!==(t=null===(e=this.textContent)||void 0===e?void 0:e.replace(/\s+/g," ").trim())&&void 0!==t?t:""}set value(e){const t=`${null!=e?e:""}`
|
|
684
684
|
this._value=t,this.dirtyValue=!0,this.proxy instanceof HTMLOptionElement&&(this.proxy.value=t),v.notify(this,"value")}get value(){var e
|
|
685
|
-
return v.track(this,"value"),null!==(e=this._value)&&void 0!==e?e:this.text}get form(){return this.proxy?this.proxy.form:null}}
|
|
686
|
-
class ki{}
|
|
685
|
+
return v.track(this,"value"),null!==(e=this._value)&&void 0!==e?e:this.text}get form(){return this.proxy?this.proxy.form:null}}je([m],Ci.prototype,"checked",void 0),je([m],Ci.prototype,"content",void 0),je([m],Ci.prototype,"defaultSelected",void 0),je([ne({mode:"boolean"})],Ci.prototype,"disabled",void 0),je([ne({attribute:"selected",mode:"boolean"})],Ci.prototype,"selectedAttribute",void 0),je([m],Ci.prototype,"selected",void 0),je([ne({attribute:"value",mode:"fromView"})],Ci.prototype,"initialValue",void 0)
|
|
686
|
+
class ki{}je([m],ki.prototype,"ariaChecked",void 0),je([m],ki.prototype,"ariaPosInSet",void 0),je([m],ki.prototype,"ariaSelected",void 0),je([m],ki.prototype,"ariaSetSize",void 0),Et(ki,ti),Et(Ci,Ne,ki)
|
|
687
687
|
class Si extends Rt{constructor(){super(...arguments),this._options=[],this.selectedIndex=-1,this.selectedOptions=[],this.shouldSkipFocus=!1,this.typeaheadBuffer="",this.typeaheadExpired=!0,this.typeaheadTimeout=-1}get firstSelectedOption(){var e
|
|
688
688
|
return null!==(e=this.selectedOptions[0])&&void 0!==e?e:null}get hasSelectableOptions(){return this.options.length>0&&!this.options.every((e=>e.disabled))}get length(){var e,t
|
|
689
689
|
return null!==(t=null===(e=this.options)||void 0===e?void 0:e.length)&&void 0!==t?t:0}get options(){return v.track(this,"options"),this._options}set options(e){this._options=e,v.notify(this,"options")}get typeAheadExpired(){return this.typeaheadExpired}set typeAheadExpired(e){this.typeaheadExpired=e}clickHandler(e){const t=e.target.closest("option,[role=option]")
|
|
@@ -695,13 +695,13 @@ break
|
|
|
695
695
|
case 1:n=this.options.reduce(((e,t,i)=>!e&&!t.disabled&&i>o?t:e),n)}return this.options.indexOf(n)}handleChange(e,t){if("selected"===t)Si.slottedOptionFilter(e)&&(this.selectedIndex=this.options.indexOf(e)),this.setSelectedOptions()}handleTypeAhead(e){this.typeaheadTimeout&&window.clearTimeout(this.typeaheadTimeout),this.typeaheadTimeout=window.setTimeout((()=>this.typeaheadExpired=!0),Si.TYPE_AHEAD_TIMEOUT_MS),e.length>1||(this.typeaheadBuffer=`${this.typeaheadExpired?"":this.typeaheadBuffer}${e}`)}keydownHandler(e){if(this.disabled)return!0
|
|
696
696
|
this.shouldSkipFocus=!1
|
|
697
697
|
const t=e.key
|
|
698
|
-
switch(t){case
|
|
698
|
+
switch(t){case jt:e.shiftKey||(e.preventDefault(),this.selectFirstOption())
|
|
699
699
|
break
|
|
700
700
|
case Lt:e.shiftKey||(e.preventDefault(),this.selectNextOption())
|
|
701
701
|
break
|
|
702
702
|
case Nt:e.shiftKey||(e.preventDefault(),this.selectPreviousOption())
|
|
703
703
|
break
|
|
704
|
-
case
|
|
704
|
+
case Ut:e.preventDefault(),this.selectLastOption()
|
|
705
705
|
break
|
|
706
706
|
case Wt:return this.focusAndScrollOptionIntoView(),!0
|
|
707
707
|
case Zt:case qt:return!0
|
|
@@ -719,8 +719,8 @@ this.selectedIndex=null!==(t=null===(e=this.options)||void 0===e?void 0:e.findIn
|
|
|
719
719
|
const i=`${this.options.length}`
|
|
720
720
|
this.options.forEach(((e,t)=>{e.id||(e.id=ei("option-")),e.ariaPosInSet=`${t+1}`,e.ariaSetSize=i})),this.$fastController.isConnected&&(this.setSelectedOptions(),this.setDefaultSelectedOption())}typeaheadBufferChanged(e,t){if(this.$fastController.isConnected){const e=this.getTypeaheadMatches()
|
|
721
721
|
if(e.length){const t=this.options.indexOf(e[0])
|
|
722
|
-
t>-1&&(this.selectedIndex=t)}this.typeaheadExpired=!1}}}Si.slottedOptionFilter=e=>$i(e)&&!e.hidden,Si.TYPE_AHEAD_TIMEOUT_MS=1e3,
|
|
723
|
-
class _i{}
|
|
722
|
+
t>-1&&(this.selectedIndex=t)}this.typeaheadExpired=!1}}}Si.slottedOptionFilter=e=>$i(e)&&!e.hidden,Si.TYPE_AHEAD_TIMEOUT_MS=1e3,je([ne({mode:"boolean"})],Si.prototype,"disabled",void 0),je([m],Si.prototype,"selectedIndex",void 0),je([m],Si.prototype,"selectedOptions",void 0),je([m],Si.prototype,"slottedOptions",void 0),je([m],Si.prototype,"typeaheadBuffer",void 0)
|
|
723
|
+
class _i{}je([m],_i.prototype,"ariaActiveDescendant",void 0),je([m],_i.prototype,"ariaDisabled",void 0),je([m],_i.prototype,"ariaExpanded",void 0),je([m],_i.prototype,"ariaMultiSelectable",void 0),Et(_i,ti),Et(Si,_i)
|
|
724
724
|
const Ii="above",Ri="below"
|
|
725
725
|
class Mi extends Si{}class Ai extends(pi(Mi)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const Ei="inline",Oi="list",Fi="both",Vi="none"
|
|
726
726
|
let Hi=class extends Ai{constructor(){super(...arguments),this._value="",this.filteredOptions=[],this.filter="",this.forcedPosition=!1,this.listboxId=ei("listbox-"),this.maxHeight=0,this.open=!1}formResetCallback(){super.formResetCallback(),this.setDefaultSelectedOption(),this.updateValue()}validate(){super.validate(this.control)}get isAutocompleteInline(){return this.autocomplete===Ei||this.isAutocompleteBoth}get isAutocompleteList(){return this.autocomplete===Oi||this.isAutocompleteBoth}get isAutocompleteBoth(){return this.autocomplete===Fi}openChanged(){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),void u.queueUpdate((()=>this.focus()))
|
|
@@ -756,11 +756,11 @@ this.updateValue(this.value!==t)}setPositioning(){const e=this.getBoundingClient
|
|
|
756
756
|
this.position=this.forcedPosition?this.positionAttribute:e.top>t?Ii:Ri,this.positionAttribute=this.forcedPosition?this.positionAttribute:this.position,this.maxHeight=this.position===Ii?~~e.top:~~t}selectedOptionsChanged(e,t){this.$fastController.isConnected&&this._options.forEach((e=>{e.selected=t.includes(e)}))}slottedOptionsChanged(e,t){super.slottedOptionsChanged(e,t),this.updateValue()}updateValue(e){var t
|
|
757
757
|
this.$fastController.isConnected&&(this.value=(null===(t=this.firstSelectedOption)||void 0===t?void 0:t.text)||this.control.value,this.control.value=this.value),e&&this.$emit("change")}clearSelectionRange(){const e=this.control.value.length
|
|
758
758
|
this.control.setSelectionRange(e,e)}}
|
|
759
|
-
|
|
760
|
-
class
|
|
759
|
+
je([ne({attribute:"autocomplete",mode:"fromView"})],Hi.prototype,"autocomplete",void 0),je([m],Hi.prototype,"maxHeight",void 0),je([ne({attribute:"open",mode:"boolean"})],Hi.prototype,"open",void 0),je([ne],Hi.prototype,"placeholder",void 0),je([ne({attribute:"position"})],Hi.prototype,"positionAttribute",void 0),je([m],Hi.prototype,"position",void 0)
|
|
760
|
+
class Ti{}function Pi(e){const t=e.parentElement
|
|
761
761
|
if(t)return t
|
|
762
762
|
{const t=e.getRootNode()
|
|
763
|
-
if(t.host instanceof HTMLElement)return t.host}return null}
|
|
763
|
+
if(t.host instanceof HTMLElement)return t.host}return null}je([m],Ti.prototype,"ariaAutoComplete",void 0),je([m],Ti.prototype,"ariaControls",void 0),Et(Ti,_i),Et(Hi,Ne,Ti)
|
|
764
764
|
const Di=document.createElement("div")
|
|
765
765
|
class Li{setProperty(e,t){u.queueUpdate((()=>this.target.setProperty(e,t)))}removeProperty(e){u.queueUpdate((()=>this.target.removeProperty(e)))}}class zi extends Li{constructor(){super()
|
|
766
766
|
const e=new CSSStyleSheet
|
|
@@ -771,7 +771,7 @@ this.target=e.cssRules[t].style}}}class Ni{constructor(e){this.store=new Map,thi
|
|
|
771
771
|
const t=e.$fastController
|
|
772
772
|
this.style=document.createElement("style"),t.addStyles(this.style),v.getNotifier(t).subscribe(this,"isConnected"),this.handleChange(t,"isConnected")}targetChanged(){if(null!==this.target)for(const[e,t]of this.store.entries())this.target.setProperty(e,t)}setProperty(e,t){this.store.set(e,t),u.queueUpdate((()=>{null!==this.target&&this.target.setProperty(e,t)}))}removeProperty(e){this.store.delete(e),u.queueUpdate((()=>{null!==this.target&&this.target.removeProperty(e)}))}handleChange(e,t){const{sheet:i}=this.style
|
|
773
773
|
if(i){const e=i.insertRule(":host{}",i.cssRules.length)
|
|
774
|
-
this.target=i.cssRules[e].style}else this.target=null}}
|
|
774
|
+
this.target=i.cssRules[e].style}else this.target=null}}je([m],Ni.prototype,"target",void 0)
|
|
775
775
|
class Zi{constructor(e){this.target=e.style}setProperty(e,t){u.queueUpdate((()=>this.target.setProperty(e,t)))}removeProperty(e){u.queueUpdate((()=>this.target.removeProperty(e)))}}class qi{setProperty(e,t){qi.properties[e]=t
|
|
776
776
|
for(const i of qi.roots.values())Gi.getOrCreate(qi.normalizeRoot(i)).setProperty(e,t)}removeProperty(e){delete qi.properties[e]
|
|
777
777
|
for(const t of qi.roots.values())Gi.getOrCreate(qi.normalizeRoot(t)).removeProperty(e)}static registerRoot(e){const{roots:t}=qi
|
|
@@ -781,11 +781,11 @@ for(const e in qi.properties)i.setProperty(e,qi.properties[e])}}static unregiste
|
|
|
781
781
|
if(t.has(e)){t.delete(e)
|
|
782
782
|
const i=Gi.getOrCreate(qi.normalizeRoot(e))
|
|
783
783
|
for(const e in qi.properties)i.removeProperty(e)}}static normalizeRoot(e){return e===Di?document:e}}qi.roots=new Set,qi.properties={}
|
|
784
|
-
const
|
|
784
|
+
const ji=new WeakMap,Ui=u.supportsAdoptedStyleSheets?class extends Li{constructor(e){super()
|
|
785
785
|
const t=new CSSStyleSheet
|
|
786
|
-
this.target=t.cssRules[t.insertRule(":host{}")].style,e.$fastController.addStyles(W.create([t]))}}:Ni,Gi=Object.freeze({getOrCreate(e){if(
|
|
786
|
+
this.target=t.cssRules[t.insertRule(":host{}")].style,e.$fastController.addStyles(W.create([t]))}}:Ni,Gi=Object.freeze({getOrCreate(e){if(ji.has(e))return ji.get(e)
|
|
787
787
|
let t
|
|
788
|
-
return e===Di?t=new qi:e instanceof Document?t=u.supportsAdoptedStyleSheets?new zi:new Bi:t=e instanceof ge?new
|
|
788
|
+
return e===Di?t=new qi:e instanceof Document?t=u.supportsAdoptedStyleSheets?new zi:new Bi:t=e instanceof ge?new Ui(e):new Zi(e),ji.set(e,t),t}})
|
|
789
789
|
class Wi extends ve{constructor(e){super(),this.subscribers=new WeakMap,this._appliedTo=new Set,this.name=e.name,null!==e.cssCustomPropertyName&&(this.cssCustomProperty=`--${e.cssCustomPropertyName}`,this.cssVar=`var(${this.cssCustomProperty})`),this.id=Wi.uniqueId(),Wi.tokensById.set(this.id,this)}get appliedTo(){return[...this._appliedTo]}static from(e){return new Wi({name:"string"==typeof e?e:e.name,cssCustomPropertyName:"string"==typeof e?e:void 0===e.cssCustomPropertyName?e.name:e.cssCustomPropertyName})}static isCSSDesignToken(e){return"string"==typeof e.cssCustomProperty}static isDerivedDesignTokenValue(e){return"function"==typeof e}static getTokenById(e){return Wi.tokensById.get(e)}getOrCreateSubscriberSet(e=this){return this.subscribers.get(e)||this.subscribers.set(e,new Set)&&this.subscribers.get(e)}createCSS(){return this.cssVar||""}getValueFor(e){const t=Ji.getOrCreate(e).get(this)
|
|
790
790
|
if(void 0!==t)return t
|
|
791
791
|
throw new Error(`Value could not be retrieved for token named "${this.name}". Ensure the value is set for ${e} or an ancestor of ${e}.`)}setValueFor(e,t){return this._appliedTo.add(e),t instanceof Wi&&(t=this.alias(t)),Ji.getOrCreate(e).set(this,t),this}deleteValueFor(e){return this._appliedTo.delete(e),Ji.existsFor(e)&&Ji.getOrCreate(e).delete(this),this}withDefault(e){return this.setValueFor(Di,e),this}subscribe(e,t){const i=this.getOrCreateSubscriberSet(t)
|
|
@@ -797,9 +797,9 @@ class Ki{constructor(e,t,i){this.source=e,this.token=t,this.node=i,this.dependen
|
|
|
797
797
|
class Ji{constructor(e){this.target=e,this.store=new Xi,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(e,t)=>{const i=Wi.getTokenById(t)
|
|
798
798
|
if(i&&(i.notify(this.target),Wi.isCSSDesignToken(i))){const t=this.parent,o=this.isReflecting(i)
|
|
799
799
|
if(t){const n=t.get(i),s=e.get(i)
|
|
800
|
-
n===s||o?n===s&&o&&this.stopReflectToCSS(i):this.reflectToCSS(i)}else o||this.reflectToCSS(i)}}},Yi.set(e,this),v.getNotifier(this.store).subscribe(this.tokenValueChangeHandler),e instanceof ge?e.$fastController.addBehaviors([this]):e.isConnected&&this.bind()}static getOrCreate(e){return Yi.get(e)||new Ji(e)}static existsFor(e){return Yi.has(e)}static findParent(e){if(Di!==e.target){let t=
|
|
800
|
+
n===s||o?n===s&&o&&this.stopReflectToCSS(i):this.reflectToCSS(i)}else o||this.reflectToCSS(i)}}},Yi.set(e,this),v.getNotifier(this.store).subscribe(this.tokenValueChangeHandler),e instanceof ge?e.$fastController.addBehaviors([this]):e.isConnected&&this.bind()}static getOrCreate(e){return Yi.get(e)||new Ji(e)}static existsFor(e){return Yi.has(e)}static findParent(e){if(Di!==e.target){let t=Pi(e.target)
|
|
801
801
|
for(;null!==t;){if(Yi.has(t))return Yi.get(t)
|
|
802
|
-
t=
|
|
802
|
+
t=Pi(t)}return Ji.getOrCreate(Di)}return null}static findClosestAssignedNode(e,t){let i=t
|
|
803
803
|
do{if(i.has(e))return i
|
|
804
804
|
i=i.parent?i.parent:i.target!==Di?Ji.getOrCreate(Di):null}while(null!==i)
|
|
805
805
|
return null}get parent(){return Qi.get(this)||null}has(e){return this.assignedValues.has(e)}get(e){const t=this.store.get(e)
|
|
@@ -816,11 +816,11 @@ Qi.set(e,this),this.children.push(e),t.forEach((t=>e.appendChild(t))),v.getNotif
|
|
|
816
816
|
for(const[t,i]of this.store.all())e.hydrate(t,this.bindingObservers.has(t)?this.getRaw(t):i)}removeChild(e){const t=this.children.indexOf(e)
|
|
817
817
|
return-1!==t&&this.children.splice(t,1),v.getNotifier(this.store).unsubscribe(e),e.parent===this&&Qi.delete(e)}contains(e){return function(e,t){let i=t
|
|
818
818
|
for(;null!==i;){if(i===e)return!0
|
|
819
|
-
i=
|
|
819
|
+
i=Pi(i)}return!1}(this.target,e.target)}reflectToCSS(e){this.isReflecting(e)||(this.reflecting.add(e),Ji.cssCustomPropertyReflector.startReflection(e,this.target))}stopReflectToCSS(e){this.isReflecting(e)&&(this.reflecting.delete(e),Ji.cssCustomPropertyReflector.stopReflection(e,this.target))}isReflecting(e){return this.reflecting.has(e)}handleChange(e,t){const i=Wi.getTokenById(t)
|
|
820
820
|
i&&this.hydrate(i,this.getRaw(i))}hydrate(e,t){if(!this.has(e)){const i=this.bindingObservers.get(e)
|
|
821
821
|
Wi.isDerivedDesignTokenValue(t)?i?i.source!==t&&(this.tearDownBindingObserver(e),this.setupBindingObserver(e,t)):this.setupBindingObserver(e,t):(i&&this.tearDownBindingObserver(e),this.store.set(e,t))}}setupBindingObserver(e,t){const i=new Ki(t,e,this)
|
|
822
822
|
return this.bindingObservers.set(e,i),i}tearDownBindingObserver(e){return!!this.bindingObservers.has(e)&&(this.bindingObservers.get(e).disconnect(),this.bindingObservers.delete(e),!0)}}Ji.cssCustomPropertyReflector=new class{startReflection(e,t){e.subscribe(this,t),this.handleChange({token:e,target:t})}stopReflection(e,t){e.unsubscribe(this,t),this.remove(e,t)}handleChange(e){const{token:t,target:i}=e
|
|
823
|
-
this.add(t,i)}add(e,t){Gi.getOrCreate(t).setProperty(e.cssCustomProperty,this.resolveCSSValue(Ji.getOrCreate(t).get(e)))}remove(e,t){Gi.getOrCreate(t).removeProperty(e.cssCustomProperty)}resolveCSSValue(e){return e&&"function"==typeof e.createCSS?e.createCSS():e}},
|
|
823
|
+
this.add(t,i)}add(e,t){Gi.getOrCreate(t).setProperty(e.cssCustomProperty,this.resolveCSSValue(Ji.getOrCreate(t).get(e)))}remove(e,t){Gi.getOrCreate(t).removeProperty(e.cssCustomProperty)}resolveCSSValue(e){return e&&"function"==typeof e.createCSS?e.createCSS():e}},je([m],Ji.prototype,"children",void 0)
|
|
824
824
|
const eo=Object.freeze({create:function(e){return Wi.from(e)},notifyConnection:e=>!(!e.isConnected||!Ji.existsFor(e))&&(Ji.getOrCreate(e).bind(),!0),notifyDisconnection:e=>!(e.isConnected||!Ji.existsFor(e))&&(Ji.getOrCreate(e).unbind(),!0),registerRoot(e=Di){qi.registerRoot(e)},unregisterRoot(e=Di){qi.unregisterRoot(e)}}),to=Object.freeze({definitionCallbackOnly:null,ignoreDuplicate:Symbol()}),io=new Map,oo=new Map
|
|
825
825
|
let no=null
|
|
826
826
|
const so=et.createInterface((e=>e.cachedCallback((e=>(null===no&&(no=new ao(null,e)),no))))),ro=Object.freeze({tagFor:e=>oo.get(e),responsibleFor(e){const t=e.$$designSystem$$
|
|
@@ -867,10 +867,10 @@ return i&&!i.disabled?(this.uncheckAllOptions(),this.activeIndex=this.options.in
|
|
|
867
867
|
this.shouldSkipFocus||e.target!==e.currentTarget||(this.uncheckAllOptions(),-1===this.activeIndex&&(this.activeIndex=-1!==this.firstSelectedOptionIndex?this.firstSelectedOptionIndex:0),this.checkActiveIndex(),this.setSelectedOptions(),this.focusAndScrollOptionIntoView()),this.shouldSkipFocus=!1}focusoutHandler(e){this.multiple&&this.uncheckAllOptions()}keydownHandler(e){if(!this.multiple)return super.keydownHandler(e)
|
|
868
868
|
if(this.disabled)return!0
|
|
869
869
|
const{key:t,shiftKey:i}=e
|
|
870
|
-
switch(this.shouldSkipFocus=!1,t){case
|
|
870
|
+
switch(this.shouldSkipFocus=!1,t){case jt:return void this.checkFirstOption(i)
|
|
871
871
|
case Lt:return void this.checkNextOption(i)
|
|
872
872
|
case Nt:return void this.checkPreviousOption(i)
|
|
873
|
-
case
|
|
873
|
+
case Ut:return void this.checkLastOption(i)
|
|
874
874
|
case Wt:return this.focusAndScrollOptionIntoView(),!0
|
|
875
875
|
case qt:return this.uncheckAllOptions(),this.checkActiveIndex(),!0
|
|
876
876
|
case Gt:if(e.preventDefault(),this.typeAheadExpired)return void this.toggleSelectedForAllCheckedOptions()
|
|
@@ -879,7 +879,7 @@ this.ariaMultiSelectable=t?"true":null,null===(i=this.options)||void 0===i||i.fo
|
|
|
879
879
|
const o=Math.max(0,parseInt(null!==(i=null==t?void 0:t.toFixed())&&void 0!==i?i:"",10))
|
|
880
880
|
o!==t&&u.queueUpdate((()=>{this.size=o}))}toggleSelectedForAllCheckedOptions(){const e=this.checkedOptions.filter((e=>!e.disabled)),t=!e.every((e=>e.selected))
|
|
881
881
|
e.forEach((e=>e.selected=t)),this.selectedIndex=this.options.indexOf(e[e.length-1]),this.setSelectedOptions()}typeaheadBufferChanged(e,t){if(this.multiple){if(this.$fastController.isConnected){const e=this.getTypeaheadMatches(),t=this.options.indexOf(e[0])
|
|
882
|
-
t>-1&&(this.activeIndex=t,this.uncheckAllOptions(),this.checkActiveIndex()),this.typeAheadExpired=!1}}else super.typeaheadBufferChanged(e,t)}uncheckAllOptions(e=!1){this.options.forEach((e=>e.checked=!this.multiple&&void 0)),e||(this.rangeStartIndex=-1)}}
|
|
882
|
+
t>-1&&(this.activeIndex=t,this.uncheckAllOptions(),this.checkActiveIndex()),this.typeAheadExpired=!1}}else super.typeaheadBufferChanged(e,t)}uncheckAllOptions(e=!1){this.options.forEach((e=>e.checked=!this.multiple&&void 0)),e||(this.rangeStartIndex=-1)}}je([m],fo.prototype,"activeIndex",void 0),je([ne({mode:"boolean"})],fo.prototype,"multiple",void 0),je([ne({converter:ie})],fo.prototype,"size",void 0)
|
|
883
883
|
const bo="menuitem",wo="menuitemcheckbox",xo="menuitemradio",yo={[bo]:"menuitem",[wo]:"menuitemcheckbox",[xo]:"menuitemradio"}
|
|
884
884
|
let $o=class extends Rt{constructor(){super(...arguments),this.role=bo,this.hasSubmenu=!1,this.currentDirection=Xt.ltr,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=e=>{if(e.defaultPrevented)return!1
|
|
885
885
|
switch(e.key){case Zt:case Gt:return this.invoke(),!1
|
|
@@ -890,7 +890,7 @@ case bo:this.updateSubmenu(),this.hasSubmenu?this.expandAndFocus():this.$emit("c
|
|
|
890
890
|
break
|
|
891
891
|
case xo:this.checked||(this.checked=!0)}},this.updateSubmenu=()=>{this.submenu=this.domChildren().find((e=>"menu"===e.getAttribute("role"))),this.hasSubmenu=void 0!==this.submenu}}expandedChanged(e){if(this.$fastController.isConnected){if(void 0===this.submenu)return
|
|
892
892
|
!1===this.expanded?this.submenu.collapseExpandedItem():this.currentDirection=ni(this),this.$emit("expanded-change",this,{bubbles:!1})}}checkedChanged(e,t){this.$fastController.isConnected&&this.$emit("change")}connectedCallback(){super.connectedCallback(),u.queueUpdate((()=>{this.updateSubmenu()})),this.startColumnCount||(this.startColumnCount=1),this.observer=new MutationObserver(this.updateSubmenu)}disconnectedCallback(){super.disconnectedCallback(),this.submenu=void 0,void 0!==this.observer&&(this.observer.disconnect(),this.observer=void 0)}domChildren(){return Array.from(this.children).filter((e=>!e.hasAttribute("hidden")))}}
|
|
893
|
-
|
|
893
|
+
je([ne({mode:"boolean"})],$o.prototype,"disabled",void 0),je([ne({mode:"boolean"})],$o.prototype,"expanded",void 0),je([m],$o.prototype,"startColumnCount",void 0),je([ne],$o.prototype,"role",void 0),je([ne({mode:"boolean"})],$o.prototype,"checked",void 0),je([m],$o.prototype,"submenuRegion",void 0),je([m],$o.prototype,"hasSubmenu",void 0),je([m],$o.prototype,"currentDirection",void 0),je([m],$o.prototype,"submenu",void 0),Et($o,Ne)
|
|
894
894
|
let Co=class extends Rt{constructor(){super(...arguments),this.expandedItem=null,this.focusIndex=-1,this.isNestedMenu=()=>null!==this.parentElement&&Vt(this.parentElement)&&"menuitem"===this.parentElement.getAttribute("role"),this.handleFocusOut=e=>{if(!this.contains(e.relatedTarget)&&void 0!==this.menuItems){this.collapseExpandedItem()
|
|
895
895
|
const e=this.menuItems.findIndex(this.isFocusableElement)
|
|
896
896
|
this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.menuItems[e].setAttribute("tabindex","0"),this.focusIndex=e}},this.handleItemFocus=e=>{const t=e.target
|
|
@@ -911,15 +911,15 @@ if(i===xo&&(t.checked=!1),"separator"===i)break}const e=this.menuItems.length-1
|
|
|
911
911
|
for(let t=i+1;t<=e;++t){const e=this.menuItems[t],i=e.getAttribute("role")
|
|
912
912
|
if(i===xo&&(e.checked=!1),"separator"===i)break}}},this.isMenuItemElement=e=>Vt(e)&&Co.focusableElementRoles.hasOwnProperty(e.getAttribute("role")),this.isFocusableElement=e=>this.isMenuItemElement(e)}itemsChanged(e,t){this.$fastController.isConnected&&void 0!==this.menuItems&&this.setItems()}connectedCallback(){super.connectedCallback(),u.queueUpdate((()=>{this.setItems()})),this.addEventListener("change",this.changeHandler)}disconnectedCallback(){super.disconnectedCallback(),this.removeItemListeners(),this.menuItems=void 0,this.removeEventListener("change",this.changeHandler)}focus(){this.setFocus(0,1)}collapseExpandedItem(){null!==this.expandedItem&&(this.expandedItem.expanded=!1,this.expandedItem=null)}handleMenuKeyDown(e){if(!e.defaultPrevented&&void 0!==this.menuItems)switch(e.key){case Lt:return void this.setFocus(this.focusIndex+1,1)
|
|
913
913
|
case Nt:return void this.setFocus(this.focusIndex-1,-1)
|
|
914
|
-
case
|
|
915
|
-
case
|
|
914
|
+
case Ut:return void this.setFocus(this.menuItems.length-1,-1)
|
|
915
|
+
case jt:return void this.setFocus(0,1)
|
|
916
916
|
default:return!0}}domChildren(){return Array.from(this.children).filter((e=>!e.hasAttribute("hidden")))}setFocus(e,t){if(void 0!==this.menuItems)for(;e>=0&&e<this.menuItems.length;){const i=this.menuItems[e]
|
|
917
917
|
if(this.isFocusableElement(i)){this.focusIndex>-1&&this.menuItems.length>=this.focusIndex-1&&this.menuItems[this.focusIndex].setAttribute("tabindex","-1"),this.focusIndex=e,i.setAttribute("tabindex","0"),i.focus()
|
|
918
918
|
break}e+=t}}}
|
|
919
|
-
Co.focusableElementRoles=yo,
|
|
919
|
+
Co.focusableElementRoles=yo,je([m],Co.prototype,"items",void 0)
|
|
920
920
|
class ko extends Rt{}class So extends(pi(ko)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const _o="text"
|
|
921
921
|
let Io=class extends So{constructor(){super(...arguments),this.type=_o}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly,this.validate())}autofocusChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.autofocus=this.autofocus,this.validate())}placeholderChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.placeholder=this.placeholder)}typeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.type=this.type,this.validate())}listChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.setAttribute("list",this.list),this.validate())}maxlengthChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.maxLength=this.maxlength,this.validate())}minlengthChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.minLength=this.minlength,this.validate())}patternChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.pattern=this.pattern,this.validate())}sizeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.size=this.size)}spellcheckChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.spellcheck=this.spellcheck)}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type",this.type),this.validate(),this.autofocus&&u.queueUpdate((()=>{this.focus()}))}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.value=this.control.value}handleChange(){this.$emit("change")}validate(){super.validate(this.control)}}
|
|
922
|
-
|
|
922
|
+
je([ne({attribute:"readonly",mode:"boolean"})],Io.prototype,"readOnly",void 0),je([ne({mode:"boolean"})],Io.prototype,"autofocus",void 0),je([ne],Io.prototype,"placeholder",void 0),je([ne],Io.prototype,"type",void 0),je([ne],Io.prototype,"list",void 0),je([ne({converter:ie})],Io.prototype,"maxlength",void 0),je([ne({converter:ie})],Io.prototype,"minlength",void 0),je([ne],Io.prototype,"pattern",void 0),je([ne({converter:ie})],Io.prototype,"size",void 0),je([ne({mode:"boolean"})],Io.prototype,"spellcheck",void 0),je([m],Io.prototype,"defaultSlottedNodes",void 0)
|
|
923
923
|
class Ro{}Et(Ro,ti),Et(Io,Ne,Ro)
|
|
924
924
|
class Mo extends Rt{}class Ao extends(pi(Mo)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let Eo=class extends Ao{constructor(){super(...arguments),this.hideStep=!1,this.step=1,this.isUserInput=!1}maxChanged(e,t){var i
|
|
925
925
|
this.max=Math.max(t,null!==(i=this.min)&&void 0!==i?i:t)
|
|
@@ -933,7 +933,7 @@ return isNaN(o)?o="":(o=Math.min(o,null!==(t=this.max)&&void 0!==t?t:o),o=Math.m
|
|
|
933
933
|
this.value=t.toString()}stepDown(){const e=parseFloat(this.value),t=isNaN(e)?this.min>0?this.min:this.max<0?this.max:this.min?0:0-this.step:e-this.step
|
|
934
934
|
this.value=t.toString()}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type","number"),this.validate(),this.control.value=this.value,this.autofocus&&u.queueUpdate((()=>{this.focus()}))}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.control.value=this.control.value.replace(/[^0-9\-+e.]/g,""),this.isUserInput=!0,this.value=this.control.value}handleChange(){this.$emit("change")}handleKeyDown(e){switch(e.key){case Nt:return this.stepUp(),!1
|
|
935
935
|
case Lt:return this.stepDown(),!1}return!0}handleBlur(){this.control.value=this.value}}
|
|
936
|
-
|
|
936
|
+
je([ne({attribute:"readonly",mode:"boolean"})],Eo.prototype,"readOnly",void 0),je([ne({mode:"boolean"})],Eo.prototype,"autofocus",void 0),je([ne({attribute:"hide-step",mode:"boolean"})],Eo.prototype,"hideStep",void 0),je([ne],Eo.prototype,"placeholder",void 0),je([ne],Eo.prototype,"list",void 0),je([ne({converter:ie})],Eo.prototype,"maxlength",void 0),je([ne({converter:ie})],Eo.prototype,"minlength",void 0),je([ne({converter:ie})],Eo.prototype,"size",void 0),je([ne({converter:ie})],Eo.prototype,"step",void 0),je([ne({converter:ie})],Eo.prototype,"max",void 0),je([ne({converter:ie})],Eo.prototype,"min",void 0),je([m],Eo.prototype,"defaultSlottedNodes",void 0),Et(Eo,Ne,Ro)
|
|
937
937
|
let Oo=class extends Rt{constructor(){super(...arguments),this.orientation=Ot,this.radioChangeHandler=e=>{const t=e.target
|
|
938
938
|
t.checked&&(this.slottedRadioButtons.forEach((e=>{e!==t&&(e.checked=!1,this.isInsideFoundationToolbar||e.setAttribute("tabindex","-1"))})),this.selectedRadio=t,this.value=t.value,t.setAttribute("tabindex","0"),this.focusedRadio=t),e.stopPropagation()},this.moveToRadioByIndex=(e,t)=>{const i=e[t]
|
|
939
939
|
this.isInsideToolbar||(i.setAttribute("tabindex","0"),i.readOnly?this.slottedRadioButtons.forEach((e=>{e!==i&&e.setAttribute("tabindex","-1")})):(i.checked=!0,this.selectedRadio=i)),this.focusedRadio=i,i.focus()},this.moveRightOffGroup=()=>{var e
|
|
@@ -967,13 +967,13 @@ if(t>1){e[t-1].checked=!0}let i=!1
|
|
|
967
967
|
if(this.slottedRadioButtons.forEach((e=>{void 0!==this.name&&e.setAttribute("name",this.name),this.disabled&&(e.disabled=!0),this.readOnly&&(e.readOnly=!0),this.value&&this.value===e.value?(this.selectedRadio=e,this.focusedRadio=e,e.checked=!0,e.setAttribute("tabindex","0"),i=!0):(this.isInsideFoundationToolbar||e.setAttribute("tabindex","-1"),e.checked=!1),e.addEventListener("change",this.radioChangeHandler)})),void 0===this.value&&this.slottedRadioButtons.length>0){const e=this.slottedRadioButtons.filter((e=>e.hasAttribute("checked"))),t=null!==e?e.length:0
|
|
968
968
|
if(t>0&&!i){const i=e[t-1]
|
|
969
969
|
i.checked=!0,this.focusedRadio=i,i.setAttribute("tabindex","0")}else this.slottedRadioButtons[0].setAttribute("tabindex","0"),this.focusedRadio=this.slottedRadioButtons[0]}}}
|
|
970
|
-
|
|
970
|
+
je([ne({attribute:"readonly",mode:"boolean"})],Oo.prototype,"readOnly",void 0),je([ne({attribute:"disabled",mode:"boolean"})],Oo.prototype,"disabled",void 0),je([ne],Oo.prototype,"name",void 0),je([ne],Oo.prototype,"value",void 0),je([ne],Oo.prototype,"orientation",void 0),je([m],Oo.prototype,"childItems",void 0),je([m],Oo.prototype,"slottedRadioButtons",void 0)
|
|
971
971
|
class Fo extends Rt{}class Vo extends(gi(Fo)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let Ho=class extends Vo{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(e.key!==Gt)return!0
|
|
972
972
|
this.checked||this.readOnly||(this.checked=!0)},this.proxy.setAttribute("type","radio")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly)}defaultCheckedChanged(){var e
|
|
973
973
|
this.$fastController.isConnected&&!this.dirtyChecked&&(this.isInsideRadioGroup()||(this.checked=null!==(e=this.defaultChecked)&&void 0!==e&&e,this.dirtyChecked=!1))}connectedCallback(){var e,t
|
|
974
974
|
super.connectedCallback(),this.validate(),"radiogroup"!==(null===(e=this.parentElement)||void 0===e?void 0:e.getAttribute("role"))&&null===this.getAttribute("tabindex")&&(this.disabled||this.setAttribute("tabindex","0")),this.checkedAttribute&&(this.dirtyChecked||this.isInsideRadioGroup()||(this.checked=null!==(t=this.defaultChecked)&&void 0!==t&&t,this.dirtyChecked=!1))}isInsideRadioGroup(){return null!==this.closest("[role=radiogroup]")}clickHandler(e){this.disabled||this.readOnly||this.checked||(this.checked=!0)}}
|
|
975
|
-
function
|
|
976
|
-
class
|
|
975
|
+
function To(e,t,i){return e.nodeType!==Node.TEXT_NODE||"string"==typeof e.nodeValue&&!!e.nodeValue.trim().length}je([ne({attribute:"readonly",mode:"boolean"})],Ho.prototype,"readOnly",void 0),je([m],Ho.prototype,"name",void 0),je([m],Ho.prototype,"defaultSlottedNodes",void 0)
|
|
976
|
+
class Po extends fo{}class Do extends(pi(Po)){constructor(){super(...arguments),this.proxy=document.createElement("select")}}let Lo=class extends Do{constructor(){super(...arguments),this.open=!1,this.forcedPosition=!1,this.listboxId=ei("listbox-"),this.maxHeight=0}openChanged(e,t){if(this.collapsible){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),this.indexWhenOpened=this.selectedIndex,void u.queueUpdate((()=>this.focus()))
|
|
977
977
|
this.ariaControls="",this.ariaExpanded="false"}}get collapsible(){return!(this.multiple||"number"==typeof this.size)}get value(){return v.track(this,"value"),this._value}set value(e){var t,i,o,n,s,r,a
|
|
978
978
|
const l=`${this._value}`
|
|
979
979
|
if(null===(t=this._options)||void 0===t?void 0:t.length){const t=this._options.findIndex((t=>t.value===e)),l=null!==(o=null===(i=this._options[this.selectedIndex])||void 0===i?void 0:i.value)&&void 0!==o?o:null,c=null!==(s=null===(n=this._options[t])||void 0===n?void 0:n.value)&&void 0!==s?s:null;-1!==t&&l===c||(e="",this.selectedIndex=t),e=null!==(a=null===(r=this.firstSelectedOption)||void 0===r?void 0:r.value)&&void 0!==a?a:e}l!==e&&(this._value=e,super.valueChanged(l,e),v.notify(this,"value"),this.updateDisplayValue())}updateValue(e){var t,i
|
|
@@ -994,22 +994,22 @@ t&&this.proxy.options.add(t)})))}keydownHandler(e){super.keydownHandler(e)
|
|
|
994
994
|
const t=e.key||e.key.charCodeAt(0)
|
|
995
995
|
switch(t){case Gt:e.preventDefault(),this.collapsible&&this.typeAheadExpired&&(this.open=!this.open)
|
|
996
996
|
break
|
|
997
|
-
case
|
|
997
|
+
case jt:case Ut:e.preventDefault()
|
|
998
998
|
break
|
|
999
999
|
case Zt:e.preventDefault(),this.open=!this.open
|
|
1000
1000
|
break
|
|
1001
1001
|
case qt:this.collapsible&&this.open&&(e.preventDefault(),this.open=!1)
|
|
1002
1002
|
break
|
|
1003
1003
|
case Wt:return this.collapsible&&this.open&&(e.preventDefault(),this.open=!1),!0}return this.open||this.indexWhenOpened===this.selectedIndex||(this.updateValue(!0),this.indexWhenOpened=this.selectedIndex),!(t===Lt||t===Nt)}connectedCallback(){super.connectedCallback(),this.forcedPosition=!!this.positionAttribute,this.addEventListener("contentchange",this.updateDisplayValue)}disconnectedCallback(){this.removeEventListener("contentchange",this.updateDisplayValue),super.disconnectedCallback()}sizeChanged(e,t){super.sizeChanged(e,t),this.proxy&&(this.proxy.size=t)}updateDisplayValue(){this.collapsible&&v.notify(this,"displayValue")}}
|
|
1004
|
-
|
|
1005
|
-
class zo{}
|
|
1004
|
+
je([ne({attribute:"open",mode:"boolean"})],Lo.prototype,"open",void 0),je([f],Lo.prototype,"collapsible",null),je([m],Lo.prototype,"control",void 0),je([ne({attribute:"position"})],Lo.prototype,"positionAttribute",void 0),je([m],Lo.prototype,"position",void 0),je([m],Lo.prototype,"maxHeight",void 0)
|
|
1005
|
+
class zo{}je([m],zo.prototype,"ariaControls",void 0),Et(zo,_i),Et(Lo,Ne,zo)
|
|
1006
1006
|
class Bo extends Rt{}class No extends(gi(Bo)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let Zo=class extends No{constructor(){super(),this.initialValue="on",this.keypressHandler=e=>{if(!this.readOnly)switch(e.key){case Zt:case Gt:this.checked=!this.checked}},this.clickHandler=e=>{this.disabled||this.readOnly||(this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly),this.readOnly?this.classList.add("readonly"):this.classList.remove("readonly")}checkedChanged(e,t){super.checkedChanged(e,t),this.checked?this.classList.add("checked"):this.classList.remove("checked")}}
|
|
1007
|
-
|
|
1007
|
+
je([ne({attribute:"readonly",mode:"boolean"})],Zo.prototype,"readOnly",void 0),je([m],Zo.prototype,"defaultSlottedNodes",void 0)
|
|
1008
1008
|
let qo=class extends Rt{}
|
|
1009
|
-
let
|
|
1010
|
-
|
|
1011
|
-
const
|
|
1012
|
-
let Go=class extends Rt{constructor(){super(...arguments),this.orientation=
|
|
1009
|
+
let jo=class extends Rt{}
|
|
1010
|
+
je([ne({mode:"boolean"})],jo.prototype,"disabled",void 0)
|
|
1011
|
+
const Uo="horizontal"
|
|
1012
|
+
let Go=class extends Rt{constructor(){super(...arguments),this.orientation=Uo,this.activeindicator=!0,this.showActiveIndicator=!0,this.prevActiveTabIndex=0,this.activeTabIndex=0,this.ticking=!1,this.change=()=>{this.$emit("change",this.activetab)},this.isDisabledElement=e=>"true"===e.getAttribute("aria-disabled"),this.isFocusableElement=e=>!this.isDisabledElement(e),this.setTabs=()=>{const e="gridColumn",t="gridRow",i=this.isHorizontal()?e:t
|
|
1013
1013
|
this.activeTabIndex=this.getActiveIndex(),this.showActiveIndicator=!1,this.tabs.forEach(((o,n)=>{if("tab"===o.slot){const e=this.activeTabIndex===n&&this.isFocusableElement(o)
|
|
1014
1014
|
this.activeindicator&&this.isFocusableElement(o)&&(this.showActiveIndicator=!0)
|
|
1015
1015
|
const t=this.tabIds[n],i=this.tabpanelIds[n]
|
|
@@ -1019,9 +1019,9 @@ e.setAttribute("id",o),e.setAttribute("aria-labelledby",i),this.activeTabIndex!=
|
|
|
1019
1019
|
break
|
|
1020
1020
|
case Bt:e.preventDefault(),this.adjustForward(e)}else switch(e.key){case Nt:e.preventDefault(),this.adjustBackward(e)
|
|
1021
1021
|
break
|
|
1022
|
-
case Lt:e.preventDefault(),this.adjustForward(e)}switch(e.key){case
|
|
1022
|
+
case Lt:e.preventDefault(),this.adjustForward(e)}switch(e.key){case jt:e.preventDefault(),this.adjust(-this.activeTabIndex)
|
|
1023
1023
|
break
|
|
1024
|
-
case
|
|
1024
|
+
case Ut:e.preventDefault(),this.adjust(this.tabs.length-this.activeTabIndex-1)}},this.adjustForward=e=>{const t=this.tabs
|
|
1025
1025
|
let i=0
|
|
1026
1026
|
for(i=this.activetab?t.indexOf(this.activetab)+1:1,i===t.length&&(i=0);i<t.length&&t.length>1;){if(this.isFocusableElement(t[i])){this.moveToTabByIndex(t,i)
|
|
1027
1027
|
break}if(this.activetab&&i===t.indexOf(this.activetab))break
|
|
@@ -1031,17 +1031,17 @@ for(i=this.activetab?t.indexOf(this.activetab)-1:0,i=i<0?t.length-1:i;i>=0&&t.le
|
|
|
1031
1031
|
break}i-1<0?i=t.length-1:i-=1}},this.moveToTabByIndex=(e,t)=>{const i=e[t]
|
|
1032
1032
|
this.activetab=i,this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=t,i.focus(),this.setComponent()}}orientationChanged(){this.$fastController.isConnected&&(this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}activeidChanged(e,t){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.prevActiveTabIndex=this.tabs.findIndex((t=>t.id===e)),this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}tabsChanged(){this.$fastController.isConnected&&this.tabs.length<=this.tabpanels.length&&(this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}tabpanelsChanged(){this.$fastController.isConnected&&this.tabpanels.length<=this.tabs.length&&(this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.setTabs(),this.setTabPanels(),this.handleActiveIndicatorPosition())}getActiveIndex(){return void 0!==this.activeid?-1===this.tabIds.indexOf(this.activeid)?0:this.tabIds.indexOf(this.activeid):0}getTabIds(){return this.tabs.map((e=>{var t
|
|
1033
1033
|
return null!==(t=e.getAttribute("id"))&&void 0!==t?t:`tab-${ei()}`}))}getTabPanelIds(){return this.tabpanels.map((e=>{var t
|
|
1034
|
-
return null!==(t=e.getAttribute("id"))&&void 0!==t?t:`panel-${ei()}`}))}setComponent(){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.focusTab(),this.change())}isHorizontal(){return this.orientation===
|
|
1034
|
+
return null!==(t=e.getAttribute("id"))&&void 0!==t?t:`panel-${ei()}`}))}setComponent(){this.activeTabIndex!==this.prevActiveTabIndex&&(this.activeid=this.tabIds[this.activeTabIndex],this.focusTab(),this.change())}isHorizontal(){return this.orientation===Uo}handleActiveIndicatorPosition(){this.showActiveIndicator&&this.activeindicator&&this.activeTabIndex!==this.prevActiveTabIndex&&(this.ticking?this.ticking=!1:(this.ticking=!0,this.animateActiveIndicator()))}animateActiveIndicator(){this.ticking=!0
|
|
1035
1035
|
const e=this.isHorizontal()?"gridColumn":"gridRow",t=this.isHorizontal()?"translateX":"translateY",i=this.isHorizontal()?"offsetLeft":"offsetTop",o=this.activeIndicatorRef[i]
|
|
1036
1036
|
this.activeIndicatorRef.style[e]=`${this.activeTabIndex+1}`
|
|
1037
1037
|
const n=this.activeIndicatorRef[i]
|
|
1038
1038
|
this.activeIndicatorRef.style[e]=`${this.prevActiveTabIndex+1}`
|
|
1039
1039
|
const s=n-o
|
|
1040
1040
|
this.activeIndicatorRef.style.transform=`${t}(${s}px)`,this.activeIndicatorRef.classList.add("activeIndicatorTransition"),this.activeIndicatorRef.addEventListener("transitionend",(()=>{this.ticking=!1,this.activeIndicatorRef.style[e]=`${this.activeTabIndex+1}`,this.activeIndicatorRef.style.transform=`${t}(0px)`,this.activeIndicatorRef.classList.remove("activeIndicatorTransition")}))}adjust(e){this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=function(e,t,i){return i<e?t:i>t?e:i}(0,this.tabs.length-1,this.activeTabIndex+e),this.setComponent()}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}
|
|
1041
|
-
|
|
1041
|
+
je([ne],Go.prototype,"orientation",void 0),je([ne],Go.prototype,"activeid",void 0),je([m],Go.prototype,"tabs",void 0),je([m],Go.prototype,"tabpanels",void 0),je([ne({mode:"boolean"})],Go.prototype,"activeindicator",void 0),je([m],Go.prototype,"activeIndicatorRef",void 0),je([m],Go.prototype,"showActiveIndicator",void 0),Et(Go,Ne)
|
|
1042
1042
|
class Wo extends Rt{}class Ko extends(pi(Wo)){constructor(){super(...arguments),this.proxy=document.createElement("textarea")}}const Xo="none"
|
|
1043
1043
|
let Yo=class extends Ko{constructor(){super(...arguments),this.resize=Xo,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)}}
|
|
1044
|
-
|
|
1044
|
+
je([ne({mode:"boolean"})],Yo.prototype,"readOnly",void 0),je([ne],Yo.prototype,"resize",void 0),je([ne({mode:"boolean"})],Yo.prototype,"autofocus",void 0),je([ne({attribute:"form"})],Yo.prototype,"formId",void 0),je([ne],Yo.prototype,"list",void 0),je([ne({converter:ie})],Yo.prototype,"maxlength",void 0),je([ne({converter:ie})],Yo.prototype,"minlength",void 0),je([ne],Yo.prototype,"name",void 0),je([ne],Yo.prototype,"placeholder",void 0),je([ne({converter:ie,mode:"fromView"})],Yo.prototype,"cols",void 0),je([ne({converter:ie,mode:"fromView"})],Yo.prototype,"rows",void 0),je([ne({mode:"boolean"})],Yo.prototype,"spellcheck",void 0),je([m],Yo.prototype,"defaultSlottedNodes",void 0),Et(Yo,Ro)
|
|
1045
1045
|
const Qo=Object.freeze({[Kt.ArrowUp]:{[Ft]:-1},[Kt.ArrowDown]:{[Ft]:1},[Kt.ArrowLeft]:{[Ot]:{[Xt.ltr]:-1,[Xt.rtl]:1}},[Kt.ArrowRight]:{[Ot]:{[Xt.ltr]:1,[Xt.rtl]:-1}}})
|
|
1046
1046
|
let Jo=class extends Rt{constructor(){super(...arguments),this._activeIndex=0,this.direction=Xt.ltr,this.orientation=Ot}get activeIndex(){return v.track(this,"activeIndex"),this._activeIndex}set activeIndex(e){this.$fastController.isConnected&&(this._activeIndex=Yt(0,this.focusableElements.length-1,e),v.notify(this,"activeIndex"))}slottedItemsChanged(){this.$fastController.isConnected&&this.reduceFocusableElements()}clickHandler(e){var t
|
|
1047
1047
|
const i=null===(t=this.focusableElements)||void 0===t?void 0:t.indexOf(e.target)
|
|
@@ -1060,8 +1060,8 @@ this.activeIndex=Math.max(0,i),this.setFocusableElements()}setFocusedElement(e=t
|
|
|
1060
1060
|
this.activeIndex=e,this.setFocusableElements(),null===(t=this.focusableElements[this.activeIndex])||void 0===t||t.focus()}static reduceFocusableItems(e,t){var i,o,n,s
|
|
1061
1061
|
const r="radio"===t.getAttribute("role"),a=null===(o=null===(i=t.$fastController)||void 0===i?void 0:i.definition.shadowOptions)||void 0===o?void 0:o.delegatesFocus,l=Array.from(null!==(s=null===(n=t.shadowRoot)||void 0===n?void 0:n.querySelectorAll("*"))&&void 0!==s?s:[]).some((e=>mo(e)))
|
|
1062
1062
|
return t.hasAttribute("disabled")||t.hasAttribute("hidden")||!(mo(t)||r||a||l)?t.childElementCount?e.concat(Array.from(t.children).reduce(Jo.reduceFocusableItems,[])):e:(e.push(t),e)}setFocusableElements(){this.$fastController.isConnected&&this.focusableElements.length>0&&this.focusableElements.forEach(((e,t)=>{e.tabIndex=this.activeIndex===t?0:-1}))}}
|
|
1063
|
-
|
|
1064
|
-
class en{}
|
|
1063
|
+
je([m],Jo.prototype,"direction",void 0),je([ne],Jo.prototype,"orientation",void 0),je([m],Jo.prototype,"slottedItems",void 0),je([m],Jo.prototype,"slottedLabel",void 0),je([m],Jo.prototype,"childItems",void 0)
|
|
1064
|
+
class en{}je([ne({attribute:"aria-labelledby"})],en.prototype,"ariaLabelledby",void 0),je([ne({attribute:"aria-label"})],en.prototype,"ariaLabel",void 0),Et(en,ti),Et(Jo,Ne,en)
|
|
1065
1065
|
const tn="top",on="right",nn="bottom",sn="left",rn="start",an="end",ln="top-left",cn="top-right",dn="bottom-left",hn="bottom-right",un="top-start",pn="top-end",gn="bottom-start",vn="bottom-end"
|
|
1066
1066
|
let mn=class extends Rt{constructor(){super(...arguments),this.anchor="",this.delay=300,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="dynamic",this.horizontalInset="false",this.verticalInset="false",this.horizontalScaling="content",this.verticalScaling="content",this.verticalDefaultPosition=void 0,this.horizontalDefaultPosition=void 0,this.tooltipVisible=!1,this.currentDirection=Xt.ltr,this.showDelayTimer=null,this.hideDelayTimer=null,this.isAnchorHoveredFocused=!1,this.isRegionHovered=!1,this.handlePositionChange=e=>{this.classList.toggle("top","start"===this.region.verticalPosition),this.classList.toggle("bottom","end"===this.region.verticalPosition),this.classList.toggle("inset-top","insetStart"===this.region.verticalPosition),this.classList.toggle("inset-bottom","insetEnd"===this.region.verticalPosition),this.classList.toggle("center-vertical","center"===this.region.verticalPosition),this.classList.toggle("left","start"===this.region.horizontalPosition),this.classList.toggle("right","end"===this.region.horizontalPosition),this.classList.toggle("inset-left","insetStart"===this.region.horizontalPosition),this.classList.toggle("inset-right","insetEnd"===this.region.horizontalPosition),this.classList.toggle("center-horizontal","center"===this.region.horizontalPosition)},this.handleRegionMouseOver=e=>{this.isRegionHovered=!0},this.handleRegionMouseOut=e=>{this.isRegionHovered=!1,this.startHideDelayTimer()},this.handleAnchorMouseOver=e=>{this.tooltipVisible?this.isAnchorHoveredFocused=!0:this.startShowDelayTimer()},this.handleAnchorMouseOut=e=>{this.isAnchorHoveredFocused=!1,this.clearShowDelayTimer(),this.startHideDelayTimer()},this.handleAnchorFocusIn=e=>{this.startShowDelayTimer()},this.handleAnchorFocusOut=e=>{this.isAnchorHoveredFocused=!1,this.clearShowDelayTimer(),this.startHideDelayTimer()},this.startHideDelayTimer=()=>{this.clearHideDelayTimer(),this.tooltipVisible&&(this.hideDelayTimer=window.setTimeout((()=>{this.updateTooltipVisibility()}),60))},this.clearHideDelayTimer=()=>{null!==this.hideDelayTimer&&(clearTimeout(this.hideDelayTimer),this.hideDelayTimer=null)},this.startShowDelayTimer=()=>{this.isAnchorHoveredFocused||(this.delay>1?null===this.showDelayTimer&&(this.showDelayTimer=window.setTimeout((()=>{this.startHover()}),this.delay)):this.startHover())},this.startHover=()=>{this.isAnchorHoveredFocused=!0,this.updateTooltipVisibility()},this.clearShowDelayTimer=()=>{null!==this.showDelayTimer&&(clearTimeout(this.showDelayTimer),this.showDelayTimer=null)},this.getAnchor=()=>{const e=this.getRootNode()
|
|
1067
1067
|
return e instanceof ShadowRoot?e.getElementById(this.anchor):document.getElementById(this.anchor)},this.handleDocumentKeydown=e=>{if(!e.defaultPrevented&&this.tooltipVisible&&e.key===qt)this.isAnchorHoveredFocused=!1,this.updateTooltipVisibility(),this.$emit("dismiss")},this.updateTooltipVisibility=()=>{if(!1===this.visible)this.hideTooltip()
|
|
@@ -1090,15 +1090,15 @@ break
|
|
|
1090
1090
|
case vn:this.verticalDefaultPosition="bottom",this.horizontalDefaultPosition="end"
|
|
1091
1091
|
break
|
|
1092
1092
|
default:this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="dynamic",this.verticalDefaultPosition=void 0,this.horizontalDefaultPosition="center"}}}
|
|
1093
|
-
|
|
1093
|
+
je([ne({mode:"boolean"})],mn.prototype,"visible",void 0),je([ne],mn.prototype,"anchor",void 0),je([ne],mn.prototype,"delay",void 0),je([ne],mn.prototype,"position",void 0),je([ne({attribute:"auto-update-mode"})],mn.prototype,"autoUpdateMode",void 0),je([ne({attribute:"horizontal-viewport-lock"})],mn.prototype,"horizontalViewportLock",void 0),je([ne({attribute:"vertical-viewport-lock"})],mn.prototype,"verticalViewportLock",void 0),je([m],mn.prototype,"anchorElement",void 0),je([m],mn.prototype,"viewportElement",void 0),je([m],mn.prototype,"verticalPositioningMode",void 0),je([m],mn.prototype,"horizontalPositioningMode",void 0),je([m],mn.prototype,"horizontalInset",void 0),je([m],mn.prototype,"verticalInset",void 0),je([m],mn.prototype,"horizontalScaling",void 0),je([m],mn.prototype,"verticalScaling",void 0),je([m],mn.prototype,"verticalDefaultPosition",void 0),je([m],mn.prototype,"horizontalDefaultPosition",void 0),je([m],mn.prototype,"tooltipVisible",void 0),je([m],mn.prototype,"currentDirection",void 0)
|
|
1094
1094
|
function fn(e){return Vt(e)&&"treeitem"===e.getAttribute("role")}let bn=class extends Rt{constructor(){super(...arguments),this.expanded=!1,this.focusable=!1,this.isNestedItem=()=>fn(this.parentElement),this.handleExpandCollapseButtonClick=e=>{this.disabled||e.defaultPrevented||(this.expanded=!this.expanded)},this.handleFocus=e=>{this.setAttribute("tabindex","0")},this.handleBlur=e=>{this.setAttribute("tabindex","-1")}}expandedChanged(){this.$fastController.isConnected&&this.$emit("expanded-change",this)}selectedChanged(){this.$fastController.isConnected&&this.$emit("selected-change",this)}itemsChanged(e,t){this.$fastController.isConnected&&this.items.forEach((e=>{fn(e)&&(e.nested=!0)}))}static focusItem(e){e.focusable=!0,e.focus()}childItemLength(){const e=this.childItems.filter((e=>fn(e)))
|
|
1095
1095
|
return e?e.length:0}}
|
|
1096
|
-
|
|
1096
|
+
je([ne({mode:"boolean"})],bn.prototype,"expanded",void 0),je([ne({mode:"boolean"})],bn.prototype,"selected",void 0),je([ne({mode:"boolean"})],bn.prototype,"disabled",void 0),je([m],bn.prototype,"focusable",void 0),je([m],bn.prototype,"childItems",void 0),je([m],bn.prototype,"items",void 0),je([m],bn.prototype,"nested",void 0),je([m],bn.prototype,"renderCollapsedChildren",void 0),Et(bn,Ne)
|
|
1097
1097
|
let wn=class extends Rt{constructor(){super(...arguments),this.currentFocused=null,this.handleFocus=e=>{if(!(this.slottedTreeItems.length<1))return e.target===this?(null===this.currentFocused&&(this.currentFocused=this.getValidFocusableItem()),void(null!==this.currentFocused&&bn.focusItem(this.currentFocused))):void(this.contains(e.target)&&(this.setAttribute("tabindex","-1"),this.currentFocused=e.target))},this.handleBlur=e=>{e.target instanceof HTMLElement&&(null===e.relatedTarget||!this.contains(e.relatedTarget))&&this.setAttribute("tabindex","0")},this.handleKeyDown=e=>{if(e.defaultPrevented)return
|
|
1098
1098
|
if(this.slottedTreeItems.length<1)return!0
|
|
1099
1099
|
const t=this.getVisibleNodes()
|
|
1100
|
-
switch(e.key){case
|
|
1101
|
-
case
|
|
1100
|
+
switch(e.key){case jt:return void(t.length&&bn.focusItem(t[0]))
|
|
1101
|
+
case Ut:return void(t.length&&bn.focusItem(t[t.length-1]))
|
|
1102
1102
|
case zt:if(e.target&&this.isFocusableElement(e.target)){const t=e.target
|
|
1103
1103
|
t instanceof bn&&t.childItemLength()>0&&t.expanded?t.expanded=!1:t instanceof bn&&t.parentElement instanceof bn&&bn.focusItem(t.parentElement)}return!1
|
|
1104
1104
|
case Bt:if(e.target&&this.isFocusableElement(e.target)){const t=e.target
|
|
@@ -1120,7 +1120,7 @@ Vt(o)&&bn.focusItem(o)}getValidFocusableItem(){const e=this.getVisibleNodes()
|
|
|
1120
1120
|
let t=e.findIndex(this.isSelectedElement)
|
|
1121
1121
|
return-1===t&&(t=e.findIndex(this.isFocusableElement)),-1!==t?e[t]:null}checkForNestedItems(){return this.slottedTreeItems.some((e=>fn(e)&&e.querySelector("[role='treeitem']")))}getVisibleNodes(){return function(e,t){if(!e||!t||!Vt(e))return
|
|
1122
1122
|
return Array.from(e.querySelectorAll(t)).filter((e=>null!==e.offsetParent))}(this,"[role='treeitem']")||[]}}
|
|
1123
|
-
|
|
1123
|
+
je([ne({attribute:"render-collapsed-nodes"})],wn.prototype,"renderCollapsedNodes",void 0),je([m],wn.prototype,"currentSelected",void 0),je([m],wn.prototype,"slottedTreeItems",void 0)
|
|
1124
1124
|
function xn(e){return`:host([hidden]){display:none}:host{display:${e}}`}const yn=function(){if("boolean"==typeof Ht)return Ht
|
|
1125
1125
|
if("undefined"==typeof window||!window.document||!window.document.createElement)return Ht=!1,Ht
|
|
1126
1126
|
const e=document.createElement("style"),t=function(){const e=document.querySelector('meta[property="csp-nonce"]')
|
|
@@ -1136,7 +1136,7 @@ if(null===t)return null
|
|
|
1136
1136
|
let i=t[1]
|
|
1137
1137
|
if(3===i.length){const e=i.charAt(0),t=i.charAt(1),o=i.charAt(2)
|
|
1138
1138
|
i=e.concat(e,t,t,o,o)}const o=parseInt(i,16)
|
|
1139
|
-
return isNaN(o)?null:new Rn(Sn((16711680&o)>>>16,0,255),Sn((65280&o)>>>8,0,255),Sn(255&o,0,255),1)}function
|
|
1139
|
+
return isNaN(o)?null:new Rn(Sn((16711680&o)>>>16,0,255),Sn((65280&o)>>>8,0,255),Sn(255&o,0,255),1)}function Tn(e){const t=e.toLowerCase()
|
|
1140
1140
|
return function(e){return On.test(e)}(t)?Hn(t):Vn(t)?function(e){const t=Fn.exec(e)
|
|
1141
1141
|
if(null===t)return null
|
|
1142
1142
|
let i=t[1]
|
|
@@ -1149,44 +1149,44 @@ return new Rn(Sn(Number(i[0]),0,255),Sn(Number(i[1]),0,255),Sn(Number(i[2]),0,25
|
|
|
1149
1149
|
if(null===t)return null
|
|
1150
1150
|
const i=t[1].split(",")
|
|
1151
1151
|
return 4===i.length?new Rn(Sn(Number(i[0]),0,255),Sn(Number(i[1]),0,255),Sn(Number(i[2]),0,255),Number(i[3])):null}(t):function(e){return Mn.hasOwnProperty(e)}(t)?function(e){const t=Mn[e.toLowerCase()]
|
|
1152
|
-
return t?new Rn(t.r,t.g,t.b,t.hasOwnProperty("a")?t.a:void 0):null}(t):null}const
|
|
1152
|
+
return t?new Rn(t.r,t.g,t.b,t.hasOwnProperty("a")?t.a:void 0):null}(t):null}const Pn="#a46eff",Dn="#804ad9",Ln="#ff8126",zn="#009921",Bn="#00c12b",Nn="#c4000c",Zn="#818386",qn="#f1f1f2",jn="#f5f5f5",Un="#ffffff",Gn="#363738",Wn="#505153",Kn="#000000",Xn="#161617",Yn="#074023",Qn="#009b65",Jn="#d63434",es="#ff4b00",ts="#006b46",is="#32eb96",os="Source Sans Pro",ns="400",ss="14px",rs="18px",as="14px",ls="0.25s"
|
|
1153
1153
|
function cs(e,t){const{r:i,g:o,b:n}=Hn(e)
|
|
1154
|
-
return`rgba(${255*i}, ${255*o}, ${255*n}, ${t})`}const ds=cs(Kn,.3),hs=cs(Kn,.6),us=cs(Kn,.6),ps=ls,gs="light",vs="dark",ms="color",fs="action-rgb-partial-color",bs="application-background-color",ws="divider-background-color",xs="header-background-color",ys="section-background-color",$s="fill-selected-color",Cs="fill-selected-rgb-partial-color",ks="fill-hover-selected-color",Ss="fill-hover-color",_s="fill-down-color",Is="border-color",Rs="border-rgb-partial-color",Ms="fail-color",As="warning-color",Es="pass-color",Os="information-color",Fs="border-hover-color",Vs="icon-color",Hs="modal-backdrop-color",
|
|
1154
|
+
return`rgba(${255*i}, ${255*o}, ${255*n}, ${t})`}const ds=cs(Kn,.3),hs=cs(Kn,.6),us=cs(Kn,.6),ps=ls,gs="light",vs="dark",ms="color",fs="action-rgb-partial-color",bs="application-background-color",ws="divider-background-color",xs="header-background-color",ys="section-background-color",$s="fill-selected-color",Cs="fill-selected-rgb-partial-color",ks="fill-hover-selected-color",Ss="fill-hover-color",_s="fill-down-color",Is="border-color",Rs="border-rgb-partial-color",Ms="fail-color",As="warning-color",Es="pass-color",Os="information-color",Fs="border-hover-color",Vs="icon-color",Hs="modal-backdrop-color",Ts="popup-border-color",Ps="control-height",Ds="control-slim-height",Ls="small-padding",zs="standard-padding",Bs="label-height",Ns="border-width",Zs="icon-size",qs="group-header-text-transform",js="drawer-width",Us="banner-gap-size",Gs="spinner-small-height",Ws="spinner-medium-height",Ks="spinner-large-height",Xs="small-delay",Ys="medium-delay",Qs="large-delay",Js="headline-plus-1-font",er="headline-font",tr="table-header-font",ir="title-plus-2-font",or="title-plus-1-font",nr="title-font",sr="subtitle-plus-1-font",rr="subtitle-font",ar="link-font",lr="link-active-font",cr="link-prominent-font",dr="link-active-prominent-font",hr="placeholder-font",ur="body-emphasized-font",pr="body-font",gr="group-header-font",vr="control-label-font",mr="button-label-font",fr="tooltip-caption-font",br="tooltip-background-color",wr="error-text-font",xr="table-row-border-color",yr="elevation-1-box-shadow",$r="elevation-2-box-shadow",Cr="elevation-3-box-shadow",kr="graph-gridline-color",Sr=e=>`ni-nimble-${e}`,_r="animationend",Ir="change",Rr="ArrowDown",Mr="ArrowLeft",Ar="ArrowUp",Er="Enter",Or="Shift"
|
|
1155
1155
|
var Fr
|
|
1156
1156
|
!function(e){e.ltr="ltr",e.rtl="rtl"}(Fr||(Fr={}))
|
|
1157
1157
|
let Vr=0
|
|
1158
|
-
function Hr(e=""){return`${e}${Vr++}`}const
|
|
1158
|
+
function Hr(e=""){return`${e}${Vr++}`}const Tr=G`<slot></slot>`,Pr=fe`
|
|
1159
1159
|
:host {
|
|
1160
1160
|
display: contents;
|
|
1161
1161
|
}
|
|
1162
1162
|
`,Dr=eo.create({name:"direction",cssCustomPropertyName:null}).withDefault(Fr.ltr),Lr=eo.create({name:"theme",cssCustomPropertyName:null}).withDefault(gs)
|
|
1163
1163
|
class zr extends Rt{constructor(){super(...arguments),this.direction=Fr.ltr,this.theme=gs}directionChanged(e,t){null!=t?Dr.setValueFor(this,t):Dr.deleteValueFor(this)}themeChanged(e,t){null!=t?Lr.setValueFor(this,t):Lr.deleteValueFor(this)}}e([ne({attribute:"direction"})],zr.prototype,"direction",void 0),e([ne({attribute:"theme"})],zr.prototype,"theme",void 0)
|
|
1164
|
-
const Br=zr.compose({baseName:"theme-provider",styles:
|
|
1164
|
+
const Br=zr.compose({baseName:"theme-provider",styles:Pr,template:Tr})
|
|
1165
1165
|
ro.getOrCreate().withPrefix("nimble").register(Br()),ro.tagFor(zr)
|
|
1166
|
-
const Nr="Source Sans Pro Fallback",Zr=eo.create(Sr(fs)).withDefault((e=>Ac(Oc(e,Xn,qn,
|
|
1167
|
-
eo.create(Sr(xs)).withDefault((e=>Oc(e,
|
|
1168
|
-
const
|
|
1169
|
-
eo.create(Sr(Cs)).withDefault((e=>Ac(
|
|
1170
|
-
const
|
|
1171
|
-
eo.create(Sr(_s)).withDefault((e=>cs(function(e){return Oc(e,Xn,qn,
|
|
1172
|
-
const Wr=eo.create(Sr(Is)).withDefault((e=>Vc(e))),Kr=eo.create(Sr(Rs)).withDefault((e=>Ac(Vc(e)))),Xr=eo.create(Sr(Ms)).withDefault((e=>Fc(e))),Yr=eo.create(Sr(As)).withDefault((e=>function(e){return Oc(e,es,Ln,
|
|
1166
|
+
const Nr="Source Sans Pro Fallback",Zr=eo.create(Sr(fs)).withDefault((e=>Ac(Oc(e,Xn,qn,Un)))),qr=eo.create(Sr(bs)).withDefault((e=>Oc(e,Un,Gn,Yn)))
|
|
1167
|
+
eo.create(Sr(xs)).withDefault((e=>Oc(e,jn,"#252526",Yn))),eo.create(Sr(ys)).withDefault((e=>Oc(e,qn,Wn,Yn))),eo.create(Sr(ws)).withDefault((e=>Oc(e,qn,Wn,Yn)))
|
|
1168
|
+
const jr=eo.create(Sr($s)).withDefault((e=>cs(Tc(e),.2)))
|
|
1169
|
+
eo.create(Sr(Cs)).withDefault((e=>Ac(Tc(e))))
|
|
1170
|
+
const Ur=eo.create(Sr(ks)).withDefault((e=>cs(Tc(e),.15))),Gr=eo.create(Sr(Ss)).withDefault((e=>cs(function(e){return Oc(e,Xn,qn,Un)}(e),.1)))
|
|
1171
|
+
eo.create(Sr(_s)).withDefault((e=>cs(function(e){return Oc(e,Xn,qn,Un)}(e),.15)))
|
|
1172
|
+
const Wr=eo.create(Sr(Is)).withDefault((e=>Vc(e))),Kr=eo.create(Sr(Rs)).withDefault((e=>Ac(Vc(e)))),Xr=eo.create(Sr(Ms)).withDefault((e=>Fc(e))),Yr=eo.create(Sr(As)).withDefault((e=>function(e){return Oc(e,es,Ln,Un)}(e))),Qr=eo.create(Sr(Es)).withDefault((e=>function(e){return Oc(e,zn,Bn,Un)}(e))),Jr=eo.create(Sr(Os)).withDefault((e=>function(e){return Oc(e,Dn,Pn,Un)}(e))),ea=eo.create(Sr(Fs)).withDefault((e=>Oc(e,Qn,Qn,Un))),ta=eo.create(Sr(Vs)).withDefault((e=>Oc(e,Xn,qn,Un)))
|
|
1173
1173
|
eo.create(Sr(Hs)).withDefault((e=>function(e){switch(Lr.getValueFor(e)){case gs:return ds
|
|
1174
1174
|
case vs:return hs
|
|
1175
1175
|
case ms:return us
|
|
1176
1176
|
default:return ds}}(e)))
|
|
1177
|
-
const ia=eo.create(Sr(
|
|
1178
|
-
eo.create(Sr(kr)).withDefault((e=>cs(Oc(e,Xn,qn,
|
|
1179
|
-
const oa=eo.create(Sr(xr)).withDefault((e=>Oc(e,qn,Wn,Yn))),na=eo.create(Sr(
|
|
1177
|
+
const ia=eo.create(Sr(Ts)).withDefault((e=>cs(Oc(e,Xn,qn,Un),.3)))
|
|
1178
|
+
eo.create(Sr(kr)).withDefault((e=>cs(Oc(e,Xn,qn,Un),.2))),eo.create(Sr(br)).withDefault((e=>Oc(e,qn,Gn,Yn)))
|
|
1179
|
+
const oa=eo.create(Sr(xr)).withDefault((e=>Oc(e,qn,Wn,Yn))),na=eo.create(Sr(Ps)).withDefault("32px"),sa=eo.create(Sr(Ds)).withDefault("24px"),ra=eo.create(Sr(Ls)).withDefault("4px"),aa=eo.create(Sr(zs)).withDefault("16px")
|
|
1180
1180
|
eo.create(Sr(Bs)).withDefault("16px")
|
|
1181
|
-
const la=eo.create(Sr(Ns)).withDefault("1px"),ca=eo.create(Sr(Zs)).withDefault("16px"),da=eo.create(Sr(
|
|
1182
|
-
eo.create(Sr(
|
|
1181
|
+
const la=eo.create(Sr(Ns)).withDefault("1px"),ca=eo.create(Sr(Zs)).withDefault("16px"),da=eo.create(Sr(js)).withDefault("784px")
|
|
1182
|
+
eo.create(Sr(Us)).withDefault("1px")
|
|
1183
1183
|
const ha=eo.create(Sr(Gs)).withDefault("16px")
|
|
1184
1184
|
eo.create(Sr(Ws)).withDefault("32px"),eo.create(Sr(Ks)).withDefault("64px"),eo.create(Sr(yr)).withDefault((e=>`0px 1px 4px ${cs(Oc(e,Kn,Kn,Kn),.16)}`))
|
|
1185
1185
|
const ua=eo.create(Sr($r)).withDefault((e=>`0px 2px 4px ${cs(Oc(e,Kn,Kn,Kn),.16)}`)),pa=eo.create(Sr(Cr)).withDefault((e=>`0px 4px 8px ${cs(Oc(e,Kn,Kn,Kn),.3)}`))
|
|
1186
1186
|
Ec(er,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Noto Serif","400","25px","32px","Noto Serif Fallback"),Ec(Js,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Noto Serif","400","29.100000381469727px","40px","Noto Serif Fallback"),Ec(ir,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Source Sans Pro","400","25px","32px","Source Sans Pro Fallback")
|
|
1187
1187
|
const[ga,va,ma,fa,ba,wa,xa,ya]=Ec(or,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Source Sans Pro","400","22px","28px","Source Sans Pro Fallback")
|
|
1188
1188
|
Ec(nr,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Source Sans Pro","400","19px","24px","Source Sans Pro Fallback"),Ec(sr,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Source Sans Pro","300","16px","20px","Source Sans Pro Fallback")
|
|
1189
|
-
const[$a,Ca,ka,Sa,_a,Ia,Ra,Ma]=Ec(rr,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[Aa,Ea,Oa,Fa,Va,Ha,Pa
|
|
1189
|
+
const[$a,Ca,ka,Sa,_a,Ia,Ra,Ma]=Ec(rr,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[Aa,Ea,Oa,Fa,Va,Ha,Ta,Pa]=Ec(ar,(e=>Hc(e)),(e=>cs(Hc(e),.3)),os,ns,ss,rs,Nr),[Da,La,za,Ba,Na,Za,qa,ja]=Ec(lr,(e=>Oc(e,ts,is,cs(Un,.6))),(e=>cs(Hc(e),.3)),os,ns,ss,rs,Nr),[Ua,Ga,Wa,Ka,Xa,Ya,Qa,Ja]=Ec(cr,(e=>Oc(e,ts,is,is)),(e=>cs(Hc(e),.3)),os,ns,ss,rs,Nr),[el,tl,il,ol,nl,sl,rl,al]=Ec(dr,(e=>Hc(e)),(e=>cs(Hc(e),.3)),os,ns,ss,rs,Nr),[ll,cl,dl,hl,ul,pl,gl,vl]=Ec(hr,(e=>cs(Hc(e),.6)),(e=>cs(Hc(e),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[ml,fl,bl,wl,xl,yl,$l,Cl]=Ec(ur,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Source Sans Pro","600","14px","18px","Source Sans Pro Fallback"),[kl,Sl,_l,Il,Rl,Ml,Al,El]=Ec(pr,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[Ol,Fl,Vl,Hl,Tl,Pl,Dl,Ll]=Ec(gr,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[zl,Bl,Nl,Zl,ql,jl,Ul,Gl]=Ec(vr,(e=>cs(Hc(e),.6)),(e=>cs(Hc(e),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[Wl,Kl,Xl,Yl,Ql,Jl,ec,tc]=Ec(mr,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Source Sans Pro","400","12.800000190734863px","16px","Source Sans Pro Fallback"),[ic,oc,nc,sc,rc,ac,lc,cc]=Ec(fr,(e=>Hc(e)),(e=>cs(Hc(e),.3)),"Source Sans Pro","400","11px",as,"Source Sans Pro Fallback"),[dc,hc,uc,pc,gc,vc,mc,fc]=Ec(wr,(e=>Fc(e)),(e=>cs(Fc(e),.3)),"Source Sans Pro","400","11px",as,"Source Sans Pro Fallback"),[bc,wc,xc,yc,$c,Cc,kc,Sc]=Ec(tr,(e=>cs(Hc(e),.6)),(e=>cs(Hc(e),.3)),"Source Sans Pro","600","12.800000190734863px",as,"Source Sans Pro Fallback"),_c=eo.create(Sr(qs)).withDefault("uppercase"),Ic=eo.create(Sr(Xs)).withDefault("0.075s"),Rc=eo.create(Sr(Ys)).withDefault("0.15s"),Mc=eo.create(Sr(Qs)).withDefault(ls)
|
|
1190
1190
|
function Ac(e){const{r:t,g:i,b:o}=Hn(e)
|
|
1191
1191
|
return`${255*t}, ${255*i}, ${255*o}`}function Ec(e,t,i,o,n,s,r,a){if(""===e||""===o||""===n||""===s||""===r||""===a)throw new Error("createFontTokens parameter unexpectedly set to empty string")
|
|
1192
1192
|
const l=eo.create(Sr(e)).withDefault(`${n} ${s}/${r} ${o}, ${a}`),c=e.split("-font"),d=c[0]
|
|
@@ -1194,7 +1194,7 @@ if(void 0===d||""!==c[1])throw new Error(`fontTokenName value of ${e} did not ha
|
|
|
1194
1194
|
return[l,eo.create(Sr(`${d}-font-color`)).withDefault((e=>t(e))),eo.create(Sr(`${d}-disabled-font-color`)).withDefault((e=>i(e))),eo.create(Sr(`${d}-font-family`)).withDefault(`${o}`),eo.create(Sr(`${d}-font-weight`)).withDefault(`${n}`),eo.create(Sr(`${d}-font-size`)).withDefault(`${s}`),eo.create(Sr(`${d}-font-line-height`)).withDefault(`${r}`),eo.create(Sr(`${d}-fallback-font-family`)).withDefault(`${a}`)]}function Oc(e,t,i,o){switch(Lr.getValueFor(e)){case gs:return t
|
|
1195
1195
|
case vs:return i
|
|
1196
1196
|
case ms:return o
|
|
1197
|
-
default:return t}}function Fc(e){return Oc(e,Nn,"#ff4646",
|
|
1197
|
+
default:return t}}function Fc(e){return Oc(e,Nn,"#ff4646",Un)}function Vc(e){return Oc(e,Xn,qn,Un)}function Hc(e){return Oc(e,Xn,qn,Un)}function Tc(e){return Oc(e,Qn,Qn,Un)}const Pc=fe`
|
|
1198
1198
|
${xn("inline")}
|
|
1199
1199
|
|
|
1200
1200
|
:host {
|
|
@@ -1323,10 +1323,10 @@ const Lc=Dc.compose({baseName:"anchor",baseClass:ii,template:(e,t)=>G`
|
|
|
1323
1323
|
${t.end||""}
|
|
1324
1324
|
</slot>
|
|
1325
1325
|
</span></a>
|
|
1326
|
-
`,styles:
|
|
1326
|
+
`,styles:Pc,shadowOptions:{delegatesFocus:!0}})
|
|
1327
1327
|
ro.getOrCreate().withPrefix("nimble").register(Lc())
|
|
1328
1328
|
const zc=ro.tagFor(Dc),Bc="outline",Nc="ghost",Zc="block"
|
|
1329
|
-
class qc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(e){v.getNotifier(e).subscribe(this,this.propertyName),this.handleChange(e,this.propertyName)}unbind(e){v.getNotifier(e).unsubscribe(this,this.propertyName),e.$fastController.removeStyles(this.styles)}handleChange(e,t){const i=e[t];(Array.isArray(this.value)?this.value.includes(i):this.value===i)?e.$fastController.addStyles(this.styles):e.$fastController.removeStyles(this.styles)}}function
|
|
1329
|
+
class qc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(e){v.getNotifier(e).subscribe(this,this.propertyName),this.handleChange(e,this.propertyName)}unbind(e){v.getNotifier(e).unsubscribe(this,this.propertyName),e.$fastController.removeStyles(this.styles)}handleChange(e,t){const i=e[t];(Array.isArray(this.value)?this.value.includes(i):this.value===i)?e.$fastController.addStyles(this.styles):e.$fastController.removeStyles(this.styles)}}function jc(e,t){return new qc("appearance",e,t)}const Uc=fe`
|
|
1330
1330
|
${xn("inline-flex")}
|
|
1331
1331
|
|
|
1332
1332
|
:host {
|
|
@@ -1438,7 +1438,7 @@ class qc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1438
1438
|
:host([content-hidden]) [part='end'] {
|
|
1439
1439
|
display: none;
|
|
1440
1440
|
}
|
|
1441
|
-
`.withBehaviors(
|
|
1441
|
+
`.withBehaviors(jc(Bc,fe`
|
|
1442
1442
|
.control {
|
|
1443
1443
|
background-color: transparent;
|
|
1444
1444
|
border-color: rgba(${Zr}, 0.3);
|
|
@@ -1455,15 +1455,15 @@ class qc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1455
1455
|
}
|
|
1456
1456
|
|
|
1457
1457
|
.control:active {
|
|
1458
|
-
background-color: ${
|
|
1459
|
-
border-color: ${
|
|
1458
|
+
background-color: ${jr};
|
|
1459
|
+
border-color: ${jr};
|
|
1460
1460
|
}
|
|
1461
1461
|
|
|
1462
1462
|
:host([disabled]) .control {
|
|
1463
1463
|
background-color: transparent;
|
|
1464
1464
|
border-color: rgba(${Kr}, 0.2);
|
|
1465
1465
|
}
|
|
1466
|
-
`),
|
|
1466
|
+
`),jc(Nc,fe`
|
|
1467
1467
|
.control {
|
|
1468
1468
|
background-color: transparent;
|
|
1469
1469
|
border-color: transparent;
|
|
@@ -1480,15 +1480,15 @@ class qc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1480
1480
|
}
|
|
1481
1481
|
|
|
1482
1482
|
.control:active {
|
|
1483
|
-
background-color: ${
|
|
1484
|
-
border-color: ${
|
|
1483
|
+
background-color: ${jr};
|
|
1484
|
+
border-color: ${jr};
|
|
1485
1485
|
}
|
|
1486
1486
|
|
|
1487
1487
|
:host([disabled]) .control {
|
|
1488
1488
|
background-color: transparent;
|
|
1489
1489
|
border-color: transparent;
|
|
1490
1490
|
}
|
|
1491
|
-
`),
|
|
1491
|
+
`),jc(Zc,fe`
|
|
1492
1492
|
.control {
|
|
1493
1493
|
background-color: rgba(${Kr}, 0.1);
|
|
1494
1494
|
border-color: transparent;
|
|
@@ -1509,15 +1509,15 @@ class qc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1509
1509
|
}
|
|
1510
1510
|
|
|
1511
1511
|
.control:active {
|
|
1512
|
-
background-color: ${
|
|
1513
|
-
border-color: ${
|
|
1512
|
+
background-color: ${jr};
|
|
1513
|
+
border-color: ${jr};
|
|
1514
1514
|
}
|
|
1515
1515
|
|
|
1516
1516
|
:host([disabled]) .control {
|
|
1517
1517
|
background-color: rgba(${Kr}, 0.1);
|
|
1518
1518
|
border-color: transparent;
|
|
1519
1519
|
}
|
|
1520
|
-
`)),Gc=fe``.withBehaviors(
|
|
1520
|
+
`)),Gc=fe``.withBehaviors(jc(Bc,fe`
|
|
1521
1521
|
:host([appearance-variant='primary']) .control {
|
|
1522
1522
|
box-shadow: 0px 0px 0px ${la}
|
|
1523
1523
|
rgba(${Zr}, 0.3) inset;
|
|
@@ -1538,7 +1538,7 @@ class qc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1538
1538
|
:host([appearance-variant='primary'][disabled]) .control {
|
|
1539
1539
|
box-shadow: none;
|
|
1540
1540
|
}
|
|
1541
|
-
`),
|
|
1541
|
+
`),jc(Zc,fe`
|
|
1542
1542
|
:host([appearance-variant='primary']) .control {
|
|
1543
1543
|
background-clip: padding-box;
|
|
1544
1544
|
border-color: rgba(${Zr}, 0.3);
|
|
@@ -1570,7 +1570,7 @@ class qc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1570
1570
|
|
|
1571
1571
|
:host([appearance-variant='primary']) .control:active {
|
|
1572
1572
|
background-clip: border-box;
|
|
1573
|
-
border-color: ${
|
|
1573
|
+
border-color: ${jr};
|
|
1574
1574
|
border-width: ${la};
|
|
1575
1575
|
box-shadow: none;
|
|
1576
1576
|
padding: 0 ${aa};
|
|
@@ -1594,7 +1594,7 @@ class qc{constructor(e,t,i){this.propertyName=e,this.value=t,this.styles=i}bind(
|
|
|
1594
1594
|
padding: 0px;
|
|
1595
1595
|
}
|
|
1596
1596
|
`)),Wc=fe`
|
|
1597
|
-
${
|
|
1597
|
+
${Uc}
|
|
1598
1598
|
${Gc}
|
|
1599
1599
|
|
|
1600
1600
|
.control {
|
|
@@ -1661,7 +1661,7 @@ const Yc=fe`
|
|
|
1661
1661
|
}
|
|
1662
1662
|
|
|
1663
1663
|
:host(:active) {
|
|
1664
|
-
background: ${
|
|
1664
|
+
background: ${jr};
|
|
1665
1665
|
}
|
|
1666
1666
|
|
|
1667
1667
|
:host([disabled]) {
|
|
@@ -1776,7 +1776,7 @@ const td=fe`
|
|
|
1776
1776
|
}
|
|
1777
1777
|
|
|
1778
1778
|
:host(:hover[aria-selected='true']) {
|
|
1779
|
-
background-color: ${
|
|
1779
|
+
background-color: ${Ur};
|
|
1780
1780
|
}
|
|
1781
1781
|
|
|
1782
1782
|
:host(:focus) {
|
|
@@ -1997,11 +1997,11 @@ return new be(i,o)})`
|
|
|
1997
1997
|
}
|
|
1998
1998
|
|
|
1999
1999
|
:host([selected]) .positioning-region {
|
|
2000
|
-
background: ${
|
|
2000
|
+
background: ${jr};
|
|
2001
2001
|
}
|
|
2002
2002
|
|
|
2003
2003
|
:host([selected]) .positioning-region:hover {
|
|
2004
|
-
background: ${
|
|
2004
|
+
background: ${Ur};
|
|
2005
2005
|
}
|
|
2006
2006
|
|
|
2007
2007
|
.positioning-region::before {
|
|
@@ -2123,8 +2123,8 @@ t&&Lr.unsubscribe(t)}}const bd=(e,t)=>new fd(e,t),wd=fe`
|
|
|
2123
2123
|
font-size: 12.8px;
|
|
2124
2124
|
align-items: top;
|
|
2125
2125
|
overflow: hidden;
|
|
2126
|
-
color: ${
|
|
2127
|
-
${ta.cssCustomProperty}: ${cs(
|
|
2126
|
+
color: ${Un};
|
|
2127
|
+
${ta.cssCustomProperty}: ${cs(Un,.6)};
|
|
2128
2128
|
}
|
|
2129
2129
|
|
|
2130
2130
|
:host(:not([open])) {
|
|
@@ -2187,21 +2187,21 @@ t&&Lr.unsubscribe(t)}}const bd=(e,t)=>new fd(e,t),wd=fe`
|
|
|
2187
2187
|
}
|
|
2188
2188
|
|
|
2189
2189
|
slot[name='action']::slotted(nimble-anchor) {
|
|
2190
|
-
${Ea.cssCustomProperty}: ${
|
|
2191
|
-
${Oa.cssCustomProperty}: ${
|
|
2192
|
-
${La.cssCustomProperty}: ${cs(
|
|
2190
|
+
${Ea.cssCustomProperty}: ${Un};
|
|
2191
|
+
${Oa.cssCustomProperty}: ${Un};
|
|
2192
|
+
${La.cssCustomProperty}: ${cs(Un,.6)};
|
|
2193
2193
|
font-size: 12.8px;
|
|
2194
2194
|
}
|
|
2195
2195
|
|
|
2196
2196
|
slot[name='action']::slotted(nimble-button) {
|
|
2197
2197
|
${na.cssCustomProperty}: ${sa};
|
|
2198
|
-
${Kl.cssCustomProperty}: ${
|
|
2199
|
-
${
|
|
2200
|
-
${ea.cssCustomProperty}: ${
|
|
2198
|
+
${Kl.cssCustomProperty}: ${Un};
|
|
2199
|
+
${jr.cssCustomProperty}: ${cs(Un,.2)};
|
|
2200
|
+
${ea.cssCustomProperty}: ${Un};
|
|
2201
2201
|
}
|
|
2202
2202
|
|
|
2203
2203
|
slot[name='action']::slotted(nimble-button[appearance='outline']) {
|
|
2204
|
-
${Zr.cssCustomProperty}: ${
|
|
2204
|
+
${Zr.cssCustomProperty}: ${Un}
|
|
2205
2205
|
}
|
|
2206
2206
|
|
|
2207
2207
|
.dismiss {
|
|
@@ -2213,17 +2213,17 @@ t&&Lr.unsubscribe(t)}}const bd=(e,t)=>new fd(e,t),wd=fe`
|
|
|
2213
2213
|
.dismiss nimble-button {
|
|
2214
2214
|
${na.cssCustomProperty}: 16px;
|
|
2215
2215
|
${ca.cssCustomProperty}: 14px;
|
|
2216
|
-
${Kl.cssCustomProperty}: ${
|
|
2216
|
+
${Kl.cssCustomProperty}: ${Un};
|
|
2217
2217
|
${ea.cssCustomProperty}: transparent;
|
|
2218
|
-
${
|
|
2218
|
+
${jr.cssCustomProperty}: ${cs(Un,.2)};
|
|
2219
2219
|
}
|
|
2220
2220
|
|
|
2221
2221
|
.dismiss nimble-button:focus-within {
|
|
2222
|
-
outline: 2px solid ${
|
|
2222
|
+
outline: 2px solid ${Un};
|
|
2223
2223
|
}
|
|
2224
2224
|
|
|
2225
2225
|
.dismiss nimble-button:hover {
|
|
2226
|
-
background: ${cs(
|
|
2226
|
+
background: ${cs(Un,.2)};
|
|
2227
2227
|
}
|
|
2228
2228
|
`.withBehaviors(bd(gs,fe`
|
|
2229
2229
|
:host {
|
|
@@ -2255,7 +2255,7 @@ t&&Lr.unsubscribe(t)}}const bd=(e,t)=>new fd(e,t),wd=fe`
|
|
|
2255
2255
|
}
|
|
2256
2256
|
|
|
2257
2257
|
:host([severity='information']) {
|
|
2258
|
-
background: ${
|
|
2258
|
+
background: ${Pn};
|
|
2259
2259
|
}
|
|
2260
2260
|
`),bd(ms,fe`
|
|
2261
2261
|
:host {
|
|
@@ -2263,16 +2263,16 @@ t&&Lr.unsubscribe(t)}}const bd=(e,t)=>new fd(e,t),wd=fe`
|
|
|
2263
2263
|
}
|
|
2264
2264
|
|
|
2265
2265
|
.container {
|
|
2266
|
-
background: ${cs(
|
|
2266
|
+
background: ${cs(Un,.3)};
|
|
2267
2267
|
}
|
|
2268
2268
|
`)),xd=fe`
|
|
2269
|
-
${
|
|
2269
|
+
${Uc}
|
|
2270
2270
|
${Gc}
|
|
2271
2271
|
`
|
|
2272
2272
|
class yd extends fi{constructor(){super(...arguments),this.appearance=Bc,this.contentHidden=!1}}e([ne],yd.prototype,"appearance",void 0),e([ne({attribute:"appearance-variant"})],yd.prototype,"appearanceVariant",void 0),e([ne({attribute:"content-hidden",mode:"boolean"})],yd.prototype,"contentHidden",void 0)
|
|
2273
2273
|
const $d=yd.compose({baseName:"button",baseClass:fi,template:li,styles:xd,shadowOptions:{delegatesFocus:!0}})
|
|
2274
2274
|
ro.getOrCreate().withPrefix("nimble").register($d())
|
|
2275
|
-
const Cd=ro.tagFor(yd),kd={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>'},Sd={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>'},_d={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>'},Id={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>'},Rd={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>'},Md={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>'},Ad={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>'},Ed={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>'},Od={name:"arrow_partial_rotate_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 11.988a3.086 3.086 0 0 0 3.143-3.025 3.08 3.08 0 0 0-3.085-3.02v.088l.826 2.067-5.598-2.796L8.884 2.5l-.742 1.932a4.619 4.619 0 0 1 4.572 4.53A4.629 4.629 0 0 1 8 13.5Z"/></svg>'},Fd={name:"arrow_right_to_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2Zm-6.9-3 1.287-2H2V7l4.412.004L5.1 5 11 7.982Z"/></svg>'},Vd={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>'},Hd={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>'},Pd={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>'},Td={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>'},Dd={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>'},Ld={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>'},zd={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>'},Bd={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>'},Nd={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>'},Zd={name:"bell_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.042 11h2a1 1 0 0 1-2 0Zm4.5-1h-7s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.044c.05-.025.122-.095.122-.309v-.322c.07-.561.636-.888 1.5-.953v-.175c0-.054.06-.1.146-.129h.375c.086.029.146.075.146.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.072.284.122.309h.045s.166 0 .166.322v.014s.334 3.279 1 3.279c.334 0 .334.497.334.497Zm-3.5-7.5a5.5 5.5 0 1 1-5.5 5.5 5.506 5.506 0 0 1 5.5-5.5m0-1a6.5 6.5 0 1 0 6.5 6.5 6.5 6.5 0 0 0-6.5-6.5Z"/></svg>'},qd={name:"bell_solid_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.5 8A6.5 6.5 0 0 0 8 14.5 6.5 6.5 0 0 0 14.5 8 6.5 6.5 0 0 0 8 1.5 6.5 6.5 0 0 0 1.5 8ZM8 12a1.025 1.025 0 0 1-1-1h2a1.025 1.025 0 0 1-1 1Zm-3.5-2s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.045c.05-.025.122-.095.122-.309v-.322c.07-.561.635-.888 1.5-.953v-.175c0-.054.06-.1.145-.129h.376c.085.029.145.075.145.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.073.284.122.309H10s.167 0 .167.322v.014s.333 3.279 1 3.279c.333 0 .333.497.333.497Z"/></svg>'},Ud={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>'},jd={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>'},Gd={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>'},Wd={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>'},Kd={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>'},Xd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},eh={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>'},th={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>'},ih={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>'},oh={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>'},nh={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>'},sh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},mh={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>'},fh={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>'},bh={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>'},wh={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>'},xh={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>'},yh={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>'},$h={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>'},Ch={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>'},kh={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>'},Sh={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>'},_h={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>'},Ih={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>'},Rh={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>'},Mh={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>'},Ah={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>'},Eh={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>'},Oh={name:"donut_chart_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.872 10.956a4.123 4.123 0 0 1-6.997-2.962v-.007H2v.007a5.995 5.995 0 0 0 10.301 4.182ZM8.372 2v1.884a4.13 4.13 0 0 1 2.992 6.501l1.429 1.224A6.008 6.008 0 0 0 8.37 2ZM2.048 7.236h1.897a4.117 4.117 0 0 1 3.675-3.352V2A6.012 6.012 0 0 0 2.05 7.236Z"/></svg>'},Fh={name:"dot_solid_dot_stroke_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 8a3 3 0 1 1-3-3 3 3 0 0 1 3 3Zm5-2a2 2 0 1 0 2 2 2.002 2.002 0 0 0-2-2m0-1a3 3 0 1 1-3 3 3 3 0 0 1 3-3Z"/></svg>'},Vh={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>'},Hh={name:"down_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m5.958 10.03 2.063-6.281.49 2.344 4.117-4.122 1.414 1.414L9.94 7.487l2.324.504-6.306 2.038Z"/><path class="cls-1" d="M8 10.42V12H4V8h1.572l.657-2H2v8h8V9.774l-2 .646z"/></svg>'},Ph={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>'},Th={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>'},Dh={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>'},Lh={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>'},zh={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>'},Bh={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>'},Nh={name:"file_arrow_curved_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m7 2 3 3H7V2ZM6 6V2H2v12h4.282l.03-.187A4.508 4.508 0 0 1 10 10.065V6H6Zm8 5.5L11 9v2c-1.817-.091-3.412 1.137-3.701 2.97.576-.672 2.077-2.065 3.701-1.82V14l3-2.5Z"/></svg>'},Zh={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>'},qh={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>'},Uh={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>'},jh={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>'},Gh={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>'},Wh={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>'},Kh={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>'},Xh={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>'},Yh={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>'},Qh={name:"forward_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m6.027 14 2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},Jh={name:"four_dots_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.5 11A1.5 1.5 0 1 1 5 9.5 1.5 1.5 0 0 1 6.5 11ZM5 3.5A1.5 1.5 0 1 0 6.5 5 1.5 1.5 0 0 0 5 3.5Zm7.5 7.5A1.5 1.5 0 1 1 11 9.5a1.5 1.5 0 0 1 1.5 1.5ZM11 3.5A1.5 1.5 0 1 0 12.5 5 1.5 1.5 0 0 0 11 3.5Z"/></svg>'},eu={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>'},tu={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>'},iu={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>'},ou={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>'},nu={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>'},su={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>'},ru={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>'},au={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>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={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>'},pu={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>'},gu={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>'},vu={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>'},mu={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>'},fu={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>'},bu={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>'},wu={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>'},xu={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>'},yu={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>'},$u={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>'},Cu={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>'},ku={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>'},Su={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>'},_u={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>'},Iu={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>'},Ru={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>'},Mu={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>'},Au={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>'},Eu={name:"running_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 7.985-8.002 4.013L8 8 5.998 3.987ZM3.995 2.997 2 2l3 6-3 6 2.002-1.005L6.5 8Z"/></svg>'},Ou={name:"server_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 3H3v3h10ZM9 5H4V4h5ZM3 7v3h10V7Zm6 2H4V8h5Zm3 4H3v-2h10v1a1 1 0 0 1-1 1Z"/></svg>'},Fu={name:"share_nodes_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12 10c-.601 0-1.134.27-1.5.69L5.954 8.419a2 2 0 0 0 0-.836l4.544-2.273c.367.42.9.691 1.501.691a2 2 0 1 0-1.955-1.582L5.501 6.691C5.134 6.27 4.6 6 4 6a2 2 0 1 0 0 4c.601 0 1.134-.27 1.5-.69l4.545 2.272A2 2 0 1 0 12 10Z"/></svg>'},Vu={name:"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>'},Hu={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>'},Pu={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>'},Tu={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>'},Du={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>'},Lu={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>'},zu={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>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},Uu={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>'},ju={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>'},Gu={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>'},Wu={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>'},Ku={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>'},Xu={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>'},Yu={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>'},Qu={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>'},Ju={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>'},ep={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>'},tp={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>'},ip={name:"triangle_two_lines_horizontal",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.625 8 8 2l4.375 6h-8.75ZM14 12H2v2h12v-2Zm0-3H2v2h12V9Z"/></svg>'},op={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>'},np={name:"two_squares_in_brackets",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 4h5v5H4V4Zm6 3v3H7v2h5V7h-2ZM5 3V2H2v12h3v-1H3V3h2Zm8-1h-2v1h2v10h-2v1h3V2h-1Z"/></svg>'},sp={name:"two_triangles_between_lines",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.11 2.11v12h2v-12h-2Zm12 0v12h2v-12h-2Zm-6 8.974-3-3 3-3v6Zm1.925-5.948 3 3-3 3v-6Z"/></svg>'},rp={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>'},ap={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>'},lp={name:"up_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 10.828V12H4V8h1.172l2-2H2v8h8V8.828l-2 2Z"/><path class="cls-1" d="m14.042 1.97-2.063 6.281-.49-2.344-4.117 4.122-1.414-1.414 4.102-4.102-2.324-.504 6.306-2.038z"/></svg>'},cp={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>'},dp={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>'},hp={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>'},up={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>'},pp={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>'},gp={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>'},vp={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>'},mp={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>'},fp={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>'},bp={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>'},wp={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>'},xp=G`
|
|
2275
|
+
const Cd=ro.tagFor(yd),kd={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>'},Sd={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>'},_d={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>'},Id={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>'},Rd={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>'},Md={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>'},Ad={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>'},Ed={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>'},Od={name:"arrow_partial_rotate_left_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 11.988a3.086 3.086 0 0 0 3.143-3.025 3.08 3.08 0 0 0-3.085-3.02v.088l.826 2.067-5.598-2.796L8.884 2.5l-.742 1.932a4.619 4.619 0 0 1 4.572 4.53A4.629 4.629 0 0 1 8 13.5Z"/></svg>'},Fd={name:"arrow_right_to_line_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 14h2V2h-2Zm-6.9-3 1.287-2H2V7l4.412.004L5.1 5 11 7.982Z"/></svg>'},Vd={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>'},Hd={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>'},Td={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>'},Pd={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>'},Dd={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>'},Ld={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>'},zd={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>'},Bd={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>'},Nd={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>'},Zd={name:"bell_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7.042 11h2a1 1 0 0 1-2 0Zm4.5-1h-7s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.044c.05-.025.122-.095.122-.309v-.322c.07-.561.636-.888 1.5-.953v-.175c0-.054.06-.1.146-.129h.375c.086.029.146.075.146.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.072.284.122.309h.045s.166 0 .166.322v.014s.334 3.279 1 3.279c.334 0 .334.497.334.497Zm-3.5-7.5a5.5 5.5 0 1 1-5.5 5.5 5.506 5.506 0 0 1 5.5-5.5m0-1a6.5 6.5 0 1 0 6.5 6.5 6.5 6.5 0 0 0-6.5-6.5Z"/></svg>'},qd={name:"bell_solid_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.5 8A6.5 6.5 0 0 0 8 14.5 6.5 6.5 0 0 0 14.5 8 6.5 6.5 0 0 0 8 1.5 6.5 6.5 0 0 0 1.5 8ZM8 12a1.025 1.025 0 0 1-1-1h2a1.025 1.025 0 0 1-1 1Zm-3.5-2s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.045c.05-.025.122-.095.122-.309v-.322c.07-.561.635-.888 1.5-.953v-.175c0-.054.06-.1.145-.129h.376c.085.029.145.075.145.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.073.284.122.309H10s.167 0 .167.322v.014s.333 3.279 1 3.279c.333 0 .333.497.333.497Z"/></svg>'},jd={name:"block_with_ribbon_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v10h4.762A4.496 4.496 0 0 1 13 5.762V2Zm12 7.5a3.5 3.5 0 1 0-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0 0 14 9.5ZM10.5 8A1.5 1.5 0 1 1 9 9.5 1.5 1.5 0 0 1 10.5 8Z"/></svg>'},Ud={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>'},Gd={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>'},Wd={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>'},Kd={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>'},Xd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},eh={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>'},th={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>'},ih={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>'},oh={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>'},nh={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>'},sh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},mh={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>'},fh={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>'},bh={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>'},wh={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>'},xh={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>'},yh={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>'},$h={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>'},Ch={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>'},kh={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>'},Sh={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>'},_h={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>'},Ih={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>'},Rh={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>'},Mh={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>'},Ah={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>'},Eh={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>'},Oh={name:"donut_chart_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.872 10.956a4.123 4.123 0 0 1-6.997-2.962v-.007H2v.007a5.995 5.995 0 0 0 10.301 4.182ZM8.372 2v1.884a4.13 4.13 0 0 1 2.992 6.501l1.429 1.224A6.008 6.008 0 0 0 8.37 2ZM2.048 7.236h1.897a4.117 4.117 0 0 1 3.675-3.352V2A6.012 6.012 0 0 0 2.05 7.236Z"/></svg>'},Fh={name:"dot_solid_dot_stroke_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 8a3 3 0 1 1-3-3 3 3 0 0 1 3 3Zm5-2a2 2 0 1 0 2 2 2.002 2.002 0 0 0-2-2m0-1a3 3 0 1 1-3 3 3 3 0 0 1 3-3Z"/></svg>'},Vh={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>'},Hh={name:"down_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m5.958 10.03 2.063-6.281.49 2.344 4.117-4.122 1.414 1.414L9.94 7.487l2.324.504-6.306 2.038Z"/><path class="cls-1" d="M8 10.42V12H4V8h1.572l.657-2H2v8h8V9.774l-2 .646z"/></svg>'},Th={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>'},Ph={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>'},Dh={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>'},Lh={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>'},zh={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>'},Bh={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>'},Nh={name:"file_arrow_curved_right_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m7 2 3 3H7V2ZM6 6V2H2v12h4.282l.03-.187A4.508 4.508 0 0 1 10 10.065V6H6Zm8 5.5L11 9v2c-1.817-.091-3.412 1.137-3.701 2.97.576-.672 2.077-2.065 3.701-1.82V14l3-2.5Z"/></svg>'},Zh={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>'},qh={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>'},jh={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>'},Uh={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>'},Gh={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>'},Wh={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>'},Kh={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>'},Xh={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>'},Yh={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>'},Qh={name:"forward_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m6.027 14 2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},Jh={name:"four_dots_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.5 11A1.5 1.5 0 1 1 5 9.5 1.5 1.5 0 0 1 6.5 11ZM5 3.5A1.5 1.5 0 1 0 6.5 5 1.5 1.5 0 0 0 5 3.5Zm7.5 7.5A1.5 1.5 0 1 1 11 9.5a1.5 1.5 0 0 1 1.5 1.5ZM11 3.5A1.5 1.5 0 1 0 12.5 5 1.5 1.5 0 0 0 11 3.5Z"/></svg>'},eu={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>'},tu={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>'},iu={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>'},ou={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>'},nu={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>'},su={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>'},ru={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>'},au={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>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={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>'},pu={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>'},gu={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>'},vu={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>'},mu={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>'},fu={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>'},bu={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>'},wu={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>'},xu={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>'},yu={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>'},$u={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>'},Cu={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>'},ku={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>'},Su={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>'},_u={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>'},Iu={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>'},Ru={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>'},Mu={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>'},Au={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>'},Eu={name:"running_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m14 7.985-8.002 4.013L8 8 5.998 3.987ZM3.995 2.997 2 2l3 6-3 6 2.002-1.005L6.5 8Z"/></svg>'},Ou={name:"server_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 3H3v3h10ZM9 5H4V4h5ZM3 7v3h10V7Zm6 2H4V8h5Zm3 4H3v-2h10v1a1 1 0 0 1-1 1Z"/></svg>'},Fu={name:"share_nodes_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12 10c-.601 0-1.134.27-1.5.69L5.954 8.419a2 2 0 0 0 0-.836l4.544-2.273c.367.42.9.691 1.501.691a2 2 0 1 0-1.955-1.582L5.501 6.691C5.134 6.27 4.6 6 4 6a2 2 0 1 0 0 4c.601 0 1.134-.27 1.5-.69l4.545 2.272A2 2 0 1 0 12 10Z"/></svg>'},Vu={name:"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>'},Hu={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>'},Tu={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>'},Pu={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>'},Du={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>'},Lu={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>'},zu={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>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},ju={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>'},Uu={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>'},Gu={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>'},Wu={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>'},Ku={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>'},Xu={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>'},Yu={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>'},Qu={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>'},Ju={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>'},ep={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>'},tp={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>'},ip={name:"triangle_two_lines_horizontal",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.625 8 8 2l4.375 6h-8.75ZM14 12H2v2h12v-2Zm0-3H2v2h12V9Z"/></svg>'},op={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>'},np={name:"two_squares_in_brackets",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 4h5v5H4V4Zm6 3v3H7v2h5V7h-2ZM5 3V2H2v12h3v-1H3V3h2Zm8-1h-2v1h2v10h-2v1h3V2h-1Z"/></svg>'},sp={name:"two_triangles_between_lines",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.11 2.11v12h2v-12h-2Zm12 0v12h2v-12h-2Zm-6 8.974-3-3 3-3v6Zm1.925-5.948 3 3-3 3v-6Z"/></svg>'},rp={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>'},ap={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>'},lp={name:"up_right_from_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 10.828V12H4V8h1.172l2-2H2v8h8V8.828l-2 2Z"/><path class="cls-1" d="m14.042 1.97-2.063 6.281-.49-2.344-4.117 4.122-1.414-1.414 4.102-4.102-2.324-.504 6.306-2.038z"/></svg>'},cp={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>'},dp={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>'},hp={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>'},up={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>'},pp={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>'},gp={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>'},vp={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>'},mp={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>'},fp={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>'},bp={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>'},wp={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>'},xp=G`
|
|
2276
2276
|
<template>
|
|
2277
2277
|
<div class="icon" :innerHTML=${e=>e.icon.data}></div>
|
|
2278
2278
|
</template
|
|
@@ -2379,7 +2379,7 @@ class Vp extends Rt{constructor(){super(...arguments),this.open=!1,this.severity
|
|
|
2379
2379
|
this.$emit("toggle",e)}dismissBanner(){this.open=!1}}e([ne({mode:"boolean"})],Vp.prototype,"open",void 0),e([ne()],Vp.prototype,"severity",void 0),e([ne({attribute:"title-hidden",mode:"boolean"})],Vp.prototype,"titleHidden",void 0),e([ne({attribute:"prevent-dismiss",mode:"boolean"})],Vp.prototype,"preventDismiss",void 0),e([ne({attribute:"dismiss-button-label"})],Vp.prototype,"dismissButtonLabel",void 0),Et(Vp,ti)
|
|
2380
2380
|
const Hp=Vp.compose({baseName:"banner",template:Fp,styles:wd})
|
|
2381
2381
|
ro.getOrCreate().withPrefix("nimble").register(Hp()),ro.tagFor(Vp)
|
|
2382
|
-
const
|
|
2382
|
+
const Tp=fe`
|
|
2383
2383
|
${xn("inline-block")}
|
|
2384
2384
|
|
|
2385
2385
|
:host {
|
|
@@ -2407,17 +2407,17 @@ const Pp=fe`
|
|
|
2407
2407
|
font: ${ml};
|
|
2408
2408
|
}
|
|
2409
2409
|
`
|
|
2410
|
-
class
|
|
2411
|
-
const Dp=
|
|
2410
|
+
class Pp extends ai{}e([ne],Pp.prototype,"appearance",void 0)
|
|
2411
|
+
const Dp=Pp.compose({baseName:"breadcrumb",baseClass:ai,template:(e,t)=>G`
|
|
2412
2412
|
<template role="navigation">
|
|
2413
2413
|
<div role="list" class="list" part="list">
|
|
2414
2414
|
<slot
|
|
2415
|
-
${Le({property:"slottedBreadcrumbItems",filter:
|
|
2415
|
+
${Le({property:"slottedBreadcrumbItems",filter:Te()})}
|
|
2416
2416
|
></slot>
|
|
2417
2417
|
</div>
|
|
2418
2418
|
</template>
|
|
2419
|
-
`,styles:
|
|
2420
|
-
ro.getOrCreate().withPrefix("nimble").register(Dp()),ro.tagFor(
|
|
2419
|
+
`,styles:Tp})
|
|
2420
|
+
ro.getOrCreate().withPrefix("nimble").register(Dp()),ro.tagFor(Pp)
|
|
2421
2421
|
const Lp=fe`
|
|
2422
2422
|
${xn("inline-flex")}
|
|
2423
2423
|
|
|
@@ -2649,8 +2649,8 @@ const Np=fe`
|
|
|
2649
2649
|
}
|
|
2650
2650
|
`.withBehaviors(bd(gs,fe`
|
|
2651
2651
|
:host {
|
|
2652
|
-
--ni-private-card-button-background-hover-color: ${cs(
|
|
2653
|
-
--ni-private-card-button-background-active-color: ${
|
|
2652
|
+
--ni-private-card-button-background-hover-color: ${cs(Un,.3)};
|
|
2653
|
+
--ni-private-card-button-background-active-color: ${Un};
|
|
2654
2654
|
--ni-private-card-button-border-active-color: ${cs(Xn,.2)};
|
|
2655
2655
|
--ni-private-card-button-border-selected-color: ${cs(Xn,.6)};
|
|
2656
2656
|
}
|
|
@@ -2663,16 +2663,16 @@ const Np=fe`
|
|
|
2663
2663
|
}
|
|
2664
2664
|
`),bd(ms,fe`
|
|
2665
2665
|
:host {
|
|
2666
|
-
--ni-private-card-button-background-hover-color: ${cs(
|
|
2667
|
-
--ni-private-card-button-background-active-color: ${cs(
|
|
2668
|
-
--ni-private-card-button-border-active-color: ${cs(
|
|
2669
|
-
--ni-private-card-button-border-selected-color: ${cs(
|
|
2666
|
+
--ni-private-card-button-background-hover-color: ${cs(Un,.07)};
|
|
2667
|
+
--ni-private-card-button-background-active-color: ${cs(Un,.15)};
|
|
2668
|
+
--ni-private-card-button-border-active-color: ${cs(Un,.2)};
|
|
2669
|
+
--ni-private-card-button-border-selected-color: ${cs(Un,.6)};
|
|
2670
2670
|
}
|
|
2671
2671
|
`))
|
|
2672
2672
|
class Zp extends fi{constructor(){super(...arguments),this.selected=!1}}e([ne({mode:"boolean"})],Zp.prototype,"selected",void 0)
|
|
2673
2673
|
const qp=Zp.compose({baseName:"card-button",template:li,styles:Np,shadowOptions:{delegatesFocus:!0}})
|
|
2674
2674
|
ro.getOrCreate().withPrefix("nimble").register(qp()),ro.tagFor(Zp)
|
|
2675
|
-
const
|
|
2675
|
+
const jp=fe`
|
|
2676
2676
|
${xn("inline-flex")}
|
|
2677
2677
|
|
|
2678
2678
|
:host {
|
|
@@ -2776,7 +2776,7 @@ const Up=fe`
|
|
|
2776
2776
|
fill: rgba(${Kr}, 0.3);
|
|
2777
2777
|
}
|
|
2778
2778
|
`
|
|
2779
|
-
class
|
|
2779
|
+
class Up extends yi{}const Gp=Up.compose({baseName:"checkbox",baseClass:yi,template:(e,t)=>G`
|
|
2780
2780
|
<template
|
|
2781
2781
|
role="checkbox"
|
|
2782
2782
|
aria-checked="${e=>e.checked}"
|
|
@@ -2803,32 +2803,32 @@ class jp extends yi{}const Gp=jp.compose({baseName:"checkbox",baseClass:yi,templ
|
|
|
2803
2803
|
<slot ${Le("defaultSlottedNodes")}></slot>
|
|
2804
2804
|
</label>
|
|
2805
2805
|
</template>
|
|
2806
|
-
`,styles:
|
|
2806
|
+
`,styles:jp,checkedIndicator:Qd.data,indeterminateIndicator:Cu.data})
|
|
2807
2807
|
ro.getOrCreate().withPrefix("nimble").register(Gp())
|
|
2808
|
-
const Wp=ro.tagFor(
|
|
2809
|
-
${
|
|
2808
|
+
const Wp=ro.tagFor(Up),Kp=fe`
|
|
2809
|
+
${Uc}
|
|
2810
2810
|
|
|
2811
2811
|
.control[aria-pressed='true'] {
|
|
2812
|
-
background-color: ${
|
|
2813
|
-
border-color: ${
|
|
2812
|
+
background-color: ${jr};
|
|
2813
|
+
border-color: ${jr};
|
|
2814
2814
|
}
|
|
2815
2815
|
|
|
2816
2816
|
.control[aria-pressed='true']:hover {
|
|
2817
|
-
background-color: ${
|
|
2817
|
+
background-color: ${jr};
|
|
2818
2818
|
}
|
|
2819
2819
|
|
|
2820
2820
|
.control[aria-pressed='true']${Cn} {
|
|
2821
|
-
background-color: ${
|
|
2821
|
+
background-color: ${jr};
|
|
2822
2822
|
}
|
|
2823
2823
|
|
|
2824
2824
|
:host([disabled]) .control[aria-pressed='true'] {
|
|
2825
|
-
background-color: ${
|
|
2826
|
-
border-color: ${
|
|
2825
|
+
background-color: ${jr};
|
|
2826
|
+
border-color: ${jr};
|
|
2827
2827
|
}
|
|
2828
2828
|
|
|
2829
2829
|
:host([disabled]) .control[aria-pressed='true']:hover {
|
|
2830
|
-
background-color: ${
|
|
2831
|
-
border-color: ${
|
|
2830
|
+
background-color: ${jr};
|
|
2831
|
+
border-color: ${jr};
|
|
2832
2832
|
}
|
|
2833
2833
|
`
|
|
2834
2834
|
class Xp extends Zo{constructor(){super(...arguments),this.appearance=Bc,this.contentHidden=!1}}e([ne],Xp.prototype,"appearance",void 0),e([ne({attribute:"content-hidden",mode:"boolean"})],Xp.prototype,"contentHidden",void 0),Et(Xp,Ne,bi)
|
|
@@ -3070,7 +3070,7 @@ const tg=ro.tagFor(eg),ig="above",og="underline",ng="outline",sg="block",rg=fe`
|
|
|
3070
3070
|
::slotted(option) {
|
|
3071
3071
|
flex: none;
|
|
3072
3072
|
}
|
|
3073
|
-
`.withBehaviors(
|
|
3073
|
+
`.withBehaviors(jc(og,fe`
|
|
3074
3074
|
.control {
|
|
3075
3075
|
border-bottom-width: ${la};
|
|
3076
3076
|
padding-bottom: 0;
|
|
@@ -3079,12 +3079,12 @@ const tg=ro.tagFor(eg),ig="above",og="underline",ng="outline",sg="block",rg=fe`
|
|
|
3079
3079
|
:host([disabled]) .control {
|
|
3080
3080
|
border-color: rgba(${Kr}, 0.1);
|
|
3081
3081
|
}
|
|
3082
|
-
`),
|
|
3082
|
+
`),jc(ng,fe`
|
|
3083
3083
|
.control {
|
|
3084
3084
|
border-width: ${la};
|
|
3085
3085
|
padding: 0;
|
|
3086
3086
|
}
|
|
3087
|
-
`),
|
|
3087
|
+
`),jc(sg,fe`
|
|
3088
3088
|
.control {
|
|
3089
3089
|
background-color: rgba(${Kr}, 0.1);
|
|
3090
3090
|
}
|
|
@@ -3099,7 +3099,7 @@ const tg=ro.tagFor(eg),ig="above",og="underline",ng="outline",sg="block",rg=fe`
|
|
|
3099
3099
|
}
|
|
3100
3100
|
`),bd(ms,fe`
|
|
3101
3101
|
.listbox slot {
|
|
3102
|
-
background: ${cs(
|
|
3102
|
+
background: ${cs(Un,.15)};
|
|
3103
3103
|
}
|
|
3104
3104
|
`)),ag=fe`
|
|
3105
3105
|
.error-icon {
|
|
@@ -3208,7 +3208,7 @@ const tg=ro.tagFor(eg),ig="above",og="underline",ng="outline",sg="block",rg=fe`
|
|
|
3208
3208
|
:host(:empty) .listbox {
|
|
3209
3209
|
display: none;
|
|
3210
3210
|
}
|
|
3211
|
-
`.withBehaviors(
|
|
3211
|
+
`.withBehaviors(jc(sg,fe`
|
|
3212
3212
|
:host([error-visible]) .control {
|
|
3213
3213
|
border-bottom-width: ${la};
|
|
3214
3214
|
padding-bottom: 0;
|
|
@@ -3626,9 +3626,9 @@ class Eg extends $p{constructor(){super(Od)}}Cp("icon-arrow-partial-rotate-left"
|
|
|
3626
3626
|
class Og extends $p{constructor(){super(Fd)}}Cp("icon-arrow-right-to-line",Og),ro.tagFor(Og)
|
|
3627
3627
|
class Fg extends $p{constructor(){super(Vd)}}Cp("icon-arrow-rotate-right",Fg),ro.tagFor(Fg)
|
|
3628
3628
|
class Vg extends $p{constructor(){super(Hd)}}Cp("icon-arrow-u-rotate-left",Vg),ro.tagFor(Vg)
|
|
3629
|
-
class Hg extends $p{constructor(){super(
|
|
3630
|
-
const
|
|
3631
|
-
class
|
|
3629
|
+
class Hg extends $p{constructor(){super(Td)}}Cp("icon-arrow-up",Hg)
|
|
3630
|
+
const Tg=ro.tagFor(Hg)
|
|
3631
|
+
class Pg extends $p{constructor(){super(Pd)}}Cp("icon-arrow-up-left-and-arrow-down-right",Pg),ro.tagFor(Pg)
|
|
3632
3632
|
class Dg extends $p{constructor(){super(Dd)}}Cp("icon-arrows-maximize",Dg),ro.tagFor(Dg)
|
|
3633
3633
|
class Lg extends $p{constructor(){super(Ld)}}Cp("icon-arrows-repeat",Lg),ro.tagFor(Lg)
|
|
3634
3634
|
class zg extends $p{constructor(){super(zd)}}Cp("icon-bars",zg),ro.tagFor(zg)
|
|
@@ -3636,8 +3636,8 @@ class Bg extends $p{constructor(){super(Bd)}}Cp("icon-bell",Bg),ro.tagFor(Bg)
|
|
|
3636
3636
|
class Ng extends $p{constructor(){super(Nd)}}Cp("icon-bell-and-comment",Ng),ro.tagFor(Ng)
|
|
3637
3637
|
class Zg extends $p{constructor(){super(Zd)}}Cp("icon-bell-circle",Zg),ro.tagFor(Zg)
|
|
3638
3638
|
class qg extends $p{constructor(){super(qd)}}Cp("icon-bell-solid-circle",qg),ro.tagFor(qg)
|
|
3639
|
-
class
|
|
3640
|
-
class
|
|
3639
|
+
class jg extends $p{constructor(){super(jd)}}Cp("icon-block-with-ribbon",jg),ro.tagFor(jg)
|
|
3640
|
+
class Ug extends $p{constructor(){super(Ud)}}Cp("icon-book-magnifying-glass",Ug),ro.tagFor(Ug)
|
|
3641
3641
|
class Gg extends $p{constructor(){super(Gd)}}Cp("icon-calendar",Gg),ro.tagFor(Gg)
|
|
3642
3642
|
class Wg extends $p{constructor(){super(Wd)}}Cp("icon-chart-diagram",Wg),ro.tagFor(Wg)
|
|
3643
3643
|
class Kg extends $p{constructor(){super(Kd)}}Cp("icon-chart-diagram-child-focus",Kg),ro.tagFor(Kg)
|
|
@@ -3681,17 +3681,17 @@ class Ov extends $p{constructor(){super(Oh)}}Cp("icon-donut-chart",Ov),ro.tagFor
|
|
|
3681
3681
|
class Fv extends $p{constructor(){super(Fh)}}Cp("icon-dot-solid-dot-stroke",Fv),ro.tagFor(Fv)
|
|
3682
3682
|
class Vv extends $p{constructor(){super(Vh)}}Cp("icon-dot-solid-dot-stroke-measurement",Vv),ro.tagFor(Vv)
|
|
3683
3683
|
class Hv extends $p{constructor(){super(Hh)}}Cp("icon-down-right-from-square",Hv),ro.tagFor(Hv)
|
|
3684
|
-
class
|
|
3685
|
-
class
|
|
3684
|
+
class Tv extends $p{constructor(){super(Th)}}Cp("icon-download",Tv),ro.tagFor(Tv)
|
|
3685
|
+
class Pv extends $p{constructor(){super(Ph)}}Cp("icon-electronic-chip-zoomed",Pv),ro.tagFor(Pv)
|
|
3686
3686
|
class Dv extends $p{constructor(){super(Lh)}}Cp("icon-eye",Dv),ro.tagFor(Dv)
|
|
3687
3687
|
class Lv extends $p{constructor(){super(zh)}}Cp("icon-fancy-a",Lv),ro.tagFor(Lv)
|
|
3688
3688
|
class zv extends $p{constructor(){super(Bh)}}Cp("icon-file",zv),ro.tagFor(zv)
|
|
3689
3689
|
class Bv extends $p{constructor(){super(Nh)}}Cp("icon-file-arrow-curved-right",Bv),ro.tagFor(Bv)
|
|
3690
3690
|
class Nv extends $p{constructor(){super(Zh)}}Cp("icon-file-drawer",Nv),ro.tagFor(Nv)
|
|
3691
3691
|
class Zv extends $p{constructor(){super(qh)}}Cp("icon-file-search",Zv),ro.tagFor(Zv)
|
|
3692
|
-
class qv extends $p{constructor(){super(
|
|
3693
|
-
class
|
|
3694
|
-
class
|
|
3692
|
+
class qv extends $p{constructor(){super(jh)}}Cp("icon-filter",qv),ro.tagFor(qv)
|
|
3693
|
+
class jv extends $p{constructor(){super(Uh)}}Cp("icon-floppy-disk",jv),ro.tagFor(jv)
|
|
3694
|
+
class Uv extends $p{constructor(){super(Gh)}}Cp("icon-floppy-disk-checkmark",Uv),ro.tagFor(Uv)
|
|
3695
3695
|
class Gv extends $p{constructor(){super(Wh)}}Cp("icon-floppy-disk-star-arrow-right",Gv),ro.tagFor(Gv)
|
|
3696
3696
|
class Wv extends $p{constructor(){super(Kh)}}Cp("icon-floppy-disk-three-dots",Wv),ro.tagFor(Wv)
|
|
3697
3697
|
class Kv extends $p{constructor(){super(Xh)}}Cp("icon-folder",Kv),ro.tagFor(Kv)
|
|
@@ -3734,18 +3734,18 @@ class Em extends $p{constructor(){super(Ou)}}Cp("icon-server",Em),ro.tagFor(Em)
|
|
|
3734
3734
|
class Om extends $p{constructor(){super(Fu)}}Cp("icon-share-nodes",Om),ro.tagFor(Om)
|
|
3735
3735
|
class Fm extends $p{constructor(){super(Vu)}}Cp("icon-shield-check",Fm),ro.tagFor(Fm)
|
|
3736
3736
|
class Vm extends $p{constructor(){super(Hu)}}Cp("icon-shield-xmark",Vm),ro.tagFor(Vm)
|
|
3737
|
-
class Hm extends $p{constructor(){super(
|
|
3738
|
-
class
|
|
3739
|
-
class
|
|
3737
|
+
class Hm extends $p{constructor(){super(Tu)}}Cp("icon-signal-bars",Hm),ro.tagFor(Hm)
|
|
3738
|
+
class Tm extends $p{constructor(){super(Pu)}}Cp("icon-sine-graph",Tm),ro.tagFor(Tm)
|
|
3739
|
+
class Pm extends $p{constructor(){super(Du)}}Cp("icon-skip-arrow",Pm),ro.tagFor(Pm)
|
|
3740
3740
|
class Dm extends $p{constructor(){super(Lu)}}Cp("icon-spinner",Dm),ro.tagFor(Dm)
|
|
3741
3741
|
class Lm extends $p{constructor(){super(zu)}}Cp("icon-square-check",Lm),ro.tagFor(Lm)
|
|
3742
3742
|
class zm extends $p{constructor(){super(Bu)}}Cp("icon-square-t",zm),ro.tagFor(zm)
|
|
3743
3743
|
class Bm extends $p{constructor(){super(Nu)}}Cp("icon-t",Bm),ro.tagFor(Bm)
|
|
3744
3744
|
class Nm extends $p{constructor(){super(Zu)}}Cp("icon-tablet",Nm),ro.tagFor(Nm)
|
|
3745
3745
|
class Zm extends $p{constructor(){super(qu)}}Cp("icon-tag",Zm),ro.tagFor(Zm)
|
|
3746
|
-
class qm extends $p{constructor(){super(
|
|
3747
|
-
class
|
|
3748
|
-
class
|
|
3746
|
+
class qm extends $p{constructor(){super(ju)}}Cp("icon-tags",qm),ro.tagFor(qm)
|
|
3747
|
+
class jm extends $p{constructor(){super(Uu)}}Cp("icon-target-crosshairs",jm),ro.tagFor(jm)
|
|
3748
|
+
class Um extends $p{constructor(){super(Gu)}}Cp("icon-target-crosshairs-progress",Um),ro.tagFor(Um)
|
|
3749
3749
|
class Gm extends $p{constructor(){super(Wu)}}Cp("icon-three-dots-line",Gm)
|
|
3750
3750
|
const Wm=ro.tagFor(Gm)
|
|
3751
3751
|
class Km extends $p{constructor(){super(Ku)}}Cp("icon-three-vertical-lines",Km),ro.tagFor(Km)
|
|
@@ -3790,11 +3790,11 @@ const yf=fe`
|
|
|
3790
3790
|
:host([aria-selected='true']) {
|
|
3791
3791
|
box-shadow: none;
|
|
3792
3792
|
outline: none;
|
|
3793
|
-
background-color: ${
|
|
3793
|
+
background-color: ${jr};
|
|
3794
3794
|
}
|
|
3795
3795
|
|
|
3796
3796
|
:host([aria-selected='true']:hover) {
|
|
3797
|
-
background-color: ${
|
|
3797
|
+
background-color: ${Ur};
|
|
3798
3798
|
}
|
|
3799
3799
|
|
|
3800
3800
|
:host(:hover) {
|
|
@@ -3815,7 +3815,7 @@ const yf=fe`
|
|
|
3815
3815
|
:host(:active) {
|
|
3816
3816
|
box-shadow: none;
|
|
3817
3817
|
outline: none;
|
|
3818
|
-
background-color: ${
|
|
3818
|
+
background-color: ${jr};
|
|
3819
3819
|
}
|
|
3820
3820
|
|
|
3821
3821
|
:host([disabled]) {
|
|
@@ -3891,7 +3891,7 @@ const kf=fe`
|
|
|
3891
3891
|
}
|
|
3892
3892
|
`.withBehaviors(bd(ms,fe`
|
|
3893
3893
|
slot {
|
|
3894
|
-
background: ${cs(
|
|
3894
|
+
background: ${cs(Un,.15)};
|
|
3895
3895
|
}
|
|
3896
3896
|
`))
|
|
3897
3897
|
class Sf extends Co{}const _f=Sf.compose({baseName:"menu",baseClass:Co,template:(e,t)=>G`
|
|
@@ -4013,7 +4013,7 @@ const Of=ro.tagFor(Af),Ff=fe`
|
|
|
4013
4013
|
background: ${Gr};
|
|
4014
4014
|
}
|
|
4015
4015
|
:host(:active:not([expanded])) {
|
|
4016
|
-
background: ${
|
|
4016
|
+
background: ${jr};
|
|
4017
4017
|
}
|
|
4018
4018
|
:host([disabled]) {
|
|
4019
4019
|
color: ${_l};
|
|
@@ -4128,7 +4128,7 @@ class Vf extends $o{}const Hf=Vf.compose({baseName:"menu-item",baseClass:$o,temp
|
|
|
4128
4128
|
</template>
|
|
4129
4129
|
`,styles:Ff,expandCollapseGlyph:Md.data})
|
|
4130
4130
|
ro.getOrCreate().withPrefix("nimble").register(Hf()),ro.tagFor(Vf)
|
|
4131
|
-
const
|
|
4131
|
+
const Tf="underline",Pf="outline",Df="block",Lf=fe`
|
|
4132
4132
|
${xn("inline-block")}
|
|
4133
4133
|
${ag}
|
|
4134
4134
|
|
|
@@ -4276,12 +4276,12 @@ const Pf="underline",Tf="outline",Df="block",Lf=fe`
|
|
|
4276
4276
|
order: 1;
|
|
4277
4277
|
padding-right: calc(${aa} / 4);
|
|
4278
4278
|
}
|
|
4279
|
-
`.withBehaviors(
|
|
4279
|
+
`.withBehaviors(jc(Tf,fe`
|
|
4280
4280
|
.root {
|
|
4281
4281
|
border-bottom-width: ${la};
|
|
4282
4282
|
padding-bottom: 0;
|
|
4283
4283
|
}
|
|
4284
|
-
`),
|
|
4284
|
+
`),jc(Df,fe`
|
|
4285
4285
|
.root {
|
|
4286
4286
|
background-color: rgba(${Kr}, 0.1);
|
|
4287
4287
|
}
|
|
@@ -4299,13 +4299,13 @@ const Pf="underline",Tf="outline",Df="block",Lf=fe`
|
|
|
4299
4299
|
:host([disabled]) .root {
|
|
4300
4300
|
background-color: rgba(${Kr}, 0.07);
|
|
4301
4301
|
}
|
|
4302
|
-
`),
|
|
4302
|
+
`),jc(Pf,fe`
|
|
4303
4303
|
.root {
|
|
4304
4304
|
border-width: ${la};
|
|
4305
4305
|
padding: 0;
|
|
4306
4306
|
}
|
|
4307
4307
|
`))
|
|
4308
|
-
class zf extends Eo{constructor(){super(...arguments),this.appearance=
|
|
4308
|
+
class zf extends Eo{constructor(){super(...arguments),this.appearance=Tf,this.errorVisible=!1}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}e([ne],zf.prototype,"appearance",void 0),e([ne({attribute:"error-text"})],zf.prototype,"errorText",void 0),e([ne({attribute:"error-visible",mode:"boolean"})],zf.prototype,"errorVisible",void 0)
|
|
4309
4309
|
const Bf=zf.compose({baseName:"number-field",baseClass:Eo,template:(e,t)=>G`
|
|
4310
4310
|
<template class="${e=>e.readOnly?"readonly":""}">
|
|
4311
4311
|
<label
|
|
@@ -4526,7 +4526,7 @@ class Zf extends Ho{}const qf=Zf.compose({baseName:"radio",baseClass:Ho,template
|
|
|
4526
4526
|
</template>
|
|
4527
4527
|
`,styles:Nf,checkedIndicator:ih.data})
|
|
4528
4528
|
ro.getOrCreate().withPrefix("nimble").register(qf()),ro.tagFor(Zf)
|
|
4529
|
-
const
|
|
4529
|
+
const jf=fe`
|
|
4530
4530
|
${xn("inline-block")}
|
|
4531
4531
|
|
|
4532
4532
|
.positioning-region {
|
|
@@ -4551,7 +4551,7 @@ const Uf=fe`
|
|
|
4551
4551
|
color: ${Nl};
|
|
4552
4552
|
}
|
|
4553
4553
|
`
|
|
4554
|
-
class
|
|
4554
|
+
class Uf extends Oo{}const Gf=Uf.compose({baseName:"radio-group",baseClass:Oo,template:(e,t)=>G`
|
|
4555
4555
|
<template
|
|
4556
4556
|
role="radiogroup"
|
|
4557
4557
|
aria-disabled="${e=>e.disabled}"
|
|
@@ -4566,12 +4566,12 @@ class jf extends Oo{}const Gf=jf.compose({baseName:"radio-group",baseClass:Oo,te
|
|
|
4566
4566
|
part="positioning-region"
|
|
4567
4567
|
>
|
|
4568
4568
|
<slot
|
|
4569
|
-
${Le({property:"slottedRadioButtons",filter:
|
|
4569
|
+
${Le({property:"slottedRadioButtons",filter:Te("[role=radio]")})}
|
|
4570
4570
|
></slot>
|
|
4571
4571
|
</div>
|
|
4572
4572
|
</template>
|
|
4573
|
-
`,styles:
|
|
4574
|
-
ro.getOrCreate().withPrefix("nimble").register(Gf()),ro.tagFor(
|
|
4573
|
+
`,styles:jf,shadowOptions:{delegatesFocus:!0}})
|
|
4574
|
+
ro.getOrCreate().withPrefix("nimble").register(Gf()),ro.tagFor(Uf)
|
|
4575
4575
|
const Wf=fe`
|
|
4576
4576
|
${rg}
|
|
4577
4577
|
${ag}
|
|
@@ -4592,7 +4592,7 @@ const Wf=fe`
|
|
|
4592
4592
|
.end {
|
|
4593
4593
|
display: contents;
|
|
4594
4594
|
}
|
|
4595
|
-
`.withBehaviors(
|
|
4595
|
+
`.withBehaviors(jc(sg,fe`
|
|
4596
4596
|
:host([error-visible]) .control {
|
|
4597
4597
|
border-bottom-width: ${la};
|
|
4598
4598
|
padding-bottom: 0;
|
|
@@ -4806,7 +4806,7 @@ const Yf=fe`
|
|
|
4806
4806
|
}
|
|
4807
4807
|
`),bd(ms,fe`
|
|
4808
4808
|
:host {
|
|
4809
|
-
--ni-private-spinner-bits-background-color: ${
|
|
4809
|
+
--ni-private-spinner-bits-background-color: ${Un};
|
|
4810
4810
|
}
|
|
4811
4811
|
`)),Qf=G`
|
|
4812
4812
|
<template role="progressbar">
|
|
@@ -4957,8 +4957,8 @@ const tb=fe`
|
|
|
4957
4957
|
`.withBehaviors(bd(gs,fe`
|
|
4958
4958
|
:host {
|
|
4959
4959
|
--ni-private-switch-background-disabled-color: ${cs(Xn,.07)};
|
|
4960
|
-
--ni-private-switch-indicator-background-color: ${
|
|
4961
|
-
--ni-private-switch-indicator-background-disabled-color: ${cs(
|
|
4960
|
+
--ni-private-switch-indicator-background-color: ${Un};
|
|
4961
|
+
--ni-private-switch-indicator-background-disabled-color: ${cs(Un,.1)};
|
|
4962
4962
|
--ni-private-switch-indicator-border-color: ${Xn};
|
|
4963
4963
|
--ni-private-switch-indicator-border-disabled-color: ${cs(Xn,.3)};
|
|
4964
4964
|
}
|
|
@@ -4967,16 +4967,16 @@ const tb=fe`
|
|
|
4967
4967
|
--ni-private-switch-background-disabled-color: ${cs(qn,.07)};
|
|
4968
4968
|
--ni-private-switch-indicator-background-color: ${cs(Xn,.3)};
|
|
4969
4969
|
--ni-private-switch-indicator-background-disabled-color: ${cs(Xn,.1)};
|
|
4970
|
-
--ni-private-switch-indicator-border-color: ${
|
|
4971
|
-
--ni-private-switch-indicator-border-disabled-color: ${cs(
|
|
4970
|
+
--ni-private-switch-indicator-border-color: ${jn};
|
|
4971
|
+
--ni-private-switch-indicator-border-disabled-color: ${cs(jn,.3)};
|
|
4972
4972
|
}
|
|
4973
4973
|
`),bd(ms,fe`
|
|
4974
4974
|
:host {
|
|
4975
|
-
--ni-private-switch-background-disabled-color: ${cs(
|
|
4976
|
-
--ni-private-switch-indicator-background-color: ${cs(
|
|
4977
|
-
--ni-private-switch-indicator-background-disabled-color: ${cs(
|
|
4978
|
-
--ni-private-switch-indicator-border-color: ${
|
|
4979
|
-
--ni-private-switch-indicator-border-disabled-color: ${cs(
|
|
4975
|
+
--ni-private-switch-background-disabled-color: ${cs(Un,.07)};
|
|
4976
|
+
--ni-private-switch-indicator-background-color: ${cs(Un,.1)};
|
|
4977
|
+
--ni-private-switch-indicator-background-disabled-color: ${cs(Un,.1)};
|
|
4978
|
+
--ni-private-switch-indicator-border-color: ${Un};
|
|
4979
|
+
--ni-private-switch-indicator-border-disabled-color: ${cs(Un,.3)};
|
|
4980
4980
|
}
|
|
4981
4981
|
`)),ib=G`
|
|
4982
4982
|
<template
|
|
@@ -5015,7 +5015,7 @@ const tb=fe`
|
|
|
5015
5015
|
`
|
|
5016
5016
|
class ob extends Zo{}const nb=ob.compose({baseClass:Zo,baseName:"switch",template:ib,styles:tb})
|
|
5017
5017
|
ro.getOrCreate().withPrefix("nimble").register(nb()),ro.tagFor(ob)
|
|
5018
|
-
class sb extends
|
|
5018
|
+
class sb extends jo{}const rb=sb.compose({baseName:"tab",baseClass:jo,template:(e,t)=>G`
|
|
5019
5019
|
<template slot="tab" role="tab" aria-disabled="${e=>e.disabled}">
|
|
5020
5020
|
<slot></slot>
|
|
5021
5021
|
</template>
|
|
@@ -5200,7 +5200,7 @@ null==e.options.onColumnFiltersChange||e.options.onColumnFiltersChange((e=>{var
|
|
|
5200
5200
|
return null==(o=db(t,e))?void 0:o.filter((e=>{const t=i.find((t=>t.id===e.id))
|
|
5201
5201
|
if(t){if(Hb(t.getFilterFn(),e.value,t))return!1}return!0}))}))},setGlobalFilter:t=>{null==e.options.onGlobalFilterChange||e.options.onGlobalFilterChange(t)},resetGlobalFilter:t=>{e.setGlobalFilter(t?void 0:e.initialState.globalFilter)},resetColumnFilters:t=>{var i,o
|
|
5202
5202
|
e.setColumnFilters(t?[]:null!=(i=null==(o=e.initialState)?void 0:o.columnFilters)?i:[])},getPreFilteredRowModel:()=>e.getCoreRowModel(),getFilteredRowModel:()=>(!e._getFilteredRowModel&&e.options.getFilteredRowModel&&(e._getFilteredRowModel=e.options.getFilteredRowModel(e)),e.options.manualFiltering||!e._getFilteredRowModel?e.getPreFilteredRowModel():e._getFilteredRowModel()),_getGlobalFacetedRowModel:e.options.getFacetedRowModel&&e.options.getFacetedRowModel(e,"__global__"),getGlobalFacetedRowModel:()=>e.options.manualFiltering||!e._getGlobalFacetedRowModel?e.getPreFilteredRowModel():e._getGlobalFacetedRowModel(),_getGlobalFacetedUniqueValues:e.options.getFacetedUniqueValues&&e.options.getFacetedUniqueValues(e,"__global__"),getGlobalFacetedUniqueValues:()=>e._getGlobalFacetedUniqueValues?e._getGlobalFacetedUniqueValues():new Map,_getGlobalFacetedMinMaxValues:e.options.getFacetedMinMaxValues&&e.options.getFacetedMinMaxValues(e,"__global__"),getGlobalFacetedMinMaxValues:()=>{if(e._getGlobalFacetedMinMaxValues)return e._getGlobalFacetedMinMaxValues()}})}
|
|
5203
|
-
function Hb(e,t,i){return!(!e||!e.autoRemove)&&e.autoRemove(t,i)||void 0===t||"string"==typeof t&&!t}const
|
|
5203
|
+
function Hb(e,t,i){return!(!e||!e.autoRemove)&&e.autoRemove(t,i)||void 0===t||"string"==typeof t&&!t}const Tb={sum:(e,t,i)=>i.reduce(((t,i)=>{const o=i.getValue(e)
|
|
5204
5204
|
return t+("number"==typeof o?o:0)}),0),min:(e,t,i)=>{let o
|
|
5205
5205
|
return i.forEach((t=>{const i=t.getValue(e)
|
|
5206
5206
|
null!=i&&(o>i||void 0===o&&i>=i)&&(o=i)})),o},max:(e,t,i)=>{let o
|
|
@@ -5213,7 +5213,7 @@ null!=n&&(n=+n)>=n&&(++i,o+=n)})),i)return o/i},median:(e,t)=>{if(!t.length)retu
|
|
|
5213
5213
|
let i=0,o=0
|
|
5214
5214
|
return t.forEach((t=>{let n=t.getValue(e)
|
|
5215
5215
|
"number"==typeof n&&(i=Math.min(i,n),o=Math.max(o,n))})),(i+o)/2},unique:(e,t)=>Array.from(new Set(t.map((t=>t.getValue(e)))).values()),uniqueCount:(e,t)=>new Set(t.map((t=>t.getValue(e)))).size,count:(e,t)=>t.length}
|
|
5216
|
-
const
|
|
5216
|
+
const Pb={getInitialState:e=>({rowSelection:{},...e}),getDefaultOptions:e=>({onRowSelectionChange:hb("rowSelection",e),enableRowSelection:!0,enableMultiRowSelection:!0,enableSubRowSelection:!0}),createTable:e=>({setRowSelection:t=>null==e.options.onRowSelectionChange?void 0:e.options.onRowSelectionChange(t),resetRowSelection:t=>{var i
|
|
5217
5217
|
return e.setRowSelection(t?{}:null!=(i=e.initialState.rowSelection)?i:{})},toggleAllRowsSelected:t=>{e.setRowSelection((i=>{t=void 0!==t?t:!e.getIsAllRowsSelected()
|
|
5218
5218
|
const o={...i},n=e.getPreGroupedRowModel().flatRows
|
|
5219
5219
|
return t?n.forEach((e=>{e.getCanSelect()&&(o[e.id]=!0)})):n.forEach((e=>{delete o[e.id]})),o}))},toggleAllPageRowsSelected:t=>e.setRowSelection((i=>{const o=void 0!==t?t:!e.getIsAllPageRowsSelected(),n={...i}
|
|
@@ -5247,12 +5247,12 @@ if(r&&(o.push(e),n[e.id]=e),null!=(t=e.subRows)&&t.length&&(e={...e,subRows:s(e.
|
|
|
5247
5247
|
return{rows:s(t.rows),flatRows:o,rowsById:n}}function zb(e,t){var i
|
|
5248
5248
|
return null!=(i=t[e.id])&&i}function Bb(e,t,i){if(e.subRows&&e.subRows.length){let i=!0,o=!1
|
|
5249
5249
|
return e.subRows.forEach((e=>{o&&!i||(zb(e,t)?o=!0:i=!1)})),i?"all":!!o&&"some"}return!1}const Nb=/([0-9]+)/gm
|
|
5250
|
-
function Zb(e,t){return e===t?0:e>t?1:-1}function qb(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function
|
|
5250
|
+
function Zb(e,t){return e===t?0:e>t?1:-1}function qb(e){return"number"==typeof e?isNaN(e)||e===1/0||e===-1/0?"":String(e):"string"==typeof e?e:""}function jb(e,t){const i=e.split(Nb).filter(Boolean),o=t.split(Nb).filter(Boolean)
|
|
5251
5251
|
for(;i.length&&o.length;){const e=i.shift(),t=o.shift(),n=parseInt(e,10),s=parseInt(t,10),r=[n,s].sort()
|
|
5252
5252
|
if(isNaN(r[0])){if(e>t)return 1
|
|
5253
5253
|
if(t>e)return-1}else{if(isNaN(r[1]))return isNaN(n)?-1:1
|
|
5254
5254
|
if(n>s)return 1
|
|
5255
|
-
if(s>n)return-1}}return i.length-o.length}const
|
|
5255
|
+
if(s>n)return-1}}return i.length-o.length}const Ub={alphanumeric:(e,t,i)=>jb(qb(e.getValue(i)).toLowerCase(),qb(t.getValue(i)).toLowerCase()),alphanumericCaseSensitive:(e,t,i)=>jb(qb(e.getValue(i)),qb(t.getValue(i))),text:(e,t,i)=>Zb(qb(e.getValue(i)).toLowerCase(),qb(t.getValue(i)).toLowerCase()),textCaseSensitive:(e,t,i)=>Zb(qb(e.getValue(i)),qb(t.getValue(i))),datetime:(e,t,i)=>{const o=e.getValue(i),n=t.getValue(i)
|
|
5256
5256
|
return o>n?1:o<n?-1:0},basic:(e,t,i)=>Zb(e.getValue(i),t.getValue(i))},Gb=[mb,{getInitialState:e=>({columnVisibility:{},...e}),getDefaultOptions:e=>({onColumnVisibilityChange:hb("columnVisibility",e)}),createColumn:(e,t)=>({toggleVisibility:i=>{e.getCanHide()&&t.setColumnVisibility((t=>({...t,[e.id]:null!=i?i:!e.getIsVisible()})))},getIsVisible:()=>{var i,o
|
|
5257
5257
|
return null==(i=null==(o=t.getState().columnVisibility)?void 0:o[e.id])||i},getCanHide:()=>{var i,o
|
|
5258
5258
|
return(null==(i=e.columnDef.enableHiding)||i)&&(null==(o=t.options.enableHiding)||o)},getToggleVisibilityHandler:()=>t=>{null==e.toggleVisibility||e.toggleVisibility(t.target.checked)}}),createRow:(e,t)=>({_getAllVisibleCells:gb((()=>[e.getAllCells(),t.getState().columnVisibility]),(e=>e.filter((e=>e.column.getIsVisible()))),{key:"row._getAllVisibleCells",debug:()=>{var e
|
|
@@ -5290,11 +5290,11 @@ return e.filter((e=>!o.includes(e.id)))}),{key:!1,debug:()=>{var t
|
|
|
5290
5290
|
return null!=(t=e.options.debugAll)?t:e.options.debugColumns}})})},Vb,{getInitialState:e=>({sorting:[],...e}),getDefaultColumnDef:()=>({sortingFn:"auto"}),getDefaultOptions:e=>({onSortingChange:hb("sorting",e),isMultiSortEvent:e=>e.shiftKey}),createColumn:(e,t)=>({getAutoSortingFn:()=>{const i=t.getFilteredRowModel().flatRows.slice(10)
|
|
5291
5291
|
let o=!1
|
|
5292
5292
|
for(const t of i){const i=null==t?void 0:t.getValue(e.id)
|
|
5293
|
-
if("[object Date]"===Object.prototype.toString.call(i))return
|
|
5294
|
-
if("string"==typeof i&&(o=!0,i.split(Nb).length>1))return
|
|
5293
|
+
if("[object Date]"===Object.prototype.toString.call(i))return Ub.datetime
|
|
5294
|
+
if("string"==typeof i&&(o=!0,i.split(Nb).length>1))return Ub.alphanumeric}return o?Ub.text:Ub.basic},getAutoSortDir:()=>{const i=t.getFilteredRowModel().flatRows[0]
|
|
5295
5295
|
return"string"==typeof(null==i?void 0:i.getValue(e.id))?"asc":"desc"},getSortingFn:()=>{var i,o
|
|
5296
5296
|
if(!e)throw new Error
|
|
5297
|
-
return ub(e.columnDef.sortingFn)?e.columnDef.sortingFn:"auto"===e.columnDef.sortingFn?e.getAutoSortingFn():null!=(i=null==(o=t.options.sortingFns)?void 0:o[e.columnDef.sortingFn])?i:
|
|
5297
|
+
return ub(e.columnDef.sortingFn)?e.columnDef.sortingFn:"auto"===e.columnDef.sortingFn?e.getAutoSortingFn():null!=(i=null==(o=t.options.sortingFns)?void 0:o[e.columnDef.sortingFn])?i:Ub[e.columnDef.sortingFn]},toggleSorting:(i,o)=>{const n=e.getNextSortingOrder(),s=null!=i
|
|
5298
5298
|
t.setSorting((r=>{const a=null==r?void 0:r.find((t=>t.id===e.id)),l=null==r?void 0:r.findIndex((t=>t.id===e.id))
|
|
5299
5299
|
let c,d=[],h=s?i:"desc"===n
|
|
5300
5300
|
var u;(c=null!=r&&r.length&&e.getCanMultiSort()&&o?a?"toggle":"add":null!=r&&r.length&&l!==r.length-1?"replace":a?"toggle":"replace","toggle"===c&&(s||n||(c="remove")),"add"===c)?(d=[...r,{id:e.id,desc:h}],d.splice(0,d.length-(null!=(u=t.options.maxMultiSortColCount)?u:Number.MAX_SAFE_INTEGER))):d="toggle"===c?r.map((t=>t.id===e.id?{...t,desc:h}:t)):"remove"===c?r.filter((t=>t.id!==e.id)):[{id:e.id,desc:h}]
|
|
@@ -5314,9 +5314,9 @@ return null!=(i=null==(o=null!=(n=null==(s=e.columnDef.enableGrouping)||s)?n:t.o
|
|
|
5314
5314
|
return null==(i=t.getState().grouping)?void 0:i.includes(e.id)},getGroupedIndex:()=>{var i
|
|
5315
5315
|
return null==(i=t.getState().grouping)?void 0:i.indexOf(e.id)},getToggleGroupingHandler:()=>{const t=e.getCanGroup()
|
|
5316
5316
|
return()=>{t&&e.toggleGrouping()}},getAutoAggregationFn:()=>{const i=t.getCoreRowModel().flatRows[0],o=null==i?void 0:i.getValue(e.id)
|
|
5317
|
-
return"number"==typeof o?
|
|
5317
|
+
return"number"==typeof o?Tb.sum:"[object Date]"===Object.prototype.toString.call(o)?Tb.extent:void 0},getAggregationFn:()=>{var i,o
|
|
5318
5318
|
if(!e)throw new Error
|
|
5319
|
-
return ub(e.columnDef.aggregationFn)?e.columnDef.aggregationFn:"auto"===e.columnDef.aggregationFn?e.getAutoAggregationFn():null!=(i=null==(o=t.options.aggregationFns)?void 0:o[e.columnDef.aggregationFn])?i:
|
|
5319
|
+
return ub(e.columnDef.aggregationFn)?e.columnDef.aggregationFn:"auto"===e.columnDef.aggregationFn?e.getAutoAggregationFn():null!=(i=null==(o=t.options.aggregationFns)?void 0:o[e.columnDef.aggregationFn])?i:Tb[e.columnDef.aggregationFn]}}),createTable:e=>({setGrouping:t=>null==e.options.onGroupingChange?void 0:e.options.onGroupingChange(t),resetGrouping:t=>{var i,o
|
|
5320
5320
|
e.setGrouping(t?[]:null!=(i=null==(o=e.initialState)?void 0:o.grouping)?i:[])},getPreGroupedRowModel:()=>e.getFilteredRowModel(),getGroupedRowModel:()=>(!e._getGroupedRowModel&&e.options.getGroupedRowModel&&(e._getGroupedRowModel=e.options.getGroupedRowModel(e)),e.options.manualGrouping||!e._getGroupedRowModel?e.getPreGroupedRowModel():e._getGroupedRowModel())}),createRow:e=>({getIsGrouped:()=>!!e.groupingColumnId,_groupingValuesCache:{}}),createCell:(e,t,i,o)=>({getIsGrouped:()=>t.getIsGrouped()&&t.id===i.groupingColumnId,getIsPlaceholder:()=>!e.getIsGrouped()&&t.getIsGrouped(),getIsAggregated:()=>{var t
|
|
5321
5321
|
return!e.getIsGrouped()&&!e.getIsPlaceholder()&&!(null==(t=i.subRows)||!t.length)}})},$b,{getInitialState:e=>({...e,pagination:{pageIndex:0,pageSize:10,...null==e?void 0:e.pagination}}),getDefaultOptions:e=>({onPaginationChange:hb("pagination",e)}),createTable:e=>{let t=!1,i=!1
|
|
5322
5322
|
return{_autoResetPageIndex:()=>{var o,n
|
|
@@ -5333,7 +5333,7 @@ return"number"==typeof n&&(n=Math.max(-1,n)),{...i,pageCount:n}})),getPageOption
|
|
|
5333
5333
|
return e&&e>0&&(t=[...new Array(e)].fill(null).map(((e,t)=>t))),t}),{key:!1,debug:()=>{var t
|
|
5334
5334
|
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getCanPreviousPage:()=>e.getState().pagination.pageIndex>0,getCanNextPage:()=>{const{pageIndex:t}=e.getState().pagination,i=e.getPageCount()
|
|
5335
5335
|
return-1===i||0!==i&&t<i-1},previousPage:()=>e.setPageIndex((e=>e-1)),nextPage:()=>e.setPageIndex((e=>e+1)),getPrePaginationRowModel:()=>e.getExpandedRowModel(),getPaginationRowModel:()=>(!e._getPaginationRowModel&&e.options.getPaginationRowModel&&(e._getPaginationRowModel=e.options.getPaginationRowModel(e)),e.options.manualPagination||!e._getPaginationRowModel?e.getPrePaginationRowModel():e._getPaginationRowModel()),getPageCount:()=>{var t
|
|
5336
|
-
return null!=(t=e.options.pageCount)?t:Math.ceil(e.getPrePaginationRowModel().rows.length/e.getState().pagination.pageSize)}}}},
|
|
5336
|
+
return null!=(t=e.options.pageCount)?t:Math.ceil(e.getPrePaginationRowModel().rows.length/e.getState().pagination.pageSize)}}}},Pb,wb]
|
|
5337
5337
|
function Wb(e){var t;(e.debugAll||e.debugTable)&&console.info("Creating Table Instance...")
|
|
5338
5338
|
let i={_features:Gb}
|
|
5339
5339
|
const o=i._features.reduce(((e,t)=>Object.assign(e,null==t.getDefaultOptions?void 0:t.getDefaultOptions(i))),{})
|
|
@@ -5538,7 +5538,7 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
|
|
|
5538
5538
|
content: '';
|
|
5539
5539
|
width: 100%;
|
|
5540
5540
|
height: 100%;
|
|
5541
|
-
background-color: ${cs(
|
|
5541
|
+
background-color: ${cs(Un,.1)};
|
|
5542
5542
|
position: absolute;
|
|
5543
5543
|
}
|
|
5544
5544
|
`)),uw=fe`
|
|
@@ -5569,7 +5569,7 @@ return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(e
|
|
|
5569
5569
|
<slot></slot>
|
|
5570
5570
|
|
|
5571
5571
|
${Me((e=>e.sortDirection===Yb.ascending),G`
|
|
5572
|
-
<${
|
|
5572
|
+
<${Tg} class="sort-indicator" aria-hidden="true"></${Tg}>
|
|
5573
5573
|
`)}
|
|
5574
5574
|
${Me((e=>e.sortDirection===Yb.descending),G`
|
|
5575
5575
|
<${kg} class="sort-indicator" aria-hidden="true"></${kg}>
|
|
@@ -5610,11 +5610,11 @@ const mw=ro.tagFor(gw),fw=fe`
|
|
|
5610
5610
|
}
|
|
5611
5611
|
|
|
5612
5612
|
:host([selected])::before {
|
|
5613
|
-
background-color: ${
|
|
5613
|
+
background-color: ${jr};
|
|
5614
5614
|
}
|
|
5615
5615
|
|
|
5616
5616
|
:host([selected]:hover)::before {
|
|
5617
|
-
background-color: ${
|
|
5617
|
+
background-color: ${Ur};
|
|
5618
5618
|
}
|
|
5619
5619
|
|
|
5620
5620
|
.checkbox-container {
|
|
@@ -5659,15 +5659,15 @@ const mw=ro.tagFor(gw),fw=fe`
|
|
|
5659
5659
|
}
|
|
5660
5660
|
`.withBehaviors(bd(ms,fe`
|
|
5661
5661
|
:host([selectable]:not([selected]):hover)::before {
|
|
5662
|
-
background-color: ${cs(
|
|
5662
|
+
background-color: ${cs(Un,.05)};
|
|
5663
5663
|
}
|
|
5664
5664
|
|
|
5665
5665
|
:host([selected])::before {
|
|
5666
|
-
background-color: ${cs(
|
|
5666
|
+
background-color: ${cs(Un,.25)};
|
|
5667
5667
|
}
|
|
5668
5668
|
|
|
5669
5669
|
:host([selected]:hover)::before {
|
|
5670
|
-
background-color: ${cs(
|
|
5670
|
+
background-color: ${cs(Un,.2)};
|
|
5671
5671
|
}
|
|
5672
5672
|
`)),bw=fe`
|
|
5673
5673
|
${xn("flex")}
|
|
@@ -5876,11 +5876,11 @@ const _w=ro.tagFor(kw),Iw=fe`
|
|
|
5876
5876
|
}
|
|
5877
5877
|
`.withBehaviors(bd(ms,fe`
|
|
5878
5878
|
:host(:hover)::before {
|
|
5879
|
-
background-color: ${cs(
|
|
5879
|
+
background-color: ${cs(Un,.05)};
|
|
5880
5880
|
}
|
|
5881
5881
|
`),bd(vs,fe`
|
|
5882
5882
|
:host(:hover)::before {
|
|
5883
|
-
background-color: ${cs(
|
|
5883
|
+
background-color: ${cs(Un,.1)};
|
|
5884
5884
|
}
|
|
5885
5885
|
`)),Rw=G`
|
|
5886
5886
|
<template
|
|
@@ -5928,7 +5928,7 @@ const Ew=ro.tagFor(Mw),Ow=G`
|
|
|
5928
5928
|
<template
|
|
5929
5929
|
role="grid"
|
|
5930
5930
|
aria-multiselectable="${e=>e.ariaMultiSelectable}"
|
|
5931
|
-
${Be({property:"childItems",filter:
|
|
5931
|
+
${Be({property:"childItems",filter:Te()})}
|
|
5932
5932
|
>
|
|
5933
5933
|
<div class="table-container ${e=>e.documentShiftKeyDown?"disable-select":""}"
|
|
5934
5934
|
style="
|
|
@@ -5980,7 +5980,7 @@ const Ew=ro.tagFor(Mw),Ow=G`
|
|
|
5980
5980
|
</div>
|
|
5981
5981
|
<div class="table-viewport" ${Re("viewport")}>
|
|
5982
5982
|
<div class="table-scroll"></div>
|
|
5983
|
-
<div class="table-row-container" ${Be({property:"rowElements",filter:
|
|
5983
|
+
<div class="table-row-container" ${Be({property:"rowElements",filter:Te(_w)})}
|
|
5984
5984
|
role="rowgroup">
|
|
5985
5985
|
${Me((e=>e.columns.length>0&&e.canRenderRows),G`
|
|
5986
5986
|
${He((e=>e.virtualizer.visibleItems),G`
|
|
@@ -6059,7 +6059,7 @@ var r,a=e()
|
|
|
6059
6059
|
if(!(a.length!==s.length||a.some((function(e,t){return s[t]!==e}))))return n
|
|
6060
6060
|
if(s=a,i.key&&null!=i.debug&&i.debug()&&(r=Date.now()),n=t.apply(void 0,a),i.key&&null!=i.debug&&i.debug()){var l=Math.round(100*(Date.now()-o))/100,c=Math.round(100*(Date.now()-r))/100,d=c/16,h=function(e,t){for(e=String(e);e.length<t;)e=" "+e
|
|
6061
6061
|
return e}
|
|
6062
|
-
console.info("%c⏱ "+h(c,5)+" /"+h(l,5)+" ms","\n font-size: .6rem;\n font-weight: bold;\n color: hsl("+Math.max(0,Math.min(120-120*d,120))+"deg 100% 31%);",null==i?void 0:i.key)}return null==i||null==i.onChange||i.onChange(n),n}}var Hw,
|
|
6062
|
+
console.info("%c⏱ "+h(c,5)+" /"+h(l,5)+" ms","\n font-size: .6rem;\n font-weight: bold;\n color: hsl("+Math.max(0,Math.min(120-120*d,120))+"deg 100% 31%);",null==i?void 0:i.key)}return null==i||null==i.onChange||i.onChange(n),n}}var Hw,Tw=function(e){return e},Pw=function(e){for(var t=Math.max(e.startIndex-e.overscan,0),i=Math.min(e.endIndex+e.overscan,e.count-1),o=[],n=t;n<=i;n++)o.push(n)
|
|
6063
6063
|
return o},Dw=function(e,t){var i=new ResizeObserver((function(e){var i=e[0]
|
|
6064
6064
|
if(i){var o=i.contentRect,n=o.width,s=o.height
|
|
6065
6065
|
t({width:Math.round(n),height:Math.round(s)})}else t({width:0,height:0})}))
|
|
@@ -6070,7 +6070,7 @@ var a=function(t){var a=t.currentTarget,l=a[i],c=a[o];(e.options.horizontal?n-l:
|
|
|
6070
6070
|
return e.scrollElement.addEventListener("scroll",a,{capture:!1,passive:!0}),function(){e.scrollElement.removeEventListener("scroll",a)}}}),Bw=function(e,t){return Math.round(e.getBoundingClientRect()[t.options.horizontal?"width":"height"])},Nw=function(e,t,i){var o,n,s=t.adjustments,r=void 0===s?0:s,a=t.behavior,l=e+r
|
|
6071
6071
|
null==(o=i.scrollElement)||null==o.scrollTo||o.scrollTo(((n={})[i.options.horizontal?"left":"top"]=l,n.behavior=a,n))},Zw=function(e){var t,i=this
|
|
6072
6072
|
this.unsubs=[],this.scrollElement=null,this.isScrolling=!1,this.isScrollingTimeoutId=null,this.scrollToIndexTimeoutId=null,this.measurementsCache=[],this.itemSizeCache={},this.pendingMeasuredCacheIndexes=[],this.scrollDirection=null,this.scrollAdjustments=0,this.measureElementCache={},this.getResizeObserver=(t=null,function(){return t||("undefined"!=typeof ResizeObserver?t=new ResizeObserver((function(e){e.forEach((function(e){i._measureElement(e.target,!1)}))})):null)}),this.range={startIndex:0,endIndex:0},this.setOptions=function(e){Object.entries(e).forEach((function(t){var i=t[0]
|
|
6073
|
-
void 0===t[1]&&delete e[i]})),i.options=Fw({debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:
|
|
6073
|
+
void 0===t[1]&&delete e[i]})),i.options=Fw({debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:Tw,rangeExtractor:Pw,onChange:function(){},measureElement:Bw,initialRect:{width:0,height:0},scrollMargin:0,scrollingDelay:150,indexAttribute:"data-index",initialMeasurementsCache:[]},e)},this.notify=function(){null==i.options.onChange||i.options.onChange(i)},this.cleanup=function(){i.unsubs.filter(Boolean).forEach((function(e){return e()})),i.unsubs=[],i.scrollElement=null},this._didMount=function(){var e=i.getResizeObserver()
|
|
6074
6074
|
return Object.values(i.measureElementCache).forEach((function(t){return null==e?void 0:e.observe(t)})),function(){null==e||e.disconnect(),i.cleanup()}},this._willUpdate=function(){var e=i.options.getScrollElement()
|
|
6075
6075
|
i.scrollElement!==e&&(i.cleanup(),i.scrollElement=e,i._scrollToOffset(i.scrollOffset,{adjustments:void 0,behavior:void 0}),i.unsubs.push(i.options.observeElementRect(i,(function(e){i.scrollRect=e,i.maybeNotify()}))),i.unsubs.push(i.options.observeElementOffset(i,(function(e){i.scrollAdjustments=0,i.scrollOffset!==e&&(null!==i.isScrollingTimeoutId&&(clearTimeout(i.isScrollingTimeoutId),i.isScrollingTimeoutId=null),i.isScrolling=!0,i.scrollDirection=i.scrollOffset<e?"forward":"backward",i.scrollOffset=e,i.maybeNotify(),i.isScrollingTimeoutId=setTimeout((function(){i.isScrollingTimeoutId=null,i.isScrolling=!1,i.scrollDirection=null,i.maybeNotify()}),i.options.scrollingDelay))}))))},this.getSize=function(){return i.scrollRect[i.options.horizontal?"width":"height"]},this.getMeasurements=Vw((function(){return[i.options.count,i.options.paddingStart,i.options.scrollMargin,i.options.getItemKey,i.itemSizeCache]}),(function(e,t,o,n,s){var r=i.pendingMeasuredCacheIndexes.length>0?Math.min.apply(Math,i.pendingMeasuredCacheIndexes):0
|
|
6076
6076
|
i.pendingMeasuredCacheIndexes=[]
|
|
@@ -6127,15 +6127,15 @@ this.visibleItems=e.getVirtualItems(),this.allRowsHeight=e.getTotalSize()
|
|
|
6127
6127
|
let t=0
|
|
6128
6128
|
if(this.visibleItems.length>0){t=this.visibleItems[0].start}this.rowContainerYOffset=t}notifyFocusedCellRecycling(){let e=this.table.shadowRoot.activeElement
|
|
6129
6129
|
for(;null!==e&&!(e instanceof rw)&&e.shadowRoot;)e=e.shadowRoot.activeElement
|
|
6130
|
-
if(e instanceof rw&&e.focusedRecycleCallback(),void 0!==this.table.openActionMenuRecordId){this.table.rowElements.find((e=>e.recordId===this.table.openActionMenuRecordId))?.closeOpenActionMenus()}}}function
|
|
6131
|
-
case ow:return
|
|
6132
|
-
default:return
|
|
6130
|
+
if(e instanceof rw&&e.focusedRecycleCallback(),void 0!==this.table.openActionMenuRecordId){this.table.rowElements.find((e=>e.recordId===this.table.openActionMenuRecordId))?.closeOpenActionMenus()}}}function jw(e){switch(e){case iw:return Ub.basic
|
|
6131
|
+
case ow:return Uw
|
|
6132
|
+
default:return Ub.basic}}function Uw(e,t,i){const o=e.getValue(i),n=t.getValue(i)
|
|
6133
6133
|
return"string"==typeof o&&"string"==typeof n?o.localeCompare(n):o===n?0:void 0===o||null===o&&void 0!==n?-1:1}e([m],qw.prototype,"visibleItems",void 0),e([m],qw.prototype,"allRowsHeight",void 0),e([m],qw.prototype,"headerContainerMarginRight",void 0),e([m],qw.prototype,"rowContainerYOffset",void 0)
|
|
6134
|
-
|
|
6135
|
-
return!1},
|
|
6136
|
-
return!1}
|
|
6137
|
-
class
|
|
6138
|
-
if(i){return`${Math.max(t,i)}px`}return`minmax(${t}px, ${o}fr)`})).join(" ")}}class
|
|
6134
|
+
class Gw{constructor(e){this.trackedItems={},this.trackedItems=e.reduce(((e,t)=>({...e,[t]:!1})),this.trackedItems)}getTrackedItems(){return{...this.trackedItems}}isTracked(e){return this.trackedItems[e]}track(e){this.trackedItems[e]=!0}untrack(e){this.trackedItems[e]=!1}trackAll(){this.setAllKeys(!0)}untrackAll(){this.setAllKeys(!1)}allTracked(){return Object.values(this.trackedItems).every((e=>e))}anyTracked(){return Object.values(this.trackedItems).some((e=>e))}noneTracked(){return Object.values(this.trackedItems).every((e=>!e))}setAllKeys(e){this.trackedItems=Object.keys(this.trackedItems).reduce(((t,i)=>({...t,[i]:e})),this.trackedItems)}}class Ww extends Gw{}const Kw=(e,...t)=>{for(const i of t)if(e===i)return!0
|
|
6135
|
+
return!1},Xw=(e,...t)=>{for(const i of t)if(e===i)return!0
|
|
6136
|
+
return!1},Yw=["rowIds","groupRows","columnIds","columnSort","columnWidths","columnDefinition","actionMenuSlots","selectionMode"]
|
|
6137
|
+
class Qw extends Ww{constructor(e){super(Yw),this.table=e,this.updateQueued=!1}get updateRowIds(){return this.isTracked("rowIds")}get updateGroupRows(){return this.isTracked("groupRows")}get updateColumnIds(){return this.isTracked("columnIds")}get updateColumnSort(){return this.isTracked("columnSort")}get updateColumnWidths(){return this.isTracked("columnWidths")}get updateColumnDefinition(){return this.isTracked("columnDefinition")}get updateActionMenuSlots(){return this.isTracked("actionMenuSlots")}get updateSelectionMode(){return this.isTracked("selectionMode")}get requiresTanStackUpdate(){return this.isTracked("rowIds")||this.isTracked("columnSort")||this.isTracked("columnDefinition")||this.isTracked("groupRows")||this.isTracked("selectionMode")}get requiresTanStackDataReset(){return this.isTracked("rowIds")||this.isTracked("columnDefinition")}trackAllStateChanged(){this.trackAll(),this.queueUpdate()}get hasPendingUpdates(){return this.updateQueued}trackColumnPropertyChanged(e){Kw(e,"columnId")?this.track("columnIds"):Xw(e,"operandDataRecordFieldName","sortOperation")?this.track("columnDefinition"):Kw(e,"sortingDisabled")||Xw(e,"currentSortDirection","currentSortIndex")?this.track("columnSort"):Kw(e,"columnHidden")||Xw(e,"currentFractionalWidth","currentPixelWidth","minPixelWidth")?this.track("columnWidths"):Kw(e,"actionMenuSlot")?this.track("actionMenuSlots"):Xw(e,"groupIndex","groupingDisabled")&&this.track("groupRows"),this.queueUpdate()}trackColumnInstancesChanged(){this.track("columnIds"),this.track("columnDefinition"),this.track("columnSort"),this.track("columnWidths"),this.track("actionMenuSlots"),this.track("groupRows"),this.queueUpdate()}trackIdFieldNameChanged(){this.track("rowIds"),this.queueUpdate()}trackSelectionModeChanged(){this.track("selectionMode"),this.queueUpdate()}queueUpdate(){this.table.$fastController.isConnected&&(this.updateQueued||(this.updateQueued=!0,u.queueUpdate((()=>{this.table.update(),this.untrackAll(),this.updateQueued=!1}))))}}class Jw{static getGridTemplateColumns(e){return e?.filter((e=>!e.columnHidden)).map((e=>{const{minPixelWidth:t,currentPixelWidth:i,currentFractionalWidth:o}=e.columnInternals
|
|
6138
|
+
if(i){return`${Math.max(t,i)}px`}return`minmax(${t}px, ${o}fr)`})).join(" ")}}class ex{constructor(e){this.tanStackTable=e}reset(){}toggleIsRowSelected(e,t){e.isGrouped&&e.selectionState===ew?this.deselectAllLeafRows(e.id):this.tanStackTable.getRow(e.id).toggleSelected(t)}selectSingleRow(e){if(e.isGrouped)throw new Error("function not intended to select grouped rows")
|
|
6139
6139
|
const t=this.tanStackTable.getState().rowSelection,i=[]
|
|
6140
6140
|
if(Object.entries(t).forEach((([e,t])=>{t&&i.push(e)})),1===i.length&&i[0]===e.id)return!1
|
|
6141
6141
|
const o={}
|
|
@@ -6145,7 +6145,7 @@ this.tanStackTable.setRowSelection(o)}getAllLeafRowIds(e){const t=this.tanStackT
|
|
|
6145
6145
|
return t?.getIsGrouped()?t.getLeafRows().filter((e=>0===e.getLeafRows().length)).map((e=>e.id)):[]}getAllOrderedRows(){const e=this.tanStackTable.getPreExpandedRowModel().rows
|
|
6146
6146
|
return this.getOrderedRows(e)}getOrderedRows(e){const t=[]
|
|
6147
6147
|
for(const i of e)t.push(i),i.subRows?.length&&t.push(...this.getOrderedRows(i.subRows))
|
|
6148
|
-
return t}}class
|
|
6148
|
+
return t}}class tx extends ex{handleRowSelectionToggle(e,t,i){return!1}handleRowClick(e,t,i){return!1}handleActionMenuOpening(e){return!1}}class ix extends ex{handleRowSelectionToggle(e,t,i){return i&&this.tryUpdateRangeSelection(e.id)||(this.shiftSelectStartRowId=e.id,this.previousShiftSelectRowEndId=void 0,this.toggleIsRowSelected(e,t)),!0}handleRowClick(e,t,i){return i?(this.shiftSelectStartRowId=e.id,this.previousShiftSelectRowEndId=void 0,this.toggleIsRowSelected(e),!0):!(!t||!this.tryUpdateRangeSelection(e.id))||(this.shiftSelectStartRowId=e.id,this.previousShiftSelectRowEndId=void 0,this.selectSingleRow(e))}handleActionMenuOpening(e){return e.selectionState!==ew&&this.selectSingleRow(e)}reset(){this.shiftSelectStartRowId=void 0,this.previousShiftSelectRowEndId=void 0}tryUpdateRangeSelection(e){if(void 0===this.shiftSelectStartRowId)return!1
|
|
6149
6149
|
const t=this.getAllOrderedRows(),i=this.getRowIndexForId(this.shiftSelectStartRowId,t)
|
|
6150
6150
|
if(-1===i)return!1
|
|
6151
6151
|
const o=this.tanStackTable.getState().rowSelection
|
|
@@ -6155,10 +6155,10 @@ this.updateSelectionStateForRange(e,i,n,o,!0)}updateSelectionStateForRange(e,t,i
|
|
|
6155
6155
|
const s=Math.min(t,i),r=Math.max(t,i)
|
|
6156
6156
|
for(let t=s;t<=r;t++){const i=o[t]
|
|
6157
6157
|
i.getIsGrouped()||this.updateSelectionStateForRow(e,i.id,n)}const a=o[i]
|
|
6158
|
-
a.getIsGrouped()&&this.getAllLeafRowIds(a.id).forEach((t=>this.updateSelectionStateForRow(e,t,n)))}updateSelectionStateForRow(e,t,i){i?e[t]=!0:delete e[t]}getRowIndexForId(e,t){return e?t.findIndex((t=>t.id===e)):-1}}class
|
|
6159
|
-
case Qb.single:return new
|
|
6160
|
-
case Qb.none:return new
|
|
6161
|
-
default:throw new Error("unknown selection mode found")}}}class
|
|
6158
|
+
a.getIsGrouped()&&this.getAllLeafRowIds(a.id).forEach((t=>this.updateSelectionStateForRow(e,t,n)))}updateSelectionStateForRow(e,t,i){i?e[t]=!0:delete e[t]}getRowIndexForId(e,t){return e?t.findIndex((t=>t.id===e)):-1}}class ox extends ex{handleRowSelectionToggle(e,t,i){return this.toggleIsRowSelected(e,t),!0}handleRowClick(e,t,i){return this.selectSingleRow(e)}handleActionMenuOpening(e){return this.handleRowClick(e,!1,!1)}}class nx{constructor(e,t){this.tanStackTable=e,this.selectionManager=this.createSelectionManager(t)}handleRowSelectionToggle(e,t,i){return!!e&&this.selectionManager.handleRowSelectionToggle(e,t,i)}handleRowClick(e,t,i){return!!e&&this.selectionManager.handleRowClick(e,t,i)}handleActionMenuOpening(e){return!!e&&this.selectionManager.handleActionMenuOpening(e)}handleSelectionModeChanged(e){this.selectionManager=this.createSelectionManager(e)}handleSelectionReset(){this.selectionManager.reset()}createSelectionManager(e){switch(e){case Qb.multiple:return new ix(this.tanStackTable)
|
|
6159
|
+
case Qb.single:return new ox(this.tanStackTable)
|
|
6160
|
+
case Qb.none:return new tx(this.tanStackTable)
|
|
6161
|
+
default:throw new Error("unknown selection mode found")}}}class sx extends Rt{constructor(){super(),this.selectionMode=Qb.none,this.tableData=[],this.columns=[],this.childItems=[],this.rowElements=[],this.actionMenuSlots=[],this.canRenderRows=!0,this.scrollX=0,this.selectionState=Jb,this.showCollapseAll=!1,this.documentShiftKeyDown=!1,this.tableValidator=new dw,this.tableUpdateTracker=new Qw(this),this.columnNotifiers=[],this.isInitialized=!1,this.collapsedRows=new Set,this.ignoreSelectionChangeEvents=!1,this.onViewPortScroll=e=>{this.scrollX=e.target.scrollLeft},this.onKeyDown=e=>{e.key===Or&&(this.documentShiftKeyDown=!0)},this.onKeyUp=e=>{e.key===Or&&(this.documentShiftKeyDown=!1)},this.getIsRowExpanded=e=>{if(!e.getIsGrouped())return!1
|
|
6162
6162
|
const t=this.table.options.state.expanded
|
|
6163
6163
|
return!0===t||(Object.keys(t??{}).includes(e.id)?t[e.id]:!this.collapsedRows.has(e.id))},this.handleRowSelectionChange=e=>{const t=e instanceof Function?e(this.table.getState().rowSelection):e
|
|
6164
6164
|
this.updateTableOptions({state:{rowSelection:t}})},this.handleExpandedChange=e=>{const t=e instanceof Function?e(this.table.getState().expanded):e
|
|
@@ -6184,33 +6184,33 @@ return{rows:a(i.rows),flatRows:n,rowsById:i.rowsById}}),{key:!1,debug:()=>{var t
|
|
|
6184
6184
|
return null!=(t=e.options.debugAll)?t:e.options.debugTable},onChange:()=>{e._autoResetPageIndex()}}),getGroupedRowModel:Xb(),getExpandedRowModel:e=>gb((()=>[e.getState().expanded,e.getPreExpandedRowModel(),e.options.paginateExpandedRows]),((e,t,i)=>!t.rows.length||!0!==e&&!Object.keys(null!=e?e:{}).length?t:i?function(e){const t=[],i=e=>{var o
|
|
6185
6185
|
t.push(e),null!=(o=e.subRows)&&o.length&&e.getIsExpanded()&&e.subRows.forEach(i)}
|
|
6186
6186
|
return e.rows.forEach(i),{rows:t,flatRows:e.flatRows,rowsById:e.rowsById}}(t):t),{key:!1,debug:()=>{var t
|
|
6187
|
-
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getIsRowExpanded:this.getIsRowExpanded,columns:[],state:{rowSelection:{},grouping:[],expanded:!0},enableRowSelection:e=>!e.getIsGrouped(),enableMultiRowSelection:!1,enableSubRowSelection:!1,enableSorting:!0,enableGrouping:!0,renderFallbackValue:null,autoResetAll:!1},this.table=Wb(this.options),this.virtualizer=new qw(this,this.table),this.selectionManager=new
|
|
6187
|
+
return null!=(t=e.options.debugAll)?t:e.options.debugTable}}),getIsRowExpanded:this.getIsRowExpanded,columns:[],state:{rowSelection:{},grouping:[],expanded:!0},enableRowSelection:e=>!e.getIsGrouped(),enableMultiRowSelection:!1,enableSubRowSelection:!1,enableSorting:!0,enableGrouping:!0,renderFallbackValue:null,autoResetAll:!1},this.table=Wb(this.options),this.virtualizer=new qw(this,this.table),this.selectionManager=new nx(this.table,this.selectionMode)}get validity(){return this.tableValidator.getValidity()}async setData(e){await this.processPendingUpdates()
|
|
6188
6188
|
const t=e.map((e=>({...e}))),i={data:t}
|
|
6189
6189
|
if(this.validateWithData(t),this.tableValidator.areRecordIdsValid()){const e=await this.getSelectedRecordIds()
|
|
6190
6190
|
i.state={rowSelection:this.calculateTanStackSelectionState(e)}}this.updateTableOptions(i)}async getSelectedRecordIds(){await this.processPendingUpdates()
|
|
6191
6191
|
const e=this.options.state.rowSelection
|
|
6192
6192
|
if(!e)return[]
|
|
6193
6193
|
const t=[]
|
|
6194
|
-
return Object.entries(e).forEach((([e,i])=>{i&&t.push(e)})),t}async setSelectedRecordIds(e){await this.processPendingUpdates(),this.selectionMode!==Qb.none&&this.updateTableOptions({state:{rowSelection:this.calculateTanStackSelectionState(e)}})}connectedCallback(){super.connectedCallback(),this.initialize(),this.virtualizer.connectedCallback(),this.viewport.addEventListener("scroll",this.onViewPortScroll,{passive:!0}),document.addEventListener("keydown",this.onKeyDown),document.addEventListener("keyup",this.onKeyUp)}disconnectedCallback(){super.disconnectedCallback(),this.virtualizer.disconnectedCallback(),this.viewport.removeEventListener("scroll",this.onViewPortScroll),document.removeEventListener("keydown",this.onKeyDown),document.removeEventListener("keyup",this.onKeyUp)}checkValidity(){return this.tableValidator.isValid()}handleChange(e,t){(e instanceof cw||e instanceof lw)&&"string"==typeof t&&("validConfiguration"===t?this.tableValidator.validateColumnConfigurations(this.columns):this.
|
|
6194
|
+
return Object.entries(e).forEach((([e,i])=>{i&&t.push(e)})),t}async setSelectedRecordIds(e){await this.processPendingUpdates(),this.selectionMode!==Qb.none&&this.updateTableOptions({state:{rowSelection:this.calculateTanStackSelectionState(e)}})}connectedCallback(){super.connectedCallback(),this.initialize(),this.virtualizer.connectedCallback(),this.viewport.addEventListener("scroll",this.onViewPortScroll,{passive:!0}),document.addEventListener("keydown",this.onKeyDown),document.addEventListener("keyup",this.onKeyUp)}disconnectedCallback(){super.disconnectedCallback(),this.virtualizer.disconnectedCallback(),this.viewport.removeEventListener("scroll",this.onViewPortScroll),document.removeEventListener("keydown",this.onKeyDown),document.removeEventListener("keyup",this.onKeyUp)}checkValidity(){return this.tableValidator.isValid()}handleChange(e,t){(e instanceof cw||e instanceof lw)&&"string"==typeof t&&("validConfiguration"===t?this.tableValidator.validateColumnConfigurations(this.columns):this.tableUpdateTracker.trackColumnPropertyChanged(t))}onRowSelectionToggle(e,t){t.stopImmediatePropagation()
|
|
6195
6195
|
this.selectionManager.handleRowSelectionToggle(this.tableData[e],t.detail.newState,this.documentShiftKeyDown)&&this.emitSelectionChangeEvent()}onRowClick(e,t){return this.selectionManager.handleRowClick(this.tableData[e],t.shiftKey,t.ctrlKey||t.metaKey)&&this.emitSelectionChangeEvent(),!0}onAllRowsSelectionChange(e){e.stopPropagation(),this.ignoreSelectionChangeEvents||(this.table.toggleAllRowsSelected(this.selectionCheckbox.checked),this.emitSelectionChangeEvent())}onRowActionMenuBeforeToggle(e,t){t.stopImmediatePropagation(),this.handleActionMenuBeforeToggleEvent(e,t)}onRowActionMenuToggle(e){e.stopImmediatePropagation(),this.handleRowActionMenuToggleEvent(e)}handleCollapseAllGroupRows(){this.collapsedRows.clear(),this.table.getRowModel().flatRows.filter((e=>e.getIsGrouped())).forEach((e=>this.collapsedRows.add(e.id))),this.table.toggleAllRowsExpanded(!1)}handleGroupRowExpanded(e,t){this.toggleGroupExpanded(e),t.stopPropagation()}toggleColumnSort(e,t){if(e.sortingDisabled)return
|
|
6196
6196
|
const i=this.getColumnsParticipatingInSorting().sort(((e,t)=>e.columnInternals.currentSortIndex-t.columnInternals.currentSortIndex)),o=i.indexOf(e),n=o>-1,s=e.columnInternals.currentSortDirection
|
|
6197
6197
|
let r=Yb.ascending
|
|
6198
6198
|
n?s===Yb.descending?(i.splice(o,1),r=Yb.none,e.columnInternals.currentSortIndex=void 0):r=Yb.descending:i.push(e),e.columnInternals.currentSortDirection=r
|
|
6199
6199
|
for(let o=0;o<i.length;o++){const n=i[o]
|
|
6200
|
-
t?i[o].columnInternals.currentSortIndex=o:n===e?n.columnInternals.currentSortIndex=0:(n.columnInternals.currentSortIndex=void 0,n.columnInternals.currentSortDirection=Yb.none)}this.emitColumnConfigurationChangeEvent()}update(){this.validate(),this.
|
|
6200
|
+
t?i[o].columnInternals.currentSortIndex=o:n===e?n.columnInternals.currentSortIndex=0:(n.columnInternals.currentSortIndex=void 0,n.columnInternals.currentSortDirection=Yb.none)}this.emitColumnConfigurationChangeEvent()}update(){this.validate(),this.tableUpdateTracker.requiresTanStackUpdate&&this.updateTanStack(),this.tableUpdateTracker.updateActionMenuSlots&&this.updateActionMenuSlots(),this.tableUpdateTracker.updateColumnWidths&&this.updateRowGridColumns(),this.tableUpdateTracker.updateGroupRows&&(this.showCollapseAll=this.getColumnsParticipatingInGrouping().length>0)}get ariaMultiSelectable(){switch(this.selectionMode){case Qb.multiple:return"true"
|
|
6201
6201
|
case Qb.single:return"false"
|
|
6202
|
-
default:return null}}selectionModeChanged(e,t){this.$fastController.isConnected&&this.
|
|
6202
|
+
default:return null}}selectionModeChanged(e,t){this.$fastController.isConnected&&this.tableUpdateTracker.trackSelectionModeChanged()}idFieldNameChanged(e,t){this.$fastController.isConnected&&this.tableUpdateTracker.trackIdFieldNameChanged()}columnsChanged(e,t){this.$fastController.isConnected&&(this.observeColumns(),this.tableUpdateTracker.trackColumnInstancesChanged())}async handleActionMenuBeforeToggleEvent(e,t){this.selectionManager.handleActionMenuOpening(this.tableData[e])&&await this.emitSelectionChangeEvent(),this.openActionMenuRecordId=t.detail.recordIds[0]
|
|
6203
6203
|
const i=await this.getActionMenuToggleEventDetail(t)
|
|
6204
6204
|
this.$emit("action-menu-beforetoggle",i)}async handleRowActionMenuToggleEvent(e){const t=await this.getActionMenuToggleEventDetail(e)
|
|
6205
6205
|
this.$emit("action-menu-toggle",t),e.detail.newState||(this.openActionMenuRecordId=void 0)}async getActionMenuToggleEventDetail(e){const t=this.selectionMode===Qb.multiple?await this.getSelectedRecordIds():[this.openActionMenuRecordId]
|
|
6206
|
-
return{...e.detail,recordIds:t}}removeColumnObservers(){this.columnNotifiers.forEach((e=>{e.unsubscribe(this)})),this.columnNotifiers=[]}initialize(){this.isInitialized||(this.isInitialized=!0,this.$fastController.onConnectedCallback(),this.
|
|
6206
|
+
return{...e.detail,recordIds:t}}removeColumnObservers(){this.columnNotifiers.forEach((e=>{e.unsubscribe(this)})),this.columnNotifiers=[]}initialize(){this.isInitialized||(this.isInitialized=!0,this.$fastController.onConnectedCallback(),this.tableUpdateTracker.trackAllStateChanged(),this.observeColumns())}async processPendingUpdates(){if(this.initialize(),await u.nextUpdate(),this.tableUpdateTracker.hasPendingUpdates)throw new Error("Expected pending updates to be resolved")}observeColumns(){this.removeColumnObservers()
|
|
6207
6207
|
for(const e of this.columns){const t=v.getNotifier(e)
|
|
6208
6208
|
t.subscribe(this),this.columnNotifiers.push(t)
|
|
6209
6209
|
v.getNotifier(e.columnInternals).subscribe(this),this.columnNotifiers.push(t)}}getColumnsParticipatingInSorting(){return this.columns.filter((e=>!e.sortingDisabled&&e.columnInternals.currentSortDirection!==Yb.none&&"number"==typeof e.columnInternals.currentSortIndex))}getColumnsParticipatingInGrouping(){return this.columns.filter((e=>!e.columnInternals.groupingDisabled&&"number"==typeof e.columnInternals.groupIndex))}childItemsChanged(){this.updateColumnsFromChildItems()}async updateColumnsFromChildItems(){const e=this.childItems.map((async e=>e.matches(":not(:defined)")?customElements.whenDefined(e.localName):Promise.resolve()))
|
|
6210
6210
|
await Promise.all(e),this.columns=this.childItems.filter((e=>e instanceof cw))}updateTanStack(){const e={state:{}}
|
|
6211
|
-
this.
|
|
6211
|
+
this.tableUpdateTracker.updateColumnSort&&(e.state.sorting=this.calculateTanStackSortState()),this.tableUpdateTracker.updateColumnDefinition&&(e.columns=this.calculateTanStackColumns()),this.tableUpdateTracker.updateRowIds&&(e.getRowId=this.calculateTanStackRowIdFunction(),e.state.rowSelection={},this.selectionManager.handleSelectionReset()),this.tableUpdateTracker.updateSelectionMode&&(e.enableMultiRowSelection=this.selectionMode===Qb.multiple,e.enableSubRowSelection=this.selectionMode===Qb.multiple,e.state.rowSelection={},this.selectionManager.handleSelectionModeChanged(this.selectionMode)),this.tableUpdateTracker.requiresTanStackDataReset&&(e.data=[...this.table.options.data]),this.tableUpdateTracker.updateGroupRows&&(e.state.grouping=this.calculateTanStackGroupingState(),e.state.expanded=!0,this.collapsedRows.clear()),this.updateTableOptions(e)}updateActionMenuSlots(){const e=new Set
|
|
6212
6212
|
for(const t of this.columns)t.actionMenuSlot&&e.add(t.actionMenuSlot)
|
|
6213
|
-
this.actionMenuSlots=Array.from(e)}updateRowGridColumns(){this.rowGridColumns=
|
|
6213
|
+
this.actionMenuSlots=Array.from(e)}updateRowGridColumns(){this.rowGridColumns=Jw.getGridTemplateColumns(this.columns)}validate(){this.tableValidator.validateSelectionMode(this.selectionMode,this.idFieldName),this.tableValidator.validateColumnIds(this.columns.map((e=>e.columnId))),this.tableValidator.validateColumnSortIndices(this.getColumnsParticipatingInSorting().map((e=>e.columnInternals.currentSortIndex))),this.tableValidator.validateColumnGroupIndices(this.getColumnsParticipatingInGrouping().map((e=>e.columnInternals.groupIndex))),this.tableValidator.validateColumnConfigurations(this.columns),this.validateWithData(this.table.options.data)}validateWithData(e){this.tableValidator.validateRecordIds(e,this.idFieldName),this.canRenderRows=this.checkValidity()}emitColumnConfigurationChangeEvent(){const e={columns:this.columns.map((e=>({columnId:e.columnId,sortIndex:e.columnInternals.currentSortIndex??void 0,sortDirection:e.columnInternals.currentSortDirection,groupIndex:e.columnInternals.groupIndex,hidden:e.columnHidden,fractionalWidth:e.columnInternals.currentFractionalWidth,pixelWidth:e.columnInternals.currentPixelWidth})))}
|
|
6214
6214
|
this.$emit("column-configuration-change",e)}async emitSelectionChangeEvent(){const e={selectedRecordIds:await this.getSelectedRecordIds()}
|
|
6215
6215
|
this.$emit("selection-change",e)}selectionStateChanged(){this.setSelectionCheckboxState()}selectionCheckboxChanged(){this.setSelectionCheckboxState()}setSelectionCheckboxState(){this.selectionCheckbox&&(this.ignoreSelectionChangeEvents=!0,this.selectionCheckbox.checked=this.selectionState===ew,this.selectionCheckbox.indeterminate=this.selectionState===tw,this.ignoreSelectionChangeEvents=!1)}refreshRows(){this.selectionState=this.getTableSelectionState()
|
|
6216
6216
|
const e=this.table.getRowModel().rows
|
|
@@ -6225,13 +6225,13 @@ if(i&&o)return tw}return i?ew:Jb}getGroupRowColumn(e){const t=e.groupingColumnId
|
|
|
6225
6225
|
if(void 0!==t)return this.columns.find((e=>e.columnInternals.uniqueId===t))}updateTableOptions(e){this.options={...this.options,...e,state:{...this.options.state,...e.state}},this.table.setOptions(this.options),this.refreshRows()}toggleGroupExpanded(e){const t=this.table.getRowModel().rows[e]
|
|
6226
6226
|
t.getIsExpanded()?this.collapsedRows.add(t.id):this.collapsedRows.delete(t.id),t.toggleExpanded()}calculateTanStackSortState(){const e=this.getColumnsParticipatingInSorting().sort(((e,t)=>e.columnInternals.currentSortIndex-t.columnInternals.currentSortIndex))
|
|
6227
6227
|
return this.firstSortedColumn=e.length?e[0]:void 0,e.map((e=>({id:e.columnInternals.uniqueId,desc:e.columnInternals.currentSortDirection===Yb.descending})))}calculateTanStackGroupingState(){return this.getColumnsParticipatingInGrouping().sort(((e,t)=>e.columnInternals.groupIndex-t.columnInternals.groupIndex)).map((e=>e.columnInternals.uniqueId))}calculateTanStackRowIdFunction(){return null===this.idFieldName||void 0===this.idFieldName?void 0:e=>e[this.idFieldName]}calculateTanStackColumns(){return this.columns.map((e=>({id:e.columnInternals.uniqueId,accessorFn:t=>{const i=e.columnInternals.operandDataRecordFieldName
|
|
6228
|
-
if("string"==typeof i)return t[i]},sortingFn:
|
|
6228
|
+
if("string"==typeof i)return t[i]},sortingFn:jw(e.columnInternals.sortOperation)})))}calculateTanStackSelectionState(e){if(this.selectionMode===Qb.none)return{}
|
|
6229
6229
|
const t={},i=this.tableValidator.getPresentRecordIds(e)
|
|
6230
6230
|
for(const e of i)if(t[e]=!0,this.selectionMode===Qb.single)break
|
|
6231
|
-
return t}}e([ne({attribute:"id-field-name"})],
|
|
6232
|
-
const
|
|
6233
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
6234
|
-
const
|
|
6231
|
+
return t}}e([ne({attribute:"id-field-name"})],sx.prototype,"idFieldName",void 0),e([ne({attribute:"selection-mode"})],sx.prototype,"selectionMode",void 0),e([m],sx.prototype,"tableData",void 0),e([m],sx.prototype,"columns",void 0),e([m],sx.prototype,"childItems",void 0),e([m],sx.prototype,"rowElements",void 0),e([m],sx.prototype,"actionMenuSlots",void 0),e([m],sx.prototype,"openActionMenuRecordId",void 0),e([m],sx.prototype,"canRenderRows",void 0),e([m],sx.prototype,"scrollX",void 0),e([m],sx.prototype,"rowGridColumns",void 0),e([m],sx.prototype,"selectionState",void 0),e([m],sx.prototype,"selectionCheckbox",void 0),e([m],sx.prototype,"showCollapseAll",void 0),e([m],sx.prototype,"firstSortedColumn",void 0),e([m],sx.prototype,"documentShiftKeyDown",void 0)
|
|
6232
|
+
const rx=sx.compose({baseName:"table",template:Ow,styles:hw})
|
|
6233
|
+
ro.getOrCreate().withPrefix("nimble").register(rx()),ro.tagFor(sx)
|
|
6234
|
+
const ax=fe`
|
|
6235
6235
|
:host {
|
|
6236
6236
|
display: contents;
|
|
6237
6237
|
}
|
|
@@ -6241,14 +6241,14 @@ const nx=fe`
|
|
|
6241
6241
|
overflow: hidden;
|
|
6242
6242
|
text-overflow: ellipsis;
|
|
6243
6243
|
}
|
|
6244
|
-
`,
|
|
6244
|
+
`,lx=G`
|
|
6245
6245
|
<template slot="${e=>e.columnInternals.uniqueId}">
|
|
6246
6246
|
<span class="header-content">
|
|
6247
6247
|
<slot></slot>
|
|
6248
6248
|
</span>
|
|
6249
6249
|
</template>
|
|
6250
6250
|
`
|
|
6251
|
-
function
|
|
6251
|
+
function cx(e){class t extends e{fractionalWidthChanged(){"number"==typeof this.fractionalWidth?this.columnInternals.fractionalWidth=this.fractionalWidth:this.columnInternals.fractionalWidth=1}minPixelWidthChanged(){"number"==typeof this.minPixelWidth?this.columnInternals.minPixelWidth=this.minPixelWidth:this.columnInternals.minPixelWidth=117}}return ne({attribute:"fractional-width",converter:ie})(t.prototype,"fractionalWidth"),ne({attribute:"min-pixel-width",converter:ie})(t.prototype,"minPixelWidth"),t}function dx(e){class t extends e{constructor(){super(...arguments),this.groupingDisabled=!1,this.groupIndex=null}groupingDisabledChanged(){this.columnInternals.groupingDisabled=this.groupingDisabled}groupIndexChanged(){"number"==typeof this.groupIndex?this.columnInternals.groupIndex=this.groupIndex:this.columnInternals.groupIndex=void 0}}return ne({attribute:"grouping-disabled",mode:"boolean"})(t.prototype,"groupingDisabled"),ne({attribute:"group-index",converter:ie})(t.prototype,"groupIndex"),t}const hx=fe`
|
|
6252
6252
|
:host {
|
|
6253
6253
|
width: fit-content;
|
|
6254
6254
|
max-width: 100%;
|
|
@@ -6273,7 +6273,7 @@ function rx(e){class t extends e{fractionalWidthChanged(){"number"==typeof this.
|
|
|
6273
6273
|
.placeholder {
|
|
6274
6274
|
color: ${Bl};
|
|
6275
6275
|
}
|
|
6276
|
-
`,
|
|
6276
|
+
`,ux=G`
|
|
6277
6277
|
<template
|
|
6278
6278
|
@click="${(e,t)=>("string"==typeof e.cellRecord.href&&t.event.stopPropagation(),!0)}"
|
|
6279
6279
|
>
|
|
@@ -6308,12 +6308,12 @@ function rx(e){class t extends e{fractionalWidthChanged(){"number"==typeof this.
|
|
|
6308
6308
|
</span>`)}
|
|
6309
6309
|
</template>
|
|
6310
6310
|
`
|
|
6311
|
-
class
|
|
6312
|
-
const
|
|
6313
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
6314
|
-
const
|
|
6315
|
-
class
|
|
6316
|
-
const
|
|
6311
|
+
class px extends rw{constructor(){super(...arguments),this.isValidContentAndHasOverflow=!1}get content(){return"string"==typeof this.cellRecord.label?this.cellRecord.label:"string"==typeof this.cellRecord.href?this.cellRecord.href:this.columnConfig.placeholder}focusedRecycleCallback(){this.anchor?.blur()}}e([m],px.prototype,"isValidContentAndHasOverflow",void 0),e([f],px.prototype,"content",null)
|
|
6312
|
+
const gx=px.compose({baseName:"table-column-anchor-cell-view",template:ux,styles:hx})
|
|
6313
|
+
ro.getOrCreate().withPrefix("nimble").register(gx())
|
|
6314
|
+
const vx=ro.tagFor(px)
|
|
6315
|
+
class mx extends nw{constructor(){super(...arguments),this.hasOverflow=!1}get content(){return this.shouldUsePlaceholder?this.placeholder:this.text}updateTitleOverflow(){this.hasOverflow=this.textSpan.offsetWidth<this.textSpan.scrollWidth}clearTitleOverflow(){this.hasOverflow=!1}}e([m],mx.prototype,"hasOverflow",void 0),e([f],mx.prototype,"content",null)
|
|
6316
|
+
const fx=G`
|
|
6317
6317
|
<span
|
|
6318
6318
|
${Re("textSpan")}
|
|
6319
6319
|
class="${e=>e.shouldUsePlaceholder?"placeholder":""}"
|
|
@@ -6323,7 +6323,7 @@ const gx=G`
|
|
|
6323
6323
|
>
|
|
6324
6324
|
${e=>e.content}
|
|
6325
6325
|
</span>
|
|
6326
|
-
`,
|
|
6326
|
+
`,bx=fe`
|
|
6327
6327
|
span {
|
|
6328
6328
|
font: ${kl};
|
|
6329
6329
|
color: ${Sl};
|
|
@@ -6336,14 +6336,14 @@ const gx=G`
|
|
|
6336
6336
|
color: ${Bl};
|
|
6337
6337
|
}
|
|
6338
6338
|
`
|
|
6339
|
-
class
|
|
6340
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
6341
|
-
const
|
|
6342
|
-
class
|
|
6343
|
-
const
|
|
6344
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
6345
|
-
class
|
|
6346
|
-
const
|
|
6339
|
+
class wx extends mx{get text(){return this.groupHeaderValue}get placeholder(){return this.columnConfig?.placeholder??""}get shouldUsePlaceholder(){return"string"!=typeof this.groupHeaderValue}}const xx=wx.compose({baseName:"table-column-text-group-header",template:fx,styles:bx})
|
|
6340
|
+
ro.getOrCreate().withPrefix("nimble").register(xx())
|
|
6341
|
+
const yx=ro.tagFor(wx)
|
|
6342
|
+
class $x extends(dx(cx(cw))){constructor(){super(...arguments),this.underlineHidden=!1}getColumnInternalsOptions(){return{cellRecordFieldNames:["label","href"],cellViewTag:vx,groupHeaderViewTag:yx,delegatedEvents:["click"],sortOperation:ow}}labelFieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.labelFieldName,this.hrefFieldName],this.columnInternals.operandDataRecordFieldName=this.labelFieldName}hrefFieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.labelFieldName,this.hrefFieldName]}placeholderChanged(){this.updateColumnConfig()}appearanceChanged(){this.updateColumnConfig()}underlineHiddenChanged(){this.updateColumnConfig()}hreflangChanged(){this.updateColumnConfig()}pingChanged(){this.updateColumnConfig()}referrerpolicyChanged(){this.updateColumnConfig()}relChanged(){this.updateColumnConfig()}targetChanged(){this.updateColumnConfig()}typeChanged(){this.updateColumnConfig()}downloadChanged(){this.updateColumnConfig()}updateColumnConfig(){this.columnInternals.columnConfig={placeholder:this.placeholder??"",appearance:this.appearance,underlineHidden:this.underlineHidden,hreflang:this.hreflang,ping:this.ping,referrerpolicy:this.referrerpolicy,rel:this.rel,target:this.target,type:this.type,download:this.download}}}e([ne({attribute:"label-field-name"})],$x.prototype,"labelFieldName",void 0),e([ne({attribute:"href-field-name"})],$x.prototype,"hrefFieldName",void 0),e([ne],$x.prototype,"placeholder",void 0),e([ne],$x.prototype,"appearance",void 0),e([ne({attribute:"underline-hidden",mode:"boolean"})],$x.prototype,"underlineHidden",void 0),e([ne],$x.prototype,"hreflang",void 0),e([ne],$x.prototype,"ping",void 0),e([ne],$x.prototype,"referrerpolicy",void 0),e([ne],$x.prototype,"rel",void 0),e([ne],$x.prototype,"target",void 0),e([ne],$x.prototype,"type",void 0),e([ne],$x.prototype,"download",void 0)
|
|
6343
|
+
const Cx=$x.compose({baseName:"table-column-anchor",template:lx,styles:ax})
|
|
6344
|
+
ro.getOrCreate().withPrefix("nimble").register(Cx()),ro.tagFor($x)
|
|
6345
|
+
class kx extends(dx(cx(cw))){fieldNameChanged(){this.columnInternals.dataRecordFieldNames=[this.fieldName],this.columnInternals.operandDataRecordFieldName=this.fieldName}placeholderChanged(){this.columnInternals.columnConfig={placeholder:this.placeholder??""}}}e([ne({attribute:"field-name"})],kx.prototype,"fieldName",void 0),e([ne],kx.prototype,"placeholder",void 0)
|
|
6346
|
+
const Sx=G`
|
|
6347
6347
|
<span
|
|
6348
6348
|
${Re("textSpan")}
|
|
6349
6349
|
class="${e=>e.shouldUsePlaceholder?"placeholder":""}"
|
|
@@ -6353,7 +6353,7 @@ const $x=G`
|
|
|
6353
6353
|
>
|
|
6354
6354
|
${e=>e.content}
|
|
6355
6355
|
</span>
|
|
6356
|
-
`,
|
|
6356
|
+
`,_x=fe`
|
|
6357
6357
|
span {
|
|
6358
6358
|
font: ${kl};
|
|
6359
6359
|
color: ${Sl};
|
|
@@ -6366,13 +6366,13 @@ const $x=G`
|
|
|
6366
6366
|
color: ${Bl};
|
|
6367
6367
|
}
|
|
6368
6368
|
`
|
|
6369
|
-
class
|
|
6370
|
-
class
|
|
6371
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
6372
|
-
const
|
|
6373
|
-
class
|
|
6374
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
6375
|
-
const
|
|
6369
|
+
class Ix extends rw{constructor(){super(...arguments),this.isValidContentAndHasOverflow=!1}get content(){return this.shouldUsePlaceholder?this.placeholder:this.text}}e([m],Ix.prototype,"isValidContentAndHasOverflow",void 0),e([f],Ix.prototype,"content",null)
|
|
6370
|
+
class Rx extends Ix{get text(){return this.cellRecord.value}get placeholder(){return this.columnConfig.placeholder}get shouldUsePlaceholder(){return"string"!=typeof this.cellRecord.value}}const Mx=Rx.compose({baseName:"table-column-text-cell-view",template:Sx,styles:_x})
|
|
6371
|
+
ro.getOrCreate().withPrefix("nimble").register(Mx())
|
|
6372
|
+
const Ax=ro.tagFor(Rx)
|
|
6373
|
+
class Ex extends kx{getColumnInternalsOptions(){return{cellRecordFieldNames:["value"],cellViewTag:Ax,groupHeaderViewTag:yx,delegatedEvents:[],sortOperation:ow}}}const Ox=Ex.compose({baseName:"table-column-text",template:lx,styles:ax})
|
|
6374
|
+
ro.getOrCreate().withPrefix("nimble").register(Ox()),ro.tagFor(Ex)
|
|
6375
|
+
const Fx=fe`
|
|
6376
6376
|
${xn("grid")}
|
|
6377
6377
|
|
|
6378
6378
|
:host {
|
|
@@ -6396,7 +6396,7 @@ const Ax=fe`
|
|
|
6396
6396
|
overflow: auto;
|
|
6397
6397
|
}
|
|
6398
6398
|
`
|
|
6399
|
-
class
|
|
6399
|
+
class Vx extends Go{constructor(){super(),this.activeindicator=!1}}const Hx=Vx.compose({baseName:"tabs",baseClass:Go,template:(e,t)=>G`
|
|
6400
6400
|
<template class="${e=>e.orientation}">
|
|
6401
6401
|
${qe(0,t)}
|
|
6402
6402
|
<div class="tablist" part="tablist" role="tablist">
|
|
@@ -6415,9 +6415,9 @@ class Ex extends Go{constructor(){super(),this.activeindicator=!1}}const Ox=Ex.c
|
|
|
6415
6415
|
<slot name="tabpanel" part="tabpanel" ${Le("tabpanels")}></slot>
|
|
6416
6416
|
</div>
|
|
6417
6417
|
</template>
|
|
6418
|
-
`,styles:
|
|
6419
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
6420
|
-
const
|
|
6418
|
+
`,styles:Fx})
|
|
6419
|
+
ro.getOrCreate().withPrefix("nimble").register(Hx()),ro.tagFor(Vx)
|
|
6420
|
+
const Tx=fe`
|
|
6421
6421
|
${xn("flex")}
|
|
6422
6422
|
|
|
6423
6423
|
:host {
|
|
@@ -6435,15 +6435,15 @@ const Fx=fe`
|
|
|
6435
6435
|
rgba(${Kr}, 0.3);
|
|
6436
6436
|
margin: calc(${aa} / 4) calc(${aa} / 2);
|
|
6437
6437
|
}
|
|
6438
|
-
`,
|
|
6438
|
+
`,Px=G`
|
|
6439
6439
|
<template slot="end">
|
|
6440
6440
|
<div class="separator"></div>
|
|
6441
6441
|
<slot></slot>
|
|
6442
6442
|
</template>
|
|
6443
6443
|
`
|
|
6444
|
-
class
|
|
6445
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
6446
|
-
const
|
|
6444
|
+
class Dx extends Rt{}const Lx=Dx.compose({baseName:"tabs-toolbar",template:Px,styles:Tx})
|
|
6445
|
+
ro.getOrCreate().withPrefix("nimble").register(Lx()),ro.tagFor(Dx)
|
|
6446
|
+
const zx="outline",Bx="block",Nx=fe`
|
|
6447
6447
|
${xn("inline-flex")}
|
|
6448
6448
|
${ag}
|
|
6449
6449
|
|
|
@@ -6583,12 +6583,12 @@ const Tx="outline",Dx="block",Lx=fe`
|
|
|
6583
6583
|
top: calc(${aa} / 2);
|
|
6584
6584
|
right: var(--ni-private-scrollbar-width);
|
|
6585
6585
|
}
|
|
6586
|
-
`.withBehaviors(
|
|
6586
|
+
`.withBehaviors(jc(zx,fe`
|
|
6587
6587
|
.control {
|
|
6588
6588
|
border-color: rgba(${Kr}, 0.3);
|
|
6589
6589
|
background-color: transparent;
|
|
6590
6590
|
}
|
|
6591
|
-
`),
|
|
6591
|
+
`),jc(Bx,fe`
|
|
6592
6592
|
.control {
|
|
6593
6593
|
background-color: rgba(${Kr}, 0.1);
|
|
6594
6594
|
}
|
|
@@ -6606,8 +6606,8 @@ const Tx="outline",Dx="block",Lx=fe`
|
|
|
6606
6606
|
border-bottom-color: ${Xr};
|
|
6607
6607
|
}
|
|
6608
6608
|
`))
|
|
6609
|
-
class
|
|
6610
|
-
const
|
|
6609
|
+
class Zx extends Yo{constructor(){super(...arguments),this.appearance=zx,this.errorVisible=!1,this.scrollbarWidth=-1,this.updateScrollbarWidthQueued=!1}connectedCallback(){super.connectedCallback(),this.resizeObserver=new ResizeObserver((()=>this.onResize())),this.resizeObserver.observe(this)}disconnectedCallback(){this.resizeObserver?.disconnect()}onTextAreaInput(){this.handleTextInput(),this.queueUpdateScrollbarWidth()}placeholderChanged(){this.queueUpdateScrollbarWidth()}valueChanged(e,t){super.valueChanged(e,t),this.queueUpdateScrollbarWidth()}onResize(){this.scrollbarWidth=this.control.offsetWidth-this.control.clientWidth}queueUpdateScrollbarWidth(){this.$fastController.isConnected&&(this.updateScrollbarWidthQueued||(this.updateScrollbarWidthQueued=!0,u.queueUpdate((()=>this.updateScrollbarWidth()))))}updateScrollbarWidth(){this.updateScrollbarWidthQueued=!1,this.scrollbarWidth=this.control.offsetWidth-this.control.clientWidth}}e([ne],Zx.prototype,"appearance",void 0),e([ne({attribute:"error-text"})],Zx.prototype,"errorText",void 0),e([ne({attribute:"error-visible",mode:"boolean"})],Zx.prototype,"errorVisible",void 0),e([m],Zx.prototype,"scrollbarWidth",void 0)
|
|
6610
|
+
const qx=Zx.compose({baseName:"text-area",baseClass:Yo,template:()=>G`
|
|
6611
6611
|
<label
|
|
6612
6612
|
part="label"
|
|
6613
6613
|
for="control"
|
|
@@ -6664,9 +6664,9 @@ const Bx=zx.compose({baseName:"text-area",baseClass:Yo,template:()=>G`
|
|
|
6664
6664
|
></${Sp}>
|
|
6665
6665
|
${Jp}
|
|
6666
6666
|
</div>
|
|
6667
|
-
`,styles:
|
|
6668
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
6669
|
-
const
|
|
6667
|
+
`,styles:Nx,shadowOptions:{delegatesFocus:!0}})
|
|
6668
|
+
ro.getOrCreate().withPrefix("nimble").register(qx()),ro.tagFor(Zx)
|
|
6669
|
+
const jx="underline",Ux="outline",Gx="block",Wx="frameless",Kx=fe`
|
|
6670
6670
|
${xn("inline-block")}
|
|
6671
6671
|
${ag}
|
|
6672
6672
|
|
|
@@ -6837,12 +6837,12 @@ const Nx="underline",Zx="outline",qx="block",Ux="frameless",jx=fe`
|
|
|
6837
6837
|
slot[name='actions']::slotted(*) {
|
|
6838
6838
|
${na.cssCustomProperty}: 24px;
|
|
6839
6839
|
}
|
|
6840
|
-
`.withBehaviors(
|
|
6840
|
+
`.withBehaviors(jc(jx,fe`
|
|
6841
6841
|
.root {
|
|
6842
6842
|
border-bottom-width: ${la};
|
|
6843
6843
|
padding-bottom: 0;
|
|
6844
6844
|
}
|
|
6845
|
-
`),
|
|
6845
|
+
`),jc(Gx,fe`
|
|
6846
6846
|
.root {
|
|
6847
6847
|
background-color: rgba(${Kr}, 0.1);
|
|
6848
6848
|
}
|
|
@@ -6870,12 +6870,12 @@ const Nx="underline",Zx="outline",qx="block",Ux="frameless",jx=fe`
|
|
|
6870
6870
|
:host([disabled]) .root {
|
|
6871
6871
|
background-color: rgba(${Kr}, 0.07);
|
|
6872
6872
|
}
|
|
6873
|
-
`),
|
|
6873
|
+
`),jc(Ux,fe`
|
|
6874
6874
|
.root {
|
|
6875
6875
|
border-width: ${la};
|
|
6876
6876
|
padding: 0;
|
|
6877
6877
|
}
|
|
6878
|
-
`),
|
|
6878
|
+
`),jc(Wx,fe`
|
|
6879
6879
|
.control {
|
|
6880
6880
|
padding-left: ${la};
|
|
6881
6881
|
padding-right: ${la};
|
|
@@ -6893,8 +6893,8 @@ const Nx="underline",Zx="outline",qx="block",Ux="frameless",jx=fe`
|
|
|
6893
6893
|
filter: invert(100%);
|
|
6894
6894
|
}
|
|
6895
6895
|
`))
|
|
6896
|
-
class
|
|
6897
|
-
const
|
|
6896
|
+
class Xx extends Io{constructor(){super(...arguments),this.appearance=jx,this.errorVisible=!1,this.fullBleed=!1}}e([ne],Xx.prototype,"appearance",void 0),e([ne({attribute:"error-text"})],Xx.prototype,"errorText",void 0),e([ne({attribute:"error-visible",mode:"boolean"})],Xx.prototype,"errorVisible",void 0),e([ne({attribute:"full-bleed",mode:"boolean"})],Xx.prototype,"fullBleed",void 0)
|
|
6897
|
+
const Yx=Xx.compose({baseName:"text-field",baseClass:Io,template:(e,t)=>G`
|
|
6898
6898
|
<template
|
|
6899
6899
|
class="
|
|
6900
6900
|
${e=>e.readOnly?"readonly":""}
|
|
@@ -6906,7 +6906,7 @@ const Wx=Gx.compose({baseName:"text-field",baseClass:Io,template:(e,t)=>G`
|
|
|
6906
6906
|
class="${e=>e.defaultSlottedNodes&&e.defaultSlottedNodes.length?"label":"label label__hidden"}"
|
|
6907
6907
|
>
|
|
6908
6908
|
<slot
|
|
6909
|
-
${Le({property:"defaultSlottedNodes",filter:
|
|
6909
|
+
${Le({property:"defaultSlottedNodes",filter:To})}
|
|
6910
6910
|
></slot>
|
|
6911
6911
|
</label>
|
|
6912
6912
|
<div class="root" part="root">
|
|
@@ -6954,7 +6954,7 @@ const Wx=Gx.compose({baseName:"text-field",baseClass:Io,template:(e,t)=>G`
|
|
|
6954
6954
|
${Ze(0,t)}
|
|
6955
6955
|
</div>
|
|
6956
6956
|
</template>
|
|
6957
|
-
`,styles:
|
|
6957
|
+
`,styles:Kx,shadowOptions:{delegatesFocus:!0},end:G`
|
|
6958
6958
|
<${Sp}
|
|
6959
6959
|
severity="error"
|
|
6960
6960
|
class="error-icon"
|
|
@@ -6964,8 +6964,8 @@ const Wx=Gx.compose({baseName:"text-field",baseClass:Io,template:(e,t)=>G`
|
|
|
6964
6964
|
</span>
|
|
6965
6965
|
${Jp}
|
|
6966
6966
|
`})
|
|
6967
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
6968
|
-
const
|
|
6967
|
+
ro.getOrCreate().withPrefix("nimble").register(Yx()),ro.tagFor(Xx)
|
|
6968
|
+
const Qx=fe`
|
|
6969
6969
|
.positioning-region {
|
|
6970
6970
|
display: flex;
|
|
6971
6971
|
padding: ${ra} ${aa};
|
|
@@ -6990,7 +6990,7 @@ const Kx=fe`
|
|
|
6990
6990
|
margin-left: auto;
|
|
6991
6991
|
}
|
|
6992
6992
|
`
|
|
6993
|
-
class
|
|
6993
|
+
class Jx extends Jo{}const ey=Jx.compose({baseName:"toolbar",baseClass:Jo,template:(e,t)=>G`
|
|
6994
6994
|
<template
|
|
6995
6995
|
aria-label="${e=>e.ariaLabel}"
|
|
6996
6996
|
aria-labelledby="${e=>e.ariaLabelledby}"
|
|
@@ -7000,20 +7000,20 @@ class Xx extends Jo{}const Yx=Xx.compose({baseName:"toolbar",baseClass:Jo,templa
|
|
|
7000
7000
|
@click="${(e,t)=>e.clickHandler(t.event)}"
|
|
7001
7001
|
@focusin="${(e,t)=>e.focusinHandler(t.event)}"
|
|
7002
7002
|
@keydown="${(e,t)=>e.keydownHandler(t.event)}"
|
|
7003
|
-
${Be({property:"childItems",attributeFilter:["disabled","hidden"],filter:
|
|
7003
|
+
${Be({property:"childItems",attributeFilter:["disabled","hidden"],filter:Te(),subtree:!0})}
|
|
7004
7004
|
>
|
|
7005
7005
|
<slot name="label"></slot>
|
|
7006
7006
|
<div class="positioning-region" part="positioning-region">
|
|
7007
7007
|
${qe(0,t)}
|
|
7008
7008
|
<slot
|
|
7009
|
-
${Le({filter:
|
|
7009
|
+
${Le({filter:Te(),property:"slottedItems"})}
|
|
7010
7010
|
></slot>
|
|
7011
7011
|
${Ze(0,t)}
|
|
7012
7012
|
</div>
|
|
7013
7013
|
</template>
|
|
7014
|
-
`,styles:
|
|
7015
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
7016
|
-
const
|
|
7014
|
+
`,styles:Qx,shadowOptions:{delegatesFocus:!0}})
|
|
7015
|
+
ro.getOrCreate().withPrefix("nimble").register(ey()),ro.tagFor(Jx)
|
|
7016
|
+
const ty=fe`
|
|
7017
7017
|
${xn("inline-flex")}
|
|
7018
7018
|
|
|
7019
7019
|
:host {
|
|
@@ -7057,12 +7057,12 @@ const Qx=fe`
|
|
|
7057
7057
|
`.withBehaviors(bd(gs,fe`
|
|
7058
7058
|
:host([severity='error']) {
|
|
7059
7059
|
--ni-private-tooltip-border-color: ${Jn};
|
|
7060
|
-
--ni-private-tooltip-background-color: ${
|
|
7060
|
+
--ni-private-tooltip-background-color: ${Un};
|
|
7061
7061
|
}
|
|
7062
7062
|
|
|
7063
7063
|
:host([severity='information']) {
|
|
7064
7064
|
--ni-private-tooltip-border-color: ${Dn};
|
|
7065
|
-
--ni-private-tooltip-background-color: ${
|
|
7065
|
+
--ni-private-tooltip-background-color: ${Un};
|
|
7066
7066
|
}
|
|
7067
7067
|
`),bd(vs,fe`
|
|
7068
7068
|
:host {
|
|
@@ -7071,7 +7071,7 @@ const Qx=fe`
|
|
|
7071
7071
|
}
|
|
7072
7072
|
|
|
7073
7073
|
:host([severity='information']) {
|
|
7074
|
-
--ni-private-tooltip-border-color: ${
|
|
7074
|
+
--ni-private-tooltip-border-color: ${Pn};
|
|
7075
7075
|
}
|
|
7076
7076
|
|
|
7077
7077
|
:host([severity='error']) {
|
|
@@ -7083,22 +7083,22 @@ const Qx=fe`
|
|
|
7083
7083
|
}
|
|
7084
7084
|
|
|
7085
7085
|
:host {
|
|
7086
|
-
--ni-private-tooltip-border-color: ${cs(
|
|
7087
|
-
--ni-private-tooltip-background-color: ${cs(
|
|
7086
|
+
--ni-private-tooltip-border-color: ${cs(Un,.3)};
|
|
7087
|
+
--ni-private-tooltip-background-color: ${cs(Un,.15)};
|
|
7088
7088
|
}
|
|
7089
7089
|
|
|
7090
7090
|
:host([severity='error']) {
|
|
7091
|
-
--ni-private-tooltip-border-color: ${
|
|
7091
|
+
--ni-private-tooltip-border-color: ${Un};
|
|
7092
7092
|
}
|
|
7093
7093
|
|
|
7094
7094
|
:host([severity='information']) {
|
|
7095
|
-
--ni-private-tooltip-border-color: ${
|
|
7095
|
+
--ni-private-tooltip-border-color: ${Un};
|
|
7096
7096
|
}
|
|
7097
7097
|
|
|
7098
7098
|
.status-icon {
|
|
7099
7099
|
opacity: 0.6;
|
|
7100
7100
|
}
|
|
7101
|
-
`)),
|
|
7101
|
+
`)),iy=G`
|
|
7102
7102
|
${Me((e=>e.tooltipVisible),G`
|
|
7103
7103
|
<${vd}
|
|
7104
7104
|
class="anchored-region"
|
|
@@ -7131,11 +7131,11 @@ const Qx=fe`
|
|
|
7131
7131
|
</${vd}>
|
|
7132
7132
|
`)}
|
|
7133
7133
|
`
|
|
7134
|
-
class
|
|
7135
|
-
const
|
|
7136
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
7137
|
-
const
|
|
7138
|
-
class
|
|
7134
|
+
class oy extends mn{constructor(){super(...arguments),this.iconVisible=!1}}e([ne],oy.prototype,"severity",void 0),e([ne({attribute:"icon-visible",mode:"boolean"})],oy.prototype,"iconVisible",void 0)
|
|
7135
|
+
const ny=oy.compose({baseName:"tooltip",baseClass:mn,template:iy,styles:ty})
|
|
7136
|
+
ro.getOrCreate().withPrefix("nimble").register(ny()),ro.tagFor(oy)
|
|
7137
|
+
const sy="group-selected",ry="all",ay="leaves-only",ly="none"
|
|
7138
|
+
class cy{constructor(e,t,i){this.ltr=e,this.rtl=t,this.source=i,this.attached=null}handleChange({target:e,token:t}){this.attach(t.getValueFor(e))}attach(e){this.attached!==this[e]&&(null!==this.attached&&this.source.$fastController.removeStyles(this.attached),this.attached=this[e],null!==this.attached&&this.source.$fastController.addStyles(this.attached))}}const dy=fe`
|
|
7139
7139
|
${xn("block")}
|
|
7140
7140
|
|
|
7141
7141
|
:host {
|
|
@@ -7151,7 +7151,7 @@ class ry{constructor(e,t,i){this.ltr=e,this.rtl=t,this.source=i,this.attached=nu
|
|
|
7151
7151
|
}
|
|
7152
7152
|
|
|
7153
7153
|
${""}
|
|
7154
|
-
:host([${
|
|
7154
|
+
:host([${sy}])::after {
|
|
7155
7155
|
background: ${ea};
|
|
7156
7156
|
border-radius: 0px;
|
|
7157
7157
|
content: '';
|
|
@@ -7173,8 +7173,8 @@ class ry{constructor(e,t,i){this.ltr=e,this.rtl=t,this.source=i,this.attached=nu
|
|
|
7173
7173
|
background: ${Gr};
|
|
7174
7174
|
}
|
|
7175
7175
|
|
|
7176
|
-
:host([${
|
|
7177
|
-
background: ${
|
|
7176
|
+
:host([${sy}]) .positioning-region:hover {
|
|
7177
|
+
background: ${Ur};
|
|
7178
7178
|
}
|
|
7179
7179
|
|
|
7180
7180
|
:host(${Cn}) .positioning-region {
|
|
@@ -7184,11 +7184,11 @@ class ry{constructor(e,t,i){this.ltr=e,this.rtl=t,this.source=i,this.attached=nu
|
|
|
7184
7184
|
}
|
|
7185
7185
|
|
|
7186
7186
|
:host([selected]) .positioning-region {
|
|
7187
|
-
background: ${
|
|
7187
|
+
background: ${jr};
|
|
7188
7188
|
}
|
|
7189
7189
|
|
|
7190
7190
|
:host([selected]) .positioning-region:hover {
|
|
7191
|
-
background: ${
|
|
7191
|
+
background: ${Ur};
|
|
7192
7192
|
}
|
|
7193
7193
|
|
|
7194
7194
|
.positioning-region::before {
|
|
@@ -7284,7 +7284,7 @@ class ry{constructor(e,t,i){this.ltr=e,this.rtl=t,this.source=i,this.attached=nu
|
|
|
7284
7284
|
display: block;
|
|
7285
7285
|
}
|
|
7286
7286
|
`.withBehaviors(new class{constructor(e,t){this.cache=new WeakMap,this.ltr=e,this.rtl=t}bind(e){this.attach(e)}unbind(e){const t=this.cache.get(e)
|
|
7287
|
-
t&&Dr.unsubscribe(t)}attach(e){const t=this.cache.get(e)||new
|
|
7287
|
+
t&&Dr.unsubscribe(t)}attach(e){const t=this.cache.get(e)||new cy(this.ltr,this.rtl,e),i=Dr.getValueFor(e)
|
|
7288
7288
|
Dr.subscribe(t),t.attach(i),this.cache.set(e,t)}}(fe`
|
|
7289
7289
|
.expand-collapse-button {
|
|
7290
7290
|
left: var(
|
|
@@ -7316,8 +7316,8 @@ Dr.subscribe(t),t.attach(i),this.cache.set(e,t)}}(fe`
|
|
|
7316
7316
|
transform: rotate(135deg);
|
|
7317
7317
|
}
|
|
7318
7318
|
`))
|
|
7319
|
-
class
|
|
7320
|
-
const
|
|
7319
|
+
class hy extends bn{constructor(){super(...arguments),this.groupSelected=!1}}e([ne({attribute:"group-selected",mode:"boolean"})],hy.prototype,"groupSelected",void 0)
|
|
7320
|
+
const uy=hy.compose({baseName:"tree-item",baseClass:bn,template:(e,t)=>G`
|
|
7321
7321
|
<template
|
|
7322
7322
|
role="treeitem"
|
|
7323
7323
|
slot="${e=>e.isNestedItem()?"item":void 0}"
|
|
@@ -7329,7 +7329,7 @@ const cy=ly.compose({baseName:"tree-item",baseClass:bn,template:(e,t)=>G`
|
|
|
7329
7329
|
aria-disabled="${e=>e.disabled}"
|
|
7330
7330
|
@focusin="${(e,t)=>e.handleFocus(t.event)}"
|
|
7331
7331
|
@focusout="${(e,t)=>e.handleBlur(t.event)}"
|
|
7332
|
-
${Be({property:"childItems",filter:
|
|
7332
|
+
${Be({property:"childItems",filter:Te()})}
|
|
7333
7333
|
>
|
|
7334
7334
|
<div class="positioning-region" part="positioning-region">
|
|
7335
7335
|
<div class="content-region" part="content-region">
|
|
@@ -7357,9 +7357,9 @@ const cy=ly.compose({baseName:"tree-item",baseClass:bn,template:(e,t)=>G`
|
|
|
7357
7357
|
</div>
|
|
7358
7358
|
`)}
|
|
7359
7359
|
</template>
|
|
7360
|
-
`,styles:
|
|
7361
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
7362
|
-
const
|
|
7360
|
+
`,styles:dy,expandCollapseGlyph:Ad.data})
|
|
7361
|
+
ro.getOrCreate().withPrefix("nimble").register(uy()),ro.tagFor(hy)
|
|
7362
|
+
const py=fe`
|
|
7363
7363
|
${xn("flex")}
|
|
7364
7364
|
|
|
7365
7365
|
:host {
|
|
@@ -7371,7 +7371,7 @@ const dy=fe`
|
|
|
7371
7371
|
:host(${Cn}) {
|
|
7372
7372
|
outline: none;
|
|
7373
7373
|
}
|
|
7374
|
-
`,
|
|
7374
|
+
`,gy=G`
|
|
7375
7375
|
<template
|
|
7376
7376
|
role="tree"
|
|
7377
7377
|
${Re("treeView")}
|
|
@@ -7385,273 +7385,273 @@ const dy=fe`
|
|
|
7385
7385
|
<slot ${Le("slottedTreeItems")}></slot>
|
|
7386
7386
|
</template>
|
|
7387
7387
|
`
|
|
7388
|
-
class
|
|
7388
|
+
class vy extends wn{constructor(){super(...arguments),this.selectionMode=ry,this.selectedItems=[]}handleClick(e){if(e.defaultPrevented)return!1
|
|
7389
7389
|
if(!(e.target instanceof Element&&fn(e.target)))return!0
|
|
7390
7390
|
const t=e.target
|
|
7391
|
-
return!t.disabled&&(this.canSelect(t)?t.selected=!0:this.itemHasChildren(t)&&(t.expanded=!t.expanded),!0)}canSelect(e){switch(this.selectionMode){case
|
|
7392
|
-
case
|
|
7393
|
-
case
|
|
7394
|
-
default:return!0}}itemHasChildren(e){return null!==e.querySelector('[role="treeitem"]')}selectedItemsChanged(){for(const e of Array.from(this.children))e instanceof
|
|
7391
|
+
return!t.disabled&&(this.canSelect(t)?t.selected=!0:this.itemHasChildren(t)&&(t.expanded=!t.expanded),!0)}canSelect(e){switch(this.selectionMode){case ry:return!0
|
|
7392
|
+
case ly:return!1
|
|
7393
|
+
case ay:return!this.itemHasChildren(e)
|
|
7394
|
+
default:return!0}}itemHasChildren(e){return null!==e.querySelector('[role="treeitem"]')}selectedItemsChanged(){for(const e of Array.from(this.children))e instanceof hy&&(e.groupSelected=!1)
|
|
7395
7395
|
for(let e of this.selectedItems){for(;null!==e.parentElement&&e.parentElement!==this;)e=e.parentElement
|
|
7396
|
-
e instanceof
|
|
7397
|
-
const
|
|
7398
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
7399
|
-
var
|
|
7400
|
-
function
|
|
7401
|
-
o[e]=[]}return new
|
|
7396
|
+
e instanceof hy&&(e.groupSelected=!0)}}}e([ne({attribute:"selection-mode"})],vy.prototype,"selectionMode",void 0),e([m],vy.prototype,"selectedItems",void 0)
|
|
7397
|
+
const my=vy.compose({baseName:"tree-view",baseClass:wn,template:gy,styles:py})
|
|
7398
|
+
ro.getOrCreate().withPrefix("nimble").register(my()),ro.tagFor(vy)
|
|
7399
|
+
var fy={value:()=>{}}
|
|
7400
|
+
function by(){for(var e,t=0,i=arguments.length,o={};t<i;++t){if(!(e=arguments[t]+"")||e in o||/[\s.]/.test(e))throw new Error("illegal type: "+e)
|
|
7401
|
+
o[e]=[]}return new wy(o)}function wy(e){this._=e}function xy(e,t){return e.trim().split(/^|\s+/).map((function(e){var i="",o=e.indexOf(".")
|
|
7402
7402
|
if(o>=0&&(i=e.slice(o+1),e=e.slice(0,o)),e&&!t.hasOwnProperty(e))throw new Error("unknown type: "+e)
|
|
7403
|
-
return{type:e,name:i}}))}function
|
|
7404
|
-
break}return null!=i&&e.push({name:t,value:i}),e}
|
|
7403
|
+
return{type:e,name:i}}))}function yy(e,t){for(var i,o=0,n=e.length;o<n;++o)if((i=e[o]).name===t)return i.value}function $y(e,t,i){for(var o=0,n=e.length;o<n;++o)if(e[o].name===t){e[o]=fy,e=e.slice(0,o).concat(e.slice(o+1))
|
|
7404
|
+
break}return null!=i&&e.push({name:t,value:i}),e}wy.prototype=by.prototype={constructor:wy,on:function(e,t){var i,o=this._,n=xy(e+"",o),s=-1,r=n.length
|
|
7405
7405
|
if(!(arguments.length<2)){if(null!=t&&"function"!=typeof t)throw new Error("invalid callback: "+t)
|
|
7406
|
-
for(;++s<r;)if(i=(e=n[s]).type)o[i]
|
|
7407
|
-
else if(null==t)for(i in o)o[i]
|
|
7408
|
-
return this}for(;++s<r;)if((i=(e=n[s]).type)&&(i=
|
|
7406
|
+
for(;++s<r;)if(i=(e=n[s]).type)o[i]=$y(o[i],e.name,t)
|
|
7407
|
+
else if(null==t)for(i in o)o[i]=$y(o[i],e.name,null)
|
|
7408
|
+
return this}for(;++s<r;)if((i=(e=n[s]).type)&&(i=yy(o[i],e.name)))return i},copy:function(){var e={},t=this._
|
|
7409
7409
|
for(var i in t)e[i]=t[i].slice()
|
|
7410
|
-
return new
|
|
7410
|
+
return new wy(e)},call:function(e,t){if((i=arguments.length-2)>0)for(var i,o,n=new Array(i),s=0;s<i;++s)n[s]=arguments[s+2]
|
|
7411
7411
|
if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e)
|
|
7412
7412
|
for(s=0,i=(o=this._[e]).length;s<i;++s)o[s].value.apply(t,n)},apply:function(e,t,i){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e)
|
|
7413
7413
|
for(var o=this._[e],n=0,s=o.length;n<s;++n)o[n].value.apply(t,i)}}
|
|
7414
|
-
var
|
|
7415
|
-
function
|
|
7416
|
-
return i>=0&&"xmlns"!==(t=e.slice(0,i))&&(e=e.slice(i+1)),
|
|
7417
|
-
return i===
|
|
7418
|
-
return(t.local?
|
|
7419
|
-
function
|
|
7420
|
-
function
|
|
7421
|
-
for(;a<l;++a)(r=t[a])&&(n[a]=r)}function
|
|
7414
|
+
var Cy="http://www.w3.org/1999/xhtml",ky={svg:"http://www.w3.org/2000/svg",xhtml:Cy,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"}
|
|
7415
|
+
function Sy(e){var t=e+="",i=t.indexOf(":")
|
|
7416
|
+
return i>=0&&"xmlns"!==(t=e.slice(0,i))&&(e=e.slice(i+1)),ky.hasOwnProperty(t)?{space:ky[t],local:e}:e}function _y(e){return function(){var t=this.ownerDocument,i=this.namespaceURI
|
|
7417
|
+
return i===Cy&&t.documentElement.namespaceURI===Cy?t.createElement(e):t.createElementNS(i,e)}}function Iy(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function Ry(e){var t=Sy(e)
|
|
7418
|
+
return(t.local?Iy:_y)(t)}function My(){}function Ay(e){return null==e?My:function(){return this.querySelector(e)}}function Ey(e){return null==e?[]:Array.isArray(e)?e:Array.from(e)}function Oy(){return[]}function Fy(e){return null==e?Oy:function(){return this.querySelectorAll(e)}}function Vy(e){return function(){return this.matches(e)}}function Hy(e){return function(t){return t.matches(e)}}var Ty=Array.prototype.find
|
|
7419
|
+
function Py(){return this.firstElementChild}var Dy=Array.prototype.filter
|
|
7420
|
+
function Ly(){return Array.from(this.children)}function zy(e){return new Array(e.length)}function By(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}function Ny(e){return function(){return e}}function Zy(e,t,i,o,n,s){for(var r,a=0,l=t.length,c=s.length;a<c;++a)(r=t[a])?(r.__data__=s[a],o[a]=r):i[a]=new By(e,s[a])
|
|
7421
|
+
for(;a<l;++a)(r=t[a])&&(n[a]=r)}function qy(e,t,i,o,n,s,r){var a,l,c,d=new Map,h=t.length,u=s.length,p=new Array(h)
|
|
7422
7422
|
for(a=0;a<h;++a)(l=t[a])&&(p[a]=c=r.call(l,l.__data__,a,t)+"",d.has(c)?n[a]=l:d.set(c,l))
|
|
7423
|
-
for(a=0;a<u;++a)c=r.call(e,s[a],a,s)+"",(l=d.get(c))?(o[a]=l,l.__data__=s[a],d.delete(c)):i[a]=new
|
|
7424
|
-
for(a=0;a<h;++a)(l=t[a])&&d.get(p[a])===l&&(n[a]=l)}function
|
|
7425
|
-
null==i?this.removeAttribute(e):this.setAttribute(e,i)}}function
|
|
7426
|
-
null==i?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,i)}}function
|
|
7427
|
-
null==o?this.style.removeProperty(e):this.style.setProperty(e,o,i)}}function
|
|
7428
|
-
null==i?delete this[e]:this[e]=i}}function
|
|
7429
|
-
this.textContent=null==t?"":t}}function
|
|
7430
|
-
this.innerHTML=null==t?"":t}}function
|
|
7431
|
-
e&&e.removeChild(this)}function
|
|
7432
|
-
return t?t.insertBefore(e,this.nextSibling):e}function
|
|
7433
|
-
return t?t.insertBefore(e,this.nextSibling):e}function
|
|
7434
|
-
return i>=0&&(t=e.slice(i+1),e=e.slice(0,i)),{type:e,name:t}}))}function
|
|
7435
|
-
if(t){for(var i,o=0,n=-1,s=t.length;o<s;++o)i=t[o],e.type&&i.type!==e.type||i.name!==e.name?t[++n]=i:this.removeEventListener(i.type,i.listener,i.options);++n?t.length=n:delete this.__on}}}function
|
|
7423
|
+
for(a=0;a<u;++a)c=r.call(e,s[a],a,s)+"",(l=d.get(c))?(o[a]=l,l.__data__=s[a],d.delete(c)):i[a]=new By(e,s[a])
|
|
7424
|
+
for(a=0;a<h;++a)(l=t[a])&&d.get(p[a])===l&&(n[a]=l)}function jy(e){return e.__data__}function Uy(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function Gy(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function Wy(e){return function(){this.removeAttribute(e)}}function Ky(e){return function(){this.removeAttributeNS(e.space,e.local)}}function Xy(e,t){return function(){this.setAttribute(e,t)}}function Yy(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function Qy(e,t){return function(){var i=t.apply(this,arguments)
|
|
7425
|
+
null==i?this.removeAttribute(e):this.setAttribute(e,i)}}function Jy(e,t){return function(){var i=t.apply(this,arguments)
|
|
7426
|
+
null==i?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,i)}}function e$(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function t$(e){return function(){this.style.removeProperty(e)}}function i$(e,t,i){return function(){this.style.setProperty(e,t,i)}}function o$(e,t,i){return function(){var o=t.apply(this,arguments)
|
|
7427
|
+
null==o?this.style.removeProperty(e):this.style.setProperty(e,o,i)}}function n$(e,t){return e.style.getPropertyValue(t)||e$(e).getComputedStyle(e,null).getPropertyValue(t)}function s$(e){return function(){delete this[e]}}function r$(e,t){return function(){this[e]=t}}function a$(e,t){return function(){var i=t.apply(this,arguments)
|
|
7428
|
+
null==i?delete this[e]:this[e]=i}}function l$(e){return e.trim().split(/^|\s+/)}function c$(e){return e.classList||new d$(e)}function d$(e){this._node=e,this._names=l$(e.getAttribute("class")||"")}function h$(e,t){for(var i=c$(e),o=-1,n=t.length;++o<n;)i.add(t[o])}function u$(e,t){for(var i=c$(e),o=-1,n=t.length;++o<n;)i.remove(t[o])}function p$(e){return function(){h$(this,e)}}function g$(e){return function(){u$(this,e)}}function v$(e,t){return function(){(t.apply(this,arguments)?h$:u$)(this,e)}}function m$(){this.textContent=""}function f$(e){return function(){this.textContent=e}}function b$(e){return function(){var t=e.apply(this,arguments)
|
|
7429
|
+
this.textContent=null==t?"":t}}function w$(){this.innerHTML=""}function x$(e){return function(){this.innerHTML=e}}function y$(e){return function(){var t=e.apply(this,arguments)
|
|
7430
|
+
this.innerHTML=null==t?"":t}}function $$(){this.nextSibling&&this.parentNode.appendChild(this)}function C$(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function k$(){return null}function S$(){var e=this.parentNode
|
|
7431
|
+
e&&e.removeChild(this)}function _$(){var e=this.cloneNode(!1),t=this.parentNode
|
|
7432
|
+
return t?t.insertBefore(e,this.nextSibling):e}function I$(){var e=this.cloneNode(!0),t=this.parentNode
|
|
7433
|
+
return t?t.insertBefore(e,this.nextSibling):e}function R$(e){return e.trim().split(/^|\s+/).map((function(e){var t="",i=e.indexOf(".")
|
|
7434
|
+
return i>=0&&(t=e.slice(i+1),e=e.slice(0,i)),{type:e,name:t}}))}function M$(e){return function(){var t=this.__on
|
|
7435
|
+
if(t){for(var i,o=0,n=-1,s=t.length;o<s;++o)i=t[o],e.type&&i.type!==e.type||i.name!==e.name?t[++n]=i:this.removeEventListener(i.type,i.listener,i.options);++n?t.length=n:delete this.__on}}}function A$(e,t,i){return function(){var o,n=this.__on,s=function(e){return function(t){e.call(this,t,this.__data__)}}(t)
|
|
7436
7436
|
if(n)for(var r=0,a=n.length;r<a;++r)if((o=n[r]).type===e.type&&o.name===e.name)return this.removeEventListener(o.type,o.listener,o.options),this.addEventListener(o.type,o.listener=s,o.options=i),void(o.value=t)
|
|
7437
|
-
this.addEventListener(e.type,s,i),o={type:e.type,name:e.name,value:t,listener:s,options:i},n?n.push(o):this.__on=[o]}}function
|
|
7438
|
-
"function"==typeof n?n=new n(t,i):(n=o.document.createEvent("Event"),i?(n.initEvent(t,i.bubbles,i.cancelable),n.detail=i.detail):n.initEvent(t,!1,!1)),e.dispatchEvent(n)}function
|
|
7437
|
+
this.addEventListener(e.type,s,i),o={type:e.type,name:e.name,value:t,listener:s,options:i},n?n.push(o):this.__on=[o]}}function E$(e,t,i){var o=e$(e),n=o.CustomEvent
|
|
7438
|
+
"function"==typeof n?n=new n(t,i):(n=o.document.createEvent("Event"),i?(n.initEvent(t,i.bubbles,i.cancelable),n.detail=i.detail):n.initEvent(t,!1,!1)),e.dispatchEvent(n)}function O$(e,t){return function(){return E$(this,e,t)}}function F$(e,t){return function(){return E$(this,e,t.apply(this,arguments))}}By.prototype={constructor:By,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}},d$.prototype={add:function(e){this._names.indexOf(e)<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e)
|
|
7439
7439
|
t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}}
|
|
7440
|
-
var
|
|
7441
|
-
function
|
|
7440
|
+
var V$=[null]
|
|
7441
|
+
function H$(e,t){this._groups=e,this._parents=t}function T$(){return new H$([[document.documentElement]],V$)}function P$(e){return"string"==typeof e?new H$([[document.querySelector(e)]],[document.documentElement]):new H$([[e]],V$)}function D$(e,t){if(e=function(e){let t
|
|
7442
7442
|
for(;t=e.sourceEvent;)e=t
|
|
7443
7443
|
return e}(e),void 0===t&&(t=e.currentTarget),t){var i=t.ownerSVGElement||t
|
|
7444
7444
|
if(i.createSVGPoint){var o=i.createSVGPoint()
|
|
7445
7445
|
return o.x=e.clientX,o.y=e.clientY,[(o=o.matrixTransform(t.getScreenCTM().inverse())).x,o.y]}if(t.getBoundingClientRect){var n=t.getBoundingClientRect()
|
|
7446
|
-
return[e.clientX-n.left-t.clientLeft,e.clientY-n.top-t.clientTop]}}return[e.pageX,e.pageY]}
|
|
7446
|
+
return[e.clientX-n.left-t.clientLeft,e.clientY-n.top-t.clientTop]}}return[e.pageX,e.pageY]}H$.prototype=T$.prototype={constructor:H$,select:function(e){"function"!=typeof e&&(e=Ay(e))
|
|
7447
7447
|
for(var t=this._groups,i=t.length,o=new Array(i),n=0;n<i;++n)for(var s,r,a=t[n],l=a.length,c=o[n]=new Array(l),d=0;d<l;++d)(s=a[d])&&(r=e.call(s,s.__data__,d,a))&&("__data__"in s&&(r.__data__=s.__data__),c[d]=r)
|
|
7448
|
-
return new
|
|
7448
|
+
return new H$(o,this._parents)},selectAll:function(e){e="function"==typeof e?function(e){return function(){return Ey(e.apply(this,arguments))}}(e):Fy(e)
|
|
7449
7449
|
for(var t=this._groups,i=t.length,o=[],n=[],s=0;s<i;++s)for(var r,a=t[s],l=a.length,c=0;c<l;++c)(r=a[c])&&(o.push(e.call(r,r.__data__,c,a)),n.push(r))
|
|
7450
|
-
return new
|
|
7450
|
+
return new H$(o,n)},selectChild:function(e){return this.select(null==e?Py:function(e){return function(){return Ty.call(this.children,e)}}("function"==typeof e?e:Hy(e)))},selectChildren:function(e){return this.selectAll(null==e?Ly:function(e){return function(){return Dy.call(this.children,e)}}("function"==typeof e?e:Hy(e)))},filter:function(e){"function"!=typeof e&&(e=Vy(e))
|
|
7451
7451
|
for(var t=this._groups,i=t.length,o=new Array(i),n=0;n<i;++n)for(var s,r=t[n],a=r.length,l=o[n]=[],c=0;c<a;++c)(s=r[c])&&e.call(s,s.__data__,c,r)&&l.push(s)
|
|
7452
|
-
return new
|
|
7453
|
-
var i=t?
|
|
7454
|
-
"function"!=typeof e&&(e=
|
|
7455
|
-
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=
|
|
7452
|
+
return new H$(o,this._parents)},data:function(e,t){if(!arguments.length)return Array.from(this,jy)
|
|
7453
|
+
var i=t?qy:Zy,o=this._parents,n=this._groups
|
|
7454
|
+
"function"!=typeof e&&(e=Ny(e))
|
|
7455
|
+
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=Uy(e.call(d,d&&d.__data__,c,o)),g=p.length,v=a[c]=new Array(g),m=r[c]=new Array(g),f=l[c]=new Array(u)
|
|
7456
7456
|
i(d,h,v,m,f,p,t)
|
|
7457
|
-
for(var b,w,x=0,y=0;x<g;++x)if(b=v[x]){for(x>=y&&(y=x+1);!(w=m[y])&&++y<g;);b._next=w||null}}return(r=new
|
|
7457
|
+
for(var b,w,x=0,y=0;x<g;++x)if(b=v[x]){for(x>=y&&(y=x+1);!(w=m[y])&&++y<g;);b._next=w||null}}return(r=new H$(r,o))._enter=a,r._exit=l,r},enter:function(){return new H$(this._enter||this._groups.map(zy),this._parents)},exit:function(){return new H$(this._exit||this._groups.map(zy),this._parents)},join:function(e,t,i){var o=this.enter(),n=this,s=this.exit()
|
|
7458
7458
|
return"function"==typeof e?(o=e(o))&&(o=o.selection()):o=o.append(e+""),null!=t&&(n=t(n))&&(n=n.selection()),null==i?s.remove():i(s),o&&n?o.merge(n).order():n},merge:function(e){for(var t=e.selection?e.selection():e,i=this._groups,o=t._groups,n=i.length,s=o.length,r=Math.min(n,s),a=new Array(n),l=0;l<r;++l)for(var c,d=i[l],h=o[l],u=d.length,p=a[l]=new Array(u),g=0;g<u;++g)(c=d[g]||h[g])&&(p[g]=c)
|
|
7459
7459
|
for(;l<n;++l)a[l]=i[l]
|
|
7460
|
-
return new
|
|
7461
|
-
return this},sort:function(e){function t(t,i){return t&&i?e(t.__data__,i.__data__):!t-!i}e||(e=
|
|
7460
|
+
return new H$(a,this._parents)},selection:function(){return this},order:function(){for(var e=this._groups,t=-1,i=e.length;++t<i;)for(var o,n=e[t],s=n.length-1,r=n[s];--s>=0;)(o=n[s])&&(r&&4^o.compareDocumentPosition(r)&&r.parentNode.insertBefore(o,r),r=o)
|
|
7461
|
+
return this},sort:function(e){function t(t,i){return t&&i?e(t.__data__,i.__data__):!t-!i}e||(e=Gy)
|
|
7462
7462
|
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)
|
|
7463
|
-
c.sort(t)}return new
|
|
7463
|
+
c.sort(t)}return new H$(n,this._parents).order()},call:function(){var e=arguments[0]
|
|
7464
7464
|
return arguments[0]=this,e.apply(null,arguments),this},nodes:function(){return Array.from(this)},node:function(){for(var e=this._groups,t=0,i=e.length;t<i;++t)for(var o=e[t],n=0,s=o.length;n<s;++n){var r=o[n]
|
|
7465
7465
|
if(r)return r}return null},size:function(){let e=0
|
|
7466
7466
|
for(const t of this)++e
|
|
7467
7467
|
return e},empty:function(){return!this.node()},each:function(e){for(var t=this._groups,i=0,o=t.length;i<o;++i)for(var n,s=t[i],r=0,a=s.length;r<a;++r)(n=s[r])&&e.call(n,n.__data__,r,s)
|
|
7468
|
-
return this},attr:function(e,t){var i
|
|
7468
|
+
return this},attr:function(e,t){var i=Sy(e)
|
|
7469
7469
|
if(arguments.length<2){var o=this.node()
|
|
7470
|
-
return i.local?o.getAttributeNS(i.space,i.local):o.getAttribute(i)}return this.each((null==t?i.local?
|
|
7471
|
-
if(arguments.length<2){for(var o=
|
|
7472
|
-
return!0}return this.each(("function"==typeof t?
|
|
7473
|
-
return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,t){var i="function"==typeof e?e:
|
|
7474
|
-
return this.select((function(){return this.insertBefore(i.apply(this,arguments),o.apply(this,arguments)||null)}))},remove:function(){return this.each(
|
|
7475
|
-
if(!(arguments.length<2)){for(a=t?
|
|
7470
|
+
return i.local?o.getAttributeNS(i.space,i.local):o.getAttribute(i)}return this.each((null==t?i.local?Ky:Wy:"function"==typeof t?i.local?Jy:Qy:i.local?Yy:Xy)(i,t))},style:function(e,t,i){return arguments.length>1?this.each((null==t?t$:"function"==typeof t?o$:i$)(e,t,null==i?"":i)):n$(this.node(),e)},property:function(e,t){return arguments.length>1?this.each((null==t?s$:"function"==typeof t?a$:r$)(e,t)):this.node()[e]},classed:function(e,t){var i=l$(e+"")
|
|
7471
|
+
if(arguments.length<2){for(var o=c$(this.node()),n=-1,s=i.length;++n<s;)if(!o.contains(i[n]))return!1
|
|
7472
|
+
return!0}return this.each(("function"==typeof t?v$:t?p$:g$)(i,t))},text:function(e){return arguments.length?this.each(null==e?m$:("function"==typeof e?b$:f$)(e)):this.node().textContent},html:function(e){return arguments.length?this.each(null==e?w$:("function"==typeof e?y$:x$)(e)):this.node().innerHTML},raise:function(){return this.each($$)},lower:function(){return this.each(C$)},append:function(e){var t="function"==typeof e?e:Ry(e)
|
|
7473
|
+
return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,t){var i="function"==typeof e?e:Ry(e),o=null==t?k$:"function"==typeof t?t:Ay(t)
|
|
7474
|
+
return this.select((function(){return this.insertBefore(i.apply(this,arguments),o.apply(this,arguments)||null)}))},remove:function(){return this.each(S$)},clone:function(e){return this.select(e?I$:_$)},datum:function(e){return arguments.length?this.property("__data__",e):this.node().__data__},on:function(e,t,i){var o,n,s=R$(e+""),r=s.length
|
|
7475
|
+
if(!(arguments.length<2)){for(a=t?A$:M$,o=0;o<r;++o)this.each(a(s[o],t,i))
|
|
7476
7476
|
return this}var a=this.node().__on
|
|
7477
|
-
if(a)for(var l,c=0,d=a.length;c<d;++c)for(o=0,l=a[c];o<r;++o)if((n=s[o]).type===l.type&&n.name===l.name)return l.value},dispatch:function(e,t){return this.each(("function"==typeof t?
|
|
7478
|
-
const
|
|
7479
|
-
function
|
|
7480
|
-
"onselectstart"in t?i.on("selectstart.drag",
|
|
7481
|
-
t&&(o.on("click.drag",
|
|
7477
|
+
if(a)for(var l,c=0,d=a.length;c<d;++c)for(o=0,l=a[c];o<r;++o)if((n=s[o]).type===l.type&&n.name===l.name)return l.value},dispatch:function(e,t){return this.each(("function"==typeof t?F$:O$)(e,t))},[Symbol.iterator]:function*(){for(var e=this._groups,t=0,i=e.length;t<i;++t)for(var o,n=e[t],s=0,r=n.length;s<r;++s)(o=n[s])&&(yield o)}}
|
|
7478
|
+
const L$={capture:!0,passive:!1}
|
|
7479
|
+
function z$(e){e.preventDefault(),e.stopImmediatePropagation()}function B$(e){var t=e.document.documentElement,i=P$(e).on("dragstart.drag",z$,L$)
|
|
7480
|
+
"onselectstart"in t?i.on("selectstart.drag",z$,L$):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function N$(e,t){var i=e.document.documentElement,o=P$(e).on("dragstart.drag",null)
|
|
7481
|
+
t&&(o.on("click.drag",z$,L$),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 Z$(e,t,i){e.prototype=t.prototype=i,i.constructor=e}function q$(e,t){var i=Object.create(e.prototype)
|
|
7482
7482
|
for(var o in t)i[o]=t[o]
|
|
7483
|
-
return i}function
|
|
7484
|
-
function
|
|
7485
|
-
return e=(e+"").trim().toLowerCase(),(t=
|
|
7486
|
-
return`${1===e?"rgb(":"rgba("}${
|
|
7487
|
-
if(e instanceof
|
|
7488
|
-
if(e instanceof
|
|
7483
|
+
return i}function j$(){}var U$=.7,G$=1/U$,W$="\\s*([+-]?\\d+)\\s*",K$="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",X$="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Y$=/^#([0-9a-f]{3,8})$/,Q$=new RegExp(`^rgb\\(${W$},${W$},${W$}\\)$`),J$=new RegExp(`^rgb\\(${X$},${X$},${X$}\\)$`),eC=new RegExp(`^rgba\\(${W$},${W$},${W$},${K$}\\)$`),tC=new RegExp(`^rgba\\(${X$},${X$},${X$},${K$}\\)$`),iC=new RegExp(`^hsl\\(${K$},${X$},${X$}\\)$`),oC=new RegExp(`^hsla\\(${K$},${X$},${X$},${K$}\\)$`),nC={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}
|
|
7484
|
+
function sC(){return this.rgb().formatHex()}function rC(){return this.rgb().formatRgb()}function aC(e){var t,i
|
|
7485
|
+
return e=(e+"").trim().toLowerCase(),(t=Y$.exec(e))?(i=t[1].length,t=parseInt(t[1],16),6===i?lC(t):3===i?new uC(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===i?cC(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===i?cC(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=Q$.exec(e))?new uC(t[1],t[2],t[3],1):(t=J$.exec(e))?new uC(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=eC.exec(e))?cC(t[1],t[2],t[3],t[4]):(t=tC.exec(e))?cC(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=iC.exec(e))?bC(t[1],t[2]/100,t[3]/100,1):(t=oC.exec(e))?bC(t[1],t[2]/100,t[3]/100,t[4]):nC.hasOwnProperty(e)?lC(nC[e]):"transparent"===e?new uC(NaN,NaN,NaN,0):null}function lC(e){return new uC(e>>16&255,e>>8&255,255&e,1)}function cC(e,t,i,o){return o<=0&&(e=t=i=NaN),new uC(e,t,i,o)}function dC(e){return e instanceof j$||(e=aC(e)),e?new uC((e=e.rgb()).r,e.g,e.b,e.opacity):new uC}function hC(e,t,i,o){return 1===arguments.length?dC(e):new uC(e,t,i,null==o?1:o)}function uC(e,t,i,o){this.r=+e,this.g=+t,this.b=+i,this.opacity=+o}function pC(){return`#${fC(this.r)}${fC(this.g)}${fC(this.b)}`}function gC(){const e=vC(this.opacity)
|
|
7486
|
+
return`${1===e?"rgb(":"rgba("}${mC(this.r)}, ${mC(this.g)}, ${mC(this.b)}${1===e?")":`, ${e})`}`}function vC(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function mC(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function fC(e){return((e=mC(e))<16?"0":"")+e.toString(16)}function bC(e,t,i,o){return o<=0?e=t=i=NaN:i<=0||i>=1?e=t=NaN:t<=0&&(e=NaN),new xC(e,t,i,o)}function wC(e){if(e instanceof xC)return new xC(e.h,e.s,e.l,e.opacity)
|
|
7487
|
+
if(e instanceof j$||(e=aC(e)),!e)return new xC
|
|
7488
|
+
if(e instanceof xC)return e
|
|
7489
7489
|
var t=(e=e.rgb()).r/255,i=e.g/255,o=e.b/255,n=Math.min(t,i,o),s=Math.max(t,i,o),r=NaN,a=s-n,l=(s+n)/2
|
|
7490
|
-
return a?(r=t===s?(i-o)/a+6*(i<o):i===s?(o-t)/a+2:(t-i)/a+4,a/=l<.5?s+n:2-s-n,r*=60):a=l>0&&l<1?0:r,new
|
|
7491
|
-
return new
|
|
7492
|
-
return`${1===e?"hsl(":"hsla("}${
|
|
7493
|
-
var
|
|
7494
|
-
function
|
|
7495
|
-
return i?function(e,t){return function(i){return e+i*t}}(e,i):
|
|
7496
|
-
function o(e,t){var o=i((e=
|
|
7490
|
+
return a?(r=t===s?(i-o)/a+6*(i<o):i===s?(o-t)/a+2:(t-i)/a+4,a/=l<.5?s+n:2-s-n,r*=60):a=l>0&&l<1?0:r,new xC(r,a,l,e.opacity)}function xC(e,t,i,o){this.h=+e,this.s=+t,this.l=+i,this.opacity=+o}function yC(e){return(e=(e||0)%360)<0?e+360:e}function $C(e){return Math.max(0,Math.min(1,e||0))}function CC(e,t,i){return 255*(e<60?t+(i-t)*e/60:e<180?i:e<240?t+(i-t)*(240-e)/60:t)}Z$(j$,aC,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:sC,formatHex:sC,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return wC(this).formatHsl()},formatRgb:rC,toString:rC}),Z$(uC,hC,q$(j$,{brighter(e){return e=null==e?G$:Math.pow(G$,e),new uC(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?U$:Math.pow(U$,e),new uC(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new uC(mC(this.r),mC(this.g),mC(this.b),vC(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:pC,formatHex:pC,formatHex8:function(){return`#${fC(this.r)}${fC(this.g)}${fC(this.b)}${fC(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:gC,toString:gC})),Z$(xC,(function(e,t,i,o){return 1===arguments.length?wC(e):new xC(e,t,i,null==o?1:o)}),q$(j$,{brighter(e){return e=null==e?G$:Math.pow(G$,e),new xC(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?U$:Math.pow(U$,e),new xC(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,i=this.l,o=i+(i<.5?i:1-i)*t,n=2*i-o
|
|
7491
|
+
return new uC(CC(e>=240?e-240:e+120,n,o),CC(e,n,o),CC(e<120?e+240:e-120,n,o),this.opacity)},clamp(){return new xC(yC(this.h),$C(this.s),$C(this.l),vC(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=vC(this.opacity)
|
|
7492
|
+
return`${1===e?"hsl(":"hsla("}${yC(this.h)}, ${100*$C(this.s)}%, ${100*$C(this.l)}%${1===e?")":`, ${e})`}`}}))
|
|
7493
|
+
var kC=e=>()=>e
|
|
7494
|
+
function SC(e){return 1==(e=+e)?_C:function(t,i){return i-t?function(e,t,i){return e=Math.pow(e,i),t=Math.pow(t,i)-e,i=1/i,function(o){return Math.pow(e+o*t,i)}}(t,i,e):kC(isNaN(t)?i:t)}}function _C(e,t){var i=t-e
|
|
7495
|
+
return i?function(e,t){return function(i){return e+i*t}}(e,i):kC(isNaN(e)?t:e)}var IC=function e(t){var i=SC(t)
|
|
7496
|
+
function o(e,t){var o=i((e=hC(e)).r,(t=hC(t)).r),n=i(e.g,t.g),s=i(e.b,t.b),r=_C(e.opacity,t.opacity)
|
|
7497
7497
|
return function(t){return e.r=o(t),e.g=n(t),e.b=s(t),e.opacity=r(t),e+""}}return o.gamma=e,o}(1)
|
|
7498
|
-
function
|
|
7498
|
+
function RC(e,t){t||(t=[])
|
|
7499
7499
|
var i,o=e?Math.min(t.length,e.length):0,n=t.slice()
|
|
7500
7500
|
return function(s){for(i=0;i<o;++i)n[i]=e[i]*(1-s)+t[i]*s
|
|
7501
|
-
return n}}function
|
|
7502
|
-
for(i=0;i<n;++i)s[i]=
|
|
7501
|
+
return n}}function MC(e,t){var i,o=t?t.length:0,n=e?Math.min(o,e.length):0,s=new Array(n),r=new Array(o)
|
|
7502
|
+
for(i=0;i<n;++i)s[i]=TC(e[i],t[i])
|
|
7503
7503
|
for(;i<o;++i)r[i]=t[i]
|
|
7504
7504
|
return function(e){for(i=0;i<n;++i)r[i]=s[i](e)
|
|
7505
|
-
return r}}function
|
|
7506
|
-
return e=+e,t=+t,function(o){return i.setTime(e*(1-o)+t*o),i}}function
|
|
7507
|
-
for(i in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)i in e?o[i]=
|
|
7505
|
+
return r}}function AC(e,t){var i=new Date
|
|
7506
|
+
return e=+e,t=+t,function(o){return i.setTime(e*(1-o)+t*o),i}}function EC(e,t){return e=+e,t=+t,function(i){return e*(1-i)+t*i}}function OC(e,t){var i,o={},n={}
|
|
7507
|
+
for(i in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)i in e?o[i]=TC(e[i],t[i]):n[i]=t[i]
|
|
7508
7508
|
return function(e){for(i in o)n[i]=o[i](e)
|
|
7509
|
-
return n}}var
|
|
7510
|
-
function
|
|
7511
|
-
for(e+="",t+="";(i=
|
|
7509
|
+
return n}}var FC=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,VC=new RegExp(FC.source,"g")
|
|
7510
|
+
function HC(e,t){var i,o,n,s=FC.lastIndex=VC.lastIndex=0,r=-1,a=[],l=[]
|
|
7511
|
+
for(e+="",t+="";(i=FC.exec(e))&&(o=VC.exec(t));)(n=o.index)>s&&(n=t.slice(s,n),a[r]?a[r]+=n:a[++r]=n),(i=i[0])===(o=o[0])?a[r]?a[r]+=o:a[++r]=o:(a[++r]=null,l.push({i:r,x:EC(i,o)})),s=VC.lastIndex
|
|
7512
7512
|
return s<t.length&&(n=t.slice(s),a[r]?a[r]+=n:a[++r]=n),a.length<2?l[0]?function(e){return function(t){return e(t)+""}}(l[0].x):function(e){return function(){return e}}(t):(t=l.length,function(e){for(var i,o=0;o<t;++o)a[(i=l[o]).i]=i.x(e)
|
|
7513
|
-
return a.join("")})}function
|
|
7514
|
-
return null==t||"boolean"===n?
|
|
7515
|
-
function
|
|
7516
|
-
return(r=Math.sqrt(e*e+t*t))&&(e/=r,t/=r),(l=e*i+t*o)&&(i-=e*l,o-=t*l),(a=Math.sqrt(i*i+o*o))&&(i/=a,o/=a,l/=a),e*o<t*i&&(e=-e,t=-t,l=-l,r=-r),{translateX:n,translateY:s,rotate:Math.atan2(t,e)*
|
|
7513
|
+
return a.join("")})}function TC(e,t){var i,o,n=typeof t
|
|
7514
|
+
return null==t||"boolean"===n?kC(t):("number"===n?EC:"string"===n?(i=aC(t))?(t=i,IC):HC:t instanceof aC?IC:t instanceof Date?AC:(o=t,!ArrayBuffer.isView(o)||o instanceof DataView?Array.isArray(t)?MC:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?OC:EC:RC))(e,t)}function PC(e,t){return e=+e,t=+t,function(i){return Math.round(e*(1-i)+t*i)}}var DC,LC=180/Math.PI,zC={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1}
|
|
7515
|
+
function BC(e,t,i,o,n,s){var r,a,l
|
|
7516
|
+
return(r=Math.sqrt(e*e+t*t))&&(e/=r,t/=r),(l=e*i+t*o)&&(i-=e*l,o-=t*l),(a=Math.sqrt(i*i+o*o))&&(i/=a,o/=a,l/=a),e*o<t*i&&(e=-e,t=-t,l=-l,r=-r),{translateX:n,translateY:s,rotate:Math.atan2(t,e)*LC,skewX:Math.atan(l)*LC,scaleX:r,scaleY:a}}function NC(e,t,i,o){function n(e){return e.length?e.pop()+" ":""}return function(s,r){var a=[],l=[]
|
|
7517
7517
|
return s=e(s),r=e(r),function(e,o,n,s,r,a){if(e!==n||o!==s){var l=r.push("translate(",null,t,null,i)
|
|
7518
|
-
a.push({i:l-4,x:
|
|
7519
|
-
r.push({i:a-4,x:
|
|
7520
|
-
return a.join("")}}}var
|
|
7521
|
-
return t.isIdentity?
|
|
7522
|
-
function
|
|
7518
|
+
a.push({i:l-4,x:EC(e,n)},{i:l-2,x:EC(o,s)})}else(n||s)&&r.push("translate("+n+t+s+i)}(s.translateX,s.translateY,r.translateX,r.translateY,a,l),function(e,t,i,s){e!==t?(e-t>180?t+=360:t-e>180&&(e+=360),s.push({i:i.push(n(i)+"rotate(",null,o)-2,x:EC(e,t)})):t&&i.push(n(i)+"rotate("+t+o)}(s.rotate,r.rotate,a,l),function(e,t,i,s){e!==t?s.push({i:i.push(n(i)+"skewX(",null,o)-2,x:EC(e,t)}):t&&i.push(n(i)+"skewX("+t+o)}(s.skewX,r.skewX,a,l),function(e,t,i,o,s,r){if(e!==i||t!==o){var a=s.push(n(s)+"scale(",null,",",null,")")
|
|
7519
|
+
r.push({i:a-4,x:EC(e,i)},{i:a-2,x:EC(t,o)})}else 1===i&&1===o||s.push(n(s)+"scale("+i+","+o+")")}(s.scaleX,s.scaleY,r.scaleX,r.scaleY,a,l),s=r=null,function(e){for(var t,i=-1,o=l.length;++i<o;)a[(t=l[i]).i]=t.x(e)
|
|
7520
|
+
return a.join("")}}}var ZC=NC((function(e){const t=new("function"==typeof DOMMatrix?DOMMatrix:WebKitCSSMatrix)(e+"")
|
|
7521
|
+
return t.isIdentity?zC:BC(t.a,t.b,t.c,t.d,t.e,t.f)}),"px, ","px)","deg)"),qC=NC((function(e){return null==e?zC:(DC||(DC=document.createElementNS("http://www.w3.org/2000/svg","g")),DC.setAttribute("transform",e),(e=DC.transform.baseVal.consolidate())?BC((e=e.matrix).a,e.b,e.c,e.d,e.e,e.f):zC)}),", ",")",")")
|
|
7522
|
+
function jC(e){return((e=Math.exp(e))+1/e)/2}var UC,GC,WC=function e(t,i,o){function n(e,n){var s,r,a=e[0],l=e[1],c=e[2],d=n[0],h=n[1],u=n[2],p=d-a,g=h-l,v=p*p+g*g
|
|
7523
7523
|
if(v<1e-12)r=Math.log(u/c)/t,s=function(e){return[a+e*p,l+e*g,c*Math.exp(t*e*r)]}
|
|
7524
7524
|
else{var m=Math.sqrt(v),f=(u*u-c*c+o*v)/(2*c*i*m),b=(u*u-c*c-o*v)/(2*u*i*m),w=Math.log(Math.sqrt(f*f+1)-f),x=Math.log(Math.sqrt(b*b+1)-b)
|
|
7525
|
-
r=(x-w)/t,s=function(e){var o,n=e*r,s=
|
|
7526
|
-
return[a+d*p,l+d*g,c*s/
|
|
7527
|
-
return e(i,o,o*o)},n}(Math.SQRT2,2,4),
|
|
7528
|
-
function
|
|
7529
|
-
return o.restart(e,t,i),o}function
|
|
7530
|
-
try{!function(){
|
|
7531
|
-
for(var e,t=
|
|
7532
|
-
for(;i;)i._call?(o>i._time&&(o=i._time),e=i,i=i._next):(t=i._next,i._next=null,i=e?e._next=t:
|
|
7533
|
-
|
|
7534
|
-
t>1e3&&(
|
|
7535
|
-
return t=null==t?0:+t,o.restart((i=>{o.stop(),e(i+t)}),t,i),o}
|
|
7536
|
-
i=(null==i?
|
|
7537
|
-
var
|
|
7538
|
-
function
|
|
7525
|
+
r=(x-w)/t,s=function(e){var o,n=e*r,s=jC(w),d=c/(i*m)*(s*(o=t*n+w,((o=Math.exp(2*o))-1)/(o+1))-function(e){return((e=Math.exp(e))-1/e)/2}(w))
|
|
7526
|
+
return[a+d*p,l+d*g,c*s/jC(t*n+w)]}}return s.duration=1e3*r*t/Math.SQRT2,s}return n.rho=function(t){var i=Math.max(.001,+t),o=i*i
|
|
7527
|
+
return e(i,o,o*o)},n}(Math.SQRT2,2,4),KC=0,XC=0,YC=0,QC=0,JC=0,ek=0,tk="object"==typeof performance&&performance.now?performance:Date,ik="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)}
|
|
7528
|
+
function ok(){return JC||(ik(nk),JC=tk.now()+ek)}function nk(){JC=0}function sk(){this._call=this._time=this._next=null}function rk(e,t,i){var o=new sk
|
|
7529
|
+
return o.restart(e,t,i),o}function ak(){JC=(QC=tk.now())+ek,KC=XC=0
|
|
7530
|
+
try{!function(){ok(),++KC
|
|
7531
|
+
for(var e,t=UC;t;)(e=JC-t._time)>=0&&t._call.call(void 0,e),t=t._next;--KC}()}finally{KC=0,function(){var e,t,i=UC,o=1/0
|
|
7532
|
+
for(;i;)i._call?(o>i._time&&(o=i._time),e=i,i=i._next):(t=i._next,i._next=null,i=e?e._next=t:UC=t)
|
|
7533
|
+
GC=e,ck(o)}(),JC=0}}function lk(){var e=tk.now(),t=e-QC
|
|
7534
|
+
t>1e3&&(ek-=t,QC=e)}function ck(e){KC||(XC&&(XC=clearTimeout(XC)),e-JC>24?(e<1/0&&(XC=setTimeout(ak,e-tk.now()-ek)),YC&&(YC=clearInterval(YC))):(YC||(QC=tk.now(),YC=setInterval(lk,1e3)),KC=1,ik(ak)))}function dk(e,t,i){var o=new sk
|
|
7535
|
+
return t=null==t?0:+t,o.restart((i=>{o.stop(),e(i+t)}),t,i),o}sk.prototype=rk.prototype={constructor:sk,restart:function(e,t,i){if("function"!=typeof e)throw new TypeError("callback is not a function")
|
|
7536
|
+
i=(null==i?ok():+i)+(null==t?0:+t),this._next||GC===this||(GC?GC._next=this:UC=this,GC=this),this._call=e,this._time=i,ck()},stop:function(){this._call&&(this._call=null,this._time=1/0,ck())}}
|
|
7537
|
+
var hk=by("start","end","cancel","interrupt"),uk=[]
|
|
7538
|
+
function pk(e,t,i,o,n,s){var r=e.__transition
|
|
7539
7539
|
if(r){if(i in r)return}else e.__transition={}
|
|
7540
7540
|
!function(e,t,i){var o,n=e.__transition
|
|
7541
7541
|
function s(e){i.state=1,i.timer.restart(r,i.delay,i.time),i.delay<=e&&r(e-i.delay)}function r(s){var c,d,h,u
|
|
7542
7542
|
if(1!==i.state)return l()
|
|
7543
|
-
for(c in n)if((u=n[c]).name===i.name){if(3===u.state)return
|
|
7544
|
-
4===u.state?(u.state=6,u.timer.stop(),u.on.call("interrupt",e,e.__data__,u.index,u.group),delete n[c]):+c<t&&(u.state=6,u.timer.stop(),u.on.call("cancel",e,e.__data__,u.index,u.group),delete n[c])}if(
|
|
7543
|
+
for(c in n)if((u=n[c]).name===i.name){if(3===u.state)return dk(r)
|
|
7544
|
+
4===u.state?(u.state=6,u.timer.stop(),u.on.call("interrupt",e,e.__data__,u.index,u.group),delete n[c]):+c<t&&(u.state=6,u.timer.stop(),u.on.call("cancel",e,e.__data__,u.index,u.group),delete n[c])}if(dk((function(){3===i.state&&(i.state=4,i.timer.restart(a,i.delay,i.time),a(s))})),i.state=2,i.on.call("start",e,e.__data__,i.index,i.group),2===i.state){for(i.state=3,o=new Array(h=i.tween.length),c=0,d=-1;c<h;++c)(u=i.tween[c].value.call(e,e.__data__,i.index,i.group))&&(o[++d]=u)
|
|
7545
7545
|
o.length=d+1}}function a(t){for(var n=t<i.duration?i.ease.call(null,t/i.duration):(i.timer.restart(l),i.state=5,1),s=-1,r=o.length;++s<r;)o[s].call(e,n)
|
|
7546
7546
|
5===i.state&&(i.on.call("end",e,e.__data__,i.index,i.group),l())}function l(){for(var o in i.state=6,i.timer.stop(),delete n[t],n)return
|
|
7547
|
-
delete e.__transition}n[t]=i,i.timer=
|
|
7547
|
+
delete e.__transition}n[t]=i,i.timer=rk(s,0,i.time)}(e,i,{name:t,index:o,group:n,on:hk,tween:uk,time:s.time,delay:s.delay,duration:s.duration,ease:s.ease,timer:null,state:0})}function gk(e,t){var i=mk(e,t)
|
|
7548
7548
|
if(i.state>0)throw new Error("too late; already scheduled")
|
|
7549
|
-
return i}function
|
|
7549
|
+
return i}function vk(e,t){var i=mk(e,t)
|
|
7550
7550
|
if(i.state>3)throw new Error("too late; already running")
|
|
7551
|
-
return i}function
|
|
7551
|
+
return i}function mk(e,t){var i=e.__transition
|
|
7552
7552
|
if(!i||!(i=i[t]))throw new Error("transition not found")
|
|
7553
|
-
return i}function
|
|
7553
|
+
return i}function fk(e,t){var i,o,n,s=e.__transition,r=!0
|
|
7554
7554
|
if(s){for(n in t=null==t?null:t+"",s)(i=s[n]).name===t?(o=i.state>2&&i.state<5,i.state=6,i.timer.stop(),i.on.call(o?"interrupt":"cancel",e,e.__data__,i.index,i.group),delete s[n]):r=!1
|
|
7555
|
-
r&&delete e.__transition}}function
|
|
7556
|
-
return function(){var n=
|
|
7555
|
+
r&&delete e.__transition}}function bk(e,t){var i,o
|
|
7556
|
+
return function(){var n=vk(this,e),s=n.tween
|
|
7557
7557
|
if(s!==i)for(var r=0,a=(o=i=s).length;r<a;++r)if(o[r].name===t){(o=o.slice()).splice(r,1)
|
|
7558
|
-
break}n.tween=o}}function
|
|
7558
|
+
break}n.tween=o}}function wk(e,t,i){var o,n
|
|
7559
7559
|
if("function"!=typeof i)throw new Error
|
|
7560
|
-
return function(){var s=
|
|
7560
|
+
return function(){var s=vk(this,e),r=s.tween
|
|
7561
7561
|
if(r!==o){n=(o=r).slice()
|
|
7562
7562
|
for(var a={name:t,value:i},l=0,c=n.length;l<c;++l)if(n[l].name===t){n[l]=a
|
|
7563
|
-
break}l===c&&n.push(a)}s.tween=n}}function
|
|
7564
|
-
return e.each((function(){var e=
|
|
7565
|
-
return("number"==typeof t?
|
|
7563
|
+
break}l===c&&n.push(a)}s.tween=n}}function xk(e,t,i){var o=e._id
|
|
7564
|
+
return e.each((function(){var e=vk(this,o);(e.value||(e.value={}))[t]=i.apply(this,arguments)})),function(e){return mk(e,o).value[t]}}function yk(e,t){var i
|
|
7565
|
+
return("number"==typeof t?EC:t instanceof aC?IC:(i=aC(t))?(t=i,IC):HC)(e,t)}function $k(e){return function(){this.removeAttribute(e)}}function Ck(e){return function(){this.removeAttributeNS(e.space,e.local)}}function kk(e,t,i){var o,n,s=i+""
|
|
7566
7566
|
return function(){var r=this.getAttribute(e)
|
|
7567
|
-
return r===s?null:r===o?n:n=t(o=r,i)}}function
|
|
7567
|
+
return r===s?null:r===o?n:n=t(o=r,i)}}function Sk(e,t,i){var o,n,s=i+""
|
|
7568
7568
|
return function(){var r=this.getAttributeNS(e.space,e.local)
|
|
7569
|
-
return r===s?null:r===o?n:n=t(o=r,i)}}function
|
|
7569
|
+
return r===s?null:r===o?n:n=t(o=r,i)}}function _k(e,t,i){var o,n,s
|
|
7570
7570
|
return function(){var r,a,l=i(this)
|
|
7571
7571
|
if(null!=l)return(r=this.getAttribute(e))===(a=l+"")?null:r===o&&a===n?s:(n=a,s=t(o=r,l))
|
|
7572
|
-
this.removeAttribute(e)}}function
|
|
7572
|
+
this.removeAttribute(e)}}function Ik(e,t,i){var o,n,s
|
|
7573
7573
|
return function(){var r,a,l=i(this)
|
|
7574
7574
|
if(null!=l)return(r=this.getAttributeNS(e.space,e.local))===(a=l+"")?null:r===o&&a===n?s:(n=a,s=t(o=r,l))
|
|
7575
|
-
this.removeAttributeNS(e.space,e.local)}}function
|
|
7575
|
+
this.removeAttributeNS(e.space,e.local)}}function Rk(e,t){return function(i){this.setAttribute(e,t.call(this,i))}}function Mk(e,t){return function(i){this.setAttributeNS(e.space,e.local,t.call(this,i))}}function Ak(e,t){var i,o
|
|
7576
7576
|
function n(){var n=t.apply(this,arguments)
|
|
7577
|
-
return n!==o&&(i=(o=n)&&
|
|
7577
|
+
return n!==o&&(i=(o=n)&&Mk(e,n)),i}return n._value=t,n}function Ek(e,t){var i,o
|
|
7578
7578
|
function n(){var n=t.apply(this,arguments)
|
|
7579
|
-
return n!==o&&(i=(o=n)&&
|
|
7580
|
-
return function(){
|
|
7581
|
-
return t>=0&&(e=e.slice(0,t)),!e||"start"===e}))}(t)?
|
|
7579
|
+
return n!==o&&(i=(o=n)&&Rk(e,n)),i}return n._value=t,n}function Ok(e,t){return function(){gk(this,e).delay=+t.apply(this,arguments)}}function Fk(e,t){return t=+t,function(){gk(this,e).delay=t}}function Vk(e,t){return function(){vk(this,e).duration=+t.apply(this,arguments)}}function Hk(e,t){return t=+t,function(){vk(this,e).duration=t}}function Tk(e,t){if("function"!=typeof t)throw new Error
|
|
7580
|
+
return function(){vk(this,e).ease=t}}function Pk(e,t,i){var o,n,s=function(e){return(e+"").trim().split(/^|\s+/).every((function(e){var t=e.indexOf(".")
|
|
7581
|
+
return t>=0&&(e=e.slice(0,t)),!e||"start"===e}))}(t)?gk:vk
|
|
7582
7582
|
return function(){var r=s(this,e),a=r.on
|
|
7583
|
-
a!==o&&(n=(o=a).copy()).on(t,i),r.on=n}}var
|
|
7584
|
-
function
|
|
7583
|
+
a!==o&&(n=(o=a).copy()).on(t,i),r.on=n}}var Dk=T$.prototype.constructor
|
|
7584
|
+
function Lk(e){return function(){this.style.removeProperty(e)}}function zk(e,t,i){return function(o){this.style.setProperty(e,t.call(this,o),i)}}function Bk(e,t,i){var o,n
|
|
7585
7585
|
function s(){var s=t.apply(this,arguments)
|
|
7586
|
-
return s!==n&&(o=(n=s)&&
|
|
7586
|
+
return s!==n&&(o=(n=s)&&zk(e,s,i)),o}return s._value=t,s}function Nk(e){return function(t){this.textContent=e.call(this,t)}}function Zk(e){var t,i
|
|
7587
7587
|
function o(){var o=e.apply(this,arguments)
|
|
7588
|
-
return o!==i&&(t=(i=o)&&
|
|
7589
|
-
function
|
|
7590
|
-
|
|
7591
|
-
"function"!=typeof e&&(e=Iy(e))
|
|
7592
|
-
for(var o=this._groups,n=o.length,s=new Array(n),r=0;r<n;++r)for(var a,l,c=o[r],d=c.length,h=s[r]=new Array(d),u=0;u<d;++u)(a=c[u])&&(l=e.call(a,a.__data__,u,c))&&("__data__"in a&&(l.__data__=a.__data__),h[u]=l,dk(h[u],t,i,u,h,pk(a,i)))
|
|
7593
|
-
return new Nk(s,this._parents,t,i)},selectAll:function(e){var t=this._name,i=this._id
|
|
7588
|
+
return o!==i&&(t=(i=o)&&Nk(o)),t}return o._value=e,o}var qk=0
|
|
7589
|
+
function jk(e,t,i,o){this._groups=e,this._parents=t,this._name=i,this._id=o}function Uk(){return++qk}var Gk=T$.prototype
|
|
7590
|
+
jk.prototype={constructor:jk,select:function(e){var t=this._name,i=this._id
|
|
7594
7591
|
"function"!=typeof e&&(e=Ay(e))
|
|
7595
|
-
for(var o=this._groups,n=o.length,s=
|
|
7596
|
-
|
|
7592
|
+
for(var o=this._groups,n=o.length,s=new Array(n),r=0;r<n;++r)for(var a,l,c=o[r],d=c.length,h=s[r]=new Array(d),u=0;u<d;++u)(a=c[u])&&(l=e.call(a,a.__data__,u,c))&&("__data__"in a&&(l.__data__=a.__data__),h[u]=l,pk(h[u],t,i,u,h,mk(a,i)))
|
|
7593
|
+
return new jk(s,this._parents,t,i)},selectAll:function(e){var t=this._name,i=this._id
|
|
7594
|
+
"function"!=typeof e&&(e=Fy(e))
|
|
7595
|
+
for(var o=this._groups,n=o.length,s=[],r=[],a=0;a<n;++a)for(var l,c=o[a],d=c.length,h=0;h<d;++h)if(l=c[h]){for(var u,p=e.call(l,l.__data__,h,c),g=mk(l,i),v=0,m=p.length;v<m;++v)(u=p[v])&&pk(u,t,i,v,p,g)
|
|
7596
|
+
s.push(p),r.push(l)}return new jk(s,r,t,i)},selectChild:Gk.selectChild,selectChildren:Gk.selectChildren,filter:function(e){"function"!=typeof e&&(e=Vy(e))
|
|
7597
7597
|
for(var t=this._groups,i=t.length,o=new Array(i),n=0;n<i;++n)for(var s,r=t[n],a=r.length,l=o[n]=[],c=0;c<a;++c)(s=r[c])&&e.call(s,s.__data__,c,r)&&l.push(s)
|
|
7598
|
-
return new
|
|
7598
|
+
return new jk(o,this._parents,this._name,this._id)},merge:function(e){if(e._id!==this._id)throw new Error
|
|
7599
7599
|
for(var t=this._groups,i=e._groups,o=t.length,n=i.length,s=Math.min(o,n),r=new Array(o),a=0;a<s;++a)for(var l,c=t[a],d=i[a],h=c.length,u=r[a]=new Array(h),p=0;p<h;++p)(l=c[p]||d[p])&&(u[p]=l)
|
|
7600
7600
|
for(;a<o;++a)r[a]=t[a]
|
|
7601
|
-
return new
|
|
7602
|
-
|
|
7603
|
-
return arguments.length<2?
|
|
7604
|
-
return this.attrTween(e,"function"==typeof t?(i.local?
|
|
7601
|
+
return new jk(r,this._parents,this._name,this._id)},selection:function(){return new Dk(this._groups,this._parents)},transition:function(){for(var e=this._name,t=this._id,i=Uk(),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=mk(r,t)
|
|
7602
|
+
pk(r,e,i,c,a,{time:d.time+d.delay+d.duration,delay:0,duration:d.duration,ease:d.ease})}return new jk(o,this._parents,e,i)},call:Gk.call,nodes:Gk.nodes,node:Gk.node,size:Gk.size,empty:Gk.empty,each:Gk.each,on:function(e,t){var i=this._id
|
|
7603
|
+
return arguments.length<2?mk(this.node(),i).on.on(e):this.each(Pk(i,e,t))},attr:function(e,t){var i=Sy(e),o="transform"===i?qC:yk
|
|
7604
|
+
return this.attrTween(e,"function"==typeof t?(i.local?Ik:_k)(i,o,xk(this,"attr."+e,t)):null==t?(i.local?Ck:$k)(i):(i.local?Sk:kk)(i,o,t))},attrTween:function(e,t){var i="attr."+e
|
|
7605
7605
|
if(arguments.length<2)return(i=this.tween(i))&&i._value
|
|
7606
7606
|
if(null==t)return this.tween(i,null)
|
|
7607
7607
|
if("function"!=typeof t)throw new Error
|
|
7608
|
-
var o
|
|
7609
|
-
return this.tween(i,(o.local?
|
|
7608
|
+
var o=Sy(e)
|
|
7609
|
+
return this.tween(i,(o.local?Ak:Ek)(o,t))},style:function(e,t,i){var o="transform"==(e+="")?ZC:yk
|
|
7610
7610
|
return null==t?this.styleTween(e,function(e,t){var i,o,n
|
|
7611
|
-
return function(){var s=
|
|
7612
|
-
return s===r?null:s===i&&r===o?n:n=t(i=s,o=r)}}(e,o)).on("end.style."+e,
|
|
7613
|
-
return function(){var r=
|
|
7614
|
-
return null==a&&(this.style.removeProperty(e),l=a=
|
|
7615
|
-
return function(){var l=
|
|
7611
|
+
return function(){var s=n$(this,e),r=(this.style.removeProperty(e),n$(this,e))
|
|
7612
|
+
return s===r?null:s===i&&r===o?n:n=t(i=s,o=r)}}(e,o)).on("end.style."+e,Lk(e)):"function"==typeof t?this.styleTween(e,function(e,t,i){var o,n,s
|
|
7613
|
+
return function(){var r=n$(this,e),a=i(this),l=a+""
|
|
7614
|
+
return null==a&&(this.style.removeProperty(e),l=a=n$(this,e)),r===l?null:r===o&&l===n?s:(n=l,s=t(o=r,a))}}(e,o,xk(this,"style."+e,t))).each(function(e,t){var i,o,n,s,r="style."+t,a="end."+r
|
|
7615
|
+
return function(){var l=vk(this,e),c=l.on,d=null==l.value[r]?s||(s=Lk(t)):void 0
|
|
7616
7616
|
c===i&&n===d||(o=(i=c).copy()).on(a,n=d),l.on=o}}(this._id,e)):this.styleTween(e,function(e,t,i){var o,n,s=i+""
|
|
7617
|
-
return function(){var r=
|
|
7617
|
+
return function(){var r=n$(this,e)
|
|
7618
7618
|
return r===s?null:r===o?n:n=t(o=r,i)}}(e,o,t),i).on("end.style."+e,null)},styleTween:function(e,t,i){var o="style."+(e+="")
|
|
7619
7619
|
if(arguments.length<2)return(o=this.tween(o))&&o._value
|
|
7620
7620
|
if(null==t)return this.tween(o,null)
|
|
7621
7621
|
if("function"!=typeof t)throw new Error
|
|
7622
|
-
return this.tween(o,
|
|
7623
|
-
this.textContent=null==t?"":t}}(
|
|
7622
|
+
return this.tween(o,Bk(e,t,null==i?"":i))},text:function(e){return this.tween("text","function"==typeof e?function(e){return function(){var t=e(this)
|
|
7623
|
+
this.textContent=null==t?"":t}}(xk(this,"text",e)):function(e){return function(){this.textContent=e}}(null==e?"":e+""))},textTween:function(e){var t="text"
|
|
7624
7624
|
if(arguments.length<1)return(t=this.tween(t))&&t._value
|
|
7625
7625
|
if(null==e)return this.tween(t,null)
|
|
7626
7626
|
if("function"!=typeof e)throw new Error
|
|
7627
|
-
return this.tween(t,
|
|
7627
|
+
return this.tween(t,Zk(e))},remove:function(){return this.on("end.remove",function(e){return function(){var t=this.parentNode
|
|
7628
7628
|
for(var i in this.__transition)if(+i!==e)return
|
|
7629
7629
|
t&&t.removeChild(this)}}(this._id))},tween:function(e,t){var i=this._id
|
|
7630
|
-
if(e+="",arguments.length<2){for(var o,n=
|
|
7631
|
-
return null}return this.each((null==t?
|
|
7632
|
-
return arguments.length?this.each(("function"==typeof e?
|
|
7633
|
-
return arguments.length?this.each(("function"==typeof e?
|
|
7634
|
-
return arguments.length?this.each(
|
|
7630
|
+
if(e+="",arguments.length<2){for(var o,n=mk(this.node(),i).tween,s=0,r=n.length;s<r;++s)if((o=n[s]).name===e)return o.value
|
|
7631
|
+
return null}return this.each((null==t?bk:wk)(i,e,t))},delay:function(e){var t=this._id
|
|
7632
|
+
return arguments.length?this.each(("function"==typeof e?Ok:Fk)(t,e)):mk(this.node(),t).delay},duration:function(e){var t=this._id
|
|
7633
|
+
return arguments.length?this.each(("function"==typeof e?Vk:Hk)(t,e)):mk(this.node(),t).duration},ease:function(e){var t=this._id
|
|
7634
|
+
return arguments.length?this.each(Tk(t,e)):mk(this.node(),t).ease},easeVarying:function(e){if("function"!=typeof e)throw new Error
|
|
7635
7635
|
return this.each(function(e,t){return function(){var i=t.apply(this,arguments)
|
|
7636
7636
|
if("function"!=typeof i)throw new Error
|
|
7637
|
-
|
|
7637
|
+
vk(this,e).ease=i}}(this._id,e))},end:function(){var e,t,i=this,o=i._id,n=i.size()
|
|
7638
7638
|
return new Promise((function(s,r){var a={value:r},l={value:function(){0==--n&&s()}}
|
|
7639
|
-
i.each((function(){var i=
|
|
7640
|
-
n!==e&&((t=(e=n).copy())._.cancel.push(a),t._.interrupt.push(a),t._.end.push(l)),i.on=t})),0===n&&s()}))},[Symbol.iterator]:
|
|
7641
|
-
var
|
|
7642
|
-
function
|
|
7643
|
-
return i}
|
|
7644
|
-
e instanceof
|
|
7645
|
-
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])&&
|
|
7646
|
-
return new
|
|
7647
|
-
var
|
|
7648
|
-
function
|
|
7649
|
-
var
|
|
7650
|
-
function
|
|
7651
|
-
return e.__zoom}function
|
|
7652
|
-
return e instanceof SVGElement?(e=e.ownerSVGElement||e).hasAttribute("viewBox")?[[(e=e.viewBox.baseVal).x,e.y],[e.x+e.width,e.y+e.height]]:[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]:[[0,0],[e.clientWidth,e.clientHeight]]}function
|
|
7653
|
-
return e.translate(n>o?(o+n)/2:Math.min(0,o)||Math.max(0,n),r>s?(s+r)/2:Math.min(0,s)||Math.max(0,r))}
|
|
7654
|
-
const
|
|
7639
|
+
i.each((function(){var i=vk(this,o),n=i.on
|
|
7640
|
+
n!==e&&((t=(e=n).copy())._.cancel.push(a),t._.interrupt.push(a),t._.end.push(l)),i.on=t})),0===n&&s()}))},[Symbol.iterator]:Gk[Symbol.iterator]}
|
|
7641
|
+
var Wk={time:null,delay:0,duration:250,ease:function(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}}
|
|
7642
|
+
function Kk(e,t){for(var i;!(i=e.__transition)||!(i=i[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`)
|
|
7643
|
+
return i}T$.prototype.interrupt=function(e){return this.each((function(){fk(this,e)}))},T$.prototype.transition=function(e){var t,i
|
|
7644
|
+
e instanceof jk?(t=e._id,e=e._name):(t=Uk(),(i=Wk).time=ok(),e=null==e?null:e+"")
|
|
7645
|
+
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])&&pk(r,e,t,c,a,i||Kk(r,t))
|
|
7646
|
+
return new jk(o,this._parents,e,t)}
|
|
7647
|
+
var Xk=e=>()=>e
|
|
7648
|
+
function Yk(e,{sourceEvent:t,target:i,transform:o,dispatch:n}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:i,enumerable:!0,configurable:!0},transform:{value:o,enumerable:!0,configurable:!0},_:{value:n}})}function Qk(e,t,i){this.k=e,this.x=t,this.y=i}Qk.prototype={constructor:Qk,scale:function(e){return 1===e?this:new Qk(this.k*e,this.x,this.y)},translate:function(e,t){return 0===e&0===t?this:new Qk(this.k,this.x+this.k*e,this.y+this.k*t)},apply:function(e){return[e[0]*this.k+this.x,e[1]*this.k+this.y]},applyX:function(e){return e*this.k+this.x},applyY:function(e){return e*this.k+this.y},invert:function(e){return[(e[0]-this.x)/this.k,(e[1]-this.y)/this.k]},invertX:function(e){return(e-this.x)/this.k},invertY:function(e){return(e-this.y)/this.k},rescaleX:function(e){return e.copy().domain(e.range().map(this.invertX,this).map(e.invert,e))},rescaleY:function(e){return e.copy().domain(e.range().map(this.invertY,this).map(e.invert,e))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}}
|
|
7649
|
+
var Jk=new Qk(1,0,0)
|
|
7650
|
+
function eS(e){for(;!e.__zoom;)if(!(e=e.parentNode))return Jk
|
|
7651
|
+
return e.__zoom}function tS(e){e.stopImmediatePropagation()}function iS(e){e.preventDefault(),e.stopImmediatePropagation()}function oS(e){return!(e.ctrlKey&&"wheel"!==e.type||e.button)}function nS(){var e=this
|
|
7652
|
+
return e instanceof SVGElement?(e=e.ownerSVGElement||e).hasAttribute("viewBox")?[[(e=e.viewBox.baseVal).x,e.y],[e.x+e.width,e.y+e.height]]:[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]:[[0,0],[e.clientWidth,e.clientHeight]]}function sS(){return this.__zoom||Jk}function rS(e){return-e.deltaY*(1===e.deltaMode?.05:e.deltaMode?1:.002)*(e.ctrlKey?10:1)}function aS(){return navigator.maxTouchPoints||"ontouchstart"in this}function lS(e,t,i){var o=e.invertX(t[0][0])-i[0][0],n=e.invertX(t[1][0])-i[1][0],s=e.invertY(t[0][1])-i[0][1],r=e.invertY(t[1][1])-i[1][1]
|
|
7653
|
+
return e.translate(n>o?(o+n)/2:Math.min(0,o)||Math.max(0,n),r>s?(s+r)/2:Math.min(0,s)||Math.max(0,r))}eS.prototype=Qk.prototype
|
|
7654
|
+
const cS=G`
|
|
7655
7655
|
<div class="wafer-map-container">
|
|
7656
7656
|
<svg class="svg-root">
|
|
7657
7657
|
<g ${Re("zoomContainer")} transform=${e=>e.transform.toString()}>
|
|
@@ -7681,7 +7681,7 @@ const rS=G`
|
|
|
7681
7681
|
/>
|
|
7682
7682
|
</svg>
|
|
7683
7683
|
</div>
|
|
7684
|
-
`,
|
|
7684
|
+
`,dS=fe`
|
|
7685
7685
|
:host {
|
|
7686
7686
|
display: inline-block;
|
|
7687
7687
|
width: 500px;
|
|
@@ -7765,68 +7765,68 @@ const rS=G`
|
|
|
7765
7765
|
outline-width: 0px;
|
|
7766
7766
|
}
|
|
7767
7767
|
`
|
|
7768
|
-
function
|
|
7768
|
+
function hS(e,t){return null==e||null==t?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function uS(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function pS(e){let t,i,o
|
|
7769
7769
|
function n(e,o,n=0,s=e.length){if(n<s){if(0!==t(o,o))return s
|
|
7770
7770
|
do{const t=n+s>>>1
|
|
7771
|
-
i(e[t],o)<0?n=t+1:s=t}while(n<s)}return n}return 2!==e.length?(t=
|
|
7771
|
+
i(e[t],o)<0?n=t+1:s=t}while(n<s)}return n}return 2!==e.length?(t=hS,i=(t,i)=>hS(e(t),i),o=(t,i)=>e(t)-i):(t=e===hS||e===uS?e:gS,i=e,o=e),{left:n,center:function(e,t,i=0,s=e.length){const r=n(e,t,i,s-1)
|
|
7772
7772
|
return r>i&&o(e[r-1],t)>-o(e[r],t)?r-1:r},right:function(e,o,n=0,s=e.length){if(n<s){if(0!==t(o,o))return s
|
|
7773
7773
|
do{const t=n+s>>>1
|
|
7774
|
-
i(e[t],o)<=0?n=t+1:s=t}while(n<s)}return n}}}function
|
|
7775
|
-
|
|
7776
|
-
var
|
|
7777
|
-
class
|
|
7774
|
+
i(e[t],o)<=0?n=t+1:s=t}while(n<s)}return n}}}function gS(){return 0}function vS(e){return null===e?NaN:+e}const mS=pS(hS).right
|
|
7775
|
+
pS(vS).center
|
|
7776
|
+
var fS=mS
|
|
7777
|
+
class bS extends Map{constructor(e,t=xS){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const[t,i]of e)this.set(t,i)}get(e){return super.get(wS(this,e))}has(e){return super.has(wS(this,e))}set(e,t){return super.set(function({_intern:e,_key:t},i){const o=t(i)
|
|
7778
7778
|
return e.has(o)?e.get(o):(e.set(o,i),i)}(this,e),t)}delete(e){return super.delete(function({_intern:e,_key:t},i){const o=t(i)
|
|
7779
7779
|
e.has(o)&&(i=e.get(o),e.delete(o))
|
|
7780
|
-
return i}(this,e))}}function
|
|
7781
|
-
return e.has(o)?e.get(o):i}function
|
|
7782
|
-
function
|
|
7780
|
+
return i}(this,e))}}function wS({_intern:e,_key:t},i){const o=t(i)
|
|
7781
|
+
return e.has(o)?e.get(o):i}function xS(e){return null!==e&&"object"==typeof e?e.valueOf():e}const yS=Math.sqrt(50),$S=Math.sqrt(10),CS=Math.sqrt(2)
|
|
7782
|
+
function kS(e,t,i){const o=(t-e)/Math.max(0,i),n=Math.floor(Math.log10(o)),s=o/Math.pow(10,n),r=s>=yS?10:s>=$S?5:s>=CS?2:1
|
|
7783
7783
|
let a,l,c
|
|
7784
|
-
return n<0?(c=Math.pow(10,-n)/r,a=Math.round(e*c),l=Math.round(t*c),a/c<e&&++a,l/c>t&&--l,c=-c):(c=Math.pow(10,n)*r,a=Math.round(e/c),l=Math.round(t/c),a*c<e&&++a,l*c>t&&--l),l<a&&.5<=i&&i<2?
|
|
7784
|
+
return n<0?(c=Math.pow(10,-n)/r,a=Math.round(e*c),l=Math.round(t*c),a/c<e&&++a,l/c>t&&--l,c=-c):(c=Math.pow(10,n)*r,a=Math.round(e/c),l=Math.round(t/c),a*c<e&&++a,l*c>t&&--l),l<a&&.5<=i&&i<2?kS(e,t,2*i):[a,l,c]}function SS(e,t,i){return kS(e=+e,t=+t,i=+i)[2]}function _S(e,t,i=vS){if((o=e.length)&&!isNaN(t=+t)){if(t<=0||o<2)return+i(e[0],0,e)
|
|
7785
7785
|
if(t>=1)return+i(e[o-1],o-1,e)
|
|
7786
7786
|
var o,n=(o-1)*t,s=Math.floor(n),r=+i(e[s],s,e)
|
|
7787
|
-
return r+(+i(e[s+1],s+1,e)-r)*(n-s)}}function
|
|
7787
|
+
return r+(+i(e[s+1],s+1,e)-r)*(n-s)}}function IS(e,t,i){e=+e,t=+t,i=(n=arguments.length)<2?(t=e,e=0,1):n<3?1:+i
|
|
7788
7788
|
for(var o=-1,n=0|Math.max(0,Math.ceil((t-e)/i)),s=new Array(n);++o<n;)s[o]=e+o*i
|
|
7789
|
-
return s}function
|
|
7789
|
+
return s}function RS(e,t){switch(arguments.length){case 0:break
|
|
7790
7790
|
case 1:this.range(e)
|
|
7791
7791
|
break
|
|
7792
|
-
default:this.range(t).domain(e)}return this}const
|
|
7793
|
-
function
|
|
7792
|
+
default:this.range(t).domain(e)}return this}const MS=Symbol("implicit")
|
|
7793
|
+
function AS(){var e=new bS,t=[],i=[],o=MS
|
|
7794
7794
|
function n(n){let s=e.get(n)
|
|
7795
|
-
if(void 0===s){if(o!==
|
|
7795
|
+
if(void 0===s){if(o!==MS)return o
|
|
7796
7796
|
e.set(n,s=t.push(n)-1)}return i[s%i.length]}return n.domain=function(i){if(!arguments.length)return t.slice()
|
|
7797
|
-
t=[],e=new
|
|
7797
|
+
t=[],e=new bS
|
|
7798
7798
|
for(const o of i)e.has(o)||e.set(o,t.push(o)-1)
|
|
7799
|
-
return n},n.range=function(e){return arguments.length?(i=Array.from(e),n):i.slice()},n.unknown=function(e){return arguments.length?(o=e,n):o},n.copy=function(){return
|
|
7799
|
+
return n},n.range=function(e){return arguments.length?(i=Array.from(e),n):i.slice()},n.unknown=function(e){return arguments.length?(o=e,n):o},n.copy=function(){return AS(t,i).unknown(o)},RS.apply(n,arguments),n}function ES(){var e,t,i=AS().unknown(void 0),o=i.domain,n=i.range,s=0,r=1,a=!1,l=0,c=0,d=.5
|
|
7800
7800
|
function h(){var i=o().length,h=r<s,u=h?r:s,p=h?s:r
|
|
7801
7801
|
e=(p-u)/Math.max(1,i-l+2*c),a&&(e=Math.floor(e)),u+=(p-u-e*(i-l))*d,t=e*(1-l),a&&(u=Math.round(u),t=Math.round(t))
|
|
7802
|
-
var g=
|
|
7803
|
-
return n(h?g.reverse():g)}return delete i.unknown,i.domain=function(e){return arguments.length?(o(e),h()):o()},i.range=function(e){return arguments.length?([s,r]=e,s=+s,r=+r,h()):[s,r]},i.rangeRound=function(e){return[s,r]=e,s=+s,r=+r,a=!0,h()},i.bandwidth=function(){return t},i.step=function(){return e},i.round=function(e){return arguments.length?(a=!!e,h()):a},i.padding=function(e){return arguments.length?(l=Math.min(1,c=+e),h()):l},i.paddingInner=function(e){return arguments.length?(l=Math.min(1,e),h()):l},i.paddingOuter=function(e){return arguments.length?(c=+e,h()):c},i.align=function(e){return arguments.length?(d=Math.max(0,Math.min(1,e)),h()):d},i.copy=function(){return
|
|
7804
|
-
function
|
|
7805
|
-
var i}function
|
|
7806
|
-
return n<o?(o=
|
|
7807
|
-
for(e[o]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++r<o;)n[r]=
|
|
7808
|
-
return function(t){var i=
|
|
7809
|
-
return s[i](n[i](t))}}function
|
|
7802
|
+
var g=IS(i).map((function(t){return u+e*t}))
|
|
7803
|
+
return n(h?g.reverse():g)}return delete i.unknown,i.domain=function(e){return arguments.length?(o(e),h()):o()},i.range=function(e){return arguments.length?([s,r]=e,s=+s,r=+r,h()):[s,r]},i.rangeRound=function(e){return[s,r]=e,s=+s,r=+r,a=!0,h()},i.bandwidth=function(){return t},i.step=function(){return e},i.round=function(e){return arguments.length?(a=!!e,h()):a},i.padding=function(e){return arguments.length?(l=Math.min(1,c=+e),h()):l},i.paddingInner=function(e){return arguments.length?(l=Math.min(1,e),h()):l},i.paddingOuter=function(e){return arguments.length?(c=+e,h()):c},i.align=function(e){return arguments.length?(d=Math.max(0,Math.min(1,e)),h()):d},i.copy=function(){return ES(o(),[s,r]).round(a).paddingInner(l).paddingOuter(c).align(d)},RS.apply(h(),arguments)}function OS(e){return+e}var FS=[0,1]
|
|
7804
|
+
function VS(e){return e}function HS(e,t){return(t-=e=+e)?function(i){return(i-e)/t}:(i=isNaN(t)?NaN:.5,function(){return i})
|
|
7805
|
+
var i}function TS(e,t,i){var o=e[0],n=e[1],s=t[0],r=t[1]
|
|
7806
|
+
return n<o?(o=HS(n,o),s=i(r,s)):(o=HS(o,n),s=i(s,r)),function(e){return s(o(e))}}function PS(e,t,i){var o=Math.min(e.length,t.length)-1,n=new Array(o),s=new Array(o),r=-1
|
|
7807
|
+
for(e[o]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++r<o;)n[r]=HS(e[r],e[r+1]),s[r]=i(t[r],t[r+1])
|
|
7808
|
+
return function(t){var i=fS(e,t,1,o)-1
|
|
7809
|
+
return s[i](n[i](t))}}function DS(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function LS(){var e,t,i,o,n,s,r=FS,a=FS,l=TC,c=VS
|
|
7810
7810
|
function d(){var e,t,i,l=Math.min(r.length,a.length)
|
|
7811
|
-
return c!==
|
|
7811
|
+
return c!==VS&&(e=r[0],t=r[l-1],e>t&&(i=e,e=t,t=i),c=function(i){return Math.max(e,Math.min(t,i))}),o=l>2?PS:TS,n=s=null,h}function h(t){return null==t||isNaN(t=+t)?i:(n||(n=o(r.map(e),a,l)))(e(c(t)))}return h.invert=function(i){return c(t((s||(s=o(a,r.map(e),EC)))(i)))},h.domain=function(e){return arguments.length?(r=Array.from(e,OS),d()):r.slice()},h.range=function(e){return arguments.length?(a=Array.from(e),d()):a.slice()},h.rangeRound=function(e){return a=Array.from(e),l=PC,d()},h.clamp=function(e){return arguments.length?(c=!!e||VS,d()):c!==VS},h.interpolate=function(e){return arguments.length?(l=e,d()):l},h.unknown=function(e){return arguments.length?(i=e,h):i},function(i,o){return e=i,t=o,d()}}function zS(){return LS()(VS,VS)}function BS(e,t){if((i=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null
|
|
7812
7812
|
var i,o=e.slice(0,i)
|
|
7813
|
-
return[o.length>1?o[0]+o.slice(2):o,+e.slice(i+1)]}function
|
|
7814
|
-
function
|
|
7813
|
+
return[o.length>1?o[0]+o.slice(2):o,+e.slice(i+1)]}function NS(e){return(e=BS(Math.abs(e)))?e[1]:NaN}var ZS,qS=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i
|
|
7814
|
+
function jS(e){if(!(t=qS.exec(e)))throw new Error("invalid format: "+e)
|
|
7815
7815
|
var t
|
|
7816
|
-
return new
|
|
7816
|
+
return new US({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function US(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function GS(e,t){var i=BS(e,t)
|
|
7817
7817
|
if(!i)return e+""
|
|
7818
7818
|
var o=i[0],n=i[1]
|
|
7819
|
-
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")}
|
|
7820
|
-
var
|
|
7819
|
+
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")}jS.prototype=US.prototype,US.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}
|
|
7820
|
+
var WS={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:function(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)},e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>GS(100*e,t),r:GS,s:function(e,t){var i=BS(e,t)
|
|
7821
7821
|
if(!i)return e+""
|
|
7822
|
-
var o=i[0],n=i[1],s=n-(
|
|
7823
|
-
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")+
|
|
7824
|
-
function
|
|
7825
|
-
function
|
|
7826
|
-
return s.reverse().join(i)}),n=void 0===e.currency?"":e.currency[0]+"",s=void 0===e.currency?"":e.currency[1]+"",r=void 0===e.decimal?".":e.decimal+"",a=void 0===e.numerals?
|
|
7827
|
-
function h(e){var t=(e=
|
|
7828
|
-
"n"===b?(v=!0,b="g"):
|
|
7829
|
-
var w="$"===u?n:"#"===u&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",x="$"===u?s:/[%p]/.test(b)?l:"",y=
|
|
7822
|
+
var o=i[0],n=i[1],s=n-(ZS=3*Math.max(-8,Math.min(8,Math.floor(n/3))))+1,r=o.length
|
|
7823
|
+
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")+BS(e,Math.max(0,t+s-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)}
|
|
7824
|
+
function KS(e){return e}var XS,YS,QS,JS=Array.prototype.map,e_=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"]
|
|
7825
|
+
function t_(e){var t,i,o=void 0===e.grouping||void 0===e.thousands?KS:(t=JS.call(e.grouping,Number),i=e.thousands+"",function(e,o){for(var n=e.length,s=[],r=0,a=t[0],l=0;n>0&&a>0&&(l+a+1>o&&(a=Math.max(1,o-l)),s.push(e.substring(n-=a,n+a)),!((l+=a+1)>o));)a=t[r=(r+1)%t.length]
|
|
7826
|
+
return s.reverse().join(i)}),n=void 0===e.currency?"":e.currency[0]+"",s=void 0===e.currency?"":e.currency[1]+"",r=void 0===e.decimal?".":e.decimal+"",a=void 0===e.numerals?KS:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(JS.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=void 0===e.minus?"−":e.minus+"",d=void 0===e.nan?"NaN":e.nan+""
|
|
7827
|
+
function h(e){var t=(e=jS(e)).fill,i=e.align,h=e.sign,u=e.symbol,p=e.zero,g=e.width,v=e.comma,m=e.precision,f=e.trim,b=e.type
|
|
7828
|
+
"n"===b?(v=!0,b="g"):WS[b]||(void 0===m&&(m=12),f=!0,b="g"),(p||"0"===t&&"="===i)&&(p=!0,t="0",i="=")
|
|
7829
|
+
var w="$"===u?n:"#"===u&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",x="$"===u?s:/[%p]/.test(b)?l:"",y=WS[b],$=/[defgprs%]/.test(b)
|
|
7830
7830
|
function C(e){var n,s,l,u=w,C=x
|
|
7831
7831
|
if("c"===b)C=y(e)+C,e=""
|
|
7832
7832
|
else{var k=(e=+e)<0||1/e<0
|
|
@@ -7835,7 +7835,7 @@ break
|
|
|
7835
7835
|
case"0":0===n&&(n=o),t=o
|
|
7836
7836
|
break
|
|
7837
7837
|
default:if(!+e[o])break e
|
|
7838
|
-
n>0&&(n=0)}return n>0?e.slice(0,n)+e.slice(t+1):e}(e)),k&&0==+e&&"+"!==h&&(k=!1),u=(k?"("===h?h:c:"-"===h||"("===h?"":h)+u,C=("s"===b?
|
|
7838
|
+
n>0&&(n=0)}return n>0?e.slice(0,n)+e.slice(t+1):e}(e)),k&&0==+e&&"+"!==h&&(k=!1),u=(k?"("===h?h:c:"-"===h||"("===h?"":h)+u,C=("s"===b?e_[8+ZS/3]:"")+C+(k&&"("===h?")":""),$)for(n=-1,s=e.length;++n<s;)if(48>(l=e.charCodeAt(n))||l>57){C=(46===l?r+e.slice(n+1):e.slice(n))+C,e=e.slice(0,n)
|
|
7839
7839
|
break}}v&&!p&&(e=o(e,1/0))
|
|
7840
7840
|
var S=u.length+e.length+C.length,_=S<g?new Array(g-S+1).join(t):""
|
|
7841
7841
|
switch(v&&p&&(e=o(_+e,_.length?g-C.length:1/0),_=""),i){case"<":e=u+e+C+_
|
|
@@ -7844,19 +7844,19 @@ case"=":e=u+_+e+C
|
|
|
7844
7844
|
break
|
|
7845
7845
|
case"^":e=_.slice(0,S=_.length>>1)+u+e+C+_.slice(S)
|
|
7846
7846
|
break
|
|
7847
|
-
default:e=_+u+e+C}return a(e)}return m=void 0===m?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m)),C.toString=function(){return e+""},C}return{format:h,formatPrefix:function(e,t){var i=h(((e=
|
|
7848
|
-
return function(e){return i(n*e)+s}}}}function
|
|
7849
|
-
const o=(t=+t)<(e=+e),n=o
|
|
7847
|
+
default:e=_+u+e+C}return a(e)}return m=void 0===m?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m)),C.toString=function(){return e+""},C}return{format:h,formatPrefix:function(e,t){var i=h(((e=jS(e)).type="f",e)),o=3*Math.max(-8,Math.min(8,Math.floor(NS(t)/3))),n=Math.pow(10,-o),s=e_[8+o/3]
|
|
7848
|
+
return function(e){return i(n*e)+s}}}}function i_(e,t,i,o){var n,s=function(e,t,i){i=+i
|
|
7849
|
+
const o=(t=+t)<(e=+e),n=o?SS(t,e,i):SS(e,t,i)
|
|
7850
7850
|
return(o?-1:1)*(n<0?1/-n:n)}(e,t,i)
|
|
7851
|
-
switch((o=
|
|
7852
|
-
return null!=o.precision||isNaN(n=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(
|
|
7853
|
-
case"":case"e":case"g":case"p":case"r":null!=o.precision||isNaN(n=function(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,
|
|
7851
|
+
switch((o=jS(null==o?",f":o)).type){case"s":var r=Math.max(Math.abs(e),Math.abs(t))
|
|
7852
|
+
return null!=o.precision||isNaN(n=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(NS(t)/3)))-NS(Math.abs(e)))}(s,r))||(o.precision=n),QS(o,r)
|
|
7853
|
+
case"":case"e":case"g":case"p":case"r":null!=o.precision||isNaN(n=function(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,NS(t)-NS(e))+1}(s,Math.max(Math.abs(e),Math.abs(t))))||(o.precision=n-("e"===o.type))
|
|
7854
7854
|
break
|
|
7855
|
-
case"f":case"%":null!=o.precision||isNaN(n=function(e){return Math.max(0,-
|
|
7855
|
+
case"f":case"%":null!=o.precision||isNaN(n=function(e){return Math.max(0,-NS(Math.abs(e)))}(s))||(o.precision=n-2*("%"===o.type))}return YS(o)}function o_(e){var t=e.domain
|
|
7856
7856
|
return e.ticks=function(e){var i=t()
|
|
7857
7857
|
return function(e,t,i){if(!((i=+i)>0))return[]
|
|
7858
7858
|
if((e=+e)==(t=+t))return[e]
|
|
7859
|
-
const o=t<e,[n,s,r]=o?
|
|
7859
|
+
const o=t<e,[n,s,r]=o?kS(t,e,i):kS(e,t,i)
|
|
7860
7860
|
if(!(s>=n))return[]
|
|
7861
7861
|
const a=s-n+1,l=new Array(a)
|
|
7862
7862
|
if(o)if(r<0)for(let e=0;e<a;++e)l[e]=(s-e)/-r
|
|
@@ -7864,85 +7864,85 @@ else for(let e=0;e<a;++e)l[e]=(s-e)*r
|
|
|
7864
7864
|
else if(r<0)for(let e=0;e<a;++e)l[e]=(n+e)/-r
|
|
7865
7865
|
else for(let e=0;e<a;++e)l[e]=(n+e)*r
|
|
7866
7866
|
return l}(i[0],i[i.length-1],null==e?10:e)},e.tickFormat=function(e,i){var o=t()
|
|
7867
|
-
return
|
|
7867
|
+
return i_(o[0],o[o.length-1],null==e?10:e,i)},e.nice=function(i){null==i&&(i=10)
|
|
7868
7868
|
var o,n,s=t(),r=0,a=s.length-1,l=s[r],c=s[a],d=10
|
|
7869
|
-
for(c<l&&(n=l,l=c,c=n,n=r,r=a,a=n);d-- >0;){if((n
|
|
7869
|
+
for(c<l&&(n=l,l=c,c=n,n=r,r=a,a=n);d-- >0;){if((n=SS(l,c,i))===o)return s[r]=l,s[a]=c,t(s)
|
|
7870
7870
|
if(n>0)l=Math.floor(l/n)*n,c=Math.ceil(c/n)*n
|
|
7871
7871
|
else{if(!(n<0))break
|
|
7872
|
-
l=Math.ceil(l*n)/n,c=Math.floor(c*n)/n}o=n}return e},e}function
|
|
7873
|
-
return e.copy=function(){return
|
|
7872
|
+
l=Math.ceil(l*n)/n,c=Math.floor(c*n)/n}o=n}return e},e}function n_(){var e=zS()
|
|
7873
|
+
return e.copy=function(){return DS(e,n_())},RS.apply(e,arguments),o_(e)}function s_(){var e,t=[],i=[],o=[]
|
|
7874
7874
|
function n(){var e=0,n=Math.max(1,i.length)
|
|
7875
|
-
for(o=new Array(n-1);++e<n;)o[e-1]=
|
|
7876
|
-
return s}function s(t){return null==t||isNaN(t=+t)?e:i[
|
|
7875
|
+
for(o=new Array(n-1);++e<n;)o[e-1]=_S(t,e/n)
|
|
7876
|
+
return s}function s(t){return null==t||isNaN(t=+t)?e:i[fS(o,t)]}return s.invertExtent=function(e){var n=i.indexOf(e)
|
|
7877
7877
|
return n<0?[NaN,NaN]:[n>0?o[n-1]:t[0],n<o.length?o[n]:t[t.length-1]]},s.domain=function(e){if(!arguments.length)return t.slice()
|
|
7878
7878
|
t=[]
|
|
7879
7879
|
for(let i of e)null==i||isNaN(i=+i)||t.push(i)
|
|
7880
|
-
return t.sort(
|
|
7881
|
-
const
|
|
7882
|
-
class
|
|
7880
|
+
return t.sort(hS),n()},s.range=function(e){return arguments.length?(i=Array.from(e),n()):i.slice()},s.unknown=function(t){return arguments.length?(e=t,s):e},s.quantiles=function(){return o.slice()},s.copy=function(){return s_().domain(t).range(i).unknown(e)},RS.apply(s,arguments)}XS=t_({thousands:",",grouping:[3],currency:["$",""]}),YS=XS.format,QS=XS.formatPrefix
|
|
7881
|
+
const r_="bottom-left",a_="bottom-right",l_="top-left",c_="top-right",d_="top",h_="show",u_="hide",p_="linear",g_="ordinal"
|
|
7882
|
+
class v_{constructor(e){this.defaultPadding=0,this.baseMarginPercentage=.04
|
|
7883
7883
|
const t={width:e.canvasWidth,height:e.canvasHeight},i=this.calculateGridDimensions(e.dies),o=Math.min(t.width,t.height),n={top:(t.height-o)/2,right:(t.width-o)/2,bottom:(t.height-o)/2,left:(t.width-o)/2},s={top:o*this.baseMarginPercentage,right:o*this.baseMarginPercentage,bottom:o*this.baseMarginPercentage,left:o*this.baseMarginPercentage}
|
|
7884
7884
|
this.margin=this.calculateMarginAddition(s,n),this.containerDimensions=this.calculateContainerDimensions(t,this.margin)
|
|
7885
7885
|
const r=Math.min(this.containerDimensions.width,this.containerDimensions.height)
|
|
7886
7886
|
this.horizontalScale=this.createHorizontalScale(e.quadrant,i,r),this.invertedHorizontalScale=this.createInvertedHorizontalScale(e.quadrant,i,r),this.verticalScale=this.createVerticalScale(e.quadrant,i,r),this.invertedVerticalScale=this.createInvertedVerticalScale(e.quadrant,i,r),this.dieDimensions={width:this.horizontalScale.bandwidth(),height:this.verticalScale.bandwidth()},this.radius=r/2}calculateGridDimensions(e){if(0===e.length||void 0===e[0])return{origin:{x:0,y:0},rows:0,cols:0}
|
|
7887
7887
|
const t={x:e[0].x,y:e[0].y},i={x:e[0].x,y:e[0].y}
|
|
7888
7888
|
for(const o of e)o.x<t.x&&(t.x=o.x),o.y<t.y&&(t.y=o.y),o.x>i.x&&(i.x=o.x),o.y>i.y&&(i.y=o.y)
|
|
7889
|
-
return{origin:t,rows:i.y-t.y+1,cols:i.x-t.x+1}}calculateContainerDimensions(e,t){return{width:e.width-t.left-t.right,height:e.height-t.top-t.bottom}}createHorizontalScale(e,t,i){const o=
|
|
7890
|
-
return e===
|
|
7891
|
-
return e===
|
|
7892
|
-
return e===
|
|
7893
|
-
return e===
|
|
7889
|
+
return{origin:t,rows:i.y-t.y+1,cols:i.x-t.x+1}}calculateContainerDimensions(e,t){return{width:e.width-t.left-t.right,height:e.height-t.top-t.bottom}}createHorizontalScale(e,t,i){const o=ES().domain(IS(t.origin.x,t.origin.x+t.cols)).paddingInner(0).paddingOuter(0).align(0).round(!1)
|
|
7890
|
+
return e===r_||e===l_?o.range([0,i]):o.range([i,0])}createInvertedHorizontalScale(e,t,i){const o=s_().domain([0,i])
|
|
7891
|
+
return e===r_||e===l_?o.range(IS(t.origin.x,t.origin.x+t.cols)):o.range(IS(t.origin.x,t.origin.x+t.cols).reverse())}createVerticalScale(e,t,i){const o=ES().domain(IS(t.origin.y,t.origin.y+t.rows)).paddingInner(this.defaultPadding).paddingOuter(0).align(0).round(!1)
|
|
7892
|
+
return e===r_||e===a_?o.range([i,0]):o.range([0,i])}createInvertedVerticalScale(e,t,i){const o=s_().domain([0,i])
|
|
7893
|
+
return e===r_||e===a_?o.range(IS(t.origin.y,t.origin.y+t.rows).reverse()):o.range(IS(t.origin.y,t.origin.y+t.rows))}calculateMarginAddition(e,t){return{top:e.top+t.top,right:e.right+t.right,bottom:e.bottom+t.bottom,left:e.left+t.left}}}class m_{constructor(e,t,i,o,n){this.fontSizeFactor=.8,this.nonHighlightedOpacity=.3,this.emptyDieColor="rgba(218,223,236,1)",this.nanDieColor="rgba(122,122,122,1)",this.d3ColorScale=this.createD3ColorScale(e.colorScale,e.colorScaleMode),this.labelsFontSize=this.calculateLabelsFontSize(o,e.maxCharacters),this.diesRenderInfo=[]
|
|
7894
7894
|
for(const o of e.dies){const s=t(o.x)??0,r=i(o.y)??0
|
|
7895
|
-
this.diesRenderInfo.push({x:s+n.right,y:r+n.top,fillStyle:this.calculateFillStyle(o.value,e.colorScaleMode,e.highlightedValues),text:this.buildLabel(o.value,e.maxCharacters,e.dieLabelsHidden,e.dieLabelsSuffix)})}}calculateLabelsFontSize(e,t){return Math.min(e.height,e.width/(.5*Math.max(2,t))*this.fontSizeFactor)}createD3ColorScale(e,t){return this.isColorScaleLinear(t)?
|
|
7895
|
+
this.diesRenderInfo.push({x:s+n.right,y:r+n.top,fillStyle:this.calculateFillStyle(o.value,e.colorScaleMode,e.highlightedValues),text:this.buildLabel(o.value,e.maxCharacters,e.dieLabelsHidden,e.dieLabelsSuffix)})}}calculateLabelsFontSize(e,t){return Math.min(e.height,e.width/(.5*Math.max(2,t))*this.fontSizeFactor)}createD3ColorScale(e,t){return this.isColorScaleLinear(t)?n_().domain(e.values.map((e=>+e))).range(e.colors):AS().domain(e.values).range(e.colors)}dieHasData(e){return null!=e&&""!==e}buildLabel(e,t,i,o){if(i||!this.dieHasData(e))return""
|
|
7896
7896
|
const n=`${e}${o}`
|
|
7897
|
-
return n.length>t?`${n.substring(0,t)}…`:n}calculateOpacity(e,t){return t.length>0&&!t.some((t=>t===e))?this.nonHighlightedOpacity:1}isColorScaleLinear(e){return e===
|
|
7897
|
+
return n.length>t?`${n.substring(0,t)}…`:n}calculateOpacity(e,t){return t.length>0&&!t.some((t=>t===e))?this.nonHighlightedOpacity:1}isColorScaleLinear(e){return e===p_}isColorScaleOrdinal(e){return e===g_}calculateFillStyle(e,t,i){let o=this.emptyDieColor
|
|
7898
7898
|
if(this.dieHasData(e)&&(isNaN(+e)?o=this.nanDieColor:this.isColorScaleLinear(t)?o=this.d3ColorScale(+e):this.isColorScaleOrdinal(t)&&(o=this.d3ColorScale(e))),void 0===o)return this.emptyDieColor
|
|
7899
|
-
let n=
|
|
7900
|
-
return null===n?this.emptyDieColor:(n=new Rn(n.r,n.g,n.b,this.calculateOpacity(e,i)),n.toStringWebRGBA())}}class
|
|
7899
|
+
let n=Tn(o)
|
|
7900
|
+
return null===n?this.emptyDieColor:(n=new Rn(n.r,n.g,n.b,this.calculateOpacity(e,i)),n.toStringWebRGBA())}}class f_{constructor(e){this.computations=new v_(e),this.prerendering=new m_(e,this.horizontalScale,this.verticalScale,this.dieDimensions,this.margin),this.dataMap=new Map(e.dies.map((e=>[`${e.x}_${e.y}`,e])))}get containerDimensions(){return this.computations.containerDimensions}get dieDimensions(){return this.computations.dieDimensions}get radius(){return this.computations.radius}get margin(){return this.computations.margin}get horizontalScale(){return this.computations.horizontalScale}get invertedHorizontalScale(){return this.computations.invertedHorizontalScale}get verticalScale(){return this.computations.verticalScale}get invertedVerticalScale(){return this.computations.invertedVerticalScale}get labelsFontSize(){return this.prerendering.labelsFontSize}get diesRenderInfo(){return this.prerendering.diesRenderInfo}getWaferMapDie(e){return this.dataMap.get(`${e.x}_${e.y}`)}}class b_{constructor(e){this.wafermap=e,this.dies=e.dataManager.diesRenderInfo,this.dimensions=e.dataManager.dieDimensions,this.labelFontSize=e.dataManager.labelsFontSize}drawWafer(){this.wafermap.canvasContext.save(),this.clearCanvas(),this.scaleCanvas(),this.renderDies(),this.renderText(),this.wafermap.canvasContext.restore(),this.renderHover()}renderHover(){this.wafermap.hoverWidth=this.wafermap.dataManager.dieDimensions.width*this.wafermap.transform.k,this.wafermap.hoverHeight=this.wafermap.dataManager.dieDimensions.height*this.wafermap.transform.k,this.wafermap.hoverOpacity=void 0===this.wafermap.hoverDie?u_:h_,this.wafermap.hoverTransform=this.calculateHoverTransform()}calculateHoverTransform(){if(void 0!==this.wafermap.hoverDie){const e=this.wafermap.dataManager.horizontalScale(this.wafermap.hoverDie.x),t=this.wafermap.dataManager.verticalScale(this.wafermap.hoverDie.y),i=this.wafermap.transform.apply([e+this.wafermap.dataManager.margin.left,t+this.wafermap.dataManager.margin.top])
|
|
7901
7901
|
return`translate(${i[0]}, ${i[1]})`}return""}renderDies(){let e
|
|
7902
7902
|
this.dies.sort(((e,t)=>e.fillStyle>t.fillStyle?1:t.fillStyle>e.fillStyle?-1:0))
|
|
7903
7903
|
for(const t of this.dies)e||(this.wafermap.canvasContext.fillStyle=t.fillStyle),e&&t.fillStyle!==e.fillStyle&&t.fillStyle&&(this.wafermap.canvasContext.fillStyle=t.fillStyle),this.wafermap.canvasContext.fillRect(t.x,t.y,this.dimensions.width,this.dimensions.height),e=t}renderText(){const e=this.dimensions.width*this.dimensions.height*(this.wafermap.transform.k||1),t=this.labelFontSize
|
|
7904
7904
|
this.wafermap.canvasContext.font=`${t.toString()}px sans-serif`,this.wafermap.canvasContext.fillStyle="#ffffff",this.wafermap.canvasContext.textAlign="center",this.wafermap.canvasContext.lineCap="butt"
|
|
7905
7905
|
const i=this.wafermap.canvasContext.measureText("M")
|
|
7906
|
-
if(e>=50)for(const e of this.dies)this.wafermap.canvasContext.fillText(e.text,e.x+this.dimensions.width/2,e.y+this.dimensions.height/2+i.width/2,this.dimensions.width-this.dimensions.width/100*20)}clearCanvas(){this.wafermap.canvasContext.clearRect(0,0,this.wafermap.canvasWidth*this.wafermap.transform.k,this.wafermap.canvasHeight*this.wafermap.transform.k)}scaleCanvas(){this.wafermap.canvasContext.translate(this.wafermap.transform.x,this.wafermap.transform.y),this.wafermap.canvasContext.scale(this.wafermap.transform.k,this.wafermap.transform.k)}}class
|
|
7907
|
-
t.k===this.minScale?(this.zoomTransform=
|
|
7908
|
-
function m(e){e.property("__zoom",
|
|
7909
|
-
return o===e.x&&n===e.y?e:new
|
|
7906
|
+
if(e>=50)for(const e of this.dies)this.wafermap.canvasContext.fillText(e.text,e.x+this.dimensions.width/2,e.y+this.dimensions.height/2+i.width/2,this.dimensions.width-this.dimensions.width/100*20)}clearCanvas(){this.wafermap.canvasContext.clearRect(0,0,this.wafermap.canvasWidth*this.wafermap.transform.k,this.wafermap.canvasHeight*this.wafermap.transform.k)}scaleCanvas(){this.wafermap.canvasContext.translate(this.wafermap.transform.x,this.wafermap.transform.y),this.wafermap.canvasContext.scale(this.wafermap.transform.k,this.wafermap.transform.k)}}class w_{constructor(e){this.wafermap=e,this.zoomTransform=Jk,this.minScale=1.1,this.minExtentPoint=[-100,-100],this.extentPadding=100,this.zoomBehavior=this.createZoomBehavior(),this.zoomBehavior(P$(this.wafermap.canvas))}rescale(e){const t=e.transform
|
|
7907
|
+
t.k===this.minScale?(this.zoomTransform=Jk,this.zoomBehavior.transform(P$(this.wafermap.canvas),Jk)):this.zoomTransform=t,this.wafermap.transform=this.zoomTransform}createZoomBehavior(){const e=function(){var e,t,i,o=oS,n=nS,s=lS,r=rS,a=aS,l=[0,1/0],c=[[-1/0,-1/0],[1/0,1/0]],d=250,h=WC,u=by("start","zoom","end"),p=500,g=0,v=10
|
|
7908
|
+
function m(e){e.property("__zoom",sS).on("wheel.zoom",C,{passive:!1}).on("mousedown.zoom",k).on("dblclick.zoom",S).filter(a).on("touchstart.zoom",_).on("touchmove.zoom",I).on("touchend.zoom touchcancel.zoom",R).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function f(e,t){return(t=Math.max(l[0],Math.min(l[1],t)))===e.k?e:new Qk(t,e.x,e.y)}function b(e,t,i){var o=t[0]-i[0]*e.k,n=t[1]-i[1]*e.k
|
|
7909
|
+
return o===e.x&&n===e.y?e:new Qk(e.k,o,n)}function w(e){return[(+e[0][0]+ +e[1][0])/2,(+e[0][1]+ +e[1][1])/2]}function x(e,t,i,o){e.on("start.zoom",(function(){y(this,arguments).event(o).start()})).on("interrupt.zoom end.zoom",(function(){y(this,arguments).event(o).end()})).tween("zoom",(function(){var e=this,s=arguments,r=y(e,s).event(o),a=n.apply(e,s),l=null==i?w(a):"function"==typeof i?i.apply(e,s):i,c=Math.max(a[1][0]-a[0][0],a[1][1]-a[0][1]),d=e.__zoom,u="function"==typeof t?t.apply(e,s):t,p=h(d.invert(l).concat(c/d.k),u.invert(l).concat(c/u.k))
|
|
7910
7910
|
return function(e){if(1===e)e=u
|
|
7911
7911
|
else{var t=p(e),i=c/t[2]
|
|
7912
|
-
e=new
|
|
7912
|
+
e=new Qk(i,l[0]-t[0]*i,l[1]-t[1]*i)}r.zoom(null,e)}}))}function y(e,t,i){return!i&&e.__zooming||new $(e,t)}function $(e,t){this.that=e,this.args=t,this.active=0,this.sourceEvent=null,this.extent=n.apply(e,t),this.taps=0}function C(e,...t){if(o.apply(this,arguments)){var i=y(this,t).event(e),n=this.__zoom,a=Math.max(l[0],Math.min(l[1],n.k*Math.pow(2,r.apply(this,arguments)))),d=D$(e)
|
|
7913
7913
|
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)
|
|
7914
7914
|
else{if(n.k===a)return
|
|
7915
|
-
i.mouse=[d,n.invert(d)],
|
|
7916
|
-
|
|
7917
|
-
r.moved=t*t+i*i>g}r.event(e).zoom("mouse",s(b(r.that.__zoom,r.mouse[0]=
|
|
7918
|
-
|
|
7919
|
-
for(
|
|
7920
|
-
e&&(e=clearTimeout(e)),s&&(h.taps<2&&(t=l[0],e=setTimeout((function(){e=null}),p)),
|
|
7921
|
-
for(
|
|
7915
|
+
i.mouse=[d,n.invert(d)],fk(this),i.start()}iS(e),i.wheel=setTimeout(h,150),i.zoom("mouse",s(b(f(n,a),i.mouse[0],i.mouse[1]),i.extent,c))}function h(){i.wheel=null,i.end()}}function k(e,...t){if(!i&&o.apply(this,arguments)){var n=e.currentTarget,r=y(this,t,!0).event(e),a=P$(e.view).on("mousemove.zoom",u,!0).on("mouseup.zoom",p,!0),l=D$(e,n),d=e.clientX,h=e.clientY
|
|
7916
|
+
B$(e.view),tS(e),r.mouse=[l,this.__zoom.invert(l)],fk(this),r.start()}function u(e){if(iS(e),!r.moved){var t=e.clientX-d,i=e.clientY-h
|
|
7917
|
+
r.moved=t*t+i*i>g}r.event(e).zoom("mouse",s(b(r.that.__zoom,r.mouse[0]=D$(e,n),r.mouse[1]),r.extent,c))}function p(e){a.on("mousemove.zoom mouseup.zoom",null),N$(e.view,r.moved),iS(e),r.event(e).end()}}function S(e,...t){if(o.apply(this,arguments)){var i=this.__zoom,r=D$(e.changedTouches?e.changedTouches[0]:e,this),a=i.invert(r),l=i.k*(e.shiftKey?.5:2),h=s(b(f(i,l),r,a),n.apply(this,t),c)
|
|
7918
|
+
iS(e),d>0?P$(this).transition().duration(d).call(x,h,r,e):P$(this).call(m.transform,h,r,e)}}function _(i,...n){if(o.apply(this,arguments)){var s,r,a,l,c=i.touches,d=c.length,h=y(this,n,i.changedTouches.length===d).event(i)
|
|
7919
|
+
for(tS(i),r=0;r<d;++r)l=[l=D$(a=c[r],this),this.__zoom.invert(l),a.identifier],h.touch0?h.touch1||h.touch0[2]===l[2]||(h.touch1=l,h.taps=0):(h.touch0=l,s=!0,h.taps=1+!!e)
|
|
7920
|
+
e&&(e=clearTimeout(e)),s&&(h.taps<2&&(t=l[0],e=setTimeout((function(){e=null}),p)),fk(this),h.start())}}function I(e,...t){if(this.__zooming){var i,o,n,r,a=y(this,t).event(e),l=e.changedTouches,d=l.length
|
|
7921
|
+
for(iS(e),i=0;i<d;++i)n=D$(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)
|
|
7922
7922
|
if(o=a.that.__zoom,a.touch1){var h=a.touch0[0],u=a.touch0[1],p=a.touch1[0],g=a.touch1[1],v=(v=p[0]-h[0])*v+(v=p[1]-h[1])*v,m=(m=g[0]-u[0])*m+(m=g[1]-u[1])*m
|
|
7923
7923
|
o=f(o,Math.sqrt(v/m)),n=[(h[0]+p[0])/2,(h[1]+p[1])/2],r=[(u[0]+g[0])/2,(u[1]+g[1])/2]}else{if(!a.touch0)return
|
|
7924
7924
|
n=a.touch0[0],r=a.touch0[1]}a.zoom("touch",s(b(o,n,r),a.extent,c))}}function R(e,...o){if(this.__zooming){var n,s,r=y(this,o).event(e),a=e.changedTouches,l=a.length
|
|
7925
|
-
for(
|
|
7925
|
+
for(tS(e),i&&clearTimeout(i),i=setTimeout((function(){i=null}),p),n=0;n<l;++n)s=a[n],r.touch0&&r.touch0[2]===s.identifier?delete r.touch0:r.touch1&&r.touch1[2]===s.identifier&&delete r.touch1
|
|
7926
7926
|
if(r.touch1&&!r.touch0&&(r.touch0=r.touch1,delete r.touch1),r.touch0)r.touch0[1]=this.__zoom.invert(r.touch0[0])
|
|
7927
|
-
else if(r.end(),2===r.taps&&(s=
|
|
7927
|
+
else if(r.end(),2===r.taps&&(s=D$(s,this),Math.hypot(t[0]-s[0],t[1]-s[1])<v)){var c=P$(this).on("dblclick.zoom")
|
|
7928
7928
|
c&&c.apply(this,arguments)}}}return m.transform=function(e,t,i,o){var n=e.selection?e.selection():e
|
|
7929
|
-
n.property("__zoom",
|
|
7929
|
+
n.property("__zoom",sS),e!==n?x(e,t,i,o):n.interrupt().each((function(){y(this,arguments).event(o).start().zoom(null,"function"==typeof t?t.apply(this,arguments):t).end()}))},m.scaleBy=function(e,t,i,o){m.scaleTo(e,(function(){return this.__zoom.k*("function"==typeof t?t.apply(this,arguments):t)}),i,o)},m.scaleTo=function(e,t,i,o){m.transform(e,(function(){var e=n.apply(this,arguments),o=this.__zoom,r=null==i?w(e):"function"==typeof i?i.apply(this,arguments):i,a=o.invert(r),l="function"==typeof t?t.apply(this,arguments):t
|
|
7930
7930
|
return s(b(f(o,l),r,a),e,c)}),i,o)},m.translateBy=function(e,t,i,o){m.transform(e,(function(){return s(this.__zoom.translate("function"==typeof t?t.apply(this,arguments):t,"function"==typeof i?i.apply(this,arguments):i),n.apply(this,arguments),c)}),null,o)},m.translateTo=function(e,t,i,o,r){m.transform(e,(function(){var e=n.apply(this,arguments),r=this.__zoom,a=null==o?w(e):"function"==typeof o?o.apply(this,arguments):o
|
|
7931
|
-
return s(
|
|
7932
|
-
u.call(e,this.that,new
|
|
7933
|
-
return e===u?m:e},m.clickDistance=function(e){return arguments.length?(g=(e=+e)*e,m):Math.sqrt(g)},m.tapDistance=function(e){return arguments.length?(v=+e,m):v},m}().scaleExtent([1.1,this.getZoomMax(this.wafermap.canvasWidth*this.wafermap.canvasHeight,this.wafermap.dataManager.containerDimensions.width*this.wafermap.dataManager.containerDimensions.height)]).translateExtent([this.minExtentPoint,[this.wafermap.canvasWidth+this.extentPadding,this.wafermap.canvasHeight+this.extentPadding]]).filter((e=>
|
|
7934
|
-
return e}getZoomMax(e,t){return Math.ceil(t/e*100)}}class
|
|
7931
|
+
return s(Jk.translate(a[0],a[1]).scale(r.k).translate("function"==typeof t?-t.apply(this,arguments):-t,"function"==typeof i?-i.apply(this,arguments):-i),e,c)}),o,r)},$.prototype={event:function(e){return e&&(this.sourceEvent=e),this},start:function(){return 1==++this.active&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(e,t){return this.mouse&&"mouse"!==e&&(this.mouse[1]=t.invert(this.mouse[0])),this.touch0&&"touch"!==e&&(this.touch0[1]=t.invert(this.touch0[0])),this.touch1&&"touch"!==e&&(this.touch1[1]=t.invert(this.touch1[0])),this.that.__zoom=t,this.emit("zoom"),this},end:function(){return 0==--this.active&&(delete this.that.__zooming,this.emit("end")),this},emit:function(e){var t=P$(this.that).datum()
|
|
7932
|
+
u.call(e,this.that,new Yk(e,{sourceEvent:this.sourceEvent,target:m,type:e,transform:this.that.__zoom,dispatch:u}),t)}},m.wheelDelta=function(e){return arguments.length?(r="function"==typeof e?e:Xk(+e),m):r},m.filter=function(e){return arguments.length?(o="function"==typeof e?e:Xk(!!e),m):o},m.touchable=function(e){return arguments.length?(a="function"==typeof e?e:Xk(!!e),m):a},m.extent=function(e){return arguments.length?(n="function"==typeof e?e:Xk([[+e[0][0],+e[0][1]],[+e[1][0],+e[1][1]]]),m):n},m.scaleExtent=function(e){return arguments.length?(l[0]=+e[0],l[1]=+e[1],m):[l[0],l[1]]},m.translateExtent=function(e){return arguments.length?(c[0][0]=+e[0][0],c[1][0]=+e[1][0],c[0][1]=+e[0][1],c[1][1]=+e[1][1],m):[[c[0][0],c[0][1]],[c[1][0],c[1][1]]]},m.constrain=function(e){return arguments.length?(s=e,m):s},m.duration=function(e){return arguments.length?(d=+e,m):d},m.interpolate=function(e){return arguments.length?(h=e,m):h},m.on=function(){var e=u.on.apply(u,arguments)
|
|
7933
|
+
return e===u?m:e},m.clickDistance=function(e){return arguments.length?(g=(e=+e)*e,m):Math.sqrt(g)},m.tapDistance=function(e){return arguments.length?(v=+e,m):v},m}().scaleExtent([1.1,this.getZoomMax(this.wafermap.canvasWidth*this.wafermap.canvasHeight,this.wafermap.dataManager.containerDimensions.width*this.wafermap.dataManager.containerDimensions.height)]).translateExtent([this.minExtentPoint,[this.wafermap.canvasWidth+this.extentPadding,this.wafermap.canvasHeight+this.extentPadding]]).filter((e=>eS(this.wafermap.canvas).k>=this.minScale||"wheel"===e.type)).on("zoom",(e=>{this.rescale(e)}))
|
|
7934
|
+
return e}getZoomMax(e,t){return Math.ceil(t/e*100)}}class x_{constructor(e){this.wafermap=e}mousemove(e){const t={x:e.offsetX,y:e.offsetY}
|
|
7935
7935
|
if(!this.hoversOverDie(t))return void(this.wafermap.hoverDie=void 0)
|
|
7936
7936
|
const i=this.wafermap.transform.invert([t.x,t.y]),o=this.calculateDieCoordinates({x:i[0],y:i[1]})
|
|
7937
|
-
this.wafermap.hoverDie=this.wafermap.dataManager.getWaferMapDie(o)}mouseout(e){this.wafermap.hoverDie=void 0}calculateDieCoordinates(e){const t=this.wafermap.quadrant,i=t===
|
|
7937
|
+
this.wafermap.hoverDie=this.wafermap.dataManager.getWaferMapDie(o)}mouseout(e){this.wafermap.hoverDie=void 0}calculateDieCoordinates(e){const t=this.wafermap.quadrant,i=t===r_||t===l_?Math.floor:Math.ceil,o=t===l_||t===c_?Math.floor:Math.ceil
|
|
7938
7938
|
return{x:i(this.wafermap.dataManager.invertedHorizontalScale(e.x-this.wafermap.dataManager.margin.left)),y:o(this.wafermap.dataManager.invertedVerticalScale(e.y-this.wafermap.dataManager.margin.top))}}hoversOverDie(e){const t=this.wafermap.canvasContext.getImageData(e.x,e.y,1,1).data
|
|
7939
7939
|
let i=0
|
|
7940
7940
|
for(const e of t)i+=e
|
|
7941
|
-
return i>0}}class
|
|
7941
|
+
return i>0}}class y_{constructor(e){this.wafermap=e,this.onWheelMove=e=>{e.preventDefault()},this.onMouseMove=e=>{this.hoverHandler.mousemove(e)},this.onMouseOut=e=>{this.hoverHandler.mouseout(e)},this.zoomHandler=new w_(e),this.hoverHandler=new x_(e),this.attachEvents()}detachEvents(){this.wafermap.removeEventListener("mousemove",this.onMouseMove),this.wafermap.removeEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.removeEventListener("wheel",this.onWheelMove)}attachEvents(){this.wafermap.addEventListener("mousemove",this.onMouseMove),this.wafermap.addEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.addEventListener("wheel",this.onWheelMove,{passive:!1})}}class $_ extends Rt{constructor(){super(...arguments),this.quadrant=l_,this.orientation=d_,this.maxCharacters=4,this.dieLabelsHidden=!1,this.dieLabelsSuffix="",this.colorScaleMode=p_,this.renderQueued=!1,this.transform=Jk,this.hoverTransform="",this.hoverOpacity=u_,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 f_(this),this.renderer=new b_(this),this.eventCoordinator=new y_(this)}createResizeObserver(){const e=new ResizeObserver((e=>{const t=e[0]
|
|
7942
7942
|
if(void 0===t)return
|
|
7943
7943
|
const{height:i,width:o}=t.contentRect
|
|
7944
7944
|
this.canvas.width=o,this.canvas.height=i,this.canvasWidth=o,this.canvasHeight=i}))
|
|
7945
|
-
return e.observe(this),e}quadrantChanged(){this.queueRender()}orientationChanged(){this.queueRender()}maxCharactersChanged(){this.queueRender()}dieLabelsHiddenChanged(){this.queueRender()}dieLabelsSuffixChanged(){this.queueRender()}colorScaleModeChanged(){this.queueRender()}highlightedValuesChanged(){this.queueRender()}diesChanged(){this.queueRender()}colorScaleChanged(){this.queueRender()}transformChanged(){this.queueRender()}canvasWidthChanged(){this.queueRender()}canvasHeightChanged(){this.queueRender()}hoverDieChanged(){this.$emit("die-hover",{currentDie:this.hoverDie}),this.queueRenderHover()}}e([ne]
|
|
7946
|
-
const
|
|
7947
|
-
ro.getOrCreate().withPrefix("nimble").register(
|
|
7945
|
+
return e.observe(this),e}quadrantChanged(){this.queueRender()}orientationChanged(){this.queueRender()}maxCharactersChanged(){this.queueRender()}dieLabelsHiddenChanged(){this.queueRender()}dieLabelsSuffixChanged(){this.queueRender()}colorScaleModeChanged(){this.queueRender()}highlightedValuesChanged(){this.queueRender()}diesChanged(){this.queueRender()}colorScaleChanged(){this.queueRender()}transformChanged(){this.queueRender()}canvasWidthChanged(){this.queueRender()}canvasHeightChanged(){this.queueRender()}hoverDieChanged(){this.$emit("die-hover",{currentDie:this.hoverDie}),this.queueRenderHover()}}e([ne],$_.prototype,"quadrant",void 0),e([ne],$_.prototype,"orientation",void 0),e([ne({attribute:"max-characters",converter:ie})],$_.prototype,"maxCharacters",void 0),e([ne({attribute:"die-labels-hidden",mode:"boolean"})],$_.prototype,"dieLabelsHidden",void 0),e([ne({attribute:"die-labels-suffix"})],$_.prototype,"dieLabelsSuffix",void 0),e([ne({attribute:"color-scale-mode"})],$_.prototype,"colorScaleMode",void 0),e([m],$_.prototype,"canvasWidth",void 0),e([m],$_.prototype,"canvasHeight",void 0),e([m],$_.prototype,"transform",void 0),e([m],$_.prototype,"hoverTransform",void 0),e([m],$_.prototype,"hoverOpacity",void 0),e([m],$_.prototype,"hoverWidth",void 0),e([m],$_.prototype,"hoverHeight",void 0),e([m],$_.prototype,"hoverDie",void 0),e([m],$_.prototype,"highlightedValues",void 0),e([m],$_.prototype,"dies",void 0),e([m],$_.prototype,"colorScale",void 0)
|
|
7946
|
+
const C_=$_.compose({baseName:"wafer-map",template:cS,styles:dS})
|
|
7947
|
+
ro.getOrCreate().withPrefix("nimble").register(C_()),ro.tagFor($_)}()
|
|
7948
7948
|
//# sourceMappingURL=all-components-bundle.min.js.map
|