@ni/nimble-components 11.6.0 → 11.7.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 +137 -49
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +903 -826
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/combobox/styles.js +5 -1
- package/dist/esm/combobox/styles.js.map +1 -1
- package/dist/esm/icon-base/styles.js +5 -1
- package/dist/esm/icon-base/styles.js.map +1 -1
- package/dist/esm/icon-base/types.d.ts +1 -0
- package/dist/esm/icon-base/types.js +2 -1
- package/dist/esm/icon-base/types.js.map +1 -1
- package/dist/esm/list-option/styles.js +2 -1
- package/dist/esm/list-option/styles.js.map +1 -1
- package/dist/esm/theme-provider/design-token-comments.js +1 -0
- package/dist/esm/theme-provider/design-token-comments.js.map +1 -1
- package/dist/esm/theme-provider/design-token-names.js +1 -0
- package/dist/esm/theme-provider/design-token-names.js.map +1 -1
- package/dist/esm/theme-provider/design-tokens.d.ts +1 -0
- package/dist/esm/theme-provider/design-tokens.js +5 -1
- package/dist/esm/theme-provider/design-tokens.js.map +1 -1
- package/dist/esm/tooltip/index.js +2 -1
- package/dist/esm/tooltip/index.js.map +1 -1
- package/dist/esm/tooltip/styles.js +79 -5
- package/dist/esm/tooltip/styles.js.map +1 -1
- package/dist/esm/tooltip/template.d.ts +4 -0
- package/dist/esm/tooltip/template.js +35 -0
- package/dist/esm/tooltip/template.js.map +1 -0
- package/dist/esm/tooltip/types.d.ts +10 -0
- package/dist/esm/tooltip/types.js +10 -0
- package/dist/esm/tooltip/types.js.map +1 -0
- package/dist/tokens-internal.scss +6 -0
- package/dist/tokens.scss +3 -0
- package/package.json +1 -1
|
@@ -936,13 +936,13 @@ class no extends je{}const ro=no.compose({baseName:"anchored-region",baseClass:j
|
|
|
936
936
|
</template>
|
|
937
937
|
`,styles:oo})
|
|
938
938
|
js.getOrCreate().withPrefix("nimble").register(ro())
|
|
939
|
-
const ao="#
|
|
940
|
-
function
|
|
939
|
+
const ao="#a46eff",lo="#804ad9",co="#ff8126",ho="#009921",uo="#00c12b",po="#f1f1f2",vo="#f5f5f5",go="#ffffff",mo="#363738",fo="#505153",bo="#161617",wo="#074023",xo="#009b65",yo="#d63434",$o="#ff4b00",Co="#006b46",ko="#32eb96",_o="14px",zo=new RegExp("[^#a-f\\d]","gi"),Io=new RegExp("^#?[a-f\\d]{3}[a-f\\d]?$|^#?[a-f\\d]{6}([a-f\\d]{2})?$","i")
|
|
940
|
+
function Oo(t,e={}){if("string"!=typeof t||zo.test(t)||!Io.test(t))throw new TypeError("Expected a valid hex string")
|
|
941
941
|
let s=1
|
|
942
942
|
8===(t=t.replace(/^#/,"")).length&&(s=Number.parseInt(t.slice(6,8),16)/255,t=t.slice(0,6)),4===t.length&&(s=Number.parseInt(t.slice(3,4).repeat(2),16)/255,t=t.slice(0,3)),3===t.length&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2])
|
|
943
943
|
const i=Number.parseInt(t,16),o=i>>16,n=i>>8&255,r=255&i,a="number"==typeof e.alpha?e.alpha:s
|
|
944
944
|
if("array"===e.format)return[o,n,r,a]
|
|
945
|
-
if("css"===e.format){return`rgb(${o} ${n} ${r}${1===a?"":` / ${Number((100*a).toFixed(2))}%`})`}return{red:o,green:n,blue:r,alpha:a}}const
|
|
945
|
+
if("css"===e.format){return`rgb(${o} ${n} ${r}${1===a?"":` / ${Number((100*a).toFixed(2))}%`})`}return{red:o,green:n,blue:r,alpha:a}}const So="light",Ao="dark",Eo="color",Ho="action-rgb-partial-color",Mo="application-background-color",Vo="divider-background-color",Lo="header-background-color",To="section-background-color",Po="fill-selected-color",Ro="fill-selected-rgb-partial-color",Do="fill-hover-selected-color",Fo="fill-hover-color",Bo="fill-down-color",No="border-color",jo="border-rgb-partial-color",qo="fail-color",Uo="warning-color",Ko="pass-color",Wo="information-color",Xo="border-hover-color",Yo="icon-color",Go="popup-box-shadow-color",Qo="popup-border-color",Jo="control-height",Zo="small-padding",tn="standard-padding",en="label-height",sn="border-width",on="icon-size",nn="group-header-text-transform",rn="drawer-width",an="small-delay",ln="medium-delay",cn="large-delay",hn="headline-plus-1-font",dn="headline-font",un="title-plus-2-font",pn="title-plus-1-font",vn="title-font",gn="subtitle-plus-1-font",mn="subtitle-font",fn="link-standard-font",bn="placeholder-font",wn="body-emphasized-font",xn="body-font",yn="group-header-font",$n="control-label-font",Cn="button-label-font",kn="tooltip-caption-font",_n="tooltip-background-color",zn="error-text-font",In=t=>`ni-nimble-${t}`
|
|
946
946
|
/*! *****************************************************************************
|
|
947
947
|
Copyright (c) Microsoft Corporation.
|
|
948
948
|
|
|
@@ -957,50 +957,52 @@ if("css"===e.format){return`rgb(${o} ${n} ${r}${1===a?"":` / ${Number((100*a).to
|
|
|
957
957
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
958
958
|
PERFORMANCE OF THIS SOFTWARE.
|
|
959
959
|
***************************************************************************** */
|
|
960
|
-
function
|
|
960
|
+
function On(t,e,s,i){var o,n=arguments.length,r=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i
|
|
961
961
|
if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,s,i)
|
|
962
962
|
else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,s,r):o(e,s))||r)
|
|
963
|
-
return n>3&&r&&Object.defineProperty(e,s,r),r}const
|
|
963
|
+
return n>3&&r&&Object.defineProperty(e,s,r),r}const Sn=X`<slot></slot>`,An=mt`
|
|
964
964
|
:host {
|
|
965
965
|
display: contents;
|
|
966
966
|
}
|
|
967
|
-
`,
|
|
968
|
-
class
|
|
969
|
-
const
|
|
970
|
-
function
|
|
971
|
-
return`rgba(${s}, ${i}, ${o}, ${e})`}js.getOrCreate().withPrefix("nimble").register(
|
|
972
|
-
const
|
|
973
|
-
Ps.create(
|
|
974
|
-
const
|
|
975
|
-
Ps.create(
|
|
976
|
-
const
|
|
977
|
-
|
|
978
|
-
const
|
|
979
|
-
|
|
980
|
-
const[cr,hr,dr,ur
|
|
981
|
-
|
|
982
|
-
const ya=Ps.create(
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
967
|
+
`,En=Ps.create({name:"direction",cssCustomPropertyName:null}).withDefault(Ve.ltr),Hn=Ps.create({name:"theme",cssCustomPropertyName:null}).withDefault(So)
|
|
968
|
+
class Mn extends de{constructor(){super(...arguments),this.direction=Ve.ltr,this.theme=So}directionChanged(t,e){null!=e?En.setValueFor(this,e):En.deleteValueFor(this)}themeChanged(t,e){null!=e?Hn.setValueFor(this,e):Hn.deleteValueFor(this)}}On([ot({attribute:"direction"})],Mn.prototype,"direction",void 0),On([ot({attribute:"theme"})],Mn.prototype,"theme",void 0)
|
|
969
|
+
const Vn=Mn.compose({baseName:"theme-provider",styles:An,template:Sn})
|
|
970
|
+
function Ln(t,e){const{red:s,green:i,blue:o}=Oo(t)
|
|
971
|
+
return`rgba(${s}, ${i}, ${o}, ${e})`}js.getOrCreate().withPrefix("nimble").register(Vn())
|
|
972
|
+
const Tn=Ps.create(In(Ho)).withDefault((t=>za(Oa(t,bo,po,go)))),Pn=Ps.create(In(Mo)).withDefault((t=>Oa(t,go,mo,wo)))
|
|
973
|
+
Ps.create(In(Lo)).withDefault((t=>Oa(t,vo,"#252526",wo))),Ps.create(In(To)).withDefault((t=>Oa(t,po,fo,wo))),Ps.create(In(Vo)).withDefault((t=>Oa(t,po,fo,wo)))
|
|
974
|
+
const Rn=Ps.create(In(Po)).withDefault((t=>Ln(Ha(t),.2))),Dn=Ps.create(In(Ro)).withDefault((t=>za(Ha(t)))),Fn=Ps.create(In(Do)).withDefault((t=>Ln(Ha(t),.15))),Bn=Ps.create(In(Fo)).withDefault((t=>Ln(function(t){return Oa(t,bo,po,go)}(t),.1)))
|
|
975
|
+
Ps.create(In(Bo)).withDefault((t=>Ln(function(t){return Oa(t,bo,po,go)}(t),.15)))
|
|
976
|
+
const Nn=Ps.create(In(No)).withDefault((t=>Aa(t))),jn=Ps.create(In(jo)).withDefault((t=>za(Aa(t)))),qn=Ps.create(In(qo)).withDefault((t=>Sa(t))),Un=Ps.create(In(Uo)).withDefault((t=>function(t){return Oa(t,$o,co,go)}(t))),Kn=Ps.create(In(Ko)).withDefault((t=>function(t){return Oa(t,ho,uo,go)}(t))),Wn=Ps.create(In(Wo)).withDefault((t=>function(t){return Oa(t,lo,ao,go)}(t))),Xn=Ps.create(In(Xo)).withDefault((t=>Oa(t,xo,xo,go))),Yn=Ps.create(In(Yo)).withDefault((t=>Oa(t,bo,po,go))),Gn=Ps.create(In(Go)).withDefault((t=>Ln(Oa(t,"#818386",mo,mo),.3))),Qn=Ps.create(In(Qo)).withDefault((t=>Ln(Oa(t,bo,po,go),.3)))
|
|
977
|
+
Ps.create(In(_n)).withDefault((t=>Oa(t,po,mo,wo)))
|
|
978
|
+
const Jn=Ps.create(In(Jo)).withDefault("32px"),Zn=Ps.create(In(Zo)).withDefault("4px"),tr=Ps.create(In(tn)).withDefault("16px"),er=Ps.create(In(en)).withDefault("16px"),sr=Ps.create(In(sn)).withDefault("1px"),ir=Ps.create(In(on)).withDefault("16px"),or=Ps.create(In(rn)).withDefault("784px")
|
|
979
|
+
Ia(dn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Noto Serif","400","25px","32px","serif"),Ia(hn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Noto Serif","400","29.100000381469727px","40px","serif"),Ia(un,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","400","25px","32px","sans-serif")
|
|
980
|
+
const[nr,rr,ar,lr,cr,hr,dr,ur]=Ia(pn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","400","22px","28px","sans-serif")
|
|
981
|
+
Ia(vn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","400","19px","24px","sans-serif"),Ia(gn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","300","16px","20px","sans-serif"),Ia(mn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","300","12.800000190734863px","16px","sans-serif"),Ia(fn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif")
|
|
982
|
+
const[pr,vr,gr,mr,fr,br,wr,xr]=Ia(bn,(t=>Ln(Ea(t),.6)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[yr,$r,Cr,kr,_r,zr,Ir,Or]=Ia(wn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","600","14px","18px","sans-serif"),[Sr,Ar,Er,Hr,Mr,Vr,Lr,Tr]=Ia(xn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","400","14px","18px","sans-serif"),[Pr,Rr,Dr,Fr,Br,Nr,jr,qr]=Ia(yn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Ur,Kr,Wr,Xr,Yr,Gr,Qr,Jr]=Ia($n,(t=>Ln(Ea(t),.6)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","600","11px","16px","sans-serif"),[Zr,ta,ea,sa,ia,oa,na,ra]=Ia(Cn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","400","12.800000190734863px","16px","sans-serif"),[aa,la,ca,ha,da,ua,pa,va]=Ia(kn,(t=>Ea(t)),(t=>Ln(Ea(t),.3)),"Source Sans Pro","400","11px",_o,"sans-serif"),[ga,ma,fa,ba,wa,xa,ya,$a]=Ia(zn,(t=>Sa(t)),(t=>Ln(Sa(t),.3)),"Source Sans Pro","400","9px",_o,"sans-serif"),Ca=Ps.create(In(nn)).withDefault("uppercase"),ka=Ps.create(In(an)).withDefault("0.075s")
|
|
983
|
+
Ps.create(In(ln)).withDefault("0.15s")
|
|
984
|
+
const _a=Ps.create(In(cn)).withDefault("0.25s")
|
|
985
|
+
function za(t){const{red:e,green:s,blue:i}=Oo(t)
|
|
986
|
+
return`${e}, ${s}, ${i}`}function Ia(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")
|
|
987
|
+
const l=Ps.create(In(t)).withDefault(`${o} ${n}/${r} ${i}, ${a}`),c=t.split("-font"),h=c[0]
|
|
986
988
|
if(void 0===h||""!==c[1])throw new Error(`fontTokenName value of ${t} did not have the expected '-font' suffix`)
|
|
987
|
-
return[l,Ps.create(
|
|
988
|
-
case
|
|
989
|
-
case
|
|
990
|
-
default:return e}}function
|
|
991
|
-
const i=t,o=
|
|
989
|
+
return[l,Ps.create(In(`${h}-font-color`)).withDefault((t=>e(t))),Ps.create(In(`${h}-disabled-font-color`)).withDefault((t=>s(t))),Ps.create(In(`${h}-font-family`)).withDefault(`${i}`),Ps.create(In(`${h}-font-weight`)).withDefault(`${o}`),Ps.create(In(`${h}-font-size`)).withDefault(`${n}`),Ps.create(In(`${h}-font-line-height`)).withDefault(`${r}`),Ps.create(In(`${h}-fallback-font-family`)).withDefault(`${a}`)]}function Oa(t,e,s,i){switch(Hn.getValueFor(t)){case So:return e
|
|
990
|
+
case Ao:return s
|
|
991
|
+
case Eo:return i
|
|
992
|
+
default:return e}}function Sa(t){return Oa(t,"#c4000c","#ff4646",go)}function Aa(t){return Oa(t,bo,po,go)}function Ea(t){return Oa(t,bo,po,go)}function Ha(t){return Oa(t,xo,xo,go)}class Ma{constructor(t,e){this.themeStyles=t,this.source=e,this.attached=null}handleChange({target:t,token:e}){this.attach(e.getValueFor(t))}attach(t){this.attached!==this.themeStyles[t]&&(null!==this.attached&&this.source.$fastController.removeStyles(this.attached),this.attached=this.themeStyles[t],null!==this.attached&&this.source.$fastController.addStyles(this.attached))}}class Va{constructor(t,e,s){this.cache=new WeakMap
|
|
993
|
+
const i=t,o=Va.resolveTheme(e,{light:i,dark:null,color:null}),n=Va.resolveTheme(s,{light:i,dark:o,color:null})
|
|
992
994
|
this.themeStyles={light:i,dark:o,color:n}}static resolveTheme(t,e){if(t instanceof Y||null===t)return t
|
|
993
995
|
const s=e[t]
|
|
994
996
|
if(null===s)throw new Error(`Tried to alias to theme '${t}' but the theme value is not set to a style.`)
|
|
995
|
-
return s}bind(t){const e=this.cache.get(t)||new
|
|
996
|
-
|
|
997
|
-
e&&
|
|
997
|
+
return s}bind(t){const e=this.cache.get(t)||new Ma(this.themeStyles,t),s=Hn.getValueFor(t)
|
|
998
|
+
Hn.subscribe(e,t),e.attach(s),this.cache.set(t,e)}unbind(t){const e=this.cache.get(t)
|
|
999
|
+
e&&Hn.unsubscribe(e)}}const La=(t,e,s)=>new Va(t,e,s),Ta=mt`
|
|
998
1000
|
${so("inline-block")}
|
|
999
1001
|
|
|
1000
1002
|
:host {
|
|
1001
1003
|
box-sizing: border-box;
|
|
1002
|
-
font: ${
|
|
1003
|
-
--ni-private-breadcrumb-link-font-color: ${
|
|
1004
|
+
font: ${Sr};
|
|
1005
|
+
--ni-private-breadcrumb-link-font-color: ${Ar};
|
|
1004
1006
|
}
|
|
1005
1007
|
|
|
1006
1008
|
.list {
|
|
@@ -1009,7 +1011,7 @@ e&&On.unsubscribe(e)}}const Ea=(t,e,s)=>new Aa(t,e,s),Ha=mt`
|
|
|
1009
1011
|
}
|
|
1010
1012
|
|
|
1011
1013
|
:host(.prominent-links) {
|
|
1012
|
-
--ni-private-breadcrumb-link-active-font-color: ${
|
|
1014
|
+
--ni-private-breadcrumb-link-active-font-color: ${Ar};
|
|
1013
1015
|
}
|
|
1014
1016
|
|
|
1015
1017
|
::slotted(*:first-child) {
|
|
@@ -1017,37 +1019,37 @@ e&&On.unsubscribe(e)}}const Ea=(t,e,s)=>new Aa(t,e,s),Ha=mt`
|
|
|
1017
1019
|
}
|
|
1018
1020
|
|
|
1019
1021
|
::slotted(*:not([href]):last-child) {
|
|
1020
|
-
font: ${
|
|
1022
|
+
font: ${yr};
|
|
1021
1023
|
}
|
|
1022
|
-
`.withBehaviors(
|
|
1024
|
+
`.withBehaviors(La(mt`
|
|
1023
1025
|
${""}
|
|
1024
1026
|
:host {
|
|
1025
|
-
--ni-private-breadcrumb-link-active-font-color: ${
|
|
1027
|
+
--ni-private-breadcrumb-link-active-font-color: ${Co};
|
|
1026
1028
|
}
|
|
1027
1029
|
|
|
1028
1030
|
:host(.prominent-links) {
|
|
1029
|
-
--ni-private-breadcrumb-link-font-color: ${
|
|
1031
|
+
--ni-private-breadcrumb-link-font-color: ${Co};
|
|
1030
1032
|
}
|
|
1031
1033
|
`,mt`
|
|
1032
1034
|
${""}
|
|
1033
1035
|
:host {
|
|
1034
|
-
--ni-private-breadcrumb-link-active-font-color: ${
|
|
1036
|
+
--ni-private-breadcrumb-link-active-font-color: ${ko};
|
|
1035
1037
|
}
|
|
1036
1038
|
|
|
1037
1039
|
:host(.prominent-links) {
|
|
1038
|
-
--ni-private-breadcrumb-link-font-color: ${
|
|
1040
|
+
--ni-private-breadcrumb-link-font-color: ${ko};
|
|
1039
1041
|
}
|
|
1040
1042
|
`,mt`
|
|
1041
1043
|
${""}
|
|
1042
1044
|
:host {
|
|
1043
|
-
--ni-private-breadcrumb-link-active-font-color: ${
|
|
1045
|
+
--ni-private-breadcrumb-link-active-font-color: ${Ln(go,.6)};
|
|
1044
1046
|
}
|
|
1045
1047
|
|
|
1046
1048
|
:host(.prominent-links) {
|
|
1047
|
-
--ni-private-breadcrumb-link-font-color: ${
|
|
1049
|
+
--ni-private-breadcrumb-link-font-color: ${ko};
|
|
1048
1050
|
}
|
|
1049
1051
|
`))
|
|
1050
|
-
const
|
|
1052
|
+
const Pa=class extends Ue{}.compose({baseName:"breadcrumb",baseClass:Ue,template:(t,e)=>X`
|
|
1051
1053
|
<template role="navigation">
|
|
1052
1054
|
<div role="list" class="list" part="list">
|
|
1053
1055
|
<slot
|
|
@@ -1055,17 +1057,17 @@ const Ma=class extends Ue{}.compose({baseName:"breadcrumb",baseClass:Ue,template
|
|
|
1055
1057
|
></slot>
|
|
1056
1058
|
</div>
|
|
1057
1059
|
</template>
|
|
1058
|
-
`,styles:
|
|
1059
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
1060
|
-
const Va={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>'},La={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>'},Ta={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>'},Pa={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>'},Ra={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>'},Da={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>'},Fa={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>'},Ba={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>'},Na={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>'},ja={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>'},qa={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>'},Ua={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>'},Ka={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>'},Wa={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>'},Xa={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>'},Ya={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>'},Ga={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>'},Qa={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>'},Ja={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>'},Za={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>'},tl={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>'},el={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>'},sl={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>'},il={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>'},ol={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>'},nl={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>'},rl={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>'},al={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>'},ll={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>'},cl={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>'},hl={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>'},dl={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>'},ul={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>'},pl={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>'},vl={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>'},gl={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>'},ml={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>'},fl={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>'},bl={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>'},wl={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>'},xl={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>'},yl={name:"cog_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.147 11.648c-.01.006-.02.014-.032.02a4.1 4.1 0 01-.46.224l-.012.005c-.033.015-.068.028-.103.042-.051.019-.11.036-.162.055-.094.034-.186.068-.285.099-.034.01-.064.024-.1.033-.019.007-.042.012-.062.019q-.279.078-.58.144l-.133.03q-.324.068-.668.12l-.135.02c-.214.03-.431.057-.653.079l-.103.012a17.446 17.446 0 01-.903.06c-.254.01-.507.018-.759.018a18.75 18.75 0 01-1.66-.078l-.105-.012a15.901 15.901 0 01-.65-.08l-.134-.018c-.23-.036-.455-.076-.67-.122l-.132-.029a9.372 9.372 0 01-.582-.145l-.059-.017c-.036-.01-.067-.023-.1-.034a7.034 7.034 0 01-.285-.1c-.054-.018-.112-.035-.165-.055l-.101-.041-.01-.005a4.076 4.076 0 01-.462-.223l-.03-.02a2.343 2.343 0 01-.334-.24c-.014-.012-.033-.022-.045-.033v1.013c0 .364.524.749 1.427 1.051a8.098 8.098 0 00.697.197 14.793 14.793 0 003.4.363 14.818 14.818 0 003.403-.362 8.38 8.38 0 00.697-.197c.904-.303 1.43-.688 1.43-1.052v-1.013c-.015.012-.034.022-.047.034a2.478 2.478 0 01-.333.238m.38-1.883c0-.762-2.27-1.61-5.529-1.61-3.256 0-5.524.848-5.524 1.61 0 .365.525.75 1.427 1.052a9.254 9.254 0 00.698.197 14.8 14.8 0 003.399.362 14.817 14.817 0 003.401-.362 8.375 8.375 0 00.7-.197c.902-.302 1.428-.687 1.428-1.052M3.931 7.697L2.802 7.6l.171-1.979 1.129.095a3.984 3.984 0 01.516-.985l-.729-.856 1.537-1.28.73.855a4.085 4.085 0 011.071-.336L7.323 2l2.004.17-.097 1.114a3.949 3.949 0 01.52.223 4.027 4.027 0 01.478.288l.866-.721 1.296 1.52-.866.72a3.961 3.961 0 01.341 1.058l1.127.095-.133 1.539a10.211 10.211 0 00-2.482-.618c.007-.048.021-.094.026-.143a2.48 2.48 0 00-1.346-2.416 2.543 2.543 0 00-2.938.45 2.408 2.408 0 00-.698 2.14 11.88 11.88 0 00-1.482.311l-.008-.033zm4.067-.468c-.331 0-.697.012-1.077.035a.972.972 0 01-.026-.314.99.99 0 01.292-.618 1.011 1.011 0 011.174-.18.992.992 0 01.539.967.923.923 0 01-.036.132 17.817 17.817 0 00-.866-.022z"/></svg>'},$l={name:"cog_database_inset_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.751 7.338L14 6.824l-.914-2.218-1.25.515a4.74 4.74 0 00-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.715 4.715 0 00-.676-.049 4.803 4.803 0 00-.663.047L6.823 2l-2.217.914.516 1.25a4.741 4.741 0 00-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.816 4.816 0 00-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.823 4.823 0 00.945.949l-.518 1.247 2.214.921.519-1.246a4.673 4.673 0 00.674.048 4.737 4.737 0 00.666-.047L9.176 14l2.218-.914-.515-1.248a4.826 4.826 0 00.95-.945l1.245.518.922-2.214-1.247-.519a4.729 4.729 0 00.002-1.34zm-1.06 2.418c0 .244-.35.5-.954.703a5.157 5.157 0 01-.466.131 9.896 9.896 0 01-2.273.243 9.88 9.88 0 01-2.271-.243 5.454 5.454 0 01-.466-.131c-.603-.202-.953-.46-.953-.703V9.08c.008.008.02.015.03.023a1.567 1.567 0 00.223.16l.02.013a2.725 2.725 0 00.309.15l.006.002.068.028c.035.013.074.025.11.037.062.023.125.046.19.066.023.008.043.016.067.023l.04.011c.123.036.253.069.389.098l.087.02c.144.03.295.057.448.08l.09.012c.142.021.286.038.434.054l.07.008c.162.014.327.027.491.035l.112.005a11.63 11.63 0 001.013 0l.11-.005c.165-.008.33-.02.493-.035l.069-.008c.148-.015.293-.033.436-.054l.09-.012q.23-.035.447-.08l.088-.02c.135-.03.264-.062.388-.097l.042-.012.066-.023c.066-.02.128-.043.19-.066.036-.012.075-.024.109-.037l.069-.028.007-.003a2.744 2.744 0 00.308-.149l.022-.014a1.651 1.651 0 00.222-.159l.03-.023zm0-1.76c0 .243-.35.5-.954.703a5.157 5.157 0 01-.466.13 9.897 9.897 0 01-2.273.243 9.88 9.88 0 01-2.271-.242 5.44 5.44 0 01-.466-.132c-.603-.202-.953-.459-.953-.703V7.32c.008.008.02.014.03.022a1.566 1.566 0 00.223.16l.02.013a2.716 2.716 0 00.309.15l.006.003c.022.01.046.018.068.027l.11.038c.062.022.125.045.19.066.023.007.043.016.067.023l.04.011c.123.035.253.067.389.097l.087.02c.144.03.295.057.448.08l.09.013c.142.02.286.038.434.053l.07.008a11.715 11.715 0 001.726.035c.165-.008.33-.02.493-.035l.069-.008c.148-.015.293-.033.436-.053l.09-.012q.23-.036.447-.081l.088-.02q.202-.044.388-.097c.014-.004.029-.007.042-.012.023-.006.043-.015.067-.022.065-.02.127-.044.19-.066l.108-.037.069-.028.008-.003a2.735 2.735 0 00.307-.15l.022-.013a1.657 1.657 0 00.222-.16c.009-.007.021-.014.03-.022zm-.953-1.05a5.625 5.625 0 01-.467.132 9.896 9.896 0 01-2.272.24 9.885 9.885 0 01-2.271-.24 6.179 6.179 0 01-.466-.133c-.603-.201-.954-.459-.954-.702 0-.51 1.515-1.076 3.69-1.076 2.177 0 3.694.567 3.694 1.076 0 .243-.351.5-.954.702z"/></svg>'},Cl={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>'},kl={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>'},_l={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>'},zl={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>'},Il={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>'},Ol={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>'},Sl={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>'},Al={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>'},El={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>'},Hl={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>'},Ml={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>'},Vl={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>'},Ll={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>'},Tl={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>'},Pl={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>'},Rl={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>'},Dl={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>'},Fl={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>'},Bl={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>'},Nl={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>'},ql={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>'},Ul={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>'},Kl={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>'},Wl={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>'},Xl={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>'},Yl={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>'},Gl={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>'},Ql={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>'},Jl={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>'},Zl={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>'},tc={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>'},ec={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>'},sc={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>'},ic={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>'},oc={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>'},nc={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>'},rc={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>'},ac={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>'},lc={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>'},cc={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>'},hc={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>'},dc={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>'},uc={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>'},pc={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>'},vc={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>'},gc={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>'},mc={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>'},fc={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>'},bc={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>'},wc={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>'},xc={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>'},yc={name:"magnifying_glass_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.073 12.29l-2.926-2.926a3.971 3.971 0 10-.783.783l2.927 2.926zM7.01 9.84a2.83 2.83 0 112.83-2.83 2.833 2.833 0 01-2.83 2.83z"/></svg>'},$c={name:"markdown_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14.25 3H1.75a.74.74 0 00-.75.73v8.54a.74.74 0 00.75.73h12.5a.74.74 0 00.75-.73V3.73a.74.74 0 00-.75-.73zm-6.285 7.059h-.991V7.773L5.982 9.35l-.99-1.577v2.286H4V5.934h.91L5.982 7.51l1.073-1.576h.91zm2.459.007L8.848 7.945h1.1V5.934h.99v2.01H12z"/></svg>'},Cc={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>'},kc={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>'},_c={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>'},zc={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>'},Ic={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>'},Oc={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>'},Sc={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>'},Ac={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>'},Ec={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>'},Hc={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>'},Mc={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>'},Vc={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>'},Lc={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>'},Tc={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>'},Pc={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>'},Rc={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>'},Dc={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>'},Fc={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>'},Bc={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>'},Nc={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>'},jc={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>'},qc={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>'},Uc={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>'},Kc={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>'},Wc={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>'},Xc={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>'},Yc={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>'},Gc={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>'},Qc={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>'},Jc={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>'},Zc={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>'},th={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>'},eh={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>'},sh={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>'},ih={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>'},oh={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>'},nh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},hh={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>'},dh={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>'},uh={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>'},ph={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>'},vh=`:${io}`,gh=mt`
|
|
1060
|
+
`,styles:Ta})
|
|
1061
|
+
js.getOrCreate().withPrefix("nimble").register(Pa())
|
|
1062
|
+
const Ra={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>'},Da={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>'},Fa={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>'},Ba={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>'},Na={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>'},qa={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>'},Ua={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>'},Ka={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>'},Wa={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>'},Xa={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>'},Ya={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>'},Ga={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>'},Qa={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>'},Ja={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>'},Za={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>'},tl={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>'},el={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>'},sl={name:"bell_solid_circle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.5 8A6.5 6.5 0 008 14.5 6.5 6.5 0 0014.5 8 6.5 6.5 0 008 1.5 6.5 6.5 0 001.5 8zM8 12a1.025 1.025 0 01-1-1h2a1.025 1.025 0 01-1 1zm-3.5-2s0-.497.333-.497h.043c.624 0 .957-3.28.957-3.28 0-.335.167-.335.167-.335h.045c.05-.025.122-.095.122-.309v-.322c.07-.561.635-.888 1.5-.953v-.175c0-.054.06-.1.145-.129h.376c.085.029.145.075.145.129v.175c.865.065 1.43.392 1.5.953v.322c0 .214.073.284.122.309H10s.167 0 .167.322v.014s.333 3.279 1 3.279c.333 0 .333.497.333.497z"/></svg>'},il={name:"block_with_ribbon_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 2v10h4.762A4.496 4.496 0 0113 5.762V2zm12 7.5a3.5 3.5 0 10-6 2.442V14l2.5-1.667L13 14v-2.058A3.485 3.485 0 0014 9.5zM10.5 8A1.5 1.5 0 119 9.5 1.5 1.5 0 0110.5 8z"/></svg>'},ol={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>'},nl={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>'},rl={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>'},al={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>'},ll={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>'},cl={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>'},hl={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>'},dl={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>'},ul={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>'},pl={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>'},vl={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>'},gl={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>'},ml={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>'},fl={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>'},bl={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>'},wl={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>'},xl={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>'},yl={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>'},$l={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>'},Cl={name:"cloud_with_arrow_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.429 10.1l.001-.101A3.998 3.998 0 004.69 8.59a2.715 2.715 0 00-2.557 2.7 2.782 2.782 0 001.725 2.516 4.854 4.854 0 001.225.19h.004c.19.006 6.792 0 6.792 0a1.987 1.987 0 00.55-3.897zm-.55 3.06l-7.183-.008a1.867 1.867 0 01.156-3.728 1.891 1.891 0 01.464.06 3.16 3.16 0 116.13 1.462 1.149 1.149 0 11.433 2.213zM4.5 4.5a1 1 0 111-1 1 1 0 01-1 1zm5.138.681l.496-1.241H7v-.828h3.134l-.496-1.293L13 3.502z"/></svg>'},kl={name:"cog_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.823 2l-2.217.914.516 1.25a4.743 4.743 0 00-.95.944L2.925 4.59l-.922 2.212 1.247.52a4.82 4.82 0 00-.002 1.34L2 9.176l.914 2.218 1.248-.515a4.824 4.824 0 00.945.949l-.518 1.247 2.214.921.519-1.246a4.68 4.68 0 00.674.048 4.74 4.74 0 00.666-.047L9.176 14l2.218-.914-.515-1.248a4.828 4.828 0 00.95-.945l1.245.518.922-2.214-1.247-.519a4.73 4.73 0 00.002-1.34L14 6.824l-.914-2.218-1.25.515a4.739 4.739 0 00-.944-.949l.518-1.246-2.212-.922-.52 1.247a4.714 4.714 0 00-.676-.049 4.808 4.808 0 00-.663.047zm1.175 9a2.999 2.999 0 112.77-1.847 2.984 2.984 0 01-2.77 1.846M8 6.801a1.2 1.2 0 10.46.093A1.198 1.198 0 008 6.8"/></svg>'},_l={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>'},zl={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>'},Il={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>'},Ol={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>'},Sl={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>'},Al={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>'},El={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>'},Hl={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>'},Ml={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>'},Vl={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>'},Ll={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>'},Tl={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>'},Pl={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>'},Rl={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>'},Dl={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>'},Fl={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>'},Bl={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>'},Nl={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>'},jl={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>'},ql={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>'},Ul={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>'},Kl={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>'},Wl={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>'},Xl={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>'},Yl={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>'},Gl={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>'},Ql={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>'},Jl={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>'},Zl={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>'},tc={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>'},ec={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>'},sc={name:"forward_slash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.027 14l2.5-12h1.5l-2.5 12h-1.5z"/></svg>'},ic={name:"four_dots_square_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.5 11A1.5 1.5 0 115 9.5 1.5 1.5 0 016.5 11zM5 3.5A1.5 1.5 0 106.5 5 1.5 1.5 0 005 3.5zm7.5 7.5A1.5 1.5 0 1111 9.5a1.5 1.5 0 011.5 1.5zM11 3.5A1.5 1.5 0 1012.5 5 1.5 1.5 0 0011 3.5z"/></svg>'},oc={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>'},nc={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>'},rc={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>'},ac={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>'},lc={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>'},cc={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>'},hc={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>'},dc={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>'},uc={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>'},pc={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>'},vc={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>'},gc={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>'},mc={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>'},fc={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>'},bc={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>'},wc={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>'},xc={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>'},yc={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>'},$c={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>'},Cc={name:"list_tree_database_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.953 11.81c.013-.011.032-.02.046-.031v.917c0 .33-.523.678-1.42.953a8.234 8.234 0 01-.694.178 16.116 16.116 0 01-3.382.328 16.089 16.089 0 01-3.38-.328 8.77 8.77 0 01-.693-.179c-.898-.274-1.42-.622-1.42-.952v-.917c.012.01.031.02.045.03a2.34 2.34 0 00.332.218l.03.017a4.235 4.235 0 00.46.202l.01.005.1.037c.053.018.11.034.164.05.093.031.186.062.283.09.033.01.064.022.1.031l.058.015c.184.048.378.092.58.132.043.009.084.018.13.026.214.042.438.078.666.11l.134.017c.21.028.425.051.646.072l.104.01c.242.021.487.037.731.049l.166.007c.251.01.504.016.754.016s.501-.007.754-.016l.164-.007c.246-.012.491-.028.734-.048l.102-.011c.22-.02.436-.044.649-.072.044-.006.09-.01.134-.017q.343-.048.664-.11c.046-.008.088-.017.132-.026q.3-.06.577-.13c.02-.007.043-.012.063-.017.034-.009.064-.021.099-.031.098-.028.189-.059.283-.09.052-.017.11-.032.16-.05.035-.012.07-.024.103-.037l.012-.005a4.252 4.252 0 00.457-.202c.013-.006.022-.013.032-.018a2.468 2.468 0 00.33-.216zm-5.45-2.946c-3.237 0-5.492.767-5.492 1.457 0 .33.523.679 1.42.952a9.998 9.998 0 00.694.179 16.101 16.101 0 003.378.327 16.12 16.12 0 003.382-.327 8.892 8.892 0 00.694-.18C13.477 11 14 10.652 14 10.322c0-.69-2.257-1.457-5.497-1.457zM14 6V5H5V3h2V2H2v1h2v5.581a9.632 9.632 0 011-.255V6h3v2h6V7H9V6z"/></svg>'},kc={name:"lock_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12 8V7a3.888 3.888 0 00-4-4 3.822 3.822 0 00-2.81 1.078A4.349 4.349 0 004.062 7v1H3v6h10V8zM6.062 6.986a2.407 2.407 0 01.566-1.516A1.834 1.834 0 018 5a1.883 1.883 0 012 2v1H6.062z"/></svg>'},_c={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>'},zc={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>'},Ic={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>'},Oc={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>'},Sc={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>'},Ac={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>'},Ec={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>'},Hc={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>'},Mc={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>'},Vc={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>'},Lc={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>'},Tc={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>'},Pc={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>'},Rc={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>'},Dc={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>'},Fc={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>'},Bc={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>'},Nc={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>'},jc={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>'},qc={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>'},Uc={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>'},Kc={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>'},Wc={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>'},Xc={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>'},Yc={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>'},Gc={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>'},Qc={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>'},Jc={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>'},Zc={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>'},th={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>'},eh={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>'},sh={name:"trash_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M10 4V2H6v2H3v2h1v8h8V6h1V4zm-3 9H6V6h1zm2-9H7V3h2zm1 9H9V6h1z"/></svg>'},ih={name:"triangle_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2L2 14h12zm0 4.875l2.438 4.875H5.585z"/></svg>'},oh={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>'},nh={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>'},rh={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>'},ah={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>'},lh={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>'},ch={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>'},hh={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>'},dh={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>'},uh={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>'},ph={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>'},vh={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>'},gh={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>'},mh={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>'},fh={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>'},bh=`:${io}`,wh=mt`
|
|
1061
1063
|
${so("inline-flex")}
|
|
1062
1064
|
|
|
1063
1065
|
:host {
|
|
1064
|
-
height: ${
|
|
1066
|
+
height: ${Jn};
|
|
1065
1067
|
box-sizing: border-box;
|
|
1066
|
-
font: ${
|
|
1067
|
-
color: ${
|
|
1068
|
-
padding-left: calc(4px - ${
|
|
1068
|
+
font: ${Sr};
|
|
1069
|
+
color: ${Ar};
|
|
1070
|
+
padding-left: calc(4px - ${sr});
|
|
1069
1071
|
}
|
|
1070
1072
|
|
|
1071
1073
|
.listitem {
|
|
@@ -1079,8 +1081,8 @@ const Va={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
|
|
|
1079
1081
|
display: flex;
|
|
1080
1082
|
align-items: center;
|
|
1081
1083
|
justify-content: center;
|
|
1082
|
-
border: ${
|
|
1083
|
-
padding-right: calc(4px - ${
|
|
1084
|
+
border: ${sr} solid transparent;
|
|
1085
|
+
padding-right: calc(4px - ${sr});
|
|
1084
1086
|
}
|
|
1085
1087
|
|
|
1086
1088
|
.control:link {
|
|
@@ -1097,9 +1099,9 @@ const Va={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
|
|
|
1097
1099
|
text-decoration: underline;
|
|
1098
1100
|
}
|
|
1099
1101
|
|
|
1100
|
-
.control:link${
|
|
1101
|
-
border: ${
|
|
1102
|
-
outline: 2px solid ${
|
|
1102
|
+
.control:link${bh} {
|
|
1103
|
+
border: ${sr} solid ${Xn};
|
|
1104
|
+
outline: 2px solid ${Xn};
|
|
1103
1105
|
outline-offset: 1px;
|
|
1104
1106
|
}
|
|
1105
1107
|
|
|
@@ -1119,15 +1121,15 @@ const Va={name:"add_16_x_16",data:'<svg xmlns="http://www.w3.org/2000/svg" viewB
|
|
|
1119
1121
|
}
|
|
1120
1122
|
|
|
1121
1123
|
slot[name='separator'] svg {
|
|
1122
|
-
width: ${
|
|
1123
|
-
height: ${
|
|
1124
|
+
width: ${ir};
|
|
1125
|
+
height: ${ir};
|
|
1124
1126
|
}
|
|
1125
1127
|
|
|
1126
1128
|
slot[name='separator'] path {
|
|
1127
|
-
fill: ${
|
|
1129
|
+
fill: ${vr};
|
|
1128
1130
|
}
|
|
1129
1131
|
`
|
|
1130
|
-
const
|
|
1132
|
+
const xh=class extends qe{}.compose({baseName:"breadcrumb-item",baseClass:qe,template:(t,e)=>X`
|
|
1131
1133
|
<div role="listitem" class="listitem" part="listitem">
|
|
1132
1134
|
${wt((t=>t.href&&t.href.length>0),X`
|
|
1133
1135
|
${((t,e)=>X`
|
|
@@ -1183,16 +1185,16 @@ const mh=class extends qe{}.compose({baseName:"breadcrumb-item",baseClass:qe,tem
|
|
|
1183
1185
|
</span>
|
|
1184
1186
|
`)}
|
|
1185
1187
|
</div>
|
|
1186
|
-
`,styles:
|
|
1187
|
-
function
|
|
1188
|
-
const
|
|
1188
|
+
`,styles:wh,separator:sc.data})
|
|
1189
|
+
function yh(t,e){return new eo("appearance",t,e)}js.getOrCreate().withPrefix("nimble").register(xh())
|
|
1190
|
+
const $h="outline",Ch="ghost",kh="block",_h=mt`
|
|
1189
1191
|
${so("inline-flex")}
|
|
1190
1192
|
|
|
1191
1193
|
:host {
|
|
1192
1194
|
background-color: transparent;
|
|
1193
|
-
height: ${
|
|
1194
|
-
color: ${
|
|
1195
|
-
font: ${
|
|
1195
|
+
height: ${Jn};
|
|
1196
|
+
color: ${ta};
|
|
1197
|
+
font: ${Zr};
|
|
1196
1198
|
cursor: pointer;
|
|
1197
1199
|
outline: none;
|
|
1198
1200
|
border: none;
|
|
@@ -1202,7 +1204,7 @@ const bh="outline",wh="ghost",xh="block",yh=mt`
|
|
|
1202
1204
|
}
|
|
1203
1205
|
|
|
1204
1206
|
:host([disabled]) {
|
|
1205
|
-
color: ${
|
|
1207
|
+
color: ${ea};
|
|
1206
1208
|
cursor: default;
|
|
1207
1209
|
}
|
|
1208
1210
|
|
|
@@ -1210,7 +1212,7 @@ const bh="outline",wh="ghost",xh="block",yh=mt`
|
|
|
1210
1212
|
background-color: transparent;
|
|
1211
1213
|
height: 100%;
|
|
1212
1214
|
width: 100%;
|
|
1213
|
-
border: ${
|
|
1215
|
+
border: ${sr} solid transparent;
|
|
1214
1216
|
box-sizing: border-box;
|
|
1215
1217
|
color: inherit;
|
|
1216
1218
|
border-radius: inherit;
|
|
@@ -1223,12 +1225,12 @@ const bh="outline",wh="ghost",xh="block",yh=mt`
|
|
|
1223
1225
|
font: inherit;
|
|
1224
1226
|
outline: none;
|
|
1225
1227
|
margin: 0;
|
|
1226
|
-
padding: 0 ${
|
|
1227
|
-
transition: box-shadow ${
|
|
1228
|
+
padding: 0 ${tr};
|
|
1229
|
+
transition: box-shadow ${ka};
|
|
1228
1230
|
}
|
|
1229
1231
|
|
|
1230
1232
|
:host([content-hidden]) .control {
|
|
1231
|
-
width: ${
|
|
1233
|
+
width: ${Jn};
|
|
1232
1234
|
padding: 0px;
|
|
1233
1235
|
}
|
|
1234
1236
|
|
|
@@ -1239,13 +1241,13 @@ const bh="outline",wh="ghost",xh="block",yh=mt`
|
|
|
1239
1241
|
}
|
|
1240
1242
|
|
|
1241
1243
|
.control:hover {
|
|
1242
|
-
box-shadow: 0px 0px 0px ${
|
|
1244
|
+
box-shadow: 0px 0px 0px ${sr} ${Xn} inset;
|
|
1243
1245
|
outline: none;
|
|
1244
1246
|
}
|
|
1245
1247
|
|
|
1246
|
-
.control${
|
|
1247
|
-
box-shadow: 0px 0px 0px ${
|
|
1248
|
-
outline: ${
|
|
1248
|
+
.control${bh} {
|
|
1249
|
+
box-shadow: 0px 0px 0px ${sr} ${Xn} inset;
|
|
1250
|
+
outline: ${sr} solid ${Xn};
|
|
1249
1251
|
outline-offset: -4px;
|
|
1250
1252
|
}
|
|
1251
1253
|
|
|
@@ -1278,7 +1280,7 @@ const bh="outline",wh="ghost",xh="block",yh=mt`
|
|
|
1278
1280
|
|
|
1279
1281
|
[part='start'] {
|
|
1280
1282
|
display: contents;
|
|
1281
|
-
${
|
|
1283
|
+
${Yn.cssCustomProperty}: ${ta};
|
|
1282
1284
|
}
|
|
1283
1285
|
|
|
1284
1286
|
:host([disabled]) slot[name='start']::slotted(*) {
|
|
@@ -1287,7 +1289,7 @@ const bh="outline",wh="ghost",xh="block",yh=mt`
|
|
|
1287
1289
|
|
|
1288
1290
|
[part='end'] {
|
|
1289
1291
|
display: contents;
|
|
1290
|
-
${
|
|
1292
|
+
${Yn.cssCustomProperty}: ${ta};
|
|
1291
1293
|
}
|
|
1292
1294
|
|
|
1293
1295
|
:host([disabled]) slot[name='end']::slotted(*) {
|
|
@@ -1297,32 +1299,32 @@ const bh="outline",wh="ghost",xh="block",yh=mt`
|
|
|
1297
1299
|
:host([content-hidden]) [part='end'] {
|
|
1298
1300
|
display: none;
|
|
1299
1301
|
}
|
|
1300
|
-
`.withBehaviors(
|
|
1302
|
+
`.withBehaviors(yh($h,mt`
|
|
1301
1303
|
.control {
|
|
1302
1304
|
background-color: transparent;
|
|
1303
|
-
border-color: rgba(${
|
|
1305
|
+
border-color: rgba(${Tn}, 0.3);
|
|
1304
1306
|
}
|
|
1305
1307
|
|
|
1306
1308
|
.control:hover {
|
|
1307
1309
|
background-color: transparent;
|
|
1308
|
-
border-color: ${
|
|
1310
|
+
border-color: ${Xn};
|
|
1309
1311
|
}
|
|
1310
1312
|
|
|
1311
|
-
.control${
|
|
1313
|
+
.control${bh} {
|
|
1312
1314
|
background-color: transparent;
|
|
1313
|
-
border-color: ${
|
|
1315
|
+
border-color: ${Xn};
|
|
1314
1316
|
}
|
|
1315
1317
|
|
|
1316
1318
|
.control:active {
|
|
1317
|
-
background-color: ${
|
|
1318
|
-
border-color: ${
|
|
1319
|
+
background-color: ${Rn};
|
|
1320
|
+
border-color: ${Rn};
|
|
1319
1321
|
}
|
|
1320
1322
|
|
|
1321
1323
|
.control[disabled] {
|
|
1322
1324
|
background-color: transparent;
|
|
1323
|
-
border-color: rgba(${
|
|
1325
|
+
border-color: rgba(${jn}, 0.2);
|
|
1324
1326
|
}
|
|
1325
|
-
`),
|
|
1327
|
+
`),yh(Ch,mt`
|
|
1326
1328
|
.control {
|
|
1327
1329
|
background-color: transparent;
|
|
1328
1330
|
border-color: transparent;
|
|
@@ -1330,63 +1332,63 @@ const bh="outline",wh="ghost",xh="block",yh=mt`
|
|
|
1330
1332
|
|
|
1331
1333
|
.control:hover {
|
|
1332
1334
|
background-color: transparent;
|
|
1333
|
-
border-color: ${
|
|
1335
|
+
border-color: ${Xn};
|
|
1334
1336
|
}
|
|
1335
1337
|
|
|
1336
|
-
.control${
|
|
1338
|
+
.control${bh} {
|
|
1337
1339
|
background-color: transparent;
|
|
1338
|
-
border-color: ${
|
|
1340
|
+
border-color: ${Xn};
|
|
1339
1341
|
}
|
|
1340
1342
|
|
|
1341
1343
|
.control:active {
|
|
1342
|
-
background-color: ${
|
|
1343
|
-
border-color: ${
|
|
1344
|
+
background-color: ${Rn};
|
|
1345
|
+
border-color: ${Rn};
|
|
1344
1346
|
}
|
|
1345
1347
|
|
|
1346
1348
|
.control[disabled] {
|
|
1347
1349
|
background-color: transparent;
|
|
1348
1350
|
border-color: transparent;
|
|
1349
1351
|
}
|
|
1350
|
-
`),
|
|
1352
|
+
`),yh(kh,mt`
|
|
1351
1353
|
.control {
|
|
1352
|
-
background-color: rgba(${
|
|
1354
|
+
background-color: rgba(${jn}, 0.1);
|
|
1353
1355
|
border-color: transparent;
|
|
1354
1356
|
}
|
|
1355
1357
|
|
|
1356
1358
|
.control:hover {
|
|
1357
1359
|
background-color: transparent;
|
|
1358
|
-
border-color: ${
|
|
1360
|
+
border-color: ${Xn};
|
|
1359
1361
|
}
|
|
1360
1362
|
|
|
1361
|
-
.control${
|
|
1362
|
-
background-color: rgba(${
|
|
1363
|
-
border-color: ${
|
|
1363
|
+
.control${bh} {
|
|
1364
|
+
background-color: rgba(${jn}, 0.1);
|
|
1365
|
+
border-color: ${Xn};
|
|
1364
1366
|
}
|
|
1365
1367
|
|
|
1366
|
-
.control${
|
|
1368
|
+
.control${bh}:hover {
|
|
1367
1369
|
background-color: transparent;
|
|
1368
1370
|
}
|
|
1369
1371
|
|
|
1370
1372
|
.control:active {
|
|
1371
|
-
background-color: ${
|
|
1372
|
-
border-color: ${
|
|
1373
|
+
background-color: ${Rn};
|
|
1374
|
+
border-color: ${Rn};
|
|
1373
1375
|
}
|
|
1374
1376
|
|
|
1375
1377
|
.control[disabled] {
|
|
1376
|
-
background-color: rgba(${
|
|
1378
|
+
background-color: rgba(${jn}, 0.1);
|
|
1377
1379
|
border-color: transparent;
|
|
1378
1380
|
}
|
|
1379
|
-
`))
|
|
1381
|
+
`)),zh=_h.withBehaviors(yh($h,mt`
|
|
1380
1382
|
:host(.primary) .control {
|
|
1381
|
-
box-shadow: 0px 0px 0px ${
|
|
1383
|
+
box-shadow: 0px 0px 0px ${sr} rgba(${Tn}, 0.3) inset;
|
|
1382
1384
|
}
|
|
1383
1385
|
|
|
1384
1386
|
:host(.primary) .control:hover {
|
|
1385
|
-
box-shadow: 0px 0px 0px ${
|
|
1387
|
+
box-shadow: 0px 0px 0px ${sr} ${Xn} inset;
|
|
1386
1388
|
}
|
|
1387
1389
|
|
|
1388
|
-
:host(.primary) .control${
|
|
1389
|
-
box-shadow: 0px 0px 0px ${
|
|
1390
|
+
:host(.primary) .control${bh} {
|
|
1391
|
+
box-shadow: 0px 0px 0px ${sr} ${Xn} inset;
|
|
1390
1392
|
}
|
|
1391
1393
|
|
|
1392
1394
|
:host(.primary) .control:active {
|
|
@@ -1396,12 +1398,12 @@ const bh="outline",wh="ghost",xh="block",yh=mt`
|
|
|
1396
1398
|
:host(.primary) .control[disabled] {
|
|
1397
1399
|
box-shadow: none;
|
|
1398
1400
|
}
|
|
1399
|
-
`),
|
|
1401
|
+
`),yh(kh,mt`
|
|
1400
1402
|
:host(.primary) .control {
|
|
1401
1403
|
background-clip: padding-box;
|
|
1402
|
-
border-color: rgba(${
|
|
1403
|
-
border-width: calc(2 * ${
|
|
1404
|
-
padding: 0 calc(${
|
|
1404
|
+
border-color: rgba(${Tn}, 0.3);
|
|
1405
|
+
border-width: calc(2 * ${sr});
|
|
1406
|
+
padding: 0 calc(${tr} - ${sr});
|
|
1405
1407
|
}
|
|
1406
1408
|
|
|
1407
1409
|
:host(.primary[content-hidden]) .control {
|
|
@@ -1409,28 +1411,28 @@ const bh="outline",wh="ghost",xh="block",yh=mt`
|
|
|
1409
1411
|
}
|
|
1410
1412
|
|
|
1411
1413
|
:host(.primary) .control:hover {
|
|
1412
|
-
border-color: ${
|
|
1414
|
+
border-color: ${Xn};
|
|
1413
1415
|
box-shadow: none;
|
|
1414
1416
|
}
|
|
1415
1417
|
|
|
1416
|
-
:host(.primary) .control${
|
|
1418
|
+
:host(.primary) .control${bh} {
|
|
1417
1419
|
background-clip: border-box;
|
|
1418
|
-
border-color: ${
|
|
1419
|
-
border-width: ${
|
|
1420
|
-
box-shadow: 0px 0px 0px ${
|
|
1421
|
-
padding: 0 ${
|
|
1420
|
+
border-color: ${Xn};
|
|
1421
|
+
border-width: ${sr};
|
|
1422
|
+
box-shadow: 0px 0px 0px ${sr} ${Xn} inset;
|
|
1423
|
+
padding: 0 ${tr};
|
|
1422
1424
|
}
|
|
1423
1425
|
|
|
1424
|
-
:host(.primary[content-hidden]) .control${
|
|
1426
|
+
:host(.primary[content-hidden]) .control${bh} {
|
|
1425
1427
|
padding: 0px;
|
|
1426
1428
|
}
|
|
1427
1429
|
|
|
1428
1430
|
:host(.primary) .control:active {
|
|
1429
1431
|
background-clip: border-box;
|
|
1430
|
-
border-color: ${
|
|
1431
|
-
border-width: ${
|
|
1432
|
+
border-color: ${Rn};
|
|
1433
|
+
border-width: ${sr};
|
|
1432
1434
|
box-shadow: none;
|
|
1433
|
-
padding: 0 ${
|
|
1435
|
+
padding: 0 ${tr};
|
|
1434
1436
|
}
|
|
1435
1437
|
|
|
1436
1438
|
:host(.primary[content-hidden]) .control:active {
|
|
@@ -1440,17 +1442,17 @@ const bh="outline",wh="ghost",xh="block",yh=mt`
|
|
|
1440
1442
|
:host(.primary) .control[disabled] {
|
|
1441
1443
|
background-clip: border-box;
|
|
1442
1444
|
border-color: transparent;
|
|
1443
|
-
border-width: ${
|
|
1445
|
+
border-width: ${sr};
|
|
1444
1446
|
box-shadow: none;
|
|
1445
|
-
padding: 0 ${
|
|
1447
|
+
padding: 0 ${tr};
|
|
1446
1448
|
}
|
|
1447
1449
|
|
|
1448
1450
|
:host(.primary[content-hidden]) .control[disabled] {
|
|
1449
1451
|
padding: 0px;
|
|
1450
1452
|
}
|
|
1451
1453
|
`))
|
|
1452
|
-
class
|
|
1453
|
-
const
|
|
1454
|
+
class Ih extends ts{constructor(){super(...arguments),this.appearance=$h,this.contentHidden=!1}}On([ot],Ih.prototype,"appearance",void 0),On([ot({attribute:"content-hidden",mode:"boolean"})],Ih.prototype,"contentHidden",void 0)
|
|
1455
|
+
const Oh=Ih.compose({baseName:"button",baseClass:ts,template:(t,e)=>X`
|
|
1454
1456
|
<button
|
|
1455
1457
|
class="control"
|
|
1456
1458
|
part="control"
|
|
@@ -1494,13 +1496,13 @@ const kh=Ch.compose({baseName:"button",baseClass:ts,template:(t,e)=>X`
|
|
|
1494
1496
|
</span>
|
|
1495
1497
|
${zt(0,e)}
|
|
1496
1498
|
</button>
|
|
1497
|
-
`,styles
|
|
1498
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
1499
|
-
const
|
|
1499
|
+
`,styles:zh,shadowOptions:{delegatesFocus:!0}})
|
|
1500
|
+
js.getOrCreate().withPrefix("nimble").register(Oh())
|
|
1501
|
+
const Sh=mt`
|
|
1500
1502
|
${so("inline-flex")}
|
|
1501
1503
|
|
|
1502
1504
|
:host {
|
|
1503
|
-
font: ${
|
|
1505
|
+
font: ${Zr};
|
|
1504
1506
|
align-items: center;
|
|
1505
1507
|
cursor: pointer;
|
|
1506
1508
|
outline: none;
|
|
@@ -1512,16 +1514,16 @@ const _h=mt`
|
|
|
1512
1514
|
}
|
|
1513
1515
|
|
|
1514
1516
|
.control {
|
|
1515
|
-
width: calc(${
|
|
1516
|
-
height: calc(${
|
|
1517
|
+
width: calc(${Jn} / 2);
|
|
1518
|
+
height: calc(${Jn} / 2);
|
|
1517
1519
|
box-sizing: border-box;
|
|
1518
1520
|
flex-shrink: 0;
|
|
1519
|
-
border: ${
|
|
1521
|
+
border: ${sr} solid ${Nn};
|
|
1520
1522
|
padding: 2px;
|
|
1521
1523
|
display: inline-flex;
|
|
1522
1524
|
align-items: center;
|
|
1523
1525
|
justify-content: center;
|
|
1524
|
-
transition: box-shadow ${
|
|
1526
|
+
transition: box-shadow ${ka};
|
|
1525
1527
|
${""}
|
|
1526
1528
|
line-height: 0;
|
|
1527
1529
|
}
|
|
@@ -1533,30 +1535,30 @@ const _h=mt`
|
|
|
1533
1535
|
}
|
|
1534
1536
|
|
|
1535
1537
|
:host([disabled]) .control {
|
|
1536
|
-
background-color: rgba(${
|
|
1537
|
-
border-color: rgba(${
|
|
1538
|
+
background-color: rgba(${jn}, 0.1);
|
|
1539
|
+
border-color: rgba(${jn}, 0.2);
|
|
1538
1540
|
}
|
|
1539
1541
|
|
|
1540
1542
|
:host(:not([disabled]):not(:active):hover) .control {
|
|
1541
|
-
border-color: ${
|
|
1542
|
-
box-shadow: 0px 0px 0px ${
|
|
1543
|
+
border-color: ${Xn};
|
|
1544
|
+
box-shadow: 0px 0px 0px ${sr} ${Xn} inset;
|
|
1543
1545
|
}
|
|
1544
1546
|
|
|
1545
|
-
:host(${
|
|
1546
|
-
border-color: ${
|
|
1547
|
-
outline: 2px solid ${
|
|
1547
|
+
:host(${bh}) .control {
|
|
1548
|
+
border-color: ${Xn};
|
|
1549
|
+
outline: 2px solid ${Xn};
|
|
1548
1550
|
outline-offset: 2px;
|
|
1549
1551
|
}
|
|
1550
1552
|
|
|
1551
1553
|
.label {
|
|
1552
1554
|
font: inherit;
|
|
1553
|
-
color: ${
|
|
1555
|
+
color: ${Ar};
|
|
1554
1556
|
padding-left: 1ch;
|
|
1555
1557
|
cursor: inherit;
|
|
1556
1558
|
}
|
|
1557
1559
|
|
|
1558
1560
|
:host([disabled]) .label {
|
|
1559
|
-
color: ${
|
|
1561
|
+
color: ${Er};
|
|
1560
1562
|
}
|
|
1561
1563
|
|
|
1562
1564
|
slot[name='checked-indicator'],
|
|
@@ -1565,8 +1567,8 @@ const _h=mt`
|
|
|
1565
1567
|
}
|
|
1566
1568
|
|
|
1567
1569
|
slot[name='checked-indicator'] svg {
|
|
1568
|
-
height: ${
|
|
1569
|
-
width: ${
|
|
1570
|
+
height: ${ir};
|
|
1571
|
+
width: ${ir};
|
|
1570
1572
|
overflow: visible;
|
|
1571
1573
|
}
|
|
1572
1574
|
|
|
@@ -1575,16 +1577,16 @@ const _h=mt`
|
|
|
1575
1577
|
}
|
|
1576
1578
|
|
|
1577
1579
|
slot[name='checked-indicator'] path {
|
|
1578
|
-
fill: ${
|
|
1580
|
+
fill: ${Nn};
|
|
1579
1581
|
}
|
|
1580
1582
|
|
|
1581
1583
|
:host([disabled]) slot[name='checked-indicator'] path {
|
|
1582
|
-
fill: rgba(${
|
|
1584
|
+
fill: rgba(${jn}, 0.3);
|
|
1583
1585
|
}
|
|
1584
1586
|
|
|
1585
1587
|
slot[name='indeterminate-indicator'] svg {
|
|
1586
|
-
height: ${
|
|
1587
|
-
width: ${
|
|
1588
|
+
height: ${ir};
|
|
1589
|
+
width: ${ir};
|
|
1588
1590
|
overflow: visible;
|
|
1589
1591
|
}
|
|
1590
1592
|
|
|
@@ -1593,14 +1595,14 @@ const _h=mt`
|
|
|
1593
1595
|
}
|
|
1594
1596
|
|
|
1595
1597
|
slot[name='indeterminate-indicator'] path {
|
|
1596
|
-
fill: ${
|
|
1598
|
+
fill: ${Nn};
|
|
1597
1599
|
}
|
|
1598
1600
|
|
|
1599
1601
|
:host([disabled]) slot[name='indeterminate-indicator'] path {
|
|
1600
|
-
fill: rgba(${
|
|
1602
|
+
fill: rgba(${jn}, 0.3);
|
|
1601
1603
|
}
|
|
1602
1604
|
`
|
|
1603
|
-
const
|
|
1605
|
+
const Ah=class extends os{}.compose({baseName:"checkbox",baseClass:os,template:(t,e)=>X`
|
|
1604
1606
|
<template
|
|
1605
1607
|
role="checkbox"
|
|
1606
1608
|
aria-checked="${t=>t.checked}"
|
|
@@ -1627,24 +1629,24 @@ const zh=class extends os{}.compose({baseName:"checkbox",baseClass:os,template:(
|
|
|
1627
1629
|
<slot ${Ct("defaultSlottedNodes")}></slot>
|
|
1628
1630
|
</label>
|
|
1629
1631
|
</template>
|
|
1630
|
-
`,styles:
|
|
1631
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
1632
|
-
const
|
|
1632
|
+
`,styles:Sh,checkedIndicator:cl.data,indeterminateIndicator:Ic.data})
|
|
1633
|
+
js.getOrCreate().withPrefix("nimble").register(Ah())
|
|
1634
|
+
const Eh=X`
|
|
1633
1635
|
<div class="error-text" title="${t=>t.errorText}" aria-live="polite">
|
|
1634
1636
|
${t=>t.errorText}
|
|
1635
1637
|
</div>
|
|
1636
|
-
`,
|
|
1638
|
+
`,Hh=X`
|
|
1637
1639
|
<template>
|
|
1638
1640
|
<div class="icon" :innerHTML=${t=>t.icon.data}></div>
|
|
1639
1641
|
</template
|
|
1640
|
-
`,
|
|
1642
|
+
`,Mh=mt`
|
|
1641
1643
|
${so("inline-flex")}
|
|
1642
1644
|
|
|
1643
1645
|
:host {
|
|
1644
1646
|
align-items: center;
|
|
1645
1647
|
user-select: none;
|
|
1646
|
-
width: ${
|
|
1647
|
-
height: ${
|
|
1648
|
+
width: ${ir};
|
|
1649
|
+
height: ${ir};
|
|
1648
1650
|
}
|
|
1649
1651
|
|
|
1650
1652
|
.icon {
|
|
@@ -1653,42 +1655,46 @@ const Ih=X`
|
|
|
1653
1655
|
}
|
|
1654
1656
|
|
|
1655
1657
|
:host(.fail) {
|
|
1656
|
-
${
|
|
1658
|
+
${Yn.cssCustomProperty}: ${qn};
|
|
1657
1659
|
}
|
|
1658
1660
|
|
|
1659
1661
|
:host(.warning) {
|
|
1660
|
-
${
|
|
1662
|
+
${Yn.cssCustomProperty}: ${Un};
|
|
1661
1663
|
}
|
|
1662
1664
|
|
|
1663
1665
|
:host(.pass) {
|
|
1664
|
-
${
|
|
1666
|
+
${Yn.cssCustomProperty}: ${Kn};
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
:host(.information) {
|
|
1670
|
+
${Yn.cssCustomProperty}: ${Wn};
|
|
1665
1671
|
}
|
|
1666
1672
|
|
|
1667
1673
|
.icon svg {
|
|
1668
|
-
fill: ${
|
|
1674
|
+
fill: ${Yn};
|
|
1669
1675
|
width: 100%;
|
|
1670
1676
|
height: 100%;
|
|
1671
1677
|
}
|
|
1672
1678
|
`
|
|
1673
|
-
class
|
|
1679
|
+
class Vh extends de{constructor(t){super(),this.icon=t}}const Lh=(t,e)=>{const s=e.compose({baseName:t,template:Hh,styles:Mh,baseClass:e})
|
|
1674
1680
|
js.getOrCreate().withPrefix("nimble").register(s())}
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
const
|
|
1681
|
+
class Th extends Vh{constructor(){super(ql)}}Lh("icon-exclamation-mark",Th)
|
|
1682
|
+
Lh("icon-arrow-expander-down",class extends Vh{constructor(){super(Fa)}})
|
|
1683
|
+
const Ph=mt`
|
|
1678
1684
|
${so("inline-flex")}
|
|
1679
1685
|
|
|
1680
1686
|
:host {
|
|
1681
1687
|
box-sizing: border-box;
|
|
1682
|
-
color: ${
|
|
1683
|
-
font: ${
|
|
1684
|
-
height: ${
|
|
1688
|
+
color: ${Ar};
|
|
1689
|
+
font: ${Sr};
|
|
1690
|
+
height: ${Jn};
|
|
1685
1691
|
position: relative;
|
|
1686
1692
|
justify-content: center;
|
|
1687
1693
|
user-select: none;
|
|
1688
1694
|
min-width: 250px;
|
|
1689
1695
|
outline: none;
|
|
1690
1696
|
vertical-align: top;
|
|
1691
|
-
--ni-private-hover-indicator-width: calc(${
|
|
1697
|
+
--ni-private-hover-indicator-width: calc(${sr} + 1px);
|
|
1692
1698
|
--ni-private-focus-indicator-width: 1px;
|
|
1693
1699
|
--ni-private-indicator-lines-gap: 1px;
|
|
1694
1700
|
}
|
|
@@ -1696,13 +1702,13 @@ const Hh=mt`
|
|
|
1696
1702
|
:host::before {
|
|
1697
1703
|
content: '';
|
|
1698
1704
|
position: absolute;
|
|
1699
|
-
bottom: calc(${
|
|
1705
|
+
bottom: calc(${sr} + var(--ni-private-indicator-lines-gap));
|
|
1700
1706
|
width: 0px;
|
|
1701
1707
|
height: 0px;
|
|
1702
1708
|
justify-self: center;
|
|
1703
|
-
border-bottom: ${
|
|
1709
|
+
border-bottom: ${Xn}
|
|
1704
1710
|
var(--ni-private-focus-indicator-width) solid;
|
|
1705
|
-
transition: width ${
|
|
1711
|
+
transition: width ${ka} ease-in;
|
|
1706
1712
|
}
|
|
1707
1713
|
|
|
1708
1714
|
@media (prefers-reduced-motion) {
|
|
@@ -1711,24 +1717,24 @@ const Hh=mt`
|
|
|
1711
1717
|
}
|
|
1712
1718
|
}
|
|
1713
1719
|
|
|
1714
|
-
:host(${
|
|
1720
|
+
:host(${bh})::before {
|
|
1715
1721
|
width: calc(100% - 8px);
|
|
1716
1722
|
}
|
|
1717
1723
|
|
|
1718
1724
|
:host::after {
|
|
1719
1725
|
content: '';
|
|
1720
1726
|
position: absolute;
|
|
1721
|
-
bottom: calc(-1 * ${
|
|
1727
|
+
bottom: calc(-1 * ${sr});
|
|
1722
1728
|
width: 0px;
|
|
1723
1729
|
height: 0px;
|
|
1724
1730
|
justify-self: center;
|
|
1725
|
-
border-bottom: ${
|
|
1731
|
+
border-bottom: ${Xn}
|
|
1726
1732
|
var(--ni-private-hover-indicator-width) solid;
|
|
1727
|
-
transition: width ${
|
|
1733
|
+
transition: width ${ka} ease-in;
|
|
1728
1734
|
}
|
|
1729
1735
|
|
|
1730
1736
|
:host(.invalid)::after {
|
|
1731
|
-
border-bottom-color: ${
|
|
1737
|
+
border-bottom-color: ${qn};
|
|
1732
1738
|
}
|
|
1733
1739
|
|
|
1734
1740
|
@media (prefers-reduced-motion) {
|
|
@@ -1738,7 +1744,7 @@ const Hh=mt`
|
|
|
1738
1744
|
}
|
|
1739
1745
|
|
|
1740
1746
|
:host(:hover)::after,
|
|
1741
|
-
:host(${
|
|
1747
|
+
:host(${bh})::after {
|
|
1742
1748
|
width: 100%;
|
|
1743
1749
|
}
|
|
1744
1750
|
|
|
@@ -1753,20 +1759,20 @@ const Hh=mt`
|
|
|
1753
1759
|
display: flex;
|
|
1754
1760
|
min-height: 100%;
|
|
1755
1761
|
width: 100%;
|
|
1756
|
-
border-bottom: ${
|
|
1762
|
+
border-bottom: ${sr} solid ${Er};
|
|
1757
1763
|
background-color: transparent;
|
|
1758
1764
|
padding-left: 8px;
|
|
1759
1765
|
padding-bottom: 1px;
|
|
1760
1766
|
}
|
|
1761
1767
|
|
|
1762
1768
|
:host(.open:not(:hover)) .control {
|
|
1763
|
-
border-bottom-color: ${
|
|
1769
|
+
border-bottom-color: ${Xn};
|
|
1764
1770
|
}
|
|
1765
1771
|
|
|
1766
1772
|
:host([disabled]) .control {
|
|
1767
1773
|
cursor: default;
|
|
1768
|
-
color: ${
|
|
1769
|
-
border-color: rgba(${
|
|
1774
|
+
color: ${Er};
|
|
1775
|
+
border-color: rgba(${jn}, 0.1);
|
|
1770
1776
|
}
|
|
1771
1777
|
|
|
1772
1778
|
.listbox {
|
|
@@ -1777,16 +1783,16 @@ const Hh=mt`
|
|
|
1777
1783
|
overflow-y: auto;
|
|
1778
1784
|
position: absolute;
|
|
1779
1785
|
width: 100%;
|
|
1780
|
-
--ni-private-listbox-padding: ${
|
|
1786
|
+
--ni-private-listbox-padding: ${Zn};
|
|
1781
1787
|
max-height: calc(
|
|
1782
1788
|
var(--ni-private-select-max-height) - 2 *
|
|
1783
1789
|
var(--ni-private-listbox-padding)
|
|
1784
1790
|
);
|
|
1785
1791
|
z-index: 1;
|
|
1786
1792
|
padding: var(--ni-private-listbox-padding);
|
|
1787
|
-
box-shadow: 0px 3px 3px ${
|
|
1788
|
-
border: 1px solid ${
|
|
1789
|
-
background-color: ${
|
|
1793
|
+
box-shadow: 0px 3px 3px ${Gn};
|
|
1794
|
+
border: 1px solid ${Qn};
|
|
1795
|
+
background-color: ${Pn};
|
|
1790
1796
|
background-clip: padding-box;
|
|
1791
1797
|
}
|
|
1792
1798
|
|
|
@@ -1805,11 +1811,11 @@ const Hh=mt`
|
|
|
1805
1811
|
}
|
|
1806
1812
|
|
|
1807
1813
|
:host([open][position='above']) .listbox {
|
|
1808
|
-
bottom: ${
|
|
1814
|
+
bottom: ${Jn};
|
|
1809
1815
|
}
|
|
1810
1816
|
|
|
1811
1817
|
:host([open][position='below']) .listbox {
|
|
1812
|
-
top: calc(${
|
|
1818
|
+
top: calc(${Jn} + ${Zn});
|
|
1813
1819
|
}
|
|
1814
1820
|
|
|
1815
1821
|
.selected-value {
|
|
@@ -1831,13 +1837,13 @@ const Hh=mt`
|
|
|
1831
1837
|
}
|
|
1832
1838
|
|
|
1833
1839
|
.indicator slot[name='indicator'] svg {
|
|
1834
|
-
width: ${
|
|
1835
|
-
height: ${
|
|
1836
|
-
fill: ${
|
|
1840
|
+
width: ${ir};
|
|
1841
|
+
height: ${ir};
|
|
1842
|
+
fill: ${Ar};
|
|
1837
1843
|
}
|
|
1838
1844
|
|
|
1839
1845
|
:host([disabled]) .indicator slot[name='indicator'] svg {
|
|
1840
|
-
fill: ${
|
|
1846
|
+
fill: ${Er};
|
|
1841
1847
|
}
|
|
1842
1848
|
|
|
1843
1849
|
slot[name='listbox'] {
|
|
@@ -1858,15 +1864,15 @@ const Hh=mt`
|
|
|
1858
1864
|
::slotted(option) {
|
|
1859
1865
|
flex: none;
|
|
1860
1866
|
}
|
|
1861
|
-
`,
|
|
1867
|
+
`,Rh=mt`
|
|
1862
1868
|
.error-icon {
|
|
1863
1869
|
display: none;
|
|
1864
1870
|
}
|
|
1865
1871
|
|
|
1866
1872
|
:host(.invalid) .error-icon {
|
|
1867
1873
|
display: inline-flex;
|
|
1868
|
-
width: ${
|
|
1869
|
-
height: ${
|
|
1874
|
+
width: ${ir};
|
|
1875
|
+
height: ${ir};
|
|
1870
1876
|
flex: none;
|
|
1871
1877
|
}
|
|
1872
1878
|
|
|
@@ -1876,11 +1882,11 @@ const Hh=mt`
|
|
|
1876
1882
|
|
|
1877
1883
|
:host(.invalid) .error-text {
|
|
1878
1884
|
display: block;
|
|
1879
|
-
font: ${
|
|
1880
|
-
color: ${
|
|
1885
|
+
font: ${ga};
|
|
1886
|
+
color: ${qn};
|
|
1881
1887
|
width: 100%;
|
|
1882
1888
|
position: absolute;
|
|
1883
|
-
top: ${
|
|
1889
|
+
top: ${Jn};
|
|
1884
1890
|
left: 0px;
|
|
1885
1891
|
overflow: hidden;
|
|
1886
1892
|
text-overflow: ellipsis;
|
|
@@ -1888,15 +1894,15 @@ const Hh=mt`
|
|
|
1888
1894
|
}
|
|
1889
1895
|
|
|
1890
1896
|
:host(.invalid[readonly]:not([disabled])) .error-text {
|
|
1891
|
-
top: calc(${
|
|
1897
|
+
top: calc(${Jn} - ${sr});
|
|
1892
1898
|
}
|
|
1893
1899
|
|
|
1894
1900
|
:host(.invalid) .error-text:empty {
|
|
1895
1901
|
display: none;
|
|
1896
1902
|
}
|
|
1897
|
-
`,
|
|
1898
|
-
${
|
|
1899
|
-
${
|
|
1903
|
+
`,Dh=mt`
|
|
1904
|
+
${Ph}
|
|
1905
|
+
${Rh}
|
|
1900
1906
|
|
|
1901
1907
|
:host {
|
|
1902
1908
|
--ni-private-hover-bottom-border-width: 2px;
|
|
@@ -1906,23 +1912,27 @@ const Hh=mt`
|
|
|
1906
1912
|
:host([disabled]) *,
|
|
1907
1913
|
:host([disabled]) {
|
|
1908
1914
|
user-select: none;
|
|
1909
|
-
color: ${
|
|
1915
|
+
color: ${Er};
|
|
1910
1916
|
}
|
|
1911
1917
|
|
|
1912
1918
|
.control {
|
|
1913
1919
|
bottom-border-width: var(--ni-private-bottom-border-width);
|
|
1914
1920
|
}
|
|
1915
1921
|
|
|
1922
|
+
.control:focus-within {
|
|
1923
|
+
border-bottom-color: ${Xn};
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1916
1926
|
:host(.invalid) .control {
|
|
1917
|
-
border-bottom: var(--ni-private-bottom-border-width) solid ${
|
|
1927
|
+
border-bottom: var(--ni-private-bottom-border-width) solid ${qn};
|
|
1918
1928
|
}
|
|
1919
1929
|
|
|
1920
1930
|
:host([disabled]) .control {
|
|
1921
|
-
border-color: rgba(${
|
|
1931
|
+
border-color: rgba(${jn}, 0.1);
|
|
1922
1932
|
}
|
|
1923
1933
|
|
|
1924
1934
|
:host(.invalid[disabled]) .control {
|
|
1925
|
-
border-color: ${
|
|
1935
|
+
border-color: ${qn};
|
|
1926
1936
|
}
|
|
1927
1937
|
|
|
1928
1938
|
.selected-value {
|
|
@@ -1939,7 +1949,7 @@ const Hh=mt`
|
|
|
1939
1949
|
.selected-value:hover,
|
|
1940
1950
|
.selected-value:disabled,
|
|
1941
1951
|
.selected-value:active,
|
|
1942
|
-
.selected-value${
|
|
1952
|
+
.selected-value${bh} {
|
|
1943
1953
|
outline: none;
|
|
1944
1954
|
}
|
|
1945
1955
|
|
|
@@ -1950,38 +1960,38 @@ const Hh=mt`
|
|
|
1950
1960
|
.end-slot-container {
|
|
1951
1961
|
display: flex;
|
|
1952
1962
|
align-items: baseline;
|
|
1953
|
-
padding-right: ${
|
|
1963
|
+
padding-right: ${Zn};
|
|
1954
1964
|
}
|
|
1955
1965
|
|
|
1956
1966
|
.separator {
|
|
1957
1967
|
display: inline;
|
|
1958
1968
|
width: 2px;
|
|
1959
|
-
border-right: 2px solid rgba(${
|
|
1960
|
-
height: calc(${
|
|
1969
|
+
border-right: 2px solid rgba(${jn}, 0.15);
|
|
1970
|
+
height: calc(${Jn} - 12px);
|
|
1961
1971
|
align-self: center;
|
|
1962
1972
|
padding-left: 4px;
|
|
1963
1973
|
}
|
|
1964
1974
|
|
|
1965
1975
|
.dropdown-button {
|
|
1966
|
-
${
|
|
1967
|
-
margin-left: ${
|
|
1976
|
+
${Jn.cssCustomProperty}: 24px;
|
|
1977
|
+
margin-left: ${Zn};
|
|
1968
1978
|
}
|
|
1969
1979
|
|
|
1970
1980
|
:host([disabled]) .dropdown-icon {
|
|
1971
|
-
fill: ${
|
|
1981
|
+
fill: ${Er};
|
|
1972
1982
|
}
|
|
1973
1983
|
|
|
1974
1984
|
:host(:empty) .listbox {
|
|
1975
1985
|
display: none;
|
|
1976
1986
|
}
|
|
1977
1987
|
`
|
|
1978
|
-
class
|
|
1988
|
+
class Fh extends bs{constructor(){super(...arguments),this.focusOutHandler=()=>{this.open=!1}}setPositioning(){this.$fastController.isConnected&&super.setPositioning()}slottedOptionsChanged(t,e){const s=this.value
|
|
1979
1989
|
super.slottedOptionsChanged(t,e),s&&(this.value=s)}connectedCallback(){super.connectedCallback(),this.setPositioning(),this.updateInputAriaLabel(),this.addEventListener("focusout",this.focusOutHandler)}disconnectedCallback(){this.removeEventListener("focusout",this.focusOutHandler)}toggleButtonClickHandler(t){t.stopImmediatePropagation()}toggleButtonChangeHandler(t){this.open=this.dropdownButton.checked,t.stopImmediatePropagation()}toggleButtonKeyDownHandler(t){switch(t.key){case ze:case Ce:case Ee:case Ie:return this.open=!0,this.stopPropagation(t),!1
|
|
1980
1990
|
default:return!0}}filterOptions(){super.filterOptions()
|
|
1981
1991
|
const t=this.filteredOptions.filter((t=>!t.disabled))
|
|
1982
1992
|
this.filteredOptions=t}openChanged(){super.openChanged(),this.dropdownButton&&(this.dropdownButton.checked=this.open)}ariaLabelChanged(t,e){this.updateInputAriaLabel()}updateInputAriaLabel(){const t=this.shadowRoot?.querySelector(".selected-value")
|
|
1983
|
-
this.ariaLabel?t?.setAttribute("aria-label",this.ariaLabel):t?.removeAttribute("aria-label")}}
|
|
1984
|
-
const
|
|
1993
|
+
this.ariaLabel?t?.setAttribute("aria-label",this.ariaLabel):t?.removeAttribute("aria-label")}}On([b],Fh.prototype,"dropdownButton",void 0),On([ot({attribute:"error-text"})],Fh.prototype,"errorText",void 0)
|
|
1994
|
+
const Bh=Fh.compose({baseName:"combobox",baseClass:bs,template:(t,e)=>X`
|
|
1985
1995
|
<template
|
|
1986
1996
|
aria-disabled="${t=>t.ariaDisabled}"
|
|
1987
1997
|
autocomplete="${t=>t.autocomplete}"
|
|
@@ -2035,7 +2045,7 @@ const Th=Lh.compose({baseName:"combobox",baseClass:bs,template:(t,e)=>X`
|
|
|
2035
2045
|
></slot>
|
|
2036
2046
|
</div>
|
|
2037
2047
|
</template>
|
|
2038
|
-
`,styles:
|
|
2048
|
+
`,styles:Dh,shadowOptions:{delegatesFocus:!0},end:X`
|
|
2039
2049
|
<div class="end-slot-container">
|
|
2040
2050
|
<nimble-icon-exclamation-mark
|
|
2041
2051
|
class="error-icon fail"
|
|
@@ -2062,10 +2072,10 @@ const Th=Lh.compose({baseName:"combobox",baseClass:bs,template:(t,e)=>X`
|
|
|
2062
2072
|
</nimble-icon-arrow-expander-down>
|
|
2063
2073
|
</nimble-toggle-button>
|
|
2064
2074
|
</div>
|
|
2065
|
-
${
|
|
2075
|
+
${Eh}
|
|
2066
2076
|
`})
|
|
2067
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
2068
|
-
var
|
|
2077
|
+
js.getOrCreate().withPrefix("nimble").register(Bh())
|
|
2078
|
+
var Nh="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},jh={},qh={},Uh={}
|
|
2069
2079
|
!function(t){var e
|
|
2070
2080
|
Object.defineProperty(t,"__esModule",{value:!0}),t.AnimationMode=void 0,function(t){t[t.animateTo=0]="animateTo",t[t.animateFrom=1]="animateFrom"}(e=t.AnimationMode||(t.AnimationMode={}))
|
|
2071
2081
|
var s=function(){function t(t,e,s){var i=this
|
|
@@ -2094,104 +2104,104 @@ return t.forEach((function(t){t.forEach((function(t,s){var i=t.offset
|
|
|
2094
2104
|
void 0===i&&(i=0===s?0:1,t.offset=i)
|
|
2095
2105
|
var o=i.toString()
|
|
2096
2106
|
e[o]=void 0===e[o]?t:Object.assign(e[o],t)}))})),this.sortOffsets(Object.keys(e)).map((function(t){return e[t]}))},Object.defineProperty(t.prototype,"keyframes",{get:function(){return this.consolidateKeyframes(this._keyframes.concat([this.getOptionKeyframes()]))},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"keyframeEffect",{get:function(){return new KeyframeEffect(this.animationTarget,this.keyframes,this.effectTiming)},enumerable:!1,configurable:!0}),t.propertyMap={opacity:["opacity"],transform:["x","y","rotate","scale"],top:["top"],left:["left"],bottom:["bottom"],right:["right"]},t}()
|
|
2097
|
-
t.default=s}(
|
|
2098
|
-
var
|
|
2099
|
-
function s(){this.constructor=t}
|
|
2100
|
-
Object.defineProperty(
|
|
2101
|
-
var
|
|
2102
|
-
return e.mode=
|
|
2103
|
-
|
|
2104
|
-
var
|
|
2107
|
+
t.default=s}(Uh)
|
|
2108
|
+
var Kh,Wh=Nh&&Nh.__extends||(Kh=function(t,e){return(Kh=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null")
|
|
2109
|
+
function s(){this.constructor=t}Kh(t,e),t.prototype=null===e?Object.create(e):(s.prototype=e.prototype,new s)})
|
|
2110
|
+
Object.defineProperty(qh,"__esModule",{value:!0})
|
|
2111
|
+
var Xh=Uh,Yh=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this
|
|
2112
|
+
return e.mode=Xh.AnimationMode.animateTo,e}return Wh(e,t),e}(Xh.default)
|
|
2113
|
+
qh.default=Yh
|
|
2114
|
+
var Gh={},Qh=Nh&&Nh.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
|
|
2105
2115
|
return function(e,s){if("function"!=typeof s&&null!==s)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null")
|
|
2106
2116
|
function i(){this.constructor=e}t(e,s),e.prototype=null===s?Object.create(s):(i.prototype=s.prototype,new i)}}()
|
|
2107
|
-
Object.defineProperty(
|
|
2108
|
-
var
|
|
2109
|
-
return e.mode=
|
|
2110
|
-
|
|
2111
|
-
var
|
|
2112
|
-
Object.defineProperty(
|
|
2113
|
-
var
|
|
2114
|
-
this.pause=function(){(0,
|
|
2117
|
+
Object.defineProperty(Gh,"__esModule",{value:!0})
|
|
2118
|
+
var Jh=Uh,Zh=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this
|
|
2119
|
+
return e.mode=Jh.AnimationMode.animateFrom,e}return Qh(e,t),e}(Jh.default)
|
|
2120
|
+
Gh.default=Zh
|
|
2121
|
+
var td={},ed={}
|
|
2122
|
+
Object.defineProperty(ed,"__esModule",{value:!0}),ed.invokeFunctionForEach=void 0,ed.invokeFunctionForEach=function(t,e){t.forEach((function(t){return t[e]()}))},Object.defineProperty(td,"__esModule",{value:!0})
|
|
2123
|
+
var sd=ed,id=function(){function t(t){var e=this
|
|
2124
|
+
this.pause=function(){(0,sd.invokeFunctionForEach)(e.animations,"pause")},this.finish=function(){(0,sd.invokeFunctionForEach)(e.animations,"finish")},this.cancel=function(){(0,sd.invokeFunctionForEach)(e.animations,"cancel")},this.animations=t}return Object.defineProperty(t.prototype,"onFinish",{get:function(){return this._onFinish},set:function(t){var e=this
|
|
2115
2125
|
this._onFinish=t
|
|
2116
2126
|
var s=this.getLongestAnimation()
|
|
2117
2127
|
if("function"==typeof s.onFinish){var i=s.onFinish
|
|
2118
|
-
s.onFinish=function(){i(),e._onFinish()}}else s.onFinish=this._onFinish},enumerable:!1,configurable:!0}),t.prototype.play=function(){(0,
|
|
2128
|
+
s.onFinish=function(){i(),e._onFinish()}}else s.onFinish=this._onFinish},enumerable:!1,configurable:!0}),t.prototype.play=function(){(0,sd.invokeFunctionForEach)(this.animations,"play")},t.prototype.reverse=function(){(0,sd.invokeFunctionForEach)(this.animations,"reverse")},t.prototype.getLongestAnimation=function(){var t=this
|
|
2119
2129
|
return this.animations.reduce((function(e,s){var i=t.getAnimationDuration(e.effectTiming)
|
|
2120
2130
|
return t.getAnimationDuration(s.effectTiming)>=i?s:e}))},t.prototype.getAnimationDuration=function(t){var e=t.duration,s="string"==typeof e?parseFloat(e):e
|
|
2121
2131
|
return(t.delay||0)+(s||0)},t}()
|
|
2122
|
-
|
|
2123
|
-
var
|
|
2124
|
-
Object.defineProperty(
|
|
2125
|
-
var
|
|
2126
|
-
this.play=function(){e.applySequencedCallback(e.animations,"play")},this.reverse=function(){e.applySequencedCallback(e.animations.reverse(),"reverse")},this.pause=function(){(0,
|
|
2132
|
+
td.default=id
|
|
2133
|
+
var od={}
|
|
2134
|
+
Object.defineProperty(od,"__esModule",{value:!0})
|
|
2135
|
+
var nd=ed,rd=function(){function t(t){var e=this
|
|
2136
|
+
this.play=function(){e.applySequencedCallback(e.animations,"play")},this.reverse=function(){e.applySequencedCallback(e.animations.reverse(),"reverse")},this.pause=function(){(0,nd.invokeFunctionForEach)(e.animations,"pause")},this.finish=function(){(0,nd.invokeFunctionForEach)(e.animations,"finish")},this.cancel=function(){(0,nd.invokeFunctionForEach)(e.animations,"cancel")},this.animations=t}return t.prototype.applySequencedCallback=function(t,e){var s=this,i=t.length
|
|
2127
2137
|
i<=0||(t.forEach((function(t,o){t.onFinish=o<i-1?s.animations[o+1][e]:s.onFinish||void 0})),t[0][e]())},t}()
|
|
2128
|
-
|
|
2129
|
-
var
|
|
2138
|
+
od.default=rd
|
|
2139
|
+
var ad={}
|
|
2130
2140
|
!function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.fadeOut=t.fadeIn=t.applyFade=t.fadeEffectTiming=t.fadeOutKeyframes=t.fadeInKeyframes=void 0
|
|
2131
|
-
var e=
|
|
2141
|
+
var e=qh
|
|
2132
2142
|
function s(s,i,o){void 0===o&&(o={})
|
|
2133
2143
|
var n=Object.assign({},t.fadeEffectTiming,o),r=new e.default(s,null,n)
|
|
2134
|
-
return r.addKeyframes(i),r}t.fadeInKeyframes=[{opacity:"0.01"},{opacity:"1"}],t.fadeOutKeyframes=[{opacity:"1"},{opacity:"0"}],t.fadeEffectTiming={easing:"linear",duration:500},t.applyFade=s,t.fadeIn=function(e,i){return void 0===i&&(i={}),s(e,t.fadeInKeyframes,i)},t.fadeOut=function(e,i){return void 0===i&&(i={}),s(e,t.fadeOutKeyframes,i)}}(
|
|
2135
|
-
var
|
|
2136
|
-
Object.defineProperty(
|
|
2137
|
-
var
|
|
2138
|
-
function
|
|
2144
|
+
return r.addKeyframes(i),r}t.fadeInKeyframes=[{opacity:"0.01"},{opacity:"1"}],t.fadeOutKeyframes=[{opacity:"1"},{opacity:"0"}],t.fadeEffectTiming={easing:"linear",duration:500},t.applyFade=s,t.fadeIn=function(e,i){return void 0===i&&(i={}),s(e,t.fadeInKeyframes,i)},t.fadeOut=function(e,i){return void 0===i&&(i={}),s(e,t.fadeOutKeyframes,i)}}(ad)
|
|
2145
|
+
var ld={},cd={}
|
|
2146
|
+
Object.defineProperty(cd,"__esModule",{value:!0}),cd.navPane=cd.exponentialReversed=cd.fastInFortySevenPercent=cd.exponential=cd.fastInOut=cd.fastOut=cd.fastIn=cd.appToApp=cd.backToApp=cd.drillIn=cd.easeIn=cd.easeOutSmooth=cd.easeOut=cd.linear=void 0,cd.linear=[[0,0],[1,1]],cd.easeOut=[[0,0],[.58,1]],cd.easeOutSmooth=[[0,.35],[.15,1]],cd.easeIn=[[.25,.1],[.25,1]],cd.drillIn=[[.17,.17],[0,1]],cd.backToApp=[[.5,0],[.6,1]],cd.appToApp=[[.5,0],[1,.9]],cd.fastIn=[[.1,.9],[.2,1]],cd.fastOut=[[.9,.1],[1,.2]],cd.fastInOut=[[.8,0],[.2,1]],cd.exponential=[[.1,.25],[.75,.9]],cd.fastInFortySevenPercent=[[.11,.5],[.24,.96]],cd.exponentialReversed=[[.25,.1],[.9,.75]],cd.navPane=[[.1,.7],[.1,1]],Object.defineProperty(ld,"__esModule",{value:!0}),ld.cubicBezier=ld.formatCubicBezier=void 0
|
|
2147
|
+
var hd=cd
|
|
2148
|
+
function dd(t){if(!Array.isArray(t)||!Array.isArray(t[0])||!Array.isArray(t[1]))return""
|
|
2139
2149
|
var e=t[0],s=t[1]
|
|
2140
|
-
return"cubic-bezier(".concat(e[0],", ").concat(e[1],", ").concat(s[0],", ").concat(s[1],")")}
|
|
2141
|
-
var
|
|
2142
|
-
Object.defineProperty(
|
|
2150
|
+
return"cubic-bezier(".concat(e[0],", ").concat(e[1],", ").concat(s[0],", ").concat(s[1],")")}ld.formatCubicBezier=dd,ld.cubicBezier=function(t){return t in hd?dd(hd[t]):""}
|
|
2151
|
+
var ud={},pd={}
|
|
2152
|
+
Object.defineProperty(pd,"__esModule",{value:!0}),pd.default=function(t){var e=t.getBoundingClientRect()
|
|
2143
2153
|
return e.bottom>=0&&e.right>=0&&e.top<=window.innerHeight&&e.left<=window.innerWidth}
|
|
2144
|
-
var
|
|
2145
|
-
Object.defineProperty(
|
|
2146
|
-
var
|
|
2147
|
-
this.subscriptions=[],this.scrollDistance=0,this.requestFrame=function(){t.requestedFrame&&cancelAnimationFrame(t.requestedFrame),t.requestedFrame=requestAnimationFrame(t.update)},this.lastScrollY=(0,
|
|
2154
|
+
var vd={},gd={}
|
|
2155
|
+
Object.defineProperty(gd,"__esModule",{value:!0}),gd.default=function(){return"undefined"==typeof window?NaN:void 0!==window.scrollY?window.scrollY:window.pageYOffset},Object.defineProperty(vd,"__esModule",{value:!0})
|
|
2156
|
+
var md=pd,fd=gd,bd=function(){function t(){var t=this
|
|
2157
|
+
this.subscriptions=[],this.scrollDistance=0,this.requestFrame=function(){t.requestedFrame&&cancelAnimationFrame(t.requestedFrame),t.requestedFrame=requestAnimationFrame(t.update)},this.lastScrollY=(0,fd.default)(),this.update=this.update.bind(this)}return t.prototype.subscribe=function(t,e){t instanceof HTMLElement&&"function"==typeof e&&!this.isSubscribed(t,e)&&(0===this.subscriptions.length&&window.addEventListener("scroll",this.requestFrame),this.subscriptions.push({element:t,callback:e,inView:(0,md.default)(t)}))},t.prototype.unsubscribe=function(t,e){this.subscriptions=this.subscriptions.filter((function(s){return!(t===s.element&&e===s.callback)})),0===this.subscriptions.length&&window.removeEventListener("scroll",this.requestFrame)},t.prototype.update=function(){var t=(0,fd.default)()
|
|
2148
2158
|
this.scrollDistance=t-this.lastScrollY,this.lastScrollY=t},t.prototype.isSubscribed=function(t,e){return!!this.subscriptions.filter((function(s){return t===s.element&&e===s.callback})).length},t}()
|
|
2149
|
-
|
|
2150
|
-
var
|
|
2159
|
+
vd.default=bd
|
|
2160
|
+
var wd=Nh&&Nh.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
|
|
2151
2161
|
return function(e,s){if("function"!=typeof s&&null!==s)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null")
|
|
2152
2162
|
function i(){this.constructor=e}t(e,s),e.prototype=null===s?Object.create(s):(i.prototype=s.prototype,new i)}}()
|
|
2153
|
-
Object.defineProperty(
|
|
2154
|
-
var
|
|
2155
|
-
t.prototype.update.call(this),this.subscriptions.forEach((function(t){var s=(0,
|
|
2156
|
-
s&&t.callback(e.scrollDistance),s!==t.inView&&(t.inView=s)}))},e}(
|
|
2157
|
-
|
|
2158
|
-
var
|
|
2163
|
+
Object.defineProperty(ud,"__esModule",{value:!0})
|
|
2164
|
+
var xd=pd,yd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return wd(e,t),e.prototype.update=function(){var e=this
|
|
2165
|
+
t.prototype.update.call(this),this.subscriptions.forEach((function(t){var s=(0,xd.default)(t.element)
|
|
2166
|
+
s&&t.callback(e.scrollDistance),s!==t.inView&&(t.inView=s)}))},e}(vd.default)
|
|
2167
|
+
ud.default=yd
|
|
2168
|
+
var $d={},Cd=Nh&&Nh.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
|
|
2159
2169
|
return function(e,s){if("function"!=typeof s&&null!==s)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null")
|
|
2160
2170
|
function i(){this.constructor=e}t(e,s),e.prototype=null===s?Object.create(s):(i.prototype=s.prototype,new i)}}()
|
|
2161
|
-
Object.defineProperty(
|
|
2162
|
-
var
|
|
2163
|
-
t.prototype.update.call(this),this.subscriptions.forEach((function(t,s){var i=(0,
|
|
2164
|
-
i&&!t.inView&&t.callback(e.scrollDistance),i!==t.inView&&(t.inView=i)}))},e}(
|
|
2165
|
-
|
|
2166
|
-
var
|
|
2171
|
+
Object.defineProperty($d,"__esModule",{value:!0})
|
|
2172
|
+
var kd=pd,_d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Cd(e,t),e.prototype.update=function(){var e=this
|
|
2173
|
+
t.prototype.update.call(this),this.subscriptions.forEach((function(t,s){var i=(0,kd.default)(t.element)
|
|
2174
|
+
i&&!t.inView&&t.callback(e.scrollDistance),i!==t.inView&&(t.inView=i)}))},e}(vd.default)
|
|
2175
|
+
$d.default=_d
|
|
2176
|
+
var zd={},Id=Nh&&Nh.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)}
|
|
2167
2177
|
return function(e,s){if("function"!=typeof s&&null!==s)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null")
|
|
2168
2178
|
function i(){this.constructor=e}t(e,s),e.prototype=null===s?Object.create(s):(i.prototype=s.prototype,new i)}}()
|
|
2169
|
-
Object.defineProperty(
|
|
2170
|
-
var
|
|
2171
|
-
t.prototype.update.call(this),this.subscriptions.forEach((function(t,s){var i=(0,
|
|
2172
|
-
!i&&t.inView&&t.callback(e.scrollDistance),i!==t.inView&&(t.inView=i)}))},e}(
|
|
2173
|
-
|
|
2174
|
-
var e=
|
|
2179
|
+
Object.defineProperty(zd,"__esModule",{value:!0})
|
|
2180
|
+
var Od=pd,Sd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Id(e,t),e.prototype.update=function(){var e=this
|
|
2181
|
+
t.prototype.update.call(this),this.subscriptions.forEach((function(t,s){var i=(0,Od.default)(t.element)
|
|
2182
|
+
!i&&t.inView&&t.callback(e.scrollDistance),i!==t.inView&&(t.inView=i)}))},e}(vd.default)
|
|
2183
|
+
zd.default=Sd,function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.ViewExitTrigger=t.ViewEnterTrigger=t.ScrollTrigger=t.fadeOut=t.fadeIn=t.cubicBezier=t.AnimateTo=t.AnimateSequence=t.AnimateGroup=t.AnimateFrom=t.Animate=void 0
|
|
2184
|
+
var e=qh
|
|
2175
2185
|
t.AnimateTo=e.default
|
|
2176
|
-
var s=
|
|
2186
|
+
var s=Gh
|
|
2177
2187
|
t.AnimateFrom=s.default
|
|
2178
|
-
var i=
|
|
2188
|
+
var i=td
|
|
2179
2189
|
t.AnimateGroup=i.default
|
|
2180
|
-
var o=
|
|
2190
|
+
var o=od
|
|
2181
2191
|
t.AnimateSequence=o.default
|
|
2182
|
-
var n=
|
|
2192
|
+
var n=Uh
|
|
2183
2193
|
t.Animate=n.default
|
|
2184
|
-
var r=
|
|
2194
|
+
var r=ad
|
|
2185
2195
|
Object.defineProperty(t,"fadeIn",{enumerable:!0,get:function(){return r.fadeIn}}),Object.defineProperty(t,"fadeOut",{enumerable:!0,get:function(){return r.fadeOut}})
|
|
2186
|
-
var a=
|
|
2196
|
+
var a=ld
|
|
2187
2197
|
Object.defineProperty(t,"cubicBezier",{enumerable:!0,get:function(){return a.cubicBezier}})
|
|
2188
|
-
var l=
|
|
2198
|
+
var l=ud
|
|
2189
2199
|
t.ScrollTrigger=l.default
|
|
2190
|
-
var c
|
|
2200
|
+
var c=$d
|
|
2191
2201
|
t.ViewEnterTrigger=c.default
|
|
2192
|
-
var h=
|
|
2193
|
-
t.ViewExitTrigger=h.default}(
|
|
2194
|
-
const
|
|
2202
|
+
var h=zd
|
|
2203
|
+
t.ViewExitTrigger=h.default}(jh)
|
|
2204
|
+
const Ad=window.matchMedia("(prefers-reduced-motion: reduce)"),Ed={slideLeftKeyframes:[{transform:"translateX(-100%)",visibility:"hidden",offset:0},{transform:"translateX(-100%)",visibility:"visible",offset:.01},{transform:"translateX(0%)",visibility:"visible",offset:1}],slideRightKeyframes:[{transform:"translateX(100%)",visibility:"hidden",offset:0},{transform:"translateX(100%)",visibility:"visible",offset:.01},{transform:"translateX(0%)",visibility:"visible",offset:1}],fadeOverlayKeyframes:[{opacity:0},{opacity:1}],slideInOptions:{duration:1,easing:"ease-out"},slideOutOptions:{duration:1,easing:"ease-in",direction:"reverse"}},Hd=mt`
|
|
2195
2205
|
${so("block")}
|
|
2196
2206
|
|
|
2197
2207
|
:host {
|
|
@@ -2201,8 +2211,8 @@ const _d=window.matchMedia("(prefers-reduced-motion: reduce)"),zd={slideLeftKeyf
|
|
|
2201
2211
|
width: fit-content;
|
|
2202
2212
|
height: 100%;
|
|
2203
2213
|
outline: none;
|
|
2204
|
-
font: ${
|
|
2205
|
-
color: ${
|
|
2214
|
+
font: ${Sr};
|
|
2215
|
+
color: ${Ar};
|
|
2206
2216
|
}
|
|
2207
2217
|
|
|
2208
2218
|
:host([modal]) {
|
|
@@ -2238,7 +2248,7 @@ const _d=window.matchMedia("(prefers-reduced-motion: reduce)"),zd={slideLeftKeyf
|
|
|
2238
2248
|
.overlay {
|
|
2239
2249
|
position: fixed;
|
|
2240
2250
|
inset: 0px;
|
|
2241
|
-
background: ${
|
|
2251
|
+
background: ${Qn};
|
|
2242
2252
|
touch-action: none;
|
|
2243
2253
|
}
|
|
2244
2254
|
|
|
@@ -2251,9 +2261,9 @@ const _d=window.matchMedia("(prefers-reduced-motion: reduce)"),zd={slideLeftKeyf
|
|
|
2251
2261
|
box-sizing: border-box;
|
|
2252
2262
|
border-radius: 0px;
|
|
2253
2263
|
border-width: 0px;
|
|
2254
|
-
width: ${
|
|
2264
|
+
width: ${or};
|
|
2255
2265
|
height: 100%;
|
|
2256
|
-
background-color: ${
|
|
2266
|
+
background-color: ${Pn};
|
|
2257
2267
|
}
|
|
2258
2268
|
|
|
2259
2269
|
:host([modal]) .control {
|
|
@@ -2267,59 +2277,59 @@ const _d=window.matchMedia("(prefers-reduced-motion: reduce)"),zd={slideLeftKeyf
|
|
|
2267
2277
|
|
|
2268
2278
|
:host([location='left']) .control {
|
|
2269
2279
|
left: 0px;
|
|
2270
|
-
border-right: ${
|
|
2280
|
+
border-right: ${sr} solid ${Gn};
|
|
2271
2281
|
}
|
|
2272
2282
|
|
|
2273
2283
|
:host([location='right']) .control {
|
|
2274
2284
|
right: 0px;
|
|
2275
|
-
border-left: ${
|
|
2285
|
+
border-left: ${sr} solid ${Gn};
|
|
2276
2286
|
}
|
|
2277
2287
|
|
|
2278
2288
|
${""}
|
|
2279
2289
|
|
|
2280
2290
|
::slotted(header) {
|
|
2281
|
-
padding: ${
|
|
2291
|
+
padding: ${tr};
|
|
2282
2292
|
flex: none;
|
|
2283
|
-
font: ${
|
|
2293
|
+
font: ${nr};
|
|
2284
2294
|
}
|
|
2285
2295
|
|
|
2286
2296
|
::slotted(section) {
|
|
2287
|
-
padding: ${
|
|
2297
|
+
padding: ${tr};
|
|
2288
2298
|
flex: auto;
|
|
2289
2299
|
overflow-y: auto;
|
|
2290
2300
|
}
|
|
2291
2301
|
|
|
2292
2302
|
::slotted(footer) {
|
|
2293
|
-
padding: ${
|
|
2303
|
+
padding: ${tr};
|
|
2294
2304
|
flex: none;
|
|
2295
2305
|
display: flex;
|
|
2296
2306
|
justify-content: flex-end;
|
|
2297
|
-
border-top: ${
|
|
2307
|
+
border-top: ${sr} solid ${Qn};
|
|
2298
2308
|
}
|
|
2299
|
-
`,
|
|
2300
|
-
class
|
|
2309
|
+
`,Md="left",Vd="right",Ld="opening",Td="opened",Pd="closing",Rd="closed"
|
|
2310
|
+
class Dd extends si{constructor(){super(...arguments),this.location=Md,this.state=Rd,this.preventDismiss=!1,this.propertiesToWatch=["hidden","location","state"],this.animationDurationMilliseconds=.001}connectedCallback(){this.trapFocus=!1,super.connectedCallback(),this.updateAnimationDuration(),this.animationsEnabledChangedHandler=()=>this.updateAnimationDuration(),Ad.addEventListener("change",this.animationsEnabledChangedHandler),this.onStateChanged()
|
|
2301
2311
|
const t=f.getNotifier(this),e={handleChange:(t,e)=>this.onPropertyChange(e)}
|
|
2302
|
-
this.propertiesToWatch.forEach((s=>t.subscribe(e,s))),this.propertyChangeSubscriber=e,this.propertyChangeNotifier=t}disconnectedCallback(){super.disconnectedCallback(),this.cancelCurrentAnimation(),this.propertyChangeNotifier&&this.propertyChangeSubscriber&&(this.propertiesToWatch.forEach((t=>this.propertyChangeNotifier.unsubscribe(this.propertyChangeSubscriber,t))),this.propertyChangeNotifier=void 0,this.propertyChangeSubscriber=void 0),this.animationsEnabledChangedHandler&&(
|
|
2312
|
+
this.propertiesToWatch.forEach((s=>t.subscribe(e,s))),this.propertyChangeSubscriber=e,this.propertyChangeNotifier=t}disconnectedCallback(){super.disconnectedCallback(),this.cancelCurrentAnimation(),this.propertyChangeNotifier&&this.propertyChangeSubscriber&&(this.propertiesToWatch.forEach((t=>this.propertyChangeNotifier.unsubscribe(this.propertyChangeSubscriber,t))),this.propertyChangeNotifier=void 0,this.propertyChangeSubscriber=void 0),this.animationsEnabledChangedHandler&&(Ad.removeEventListener("change",this.animationsEnabledChangedHandler),this.animationsEnabledChangedHandler=void 0)}show(){this.state=Ld}hide(){this.state=Pd}dismiss(){this.$emit("cancel",{},{bubbles:!1,cancelable:!0,composed:!1})&&!this.preventDismiss&&(this.$emit("dismiss"),this.hide())}onPropertyChange(t){switch(t){case"hidden":this.onHiddenChanged()
|
|
2303
2313
|
break
|
|
2304
2314
|
case"location":this.onLocationChanged()
|
|
2305
2315
|
break
|
|
2306
|
-
case"state":this.onStateChanged()}}onHiddenChanged(){this.hidden&&this.state!==
|
|
2316
|
+
case"state":this.onStateChanged()}}onHiddenChanged(){this.hidden&&this.state!==Rd?this.state=Rd:this.hidden||this.state!==Rd||(this.state=Td)}onLocationChanged(){this.cancelCurrentAnimation()}onStateChanged(){if(this.isConnected){switch(this.cancelCurrentAnimation(),this.state){case Ld:this.animateOpening(),this.hidden=!1
|
|
2307
2317
|
break
|
|
2308
|
-
case
|
|
2318
|
+
case Td:this.hidden=!1
|
|
2309
2319
|
break
|
|
2310
|
-
case
|
|
2320
|
+
case Pd:this.hidden=!1,this.animateClosing()
|
|
2311
2321
|
break
|
|
2312
|
-
case
|
|
2322
|
+
case Rd:this.hidden=!0
|
|
2313
2323
|
break
|
|
2314
|
-
default:throw new Error("Unsupported state value. Expected: opening/opened/closing/closed")}this.$emit("state-change")}}updateAnimationDuration(){if(
|
|
2315
|
-
else{const t=
|
|
2316
|
-
this.animationDurationMilliseconds=1e3*e}}animateOpening(){this.animateOpenClose(!0)}animateClosing(){this.hidden?this.state=
|
|
2324
|
+
default:throw new Error("Unsupported state value. Expected: opening/opened/closing/closed")}this.$emit("state-change")}}updateAnimationDuration(){if(Ad.matches)this.animationDurationMilliseconds=.001
|
|
2325
|
+
else{const t=_a.getValueFor(this),e=parseFloat(t)
|
|
2326
|
+
this.animationDurationMilliseconds=1e3*e}}animateOpening(){this.animateOpenClose(!0)}animateClosing(){this.hidden?this.state=Rd:this.animateOpenClose(!1)}animateOpenClose(t){const e={...t?Ed.slideInOptions:Ed.slideOutOptions,duration:this.animationDurationMilliseconds},s=this.location===Vd?Ed.slideRightKeyframes:Ed.slideLeftKeyframes,i=new jh.AnimateTo(this.dialog,void 0,e)
|
|
2317
2327
|
i.addKeyframes(s)
|
|
2318
2328
|
const o=[i],n=this.shadowRoot?.querySelector(".overlay")
|
|
2319
|
-
if(n){const t=new
|
|
2320
|
-
t.addKeyframes(
|
|
2321
|
-
r.onFinish=()=>{this.state=t?
|
|
2322
|
-
const
|
|
2329
|
+
if(n){const t=new jh.AnimateTo(n,void 0,e)
|
|
2330
|
+
t.addKeyframes(Ed.fadeOverlayKeyframes),o.push(t)}const r=new jh.AnimateGroup(o)
|
|
2331
|
+
r.onFinish=()=>{this.state=t?Td:Rd},this.animationGroup=r,r.play()}cancelCurrentAnimation(){this.animationGroup?.cancel()}}On([ot],Dd.prototype,"location",void 0),On([ot],Dd.prototype,"state",void 0),On([ot({attribute:"prevent-dismiss",mode:"boolean"})],Dd.prototype,"preventDismiss",void 0)
|
|
2332
|
+
const Fd=Dd.compose({baseName:"drawer",template:(t,e)=>X`
|
|
2323
2333
|
<div class="positioning-region" part="positioning-region">
|
|
2324
2334
|
${wt((t=>t.modal),X`
|
|
2325
2335
|
<div
|
|
@@ -2343,155 +2353,156 @@ const Ld=Vd.compose({baseName:"drawer",template:(t,e)=>X`
|
|
|
2343
2353
|
<slot></slot>
|
|
2344
2354
|
</div>
|
|
2345
2355
|
</div>
|
|
2346
|
-
`,styles:
|
|
2347
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
const
|
|
2356
|
+
`,styles:Hd})
|
|
2357
|
+
js.getOrCreate().withPrefix("nimble").register(Fd())
|
|
2358
|
+
Lh("icon-add",class extends Vh{constructor(){super(Ra)}})
|
|
2359
|
+
Lh("icon-arrow-down-right-and-arrow-up-left",class extends Vh{constructor(){super(Da)}})
|
|
2360
|
+
Lh("icon-arrow-expander-left",class extends Vh{constructor(){super(Ba)}})
|
|
2361
|
+
Lh("icon-arrow-expander-right",class extends Vh{constructor(){super(Na)}})
|
|
2362
|
+
Lh("icon-arrow-expander-up",class extends Vh{constructor(){super(ja)}})
|
|
2363
|
+
Lh("icon-arrow-left-from-line",class extends Vh{constructor(){super(qa)}})
|
|
2364
|
+
Lh("icon-arrow-partial-rotate-left",class extends Vh{constructor(){super(Ua)}})
|
|
2365
|
+
Lh("icon-arrow-right-to-line",class extends Vh{constructor(){super(Ka)}})
|
|
2366
|
+
Lh("icon-arrow-rotate-right",class extends Vh{constructor(){super(Wa)}})
|
|
2367
|
+
Lh("icon-arrow-u-rotate-left",class extends Vh{constructor(){super(Xa)}})
|
|
2368
|
+
Lh("icon-arrow-up-left-and-arrow-down-right",class extends Vh{constructor(){super(Ya)}})
|
|
2369
|
+
Lh("icon-arrows-maximize",class extends Vh{constructor(){super(Ga)}})
|
|
2370
|
+
Lh("icon-arrows-repeat",class extends Vh{constructor(){super(Qa)}})
|
|
2371
|
+
Lh("icon-bars",class extends Vh{constructor(){super(Ja)}})
|
|
2372
|
+
Lh("icon-bell",class extends Vh{constructor(){super(Za)}})
|
|
2373
|
+
Lh("icon-bell-and-comment",class extends Vh{constructor(){super(tl)}})
|
|
2374
|
+
Lh("icon-bell-circle",class extends Vh{constructor(){super(el)}})
|
|
2375
|
+
Lh("icon-bell-solid-circle",class extends Vh{constructor(){super(sl)}})
|
|
2376
|
+
Lh("icon-block-with-ribbon",class extends Vh{constructor(){super(il)}})
|
|
2377
|
+
Lh("icon-calendar",class extends Vh{constructor(){super(ol)}})
|
|
2378
|
+
Lh("icon-chart-diagram",class extends Vh{constructor(){super(nl)}})
|
|
2379
|
+
Lh("icon-chart-diagram-child-focus",class extends Vh{constructor(){super(rl)}})
|
|
2380
|
+
Lh("icon-chart-diagram-parent-focus",class extends Vh{constructor(){super(al)}})
|
|
2381
|
+
Lh("icon-chart-diagram-parent-focus-two-child",class extends Vh{constructor(){super(ll)}})
|
|
2382
|
+
Lh("icon-check",class extends Vh{constructor(){super(cl)}})
|
|
2383
|
+
Lh("icon-check-dot",class extends Vh{constructor(){super(hl)}})
|
|
2384
|
+
Lh("icon-circle",class extends Vh{constructor(){super(dl)}})
|
|
2385
|
+
Lh("icon-circle-broken",class extends Vh{constructor(){super(ul)}})
|
|
2386
|
+
Lh("icon-circle-check",class extends Vh{constructor(){super(pl)}})
|
|
2387
|
+
Lh("icon-circle-partial-broken",class extends Vh{constructor(){super(vl)}})
|
|
2388
|
+
Lh("icon-circle-slash",class extends Vh{constructor(){super(gl)}})
|
|
2389
|
+
Lh("icon-circle-x",class extends Vh{constructor(){super(ml)}})
|
|
2390
|
+
Lh("icon-clipboard",class extends Vh{constructor(){super(fl)}})
|
|
2391
|
+
Lh("icon-clock",class extends Vh{constructor(){super(bl)}})
|
|
2392
|
+
Lh("icon-clock-cog",class extends Vh{constructor(){super(wl)}})
|
|
2393
|
+
Lh("icon-clock-triangle",class extends Vh{constructor(){super(xl)}})
|
|
2394
|
+
Lh("icon-clone",class extends Vh{constructor(){super(yl)}})
|
|
2395
|
+
Lh("icon-cloud-upload",class extends Vh{constructor(){super($l)}})
|
|
2396
|
+
Lh("icon-cloud-with-arrow",class extends Vh{constructor(){super(Cl)}})
|
|
2397
|
+
Lh("icon-cog",class extends Vh{constructor(){super(kl)}})
|
|
2398
|
+
Lh("icon-cog-database",class extends Vh{constructor(){super(_l)}})
|
|
2399
|
+
Lh("icon-cog-database-inset",class extends Vh{constructor(){super(zl)}})
|
|
2400
|
+
Lh("icon-cog-small-cog",class extends Vh{constructor(){super(Il)}})
|
|
2401
|
+
Lh("icon-cog-zoomed",class extends Vh{constructor(){super(Ol)}})
|
|
2402
|
+
Lh("icon-comment",class extends Vh{constructor(){super(Sl)}})
|
|
2403
|
+
Lh("icon-computer-and-monitor",class extends Vh{constructor(){super(Al)}})
|
|
2404
|
+
Lh("icon-copy",class extends Vh{constructor(){super(El)}})
|
|
2405
|
+
Lh("icon-copy-text",class extends Vh{constructor(){super(Hl)}})
|
|
2406
|
+
Lh("icon-dashboard-builder",class extends Vh{constructor(){super(Ml)}})
|
|
2407
|
+
Lh("icon-dashboard-builder-legend",class extends Vh{constructor(){super(Vl)}})
|
|
2408
|
+
Lh("icon-dashboard-builder-templates",class extends Vh{constructor(){super(Ll)}})
|
|
2409
|
+
Lh("icon-dashboard-builder-tile",class extends Vh{constructor(){super(Tl)}})
|
|
2410
|
+
Lh("icon-database",class extends Vh{constructor(){super(Pl)}})
|
|
2411
|
+
Lh("icon-database-check",class extends Vh{constructor(){super(Rl)}})
|
|
2412
|
+
Lh("icon-desktop",class extends Vh{constructor(){super(Dl)}})
|
|
2413
|
+
Lh("icon-donut-chart",class extends Vh{constructor(){super(Fl)}})
|
|
2414
|
+
Lh("icon-dot-solid-dot-stroke",class extends Vh{constructor(){super(Bl)}})
|
|
2415
|
+
Lh("icon-download",class extends Vh{constructor(){super(Nl)}})
|
|
2416
|
+
Lh("icon-electronic-chip-zoomed",class extends Vh{constructor(){super(jl)}})
|
|
2417
|
+
Lh("icon-eye",class extends Vh{constructor(){super(Ul)}})
|
|
2418
|
+
Lh("icon-fancy-a",class extends Vh{constructor(){super(Kl)}})
|
|
2419
|
+
Lh("icon-file",class extends Vh{constructor(){super(Wl)}})
|
|
2420
|
+
Lh("icon-file-drawer",class extends Vh{constructor(){super(Xl)}})
|
|
2421
|
+
Lh("icon-file-search",class extends Vh{constructor(){super(Yl)}})
|
|
2422
|
+
Lh("icon-filter",class extends Vh{constructor(){super(Gl)}})
|
|
2423
|
+
Lh("icon-floppy-disk-checkmark",class extends Vh{constructor(){super(Ql)}})
|
|
2424
|
+
Lh("icon-floppy-disk-star-arrow-right",class extends Vh{constructor(){super(Jl)}})
|
|
2425
|
+
Lh("icon-floppy-disk-three-dots",class extends Vh{constructor(){super(Zl)}})
|
|
2426
|
+
Lh("icon-folder",class extends Vh{constructor(){super(tc)}})
|
|
2427
|
+
Lh("icon-folder-open",class extends Vh{constructor(){super(ec)}})
|
|
2428
|
+
Lh("icon-forward-slash",class extends Vh{constructor(){super(sc)}})
|
|
2429
|
+
Lh("icon-four-dots-square",class extends Vh{constructor(){super(ic)}})
|
|
2430
|
+
Lh("icon-function",class extends Vh{constructor(){super(oc)}})
|
|
2431
|
+
Lh("icon-gauge-simple",class extends Vh{constructor(){super(nc)}})
|
|
2432
|
+
Lh("icon-grid-three-by-three",class extends Vh{constructor(){super(rc)}})
|
|
2433
|
+
Lh("icon-grid-two-by-two",class extends Vh{constructor(){super(ac)}})
|
|
2434
|
+
Lh("icon-hammer",class extends Vh{constructor(){super(lc)}})
|
|
2435
|
+
Lh("icon-hashtag",class extends Vh{constructor(){super(cc)}})
|
|
2436
|
+
Lh("icon-home",class extends Vh{constructor(){super(hc)}})
|
|
2437
|
+
Lh("icon-hourglass",class extends Vh{constructor(){super(dc)}})
|
|
2438
|
+
Lh("icon-indeterminant-checkbox",class extends Vh{constructor(){super(uc)}})
|
|
2439
|
+
class Bd extends Vh{constructor(){super(pc)}}Lh("icon-info",Bd)
|
|
2440
|
+
Lh("icon-info-circle",class extends Vh{constructor(){super(vc)}})
|
|
2441
|
+
Lh("icon-key",class extends Vh{constructor(){super(gc)}})
|
|
2442
|
+
Lh("icon-laptop",class extends Vh{constructor(){super(mc)}})
|
|
2443
|
+
Lh("icon-layer-group",class extends Vh{constructor(){super(fc)}})
|
|
2444
|
+
Lh("icon-lightning-bolt",class extends Vh{constructor(){super(bc)}})
|
|
2445
|
+
Lh("icon-link",class extends Vh{constructor(){super(wc)}})
|
|
2446
|
+
Lh("icon-link-cancel",class extends Vh{constructor(){super(xc)}})
|
|
2447
|
+
Lh("icon-list",class extends Vh{constructor(){super(yc)}})
|
|
2448
|
+
Lh("icon-list-tree",class extends Vh{constructor(){super($c)}})
|
|
2449
|
+
Lh("icon-list-tree-database",class extends Vh{constructor(){super(Cc)}})
|
|
2450
|
+
Lh("icon-lock",class extends Vh{constructor(){super(kc)}})
|
|
2451
|
+
Lh("icon-magnifying-glass",class extends Vh{constructor(){super(_c)}})
|
|
2452
|
+
Lh("icon-markdown",class extends Vh{constructor(){super(zc)}})
|
|
2453
|
+
Lh("icon-minus",class extends Vh{constructor(){super(Ic)}})
|
|
2454
|
+
Lh("icon-minus-wide",class extends Vh{constructor(){super(Oc)}})
|
|
2455
|
+
Lh("icon-mobile",class extends Vh{constructor(){super(Sc)}})
|
|
2456
|
+
Lh("icon-notebook",class extends Vh{constructor(){super(Ac)}})
|
|
2457
|
+
Lh("icon-paste",class extends Vh{constructor(){super(Ec)}})
|
|
2458
|
+
Lh("icon-pencil",class extends Vh{constructor(){super(Hc)}})
|
|
2459
|
+
Lh("icon-pot-with-lid",class extends Vh{constructor(){super(Mc)}})
|
|
2460
|
+
Lh("icon-question",class extends Vh{constructor(){super(Vc)}})
|
|
2461
|
+
Lh("icon-running-arrow",class extends Vh{constructor(){super(Lc)}})
|
|
2462
|
+
Lh("icon-server",class extends Vh{constructor(){super(Tc)}})
|
|
2463
|
+
Lh("icon-share-square",class extends Vh{constructor(){super(Pc)}})
|
|
2464
|
+
Lh("icon-shield-check",class extends Vh{constructor(){super(Rc)}})
|
|
2465
|
+
Lh("icon-shield-xmark",class extends Vh{constructor(){super(Dc)}})
|
|
2466
|
+
Lh("icon-signal-bars",class extends Vh{constructor(){super(Fc)}})
|
|
2467
|
+
Lh("icon-sine-graph",class extends Vh{constructor(){super(Bc)}})
|
|
2468
|
+
Lh("icon-skip-arrow",class extends Vh{constructor(){super(Nc)}})
|
|
2469
|
+
Lh("icon-spinner",class extends Vh{constructor(){super(jc)}})
|
|
2470
|
+
Lh("icon-square-check",class extends Vh{constructor(){super(qc)}})
|
|
2471
|
+
Lh("icon-square-t",class extends Vh{constructor(){super(Uc)}})
|
|
2472
|
+
Lh("icon-t",class extends Vh{constructor(){super(Kc)}})
|
|
2473
|
+
Lh("icon-tablet",class extends Vh{constructor(){super(Wc)}})
|
|
2474
|
+
Lh("icon-tag",class extends Vh{constructor(){super(Xc)}})
|
|
2475
|
+
Lh("icon-tags",class extends Vh{constructor(){super(Yc)}})
|
|
2476
|
+
Lh("icon-target-crosshairs",class extends Vh{constructor(){super(Gc)}})
|
|
2477
|
+
Lh("icon-target-crosshairs-progress",class extends Vh{constructor(){super(Qc)}})
|
|
2478
|
+
Lh("icon-three-dots-line",class extends Vh{constructor(){super(Jc)}})
|
|
2479
|
+
Lh("icon-thumbtack",class extends Vh{constructor(){super(Zc)}})
|
|
2480
|
+
Lh("icon-tile-size",class extends Vh{constructor(){super(th)}})
|
|
2481
|
+
Lh("icon-times",class extends Vh{constructor(){super(eh)}})
|
|
2482
|
+
Lh("icon-trash",class extends Vh{constructor(){super(sh)}})
|
|
2483
|
+
Lh("icon-triangle",class extends Vh{constructor(){super(ih)}})
|
|
2484
|
+
Lh("icon-true-false-rectangle",class extends Vh{constructor(){super(oh)}})
|
|
2485
|
+
Lh("icon-unlink",class extends Vh{constructor(){super(nh)}})
|
|
2486
|
+
Lh("icon-unlock",class extends Vh{constructor(){super(rh)}})
|
|
2487
|
+
Lh("icon-upload",class extends Vh{constructor(){super(ah)}})
|
|
2488
|
+
Lh("icon-user",class extends Vh{constructor(){super(lh)}})
|
|
2489
|
+
Lh("icon-watch",class extends Vh{constructor(){super(ch)}})
|
|
2490
|
+
Lh("icon-waveform",class extends Vh{constructor(){super(hh)}})
|
|
2491
|
+
Lh("icon-webvi-custom",class extends Vh{constructor(){super(dh)}})
|
|
2492
|
+
Lh("icon-webvi-host",class extends Vh{constructor(){super(uh)}})
|
|
2493
|
+
Lh("icon-window-code",class extends Vh{constructor(){super(ph)}})
|
|
2494
|
+
Lh("icon-window-text",class extends Vh{constructor(){super(vh)}})
|
|
2495
|
+
Lh("icon-wrench-hammer",class extends Vh{constructor(){super(gh)}})
|
|
2496
|
+
Lh("icon-xmark",class extends Vh{constructor(){super(mh)}})
|
|
2497
|
+
Lh("icon-xmark-check",class extends Vh{constructor(){super(fh)}})
|
|
2498
|
+
const Nd=mt`
|
|
2489
2499
|
${so("flex")}
|
|
2490
2500
|
|
|
2491
2501
|
:host {
|
|
2492
|
-
font: ${
|
|
2502
|
+
font: ${Sr};
|
|
2493
2503
|
cursor: pointer;
|
|
2494
2504
|
justify-content: left;
|
|
2505
|
+
height: ${Jn};
|
|
2495
2506
|
}
|
|
2496
2507
|
|
|
2497
2508
|
.content {
|
|
@@ -2501,15 +2512,15 @@ const Td=mt`
|
|
|
2501
2512
|
:host(.selected) {
|
|
2502
2513
|
box-shadow: none;
|
|
2503
2514
|
outline: none;
|
|
2504
|
-
background-color: ${
|
|
2515
|
+
background-color: ${Rn};
|
|
2505
2516
|
}
|
|
2506
2517
|
|
|
2507
2518
|
:host(:hover.selected) {
|
|
2508
|
-
background-color: ${
|
|
2519
|
+
background-color: ${Fn};
|
|
2509
2520
|
}
|
|
2510
2521
|
|
|
2511
2522
|
:host(:hover) {
|
|
2512
|
-
background-color: ${
|
|
2523
|
+
background-color: ${Bn};
|
|
2513
2524
|
}
|
|
2514
2525
|
|
|
2515
2526
|
:host(:hover):host([disabled]) {
|
|
@@ -2517,20 +2528,20 @@ const Td=mt`
|
|
|
2517
2528
|
background-color: transparent;
|
|
2518
2529
|
}
|
|
2519
2530
|
|
|
2520
|
-
:host(:${
|
|
2521
|
-
box-shadow: 0px 0px 0px 1px ${
|
|
2522
|
-
outline: 1px solid ${
|
|
2531
|
+
:host(:${bh}) {
|
|
2532
|
+
box-shadow: 0px 0px 0px 1px ${Xn} inset;
|
|
2533
|
+
outline: 1px solid ${Xn};
|
|
2523
2534
|
outline-offset: -4px;
|
|
2524
2535
|
}
|
|
2525
2536
|
|
|
2526
2537
|
:host(:active) {
|
|
2527
2538
|
box-shadow: none;
|
|
2528
2539
|
outline: none;
|
|
2529
|
-
background-color: ${
|
|
2540
|
+
background-color: ${Rn};
|
|
2530
2541
|
}
|
|
2531
2542
|
|
|
2532
2543
|
:host([disabled]) {
|
|
2533
|
-
color: ${
|
|
2544
|
+
color: ${Er};
|
|
2534
2545
|
cursor: default;
|
|
2535
2546
|
}
|
|
2536
2547
|
|
|
@@ -2539,7 +2550,7 @@ const Td=mt`
|
|
|
2539
2550
|
outline: none;
|
|
2540
2551
|
}
|
|
2541
2552
|
`
|
|
2542
|
-
const
|
|
2553
|
+
const jd=class extends rs{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:rs,template:(t,e)=>X`
|
|
2543
2554
|
<template
|
|
2544
2555
|
aria-checked="${t=>t.ariaChecked}"
|
|
2545
2556
|
aria-disabled="${t=>t.ariaDisabled}"
|
|
@@ -2555,22 +2566,22 @@ const Pd=class extends rs{get value(){return super.value}set value(t){super.valu
|
|
|
2555
2566
|
</span>
|
|
2556
2567
|
${zt(0,e)}
|
|
2557
2568
|
</template>
|
|
2558
|
-
`,styles:
|
|
2559
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
2560
|
-
const
|
|
2569
|
+
`,styles:Nd})
|
|
2570
|
+
js.getOrCreate().withPrefix("nimble").register(jd())
|
|
2571
|
+
const qd=mt`
|
|
2561
2572
|
${so("grid")}
|
|
2562
2573
|
|
|
2563
2574
|
:host {
|
|
2564
|
-
background: ${
|
|
2565
|
-
border: ${
|
|
2575
|
+
background: ${Pn};
|
|
2576
|
+
border: ${sr} solid ${Qn};
|
|
2566
2577
|
margin: 0;
|
|
2567
2578
|
padding: 4px;
|
|
2568
2579
|
min-width: 168px;
|
|
2569
2580
|
width: max-content;
|
|
2570
|
-
box-shadow: 0px 2px 3px ${
|
|
2581
|
+
box-shadow: 0px 2px 3px ${Gn};
|
|
2571
2582
|
}
|
|
2572
2583
|
:host([slot='submenu']) {
|
|
2573
|
-
margin: 0 calc(${
|
|
2584
|
+
margin: 0 calc(${Zn} * 2);
|
|
2574
2585
|
}
|
|
2575
2586
|
::slotted(*) {
|
|
2576
2587
|
padding-left: 8px;
|
|
@@ -2579,21 +2590,21 @@ const Rd=mt`
|
|
|
2579
2590
|
::slotted(hr) {
|
|
2580
2591
|
box-sizing: content-box;
|
|
2581
2592
|
height: 2px;
|
|
2582
|
-
margin: ${
|
|
2593
|
+
margin: ${Zn};
|
|
2583
2594
|
border: none;
|
|
2584
|
-
background: ${
|
|
2595
|
+
background: ${Nn};
|
|
2585
2596
|
opacity: 0.1;
|
|
2586
2597
|
}
|
|
2587
2598
|
::slotted(header) {
|
|
2588
2599
|
display: flex;
|
|
2589
|
-
font: ${
|
|
2590
|
-
color: ${
|
|
2591
|
-
text-transform: ${
|
|
2592
|
-
padding-top: ${
|
|
2593
|
-
padding-bottom: ${
|
|
2600
|
+
font: ${Pr};
|
|
2601
|
+
color: ${Rr};
|
|
2602
|
+
text-transform: ${Ca};
|
|
2603
|
+
padding-top: ${Zn};
|
|
2604
|
+
padding-bottom: ${Zn};
|
|
2594
2605
|
}
|
|
2595
2606
|
`
|
|
2596
|
-
const
|
|
2607
|
+
const Ud=class extends ci{}.compose({baseName:"menu",baseClass:ci,template:(t,e)=>X`
|
|
2597
2608
|
<template
|
|
2598
2609
|
slot="${t=>t.slot?t.slot:t.isNestedMenu()?"submenu":void 0}"
|
|
2599
2610
|
role="menu"
|
|
@@ -2602,13 +2613,13 @@ const Dd=class extends ci{}.compose({baseName:"menu",baseClass:ci,template:(t,e)
|
|
|
2602
2613
|
>
|
|
2603
2614
|
<slot ${Ct("items")}></slot>
|
|
2604
2615
|
</template>
|
|
2605
|
-
`,styles:
|
|
2606
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
2607
|
-
const
|
|
2616
|
+
`,styles:qd})
|
|
2617
|
+
js.getOrCreate().withPrefix("nimble").register(Ud())
|
|
2618
|
+
const Kd=mt`
|
|
2608
2619
|
${so("inline-block")}
|
|
2609
2620
|
|
|
2610
2621
|
:host {
|
|
2611
|
-
height: ${
|
|
2622
|
+
height: ${Jn};
|
|
2612
2623
|
}
|
|
2613
2624
|
|
|
2614
2625
|
[part='button'] {
|
|
@@ -2617,37 +2628,37 @@ const Fd=mt`
|
|
|
2617
2628
|
}
|
|
2618
2629
|
|
|
2619
2630
|
slot[name='menu']::slotted(*) {
|
|
2620
|
-
margin-top: ${
|
|
2621
|
-
margin-bottom: ${
|
|
2631
|
+
margin-top: ${Zn};
|
|
2632
|
+
margin-bottom: ${Zn};
|
|
2622
2633
|
}
|
|
2623
|
-
`,
|
|
2624
|
-
${
|
|
2634
|
+
`,Wd=mt`
|
|
2635
|
+
${_h}
|
|
2625
2636
|
|
|
2626
2637
|
.control[aria-pressed='true'] {
|
|
2627
|
-
background-color: ${
|
|
2628
|
-
border-color: ${
|
|
2638
|
+
background-color: ${Rn};
|
|
2639
|
+
border-color: ${Rn};
|
|
2629
2640
|
}
|
|
2630
2641
|
|
|
2631
2642
|
.control[aria-pressed='true']:hover {
|
|
2632
|
-
background-color: ${
|
|
2643
|
+
background-color: ${Rn};
|
|
2633
2644
|
}
|
|
2634
2645
|
|
|
2635
|
-
.control[aria-pressed='true']${
|
|
2636
|
-
background-color: ${
|
|
2646
|
+
.control[aria-pressed='true']${bh} {
|
|
2647
|
+
background-color: ${Rn};
|
|
2637
2648
|
}
|
|
2638
2649
|
|
|
2639
2650
|
.control[aria-pressed='true'][disabled] {
|
|
2640
|
-
background-color: ${
|
|
2641
|
-
border-color: ${
|
|
2651
|
+
background-color: ${Rn};
|
|
2652
|
+
border-color: ${Rn};
|
|
2642
2653
|
}
|
|
2643
2654
|
|
|
2644
2655
|
.control[aria-pressed='true'][disabled]:hover {
|
|
2645
|
-
background-color: ${
|
|
2646
|
-
border-color: ${
|
|
2656
|
+
background-color: ${Rn};
|
|
2657
|
+
border-color: ${Rn};
|
|
2647
2658
|
}
|
|
2648
2659
|
`
|
|
2649
|
-
class
|
|
2650
|
-
const
|
|
2660
|
+
class Xd extends _i{constructor(){super(...arguments),this.appearance=$h,this.contentHidden=!1}}On([ot],Xd.prototype,"appearance",void 0),On([ot({attribute:"content-hidden",mode:"boolean"})],Xd.prototype,"contentHidden",void 0),ve(Xd,_t,es)
|
|
2661
|
+
const Yd=Xd.compose({baseName:"toggle-button",template:(t,e)=>X`
|
|
2651
2662
|
<div
|
|
2652
2663
|
role="button"
|
|
2653
2664
|
part="control"
|
|
@@ -2688,22 +2699,22 @@ const jd=Nd.compose({baseName:"toggle-button",template:(t,e)=>X`
|
|
|
2688
2699
|
</span>
|
|
2689
2700
|
${zt(0,e)}
|
|
2690
2701
|
</div>
|
|
2691
|
-
`,styles:
|
|
2692
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
2693
|
-
const
|
|
2694
|
-
class
|
|
2702
|
+
`,styles:Wd,shadowOptions:{delegatesFocus:!0}})
|
|
2703
|
+
js.getOrCreate().withPrefix("nimble").register(Yd())
|
|
2704
|
+
const Gd="auto"
|
|
2705
|
+
class Qd extends de{constructor(){super(...arguments),this.appearance=$h,this.disabled=!1,this.contentHidden=!1,this.open=!1,this.position=Gd,this.focusLastItemWhenOpened=!1,this.menuChangeHandler=()=>{this.open=!1,this.toggleButton.focus()}}disconnectedCallback(){super.disconnectedCallback(),this.region&&this.region.removeEventListener(we,this.menuChangeHandler)}toggleButtonChanged(t,e){this.region&&this.toggleButton&&(this.region.anchorElement=this.toggleButton)}regionChanged(t,e){t&&t.removeEventListener(we,this.menuChangeHandler),this.region&&(this.toggleButton&&(this.region.anchorElement=this.toggleButton),this.region.addEventListener(we,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
|
|
2695
2706
|
const e=t.relatedTarget
|
|
2696
2707
|
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 ze:return this.focusLastItemWhenOpened=!0,this.open=!0,!1
|
|
2697
2708
|
case Ce:return this.open=!0,!1
|
|
2698
2709
|
default:return!0}}menuKeyDownHandler(t){switch(t.key){case Oe:return this.open=!1,this.toggleButton.focus(),!1
|
|
2699
2710
|
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]")
|
|
2700
|
-
if(t?.length){t[t.length-1].focus()}}}
|
|
2701
|
-
const
|
|
2711
|
+
if(t?.length){t[t.length-1].focus()}}}On([ot],Qd.prototype,"appearance",void 0),On([ot({mode:"boolean"})],Qd.prototype,"disabled",void 0),On([ot({attribute:"content-hidden",mode:"boolean"})],Qd.prototype,"contentHidden",void 0),On([ot({mode:"boolean"})],Qd.prototype,"open",void 0),On([ot({attribute:"position"})],Qd.prototype,"position",void 0),On([b],Qd.prototype,"toggleButton",void 0),On([b],Qd.prototype,"region",void 0),On([b],Qd.prototype,"slottedMenus",void 0)
|
|
2712
|
+
const Jd=Qd.compose({baseName:"menu-button",template:t=>X`
|
|
2702
2713
|
<template
|
|
2703
2714
|
?open="${t=>t.open}"
|
|
2704
2715
|
@focusout="${(t,e)=>t.focusoutHandler(e.event)}"
|
|
2705
2716
|
>
|
|
2706
|
-
<${t.tagFor(
|
|
2717
|
+
<${t.tagFor(Xd)}
|
|
2707
2718
|
part="button"
|
|
2708
2719
|
appearance="${t=>t.appearance}"
|
|
2709
2720
|
?content-hidden="${t=>t.contentHidden}"
|
|
@@ -2720,7 +2731,7 @@ const Kd=Ud.compose({baseName:"menu-button",template:t=>X`
|
|
|
2720
2731
|
<slot slot="start" name="start"></slot>
|
|
2721
2732
|
<slot></slot>
|
|
2722
2733
|
<slot slot="end" name="end"></slot>
|
|
2723
|
-
</${t.tagFor(
|
|
2734
|
+
</${t.tagFor(Xd)}>
|
|
2724
2735
|
${wt((t=>t.open),X`
|
|
2725
2736
|
<${t.tagFor(no)}
|
|
2726
2737
|
fixed-placement="true"
|
|
@@ -2739,16 +2750,16 @@ const Kd=Ud.compose({baseName:"menu-button",template:t=>X`
|
|
|
2739
2750
|
</${t.tagFor(no)}>
|
|
2740
2751
|
`)}
|
|
2741
2752
|
</template>
|
|
2742
|
-
`,styles:
|
|
2743
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
2744
|
-
const
|
|
2753
|
+
`,styles:Kd,shadowOptions:{delegatesFocus:!0}})
|
|
2754
|
+
js.getOrCreate().withPrefix("nimble").register(Jd())
|
|
2755
|
+
const Zd=mt`
|
|
2745
2756
|
${so("grid")}
|
|
2746
2757
|
|
|
2747
2758
|
:host {
|
|
2748
2759
|
contain: layout;
|
|
2749
2760
|
overflow: visible;
|
|
2750
2761
|
box-sizing: border-box;
|
|
2751
|
-
height: ${
|
|
2762
|
+
height: ${Jn};
|
|
2752
2763
|
grid-template-columns: 1fr;
|
|
2753
2764
|
column-gap: 8px;
|
|
2754
2765
|
grid-template-rows: 1fr;
|
|
@@ -2758,26 +2769,26 @@ const Wd=mt`
|
|
|
2758
2769
|
padding-right: 8px;
|
|
2759
2770
|
margin: 0 0;
|
|
2760
2771
|
white-space: nowrap;
|
|
2761
|
-
color: ${
|
|
2772
|
+
color: ${Ar};
|
|
2762
2773
|
fill: currentcolor;
|
|
2763
2774
|
cursor: pointer;
|
|
2764
|
-
font: ${
|
|
2775
|
+
font: ${Sr};
|
|
2765
2776
|
}
|
|
2766
|
-
:host(${
|
|
2767
|
-
outline: 2px solid ${
|
|
2777
|
+
:host(${bh}) {
|
|
2778
|
+
outline: 2px solid ${Xn};
|
|
2768
2779
|
outline-offset: -2px;
|
|
2769
2780
|
}
|
|
2770
2781
|
:host([expanded]) {
|
|
2771
|
-
background: ${
|
|
2782
|
+
background: ${Bn};
|
|
2772
2783
|
}
|
|
2773
2784
|
:host(:hover) {
|
|
2774
|
-
background: ${
|
|
2785
|
+
background: ${Bn};
|
|
2775
2786
|
}
|
|
2776
2787
|
:host(:active:not([expanded])) {
|
|
2777
|
-
background: ${
|
|
2788
|
+
background: ${Rn};
|
|
2778
2789
|
}
|
|
2779
2790
|
:host([disabled]) {
|
|
2780
|
-
color: ${
|
|
2791
|
+
color: ${Er};
|
|
2781
2792
|
fill: currentcolor;
|
|
2782
2793
|
cursor: default;
|
|
2783
2794
|
}
|
|
@@ -2785,21 +2796,21 @@ const Wd=mt`
|
|
|
2785
2796
|
background: transparent;
|
|
2786
2797
|
}
|
|
2787
2798
|
:host(.indent-0[aria-haspopup='menu']) {
|
|
2788
|
-
grid-template-columns: 1fr ${
|
|
2799
|
+
grid-template-columns: 1fr ${ir};
|
|
2789
2800
|
}
|
|
2790
2801
|
:host(.indent-1) {
|
|
2791
|
-
grid-template-columns: ${
|
|
2802
|
+
grid-template-columns: ${ir} 1fr;
|
|
2792
2803
|
}
|
|
2793
2804
|
:host(.indent-1[aria-haspopup='menu']) {
|
|
2794
|
-
grid-template-columns: ${
|
|
2805
|
+
grid-template-columns: ${ir} 1fr ${ir};
|
|
2795
2806
|
}
|
|
2796
2807
|
[part='start'] {
|
|
2797
2808
|
display: contents;
|
|
2798
2809
|
}
|
|
2799
2810
|
slot[name='start']::slotted(*) {
|
|
2800
2811
|
fill: currentcolor;
|
|
2801
|
-
width: ${
|
|
2802
|
-
height: ${
|
|
2812
|
+
width: ${ir};
|
|
2813
|
+
height: ${ir};
|
|
2803
2814
|
}
|
|
2804
2815
|
:host(.indent-1) .start {
|
|
2805
2816
|
grid-column: 1;
|
|
@@ -2810,8 +2821,8 @@ const Wd=mt`
|
|
|
2810
2821
|
.expand-collapse-glyph-container {
|
|
2811
2822
|
grid-row: 1;
|
|
2812
2823
|
fill: currentcolor;
|
|
2813
|
-
width: ${
|
|
2814
|
-
height: ${
|
|
2824
|
+
width: ${ir};
|
|
2825
|
+
height: ${ir};
|
|
2815
2826
|
}
|
|
2816
2827
|
:host(.indent-0) .expand-collapse-glyph-container {
|
|
2817
2828
|
grid-column: 2;
|
|
@@ -2820,7 +2831,7 @@ const Wd=mt`
|
|
|
2820
2831
|
grid-column: 3;
|
|
2821
2832
|
}
|
|
2822
2833
|
`
|
|
2823
|
-
const
|
|
2834
|
+
const tu=class extends li{}.compose({baseName:"menu-item",baseClass:li,template:(t,e)=>X`
|
|
2824
2835
|
<template
|
|
2825
2836
|
role="${t=>t.role}"
|
|
2826
2837
|
aria-haspopup="${t=>t.hasSubmenu?"menu":void 0}"
|
|
@@ -2887,37 +2898,37 @@ const Xd=class extends li{}.compose({baseName:"menu-item",baseClass:li,template:
|
|
|
2887
2898
|
</${t.tagFor(je)}>
|
|
2888
2899
|
`)}
|
|
2889
2900
|
</template>
|
|
2890
|
-
`,styles:
|
|
2891
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
2892
|
-
const
|
|
2901
|
+
`,styles:Zd,expandCollapseGlyph:Na.data})
|
|
2902
|
+
js.getOrCreate().withPrefix("nimble").register(tu())
|
|
2903
|
+
const eu="underline",su="outline",iu="block",ou=mt`
|
|
2893
2904
|
${so("inline-block")}
|
|
2894
|
-
${
|
|
2905
|
+
${Rh}
|
|
2895
2906
|
|
|
2896
2907
|
:host {
|
|
2897
|
-
font: ${
|
|
2908
|
+
font: ${Sr};
|
|
2898
2909
|
outline: none;
|
|
2899
2910
|
user-select: none;
|
|
2900
|
-
color: ${
|
|
2901
|
-
height: calc(${
|
|
2902
|
-
--ni-private-hover-indicator-width: calc(${
|
|
2911
|
+
color: ${Ar};
|
|
2912
|
+
height: calc(${er} + ${Jn});
|
|
2913
|
+
--ni-private-hover-indicator-width: calc(${sr} + 1px);
|
|
2903
2914
|
--ni-private-height-within-border: calc(
|
|
2904
|
-
${
|
|
2915
|
+
${Jn} - 2 * ${sr}
|
|
2905
2916
|
);
|
|
2906
2917
|
}
|
|
2907
2918
|
|
|
2908
2919
|
:host([disabled]) {
|
|
2909
|
-
color: ${
|
|
2920
|
+
color: ${Er};
|
|
2910
2921
|
cursor: default;
|
|
2911
2922
|
}
|
|
2912
2923
|
|
|
2913
2924
|
.label {
|
|
2914
2925
|
display: flex;
|
|
2915
|
-
color: ${
|
|
2916
|
-
font: ${
|
|
2926
|
+
color: ${Kr};
|
|
2927
|
+
font: ${Ur};
|
|
2917
2928
|
}
|
|
2918
2929
|
|
|
2919
2930
|
:host([disabled]) .label {
|
|
2920
|
-
color: ${
|
|
2931
|
+
color: ${Wr};
|
|
2921
2932
|
}
|
|
2922
2933
|
|
|
2923
2934
|
.root {
|
|
@@ -2928,20 +2939,20 @@ const Yd="underline",Gd="outline",Qd="block",Jd=mt`
|
|
|
2928
2939
|
justify-content: center;
|
|
2929
2940
|
align-items: center;
|
|
2930
2941
|
border-radius: 0px;
|
|
2931
|
-
border: 0px solid rgba(${
|
|
2932
|
-
padding: ${
|
|
2942
|
+
border: 0px solid rgba(${jn}, 0.3);
|
|
2943
|
+
padding: ${sr};
|
|
2933
2944
|
}
|
|
2934
2945
|
|
|
2935
2946
|
.root:focus-within {
|
|
2936
|
-
border-bottom-color: ${
|
|
2947
|
+
border-bottom-color: ${Xn};
|
|
2937
2948
|
}
|
|
2938
2949
|
|
|
2939
2950
|
:host([disabled]) .root {
|
|
2940
|
-
border-color: rgba(${
|
|
2951
|
+
border-color: rgba(${jn}, 0.1);
|
|
2941
2952
|
}
|
|
2942
2953
|
|
|
2943
2954
|
:host(.invalid) .root {
|
|
2944
|
-
border-bottom-color: ${
|
|
2955
|
+
border-bottom-color: ${qn};
|
|
2945
2956
|
}
|
|
2946
2957
|
|
|
2947
2958
|
.root::before {
|
|
@@ -2955,12 +2966,12 @@ const Yd="underline",Gd="outline",Qd="block",Jd=mt`
|
|
|
2955
2966
|
.root::after {
|
|
2956
2967
|
content: '';
|
|
2957
2968
|
position: absolute;
|
|
2958
|
-
bottom: calc(-1 * ${
|
|
2969
|
+
bottom: calc(-1 * ${sr});
|
|
2959
2970
|
width: 0px;
|
|
2960
2971
|
height: 0px;
|
|
2961
|
-
border-bottom: ${
|
|
2972
|
+
border-bottom: ${Xn}
|
|
2962
2973
|
var(--ni-private-hover-indicator-width) solid;
|
|
2963
|
-
transition: width ${
|
|
2974
|
+
transition: width ${ka} ease-in;
|
|
2964
2975
|
}
|
|
2965
2976
|
|
|
2966
2977
|
@media (prefers-reduced-motion) {
|
|
@@ -2970,7 +2981,7 @@ const Yd="underline",Gd="outline",Qd="block",Jd=mt`
|
|
|
2970
2981
|
}
|
|
2971
2982
|
|
|
2972
2983
|
:host(.invalid) .root::after {
|
|
2973
|
-
border-bottom-color: ${
|
|
2984
|
+
border-bottom-color: ${qn};
|
|
2974
2985
|
}
|
|
2975
2986
|
|
|
2976
2987
|
:host(:hover) .root::after {
|
|
@@ -2994,7 +3005,7 @@ const Yd="underline",Gd="outline",Qd="block",Jd=mt`
|
|
|
2994
3005
|
width: 100%;
|
|
2995
3006
|
border: none;
|
|
2996
3007
|
padding: 0px;
|
|
2997
|
-
padding-left: calc(${
|
|
3008
|
+
padding-left: calc(${tr} / 2);
|
|
2998
3009
|
}
|
|
2999
3010
|
|
|
3000
3011
|
.control:hover,
|
|
@@ -3005,16 +3016,16 @@ const Yd="underline",Gd="outline",Qd="block",Jd=mt`
|
|
|
3005
3016
|
}
|
|
3006
3017
|
|
|
3007
3018
|
.control::selection {
|
|
3008
|
-
color: ${
|
|
3009
|
-
background: rgba(${
|
|
3019
|
+
color: ${Kr};
|
|
3020
|
+
background: rgba(${Dn}, 0.3);
|
|
3010
3021
|
}
|
|
3011
3022
|
|
|
3012
3023
|
.control::placeholder {
|
|
3013
|
-
color: ${
|
|
3024
|
+
color: ${Kr};
|
|
3014
3025
|
}
|
|
3015
3026
|
|
|
3016
3027
|
.control[disabled]::placeholder {
|
|
3017
|
-
color: ${
|
|
3028
|
+
color: ${Er};
|
|
3018
3029
|
}
|
|
3019
3030
|
|
|
3020
3031
|
.controls {
|
|
@@ -3024,7 +3035,7 @@ const Yd="underline",Gd="outline",Qd="block",Jd=mt`
|
|
|
3024
3035
|
${""}
|
|
3025
3036
|
.step-up {
|
|
3026
3037
|
order: 3;
|
|
3027
|
-
padding-right: calc(${
|
|
3038
|
+
padding-right: calc(${tr} / 4);
|
|
3028
3039
|
}
|
|
3029
3040
|
|
|
3030
3041
|
.step-down {
|
|
@@ -3032,7 +3043,7 @@ const Yd="underline",Gd="outline",Qd="block",Jd=mt`
|
|
|
3032
3043
|
}
|
|
3033
3044
|
|
|
3034
3045
|
.step-up-down-button {
|
|
3035
|
-
${
|
|
3046
|
+
${Jn.cssCustomProperty}: 24px;
|
|
3036
3047
|
}
|
|
3037
3048
|
|
|
3038
3049
|
[part='end'] {
|
|
@@ -3041,21 +3052,21 @@ const Yd="underline",Gd="outline",Qd="block",Jd=mt`
|
|
|
3041
3052
|
|
|
3042
3053
|
.error-icon {
|
|
3043
3054
|
order: 1;
|
|
3044
|
-
padding-right: calc(${
|
|
3055
|
+
padding-right: calc(${tr} / 4);
|
|
3045
3056
|
}
|
|
3046
|
-
`.withBehaviors(
|
|
3057
|
+
`.withBehaviors(yh(eu,mt`
|
|
3047
3058
|
.root {
|
|
3048
|
-
border-bottom-width: ${
|
|
3059
|
+
border-bottom-width: ${sr};
|
|
3049
3060
|
padding-bottom: 0;
|
|
3050
3061
|
}
|
|
3051
|
-
`),
|
|
3062
|
+
`),yh(iu,mt`
|
|
3052
3063
|
.root {
|
|
3053
|
-
background-color: rgba(${
|
|
3064
|
+
background-color: rgba(${jn}, 0.1);
|
|
3054
3065
|
}
|
|
3055
3066
|
|
|
3056
3067
|
.root:focus-within,
|
|
3057
3068
|
:host(.invalid) .root {
|
|
3058
|
-
border-bottom-width: ${
|
|
3069
|
+
border-bottom-width: ${sr};
|
|
3059
3070
|
padding-bottom: 0;
|
|
3060
3071
|
}
|
|
3061
3072
|
|
|
@@ -3064,16 +3075,16 @@ const Yd="underline",Gd="outline",Qd="block",Jd=mt`
|
|
|
3064
3075
|
}
|
|
3065
3076
|
|
|
3066
3077
|
:host([disabled]) .root {
|
|
3067
|
-
background-color: rgba(${
|
|
3078
|
+
background-color: rgba(${jn}, 0.07);
|
|
3068
3079
|
}
|
|
3069
|
-
`),
|
|
3080
|
+
`),yh(su,mt`
|
|
3070
3081
|
.root {
|
|
3071
|
-
border-width: ${
|
|
3082
|
+
border-width: ${sr};
|
|
3072
3083
|
padding: 0;
|
|
3073
3084
|
}
|
|
3074
3085
|
`))
|
|
3075
|
-
class
|
|
3076
|
-
const
|
|
3086
|
+
class nu extends fi{constructor(){super(...arguments),this.appearance=eu}connectedCallback(){super.connectedCallback(),this.control.setAttribute("role","spinbutton")}}On([ot],nu.prototype,"appearance",void 0),On([ot({attribute:"error-text"})],nu.prototype,"errorText",void 0)
|
|
3087
|
+
const ru=nu.compose({baseName:"number-field",baseClass:fi,template:(t,e)=>X`
|
|
3077
3088
|
<template class="${t=>t.readOnly?"readonly":""}">
|
|
3078
3089
|
<label
|
|
3079
3090
|
part="label"
|
|
@@ -3148,7 +3159,7 @@ const tu=Zd.compose({baseName:"number-field",baseClass:fi,template:(t,e)=>X`
|
|
|
3148
3159
|
${zt(0,e)}
|
|
3149
3160
|
</div>
|
|
3150
3161
|
</template>
|
|
3151
|
-
`,styles:
|
|
3162
|
+
`,styles:ou,shadowOptions:{delegatesFocus:!0},stepDownGlyph:X`
|
|
3152
3163
|
<nimble-button
|
|
3153
3164
|
class="step-up-down-button"
|
|
3154
3165
|
appearance="ghost"
|
|
@@ -3172,46 +3183,46 @@ const tu=Zd.compose({baseName:"number-field",baseClass:fi,template:(t,e)=>X`
|
|
|
3172
3183
|
<nimble-icon-exclamation-mark
|
|
3173
3184
|
class="error-icon fail"
|
|
3174
3185
|
></nimble-icon-exclamation-mark>
|
|
3175
|
-
${
|
|
3186
|
+
${Eh}
|
|
3176
3187
|
`})
|
|
3177
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
3178
|
-
const
|
|
3179
|
-
${
|
|
3180
|
-
`.withBehaviors(
|
|
3188
|
+
js.getOrCreate().withPrefix("nimble").register(ru())
|
|
3189
|
+
const au="underline",lu="outline",cu="block",hu=mt`
|
|
3190
|
+
${Ph}
|
|
3191
|
+
`.withBehaviors(yh(au,mt`
|
|
3181
3192
|
.control {
|
|
3182
|
-
padding-top: ${
|
|
3183
|
-
padding-left: calc(${
|
|
3184
|
-
padding-right: ${
|
|
3193
|
+
padding-top: ${sr};
|
|
3194
|
+
padding-left: calc(${sr} + ${tr} / 2);
|
|
3195
|
+
padding-right: ${sr};
|
|
3185
3196
|
}
|
|
3186
3197
|
|
|
3187
3198
|
:host([disabled]) .control {
|
|
3188
|
-
border-color: rgba(${
|
|
3199
|
+
border-color: rgba(${jn}, 0.1);
|
|
3189
3200
|
}
|
|
3190
|
-
`),
|
|
3201
|
+
`),yh(lu,mt`
|
|
3191
3202
|
.control {
|
|
3192
|
-
border: ${
|
|
3203
|
+
border: ${sr} solid rgba(${jn}, 0.3);
|
|
3193
3204
|
}
|
|
3194
3205
|
|
|
3195
3206
|
:host(.invalid) .errortext {
|
|
3196
|
-
top: calc(${
|
|
3207
|
+
top: calc(${Jn} - ${sr});
|
|
3197
3208
|
}
|
|
3198
|
-
`),
|
|
3209
|
+
`),yh(cu,mt`
|
|
3199
3210
|
.control {
|
|
3200
|
-
background-color: rgba(${
|
|
3201
|
-
padding-left: calc(${
|
|
3202
|
-
padding-right: ${
|
|
3203
|
-
padding-bottom: calc(${
|
|
3204
|
-
border-bottom: ${
|
|
3205
|
-
rgba(${
|
|
3211
|
+
background-color: rgba(${jn}, 0.1);
|
|
3212
|
+
padding-left: calc(${sr} + ${tr} / 2);
|
|
3213
|
+
padding-right: ${sr};
|
|
3214
|
+
padding-bottom: calc(${sr});
|
|
3215
|
+
border-bottom: ${sr}
|
|
3216
|
+
rgba(${jn}, 0.07);
|
|
3206
3217
|
}
|
|
3207
3218
|
|
|
3208
3219
|
:host([disabled]) .control {
|
|
3209
|
-
background-color: rgba(${
|
|
3220
|
+
background-color: rgba(${jn}, 0.07);
|
|
3210
3221
|
}
|
|
3211
3222
|
`))
|
|
3212
|
-
class
|
|
3213
|
-
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`)}}
|
|
3214
|
-
const
|
|
3223
|
+
class du extends yi{constructor(){super(...arguments),this.appearance=au}setPositioning(){this.$fastController.isConnected&&(super.setPositioning(),this.updateListboxMaxHeightCssVariable())}slottedOptionsChanged(t,e){const s=this.value
|
|
3224
|
+
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`)}}On([ot],du.prototype,"appearance",void 0)
|
|
3225
|
+
const uu=du.compose({baseName:"select",baseClass:yi,template:(t,e)=>X`
|
|
3215
3226
|
<template
|
|
3216
3227
|
class="${t=>[t.collapsible&&"collapsible",t.collapsible&&t.open&&"open",t.disabled&&"disabled",t.collapsible&&t.position].filter(Boolean).join(" ")}"
|
|
3217
3228
|
aria-activedescendant="${t=>t.ariaActiveDescendant}"
|
|
@@ -3264,36 +3275,36 @@ const ru=nu.compose({baseName:"select",baseClass:yi,template:(t,e)=>X`
|
|
|
3264
3275
|
></slot>
|
|
3265
3276
|
</div>
|
|
3266
3277
|
</template>
|
|
3267
|
-
`,styles:
|
|
3268
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
3269
|
-
const
|
|
3278
|
+
`,styles:hu,indicator:Fa.data})
|
|
3279
|
+
js.getOrCreate().withPrefix("nimble").register(uu())
|
|
3280
|
+
const pu=mt`
|
|
3270
3281
|
${so("inline-flex")}
|
|
3271
3282
|
|
|
3272
3283
|
:host {
|
|
3273
3284
|
outline: none;
|
|
3274
|
-
font: ${
|
|
3275
|
-
color: ${
|
|
3285
|
+
font: ${Zr};
|
|
3286
|
+
color: ${ta};
|
|
3276
3287
|
flex-direction: column;
|
|
3277
3288
|
cursor: pointer;
|
|
3278
3289
|
--ni-private-switch-height: 24px;
|
|
3279
3290
|
--ni-private-switch-indicator-size: 16px;
|
|
3280
3291
|
padding-bottom: calc(
|
|
3281
|
-
${
|
|
3292
|
+
${Jn} - var(--ni-private-switch-height)
|
|
3282
3293
|
);
|
|
3283
3294
|
}
|
|
3284
3295
|
|
|
3285
3296
|
:host([disabled]) {
|
|
3286
3297
|
cursor: default;
|
|
3287
|
-
color: ${
|
|
3298
|
+
color: ${ea};
|
|
3288
3299
|
}
|
|
3289
3300
|
|
|
3290
3301
|
.label {
|
|
3291
|
-
color: ${
|
|
3292
|
-
font: ${
|
|
3302
|
+
color: ${Kr};
|
|
3303
|
+
font: ${Ur};
|
|
3293
3304
|
}
|
|
3294
3305
|
|
|
3295
3306
|
:host([disabled]) .label {
|
|
3296
|
-
color: ${
|
|
3307
|
+
color: ${Wr};
|
|
3297
3308
|
}
|
|
3298
3309
|
|
|
3299
3310
|
.label__hidden {
|
|
@@ -3315,28 +3326,28 @@ const au=mt`
|
|
|
3315
3326
|
height: var(--ni-private-switch-height);
|
|
3316
3327
|
width: calc(var(--ni-private-switch-height) * 2);
|
|
3317
3328
|
box-sizing: border-box;
|
|
3318
|
-
background-color: ${
|
|
3329
|
+
background-color: ${Bn};
|
|
3319
3330
|
border-radius: calc(var(--ni-private-switch-height) / 2);
|
|
3320
3331
|
align-items: center;
|
|
3321
|
-
border: calc(${
|
|
3332
|
+
border: calc(${sr} * 2) solid transparent;
|
|
3322
3333
|
}
|
|
3323
3334
|
|
|
3324
3335
|
:host([disabled]) .switch {
|
|
3325
3336
|
background-color: var(--ni-private-switch-background-disabled-color);
|
|
3326
3337
|
}
|
|
3327
3338
|
|
|
3328
|
-
:host(${
|
|
3329
|
-
border-color: ${
|
|
3339
|
+
:host(${bh}) .switch {
|
|
3340
|
+
border-color: ${Xn};
|
|
3330
3341
|
}
|
|
3331
3342
|
|
|
3332
3343
|
.checked-indicator-spacer {
|
|
3333
3344
|
flex-grow: 0;
|
|
3334
|
-
transition: flex-grow ${
|
|
3345
|
+
transition: flex-grow ${ka} ease-in-out;
|
|
3335
3346
|
}
|
|
3336
3347
|
|
|
3337
3348
|
:host([aria-checked='true']) .checked-indicator-spacer {
|
|
3338
3349
|
flex-grow: 1;
|
|
3339
|
-
transition: flex-grow ${
|
|
3350
|
+
transition: flex-grow ${ka} ease-in-out;
|
|
3340
3351
|
}
|
|
3341
3352
|
|
|
3342
3353
|
.checked-indicator {
|
|
@@ -3354,24 +3365,24 @@ const au=mt`
|
|
|
3354
3365
|
var(--ni-private-switch-indicator-size)
|
|
3355
3366
|
) / 2
|
|
3356
3367
|
);
|
|
3357
|
-
border: ${
|
|
3368
|
+
border: ${sr} solid
|
|
3358
3369
|
var(--ni-private-switch-indicator-border-color);
|
|
3359
3370
|
}
|
|
3360
3371
|
|
|
3361
3372
|
:host(:hover) .checked-indicator {
|
|
3362
|
-
border: calc(${
|
|
3373
|
+
border: calc(${sr} * 2) solid ${Xn};
|
|
3363
3374
|
}
|
|
3364
3375
|
|
|
3365
3376
|
:host([disabled]) .checked-indicator {
|
|
3366
3377
|
background-color: var(
|
|
3367
3378
|
--ni-private-switch-indicator-background-disabled-color
|
|
3368
3379
|
);
|
|
3369
|
-
border: ${
|
|
3380
|
+
border: ${sr} solid
|
|
3370
3381
|
var(--ni-private-switch-indicator-border-disabled-color);
|
|
3371
3382
|
}
|
|
3372
3383
|
|
|
3373
|
-
:host(${
|
|
3374
|
-
border: ${
|
|
3384
|
+
:host(${bh}) .checked-indicator {
|
|
3385
|
+
border: ${sr} solid ${Xn};
|
|
3375
3386
|
}
|
|
3376
3387
|
|
|
3377
3388
|
.checked-indicator-inner {
|
|
@@ -3380,7 +3391,7 @@ const au=mt`
|
|
|
3380
3391
|
border-radius: calc(var(--ni-private-switch-indicator-size) / 4);
|
|
3381
3392
|
background-color: var(--ni-private-switch-indicator-border-color);
|
|
3382
3393
|
opacity: 0;
|
|
3383
|
-
transition: opacity ${
|
|
3394
|
+
transition: opacity ${ka} ease-in-out;
|
|
3384
3395
|
}
|
|
3385
3396
|
|
|
3386
3397
|
:host([disabled]) .checked-indicator-inner {
|
|
@@ -3391,7 +3402,7 @@ const au=mt`
|
|
|
3391
3402
|
|
|
3392
3403
|
:host([aria-checked='true']) .checked-indicator-inner {
|
|
3393
3404
|
opacity: 1;
|
|
3394
|
-
transition: opacity ${
|
|
3405
|
+
transition: opacity ${ka} ease-in-out;
|
|
3395
3406
|
}
|
|
3396
3407
|
|
|
3397
3408
|
slot[name='checked-message']::slotted(*) {
|
|
@@ -3404,34 +3415,34 @@ const au=mt`
|
|
|
3404
3415
|
transition-duration: 0s;
|
|
3405
3416
|
}
|
|
3406
3417
|
}
|
|
3407
|
-
`.withBehaviors(
|
|
3418
|
+
`.withBehaviors(La(mt`
|
|
3408
3419
|
${""}
|
|
3409
3420
|
:host {
|
|
3410
|
-
--ni-private-switch-background-disabled-color: ${
|
|
3411
|
-
--ni-private-switch-indicator-background-color: ${
|
|
3412
|
-
--ni-private-switch-indicator-background-disabled-color: ${
|
|
3413
|
-
--ni-private-switch-indicator-border-color: ${
|
|
3414
|
-
--ni-private-switch-indicator-border-disabled-color: ${
|
|
3421
|
+
--ni-private-switch-background-disabled-color: ${Ln(bo,.07)};
|
|
3422
|
+
--ni-private-switch-indicator-background-color: ${go};
|
|
3423
|
+
--ni-private-switch-indicator-background-disabled-color: ${Ln(go,.1)};
|
|
3424
|
+
--ni-private-switch-indicator-border-color: ${bo};
|
|
3425
|
+
--ni-private-switch-indicator-border-disabled-color: ${Ln(bo,.3)};
|
|
3415
3426
|
}
|
|
3416
3427
|
`,mt`
|
|
3417
3428
|
${""}
|
|
3418
3429
|
:host {
|
|
3419
|
-
--ni-private-switch-background-disabled-color: ${
|
|
3420
|
-
--ni-private-switch-indicator-background-color: ${
|
|
3421
|
-
--ni-private-switch-indicator-background-disabled-color: ${
|
|
3422
|
-
--ni-private-switch-indicator-border-color: ${
|
|
3423
|
-
--ni-private-switch-indicator-border-disabled-color: ${
|
|
3430
|
+
--ni-private-switch-background-disabled-color: ${Ln(po,.07)};
|
|
3431
|
+
--ni-private-switch-indicator-background-color: ${Ln(bo,.3)};
|
|
3432
|
+
--ni-private-switch-indicator-background-disabled-color: ${Ln(bo,.1)};
|
|
3433
|
+
--ni-private-switch-indicator-border-color: ${vo};
|
|
3434
|
+
--ni-private-switch-indicator-border-disabled-color: ${Ln(vo,.3)};
|
|
3424
3435
|
}
|
|
3425
3436
|
`,mt`
|
|
3426
3437
|
${""}
|
|
3427
3438
|
:host {
|
|
3428
|
-
--ni-private-switch-background-disabled-color: ${
|
|
3429
|
-
--ni-private-switch-indicator-background-color: ${
|
|
3430
|
-
--ni-private-switch-indicator-background-disabled-color: ${
|
|
3431
|
-
--ni-private-switch-indicator-border-color: ${
|
|
3432
|
-
--ni-private-switch-indicator-border-disabled-color: ${
|
|
3439
|
+
--ni-private-switch-background-disabled-color: ${Ln(go,.07)};
|
|
3440
|
+
--ni-private-switch-indicator-background-color: ${Ln(go,.1)};
|
|
3441
|
+
--ni-private-switch-indicator-background-disabled-color: ${Ln(go,.1)};
|
|
3442
|
+
--ni-private-switch-indicator-border-color: ${go};
|
|
3443
|
+
--ni-private-switch-indicator-border-disabled-color: ${Ln(go,.3)};
|
|
3433
3444
|
}
|
|
3434
|
-
`)),
|
|
3445
|
+
`)),vu=X`
|
|
3435
3446
|
<template
|
|
3436
3447
|
role="switch"
|
|
3437
3448
|
aria-checked="${t=>t.checked}"
|
|
@@ -3466,17 +3477,17 @@ const au=mt`
|
|
|
3466
3477
|
</div>
|
|
3467
3478
|
</template>
|
|
3468
3479
|
`
|
|
3469
|
-
const
|
|
3470
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
3471
|
-
const
|
|
3480
|
+
const gu=class extends _i{}.compose({baseClass:_i,baseName:"switch",template:vu,styles:pu})
|
|
3481
|
+
js.getOrCreate().withPrefix("nimble").register(gu())
|
|
3482
|
+
const mu=mt`
|
|
3472
3483
|
${so("inline-flex")}
|
|
3473
3484
|
|
|
3474
3485
|
:host {
|
|
3475
3486
|
position: relative;
|
|
3476
3487
|
box-sizing: border-box;
|
|
3477
|
-
font: ${
|
|
3478
|
-
height: ${
|
|
3479
|
-
color: ${
|
|
3488
|
+
font: ${Sr};
|
|
3489
|
+
height: ${Jn};
|
|
3490
|
+
color: ${Ar};
|
|
3480
3491
|
align-items: center;
|
|
3481
3492
|
justify-content: center;
|
|
3482
3493
|
cursor: pointer;
|
|
@@ -3486,7 +3497,7 @@ const hu=mt`
|
|
|
3486
3497
|
}
|
|
3487
3498
|
|
|
3488
3499
|
:host(:hover) {
|
|
3489
|
-
background-color: ${
|
|
3500
|
+
background-color: ${Bn};
|
|
3490
3501
|
}
|
|
3491
3502
|
|
|
3492
3503
|
:host(:focus) {
|
|
@@ -3494,10 +3505,10 @@ const hu=mt`
|
|
|
3494
3505
|
}
|
|
3495
3506
|
|
|
3496
3507
|
:host(:focus:hover) {
|
|
3497
|
-
background-color: ${
|
|
3508
|
+
background-color: ${Fn};
|
|
3498
3509
|
}
|
|
3499
3510
|
|
|
3500
|
-
:host(${
|
|
3511
|
+
:host(${bh}) {
|
|
3501
3512
|
outline: none;
|
|
3502
3513
|
}
|
|
3503
3514
|
|
|
@@ -3507,14 +3518,14 @@ const hu=mt`
|
|
|
3507
3518
|
|
|
3508
3519
|
:host([disabled]) {
|
|
3509
3520
|
cursor: default;
|
|
3510
|
-
color: ${
|
|
3521
|
+
color: ${Er};
|
|
3511
3522
|
background: none;
|
|
3512
3523
|
}
|
|
3513
3524
|
|
|
3514
3525
|
slot {
|
|
3515
3526
|
display: block;
|
|
3516
|
-
padding: calc(${
|
|
3517
|
-
calc(${
|
|
3527
|
+
padding: calc(${tr} / 2) ${tr}
|
|
3528
|
+
calc(${tr} / 2 - ${sr});
|
|
3518
3529
|
}
|
|
3519
3530
|
|
|
3520
3531
|
:host::before {
|
|
@@ -3526,9 +3537,9 @@ const hu=mt`
|
|
|
3526
3537
|
);
|
|
3527
3538
|
width: 0px;
|
|
3528
3539
|
height: 0px;
|
|
3529
|
-
border-bottom: ${
|
|
3540
|
+
border-bottom: ${Xn}
|
|
3530
3541
|
var(--ni-private-focus-indicator-width) solid;
|
|
3531
|
-
transition: width ${
|
|
3542
|
+
transition: width ${ka} ease-in;
|
|
3532
3543
|
}
|
|
3533
3544
|
|
|
3534
3545
|
@media (prefers-reduced-motion) {
|
|
@@ -3537,7 +3548,7 @@ const hu=mt`
|
|
|
3537
3548
|
}
|
|
3538
3549
|
}
|
|
3539
3550
|
|
|
3540
|
-
:host(${
|
|
3551
|
+
:host(${bh})::before {
|
|
3541
3552
|
width: 100%;
|
|
3542
3553
|
}
|
|
3543
3554
|
|
|
@@ -3547,9 +3558,9 @@ const hu=mt`
|
|
|
3547
3558
|
bottom: 0px;
|
|
3548
3559
|
width: 0px;
|
|
3549
3560
|
height: 0px;
|
|
3550
|
-
border-bottom: ${
|
|
3561
|
+
border-bottom: ${Xn}
|
|
3551
3562
|
var(--ni-private-active-indicator-width) solid;
|
|
3552
|
-
transition: width ${
|
|
3563
|
+
transition: width ${ka} ease-in;
|
|
3553
3564
|
}
|
|
3554
3565
|
|
|
3555
3566
|
@media (prefers-reduced-motion) {
|
|
@@ -3562,29 +3573,29 @@ const hu=mt`
|
|
|
3562
3573
|
width: 100%;
|
|
3563
3574
|
}
|
|
3564
3575
|
`
|
|
3565
|
-
const
|
|
3576
|
+
const fu=class extends Ii{}.compose({baseName:"tab",baseClass:Ii,template:(t,e)=>X`
|
|
3566
3577
|
<template slot="tab" role="tab" aria-disabled="${t=>t.disabled}">
|
|
3567
3578
|
<slot></slot>
|
|
3568
3579
|
</template>
|
|
3569
|
-
`,styles:
|
|
3570
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
3571
|
-
const
|
|
3580
|
+
`,styles:mu})
|
|
3581
|
+
js.getOrCreate().withPrefix("nimble").register(fu())
|
|
3582
|
+
const bu=mt`
|
|
3572
3583
|
${so("block")}
|
|
3573
3584
|
|
|
3574
3585
|
:host {
|
|
3575
3586
|
box-sizing: border-box;
|
|
3576
|
-
font: ${
|
|
3577
|
-
color: ${
|
|
3578
|
-
padding-top: ${
|
|
3587
|
+
font: ${Sr};
|
|
3588
|
+
color: ${Ar};
|
|
3589
|
+
padding-top: ${tr};
|
|
3579
3590
|
}
|
|
3580
3591
|
`
|
|
3581
|
-
const
|
|
3592
|
+
const wu=class extends zi{}.compose({baseName:"tab-panel",baseClass:zi,template:(t,e)=>X`
|
|
3582
3593
|
<template slot="tabpanel" role="tabpanel">
|
|
3583
3594
|
<slot></slot>
|
|
3584
3595
|
</template>
|
|
3585
|
-
`,styles:
|
|
3586
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
3587
|
-
const
|
|
3596
|
+
`,styles:bu})
|
|
3597
|
+
js.getOrCreate().withPrefix("nimble").register(wu())
|
|
3598
|
+
const xu=mt`
|
|
3588
3599
|
${so("grid")}
|
|
3589
3600
|
|
|
3590
3601
|
:host {
|
|
@@ -3607,7 +3618,7 @@ const vu=mt`
|
|
|
3607
3618
|
grid-column-end: 4;
|
|
3608
3619
|
}
|
|
3609
3620
|
`
|
|
3610
|
-
const
|
|
3621
|
+
const yu=class extends Si{constructor(){super(),this.activeindicator=!1}}.compose({baseName:"tabs",baseClass:Si,template:(t,e)=>X`
|
|
3611
3622
|
<template class="${t=>t.orientation}">
|
|
3612
3623
|
${It(0,e)}
|
|
3613
3624
|
<div class="tablist" part="tablist" role="tablist">
|
|
@@ -3626,58 +3637,58 @@ const gu=class extends Si{constructor(){super(),this.activeindicator=!1}}.compos
|
|
|
3626
3637
|
<slot name="tabpanel" part="tabpanel" ${Ct("tabpanels")}></slot>
|
|
3627
3638
|
</div>
|
|
3628
3639
|
</template>
|
|
3629
|
-
`,styles:
|
|
3630
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
3631
|
-
const
|
|
3640
|
+
`,styles:xu})
|
|
3641
|
+
js.getOrCreate().withPrefix("nimble").register(yu())
|
|
3642
|
+
const $u=mt`
|
|
3632
3643
|
${so("flex")}
|
|
3633
3644
|
|
|
3634
3645
|
:host {
|
|
3635
3646
|
align-items: center;
|
|
3636
|
-
height: ${
|
|
3647
|
+
height: ${Jn};
|
|
3637
3648
|
box-sizing: border-box;
|
|
3638
|
-
font: ${
|
|
3639
|
-
color: ${
|
|
3649
|
+
font: ${Sr};
|
|
3650
|
+
color: ${Ar};
|
|
3640
3651
|
}
|
|
3641
3652
|
|
|
3642
3653
|
.separator {
|
|
3643
3654
|
display: inline-block;
|
|
3644
3655
|
height: 24px;
|
|
3645
|
-
border-left: calc(${
|
|
3646
|
-
rgba(${
|
|
3647
|
-
margin: calc(${
|
|
3656
|
+
border-left: calc(${sr} * 2) solid
|
|
3657
|
+
rgba(${jn}, 0.3);
|
|
3658
|
+
margin: calc(${tr} / 4) calc(${tr} / 2);
|
|
3648
3659
|
}
|
|
3649
|
-
`,
|
|
3660
|
+
`,Cu=X`
|
|
3650
3661
|
<template slot="end">
|
|
3651
3662
|
<div class="separator"></div>
|
|
3652
3663
|
<slot></slot>
|
|
3653
3664
|
</template>
|
|
3654
3665
|
`
|
|
3655
|
-
const
|
|
3656
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
3657
|
-
const
|
|
3666
|
+
const ku=class extends de{}.compose({baseName:"tabs-toolbar",template:Cu,styles:$u})
|
|
3667
|
+
js.getOrCreate().withPrefix("nimble").register(ku())
|
|
3668
|
+
const _u="outline",zu="block",Iu=mt`
|
|
3658
3669
|
${so("inline-flex")}
|
|
3659
3670
|
|
|
3660
3671
|
:host {
|
|
3661
|
-
font: ${
|
|
3672
|
+
font: ${Sr};
|
|
3662
3673
|
outline: none;
|
|
3663
3674
|
user-select: none;
|
|
3664
|
-
color: ${
|
|
3675
|
+
color: ${Ar};
|
|
3665
3676
|
flex-direction: column;
|
|
3666
3677
|
vertical-align: top;
|
|
3667
3678
|
}
|
|
3668
3679
|
|
|
3669
3680
|
:host([disabled]) {
|
|
3670
|
-
color: ${
|
|
3681
|
+
color: ${Er};
|
|
3671
3682
|
}
|
|
3672
3683
|
|
|
3673
3684
|
.label {
|
|
3674
3685
|
display: block;
|
|
3675
|
-
color: ${
|
|
3676
|
-
font: ${
|
|
3686
|
+
color: ${Kr};
|
|
3687
|
+
font: ${Ur};
|
|
3677
3688
|
}
|
|
3678
3689
|
|
|
3679
3690
|
:host([disabled]) .label {
|
|
3680
|
-
color: ${
|
|
3691
|
+
color: ${Wr};
|
|
3681
3692
|
}
|
|
3682
3693
|
|
|
3683
3694
|
.control {
|
|
@@ -3691,9 +3702,9 @@ const wu="outline",xu="block",yu=mt`
|
|
|
3691
3702
|
color: inherit;
|
|
3692
3703
|
border-radius: 0px;
|
|
3693
3704
|
align-items: flex-end;
|
|
3694
|
-
border: ${
|
|
3705
|
+
border: ${sr} solid transparent;
|
|
3695
3706
|
padding: 8px;
|
|
3696
|
-
transition: box-shadow ${
|
|
3707
|
+
transition: box-shadow ${ka}, border ${ka};
|
|
3697
3708
|
resize: none;
|
|
3698
3709
|
}
|
|
3699
3710
|
|
|
@@ -3704,12 +3715,12 @@ const wu="outline",xu="block",yu=mt`
|
|
|
3704
3715
|
}
|
|
3705
3716
|
|
|
3706
3717
|
.control:hover {
|
|
3707
|
-
border-color: ${
|
|
3708
|
-
box-shadow: 0px 0px 0px 1px ${
|
|
3718
|
+
border-color: ${Xn};
|
|
3719
|
+
box-shadow: 0px 0px 0px 1px ${Xn};
|
|
3709
3720
|
}
|
|
3710
3721
|
|
|
3711
3722
|
.control:focus-within {
|
|
3712
|
-
border-color: ${
|
|
3723
|
+
border-color: ${Xn};
|
|
3713
3724
|
}
|
|
3714
3725
|
|
|
3715
3726
|
.control[readonly],
|
|
@@ -3717,21 +3728,21 @@ const wu="outline",xu="block",yu=mt`
|
|
|
3717
3728
|
.control[readonly]:hover:focus-within,
|
|
3718
3729
|
.control[disabled],
|
|
3719
3730
|
.control[disabled]:hover {
|
|
3720
|
-
border-color: rgba(${
|
|
3731
|
+
border-color: rgba(${jn}, 0.1);
|
|
3721
3732
|
box-shadow: none;
|
|
3722
3733
|
}
|
|
3723
3734
|
|
|
3724
3735
|
.control::selection {
|
|
3725
|
-
color: ${
|
|
3726
|
-
background: rgba(${
|
|
3736
|
+
color: ${Kr};
|
|
3737
|
+
background: rgba(${Dn}, 0.3);
|
|
3727
3738
|
}
|
|
3728
3739
|
|
|
3729
3740
|
.control::placeholder {
|
|
3730
|
-
color: ${
|
|
3741
|
+
color: ${Kr};
|
|
3731
3742
|
}
|
|
3732
3743
|
|
|
3733
3744
|
.control[disabled]::placeholder {
|
|
3734
|
-
color: ${
|
|
3745
|
+
color: ${Wr};
|
|
3735
3746
|
}
|
|
3736
3747
|
|
|
3737
3748
|
:host([cols]) .control {
|
|
@@ -3751,14 +3762,14 @@ const wu="outline",xu="block",yu=mt`
|
|
|
3751
3762
|
:host([resize='vertical']) .control {
|
|
3752
3763
|
resize: vertical;
|
|
3753
3764
|
}
|
|
3754
|
-
`.withBehaviors(
|
|
3765
|
+
`.withBehaviors(yh(_u,mt`
|
|
3755
3766
|
.control {
|
|
3756
|
-
border-color: rgba(${
|
|
3767
|
+
border-color: rgba(${jn}, 0.3);
|
|
3757
3768
|
background-color: transparent;
|
|
3758
3769
|
}
|
|
3759
|
-
`),
|
|
3770
|
+
`),yh(zu,mt`
|
|
3760
3771
|
.control {
|
|
3761
|
-
background-color: rgba(${
|
|
3772
|
+
background-color: rgba(${jn}, 0.1);
|
|
3762
3773
|
}
|
|
3763
3774
|
|
|
3764
3775
|
:host([readonly]) .control {
|
|
@@ -3767,11 +3778,11 @@ const wu="outline",xu="block",yu=mt`
|
|
|
3767
3778
|
|
|
3768
3779
|
:host([disabled]) .control {
|
|
3769
3780
|
border-color: transparent;
|
|
3770
|
-
background-color: rgba(${
|
|
3781
|
+
background-color: rgba(${jn}, 0.1);
|
|
3771
3782
|
}
|
|
3772
3783
|
`))
|
|
3773
|
-
class
|
|
3774
|
-
const
|
|
3784
|
+
class Ou extends Mi{constructor(){super(...arguments),this.appearance=_u}}On([ot],Ou.prototype,"appearance",void 0)
|
|
3785
|
+
const Su=Ou.compose({baseName:"text-area",baseClass:Mi,template:(t,e)=>X`
|
|
3775
3786
|
<template
|
|
3776
3787
|
class="
|
|
3777
3788
|
${t=>t.readOnly?"readonly":""}
|
|
@@ -3826,37 +3837,37 @@ const Cu=$u.compose({baseName:"text-area",baseClass:Mi,template:(t,e)=>X`
|
|
|
3826
3837
|
${bt("control")}
|
|
3827
3838
|
></textarea>
|
|
3828
3839
|
</template>
|
|
3829
|
-
`,styles:
|
|
3830
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
3831
|
-
const
|
|
3840
|
+
`,styles:Iu,shadowOptions:{delegatesFocus:!0}})
|
|
3841
|
+
js.getOrCreate().withPrefix("nimble").register(Su())
|
|
3842
|
+
const Au="underline",Eu="outline",Hu="block",Mu="frameless",Vu=mt`
|
|
3832
3843
|
${so("inline-block")}
|
|
3833
|
-
${
|
|
3844
|
+
${Rh}
|
|
3834
3845
|
|
|
3835
3846
|
:host {
|
|
3836
|
-
font: ${
|
|
3847
|
+
font: ${Sr};
|
|
3837
3848
|
outline: none;
|
|
3838
3849
|
user-select: none;
|
|
3839
3850
|
--webkit-user-select: none;
|
|
3840
|
-
color: ${
|
|
3841
|
-
height: calc(${
|
|
3842
|
-
--ni-private-hover-indicator-width: calc(${
|
|
3851
|
+
color: ${Ar};
|
|
3852
|
+
height: calc(${er} + ${Jn});
|
|
3853
|
+
--ni-private-hover-indicator-width: calc(${sr} + 1px);
|
|
3843
3854
|
--ni-private-height-within-border: calc(
|
|
3844
|
-
${
|
|
3855
|
+
${Jn} - 2 * ${sr}
|
|
3845
3856
|
);
|
|
3846
3857
|
}
|
|
3847
3858
|
|
|
3848
3859
|
:host([disabled]) {
|
|
3849
|
-
color: ${
|
|
3860
|
+
color: ${Er};
|
|
3850
3861
|
}
|
|
3851
3862
|
|
|
3852
3863
|
.label {
|
|
3853
3864
|
display: flex;
|
|
3854
|
-
color: ${
|
|
3855
|
-
font: ${
|
|
3865
|
+
color: ${Kr};
|
|
3866
|
+
font: ${Ur};
|
|
3856
3867
|
}
|
|
3857
3868
|
|
|
3858
3869
|
:host([disabled]) .label {
|
|
3859
|
-
color: ${
|
|
3870
|
+
color: ${Wr};
|
|
3860
3871
|
}
|
|
3861
3872
|
|
|
3862
3873
|
.root {
|
|
@@ -3868,25 +3879,25 @@ const ku="underline",_u="outline",zu="block",Iu="frameless",Ou=mt`
|
|
|
3868
3879
|
font: inherit;
|
|
3869
3880
|
align-items: center;
|
|
3870
3881
|
justify-content: center;
|
|
3871
|
-
border: 0px solid rgba(${
|
|
3872
|
-
gap: calc(${
|
|
3873
|
-
padding: ${
|
|
3882
|
+
border: 0px solid rgba(${jn}, 0.3);
|
|
3883
|
+
gap: calc(${tr} / 2);
|
|
3884
|
+
padding: ${sr};
|
|
3874
3885
|
}
|
|
3875
3886
|
|
|
3876
3887
|
:host([readonly]) .root {
|
|
3877
|
-
border-color: rgba(${
|
|
3888
|
+
border-color: rgba(${jn}, 0.1);
|
|
3878
3889
|
}
|
|
3879
3890
|
|
|
3880
3891
|
:host([disabled]) .root {
|
|
3881
|
-
border-color: rgba(${
|
|
3892
|
+
border-color: rgba(${jn}, 0.1);
|
|
3882
3893
|
}
|
|
3883
3894
|
|
|
3884
3895
|
:host(.invalid) .root {
|
|
3885
|
-
border-bottom-color: ${
|
|
3896
|
+
border-bottom-color: ${qn};
|
|
3886
3897
|
}
|
|
3887
3898
|
|
|
3888
3899
|
.root:focus-within {
|
|
3889
|
-
border-bottom-color: ${
|
|
3900
|
+
border-bottom-color: ${Xn};
|
|
3890
3901
|
}
|
|
3891
3902
|
|
|
3892
3903
|
:host([appearance='frameless'].clear-inline-padding) .root {
|
|
@@ -3953,16 +3964,16 @@ const ku="underline",_u="outline",zu="block",Iu="frameless",Ou=mt`
|
|
|
3953
3964
|
}
|
|
3954
3965
|
|
|
3955
3966
|
.control::selection {
|
|
3956
|
-
color: ${
|
|
3957
|
-
background: rgba(${
|
|
3967
|
+
color: ${Kr};
|
|
3968
|
+
background: rgba(${Dn}, 0.3);
|
|
3958
3969
|
}
|
|
3959
3970
|
|
|
3960
3971
|
.control::placeholder {
|
|
3961
|
-
color: ${
|
|
3972
|
+
color: ${Kr};
|
|
3962
3973
|
}
|
|
3963
3974
|
|
|
3964
3975
|
.control[disabled]::placeholder {
|
|
3965
|
-
color: ${
|
|
3976
|
+
color: ${Er};
|
|
3966
3977
|
}
|
|
3967
3978
|
|
|
3968
3979
|
[part='end'] {
|
|
@@ -3972,12 +3983,12 @@ const ku="underline",_u="outline",zu="block",Iu="frameless",Ou=mt`
|
|
|
3972
3983
|
[part='end']::after {
|
|
3973
3984
|
content: '';
|
|
3974
3985
|
position: absolute;
|
|
3975
|
-
bottom: calc(-1 * ${
|
|
3986
|
+
bottom: calc(-1 * ${sr});
|
|
3976
3987
|
width: 0px;
|
|
3977
3988
|
height: 0px;
|
|
3978
|
-
border-bottom: ${
|
|
3989
|
+
border-bottom: ${Xn}
|
|
3979
3990
|
var(--ni-private-hover-indicator-width) solid;
|
|
3980
|
-
transition: width ${
|
|
3991
|
+
transition: width ${ka} ease-in;
|
|
3981
3992
|
}
|
|
3982
3993
|
|
|
3983
3994
|
@media (prefers-reduced-motion) {
|
|
@@ -3987,7 +3998,7 @@ const ku="underline",_u="outline",zu="block",Iu="frameless",Ou=mt`
|
|
|
3987
3998
|
}
|
|
3988
3999
|
|
|
3989
4000
|
:host(.invalid) [part='end']::after {
|
|
3990
|
-
border-bottom-color: ${
|
|
4001
|
+
border-bottom-color: ${qn};
|
|
3991
4002
|
}
|
|
3992
4003
|
|
|
3993
4004
|
:host(:hover) [part='end']::after {
|
|
@@ -4004,26 +4015,26 @@ const ku="underline",_u="outline",zu="block",Iu="frameless",Ou=mt`
|
|
|
4004
4015
|
}
|
|
4005
4016
|
|
|
4006
4017
|
slot[name='actions']::slotted(*) {
|
|
4007
|
-
${
|
|
4018
|
+
${Jn.cssCustomProperty}: 24px;
|
|
4008
4019
|
}
|
|
4009
|
-
`.withBehaviors(
|
|
4020
|
+
`.withBehaviors(yh(Au,mt`
|
|
4010
4021
|
.root {
|
|
4011
|
-
border-bottom-width: ${
|
|
4022
|
+
border-bottom-width: ${sr};
|
|
4012
4023
|
padding-bottom: 0;
|
|
4013
4024
|
}
|
|
4014
|
-
`),
|
|
4025
|
+
`),yh(Hu,mt`
|
|
4015
4026
|
.root {
|
|
4016
|
-
background-color: rgba(${
|
|
4027
|
+
background-color: rgba(${jn}, 0.1);
|
|
4017
4028
|
}
|
|
4018
4029
|
|
|
4019
4030
|
.control {
|
|
4020
|
-
padding-left: ${
|
|
4021
|
-
padding-right: ${
|
|
4031
|
+
padding-left: ${sr};
|
|
4032
|
+
padding-right: ${sr};
|
|
4022
4033
|
}
|
|
4023
4034
|
|
|
4024
4035
|
.root:focus-within,
|
|
4025
4036
|
:host(.invalid) .root {
|
|
4026
|
-
border-bottom-width: ${
|
|
4037
|
+
border-bottom-width: ${sr};
|
|
4027
4038
|
padding-bottom: 0;
|
|
4028
4039
|
}
|
|
4029
4040
|
|
|
@@ -4032,28 +4043,28 @@ const ku="underline",_u="outline",zu="block",Iu="frameless",Ou=mt`
|
|
|
4032
4043
|
}
|
|
4033
4044
|
|
|
4034
4045
|
:host([readonly]) .root {
|
|
4035
|
-
background-color: rgba(${
|
|
4046
|
+
background-color: rgba(${jn}, 0.07);
|
|
4036
4047
|
border-color: transparent;
|
|
4037
4048
|
}
|
|
4038
4049
|
|
|
4039
4050
|
:host([disabled]) .root {
|
|
4040
|
-
background-color: rgba(${
|
|
4051
|
+
background-color: rgba(${jn}, 0.07);
|
|
4041
4052
|
}
|
|
4042
|
-
`),
|
|
4053
|
+
`),yh(Eu,mt`
|
|
4043
4054
|
.root {
|
|
4044
|
-
border-width: ${
|
|
4055
|
+
border-width: ${sr};
|
|
4045
4056
|
padding: 0;
|
|
4046
4057
|
}
|
|
4047
|
-
`),
|
|
4058
|
+
`),yh(Mu,mt`
|
|
4048
4059
|
.control {
|
|
4049
|
-
padding-left: ${
|
|
4050
|
-
padding-right: ${
|
|
4060
|
+
padding-left: ${sr};
|
|
4061
|
+
padding-right: ${sr};
|
|
4051
4062
|
}
|
|
4052
4063
|
|
|
4053
4064
|
:host([readonly]) .root {
|
|
4054
4065
|
border-color: transparent;
|
|
4055
4066
|
}
|
|
4056
|
-
`),
|
|
4067
|
+
`),La(mt`
|
|
4057
4068
|
${""}
|
|
4058
4069
|
.control::-ms-reveal {
|
|
4059
4070
|
filter: invert(0%);
|
|
@@ -4063,9 +4074,9 @@ const ku="underline",_u="outline",zu="block",Iu="frameless",Ou=mt`
|
|
|
4063
4074
|
.control::-ms-reveal {
|
|
4064
4075
|
filter: invert(100%);
|
|
4065
4076
|
}
|
|
4066
|
-
`,
|
|
4067
|
-
class
|
|
4068
|
-
const
|
|
4077
|
+
`,Ao))
|
|
4078
|
+
class Lu extends pi{constructor(){super(...arguments),this.appearance=Au}connectedCallback(){super.connectedCallback(),this.control.setAttribute("aria-errormessage","errortext")}}On([ot],Lu.prototype,"appearance",void 0),On([ot({attribute:"error-text"})],Lu.prototype,"errorText",void 0)
|
|
4079
|
+
const Tu=Lu.compose({baseName:"text-field",baseClass:pi,template:(t,e)=>X`
|
|
4069
4080
|
<template
|
|
4070
4081
|
class="
|
|
4071
4082
|
${t=>t.readOnly?"readonly":""}
|
|
@@ -4125,23 +4136,23 @@ const Au=Su.compose({baseName:"text-field",baseClass:pi,template:(t,e)=>X`
|
|
|
4125
4136
|
${zt(0,e)}
|
|
4126
4137
|
</div>
|
|
4127
4138
|
</template>
|
|
4128
|
-
`,styles:
|
|
4139
|
+
`,styles:Vu,shadowOptions:{delegatesFocus:!0},end:X`
|
|
4129
4140
|
<nimble-icon-exclamation-mark
|
|
4130
4141
|
class="error-icon fail"
|
|
4131
4142
|
></nimble-icon-exclamation-mark>
|
|
4132
4143
|
<span part="actions">
|
|
4133
4144
|
<slot name="actions"></slot>
|
|
4134
4145
|
</span>
|
|
4135
|
-
${
|
|
4146
|
+
${Eh}
|
|
4136
4147
|
`})
|
|
4137
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
4138
|
-
const
|
|
4148
|
+
js.getOrCreate().withPrefix("nimble").register(Tu())
|
|
4149
|
+
const Pu=mt`
|
|
4139
4150
|
.positioning-region {
|
|
4140
4151
|
display: flex;
|
|
4141
|
-
padding: ${
|
|
4152
|
+
padding: ${Zn} ${tr};
|
|
4142
4153
|
align-items: center;
|
|
4143
|
-
gap: ${
|
|
4144
|
-
background: ${
|
|
4154
|
+
gap: ${tr};
|
|
4155
|
+
background: ${Pn};
|
|
4145
4156
|
}
|
|
4146
4157
|
|
|
4147
4158
|
slot[name='label'] {
|
|
@@ -4150,17 +4161,17 @@ const Eu=mt`
|
|
|
4150
4161
|
|
|
4151
4162
|
[part='start'] {
|
|
4152
4163
|
display: flex;
|
|
4153
|
-
gap: ${
|
|
4164
|
+
gap: ${tr};
|
|
4154
4165
|
margin-right: auto;
|
|
4155
4166
|
}
|
|
4156
4167
|
|
|
4157
4168
|
[part='end'] {
|
|
4158
4169
|
display: flex;
|
|
4159
|
-
gap: ${
|
|
4170
|
+
gap: ${tr};
|
|
4160
4171
|
margin-left: auto;
|
|
4161
4172
|
}
|
|
4162
4173
|
`
|
|
4163
|
-
const
|
|
4174
|
+
const Ru=class extends Li{}.compose({baseName:"toolbar",baseClass:Li,template:(t,e)=>X`
|
|
4164
4175
|
<template
|
|
4165
4176
|
aria-label="${t=>t.ariaLabel}"
|
|
4166
4177
|
aria-labelledby="${t=>t.ariaLabelledby}"
|
|
@@ -4180,34 +4191,98 @@ const Hu=class extends Li{}.compose({baseName:"toolbar",baseClass:Li,template:(t
|
|
|
4180
4191
|
${zt(0,e)}
|
|
4181
4192
|
</div>
|
|
4182
4193
|
</template>
|
|
4183
|
-
`,styles:
|
|
4184
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
4185
|
-
const
|
|
4194
|
+
`,styles:Pu,shadowOptions:{delegatesFocus:!0}})
|
|
4195
|
+
js.getOrCreate().withPrefix("nimble").register(Ru())
|
|
4196
|
+
const Du=mt`
|
|
4186
4197
|
${so("inline-flex")}
|
|
4187
4198
|
|
|
4188
4199
|
:host {
|
|
4189
|
-
font: ${
|
|
4190
|
-
color: ${
|
|
4200
|
+
font: ${aa};
|
|
4201
|
+
color: ${la};
|
|
4191
4202
|
text-align: left;
|
|
4203
|
+
--ni-private-tooltip-border-color: ${Ln(bo,.3)};
|
|
4204
|
+
--ni-private-tooltip-background-color: ${po};
|
|
4192
4205
|
}
|
|
4193
4206
|
|
|
4194
4207
|
.tooltip {
|
|
4195
4208
|
box-sizing: border-box;
|
|
4196
4209
|
flex-shrink: 0;
|
|
4197
4210
|
max-width: 440px;
|
|
4198
|
-
|
|
4199
|
-
box-shadow: 0px 3px 4px ${Un};
|
|
4200
|
-
background-color: ${Wn};
|
|
4201
|
-
padding-bottom: 6px;
|
|
4202
|
-
padding-left: calc(${Gn} / 2);
|
|
4203
|
-
padding-right: calc(${Gn} / 2);
|
|
4204
|
-
padding-top: ${Yn};
|
|
4211
|
+
box-shadow: 0px 3px 4px ${Gn};
|
|
4205
4212
|
display: inline-flex;
|
|
4213
|
+
border: ${sr} solid var(--ni-private-tooltip-border-color);
|
|
4214
|
+
background-color: var(--ni-private-tooltip-background-color);
|
|
4215
|
+
padding-bottom: 6px;
|
|
4216
|
+
padding-left: calc(${tr} / 2);
|
|
4217
|
+
padding-right: calc(${tr} / 2);
|
|
4218
|
+
padding-top: ${Zn};
|
|
4206
4219
|
}
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4220
|
+
|
|
4221
|
+
.status-icon {
|
|
4222
|
+
display: none;
|
|
4223
|
+
width: 14px;
|
|
4224
|
+
height: 14px;
|
|
4225
|
+
padding-right: 8px;
|
|
4226
|
+
}
|
|
4227
|
+
|
|
4228
|
+
:host(.fail.icon-visible) .fail {
|
|
4229
|
+
display: flex;
|
|
4230
|
+
flex: 0 0 auto;
|
|
4231
|
+
}
|
|
4232
|
+
|
|
4233
|
+
:host(.information.icon-visible) .information {
|
|
4234
|
+
display: flex;
|
|
4235
|
+
flex: 0 0 auto;
|
|
4236
|
+
}
|
|
4237
|
+
`.withBehaviors(La(mt`
|
|
4238
|
+
:host(.fail) {
|
|
4239
|
+
--ni-private-tooltip-border-color: ${yo};
|
|
4240
|
+
--ni-private-tooltip-background-color: ${go};
|
|
4241
|
+
}
|
|
4242
|
+
|
|
4243
|
+
:host(.information) {
|
|
4244
|
+
--ni-private-tooltip-border-color: ${lo};
|
|
4245
|
+
--ni-private-tooltip-background-color: ${go};
|
|
4246
|
+
}
|
|
4247
|
+
`,mt`
|
|
4248
|
+
:host {
|
|
4249
|
+
--ni-private-tooltip-border-color: ${Ln(po,.3)};
|
|
4250
|
+
--ni-private-tooltip-background-color: ${mo};
|
|
4251
|
+
}
|
|
4252
|
+
|
|
4253
|
+
:host(.information) {
|
|
4254
|
+
--ni-private-tooltip-border-color: ${ao};
|
|
4255
|
+
}
|
|
4256
|
+
|
|
4257
|
+
:host(.fail) {
|
|
4258
|
+
--ni-private-tooltip-border-color: ${yo};
|
|
4259
|
+
}
|
|
4260
|
+
`,mt`
|
|
4261
|
+
.anchored-region {
|
|
4262
|
+
background-color: ${wo};
|
|
4263
|
+
}
|
|
4264
|
+
|
|
4265
|
+
:host {
|
|
4266
|
+
--ni-private-tooltip-border-color: ${Ln(go,.3)};
|
|
4267
|
+
--ni-private-tooltip-background-color: ${Ln(go,.15)};
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4270
|
+
:host(.fail) {
|
|
4271
|
+
--ni-private-tooltip-border-color: ${go};
|
|
4272
|
+
}
|
|
4273
|
+
|
|
4274
|
+
:host(.information) {
|
|
4275
|
+
--ni-private-tooltip-border-color: ${go};
|
|
4276
|
+
}
|
|
4277
|
+
|
|
4278
|
+
.status-icon {
|
|
4279
|
+
opacity: 0.6;
|
|
4280
|
+
}
|
|
4281
|
+
`))
|
|
4282
|
+
const Fu=class extends Qi{}.compose({baseName:"tooltip",baseClass:Qi,template:t=>X`
|
|
4283
|
+
${wt((t=>t.tooltipVisible),X`
|
|
4284
|
+
<${t.tagFor(no)}
|
|
4285
|
+
class="anchored-region"
|
|
4211
4286
|
fixed-placement="true"
|
|
4212
4287
|
auto-update-mode="${t=>t.autoUpdateMode}"
|
|
4213
4288
|
vertical-positioning-mode="${t=>t.verticalPositioningMode}"
|
|
@@ -4224,20 +4299,22 @@ const Vu=class extends Qi{}.compose({baseName:"tooltip",baseClass:Qi,template:(t
|
|
|
4224
4299
|
${bt("region")}
|
|
4225
4300
|
>
|
|
4226
4301
|
<div class="tooltip" part="tooltip" role="tooltip">
|
|
4302
|
+
<${t.tagFor(Th)} class="fail status-icon"></${t.tagFor(Th)}>
|
|
4303
|
+
<${t.tagFor(Bd)} class="information status-icon"></${t.tagFor(Bd)}>
|
|
4227
4304
|
<slot></slot>
|
|
4228
4305
|
</div>
|
|
4229
|
-
</${t.tagFor(
|
|
4306
|
+
</${t.tagFor(no)}>
|
|
4230
4307
|
`)}
|
|
4231
|
-
|
|
4232
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
4233
|
-
const
|
|
4234
|
-
class
|
|
4235
|
-
e&&
|
|
4236
|
-
|
|
4237
|
-
t?.forEach((t=>t.removeAttribute(
|
|
4308
|
+
`,styles:Du})
|
|
4309
|
+
js.getOrCreate().withPrefix("nimble").register(Fu())
|
|
4310
|
+
const Bu="group-selected",Nu="all",ju="leaves-only",qu="none"
|
|
4311
|
+
class Uu{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)
|
|
4312
|
+
e&&En.unsubscribe(e)}attach(t){const e=this.cache.get(t)||new Ku(this.ltr,this.rtl,t),s=En.getValueFor(t)
|
|
4313
|
+
En.subscribe(e),e.attach(s),this.cache.set(t,e)}}class Ku{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 Wu=class extends Zi{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]")
|
|
4314
|
+
t?.forEach((t=>t.removeAttribute(Bu)))}setGroupSelectionOnRootParentTreeItem(t){this.clearTreeGroupSelection()
|
|
4238
4315
|
let e=t
|
|
4239
4316
|
for(;e?.parentElement!==this.treeView;)e=e?.parentElement
|
|
4240
|
-
e&&e.setAttribute(
|
|
4317
|
+
e&&e.setAttribute(Bu,"true")}getParentTreeView(){return this.parentElement.closest("[role='tree']")}}.compose({baseName:"tree-item",baseClass:Zi,template:(t,e)=>{return X`
|
|
4241
4318
|
<template
|
|
4242
4319
|
role="treeitem"
|
|
4243
4320
|
slot="${t=>t.isNestedItem()?"item":void 0}"
|
|
@@ -4283,55 +4360,55 @@ var s},styles:(t,e)=>mt`
|
|
|
4283
4360
|
|
|
4284
4361
|
:host {
|
|
4285
4362
|
${""}
|
|
4286
|
-
font-family: ${
|
|
4287
|
-
font-weight: ${
|
|
4363
|
+
font-family: ${Hr};
|
|
4364
|
+
font-weight: ${Mr};
|
|
4288
4365
|
contain: content;
|
|
4289
4366
|
position: relative;
|
|
4290
4367
|
outline: none;
|
|
4291
|
-
color: ${
|
|
4368
|
+
color: ${Ar};
|
|
4292
4369
|
cursor: pointer;
|
|
4293
4370
|
--ni-private-tree-item-nested-width: 0;
|
|
4294
4371
|
}
|
|
4295
4372
|
|
|
4296
4373
|
${""}
|
|
4297
|
-
:host([${
|
|
4298
|
-
background: ${
|
|
4374
|
+
:host([${Bu}])::after {
|
|
4375
|
+
background: ${Xn};
|
|
4299
4376
|
border-radius: 0px;
|
|
4300
4377
|
content: '';
|
|
4301
4378
|
display: block;
|
|
4302
4379
|
position: absolute;
|
|
4303
4380
|
top: 0px;
|
|
4304
|
-
width: calc(${
|
|
4305
|
-
height: calc(${
|
|
4381
|
+
width: calc(${sr} * 2);
|
|
4382
|
+
height: calc(${ir} * 2);
|
|
4306
4383
|
}
|
|
4307
4384
|
|
|
4308
4385
|
.positioning-region {
|
|
4309
4386
|
display: flex;
|
|
4310
4387
|
position: relative;
|
|
4311
4388
|
box-sizing: border-box;
|
|
4312
|
-
height: calc(${
|
|
4389
|
+
height: calc(${ir} * 2);
|
|
4313
4390
|
}
|
|
4314
4391
|
|
|
4315
4392
|
.positioning-region:hover {
|
|
4316
|
-
background: ${
|
|
4393
|
+
background: ${Bn};
|
|
4317
4394
|
}
|
|
4318
4395
|
|
|
4319
|
-
:host([${
|
|
4320
|
-
background: ${
|
|
4396
|
+
:host([${Bu}]) .positioning-region:hover {
|
|
4397
|
+
background: ${Fn};
|
|
4321
4398
|
}
|
|
4322
4399
|
|
|
4323
|
-
:host(${
|
|
4324
|
-
box-shadow: 0px 0px 0px ${
|
|
4325
|
-
outline: ${
|
|
4400
|
+
:host(${bh}) .positioning-region {
|
|
4401
|
+
box-shadow: 0px 0px 0px ${sr} ${Xn} inset;
|
|
4402
|
+
outline: ${sr} solid ${Xn};
|
|
4326
4403
|
outline-offset: -2px;
|
|
4327
4404
|
}
|
|
4328
4405
|
|
|
4329
4406
|
:host([selected]) .positioning-region {
|
|
4330
|
-
background: ${
|
|
4407
|
+
background: ${Rn};
|
|
4331
4408
|
}
|
|
4332
4409
|
|
|
4333
4410
|
:host([selected]) .positioning-region:hover {
|
|
4334
|
-
background: ${
|
|
4411
|
+
background: ${Fn};
|
|
4335
4412
|
}
|
|
4336
4413
|
|
|
4337
4414
|
.positioning-region::before {
|
|
@@ -4348,13 +4425,13 @@ var s},styles:(t,e)=>mt`
|
|
|
4348
4425
|
width: 100%;
|
|
4349
4426
|
padding-left: 10px;
|
|
4350
4427
|
font: inherit;
|
|
4351
|
-
font-size: ${
|
|
4428
|
+
font-size: ${Vr};
|
|
4352
4429
|
user-select: none;
|
|
4353
4430
|
position: relative;
|
|
4354
|
-
margin-inline-start: ${
|
|
4431
|
+
margin-inline-start: ${ir};
|
|
4355
4432
|
}
|
|
4356
4433
|
|
|
4357
|
-
:host(${
|
|
4434
|
+
:host(${bh}) .content-region {
|
|
4358
4435
|
outline: none;
|
|
4359
4436
|
}
|
|
4360
4437
|
|
|
@@ -4367,8 +4444,8 @@ var s},styles:(t,e)=>mt`
|
|
|
4367
4444
|
background: none;
|
|
4368
4445
|
border: none;
|
|
4369
4446
|
outline: none;
|
|
4370
|
-
width: ${
|
|
4371
|
-
height: ${
|
|
4447
|
+
width: ${ir};
|
|
4448
|
+
height: ${ir};
|
|
4372
4449
|
padding: 0px;
|
|
4373
4450
|
justify-content: center;
|
|
4374
4451
|
align-items: center;
|
|
@@ -4378,8 +4455,8 @@ var s},styles:(t,e)=>mt`
|
|
|
4378
4455
|
}
|
|
4379
4456
|
|
|
4380
4457
|
.expand-collapse-button svg {
|
|
4381
|
-
width: ${
|
|
4382
|
-
height: ${
|
|
4458
|
+
width: ${ir};
|
|
4459
|
+
height: ${ir};
|
|
4383
4460
|
transition: transform 0.2s ease-in;
|
|
4384
4461
|
pointer-events: none;
|
|
4385
4462
|
fill: currentcolor;
|
|
@@ -4387,26 +4464,26 @@ var s},styles:(t,e)=>mt`
|
|
|
4387
4464
|
|
|
4388
4465
|
${""}
|
|
4389
4466
|
span[part="start"] {
|
|
4390
|
-
width: ${
|
|
4467
|
+
width: ${ir};
|
|
4391
4468
|
}
|
|
4392
4469
|
|
|
4393
4470
|
${""}
|
|
4394
4471
|
.start {
|
|
4395
4472
|
display: flex;
|
|
4396
4473
|
fill: currentcolor;
|
|
4397
|
-
margin-inline-start: ${
|
|
4398
|
-
margin-inline-end: ${
|
|
4474
|
+
margin-inline-start: ${ir};
|
|
4475
|
+
margin-inline-end: ${ir};
|
|
4399
4476
|
}
|
|
4400
4477
|
|
|
4401
4478
|
slot[name='start']::slotted(*) {
|
|
4402
|
-
width: ${
|
|
4403
|
-
height: ${
|
|
4479
|
+
width: ${ir};
|
|
4480
|
+
height: ${ir};
|
|
4404
4481
|
}
|
|
4405
4482
|
|
|
4406
4483
|
::slotted(${t.tagFor(Zi)}) {
|
|
4407
4484
|
--ni-private-tree-item-nested-width: 1em;
|
|
4408
4485
|
--ni-private-expand-collapse-button-nested-width: calc(
|
|
4409
|
-
${
|
|
4486
|
+
${ir} * -1
|
|
4410
4487
|
);
|
|
4411
4488
|
}
|
|
4412
4489
|
|
|
@@ -4414,24 +4491,24 @@ var s},styles:(t,e)=>mt`
|
|
|
4414
4491
|
.end {
|
|
4415
4492
|
display: flex;
|
|
4416
4493
|
fill: currentcolor;
|
|
4417
|
-
margin-inline-start: ${
|
|
4494
|
+
margin-inline-start: ${ir};
|
|
4418
4495
|
}
|
|
4419
4496
|
|
|
4420
4497
|
.items {
|
|
4421
4498
|
display: none;
|
|
4422
4499
|
${""}
|
|
4423
|
-
font-size: calc(1em + (${
|
|
4500
|
+
font-size: calc(1em + (${ir} * 2));
|
|
4424
4501
|
}
|
|
4425
4502
|
|
|
4426
4503
|
:host([expanded]) .items {
|
|
4427
4504
|
display: block;
|
|
4428
4505
|
}
|
|
4429
|
-
`.withBehaviors(new
|
|
4506
|
+
`.withBehaviors(new Uu(mt`
|
|
4430
4507
|
${""}
|
|
4431
4508
|
.expand-collapse-button {
|
|
4432
4509
|
left: var(
|
|
4433
4510
|
--ni-private-expand-collapse-button-nested-width,
|
|
4434
|
-
calc(${
|
|
4511
|
+
calc(${ir} * -1)
|
|
4435
4512
|
);
|
|
4436
4513
|
}
|
|
4437
4514
|
|
|
@@ -4447,7 +4524,7 @@ var s},styles:(t,e)=>mt`
|
|
|
4447
4524
|
.expand-collapse-button {
|
|
4448
4525
|
right: var(
|
|
4449
4526
|
--ni-private-expand-collapse-button-nested-width,
|
|
4450
|
-
calc(${
|
|
4527
|
+
calc(${ir} * -1)
|
|
4451
4528
|
);
|
|
4452
4529
|
}
|
|
4453
4530
|
|
|
@@ -4458,9 +4535,9 @@ var s},styles:(t,e)=>mt`
|
|
|
4458
4535
|
:host([expanded]) .expand-collapse-button svg {
|
|
4459
4536
|
transform: rotate(135deg);
|
|
4460
4537
|
}
|
|
4461
|
-
`)),expandCollapseGlyph:
|
|
4462
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
4463
|
-
const
|
|
4538
|
+
`)),expandCollapseGlyph:ja.data})
|
|
4539
|
+
js.getOrCreate().withPrefix("nimble").register(Wu())
|
|
4540
|
+
const Xu=mt`
|
|
4464
4541
|
${so("flex")}
|
|
4465
4542
|
|
|
4466
4543
|
:host {
|
|
@@ -4469,18 +4546,18 @@ const Nu=mt`
|
|
|
4469
4546
|
min-width: fit-content;
|
|
4470
4547
|
font-size: 0;
|
|
4471
4548
|
}
|
|
4472
|
-
:host(${
|
|
4549
|
+
:host(${bh}) {
|
|
4473
4550
|
outline: none;
|
|
4474
4551
|
}
|
|
4475
4552
|
`
|
|
4476
|
-
class
|
|
4553
|
+
class Yu extends to{constructor(){super(...arguments),this.selectionMode=Nu}handleClick(t){if(t.defaultPrevented)return!1
|
|
4477
4554
|
if(!(t.target instanceof Element&&Ji(t.target)))return!0
|
|
4478
4555
|
const e=t.target
|
|
4479
|
-
return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case
|
|
4480
|
-
case
|
|
4481
|
-
case
|
|
4482
|
-
default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}
|
|
4483
|
-
const
|
|
4556
|
+
return!e.disabled&&(this.canSelect(e)?e.selected=!0:this.itemHasChildren(e)&&(e.expanded=!e.expanded),!0)}canSelect(t){switch(this.selectionMode){case Nu:return!0
|
|
4557
|
+
case qu:return!1
|
|
4558
|
+
case ju:return!this.itemHasChildren(t)
|
|
4559
|
+
default:return!0}}itemHasChildren(t){return null!==t.querySelector('[role="treeitem"]')}}On([ot({attribute:"selection-mode"})],Yu.prototype,"selectionMode",void 0)
|
|
4560
|
+
const Gu=Yu.compose({baseName:"tree-view",baseClass:to,template:(t,e)=>X`
|
|
4484
4561
|
<template
|
|
4485
4562
|
role="tree"
|
|
4486
4563
|
${bt("treeView")}
|
|
@@ -4492,6 +4569,6 @@ const qu=ju.compose({baseName:"tree-view",baseClass:to,template:(t,e)=>X`
|
|
|
4492
4569
|
>
|
|
4493
4570
|
<slot ${Ct("slottedTreeItems")}></slot>
|
|
4494
4571
|
</template>
|
|
4495
|
-
`,styles:
|
|
4496
|
-
js.getOrCreate().withPrefix("nimble").register(
|
|
4572
|
+
`,styles:Xu})
|
|
4573
|
+
js.getOrCreate().withPrefix("nimble").register(Gu())}()
|
|
4497
4574
|
//# sourceMappingURL=all-components-bundle.min.js.map
|