@ni/nimble-components 18.9.0 → 18.9.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 +257 -196
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +485 -472
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/table/components/cell/index.d.ts +4 -13
- package/dist/esm/table/components/cell/index.js +4 -35
- package/dist/esm/table/components/cell/index.js.map +1 -1
- package/dist/esm/table/components/cell/styles.js +1 -1
- package/dist/esm/table/components/cell/template.d.ts +3 -1
- package/dist/esm/table/components/cell/template.js +7 -3
- package/dist/esm/table/components/cell/template.js.map +1 -1
- package/dist/esm/table/components/row/index.d.ts +1 -0
- package/dist/esm/table/components/row/index.js +9 -0
- package/dist/esm/table/components/row/index.js.map +1 -1
- package/dist/esm/table/components/row/template.js +1 -2
- package/dist/esm/table/components/row/template.js.map +1 -1
- package/dist/esm/table/index.d.ts +9 -0
- package/dist/esm/table/index.js +10 -0
- package/dist/esm/table/index.js.map +1 -1
- package/dist/esm/table/models/virtualizer.d.ts +1 -0
- package/dist/esm/table/models/virtualizer.js +21 -0
- package/dist/esm/table/models/virtualizer.js.map +1 -1
- package/dist/esm/table/template.js +1 -1
- package/dist/esm/table/template.js.map +1 -1
- package/dist/esm/table-column/base/cell-view/index.d.ts +16 -0
- package/dist/esm/table-column/base/cell-view/index.js +22 -0
- package/dist/esm/table-column/base/cell-view/index.js.map +1 -0
- package/dist/esm/table-column/base/index.d.ts +10 -13
- package/dist/esm/table-column/base/index.js +12 -0
- package/dist/esm/table-column/base/index.js.map +1 -1
- package/dist/esm/table-column/text/cell-view/index.d.ts +18 -0
- package/dist/esm/table-column/text/cell-view/index.js +35 -0
- package/dist/esm/table-column/text/cell-view/index.js.map +1 -0
- package/dist/esm/table-column/text/cell-view/styles.d.ts +1 -0
- package/dist/esm/table-column/text/{styles.js → cell-view/styles.js} +2 -2
- package/dist/esm/table-column/text/cell-view/styles.js.map +1 -0
- package/dist/esm/table-column/text/cell-view/template.d.ts +2 -0
- package/dist/esm/table-column/text/cell-view/template.js +17 -0
- package/dist/esm/table-column/text/cell-view/template.js.map +1 -0
- package/dist/esm/table-column/text/index.d.ts +2 -3
- package/dist/esm/table-column/text/index.js +2 -4
- package/dist/esm/table-column/text/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/esm/table-column/text/styles.d.ts +0 -1
- package/dist/esm/table-column/text/styles.js.map +0 -1
- package/dist/esm/table-column/text/template.d.ts +0 -3
- package/dist/esm/table-column/text/template.js +0 -24
- package/dist/esm/table-column/text/template.js.map +0 -1
|
@@ -61,9 +61,9 @@ function f(t,e){v.defineProperty(t,e)}function m(t,e,i){return Object.assign({},
|
|
|
61
61
|
return{get:()=>t,set(e){t=e}}}))
|
|
62
62
|
class w{constructor(){this.index=0,this.length=0,this.parent=null,this.parentContext=null}get event(){return b.get()}get isEven(){return this.index%2==0}get isOdd(){return this.index%2!=0}get isFirst(){return 0===this.index}get isInMiddle(){return!this.isFirst&&!this.isLast}get isLast(){return this.index===this.length-1}static setEvent(t){b.set(t)}}v.defineProperty(w.prototype,"index"),v.defineProperty(w.prototype,"length")
|
|
63
63
|
const y=Object.seal(new w)
|
|
64
|
-
class x{constructor(){this.targetIndex=0}}class $ extends x{constructor(){super(...arguments),this.createPlaceholder=u.createInterpolationPlaceholder}}class C extends x{constructor(t,e,i){super(),this.name=t,this.behavior=e,this.options=i}createPlaceholder(t){return u.createCustomAttributePlaceholder(this.name,t)}createBehavior(t){return new this.behavior(t,this.options)}}function k(t,e){this.source=t,this.context=e,null===this.bindingObserver&&(this.bindingObserver=v.binding(this.binding,this,this.isBindingVolatile)),this.updateTarget(this.bindingObserver.observe(t,e))}function S(t,e){this.source=t,this.context=e,this.target.addEventListener(this.targetName,this)}function _(){this.bindingObserver.disconnect(),this.source=null,this.context=null}function
|
|
64
|
+
class x{constructor(){this.targetIndex=0}}class $ extends x{constructor(){super(...arguments),this.createPlaceholder=u.createInterpolationPlaceholder}}class C extends x{constructor(t,e,i){super(),this.name=t,this.behavior=e,this.options=i}createPlaceholder(t){return u.createCustomAttributePlaceholder(this.name,t)}createBehavior(t){return new this.behavior(t,this.options)}}function k(t,e){this.source=t,this.context=e,null===this.bindingObserver&&(this.bindingObserver=v.binding(this.binding,this,this.isBindingVolatile)),this.updateTarget(this.bindingObserver.observe(t,e))}function S(t,e){this.source=t,this.context=e,this.target.addEventListener(this.targetName,this)}function _(){this.bindingObserver.disconnect(),this.source=null,this.context=null}function M(){this.bindingObserver.disconnect(),this.source=null,this.context=null
|
|
65
65
|
const t=this.target.$fastView
|
|
66
|
-
void 0!==t&&t.isComposed&&(t.unbind(),t.needsBindOnly=!0)}function
|
|
66
|
+
void 0!==t&&t.isComposed&&(t.unbind(),t.needsBindOnly=!0)}function I(){this.target.removeEventListener(this.targetName,this),this.source=null,this.context=null}function R(t){u.setAttribute(this.target,this.targetName,t)}function A(t){u.setBooleanAttribute(this.target,this.targetName,t)}function O(t){if(null==t&&(t=""),t.create){this.target.textContent=""
|
|
67
67
|
let e=this.target.$fastView
|
|
68
68
|
void 0===e?e=t.create():this.target.$fastTemplate!==t&&(e.isComposed&&(e.remove(),e.unbind()),e=t.create()),e.isComposed?e.needsBindOnly&&(e.needsBindOnly=!1,e.bind(this.source,this.context)):(e.isComposed=!0,e.bind(this.source,this.context),e.insertBefore(this.target),this.target.$fastView=e,this.target.$fastTemplate=t)}else{const e=this.target.$fastView
|
|
69
69
|
void 0!==e&&e.isComposed&&(e.isComposed=!1,e.remove(),e.needsBindOnly?e.needsBindOnly=!1:e.unbind()),this.target.textContent=t}}function E(t){this.target[this.targetName]=t}function F(t){const e=this.classVersions||Object.create(null),i=this.target
|
|
@@ -75,9 +75,9 @@ for(const t in e)e[t]===o&&i.classList.remove(t)}}class V extends ${constructor(
|
|
|
75
75
|
this.binding=(e,i)=>u.createHTML(t(e,i))}break
|
|
76
76
|
case"?":this.cleanedTargetName=t.substr(1),this.updateTarget=A
|
|
77
77
|
break
|
|
78
|
-
case"@":this.cleanedTargetName=t.substr(1),this.bind=S,this.unbind=
|
|
78
|
+
case"@":this.cleanedTargetName=t.substr(1),this.bind=S,this.unbind=I
|
|
79
79
|
break
|
|
80
|
-
default:this.cleanedTargetName=t,"class"===t&&(this.updateTarget=F)}}targetAtContent(){this.updateTarget=O,this.unbind=
|
|
80
|
+
default:this.cleanedTargetName=t,"class"===t&&(this.updateTarget=F)}}targetAtContent(){this.updateTarget=O,this.unbind=M}createBehavior(t){return new H(t,this.binding,this.isBindingVolatile,this.bind,this.unbind,this.updateTarget,this.cleanedTargetName)}}class H{constructor(t,e,i,o,n,s,r){this.source=null,this.context=null,this.bindingObserver=null,this.target=t,this.binding=e,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(t){w.setEvent(t)
|
|
81
81
|
const e=this.binding(this.source,this.context)
|
|
82
82
|
w.setEvent(null),!0!==e&&t.preventDefault()}}let P=null
|
|
83
83
|
class T{addFactory(t){t.targetIndex=this.targetIndex,this.behaviorFactories.push(t)}captureContentBinding(t){t.targetAtContent(),this.addFactory(t)}reset(){this.behaviorFactories=[],this.targetIndex=-1}release(){P=this}static borrow(t){const e=P||new T
|
|
@@ -302,8 +302,8 @@ return i>o?i=o-t.addedCount:i<0&&(i=o+t.removed.length+i-t.addedCount),i<0&&(i=0
|
|
|
302
302
|
if(void 0===t&&void 0===e)return
|
|
303
303
|
this.needsQueue=!0,this.splices=void 0,this.oldCollection=void 0
|
|
304
304
|
const i=void 0===e?xt(this.source,t):bt(this.source,0,this.source.length,e,0,e.length)
|
|
305
|
-
this.notify(i)}}class St{constructor(t,e){this.target=t,this.propertyName=e}bind(t){t[this.propertyName]=this.target}unbind(){}}function _t(t){return new C("fast-ref",St,t)}function
|
|
306
|
-
return(e,o)=>t(e,o)?i(e,o):null}const
|
|
305
|
+
this.notify(i)}}class St{constructor(t,e){this.target=t,this.propertyName=e}bind(t){t[this.propertyName]=this.target}unbind(){}}function _t(t){return new C("fast-ref",St,t)}function Mt(t,e){const i="function"==typeof e?e:()=>e
|
|
306
|
+
return(e,o)=>t(e,o)?i(e,o):null}const It=Object.freeze({positioning:!1,recycle:!0})
|
|
307
307
|
function Rt(t,e,i,o){t.bind(e[i],o)}function At(t,e,i,o){const n=Object.create(o)
|
|
308
308
|
n.index=i,n.length=e.length,t.bind(e[i],n)}class Ot{constructor(t,e,i,o,n,s){this.location=t,this.itemsBinding=e,this.templateBinding=o,this.options=s,this.source=null,this.views=[],this.items=null,this.itemsObserver=null,this.originalContext=void 0,this.childContext=void 0,this.bindView=Rt,this.itemsBindingObserver=v.binding(e,this,i),this.templateBindingObserver=v.binding(o,this,n),s.positioning&&(this.bindView=At)}bind(t,e){this.source=t,this.originalContext=e,this.childContext=Object.create(e),this.childContext.parent=t,this.childContext.parentContext=this.originalContext,this.items=this.itemsBindingObserver.observe(t,this.originalContext),this.template=this.templateBindingObserver.observe(t,this.originalContext),this.observeItems(!0),this.refreshAllViews()}unbind(){this.source=null,this.items=null,null!==this.itemsObserver&&this.itemsObserver.unsubscribe(this),this.unbindAllViews(),this.itemsBindingObserver.disconnect(),this.templateBindingObserver.disconnect()}handleChange(t,e){t===this.itemsBinding?(this.items=this.itemsBindingObserver.observe(this.source,this.originalContext),this.observeItems(),this.refreshAllViews()):t===this.templateBinding?(this.template=this.templateBindingObserver.observe(this.source,this.originalContext),this.refreshAllViews(!0)):this.updateViews(e)}observeItems(t=!1){if(!this.items)return void(this.items=n)
|
|
309
309
|
const e=this.itemsObserver,i=this.itemsObserver=v.getNotifier(this.items),o=e!==i
|
|
@@ -343,7 +343,7 @@ void 0!==e&&(e.flush(),t=this.slice())
|
|
|
343
343
|
const i=s.apply(this,arguments)
|
|
344
344
|
return void 0!==e&&e.reset(t),i},t.splice=function(){const t=r.apply(this,arguments),e=this.$fastController
|
|
345
345
|
return void 0!==e&&e.addSplice(Ct(mt(+arguments[0],t,arguments.length>2?arguments.length-2:0),this)),t},t.unshift=function(){const t=a.apply(this,arguments),e=this.$fastController
|
|
346
|
-
return void 0!==e&&e.addSplice(Ct(mt(0,[],arguments.length),this)),t}}(),this.isItemsBindingVolatile=v.isVolatileBinding(t),this.isTemplateBindingVolatile=v.isVolatileBinding(e)}createBehavior(t){return new Ot(t,this.itemsBinding,this.isItemsBindingVolatile,this.templateBinding,this.isTemplateBindingVolatile,this.options)}}function Ft(t,e,i=
|
|
346
|
+
return void 0!==e&&e.addSplice(Ct(mt(0,[],arguments.length),this)),t}}(),this.isItemsBindingVolatile=v.isVolatileBinding(t),this.isTemplateBindingVolatile=v.isVolatileBinding(e)}createBehavior(t){return new Ot(t,this.itemsBinding,this.isItemsBindingVolatile,this.templateBinding,this.isTemplateBindingVolatile,this.options)}}function Ft(t,e,i=It){return new Et(t,"function"==typeof e?e:()=>e,Object.assign(Object.assign({},It),i))}function Vt(t){return t?function(e,i,o){return 1===e.nodeType&&e.matches(t)}:function(t,e,i){return 1===t.nodeType}}class Ht{constructor(t,e){this.target=t,this.options=e,this.source=null}bind(t){const e=this.options.property
|
|
347
347
|
this.shouldUpdate=v.getAccessors(t).some((t=>t.name===e)),this.source=t,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 t=this.getNodes()
|
|
348
348
|
return void 0!==this.options.filter&&(t=t.filter(this.options.filter)),t}updateTarget(t){this.source[this.options.property]=t}}class Pt extends Ht{constructor(t,e){super(t,e)}observe(){this.target.addEventListener("slotchange",this)}disconnect(){this.target.removeEventListener("slotchange",this)}getNodes(){return this.target.assignedNodes(this.options)}}function Tt(t){return"string"==typeof t&&(t={property:t}),new C("fast-slotted",Pt,t)}class Lt extends Ht{constructor(t,e){super(t,e),this.observer=null,e.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 Dt(t){return"string"==typeof t&&(t={property:t}),new C("fast-children",Lt,t)}class zt{handleStartContentChange(){this.startContainer.classList.toggle("start",this.start.assignedNodes().length>0)}handleEndContentChange(){this.endContainer.classList.toggle("end",this.end.assignedNodes().length>0)}}const Bt=(t,e)=>G`
|
|
349
349
|
<span
|
|
@@ -516,12 +516,12 @@ return ye[t]=!0}default:return!1}}function $e(t){return`${t.toLowerCase()}:prese
|
|
|
516
516
|
void 0===Ce.get(o)?Ce.set(o,e):Ce.set(o,!1),i.register(ge.instance(o,e))},forTag(t,e){const i=$e(t),o=Ce.get(i)
|
|
517
517
|
if(!1===o){return Qt.findResponsibleContainer(e).get(i)}return o||null}})
|
|
518
518
|
class Se{constructor(t,e){this.template=t||null,this.styles=void 0===e?null:Array.isArray(e)?W.create(e):e instanceof W?e:W.create([e])}applyTo(t){const e=t.$fastController
|
|
519
|
-
null===e.template&&(e.template=this.template),null===e.styles&&(e.styles=this.styles)}}class _e extends gt{constructor(){super(...arguments),this._presentation=void 0}get $presentation(){return void 0===this._presentation&&(this._presentation=ke.forTag(this.tagName,this)),this._presentation}templateChanged(){void 0!==this.template&&(this.$fastController.template=this.template)}stylesChanged(){void 0!==this.styles&&(this.$fastController.styles=this.styles)}connectedCallback(){null!==this.$presentation&&this.$presentation.applyTo(this),super.connectedCallback()}static compose(t){return(e={})=>new
|
|
520
|
-
class
|
|
521
|
-
e.tryDefineElement({name:n,type:this.type,baseClass:this.elementDefinition.baseClass,callback:t=>{const e=new Se(
|
|
519
|
+
null===e.template&&(e.template=this.template),null===e.styles&&(e.styles=this.styles)}}class _e extends gt{constructor(){super(...arguments),this._presentation=void 0}get $presentation(){return void 0===this._presentation&&(this._presentation=ke.forTag(this.tagName,this)),this._presentation}templateChanged(){void 0!==this.template&&(this.$fastController.template=this.template)}stylesChanged(){void 0!==this.styles&&(this.$fastController.styles=this.styles)}connectedCallback(){null!==this.$presentation&&this.$presentation.applyTo(this),super.connectedCallback()}static compose(t){return(e={})=>new Ie(this===_e?class extends _e{}:this,t,e)}}function Me(t,e,i){return"function"==typeof t?t(e,i):t}Zt([f],_e.prototype,"template",void 0),Zt([f],_e.prototype,"styles",void 0)
|
|
520
|
+
class Ie{constructor(t,e,i){this.type=t,this.elementDefinition=e,this.overrideDefinition=i,this.definition=Object.assign(Object.assign({},this.elementDefinition),this.overrideDefinition)}register(t,e){const i=this.definition,o=this.overrideDefinition,n=`${i.prefix||e.elementPrefix}-${i.baseName}`
|
|
521
|
+
e.tryDefineElement({name:n,type:this.type,baseClass:this.elementDefinition.baseClass,callback:t=>{const e=new Se(Me(i.template,t,i),Me(i.styles,t,i))
|
|
522
522
|
t.definePresentation(e)
|
|
523
|
-
let n=
|
|
524
|
-
t.shadowRootMode&&(n?o.shadowOptions||(n.mode=t.shadowRootMode):null!==n&&(n={mode:t.shadowRootMode})),t.defineElement({elementOptions:
|
|
523
|
+
let n=Me(i.shadowOptions,t,i)
|
|
524
|
+
t.shadowRootMode&&(n?o.shadowOptions||(n.mode=t.shadowRootMode):null!==n&&(n={mode:t.shadowRootMode})),t.defineElement({elementOptions:Me(i.elementOptions,t,i),shadowOptions:n,attributes:Me(i.attributes,t,i)})}})}}function Re(t,...e){const i=tt.locate(t)
|
|
525
525
|
e.forEach((e=>{Object.getOwnPropertyNames(e.prototype).forEach((i=>{"constructor"!==i&&Object.defineProperty(t.prototype,i,Object.getOwnPropertyDescriptor(e.prototype,i))}))
|
|
526
526
|
tt.locate(e).forEach((t=>i.push(t)))}))}const Ae="horizontal",Oe="vertical"
|
|
527
527
|
function Ee(...t){return t.every((t=>t instanceof HTMLElement))}let Fe
|
|
@@ -720,8 +720,8 @@ if(t.length){const e=this.options.indexOf(t[0])
|
|
|
720
720
|
e>-1&&(this.selectedIndex=e)}this.typeaheadExpired=!1}}}Ci.slottedOptionFilter=t=>yi(t)&&!t.hidden,Ci.TYPE_AHEAD_TIMEOUT_MS=1e3,Zt([nt({mode:"boolean"})],Ci.prototype,"disabled",void 0),Zt([f],Ci.prototype,"selectedIndex",void 0),Zt([f],Ci.prototype,"selectedOptions",void 0),Zt([f],Ci.prototype,"slottedOptions",void 0),Zt([f],Ci.prototype,"typeaheadBuffer",void 0)
|
|
721
721
|
class ki{}Zt([f],ki.prototype,"ariaActiveDescendant",void 0),Zt([f],ki.prototype,"ariaDisabled",void 0),Zt([f],ki.prototype,"ariaExpanded",void 0),Zt([f],ki.prototype,"ariaMultiSelectable",void 0),Re(ki,Je),Re(Ci,ki)
|
|
722
722
|
const Si="above",_i="below"
|
|
723
|
-
class
|
|
724
|
-
let Fi=class extends
|
|
723
|
+
class Mi extends Ci{}class Ii extends(hi(Mi)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}const Ri="inline",Ai="list",Oi="both",Ei="none"
|
|
724
|
+
let Fi=class extends Ii{constructor(){super(...arguments),this._value="",this.filteredOptions=[],this.filter="",this.forcedPosition=!1,this.listboxId=Qe("listbox-"),this.maxHeight=0,this.open=!1}formResetCallback(){super.formResetCallback(),this.setDefaultSelectedOption(),this.updateValue()}validate(){super.validate(this.control)}get isAutocompleteInline(){return this.autocomplete===Ri||this.isAutocompleteBoth}get isAutocompleteList(){return this.autocomplete===Ai||this.isAutocompleteBoth}get isAutocompleteBoth(){return this.autocomplete===Oi}openChanged(){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),void u.queueUpdate((()=>this.focus()))
|
|
725
725
|
this.ariaControls="",this.ariaExpanded="false"}get options(){return v.track(this,"options"),this.filteredOptions.length?this.filteredOptions:this._options}set options(t){this._options=t,v.notify(this,"options")}placeholderChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.placeholder=this.placeholder)}positionChanged(t,e){this.positionAttribute=e,this.setPositioning()}get value(){return v.track(this,"value"),this._value}set value(t){var e,i,o
|
|
726
726
|
const n=`${this._value}`
|
|
727
727
|
if(this.$fastController.isConnected&&this.options){const n=this.options.findIndex((e=>e.text.toLowerCase()===t.toLowerCase())),s=null===(e=this.options[this.selectedIndex])||void 0===e?void 0:e.text,r=null===(i=this.options[n])||void 0===i?void 0:i.text
|
|
@@ -919,7 +919,7 @@ class $o extends _e{}class Co extends(hi($o)){constructor(){super(...arguments),
|
|
|
919
919
|
let So=class extends Co{constructor(){super(...arguments),this.type=ko}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly,this.validate())}autofocusChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.autofocus=this.autofocus,this.validate())}placeholderChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.placeholder=this.placeholder)}typeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.type=this.type,this.validate())}listChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.setAttribute("list",this.list),this.validate())}maxlengthChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.maxLength=this.maxlength,this.validate())}minlengthChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.minLength=this.minlength,this.validate())}patternChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.pattern=this.pattern,this.validate())}sizeChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.size=this.size)}spellcheckChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.spellcheck=this.spellcheck)}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type",this.type),this.validate(),this.autofocus&&u.queueUpdate((()=>{this.focus()}))}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.value=this.control.value}handleChange(){this.$emit("change")}validate(){super.validate(this.control)}}
|
|
920
920
|
Zt([nt({attribute:"readonly",mode:"boolean"})],So.prototype,"readOnly",void 0),Zt([nt({mode:"boolean"})],So.prototype,"autofocus",void 0),Zt([nt],So.prototype,"placeholder",void 0),Zt([nt],So.prototype,"type",void 0),Zt([nt],So.prototype,"list",void 0),Zt([nt({converter:it})],So.prototype,"maxlength",void 0),Zt([nt({converter:it})],So.prototype,"minlength",void 0),Zt([nt],So.prototype,"pattern",void 0),Zt([nt({converter:it})],So.prototype,"size",void 0),Zt([nt({mode:"boolean"})],So.prototype,"spellcheck",void 0),Zt([f],So.prototype,"defaultSlottedNodes",void 0)
|
|
921
921
|
class _o{}Re(_o,Je),Re(So,zt,_o)
|
|
922
|
-
class
|
|
922
|
+
class Mo extends _e{}class Io extends(hi(Mo)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}let Ro=class extends Io{constructor(){super(...arguments),this.hideStep=!1,this.step=1,this.isUserInput=!1}maxChanged(t,e){var i
|
|
923
923
|
this.max=Math.max(e,null!==(i=this.min)&&void 0!==i?i:e)
|
|
924
924
|
const o=Math.min(this.min,this.max)
|
|
925
925
|
void 0!==this.min&&this.min!==o&&(this.min=o),this.value=this.getValidValue(this.value)}minChanged(t,e){var i
|
|
@@ -1128,7 +1128,7 @@ try{t.sheet.insertRule("foo:focus-visible {color:inherit}",0),Fe=!0}catch(t){Fe=
|
|
|
1128
1128
|
class yn extends ti{}const xn=`:${wn}`
|
|
1129
1129
|
function $n(t,e,i){return isNaN(t)||t<=e?e:t>=i?i:t}function Cn(t,e,i){return isNaN(t)||t<=e?0:t>=i?1:t/(i-e)}function kn(t,e,i){return isNaN(t)?e:e+t*(i-e)}function Sn(t,e){const i=Math.pow(10,e)
|
|
1130
1130
|
return Math.round(t*i)/i}class _n{constructor(t,e,i,o){this.r=t,this.g=e,this.b=i,this.a="number"!=typeof o||isNaN(o)?1:o}static fromObject(t){return!t||isNaN(t.r)||isNaN(t.g)||isNaN(t.b)?null:new _n(t.r,t.g,t.b,t.a)}equalValue(t){return this.r===t.r&&this.g===t.g&&this.b===t.b&&this.a===t.a}toStringHexRGB(){return"#"+[this.r,this.g,this.b].map(this.formatHexValue).join("")}toStringHexRGBA(){return this.toStringHexRGB()+this.formatHexValue(this.a)}toStringHexARGB(){return"#"+[this.a,this.r,this.g,this.b].map(this.formatHexValue).join("")}toStringWebRGB(){return`rgb(${Math.round(kn(this.r,0,255))},${Math.round(kn(this.g,0,255))},${Math.round(kn(this.b,0,255))})`}toStringWebRGBA(){return`rgba(${Math.round(kn(this.r,0,255))},${Math.round(kn(this.g,0,255))},${Math.round(kn(this.b,0,255))},${$n(this.a,0,1)})`}roundToPrecision(t){return new _n(Sn(this.r,t),Sn(this.g,t),Sn(this.b,t),Sn(this.a,t))}clamp(){return new _n($n(this.r,0,1),$n(this.g,0,1),$n(this.b,0,1),$n(this.a,0,1))}toObject(){return{r:this.r,g:this.g,b:this.b,a:this.a}}formatHexValue(t){return function(t){const e=Math.round($n(t,0,255)).toString(16)
|
|
1131
|
-
return 1===e.length?"0"+e:e}(kn(t,0,255))}}const
|
|
1131
|
+
return 1===e.length?"0"+e:e}(kn(t,0,255))}}const Mn={aliceblue:{r:.941176,g:.972549,b:1},antiquewhite:{r:.980392,g:.921569,b:.843137},aqua:{r:0,g:1,b:1},aquamarine:{r:.498039,g:1,b:.831373},azure:{r:.941176,g:1,b:1},beige:{r:.960784,g:.960784,b:.862745},bisque:{r:1,g:.894118,b:.768627},black:{r:0,g:0,b:0},blanchedalmond:{r:1,g:.921569,b:.803922},blue:{r:0,g:0,b:1},blueviolet:{r:.541176,g:.168627,b:.886275},brown:{r:.647059,g:.164706,b:.164706},burlywood:{r:.870588,g:.721569,b:.529412},cadetblue:{r:.372549,g:.619608,b:.627451},chartreuse:{r:.498039,g:1,b:0},chocolate:{r:.823529,g:.411765,b:.117647},coral:{r:1,g:.498039,b:.313725},cornflowerblue:{r:.392157,g:.584314,b:.929412},cornsilk:{r:1,g:.972549,b:.862745},crimson:{r:.862745,g:.078431,b:.235294},cyan:{r:0,g:1,b:1},darkblue:{r:0,g:0,b:.545098},darkcyan:{r:0,g:.545098,b:.545098},darkgoldenrod:{r:.721569,g:.52549,b:.043137},darkgray:{r:.662745,g:.662745,b:.662745},darkgreen:{r:0,g:.392157,b:0},darkgrey:{r:.662745,g:.662745,b:.662745},darkkhaki:{r:.741176,g:.717647,b:.419608},darkmagenta:{r:.545098,g:0,b:.545098},darkolivegreen:{r:.333333,g:.419608,b:.184314},darkorange:{r:1,g:.54902,b:0},darkorchid:{r:.6,g:.196078,b:.8},darkred:{r:.545098,g:0,b:0},darksalmon:{r:.913725,g:.588235,b:.478431},darkseagreen:{r:.560784,g:.737255,b:.560784},darkslateblue:{r:.282353,g:.239216,b:.545098},darkslategray:{r:.184314,g:.309804,b:.309804},darkslategrey:{r:.184314,g:.309804,b:.309804},darkturquoise:{r:0,g:.807843,b:.819608},darkviolet:{r:.580392,g:0,b:.827451},deeppink:{r:1,g:.078431,b:.576471},deepskyblue:{r:0,g:.74902,b:1},dimgray:{r:.411765,g:.411765,b:.411765},dimgrey:{r:.411765,g:.411765,b:.411765},dodgerblue:{r:.117647,g:.564706,b:1},firebrick:{r:.698039,g:.133333,b:.133333},floralwhite:{r:1,g:.980392,b:.941176},forestgreen:{r:.133333,g:.545098,b:.133333},fuchsia:{r:1,g:0,b:1},gainsboro:{r:.862745,g:.862745,b:.862745},ghostwhite:{r:.972549,g:.972549,b:1},gold:{r:1,g:.843137,b:0},goldenrod:{r:.854902,g:.647059,b:.12549},gray:{r:.501961,g:.501961,b:.501961},green:{r:0,g:.501961,b:0},greenyellow:{r:.678431,g:1,b:.184314},grey:{r:.501961,g:.501961,b:.501961},honeydew:{r:.941176,g:1,b:.941176},hotpink:{r:1,g:.411765,b:.705882},indianred:{r:.803922,g:.360784,b:.360784},indigo:{r:.294118,g:0,b:.509804},ivory:{r:1,g:1,b:.941176},khaki:{r:.941176,g:.901961,b:.54902},lavender:{r:.901961,g:.901961,b:.980392},lavenderblush:{r:1,g:.941176,b:.960784},lawngreen:{r:.486275,g:.988235,b:0},lemonchiffon:{r:1,g:.980392,b:.803922},lightblue:{r:.678431,g:.847059,b:.901961},lightcoral:{r:.941176,g:.501961,b:.501961},lightcyan:{r:.878431,g:1,b:1},lightgoldenrodyellow:{r:.980392,g:.980392,b:.823529},lightgray:{r:.827451,g:.827451,b:.827451},lightgreen:{r:.564706,g:.933333,b:.564706},lightgrey:{r:.827451,g:.827451,b:.827451},lightpink:{r:1,g:.713725,b:.756863},lightsalmon:{r:1,g:.627451,b:.478431},lightseagreen:{r:.12549,g:.698039,b:.666667},lightskyblue:{r:.529412,g:.807843,b:.980392},lightslategray:{r:.466667,g:.533333,b:.6},lightslategrey:{r:.466667,g:.533333,b:.6},lightsteelblue:{r:.690196,g:.768627,b:.870588},lightyellow:{r:1,g:1,b:.878431},lime:{r:0,g:1,b:0},limegreen:{r:.196078,g:.803922,b:.196078},linen:{r:.980392,g:.941176,b:.901961},magenta:{r:1,g:0,b:1},maroon:{r:.501961,g:0,b:0},mediumaquamarine:{r:.4,g:.803922,b:.666667},mediumblue:{r:0,g:0,b:.803922},mediumorchid:{r:.729412,g:.333333,b:.827451},mediumpurple:{r:.576471,g:.439216,b:.858824},mediumseagreen:{r:.235294,g:.701961,b:.443137},mediumslateblue:{r:.482353,g:.407843,b:.933333},mediumspringgreen:{r:0,g:.980392,b:.603922},mediumturquoise:{r:.282353,g:.819608,b:.8},mediumvioletred:{r:.780392,g:.082353,b:.521569},midnightblue:{r:.098039,g:.098039,b:.439216},mintcream:{r:.960784,g:1,b:.980392},mistyrose:{r:1,g:.894118,b:.882353},moccasin:{r:1,g:.894118,b:.709804},navajowhite:{r:1,g:.870588,b:.678431},navy:{r:0,g:0,b:.501961},oldlace:{r:.992157,g:.960784,b:.901961},olive:{r:.501961,g:.501961,b:0},olivedrab:{r:.419608,g:.556863,b:.137255},orange:{r:1,g:.647059,b:0},orangered:{r:1,g:.270588,b:0},orchid:{r:.854902,g:.439216,b:.839216},palegoldenrod:{r:.933333,g:.909804,b:.666667},palegreen:{r:.596078,g:.984314,b:.596078},paleturquoise:{r:.686275,g:.933333,b:.933333},palevioletred:{r:.858824,g:.439216,b:.576471},papayawhip:{r:1,g:.937255,b:.835294},peachpuff:{r:1,g:.854902,b:.72549},peru:{r:.803922,g:.521569,b:.247059},pink:{r:1,g:.752941,b:.796078},plum:{r:.866667,g:.627451,b:.866667},powderblue:{r:.690196,g:.878431,b:.901961},purple:{r:.501961,g:0,b:.501961},red:{r:1,g:0,b:0},rosybrown:{r:.737255,g:.560784,b:.560784},royalblue:{r:.254902,g:.411765,b:.882353},saddlebrown:{r:.545098,g:.270588,b:.07451},salmon:{r:.980392,g:.501961,b:.447059},sandybrown:{r:.956863,g:.643137,b:.376471},seagreen:{r:.180392,g:.545098,b:.341176},seashell:{r:1,g:.960784,b:.933333},sienna:{r:.627451,g:.321569,b:.176471},silver:{r:.752941,g:.752941,b:.752941},skyblue:{r:.529412,g:.807843,b:.921569},slateblue:{r:.415686,g:.352941,b:.803922},slategray:{r:.439216,g:.501961,b:.564706},slategrey:{r:.439216,g:.501961,b:.564706},snow:{r:1,g:.980392,b:.980392},springgreen:{r:0,g:1,b:.498039},steelblue:{r:.27451,g:.509804,b:.705882},tan:{r:.823529,g:.705882,b:.54902},teal:{r:0,g:.501961,b:.501961},thistle:{r:.847059,g:.74902,b:.847059},tomato:{r:1,g:.388235,b:.278431},transparent:{r:0,g:0,b:0,a:0},turquoise:{r:.25098,g:.878431,b:.815686},violet:{r:.933333,g:.509804,b:.933333},wheat:{r:.960784,g:.870588,b:.701961},white:{r:1,g:1,b:1},whitesmoke:{r:.960784,g:.960784,b:.960784},yellow:{r:1,g:1,b:0},yellowgreen:{r:.603922,g:.803922,b:.196078}},In=/^rgb\(\s*((?:(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*,\s*){2}(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*)\)$/i,Rn=/^rgba\(\s*((?:(?:25[0-5]|2[0-4]\d|1\d\d|\d{1,2})\s*,\s*){3}(?:0|1|0?\.\d*)\s*)\)$/i,An=/^#((?:[0-9a-f]{6}|[0-9a-f]{3}))$/i,On=/^#((?:[0-9a-f]{8}|[0-9a-f]{4}))$/i
|
|
1132
1132
|
function En(t){return function(t){return On.test(t)}(t)}function Fn(t){const e=An.exec(t)
|
|
1133
1133
|
if(null===e)return null
|
|
1134
1134
|
let i=e[1]
|
|
@@ -1140,16 +1140,16 @@ if(null===e)return null
|
|
|
1140
1140
|
let i=e[1]
|
|
1141
1141
|
if(4===i.length){const t=i.charAt(0),e=i.charAt(1),o=i.charAt(2),n=i.charAt(3)
|
|
1142
1142
|
i=t.concat(t,e,e,o,o,n,n)}const o=parseInt(i,16)
|
|
1143
|
-
return isNaN(o)?null:new _n(Cn((16711680&o)>>>16,0,255),Cn((65280&o)>>>8,0,255),Cn(255&o,0,255),Cn((4278190080&o)>>>24,0,255))}(e):function(t){return
|
|
1143
|
+
return isNaN(o)?null:new _n(Cn((16711680&o)>>>16,0,255),Cn((65280&o)>>>8,0,255),Cn(255&o,0,255),Cn((4278190080&o)>>>24,0,255))}(e):function(t){return In.test(t)}(e)?function(t){const e=In.exec(t)
|
|
1144
1144
|
if(null===e)return null
|
|
1145
1145
|
const i=e[1].split(",")
|
|
1146
1146
|
return new _n(Cn(Number(i[0]),0,255),Cn(Number(i[1]),0,255),Cn(Number(i[2]),0,255),1)}(e):function(t){return Rn.test(t)}(e)?function(t){const e=Rn.exec(t)
|
|
1147
1147
|
if(null===e)return null
|
|
1148
1148
|
const i=e[1].split(",")
|
|
1149
|
-
return 4===i.length?new _n(Cn(Number(i[0]),0,255),Cn(Number(i[1]),0,255),Cn(Number(i[2]),0,255),Number(i[3])):null}(e):function(t){return
|
|
1149
|
+
return 4===i.length?new _n(Cn(Number(i[0]),0,255),Cn(Number(i[1]),0,255),Cn(Number(i[2]),0,255),Number(i[3])):null}(e):function(t){return Mn.hasOwnProperty(t)}(e)?function(t){const e=Mn[t.toLowerCase()]
|
|
1150
1150
|
return e?new _n(e.r,e.g,e.b,e.hasOwnProperty("a")?e.a:void 0):null}(e):null}const Hn="#a46eff",Pn="#804ad9",Tn="#ff8126",Ln="#009921",Dn="#00c12b",zn="#c4000c",Bn="#818386",Nn="#f1f1f2",Zn="#f5f5f5",qn="#ffffff",jn="#252526",Un="#363738",Gn="#505153",Wn="#000000",Xn="#161617",Kn="#074023",Yn="#009b65",Qn="#d63434",Jn="#ff4b00",ts="#006b46",es="#32eb96",is="Source Sans Pro",os="400",ns="14px",ss="18px",rs="14px",as="0.25s"
|
|
1151
1151
|
function ls(t,e){const{r:i,g:o,b:n}=Fn(t)
|
|
1152
|
-
return`rgba(${255*i}, ${255*o}, ${255*n}, ${e})`}const cs=ls(Wn,.3),ds=ls(Wn,.6),hs=ls(Wn,.6),us=as,ps="light",gs="dark",vs="color",fs="action-rgb-partial-color",ms="application-background-color",bs="divider-background-color",ws="header-background-color",ys="section-background-color",xs="fill-selected-color",$s="fill-selected-rgb-partial-color",Cs="fill-hover-selected-color",ks="fill-hover-color",Ss="fill-down-color",_s="border-color",
|
|
1152
|
+
return`rgba(${255*i}, ${255*o}, ${255*n}, ${e})`}const cs=ls(Wn,.3),ds=ls(Wn,.6),hs=ls(Wn,.6),us=as,ps="light",gs="dark",vs="color",fs="action-rgb-partial-color",ms="application-background-color",bs="divider-background-color",ws="header-background-color",ys="section-background-color",xs="fill-selected-color",$s="fill-selected-rgb-partial-color",Cs="fill-hover-selected-color",ks="fill-hover-color",Ss="fill-down-color",_s="border-color",Ms="border-rgb-partial-color",Is="fail-color",Rs="warning-color",As="pass-color",Os="information-color",Es="border-hover-color",Fs="icon-color",Vs="modal-backdrop-color",Hs="popup-border-color",Ps="control-height",Ts="control-slim-height",Ls="small-padding",Ds="standard-padding",zs="label-height",Bs="border-width",Ns="icon-size",Zs="group-header-text-transform",qs="drawer-width",js="banner-gap-size",Us="spinner-small-height",Gs="spinner-medium-height",Ws="spinner-large-height",Xs="small-delay",Ks="medium-delay",Ys="large-delay",Qs="headline-plus-1-font",Js="headline-font",tr="table-header-font",er="title-plus-2-font",ir="title-plus-1-font",or="title-font",nr="subtitle-plus-1-font",sr="subtitle-font",rr="link-font",ar="link-active-font",lr="link-prominent-font",cr="link-active-prominent-font",dr="placeholder-font",hr="body-emphasized-font",ur="body-font",pr="group-header-font",gr="control-label-font",vr="button-label-font",fr="tooltip-caption-font",mr="tooltip-background-color",br="error-text-font",wr="table-row-border-color",yr="elevation-1-box-shadow",xr="elevation-2-box-shadow",$r="elevation-3-box-shadow",Cr=t=>`ni-nimble-${t}`,kr="animationend",Sr="change",_r="ArrowDown",Mr="ArrowUp",Ir="Enter"
|
|
1153
1153
|
var Rr
|
|
1154
1154
|
!function(t){t.ltr="ltr",t.rtl="rtl"}(Rr||(Rr={}))
|
|
1155
1155
|
let Ar=0
|
|
@@ -1161,40 +1161,40 @@ function Or(t=""){return`${t}${Ar++}`}const Er=G`<slot></slot>`,Fr=ft`
|
|
|
1161
1161
|
class Pr extends _e{constructor(){super(...arguments),this.direction=Rr.ltr,this.theme=ps}directionChanged(t,e){null!=e?Vr.setValueFor(this,e):Vr.deleteValueFor(this)}themeChanged(t,e){null!=e?Hr.setValueFor(this,e):Hr.deleteValueFor(this)}}t([nt({attribute:"direction"})],Pr.prototype,"direction",void 0),t([nt({attribute:"theme"})],Pr.prototype,"theme",void 0)
|
|
1162
1162
|
const Tr=Pr.compose({baseName:"theme-provider",styles:Fr,template:Er})
|
|
1163
1163
|
no.getOrCreate().withPrefix("nimble").register(Tr()),no.tagFor(Pr)
|
|
1164
|
-
const Lr="Source Sans Pro Fallback",Dr=Qi.create(Cr(fs)).withDefault((t=>Sc(
|
|
1165
|
-
Qi.create(Cr(ws)).withDefault((t=>
|
|
1164
|
+
const Lr="Source Sans Pro Fallback",Dr=Qi.create(Cr(fs)).withDefault((t=>Sc(Mc(t,Xn,Nn,qn)))),zr=Qi.create(Cr(ms)).withDefault((t=>Mc(t,qn,Un,Kn)))
|
|
1165
|
+
Qi.create(Cr(ws)).withDefault((t=>Mc(t,Zn,jn,Kn))),Qi.create(Cr(ys)).withDefault((t=>Mc(t,Nn,Gn,Kn))),Qi.create(Cr(bs)).withDefault((t=>Mc(t,Nn,Gn,Kn)))
|
|
1166
1166
|
const Br=Qi.create(Cr(xs)).withDefault((t=>ls(Oc(t),.2)))
|
|
1167
1167
|
Qi.create(Cr($s)).withDefault((t=>Sc(Oc(t))))
|
|
1168
|
-
const Nr=Qi.create(Cr(Cs)).withDefault((t=>ls(Oc(t),.15))),Zr=Qi.create(Cr(ks)).withDefault((t=>ls(function(t){return
|
|
1169
|
-
Qi.create(Cr(Ss)).withDefault((t=>ls(function(t){return
|
|
1170
|
-
const qr=Qi.create(Cr(_s)).withDefault((t=>Rc(t))),jr=Qi.create(Cr(
|
|
1168
|
+
const Nr=Qi.create(Cr(Cs)).withDefault((t=>ls(Oc(t),.15))),Zr=Qi.create(Cr(ks)).withDefault((t=>ls(function(t){return Mc(t,Xn,Nn,qn)}(t),.1)))
|
|
1169
|
+
Qi.create(Cr(Ss)).withDefault((t=>ls(function(t){return Mc(t,Xn,Nn,qn)}(t),.15)))
|
|
1170
|
+
const qr=Qi.create(Cr(_s)).withDefault((t=>Rc(t))),jr=Qi.create(Cr(Ms)).withDefault((t=>Sc(Rc(t)))),Ur=Qi.create(Cr(Is)).withDefault((t=>Ic(t))),Gr=Qi.create(Cr(Rs)).withDefault((t=>function(t){return Mc(t,Jn,Tn,qn)}(t))),Wr=Qi.create(Cr(As)).withDefault((t=>function(t){return Mc(t,Ln,Dn,qn)}(t))),Xr=Qi.create(Cr(Os)).withDefault((t=>function(t){return Mc(t,Pn,Hn,qn)}(t))),Kr=Qi.create(Cr(Es)).withDefault((t=>Mc(t,Yn,Yn,qn))),Yr=Qi.create(Cr(Fs)).withDefault((t=>Mc(t,Xn,Nn,qn)))
|
|
1171
1171
|
Qi.create(Cr(Vs)).withDefault((t=>function(t){switch(Hr.getValueFor(t)){case ps:return cs
|
|
1172
1172
|
case gs:return ds
|
|
1173
1173
|
case vs:return hs
|
|
1174
1174
|
default:return cs}}(t)))
|
|
1175
|
-
const Qr=Qi.create(Cr(Hs)).withDefault((t=>ls(
|
|
1176
|
-
Qi.create(Cr(mr)).withDefault((t=>
|
|
1177
|
-
const Jr=Qi.create(Cr(wr)).withDefault((t=>
|
|
1175
|
+
const Qr=Qi.create(Cr(Hs)).withDefault((t=>ls(Mc(t,Xn,Nn,qn),.3)))
|
|
1176
|
+
Qi.create(Cr(mr)).withDefault((t=>Mc(t,Nn,Un,Kn)))
|
|
1177
|
+
const Jr=Qi.create(Cr(wr)).withDefault((t=>Mc(t,Nn,jn,Kn))),ta=Qi.create(Cr(Ps)).withDefault("32px"),ea=Qi.create(Cr(Ts)).withDefault("24px"),ia=Qi.create(Cr(Ls)).withDefault("4px"),oa=Qi.create(Cr(Ds)).withDefault("16px")
|
|
1178
1178
|
Qi.create(Cr(zs)).withDefault("16px")
|
|
1179
1179
|
const na=Qi.create(Cr(Bs)).withDefault("1px"),sa=Qi.create(Cr(Ns)).withDefault("16px"),ra=Qi.create(Cr(qs)).withDefault("784px")
|
|
1180
1180
|
Qi.create(Cr(js)).withDefault("1px")
|
|
1181
1181
|
const aa=Qi.create(Cr(Us)).withDefault("16px")
|
|
1182
|
-
Qi.create(Cr(Gs)).withDefault("32px"),Qi.create(Cr(Ws)).withDefault("64px"),Qi.create(Cr(yr)).withDefault((t=>`0px 1px 4px ${ls(
|
|
1183
|
-
const la=Qi.create(Cr(xr)).withDefault((t=>`0px 2px 4px ${ls(
|
|
1182
|
+
Qi.create(Cr(Gs)).withDefault("32px"),Qi.create(Cr(Ws)).withDefault("64px"),Qi.create(Cr(yr)).withDefault((t=>`0px 1px 4px ${ls(Mc(t,Wn,Wn,Wn),.16)}`))
|
|
1183
|
+
const la=Qi.create(Cr(xr)).withDefault((t=>`0px 2px 4px ${ls(Mc(t,Wn,Wn,Wn),.16)}`)),ca=Qi.create(Cr($r)).withDefault((t=>`0px 4px 8px ${ls(Mc(t,Wn,Wn,Wn),.3)}`))
|
|
1184
1184
|
_c(Js,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Noto Serif","400","25px","32px","Noto Serif Fallback"),_c(Qs,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Noto Serif","400","29.100000381469727px","40px","Noto Serif Fallback"),_c(er,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","25px","32px","Source Sans Pro Fallback")
|
|
1185
1185
|
const[da,ha,ua,pa,ga,va,fa,ma]=_c(ir,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","22px","28px","Source Sans Pro Fallback")
|
|
1186
1186
|
_c(or,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","19px","24px","Source Sans Pro Fallback"),_c(nr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","300","16px","20px","Source Sans Pro Fallback")
|
|
1187
|
-
const[ba,wa,ya,xa,$a,Ca,ka,Sa]=_c(sr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[_a,Ia,
|
|
1187
|
+
const[ba,wa,ya,xa,$a,Ca,ka,Sa]=_c(sr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","300","12.800000190734863px","16px","Source Sans Pro Fallback"),[_a,Ma,Ia,Ra,Aa,Oa,Ea,Fa]=_c(rr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),is,os,ns,ss,Lr),[Va,Ha,Pa,Ta,La,Da,za,Ba]=_c(ar,(t=>Mc(t,ts,es,ls(qn,.6))),(t=>ls(Ac(t),.3)),is,os,ns,ss,Lr),[Na,Za,qa,ja,Ua,Ga,Wa,Xa]=_c(lr,(t=>Mc(t,ts,es,es)),(t=>ls(Ac(t),.3)),is,os,ns,ss,Lr),[Ka,Ya,Qa,Ja,tl,el,il,ol]=_c(cr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),is,os,ns,ss,Lr),[nl,sl,rl,al,ll,cl,dl,hl]=_c(dr,(t=>ls(Ac(t),.6)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[ul,pl,gl,vl,fl,ml,bl,wl]=_c(hr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","600","14px","18px","Source Sans Pro Fallback"),[yl,xl,$l,Cl,kl,Sl,_l,Ml]=_c(ur,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","14px","18px","Source Sans Pro Fallback"),[Il,Rl,Al,Ol,El,Fl,Vl,Hl]=_c(pr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[Pl,Tl,Ll,Dl,zl,Bl,Nl,Zl]=_c(gr,(t=>ls(Ac(t),.6)),(t=>ls(Ac(t),.3)),"Source Sans Pro","600","11px","16px","Source Sans Pro Fallback"),[ql,jl,Ul,Gl,Wl,Xl,Kl,Yl]=_c(vr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","12.800000190734863px","16px","Source Sans Pro Fallback"),[Ql,Jl,tc,ec,ic,oc,nc,sc]=_c(fr,(t=>Ac(t)),(t=>ls(Ac(t),.3)),"Source Sans Pro","400","11px",rs,"Source Sans Pro Fallback"),[rc,ac,lc,cc,dc,hc,uc,pc]=_c(br,(t=>Ic(t)),(t=>ls(Ic(t),.3)),"Source Sans Pro","400","11px",rs,"Source Sans Pro Fallback"),[gc,vc,fc,mc,bc,wc,yc,xc]=_c(tr,(t=>ls(Ac(t),.6)),(t=>ls(Ac(t),.3)),"Source Sans Pro","600","12.800000190734863px",rs,"Source Sans Pro Fallback"),$c=Qi.create(Cr(Zs)).withDefault("uppercase"),Cc=Qi.create(Cr(Xs)).withDefault("0.075s")
|
|
1188
1188
|
Qi.create(Cr(Ks)).withDefault("0.15s")
|
|
1189
1189
|
const kc=Qi.create(Cr(Ys)).withDefault(as)
|
|
1190
1190
|
function Sc(t){const{r:e,g:i,b:o}=Fn(t)
|
|
1191
1191
|
return`${255*e}, ${255*i}, ${255*o}`}function _c(t,e,i,o,n,s,r,a){if(""===t||""===o||""===n||""===s||""===r||""===a)throw new Error("createFontTokens parameter unexpectedly set to empty string")
|
|
1192
1192
|
const l=Qi.create(Cr(t)).withDefault(`${n} ${s}/${r} ${o}, ${a}`),c=t.split("-font"),d=c[0]
|
|
1193
1193
|
if(void 0===d||""!==c[1])throw new Error(`fontTokenName value of ${t} did not have the expected '-font' suffix`)
|
|
1194
|
-
return[l,Qi.create(Cr(`${d}-font-color`)).withDefault((t=>e(t))),Qi.create(Cr(`${d}-disabled-font-color`)).withDefault((t=>i(t))),Qi.create(Cr(`${d}-font-family`)).withDefault(`${o}`),Qi.create(Cr(`${d}-font-weight`)).withDefault(`${n}`),Qi.create(Cr(`${d}-font-size`)).withDefault(`${s}`),Qi.create(Cr(`${d}-font-line-height`)).withDefault(`${r}`),Qi.create(Cr(`${d}-fallback-font-family`)).withDefault(`${a}`)]}function
|
|
1194
|
+
return[l,Qi.create(Cr(`${d}-font-color`)).withDefault((t=>e(t))),Qi.create(Cr(`${d}-disabled-font-color`)).withDefault((t=>i(t))),Qi.create(Cr(`${d}-font-family`)).withDefault(`${o}`),Qi.create(Cr(`${d}-font-weight`)).withDefault(`${n}`),Qi.create(Cr(`${d}-font-size`)).withDefault(`${s}`),Qi.create(Cr(`${d}-font-line-height`)).withDefault(`${r}`),Qi.create(Cr(`${d}-fallback-font-family`)).withDefault(`${a}`)]}function Mc(t,e,i,o){switch(Hr.getValueFor(t)){case ps:return e
|
|
1195
1195
|
case gs:return i
|
|
1196
1196
|
case vs:return o
|
|
1197
|
-
default:return e}}function
|
|
1197
|
+
default:return e}}function Ic(t){return Mc(t,zn,"#ff4646",qn)}function Rc(t){return Mc(t,Xn,Nn,qn)}function Ac(t){return Mc(t,Xn,Nn,qn)}function Oc(t){return Mc(t,Yn,Yn,qn)}const Ec=ft`
|
|
1198
1198
|
${bn("inline")}
|
|
1199
1199
|
|
|
1200
1200
|
:host {
|
|
@@ -1207,14 +1207,14 @@ default:return e}}function Mc(t){return Ic(t,zn,"#ff4646",qn)}function Rc(t){ret
|
|
|
1207
1207
|
}
|
|
1208
1208
|
|
|
1209
1209
|
.control {
|
|
1210
|
-
color: ${
|
|
1210
|
+
color: ${Ma};
|
|
1211
1211
|
text-decoration: underline;
|
|
1212
1212
|
}
|
|
1213
1213
|
|
|
1214
1214
|
.control${xn} {
|
|
1215
1215
|
display: inline;
|
|
1216
1216
|
outline: none;
|
|
1217
|
-
box-shadow: inset 0px -1px ${
|
|
1217
|
+
box-shadow: inset 0px -1px ${Ma};
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
1220
|
.control:active {
|
|
@@ -1227,7 +1227,7 @@ default:return e}}function Mc(t){return Ic(t,zn,"#ff4646",qn)}function Rc(t){ret
|
|
|
1227
1227
|
}
|
|
1228
1228
|
|
|
1229
1229
|
.control:not(:any-link) {
|
|
1230
|
-
color: ${
|
|
1230
|
+
color: ${Ia};
|
|
1231
1231
|
text-decoration: none;
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
@@ -1721,7 +1721,7 @@ const jc=ft`
|
|
|
1721
1721
|
}
|
|
1722
1722
|
`
|
|
1723
1723
|
class Uc extends yn{constructor(){super(...arguments),this.disabled=!1,this.startColumnCount=0}clickHandler(t){return t.stopPropagation(),!0}keydownHandler(t){if(t.defaultPrevented)return!1
|
|
1724
|
-
if(t.key===
|
|
1724
|
+
if(t.key===Ir)t.stopPropagation()
|
|
1725
1725
|
return!0}setAttribute(t,e){"tabindex"===t?this.anchor.setAttribute(t,e):super.setAttribute(t,e)}get tabIndex(){return this.anchor.tabIndex}set tabIndex(t){this.anchor.tabIndex=t}}t([nt({mode:"boolean"})],Uc.prototype,"disabled",void 0),t([f],Uc.prototype,"anchor",void 0),t([f],Uc.prototype,"startColumnCount",void 0)
|
|
1726
1726
|
const Gc=Uc.compose({baseName:"anchor-menu-item",template:(t,e)=>G`
|
|
1727
1727
|
<template
|
|
@@ -1917,7 +1917,7 @@ case"Home":t.preventDefault(),this.focusFirstOrLast(!1)
|
|
|
1917
1917
|
break
|
|
1918
1918
|
case"End":t.preventDefault(),this.focusFirstOrLast(!0)
|
|
1919
1919
|
break
|
|
1920
|
-
case" ":case
|
|
1920
|
+
case" ":case Ir:t.preventDefault(),this.getTabAnchor(t.target).click()
|
|
1921
1921
|
break
|
|
1922
1922
|
case"ContextMenu":t.preventDefault(),e=this.getTabAnchor(t.target),e.focus(),e.dispatchEvent(new KeyboardEvent("keydown",{key:t.key,bubbles:!1}))}},this.adjustForward=()=>{const t=this.tabs
|
|
1923
1923
|
let e=0
|
|
@@ -1948,7 +1948,7 @@ const id=ft`
|
|
|
1948
1948
|
`
|
|
1949
1949
|
class od extends oi{}const nd=od.compose({baseName:"anchored-region",baseClass:oi,template:(t,e)=>G`
|
|
1950
1950
|
<template class="${t=>t.initialLayoutComplete?"loaded":""}">
|
|
1951
|
-
${
|
|
1951
|
+
${Mt((t=>t.initialLayoutComplete),G`
|
|
1952
1952
|
<slot></slot>
|
|
1953
1953
|
`)}
|
|
1954
1954
|
</template>
|
|
@@ -2029,8 +2029,8 @@ e&&Hr.unsubscribe(e)}}const ld=(t,e)=>new ad(t,e),cd=ft`
|
|
|
2029
2029
|
}
|
|
2030
2030
|
|
|
2031
2031
|
slot[name='action']::slotted(nimble-anchor) {
|
|
2032
|
-
${Ia.cssCustomProperty}: ${qn};
|
|
2033
2032
|
${Ma.cssCustomProperty}: ${qn};
|
|
2033
|
+
${Ia.cssCustomProperty}: ${qn};
|
|
2034
2034
|
${Ha.cssCustomProperty}: ${ls(qn,.6)};
|
|
2035
2035
|
font-size: 12.8px;
|
|
2036
2036
|
}
|
|
@@ -2114,7 +2114,7 @@ e&&Hr.unsubscribe(e)}}const ld=(t,e)=>new ad(t,e),cd=ft`
|
|
|
2114
2114
|
class hd extends vi{constructor(){super(...arguments),this.appearance=Hc,this.contentHidden=!1}}t([nt],hd.prototype,"appearance",void 0),t([nt({attribute:"appearance-variant"})],hd.prototype,"appearanceVariant",void 0),t([nt({attribute:"content-hidden",mode:"boolean"})],hd.prototype,"contentHidden",void 0)
|
|
2115
2115
|
const ud=hd.compose({baseName:"button",baseClass:vi,template:ri,styles:dd,shadowOptions:{delegatesFocus:!0}})
|
|
2116
2116
|
no.getOrCreate().withPrefix("nimble").register(ud())
|
|
2117
|
-
const pd=no.tagFor(hd),gd={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>'},vd={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>'},fd={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>'},md={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>'},bd={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>'},wd={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>'},yd={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>'},xd={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>'},$d={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>'},Cd={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>'},kd={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>'},Sd={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>'},_d={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>'},Id={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>'},Md={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>'},Rd={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>'},Ad={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>'},Od={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>'},Ed={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>'},Fd={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>'},Vd={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>'},Hd={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>'},Pd={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>'},Td={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>'},Ld={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>'},Dd={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>'},zd={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>'},Bd={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>'},Nd={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>'},Zd={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>'},qd={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>'},jd={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>'},Ud={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>'},Gd={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>'},Wd={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>'},Xd={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>'},Kd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},th={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>'},eh={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>'},ih={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>'},oh={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>'},nh={name:"cloud_upload_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m8.476 7.298-1.927 3.848 1.48-.568v3.407h.948v-3.407l1.42.568ZM15 9.005a2.374 2.374 0 0 1-2.371 2.371h-.998l-.5-1h1.498a1.371 1.371 0 1 0-.516-2.64A3.77 3.77 0 1 0 4.797 5.99 2.238 2.238 0 0 0 2 8.148a2.223 2.223 0 0 0 2.057 2.22l1.758.009-.448.894a10.567 10.567 0 0 1-2.31-.121 3.224 3.224 0 0 1 .993-6.225 4.77 4.77 0 0 1 9.236 1.68c0 .04 0 .081-.002.121A2.375 2.375 0 0 1 15 9.006Z"/></svg>'},sh={name:"cloud_with_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.429 10.1.001-.101A3.998 3.998 0 0 0 4.69 8.59a2.715 2.715 0 0 0-2.557 2.7 2.782 2.782 0 0 0 1.725 2.516 4.854 4.854 0 0 0 1.225.19h.004c.19.006 6.792 0 6.792 0a1.987 1.987 0 0 0 .55-3.897Zm-.55 3.06-7.183-.008a1.867 1.867 0 0 1 .156-3.728 1.891 1.891 0 0 1 .464.06 3.16 3.16 0 1 1 6.13 1.462 1.149 1.149 0 1 1 .433 2.213ZM4.5 4.5a1 1 0 1 1 1-1 1 1 0 0 1-1 1Zm5.138.681.496-1.241H7v-.828h3.134l-.496-1.293L13 3.502Z"/></svg>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},fh={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>'},mh={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>'},bh={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>'},wh={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>'},yh={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>'},xh={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>'},$h={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>'},Ch={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>'},kh={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>'},Sh={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>'},_h={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>'},Ih={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>'},Mh={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>'},Rh={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>'},Ah={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>'},Oh={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>'},Eh={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>'},Fh={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>'},Vh={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>'},Hh={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>'},Ph={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>'},Th={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>'},Lh={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>'},Dh={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>'},zh={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>'},Bh={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>'},Nh={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>'},Zh={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>'},qh={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>'},jh={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>'},Uh={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>'},Gh={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>'},Wh={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>'},Xh={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>'},Kh={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>'},Yh={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>'},Qh={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>'},Jh={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>'},tu={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>'},eu={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>'},iu={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>'},ou={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>'},nu={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>'},su={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>'},ru={name:"list_tree_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 5v2h4v2h-4v2h4v2H8V5H5V3h9v2ZM2 5h2V3H2Zm5 6H5v2h2Zm0-4H5v2h2Z"/></svg>'},au={name:"list_tree_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.953 11.81c.013-.011.032-.02.046-.031v.917c0 .33-.523.678-1.42.953a8.234 8.234 0 0 1-.694.178 16.116 16.116 0 0 1-3.382.328 16.089 16.089 0 0 1-3.38-.328 8.77 8.77 0 0 1-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 0 0 .332.218l.03.017a4.235 4.235 0 0 0 .46.202l.01.005.1.037c.053.018.11.034.164.05.093.031.186.062.283.09.033.01.064.022.1.031l.058.015c.184.048.378.092.58.132.043.009.084.018.13.026.214.042.438.078.666.11l.134.017c.21.028.425.051.646.072l.104.01c.242.021.487.037.731.049l.166.007c.251.01.504.016.754.016s.501-.007.754-.016l.164-.007c.246-.012.491-.028.734-.048l.102-.011c.22-.02.436-.044.649-.072.044-.006.09-.01.134-.017q.343-.048.664-.11c.046-.008.088-.017.132-.026q.3-.06.577-.13c.02-.007.043-.012.063-.017.034-.009.064-.021.099-.031.098-.028.189-.059.283-.09.052-.017.11-.032.16-.05.035-.012.07-.024.103-.037l.012-.005a4.252 4.252 0 0 0 .457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 0 0 .33-.216Zm-5.45-2.946c-3.237 0-5.492.767-5.492 1.457 0 .33.523.679 1.42.952a9.998 9.998 0 0 0 .694.179 16.101 16.101 0 0 0 3.378.327 16.12 16.12 0 0 0 3.382-.327 8.892 8.892 0 0 0 .694-.18C13.477 11 14 10.652 14 10.322c0-.69-2.257-1.457-5.497-1.457ZM14 6V5H5V3h2V2H2v1h2v5.581a9.632 9.632 0 0 1 1-.255V6h3v2h6V7H9V6Z"/></svg>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={name:"minus_wide_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3 7h10v2H3z"/></svg>'},pu={name:"mobile_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.462 2.077H4.538A.54.54 0 0 0 4 2.615v10.77a.54.54 0 0 0 .538.538h5.924a.54.54 0 0 0 .538-.538V2.615a.54.54 0 0 0-.538-.538ZM10 12H5V3h5Z"/></svg>'},gu={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>'},vu={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>'},fu={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>'},bu={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>'},wu={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>'},yu={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>'},xu={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>'},$u={name:"share_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.984 2.012-2.069 6.153-.565-2.722-3.544 3.544-.822-.822 3.544-3.544-2.723-.566ZM2 4v10h10v-4h-2v2H4V6h2V4Z"/></svg>'},Cu={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>'},ku={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>'},Su={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>'},_u={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>'},Iu={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>'},Mu={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>'},Ru={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>'},Au={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>'},Ou={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>'},Eu={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>'},Fu={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>'},Vu={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>'},Hu={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>'},Pu={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>'},Tu={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>'},Lu={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>'},Du={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>'},zu={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>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},ju={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>'},Uu={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>'},Gu={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>'},Wu={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>'},Xu={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>'},Ku={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>'},Yu={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>'},Qu={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>'},Ju={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>'},tp={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>'},ep={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>'},ip={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>'},op={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>'},np={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>'},sp=G`
|
|
2117
|
+
const pd=no.tagFor(hd),gd={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>'},vd={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>'},fd={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>'},md={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>'},bd={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>'},wd={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>'},yd={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>'},xd={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>'},$d={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>'},Cd={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>'},kd={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>'},Sd={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>'},_d={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>'},Md={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>'},Id={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>'},Rd={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>'},Ad={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>'},Od={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>'},Ed={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>'},Fd={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>'},Vd={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>'},Hd={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>'},Pd={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>'},Td={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>'},Ld={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>'},Dd={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>'},zd={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>'},Bd={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>'},Nd={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>'},Zd={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>'},qd={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>'},jd={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>'},Ud={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>'},Gd={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>'},Wd={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>'},Xd={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>'},Kd={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>'},Yd={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>'},Qd={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>'},Jd={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>'},th={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>'},eh={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>'},ih={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>'},oh={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>'},nh={name:"cloud_upload_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m8.476 7.298-1.927 3.848 1.48-.568v3.407h.948v-3.407l1.42.568ZM15 9.005a2.374 2.374 0 0 1-2.371 2.371h-.998l-.5-1h1.498a1.371 1.371 0 1 0-.516-2.64A3.77 3.77 0 1 0 4.797 5.99 2.238 2.238 0 0 0 2 8.148a2.223 2.223 0 0 0 2.057 2.22l1.758.009-.448.894a10.567 10.567 0 0 1-2.31-.121 3.224 3.224 0 0 1 .993-6.225 4.77 4.77 0 0 1 9.236 1.68c0 .04 0 .081-.002.121A2.375 2.375 0 0 1 15 9.006Z"/></svg>'},sh={name:"cloud_with_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m12.429 10.1.001-.101A3.998 3.998 0 0 0 4.69 8.59a2.715 2.715 0 0 0-2.557 2.7 2.782 2.782 0 0 0 1.725 2.516 4.854 4.854 0 0 0 1.225.19h.004c.19.006 6.792 0 6.792 0a1.987 1.987 0 0 0 .55-3.897Zm-.55 3.06-7.183-.008a1.867 1.867 0 0 1 .156-3.728 1.891 1.891 0 0 1 .464.06 3.16 3.16 0 1 1 6.13 1.462 1.149 1.149 0 1 1 .433 2.213ZM4.5 4.5a1 1 0 1 1 1-1 1 1 0 0 1-1 1Zm5.138.681.496-1.241H7v-.828h3.134l-.496-1.293L13 3.502Z"/></svg>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},dh={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>'},hh={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>'},uh={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>'},ph={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>'},gh={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>'},vh={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>'},fh={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>'},mh={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>'},bh={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>'},wh={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>'},yh={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>'},xh={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>'},$h={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>'},Ch={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>'},kh={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>'},Sh={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>'},_h={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>'},Mh={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>'},Ih={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>'},Rh={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>'},Ah={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>'},Oh={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>'},Eh={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>'},Fh={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>'},Vh={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>'},Hh={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>'},Ph={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>'},Th={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>'},Lh={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>'},Dh={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>'},zh={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>'},Bh={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>'},Nh={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>'},Zh={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>'},qh={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>'},jh={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>'},Uh={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>'},Gh={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>'},Wh={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>'},Xh={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>'},Kh={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>'},Yh={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>'},Qh={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>'},Jh={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>'},tu={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>'},eu={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>'},iu={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>'},ou={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>'},nu={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>'},su={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>'},ru={name:"list_tree_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 5v2h4v2h-4v2h4v2H8V5H5V3h9v2ZM2 5h2V3H2Zm5 6H5v2h2Zm0-4H5v2h2Z"/></svg>'},au={name:"list_tree_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.953 11.81c.013-.011.032-.02.046-.031v.917c0 .33-.523.678-1.42.953a8.234 8.234 0 0 1-.694.178 16.116 16.116 0 0 1-3.382.328 16.089 16.089 0 0 1-3.38-.328 8.77 8.77 0 0 1-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 0 0 .332.218l.03.017a4.235 4.235 0 0 0 .46.202l.01.005.1.037c.053.018.11.034.164.05.093.031.186.062.283.09.033.01.064.022.1.031l.058.015c.184.048.378.092.58.132.043.009.084.018.13.026.214.042.438.078.666.11l.134.017c.21.028.425.051.646.072l.104.01c.242.021.487.037.731.049l.166.007c.251.01.504.016.754.016s.501-.007.754-.016l.164-.007c.246-.012.491-.028.734-.048l.102-.011c.22-.02.436-.044.649-.072.044-.006.09-.01.134-.017q.343-.048.664-.11c.046-.008.088-.017.132-.026q.3-.06.577-.13c.02-.007.043-.012.063-.017.034-.009.064-.021.099-.031.098-.028.189-.059.283-.09.052-.017.11-.032.16-.05.035-.012.07-.024.103-.037l.012-.005a4.252 4.252 0 0 0 .457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 0 0 .33-.216Zm-5.45-2.946c-3.237 0-5.492.767-5.492 1.457 0 .33.523.679 1.42.952a9.998 9.998 0 0 0 .694.179 16.101 16.101 0 0 0 3.378.327 16.12 16.12 0 0 0 3.382-.327 8.892 8.892 0 0 0 .694-.18C13.477 11 14 10.652 14 10.322c0-.69-2.257-1.457-5.497-1.457ZM14 6V5H5V3h2V2H2v1h2v5.581a9.632 9.632 0 0 1 1-.255V6h3v2h6V7H9V6Z"/></svg>'},lu={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>'},cu={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>'},du={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>'},hu={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>'},uu={name:"minus_wide_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3 7h10v2H3z"/></svg>'},pu={name:"mobile_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10.462 2.077H4.538A.54.54 0 0 0 4 2.615v10.77a.54.54 0 0 0 .538.538h5.924a.54.54 0 0 0 .538-.538V2.615a.54.54 0 0 0-.538-.538ZM10 12H5V3h5Z"/></svg>'},gu={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>'},vu={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>'},fu={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>'},bu={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>'},wu={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>'},yu={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>'},xu={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>'},$u={name:"share_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.984 2.012-2.069 6.153-.565-2.722-3.544 3.544-.822-.822 3.544-3.544-2.723-.566ZM2 4v10h10v-4h-2v2H4V6h2V4Z"/></svg>'},Cu={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>'},ku={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>'},Su={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>'},_u={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>'},Mu={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>'},Iu={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>'},Ru={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>'},Au={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>'},Ou={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>'},Eu={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>'},Fu={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>'},Vu={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>'},Hu={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>'},Pu={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>'},Tu={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>'},Lu={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>'},Du={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>'},zu={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>'},Bu={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>'},Nu={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>'},Zu={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>'},qu={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>'},ju={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>'},Uu={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>'},Gu={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>'},Wu={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>'},Xu={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>'},Ku={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>'},Yu={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>'},Qu={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>'},Ju={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>'},tp={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>'},ep={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>'},ip={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>'},op={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>'},np={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>'},sp=G`
|
|
2118
2118
|
<template>
|
|
2119
2119
|
<div class="icon" :innerHTML=${t=>t.icon.data}></div>
|
|
2120
2120
|
</template
|
|
@@ -2158,7 +2158,7 @@ const pd=no.tagFor(hd),gd={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.or
|
|
|
2158
2158
|
class ap extends _e{constructor(t){super(),this.icon=t}}t([nt],ap.prototype,"severity",void 0)
|
|
2159
2159
|
const lp=(t,e)=>{const i=e.compose({baseName:t,template:sp,styles:rp,baseClass:e})
|
|
2160
2160
|
no.getOrCreate().withPrefix("nimble").register(i())}
|
|
2161
|
-
class cp extends ap{constructor(){super(
|
|
2161
|
+
class cp extends ap{constructor(){super(Mh)}}lp("icon-exclamation-mark",cp)
|
|
2162
2162
|
const dp=no.tagFor(cp)
|
|
2163
2163
|
class hp extends ap{constructor(){super(Yh)}}lp("icon-info",hp)
|
|
2164
2164
|
const up=no.tagFor(hp)
|
|
@@ -2190,13 +2190,13 @@ const fp=no.tagFor(vp),mp={default:void 0,error:"error",warning:"warning",inform
|
|
|
2190
2190
|
aria-roledescription="${t=>t.ariaRoledescription}"
|
|
2191
2191
|
>
|
|
2192
2192
|
<div class="icon">
|
|
2193
|
-
${
|
|
2193
|
+
${Mt((t=>t.severity===mp.error),G`
|
|
2194
2194
|
<${dp}></${dp}>
|
|
2195
2195
|
`)}
|
|
2196
|
-
${
|
|
2196
|
+
${Mt((t=>t.severity===mp.warning),G`
|
|
2197
2197
|
<${gp}></${gp}>
|
|
2198
2198
|
`)}
|
|
2199
|
-
${
|
|
2199
|
+
${Mt((t=>t.severity===mp.information),G`
|
|
2200
2200
|
<${up}></${up}>
|
|
2201
2201
|
`)}
|
|
2202
2202
|
</div>
|
|
@@ -2207,7 +2207,7 @@ const fp=no.tagFor(vp),mp={default:void 0,error:"error",warning:"warning",inform
|
|
|
2207
2207
|
<div class="controls">
|
|
2208
2208
|
<slot name="action"></slot>
|
|
2209
2209
|
<div class="dismiss">
|
|
2210
|
-
${
|
|
2210
|
+
${Mt((t=>!t.preventDismiss),G`
|
|
2211
2211
|
<${pd} appearance="ghost" content-hidden @click="${t=>t.dismissBanner()}">
|
|
2212
2212
|
<${fp} slot="start"></${fp}>
|
|
2213
2213
|
${t=>t.dismissButtonLabel??"Close"}
|
|
@@ -2227,7 +2227,7 @@ const xp=ft`
|
|
|
2227
2227
|
:host {
|
|
2228
2228
|
box-sizing: border-box;
|
|
2229
2229
|
font: ${_a};
|
|
2230
|
-
--ni-private-breadcrumb-link-font-color: ${
|
|
2230
|
+
--ni-private-breadcrumb-link-font-color: ${Ma};
|
|
2231
2231
|
--ni-private-breadcrumb-link-active-font-color: ${Ha};
|
|
2232
2232
|
}
|
|
2233
2233
|
|
|
@@ -2326,7 +2326,7 @@ const kp=ft`
|
|
|
2326
2326
|
`
|
|
2327
2327
|
class Sp extends ni{}const _p=Sp.compose({baseName:"breadcrumb-item",baseClass:ni,template:(t,e)=>G`
|
|
2328
2328
|
<div role="listitem" class="listitem" part="listitem">
|
|
2329
|
-
${
|
|
2329
|
+
${Mt((t=>t.href&&t.href.length>0),G`
|
|
2330
2330
|
${((t,e)=>G`
|
|
2331
2331
|
<a
|
|
2332
2332
|
class="control"
|
|
@@ -2369,12 +2369,12 @@ class Sp extends ni{}const _p=Sp.compose({baseName:"breadcrumb-item",baseClass:n
|
|
|
2369
2369
|
</a>
|
|
2370
2370
|
`)(0,e)}
|
|
2371
2371
|
`)}
|
|
2372
|
-
${
|
|
2372
|
+
${Mt((t=>!t.href),G`
|
|
2373
2373
|
${Nt(0,e)}
|
|
2374
2374
|
<slot></slot>
|
|
2375
2375
|
${Bt(0,e)}
|
|
2376
2376
|
`)}
|
|
2377
|
-
${
|
|
2377
|
+
${Mt((t=>t.separator),G`
|
|
2378
2378
|
<span class="separator" part="separator" aria-hidden="true">
|
|
2379
2379
|
<slot name="separator">${e.separator||""}</slot>
|
|
2380
2380
|
</span>
|
|
@@ -2382,7 +2382,7 @@ class Sp extends ni{}const _p=Sp.compose({baseName:"breadcrumb-item",baseClass:n
|
|
|
2382
2382
|
</div>
|
|
2383
2383
|
`,styles:kp,separator:zh.data})
|
|
2384
2384
|
no.getOrCreate().withPrefix("nimble").register(_p()),no.tagFor(Sp)
|
|
2385
|
-
const
|
|
2385
|
+
const Mp=ft`
|
|
2386
2386
|
${bn("inline-flex")}
|
|
2387
2387
|
|
|
2388
2388
|
:host {
|
|
@@ -2511,9 +2511,9 @@ const Ip=ft`
|
|
|
2511
2511
|
--ni-private-card-button-border-selected-color: ${ls(qn,.6)};
|
|
2512
2512
|
}
|
|
2513
2513
|
`))
|
|
2514
|
-
class
|
|
2515
|
-
const Rp=
|
|
2516
|
-
no.getOrCreate().withPrefix("nimble").register(Rp()),no.tagFor(
|
|
2514
|
+
class Ip extends vi{constructor(){super(...arguments),this.selected=!1}}t([nt({mode:"boolean"})],Ip.prototype,"selected",void 0)
|
|
2515
|
+
const Rp=Ip.compose({baseName:"card-button",template:ri,styles:Mp,shadowOptions:{delegatesFocus:!0}})
|
|
2516
|
+
no.getOrCreate().withPrefix("nimble").register(Rp()),no.tagFor(Ip)
|
|
2517
2517
|
const Ap=ft`
|
|
2518
2518
|
${bn("inline-flex")}
|
|
2519
2519
|
|
|
@@ -3071,15 +3071,15 @@ const Dp=no.tagFor(Lp),zp="underline",Bp="outline",Np="block",Zp=ft`
|
|
|
3071
3071
|
}
|
|
3072
3072
|
`))
|
|
3073
3073
|
class Up extends Fi{constructor(){super(...arguments),this.appearance=zp,this.errorVisible=!1,this.valueUpdatedByInput=!1}setPositioning(){this.$fastController.isConnected&&super.setPositioning()}slottedOptionsChanged(t,e){const i=this.value
|
|
3074
|
-
super.slottedOptionsChanged(t,e),i&&(this.value=i)}connectedCallback(){super.connectedCallback(),this.setPositioning(),this.updateInputAriaLabel()}toggleButtonClickHandler(t){t.stopImmediatePropagation()}toggleButtonChangeHandler(t){this.open=this.dropdownButton.checked,t.stopImmediatePropagation()}toggleButtonKeyDownHandler(t){switch(t.key){case
|
|
3074
|
+
super.slottedOptionsChanged(t,e),i&&(this.value=i)}connectedCallback(){super.connectedCallback(),this.setPositioning(),this.updateInputAriaLabel()}toggleButtonClickHandler(t){t.stopImmediatePropagation()}toggleButtonChangeHandler(t){this.open=this.dropdownButton.checked,t.stopImmediatePropagation()}toggleButtonKeyDownHandler(t){switch(t.key){case Mr:case _r:case" ":case Ir:return this.open=!0,this.stopPropagation(t),!1
|
|
3075
3075
|
default:return!0}}filterOptions(){super.filterOptions()
|
|
3076
3076
|
const t=this.filteredOptions.filter((t=>!t.disabled))
|
|
3077
3077
|
this.filteredOptions=t}inputHandler(t){const e=super.inputHandler(t)
|
|
3078
3078
|
return this.valueUpdatedByInput||(this.valueBeforeTextUpdate=this.value),this.value=this.control.value,this.valueUpdatedByInput=!0,e}keydownHandler(t){const e=super.keydownHandler(t)
|
|
3079
3079
|
if(t.ctrlKey||t.altKey)return e
|
|
3080
|
-
switch(t.key){case
|
|
3080
|
+
switch(t.key){case Ir:this.emitChangeIfValueUpdated()
|
|
3081
3081
|
break
|
|
3082
|
-
case _r:case
|
|
3082
|
+
case _r:case Mr:this.open&&this.valueUpdatedByInput&&(this.valueUpdatedByInput=!1)
|
|
3083
3083
|
break
|
|
3084
3084
|
default:return e}return e}focusoutHandler(t){const e=super.focusoutHandler(t)
|
|
3085
3085
|
return this.open=!1,this.emitChangeIfValueUpdated(),e}openChanged(){super.openChanged(),this.dropdownButton&&(this.dropdownButton.checked=this.open)}ariaLabelChanged(t,e){this.updateInputAriaLabel()}updateInputAriaLabel(){const t=this.shadowRoot?.querySelector(".selected-value")
|
|
@@ -3472,16 +3472,16 @@ class vg extends ap{constructor(){super(kd)}}lp("icon-arrow-rotate-right",vg),no
|
|
|
3472
3472
|
class fg extends ap{constructor(){super(Sd)}}lp("icon-arrow-u-rotate-left",fg),no.tagFor(fg)
|
|
3473
3473
|
class mg extends ap{constructor(){super(_d)}}lp("icon-arrow-up",mg)
|
|
3474
3474
|
const bg=no.tagFor(mg)
|
|
3475
|
-
class wg extends ap{constructor(){super(
|
|
3476
|
-
class yg extends ap{constructor(){super(
|
|
3475
|
+
class wg extends ap{constructor(){super(Md)}}lp("icon-arrow-up-left-and-arrow-down-right",wg),no.tagFor(wg)
|
|
3476
|
+
class yg extends ap{constructor(){super(Id)}}lp("icon-arrows-maximize",yg),no.tagFor(yg)
|
|
3477
3477
|
class xg extends ap{constructor(){super(Rd)}}lp("icon-arrows-repeat",xg),no.tagFor(xg)
|
|
3478
3478
|
class $g extends ap{constructor(){super(Ad)}}lp("icon-bars",$g),no.tagFor($g)
|
|
3479
3479
|
class Cg extends ap{constructor(){super(Od)}}lp("icon-bell",Cg),no.tagFor(Cg)
|
|
3480
3480
|
class kg extends ap{constructor(){super(Ed)}}lp("icon-bell-and-comment",kg),no.tagFor(kg)
|
|
3481
3481
|
class Sg extends ap{constructor(){super(Fd)}}lp("icon-bell-circle",Sg),no.tagFor(Sg)
|
|
3482
3482
|
class _g extends ap{constructor(){super(Vd)}}lp("icon-bell-solid-circle",_g),no.tagFor(_g)
|
|
3483
|
-
class
|
|
3484
|
-
class
|
|
3483
|
+
class Mg extends ap{constructor(){super(Hd)}}lp("icon-block-with-ribbon",Mg),no.tagFor(Mg)
|
|
3484
|
+
class Ig extends ap{constructor(){super(Pd)}}lp("icon-book-magnifying-glass",Ig),no.tagFor(Ig)
|
|
3485
3485
|
class Rg extends ap{constructor(){super(Td)}}lp("icon-calendar",Rg),no.tagFor(Rg)
|
|
3486
3486
|
class Ag extends ap{constructor(){super(Ld)}}lp("icon-chart-diagram",Ag),no.tagFor(Ag)
|
|
3487
3487
|
class Og extends ap{constructor(){super(Dd)}}lp("icon-chart-diagram-child-focus",Og),no.tagFor(Og)
|
|
@@ -3526,7 +3526,7 @@ class vv extends ap{constructor(){super(Ch)}}lp("icon-dot-solid-dot-stroke",vv),
|
|
|
3526
3526
|
class fv extends ap{constructor(){super(kh)}}lp("icon-dot-solid-dot-stroke-measurement",fv),no.tagFor(fv)
|
|
3527
3527
|
class mv extends ap{constructor(){super(Sh)}}lp("icon-download",mv),no.tagFor(mv)
|
|
3528
3528
|
class bv extends ap{constructor(){super(_h)}}lp("icon-electronic-chip-zoomed",bv),no.tagFor(bv)
|
|
3529
|
-
class wv extends ap{constructor(){super(
|
|
3529
|
+
class wv extends ap{constructor(){super(Ih)}}lp("icon-eye",wv),no.tagFor(wv)
|
|
3530
3530
|
class yv extends ap{constructor(){super(Rh)}}lp("icon-fancy-a",yv),no.tagFor(yv)
|
|
3531
3531
|
class xv extends ap{constructor(){super(Ah)}}lp("icon-file",xv),no.tagFor(xv)
|
|
3532
3532
|
class $v extends ap{constructor(){super(Oh)}}lp("icon-file-drawer",$v),no.tagFor($v)
|
|
@@ -3534,8 +3534,8 @@ class Cv extends ap{constructor(){super(Eh)}}lp("icon-file-search",Cv),no.tagFor
|
|
|
3534
3534
|
class kv extends ap{constructor(){super(Fh)}}lp("icon-filter",kv),no.tagFor(kv)
|
|
3535
3535
|
class Sv extends ap{constructor(){super(Vh)}}lp("icon-floppy-disk",Sv),no.tagFor(Sv)
|
|
3536
3536
|
class _v extends ap{constructor(){super(Hh)}}lp("icon-floppy-disk-checkmark",_v),no.tagFor(_v)
|
|
3537
|
-
class
|
|
3538
|
-
class
|
|
3537
|
+
class Mv extends ap{constructor(){super(Ph)}}lp("icon-floppy-disk-star-arrow-right",Mv),no.tagFor(Mv)
|
|
3538
|
+
class Iv extends ap{constructor(){super(Th)}}lp("icon-floppy-disk-three-dots",Iv),no.tagFor(Iv)
|
|
3539
3539
|
class Rv extends ap{constructor(){super(Lh)}}lp("icon-folder",Rv),no.tagFor(Rv)
|
|
3540
3540
|
class Av extends ap{constructor(){super(Dh)}}lp("icon-folder-open",Av),no.tagFor(Av)
|
|
3541
3541
|
class Ov extends ap{constructor(){super(zh)}}lp("icon-forward-slash",Ov),no.tagFor(Ov)
|
|
@@ -3579,16 +3579,16 @@ class vf extends ap{constructor(){super(Cu)}}lp("icon-shield-check",vf),no.tagFo
|
|
|
3579
3579
|
class ff extends ap{constructor(){super(ku)}}lp("icon-shield-xmark",ff),no.tagFor(ff)
|
|
3580
3580
|
class mf extends ap{constructor(){super(Su)}}lp("icon-signal-bars",mf),no.tagFor(mf)
|
|
3581
3581
|
class bf extends ap{constructor(){super(_u)}}lp("icon-sine-graph",bf),no.tagFor(bf)
|
|
3582
|
-
class wf extends ap{constructor(){super(
|
|
3583
|
-
class yf extends ap{constructor(){super(
|
|
3582
|
+
class wf extends ap{constructor(){super(Mu)}}lp("icon-skip-arrow",wf),no.tagFor(wf)
|
|
3583
|
+
class yf extends ap{constructor(){super(Iu)}}lp("icon-spinner",yf),no.tagFor(yf)
|
|
3584
3584
|
class xf extends ap{constructor(){super(Ru)}}lp("icon-square-check",xf),no.tagFor(xf)
|
|
3585
3585
|
class $f extends ap{constructor(){super(Au)}}lp("icon-square-t",$f),no.tagFor($f)
|
|
3586
3586
|
class Cf extends ap{constructor(){super(Ou)}}lp("icon-t",Cf),no.tagFor(Cf)
|
|
3587
3587
|
class kf extends ap{constructor(){super(Eu)}}lp("icon-tablet",kf),no.tagFor(kf)
|
|
3588
3588
|
class Sf extends ap{constructor(){super(Fu)}}lp("icon-tag",Sf),no.tagFor(Sf)
|
|
3589
3589
|
class _f extends ap{constructor(){super(Vu)}}lp("icon-tags",_f),no.tagFor(_f)
|
|
3590
|
-
class
|
|
3591
|
-
class
|
|
3590
|
+
class Mf extends ap{constructor(){super(Hu)}}lp("icon-target-crosshairs",Mf),no.tagFor(Mf)
|
|
3591
|
+
class If extends ap{constructor(){super(Pu)}}lp("icon-target-crosshairs-progress",If),no.tagFor(If)
|
|
3592
3592
|
class Rf extends ap{constructor(){super(Tu)}}lp("icon-three-dots-line",Rf)
|
|
3593
3593
|
const Af=no.tagFor(Rf)
|
|
3594
3594
|
class Of extends ap{constructor(){super(Lu)}}lp("icon-three-vertical-lines",Of),no.tagFor(Of)
|
|
@@ -3720,7 +3720,7 @@ const Jf=ft`
|
|
|
3720
3720
|
|
|
3721
3721
|
::slotted(header) {
|
|
3722
3722
|
display: flex;
|
|
3723
|
-
font: ${
|
|
3723
|
+
font: ${Il};
|
|
3724
3724
|
color: ${Rl};
|
|
3725
3725
|
text-transform: ${$c};
|
|
3726
3726
|
padding-top: ${ia};
|
|
@@ -3781,7 +3781,7 @@ const im=ft`
|
|
|
3781
3781
|
<slot></slot>
|
|
3782
3782
|
<slot slot="end" name="end"></slot>
|
|
3783
3783
|
</${Pp}>
|
|
3784
|
-
${
|
|
3784
|
+
${Mt((t=>t.open),G`
|
|
3785
3785
|
<${sd}
|
|
3786
3786
|
fixed-placement="true"
|
|
3787
3787
|
auto-update-mode="auto"
|
|
@@ -3804,7 +3804,7 @@ class sm extends _e{constructor(){super(...arguments),this.appearance=Hc,this.di
|
|
|
3804
3804
|
this.$emit("toggle",t)}}regionLoadedHandler(){this.focusLastItemWhenOpened?(this.focusLastMenuItem(),this.focusLastItemWhenOpened=!1):this.focusMenu()
|
|
3805
3805
|
this.$emit("toggle",{oldState:!1,newState:!0})}focusoutHandler(t){if(!this.open)return!0
|
|
3806
3806
|
const e=t.relatedTarget
|
|
3807
|
-
return!(!this.contains(e)&&!this.getMenu()?.contains(e))||(this.setOpen(!1),!1)}toggleButtonCheckedChangeHandler(t){return this.setOpen(this.toggleButton.checked),t.stopPropagation(),!1}toggleButtonKeyDownHandler(t){switch(t.key){case
|
|
3807
|
+
return!(!this.contains(e)&&!this.getMenu()?.contains(e))||(this.setOpen(!1),!1)}toggleButtonCheckedChangeHandler(t){return this.setOpen(this.toggleButton.checked),t.stopPropagation(),!1}toggleButtonKeyDownHandler(t){switch(t.key){case Mr:return this.focusLastItemWhenOpened=!0,this.setOpen(!0),!1
|
|
3808
3808
|
case _r:return this.setOpen(!0),!1
|
|
3809
3809
|
default:return!0}}menuKeyDownHandler(t){return"Escape"!==t.key||(this.setOpen(!1),this.toggleButton.focus(),!1)}setOpen(t){if(this.open===t)return
|
|
3810
3810
|
const e={oldState:this.open,newState:t}
|
|
@@ -3909,7 +3909,7 @@ class cm extends yo{}const dm=cm.compose({baseName:"menu-item",baseClass:yo,temp
|
|
|
3909
3909
|
@mouseout="${(t,e)=>t.handleMouseOut(e.event)}"
|
|
3910
3910
|
class="${t=>t.disabled?"disabled":""} ${t=>t.expanded?"expanded":""} ${t=>`indent-${t.startColumnCount}`}"
|
|
3911
3911
|
>
|
|
3912
|
-
${
|
|
3912
|
+
${Mt((t=>t.role===mo),G`
|
|
3913
3913
|
<div part="input-container" class="input-container">
|
|
3914
3914
|
<span part="checkbox" class="checkbox">
|
|
3915
3915
|
<slot name="checkbox-indicator">
|
|
@@ -3918,7 +3918,7 @@ class cm extends yo{}const dm=cm.compose({baseName:"menu-item",baseClass:yo,temp
|
|
|
3918
3918
|
</span>
|
|
3919
3919
|
</div>
|
|
3920
3920
|
`)}
|
|
3921
|
-
${
|
|
3921
|
+
${Mt((t=>t.role===bo),G`
|
|
3922
3922
|
<div part="input-container" class="input-container">
|
|
3923
3923
|
<span part="radio" class="radio">
|
|
3924
3924
|
<slot name="radio-indicator">
|
|
@@ -3933,7 +3933,7 @@ class cm extends yo{}const dm=cm.compose({baseName:"menu-item",baseClass:yo,temp
|
|
|
3933
3933
|
<slot></slot>
|
|
3934
3934
|
</span>
|
|
3935
3935
|
${Bt(0,e)}
|
|
3936
|
-
${
|
|
3936
|
+
${Mt((t=>t.hasSubmenu),G`
|
|
3937
3937
|
<div
|
|
3938
3938
|
part="expand-collapse-glyph-container"
|
|
3939
3939
|
class="expand-collapse-glyph-container"
|
|
@@ -3945,7 +3945,7 @@ class cm extends yo{}const dm=cm.compose({baseName:"menu-item",baseClass:yo,temp
|
|
|
3945
3945
|
</span>
|
|
3946
3946
|
</div>
|
|
3947
3947
|
`)}
|
|
3948
|
-
${
|
|
3948
|
+
${Mt((t=>t.expanded),G`
|
|
3949
3949
|
<${t.tagFor(oi)}
|
|
3950
3950
|
:anchorElement="${t=>t}"
|
|
3951
3951
|
vertical-positioning-mode="dynamic"
|
|
@@ -4197,7 +4197,7 @@ const fm=vm.compose({baseName:"number-field",baseClass:Ro,template:(t,e)=>G`
|
|
|
4197
4197
|
aria-roledescription="${t=>t.ariaRoledescription}"
|
|
4198
4198
|
${_t("control")}
|
|
4199
4199
|
/>
|
|
4200
|
-
${
|
|
4200
|
+
${Mt((t=>!t.hideStep&&!t.readOnly&&!t.disabled),G`
|
|
4201
4201
|
<div class="controls" part="controls">
|
|
4202
4202
|
<div class="step-up" part="step-up" @click="${t=>t.stepUp()}">
|
|
4203
4203
|
<slot name="step-up-glyph">
|
|
@@ -4454,7 +4454,7 @@ const Sm=km.compose({baseName:"select",baseClass:To,template:(t,e)=>G`
|
|
|
4454
4454
|
@keydown="${(t,e)=>t.keydownHandler(e.event)}"
|
|
4455
4455
|
@mousedown="${(t,e)=>t.mousedownHandler(e.event)}"
|
|
4456
4456
|
>
|
|
4457
|
-
${
|
|
4457
|
+
${Mt((t=>t.collapsible),G`
|
|
4458
4458
|
<div
|
|
4459
4459
|
class="control"
|
|
4460
4460
|
part="control"
|
|
@@ -4631,7 +4631,7 @@ const _m=ft`
|
|
|
4631
4631
|
:host {
|
|
4632
4632
|
--ni-private-spinner-bits-background-color: ${qn};
|
|
4633
4633
|
}
|
|
4634
|
-
`)),
|
|
4634
|
+
`)),Mm=G`
|
|
4635
4635
|
<template role="progressbar">
|
|
4636
4636
|
<div class="container">
|
|
4637
4637
|
<div class="bit1"></div>
|
|
@@ -4639,8 +4639,8 @@ const _m=ft`
|
|
|
4639
4639
|
</div>
|
|
4640
4640
|
</template>
|
|
4641
4641
|
`
|
|
4642
|
-
class
|
|
4643
|
-
no.getOrCreate().withPrefix("nimble").register(Rm()),no.tagFor(
|
|
4642
|
+
class Im extends _e{}const Rm=Im.compose({baseName:"spinner",template:Mm,styles:_m})
|
|
4643
|
+
no.getOrCreate().withPrefix("nimble").register(Rm()),no.tagFor(Im)
|
|
4644
4644
|
const Am=ft`
|
|
4645
4645
|
${bn("inline-flex")}
|
|
4646
4646
|
|
|
@@ -5205,9 +5205,31 @@ return null!=(e=t.options.debugAll)?e:t.options.debugRows}}),_getAllCellsByColum
|
|
|
5205
5205
|
return null!=(e=t.options.debugAll)?e:t.options.debugRows}})}
|
|
5206
5206
|
for(let e=0;e<t._features.length;e++){const i=t._features[e]
|
|
5207
5207
|
Object.assign(r,null==i||null==i.createRow?void 0:i.createRow(r,t))}return r}
|
|
5208
|
-
const kb=
|
|
5209
|
-
|
|
5210
|
-
|
|
5208
|
+
const kb=G`
|
|
5209
|
+
<template role="cell">
|
|
5210
|
+
${t=>t.cellViewTemplate}
|
|
5211
|
+
${Mt((t=>t.hasActionMenu),G`
|
|
5212
|
+
<${am} ${_t("actionMenuButton")}
|
|
5213
|
+
content-hidden
|
|
5214
|
+
appearance="${Pc}"
|
|
5215
|
+
@beforetoggle="${(t,e)=>t.onActionMenuBeforeToggle(e.event)}"
|
|
5216
|
+
@toggle="${(t,e)=>t.onActionMenuToggle(e.event)}"
|
|
5217
|
+
class="action-menu"
|
|
5218
|
+
>
|
|
5219
|
+
<${Af} slot="start"></${Af}>
|
|
5220
|
+
${t=>t.actionMenuLabel}
|
|
5221
|
+
<slot name="cellActionMenu" slot="menu"></slot>
|
|
5222
|
+
</${am}>
|
|
5223
|
+
`)}
|
|
5224
|
+
</template>
|
|
5225
|
+
`,Sb={none:void 0,ascending:"ascending",descending:"descending"},_b="basic",Mb="localeAwareCaseSensitive"
|
|
5226
|
+
class Ib extends _e{constructor(){super(),this.columnHidden=!1,this.sortDirection=Sb.none,this.currentFractionalWidth=1,this.internalFractionalWidth=1,this.internalMinPixelWidth=88,this.dataRecordFieldNames=[],this.sortOperation=_b,this.internalUniqueId=Or("table-column-slot")}connectedCallback(){super.connectedCallback(),this.setAttribute("slot",this.internalUniqueId)}cellViewTagChanged(){var t
|
|
5227
|
+
this.currentCellViewTemplate=this.cellViewTag?G`<${t=this.cellViewTag} class="cell-view"
|
|
5228
|
+
:cellRecord="${t=>t.cellState?.cellRecord}"
|
|
5229
|
+
:columnConfig="${t=>t.cellState?.columnConfig}"
|
|
5230
|
+
>
|
|
5231
|
+
</${t}>`:void 0}internalFractionalWidthChanged(){this.currentFractionalWidth=this.internalFractionalWidth}internalPixelWidthChanged(){this.currentPixelWidth=this.internalPixelWidth}}t([nt({attribute:"column-id"})],Ib.prototype,"columnId",void 0),t([nt({attribute:"action-menu-slot"})],Ib.prototype,"actionMenuSlot",void 0),t([nt({attribute:"action-menu-label"})],Ib.prototype,"actionMenuLabel",void 0),t([nt({attribute:"column-hidden",mode:"boolean"})],Ib.prototype,"columnHidden",void 0),t([nt({attribute:"sort-index",converter:it})],Ib.prototype,"sortIndex",void 0),t([nt({attribute:"sort-direction"})],Ib.prototype,"sortDirection",void 0),t([f],Ib.prototype,"currentPixelWidth",void 0),t([f],Ib.prototype,"currentFractionalWidth",void 0),t([f],Ib.prototype,"internalPixelWidth",void 0),t([f],Ib.prototype,"internalFractionalWidth",void 0),t([f],Ib.prototype,"internalMinPixelWidth",void 0),t([f],Ib.prototype,"cellViewTag",void 0),t([f],Ib.prototype,"currentCellViewTemplate",void 0),t([f],Ib.prototype,"dataRecordFieldNames",void 0),t([f],Ib.prototype,"columnConfig",void 0),t([f],Ib.prototype,"operandDataRecordFieldName",void 0),t([f],Ib.prototype,"sortOperation",void 0)
|
|
5232
|
+
class Rb{constructor(){this.duplicateRecordId=!1,this.missingRecordId=!1,this.invalidRecordId=!1,this.duplicateColumnId=!1,this.missingColumnId=!1,this.duplicateSortIndex=!1}getValidity(){return{duplicateRecordId:this.duplicateRecordId,missingRecordId:this.missingRecordId,invalidRecordId:this.invalidRecordId,duplicateColumnId:this.duplicateColumnId,missingColumnId:this.missingColumnId,duplicateSortIndex:this.duplicateSortIndex}}isValid(){return Object.values(this.getValidity()).every((t=>!1===t))}validateRecordIds(t,e){if(this.duplicateRecordId=!1,this.missingRecordId=!1,this.invalidRecordId=!1,"string"!=typeof e)return!0
|
|
5211
5233
|
const i=new Set
|
|
5212
5234
|
for(const o of t){if(!Object.prototype.hasOwnProperty.call(o,e)){this.missingRecordId=!0
|
|
5213
5235
|
continue}const t=o[e]
|
|
@@ -5219,7 +5241,7 @@ for(const e of t)e?(i.has(e)&&(this.duplicateColumnId=!0),i.add(e)):this.missing
|
|
|
5219
5241
|
return!this.missingColumnId&&!this.duplicateColumnId}validateColumnSortIndices(t){this.duplicateSortIndex=!1
|
|
5220
5242
|
const e=new Set
|
|
5221
5243
|
for(const i of t)e.has(i)&&(this.duplicateSortIndex=!0),e.add(i)
|
|
5222
|
-
return!this.duplicateSortIndex}}const
|
|
5244
|
+
return!this.duplicateSortIndex}}const Ab=ft`
|
|
5223
5245
|
${bn("flex")}
|
|
5224
5246
|
|
|
5225
5247
|
:host {
|
|
@@ -5313,7 +5335,7 @@ return!this.duplicateSortIndex}}const Rb=ft`
|
|
|
5313
5335
|
.row:hover::before {
|
|
5314
5336
|
background: ${ls(qn,.15)};
|
|
5315
5337
|
}
|
|
5316
|
-
`)),
|
|
5338
|
+
`)),Ob=ft`
|
|
5317
5339
|
${bn("flex")}
|
|
5318
5340
|
|
|
5319
5341
|
:host {
|
|
@@ -5329,22 +5351,22 @@ return!this.duplicateSortIndex}}const Rb=ft`
|
|
|
5329
5351
|
.sort-indicator {
|
|
5330
5352
|
padding: 0px calc(${oa} / 2);
|
|
5331
5353
|
}
|
|
5332
|
-
`,
|
|
5354
|
+
`,Eb=G`
|
|
5333
5355
|
<template role="columnheader" aria-sort="${t=>t.ariaSort}">
|
|
5334
5356
|
<slot></slot>
|
|
5335
5357
|
|
|
5336
|
-
${
|
|
5358
|
+
${Mt((t=>t.sortDirection===Sb.ascending),G`
|
|
5337
5359
|
<${bg} class="sort-indicator" aria-hidden="true"></${bg}>
|
|
5338
5360
|
`)}
|
|
5339
|
-
${
|
|
5361
|
+
${Mt((t=>t.sortDirection===Sb.descending),G`
|
|
5340
5362
|
<${ag} class="sort-indicator" aria-hidden="true"></${ag}>
|
|
5341
5363
|
`)}
|
|
5342
5364
|
</template>
|
|
5343
5365
|
`
|
|
5344
|
-
class
|
|
5345
|
-
const Fb
|
|
5346
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5347
|
-
const
|
|
5366
|
+
class Fb extends _e{constructor(){super(...arguments),this.sortDirection=Sb.none,this.firstSortedColumn=!1}sortDirectionChanged(t,e){this.updateAriaSort()}firstSortedColumnChanged(t,e){this.updateAriaSort()}updateAriaSort(){this.firstSortedColumn&&this.sortDirection!==Sb.none?this.sortDirection===Sb.ascending?this.ariaSort="ascending":this.ariaSort="descending":this.ariaSort=null}}t([nt({attribute:"sort-direction"})],Fb.prototype,"sortDirection",void 0),t([nt({attribute:"first-sorted-column",mode:"boolean"})],Fb.prototype,"firstSortedColumn",void 0)
|
|
5367
|
+
const Vb=Fb.compose({baseName:"table-header",template:Eb,styles:Ob})
|
|
5368
|
+
no.getOrCreate().withPrefix("nimble").register(Vb())
|
|
5369
|
+
const Hb=no.tagFor(Fb),Pb=ft`
|
|
5348
5370
|
${bn("grid")}
|
|
5349
5371
|
|
|
5350
5372
|
:host {
|
|
@@ -5368,7 +5390,7 @@ const Vb=no.tagFor(Eb),Hb=ft`
|
|
|
5368
5390
|
:host(:hover) nimble-table-cell {
|
|
5369
5391
|
--ni-private-table-cell-action-menu-display: block;
|
|
5370
5392
|
}
|
|
5371
|
-
`,
|
|
5393
|
+
`,Tb=ft`
|
|
5372
5394
|
${bn("grid")}
|
|
5373
5395
|
|
|
5374
5396
|
:host {
|
|
@@ -5380,7 +5402,7 @@ const Vb=no.tagFor(Eb),Hb=ft`
|
|
|
5380
5402
|
--ni-private-table-cell-action-menu-display: block;
|
|
5381
5403
|
}
|
|
5382
5404
|
|
|
5383
|
-
.cell-
|
|
5405
|
+
.cell-view {
|
|
5384
5406
|
overflow: hidden;
|
|
5385
5407
|
display: flex;
|
|
5386
5408
|
align-items: center;
|
|
@@ -5389,44 +5411,25 @@ const Vb=no.tagFor(Eb),Hb=ft`
|
|
|
5389
5411
|
.action-menu {
|
|
5390
5412
|
display: var(--ni-private-table-cell-action-menu-display);
|
|
5391
5413
|
}
|
|
5392
|
-
`,Tb=G`
|
|
5393
|
-
<template role="cell">
|
|
5394
|
-
<div ${_t("cellContentContainer")} class="cell-content-container"></div>
|
|
5395
|
-
|
|
5396
|
-
${It((t=>t.hasActionMenu),G`
|
|
5397
|
-
<${am}
|
|
5398
|
-
content-hidden
|
|
5399
|
-
appearance="${Pc}"
|
|
5400
|
-
@beforetoggle="${(t,e)=>t.onActionMenuBeforeToggle(e.event)}"
|
|
5401
|
-
@toggle="${(t,e)=>t.onActionMenuToggle(e.event)}"
|
|
5402
|
-
class="action-menu"
|
|
5403
|
-
>
|
|
5404
|
-
<${Af} slot="start"></${Af}>
|
|
5405
|
-
${t=>t.actionMenuLabel}
|
|
5406
|
-
<slot name="cellActionMenu" slot="menu"></slot>
|
|
5407
|
-
</${am}>
|
|
5408
|
-
`)}
|
|
5409
|
-
</template>
|
|
5410
5414
|
`
|
|
5411
|
-
class Lb extends _e{constructor(){super(...arguments),this.hasActionMenu=!1,this.menuOpen=!1
|
|
5412
|
-
const Db=Lb.compose({baseName:"table-cell",template:
|
|
5415
|
+
class Lb extends _e{constructor(){super(...arguments),this.hasActionMenu=!1,this.menuOpen=!1}onActionMenuBeforeToggle(t){this.$emit("cell-action-menu-beforetoggle",t.detail)}onActionMenuToggle(t){this.menuOpen=t.detail.newState,this.$emit("cell-action-menu-toggle",t.detail)}}t([f],Lb.prototype,"cellState",void 0),t([nt({attribute:"has-action-menu",mode:"boolean"})],Lb.prototype,"hasActionMenu",void 0),t([nt({attribute:"menu-open",mode:"boolean"})],Lb.prototype,"menuOpen",void 0),t([nt({attribute:"action-menu-label"})],Lb.prototype,"actionMenuLabel",void 0),t([f],Lb.prototype,"cellViewTemplate",void 0)
|
|
5416
|
+
const Db=Lb.compose({baseName:"table-cell",template:kb,styles:Tb})
|
|
5413
5417
|
no.getOrCreate().withPrefix("nimble").register(Db())
|
|
5414
5418
|
const zb=no.tagFor(Lb),Bb=G`
|
|
5415
5419
|
<template role="row">
|
|
5416
5420
|
${Ft((t=>t.columnStates),G`
|
|
5417
|
-
${
|
|
5421
|
+
${Mt((t=>!t.column.columnHidden),G`
|
|
5418
5422
|
<${zb}
|
|
5419
5423
|
class="cell"
|
|
5420
|
-
:cellTemplate="${t=>t.column.cellTemplate}"
|
|
5421
|
-
:cellStyles="${t=>t.column.cellStyles}"
|
|
5422
5424
|
:cellState="${t=>t.cellState}"
|
|
5425
|
+
:cellViewTemplate="${t=>t.column.currentCellViewTemplate}"
|
|
5423
5426
|
?has-action-menu="${t=>!!t.column.actionMenuSlot}"
|
|
5424
5427
|
action-menu-label="${t=>t.column.actionMenuLabel}"
|
|
5425
5428
|
@cell-action-menu-beforetoggle="${(t,e)=>e.parent.onCellActionMenuBeforeToggle(e.event,t.column)}"
|
|
5426
5429
|
@cell-action-menu-toggle="${(t,e)=>e.parent.onCellActionMenuToggle(e.event,t.column)}"
|
|
5427
5430
|
>
|
|
5428
5431
|
|
|
5429
|
-
${
|
|
5432
|
+
${Mt(((t,e)=>e.parent.currentActionMenuColumn===t.column&&t.column.actionMenuSlot),G`
|
|
5430
5433
|
<slot
|
|
5431
5434
|
name="${t=>`row-action-menu-${t.column.actionMenuSlot}`}"
|
|
5432
5435
|
slot="cellActionMenu"
|
|
@@ -5441,9 +5444,10 @@ class Nb extends _e{constructor(){super(...arguments),this.columns=[],this.menuO
|
|
|
5441
5444
|
let i
|
|
5442
5445
|
if(this.hasValidFieldNames(e)&&this.dataRecord){const o=e.map((t=>this.dataRecord[t]))
|
|
5443
5446
|
i={cellRecord:Object.fromEntries(t.cellRecordFieldNames.map(((t,e)=>[t,o[e]]))),columnConfig:t.columnConfig??{}}}else i={cellRecord:{},columnConfig:{}}
|
|
5444
|
-
return{column:t,cellState:i}}))}onCellActionMenuBeforeToggle(t,e){this.currentActionMenuColumn=e,this.emitToggleEvent("row-action-menu-beforetoggle",t.detail,e)}onCellActionMenuToggle(t,e){this.menuOpen=t.detail.newState,this.emitToggleEvent("row-action-menu-toggle",t.detail,e)}
|
|
5447
|
+
return{column:t,cellState:i}}))}onCellActionMenuBeforeToggle(t,e){this.currentActionMenuColumn=e,this.emitToggleEvent("row-action-menu-beforetoggle",t.detail,e)}onCellActionMenuToggle(t,e){this.menuOpen=t.detail.newState,this.emitToggleEvent("row-action-menu-toggle",t.detail,e)}closeOpenActionMenus(){if(this.menuOpen){const t=Array.from(this.shadowRoot.children).find((t=>t instanceof Lb&&t.menuOpen))
|
|
5448
|
+
t?.actionMenuButton?.open&&t.actionMenuButton.toggleButton.control.click()}}emitToggleEvent(t,e,i){const o={newState:e.newState,oldState:e.oldState,recordIds:[this.recordId],columnId:i.columnId}
|
|
5445
5449
|
this.$emit(t,o)}hasValidFieldNames(t){return t.every((t=>void 0!==t))}}t([nt({attribute:"record-id"})],Nb.prototype,"recordId",void 0),t([f],Nb.prototype,"dataRecord",void 0),t([f],Nb.prototype,"columns",void 0),t([f],Nb.prototype,"currentActionMenuColumn",void 0),t([nt({attribute:"menu-open",mode:"boolean"})],Nb.prototype,"menuOpen",void 0),t([m],Nb.prototype,"columnStates",null)
|
|
5446
|
-
const Zb=Nb.compose({baseName:"table-row",template:Bb,styles:
|
|
5450
|
+
const Zb=Nb.compose({baseName:"table-row",template:Bb,styles:Pb})
|
|
5447
5451
|
no.getOrCreate().withPrefix("nimble").register(Zb())
|
|
5448
5452
|
const qb=no.tagFor(Nb),jb=G`
|
|
5449
5453
|
<template role="table" ${Dt({property:"childItems",filter:Vt()})}>
|
|
@@ -5457,14 +5461,14 @@ const qb=no.tagFor(Nb),jb=G`
|
|
|
5457
5461
|
<div role="rowgroup" class="header-container">
|
|
5458
5462
|
<div class="header-row" role="row">
|
|
5459
5463
|
${Ft((t=>t.columns),G`
|
|
5460
|
-
${
|
|
5461
|
-
<${
|
|
5464
|
+
${Mt((t=>!t.columnHidden),G`
|
|
5465
|
+
<${Hb}
|
|
5462
5466
|
class="header"
|
|
5463
|
-
sort-direction="${t=>"number"==typeof t.sortIndex?t.sortDirection:
|
|
5467
|
+
sort-direction="${t=>"number"==typeof t.sortIndex?t.sortDirection:Sb.none}"
|
|
5464
5468
|
?first-sorted-column="${(t,e)=>t===e.parent.firstSortedColumn}"
|
|
5465
5469
|
>
|
|
5466
5470
|
<slot name="${t=>t.slot}"></slot>
|
|
5467
|
-
</${
|
|
5471
|
+
</${Hb}>
|
|
5468
5472
|
`)}
|
|
5469
5473
|
`)}
|
|
5470
5474
|
<div class="header-scrollbar-spacer"></div>
|
|
@@ -5472,9 +5476,9 @@ const qb=no.tagFor(Nb),jb=G`
|
|
|
5472
5476
|
</div>
|
|
5473
5477
|
<div class="table-viewport" ${_t("viewport")}>
|
|
5474
5478
|
<div class="table-scroll"></div>
|
|
5475
|
-
<div class="table-row-container"
|
|
5479
|
+
<div class="table-row-container" ${Dt({property:"rowElements",filter:Vt(qb)})}
|
|
5476
5480
|
role="rowgroup">
|
|
5477
|
-
${
|
|
5481
|
+
${Mt((t=>t.columns.length>0&&t.canRenderRows),G`
|
|
5478
5482
|
${Ft((t=>t.virtualizer.visibleItems),G`
|
|
5479
5483
|
<${qb}
|
|
5480
5484
|
class="row"
|
|
@@ -5484,7 +5488,7 @@ const qb=no.tagFor(Nb),jb=G`
|
|
|
5484
5488
|
@row-action-menu-beforetoggle="${(t,e)=>e.parent.onRowActionMenuBeforeToggle(e.event)}"
|
|
5485
5489
|
@row-action-menu-toggle="${(t,e)=>e.parent.onRowActionMenuToggle(e.event)}"
|
|
5486
5490
|
>
|
|
5487
|
-
${
|
|
5491
|
+
${Mt(((t,e)=>e.parent.openActionMenuRecordId===e.parent.tableData[t.index]?.id),G`
|
|
5488
5492
|
${Ft(((t,e)=>e.parent.actionMenuSlots),G`
|
|
5489
5493
|
<slot
|
|
5490
5494
|
name="${t=>t}"
|
|
@@ -5586,22 +5590,26 @@ i.options.scrollToFn(t,{behavior:n,adjustments:o},i)},this.measure=function(){i.
|
|
|
5586
5590
|
* LICENSE.md file in the root directory of this source tree.
|
|
5587
5591
|
*
|
|
5588
5592
|
* @license MIT
|
|
5589
|
-
*/class ow{
|
|
5593
|
+
*/class ow extends _e{focusedRecycleCallback(){}}t([f],ow.prototype,"cellRecord",void 0),t([f],ow.prototype,"columnConfig",void 0)
|
|
5594
|
+
class nw{constructor(t){this.visibleItems=[],this.allRowsHeight=0,this.headerContainerMarginRight=0,this.rowContainerYOffset=0,this.table=t,this.viewportResizeObserver=new ResizeObserver((t=>{const e=t[0]?.borderBoxSize[0]
|
|
5590
5595
|
if(e){const t=e.inlineSize
|
|
5591
5596
|
this.headerContainerMarginRight=t-this.table.viewport.clientWidth}}))}connectedCallback(){this.viewportResizeObserver.observe(this.table.viewport),this.updateVirtualizer()}disconnectedCallback(){this.viewportResizeObserver.disconnect()}dataChanged(){this.table.$fastController.isConnected&&this.updateVirtualizer()}updateVirtualizer(){const t=this.createVirtualizerOptions()
|
|
5592
5597
|
this.virtualizer?this.virtualizer.setOptions(t):this.virtualizer=new iw(t),this.virtualizer._willUpdate(),this.handleVirtualizerChange()}createVirtualizerOptions(){const t=parseFloat(ta.getValueFor(this.table))+2*parseFloat(na.getValueFor(this.table))
|
|
5593
|
-
return{count:this.table.tableData.length,getScrollElement:()=>this.table.viewport,estimateSize:e=>t,enableSmoothScroll:!0,overscan:3,scrollingDelay:5,scrollToFn:ew,observeElementOffset:Jb,observeElementRect:Yb,onChange:()=>this.handleVirtualizerChange()}}handleVirtualizerChange(){
|
|
5598
|
+
return{count:this.table.tableData.length,getScrollElement:()=>this.table.viewport,estimateSize:e=>t,enableSmoothScroll:!0,overscan:3,scrollingDelay:5,scrollToFn:ew,observeElementOffset:Jb,observeElementRect:Yb,onChange:()=>this.handleVirtualizerChange()}}handleVirtualizerChange(){this.notifyFocusedCellRecycling()
|
|
5599
|
+
const t=this.virtualizer
|
|
5594
5600
|
this.visibleItems=t.getVirtualItems(),this.allRowsHeight=t.getTotalSize()
|
|
5595
5601
|
let e=0
|
|
5596
|
-
if(this.visibleItems.length>0){e=this.visibleItems[0].start}this.rowContainerYOffset=e}
|
|
5597
|
-
|
|
5598
|
-
|
|
5599
|
-
|
|
5600
|
-
|
|
5602
|
+
if(this.visibleItems.length>0){e=this.visibleItems[0].start}this.rowContainerYOffset=e}notifyFocusedCellRecycling(){let t=this.table.shadowRoot.activeElement
|
|
5603
|
+
for(;null!==t&&!(t instanceof ow)&&t.shadowRoot;)t=t.shadowRoot.activeElement
|
|
5604
|
+
if(t instanceof ow&&t.focusedRecycleCallback(),void 0!==this.table.openActionMenuRecordId){this.table.rowElements.find((t=>t.recordId===this.table.openActionMenuRecordId))?.closeOpenActionMenus()}}}function sw(t){switch(t){case _b:return yb.basic
|
|
5605
|
+
case Mb:return rw
|
|
5606
|
+
default:return yb.basic}}function rw(t,e,i){const o=t.getValue(i),n=e.getValue(i)
|
|
5607
|
+
return"string"==typeof o&&"string"==typeof n?o.localeCompare(n):o===n?0:void 0===o||null===o&&void 0!==n?-1:1}t([f],nw.prototype,"visibleItems",void 0),t([f],nw.prototype,"allRowsHeight",void 0),t([f],nw.prototype,"headerContainerMarginRight",void 0),t([f],nw.prototype,"rowContainerYOffset",void 0)
|
|
5608
|
+
const aw=(t,...e)=>{for(const i of e)if(t===i)return!0
|
|
5601
5609
|
return!1}
|
|
5602
|
-
class
|
|
5610
|
+
class lw{constructor(t){this.requiredUpdates={rowIds:!1,columnIds:!1,columnSort:!1,columnWidths:!1,columnDefinition:!1,actionMenuSlots:!1},this.updateQueued=!1,this.table=t}get updateRowIds(){return this.requiredUpdates.rowIds}get updateColumnIds(){return this.requiredUpdates.columnIds}get updateColumnSort(){return this.requiredUpdates.columnSort}get updateColumnWidths(){return this.requiredUpdates.columnWidths}get updateColumnDefinition(){return this.requiredUpdates.columnDefinition}get updateActionMenuSlots(){return this.requiredUpdates.actionMenuSlots}get requiresTanStackUpdate(){return this.requiredUpdates.rowIds||this.requiredUpdates.columnSort||this.requiredUpdates.columnDefinition}get requiresTanStackDataReset(){return this.requiredUpdates.rowIds||this.requiredUpdates.columnDefinition}trackAllStateChanged(){this.setAllKeys(!0),this.queueUpdate()}trackColumnPropertyChanged(t){aw(t,"columnId")?this.requiredUpdates.columnIds=!0:aw(t,"operandDataRecordFieldName","sortOperation")?this.requiredUpdates.columnDefinition=!0:aw(t,"sortIndex","sortDirection")?this.requiredUpdates.columnSort=!0:aw(t,"currentFractionalWidth","currentPixelWidth","internalMinPixelWidth","columnHidden")?this.requiredUpdates.columnWidths=!0:aw(t,"actionMenuSlot")&&(this.requiredUpdates.actionMenuSlots=!0),this.queueUpdate()}trackColumnInstancesChanged(){this.requiredUpdates.columnIds=!0,this.requiredUpdates.columnDefinition=!0,this.requiredUpdates.columnSort=!0,this.requiredUpdates.columnWidths=!0,this.requiredUpdates.actionMenuSlots=!0,this.queueUpdate()}trackIdFieldNameChanged(){this.requiredUpdates.rowIds=!0,this.queueUpdate()}setAllKeys(t){Object.keys(this.requiredUpdates).forEach((e=>{this.requiredUpdates[e]=t}))}queueUpdate(){this.table.$fastController.isConnected&&(this.updateQueued||(this.updateQueued=!0,u.queueUpdate((()=>{this.table.update(),this.setAllKeys(!1),this.updateQueued=!1}))))}}class cw{static getGridTemplateColumns(t){return t?.filter((t=>!t.columnHidden)).reduce(((t,e)=>{const i=""===t?"":" ",o=e.internalMinPixelWidth
|
|
5603
5611
|
if(e.currentPixelWidth){const n=e.currentPixelWidth
|
|
5604
|
-
return`${t}${i}${n>o?n:o}px`}return`${t}${i}minmax(${o}px, ${e.currentFractionalWidth}fr)`}),"")??""}}class
|
|
5612
|
+
return`${t}${i}${n>o?n:o}px`}return`${t}${i}minmax(${o}px, ${e.currentFractionalWidth}fr)`}),"")??""}}class dw extends _e{constructor(){super(),this.tableData=[],this.columns=[],this.childItems=[],this.rowElements=[],this.actionMenuSlots=[],this.canRenderRows=!0,this.scrollX=0,this.tableValidator=new Rb,this.updateTracker=new lw(this),this.columnNotifiers=[],this.onViewPortScroll=t=>{this.scrollX=t.target.scrollLeft},this.options={data:[],onStateChange:t=>{},getCoreRowModel:t=>Nm((()=>[t.options.data]),(e=>{const i={rows:[],flatRows:[],rowsById:{}},o=function(e,n,s){void 0===n&&(n=0)
|
|
5605
5613
|
const r=[]
|
|
5606
5614
|
for(let l=0;l<e.length;l++){const c=Cb(t,t._getRowId(e[l],l,s),e[l],l,n)
|
|
5607
5615
|
var a
|
|
@@ -5620,20 +5628,20 @@ if(i||o)return i&&o?0:i?a.sortUndefined:-a.sortUndefined}let c=a.sortingFn(t,e,n
|
|
|
5620
5628
|
if(0!==c)return l&&(c*=-1),a.invertSorting&&(c*=-1),c}return t.index-e.index})),e.forEach((t=>{var e
|
|
5621
5629
|
n.push(t),null!=(e=t.subRows)&&e.length&&(t.subRows=a(t.subRows))})),e}
|
|
5622
5630
|
return{rows:a(i.rows),flatRows:n,rowsById:i.rowsById}}),{key:!1,debug:()=>{var e
|
|
5623
|
-
return null!=(e=t.options.debugAll)?e:t.options.debugTable},onChange:()=>{t._autoResetPageIndex()}}),columns:[],state:{},enableSorting:!0,renderFallbackValue:null,autoResetAll:!1},this.table=$b(this.options),this.virtualizer=new
|
|
5631
|
+
return null!=(e=t.options.debugAll)?e:t.options.debugTable},onChange:()=>{t._autoResetPageIndex()}}),columns:[],state:{},enableSorting:!0,renderFallbackValue:null,autoResetAll:!1},this.table=$b(this.options),this.virtualizer=new nw(this)}get validity(){return this.tableValidator.getValidity()}setData(t){this.setTableData(t)}connectedCallback(){super.connectedCallback(),this.virtualizer.connectedCallback(),this.updateTracker.trackAllStateChanged(),this.observeColumns(),this.viewport.addEventListener("scroll",this.onViewPortScroll,{passive:!0})}disconnectedCallback(){super.disconnectedCallback(),this.virtualizer.disconnectedCallback(),this.removeColumnObservers(),this.viewport.removeEventListener("scroll",this.onViewPortScroll)}checkValidity(){return this.tableValidator.isValid()}handleChange(t,e){t instanceof Ib&&"string"==typeof e&&this.updateTracker.trackColumnPropertyChanged(e)}onRowActionMenuBeforeToggle(t){this.openActionMenuRecordId=t.detail.recordIds[0],this.$emit("action-menu-beforetoggle",t.detail)}onRowActionMenuToggle(t){this.$emit("action-menu-toggle",t.detail),t.detail.newState||(this.openActionMenuRecordId=void 0)}update(){this.validate(),this.updateTracker.requiresTanStackUpdate&&this.updateTanStack(),this.updateTracker.updateActionMenuSlots&&this.updateActionMenuSlots(),this.updateTracker.updateColumnWidths&&this.updateRowGridColumns()}idFieldNameChanged(t,e){this.$fastController.isConnected&&this.updateTracker.trackIdFieldNameChanged()}columnsChanged(t,e){this.$fastController.isConnected&&(this.observeColumns(),this.updateTracker.trackColumnInstancesChanged())}removeColumnObservers(){this.columnNotifiers.forEach((t=>{t.unsubscribe(this)})),this.columnNotifiers=[]}observeColumns(){this.removeColumnObservers()
|
|
5624
5632
|
for(const t of this.columns){const e=v.getNotifier(t)
|
|
5625
|
-
e.subscribe(this),this.columnNotifiers.push(e)}}getColumnsParticipatingInSorting(){return this.columns.filter((t=>t.sortDirection!==
|
|
5633
|
+
e.subscribe(this),this.columnNotifiers.push(e)}}getColumnsParticipatingInSorting(){return this.columns.filter((t=>t.sortDirection!==Sb.none&&"number"==typeof t.sortIndex))}childItemsChanged(){this.updateColumnsFromChildItems()}async updateColumnsFromChildItems(){const t=this.childItems.map((async t=>t.matches(":not(:defined)")?customElements.whenDefined(t.localName):Promise.resolve()))
|
|
5626
5634
|
await Promise.all(t),this.columns=this.childItems.filter((t=>t instanceof Ib))}updateTanStack(){const t={state:{}}
|
|
5627
5635
|
this.updateTracker.updateColumnSort&&(t.state.sorting=this.calculateTanStackSortState()),this.updateTracker.updateColumnDefinition&&(t.columns=this.calculateTanStackColumns()),this.updateTracker.updateRowIds&&(t.getRowId=this.calculateTanStackRowIdFunction()),this.updateTracker.requiresTanStackDataReset&&(t.data=[...this.table.options.data]),this.updateTableOptions(t)}updateActionMenuSlots(){const t=new Set
|
|
5628
5636
|
for(const e of this.columns)e.actionMenuSlot&&t.add(e.actionMenuSlot)
|
|
5629
|
-
this.actionMenuSlots=Array.from(t)}updateRowGridColumns(){this.rowGridColumns=
|
|
5637
|
+
this.actionMenuSlots=Array.from(t)}updateRowGridColumns(){this.rowGridColumns=cw.getGridTemplateColumns(this.columns)}validate(){this.tableValidator.validateColumnIds(this.columns.map((t=>t.columnId))),this.tableValidator.validateColumnSortIndices(this.getColumnsParticipatingInSorting().map((t=>t.sortIndex))),this.validateWithData(this.table.options.data)}validateWithData(t){this.tableValidator.validateRecordIds(t,this.idFieldName),this.canRenderRows=this.checkValidity()}setTableData(t){const e=t.map((t=>({...t})))
|
|
5630
5638
|
this.validateWithData(e),this.updateTableOptions({data:e})}refreshRows(){const t=this.table.getRowModel().rows
|
|
5631
5639
|
this.tableData=t.map((t=>({record:t.original,id:t.id}))),this.virtualizer.dataChanged()}updateTableOptions(t){this.options={...this.options,...t,state:{...this.options.state,...t.state}},this.table.setOptions(this.options),this.refreshRows()}calculateTanStackSortState(){const t=this.getColumnsParticipatingInSorting().sort(((t,e)=>t.sortIndex-e.sortIndex))
|
|
5632
|
-
return this.firstSortedColumn=t.length?t[0]:void 0,t.map((t=>({id:t.internalUniqueId,desc:t.sortDirection===
|
|
5633
|
-
if("string"==typeof i)return e[i]},sortingFn:
|
|
5634
|
-
const dw
|
|
5635
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5636
|
-
const
|
|
5640
|
+
return this.firstSortedColumn=t.length?t[0]:void 0,t.map((t=>({id:t.internalUniqueId,desc:t.sortDirection===Sb.descending})))}calculateTanStackRowIdFunction(){return null===this.idFieldName||void 0===this.idFieldName?void 0:t=>t[this.idFieldName]}calculateTanStackColumns(){return this.columns.map((t=>({id:t.internalUniqueId,accessorFn:e=>{const i=t.operandDataRecordFieldName
|
|
5641
|
+
if("string"==typeof i)return e[i]},sortingFn:sw(t.sortOperation)})))}}t([nt({attribute:"id-field-name"})],dw.prototype,"idFieldName",void 0),t([f],dw.prototype,"tableData",void 0),t([f],dw.prototype,"columns",void 0),t([f],dw.prototype,"childItems",void 0),t([f],dw.prototype,"rowElements",void 0),t([f],dw.prototype,"actionMenuSlots",void 0),t([f],dw.prototype,"openActionMenuRecordId",void 0),t([f],dw.prototype,"canRenderRows",void 0),t([f],dw.prototype,"scrollX",void 0),t([f],dw.prototype,"rowGridColumns",void 0),t([f],dw.prototype,"firstSortedColumn",void 0)
|
|
5642
|
+
const hw=dw.compose({baseName:"table",template:jb,styles:Ab})
|
|
5643
|
+
no.getOrCreate().withPrefix("nimble").register(hw()),no.tagFor(dw)
|
|
5644
|
+
const uw=ft`
|
|
5637
5645
|
:host {
|
|
5638
5646
|
display: contents;
|
|
5639
5647
|
}
|
|
@@ -5643,14 +5651,14 @@ const hw=ft`
|
|
|
5643
5651
|
overflow: hidden;
|
|
5644
5652
|
text-overflow: ellipsis;
|
|
5645
5653
|
}
|
|
5646
|
-
`,
|
|
5654
|
+
`,pw=G`
|
|
5647
5655
|
<template>
|
|
5648
5656
|
<span class="header-content">
|
|
5649
5657
|
<slot></slot>
|
|
5650
5658
|
</span>
|
|
5651
5659
|
</template>
|
|
5652
5660
|
`
|
|
5653
|
-
const
|
|
5661
|
+
const gw=ft`
|
|
5654
5662
|
span {
|
|
5655
5663
|
font: ${yl};
|
|
5656
5664
|
color: ${xl};
|
|
@@ -5662,20 +5670,25 @@ const pw=ft`
|
|
|
5662
5670
|
.placeholder {
|
|
5663
5671
|
color: ${Tl};
|
|
5664
5672
|
}
|
|
5665
|
-
`,
|
|
5673
|
+
`,vw=G`
|
|
5666
5674
|
<span
|
|
5675
|
+
${_t("textSpan")}
|
|
5667
5676
|
class="${t=>"string"==typeof t.cellRecord.value?"":"placeholder"}"
|
|
5668
|
-
@mouseover="${
|
|
5669
|
-
|
|
5670
|
-
|
|
5677
|
+
@mouseover="${t=>{t.isValidContentAndHasOverflow=!!t.content&&t.textSpan.offsetWidth<t.textSpan.scrollWidth}}"
|
|
5678
|
+
@mouseout="${t=>{t.isValidContentAndHasOverflow=!1}}"
|
|
5679
|
+
title=${t=>t.isValidContentAndHasOverflow?t.content:null}
|
|
5671
5680
|
>
|
|
5672
|
-
${t=>
|
|
5681
|
+
${t=>t.content}
|
|
5673
5682
|
</span>
|
|
5674
5683
|
`
|
|
5675
|
-
class fw extends
|
|
5676
|
-
|
|
5677
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5678
|
-
const
|
|
5684
|
+
class fw extends ow{constructor(){super(...arguments),this.isValidContentAndHasOverflow=!1}get content(){return"string"==typeof this.cellRecord.value?this.cellRecord.value:this.columnConfig.placeholder}}t([f],fw.prototype,"isValidContentAndHasOverflow",void 0),t([m],fw.prototype,"content",null)
|
|
5685
|
+
const mw=fw.compose({baseName:"table-column-text-cell-view",template:vw,styles:gw})
|
|
5686
|
+
no.getOrCreate().withPrefix("nimble").register(mw())
|
|
5687
|
+
const bw=no.tagFor(fw)
|
|
5688
|
+
class ww extends Ib{constructor(){super(),this.cellRecordFieldNames=["value"],this.cellViewTag=bw,this.sortOperation=Mb}fieldNameChanged(){this.dataRecordFieldNames=[this.fieldName],this.operandDataRecordFieldName=this.fieldName}placeholderChanged(){this.columnConfig={placeholder:this.placeholder??""}}}t([nt({attribute:"field-name"})],ww.prototype,"fieldName",void 0),t([nt],ww.prototype,"placeholder",void 0)
|
|
5689
|
+
class yw extends(function(t){class e extends t{constructor(){super(...arguments),this.fractionalWidth=1,this.minPixelWidth=88}fractionalWidthChanged(){"number"==typeof this.fractionalWidth?this.internalFractionalWidth=this.fractionalWidth:this.internalFractionalWidth=1}minPixelWidthChanged(){"number"==typeof this.minPixelWidth?this.internalMinPixelWidth=this.minPixelWidth:this.internalMinPixelWidth=88}}return nt({attribute:"fractional-width",converter:it})(e.prototype,"fractionalWidth"),nt({attribute:"min-pixel-width",converter:it})(e.prototype,"minPixelWidth"),e}(ww)){}const xw=yw.compose({baseName:"table-column-text",template:pw,styles:uw})
|
|
5690
|
+
no.getOrCreate().withPrefix("nimble").register(xw()),no.tagFor(yw)
|
|
5691
|
+
const $w=ft`
|
|
5679
5692
|
${bn("grid")}
|
|
5680
5693
|
|
|
5681
5694
|
:host {
|
|
@@ -5699,13 +5712,13 @@ const ww=ft`
|
|
|
5699
5712
|
overflow: auto;
|
|
5700
5713
|
}
|
|
5701
5714
|
`
|
|
5702
|
-
class
|
|
5715
|
+
class Cw extends jo{constructor(){super(),this.activeindicator=!1}}const kw=Cw.compose({baseName:"tabs",baseClass:jo,template:(t,e)=>G`
|
|
5703
5716
|
<template class="${t=>t.orientation}">
|
|
5704
5717
|
${Nt(0,e)}
|
|
5705
5718
|
<div class="tablist" part="tablist" role="tablist">
|
|
5706
5719
|
<slot class="tab" name="tab" part="tab" ${Tt("tabs")}></slot>
|
|
5707
5720
|
|
|
5708
|
-
${
|
|
5721
|
+
${Mt((t=>t.showActiveIndicator),G`
|
|
5709
5722
|
<div
|
|
5710
5723
|
${_t("activeIndicatorRef")}
|
|
5711
5724
|
class="activeIndicator"
|
|
@@ -5718,9 +5731,9 @@ class yw extends jo{constructor(){super(),this.activeindicator=!1}}const xw=yw.c
|
|
|
5718
5731
|
<slot name="tabpanel" part="tabpanel" ${Tt("tabpanels")}></slot>
|
|
5719
5732
|
</div>
|
|
5720
5733
|
</template>
|
|
5721
|
-
`,styles
|
|
5722
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5723
|
-
const
|
|
5734
|
+
`,styles:$w})
|
|
5735
|
+
no.getOrCreate().withPrefix("nimble").register(kw()),no.tagFor(Cw)
|
|
5736
|
+
const Sw=ft`
|
|
5724
5737
|
${bn("flex")}
|
|
5725
5738
|
|
|
5726
5739
|
:host {
|
|
@@ -5738,15 +5751,15 @@ const $w=ft`
|
|
|
5738
5751
|
rgba(${jr}, 0.3);
|
|
5739
5752
|
margin: calc(${oa} / 4) calc(${oa} / 2);
|
|
5740
5753
|
}
|
|
5741
|
-
`,
|
|
5754
|
+
`,_w=G`
|
|
5742
5755
|
<template slot="end">
|
|
5743
5756
|
<div class="separator"></div>
|
|
5744
5757
|
<slot></slot>
|
|
5745
5758
|
</template>
|
|
5746
5759
|
`
|
|
5747
|
-
class
|
|
5748
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5749
|
-
const
|
|
5760
|
+
class Mw extends _e{}const Iw=Mw.compose({baseName:"tabs-toolbar",template:_w,styles:Sw})
|
|
5761
|
+
no.getOrCreate().withPrefix("nimble").register(Iw()),no.tagFor(Mw)
|
|
5762
|
+
const Rw="outline",Aw="block",Ow=ft`
|
|
5750
5763
|
${bn("inline-flex")}
|
|
5751
5764
|
${qp}
|
|
5752
5765
|
|
|
@@ -5886,12 +5899,12 @@ const _w="outline",Iw="block",Mw=ft`
|
|
|
5886
5899
|
top: calc(${oa} / 2);
|
|
5887
5900
|
right: var(--ni-private-scrollbar-width);
|
|
5888
5901
|
}
|
|
5889
|
-
`.withBehaviors(Dc(
|
|
5902
|
+
`.withBehaviors(Dc(Rw,ft`
|
|
5890
5903
|
.control {
|
|
5891
5904
|
border-color: rgba(${jr}, 0.3);
|
|
5892
5905
|
background-color: transparent;
|
|
5893
5906
|
}
|
|
5894
|
-
`),Dc(
|
|
5907
|
+
`),Dc(Aw,ft`
|
|
5895
5908
|
.control {
|
|
5896
5909
|
background-color: rgba(${jr}, 0.1);
|
|
5897
5910
|
}
|
|
@@ -5909,8 +5922,8 @@ const _w="outline",Iw="block",Mw=ft`
|
|
|
5909
5922
|
border-bottom-color: ${Ur};
|
|
5910
5923
|
}
|
|
5911
5924
|
`))
|
|
5912
|
-
class
|
|
5913
|
-
const
|
|
5925
|
+
class Ew extends Xo{constructor(){super(...arguments),this.appearance=Rw,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(t,e){super.valueChanged(t,e),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}}t([nt],Ew.prototype,"appearance",void 0),t([nt({attribute:"error-text"})],Ew.prototype,"errorText",void 0),t([nt({attribute:"error-visible",mode:"boolean"})],Ew.prototype,"errorVisible",void 0),t([f],Ew.prototype,"scrollbarWidth",void 0)
|
|
5926
|
+
const Fw=Ew.compose({baseName:"text-area",baseClass:Xo,template:()=>G`
|
|
5914
5927
|
<label
|
|
5915
5928
|
part="label"
|
|
5916
5929
|
for="control"
|
|
@@ -5967,9 +5980,9 @@ const Aw=Rw.compose({baseName:"text-area",baseClass:Xo,template:()=>G`
|
|
|
5967
5980
|
></${dp}>
|
|
5968
5981
|
${Tp}
|
|
5969
5982
|
</div>
|
|
5970
|
-
`,styles:
|
|
5971
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
5972
|
-
const
|
|
5983
|
+
`,styles:Ow,shadowOptions:{delegatesFocus:!0}})
|
|
5984
|
+
no.getOrCreate().withPrefix("nimble").register(Fw()),no.tagFor(Ew)
|
|
5985
|
+
const Vw="underline",Hw="outline",Pw="block",Tw="frameless",Lw=ft`
|
|
5973
5986
|
${bn("inline-block")}
|
|
5974
5987
|
${qp}
|
|
5975
5988
|
|
|
@@ -6141,12 +6154,12 @@ const Ow="underline",Ew="outline",Fw="block",Vw="frameless",Hw=ft`
|
|
|
6141
6154
|
slot[name='actions']::slotted(*) {
|
|
6142
6155
|
${ta.cssCustomProperty}: 24px;
|
|
6143
6156
|
}
|
|
6144
|
-
`.withBehaviors(Dc(
|
|
6157
|
+
`.withBehaviors(Dc(Vw,ft`
|
|
6145
6158
|
.root {
|
|
6146
6159
|
border-bottom-width: ${na};
|
|
6147
6160
|
padding-bottom: 0;
|
|
6148
6161
|
}
|
|
6149
|
-
`),Dc(
|
|
6162
|
+
`),Dc(Pw,ft`
|
|
6150
6163
|
.root {
|
|
6151
6164
|
background-color: rgba(${jr}, 0.1);
|
|
6152
6165
|
}
|
|
@@ -6174,12 +6187,12 @@ const Ow="underline",Ew="outline",Fw="block",Vw="frameless",Hw=ft`
|
|
|
6174
6187
|
:host([disabled]) .root {
|
|
6175
6188
|
background-color: rgba(${jr}, 0.07);
|
|
6176
6189
|
}
|
|
6177
|
-
`),Dc(
|
|
6190
|
+
`),Dc(Hw,ft`
|
|
6178
6191
|
.root {
|
|
6179
6192
|
border-width: ${na};
|
|
6180
6193
|
padding: 0;
|
|
6181
6194
|
}
|
|
6182
|
-
`),Dc(
|
|
6195
|
+
`),Dc(Tw,ft`
|
|
6183
6196
|
.control {
|
|
6184
6197
|
padding-left: ${na};
|
|
6185
6198
|
padding-right: ${na};
|
|
@@ -6197,8 +6210,8 @@ const Ow="underline",Ew="outline",Fw="block",Vw="frameless",Hw=ft`
|
|
|
6197
6210
|
filter: invert(100%);
|
|
6198
6211
|
}
|
|
6199
6212
|
`))
|
|
6200
|
-
class
|
|
6201
|
-
const
|
|
6213
|
+
class Dw extends So{constructor(){super(...arguments),this.appearance=Vw,this.errorVisible=!1,this.fullBleed=!1}}t([nt],Dw.prototype,"appearance",void 0),t([nt({attribute:"error-text"})],Dw.prototype,"errorText",void 0),t([nt({attribute:"error-visible",mode:"boolean"})],Dw.prototype,"errorVisible",void 0),t([nt({attribute:"full-bleed",mode:"boolean"})],Dw.prototype,"fullBleed",void 0)
|
|
6214
|
+
const zw=Dw.compose({baseName:"text-field",baseClass:So,template:(t,e)=>G`
|
|
6202
6215
|
<template
|
|
6203
6216
|
class="
|
|
6204
6217
|
${t=>t.readOnly?"readonly":""}
|
|
@@ -6258,7 +6271,7 @@ const Tw=Pw.compose({baseName:"text-field",baseClass:So,template:(t,e)=>G`
|
|
|
6258
6271
|
${Bt(0,e)}
|
|
6259
6272
|
</div>
|
|
6260
6273
|
</template>
|
|
6261
|
-
`,styles:
|
|
6274
|
+
`,styles:Lw,shadowOptions:{delegatesFocus:!0},end:G`
|
|
6262
6275
|
<${dp}
|
|
6263
6276
|
severity="error"
|
|
6264
6277
|
class="error-icon"
|
|
@@ -6268,8 +6281,8 @@ const Tw=Pw.compose({baseName:"text-field",baseClass:So,template:(t,e)=>G`
|
|
|
6268
6281
|
</span>
|
|
6269
6282
|
${Tp}
|
|
6270
6283
|
`})
|
|
6271
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6272
|
-
const
|
|
6284
|
+
no.getOrCreate().withPrefix("nimble").register(zw()),no.tagFor(Dw)
|
|
6285
|
+
const Bw=ft`
|
|
6273
6286
|
.positioning-region {
|
|
6274
6287
|
display: flex;
|
|
6275
6288
|
padding: ${ia} ${oa};
|
|
@@ -6294,7 +6307,7 @@ const Lw=ft`
|
|
|
6294
6307
|
margin-left: auto;
|
|
6295
6308
|
}
|
|
6296
6309
|
`
|
|
6297
|
-
class
|
|
6310
|
+
class Nw extends Yo{}const Zw=Nw.compose({baseName:"toolbar",baseClass:Yo,template:(t,e)=>G`
|
|
6298
6311
|
<template
|
|
6299
6312
|
aria-label="${t=>t.ariaLabel}"
|
|
6300
6313
|
aria-labelledby="${t=>t.ariaLabelledby}"
|
|
@@ -6315,9 +6328,9 @@ class Dw extends Yo{}const zw=Dw.compose({baseName:"toolbar",baseClass:Yo,templa
|
|
|
6315
6328
|
${Bt(0,e)}
|
|
6316
6329
|
</div>
|
|
6317
6330
|
</template>
|
|
6318
|
-
`,styles:
|
|
6319
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6320
|
-
const
|
|
6331
|
+
`,styles:Bw,shadowOptions:{delegatesFocus:!0}})
|
|
6332
|
+
no.getOrCreate().withPrefix("nimble").register(Zw()),no.tagFor(Nw)
|
|
6333
|
+
const qw=ft`
|
|
6321
6334
|
${bn("inline-flex")}
|
|
6322
6335
|
|
|
6323
6336
|
:host {
|
|
@@ -6402,8 +6415,8 @@ const Bw=ft`
|
|
|
6402
6415
|
.status-icon {
|
|
6403
6416
|
opacity: 0.6;
|
|
6404
6417
|
}
|
|
6405
|
-
`)),
|
|
6406
|
-
${
|
|
6418
|
+
`)),jw=G`
|
|
6419
|
+
${Mt((t=>t.tooltipVisible),G`
|
|
6407
6420
|
<${sd}
|
|
6408
6421
|
class="anchored-region"
|
|
6409
6422
|
fixed-placement="true"
|
|
@@ -6435,11 +6448,11 @@ const Bw=ft`
|
|
|
6435
6448
|
</${sd}>
|
|
6436
6449
|
`)}
|
|
6437
6450
|
`
|
|
6438
|
-
class
|
|
6439
|
-
const
|
|
6440
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6441
|
-
const
|
|
6442
|
-
class
|
|
6451
|
+
class Uw extends gn{constructor(){super(...arguments),this.iconVisible=!1}}t([nt],Uw.prototype,"severity",void 0),t([nt({attribute:"icon-visible",mode:"boolean"})],Uw.prototype,"iconVisible",void 0)
|
|
6452
|
+
const Gw=Uw.compose({baseName:"tooltip",baseClass:gn,template:jw,styles:qw})
|
|
6453
|
+
no.getOrCreate().withPrefix("nimble").register(Gw()),no.tagFor(Uw)
|
|
6454
|
+
const Ww="group-selected",Xw="all",Kw="leaves-only",Yw="none"
|
|
6455
|
+
class Qw{constructor(t,e,i){this.ltr=t,this.rtl=e,this.source=i,this.attached=null}handleChange({target:t,token:e}){this.attach(e.getValueFor(t))}attach(t){this.attached!==this[t]&&(null!==this.attached&&this.source.$fastController.removeStyles(this.attached),this.attached=this[t],null!==this.attached&&this.source.$fastController.addStyles(this.attached))}}const Jw=ft`
|
|
6443
6456
|
${bn("block")}
|
|
6444
6457
|
|
|
6445
6458
|
:host {
|
|
@@ -6455,7 +6468,7 @@ class Xw{constructor(t,e,i){this.ltr=t,this.rtl=e,this.source=i,this.attached=nu
|
|
|
6455
6468
|
}
|
|
6456
6469
|
|
|
6457
6470
|
${""}
|
|
6458
|
-
:host([${
|
|
6471
|
+
:host([${Ww}])::after {
|
|
6459
6472
|
background: ${Kr};
|
|
6460
6473
|
border-radius: 0px;
|
|
6461
6474
|
content: '';
|
|
@@ -6477,7 +6490,7 @@ class Xw{constructor(t,e,i){this.ltr=t,this.rtl=e,this.source=i,this.attached=nu
|
|
|
6477
6490
|
background: ${Zr};
|
|
6478
6491
|
}
|
|
6479
6492
|
|
|
6480
|
-
:host([${
|
|
6493
|
+
:host([${Ww}]) .positioning-region:hover {
|
|
6481
6494
|
background: ${Nr};
|
|
6482
6495
|
}
|
|
6483
6496
|
|
|
@@ -6588,7 +6601,7 @@ class Xw{constructor(t,e,i){this.ltr=t,this.rtl=e,this.source=i,this.attached=nu
|
|
|
6588
6601
|
display: block;
|
|
6589
6602
|
}
|
|
6590
6603
|
`.withBehaviors(new class{constructor(t,e){this.cache=new WeakMap,this.ltr=t,this.rtl=e}bind(t){this.attach(t)}unbind(t){const e=this.cache.get(t)
|
|
6591
|
-
e&&Vr.unsubscribe(e)}attach(t){const e=this.cache.get(t)||new
|
|
6604
|
+
e&&Vr.unsubscribe(e)}attach(t){const e=this.cache.get(t)||new Qw(this.ltr,this.rtl,t),i=Vr.getValueFor(t)
|
|
6592
6605
|
Vr.subscribe(e),e.attach(i),this.cache.set(t,e)}}(ft`
|
|
6593
6606
|
.expand-collapse-button {
|
|
6594
6607
|
left: var(
|
|
@@ -6620,11 +6633,11 @@ Vr.subscribe(e),e.attach(i),this.cache.set(t,e)}}(ft`
|
|
|
6620
6633
|
transform: rotate(135deg);
|
|
6621
6634
|
}
|
|
6622
6635
|
`))
|
|
6623
|
-
class
|
|
6624
|
-
t?.forEach((t=>t.removeAttribute(
|
|
6636
|
+
class ty extends fn{constructor(){super(...arguments),this.treeView=null,this.handleSelectedChange=t=>{t.target===this&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}}connectedCallback(){super.connectedCallback(),this.addEventListener("selected-change",this.handleSelectedChange),this.treeView=this.getParentTreeView(),this.treeView&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("selected-change",this.handleSelectedChange),this.treeView=null}clearTreeGroupSelection(){const t=this.treeView?.querySelectorAll(`[${Ww}]`)
|
|
6637
|
+
t?.forEach((t=>t.removeAttribute(Ww)))}setGroupSelectionOnRootParentTreeItem(t){this.clearTreeGroupSelection()
|
|
6625
6638
|
let e=t
|
|
6626
6639
|
for(;e?.parentElement!==this.treeView;)e=e?.parentElement
|
|
6627
|
-
e&&e.setAttribute(
|
|
6640
|
+
e&&e.setAttribute(Ww,"true")}getParentTreeView(){return this.parentElement.closest("[role='tree']")}}const ey=ty.compose({baseName:"tree-item",baseClass:fn,template:(t,e)=>G`
|
|
6628
6641
|
<template
|
|
6629
6642
|
role="treeitem"
|
|
6630
6643
|
slot="${t=>t.isNestedItem()?"item":void 0}"
|
|
@@ -6640,7 +6653,7 @@ e&&e.setAttribute(jw,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
6640
6653
|
>
|
|
6641
6654
|
<div class="positioning-region" part="positioning-region">
|
|
6642
6655
|
<div class="content-region" part="content-region">
|
|
6643
|
-
${
|
|
6656
|
+
${Mt((t=>t.childItems&&t.childItemLength()>0),G`
|
|
6644
6657
|
<div
|
|
6645
6658
|
aria-hidden="true"
|
|
6646
6659
|
class="expand-collapse-button"
|
|
@@ -6658,15 +6671,15 @@ e&&e.setAttribute(jw,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
6658
6671
|
${Bt(0,e)}
|
|
6659
6672
|
</div>
|
|
6660
6673
|
</div>
|
|
6661
|
-
${
|
|
6674
|
+
${Mt((t=>t.childItems&&t.childItemLength()>0&&(t.expanded||t.renderCollapsedChildren)),G`
|
|
6662
6675
|
<div role="group" class="items" part="items">
|
|
6663
6676
|
<slot name="item" ${Tt("items")}></slot>
|
|
6664
6677
|
</div>
|
|
6665
6678
|
`)}
|
|
6666
6679
|
</template>
|
|
6667
|
-
`,styles:
|
|
6668
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6669
|
-
const
|
|
6680
|
+
`,styles:Jw,expandCollapseGlyph:yd.data})
|
|
6681
|
+
no.getOrCreate().withPrefix("nimble").register(ey()),no.tagFor(ty)
|
|
6682
|
+
const iy=ft`
|
|
6670
6683
|
${bn("flex")}
|
|
6671
6684
|
|
|
6672
6685
|
:host {
|
|
@@ -6679,14 +6692,14 @@ const Jw=ft`
|
|
|
6679
6692
|
outline: none;
|
|
6680
6693
|
}
|
|
6681
6694
|
`
|
|
6682
|
-
class
|
|
6695
|
+
class oy extends mn{constructor(){super(...arguments),this.selectionMode=Xw}handleClick(t){if(t.defaultPrevented)return!1
|
|
6683
6696
|
if(!(t.target instanceof Element&&vn(t.target)))return!0
|
|
6684
6697
|
const e=t.target
|
|
6685
|
-
return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case
|
|
6686
|
-
case
|
|
6687
|
-
case
|
|
6688
|
-
default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}t([nt({attribute:"selection-mode"})],
|
|
6689
|
-
const
|
|
6698
|
+
return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case Xw:return!0
|
|
6699
|
+
case Yw:return!1
|
|
6700
|
+
case Kw:return!this.itemHasChildren(t)
|
|
6701
|
+
default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}t([nt({attribute:"selection-mode"})],oy.prototype,"selectionMode",void 0)
|
|
6702
|
+
const ny=oy.compose({baseName:"tree-view",baseClass:mn,template:(t,e)=>G`
|
|
6690
6703
|
<template
|
|
6691
6704
|
role="tree"
|
|
6692
6705
|
${_t("treeView")}
|
|
@@ -6698,264 +6711,264 @@ const ey=ty.compose({baseName:"tree-view",baseClass:mn,template:(t,e)=>G`
|
|
|
6698
6711
|
>
|
|
6699
6712
|
<slot ${Tt("slottedTreeItems")}></slot>
|
|
6700
6713
|
</template>
|
|
6701
|
-
`,styles:
|
|
6702
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
6703
|
-
var
|
|
6704
|
-
function
|
|
6705
|
-
o[t]=[]}return new
|
|
6714
|
+
`,styles:iy})
|
|
6715
|
+
no.getOrCreate().withPrefix("nimble").register(ny()),no.tagFor(oy)
|
|
6716
|
+
var sy={value:()=>{}}
|
|
6717
|
+
function ry(){for(var t,e=0,i=arguments.length,o={};e<i;++e){if(!(t=arguments[e]+"")||t in o||/[\s.]/.test(t))throw new Error("illegal type: "+t)
|
|
6718
|
+
o[t]=[]}return new ay(o)}function ay(t){this._=t}function ly(t,e){return t.trim().split(/^|\s+/).map((function(t){var i="",o=t.indexOf(".")
|
|
6706
6719
|
if(o>=0&&(i=t.slice(o+1),t=t.slice(0,o)),t&&!e.hasOwnProperty(t))throw new Error("unknown type: "+t)
|
|
6707
|
-
return{type:t,name:i}}))}function
|
|
6708
|
-
break}return null!=i&&t.push({name:e,value:i}),t}
|
|
6720
|
+
return{type:t,name:i}}))}function cy(t,e){for(var i,o=0,n=t.length;o<n;++o)if((i=t[o]).name===e)return i.value}function dy(t,e,i){for(var o=0,n=t.length;o<n;++o)if(t[o].name===e){t[o]=sy,t=t.slice(0,o).concat(t.slice(o+1))
|
|
6721
|
+
break}return null!=i&&t.push({name:e,value:i}),t}ay.prototype=ry.prototype={constructor:ay,on:function(t,e){var i,o=this._,n=ly(t+"",o),s=-1,r=n.length
|
|
6709
6722
|
if(!(arguments.length<2)){if(null!=e&&"function"!=typeof e)throw new Error("invalid callback: "+e)
|
|
6710
|
-
for(;++s<r;)if(i=(t=n[s]).type)o[i]=
|
|
6711
|
-
else if(null==e)for(i in o)o[i]=
|
|
6712
|
-
return this}for(;++s<r;)if((i=(t=n[s]).type)&&(i=
|
|
6723
|
+
for(;++s<r;)if(i=(t=n[s]).type)o[i]=dy(o[i],t.name,e)
|
|
6724
|
+
else if(null==e)for(i in o)o[i]=dy(o[i],t.name,null)
|
|
6725
|
+
return this}for(;++s<r;)if((i=(t=n[s]).type)&&(i=cy(o[i],t.name)))return i},copy:function(){var t={},e=this._
|
|
6713
6726
|
for(var i in e)t[i]=e[i].slice()
|
|
6714
|
-
return new
|
|
6727
|
+
return new ay(t)},call:function(t,e){if((i=arguments.length-2)>0)for(var i,o,n=new Array(i),s=0;s<i;++s)n[s]=arguments[s+2]
|
|
6715
6728
|
if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t)
|
|
6716
6729
|
for(s=0,i=(o=this._[t]).length;s<i;++s)o[s].value.apply(e,n)},apply:function(t,e,i){if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t)
|
|
6717
6730
|
for(var o=this._[t],n=0,s=o.length;n<s;++n)o[n].value.apply(e,i)}}
|
|
6718
|
-
var
|
|
6719
|
-
function
|
|
6720
|
-
return i>=0&&"xmlns"!==(e=t.slice(0,i))&&(t=t.slice(i+1)),
|
|
6721
|
-
return i===
|
|
6722
|
-
return(e.local?
|
|
6723
|
-
function
|
|
6724
|
-
function
|
|
6725
|
-
for(;a<l;++a)(r=e[a])&&(n[a]=r)}function
|
|
6731
|
+
var hy="http://www.w3.org/1999/xhtml",uy={svg:"http://www.w3.org/2000/svg",xhtml:hy,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"}
|
|
6732
|
+
function py(t){var e=t+="",i=e.indexOf(":")
|
|
6733
|
+
return i>=0&&"xmlns"!==(e=t.slice(0,i))&&(t=t.slice(i+1)),uy.hasOwnProperty(e)?{space:uy[e],local:t}:t}function gy(t){return function(){var e=this.ownerDocument,i=this.namespaceURI
|
|
6734
|
+
return i===hy&&e.documentElement.namespaceURI===hy?e.createElement(t):e.createElementNS(i,t)}}function vy(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}function fy(t){var e=py(t)
|
|
6735
|
+
return(e.local?vy:gy)(e)}function my(){}function by(t){return null==t?my:function(){return this.querySelector(t)}}function wy(t){return null==t?[]:Array.isArray(t)?t:Array.from(t)}function yy(){return[]}function xy(t){return null==t?yy:function(){return this.querySelectorAll(t)}}function $y(t){return function(){return this.matches(t)}}function Cy(t){return function(e){return e.matches(t)}}var ky=Array.prototype.find
|
|
6736
|
+
function Sy(){return this.firstElementChild}var _y=Array.prototype.filter
|
|
6737
|
+
function My(){return Array.from(this.children)}function Iy(t){return new Array(t.length)}function Ry(t,e){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=e}function Ay(t){return function(){return t}}function Oy(t,e,i,o,n,s){for(var r,a=0,l=e.length,c=s.length;a<c;++a)(r=e[a])?(r.__data__=s[a],o[a]=r):i[a]=new Ry(t,s[a])
|
|
6738
|
+
for(;a<l;++a)(r=e[a])&&(n[a]=r)}function Ey(t,e,i,o,n,s,r){var a,l,c,d=new Map,h=e.length,u=s.length,p=new Array(h)
|
|
6726
6739
|
for(a=0;a<h;++a)(l=e[a])&&(p[a]=c=r.call(l,l.__data__,a,e)+"",d.has(c)?n[a]=l:d.set(c,l))
|
|
6727
|
-
for(a=0;a<u;++a)c=r.call(t,s[a],a,s)+"",(l=d.get(c))?(o[a]=l,l.__data__=s[a],d.delete(c)):i[a]=new
|
|
6728
|
-
for(a=0;a<h;++a)(l=e[a])&&d.get(p[a])===l&&(n[a]=l)}function
|
|
6729
|
-
null==i?this.removeAttribute(t):this.setAttribute(t,i)}}function
|
|
6730
|
-
null==i?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,i)}}function
|
|
6731
|
-
null==o?this.style.removeProperty(t):this.style.setProperty(t,o,i)}}function
|
|
6732
|
-
null==i?delete this[t]:this[t]=i}}function
|
|
6733
|
-
this.textContent=null==e?"":e}}function
|
|
6734
|
-
this.innerHTML=null==e?"":e}}function
|
|
6735
|
-
t&&t.removeChild(this)}function
|
|
6736
|
-
return e?e.insertBefore(t,this.nextSibling):t}function
|
|
6737
|
-
return e?e.insertBefore(t,this.nextSibling):t}function
|
|
6738
|
-
return i>=0&&(e=t.slice(i+1),t=t.slice(0,i)),{type:t,name:e}}))}function
|
|
6739
|
-
if(e){for(var i,o=0,n=-1,s=e.length;o<s;++o)i=e[o],t.type&&i.type!==t.type||i.name!==t.name?e[++n]=i:this.removeEventListener(i.type,i.listener,i.options);++n?e.length=n:delete this.__on}}}function
|
|
6740
|
+
for(a=0;a<u;++a)c=r.call(t,s[a],a,s)+"",(l=d.get(c))?(o[a]=l,l.__data__=s[a],d.delete(c)):i[a]=new Ry(t,s[a])
|
|
6741
|
+
for(a=0;a<h;++a)(l=e[a])&&d.get(p[a])===l&&(n[a]=l)}function Fy(t){return t.__data__}function Vy(t){return"object"==typeof t&&"length"in t?t:Array.from(t)}function Hy(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}function Py(t){return function(){this.removeAttribute(t)}}function Ty(t){return function(){this.removeAttributeNS(t.space,t.local)}}function Ly(t,e){return function(){this.setAttribute(t,e)}}function Dy(t,e){return function(){this.setAttributeNS(t.space,t.local,e)}}function zy(t,e){return function(){var i=e.apply(this,arguments)
|
|
6742
|
+
null==i?this.removeAttribute(t):this.setAttribute(t,i)}}function By(t,e){return function(){var i=e.apply(this,arguments)
|
|
6743
|
+
null==i?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,i)}}function Ny(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}function Zy(t){return function(){this.style.removeProperty(t)}}function qy(t,e,i){return function(){this.style.setProperty(t,e,i)}}function jy(t,e,i){return function(){var o=e.apply(this,arguments)
|
|
6744
|
+
null==o?this.style.removeProperty(t):this.style.setProperty(t,o,i)}}function Uy(t,e){return t.style.getPropertyValue(e)||Ny(t).getComputedStyle(t,null).getPropertyValue(e)}function Gy(t){return function(){delete this[t]}}function Wy(t,e){return function(){this[t]=e}}function Xy(t,e){return function(){var i=e.apply(this,arguments)
|
|
6745
|
+
null==i?delete this[t]:this[t]=i}}function Ky(t){return t.trim().split(/^|\s+/)}function Yy(t){return t.classList||new Qy(t)}function Qy(t){this._node=t,this._names=Ky(t.getAttribute("class")||"")}function Jy(t,e){for(var i=Yy(t),o=-1,n=e.length;++o<n;)i.add(e[o])}function tx(t,e){for(var i=Yy(t),o=-1,n=e.length;++o<n;)i.remove(e[o])}function ex(t){return function(){Jy(this,t)}}function ix(t){return function(){tx(this,t)}}function ox(t,e){return function(){(e.apply(this,arguments)?Jy:tx)(this,t)}}function nx(){this.textContent=""}function sx(t){return function(){this.textContent=t}}function rx(t){return function(){var e=t.apply(this,arguments)
|
|
6746
|
+
this.textContent=null==e?"":e}}function ax(){this.innerHTML=""}function lx(t){return function(){this.innerHTML=t}}function cx(t){return function(){var e=t.apply(this,arguments)
|
|
6747
|
+
this.innerHTML=null==e?"":e}}function dx(){this.nextSibling&&this.parentNode.appendChild(this)}function hx(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function ux(){return null}function px(){var t=this.parentNode
|
|
6748
|
+
t&&t.removeChild(this)}function gx(){var t=this.cloneNode(!1),e=this.parentNode
|
|
6749
|
+
return e?e.insertBefore(t,this.nextSibling):t}function vx(){var t=this.cloneNode(!0),e=this.parentNode
|
|
6750
|
+
return e?e.insertBefore(t,this.nextSibling):t}function fx(t){return t.trim().split(/^|\s+/).map((function(t){var e="",i=t.indexOf(".")
|
|
6751
|
+
return i>=0&&(e=t.slice(i+1),t=t.slice(0,i)),{type:t,name:e}}))}function mx(t){return function(){var e=this.__on
|
|
6752
|
+
if(e){for(var i,o=0,n=-1,s=e.length;o<s;++o)i=e[o],t.type&&i.type!==t.type||i.name!==t.name?e[++n]=i:this.removeEventListener(i.type,i.listener,i.options);++n?e.length=n:delete this.__on}}}function bx(t,e,i){return function(){var o,n=this.__on,s=function(t){return function(e){t.call(this,e,this.__data__)}}(e)
|
|
6740
6753
|
if(n)for(var r=0,a=n.length;r<a;++r)if((o=n[r]).type===t.type&&o.name===t.name)return this.removeEventListener(o.type,o.listener,o.options),this.addEventListener(o.type,o.listener=s,o.options=i),void(o.value=e)
|
|
6741
|
-
this.addEventListener(t.type,s,i),o={type:t.type,name:t.name,value:e,listener:s,options:i},n?n.push(o):this.__on=[o]}}function
|
|
6742
|
-
"function"==typeof n?n=new n(e,i):(n=o.document.createEvent("Event"),i?(n.initEvent(e,i.bubbles,i.cancelable),n.detail=i.detail):n.initEvent(e,!1,!1)),t.dispatchEvent(n)}function
|
|
6754
|
+
this.addEventListener(t.type,s,i),o={type:t.type,name:t.name,value:e,listener:s,options:i},n?n.push(o):this.__on=[o]}}function wx(t,e,i){var o=Ny(t),n=o.CustomEvent
|
|
6755
|
+
"function"==typeof n?n=new n(e,i):(n=o.document.createEvent("Event"),i?(n.initEvent(e,i.bubbles,i.cancelable),n.detail=i.detail):n.initEvent(e,!1,!1)),t.dispatchEvent(n)}function yx(t,e){return function(){return wx(this,t,e)}}function xx(t,e){return function(){return wx(this,t,e.apply(this,arguments))}}Ry.prototype={constructor:Ry,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,e){return this._parent.insertBefore(t,e)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}},Qy.prototype={add:function(t){this._names.indexOf(t)<0&&(this._names.push(t),this._node.setAttribute("class",this._names.join(" ")))},remove:function(t){var e=this._names.indexOf(t)
|
|
6743
6756
|
e>=0&&(this._names.splice(e,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}}
|
|
6744
|
-
var
|
|
6745
|
-
function
|
|
6757
|
+
var $x=[null]
|
|
6758
|
+
function Cx(t,e){this._groups=t,this._parents=e}function kx(){return new Cx([[document.documentElement]],$x)}function Sx(t){return"string"==typeof t?new Cx([[document.querySelector(t)]],[document.documentElement]):new Cx([[t]],$x)}function _x(t,e){if(t=function(t){let e
|
|
6746
6759
|
for(;e=t.sourceEvent;)t=e
|
|
6747
6760
|
return t}(t),void 0===e&&(e=t.currentTarget),e){var i=e.ownerSVGElement||e
|
|
6748
6761
|
if(i.createSVGPoint){var o=i.createSVGPoint()
|
|
6749
6762
|
return o.x=t.clientX,o.y=t.clientY,[(o=o.matrixTransform(e.getScreenCTM().inverse())).x,o.y]}if(e.getBoundingClientRect){var n=e.getBoundingClientRect()
|
|
6750
|
-
return[t.clientX-n.left-e.clientLeft,t.clientY-n.top-e.clientTop]}}return[t.pageX,t.pageY]}
|
|
6763
|
+
return[t.clientX-n.left-e.clientLeft,t.clientY-n.top-e.clientTop]}}return[t.pageX,t.pageY]}Cx.prototype=kx.prototype={constructor:Cx,select:function(t){"function"!=typeof t&&(t=by(t))
|
|
6751
6764
|
for(var e=this._groups,i=e.length,o=new Array(i),n=0;n<i;++n)for(var s,r,a=e[n],l=a.length,c=o[n]=new Array(l),d=0;d<l;++d)(s=a[d])&&(r=t.call(s,s.__data__,d,a))&&("__data__"in s&&(r.__data__=s.__data__),c[d]=r)
|
|
6752
|
-
return new
|
|
6765
|
+
return new Cx(o,this._parents)},selectAll:function(t){t="function"==typeof t?function(t){return function(){return wy(t.apply(this,arguments))}}(t):xy(t)
|
|
6753
6766
|
for(var e=this._groups,i=e.length,o=[],n=[],s=0;s<i;++s)for(var r,a=e[s],l=a.length,c=0;c<l;++c)(r=a[c])&&(o.push(t.call(r,r.__data__,c,a)),n.push(r))
|
|
6754
|
-
return new
|
|
6767
|
+
return new Cx(o,n)},selectChild:function(t){return this.select(null==t?Sy:function(t){return function(){return ky.call(this.children,t)}}("function"==typeof t?t:Cy(t)))},selectChildren:function(t){return this.selectAll(null==t?My:function(t){return function(){return _y.call(this.children,t)}}("function"==typeof t?t:Cy(t)))},filter:function(t){"function"!=typeof t&&(t=$y(t))
|
|
6755
6768
|
for(var e=this._groups,i=e.length,o=new Array(i),n=0;n<i;++n)for(var s,r=e[n],a=r.length,l=o[n]=[],c=0;c<a;++c)(s=r[c])&&t.call(s,s.__data__,c,r)&&l.push(s)
|
|
6756
|
-
return new
|
|
6757
|
-
var i=e?
|
|
6758
|
-
"function"!=typeof t&&(t=
|
|
6759
|
-
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=
|
|
6769
|
+
return new Cx(o,this._parents)},data:function(t,e){if(!arguments.length)return Array.from(this,Fy)
|
|
6770
|
+
var i=e?Ey:Oy,o=this._parents,n=this._groups
|
|
6771
|
+
"function"!=typeof t&&(t=Ay(t))
|
|
6772
|
+
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=Vy(t.call(d,d&&d.__data__,c,o)),g=p.length,v=a[c]=new Array(g),f=r[c]=new Array(g),m=l[c]=new Array(u)
|
|
6760
6773
|
i(d,h,v,f,m,p,e)
|
|
6761
|
-
for(var b,w,y=0,x=0;y<g;++y)if(b=v[y]){for(y>=x&&(x=y+1);!(w=f[x])&&++x<g;);b._next=w||null}}return(r=new
|
|
6774
|
+
for(var b,w,y=0,x=0;y<g;++y)if(b=v[y]){for(y>=x&&(x=y+1);!(w=f[x])&&++x<g;);b._next=w||null}}return(r=new Cx(r,o))._enter=a,r._exit=l,r},enter:function(){return new Cx(this._enter||this._groups.map(Iy),this._parents)},exit:function(){return new Cx(this._exit||this._groups.map(Iy),this._parents)},join:function(t,e,i){var o=this.enter(),n=this,s=this.exit()
|
|
6762
6775
|
return"function"==typeof t?(o=t(o))&&(o=o.selection()):o=o.append(t+""),null!=e&&(n=e(n))&&(n=n.selection()),null==i?s.remove():i(s),o&&n?o.merge(n).order():n},merge:function(t){for(var e=t.selection?t.selection():t,i=this._groups,o=e._groups,n=i.length,s=o.length,r=Math.min(n,s),a=new Array(n),l=0;l<r;++l)for(var c,d=i[l],h=o[l],u=d.length,p=a[l]=new Array(u),g=0;g<u;++g)(c=d[g]||h[g])&&(p[g]=c)
|
|
6763
6776
|
for(;l<n;++l)a[l]=i[l]
|
|
6764
|
-
return new
|
|
6765
|
-
return this},sort:function(t){function e(e,i){return e&&i?t(e.__data__,i.__data__):!e-!i}t||(t=
|
|
6777
|
+
return new Cx(a,this._parents)},selection:function(){return this},order:function(){for(var t=this._groups,e=-1,i=t.length;++e<i;)for(var o,n=t[e],s=n.length-1,r=n[s];--s>=0;)(o=n[s])&&(r&&4^o.compareDocumentPosition(r)&&r.parentNode.insertBefore(o,r),r=o)
|
|
6778
|
+
return this},sort:function(t){function e(e,i){return e&&i?t(e.__data__,i.__data__):!e-!i}t||(t=Hy)
|
|
6766
6779
|
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)
|
|
6767
|
-
c.sort(e)}return new
|
|
6780
|
+
c.sort(e)}return new Cx(n,this._parents).order()},call:function(){var t=arguments[0]
|
|
6768
6781
|
return arguments[0]=this,t.apply(null,arguments),this},nodes:function(){return Array.from(this)},node:function(){for(var t=this._groups,e=0,i=t.length;e<i;++e)for(var o=t[e],n=0,s=o.length;n<s;++n){var r=o[n]
|
|
6769
6782
|
if(r)return r}return null},size:function(){let t=0
|
|
6770
6783
|
for(const e of this)++t
|
|
6771
6784
|
return t},empty:function(){return!this.node()},each:function(t){for(var e=this._groups,i=0,o=e.length;i<o;++i)for(var n,s=e[i],r=0,a=s.length;r<a;++r)(n=s[r])&&t.call(n,n.__data__,r,s)
|
|
6772
|
-
return this},attr:function(t,e){var i=
|
|
6785
|
+
return this},attr:function(t,e){var i=py(t)
|
|
6773
6786
|
if(arguments.length<2){var o=this.node()
|
|
6774
|
-
return i.local?o.getAttributeNS(i.space,i.local):o.getAttribute(i)}return this.each((null==e?i.local?
|
|
6775
|
-
if(arguments.length<2){for(var o=
|
|
6776
|
-
return!0}return this.each(("function"==typeof e?
|
|
6777
|
-
return this.select((function(){return this.appendChild(e.apply(this,arguments))}))},insert:function(t,e){var i="function"==typeof t?t:
|
|
6778
|
-
return this.select((function(){return this.insertBefore(i.apply(this,arguments),o.apply(this,arguments)||null)}))},remove:function(){return this.each(
|
|
6779
|
-
if(!(arguments.length<2)){for(a=e?
|
|
6787
|
+
return i.local?o.getAttributeNS(i.space,i.local):o.getAttribute(i)}return this.each((null==e?i.local?Ty:Py:"function"==typeof e?i.local?By:zy:i.local?Dy:Ly)(i,e))},style:function(t,e,i){return arguments.length>1?this.each((null==e?Zy:"function"==typeof e?jy:qy)(t,e,null==i?"":i)):Uy(this.node(),t)},property:function(t,e){return arguments.length>1?this.each((null==e?Gy:"function"==typeof e?Xy:Wy)(t,e)):this.node()[t]},classed:function(t,e){var i=Ky(t+"")
|
|
6788
|
+
if(arguments.length<2){for(var o=Yy(this.node()),n=-1,s=i.length;++n<s;)if(!o.contains(i[n]))return!1
|
|
6789
|
+
return!0}return this.each(("function"==typeof e?ox:e?ex:ix)(i,e))},text:function(t){return arguments.length?this.each(null==t?nx:("function"==typeof t?rx:sx)(t)):this.node().textContent},html:function(t){return arguments.length?this.each(null==t?ax:("function"==typeof t?cx:lx)(t)):this.node().innerHTML},raise:function(){return this.each(dx)},lower:function(){return this.each(hx)},append:function(t){var e="function"==typeof t?t:fy(t)
|
|
6790
|
+
return this.select((function(){return this.appendChild(e.apply(this,arguments))}))},insert:function(t,e){var i="function"==typeof t?t:fy(t),o=null==e?ux:"function"==typeof e?e:by(e)
|
|
6791
|
+
return this.select((function(){return this.insertBefore(i.apply(this,arguments),o.apply(this,arguments)||null)}))},remove:function(){return this.each(px)},clone:function(t){return this.select(t?vx:gx)},datum:function(t){return arguments.length?this.property("__data__",t):this.node().__data__},on:function(t,e,i){var o,n,s=fx(t+""),r=s.length
|
|
6792
|
+
if(!(arguments.length<2)){for(a=e?bx:mx,o=0;o<r;++o)this.each(a(s[o],e,i))
|
|
6780
6793
|
return this}var a=this.node().__on
|
|
6781
|
-
if(a)for(var l,c=0,d=a.length;c<d;++c)for(o=0,l=a[c];o<r;++o)if((n=s[o]).type===l.type&&n.name===l.name)return l.value},dispatch:function(t,e){return this.each(("function"==typeof e?
|
|
6782
|
-
const
|
|
6783
|
-
function
|
|
6784
|
-
"onselectstart"in e?i.on("selectstart.drag",
|
|
6785
|
-
e&&(o.on("click.drag",
|
|
6794
|
+
if(a)for(var l,c=0,d=a.length;c<d;++c)for(o=0,l=a[c];o<r;++o)if((n=s[o]).type===l.type&&n.name===l.name)return l.value},dispatch:function(t,e){return this.each(("function"==typeof e?xx:yx)(t,e))},[Symbol.iterator]:function*(){for(var t=this._groups,e=0,i=t.length;e<i;++e)for(var o,n=t[e],s=0,r=n.length;s<r;++s)(o=n[s])&&(yield o)}}
|
|
6795
|
+
const Mx={capture:!0,passive:!1}
|
|
6796
|
+
function Ix(t){t.preventDefault(),t.stopImmediatePropagation()}function Rx(t){var e=t.document.documentElement,i=Sx(t).on("dragstart.drag",Ix,Mx)
|
|
6797
|
+
"onselectstart"in e?i.on("selectstart.drag",Ix,Mx):(e.__noselect=e.style.MozUserSelect,e.style.MozUserSelect="none")}function Ax(t,e){var i=t.document.documentElement,o=Sx(t).on("dragstart.drag",null)
|
|
6798
|
+
e&&(o.on("click.drag",Ix,Mx),setTimeout((function(){o.on("click.drag",null)}),0)),"onselectstart"in i?o.on("selectstart.drag",null):(i.style.MozUserSelect=i.__noselect,delete i.__noselect)}function Ox(t,e,i){t.prototype=e.prototype=i,i.constructor=t}function Ex(t,e){var i=Object.create(t.prototype)
|
|
6786
6799
|
for(var o in e)i[o]=e[o]
|
|
6787
|
-
return i}function
|
|
6788
|
-
function
|
|
6789
|
-
return t=(t+"").trim().toLowerCase(),(e=
|
|
6790
|
-
return`${1===t?"rgb(":"rgba("}${
|
|
6791
|
-
if(t instanceof
|
|
6792
|
-
if(t instanceof
|
|
6800
|
+
return i}function Fx(){}var Vx=.7,Hx=1/Vx,Px="\\s*([+-]?\\d+)\\s*",Tx="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Lx="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Dx=/^#([0-9a-f]{3,8})$/,zx=new RegExp(`^rgb\\(${Px},${Px},${Px}\\)$`),Bx=new RegExp(`^rgb\\(${Lx},${Lx},${Lx}\\)$`),Nx=new RegExp(`^rgba\\(${Px},${Px},${Px},${Tx}\\)$`),Zx=new RegExp(`^rgba\\(${Lx},${Lx},${Lx},${Tx}\\)$`),qx=new RegExp(`^hsl\\(${Tx},${Lx},${Lx}\\)$`),jx=new RegExp(`^hsla\\(${Tx},${Lx},${Lx},${Tx}\\)$`),Ux={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}
|
|
6801
|
+
function Gx(){return this.rgb().formatHex()}function Wx(){return this.rgb().formatRgb()}function Xx(t){var e,i
|
|
6802
|
+
return t=(t+"").trim().toLowerCase(),(e=Dx.exec(t))?(i=e[1].length,e=parseInt(e[1],16),6===i?Kx(e):3===i?new t$(e>>8&15|e>>4&240,e>>4&15|240&e,(15&e)<<4|15&e,1):8===i?Yx(e>>24&255,e>>16&255,e>>8&255,(255&e)/255):4===i?Yx(e>>12&15|e>>8&240,e>>8&15|e>>4&240,e>>4&15|240&e,((15&e)<<4|15&e)/255):null):(e=zx.exec(t))?new t$(e[1],e[2],e[3],1):(e=Bx.exec(t))?new t$(255*e[1]/100,255*e[2]/100,255*e[3]/100,1):(e=Nx.exec(t))?Yx(e[1],e[2],e[3],e[4]):(e=Zx.exec(t))?Yx(255*e[1]/100,255*e[2]/100,255*e[3]/100,e[4]):(e=qx.exec(t))?r$(e[1],e[2]/100,e[3]/100,1):(e=jx.exec(t))?r$(e[1],e[2]/100,e[3]/100,e[4]):Ux.hasOwnProperty(t)?Kx(Ux[t]):"transparent"===t?new t$(NaN,NaN,NaN,0):null}function Kx(t){return new t$(t>>16&255,t>>8&255,255&t,1)}function Yx(t,e,i,o){return o<=0&&(t=e=i=NaN),new t$(t,e,i,o)}function Qx(t){return t instanceof Fx||(t=Xx(t)),t?new t$((t=t.rgb()).r,t.g,t.b,t.opacity):new t$}function Jx(t,e,i,o){return 1===arguments.length?Qx(t):new t$(t,e,i,null==o?1:o)}function t$(t,e,i,o){this.r=+t,this.g=+e,this.b=+i,this.opacity=+o}function e$(){return`#${s$(this.r)}${s$(this.g)}${s$(this.b)}`}function i$(){const t=o$(this.opacity)
|
|
6803
|
+
return`${1===t?"rgb(":"rgba("}${n$(this.r)}, ${n$(this.g)}, ${n$(this.b)}${1===t?")":`, ${t})`}`}function o$(t){return isNaN(t)?1:Math.max(0,Math.min(1,t))}function n$(t){return Math.max(0,Math.min(255,Math.round(t)||0))}function s$(t){return((t=n$(t))<16?"0":"")+t.toString(16)}function r$(t,e,i,o){return o<=0?t=e=i=NaN:i<=0||i>=1?t=e=NaN:e<=0&&(t=NaN),new l$(t,e,i,o)}function a$(t){if(t instanceof l$)return new l$(t.h,t.s,t.l,t.opacity)
|
|
6804
|
+
if(t instanceof Fx||(t=Xx(t)),!t)return new l$
|
|
6805
|
+
if(t instanceof l$)return t
|
|
6793
6806
|
var e=(t=t.rgb()).r/255,i=t.g/255,o=t.b/255,n=Math.min(e,i,o),s=Math.max(e,i,o),r=NaN,a=s-n,l=(s+n)/2
|
|
6794
|
-
return a?(r=e===s?(i-o)/a+6*(i<o):i===s?(o-e)/a+2:(e-i)/a+4,a/=l<.5?s+n:2-s-n,r*=60):a=l>0&&l<1?0:r,new
|
|
6795
|
-
return new
|
|
6796
|
-
return`${1===t?"hsl(":"hsla("}${
|
|
6797
|
-
var
|
|
6798
|
-
function
|
|
6799
|
-
return i?function(t,e){return function(i){return t+i*e}}(t,i):
|
|
6800
|
-
function o(t,e){var o=i((t=
|
|
6807
|
+
return a?(r=e===s?(i-o)/a+6*(i<o):i===s?(o-e)/a+2:(e-i)/a+4,a/=l<.5?s+n:2-s-n,r*=60):a=l>0&&l<1?0:r,new l$(r,a,l,t.opacity)}function l$(t,e,i,o){this.h=+t,this.s=+e,this.l=+i,this.opacity=+o}function c$(t){return(t=(t||0)%360)<0?t+360:t}function d$(t){return Math.max(0,Math.min(1,t||0))}function h$(t,e,i){return 255*(t<60?e+(i-e)*t/60:t<180?i:t<240?e+(i-e)*(240-t)/60:e)}Ox(Fx,Xx,{copy(t){return Object.assign(new this.constructor,this,t)},displayable(){return this.rgb().displayable()},hex:Gx,formatHex:Gx,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return a$(this).formatHsl()},formatRgb:Wx,toString:Wx}),Ox(t$,Jx,Ex(Fx,{brighter(t){return t=null==t?Hx:Math.pow(Hx,t),new t$(this.r*t,this.g*t,this.b*t,this.opacity)},darker(t){return t=null==t?Vx:Math.pow(Vx,t),new t$(this.r*t,this.g*t,this.b*t,this.opacity)},rgb(){return this},clamp(){return new t$(n$(this.r),n$(this.g),n$(this.b),o$(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:e$,formatHex:e$,formatHex8:function(){return`#${s$(this.r)}${s$(this.g)}${s$(this.b)}${s$(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:i$,toString:i$})),Ox(l$,(function(t,e,i,o){return 1===arguments.length?a$(t):new l$(t,e,i,null==o?1:o)}),Ex(Fx,{brighter(t){return t=null==t?Hx:Math.pow(Hx,t),new l$(this.h,this.s,this.l*t,this.opacity)},darker(t){return t=null==t?Vx:Math.pow(Vx,t),new l$(this.h,this.s,this.l*t,this.opacity)},rgb(){var t=this.h%360+360*(this.h<0),e=isNaN(t)||isNaN(this.s)?0:this.s,i=this.l,o=i+(i<.5?i:1-i)*e,n=2*i-o
|
|
6808
|
+
return new t$(h$(t>=240?t-240:t+120,n,o),h$(t,n,o),h$(t<120?t+240:t-120,n,o),this.opacity)},clamp(){return new l$(c$(this.h),d$(this.s),d$(this.l),o$(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const t=o$(this.opacity)
|
|
6809
|
+
return`${1===t?"hsl(":"hsla("}${c$(this.h)}, ${100*d$(this.s)}%, ${100*d$(this.l)}%${1===t?")":`, ${t})`}`}}))
|
|
6810
|
+
var u$=t=>()=>t
|
|
6811
|
+
function p$(t){return 1==(t=+t)?g$:function(e,i){return i-e?function(t,e,i){return t=Math.pow(t,i),e=Math.pow(e,i)-t,i=1/i,function(o){return Math.pow(t+o*e,i)}}(e,i,t):u$(isNaN(e)?i:e)}}function g$(t,e){var i=e-t
|
|
6812
|
+
return i?function(t,e){return function(i){return t+i*e}}(t,i):u$(isNaN(t)?e:t)}var v$=function t(e){var i=p$(e)
|
|
6813
|
+
function o(t,e){var o=i((t=Jx(t)).r,(e=Jx(e)).r),n=i(t.g,e.g),s=i(t.b,e.b),r=g$(t.opacity,e.opacity)
|
|
6801
6814
|
return function(e){return t.r=o(e),t.g=n(e),t.b=s(e),t.opacity=r(e),t+""}}return o.gamma=t,o}(1)
|
|
6802
|
-
function
|
|
6815
|
+
function f$(t,e){e||(e=[])
|
|
6803
6816
|
var i,o=t?Math.min(e.length,t.length):0,n=e.slice()
|
|
6804
6817
|
return function(s){for(i=0;i<o;++i)n[i]=t[i]*(1-s)+e[i]*s
|
|
6805
|
-
return n}}function
|
|
6806
|
-
for(i=0;i<n;++i)s[i]=
|
|
6818
|
+
return n}}function m$(t,e){var i,o=e?e.length:0,n=t?Math.min(o,t.length):0,s=new Array(n),r=new Array(o)
|
|
6819
|
+
for(i=0;i<n;++i)s[i]=k$(t[i],e[i])
|
|
6807
6820
|
for(;i<o;++i)r[i]=e[i]
|
|
6808
6821
|
return function(t){for(i=0;i<n;++i)r[i]=s[i](t)
|
|
6809
|
-
return r}}function
|
|
6810
|
-
return t=+t,e=+e,function(o){return i.setTime(t*(1-o)+e*o),i}}function
|
|
6811
|
-
for(i in null!==t&&"object"==typeof t||(t={}),null!==e&&"object"==typeof e||(e={}),e)i in t?o[i]=
|
|
6822
|
+
return r}}function b$(t,e){var i=new Date
|
|
6823
|
+
return t=+t,e=+e,function(o){return i.setTime(t*(1-o)+e*o),i}}function w$(t,e){return t=+t,e=+e,function(i){return t*(1-i)+e*i}}function y$(t,e){var i,o={},n={}
|
|
6824
|
+
for(i in null!==t&&"object"==typeof t||(t={}),null!==e&&"object"==typeof e||(e={}),e)i in t?o[i]=k$(t[i],e[i]):n[i]=e[i]
|
|
6812
6825
|
return function(t){for(i in o)n[i]=o[i](t)
|
|
6813
|
-
return n}}var
|
|
6814
|
-
function
|
|
6815
|
-
for(t+="",e+="";(i=
|
|
6826
|
+
return n}}var x$=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,$$=new RegExp(x$.source,"g")
|
|
6827
|
+
function C$(t,e){var i,o,n,s=x$.lastIndex=$$.lastIndex=0,r=-1,a=[],l=[]
|
|
6828
|
+
for(t+="",e+="";(i=x$.exec(t))&&(o=$$.exec(e));)(n=o.index)>s&&(n=e.slice(s,n),a[r]?a[r]+=n:a[++r]=n),(i=i[0])===(o=o[0])?a[r]?a[r]+=o:a[++r]=o:(a[++r]=null,l.push({i:r,x:w$(i,o)})),s=$$.lastIndex
|
|
6816
6829
|
return s<e.length&&(n=e.slice(s),a[r]?a[r]+=n:a[++r]=n),a.length<2?l[0]?function(t){return function(e){return t(e)+""}}(l[0].x):function(t){return function(){return t}}(e):(e=l.length,function(t){for(var i,o=0;o<e;++o)a[(i=l[o]).i]=i.x(t)
|
|
6817
|
-
return a.join("")})}function
|
|
6818
|
-
return null==e||"boolean"===n?
|
|
6819
|
-
function
|
|
6820
|
-
return(r=Math.sqrt(t*t+e*e))&&(t/=r,e/=r),(l=t*i+e*o)&&(i-=t*l,o-=e*l),(a=Math.sqrt(i*i+o*o))&&(i/=a,o/=a,l/=a),t*o<e*i&&(t=-t,e=-e,l=-l,r=-r),{translateX:n,translateY:s,rotate:Math.atan2(e,t)*
|
|
6830
|
+
return a.join("")})}function k$(t,e){var i,o,n=typeof e
|
|
6831
|
+
return null==e||"boolean"===n?u$(e):("number"===n?w$:"string"===n?(i=Xx(e))?(e=i,v$):C$:e instanceof Xx?v$:e instanceof Date?b$:(o=e,!ArrayBuffer.isView(o)||o instanceof DataView?Array.isArray(e)?m$:"function"!=typeof e.valueOf&&"function"!=typeof e.toString||isNaN(e)?y$:w$:f$))(t,e)}function S$(t,e){return t=+t,e=+e,function(i){return Math.round(t*(1-i)+e*i)}}var _$,M$=180/Math.PI,I$={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1}
|
|
6832
|
+
function R$(t,e,i,o,n,s){var r,a,l
|
|
6833
|
+
return(r=Math.sqrt(t*t+e*e))&&(t/=r,e/=r),(l=t*i+e*o)&&(i-=t*l,o-=e*l),(a=Math.sqrt(i*i+o*o))&&(i/=a,o/=a,l/=a),t*o<e*i&&(t=-t,e=-e,l=-l,r=-r),{translateX:n,translateY:s,rotate:Math.atan2(e,t)*M$,skewX:Math.atan(l)*M$,scaleX:r,scaleY:a}}function A$(t,e,i,o){function n(t){return t.length?t.pop()+" ":""}return function(s,r){var a=[],l=[]
|
|
6821
6834
|
return s=t(s),r=t(r),function(t,o,n,s,r,a){if(t!==n||o!==s){var l=r.push("translate(",null,e,null,i)
|
|
6822
|
-
a.push({i:l-4,x:
|
|
6823
|
-
r.push({i:a-4,x:
|
|
6824
|
-
return a.join("")}}}var
|
|
6825
|
-
return e.isIdentity?
|
|
6826
|
-
function
|
|
6835
|
+
a.push({i:l-4,x:w$(t,n)},{i:l-2,x:w$(o,s)})}else(n||s)&&r.push("translate("+n+e+s+i)}(s.translateX,s.translateY,r.translateX,r.translateY,a,l),function(t,e,i,s){t!==e?(t-e>180?e+=360:e-t>180&&(t+=360),s.push({i:i.push(n(i)+"rotate(",null,o)-2,x:w$(t,e)})):e&&i.push(n(i)+"rotate("+e+o)}(s.rotate,r.rotate,a,l),function(t,e,i,s){t!==e?s.push({i:i.push(n(i)+"skewX(",null,o)-2,x:w$(t,e)}):e&&i.push(n(i)+"skewX("+e+o)}(s.skewX,r.skewX,a,l),function(t,e,i,o,s,r){if(t!==i||e!==o){var a=s.push(n(s)+"scale(",null,",",null,")")
|
|
6836
|
+
r.push({i:a-4,x:w$(t,i)},{i:a-2,x:w$(e,o)})}else 1===i&&1===o||s.push(n(s)+"scale("+i+","+o+")")}(s.scaleX,s.scaleY,r.scaleX,r.scaleY,a,l),s=r=null,function(t){for(var e,i=-1,o=l.length;++i<o;)a[(e=l[i]).i]=e.x(t)
|
|
6837
|
+
return a.join("")}}}var O$=A$((function(t){const e=new("function"==typeof DOMMatrix?DOMMatrix:WebKitCSSMatrix)(t+"")
|
|
6838
|
+
return e.isIdentity?I$:R$(e.a,e.b,e.c,e.d,e.e,e.f)}),"px, ","px)","deg)"),E$=A$((function(t){return null==t?I$:(_$||(_$=document.createElementNS("http://www.w3.org/2000/svg","g")),_$.setAttribute("transform",t),(t=_$.transform.baseVal.consolidate())?R$((t=t.matrix).a,t.b,t.c,t.d,t.e,t.f):I$)}),", ",")",")")
|
|
6839
|
+
function F$(t){return((t=Math.exp(t))+1/t)/2}var V$,H$,P$=function t(e,i,o){function n(t,n){var s,r,a=t[0],l=t[1],c=t[2],d=n[0],h=n[1],u=n[2],p=d-a,g=h-l,v=p*p+g*g
|
|
6827
6840
|
if(v<1e-12)r=Math.log(u/c)/e,s=function(t){return[a+t*p,l+t*g,c*Math.exp(e*t*r)]}
|
|
6828
6841
|
else{var f=Math.sqrt(v),m=(u*u-c*c+o*v)/(2*c*i*f),b=(u*u-c*c-o*v)/(2*u*i*f),w=Math.log(Math.sqrt(m*m+1)-m),y=Math.log(Math.sqrt(b*b+1)-b)
|
|
6829
|
-
r=(y-w)/e,s=function(t){var o,n=t*r,s=
|
|
6830
|
-
return[a+d*p,l+d*g,c*s/
|
|
6831
|
-
return t(i,o,o*o)},n}(Math.SQRT2,2,4),
|
|
6832
|
-
function
|
|
6833
|
-
return o.restart(t,e,i),o}function
|
|
6834
|
-
try{!function(){
|
|
6835
|
-
for(var t,e=
|
|
6836
|
-
for(;i;)i._call?(o>i._time&&(o=i._time),t=i,i=i._next):(e=i._next,i._next=null,i=t?t._next=e:
|
|
6837
|
-
|
|
6838
|
-
e>1e3&&(
|
|
6839
|
-
return e=null==e?0:+e,o.restart((i=>{o.stop(),t(i+e)}),e,i),o}
|
|
6840
|
-
i=(null==i?
|
|
6841
|
-
var
|
|
6842
|
-
function
|
|
6842
|
+
r=(y-w)/e,s=function(t){var o,n=t*r,s=F$(w),d=c/(i*f)*(s*(o=e*n+w,((o=Math.exp(2*o))-1)/(o+1))-function(t){return((t=Math.exp(t))-1/t)/2}(w))
|
|
6843
|
+
return[a+d*p,l+d*g,c*s/F$(e*n+w)]}}return s.duration=1e3*r*e/Math.SQRT2,s}return n.rho=function(e){var i=Math.max(.001,+e),o=i*i
|
|
6844
|
+
return t(i,o,o*o)},n}(Math.SQRT2,2,4),T$=0,L$=0,D$=0,z$=0,B$=0,N$=0,Z$="object"==typeof performance&&performance.now?performance:Date,q$="object"==typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)}
|
|
6845
|
+
function j$(){return B$||(q$(U$),B$=Z$.now()+N$)}function U$(){B$=0}function G$(){this._call=this._time=this._next=null}function W$(t,e,i){var o=new G$
|
|
6846
|
+
return o.restart(t,e,i),o}function X$(){B$=(z$=Z$.now())+N$,T$=L$=0
|
|
6847
|
+
try{!function(){j$(),++T$
|
|
6848
|
+
for(var t,e=V$;e;)(t=B$-e._time)>=0&&e._call.call(void 0,t),e=e._next;--T$}()}finally{T$=0,function(){var t,e,i=V$,o=1/0
|
|
6849
|
+
for(;i;)i._call?(o>i._time&&(o=i._time),t=i,i=i._next):(e=i._next,i._next=null,i=t?t._next=e:V$=e)
|
|
6850
|
+
H$=t,Y$(o)}(),B$=0}}function K$(){var t=Z$.now(),e=t-z$
|
|
6851
|
+
e>1e3&&(N$-=e,z$=t)}function Y$(t){T$||(L$&&(L$=clearTimeout(L$)),t-B$>24?(t<1/0&&(L$=setTimeout(X$,t-Z$.now()-N$)),D$&&(D$=clearInterval(D$))):(D$||(z$=Z$.now(),D$=setInterval(K$,1e3)),T$=1,q$(X$)))}function Q$(t,e,i){var o=new G$
|
|
6852
|
+
return e=null==e?0:+e,o.restart((i=>{o.stop(),t(i+e)}),e,i),o}G$.prototype=W$.prototype={constructor:G$,restart:function(t,e,i){if("function"!=typeof t)throw new TypeError("callback is not a function")
|
|
6853
|
+
i=(null==i?j$():+i)+(null==e?0:+e),this._next||H$===this||(H$?H$._next=this:V$=this,H$=this),this._call=t,this._time=i,Y$()},stop:function(){this._call&&(this._call=null,this._time=1/0,Y$())}}
|
|
6854
|
+
var J$=ry("start","end","cancel","interrupt"),tC=[]
|
|
6855
|
+
function eC(t,e,i,o,n,s){var r=t.__transition
|
|
6843
6856
|
if(r){if(i in r)return}else t.__transition={}
|
|
6844
6857
|
!function(t,e,i){var o,n=t.__transition
|
|
6845
6858
|
function s(t){i.state=1,i.timer.restart(r,i.delay,i.time),i.delay<=t&&r(t-i.delay)}function r(s){var c,d,h,u
|
|
6846
6859
|
if(1!==i.state)return l()
|
|
6847
|
-
for(c in n)if((u=n[c]).name===i.name){if(3===u.state)return
|
|
6848
|
-
4===u.state?(u.state=6,u.timer.stop(),u.on.call("interrupt",t,t.__data__,u.index,u.group),delete n[c]):+c<e&&(u.state=6,u.timer.stop(),u.on.call("cancel",t,t.__data__,u.index,u.group),delete n[c])}if(
|
|
6860
|
+
for(c in n)if((u=n[c]).name===i.name){if(3===u.state)return Q$(r)
|
|
6861
|
+
4===u.state?(u.state=6,u.timer.stop(),u.on.call("interrupt",t,t.__data__,u.index,u.group),delete n[c]):+c<e&&(u.state=6,u.timer.stop(),u.on.call("cancel",t,t.__data__,u.index,u.group),delete n[c])}if(Q$((function(){3===i.state&&(i.state=4,i.timer.restart(a,i.delay,i.time),a(s))})),i.state=2,i.on.call("start",t,t.__data__,i.index,i.group),2===i.state){for(i.state=3,o=new Array(h=i.tween.length),c=0,d=-1;c<h;++c)(u=i.tween[c].value.call(t,t.__data__,i.index,i.group))&&(o[++d]=u)
|
|
6849
6862
|
o.length=d+1}}function a(e){for(var n=e<i.duration?i.ease.call(null,e/i.duration):(i.timer.restart(l),i.state=5,1),s=-1,r=o.length;++s<r;)o[s].call(t,n)
|
|
6850
6863
|
5===i.state&&(i.on.call("end",t,t.__data__,i.index,i.group),l())}function l(){for(var o in i.state=6,i.timer.stop(),delete n[e],n)return
|
|
6851
|
-
delete t.__transition}n[e]=i,i.timer=
|
|
6864
|
+
delete t.__transition}n[e]=i,i.timer=W$(s,0,i.time)}(t,i,{name:e,index:o,group:n,on:J$,tween:tC,time:s.time,delay:s.delay,duration:s.duration,ease:s.ease,timer:null,state:0})}function iC(t,e){var i=nC(t,e)
|
|
6852
6865
|
if(i.state>0)throw new Error("too late; already scheduled")
|
|
6853
|
-
return i}function
|
|
6866
|
+
return i}function oC(t,e){var i=nC(t,e)
|
|
6854
6867
|
if(i.state>3)throw new Error("too late; already running")
|
|
6855
|
-
return i}function
|
|
6868
|
+
return i}function nC(t,e){var i=t.__transition
|
|
6856
6869
|
if(!i||!(i=i[e]))throw new Error("transition not found")
|
|
6857
|
-
return i}function
|
|
6870
|
+
return i}function sC(t,e){var i,o,n,s=t.__transition,r=!0
|
|
6858
6871
|
if(s){for(n in e=null==e?null:e+"",s)(i=s[n]).name===e?(o=i.state>2&&i.state<5,i.state=6,i.timer.stop(),i.on.call(o?"interrupt":"cancel",t,t.__data__,i.index,i.group),delete s[n]):r=!1
|
|
6859
|
-
r&&delete t.__transition}}function
|
|
6860
|
-
return function(){var n=
|
|
6872
|
+
r&&delete t.__transition}}function rC(t,e){var i,o
|
|
6873
|
+
return function(){var n=oC(this,t),s=n.tween
|
|
6861
6874
|
if(s!==i)for(var r=0,a=(o=i=s).length;r<a;++r)if(o[r].name===e){(o=o.slice()).splice(r,1)
|
|
6862
|
-
break}n.tween=o}}function
|
|
6875
|
+
break}n.tween=o}}function aC(t,e,i){var o,n
|
|
6863
6876
|
if("function"!=typeof i)throw new Error
|
|
6864
|
-
return function(){var s=
|
|
6877
|
+
return function(){var s=oC(this,t),r=s.tween
|
|
6865
6878
|
if(r!==o){n=(o=r).slice()
|
|
6866
6879
|
for(var a={name:e,value:i},l=0,c=n.length;l<c;++l)if(n[l].name===e){n[l]=a
|
|
6867
|
-
break}l===c&&n.push(a)}s.tween=n}}function
|
|
6868
|
-
return t.each((function(){var t=
|
|
6869
|
-
return("number"==typeof e?
|
|
6880
|
+
break}l===c&&n.push(a)}s.tween=n}}function lC(t,e,i){var o=t._id
|
|
6881
|
+
return t.each((function(){var t=oC(this,o);(t.value||(t.value={}))[e]=i.apply(this,arguments)})),function(t){return nC(t,o).value[e]}}function cC(t,e){var i
|
|
6882
|
+
return("number"==typeof e?w$:e instanceof Xx?v$:(i=Xx(e))?(e=i,v$):C$)(t,e)}function dC(t){return function(){this.removeAttribute(t)}}function hC(t){return function(){this.removeAttributeNS(t.space,t.local)}}function uC(t,e,i){var o,n,s=i+""
|
|
6870
6883
|
return function(){var r=this.getAttribute(t)
|
|
6871
|
-
return r===s?null:r===o?n:n=e(o=r,i)}}function
|
|
6884
|
+
return r===s?null:r===o?n:n=e(o=r,i)}}function pC(t,e,i){var o,n,s=i+""
|
|
6872
6885
|
return function(){var r=this.getAttributeNS(t.space,t.local)
|
|
6873
|
-
return r===s?null:r===o?n:n=e(o=r,i)}}function
|
|
6886
|
+
return r===s?null:r===o?n:n=e(o=r,i)}}function gC(t,e,i){var o,n,s
|
|
6874
6887
|
return function(){var r,a,l=i(this)
|
|
6875
6888
|
if(null!=l)return(r=this.getAttribute(t))===(a=l+"")?null:r===o&&a===n?s:(n=a,s=e(o=r,l))
|
|
6876
|
-
this.removeAttribute(t)}}function
|
|
6889
|
+
this.removeAttribute(t)}}function vC(t,e,i){var o,n,s
|
|
6877
6890
|
return function(){var r,a,l=i(this)
|
|
6878
6891
|
if(null!=l)return(r=this.getAttributeNS(t.space,t.local))===(a=l+"")?null:r===o&&a===n?s:(n=a,s=e(o=r,l))
|
|
6879
|
-
this.removeAttributeNS(t.space,t.local)}}function
|
|
6892
|
+
this.removeAttributeNS(t.space,t.local)}}function fC(t,e){return function(i){this.setAttribute(t,e.call(this,i))}}function mC(t,e){return function(i){this.setAttributeNS(t.space,t.local,e.call(this,i))}}function bC(t,e){var i,o
|
|
6880
6893
|
function n(){var n=e.apply(this,arguments)
|
|
6881
|
-
return n!==o&&(i=(o=n)&&
|
|
6894
|
+
return n!==o&&(i=(o=n)&&mC(t,n)),i}return n._value=e,n}function wC(t,e){var i,o
|
|
6882
6895
|
function n(){var n=e.apply(this,arguments)
|
|
6883
|
-
return n!==o&&(i=(o=n)&&
|
|
6884
|
-
return function(){
|
|
6885
|
-
return e>=0&&(t=t.slice(0,e)),!t||"start"===t}))}(e)?
|
|
6896
|
+
return n!==o&&(i=(o=n)&&fC(t,n)),i}return n._value=e,n}function yC(t,e){return function(){iC(this,t).delay=+e.apply(this,arguments)}}function xC(t,e){return e=+e,function(){iC(this,t).delay=e}}function $C(t,e){return function(){oC(this,t).duration=+e.apply(this,arguments)}}function CC(t,e){return e=+e,function(){oC(this,t).duration=e}}function kC(t,e){if("function"!=typeof e)throw new Error
|
|
6897
|
+
return function(){oC(this,t).ease=e}}function SC(t,e,i){var o,n,s=function(t){return(t+"").trim().split(/^|\s+/).every((function(t){var e=t.indexOf(".")
|
|
6898
|
+
return e>=0&&(t=t.slice(0,e)),!t||"start"===t}))}(e)?iC:oC
|
|
6886
6899
|
return function(){var r=s(this,t),a=r.on
|
|
6887
|
-
a!==o&&(n=(o=a).copy()).on(e,i),r.on=n}}var
|
|
6888
|
-
function
|
|
6900
|
+
a!==o&&(n=(o=a).copy()).on(e,i),r.on=n}}var _C=kx.prototype.constructor
|
|
6901
|
+
function MC(t){return function(){this.style.removeProperty(t)}}function IC(t,e,i){return function(o){this.style.setProperty(t,e.call(this,o),i)}}function RC(t,e,i){var o,n
|
|
6889
6902
|
function s(){var s=e.apply(this,arguments)
|
|
6890
|
-
return s!==n&&(o=(n=s)&&
|
|
6903
|
+
return s!==n&&(o=(n=s)&&IC(t,s,i)),o}return s._value=e,s}function AC(t){return function(e){this.textContent=t.call(this,e)}}function OC(t){var e,i
|
|
6891
6904
|
function o(){var o=t.apply(this,arguments)
|
|
6892
|
-
return o!==i&&(e=(i=o)&&
|
|
6893
|
-
function
|
|
6894
|
-
|
|
6895
|
-
"function"!=typeof t&&(t=vy(t))
|
|
6896
|
-
for(var o=this._groups,n=o.length,s=new Array(n),r=0;r<n;++r)for(var a,l,c=o[r],d=c.length,h=s[r]=new Array(d),u=0;u<d;++u)(a=c[u])&&(l=t.call(a,a.__data__,u,c))&&("__data__"in a&&(l.__data__=a.__data__),h[u]=l,Q$(h[u],e,i,u,h,eC(a,i)))
|
|
6897
|
-
return new AC(s,this._parents,e,i)},selectAll:function(t){var e=this._name,i=this._id
|
|
6905
|
+
return o!==i&&(e=(i=o)&&AC(o)),e}return o._value=t,o}var EC=0
|
|
6906
|
+
function FC(t,e,i,o){this._groups=t,this._parents=e,this._name=i,this._id=o}function VC(){return++EC}var HC=kx.prototype
|
|
6907
|
+
FC.prototype={constructor:FC,select:function(t){var e=this._name,i=this._id
|
|
6898
6908
|
"function"!=typeof t&&(t=by(t))
|
|
6899
|
-
for(var o=this._groups,n=o.length,s=
|
|
6900
|
-
|
|
6909
|
+
for(var o=this._groups,n=o.length,s=new Array(n),r=0;r<n;++r)for(var a,l,c=o[r],d=c.length,h=s[r]=new Array(d),u=0;u<d;++u)(a=c[u])&&(l=t.call(a,a.__data__,u,c))&&("__data__"in a&&(l.__data__=a.__data__),h[u]=l,eC(h[u],e,i,u,h,nC(a,i)))
|
|
6910
|
+
return new FC(s,this._parents,e,i)},selectAll:function(t){var e=this._name,i=this._id
|
|
6911
|
+
"function"!=typeof t&&(t=xy(t))
|
|
6912
|
+
for(var o=this._groups,n=o.length,s=[],r=[],a=0;a<n;++a)for(var l,c=o[a],d=c.length,h=0;h<d;++h)if(l=c[h]){for(var u,p=t.call(l,l.__data__,h,c),g=nC(l,i),v=0,f=p.length;v<f;++v)(u=p[v])&&eC(u,e,i,v,p,g)
|
|
6913
|
+
s.push(p),r.push(l)}return new FC(s,r,e,i)},selectChild:HC.selectChild,selectChildren:HC.selectChildren,filter:function(t){"function"!=typeof t&&(t=$y(t))
|
|
6901
6914
|
for(var e=this._groups,i=e.length,o=new Array(i),n=0;n<i;++n)for(var s,r=e[n],a=r.length,l=o[n]=[],c=0;c<a;++c)(s=r[c])&&t.call(s,s.__data__,c,r)&&l.push(s)
|
|
6902
|
-
return new
|
|
6915
|
+
return new FC(o,this._parents,this._name,this._id)},merge:function(t){if(t._id!==this._id)throw new Error
|
|
6903
6916
|
for(var e=this._groups,i=t._groups,o=e.length,n=i.length,s=Math.min(o,n),r=new Array(o),a=0;a<s;++a)for(var l,c=e[a],d=i[a],h=c.length,u=r[a]=new Array(h),p=0;p<h;++p)(l=c[p]||d[p])&&(u[p]=l)
|
|
6904
6917
|
for(;a<o;++a)r[a]=e[a]
|
|
6905
|
-
return new
|
|
6906
|
-
|
|
6907
|
-
return arguments.length<2?
|
|
6908
|
-
return this.attrTween(t,"function"==typeof e?(i.local?
|
|
6918
|
+
return new FC(r,this._parents,this._name,this._id)},selection:function(){return new _C(this._groups,this._parents)},transition:function(){for(var t=this._name,e=this._id,i=VC(),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=nC(r,e)
|
|
6919
|
+
eC(r,t,i,c,a,{time:d.time+d.delay+d.duration,delay:0,duration:d.duration,ease:d.ease})}return new FC(o,this._parents,t,i)},call:HC.call,nodes:HC.nodes,node:HC.node,size:HC.size,empty:HC.empty,each:HC.each,on:function(t,e){var i=this._id
|
|
6920
|
+
return arguments.length<2?nC(this.node(),i).on.on(t):this.each(SC(i,t,e))},attr:function(t,e){var i=py(t),o="transform"===i?E$:cC
|
|
6921
|
+
return this.attrTween(t,"function"==typeof e?(i.local?vC:gC)(i,o,lC(this,"attr."+t,e)):null==e?(i.local?hC:dC)(i):(i.local?pC:uC)(i,o,e))},attrTween:function(t,e){var i="attr."+t
|
|
6909
6922
|
if(arguments.length<2)return(i=this.tween(i))&&i._value
|
|
6910
6923
|
if(null==e)return this.tween(i,null)
|
|
6911
6924
|
if("function"!=typeof e)throw new Error
|
|
6912
|
-
var o=
|
|
6913
|
-
return this.tween(i,(o.local?
|
|
6925
|
+
var o=py(t)
|
|
6926
|
+
return this.tween(i,(o.local?bC:wC)(o,e))},style:function(t,e,i){var o="transform"==(t+="")?O$:cC
|
|
6914
6927
|
return null==e?this.styleTween(t,function(t,e){var i,o,n
|
|
6915
|
-
return function(){var s=
|
|
6916
|
-
return s===r?null:s===i&&r===o?n:n=e(i=s,o=r)}}(t,o)).on("end.style."+t,
|
|
6917
|
-
return function(){var r=
|
|
6918
|
-
return null==a&&(this.style.removeProperty(t),l=a=
|
|
6919
|
-
return function(){var l=
|
|
6928
|
+
return function(){var s=Uy(this,t),r=(this.style.removeProperty(t),Uy(this,t))
|
|
6929
|
+
return s===r?null:s===i&&r===o?n:n=e(i=s,o=r)}}(t,o)).on("end.style."+t,MC(t)):"function"==typeof e?this.styleTween(t,function(t,e,i){var o,n,s
|
|
6930
|
+
return function(){var r=Uy(this,t),a=i(this),l=a+""
|
|
6931
|
+
return null==a&&(this.style.removeProperty(t),l=a=Uy(this,t)),r===l?null:r===o&&l===n?s:(n=l,s=e(o=r,a))}}(t,o,lC(this,"style."+t,e))).each(function(t,e){var i,o,n,s,r="style."+e,a="end."+r
|
|
6932
|
+
return function(){var l=oC(this,t),c=l.on,d=null==l.value[r]?s||(s=MC(e)):void 0
|
|
6920
6933
|
c===i&&n===d||(o=(i=c).copy()).on(a,n=d),l.on=o}}(this._id,t)):this.styleTween(t,function(t,e,i){var o,n,s=i+""
|
|
6921
|
-
return function(){var r=
|
|
6934
|
+
return function(){var r=Uy(this,t)
|
|
6922
6935
|
return r===s?null:r===o?n:n=e(o=r,i)}}(t,o,e),i).on("end.style."+t,null)},styleTween:function(t,e,i){var o="style."+(t+="")
|
|
6923
6936
|
if(arguments.length<2)return(o=this.tween(o))&&o._value
|
|
6924
6937
|
if(null==e)return this.tween(o,null)
|
|
6925
6938
|
if("function"!=typeof e)throw new Error
|
|
6926
|
-
return this.tween(o,
|
|
6927
|
-
this.textContent=null==e?"":e}}(
|
|
6939
|
+
return this.tween(o,RC(t,e,null==i?"":i))},text:function(t){return this.tween("text","function"==typeof t?function(t){return function(){var e=t(this)
|
|
6940
|
+
this.textContent=null==e?"":e}}(lC(this,"text",t)):function(t){return function(){this.textContent=t}}(null==t?"":t+""))},textTween:function(t){var e="text"
|
|
6928
6941
|
if(arguments.length<1)return(e=this.tween(e))&&e._value
|
|
6929
6942
|
if(null==t)return this.tween(e,null)
|
|
6930
6943
|
if("function"!=typeof t)throw new Error
|
|
6931
|
-
return this.tween(e,
|
|
6944
|
+
return this.tween(e,OC(t))},remove:function(){return this.on("end.remove",function(t){return function(){var e=this.parentNode
|
|
6932
6945
|
for(var i in this.__transition)if(+i!==t)return
|
|
6933
6946
|
e&&e.removeChild(this)}}(this._id))},tween:function(t,e){var i=this._id
|
|
6934
|
-
if(t+="",arguments.length<2){for(var o,n=
|
|
6935
|
-
return null}return this.each((null==e?
|
|
6936
|
-
return arguments.length?this.each(("function"==typeof t?
|
|
6937
|
-
return arguments.length?this.each(("function"==typeof t
|
|
6938
|
-
return arguments.length?this.each(
|
|
6947
|
+
if(t+="",arguments.length<2){for(var o,n=nC(this.node(),i).tween,s=0,r=n.length;s<r;++s)if((o=n[s]).name===t)return o.value
|
|
6948
|
+
return null}return this.each((null==e?rC:aC)(i,t,e))},delay:function(t){var e=this._id
|
|
6949
|
+
return arguments.length?this.each(("function"==typeof t?yC:xC)(e,t)):nC(this.node(),e).delay},duration:function(t){var e=this._id
|
|
6950
|
+
return arguments.length?this.each(("function"==typeof t?$C:CC)(e,t)):nC(this.node(),e).duration},ease:function(t){var e=this._id
|
|
6951
|
+
return arguments.length?this.each(kC(e,t)):nC(this.node(),e).ease},easeVarying:function(t){if("function"!=typeof t)throw new Error
|
|
6939
6952
|
return this.each(function(t,e){return function(){var i=e.apply(this,arguments)
|
|
6940
6953
|
if("function"!=typeof i)throw new Error
|
|
6941
|
-
|
|
6954
|
+
oC(this,t).ease=i}}(this._id,t))},end:function(){var t,e,i=this,o=i._id,n=i.size()
|
|
6942
6955
|
return new Promise((function(s,r){var a={value:r},l={value:function(){0==--n&&s()}}
|
|
6943
|
-
i.each((function(){var i=
|
|
6944
|
-
n!==t&&((e=(t=n).copy())._.cancel.push(a),e._.interrupt.push(a),e._.end.push(l)),i.on=e})),0===n&&s()}))},[Symbol.iterator]:
|
|
6945
|
-
var
|
|
6946
|
-
function
|
|
6947
|
-
return i}
|
|
6948
|
-
t instanceof
|
|
6949
|
-
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])&&
|
|
6950
|
-
return new
|
|
6951
|
-
var
|
|
6952
|
-
function
|
|
6953
|
-
var
|
|
6954
|
-
function
|
|
6955
|
-
return t.__zoom}function
|
|
6956
|
-
return t instanceof SVGElement?(t=t.ownerSVGElement||t).hasAttribute("viewBox")?[[(t=t.viewBox.baseVal).x,t.y],[t.x+t.width,t.y+t.height]]:[[0,0],[t.width.baseVal.value,t.height.baseVal.value]]:[[0,0],[t.clientWidth,t.clientHeight]]}function
|
|
6957
|
-
return t.translate(n>o?(o+n)/2:Math.min(0,o)||Math.max(0,n),r>s?(s+r)/2:Math.min(0,s)||Math.max(0,r))}
|
|
6958
|
-
const
|
|
6956
|
+
i.each((function(){var i=oC(this,o),n=i.on
|
|
6957
|
+
n!==t&&((e=(t=n).copy())._.cancel.push(a),e._.interrupt.push(a),e._.end.push(l)),i.on=e})),0===n&&s()}))},[Symbol.iterator]:HC[Symbol.iterator]}
|
|
6958
|
+
var PC={time:null,delay:0,duration:250,ease:function(t){return((t*=2)<=1?t*t*t:(t-=2)*t*t+2)/2}}
|
|
6959
|
+
function TC(t,e){for(var i;!(i=t.__transition)||!(i=i[e]);)if(!(t=t.parentNode))throw new Error(`transition ${e} not found`)
|
|
6960
|
+
return i}kx.prototype.interrupt=function(t){return this.each((function(){sC(this,t)}))},kx.prototype.transition=function(t){var e,i
|
|
6961
|
+
t instanceof FC?(e=t._id,t=t._name):(e=VC(),(i=PC).time=j$(),t=null==t?null:t+"")
|
|
6962
|
+
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])&&eC(r,t,e,c,a,i||TC(r,e))
|
|
6963
|
+
return new FC(o,this._parents,t,e)}
|
|
6964
|
+
var LC=t=>()=>t
|
|
6965
|
+
function DC(t,{sourceEvent:e,target:i,transform:o,dispatch:n}){Object.defineProperties(this,{type:{value:t,enumerable:!0,configurable:!0},sourceEvent:{value:e,enumerable:!0,configurable:!0},target:{value:i,enumerable:!0,configurable:!0},transform:{value:o,enumerable:!0,configurable:!0},_:{value:n}})}function zC(t,e,i){this.k=t,this.x=e,this.y=i}zC.prototype={constructor:zC,scale:function(t){return 1===t?this:new zC(this.k*t,this.x,this.y)},translate:function(t,e){return 0===t&0===e?this:new zC(this.k,this.x+this.k*t,this.y+this.k*e)},apply:function(t){return[t[0]*this.k+this.x,t[1]*this.k+this.y]},applyX:function(t){return t*this.k+this.x},applyY:function(t){return t*this.k+this.y},invert:function(t){return[(t[0]-this.x)/this.k,(t[1]-this.y)/this.k]},invertX:function(t){return(t-this.x)/this.k},invertY:function(t){return(t-this.y)/this.k},rescaleX:function(t){return t.copy().domain(t.range().map(this.invertX,this).map(t.invert,t))},rescaleY:function(t){return t.copy().domain(t.range().map(this.invertY,this).map(t.invert,t))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}}
|
|
6966
|
+
var BC=new zC(1,0,0)
|
|
6967
|
+
function NC(t){for(;!t.__zoom;)if(!(t=t.parentNode))return BC
|
|
6968
|
+
return t.__zoom}function ZC(t){t.stopImmediatePropagation()}function qC(t){t.preventDefault(),t.stopImmediatePropagation()}function jC(t){return!(t.ctrlKey&&"wheel"!==t.type||t.button)}function UC(){var t=this
|
|
6969
|
+
return t instanceof SVGElement?(t=t.ownerSVGElement||t).hasAttribute("viewBox")?[[(t=t.viewBox.baseVal).x,t.y],[t.x+t.width,t.y+t.height]]:[[0,0],[t.width.baseVal.value,t.height.baseVal.value]]:[[0,0],[t.clientWidth,t.clientHeight]]}function GC(){return this.__zoom||BC}function WC(t){return-t.deltaY*(1===t.deltaMode?.05:t.deltaMode?1:.002)*(t.ctrlKey?10:1)}function XC(){return navigator.maxTouchPoints||"ontouchstart"in this}function KC(t,e,i){var o=t.invertX(e[0][0])-i[0][0],n=t.invertX(e[1][0])-i[1][0],s=t.invertY(e[0][1])-i[0][1],r=t.invertY(e[1][1])-i[1][1]
|
|
6970
|
+
return t.translate(n>o?(o+n)/2:Math.min(0,o)||Math.max(0,n),r>s?(s+r)/2:Math.min(0,s)||Math.max(0,r))}NC.prototype=zC.prototype
|
|
6971
|
+
const YC=G`
|
|
6959
6972
|
<div class="wafer-map-container">
|
|
6960
6973
|
<svg class="svg-root">
|
|
6961
6974
|
<g ${_t("zoomContainer")} transform=${t=>t.transform.toString()}>
|
|
@@ -6985,7 +6998,7 @@ const WC=G`
|
|
|
6985
6998
|
/>
|
|
6986
6999
|
</svg>
|
|
6987
7000
|
</div>
|
|
6988
|
-
`,
|
|
7001
|
+
`,QC=ft`
|
|
6989
7002
|
:host {
|
|
6990
7003
|
display: inline-block;
|
|
6991
7004
|
width: 500px;
|
|
@@ -7069,68 +7082,68 @@ const WC=G`
|
|
|
7069
7082
|
outline-width: 0px;
|
|
7070
7083
|
}
|
|
7071
7084
|
`
|
|
7072
|
-
function
|
|
7085
|
+
function JC(t,e){return null==t||null==e?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function tk(t,e){return null==t||null==e?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function ek(t){let e,i,o
|
|
7073
7086
|
function n(t,o,n=0,s=t.length){if(n<s){if(0!==e(o,o))return s
|
|
7074
7087
|
do{const e=n+s>>>1
|
|
7075
|
-
i(t[e],o)<0?n=e+1:s=e}while(n<s)}return n}return 2!==t.length?(e=
|
|
7088
|
+
i(t[e],o)<0?n=e+1:s=e}while(n<s)}return n}return 2!==t.length?(e=JC,i=(e,i)=>JC(t(e),i),o=(e,i)=>t(e)-i):(e=t===JC||t===tk?t:ik,i=t,o=t),{left:n,center:function(t,e,i=0,s=t.length){const r=n(t,e,i,s-1)
|
|
7076
7089
|
return r>i&&o(t[r-1],e)>-o(t[r],e)?r-1:r},right:function(t,o,n=0,s=t.length){if(n<s){if(0!==e(o,o))return s
|
|
7077
7090
|
do{const e=n+s>>>1
|
|
7078
|
-
i(t[e],o)<=0?n=e+1:s=e}while(n<s)}return n}}}function
|
|
7079
|
-
|
|
7080
|
-
var
|
|
7081
|
-
class
|
|
7091
|
+
i(t[e],o)<=0?n=e+1:s=e}while(n<s)}return n}}}function ik(){return 0}function ok(t){return null===t?NaN:+t}const nk=ek(JC).right
|
|
7092
|
+
ek(ok).center
|
|
7093
|
+
var sk=nk
|
|
7094
|
+
class rk extends Map{constructor(t,e=lk){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:e}}),null!=t)for(const[e,i]of t)this.set(e,i)}get(t){return super.get(ak(this,t))}has(t){return super.has(ak(this,t))}set(t,e){return super.set(function({_intern:t,_key:e},i){const o=e(i)
|
|
7082
7095
|
return t.has(o)?t.get(o):(t.set(o,i),i)}(this,t),e)}delete(t){return super.delete(function({_intern:t,_key:e},i){const o=e(i)
|
|
7083
7096
|
t.has(o)&&(i=t.get(o),t.delete(o))
|
|
7084
|
-
return i}(this,t))}}function
|
|
7085
|
-
return t.has(o)?t.get(o):i}function
|
|
7086
|
-
function
|
|
7097
|
+
return i}(this,t))}}function ak({_intern:t,_key:e},i){const o=e(i)
|
|
7098
|
+
return t.has(o)?t.get(o):i}function lk(t){return null!==t&&"object"==typeof t?t.valueOf():t}const ck=Math.sqrt(50),dk=Math.sqrt(10),hk=Math.sqrt(2)
|
|
7099
|
+
function uk(t,e,i){const o=(e-t)/Math.max(0,i),n=Math.floor(Math.log10(o)),s=o/Math.pow(10,n),r=s>=ck?10:s>=dk?5:s>=hk?2:1
|
|
7087
7100
|
let a,l,c
|
|
7088
|
-
return n<0?(c=Math.pow(10,-n)/r,a=Math.round(t*c),l=Math.round(e*c),a/c<t&&++a,l/c>e&&--l,c=-c):(c=Math.pow(10,n)*r,a=Math.round(t/c),l=Math.round(e/c),a*c<t&&++a,l*c>e&&--l),l<a&&.5<=i&&i<2?
|
|
7101
|
+
return n<0?(c=Math.pow(10,-n)/r,a=Math.round(t*c),l=Math.round(e*c),a/c<t&&++a,l/c>e&&--l,c=-c):(c=Math.pow(10,n)*r,a=Math.round(t/c),l=Math.round(e/c),a*c<t&&++a,l*c>e&&--l),l<a&&.5<=i&&i<2?uk(t,e,2*i):[a,l,c]}function pk(t,e,i){return uk(t=+t,e=+e,i=+i)[2]}function gk(t,e,i=ok){if((o=t.length)&&!isNaN(e=+e)){if(e<=0||o<2)return+i(t[0],0,t)
|
|
7089
7102
|
if(e>=1)return+i(t[o-1],o-1,t)
|
|
7090
7103
|
var o,n=(o-1)*e,s=Math.floor(n),r=+i(t[s],s,t)
|
|
7091
|
-
return r+(+i(t[s+1],s+1,t)-r)*(n-s)}}function
|
|
7104
|
+
return r+(+i(t[s+1],s+1,t)-r)*(n-s)}}function vk(t,e,i){t=+t,e=+e,i=(n=arguments.length)<2?(e=t,t=0,1):n<3?1:+i
|
|
7092
7105
|
for(var o=-1,n=0|Math.max(0,Math.ceil((e-t)/i)),s=new Array(n);++o<n;)s[o]=t+o*i
|
|
7093
|
-
return s}function
|
|
7106
|
+
return s}function fk(t,e){switch(arguments.length){case 0:break
|
|
7094
7107
|
case 1:this.range(t)
|
|
7095
7108
|
break
|
|
7096
|
-
default:this.range(e).domain(t)}return this}const
|
|
7097
|
-
function
|
|
7109
|
+
default:this.range(e).domain(t)}return this}const mk=Symbol("implicit")
|
|
7110
|
+
function bk(){var t=new rk,e=[],i=[],o=mk
|
|
7098
7111
|
function n(n){let s=t.get(n)
|
|
7099
|
-
if(void 0===s){if(o!==
|
|
7112
|
+
if(void 0===s){if(o!==mk)return o
|
|
7100
7113
|
t.set(n,s=e.push(n)-1)}return i[s%i.length]}return n.domain=function(i){if(!arguments.length)return e.slice()
|
|
7101
|
-
e=[],t=new
|
|
7114
|
+
e=[],t=new rk
|
|
7102
7115
|
for(const o of i)t.has(o)||t.set(o,e.push(o)-1)
|
|
7103
|
-
return n},n.range=function(t){return arguments.length?(i=Array.from(t),n):i.slice()},n.unknown=function(t){return arguments.length?(o=t,n):o},n.copy=function(){return
|
|
7116
|
+
return n},n.range=function(t){return arguments.length?(i=Array.from(t),n):i.slice()},n.unknown=function(t){return arguments.length?(o=t,n):o},n.copy=function(){return bk(e,i).unknown(o)},fk.apply(n,arguments),n}function wk(){var t,e,i=bk().unknown(void 0),o=i.domain,n=i.range,s=0,r=1,a=!1,l=0,c=0,d=.5
|
|
7104
7117
|
function h(){var i=o().length,h=r<s,u=h?r:s,p=h?s:r
|
|
7105
7118
|
t=(p-u)/Math.max(1,i-l+2*c),a&&(t=Math.floor(t)),u+=(p-u-t*(i-l))*d,e=t*(1-l),a&&(u=Math.round(u),e=Math.round(e))
|
|
7106
|
-
var g=
|
|
7107
|
-
return n(h?g.reverse():g)}return delete i.unknown,i.domain=function(t){return arguments.length?(o(t),h()):o()},i.range=function(t){return arguments.length?([s,r]=t,s=+s,r=+r,h()):[s,r]},i.rangeRound=function(t){return[s,r]=t,s=+s,r=+r,a=!0,h()},i.bandwidth=function(){return e},i.step=function(){return t},i.round=function(t){return arguments.length?(a=!!t,h()):a},i.padding=function(t){return arguments.length?(l=Math.min(1,c=+t),h()):l},i.paddingInner=function(t){return arguments.length?(l=Math.min(1,t),h()):l},i.paddingOuter=function(t){return arguments.length?(c=+t,h()):c},i.align=function(t){return arguments.length?(d=Math.max(0,Math.min(1,t)),h()):d},i.copy=function(){return
|
|
7108
|
-
function
|
|
7109
|
-
var i}function
|
|
7110
|
-
return n<o?(o=
|
|
7111
|
-
for(t[o]<t[0]&&(t=t.slice().reverse(),e=e.slice().reverse());++r<o;)n[r]=
|
|
7112
|
-
return function(e){var i=
|
|
7113
|
-
return s[i](n[i](e))}}function
|
|
7119
|
+
var g=vk(i).map((function(e){return u+t*e}))
|
|
7120
|
+
return n(h?g.reverse():g)}return delete i.unknown,i.domain=function(t){return arguments.length?(o(t),h()):o()},i.range=function(t){return arguments.length?([s,r]=t,s=+s,r=+r,h()):[s,r]},i.rangeRound=function(t){return[s,r]=t,s=+s,r=+r,a=!0,h()},i.bandwidth=function(){return e},i.step=function(){return t},i.round=function(t){return arguments.length?(a=!!t,h()):a},i.padding=function(t){return arguments.length?(l=Math.min(1,c=+t),h()):l},i.paddingInner=function(t){return arguments.length?(l=Math.min(1,t),h()):l},i.paddingOuter=function(t){return arguments.length?(c=+t,h()):c},i.align=function(t){return arguments.length?(d=Math.max(0,Math.min(1,t)),h()):d},i.copy=function(){return wk(o(),[s,r]).round(a).paddingInner(l).paddingOuter(c).align(d)},fk.apply(h(),arguments)}function yk(t){return+t}var xk=[0,1]
|
|
7121
|
+
function $k(t){return t}function Ck(t,e){return(e-=t=+t)?function(i){return(i-t)/e}:(i=isNaN(e)?NaN:.5,function(){return i})
|
|
7122
|
+
var i}function kk(t,e,i){var o=t[0],n=t[1],s=e[0],r=e[1]
|
|
7123
|
+
return n<o?(o=Ck(n,o),s=i(r,s)):(o=Ck(o,n),s=i(s,r)),function(t){return s(o(t))}}function Sk(t,e,i){var o=Math.min(t.length,e.length)-1,n=new Array(o),s=new Array(o),r=-1
|
|
7124
|
+
for(t[o]<t[0]&&(t=t.slice().reverse(),e=e.slice().reverse());++r<o;)n[r]=Ck(t[r],t[r+1]),s[r]=i(e[r],e[r+1])
|
|
7125
|
+
return function(e){var i=sk(t,e,1,o)-1
|
|
7126
|
+
return s[i](n[i](e))}}function _k(t,e){return e.domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown())}function Mk(){var t,e,i,o,n,s,r=xk,a=xk,l=k$,c=$k
|
|
7114
7127
|
function d(){var t,e,i,l=Math.min(r.length,a.length)
|
|
7115
|
-
return c
|
|
7128
|
+
return c!==$k&&(t=r[0],e=r[l-1],t>e&&(i=t,t=e,e=i),c=function(i){return Math.max(t,Math.min(e,i))}),o=l>2?Sk:kk,n=s=null,h}function h(e){return null==e||isNaN(e=+e)?i:(n||(n=o(r.map(t),a,l)))(t(c(e)))}return h.invert=function(i){return c(e((s||(s=o(a,r.map(t),w$)))(i)))},h.domain=function(t){return arguments.length?(r=Array.from(t,yk),d()):r.slice()},h.range=function(t){return arguments.length?(a=Array.from(t),d()):a.slice()},h.rangeRound=function(t){return a=Array.from(t),l=S$,d()},h.clamp=function(t){return arguments.length?(c=!!t||$k,d()):c!==$k},h.interpolate=function(t){return arguments.length?(l=t,d()):l},h.unknown=function(t){return arguments.length?(i=t,h):i},function(i,o){return t=i,e=o,d()}}function Ik(){return Mk()($k,$k)}function Rk(t,e){if((i=(t=e?t.toExponential(e-1):t.toExponential()).indexOf("e"))<0)return null
|
|
7116
7129
|
var i,o=t.slice(0,i)
|
|
7117
|
-
return[o.length>1?o[0]+o.slice(2):o,+t.slice(i+1)]}function
|
|
7118
|
-
function
|
|
7130
|
+
return[o.length>1?o[0]+o.slice(2):o,+t.slice(i+1)]}function Ak(t){return(t=Rk(Math.abs(t)))?t[1]:NaN}var Ok,Ek=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i
|
|
7131
|
+
function Fk(t){if(!(e=Ek.exec(t)))throw new Error("invalid format: "+t)
|
|
7119
7132
|
var e
|
|
7120
|
-
return new
|
|
7133
|
+
return new Vk({fill:e[1],align:e[2],sign:e[3],symbol:e[4],zero:e[5],width:e[6],comma:e[7],precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}function Vk(t){this.fill=void 0===t.fill?" ":t.fill+"",this.align=void 0===t.align?">":t.align+"",this.sign=void 0===t.sign?"-":t.sign+"",this.symbol=void 0===t.symbol?"":t.symbol+"",this.zero=!!t.zero,this.width=void 0===t.width?void 0:+t.width,this.comma=!!t.comma,this.precision=void 0===t.precision?void 0:+t.precision,this.trim=!!t.trim,this.type=void 0===t.type?"":t.type+""}function Hk(t,e){var i=Rk(t,e)
|
|
7121
7134
|
if(!i)return t+""
|
|
7122
7135
|
var o=i[0],n=i[1]
|
|
7123
|
-
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")}
|
|
7124
|
-
var
|
|
7136
|
+
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")}Fk.prototype=Vk.prototype,Vk.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}
|
|
7137
|
+
var Pk={"%":(t,e)=>(100*t).toFixed(e),b:t=>Math.round(t).toString(2),c:t=>t+"",d:function(t){return Math.abs(t=Math.round(t))>=1e21?t.toLocaleString("en").replace(/,/g,""):t.toString(10)},e:(t,e)=>t.toExponential(e),f:(t,e)=>t.toFixed(e),g:(t,e)=>t.toPrecision(e),o:t=>Math.round(t).toString(8),p:(t,e)=>Hk(100*t,e),r:Hk,s:function(t,e){var i=Rk(t,e)
|
|
7125
7138
|
if(!i)return t+""
|
|
7126
|
-
var o=i[0],n=i[1],s=n-(
|
|
7127
|
-
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")+
|
|
7128
|
-
function
|
|
7129
|
-
function
|
|
7130
|
-
return s.reverse().join(i)}),n=void 0===t.currency?"":t.currency[0]+"",s=void 0===t.currency?"":t.currency[1]+"",r=void 0===t.decimal?".":t.decimal+"",a=void 0===t.numerals?
|
|
7131
|
-
function h(t){var e=(t=
|
|
7132
|
-
"n"===b?(v=!0,b="g"):
|
|
7133
|
-
var w="$"===u?n:"#"===u&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",y="$"===u?s:/[%p]/.test(b)?l:"",x=
|
|
7139
|
+
var o=i[0],n=i[1],s=n-(Ok=3*Math.max(-8,Math.min(8,Math.floor(n/3))))+1,r=o.length
|
|
7140
|
+
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")+Rk(t,Math.max(0,e+s-1))[0]},X:t=>Math.round(t).toString(16).toUpperCase(),x:t=>Math.round(t).toString(16)}
|
|
7141
|
+
function Tk(t){return t}var Lk,Dk,zk,Bk=Array.prototype.map,Nk=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"]
|
|
7142
|
+
function Zk(t){var e,i,o=void 0===t.grouping||void 0===t.thousands?Tk:(e=Bk.call(t.grouping,Number),i=t.thousands+"",function(t,o){for(var n=t.length,s=[],r=0,a=e[0],l=0;n>0&&a>0&&(l+a+1>o&&(a=Math.max(1,o-l)),s.push(t.substring(n-=a,n+a)),!((l+=a+1)>o));)a=e[r=(r+1)%e.length]
|
|
7143
|
+
return s.reverse().join(i)}),n=void 0===t.currency?"":t.currency[0]+"",s=void 0===t.currency?"":t.currency[1]+"",r=void 0===t.decimal?".":t.decimal+"",a=void 0===t.numerals?Tk:function(t){return function(e){return e.replace(/[0-9]/g,(function(e){return t[+e]}))}}(Bk.call(t.numerals,String)),l=void 0===t.percent?"%":t.percent+"",c=void 0===t.minus?"−":t.minus+"",d=void 0===t.nan?"NaN":t.nan+""
|
|
7144
|
+
function h(t){var e=(t=Fk(t)).fill,i=t.align,h=t.sign,u=t.symbol,p=t.zero,g=t.width,v=t.comma,f=t.precision,m=t.trim,b=t.type
|
|
7145
|
+
"n"===b?(v=!0,b="g"):Pk[b]||(void 0===f&&(f=12),m=!0,b="g"),(p||"0"===e&&"="===i)&&(p=!0,e="0",i="=")
|
|
7146
|
+
var w="$"===u?n:"#"===u&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",y="$"===u?s:/[%p]/.test(b)?l:"",x=Pk[b],$=/[defgprs%]/.test(b)
|
|
7134
7147
|
function C(t){var n,s,l,u=w,C=y
|
|
7135
7148
|
if("c"===b)C=x(t)+C,t=""
|
|
7136
7149
|
else{var k=(t=+t)<0||1/t<0
|
|
@@ -7139,7 +7152,7 @@ break
|
|
|
7139
7152
|
case"0":0===n&&(n=o),e=o
|
|
7140
7153
|
break
|
|
7141
7154
|
default:if(!+t[o])break t
|
|
7142
|
-
n>0&&(n=0)}return n>0?t.slice(0,n)+t.slice(e+1):t}(t)),k&&0==+t&&"+"!==h&&(k=!1),u=(k?"("===h?h:c:"-"===h||"("===h?"":h)+u,C=("s"===b?
|
|
7155
|
+
n>0&&(n=0)}return n>0?t.slice(0,n)+t.slice(e+1):t}(t)),k&&0==+t&&"+"!==h&&(k=!1),u=(k?"("===h?h:c:"-"===h||"("===h?"":h)+u,C=("s"===b?Nk[8+Ok/3]:"")+C+(k&&"("===h?")":""),$)for(n=-1,s=t.length;++n<s;)if(48>(l=t.charCodeAt(n))||l>57){C=(46===l?r+t.slice(n+1):t.slice(n))+C,t=t.slice(0,n)
|
|
7143
7156
|
break}}v&&!p&&(t=o(t,1/0))
|
|
7144
7157
|
var S=u.length+t.length+C.length,_=S<g?new Array(g-S+1).join(e):""
|
|
7145
7158
|
switch(v&&p&&(t=o(_+t,_.length?g-C.length:1/0),_=""),i){case"<":t=u+t+C+_
|
|
@@ -7148,19 +7161,19 @@ case"=":t=u+_+t+C
|
|
|
7148
7161
|
break
|
|
7149
7162
|
case"^":t=_.slice(0,S=_.length>>1)+u+t+C+_.slice(S)
|
|
7150
7163
|
break
|
|
7151
|
-
default:t=_+u+t+C}return a(t)}return f=void 0===f?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,f)):Math.max(0,Math.min(20,f)),C.toString=function(){return t+""},C}return{format:h,formatPrefix:function(t,e){var i=h(((t=
|
|
7152
|
-
return function(t){return i(n*t)+s}}}}function
|
|
7153
|
-
const o=(e=+e)<(t=+t),n=o?
|
|
7164
|
+
default:t=_+u+t+C}return a(t)}return f=void 0===f?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,f)):Math.max(0,Math.min(20,f)),C.toString=function(){return t+""},C}return{format:h,formatPrefix:function(t,e){var i=h(((t=Fk(t)).type="f",t)),o=3*Math.max(-8,Math.min(8,Math.floor(Ak(e)/3))),n=Math.pow(10,-o),s=Nk[8+o/3]
|
|
7165
|
+
return function(t){return i(n*t)+s}}}}function qk(t,e,i,o){var n,s=function(t,e,i){i=+i
|
|
7166
|
+
const o=(e=+e)<(t=+t),n=o?pk(e,t,i):pk(t,e,i)
|
|
7154
7167
|
return(o?-1:1)*(n<0?1/-n:n)}(t,e,i)
|
|
7155
|
-
switch((o=
|
|
7156
|
-
return null!=o.precision||isNaN(n=function(t,e){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(
|
|
7157
|
-
case"":case"e":case"g":case"p":case"r":null!=o.precision||isNaN(n=function(t,e){return t=Math.abs(t),e=Math.abs(e)-t,Math.max(0,
|
|
7168
|
+
switch((o=Fk(null==o?",f":o)).type){case"s":var r=Math.max(Math.abs(t),Math.abs(e))
|
|
7169
|
+
return null!=o.precision||isNaN(n=function(t,e){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(Ak(e)/3)))-Ak(Math.abs(t)))}(s,r))||(o.precision=n),zk(o,r)
|
|
7170
|
+
case"":case"e":case"g":case"p":case"r":null!=o.precision||isNaN(n=function(t,e){return t=Math.abs(t),e=Math.abs(e)-t,Math.max(0,Ak(e)-Ak(t))+1}(s,Math.max(Math.abs(t),Math.abs(e))))||(o.precision=n-("e"===o.type))
|
|
7158
7171
|
break
|
|
7159
|
-
case"f":case"%":null!=o.precision||isNaN(n=function(t){return Math.max(0,-
|
|
7172
|
+
case"f":case"%":null!=o.precision||isNaN(n=function(t){return Math.max(0,-Ak(Math.abs(t)))}(s))||(o.precision=n-2*("%"===o.type))}return Dk(o)}function jk(t){var e=t.domain
|
|
7160
7173
|
return t.ticks=function(t){var i=e()
|
|
7161
7174
|
return function(t,e,i){if(!((i=+i)>0))return[]
|
|
7162
7175
|
if((t=+t)==(e=+e))return[t]
|
|
7163
|
-
const o=e<t,[n,s,r]=o?
|
|
7176
|
+
const o=e<t,[n,s,r]=o?uk(e,t,i):uk(t,e,i)
|
|
7164
7177
|
if(!(s>=n))return[]
|
|
7165
7178
|
const a=s-n+1,l=new Array(a)
|
|
7166
7179
|
if(o)if(r<0)for(let t=0;t<a;++t)l[t]=(s-t)/-r
|
|
@@ -7168,85 +7181,85 @@ else for(let t=0;t<a;++t)l[t]=(s-t)*r
|
|
|
7168
7181
|
else if(r<0)for(let t=0;t<a;++t)l[t]=(n+t)/-r
|
|
7169
7182
|
else for(let t=0;t<a;++t)l[t]=(n+t)*r
|
|
7170
7183
|
return l}(i[0],i[i.length-1],null==t?10:t)},t.tickFormat=function(t,i){var o=e()
|
|
7171
|
-
return
|
|
7184
|
+
return qk(o[0],o[o.length-1],null==t?10:t,i)},t.nice=function(i){null==i&&(i=10)
|
|
7172
7185
|
var o,n,s=e(),r=0,a=s.length-1,l=s[r],c=s[a],d=10
|
|
7173
|
-
for(c<l&&(n=l,l=c,c=n,n=r,r=a,a=n);d-- >0;){if((n=
|
|
7186
|
+
for(c<l&&(n=l,l=c,c=n,n=r,r=a,a=n);d-- >0;){if((n=pk(l,c,i))===o)return s[r]=l,s[a]=c,e(s)
|
|
7174
7187
|
if(n>0)l=Math.floor(l/n)*n,c=Math.ceil(c/n)*n
|
|
7175
7188
|
else{if(!(n<0))break
|
|
7176
|
-
l=Math.ceil(l*n)/n,c=Math.floor(c*n)/n}o=n}return t},t}function
|
|
7177
|
-
return t.copy=function(){return
|
|
7189
|
+
l=Math.ceil(l*n)/n,c=Math.floor(c*n)/n}o=n}return t},t}function Uk(){var t=Ik()
|
|
7190
|
+
return t.copy=function(){return _k(t,Uk())},fk.apply(t,arguments),jk(t)}function Gk(){var t,e=[],i=[],o=[]
|
|
7178
7191
|
function n(){var t=0,n=Math.max(1,i.length)
|
|
7179
|
-
for(o=new Array(n-1);++t<n;)o[t-1]=
|
|
7180
|
-
return s}function s(e){return null==e||isNaN(e=+e)?t:i[
|
|
7192
|
+
for(o=new Array(n-1);++t<n;)o[t-1]=gk(e,t/n)
|
|
7193
|
+
return s}function s(e){return null==e||isNaN(e=+e)?t:i[sk(o,e)]}return s.invertExtent=function(t){var n=i.indexOf(t)
|
|
7181
7194
|
return n<0?[NaN,NaN]:[n>0?o[n-1]:e[0],n<o.length?o[n]:e[e.length-1]]},s.domain=function(t){if(!arguments.length)return e.slice()
|
|
7182
7195
|
e=[]
|
|
7183
7196
|
for(let i of t)null==i||isNaN(i=+i)||e.push(i)
|
|
7184
|
-
return e.sort(
|
|
7185
|
-
const
|
|
7186
|
-
class
|
|
7197
|
+
return e.sort(JC),n()},s.range=function(t){return arguments.length?(i=Array.from(t),n()):i.slice()},s.unknown=function(e){return arguments.length?(t=e,s):t},s.quantiles=function(){return o.slice()},s.copy=function(){return Gk().domain(e).range(i).unknown(t)},fk.apply(s,arguments)}Lk=Zk({thousands:",",grouping:[3],currency:["$",""]}),Dk=Lk.format,zk=Lk.formatPrefix
|
|
7198
|
+
const Wk="bottom-left",Xk="bottom-right",Kk="top-left",Yk="top-right",Qk="top",Jk="show",tS="hide",eS="linear",iS="ordinal"
|
|
7199
|
+
class oS{constructor(t){this.defaultPadding=0,this.baseMarginPercentage=.04
|
|
7187
7200
|
const e={width:t.canvasWidth,height:t.canvasHeight},i=this.calculateGridDimensions(t.dies),o=Math.min(e.width,e.height),n={top:(e.height-o)/2,right:(e.width-o)/2,bottom:(e.height-o)/2,left:(e.width-o)/2},s={top:o*this.baseMarginPercentage,right:o*this.baseMarginPercentage,bottom:o*this.baseMarginPercentage,left:o*this.baseMarginPercentage}
|
|
7188
7201
|
this.margin=this.calculateMarginAddition(s,n),this.containerDimensions=this.calculateContainerDimensions(e,this.margin)
|
|
7189
7202
|
const r=Math.min(this.containerDimensions.width,this.containerDimensions.height)
|
|
7190
7203
|
this.horizontalScale=this.createHorizontalScale(t.quadrant,i,r),this.invertedHorizontalScale=this.createInvertedHorizontalScale(t.quadrant,i,r),this.verticalScale=this.createVerticalScale(t.quadrant,i,r),this.invertedVerticalScale=this.createInvertedVerticalScale(t.quadrant,i,r),this.dieDimensions={width:this.horizontalScale.bandwidth(),height:this.verticalScale.bandwidth()},this.radius=r/2}calculateGridDimensions(t){if(0===t.length||void 0===t[0])return{origin:{x:0,y:0},rows:0,cols:0}
|
|
7191
7204
|
const e={x:t[0].x,y:t[0].y},i={x:t[0].x,y:t[0].y}
|
|
7192
7205
|
for(const o of t)o.x<e.x&&(e.x=o.x),o.y<e.y&&(e.y=o.y),o.x>i.x&&(i.x=o.x),o.y>i.y&&(i.y=o.y)
|
|
7193
|
-
return{origin:e,rows:i.y-e.y+1,cols:i.x-e.x+1}}calculateContainerDimensions(t,e){return{width:t.width-e.left-e.right,height:t.height-e.top-e.bottom}}createHorizontalScale(t,e,i){const o=
|
|
7194
|
-
return t===
|
|
7195
|
-
return t===
|
|
7196
|
-
return t===
|
|
7197
|
-
return t===
|
|
7206
|
+
return{origin:e,rows:i.y-e.y+1,cols:i.x-e.x+1}}calculateContainerDimensions(t,e){return{width:t.width-e.left-e.right,height:t.height-e.top-e.bottom}}createHorizontalScale(t,e,i){const o=wk().domain(vk(e.origin.x,e.origin.x+e.cols)).paddingInner(0).paddingOuter(0).align(0).round(!1)
|
|
7207
|
+
return t===Wk||t===Kk?o.range([0,i]):o.range([i,0])}createInvertedHorizontalScale(t,e,i){const o=Gk().domain([0,i])
|
|
7208
|
+
return t===Wk||t===Kk?o.range(vk(e.origin.x,e.origin.x+e.cols)):o.range(vk(e.origin.x,e.origin.x+e.cols).reverse())}createVerticalScale(t,e,i){const o=wk().domain(vk(e.origin.y,e.origin.y+e.rows)).paddingInner(this.defaultPadding).paddingOuter(0).align(0).round(!1)
|
|
7209
|
+
return t===Wk||t===Xk?o.range([i,0]):o.range([0,i])}createInvertedVerticalScale(t,e,i){const o=Gk().domain([0,i])
|
|
7210
|
+
return t===Wk||t===Xk?o.range(vk(e.origin.y,e.origin.y+e.rows).reverse()):o.range(vk(e.origin.y,e.origin.y+e.rows))}calculateMarginAddition(t,e){return{top:t.top+e.top,right:t.right+e.right,bottom:t.bottom+e.bottom,left:t.left+e.left}}}class nS{constructor(t,e,i,o,n){this.fontSizeFactor=.8,this.nonHighlightedOpacity=.3,this.emptyDieColor="rgba(218,223,236,1)",this.nanDieColor="rgba(122,122,122,1)",this.d3ColorScale=this.createD3ColorScale(t.colorScale,t.colorScaleMode),this.labelsFontSize=this.calculateLabelsFontSize(o,t.maxCharacters),this.diesRenderInfo=[]
|
|
7198
7211
|
for(const o of t.dies){const s=e(o.x)??0,r=i(o.y)??0
|
|
7199
|
-
this.diesRenderInfo.push({x:s+n.right,y:r+n.top,fillStyle:this.calculateFillStyle(o.value,t.colorScaleMode,t.highlightedValues),text:this.buildLabel(o.value,t.maxCharacters,t.dieLabelsHidden,t.dieLabelsSuffix)})}}calculateLabelsFontSize(t,e){return Math.min(t.height,t.width/(.5*Math.max(2,e))*this.fontSizeFactor)}createD3ColorScale(t,e){return this.isColorScaleLinear(e)?
|
|
7212
|
+
this.diesRenderInfo.push({x:s+n.right,y:r+n.top,fillStyle:this.calculateFillStyle(o.value,t.colorScaleMode,t.highlightedValues),text:this.buildLabel(o.value,t.maxCharacters,t.dieLabelsHidden,t.dieLabelsSuffix)})}}calculateLabelsFontSize(t,e){return Math.min(t.height,t.width/(.5*Math.max(2,e))*this.fontSizeFactor)}createD3ColorScale(t,e){return this.isColorScaleLinear(e)?Uk().domain(t.values.map((t=>+t))).range(t.colors):bk().domain(t.values).range(t.colors)}dieHasData(t){return null!=t&&""!==t}buildLabel(t,e,i,o){if(i||!this.dieHasData(t))return""
|
|
7200
7213
|
const n=`${t}${o}`
|
|
7201
|
-
return n.length>e?`${n.substring(0,e)}…`:n}calculateOpacity(t,e){return e.length>0&&!e.some((e=>e===t))?this.nonHighlightedOpacity:1}isColorScaleLinear(t){return t===
|
|
7214
|
+
return n.length>e?`${n.substring(0,e)}…`:n}calculateOpacity(t,e){return e.length>0&&!e.some((e=>e===t))?this.nonHighlightedOpacity:1}isColorScaleLinear(t){return t===eS}isColorScaleOrdinal(t){return t===iS}calculateFillStyle(t,e,i){let o=this.emptyDieColor
|
|
7202
7215
|
if(this.dieHasData(t)&&(isNaN(+t)?o=this.nanDieColor:this.isColorScaleLinear(e)?o=this.d3ColorScale(+t):this.isColorScaleOrdinal(e)&&(o=this.d3ColorScale(t))),void 0===o)return this.emptyDieColor
|
|
7203
7216
|
let n=Vn(o)
|
|
7204
|
-
return null===n?this.emptyDieColor:(n=new _n(n.r,n.g,n.b,this.calculateOpacity(t,i)),n.toStringWebRGBA())}}class
|
|
7217
|
+
return null===n?this.emptyDieColor:(n=new _n(n.r,n.g,n.b,this.calculateOpacity(t,i)),n.toStringWebRGBA())}}class sS{constructor(t){this.computations=new oS(t),this.prerendering=new nS(t,this.horizontalScale,this.verticalScale,this.dieDimensions,this.margin),this.dataMap=new Map(t.dies.map((t=>[`${t.x}_${t.y}`,t])))}get containerDimensions(){return this.computations.containerDimensions}get dieDimensions(){return this.computations.dieDimensions}get radius(){return this.computations.radius}get margin(){return this.computations.margin}get horizontalScale(){return this.computations.horizontalScale}get invertedHorizontalScale(){return this.computations.invertedHorizontalScale}get verticalScale(){return this.computations.verticalScale}get invertedVerticalScale(){return this.computations.invertedVerticalScale}get labelsFontSize(){return this.prerendering.labelsFontSize}get diesRenderInfo(){return this.prerendering.diesRenderInfo}getWaferMapDie(t){return this.dataMap.get(`${t.x}_${t.y}`)}}class rS{constructor(t){this.wafermap=t,this.dies=t.dataManager.diesRenderInfo,this.dimensions=t.dataManager.dieDimensions,this.labelFontSize=t.dataManager.labelsFontSize}drawWafer(){this.wafermap.canvasContext.save(),this.clearCanvas(),this.scaleCanvas(),this.renderDies(),this.renderText(),this.wafermap.canvasContext.restore(),this.renderHover()}renderHover(){this.wafermap.hoverWidth=this.wafermap.dataManager.dieDimensions.width*this.wafermap.transform.k,this.wafermap.hoverHeight=this.wafermap.dataManager.dieDimensions.height*this.wafermap.transform.k,this.wafermap.hoverOpacity=void 0===this.wafermap.hoverDie?tS:Jk,this.wafermap.hoverTransform=this.calculateHoverTransform()}calculateHoverTransform(){if(void 0!==this.wafermap.hoverDie){const t=this.wafermap.dataManager.horizontalScale(this.wafermap.hoverDie.x),e=this.wafermap.dataManager.verticalScale(this.wafermap.hoverDie.y),i=this.wafermap.transform.apply([t+this.wafermap.dataManager.margin.left,e+this.wafermap.dataManager.margin.top])
|
|
7205
7218
|
return`translate(${i[0]}, ${i[1]})`}return""}renderDies(){let t
|
|
7206
7219
|
this.dies.sort(((t,e)=>t.fillStyle>e.fillStyle?1:e.fillStyle>t.fillStyle?-1:0))
|
|
7207
7220
|
for(const e of this.dies)t||(this.wafermap.canvasContext.fillStyle=e.fillStyle),t&&e.fillStyle!==t.fillStyle&&e.fillStyle&&(this.wafermap.canvasContext.fillStyle=e.fillStyle),this.wafermap.canvasContext.fillRect(e.x,e.y,this.dimensions.width,this.dimensions.height),t=e}renderText(){const t=this.dimensions.width*this.dimensions.height*(this.wafermap.transform.k||1),e=this.labelFontSize
|
|
7208
7221
|
this.wafermap.canvasContext.font=`${e.toString()}px sans-serif`,this.wafermap.canvasContext.fillStyle="#ffffff",this.wafermap.canvasContext.textAlign="center",this.wafermap.canvasContext.lineCap="butt"
|
|
7209
7222
|
const i=this.wafermap.canvasContext.measureText("M")
|
|
7210
|
-
if(t>=50)for(const t of this.dies)this.wafermap.canvasContext.fillText(t.text,t.x+this.dimensions.width/2,t.y+this.dimensions.height/2+i.width/2,this.dimensions.width-this.dimensions.width/100*20)}clearCanvas(){this.wafermap.canvasContext.clearRect(0,0,this.wafermap.canvasWidth*this.wafermap.transform.k,this.wafermap.canvasHeight*this.wafermap.transform.k)}scaleCanvas(){this.wafermap.canvasContext.translate(this.wafermap.transform.x,this.wafermap.transform.y),this.wafermap.canvasContext.scale(this.wafermap.transform.k,this.wafermap.transform.k)}}class
|
|
7211
|
-
e.k===this.minScale?(this.zoomTransform=
|
|
7212
|
-
function f(t){t.property("__zoom",
|
|
7213
|
-
return o===t.x&&n===t.y?t:new
|
|
7223
|
+
if(t>=50)for(const t of this.dies)this.wafermap.canvasContext.fillText(t.text,t.x+this.dimensions.width/2,t.y+this.dimensions.height/2+i.width/2,this.dimensions.width-this.dimensions.width/100*20)}clearCanvas(){this.wafermap.canvasContext.clearRect(0,0,this.wafermap.canvasWidth*this.wafermap.transform.k,this.wafermap.canvasHeight*this.wafermap.transform.k)}scaleCanvas(){this.wafermap.canvasContext.translate(this.wafermap.transform.x,this.wafermap.transform.y),this.wafermap.canvasContext.scale(this.wafermap.transform.k,this.wafermap.transform.k)}}class aS{constructor(t){this.wafermap=t,this.zoomTransform=BC,this.minScale=1.1,this.minExtentPoint=[-100,-100],this.extentPadding=100,this.zoomBehavior=this.createZoomBehavior(),this.zoomBehavior(Sx(this.wafermap.canvas))}rescale(t){const e=t.transform
|
|
7224
|
+
e.k===this.minScale?(this.zoomTransform=BC,this.zoomBehavior.transform(Sx(this.wafermap.canvas),BC)):this.zoomTransform=e,this.wafermap.transform=this.zoomTransform}createZoomBehavior(){const t=function(){var t,e,i,o=jC,n=UC,s=KC,r=WC,a=XC,l=[0,1/0],c=[[-1/0,-1/0],[1/0,1/0]],d=250,h=P$,u=ry("start","zoom","end"),p=500,g=0,v=10
|
|
7225
|
+
function f(t){t.property("__zoom",GC).on("wheel.zoom",C,{passive:!1}).on("mousedown.zoom",k).on("dblclick.zoom",S).filter(a).on("touchstart.zoom",_).on("touchmove.zoom",M).on("touchend.zoom touchcancel.zoom",I).style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function m(t,e){return(e=Math.max(l[0],Math.min(l[1],e)))===t.k?t:new zC(e,t.x,t.y)}function b(t,e,i){var o=e[0]-i[0]*t.k,n=e[1]-i[1]*t.k
|
|
7226
|
+
return o===t.x&&n===t.y?t:new zC(t.k,o,n)}function w(t){return[(+t[0][0]+ +t[1][0])/2,(+t[0][1]+ +t[1][1])/2]}function y(t,e,i,o){t.on("start.zoom",(function(){x(this,arguments).event(o).start()})).on("interrupt.zoom end.zoom",(function(){x(this,arguments).event(o).end()})).tween("zoom",(function(){var t=this,s=arguments,r=x(t,s).event(o),a=n.apply(t,s),l=null==i?w(a):"function"==typeof i?i.apply(t,s):i,c=Math.max(a[1][0]-a[0][0],a[1][1]-a[0][1]),d=t.__zoom,u="function"==typeof e?e.apply(t,s):e,p=h(d.invert(l).concat(c/d.k),u.invert(l).concat(c/u.k))
|
|
7214
7227
|
return function(t){if(1===t)t=u
|
|
7215
7228
|
else{var e=p(t),i=c/e[2]
|
|
7216
|
-
t=new
|
|
7229
|
+
t=new zC(i,l[0]-e[0]*i,l[1]-e[1]*i)}r.zoom(null,t)}}))}function x(t,e,i){return!i&&t.__zooming||new $(t,e)}function $(t,e){this.that=t,this.args=e,this.active=0,this.sourceEvent=null,this.extent=n.apply(t,e),this.taps=0}function C(t,...e){if(o.apply(this,arguments)){var i=x(this,e).event(t),n=this.__zoom,a=Math.max(l[0],Math.min(l[1],n.k*Math.pow(2,r.apply(this,arguments)))),d=_x(t)
|
|
7217
7230
|
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)
|
|
7218
7231
|
else{if(n.k===a)return
|
|
7219
|
-
i.mouse=[d,n.invert(d)],
|
|
7220
|
-
|
|
7221
|
-
r.moved=e*e+i*i>g}r.event(t).zoom("mouse",s(b(r.that.__zoom,r.mouse[0]=
|
|
7222
|
-
|
|
7223
|
-
for(
|
|
7224
|
-
t&&(t=clearTimeout(t)),s&&(h.taps<2&&(e=l[0],t=setTimeout((function(){t=null}),p)),
|
|
7225
|
-
for(
|
|
7232
|
+
i.mouse=[d,n.invert(d)],sC(this),i.start()}qC(t),i.wheel=setTimeout(h,150),i.zoom("mouse",s(b(m(n,a),i.mouse[0],i.mouse[1]),i.extent,c))}function h(){i.wheel=null,i.end()}}function k(t,...e){if(!i&&o.apply(this,arguments)){var n=t.currentTarget,r=x(this,e,!0).event(t),a=Sx(t.view).on("mousemove.zoom",u,!0).on("mouseup.zoom",p,!0),l=_x(t,n),d=t.clientX,h=t.clientY
|
|
7233
|
+
Rx(t.view),ZC(t),r.mouse=[l,this.__zoom.invert(l)],sC(this),r.start()}function u(t){if(qC(t),!r.moved){var e=t.clientX-d,i=t.clientY-h
|
|
7234
|
+
r.moved=e*e+i*i>g}r.event(t).zoom("mouse",s(b(r.that.__zoom,r.mouse[0]=_x(t,n),r.mouse[1]),r.extent,c))}function p(t){a.on("mousemove.zoom mouseup.zoom",null),Ax(t.view,r.moved),qC(t),r.event(t).end()}}function S(t,...e){if(o.apply(this,arguments)){var i=this.__zoom,r=_x(t.changedTouches?t.changedTouches[0]:t,this),a=i.invert(r),l=i.k*(t.shiftKey?.5:2),h=s(b(m(i,l),r,a),n.apply(this,e),c)
|
|
7235
|
+
qC(t),d>0?Sx(this).transition().duration(d).call(y,h,r,t):Sx(this).call(f.transform,h,r,t)}}function _(i,...n){if(o.apply(this,arguments)){var s,r,a,l,c=i.touches,d=c.length,h=x(this,n,i.changedTouches.length===d).event(i)
|
|
7236
|
+
for(ZC(i),r=0;r<d;++r)l=[l=_x(a=c[r],this),this.__zoom.invert(l),a.identifier],h.touch0?h.touch1||h.touch0[2]===l[2]||(h.touch1=l,h.taps=0):(h.touch0=l,s=!0,h.taps=1+!!t)
|
|
7237
|
+
t&&(t=clearTimeout(t)),s&&(h.taps<2&&(e=l[0],t=setTimeout((function(){t=null}),p)),sC(this),h.start())}}function M(t,...e){if(this.__zooming){var i,o,n,r,a=x(this,e).event(t),l=t.changedTouches,d=l.length
|
|
7238
|
+
for(qC(t),i=0;i<d;++i)n=_x(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)
|
|
7226
7239
|
if(o=a.that.__zoom,a.touch1){var h=a.touch0[0],u=a.touch0[1],p=a.touch1[0],g=a.touch1[1],v=(v=p[0]-h[0])*v+(v=p[1]-h[1])*v,f=(f=g[0]-u[0])*f+(f=g[1]-u[1])*f
|
|
7227
7240
|
o=m(o,Math.sqrt(v/f)),n=[(h[0]+p[0])/2,(h[1]+p[1])/2],r=[(u[0]+g[0])/2,(u[1]+g[1])/2]}else{if(!a.touch0)return
|
|
7228
|
-
n=a.touch0[0],r=a.touch0[1]}a.zoom("touch",s(b(o,n,r),a.extent,c))}}function
|
|
7229
|
-
for(
|
|
7241
|
+
n=a.touch0[0],r=a.touch0[1]}a.zoom("touch",s(b(o,n,r),a.extent,c))}}function I(t,...o){if(this.__zooming){var n,s,r=x(this,o).event(t),a=t.changedTouches,l=a.length
|
|
7242
|
+
for(ZC(t),i&&clearTimeout(i),i=setTimeout((function(){i=null}),p),n=0;n<l;++n)s=a[n],r.touch0&&r.touch0[2]===s.identifier?delete r.touch0:r.touch1&&r.touch1[2]===s.identifier&&delete r.touch1
|
|
7230
7243
|
if(r.touch1&&!r.touch0&&(r.touch0=r.touch1,delete r.touch1),r.touch0)r.touch0[1]=this.__zoom.invert(r.touch0[0])
|
|
7231
|
-
else if(r.end(),2===r.taps&&(s=
|
|
7244
|
+
else if(r.end(),2===r.taps&&(s=_x(s,this),Math.hypot(e[0]-s[0],e[1]-s[1])<v)){var c=Sx(this).on("dblclick.zoom")
|
|
7232
7245
|
c&&c.apply(this,arguments)}}}return f.transform=function(t,e,i,o){var n=t.selection?t.selection():t
|
|
7233
|
-
n.property("__zoom",
|
|
7246
|
+
n.property("__zoom",GC),t!==n?y(t,e,i,o):n.interrupt().each((function(){x(this,arguments).event(o).start().zoom(null,"function"==typeof e?e.apply(this,arguments):e).end()}))},f.scaleBy=function(t,e,i,o){f.scaleTo(t,(function(){return this.__zoom.k*("function"==typeof e?e.apply(this,arguments):e)}),i,o)},f.scaleTo=function(t,e,i,o){f.transform(t,(function(){var t=n.apply(this,arguments),o=this.__zoom,r=null==i?w(t):"function"==typeof i?i.apply(this,arguments):i,a=o.invert(r),l="function"==typeof e?e.apply(this,arguments):e
|
|
7234
7247
|
return s(b(m(o,l),r,a),t,c)}),i,o)},f.translateBy=function(t,e,i,o){f.transform(t,(function(){return s(this.__zoom.translate("function"==typeof e?e.apply(this,arguments):e,"function"==typeof i?i.apply(this,arguments):i),n.apply(this,arguments),c)}),null,o)},f.translateTo=function(t,e,i,o,r){f.transform(t,(function(){var t=n.apply(this,arguments),r=this.__zoom,a=null==o?w(t):"function"==typeof o?o.apply(this,arguments):o
|
|
7235
|
-
return s(
|
|
7236
|
-
u.call(t,this.that,new
|
|
7237
|
-
return t===u?f:t},f.clickDistance=function(t){return arguments.length?(g=(t=+t)*t,f):Math.sqrt(g)},f.tapDistance=function(t){return arguments.length?(v=+t,f):v},f}().scaleExtent([1.1,this.getZoomMax(this.wafermap.canvasWidth*this.wafermap.canvasHeight,this.wafermap.dataManager.containerDimensions.width*this.wafermap.dataManager.containerDimensions.height)]).translateExtent([this.minExtentPoint,[this.wafermap.canvasWidth+this.extentPadding,this.wafermap.canvasHeight+this.extentPadding]]).filter((t=>
|
|
7238
|
-
return t}getZoomMax(t,e){return Math.ceil(e/t*100)}}class
|
|
7248
|
+
return s(BC.translate(a[0],a[1]).scale(r.k).translate("function"==typeof e?-e.apply(this,arguments):-e,"function"==typeof i?-i.apply(this,arguments):-i),t,c)}),o,r)},$.prototype={event:function(t){return t&&(this.sourceEvent=t),this},start:function(){return 1==++this.active&&(this.that.__zooming=this,this.emit("start")),this},zoom:function(t,e){return this.mouse&&"mouse"!==t&&(this.mouse[1]=e.invert(this.mouse[0])),this.touch0&&"touch"!==t&&(this.touch0[1]=e.invert(this.touch0[0])),this.touch1&&"touch"!==t&&(this.touch1[1]=e.invert(this.touch1[0])),this.that.__zoom=e,this.emit("zoom"),this},end:function(){return 0==--this.active&&(delete this.that.__zooming,this.emit("end")),this},emit:function(t){var e=Sx(this.that).datum()
|
|
7249
|
+
u.call(t,this.that,new DC(t,{sourceEvent:this.sourceEvent,target:f,type:t,transform:this.that.__zoom,dispatch:u}),e)}},f.wheelDelta=function(t){return arguments.length?(r="function"==typeof t?t:LC(+t),f):r},f.filter=function(t){return arguments.length?(o="function"==typeof t?t:LC(!!t),f):o},f.touchable=function(t){return arguments.length?(a="function"==typeof t?t:LC(!!t),f):a},f.extent=function(t){return arguments.length?(n="function"==typeof t?t:LC([[+t[0][0],+t[0][1]],[+t[1][0],+t[1][1]]]),f):n},f.scaleExtent=function(t){return arguments.length?(l[0]=+t[0],l[1]=+t[1],f):[l[0],l[1]]},f.translateExtent=function(t){return arguments.length?(c[0][0]=+t[0][0],c[1][0]=+t[1][0],c[0][1]=+t[0][1],c[1][1]=+t[1][1],f):[[c[0][0],c[0][1]],[c[1][0],c[1][1]]]},f.constrain=function(t){return arguments.length?(s=t,f):s},f.duration=function(t){return arguments.length?(d=+t,f):d},f.interpolate=function(t){return arguments.length?(h=t,f):h},f.on=function(){var t=u.on.apply(u,arguments)
|
|
7250
|
+
return t===u?f:t},f.clickDistance=function(t){return arguments.length?(g=(t=+t)*t,f):Math.sqrt(g)},f.tapDistance=function(t){return arguments.length?(v=+t,f):v},f}().scaleExtent([1.1,this.getZoomMax(this.wafermap.canvasWidth*this.wafermap.canvasHeight,this.wafermap.dataManager.containerDimensions.width*this.wafermap.dataManager.containerDimensions.height)]).translateExtent([this.minExtentPoint,[this.wafermap.canvasWidth+this.extentPadding,this.wafermap.canvasHeight+this.extentPadding]]).filter((t=>NC(this.wafermap.canvas).k>=this.minScale||"wheel"===t.type)).on("zoom",(t=>{this.rescale(t)}))
|
|
7251
|
+
return t}getZoomMax(t,e){return Math.ceil(e/t*100)}}class lS{constructor(t){this.wafermap=t}mousemove(t){const e={x:t.offsetX,y:t.offsetY}
|
|
7239
7252
|
if(!this.hoversOverDie(e))return void(this.wafermap.hoverDie=void 0)
|
|
7240
7253
|
const i=this.wafermap.transform.invert([e.x,e.y]),o=this.calculateDieCoordinates({x:i[0],y:i[1]})
|
|
7241
|
-
this.wafermap.hoverDie=this.wafermap.dataManager.getWaferMapDie(o)}mouseout(t){this.wafermap.hoverDie=void 0}calculateDieCoordinates(t){const e=this.wafermap.quadrant,i=e===
|
|
7254
|
+
this.wafermap.hoverDie=this.wafermap.dataManager.getWaferMapDie(o)}mouseout(t){this.wafermap.hoverDie=void 0}calculateDieCoordinates(t){const e=this.wafermap.quadrant,i=e===Wk||e===Kk?Math.floor:Math.ceil,o=e===Kk||e===Yk?Math.floor:Math.ceil
|
|
7242
7255
|
return{x:i(this.wafermap.dataManager.invertedHorizontalScale(t.x-this.wafermap.dataManager.margin.left)),y:o(this.wafermap.dataManager.invertedVerticalScale(t.y-this.wafermap.dataManager.margin.top))}}hoversOverDie(t){const e=this.wafermap.canvasContext.getImageData(t.x,t.y,1,1).data
|
|
7243
7256
|
let i=0
|
|
7244
7257
|
for(const t of e)i+=t
|
|
7245
|
-
return i>0}}class
|
|
7258
|
+
return i>0}}class cS{constructor(t){this.wafermap=t,this.onWheelMove=t=>{t.preventDefault()},this.onMouseMove=t=>{this.hoverHandler.mousemove(t)},this.onMouseOut=t=>{this.hoverHandler.mouseout(t)},this.zoomHandler=new aS(t),this.hoverHandler=new lS(t),this.attachEvents()}detachEvents(){this.wafermap.removeEventListener("mousemove",this.onMouseMove),this.wafermap.removeEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.removeEventListener("wheel",this.onWheelMove)}attachEvents(){this.wafermap.addEventListener("mousemove",this.onMouseMove),this.wafermap.addEventListener("mouseout",this.onMouseOut),this.wafermap.canvas.addEventListener("wheel",this.onWheelMove,{passive:!1})}}class dS extends _e{constructor(){super(...arguments),this.quadrant=Kk,this.orientation=Qk,this.maxCharacters=4,this.dieLabelsHidden=!1,this.dieLabelsSuffix="",this.colorScaleMode=eS,this.renderQueued=!1,this.transform=BC,this.hoverTransform="",this.hoverOpacity=tS,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 sS(this),this.renderer=new rS(this),this.eventCoordinator=new cS(this)}createResizeObserver(){const t=new ResizeObserver((t=>{const e=t[0]
|
|
7246
7259
|
if(void 0===e)return
|
|
7247
7260
|
const{height:i,width:o}=e.contentRect
|
|
7248
7261
|
this.canvas.width=o,this.canvas.height=i,this.canvasWidth=o,this.canvasHeight=i}))
|
|
7249
|
-
return t.observe(this),t}quadrantChanged(){this.queueRender()}orientationChanged(){this.queueRender()}maxCharactersChanged(){this.queueRender()}dieLabelsHiddenChanged(){this.queueRender()}dieLabelsSuffixChanged(){this.queueRender()}colorScaleModeChanged(){this.queueRender()}highlightedValuesChanged(){this.queueRender()}diesChanged(){this.queueRender()}colorScaleChanged(){this.queueRender()}transformChanged(){this.queueRender()}canvasWidthChanged(){this.queueRender()}canvasHeightChanged(){this.queueRender()}hoverDieChanged(){this.$emit("die-hover",{currentDie:this.hoverDie}),this.queueRenderHover()}}t([nt],
|
|
7250
|
-
const
|
|
7251
|
-
no.getOrCreate().withPrefix("nimble").register(
|
|
7262
|
+
return t.observe(this),t}quadrantChanged(){this.queueRender()}orientationChanged(){this.queueRender()}maxCharactersChanged(){this.queueRender()}dieLabelsHiddenChanged(){this.queueRender()}dieLabelsSuffixChanged(){this.queueRender()}colorScaleModeChanged(){this.queueRender()}highlightedValuesChanged(){this.queueRender()}diesChanged(){this.queueRender()}colorScaleChanged(){this.queueRender()}transformChanged(){this.queueRender()}canvasWidthChanged(){this.queueRender()}canvasHeightChanged(){this.queueRender()}hoverDieChanged(){this.$emit("die-hover",{currentDie:this.hoverDie}),this.queueRenderHover()}}t([nt],dS.prototype,"quadrant",void 0),t([nt],dS.prototype,"orientation",void 0),t([nt({attribute:"max-characters",converter:it})],dS.prototype,"maxCharacters",void 0),t([nt({attribute:"die-labels-hidden",mode:"boolean"})],dS.prototype,"dieLabelsHidden",void 0),t([nt({attribute:"die-labels-suffix"})],dS.prototype,"dieLabelsSuffix",void 0),t([nt({attribute:"color-scale-mode"})],dS.prototype,"colorScaleMode",void 0),t([f],dS.prototype,"canvasWidth",void 0),t([f],dS.prototype,"canvasHeight",void 0),t([f],dS.prototype,"transform",void 0),t([f],dS.prototype,"hoverTransform",void 0),t([f],dS.prototype,"hoverOpacity",void 0),t([f],dS.prototype,"hoverWidth",void 0),t([f],dS.prototype,"hoverHeight",void 0),t([f],dS.prototype,"hoverDie",void 0),t([f],dS.prototype,"highlightedValues",void 0),t([f],dS.prototype,"dies",void 0),t([f],dS.prototype,"colorScale",void 0)
|
|
7263
|
+
const hS=dS.compose({baseName:"wafer-map",template:YC,styles:QC})
|
|
7264
|
+
no.getOrCreate().withPrefix("nimble").register(hS()),no.tagFor(dS)}()
|
|
7252
7265
|
//# sourceMappingURL=all-components-bundle.min.js.map
|