@ni/nimble-components 13.0.0 → 14.0.0
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 +140 -7
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +643 -550
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/dialog/index.d.ts +17 -0
- package/dist/esm/dialog/index.js +30 -1
- package/dist/esm/dialog/index.js.map +1 -1
- package/dist/esm/dialog/styles.js +92 -4
- package/dist/esm/dialog/styles.js.map +1 -1
- package/dist/esm/dialog/template.js +20 -4
- package/dist/esm/dialog/template.js.map +1 -1
- package/package.json +1 -1
|
@@ -71,11 +71,11 @@ 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=A)}}targetAtContent(){this.updateTarget=O,this.unbind=C}createBehavior(t){return new
|
|
74
|
+
default:this.cleanedTargetName=t,"class"===t&&(this.updateTarget=A)}}targetAtContent(){this.updateTarget=O,this.unbind=C}createBehavior(t){return new E(t,this.binding,this.isBindingVolatile,this.bind,this.unbind,this.updateTarget,this.cleanedTargetName)}}class E{constructor(t,e,s,i,o,n,r){this.source=null,this.context=null,this.bindingObserver=null,this.target=t,this.binding=e,this.isBindingVolatile=s,this.bind=i,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
|
-
m.setEvent(null),!0!==e&&t.preventDefault()}}let
|
|
77
|
-
class M{addFactory(t){t.targetIndex=this.targetIndex,this.behaviorFactories.push(t)}captureContentBinding(t){t.targetAtContent(),this.addFactory(t)}reset(){this.behaviorFactories=[],this.targetIndex=-1}release(){
|
|
78
|
-
return e.directives=t,e.reset(),
|
|
76
|
+
m.setEvent(null),!0!==e&&t.preventDefault()}}let R=null
|
|
77
|
+
class M{addFactory(t){t.targetIndex=this.targetIndex,this.behaviorFactories.push(t)}captureContentBinding(t){t.targetAtContent(),this.addFactory(t)}reset(){this.behaviorFactories=[],this.targetIndex=-1}release(){R=this}static borrow(t){const e=R||new M
|
|
78
|
+
return e.directives=t,e.reset(),R=null,e}}function V(t){if(1===t.length)return t[0]
|
|
79
79
|
let e
|
|
80
80
|
const s=t.length,i=t.map((t=>"string"==typeof t?()=>t:(e=t.targetName||e,t.binding))),o=new S(((t,e)=>{let o=""
|
|
81
81
|
for(let n=0;n<s;++n)o+=i[n](t,e)
|
|
@@ -314,10 +314,10 @@ return this.container=this.key=void 0,s.registerResolver(i,new Tt(i,t,e))}}funct
|
|
|
314
314
|
let o
|
|
315
315
|
for(let n=0;n<i;++n)o=s[n],ie(o)||(e[o]=t[o])
|
|
316
316
|
return e}const Ht=Object.freeze({none(t){throw Error(`${t.toString()} not registered, did you forget to add @singleton()?`)},singleton:t=>new Tt(t,1,t),transient:t=>new Tt(t,2,t)}),At=Object.freeze({default:Object.freeze({parentLocator:()=>null,responsibleForOwnerRequests:!1,defaultResolver:Ht.singleton})}),St=new Map
|
|
317
|
-
function
|
|
317
|
+
function Et(t){return e=>Reflect.getOwnMetadata(t,e)}let Rt=null
|
|
318
318
|
const Mt=Object.freeze({createContainer:t=>new Kt(null,Object.assign({},At.default,t)),findResponsibleContainer(t){const e=t.$$container$$
|
|
319
319
|
return e&&e.responsibleForOwnerRequests?e:Mt.findParentContainer(t)},findParentContainer(t){const e=new CustomEvent(jt,{bubbles:!0,composed:!0,cancelable:!0,detail:{container:void 0}})
|
|
320
|
-
return t.dispatchEvent(e),e.detail.container||Mt.getOrCreateDOMContainer()},getOrCreateDOMContainer:(t,e)=>t?t.$$container$$||new Kt(t,Object.assign({},At.default,e,{parentLocator:Mt.findParentContainer})):
|
|
320
|
+
return t.dispatchEvent(e),e.detail.container||Mt.getOrCreateDOMContainer()},getOrCreateDOMContainer:(t,e)=>t?t.$$container$$||new Kt(t,Object.assign({},At.default,e,{parentLocator:Mt.findParentContainer})):Rt||(Rt=new Kt(null,Object.assign({},At.default,e,{parentLocator:()=>null}))),getDesignParamtypes:Et("design:paramtypes"),getAnnotationParamtypes:Et("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=St.get(t)
|
|
322
322
|
if(void 0===e){const s=t.inject
|
|
323
323
|
if(void 0===s){const s=Mt.getDesignParamtypes(t),i=Mt.getAnnotationParamtypes(t)
|
|
@@ -428,23 +428,23 @@ const me="animationend",be="change",fe="resize",xe="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
430
|
const ye="ArrowDown",$e="ArrowLeft",ke="ArrowRight",Ce="ArrowUp",_e="Enter",ze="Escape",Ie="Home",Oe="End",He=" ",Ae="Tab",Se={ArrowDown:ye,ArrowLeft:$e,ArrowRight:ke,ArrowUp:Ce}
|
|
431
|
-
var
|
|
432
|
-
function
|
|
431
|
+
var Ee
|
|
432
|
+
function Re(t,e,s){return Math.min(Math.max(s,t),e)}function Me(t,e,s=0){return[e,s]=[e,s].sort(((t,e)=>t-e)),e<=t&&t<s}!function(t){t.ltr="ltr",t.rtl="rtl"}(Ee||(Ee={}))
|
|
433
433
|
let Ve=0
|
|
434
434
|
function Le(t=""){return`${t}${Ve++}`}class Te{}_t([tt({attribute:"aria-atomic"})],Te.prototype,"ariaAtomic",void 0),_t([tt({attribute:"aria-busy"})],Te.prototype,"ariaBusy",void 0),_t([tt({attribute:"aria-controls"})],Te.prototype,"ariaControls",void 0),_t([tt({attribute:"aria-current"})],Te.prototype,"ariaCurrent",void 0),_t([tt({attribute:"aria-describedby"})],Te.prototype,"ariaDescribedby",void 0),_t([tt({attribute:"aria-details"})],Te.prototype,"ariaDetails",void 0),_t([tt({attribute:"aria-disabled"})],Te.prototype,"ariaDisabled",void 0),_t([tt({attribute:"aria-errormessage"})],Te.prototype,"ariaErrormessage",void 0),_t([tt({attribute:"aria-flowto"})],Te.prototype,"ariaFlowto",void 0),_t([tt({attribute:"aria-haspopup"})],Te.prototype,"ariaHaspopup",void 0),_t([tt({attribute:"aria-hidden"})],Te.prototype,"ariaHidden",void 0),_t([tt({attribute:"aria-invalid"})],Te.prototype,"ariaInvalid",void 0),_t([tt({attribute:"aria-keyshortcuts"})],Te.prototype,"ariaKeyshortcuts",void 0),_t([tt({attribute:"aria-label"})],Te.prototype,"ariaLabel",void 0),_t([tt({attribute:"aria-labelledby"})],Te.prototype,"ariaLabelledby",void 0),_t([tt({attribute:"aria-live"})],Te.prototype,"ariaLive",void 0),_t([tt({attribute:"aria-owns"})],Te.prototype,"ariaOwns",void 0),_t([tt({attribute:"aria-relevant"})],Te.prototype,"ariaRelevant",void 0),_t([tt({attribute:"aria-roledescription"})],Te.prototype,"ariaRoledescription",void 0)
|
|
435
435
|
class Pe extends le{constructor(){super(...arguments),this.handleUnsupportedDelegatesFocus=()=>{var t
|
|
436
436
|
window.ShadowRoot&&!window.ShadowRoot.prototype.hasOwnProperty("delegatesFocus")&&(null===(t=this.$fastController.definition.shadowOptions)||void 0===t?void 0:t.delegatesFocus)&&(this.focus=()=>{this.control.focus()})}}connectedCallback(){super.connectedCallback(),this.handleUnsupportedDelegatesFocus()}}_t([tt],Pe.prototype,"download",void 0),_t([tt],Pe.prototype,"href",void 0),_t([tt],Pe.prototype,"hreflang",void 0),_t([tt],Pe.prototype,"ping",void 0),_t([tt],Pe.prototype,"referrerpolicy",void 0),_t([tt],Pe.prototype,"rel",void 0),_t([tt],Pe.prototype,"target",void 0),_t([tt],Pe.prototype,"type",void 0),_t([v],Pe.prototype,"defaultSlottedContent",void 0)
|
|
437
437
|
class Be{}_t([tt({attribute:"aria-expanded"})],Be.prototype,"ariaExpanded",void 0),he(Be,Te),he(Pe,$t,Be)
|
|
438
438
|
const De=t=>{const e=t.closest("[dir]")
|
|
439
|
-
return null!==e&&"rtl"===e.dir?
|
|
440
|
-
class Fe extends le{constructor(){super(...arguments),this.anchor="",this.viewport="",this.horizontalPositioningMode="uncontrolled",this.horizontalDefaultPosition="unset",this.horizontalViewportLock=!1,this.horizontalInset=!1,this.horizontalScaling="content",this.verticalPositioningMode="uncontrolled",this.verticalDefaultPosition="unset",this.verticalViewportLock=!1,this.verticalInset=!1,this.verticalScaling="content",this.fixedPlacement=!1,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.initialLayoutComplete=!1,this.resizeDetector=null,this.baseHorizontalOffset=0,this.baseVerticalOffset=0,this.pendingPositioningUpdate=!1,this.pendingReset=!1,this.currentDirection=
|
|
439
|
+
return null!==e&&"rtl"===e.dir?Ee.rtl:Ee.ltr}
|
|
440
|
+
class Fe extends le{constructor(){super(...arguments),this.anchor="",this.viewport="",this.horizontalPositioningMode="uncontrolled",this.horizontalDefaultPosition="unset",this.horizontalViewportLock=!1,this.horizontalInset=!1,this.horizontalScaling="content",this.verticalPositioningMode="uncontrolled",this.verticalDefaultPosition="unset",this.verticalViewportLock=!1,this.verticalInset=!1,this.verticalScaling="content",this.fixedPlacement=!1,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.initialLayoutComplete=!1,this.resizeDetector=null,this.baseHorizontalOffset=0,this.baseVerticalOffset=0,this.pendingPositioningUpdate=!1,this.pendingReset=!1,this.currentDirection=Ee.ltr,this.regionVisible=!1,this.forceUpdate=!1,this.updateThreshold=.5,this.update=()=>{this.pendingPositioningUpdate||this.requestPositionUpdates()},this.startObservers=()=>{this.stopObservers(),null!==this.anchorElement&&(this.requestPositionUpdates(),null!==this.resizeDetector&&(this.resizeDetector.observe(this.anchorElement),this.resizeDetector.observe(this)))},this.requestPositionUpdates=()=>{null===this.anchorElement||this.pendingPositioningUpdate||(Fe.intersectionService.requestPosition(this,this.handleIntersection),Fe.intersectionService.requestPosition(this.anchorElement,this.handleIntersection),null!==this.viewportElement&&Fe.intersectionService.requestPosition(this.viewportElement,this.handleIntersection),this.pendingPositioningUpdate=!0)},this.stopObservers=()=>{this.pendingPositioningUpdate&&(this.pendingPositioningUpdate=!1,Fe.intersectionService.cancelRequestPosition(this,this.handleIntersection),null!==this.anchorElement&&Fe.intersectionService.cancelRequestPosition(this.anchorElement,this.handleIntersection),null!==this.viewportElement&&Fe.intersectionService.cancelRequestPosition(this.viewportElement,this.handleIntersection)),null!==this.resizeDetector&&this.resizeDetector.disconnect()},this.getViewport=()=>"string"!=typeof this.viewport||""===this.viewport?document.documentElement:document.getElementById(this.viewport),this.getAnchor=()=>document.getElementById(this.anchor),this.handleIntersection=t=>{this.pendingPositioningUpdate&&(this.pendingPositioningUpdate=!1,this.applyIntersectionEntries(t)&&this.updateLayout())},this.applyIntersectionEntries=t=>{const e=t.find((t=>t.target===this)),s=t.find((t=>t.target===this.anchorElement)),i=t.find((t=>t.target===this.viewportElement))
|
|
441
441
|
return void 0!==e&&void 0!==i&&void 0!==s&&(!!(!this.regionVisible||this.forceUpdate||void 0===this.regionRect||void 0===this.anchorRect||void 0===this.viewportRect||this.isRectDifferent(this.anchorRect,s.boundingClientRect)||this.isRectDifferent(this.viewportRect,i.boundingClientRect)||this.isRectDifferent(this.regionRect,e.boundingClientRect))&&(this.regionRect=e.boundingClientRect,this.anchorRect=s.boundingClientRect,this.viewportElement===document.documentElement?this.viewportRect=new DOMRectReadOnly(i.boundingClientRect.x+document.documentElement.scrollLeft,i.boundingClientRect.y+document.documentElement.scrollTop,i.boundingClientRect.width,i.boundingClientRect.height):this.viewportRect=i.boundingClientRect,this.updateRegionOffset(),this.forceUpdate=!1,!0))},this.updateRegionOffset=()=>{this.anchorRect&&this.regionRect&&(this.baseHorizontalOffset=this.baseHorizontalOffset+(this.anchorRect.left-this.regionRect.left)+(this.translateX-this.baseHorizontalOffset),this.baseVerticalOffset=this.baseVerticalOffset+(this.anchorRect.top-this.regionRect.top)+(this.translateY-this.baseVerticalOffset))},this.isRectDifferent=(t,e)=>Math.abs(t.top-e.top)>this.updateThreshold||Math.abs(t.right-e.right)>this.updateThreshold||Math.abs(t.bottom-e.bottom)>this.updateThreshold||Math.abs(t.left-e.left)>this.updateThreshold,this.handleResize=t=>{this.update()},this.reset=()=>{this.pendingReset&&(this.pendingReset=!1,null===this.anchorElement&&(this.anchorElement=this.getAnchor()),null===this.viewportElement&&(this.viewportElement=this.getViewport()),this.currentDirection=De(this),this.startObservers())},this.updateLayout=()=>{let t,e
|
|
442
442
|
if("uncontrolled"!==this.horizontalPositioningMode){const t=this.getPositioningOptions(this.horizontalInset)
|
|
443
443
|
if("center"===this.horizontalDefaultPosition)e="center"
|
|
444
444
|
else if("unset"!==this.horizontalDefaultPosition){let t=this.horizontalDefaultPosition
|
|
445
445
|
if("start"===t||"end"===t){const e=De(this)
|
|
446
446
|
if(e!==this.currentDirection)return this.currentDirection=e,void this.initialize()
|
|
447
|
-
t=this.currentDirection===
|
|
447
|
+
t=this.currentDirection===Ee.ltr?"start"===t?"left":"right":"start"===t?"right":"left"}switch(t){case"left":e=this.horizontalInset?"insetStart":"start"
|
|
448
448
|
break
|
|
449
449
|
case"right":e=this.horizontalInset?"insetEnd":"end"}}const s=void 0!==this.horizontalThreshold?this.horizontalThreshold:void 0!==this.regionRect?this.regionRect.width:0,i=void 0!==this.anchorRect?this.anchorRect.left:0,o=void 0!==this.anchorRect?this.anchorRect.right:0,n=void 0!==this.anchorRect?this.anchorRect.width:0,r=void 0!==this.viewportRect?this.viewportRect.left:0,a=void 0!==this.viewportRect?this.viewportRect.right:0;(void 0===e||"locktodefault"!==this.horizontalPositioningMode&&this.getAvailableSpace(e,i,o,n,r,a)<s)&&(e=this.getAvailableSpace(t[0],i,o,n,r,a)>this.getAvailableSpace(t[1],i,o,n,r,a)?t[0]:t[1])}if("uncontrolled"!==this.verticalPositioningMode){const e=this.getPositioningOptions(this.verticalInset)
|
|
450
450
|
if("center"===this.verticalDefaultPosition)t="center"
|
|
@@ -639,7 +639,7 @@ break
|
|
|
639
639
|
case"ArrowUp":case"ArrowDown":if(this.filterOptions(),!this.open){this.open=!0
|
|
640
640
|
break}this.filteredOptions.length>0&&super.keydownHandler(t),this.isAutocompleteInline&&this.setInlineSelection()
|
|
641
641
|
break
|
|
642
|
-
default:return!0}}keyupHandler(t){switch(t.key){case"ArrowLeft":case"ArrowRight":case"Backspace":case"Delete":case"Home":case"End":this.filter=this.control.value,this.selectedIndex=-1,this.filterOptions()}}selectedIndexChanged(t,e){if(this.$fastController.isConnected){if((e=
|
|
642
|
+
default:return!0}}keyupHandler(t){switch(t.key){case"ArrowLeft":case"ArrowRight":case"Backspace":case"Delete":case"Home":case"End":this.filter=this.control.value,this.selectedIndex=-1,this.filterOptions()}}selectedIndexChanged(t,e){if(this.$fastController.isConnected){if((e=Re(-1,this.options.length-1,e))!==this.selectedIndex)return void(this.selectedIndex=e)
|
|
643
643
|
super.selectedIndexChanged(t,e)}}selectPreviousOption(){!this.disabled&&this.selectedIndex>=0&&(this.selectedIndex=this.selectedIndex-1)}setDefaultSelectedOption(){if(this.$fastController.isConnected&&this.options){const t=this.options.findIndex((t=>null!==t.getAttribute("selected")||t.selected))
|
|
644
644
|
this.selectedIndex=t,!this.dirtyValue&&this.firstSelectedOption&&(this.value=this.firstSelectedOption.text),this.setSelectedOptions()}}setInputToSelection(){this.firstSelectedOption&&(this.control.value=this.firstSelectedOption.text,this.control.focus())}setInlineSelection(){this.firstSelectedOption&&(this.setInputToSelection(),this.control.setSelectionRange(this.filter.length,this.control.value.length,"backward"))}syncValue(){var t
|
|
645
645
|
const e=this.selectedIndex>-1?null===(t=this.firstSelectedOption)||void 0===t?void 0:t.text:this.control.value
|
|
@@ -683,12 +683,12 @@ e&&!Vs.existsFor(e)&&Vs.getOrCreate(e),s.has(t)||s.add(t)}unsubscribe(t,e){const
|
|
|
683
683
|
s&&s.has(t)&&s.delete(t)}notify(t){const e=Object.freeze({token:this,target:t})
|
|
684
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)}}As.uniqueId=(()=>{let t=0
|
|
685
685
|
return()=>(t++,t.toString(16))})(),As.tokensById=new Map
|
|
686
|
-
class Ss{constructor(t,e,s){this.source=t,this.token=e,this.node=s,this.dependencies=new Set,this.observer=u.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,b))}}class
|
|
687
|
-
class Vs{constructor(t){this.target=t,this.store=new
|
|
686
|
+
class Ss{constructor(t,e,s){this.source=t,this.token=e,this.node=s,this.dependencies=new Set,this.observer=u.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,b))}}class Es{constructor(){this.values=new Map}set(t,e){this.values.get(t)!==e&&(this.values.set(t,e),u.getNotifier(this).notify(t.id))}get(t){return u.track(this,t.id),this.values.get(t)}delete(t){this.values.delete(t)}all(){return this.values.entries()}}const Rs=new WeakMap,Ms=new WeakMap
|
|
687
|
+
class Vs{constructor(t){this.target=t,this.store=new Es,this.children=[],this.assignedValues=new Map,this.reflecting=new Set,this.bindingObservers=new Map,this.tokenValueChangeHandler={handleChange:(t,e)=>{const s=As.getTokenById(e)
|
|
688
688
|
if(s&&(s.notify(this.target),As.isCSSDesignToken(s))){const e=this.parent,i=this.isReflecting(s)
|
|
689
689
|
if(e){const o=e.get(s),n=t.get(s)
|
|
690
|
-
o===n||i?o===n&&i&&this.stopReflectToCSS(s):this.reflectToCSS(s)}else i||this.reflectToCSS(s)}}},
|
|
691
|
-
for(;null!==e;){if(
|
|
690
|
+
o===n||i?o===n&&i&&this.stopReflectToCSS(s):this.reflectToCSS(s)}else i||this.reflectToCSS(s)}}},Rs.set(t,this),u.getNotifier(this.store).subscribe(this.tokenValueChangeHandler),t instanceof dt?t.$fastController.addBehaviors([this]):t.isConnected&&this.bind()}static getOrCreate(t){return Rs.get(t)||new Vs(t)}static existsFor(t){return Rs.has(t)}static findParent(t){if(ws!==t.target){let e=xs(t.target)
|
|
691
|
+
for(;null!==e;){if(Rs.has(e))return Rs.get(e)
|
|
692
692
|
e=xs(e)}return Vs.getOrCreate(ws)}return null}static findClosestAssignedNode(t,e){let s=e
|
|
693
693
|
do{if(s.has(t))return s
|
|
694
694
|
s=s.parent?s.parent:s.target!==ws?Vs.getOrCreate(ws):null}while(null!==s)
|
|
@@ -768,7 +768,7 @@ i!==e&&d.queueUpdate((()=>{this.size=i}))}toggleSelectedForAllCheckedOptions(){c
|
|
|
768
768
|
t.forEach((t=>t.selected=e)),this.selectedIndex=this.options.indexOf(t[t.length-1]),this.setSelectedOptions()}typeaheadBufferChanged(t,e){if(this.multiple){if(this.$fastController.isConnected){const t=this.getTypeaheadMatches(),e=this.options.indexOf(t[0])
|
|
769
769
|
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],Ys.prototype,"activeIndex",void 0),_t([tt({mode:"boolean"})],Ys.prototype,"multiple",void 0),_t([tt({converter:J})],Ys.prototype,"size",void 0)
|
|
770
770
|
const Qs="menuitem",Js="menuitemcheckbox",Zs="menuitemradio",ti={[Qs]:"menuitem",[Js]:"menuitemcheckbox",[Zs]:"menuitemradio"}
|
|
771
|
-
class ei extends le{constructor(){super(...arguments),this.role=Qs,this.hasSubmenu=!1,this.currentDirection=
|
|
771
|
+
class ei extends le{constructor(){super(...arguments),this.role=Qs,this.hasSubmenu=!1,this.currentDirection=Ee.ltr,this.focusSubmenuOnLoad=!1,this.handleMenuItemKeyDown=t=>{if(t.defaultPrevented)return!1
|
|
772
772
|
switch(t.key){case _e:case He:return this.invoke(),!1
|
|
773
773
|
case ke:return this.expandAndFocus(),!1
|
|
774
774
|
case $e: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 Js:this.checked=!this.checked
|
|
@@ -839,9 +839,9 @@ s-1<0?s=e.length-1:s-=1}},this.keydownHandler=t=>{const e=t.key
|
|
|
839
839
|
if(e in Se&&this.isInsideFoundationToolbar)return!0
|
|
840
840
|
switch(e){case _e:this.checkFocusedRadio()
|
|
841
841
|
break
|
|
842
|
-
case ke:case ye:this.direction===
|
|
842
|
+
case ke:case ye:this.direction===Ee.ltr?this.moveRight(t):this.moveLeft(t)
|
|
843
843
|
break
|
|
844
|
-
case $e:case Ce:this.direction===
|
|
844
|
+
case $e:case Ce:this.direction===Ee.ltr?this.moveLeft(t):this.moveRight(t)
|
|
845
845
|
break
|
|
846
846
|
default:return!0}}}readOnlyChanged(){void 0!==this.slottedRadioButtons&&this.slottedRadioButtons.forEach((t=>{this.readOnly?t.readOnly=!0:t.readOnly=!1}))}disabledChanged(){void 0!==this.slottedRadioButtons&&this.slottedRadioButtons.forEach((t=>{this.disabled?t.disabled=!0:t.disabled=!1}))}nameChanged(){this.slottedRadioButtons&&this.slottedRadioButtons.forEach((t=>{t.setAttribute("name",this.name)}))}valueChanged(){this.slottedRadioButtons&&this.slottedRadioButtons.forEach((t=>{t.value===this.value&&(t.checked=!0,this.selectedRadio=t)})),this.$emit("change")}slottedRadioButtonsChanged(t,e){this.slottedRadioButtons&&this.slottedRadioButtons.length>0&&this.setupRadioButtons()}get parentToolbar(){return this.closest('[role="toolbar"]')}get isInsideToolbar(){var t
|
|
847
847
|
return null!==(t=this.parentToolbar)&&void 0!==t&&t}get isInsideFoundationToolbar(){var t
|
|
@@ -917,8 +917,8 @@ this.activeIndicatorRef.style.transform=`${e}(${n}px)`,this.activeIndicatorRef.c
|
|
|
917
917
|
this.prevActiveTabIndex=this.activeTabIndex,this.activeTabIndex=(e=0,s=this.tabs.length-1,(i=this.activeTabIndex+t)<e?s:i>s?e:i),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],zi.prototype,"orientation",void 0),_t([tt],zi.prototype,"activeid",void 0),_t([v],zi.prototype,"tabs",void 0),_t([v],zi.prototype,"tabpanels",void 0),_t([tt({mode:"boolean"})],zi.prototype,"activeindicator",void 0),_t([v],zi.prototype,"activeIndicatorRef",void 0),_t([v],zi.prototype,"showActiveIndicator",void 0),he(zi,$t)
|
|
918
918
|
class Ii extends le{}class Oi extends(Ge(Ii)){constructor(){super(...arguments),this.proxy=document.createElement("textarea")}}const Hi="none"
|
|
919
919
|
class Ai extends Oi{constructor(){super(...arguments),this.resize=Hi,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"})],Ai.prototype,"readOnly",void 0),_t([tt],Ai.prototype,"resize",void 0),_t([tt({mode:"boolean"})],Ai.prototype,"autofocus",void 0),_t([tt({attribute:"form"})],Ai.prototype,"formId",void 0),_t([tt],Ai.prototype,"list",void 0),_t([tt({converter:J})],Ai.prototype,"maxlength",void 0),_t([tt({converter:J})],Ai.prototype,"minlength",void 0),_t([tt],Ai.prototype,"name",void 0),_t([tt],Ai.prototype,"placeholder",void 0),_t([tt({converter:J,mode:"fromView"})],Ai.prototype,"cols",void 0),_t([tt({converter:J,mode:"fromView"})],Ai.prototype,"rows",void 0),_t([tt({mode:"boolean"})],Ai.prototype,"spellcheck",void 0),_t([v],Ai.prototype,"defaultSlottedNodes",void 0),he(Ai,ai)
|
|
920
|
-
const Si=Object.freeze({[Se.ArrowUp]:{[ue]:-1},[Se.ArrowDown]:{[ue]:1},[Se.ArrowLeft]:{[pe]:{[
|
|
921
|
-
class
|
|
920
|
+
const Si=Object.freeze({[Se.ArrowUp]:{[ue]:-1},[Se.ArrowDown]:{[ue]:1},[Se.ArrowLeft]:{[pe]:{[Ee.ltr]:-1,[Ee.rtl]:1}},[Se.ArrowRight]:{[pe]:{[Ee.ltr]:1,[Ee.rtl]:-1}}})
|
|
921
|
+
class Ei extends le{constructor(){super(...arguments),this._activeIndex=0,this.direction=Ee.ltr,this.orientation=pe}get activeIndex(){return u.track(this,"activeIndex"),this._activeIndex}set activeIndex(t){this.$fastController.isConnected&&(this._activeIndex=Re(0,this.focusableElements.length-1,t),u.notify(this,"activeIndex"))}slottedItemsChanged(){this.$fastController.isConnected&&this.reduceFocusableElements()}clickHandler(t){var e
|
|
922
922
|
const s=null===(e=this.focusableElements)||void 0===e?void 0:e.indexOf(t.target)
|
|
923
923
|
return s>-1&&this.activeIndex!==s&&this.setFocusedElement(s),!0}childItemsChanged(t,e){this.$fastController.isConnected&&this.reduceFocusableElements()}connectedCallback(){super.connectedCallback(),this.direction=De(this)}focusinHandler(t){const e=t.relatedTarget
|
|
924
924
|
e&&!this.contains(e)&&this.setFocusedElement()}getDirectionalIncrementer(t){var e,s,i,o,n
|
|
@@ -929,15 +929,15 @@ if(!s)return!t.target.closest("[role=radiogroup]")
|
|
|
929
929
|
const i=this.activeIndex+s
|
|
930
930
|
return this.focusableElements[i]&&t.preventDefault(),this.setFocusedElement(i),!0}get allSlottedItems(){return[...this.start.assignedElements(),...this.slottedItems,...this.end.assignedElements()]}reduceFocusableElements(){var t
|
|
931
931
|
const e=null===(t=this.focusableElements)||void 0===t?void 0:t[this.activeIndex]
|
|
932
|
-
this.focusableElements=this.allSlottedItems.reduce(
|
|
932
|
+
this.focusableElements=this.allSlottedItems.reduce(Ei.reduceFocusableItems,[])
|
|
933
933
|
const s=this.focusableElements.indexOf(e)
|
|
934
934
|
this.activeIndex=Math.max(0,s),this.setFocusableElements()}setFocusedElement(t=this.activeIndex){var e
|
|
935
935
|
this.activeIndex=t,this.setFocusableElements(),null===(e=this.focusableElements[this.activeIndex])||void 0===e||e.focus()}static reduceFocusableItems(t,e){var s,i,o,n
|
|
936
936
|
const r="radio"===e.getAttribute("role"),a=null===(i=null===(s=e.$fastController)||void 0===s?void 0:s.definition.shadowOptions)||void 0===i?void 0:i.delegatesFocus,l=Array.from(null!==(n=null===(o=e.shadowRoot)||void 0===o?void 0:o.querySelectorAll("*"))&&void 0!==n?n:[]).some((t=>Gs(t)))
|
|
937
|
-
return e.hasAttribute("disabled")||e.hasAttribute("hidden")||!(Gs(e)||r||a||l)?e.childElementCount?t.concat(Array.from(e.children).reduce(
|
|
938
|
-
class
|
|
937
|
+
return e.hasAttribute("disabled")||e.hasAttribute("hidden")||!(Gs(e)||r||a||l)?e.childElementCount?t.concat(Array.from(e.children).reduce(Ei.reduceFocusableItems,[])):t:(t.push(e),t)}setFocusableElements(){this.$fastController.isConnected&&this.focusableElements.length>0&&this.focusableElements.forEach(((t,e)=>{t.tabIndex=this.activeIndex===e?0:-1}))}}_t([v],Ei.prototype,"direction",void 0),_t([tt],Ei.prototype,"orientation",void 0),_t([v],Ei.prototype,"slottedItems",void 0),_t([v],Ei.prototype,"slottedLabel",void 0),_t([v],Ei.prototype,"childItems",void 0)
|
|
938
|
+
class Ri{}_t([tt({attribute:"aria-labelledby"})],Ri.prototype,"ariaLabelledby",void 0),_t([tt({attribute:"aria-label"})],Ri.prototype,"ariaLabel",void 0),he(Ri,Te),he(Ei,$t,Ri)
|
|
939
939
|
const Mi="top",Vi="right",Li="bottom",Ti="left",Pi="start",Bi="end",Di="top-left",Fi="top-right",Ni="bottom-left",qi="bottom-right",Ui="top-start",ji="top-end",Wi="bottom-start",Ki="bottom-end"
|
|
940
|
-
class Xi extends le{constructor(){super(...arguments),this.anchor="",this.delay=300,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="dynamic",this.horizontalInset="false",this.verticalInset="false",this.horizontalScaling="content",this.verticalScaling="content",this.verticalDefaultPosition=void 0,this.horizontalDefaultPosition=void 0,this.tooltipVisible=!1,this.currentDirection=
|
|
940
|
+
class Xi extends le{constructor(){super(...arguments),this.anchor="",this.delay=300,this.autoUpdateMode="anchor",this.anchorElement=null,this.viewportElement=null,this.verticalPositioningMode="dynamic",this.horizontalPositioningMode="dynamic",this.horizontalInset="false",this.verticalInset="false",this.horizontalScaling="content",this.verticalScaling="content",this.verticalDefaultPosition=void 0,this.horizontalDefaultPosition=void 0,this.tooltipVisible=!1,this.currentDirection=Ee.ltr,this.showDelayTimer=null,this.hideDelayTimer=null,this.isAnchorHoveredFocused=!1,this.isRegionHovered=!1,this.handlePositionChange=t=>{this.classList.toggle("top","start"===this.region.verticalPosition),this.classList.toggle("bottom","end"===this.region.verticalPosition),this.classList.toggle("inset-top","insetStart"===this.region.verticalPosition),this.classList.toggle("inset-bottom","insetEnd"===this.region.verticalPosition),this.classList.toggle("center-vertical","center"===this.region.verticalPosition),this.classList.toggle("left","start"===this.region.horizontalPosition),this.classList.toggle("right","end"===this.region.horizontalPosition),this.classList.toggle("inset-left","insetStart"===this.region.horizontalPosition),this.classList.toggle("inset-right","insetEnd"===this.region.horizontalPosition),this.classList.toggle("center-horizontal","center"===this.region.horizontalPosition)},this.handleRegionMouseOver=t=>{this.isRegionHovered=!0},this.handleRegionMouseOut=t=>{this.isRegionHovered=!1,this.startHideDelayTimer()},this.handleAnchorMouseOver=t=>{this.tooltipVisible?this.isAnchorHoveredFocused=!0:this.startShowDelayTimer()},this.handleAnchorMouseOut=t=>{this.isAnchorHoveredFocused=!1,this.clearShowDelayTimer(),this.startHideDelayTimer()},this.handleAnchorFocusIn=t=>{this.startShowDelayTimer()},this.handleAnchorFocusOut=t=>{this.isAnchorHoveredFocused=!1,this.clearShowDelayTimer(),this.startHideDelayTimer()},this.startHideDelayTimer=()=>{this.clearHideDelayTimer(),this.tooltipVisible&&(this.hideDelayTimer=window.setTimeout((()=>{this.updateTooltipVisibility()}),60))},this.clearHideDelayTimer=()=>{null!==this.hideDelayTimer&&(clearTimeout(this.hideDelayTimer),this.hideDelayTimer=null)},this.startShowDelayTimer=()=>{this.isAnchorHoveredFocused||(this.delay>1?null===this.showDelayTimer&&(this.showDelayTimer=window.setTimeout((()=>{this.startHover()}),this.delay)):this.startHover())},this.startHover=()=>{this.isAnchorHoveredFocused=!0,this.updateTooltipVisibility()},this.clearShowDelayTimer=()=>{null!==this.showDelayTimer&&(clearTimeout(this.showDelayTimer),this.showDelayTimer=null)},this.getAnchor=()=>{const t=this.getRootNode()
|
|
941
941
|
return t instanceof ShadowRoot?t.getElementById(this.anchor):document.getElementById(this.anchor)},this.handleDocumentKeydown=t=>{if(!t.defaultPrevented&&this.tooltipVisible)switch(t.key){case ze:this.isAnchorHoveredFocused=!1,this.updateTooltipVisibility(),this.$emit("dismiss")}},this.updateTooltipVisibility=()=>{if(!1===this.visible)this.hideTooltip()
|
|
942
942
|
else{if(!0===this.visible)return void this.showTooltip()
|
|
943
943
|
if(this.isAnchorHoveredFocused||this.isRegionHovered)return void this.showTooltip()
|
|
@@ -1037,50 +1037,52 @@ let s=1
|
|
|
1037
1037
|
const i=Number.parseInt(t,16),o=i>>16,n=i>>8&255,r=255&i,a="number"==typeof e.alpha?e.alpha:s
|
|
1038
1038
|
if("array"===e.format)return[o,n,r,a]
|
|
1039
1039
|
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}}function Oo(t,e){const{red:s,green:i,blue:o}=Io(t)
|
|
1040
|
-
return`rgba(${s}, ${i}, ${o}, ${e})`}const Ho=Oo(go,.3),Ao=Oo(go,.6),So=Oo(go,.6),
|
|
1040
|
+
return`rgba(${s}, ${i}, ${o}, ${e})`}const Ho=Oo(go,.3),Ao=Oo(go,.6),So=Oo(go,.6),Eo="light",Ro="dark",Mo="color",Vo="action-rgb-partial-color",Lo="application-background-color",To="divider-background-color",Po="header-background-color",Bo="section-background-color",Do="fill-selected-color",Fo="fill-selected-rgb-partial-color",No="fill-hover-selected-color",qo="fill-hover-color",Uo="fill-down-color",jo="border-color",Wo="border-rgb-partial-color",Ko="fail-color",Xo="warning-color",Go="pass-color",Yo="information-color",Qo="border-hover-color",Jo="icon-color",Zo="modal-backdrop-color",tn="popup-box-shadow-color",en="popup-border-color",sn="control-height",on="small-padding",nn="standard-padding",rn="label-height",an="border-width",ln="icon-size",cn="group-header-text-transform",dn="drawer-width",hn="small-delay",pn="medium-delay",un="large-delay",vn="headline-plus-1-font",gn="headline-font",mn="title-plus-2-font",bn="title-plus-1-font",fn="title-font",xn="subtitle-plus-1-font",wn="subtitle-font",yn="link-standard-font",$n="placeholder-font",kn="body-emphasized-font",Cn="body-font",_n="group-header-font",zn="control-label-font",In="button-label-font",On="tooltip-caption-font",Hn="tooltip-background-color",An="error-text-font",Sn=t=>`ni-nimble-${t}`,En=U`<slot></slot>`,Rn=pt`
|
|
1041
1041
|
:host {
|
|
1042
1042
|
display: contents;
|
|
1043
1043
|
}
|
|
1044
|
-
`,Mn=Ls.create({name:"direction",cssCustomPropertyName:null}).withDefault(
|
|
1045
|
-
class Ln extends le{constructor(){super(...arguments),this.direction=
|
|
1046
|
-
const Tn=Ln.compose({baseName:"theme-provider",styles:
|
|
1044
|
+
`,Mn=Ls.create({name:"direction",cssCustomPropertyName:null}).withDefault(Ee.ltr),Vn=Ls.create({name:"theme",cssCustomPropertyName:null}).withDefault(Eo)
|
|
1045
|
+
class Ln extends le{constructor(){super(...arguments),this.direction=Ee.ltr,this.theme=Eo}directionChanged(t,e){null!=e?Mn.setValueFor(this,e):Mn.deleteValueFor(this)}themeChanged(t,e){null!=e?Vn.setValueFor(this,e):Vn.deleteValueFor(this)}}io([tt({attribute:"direction"})],Ln.prototype,"direction",void 0),io([tt({attribute:"theme"})],Ln.prototype,"theme",void 0)
|
|
1046
|
+
const Tn=Ln.compose({baseName:"theme-provider",styles:Rn,template:En})
|
|
1047
1047
|
Ns.getOrCreate().withPrefix("nimble").register(Tn())
|
|
1048
|
-
const Pn=Ls.create(Sn(Vo)).withDefault((t=>
|
|
1049
|
-
Ls.create(Sn(Po)).withDefault((t=>
|
|
1050
|
-
const Dn=Ls.create(Sn(Do)).withDefault((t=>Oo(
|
|
1051
|
-
Ls.create(Sn(Fo)).withDefault((t=>
|
|
1052
|
-
const Fn=Ls.create(Sn(No)).withDefault((t=>Oo(
|
|
1053
|
-
Ls.create(Sn(Uo)).withDefault((t=>Oo(function(t){return
|
|
1054
|
-
const qn=Ls.create(Sn(jo)).withDefault((t=>
|
|
1055
|
-
Ls.create(Sn(Zo)).withDefault((t=>function(t){switch(Vn.getValueFor(t)){case
|
|
1056
|
-
case
|
|
1048
|
+
const Pn=Ls.create(Sn(Vo)).withDefault((t=>Va(Ta(t,mo,co,po)))),Bn=Ls.create(Sn(Lo)).withDefault((t=>Ta(t,po,uo,bo)))
|
|
1049
|
+
Ls.create(Sn(Po)).withDefault((t=>Ta(t,ho,"#252526",bo))),Ls.create(Sn(Bo)).withDefault((t=>Ta(t,co,vo,bo))),Ls.create(Sn(To)).withDefault((t=>Ta(t,co,vo,bo)))
|
|
1050
|
+
const Dn=Ls.create(Sn(Do)).withDefault((t=>Oo(Fa(t),.2)))
|
|
1051
|
+
Ls.create(Sn(Fo)).withDefault((t=>Va(Fa(t))))
|
|
1052
|
+
const Fn=Ls.create(Sn(No)).withDefault((t=>Oo(Fa(t),.15))),Nn=Ls.create(Sn(qo)).withDefault((t=>Oo(function(t){return Ta(t,mo,co,po)}(t),.1)))
|
|
1053
|
+
Ls.create(Sn(Uo)).withDefault((t=>Oo(function(t){return Ta(t,mo,co,po)}(t),.15)))
|
|
1054
|
+
const qn=Ls.create(Sn(jo)).withDefault((t=>Ba(t))),Un=Ls.create(Sn(Wo)).withDefault((t=>Va(Ba(t)))),jn=Ls.create(Sn(Ko)).withDefault((t=>Pa(t))),Wn=Ls.create(Sn(Xo)).withDefault((t=>function(t){return Ta(t,wo,ro,po)}(t))),Kn=Ls.create(Sn(Go)).withDefault((t=>function(t){return Ta(t,ao,lo,po)}(t))),Xn=Ls.create(Sn(Yo)).withDefault((t=>function(t){return Ta(t,no,oo,po)}(t))),Gn=Ls.create(Sn(Qo)).withDefault((t=>Ta(t,fo,fo,po))),Yn=Ls.create(Sn(Jo)).withDefault((t=>Ta(t,mo,co,po)))
|
|
1055
|
+
Ls.create(Sn(Zo)).withDefault((t=>function(t){switch(Vn.getValueFor(t)){case Eo:return Ho
|
|
1056
|
+
case Ro:return Ao
|
|
1057
1057
|
case Mo:return So
|
|
1058
1058
|
default:return Ho}}(t)))
|
|
1059
|
-
const Qn=Ls.create(Sn(tn)).withDefault((t=>Oo(
|
|
1060
|
-
Ls.create(Sn(Hn)).withDefault((t=>
|
|
1059
|
+
const Qn=Ls.create(Sn(tn)).withDefault((t=>Oo(Ta(t,"#818386",uo,uo),.3))),Jn=Ls.create(Sn(en)).withDefault((t=>Oo(Ta(t,mo,co,po),.3)))
|
|
1060
|
+
Ls.create(Sn(Hn)).withDefault((t=>Ta(t,co,uo,bo)))
|
|
1061
1061
|
const Zn=Ls.create(Sn(sn)).withDefault("32px"),tr=Ls.create(Sn(on)).withDefault("4px"),er=Ls.create(Sn(nn)).withDefault("16px"),sr=Ls.create(Sn(rn)).withDefault("16px"),ir=Ls.create(Sn(an)).withDefault("1px"),or=Ls.create(Sn(ln)).withDefault("16px"),nr=Ls.create(Sn(dn)).withDefault("784px")
|
|
1062
|
-
|
|
1063
|
-
const[rr,ar,lr,cr,dr,hr,pr,ur]=
|
|
1064
|
-
|
|
1065
|
-
const[vr,gr,mr,br,fr,xr,wr,yr]=
|
|
1062
|
+
La(gn,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Noto Serif","400","25px","32px","serif"),La(vn,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Noto Serif","400","29.100000381469727px","40px","serif"),La(mn,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Source Sans Pro","400","25px","32px","sans-serif")
|
|
1063
|
+
const[rr,ar,lr,cr,dr,hr,pr,ur]=La(bn,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Source Sans Pro","400","22px","28px","sans-serif")
|
|
1064
|
+
La(fn,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Source Sans Pro","400","19px","24px","sans-serif"),La(xn,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Source Sans Pro","300","16px","20px","sans-serif")
|
|
1065
|
+
const[vr,gr,mr,br,fr,xr,wr,yr]=La(wn,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Source Sans Pro","300","12.800000190734863px","16px","sans-serif")
|
|
1066
|
+
La(yn,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif")
|
|
1067
|
+
const[$r,kr,Cr,_r,zr,Ir,Or,Hr]=La($n,(t=>Oo(Da(t),.6)),(t=>Oo(Da(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[Ar,Sr,Er,Rr,Mr,Vr,Lr,Tr]=La(kn,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Source Sans Pro","600","14px","18px","sans-serif"),[Pr,Br,Dr,Fr,Nr,qr,Ur,jr]=La(Cn,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[Wr,Kr,Xr,Gr,Yr,Qr,Jr,Zr]=La(_n,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[ta,ea,sa,ia,oa,na,ra,aa]=La(zn,(t=>Oo(Da(t),.6)),(t=>Oo(Da(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[la,ca,da,ha,pa,ua,va,ga]=La(In,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Source Sans Pro","400","12.800000190734863px","16px","sans-serif"),[ma,ba,fa,xa,wa,ya,$a,ka]=La(On,(t=>Da(t)),(t=>Oo(Da(t),.3)),"Source Sans Pro","400","11px",ko,"sans-serif"),[Ca,_a,za,Ia,Oa,Ha,Aa,Sa]=La(An,(t=>Pa(t)),(t=>Oo(Pa(t),.3)),"Source Sans Pro","400","9px",ko,"sans-serif"),Ea=Ls.create(Sn(cn)).withDefault("uppercase"),Ra=Ls.create(Sn(hn)).withDefault("0.075s")
|
|
1066
1068
|
Ls.create(Sn(pn)).withDefault("0.15s")
|
|
1067
|
-
const
|
|
1068
|
-
function
|
|
1069
|
-
return`${e}, ${s}, ${i}`}function
|
|
1069
|
+
const Ma=Ls.create(Sn(un)).withDefault(Co)
|
|
1070
|
+
function Va(t){const{red:e,green:s,blue:i}=Io(t)
|
|
1071
|
+
return`${e}, ${s}, ${i}`}function La(t,e,s,i,o,n,r,a){if(""===t||""===i||""===o||""===n||""===r||""===a)throw new Error("createFontTokens parameter unexpectedly set to empty string")
|
|
1070
1072
|
const l=Ls.create(Sn(t)).withDefault(`${o} ${n}/${r} ${i}, ${a}`),c=t.split("-font"),d=c[0]
|
|
1071
1073
|
if(void 0===d||""!==c[1])throw new Error(`fontTokenName value of ${t} did not have the expected '-font' suffix`)
|
|
1072
|
-
return[l,Ls.create(Sn(`${d}-font-color`)).withDefault((t=>e(t))),Ls.create(Sn(`${d}-disabled-font-color`)).withDefault((t=>s(t))),Ls.create(Sn(`${d}-font-family`)).withDefault(`${i}`),Ls.create(Sn(`${d}-font-weight`)).withDefault(`${o}`),Ls.create(Sn(`${d}-font-size`)).withDefault(`${n}`),Ls.create(Sn(`${d}-font-line-height`)).withDefault(`${r}`),Ls.create(Sn(`${d}-fallback-font-family`)).withDefault(`${a}`)]}function
|
|
1073
|
-
case
|
|
1074
|
+
return[l,Ls.create(Sn(`${d}-font-color`)).withDefault((t=>e(t))),Ls.create(Sn(`${d}-disabled-font-color`)).withDefault((t=>s(t))),Ls.create(Sn(`${d}-font-family`)).withDefault(`${i}`),Ls.create(Sn(`${d}-font-weight`)).withDefault(`${o}`),Ls.create(Sn(`${d}-font-size`)).withDefault(`${n}`),Ls.create(Sn(`${d}-font-line-height`)).withDefault(`${r}`),Ls.create(Sn(`${d}-fallback-font-family`)).withDefault(`${a}`)]}function Ta(t,e,s,i){switch(Vn.getValueFor(t)){case Eo:return e
|
|
1075
|
+
case Ro:return s
|
|
1074
1076
|
case Mo:return i
|
|
1075
|
-
default:return e}}function
|
|
1077
|
+
default:return e}}function Pa(t){return Ta(t,"#c4000c","#ff4646",po)}function Ba(t){return Ta(t,mo,co,po)}function Da(t){return Ta(t,mo,co,po)}function Fa(t){return Ta(t,fo,fo,po)}class Na{constructor(t,e,s){this.value=t,this.styles=e,this.source=s}handleChange(){const t=Vn.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 qa{constructor(t,e){this.theme=t,this.styles=e,this.cache=new WeakMap}bind(t){const e=this.cache.get(t)||new Na(this.theme,this.styles,t)
|
|
1076
1078
|
Vn.subscribe(e,t),e.handleChange(),this.cache.set(t,e)}unbind(t){const e=this.cache.get(t)
|
|
1077
|
-
e&&Vn.unsubscribe(e)}}const
|
|
1079
|
+
e&&Vn.unsubscribe(e)}}const Ua=(t,e)=>new qa(t,e),ja=pt`
|
|
1078
1080
|
${Ji("inline-block")}
|
|
1079
1081
|
|
|
1080
1082
|
:host {
|
|
1081
1083
|
box-sizing: border-box;
|
|
1082
|
-
font: ${
|
|
1083
|
-
--ni-private-breadcrumb-link-font-color: ${
|
|
1084
|
+
font: ${Pr};
|
|
1085
|
+
--ni-private-breadcrumb-link-font-color: ${Br};
|
|
1084
1086
|
}
|
|
1085
1087
|
|
|
1086
1088
|
.list {
|
|
@@ -1089,7 +1091,7 @@ e&&Vn.unsubscribe(e)}}const La=(t,e)=>new Va(t,e),Ta=pt`
|
|
|
1089
1091
|
}
|
|
1090
1092
|
|
|
1091
1093
|
:host([appearance='prominent']) {
|
|
1092
|
-
--ni-private-breadcrumb-link-active-font-color: ${
|
|
1094
|
+
--ni-private-breadcrumb-link-active-font-color: ${Br};
|
|
1093
1095
|
}
|
|
1094
1096
|
|
|
1095
1097
|
::slotted(*:first-child) {
|
|
@@ -1097,9 +1099,9 @@ e&&Vn.unsubscribe(e)}}const La=(t,e)=>new Va(t,e),Ta=pt`
|
|
|
1097
1099
|
}
|
|
1098
1100
|
|
|
1099
1101
|
::slotted(*:not([href]):last-child) {
|
|
1100
|
-
font: ${
|
|
1102
|
+
font: ${Ar};
|
|
1101
1103
|
}
|
|
1102
|
-
`.withBehaviors(
|
|
1104
|
+
`.withBehaviors(Ua(Eo,pt`
|
|
1103
1105
|
:host {
|
|
1104
1106
|
--ni-private-breadcrumb-link-active-font-color: ${yo};
|
|
1105
1107
|
}
|
|
@@ -1107,7 +1109,7 @@ e&&Vn.unsubscribe(e)}}const La=(t,e)=>new Va(t,e),Ta=pt`
|
|
|
1107
1109
|
:host([appearance='prominent']) {
|
|
1108
1110
|
--ni-private-breadcrumb-link-font-color: ${yo};
|
|
1109
1111
|
}
|
|
1110
|
-
`),
|
|
1112
|
+
`),Ua(Ro,pt`
|
|
1111
1113
|
:host {
|
|
1112
1114
|
--ni-private-breadcrumb-link-active-font-color: ${$o};
|
|
1113
1115
|
}
|
|
@@ -1115,7 +1117,7 @@ e&&Vn.unsubscribe(e)}}const La=(t,e)=>new Va(t,e),Ta=pt`
|
|
|
1115
1117
|
:host([appearance='prominent']) {
|
|
1116
1118
|
--ni-private-breadcrumb-link-font-color: ${$o};
|
|
1117
1119
|
}
|
|
1118
|
-
`),
|
|
1120
|
+
`),Ua(Mo,pt`
|
|
1119
1121
|
:host {
|
|
1120
1122
|
--ni-private-breadcrumb-link-active-font-color: ${Oo(po,.6)};
|
|
1121
1123
|
}
|
|
@@ -1124,8 +1126,8 @@ e&&Vn.unsubscribe(e)}}const La=(t,e)=>new Va(t,e),Ta=pt`
|
|
|
1124
1126
|
--ni-private-breadcrumb-link-font-color: ${$o};
|
|
1125
1127
|
}
|
|
1126
1128
|
`))
|
|
1127
|
-
class
|
|
1128
|
-
const
|
|
1129
|
+
class Wa extends qe{}io([tt],Wa.prototype,"appearance",void 0)
|
|
1130
|
+
const Ka=Wa.compose({baseName:"breadcrumb",baseClass:qe,template:(t,e)=>U`
|
|
1129
1131
|
<template role="navigation">
|
|
1130
1132
|
<div role="list" class="list" part="list">
|
|
1131
1133
|
<slot
|
|
@@ -1133,16 +1135,16 @@ const Ba=Pa.compose({baseName:"breadcrumb",baseClass:qe,template:(t,e)=>U`
|
|
|
1133
1135
|
></slot>
|
|
1134
1136
|
</div>
|
|
1135
1137
|
</template>
|
|
1136
|
-
`,styles:
|
|
1137
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
1138
|
-
const Da={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>'},Fa={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>'},Na={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>'},qa={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>'},Ua={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>'},ja={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>'},Wa={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>'},Ka={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>'},Xa={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>'},Ga={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>'},Ya={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>'},Qa={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>'},Ja={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>'},Za={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>'},tl={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>'},el={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>'},sl={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>'},il={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>'},ol={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>'},nl={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>'},rl={name:"book_magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6 10c0-.347.058-.678.142-1H5V8h1.556c.22-.378.498-.714.826-1H5V6h5c.732 0 1.41.212 2 .556V2H3v11h4.382A3.975 3.975 0 016 10zM5 4h5v1H5V4z"/><path class="cls-1" d="M9.99 7.01l-.076.002a3 3 0 101.799 5.452l1.593 1.53.69-.725-1.58-1.516a2.973 2.973 0 00.57-1.816A3 3 0 009.99 7.01zM10 12c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z"/></svg>'},al={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>'},ll={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>'},cl={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>'},dl={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>'},hl={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>'},pl={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>'},ul={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>'},vl={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>'},gl={name:"circle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="8" cy="8" r="4"/></svg>'},ml={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>'},bl={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>'},fl={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>'},xl={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>'},wl={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>'},yl={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>'},$l={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>'},kl={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>'},Cl={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>'},_l={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>'},zl={name:"cloud_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.08 11.977a5.123 5.123 0 01-1.295-.2C2.754 11.46 1.883 10.2 1.883 9.022a2.963 2.963 0 012.63-2.937A4.203 4.203 0 018.432 3.48a4.254 4.254 0 014.249 4.17 2.251 2.251 0 011.437 2.09 2.24 2.24 0 01-2.238 2.237l-4.947.003c-1.01 0-1.79-.001-1.853-.003zm-.228-4.573c-.899 0-1.63.725-1.63 1.618 0 .842.702 1.61 1.474 1.61l7.183.007a.9.9 0 000-1.799.883.883 0 00-.337.067l-.493.202.159-.508a2.914 2.914 0 00-2.777-3.783 2.897 2.897 0 00-2.868 2.436l-.044.268-.264-.067a1.641 1.641 0 00-.403-.051z"/></svg>'},Il={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>'},Ol={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>'},Hl={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>'},Al={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>'},Sl={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>'},Rl={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>'},El={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>'},Ml={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>'},Vl={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>'},Ll={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>'},Tl={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>'},Pl={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>'},Bl={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>'},Dl={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>'},Fl={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>'},Nl={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>'},ql={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>'},Ul={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>'},jl={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>'},Wl={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>'},Kl={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>'},Xl={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>'},Gl={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>'},Yl={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>'},Jl={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>'},Zl={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>'},tc={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>'},ec={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>'},sc={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>'},ic={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>'},oc={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>'},nc={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>'},rc={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>'},ac={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>'},lc={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>'},cc={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>'},dc={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>'},hc={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>'},pc={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>'},uc={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>'},vc={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>'},gc={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>'},mc={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>'},bc={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>'},fc={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>'},xc={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>'},wc={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>'},yc={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>'},$c={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>'},kc={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>'},Cc={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>'},_c={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>'},zc={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>'},Ic={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>'},Oc={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>'},Hc={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>'},Ac={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>'},Sc={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>'},Rc={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>'},Ec={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>'},Mc={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>'},Vc={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>'},Lc={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>'},Tc={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>'},Pc={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>'},Bc={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>'},Dc={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>'},Fc={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>'},Nc={name:"share_nodes_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12 10c-.601 0-1.134.27-1.5.69L5.954 8.419a2 2 0 000-.836l4.544-2.273c.367.42.9.691 1.501.691a2 2 0 10-1.955-1.582L5.501 6.691C5.134 6.27 4.6 6 4 6a2 2 0 100 4c.601 0 1.134-.27 1.5-.69l4.545 2.272A2 2 0 1012 10z"/></svg>'},qc={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>'},Uc={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>'},jc={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>'},Wc={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>'},Kc={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>'},Xc={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>'},Gc={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>'},Yc={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>'},Jc={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>'},Zc={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>'},td={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>'},ed={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>'},sd={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>'},id={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>'},od={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>'},nd={name:"three_vertical_lines_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 3h2v10h-2zM7 3h2v10H7zM3 3h2v10H3z"/></svg>'},rd={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>'},ad={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>'},ld={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>'},cd={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>'},dd={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>'},hd={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>'},pd={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>'},ud={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>'},vd={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>'},gd={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>'},md={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>'},bd={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>'},fd={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>'},xd={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>'},wd={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>'},yd={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>'},$d={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>'},kd={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>'},Cd={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>'},_d=`:${Zi}`,zd=pt`
|
|
1138
|
+
`,styles:ja})
|
|
1139
|
+
Ns.getOrCreate().withPrefix("nimble").register(Ka())
|
|
1140
|
+
const Xa={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>'},Ga={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>'},Ya={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>'},Qa={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>'},Ja={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>'},Za={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>'},tl={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>'},el={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>'},sl={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>'},il={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>'},ol={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>'},nl={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>'},rl={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>'},al={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>'},ll={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>'},cl={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>'},dl={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>'},hl={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>'},pl={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>'},ul={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>'},vl={name:"book_magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6 10c0-.347.058-.678.142-1H5V8h1.556c.22-.378.498-.714.826-1H5V6h5c.732 0 1.41.212 2 .556V2H3v11h4.382A3.975 3.975 0 016 10zM5 4h5v1H5V4z"/><path class="cls-1" d="M9.99 7.01l-.076.002a3 3 0 101.799 5.452l1.593 1.53.69-.725-1.58-1.516a2.973 2.973 0 00.57-1.816A3 3 0 009.99 7.01zM10 12c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z"/></svg>'},gl={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>'},ml={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>'},bl={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>'},fl={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>'},xl={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>'},wl={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>'},yl={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>'},$l={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>'},kl={name:"circle_filled_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="8" cy="8" r="4"/></svg>'},Cl={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>'},_l={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>'},zl={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>'},Il={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>'},Ol={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>'},Hl={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>'},Al={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>'},Sl={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>'},El={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>'},Rl={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>'},Ml={name:"cloud_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.08 11.977a5.123 5.123 0 01-1.295-.2C2.754 11.46 1.883 10.2 1.883 9.022a2.963 2.963 0 012.63-2.937A4.203 4.203 0 018.432 3.48a4.254 4.254 0 014.249 4.17 2.251 2.251 0 011.437 2.09 2.24 2.24 0 01-2.238 2.237l-4.947.003c-1.01 0-1.79-.001-1.853-.003zm-.228-4.573c-.899 0-1.63.725-1.63 1.618 0 .842.702 1.61 1.474 1.61l7.183.007a.9.9 0 000-1.799.883.883 0 00-.337.067l-.493.202.159-.508a2.914 2.914 0 00-2.777-3.783 2.897 2.897 0 00-2.868 2.436l-.044.268-.264-.067a1.641 1.641 0 00-.403-.051z"/></svg>'},Vl={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>'},Ll={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>'},Tl={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>'},Pl={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>'},Bl={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>'},Dl={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>'},Fl={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>'},Nl={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>'},ql={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>'},Ul={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>'},jl={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>'},Wl={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>'},Kl={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>'},Xl={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>'},Gl={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>'},Yl={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>'},Ql={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>'},Jl={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>'},Zl={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>'},tc={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>'},ec={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>'},sc={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>'},ic={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>'},oc={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>'},nc={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>'},rc={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>'},ac={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>'},lc={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>'},cc={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>'},dc={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>'},hc={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>'},pc={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>'},uc={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>'},vc={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>'},gc={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>'},mc={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>'},bc={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>'},fc={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>'},xc={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>'},wc={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>'},yc={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>'},$c={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>'},kc={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>'},_c={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>'},zc={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>'},Ic={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>'},Oc={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>'},Hc={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>'},Ac={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>'},Sc={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>'},Ec={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>'},Rc={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>'},Mc={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>'},Vc={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>'},Lc={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>'},Tc={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>'},Pc={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>'},Bc={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>'},Dc={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>'},Fc={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>'},Nc={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>'},qc={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>'},Uc={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>'},jc={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>'},Wc={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>'},Kc={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>'},Xc={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>'},Gc={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>'},Yc={name:"share_nodes_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12 10c-.601 0-1.134.27-1.5.69L5.954 8.419a2 2 0 000-.836l4.544-2.273c.367.42.9.691 1.501.691a2 2 0 10-1.955-1.582L5.501 6.691C5.134 6.27 4.6 6 4 6a2 2 0 100 4c.601 0 1.134-.27 1.5-.69l4.545 2.272A2 2 0 1012 10z"/></svg>'},Qc={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>'},Jc={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>'},Zc={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>'},td={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>'},ed={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>'},sd={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>'},id={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>'},od={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>'},nd={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>'},rd={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>'},ad={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>'},ld={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>'},cd={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>'},dd={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>'},hd={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>'},pd={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>'},ud={name:"three_vertical_lines_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M11 3h2v10h-2zM7 3h2v10H7zM3 3h2v10H3z"/></svg>'},vd={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>'},gd={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>'},md={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>'},bd={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>'},fd={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>'},xd={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>'},wd={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>'},yd={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>'},$d={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>'},kd={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>'},Cd={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>'},_d={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>'},zd={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>'},Id={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>'},Od={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>'},Hd={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>'},Ad={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>'},Sd={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>'},Ed={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>'},Rd=`:${Zi}`,Md=pt`
|
|
1139
1141
|
${Ji("inline-flex")}
|
|
1140
1142
|
|
|
1141
1143
|
:host {
|
|
1142
1144
|
height: ${Zn};
|
|
1143
1145
|
box-sizing: border-box;
|
|
1144
|
-
font: ${
|
|
1145
|
-
color: ${
|
|
1146
|
+
font: ${Pr};
|
|
1147
|
+
color: ${Br};
|
|
1146
1148
|
padding-left: calc(4px - ${ir});
|
|
1147
1149
|
}
|
|
1148
1150
|
|
|
@@ -1175,7 +1177,7 @@ const Da={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
|
|
|
1175
1177
|
text-decoration: underline;
|
|
1176
1178
|
}
|
|
1177
1179
|
|
|
1178
|
-
.control:any-link${
|
|
1180
|
+
.control:any-link${Rd} {
|
|
1179
1181
|
border: ${ir} solid ${Gn};
|
|
1180
1182
|
outline: 2px solid ${Gn};
|
|
1181
1183
|
outline-offset: 1px;
|
|
@@ -1202,10 +1204,10 @@ const Da={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
|
|
|
1202
1204
|
}
|
|
1203
1205
|
|
|
1204
1206
|
slot[name='separator'] path {
|
|
1205
|
-
fill: ${
|
|
1207
|
+
fill: ${kr};
|
|
1206
1208
|
}
|
|
1207
1209
|
`
|
|
1208
|
-
const
|
|
1210
|
+
const Vd=class extends Ne{}.compose({baseName:"breadcrumb-item",baseClass:Ne,template:(t,e)=>U`
|
|
1209
1211
|
<div role="listitem" class="listitem" part="listitem">
|
|
1210
1212
|
${gt((t=>t.href&&t.href.length>0),U`
|
|
1211
1213
|
${((t,e)=>U`
|
|
@@ -1261,16 +1263,16 @@ const Id=class extends Ne{}.compose({baseName:"breadcrumb-item",baseClass:Ne,tem
|
|
|
1261
1263
|
</span>
|
|
1262
1264
|
`)}
|
|
1263
1265
|
</div>
|
|
1264
|
-
`,styles:
|
|
1265
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
1266
|
-
class
|
|
1266
|
+
`,styles:Md,separator:gc.data})
|
|
1267
|
+
Ns.getOrCreate().withPrefix("nimble").register(Vd())
|
|
1268
|
+
class Ld{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(t){u.getNotifier(t).subscribe(this,this.propertyName),this.handleChange(t,this.propertyName)}unbind(t){u.getNotifier(t).unsubscribe(this,this.propertyName),t.$fastController.removeStyles(this.styles)}handleChange(t,e){const s=t[e];(Array.isArray(this.value)?this.value.includes(s):this.value===s)?t.$fastController.addStyles(this.styles):t.$fastController.removeStyles(this.styles)}}function Td(t,e){return new Ld("appearance",t,e)}const Pd="outline",Bd="ghost",Dd="block",Fd=pt`
|
|
1267
1269
|
${Ji("inline-flex")}
|
|
1268
1270
|
|
|
1269
1271
|
:host {
|
|
1270
1272
|
background-color: transparent;
|
|
1271
1273
|
height: ${Zn};
|
|
1272
|
-
color: ${
|
|
1273
|
-
font: ${
|
|
1274
|
+
color: ${ca};
|
|
1275
|
+
font: ${la};
|
|
1274
1276
|
cursor: pointer;
|
|
1275
1277
|
outline: none;
|
|
1276
1278
|
border: none;
|
|
@@ -1280,7 +1282,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1280
1282
|
}
|
|
1281
1283
|
|
|
1282
1284
|
:host([disabled]) {
|
|
1283
|
-
color: ${
|
|
1285
|
+
color: ${da};
|
|
1284
1286
|
cursor: default;
|
|
1285
1287
|
}
|
|
1286
1288
|
|
|
@@ -1302,7 +1304,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1302
1304
|
outline: none;
|
|
1303
1305
|
margin: 0;
|
|
1304
1306
|
padding: 0 ${er};
|
|
1305
|
-
transition: box-shadow ${
|
|
1307
|
+
transition: box-shadow ${Ra};
|
|
1306
1308
|
}
|
|
1307
1309
|
|
|
1308
1310
|
:host([content-hidden]) .control {
|
|
@@ -1321,7 +1323,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1321
1323
|
outline: none;
|
|
1322
1324
|
}
|
|
1323
1325
|
|
|
1324
|
-
.control${
|
|
1326
|
+
.control${Rd} {
|
|
1325
1327
|
box-shadow: 0px 0px 0px ${ir} ${Gn} inset;
|
|
1326
1328
|
outline: ${ir} solid ${Gn};
|
|
1327
1329
|
outline-offset: -4px;
|
|
@@ -1356,7 +1358,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1356
1358
|
|
|
1357
1359
|
[part='start'] {
|
|
1358
1360
|
display: contents;
|
|
1359
|
-
${Yn.cssCustomProperty}: ${
|
|
1361
|
+
${Yn.cssCustomProperty}: ${ca};
|
|
1360
1362
|
}
|
|
1361
1363
|
|
|
1362
1364
|
:host([disabled]) slot[name='start']::slotted(*) {
|
|
@@ -1365,7 +1367,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1365
1367
|
|
|
1366
1368
|
[part='end'] {
|
|
1367
1369
|
display: contents;
|
|
1368
|
-
${Yn.cssCustomProperty}: ${
|
|
1370
|
+
${Yn.cssCustomProperty}: ${ca};
|
|
1369
1371
|
}
|
|
1370
1372
|
|
|
1371
1373
|
:host([disabled]) slot[name='end']::slotted(*) {
|
|
@@ -1375,7 +1377,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1375
1377
|
:host([content-hidden]) [part='end'] {
|
|
1376
1378
|
display: none;
|
|
1377
1379
|
}
|
|
1378
|
-
`.withBehaviors(
|
|
1380
|
+
`.withBehaviors(Td(Pd,pt`
|
|
1379
1381
|
.control {
|
|
1380
1382
|
background-color: transparent;
|
|
1381
1383
|
border-color: rgba(${Pn}, 0.3);
|
|
@@ -1386,7 +1388,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1386
1388
|
border-color: ${Gn};
|
|
1387
1389
|
}
|
|
1388
1390
|
|
|
1389
|
-
.control${
|
|
1391
|
+
.control${Rd} {
|
|
1390
1392
|
background-color: transparent;
|
|
1391
1393
|
border-color: ${Gn};
|
|
1392
1394
|
}
|
|
@@ -1400,7 +1402,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1400
1402
|
background-color: transparent;
|
|
1401
1403
|
border-color: rgba(${Un}, 0.2);
|
|
1402
1404
|
}
|
|
1403
|
-
`),
|
|
1405
|
+
`),Td(Bd,pt`
|
|
1404
1406
|
.control {
|
|
1405
1407
|
background-color: transparent;
|
|
1406
1408
|
border-color: transparent;
|
|
@@ -1411,7 +1413,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1411
1413
|
border-color: ${Gn};
|
|
1412
1414
|
}
|
|
1413
1415
|
|
|
1414
|
-
.control${
|
|
1416
|
+
.control${Rd} {
|
|
1415
1417
|
background-color: transparent;
|
|
1416
1418
|
border-color: ${Gn};
|
|
1417
1419
|
}
|
|
@@ -1425,7 +1427,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1425
1427
|
background-color: transparent;
|
|
1426
1428
|
border-color: transparent;
|
|
1427
1429
|
}
|
|
1428
|
-
`),
|
|
1430
|
+
`),Td(Dd,pt`
|
|
1429
1431
|
.control {
|
|
1430
1432
|
background-color: rgba(${Un}, 0.1);
|
|
1431
1433
|
border-color: transparent;
|
|
@@ -1436,12 +1438,12 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1436
1438
|
border-color: ${Gn};
|
|
1437
1439
|
}
|
|
1438
1440
|
|
|
1439
|
-
.control${
|
|
1441
|
+
.control${Rd} {
|
|
1440
1442
|
background-color: rgba(${Un}, 0.1);
|
|
1441
1443
|
border-color: ${Gn};
|
|
1442
1444
|
}
|
|
1443
1445
|
|
|
1444
|
-
.control${
|
|
1446
|
+
.control${Rd}:hover {
|
|
1445
1447
|
background-color: transparent;
|
|
1446
1448
|
}
|
|
1447
1449
|
|
|
@@ -1454,7 +1456,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1454
1456
|
background-color: rgba(${Un}, 0.1);
|
|
1455
1457
|
border-color: transparent;
|
|
1456
1458
|
}
|
|
1457
|
-
`)),
|
|
1459
|
+
`)),Nd=Fd.withBehaviors(Td(Pd,pt`
|
|
1458
1460
|
:host([appearance-variant='primary']) .control {
|
|
1459
1461
|
box-shadow: 0px 0px 0px ${ir}
|
|
1460
1462
|
rgba(${Pn}, 0.3) inset;
|
|
@@ -1464,7 +1466,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1464
1466
|
box-shadow: 0px 0px 0px ${ir} ${Gn} inset;
|
|
1465
1467
|
}
|
|
1466
1468
|
|
|
1467
|
-
:host([appearance-variant='primary']) .control${
|
|
1469
|
+
:host([appearance-variant='primary']) .control${Rd} {
|
|
1468
1470
|
box-shadow: 0px 0px 0px ${ir} ${Gn} inset;
|
|
1469
1471
|
}
|
|
1470
1472
|
|
|
@@ -1475,7 +1477,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1475
1477
|
:host([appearance-variant='primary']) .control[disabled] {
|
|
1476
1478
|
box-shadow: none;
|
|
1477
1479
|
}
|
|
1478
|
-
`),
|
|
1480
|
+
`),Td(Dd,pt`
|
|
1479
1481
|
:host([appearance-variant='primary']) .control {
|
|
1480
1482
|
background-clip: padding-box;
|
|
1481
1483
|
border-color: rgba(${Pn}, 0.3);
|
|
@@ -1492,7 +1494,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1492
1494
|
box-shadow: none;
|
|
1493
1495
|
}
|
|
1494
1496
|
|
|
1495
|
-
:host([appearance-variant='primary']) .control${
|
|
1497
|
+
:host([appearance-variant='primary']) .control${Rd} {
|
|
1496
1498
|
background-clip: border-box;
|
|
1497
1499
|
border-color: ${Gn};
|
|
1498
1500
|
border-width: ${ir};
|
|
@@ -1501,7 +1503,7 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1501
1503
|
}
|
|
1502
1504
|
|
|
1503
1505
|
:host([appearance-variant='primary'][content-hidden])
|
|
1504
|
-
.control${
|
|
1506
|
+
.control${Rd} {
|
|
1505
1507
|
padding: 0px;
|
|
1506
1508
|
}
|
|
1507
1509
|
|
|
@@ -1531,21 +1533,21 @@ class Od{constructor(t,e,s){this.propertyName=t,this.value=e,this.styles=s}bind(
|
|
|
1531
1533
|
padding: 0px;
|
|
1532
1534
|
}
|
|
1533
1535
|
`))
|
|
1534
|
-
class
|
|
1535
|
-
const
|
|
1536
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
1537
|
-
const
|
|
1536
|
+
class qd extends Ze{constructor(){super(...arguments),this.appearance=Pd,this.contentHidden=!1}}io([tt],qd.prototype,"appearance",void 0),io([tt({attribute:"appearance-variant"})],qd.prototype,"appearanceVariant",void 0),io([tt({attribute:"content-hidden",mode:"boolean"})],qd.prototype,"contentHidden",void 0)
|
|
1537
|
+
const Ud=qd.compose({baseName:"button",baseClass:Ze,template:Ue,styles:Nd,shadowOptions:{delegatesFocus:!0}})
|
|
1538
|
+
Ns.getOrCreate().withPrefix("nimble").register(Ud())
|
|
1539
|
+
const jd=pt`
|
|
1538
1540
|
${Ji("inline-flex")}
|
|
1539
1541
|
|
|
1540
1542
|
:host {
|
|
1541
1543
|
background-color: transparent;
|
|
1542
|
-
color: ${
|
|
1543
|
-
font: ${
|
|
1544
|
+
color: ${ca};
|
|
1545
|
+
font: ${la};
|
|
1544
1546
|
cursor: pointer;
|
|
1545
1547
|
outline: none;
|
|
1546
1548
|
border: none;
|
|
1547
1549
|
box-sizing: border-box;
|
|
1548
|
-
transition: box-shadow ${
|
|
1550
|
+
transition: box-shadow ${Ra};
|
|
1549
1551
|
}
|
|
1550
1552
|
|
|
1551
1553
|
@media (prefers-reduced-motion) {
|
|
@@ -1585,7 +1587,7 @@ const Td=pt`
|
|
|
1585
1587
|
background: var(--ni-private-card-button-background-hover-color);
|
|
1586
1588
|
}
|
|
1587
1589
|
|
|
1588
|
-
.control${
|
|
1590
|
+
.control${Rd} {
|
|
1589
1591
|
box-shadow: 0px 0px 0px ${ir} ${Gn} inset;
|
|
1590
1592
|
border-color: ${Gn};
|
|
1591
1593
|
outline: ${ir} solid ${Gn};
|
|
@@ -1604,7 +1606,7 @@ const Td=pt`
|
|
|
1604
1606
|
border-color: var(--ni-private-card-button-border-selected-color);
|
|
1605
1607
|
}
|
|
1606
1608
|
|
|
1607
|
-
:host([selected]) .control${
|
|
1609
|
+
:host([selected]) .control${Rd} {
|
|
1608
1610
|
border-color: ${Gn};
|
|
1609
1611
|
}
|
|
1610
1612
|
|
|
@@ -1612,7 +1614,7 @@ const Td=pt`
|
|
|
1612
1614
|
border-color: var(--ni-private-card-button-border-active-color);
|
|
1613
1615
|
}
|
|
1614
1616
|
|
|
1615
|
-
:host([selected]) .control${
|
|
1617
|
+
:host([selected]) .control${Rd}:active {
|
|
1616
1618
|
outline: none;
|
|
1617
1619
|
box-shadow: none;
|
|
1618
1620
|
}
|
|
@@ -1641,21 +1643,21 @@ const Td=pt`
|
|
|
1641
1643
|
slot[name='end'] {
|
|
1642
1644
|
display: none;
|
|
1643
1645
|
}
|
|
1644
|
-
`.withBehaviors(
|
|
1646
|
+
`.withBehaviors(Ua(Eo,pt`
|
|
1645
1647
|
:host {
|
|
1646
1648
|
--ni-private-card-button-background-hover-color: ${Oo(po,.3)};
|
|
1647
1649
|
--ni-private-card-button-background-active-color: ${po};
|
|
1648
1650
|
--ni-private-card-button-border-active-color: ${Oo(mo,.2)};
|
|
1649
1651
|
--ni-private-card-button-border-selected-color: ${Oo(mo,.6)};
|
|
1650
1652
|
}
|
|
1651
|
-
`),
|
|
1653
|
+
`),Ua(Ro,pt`
|
|
1652
1654
|
:host {
|
|
1653
1655
|
--ni-private-card-button-background-hover-color: ${Oo(co,.07)};
|
|
1654
1656
|
--ni-private-card-button-background-active-color: ${Oo(co,.15)};
|
|
1655
1657
|
--ni-private-card-button-border-active-color: ${Oo(co,.2)};
|
|
1656
1658
|
--ni-private-card-button-border-selected-color: ${co};
|
|
1657
1659
|
}
|
|
1658
|
-
`),
|
|
1660
|
+
`),Ua(Mo,pt`
|
|
1659
1661
|
:host {
|
|
1660
1662
|
--ni-private-card-button-background-hover-color: ${Oo(po,.07)};
|
|
1661
1663
|
--ni-private-card-button-background-active-color: ${Oo(po,.15)};
|
|
@@ -1663,14 +1665,14 @@ const Td=pt`
|
|
|
1663
1665
|
--ni-private-card-button-border-selected-color: ${Oo(po,.6)};
|
|
1664
1666
|
}
|
|
1665
1667
|
`))
|
|
1666
|
-
class
|
|
1667
|
-
const
|
|
1668
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
1669
|
-
const
|
|
1668
|
+
class Wd extends Ze{constructor(){super(...arguments),this.selected=!1}}io([tt({mode:"boolean"})],Wd.prototype,"selected",void 0)
|
|
1669
|
+
const Kd=Wd.compose({baseName:"card-button",template:Ue,styles:jd,shadowOptions:{delegatesFocus:!0}})
|
|
1670
|
+
Ns.getOrCreate().withPrefix("nimble").register(Kd())
|
|
1671
|
+
const Xd=pt`
|
|
1670
1672
|
${Ji("inline-flex")}
|
|
1671
1673
|
|
|
1672
1674
|
:host {
|
|
1673
|
-
font: ${
|
|
1675
|
+
font: ${la};
|
|
1674
1676
|
align-items: center;
|
|
1675
1677
|
cursor: pointer;
|
|
1676
1678
|
outline: none;
|
|
@@ -1691,7 +1693,7 @@ const Dd=pt`
|
|
|
1691
1693
|
display: inline-flex;
|
|
1692
1694
|
align-items: center;
|
|
1693
1695
|
justify-content: center;
|
|
1694
|
-
transition: box-shadow ${
|
|
1696
|
+
transition: box-shadow ${Ra};
|
|
1695
1697
|
${""}
|
|
1696
1698
|
line-height: 0;
|
|
1697
1699
|
}
|
|
@@ -1712,7 +1714,7 @@ const Dd=pt`
|
|
|
1712
1714
|
box-shadow: 0px 0px 0px ${ir} ${Gn} inset;
|
|
1713
1715
|
}
|
|
1714
1716
|
|
|
1715
|
-
:host(${
|
|
1717
|
+
:host(${Rd}) .control {
|
|
1716
1718
|
border-color: ${Gn};
|
|
1717
1719
|
outline: 2px solid ${Gn};
|
|
1718
1720
|
outline-offset: 1px;
|
|
@@ -1720,13 +1722,13 @@ const Dd=pt`
|
|
|
1720
1722
|
|
|
1721
1723
|
.label {
|
|
1722
1724
|
font: inherit;
|
|
1723
|
-
color: ${
|
|
1725
|
+
color: ${Br};
|
|
1724
1726
|
padding-left: 1ch;
|
|
1725
1727
|
cursor: inherit;
|
|
1726
1728
|
}
|
|
1727
1729
|
|
|
1728
1730
|
:host([disabled]) .label {
|
|
1729
|
-
color: ${
|
|
1731
|
+
color: ${Dr};
|
|
1730
1732
|
}
|
|
1731
1733
|
|
|
1732
1734
|
slot[name='checked-indicator'],
|
|
@@ -1770,7 +1772,7 @@ const Dd=pt`
|
|
|
1770
1772
|
fill: rgba(${Un}, 0.3);
|
|
1771
1773
|
}
|
|
1772
1774
|
`
|
|
1773
|
-
const
|
|
1775
|
+
const Gd=class extends is{}.compose({baseName:"checkbox",baseClass:is,template:(t,e)=>U`
|
|
1774
1776
|
<template
|
|
1775
1777
|
role="checkbox"
|
|
1776
1778
|
aria-checked="${t=>t.checked}"
|
|
@@ -1797,10 +1799,10 @@ const Fd=class extends is{}.compose({baseName:"checkbox",baseClass:is,template:(
|
|
|
1797
1799
|
<slot ${xt("defaultSlottedNodes")}></slot>
|
|
1798
1800
|
</label>
|
|
1799
1801
|
</template>
|
|
1800
|
-
`,styles:
|
|
1801
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
1802
|
-
const
|
|
1803
|
-
${
|
|
1802
|
+
`,styles:Xd,checkedIndicator:wl.data,indeterminateIndicator:Dc.data})
|
|
1803
|
+
Ns.getOrCreate().withPrefix("nimble").register(Gd())
|
|
1804
|
+
const Yd=pt`
|
|
1805
|
+
${Fd}
|
|
1804
1806
|
|
|
1805
1807
|
.control[aria-pressed='true'] {
|
|
1806
1808
|
background-color: ${Dn};
|
|
@@ -1811,7 +1813,7 @@ const Nd=pt`
|
|
|
1811
1813
|
background-color: ${Dn};
|
|
1812
1814
|
}
|
|
1813
1815
|
|
|
1814
|
-
.control[aria-pressed='true']${
|
|
1816
|
+
.control[aria-pressed='true']${Rd} {
|
|
1815
1817
|
background-color: ${Dn};
|
|
1816
1818
|
}
|
|
1817
1819
|
|
|
@@ -1825,8 +1827,8 @@ const Nd=pt`
|
|
|
1825
1827
|
border-color: ${Dn};
|
|
1826
1828
|
}
|
|
1827
1829
|
`
|
|
1828
|
-
class
|
|
1829
|
-
const
|
|
1830
|
+
class Qd extends $i{constructor(){super(...arguments),this.appearance=Pd,this.contentHidden=!1}}io([tt],Qd.prototype,"appearance",void 0),io([tt({attribute:"content-hidden",mode:"boolean"})],Qd.prototype,"contentHidden",void 0),he(Qd,$t,ts)
|
|
1831
|
+
const Jd=Qd.compose({baseName:"toggle-button",template:(t,e)=>U`
|
|
1830
1832
|
<div
|
|
1831
1833
|
role="button"
|
|
1832
1834
|
part="control"
|
|
@@ -1867,17 +1869,17 @@ const Ud=qd.compose({baseName:"toggle-button",template:(t,e)=>U`
|
|
|
1867
1869
|
</span>
|
|
1868
1870
|
${kt(0,e)}
|
|
1869
1871
|
</div>
|
|
1870
|
-
`,styles:
|
|
1871
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
1872
|
-
const
|
|
1872
|
+
`,styles:Yd,shadowOptions:{delegatesFocus:!0}})
|
|
1873
|
+
Ns.getOrCreate().withPrefix("nimble").register(Jd())
|
|
1874
|
+
const Zd=U`
|
|
1873
1875
|
<div class="error-text" title="${t=>t.errorText}" aria-live="polite">
|
|
1874
1876
|
${t=>t.errorText}
|
|
1875
1877
|
</div>
|
|
1876
|
-
`,
|
|
1878
|
+
`,th=U`
|
|
1877
1879
|
<template>
|
|
1878
1880
|
<div class="icon" :innerHTML=${t=>t.icon.data}></div>
|
|
1879
1881
|
</template
|
|
1880
|
-
`,
|
|
1882
|
+
`,eh=pt`
|
|
1881
1883
|
${Ji("inline-flex")}
|
|
1882
1884
|
|
|
1883
1885
|
:host {
|
|
@@ -1914,18 +1916,18 @@ const jd=U`
|
|
|
1914
1916
|
height: 100%;
|
|
1915
1917
|
}
|
|
1916
1918
|
`
|
|
1917
|
-
class
|
|
1918
|
-
const
|
|
1919
|
+
class sh extends le{constructor(t){super(),this.icon=t}}io([tt],sh.prototype,"severity",void 0)
|
|
1920
|
+
const ih=(t,e)=>{const s=e.compose({baseName:t,template:th,styles:eh,baseClass:e})
|
|
1919
1921
|
Ns.getOrCreate().withPrefix("nimble").register(s())}
|
|
1920
|
-
class
|
|
1921
|
-
class
|
|
1922
|
-
const
|
|
1922
|
+
class oh extends sh{constructor(){super(Ya)}}ih("icon-arrow-expander-down",oh)
|
|
1923
|
+
class nh extends sh{constructor(){super(ic)}}ih("icon-exclamation-mark",nh)
|
|
1924
|
+
const rh="underline",ah="outline",lh="block",ch=pt`
|
|
1923
1925
|
${Ji("inline-flex")}
|
|
1924
1926
|
|
|
1925
1927
|
:host {
|
|
1926
1928
|
box-sizing: border-box;
|
|
1927
|
-
color: ${
|
|
1928
|
-
font: ${
|
|
1929
|
+
color: ${Br};
|
|
1930
|
+
font: ${Pr};
|
|
1929
1931
|
height: ${Zn};
|
|
1930
1932
|
position: relative;
|
|
1931
1933
|
justify-content: center;
|
|
@@ -1947,7 +1949,7 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
1947
1949
|
justify-self: center;
|
|
1948
1950
|
border-bottom: ${Gn}
|
|
1949
1951
|
var(--ni-private-focus-indicator-width) solid;
|
|
1950
|
-
transition: width ${
|
|
1952
|
+
transition: width ${Ra} ease-in;
|
|
1951
1953
|
}
|
|
1952
1954
|
|
|
1953
1955
|
@media (prefers-reduced-motion) {
|
|
@@ -1956,7 +1958,7 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
1956
1958
|
}
|
|
1957
1959
|
}
|
|
1958
1960
|
|
|
1959
|
-
:host(${
|
|
1961
|
+
:host(${Rd})::before {
|
|
1960
1962
|
width: calc(100% - 8px);
|
|
1961
1963
|
}
|
|
1962
1964
|
|
|
@@ -1969,7 +1971,7 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
1969
1971
|
justify-self: center;
|
|
1970
1972
|
border-bottom: ${Gn}
|
|
1971
1973
|
var(--ni-private-hover-indicator-width) solid;
|
|
1972
|
-
transition: width ${
|
|
1974
|
+
transition: width ${Ra} ease-in;
|
|
1973
1975
|
}
|
|
1974
1976
|
|
|
1975
1977
|
@media (prefers-reduced-motion) {
|
|
@@ -1979,7 +1981,7 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
1979
1981
|
}
|
|
1980
1982
|
|
|
1981
1983
|
:host(:hover)::after,
|
|
1982
|
-
:host(${
|
|
1984
|
+
:host(${Rd})::after {
|
|
1983
1985
|
width: 100%;
|
|
1984
1986
|
}
|
|
1985
1987
|
|
|
@@ -2005,7 +2007,7 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
2005
2007
|
|
|
2006
2008
|
:host([disabled]) .control {
|
|
2007
2009
|
cursor: default;
|
|
2008
|
-
color: ${
|
|
2010
|
+
color: ${Dr};
|
|
2009
2011
|
border-color: rgba(${Un}, 0.1);
|
|
2010
2012
|
}
|
|
2011
2013
|
|
|
@@ -2064,7 +2066,7 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
2064
2066
|
}
|
|
2065
2067
|
|
|
2066
2068
|
.selected-value[disabled]::placeholder {
|
|
2067
|
-
color: ${
|
|
2069
|
+
color: ${Dr};
|
|
2068
2070
|
}
|
|
2069
2071
|
|
|
2070
2072
|
.indicator {
|
|
@@ -2079,11 +2081,11 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
2079
2081
|
.indicator slot[name='indicator'] svg {
|
|
2080
2082
|
width: ${or};
|
|
2081
2083
|
height: ${or};
|
|
2082
|
-
fill: ${
|
|
2084
|
+
fill: ${Br};
|
|
2083
2085
|
}
|
|
2084
2086
|
|
|
2085
2087
|
:host([disabled]) .indicator slot[name='indicator'] svg {
|
|
2086
|
-
fill: ${
|
|
2088
|
+
fill: ${Dr};
|
|
2087
2089
|
}
|
|
2088
2090
|
|
|
2089
2091
|
slot[name='listbox'] {
|
|
@@ -2104,7 +2106,7 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
2104
2106
|
::slotted(option) {
|
|
2105
2107
|
flex: none;
|
|
2106
2108
|
}
|
|
2107
|
-
`.withBehaviors(
|
|
2109
|
+
`.withBehaviors(Td(rh,pt`
|
|
2108
2110
|
.control {
|
|
2109
2111
|
border-bottom-width: ${ir};
|
|
2110
2112
|
padding-bottom: 0;
|
|
@@ -2113,12 +2115,12 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
2113
2115
|
:host([disabled]) .control {
|
|
2114
2116
|
border-color: rgba(${Un}, 0.1);
|
|
2115
2117
|
}
|
|
2116
|
-
`),
|
|
2118
|
+
`),Td(ah,pt`
|
|
2117
2119
|
.control {
|
|
2118
2120
|
border-width: ${ir};
|
|
2119
2121
|
padding: 0;
|
|
2120
2122
|
}
|
|
2121
|
-
`),
|
|
2123
|
+
`),Td(lh,pt`
|
|
2122
2124
|
.control {
|
|
2123
2125
|
background-color: rgba(${Un}, 0.1);
|
|
2124
2126
|
}
|
|
@@ -2131,7 +2133,7 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
2131
2133
|
:host([disabled]) .control {
|
|
2132
2134
|
background-color: rgba(${Un}, 0.07);
|
|
2133
2135
|
}
|
|
2134
|
-
`)),
|
|
2136
|
+
`)),dh=pt`
|
|
2135
2137
|
.error-icon {
|
|
2136
2138
|
display: none;
|
|
2137
2139
|
}
|
|
@@ -2149,7 +2151,7 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
2149
2151
|
|
|
2150
2152
|
:host([error-visible]) .error-text {
|
|
2151
2153
|
display: block;
|
|
2152
|
-
font: ${
|
|
2154
|
+
font: ${Ca};
|
|
2153
2155
|
color: ${jn};
|
|
2154
2156
|
width: 100%;
|
|
2155
2157
|
position: absolute;
|
|
@@ -2167,9 +2169,9 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
2167
2169
|
:host([error-visible]) .error-text:empty {
|
|
2168
2170
|
display: none;
|
|
2169
2171
|
}
|
|
2170
|
-
`,
|
|
2171
|
-
${
|
|
2172
|
-
${
|
|
2172
|
+
`,hh=pt`
|
|
2173
|
+
${ch}
|
|
2174
|
+
${dh}
|
|
2173
2175
|
|
|
2174
2176
|
:host {
|
|
2175
2177
|
--ni-private-hover-bottom-border-width: 2px;
|
|
@@ -2182,7 +2184,7 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
2182
2184
|
:host([disabled]) *,
|
|
2183
2185
|
:host([disabled]) {
|
|
2184
2186
|
user-select: none;
|
|
2185
|
-
color: ${
|
|
2187
|
+
color: ${Dr};
|
|
2186
2188
|
}
|
|
2187
2189
|
|
|
2188
2190
|
:host([error-visible])::after {
|
|
@@ -2224,7 +2226,7 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
2224
2226
|
.selected-value:hover,
|
|
2225
2227
|
.selected-value:disabled,
|
|
2226
2228
|
.selected-value:active,
|
|
2227
|
-
.selected-value${
|
|
2229
|
+
.selected-value${Rd} {
|
|
2228
2230
|
outline: none;
|
|
2229
2231
|
}
|
|
2230
2232
|
|
|
@@ -2253,19 +2255,19 @@ const Jd="underline",Zd="outline",th="block",eh=pt`
|
|
|
2253
2255
|
}
|
|
2254
2256
|
|
|
2255
2257
|
:host([disabled]) .dropdown-icon {
|
|
2256
|
-
fill: ${
|
|
2258
|
+
fill: ${Dr};
|
|
2257
2259
|
}
|
|
2258
2260
|
|
|
2259
2261
|
:host(:empty) .listbox {
|
|
2260
2262
|
display: none;
|
|
2261
2263
|
}
|
|
2262
|
-
`.withBehaviors(
|
|
2264
|
+
`.withBehaviors(Td(lh,pt`
|
|
2263
2265
|
:host([error-visible]) .control {
|
|
2264
2266
|
border-bottom-width: ${ir};
|
|
2265
2267
|
padding-bottom: 0;
|
|
2266
2268
|
}
|
|
2267
2269
|
`))
|
|
2268
|
-
class
|
|
2270
|
+
class ph extends bs{constructor(){super(...arguments),this.appearance=rh,this.errorVisible=!1,this.valueUpdatedByInput=!1}setPositioning(){this.$fastController.isConnected&&super.setPositioning()}slottedOptionsChanged(t,e){const s=this.value
|
|
2269
2271
|
super.slottedOptionsChanged(t,e),s&&(this.value=s)}connectedCallback(){super.connectedCallback(),this.setPositioning(),this.updateInputAriaLabel()}toggleButtonClickHandler(t){t.stopImmediatePropagation()}toggleButtonChangeHandler(t){this.open=this.dropdownButton.checked,t.stopImmediatePropagation()}toggleButtonKeyDownHandler(t){switch(t.key){case Ce:case ye:case He:case _e:return this.open=!0,this.stopPropagation(t),!1
|
|
2270
2272
|
default:return!0}}filterOptions(){super.filterOptions()
|
|
2271
2273
|
const t=this.filteredOptions.filter((t=>!t.disabled))
|
|
@@ -2278,8 +2280,8 @@ case ye:case Ce:this.open&&this.valueUpdatedByInput&&(this.valueUpdatedByInput=!
|
|
|
2278
2280
|
break
|
|
2279
2281
|
default:return e}return e}focusoutHandler(t){const e=super.focusoutHandler(t)
|
|
2280
2282
|
return this.open=!1,this.emitChangeIfValueUpdated(),e}openChanged(){super.openChanged(),this.dropdownButton&&(this.dropdownButton.checked=this.open)}ariaLabelChanged(t,e){this.updateInputAriaLabel()}updateInputAriaLabel(){const t=this.shadowRoot?.querySelector(".selected-value")
|
|
2281
|
-
this.ariaLabel?t?.setAttribute("aria-label",this.ariaLabel):t?.removeAttribute("aria-label")}emitChangeIfValueUpdated(){this.valueUpdatedByInput&&(this.value!==this.valueBeforeTextUpdate&&this.$emit("change"),this.valueUpdatedByInput=!1)}}io([tt],
|
|
2282
|
-
const
|
|
2283
|
+
this.ariaLabel?t?.setAttribute("aria-label",this.ariaLabel):t?.removeAttribute("aria-label")}emitChangeIfValueUpdated(){this.valueUpdatedByInput&&(this.value!==this.valueBeforeTextUpdate&&this.$emit("change"),this.valueUpdatedByInput=!1)}}io([tt],ph.prototype,"appearance",void 0),io([v],ph.prototype,"dropdownButton",void 0),io([tt({attribute:"error-text"})],ph.prototype,"errorText",void 0),io([tt({attribute:"error-visible",mode:"boolean"})],ph.prototype,"errorVisible",void 0)
|
|
2284
|
+
const uh=ph.compose({baseName:"combobox",baseClass:bs,template:(t,e)=>U`
|
|
2283
2285
|
<template
|
|
2284
2286
|
aria-disabled="${t=>t.ariaDisabled}"
|
|
2285
2287
|
autocomplete="${t=>t.autocomplete}"
|
|
@@ -2333,14 +2335,14 @@ const nh=oh.compose({baseName:"combobox",baseClass:bs,template:(t,e)=>U`
|
|
|
2333
2335
|
></slot>
|
|
2334
2336
|
</div>
|
|
2335
2337
|
</template>
|
|
2336
|
-
`,styles:
|
|
2338
|
+
`,styles:hh,shadowOptions:{delegatesFocus:!0},end:U`
|
|
2337
2339
|
<div class="end-slot-container">
|
|
2338
|
-
<${Ns.tagFor(
|
|
2340
|
+
<${Ns.tagFor(nh)}
|
|
2339
2341
|
severity="error"
|
|
2340
2342
|
class="error-icon"
|
|
2341
|
-
></${Ns.tagFor(
|
|
2343
|
+
></${Ns.tagFor(nh)}>
|
|
2342
2344
|
<div class="separator"></div>
|
|
2343
|
-
<${Ns.tagFor(
|
|
2345
|
+
<${Ns.tagFor(Qd)}
|
|
2344
2346
|
${vt("dropdownButton")}
|
|
2345
2347
|
appearance="ghost"
|
|
2346
2348
|
?checked="${t=>t.open}"
|
|
@@ -2355,55 +2357,146 @@ const nh=oh.compose({baseName:"combobox",baseClass:bs,template:(t,e)=>U`
|
|
|
2355
2357
|
aria-expanded="${t=>t.open}"
|
|
2356
2358
|
tabindex="-1"
|
|
2357
2359
|
>
|
|
2358
|
-
<${Ns.tagFor(
|
|
2360
|
+
<${Ns.tagFor(oh)}
|
|
2359
2361
|
slot="start"
|
|
2360
2362
|
class="dropdown-icon"
|
|
2361
2363
|
>
|
|
2362
|
-
</${Ns.tagFor(
|
|
2363
|
-
</${Ns.tagFor(
|
|
2364
|
+
</${Ns.tagFor(oh)}>
|
|
2365
|
+
</${Ns.tagFor(Qd)}>
|
|
2364
2366
|
</div>
|
|
2365
|
-
${
|
|
2367
|
+
${Zd}
|
|
2366
2368
|
`})
|
|
2367
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
2368
|
-
const
|
|
2369
|
+
Ns.getOrCreate().withPrefix("nimble").register(uh())
|
|
2370
|
+
const vh=Symbol("user dismissed"),gh=pt`
|
|
2369
2371
|
${Ji("grid")}
|
|
2370
2372
|
|
|
2371
2373
|
dialog {
|
|
2374
|
+
flex-direction: column;
|
|
2372
2375
|
background-color: ${Bn};
|
|
2373
|
-
border:
|
|
2374
|
-
box-shadow: 0px
|
|
2375
|
-
|
|
2376
|
+
border: none;
|
|
2377
|
+
box-shadow: 0px 4px 8px #0000004d;
|
|
2378
|
+
padding: 0px;
|
|
2379
|
+
width: 400px;
|
|
2380
|
+
max-height: 600px;
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
dialog[open] {
|
|
2384
|
+
display: flex;
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
header {
|
|
2388
|
+
min-height: 48px;
|
|
2389
|
+
padding: 24px 24px 0px 24px;
|
|
2390
|
+
flex: none;
|
|
2391
|
+
display: flex;
|
|
2392
|
+
flex-direction: column;
|
|
2393
|
+
gap: ${tr};
|
|
2394
|
+
}
|
|
2395
|
+
|
|
2396
|
+
:host([header-hidden]) header {
|
|
2397
|
+
${""}
|
|
2398
|
+
display: inline-block;
|
|
2399
|
+
height: 1px;
|
|
2400
|
+
width: 1px;
|
|
2401
|
+
position: absolute;
|
|
2402
|
+
margin: -1px;
|
|
2403
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
2404
|
+
clip-path: inset(50%);
|
|
2405
|
+
overflow: hidden;
|
|
2406
|
+
padding: 0;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
.title {
|
|
2410
|
+
font: ${rr};
|
|
2411
|
+
color: ${ar};
|
|
2412
|
+
overflow: hidden;
|
|
2413
|
+
text-overflow: ellipsis;
|
|
2414
|
+
white-space: nowrap;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
.subtitle {
|
|
2418
|
+
font: ${vr};
|
|
2419
|
+
color: ${gr};
|
|
2376
2420
|
}
|
|
2377
|
-
|
|
2421
|
+
|
|
2422
|
+
section {
|
|
2423
|
+
flex: auto;
|
|
2424
|
+
overflow-y: auto;
|
|
2425
|
+
font: ${Pr};
|
|
2426
|
+
color: ${Br};
|
|
2427
|
+
display: flex;
|
|
2428
|
+
flex-direction: column;
|
|
2429
|
+
gap: ${er};
|
|
2430
|
+
|
|
2431
|
+
${""}
|
|
2432
|
+
padding: 0px 24px 24px 24px;
|
|
2433
|
+
margin-top: 24px;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
footer {
|
|
2437
|
+
border-top: 2px solid rgba(${Pn}, 0.1);
|
|
2438
|
+
padding: 24px;
|
|
2439
|
+
flex: none;
|
|
2440
|
+
display: flex;
|
|
2441
|
+
justify-content: flex-end;
|
|
2442
|
+
gap: ${er};
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
footer.empty {
|
|
2446
|
+
padding: 0px;
|
|
2447
|
+
height: 72px;
|
|
2448
|
+
border-top: none;
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
:host([footer-hidden]) footer {
|
|
2452
|
+
display: none;
|
|
2453
|
+
}
|
|
2454
|
+
`.withBehaviors(Ua(Eo,pt`
|
|
2378
2455
|
dialog::backdrop {
|
|
2379
2456
|
background: ${Ho};
|
|
2380
2457
|
}
|
|
2381
|
-
`),
|
|
2458
|
+
`),Ua(Ro,pt`
|
|
2382
2459
|
dialog::backdrop {
|
|
2383
2460
|
background: ${Ao};
|
|
2384
2461
|
}
|
|
2385
|
-
`),
|
|
2462
|
+
`),Ua(Mo,pt`
|
|
2386
2463
|
dialog::backdrop {
|
|
2387
2464
|
background: ${So};
|
|
2388
2465
|
}
|
|
2389
|
-
`)),
|
|
2466
|
+
`)),mh=U`
|
|
2390
2467
|
<template>
|
|
2391
2468
|
<dialog
|
|
2392
2469
|
${vt("dialogElement")}
|
|
2393
|
-
role="
|
|
2394
|
-
aria-label="${t=>t.ariaLabel}"
|
|
2470
|
+
role="dialog"
|
|
2395
2471
|
@cancel="${(t,e)=>t.cancelHandler(e.event)}"
|
|
2472
|
+
aria-labelledby="header"
|
|
2396
2473
|
>
|
|
2397
|
-
<
|
|
2474
|
+
<header id="header">
|
|
2475
|
+
<div class="title">
|
|
2476
|
+
<slot name="title"></slot>
|
|
2477
|
+
</div>
|
|
2478
|
+
<div class="subtitle">
|
|
2479
|
+
<slot name="subtitle"></slot>
|
|
2480
|
+
</div>
|
|
2481
|
+
</header>
|
|
2482
|
+
<section>
|
|
2483
|
+
<slot></slot>
|
|
2484
|
+
</section>
|
|
2485
|
+
<footer class="${t=>t.footerIsEmpty?"empty":""}">
|
|
2486
|
+
<slot
|
|
2487
|
+
name="footer"
|
|
2488
|
+
${xt({property:"slottedFooterElements"})}
|
|
2489
|
+
></slot>
|
|
2490
|
+
</footer>
|
|
2398
2491
|
</dialog>
|
|
2399
2492
|
</template>
|
|
2400
2493
|
`
|
|
2401
|
-
class
|
|
2494
|
+
class bh extends le{constructor(){super(...arguments),this.preventDismiss=!1,this.headerHidden=!1,this.footerHidden=!1,this.footerIsEmpty=!0}get open(){return void 0!==this.resolveShow}async show(){if(this.open)throw new Error("Dialog is already open")
|
|
2402
2495
|
return this.dialogElement.showModal(),new Promise(((t,e)=>{this.resolveShow=t}))}close(t){if(!this.open)throw new Error("Dialog is not open")
|
|
2403
|
-
this.dialogElement.close(),this.resolveShow(t),this.resolveShow=void 0}cancelHandler(t){return this.preventDismiss?t.preventDefault():(this.resolveShow(
|
|
2404
|
-
const
|
|
2405
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
2406
|
-
const
|
|
2496
|
+
this.dialogElement.close(),this.resolveShow(t),this.resolveShow=void 0}slottedFooterElementsChanged(t,e){this.footerIsEmpty=!e?.length}cancelHandler(t){return this.preventDismiss?t.preventDefault():(this.resolveShow(vh),this.resolveShow=void 0),!0}}bh.UserDismissed=vh,io([tt({attribute:"prevent-dismiss",mode:"boolean"})],bh.prototype,"preventDismiss",void 0),io([tt({attribute:"header-hidden",mode:"boolean"})],bh.prototype,"headerHidden",void 0),io([tt({attribute:"footer-hidden",mode:"boolean"})],bh.prototype,"footerHidden",void 0),io([v],bh.prototype,"footerIsEmpty",void 0),io([v],bh.prototype,"slottedFooterElements",void 0),he(bh,Te)
|
|
2497
|
+
const fh=bh.compose({baseName:"dialog",template:mh,styles:gh,baseClass:bh})
|
|
2498
|
+
Ns.getOrCreate().withPrefix("nimble").register(fh())
|
|
2499
|
+
const xh=pt`
|
|
2407
2500
|
${Ji("block")}
|
|
2408
2501
|
|
|
2409
2502
|
:host {
|
|
@@ -2411,8 +2504,8 @@ const hh=pt`
|
|
|
2411
2504
|
width: auto;
|
|
2412
2505
|
height: 100%;
|
|
2413
2506
|
outline: none;
|
|
2414
|
-
font: ${
|
|
2415
|
-
color: ${
|
|
2507
|
+
font: ${Pr};
|
|
2508
|
+
color: ${Br};
|
|
2416
2509
|
}
|
|
2417
2510
|
|
|
2418
2511
|
dialog {
|
|
@@ -2475,7 +2568,7 @@ const hh=pt`
|
|
|
2475
2568
|
}
|
|
2476
2569
|
|
|
2477
2570
|
:host([location='left']) dialog.animating .dialog-contents {
|
|
2478
|
-
animation: ni-private-drawer-slide-in-left-keyframes ${
|
|
2571
|
+
animation: ni-private-drawer-slide-in-left-keyframes ${Ma}
|
|
2479
2572
|
ease-in;
|
|
2480
2573
|
}
|
|
2481
2574
|
|
|
@@ -2499,7 +2592,7 @@ const hh=pt`
|
|
|
2499
2592
|
}
|
|
2500
2593
|
|
|
2501
2594
|
:host([location='right']) dialog.animating .dialog-contents {
|
|
2502
|
-
animation: ni-private-drawer-slide-in-right-keyframes ${
|
|
2595
|
+
animation: ni-private-drawer-slide-in-right-keyframes ${Ma}
|
|
2503
2596
|
ease-in;
|
|
2504
2597
|
}
|
|
2505
2598
|
|
|
@@ -2535,19 +2628,19 @@ const hh=pt`
|
|
|
2535
2628
|
justify-content: flex-end;
|
|
2536
2629
|
border-top: ${ir} solid ${Jn};
|
|
2537
2630
|
}
|
|
2538
|
-
`.withBehaviors(
|
|
2631
|
+
`.withBehaviors(Ua(Eo,pt`
|
|
2539
2632
|
dialog::backdrop {
|
|
2540
2633
|
background: ${Ho};
|
|
2541
2634
|
}
|
|
2542
|
-
`),
|
|
2635
|
+
`),Ua(Ro,pt`
|
|
2543
2636
|
dialog::backdrop {
|
|
2544
2637
|
background: ${Ao};
|
|
2545
2638
|
}
|
|
2546
|
-
`),
|
|
2639
|
+
`),Ua(Mo,pt`
|
|
2547
2640
|
dialog::backdrop {
|
|
2548
2641
|
background: ${So};
|
|
2549
2642
|
}
|
|
2550
|
-
`)),
|
|
2643
|
+
`)),wh=U`
|
|
2551
2644
|
<dialog
|
|
2552
2645
|
${vt("dialog")}
|
|
2553
2646
|
aria-label="${t=>t.ariaLabel}"
|
|
@@ -2557,162 +2650,162 @@ const hh=pt`
|
|
|
2557
2650
|
<slot></slot>
|
|
2558
2651
|
</div>
|
|
2559
2652
|
</dialog>
|
|
2560
|
-
`,
|
|
2561
|
-
class
|
|
2653
|
+
`,yh="right"
|
|
2654
|
+
class $h extends le{constructor(){super(...arguments),this.location=yh,this.preventDismiss=!1,this.closing=!1,this.animationEndHandlerFunction=()=>this.animationEndHandler()}get open(){return void 0!==this.resolveShow}async show(){if(this.open)throw new Error("Drawer is already open")
|
|
2562
2655
|
return this.openDialog(),new Promise(((t,e)=>{this.resolveShow=t}))}close(t){if(!this.open||this.closing)throw new Error("Drawer is not open or already closing")
|
|
2563
|
-
this.closeReason=t,this.closeDialog()}cancelHandler(t){return t.preventDefault(),this.preventDismiss||(this.closeReason=
|
|
2564
|
-
const
|
|
2565
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
2566
|
-
class
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
class
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
class
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
const
|
|
2656
|
+
this.closeReason=t,this.closeDialog()}cancelHandler(t){return t.preventDefault(),this.preventDismiss||(this.closeReason=vh,this.closeDialog()),!0}openDialog(){this.dialog.showModal(),this.triggerAnimation()}closeDialog(){this.closing=!0,this.triggerAnimation()}triggerAnimation(){this.dialog.classList.add("animating"),this.closing&&this.dialog.classList.add("closing"),this.dialog.addEventListener(me,this.animationEndHandlerFunction)}animationEndHandler(){this.dialog.removeEventListener(me,this.animationEndHandlerFunction),this.dialog.classList.remove("animating"),this.closing&&(this.dialog.classList.remove("closing"),this.dialog.close(),this.closing=!1,this.resolveShow(this.closeReason),this.resolveShow=void 0)}}$h.UserDismissed=vh,io([tt],$h.prototype,"location",void 0),io([tt({attribute:"prevent-dismiss",mode:"boolean"})],$h.prototype,"preventDismiss",void 0),he($h,Te)
|
|
2657
|
+
const kh=$h.compose({baseName:"drawer",template:wh,styles:xh})
|
|
2658
|
+
Ns.getOrCreate().withPrefix("nimble").register(kh())
|
|
2659
|
+
class Ch extends sh{constructor(){super(Xa)}}ih("icon-add",Ch)
|
|
2660
|
+
ih("icon-arrow-down-right-and-arrow-up-left",class extends sh{constructor(){super(Ga)}})
|
|
2661
|
+
ih("icon-arrow-expander-left",class extends sh{constructor(){super(Qa)}})
|
|
2662
|
+
ih("icon-arrow-expander-right",class extends sh{constructor(){super(Ja)}})
|
|
2663
|
+
ih("icon-arrow-expander-up",class extends sh{constructor(){super(Za)}})
|
|
2664
|
+
ih("icon-arrow-left-from-line",class extends sh{constructor(){super(tl)}})
|
|
2665
|
+
ih("icon-arrow-partial-rotate-left",class extends sh{constructor(){super(el)}})
|
|
2666
|
+
ih("icon-arrow-right-to-line",class extends sh{constructor(){super(sl)}})
|
|
2667
|
+
ih("icon-arrow-rotate-right",class extends sh{constructor(){super(il)}})
|
|
2668
|
+
ih("icon-arrow-u-rotate-left",class extends sh{constructor(){super(ol)}})
|
|
2669
|
+
ih("icon-arrow-up-left-and-arrow-down-right",class extends sh{constructor(){super(nl)}})
|
|
2670
|
+
ih("icon-arrows-maximize",class extends sh{constructor(){super(rl)}})
|
|
2671
|
+
ih("icon-arrows-repeat",class extends sh{constructor(){super(al)}})
|
|
2672
|
+
ih("icon-bars",class extends sh{constructor(){super(ll)}})
|
|
2673
|
+
ih("icon-bell",class extends sh{constructor(){super(cl)}})
|
|
2674
|
+
ih("icon-bell-and-comment",class extends sh{constructor(){super(dl)}})
|
|
2675
|
+
ih("icon-bell-circle",class extends sh{constructor(){super(hl)}})
|
|
2676
|
+
ih("icon-bell-solid-circle",class extends sh{constructor(){super(pl)}})
|
|
2677
|
+
ih("icon-block-with-ribbon",class extends sh{constructor(){super(ul)}})
|
|
2678
|
+
ih("icon-book-magnifying-glass",class extends sh{constructor(){super(vl)}})
|
|
2679
|
+
ih("icon-calendar",class extends sh{constructor(){super(gl)}})
|
|
2680
|
+
ih("icon-chart-diagram",class extends sh{constructor(){super(ml)}})
|
|
2681
|
+
ih("icon-chart-diagram-child-focus",class extends sh{constructor(){super(bl)}})
|
|
2682
|
+
ih("icon-chart-diagram-parent-focus",class extends sh{constructor(){super(fl)}})
|
|
2683
|
+
ih("icon-chart-diagram-parent-focus-two-child",class extends sh{constructor(){super(xl)}})
|
|
2684
|
+
ih("icon-check",class extends sh{constructor(){super(wl)}})
|
|
2685
|
+
ih("icon-check-dot",class extends sh{constructor(){super(yl)}})
|
|
2686
|
+
ih("icon-circle",class extends sh{constructor(){super($l)}})
|
|
2687
|
+
ih("icon-circle-filled",class extends sh{constructor(){super(kl)}})
|
|
2688
|
+
ih("icon-circle-broken",class extends sh{constructor(){super(Cl)}})
|
|
2689
|
+
ih("icon-circle-check",class extends sh{constructor(){super(_l)}})
|
|
2690
|
+
ih("icon-circle-partial-broken",class extends sh{constructor(){super(zl)}})
|
|
2691
|
+
ih("icon-circle-slash",class extends sh{constructor(){super(Il)}})
|
|
2692
|
+
ih("icon-circle-x",class extends sh{constructor(){super(Ol)}})
|
|
2693
|
+
ih("icon-clipboard",class extends sh{constructor(){super(Hl)}})
|
|
2694
|
+
ih("icon-clock",class extends sh{constructor(){super(Al)}})
|
|
2695
|
+
ih("icon-clock-cog",class extends sh{constructor(){super(Sl)}})
|
|
2696
|
+
ih("icon-clock-triangle",class extends sh{constructor(){super(El)}})
|
|
2697
|
+
ih("icon-clone",class extends sh{constructor(){super(Rl)}})
|
|
2698
|
+
ih("icon-cloud",class extends sh{constructor(){super(Ml)}})
|
|
2699
|
+
ih("icon-cloud-upload",class extends sh{constructor(){super(Vl)}})
|
|
2700
|
+
ih("icon-cloud-with-arrow",class extends sh{constructor(){super(Ll)}})
|
|
2701
|
+
ih("icon-cog",class extends sh{constructor(){super(Tl)}})
|
|
2702
|
+
ih("icon-cog-database",class extends sh{constructor(){super(Pl)}})
|
|
2703
|
+
ih("icon-cog-database-inset",class extends sh{constructor(){super(Bl)}})
|
|
2704
|
+
ih("icon-cog-small-cog",class extends sh{constructor(){super(Dl)}})
|
|
2705
|
+
ih("icon-cog-zoomed",class extends sh{constructor(){super(Fl)}})
|
|
2706
|
+
ih("icon-comment",class extends sh{constructor(){super(Nl)}})
|
|
2707
|
+
ih("icon-computer-and-monitor",class extends sh{constructor(){super(ql)}})
|
|
2708
|
+
ih("icon-copy",class extends sh{constructor(){super(Ul)}})
|
|
2709
|
+
ih("icon-copy-text",class extends sh{constructor(){super(jl)}})
|
|
2710
|
+
ih("icon-dashboard-builder",class extends sh{constructor(){super(Wl)}})
|
|
2711
|
+
ih("icon-dashboard-builder-legend",class extends sh{constructor(){super(Kl)}})
|
|
2712
|
+
ih("icon-dashboard-builder-templates",class extends sh{constructor(){super(Xl)}})
|
|
2713
|
+
ih("icon-dashboard-builder-tile",class extends sh{constructor(){super(Gl)}})
|
|
2714
|
+
ih("icon-database",class extends sh{constructor(){super(Yl)}})
|
|
2715
|
+
ih("icon-database-check",class extends sh{constructor(){super(Ql)}})
|
|
2716
|
+
ih("icon-desktop",class extends sh{constructor(){super(Jl)}})
|
|
2717
|
+
ih("icon-donut-chart",class extends sh{constructor(){super(Zl)}})
|
|
2718
|
+
ih("icon-dot-solid-dot-stroke",class extends sh{constructor(){super(tc)}})
|
|
2719
|
+
ih("icon-download",class extends sh{constructor(){super(ec)}})
|
|
2720
|
+
ih("icon-electronic-chip-zoomed",class extends sh{constructor(){super(sc)}})
|
|
2721
|
+
ih("icon-eye",class extends sh{constructor(){super(oc)}})
|
|
2722
|
+
ih("icon-fancy-a",class extends sh{constructor(){super(nc)}})
|
|
2723
|
+
ih("icon-file",class extends sh{constructor(){super(rc)}})
|
|
2724
|
+
ih("icon-file-drawer",class extends sh{constructor(){super(ac)}})
|
|
2725
|
+
ih("icon-file-search",class extends sh{constructor(){super(lc)}})
|
|
2726
|
+
ih("icon-filter",class extends sh{constructor(){super(cc)}})
|
|
2727
|
+
ih("icon-floppy-disk-checkmark",class extends sh{constructor(){super(dc)}})
|
|
2728
|
+
ih("icon-floppy-disk-star-arrow-right",class extends sh{constructor(){super(hc)}})
|
|
2729
|
+
ih("icon-floppy-disk-three-dots",class extends sh{constructor(){super(pc)}})
|
|
2730
|
+
ih("icon-folder",class extends sh{constructor(){super(uc)}})
|
|
2731
|
+
ih("icon-folder-open",class extends sh{constructor(){super(vc)}})
|
|
2732
|
+
ih("icon-forward-slash",class extends sh{constructor(){super(gc)}})
|
|
2733
|
+
ih("icon-four-dots-square",class extends sh{constructor(){super(mc)}})
|
|
2734
|
+
ih("icon-function",class extends sh{constructor(){super(bc)}})
|
|
2735
|
+
ih("icon-gauge-simple",class extends sh{constructor(){super(fc)}})
|
|
2736
|
+
ih("icon-grid-three-by-three",class extends sh{constructor(){super(xc)}})
|
|
2737
|
+
ih("icon-grid-two-by-two",class extends sh{constructor(){super(wc)}})
|
|
2738
|
+
ih("icon-hammer",class extends sh{constructor(){super(yc)}})
|
|
2739
|
+
ih("icon-hashtag",class extends sh{constructor(){super($c)}})
|
|
2740
|
+
ih("icon-home",class extends sh{constructor(){super(kc)}})
|
|
2741
|
+
ih("icon-hourglass",class extends sh{constructor(){super(Cc)}})
|
|
2742
|
+
ih("icon-indeterminant-checkbox",class extends sh{constructor(){super(_c)}})
|
|
2743
|
+
class _h extends sh{constructor(){super(zc)}}ih("icon-info",_h)
|
|
2744
|
+
ih("icon-info-circle",class extends sh{constructor(){super(Ic)}})
|
|
2745
|
+
ih("icon-key",class extends sh{constructor(){super(Oc)}})
|
|
2746
|
+
ih("icon-laptop",class extends sh{constructor(){super(Hc)}})
|
|
2747
|
+
ih("icon-layer-group",class extends sh{constructor(){super(Ac)}})
|
|
2748
|
+
ih("icon-lightning-bolt",class extends sh{constructor(){super(Sc)}})
|
|
2749
|
+
ih("icon-link",class extends sh{constructor(){super(Ec)}})
|
|
2750
|
+
ih("icon-link-cancel",class extends sh{constructor(){super(Rc)}})
|
|
2751
|
+
ih("icon-list",class extends sh{constructor(){super(Mc)}})
|
|
2752
|
+
ih("icon-list-tree",class extends sh{constructor(){super(Vc)}})
|
|
2753
|
+
ih("icon-list-tree-database",class extends sh{constructor(){super(Lc)}})
|
|
2754
|
+
ih("icon-lock",class extends sh{constructor(){super(Tc)}})
|
|
2755
|
+
ih("icon-magnifying-glass",class extends sh{constructor(){super(Pc)}})
|
|
2756
|
+
ih("icon-markdown",class extends sh{constructor(){super(Bc)}})
|
|
2757
|
+
ih("icon-minus",class extends sh{constructor(){super(Dc)}})
|
|
2758
|
+
class zh extends sh{constructor(){super(Fc)}}ih("icon-minus-wide",zh)
|
|
2759
|
+
ih("icon-mobile",class extends sh{constructor(){super(Nc)}})
|
|
2760
|
+
ih("icon-notebook",class extends sh{constructor(){super(qc)}})
|
|
2761
|
+
ih("icon-paste",class extends sh{constructor(){super(Uc)}})
|
|
2762
|
+
ih("icon-pencil",class extends sh{constructor(){super(jc)}})
|
|
2763
|
+
ih("icon-pot-with-lid",class extends sh{constructor(){super(Wc)}})
|
|
2764
|
+
ih("icon-question",class extends sh{constructor(){super(Kc)}})
|
|
2765
|
+
ih("icon-running-arrow",class extends sh{constructor(){super(Xc)}})
|
|
2766
|
+
ih("icon-server",class extends sh{constructor(){super(Gc)}})
|
|
2767
|
+
ih("icon-share-nodes",class extends sh{constructor(){super(Yc)}})
|
|
2768
|
+
ih("icon-share-square",class extends sh{constructor(){super(Qc)}})
|
|
2769
|
+
ih("icon-shield-check",class extends sh{constructor(){super(Jc)}})
|
|
2770
|
+
ih("icon-shield-xmark",class extends sh{constructor(){super(Zc)}})
|
|
2771
|
+
ih("icon-signal-bars",class extends sh{constructor(){super(td)}})
|
|
2772
|
+
ih("icon-sine-graph",class extends sh{constructor(){super(ed)}})
|
|
2773
|
+
ih("icon-skip-arrow",class extends sh{constructor(){super(sd)}})
|
|
2774
|
+
ih("icon-spinner",class extends sh{constructor(){super(id)}})
|
|
2775
|
+
ih("icon-square-check",class extends sh{constructor(){super(od)}})
|
|
2776
|
+
ih("icon-square-t",class extends sh{constructor(){super(nd)}})
|
|
2777
|
+
ih("icon-t",class extends sh{constructor(){super(rd)}})
|
|
2778
|
+
ih("icon-tablet",class extends sh{constructor(){super(ad)}})
|
|
2779
|
+
ih("icon-tag",class extends sh{constructor(){super(ld)}})
|
|
2780
|
+
ih("icon-tags",class extends sh{constructor(){super(cd)}})
|
|
2781
|
+
ih("icon-target-crosshairs",class extends sh{constructor(){super(dd)}})
|
|
2782
|
+
ih("icon-target-crosshairs-progress",class extends sh{constructor(){super(hd)}})
|
|
2783
|
+
ih("icon-three-dots-line",class extends sh{constructor(){super(pd)}})
|
|
2784
|
+
ih("icon-three-vertical-lines",class extends sh{constructor(){super(ud)}})
|
|
2785
|
+
ih("icon-thumbtack",class extends sh{constructor(){super(vd)}})
|
|
2786
|
+
ih("icon-tile-size",class extends sh{constructor(){super(gd)}})
|
|
2787
|
+
ih("icon-times",class extends sh{constructor(){super(md)}})
|
|
2788
|
+
ih("icon-trash",class extends sh{constructor(){super(bd)}})
|
|
2789
|
+
ih("icon-triangle",class extends sh{constructor(){super(fd)}})
|
|
2790
|
+
ih("icon-true-false-rectangle",class extends sh{constructor(){super(xd)}})
|
|
2791
|
+
ih("icon-unlink",class extends sh{constructor(){super(wd)}})
|
|
2792
|
+
ih("icon-unlock",class extends sh{constructor(){super(yd)}})
|
|
2793
|
+
ih("icon-upload",class extends sh{constructor(){super($d)}})
|
|
2794
|
+
ih("icon-user",class extends sh{constructor(){super(kd)}})
|
|
2795
|
+
ih("icon-watch",class extends sh{constructor(){super(Cd)}})
|
|
2796
|
+
ih("icon-waveform",class extends sh{constructor(){super(_d)}})
|
|
2797
|
+
ih("icon-webvi-custom",class extends sh{constructor(){super(zd)}})
|
|
2798
|
+
ih("icon-webvi-host",class extends sh{constructor(){super(Id)}})
|
|
2799
|
+
ih("icon-window-code",class extends sh{constructor(){super(Od)}})
|
|
2800
|
+
ih("icon-window-text",class extends sh{constructor(){super(Hd)}})
|
|
2801
|
+
ih("icon-wrench-hammer",class extends sh{constructor(){super(Ad)}})
|
|
2802
|
+
ih("icon-xmark",class extends sh{constructor(){super(Sd)}})
|
|
2803
|
+
ih("icon-xmark-check",class extends sh{constructor(){super(Ed)}})
|
|
2804
|
+
const Ih=pt`
|
|
2712
2805
|
${Ji("flex")}
|
|
2713
2806
|
|
|
2714
2807
|
:host {
|
|
2715
|
-
font: ${
|
|
2808
|
+
font: ${Pr};
|
|
2716
2809
|
cursor: pointer;
|
|
2717
2810
|
justify-content: left;
|
|
2718
2811
|
height: ${Zn};
|
|
@@ -2741,7 +2834,7 @@ const xh=pt`
|
|
|
2741
2834
|
background-color: transparent;
|
|
2742
2835
|
}
|
|
2743
2836
|
|
|
2744
|
-
:host(:${
|
|
2837
|
+
:host(:${Rd}) {
|
|
2745
2838
|
box-shadow: 0px 0px 0px 1px ${Gn} inset;
|
|
2746
2839
|
outline: 1px solid ${Gn};
|
|
2747
2840
|
outline-offset: -4px;
|
|
@@ -2754,7 +2847,7 @@ const xh=pt`
|
|
|
2754
2847
|
}
|
|
2755
2848
|
|
|
2756
2849
|
:host([disabled]) {
|
|
2757
|
-
color: ${
|
|
2850
|
+
color: ${Dr};
|
|
2758
2851
|
cursor: default;
|
|
2759
2852
|
}
|
|
2760
2853
|
|
|
@@ -2763,7 +2856,7 @@ const xh=pt`
|
|
|
2763
2856
|
outline: none;
|
|
2764
2857
|
}
|
|
2765
2858
|
`
|
|
2766
|
-
const
|
|
2859
|
+
const Oh=class extends ns{get value(){return super.value}set value(t){super.value=`${t}`,this.$fastController.isConnected&&this.setAttribute("value",this.value)}connectedCallback(){super.connectedCallback(),this.setAttribute("value",this.value)}}.compose({baseName:"list-option",baseClass:ns,template:(t,e)=>U`
|
|
2767
2860
|
<template
|
|
2768
2861
|
aria-checked="${t=>t.ariaChecked}"
|
|
2769
2862
|
aria-disabled="${t=>t.ariaDisabled}"
|
|
@@ -2779,9 +2872,9 @@ const wh=class extends ns{get value(){return super.value}set value(t){super.valu
|
|
|
2779
2872
|
</span>
|
|
2780
2873
|
${kt(0,e)}
|
|
2781
2874
|
</template>
|
|
2782
|
-
`,styles:
|
|
2783
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
2784
|
-
const
|
|
2875
|
+
`,styles:Ih})
|
|
2876
|
+
Ns.getOrCreate().withPrefix("nimble").register(Oh())
|
|
2877
|
+
const Hh=pt`
|
|
2785
2878
|
${Ji("grid")}
|
|
2786
2879
|
|
|
2787
2880
|
:host {
|
|
@@ -2810,14 +2903,14 @@ const yh=pt`
|
|
|
2810
2903
|
}
|
|
2811
2904
|
::slotted(header) {
|
|
2812
2905
|
display: flex;
|
|
2813
|
-
font: ${
|
|
2814
|
-
color: ${
|
|
2815
|
-
text-transform: ${
|
|
2906
|
+
font: ${Wr};
|
|
2907
|
+
color: ${Kr};
|
|
2908
|
+
text-transform: ${Ea};
|
|
2816
2909
|
padding-top: ${tr};
|
|
2817
2910
|
padding-bottom: ${tr};
|
|
2818
2911
|
}
|
|
2819
2912
|
`
|
|
2820
|
-
const
|
|
2913
|
+
const Ah=class extends si{}.compose({baseName:"menu",baseClass:si,template:(t,e)=>U`
|
|
2821
2914
|
<template
|
|
2822
2915
|
slot="${t=>t.slot?t.slot:t.isNestedMenu()?"submenu":void 0}"
|
|
2823
2916
|
role="menu"
|
|
@@ -2826,9 +2919,9 @@ const $h=class extends si{}.compose({baseName:"menu",baseClass:si,template:(t,e)
|
|
|
2826
2919
|
>
|
|
2827
2920
|
<slot ${xt("items")}></slot>
|
|
2828
2921
|
</template>
|
|
2829
|
-
`,styles:
|
|
2830
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
2831
|
-
const
|
|
2922
|
+
`,styles:Hh})
|
|
2923
|
+
Ns.getOrCreate().withPrefix("nimble").register(Ah())
|
|
2924
|
+
const Sh=pt`
|
|
2832
2925
|
${Ji("inline-block")}
|
|
2833
2926
|
|
|
2834
2927
|
:host {
|
|
@@ -2844,12 +2937,12 @@ const kh=pt`
|
|
|
2844
2937
|
margin-top: ${tr};
|
|
2845
2938
|
margin-bottom: ${tr};
|
|
2846
2939
|
}
|
|
2847
|
-
`,
|
|
2940
|
+
`,Eh=U`
|
|
2848
2941
|
<template
|
|
2849
2942
|
?open="${t=>t.open}"
|
|
2850
2943
|
@focusout="${(t,e)=>t.focusoutHandler(e.event)}"
|
|
2851
2944
|
>
|
|
2852
|
-
<${Ns.tagFor(
|
|
2945
|
+
<${Ns.tagFor(Qd)}
|
|
2853
2946
|
part="button"
|
|
2854
2947
|
appearance="${t=>t.appearance}"
|
|
2855
2948
|
?content-hidden="${t=>t.contentHidden}"
|
|
@@ -2866,7 +2959,7 @@ const kh=pt`
|
|
|
2866
2959
|
<slot slot="start" name="start"></slot>
|
|
2867
2960
|
<slot></slot>
|
|
2868
2961
|
<slot slot="end" name="end"></slot>
|
|
2869
|
-
</${Ns.tagFor(
|
|
2962
|
+
</${Ns.tagFor(Qd)}>
|
|
2870
2963
|
${gt((t=>t.open),U`
|
|
2871
2964
|
<${Ns.tagFor(eo)}
|
|
2872
2965
|
fixed-placement="true"
|
|
@@ -2885,17 +2978,17 @@ const kh=pt`
|
|
|
2885
2978
|
</${Ns.tagFor(eo)}>
|
|
2886
2979
|
`)}
|
|
2887
2980
|
</template>
|
|
2888
|
-
`,
|
|
2889
|
-
class
|
|
2981
|
+
`,Rh="auto"
|
|
2982
|
+
class Mh extends le{constructor(){super(...arguments),this.appearance=Pd,this.disabled=!1,this.contentHidden=!1,this.open=!1,this.position=Rh,this.focusLastItemWhenOpened=!1,this.menuChangeHandler=()=>{this.open=!1,this.toggleButton.focus()}}disconnectedCallback(){super.disconnectedCallback(),this.region&&this.region.removeEventListener(be,this.menuChangeHandler)}toggleButtonChanged(t,e){this.region&&this.toggleButton&&(this.region.anchorElement=this.toggleButton)}regionChanged(t,e){t&&t.removeEventListener(be,this.menuChangeHandler),this.region&&(this.toggleButton&&(this.region.anchorElement=this.toggleButton),this.region.addEventListener(be,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
|
|
2890
2983
|
const e=t.relatedTarget
|
|
2891
2984
|
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
|
|
2892
2985
|
case ye:return this.open=!0,!1
|
|
2893
2986
|
default:return!0}}menuKeyDownHandler(t){switch(t.key){case ze:return this.open=!1,this.toggleButton.focus(),!1
|
|
2894
2987
|
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]")
|
|
2895
|
-
if(t?.length){t[t.length-1].focus()}}}io([tt],
|
|
2896
|
-
const
|
|
2897
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
2898
|
-
const
|
|
2988
|
+
if(t?.length){t[t.length-1].focus()}}}io([tt],Mh.prototype,"appearance",void 0),io([tt({mode:"boolean"})],Mh.prototype,"disabled",void 0),io([tt({attribute:"content-hidden",mode:"boolean"})],Mh.prototype,"contentHidden",void 0),io([tt({mode:"boolean"})],Mh.prototype,"open",void 0),io([tt({attribute:"position"})],Mh.prototype,"position",void 0),io([v],Mh.prototype,"toggleButton",void 0),io([v],Mh.prototype,"region",void 0),io([v],Mh.prototype,"slottedMenus",void 0)
|
|
2989
|
+
const Vh=Mh.compose({baseName:"menu-button",template:Eh,styles:Sh,shadowOptions:{delegatesFocus:!0}})
|
|
2990
|
+
Ns.getOrCreate().withPrefix("nimble").register(Vh())
|
|
2991
|
+
const Lh=pt`
|
|
2899
2992
|
${Ji("grid")}
|
|
2900
2993
|
|
|
2901
2994
|
:host {
|
|
@@ -2912,12 +3005,12 @@ const Oh=pt`
|
|
|
2912
3005
|
padding-right: 8px;
|
|
2913
3006
|
margin: 0 0;
|
|
2914
3007
|
white-space: nowrap;
|
|
2915
|
-
color: ${
|
|
3008
|
+
color: ${Br};
|
|
2916
3009
|
fill: currentcolor;
|
|
2917
3010
|
cursor: pointer;
|
|
2918
|
-
font: ${
|
|
3011
|
+
font: ${Pr};
|
|
2919
3012
|
}
|
|
2920
|
-
:host(${
|
|
3013
|
+
:host(${Rd}) {
|
|
2921
3014
|
outline: 2px solid ${Gn};
|
|
2922
3015
|
outline-offset: -2px;
|
|
2923
3016
|
}
|
|
@@ -2931,7 +3024,7 @@ const Oh=pt`
|
|
|
2931
3024
|
background: ${Dn};
|
|
2932
3025
|
}
|
|
2933
3026
|
:host([disabled]) {
|
|
2934
|
-
color: ${
|
|
3027
|
+
color: ${Dr};
|
|
2935
3028
|
fill: currentcolor;
|
|
2936
3029
|
cursor: default;
|
|
2937
3030
|
}
|
|
@@ -2974,7 +3067,7 @@ const Oh=pt`
|
|
|
2974
3067
|
grid-column: 3;
|
|
2975
3068
|
}
|
|
2976
3069
|
`
|
|
2977
|
-
const
|
|
3070
|
+
const Th=class extends ei{}.compose({baseName:"menu-item",baseClass:ei,template:(t,e)=>U`
|
|
2978
3071
|
<template
|
|
2979
3072
|
role="${t=>t.role}"
|
|
2980
3073
|
aria-haspopup="${t=>t.hasSubmenu?"menu":void 0}"
|
|
@@ -3041,17 +3134,17 @@ const Hh=class extends ei{}.compose({baseName:"menu-item",baseClass:ei,template:
|
|
|
3041
3134
|
</${t.tagFor(Fe)}>
|
|
3042
3135
|
`)}
|
|
3043
3136
|
</template>
|
|
3044
|
-
`,styles:
|
|
3045
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
3046
|
-
const
|
|
3137
|
+
`,styles:Lh,expandCollapseGlyph:Ja.data})
|
|
3138
|
+
Ns.getOrCreate().withPrefix("nimble").register(Th())
|
|
3139
|
+
const Ph="underline",Bh="outline",Dh="block",Fh=pt`
|
|
3047
3140
|
${Ji("inline-block")}
|
|
3048
|
-
${
|
|
3141
|
+
${dh}
|
|
3049
3142
|
|
|
3050
3143
|
:host {
|
|
3051
|
-
font: ${
|
|
3144
|
+
font: ${Pr};
|
|
3052
3145
|
outline: none;
|
|
3053
3146
|
user-select: none;
|
|
3054
|
-
color: ${
|
|
3147
|
+
color: ${Br};
|
|
3055
3148
|
height: calc(${sr} + ${Zn});
|
|
3056
3149
|
--ni-private-hover-indicator-width: calc(${ir} + 1px);
|
|
3057
3150
|
--ni-private-height-within-border: calc(
|
|
@@ -3060,18 +3153,18 @@ const Ah="underline",Sh="outline",Rh="block",Eh=pt`
|
|
|
3060
3153
|
}
|
|
3061
3154
|
|
|
3062
3155
|
:host([disabled]) {
|
|
3063
|
-
color: ${
|
|
3156
|
+
color: ${Dr};
|
|
3064
3157
|
cursor: default;
|
|
3065
3158
|
}
|
|
3066
3159
|
|
|
3067
3160
|
.label {
|
|
3068
3161
|
display: flex;
|
|
3069
|
-
color: ${
|
|
3070
|
-
font: ${
|
|
3162
|
+
color: ${ea};
|
|
3163
|
+
font: ${ta};
|
|
3071
3164
|
}
|
|
3072
3165
|
|
|
3073
3166
|
:host([disabled]) .label {
|
|
3074
|
-
color: ${
|
|
3167
|
+
color: ${sa};
|
|
3075
3168
|
}
|
|
3076
3169
|
|
|
3077
3170
|
.root {
|
|
@@ -3114,7 +3207,7 @@ const Ah="underline",Sh="outline",Rh="block",Eh=pt`
|
|
|
3114
3207
|
height: 0px;
|
|
3115
3208
|
border-bottom: ${Gn}
|
|
3116
3209
|
var(--ni-private-hover-indicator-width) solid;
|
|
3117
|
-
transition: width ${
|
|
3210
|
+
transition: width ${Ra} ease-in;
|
|
3118
3211
|
}
|
|
3119
3212
|
|
|
3120
3213
|
@media (prefers-reduced-motion) {
|
|
@@ -3159,11 +3252,11 @@ const Ah="underline",Sh="outline",Rh="block",Eh=pt`
|
|
|
3159
3252
|
}
|
|
3160
3253
|
|
|
3161
3254
|
.control::placeholder {
|
|
3162
|
-
color: ${
|
|
3255
|
+
color: ${ea};
|
|
3163
3256
|
}
|
|
3164
3257
|
|
|
3165
3258
|
.control[disabled]::placeholder {
|
|
3166
|
-
color: ${
|
|
3259
|
+
color: ${Dr};
|
|
3167
3260
|
}
|
|
3168
3261
|
|
|
3169
3262
|
.controls {
|
|
@@ -3192,12 +3285,12 @@ const Ah="underline",Sh="outline",Rh="block",Eh=pt`
|
|
|
3192
3285
|
order: 1;
|
|
3193
3286
|
padding-right: calc(${er} / 4);
|
|
3194
3287
|
}
|
|
3195
|
-
`.withBehaviors(
|
|
3288
|
+
`.withBehaviors(Td(Ph,pt`
|
|
3196
3289
|
.root {
|
|
3197
3290
|
border-bottom-width: ${ir};
|
|
3198
3291
|
padding-bottom: 0;
|
|
3199
3292
|
}
|
|
3200
|
-
`),
|
|
3293
|
+
`),Td(Dh,pt`
|
|
3201
3294
|
.root {
|
|
3202
3295
|
background-color: rgba(${Un}, 0.1);
|
|
3203
3296
|
}
|
|
@@ -3215,14 +3308,14 @@ const Ah="underline",Sh="outline",Rh="block",Eh=pt`
|
|
|
3215
3308
|
:host([disabled]) .root {
|
|
3216
3309
|
background-color: rgba(${Un}, 0.07);
|
|
3217
3310
|
}
|
|
3218
|
-
`),
|
|
3311
|
+
`),Td(Bh,pt`
|
|
3219
3312
|
.root {
|
|
3220
3313
|
border-width: ${ir};
|
|
3221
3314
|
padding: 0;
|
|
3222
3315
|
}
|
|
3223
3316
|
`))
|
|
3224
|
-
class
|
|
3225
|
-
const
|
|
3317
|
+
class Nh extends di{constructor(){super(...arguments),this.appearance=Ph,this.errorVisible=!1}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}io([tt],Nh.prototype,"appearance",void 0),io([tt({attribute:"error-text"})],Nh.prototype,"errorText",void 0),io([tt({attribute:"error-visible",mode:"boolean"})],Nh.prototype,"errorVisible",void 0)
|
|
3318
|
+
const qh=Nh.compose({baseName:"number-field",baseClass:di,template:(t,e)=>U`
|
|
3226
3319
|
<template class="${t=>t.readOnly?"readonly":""}">
|
|
3227
3320
|
<label
|
|
3228
3321
|
part="label"
|
|
@@ -3297,44 +3390,44 @@ const Vh=Mh.compose({baseName:"number-field",baseClass:di,template:(t,e)=>U`
|
|
|
3297
3390
|
${kt(0,e)}
|
|
3298
3391
|
</div>
|
|
3299
3392
|
</template>
|
|
3300
|
-
`,styles:
|
|
3301
|
-
<${Ns.tagFor(
|
|
3393
|
+
`,styles:Fh,shadowOptions:{delegatesFocus:!0},stepDownGlyph:U`
|
|
3394
|
+
<${Ns.tagFor(qd)}
|
|
3302
3395
|
class="step-up-down-button"
|
|
3303
3396
|
appearance="ghost"
|
|
3304
3397
|
content-hidden
|
|
3305
3398
|
tabindex="-1"
|
|
3306
3399
|
>
|
|
3307
3400
|
"Decrement"
|
|
3308
|
-
<${Ns.tagFor(
|
|
3401
|
+
<${Ns.tagFor(zh)}
|
|
3309
3402
|
slot="start"
|
|
3310
3403
|
>
|
|
3311
|
-
</${Ns.tagFor(
|
|
3312
|
-
</${Ns.tagFor(
|
|
3404
|
+
</${Ns.tagFor(zh)}>
|
|
3405
|
+
</${Ns.tagFor(qd)}>
|
|
3313
3406
|
`,stepUpGlyph:U`
|
|
3314
|
-
<${Ns.tagFor(
|
|
3407
|
+
<${Ns.tagFor(qd)}
|
|
3315
3408
|
class="step-up-down-button"
|
|
3316
3409
|
appearance="ghost"
|
|
3317
3410
|
content-hidden
|
|
3318
3411
|
tabindex="-1"
|
|
3319
3412
|
>
|
|
3320
3413
|
"Increment"
|
|
3321
|
-
<${Ns.tagFor(
|
|
3414
|
+
<${Ns.tagFor(Ch)}
|
|
3322
3415
|
slot="start">
|
|
3323
|
-
</${Ns.tagFor(
|
|
3324
|
-
</${Ns.tagFor(
|
|
3416
|
+
</${Ns.tagFor(Ch)}>
|
|
3417
|
+
</${Ns.tagFor(qd)}>
|
|
3325
3418
|
`,end:U`
|
|
3326
|
-
<${Ns.tagFor(
|
|
3419
|
+
<${Ns.tagFor(nh)}
|
|
3327
3420
|
severity="error"
|
|
3328
3421
|
class="error-icon"
|
|
3329
|
-
></${Ns.tagFor(
|
|
3330
|
-
${
|
|
3422
|
+
></${Ns.tagFor(nh)}>
|
|
3423
|
+
${Zd}
|
|
3331
3424
|
`})
|
|
3332
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
3333
|
-
const
|
|
3425
|
+
Ns.getOrCreate().withPrefix("nimble").register(qh())
|
|
3426
|
+
const Uh=pt`
|
|
3334
3427
|
${Ji("inline-flex")}
|
|
3335
3428
|
|
|
3336
3429
|
:host {
|
|
3337
|
-
font: ${
|
|
3430
|
+
font: ${la};
|
|
3338
3431
|
align-items: center;
|
|
3339
3432
|
outline: none;
|
|
3340
3433
|
width: fit-content;
|
|
@@ -3355,7 +3448,7 @@ const Lh=pt`
|
|
|
3355
3448
|
display: inline-flex;
|
|
3356
3449
|
align-items: center;
|
|
3357
3450
|
justify-content: center;
|
|
3358
|
-
transition: box-shadow ${
|
|
3451
|
+
transition: box-shadow ${Ra};
|
|
3359
3452
|
${""}
|
|
3360
3453
|
line-height: 0;
|
|
3361
3454
|
}
|
|
@@ -3370,11 +3463,11 @@ const Lh=pt`
|
|
|
3370
3463
|
box-shadow: 0px 0px 0px ${ir} ${Gn} inset;
|
|
3371
3464
|
}
|
|
3372
3465
|
|
|
3373
|
-
:host(${
|
|
3466
|
+
:host(${Rd}) .control {
|
|
3374
3467
|
border-color: ${Gn};
|
|
3375
3468
|
}
|
|
3376
3469
|
|
|
3377
|
-
:host(${
|
|
3470
|
+
:host(${Rd}) .control::after {
|
|
3378
3471
|
content: '';
|
|
3379
3472
|
position: absolute;
|
|
3380
3473
|
width: calc(2px + ${Zn} / 2);
|
|
@@ -3385,13 +3478,13 @@ const Lh=pt`
|
|
|
3385
3478
|
|
|
3386
3479
|
.label {
|
|
3387
3480
|
font: inherit;
|
|
3388
|
-
color: ${
|
|
3481
|
+
color: ${Br};
|
|
3389
3482
|
padding-left: 1ch;
|
|
3390
3483
|
cursor: inherit;
|
|
3391
3484
|
}
|
|
3392
3485
|
|
|
3393
3486
|
:host([disabled]) .label {
|
|
3394
|
-
color: ${
|
|
3487
|
+
color: ${Dr};
|
|
3395
3488
|
}
|
|
3396
3489
|
|
|
3397
3490
|
slot[name='checked-indicator'] {
|
|
@@ -3416,7 +3509,7 @@ const Lh=pt`
|
|
|
3416
3509
|
fill: rgba(${Un}, 0.3);
|
|
3417
3510
|
}
|
|
3418
3511
|
`
|
|
3419
|
-
const
|
|
3512
|
+
const jh=class extends vi{}.compose({baseName:"radio-button",baseClass:vi,template:(t,e)=>U`
|
|
3420
3513
|
<template
|
|
3421
3514
|
role="radio"
|
|
3422
3515
|
class="${t=>t.checked?"checked":""} ${t=>t.readOnly?"readonly":""}"
|
|
@@ -3439,9 +3532,9 @@ const Th=class extends vi{}.compose({baseName:"radio-button",baseClass:vi,templa
|
|
|
3439
3532
|
<slot ${xt("defaultSlottedNodes")}></slot>
|
|
3440
3533
|
</label>
|
|
3441
3534
|
</template>
|
|
3442
|
-
`,styles:
|
|
3443
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
3444
|
-
const
|
|
3535
|
+
`,styles:Uh,checkedIndicator:kl.data})
|
|
3536
|
+
Ns.getOrCreate().withPrefix("nimble").register(jh())
|
|
3537
|
+
const Wh=pt`
|
|
3445
3538
|
${Ji("inline-block")}
|
|
3446
3539
|
|
|
3447
3540
|
.positioning-region {
|
|
@@ -3458,15 +3551,15 @@ const Ph=pt`
|
|
|
3458
3551
|
}
|
|
3459
3552
|
|
|
3460
3553
|
slot[name='label'] {
|
|
3461
|
-
font: ${
|
|
3462
|
-
color: ${
|
|
3554
|
+
font: ${ta};
|
|
3555
|
+
color: ${ea};
|
|
3463
3556
|
}
|
|
3464
3557
|
|
|
3465
3558
|
:host([disabled]) slot[name='label'] {
|
|
3466
|
-
color: ${
|
|
3559
|
+
color: ${sa};
|
|
3467
3560
|
}
|
|
3468
3561
|
`
|
|
3469
|
-
const
|
|
3562
|
+
const Kh=class extends hi{}.compose({baseName:"radio-group",baseClass:hi,template:(t,e)=>U`
|
|
3470
3563
|
<template
|
|
3471
3564
|
role="radiogroup"
|
|
3472
3565
|
aria-disabled="${t=>t.disabled}"
|
|
@@ -3485,14 +3578,14 @@ const Bh=class extends hi{}.compose({baseName:"radio-group",baseClass:hi,templat
|
|
|
3485
3578
|
></slot>
|
|
3486
3579
|
</div>
|
|
3487
3580
|
</template>
|
|
3488
|
-
`,styles:
|
|
3489
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
3490
|
-
const
|
|
3491
|
-
${
|
|
3581
|
+
`,styles:Wh,shadowOptions:{delegatesFocus:!0}})
|
|
3582
|
+
Ns.getOrCreate().withPrefix("nimble").register(Kh())
|
|
3583
|
+
const Xh=pt`
|
|
3584
|
+
${ch}
|
|
3492
3585
|
`
|
|
3493
|
-
class
|
|
3494
|
-
super.slottedOptionsChanged(t,e),s&&(this.value=s)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}io([tt],
|
|
3495
|
-
const
|
|
3586
|
+
class Gh extends fi{constructor(){super(...arguments),this.appearance=rh}setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(t,e){const s=this.value
|
|
3587
|
+
super.slottedOptionsChanged(t,e),s&&(this.value=s)}maxHeightChanged(){this.updateListboxMaxHeightCssVariable()}updateListboxMaxHeightCssVariable(){this.listbox&&this.listbox.style.setProperty("--ni-private-select-max-height",`${this.maxHeight}px`)}}io([tt],Gh.prototype,"appearance",void 0)
|
|
3588
|
+
const Yh=Gh.compose({baseName:"select",baseClass:fi,template:(t,e)=>U`
|
|
3496
3589
|
<template
|
|
3497
3590
|
class="${t=>[t.collapsible&&"collapsible",t.collapsible&&t.open&&"open",t.disabled&&"disabled",t.collapsible&&t.position].filter(Boolean).join(" ")}"
|
|
3498
3591
|
aria-activedescendant="${t=>t.ariaActiveDescendant}"
|
|
@@ -3545,15 +3638,15 @@ const Nh=Fh.compose({baseName:"select",baseClass:fi,template:(t,e)=>U`
|
|
|
3545
3638
|
></slot>
|
|
3546
3639
|
</div>
|
|
3547
3640
|
</template>
|
|
3548
|
-
`,styles:
|
|
3549
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
3550
|
-
const
|
|
3641
|
+
`,styles:Xh,indicator:Ya.data})
|
|
3642
|
+
Ns.getOrCreate().withPrefix("nimble").register(Yh())
|
|
3643
|
+
const Qh=pt`
|
|
3551
3644
|
${Ji("inline-flex")}
|
|
3552
3645
|
|
|
3553
3646
|
:host {
|
|
3554
3647
|
outline: none;
|
|
3555
|
-
font: ${
|
|
3556
|
-
color: ${
|
|
3648
|
+
font: ${la};
|
|
3649
|
+
color: ${ca};
|
|
3557
3650
|
flex-direction: column;
|
|
3558
3651
|
cursor: pointer;
|
|
3559
3652
|
--ni-private-switch-height: 24px;
|
|
@@ -3565,16 +3658,16 @@ const qh=pt`
|
|
|
3565
3658
|
|
|
3566
3659
|
:host([disabled]) {
|
|
3567
3660
|
cursor: default;
|
|
3568
|
-
color: ${
|
|
3661
|
+
color: ${da};
|
|
3569
3662
|
}
|
|
3570
3663
|
|
|
3571
3664
|
.label {
|
|
3572
|
-
color: ${
|
|
3573
|
-
font: ${
|
|
3665
|
+
color: ${ea};
|
|
3666
|
+
font: ${ta};
|
|
3574
3667
|
}
|
|
3575
3668
|
|
|
3576
3669
|
:host([disabled]) .label {
|
|
3577
|
-
color: ${
|
|
3670
|
+
color: ${sa};
|
|
3578
3671
|
}
|
|
3579
3672
|
|
|
3580
3673
|
.label__hidden {
|
|
@@ -3606,13 +3699,13 @@ const qh=pt`
|
|
|
3606
3699
|
background-color: var(--ni-private-switch-background-disabled-color);
|
|
3607
3700
|
}
|
|
3608
3701
|
|
|
3609
|
-
:host(${
|
|
3702
|
+
:host(${Rd}) .switch {
|
|
3610
3703
|
border-color: ${Gn};
|
|
3611
3704
|
}
|
|
3612
3705
|
|
|
3613
3706
|
.checked-indicator-spacer {
|
|
3614
3707
|
flex-grow: 0;
|
|
3615
|
-
transition: flex-grow ${
|
|
3708
|
+
transition: flex-grow ${Ra} ease-in-out;
|
|
3616
3709
|
}
|
|
3617
3710
|
|
|
3618
3711
|
:host([aria-checked='true']) .checked-indicator-spacer {
|
|
@@ -3650,7 +3743,7 @@ const qh=pt`
|
|
|
3650
3743
|
var(--ni-private-switch-indicator-border-disabled-color);
|
|
3651
3744
|
}
|
|
3652
3745
|
|
|
3653
|
-
:host(${
|
|
3746
|
+
:host(${Rd}) .checked-indicator {
|
|
3654
3747
|
border: ${ir} solid ${Gn};
|
|
3655
3748
|
}
|
|
3656
3749
|
|
|
@@ -3660,7 +3753,7 @@ const qh=pt`
|
|
|
3660
3753
|
border-radius: calc(var(--ni-private-switch-indicator-size) / 4);
|
|
3661
3754
|
background-color: var(--ni-private-switch-indicator-border-color);
|
|
3662
3755
|
opacity: 0;
|
|
3663
|
-
transition: opacity ${
|
|
3756
|
+
transition: opacity ${Ra} ease-in-out;
|
|
3664
3757
|
}
|
|
3665
3758
|
|
|
3666
3759
|
:host([disabled]) .checked-indicator-inner {
|
|
@@ -3683,7 +3776,7 @@ const qh=pt`
|
|
|
3683
3776
|
transition-duration: 0s;
|
|
3684
3777
|
}
|
|
3685
3778
|
}
|
|
3686
|
-
`.withBehaviors(
|
|
3779
|
+
`.withBehaviors(Ua(Eo,pt`
|
|
3687
3780
|
:host {
|
|
3688
3781
|
--ni-private-switch-background-disabled-color: ${Oo(mo,.07)};
|
|
3689
3782
|
--ni-private-switch-indicator-background-color: ${po};
|
|
@@ -3691,7 +3784,7 @@ const qh=pt`
|
|
|
3691
3784
|
--ni-private-switch-indicator-border-color: ${mo};
|
|
3692
3785
|
--ni-private-switch-indicator-border-disabled-color: ${Oo(mo,.3)};
|
|
3693
3786
|
}
|
|
3694
|
-
`),
|
|
3787
|
+
`),Ua(Ro,pt`
|
|
3695
3788
|
:host {
|
|
3696
3789
|
--ni-private-switch-background-disabled-color: ${Oo(co,.07)};
|
|
3697
3790
|
--ni-private-switch-indicator-background-color: ${Oo(mo,.3)};
|
|
@@ -3699,7 +3792,7 @@ const qh=pt`
|
|
|
3699
3792
|
--ni-private-switch-indicator-border-color: ${ho};
|
|
3700
3793
|
--ni-private-switch-indicator-border-disabled-color: ${Oo(ho,.3)};
|
|
3701
3794
|
}
|
|
3702
|
-
`),
|
|
3795
|
+
`),Ua(Mo,pt`
|
|
3703
3796
|
:host {
|
|
3704
3797
|
--ni-private-switch-background-disabled-color: ${Oo(po,.07)};
|
|
3705
3798
|
--ni-private-switch-indicator-background-color: ${Oo(po,.1)};
|
|
@@ -3707,7 +3800,7 @@ const qh=pt`
|
|
|
3707
3800
|
--ni-private-switch-indicator-border-color: ${po};
|
|
3708
3801
|
--ni-private-switch-indicator-border-disabled-color: ${Oo(po,.3)};
|
|
3709
3802
|
}
|
|
3710
|
-
`)),
|
|
3803
|
+
`)),Jh=U`
|
|
3711
3804
|
<template
|
|
3712
3805
|
role="switch"
|
|
3713
3806
|
aria-checked="${t=>t.checked}"
|
|
@@ -3742,17 +3835,17 @@ const qh=pt`
|
|
|
3742
3835
|
</div>
|
|
3743
3836
|
</template>
|
|
3744
3837
|
`
|
|
3745
|
-
const
|
|
3746
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
3747
|
-
const
|
|
3838
|
+
const Zh=class extends $i{}.compose({baseClass:$i,baseName:"switch",template:Jh,styles:Qh})
|
|
3839
|
+
Ns.getOrCreate().withPrefix("nimble").register(Zh())
|
|
3840
|
+
const tp=pt`
|
|
3748
3841
|
${Ji("inline-flex")}
|
|
3749
3842
|
|
|
3750
3843
|
:host {
|
|
3751
3844
|
position: relative;
|
|
3752
3845
|
box-sizing: border-box;
|
|
3753
|
-
font: ${
|
|
3846
|
+
font: ${Pr};
|
|
3754
3847
|
height: ${Zn};
|
|
3755
|
-
color: ${
|
|
3848
|
+
color: ${Br};
|
|
3756
3849
|
align-items: center;
|
|
3757
3850
|
justify-content: center;
|
|
3758
3851
|
cursor: pointer;
|
|
@@ -3773,7 +3866,7 @@ const Wh=pt`
|
|
|
3773
3866
|
background-color: ${Fn};
|
|
3774
3867
|
}
|
|
3775
3868
|
|
|
3776
|
-
:host(${
|
|
3869
|
+
:host(${Rd}) {
|
|
3777
3870
|
outline: none;
|
|
3778
3871
|
}
|
|
3779
3872
|
|
|
@@ -3783,7 +3876,7 @@ const Wh=pt`
|
|
|
3783
3876
|
|
|
3784
3877
|
:host([disabled]) {
|
|
3785
3878
|
cursor: default;
|
|
3786
|
-
color: ${
|
|
3879
|
+
color: ${Dr};
|
|
3787
3880
|
background: none;
|
|
3788
3881
|
}
|
|
3789
3882
|
|
|
@@ -3804,7 +3897,7 @@ const Wh=pt`
|
|
|
3804
3897
|
height: 0px;
|
|
3805
3898
|
border-bottom: ${Gn}
|
|
3806
3899
|
var(--ni-private-focus-indicator-width) solid;
|
|
3807
|
-
transition: width ${
|
|
3900
|
+
transition: width ${Ra} ease-in;
|
|
3808
3901
|
}
|
|
3809
3902
|
|
|
3810
3903
|
@media (prefers-reduced-motion) {
|
|
@@ -3813,7 +3906,7 @@ const Wh=pt`
|
|
|
3813
3906
|
}
|
|
3814
3907
|
}
|
|
3815
3908
|
|
|
3816
|
-
:host(${
|
|
3909
|
+
:host(${Rd})::before {
|
|
3817
3910
|
width: 100%;
|
|
3818
3911
|
}
|
|
3819
3912
|
|
|
@@ -3825,7 +3918,7 @@ const Wh=pt`
|
|
|
3825
3918
|
height: 0px;
|
|
3826
3919
|
border-bottom: ${Gn}
|
|
3827
3920
|
var(--ni-private-active-indicator-width) solid;
|
|
3828
|
-
transition: width ${
|
|
3921
|
+
transition: width ${Ra} ease-in;
|
|
3829
3922
|
}
|
|
3830
3923
|
|
|
3831
3924
|
@media (prefers-reduced-motion) {
|
|
@@ -3838,29 +3931,29 @@ const Wh=pt`
|
|
|
3838
3931
|
width: 100%;
|
|
3839
3932
|
}
|
|
3840
3933
|
`
|
|
3841
|
-
const
|
|
3934
|
+
const ep=class extends Ci{}.compose({baseName:"tab",baseClass:Ci,template:(t,e)=>U`
|
|
3842
3935
|
<template slot="tab" role="tab" aria-disabled="${t=>t.disabled}">
|
|
3843
3936
|
<slot></slot>
|
|
3844
3937
|
</template>
|
|
3845
|
-
`,styles:
|
|
3846
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
3847
|
-
const
|
|
3938
|
+
`,styles:tp})
|
|
3939
|
+
Ns.getOrCreate().withPrefix("nimble").register(ep())
|
|
3940
|
+
const sp=pt`
|
|
3848
3941
|
${Ji("block")}
|
|
3849
3942
|
|
|
3850
3943
|
:host {
|
|
3851
3944
|
box-sizing: border-box;
|
|
3852
|
-
font: ${
|
|
3853
|
-
color: ${
|
|
3945
|
+
font: ${Pr};
|
|
3946
|
+
color: ${Br};
|
|
3854
3947
|
padding-top: ${er};
|
|
3855
3948
|
}
|
|
3856
3949
|
`
|
|
3857
|
-
const
|
|
3950
|
+
const ip=class extends ki{}.compose({baseName:"tab-panel",baseClass:ki,template:(t,e)=>U`
|
|
3858
3951
|
<template slot="tabpanel" role="tabpanel">
|
|
3859
3952
|
<slot></slot>
|
|
3860
3953
|
</template>
|
|
3861
|
-
`,styles:
|
|
3862
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
3863
|
-
const
|
|
3954
|
+
`,styles:sp})
|
|
3955
|
+
Ns.getOrCreate().withPrefix("nimble").register(ip())
|
|
3956
|
+
const op=pt`
|
|
3864
3957
|
${Ji("grid")}
|
|
3865
3958
|
|
|
3866
3959
|
:host {
|
|
@@ -3883,7 +3976,7 @@ const Yh=pt`
|
|
|
3883
3976
|
grid-column-end: 4;
|
|
3884
3977
|
}
|
|
3885
3978
|
`
|
|
3886
|
-
const
|
|
3979
|
+
const np=class extends zi{constructor(){super(),this.activeindicator=!1}}.compose({baseName:"tabs",baseClass:zi,template:(t,e)=>U`
|
|
3887
3980
|
<template class="${t=>t.orientation}">
|
|
3888
3981
|
${Ct(0,e)}
|
|
3889
3982
|
<div class="tablist" part="tablist" role="tablist">
|
|
@@ -3902,17 +3995,17 @@ const Qh=class extends zi{constructor(){super(),this.activeindicator=!1}}.compos
|
|
|
3902
3995
|
<slot name="tabpanel" part="tabpanel" ${xt("tabpanels")}></slot>
|
|
3903
3996
|
</div>
|
|
3904
3997
|
</template>
|
|
3905
|
-
`,styles:
|
|
3906
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
3907
|
-
const
|
|
3998
|
+
`,styles:op})
|
|
3999
|
+
Ns.getOrCreate().withPrefix("nimble").register(np())
|
|
4000
|
+
const rp=pt`
|
|
3908
4001
|
${Ji("flex")}
|
|
3909
4002
|
|
|
3910
4003
|
:host {
|
|
3911
4004
|
align-items: center;
|
|
3912
4005
|
height: ${Zn};
|
|
3913
4006
|
box-sizing: border-box;
|
|
3914
|
-
font: ${
|
|
3915
|
-
color: ${
|
|
4007
|
+
font: ${Pr};
|
|
4008
|
+
color: ${Br};
|
|
3916
4009
|
}
|
|
3917
4010
|
|
|
3918
4011
|
.separator {
|
|
@@ -3922,38 +4015,38 @@ const Jh=pt`
|
|
|
3922
4015
|
rgba(${Un}, 0.3);
|
|
3923
4016
|
margin: calc(${er} / 4) calc(${er} / 2);
|
|
3924
4017
|
}
|
|
3925
|
-
`,
|
|
4018
|
+
`,ap=U`
|
|
3926
4019
|
<template slot="end">
|
|
3927
4020
|
<div class="separator"></div>
|
|
3928
4021
|
<slot></slot>
|
|
3929
4022
|
</template>
|
|
3930
4023
|
`
|
|
3931
|
-
const
|
|
3932
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
3933
|
-
const
|
|
4024
|
+
const lp=class extends le{}.compose({baseName:"tabs-toolbar",template:ap,styles:rp})
|
|
4025
|
+
Ns.getOrCreate().withPrefix("nimble").register(lp())
|
|
4026
|
+
const cp="outline",dp="block",hp=pt`
|
|
3934
4027
|
${Ji("inline-flex")}
|
|
3935
4028
|
|
|
3936
4029
|
:host {
|
|
3937
|
-
font: ${
|
|
4030
|
+
font: ${Pr};
|
|
3938
4031
|
outline: none;
|
|
3939
4032
|
user-select: none;
|
|
3940
|
-
color: ${
|
|
4033
|
+
color: ${Br};
|
|
3941
4034
|
flex-direction: column;
|
|
3942
4035
|
vertical-align: top;
|
|
3943
4036
|
}
|
|
3944
4037
|
|
|
3945
4038
|
:host([disabled]) {
|
|
3946
|
-
color: ${
|
|
4039
|
+
color: ${Dr};
|
|
3947
4040
|
}
|
|
3948
4041
|
|
|
3949
4042
|
.label {
|
|
3950
4043
|
display: block;
|
|
3951
|
-
color: ${
|
|
3952
|
-
font: ${
|
|
4044
|
+
color: ${ea};
|
|
4045
|
+
font: ${ta};
|
|
3953
4046
|
}
|
|
3954
4047
|
|
|
3955
4048
|
:host([disabled]) .label {
|
|
3956
|
-
color: ${
|
|
4049
|
+
color: ${sa};
|
|
3957
4050
|
}
|
|
3958
4051
|
|
|
3959
4052
|
.control {
|
|
@@ -3969,7 +4062,7 @@ const ep="outline",sp="block",ip=pt`
|
|
|
3969
4062
|
align-items: flex-end;
|
|
3970
4063
|
border: ${ir} solid transparent;
|
|
3971
4064
|
padding: 8px;
|
|
3972
|
-
transition: box-shadow ${
|
|
4065
|
+
transition: box-shadow ${Ra}, border ${Ra};
|
|
3973
4066
|
resize: none;
|
|
3974
4067
|
}
|
|
3975
4068
|
|
|
@@ -3998,11 +4091,11 @@ const ep="outline",sp="block",ip=pt`
|
|
|
3998
4091
|
}
|
|
3999
4092
|
|
|
4000
4093
|
.control::placeholder {
|
|
4001
|
-
color: ${
|
|
4094
|
+
color: ${ea};
|
|
4002
4095
|
}
|
|
4003
4096
|
|
|
4004
4097
|
.control[disabled]::placeholder {
|
|
4005
|
-
color: ${
|
|
4098
|
+
color: ${sa};
|
|
4006
4099
|
}
|
|
4007
4100
|
|
|
4008
4101
|
:host([cols]) .control {
|
|
@@ -4022,12 +4115,12 @@ const ep="outline",sp="block",ip=pt`
|
|
|
4022
4115
|
:host([resize='vertical']) .control {
|
|
4023
4116
|
resize: vertical;
|
|
4024
4117
|
}
|
|
4025
|
-
`.withBehaviors(
|
|
4118
|
+
`.withBehaviors(Td(cp,pt`
|
|
4026
4119
|
.control {
|
|
4027
4120
|
border-color: rgba(${Un}, 0.3);
|
|
4028
4121
|
background-color: transparent;
|
|
4029
4122
|
}
|
|
4030
|
-
`),
|
|
4123
|
+
`),Td(dp,pt`
|
|
4031
4124
|
.control {
|
|
4032
4125
|
background-color: rgba(${Un}, 0.1);
|
|
4033
4126
|
}
|
|
@@ -4041,8 +4134,8 @@ const ep="outline",sp="block",ip=pt`
|
|
|
4041
4134
|
background-color: rgba(${Un}, 0.1);
|
|
4042
4135
|
}
|
|
4043
4136
|
`))
|
|
4044
|
-
class
|
|
4045
|
-
const
|
|
4137
|
+
class pp extends Ai{constructor(){super(...arguments),this.appearance=cp}}io([tt],pp.prototype,"appearance",void 0)
|
|
4138
|
+
const up=pp.compose({baseName:"text-area",baseClass:Ai,template:(t,e)=>U`
|
|
4046
4139
|
<template
|
|
4047
4140
|
class="
|
|
4048
4141
|
${t=>t.readOnly?"readonly":""}
|
|
@@ -4097,18 +4190,18 @@ const np=op.compose({baseName:"text-area",baseClass:Ai,template:(t,e)=>U`
|
|
|
4097
4190
|
${vt("control")}
|
|
4098
4191
|
></textarea>
|
|
4099
4192
|
</template>
|
|
4100
|
-
`,styles:
|
|
4101
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
4102
|
-
const
|
|
4193
|
+
`,styles:hp,shadowOptions:{delegatesFocus:!0}})
|
|
4194
|
+
Ns.getOrCreate().withPrefix("nimble").register(up())
|
|
4195
|
+
const vp="underline",gp="outline",mp="block",bp="frameless",fp=pt`
|
|
4103
4196
|
${Ji("inline-block")}
|
|
4104
|
-
${
|
|
4197
|
+
${dh}
|
|
4105
4198
|
|
|
4106
4199
|
:host {
|
|
4107
|
-
font: ${
|
|
4200
|
+
font: ${Pr};
|
|
4108
4201
|
outline: none;
|
|
4109
4202
|
user-select: none;
|
|
4110
4203
|
--webkit-user-select: none;
|
|
4111
|
-
color: ${
|
|
4204
|
+
color: ${Br};
|
|
4112
4205
|
height: calc(${sr} + ${Zn});
|
|
4113
4206
|
--ni-private-hover-indicator-width: calc(${ir} + 1px);
|
|
4114
4207
|
--ni-private-height-within-border: calc(
|
|
@@ -4117,17 +4210,17 @@ const rp="underline",ap="outline",lp="block",cp="frameless",dp=pt`
|
|
|
4117
4210
|
}
|
|
4118
4211
|
|
|
4119
4212
|
:host([disabled]) {
|
|
4120
|
-
color: ${
|
|
4213
|
+
color: ${Dr};
|
|
4121
4214
|
}
|
|
4122
4215
|
|
|
4123
4216
|
.label {
|
|
4124
4217
|
display: flex;
|
|
4125
|
-
color: ${
|
|
4126
|
-
font: ${
|
|
4218
|
+
color: ${ea};
|
|
4219
|
+
font: ${ta};
|
|
4127
4220
|
}
|
|
4128
4221
|
|
|
4129
4222
|
:host([disabled]) .label {
|
|
4130
|
-
color: ${
|
|
4223
|
+
color: ${sa};
|
|
4131
4224
|
}
|
|
4132
4225
|
|
|
4133
4226
|
.root {
|
|
@@ -4224,11 +4317,11 @@ const rp="underline",ap="outline",lp="block",cp="frameless",dp=pt`
|
|
|
4224
4317
|
}
|
|
4225
4318
|
|
|
4226
4319
|
.control::placeholder {
|
|
4227
|
-
color: ${
|
|
4320
|
+
color: ${ea};
|
|
4228
4321
|
}
|
|
4229
4322
|
|
|
4230
4323
|
.control[disabled]::placeholder {
|
|
4231
|
-
color: ${
|
|
4324
|
+
color: ${Dr};
|
|
4232
4325
|
}
|
|
4233
4326
|
|
|
4234
4327
|
[part='end'] {
|
|
@@ -4243,7 +4336,7 @@ const rp="underline",ap="outline",lp="block",cp="frameless",dp=pt`
|
|
|
4243
4336
|
height: 0px;
|
|
4244
4337
|
border-bottom: ${Gn}
|
|
4245
4338
|
var(--ni-private-hover-indicator-width) solid;
|
|
4246
|
-
transition: width ${
|
|
4339
|
+
transition: width ${Ra} ease-in;
|
|
4247
4340
|
}
|
|
4248
4341
|
|
|
4249
4342
|
@media (prefers-reduced-motion) {
|
|
@@ -4272,12 +4365,12 @@ const rp="underline",ap="outline",lp="block",cp="frameless",dp=pt`
|
|
|
4272
4365
|
slot[name='actions']::slotted(*) {
|
|
4273
4366
|
${Zn.cssCustomProperty}: 24px;
|
|
4274
4367
|
}
|
|
4275
|
-
`.withBehaviors(
|
|
4368
|
+
`.withBehaviors(Td(vp,pt`
|
|
4276
4369
|
.root {
|
|
4277
4370
|
border-bottom-width: ${ir};
|
|
4278
4371
|
padding-bottom: 0;
|
|
4279
4372
|
}
|
|
4280
|
-
`),
|
|
4373
|
+
`),Td(mp,pt`
|
|
4281
4374
|
.root {
|
|
4282
4375
|
background-color: rgba(${Un}, 0.1);
|
|
4283
4376
|
}
|
|
@@ -4305,12 +4398,12 @@ const rp="underline",ap="outline",lp="block",cp="frameless",dp=pt`
|
|
|
4305
4398
|
:host([disabled]) .root {
|
|
4306
4399
|
background-color: rgba(${Un}, 0.07);
|
|
4307
4400
|
}
|
|
4308
|
-
`),
|
|
4401
|
+
`),Td(gp,pt`
|
|
4309
4402
|
.root {
|
|
4310
4403
|
border-width: ${ir};
|
|
4311
4404
|
padding: 0;
|
|
4312
4405
|
}
|
|
4313
|
-
`),
|
|
4406
|
+
`),Td(bp,pt`
|
|
4314
4407
|
.control {
|
|
4315
4408
|
padding-left: ${ir};
|
|
4316
4409
|
padding-right: ${ir};
|
|
@@ -4319,17 +4412,17 @@ const rp="underline",ap="outline",lp="block",cp="frameless",dp=pt`
|
|
|
4319
4412
|
:host([readonly]) .root {
|
|
4320
4413
|
border-color: transparent;
|
|
4321
4414
|
}
|
|
4322
|
-
`),
|
|
4415
|
+
`),Ua(Eo,pt`
|
|
4323
4416
|
.control::-ms-reveal {
|
|
4324
4417
|
filter: invert(0%);
|
|
4325
4418
|
}
|
|
4326
|
-
`),
|
|
4419
|
+
`),Ua([Ro,Mo],pt`
|
|
4327
4420
|
.control::-ms-reveal {
|
|
4328
4421
|
filter: invert(100%);
|
|
4329
4422
|
}
|
|
4330
4423
|
`))
|
|
4331
|
-
class
|
|
4332
|
-
const
|
|
4424
|
+
class xp extends ri{constructor(){super(...arguments),this.appearance=vp,this.errorVisible=!1,this.fullBleed=!1}}io([tt],xp.prototype,"appearance",void 0),io([tt({attribute:"error-text"})],xp.prototype,"errorText",void 0),io([tt({attribute:"error-visible",mode:"boolean"})],xp.prototype,"errorVisible",void 0),io([tt({attribute:"full-bleed",mode:"boolean"})],xp.prototype,"fullBleed",void 0)
|
|
4425
|
+
const wp=xp.compose({baseName:"text-field",baseClass:ri,template:(t,e)=>U`
|
|
4333
4426
|
<template
|
|
4334
4427
|
class="
|
|
4335
4428
|
${t=>t.readOnly?"readonly":""}
|
|
@@ -4389,18 +4482,18 @@ const pp=hp.compose({baseName:"text-field",baseClass:ri,template:(t,e)=>U`
|
|
|
4389
4482
|
${kt(0,e)}
|
|
4390
4483
|
</div>
|
|
4391
4484
|
</template>
|
|
4392
|
-
`,styles:
|
|
4393
|
-
<${Ns.tagFor(
|
|
4485
|
+
`,styles:fp,shadowOptions:{delegatesFocus:!0},end:U`
|
|
4486
|
+
<${Ns.tagFor(nh)}
|
|
4394
4487
|
severity="error"
|
|
4395
4488
|
class="error-icon"
|
|
4396
|
-
></${Ns.tagFor(
|
|
4489
|
+
></${Ns.tagFor(nh)}>
|
|
4397
4490
|
<span part="actions">
|
|
4398
4491
|
<slot name="actions"></slot>
|
|
4399
4492
|
</span>
|
|
4400
|
-
${
|
|
4493
|
+
${Zd}
|
|
4401
4494
|
`})
|
|
4402
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
4403
|
-
const
|
|
4495
|
+
Ns.getOrCreate().withPrefix("nimble").register(wp())
|
|
4496
|
+
const yp=pt`
|
|
4404
4497
|
.positioning-region {
|
|
4405
4498
|
display: flex;
|
|
4406
4499
|
padding: ${tr} ${er};
|
|
@@ -4425,7 +4518,7 @@ const up=pt`
|
|
|
4425
4518
|
margin-left: auto;
|
|
4426
4519
|
}
|
|
4427
4520
|
`
|
|
4428
|
-
const
|
|
4521
|
+
const $p=class extends Ei{}.compose({baseName:"toolbar",baseClass:Ei,template:(t,e)=>U`
|
|
4429
4522
|
<template
|
|
4430
4523
|
aria-label="${t=>t.ariaLabel}"
|
|
4431
4524
|
aria-labelledby="${t=>t.ariaLabelledby}"
|
|
@@ -4446,14 +4539,14 @@ const vp=class extends Ri{}.compose({baseName:"toolbar",baseClass:Ri,template:(t
|
|
|
4446
4539
|
${kt(0,e)}
|
|
4447
4540
|
</div>
|
|
4448
4541
|
</template>
|
|
4449
|
-
`,styles:
|
|
4450
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
4451
|
-
const
|
|
4542
|
+
`,styles:yp,shadowOptions:{delegatesFocus:!0}})
|
|
4543
|
+
Ns.getOrCreate().withPrefix("nimble").register($p())
|
|
4544
|
+
const kp=pt`
|
|
4452
4545
|
${Ji("inline-flex")}
|
|
4453
4546
|
|
|
4454
4547
|
:host {
|
|
4455
|
-
font: ${
|
|
4456
|
-
color: ${
|
|
4548
|
+
font: ${ma};
|
|
4549
|
+
color: ${ba};
|
|
4457
4550
|
text-align: left;
|
|
4458
4551
|
--ni-private-tooltip-border-color: ${Oo(mo,.3)};
|
|
4459
4552
|
--ni-private-tooltip-background-color: ${co};
|
|
@@ -4489,7 +4582,7 @@ const gp=pt`
|
|
|
4489
4582
|
display: flex;
|
|
4490
4583
|
flex: 0 0 auto;
|
|
4491
4584
|
}
|
|
4492
|
-
`.withBehaviors(
|
|
4585
|
+
`.withBehaviors(Ua(Eo,pt`
|
|
4493
4586
|
:host([severity='error']) {
|
|
4494
4587
|
--ni-private-tooltip-border-color: ${xo};
|
|
4495
4588
|
--ni-private-tooltip-background-color: ${po};
|
|
@@ -4499,7 +4592,7 @@ const gp=pt`
|
|
|
4499
4592
|
--ni-private-tooltip-border-color: ${no};
|
|
4500
4593
|
--ni-private-tooltip-background-color: ${po};
|
|
4501
4594
|
}
|
|
4502
|
-
`),
|
|
4595
|
+
`),Ua(Ro,pt`
|
|
4503
4596
|
:host {
|
|
4504
4597
|
--ni-private-tooltip-border-color: ${Oo(co,.3)};
|
|
4505
4598
|
--ni-private-tooltip-background-color: ${uo};
|
|
@@ -4512,7 +4605,7 @@ const gp=pt`
|
|
|
4512
4605
|
:host([severity='error']) {
|
|
4513
4606
|
--ni-private-tooltip-border-color: ${xo};
|
|
4514
4607
|
}
|
|
4515
|
-
`),
|
|
4608
|
+
`),Ua(Mo,pt`
|
|
4516
4609
|
.anchored-region {
|
|
4517
4610
|
background-color: ${bo};
|
|
4518
4611
|
}
|
|
@@ -4533,7 +4626,7 @@ const gp=pt`
|
|
|
4533
4626
|
.status-icon {
|
|
4534
4627
|
opacity: 0.6;
|
|
4535
4628
|
}
|
|
4536
|
-
`)),
|
|
4629
|
+
`)),Cp=U`
|
|
4537
4630
|
${gt((t=>t.tooltipVisible),U`
|
|
4538
4631
|
<${Ns.tagFor(eo)}
|
|
4539
4632
|
class="anchored-region"
|
|
@@ -4553,40 +4646,40 @@ const gp=pt`
|
|
|
4553
4646
|
${vt("region")}
|
|
4554
4647
|
>
|
|
4555
4648
|
<div class="tooltip" part="tooltip" role="tooltip">
|
|
4556
|
-
<${Ns.tagFor(
|
|
4649
|
+
<${Ns.tagFor(nh)}
|
|
4557
4650
|
severity="error"
|
|
4558
4651
|
class="status-icon"
|
|
4559
|
-
></${Ns.tagFor(
|
|
4560
|
-
<${Ns.tagFor(
|
|
4652
|
+
></${Ns.tagFor(nh)}>
|
|
4653
|
+
<${Ns.tagFor(_h)}
|
|
4561
4654
|
severity="information"
|
|
4562
4655
|
class="status-icon"
|
|
4563
|
-
></${Ns.tagFor(
|
|
4656
|
+
></${Ns.tagFor(_h)}>
|
|
4564
4657
|
<slot></slot>
|
|
4565
4658
|
</div>
|
|
4566
4659
|
</${Ns.tagFor(eo)}>
|
|
4567
4660
|
`)}
|
|
4568
4661
|
`
|
|
4569
|
-
class
|
|
4570
|
-
const
|
|
4571
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
4572
|
-
const
|
|
4573
|
-
class
|
|
4662
|
+
class _p extends Xi{constructor(){super(...arguments),this.iconVisible=!1}}io([tt],_p.prototype,"severity",void 0),io([tt({attribute:"icon-visible",mode:"boolean"})],_p.prototype,"iconVisible",void 0)
|
|
4663
|
+
const zp=_p.compose({baseName:"tooltip",baseClass:Xi,template:Cp,styles:kp})
|
|
4664
|
+
Ns.getOrCreate().withPrefix("nimble").register(zp())
|
|
4665
|
+
const Ip="group-selected",Op="all",Hp="leaves-only",Ap="none"
|
|
4666
|
+
class Sp{constructor(t,e,s){this.ltr=t,this.rtl=e,this.source=s,this.attached=null}handleChange({target:t,token:e}){this.attach(e.getValueFor(t))}attach(t){this.attached!==this[t]&&(null!==this.attached&&this.source.$fastController.removeStyles(this.attached),this.attached=this[t],null!==this.attached&&this.source.$fastController.addStyles(this.attached))}}const Ep=pt`
|
|
4574
4667
|
${Ji("block")}
|
|
4575
4668
|
|
|
4576
4669
|
:host {
|
|
4577
4670
|
${""}
|
|
4578
|
-
font-family: ${
|
|
4579
|
-
font-weight: ${
|
|
4671
|
+
font-family: ${Fr};
|
|
4672
|
+
font-weight: ${Nr};
|
|
4580
4673
|
contain: content;
|
|
4581
4674
|
position: relative;
|
|
4582
4675
|
outline: none;
|
|
4583
|
-
color: ${
|
|
4676
|
+
color: ${Br};
|
|
4584
4677
|
cursor: pointer;
|
|
4585
4678
|
--ni-private-tree-item-nested-width: 0;
|
|
4586
4679
|
}
|
|
4587
4680
|
|
|
4588
4681
|
${""}
|
|
4589
|
-
:host([${
|
|
4682
|
+
:host([${Ip}])::after {
|
|
4590
4683
|
background: ${Gn};
|
|
4591
4684
|
border-radius: 0px;
|
|
4592
4685
|
content: '';
|
|
@@ -4608,11 +4701,11 @@ class kp{constructor(t,e,s){this.ltr=t,this.rtl=e,this.source=s,this.attached=nu
|
|
|
4608
4701
|
background: ${Nn};
|
|
4609
4702
|
}
|
|
4610
4703
|
|
|
4611
|
-
:host([${
|
|
4704
|
+
:host([${Ip}]) .positioning-region:hover {
|
|
4612
4705
|
background: ${Fn};
|
|
4613
4706
|
}
|
|
4614
4707
|
|
|
4615
|
-
:host(${
|
|
4708
|
+
:host(${Rd}) .positioning-region {
|
|
4616
4709
|
box-shadow: 0px 0px 0px ${ir} ${Gn} inset;
|
|
4617
4710
|
outline: ${ir} solid ${Gn};
|
|
4618
4711
|
outline-offset: -2px;
|
|
@@ -4640,13 +4733,13 @@ class kp{constructor(t,e,s){this.ltr=t,this.rtl=e,this.source=s,this.attached=nu
|
|
|
4640
4733
|
width: 100%;
|
|
4641
4734
|
padding-left: 10px;
|
|
4642
4735
|
font: inherit;
|
|
4643
|
-
font-size: ${
|
|
4736
|
+
font-size: ${qr};
|
|
4644
4737
|
user-select: none;
|
|
4645
4738
|
position: relative;
|
|
4646
4739
|
margin-inline-start: ${or};
|
|
4647
4740
|
}
|
|
4648
4741
|
|
|
4649
|
-
:host(${
|
|
4742
|
+
:host(${Rd}) .content-region {
|
|
4650
4743
|
outline: none;
|
|
4651
4744
|
}
|
|
4652
4745
|
|
|
@@ -4720,7 +4813,7 @@ class kp{constructor(t,e,s){this.ltr=t,this.rtl=e,this.source=s,this.attached=nu
|
|
|
4720
4813
|
display: block;
|
|
4721
4814
|
}
|
|
4722
4815
|
`.withBehaviors(new class{constructor(t,e){this.cache=new WeakMap,this.ltr=t,this.rtl=e}bind(t){this.attach(t)}unbind(t){const e=this.cache.get(t)
|
|
4723
|
-
e&&Mn.unsubscribe(e)}attach(t){const e=this.cache.get(t)||new
|
|
4816
|
+
e&&Mn.unsubscribe(e)}attach(t){const e=this.cache.get(t)||new Sp(this.ltr,this.rtl,t),s=Mn.getValueFor(t)
|
|
4724
4817
|
Mn.subscribe(e),e.attach(s),this.cache.set(t,e)}}(pt`
|
|
4725
4818
|
.expand-collapse-button {
|
|
4726
4819
|
left: var(
|
|
@@ -4752,11 +4845,11 @@ Mn.subscribe(e),e.attach(s),this.cache.set(t,e)}}(pt`
|
|
|
4752
4845
|
transform: rotate(135deg);
|
|
4753
4846
|
}
|
|
4754
4847
|
`))
|
|
4755
|
-
const
|
|
4756
|
-
t?.forEach((t=>t.removeAttribute(
|
|
4848
|
+
const Rp=class extends Yi{constructor(){super(...arguments),this.treeView=null,this.handleSelectedChange=t=>{t.target===this&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}}connectedCallback(){super.connectedCallback(),this.addEventListener("selected-change",this.handleSelectedChange),this.treeView=this.getParentTreeView(),this.treeView&&this.selected&&this.setGroupSelectionOnRootParentTreeItem(this)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("selected-change",this.handleSelectedChange),this.treeView=null}clearTreeGroupSelection(){const t=this.treeView?.querySelectorAll("[group-selected]")
|
|
4849
|
+
t?.forEach((t=>t.removeAttribute(Ip)))}setGroupSelectionOnRootParentTreeItem(t){this.clearTreeGroupSelection()
|
|
4757
4850
|
let e=t
|
|
4758
4851
|
for(;e?.parentElement!==this.treeView;)e=e?.parentElement
|
|
4759
|
-
e&&e.setAttribute(
|
|
4852
|
+
e&&e.setAttribute(Ip,"true")}getParentTreeView(){return this.parentElement.closest("[role='tree']")}}.compose({baseName:"tree-item",baseClass:Yi,template:(t,e)=>U`
|
|
4760
4853
|
<template
|
|
4761
4854
|
role="treeitem"
|
|
4762
4855
|
slot="${t=>t.isNestedItem()?"item":void 0}"
|
|
@@ -4796,9 +4889,9 @@ e&&e.setAttribute(xp,"true")}getParentTreeView(){return this.parentElement.close
|
|
|
4796
4889
|
</div>
|
|
4797
4890
|
`)}
|
|
4798
4891
|
</template>
|
|
4799
|
-
`,styles:
|
|
4800
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
4801
|
-
const
|
|
4892
|
+
`,styles:Ep,expandCollapseGlyph:Za.data})
|
|
4893
|
+
Ns.getOrCreate().withPrefix("nimble").register(Rp())
|
|
4894
|
+
const Mp=pt`
|
|
4802
4895
|
${Ji("flex")}
|
|
4803
4896
|
|
|
4804
4897
|
:host {
|
|
@@ -4807,18 +4900,18 @@ const zp=pt`
|
|
|
4807
4900
|
min-width: fit-content;
|
|
4808
4901
|
font-size: 0;
|
|
4809
4902
|
}
|
|
4810
|
-
:host(${
|
|
4903
|
+
:host(${Rd}) {
|
|
4811
4904
|
outline: none;
|
|
4812
4905
|
}
|
|
4813
4906
|
`
|
|
4814
|
-
class
|
|
4907
|
+
class Vp extends Qi{constructor(){super(...arguments),this.selectionMode=Op}handleClick(t){if(t.defaultPrevented)return!1
|
|
4815
4908
|
if(!(t.target instanceof Element&&Gi(t.target)))return!0
|
|
4816
4909
|
const e=t.target
|
|
4817
|
-
return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case
|
|
4818
|
-
case
|
|
4819
|
-
case
|
|
4820
|
-
default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}io([tt({attribute:"selection-mode"})],
|
|
4821
|
-
const
|
|
4910
|
+
return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case Op:return!0
|
|
4911
|
+
case Ap:return!1
|
|
4912
|
+
case Hp:return!this.itemHasChildren(t)
|
|
4913
|
+
default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}io([tt({attribute:"selection-mode"})],Vp.prototype,"selectionMode",void 0)
|
|
4914
|
+
const Lp=Vp.compose({baseName:"tree-view",baseClass:Qi,template:(t,e)=>U`
|
|
4822
4915
|
<template
|
|
4823
4916
|
role="tree"
|
|
4824
4917
|
${vt("treeView")}
|
|
@@ -4830,6 +4923,6 @@ const Op=Ip.compose({baseName:"tree-view",baseClass:Qi,template:(t,e)=>U`
|
|
|
4830
4923
|
>
|
|
4831
4924
|
<slot ${xt("slottedTreeItems")}></slot>
|
|
4832
4925
|
</template>
|
|
4833
|
-
`,styles:
|
|
4834
|
-
Ns.getOrCreate().withPrefix("nimble").register(
|
|
4926
|
+
`,styles:Mp})
|
|
4927
|
+
Ns.getOrCreate().withPrefix("nimble").register(Lp())}()
|
|
4835
4928
|
//# sourceMappingURL=all-components-bundle.min.js.map
|