@ni/nimble-components 11.8.0 → 11.8.3
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 +99 -150
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +780 -792
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/breadcrumb/styles.js +4 -6
- package/dist/esm/breadcrumb/styles.js.map +1 -1
- package/dist/esm/breadcrumb-item/styles.js +2 -2
- package/dist/esm/breadcrumb-item/styles.js.map +1 -1
- package/dist/esm/card-button/styles.js +4 -10
- package/dist/esm/card-button/styles.js.map +1 -1
- package/dist/esm/combobox/index.js +1 -0
- package/dist/esm/combobox/index.js.map +1 -1
- package/dist/esm/switch/styles.js +4 -6
- package/dist/esm/switch/styles.js.map +1 -1
- package/dist/esm/text-field/styles.js +4 -7
- package/dist/esm/text-field/styles.js.map +1 -1
- package/dist/esm/tooltip/styles.js +4 -11
- package/dist/esm/tooltip/styles.js.map +1 -1
- package/dist/esm/utilities/style/appearance.d.ts +2 -2
- package/dist/esm/utilities/style/appearance.js +3 -3
- package/dist/esm/utilities/style/appearance.js.map +1 -1
- package/dist/esm/utilities/style/multivalue-property-stylesheet-behavior.d.ts +37 -0
- package/dist/esm/utilities/style/multivalue-property-stylesheet-behavior.js +56 -0
- package/dist/esm/utilities/style/multivalue-property-stylesheet-behavior.js.map +1 -0
- package/dist/esm/utilities/style/theme.d.ts +10 -15
- package/dist/esm/utilities/style/theme.js +23 -55
- package/dist/esm/utilities/style/theme.js.map +1 -1
- package/package.json +1 -1
|
@@ -55,23 +55,23 @@ function v(t,e){p.defineProperty(t,e)}const g=i.getById(3,(()=>{let t=null
|
|
|
55
55
|
return{get:()=>t,set(e){t=e}}}))
|
|
56
56
|
class m{constructor(){this.index=0,this.length=0,this.parent=null,this.parentContext=null}get event(){return g.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){g.set(t)}}p.defineProperty(m.prototype,"index"),p.defineProperty(m.prototype,"length")
|
|
57
57
|
const f=Object.seal(new m)
|
|
58
|
-
class b{constructor(){this.targetIndex=0}}class w extends b{constructor(){super(...arguments),this.createPlaceholder=h.createInterpolationPlaceholder}}class x extends b{constructor(t,e,i){super(),this.name=t,this.behavior=e,this.options=i}createPlaceholder(t){return h.createCustomAttributePlaceholder(this.name,t)}createBehavior(t){return new this.behavior(t,this.options)}}function y(t,e){this.source=t,this.context=e,null===this.bindingObserver&&(this.bindingObserver=p.binding(this.binding,this,this.isBindingVolatile)),this.updateTarget(this.bindingObserver.observe(t,e))}function $(t,e){this.source=t,this.context=e,this.target.addEventListener(this.targetName,this)}function
|
|
58
|
+
class b{constructor(){this.targetIndex=0}}class w extends b{constructor(){super(...arguments),this.createPlaceholder=h.createInterpolationPlaceholder}}class x extends b{constructor(t,e,i){super(),this.name=t,this.behavior=e,this.options=i}createPlaceholder(t){return h.createCustomAttributePlaceholder(this.name,t)}createBehavior(t){return new this.behavior(t,this.options)}}function y(t,e){this.source=t,this.context=e,null===this.bindingObserver&&(this.bindingObserver=p.binding(this.binding,this,this.isBindingVolatile)),this.updateTarget(this.bindingObserver.observe(t,e))}function $(t,e){this.source=t,this.context=e,this.target.addEventListener(this.targetName,this)}function C(){this.bindingObserver.disconnect(),this.source=null,this.context=null}function k(){this.bindingObserver.disconnect(),this.source=null,this.context=null
|
|
59
59
|
const t=this.target.$fastView
|
|
60
60
|
void 0!==t&&t.isComposed&&(t.unbind(),t.needsBindOnly=!0)}function _(){this.target.removeEventListener(this.targetName,this),this.source=null,this.context=null}function z(t){h.setAttribute(this.target,this.targetName,t)}function I(t){h.setBooleanAttribute(this.target,this.targetName,t)}function O(t){if(null==t&&(t=""),t.create){this.target.textContent=""
|
|
61
61
|
let e=this.target.$fastView
|
|
62
62
|
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
|
|
63
|
-
void 0!==e&&e.isComposed&&(e.isComposed=!1,e.remove(),e.needsBindOnly?e.needsBindOnly=!1:e.unbind()),this.target.textContent=t}}function
|
|
63
|
+
void 0!==e&&e.isComposed&&(e.isComposed=!1,e.remove(),e.needsBindOnly?e.needsBindOnly=!1:e.unbind()),this.target.textContent=t}}function A(t){this.target[this.targetName]=t}function S(t){const e=this.classVersions||Object.create(null),i=this.target
|
|
64
64
|
let s=this.version||0
|
|
65
65
|
if(null!=t&&t.length){const o=t.split(/\s+/)
|
|
66
66
|
for(let t=0,n=o.length;t<n;++t){const n=o[t]
|
|
67
67
|
""!==n&&(e[n]=s,i.classList.add(n))}}if(this.classVersions=e,this.version=s+1,0!==s){s-=1
|
|
68
|
-
for(const t in e)e[t]===s&&i.classList.remove(t)}}class E extends w{constructor(t){super(),this.binding=t,this.bind=y,this.unbind=
|
|
68
|
+
for(const t in e)e[t]===s&&i.classList.remove(t)}}class E extends w{constructor(t){super(),this.binding=t,this.bind=y,this.unbind=C,this.updateTarget=z,this.isBindingVolatile=p.isVolatileBinding(this.binding)}get targetName(){return this.originalTargetName}set targetName(t){if(this.originalTargetName=t,void 0!==t)switch(t[0]){case":":if(this.cleanedTargetName=t.substr(1),this.updateTarget=A,"innerHTML"===this.cleanedTargetName){const t=this.binding
|
|
69
69
|
this.binding=(e,i)=>h.createHTML(t(e,i))}break
|
|
70
70
|
case"?":this.cleanedTargetName=t.substr(1),this.updateTarget=I
|
|
71
71
|
break
|
|
72
72
|
case"@":this.cleanedTargetName=t.substr(1),this.bind=$,this.unbind=_
|
|
73
73
|
break
|
|
74
|
-
default:this.cleanedTargetName=t,"class"===t&&(this.updateTarget=
|
|
74
|
+
default:this.cleanedTargetName=t,"class"===t&&(this.updateTarget=S)}}targetAtContent(){this.updateTarget=O,this.unbind=k}createBehavior(t){return new H(t,this.binding,this.isBindingVolatile,this.bind,this.unbind,this.updateTarget,this.cleanedTargetName)}}class H{constructor(t,e,i,s,o,n,r){this.source=null,this.context=null,this.bindingObserver=null,this.target=t,this.binding=e,this.isBindingVolatile=i,this.bind=s,this.unbind=o,this.updateTarget=n,this.targetName=r}handleChange(){this.updateTarget(this.bindingObserver.observe(this.source,this.context))}handleEvent(t){m.setEvent(t)
|
|
75
75
|
const e=this.binding(this.source,this.context)
|
|
76
76
|
m.setEvent(null),!0!==e&&t.preventDefault()}}let M=null
|
|
77
77
|
class V{addFactory(t){t.targetIndex=this.targetIndex,this.behaviorFactories.push(t)}captureContentBinding(t){t.targetAtContent(),this.addFactory(t)}reset(){this.behaviorFactories=[],this.targetIndex=-1}release(){M=this}static borrow(t){const e=M||new V
|
|
@@ -245,7 +245,7 @@ r=r.createCSS(),t&&o.push(t)}r instanceof U||r instanceof CSSStyleSheet?(""!==s.
|
|
|
245
245
|
return s.length&&o.withBehaviors(...s),o}class pt{constructor(t,e){this.target=t,this.propertyName=e}bind(t){t[this.propertyName]=this.target}unbind(){}}function vt(t){return new x("fast-ref",pt,t)}function gt(t,e){const i="function"==typeof e?e:()=>e
|
|
246
246
|
return(e,s)=>t(e,s)?i(e,s):null}function mt(t){return t?function(e,i,s){return 1===e.nodeType&&e.matches(t)}:function(t,e,i){return 1===t.nodeType}}class ft{constructor(t,e){this.target=t,this.options=e,this.source=null}bind(t){const e=this.options.property
|
|
247
247
|
this.shouldUpdate=p.getAccessors(t).some((t=>t.name===e)),this.source=t,this.updateTarget(this.computeNodes()),this.shouldUpdate&&this.observe()}unbind(){this.updateTarget(s),this.source=null,this.shouldUpdate&&this.disconnect()}handleEvent(){this.updateTarget(this.computeNodes())}computeNodes(){let t=this.getNodes()
|
|
248
|
-
return void 0!==this.options.filter&&(t=t.filter(this.options.filter)),t}updateTarget(t){this.source[this.options.property]=t}}class bt extends ft{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 wt(t){return"string"==typeof t&&(t={property:t}),new x("fast-slotted",bt,t)}class xt extends ft{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 yt(t){return"string"==typeof t&&(t={property:t}),new x("fast-children",xt,t)}class $t{handleStartContentChange(){this.startContainer.classList.toggle("start",this.start.assignedNodes().length>0)}handleEndContentChange(){this.endContainer.classList.toggle("end",this.end.assignedNodes().length>0)}}const
|
|
248
|
+
return void 0!==this.options.filter&&(t=t.filter(this.options.filter)),t}updateTarget(t){this.source[this.options.property]=t}}class bt extends ft{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 wt(t){return"string"==typeof t&&(t={property:t}),new x("fast-slotted",bt,t)}class xt extends ft{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 yt(t){return"string"==typeof t&&(t={property:t}),new x("fast-children",xt,t)}class $t{handleStartContentChange(){this.startContainer.classList.toggle("start",this.start.assignedNodes().length>0)}handleEndContentChange(){this.endContainer.classList.toggle("end",this.end.assignedNodes().length>0)}}const Ct=(t,e)=>q`
|
|
249
249
|
<span
|
|
250
250
|
part="end"
|
|
251
251
|
${vt("endContainer")}
|
|
@@ -255,7 +255,7 @@ return void 0!==this.options.filter&&(t=t.filter(this.options.filter)),t}updateT
|
|
|
255
255
|
${e.end||""}
|
|
256
256
|
</slot>
|
|
257
257
|
</span>
|
|
258
|
-
`,
|
|
258
|
+
`,kt=(t,e)=>q`
|
|
259
259
|
<span
|
|
260
260
|
part="start"
|
|
261
261
|
${vt("startContainer")}
|
|
@@ -313,11 +313,11 @@ class It{constructor(t,e){this.container=t,this.key=e}instance(t){return this.re
|
|
|
313
313
|
return this.container=this.key=void 0,i.registerResolver(s,new Pt(s,t,e))}}function Ot(t){const e=t.slice(),i=Object.keys(t),s=i.length
|
|
314
314
|
let o
|
|
315
315
|
for(let n=0;n<s;++n)o=i[n],se(o)||(e[o]=t[o])
|
|
316
|
-
return e}const
|
|
316
|
+
return e}const At=Object.freeze({none(t){throw Error(`${t.toString()} not registered, did you forget to add @singleton()?`)},singleton:t=>new Pt(t,1,t),transient:t=>new Pt(t,2,t)}),St=Object.freeze({default:Object.freeze({parentLocator:()=>null,responsibleForOwnerRequests:!1,defaultResolver:At.singleton})}),Et=new Map
|
|
317
317
|
function Ht(t){return e=>Reflect.getOwnMetadata(t,e)}let Mt=null
|
|
318
|
-
const Vt=Object.freeze({createContainer:t=>new Wt(null,Object.assign({},
|
|
318
|
+
const Vt=Object.freeze({createContainer:t=>new Wt(null,Object.assign({},St.default,t)),findResponsibleContainer(t){const e=t.$$container$$
|
|
319
319
|
return e&&e.responsibleForOwnerRequests?e:Vt.findParentContainer(t)},findParentContainer(t){const e=new CustomEvent(Ut,{bubbles:!0,composed:!0,cancelable:!0,detail:{container:void 0}})
|
|
320
|
-
return t.dispatchEvent(e),e.detail.container||Vt.getOrCreateDOMContainer()},getOrCreateDOMContainer:(t,e)=>t?t.$$container$$||new Wt(t,Object.assign({},
|
|
320
|
+
return t.dispatchEvent(e),e.detail.container||Vt.getOrCreateDOMContainer()},getOrCreateDOMContainer:(t,e)=>t?t.$$container$$||new Wt(t,Object.assign({},St.default,e,{parentLocator:Vt.findParentContainer})):Mt||(Mt=new Wt(null,Object.assign({},St.default,e,{parentLocator:()=>null}))),getDesignParamtypes:Ht("design:paramtypes"),getAnnotationParamtypes:Ht("di:paramtypes"),getOrCreateAnnotationParamTypes(t){let e=this.getAnnotationParamtypes(t)
|
|
321
321
|
return void 0===e&&Reflect.defineMetadata("di:paramtypes",e=[],t),e},getDependencies(t){let e=Et.get(t)
|
|
322
322
|
if(void 0===e){const i=t.inject
|
|
323
323
|
if(void 0===i){const i=Vt.getDesignParamtypes(t),s=Vt.getAnnotationParamtypes(t)
|
|
@@ -427,7 +427,7 @@ function ve(...t){return t.every((t=>t instanceof HTMLElement))}let ge
|
|
|
427
427
|
const me="change",fe="resize",be="scroll"
|
|
428
428
|
var we
|
|
429
429
|
!function(t){t[t.alt=18]="alt",t[t.arrowDown=40]="arrowDown",t[t.arrowLeft=37]="arrowLeft",t[t.arrowRight=39]="arrowRight",t[t.arrowUp=38]="arrowUp",t[t.back=8]="back",t[t.backSlash=220]="backSlash",t[t.break=19]="break",t[t.capsLock=20]="capsLock",t[t.closeBracket=221]="closeBracket",t[t.colon=186]="colon",t[t.colon2=59]="colon2",t[t.comma=188]="comma",t[t.ctrl=17]="ctrl",t[t.delete=46]="delete",t[t.end=35]="end",t[t.enter=13]="enter",t[t.equals=187]="equals",t[t.equals2=61]="equals2",t[t.equals3=107]="equals3",t[t.escape=27]="escape",t[t.forwardSlash=191]="forwardSlash",t[t.function1=112]="function1",t[t.function10=121]="function10",t[t.function11=122]="function11",t[t.function12=123]="function12",t[t.function2=113]="function2",t[t.function3=114]="function3",t[t.function4=115]="function4",t[t.function5=116]="function5",t[t.function6=117]="function6",t[t.function7=118]="function7",t[t.function8=119]="function8",t[t.function9=120]="function9",t[t.home=36]="home",t[t.insert=45]="insert",t[t.menu=93]="menu",t[t.minus=189]="minus",t[t.minus2=109]="minus2",t[t.numLock=144]="numLock",t[t.numPad0=96]="numPad0",t[t.numPad1=97]="numPad1",t[t.numPad2=98]="numPad2",t[t.numPad3=99]="numPad3",t[t.numPad4=100]="numPad4",t[t.numPad5=101]="numPad5",t[t.numPad6=102]="numPad6",t[t.numPad7=103]="numPad7",t[t.numPad8=104]="numPad8",t[t.numPad9=105]="numPad9",t[t.numPadDivide=111]="numPadDivide",t[t.numPadDot=110]="numPadDot",t[t.numPadMinus=109]="numPadMinus",t[t.numPadMultiply=106]="numPadMultiply",t[t.numPadPlus=107]="numPadPlus",t[t.openBracket=219]="openBracket",t[t.pageDown=34]="pageDown",t[t.pageUp=33]="pageUp",t[t.period=190]="period",t[t.print=44]="print",t[t.quote=222]="quote",t[t.scrollLock=145]="scrollLock",t[t.shift=16]="shift",t[t.space=32]="space",t[t.tab=9]="tab",t[t.tilde=192]="tilde",t[t.windowsLeft=91]="windowsLeft",t[t.windowsOpera=219]="windowsOpera",t[t.windowsRight=92]="windowsRight"}(we||(we={}))
|
|
430
|
-
const xe="ArrowDown",ye="ArrowLeft",$e="ArrowRight",
|
|
430
|
+
const xe="ArrowDown",ye="ArrowLeft",$e="ArrowRight",Ce="ArrowUp",ke="Enter",_e="Escape",ze="Home",Ie="End",Oe=" ",Ae="Tab",Se={ArrowDown:xe,ArrowLeft:ye,ArrowRight:$e,ArrowUp:Ce}
|
|
431
431
|
var Ee
|
|
432
432
|
function He(t,e,i){return Math.min(Math.max(i,t),e)}function Me(t,e,i=0){return[e,i]=[e,i].sort(((t,e)=>t-e)),e<=t&&t<i}!function(t){t.ltr="ltr",t.rtl="rtl"}(Ee||(Ee={}))
|
|
433
433
|
let Ve=0
|
|
@@ -539,11 +539,11 @@ const je=(t,e)=>q`
|
|
|
539
539
|
aria-roledescription="${t=>t.ariaRoledescription}"
|
|
540
540
|
${vt("control")}
|
|
541
541
|
>
|
|
542
|
-
${
|
|
542
|
+
${kt(0,e)}
|
|
543
543
|
<span class="content" part="content">
|
|
544
544
|
<slot ${wt("defaultSlottedContent")}></slot>
|
|
545
545
|
</span>
|
|
546
|
-
${
|
|
546
|
+
${Ct(0,e)}
|
|
547
547
|
</button>
|
|
548
548
|
`,qe="form-associated-proxy",Ue="ElementInternals",Ke=Ue in window&&"setFormValue"in window.ElementInternals.prototype,We=new WeakMap
|
|
549
549
|
function Xe(t){const e=class extends t{constructor(...t){super(...t),this.dirtyValue=!1,this.disabled=!1,this.proxyEventsToBlock=["change","click"],this.proxyInitialized=!1,this.required=!1,this.initialValue=this.initialValue||"",this.elementInternals||(this.formResetCallback=this.formResetCallback.bind(this))}static get formAssociated(){return Ke}get validity(){return this.elementInternals?this.elementInternals.validity:this.proxy.validity}get form(){return this.elementInternals?this.elementInternals.form:this.proxy.form}get validationMessage(){return this.elementInternals?this.elementInternals.validationMessage:this.proxy.validationMessage}get willValidate(){return this.elementInternals?this.elementInternals.willValidate:this.proxy.willValidate}get labels(){if(this.elementInternals)return Object.freeze(Array.from(this.elementInternals.labels))
|
|
@@ -552,7 +552,7 @@ return Object.freeze(i)}return s}valueChanged(t,e){this.dirtyValue=!0,this.proxy
|
|
|
552
552
|
let t=We.get(this)
|
|
553
553
|
return t||(t=this.attachInternals(),We.set(this,t)),t}connectedCallback(){super.connectedCallback(),this.addEventListener("keypress",this._keypressHandler),this.value||(this.value=this.initialValue,this.dirtyValue=!1),this.elementInternals||(this.attachProxy(),this.form&&this.form.addEventListener("reset",this.formResetCallback))}disconnectedCallback(){this.proxyEventsToBlock.forEach((t=>this.proxy.removeEventListener(t,this.stopPropagation))),!this.elementInternals&&this.form&&this.form.removeEventListener("reset",this.formResetCallback)}checkValidity(){return this.elementInternals?this.elementInternals.checkValidity():this.proxy.checkValidity()}reportValidity(){return this.elementInternals?this.elementInternals.reportValidity():this.proxy.reportValidity()}setValidity(t,e,i){this.elementInternals?this.elementInternals.setValidity(t,e,i):"string"==typeof e&&this.proxy.setCustomValidity(e)}formDisabledCallback(t){this.disabled=t}formResetCallback(){this.value=this.initialValue,this.dirtyValue=!1}attachProxy(){var t
|
|
554
554
|
this.proxyInitialized||(this.proxyInitialized=!0,this.proxy.style.display="none",this.proxyEventsToBlock.forEach((t=>this.proxy.addEventListener(t,this.stopPropagation))),this.proxy.disabled=this.disabled,this.proxy.required=this.required,"string"==typeof this.name&&(this.proxy.name=this.name),"string"==typeof this.value&&(this.proxy.value=this.value),this.proxy.setAttribute("slot",qe),this.proxySlot=document.createElement("slot"),this.proxySlot.setAttribute("name",qe)),null===(t=this.shadowRoot)||void 0===t||t.appendChild(this.proxySlot),this.appendChild(this.proxy)}detachProxy(){var t
|
|
555
|
-
this.removeChild(this.proxy),null===(t=this.shadowRoot)||void 0===t||t.removeChild(this.proxySlot)}validate(){this.proxy instanceof HTMLElement&&this.setValidity(this.proxy.validity,this.proxy.validationMessage)}setFormValue(t,e){this.elementInternals&&this.elementInternals.setFormValue(t,e||t)}_keypressHandler(t){switch(t.key){case
|
|
555
|
+
this.removeChild(this.proxy),null===(t=this.shadowRoot)||void 0===t||t.removeChild(this.proxySlot)}validate(){this.proxy instanceof HTMLElement&&this.setValidity(this.proxy.validity,this.proxy.validationMessage)}setFormValue(t,e){this.elementInternals&&this.elementInternals.setFormValue(t,e||t)}_keypressHandler(t){switch(t.key){case ke:if(this.form instanceof HTMLFormElement){const t=this.form.querySelector("[type=submit]")
|
|
556
556
|
null==t||t.click()}}}stopPropagation(t){t.stopPropagation()}}
|
|
557
557
|
return tt({mode:"boolean"})(e.prototype,"disabled"),tt({mode:"fromView",attribute:"value"})(e.prototype,"initialValue"),tt({attribute:"current-value"})(e.prototype,"currentValue"),tt(e.prototype,"name"),tt({mode:"boolean"})(e.prototype,"required"),v(e.prototype,"value"),e}function Ye(t){class e extends(Xe(t)){}class i extends e{constructor(...t){super(t),this.dirtyChecked=!1,this.checkedAttribute=!1,this.checked=!1,this.dirtyChecked=!1}checkedAttributeChanged(){this.defaultChecked=this.checkedAttribute}defaultCheckedChanged(){this.dirtyChecked||(this.checked=this.defaultChecked,this.dirtyChecked=!1)}checkedChanged(t,e){this.dirtyChecked||(this.dirtyChecked=!0),this.currentChecked=this.checked,this.updateForm(),this.proxy instanceof HTMLInputElement&&(this.proxy.checked=this.checked),void 0!==t&&this.$emit("change"),this.validate()}currentCheckedChanged(t,e){this.checked=this.currentChecked}updateForm(){const t=this.checked?this.value:null
|
|
558
558
|
this.setFormValue(t,t)}connectedCallback(){super.connectedCallback(),this.updateForm()}formResetCallback(){super.formResetCallback(),this.checked=!!this.checkedAttribute,this.dirtyChecked=!1}}return tt({attribute:"checked",mode:"boolean"})(i.prototype,"checkedAttribute"),tt({attribute:"current-checked",converter:Q})(i.prototype,"currentChecked"),v(i.prototype,"defaultChecked"),v(i.prototype,"checked"),i}class Ge extends le{}class Qe extends(Xe(Ge)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class Je extends Qe{constructor(){super(...arguments),this.handleClick=t=>{var e
|
|
@@ -590,12 +590,12 @@ switch(e){case ze:t.shiftKey||(t.preventDefault(),this.selectFirstOption())
|
|
|
590
590
|
break
|
|
591
591
|
case xe:t.shiftKey||(t.preventDefault(),this.selectNextOption())
|
|
592
592
|
break
|
|
593
|
-
case
|
|
593
|
+
case Ce:t.shiftKey||(t.preventDefault(),this.selectPreviousOption())
|
|
594
594
|
break
|
|
595
595
|
case Ie:t.preventDefault(),this.selectLastOption()
|
|
596
596
|
break
|
|
597
|
-
case
|
|
598
|
-
case
|
|
597
|
+
case Ae:return this.focusAndScrollOptionIntoView(),!0
|
|
598
|
+
case ke:case _e:return!0
|
|
599
599
|
case Oe:if(this.typeaheadExpired)return!0
|
|
600
600
|
default:return 1===e.length&&this.handleTypeAhead(`${e}`),!0}}mousedownHandler(t){return this.shouldSkipFocus=!this.contains(document.activeElement),!0}multipleChanged(t,e){this.ariaMultiSelectable=e?"true":null}selectedIndexChanged(t,e){var i
|
|
601
601
|
if(this.hasSelectableOptions){if((null===(i=this.options[this.selectedIndex])||void 0===i?void 0:i.disabled)&&"number"==typeof t){const i=this.getSelectableIndex(t,e),s=i>-1?i:t
|
|
@@ -657,12 +657,12 @@ const t=new CSSStyleSheet
|
|
|
657
657
|
this.target=t.cssRules[t.insertRule(":root{}")].style,document.adoptedStyleSheets=[...document.adoptedStyleSheets,t]}}class $i extends xi{constructor(){super(),this.style=document.createElement("style"),document.head.appendChild(this.style)
|
|
658
658
|
const{sheet:t}=this.style
|
|
659
659
|
if(t){const e=t.insertRule(":root{}",t.cssRules.length)
|
|
660
|
-
this.target=t.cssRules[e].style}}}class
|
|
660
|
+
this.target=t.cssRules[e].style}}}class Ci{constructor(t){this.store=new Map,this.target=null
|
|
661
661
|
const e=t.$fastController
|
|
662
662
|
this.style=document.createElement("style"),e.addStyles(this.style),p.getNotifier(e).subscribe(this,"isConnected"),this.handleChange(e,"isConnected")}targetChanged(){if(null!==this.target)for(const[t,e]of this.store.entries())this.target.setProperty(t,e)}setProperty(t,e){this.store.set(t,e),h.queueUpdate((()=>{null!==this.target&&this.target.setProperty(t,e)}))}removeProperty(t){this.store.delete(t),h.queueUpdate((()=>{null!==this.target&&this.target.removeProperty(t)}))}handleChange(t,e){const{sheet:i}=this.style
|
|
663
663
|
if(i){const t=i.insertRule(":host{}",i.cssRules.length)
|
|
664
|
-
this.target=i.cssRules[t].style}else this.target=null}}_t([v],
|
|
665
|
-
class
|
|
664
|
+
this.target=i.cssRules[t].style}else this.target=null}}_t([v],Ci.prototype,"target",void 0)
|
|
665
|
+
class ki{constructor(t){this.target=t.style}setProperty(t,e){h.queueUpdate((()=>this.target.setProperty(t,e)))}removeProperty(t){h.queueUpdate((()=>this.target.removeProperty(t)))}}class _i{setProperty(t,e){_i.properties[t]=e
|
|
666
666
|
for(const i of _i.roots.values())Oi.getOrCreate(_i.normalizeRoot(i)).setProperty(t,e)}removeProperty(t){delete _i.properties[t]
|
|
667
667
|
for(const e of _i.roots.values())Oi.getOrCreate(_i.normalizeRoot(e)).removeProperty(t)}static registerRoot(t){const{roots:e}=_i
|
|
668
668
|
if(!e.has(t)){e.add(t)
|
|
@@ -673,19 +673,19 @@ const i=Oi.getOrCreate(_i.normalizeRoot(t))
|
|
|
673
673
|
for(const t in _i.properties)i.removeProperty(t)}}static normalizeRoot(t){return t===wi?document:t}}_i.roots=new Set,_i.properties={}
|
|
674
674
|
const zi=new WeakMap,Ii=h.supportsAdoptedStyleSheets?class extends xi{constructor(t){super()
|
|
675
675
|
const e=new CSSStyleSheet
|
|
676
|
-
this.target=e.cssRules[e.insertRule(":host{}")].style,t.$fastController.addStyles(U.create([e]))}}:
|
|
676
|
+
this.target=e.cssRules[e.insertRule(":host{}")].style,t.$fastController.addStyles(U.create([e]))}}:Ci,Oi=Object.freeze({getOrCreate(t){if(zi.has(t))return zi.get(t)
|
|
677
677
|
let e
|
|
678
|
-
return t===wi?e=new _i:t instanceof Document?e=h.supportsAdoptedStyleSheets?new yi:new $i:e=t instanceof ht?new Ii(t):new
|
|
679
|
-
class
|
|
678
|
+
return t===wi?e=new _i:t instanceof Document?e=h.supportsAdoptedStyleSheets?new yi:new $i:e=t instanceof ht?new Ii(t):new ki(t),zi.set(t,e),e}})
|
|
679
|
+
class Ai extends dt{constructor(t){super(),this.subscribers=new WeakMap,this._appliedTo=new Set,this.name=t.name,null!==t.cssCustomPropertyName&&(this.cssCustomProperty=`--${t.cssCustomPropertyName}`,this.cssVar=`var(${this.cssCustomProperty})`),this.id=Ai.uniqueId(),Ai.tokensById.set(this.id,this)}get appliedTo(){return[...this._appliedTo]}static from(t){return new Ai({name:"string"==typeof t?t:t.name,cssCustomPropertyName:"string"==typeof t?t:void 0===t.cssCustomPropertyName?t.name:t.cssCustomPropertyName})}static isCSSDesignToken(t){return"string"==typeof t.cssCustomProperty}static isDerivedDesignTokenValue(t){return"function"==typeof t}static getTokenById(t){return Ai.tokensById.get(t)}getOrCreateSubscriberSet(t=this){return this.subscribers.get(t)||this.subscribers.set(t,new Set)&&this.subscribers.get(t)}createCSS(){return this.cssVar||""}getValueFor(t){const e=Vi.getOrCreate(t).get(this)
|
|
680
680
|
if(void 0!==e)return e
|
|
681
|
-
throw new Error(`Value could not be retrieved for token named "${this.name}". Ensure the value is set for ${t} or an ancestor of ${t}.`)}setValueFor(t,e){return this._appliedTo.add(t),e instanceof
|
|
681
|
+
throw new Error(`Value could not be retrieved for token named "${this.name}". Ensure the value is set for ${t} or an ancestor of ${t}.`)}setValueFor(t,e){return this._appliedTo.add(t),e instanceof Ai&&(e=this.alias(e)),Vi.getOrCreate(t).set(this,e),this}deleteValueFor(t){return this._appliedTo.delete(t),Vi.existsFor(t)&&Vi.getOrCreate(t).delete(this),this}withDefault(t){return this.setValueFor(wi,t),this}subscribe(t,e){const i=this.getOrCreateSubscriberSet(e)
|
|
682
682
|
e&&!Vi.existsFor(e)&&Vi.getOrCreate(e),i.has(t)||i.add(t)}unsubscribe(t,e){const i=this.subscribers.get(e||this)
|
|
683
683
|
i&&i.has(t)&&i.delete(t)}notify(t){const e=Object.freeze({token:this,target:t})
|
|
684
|
-
this.subscribers.has(this)&&this.subscribers.get(this).forEach((t=>t.handleChange(e))),this.subscribers.has(t)&&this.subscribers.get(t).forEach((t=>t.handleChange(e)))}alias(t){return e=>t.getValueFor(e)}}
|
|
685
|
-
return()=>(t++,t.toString(16))})(),
|
|
686
|
-
class
|
|
687
|
-
class Vi{constructor(t){this.target=t,this.store=new Ei,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(t,e)=>{const i=
|
|
688
|
-
if(i&&(i.notify(this.target),
|
|
684
|
+
this.subscribers.has(this)&&this.subscribers.get(this).forEach((t=>t.handleChange(e))),this.subscribers.has(t)&&this.subscribers.get(t).forEach((t=>t.handleChange(e)))}alias(t){return e=>t.getValueFor(e)}}Ai.uniqueId=(()=>{let t=0
|
|
685
|
+
return()=>(t++,t.toString(16))})(),Ai.tokensById=new Map
|
|
686
|
+
class Si{constructor(t,e,i){this.source=t,this.token=e,this.node=i,this.dependencies=new Set,this.observer=p.binding(t,this,!1),this.observer.handleChange=this.observer.call,this.handleChange()}disconnect(){this.observer.disconnect()}handleChange(){this.node.store.set(this.token,this.observer.observe(this.node.target,f))}}class Ei{constructor(){this.values=new Map}set(t,e){this.values.get(t)!==e&&(this.values.set(t,e),p.getNotifier(this).notify(t.id))}get(t){return p.track(this,t.id),this.values.get(t)}delete(t){this.values.delete(t)}all(){return this.values.entries()}}const Hi=new WeakMap,Mi=new WeakMap
|
|
687
|
+
class Vi{constructor(t){this.target=t,this.store=new Ei,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(t,e)=>{const i=Ai.getTokenById(e)
|
|
688
|
+
if(i&&(i.notify(this.target),Ai.isCSSDesignToken(i))){const e=this.parent,s=this.isReflecting(i)
|
|
689
689
|
if(e){const o=e.get(i),n=t.get(i)
|
|
690
690
|
o===n||s?o===n&&s&&this.stopReflectToCSS(i):this.reflectToCSS(i)}else s||this.reflectToCSS(i)}}},Hi.set(t,this),p.getNotifier(this.store).subscribe(this.tokenValueChangeHandler),t instanceof ht?t.$fastController.addBehaviors([this]):t.isConnected&&this.bind()}static getOrCreate(t){return Hi.get(t)||new Vi(t)}static existsFor(t){return Hi.has(t)}static findParent(t){if(wi!==t.target){let e=bi(t.target)
|
|
691
691
|
for(;null!==e;){if(Hi.has(e))return Hi.get(e)
|
|
@@ -696,7 +696,7 @@ return null}get parent(){return Mi.get(this)||null}has(t){return this.assignedVa
|
|
|
696
696
|
if(void 0!==e)return e
|
|
697
697
|
const i=this.getRaw(t)
|
|
698
698
|
return void 0!==i?(this.hydrate(t,i),this.get(t)):void 0}getRaw(t){var e
|
|
699
|
-
return this.assignedValues.has(t)?this.assignedValues.get(t):null===(e=Vi.findClosestAssignedNode(t,this))||void 0===e?void 0:e.getRaw(t)}set(t,e){
|
|
699
|
+
return this.assignedValues.has(t)?this.assignedValues.get(t):null===(e=Vi.findClosestAssignedNode(t,this))||void 0===e?void 0:e.getRaw(t)}set(t,e){Ai.isDerivedDesignTokenValue(this.assignedValues.get(t))&&this.tearDownBindingObserver(t),this.assignedValues.set(t,e),Ai.isDerivedDesignTokenValue(e)?this.setupBindingObserver(t,e):this.store.set(t,e)}delete(t){this.assignedValues.delete(t),this.tearDownBindingObserver(t)
|
|
700
700
|
const e=this.getRaw(t)
|
|
701
701
|
e?this.hydrate(t,e):this.store.delete(t)}bind(){const t=Vi.findParent(this)
|
|
702
702
|
t&&t.appendChild(this)
|
|
@@ -706,12 +706,12 @@ Mi.set(t,this),this.children.push(t),e.forEach((e=>t.appendChild(e))),p.getNotif
|
|
|
706
706
|
for(const[e,i]of this.store.all())t.hydrate(e,this.bindingObservers.has(e)?this.getRaw(e):i)}removeChild(t){const e=this.children.indexOf(t)
|
|
707
707
|
return-1!==e&&this.children.splice(e,1),p.getNotifier(this.store).unsubscribe(t),t.parent===this&&Mi.delete(t)}contains(t){return function(t,e){let i=e
|
|
708
708
|
for(;null!==i;){if(i===t)return!0
|
|
709
|
-
i=bi(i)}return!1}(this.target,t.target)}reflectToCSS(t){this.isReflecting(t)||(this.reflecting.add(t),Vi.cssCustomPropertyReflector.startReflection(t,this.target))}stopReflectToCSS(t){this.isReflecting(t)&&(this.reflecting.delete(t),Vi.cssCustomPropertyReflector.stopReflection(t,this.target))}isReflecting(t){return this.reflecting.has(t)}handleChange(t,e){const i=
|
|
709
|
+
i=bi(i)}return!1}(this.target,t.target)}reflectToCSS(t){this.isReflecting(t)||(this.reflecting.add(t),Vi.cssCustomPropertyReflector.startReflection(t,this.target))}stopReflectToCSS(t){this.isReflecting(t)&&(this.reflecting.delete(t),Vi.cssCustomPropertyReflector.stopReflection(t,this.target))}isReflecting(t){return this.reflecting.has(t)}handleChange(t,e){const i=Ai.getTokenById(e)
|
|
710
710
|
i&&this.hydrate(i,this.getRaw(i))}hydrate(t,e){if(!this.has(t)){const i=this.bindingObservers.get(t)
|
|
711
|
-
|
|
711
|
+
Ai.isDerivedDesignTokenValue(e)?i?i.source!==e&&(this.tearDownBindingObserver(t),this.setupBindingObserver(t,e)):this.setupBindingObserver(t,e):(i&&this.tearDownBindingObserver(t),this.store.set(t,e))}}setupBindingObserver(t,e){const i=new Si(e,t,this)
|
|
712
712
|
return this.bindingObservers.set(t,i),i}tearDownBindingObserver(t){return!!this.bindingObservers.has(t)&&(this.bindingObservers.get(t).disconnect(),this.bindingObservers.delete(t),!0)}}Vi.cssCustomPropertyReflector=new class{startReflection(t,e){t.subscribe(this,e),this.handleChange({token:t,target:e})}stopReflection(t,e){t.unsubscribe(this,e),this.remove(t,e)}handleChange(t){const{token:e,target:i}=t
|
|
713
713
|
this.add(e,i)}add(t,e){Oi.getOrCreate(e).setProperty(t.cssCustomProperty,this.resolveCSSValue(Vi.getOrCreate(e).get(t)))}remove(t,e){Oi.getOrCreate(e).removeProperty(t.cssCustomProperty)}resolveCSSValue(t){return t&&"function"==typeof t.createCSS?t.createCSS():t}},_t([v],Vi.prototype,"children",void 0)
|
|
714
|
-
const Li=Object.freeze({create:function(t){return
|
|
714
|
+
const Li=Object.freeze({create:function(t){return Ai.from(t)},notifyConnection:t=>!(!t.isConnected||!Vi.existsFor(t))&&(Vi.getOrCreate(t).bind(),!0),notifyDisconnection:t=>!(t.isConnected||!Vi.existsFor(t))&&(Vi.getOrCreate(t).unbind(),!0),registerRoot(t=wi){_i.registerRoot(t)},unregisterRoot(t=wi){_i.unregisterRoot(t)}}),Ti=Object.freeze({definitionCallbackOnly:null,ignoreDuplicate:Symbol()}),Pi=new Map,Ri=new Map
|
|
715
715
|
let Di=null
|
|
716
716
|
const Fi=Vt.createInterface((t=>t.cachedCallback((t=>(null===Di&&(Di=new Ni(null,t)),Di))))),Bi=Object.freeze({tagFor:t=>Ri.get(t),responsibleFor(t){const e=t.$$designSystem$$
|
|
717
717
|
if(e)return e
|
|
@@ -752,7 +752,7 @@ return!1!==Ki.call(t,Ui)&&Gi(e,t)},Ji=qi.concat("iframe").join(","),Zi=function(
|
|
|
752
752
|
return!1!==Ki.call(t,Ji)&&Yi(e,t)}
|
|
753
753
|
class ts extends le{constructor(){super(...arguments),this.modal=!0,this.hidden=!1,this.trapFocus=!0,this.trapFocusChanged=()=>{this.$fastController.isConnected&&this.updateTrapFocus()},this.isTrappingFocus=!1,this.handleDocumentKeydown=t=>{if(!t.defaultPrevented&&!this.hidden)switch(t.key){case _e:this.dismiss(),t.preventDefault()
|
|
754
754
|
break
|
|
755
|
-
case
|
|
755
|
+
case Ae:this.handleTabKeyDown(t)}},this.handleDocumentFocus=t=>{!t.defaultPrevented&&this.shouldForceFocus(t.target)&&(this.focusFirstElement(),t.preventDefault())},this.handleTabKeyDown=t=>{if(!this.trapFocus||this.hidden)return
|
|
756
756
|
const e=this.getTabQueueBounds()
|
|
757
757
|
return 0!==e.length?1===e.length?(e[0].focus(),void t.preventDefault()):void(t.shiftKey&&t.target===e[0]?(e[e.length-1].focus(),t.preventDefault()):t.shiftKey||t.target!==e[e.length-1]||(e[0].focus(),t.preventDefault())):void 0},this.getTabQueueBounds=()=>ts.reduceTabbableItems([],this),this.focusFirstElement=()=>{const t=this.getTabQueueBounds()
|
|
758
758
|
t.length>0?t[0].focus():this.dialog instanceof HTMLElement&&this.dialog.focus()},this.shouldForceFocus=t=>this.isTrappingFocus&&!this.contains(t),this.shouldTrapFocus=()=>this.trapFocus&&!this.hidden,this.updateTrapFocus=t=>{const e=void 0===t?this.shouldTrapFocus():t
|
|
@@ -772,9 +772,9 @@ if(this.disabled)return!0
|
|
|
772
772
|
const{key:e,shiftKey:i}=t
|
|
773
773
|
switch(this.shouldSkipFocus=!1,e){case ze:return void this.checkFirstOption(i)
|
|
774
774
|
case xe:return void this.checkNextOption(i)
|
|
775
|
-
case
|
|
775
|
+
case Ce:return void this.checkPreviousOption(i)
|
|
776
776
|
case Ie:return void this.checkLastOption(i)
|
|
777
|
-
case
|
|
777
|
+
case Ae:return this.focusAndScrollOptionIntoView(),!0
|
|
778
778
|
case _e:return this.uncheckAllOptions(),this.checkActiveIndex(),!0
|
|
779
779
|
case Oe:if(t.preventDefault(),this.typeAheadExpired)return void this.toggleSelectedForAllCheckedOptions()
|
|
780
780
|
default:return 1===e.length&&this.handleTypeAhead(`${e}`),!0}}mousedownHandler(t){if(t.offsetX>=0&&t.offsetX<=this.scrollWidth)return super.mousedownHandler(t)}multipleChanged(t,e){var i
|
|
@@ -785,7 +785,7 @@ t.forEach((t=>t.selected=e)),this.selectedIndex=this.options.indexOf(t[t.length-
|
|
|
785
785
|
e>-1&&(this.activeIndex=e,this.uncheckAllOptions(),this.checkActiveIndex()),this.typeAheadExpired=!1}}else super.typeaheadBufferChanged(t,e)}uncheckAllOptions(t=!1){this.options.forEach((t=>t.checked=!this.multiple&&void 0)),t||(this.rangeStartIndex=-1)}}_t([v],es.prototype,"activeIndex",void 0),_t([tt({mode:"boolean"})],es.prototype,"multiple",void 0),_t([tt({converter:J})],es.prototype,"size",void 0)
|
|
786
786
|
const is="menuitem",ss="menuitemcheckbox",os="menuitemradio",ns={[is]:"menuitem",[ss]:"menuitemcheckbox",[os]:"menuitemradio"}
|
|
787
787
|
class rs extends le{constructor(){super(...arguments),this.role=is,this.hasSubmenu=!1,this.currentDirection=Ee.ltr,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=t=>{if(t.defaultPrevented)return!1
|
|
788
|
-
switch(t.key){case
|
|
788
|
+
switch(t.key){case ke:case Oe:return this.invoke(),!1
|
|
789
789
|
case $e:return this.expandAndFocus(),!1
|
|
790
790
|
case ye:if(this.expanded)return this.expanded=!1,this.focus(),!1}return!0},this.handleMenuItemClick=t=>(t.defaultPrevented||this.disabled||this.invoke(),!1),this.submenuLoaded=()=>{this.focusSubmenuOnLoad&&(this.focusSubmenuOnLoad=!1,this.hasSubmenu&&(this.submenu.focus(),this.setAttribute("tabindex","-1")))},this.handleMouseOver=t=>(this.disabled||!this.hasSubmenu||this.expanded||(this.expanded=!0),!1),this.handleMouseOut=t=>(!this.expanded||this.contains(document.activeElement)||(this.expanded=!1),!1),this.expandAndFocus=()=>{this.hasSubmenu&&(this.focusSubmenuOnLoad=!0,this.expanded=!0)},this.invoke=()=>{if(!this.disabled)switch(this.role){case ss:this.checked=!this.checked
|
|
791
791
|
break
|
|
@@ -812,7 +812,7 @@ if(-1!==i&&"menuitemradio"===e.role&&!0===e.checked){for(let t=i-1;t>=0;--t){con
|
|
|
812
812
|
if(i===os&&(e.checked=!1),"separator"===i)break}const t=this.menuItems.length-1
|
|
813
813
|
for(let e=i+1;e<=t;++e){const t=this.menuItems[e],i=t.getAttribute("role")
|
|
814
814
|
if(i===os&&(t.checked=!1),"separator"===i)break}}},this.isMenuItemElement=t=>ve(t)&&as.focusableElementRoles.hasOwnProperty(t.getAttribute("role")),this.isFocusableElement=t=>this.isMenuItemElement(t)}itemsChanged(t,e){this.$fastController.isConnected&&void 0!==this.menuItems&&this.setItems()}connectedCallback(){super.connectedCallback(),h.queueUpdate((()=>{this.setItems()})),this.addEventListener("change",this.changeHandler)}disconnectedCallback(){super.disconnectedCallback(),this.removeItemListeners(),this.menuItems=void 0,this.removeEventListener("change",this.changeHandler)}focus(){this.setFocus(0,1)}collapseExpandedItem(){null!==this.expandedItem&&(this.expandedItem.expanded=!1,this.expandedItem=null)}handleMenuKeyDown(t){if(!t.defaultPrevented&&void 0!==this.menuItems)switch(t.key){case xe:return void this.setFocus(this.focusIndex+1,1)
|
|
815
|
-
case
|
|
815
|
+
case Ce:return void this.setFocus(this.focusIndex-1,-1)
|
|
816
816
|
case Ie:return void this.setFocus(this.menuItems.length-1,-1)
|
|
817
817
|
case ze:return void this.setFocus(0,1)
|
|
818
818
|
default:return!0}}domChildren(){return Array.from(this.children).filter((t=>!t.hasAttribute("hidden")))}setFocus(t,e){if(void 0!==this.menuItems)for(;t>=0&&t<this.menuItems.length;){const i=this.menuItems[t]
|
|
@@ -831,7 +831,7 @@ void 0!==this.max&&this.max!==s&&(this.max=s),this.value=this.getValidValue(this
|
|
|
831
831
|
let s=parseFloat(parseFloat(t).toPrecision(12))
|
|
832
832
|
return isNaN(s)?s="":(s=Math.min(s,null!==(e=this.max)&&void 0!==e?e:s),s=Math.max(s,null!==(i=this.min)&&void 0!==i?i:s).toString()),s}stepUp(){const t=parseFloat(this.value),e=isNaN(t)?this.min>0?this.min:this.max<0?this.max:this.min?0:this.step:t+this.step
|
|
833
833
|
this.value=e.toString()}stepDown(){const t=parseFloat(this.value),e=isNaN(t)?this.min>0?this.min:this.max<0?this.max:this.min?0:0-this.step:t-this.step
|
|
834
|
-
this.value=e.toString()}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type","number"),this.validate(),this.control.value=this.value,this.autofocus&&h.queueUpdate((()=>{this.focus()}))}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.control.value=this.control.value.replace(/[^0-9\-+e.]/g,""),this.isUserInput=!0,this.value=this.control.value}handleChange(){this.$emit("change")}handleKeyDown(t){switch(t.key){case
|
|
834
|
+
this.value=e.toString()}connectedCallback(){super.connectedCallback(),this.proxy.setAttribute("type","number"),this.validate(),this.control.value=this.value,this.autofocus&&h.queueUpdate((()=>{this.focus()}))}select(){this.control.select(),this.$emit("select")}handleTextInput(){this.control.value=this.control.value.replace(/[^0-9\-+e.]/g,""),this.isUserInput=!0,this.value=this.control.value}handleChange(){this.$emit("change")}handleKeyDown(t){switch(t.key){case Ce:return this.stepUp(),!1
|
|
835
835
|
case xe:return this.stepDown(),!1}return!0}handleBlur(){this.control.value=this.value}}function ms(t,e,i){return t.nodeType!==Node.TEXT_NODE||"string"==typeof t.nodeValue&&!!t.nodeValue.trim().length}_t([tt({attribute:"readonly",mode:"boolean"})],gs.prototype,"readOnly",void 0),_t([tt({mode:"boolean"})],gs.prototype,"autofocus",void 0),_t([tt({attribute:"hide-step",mode:"boolean"})],gs.prototype,"hideStep",void 0),_t([tt],gs.prototype,"placeholder",void 0),_t([tt],gs.prototype,"list",void 0),_t([tt({converter:J})],gs.prototype,"maxlength",void 0),_t([tt({converter:J})],gs.prototype,"minlength",void 0),_t([tt({converter:J})],gs.prototype,"size",void 0),_t([tt({converter:J})],gs.prototype,"step",void 0),_t([tt({converter:J})],gs.prototype,"max",void 0),_t([tt({converter:J})],gs.prototype,"min",void 0),_t([v],gs.prototype,"defaultSlottedNodes",void 0),de(gs,$t,us)
|
|
836
836
|
class fs extends es{}class bs extends(Xe(fs)){constructor(){super(...arguments),this.proxy=document.createElement("select")}}class ws extends bs{constructor(){super(...arguments),this.open=!1,this.forcedPosition=!1,this.listboxId=Le("listbox-"),this.maxHeight=0}openChanged(t,e){if(this.collapsible){if(this.open)return this.ariaControls=this.listboxId,this.ariaExpanded="true",this.setPositioning(),this.focusAndScrollOptionIntoView(),this.indexWhenOpened=this.selectedIndex,void h.queueUpdate((()=>this.focus()))
|
|
837
837
|
this.ariaControls="",this.ariaExpanded="false"}}get collapsible(){return!(this.multiple||"number"==typeof this.size)}get value(){return p.track(this,"value"),this._value}set value(t){var e,i,s,o,n,r,a
|
|
@@ -856,14 +856,14 @@ switch(e){case Oe:t.preventDefault(),this.collapsible&&this.typeAheadExpired&&(t
|
|
|
856
856
|
break
|
|
857
857
|
case ze:case Ie:t.preventDefault()
|
|
858
858
|
break
|
|
859
|
-
case
|
|
859
|
+
case ke:t.preventDefault(),this.open=!this.open
|
|
860
860
|
break
|
|
861
861
|
case _e:this.collapsible&&this.open&&(t.preventDefault(),this.open=!1)
|
|
862
862
|
break
|
|
863
|
-
case
|
|
863
|
+
case Ae:return this.collapsible&&this.open&&(t.preventDefault(),this.open=!1),!0}return this.open||this.indexWhenOpened===this.selectedIndex||(this.updateValue(!0),this.indexWhenOpened=this.selectedIndex),!(e===xe||e===Ce)}connectedCallback(){super.connectedCallback(),this.forcedPosition=!!this.positionAttribute,this.addEventListener("contentchange",this.updateDisplayValue)}disconnectedCallback(){this.removeEventListener("contentchange",this.updateDisplayValue),super.disconnectedCallback()}sizeChanged(t,e){super.sizeChanged(t,e),this.proxy&&(this.proxy.size=e)}updateDisplayValue(){this.collapsible&&p.notify(this,"displayValue")}}_t([tt({attribute:"open",mode:"boolean"})],ws.prototype,"open",void 0),_t([function(t,e,i){return Object.assign({},i,{get:function(){return p.trackVolatile(),i.get.apply(this)}})}],ws.prototype,"collapsible",null),_t([v],ws.prototype,"control",void 0),_t([tt({attribute:"position"})],ws.prototype,"positionAttribute",void 0),_t([v],ws.prototype,"position",void 0),_t([v],ws.prototype,"maxHeight",void 0)
|
|
864
864
|
class xs{}_t([v],xs.prototype,"ariaControls",void 0),de(xs,ai),de(ws,$t,xs)
|
|
865
|
-
class ys extends le{}class $s extends(Ye(ys)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class
|
|
866
|
-
class
|
|
865
|
+
class ys extends le{}class $s extends(Ye(ys)){constructor(){super(...arguments),this.proxy=document.createElement("input")}}class Cs extends $s{constructor(){super(),this.initialValue="on",this.keypressHandler=t=>{switch(t.key){case ke:case Oe:this.checked=!this.checked}},this.clickHandler=t=>{this.disabled||this.readOnly||(this.checked=!this.checked)},this.proxy.setAttribute("type","checkbox")}readOnlyChanged(){this.proxy instanceof HTMLInputElement&&(this.proxy.readOnly=this.readOnly),this.readOnly?this.classList.add("readonly"):this.classList.remove("readonly")}checkedChanged(t,e){super.checkedChanged(t,e),this.checked?this.classList.add("checked"):this.classList.remove("checked")}}_t([tt({attribute:"readonly",mode:"boolean"})],Cs.prototype,"readOnly",void 0),_t([v],Cs.prototype,"defaultSlottedNodes",void 0)
|
|
866
|
+
class ks extends le{}class _s extends le{}_t([tt({mode:"boolean"})],_s.prototype,"disabled",void 0)
|
|
867
867
|
const zs="horizontal"
|
|
868
868
|
class Is extends le{constructor(){super(...arguments),this.orientation=zs,this.activeindicator=!0,this.showActiveIndicator=!0,this.prevActiveTabIndex=0,this.activeTabIndex=0,this.ticking=!1,this.change=()=>{this.$emit("change",this.activetab)},this.isDisabledElement=t=>"true"===t.getAttribute("aria-disabled"),this.isFocusableElement=t=>!this.isDisabledElement(t),this.setTabs=()=>{const t="gridColumn",e="gridRow",i=this.isHorizontal()?t:e
|
|
869
869
|
this.activeTabIndex=this.getActiveIndex(),this.showActiveIndicator=!1,this.tabs.forEach(((t,e)=>{if("tab"===t.slot){const i=this.activeTabIndex===e&&this.isFocusableElement(t)
|
|
@@ -873,7 +873,7 @@ t.setAttribute("id",s),t.setAttribute("aria-selected",i?"true":"false"),t.setAtt
|
|
|
873
873
|
t.setAttribute("id",s),t.setAttribute("aria-labelledby",i),this.activeTabIndex!==e?t.setAttribute("hidden",""):t.removeAttribute("hidden")}))},this.handleTabClick=t=>{const e=t.currentTarget
|
|
874
874
|
1===e.nodeType&&this.isFocusableElement(e)&&(this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=this.tabs.indexOf(e),this.setComponent())},this.handleTabKeyDown=t=>{if(this.isHorizontal())switch(t.key){case ye:t.preventDefault(),this.adjustBackward(t)
|
|
875
875
|
break
|
|
876
|
-
case $e:t.preventDefault(),this.adjustForward(t)}else switch(t.key){case
|
|
876
|
+
case $e:t.preventDefault(),this.adjustForward(t)}else switch(t.key){case Ce:t.preventDefault(),this.adjustBackward(t)
|
|
877
877
|
break
|
|
878
878
|
case xe:t.preventDefault(),this.adjustForward(t)}switch(t.key){case ze:t.preventDefault(),this.adjust(-this.activeTabIndex)
|
|
879
879
|
break
|
|
@@ -895,15 +895,15 @@ this.activeIndicatorRef.style[t]=`${this.prevActiveTabIndex+1}`
|
|
|
895
895
|
const n=o-s
|
|
896
896
|
this.activeIndicatorRef.style.transform=`${e}(${n}px)`,this.activeIndicatorRef.classList.add("activeIndicatorTransition"),this.activeIndicatorRef.addEventListener("transitionend",(()=>{this.ticking=!1,this.activeIndicatorRef.style[t]=`${this.activeTabIndex+1}`,this.activeIndicatorRef.style.transform=`${e}(0px)`,this.activeIndicatorRef.classList.remove("activeIndicatorTransition")}))}adjust(t){var e,i,s
|
|
897
897
|
this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=(e=0,i=this.tabs.length-1,(s=this.activeTabIndex+t)<e?i:s>i?e:s),this.setComponent()}focusTab(){this.tabs[this.activeTabIndex].focus()}connectedCallback(){super.connectedCallback(),this.tabIds=this.getTabIds(),this.tabpanelIds=this.getTabPanelIds(),this.activeTabIndex=this.getActiveIndex()}}_t([tt],Is.prototype,"orientation",void 0),_t([tt],Is.prototype,"activeid",void 0),_t([v],Is.prototype,"tabs",void 0),_t([v],Is.prototype,"tabpanels",void 0),_t([tt({mode:"boolean"})],Is.prototype,"activeindicator",void 0),_t([v],Is.prototype,"activeIndicatorRef",void 0),_t([v],Is.prototype,"showActiveIndicator",void 0),de(Is,$t)
|
|
898
|
-
class Os extends le{}class
|
|
899
|
-
class Es extends
|
|
900
|
-
const Hs=Object.freeze({[
|
|
898
|
+
class Os extends le{}class As extends(Xe(Os)){constructor(){super(...arguments),this.proxy=document.createElement("textarea")}}const Ss="none"
|
|
899
|
+
class Es extends As{constructor(){super(...arguments),this.resize=Ss,this.cols=20,this.handleTextInput=()=>{this.value=this.control.value}}readOnlyChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.readOnly=this.readOnly)}autofocusChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.autofocus=this.autofocus)}listChanged(){this.proxy instanceof HTMLTextAreaElement&&this.proxy.setAttribute("list",this.list)}maxlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.maxLength=this.maxlength)}minlengthChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.minLength=this.minlength)}spellcheckChanged(){this.proxy instanceof HTMLTextAreaElement&&(this.proxy.spellcheck=this.spellcheck)}select(){this.control.select(),this.$emit("select")}handleChange(){this.$emit("change")}}_t([tt({mode:"boolean"})],Es.prototype,"readOnly",void 0),_t([tt],Es.prototype,"resize",void 0),_t([tt({mode:"boolean"})],Es.prototype,"autofocus",void 0),_t([tt({attribute:"form"})],Es.prototype,"formId",void 0),_t([tt],Es.prototype,"list",void 0),_t([tt({converter:J})],Es.prototype,"maxlength",void 0),_t([tt({converter:J})],Es.prototype,"minlength",void 0),_t([tt],Es.prototype,"name",void 0),_t([tt],Es.prototype,"placeholder",void 0),_t([tt({converter:J,mode:"fromView"})],Es.prototype,"cols",void 0),_t([tt({converter:J,mode:"fromView"})],Es.prototype,"rows",void 0),_t([tt({mode:"boolean"})],Es.prototype,"spellcheck",void 0),_t([v],Es.prototype,"defaultSlottedNodes",void 0),de(Es,us)
|
|
900
|
+
const Hs=Object.freeze({[Se.ArrowUp]:{[pe]:-1},[Se.ArrowDown]:{[pe]:1},[Se.ArrowLeft]:{[ue]:{[Ee.ltr]:-1,[Ee.rtl]:1}},[Se.ArrowRight]:{[ue]:{[Ee.ltr]:1,[Ee.rtl]:-1}}})
|
|
901
901
|
class Ms extends le{constructor(){super(...arguments),this._activeIndex=0,this.direction=Ee.ltr,this.orientation=ue}get activeIndex(){return p.track(this,"activeIndex"),this._activeIndex}set activeIndex(t){this.$fastController.isConnected&&(this._activeIndex=He(0,this.focusableElements.length-1,t),p.notify(this,"activeIndex"))}slottedItemsChanged(){this.$fastController.isConnected&&this.reduceFocusableElements()}clickHandler(t){var e
|
|
902
902
|
const i=null===(e=this.focusableElements)||void 0===e?void 0:e.indexOf(t.target)
|
|
903
903
|
return i>-1&&this.activeIndex!==i&&this.setFocusedElement(i),!0}childItemsChanged(t,e){this.$fastController.isConnected&&this.reduceFocusableElements()}connectedCallback(){super.connectedCallback(),this.direction=De(this)}focusinHandler(t){const e=t.relatedTarget
|
|
904
904
|
e&&!this.contains(e)&&this.setFocusedElement()}getDirectionalIncrementer(t){var e,i,s,o,n
|
|
905
905
|
return null!==(n=null!==(s=null===(i=null===(e=Hs[t])||void 0===e?void 0:e[this.orientation])||void 0===i?void 0:i[this.direction])&&void 0!==s?s:null===(o=Hs[t])||void 0===o?void 0:o[this.orientation])&&void 0!==n?n:0}keydownHandler(t){const e=t.key
|
|
906
|
-
if(!(e in
|
|
906
|
+
if(!(e in Se)||t.defaultPrevented||t.shiftKey)return!0
|
|
907
907
|
const i=this.getDirectionalIncrementer(e)
|
|
908
908
|
if(!i)return!t.target.closest("[role=radiogroup]")
|
|
909
909
|
const s=this.activeIndex+i
|
|
@@ -956,8 +956,8 @@ e instanceof Qs&&e.childItemLength()>0&&e.expanded?e.expanded=!1:e instanceof Qs
|
|
|
956
956
|
case $e:if(t.target&&this.isFocusableElement(t.target)){const e=t.target
|
|
957
957
|
e instanceof Qs&&e.childItemLength()>0&&!e.expanded?e.expanded=!0:e instanceof Qs&&e.childItemLength()>0&&this.focusNextNode(1,t.target)}return
|
|
958
958
|
case xe:return void(t.target&&this.isFocusableElement(t.target)&&this.focusNextNode(1,t.target))
|
|
959
|
-
case
|
|
960
|
-
case
|
|
959
|
+
case Ce:return void(t.target&&this.isFocusableElement(t.target)&&this.focusNextNode(-1,t.target))
|
|
960
|
+
case ke:return void this.handleClick(t)}return!0},this.handleSelectedChange=t=>{if(t.defaultPrevented)return
|
|
961
961
|
if(!(t.target instanceof Element&&Gs(t.target)))return!0
|
|
962
962
|
const e=t.target
|
|
963
963
|
e.selected?(this.currentSelected&&this.currentSelected!==e&&(this.currentSelected.selected=!1),this.currentSelected=e):e.selected||this.currentSelected!==e||(this.currentSelected=null)},this.setItems=()=>{const t=this.treeView.querySelector("[aria-selected='true']")
|
|
@@ -972,33 +972,33 @@ ve(s)&&Qs.focusItem(s)}getValidFocusableItem(){const t=this.getVisibleNodes()
|
|
|
972
972
|
let e=t.findIndex(this.isSelectedElement)
|
|
973
973
|
return-1===e&&(e=t.findIndex(this.isFocusableElement)),-1!==e?t[e]:null}checkForNestedItems(){return this.slottedTreeItems.some((t=>Gs(t)&&t.querySelector("[role='treeitem']")))}getVisibleNodes(){return function(t,e){if(!t||!e||!ve(t))return
|
|
974
974
|
return Array.from(t.querySelectorAll(e)).filter((t=>null!==t.offsetParent))}(this,"[role='treeitem']")||[]}}_t([tt({attribute:"render-collapsed-nodes"})],Js.prototype,"renderCollapsedNodes",void 0),_t([v],Js.prototype,"currentSelected",void 0),_t([v],Js.prototype,"slottedTreeItems",void 0)
|
|
975
|
-
|
|
975
|
+
function Zs(t){return`:host([hidden]){display:none}:host{display:${t}}`}const to=function(){if("boolean"==typeof ge)return ge
|
|
976
976
|
if("undefined"==typeof window||!window.document||!window.document.createElement)return ge=!1,ge
|
|
977
977
|
const t=document.createElement("style"),e=function(){const t=document.querySelector('meta[property="csp-nonce"]')
|
|
978
978
|
return t?t.getAttribute("content"):null}()
|
|
979
979
|
null!==e&&t.setAttribute("nonce",e),document.head.appendChild(t)
|
|
980
|
-
try{t.sheet.insertRule("foo:focus-visible {color:inherit}",0),ge=!0}catch(t){ge=!1}finally{document.head.removeChild(t)}return ge}()?"focus-visible":"focus",
|
|
980
|
+
try{t.sheet.insertRule("foo:focus-visible {color:inherit}",0),ge=!0}catch(t){ge=!1}finally{document.head.removeChild(t)}return ge}()?"focus-visible":"focus",eo=ut`
|
|
981
981
|
:host {
|
|
982
982
|
contain: layout;
|
|
983
983
|
display: block;
|
|
984
984
|
z-index: 1000;
|
|
985
985
|
}
|
|
986
986
|
`
|
|
987
|
-
class
|
|
987
|
+
class io extends Fe{}const so=io.compose({baseName:"anchored-region",baseClass:Fe,template:(t,e)=>q`
|
|
988
988
|
<template class="${t=>t.initialLayoutComplete?"loaded":""}">
|
|
989
989
|
${gt((t=>t.initialLayoutComplete),q`
|
|
990
990
|
<slot></slot>
|
|
991
991
|
`)}
|
|
992
992
|
</template>
|
|
993
|
-
`,styles:
|
|
994
|
-
Bi.getOrCreate().withPrefix("nimble").register(
|
|
995
|
-
const
|
|
996
|
-
function
|
|
993
|
+
`,styles:eo})
|
|
994
|
+
Bi.getOrCreate().withPrefix("nimble").register(so())
|
|
995
|
+
const oo="#a46eff",no="#804ad9",ro="#ff8126",ao="#009921",lo="#00c12b",co="#f1f1f2",ho="#f5f5f5",uo="#ffffff",po="#363738",vo="#505153",go="#000000",mo="#161617",fo="#074023",bo="#009b65",wo="#d63434",xo="#ff4b00",yo="#006b46",$o="#32eb96",Co="14px",ko=new RegExp("[^#a-f\\d]","gi"),_o=new RegExp("^#?[a-f\\d]{3}[a-f\\d]?$|^#?[a-f\\d]{6}([a-f\\d]{2})?$","i")
|
|
996
|
+
function zo(t,e={}){if("string"!=typeof t||ko.test(t)||!_o.test(t))throw new TypeError("Expected a valid hex string")
|
|
997
997
|
let i=1
|
|
998
998
|
8===(t=t.replace(/^#/,"")).length&&(i=Number.parseInt(t.slice(6,8),16)/255,t=t.slice(0,6)),4===t.length&&(i=Number.parseInt(t.slice(3,4).repeat(2),16)/255,t=t.slice(0,3)),3===t.length&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2])
|
|
999
999
|
const s=Number.parseInt(t,16),o=s>>16,n=s>>8&255,r=255&s,a="number"==typeof e.alpha?e.alpha:i
|
|
1000
1000
|
if("array"===e.format)return[o,n,r,a]
|
|
1001
|
-
if("css"===e.format){return`rgb(${o} ${n} ${r}${1===a?"":` / ${Number((100*a).toFixed(2))}%`})`}return{red:o,green:n,blue:r,alpha:a}}const
|
|
1001
|
+
if("css"===e.format){return`rgb(${o} ${n} ${r}${1===a?"":` / ${Number((100*a).toFixed(2))}%`})`}return{red:o,green:n,blue:r,alpha:a}}const Io="light",Oo="dark",Ao="color",So="action-rgb-partial-color",Eo="application-background-color",Ho="divider-background-color",Mo="header-background-color",Vo="section-background-color",Lo="fill-selected-color",To="fill-selected-rgb-partial-color",Po="fill-hover-selected-color",Ro="fill-hover-color",Do="fill-down-color",Fo="border-color",Bo="border-rgb-partial-color",No="fail-color",jo="warning-color",qo="pass-color",Uo="information-color",Ko="border-hover-color",Wo="icon-color",Xo="popup-box-shadow-color",Yo="popup-border-color",Go="control-height",Qo="small-padding",Jo="standard-padding",Zo="label-height",tn="border-width",en="icon-size",sn="group-header-text-transform",on="drawer-width",nn="small-delay",rn="medium-delay",an="large-delay",ln="headline-plus-1-font",cn="headline-font",hn="title-plus-2-font",dn="title-plus-1-font",un="title-font",pn="subtitle-plus-1-font",vn="subtitle-font",gn="link-standard-font",mn="placeholder-font",fn="body-emphasized-font",bn="body-font",wn="group-header-font",xn="control-label-font",yn="button-label-font",$n="tooltip-caption-font",Cn="tooltip-background-color",kn="error-text-font",_n=t=>`ni-nimble-${t}`
|
|
1002
1002
|
/*! *****************************************************************************
|
|
1003
1003
|
Copyright (c) Microsoft Corporation.
|
|
1004
1004
|
|
|
@@ -1013,52 +1013,47 @@ if("css"===e.format){return`rgb(${o} ${n} ${r}${1===a?"":` / ${Number((100*a).to
|
|
|
1013
1013
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
1014
1014
|
PERFORMANCE OF THIS SOFTWARE.
|
|
1015
1015
|
***************************************************************************** */
|
|
1016
|
-
function
|
|
1016
|
+
function zn(t,e,i,s){var o,n=arguments.length,r=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s
|
|
1017
1017
|
if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,s)
|
|
1018
1018
|
else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r)
|
|
1019
|
-
return n>3&&r&&Object.defineProperty(e,i,r),r}const
|
|
1019
|
+
return n>3&&r&&Object.defineProperty(e,i,r),r}const In=q`<slot></slot>`,On=ut`
|
|
1020
1020
|
:host {
|
|
1021
1021
|
display: contents;
|
|
1022
1022
|
}
|
|
1023
|
-
`,An=Li.create({name:"direction",cssCustomPropertyName:null}).withDefault(Ee.ltr),
|
|
1024
|
-
class
|
|
1025
|
-
const
|
|
1026
|
-
function
|
|
1027
|
-
return`rgba(${i}, ${s}, ${o}, ${e})`}Bi.getOrCreate().withPrefix("nimble").register(
|
|
1028
|
-
const
|
|
1029
|
-
Li.create(
|
|
1030
|
-
const
|
|
1031
|
-
Li.create(
|
|
1032
|
-
const
|
|
1033
|
-
Li.create(
|
|
1034
|
-
const
|
|
1035
|
-
|
|
1036
|
-
const[or,nr,rr,ar,lr,cr,hr
|
|
1037
|
-
|
|
1038
|
-
const[ur,pr,vr,gr,mr,fr,br
|
|
1039
|
-
Li.create(
|
|
1040
|
-
const Ca=Li.create(
|
|
1041
|
-
function
|
|
1042
|
-
return`${e}, ${i}, ${s}`}function
|
|
1043
|
-
const l=Li.create(
|
|
1023
|
+
`,An=Li.create({name:"direction",cssCustomPropertyName:null}).withDefault(Ee.ltr),Sn=Li.create({name:"theme",cssCustomPropertyName:null}).withDefault(Io)
|
|
1024
|
+
class En extends le{constructor(){super(...arguments),this.direction=Ee.ltr,this.theme=Io}directionChanged(t,e){null!=e?An.setValueFor(this,e):An.deleteValueFor(this)}themeChanged(t,e){null!=e?Sn.setValueFor(this,e):Sn.deleteValueFor(this)}}zn([tt({attribute:"direction"})],En.prototype,"direction",void 0),zn([tt({attribute:"theme"})],En.prototype,"theme",void 0)
|
|
1025
|
+
const Hn=En.compose({baseName:"theme-provider",styles:On,template:In})
|
|
1026
|
+
function Mn(t,e){const{red:i,green:s,blue:o}=zo(t)
|
|
1027
|
+
return`rgba(${i}, ${s}, ${o}, ${e})`}Bi.getOrCreate().withPrefix("nimble").register(Hn())
|
|
1028
|
+
const Vn=Li.create(_n(So)).withDefault((t=>ka(za(t,mo,co,uo)))),Ln=Li.create(_n(Eo)).withDefault((t=>za(t,uo,po,fo)))
|
|
1029
|
+
Li.create(_n(Mo)).withDefault((t=>za(t,ho,"#252526",fo))),Li.create(_n(Vo)).withDefault((t=>za(t,co,vo,fo))),Li.create(_n(Ho)).withDefault((t=>za(t,co,vo,fo)))
|
|
1030
|
+
const Tn=Li.create(_n(Lo)).withDefault((t=>Mn(Sa(t),.2))),Pn=Li.create(_n(To)).withDefault((t=>ka(Sa(t)))),Rn=Li.create(_n(Po)).withDefault((t=>Mn(Sa(t),.15))),Dn=Li.create(_n(Ro)).withDefault((t=>Mn(function(t){return za(t,mo,co,uo)}(t),.1)))
|
|
1031
|
+
Li.create(_n(Do)).withDefault((t=>Mn(function(t){return za(t,mo,co,uo)}(t),.15)))
|
|
1032
|
+
const Fn=Li.create(_n(Fo)).withDefault((t=>Oa(t))),Bn=Li.create(_n(Bo)).withDefault((t=>ka(Oa(t)))),Nn=Li.create(_n(No)).withDefault((t=>Ia(t))),jn=Li.create(_n(jo)).withDefault((t=>function(t){return za(t,xo,ro,uo)}(t))),qn=Li.create(_n(qo)).withDefault((t=>function(t){return za(t,ao,lo,uo)}(t))),Un=Li.create(_n(Uo)).withDefault((t=>function(t){return za(t,no,oo,uo)}(t))),Kn=Li.create(_n(Ko)).withDefault((t=>za(t,bo,bo,uo))),Wn=Li.create(_n(Wo)).withDefault((t=>za(t,mo,co,uo))),Xn=Li.create(_n(Xo)).withDefault((t=>Mn(za(t,"#818386",po,po),.3))),Yn=Li.create(_n(Yo)).withDefault((t=>Mn(za(t,mo,co,uo),.3)))
|
|
1033
|
+
Li.create(_n(Cn)).withDefault((t=>za(t,co,po,fo)))
|
|
1034
|
+
const Gn=Li.create(_n(Go)).withDefault("32px"),Qn=Li.create(_n(Qo)).withDefault("4px"),Jn=Li.create(_n(Jo)).withDefault("16px"),Zn=Li.create(_n(Zo)).withDefault("16px"),tr=Li.create(_n(tn)).withDefault("1px"),er=Li.create(_n(en)).withDefault("16px"),ir=Li.create(_n(on)).withDefault("784px")
|
|
1035
|
+
_a(cn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Noto Serif","400","25px","32px","serif"),_a(ln,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Noto Serif","400","29.100000381469727px","40px","serif"),_a(hn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","25px","32px","sans-serif")
|
|
1036
|
+
const[sr,or,nr,rr,ar,lr,cr,hr]=_a(dn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","22px","28px","sans-serif")
|
|
1037
|
+
_a(un,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","19px","24px","sans-serif"),_a(pn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","300","16px","20px","sans-serif"),_a(vn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","300","12.800000190734863px","16px","sans-serif"),_a(gn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif")
|
|
1038
|
+
const[dr,ur,pr,vr,gr,mr,fr,br]=_a(mn,(t=>Mn(Aa(t),.6)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[wr,xr,yr,$r,Cr,kr,_r,zr]=_a(fn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","600","14px","18px","sans-serif"),[Ir,Or,Ar,Sr,Er,Hr,Mr,Vr]=_a(bn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[Lr,Tr,Pr,Rr,Dr,Fr,Br,Nr]=_a(wn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[jr,qr,Ur,Kr,Wr,Xr,Yr,Gr]=_a(xn,(t=>Mn(Aa(t),.6)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Qr,Jr,Zr,ta,ea,ia,sa,oa]=_a(yn,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","12.800000190734863px","16px","sans-serif"),[na,ra,aa,la,ca,ha,da,ua]=_a($n,(t=>Aa(t)),(t=>Mn(Aa(t),.3)),"Source Sans Pro","400","11px",Co,"sans-serif"),[pa,va,ga,ma,fa,ba,wa,xa]=_a(kn,(t=>Ia(t)),(t=>Mn(Ia(t),.3)),"Source Sans Pro","400","9px",Co,"sans-serif"),ya=Li.create(_n(sn)).withDefault("uppercase"),$a=Li.create(_n(nn)).withDefault("0.075s")
|
|
1039
|
+
Li.create(_n(rn)).withDefault("0.15s")
|
|
1040
|
+
const Ca=Li.create(_n(an)).withDefault("0.25s")
|
|
1041
|
+
function ka(t){const{red:e,green:i,blue:s}=zo(t)
|
|
1042
|
+
return`${e}, ${i}, ${s}`}function _a(t,e,i,s,o,n,r,a){if(""===t||""===s||""===o||""===n||""===r||""===a)throw new Error("createFontTokens parameter unexpectedly set to empty string")
|
|
1043
|
+
const l=Li.create(_n(t)).withDefault(`${o} ${n}/${r} ${s}, ${a}`),c=t.split("-font"),h=c[0]
|
|
1044
1044
|
if(void 0===h||""!==c[1])throw new Error(`fontTokenName value of ${t} did not have the expected '-font' suffix`)
|
|
1045
|
-
return[l,Li.create(
|
|
1046
|
-
case
|
|
1045
|
+
return[l,Li.create(_n(`${h}-font-color`)).withDefault((t=>e(t))),Li.create(_n(`${h}-disabled-font-color`)).withDefault((t=>i(t))),Li.create(_n(`${h}-font-family`)).withDefault(`${s}`),Li.create(_n(`${h}-font-weight`)).withDefault(`${o}`),Li.create(_n(`${h}-font-size`)).withDefault(`${n}`),Li.create(_n(`${h}-font-line-height`)).withDefault(`${r}`),Li.create(_n(`${h}-fallback-font-family`)).withDefault(`${a}`)]}function za(t,e,i,s){switch(Sn.getValueFor(t)){case Io:return e
|
|
1046
|
+
case Oo:return i
|
|
1047
1047
|
case Ao:return s
|
|
1048
|
-
default:return e}}function
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
if(null===i)throw new Error(`Tried to alias to theme '${t}' but the theme value is not set to a style.`)
|
|
1053
|
-
return i}bind(t){const e=this.cache.get(t)||new Ha(this.themeStyles,t),i=En.getValueFor(t)
|
|
1054
|
-
En.subscribe(e,t),e.attach(i),this.cache.set(t,e)}unbind(t){const e=this.cache.get(t)
|
|
1055
|
-
e&&En.unsubscribe(e)}}const Va=(t,e,i)=>new Ma(t,e,i),La=ut`
|
|
1056
|
-
${to("inline-block")}
|
|
1048
|
+
default:return e}}function Ia(t){return za(t,"#c4000c","#ff4646",uo)}function Oa(t){return za(t,mo,co,uo)}function Aa(t){return za(t,mo,co,uo)}function Sa(t){return za(t,bo,bo,uo)}class Ea{constructor(t,e,i){this.value=t,this.styles=e,this.source=i}handleChange(){const t=Sn.getValueFor(this.source);(Array.isArray(this.value)?this.value.includes(t):this.value===t)?this.source.$fastController.addStyles(this.styles):this.source.$fastController.removeStyles(this.styles)}}class Ha{constructor(t,e){this.theme=t,this.styles=e,this.cache=new WeakMap}bind(t){const e=this.cache.get(t)||new Ea(this.theme,this.styles,t)
|
|
1049
|
+
Sn.subscribe(e,t),e.handleChange(),this.cache.set(t,e)}unbind(t){const e=this.cache.get(t)
|
|
1050
|
+
e&&Sn.unsubscribe(e)}}const Ma=(t,e)=>new Ha(t,e),Va=ut`
|
|
1051
|
+
${Zs("inline-block")}
|
|
1057
1052
|
|
|
1058
1053
|
:host {
|
|
1059
1054
|
box-sizing: border-box;
|
|
1060
|
-
font: ${
|
|
1061
|
-
--ni-private-breadcrumb-link-font-color: ${
|
|
1055
|
+
font: ${Ir};
|
|
1056
|
+
--ni-private-breadcrumb-link-font-color: ${Or};
|
|
1062
1057
|
}
|
|
1063
1058
|
|
|
1064
1059
|
.list {
|
|
@@ -1067,7 +1062,7 @@ e&&En.unsubscribe(e)}}const Va=(t,e,i)=>new Ma(t,e,i),La=ut`
|
|
|
1067
1062
|
}
|
|
1068
1063
|
|
|
1069
1064
|
:host(.prominent-links) {
|
|
1070
|
-
--ni-private-breadcrumb-link-active-font-color: ${
|
|
1065
|
+
--ni-private-breadcrumb-link-active-font-color: ${Or};
|
|
1071
1066
|
}
|
|
1072
1067
|
|
|
1073
1068
|
::slotted(*:first-child) {
|
|
@@ -1075,37 +1070,34 @@ e&&En.unsubscribe(e)}}const Va=(t,e,i)=>new Ma(t,e,i),La=ut`
|
|
|
1075
1070
|
}
|
|
1076
1071
|
|
|
1077
1072
|
::slotted(*:not([href]):last-child) {
|
|
1078
|
-
font: ${
|
|
1073
|
+
font: ${wr};
|
|
1079
1074
|
}
|
|
1080
|
-
`.withBehaviors(
|
|
1081
|
-
${""}
|
|
1075
|
+
`.withBehaviors(Ma(Io,ut`
|
|
1082
1076
|
:host {
|
|
1083
|
-
--ni-private-breadcrumb-link-active-font-color: ${
|
|
1077
|
+
--ni-private-breadcrumb-link-active-font-color: ${yo};
|
|
1084
1078
|
}
|
|
1085
1079
|
|
|
1086
1080
|
:host(.prominent-links) {
|
|
1087
|
-
--ni-private-breadcrumb-link-font-color: ${
|
|
1081
|
+
--ni-private-breadcrumb-link-font-color: ${yo};
|
|
1088
1082
|
}
|
|
1089
|
-
|
|
1090
|
-
${""}
|
|
1083
|
+
`),Ma(Oo,ut`
|
|
1091
1084
|
:host {
|
|
1092
|
-
--ni-private-breadcrumb-link-active-font-color: ${
|
|
1085
|
+
--ni-private-breadcrumb-link-active-font-color: ${$o};
|
|
1093
1086
|
}
|
|
1094
1087
|
|
|
1095
1088
|
:host(.prominent-links) {
|
|
1096
|
-
--ni-private-breadcrumb-link-font-color: ${
|
|
1089
|
+
--ni-private-breadcrumb-link-font-color: ${$o};
|
|
1097
1090
|
}
|
|
1098
|
-
|
|
1099
|
-
${""}
|
|
1091
|
+
`),Ma(Ao,ut`
|
|
1100
1092
|
:host {
|
|
1101
|
-
--ni-private-breadcrumb-link-active-font-color: ${
|
|
1093
|
+
--ni-private-breadcrumb-link-active-font-color: ${Mn(uo,.6)};
|
|
1102
1094
|
}
|
|
1103
1095
|
|
|
1104
1096
|
:host(.prominent-links) {
|
|
1105
|
-
--ni-private-breadcrumb-link-font-color: ${
|
|
1097
|
+
--ni-private-breadcrumb-link-font-color: ${$o};
|
|
1106
1098
|
}
|
|
1107
1099
|
`))
|
|
1108
|
-
const
|
|
1100
|
+
const La=class extends Ne{}.compose({baseName:"breadcrumb",baseClass:Ne,template:(t,e)=>q`
|
|
1109
1101
|
<template role="navigation">
|
|
1110
1102
|
<div role="list" class="list" part="list">
|
|
1111
1103
|
<slot
|
|
@@ -1113,17 +1105,17 @@ const Ta=class extends Ne{}.compose({baseName:"breadcrumb",baseClass:Ne,template
|
|
|
1113
1105
|
></slot>
|
|
1114
1106
|
</div>
|
|
1115
1107
|
</template>
|
|
1116
|
-
`,styles:
|
|
1117
|
-
Bi.getOrCreate().withPrefix("nimble").register(
|
|
1118
|
-
const Pa={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>'},Ra={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.933l-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>'},Da={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.737l1.11-.732 3.357 5.472L11.397 4l1.103.743L7.955 12 3.5 4.737z"/></svg>'},Fa={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.5l.732 1.11-5.472 3.357L12 11.397l-.743 1.103L4 7.955 11.263 3.5z"/></svg>'},Ba={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.5l-.732-1.11 5.472-3.357L4 4.603 4.743 3.5 12 8.045 4.737 12.5z"/></svg>'},Na={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.263l-1.11.732-3.357-5.472L4.603 12 3.5 11.257 8.045 4l4.455 7.263z"/></svg>'},ja={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.982L7.9 5 6.588 7.004 11 7v2H6.613L7.9 11z"/></svg>'},qa={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 003.143-3.025 3.08 3.08 0 00-3.085-3.02v.088l.826 2.067-5.598-2.796L8.884 2.5l-.742 1.932a4.619 4.619 0 014.572 4.53A4.629 4.629 0 018 13.5z"/></svg>'},Ua={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-3l1.287-2H2V7l4.412.004L5.1 5 11 7.982z"/></svg>'},Ka={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 013.3 3.428 3.366 3.366 0 01-3.3 3.429 3.36 3.36 0 01-3.293-3.366h.095l2.255.901-3.05-6.107L1.85 8.88l2.108-.808A5.039 5.039 0 008.9 13.059a5.05 5.05 0 004.95-5.143A5.05 5.05 0 008.9 2.773z"/></svg>'},Wa={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.453l-2.571-1.68v.908a3 3 0 003 3 3 3 0 003-3V3.11H14v5.571a4.714 4.714 0 01-4.714 4.715A4.714 4.714 0 014.57 8.68v-.908L2 9.453l3.403-6.849z"/></svg>'},Xa={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.977l-.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>'},Ya={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.735L14 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>'},Ga={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.75L10 14l-6-3 6-3-1.25 2.25zM8 11h1a4 4 0 004-4M7.25 5.75L6 8l6-3-6-3 1.25 2.25zM8 5H7a4 4 0 00-4 4"/></svg>'},Qa={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>'},Ja={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 01-2-2h4a2.05 2.05 0 01-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>'},Za={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 00-.71.71v2.032a.71.71 0 00.71.711h.356L9.57 9.625l2.488-1.422h1.778a.71.71 0 00.71-.71V5.46a.71.71 0 00-.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 00-1.71 1.71v2.032a1.712 1.712 0 00.844 1.475zM6 12h4a2.05 2.05 0 01-2 2 2.05 2.05 0 01-2-2zm7.25-1H9.18l2.868-1.64c.198.527.431.894.702.894.5 0 .5.746.5.746z"/></svg>'},tl={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 01-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 11-5.5 5.5 5.506 5.506 0 015.5-5.5m0-1a6.5 6.5 0 106.5 6.5 6.5 6.5 0 00-6.5-6.5z"/></svg>'},el={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 008 14.5 6.5 6.5 0 0014.5 8 6.5 6.5 0 008 1.5 6.5 6.5 0 001.5 8zM8 12a1.025 1.025 0 01-1-1h2a1.025 1.025 0 01-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>'},il={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 0113 5.762V2zm12 7.5a3.5 3.5 0 10-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0014 9.5zM10.5 8A1.5 1.5 0 119 9.5 1.5 1.5 0 0110.5 8z"/></svg>'},sl={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 014.977 2h.046A.976.976 0 016 2.977v1.046A.977.977 0 015.023 5h-.046A.977.977 0 014 4.023zM13 4v.023A1.98 1.98 0 0111.023 6h-.046A1.98 1.98 0 019 4.023V4H7v.023A1.98 1.98 0 015.023 6h-.046A1.98 1.98 0 013 4.023V4a1 1 0 00-1 1v8a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 00-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 0110.977 2h.046a.976.976 0 01.977.977v1.046a.977.977 0 01-.977.977h-.046A.977.977 0 0110 4.023z"/></svg>'},ol={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>'},nl={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>'},rl={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>'},al={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>'},ll={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.287L6.182 12 3 8.867l1.363-1.343L6.24 9.37 11.693 4z"/></svg>'},cl={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.693l-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545z"/></svg>'},hl={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 106 6 6 6 0 00-6-6zm0 9.429A3.429 3.429 0 1111.429 8 3.429 3.429 0 018 11.429z"/></svg>'},dl={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 017 2v2.686a3.475 3.475 0 000 6.628zM9 2v2.686a3.475 3.475 0 010 6.628V14A6.1 6.1 0 009 2z"/></svg>'},ul={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 106 6 6 6 0 00-6-6zm-1.212 9.2L4 8.388 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013z"/></svg>'},pl={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 010 6.628V14A6.1 6.1 0 009 2z"/><path class="cls-2" d="M7 11.314a3.475 3.475 0 010-6.628V2a6.1 6.1 0 000 12z"/></svg>'},vl={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 106 6 6 6 0 00-6-6zm.075 1.714a4.281 4.281 0 013.573 6.647L5.714 4.427a4.262 4.262 0 012.36-.713zM3.789 8a4.261 4.261 0 01.713-2.36l5.934 5.933A4.281 4.281 0 013.789 8z"/></svg>'},gl={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 106 6 6 6 0 00-6-6zm.075 1.714a4.263 4.263 0 012.409.743l-2.37 2.37-2.4-2.4a4.262 4.262 0 012.36-.713zM4.502 5.64l2.4 2.4-2.37 2.37a4.273 4.273 0 01-.03-4.77zm3.573 6.647a4.256 4.256 0 01-2.31-.685l2.349-2.35 2.322 2.322a4.261 4.261 0 01-2.361.713zm3.573-1.925L9.326 8.039l2.35-2.349a4.251 4.251 0 01-.028 4.67z"/></svg>'},ml={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 012-2V2a1 1 0 012 0v1a2 2 0 012 2zm1-2v9H4V3H3a1 1 0 00-1 1v9a1 1 0 001 1h10a1 1 0 001-1V4a1 1 0 00-1-1zm-2 4H5v1h5zM8 9H5v1h3z"/></svg>'},fl={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 106 6 6 6 0 00-6-6m.576 4.87l1.555-1.557a1.635 1.635 0 01.84-.256 1.979 1.979 0 01-.23.791c-.115.163-1.356 1.41-1.571 1.626a1.278 1.278 0 010 1.085l2.376 2.38a1.597 1.597 0 01.458 1.072 1.621 1.621 0 01-1.222-.613c-.456-.456-1.94-1.963-2.207-2.235a1.275 1.275 0 110-2.293"/></svg>'},bl={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.392l.955-.957a1.004 1.004 0 01.516-.157 1.215 1.215 0 01-.14.486c-.072.1-.834.866-.966.999a.785.785 0 010 .666l1.341 1.344a.981.981 0 01.281.658.996.996 0 01-.75-.376c-.28-.28-1.073-1.088-1.237-1.255a.783.783 0 110-1.408m5.69 2.292L14 7.324l-1.327-.113a4.76 4.76 0 00-.402-1.26l1.02-.86-1.527-1.811-1.019.86a4.726 4.726 0 00-.563-.344 4.61 4.61 0 00-.612-.265l.114-1.329L7.324 2l-.113 1.329a4.77 4.77 0 00-1.26.401l-.86-1.02L3.28 4.237l.858 1.02A4.771 4.771 0 003.53 6.43l-1.329-.114L2 8.676l1.329.114a4.69 4.69 0 00.401 1.26l-1.02.86 1.526 1.811 1.02-.859a4.666 4.666 0 001.175.608l-.113 1.33 2.358.2.114-1.328a4.688 4.688 0 001.26-.4l.86 1.02 1.81-1.527-.858-1.02a4.687 4.687 0 00.608-1.175zM8 11.45A3.45 3.45 0 1111.45 8 3.45 3.45 0 018 11.45z"/></svg>'},wl={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 00-2.152.505L7.096 6H3.422A4.997 4.997 0 108 3zm2.003 7.616a453.75 453.75 0 01-1.675-1.7 1.061 1.061 0 110-1.907l1.294-1.297a1.36 1.36 0 01.699-.212 1.646 1.646 0 01-.19.658c-.097.136-1.13 1.173-1.309 1.353a1.063 1.063 0 010 .903l1.817 1.82a1.33 1.33 0 01.381.891 1.35 1.35 0 01-1.017-.51z"/><path class="cls-2" d="M5.477 5H1.522L3.5 1.045 5.477 5z"/></svg>'},xl={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>'},yl={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.298l-1.927 3.848 1.48-.568v3.407h.948v-3.407l1.42.568zM15 9.005a2.374 2.374 0 01-2.371 2.371h-.998l-.5-1h1.498a1.371 1.371 0 10-.516-2.64A3.77 3.77 0 104.797 5.99 2.238 2.238 0 002 8.148a2.223 2.223 0 002.057 2.22l1.758.009-.448.894a10.567 10.567 0 01-2.31-.121 3.224 3.224 0 01.993-6.225 4.77 4.77 0 019.236 1.68c0 .04 0 .081-.002.121A2.375 2.375 0 0115 9.006z"/></svg>'},$l={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.1l.001-.101A3.998 3.998 0 004.69 8.59a2.715 2.715 0 00-2.557 2.7 2.782 2.782 0 001.725 2.516 4.854 4.854 0 001.225.19h.004c.19.006 6.792 0 6.792 0a1.987 1.987 0 00.55-3.897zm-.55 3.06l-7.183-.008a1.867 1.867 0 01.156-3.728 1.891 1.891 0 01.464.06 3.16 3.16 0 116.13 1.462 1.149 1.149 0 11.433 2.213zM4.5 4.5a1 1 0 111-1 1 1 0 01-1 1zm5.138.681l.496-1.241H7v-.828h3.134l-.496-1.293L13 3.502z"/></svg>'},kl={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 2l-2.217.914.516 1.25a4.743 4.743 0 00-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.82 4.82 0 00-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.824 4.824 0 00.945.949l-.518 1.247 2.214.921.519-1.246a4.68 4.68 0 00.674.048 4.74 4.74 0 00.666-.047L9.176 14l2.218-.914-.515-1.248a4.828 4.828 0 00.95-.945l1.245.518.922-2.214-1.247-.519a4.73 4.73 0 00.002-1.34L14 6.824l-.914-2.218-1.25.515a4.739 4.739 0 00-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.714 4.714 0 00-.676-.049 4.808 4.808 0 00-.663.047zm1.175 9a2.999 2.999 0 112.77-1.847 2.984 2.984 0 01-2.77 1.846M8 6.801a1.2 1.2 0 10.46.093A1.198 1.198 0 008 6.8"/></svg>'},Cl={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 01-.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 01-.903.06c-.254.01-.507.018-.759.018a18.75 18.75 0 01-1.66-.078l-.105-.012a15.901 15.901 0 01-.65-.08l-.134-.018c-.23-.036-.455-.076-.67-.122l-.132-.029a9.372 9.372 0 01-.582-.145l-.059-.017c-.036-.01-.067-.023-.1-.034a7.034 7.034 0 01-.285-.1c-.054-.018-.112-.035-.165-.055l-.101-.041-.01-.005a4.076 4.076 0 01-.462-.223l-.03-.02a2.343 2.343 0 01-.334-.24c-.014-.012-.033-.022-.045-.033v1.013c0 .364.524.749 1.427 1.051a8.098 8.098 0 00.697.197 14.793 14.793 0 003.4.363 14.818 14.818 0 003.403-.362 8.38 8.38 0 00.697-.197c.904-.303 1.43-.688 1.43-1.052v-1.013c-.015.012-.034.022-.047.034a2.478 2.478 0 01-.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 00.698.197 14.8 14.8 0 003.399.362 14.817 14.817 0 003.401-.362 8.375 8.375 0 00.7-.197c.902-.302 1.428-.687 1.428-1.052M3.931 7.697L2.802 7.6l.171-1.979 1.129.095a3.984 3.984 0 01.516-.985l-.729-.856 1.537-1.28.73.855a4.085 4.085 0 011.071-.336L7.323 2l2.004.17-.097 1.114a3.949 3.949 0 01.52.223 4.027 4.027 0 01.478.288l.866-.721 1.296 1.52-.866.72a3.961 3.961 0 01.341 1.058l1.127.095-.133 1.539a10.211 10.211 0 00-2.482-.618c.007-.048.021-.094.026-.143a2.48 2.48 0 00-1.346-2.416 2.543 2.543 0 00-2.938.45 2.408 2.408 0 00-.698 2.14 11.88 11.88 0 00-1.482.311l-.008-.033zm4.067-.468c-.331 0-.697.012-1.077.035a.972.972 0 01-.026-.314.99.99 0 01.292-.618 1.011 1.011 0 011.174-.18.992.992 0 01.539.967.923.923 0 01-.036.132 17.817 17.817 0 00-.866-.022z"/></svg>'},_l={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.338L14 6.824l-.914-2.218-1.25.515a4.74 4.74 0 00-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.715 4.715 0 00-.676-.049 4.803 4.803 0 00-.663.047L6.823 2l-2.217.914.516 1.25a4.741 4.741 0 00-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.816 4.816 0 00-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.823 4.823 0 00.945.949l-.518 1.247 2.214.921.519-1.246a4.673 4.673 0 00.674.048 4.737 4.737 0 00.666-.047L9.176 14l2.218-.914-.515-1.248a4.826 4.826 0 00.95-.945l1.245.518.922-2.214-1.247-.519a4.729 4.729 0 00.002-1.34zm-1.06 2.418c0 .244-.35.5-.954.703a5.157 5.157 0 01-.466.131 9.896 9.896 0 01-2.273.243 9.88 9.88 0 01-2.271-.243 5.454 5.454 0 01-.466-.131c-.603-.202-.953-.46-.953-.703V9.08c.008.008.02.015.03.023a1.567 1.567 0 00.223.16l.02.013a2.725 2.725 0 00.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 001.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 00.308-.149l.022-.014a1.651 1.651 0 00.222-.159l.03-.023zm0-1.76c0 .243-.35.5-.954.703a5.157 5.157 0 01-.466.13 9.897 9.897 0 01-2.273.243 9.88 9.88 0 01-2.271-.242 5.44 5.44 0 01-.466-.132c-.603-.202-.953-.459-.953-.703V7.32c.008.008.02.014.03.022a1.566 1.566 0 00.223.16l.02.013a2.716 2.716 0 00.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 001.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 00.307-.15l.022-.013a1.657 1.657 0 00.222-.16c.009-.007.021-.014.03-.022zm-.953-1.05a5.625 5.625 0 01-.467.132 9.896 9.896 0 01-2.272.24 9.885 9.885 0 01-2.271-.24 6.179 6.179 0 01-.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>'},zl={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 01-.224.477.787.787 0 01-.909.139.762.762 0 01-.19-1.224.781.781 0 01.907-.14.767.767 0 01.416.748zM14 11.61l-.441 1.088-.62-.246a2.276 2.276 0 01-.232.268 2.386 2.386 0 01-.23.2l.263.606-1.09.46-.263-.606a2.353 2.353 0 01-.662.008l-.248.612-1.1-.435.249-.612a2.273 2.273 0 01-.256-.215 2.358 2.358 0 01-.218-.243l-.614.26-.466-1.077.614-.259a2.287 2.287 0 01-.008-.654l-.62-.246.44-1.087.62.246a2.38 2.38 0 01.234-.27 2.463 2.463 0 01.229-.198l-.263-.606 1.09-.46.263.605a2.422 2.422 0 01.662-.008l.248-.612 1.1.436-.248.612a2.351 2.351 0 01.473.458l.614-.26.466 1.076-.613.26a2.339 2.339 0 01.008.654zm-1.934-1.591a1.495 1.495 0 00-2.085.011 1.454 1.454 0 00.01 2.081 1.479 1.479 0 00.486.313 1.495 1.495 0 001.6-.324 1.454 1.454 0 00-.01-2.081zM9.036 8.33l-1.189.99-.564-.661a3.104 3.104 0 01-.827.26l-.075.86-1.547-.13.074-.862a3.075 3.075 0 01-.77-.394l-.671.557-1.001-1.174.67-.557a3.015 3.015 0 01-.264-.817L2 6.328 2.132 4.8l.872.074a3.08 3.08 0 01.4-.762l-.564-.66 1.188-.99.565.66a3.159 3.159 0 01.827-.26L5.494 2l1.548.131-.074.861a3.046 3.046 0 01.402.172 3.111 3.111 0 01.369.223l.669-.557L9.41 4.004l-.67.557a3.06 3.06 0 01.264.818l.871.073-.132 1.53-.872-.074a3.026 3.026 0 01-.4.762zM7.874 6.054a1.916 1.916 0 00-1.04-1.868 1.965 1.965 0 00-2.27.348 1.907 1.907 0 00.478 3.06 1.965 1.965 0 002.27-.347 1.903 1.903 0 00.562-1.193zm3.376 4.467a.6.6 0 00-.64.13.591.591 0 00-.131.196.584.584 0 00.33.761.597.597 0 00.64-.13.59.59 0 00.13-.195.583.583 0 00-.135-.637.596.596 0 00-.194-.125z"/></svg>'},Il={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.11l-1.178-.632-1.875 2.133a5.424 5.424 0 00-.716-.094L8.766 2l-2.138.627.2 2.863a5.226 5.226 0 00-.527.47l-2.77-.738-1.056 1.95L4.656 9.04a5.188 5.188 0 00-.087.704L2 11.144l.659 2.1 2.914-.197a4.961 4.961 0 00.453.525l-.13.427h7.232a.818.818 0 00.87-.759L14 13.2zm-1.335 7.876a2.877 2.877 0 01-3.741 1.477 2.768 2.768 0 01-1.51-3.66 2.876 2.876 0 013.729-1.482 2.76 2.76 0 011.535 3.637z"/></svg>'},Ol={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 01-1.5 1.5H8.75L3.5 14l.75-3H3.5A1.5 1.5 0 012 9.5v-6A1.5 1.5 0 013.5 2h9A1.5 1.5 0 0114 3.5z"/></svg>'},Sl={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 01-1-1V3a1 1 0 011-1h5a1 1 0 011 1v2z"/></svg>'},Al={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>'},El={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>'},Hl={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.646L7 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>'},Ml={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>'},Vl={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>'},Ll={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.646L7 8.293l2 2 1.646-1.646.707.707L9 11.707l-2-2-1.646 1.647zM14 2v12H2V2zM4 7h3V4H4zm8 1H4v4h8V8zm0-4H8v3h4z"/></svg>'},Tl={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 00.36-.257c.015-.012.036-.023.051-.036v1.093c0 .395-.57.81-1.551 1.137a9.133 9.133 0 01-.757.212A16.17 16.17 0 017.997 14a16.144 16.144 0 01-3.69-.391 8.83 8.83 0 01-.757-.213C2.57 13.069 2 12.655 2 12.26v-1.093c.013.013.033.023.049.036a2.61 2.61 0 00.362.26c.012.006.021.013.033.02a4.294 4.294 0 00.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 00.82.1 24.659 24.659 0 00.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 00.5-.241.415.415 0 00.035-.022m0-2.845l-.035.022a4.46 4.46 0 01-.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 01-.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 01-.823-.02l-.18-.008a20.583 20.583 0 01-.8-.057l-.113-.013c-.241-.024-.475-.052-.706-.086-.048-.006-.098-.012-.146-.02a12.62 12.62 0 01-1.502-.32c-.021-.006-.045-.01-.063-.017-.04-.012-.073-.025-.11-.037a7.688 7.688 0 01-.309-.107c-.058-.02-.121-.039-.179-.06l-.11-.045-.01-.005a4.436 4.436 0 01-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 01-.362-.26c-.016-.013-.036-.023-.049-.036v1.093c0 .394.57.81 1.55 1.136a8.83 8.83 0 00.757.213 16.145 16.145 0 003.69.39 16.171 16.171 0 003.694-.39 9.133 9.133 0 00.757-.213c.98-.327 1.551-.742 1.551-1.136V8.322c-.015.013-.036.024-.05.036a2.69 2.69 0 01-.361.258m0-2.845l-.035.022a4.463 4.463 0 01-.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 01-.98.066c-.276.01-.55.018-.824.018a20.457 20.457 0 01-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 01-.309-.107l-.179-.06-.11-.045-.01-.005a4.438 4.438 0 01-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 01-.362-.26C2.033 5.5 2.013 5.488 2 5.476V6.57c0 .394.57.81 1.55 1.136a8.83 8.83 0 00.757.213 16.144 16.144 0 003.69.39 16.17 16.17 0 003.694-.39 9.133 9.133 0 00.757-.213c.98-.327 1.551-.742 1.551-1.136V5.477c-.015.013-.036.024-.05.036a2.69 2.69 0 01-.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 003.69.39 16.17 16.17 0 003.692-.39 9.13 9.13 0 00.759-.213C13.429 4.548 14 4.132 14 3.738"/></svg>'},Pl={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 01-1.594-.26 7.445 7.445 0 01-.644-.182c-.835-.28-1.32-.635-1.32-.973v-.936c.011.01.029.02.042.031a2.226 2.226 0 00.308.222l.028.018a3.65 3.65 0 00.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 00.645.182 13.68 13.68 0 003.143.334 13.697 13.697 0 003.144-.334 7.753 7.753 0 00.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.495l.008.007.008-.008zm-5.047-4.07a7.471 7.471 0 00.644.182 13.675 13.675 0 003.143.335 13.697 13.697 0 003.146-.335 7.694 7.694 0 00.644-.181c.835-.28 1.321-.636 1.321-.973v-.937c-.013.012-.03.02-.043.032a2.29 2.29 0 01-.307.22.353.353 0 01-.03.02 3.788 3.788 0 01-.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 01-.835.057c-.235.01-.468.016-.701.016a17.43 17.43 0 01-1.535-.072l-.097-.011a14.698 14.698 0 01-.6-.074l-.125-.017c-.212-.033-.42-.07-.62-.112l-.12-.027a8.673 8.673 0 01-.54-.134c-.018-.006-.037-.01-.053-.016-.034-.01-.062-.022-.094-.032a6.551 6.551 0 01-.262-.091c-.05-.018-.104-.034-.153-.052l-.093-.038-.01-.004a3.768 3.768 0 01-.427-.207l-.028-.017a2.167 2.167 0 01-.308-.223c-.013-.011-.031-.02-.042-.03v.936c0 .337.485.692 1.32.972zm0 2.436a7.471 7.471 0 00.644.182 13.147 13.147 0 002.644.328l.318-.318.323.324a14.377 14.377 0 002.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 01-.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 01-1.402 0l-.154-.007a17.43 17.43 0 01-.68-.049l-.097-.011a14.689 14.689 0 01-.6-.074c-.042-.006-.084-.01-.125-.017a10.679 10.679 0 01-1.28-.274l-.053-.015c-.034-.01-.062-.021-.094-.032a6.551 6.551 0 01-.262-.09c-.05-.018-.104-.034-.153-.053-.03-.012-.063-.024-.093-.038l-.01-.004a3.77 3.77 0 01-.427-.207l-.028-.017a2.169 2.169 0 01-.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>'},Rl={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>'},Dl={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 01-6.997-2.962v-.007H2v.007a5.995 5.995 0 0010.301 4.182zM8.372 2v1.884a4.13 4.13 0 012.992 6.501l1.429 1.224A6.008 6.008 0 008.37 2zM2.048 7.236h1.897a4.117 4.117 0 013.675-3.352V2A6.012 6.012 0 002.05 7.236z"/></svg>'},Fl={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 11-3-3 3 3 0 013 3zm5-2a2 2 0 102 2 2.002 2.002 0 00-2-2m0-1a3 3 0 11-3 3 3 3 0 013-3z"/></svg>'},Bl={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>'},Nl={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 012-2H14V13a1 1 0 01-1 1zM12 2a.667.667 0 00-.667.667v2h1.334v-2A.667.667 0 0012 2zM8.444 2a.667.667 0 00-.666.667v2H9.11v-2A.667.667 0 008.444 2zM2 8.444a.667.667 0 00.667.667h2V7.778h-2A.667.667 0 002 8.444zM2 12a.667.667 0 00.667.667h2v-1.334h-2A.667.667 0 002 12zm11.556-8.222v.889a.444.444 0 01-.445.444H10.89a.444.444 0 01-.445-.444v-.89H10v.89a.444.444 0 01-.444.444H7.333a.444.444 0 01-.444-.444v-.89H4.667a.889.889 0 00-.89.89v2.222h.89a.444.444 0 01.444.444v2.223a.444.444 0 01-.444.444h-.89v.444h.89a.444.444 0 01.444.445v2.222a.444.444 0 01-.444.445h-.89V14H6.89V8.222A1.333 1.333 0 018.222 6.89H14V3.778z"/></svg>'},jl={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>'},ql={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 001 8.001a7.588 7.588 0 007.146 4.342A7.002 7.002 0 0015 8a7.586 7.586 0 00-7.144-4.344m-1.199 7.289A5.108 5.108 0 012.443 8s.665-2.585 4.33-3.037a2.786 2.786 0 00-1.414 1.223l2.787 1.22H4.977a3.47 3.47 0 00-.053.576 3.348 3.348 0 001.734 2.962m2.85.02a3.4 3.4 0 00.107-5.908 5.006 5.006 0 013.942 2.944s-.603 2.44-4.05 2.963"/></svg>'},Ul={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 016.19 11.96a3.323 3.323 0 01-2.042.667 2.835 2.835 0 01-1.964-.753L2 11.706l1.153-1.152.157.251a1.347 1.347 0 001.2.716 1.976 1.976 0 001.385-.625 11.546 11.546 0 001.722-2.403l2.252-3.88a7.585 7.585 0 00-.679-.037 2.365 2.365 0 00-1.66.54 1.967 1.967 0 00-.556 1.51V6.7l-.067.106-1.564.762.045-.423a3.845 3.845 0 01.645-1.874 3.312 3.312 0 011.34-1.177 6.74 6.74 0 012.208-.443c.127 0 .277-.013.471-.029l.369-.03 1.387-.257.087 2.154.33 3.886a4.862 4.862 0 00.29 1.701.498.498 0 00.528.31c.057 0 .277 0 .641-.03L14 11.33l-.172.83-3.003.506zm-.086-.896l-.275-3.22-1.855 3.22z"/></svg>'},Kl={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>'},Wl={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>'},Xl={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 00.249-1.302A3.701 3.701 0 007.22 7 3.654 3.654 0 006 7.223V2h4v4zm-3-4v3h3zm-1.126 8.698a2.697 2.697 0 01-4.73 1.772L2.521 14l-.48-.823 2.613-1.523a2.698 2.698 0 115.22-.956zm-.952 0a1.745 1.745 0 10-1.745 1.745 1.747 1.747 0 001.745-1.745z"/></svg>'},Yl={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 102.907 2.903l1.32 2.173v4.522l1.973-1.846V9.411l3.878-5.076h1.134v-1.29zm2.033 4.059a1.154 1.154 0 010-2.308c.023 0 .045.006.068.007l1.002 1.575a1.154 1.154 0 01-1.07.726z"/></svg>'},Gl={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 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.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>'},Ql={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 10-1 1 1 1 0 001-1zm7.5.002L9.638.819l.496 1.293H7v.828h3.134L9.638 4.18zM12.455 5H3.583A.585.585 0 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.455 5zM11 13H8v-2H6v2H5v-3h6zm1-4H4V6h8z"/></svg>'},Jl={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 10-1 1 1 1 0 001-1zm3 0a1 1 0 10-1 1 1 1 0 001-1zm3 0a1 1 0 10-1 1 1 1 0 001-1zm.455 2H3.583A.585.585 0 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.455 5zM11 13H8v-2H6v2H5v-3h6zm1-4H4V6h8z"/></svg>'},Zl={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>'},tc={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>'},ec={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 14l2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},ic={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 115 9.5 1.5 1.5 0 016.5 11zM5 3.5A1.5 1.5 0 106.5 5 1.5 1.5 0 005 3.5zm7.5 7.5A1.5 1.5 0 1111 9.5a1.5 1.5 0 011.5 1.5zM11 3.5A1.5 1.5 0 1012.5 5 1.5 1.5 0 0011 3.5z"/></svg>'},sc={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 00-.394-.1 2.455 2.455 0 00-.483-.05 1.32 1.32 0 00-.832.241 1.334 1.334 0 00-.405.895l-.128.937h1.846v1.282H6.812l-.376 2.462a3.578 3.578 0 01-.462 1.357 2.583 2.583 0 01-.784.808 3.015 3.015 0 01-.938.387A4.823 4.823 0 013.184 13q-.275 0-.629-.03A3.529 3.529 0 012 12.892v-1.815h.12a.56.56 0 00.424.244 2.538 2.538 0 00.5.052 1.304 1.304 0 00.898-.29 1.584 1.584 0 00.424-.985l.33-2.226H3.256V6.59H5.05l.178-1.162a2.942 2.942 0 01.444-1.244 2.516 2.516 0 01.76-.734 2.643 2.643 0 01.94-.356A5.61 5.61 0 018.357 3q.294 0 .588.025t.599.076z"/></svg>'},oc={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 011.142-.49 1.763 1.763 0 01-.49 1.142L9.205 8.263l.008.025.065.184.03.093a1.352 1.352 0 01.032.295 1.385 1.385 0 01-2.769 0 1.343 1.343 0 01.033-.294l.034-.11.055-.16.012-.033.014-.014a1.389 1.389 0 01.625-.625l.015-.015.033-.011.16-.055.11-.035a1.32 1.32 0 01.588 0l.11.035.16.055.033.011zM14 8.86a5.979 5.979 0 01-1.799 4.28l-1.309-1.308a4.085 4.085 0 00.83-4.78l.55-.55a2.576 2.576 0 00.64-1.082A5.968 5.968 0 0114 8.86zm-6-6a5.998 5.998 0 00-4.201 10.28l1.308-1.308a4.14 4.14 0 014.645-6.725l.564-.564a2.57 2.57 0 011.07-.635A5.97 5.97 0 008 2.86z"/></svg>'},nc={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 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1H3a1 1 0 00-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>'},rc={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>'},ac={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 015 3a2.486 2.486 0 01-2-1H2v4h1a1.797 1.797 0 011.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>'},lc={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 14l.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>'},cc={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 2L2.5 9H4v5h3v-3h2v3h3V9h1.5L7.988 2z"/></svg>'},hc={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 00.355-1.258c0-1.826-2.083-2.886-2.083-3.652s2.083-1.826 2.083-3.652a2.491 2.491 0 00-.355-1.257h.404V2.6h.047a.556.556 0 00.499-.6H4.727a.556.556 0 00.499.6h.047v.49h.404a2.491 2.491 0 00-.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 00.355 1.257h-.404v.491h-.047a.556.556 0 00-.499.6h6.546a.556.556 0 00-.499-.6zM8 12.957c-1.565 0-1.975-.585-1.975-1.305a7.183 7.183 0 011.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 011.738.656c0 .72-.409 1.305-1.99 1.305z"/></svg>'},dc={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 011 1v8a1.001 1.001 0 01-1 1H4a1.001 1.001 0 01-1-1V4a1.001 1.001 0 011-1h8m0-1H4a2 2 0 00-2 2v8a2 2 0 002 2h8a2 2 0 002-2V4a2 2 0 00-2-2zM4 4v8h8V4zm6 6H6V6h4z"/></svg>'},uc={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 002.035-.838 1.164 1.164 0 00-.346-.846 1.193 1.193 0 00-1.693 0 1.158 1.158 0 00-.35.846 1.144 1.144 0 00.354.838z"/></svg>'},pc={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 106 6 6 6 0 00-6-6zm-.697 2.28a.951.951 0 011.35 0 .928.928 0 01.276.675.952.952 0 01-1.905 0 .924.924 0 01.279-.674zM9.7 12H6.3v-1.264h.833V7.777H6.3V6.513h2.584v4.223H9.7z"/></svg>'},vc={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.348l-.652-.652 1.444-.14zm-3.818.698l-4.912 4.912-.395-.396 4.12-4.12zm4.734-2.918l-1.697.136-.395-.395L11 3.176l.72-.067 1.304 1.304zm-3.524-.386l-.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>'},gc={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>'},mc={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.546l.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.11l.89-.444 5.333 2.667 1.778-.89.889.448v1.33L9.778 10.88 3.555 7.768z"/></svg>'},fc={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.953L6.909 2h3.636L8.364 7.013h2.909L4.727 14l2.21-6.049z"/></svg>'},bc={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 019.963 7.02l-1.06 1.065c-.053-.103-.095-.192-.144-.276a1.48 1.48 0 00-1.277-.769 1.43 1.43 0 00-.977.394c-.75.694-1.469 1.421-2.165 2.168a1.431 1.431 0 00.054 2.038 1.507 1.507 0 001.039.432 1.28 1.28 0 00.953-.417c.103-.11.435-.44.81-.805a3.458 3.458 0 001.908.188c-1.006 1.035-2.179 2.187-2.996 2.38a2.982 2.982 0 01-.693.082 2.91 2.91 0 01-2.182-4.842A46.793 46.793 0 015.53 6.356a2.826 2.826 0 011.935-.764M10.583 2.5a3.001 3.001 0 00-.69.081 10.376 10.376 0 00-2.996 2.377 3.474 3.474 0 01.568-.054 3.58 3.58 0 011.31.249c.38-.332.701-.646.875-.834a1.221 1.221 0 01.913-.395 1.513 1.513 0 011.074.469 1.433 1.433 0 01.022 2.005c-.7.743-1.42 1.47-2.165 2.167a1.419 1.419 0 01-.975.395 1.483 1.483 0 01-1.28-.768c-.048-.085-.089-.175-.151-.298L6.043 8.987a2.882 2.882 0 002.493 1.42 2.808 2.808 0 001.93-.76 54.2 54.2 0 002.266-2.266A2.911 2.911 0 0010.583 2.5"/></svg>'},wc={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 01.687 2.519l-1.364.002c.032-.1.062-.183.085-.269a1.343 1.343 0 00-.326-1.312 1.297 1.297 0 00-.88-.374 37.657 37.657 0 00-2.779.002 1.298 1.298 0 00-1.273 1.341 1.367 1.367 0 00.39.944 1.162 1.162 0 00.878.344c.137-.005.562-.002 1.036.004a3.137 3.137 0 001.104 1.344 8.133 8.133 0 01-3.45-.395 2.705 2.705 0 01-.496-.392A2.64 2.64 0 014.52 8.702a42.45 42.45 0 012.951-.003 2.564 2.564 0 011.731.751m3.984.017a2.723 2.723 0 00-.495-.39 9.414 9.414 0 00-3.447-.398 3.151 3.151 0 01.4.33 3.247 3.247 0 01.68 1c.457.031.864.035 1.096.027a1.108 1.108 0 01.839.331 1.373 1.373 0 01.389.99 1.3 1.3 0 01-1.272 1.3c-.926.028-1.854.033-2.78.002a1.287 1.287 0 01-.878-.372 1.345 1.345 0 01-.328-1.313c.023-.086.054-.17.093-.289l-1.371.031a2.614 2.614 0 00.688 2.51 2.547 2.547 0 001.726.751c.968.033 1.94.025 2.908 0a2.641 2.641 0 001.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>'},xc={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>'},yc={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>'},$c={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 01-.694.178 16.116 16.116 0 01-3.382.328 16.089 16.089 0 01-3.38-.328 8.77 8.77 0 01-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 00.332.218l.03.017a4.235 4.235 0 00.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 00.457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 00.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 00.694.179 16.101 16.101 0 003.378.327 16.12 16.12 0 003.382-.327 8.892 8.892 0 00.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 011-.255V6h3v2h6V7H9V6z"/></svg>'},kc={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 00-4-4 3.822 3.822 0 00-2.81 1.078A4.349 4.349 0 004.062 7v1H3v6h10V8zM6.062 6.986a2.407 2.407 0 01.566-1.516A1.834 1.834 0 018 5a1.883 1.883 0 012 2v1H6.062z"/></svg>'},Cc={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.29l-2.926-2.926a3.971 3.971 0 10-.783.783l2.927 2.926zM7.01 9.84a2.83 2.83 0 112.83-2.83 2.833 2.833 0 01-2.83 2.83z"/></svg>'},_c={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 00-.75.73v8.54a.74.74 0 00.75.73h12.5a.74.74 0 00.75-.73V3.73a.74.74 0 00-.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>'},zc={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>'},Ic={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>'},Oc={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 004 2.615v10.77a.54.54 0 00.538.538h5.924a.54.54 0 00.538-.538V2.615a.54.54 0 00-.538-.538zM10 12H5V3h5z"/></svg>'},Sc={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>'},Ac={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>'},Ec={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.493l2.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>'},Hc={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>'},Mc={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 01-.195 1.176 2.63 2.63 0 01-.549.885 3.96 3.96 0 01-.852.672 7.46 7.46 0 01-1.121.54v1.501H6.27V8.15q.467-.125.845-.256a3.199 3.199 0 00.793-.429 2.098 2.098 0 00.608-.612 1.45 1.45 0 00.22-.791 1.042 1.042 0 00-.423-.939 2.163 2.163 0 00-1.195-.28 3.338 3.338 0 00-1.068.204 4.853 4.853 0 00-1.09.526h-.263V3.566a8.148 8.148 0 011.296-.372A8.205 8.205 0 017.77 3a4.196 4.196 0 012.579.718 2.241 2.241 0 01.954 1.876zM8.77 13H6.112v-1.737H8.77z"/></svg>'},Vc={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.985l-8.002 4.013L8 8 5.998 3.987zM3.995 2.997L2 2l3 6-3 6 2.002-1.005L6.5 8z"/></svg>'},Lc={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 01-1 1z"/></svg>'},Tc={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.012l-2.069 6.153-.565-2.722-3.544 3.544-.822-.822 3.544-3.544-2.723-.566zM2 4v10h10v-4h-2v2H4V6h2V4z"/></svg>'},Pc={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>'},Rc={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>'},Dc={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>'},Fc={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 001.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 01.9-1.267zm0-6.054a4.613 4.613 0 00-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 012 9.18V4h12z"/></svg>'},Bc={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.29L2 12.304v-8.01zM14 2h-2v12h2z"/></svg>'},Nc={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 013.938-3.94v.771a4.123 4.123 0 00-3.176 3.169zM8 2v1.875A4.125 4.125 0 113.875 8H2a6 6 0 106-6z"/></svg>'},jc={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>'},qc={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.199l-.016-.076a2.34 2.34 0 00-.497-1.18 2.108 2.108 0 00-1.281-.26h-.56v5.941c0 .552.11.718.176.768a1.793 1.793 0 00.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 00-1.274.262 2.015 2.015 0 00-.498 1.174l-.015.08H4.49L4.565 4h6.859l.07 2.199z"/></svg>'},Uc={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 00-1.477.291 2.262 2.262 0 00-.563 1.36l-.038.196h-.797L3.704 3h8.6l.092 2.925h-.784l-.021-.095a2.817 2.817 0 00-.589-1.466c-.147-.131-.523-.286-1.48-.286H8.96V11.2c0 .679.138.819.165.84a2.092 2.092 0 001.01.213l.223.018V13z"/></svg>'},Kc={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 00-.5.5v11a.501.501 0 00.5.5h9a.501.501 0 00.5-.5v-11a.501.501 0 00-.5-.5zM8 13.25a.75.75 0 11.75-.75.752.752 0 01-.75.75zM12 11H4V3h8z"/></svg>'},Wc={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.588L5.23 3 3 5.229l.588 2.816L8.543 13 13 8.543zM6.5 6.499a1.082 1.082 0 11-.013-1.516A1.072 1.072 0 016.499 6.5z"/></svg>'},Xc={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.338L5.23 1.75 3 3.979l.588 2.816 4.955 4.955L13 7.293zM6.5 5.249a1.082 1.082 0 11-.013-1.516 1.072 1.072 0 01.013 1.516zm6.251 4.794L8.543 14.25 4.257 9.964l-.283-1.369 4.569 4.57L12.207 9.5z"/></svg>'},Yc={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 102 2 2 2 0 00-2-2zm4.9.99A5.005 5.005 0 009 3.1V1H7v2.1A5.005 5.005 0 003.1 7H1v2h2.1A5.005 5.005 0 007 12.9V15h2v-2.1A5.005 5.005 0 0012.9 9H15V7zM8 12a4 4 0 114-4 4.005 4.005 0 01-4 4z"/></svg>'},Gc={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 019 12.9V15H7v-2.108a4.99 4.99 0 01-3.898-3.985l-1.52.583 2.003-4 1.998 4L4.11 8.9A3.999 3.999 0 107 4.13V1h2v2.1A5.005 5.005 0 0112.9 7zm-5 1.01a2 2 0 11-2-2 2 2 0 012 2z"/></svg>'},Qc={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 116.5 8 1.5 1.5 0 018 6.5zM.5 8A1.5 1.5 0 102 6.5 1.5 1.5 0 00.5 8zm12 0A1.5 1.5 0 1014 6.5 1.5 1.5 0 0012.5 8z"/></svg>'},Jc={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 7l-.625-5H10V1H5v1h.625L5 7a2 2 0 00-2 2h4v4l.5 2 .5-2V9h4a2 2 0 00-2-2z"/></svg>'},Zc={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>'},th={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.103L5.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>'},eh={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>'},ih={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 2L2 14h12zm0 4.875l2.438 4.875H5.585z"/></svg>'},sh={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 00-1.6 1.6v6.8a1.595 1.595 0 001.6 1.594h10.8a1.595 1.595 0 001.6-1.594v-6.8a1.6 1.6 0 00-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>'},oh={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 00-1.182 1.51l.01.155.021.193a1.69 1.69 0 00.216.54l.02.038.105.134.127.144.054.047a1.509 1.509 0 00.992.36h.049a1.306 1.306 0 00.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 01-.571.053 3.148 3.148 0 01-2.99-2.258l-.011-.045a3.04 3.04 0 01-.076-.35 3.127 3.127 0 01-.03-.206l-.004-.089a3.112 3.112 0 01-.016-.336A3.164 3.164 0 014.35 7.356c.272-.068.808-.203.802-.206l.623-.137zm4.31-1.544l-.353 1.575c.737.176 1.38.334 1.413.346a1.514 1.514 0 01.789.768l.029.066.053.185.038.164.002.045a1.667 1.667 0 01-.035.58l-.064.185-.056.142a1.546 1.546 0 01-1.4.893 1.661 1.661 0 01-.313-.03 54.946 54.946 0 01-1.15-.24l-.347 1.55.406.097-.013-.017c.276.057.55.118.826.173a3.02 3.02 0 00.578.056 3.188 3.188 0 002.811-1.74 3.018 3.018 0 00.129-.311l.033-.083.061-.197a3.047 3.047 0 00.082-.351l.008-.044a3.132 3.132 0 00-2.281-3.513c-.297-.077-.777-.19-1.245-.299M7.932 2.393L6.875 6.075h.75l.3 3.032 1.2-3.782h-.75z"/></svg>'},nh={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 01.566-1.516A1.834 1.834 0 018 4a1.883 1.883 0 012 2h2a3.888 3.888 0 00-4-4 3.822 3.822 0 00-2.81 1.078A4.349 4.349 0 004.062 6v2H3v6h10V8z"/></svg>'},rh={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 2L5 7.9l2.004-1.312L7 11h2V6.613L11 7.9z"/></svg>'},ah={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 012.184 2.182v1.09c.647 0 .378.932 0 1.455a4.275 4.275 0 01-.335.364 8.55 8.55 0 01-.31.742l.208 1.076h.437l2.75 1.527A2.148 2.148 0 0114 12.291V14H2v-1.673a2.163 2.163 0 011.063-1.869l2.758-1.55h.437l.21-1.068a8.52 8.52 0 01-.312-.749 4.275 4.275 0 01-.335-.364c-.378-.523-.647-1.454 0-1.454v-1.09A2.18 2.18 0 018.004 2"/></svg>'},lh={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.28l-.06.013a4.556 4.556 0 00-1.38-2.609V3.44a.481.481 0 00-.48-.48h-.48V2H5.85v.96h-.48a.481.481 0 00-.48.48v1.24a4.545 4.545 0 000 6.64v1.24a.481.481 0 00.48.48h.48V14h4.32v-.96h.48a.481.481 0 00.48-.48v-1.24a4.547 4.547 0 001.379-2.612l.061.012a.481.481 0 00.48-.48v-.48a.481.481 0 00-.48-.48zm-2.3 2.662a1.59 1.59 0 00-.182-.26L8.747 8.338a.785.785 0 000-.666c.132-.133.894-.899.965-1a1.216 1.216 0 00.14-.485 1.004 1.004 0 00-.515.157l-.955.957a.784.784 0 100 1.408c.163.167.956.974 1.236 1.254a1.477 1.477 0 00.36.276 3.055 3.055 0 11.291-.297z"/></svg>'},ch={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 01-.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>'},hh={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 106 6 6 6 0 00-6-6zm4.089 2.526h-1.868a5.598 5.598 0 00-.854-1.712 5.363 5.363 0 012.722 1.712zm-2.722 8.66a5.599 5.599 0 00.854-1.712h1.868a5.363 5.363 0 01-2.722 1.712zm3.181-2.344h-2.146a10.644 10.644 0 00.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 00.663 1.21 5.363 5.363 0 01-2.722-1.712h.317a.955.955 0 01-.017-.17v-.462h-.76a5.33 5.33 0 01-.804-2.526h1.564v-.632H2.646a5.33 5.33 0 01.805-2.526h.759V4.69a.95.95 0 01.016-.164h-.316a5.363 5.363 0 012.722-1.712 5.017 5.017 0 00-.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 00-.208-1.186h2.146a5.33 5.33 0 01.804 2.526h-.67a.92.92 0 01-.001.632h.671a5.33 5.33 0 01-.804 2.526zM12.105 8a.326.326 0 01-.19.296l-6.598 3.3-.148.036a.327.327 0 01-.327-.328V4.69a.327.327 0 01.492-.281l6.595 3.302a.326.326 0 01.176.29z"/></svg>'},dh={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 106 6 6 6 0 00-6-6zm4.09 2.526H10.22a5.6 5.6 0 00-.854-1.712 5.364 5.364 0 012.722 1.712zm-2.723 8.66a5.6 5.6 0 00.854-1.712h1.868a5.363 5.363 0 01-2.722 1.712zm3.181-2.344h-2.146a10.657 10.657 0 00.208-1.187L9.923 10a9.85 9.85 0 01-.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 00.663 1.21 5.363 5.363 0 01-2.722-1.712h.317a.96.96 0 01-.017-.17v-.462h-.76a5.33 5.33 0 01-.804-2.526H4.21v-.632H2.647a5.33 5.33 0 01.805-2.526h.759V4.69a.95.95 0 01.016-.164h-.316a5.364 5.364 0 012.722-1.712 5.02 5.02 0 00-.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 00-.208-1.186h2.146a5.33 5.33 0 01.804 2.526h-.67a.92.92 0 01-.001.632h.671a5.33 5.33 0 01-.804 2.526zm-.619-3.131L5.334 4.409a.327.327 0 00-.492.281v6.613a.327.327 0 00.327.328l.148-.035 6.598-3.3a.326.326 0 00.014-.585zm-6.087 2.505V5.78L10.274 8z"/></svg>'},uh={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>'},ph={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>'},vh={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.714l-5.791-5.79a2.504 2.504 0 00.17-.755 2.149 2.149 0 00-.095-.814 2.12 2.12 0 00-.55-.904 2.328 2.328 0 00-1.76-.685h-.045a2.104 2.104 0 00-.718.155l1.102 1.104.32.32.244.245a1.864 1.864 0 01-.22.854 1.043 1.043 0 01-.114.145 1.648 1.648 0 01-1.003.335L2.61 4.704l-.449-.449a2.074 2.074 0 00-.135.545l-.015.105a2.337 2.337 0 00.384 1.518 2.51 2.51 0 00.295.36 2.205 2.205 0 001.576.65 2.453 2.453 0 00.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>'},gh={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.667L9.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>'},mh={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.026L4.9 10.866 6.277 9.53l1.744 1.81 4.562-4.507 1.307 1.363zm1.155-10.68l-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>'},fh=`:${eo}`,bh=ut`
|
|
1119
|
-
${
|
|
1108
|
+
`,styles:Va})
|
|
1109
|
+
Bi.getOrCreate().withPrefix("nimble").register(La())
|
|
1110
|
+
const Ta={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>'},Pa={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.933l-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>'},Ra={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.737l1.11-.732 3.357 5.472L11.397 4l1.103.743L7.955 12 3.5 4.737z"/></svg>'},Da={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.5l.732 1.11-5.472 3.357L12 11.397l-.743 1.103L4 7.955 11.263 3.5z"/></svg>'},Fa={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.5l-.732-1.11 5.472-3.357L4 4.603 4.743 3.5 12 8.045 4.737 12.5z"/></svg>'},Ba={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.263l-1.11.732-3.357-5.472L4.603 12 3.5 11.257 8.045 4l4.455 7.263z"/></svg>'},Na={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.982L7.9 5 6.588 7.004 11 7v2H6.613L7.9 11z"/></svg>'},ja={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 003.143-3.025 3.08 3.08 0 00-3.085-3.02v.088l.826 2.067-5.598-2.796L8.884 2.5l-.742 1.932a4.619 4.619 0 014.572 4.53A4.629 4.629 0 018 13.5z"/></svg>'},qa={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-3l1.287-2H2V7l4.412.004L5.1 5 11 7.982z"/></svg>'},Ua={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 013.3 3.428 3.366 3.366 0 01-3.3 3.429 3.36 3.36 0 01-3.293-3.366h.095l2.255.901-3.05-6.107L1.85 8.88l2.108-.808A5.039 5.039 0 008.9 13.059a5.05 5.05 0 004.95-5.143A5.05 5.05 0 008.9 2.773z"/></svg>'},Ka={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.453l-2.571-1.68v.908a3 3 0 003 3 3 3 0 003-3V3.11H14v5.571a4.714 4.714 0 01-4.714 4.715A4.714 4.714 0 014.57 8.68v-.908L2 9.453l3.403-6.849z"/></svg>'},Wa={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.977l-.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>'},Xa={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.735L14 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>'},Ya={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.75L10 14l-6-3 6-3-1.25 2.25zM8 11h1a4 4 0 004-4M7.25 5.75L6 8l6-3-6-3 1.25 2.25zM8 5H7a4 4 0 00-4 4"/></svg>'},Ga={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>'},Qa={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 01-2-2h4a2.05 2.05 0 01-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>'},Ja={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 00-.71.71v2.032a.71.71 0 00.71.711h.356L9.57 9.625l2.488-1.422h1.778a.71.71 0 00.71-.71V5.46a.71.71 0 00-.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 00-1.71 1.71v2.032a1.712 1.712 0 00.844 1.475zM6 12h4a2.05 2.05 0 01-2 2 2.05 2.05 0 01-2-2zm7.25-1H9.18l2.868-1.64c.198.527.431.894.702.894.5 0 .5.746.5.746z"/></svg>'},Za={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 01-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 11-5.5 5.5 5.506 5.506 0 015.5-5.5m0-1a6.5 6.5 0 106.5 6.5 6.5 6.5 0 00-6.5-6.5z"/></svg>'},tl={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 008 14.5 6.5 6.5 0 0014.5 8 6.5 6.5 0 008 1.5 6.5 6.5 0 001.5 8zM8 12a1.025 1.025 0 01-1-1h2a1.025 1.025 0 01-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>'},el={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 0113 5.762V2zm12 7.5a3.5 3.5 0 10-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0014 9.5zM10.5 8A1.5 1.5 0 119 9.5 1.5 1.5 0 0110.5 8z"/></svg>'},il={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 014.977 2h.046A.976.976 0 016 2.977v1.046A.977.977 0 015.023 5h-.046A.977.977 0 014 4.023zM13 4v.023A1.98 1.98 0 0111.023 6h-.046A1.98 1.98 0 019 4.023V4H7v.023A1.98 1.98 0 015.023 6h-.046A1.98 1.98 0 013 4.023V4a1 1 0 00-1 1v8a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 00-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 0110.977 2h.046a.976.976 0 01.977.977v1.046a.977.977 0 01-.977.977h-.046A.977.977 0 0110 4.023z"/></svg>'},sl={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>'},ol={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>'},nl={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>'},rl={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>'},al={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.287L6.182 12 3 8.867l1.363-1.343L6.24 9.37 11.693 4z"/></svg>'},ll={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.693l-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545z"/></svg>'},cl={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 106 6 6 6 0 00-6-6zm0 9.429A3.429 3.429 0 1111.429 8 3.429 3.429 0 018 11.429z"/></svg>'},hl={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 017 2v2.686a3.475 3.475 0 000 6.628zM9 2v2.686a3.475 3.475 0 010 6.628V14A6.1 6.1 0 009 2z"/></svg>'},dl={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 106 6 6 6 0 00-6-6zm-1.212 9.2L4 8.388 5.225 7.2l1.553 1.61 4.06-4.01L12 6.013z"/></svg>'},ul={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 010 6.628V14A6.1 6.1 0 009 2z"/><path class="cls-2" d="M7 11.314a3.475 3.475 0 010-6.628V2a6.1 6.1 0 000 12z"/></svg>'},pl={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 106 6 6 6 0 00-6-6zm.075 1.714a4.281 4.281 0 013.573 6.647L5.714 4.427a4.262 4.262 0 012.36-.713zM3.789 8a4.261 4.261 0 01.713-2.36l5.934 5.933A4.281 4.281 0 013.789 8z"/></svg>'},vl={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 106 6 6 6 0 00-6-6zm.075 1.714a4.263 4.263 0 012.409.743l-2.37 2.37-2.4-2.4a4.262 4.262 0 012.36-.713zM4.502 5.64l2.4 2.4-2.37 2.37a4.273 4.273 0 01-.03-4.77zm3.573 6.647a4.256 4.256 0 01-2.31-.685l2.349-2.35 2.322 2.322a4.261 4.261 0 01-2.361.713zm3.573-1.925L9.326 8.039l2.35-2.349a4.251 4.251 0 01-.028 4.67z"/></svg>'},gl={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 012-2V2a1 1 0 012 0v1a2 2 0 012 2zm1-2v9H4V3H3a1 1 0 00-1 1v9a1 1 0 001 1h10a1 1 0 001-1V4a1 1 0 00-1-1zm-2 4H5v1h5zM8 9H5v1h3z"/></svg>'},ml={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 106 6 6 6 0 00-6-6m.576 4.87l1.555-1.557a1.635 1.635 0 01.84-.256 1.979 1.979 0 01-.23.791c-.115.163-1.356 1.41-1.571 1.626a1.278 1.278 0 010 1.085l2.376 2.38a1.597 1.597 0 01.458 1.072 1.621 1.621 0 01-1.222-.613c-.456-.456-1.94-1.963-2.207-2.235a1.275 1.275 0 110-2.293"/></svg>'},fl={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.392l.955-.957a1.004 1.004 0 01.516-.157 1.215 1.215 0 01-.14.486c-.072.1-.834.866-.966.999a.785.785 0 010 .666l1.341 1.344a.981.981 0 01.281.658.996.996 0 01-.75-.376c-.28-.28-1.073-1.088-1.237-1.255a.783.783 0 110-1.408m5.69 2.292L14 7.324l-1.327-.113a4.76 4.76 0 00-.402-1.26l1.02-.86-1.527-1.811-1.019.86a4.726 4.726 0 00-.563-.344 4.61 4.61 0 00-.612-.265l.114-1.329L7.324 2l-.113 1.329a4.77 4.77 0 00-1.26.401l-.86-1.02L3.28 4.237l.858 1.02A4.771 4.771 0 003.53 6.43l-1.329-.114L2 8.676l1.329.114a4.69 4.69 0 00.401 1.26l-1.02.86 1.526 1.811 1.02-.859a4.666 4.666 0 001.175.608l-.113 1.33 2.358.2.114-1.328a4.688 4.688 0 001.26-.4l.86 1.02 1.81-1.527-.858-1.02a4.687 4.687 0 00.608-1.175zM8 11.45A3.45 3.45 0 1111.45 8 3.45 3.45 0 018 11.45z"/></svg>'},bl={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 00-2.152.505L7.096 6H3.422A4.997 4.997 0 108 3zm2.003 7.616a453.75 453.75 0 01-1.675-1.7 1.061 1.061 0 110-1.907l1.294-1.297a1.36 1.36 0 01.699-.212 1.646 1.646 0 01-.19.658c-.097.136-1.13 1.173-1.309 1.353a1.063 1.063 0 010 .903l1.817 1.82a1.33 1.33 0 01.381.891 1.35 1.35 0 01-1.017-.51z"/><path class="cls-2" d="M5.477 5H1.522L3.5 1.045 5.477 5z"/></svg>'},wl={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>'},xl={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.298l-1.927 3.848 1.48-.568v3.407h.948v-3.407l1.42.568zM15 9.005a2.374 2.374 0 01-2.371 2.371h-.998l-.5-1h1.498a1.371 1.371 0 10-.516-2.64A3.77 3.77 0 104.797 5.99 2.238 2.238 0 002 8.148a2.223 2.223 0 002.057 2.22l1.758.009-.448.894a10.567 10.567 0 01-2.31-.121 3.224 3.224 0 01.993-6.225 4.77 4.77 0 019.236 1.68c0 .04 0 .081-.002.121A2.375 2.375 0 0115 9.006z"/></svg>'},yl={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.1l.001-.101A3.998 3.998 0 004.69 8.59a2.715 2.715 0 00-2.557 2.7 2.782 2.782 0 001.725 2.516 4.854 4.854 0 001.225.19h.004c.19.006 6.792 0 6.792 0a1.987 1.987 0 00.55-3.897zm-.55 3.06l-7.183-.008a1.867 1.867 0 01.156-3.728 1.891 1.891 0 01.464.06 3.16 3.16 0 116.13 1.462 1.149 1.149 0 11.433 2.213zM4.5 4.5a1 1 0 111-1 1 1 0 01-1 1zm5.138.681l.496-1.241H7v-.828h3.134l-.496-1.293L13 3.502z"/></svg>'},$l={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 2l-2.217.914.516 1.25a4.743 4.743 0 00-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.82 4.82 0 00-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.824 4.824 0 00.945.949l-.518 1.247 2.214.921.519-1.246a4.68 4.68 0 00.674.048 4.74 4.74 0 00.666-.047L9.176 14l2.218-.914-.515-1.248a4.828 4.828 0 00.95-.945l1.245.518.922-2.214-1.247-.519a4.73 4.73 0 00.002-1.34L14 6.824l-.914-2.218-1.25.515a4.739 4.739 0 00-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.714 4.714 0 00-.676-.049 4.808 4.808 0 00-.663.047zm1.175 9a2.999 2.999 0 112.77-1.847 2.984 2.984 0 01-2.77 1.846M8 6.801a1.2 1.2 0 10.46.093A1.198 1.198 0 008 6.8"/></svg>'},Cl={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 01-.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 01-.903.06c-.254.01-.507.018-.759.018a18.75 18.75 0 01-1.66-.078l-.105-.012a15.901 15.901 0 01-.65-.08l-.134-.018c-.23-.036-.455-.076-.67-.122l-.132-.029a9.372 9.372 0 01-.582-.145l-.059-.017c-.036-.01-.067-.023-.1-.034a7.034 7.034 0 01-.285-.1c-.054-.018-.112-.035-.165-.055l-.101-.041-.01-.005a4.076 4.076 0 01-.462-.223l-.03-.02a2.343 2.343 0 01-.334-.24c-.014-.012-.033-.022-.045-.033v1.013c0 .364.524.749 1.427 1.051a8.098 8.098 0 00.697.197 14.793 14.793 0 003.4.363 14.818 14.818 0 003.403-.362 8.38 8.38 0 00.697-.197c.904-.303 1.43-.688 1.43-1.052v-1.013c-.015.012-.034.022-.047.034a2.478 2.478 0 01-.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 00.698.197 14.8 14.8 0 003.399.362 14.817 14.817 0 003.401-.362 8.375 8.375 0 00.7-.197c.902-.302 1.428-.687 1.428-1.052M3.931 7.697L2.802 7.6l.171-1.979 1.129.095a3.984 3.984 0 01.516-.985l-.729-.856 1.537-1.28.73.855a4.085 4.085 0 011.071-.336L7.323 2l2.004.17-.097 1.114a3.949 3.949 0 01.52.223 4.027 4.027 0 01.478.288l.866-.721 1.296 1.52-.866.72a3.961 3.961 0 01.341 1.058l1.127.095-.133 1.539a10.211 10.211 0 00-2.482-.618c.007-.048.021-.094.026-.143a2.48 2.48 0 00-1.346-2.416 2.543 2.543 0 00-2.938.45 2.408 2.408 0 00-.698 2.14 11.88 11.88 0 00-1.482.311l-.008-.033zm4.067-.468c-.331 0-.697.012-1.077.035a.972.972 0 01-.026-.314.99.99 0 01.292-.618 1.011 1.011 0 011.174-.18.992.992 0 01.539.967.923.923 0 01-.036.132 17.817 17.817 0 00-.866-.022z"/></svg>'},kl={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.338L14 6.824l-.914-2.218-1.25.515a4.74 4.74 0 00-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.715 4.715 0 00-.676-.049 4.803 4.803 0 00-.663.047L6.823 2l-2.217.914.516 1.25a4.741 4.741 0 00-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.816 4.816 0 00-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.823 4.823 0 00.945.949l-.518 1.247 2.214.921.519-1.246a4.673 4.673 0 00.674.048 4.737 4.737 0 00.666-.047L9.176 14l2.218-.914-.515-1.248a4.826 4.826 0 00.95-.945l1.245.518.922-2.214-1.247-.519a4.729 4.729 0 00.002-1.34zm-1.06 2.418c0 .244-.35.5-.954.703a5.157 5.157 0 01-.466.131 9.896 9.896 0 01-2.273.243 9.88 9.88 0 01-2.271-.243 5.454 5.454 0 01-.466-.131c-.603-.202-.953-.46-.953-.703V9.08c.008.008.02.015.03.023a1.567 1.567 0 00.223.16l.02.013a2.725 2.725 0 00.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 001.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 00.308-.149l.022-.014a1.651 1.651 0 00.222-.159l.03-.023zm0-1.76c0 .243-.35.5-.954.703a5.157 5.157 0 01-.466.13 9.897 9.897 0 01-2.273.243 9.88 9.88 0 01-2.271-.242 5.44 5.44 0 01-.466-.132c-.603-.202-.953-.459-.953-.703V7.32c.008.008.02.014.03.022a1.566 1.566 0 00.223.16l.02.013a2.716 2.716 0 00.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 001.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 00.307-.15l.022-.013a1.657 1.657 0 00.222-.16c.009-.007.021-.014.03-.022zm-.953-1.05a5.625 5.625 0 01-.467.132 9.896 9.896 0 01-2.272.24 9.885 9.885 0 01-2.271-.24 6.179 6.179 0 01-.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>'},_l={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 01-.224.477.787.787 0 01-.909.139.762.762 0 01-.19-1.224.781.781 0 01.907-.14.767.767 0 01.416.748zM14 11.61l-.441 1.088-.62-.246a2.276 2.276 0 01-.232.268 2.386 2.386 0 01-.23.2l.263.606-1.09.46-.263-.606a2.353 2.353 0 01-.662.008l-.248.612-1.1-.435.249-.612a2.273 2.273 0 01-.256-.215 2.358 2.358 0 01-.218-.243l-.614.26-.466-1.077.614-.259a2.287 2.287 0 01-.008-.654l-.62-.246.44-1.087.62.246a2.38 2.38 0 01.234-.27 2.463 2.463 0 01.229-.198l-.263-.606 1.09-.46.263.605a2.422 2.422 0 01.662-.008l.248-.612 1.1.436-.248.612a2.351 2.351 0 01.473.458l.614-.26.466 1.076-.613.26a2.339 2.339 0 01.008.654zm-1.934-1.591a1.495 1.495 0 00-2.085.011 1.454 1.454 0 00.01 2.081 1.479 1.479 0 00.486.313 1.495 1.495 0 001.6-.324 1.454 1.454 0 00-.01-2.081zM9.036 8.33l-1.189.99-.564-.661a3.104 3.104 0 01-.827.26l-.075.86-1.547-.13.074-.862a3.075 3.075 0 01-.77-.394l-.671.557-1.001-1.174.67-.557a3.015 3.015 0 01-.264-.817L2 6.328 2.132 4.8l.872.074a3.08 3.08 0 01.4-.762l-.564-.66 1.188-.99.565.66a3.159 3.159 0 01.827-.26L5.494 2l1.548.131-.074.861a3.046 3.046 0 01.402.172 3.111 3.111 0 01.369.223l.669-.557L9.41 4.004l-.67.557a3.06 3.06 0 01.264.818l.871.073-.132 1.53-.872-.074a3.026 3.026 0 01-.4.762zM7.874 6.054a1.916 1.916 0 00-1.04-1.868 1.965 1.965 0 00-2.27.348 1.907 1.907 0 00.478 3.06 1.965 1.965 0 002.27-.347 1.903 1.903 0 00.562-1.193zm3.376 4.467a.6.6 0 00-.64.13.591.591 0 00-.131.196.584.584 0 00.33.761.597.597 0 00.64-.13.59.59 0 00.13-.195.583.583 0 00-.135-.637.596.596 0 00-.194-.125z"/></svg>'},zl={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.11l-1.178-.632-1.875 2.133a5.424 5.424 0 00-.716-.094L8.766 2l-2.138.627.2 2.863a5.226 5.226 0 00-.527.47l-2.77-.738-1.056 1.95L4.656 9.04a5.188 5.188 0 00-.087.704L2 11.144l.659 2.1 2.914-.197a4.961 4.961 0 00.453.525l-.13.427h7.232a.818.818 0 00.87-.759L14 13.2zm-1.335 7.876a2.877 2.877 0 01-3.741 1.477 2.768 2.768 0 01-1.51-3.66 2.876 2.876 0 013.729-1.482 2.76 2.76 0 011.535 3.637z"/></svg>'},Il={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 01-1.5 1.5H8.75L3.5 14l.75-3H3.5A1.5 1.5 0 012 9.5v-6A1.5 1.5 0 013.5 2h9A1.5 1.5 0 0114 3.5z"/></svg>'},Ol={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 01-1-1V3a1 1 0 011-1h5a1 1 0 011 1v2z"/></svg>'},Al={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>'},Sl={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>'},El={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.646L7 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>'},Hl={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>'},Ml={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>'},Vl={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.646L7 8.293l2 2 1.646-1.646.707.707L9 11.707l-2-2-1.646 1.647zM14 2v12H2V2zM4 7h3V4H4zm8 1H4v4h8V8zm0-4H8v3h4z"/></svg>'},Ll={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 00.36-.257c.015-.012.036-.023.051-.036v1.093c0 .395-.57.81-1.551 1.137a9.133 9.133 0 01-.757.212A16.17 16.17 0 017.997 14a16.144 16.144 0 01-3.69-.391 8.83 8.83 0 01-.757-.213C2.57 13.069 2 12.655 2 12.26v-1.093c.013.013.033.023.049.036a2.61 2.61 0 00.362.26c.012.006.021.013.033.02a4.294 4.294 0 00.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 00.82.1 24.659 24.659 0 00.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 00.5-.241.415.415 0 00.035-.022m0-2.845l-.035.022a4.46 4.46 0 01-.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 01-.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 01-.823-.02l-.18-.008a20.583 20.583 0 01-.8-.057l-.113-.013c-.241-.024-.475-.052-.706-.086-.048-.006-.098-.012-.146-.02a12.62 12.62 0 01-1.502-.32c-.021-.006-.045-.01-.063-.017-.04-.012-.073-.025-.11-.037a7.688 7.688 0 01-.309-.107c-.058-.02-.121-.039-.179-.06l-.11-.045-.01-.005a4.436 4.436 0 01-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 01-.362-.26c-.016-.013-.036-.023-.049-.036v1.093c0 .394.57.81 1.55 1.136a8.83 8.83 0 00.757.213 16.145 16.145 0 003.69.39 16.171 16.171 0 003.694-.39 9.133 9.133 0 00.757-.213c.98-.327 1.551-.742 1.551-1.136V8.322c-.015.013-.036.024-.05.036a2.69 2.69 0 01-.361.258m0-2.845l-.035.022a4.463 4.463 0 01-.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 01-.98.066c-.276.01-.55.018-.824.018a20.457 20.457 0 01-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 01-.309-.107l-.179-.06-.11-.045-.01-.005a4.438 4.438 0 01-.502-.241c-.012-.007-.02-.014-.033-.02a2.544 2.544 0 01-.362-.26C2.033 5.5 2.013 5.488 2 5.476V6.57c0 .394.57.81 1.55 1.136a8.83 8.83 0 00.757.213 16.144 16.144 0 003.69.39 16.17 16.17 0 003.694-.39 9.133 9.133 0 00.757-.213c.98-.327 1.551-.742 1.551-1.136V5.477c-.015.013-.036.024-.05.036a2.69 2.69 0 01-.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 003.69.39 16.17 16.17 0 003.692-.39 9.13 9.13 0 00.759-.213C13.429 4.548 14 4.132 14 3.738"/></svg>'},Tl={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 01-1.594-.26 7.445 7.445 0 01-.644-.182c-.835-.28-1.32-.635-1.32-.973v-.936c.011.01.029.02.042.031a2.226 2.226 0 00.308.222l.028.018a3.65 3.65 0 00.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 00.645.182 13.68 13.68 0 003.143.334 13.697 13.697 0 003.144-.334 7.753 7.753 0 00.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.495l.008.007.008-.008zm-5.047-4.07a7.471 7.471 0 00.644.182 13.675 13.675 0 003.143.335 13.697 13.697 0 003.146-.335 7.694 7.694 0 00.644-.181c.835-.28 1.321-.636 1.321-.973v-.937c-.013.012-.03.02-.043.032a2.29 2.29 0 01-.307.22.353.353 0 01-.03.02 3.788 3.788 0 01-.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 01-.835.057c-.235.01-.468.016-.701.016a17.43 17.43 0 01-1.535-.072l-.097-.011a14.698 14.698 0 01-.6-.074l-.125-.017c-.212-.033-.42-.07-.62-.112l-.12-.027a8.673 8.673 0 01-.54-.134c-.018-.006-.037-.01-.053-.016-.034-.01-.062-.022-.094-.032a6.551 6.551 0 01-.262-.091c-.05-.018-.104-.034-.153-.052l-.093-.038-.01-.004a3.768 3.768 0 01-.427-.207l-.028-.017a2.167 2.167 0 01-.308-.223c-.013-.011-.031-.02-.042-.03v.936c0 .337.485.692 1.32.972zm0 2.436a7.471 7.471 0 00.644.182 13.147 13.147 0 002.644.328l.318-.318.323.324a14.377 14.377 0 002.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 01-.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 01-1.402 0l-.154-.007a17.43 17.43 0 01-.68-.049l-.097-.011a14.689 14.689 0 01-.6-.074c-.042-.006-.084-.01-.125-.017a10.679 10.679 0 01-1.28-.274l-.053-.015c-.034-.01-.062-.021-.094-.032a6.551 6.551 0 01-.262-.09c-.05-.018-.104-.034-.153-.053-.03-.012-.063-.024-.093-.038l-.01-.004a3.77 3.77 0 01-.427-.207l-.028-.017a2.169 2.169 0 01-.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>'},Pl={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>'},Rl={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 01-6.997-2.962v-.007H2v.007a5.995 5.995 0 0010.301 4.182zM8.372 2v1.884a4.13 4.13 0 012.992 6.501l1.429 1.224A6.008 6.008 0 008.37 2zM2.048 7.236h1.897a4.117 4.117 0 013.675-3.352V2A6.012 6.012 0 002.05 7.236z"/></svg>'},Dl={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 11-3-3 3 3 0 013 3zm5-2a2 2 0 102 2 2.002 2.002 0 00-2-2m0-1a3 3 0 11-3 3 3 3 0 013-3z"/></svg>'},Fl={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>'},Bl={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 012-2H14V13a1 1 0 01-1 1zM12 2a.667.667 0 00-.667.667v2h1.334v-2A.667.667 0 0012 2zM8.444 2a.667.667 0 00-.666.667v2H9.11v-2A.667.667 0 008.444 2zM2 8.444a.667.667 0 00.667.667h2V7.778h-2A.667.667 0 002 8.444zM2 12a.667.667 0 00.667.667h2v-1.334h-2A.667.667 0 002 12zm11.556-8.222v.889a.444.444 0 01-.445.444H10.89a.444.444 0 01-.445-.444v-.89H10v.89a.444.444 0 01-.444.444H7.333a.444.444 0 01-.444-.444v-.89H4.667a.889.889 0 00-.89.89v2.222h.89a.444.444 0 01.444.444v2.223a.444.444 0 01-.444.444h-.89v.444h.89a.444.444 0 01.444.445v2.222a.444.444 0 01-.444.445h-.89V14H6.89V8.222A1.333 1.333 0 018.222 6.89H14V3.778z"/></svg>'},Nl={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>'},jl={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 001 8.001a7.588 7.588 0 007.146 4.342A7.002 7.002 0 0015 8a7.586 7.586 0 00-7.144-4.344m-1.199 7.289A5.108 5.108 0 012.443 8s.665-2.585 4.33-3.037a2.786 2.786 0 00-1.414 1.223l2.787 1.22H4.977a3.47 3.47 0 00-.053.576 3.348 3.348 0 001.734 2.962m2.85.02a3.4 3.4 0 00.107-5.908 5.006 5.006 0 013.942 2.944s-.603 2.44-4.05 2.963"/></svg>'},ql={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 016.19 11.96a3.323 3.323 0 01-2.042.667 2.835 2.835 0 01-1.964-.753L2 11.706l1.153-1.152.157.251a1.347 1.347 0 001.2.716 1.976 1.976 0 001.385-.625 11.546 11.546 0 001.722-2.403l2.252-3.88a7.585 7.585 0 00-.679-.037 2.365 2.365 0 00-1.66.54 1.967 1.967 0 00-.556 1.51V6.7l-.067.106-1.564.762.045-.423a3.845 3.845 0 01.645-1.874 3.312 3.312 0 011.34-1.177 6.74 6.74 0 012.208-.443c.127 0 .277-.013.471-.029l.369-.03 1.387-.257.087 2.154.33 3.886a4.862 4.862 0 00.29 1.701.498.498 0 00.528.31c.057 0 .277 0 .641-.03L14 11.33l-.172.83-3.003.506zm-.086-.896l-.275-3.22-1.855 3.22z"/></svg>'},Ul={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>'},Kl={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>'},Wl={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 00.249-1.302A3.701 3.701 0 007.22 7 3.654 3.654 0 006 7.223V2h4v4zm-3-4v3h3zm-1.126 8.698a2.697 2.697 0 01-4.73 1.772L2.521 14l-.48-.823 2.613-1.523a2.698 2.698 0 115.22-.956zm-.952 0a1.745 1.745 0 10-1.745 1.745 1.747 1.747 0 001.745-1.745z"/></svg>'},Xl={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 102.907 2.903l1.32 2.173v4.522l1.973-1.846V9.411l3.878-5.076h1.134v-1.29zm2.033 4.059a1.154 1.154 0 010-2.308c.023 0 .045.006.068.007l1.002 1.575a1.154 1.154 0 01-1.07.726z"/></svg>'},Yl={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 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.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>'},Gl={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 10-1 1 1 1 0 001-1zm7.5.002L9.638.819l.496 1.293H7v.828h3.134L9.638 4.18zM12.455 5H3.583A.585.585 0 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.455 5zM11 13H8v-2H6v2H5v-3h6zm1-4H4V6h8z"/></svg>'},Ql={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 10-1 1 1 1 0 001-1zm3 0a1 1 0 10-1 1 1 1 0 001-1zm3 0a1 1 0 10-1 1 1 1 0 001-1zm.455 2H3.583A.585.585 0 003 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 00.6-.6L13 5.545A.513.513 0 0012.455 5zM11 13H8v-2H6v2H5v-3h6zm1-4H4V6h8z"/></svg>'},Jl={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>'},Zl={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>'},tc={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 14l2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},ec={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 115 9.5 1.5 1.5 0 016.5 11zM5 3.5A1.5 1.5 0 106.5 5 1.5 1.5 0 005 3.5zm7.5 7.5A1.5 1.5 0 1111 9.5a1.5 1.5 0 011.5 1.5zM11 3.5A1.5 1.5 0 1012.5 5 1.5 1.5 0 0011 3.5z"/></svg>'},ic={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 00-.394-.1 2.455 2.455 0 00-.483-.05 1.32 1.32 0 00-.832.241 1.334 1.334 0 00-.405.895l-.128.937h1.846v1.282H6.812l-.376 2.462a3.578 3.578 0 01-.462 1.357 2.583 2.583 0 01-.784.808 3.015 3.015 0 01-.938.387A4.823 4.823 0 013.184 13q-.275 0-.629-.03A3.529 3.529 0 012 12.892v-1.815h.12a.56.56 0 00.424.244 2.538 2.538 0 00.5.052 1.304 1.304 0 00.898-.29 1.584 1.584 0 00.424-.985l.33-2.226H3.256V6.59H5.05l.178-1.162a2.942 2.942 0 01.444-1.244 2.516 2.516 0 01.76-.734 2.643 2.643 0 01.94-.356A5.61 5.61 0 018.357 3q.294 0 .588.025t.599.076z"/></svg>'},sc={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 011.142-.49 1.763 1.763 0 01-.49 1.142L9.205 8.263l.008.025.065.184.03.093a1.352 1.352 0 01.032.295 1.385 1.385 0 01-2.769 0 1.343 1.343 0 01.033-.294l.034-.11.055-.16.012-.033.014-.014a1.389 1.389 0 01.625-.625l.015-.015.033-.011.16-.055.11-.035a1.32 1.32 0 01.588 0l.11.035.16.055.033.011zM14 8.86a5.979 5.979 0 01-1.799 4.28l-1.309-1.308a4.085 4.085 0 00.83-4.78l.55-.55a2.576 2.576 0 00.64-1.082A5.968 5.968 0 0114 8.86zm-6-6a5.998 5.998 0 00-4.201 10.28l1.308-1.308a4.14 4.14 0 014.645-6.725l.564-.564a2.57 2.57 0 011.07-.635A5.97 5.97 0 008 2.86z"/></svg>'},oc={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 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1H3a1 1 0 00-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>'},nc={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>'},rc={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 015 3a2.486 2.486 0 01-2-1H2v4h1a1.797 1.797 0 011.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>'},ac={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 14l.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>'},lc={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 2L2.5 9H4v5h3v-3h2v3h3V9h1.5L7.988 2z"/></svg>'},cc={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 00.355-1.258c0-1.826-2.083-2.886-2.083-3.652s2.083-1.826 2.083-3.652a2.491 2.491 0 00-.355-1.257h.404V2.6h.047a.556.556 0 00.499-.6H4.727a.556.556 0 00.499.6h.047v.49h.404a2.491 2.491 0 00-.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 00.355 1.257h-.404v.491h-.047a.556.556 0 00-.499.6h6.546a.556.556 0 00-.499-.6zM8 12.957c-1.565 0-1.975-.585-1.975-1.305a7.183 7.183 0 011.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 011.738.656c0 .72-.409 1.305-1.99 1.305z"/></svg>'},hc={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 011 1v8a1.001 1.001 0 01-1 1H4a1.001 1.001 0 01-1-1V4a1.001 1.001 0 011-1h8m0-1H4a2 2 0 00-2 2v8a2 2 0 002 2h8a2 2 0 002-2V4a2 2 0 00-2-2zM4 4v8h8V4zm6 6H6V6h4z"/></svg>'},dc={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 002.035-.838 1.164 1.164 0 00-.346-.846 1.193 1.193 0 00-1.693 0 1.158 1.158 0 00-.35.846 1.144 1.144 0 00.354.838z"/></svg>'},uc={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 106 6 6 6 0 00-6-6zm-.697 2.28a.951.951 0 011.35 0 .928.928 0 01.276.675.952.952 0 01-1.905 0 .924.924 0 01.279-.674zM9.7 12H6.3v-1.264h.833V7.777H6.3V6.513h2.584v4.223H9.7z"/></svg>'},pc={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.348l-.652-.652 1.444-.14zm-3.818.698l-4.912 4.912-.395-.396 4.12-4.12zm4.734-2.918l-1.697.136-.395-.395L11 3.176l.72-.067 1.304 1.304zm-3.524-.386l-.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>'},vc={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>'},gc={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.546l.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.11l.89-.444 5.333 2.667 1.778-.89.889.448v1.33L9.778 10.88 3.555 7.768z"/></svg>'},mc={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.953L6.909 2h3.636L8.364 7.013h2.909L4.727 14l2.21-6.049z"/></svg>'},fc={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 019.963 7.02l-1.06 1.065c-.053-.103-.095-.192-.144-.276a1.48 1.48 0 00-1.277-.769 1.43 1.43 0 00-.977.394c-.75.694-1.469 1.421-2.165 2.168a1.431 1.431 0 00.054 2.038 1.507 1.507 0 001.039.432 1.28 1.28 0 00.953-.417c.103-.11.435-.44.81-.805a3.458 3.458 0 001.908.188c-1.006 1.035-2.179 2.187-2.996 2.38a2.982 2.982 0 01-.693.082 2.91 2.91 0 01-2.182-4.842A46.793 46.793 0 015.53 6.356a2.826 2.826 0 011.935-.764M10.583 2.5a3.001 3.001 0 00-.69.081 10.376 10.376 0 00-2.996 2.377 3.474 3.474 0 01.568-.054 3.58 3.58 0 011.31.249c.38-.332.701-.646.875-.834a1.221 1.221 0 01.913-.395 1.513 1.513 0 011.074.469 1.433 1.433 0 01.022 2.005c-.7.743-1.42 1.47-2.165 2.167a1.419 1.419 0 01-.975.395 1.483 1.483 0 01-1.28-.768c-.048-.085-.089-.175-.151-.298L6.043 8.987a2.882 2.882 0 002.493 1.42 2.808 2.808 0 001.93-.76 54.2 54.2 0 002.266-2.266A2.911 2.911 0 0010.583 2.5"/></svg>'},bc={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 01.687 2.519l-1.364.002c.032-.1.062-.183.085-.269a1.343 1.343 0 00-.326-1.312 1.297 1.297 0 00-.88-.374 37.657 37.657 0 00-2.779.002 1.298 1.298 0 00-1.273 1.341 1.367 1.367 0 00.39.944 1.162 1.162 0 00.878.344c.137-.005.562-.002 1.036.004a3.137 3.137 0 001.104 1.344 8.133 8.133 0 01-3.45-.395 2.705 2.705 0 01-.496-.392A2.64 2.64 0 014.52 8.702a42.45 42.45 0 012.951-.003 2.564 2.564 0 011.731.751m3.984.017a2.723 2.723 0 00-.495-.39 9.414 9.414 0 00-3.447-.398 3.151 3.151 0 01.4.33 3.247 3.247 0 01.68 1c.457.031.864.035 1.096.027a1.108 1.108 0 01.839.331 1.373 1.373 0 01.389.99 1.3 1.3 0 01-1.272 1.3c-.926.028-1.854.033-2.78.002a1.287 1.287 0 01-.878-.372 1.345 1.345 0 01-.328-1.313c.023-.086.054-.17.093-.289l-1.371.031a2.614 2.614 0 00.688 2.51 2.547 2.547 0 001.726.751c.968.033 1.94.025 2.908 0a2.641 2.641 0 001.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>'},wc={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>'},xc={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>'},yc={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 01-.694.178 16.116 16.116 0 01-3.382.328 16.089 16.089 0 01-3.38-.328 8.77 8.77 0 01-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 00.332.218l.03.017a4.235 4.235 0 00.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 00.457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 00.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 00.694.179 16.101 16.101 0 003.378.327 16.12 16.12 0 003.382-.327 8.892 8.892 0 00.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 011-.255V6h3v2h6V7H9V6z"/></svg>'},$c={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 00-4-4 3.822 3.822 0 00-2.81 1.078A4.349 4.349 0 004.062 7v1H3v6h10V8zM6.062 6.986a2.407 2.407 0 01.566-1.516A1.834 1.834 0 018 5a1.883 1.883 0 012 2v1H6.062z"/></svg>'},Cc={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.29l-2.926-2.926a3.971 3.971 0 10-.783.783l2.927 2.926zM7.01 9.84a2.83 2.83 0 112.83-2.83 2.833 2.833 0 01-2.83 2.83z"/></svg>'},kc={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 00-.75.73v8.54a.74.74 0 00.75.73h12.5a.74.74 0 00.75-.73V3.73a.74.74 0 00-.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>'},_c={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>'},zc={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>'},Ic={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 004 2.615v10.77a.54.54 0 00.538.538h5.924a.54.54 0 00.538-.538V2.615a.54.54 0 00-.538-.538zM10 12H5V3h5z"/></svg>'},Oc={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>'},Ac={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>'},Sc={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.493l2.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>'},Ec={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>'},Hc={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 01-.195 1.176 2.63 2.63 0 01-.549.885 3.96 3.96 0 01-.852.672 7.46 7.46 0 01-1.121.54v1.501H6.27V8.15q.467-.125.845-.256a3.199 3.199 0 00.793-.429 2.098 2.098 0 00.608-.612 1.45 1.45 0 00.22-.791 1.042 1.042 0 00-.423-.939 2.163 2.163 0 00-1.195-.28 3.338 3.338 0 00-1.068.204 4.853 4.853 0 00-1.09.526h-.263V3.566a8.148 8.148 0 011.296-.372A8.205 8.205 0 017.77 3a4.196 4.196 0 012.579.718 2.241 2.241 0 01.954 1.876zM8.77 13H6.112v-1.737H8.77z"/></svg>'},Mc={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.985l-8.002 4.013L8 8 5.998 3.987zM3.995 2.997L2 2l3 6-3 6 2.002-1.005L6.5 8z"/></svg>'},Vc={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 01-1 1z"/></svg>'},Lc={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.012l-2.069 6.153-.565-2.722-3.544 3.544-.822-.822 3.544-3.544-2.723-.566zM2 4v10h10v-4h-2v2H4V6h2V4z"/></svg>'},Tc={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>'},Pc={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>'},Rc={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>'},Dc={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 001.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 01.9-1.267zm0-6.054a4.613 4.613 0 00-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 012 9.18V4h12z"/></svg>'},Fc={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.29L2 12.304v-8.01zM14 2h-2v12h2z"/></svg>'},Bc={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 013.938-3.94v.771a4.123 4.123 0 00-3.176 3.169zM8 2v1.875A4.125 4.125 0 113.875 8H2a6 6 0 106-6z"/></svg>'},Nc={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>'},jc={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.199l-.016-.076a2.34 2.34 0 00-.497-1.18 2.108 2.108 0 00-1.281-.26h-.56v5.941c0 .552.11.718.176.768a1.793 1.793 0 00.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 00-1.274.262 2.015 2.015 0 00-.498 1.174l-.015.08H4.49L4.565 4h6.859l.07 2.199z"/></svg>'},qc={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 00-1.477.291 2.262 2.262 0 00-.563 1.36l-.038.196h-.797L3.704 3h8.6l.092 2.925h-.784l-.021-.095a2.817 2.817 0 00-.589-1.466c-.147-.131-.523-.286-1.48-.286H8.96V11.2c0 .679.138.819.165.84a2.092 2.092 0 001.01.213l.223.018V13z"/></svg>'},Uc={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 00-.5.5v11a.501.501 0 00.5.5h9a.501.501 0 00.5-.5v-11a.501.501 0 00-.5-.5zM8 13.25a.75.75 0 11.75-.75.752.752 0 01-.75.75zM12 11H4V3h8z"/></svg>'},Kc={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.588L5.23 3 3 5.229l.588 2.816L8.543 13 13 8.543zM6.5 6.499a1.082 1.082 0 11-.013-1.516A1.072 1.072 0 016.499 6.5z"/></svg>'},Wc={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.338L5.23 1.75 3 3.979l.588 2.816 4.955 4.955L13 7.293zM6.5 5.249a1.082 1.082 0 11-.013-1.516 1.072 1.072 0 01.013 1.516zm6.251 4.794L8.543 14.25 4.257 9.964l-.283-1.369 4.569 4.57L12.207 9.5z"/></svg>'},Xc={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 102 2 2 2 0 00-2-2zm4.9.99A5.005 5.005 0 009 3.1V1H7v2.1A5.005 5.005 0 003.1 7H1v2h2.1A5.005 5.005 0 007 12.9V15h2v-2.1A5.005 5.005 0 0012.9 9H15V7zM8 12a4 4 0 114-4 4.005 4.005 0 01-4 4z"/></svg>'},Yc={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 019 12.9V15H7v-2.108a4.99 4.99 0 01-3.898-3.985l-1.52.583 2.003-4 1.998 4L4.11 8.9A3.999 3.999 0 107 4.13V1h2v2.1A5.005 5.005 0 0112.9 7zm-5 1.01a2 2 0 11-2-2 2 2 0 012 2z"/></svg>'},Gc={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 116.5 8 1.5 1.5 0 018 6.5zM.5 8A1.5 1.5 0 102 6.5 1.5 1.5 0 00.5 8zm12 0A1.5 1.5 0 1014 6.5 1.5 1.5 0 0012.5 8z"/></svg>'},Qc={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 7l-.625-5H10V1H5v1h.625L5 7a2 2 0 00-2 2h4v4l.5 2 .5-2V9h4a2 2 0 00-2-2z"/></svg>'},Jc={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>'},Zc={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.103L5.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>'},th={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>'},eh={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 2L2 14h12zm0 4.875l2.438 4.875H5.585z"/></svg>'},ih={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 00-1.6 1.6v6.8a1.595 1.595 0 001.6 1.594h10.8a1.595 1.595 0 001.6-1.594v-6.8a1.6 1.6 0 00-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>'},sh={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 00-1.182 1.51l.01.155.021.193a1.69 1.69 0 00.216.54l.02.038.105.134.127.144.054.047a1.509 1.509 0 00.992.36h.049a1.306 1.306 0 00.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 01-.571.053 3.148 3.148 0 01-2.99-2.258l-.011-.045a3.04 3.04 0 01-.076-.35 3.127 3.127 0 01-.03-.206l-.004-.089a3.112 3.112 0 01-.016-.336A3.164 3.164 0 014.35 7.356c.272-.068.808-.203.802-.206l.623-.137zm4.31-1.544l-.353 1.575c.737.176 1.38.334 1.413.346a1.514 1.514 0 01.789.768l.029.066.053.185.038.164.002.045a1.667 1.667 0 01-.035.58l-.064.185-.056.142a1.546 1.546 0 01-1.4.893 1.661 1.661 0 01-.313-.03 54.946 54.946 0 01-1.15-.24l-.347 1.55.406.097-.013-.017c.276.057.55.118.826.173a3.02 3.02 0 00.578.056 3.188 3.188 0 002.811-1.74 3.018 3.018 0 00.129-.311l.033-.083.061-.197a3.047 3.047 0 00.082-.351l.008-.044a3.132 3.132 0 00-2.281-3.513c-.297-.077-.777-.19-1.245-.299M7.932 2.393L6.875 6.075h.75l.3 3.032 1.2-3.782h-.75z"/></svg>'},oh={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 01.566-1.516A1.834 1.834 0 018 4a1.883 1.883 0 012 2h2a3.888 3.888 0 00-4-4 3.822 3.822 0 00-2.81 1.078A4.349 4.349 0 004.062 6v2H3v6h10V8z"/></svg>'},nh={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 2L5 7.9l2.004-1.312L7 11h2V6.613L11 7.9z"/></svg>'},rh={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 012.184 2.182v1.09c.647 0 .378.932 0 1.455a4.275 4.275 0 01-.335.364 8.55 8.55 0 01-.31.742l.208 1.076h.437l2.75 1.527A2.148 2.148 0 0114 12.291V14H2v-1.673a2.163 2.163 0 011.063-1.869l2.758-1.55h.437l.21-1.068a8.52 8.52 0 01-.312-.749 4.275 4.275 0 01-.335-.364c-.378-.523-.647-1.454 0-1.454v-1.09A2.18 2.18 0 018.004 2"/></svg>'},ah={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.28l-.06.013a4.556 4.556 0 00-1.38-2.609V3.44a.481.481 0 00-.48-.48h-.48V2H5.85v.96h-.48a.481.481 0 00-.48.48v1.24a4.545 4.545 0 000 6.64v1.24a.481.481 0 00.48.48h.48V14h4.32v-.96h.48a.481.481 0 00.48-.48v-1.24a4.547 4.547 0 001.379-2.612l.061.012a.481.481 0 00.48-.48v-.48a.481.481 0 00-.48-.48zm-2.3 2.662a1.59 1.59 0 00-.182-.26L8.747 8.338a.785.785 0 000-.666c.132-.133.894-.899.965-1a1.216 1.216 0 00.14-.485 1.004 1.004 0 00-.515.157l-.955.957a.784.784 0 100 1.408c.163.167.956.974 1.236 1.254a1.477 1.477 0 00.36.276 3.055 3.055 0 11.291-.297z"/></svg>'},lh={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 01-.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>'},ch={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 106 6 6 6 0 00-6-6zm4.089 2.526h-1.868a5.598 5.598 0 00-.854-1.712 5.363 5.363 0 012.722 1.712zm-2.722 8.66a5.599 5.599 0 00.854-1.712h1.868a5.363 5.363 0 01-2.722 1.712zm3.181-2.344h-2.146a10.644 10.644 0 00.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 00.663 1.21 5.363 5.363 0 01-2.722-1.712h.317a.955.955 0 01-.017-.17v-.462h-.76a5.33 5.33 0 01-.804-2.526h1.564v-.632H2.646a5.33 5.33 0 01.805-2.526h.759V4.69a.95.95 0 01.016-.164h-.316a5.363 5.363 0 012.722-1.712 5.017 5.017 0 00-.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 00-.208-1.186h2.146a5.33 5.33 0 01.804 2.526h-.67a.92.92 0 01-.001.632h.671a5.33 5.33 0 01-.804 2.526zM12.105 8a.326.326 0 01-.19.296l-6.598 3.3-.148.036a.327.327 0 01-.327-.328V4.69a.327.327 0 01.492-.281l6.595 3.302a.326.326 0 01.176.29z"/></svg>'},hh={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 106 6 6 6 0 00-6-6zm4.09 2.526H10.22a5.6 5.6 0 00-.854-1.712 5.364 5.364 0 012.722 1.712zm-2.723 8.66a5.6 5.6 0 00.854-1.712h1.868a5.363 5.363 0 01-2.722 1.712zm3.181-2.344h-2.146a10.657 10.657 0 00.208-1.187L9.923 10a9.85 9.85 0 01-.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 00.663 1.21 5.363 5.363 0 01-2.722-1.712h.317a.96.96 0 01-.017-.17v-.462h-.76a5.33 5.33 0 01-.804-2.526H4.21v-.632H2.647a5.33 5.33 0 01.805-2.526h.759V4.69a.95.95 0 01.016-.164h-.316a5.364 5.364 0 012.722-1.712 5.02 5.02 0 00-.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 00-.208-1.186h2.146a5.33 5.33 0 01.804 2.526h-.67a.92.92 0 01-.001.632h.671a5.33 5.33 0 01-.804 2.526zm-.619-3.131L5.334 4.409a.327.327 0 00-.492.281v6.613a.327.327 0 00.327.328l.148-.035 6.598-3.3a.326.326 0 00.014-.585zm-6.087 2.505V5.78L10.274 8z"/></svg>'},dh={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>'},uh={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>'},ph={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.714l-5.791-5.79a2.504 2.504 0 00.17-.755 2.149 2.149 0 00-.095-.814 2.12 2.12 0 00-.55-.904 2.328 2.328 0 00-1.76-.685h-.045a2.104 2.104 0 00-.718.155l1.102 1.104.32.32.244.245a1.864 1.864 0 01-.22.854 1.043 1.043 0 01-.114.145 1.648 1.648 0 01-1.003.335L2.61 4.704l-.449-.449a2.074 2.074 0 00-.135.545l-.015.105a2.337 2.337 0 00.384 1.518 2.51 2.51 0 00.295.36 2.205 2.205 0 001.576.65 2.453 2.453 0 00.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>'},vh={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.667L9.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>'},gh={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.026L4.9 10.866 6.277 9.53l1.744 1.81 4.562-4.507 1.307 1.363zm1.155-10.68l-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>'},mh=`:${to}`,fh=ut`
|
|
1111
|
+
${Zs("inline-flex")}
|
|
1120
1112
|
|
|
1121
1113
|
:host {
|
|
1122
|
-
height: ${
|
|
1114
|
+
height: ${Gn};
|
|
1123
1115
|
box-sizing: border-box;
|
|
1124
|
-
font: ${
|
|
1125
|
-
color: ${
|
|
1126
|
-
padding-left: calc(4px - ${
|
|
1116
|
+
font: ${Ir};
|
|
1117
|
+
color: ${Or};
|
|
1118
|
+
padding-left: calc(4px - ${tr});
|
|
1127
1119
|
}
|
|
1128
1120
|
|
|
1129
1121
|
.listitem {
|
|
@@ -1137,11 +1129,11 @@ const Pa={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
|
|
|
1137
1129
|
display: flex;
|
|
1138
1130
|
align-items: center;
|
|
1139
1131
|
justify-content: center;
|
|
1140
|
-
border: ${
|
|
1141
|
-
padding-right: calc(4px - ${
|
|
1132
|
+
border: ${tr} solid transparent;
|
|
1133
|
+
padding-right: calc(4px - ${tr});
|
|
1142
1134
|
}
|
|
1143
1135
|
|
|
1144
|
-
.control:link {
|
|
1136
|
+
.control:any-link {
|
|
1145
1137
|
cursor: pointer;
|
|
1146
1138
|
text-decoration: none;
|
|
1147
1139
|
}
|
|
@@ -1155,9 +1147,9 @@ const Pa={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
|
|
|
1155
1147
|
text-decoration: underline;
|
|
1156
1148
|
}
|
|
1157
1149
|
|
|
1158
|
-
.control:link${
|
|
1159
|
-
border: ${
|
|
1160
|
-
outline: 2px solid ${
|
|
1150
|
+
.control:any-link${mh} {
|
|
1151
|
+
border: ${tr} solid ${Kn};
|
|
1152
|
+
outline: 2px solid ${Kn};
|
|
1161
1153
|
outline-offset: 1px;
|
|
1162
1154
|
}
|
|
1163
1155
|
|
|
@@ -1177,15 +1169,15 @@ const Pa={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
|
|
|
1177
1169
|
}
|
|
1178
1170
|
|
|
1179
1171
|
slot[name='separator'] svg {
|
|
1180
|
-
width: ${
|
|
1181
|
-
height: ${
|
|
1172
|
+
width: ${er};
|
|
1173
|
+
height: ${er};
|
|
1182
1174
|
}
|
|
1183
1175
|
|
|
1184
1176
|
slot[name='separator'] path {
|
|
1185
|
-
fill: ${
|
|
1177
|
+
fill: ${ur};
|
|
1186
1178
|
}
|
|
1187
1179
|
`
|
|
1188
|
-
const
|
|
1180
|
+
const bh=class extends Be{}.compose({baseName:"breadcrumb-item",baseClass:Be,template:(t,e)=>q`
|
|
1189
1181
|
<div role="listitem" class="listitem" part="listitem">
|
|
1190
1182
|
${gt((t=>t.href&&t.href.length>0),q`
|
|
1191
1183
|
${((t,e)=>q`
|
|
@@ -1222,18 +1214,18 @@ const wh=class extends Be{}.compose({baseName:"breadcrumb-item",baseClass:Be,tem
|
|
|
1222
1214
|
aria-roledescription="${t=>t.ariaRoledescription}"
|
|
1223
1215
|
${vt("control")}
|
|
1224
1216
|
>
|
|
1225
|
-
${
|
|
1217
|
+
${kt(0,e)}
|
|
1226
1218
|
<span class="content" part="content">
|
|
1227
1219
|
<slot ${wt("defaultSlottedContent")}></slot>
|
|
1228
1220
|
</span>
|
|
1229
|
-
${
|
|
1221
|
+
${Ct(0,e)}
|
|
1230
1222
|
</a>
|
|
1231
1223
|
`)(0,e)}
|
|
1232
1224
|
`)}
|
|
1233
1225
|
${gt((t=>!t.href),q`
|
|
1234
|
-
${Ct(0,e)}
|
|
1235
|
-
<slot></slot>
|
|
1236
1226
|
${kt(0,e)}
|
|
1227
|
+
<slot></slot>
|
|
1228
|
+
${Ct(0,e)}
|
|
1237
1229
|
`)}
|
|
1238
1230
|
${gt((t=>t.separator),q`
|
|
1239
1231
|
<span class="separator" part="separator" aria-hidden="true">
|
|
@@ -1241,16 +1233,16 @@ const wh=class extends Be{}.compose({baseName:"breadcrumb-item",baseClass:Be,tem
|
|
|
1241
1233
|
</span>
|
|
1242
1234
|
`)}
|
|
1243
1235
|
</div>
|
|
1244
|
-
`,styles:
|
|
1245
|
-
|
|
1246
|
-
const yh="outline",$h="ghost",
|
|
1247
|
-
${
|
|
1236
|
+
`,styles:fh,separator:tc.data})
|
|
1237
|
+
Bi.getOrCreate().withPrefix("nimble").register(bh())
|
|
1238
|
+
class wh{constructor(t,e,i){this.propertyName=t,this.value=e,this.styles=i}bind(t){p.getNotifier(t).subscribe(this,this.propertyName),this.handleChange(t,this.propertyName)}unbind(t){p.getNotifier(t).unsubscribe(this,this.propertyName),t.$fastController.removeStyles(this.styles)}handleChange(t,e){const i=t[e];(Array.isArray(this.value)?this.value.includes(i):this.value===i)?t.$fastController.addStyles(this.styles):t.$fastController.removeStyles(this.styles)}}function xh(t,e){return new wh("appearance",t,e)}const yh="outline",$h="ghost",Ch="block",kh=ut`
|
|
1239
|
+
${Zs("inline-flex")}
|
|
1248
1240
|
|
|
1249
1241
|
:host {
|
|
1250
1242
|
background-color: transparent;
|
|
1251
|
-
height: ${
|
|
1252
|
-
color: ${
|
|
1253
|
-
font: ${
|
|
1243
|
+
height: ${Gn};
|
|
1244
|
+
color: ${Jr};
|
|
1245
|
+
font: ${Qr};
|
|
1254
1246
|
cursor: pointer;
|
|
1255
1247
|
outline: none;
|
|
1256
1248
|
border: none;
|
|
@@ -1260,7 +1252,7 @@ const yh="outline",$h="ghost",kh="block",Ch=ut`
|
|
|
1260
1252
|
}
|
|
1261
1253
|
|
|
1262
1254
|
:host([disabled]) {
|
|
1263
|
-
color: ${
|
|
1255
|
+
color: ${Zr};
|
|
1264
1256
|
cursor: default;
|
|
1265
1257
|
}
|
|
1266
1258
|
|
|
@@ -1268,7 +1260,7 @@ const yh="outline",$h="ghost",kh="block",Ch=ut`
|
|
|
1268
1260
|
background-color: transparent;
|
|
1269
1261
|
height: 100%;
|
|
1270
1262
|
width: 100%;
|
|
1271
|
-
border: ${
|
|
1263
|
+
border: ${tr} solid transparent;
|
|
1272
1264
|
box-sizing: border-box;
|
|
1273
1265
|
color: inherit;
|
|
1274
1266
|
border-radius: inherit;
|
|
@@ -1281,12 +1273,12 @@ const yh="outline",$h="ghost",kh="block",Ch=ut`
|
|
|
1281
1273
|
font: inherit;
|
|
1282
1274
|
outline: none;
|
|
1283
1275
|
margin: 0;
|
|
1284
|
-
padding: 0 ${
|
|
1285
|
-
transition: box-shadow ${
|
|
1276
|
+
padding: 0 ${Jn};
|
|
1277
|
+
transition: box-shadow ${$a};
|
|
1286
1278
|
}
|
|
1287
1279
|
|
|
1288
1280
|
:host([content-hidden]) .control {
|
|
1289
|
-
width: ${
|
|
1281
|
+
width: ${Gn};
|
|
1290
1282
|
padding: 0px;
|
|
1291
1283
|
}
|
|
1292
1284
|
|
|
@@ -1297,13 +1289,13 @@ const yh="outline",$h="ghost",kh="block",Ch=ut`
|
|
|
1297
1289
|
}
|
|
1298
1290
|
|
|
1299
1291
|
.control:hover {
|
|
1300
|
-
box-shadow: 0px 0px 0px ${
|
|
1292
|
+
box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
|
|
1301
1293
|
outline: none;
|
|
1302
1294
|
}
|
|
1303
1295
|
|
|
1304
|
-
.control${
|
|
1305
|
-
box-shadow: 0px 0px 0px ${
|
|
1306
|
-
outline: ${
|
|
1296
|
+
.control${mh} {
|
|
1297
|
+
box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
|
|
1298
|
+
outline: ${tr} solid ${Kn};
|
|
1307
1299
|
outline-offset: -4px;
|
|
1308
1300
|
}
|
|
1309
1301
|
|
|
@@ -1336,7 +1328,7 @@ const yh="outline",$h="ghost",kh="block",Ch=ut`
|
|
|
1336
1328
|
|
|
1337
1329
|
[part='start'] {
|
|
1338
1330
|
display: contents;
|
|
1339
|
-
${
|
|
1331
|
+
${Wn.cssCustomProperty}: ${Jr};
|
|
1340
1332
|
}
|
|
1341
1333
|
|
|
1342
1334
|
:host([disabled]) slot[name='start']::slotted(*) {
|
|
@@ -1345,7 +1337,7 @@ const yh="outline",$h="ghost",kh="block",Ch=ut`
|
|
|
1345
1337
|
|
|
1346
1338
|
[part='end'] {
|
|
1347
1339
|
display: contents;
|
|
1348
|
-
${
|
|
1340
|
+
${Wn.cssCustomProperty}: ${Jr};
|
|
1349
1341
|
}
|
|
1350
1342
|
|
|
1351
1343
|
:host([disabled]) slot[name='end']::slotted(*) {
|
|
@@ -1358,27 +1350,27 @@ const yh="outline",$h="ghost",kh="block",Ch=ut`
|
|
|
1358
1350
|
`.withBehaviors(xh(yh,ut`
|
|
1359
1351
|
.control {
|
|
1360
1352
|
background-color: transparent;
|
|
1361
|
-
border-color: rgba(${
|
|
1353
|
+
border-color: rgba(${Vn}, 0.3);
|
|
1362
1354
|
}
|
|
1363
1355
|
|
|
1364
1356
|
.control:hover {
|
|
1365
1357
|
background-color: transparent;
|
|
1366
|
-
border-color: ${
|
|
1358
|
+
border-color: ${Kn};
|
|
1367
1359
|
}
|
|
1368
1360
|
|
|
1369
|
-
.control${
|
|
1361
|
+
.control${mh} {
|
|
1370
1362
|
background-color: transparent;
|
|
1371
|
-
border-color: ${
|
|
1363
|
+
border-color: ${Kn};
|
|
1372
1364
|
}
|
|
1373
1365
|
|
|
1374
1366
|
.control:active {
|
|
1375
|
-
background-color: ${
|
|
1376
|
-
border-color: ${
|
|
1367
|
+
background-color: ${Tn};
|
|
1368
|
+
border-color: ${Tn};
|
|
1377
1369
|
}
|
|
1378
1370
|
|
|
1379
1371
|
.control[disabled] {
|
|
1380
1372
|
background-color: transparent;
|
|
1381
|
-
border-color: rgba(${
|
|
1373
|
+
border-color: rgba(${Bn}, 0.2);
|
|
1382
1374
|
}
|
|
1383
1375
|
`),xh($h,ut`
|
|
1384
1376
|
.control {
|
|
@@ -1388,63 +1380,63 @@ const yh="outline",$h="ghost",kh="block",Ch=ut`
|
|
|
1388
1380
|
|
|
1389
1381
|
.control:hover {
|
|
1390
1382
|
background-color: transparent;
|
|
1391
|
-
border-color: ${
|
|
1383
|
+
border-color: ${Kn};
|
|
1392
1384
|
}
|
|
1393
1385
|
|
|
1394
|
-
.control${
|
|
1386
|
+
.control${mh} {
|
|
1395
1387
|
background-color: transparent;
|
|
1396
|
-
border-color: ${
|
|
1388
|
+
border-color: ${Kn};
|
|
1397
1389
|
}
|
|
1398
1390
|
|
|
1399
1391
|
.control:active {
|
|
1400
|
-
background-color: ${
|
|
1401
|
-
border-color: ${
|
|
1392
|
+
background-color: ${Tn};
|
|
1393
|
+
border-color: ${Tn};
|
|
1402
1394
|
}
|
|
1403
1395
|
|
|
1404
1396
|
.control[disabled] {
|
|
1405
1397
|
background-color: transparent;
|
|
1406
1398
|
border-color: transparent;
|
|
1407
1399
|
}
|
|
1408
|
-
`),xh(
|
|
1400
|
+
`),xh(Ch,ut`
|
|
1409
1401
|
.control {
|
|
1410
|
-
background-color: rgba(${
|
|
1402
|
+
background-color: rgba(${Bn}, 0.1);
|
|
1411
1403
|
border-color: transparent;
|
|
1412
1404
|
}
|
|
1413
1405
|
|
|
1414
1406
|
.control:hover {
|
|
1415
1407
|
background-color: transparent;
|
|
1416
|
-
border-color: ${
|
|
1408
|
+
border-color: ${Kn};
|
|
1417
1409
|
}
|
|
1418
1410
|
|
|
1419
|
-
.control${
|
|
1420
|
-
background-color: rgba(${
|
|
1421
|
-
border-color: ${
|
|
1411
|
+
.control${mh} {
|
|
1412
|
+
background-color: rgba(${Bn}, 0.1);
|
|
1413
|
+
border-color: ${Kn};
|
|
1422
1414
|
}
|
|
1423
1415
|
|
|
1424
|
-
.control${
|
|
1416
|
+
.control${mh}:hover {
|
|
1425
1417
|
background-color: transparent;
|
|
1426
1418
|
}
|
|
1427
1419
|
|
|
1428
1420
|
.control:active {
|
|
1429
|
-
background-color: ${
|
|
1430
|
-
border-color: ${
|
|
1421
|
+
background-color: ${Tn};
|
|
1422
|
+
border-color: ${Tn};
|
|
1431
1423
|
}
|
|
1432
1424
|
|
|
1433
1425
|
.control[disabled] {
|
|
1434
|
-
background-color: rgba(${
|
|
1426
|
+
background-color: rgba(${Bn}, 0.1);
|
|
1435
1427
|
border-color: transparent;
|
|
1436
1428
|
}
|
|
1437
|
-
`)),_h=
|
|
1429
|
+
`)),_h=kh.withBehaviors(xh(yh,ut`
|
|
1438
1430
|
:host(.primary) .control {
|
|
1439
|
-
box-shadow: 0px 0px 0px ${
|
|
1431
|
+
box-shadow: 0px 0px 0px ${tr} rgba(${Vn}, 0.3) inset;
|
|
1440
1432
|
}
|
|
1441
1433
|
|
|
1442
1434
|
:host(.primary) .control:hover {
|
|
1443
|
-
box-shadow: 0px 0px 0px ${
|
|
1435
|
+
box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
|
|
1444
1436
|
}
|
|
1445
1437
|
|
|
1446
|
-
:host(.primary) .control${
|
|
1447
|
-
box-shadow: 0px 0px 0px ${
|
|
1438
|
+
:host(.primary) .control${mh} {
|
|
1439
|
+
box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
|
|
1448
1440
|
}
|
|
1449
1441
|
|
|
1450
1442
|
:host(.primary) .control:active {
|
|
@@ -1454,12 +1446,12 @@ const yh="outline",$h="ghost",kh="block",Ch=ut`
|
|
|
1454
1446
|
:host(.primary) .control[disabled] {
|
|
1455
1447
|
box-shadow: none;
|
|
1456
1448
|
}
|
|
1457
|
-
`),xh(
|
|
1449
|
+
`),xh(Ch,ut`
|
|
1458
1450
|
:host(.primary) .control {
|
|
1459
1451
|
background-clip: padding-box;
|
|
1460
|
-
border-color: rgba(${
|
|
1461
|
-
border-width: calc(2 * ${
|
|
1462
|
-
padding: 0 calc(${
|
|
1452
|
+
border-color: rgba(${Vn}, 0.3);
|
|
1453
|
+
border-width: calc(2 * ${tr});
|
|
1454
|
+
padding: 0 calc(${Jn} - ${tr});
|
|
1463
1455
|
}
|
|
1464
1456
|
|
|
1465
1457
|
:host(.primary[content-hidden]) .control {
|
|
@@ -1467,28 +1459,28 @@ const yh="outline",$h="ghost",kh="block",Ch=ut`
|
|
|
1467
1459
|
}
|
|
1468
1460
|
|
|
1469
1461
|
:host(.primary) .control:hover {
|
|
1470
|
-
border-color: ${
|
|
1462
|
+
border-color: ${Kn};
|
|
1471
1463
|
box-shadow: none;
|
|
1472
1464
|
}
|
|
1473
1465
|
|
|
1474
|
-
:host(.primary) .control${
|
|
1466
|
+
:host(.primary) .control${mh} {
|
|
1475
1467
|
background-clip: border-box;
|
|
1476
|
-
border-color: ${
|
|
1477
|
-
border-width: ${
|
|
1478
|
-
box-shadow: 0px 0px 0px ${
|
|
1479
|
-
padding: 0 ${
|
|
1468
|
+
border-color: ${Kn};
|
|
1469
|
+
border-width: ${tr};
|
|
1470
|
+
box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
|
|
1471
|
+
padding: 0 ${Jn};
|
|
1480
1472
|
}
|
|
1481
1473
|
|
|
1482
|
-
:host(.primary[content-hidden]) .control${
|
|
1474
|
+
:host(.primary[content-hidden]) .control${mh} {
|
|
1483
1475
|
padding: 0px;
|
|
1484
1476
|
}
|
|
1485
1477
|
|
|
1486
1478
|
:host(.primary) .control:active {
|
|
1487
1479
|
background-clip: border-box;
|
|
1488
|
-
border-color: ${
|
|
1489
|
-
border-width: ${
|
|
1480
|
+
border-color: ${Tn};
|
|
1481
|
+
border-width: ${tr};
|
|
1490
1482
|
box-shadow: none;
|
|
1491
|
-
padding: 0 ${
|
|
1483
|
+
padding: 0 ${Jn};
|
|
1492
1484
|
}
|
|
1493
1485
|
|
|
1494
1486
|
:host(.primary[content-hidden]) .control:active {
|
|
@@ -1498,25 +1490,25 @@ const yh="outline",$h="ghost",kh="block",Ch=ut`
|
|
|
1498
1490
|
:host(.primary) .control[disabled] {
|
|
1499
1491
|
background-clip: border-box;
|
|
1500
1492
|
border-color: transparent;
|
|
1501
|
-
border-width: ${
|
|
1493
|
+
border-width: ${tr};
|
|
1502
1494
|
box-shadow: none;
|
|
1503
|
-
padding: 0 ${
|
|
1495
|
+
padding: 0 ${Jn};
|
|
1504
1496
|
}
|
|
1505
1497
|
|
|
1506
1498
|
:host(.primary[content-hidden]) .control[disabled] {
|
|
1507
1499
|
padding: 0px;
|
|
1508
1500
|
}
|
|
1509
1501
|
`))
|
|
1510
|
-
class zh extends Je{constructor(){super(...arguments),this.appearance=yh,this.contentHidden=!1}}
|
|
1502
|
+
class zh extends Je{constructor(){super(...arguments),this.appearance=yh,this.contentHidden=!1}}zn([tt],zh.prototype,"appearance",void 0),zn([tt({attribute:"content-hidden",mode:"boolean"})],zh.prototype,"contentHidden",void 0)
|
|
1511
1503
|
const Ih=zh.compose({baseName:"button",baseClass:Je,template:je,styles:_h,shadowOptions:{delegatesFocus:!0}})
|
|
1512
1504
|
Bi.getOrCreate().withPrefix("nimble").register(Ih())
|
|
1513
1505
|
const Oh=ut`
|
|
1514
|
-
${
|
|
1506
|
+
${Zs("inline-flex")}
|
|
1515
1507
|
|
|
1516
1508
|
:host {
|
|
1517
1509
|
background-color: transparent;
|
|
1518
|
-
color: ${
|
|
1519
|
-
font: ${
|
|
1510
|
+
color: ${Jr};
|
|
1511
|
+
font: ${Qr};
|
|
1520
1512
|
cursor: pointer;
|
|
1521
1513
|
outline: none;
|
|
1522
1514
|
border: none;
|
|
@@ -1541,14 +1533,14 @@ const Oh=ut`
|
|
|
1541
1533
|
background-color: transparent;
|
|
1542
1534
|
height: 100%;
|
|
1543
1535
|
width: 100%;
|
|
1544
|
-
border: ${
|
|
1536
|
+
border: ${tr} solid transparent;
|
|
1545
1537
|
color: inherit;
|
|
1546
1538
|
border-radius: inherit;
|
|
1547
1539
|
fill: inherit;
|
|
1548
1540
|
cursor: inherit;
|
|
1549
1541
|
font: inherit;
|
|
1550
1542
|
outline: none;
|
|
1551
|
-
transition: box-shadow ${
|
|
1543
|
+
transition: box-shadow ${$a};
|
|
1552
1544
|
padding: 0px;
|
|
1553
1545
|
}
|
|
1554
1546
|
|
|
@@ -1556,10 +1548,10 @@ const Oh=ut`
|
|
|
1556
1548
|
background: var(--ni-private-card-button-background-hover-color);
|
|
1557
1549
|
}
|
|
1558
1550
|
|
|
1559
|
-
.control${
|
|
1560
|
-
box-shadow: 0px 0px 0px ${
|
|
1561
|
-
border-color: ${
|
|
1562
|
-
outline: ${
|
|
1551
|
+
.control${mh} {
|
|
1552
|
+
box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
|
|
1553
|
+
border-color: ${Kn};
|
|
1554
|
+
outline: ${tr} solid ${Kn};
|
|
1563
1555
|
outline-offset: -4px;
|
|
1564
1556
|
}
|
|
1565
1557
|
|
|
@@ -1575,15 +1567,15 @@ const Oh=ut`
|
|
|
1575
1567
|
border-color: var(--ni-private-card-button-border-selected-color);
|
|
1576
1568
|
}
|
|
1577
1569
|
|
|
1578
|
-
:host([selected]) .control${
|
|
1579
|
-
border-color: ${
|
|
1570
|
+
:host([selected]) .control${mh} {
|
|
1571
|
+
border-color: ${Kn};
|
|
1580
1572
|
}
|
|
1581
1573
|
|
|
1582
1574
|
:host([selected]) .control:active {
|
|
1583
1575
|
border-color: var(--ni-private-card-button-border-active-color);
|
|
1584
1576
|
}
|
|
1585
1577
|
|
|
1586
|
-
:host([selected]) .control${
|
|
1578
|
+
:host([selected]) .control${mh}:active {
|
|
1587
1579
|
outline: none;
|
|
1588
1580
|
box-shadow: none;
|
|
1589
1581
|
}
|
|
@@ -1618,39 +1610,39 @@ const Oh=ut`
|
|
|
1618
1610
|
transition-duration: 0s;
|
|
1619
1611
|
}
|
|
1620
1612
|
}
|
|
1621
|
-
`.withBehaviors(
|
|
1613
|
+
`.withBehaviors(Ma(Io,ut`
|
|
1622
1614
|
:host {
|
|
1623
|
-
--ni-private-card-button-box-shadow-hover-color: ${
|
|
1624
|
-
--ni-private-card-button-background-hover-color: ${
|
|
1625
|
-
--ni-private-card-button-background-active-color: ${
|
|
1626
|
-
--ni-private-card-button-border-active-color: ${
|
|
1627
|
-
--ni-private-card-button-border-selected-color: ${
|
|
1615
|
+
--ni-private-card-button-box-shadow-hover-color: ${Mn(go,.3)};
|
|
1616
|
+
--ni-private-card-button-background-hover-color: ${Mn(uo,.3)};
|
|
1617
|
+
--ni-private-card-button-background-active-color: ${uo};
|
|
1618
|
+
--ni-private-card-button-border-active-color: ${Mn(mo,.2)};
|
|
1619
|
+
--ni-private-card-button-border-selected-color: ${Mn(mo,.6)};
|
|
1628
1620
|
}
|
|
1629
|
-
|
|
1621
|
+
`),Ma(Oo,ut`
|
|
1630
1622
|
:host {
|
|
1631
|
-
--ni-private-card-button-box-shadow-hover-color: ${
|
|
1632
|
-
--ni-private-card-button-background-hover-color: ${
|
|
1633
|
-
--ni-private-card-button-background-active-color: ${
|
|
1634
|
-
--ni-private-card-button-border-active-color: ${
|
|
1635
|
-
--ni-private-card-button-border-selected-color: ${
|
|
1623
|
+
--ni-private-card-button-box-shadow-hover-color: ${Mn(go,.77)};
|
|
1624
|
+
--ni-private-card-button-background-hover-color: ${Mn(co,.07)};
|
|
1625
|
+
--ni-private-card-button-background-active-color: ${Mn(co,.15)};
|
|
1626
|
+
--ni-private-card-button-border-active-color: ${Mn(co,.2)};
|
|
1627
|
+
--ni-private-card-button-border-selected-color: ${co};
|
|
1636
1628
|
}
|
|
1637
|
-
|
|
1629
|
+
`),Ma(Ao,ut`
|
|
1638
1630
|
:host {
|
|
1639
|
-
--ni-private-card-button-box-shadow-hover-color: ${
|
|
1640
|
-
--ni-private-card-button-background-hover-color: ${
|
|
1641
|
-
--ni-private-card-button-background-active-color: ${
|
|
1642
|
-
--ni-private-card-button-border-active-color: ${
|
|
1643
|
-
--ni-private-card-button-border-selected-color: ${
|
|
1631
|
+
--ni-private-card-button-box-shadow-hover-color: ${Mn(uo,.77)};
|
|
1632
|
+
--ni-private-card-button-background-hover-color: ${Mn(uo,.2)};
|
|
1633
|
+
--ni-private-card-button-background-active-color: ${Mn(uo,.4)};
|
|
1634
|
+
--ni-private-card-button-border-active-color: ${Mn(uo,.2)};
|
|
1635
|
+
--ni-private-card-button-border-selected-color: ${Mn(uo,.6)};
|
|
1644
1636
|
}
|
|
1645
1637
|
`))
|
|
1646
|
-
class
|
|
1647
|
-
const Ah
|
|
1648
|
-
Bi.getOrCreate().withPrefix("nimble").register(
|
|
1638
|
+
class Ah extends Je{constructor(){super(...arguments),this.selected=!1}}zn([tt({mode:"boolean"})],Ah.prototype,"selected",void 0)
|
|
1639
|
+
const Sh=Ah.compose({baseName:"card-button",template:je,styles:Oh,shadowOptions:{delegatesFocus:!0}})
|
|
1640
|
+
Bi.getOrCreate().withPrefix("nimble").register(Sh())
|
|
1649
1641
|
const Eh=ut`
|
|
1650
|
-
${
|
|
1642
|
+
${Zs("inline-flex")}
|
|
1651
1643
|
|
|
1652
1644
|
:host {
|
|
1653
|
-
font: ${
|
|
1645
|
+
font: ${Qr};
|
|
1654
1646
|
align-items: center;
|
|
1655
1647
|
cursor: pointer;
|
|
1656
1648
|
outline: none;
|
|
@@ -1662,16 +1654,16 @@ const Eh=ut`
|
|
|
1662
1654
|
}
|
|
1663
1655
|
|
|
1664
1656
|
.control {
|
|
1665
|
-
width: calc(${
|
|
1666
|
-
height: calc(${
|
|
1657
|
+
width: calc(${Gn} / 2);
|
|
1658
|
+
height: calc(${Gn} / 2);
|
|
1667
1659
|
box-sizing: border-box;
|
|
1668
1660
|
flex-shrink: 0;
|
|
1669
|
-
border: ${
|
|
1661
|
+
border: ${tr} solid ${Fn};
|
|
1670
1662
|
padding: 2px;
|
|
1671
1663
|
display: inline-flex;
|
|
1672
1664
|
align-items: center;
|
|
1673
1665
|
justify-content: center;
|
|
1674
|
-
transition: box-shadow ${
|
|
1666
|
+
transition: box-shadow ${$a};
|
|
1675
1667
|
${""}
|
|
1676
1668
|
line-height: 0;
|
|
1677
1669
|
}
|
|
@@ -1683,24 +1675,24 @@ const Eh=ut`
|
|
|
1683
1675
|
}
|
|
1684
1676
|
|
|
1685
1677
|
:host([disabled]) .control {
|
|
1686
|
-
background-color: rgba(${
|
|
1687
|
-
border-color: rgba(${
|
|
1678
|
+
background-color: rgba(${Bn}, 0.1);
|
|
1679
|
+
border-color: rgba(${Bn}, 0.2);
|
|
1688
1680
|
}
|
|
1689
1681
|
|
|
1690
1682
|
:host(:not([disabled]):not(:active):hover) .control {
|
|
1691
|
-
border-color: ${
|
|
1692
|
-
box-shadow: 0px 0px 0px ${
|
|
1683
|
+
border-color: ${Kn};
|
|
1684
|
+
box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
|
|
1693
1685
|
}
|
|
1694
1686
|
|
|
1695
|
-
:host(${
|
|
1696
|
-
border-color: ${
|
|
1697
|
-
outline: 2px solid ${
|
|
1687
|
+
:host(${mh}) .control {
|
|
1688
|
+
border-color: ${Kn};
|
|
1689
|
+
outline: 2px solid ${Kn};
|
|
1698
1690
|
outline-offset: 2px;
|
|
1699
1691
|
}
|
|
1700
1692
|
|
|
1701
1693
|
.label {
|
|
1702
1694
|
font: inherit;
|
|
1703
|
-
color: ${
|
|
1695
|
+
color: ${Or};
|
|
1704
1696
|
padding-left: 1ch;
|
|
1705
1697
|
cursor: inherit;
|
|
1706
1698
|
}
|
|
@@ -1715,8 +1707,8 @@ const Eh=ut`
|
|
|
1715
1707
|
}
|
|
1716
1708
|
|
|
1717
1709
|
slot[name='checked-indicator'] svg {
|
|
1718
|
-
height: ${
|
|
1719
|
-
width: ${
|
|
1710
|
+
height: ${er};
|
|
1711
|
+
width: ${er};
|
|
1720
1712
|
overflow: visible;
|
|
1721
1713
|
}
|
|
1722
1714
|
|
|
@@ -1725,16 +1717,16 @@ const Eh=ut`
|
|
|
1725
1717
|
}
|
|
1726
1718
|
|
|
1727
1719
|
slot[name='checked-indicator'] path {
|
|
1728
|
-
fill: ${
|
|
1720
|
+
fill: ${Fn};
|
|
1729
1721
|
}
|
|
1730
1722
|
|
|
1731
1723
|
:host([disabled]) slot[name='checked-indicator'] path {
|
|
1732
|
-
fill: rgba(${
|
|
1724
|
+
fill: rgba(${Bn}, 0.3);
|
|
1733
1725
|
}
|
|
1734
1726
|
|
|
1735
1727
|
slot[name='indeterminate-indicator'] svg {
|
|
1736
|
-
height: ${
|
|
1737
|
-
width: ${
|
|
1728
|
+
height: ${er};
|
|
1729
|
+
width: ${er};
|
|
1738
1730
|
overflow: visible;
|
|
1739
1731
|
}
|
|
1740
1732
|
|
|
@@ -1743,11 +1735,11 @@ const Eh=ut`
|
|
|
1743
1735
|
}
|
|
1744
1736
|
|
|
1745
1737
|
slot[name='indeterminate-indicator'] path {
|
|
1746
|
-
fill: ${
|
|
1738
|
+
fill: ${Fn};
|
|
1747
1739
|
}
|
|
1748
1740
|
|
|
1749
1741
|
:host([disabled]) slot[name='indeterminate-indicator'] path {
|
|
1750
|
-
fill: rgba(${
|
|
1742
|
+
fill: rgba(${Bn}, 0.3);
|
|
1751
1743
|
}
|
|
1752
1744
|
`
|
|
1753
1745
|
const Hh=class extends ii{}.compose({baseName:"checkbox",baseClass:ii,template:(t,e)=>q`
|
|
@@ -1777,7 +1769,7 @@ const Hh=class extends ii{}.compose({baseName:"checkbox",baseClass:ii,template:(
|
|
|
1777
1769
|
<slot ${wt("defaultSlottedNodes")}></slot>
|
|
1778
1770
|
</label>
|
|
1779
1771
|
</template>
|
|
1780
|
-
`,styles:Eh,checkedIndicator:
|
|
1772
|
+
`,styles:Eh,checkedIndicator:al.data,indeterminateIndicator:_c.data})
|
|
1781
1773
|
Bi.getOrCreate().withPrefix("nimble").register(Hh())
|
|
1782
1774
|
const Mh=q`
|
|
1783
1775
|
<div class="error-text" title="${t=>t.errorText}" aria-live="polite">
|
|
@@ -1788,13 +1780,13 @@ const Mh=q`
|
|
|
1788
1780
|
<div class="icon" :innerHTML=${t=>t.icon.data}></div>
|
|
1789
1781
|
</template
|
|
1790
1782
|
`,Lh=ut`
|
|
1791
|
-
${
|
|
1783
|
+
${Zs("inline-flex")}
|
|
1792
1784
|
|
|
1793
1785
|
:host {
|
|
1794
1786
|
align-items: center;
|
|
1795
1787
|
user-select: none;
|
|
1796
|
-
width: ${
|
|
1797
|
-
height: ${
|
|
1788
|
+
width: ${er};
|
|
1789
|
+
height: ${er};
|
|
1798
1790
|
}
|
|
1799
1791
|
|
|
1800
1792
|
.icon {
|
|
@@ -1803,46 +1795,46 @@ const Mh=q`
|
|
|
1803
1795
|
}
|
|
1804
1796
|
|
|
1805
1797
|
:host(.fail) {
|
|
1806
|
-
${
|
|
1798
|
+
${Wn.cssCustomProperty}: ${Nn};
|
|
1807
1799
|
}
|
|
1808
1800
|
|
|
1809
1801
|
:host(.warning) {
|
|
1810
|
-
${
|
|
1802
|
+
${Wn.cssCustomProperty}: ${jn};
|
|
1811
1803
|
}
|
|
1812
1804
|
|
|
1813
1805
|
:host(.pass) {
|
|
1814
|
-
${
|
|
1806
|
+
${Wn.cssCustomProperty}: ${qn};
|
|
1815
1807
|
}
|
|
1816
1808
|
|
|
1817
1809
|
:host(.information) {
|
|
1818
|
-
${
|
|
1810
|
+
${Wn.cssCustomProperty}: ${Un};
|
|
1819
1811
|
}
|
|
1820
1812
|
|
|
1821
1813
|
.icon svg {
|
|
1822
|
-
fill: ${
|
|
1814
|
+
fill: ${Wn};
|
|
1823
1815
|
width: 100%;
|
|
1824
1816
|
height: 100%;
|
|
1825
1817
|
}
|
|
1826
1818
|
`
|
|
1827
1819
|
class Th extends le{constructor(t){super(),this.icon=t}}const Ph=(t,e)=>{const i=e.compose({baseName:t,template:Vh,styles:Lh,baseClass:e})
|
|
1828
1820
|
Bi.getOrCreate().withPrefix("nimble").register(i())}
|
|
1829
|
-
class Rh extends Th{constructor(){super(
|
|
1830
|
-
Ph("icon-arrow-expander-down",class extends Th{constructor(){super(
|
|
1821
|
+
class Rh extends Th{constructor(){super(Nl)}}Ph("icon-exclamation-mark",Rh)
|
|
1822
|
+
Ph("icon-arrow-expander-down",class extends Th{constructor(){super(Ra)}})
|
|
1831
1823
|
const Dh=ut`
|
|
1832
|
-
${
|
|
1824
|
+
${Zs("inline-flex")}
|
|
1833
1825
|
|
|
1834
1826
|
:host {
|
|
1835
1827
|
box-sizing: border-box;
|
|
1836
|
-
color: ${
|
|
1837
|
-
font: ${
|
|
1838
|
-
height: ${
|
|
1828
|
+
color: ${Or};
|
|
1829
|
+
font: ${Ir};
|
|
1830
|
+
height: ${Gn};
|
|
1839
1831
|
position: relative;
|
|
1840
1832
|
justify-content: center;
|
|
1841
1833
|
user-select: none;
|
|
1842
1834
|
min-width: 250px;
|
|
1843
1835
|
outline: none;
|
|
1844
1836
|
vertical-align: top;
|
|
1845
|
-
--ni-private-hover-indicator-width: calc(${
|
|
1837
|
+
--ni-private-hover-indicator-width: calc(${tr} + 1px);
|
|
1846
1838
|
--ni-private-focus-indicator-width: 1px;
|
|
1847
1839
|
--ni-private-indicator-lines-gap: 1px;
|
|
1848
1840
|
}
|
|
@@ -1850,13 +1842,13 @@ const Dh=ut`
|
|
|
1850
1842
|
:host::before {
|
|
1851
1843
|
content: '';
|
|
1852
1844
|
position: absolute;
|
|
1853
|
-
bottom: calc(${
|
|
1845
|
+
bottom: calc(${tr} + var(--ni-private-indicator-lines-gap));
|
|
1854
1846
|
width: 0px;
|
|
1855
1847
|
height: 0px;
|
|
1856
1848
|
justify-self: center;
|
|
1857
|
-
border-bottom: ${
|
|
1849
|
+
border-bottom: ${Kn}
|
|
1858
1850
|
var(--ni-private-focus-indicator-width) solid;
|
|
1859
|
-
transition: width ${
|
|
1851
|
+
transition: width ${$a} ease-in;
|
|
1860
1852
|
}
|
|
1861
1853
|
|
|
1862
1854
|
@media (prefers-reduced-motion) {
|
|
@@ -1865,24 +1857,24 @@ const Dh=ut`
|
|
|
1865
1857
|
}
|
|
1866
1858
|
}
|
|
1867
1859
|
|
|
1868
|
-
:host(${
|
|
1860
|
+
:host(${mh})::before {
|
|
1869
1861
|
width: calc(100% - 8px);
|
|
1870
1862
|
}
|
|
1871
1863
|
|
|
1872
1864
|
:host::after {
|
|
1873
1865
|
content: '';
|
|
1874
1866
|
position: absolute;
|
|
1875
|
-
bottom: calc(-1 * ${
|
|
1867
|
+
bottom: calc(-1 * ${tr});
|
|
1876
1868
|
width: 0px;
|
|
1877
1869
|
height: 0px;
|
|
1878
1870
|
justify-self: center;
|
|
1879
|
-
border-bottom: ${
|
|
1871
|
+
border-bottom: ${Kn}
|
|
1880
1872
|
var(--ni-private-hover-indicator-width) solid;
|
|
1881
|
-
transition: width ${
|
|
1873
|
+
transition: width ${$a} ease-in;
|
|
1882
1874
|
}
|
|
1883
1875
|
|
|
1884
1876
|
:host(.invalid)::after {
|
|
1885
|
-
border-bottom-color: ${
|
|
1877
|
+
border-bottom-color: ${Nn};
|
|
1886
1878
|
}
|
|
1887
1879
|
|
|
1888
1880
|
@media (prefers-reduced-motion) {
|
|
@@ -1892,7 +1884,7 @@ const Dh=ut`
|
|
|
1892
1884
|
}
|
|
1893
1885
|
|
|
1894
1886
|
:host(:hover)::after,
|
|
1895
|
-
:host(${
|
|
1887
|
+
:host(${mh})::after {
|
|
1896
1888
|
width: 100%;
|
|
1897
1889
|
}
|
|
1898
1890
|
|
|
@@ -1907,20 +1899,20 @@ const Dh=ut`
|
|
|
1907
1899
|
display: flex;
|
|
1908
1900
|
min-height: 100%;
|
|
1909
1901
|
width: 100%;
|
|
1910
|
-
border-bottom: ${
|
|
1902
|
+
border-bottom: ${tr} solid ${Ar};
|
|
1911
1903
|
background-color: transparent;
|
|
1912
1904
|
padding-left: 8px;
|
|
1913
1905
|
padding-bottom: 1px;
|
|
1914
1906
|
}
|
|
1915
1907
|
|
|
1916
1908
|
:host(.open:not(:hover)) .control {
|
|
1917
|
-
border-bottom-color: ${
|
|
1909
|
+
border-bottom-color: ${Kn};
|
|
1918
1910
|
}
|
|
1919
1911
|
|
|
1920
1912
|
:host([disabled]) .control {
|
|
1921
1913
|
cursor: default;
|
|
1922
1914
|
color: ${Ar};
|
|
1923
|
-
border-color: rgba(${
|
|
1915
|
+
border-color: rgba(${Bn}, 0.1);
|
|
1924
1916
|
}
|
|
1925
1917
|
|
|
1926
1918
|
.listbox {
|
|
@@ -1931,16 +1923,16 @@ const Dh=ut`
|
|
|
1931
1923
|
overflow-y: auto;
|
|
1932
1924
|
position: absolute;
|
|
1933
1925
|
width: 100%;
|
|
1934
|
-
--ni-private-listbox-padding: ${
|
|
1926
|
+
--ni-private-listbox-padding: ${Qn};
|
|
1935
1927
|
max-height: calc(
|
|
1936
1928
|
var(--ni-private-select-max-height) - 2 *
|
|
1937
1929
|
var(--ni-private-listbox-padding)
|
|
1938
1930
|
);
|
|
1939
1931
|
z-index: 1;
|
|
1940
1932
|
padding: var(--ni-private-listbox-padding);
|
|
1941
|
-
box-shadow: 0px 3px 3px ${
|
|
1942
|
-
border: 1px solid ${
|
|
1943
|
-
background-color: ${
|
|
1933
|
+
box-shadow: 0px 3px 3px ${Xn};
|
|
1934
|
+
border: 1px solid ${Yn};
|
|
1935
|
+
background-color: ${Ln};
|
|
1944
1936
|
background-clip: padding-box;
|
|
1945
1937
|
}
|
|
1946
1938
|
|
|
@@ -1959,11 +1951,11 @@ const Dh=ut`
|
|
|
1959
1951
|
}
|
|
1960
1952
|
|
|
1961
1953
|
:host([open][position='above']) .listbox {
|
|
1962
|
-
bottom: ${
|
|
1954
|
+
bottom: ${Gn};
|
|
1963
1955
|
}
|
|
1964
1956
|
|
|
1965
1957
|
:host([open][position='below']) .listbox {
|
|
1966
|
-
top: calc(${
|
|
1958
|
+
top: calc(${Gn} + ${Qn});
|
|
1967
1959
|
}
|
|
1968
1960
|
|
|
1969
1961
|
.selected-value {
|
|
@@ -1985,9 +1977,9 @@ const Dh=ut`
|
|
|
1985
1977
|
}
|
|
1986
1978
|
|
|
1987
1979
|
.indicator slot[name='indicator'] svg {
|
|
1988
|
-
width: ${
|
|
1989
|
-
height: ${
|
|
1990
|
-
fill: ${
|
|
1980
|
+
width: ${er};
|
|
1981
|
+
height: ${er};
|
|
1982
|
+
fill: ${Or};
|
|
1991
1983
|
}
|
|
1992
1984
|
|
|
1993
1985
|
:host([disabled]) .indicator slot[name='indicator'] svg {
|
|
@@ -2019,8 +2011,8 @@ const Dh=ut`
|
|
|
2019
2011
|
|
|
2020
2012
|
:host(.invalid) .error-icon {
|
|
2021
2013
|
display: inline-flex;
|
|
2022
|
-
width: ${
|
|
2023
|
-
height: ${
|
|
2014
|
+
width: ${er};
|
|
2015
|
+
height: ${er};
|
|
2024
2016
|
flex: none;
|
|
2025
2017
|
}
|
|
2026
2018
|
|
|
@@ -2030,11 +2022,11 @@ const Dh=ut`
|
|
|
2030
2022
|
|
|
2031
2023
|
:host(.invalid) .error-text {
|
|
2032
2024
|
display: block;
|
|
2033
|
-
font: ${
|
|
2034
|
-
color: ${
|
|
2025
|
+
font: ${pa};
|
|
2026
|
+
color: ${Nn};
|
|
2035
2027
|
width: 100%;
|
|
2036
2028
|
position: absolute;
|
|
2037
|
-
top: ${
|
|
2029
|
+
top: ${Gn};
|
|
2038
2030
|
left: 0px;
|
|
2039
2031
|
overflow: hidden;
|
|
2040
2032
|
text-overflow: ellipsis;
|
|
@@ -2042,7 +2034,7 @@ const Dh=ut`
|
|
|
2042
2034
|
}
|
|
2043
2035
|
|
|
2044
2036
|
:host(.invalid[readonly]:not([disabled])) .error-text {
|
|
2045
|
-
top: calc(${
|
|
2037
|
+
top: calc(${Gn} - ${tr});
|
|
2046
2038
|
}
|
|
2047
2039
|
|
|
2048
2040
|
:host(.invalid) .error-text:empty {
|
|
@@ -2068,19 +2060,19 @@ const Dh=ut`
|
|
|
2068
2060
|
}
|
|
2069
2061
|
|
|
2070
2062
|
.control:focus-within {
|
|
2071
|
-
border-bottom-color: ${
|
|
2063
|
+
border-bottom-color: ${Kn};
|
|
2072
2064
|
}
|
|
2073
2065
|
|
|
2074
2066
|
:host(.invalid) .control {
|
|
2075
|
-
border-bottom: var(--ni-private-bottom-border-width) solid ${
|
|
2067
|
+
border-bottom: var(--ni-private-bottom-border-width) solid ${Nn};
|
|
2076
2068
|
}
|
|
2077
2069
|
|
|
2078
2070
|
:host([disabled]) .control {
|
|
2079
|
-
border-color: rgba(${
|
|
2071
|
+
border-color: rgba(${Bn}, 0.1);
|
|
2080
2072
|
}
|
|
2081
2073
|
|
|
2082
2074
|
:host(.invalid[disabled]) .control {
|
|
2083
|
-
border-color: ${
|
|
2075
|
+
border-color: ${Nn};
|
|
2084
2076
|
}
|
|
2085
2077
|
|
|
2086
2078
|
.selected-value {
|
|
@@ -2097,7 +2089,7 @@ const Dh=ut`
|
|
|
2097
2089
|
.selected-value:hover,
|
|
2098
2090
|
.selected-value:disabled,
|
|
2099
2091
|
.selected-value:active,
|
|
2100
|
-
.selected-value${
|
|
2092
|
+
.selected-value${mh} {
|
|
2101
2093
|
outline: none;
|
|
2102
2094
|
}
|
|
2103
2095
|
|
|
@@ -2108,21 +2100,21 @@ const Dh=ut`
|
|
|
2108
2100
|
.end-slot-container {
|
|
2109
2101
|
display: flex;
|
|
2110
2102
|
align-items: baseline;
|
|
2111
|
-
padding-right: ${
|
|
2103
|
+
padding-right: ${Qn};
|
|
2112
2104
|
}
|
|
2113
2105
|
|
|
2114
2106
|
.separator {
|
|
2115
2107
|
display: inline;
|
|
2116
2108
|
width: 2px;
|
|
2117
|
-
border-right: 2px solid rgba(${
|
|
2118
|
-
height: calc(${
|
|
2109
|
+
border-right: 2px solid rgba(${Bn}, 0.15);
|
|
2110
|
+
height: calc(${Gn} - 12px);
|
|
2119
2111
|
align-self: center;
|
|
2120
2112
|
padding-left: 4px;
|
|
2121
2113
|
}
|
|
2122
2114
|
|
|
2123
2115
|
.dropdown-button {
|
|
2124
|
-
${
|
|
2125
|
-
margin-left: ${
|
|
2116
|
+
${Gn.cssCustomProperty}: 24px;
|
|
2117
|
+
margin-left: ${Qn};
|
|
2126
2118
|
}
|
|
2127
2119
|
|
|
2128
2120
|
:host([disabled]) .dropdown-icon {
|
|
@@ -2134,11 +2126,11 @@ const Dh=ut`
|
|
|
2134
2126
|
}
|
|
2135
2127
|
`
|
|
2136
2128
|
class Nh extends mi{constructor(){super(...arguments),this.focusOutHandler=()=>{this.open=!1}}setPositioning(){this.$fastController.isConnected&&super.setPositioning()}slottedOptionsChanged(t,e){const i=this.value
|
|
2137
|
-
super.slottedOptionsChanged(t,e),i&&(this.value=i)}connectedCallback(){super.connectedCallback(),this.setPositioning(),this.updateInputAriaLabel(),this.addEventListener("focusout",this.focusOutHandler)}disconnectedCallback(){this.removeEventListener("focusout",this.focusOutHandler)}toggleButtonClickHandler(t){t.stopImmediatePropagation()}toggleButtonChangeHandler(t){this.open=this.dropdownButton.checked,t.stopImmediatePropagation()}toggleButtonKeyDownHandler(t){switch(t.key){case
|
|
2129
|
+
super.slottedOptionsChanged(t,e),i&&(this.value=i)}connectedCallback(){super.connectedCallback(),this.setPositioning(),this.updateInputAriaLabel(),this.addEventListener("focusout",this.focusOutHandler)}disconnectedCallback(){this.removeEventListener("focusout",this.focusOutHandler)}toggleButtonClickHandler(t){t.stopImmediatePropagation()}toggleButtonChangeHandler(t){this.open=this.dropdownButton.checked,t.stopImmediatePropagation()}toggleButtonKeyDownHandler(t){switch(t.key){case Ce:case xe:case Oe:case ke:return this.open=!0,this.stopPropagation(t),!1
|
|
2138
2130
|
default:return!0}}filterOptions(){super.filterOptions()
|
|
2139
2131
|
const t=this.filteredOptions.filter((t=>!t.disabled))
|
|
2140
2132
|
this.filteredOptions=t}openChanged(){super.openChanged(),this.dropdownButton&&(this.dropdownButton.checked=this.open)}ariaLabelChanged(t,e){this.updateInputAriaLabel()}updateInputAriaLabel(){const t=this.shadowRoot?.querySelector(".selected-value")
|
|
2141
|
-
this.ariaLabel?t?.setAttribute("aria-label",this.ariaLabel):t?.removeAttribute("aria-label")}}
|
|
2133
|
+
this.ariaLabel?t?.setAttribute("aria-label",this.ariaLabel):t?.removeAttribute("aria-label")}}zn([v],Nh.prototype,"dropdownButton",void 0),zn([tt({attribute:"error-text"})],Nh.prototype,"errorText",void 0)
|
|
2142
2134
|
const jh=Nh.compose({baseName:"combobox",baseClass:mi,template:(t,e)=>q`
|
|
2143
2135
|
<template
|
|
2144
2136
|
aria-disabled="${t=>t.ariaDisabled}"
|
|
@@ -2151,7 +2143,7 @@ const jh=Nh.compose({baseName:"combobox",baseClass:mi,template:(t,e)=>q`
|
|
|
2151
2143
|
@keydown="${(t,e)=>t.keydownHandler(e.event)}"
|
|
2152
2144
|
>
|
|
2153
2145
|
<div class="control" part="control">
|
|
2154
|
-
${
|
|
2146
|
+
${kt(0,e)}
|
|
2155
2147
|
<slot name="control">
|
|
2156
2148
|
<input
|
|
2157
2149
|
aria-activedescendant="${t=>t.open?t.ariaActiveDescendant:null}"
|
|
@@ -2177,7 +2169,7 @@ const jh=Nh.compose({baseName:"combobox",baseClass:mi,template:(t,e)=>q`
|
|
|
2177
2169
|
</slot>
|
|
2178
2170
|
</div>
|
|
2179
2171
|
</slot>
|
|
2180
|
-
${
|
|
2172
|
+
${Ct(0,e)}
|
|
2181
2173
|
</div>
|
|
2182
2174
|
<div
|
|
2183
2175
|
class="listbox"
|
|
@@ -2212,6 +2204,7 @@ const jh=Nh.compose({baseName:"combobox",baseClass:mi,template:(t,e)=>q`
|
|
|
2212
2204
|
part="button"
|
|
2213
2205
|
aria-haspopup="true"
|
|
2214
2206
|
aria-expanded="${t=>t.open}"
|
|
2207
|
+
tabindex="-1"
|
|
2215
2208
|
>
|
|
2216
2209
|
<nimble-icon-arrow-expander-down
|
|
2217
2210
|
slot="start"
|
|
@@ -2309,24 +2302,24 @@ var yd=qh&&qh.__extends||function(){var t=function(e,i){return(t=Object.setProto
|
|
|
2309
2302
|
return function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null")
|
|
2310
2303
|
function s(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}()
|
|
2311
2304
|
Object.defineProperty(vd,"__esModule",{value:!0})
|
|
2312
|
-
var $d=gd,
|
|
2305
|
+
var $d=gd,Cd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return yd(e,t),e.prototype.update=function(){var e=this
|
|
2313
2306
|
t.prototype.update.call(this),this.subscriptions.forEach((function(t){var i=(0,$d.default)(t.element)
|
|
2314
2307
|
i&&t.callback(e.scrollDistance),i!==t.inView&&(t.inView=i)}))},e}(md.default)
|
|
2315
|
-
vd.default=
|
|
2316
|
-
var
|
|
2308
|
+
vd.default=Cd
|
|
2309
|
+
var kd={},_d=qh&&qh.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(e,i)}
|
|
2317
2310
|
return function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null")
|
|
2318
2311
|
function s(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}()
|
|
2319
|
-
Object.defineProperty(
|
|
2312
|
+
Object.defineProperty(kd,"__esModule",{value:!0})
|
|
2320
2313
|
var zd=gd,Id=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return _d(e,t),e.prototype.update=function(){var e=this
|
|
2321
2314
|
t.prototype.update.call(this),this.subscriptions.forEach((function(t,i){var s=(0,zd.default)(t.element)
|
|
2322
2315
|
s&&!t.inView&&t.callback(e.scrollDistance),s!==t.inView&&(t.inView=s)}))},e}(md.default)
|
|
2323
|
-
|
|
2324
|
-
var Od={},
|
|
2316
|
+
kd.default=Id
|
|
2317
|
+
var Od={},Ad=qh&&qh.__extends||function(){var t=function(e,i){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])})(e,i)}
|
|
2325
2318
|
return function(e,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null")
|
|
2326
2319
|
function s(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(s.prototype=i.prototype,new s)}}()
|
|
2327
2320
|
Object.defineProperty(Od,"__esModule",{value:!0})
|
|
2328
|
-
var
|
|
2329
|
-
t.prototype.update.call(this),this.subscriptions.forEach((function(t,i){var s=(0,
|
|
2321
|
+
var Sd=gd,Ed=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Ad(e,t),e.prototype.update=function(){var e=this
|
|
2322
|
+
t.prototype.update.call(this),this.subscriptions.forEach((function(t,i){var s=(0,Sd.default)(t.element)
|
|
2330
2323
|
!s&&t.inView&&t.callback(e.scrollDistance),s!==t.inView&&(t.inView=s)}))},e}(md.default)
|
|
2331
2324
|
Od.default=Ed,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ViewExitTrigger=t.ViewEnterTrigger=t.ScrollTrigger=t.fadeOut=t.fadeIn=t.cubicBezier=t.AnimateTo=t.AnimateSequence=t.AnimateGroup=t.AnimateFrom=t.Animate=void 0
|
|
2332
2325
|
var e=Kh
|
|
@@ -2345,12 +2338,12 @@ var a=hd
|
|
|
2345
2338
|
Object.defineProperty(t,"cubicBezier",{enumerable:!0,get:function(){return a.cubicBezier}})
|
|
2346
2339
|
var l=vd
|
|
2347
2340
|
t.ScrollTrigger=l.default
|
|
2348
|
-
var c=
|
|
2341
|
+
var c=kd
|
|
2349
2342
|
t.ViewEnterTrigger=c.default
|
|
2350
2343
|
var h=Od
|
|
2351
2344
|
t.ViewExitTrigger=h.default}(Uh)
|
|
2352
2345
|
const Hd=window.matchMedia("(prefers-reduced-motion: reduce)"),Md={slideLeftKeyframes:[{transform:"translateX(-100%)",visibility:"hidden",offset:0},{transform:"translateX(-100%)",visibility:"visible",offset:.01},{transform:"translateX(0%)",visibility:"visible",offset:1}],slideRightKeyframes:[{transform:"translateX(100%)",visibility:"hidden",offset:0},{transform:"translateX(100%)",visibility:"visible",offset:.01},{transform:"translateX(0%)",visibility:"visible",offset:1}],fadeOverlayKeyframes:[{opacity:0},{opacity:1}],slideInOptions:{duration:1,easing:"ease-out"},slideOutOptions:{duration:1,easing:"ease-in",direction:"reverse"}},Vd=ut`
|
|
2353
|
-
${
|
|
2346
|
+
${Zs("block")}
|
|
2354
2347
|
|
|
2355
2348
|
:host {
|
|
2356
2349
|
position: relative;
|
|
@@ -2359,8 +2352,8 @@ const Hd=window.matchMedia("(prefers-reduced-motion: reduce)"),Md={slideLeftKeyf
|
|
|
2359
2352
|
width: fit-content;
|
|
2360
2353
|
height: 100%;
|
|
2361
2354
|
outline: none;
|
|
2362
|
-
font: ${
|
|
2363
|
-
color: ${
|
|
2355
|
+
font: ${Ir};
|
|
2356
|
+
color: ${Or};
|
|
2364
2357
|
}
|
|
2365
2358
|
|
|
2366
2359
|
:host([modal]) {
|
|
@@ -2396,7 +2389,7 @@ const Hd=window.matchMedia("(prefers-reduced-motion: reduce)"),Md={slideLeftKeyf
|
|
|
2396
2389
|
.overlay {
|
|
2397
2390
|
position: fixed;
|
|
2398
2391
|
inset: 0px;
|
|
2399
|
-
background: ${
|
|
2392
|
+
background: ${Yn};
|
|
2400
2393
|
touch-action: none;
|
|
2401
2394
|
}
|
|
2402
2395
|
|
|
@@ -2409,9 +2402,9 @@ const Hd=window.matchMedia("(prefers-reduced-motion: reduce)"),Md={slideLeftKeyf
|
|
|
2409
2402
|
box-sizing: border-box;
|
|
2410
2403
|
border-radius: 0px;
|
|
2411
2404
|
border-width: 0px;
|
|
2412
|
-
width: ${
|
|
2405
|
+
width: ${ir};
|
|
2413
2406
|
height: 100%;
|
|
2414
|
-
background-color: ${
|
|
2407
|
+
background-color: ${Ln};
|
|
2415
2408
|
}
|
|
2416
2409
|
|
|
2417
2410
|
:host([modal]) .control {
|
|
@@ -2425,34 +2418,34 @@ const Hd=window.matchMedia("(prefers-reduced-motion: reduce)"),Md={slideLeftKeyf
|
|
|
2425
2418
|
|
|
2426
2419
|
:host([location='left']) .control {
|
|
2427
2420
|
left: 0px;
|
|
2428
|
-
border-right: ${
|
|
2421
|
+
border-right: ${tr} solid ${Xn};
|
|
2429
2422
|
}
|
|
2430
2423
|
|
|
2431
2424
|
:host([location='right']) .control {
|
|
2432
2425
|
right: 0px;
|
|
2433
|
-
border-left: ${
|
|
2426
|
+
border-left: ${tr} solid ${Xn};
|
|
2434
2427
|
}
|
|
2435
2428
|
|
|
2436
2429
|
${""}
|
|
2437
2430
|
|
|
2438
2431
|
::slotted(header) {
|
|
2439
|
-
padding: ${
|
|
2432
|
+
padding: ${Jn};
|
|
2440
2433
|
flex: none;
|
|
2441
|
-
font: ${
|
|
2434
|
+
font: ${sr};
|
|
2442
2435
|
}
|
|
2443
2436
|
|
|
2444
2437
|
::slotted(section) {
|
|
2445
|
-
padding: ${
|
|
2438
|
+
padding: ${Jn};
|
|
2446
2439
|
flex: auto;
|
|
2447
2440
|
overflow-y: auto;
|
|
2448
2441
|
}
|
|
2449
2442
|
|
|
2450
2443
|
::slotted(footer) {
|
|
2451
|
-
padding: ${
|
|
2444
|
+
padding: ${Jn};
|
|
2452
2445
|
flex: none;
|
|
2453
2446
|
display: flex;
|
|
2454
2447
|
justify-content: flex-end;
|
|
2455
|
-
border-top: ${
|
|
2448
|
+
border-top: ${tr} solid ${Yn};
|
|
2456
2449
|
}
|
|
2457
2450
|
`,Ld="left",Td="right",Pd="opening",Rd="opened",Dd="closing",Fd="closed"
|
|
2458
2451
|
class Bd extends ts{constructor(){super(...arguments),this.location=Ld,this.state=Fd,this.preventDismiss=!1,this.propertiesToWatch=["hidden","location","state"],this.animationDurationMilliseconds=.001}connectedCallback(){this.trapFocus=!1,super.connectedCallback(),this.updateAnimationDuration(),this.animationsEnabledChangedHandler=()=>this.updateAnimationDuration(),Hd.addEventListener("change",this.animationsEnabledChangedHandler),this.onStateChanged()
|
|
@@ -2476,7 +2469,7 @@ s.addKeyframes(i)
|
|
|
2476
2469
|
const o=[s],n=this.shadowRoot?.querySelector(".overlay")
|
|
2477
2470
|
if(n){const t=new Uh.AnimateTo(n,void 0,e)
|
|
2478
2471
|
t.addKeyframes(Md.fadeOverlayKeyframes),o.push(t)}const r=new Uh.AnimateGroup(o)
|
|
2479
|
-
r.onFinish=()=>{this.state=t?Rd:Fd},this.animationGroup=r,r.play()}cancelCurrentAnimation(){this.animationGroup?.cancel()}}
|
|
2472
|
+
r.onFinish=()=>{this.state=t?Rd:Fd},this.animationGroup=r,r.play()}cancelCurrentAnimation(){this.animationGroup?.cancel()}}zn([tt],Bd.prototype,"location",void 0),zn([tt],Bd.prototype,"state",void 0),zn([tt({attribute:"prevent-dismiss",mode:"boolean"})],Bd.prototype,"preventDismiss",void 0)
|
|
2480
2473
|
const Nd=Bd.compose({baseName:"drawer",template:(t,e)=>q`
|
|
2481
2474
|
<div class="positioning-region" part="positioning-region">
|
|
2482
2475
|
${gt((t=>t.modal),q`
|
|
@@ -2503,154 +2496,154 @@ const Nd=Bd.compose({baseName:"drawer",template:(t,e)=>q`
|
|
|
2503
2496
|
</div>
|
|
2504
2497
|
`,styles:Vd})
|
|
2505
2498
|
Bi.getOrCreate().withPrefix("nimble").register(Nd())
|
|
2506
|
-
Ph("icon-add",class extends Th{constructor(){super(
|
|
2507
|
-
Ph("icon-arrow-down-right-and-arrow-up-left",class extends Th{constructor(){super(
|
|
2508
|
-
Ph("icon-arrow-expander-left",class extends Th{constructor(){super(
|
|
2509
|
-
Ph("icon-arrow-expander-right",class extends Th{constructor(){super(
|
|
2510
|
-
Ph("icon-arrow-expander-up",class extends Th{constructor(){super(
|
|
2511
|
-
Ph("icon-arrow-left-from-line",class extends Th{constructor(){super(
|
|
2512
|
-
Ph("icon-arrow-partial-rotate-left",class extends Th{constructor(){super(
|
|
2513
|
-
Ph("icon-arrow-right-to-line",class extends Th{constructor(){super(
|
|
2514
|
-
Ph("icon-arrow-rotate-right",class extends Th{constructor(){super(
|
|
2515
|
-
Ph("icon-arrow-u-rotate-left",class extends Th{constructor(){super(
|
|
2516
|
-
Ph("icon-arrow-up-left-and-arrow-down-right",class extends Th{constructor(){super(
|
|
2517
|
-
Ph("icon-arrows-maximize",class extends Th{constructor(){super(
|
|
2518
|
-
Ph("icon-arrows-repeat",class extends Th{constructor(){super(
|
|
2519
|
-
Ph("icon-bars",class extends Th{constructor(){super(
|
|
2520
|
-
Ph("icon-bell",class extends Th{constructor(){super(
|
|
2521
|
-
Ph("icon-bell-and-comment",class extends Th{constructor(){super(
|
|
2522
|
-
Ph("icon-bell-circle",class extends Th{constructor(){super(
|
|
2523
|
-
Ph("icon-bell-solid-circle",class extends Th{constructor(){super(
|
|
2524
|
-
Ph("icon-block-with-ribbon",class extends Th{constructor(){super(
|
|
2525
|
-
Ph("icon-calendar",class extends Th{constructor(){super(
|
|
2526
|
-
Ph("icon-chart-diagram",class extends Th{constructor(){super(
|
|
2527
|
-
Ph("icon-chart-diagram-child-focus",class extends Th{constructor(){super(
|
|
2528
|
-
Ph("icon-chart-diagram-parent-focus",class extends Th{constructor(){super(
|
|
2529
|
-
Ph("icon-chart-diagram-parent-focus-two-child",class extends Th{constructor(){super(
|
|
2530
|
-
Ph("icon-check",class extends Th{constructor(){super(
|
|
2531
|
-
Ph("icon-check-dot",class extends Th{constructor(){super(
|
|
2532
|
-
Ph("icon-circle",class extends Th{constructor(){super(
|
|
2533
|
-
Ph("icon-circle-broken",class extends Th{constructor(){super(
|
|
2534
|
-
Ph("icon-circle-check",class extends Th{constructor(){super(
|
|
2535
|
-
Ph("icon-circle-partial-broken",class extends Th{constructor(){super(
|
|
2536
|
-
Ph("icon-circle-slash",class extends Th{constructor(){super(
|
|
2537
|
-
Ph("icon-circle-x",class extends Th{constructor(){super(
|
|
2538
|
-
Ph("icon-clipboard",class extends Th{constructor(){super(
|
|
2539
|
-
Ph("icon-clock",class extends Th{constructor(){super(
|
|
2540
|
-
Ph("icon-clock-cog",class extends Th{constructor(){super(
|
|
2541
|
-
Ph("icon-clock-triangle",class extends Th{constructor(){super(
|
|
2542
|
-
Ph("icon-clone",class extends Th{constructor(){super(
|
|
2543
|
-
Ph("icon-cloud-upload",class extends Th{constructor(){super(
|
|
2544
|
-
Ph("icon-cloud-with-arrow",class extends Th{constructor(){super(
|
|
2545
|
-
Ph("icon-cog",class extends Th{constructor(){super(
|
|
2499
|
+
Ph("icon-add",class extends Th{constructor(){super(Ta)}})
|
|
2500
|
+
Ph("icon-arrow-down-right-and-arrow-up-left",class extends Th{constructor(){super(Pa)}})
|
|
2501
|
+
Ph("icon-arrow-expander-left",class extends Th{constructor(){super(Da)}})
|
|
2502
|
+
Ph("icon-arrow-expander-right",class extends Th{constructor(){super(Fa)}})
|
|
2503
|
+
Ph("icon-arrow-expander-up",class extends Th{constructor(){super(Ba)}})
|
|
2504
|
+
Ph("icon-arrow-left-from-line",class extends Th{constructor(){super(Na)}})
|
|
2505
|
+
Ph("icon-arrow-partial-rotate-left",class extends Th{constructor(){super(ja)}})
|
|
2506
|
+
Ph("icon-arrow-right-to-line",class extends Th{constructor(){super(qa)}})
|
|
2507
|
+
Ph("icon-arrow-rotate-right",class extends Th{constructor(){super(Ua)}})
|
|
2508
|
+
Ph("icon-arrow-u-rotate-left",class extends Th{constructor(){super(Ka)}})
|
|
2509
|
+
Ph("icon-arrow-up-left-and-arrow-down-right",class extends Th{constructor(){super(Wa)}})
|
|
2510
|
+
Ph("icon-arrows-maximize",class extends Th{constructor(){super(Xa)}})
|
|
2511
|
+
Ph("icon-arrows-repeat",class extends Th{constructor(){super(Ya)}})
|
|
2512
|
+
Ph("icon-bars",class extends Th{constructor(){super(Ga)}})
|
|
2513
|
+
Ph("icon-bell",class extends Th{constructor(){super(Qa)}})
|
|
2514
|
+
Ph("icon-bell-and-comment",class extends Th{constructor(){super(Ja)}})
|
|
2515
|
+
Ph("icon-bell-circle",class extends Th{constructor(){super(Za)}})
|
|
2516
|
+
Ph("icon-bell-solid-circle",class extends Th{constructor(){super(tl)}})
|
|
2517
|
+
Ph("icon-block-with-ribbon",class extends Th{constructor(){super(el)}})
|
|
2518
|
+
Ph("icon-calendar",class extends Th{constructor(){super(il)}})
|
|
2519
|
+
Ph("icon-chart-diagram",class extends Th{constructor(){super(sl)}})
|
|
2520
|
+
Ph("icon-chart-diagram-child-focus",class extends Th{constructor(){super(ol)}})
|
|
2521
|
+
Ph("icon-chart-diagram-parent-focus",class extends Th{constructor(){super(nl)}})
|
|
2522
|
+
Ph("icon-chart-diagram-parent-focus-two-child",class extends Th{constructor(){super(rl)}})
|
|
2523
|
+
Ph("icon-check",class extends Th{constructor(){super(al)}})
|
|
2524
|
+
Ph("icon-check-dot",class extends Th{constructor(){super(ll)}})
|
|
2525
|
+
Ph("icon-circle",class extends Th{constructor(){super(cl)}})
|
|
2526
|
+
Ph("icon-circle-broken",class extends Th{constructor(){super(hl)}})
|
|
2527
|
+
Ph("icon-circle-check",class extends Th{constructor(){super(dl)}})
|
|
2528
|
+
Ph("icon-circle-partial-broken",class extends Th{constructor(){super(ul)}})
|
|
2529
|
+
Ph("icon-circle-slash",class extends Th{constructor(){super(pl)}})
|
|
2530
|
+
Ph("icon-circle-x",class extends Th{constructor(){super(vl)}})
|
|
2531
|
+
Ph("icon-clipboard",class extends Th{constructor(){super(gl)}})
|
|
2532
|
+
Ph("icon-clock",class extends Th{constructor(){super(ml)}})
|
|
2533
|
+
Ph("icon-clock-cog",class extends Th{constructor(){super(fl)}})
|
|
2534
|
+
Ph("icon-clock-triangle",class extends Th{constructor(){super(bl)}})
|
|
2535
|
+
Ph("icon-clone",class extends Th{constructor(){super(wl)}})
|
|
2536
|
+
Ph("icon-cloud-upload",class extends Th{constructor(){super(xl)}})
|
|
2537
|
+
Ph("icon-cloud-with-arrow",class extends Th{constructor(){super(yl)}})
|
|
2538
|
+
Ph("icon-cog",class extends Th{constructor(){super($l)}})
|
|
2546
2539
|
Ph("icon-cog-database",class extends Th{constructor(){super(Cl)}})
|
|
2547
|
-
Ph("icon-cog-database-inset",class extends Th{constructor(){super(
|
|
2548
|
-
Ph("icon-cog-small-cog",class extends Th{constructor(){super(
|
|
2549
|
-
Ph("icon-cog-zoomed",class extends Th{constructor(){super(
|
|
2550
|
-
Ph("icon-comment",class extends Th{constructor(){super(
|
|
2551
|
-
Ph("icon-computer-and-monitor",class extends Th{constructor(){super(
|
|
2540
|
+
Ph("icon-cog-database-inset",class extends Th{constructor(){super(kl)}})
|
|
2541
|
+
Ph("icon-cog-small-cog",class extends Th{constructor(){super(_l)}})
|
|
2542
|
+
Ph("icon-cog-zoomed",class extends Th{constructor(){super(zl)}})
|
|
2543
|
+
Ph("icon-comment",class extends Th{constructor(){super(Il)}})
|
|
2544
|
+
Ph("icon-computer-and-monitor",class extends Th{constructor(){super(Ol)}})
|
|
2552
2545
|
Ph("icon-copy",class extends Th{constructor(){super(Al)}})
|
|
2553
|
-
Ph("icon-copy-text",class extends Th{constructor(){super(
|
|
2554
|
-
Ph("icon-dashboard-builder",class extends Th{constructor(){super(
|
|
2555
|
-
Ph("icon-dashboard-builder-legend",class extends Th{constructor(){super(
|
|
2556
|
-
Ph("icon-dashboard-builder-templates",class extends Th{constructor(){super(
|
|
2557
|
-
Ph("icon-dashboard-builder-tile",class extends Th{constructor(){super(
|
|
2558
|
-
Ph("icon-database",class extends Th{constructor(){super(
|
|
2559
|
-
Ph("icon-database-check",class extends Th{constructor(){super(
|
|
2560
|
-
Ph("icon-desktop",class extends Th{constructor(){super(
|
|
2561
|
-
Ph("icon-donut-chart",class extends Th{constructor(){super(
|
|
2562
|
-
Ph("icon-dot-solid-dot-stroke",class extends Th{constructor(){super(
|
|
2563
|
-
Ph("icon-download",class extends Th{constructor(){super(
|
|
2564
|
-
Ph("icon-electronic-chip-zoomed",class extends Th{constructor(){super(
|
|
2565
|
-
Ph("icon-eye",class extends Th{constructor(){super(
|
|
2566
|
-
Ph("icon-fancy-a",class extends Th{constructor(){super(
|
|
2567
|
-
Ph("icon-file",class extends Th{constructor(){super(
|
|
2568
|
-
Ph("icon-file-drawer",class extends Th{constructor(){super(
|
|
2569
|
-
Ph("icon-file-search",class extends Th{constructor(){super(
|
|
2570
|
-
Ph("icon-filter",class extends Th{constructor(){super(
|
|
2571
|
-
Ph("icon-floppy-disk-checkmark",class extends Th{constructor(){super(
|
|
2572
|
-
Ph("icon-floppy-disk-star-arrow-right",class extends Th{constructor(){super(
|
|
2573
|
-
Ph("icon-floppy-disk-three-dots",class extends Th{constructor(){super(
|
|
2574
|
-
Ph("icon-folder",class extends Th{constructor(){super(
|
|
2575
|
-
Ph("icon-folder-open",class extends Th{constructor(){super(
|
|
2576
|
-
Ph("icon-forward-slash",class extends Th{constructor(){super(
|
|
2577
|
-
Ph("icon-four-dots-square",class extends Th{constructor(){super(
|
|
2578
|
-
Ph("icon-function",class extends Th{constructor(){super(
|
|
2579
|
-
Ph("icon-gauge-simple",class extends Th{constructor(){super(
|
|
2580
|
-
Ph("icon-grid-three-by-three",class extends Th{constructor(){super(
|
|
2581
|
-
Ph("icon-grid-two-by-two",class extends Th{constructor(){super(
|
|
2582
|
-
Ph("icon-hammer",class extends Th{constructor(){super(
|
|
2583
|
-
Ph("icon-hashtag",class extends Th{constructor(){super(
|
|
2584
|
-
Ph("icon-home",class extends Th{constructor(){super(
|
|
2585
|
-
Ph("icon-hourglass",class extends Th{constructor(){super(
|
|
2586
|
-
Ph("icon-indeterminant-checkbox",class extends Th{constructor(){super(
|
|
2587
|
-
class jd extends Th{constructor(){super(
|
|
2588
|
-
Ph("icon-info-circle",class extends Th{constructor(){super(
|
|
2589
|
-
Ph("icon-key",class extends Th{constructor(){super(
|
|
2590
|
-
Ph("icon-laptop",class extends Th{constructor(){super(
|
|
2591
|
-
Ph("icon-layer-group",class extends Th{constructor(){super(
|
|
2592
|
-
Ph("icon-lightning-bolt",class extends Th{constructor(){super(
|
|
2593
|
-
Ph("icon-link",class extends Th{constructor(){super(
|
|
2594
|
-
Ph("icon-link-cancel",class extends Th{constructor(){super(
|
|
2595
|
-
Ph("icon-list",class extends Th{constructor(){super(
|
|
2596
|
-
Ph("icon-list-tree",class extends Th{constructor(){super(
|
|
2597
|
-
Ph("icon-list-tree-database",class extends Th{constructor(){super(
|
|
2598
|
-
Ph("icon-lock",class extends Th{constructor(){super(
|
|
2546
|
+
Ph("icon-copy-text",class extends Th{constructor(){super(Sl)}})
|
|
2547
|
+
Ph("icon-dashboard-builder",class extends Th{constructor(){super(El)}})
|
|
2548
|
+
Ph("icon-dashboard-builder-legend",class extends Th{constructor(){super(Hl)}})
|
|
2549
|
+
Ph("icon-dashboard-builder-templates",class extends Th{constructor(){super(Ml)}})
|
|
2550
|
+
Ph("icon-dashboard-builder-tile",class extends Th{constructor(){super(Vl)}})
|
|
2551
|
+
Ph("icon-database",class extends Th{constructor(){super(Ll)}})
|
|
2552
|
+
Ph("icon-database-check",class extends Th{constructor(){super(Tl)}})
|
|
2553
|
+
Ph("icon-desktop",class extends Th{constructor(){super(Pl)}})
|
|
2554
|
+
Ph("icon-donut-chart",class extends Th{constructor(){super(Rl)}})
|
|
2555
|
+
Ph("icon-dot-solid-dot-stroke",class extends Th{constructor(){super(Dl)}})
|
|
2556
|
+
Ph("icon-download",class extends Th{constructor(){super(Fl)}})
|
|
2557
|
+
Ph("icon-electronic-chip-zoomed",class extends Th{constructor(){super(Bl)}})
|
|
2558
|
+
Ph("icon-eye",class extends Th{constructor(){super(jl)}})
|
|
2559
|
+
Ph("icon-fancy-a",class extends Th{constructor(){super(ql)}})
|
|
2560
|
+
Ph("icon-file",class extends Th{constructor(){super(Ul)}})
|
|
2561
|
+
Ph("icon-file-drawer",class extends Th{constructor(){super(Kl)}})
|
|
2562
|
+
Ph("icon-file-search",class extends Th{constructor(){super(Wl)}})
|
|
2563
|
+
Ph("icon-filter",class extends Th{constructor(){super(Xl)}})
|
|
2564
|
+
Ph("icon-floppy-disk-checkmark",class extends Th{constructor(){super(Yl)}})
|
|
2565
|
+
Ph("icon-floppy-disk-star-arrow-right",class extends Th{constructor(){super(Gl)}})
|
|
2566
|
+
Ph("icon-floppy-disk-three-dots",class extends Th{constructor(){super(Ql)}})
|
|
2567
|
+
Ph("icon-folder",class extends Th{constructor(){super(Jl)}})
|
|
2568
|
+
Ph("icon-folder-open",class extends Th{constructor(){super(Zl)}})
|
|
2569
|
+
Ph("icon-forward-slash",class extends Th{constructor(){super(tc)}})
|
|
2570
|
+
Ph("icon-four-dots-square",class extends Th{constructor(){super(ec)}})
|
|
2571
|
+
Ph("icon-function",class extends Th{constructor(){super(ic)}})
|
|
2572
|
+
Ph("icon-gauge-simple",class extends Th{constructor(){super(sc)}})
|
|
2573
|
+
Ph("icon-grid-three-by-three",class extends Th{constructor(){super(oc)}})
|
|
2574
|
+
Ph("icon-grid-two-by-two",class extends Th{constructor(){super(nc)}})
|
|
2575
|
+
Ph("icon-hammer",class extends Th{constructor(){super(rc)}})
|
|
2576
|
+
Ph("icon-hashtag",class extends Th{constructor(){super(ac)}})
|
|
2577
|
+
Ph("icon-home",class extends Th{constructor(){super(lc)}})
|
|
2578
|
+
Ph("icon-hourglass",class extends Th{constructor(){super(cc)}})
|
|
2579
|
+
Ph("icon-indeterminant-checkbox",class extends Th{constructor(){super(hc)}})
|
|
2580
|
+
class jd extends Th{constructor(){super(dc)}}Ph("icon-info",jd)
|
|
2581
|
+
Ph("icon-info-circle",class extends Th{constructor(){super(uc)}})
|
|
2582
|
+
Ph("icon-key",class extends Th{constructor(){super(pc)}})
|
|
2583
|
+
Ph("icon-laptop",class extends Th{constructor(){super(vc)}})
|
|
2584
|
+
Ph("icon-layer-group",class extends Th{constructor(){super(gc)}})
|
|
2585
|
+
Ph("icon-lightning-bolt",class extends Th{constructor(){super(mc)}})
|
|
2586
|
+
Ph("icon-link",class extends Th{constructor(){super(fc)}})
|
|
2587
|
+
Ph("icon-link-cancel",class extends Th{constructor(){super(bc)}})
|
|
2588
|
+
Ph("icon-list",class extends Th{constructor(){super(wc)}})
|
|
2589
|
+
Ph("icon-list-tree",class extends Th{constructor(){super(xc)}})
|
|
2590
|
+
Ph("icon-list-tree-database",class extends Th{constructor(){super(yc)}})
|
|
2591
|
+
Ph("icon-lock",class extends Th{constructor(){super($c)}})
|
|
2599
2592
|
Ph("icon-magnifying-glass",class extends Th{constructor(){super(Cc)}})
|
|
2600
|
-
Ph("icon-markdown",class extends Th{constructor(){super(
|
|
2601
|
-
Ph("icon-minus",class extends Th{constructor(){super(
|
|
2602
|
-
Ph("icon-minus-wide",class extends Th{constructor(){super(
|
|
2603
|
-
Ph("icon-mobile",class extends Th{constructor(){super(
|
|
2604
|
-
Ph("icon-notebook",class extends Th{constructor(){super(
|
|
2593
|
+
Ph("icon-markdown",class extends Th{constructor(){super(kc)}})
|
|
2594
|
+
Ph("icon-minus",class extends Th{constructor(){super(_c)}})
|
|
2595
|
+
Ph("icon-minus-wide",class extends Th{constructor(){super(zc)}})
|
|
2596
|
+
Ph("icon-mobile",class extends Th{constructor(){super(Ic)}})
|
|
2597
|
+
Ph("icon-notebook",class extends Th{constructor(){super(Oc)}})
|
|
2605
2598
|
Ph("icon-paste",class extends Th{constructor(){super(Ac)}})
|
|
2606
|
-
Ph("icon-pencil",class extends Th{constructor(){super(
|
|
2607
|
-
Ph("icon-pot-with-lid",class extends Th{constructor(){super(
|
|
2608
|
-
Ph("icon-question",class extends Th{constructor(){super(
|
|
2609
|
-
Ph("icon-running-arrow",class extends Th{constructor(){super(
|
|
2610
|
-
Ph("icon-server",class extends Th{constructor(){super(
|
|
2611
|
-
Ph("icon-share-square",class extends Th{constructor(){super(
|
|
2612
|
-
Ph("icon-shield-check",class extends Th{constructor(){super(
|
|
2613
|
-
Ph("icon-shield-xmark",class extends Th{constructor(){super(
|
|
2614
|
-
Ph("icon-signal-bars",class extends Th{constructor(){super(
|
|
2615
|
-
Ph("icon-sine-graph",class extends Th{constructor(){super(
|
|
2616
|
-
Ph("icon-skip-arrow",class extends Th{constructor(){super(
|
|
2617
|
-
Ph("icon-spinner",class extends Th{constructor(){super(
|
|
2618
|
-
Ph("icon-square-check",class extends Th{constructor(){super(
|
|
2619
|
-
Ph("icon-square-t",class extends Th{constructor(){super(
|
|
2620
|
-
Ph("icon-t",class extends Th{constructor(){super(
|
|
2621
|
-
Ph("icon-tablet",class extends Th{constructor(){super(
|
|
2622
|
-
Ph("icon-tag",class extends Th{constructor(){super(
|
|
2623
|
-
Ph("icon-tags",class extends Th{constructor(){super(
|
|
2624
|
-
Ph("icon-target-crosshairs",class extends Th{constructor(){super(
|
|
2625
|
-
Ph("icon-target-crosshairs-progress",class extends Th{constructor(){super(
|
|
2626
|
-
Ph("icon-three-dots-line",class extends Th{constructor(){super(
|
|
2627
|
-
Ph("icon-thumbtack",class extends Th{constructor(){super(
|
|
2628
|
-
Ph("icon-tile-size",class extends Th{constructor(){super(
|
|
2629
|
-
Ph("icon-times",class extends Th{constructor(){super(
|
|
2630
|
-
Ph("icon-trash",class extends Th{constructor(){super(
|
|
2631
|
-
Ph("icon-triangle",class extends Th{constructor(){super(
|
|
2632
|
-
Ph("icon-true-false-rectangle",class extends Th{constructor(){super(
|
|
2633
|
-
Ph("icon-unlink",class extends Th{constructor(){super(
|
|
2634
|
-
Ph("icon-unlock",class extends Th{constructor(){super(
|
|
2635
|
-
Ph("icon-upload",class extends Th{constructor(){super(
|
|
2636
|
-
Ph("icon-user",class extends Th{constructor(){super(
|
|
2637
|
-
Ph("icon-watch",class extends Th{constructor(){super(
|
|
2638
|
-
Ph("icon-waveform",class extends Th{constructor(){super(
|
|
2639
|
-
Ph("icon-webvi-custom",class extends Th{constructor(){super(
|
|
2640
|
-
Ph("icon-webvi-host",class extends Th{constructor(){super(
|
|
2641
|
-
Ph("icon-window-code",class extends Th{constructor(){super(
|
|
2642
|
-
Ph("icon-window-text",class extends Th{constructor(){super(
|
|
2643
|
-
Ph("icon-wrench-hammer",class extends Th{constructor(){super(
|
|
2644
|
-
Ph("icon-xmark",class extends Th{constructor(){super(
|
|
2645
|
-
Ph("icon-xmark-check",class extends Th{constructor(){super(
|
|
2599
|
+
Ph("icon-pencil",class extends Th{constructor(){super(Sc)}})
|
|
2600
|
+
Ph("icon-pot-with-lid",class extends Th{constructor(){super(Ec)}})
|
|
2601
|
+
Ph("icon-question",class extends Th{constructor(){super(Hc)}})
|
|
2602
|
+
Ph("icon-running-arrow",class extends Th{constructor(){super(Mc)}})
|
|
2603
|
+
Ph("icon-server",class extends Th{constructor(){super(Vc)}})
|
|
2604
|
+
Ph("icon-share-square",class extends Th{constructor(){super(Lc)}})
|
|
2605
|
+
Ph("icon-shield-check",class extends Th{constructor(){super(Tc)}})
|
|
2606
|
+
Ph("icon-shield-xmark",class extends Th{constructor(){super(Pc)}})
|
|
2607
|
+
Ph("icon-signal-bars",class extends Th{constructor(){super(Rc)}})
|
|
2608
|
+
Ph("icon-sine-graph",class extends Th{constructor(){super(Dc)}})
|
|
2609
|
+
Ph("icon-skip-arrow",class extends Th{constructor(){super(Fc)}})
|
|
2610
|
+
Ph("icon-spinner",class extends Th{constructor(){super(Bc)}})
|
|
2611
|
+
Ph("icon-square-check",class extends Th{constructor(){super(Nc)}})
|
|
2612
|
+
Ph("icon-square-t",class extends Th{constructor(){super(jc)}})
|
|
2613
|
+
Ph("icon-t",class extends Th{constructor(){super(qc)}})
|
|
2614
|
+
Ph("icon-tablet",class extends Th{constructor(){super(Uc)}})
|
|
2615
|
+
Ph("icon-tag",class extends Th{constructor(){super(Kc)}})
|
|
2616
|
+
Ph("icon-tags",class extends Th{constructor(){super(Wc)}})
|
|
2617
|
+
Ph("icon-target-crosshairs",class extends Th{constructor(){super(Xc)}})
|
|
2618
|
+
Ph("icon-target-crosshairs-progress",class extends Th{constructor(){super(Yc)}})
|
|
2619
|
+
Ph("icon-three-dots-line",class extends Th{constructor(){super(Gc)}})
|
|
2620
|
+
Ph("icon-thumbtack",class extends Th{constructor(){super(Qc)}})
|
|
2621
|
+
Ph("icon-tile-size",class extends Th{constructor(){super(Jc)}})
|
|
2622
|
+
Ph("icon-times",class extends Th{constructor(){super(Zc)}})
|
|
2623
|
+
Ph("icon-trash",class extends Th{constructor(){super(th)}})
|
|
2624
|
+
Ph("icon-triangle",class extends Th{constructor(){super(eh)}})
|
|
2625
|
+
Ph("icon-true-false-rectangle",class extends Th{constructor(){super(ih)}})
|
|
2626
|
+
Ph("icon-unlink",class extends Th{constructor(){super(sh)}})
|
|
2627
|
+
Ph("icon-unlock",class extends Th{constructor(){super(oh)}})
|
|
2628
|
+
Ph("icon-upload",class extends Th{constructor(){super(nh)}})
|
|
2629
|
+
Ph("icon-user",class extends Th{constructor(){super(rh)}})
|
|
2630
|
+
Ph("icon-watch",class extends Th{constructor(){super(ah)}})
|
|
2631
|
+
Ph("icon-waveform",class extends Th{constructor(){super(lh)}})
|
|
2632
|
+
Ph("icon-webvi-custom",class extends Th{constructor(){super(ch)}})
|
|
2633
|
+
Ph("icon-webvi-host",class extends Th{constructor(){super(hh)}})
|
|
2634
|
+
Ph("icon-window-code",class extends Th{constructor(){super(dh)}})
|
|
2635
|
+
Ph("icon-window-text",class extends Th{constructor(){super(uh)}})
|
|
2636
|
+
Ph("icon-wrench-hammer",class extends Th{constructor(){super(ph)}})
|
|
2637
|
+
Ph("icon-xmark",class extends Th{constructor(){super(vh)}})
|
|
2638
|
+
Ph("icon-xmark-check",class extends Th{constructor(){super(gh)}})
|
|
2646
2639
|
const qd=ut`
|
|
2647
|
-
${
|
|
2640
|
+
${Zs("flex")}
|
|
2648
2641
|
|
|
2649
2642
|
:host {
|
|
2650
|
-
font: ${
|
|
2643
|
+
font: ${Ir};
|
|
2651
2644
|
cursor: pointer;
|
|
2652
2645
|
justify-content: left;
|
|
2653
|
-
height: ${
|
|
2646
|
+
height: ${Gn};
|
|
2654
2647
|
}
|
|
2655
2648
|
|
|
2656
2649
|
.content {
|
|
@@ -2660,15 +2653,15 @@ const qd=ut`
|
|
|
2660
2653
|
:host(.selected) {
|
|
2661
2654
|
box-shadow: none;
|
|
2662
2655
|
outline: none;
|
|
2663
|
-
background-color: ${
|
|
2656
|
+
background-color: ${Tn};
|
|
2664
2657
|
}
|
|
2665
2658
|
|
|
2666
2659
|
:host(:hover.selected) {
|
|
2667
|
-
background-color: ${
|
|
2660
|
+
background-color: ${Rn};
|
|
2668
2661
|
}
|
|
2669
2662
|
|
|
2670
2663
|
:host(:hover) {
|
|
2671
|
-
background-color: ${
|
|
2664
|
+
background-color: ${Dn};
|
|
2672
2665
|
}
|
|
2673
2666
|
|
|
2674
2667
|
:host(:hover):host([disabled]) {
|
|
@@ -2676,16 +2669,16 @@ const qd=ut`
|
|
|
2676
2669
|
background-color: transparent;
|
|
2677
2670
|
}
|
|
2678
2671
|
|
|
2679
|
-
:host(:${
|
|
2680
|
-
box-shadow: 0px 0px 0px 1px ${
|
|
2681
|
-
outline: 1px solid ${
|
|
2672
|
+
:host(:${mh}) {
|
|
2673
|
+
box-shadow: 0px 0px 0px 1px ${Kn} inset;
|
|
2674
|
+
outline: 1px solid ${Kn};
|
|
2682
2675
|
outline-offset: -4px;
|
|
2683
2676
|
}
|
|
2684
2677
|
|
|
2685
2678
|
:host(:active) {
|
|
2686
2679
|
box-shadow: none;
|
|
2687
2680
|
outline: none;
|
|
2688
|
-
background-color: ${
|
|
2681
|
+
background-color: ${Tn};
|
|
2689
2682
|
}
|
|
2690
2683
|
|
|
2691
2684
|
:host([disabled]) {
|
|
@@ -2708,28 +2701,28 @@ const Ud=class extends oi{get value(){return super.value}set value(t){super.valu
|
|
|
2708
2701
|
class="${t=>[t.checked&&"checked",t.selected&&"selected",t.disabled&&"disabled"].filter(Boolean).join(" ")}"
|
|
2709
2702
|
role="option"
|
|
2710
2703
|
>
|
|
2711
|
-
${
|
|
2704
|
+
${kt(0,e)}
|
|
2712
2705
|
<span class="content" part="content">
|
|
2713
2706
|
<slot ${wt("content")}></slot>
|
|
2714
2707
|
</span>
|
|
2715
|
-
${
|
|
2708
|
+
${Ct(0,e)}
|
|
2716
2709
|
</template>
|
|
2717
2710
|
`,styles:qd})
|
|
2718
2711
|
Bi.getOrCreate().withPrefix("nimble").register(Ud())
|
|
2719
2712
|
const Kd=ut`
|
|
2720
|
-
${
|
|
2713
|
+
${Zs("grid")}
|
|
2721
2714
|
|
|
2722
2715
|
:host {
|
|
2723
|
-
background: ${
|
|
2724
|
-
border: ${
|
|
2716
|
+
background: ${Ln};
|
|
2717
|
+
border: ${tr} solid ${Yn};
|
|
2725
2718
|
margin: 0;
|
|
2726
2719
|
padding: 4px;
|
|
2727
2720
|
min-width: 168px;
|
|
2728
2721
|
width: max-content;
|
|
2729
|
-
box-shadow: 0px 2px 3px ${
|
|
2722
|
+
box-shadow: 0px 2px 3px ${Xn};
|
|
2730
2723
|
}
|
|
2731
2724
|
:host([slot='submenu']) {
|
|
2732
|
-
margin: 0 calc(${
|
|
2725
|
+
margin: 0 calc(${Qn} * 2);
|
|
2733
2726
|
}
|
|
2734
2727
|
::slotted(*) {
|
|
2735
2728
|
padding-left: 8px;
|
|
@@ -2738,18 +2731,18 @@ const Kd=ut`
|
|
|
2738
2731
|
::slotted(hr) {
|
|
2739
2732
|
box-sizing: content-box;
|
|
2740
2733
|
height: 2px;
|
|
2741
|
-
margin: ${
|
|
2734
|
+
margin: ${Qn};
|
|
2742
2735
|
border: none;
|
|
2743
|
-
background: ${
|
|
2736
|
+
background: ${Fn};
|
|
2744
2737
|
opacity: 0.1;
|
|
2745
2738
|
}
|
|
2746
2739
|
::slotted(header) {
|
|
2747
2740
|
display: flex;
|
|
2748
|
-
font: ${
|
|
2749
|
-
color: ${
|
|
2750
|
-
text-transform: ${
|
|
2751
|
-
padding-top: ${
|
|
2752
|
-
padding-bottom: ${
|
|
2741
|
+
font: ${Lr};
|
|
2742
|
+
color: ${Tr};
|
|
2743
|
+
text-transform: ${ya};
|
|
2744
|
+
padding-top: ${Qn};
|
|
2745
|
+
padding-bottom: ${Qn};
|
|
2753
2746
|
}
|
|
2754
2747
|
`
|
|
2755
2748
|
const Wd=class extends as{}.compose({baseName:"menu",baseClass:as,template:(t,e)=>q`
|
|
@@ -2764,10 +2757,10 @@ const Wd=class extends as{}.compose({baseName:"menu",baseClass:as,template:(t,e)
|
|
|
2764
2757
|
`,styles:Kd})
|
|
2765
2758
|
Bi.getOrCreate().withPrefix("nimble").register(Wd())
|
|
2766
2759
|
const Xd=ut`
|
|
2767
|
-
${
|
|
2760
|
+
${Zs("inline-block")}
|
|
2768
2761
|
|
|
2769
2762
|
:host {
|
|
2770
|
-
height: ${
|
|
2763
|
+
height: ${Gn};
|
|
2771
2764
|
}
|
|
2772
2765
|
|
|
2773
2766
|
[part='button'] {
|
|
@@ -2776,36 +2769,36 @@ const Xd=ut`
|
|
|
2776
2769
|
}
|
|
2777
2770
|
|
|
2778
2771
|
slot[name='menu']::slotted(*) {
|
|
2779
|
-
margin-top: ${
|
|
2780
|
-
margin-bottom: ${
|
|
2772
|
+
margin-top: ${Qn};
|
|
2773
|
+
margin-bottom: ${Qn};
|
|
2781
2774
|
}
|
|
2782
2775
|
`,Yd=ut`
|
|
2783
|
-
${
|
|
2776
|
+
${kh}
|
|
2784
2777
|
|
|
2785
2778
|
.control[aria-pressed='true'] {
|
|
2786
|
-
background-color: ${
|
|
2787
|
-
border-color: ${
|
|
2779
|
+
background-color: ${Tn};
|
|
2780
|
+
border-color: ${Tn};
|
|
2788
2781
|
}
|
|
2789
2782
|
|
|
2790
2783
|
.control[aria-pressed='true']:hover {
|
|
2791
|
-
background-color: ${
|
|
2784
|
+
background-color: ${Tn};
|
|
2792
2785
|
}
|
|
2793
2786
|
|
|
2794
|
-
.control[aria-pressed='true']${
|
|
2795
|
-
background-color: ${
|
|
2787
|
+
.control[aria-pressed='true']${mh} {
|
|
2788
|
+
background-color: ${Tn};
|
|
2796
2789
|
}
|
|
2797
2790
|
|
|
2798
2791
|
.control[aria-pressed='true'][disabled] {
|
|
2799
|
-
background-color: ${
|
|
2800
|
-
border-color: ${
|
|
2792
|
+
background-color: ${Tn};
|
|
2793
|
+
border-color: ${Tn};
|
|
2801
2794
|
}
|
|
2802
2795
|
|
|
2803
2796
|
.control[aria-pressed='true'][disabled]:hover {
|
|
2804
|
-
background-color: ${
|
|
2805
|
-
border-color: ${
|
|
2797
|
+
background-color: ${Tn};
|
|
2798
|
+
border-color: ${Tn};
|
|
2806
2799
|
}
|
|
2807
2800
|
`
|
|
2808
|
-
class Gd extends
|
|
2801
|
+
class Gd extends Cs{constructor(){super(...arguments),this.appearance=yh,this.contentHidden=!1}}zn([tt],Gd.prototype,"appearance",void 0),zn([tt({attribute:"content-hidden",mode:"boolean"})],Gd.prototype,"contentHidden",void 0),de(Gd,$t,Ze)
|
|
2809
2802
|
const Qd=Gd.compose({baseName:"toggle-button",template:(t,e)=>q`
|
|
2810
2803
|
<div
|
|
2811
2804
|
role="button"
|
|
@@ -2841,22 +2834,22 @@ const Qd=Gd.compose({baseName:"toggle-button",template:(t,e)=>q`
|
|
|
2841
2834
|
aria-roledescription="${t=>t.ariaRoledescription}"
|
|
2842
2835
|
${vt("control")}
|
|
2843
2836
|
>
|
|
2844
|
-
${
|
|
2837
|
+
${kt(0,e)}
|
|
2845
2838
|
<span class="content" part="content">
|
|
2846
2839
|
<slot></slot>
|
|
2847
2840
|
</span>
|
|
2848
|
-
${
|
|
2841
|
+
${Ct(0,e)}
|
|
2849
2842
|
</div>
|
|
2850
2843
|
`,styles:Yd,shadowOptions:{delegatesFocus:!0}})
|
|
2851
2844
|
Bi.getOrCreate().withPrefix("nimble").register(Qd())
|
|
2852
2845
|
const Jd="auto"
|
|
2853
2846
|
class Zd extends le{constructor(){super(...arguments),this.appearance=yh,this.disabled=!1,this.contentHidden=!1,this.open=!1,this.position=Jd,this.focusLastItemWhenOpened=!1,this.menuChangeHandler=()=>{this.open=!1,this.toggleButton.focus()}}disconnectedCallback(){super.disconnectedCallback(),this.region&&this.region.removeEventListener(me,this.menuChangeHandler)}toggleButtonChanged(t,e){this.region&&this.toggleButton&&(this.region.anchorElement=this.toggleButton)}regionChanged(t,e){t&&t.removeEventListener(me,this.menuChangeHandler),this.region&&(this.toggleButton&&(this.region.anchorElement=this.toggleButton),this.region.addEventListener(me,this.menuChangeHandler,{capture:!0}))}openChanged(t,e){this.toggleButton&&(this.toggleButton.checked=this.open),this.open||this.$emit("open-change")}regionLoadedHandler(){this.focusLastItemWhenOpened?(this.focusLastMenuItem(),this.focusLastItemWhenOpened=!1):this.focusMenu(),this.$emit("open-change")}focusoutHandler(t){if(!this.open)return!0
|
|
2854
2847
|
const e=t.relatedTarget
|
|
2855
|
-
return!!this.contains(e)||(this.open=!1,!1)}toggleButtonCheckedChangeHandler(t){return this.open=this.toggleButton.checked,t.stopPropagation(),!1}toggleButtonKeyDownHandler(t){switch(t.key){case
|
|
2848
|
+
return!!this.contains(e)||(this.open=!1,!1)}toggleButtonCheckedChangeHandler(t){return this.open=this.toggleButton.checked,t.stopPropagation(),!1}toggleButtonKeyDownHandler(t){switch(t.key){case Ce:return this.focusLastItemWhenOpened=!0,this.open=!0,!1
|
|
2856
2849
|
case xe:return this.open=!0,!1
|
|
2857
2850
|
default:return!0}}menuKeyDownHandler(t){switch(t.key){case _e:return this.open=!1,this.toggleButton.focus(),!1
|
|
2858
2851
|
default:return!0}}get menu(){return this.slottedMenus?.length?this.slottedMenus[0]:void 0}focusMenu(){this.menu?.focus()}focusLastMenuItem(){const t=this.menu?.querySelectorAll("[role=menuitem]")
|
|
2859
|
-
if(t?.length){t[t.length-1].focus()}}}
|
|
2852
|
+
if(t?.length){t[t.length-1].focus()}}}zn([tt],Zd.prototype,"appearance",void 0),zn([tt({mode:"boolean"})],Zd.prototype,"disabled",void 0),zn([tt({attribute:"content-hidden",mode:"boolean"})],Zd.prototype,"contentHidden",void 0),zn([tt({mode:"boolean"})],Zd.prototype,"open",void 0),zn([tt({attribute:"position"})],Zd.prototype,"position",void 0),zn([v],Zd.prototype,"toggleButton",void 0),zn([v],Zd.prototype,"region",void 0),zn([v],Zd.prototype,"slottedMenus",void 0)
|
|
2860
2853
|
const tu=Zd.compose({baseName:"menu-button",template:t=>q`
|
|
2861
2854
|
<template
|
|
2862
2855
|
?open="${t=>t.open}"
|
|
@@ -2881,7 +2874,7 @@ const tu=Zd.compose({baseName:"menu-button",template:t=>q`
|
|
|
2881
2874
|
<slot slot="end" name="end"></slot>
|
|
2882
2875
|
</${t.tagFor(Gd)}>
|
|
2883
2876
|
${gt((t=>t.open),q`
|
|
2884
|
-
<${t.tagFor(
|
|
2877
|
+
<${t.tagFor(io)}
|
|
2885
2878
|
fixed-placement="true"
|
|
2886
2879
|
auto-update-mode="auto"
|
|
2887
2880
|
horizontal-inset="true"
|
|
@@ -2895,19 +2888,19 @@ const tu=Zd.compose({baseName:"menu-button",template:t=>q`
|
|
|
2895
2888
|
<span part="menu">
|
|
2896
2889
|
<slot name="menu" ${wt({property:"slottedMenus",filter:mt("[role=menu]")})}></slot>
|
|
2897
2890
|
</span>
|
|
2898
|
-
</${t.tagFor(
|
|
2891
|
+
</${t.tagFor(io)}>
|
|
2899
2892
|
`)}
|
|
2900
2893
|
</template>
|
|
2901
2894
|
`,styles:Xd,shadowOptions:{delegatesFocus:!0}})
|
|
2902
2895
|
Bi.getOrCreate().withPrefix("nimble").register(tu())
|
|
2903
2896
|
const eu=ut`
|
|
2904
|
-
${
|
|
2897
|
+
${Zs("grid")}
|
|
2905
2898
|
|
|
2906
2899
|
:host {
|
|
2907
2900
|
contain: layout;
|
|
2908
2901
|
overflow: visible;
|
|
2909
2902
|
box-sizing: border-box;
|
|
2910
|
-
height: ${
|
|
2903
|
+
height: ${Gn};
|
|
2911
2904
|
grid-template-columns: 1fr;
|
|
2912
2905
|
column-gap: 8px;
|
|
2913
2906
|
grid-template-rows: 1fr;
|
|
@@ -2917,23 +2910,23 @@ const eu=ut`
|
|
|
2917
2910
|
padding-right: 8px;
|
|
2918
2911
|
margin: 0 0;
|
|
2919
2912
|
white-space: nowrap;
|
|
2920
|
-
color: ${
|
|
2913
|
+
color: ${Or};
|
|
2921
2914
|
fill: currentcolor;
|
|
2922
2915
|
cursor: pointer;
|
|
2923
|
-
font: ${
|
|
2916
|
+
font: ${Ir};
|
|
2924
2917
|
}
|
|
2925
|
-
:host(${
|
|
2926
|
-
outline: 2px solid ${
|
|
2918
|
+
:host(${mh}) {
|
|
2919
|
+
outline: 2px solid ${Kn};
|
|
2927
2920
|
outline-offset: -2px;
|
|
2928
2921
|
}
|
|
2929
2922
|
:host([expanded]) {
|
|
2930
|
-
background: ${
|
|
2923
|
+
background: ${Dn};
|
|
2931
2924
|
}
|
|
2932
2925
|
:host(:hover) {
|
|
2933
|
-
background: ${
|
|
2926
|
+
background: ${Dn};
|
|
2934
2927
|
}
|
|
2935
2928
|
:host(:active:not([expanded])) {
|
|
2936
|
-
background: ${
|
|
2929
|
+
background: ${Tn};
|
|
2937
2930
|
}
|
|
2938
2931
|
:host([disabled]) {
|
|
2939
2932
|
color: ${Ar};
|
|
@@ -2944,21 +2937,21 @@ const eu=ut`
|
|
|
2944
2937
|
background: transparent;
|
|
2945
2938
|
}
|
|
2946
2939
|
:host(.indent-0[aria-haspopup='menu']) {
|
|
2947
|
-
grid-template-columns: 1fr ${
|
|
2940
|
+
grid-template-columns: 1fr ${er};
|
|
2948
2941
|
}
|
|
2949
2942
|
:host(.indent-1) {
|
|
2950
|
-
grid-template-columns: ${
|
|
2943
|
+
grid-template-columns: ${er} 1fr;
|
|
2951
2944
|
}
|
|
2952
2945
|
:host(.indent-1[aria-haspopup='menu']) {
|
|
2953
|
-
grid-template-columns: ${
|
|
2946
|
+
grid-template-columns: ${er} 1fr ${er};
|
|
2954
2947
|
}
|
|
2955
2948
|
[part='start'] {
|
|
2956
2949
|
display: contents;
|
|
2957
2950
|
}
|
|
2958
2951
|
slot[name='start']::slotted(*) {
|
|
2959
2952
|
fill: currentcolor;
|
|
2960
|
-
width: ${
|
|
2961
|
-
height: ${
|
|
2953
|
+
width: ${er};
|
|
2954
|
+
height: ${er};
|
|
2962
2955
|
}
|
|
2963
2956
|
:host(.indent-1) .start {
|
|
2964
2957
|
grid-column: 1;
|
|
@@ -2969,8 +2962,8 @@ const eu=ut`
|
|
|
2969
2962
|
.expand-collapse-glyph-container {
|
|
2970
2963
|
grid-row: 1;
|
|
2971
2964
|
fill: currentcolor;
|
|
2972
|
-
width: ${
|
|
2973
|
-
height: ${
|
|
2965
|
+
width: ${er};
|
|
2966
|
+
height: ${er};
|
|
2974
2967
|
}
|
|
2975
2968
|
:host(.indent-0) .expand-collapse-glyph-container {
|
|
2976
2969
|
grid-column: 2;
|
|
@@ -3011,11 +3004,11 @@ const iu=class extends rs{}.compose({baseName:"menu-item",baseClass:rs,template:
|
|
|
3011
3004
|
</div>
|
|
3012
3005
|
`)}
|
|
3013
3006
|
</div>
|
|
3014
|
-
${
|
|
3007
|
+
${kt(0,e)}
|
|
3015
3008
|
<span class="content" part="content">
|
|
3016
3009
|
<slot></slot>
|
|
3017
3010
|
</span>
|
|
3018
|
-
${
|
|
3011
|
+
${Ct(0,e)}
|
|
3019
3012
|
${gt((t=>t.hasSubmenu),q`
|
|
3020
3013
|
<div
|
|
3021
3014
|
part="expand-collapse-glyph-container"
|
|
@@ -3046,21 +3039,21 @@ const iu=class extends rs{}.compose({baseName:"menu-item",baseClass:rs,template:
|
|
|
3046
3039
|
</${t.tagFor(Fe)}>
|
|
3047
3040
|
`)}
|
|
3048
3041
|
</template>
|
|
3049
|
-
`,styles:eu,expandCollapseGlyph:
|
|
3042
|
+
`,styles:eu,expandCollapseGlyph:Fa.data})
|
|
3050
3043
|
Bi.getOrCreate().withPrefix("nimble").register(iu())
|
|
3051
3044
|
const su="underline",ou="outline",nu="block",ru=ut`
|
|
3052
|
-
${
|
|
3045
|
+
${Zs("inline-block")}
|
|
3053
3046
|
${Fh}
|
|
3054
3047
|
|
|
3055
3048
|
:host {
|
|
3056
|
-
font: ${
|
|
3049
|
+
font: ${Ir};
|
|
3057
3050
|
outline: none;
|
|
3058
3051
|
user-select: none;
|
|
3059
|
-
color: ${
|
|
3060
|
-
height: calc(${
|
|
3061
|
-
--ni-private-hover-indicator-width: calc(${
|
|
3052
|
+
color: ${Or};
|
|
3053
|
+
height: calc(${Zn} + ${Gn});
|
|
3054
|
+
--ni-private-hover-indicator-width: calc(${tr} + 1px);
|
|
3062
3055
|
--ni-private-height-within-border: calc(
|
|
3063
|
-
${
|
|
3056
|
+
${Gn} - 2 * ${tr}
|
|
3064
3057
|
);
|
|
3065
3058
|
}
|
|
3066
3059
|
|
|
@@ -3071,12 +3064,12 @@ const su="underline",ou="outline",nu="block",ru=ut`
|
|
|
3071
3064
|
|
|
3072
3065
|
.label {
|
|
3073
3066
|
display: flex;
|
|
3074
|
-
color: ${
|
|
3075
|
-
font: ${
|
|
3067
|
+
color: ${qr};
|
|
3068
|
+
font: ${jr};
|
|
3076
3069
|
}
|
|
3077
3070
|
|
|
3078
3071
|
:host([disabled]) .label {
|
|
3079
|
-
color: ${
|
|
3072
|
+
color: ${Ur};
|
|
3080
3073
|
}
|
|
3081
3074
|
|
|
3082
3075
|
.root {
|
|
@@ -3087,20 +3080,20 @@ const su="underline",ou="outline",nu="block",ru=ut`
|
|
|
3087
3080
|
justify-content: center;
|
|
3088
3081
|
align-items: center;
|
|
3089
3082
|
border-radius: 0px;
|
|
3090
|
-
border: 0px solid rgba(${
|
|
3091
|
-
padding: ${
|
|
3083
|
+
border: 0px solid rgba(${Bn}, 0.3);
|
|
3084
|
+
padding: ${tr};
|
|
3092
3085
|
}
|
|
3093
3086
|
|
|
3094
3087
|
.root:focus-within {
|
|
3095
|
-
border-bottom-color: ${
|
|
3088
|
+
border-bottom-color: ${Kn};
|
|
3096
3089
|
}
|
|
3097
3090
|
|
|
3098
3091
|
:host([disabled]) .root {
|
|
3099
|
-
border-color: rgba(${
|
|
3092
|
+
border-color: rgba(${Bn}, 0.1);
|
|
3100
3093
|
}
|
|
3101
3094
|
|
|
3102
3095
|
:host(.invalid) .root {
|
|
3103
|
-
border-bottom-color: ${
|
|
3096
|
+
border-bottom-color: ${Nn};
|
|
3104
3097
|
}
|
|
3105
3098
|
|
|
3106
3099
|
.root::before {
|
|
@@ -3114,12 +3107,12 @@ const su="underline",ou="outline",nu="block",ru=ut`
|
|
|
3114
3107
|
.root::after {
|
|
3115
3108
|
content: '';
|
|
3116
3109
|
position: absolute;
|
|
3117
|
-
bottom: calc(-1 * ${
|
|
3110
|
+
bottom: calc(-1 * ${tr});
|
|
3118
3111
|
width: 0px;
|
|
3119
3112
|
height: 0px;
|
|
3120
|
-
border-bottom: ${
|
|
3113
|
+
border-bottom: ${Kn}
|
|
3121
3114
|
var(--ni-private-hover-indicator-width) solid;
|
|
3122
|
-
transition: width ${
|
|
3115
|
+
transition: width ${$a} ease-in;
|
|
3123
3116
|
}
|
|
3124
3117
|
|
|
3125
3118
|
@media (prefers-reduced-motion) {
|
|
@@ -3129,7 +3122,7 @@ const su="underline",ou="outline",nu="block",ru=ut`
|
|
|
3129
3122
|
}
|
|
3130
3123
|
|
|
3131
3124
|
:host(.invalid) .root::after {
|
|
3132
|
-
border-bottom-color: ${
|
|
3125
|
+
border-bottom-color: ${Nn};
|
|
3133
3126
|
}
|
|
3134
3127
|
|
|
3135
3128
|
:host(:hover) .root::after {
|
|
@@ -3153,7 +3146,7 @@ const su="underline",ou="outline",nu="block",ru=ut`
|
|
|
3153
3146
|
width: 100%;
|
|
3154
3147
|
border: none;
|
|
3155
3148
|
padding: 0px;
|
|
3156
|
-
padding-left: calc(${
|
|
3149
|
+
padding-left: calc(${Jn} / 2);
|
|
3157
3150
|
}
|
|
3158
3151
|
|
|
3159
3152
|
.control:hover,
|
|
@@ -3164,12 +3157,12 @@ const su="underline",ou="outline",nu="block",ru=ut`
|
|
|
3164
3157
|
}
|
|
3165
3158
|
|
|
3166
3159
|
.control::selection {
|
|
3167
|
-
color: ${
|
|
3168
|
-
background: rgba(${
|
|
3160
|
+
color: ${qr};
|
|
3161
|
+
background: rgba(${Pn}, 0.3);
|
|
3169
3162
|
}
|
|
3170
3163
|
|
|
3171
3164
|
.control::placeholder {
|
|
3172
|
-
color: ${
|
|
3165
|
+
color: ${qr};
|
|
3173
3166
|
}
|
|
3174
3167
|
|
|
3175
3168
|
.control[disabled]::placeholder {
|
|
@@ -3183,7 +3176,7 @@ const su="underline",ou="outline",nu="block",ru=ut`
|
|
|
3183
3176
|
${""}
|
|
3184
3177
|
.step-up {
|
|
3185
3178
|
order: 3;
|
|
3186
|
-
padding-right: calc(${
|
|
3179
|
+
padding-right: calc(${Jn} / 4);
|
|
3187
3180
|
}
|
|
3188
3181
|
|
|
3189
3182
|
.step-down {
|
|
@@ -3191,7 +3184,7 @@ const su="underline",ou="outline",nu="block",ru=ut`
|
|
|
3191
3184
|
}
|
|
3192
3185
|
|
|
3193
3186
|
.step-up-down-button {
|
|
3194
|
-
${
|
|
3187
|
+
${Gn.cssCustomProperty}: 24px;
|
|
3195
3188
|
}
|
|
3196
3189
|
|
|
3197
3190
|
[part='end'] {
|
|
@@ -3200,21 +3193,21 @@ const su="underline",ou="outline",nu="block",ru=ut`
|
|
|
3200
3193
|
|
|
3201
3194
|
.error-icon {
|
|
3202
3195
|
order: 1;
|
|
3203
|
-
padding-right: calc(${
|
|
3196
|
+
padding-right: calc(${Jn} / 4);
|
|
3204
3197
|
}
|
|
3205
3198
|
`.withBehaviors(xh(su,ut`
|
|
3206
3199
|
.root {
|
|
3207
|
-
border-bottom-width: ${
|
|
3200
|
+
border-bottom-width: ${tr};
|
|
3208
3201
|
padding-bottom: 0;
|
|
3209
3202
|
}
|
|
3210
3203
|
`),xh(nu,ut`
|
|
3211
3204
|
.root {
|
|
3212
|
-
background-color: rgba(${
|
|
3205
|
+
background-color: rgba(${Bn}, 0.1);
|
|
3213
3206
|
}
|
|
3214
3207
|
|
|
3215
3208
|
.root:focus-within,
|
|
3216
3209
|
:host(.invalid) .root {
|
|
3217
|
-
border-bottom-width: ${
|
|
3210
|
+
border-bottom-width: ${tr};
|
|
3218
3211
|
padding-bottom: 0;
|
|
3219
3212
|
}
|
|
3220
3213
|
|
|
@@ -3223,15 +3216,15 @@ const su="underline",ou="outline",nu="block",ru=ut`
|
|
|
3223
3216
|
}
|
|
3224
3217
|
|
|
3225
3218
|
:host([disabled]) .root {
|
|
3226
|
-
background-color: rgba(${
|
|
3219
|
+
background-color: rgba(${Bn}, 0.07);
|
|
3227
3220
|
}
|
|
3228
3221
|
`),xh(ou,ut`
|
|
3229
3222
|
.root {
|
|
3230
|
-
border-width: ${
|
|
3223
|
+
border-width: ${tr};
|
|
3231
3224
|
padding: 0;
|
|
3232
3225
|
}
|
|
3233
3226
|
`))
|
|
3234
|
-
class au extends gs{constructor(){super(...arguments),this.appearance=su}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}
|
|
3227
|
+
class au extends gs{constructor(){super(...arguments),this.appearance=su}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}zn([tt],au.prototype,"appearance",void 0),zn([tt({attribute:"error-text"})],au.prototype,"errorText",void 0)
|
|
3235
3228
|
const lu=au.compose({baseName:"number-field",baseClass:gs,template:(t,e)=>q`
|
|
3236
3229
|
<template class="${t=>t.readOnly?"readonly":""}">
|
|
3237
3230
|
<label
|
|
@@ -3242,7 +3235,7 @@ const lu=au.compose({baseName:"number-field",baseClass:gs,template:(t,e)=>q`
|
|
|
3242
3235
|
<slot ${wt("defaultSlottedNodes")}></slot>
|
|
3243
3236
|
</label>
|
|
3244
3237
|
<div class="root" part="root">
|
|
3245
|
-
${
|
|
3238
|
+
${kt(0,e)}
|
|
3246
3239
|
<input
|
|
3247
3240
|
class="control"
|
|
3248
3241
|
part="control"
|
|
@@ -3304,7 +3297,7 @@ const lu=au.compose({baseName:"number-field",baseClass:gs,template:(t,e)=>q`
|
|
|
3304
3297
|
</div>
|
|
3305
3298
|
</div>
|
|
3306
3299
|
`)}
|
|
3307
|
-
${
|
|
3300
|
+
${Ct(0,e)}
|
|
3308
3301
|
</div>
|
|
3309
3302
|
</template>
|
|
3310
3303
|
`,styles:ru,shadowOptions:{delegatesFocus:!0},stepDownGlyph:q`
|
|
@@ -3338,38 +3331,38 @@ const cu="underline",hu="outline",du="block",uu=ut`
|
|
|
3338
3331
|
${Dh}
|
|
3339
3332
|
`.withBehaviors(xh(cu,ut`
|
|
3340
3333
|
.control {
|
|
3341
|
-
padding-top: ${
|
|
3342
|
-
padding-left: calc(${
|
|
3343
|
-
padding-right: ${
|
|
3334
|
+
padding-top: ${tr};
|
|
3335
|
+
padding-left: calc(${tr} + ${Jn} / 2);
|
|
3336
|
+
padding-right: ${tr};
|
|
3344
3337
|
}
|
|
3345
3338
|
|
|
3346
3339
|
:host([disabled]) .control {
|
|
3347
|
-
border-color: rgba(${
|
|
3340
|
+
border-color: rgba(${Bn}, 0.1);
|
|
3348
3341
|
}
|
|
3349
3342
|
`),xh(hu,ut`
|
|
3350
3343
|
.control {
|
|
3351
|
-
border: ${
|
|
3344
|
+
border: ${tr} solid rgba(${Bn}, 0.3);
|
|
3352
3345
|
}
|
|
3353
3346
|
|
|
3354
3347
|
:host(.invalid) .errortext {
|
|
3355
|
-
top: calc(${
|
|
3348
|
+
top: calc(${Gn} - ${tr});
|
|
3356
3349
|
}
|
|
3357
3350
|
`),xh(du,ut`
|
|
3358
3351
|
.control {
|
|
3359
|
-
background-color: rgba(${
|
|
3360
|
-
padding-left: calc(${
|
|
3361
|
-
padding-right: ${
|
|
3362
|
-
padding-bottom: calc(${
|
|
3363
|
-
border-bottom: ${
|
|
3364
|
-
rgba(${
|
|
3352
|
+
background-color: rgba(${Bn}, 0.1);
|
|
3353
|
+
padding-left: calc(${tr} + ${Jn} / 2);
|
|
3354
|
+
padding-right: ${tr};
|
|
3355
|
+
padding-bottom: calc(${tr});
|
|
3356
|
+
border-bottom: ${tr}
|
|
3357
|
+
rgba(${Bn}, 0.07);
|
|
3365
3358
|
}
|
|
3366
3359
|
|
|
3367
3360
|
:host([disabled]) .control {
|
|
3368
|
-
background-color: rgba(${
|
|
3361
|
+
background-color: rgba(${Bn}, 0.07);
|
|
3369
3362
|
}
|
|
3370
3363
|
`))
|
|
3371
3364
|
class pu extends ws{constructor(){super(...arguments),this.appearance=cu}setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(t,e){const i=this.value
|
|
3372
|
-
super.slottedOptionsChanged(t,e),i&&(this.value=i)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}
|
|
3365
|
+
super.slottedOptionsChanged(t,e),i&&(this.value=i)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}zn([tt],pu.prototype,"appearance",void 0)
|
|
3373
3366
|
const vu=pu.compose({baseName:"select",baseClass:ws,template:(t,e)=>q`
|
|
3374
3367
|
<template
|
|
3375
3368
|
class="${t=>[t.collapsible&&"collapsible",t.collapsible&&t.open&&"open",t.disabled&&"disabled",t.collapsible&&t.position].filter(Boolean).join(" ")}"
|
|
@@ -3395,7 +3388,7 @@ const vu=pu.compose({baseName:"select",baseClass:ws,template:(t,e)=>q`
|
|
|
3395
3388
|
?disabled="${t=>t.disabled}"
|
|
3396
3389
|
${vt("control")}
|
|
3397
3390
|
>
|
|
3398
|
-
${
|
|
3391
|
+
${kt(0,e)}
|
|
3399
3392
|
<slot name="button-container">
|
|
3400
3393
|
<div class="selected-value" part="selected-value">
|
|
3401
3394
|
<slot name="selected-value">${t=>t.displayValue}</slot>
|
|
@@ -3406,7 +3399,7 @@ const vu=pu.compose({baseName:"select",baseClass:ws,template:(t,e)=>q`
|
|
|
3406
3399
|
</slot>
|
|
3407
3400
|
</div>
|
|
3408
3401
|
</slot>
|
|
3409
|
-
${
|
|
3402
|
+
${Ct(0,e)}
|
|
3410
3403
|
</div>
|
|
3411
3404
|
`)}
|
|
3412
3405
|
<div
|
|
@@ -3423,36 +3416,36 @@ const vu=pu.compose({baseName:"select",baseClass:ws,template:(t,e)=>q`
|
|
|
3423
3416
|
></slot>
|
|
3424
3417
|
</div>
|
|
3425
3418
|
</template>
|
|
3426
|
-
`,styles:uu,indicator:
|
|
3419
|
+
`,styles:uu,indicator:Ra.data})
|
|
3427
3420
|
Bi.getOrCreate().withPrefix("nimble").register(vu())
|
|
3428
3421
|
const gu=ut`
|
|
3429
|
-
${
|
|
3422
|
+
${Zs("inline-flex")}
|
|
3430
3423
|
|
|
3431
3424
|
:host {
|
|
3432
3425
|
outline: none;
|
|
3433
|
-
font: ${
|
|
3434
|
-
color: ${
|
|
3426
|
+
font: ${Qr};
|
|
3427
|
+
color: ${Jr};
|
|
3435
3428
|
flex-direction: column;
|
|
3436
3429
|
cursor: pointer;
|
|
3437
3430
|
--ni-private-switch-height: 24px;
|
|
3438
3431
|
--ni-private-switch-indicator-size: 16px;
|
|
3439
3432
|
padding-bottom: calc(
|
|
3440
|
-
${
|
|
3433
|
+
${Gn} - var(--ni-private-switch-height)
|
|
3441
3434
|
);
|
|
3442
3435
|
}
|
|
3443
3436
|
|
|
3444
3437
|
:host([disabled]) {
|
|
3445
3438
|
cursor: default;
|
|
3446
|
-
color: ${
|
|
3439
|
+
color: ${Zr};
|
|
3447
3440
|
}
|
|
3448
3441
|
|
|
3449
3442
|
.label {
|
|
3450
|
-
color: ${
|
|
3451
|
-
font: ${
|
|
3443
|
+
color: ${qr};
|
|
3444
|
+
font: ${jr};
|
|
3452
3445
|
}
|
|
3453
3446
|
|
|
3454
3447
|
:host([disabled]) .label {
|
|
3455
|
-
color: ${
|
|
3448
|
+
color: ${Ur};
|
|
3456
3449
|
}
|
|
3457
3450
|
|
|
3458
3451
|
.label__hidden {
|
|
@@ -3474,28 +3467,28 @@ const gu=ut`
|
|
|
3474
3467
|
height: var(--ni-private-switch-height);
|
|
3475
3468
|
width: calc(var(--ni-private-switch-height) * 2);
|
|
3476
3469
|
box-sizing: border-box;
|
|
3477
|
-
background-color: ${
|
|
3470
|
+
background-color: ${Dn};
|
|
3478
3471
|
border-radius: calc(var(--ni-private-switch-height) / 2);
|
|
3479
3472
|
align-items: center;
|
|
3480
|
-
border: calc(${
|
|
3473
|
+
border: calc(${tr} * 2) solid transparent;
|
|
3481
3474
|
}
|
|
3482
3475
|
|
|
3483
3476
|
:host([disabled]) .switch {
|
|
3484
3477
|
background-color: var(--ni-private-switch-background-disabled-color);
|
|
3485
3478
|
}
|
|
3486
3479
|
|
|
3487
|
-
:host(${
|
|
3488
|
-
border-color: ${
|
|
3480
|
+
:host(${mh}) .switch {
|
|
3481
|
+
border-color: ${Kn};
|
|
3489
3482
|
}
|
|
3490
3483
|
|
|
3491
3484
|
.checked-indicator-spacer {
|
|
3492
3485
|
flex-grow: 0;
|
|
3493
|
-
transition: flex-grow ${
|
|
3486
|
+
transition: flex-grow ${$a} ease-in-out;
|
|
3494
3487
|
}
|
|
3495
3488
|
|
|
3496
3489
|
:host([aria-checked='true']) .checked-indicator-spacer {
|
|
3497
3490
|
flex-grow: 1;
|
|
3498
|
-
transition: flex-grow ${
|
|
3491
|
+
transition: flex-grow ${$a} ease-in-out;
|
|
3499
3492
|
}
|
|
3500
3493
|
|
|
3501
3494
|
.checked-indicator {
|
|
@@ -3513,24 +3506,24 @@ const gu=ut`
|
|
|
3513
3506
|
var(--ni-private-switch-indicator-size)
|
|
3514
3507
|
) / 2
|
|
3515
3508
|
);
|
|
3516
|
-
border: ${
|
|
3509
|
+
border: ${tr} solid
|
|
3517
3510
|
var(--ni-private-switch-indicator-border-color);
|
|
3518
3511
|
}
|
|
3519
3512
|
|
|
3520
3513
|
:host(:hover) .checked-indicator {
|
|
3521
|
-
border: calc(${
|
|
3514
|
+
border: calc(${tr} * 2) solid ${Kn};
|
|
3522
3515
|
}
|
|
3523
3516
|
|
|
3524
3517
|
:host([disabled]) .checked-indicator {
|
|
3525
3518
|
background-color: var(
|
|
3526
3519
|
--ni-private-switch-indicator-background-disabled-color
|
|
3527
3520
|
);
|
|
3528
|
-
border: ${
|
|
3521
|
+
border: ${tr} solid
|
|
3529
3522
|
var(--ni-private-switch-indicator-border-disabled-color);
|
|
3530
3523
|
}
|
|
3531
3524
|
|
|
3532
|
-
:host(${
|
|
3533
|
-
border: ${
|
|
3525
|
+
:host(${mh}) .checked-indicator {
|
|
3526
|
+
border: ${tr} solid ${Kn};
|
|
3534
3527
|
}
|
|
3535
3528
|
|
|
3536
3529
|
.checked-indicator-inner {
|
|
@@ -3539,7 +3532,7 @@ const gu=ut`
|
|
|
3539
3532
|
border-radius: calc(var(--ni-private-switch-indicator-size) / 4);
|
|
3540
3533
|
background-color: var(--ni-private-switch-indicator-border-color);
|
|
3541
3534
|
opacity: 0;
|
|
3542
|
-
transition: opacity ${
|
|
3535
|
+
transition: opacity ${$a} ease-in-out;
|
|
3543
3536
|
}
|
|
3544
3537
|
|
|
3545
3538
|
:host([disabled]) .checked-indicator-inner {
|
|
@@ -3550,7 +3543,7 @@ const gu=ut`
|
|
|
3550
3543
|
|
|
3551
3544
|
:host([aria-checked='true']) .checked-indicator-inner {
|
|
3552
3545
|
opacity: 1;
|
|
3553
|
-
transition: opacity ${
|
|
3546
|
+
transition: opacity ${$a} ease-in-out;
|
|
3554
3547
|
}
|
|
3555
3548
|
|
|
3556
3549
|
slot[name='checked-message']::slotted(*) {
|
|
@@ -3563,32 +3556,29 @@ const gu=ut`
|
|
|
3563
3556
|
transition-duration: 0s;
|
|
3564
3557
|
}
|
|
3565
3558
|
}
|
|
3566
|
-
`.withBehaviors(
|
|
3567
|
-
${""}
|
|
3559
|
+
`.withBehaviors(Ma(Io,ut`
|
|
3568
3560
|
:host {
|
|
3569
|
-
--ni-private-switch-background-disabled-color: ${
|
|
3570
|
-
--ni-private-switch-indicator-background-color: ${
|
|
3571
|
-
--ni-private-switch-indicator-background-disabled-color: ${
|
|
3572
|
-
--ni-private-switch-indicator-border-color: ${
|
|
3573
|
-
--ni-private-switch-indicator-border-disabled-color: ${
|
|
3561
|
+
--ni-private-switch-background-disabled-color: ${Mn(mo,.07)};
|
|
3562
|
+
--ni-private-switch-indicator-background-color: ${uo};
|
|
3563
|
+
--ni-private-switch-indicator-background-disabled-color: ${Mn(uo,.1)};
|
|
3564
|
+
--ni-private-switch-indicator-border-color: ${mo};
|
|
3565
|
+
--ni-private-switch-indicator-border-disabled-color: ${Mn(mo,.3)};
|
|
3574
3566
|
}
|
|
3575
|
-
|
|
3576
|
-
${""}
|
|
3567
|
+
`),Ma(Oo,ut`
|
|
3577
3568
|
:host {
|
|
3578
|
-
--ni-private-switch-background-disabled-color: ${
|
|
3579
|
-
--ni-private-switch-indicator-background-color: ${
|
|
3580
|
-
--ni-private-switch-indicator-background-disabled-color: ${
|
|
3581
|
-
--ni-private-switch-indicator-border-color: ${
|
|
3582
|
-
--ni-private-switch-indicator-border-disabled-color: ${
|
|
3569
|
+
--ni-private-switch-background-disabled-color: ${Mn(co,.07)};
|
|
3570
|
+
--ni-private-switch-indicator-background-color: ${Mn(mo,.3)};
|
|
3571
|
+
--ni-private-switch-indicator-background-disabled-color: ${Mn(mo,.1)};
|
|
3572
|
+
--ni-private-switch-indicator-border-color: ${ho};
|
|
3573
|
+
--ni-private-switch-indicator-border-disabled-color: ${Mn(ho,.3)};
|
|
3583
3574
|
}
|
|
3584
|
-
|
|
3585
|
-
${""}
|
|
3575
|
+
`),Ma(Ao,ut`
|
|
3586
3576
|
:host {
|
|
3587
|
-
--ni-private-switch-background-disabled-color: ${
|
|
3588
|
-
--ni-private-switch-indicator-background-color: ${
|
|
3589
|
-
--ni-private-switch-indicator-background-disabled-color: ${
|
|
3590
|
-
--ni-private-switch-indicator-border-color: ${
|
|
3591
|
-
--ni-private-switch-indicator-border-disabled-color: ${
|
|
3577
|
+
--ni-private-switch-background-disabled-color: ${Mn(uo,.07)};
|
|
3578
|
+
--ni-private-switch-indicator-background-color: ${Mn(uo,.1)};
|
|
3579
|
+
--ni-private-switch-indicator-background-disabled-color: ${Mn(uo,.1)};
|
|
3580
|
+
--ni-private-switch-indicator-border-color: ${uo};
|
|
3581
|
+
--ni-private-switch-indicator-border-disabled-color: ${Mn(uo,.3)};
|
|
3592
3582
|
}
|
|
3593
3583
|
`)),mu=q`
|
|
3594
3584
|
<template
|
|
@@ -3625,17 +3615,17 @@ const gu=ut`
|
|
|
3625
3615
|
</div>
|
|
3626
3616
|
</template>
|
|
3627
3617
|
`
|
|
3628
|
-
const fu=class extends
|
|
3618
|
+
const fu=class extends Cs{}.compose({baseClass:Cs,baseName:"switch",template:mu,styles:gu})
|
|
3629
3619
|
Bi.getOrCreate().withPrefix("nimble").register(fu())
|
|
3630
3620
|
const bu=ut`
|
|
3631
|
-
${
|
|
3621
|
+
${Zs("inline-flex")}
|
|
3632
3622
|
|
|
3633
3623
|
:host {
|
|
3634
3624
|
position: relative;
|
|
3635
3625
|
box-sizing: border-box;
|
|
3636
|
-
font: ${
|
|
3637
|
-
height: ${
|
|
3638
|
-
color: ${
|
|
3626
|
+
font: ${Ir};
|
|
3627
|
+
height: ${Gn};
|
|
3628
|
+
color: ${Or};
|
|
3639
3629
|
align-items: center;
|
|
3640
3630
|
justify-content: center;
|
|
3641
3631
|
cursor: pointer;
|
|
@@ -3645,7 +3635,7 @@ const bu=ut`
|
|
|
3645
3635
|
}
|
|
3646
3636
|
|
|
3647
3637
|
:host(:hover) {
|
|
3648
|
-
background-color: ${
|
|
3638
|
+
background-color: ${Dn};
|
|
3649
3639
|
}
|
|
3650
3640
|
|
|
3651
3641
|
:host(:focus) {
|
|
@@ -3653,10 +3643,10 @@ const bu=ut`
|
|
|
3653
3643
|
}
|
|
3654
3644
|
|
|
3655
3645
|
:host(:focus:hover) {
|
|
3656
|
-
background-color: ${
|
|
3646
|
+
background-color: ${Rn};
|
|
3657
3647
|
}
|
|
3658
3648
|
|
|
3659
|
-
:host(${
|
|
3649
|
+
:host(${mh}) {
|
|
3660
3650
|
outline: none;
|
|
3661
3651
|
}
|
|
3662
3652
|
|
|
@@ -3672,8 +3662,8 @@ const bu=ut`
|
|
|
3672
3662
|
|
|
3673
3663
|
slot {
|
|
3674
3664
|
display: block;
|
|
3675
|
-
padding: calc(${
|
|
3676
|
-
calc(${
|
|
3665
|
+
padding: calc(${Jn} / 2) ${Jn}
|
|
3666
|
+
calc(${Jn} / 2 - ${tr});
|
|
3677
3667
|
}
|
|
3678
3668
|
|
|
3679
3669
|
:host::before {
|
|
@@ -3685,9 +3675,9 @@ const bu=ut`
|
|
|
3685
3675
|
);
|
|
3686
3676
|
width: 0px;
|
|
3687
3677
|
height: 0px;
|
|
3688
|
-
border-bottom: ${
|
|
3678
|
+
border-bottom: ${Kn}
|
|
3689
3679
|
var(--ni-private-focus-indicator-width) solid;
|
|
3690
|
-
transition: width ${
|
|
3680
|
+
transition: width ${$a} ease-in;
|
|
3691
3681
|
}
|
|
3692
3682
|
|
|
3693
3683
|
@media (prefers-reduced-motion) {
|
|
@@ -3696,7 +3686,7 @@ const bu=ut`
|
|
|
3696
3686
|
}
|
|
3697
3687
|
}
|
|
3698
3688
|
|
|
3699
|
-
:host(${
|
|
3689
|
+
:host(${mh})::before {
|
|
3700
3690
|
width: 100%;
|
|
3701
3691
|
}
|
|
3702
3692
|
|
|
@@ -3706,9 +3696,9 @@ const bu=ut`
|
|
|
3706
3696
|
bottom: 0px;
|
|
3707
3697
|
width: 0px;
|
|
3708
3698
|
height: 0px;
|
|
3709
|
-
border-bottom: ${
|
|
3699
|
+
border-bottom: ${Kn}
|
|
3710
3700
|
var(--ni-private-active-indicator-width) solid;
|
|
3711
|
-
transition: width ${
|
|
3701
|
+
transition: width ${$a} ease-in;
|
|
3712
3702
|
}
|
|
3713
3703
|
|
|
3714
3704
|
@media (prefers-reduced-motion) {
|
|
@@ -3728,23 +3718,23 @@ const wu=class extends _s{}.compose({baseName:"tab",baseClass:_s,template:(t,e)=
|
|
|
3728
3718
|
`,styles:bu})
|
|
3729
3719
|
Bi.getOrCreate().withPrefix("nimble").register(wu())
|
|
3730
3720
|
const xu=ut`
|
|
3731
|
-
${
|
|
3721
|
+
${Zs("block")}
|
|
3732
3722
|
|
|
3733
3723
|
:host {
|
|
3734
3724
|
box-sizing: border-box;
|
|
3735
|
-
font: ${
|
|
3736
|
-
color: ${
|
|
3737
|
-
padding-top: ${
|
|
3725
|
+
font: ${Ir};
|
|
3726
|
+
color: ${Or};
|
|
3727
|
+
padding-top: ${Jn};
|
|
3738
3728
|
}
|
|
3739
3729
|
`
|
|
3740
|
-
const yu=class extends
|
|
3730
|
+
const yu=class extends ks{}.compose({baseName:"tab-panel",baseClass:ks,template:(t,e)=>q`
|
|
3741
3731
|
<template slot="tabpanel" role="tabpanel">
|
|
3742
3732
|
<slot></slot>
|
|
3743
3733
|
</template>
|
|
3744
3734
|
`,styles:xu})
|
|
3745
3735
|
Bi.getOrCreate().withPrefix("nimble").register(yu())
|
|
3746
3736
|
const $u=ut`
|
|
3747
|
-
${
|
|
3737
|
+
${Zs("grid")}
|
|
3748
3738
|
|
|
3749
3739
|
:host {
|
|
3750
3740
|
box-sizing: border-box;
|
|
@@ -3766,9 +3756,9 @@ const $u=ut`
|
|
|
3766
3756
|
grid-column-end: 4;
|
|
3767
3757
|
}
|
|
3768
3758
|
`
|
|
3769
|
-
const
|
|
3759
|
+
const Cu=class extends Is{constructor(){super(),this.activeindicator=!1}}.compose({baseName:"tabs",baseClass:Is,template:(t,e)=>q`
|
|
3770
3760
|
<template class="${t=>t.orientation}">
|
|
3771
|
-
${
|
|
3761
|
+
${kt(0,e)}
|
|
3772
3762
|
<div class="tablist" part="tablist" role="tablist">
|
|
3773
3763
|
<slot class="tab" name="tab" part="tab" ${wt("tabs")}></slot>
|
|
3774
3764
|
|
|
@@ -3780,30 +3770,30 @@ const ku=class extends Is{constructor(){super(),this.activeindicator=!1}}.compos
|
|
|
3780
3770
|
></div>
|
|
3781
3771
|
`)}
|
|
3782
3772
|
</div>
|
|
3783
|
-
${
|
|
3773
|
+
${Ct(0,e)}
|
|
3784
3774
|
<div class="tabpanel">
|
|
3785
3775
|
<slot name="tabpanel" part="tabpanel" ${wt("tabpanels")}></slot>
|
|
3786
3776
|
</div>
|
|
3787
3777
|
</template>
|
|
3788
3778
|
`,styles:$u})
|
|
3789
|
-
Bi.getOrCreate().withPrefix("nimble").register(
|
|
3790
|
-
const
|
|
3791
|
-
${
|
|
3779
|
+
Bi.getOrCreate().withPrefix("nimble").register(Cu())
|
|
3780
|
+
const ku=ut`
|
|
3781
|
+
${Zs("flex")}
|
|
3792
3782
|
|
|
3793
3783
|
:host {
|
|
3794
3784
|
align-items: center;
|
|
3795
|
-
height: ${
|
|
3785
|
+
height: ${Gn};
|
|
3796
3786
|
box-sizing: border-box;
|
|
3797
|
-
font: ${
|
|
3798
|
-
color: ${
|
|
3787
|
+
font: ${Ir};
|
|
3788
|
+
color: ${Or};
|
|
3799
3789
|
}
|
|
3800
3790
|
|
|
3801
3791
|
.separator {
|
|
3802
3792
|
display: inline-block;
|
|
3803
3793
|
height: 24px;
|
|
3804
|
-
border-left: calc(${
|
|
3805
|
-
rgba(${
|
|
3806
|
-
margin: calc(${
|
|
3794
|
+
border-left: calc(${tr} * 2) solid
|
|
3795
|
+
rgba(${Bn}, 0.3);
|
|
3796
|
+
margin: calc(${Jn} / 4) calc(${Jn} / 2);
|
|
3807
3797
|
}
|
|
3808
3798
|
`,_u=q`
|
|
3809
3799
|
<template slot="end">
|
|
@@ -3811,16 +3801,16 @@ const Cu=ut`
|
|
|
3811
3801
|
<slot></slot>
|
|
3812
3802
|
</template>
|
|
3813
3803
|
`
|
|
3814
|
-
const zu=class extends le{}.compose({baseName:"tabs-toolbar",template:_u,styles:
|
|
3804
|
+
const zu=class extends le{}.compose({baseName:"tabs-toolbar",template:_u,styles:ku})
|
|
3815
3805
|
Bi.getOrCreate().withPrefix("nimble").register(zu())
|
|
3816
|
-
const Iu="outline",Ou="block",
|
|
3817
|
-
${
|
|
3806
|
+
const Iu="outline",Ou="block",Au=ut`
|
|
3807
|
+
${Zs("inline-flex")}
|
|
3818
3808
|
|
|
3819
3809
|
:host {
|
|
3820
|
-
font: ${
|
|
3810
|
+
font: ${Ir};
|
|
3821
3811
|
outline: none;
|
|
3822
3812
|
user-select: none;
|
|
3823
|
-
color: ${
|
|
3813
|
+
color: ${Or};
|
|
3824
3814
|
flex-direction: column;
|
|
3825
3815
|
vertical-align: top;
|
|
3826
3816
|
}
|
|
@@ -3831,12 +3821,12 @@ const Iu="outline",Ou="block",Su=ut`
|
|
|
3831
3821
|
|
|
3832
3822
|
.label {
|
|
3833
3823
|
display: block;
|
|
3834
|
-
color: ${
|
|
3835
|
-
font: ${
|
|
3824
|
+
color: ${qr};
|
|
3825
|
+
font: ${jr};
|
|
3836
3826
|
}
|
|
3837
3827
|
|
|
3838
3828
|
:host([disabled]) .label {
|
|
3839
|
-
color: ${
|
|
3829
|
+
color: ${Ur};
|
|
3840
3830
|
}
|
|
3841
3831
|
|
|
3842
3832
|
.control {
|
|
@@ -3850,9 +3840,9 @@ const Iu="outline",Ou="block",Su=ut`
|
|
|
3850
3840
|
color: inherit;
|
|
3851
3841
|
border-radius: 0px;
|
|
3852
3842
|
align-items: flex-end;
|
|
3853
|
-
border: ${
|
|
3843
|
+
border: ${tr} solid transparent;
|
|
3854
3844
|
padding: 8px;
|
|
3855
|
-
transition: box-shadow ${
|
|
3845
|
+
transition: box-shadow ${$a}, border ${$a};
|
|
3856
3846
|
resize: none;
|
|
3857
3847
|
}
|
|
3858
3848
|
|
|
@@ -3863,12 +3853,12 @@ const Iu="outline",Ou="block",Su=ut`
|
|
|
3863
3853
|
}
|
|
3864
3854
|
|
|
3865
3855
|
.control:hover {
|
|
3866
|
-
border-color: ${
|
|
3867
|
-
box-shadow: 0px 0px 0px 1px ${
|
|
3856
|
+
border-color: ${Kn};
|
|
3857
|
+
box-shadow: 0px 0px 0px 1px ${Kn};
|
|
3868
3858
|
}
|
|
3869
3859
|
|
|
3870
3860
|
.control:focus-within {
|
|
3871
|
-
border-color: ${
|
|
3861
|
+
border-color: ${Kn};
|
|
3872
3862
|
}
|
|
3873
3863
|
|
|
3874
3864
|
.control[readonly],
|
|
@@ -3876,21 +3866,21 @@ const Iu="outline",Ou="block",Su=ut`
|
|
|
3876
3866
|
.control[readonly]:hover:focus-within,
|
|
3877
3867
|
.control[disabled],
|
|
3878
3868
|
.control[disabled]:hover {
|
|
3879
|
-
border-color: rgba(${
|
|
3869
|
+
border-color: rgba(${Bn}, 0.1);
|
|
3880
3870
|
box-shadow: none;
|
|
3881
3871
|
}
|
|
3882
3872
|
|
|
3883
3873
|
.control::selection {
|
|
3884
|
-
color: ${
|
|
3885
|
-
background: rgba(${
|
|
3874
|
+
color: ${qr};
|
|
3875
|
+
background: rgba(${Pn}, 0.3);
|
|
3886
3876
|
}
|
|
3887
3877
|
|
|
3888
3878
|
.control::placeholder {
|
|
3889
|
-
color: ${
|
|
3879
|
+
color: ${qr};
|
|
3890
3880
|
}
|
|
3891
3881
|
|
|
3892
3882
|
.control[disabled]::placeholder {
|
|
3893
|
-
color: ${
|
|
3883
|
+
color: ${Ur};
|
|
3894
3884
|
}
|
|
3895
3885
|
|
|
3896
3886
|
:host([cols]) .control {
|
|
@@ -3912,12 +3902,12 @@ const Iu="outline",Ou="block",Su=ut`
|
|
|
3912
3902
|
}
|
|
3913
3903
|
`.withBehaviors(xh(Iu,ut`
|
|
3914
3904
|
.control {
|
|
3915
|
-
border-color: rgba(${
|
|
3905
|
+
border-color: rgba(${Bn}, 0.3);
|
|
3916
3906
|
background-color: transparent;
|
|
3917
3907
|
}
|
|
3918
3908
|
`),xh(Ou,ut`
|
|
3919
3909
|
.control {
|
|
3920
|
-
background-color: rgba(${
|
|
3910
|
+
background-color: rgba(${Bn}, 0.1);
|
|
3921
3911
|
}
|
|
3922
3912
|
|
|
3923
3913
|
:host([readonly]) .control {
|
|
@@ -3926,15 +3916,15 @@ const Iu="outline",Ou="block",Su=ut`
|
|
|
3926
3916
|
|
|
3927
3917
|
:host([disabled]) .control {
|
|
3928
3918
|
border-color: transparent;
|
|
3929
|
-
background-color: rgba(${
|
|
3919
|
+
background-color: rgba(${Bn}, 0.1);
|
|
3930
3920
|
}
|
|
3931
3921
|
`))
|
|
3932
|
-
class
|
|
3933
|
-
const Eu=
|
|
3922
|
+
class Su extends Es{constructor(){super(...arguments),this.appearance=Iu}}zn([tt],Su.prototype,"appearance",void 0)
|
|
3923
|
+
const Eu=Su.compose({baseName:"text-area",baseClass:Es,template:(t,e)=>q`
|
|
3934
3924
|
<template
|
|
3935
3925
|
class="
|
|
3936
3926
|
${t=>t.readOnly?"readonly":""}
|
|
3937
|
-
${t=>t.resize!==
|
|
3927
|
+
${t=>t.resize!==Ss?`resize-${t.resize}`:""}"
|
|
3938
3928
|
>
|
|
3939
3929
|
<label
|
|
3940
3930
|
part="label"
|
|
@@ -3985,22 +3975,22 @@ const Eu=Au.compose({baseName:"text-area",baseClass:Es,template:(t,e)=>q`
|
|
|
3985
3975
|
${vt("control")}
|
|
3986
3976
|
></textarea>
|
|
3987
3977
|
</template>
|
|
3988
|
-
`,styles:
|
|
3978
|
+
`,styles:Au,shadowOptions:{delegatesFocus:!0}})
|
|
3989
3979
|
Bi.getOrCreate().withPrefix("nimble").register(Eu())
|
|
3990
3980
|
const Hu="underline",Mu="outline",Vu="block",Lu="frameless",Tu=ut`
|
|
3991
|
-
${
|
|
3981
|
+
${Zs("inline-block")}
|
|
3992
3982
|
${Fh}
|
|
3993
3983
|
|
|
3994
3984
|
:host {
|
|
3995
|
-
font: ${
|
|
3985
|
+
font: ${Ir};
|
|
3996
3986
|
outline: none;
|
|
3997
3987
|
user-select: none;
|
|
3998
3988
|
--webkit-user-select: none;
|
|
3999
|
-
color: ${
|
|
4000
|
-
height: calc(${
|
|
4001
|
-
--ni-private-hover-indicator-width: calc(${
|
|
3989
|
+
color: ${Or};
|
|
3990
|
+
height: calc(${Zn} + ${Gn});
|
|
3991
|
+
--ni-private-hover-indicator-width: calc(${tr} + 1px);
|
|
4002
3992
|
--ni-private-height-within-border: calc(
|
|
4003
|
-
${
|
|
3993
|
+
${Gn} - 2 * ${tr}
|
|
4004
3994
|
);
|
|
4005
3995
|
}
|
|
4006
3996
|
|
|
@@ -4010,12 +4000,12 @@ const Hu="underline",Mu="outline",Vu="block",Lu="frameless",Tu=ut`
|
|
|
4010
4000
|
|
|
4011
4001
|
.label {
|
|
4012
4002
|
display: flex;
|
|
4013
|
-
color: ${
|
|
4014
|
-
font: ${
|
|
4003
|
+
color: ${qr};
|
|
4004
|
+
font: ${jr};
|
|
4015
4005
|
}
|
|
4016
4006
|
|
|
4017
4007
|
:host([disabled]) .label {
|
|
4018
|
-
color: ${
|
|
4008
|
+
color: ${Ur};
|
|
4019
4009
|
}
|
|
4020
4010
|
|
|
4021
4011
|
.root {
|
|
@@ -4027,25 +4017,25 @@ const Hu="underline",Mu="outline",Vu="block",Lu="frameless",Tu=ut`
|
|
|
4027
4017
|
font: inherit;
|
|
4028
4018
|
align-items: center;
|
|
4029
4019
|
justify-content: center;
|
|
4030
|
-
border: 0px solid rgba(${
|
|
4031
|
-
gap: calc(${
|
|
4032
|
-
padding: ${
|
|
4020
|
+
border: 0px solid rgba(${Bn}, 0.3);
|
|
4021
|
+
gap: calc(${Jn} / 2);
|
|
4022
|
+
padding: ${tr};
|
|
4033
4023
|
}
|
|
4034
4024
|
|
|
4035
4025
|
:host([readonly]) .root {
|
|
4036
|
-
border-color: rgba(${
|
|
4026
|
+
border-color: rgba(${Bn}, 0.1);
|
|
4037
4027
|
}
|
|
4038
4028
|
|
|
4039
4029
|
:host([disabled]) .root {
|
|
4040
|
-
border-color: rgba(${
|
|
4030
|
+
border-color: rgba(${Bn}, 0.1);
|
|
4041
4031
|
}
|
|
4042
4032
|
|
|
4043
4033
|
:host(.invalid) .root {
|
|
4044
|
-
border-bottom-color: ${
|
|
4034
|
+
border-bottom-color: ${Nn};
|
|
4045
4035
|
}
|
|
4046
4036
|
|
|
4047
4037
|
.root:focus-within {
|
|
4048
|
-
border-bottom-color: ${
|
|
4038
|
+
border-bottom-color: ${Kn};
|
|
4049
4039
|
}
|
|
4050
4040
|
|
|
4051
4041
|
:host([appearance='frameless'].clear-inline-padding) .root {
|
|
@@ -4112,12 +4102,12 @@ const Hu="underline",Mu="outline",Vu="block",Lu="frameless",Tu=ut`
|
|
|
4112
4102
|
}
|
|
4113
4103
|
|
|
4114
4104
|
.control::selection {
|
|
4115
|
-
color: ${
|
|
4116
|
-
background: rgba(${
|
|
4105
|
+
color: ${qr};
|
|
4106
|
+
background: rgba(${Pn}, 0.3);
|
|
4117
4107
|
}
|
|
4118
4108
|
|
|
4119
4109
|
.control::placeholder {
|
|
4120
|
-
color: ${
|
|
4110
|
+
color: ${qr};
|
|
4121
4111
|
}
|
|
4122
4112
|
|
|
4123
4113
|
.control[disabled]::placeholder {
|
|
@@ -4131,12 +4121,12 @@ const Hu="underline",Mu="outline",Vu="block",Lu="frameless",Tu=ut`
|
|
|
4131
4121
|
[part='end']::after {
|
|
4132
4122
|
content: '';
|
|
4133
4123
|
position: absolute;
|
|
4134
|
-
bottom: calc(-1 * ${
|
|
4124
|
+
bottom: calc(-1 * ${tr});
|
|
4135
4125
|
width: 0px;
|
|
4136
4126
|
height: 0px;
|
|
4137
|
-
border-bottom: ${
|
|
4127
|
+
border-bottom: ${Kn}
|
|
4138
4128
|
var(--ni-private-hover-indicator-width) solid;
|
|
4139
|
-
transition: width ${
|
|
4129
|
+
transition: width ${$a} ease-in;
|
|
4140
4130
|
}
|
|
4141
4131
|
|
|
4142
4132
|
@media (prefers-reduced-motion) {
|
|
@@ -4146,7 +4136,7 @@ const Hu="underline",Mu="outline",Vu="block",Lu="frameless",Tu=ut`
|
|
|
4146
4136
|
}
|
|
4147
4137
|
|
|
4148
4138
|
:host(.invalid) [part='end']::after {
|
|
4149
|
-
border-bottom-color: ${
|
|
4139
|
+
border-bottom-color: ${Nn};
|
|
4150
4140
|
}
|
|
4151
4141
|
|
|
4152
4142
|
:host(:hover) [part='end']::after {
|
|
@@ -4163,26 +4153,26 @@ const Hu="underline",Mu="outline",Vu="block",Lu="frameless",Tu=ut`
|
|
|
4163
4153
|
}
|
|
4164
4154
|
|
|
4165
4155
|
slot[name='actions']::slotted(*) {
|
|
4166
|
-
${
|
|
4156
|
+
${Gn.cssCustomProperty}: 24px;
|
|
4167
4157
|
}
|
|
4168
4158
|
`.withBehaviors(xh(Hu,ut`
|
|
4169
4159
|
.root {
|
|
4170
|
-
border-bottom-width: ${
|
|
4160
|
+
border-bottom-width: ${tr};
|
|
4171
4161
|
padding-bottom: 0;
|
|
4172
4162
|
}
|
|
4173
4163
|
`),xh(Vu,ut`
|
|
4174
4164
|
.root {
|
|
4175
|
-
background-color: rgba(${
|
|
4165
|
+
background-color: rgba(${Bn}, 0.1);
|
|
4176
4166
|
}
|
|
4177
4167
|
|
|
4178
4168
|
.control {
|
|
4179
|
-
padding-left: ${
|
|
4180
|
-
padding-right: ${
|
|
4169
|
+
padding-left: ${tr};
|
|
4170
|
+
padding-right: ${tr};
|
|
4181
4171
|
}
|
|
4182
4172
|
|
|
4183
4173
|
.root:focus-within,
|
|
4184
4174
|
:host(.invalid) .root {
|
|
4185
|
-
border-bottom-width: ${
|
|
4175
|
+
border-bottom-width: ${tr};
|
|
4186
4176
|
padding-bottom: 0;
|
|
4187
4177
|
}
|
|
4188
4178
|
|
|
@@ -4191,39 +4181,37 @@ const Hu="underline",Mu="outline",Vu="block",Lu="frameless",Tu=ut`
|
|
|
4191
4181
|
}
|
|
4192
4182
|
|
|
4193
4183
|
:host([readonly]) .root {
|
|
4194
|
-
background-color: rgba(${
|
|
4184
|
+
background-color: rgba(${Bn}, 0.07);
|
|
4195
4185
|
border-color: transparent;
|
|
4196
4186
|
}
|
|
4197
4187
|
|
|
4198
4188
|
:host([disabled]) .root {
|
|
4199
|
-
background-color: rgba(${
|
|
4189
|
+
background-color: rgba(${Bn}, 0.07);
|
|
4200
4190
|
}
|
|
4201
4191
|
`),xh(Mu,ut`
|
|
4202
4192
|
.root {
|
|
4203
|
-
border-width: ${
|
|
4193
|
+
border-width: ${tr};
|
|
4204
4194
|
padding: 0;
|
|
4205
4195
|
}
|
|
4206
4196
|
`),xh(Lu,ut`
|
|
4207
4197
|
.control {
|
|
4208
|
-
padding-left: ${
|
|
4209
|
-
padding-right: ${
|
|
4198
|
+
padding-left: ${tr};
|
|
4199
|
+
padding-right: ${tr};
|
|
4210
4200
|
}
|
|
4211
4201
|
|
|
4212
4202
|
:host([readonly]) .root {
|
|
4213
4203
|
border-color: transparent;
|
|
4214
4204
|
}
|
|
4215
|
-
`),
|
|
4216
|
-
${""}
|
|
4205
|
+
`),Ma(Io,ut`
|
|
4217
4206
|
.control::-ms-reveal {
|
|
4218
4207
|
filter: invert(0%);
|
|
4219
4208
|
}
|
|
4220
|
-
|
|
4221
|
-
${""}
|
|
4209
|
+
`),Ma([Oo,Ao],ut`
|
|
4222
4210
|
.control::-ms-reveal {
|
|
4223
4211
|
filter: invert(100%);
|
|
4224
4212
|
}
|
|
4225
|
-
|
|
4226
|
-
class Pu extends ds{constructor(){super(...arguments),this.appearance=Hu}connectedCallback(){super.connectedCallback(),this.control.setAttribute("aria-errormessage","errortext")}}
|
|
4213
|
+
`))
|
|
4214
|
+
class Pu extends ds{constructor(){super(...arguments),this.appearance=Hu}connectedCallback(){super.connectedCallback(),this.control.setAttribute("aria-errormessage","errortext")}}zn([tt],Pu.prototype,"appearance",void 0),zn([tt({attribute:"error-text"})],Pu.prototype,"errorText",void 0)
|
|
4227
4215
|
const Ru=Pu.compose({baseName:"text-field",baseClass:ds,template:(t,e)=>q`
|
|
4228
4216
|
<template
|
|
4229
4217
|
class="
|
|
@@ -4240,7 +4228,7 @@ const Ru=Pu.compose({baseName:"text-field",baseClass:ds,template:(t,e)=>q`
|
|
|
4240
4228
|
></slot>
|
|
4241
4229
|
</label>
|
|
4242
4230
|
<div class="root" part="root">
|
|
4243
|
-
${
|
|
4231
|
+
${kt(0,e)}
|
|
4244
4232
|
<input
|
|
4245
4233
|
class="control"
|
|
4246
4234
|
part="control"
|
|
@@ -4281,7 +4269,7 @@ const Ru=Pu.compose({baseName:"text-field",baseClass:ds,template:(t,e)=>q`
|
|
|
4281
4269
|
aria-roledescription="${t=>t.ariaRoledescription}"
|
|
4282
4270
|
${vt("control")}
|
|
4283
4271
|
/>
|
|
4284
|
-
${
|
|
4272
|
+
${Ct(0,e)}
|
|
4285
4273
|
</div>
|
|
4286
4274
|
</template>
|
|
4287
4275
|
`,styles:Tu,shadowOptions:{delegatesFocus:!0},end:q`
|
|
@@ -4297,10 +4285,10 @@ Bi.getOrCreate().withPrefix("nimble").register(Ru())
|
|
|
4297
4285
|
const Du=ut`
|
|
4298
4286
|
.positioning-region {
|
|
4299
4287
|
display: flex;
|
|
4300
|
-
padding: ${
|
|
4288
|
+
padding: ${Qn} ${Jn};
|
|
4301
4289
|
align-items: center;
|
|
4302
|
-
gap: ${
|
|
4303
|
-
background: ${
|
|
4290
|
+
gap: ${Jn};
|
|
4291
|
+
background: ${Ln};
|
|
4304
4292
|
}
|
|
4305
4293
|
|
|
4306
4294
|
slot[name='label'] {
|
|
@@ -4309,13 +4297,13 @@ const Du=ut`
|
|
|
4309
4297
|
|
|
4310
4298
|
[part='start'] {
|
|
4311
4299
|
display: flex;
|
|
4312
|
-
gap: ${
|
|
4300
|
+
gap: ${Jn};
|
|
4313
4301
|
margin-right: auto;
|
|
4314
4302
|
}
|
|
4315
4303
|
|
|
4316
4304
|
[part='end'] {
|
|
4317
4305
|
display: flex;
|
|
4318
|
-
gap: ${
|
|
4306
|
+
gap: ${Jn};
|
|
4319
4307
|
margin-left: auto;
|
|
4320
4308
|
}
|
|
4321
4309
|
`
|
|
@@ -4333,38 +4321,38 @@ const Fu=class extends Ms{}.compose({baseName:"toolbar",baseClass:Ms,template:(t
|
|
|
4333
4321
|
>
|
|
4334
4322
|
<slot name="label"></slot>
|
|
4335
4323
|
<div class="positioning-region" part="positioning-region">
|
|
4336
|
-
${
|
|
4324
|
+
${kt(0,e)}
|
|
4337
4325
|
<slot
|
|
4338
4326
|
${wt({filter:mt(),property:"slottedItems"})}
|
|
4339
4327
|
></slot>
|
|
4340
|
-
${
|
|
4328
|
+
${Ct(0,e)}
|
|
4341
4329
|
</div>
|
|
4342
4330
|
</template>
|
|
4343
4331
|
`,styles:Du,shadowOptions:{delegatesFocus:!0}})
|
|
4344
4332
|
Bi.getOrCreate().withPrefix("nimble").register(Fu())
|
|
4345
4333
|
const Bu=ut`
|
|
4346
|
-
${
|
|
4334
|
+
${Zs("inline-flex")}
|
|
4347
4335
|
|
|
4348
4336
|
:host {
|
|
4349
|
-
font: ${
|
|
4350
|
-
color: ${
|
|
4337
|
+
font: ${na};
|
|
4338
|
+
color: ${ra};
|
|
4351
4339
|
text-align: left;
|
|
4352
|
-
--ni-private-tooltip-border-color: ${
|
|
4353
|
-
--ni-private-tooltip-background-color: ${
|
|
4340
|
+
--ni-private-tooltip-border-color: ${Mn(mo,.3)};
|
|
4341
|
+
--ni-private-tooltip-background-color: ${co};
|
|
4354
4342
|
}
|
|
4355
4343
|
|
|
4356
4344
|
.tooltip {
|
|
4357
4345
|
box-sizing: border-box;
|
|
4358
4346
|
flex-shrink: 0;
|
|
4359
4347
|
max-width: 440px;
|
|
4360
|
-
box-shadow: 0px 3px 4px ${
|
|
4348
|
+
box-shadow: 0px 3px 4px ${Xn};
|
|
4361
4349
|
display: inline-flex;
|
|
4362
|
-
border: ${
|
|
4350
|
+
border: ${tr} solid var(--ni-private-tooltip-border-color);
|
|
4363
4351
|
background-color: var(--ni-private-tooltip-background-color);
|
|
4364
4352
|
padding-bottom: 6px;
|
|
4365
|
-
padding-left: calc(${
|
|
4366
|
-
padding-right: calc(${
|
|
4367
|
-
padding-top: ${
|
|
4353
|
+
padding-left: calc(${Jn} / 2);
|
|
4354
|
+
padding-right: calc(${Jn} / 2);
|
|
4355
|
+
padding-top: ${Qn};
|
|
4368
4356
|
}
|
|
4369
4357
|
|
|
4370
4358
|
.status-icon {
|
|
@@ -4383,45 +4371,45 @@ const Bu=ut`
|
|
|
4383
4371
|
display: flex;
|
|
4384
4372
|
flex: 0 0 auto;
|
|
4385
4373
|
}
|
|
4386
|
-
`.withBehaviors(
|
|
4374
|
+
`.withBehaviors(Ma(Io,ut`
|
|
4387
4375
|
:host(.fail) {
|
|
4388
|
-
--ni-private-tooltip-border-color: ${
|
|
4389
|
-
--ni-private-tooltip-background-color: ${
|
|
4376
|
+
--ni-private-tooltip-border-color: ${wo};
|
|
4377
|
+
--ni-private-tooltip-background-color: ${uo};
|
|
4390
4378
|
}
|
|
4391
4379
|
|
|
4392
4380
|
:host(.information) {
|
|
4393
|
-
--ni-private-tooltip-border-color: ${
|
|
4394
|
-
--ni-private-tooltip-background-color: ${
|
|
4381
|
+
--ni-private-tooltip-border-color: ${no};
|
|
4382
|
+
--ni-private-tooltip-background-color: ${uo};
|
|
4395
4383
|
}
|
|
4396
|
-
|
|
4384
|
+
`),Ma(Oo,ut`
|
|
4397
4385
|
:host {
|
|
4398
|
-
--ni-private-tooltip-border-color: ${
|
|
4399
|
-
--ni-private-tooltip-background-color: ${
|
|
4386
|
+
--ni-private-tooltip-border-color: ${Mn(co,.3)};
|
|
4387
|
+
--ni-private-tooltip-background-color: ${po};
|
|
4400
4388
|
}
|
|
4401
4389
|
|
|
4402
4390
|
:host(.information) {
|
|
4403
|
-
--ni-private-tooltip-border-color: ${
|
|
4391
|
+
--ni-private-tooltip-border-color: ${oo};
|
|
4404
4392
|
}
|
|
4405
4393
|
|
|
4406
4394
|
:host(.fail) {
|
|
4407
|
-
--ni-private-tooltip-border-color: ${
|
|
4395
|
+
--ni-private-tooltip-border-color: ${wo};
|
|
4408
4396
|
}
|
|
4409
|
-
|
|
4397
|
+
`),Ma(Ao,ut`
|
|
4410
4398
|
.anchored-region {
|
|
4411
|
-
background-color: ${
|
|
4399
|
+
background-color: ${fo};
|
|
4412
4400
|
}
|
|
4413
4401
|
|
|
4414
4402
|
:host {
|
|
4415
|
-
--ni-private-tooltip-border-color: ${
|
|
4416
|
-
--ni-private-tooltip-background-color: ${
|
|
4403
|
+
--ni-private-tooltip-border-color: ${Mn(uo,.3)};
|
|
4404
|
+
--ni-private-tooltip-background-color: ${Mn(uo,.15)};
|
|
4417
4405
|
}
|
|
4418
4406
|
|
|
4419
4407
|
:host(.fail) {
|
|
4420
|
-
--ni-private-tooltip-border-color: ${
|
|
4408
|
+
--ni-private-tooltip-border-color: ${uo};
|
|
4421
4409
|
}
|
|
4422
4410
|
|
|
4423
4411
|
:host(.information) {
|
|
4424
|
-
--ni-private-tooltip-border-color: ${
|
|
4412
|
+
--ni-private-tooltip-border-color: ${uo};
|
|
4425
4413
|
}
|
|
4426
4414
|
|
|
4427
4415
|
.status-icon {
|
|
@@ -4430,7 +4418,7 @@ const Bu=ut`
|
|
|
4430
4418
|
`))
|
|
4431
4419
|
const Nu=class extends Ys{}.compose({baseName:"tooltip",baseClass:Ys,template:t=>q`
|
|
4432
4420
|
${gt((t=>t.tooltipVisible),q`
|
|
4433
|
-
<${t.tagFor(
|
|
4421
|
+
<${t.tagFor(io)}
|
|
4434
4422
|
class="anchored-region"
|
|
4435
4423
|
fixed-placement="true"
|
|
4436
4424
|
auto-update-mode="${t=>t.autoUpdateMode}"
|
|
@@ -4452,7 +4440,7 @@ const Nu=class extends Ys{}.compose({baseName:"tooltip",baseClass:Ys,template:t=
|
|
|
4452
4440
|
<${t.tagFor(jd)} class="information status-icon"></${t.tagFor(jd)}>
|
|
4453
4441
|
<slot></slot>
|
|
4454
4442
|
</div>
|
|
4455
|
-
</${t.tagFor(
|
|
4443
|
+
</${t.tagFor(io)}>
|
|
4456
4444
|
`)}
|
|
4457
4445
|
`,styles:Bu})
|
|
4458
4446
|
Bi.getOrCreate().withPrefix("nimble").register(Nu())
|
|
@@ -4492,9 +4480,9 @@ e&&e.setAttribute(ju,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
4492
4480
|
</slot>
|
|
4493
4481
|
</div>
|
|
4494
4482
|
`)}
|
|
4495
|
-
${Ct(0,e)}
|
|
4496
|
-
<slot></slot>
|
|
4497
4483
|
${kt(0,e)}
|
|
4484
|
+
<slot></slot>
|
|
4485
|
+
${Ct(0,e)}
|
|
4498
4486
|
</div>
|
|
4499
4487
|
</div>
|
|
4500
4488
|
${gt((t=>t.childItems&&t.childItemLength()>0&&(t.expanded||t.renderCollapsedChildren)),q`
|
|
@@ -4504,59 +4492,59 @@ e&&e.setAttribute(ju,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
4504
4492
|
`)}
|
|
4505
4493
|
</template>
|
|
4506
4494
|
`,styles:(t,e)=>ut`
|
|
4507
|
-
${
|
|
4495
|
+
${Zs("block")}
|
|
4508
4496
|
|
|
4509
4497
|
:host {
|
|
4510
4498
|
${""}
|
|
4511
|
-
font-family: ${
|
|
4512
|
-
font-weight: ${
|
|
4499
|
+
font-family: ${Sr};
|
|
4500
|
+
font-weight: ${Er};
|
|
4513
4501
|
contain: content;
|
|
4514
4502
|
position: relative;
|
|
4515
4503
|
outline: none;
|
|
4516
|
-
color: ${
|
|
4504
|
+
color: ${Or};
|
|
4517
4505
|
cursor: pointer;
|
|
4518
4506
|
--ni-private-tree-item-nested-width: 0;
|
|
4519
4507
|
}
|
|
4520
4508
|
|
|
4521
4509
|
${""}
|
|
4522
4510
|
:host([${ju}])::after {
|
|
4523
|
-
background: ${
|
|
4511
|
+
background: ${Kn};
|
|
4524
4512
|
border-radius: 0px;
|
|
4525
4513
|
content: '';
|
|
4526
4514
|
display: block;
|
|
4527
4515
|
position: absolute;
|
|
4528
4516
|
top: 0px;
|
|
4529
|
-
width: calc(${
|
|
4530
|
-
height: calc(${
|
|
4517
|
+
width: calc(${tr} * 2);
|
|
4518
|
+
height: calc(${er} * 2);
|
|
4531
4519
|
}
|
|
4532
4520
|
|
|
4533
4521
|
.positioning-region {
|
|
4534
4522
|
display: flex;
|
|
4535
4523
|
position: relative;
|
|
4536
4524
|
box-sizing: border-box;
|
|
4537
|
-
height: calc(${
|
|
4525
|
+
height: calc(${er} * 2);
|
|
4538
4526
|
}
|
|
4539
4527
|
|
|
4540
4528
|
.positioning-region:hover {
|
|
4541
|
-
background: ${
|
|
4529
|
+
background: ${Dn};
|
|
4542
4530
|
}
|
|
4543
4531
|
|
|
4544
4532
|
:host([${ju}]) .positioning-region:hover {
|
|
4545
|
-
background: ${
|
|
4533
|
+
background: ${Rn};
|
|
4546
4534
|
}
|
|
4547
4535
|
|
|
4548
|
-
:host(${
|
|
4549
|
-
box-shadow: 0px 0px 0px ${
|
|
4550
|
-
outline: ${
|
|
4536
|
+
:host(${mh}) .positioning-region {
|
|
4537
|
+
box-shadow: 0px 0px 0px ${tr} ${Kn} inset;
|
|
4538
|
+
outline: ${tr} solid ${Kn};
|
|
4551
4539
|
outline-offset: -2px;
|
|
4552
4540
|
}
|
|
4553
4541
|
|
|
4554
4542
|
:host([selected]) .positioning-region {
|
|
4555
|
-
background: ${
|
|
4543
|
+
background: ${Tn};
|
|
4556
4544
|
}
|
|
4557
4545
|
|
|
4558
4546
|
:host([selected]) .positioning-region:hover {
|
|
4559
|
-
background: ${
|
|
4547
|
+
background: ${Rn};
|
|
4560
4548
|
}
|
|
4561
4549
|
|
|
4562
4550
|
.positioning-region::before {
|
|
@@ -4573,13 +4561,13 @@ e&&e.setAttribute(ju,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
4573
4561
|
width: 100%;
|
|
4574
4562
|
padding-left: 10px;
|
|
4575
4563
|
font: inherit;
|
|
4576
|
-
font-size: ${
|
|
4564
|
+
font-size: ${Hr};
|
|
4577
4565
|
user-select: none;
|
|
4578
4566
|
position: relative;
|
|
4579
|
-
margin-inline-start: ${
|
|
4567
|
+
margin-inline-start: ${er};
|
|
4580
4568
|
}
|
|
4581
4569
|
|
|
4582
|
-
:host(${
|
|
4570
|
+
:host(${mh}) .content-region {
|
|
4583
4571
|
outline: none;
|
|
4584
4572
|
}
|
|
4585
4573
|
|
|
@@ -4592,8 +4580,8 @@ e&&e.setAttribute(ju,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
4592
4580
|
background: none;
|
|
4593
4581
|
border: none;
|
|
4594
4582
|
outline: none;
|
|
4595
|
-
width: ${
|
|
4596
|
-
height: ${
|
|
4583
|
+
width: ${er};
|
|
4584
|
+
height: ${er};
|
|
4597
4585
|
padding: 0px;
|
|
4598
4586
|
justify-content: center;
|
|
4599
4587
|
align-items: center;
|
|
@@ -4603,8 +4591,8 @@ e&&e.setAttribute(ju,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
4603
4591
|
}
|
|
4604
4592
|
|
|
4605
4593
|
.expand-collapse-button svg {
|
|
4606
|
-
width: ${
|
|
4607
|
-
height: ${
|
|
4594
|
+
width: ${er};
|
|
4595
|
+
height: ${er};
|
|
4608
4596
|
transition: transform 0.2s ease-in;
|
|
4609
4597
|
pointer-events: none;
|
|
4610
4598
|
fill: currentcolor;
|
|
@@ -4612,26 +4600,26 @@ e&&e.setAttribute(ju,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
4612
4600
|
|
|
4613
4601
|
${""}
|
|
4614
4602
|
span[part="start"] {
|
|
4615
|
-
width: ${
|
|
4603
|
+
width: ${er};
|
|
4616
4604
|
}
|
|
4617
4605
|
|
|
4618
4606
|
${""}
|
|
4619
4607
|
.start {
|
|
4620
4608
|
display: flex;
|
|
4621
4609
|
fill: currentcolor;
|
|
4622
|
-
margin-inline-start: ${
|
|
4623
|
-
margin-inline-end: ${
|
|
4610
|
+
margin-inline-start: ${er};
|
|
4611
|
+
margin-inline-end: ${er};
|
|
4624
4612
|
}
|
|
4625
4613
|
|
|
4626
4614
|
slot[name='start']::slotted(*) {
|
|
4627
|
-
width: ${
|
|
4628
|
-
height: ${
|
|
4615
|
+
width: ${er};
|
|
4616
|
+
height: ${er};
|
|
4629
4617
|
}
|
|
4630
4618
|
|
|
4631
4619
|
::slotted(${t.tagFor(Qs)}) {
|
|
4632
4620
|
--ni-private-tree-item-nested-width: 1em;
|
|
4633
4621
|
--ni-private-expand-collapse-button-nested-width: calc(
|
|
4634
|
-
${
|
|
4622
|
+
${er} * -1
|
|
4635
4623
|
);
|
|
4636
4624
|
}
|
|
4637
4625
|
|
|
@@ -4639,13 +4627,13 @@ e&&e.setAttribute(ju,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
4639
4627
|
.end {
|
|
4640
4628
|
display: flex;
|
|
4641
4629
|
fill: currentcolor;
|
|
4642
|
-
margin-inline-start: ${
|
|
4630
|
+
margin-inline-start: ${er};
|
|
4643
4631
|
}
|
|
4644
4632
|
|
|
4645
4633
|
.items {
|
|
4646
4634
|
display: none;
|
|
4647
4635
|
${""}
|
|
4648
|
-
font-size: calc(1em + (${
|
|
4636
|
+
font-size: calc(1em + (${er} * 2));
|
|
4649
4637
|
}
|
|
4650
4638
|
|
|
4651
4639
|
:host([expanded]) .items {
|
|
@@ -4656,7 +4644,7 @@ e&&e.setAttribute(ju,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
4656
4644
|
.expand-collapse-button {
|
|
4657
4645
|
left: var(
|
|
4658
4646
|
--ni-private-expand-collapse-button-nested-width,
|
|
4659
|
-
calc(${
|
|
4647
|
+
calc(${er} * -1)
|
|
4660
4648
|
);
|
|
4661
4649
|
}
|
|
4662
4650
|
|
|
@@ -4672,7 +4660,7 @@ e&&e.setAttribute(ju,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
4672
4660
|
.expand-collapse-button {
|
|
4673
4661
|
right: var(
|
|
4674
4662
|
--ni-private-expand-collapse-button-nested-width,
|
|
4675
|
-
calc(${
|
|
4663
|
+
calc(${er} * -1)
|
|
4676
4664
|
);
|
|
4677
4665
|
}
|
|
4678
4666
|
|
|
@@ -4683,10 +4671,10 @@ e&&e.setAttribute(ju,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
4683
4671
|
:host([expanded]) .expand-collapse-button svg {
|
|
4684
4672
|
transform: rotate(135deg);
|
|
4685
4673
|
}
|
|
4686
|
-
`)),expandCollapseGlyph:
|
|
4674
|
+
`)),expandCollapseGlyph:Ba.data})
|
|
4687
4675
|
Bi.getOrCreate().withPrefix("nimble").register(Yu())
|
|
4688
4676
|
const Gu=ut`
|
|
4689
|
-
${
|
|
4677
|
+
${Zs("flex")}
|
|
4690
4678
|
|
|
4691
4679
|
:host {
|
|
4692
4680
|
flex-direction: column;
|
|
@@ -4694,7 +4682,7 @@ const Gu=ut`
|
|
|
4694
4682
|
min-width: fit-content;
|
|
4695
4683
|
font-size: 0;
|
|
4696
4684
|
}
|
|
4697
|
-
:host(${
|
|
4685
|
+
:host(${mh}) {
|
|
4698
4686
|
outline: none;
|
|
4699
4687
|
}
|
|
4700
4688
|
`
|
|
@@ -4704,7 +4692,7 @@ const e=t.target
|
|
|
4704
4692
|
return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case qu:return!0
|
|
4705
4693
|
case Ku:return!1
|
|
4706
4694
|
case Uu:return!this.itemHasChildren(t)
|
|
4707
|
-
default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}
|
|
4695
|
+
default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}zn([tt({attribute:"selection-mode"})],Qu.prototype,"selectionMode",void 0)
|
|
4708
4696
|
const Ju=Qu.compose({baseName:"tree-view",baseClass:Js,template:(t,e)=>q`
|
|
4709
4697
|
<template
|
|
4710
4698
|
role="tree"
|