@nmorph/nmorph-ui-kit 2.2.5 → 2.2.7
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/index.es.js +7820 -7475
- package/dist/index.umd.js +268 -264
- package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-badge/NmorphBadge.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-image-preview/NmorphImagePreview.vue.d.ts +1 -0
- package/dist/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue.d.ts +1 -1
- package/dist/src/components/feedback/nmorph-dialog/NmorphDialog.vue.d.ts +0 -1
- package/dist/src/components/form/index.d.ts +1 -0
- package/dist/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue.d.ts +2 -1
- package/dist/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-color-picker/NmorphColorPicker.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-date-picker/NmorphDatePicker.vue.d.ts +2 -1
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-number-input/NmorphNumberInput.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-otp-input/NmorphOTPInput.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-select/NmorphSelect.vue.d.ts +2 -1
- package/dist/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-select-button/NmorphSelectButton.vue.d.ts +1 -1
- package/dist/src/components/form/nmorph-slider/NmorphSlider.vue.d.ts +3 -10
- package/dist/src/components/form/nmorph-slider/types.d.ts +8 -0
- package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +1 -1
- package/dist/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue.d.ts +1 -0
- package/dist/src/components/others/nmorph-overlay/NmorphOverlay.vue.d.ts +1 -0
- package/dist/src/components/providers/nmorph-notification-provider/types.d.ts +1 -1
- package/dist/src/hooks/index.d.ts +1 -0
- package/dist/src/hooks/use-z-index.d.ts +2 -0
- package/dist/src/outside-hooks/index.d.ts +1 -0
- package/dist/src/outside-hooks/use-nmorph-z-index.d.ts +7 -0
- package/dist/src/types/index.d.ts +6 -2
- package/package.json +15 -3
package/dist/index.umd.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(i,le){typeof exports=="object"&&typeof module<"u"?le(exports,require("vue-i18n"),require("vue")):typeof define=="function"&&define.amd?define(["exports","vue-i18n","vue"],le):(i=typeof globalThis<"u"?globalThis:i||self,le(i.library={},i.vueI18n,i.vue))})(this,function(i,le,e){"use strict";const Et=o=>{const{inputValue:n,rules:r}=o,t=e.ref([]),a=e.ref(!1),c=e.ref(!1);return{touched:c,valid:a,errors:t,validate:()=>{const d=r?.length>0;if(!d){a.value=!0;return}if(n===null)return;const s=n,m=h=>d&&h in r[0],f=typeof s=="string"&&m("pattern"),p=typeof s=="number"&&m("numberCompareType"),g=(typeof s=="string"||typeof s=="boolean")&&m("booleanCompareType"),b=Array.isArray(s)&&m("arrayCompareType");if(!p&&!f&&!g&&!b){console.warn("The input value and the provided rules do not match");return}if(c.value||(c.value=!0),f){const h=r;t.value=h.reduce((B,w)=>(s.match(w.pattern)||B.push(w.error),B),[])}if(p){const h=(w,u,k)=>{switch(k){case"eq":return w===u;case"gt":return w>u;case"lt":return w<u;case"lte":return w<=u;case"gte":return w>=u}},B=r;t.value=B.reduce((w,u)=>(h(s,u.compareValue,u.numberCompareType)&&w.push(u.error),w),[])}if(g){const h=r;t.value=h.reduce((B,w)=>{let u=!1;const{compareValue:k,booleanCompareType:V}=w;return V==="not-eq"&&(u=s===k),V==="eq"&&(u=s!==k),u||B.push(w.error),B},[])}if(b){const h=r,B=(w,u,k)=>{switch(k){case"contains-one":return w.some(v=>u.includes(v));case"full-eq":if(w.length!==u.length)return!1;const V=[...w].sort(),N=[...u].sort();return V.every((v,x)=>v===N[x]);case"not-contains":return!w.some(v=>u.includes(v))}};t.value=h.reduce((w,u)=>(B(s.map(V=>String(V)),u.compareValue,u.arrayCompareType)||w.push(u.error),w),[])}a.value=t.value.length===0}}},Fr=(o,n)=>{const r=n.filter(t=>t!=="false"&&t&&t!=="undefined").map(t=>`${o}--${t}`);return r.push(o),r.join(" ").trim().replace(/\s+/g," ")},C=o=>Object.entries(o).map(([n,r])=>Fr(n,r)).join(" ").trim().replace(/\s+/g," "),ko=o=>o.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),yo=o=>JSON.parse(JSON.stringify(o)),we=()=>{const o=()=>Math.floor((1+Math.random())*65536).toString(16).substring(1);return`${o()}${o()}-${o()}-4${o().substr(0,3)}-${o().substr(0,1)}${o().substr(1,3)}-${o()}${o()}${o()}`},Rr=()=>`
|
|
2
2
|
font-weight: 400;
|
|
3
3
|
font-size: var(--font-size-tiny);
|
|
4
4
|
line-height: var(--line-height-regular);
|
|
5
|
-
`,
|
|
5
|
+
`,de=()=>`
|
|
6
6
|
font-weight: 400;
|
|
7
7
|
font-size: var(--font-size-extra-small);
|
|
8
8
|
line-height: var(--line-height-regular);
|
|
9
|
-
`,
|
|
9
|
+
`,Le=()=>`
|
|
10
10
|
font-weight: 400;
|
|
11
11
|
font-size: var(--font-size-small);
|
|
12
12
|
line-height: var(--line-height-regular);
|
|
13
|
-
`,
|
|
13
|
+
`,St=()=>`
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
font-size: var(--font-size-base);
|
|
16
16
|
line-height: var(--line-height-regular);
|
|
17
|
-
`,
|
|
17
|
+
`,Bo=()=>`
|
|
18
18
|
font-weight: 600;
|
|
19
19
|
font-size: var(--font-size-small);
|
|
20
20
|
line-height: var(--line-height-loose);
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
font-weight: 600;
|
|
23
23
|
font-size: var(--font-size-medium);
|
|
24
24
|
line-height: var(--line-height-loose);
|
|
25
|
-
`,
|
|
25
|
+
`,Ct=()=>`
|
|
26
26
|
font-weight: 600;
|
|
27
27
|
font-size: var(--font-size-large);
|
|
28
28
|
line-height: var(--line-height-loose);
|
|
29
|
-
`,
|
|
29
|
+
`,No=()=>`
|
|
30
30
|
font-weight: 800;
|
|
31
31
|
font-size: var(--font-size-extra-large);
|
|
32
32
|
line-height: var(--line-height-loose);
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
var(--base-shadow-width) var(--base-shadow-width) var(--base-shadow-blur) var(--nmorph-dark-shade-color),
|
|
37
37
|
calc(-1 * var(--base-shadow-width)) calc(-1 * var(--base-shadow-width)) var(--base-shadow-blur)
|
|
38
38
|
var(--nmorph-light-shade-color);
|
|
39
|
-
`,
|
|
39
|
+
`,R=()=>`
|
|
40
40
|
background: var(--nmorph-main-color);
|
|
41
41
|
box-shadow:
|
|
42
42
|
inset var(--base-shadow-width) var(--base-shadow-width) var(--base-shadow-blur) var(--nmorph-dark-shade-color),
|
|
43
43
|
inset calc(-1 * var(--base-shadow-width)) calc(-1 * var(--base-shadow-width)) var(--base-shadow-blur)
|
|
44
44
|
var(--nmorph-light-shade-color);
|
|
45
|
-
`,
|
|
46
|
-
border: ${
|
|
47
|
-
`,
|
|
48
|
-
${
|
|
45
|
+
`,xo=o=>`
|
|
46
|
+
border: ${o}px solid var(--nmorph-main-color);
|
|
47
|
+
`,Mt=(o=0,n=!1)=>`
|
|
48
|
+
${xo(o)}
|
|
49
49
|
|
|
50
50
|
background: var(--nmorph-main-color);
|
|
51
51
|
box-shadow:
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
calc(-1 * var(--base-shadow-width)) calc(-1 * var(--base-shadow-width)) var(--base-shadow-blur)
|
|
54
54
|
var(--nmorph-light-shade-color),
|
|
55
55
|
inset var(--base-shadow-width) var(--base-shadow-width) var(--base-shadow-blur) var(--nmorph-dark-shade-color),
|
|
56
|
-
inset calc(-1 * var(--base-shadow-width)) calc(-0.5 * var(--base-shadow-width)) var(--base-shadow-blur) ${
|
|
57
|
-
`,
|
|
56
|
+
inset calc(-1 * var(--base-shadow-width)) calc(-0.5 * var(--base-shadow-width)) var(--base-shadow-blur) ${n?"var(--nmorph-dark-shade-color)":"var(--nmorph-light-shade-color)"};
|
|
57
|
+
`,Q=()=>`
|
|
58
58
|
cursor: not-allowed;
|
|
59
59
|
opacity: 0.6;
|
|
60
60
|
`,Je=()=>`
|
|
@@ -63,16 +63,16 @@
|
|
|
63
63
|
text-overflow: ellipsis;
|
|
64
64
|
`,et=()=>`
|
|
65
65
|
outline: 2px solid var(--nmorph-accent-color);
|
|
66
|
-
`,
|
|
67
|
-
&[${
|
|
68
|
-
${
|
|
66
|
+
`,Wr=(o,n=!1)=>{const r=e.reactive({}),t=e.reactive({}),a=e.reactive(yo(o)),c=e.ref(!1),l=e.ref(!1),d=()=>{Object.entries(o).forEach(([p,g])=>{t[p]=Et({inputValue:g.value,rules:g.rules}),t[p].validate()}),c.value=Object.entries(t).every(([p,g])=>g.valid)},s=()=>{Object.entries(o).forEach(([p,g])=>{r[p]=Et({inputValue:g.value,rules:g.rules}),r[p].validate()})},m=(p,g)=>Object.keys(g).filter(_=>{const h=p[_]?JSON.stringify(p[_]):null,B=JSON.stringify(g[_]);return h!==B}),f=p=>{m(a,p).forEach(b=>{const _=p[b];r[b]=Et({inputValue:_.value,rules:_.rules}),r[b].validate()}),Object.assign(a,yo(p)),d(),l.value=!0};return e.watch(o,f,{deep:!0}),n&&s(),{fields:r,isFormValid:e.readonly(c),isAnyTouched:e.readonly(l)}},vo=o=>{const{initialPlacement:n,relativeElement:r,contentDOMElement:t,yOffset:a=0,xOffset:c=0}=o,l=e.ref(n),d=e.ref({x:"0px",y:"0px"}),s=e.inject("nmorph"),m=e.ref(null);e.watch(()=>s.browser,()=>{h()},{deep:!0}),e.onMounted(()=>{h(),g(),b(),p.observe(document.body,{childList:!0,subtree:!0}),f()}),e.onUnmounted(()=>{_(),p.disconnect()});const f=()=>{e.nextTick(()=>{t.value&&h()})},p=new MutationObserver(()=>{f()}),g=()=>{let B=t.value;for(;B;){const w=window.getComputedStyle(B);if(w.overflowY==="auto"||w.overflowY==="scroll"){m.value=B;break}B=B.parentElement}},b=()=>{m.value?m.value.addEventListener("scroll",h,{passive:!0}):window.addEventListener("scroll",h,{passive:!0})},_=()=>{m.value?m.value.removeEventListener("scroll",h):window.removeEventListener("scroll",h)},h=()=>{e.nextTick(()=>{if(!t.value||!r){console.warn("There is no relative element or content DOM element");return}const B=t.value.getBoundingClientRect(),w=B.width,u=B.height,k="value"in r?r.value:r;if(!k){console.warn("Relative element is not an HTMLElement");return}const V=k.getBoundingClientRect(),{x:N,y:v}=V,x=V.width,E=V.height,I=window.innerWidth,y=window.innerHeight;l.value==="top"&&v-u<0&&(l.value="bottom"),l.value==="bottom"&&v+E+u>y&&(l.value="top"),l.value==="left"&&N-w<0&&(l.value="right"),l.value==="right"&&N+x+w>I&&(l.value="left"),l.value==="top"&&(d.value={x:`${N+c}px`,y:`${v-u+a}px`}),l.value==="bottom"&&(d.value={x:`${N+c}px`,y:`${v+E+a}px`}),l.value==="right"&&(d.value={x:`${N+x+c}px`,y:`${v+a}px`}),l.value==="left"&&(d.value={x:`${N-w+c}px`,y:`${v+a}px`})})};return{placement:l,placementCoords:d}},Yr=(o,n)=>{const r=e.inject("nmorph"),t=e.ref(r?.zIndex.current.value??1e3);return e.watch(o,a=>{a&&n()===void 0&&(t.value=r?.zIndex.next()??t.value+1)},{immediate:!0}),e.computed(()=>n()??t.value)},Ur={version:"2.2.7"},Vo={error:{bg:"#000000",text:"red"},success:{bg:"#000000",text:"green"},warn:{bg:"#000000",text:"orange"},info:{bg:"#000000",text:"blue"}},Eo=(o,n)=>{console.log(`%c ${n} `,`background: ${Vo[o].bg}; color: ${Vo[o].text}`)},So={info:"#d4e5edbb",infoText:"#506c80",success:"#67C23A",successText:"#0b5b1d",error:"#F56C6C",errorText:"#8d3333",warn:"#E6A21C",warnText:"#7a6712",gray:"#c9d2dee6",white:"#ffffff",black:"#000000",overlay:"#00000095"},Gr={darkShade:"#c8c9ca",main:"#e9ecec",lightShade:"#fdfdfd",text:"#687b9e",scrollThumb:"#687b9e",accent:"#4a90e2",focusText:"#ffffff",placeholderText:"#c1c9cf",semiContrastText:"#8a9dc0",contrastText:"#b4c4de"},Kr={darkShade:"#0f1112",main:"#1c1f21",lightShade:"#292d30",text:"#778288",scrollThumb:"#778288",accent:"#006cb6",focusText:"#ffffff",placeholderText:"#575757",semiContrastText:"#9caab0",contrastText:"#c3cdd1"},Te="nmorph-data-theme",xe={themes:{common:So,light:Gr,dark:Kr},defaultTheme:"dark",saveCurrentThemeToLS:!0,darkShadeGeneratorCoefficient:-45,lightShadeGeneratorCoefficient:45,other:{baseShadowWidth:"3.5px",baseShadowBlurCoefficient:"2"}},Xr=o=>/^#[0-9A-Fa-f]{6}$/.test(o),Qr=o=>{if(!Xr(o))throw new Error(`Invalid hex color: ${o}`);return o},Zr=(o,n)=>{const r={};return o.forEach(({name:t,color:a})=>{r[t]=a}),n.forEach(({name:t,color:a})=>{r[t]=a}),Object.entries(r).map(([t,a])=>({name:t,color:a}))},Co=(o,n)=>{let r=parseInt(o.substring(1,3),16),t=parseInt(o.substring(3,5),16),a=parseInt(o.substring(5,7),16);r=Math.round(r*(1+n/100)),t=Math.round(t*(1+n/100)),a=Math.round(a*(1+n/100)),r=Math.min(255,Math.max(0,r)),t=Math.min(255,Math.max(0,t)),a=Math.min(255,Math.max(0,a));const c=r.toString(16).padStart(2,"0"),l=t.toString(16).padStart(2,"0"),d=a.toString(16).padStart(2,"0");return`#${c}${l}${d}`},Mo=o=>{Eo("warn",`NMORPH(v${Ur.version})`);const n={themes:o?.themes??xe.themes,defaultTheme:o?.defaultTheme??xe.defaultTheme,saveCurrentThemeToLS:o?.saveCurrentThemeToLS??xe.saveCurrentThemeToLS,darkShadeGeneratorCoefficient:o?.darkShadeGeneratorCoefficient??xe.darkShadeGeneratorCoefficient,lightShadeGeneratorCoefficient:o?.lightShadeGeneratorCoefficient??xe.lightShadeGeneratorCoefficient,other:o?.other??xe.other},r=u=>{try{const k=Qr(u);return{darkShade:Co(k,n.darkShadeGeneratorCoefficient),lightShade:Co(k,n.lightShadeGeneratorCoefficient)}}catch(k){return console.error(k instanceof Error?k.message:k),{}}},t=u=>{const k=r(u);return a(k)},a=u=>Object.entries(u).filter(([,k])=>typeof k=="string").map(([k,V])=>({name:`--nmorph-${ko(k)}-color`,color:V})),c=(u,k)=>{const V=x=>x.map(E=>`${E.name}: ${E.color};`).join(" "),N=Object.entries(k).map(([x,E])=>`--${ko(x)}: ${E};`).join(" "),v=[];return Object.entries(u).forEach(([x,E])=>{const I=a(So);if(x==="common")v.push(V(Zr(I,E)));else{const y=`
|
|
67
|
+
&[${Te}='${x}'] {
|
|
68
|
+
${V(E)}
|
|
69
69
|
}
|
|
70
|
-
`;
|
|
70
|
+
`;v.push(y)}}),`
|
|
71
71
|
:root {
|
|
72
|
-
${
|
|
73
|
-
${
|
|
72
|
+
${v.join(" ")}
|
|
73
|
+
${N}
|
|
74
74
|
}
|
|
75
|
-
`},
|
|
75
|
+
`},l=u=>{const k={};return Object.entries(u).forEach(([V,N])=>{k[V]=[];const v=!!N.darkShade,x=!!N.lightShade;!!N.main&&!v&&!x&&N.main&&(k[V]=t(N.main)),k[V]=[...k[V],...a(N)]}),k};let d=l(n.themes);const s=document.createElement("style");s.type="text/css",s.innerHTML=c(d,n.other),document.head.appendChild(s);const m=()=>{d=l(n.themes),s.innerHTML=c(d,n.other)},f=u=>{b.value=u,_.setAttribute(Te,b.value),n.saveCurrentThemeToLS?localStorage.setItem(Te,u):localStorage.removeItem(Te)},p=(u,k)=>{const V=k.main&&!k.darkShade&&!k.lightShade?r(k.main):{};n.themes[u]={...n.themes[u],...k,...V},m()},g=(u,k)=>{k&&p(u,k),f(u)},b=e.ref(n.defaultTheme),_=document.documentElement,h=localStorage.getItem(Te),B=h?d[h]:void 0;n.saveCurrentThemeToLS&&B&&(b.value=h),f(b.value);const w=n;return{setTheme:f,setThemeColors:p,applyTheme:g,currentTheme:e.readonly(b),data:w,getDynamicColorVariables:t}};var te=(o=>(o.thick="thick-component",o.basic="basic-component",o.thin="thin-component",o))(te||{}),zo=(o=>(o.circle="circle",o.square="square",o))(zo||{}),Io=(o=>(o.ascending="ascending",o.descending="descending",o))(Io||{}),Ho=(o=>(o.row="row",o.column="column",o))(Ho||{}),zt=(o=>(o.inset="shadow-inset",o.outset="shadow-outset",o.combined="shadow-combined",o["not-defined"]="shadow-not-defined",o))(zt||{}),It=(o=>(o.accent="accent",o.success="success",o.error="error",o.warning="warning",o))(It||{}),$o=(o=>(o.left="left",o.right="right",o.top="top",o.bottom="bottom",o))($o||{}),qo=(o=>(o.fill="fill",o.contain="contain",o.cover="cover",o.none="none",o["scale-down"]="scale-down",o))(qo||{}),tt=(o=>(o.en="en",o.ru="ru",o.zh="zh",o))(tt||{}),Lo=(o=>(o["radio-style"]="radio-style",o.button="button",o))(Lo||{}),To=(o=>(o.date="date",o.dates="dates",o.daterange="daterange",o))(To||{});const Ht={sun:"sun",mon:"mon",tue:"tue",wed:"wed",thu:"thu",fri:"fri",sat:"sat",jan:"January",feb:"February",mar:"March",apr:"April",may:"May",jun:"June",jul:"July",aug:"August",sep:"September",oct:"October",nov:"November",dec:"December",pickADate:"Pick a date",loadingText:"Loading ...",loadFailedText:"Image loading failed",noElementPlaceholder:"Choose value",selectFile:"Select file"},Jr=o=>{const n=o&&o.messages?{...o.messages,en:Ht}:{en:Ht},r=o&&o.locale?o.locale:tt.en;return le.createI18n({legacy:!1,locale:r,fallbackLocale:tt.en,messages:n})},ea={"nmorph-body-4":Rr,"nmorph-body-3":de,"nmorph-body-2":Le,"nmorph-body-1":St,"nmorph-title-4":Bo,"nmorph-title-3":Ze,"nmorph-title-2":Ct,"nmorph-title-1":No,"nmorph--shadow-outset":G,"nmorph--shadow-inset":R,"nmorph--shadow-combined":Mt},ta=()=>{let n=`
|
|
76
76
|
:root {
|
|
77
77
|
--font-size-tiny: 10px;
|
|
78
78
|
--font-size-extra-small: 12px;
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
width: auto;
|
|
148
148
|
font-family: Helvetica, Roboto, Arial, sans-serif;
|
|
149
149
|
|
|
150
|
-
${
|
|
150
|
+
${St()}
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
h1 {
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
background: var(--nmorph-main-color);
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
.nmorph--
|
|
249
|
+
.nmorph--basic-component {
|
|
250
250
|
--height: var(--default-thickness-component);
|
|
251
251
|
|
|
252
252
|
height: var(--height);
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
.nmorph--thin-component.nmorph-native-input {
|
|
268
|
-
${
|
|
268
|
+
${de()}
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
.nmorph-native-input:focus {
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
|
|
346
346
|
.nmorph-scroll::-webkit-scrollbar-track {
|
|
347
347
|
border-radius: var(--border-radius-40);
|
|
348
|
-
${
|
|
348
|
+
${R()}
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
.nmorph-scroll::-webkit-scrollbar-thumb {
|
|
@@ -356,11 +356,11 @@
|
|
|
356
356
|
.nmorph-scroll::-webkit-scrollbar-corner {
|
|
357
357
|
background-color: transparent;
|
|
358
358
|
}
|
|
359
|
-
|
|
360
|
-
.${
|
|
361
|
-
${
|
|
359
|
+
`;for(const[t,a]of Object.entries(ea))n+=`
|
|
360
|
+
.${t} {
|
|
361
|
+
${a()}
|
|
362
362
|
}
|
|
363
|
-
`;const o=document.createElement("style");o.innerHTML=t,document.head.appendChild(o)},Yn=()=>{const n=e.ref({width:0,height:0}),t=e.ref(0);let o,r;const l=()=>{clearTimeout(o),o=setTimeout(()=>{n.value.width=window.innerWidth,n.value.height=window.innerHeight},400)},c=()=>{clearTimeout(r),r=setTimeout(()=>{t.value=window.scrollY},400)};return window&&(window.addEventListener("resize",l),window.addEventListener("scroll",c)),{dimensions:n,scrollTop:t}},ma=()=>{const n=e.ref([]),t={duration:3e3,closable:!0,fill:!0,width:"330px"},o=l=>{const c={id:ke(),...t},i=e.reactive({...c,...l});n.value.push(i),i.duration!==0&&setTimeout(()=>r(i.id),i.duration)},r=l=>{n.value=n.value.filter(c=>c.id!==l)};return{notifications:n,notify:o,removeNotification:r}},ha=()=>{const n=e.inject("nmorph");if(!n)throw new Error("Nmorph instance is not provided");return n},ua={sun:"Вс",mon:"Пн",tue:"Вт",wed:"Ср",thu:"Чт",fri:"Пт",sat:"Сб",jan:"Январь",feb:"Февраль",mar:"Март",apr:"Апрель",may:"Май",jun:"Июнь",jul:"Июль",aug:"Август",sep:"Сентябрь",oct:"Октябрь",nov:"Ноябрь",dec:"Декабрь",pickADate:"Выберите дату",loadingText:"Загрузка ...",loadFailedText:"Не удалось загрузить изображение",noElementPlaceholder:"Выберите значение",selectFile:"Выберите файл"},fa={sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六",jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月",pickADate:"选择日期",loadingText:"加载中...",loadFailedText:"图片加载失败",noElementPlaceholder:"选择值",selectFile:"选择文件"};var ga=Object.defineProperty,_a=(n,t,o)=>t in n?ga(n,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[t]=o,Gn=(n,t,o)=>_a(n,typeof t!="symbol"?t+"":t,o);const wa=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],Kn=new Set(wa),ba="styled",ka="styled",nt="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Xn=new Set,Qn=()=>{let n;do{const t=new Date().getTime(),o=Math.floor(Math.random()*1e4)*Math.floor(Math.random()*10);n=`${Zn(t*Math.floor(Math.random()*1e3))}${o}`}while(Xn.has(n));return Xn.add(n),n},Zn=n=>{const t=nt[n%nt.length];return n>nt.length?`${Zn(Math.floor(n/nt.length))}${t}`:t};function ya(n){return`${ka}-${n}-${Qn()}`}function Jn(){return`${ba}-${Qn()}`}function eo(n,t){return t.reduce((o,r,l)=>o.concat(r,n[l+1]),[n[0]])}function Ba(n){return typeof n=="string"&&Kn.has(n)}function Tt(n){var t;return typeof n=="object"&&((t=n?.name)==null?void 0:t.includes("styled"))}function jt(n){return n&&(typeof n.setup=="function"||typeof n.render=="function"||typeof n.template=="string")}function xa(n){return Ba(n)||Tt(n)||jt(n)}function q(n,...t){return eo(n,t)}function Dt(n,t,o){return n.reduce((r,l)=>l==null||l===!1||l===""?r:Array.isArray(l)?[...r,...Dt(l,t,o)]:typeof l=="function"?r.concat(...Dt([l(t)],t,o)):typeof l=="object"&&l?.source==="tw"?(o.push(...l.value),r):Tt(l)?r.concat(`.${l.custom.className}`):r.concat(l.toString()),[])}var R="-ms-",De="-moz-",D="-webkit-",to="comm",Ot="rule",Pt="decl",va="@import",no="@keyframes",Na="@layer",oo=Math.abs,Ft=String.fromCharCode,Rt=Object.assign;function $a(n,t){return ee(n,0)^45?(((t<<2^ee(n,0))<<2^ee(n,1))<<2^ee(n,2))<<2^ee(n,3):0}function ro(n){return n.trim()}function he(n,t){return(n=t.exec(n))?n[0]:n}function T(n,t,o){return n.replace(t,o)}function ot(n,t,o){return n.indexOf(t,o)}function ee(n,t){return n.charCodeAt(t)|0}function $e(n,t,o){return n.slice(t,o)}function de(n){return n.length}function ao(n){return n.length}function Oe(n,t){return t.push(n),n}function Va(n,t){return n.map(t).join("")}function lo(n,t){return n.filter(function(o){return!he(o,t)})}var rt=1,Ve=1,io=0,ie=0,K=0,Ee="";function at(n,t,o,r,l,c,i,s){return{value:n,root:t,parent:o,type:r,props:l,children:c,line:rt,column:Ve,length:i,return:"",siblings:s}}function ge(n,t){return Rt(at("",null,null,"",null,null,0,n.siblings),n,{length:-n.length},t)}function Ce(n){for(;n.root;)n=ge(n.root,{children:[n]});Oe(n,n.siblings)}function Ea(){return K}function Ca(){return K=ie>0?ee(Ee,--ie):0,Ve--,K===10&&(Ve=1,rt--),K}function ce(){return K=ie<io?ee(Ee,ie++):0,Ve++,K===10&&(Ve=1,rt++),K}function ye(){return ee(Ee,ie)}function lt(){return ie}function it(n,t){return $e(Ee,n,t)}function Wt(n){switch(n){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Ma(n){return rt=Ve=1,io=de(Ee=n),ie=0,[]}function Sa(n){return Ee="",n}function Ut(n){return ro(it(ie-1,Yt(n===91?n+2:n===40?n+1:n)))}function za(n){for(;(K=ye())&&K<33;)ce();return Wt(n)>2||Wt(K)>3?"":" "}function Ha(n,t){for(;--t&&ce()&&!(K<48||K>102||K>57&&K<65||K>70&&K<97););return it(n,lt()+(t<6&&ye()==32&&ce()==32))}function Yt(n){for(;ce();)switch(K){case n:return ie;case 34:case 39:n!==34&&n!==39&&Yt(K);break;case 40:n===41&&Yt(n);break;case 92:ce();break}return ie}function Ia(n,t){for(;ce()&&n+K!==57&&!(n+K===84&&ye()===47););return"/*"+it(t,ie-1)+"*"+Ft(n===47?n:ce())}function qa(n){for(;!Wt(ye());)ce();return it(n,ie)}function La(n){return Sa(ct("",null,null,null,[""],n=Ma(n),0,[0],n))}function ct(n,t,o,r,l,c,i,s,d){for(var p=0,f=0,w=i,g=0,h=0,m=0,k=1,y=1,u=1,b=0,_="",x=l,v=c,N=r,$=_;y;)switch(m=b,b=ce()){case 40:if(m!=108&&ee($,w-1)==58){ot($+=T(Ut(b),"&","&\f"),"&\f",oo(p?s[p-1]:0))!=-1&&(u=-1);break}case 34:case 39:case 91:$+=Ut(b);break;case 9:case 10:case 13:case 32:$+=za(m);break;case 92:$+=Ha(lt()-1,7);continue;case 47:switch(ye()){case 42:case 47:Oe(Aa(Ia(ce(),lt()),t,o,d),d);break;default:$+="/"}break;case 123*k:s[p++]=de($)*u;case 125*k:case 59:case 0:switch(b){case 0:case 125:y=0;case 59+f:u==-1&&($=T($,/\f/g,"")),h>0&&de($)-w&&Oe(h>32?so($+";",r,o,w-1,d):so(T($," ","")+";",r,o,w-2,d),d);break;case 59:$+=";";default:if(Oe(N=co($,t,o,p,f,l,s,_,x=[],v=[],w,c),c),b===123)if(f===0)ct($,t,N,N,x,c,w,s,v);else switch(g===99&&ee($,3)===110?100:g){case 100:case 108:case 109:case 115:ct(n,N,N,r&&Oe(co(n,N,N,0,0,l,s,_,l,x=[],w,v),v),l,v,w,s,r?x:v);break;default:ct($,N,N,N,[""],v,0,s,v)}}p=f=h=0,k=u=1,_=$="",w=i;break;case 58:w=1+de($),h=m;default:if(k<1){if(b==123)--k;else if(b==125&&k++==0&&Ca()==125)continue}switch($+=Ft(b),b*k){case 38:u=f>0?1:($+="\f",-1);break;case 44:s[p++]=(de($)-1)*u,u=1;break;case 64:ye()===45&&($+=Ut(ce())),g=ye(),f=w=de(_=$+=qa(lt())),b++;break;case 45:m===45&&de($)==2&&(k=0)}}return c}function co(n,t,o,r,l,c,i,s,d,p,f,w){for(var g=l-1,h=l===0?c:[""],m=ao(h),k=0,y=0,u=0;k<r;++k)for(var b=0,_=$e(n,g+1,g=oo(y=i[k])),x=n;b<m;++b)(x=ro(y>0?h[b]+" "+_:T(_,/&\f/g,h[b])))&&(d[u++]=x);return at(n,t,o,l===0?Ot:s,d,p,f,w)}function Aa(n,t,o,r){return at(n,t,o,to,Ft(Ea()),$e(n,2,-2),0,r)}function so(n,t,o,r,l){return at(n,t,o,Pt,$e(n,0,r),$e(n,r+1,-1),r,l)}function po(n,t,o){switch($a(n,t)){case 5103:return D+"print-"+n+n;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return D+n+n;case 4789:return De+n+n;case 5349:case 4246:case 4810:case 6968:case 2756:return D+n+De+n+R+n+n;case 5936:switch(ee(n,t+11)){case 114:return D+n+R+T(n,/[svh]\w+-[tblr]{2}/,"tb")+n;case 108:return D+n+R+T(n,/[svh]\w+-[tblr]{2}/,"tb-rl")+n;case 45:return D+n+R+T(n,/[svh]\w+-[tblr]{2}/,"lr")+n}case 6828:case 4268:case 2903:return D+n+R+n+n;case 6165:return D+n+R+"flex-"+n+n;case 5187:return D+n+T(n,/(\w+).+(:[^]+)/,D+"box-$1$2"+R+"flex-$1$2")+n;case 5443:return D+n+R+"flex-item-"+T(n,/flex-|-self/g,"")+(he(n,/flex-|baseline/)?"":R+"grid-row-"+T(n,/flex-|-self/g,""))+n;case 4675:return D+n+R+"flex-line-pack"+T(n,/align-content|flex-|-self/g,"")+n;case 5548:return D+n+R+T(n,"shrink","negative")+n;case 5292:return D+n+R+T(n,"basis","preferred-size")+n;case 6060:return D+"box-"+T(n,"-grow","")+D+n+R+T(n,"grow","positive")+n;case 4554:return D+T(n,/([^-])(transform)/g,"$1"+D+"$2")+n;case 6187:return T(T(T(n,/(zoom-|grab)/,D+"$1"),/(image-set)/,D+"$1"),n,"")+n;case 5495:case 3959:return T(n,/(image-set\([^]*)/,D+"$1$`$1");case 4968:return T(T(n,/(.+:)(flex-)?(.*)/,D+"box-pack:$3"+R+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+D+n+n;case 4200:if(!he(n,/flex-|baseline/))return R+"grid-column-align"+$e(n,t)+n;break;case 2592:case 3360:return R+T(n,"template-","")+n;case 4384:case 3616:return o&&o.some(function(r,l){return t=l,he(r.props,/grid-\w+-end/)})?~ot(n+(o=o[t].value),"span",0)?n:R+T(n,"-start","")+n+R+"grid-row-span:"+(~ot(o,"span",0)?he(o,/\d+/):+he(o,/\d+/)-+he(n,/\d+/))+";":R+T(n,"-start","")+n;case 4896:case 4128:return o&&o.some(function(r){return he(r.props,/grid-\w+-start/)})?n:R+T(T(n,"-end","-span"),"span ","")+n;case 4095:case 3583:case 4068:case 2532:return T(n,/(.+)-inline(.+)/,D+"$1$2")+n;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(de(n)-1-t>6)switch(ee(n,t+1)){case 109:if(ee(n,t+4)!==45)break;case 102:return T(n,/(.+:)(.+)-([^]+)/,"$1"+D+"$2-$3$1"+De+(ee(n,t+3)==108?"$3":"$2-$3"))+n;case 115:return~ot(n,"stretch",0)?po(T(n,"stretch","fill-available"),t,o)+n:n}break;case 5152:case 5920:return T(n,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(r,l,c,i,s,d,p){return R+l+":"+c+p+(i?R+l+"-span:"+(s?d:+d-+c)+p:"")+n});case 4949:if(ee(n,t+6)===121)return T(n,":",":"+D)+n;break;case 6444:switch(ee(n,ee(n,14)===45?18:11)){case 120:return T(n,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+D+(ee(n,14)===45?"inline-":"")+"box$3$1"+D+"$2$3$1"+R+"$2box$3")+n;case 100:return T(n,":",":"+R)+n}break;case 5719:case 2647:case 2135:case 3927:case 2391:return T(n,"scroll-","scroll-snap-")+n}return n}function st(n,t){for(var o="",r=0;r<n.length;r++)o+=t(n[r],r,n,t)||"";return o}function Ta(n,t,o,r){switch(n.type){case Na:if(n.children.length)break;case va:case Pt:return n.return=n.return||n.value;case to:return"";case no:return n.return=n.value+"{"+st(n.children,r)+"}";case Ot:if(!de(n.value=n.props.join(",")))return""}return de(o=st(n.children,r))?n.return=n.value+"{"+o+"}":""}function ja(n){var t=ao(n);return function(o,r,l,c){for(var i="",s=0;s<t;s++)i+=n[s](o,r,l,c)||"";return i}}function Da(n,t,o,r){if(n.length>-1&&!n.return)switch(n.type){case Pt:n.return=po(n.value,n.length,o);return;case no:return st([ge(n,{value:T(n.value,"@","@"+D)})],r);case Ot:if(n.length)return Va(o=n.props,function(l){switch(he(l,r=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":Ce(ge(n,{props:[T(l,/:(read-\w+)/,":"+De+"$1")]})),Ce(ge(n,{props:[l]})),Rt(n,{props:lo(o,r)});break;case"::placeholder":Ce(ge(n,{props:[T(l,/:(plac\w+)/,":"+D+"input-$1")]})),Ce(ge(n,{props:[T(l,/:(plac\w+)/,":"+De+"$1")]})),Ce(ge(n,{props:[T(l,/:(plac\w+)/,R+"input-$1")]})),Ce(ge(n,{props:[l]})),Rt(n,{props:lo(o,r)});break}return""})}}class Oa{constructor(){Gn(this,"beforeBuildHooks",[]),Gn(this,"afterBuildHooks",[])}register(t){t.beforeBuild&&(Array.isArray(t.beforeBuild)?this.beforeBuildHooks.push(...t.beforeBuild):this.beforeBuildHooks.push(t.beforeBuild)),t.afterBuild&&(Array.isArray(t.afterBuild)?this.afterBuildHooks.push(...t.afterBuild):this.afterBuildHooks.push(t.afterBuild))}runBeforeBuild(t,o,r){for(const l of this.beforeBuildHooks)l(t,o,r)}runAfterBuild(t){for(const o of this.afterBuildHooks){const r=o(t);r&&(t=r)}return t}}const mo=new Oa,Pa=65536;let Gt=0;const ho={},dt=[];function Fa(){const n=document.createElement("style");return document.head.appendChild(n),dt.push(n),n}function Ra(n,t){Gt++;let o=dt[dt.length-1];(!o||Gt>=Pa)&&(o=Fa(),Gt=0);const r=ho[n],l=t;if(r){r.data=l;return}const c=document.createTextNode(l);o.appendChild(c),ho[n]=c}function Wa(n){var t;for(const o of dt)for(const r of o.childNodes)if((t=r.nodeValue)!=null&&t.startsWith(`.${n}`)){r.remove();break}}function uo(n,t,o){const r=[],l=Dt(t,o,r).join("");let c=l;n!==""&&(c=`.${n}{${l}}`);let i=st(La(c),ja([(s,d,p)=>mo.runBeforeBuild(s,d,p),Da,Ta]));return i=mo.runAfterBuild(i),Ra(n,i),r}function fo(n,t){if(!xa(n))throw Error("The element is invalid.");let o;function r(c,...i){const s=eo(c,i);return l(s)}r.attrs=function(c){return o=c,r};function l(c){let i=n;jt(n)&&(i="vue-component"),Tt(n)&&(i="styled-component");const s=ya(i),d=Jn(),p=e.defineComponent((f,{slots:w})=>{const g=e.computed(()=>typeof o=="function"?o(f):typeof o=="object"?o:{}),h=e.ref([]),m=e.ref({class:"",...g.value}),k=e.inject("$theme",e.reactive({}));let y={theme:k,...f,...f.props,...g.value};const u=Jn();return m.value.class+=` ${u} ${d}`,e.watch(h,b=>{m.value.class+=` ${b.join(" ")}`},{deep:!0}),e.watch([k,f],()=>{y={...m.value,theme:k,...f,...f.props},h.value=uo(u,c,y)},{deep:!0}),e.onMounted(()=>{h.value=uo(u,c,y)}),e.onUnmounted(()=>{Wa(u)}),()=>{const b=jt(n)?e.h(n,{as:f.as}):f.as??n;return e.h(b,{...m.value},w)}},{name:s,props:{as:{type:String,required:!1},props:{type:Object,required:!1},...t},inheritAttrs:!0});return p.custom={className:d},p}return r}const I=fo;Kn.forEach(n=>{I[n]=fo(n)});var go=typeof global=="object"&&global&&global.Object===Object&&global,Ua=typeof self=="object"&&self&&self.Object===Object&&self,pe=go||Ua||Function("return this")(),Me=pe.Symbol,_o=Object.prototype,Ya=_o.hasOwnProperty,Ga=_o.toString,Pe=Me?Me.toStringTag:void 0;function Ka(n){var t=Ya.call(n,Pe),o=n[Pe];try{n[Pe]=void 0;var r=!0}catch{}var l=Ga.call(n);return r&&(t?n[Pe]=o:delete n[Pe]),l}var Xa=Object.prototype,Qa=Xa.toString;function Za(n){return Qa.call(n)}var Ja="[object Null]",el="[object Undefined]",wo=Me?Me.toStringTag:void 0;function Fe(n){return n==null?n===void 0?el:Ja:wo&&wo in Object(n)?Ka(n):Za(n)}function Re(n){return n!=null&&typeof n=="object"}var Kt=Array.isArray;function Se(n){var t=typeof n;return n!=null&&(t=="object"||t=="function")}function bo(n){return n}var tl="[object AsyncFunction]",nl="[object Function]",ol="[object GeneratorFunction]",rl="[object Proxy]";function ko(n){if(!Se(n))return!1;var t=Fe(n);return t==nl||t==ol||t==tl||t==rl}var Xt=pe["__core-js_shared__"],yo=function(){var n=/[^.]+$/.exec(Xt&&Xt.keys&&Xt.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}();function al(n){return!!yo&&yo in n}var ll=Function.prototype,il=ll.toString;function Be(n){if(n!=null){try{return il.call(n)}catch{}try{return n+""}catch{}}return""}var cl=/[\\^$.*+?()[\]{}|]/g,sl=/^\[object .+?Constructor\]$/,dl=Function.prototype,pl=Object.prototype,ml=dl.toString,hl=pl.hasOwnProperty,ul=RegExp("^"+ml.call(hl).replace(cl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function fl(n){if(!Se(n)||al(n))return!1;var t=ko(n)?ul:sl;return t.test(Be(n))}function gl(n,t){return n?.[t]}function xe(n,t){var o=gl(n,t);return fl(o)?o:void 0}var Qt=xe(pe,"WeakMap"),Bo=Object.create,_l=function(){function n(){}return function(t){if(!Se(t))return{};if(Bo)return Bo(t);n.prototype=t;var o=new n;return n.prototype=void 0,o}}();function wl(n,t,o){switch(o.length){case 0:return n.call(t);case 1:return n.call(t,o[0]);case 2:return n.call(t,o[0],o[1]);case 3:return n.call(t,o[0],o[1],o[2])}return n.apply(t,o)}function bl(n,t){var o=-1,r=n.length;for(t||(t=Array(r));++o<r;)t[o]=n[o];return t}var kl=800,yl=16,Bl=Date.now;function xl(n){var t=0,o=0;return function(){var r=Bl(),l=yl-(r-o);if(o=r,l>0){if(++t>=kl)return arguments[0]}else t=0;return n.apply(void 0,arguments)}}function vl(n){return function(){return n}}var pt=function(){try{var n=xe(Object,"defineProperty");return n({},"",{}),n}catch{}}(),Nl=pt?function(n,t){return pt(n,"toString",{configurable:!0,enumerable:!1,value:vl(t),writable:!0})}:bo,$l=xl(Nl);function Vl(n,t){for(var o=-1,r=n==null?0:n.length;++o<r&&t(n[o],o,n)!==!1;);return n}var El=9007199254740991,Cl=/^(?:0|[1-9]\d*)$/;function xo(n,t){var o=typeof n;return t=t??El,!!t&&(o=="number"||o!="symbol"&&Cl.test(n))&&n>-1&&n%1==0&&n<t}function vo(n,t,o){t=="__proto__"&&pt?pt(n,t,{configurable:!0,enumerable:!0,value:o,writable:!0}):n[t]=o}function Zt(n,t){return n===t||n!==n&&t!==t}var Ml=Object.prototype,Sl=Ml.hasOwnProperty;function Jt(n,t,o){var r=n[t];(!(Sl.call(n,t)&&Zt(r,o))||o===void 0&&!(t in n))&&vo(n,t,o)}function We(n,t,o,r){var l=!o;o||(o={});for(var c=-1,i=t.length;++c<i;){var s=t[c],d=void 0;d===void 0&&(d=n[s]),l?vo(o,s,d):Jt(o,s,d)}return o}var No=Math.max;function zl(n,t,o){return t=No(t===void 0?n.length-1:t,0),function(){for(var r=arguments,l=-1,c=No(r.length-t,0),i=Array(c);++l<c;)i[l]=r[t+l];l=-1;for(var s=Array(t+1);++l<t;)s[l]=r[l];return s[t]=o(i),wl(n,this,s)}}function Hl(n,t){return $l(zl(n,t,bo),n+"")}var Il=9007199254740991;function $o(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=Il}function mt(n){return n!=null&&$o(n.length)&&!ko(n)}function ql(n,t,o){if(!Se(o))return!1;var r=typeof t;return(r=="number"?mt(o)&&xo(t,o.length):r=="string"&&t in o)?Zt(o[t],n):!1}function Ll(n){return Hl(function(t,o){var r=-1,l=o.length,c=l>1?o[l-1]:void 0,i=l>2?o[2]:void 0;for(c=n.length>3&&typeof c=="function"?(l--,c):void 0,i&&ql(o[0],o[1],i)&&(c=l<3?void 0:c,l=1),t=Object(t);++r<l;){var s=o[r];s&&n(t,s,r,c)}return t})}var Al=Object.prototype;function ht(n){var t=n&&n.constructor,o=typeof t=="function"&&t.prototype||Al;return n===o}function Tl(n,t){for(var o=-1,r=Array(n);++o<n;)r[o]=t(o);return r}var jl="[object Arguments]";function Vo(n){return Re(n)&&Fe(n)==jl}var Eo=Object.prototype,Dl=Eo.hasOwnProperty,Ol=Eo.propertyIsEnumerable,Pl=Vo(function(){return arguments}())?Vo:function(n){return Re(n)&&Dl.call(n,"callee")&&!Ol.call(n,"callee")};function Fl(){return!1}var Co=typeof a=="object"&&a&&!a.nodeType&&a,Mo=Co&&typeof module=="object"&&module&&!module.nodeType&&module,Rl=Mo&&Mo.exports===Co,So=Rl?pe.Buffer:void 0,Wl=So?So.isBuffer:void 0,zo=Wl||Fl,Ul="[object Arguments]",Yl="[object Array]",Gl="[object Boolean]",Kl="[object Date]",Xl="[object Error]",Ql="[object Function]",Zl="[object Map]",Jl="[object Number]",e0="[object Object]",t0="[object RegExp]",n0="[object Set]",o0="[object String]",r0="[object WeakMap]",a0="[object ArrayBuffer]",l0="[object DataView]",i0="[object Float32Array]",c0="[object Float64Array]",s0="[object Int8Array]",d0="[object Int16Array]",p0="[object Int32Array]",m0="[object Uint8Array]",h0="[object Uint8ClampedArray]",u0="[object Uint16Array]",f0="[object Uint32Array]",W={};W[i0]=W[c0]=W[s0]=W[d0]=W[p0]=W[m0]=W[h0]=W[u0]=W[f0]=!0,W[Ul]=W[Yl]=W[a0]=W[Gl]=W[l0]=W[Kl]=W[Xl]=W[Ql]=W[Zl]=W[Jl]=W[e0]=W[t0]=W[n0]=W[o0]=W[r0]=!1;function g0(n){return Re(n)&&$o(n.length)&&!!W[Fe(n)]}function en(n){return function(t){return n(t)}}var Ho=typeof a=="object"&&a&&!a.nodeType&&a,Ue=Ho&&typeof module=="object"&&module&&!module.nodeType&&module,_0=Ue&&Ue.exports===Ho,tn=_0&&go.process,ze=function(){try{var n=Ue&&Ue.require&&Ue.require("util").types;return n||tn&&tn.binding&&tn.binding("util")}catch{}}(),Io=ze&&ze.isTypedArray,w0=Io?en(Io):g0,b0=Object.prototype,k0=b0.hasOwnProperty;function qo(n,t){var o=Kt(n),r=!o&&Pl(n),l=!o&&!r&&zo(n),c=!o&&!r&&!l&&w0(n),i=o||r||l||c,s=i?Tl(n.length,String):[],d=s.length;for(var p in n)(t||k0.call(n,p))&&!(i&&(p=="length"||l&&(p=="offset"||p=="parent")||c&&(p=="buffer"||p=="byteLength"||p=="byteOffset")||xo(p,d)))&&s.push(p);return s}function Lo(n,t){return function(o){return n(t(o))}}var y0=Lo(Object.keys,Object),B0=Object.prototype,x0=B0.hasOwnProperty;function v0(n){if(!ht(n))return y0(n);var t=[];for(var o in Object(n))x0.call(n,o)&&o!="constructor"&&t.push(o);return t}function ut(n){return mt(n)?qo(n):v0(n)}var N0=Object.prototype,$0=N0.hasOwnProperty,V0=Ll(function(n,t){if(ht(t)||mt(t)){We(t,ut(t),n);return}for(var o in t)$0.call(t,o)&&Jt(n,o,t[o])});function E0(n){var t=[];if(n!=null)for(var o in Object(n))t.push(o);return t}var C0=Object.prototype,M0=C0.hasOwnProperty;function S0(n){if(!Se(n))return E0(n);var t=ht(n),o=[];for(var r in n)r=="constructor"&&(t||!M0.call(n,r))||o.push(r);return o}function nn(n){return mt(n)?qo(n,!0):S0(n)}var Ye=xe(Object,"create");function z0(){this.__data__=Ye?Ye(null):{},this.size=0}function H0(n){var t=this.has(n)&&delete this.__data__[n];return this.size-=t?1:0,t}var I0="__lodash_hash_undefined__",q0=Object.prototype,L0=q0.hasOwnProperty;function A0(n){var t=this.__data__;if(Ye){var o=t[n];return o===I0?void 0:o}return L0.call(t,n)?t[n]:void 0}var T0=Object.prototype,j0=T0.hasOwnProperty;function D0(n){var t=this.__data__;return Ye?t[n]!==void 0:j0.call(t,n)}var O0="__lodash_hash_undefined__";function P0(n,t){var o=this.__data__;return this.size+=this.has(n)?0:1,o[n]=Ye&&t===void 0?O0:t,this}function ve(n){var t=-1,o=n==null?0:n.length;for(this.clear();++t<o;){var r=n[t];this.set(r[0],r[1])}}ve.prototype.clear=z0,ve.prototype.delete=H0,ve.prototype.get=A0,ve.prototype.has=D0,ve.prototype.set=P0;function F0(){this.__data__=[],this.size=0}function ft(n,t){for(var o=n.length;o--;)if(Zt(n[o][0],t))return o;return-1}var R0=Array.prototype,W0=R0.splice;function U0(n){var t=this.__data__,o=ft(t,n);if(o<0)return!1;var r=t.length-1;return o==r?t.pop():W0.call(t,o,1),--this.size,!0}function Y0(n){var t=this.__data__,o=ft(t,n);return o<0?void 0:t[o][1]}function G0(n){return ft(this.__data__,n)>-1}function K0(n,t){var o=this.__data__,r=ft(o,n);return r<0?(++this.size,o.push([n,t])):o[r][1]=t,this}function ue(n){var t=-1,o=n==null?0:n.length;for(this.clear();++t<o;){var r=n[t];this.set(r[0],r[1])}}ue.prototype.clear=F0,ue.prototype.delete=U0,ue.prototype.get=Y0,ue.prototype.has=G0,ue.prototype.set=K0;var Ge=xe(pe,"Map");function X0(){this.size=0,this.__data__={hash:new ve,map:new(Ge||ue),string:new ve}}function Q0(n){var t=typeof n;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?n!=="__proto__":n===null}function gt(n,t){var o=n.__data__;return Q0(t)?o[typeof t=="string"?"string":"hash"]:o.map}function Z0(n){var t=gt(this,n).delete(n);return this.size-=t?1:0,t}function J0(n){return gt(this,n).get(n)}function e2(n){return gt(this,n).has(n)}function t2(n,t){var o=gt(this,n),r=o.size;return o.set(n,t),this.size+=o.size==r?0:1,this}function He(n){var t=-1,o=n==null?0:n.length;for(this.clear();++t<o;){var r=n[t];this.set(r[0],r[1])}}He.prototype.clear=X0,He.prototype.delete=Z0,He.prototype.get=J0,He.prototype.has=e2,He.prototype.set=t2;function Ao(n,t){for(var o=-1,r=t.length,l=n.length;++o<r;)n[l+o]=t[o];return n}var To=Lo(Object.getPrototypeOf,Object);function n2(){this.__data__=new ue,this.size=0}function o2(n){var t=this.__data__,o=t.delete(n);return this.size=t.size,o}function r2(n){return this.__data__.get(n)}function a2(n){return this.__data__.has(n)}var l2=200;function i2(n,t){var o=this.__data__;if(o instanceof ue){var r=o.__data__;if(!Ge||r.length<l2-1)return r.push([n,t]),this.size=++o.size,this;o=this.__data__=new He(r)}return o.set(n,t),this.size=o.size,this}function Ie(n){var t=this.__data__=new ue(n);this.size=t.size}Ie.prototype.clear=n2,Ie.prototype.delete=o2,Ie.prototype.get=r2,Ie.prototype.has=a2,Ie.prototype.set=i2;function c2(n,t){return n&&We(t,ut(t),n)}function s2(n,t){return n&&We(t,nn(t),n)}var jo=typeof a=="object"&&a&&!a.nodeType&&a,Do=jo&&typeof module=="object"&&module&&!module.nodeType&&module,d2=Do&&Do.exports===jo,Oo=d2?pe.Buffer:void 0,Po=Oo?Oo.allocUnsafe:void 0;function p2(n,t){if(t)return n.slice();var o=n.length,r=Po?Po(o):new n.constructor(o);return n.copy(r),r}function m2(n,t){for(var o=-1,r=n==null?0:n.length,l=0,c=[];++o<r;){var i=n[o];t(i,o,n)&&(c[l++]=i)}return c}function Fo(){return[]}var h2=Object.prototype,u2=h2.propertyIsEnumerable,Ro=Object.getOwnPropertySymbols,on=Ro?function(n){return n==null?[]:(n=Object(n),m2(Ro(n),function(t){return u2.call(n,t)}))}:Fo;function f2(n,t){return We(n,on(n),t)}var g2=Object.getOwnPropertySymbols,Wo=g2?function(n){for(var t=[];n;)Ao(t,on(n)),n=To(n);return t}:Fo;function _2(n,t){return We(n,Wo(n),t)}function Uo(n,t,o){var r=t(n);return Kt(n)?r:Ao(r,o(n))}function w2(n){return Uo(n,ut,on)}function b2(n){return Uo(n,nn,Wo)}var rn=xe(pe,"DataView"),an=xe(pe,"Promise"),ln=xe(pe,"Set"),Yo="[object Map]",k2="[object Object]",Go="[object Promise]",Ko="[object Set]",Xo="[object WeakMap]",Qo="[object DataView]",y2=Be(rn),B2=Be(Ge),x2=Be(an),v2=Be(ln),N2=Be(Qt),fe=Fe;(rn&&fe(new rn(new ArrayBuffer(1)))!=Qo||Ge&&fe(new Ge)!=Yo||an&&fe(an.resolve())!=Go||ln&&fe(new ln)!=Ko||Qt&&fe(new Qt)!=Xo)&&(fe=function(n){var t=Fe(n),o=t==k2?n.constructor:void 0,r=o?Be(o):"";if(r)switch(r){case y2:return Qo;case B2:return Yo;case x2:return Go;case v2:return Ko;case N2:return Xo}return t});var $2=Object.prototype,V2=$2.hasOwnProperty;function E2(n){var t=n.length,o=new n.constructor(t);return t&&typeof n[0]=="string"&&V2.call(n,"index")&&(o.index=n.index,o.input=n.input),o}var Zo=pe.Uint8Array;function cn(n){var t=new n.constructor(n.byteLength);return new Zo(t).set(new Zo(n)),t}function C2(n,t){var o=t?cn(n.buffer):n.buffer;return new n.constructor(o,n.byteOffset,n.byteLength)}var M2=/\w*$/;function S2(n){var t=new n.constructor(n.source,M2.exec(n));return t.lastIndex=n.lastIndex,t}var Jo=Me?Me.prototype:void 0,er=Jo?Jo.valueOf:void 0;function z2(n){return er?Object(er.call(n)):{}}function H2(n,t){var o=t?cn(n.buffer):n.buffer;return new n.constructor(o,n.byteOffset,n.length)}var I2="[object Boolean]",q2="[object Date]",L2="[object Map]",A2="[object Number]",T2="[object RegExp]",j2="[object Set]",D2="[object String]",O2="[object Symbol]",P2="[object ArrayBuffer]",F2="[object DataView]",R2="[object Float32Array]",W2="[object Float64Array]",U2="[object Int8Array]",Y2="[object Int16Array]",G2="[object Int32Array]",K2="[object Uint8Array]",X2="[object Uint8ClampedArray]",Q2="[object Uint16Array]",Z2="[object Uint32Array]";function J2(n,t,o){var r=n.constructor;switch(t){case P2:return cn(n);case I2:case q2:return new r(+n);case F2:return C2(n,o);case R2:case W2:case U2:case Y2:case G2:case K2:case X2:case Q2:case Z2:return H2(n,o);case L2:return new r;case A2:case D2:return new r(n);case T2:return S2(n);case j2:return new r;case O2:return z2(n)}}function ei(n){return typeof n.constructor=="function"&&!ht(n)?_l(To(n)):{}}var ti="[object Map]";function ni(n){return Re(n)&&fe(n)==ti}var tr=ze&&ze.isMap,oi=tr?en(tr):ni,ri="[object Set]";function ai(n){return Re(n)&&fe(n)==ri}var nr=ze&&ze.isSet,li=nr?en(nr):ai,ii=1,ci=2,si=4,or="[object Arguments]",di="[object Array]",pi="[object Boolean]",mi="[object Date]",hi="[object Error]",rr="[object Function]",ui="[object GeneratorFunction]",fi="[object Map]",gi="[object Number]",ar="[object Object]",_i="[object RegExp]",wi="[object Set]",bi="[object String]",ki="[object Symbol]",yi="[object WeakMap]",Bi="[object ArrayBuffer]",xi="[object DataView]",vi="[object Float32Array]",Ni="[object Float64Array]",$i="[object Int8Array]",Vi="[object Int16Array]",Ei="[object Int32Array]",Ci="[object Uint8Array]",Mi="[object Uint8ClampedArray]",Si="[object Uint16Array]",zi="[object Uint32Array]",P={};P[or]=P[di]=P[Bi]=P[xi]=P[pi]=P[mi]=P[vi]=P[Ni]=P[$i]=P[Vi]=P[Ei]=P[fi]=P[gi]=P[ar]=P[_i]=P[wi]=P[bi]=P[ki]=P[Ci]=P[Mi]=P[Si]=P[zi]=!0,P[hi]=P[rr]=P[yi]=!1;function _t(n,t,o,r,l,c){var i,s=t&ii,d=t&ci,p=t&si;if(i!==void 0)return i;if(!Se(n))return n;var f=Kt(n);if(f){if(i=E2(n),!s)return bl(n,i)}else{var w=fe(n),g=w==rr||w==ui;if(zo(n))return p2(n,s);if(w==ar||w==or||g&&!l){if(i=d||g?{}:ei(n),!s)return d?_2(n,s2(i,n)):f2(n,c2(i,n))}else{if(!P[w])return l?n:{};i=J2(n,w,s)}}c||(c=new Ie);var h=c.get(n);if(h)return h;c.set(n,i),li(n)?n.forEach(function(y){i.add(_t(y,t,o,y,n,c))}):oi(n)&&n.forEach(function(y,u){i.set(u,_t(y,t,o,u,n,c))});var m=p?d?b2:w2:d?nn:ut,k=f?void 0:m(n);return Vl(k||n,function(y,u){k&&(u=y,y=n[u]),Jt(i,u,_t(y,t,o,u,n,c))}),i}var Hi=1,Ii=4;function qi(n){return _t(n,Hi|Ii)}e.defineComponent((n,{slots:t})=>{const o=e.inject("$theme",e.reactive({})),r=c=>typeof n.theme=="function"?n.theme(qi(c)):n.theme,l=e.reactive(r(o));return e.provide("$theme",e.reactive(l)),e.watch(o,c=>{V0(l,r(c))},{deep:!0,immediate:!0}),()=>e.h("div",null,t)},{name:"ThemeProvider",props:{theme:{type:[Object,Function],required:!0}}});const Li=["disabled","loading","type","tabindex"],Ai={key:1},Ti=e.defineComponent({__name:"NmorphButton",props:{styleType:{type:null,required:!1,default:"default"},color:{type:String,required:!1,default:void 0},loading:{type:Boolean,required:!1,default:!1},ripple:{type:Boolean,required:!1,default:!0},type:{type:null,required:!1,default:"button"},text:{type:[String,Number],required:!1,default:void 0},accentBgOnHover:{type:Boolean,required:!1,default:!1},shape:{type:null,required:!1,default:"default"},fill:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1,default:0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"default"},disabled:{type:Boolean,required:!1,default:!1}},setup(n,{expose:t}){const o=n,r=e.useSlots(),l=e.computed(()=>!!r.icon),c=e.computed(()=>!!r["icon-only"]),i=e.computed(()=>C({nmorph:[oe[o.height],`${o.fill&&"fill"}`],"nmorph-button":[o.styleType,o.shape,`${o.disabled&&"disabled"}`,`${o.accentBgOnHover&&"accent-bg-on-hover"}`,`${o.ripple&&"ripple"}`,`${c.value&&"icon-only"}`]})),s=e.ref(null),d={thin:"small",default:"medium",thick:"large"},p=e.computed(()=>d[o.height]),f=e.computed(()=>o.styleType==="transparent"&&o.color?{"--transparent-button-color":o.color}:{});t({buttonDOMElement:s});const w=q`
|
|
363
|
+
`;const r=document.createElement("style");r.innerHTML=n,document.head.appendChild(r)},Do=()=>{const o=e.ref({width:0,height:0}),n=e.ref(0);let r,t;const a=()=>{clearTimeout(r),r=setTimeout(()=>{o.value.width=window.innerWidth,o.value.height=window.innerHeight},400)},c=()=>{clearTimeout(t),t=setTimeout(()=>{n.value=window.scrollY},400)};return window&&(window.addEventListener("resize",a),window.addEventListener("scroll",c)),{dimensions:o,scrollTop:n}},oa=()=>{const o=e.ref([]),n={duration:3e3,closable:!0,fill:!0,width:"330px"},r=a=>{const c={id:we(),...n},l=e.reactive({...c,...a});o.value.push(l),l.duration!==0&&setTimeout(()=>t(l.id),l.duration)},t=a=>{o.value=o.value.filter(c=>c.id!==a)};return{notifications:o,notify:r,removeNotification:t}},na=()=>{const o=e.inject("nmorph");if(!o)throw new Error("Nmorph instance is not provided");return o},ra=(o={})=>{const n=e.ref(o.base??1e3);return{current:n,next:()=>(n.value+=1,n.value)}},aa={sun:"Вс",mon:"Пн",tue:"Вт",wed:"Ср",thu:"Чт",fri:"Пт",sat:"Сб",jan:"Январь",feb:"Февраль",mar:"Март",apr:"Апрель",may:"Май",jun:"Июнь",jul:"Июль",aug:"Август",sep:"Сентябрь",oct:"Октябрь",nov:"Ноябрь",dec:"Декабрь",pickADate:"Выберите дату",loadingText:"Загрузка ...",loadFailedText:"Не удалось загрузить изображение",noElementPlaceholder:"Выберите значение",selectFile:"Выберите файл"},la={sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六",jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月",pickADate:"选择日期",loadingText:"加载中...",loadFailedText:"图片加载失败",noElementPlaceholder:"选择值",selectFile:"选择文件"};var ia=Object.defineProperty,ca=(o,n,r)=>n in o?ia(o,n,{enumerable:!0,configurable:!0,writable:!0,value:r}):o[n]=r,jo=(o,n,r)=>ca(o,typeof n!="symbol"?n+"":n,r);const sa=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],Ao=new Set(sa),da="styled",ma="styled",ot="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Oo=new Set,Po=()=>{let o;do{const n=new Date().getTime(),r=Math.floor(Math.random()*1e4)*Math.floor(Math.random()*10);o=`${Fo(n*Math.floor(Math.random()*1e3))}${r}`}while(Oo.has(o));return Oo.add(o),o},Fo=o=>{const n=ot[o%ot.length];return o>ot.length?`${Fo(Math.floor(o/ot.length))}${n}`:n};function pa(o){return`${ma}-${o}-${Po()}`}function Ro(){return`${da}-${Po()}`}function Wo(o,n){return n.reduce((r,t,a)=>r.concat(t,o[a+1]),[o[0]])}function ha(o){return typeof o=="string"&&Ao.has(o)}function $t(o){var n;return typeof o=="object"&&((n=o?.name)==null?void 0:n.includes("styled"))}function qt(o){return o&&(typeof o.setup=="function"||typeof o.render=="function"||typeof o.template=="string")}function fa(o){return ha(o)||$t(o)||qt(o)}function $(o,...n){return Wo(o,n)}function Lt(o,n,r){return o.reduce((t,a)=>a==null||a===!1||a===""?t:Array.isArray(a)?[...t,...Lt(a,n,r)]:typeof a=="function"?t.concat(...Lt([a(n)],n,r)):typeof a=="object"&&a?.source==="tw"?(r.push(...a.value),t):$t(a)?t.concat(`.${a.custom.className}`):t.concat(a.toString()),[])}var W="-ms-",De="-moz-",O="-webkit-",Yo="comm",Tt="rule",Dt="decl",ua="@import",Uo="@keyframes",_a="@layer",Go=Math.abs,jt=String.fromCharCode,At=Object.assign;function ga(o,n){return Z(o,0)^45?(((n<<2^Z(o,0))<<2^Z(o,1))<<2^Z(o,2))<<2^Z(o,3):0}function Ko(o){return o.trim()}function me(o,n){return(o=n.exec(o))?o[0]:o}function L(o,n,r){return o.replace(n,r)}function nt(o,n,r){return o.indexOf(n,r)}function Z(o,n){return o.charCodeAt(n)|0}function ve(o,n,r){return o.slice(n,r)}function ie(o){return o.length}function Xo(o){return o.length}function je(o,n){return n.push(o),o}function wa(o,n){return o.map(n).join("")}function Qo(o,n){return o.filter(function(r){return!me(r,n)})}var rt=1,Ve=1,Zo=0,ne=0,K=0,Ee="";function at(o,n,r,t,a,c,l,d){return{value:o,root:n,parent:r,type:t,props:a,children:c,line:rt,column:Ve,length:l,return:"",siblings:d}}function fe(o,n){return At(at("",null,null,"",null,null,0,o.siblings),o,{length:-o.length},n)}function Se(o){for(;o.root;)o=fe(o.root,{children:[o]});je(o,o.siblings)}function ba(){return K}function ka(){return K=ne>0?Z(Ee,--ne):0,Ve--,K===10&&(Ve=1,rt--),K}function re(){return K=ne<Zo?Z(Ee,ne++):0,Ve++,K===10&&(Ve=1,rt++),K}function be(){return Z(Ee,ne)}function lt(){return ne}function it(o,n){return ve(Ee,o,n)}function Ot(o){switch(o){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function ya(o){return rt=Ve=1,Zo=ie(Ee=o),ne=0,[]}function Ba(o){return Ee="",o}function Pt(o){return Ko(it(ne-1,Ft(o===91?o+2:o===40?o+1:o)))}function Na(o){for(;(K=be())&&K<33;)re();return Ot(o)>2||Ot(K)>3?"":" "}function xa(o,n){for(;--n&&re()&&!(K<48||K>102||K>57&&K<65||K>70&&K<97););return it(o,lt()+(n<6&&be()==32&&re()==32))}function Ft(o){for(;re();)switch(K){case o:return ne;case 34:case 39:o!==34&&o!==39&&Ft(K);break;case 40:o===41&&Ft(o);break;case 92:re();break}return ne}function va(o,n){for(;re()&&o+K!==57&&!(o+K===84&&be()===47););return"/*"+it(n,ne-1)+"*"+jt(o===47?o:re())}function Va(o){for(;!Ot(be());)re();return it(o,ne)}function Ea(o){return Ba(ct("",null,null,null,[""],o=ya(o),0,[0],o))}function ct(o,n,r,t,a,c,l,d,s){for(var m=0,f=0,p=l,g=0,b=0,_=0,h=1,B=1,w=1,u=0,k="",V=a,N=c,v=t,x=k;B;)switch(_=u,u=re()){case 40:if(_!=108&&Z(x,p-1)==58){nt(x+=L(Pt(u),"&","&\f"),"&\f",Go(m?d[m-1]:0))!=-1&&(w=-1);break}case 34:case 39:case 91:x+=Pt(u);break;case 9:case 10:case 13:case 32:x+=Na(_);break;case 92:x+=xa(lt()-1,7);continue;case 47:switch(be()){case 42:case 47:je(Sa(va(re(),lt()),n,r,s),s);break;default:x+="/"}break;case 123*h:d[m++]=ie(x)*w;case 125*h:case 59:case 0:switch(u){case 0:case 125:B=0;case 59+f:w==-1&&(x=L(x,/\f/g,"")),b>0&&ie(x)-p&&je(b>32?en(x+";",t,r,p-1,s):en(L(x," ","")+";",t,r,p-2,s),s);break;case 59:x+=";";default:if(je(v=Jo(x,n,r,m,f,a,d,k,V=[],N=[],p,c),c),u===123)if(f===0)ct(x,n,v,v,V,c,p,d,N);else switch(g===99&&Z(x,3)===110?100:g){case 100:case 108:case 109:case 115:ct(o,v,v,t&&je(Jo(o,v,v,0,0,a,d,k,a,V=[],p,N),N),a,N,p,d,t?V:N);break;default:ct(x,v,v,v,[""],N,0,d,N)}}m=f=b=0,h=w=1,k=x="",p=l;break;case 58:p=1+ie(x),b=_;default:if(h<1){if(u==123)--h;else if(u==125&&h++==0&&ka()==125)continue}switch(x+=jt(u),u*h){case 38:w=f>0?1:(x+="\f",-1);break;case 44:d[m++]=(ie(x)-1)*w,w=1;break;case 64:be()===45&&(x+=Pt(re())),g=be(),f=p=ie(k=x+=Va(lt())),u++;break;case 45:_===45&&ie(x)==2&&(h=0)}}return c}function Jo(o,n,r,t,a,c,l,d,s,m,f,p){for(var g=a-1,b=a===0?c:[""],_=Xo(b),h=0,B=0,w=0;h<t;++h)for(var u=0,k=ve(o,g+1,g=Go(B=l[h])),V=o;u<_;++u)(V=Ko(B>0?b[u]+" "+k:L(k,/&\f/g,b[u])))&&(s[w++]=V);return at(o,n,r,a===0?Tt:d,s,m,f,p)}function Sa(o,n,r,t){return at(o,n,r,Yo,jt(ba()),ve(o,2,-2),0,t)}function en(o,n,r,t,a){return at(o,n,r,Dt,ve(o,0,t),ve(o,t+1,-1),t,a)}function tn(o,n,r){switch(ga(o,n)){case 5103:return O+"print-"+o+o;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return O+o+o;case 4789:return De+o+o;case 5349:case 4246:case 4810:case 6968:case 2756:return O+o+De+o+W+o+o;case 5936:switch(Z(o,n+11)){case 114:return O+o+W+L(o,/[svh]\w+-[tblr]{2}/,"tb")+o;case 108:return O+o+W+L(o,/[svh]\w+-[tblr]{2}/,"tb-rl")+o;case 45:return O+o+W+L(o,/[svh]\w+-[tblr]{2}/,"lr")+o}case 6828:case 4268:case 2903:return O+o+W+o+o;case 6165:return O+o+W+"flex-"+o+o;case 5187:return O+o+L(o,/(\w+).+(:[^]+)/,O+"box-$1$2"+W+"flex-$1$2")+o;case 5443:return O+o+W+"flex-item-"+L(o,/flex-|-self/g,"")+(me(o,/flex-|baseline/)?"":W+"grid-row-"+L(o,/flex-|-self/g,""))+o;case 4675:return O+o+W+"flex-line-pack"+L(o,/align-content|flex-|-self/g,"")+o;case 5548:return O+o+W+L(o,"shrink","negative")+o;case 5292:return O+o+W+L(o,"basis","preferred-size")+o;case 6060:return O+"box-"+L(o,"-grow","")+O+o+W+L(o,"grow","positive")+o;case 4554:return O+L(o,/([^-])(transform)/g,"$1"+O+"$2")+o;case 6187:return L(L(L(o,/(zoom-|grab)/,O+"$1"),/(image-set)/,O+"$1"),o,"")+o;case 5495:case 3959:return L(o,/(image-set\([^]*)/,O+"$1$`$1");case 4968:return L(L(o,/(.+:)(flex-)?(.*)/,O+"box-pack:$3"+W+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+O+o+o;case 4200:if(!me(o,/flex-|baseline/))return W+"grid-column-align"+ve(o,n)+o;break;case 2592:case 3360:return W+L(o,"template-","")+o;case 4384:case 3616:return r&&r.some(function(t,a){return n=a,me(t.props,/grid-\w+-end/)})?~nt(o+(r=r[n].value),"span",0)?o:W+L(o,"-start","")+o+W+"grid-row-span:"+(~nt(r,"span",0)?me(r,/\d+/):+me(r,/\d+/)-+me(o,/\d+/))+";":W+L(o,"-start","")+o;case 4896:case 4128:return r&&r.some(function(t){return me(t.props,/grid-\w+-start/)})?o:W+L(L(o,"-end","-span"),"span ","")+o;case 4095:case 3583:case 4068:case 2532:return L(o,/(.+)-inline(.+)/,O+"$1$2")+o;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(ie(o)-1-n>6)switch(Z(o,n+1)){case 109:if(Z(o,n+4)!==45)break;case 102:return L(o,/(.+:)(.+)-([^]+)/,"$1"+O+"$2-$3$1"+De+(Z(o,n+3)==108?"$3":"$2-$3"))+o;case 115:return~nt(o,"stretch",0)?tn(L(o,"stretch","fill-available"),n,r)+o:o}break;case 5152:case 5920:return L(o,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(t,a,c,l,d,s,m){return W+a+":"+c+m+(l?W+a+"-span:"+(d?s:+s-+c)+m:"")+o});case 4949:if(Z(o,n+6)===121)return L(o,":",":"+O)+o;break;case 6444:switch(Z(o,Z(o,14)===45?18:11)){case 120:return L(o,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+O+(Z(o,14)===45?"inline-":"")+"box$3$1"+O+"$2$3$1"+W+"$2box$3")+o;case 100:return L(o,":",":"+W)+o}break;case 5719:case 2647:case 2135:case 3927:case 2391:return L(o,"scroll-","scroll-snap-")+o}return o}function st(o,n){for(var r="",t=0;t<o.length;t++)r+=n(o[t],t,o,n)||"";return r}function Ca(o,n,r,t){switch(o.type){case _a:if(o.children.length)break;case ua:case Dt:return o.return=o.return||o.value;case Yo:return"";case Uo:return o.return=o.value+"{"+st(o.children,t)+"}";case Tt:if(!ie(o.value=o.props.join(",")))return""}return ie(r=st(o.children,t))?o.return=o.value+"{"+r+"}":""}function Ma(o){var n=Xo(o);return function(r,t,a,c){for(var l="",d=0;d<n;d++)l+=o[d](r,t,a,c)||"";return l}}function za(o,n,r,t){if(o.length>-1&&!o.return)switch(o.type){case Dt:o.return=tn(o.value,o.length,r);return;case Uo:return st([fe(o,{value:L(o.value,"@","@"+O)})],t);case Tt:if(o.length)return wa(r=o.props,function(a){switch(me(a,t=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":Se(fe(o,{props:[L(a,/:(read-\w+)/,":"+De+"$1")]})),Se(fe(o,{props:[a]})),At(o,{props:Qo(r,t)});break;case"::placeholder":Se(fe(o,{props:[L(a,/:(plac\w+)/,":"+O+"input-$1")]})),Se(fe(o,{props:[L(a,/:(plac\w+)/,":"+De+"$1")]})),Se(fe(o,{props:[L(a,/:(plac\w+)/,W+"input-$1")]})),Se(fe(o,{props:[a]})),At(o,{props:Qo(r,t)});break}return""})}}class Ia{constructor(){jo(this,"beforeBuildHooks",[]),jo(this,"afterBuildHooks",[])}register(n){n.beforeBuild&&(Array.isArray(n.beforeBuild)?this.beforeBuildHooks.push(...n.beforeBuild):this.beforeBuildHooks.push(n.beforeBuild)),n.afterBuild&&(Array.isArray(n.afterBuild)?this.afterBuildHooks.push(...n.afterBuild):this.afterBuildHooks.push(n.afterBuild))}runBeforeBuild(n,r,t){for(const a of this.beforeBuildHooks)a(n,r,t)}runAfterBuild(n){for(const r of this.afterBuildHooks){const t=r(n);t&&(n=t)}return n}}const on=new Ia,Ha=65536;let Rt=0;const nn={},dt=[];function $a(){const o=document.createElement("style");return document.head.appendChild(o),dt.push(o),o}function qa(o,n){Rt++;let r=dt[dt.length-1];(!r||Rt>=Ha)&&(r=$a(),Rt=0);const t=nn[o],a=n;if(t){t.data=a;return}const c=document.createTextNode(a);r.appendChild(c),nn[o]=c}function La(o){var n;for(const r of dt)for(const t of r.childNodes)if((n=t.nodeValue)!=null&&n.startsWith(`.${o}`)){t.remove();break}}function rn(o,n,r){const t=[],a=Lt(n,r,t).join("");let c=a;o!==""&&(c=`.${o}{${a}}`);let l=st(Ea(c),Ma([(d,s,m)=>on.runBeforeBuild(d,s,m),za,Ca]));return l=on.runAfterBuild(l),qa(o,l),t}function an(o,n){if(!fa(o))throw Error("The element is invalid.");let r;function t(c,...l){const d=Wo(c,l);return a(d)}t.attrs=function(c){return r=c,t};function a(c){let l=o;qt(o)&&(l="vue-component"),$t(o)&&(l="styled-component");const d=pa(l),s=Ro(),m=e.defineComponent((f,{slots:p})=>{const g=e.computed(()=>typeof r=="function"?r(f):typeof r=="object"?r:{}),b=e.ref([]),_=e.ref({class:"",...g.value}),h=e.inject("$theme",e.reactive({}));let B={theme:h,...f,...f.props,...g.value};const w=Ro();return _.value.class+=` ${w} ${s}`,e.watch(b,u=>{_.value.class+=` ${u.join(" ")}`},{deep:!0}),e.watch([h,f],()=>{B={..._.value,theme:h,...f,...f.props},b.value=rn(w,c,B)},{deep:!0}),e.onMounted(()=>{b.value=rn(w,c,B)}),e.onUnmounted(()=>{La(w)}),()=>{const u=qt(o)?e.h(o,{as:f.as}):f.as??o;return e.h(u,{..._.value},p)}},{name:d,props:{as:{type:String,required:!1},props:{type:Object,required:!1},...n},inheritAttrs:!0});return m.custom={className:s},m}return t}const H=an;Ao.forEach(o=>{H[o]=an(o)});var ln=typeof global=="object"&&global&&global.Object===Object&&global,Ta=typeof self=="object"&&self&&self.Object===Object&&self,ce=ln||Ta||Function("return this")(),Ce=ce.Symbol,cn=Object.prototype,Da=cn.hasOwnProperty,ja=cn.toString,Ae=Ce?Ce.toStringTag:void 0;function Aa(o){var n=Da.call(o,Ae),r=o[Ae];try{o[Ae]=void 0;var t=!0}catch{}var a=ja.call(o);return t&&(n?o[Ae]=r:delete o[Ae]),a}var Oa=Object.prototype,Pa=Oa.toString;function Fa(o){return Pa.call(o)}var Ra="[object Null]",Wa="[object Undefined]",sn=Ce?Ce.toStringTag:void 0;function Oe(o){return o==null?o===void 0?Wa:Ra:sn&&sn in Object(o)?Aa(o):Fa(o)}function Pe(o){return o!=null&&typeof o=="object"}var Wt=Array.isArray;function Fe(o){var n=typeof o;return o!=null&&(n=="object"||n=="function")}function dn(o){return o}var Ya="[object AsyncFunction]",Ua="[object Function]",Ga="[object GeneratorFunction]",Ka="[object Proxy]";function mn(o){if(!Fe(o))return!1;var n=Oe(o);return n==Ua||n==Ga||n==Ya||n==Ka}var Yt=ce["__core-js_shared__"],pn=function(){var o=/[^.]+$/.exec(Yt&&Yt.keys&&Yt.keys.IE_PROTO||"");return o?"Symbol(src)_1."+o:""}();function Xa(o){return!!pn&&pn in o}var Qa=Function.prototype,Za=Qa.toString;function ke(o){if(o!=null){try{return Za.call(o)}catch{}try{return o+""}catch{}}return""}var Ja=/[\\^$.*+?()[\]{}|]/g,el=/^\[object .+?Constructor\]$/,tl=Function.prototype,ol=Object.prototype,nl=tl.toString,rl=ol.hasOwnProperty,al=RegExp("^"+nl.call(rl).replace(Ja,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function ll(o){if(!Fe(o)||Xa(o))return!1;var n=mn(o)?al:el;return n.test(ke(o))}function il(o,n){return o?.[n]}function ye(o,n){var r=il(o,n);return ll(r)?r:void 0}var Ut=ye(ce,"WeakMap"),hn=Object.create,cl=function(){function o(){}return function(n){if(!Fe(n))return{};if(hn)return hn(n);o.prototype=n;var r=new o;return o.prototype=void 0,r}}();function sl(o,n,r){switch(r.length){case 0:return o.call(n);case 1:return o.call(n,r[0]);case 2:return o.call(n,r[0],r[1]);case 3:return o.call(n,r[0],r[1],r[2])}return o.apply(n,r)}var dl=800,ml=16,pl=Date.now;function hl(o){var n=0,r=0;return function(){var t=pl(),a=ml-(t-r);if(r=t,a>0){if(++n>=dl)return arguments[0]}else n=0;return o.apply(void 0,arguments)}}function fl(o){return function(){return o}}var mt=function(){try{var o=ye(Object,"defineProperty");return o({},"",{}),o}catch{}}(),ul=mt?function(o,n){return mt(o,"toString",{configurable:!0,enumerable:!1,value:fl(n),writable:!0})}:dn,_l=hl(ul);function gl(o,n){for(var r=-1,t=o==null?0:o.length;++r<t&&n(o[r],r,o)!==!1;);return o}var wl=9007199254740991,bl=/^(?:0|[1-9]\d*)$/;function fn(o,n){var r=typeof o;return n=n??wl,!!n&&(r=="number"||r!="symbol"&&bl.test(o))&&o>-1&&o%1==0&&o<n}function un(o,n,r){n=="__proto__"&&mt?mt(o,n,{configurable:!0,enumerable:!0,value:r,writable:!0}):o[n]=r}function Gt(o,n){return o===n||o!==o&&n!==n}var kl=Object.prototype,yl=kl.hasOwnProperty;function Kt(o,n,r){var t=o[n];(!(yl.call(o,n)&&Gt(t,r))||r===void 0&&!(n in o))&&un(o,n,r)}function Bl(o,n,r,t){var a=!r;r||(r={});for(var c=-1,l=n.length;++c<l;){var d=n[c],s=void 0;s===void 0&&(s=o[d]),a?un(r,d,s):Kt(r,d,s)}return r}var _n=Math.max;function Nl(o,n,r){return n=_n(n===void 0?o.length-1:n,0),function(){for(var t=arguments,a=-1,c=_n(t.length-n,0),l=Array(c);++a<c;)l[a]=t[n+a];a=-1;for(var d=Array(n+1);++a<n;)d[a]=t[a];return d[n]=r(l),sl(o,this,d)}}function xl(o,n){return _l(Nl(o,n,dn),o+"")}var vl=9007199254740991;function gn(o){return typeof o=="number"&&o>-1&&o%1==0&&o<=vl}function Xt(o){return o!=null&&gn(o.length)&&!mn(o)}function Vl(o,n,r){if(!Fe(r))return!1;var t=typeof n;return(t=="number"?Xt(r)&&fn(n,r.length):t=="string"&&n in r)?Gt(r[n],o):!1}function El(o){return xl(function(n,r){var t=-1,a=r.length,c=a>1?r[a-1]:void 0,l=a>2?r[2]:void 0;for(c=o.length>3&&typeof c=="function"?(a--,c):void 0,l&&Vl(r[0],r[1],l)&&(c=a<3?void 0:c,a=1),n=Object(n);++t<a;){var d=r[t];d&&o(n,d,t,c)}return n})}var Sl=Object.prototype;function Qt(o){var n=o&&o.constructor,r=typeof n=="function"&&n.prototype||Sl;return o===r}function Cl(o,n){for(var r=-1,t=Array(o);++r<o;)t[r]=n(r);return t}var Ml="[object Arguments]";function wn(o){return Pe(o)&&Oe(o)==Ml}var bn=Object.prototype,zl=bn.hasOwnProperty,Il=bn.propertyIsEnumerable,Hl=wn(function(){return arguments}())?wn:function(o){return Pe(o)&&zl.call(o,"callee")&&!Il.call(o,"callee")};function $l(){return!1}var kn=typeof i=="object"&&i&&!i.nodeType&&i,yn=kn&&typeof module=="object"&&module&&!module.nodeType&&module,ql=yn&&yn.exports===kn,Bn=ql?ce.Buffer:void 0,Ll=Bn?Bn.isBuffer:void 0,Nn=Ll||$l,Tl="[object Arguments]",Dl="[object Array]",jl="[object Boolean]",Al="[object Date]",Ol="[object Error]",Pl="[object Function]",Fl="[object Map]",Rl="[object Number]",Wl="[object Object]",Yl="[object RegExp]",Ul="[object Set]",Gl="[object String]",Kl="[object WeakMap]",Xl="[object ArrayBuffer]",Ql="[object DataView]",Zl="[object Float32Array]",Jl="[object Float64Array]",e0="[object Int8Array]",t0="[object Int16Array]",o0="[object Int32Array]",n0="[object Uint8Array]",r0="[object Uint8ClampedArray]",a0="[object Uint16Array]",l0="[object Uint32Array]",Y={};Y[Zl]=Y[Jl]=Y[e0]=Y[t0]=Y[o0]=Y[n0]=Y[r0]=Y[a0]=Y[l0]=!0,Y[Tl]=Y[Dl]=Y[Xl]=Y[jl]=Y[Ql]=Y[Al]=Y[Ol]=Y[Pl]=Y[Fl]=Y[Rl]=Y[Wl]=Y[Yl]=Y[Ul]=Y[Gl]=Y[Kl]=!1;function i0(o){return Pe(o)&&gn(o.length)&&!!Y[Oe(o)]}function Zt(o){return function(n){return o(n)}}var xn=typeof i=="object"&&i&&!i.nodeType&&i,Re=xn&&typeof module=="object"&&module&&!module.nodeType&&module,c0=Re&&Re.exports===xn,Jt=c0&&ln.process,Me=function(){try{var o=Re&&Re.require&&Re.require("util").types;return o||Jt&&Jt.binding&&Jt.binding("util")}catch{}}(),vn=Me&&Me.isTypedArray,s0=vn?Zt(vn):i0,d0=Object.prototype,m0=d0.hasOwnProperty;function p0(o,n){var r=Wt(o),t=!r&&Hl(o),a=!r&&!t&&Nn(o),c=!r&&!t&&!a&&s0(o),l=r||t||a||c,d=l?Cl(o.length,String):[],s=d.length;for(var m in o)m0.call(o,m)&&!(l&&(m=="length"||a&&(m=="offset"||m=="parent")||c&&(m=="buffer"||m=="byteLength"||m=="byteOffset")||fn(m,s)))&&d.push(m);return d}function Vn(o,n){return function(r){return o(n(r))}}var h0=Vn(Object.keys,Object),f0=Object.prototype,u0=f0.hasOwnProperty;function _0(o){if(!Qt(o))return h0(o);var n=[];for(var r in Object(o))u0.call(o,r)&&r!="constructor"&&n.push(r);return n}function En(o){return Xt(o)?p0(o):_0(o)}var g0=Object.prototype,w0=g0.hasOwnProperty,b0=El(function(o,n){if(Qt(n)||Xt(n)){Bl(n,En(n),o);return}for(var r in n)w0.call(n,r)&&Kt(o,r,n[r])}),We=ye(Object,"create");function k0(){this.__data__=We?We(null):{},this.size=0}function y0(o){var n=this.has(o)&&delete this.__data__[o];return this.size-=n?1:0,n}var B0="__lodash_hash_undefined__",N0=Object.prototype,x0=N0.hasOwnProperty;function v0(o){var n=this.__data__;if(We){var r=n[o];return r===B0?void 0:r}return x0.call(n,o)?n[o]:void 0}var V0=Object.prototype,E0=V0.hasOwnProperty;function S0(o){var n=this.__data__;return We?n[o]!==void 0:E0.call(n,o)}var C0="__lodash_hash_undefined__";function M0(o,n){var r=this.__data__;return this.size+=this.has(o)?0:1,r[o]=We&&n===void 0?C0:n,this}function Be(o){var n=-1,r=o==null?0:o.length;for(this.clear();++n<r;){var t=o[n];this.set(t[0],t[1])}}Be.prototype.clear=k0,Be.prototype.delete=y0,Be.prototype.get=v0,Be.prototype.has=S0,Be.prototype.set=M0;function z0(){this.__data__=[],this.size=0}function pt(o,n){for(var r=o.length;r--;)if(Gt(o[r][0],n))return r;return-1}var I0=Array.prototype,H0=I0.splice;function $0(o){var n=this.__data__,r=pt(n,o);if(r<0)return!1;var t=n.length-1;return r==t?n.pop():H0.call(n,r,1),--this.size,!0}function q0(o){var n=this.__data__,r=pt(n,o);return r<0?void 0:n[r][1]}function L0(o){return pt(this.__data__,o)>-1}function T0(o,n){var r=this.__data__,t=pt(r,o);return t<0?(++this.size,r.push([o,n])):r[t][1]=n,this}function pe(o){var n=-1,r=o==null?0:o.length;for(this.clear();++n<r;){var t=o[n];this.set(t[0],t[1])}}pe.prototype.clear=z0,pe.prototype.delete=$0,pe.prototype.get=q0,pe.prototype.has=L0,pe.prototype.set=T0;var Ye=ye(ce,"Map");function D0(){this.size=0,this.__data__={hash:new Be,map:new(Ye||pe),string:new Be}}function j0(o){var n=typeof o;return n=="string"||n=="number"||n=="symbol"||n=="boolean"?o!=="__proto__":o===null}function ht(o,n){var r=o.__data__;return j0(n)?r[typeof n=="string"?"string":"hash"]:r.map}function A0(o){var n=ht(this,o).delete(o);return this.size-=n?1:0,n}function O0(o){return ht(this,o).get(o)}function P0(o){return ht(this,o).has(o)}function F0(o,n){var r=ht(this,o),t=r.size;return r.set(o,n),this.size+=r.size==t?0:1,this}function ze(o){var n=-1,r=o==null?0:o.length;for(this.clear();++n<r;){var t=o[n];this.set(t[0],t[1])}}ze.prototype.clear=D0,ze.prototype.delete=A0,ze.prototype.get=O0,ze.prototype.has=P0,ze.prototype.set=F0;function R0(o,n){for(var r=-1,t=n.length,a=o.length;++r<t;)o[a+r]=n[r];return o}var W0=Vn(Object.getPrototypeOf,Object);function Y0(){this.__data__=new pe,this.size=0}function U0(o){var n=this.__data__,r=n.delete(o);return this.size=n.size,r}function G0(o){return this.__data__.get(o)}function K0(o){return this.__data__.has(o)}var X0=200;function Q0(o,n){var r=this.__data__;if(r instanceof pe){var t=r.__data__;if(!Ye||t.length<X0-1)return t.push([o,n]),this.size=++r.size,this;r=this.__data__=new ze(t)}return r.set(o,n),this.size=r.size,this}function Ie(o){var n=this.__data__=new pe(o);this.size=n.size}Ie.prototype.clear=Y0,Ie.prototype.delete=U0,Ie.prototype.get=G0,Ie.prototype.has=K0,Ie.prototype.set=Q0;var Sn=typeof i=="object"&&i&&!i.nodeType&&i,Cn=Sn&&typeof module=="object"&&module&&!module.nodeType&&module,Z0=Cn&&Cn.exports===Sn,Mn=Z0?ce.Buffer:void 0;Mn&&Mn.allocUnsafe;function J0(o,n){return o.slice()}function e2(o,n){for(var r=-1,t=o==null?0:o.length,a=0,c=[];++r<t;){var l=o[r];n(l,r,o)&&(c[a++]=l)}return c}function t2(){return[]}var o2=Object.prototype,n2=o2.propertyIsEnumerable,zn=Object.getOwnPropertySymbols,r2=zn?function(o){return o==null?[]:(o=Object(o),e2(zn(o),function(n){return n2.call(o,n)}))}:t2;function a2(o,n,r){var t=n(o);return Wt(o)?t:R0(t,r(o))}function l2(o){return a2(o,En,r2)}var eo=ye(ce,"DataView"),to=ye(ce,"Promise"),oo=ye(ce,"Set"),In="[object Map]",i2="[object Object]",Hn="[object Promise]",$n="[object Set]",qn="[object WeakMap]",Ln="[object DataView]",c2=ke(eo),s2=ke(Ye),d2=ke(to),m2=ke(oo),p2=ke(Ut),he=Oe;(eo&&he(new eo(new ArrayBuffer(1)))!=Ln||Ye&&he(new Ye)!=In||to&&he(to.resolve())!=Hn||oo&&he(new oo)!=$n||Ut&&he(new Ut)!=qn)&&(he=function(o){var n=Oe(o),r=n==i2?o.constructor:void 0,t=r?ke(r):"";if(t)switch(t){case c2:return Ln;case s2:return In;case d2:return Hn;case m2:return $n;case p2:return qn}return n});var h2=Object.prototype,f2=h2.hasOwnProperty;function u2(o){var n=o.length,r=new o.constructor(n);return n&&typeof o[0]=="string"&&f2.call(o,"index")&&(r.index=o.index,r.input=o.input),r}var Tn=ce.Uint8Array;function no(o){var n=new o.constructor(o.byteLength);return new Tn(n).set(new Tn(o)),n}function _2(o,n){var r=no(o.buffer);return new o.constructor(r,o.byteOffset,o.byteLength)}var g2=/\w*$/;function w2(o){var n=new o.constructor(o.source,g2.exec(o));return n.lastIndex=o.lastIndex,n}var Dn=Ce?Ce.prototype:void 0,jn=Dn?Dn.valueOf:void 0;function b2(o){return jn?Object(jn.call(o)):{}}function k2(o,n){var r=no(o.buffer);return new o.constructor(r,o.byteOffset,o.length)}var y2="[object Boolean]",B2="[object Date]",N2="[object Map]",x2="[object Number]",v2="[object RegExp]",V2="[object Set]",E2="[object String]",S2="[object Symbol]",C2="[object ArrayBuffer]",M2="[object DataView]",z2="[object Float32Array]",I2="[object Float64Array]",H2="[object Int8Array]",$2="[object Int16Array]",q2="[object Int32Array]",L2="[object Uint8Array]",T2="[object Uint8ClampedArray]",D2="[object Uint16Array]",j2="[object Uint32Array]";function A2(o,n,r){var t=o.constructor;switch(n){case C2:return no(o);case y2:case B2:return new t(+o);case M2:return _2(o);case z2:case I2:case H2:case $2:case q2:case L2:case T2:case D2:case j2:return k2(o);case N2:return new t;case x2:case E2:return new t(o);case v2:return w2(o);case V2:return new t;case S2:return b2(o)}}function O2(o){return typeof o.constructor=="function"&&!Qt(o)?cl(W0(o)):{}}var P2="[object Map]";function F2(o){return Pe(o)&&he(o)==P2}var An=Me&&Me.isMap,R2=An?Zt(An):F2,W2="[object Set]";function Y2(o){return Pe(o)&&he(o)==W2}var On=Me&&Me.isSet,U2=On?Zt(On):Y2,Pn="[object Arguments]",G2="[object Array]",K2="[object Boolean]",X2="[object Date]",Q2="[object Error]",Fn="[object Function]",Z2="[object GeneratorFunction]",J2="[object Map]",ei="[object Number]",Rn="[object Object]",ti="[object RegExp]",oi="[object Set]",ni="[object String]",ri="[object Symbol]",ai="[object WeakMap]",li="[object ArrayBuffer]",ii="[object DataView]",ci="[object Float32Array]",si="[object Float64Array]",di="[object Int8Array]",mi="[object Int16Array]",pi="[object Int32Array]",hi="[object Uint8Array]",fi="[object Uint8ClampedArray]",ui="[object Uint16Array]",_i="[object Uint32Array]",P={};P[Pn]=P[G2]=P[li]=P[ii]=P[K2]=P[X2]=P[ci]=P[si]=P[di]=P[mi]=P[pi]=P[J2]=P[ei]=P[Rn]=P[ti]=P[oi]=P[ni]=P[ri]=P[hi]=P[fi]=P[ui]=P[_i]=!0,P[Q2]=P[Fn]=P[ai]=!1;function ft(o,n,r,t,a,c){var l;if(l!==void 0)return l;if(!Fe(o))return o;var d=Wt(o);if(d)l=u2(o);else{var s=he(o),m=s==Fn||s==Z2;if(Nn(o))return J0(o);if(s==Rn||s==Pn||m&&!a)l=m?{}:O2(o);else{if(!P[s])return a?o:{};l=A2(o,s)}}c||(c=new Ie);var f=c.get(o);if(f)return f;c.set(o,l),U2(o)?o.forEach(function(b){l.add(ft(b,n,r,b,o,c))}):R2(o)&&o.forEach(function(b,_){l.set(_,ft(b,n,r,_,o,c))});var p=l2,g=d?void 0:p(o);return gl(g||o,function(b,_){g&&(_=b,b=o[_]),Kt(l,_,ft(b,n,r,_,o,c))}),l}var gi=1,wi=4;function bi(o){return ft(o,gi|wi)}e.defineComponent((o,{slots:n})=>{const r=e.inject("$theme",e.reactive({})),t=c=>typeof o.theme=="function"?o.theme(bi(c)):o.theme,a=e.reactive(t(r));return e.provide("$theme",e.reactive(a)),e.watch(r,c=>{b0(a,t(c))},{deep:!0,immediate:!0}),()=>e.h("div",null,n)},{name:"ThemeProvider",props:{theme:{type:[Object,Function],required:!0}}});const ki=e.defineComponent({__name:"NmorphButton",props:{styleType:{type:null,required:!1,default:"default"},color:{type:String,required:!1,default:void 0},loading:{type:Boolean,required:!1,default:!1},ripple:{type:Boolean,required:!1,default:!0},type:{type:null,required:!1,default:"button"},text:{type:[String,Number],required:!1,default:void 0},accentBgOnHover:{type:Boolean,required:!1,default:!1},shape:{type:null,required:!1,default:"default"},fill:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1,default:0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1}},setup(o,{expose:n}){const r=o,t=e.useSlots(),a=e.computed(()=>!!t.icon),c=e.computed(()=>!!t["icon-only"]),l=e.computed(()=>C({nmorph:[te[r.height],`${r.fill&&"fill"}`],"nmorph-button":[r.styleType,r.shape,`${r.disabled&&"disabled"}`,`${r.accentBgOnHover&&"accent-bg-on-hover"}`,`${r.ripple&&"ripple"}`,`${c.value&&"icon-only"}`]})),d=e.ref(null),s={thin:"small",basic:"medium",thick:"large"},m=e.computed(()=>s[r.height]),f=e.computed(()=>r.styleType==="transparent"&&r.color?{"--transparent-button-color":r.color}:{});n({buttonDOMElement:d});const p=$`
|
|
364
364
|
display: inline-block;
|
|
365
365
|
width: auto;
|
|
366
366
|
|
|
@@ -504,15 +504,15 @@
|
|
|
504
504
|
}
|
|
505
505
|
|
|
506
506
|
&.nmorph-button.nmorph--thin-component {
|
|
507
|
-
${
|
|
507
|
+
${de()}
|
|
508
508
|
}
|
|
509
509
|
|
|
510
510
|
&.nmorph-button--disabled {
|
|
511
|
-
${
|
|
511
|
+
${Q()}
|
|
512
512
|
}
|
|
513
|
-
`,g=
|
|
514
|
-
${
|
|
515
|
-
|
|
513
|
+
`,g=H.div`
|
|
514
|
+
${p}
|
|
515
|
+
`,b={props:r,slots:t,hasIconSlot:a,hasIconOnlySlot:c,modifiers:l,buttonDOMElement:d,iconSizeMap:s,loadingButtonSize:m,transparentColorStyles:f,commonCSS:p,StyledComponent:g,get NmorphIcon(){return F},get NmorphIconLoading(){return ir}};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}}),M=(o,n)=>{const r=o.__vccOpts||o;for(const[t,a]of n)r[t]=a;return r},yi=["disabled","loading","type","tabindex"],Bi={key:1};function Ni(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.transparentColorStyles)},{default:e.withCtx(()=>[e.createElementVNode("button",{ref:"buttonDOMElement",class:"nmorph-button__content",disabled:t.props.disabled,loading:t.props.loading,type:t.props.type,tabindex:t.props.tabindex},[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,size:t.loadingButtonSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoading)]),_:1},8,["size"])):t.hasIconOnlySlot?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"icon-only")]),_:3})):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[t.hasIconSlot?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"icon")]),_:3})):e.createCommentVNode("v-if",!0),e.renderSlot(o.$slots,"default"),t.props.text!==void 0?(e.openBlock(),e.createElementBlock("span",Bi,e.toDisplayString(t.props.text),1)):e.createCommentVNode("v-if",!0),e.renderSlot(o.$slots,"append")],64))],8,yi)]),_:3},8,["class","style"])}const ae=M(ki,[["render",Ni],["__file","/builds/ketjo/nmorph/library/src/components/basic/nmorph-button/NmorphButton.vue"]]);var Wn=(o=>(o.default="default",o.transparent="transparent",o))(Wn||{}),Yn=(o=>(o.submit="submit",o.reset="reset",o.button="button",o))(Yn||{}),Un=(o=>(o.default="default",o.square="square",o.round="round",o.circle="circle",o))(Un||{});const xi=e.defineComponent({__name:"NmorphIcon",props:{size:{type:null,required:!1,default:"small"},width:{type:String,required:!1,default:void 0},height:{type:String,required:!1,default:void 0},color:{type:String,required:!1,default:"var(--nmorph-text-color)"}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>C({"nmorph-icon":[`${!r.width&&!r.height&&r.size}`,`${r.width&&"custom-width"}`,`${r.height&&"custom-height"}`]})),a=e.computed(()=>{const s={};return r.width&&(s["--width"]=r.width),r.height&&(s["--height"]=r.height),s}),c=$`
|
|
516
516
|
width: var(--width);
|
|
517
517
|
min-width: var(--width);
|
|
518
518
|
height: var(--height);
|
|
@@ -557,10 +557,10 @@
|
|
|
557
557
|
--width: 32px;
|
|
558
558
|
--height: 32px;
|
|
559
559
|
}
|
|
560
|
-
`,
|
|
561
|
-
${
|
|
562
|
-
--color: ${
|
|
563
|
-
`;return(i,s)=>(e.openBlock(),e.createBlock(c,{class:e.normalizeClass(o.value),style:e.normalizeStyle(r.value),props:{color:t.color}},{default:e.withCtx(()=>[e.createElementVNode("div",ji,[e.renderSlot(i.$slots,"default")])]),_:3},8,["class","style","props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/basic/nmorph-icon/NmorphIcon.vue"]]);var sr=(n=>(n.small="small",n.medium="medium",n.large="large",n))(sr||{});const Di={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Oi(n,t){return e.openBlock(),e.createElementBlock("svg",Di,t[0]||(t[0]=[e.createElementVNode("path",{d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"},null,-1),e.createElementVNode("path",{d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"},null,-1),e.createElementVNode("path",{d:"M544 384h96a32 32 0 1 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0z"},null,-1)]))}const Pi={render:Oi},Fi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ri(n,t){return e.openBlock(),e.createElementBlock("svg",Fi,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1),e.createElementVNode("path",{d:"M512 96a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V128a32 32 0 0 1 32-32m0 576a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V704a32 32 0 0 1 32-32M96 512a32 32 0 0 1 32-32h192a32 32 0 0 1 0 64H128a32 32 0 0 1-32-32m576 0a32 32 0 0 1 32-32h192a32 32 0 1 1 0 64H704a32 32 0 0 1-32-32"},null,-1)]))}const Wi={render:Ri},Ui={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Yi(n,t){return e.openBlock(),e.createElementBlock("svg",Ui,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 832a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"},null,-1),e.createElementVNode("path",{d:"m292.288 824.576 55.424 32-48 83.136a32 32 0 1 1-55.424-32zm439.424 0-55.424 32 48 83.136a32 32 0 1 0 55.424-32zM512 512h160a32 32 0 1 1 0 64H480a32 32 0 0 1-32-32V320a32 32 0 0 1 64 0zM90.496 312.256A160 160 0 0 1 312.32 90.496l-46.848 46.848a96 96 0 0 0-128 128L90.56 312.256zm835.264 0A160 160 0 0 0 704 90.496l46.848 46.848a96 96 0 0 1 128 128z"},null,-1)]))}const Gi={render:Yi},Ki={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xi(n,t){return e.openBlock(),e.createElementBlock("svg",Ki,t[0]||(t[0]=[e.createElementVNode("path",{d:"M599.872 203.776a189.4 189.4 0 0 1 64.384-4.672l2.624.128c31.168 1.024 51.2 4.096 79.488 16.32 37.632 16.128 74.496 45.056 111.488 89.344 96.384 115.264 82.752 372.8-34.752 521.728-7.68 9.728-32 41.6-30.72 39.936a427 427 0 0 1-30.08 35.776c-31.232 32.576-65.28 49.216-110.08 50.048-31.36.64-53.568-5.312-84.288-18.752l-6.528-2.88c-20.992-9.216-30.592-11.904-47.296-11.904-18.112 0-28.608 2.88-51.136 12.672l-6.464 2.816c-28.416 12.224-48.32 18.048-76.16 19.2-74.112 2.752-116.928-38.08-180.672-132.16-96.64-142.08-132.608-349.312-55.04-486.4 46.272-81.92 129.92-133.632 220.672-135.04 32.832-.576 60.288 6.848 99.648 22.72 27.136 10.88 34.752 13.76 37.376 14.272 16.256-20.16 27.776-36.992 34.56-50.24 13.568-26.304 27.2-59.968 40.704-100.8a32 32 0 1 1 60.8 20.224c-12.608 37.888-25.408 70.4-38.528 97.664m-51.52 78.08c-14.528 17.792-31.808 37.376-51.904 58.816a32 32 0 1 1-46.72-43.776l12.288-13.248c-28.032-11.2-61.248-26.688-95.68-26.112-70.4 1.088-135.296 41.6-171.648 105.792C121.6 492.608 176 684.16 247.296 788.992c34.816 51.328 76.352 108.992 130.944 106.944 52.48-2.112 72.32-34.688 135.872-34.688s81.28 34.688 136.96 33.536c56.448-1.088 75.776-39.04 126.848-103.872 107.904-136.768 107.904-362.752 35.776-449.088-72.192-86.272-124.672-84.096-151.68-85.12-41.472-4.288-81.6 12.544-113.664 25.152"},null,-1)]))}const Qi={render:Xi},Zi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 36 32"};function Ji(n,t){return e.openBlock(),e.createElementBlock("svg",Zi,t[0]||(t[0]=[e.createElementVNode("path",{d:"M7 4H1c-.55 0-1 .45-1 1v22c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1m-1 6H2V8h4zM17 4h-6c-.55 0-1 .45-1 1v22c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1m-1 6h-4V8h4z"},null,-1),e.createElementVNode("path",{d:"m23.909 5.546-5.358 2.7a1.003 1.003 0 0 0-.443 1.343l8.999 17.861c.247.491.852.691 1.343.443l5.358-2.7c.491-.247.691-.852.443-1.343L25.252 5.989a1.003 1.003 0 0 0-1.343-.443"},null,-1)]))}const dr={render:Ji},ec={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function tc(n,t){return e.openBlock(),e.createElementBlock("svg",ec,t[0]||(t[0]=[e.createElementVNode("path",{d:"M831.872 340.864 512 652.672 192.128 340.864a30.59 30.59 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.59 30.59 0 0 0-42.752 0z"},null,-1)]))}const nc={render:tc},oc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function rc(n,t){return e.openBlock(),e.createElementBlock("svg",oc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.59 30.59 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.59 30.59 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0"},null,-1)]))}const pr={render:rc},ac={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function lc(n,t){return e.openBlock(),e.createElementBlock("svg",ac,t[0]||(t[0]=[e.createElementVNode("path",{d:"M340.864 149.312a30.59 30.59 0 0 0 0 42.752L652.736 512 340.864 831.872a30.59 30.59 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"},null,-1)]))}const mr={render:lc},ic={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cc(n,t){return e.openBlock(),e.createElementBlock("svg",ic,t[0]||(t[0]=[e.createElementVNode("path",{d:"m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0"},null,-1)]))}const sc={render:cc},dc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function pc(n,t){return e.openBlock(),e.createElementBlock("svg",dc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M30 0h2v23c0 2.761-3.134 5-7 5s-7-2.239-7-5 3.134-5 7-5c1.959 0 3.729.575 5 1.501V8l-16 3.556V27c0 2.761-3.134 5-7 5s-7-2.239-7-5 3.134-5 7-5c1.959 0 3.729.575 5 1.501V4z"},null,-1)]))}const hr={render:pc},mc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hc(n,t){return e.openBlock(),e.createElementBlock("svg",mc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M628.736 528.896A416 416 0 0 1 928 928H96a415.87 415.87 0 0 1 299.264-399.104L512 704zM720 304a208 208 0 1 1-416 0 208 208 0 0 1 416 0"},null,-1)]))}const sn={render:hc},uc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fc(n,t){return e.openBlock(),e.createElementBlock("svg",uc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64"},null,-1),e.createElementVNode("path",{d:"m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312z"},null,-1)]))}const gc={render:fc},_c={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wc(n,t){return e.openBlock(),e.createElementBlock("svg",_c,t[0]||(t[0]=[e.createElementVNode("path",{d:"M640 832a128 128 0 0 1-256 0zm192-64H134.4a38.4 38.4 0 0 1 0-76.8H192V448c0-154.88 110.08-284.16 256.32-313.6a64 64 0 1 1 127.36 0A320.13 320.13 0 0 1 832 448v243.2h57.6a38.4 38.4 0 0 1 0 76.8z"},null,-1)]))}const bc={render:wc},kc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function yc(n,t){return e.openBlock(),e.createElementBlock("svg",kc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64a64 64 0 0 1 64 64v64H448v-64a64 64 0 0 1 64-64"},null,-1),e.createElementVNode("path",{d:"M256 768h512V448a256 256 0 1 0-512 0zm256-640a320 320 0 0 1 320 320v384H192V448a320 320 0 0 1 320-320"},null,-1),e.createElementVNode("path",{d:"M96 768h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32m352 128h128a64 64 0 0 1-128 0"},null,-1)]))}const Bc={render:yc},xc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vc(n,t){return e.openBlock(),e.createElementBlock("svg",xc,t[0]||(t[0]=[e.createStaticVNode('<path d="M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"></path><path d="M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32"></path><path d="M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"></path><path d="M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384z"></path><path d="m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"></path>',5)]))}const Nc={render:vc},$c={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Vc(n,t){return e.openBlock(),e.createElementBlock("svg",$c,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0z"},null,-1),e.createElementVNode("path",{d:"M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312z"},null,-1)]))}const Ec={render:Vc},Cc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Mc(n,t){return e.openBlock(),e.createElementBlock("svg",Cc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416z"},null,-1),e.createElementVNode("path",{d:"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312z"},null,-1)]))}const Sc={render:Mc},zc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hc(n,t){return e.openBlock(),e.createElementBlock("svg",zc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"},null,-1)]))}const Ic={render:Hc},qc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Lc(n,t){return e.openBlock(),e.createElementBlock("svg",qc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z"},null,-1)]))}const Ac={render:Lc},Tc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function jc(n,t){return e.openBlock(),e.createElementBlock("svg",Tc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M10 12h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zM4 24h4v4H4zm6 0h4v4h-4zm6 0h4v4h-4zm-6-6h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zM4 18h4v4H4zM26 0v2h-4V0H8v2H4V0H0v32h30V0zm2 30H2V8h26z"},null,-1)]))}const ur={render:jc},Dc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Oc(n,t){return e.openBlock(),e.createElementBlock("svg",Dc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M896 256H128v576h768zm-199.424-64-32.064-64h-304.96l-32 64zM96 192h160l46.336-92.608A64 64 0 0 1 359.552 64h304.96a64 64 0 0 1 57.216 35.328L768.192 192H928a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32m416 512a160 160 0 1 0 0-320 160 160 0 0 0 0 320m0 64a224 224 0 1 1 0-448 224 224 0 0 1 0 448"},null,-1)]))}const Pc={render:Oc},Fc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rc(n,t){return e.openBlock(),e.createElementBlock("svg",Fc,t[0]||(t[0]=[e.createElementVNode("path",{d:"m192 384 320 384 320-384z"},null,-1)]))}const Wc={render:Rc},Uc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Yc(n,t){return e.openBlock(),e.createElementBlock("svg",Uc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M672 192 288 511.936 672 832z"},null,-1)]))}const Gc={render:Yc},Kc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xc(n,t){return e.openBlock(),e.createElementBlock("svg",Kc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M384 192v640l384-320.064z"},null,-1)]))}const Qc={render:Xc},Zc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Jc(n,t){return e.openBlock(),e.createElementBlock("svg",Zc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 320 192 704h639.936z"},null,-1)]))}const e1={render:Jc},t1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n1(n,t){return e.openBlock(),e.createElementBlock("svg",t1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 128a64 64 0 0 0-64 64v640a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h512a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V192A128 128 0 0 1 256 64m128 128h256a32 32 0 1 1 0 64H384a32 32 0 0 1 0-64m128 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"},null,-1)]))}const o1={render:n1},r1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function a1(n,t){return e.openBlock(),e.createElementBlock("svg",r1,t[0]||(t[0]=[e.createElementVNode("path",{d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.06 461.06 0 0 1-206.912-48.384l-175.616 58.56z"},null,-1),e.createElementVNode("path",{d:"M512 563.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4"},null,-1)]))}const l1={render:a1},i1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c1(n,t){return e.openBlock(),e.createElementBlock("svg",i1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"},null,-1),e.createElementVNode("path",{d:"M512 499.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4"},null,-1)]))}const s1={render:c1},d1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p1(n,t){return e.openBlock(),e.createElementBlock("svg",d1,t[0]||(t[0]=[e.createElementVNode("path",{d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.06 461.06 0 0 1-206.912-48.384l-175.616 58.56z"},null,-1),e.createElementVNode("path",{d:"M352 576h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m32-192h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"},null,-1)]))}const m1={render:p1},h1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function u1(n,t){return e.openBlock(),e.createElementBlock("svg",h1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M160 826.88 273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"},null,-1),e.createElementVNode("path",{d:"M352 512h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m0-192h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"},null,-1)]))}const f1={render:u1},g1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _1(n,t){return e.openBlock(),e.createElementBlock("svg",g1,t[0]||(t[0]=[e.createElementVNode("path",{d:"m174.72 855.68 130.048-43.392 23.424 11.392C382.4 849.984 444.352 864 512 864c223.744 0 384-159.872 384-352 0-192.832-159.104-352-384-352S128 319.168 128 512a341.12 341.12 0 0 0 69.248 204.288l21.632 28.8-44.16 110.528zm-45.248 82.56A32 32 0 0 1 89.6 896l56.512-141.248A405.12 405.12 0 0 1 64 512C64 299.904 235.648 96 512 96s448 203.904 448 416-173.44 416-448 416c-79.68 0-150.848-17.152-211.712-46.72l-170.88 56.96z"},null,-1)]))}const w1={render:_1},b1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function k1(n,t){return e.openBlock(),e.createElementBlock("svg",b1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"},null,-1)]))}const y1={render:k1},B1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x1(n,t){return e.openBlock(),e.createElementBlock("svg",B1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"},null,-1)]))}const v1={render:x1},N1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $1(n,t){return e.openBlock(),e.createElementBlock("svg",N1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M704 192h160v736H160V192h160.064v64H704zM311.616 537.28l-45.312 45.248L447.36 763.52l316.8-316.8-45.312-45.184L447.36 673.024zM384 192V96h256v96z"},null,-1)]))}const V1={render:$1},E1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function C1(n,t){return e.openBlock(),e.createElementBlock("svg",E1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M261.056 449.6c13.824-69.696 34.88-128.96 63.36-177.728 23.744-40.832 61.12-88.64 112.256-143.872H320a32 32 0 0 1 0-64h384a32 32 0 1 1 0 64H554.752c14.912 39.168 41.344 86.592 79.552 141.76 47.36 68.48 84.8 106.752 106.304 114.304a224 224 0 1 1-84.992 14.784c-22.656-22.912-47.04-53.76-73.92-92.608-38.848-56.128-67.008-105.792-84.352-149.312-55.296 58.24-94.528 107.52-117.76 147.2-23.168 39.744-41.088 88.768-53.568 147.072a224.064 224.064 0 1 1-64.96-1.6M288 832a160 160 0 1 0 0-320 160 160 0 0 0 0 320m448-64a160 160 0 1 0 0-320 160 160 0 0 0 0 320"},null,-1)]))}const M1={render:C1},S1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function z1(n,t){return e.openBlock(),e.createElementBlock("svg",S1,t[0]||(t[0]=[e.createElementVNode("path",{d:"m6.293 13.707 5 5a1 1 0 0 0 1.414 0l5-5a.999.999 0 1 0-1.414-1.414L12 16.586l-4.293-4.293a.999.999 0 1 0-1.414 1.414m0-7 5 5a1 1 0 0 0 1.414 0l5-5a.999.999 0 1 0-1.414-1.414L12 9.586 7.707 5.293a.999.999 0 1 0-1.414 1.414"},null,-1)]))}const dn={render:z1},H1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function I1(n,t){return e.openBlock(),e.createElementBlock("svg",H1,t[0]||(t[0]=[e.createElementVNode("path",{d:"m2 12 14 12 14-12-2-2-12 10L4 10Z"},null,-1)]))}const re={render:I1},q1={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function L1(n,t){return e.openBlock(),e.createElementBlock("svg",q1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M938.67 512.01c0-44.59-6.82-87.6-19.54-128H682.67a212.37 212.37 0 0 1 42.67 128c.06 38.71-10.45 76.7-30.42 109.87l-182.91 316.8c235.65-.01 426.66-191.02 426.66-426.67"},null,-1),e.createElementVNode("path",{d:"M576.79 401.63a127.9 127.9 0 0 0-63.56-17.6c-22.36-.22-44.39 5.43-63.89 16.38s-35.79 26.82-47.25 46.02a128 128 0 0 0-2.16 127.44l1.24 2.13a127.9 127.9 0 0 0 46.36 46.61 127.9 127.9 0 0 0 63.38 17.44c22.29.2 44.24-5.43 63.68-16.33a127.94 127.94 0 0 0 47.16-45.79v-.01l1.11-1.92a127.98 127.98 0 0 0 .29-127.46 127.96 127.96 0 0 0-46.36-46.91"},null,-1),e.createElementVNode("path",{d:"M394.45 333.96A213.34 213.34 0 0 1 512 298.67h369.58A426.5 426.5 0 0 0 512 85.34a425.6 425.6 0 0 0-171.74 35.98 425.6 425.6 0 0 0-142.62 102.22l118.14 204.63a213.4 213.4 0 0 1 78.67-94.21m117.56 604.72H512zm-97.25-236.73a213.3 213.3 0 0 1-89.54-86.81L142.48 298.6c-36.35 62.81-57.13 135.68-57.13 213.42 0 203.81 142.93 374.22 333.95 416.55h.04l118.19-204.71a213.3 213.3 0 0 1-122.77-21.91"},null,-1)]))}const A1={render:L1},T1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function j1(n,t){return e.openBlock(),e.createElementBlock("svg",T1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"},null,-1)]))}const D1={render:j1},O1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function P1(n,t){return e.openBlock(),e.createElementBlock("svg",O1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1),e.createElementVNode("path",{d:"M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752z"},null,-1)]))}const F1={render:P1},R1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W1(n,t){return e.openBlock(),e.createElementBlock("svg",R1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"},null,-1)]))}const fr={render:W1},U1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Y1(n,t){return e.openBlock(),e.createElementBlock("svg",U1,t[0]||(t[0]=[e.createElementVNode("path",{d:"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248z"},null,-1),e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1)]))}const G1={render:Y1},K1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function X1(n,t){return e.openBlock(),e.createElementBlock("svg",K1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-38.4 409.6H326.4a38.4 38.4 0 1 0 0 76.8h147.2v147.2a38.4 38.4 0 0 0 76.8 0V550.4h147.2a38.4 38.4 0 0 0 0-76.8H550.4V326.4a38.4 38.4 0 1 0-76.8 0z"},null,-1)]))}const Q1={render:X1},Z1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function J1(n,t){return e.openBlock(),e.createElementBlock("svg",Z1,t[0]||(t[0]=[e.createElementVNode("path",{d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"},null,-1),e.createElementVNode("path",{d:"M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0"},null,-1),e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1)]))}const es={render:J1},ts={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ns(n,t){return e.openBlock(),e.createElementBlock("svg",ts,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1),e.createElementVNode("path",{d:"M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32"},null,-1)]))}const os={render:ns},rs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function as(n,t){return e.openBlock(),e.createElementBlock("svg",rs,t[0]||(t[0]=[e.createElementVNode("path",{d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"},null,-1)]))}const ls={render:as},is={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cs(n,t){return e.openBlock(),e.createElementBlock("svg",is,t[0]||(t[0]=[e.createElementVNode("path",{d:"M598.4 831.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 831.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 381.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"},null,-1)]))}const ss={render:cs},ds={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 28"};function ps(n,t){return e.openBlock(),e.createElementBlock("svg",ds,t[0]||(t[0]=[e.createElementVNode("path",{d:"m26 23 3 3 10-10L29 6l-3 3 7 7zM14 9l-3-3L1 16l10 10 3-3-7-7zM21.916 4.704l2.171.592-6 22.001-2.171-.592z"},null,-1)]))}const ms={render:ps},hs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function us(n,t){return e.openBlock(),e.createElementBlock("svg",hs,t[0]||(t[0]=[e.createElementVNode("path",{d:"M768 192a192 192 0 1 1-8 383.808A256.13 256.13 0 0 1 512 768H320A256 256 0 0 1 64 512V160a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v256a128 128 0 1 0 0-256M96 832h640a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-640v320a192 192 0 0 0 192 192h192a192 192 0 0 0 192-192V192z"},null,-1)]))}const fs={render:us},gs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _s(n,t){return e.openBlock(),e.createElementBlock("svg",gs,t[0]||(t[0]=[e.createElementVNode("path",{d:"M822.592 192h14.272a32 32 0 0 1 31.616 26.752l21.312 128A32 32 0 0 1 858.24 384h-49.344l-39.04 546.304A32 32 0 0 1 737.92 960H285.824a32 32 0 0 1-32-29.696L214.912 384H165.76a32 32 0 0 1-31.552-37.248l21.312-128A32 32 0 0 1 187.136 192h14.016l-6.72-93.696A32 32 0 0 1 226.368 64h571.008a32 32 0 0 1 31.936 34.304zm-64.128 0 4.544-64H260.736l4.544 64zm-548.16 128H820.48l-10.688-64H214.208l-10.688 64zm68.736 64 36.544 512H708.16l36.544-512z"},null,-1)]))}const ws={render:_s},bs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ks(n,t){return e.openBlock(),e.createElementBlock("svg",bs,t[0]||(t[0]=[e.createElementVNode("path",{d:"m161.92 580.736 29.888 58.88C171.328 659.776 160 681.728 160 704c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 615.808 928 657.664 928 704c0 129.728-188.544 224-416 224S96 833.728 96 704c0-46.592 24.32-88.576 65.92-123.264"},null,-1),e.createElementVNode("path",{d:"m161.92 388.736 29.888 58.88C171.328 467.84 160 489.792 160 512c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 423.808 928 465.664 928 512c0 129.728-188.544 224-416 224S96 641.728 96 512c0-46.592 24.32-88.576 65.92-123.264"},null,-1),e.createElementVNode("path",{d:"M512 544c-227.456 0-416-94.272-416-224S284.544 96 512 96s416 94.272 416 224-188.544 224-416 224m0-64c196.672 0 352-77.696 352-160S708.672 160 512 160s-352 77.696-352 160 155.328 160 352 160"},null,-1)]))}const ys={render:ks},Bs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xs(n,t){return e.openBlock(),e.createElementBlock("svg",Bs,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 128v698.88l196.032-156.864a96 96 0 0 1 119.936 0L768 826.816V128zm-32-64h576a32 32 0 0 1 32 32v797.44a32 32 0 0 1-51.968 24.96L531.968 720a32 32 0 0 0-39.936 0L243.968 918.4A32 32 0 0 1 192 893.44V96a32 32 0 0 1 32-32"},null,-1)]))}const vs={render:xs},Ns={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $s(n,t){return e.openBlock(),e.createElementBlock("svg",Ns,t[0]||(t[0]=[e.createElementVNode("path",{d:"M192 736h640V128H256a64 64 0 0 0-64 64zm64-672h608a32 32 0 0 1 32 32v672a32 32 0 0 1-32 32H160l-32 57.536V192A128 128 0 0 1 256 64"},null,-1),e.createElementVNode("path",{d:"M240 800a48 48 0 1 0 0 96h592v-96zm0-64h656v160a64 64 0 0 1-64 64H240a112 112 0 0 1 0-224m144-608v250.88l96-76.8 96 76.8V128zm-64-64h320v381.44a32 32 0 0 1-51.968 24.96L480 384l-108.032 86.4A32 32 0 0 1 320 445.44z"},null,-1)]))}const Vs={render:$s},Es={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Cs(n,t){return e.openBlock(),e.createElementBlock("svg",Es,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1),e.createElementVNode("path",{d:"M725.888 315.008C676.48 428.672 624 513.28 568.576 568.64c-55.424 55.424-139.968 107.904-253.568 157.312a12.8 12.8 0 0 1-16.896-16.832c49.536-113.728 102.016-198.272 157.312-253.632 55.36-55.296 139.904-107.776 253.632-157.312a12.8 12.8 0 0 1 16.832 16.832"},null,-1)]))}const Ms={render:Cs},Ss={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zs(n,t){return e.openBlock(),e.createElementBlock("svg",Ss,t[0]||(t[0]=[e.createElementVNode("path",{d:"M640 384v64H448a128 128 0 0 0-128 128v128a128 128 0 0 0 128 128h320a128 128 0 0 0 128-128V576a128 128 0 0 0-64-110.848V394.88c74.56 26.368 128 97.472 128 181.056v128a192 192 0 0 1-192 192H448a192 192 0 0 1-192-192V576a192 192 0 0 1 192-192z"},null,-1),e.createElementVNode("path",{d:"M384 640v-64h192a128 128 0 0 0 128-128V320a128 128 0 0 0-128-128H256a128 128 0 0 0-128 128v128a128 128 0 0 0 64 110.848v70.272A192.06 192.06 0 0 1 64 448V320a192 192 0 0 1 192-192h320a192 192 0 0 1 192 192v128a192 192 0 0 1-192 192z"},null,-1)]))}const Hs={render:zs},Is={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qs(n,t){return e.openBlock(),e.createElementBlock("svg",Is,t[0]||(t[0]=[e.createElementVNode("path",{d:"M480 512h64v320h-64z"},null,-1),e.createElementVNode("path",{d:"M192 896h640a64 64 0 0 0-64-64H256a64 64 0 0 0-64 64m64-128h512a128 128 0 0 1 128 128v64H128v-64a128 128 0 0 1 128-128m256-256a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"},null,-1)]))}const Ls={render:qs},As={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ts(n,t){return e.openBlock(),e.createElementBlock("svg",As,t[0]||(t[0]=[e.createElementVNode("path",{d:"M768 832a128 128 0 0 1-128 128H192A128 128 0 0 1 64 832V384a128 128 0 0 1 128-128v64a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64z"},null,-1),e.createElementVNode("path",{d:"M384 128a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h448a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H384a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64"},null,-1)]))}const js={render:Ts},Ds={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Os(n,t){return e.openBlock(),e.createElementBlock("svg",Ds,t[0]||(t[0]=[e.createElementVNode("path",{d:"M20 8V0H6L0 6v18h12v8h20V8zM6 2.828V6H2.828zM2 22V8h6V2h10v6l-6 6v8zm16-11.172V14h-3.172zM30 30H14V16h6v-6h10z"},null,-1)]))}const Ps={render:Os},Fs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rs(n,t){return e.openBlock(),e.createElementBlock("svg",Fs,t[0]||(t[0]=[e.createElementVNode("path",{d:"M320 256a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h384a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128H320a128 128 0 0 1-128-128V320a128 128 0 0 1 128-128"},null,-1),e.createElementVNode("path",{d:"M512 64a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m-320 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 896a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m160 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m-320 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32M64 512a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0-160a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0 320a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m896-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0 320a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32"},null,-1)]))}const Ws={render:Rs},Us={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ys(n,t){return e.openBlock(),e.createElementBlock("svg",Us,t[0]||(t[0]=[e.createElementVNode("path",{d:"M896 324.096c0-42.368-2.496-55.296-9.536-68.48a52.35 52.35 0 0 0-22.144-22.08c-13.12-7.04-26.048-9.536-68.416-9.536H228.096c-42.368 0-55.296 2.496-68.48 9.536a52.35 52.35 0 0 0-22.08 22.144c-7.04 13.12-9.536 26.048-9.536 68.416v375.808c0 42.368 2.496 55.296 9.536 68.48a52.35 52.35 0 0 0 22.144 22.08c13.12 7.04 26.048 9.536 68.416 9.536h567.808c42.368 0 55.296-2.496 68.48-9.536a52.35 52.35 0 0 0 22.08-22.144c7.04-13.12 9.536-26.048 9.536-68.416zm64 0v375.808c0 57.088-5.952 77.76-17.088 98.56-11.136 20.928-27.52 37.312-48.384 48.448S852.928 864 795.968 864H228.032c-57.088 0-77.76-5.952-98.56-17.088a116.3 116.3 0 0 1-48.448-48.384c-11.136-20.864-17.088-41.6-17.088-98.56V324.032c0-57.088 5.952-77.76 17.088-98.56 11.136-20.928 27.52-37.312 48.384-48.448s41.6-17.088 98.56-17.088H795.84c57.088 0 77.76 5.952 98.56 17.088 20.928 11.136 37.312 27.52 48.448 48.384s17.088 41.6 17.088 98.56z"},null,-1),e.createElementVNode("path",{d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"},null,-1)]))}const Gs={render:Ys},Ks={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xs(n,t){return e.openBlock(),e.createElementBlock("svg",Ks,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 768h672a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V96a32 32 0 0 1 64 0z"},null,-1),e.createElementVNode("path",{d:"M832 224v704a32 32 0 1 1-64 0V256H96a32 32 0 0 1 0-64h704a32 32 0 0 1 32 32"},null,-1)]))}const Qs={render:Xs},Zs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19 19"};function Js(n,t){return e.openBlock(),e.createElementBlock("svg",Zs,t[0]||(t[0]=[e.createElementVNode("path",{d:"M10 8.586 2.929 1.515 1.515 2.929 8.586 10l-7.071 7.071 1.414 1.414L10 11.414l7.071 7.071 1.414-1.414L11.414 10l7.071-7.071-1.414-1.414z"},null,-1)]))}const wt={render:Js},ed={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function td(n,t){return e.openBlock(),e.createElementBlock("svg",ed,t[0]||(t[0]=[e.createElementVNode("path",{d:"M352 192V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64H96a32 32 0 0 1 0-64zm64 0h192v-64H416zM192 960a32 32 0 0 1-32-32V256h704v672a32 32 0 0 1-32 32zm224-192a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32m192 0a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32"},null,-1)]))}const nd={render:td},od={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function rd(n,t){return e.openBlock(),e.createElementBlock("svg",od,t[0]||(t[0]=[e.createElementVNode("path",{d:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"},null,-1)]))}const ad={render:rd},ld={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function id(n,t){return e.openBlock(),e.createElementBlock("svg",ld,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 416v-48a144 144 0 0 1 168.64-141.888 224.128 224.128 0 0 1 430.72 0A144 144 0 0 1 896 368v48a384 384 0 0 1-352 382.72V896h-64v-97.28A384 384 0 0 1 128 416m287.104-32.064h193.792a143.81 143.81 0 0 1 58.88-132.736 160.064 160.064 0 0 0-311.552 0 143.81 143.81 0 0 1 58.88 132.8zm-72.896 0a72 72 0 1 0-140.48 0zm339.584 0h140.416a72 72 0 1 0-140.48 0zM512 736a320 320 0 0 0 318.4-288.064H193.6A320 320 0 0 0 512 736M384 896.064h256a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64"},null,-1)]))}const cd={render:id},sd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function dd(n,t){return e.openBlock(),e.createElementBlock("svg",sd,t[0]||(t[0]=[e.createElementVNode("path",{d:"M224 704h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0L224 318.336zm0 64v128h576V768zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0"},null,-1),e.createElementVNode("path",{d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"},null,-1)]))}const pd={render:dd},md={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function hd(n,t){return e.openBlock(),e.createElementBlock("svg",md,t[0]||(t[0]=[e.createElementVNode("path",{d:"M27 0H3C1.35 0 0 1.35 0 3v26c0 1.65 1.35 3 3 3h24c1.65 0 3-1.35 3-3V3c0-1.65-1.35-3-3-3m-1 28H4V4h22zM8 14h14v2H8zm0 4h14v2H8zm0 4h14v2H8zm0-12h14v2H8z"},null,-1)]))}const gr={render:hd},ud={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fd(n,t){return e.openBlock(),e.createElementBlock("svg",ud,t[0]||(t[0]=[e.createElementVNode("path",{d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m320 512V448h64v128h128v64H544v128h-64V640H352v-64z"},null,-1)]))}const gd={render:fd},_d={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wd(n,t){return e.openBlock(),e.createElementBlock("svg",_d,t[0]||(t[0]=[e.createElementVNode("path",{d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"},null,-1)]))}const bd={render:wd},kd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function yd(n,t){return e.openBlock(),e.createElementBlock("svg",kd,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"},null,-1)]))}const Bd={render:yd},xd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vd(n,t){return e.openBlock(),e.createElementBlock("svg",xd,t[0]||(t[0]=[e.createElementVNode("path",{d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m308.992 546.304-90.496-90.624 45.248-45.248 90.56 90.496 90.496-90.432 45.248 45.248-90.496 90.56 90.496 90.496-45.248 45.248-90.496-90.496-90.56 90.496-45.248-45.248z"},null,-1)]))}const Nd={render:vd},$d={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Vd(n,t){return e.openBlock(),e.createElementBlock("svg",$d,t[0]||(t[0]=[e.createElementVNode("path",{d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m192 512h320v64H352z"},null,-1)]))}const Ed={render:Vd},Cd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Md(n,t){return e.openBlock(),e.createElementBlock("svg",Cd,t[0]||(t[0]=[e.createElementVNode("path",{d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"},null,-1)]))}const Sd={render:Md},zd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hd(n,t){return e.openBlock(),e.createElementBlock("svg",zd,t[0]||(t[0]=[e.createElementVNode("path",{d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"},null,-1)]))}const Id={render:Hd},qd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ld(n,t){return e.openBlock(),e.createElementBlock("svg",qd,t[0]||(t[0]=[e.createElementVNode("path",{d:"m199.04 672.64 193.984 112 224-387.968-193.92-112-224 388.032zm-23.872 60.16 32.896 148.288 144.896-45.696zM455.04 229.248l193.92 112 56.704-98.112-193.984-112zM104.32 708.8l384-665.024 304.768 175.936L409.152 884.8h.064l-248.448 78.336zm384 254.272v-64h448v64z"},null,-1)]))}const Ad={render:Ld},Td={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function jd(n,t){return e.openBlock(),e.createElementBlock("svg",Td,t[0]||(t[0]=[e.createElementVNode("path",{d:"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"},null,-1),e.createElementVNode("path",{d:"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"},null,-1)]))}const Dd={render:jd},Od={viewBox:"0 0 32 32"};function Pd(n,t){return e.openBlock(),e.createElementBlock("svg",Od,t[0]||(t[0]=[e.createElementVNode("path",{d:"M32 0H19l5 5-6 6 3 3 6-6 5 5zM32 32V19l-5 5-6-6-3 3 6 6-5 5zM0 32h13l-5-5 6-6-3-3-6 6-5-5zM0 0v13l5-5 6 6 3-3-6-6 5-5z"},null,-1)]))}const _r={render:Pd},Fd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rd(n,t){return e.openBlock(),e.createElementBlock("svg",Fd,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 192h768v128H128zm0 256h512v128H128zm0 256h768v128H128zm576-352 192 160-192 128z"},null,-1)]))}const Wd={render:Rd},Ud={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Yd(n,t){return e.openBlock(),e.createElementBlock("svg",Ud,t[0]||(t[0]=[e.createElementVNode("path",{d:"M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0m0 29C8.82 29 3 23.18 3 16S8.82 3 16 3s13 5.82 13 13-5.82 13-13 13"},null,-1),e.createElementVNode("path",{d:"m21 8-5 5-5-5-3 3 5 5-5 5 3 3 5-5 5 5 3-3-5-5 5-5z"},null,-1)]))}const Ke={render:Yd},Gd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Kd(n,t){return e.openBlock(),e.createElementBlock("svg",Gd,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 160H256c-17.673 0-32 14.327-32 32v640c0 17.673 14.327 32 32 32h256a32 32 0 1 0 0-64H288V224h224a32 32 0 1 0 0-64"},null,-1),e.createElementVNode("path",{d:"M589.248 278.656a32 32 0 0 0 0 45.248L745.344 480H416a32 32 0 1 0 0 64h329.344L589.248 700.096a32 32 0 1 0 45.248 45.248l210.688-210.688a32 32 0 0 0 0-45.248L634.496 278.656a32 32 0 0 0-45.248 0"},null,-1)]))}const Xd={render:Kd},Qd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zd(n,t){return e.openBlock(),e.createElementBlock("svg",Qd,t[0]||(t[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M192 160h640c17.673 0 32 14.327 32 32v640c0 17.673-14.327 32-32 32H192c-17.673 0-32-14.327-32-32V192c0-17.673 14.327-32 32-32m32 64v576h576V224z"},null,-1),e.createElementVNode("path",{d:"M550.624 310.624a32 32 0 0 1 45.248 0l178.752 178.752a32 32 0 0 1 0 45.248L595.872 713.376a32 32 0 0 1-45.248-45.248L674.752 544H384a32 32 0 1 1 0-64h290.752L550.624 355.872a32 32 0 0 1 0-45.248"},null,-1)]))}const Jd={render:Zd},e4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function t4(n,t){return e.openBlock(),e.createElementBlock("svg",e4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M16 6C9.021 6 2.972 10.064 0 16c2.972 5.936 9.021 10 16 10s13.027-4.064 16-10c-2.972-5.936-9.021-10-16-10m7.889 5.303A15.2 15.2 0 0 1 28.559 16a15.2 15.2 0 0 1-4.67 4.697C21.527 22.204 18.799 23 16 23s-5.527-.796-7.889-2.303A15.2 15.2 0 0 1 3.441 16a15.2 15.2 0 0 1 5.041-4.925 8 8 0 1 0 15.036 0q.186.111.371.228M16 13a3 3 0 1 1-6 0 3 3 0 0 1 6 0"},null,-1)]))}const wr={render:t4},n4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function o4(n,t){return e.openBlock(),e.createElementBlock("svg",n4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M29.561.439a1.5 1.5 0 0 0-2.121 0l-6.318 6.318A17.6 17.6 0 0 0 16 6C9.021 6 2.972 10.064 0 16a18.3 18.3 0 0 0 5.407 6.472L.439 27.44a1.5 1.5 0 1 0 2.122 2.121l27-27a1.5 1.5 0 0 0 0-2.121zM13 10a3 3 0 0 1 2.841 2.037l-3.804 3.804A3 3 0 0 1 13 10m-9.559 6a15.2 15.2 0 0 1 5.041-4.925A8 8 0 0 0 8 13.812c0 1.715.54 3.304 1.459 4.607l-1.904 1.904A15.2 15.2 0 0 1 3.441 16M24 13.813c0-.849-.133-1.667-.378-2.434L13.566 21.435a8 8 0 0 0 10.435-7.622z"},null,-1),e.createElementVNode("path",{d:"M25.938 9.062 23.77 11.23l.118.074a15.2 15.2 0 0 1 4.67 4.697 15.2 15.2 0 0 1-4.67 4.697 14.64 14.64 0 0 1-11.45 1.864l-2.403 2.403a17.6 17.6 0 0 0 5.964 1.036c6.978 0 13.027-4.064 16-10a18.3 18.3 0 0 0-6.062-6.938z"},null,-1)]))}const br={render:o4},r4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function a4(n,t){return e.openBlock(),e.createElementBlock("svg",r4,t[0]||(t[0]=[e.createElementVNode("path",{d:"m557.248 608 135.744-135.744-45.248-45.248-135.68 135.744-135.808-135.68-45.248 45.184L466.752 608l-135.68 135.68 45.184 45.312L512 653.248l135.744 135.744 45.248-45.248L557.312 608zM704 192h160v736H160V192h160v64h384zm-320 0V96h256v96z"},null,-1)]))}const l4={render:a4},i4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c4(n,t){return e.openBlock(),e.createElementBlock("svg",i4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 384v448h768V384zm-32-64h832a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32m64-128h704v64H160zm96-128h512v64H256z"},null,-1)]))}const s4={render:c4},d4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p4(n,t){return e.openBlock(),e.createElementBlock("svg",d4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M320 288V128h64v352h256V128h64v160h160v64H704v128h160v64H704v128h160v64H704v160h-64V544H384v352h-64V736H128v-64h192V544H128v-64h192V352H128v-64z"},null,-1)]))}const m4={render:p4},h4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function u4(n,t){return e.openBlock(),e.createElementBlock("svg",h4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M384 523.392V928a32 32 0 0 0 46.336 28.608l192-96A32 32 0 0 0 640 832V523.392l280.768-343.104a32 32 0 1 0-49.536-40.576l-288 352A32 32 0 0 0 576 512v300.224l-128 64V512a32 32 0 0 0-7.232-20.288L195.52 192H704a32 32 0 1 0 0-64H128a32 32 0 0 0-24.768 52.288z"},null,-1)]))}const f4={render:u4},g4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _4(n,t){return e.openBlock(),e.createElementBlock("svg",g4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M280.768 753.728 691.456 167.04a32 32 0 1 1 52.416 36.672L314.24 817.472a32 32 0 0 1-45.44 7.296l-230.4-172.8a32 32 0 0 1 38.4-51.2zM736 448a32 32 0 1 1 0-64h192a32 32 0 1 1 0 64zM608 640a32 32 0 0 1 0-64h319.936a32 32 0 1 1 0 64zM480 832a32 32 0 1 1 0-64h447.936a32 32 0 1 1 0 64z"},null,-1)]))}const w4={render:_4},b4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function k4(n,t){return e.openBlock(),e.createElementBlock("svg",b4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"},null,-1)]))}const y4={render:k4},B4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x4(n,t){return e.openBlock(),e.createElementBlock("svg",B4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"},null,-1)]))}const v4={render:x4},N4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $4(n,t){return e.openBlock(),e.createElementBlock("svg",N4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m384 416V416h64v128h128v64H544v128h-64V608H352v-64z"},null,-1)]))}const V4={render:$4},E4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function C4(n,t){return e.openBlock(),e.createElementBlock("svg",E4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m414.08 502.144 180.992-180.992L736.32 494.4 510.08 720.64l-158.4-158.336 45.248-45.312z"},null,-1)]))}const M4={render:C4},S4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z4(n,t){return e.openBlock(),e.createElementBlock("svg",S4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m370.752 448-90.496-90.496 45.248-45.248L512 530.752l90.496-90.496 45.248 45.248L557.248 576l90.496 90.496-45.248 45.248L512 621.248l-90.496 90.496-45.248-45.248z"},null,-1)]))}const H4={render:z4},I4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q4(n,t){return e.openBlock(),e.createElementBlock("svg",I4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M878.08 448H241.92l-96 384h636.16zM832 384v-64H485.76L357.504 192H128v448l57.92-231.744A32 32 0 0 1 216.96 384zm-24.96 512H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h287.872l128.384 128H864a32 32 0 0 1 32 32v96h23.04a32 32 0 0 1 31.04 39.744l-112 448A32 32 0 0 1 807.04 896"},null,-1)]))}const L4={render:q4},A4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function T4(n,t){return e.openBlock(),e.createElementBlock("svg",A4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32"},null,-1)]))}const j4={render:T4},D4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O4(n,t){return e.openBlock(),e.createElementBlock("svg",D4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 352.576V352a288 288 0 0 1 491.072-204.224 192 192 0 0 1 274.24 204.48 64 64 0 0 1 57.216 74.24C921.6 600.512 850.048 710.656 736 756.992V800a96 96 0 0 1-96 96H384a96 96 0 0 1-96-96v-43.008c-114.048-46.336-185.6-156.48-214.528-330.496A64 64 0 0 1 128 352.64zm64-.576h64a160 160 0 0 1 320 0h64a224 224 0 0 0-448 0m128 0h192a96 96 0 0 0-192 0m439.424 0h68.544A128.256 128.256 0 0 0 704 192c-15.36 0-29.952 2.688-43.52 7.616 11.328 18.176 20.672 37.76 27.84 58.304A64.128 64.128 0 0 1 759.424 352M672 768H352v32a32 32 0 0 0 32 32h256a32 32 0 0 0 32-32zm-342.528-64h365.056c101.504-32.64 165.76-124.928 192.896-288H136.576c27.136 163.072 91.392 255.36 192.896 288"},null,-1)]))}const P4={render:O4},F4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R4(n,t){return e.openBlock(),e.createElementBlock("svg",F4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 410.304V96a32 32 0 0 1 64 0v314.304a96 96 0 0 0 64-90.56V96a32 32 0 0 1 64 0v223.744a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.544a160 160 0 0 1-128-156.8V96a32 32 0 0 1 64 0v223.744a96 96 0 0 0 64 90.56M672 572.48C581.184 552.128 512 446.848 512 320c0-141.44 85.952-256 192-256s192 114.56 192 256c0 126.848-69.184 232.128-160 252.48V928a32 32 0 1 1-64 0zM704 512c66.048 0 128-82.56 128-192s-61.952-192-128-192-128 82.56-128 192 61.952 192 128 192"},null,-1)]))}const W4={render:R4},U4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Y4(n,t){return e.openBlock(),e.createElementBlock("svg",U4,t[0]||(t[0]=[e.createElementVNode("path",{d:"m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64z"},null,-1)]))}const G4={render:Y4},K4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function X4(n,t){return e.openBlock(),e.createElementBlock("svg",K4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 320h512c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320m503.936 64H264.064a256.128 256.128 0 0 0 495.872 0M544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4"},null,-1)]))}const Q4={render:X4},Z4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function J4(n,t){return e.openBlock(),e.createElementBlock("svg",Z4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09"},null,-1),e.createElementVNode("path",{d:"M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23"},null,-1),e.createElementVNode("path",{d:"M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93z"},null,-1),e.createElementVNode("path",{d:"M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53"},null,-1)]))}const e3={render:J4},t3={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function n3(n,t){return e.openBlock(),e.createElementBlock("svg",t3,t[0]||(t[0]=[e.createElementVNode("path",{d:"m772.13 452.84 53.86-351.81c1.32-10.01-1.17-18.68-7.49-26.02S804.35 64 795.01 64H228.99v-.01h-.06c-9.33 0-17.15 3.67-23.49 11.01s-8.83 16.01-7.49 26.02l53.87 351.89C213.54 505.73 193.59 568.09 192 640c2 90.67 33.17 166.17 93.5 226.5S421.33 957.99 512 960c90.67-2 166.17-33.17 226.5-93.5 60.33-60.34 91.49-135.83 93.5-226.5-1.59-71.94-21.56-134.32-59.87-187.16M640.01 128h117.02l-39.01 254.02c-20.75-10.64-40.74-19.73-59.94-27.28-5.92-3-11.95-5.8-18.08-8.41V128zM576 128v198.76c-13.18-2.58-26.74-4.43-40.67-5.55-8.07-.8-15.85-1.2-23.33-1.2-10.54 0-21.09.66-31.64 1.96a360 360 0 0 0-32.36 4.79V128zm-192 0h.04v218.3c-6.22 2.66-12.34 5.5-18.36 8.56-19.13 7.54-39.02 16.6-59.66 27.16L267.01 128zm308.99 692.99c-48 48-108.33 73-180.99 75.01-72.66-2.01-132.99-27.01-180.99-75.01S258.01 712.66 256 640c2.01-72.66 27.01-132.99 75.01-180.99 19.67-19.67 41.41-35.47 65.22-47.41 38.33-15.04 71.15-23.92 98.44-26.65 5.07-.41 10.2-.7 15.39-.88.63-.01 1.28-.03 1.91-.03.66 0 1.35.03 2.02.04 5.11.17 10.15.46 15.13.86 27.4 2.71 60.37 11.65 98.91 26.79 23.71 11.93 45.36 27.69 64.96 47.29 48 48 73 108.33 75.01 180.99-2.01 72.65-27.01 132.98-75.01 180.98"},null,-1),e.createElementVNode("path",{d:"M544 480H416v64h64v192h-64v64h192v-64h-64z"},null,-1)]))}const o3={render:n3},r3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function a3(n,t){return e.openBlock(),e.createElementBlock("svg",r3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M192 352h640l64 544H128zm128 224h64V448h-64zm320 0h64V448h-64zM384 288h-64a192 192 0 1 1 384 0h-64a128 128 0 1 0-256 0"},null,-1)]))}const l3={render:a3},i3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c3(n,t){return e.openBlock(),e.createElementBlock("svg",i3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M320 288v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4h131.072a32 32 0 0 1 31.808 28.8l57.6 576a32 32 0 0 1-31.808 35.2H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320zm64 0h256v-22.336C640 189.248 582.272 128 512 128s-128 61.248-128 137.664v22.4zm-64 64H217.92l-51.2 512h690.56l-51.264-512H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0z"},null,-1)]))}const s3={render:c3},d3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p3(n,t){return e.openBlock(),e.createElementBlock("svg",d3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M544 195.2a160 160 0 0 1 96 60.8 160 160 0 1 1 146.24 254.976 160 160 0 0 1-128 224 160 160 0 1 1-292.48 0 160 160 0 0 1-128-224A160 160 0 1 1 384 256a160 160 0 0 1 96-60.8V128h-64a32 32 0 0 1 0-64h192a32 32 0 0 1 0 64h-64zM512 448a96 96 0 1 0 0-192 96 96 0 0 0 0 192m-256 0a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192"},null,-1)]))}const m3={render:p3},h3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function u3(n,t){return e.openBlock(),e.createElementBlock("svg",h3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"},null,-1)]))}const f3={render:u3},g3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _3(n,t){return e.openBlock(),e.createElementBlock("svg",g3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M640 608h-64V416h64zm0 160v160a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V768h64v128h128V768zM384 608V416h64v192zm256-352h-64V128H448v128h-64V96a32 32 0 0 1 32-32h192a32 32 0 0 1 32 32z"},null,-1),e.createElementVNode("path",{d:"m220.8 256-71.232 80 71.168 80H768V256zm-14.4-64H800a32 32 0 0 1 32 32v224a32 32 0 0 1-32 32H206.4a32 32 0 0 1-23.936-10.752l-99.584-112a32 32 0 0 1 0-42.496l99.584-112A32 32 0 0 1 206.4 192m678.784 496-71.104 80H266.816V608h547.2zm-56.768-144H234.88a32 32 0 0 0-32 32v224a32 32 0 0 0 32 32h593.6a32 32 0 0 0 23.936-10.752l99.584-112a32 32 0 0 0 0-42.496l-99.584-112A32 32 0 0 0 828.48 544z"},null,-1)]))}const w3={render:_3},b3={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function k3(n,t){return e.openBlock(),e.createElementBlock("svg",b3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M887.01 264.99c-6-5.99-13.67-8.99-23.01-8.99H704c-1.34-54.68-20.01-100.01-56-136s-81.32-54.66-136-56c-54.68 1.34-100.01 20.01-136 56s-54.66 81.32-56 136H160c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.67-8.99 23.01v640c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V288c0-9.35-2.99-17.02-8.99-23.01M421.5 165.5c24.32-24.34 54.49-36.84 90.5-37.5 35.99.68 66.16 13.18 90.5 37.5s36.84 54.49 37.5 90.5H384c.68-35.99 13.18-66.16 37.5-90.5M832 896H192V320h128v128h64V320h256v128h64V320h128z"},null,-1)]))}const y3={render:k3},B3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x3(n,t){return e.openBlock(),e.createElementBlock("svg",B3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M896 529.152V512a384 384 0 1 0-768 0v17.152A128 128 0 0 1 320 640v128a128 128 0 1 1-256 0V512a448 448 0 1 1 896 0v256a128 128 0 1 1-256 0V640a128 128 0 0 1 192-110.848M896 640a64 64 0 0 0-128 0v128a64 64 0 0 0 128 0zm-768 0v128a64 64 0 0 0 128 0V640a64 64 0 1 0-128 0"},null,-1)]))}const v3={render:x3},N3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $3(n,t){return e.openBlock(),e.createElementBlock("svg",N3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"},null,-1)]))}const V3={render:$3},E3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function C3(n,t){return e.openBlock(),e.createElementBlock("svg",E3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M273.067 477.867h477.866V409.6H273.067zm0 68.266v51.2A187.733 187.733 0 0 0 460.8 785.067h102.4a187.733 187.733 0 0 0 187.733-187.734v-51.2zm-34.134-204.8h546.134a34.133 34.133 0 0 1 34.133 34.134v221.866a256 256 0 0 1-256 256H460.8a256 256 0 0 1-256-256V375.467a34.133 34.133 0 0 1 34.133-34.134M512 34.133a34.133 34.133 0 0 1 34.133 34.134v170.666a34.133 34.133 0 0 1-68.266 0V68.267A34.133 34.133 0 0 1 512 34.133M375.467 102.4a34.133 34.133 0 0 1 34.133 34.133v102.4a34.133 34.133 0 0 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.134-34.133m273.066 0a34.133 34.133 0 0 1 34.134 34.133v102.4a34.133 34.133 0 1 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.133-34.133M170.667 921.668h682.666a34.133 34.133 0 1 1 0 68.267H170.667a34.133 34.133 0 1 1 0-68.267"},null,-1)]))}const M3={render:C3},S3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z3(n,t){return e.openBlock(),e.createElementBlock("svg",S3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M192 413.952V896h640V413.952L512 147.328zM139.52 374.4l352-293.312a32 32 0 0 1 40.96 0l352 293.312A32 32 0 0 1 896 398.976V928a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V398.976a32 32 0 0 1 11.52-24.576"},null,-1)]))}const H3={render:z3},I3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q3(n,t){return e.openBlock(),e.createElementBlock("svg",I3,t[0]||(t[0]=[e.createElementVNode("path",{d:"m308.352 489.344 226.304 226.304a32 32 0 0 0 45.248 0L783.552 512A192 192 0 1 0 512 240.448L308.352 444.16a32 32 0 0 0 0 45.248zm135.744 226.304L308.352 851.392a96 96 0 0 1-135.744-135.744l135.744-135.744-45.248-45.248a96 96 0 0 1 0-135.808L466.752 195.2A256 256 0 0 1 828.8 557.248L625.152 760.96a96 96 0 0 1-135.808 0l-45.248-45.248zM398.848 670.4 353.6 625.152 217.856 760.896a32 32 0 0 0 45.248 45.248zm248.96-384.64a32 32 0 0 1 0 45.248L466.624 512a32 32 0 1 1-45.184-45.248l180.992-181.056a32 32 0 0 1 45.248 0zm90.496 90.496a32 32 0 0 1 0 45.248L557.248 602.496A32 32 0 1 1 512 557.248l180.992-180.992a32 32 0 0 1 45.312 0"},null,-1)]))}const L3={render:q3},A3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function T3(n,t){return e.openBlock(),e.createElementBlock("svg",A3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 448v128h239.68l16.064-128zm-64 0H256.256l16.064 128H448zm64-255.36V384h247.744A256.13 256.13 0 0 0 512 192.64m-64 8.064A256.45 256.45 0 0 0 264.256 384H448zm64-72.064A320.13 320.13 0 0 1 825.472 384H896a32 32 0 1 1 0 64h-64v1.92l-56.96 454.016A64 64 0 0 1 711.552 960H312.448a64 64 0 0 1-63.488-56.064L192 449.92V448h-64a32 32 0 0 1 0-64h70.528A320.38 320.38 0 0 1 448 135.04V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H544a32 32 0 0 0-32 32zM743.68 640H280.32l32.128 256h399.104z"},null,-1)]))}const j3={render:T3},D3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O3(n,t){return e.openBlock(),e.createElementBlock("svg",D3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64m67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344M590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.99 12.99 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"},null,-1)]))}const kr={render:O3},P3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function F3(n,t){return e.openBlock(),e.createElementBlock("svg",P3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M14 9.5c0-.825.675-1.5 1.5-1.5h1c.825 0 1.5.675 1.5 1.5v1c0 .825-.675 1.5-1.5 1.5h-1c-.825 0-1.5-.675-1.5-1.5zM20 24h-8v-2h2v-6h-2v-2h6v8h2z"},null,-1),e.createElementVNode("path",{d:"M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0m0 29C8.82 29 3 23.18 3 16S8.82 3 16 3s13 5.82 13 13-5.82 13-13 13"},null,-1)]))}const R3={render:F3},W3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function U3(n,t){return e.openBlock(),e.createElementBlock("svg",W3,t[0]||(t[0]=[e.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-width":"2",d:"M0 0h32v32H0z"},null,-1),e.createElementVNode("path",{d:"M26 9a3 3 0 1 1-6 0 3 3 0 0 1 6 0M28 26H4v-4l7-12 8 10h2l7-6z"},null,-1)]))}const pn={render:U3},Y3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G3(n,t){return e.openBlock(),e.createElementBlock("svg",Y3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M448 456.064V96a32 32 0 0 1 32-32.064L672 64a32 32 0 0 1 0 64H512v128h160a32 32 0 0 1 0 64H512v128a256 256 0 1 1-64 8.064M512 896a192 192 0 1 0 0-384 192 192 0 0 0 0 384"},null,-1)]))}const K3={render:G3},X3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q3(n,t){return e.openBlock(),e.createElementBlock("svg",X3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 410.56V96a32 32 0 0 1 64 0v314.56A96 96 0 0 0 384 320V96a32 32 0 0 1 64 0v224a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.8A160 160 0 0 1 128 320V96a32 32 0 0 1 64 0v224a96 96 0 0 0 64 90.56m384-250.24V544h126.72c-3.328-78.72-12.928-147.968-28.608-207.744-14.336-54.528-46.848-113.344-98.112-175.872zM640 608v320a32 32 0 1 1-64 0V64h64c85.312 89.472 138.688 174.848 160 256s32 177.152 32 288z"},null,-1)]))}const Z3={render:Q3},J3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ep(n,t){return e.openBlock(),e.createElementBlock("svg",J3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M288 671.36v64.128A239.81 239.81 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 736 734.016v-64.768a192 192 0 0 0 3.328-377.92l-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 91.968 70.464 167.36 160.256 175.232z"},null,-1),e.createElementVNode("path",{d:"M416 736a32 32 0 0 1-27.776-47.872l128-224a32 32 0 1 1 55.552 31.744L471.168 672H608a32 32 0 0 1 27.776 47.872l-128 224a32 32 0 1 1-55.68-31.744L552.96 736z"},null,-1)]))}const tp={render:ep},np={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function op(n,t){return e.openBlock(),e.createElementBlock("svg",np,t[0]||(t[0]=[e.createElementVNode("path",{d:"M715.648 625.152 670.4 579.904l90.496-90.56c75.008-74.944 85.12-186.368 22.656-248.896-62.528-62.464-173.952-52.352-248.96 22.656L444.16 353.6l-45.248-45.248 90.496-90.496c100.032-99.968 251.968-110.08 339.456-22.656 87.488 87.488 77.312 239.424-22.656 339.456l-90.496 90.496zm-90.496 90.496-90.496 90.496C434.624 906.112 282.688 916.224 195.2 828.8c-87.488-87.488-77.312-239.424 22.656-339.456l90.496-90.496 45.248 45.248-90.496 90.56c-75.008 74.944-85.12 186.368-22.656 248.896 62.528 62.464 173.952 52.352 248.96-22.656l90.496-90.496zm0-362.048 45.248 45.248L398.848 670.4 353.6 625.152z"},null,-1)]))}const rp={render:op},ap={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function lp(n,t){return e.openBlock(),e.createElementBlock("svg",ap,t[0]||(t[0]=[e.createElementVNode("path",{d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"},null,-1)]))}const ip={render:lp},cp={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 100 100"};function sp(n,t){return e.openBlock(),e.createElementBlock("svg",cp,t[0]||(t[0]=[e.createStaticVNode('<g transform="translate(50 50)"><circle cy="-30" r="5"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="21.21" cy="-21.21" r="5" opacity=".875"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="30" r="5" opacity=".75"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="21.21" cy="21.21" r="5" opacity=".625"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cy="30" r="5" opacity=".5"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="-21.21" cy="21.21" r="5" opacity=".375"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="-30" r="5" opacity=".25"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="-21.21" cy="-21.21" r="5" opacity=".125"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle></g>',1)]))}const bt={render:sp},dp={xmlns:"http://www.w3.org/2000/svg",width:"100",height:"100",viewBox:"0 0 1024 1024"};function pp(n,t){return e.openBlock(),e.createElementBlock("svg",dp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248m452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248M828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0"},[e.createElementVNode("animateTransform",{attributeName:"transform",dur:"1.5s",from:"0 512 512",repeatCount:"indefinite",to:"360 512 512",type:"rotate"})],-1)]))}const yr={render:pp},mp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hp(n,t){return e.openBlock(),e.createElementBlock("svg",mp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 928c23.936 0 117.504-68.352 192.064-153.152C803.456 661.888 864 535.808 864 416c0-189.632-155.84-320-352-320S160 226.368 160 416c0 120.32 60.544 246.4 159.936 359.232C394.432 859.84 488 928 512 928m0-435.2a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 140.8a204.8 204.8 0 1 1 0-409.6 204.8 204.8 0 0 1 0 409.6"},null,-1)]))}const up={render:hp},fp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gp(n,t){return e.openBlock(),e.createElementBlock("svg",fp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"},null,-1),e.createElementVNode("path",{d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"},null,-1),e.createElementVNode("path",{d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"},null,-1)]))}const _p={render:gp},wp={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 79 69"};function bp(n,t){return e.openBlock(),e.createElementBlock("svg",wp,t[0]||(t[0]=[e.createElementVNode("defs",null,[e.createElementVNode("linearGradient",{id:"a",x1:"0%",x2:"100%",y1:"0%",y2:"100%"},[e.createElementVNode("stop",{offset:"0%",style:{"stop-color":"#ff0096","stop-opacity":"1"}}),e.createElementVNode("stop",{offset:"100%",style:{"stop-color":"#0cf","stop-opacity":"1"}})])],-1),e.createElementVNode("path",{fill:"url(#a)",d:"M37.892 13.546V55h-4.858l-22.59-32.548h-.404V55H5.02V13.546h4.858l22.67 32.629h.405v-32.63zm-4.872 0h5.991L53.1 47.956h.486l14.088-34.41h5.992V55h-4.696V23.504h-.405L55.609 55h-4.534L38.121 23.504h-.405V55H33.02z"},null,-1)]))}const kp={render:bp},yp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Bp(n,t){return e.openBlock(),e.createElementBlock("svg",yp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"},null,-1),e.createElementVNode("path",{d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"},null,-1)]))}const xp={render:Bp},vp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Np(n,t){return e.openBlock(),e.createElementBlock("svg",vp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"},null,-1),e.createElementVNode("path",{d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m192-160v-64a192 192 0 1 0-384 0v64zM512 64a256 256 0 0 1 256 256v128H256V320A256 256 0 0 1 512 64"},null,-1)]))}const $p={render:Np},Vp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ep(n,t){return e.openBlock(),e.createElementBlock("svg",Vp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M513.28 448a64 64 0 1 1 76.544 49.728A96 96 0 0 0 768 448h64a160 160 0 0 1-320 0zm-126.976-29.696a256 256 0 1 0 43.52-180.48A256 256 0 0 1 832 448h-64a192 192 0 0 0-381.696-29.696m105.664 249.472L285.696 874.048a96 96 0 0 1-135.68-135.744l206.208-206.272a320 320 0 1 1 135.744 135.744m-54.464-36.032a322 322 0 0 1-45.248-45.248L195.2 783.552a32 32 0 1 0 45.248 45.248l197.056-197.12z"},null,-1)]))}const Cp={render:Ep},Mp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Sp(n,t){return e.openBlock(),e.createElementBlock("svg",Mp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64h64v192h-64zm0 576h64v192h-64zM160 480v-64h192v64zm576 0v-64h192v64zM249.856 199.04l45.248-45.184L430.848 289.6 385.6 334.848 249.856 199.104zM657.152 606.4l45.248-45.248 135.744 135.744-45.248 45.248zM114.048 923.2 68.8 877.952l316.8-316.8 45.248 45.248zM702.4 334.848 657.152 289.6l135.744-135.744 45.248 45.248z"},null,-1)]))}const zp={render:Sp},Hp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ip(n,t){return e.openBlock(),e.createElementBlock("svg",Hp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M832 320V192H704v320a192 192 0 1 1-384 0V192H192v128h128v64H192v128a320 320 0 0 0 640 0V384H704v-64zM640 512V128h256v384a384 384 0 1 1-768 0V128h256v384a128 128 0 1 0 256 0"},null,-1)]))}const qp={render:Ip},Lp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ap(n,t){return e.openBlock(),e.createElementBlock("svg",Lp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M399.5 849.5a225 225 0 1 0 0-450 225 225 0 0 0 0 450m0 56.25a281.25 281.25 0 1 1 0-562.5 281.25 281.25 0 0 1 0 562.5m253.125-787.5h225q28.125 0 28.125 28.125T877.625 174.5h-225q-28.125 0-28.125-28.125t28.125-28.125"},null,-1),e.createElementVNode("path",{d:"M877.625 118.25q28.125 0 28.125 28.125v225q0 28.125-28.125 28.125T849.5 371.375v-225q0-28.125 28.125-28.125"},null,-1),e.createElementVNode("path",{d:"M604.813 458.9 565.1 419.131l292.613-292.668 39.825 39.824z"},null,-1)]))}const Tp={render:Ap},jp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Dp(n,t){return e.openBlock(),e.createElementBlock("svg",jp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"},null,-1)]))}const Op={render:Dp},Pp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Fp(n,t){return e.openBlock(),e.createElementBlock("svg",Pp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"},null,-1),e.createElementVNode("path",{d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"},null,-1)]))}const Rp={render:Fp},Wp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Up(n,t){return e.openBlock(),e.createElementBlock("svg",Wp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 896a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"},null,-1),e.createElementVNode("path",{d:"M576 128H448v200a286.7 286.7 0 0 1 64-8c19.52 0 40.832 2.688 64 8zm64 0v219.648c24.448 9.088 50.56 20.416 78.4 33.92L757.44 128zm-256 0H266.624l39.04 253.568c27.84-13.504 53.888-24.832 78.336-33.92zM229.312 64h565.376a32 32 0 0 1 31.616 36.864L768 480c-113.792-64-199.104-96-256-96s-142.208 32-256 96l-58.304-379.136A32 32 0 0 1 229.312 64"},null,-1)]))}const Yp={render:Up},Gp={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function Kp(n,t){return e.openBlock(),e.createElementBlock("svg",Gp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M480 320h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"},null,-1),e.createElementVNode("path",{d:"M887.01 72.99C881.01 67 873.34 64 864 64H160c-9.35 0-17.02 3-23.01 8.99C131 78.99 128 86.66 128 96v832c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V96c0-9.35-3-17.02-8.99-23.01M192 896V128h96v768zm640 0H352V128h480z"},null,-1),e.createElementVNode("path",{d:"M480 512h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32m0 192h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"},null,-1)]))}const Xp={render:Kp},Qp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zp(n,t){return e.openBlock(),e.createElementBlock("svg",Qp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z"},null,-1)]))}const Jp={render:Zp},em={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function tm(n,t){return e.openBlock(),e.createElementBlock("svg",em,t[0]||(t[0]=[e.createElementVNode("path",{d:"M288 384h448v64H288zm96-128h256v64H384zM131.456 512H384v128h256V512h252.544L721.856 192H302.144zM896 576H704v128H320V576H128v256h768zM275.776 128h472.448a32 32 0 0 1 28.608 17.664l179.84 359.552A32 32 0 0 1 960 519.552V864a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V519.552a32 32 0 0 1 3.392-14.336l179.776-359.552A32 32 0 0 1 275.776 128"},null,-1)]))}const nm={render:tm},om={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function rm(n,t){return e.openBlock(),e.createElementBlock("svg",om,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 224v512a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V224zm0-64h768a64 64 0 0 1 64 64v512a128 128 0 0 1-128 128H192A128 128 0 0 1 64 736V224a64 64 0 0 1 64-64"},null,-1),e.createElementVNode("path",{d:"M904 224 656.512 506.88a192 192 0 0 1-289.024 0L120 224zm-698.944 0 210.56 240.704a128 128 0 0 0 192.704 0L818.944 224z"},null,-1)]))}const am={render:rm},lm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function im(n,t){return e.openBlock(),e.createElementBlock("svg",lm,t[0]||(t[0]=[e.createElementVNode("path",{d:"M480 704h160a64 64 0 0 0 64-64v-32h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-32a64 64 0 0 0-64-64H384a64 64 0 0 0-64 64v32h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v32a64 64 0 0 0 64 64zm64 64v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768h-96a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64h256a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128z"},null,-1)]))}const cm={render:im},sm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function dm(n,t){return e.openBlock(),e.createElementBlock("svg",sm,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 128a128 128 0 0 0-128 128v256a128 128 0 1 0 256 0V256a128 128 0 0 0-128-128m0-64a192 192 0 0 1 192 192v256a192 192 0 1 1-384 0V256A192 192 0 0 1 512 64m-32 832v-64a288 288 0 0 1-288-288v-32a32 32 0 0 1 64 0v32a224 224 0 0 0 224 224h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64z"},null,-1)]))}const pm={render:dm},mm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function hm(n,t){return e.openBlock(),e.createElementBlock("svg",mm,t[0]||(t[0]=[e.createElementVNode("path",{d:"M0 13v6a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1"},null,-1)]))}const um={render:hm},fm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function gm(n,t){return e.openBlock(),e.createElementBlock("svg",fm,t[0]||(t[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M4 12h16"},null,-1)]))}const mn={render:gm},_m={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wm(n,t){return e.openBlock(),e.createElementBlock("svg",_m,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 640v192h640V384H768v-64h150.976c14.272 0 19.456 1.472 24.64 4.288a29.06 29.06 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64v493.952c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H233.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096c-2.688-5.184-4.224-10.368-4.224-24.576V640z"},null,-1),e.createElementVNode("path",{d:"M768 192H128v448h640zm64-22.976v493.952c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096C65.536 682.432 64 677.248 64 663.04V169.024c0-14.272 1.472-19.456 4.288-24.64a29.06 29.06 0 0 1 12.096-12.16C85.568 129.536 90.752 128 104.96 128h685.952c14.272 0 19.456 1.472 24.64 4.288a29.06 29.06 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64z"},null,-1),e.createElementVNode("path",{d:"M448 576a160 160 0 1 1 0-320 160 160 0 0 1 0 320m0-64a96 96 0 1 0 0-192 96 96 0 0 0 0 192"},null,-1)]))}const bm={render:wm},km={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ym(n,t){return e.openBlock(),e.createElementBlock("svg",km,t[0]||(t[0]=[e.createElementVNode("path",{d:"M544 768v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768H192A128 128 0 0 1 64 640V256a128 128 0 0 1 128-128h640a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128zM192 192a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64z"},null,-1)]))}const Bm={render:ym},xm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vm(n,t){return e.openBlock(),e.createElementBlock("svg",xm,t[0]||(t[0]=[e.createElementVNode("path",{d:"M240.448 240.448a384 384 0 1 0 559.424 525.696 448 448 0 0 1-542.016-542.08 391 391 0 0 0-17.408 16.384m181.056 362.048a384 384 0 0 0 525.632 16.384A448 448 0 1 1 405.056 76.8a384 384 0 0 0 16.448 525.696"},null,-1)]))}const Nm={render:vm},$m={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Vm(n,t){return e.openBlock(),e.createElementBlock("svg",$m,t[0]||(t[0]=[e.createElementVNode("path",{d:"M176 416a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224"},null,-1)]))}const Em={render:Vm},Cm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Mm(n,t){return e.openBlock(),e.createElementBlock("svg",Cm,t[0]||(t[0]=[e.createElementVNode("path",{d:"M176 416a112 112 0 1 0 0 224 112 112 0 0 0 0-224m0 64a48 48 0 1 1 0 96 48 48 0 0 1 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96"},null,-1)]))}const Sm={render:Mm},zm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hm(n,t){return e.openBlock(),e.createElementBlock("svg",zm,t[0]||(t[0]=[e.createElementVNode("path",{d:"M737.216 357.952 704 349.824l-11.776-32a192.064 192.064 0 0 0-367.424 23.04l-8.96 39.04-39.04 8.96A192.064 192.064 0 0 0 320 768h368a207.81 207.81 0 0 0 207.808-208 208.32 208.32 0 0 0-158.592-202.048m15.168-62.208A272.32 272.32 0 0 1 959.744 560a271.81 271.81 0 0 1-271.552 272H320a256 256 0 0 1-57.536-505.536 256.128 256.128 0 0 1 489.92-30.72"},null,-1)]))}const Im={render:Hm},qm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Lm(n,t){return e.openBlock(),e.createElementBlock("svg",qm,t[0]||(t[0]=[e.createElementVNode("path",{d:"M438.144 256c-68.352 0-92.736 4.672-117.76 18.112q-30.144 16.128-46.272 46.272C260.672 345.408 256 369.792 256 438.144v275.712c0 68.352 4.672 92.736 18.112 117.76q16.128 30.144 46.272 46.272C345.408 891.328 369.792 896 438.144 896h147.712c68.352 0 92.736-4.672 117.76-18.112q30.144-16.128 46.272-46.272C763.328 806.592 768 782.208 768 713.856V438.144c0-68.352-4.672-92.736-18.112-117.76a110.46 110.46 0 0 0-46.272-46.272C678.592 260.672 654.208 256 585.856 256zm0-64h147.712c85.568 0 116.608 8.96 147.904 25.6 31.36 16.768 55.872 41.344 72.576 72.64C823.104 321.536 832 352.576 832 438.08v275.84c0 85.504-8.96 116.544-25.6 147.84a174.46 174.46 0 0 1-72.64 72.576C702.464 951.104 671.424 960 585.92 960H438.08c-85.504 0-116.544-8.96-147.84-25.6a174.46 174.46 0 0 1-72.64-72.704c-16.768-31.296-25.664-62.336-25.664-147.84v-275.84c0-85.504 8.96-116.544 25.6-147.84a174.46 174.46 0 0 1 72.768-72.576c31.232-16.704 62.272-25.6 147.776-25.6z"},null,-1),e.createElementVNode("path",{d:"M512 320q32 0 32 32v128q0 32-32 32t-32-32V352q0-32 32-32m32-96a32 32 0 0 1-64 0v-64a32 32 0 0 0-32-32h-96a32 32 0 0 1 0-64h96a96 96 0 0 1 96 96z"},null,-1)]))}const Am={render:Lm},Tm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function jm(n,t){return e.openBlock(),e.createElementBlock("svg",Tm,t[0]||(t[0]=[e.createElementVNode("path",{d:"M736 800V160H160v640a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64m64-544h63.552a96 96 0 0 1 96 96v224a96 96 0 0 1-96 96H800v128a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V128a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v288h63.552a32 32 0 0 0 32-32V352a32 32 0 0 0-32-32z"},null,-1)]))}const Dm={render:jm},Om={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Pm(n,t){return e.openBlock(),e.createElementBlock("svg",Om,t[0]||(t[0]=[e.createElementVNode("path",{d:"m241.216 832 63.616-64H768V448c0-42.368-10.24-82.304-28.48-117.504l46.912-47.232C815.36 331.392 832 387.84 832 448v320h96a32 32 0 1 1 0 64zm-90.24 0H96a32 32 0 1 1 0-64h96V448a320.13 320.13 0 0 1 256-313.6V128a64 64 0 1 1 128 0v6.4a319.55 319.55 0 0 1 171.648 97.088l-45.184 45.44A256 256 0 0 0 256 448v278.336L151.04 832zM448 896h128a64 64 0 0 1-128 0"},null,-1),e.createElementVNode("path",{d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056z"},null,-1)]))}const Fm={render:Pm},Rm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Wm(n,t){return e.openBlock(),e.createElementBlock("svg",Rm,t[0]||(t[0]=[e.createElementVNode("path",{d:"m412.16 592.128-45.44 45.44A191.23 191.23 0 0 1 320 512V256a192 192 0 1 1 384 0v44.352l-64 64V256a128 128 0 1 0-256 0v256c0 30.336 10.56 58.24 28.16 80.128m51.968 38.592A128 128 0 0 0 640 512v-57.152l64-64V512a192 192 0 0 1-287.68 166.528zM314.88 779.968l46.144-46.08A223 223 0 0 0 480 768h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64h64v-64c-61.44 0-118.4-19.2-165.12-52.032M266.752 737.6A286.98 286.98 0 0 1 192 544v-32a32 32 0 0 1 64 0v32c0 56.832 21.184 108.8 56.064 148.288z"},null,-1),e.createElementVNode("path",{d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056z"},null,-1)]))}const Um={render:Wm},Ym={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Gm(n,t){return e.openBlock(),e.createElementBlock("svg",Ym,t[0]||(t[0]=[e.createElementVNode("path",{d:"M440.256 576H256v128h56.256l-64 64H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32h280.256zm143.488 128H704V583.744L775.744 512H928a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H519.744zM768 576v128h128V576zm-29.696-207.552 45.248 45.248-497.856 497.856-45.248-45.248zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"},null,-1)]))}const Km={render:Gm},Xm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qm(n,t){return e.openBlock(),e.createElementBlock("svg",Xm,t[0]||(t[0]=[e.createElementVNode("path",{d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M672 128h64v768h-64zM96 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32"},null,-1)]))}const Zm={render:Qm},Jm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function e6(n,t){return e.openBlock(),e.createElementBlock("svg",Jm,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 128v64H256a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V512h64v256a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V256a128 128 0 0 1 128-128z"},null,-1),e.createElementVNode("path",{d:"M768 384a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"},null,-1)]))}const t6={render:e6},n6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o6(n,t){return e.openBlock(),e.createElementBlock("svg",n6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M192 128v704h384V128zm-32-64h448a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M256 256h256v64H256zm0 192h256v64H256zm0 192h256v64H256zm384-128h128v64H640zm0 128h128v64H640zM64 832h896v64H64z"},null,-1),e.createElementVNode("path",{d:"M640 384v448h192V384zm-32-64h256a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H608a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32"},null,-1)]))}const r6={render:o6},a6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function l6(n,t){return e.openBlock(),e.createElementBlock("svg",a6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M389.44 768a96.064 96.064 0 0 1 181.12 0H896v64H570.56a96.064 96.064 0 0 1-181.12 0H128v-64zm192-288a96.064 96.064 0 0 1 181.12 0H896v64H762.56a96.064 96.064 0 0 1-181.12 0H128v-64zm-320-288a96.064 96.064 0 0 1 181.12 0H896v64H442.56a96.064 96.064 0 0 1-181.12 0H128v-64z"},null,-1)]))}const i6={render:l6},c6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function s6(n,t){return e.openBlock(),e.createElementBlock("svg",c6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M384 960v-64h192.064v64zm448-544a350.66 350.66 0 0 1-128.32 271.424C665.344 719.04 640 763.776 640 813.504V832H320v-14.336c0-48-19.392-95.36-57.216-124.992a351.55 351.55 0 0 1-128.448-344.256c25.344-136.448 133.888-248.128 269.76-276.48A352.384 352.384 0 0 1 832 416m-544 32c0-132.288 75.904-224 192-224v-64c-154.432 0-256 122.752-256 288z"},null,-1)]))}const d6={render:s6},p6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function m6(n,t){return e.openBlock(),e.createElementBlock("svg",p6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M544 894.72a382.34 382.34 0 0 0 215.936-89.472L577.024 622.272c-10.24 6.016-21.248 10.688-33.024 13.696v258.688zm261.248-134.784A382.34 382.34 0 0 0 894.656 544H635.968c-3.008 11.776-7.68 22.848-13.696 33.024zM894.656 480a382.34 382.34 0 0 0-89.408-215.936L622.272 446.976c6.016 10.24 10.688 21.248 13.696 33.024zm-134.72-261.248A382.34 382.34 0 0 0 544 129.344v258.688c11.776 3.008 22.848 7.68 33.024 13.696zM480 129.344a382.34 382.34 0 0 0-215.936 89.408l182.912 182.976c10.24-6.016 21.248-10.688 33.024-13.696zm-261.248 134.72A382.34 382.34 0 0 0 129.344 480h258.688c3.008-11.776 7.68-22.848 13.696-33.024zM129.344 544a382.34 382.34 0 0 0 89.408 215.936l182.976-182.912A127.2 127.2 0 0 1 388.032 544zm134.72 261.248A382.34 382.34 0 0 0 480 894.656V635.968a127.2 127.2 0 0 1-33.024-13.696zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-384a64 64 0 1 0 0-128 64 64 0 0 0 0 128"},null,-1)]))}const h6={render:m6},u6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f6(n,t){return e.openBlock(),e.createElementBlock("svg",u6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M602.496 240.448A192 192 0 1 1 874.048 512l-316.8 316.8A256 256 0 0 1 195.2 466.752L602.496 59.456l45.248 45.248L240.448 512A192 192 0 0 0 512 783.552l316.8-316.8a128 128 0 1 0-181.056-181.056L353.6 579.904a32 32 0 1 0 45.248 45.248l294.144-294.144 45.312 45.248L444.096 670.4a96 96 0 1 1-135.744-135.744z"},null,-1)]))}const g6={render:f6},_6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function w6(n,t){return e.openBlock(),e.createElementBlock("svg",_6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M598.4 895.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 895.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 445.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"},null,-1),e.createElementVNode("path",{d:"M139.84 501.888a256 256 0 1 1 417.856-277.12c-17.728 2.176-38.208 8.448-61.504 18.816A192 192 0 1 0 189.12 460.48a6004 6004 0 0 0-49.28 41.408"},null,-1)]))}const b6={render:w6},k6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function y6(n,t){return e.openBlock(),e.createElementBlock("svg",k6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M352 224q0-32 32-32h80q32 0 32 32v576q0 32-32 32h-80q-32 0-32-32zm176 0q0-32 32-32h80q32 0 32 32v576q0 32-32 32h-80q-32 0-32-32z"},null,-1)]))}const B6={render:y6},x6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v6(n,t){return e.openBlock(),e.createElementBlock("svg",x6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M542.336 258.816a443 443 0 0 0-9.024 25.088 32 32 0 1 1-60.8-20.032l1.088-3.328a162.69 162.69 0 0 0-122.048 131.392l-17.088 102.72-20.736 15.36C256.192 552.704 224 610.88 224 672c0 120.576 126.4 224 288 224s288-103.424 288-224c0-61.12-32.192-119.296-89.728-161.92l-20.736-15.424-17.088-102.72a162.69 162.69 0 0 0-130.112-133.12m-40.128-66.56c7.936-15.552 16.576-30.08 25.92-43.776 23.296-33.92 49.408-59.776 78.528-77.12a32 32 0 1 1 32.704 55.04c-20.544 12.224-40.064 31.552-58.432 58.304a317 317 0 0 0-9.792 15.104 226.69 226.69 0 0 1 164.48 181.568l12.8 77.248C819.456 511.36 864 587.392 864 672c0 159.04-157.568 288-352 288S160 831.04 160 672c0-84.608 44.608-160.64 115.584-213.376l12.8-77.248a226.624 226.624 0 0 1 213.76-189.184z"},null,-1)]))}const N6={render:v6},$6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function V6(n,t){return e.openBlock(),e.createElementBlock("svg",$6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M199.232 125.568 90.624 379.008a32 32 0 0 0 6.784 35.2l512.384 512.384a32 32 0 0 0 35.2 6.784l253.44-108.608a32 32 0 0 0 10.048-52.032L769.6 633.92a32 32 0 0 0-36.928-5.952l-130.176 65.088-271.488-271.552 65.024-130.176a32 32 0 0 0-5.952-36.928L251.2 115.52a32 32 0 0 0-51.968 10.048"},null,-1)]))}const E6={render:V6},C6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function M6(n,t){return e.openBlock(),e.createElementBlock("svg",C6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M79.36 432.256 591.744 944.64a32 32 0 0 0 35.2 6.784l253.44-108.544a32 32 0 0 0 9.984-52.032l-153.856-153.92a32 32 0 0 0-36.928-6.016l-69.888 34.944L358.08 394.24l35.008-69.888a32 32 0 0 0-5.952-36.928L233.152 133.568a32 32 0 0 0-52.032 10.048L72.512 397.056a32 32 0 0 0 6.784 35.2zm60.48-29.952 81.536-190.08L325.568 316.48l-24.64 49.216-20.608 41.216 32.576 32.64 271.552 271.552 32.64 32.64 41.216-20.672 49.28-24.576 104.192 104.128-190.08 81.472zM512 320v-64a256 256 0 0 1 256 256h-64a192 192 0 0 0-192-192m0-192V64a448 448 0 0 1 448 448h-64a384 384 0 0 0-384-384"},null,-1)]))}const S6={render:M6},z6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function H6(n,t){return e.openBlock(),e.createElementBlock("svg",z6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M384 288q64 0 64 64t-64 64-64-64 64-64M185.408 876.992l-50.816-38.912L350.72 556.032a96 96 0 0 1 134.592-17.856l1.856 1.472 122.88 99.136a32 32 0 0 0 44.992-4.864l216-269.888 49.92 39.936-215.808 269.824-.256.32a96 96 0 0 1-135.04 14.464l-122.88-99.072-.64-.512a32 32 0 0 0-44.8 5.952z"},null,-1)]))}const I6={render:H6},q6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L6(n,t){return e.openBlock(),e.createElementBlock("svg",q6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M448 68.48v64.832A384.128 384.128 0 0 0 512 896a384.13 384.13 0 0 0 378.688-320h64.768A448.128 448.128 0 0 1 64 512 448.13 448.13 0 0 1 448 68.48"},null,-1),e.createElementVNode("path",{d:"M576 97.28V448h350.72A384.064 384.064 0 0 0 576 97.28M512 64V33.152A448 448 0 0 1 990.848 512H512z"},null,-1)]))}const A6={render:L6},T6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function j6(n,t){return e.openBlock(),e.createElementBlock("svg",T6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"},null,-1),e.createElementVNode("path",{d:"M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M384 649.088v64.96C269.76 732.352 192 771.904 192 800c0 37.696 139.904 96 320 96s320-58.304 320-96c0-28.16-77.76-67.648-192-85.952v-64.96C789.12 671.04 896 730.368 896 800c0 88.32-171.904 160-384 160s-384-71.68-384-160c0-69.696 106.88-128.96 256-150.912"},null,-1)]))}const D6={render:j6},O6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function P6(n,t){return e.openBlock(),e.createElementBlock("svg",O6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"},null,-1)]))}const F6={render:P6},R6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W6(n,t){return e.openBlock(),e.createElementBlock("svg",R6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M320 224c0-38.4 42.667-61.44 74.667-40.107l432 288c28.48 18.987 28.48 61.227 0 80.214l-432 288C362.667 861.44 320 838.4 320 800z"},null,-1)]))}const U6={render:W6},Y6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function G6(n,t){return e.openBlock(),e.createElementBlock("svg",Y6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M31 12H20V1a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v11H1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h11v11a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V20h11a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1"},null,-1)]))}const K6={render:G6},X6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function Q6(n,t){return e.openBlock(),e.createElementBlock("svg",X6,t[0]||(t[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M12 4v16M4 12h16"},null,-1)]))}const hn={render:Q6},Z6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function J6(n,t){return e.openBlock(),e.createElementBlock("svg",Z6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M511.552 128c-35.584 0-64.384 28.8-64.384 64.448v516.48L274.048 570.88a94.27 94.27 0 0 0-112.896-3.456 44.416 44.416 0 0 0-8.96 62.208L332.8 870.4A64 64 0 0 0 384 896h512V575.232a64 64 0 0 0-45.632-61.312l-205.952-61.76A96 96 0 0 1 576 360.192V192.448C576 156.8 547.2 128 511.552 128M359.04 556.8l24.128 19.2V192.448a128.448 128.448 0 1 1 256.832 0v167.744a32 32 0 0 0 22.784 30.656l206.016 61.76A128 128 0 0 1 960 575.232V896a64 64 0 0 1-64 64H384a128 128 0 0 1-102.4-51.2L101.056 668.032A108.416 108.416 0 0 1 128 512.512a158.27 158.27 0 0 1 185.984 8.32z"},null,-1)]))}const eh={render:J6},th={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function nh(n,t){return e.openBlock(),e.createElementBlock("svg",th,t[0]||(t[0]=[e.createElementVNode("path",{d:"m249.6 417.088 319.744 43.072 39.168 310.272L845.12 178.88zm-129.024 47.168a32 32 0 0 1-7.68-61.44l777.792-311.04a32 32 0 0 1 41.6 41.6l-310.336 775.68a32 32 0 0 1-61.44-7.808L512 516.992z"},null,-1)]))}const oh={render:nh},rh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ah(n,t){return e.openBlock(),e.createElementBlock("svg",rh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M160 224a32 32 0 0 0-32 32v512a32 32 0 0 0 32 32h704a32 32 0 0 0 32-32V256a32 32 0 0 0-32-32zm0-64h704a96 96 0 0 1 96 96v512a96 96 0 0 1-96 96H160a96 96 0 0 1-96-96V256a96 96 0 0 1 96-96"},null,-1),e.createElementVNode("path",{d:"M704 320a64 64 0 1 1 0 128 64 64 0 0 1 0-128M288 448h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32m0 128h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"},null,-1)]))}const lh={render:ah},ih={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ch(n,t){return e.openBlock(),e.createElementBlock("svg",ih,t[0]||(t[0]=[e.createElementVNode("path",{d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672M959.552 480a256 256 0 0 1-256 256h-400A239.81 239.81 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M224 800a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32"},null,-1)]))}const sh={render:ch},dh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ph(n,t){return e.openBlock(),e.createElementBlock("svg",dh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"},null,-1),e.createElementVNode("path",{d:"M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"},null,-1),e.createElementVNode("path",{d:"M416 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"},null,-1),e.createElementVNode("path",{d:"M608 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"},null,-1)]))}const mh={render:ph},hh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function uh(n,t){return e.openBlock(),e.createElementBlock("svg",hh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M224 318.336V896h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0"},null,-1),e.createElementVNode("path",{d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"},null,-1)]))}const fh={render:uh},gh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _h(n,t){return e.openBlock(),e.createElementBlock("svg",gh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 768H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096C65.536 746.432 64 741.248 64 727.04V379.072c0-42.816 4.48-58.304 12.8-73.984 8.384-15.616 20.672-27.904 36.288-36.288 15.68-8.32 31.168-12.8 73.984-12.8H256V64h512v192h68.928c42.816 0 58.304 4.48 73.984 12.8 15.616 8.384 27.904 20.672 36.288 36.288 8.32 15.68 12.8 31.168 12.8 73.984v347.904c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H768v192H256zm64-192v320h384V576zm-64 128V512h512v192h128V379.072c0-29.376-1.408-36.48-5.248-43.776a23.3 23.3 0 0 0-10.048-10.048c-7.232-3.84-14.4-5.248-43.776-5.248H187.072c-29.376 0-36.48 1.408-43.776 5.248a23.3 23.3 0 0 0-10.048 10.048c-3.84 7.232-5.248 14.4-5.248 43.776V704zm64-448h384V128H320zm-64 128h64v64h-64zm128 0h64v64h-64z"},null,-1)]))}const wh={render:_h},bh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function kh(n,t){return e.openBlock(),e.createElementBlock("svg",bh,t[0]||(t[0]=[e.createElementVNode("path",{d:"m64 448 832-320-128 704-446.08-243.328L832 192 242.816 545.472zm256 512V657.024L512 768z"},null,-1)]))}const yh={render:kh},Bh={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function xh(n,t){return e.openBlock(),e.createElementBlock("svg",Bh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M422.02 602.01v-.03c-6.68-5.99-14.35-8.83-23.01-8.51q-13.005.48-22.5 10.02c-6.33 6.36-9.5 13.7-9.5 22.02s3 15.82 8.99 22.5c8.68 8.68 19.02 11.35 31.01 8s19.49-10.85 22.5-22.5.51-22.15-7.49-31.49zM384 512c0-9.35-3-17.02-8.99-23.01-6-5.99-13.66-8.99-23.01-8.99s-17.02 3-23.01 8.99c-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99s17.02-3 23.01-8.99c5.99-6 8.99-13.67 8.99-23.01m6.53-82.49c11.65 3.01 22.15.51 31.49-7.49h.04c5.99-6.68 8.83-14.34 8.51-23.01s-3.66-16.16-10.02-22.5c-6.36-6.33-13.7-9.5-22.02-9.5s-15.82 3-22.5 8.99c-8.68 8.69-11.35 19.02-8 31.01q5.025 17.985 22.5 22.5m242.94 0q17.505-4.545 22.02-22.02c3.01-11.65.51-22.15-7.49-31.49h.01c-6.68-5.99-14.18-8.99-22.5-8.99s-15.66 3.16-22.02 9.5q-9.54 9.51-10.02 22.5c-.32 8.66 2.52 16.33 8.51 23.01 9.32 8.02 19.82 10.52 31.49 7.49M512 640c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01s-3-17.02-8.99-23.01c-6-5.99-13.66-8.99-23.01-8.99m183.01-151.01c-6-5.99-13.66-8.99-23.01-8.99s-17.02 3-23.01 8.99c-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99s17.02-3 23.01-8.99c5.99-6 8.99-13.67 8.99-23.01 0-9.35-3-17.02-8.99-23.01"},null,-1),e.createElementVNode("path",{d:"M832 512c-2-90.67-33.17-166.17-93.5-226.5-20.43-20.42-42.6-37.49-66.5-51.23V64H352v170.26c-23.9 13.74-46.07 30.81-66.5 51.24-60.33 60.33-91.49 135.83-93.5 226.5 2 90.67 33.17 166.17 93.5 226.5 20.43 20.43 42.6 37.5 66.5 51.24V960h320V789.74c23.9-13.74 46.07-30.81 66.5-51.24 60.33-60.34 91.49-135.83 93.5-226.5M416 128h192v78.69c-29.85-9.03-61.85-13.93-96-14.69-34.15.75-66.15 5.65-96 14.68zm192 768H416v-78.68c29.85 9.03 61.85 13.93 96 14.68 34.15-.75 66.15-5.65 96-14.68zm-96-128c-72.66-2.01-132.99-27.01-180.99-75.01S258.01 584.66 256 512c2.01-72.66 27.01-132.99 75.01-180.99S439.34 258.01 512 256c72.66 2.01 132.99 27.01 180.99 75.01S765.99 439.34 768 512c-2.01 72.66-27.01 132.99-75.01 180.99S584.66 765.99 512 768"},null,-1),e.createElementVNode("path",{d:"M512 320c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01s-3-17.02-8.99-23.01c-6-5.99-13.66-8.99-23.01-8.99m112.99 273.5c-8.66-.32-16.33 2.52-23.01 8.51-7.98 9.32-10.48 19.82-7.49 31.49s10.49 19.17 22.5 22.5 22.35.66 31.01-8v.04c5.99-6.68 8.99-14.18 8.99-22.5s-3.16-15.66-9.5-22.02-13.84-9.7-22.5-10.02"},null,-1)]))}const vh={render:xh},Nh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $h(n,t){return e.openBlock(),e.createElementBlock("svg",Nh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592q0-64.416-42.24-101.376c-28.16-25.344-65.472-37.312-111.232-37.312m-12.672 406.208a54.27 54.27 0 0 0-38.72 14.784 49.4 49.4 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.85 54.85 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.97 51.97 0 0 0-15.488-38.016 55.94 55.94 0 0 0-39.424-14.784"},null,-1)]))}const Vh={render:$h},Eh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ch(n,t){return e.openBlock(),e.createElementBlock("svg",Eh,t[0]||(t[0]=[e.createElementVNode("path",{d:"m186.496 544 41.408 41.344a32 32 0 1 1-45.248 45.312l-96-96a32 32 0 0 1 0-45.312l96-96a32 32 0 1 1 45.248 45.312L186.496 480h290.816V186.432l-41.472 41.472a32 32 0 1 1-45.248-45.184l96-96.128a32 32 0 0 1 45.312 0l96 96.064a32 32 0 0 1-45.248 45.184l-41.344-41.28V480H832l-41.344-41.344a32 32 0 0 1 45.248-45.312l96 96a32 32 0 0 1 0 45.312l-96 96a32 32 0 0 1-45.248-45.312L832 544H541.312v293.44l41.344-41.28a32 32 0 1 1 45.248 45.248l-96 96a32 32 0 0 1-45.312 0l-96-96a32 32 0 1 1 45.312-45.248l41.408 41.408V544z"},null,-1)]))}const Mh={render:Ch},Sh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zh(n,t){return e.openBlock(),e.createElementBlock("svg",Sh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M352 896h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m-44.672-768-99.52 448h608.384l-99.52-448zm-25.6-64h460.608a32 32 0 0 1 31.232 25.088l113.792 512A32 32 0 0 1 856.128 640H167.872a32 32 0 0 1-31.232-38.912l113.792-512A32 32 0 0 1 281.664 64z"},null,-1),e.createElementVNode("path",{d:"M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192-.064h64V960h-64z"},null,-1)]))}const Hh={render:zh},Ih={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qh(n,t){return e.openBlock(),e.createElementBlock("svg",Ih,t[0]||(t[0]=[e.createElementVNode("path",{d:"m512 863.36 384-54.848v-638.72L525.568 222.72a96 96 0 0 1-27.136 0L128 169.792v638.72zM137.024 106.432l370.432 52.928a32 32 0 0 0 9.088 0l370.432-52.928A64 64 0 0 1 960 169.792v638.72a64 64 0 0 1-54.976 63.36l-388.48 55.488a32 32 0 0 1-9.088 0l-388.48-55.488A64 64 0 0 1 64 808.512v-638.72a64 64 0 0 1 73.024-63.36"},null,-1),e.createElementVNode("path",{d:"M480 192h64v704h-64z"},null,-1)]))}const Lh={render:qh},Ah={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Th(n,t){return e.openBlock(),e.createElementBlock("svg",Ah,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 192a320 320 0 1 1 0 640 320 320 0 0 1 0-640"},null,-1)]))}const jh={render:Th},Dh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Oh(n,t){return e.openBlock(),e.createElementBlock("svg",Dh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M289.088 296.704h92.992a32 32 0 0 1 0 64H232.96a32 32 0 0 1-32-32V179.712a32 32 0 0 1 64 0v50.56a384 384 0 0 1 643.84 282.88 384 384 0 0 1-383.936 384 384 384 0 0 1-384-384h64a320 320 0 1 0 640 0 320 320 0 0 0-555.712-216.448z"},null,-1)]))}const Ph={render:Oh},Fh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rh(n,t){return e.openBlock(),e.createElementBlock("svg",Fh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M784.512 230.272v-50.56a32 32 0 1 1 64 0v149.056a32 32 0 0 1-32 32H667.52a32 32 0 1 1 0-64h92.992A320 320 0 1 0 524.8 833.152a320 320 0 0 0 320-320h64a384 384 0 0 1-384 384 384 384 0 0 1-384-384 384 384 0 0 1 643.712-282.88"},null,-1)]))}const Wh={render:Rh},Uh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Yh(n,t){return e.openBlock(),e.createElementBlock("svg",Uh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z"},null,-1)]))}const Gh={render:Yh},Kh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xh(n,t){return e.openBlock(),e.createElementBlock("svg",Kh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 448h512V160a32 32 0 0 0-32-32H288a32 32 0 0 0-32 32zm0 64v352a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V512zm32-448h448a96 96 0 0 1 96 96v704a96 96 0 0 1-96 96H288a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96m32 224h64v96h-64zm0 288h64v96h-64z"},null,-1)]))}const Qh={render:Xh},Zh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Jh(n,t){return e.openBlock(),e.createElementBlock("svg",Zh,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896M288 512a38.4 38.4 0 0 0 38.4 38.4h371.2a38.4 38.4 0 0 0 0-76.8H326.4A38.4 38.4 0 0 0 288 512"},null,-1)]))}const e8={render:Jh},t8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n8(n,t){return e.openBlock(),e.createElementBlock("svg",t8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"},null,-1),e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1)]))}const o8={render:n8},r8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function a8(n,t){return e.openBlock(),e.createElementBlock("svg",r8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"},null,-1)]))}const l8={render:a8},i8={viewBox:"0 0 32 32"};function c8(n,t){return e.openBlock(),e.createElementBlock("svg",i8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M0 12h12L7.515 7.515C9.782 5.249 12.795 4 16 4s6.219 1.248 8.485 3.515S28 12.795 28 16s-1.248 6.219-3.515 8.485S19.205 28 16 28s-6.219-1.248-8.485-3.515a13 13 0 0 1-.546-.583l-3.01 2.634A15.96 15.96 0 0 0 16 32c8.837 0 16-7.163 16-16S24.837 0 16 0A15.95 15.95 0 0 0 4.687 4.687L0 0z"},null,-1)]))}const Br={render:c8},s8={viewBox:"0 0 32 32"};function d8(n,t){return e.openBlock(),e.createElementBlock("svg",s8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M32 12H20l4.485-4.485C22.218 5.249 19.205 4 16 4S9.781 5.248 7.515 7.515 4 12.795 4 16s1.248 6.219 3.515 8.485S12.795 28 16 28s6.219-1.248 8.485-3.515q.283-.284.546-.583l3.01 2.634A15.96 15.96 0 0 1 16 32C7.163 32 0 24.837 0 16S7.163 0 16 0c4.418 0 8.418 1.791 11.313 4.687L32 0z"},null,-1)]))}const xr={render:d8},p8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function m8(n,t){return e.openBlock(),e.createElementBlock("svg",p8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M813.176 180.706a60.235 60.235 0 0 1 60.236 60.235v481.883a60.235 60.235 0 0 1-60.236 60.235H210.824a60.235 60.235 0 0 1-60.236-60.235V240.94a60.235 60.235 0 0 1 60.236-60.235h602.352zm0-60.235H210.824A120.47 120.47 0 0 0 90.353 240.94v481.883a120.47 120.47 0 0 0 120.47 120.47h602.353a120.47 120.47 0 0 0 120.471-120.47V240.94a120.47 120.47 0 0 0-120.47-120.47zm-120.47 180.705a30.12 30.12 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.12 30.12 0 0 0-30.118-30.118m-361.412 0a30.12 30.12 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.12 30.12 0 0 0-30.118-30.118M512 361.412a30.12 30.12 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.12 30.12 0 0 0 512 361.412M512 512a30.12 30.12 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.12 30.12 0 0 0 512 512"},null,-1)]))}const h8={render:m8},u8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f8(n,t){return e.openBlock(),e.createElementBlock("svg",u8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M224 128v704h576V128zm-32-64h640a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M64 832h896v64H64zm256-640h128v96H320z"},null,-1),e.createElementVNode("path",{d:"M384 832h256v-64a128 128 0 1 0-256 0zm128-256a192 192 0 0 1 192 192v128H320V768a192 192 0 0 1 192-192M320 384h128v96H320zm256-192h128v96H576zm0 192h128v96H576z"},null,-1)]))}const g8={render:f8},_8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function w8(n,t){return e.openBlock(),e.createElementBlock("svg",_8,t[0]||(t[0]=[e.createElementVNode("path",{d:"m512.064 578.368-106.88 152.768a160 160 0 1 1-23.36-78.208L472.96 522.56 196.864 128.256a32 32 0 1 1 52.48-36.736l393.024 561.344a160 160 0 1 1-23.36 78.208l-106.88-152.704zm54.4-189.248 208.384-297.6a32 32 0 0 1 52.48 36.736l-221.76 316.672-39.04-55.808zm-376.32 425.856a96 96 0 1 0 110.144-157.248 96 96 0 0 0-110.08 157.248zm643.84 0a96 96 0 1 0-110.08-157.248 96 96 0 0 0 110.08 157.248"},null,-1)]))}const b8={render:w8},k8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function y8(n,t){return e.openBlock(),e.createElementBlock("svg",k8,t[0]||(t[0]=[e.createElementVNode("path",{d:"m31.008 27.231-7.58-6.447c-.784-.705-1.622-1.029-2.299-.998a11.95 11.95 0 0 0 2.87-7.787c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12c2.972 0 5.691-1.081 7.787-2.87-.031.677.293 1.515.998 2.299l6.447 7.58c1.104 1.226 2.907 1.33 4.007.23s.997-2.903-.23-4.007M12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16"},null,-1)]))}const B8={render:y8},x8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v8(n,t){return e.openBlock(),e.createElementBlock("svg",x8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496"},null,-1)]))}const N8={render:v8},$8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function V8(n,t){return e.openBlock(),e.createElementBlock("svg",$8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128s-128 61.248-128 137.664v22.4h256zm201.408 483.84L768 698.496V928a32 32 0 1 1-64 0V698.496l-73.344 73.344a32 32 0 1 1-45.248-45.248l128-128a32 32 0 0 1 45.248 0l128 128a32 32 0 1 1-45.248 45.248"},null,-1)]))}const E8={render:V8},C8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function M8(n,t){return e.openBlock(),e.createElementBlock("svg",C8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"},null,-1)]))}const S8={render:M8},z8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function H8(n,t){return e.openBlock(),e.createElementBlock("svg",z8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M864 409.6a192 192 0 0 1-37.888 349.44A256.064 256.064 0 0 1 576 960h-96a32 32 0 1 1 0-64h96a192.06 192.06 0 0 0 181.12-128H736a32 32 0 0 1-32-32V416a32 32 0 0 1 32-32h32c10.368 0 20.544.832 30.528 2.432a288 288 0 0 0-573.056 0A193 193 0 0 1 256 384h32a32 32 0 0 1 32 32v320a32 32 0 0 1-32 32h-32a192 192 0 0 1-96-358.4 352 352 0 0 1 704 0M256 448a128 128 0 1 0 0 256zm640 128a128 128 0 0 0-128-128v256a128 128 0 0 0 128-128"},null,-1)]))}const I8={render:H8},q8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L8(n,t){return e.openBlock(),e.createElementBlock("svg",q8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357 357 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a352 352 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357 357 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294 294 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293 293 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294 294 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288 288 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293 293 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a288 288 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256"},null,-1)]))}const A8={render:L8},T8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function j8(n,t){return e.openBlock(),e.createElementBlock("svg",T8,t[0]||(t[0]=[e.createElementVNode("path",{d:"m679.872 348.8-301.76 188.608a127.8 127.8 0 0 1 5.12 52.16l279.936 104.96a128 128 0 1 1-22.464 59.904l-279.872-104.96a128 128 0 1 1-16.64-166.272l301.696-188.608a128 128 0 1 1 33.92 54.272z"},null,-1)]))}const D8={render:j8},O8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function P8(n,t){return e.openBlock(),e.createElementBlock("svg",O8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 386.88V448h405.568a32 32 0 0 1 30.72 40.768l-76.48 267.968A192 192 0 0 1 687.168 896H336.832a192 192 0 0 1-184.64-139.264L75.648 488.768A32 32 0 0 1 106.368 448H448V117.888a32 32 0 0 1 47.36-28.096l13.888 7.616L512 96v2.88l231.68 126.4a32 32 0 0 1-2.048 57.216zm0-70.272 144.768-65.792L512 171.84zM512 512H148.864l18.24 64H856.96l18.24-64zM185.408 640l28.352 99.2A128 128 0 0 0 336.832 832h350.336a128 128 0 0 0 123.072-92.8l28.352-99.2z"},null,-1)]))}const F8={render:P8},R8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W8(n,t){return e.openBlock(),e.createElementBlock("svg",R8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M704 704h64v192H256V704h64v64h384zm188.544-152.192C894.528 559.616 896 567.616 896 576a96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0c0-8.384 1.408-16.384 3.392-24.192L192 128h640z"},null,-1)]))}const U8={render:W8},Y8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G8(n,t){return e.openBlock(),e.createElementBlock("svg",Y8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M704 320v96a32 32 0 0 1-32 32h-32V320H384v128h-32a32 32 0 0 1-32-32v-96H192v576h640V320zm-384-64a192 192 0 1 1 384 0h160a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32zm64 0h256a128 128 0 1 0-256 0"},null,-1),e.createElementVNode("path",{d:"M192 704h640v64H192z"},null,-1)]))}const K8={render:G8},X8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q8(n,t){return e.openBlock(),e.createElementBlock("svg",X8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44z"},null,-1),e.createElementVNode("path",{d:"M699.648 256 608 145.984 516.352 256zm-140.8-151.04a64 64 0 0 1 98.304 0L836.352 320H379.648z"},null,-1)]))}const Z8={render:Q8},J8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function eu(n,t){return e.openBlock(),e.createElementBlock("svg",J8,t[0]||(t[0]=[e.createElementVNode("path",{d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44z"},null,-1)]))}const tu={render:eu},nu={viewBox:"0 0 32 32"};function ou(n,t){return e.openBlock(),e.createElementBlock("svg",nu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M18 14h13l-5-5 6-6-3-3-6 6-5-5zM18 18v13l5-5 6 6 3-3-6-6 5-5zM14 18H1l5 5-6 6 3 3 6-6 5 5zM14 14V1L9 6 3 0 0 3l6 6-5 5z"},null,-1)]))}const vr={render:ou},ru={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function au(n,t){return e.openBlock(),e.createElementBlock("svg",ru,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 576v128h640V576zm-32-64h704a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M704 576h64v128h-64zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"},null,-1)]))}const lu={render:au},iu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cu(n,t){return e.openBlock(),e.createElementBlock("svg",iu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M418.496 871.04 152.256 604.8c-16.512 94.016-2.368 178.624 42.944 224 44.928 44.928 129.344 58.752 223.296 42.24m72.32-18.176a573.06 573.06 0 0 0 224.832-137.216 573.1 573.1 0 0 0 137.216-224.832L533.888 171.84a578.56 578.56 0 0 0-227.52 138.496A567.7 567.7 0 0 0 170.432 532.48zM871.04 418.496c16.512-93.952 2.688-178.368-42.24-223.296-44.544-44.544-128.704-58.048-222.592-41.536zM149.952 874.048c-112.96-112.96-88.832-408.96 111.168-608.96C461.056 65.152 760.96 36.928 874.048 149.952c113.024 113.024 86.784 411.008-113.152 610.944s-497.92 226.112-610.944 113.152m452.544-497.792 22.656-22.656a32 32 0 0 1 45.248 45.248l-22.656 22.656 45.248 45.248A32 32 0 1 1 647.744 512l-45.248-45.248L557.248 512l45.248 45.248a32 32 0 1 1-45.248 45.248L512 557.248l-45.248 45.248L512 647.744a32 32 0 1 1-45.248 45.248l-45.248-45.248-22.656 22.656a32 32 0 1 1-45.248-45.248l22.656-22.656-45.248-45.248A32 32 0 1 1 376.256 512l45.248 45.248L466.752 512l-45.248-45.248a32 32 0 1 1 45.248-45.248L512 466.752l45.248-45.248L512 376.256a32 32 0 0 1 45.248-45.248z"},null,-1)]))}const su={render:cu},du={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function pu(n,t){return e.openBlock(),e.createElementBlock("svg",du,t[0]||(t[0]=[e.createElementVNode("path",{d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128s-128 61.248-128 137.664v22.4h256zm201.408 476.16a32 32 0 1 1 45.248 45.184l-128 128a32 32 0 0 1-45.248 0l-128-128a32 32 0 1 1 45.248-45.248L704 837.504V608a32 32 0 1 1 64 0v229.504l73.408-73.408z"},null,-1)]))}const mu={render:pu},hu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function uu(n,t){return e.openBlock(),e.createElementBlock("svg",hu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M576 96v709.568L333.312 562.816A32 32 0 1 0 288 608l297.408 297.344A32 32 0 0 0 640 882.688V96a32 32 0 0 0-64 0"},null,-1)]))}const fu={render:uu},gu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _u(n,t){return e.openBlock(),e.createElementBlock("svg",gu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M384 141.248V928a32 32 0 1 0 64 0V218.56l242.688 242.688A32 32 0 1 0 736 416L438.592 118.656A32 32 0 0 0 384 141.248"},null,-1)]))}const wu={render:_u},bu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ku(n,t){return e.openBlock(),e.createElementBlock("svg",bu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M384 96a32 32 0 0 1 64 0v786.752a32 32 0 0 1-54.592 22.656L95.936 608a32 32 0 0 1 0-45.312h.128a32 32 0 0 1 45.184 0L384 805.632zm192 45.248a32 32 0 0 1 54.592-22.592L928.064 416a32 32 0 0 1 0 45.312h-.128a32 32 0 0 1-45.184 0L640 218.496V928a32 32 0 1 1-64 0z"},null,-1)]))}const yu={render:ku},Bu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xu(n,t){return e.openBlock(),e.createElementBlock("svg",Bu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M624 475.968V640h144a128 128 0 0 1 128 128H128a128 128 0 0 1 128-128h144V475.968a192 192 0 1 1 224 0M128 896v-64h768v64z"},null,-1)]))}const vu={render:xu},Nu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $u(n,t){return e.openBlock(),e.createElementBlock("svg",Nu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M283.84 867.84 512 747.776l228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72z"},null,-1)]))}const Vu={render:$u},Eu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Cu(n,t){return e.openBlock(),e.createElementBlock("svg",Eu,t[0]||(t[0]=[e.createElementVNode("path",{d:"m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"},null,-1)]))}const Mu={render:Cu},Su={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zu(n,t){return e.openBlock(),e.createElementBlock("svg",Su,t[0]||(t[0]=[e.createElementVNode("path",{d:"M288 224h448c35.346 0 64 28.654 64 64v448c0 35.346-28.654 64-64 64H288c-35.346 0-64-28.654-64-64V288c0-35.346 28.654-64 64-64"},null,-1)]))}const Hu={render:zu},Iu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qu(n,t){return e.openBlock(),e.createElementBlock("svg",Iu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"},null,-1)]))}const Nr={render:qu},Lu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Au(n,t){return e.openBlock(),e.createElementBlock("svg",Lu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M27 4 12 19l-7-7-5 5 12 12L32 9z"},null,-1)]))}const un={render:Au},Tu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ju(n,t){return e.openBlock(),e.createElementBlock("svg",Tu,t[0]||(t[0]=[e.createElementVNode("path",{d:"m801.728 349.184 4.48 4.48a128 128 0 0 1 0 180.992L534.656 806.144a128 128 0 0 1-181.056 0l-4.48-4.48-19.392 109.696a64 64 0 0 1-108.288 34.176L78.464 802.56a64 64 0 0 1 34.176-108.288l109.76-19.328-4.544-4.544a128 128 0 0 1 0-181.056l271.488-271.488a128 128 0 0 1 181.056 0l4.48 4.48 19.392-109.504a64 64 0 0 1 108.352-34.048l142.592 143.04a64 64 0 0 1-34.24 108.16zm-548.8 198.72h447.168v2.24l60.8-60.8a63.8 63.8 0 0 0 18.752-44.416h-426.88l-89.664 89.728a64 64 0 0 0-10.24 13.248zm0 64q4.128 7.104 10.176 13.248l135.744 135.744a64 64 0 0 0 90.496 0L638.4 611.904zm490.048-230.976L625.152 263.104a64 64 0 0 0-90.496 0L416.768 380.928zM123.712 757.312l142.976 142.976 24.32-137.6a25.6 25.6 0 0 0-29.696-29.632zm633.6-633.344-24.32 137.472a25.6 25.6 0 0 0 29.632 29.632l137.28-24.064-142.656-143.04z"},null,-1)]))}const Du={render:ju},Ou={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Pu(n,t){return e.openBlock(),e.createElementBlock("svg",Ou,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 704a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m0-704a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 768a32 32 0 0 1 32 32v64a32 32 0 1 1-64 0v-64a32 32 0 0 1 32-32M195.2 195.2a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 1 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248m543.104 543.104a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 0 1-45.248 45.248l-45.248-45.248a32 32 0 0 1 0-45.248M64 512a32 32 0 0 1 32-32h64a32 32 0 0 1 0 64H96a32 32 0 0 1-32-32m768 0a32 32 0 0 1 32-32h64a32 32 0 1 1 0 64h-64a32 32 0 0 1-32-32M195.2 828.8a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248L240.448 828.8a32 32 0 0 1-45.248 0m543.104-543.104a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248l-45.248 45.248a32 32 0 0 1-45.248 0"},null,-1)]))}const Fu={render:Pu},Ru={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Wu(n,t){return e.openBlock(),e.createElementBlock("svg",Ru,t[0]||(t[0]=[e.createElementVNode("path",{d:"M32 768h960a32 32 0 1 1 0 64H32a32 32 0 1 1 0-64m129.408-96a352 352 0 0 1 701.184 0h-64.32a288 288 0 0 0-572.544 0zM512 128a32 32 0 0 1 32 32v96a32 32 0 0 1-64 0v-96a32 32 0 0 1 32-32m407.296 168.704a32 32 0 0 1 0 45.248l-67.84 67.84a32 32 0 1 1-45.248-45.248l67.84-67.84a32 32 0 0 1 45.248 0m-814.592 0a32 32 0 0 1 45.248 0l67.84 67.84a32 32 0 1 1-45.248 45.248l-67.84-67.84a32 32 0 0 1 0-45.248"},null,-1)]))}const Uu={render:Wu},Yu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Gu(n,t){return e.openBlock(),e.createElementBlock("svg",Yu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M82.56 640a448 448 0 1 1 858.88 0h-67.2a384 384 0 1 0-724.288 0zM32 704h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m256 128h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"},null,-1)]))}const Ku={render:Gu},Xu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qu(n,t){return e.openBlock(),e.createElementBlock("svg",Xu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M352 159.872V230.4a352 352 0 1 0 320 0v-70.528A416.128 416.128 0 0 1 512 960a416 416 0 0 1-160-800.128"},null,-1),e.createElementVNode("path",{d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"},null,-1)]))}const Zu={render:Qu},Ju={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function e5(n,t){return e.openBlock(),e.createElementBlock("svg",Ju,t[0]||(t[0]=[e.createElementVNode("path",{d:"M247.47 358.4v.04c.07 19.17 7.72 37.53 21.27 51.09s31.92 21.2 51.09 21.27c39.86 0 72.41-32.6 72.41-72.4s-32.6-72.36-72.41-72.36-72.36 32.55-72.36 72.36"},null,-1),e.createElementVNode("path",{d:"M492.38 128H324.7c-52.16 0-102.19 20.73-139.08 57.61a196.66 196.66 0 0 0-57.61 139.08V698.7c-.01 25.84 5.08 51.42 14.96 75.29s24.36 45.56 42.63 63.83 39.95 32.76 63.82 42.65a196.7 196.7 0 0 0 75.28 14.98h167.68c3.03 0 5.46-2.43 5.46-5.42V133.42c.6-2.99-1.83-5.42-5.46-5.42m-56.11 705.88H324.7c-17.76.13-35.36-3.33-51.75-10.18s-31.22-16.94-43.61-29.67c-25.3-25.35-39.81-59.1-39.81-95.32V324.69c-.13-17.75 3.33-35.35 10.17-51.74a131.7 131.7 0 0 1 29.64-43.62c25.39-25.3 59.14-39.81 95.36-39.81h111.57zm402.12-647.67a196.66 196.66 0 0 0-139.08-57.61H580.48c-3.03 0-4.82 2.43-4.82 4.82v757.16c-.6 2.99 1.79 5.42 5.42 5.42h118.23a196.7 196.7 0 0 0 139.08-57.61A196.66 196.66 0 0 0 896 699.31V325.29a196.7 196.7 0 0 0-57.61-139.08m-111.3 441.92c-42.83 0-77.82-34.99-77.82-77.82s34.98-77.82 77.82-77.82c42.83 0 77.82 34.99 77.82 77.82s-34.99 77.82-77.82 77.82"},null,-1)]))}const t5={render:e5},n5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o5(n,t){return e.openBlock(),e.createElementBlock("svg",n5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M118.656 438.656a32 32 0 0 1 0-45.248L416 96l4.48-3.776A32 32 0 0 1 461.248 96l3.712 4.48a32.064 32.064 0 0 1-3.712 40.832L218.56 384H928a32 32 0 1 1 0 64H141.248a32 32 0 0 1-22.592-9.344M64 608a32 32 0 0 1 32-32h786.752a32 32 0 0 1 22.656 54.592L608 928l-4.48 3.776a32.064 32.064 0 0 1-40.832-49.024L805.632 640H96a32 32 0 0 1-32-32"},null,-1)]))}const r5={render:o5},a5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function l5(n,t){return e.openBlock(),e.createElementBlock("svg",a5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M832 384H192v448h640zM96 320h832V128H96zm800 64v480a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V384H64a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h896a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zM416 512h192a32 32 0 0 1 0 64H416a32 32 0 0 1 0-64"},null,-1)]))}const i5={render:l5},c5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function s5(n,t){return e.openBlock(),e.createElementBlock("svg",c5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"},null,-1)]))}const d5={render:s5},p5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function m5(n,t){return e.openBlock(),e.createElementBlock("svg",p5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h192v64H320zm0 384h384v64H320z"},null,-1)]))}const h5={render:m5},u5={viewBox:"0 0 32 32"};function f5(n,t){return e.openBlock(),e.createElementBlock("svg",u5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M20.586 23.414 14 16.828V8h4v7.172l5.414 5.414zM16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0m0 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5.373 12 12-5.373 12-12 12"},null,-1)]))}const g5={render:f5},_5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function w5(n,t){return e.openBlock(),e.createElementBlock("svg",_5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 896a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"},null,-1),e.createElementVNode("path",{d:"M512 320a32 32 0 0 1 32 32l-.512 224a32 32 0 1 1-64 0L480 352a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M448 576a64 64 0 1 0 128 0 64 64 0 1 0-128 0m96-448v128h-64V128h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64z"},null,-1)]))}const b5={render:w5},k5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function y5(n,t){return e.openBlock(),e.createElementBlock("svg",k5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M595.2 128H320a192 192 0 0 0-192 192v576h384V352c0-90.496 32.448-171.2 83.2-224M736 64c123.712 0 224 128.96 224 288S859.712 640 736 640H576v320H64V320A256 256 0 0 1 320 64zM576 352v224h160c84.352 0 160-97.28 160-224s-75.648-224-160-224-160 97.28-160 224"},null,-1),e.createElementVNode("path",{d:"M736 448c-35.328 0-64-43.008-64-96s28.672-96 64-96 64 43.008 64 96-28.672 96-64 96"},null,-1)]))}const B5={render:y5},x5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v5(n,t){return e.openBlock(),e.createElementBlock("svg",x5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M764.416 254.72a351.7 351.7 0 0 1 86.336 149.184H960v192.064H850.752a351.7 351.7 0 0 1-86.336 149.312l54.72 94.72-166.272 96-54.592-94.72a352.64 352.64 0 0 1-172.48 0L371.136 936l-166.272-96 54.72-94.72a351.7 351.7 0 0 1-86.336-149.312H64v-192h109.248a351.7 351.7 0 0 1 86.336-149.312L204.8 160l166.208-96h.192l54.656 94.592a352.64 352.64 0 0 1 172.48 0L652.8 64h.128L819.2 160l-54.72 94.72zM704 499.968a192 192 0 1 0-384 0 192 192 0 0 0 384 0"},null,-1)]))}const N5={render:v5},$5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function V5(n,t){return e.openBlock(),e.createElementBlock("svg",$5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M256 256h416a32 32 0 1 0 0-64H224a32 32 0 0 0-32 32v448a32 32 0 0 0 64 0z"},null,-1),e.createElementVNode("path",{d:"M246.656 201.344a32 32 0 0 0-45.312 45.312l544 544a32 32 0 0 0 45.312-45.312z"},null,-1)]))}const E5={render:V5},C5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function M5(n,t){return e.openBlock(),e.createElementBlock("svg",C5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M768 256H353.6a32 32 0 1 1 0-64H800a32 32 0 0 1 32 32v448a32 32 0 0 1-64 0z"},null,-1),e.createElementVNode("path",{d:"M777.344 201.344a32 32 0 0 1 45.312 45.312l-544 544a32 32 0 0 1-45.312-45.312z"},null,-1)]))}const S5={render:M5},z5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function H5(n,t){return e.openBlock(),e.createElementBlock("svg",z5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M572.235 205.282v600.365a30.118 30.118 0 1 1-60.235 0V205.282L292.382 438.633a28.913 28.913 0 0 1-42.646 0 33.43 33.43 0 0 1 0-45.236l271.058-288.045a28.913 28.913 0 0 1 42.647 0L834.5 393.397a33.43 33.43 0 0 1 0 45.176 28.913 28.913 0 0 1-42.647 0l-219.618-233.23z"},null,-1)]))}const I5={render:H5},q5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L5(n,t){return e.openBlock(),e.createElementBlock("svg",q5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 896V128h768v768zm291.712-327.296 128 102.4 180.16-201.792-47.744-42.624-139.84 156.608-128-102.4-180.16 201.792 47.744 42.624zM816 352a48 48 0 1 0-96 0 48 48 0 0 0 96 0"},null,-1)]))}const A5={render:L5},T5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function j5(n,t){return e.openBlock(),e.createElementBlock("svg",T5,t[0]||(t[0]=[e.createElementVNode("path",{d:"m2 12 14 12 14-12Z"},null,-1)]))}const fn={render:j5},D5={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function O5(n,t){return e.openBlock(),e.createElementBlock("svg",D5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M918.4 201.6c-6.4-6.4-12.8-9.6-22.4-9.6H768V96c0-9.6-3.2-16-9.6-22.4S745.6 64 736 64H288c-9.6 0-16 3.2-22.4 9.6S256 86.4 256 96v96H128c-9.6 0-16 3.2-22.4 9.6S96 217.6 96 224c3.2 108.8 25.6 185.6 64 224 34.4 34.4 77.56 55.65 127.65 61.99 10.91 20.44 24.78 39.25 41.95 56.41 40.86 40.86 91 65.47 150.4 71.9V768h-96c-9.6 0-16 3.2-22.4 9.6S352 790.4 352 800s3.2 16 9.6 22.4 12.8 9.6 22.4 9.6h256c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4-3.2-16-9.6-22.4-12.8-9.6-22.4-9.6h-96V637.26c59.4-7.71 109.54-30.01 150.4-70.86 17.2-17.2 31.51-36.06 42.81-56.55 48.93-6.51 90.02-27.7 126.79-61.85 38.4-38.4 60.8-112 64-224 0-6.4-3.2-16-9.6-22.4M256 438.4c-19.2-6.4-35.2-19.2-51.2-35.2-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4 80C608 553.6 566.4 576 512 576s-99.2-19.2-134.4-57.6S320 438.4 320 384V128h384v256q0 81.6-57.6 134.4m172.8-115.2c-16 16-32 25.6-51.2 35.2V256h92.8c-6.4 76.8-19.2 124.8-41.6 147.2M768 896H256c-9.6 0-16 3.2-22.4 9.6S224 918.4 224 928s3.2 16 9.6 22.4 12.8 9.6 22.4 9.6h512c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4-3.2-16-9.6-22.4-12.8-9.6-22.4-9.6"},null,-1)]))}const P5={render:O5},F5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R5(n,t){return e.openBlock(),e.createElementBlock("svg",F5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M480 896V702.08A256.26 256.26 0 0 1 264.064 512h-32.64a96 96 0 0 1-91.968-68.416L93.632 290.88a76.8 76.8 0 0 1 73.6-98.88H256V96a32 32 0 0 1 32-32h448a32 32 0 0 1 32 32v96h88.768a76.8 76.8 0 0 1 73.6 98.88L884.48 443.52A96 96 0 0 1 792.576 512h-32.64A256.26 256.26 0 0 1 544 702.08V896h128a32 32 0 1 1 0 64H352a32 32 0 1 1 0-64zm224-448V128H320v320a192 192 0 1 0 384 0m64 0h24.576a32 32 0 0 0 30.656-22.784l45.824-152.768A12.8 12.8 0 0 0 856.768 256H768zm-512 0V256h-88.768a12.8 12.8 0 0 0-12.288 16.448l45.824 152.768A32 32 0 0 0 231.424 448z"},null,-1)]))}const W5={render:R5},U5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Y5(n,t){return e.openBlock(),e.createElementBlock("svg",U5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36"},null,-1),e.createElementVNode("path",{d:"M329.956 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"},null,-1)]))}const G5={render:Y5},K5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function X5(n,t){return e.openBlock(),e.createElementBlock("svg",K5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M320 768a32 32 0 1 1 64 0 64 64 0 0 0 128 0V512H64a448 448 0 1 1 896 0H576v256a128 128 0 1 1-256 0m570.688-320a384.128 384.128 0 0 0-757.376 0z"},null,-1)]))}const Q5={render:X5},Z5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function J5(n,t){return e.openBlock(),e.createElementBlock("svg",Z5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"},null,-1),e.createElementVNode("path",{d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m178.304-295.296A192.064 192.064 0 0 0 320 320v64h352l96 38.4V448H256V320a256 256 0 0 1 493.76-95.104z"},null,-1)]))}const ef={render:J5},tf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function nf(n,t){return e.openBlock(),e.createElementBlock("svg",tf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.81 239.81 0 0 1 512 192a239.87 239.87 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"},null,-1)]))}const of={render:nf},rf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function af(n,t){return e.openBlock(),e.createElementBlock("svg",rf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"},null,-1)]))}const lf={render:af},cf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function sf(n,t){return e.openBlock(),e.createElementBlock("svg",cf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M288 320a224 224 0 1 0 448 0 224 224 0 1 0-448 0m544 608H160a32 32 0 0 1-32-32v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 0 1-32 32z"},null,-1)]))}const df={render:sf},pf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mf(n,t){return e.openBlock(),e.createElementBlock("svg",pf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m320 320v-96a96 96 0 0 0-96-96H288a96 96 0 0 0-96 96v96a32 32 0 1 1-64 0v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 1 1-64 0"},null,-1)]))}const hf={render:mf},uf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ff(n,t){return e.openBlock(),e.createElementBlock("svg",uf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M352 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m352-32a160 160 0 1 0 0-320 160 160 0 0 0 0 320m0 64c111.728 0 202.624 88.96 207.488 199.52a32 32 0 0 1-63.968 2.816A144 144 0 0 0 704 672a143.7 143.7 0 0 0-77.824 22.784 32 32 0 1 1-34.688-53.76A207.36 207.36 0 0 1 704 608"},null,-1),e.createElementVNode("path",{d:"M608 896v-64a128 128 0 0 0-128-128H224A128 128 0 0 0 96 832v64a32 32 0 1 1-64 0v-64a192 192 0 0 1 192-192h256a192 192 0 0 1 192 192v64a32 32 0 1 1-64 0"},null,-1)]))}const gf={render:ff},_f={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wf(n,t){return e.openBlock(),e.createElementBlock("svg",_f,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128.896 736H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v96h164.544a32 32 0 0 1 31.616 27.136l54.144 352A32 32 0 0 1 922.688 736h-91.52a144 144 0 1 1-286.272 0H415.104a144 144 0 1 1-286.272 0zm23.36-64a143.872 143.872 0 0 1 239.488 0H568.32c17.088-25.6 42.24-45.376 71.744-55.808V256H128v416zm655.488 0h77.632l-19.648-128H704v64.896A144 144 0 0 1 807.744 672m48.128-192-14.72-96H704v96zM688 832a80 80 0 1 0 0-160 80 80 0 0 0 0 160m-416 0a80 80 0 1 0 0-160 80 80 0 0 0 0 160"},null,-1)]))}const bf={render:wf},kf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function yf(n,t){return e.openBlock(),e.createElementBlock("svg",kf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352m0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288m0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.19 160.19 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"},null,-1)]))}const $r={render:yf},Bf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xf(n,t){return e.openBlock(),e.createElementBlock("svg",Bf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-96-544q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32m192 0q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32"},null,-1)]))}const vf={render:xf},Nf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $f(n,t){return e.openBlock(),e.createElementBlock("svg",Nf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-48-247.616L668.608 512 464 375.616zm10.624-342.656 249.472 166.336a48 48 0 0 1 0 79.872L474.624 718.272A48 48 0 0 1 400 678.336V345.6a48 48 0 0 1 74.624-39.936z"},null,-1)]))}const Vf={render:$f},Ef={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Cf(n,t){return e.openBlock(),e.createElementBlock("svg",Ef,t[0]||(t[0]=[e.createElementVNode("path",{d:"m12 12 10 7-10 7z"},null,-1),e.createElementVNode("path",{d:"M28.681 7.159c-.694-.947-1.662-2.053-2.724-3.116s-2.169-2.03-3.116-2.724C21.229.137 20.448 0 20 0H4.5A2.503 2.503 0 0 0 2 2.5v27C2 30.878 3.122 32 4.5 32h23c1.378 0 2.5-1.122 2.5-2.5V10c0-.448-.137-1.23-1.319-2.841m-4.138-1.702A27 27 0 0 1 26.811 8H22V3.189a27 27 0 0 1 2.543 2.268M28 29.5c0 .271-.229.5-.5.5h-23a.507.507 0 0 1-.5-.5v-27c0-.271.229-.5.5-.5H20v7a1 1 0 0 0 1 1h7z"},null,-1)]))}const Vr={render:Cf},Mf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Sf(n,t){return e.openBlock(),e.createElementBlock("svg",Mf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M688 512a112 112 0 1 0 0 224h208v160H128V352h768v160zm32 160h-32a48 48 0 0 1 0-96h32a48 48 0 0 1 0 96m-80-544 128 160H384z"},null,-1)]))}const zf={render:Sf},Hf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function If(n,t){return e.openBlock(),e.createElementBlock("svg",Hf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M640 288h-64V128H128v704h384v32a32 32 0 0 0 32 32H96a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h512a32 32 0 0 1 32 32z"},null,-1),e.createElementVNode("path",{d:"M128 320v512h768V320zm-32-64h832a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M704 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"},null,-1)]))}const qf={render:If},Lf={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function Af(n,t){return e.openBlock(),e.createElementBlock("svg",Lf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M928.99 755.83 574.6 203.25c-12.89-20.16-36.76-32.58-62.6-32.58s-49.71 12.43-62.6 32.58L95.01 755.83c-12.91 20.12-12.9 44.91.01 65.03 12.92 20.12 36.78 32.51 62.59 32.49h708.78c25.82.01 49.68-12.37 62.59-32.49s12.92-44.91.01-65.03M554.67 768h-85.33v-85.33h85.33zm0-426.67v298.66h-85.33V341.32z"},null,-1)]))}const Er={render:Af},Tf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function jf(n,t){return e.openBlock(),e.createElementBlock("svg",Tf,t[0]||(t[0]=[e.createElementVNode("path",{d:"m16 2.899 13.409 26.726H2.59zM16 0c-.69 0-1.379.465-1.903 1.395L.438 28.617C-.608 30.477.282 32 2.416 32h27.166c2.134 0 3.025-1.522 1.978-3.383L17.901 1.395C17.378.465 16.688 0 15.998 0z"},null,-1),e.createElementVNode("path",{d:"M18 26a2 2 0 1 1-3.999.001A2 2 0 0 1 18 26M16 22a2 2 0 0 1-2-2v-6a2 2 0 1 1 4 0v6a2 2 0 0 1-2 2"},null,-1)]))}const Df={render:jf},Of={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Pf(n,t){return e.openBlock(),e.createElementBlock("svg",Of,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 768a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"},null,-1),e.createElementVNode("path",{d:"M480 352a32 32 0 0 1 32 32v160a32 32 0 0 1-64 0V384a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M480 512h128q32 0 32 32t-32 32H480q-32 0-32-32t32-32m128-256V128H416v128h-64V64h320v192zM416 768v128h192V768h64v192H352V768z"},null,-1)]))}const Ff={render:Pf},Rf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Wf(n,t){return e.openBlock(),e.createElementBlock("svg",Rf,t[0]||(t[0]=[e.createElementVNode("path",{d:"M160 64q32 0 32 32v832q0 32-32 32t-32-32V96q0-32 32-32m416 354.624 128-11.584V168.96l-128-11.52v261.12zm-64 5.824V151.552L320 134.08V160h-64V64l616.704 56.064A96 96 0 0 1 960 215.68v144.64a96 96 0 0 1-87.296 95.616L256 512V224h64v217.92zm256-23.232 98.88-8.96A32 32 0 0 0 896 360.32V215.68a32 32 0 0 0-29.12-31.872l-98.88-8.96z"},null,-1)]))}const Uf={render:Wf},Yf={viewBox:"0 0 32 32"};function Gf(n,t){return e.openBlock(),e.createElementBlock("svg",Yf,t[0]||(t[0]=[e.createElementVNode("path",{d:"m31.008 27.231-7.58-6.447c-.784-.705-1.622-1.029-2.299-.998a11.95 11.95 0 0 0 2.87-7.787c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12c2.972 0 5.691-1.081 7.787-2.87-.031.677.293 1.515.998 2.299l6.447 7.58c1.104 1.226 2.907 1.33 4.007.23s.997-2.903-.23-4.007M12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16m2-14h-4v4H6v4h4v4h4v-4h4v-4h-4z"},null,-1)]))}const Cr={render:Gf},Kf={viewBox:"0 0 32 32"};function Xf(n,t){return e.openBlock(),e.createElementBlock("svg",Kf,t[0]||(t[0]=[e.createElementVNode("path",{d:"m31.008 27.231-7.58-6.447c-.784-.705-1.622-1.029-2.299-.998a11.95 11.95 0 0 0 2.87-7.787c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12c2.972 0 5.691-1.081 7.787-2.87-.031.677.293 1.515.998 2.299l6.447 7.58c1.104 1.226 2.907 1.33 4.007.23s.997-2.903-.23-4.007M12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16M6 10h12v4H6z"},null,-1)]))}const Mr={render:Xf},Qf=["href","target"],Zf=e.defineComponent({__name:"NmorphLink",props:{type:{type:null,required:!1,default:Lt.accent},underline:{type:Boolean,required:!1,default:!1},href:{type:String,required:!1,default:""},text:{type:String,required:!1,default:""},target:{type:null,required:!1,default:"self"},disabled:{type:Boolean,required:!1,default:!1}},setup(n){const t=n,o=e.useSlots(),r=e.computed(()=>C({"nmorph-link":[t.type,`${t.underline&&"underline"}`,`${t.disabled&&"disabled"}`]})),l=q`
|
|
560
|
+
`,l=H.div`
|
|
561
|
+
${c}
|
|
562
|
+
--color: ${s=>s.color};
|
|
563
|
+
`,d={props:r,modifiers:t,customStyles:a,commonCSS:c,StyledComponent:l};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}}),vi={class:"nmorph-icon__content"};function Vi(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.customStyles),props:{color:t.props.color}},{default:e.withCtx(()=>[e.createElementVNode("div",vi,[e.renderSlot(o.$slots,"default")])]),_:3},8,["class","style","props"])}const F=M(xi,[["render",Vi],["__file","/builds/ketjo/nmorph/library/src/components/basic/nmorph-icon/NmorphIcon.vue"]]);var Gn=(o=>(o.small="small",o.medium="medium",o.large="large",o))(Gn||{});const Ei={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Si(o,n){return e.openBlock(),e.createElementBlock("svg",Ei,n[0]||(n[0]=[e.createElementVNode("path",{d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"},null,-1),e.createElementVNode("path",{d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"},null,-1),e.createElementVNode("path",{d:"M544 384h96a32 32 0 1 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0z"},null,-1)]))}const Ci={render:Si},Mi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zi(o,n){return e.openBlock(),e.createElementBlock("svg",Mi,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1),e.createElementVNode("path",{d:"M512 96a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V128a32 32 0 0 1 32-32m0 576a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V704a32 32 0 0 1 32-32M96 512a32 32 0 0 1 32-32h192a32 32 0 0 1 0 64H128a32 32 0 0 1-32-32m576 0a32 32 0 0 1 32-32h192a32 32 0 1 1 0 64H704a32 32 0 0 1-32-32"},null,-1)]))}const Ii={render:zi},Hi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $i(o,n){return e.openBlock(),e.createElementBlock("svg",Hi,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 832a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"},null,-1),e.createElementVNode("path",{d:"m292.288 824.576 55.424 32-48 83.136a32 32 0 1 1-55.424-32zm439.424 0-55.424 32 48 83.136a32 32 0 1 0 55.424-32zM512 512h160a32 32 0 1 1 0 64H480a32 32 0 0 1-32-32V320a32 32 0 0 1 64 0zM90.496 312.256A160 160 0 0 1 312.32 90.496l-46.848 46.848a96 96 0 0 0-128 128L90.56 312.256zm835.264 0A160 160 0 0 0 704 90.496l46.848 46.848a96 96 0 0 1 128 128z"},null,-1)]))}const qi={render:$i},Li={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ti(o,n){return e.openBlock(),e.createElementBlock("svg",Li,n[0]||(n[0]=[e.createElementVNode("path",{d:"M599.872 203.776a189.4 189.4 0 0 1 64.384-4.672l2.624.128c31.168 1.024 51.2 4.096 79.488 16.32 37.632 16.128 74.496 45.056 111.488 89.344 96.384 115.264 82.752 372.8-34.752 521.728-7.68 9.728-32 41.6-30.72 39.936a427 427 0 0 1-30.08 35.776c-31.232 32.576-65.28 49.216-110.08 50.048-31.36.64-53.568-5.312-84.288-18.752l-6.528-2.88c-20.992-9.216-30.592-11.904-47.296-11.904-18.112 0-28.608 2.88-51.136 12.672l-6.464 2.816c-28.416 12.224-48.32 18.048-76.16 19.2-74.112 2.752-116.928-38.08-180.672-132.16-96.64-142.08-132.608-349.312-55.04-486.4 46.272-81.92 129.92-133.632 220.672-135.04 32.832-.576 60.288 6.848 99.648 22.72 27.136 10.88 34.752 13.76 37.376 14.272 16.256-20.16 27.776-36.992 34.56-50.24 13.568-26.304 27.2-59.968 40.704-100.8a32 32 0 1 1 60.8 20.224c-12.608 37.888-25.408 70.4-38.528 97.664m-51.52 78.08c-14.528 17.792-31.808 37.376-51.904 58.816a32 32 0 1 1-46.72-43.776l12.288-13.248c-28.032-11.2-61.248-26.688-95.68-26.112-70.4 1.088-135.296 41.6-171.648 105.792C121.6 492.608 176 684.16 247.296 788.992c34.816 51.328 76.352 108.992 130.944 106.944 52.48-2.112 72.32-34.688 135.872-34.688s81.28 34.688 136.96 33.536c56.448-1.088 75.776-39.04 126.848-103.872 107.904-136.768 107.904-362.752 35.776-449.088-72.192-86.272-124.672-84.096-151.68-85.12-41.472-4.288-81.6 12.544-113.664 25.152"},null,-1)]))}const Di={render:Ti},ji={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 36 32"};function Ai(o,n){return e.openBlock(),e.createElementBlock("svg",ji,n[0]||(n[0]=[e.createElementVNode("path",{d:"M7 4H1c-.55 0-1 .45-1 1v22c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1m-1 6H2V8h4zM17 4h-6c-.55 0-1 .45-1 1v22c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1m-1 6h-4V8h4z"},null,-1),e.createElementVNode("path",{d:"m23.909 5.546-5.358 2.7a1.003 1.003 0 0 0-.443 1.343l8.999 17.861c.247.491.852.691 1.343.443l5.358-2.7c.491-.247.691-.852.443-1.343L25.252 5.989a1.003 1.003 0 0 0-1.343-.443"},null,-1)]))}const Kn={render:Ai},Oi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Pi(o,n){return e.openBlock(),e.createElementBlock("svg",Oi,n[0]||(n[0]=[e.createElementVNode("path",{d:"M831.872 340.864 512 652.672 192.128 340.864a30.59 30.59 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.59 30.59 0 0 0-42.752 0z"},null,-1)]))}const Fi={render:Pi},Ri={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Wi(o,n){return e.openBlock(),e.createElementBlock("svg",Ri,n[0]||(n[0]=[e.createElementVNode("path",{d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.59 30.59 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.59 30.59 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0"},null,-1)]))}const Xn={render:Wi},Yi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ui(o,n){return e.openBlock(),e.createElementBlock("svg",Yi,n[0]||(n[0]=[e.createElementVNode("path",{d:"M340.864 149.312a30.59 30.59 0 0 0 0 42.752L652.736 512 340.864 831.872a30.59 30.59 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"},null,-1)]))}const Qn={render:Ui},Gi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ki(o,n){return e.openBlock(),e.createElementBlock("svg",Gi,n[0]||(n[0]=[e.createElementVNode("path",{d:"m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0"},null,-1)]))}const Xi={render:Ki},Qi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Zi(o,n){return e.openBlock(),e.createElementBlock("svg",Qi,n[0]||(n[0]=[e.createElementVNode("path",{d:"M30 0h2v23c0 2.761-3.134 5-7 5s-7-2.239-7-5 3.134-5 7-5c1.959 0 3.729.575 5 1.501V8l-16 3.556V27c0 2.761-3.134 5-7 5s-7-2.239-7-5 3.134-5 7-5c1.959 0 3.729.575 5 1.501V4z"},null,-1)]))}const Zn={render:Zi},Ji={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ec(o,n){return e.openBlock(),e.createElementBlock("svg",Ji,n[0]||(n[0]=[e.createElementVNode("path",{d:"M628.736 528.896A416 416 0 0 1 928 928H96a415.87 415.87 0 0 1 299.264-399.104L512 704zM720 304a208 208 0 1 1-416 0 208 208 0 0 1 416 0"},null,-1)]))}const ro={render:ec},tc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function oc(o,n){return e.openBlock(),e.createElementBlock("svg",tc,n[0]||(n[0]=[e.createElementVNode("path",{d:"M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64"},null,-1),e.createElementVNode("path",{d:"m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312z"},null,-1)]))}const nc={render:oc},rc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ac(o,n){return e.openBlock(),e.createElementBlock("svg",rc,n[0]||(n[0]=[e.createElementVNode("path",{d:"M640 832a128 128 0 0 1-256 0zm192-64H134.4a38.4 38.4 0 0 1 0-76.8H192V448c0-154.88 110.08-284.16 256.32-313.6a64 64 0 1 1 127.36 0A320.13 320.13 0 0 1 832 448v243.2h57.6a38.4 38.4 0 0 1 0 76.8z"},null,-1)]))}const lc={render:ac},ic={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cc(o,n){return e.openBlock(),e.createElementBlock("svg",ic,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64a64 64 0 0 1 64 64v64H448v-64a64 64 0 0 1 64-64"},null,-1),e.createElementVNode("path",{d:"M256 768h512V448a256 256 0 1 0-512 0zm256-640a320 320 0 0 1 320 320v384H192V448a320 320 0 0 1 320-320"},null,-1),e.createElementVNode("path",{d:"M96 768h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32m352 128h128a64 64 0 0 1-128 0"},null,-1)]))}const sc={render:cc},dc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mc(o,n){return e.openBlock(),e.createElementBlock("svg",dc,n[0]||(n[0]=[e.createStaticVNode('<path d="M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"></path><path d="M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32"></path><path d="M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"></path><path d="M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384z"></path><path d="m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"></path>',5)]))}const pc={render:mc},hc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fc(o,n){return e.openBlock(),e.createElementBlock("svg",hc,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0z"},null,-1),e.createElementVNode("path",{d:"M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312z"},null,-1)]))}const uc={render:fc},_c={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gc(o,n){return e.openBlock(),e.createElementBlock("svg",_c,n[0]||(n[0]=[e.createElementVNode("path",{d:"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416z"},null,-1),e.createElementVNode("path",{d:"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312z"},null,-1)]))}const wc={render:gc},bc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function kc(o,n){return e.openBlock(),e.createElementBlock("svg",bc,n[0]||(n[0]=[e.createElementVNode("path",{d:"M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"},null,-1)]))}const yc={render:kc},Bc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Nc(o,n){return e.openBlock(),e.createElementBlock("svg",Bc,n[0]||(n[0]=[e.createElementVNode("path",{d:"M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z"},null,-1)]))}const xc={render:Nc},vc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Vc(o,n){return e.openBlock(),e.createElementBlock("svg",vc,n[0]||(n[0]=[e.createElementVNode("path",{d:"M10 12h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zM4 24h4v4H4zm6 0h4v4h-4zm6 0h4v4h-4zm-6-6h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zM4 18h4v4H4zM26 0v2h-4V0H8v2H4V0H0v32h30V0zm2 30H2V8h26z"},null,-1)]))}const Jn={render:Vc},Ec={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Sc(o,n){return e.openBlock(),e.createElementBlock("svg",Ec,n[0]||(n[0]=[e.createElementVNode("path",{d:"M896 256H128v576h768zm-199.424-64-32.064-64h-304.96l-32 64zM96 192h160l46.336-92.608A64 64 0 0 1 359.552 64h304.96a64 64 0 0 1 57.216 35.328L768.192 192H928a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32m416 512a160 160 0 1 0 0-320 160 160 0 0 0 0 320m0 64a224 224 0 1 1 0-448 224 224 0 0 1 0 448"},null,-1)]))}const Cc={render:Sc},Mc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zc(o,n){return e.openBlock(),e.createElementBlock("svg",Mc,n[0]||(n[0]=[e.createElementVNode("path",{d:"m192 384 320 384 320-384z"},null,-1)]))}const Ic={render:zc},Hc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $c(o,n){return e.openBlock(),e.createElementBlock("svg",Hc,n[0]||(n[0]=[e.createElementVNode("path",{d:"M672 192 288 511.936 672 832z"},null,-1)]))}const qc={render:$c},Lc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Tc(o,n){return e.openBlock(),e.createElementBlock("svg",Lc,n[0]||(n[0]=[e.createElementVNode("path",{d:"M384 192v640l384-320.064z"},null,-1)]))}const Dc={render:Tc},jc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ac(o,n){return e.openBlock(),e.createElementBlock("svg",jc,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 320 192 704h639.936z"},null,-1)]))}const Oc={render:Ac},Pc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Fc(o,n){return e.openBlock(),e.createElementBlock("svg",Pc,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 128a64 64 0 0 0-64 64v640a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h512a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V192A128 128 0 0 1 256 64m128 128h256a32 32 0 1 1 0 64H384a32 32 0 0 1 0-64m128 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"},null,-1)]))}const Rc={render:Fc},Wc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Yc(o,n){return e.openBlock(),e.createElementBlock("svg",Wc,n[0]||(n[0]=[e.createElementVNode("path",{d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.06 461.06 0 0 1-206.912-48.384l-175.616 58.56z"},null,-1),e.createElementVNode("path",{d:"M512 563.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4"},null,-1)]))}const Uc={render:Yc},Gc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Kc(o,n){return e.openBlock(),e.createElementBlock("svg",Gc,n[0]||(n[0]=[e.createElementVNode("path",{d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"},null,-1),e.createElementVNode("path",{d:"M512 499.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4"},null,-1)]))}const Xc={render:Kc},Qc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zc(o,n){return e.openBlock(),e.createElementBlock("svg",Qc,n[0]||(n[0]=[e.createElementVNode("path",{d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.06 461.06 0 0 1-206.912-48.384l-175.616 58.56z"},null,-1),e.createElementVNode("path",{d:"M352 576h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m32-192h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"},null,-1)]))}const Jc={render:Zc},e1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function t1(o,n){return e.openBlock(),e.createElementBlock("svg",e1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M160 826.88 273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"},null,-1),e.createElementVNode("path",{d:"M352 512h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m0-192h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"},null,-1)]))}const o1={render:t1},n1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function r1(o,n){return e.openBlock(),e.createElementBlock("svg",n1,n[0]||(n[0]=[e.createElementVNode("path",{d:"m174.72 855.68 130.048-43.392 23.424 11.392C382.4 849.984 444.352 864 512 864c223.744 0 384-159.872 384-352 0-192.832-159.104-352-384-352S128 319.168 128 512a341.12 341.12 0 0 0 69.248 204.288l21.632 28.8-44.16 110.528zm-45.248 82.56A32 32 0 0 1 89.6 896l56.512-141.248A405.12 405.12 0 0 1 64 512C64 299.904 235.648 96 512 96s448 203.904 448 416-173.44 416-448 416c-79.68 0-150.848-17.152-211.712-46.72l-170.88 56.96z"},null,-1)]))}const a1={render:r1},l1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function i1(o,n){return e.openBlock(),e.createElementBlock("svg",l1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"},null,-1)]))}const c1={render:i1},s1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d1(o,n){return e.openBlock(),e.createElementBlock("svg",s1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"},null,-1)]))}const m1={render:d1},p1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function h1(o,n){return e.openBlock(),e.createElementBlock("svg",p1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M704 192h160v736H160V192h160.064v64H704zM311.616 537.28l-45.312 45.248L447.36 763.52l316.8-316.8-45.312-45.184L447.36 673.024zM384 192V96h256v96z"},null,-1)]))}const f1={render:h1},u1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _1(o,n){return e.openBlock(),e.createElementBlock("svg",u1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M261.056 449.6c13.824-69.696 34.88-128.96 63.36-177.728 23.744-40.832 61.12-88.64 112.256-143.872H320a32 32 0 0 1 0-64h384a32 32 0 1 1 0 64H554.752c14.912 39.168 41.344 86.592 79.552 141.76 47.36 68.48 84.8 106.752 106.304 114.304a224 224 0 1 1-84.992 14.784c-22.656-22.912-47.04-53.76-73.92-92.608-38.848-56.128-67.008-105.792-84.352-149.312-55.296 58.24-94.528 107.52-117.76 147.2-23.168 39.744-41.088 88.768-53.568 147.072a224.064 224.064 0 1 1-64.96-1.6M288 832a160 160 0 1 0 0-320 160 160 0 0 0 0 320m448-64a160 160 0 1 0 0-320 160 160 0 0 0 0 320"},null,-1)]))}const g1={render:_1},w1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function b1(o,n){return e.openBlock(),e.createElementBlock("svg",w1,n[0]||(n[0]=[e.createElementVNode("path",{d:"m6.293 13.707 5 5a1 1 0 0 0 1.414 0l5-5a.999.999 0 1 0-1.414-1.414L12 16.586l-4.293-4.293a.999.999 0 1 0-1.414 1.414m0-7 5 5a1 1 0 0 0 1.414 0l5-5a.999.999 0 1 0-1.414-1.414L12 9.586 7.707 5.293a.999.999 0 1 0-1.414 1.414"},null,-1)]))}const er={render:b1},k1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function y1(o,n){return e.openBlock(),e.createElementBlock("svg",k1,n[0]||(n[0]=[e.createElementVNode("path",{d:"m2 12 14 12 14-12-2-2-12 10L4 10Z"},null,-1)]))}const ue={render:y1},B1={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function N1(o,n){return e.openBlock(),e.createElementBlock("svg",B1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M938.67 512.01c0-44.59-6.82-87.6-19.54-128H682.67a212.37 212.37 0 0 1 42.67 128c.06 38.71-10.45 76.7-30.42 109.87l-182.91 316.8c235.65-.01 426.66-191.02 426.66-426.67"},null,-1),e.createElementVNode("path",{d:"M576.79 401.63a127.9 127.9 0 0 0-63.56-17.6c-22.36-.22-44.39 5.43-63.89 16.38s-35.79 26.82-47.25 46.02a128 128 0 0 0-2.16 127.44l1.24 2.13a127.9 127.9 0 0 0 46.36 46.61 127.9 127.9 0 0 0 63.38 17.44c22.29.2 44.24-5.43 63.68-16.33a127.94 127.94 0 0 0 47.16-45.79v-.01l1.11-1.92a127.98 127.98 0 0 0 .29-127.46 127.96 127.96 0 0 0-46.36-46.91"},null,-1),e.createElementVNode("path",{d:"M394.45 333.96A213.34 213.34 0 0 1 512 298.67h369.58A426.5 426.5 0 0 0 512 85.34a425.6 425.6 0 0 0-171.74 35.98 425.6 425.6 0 0 0-142.62 102.22l118.14 204.63a213.4 213.4 0 0 1 78.67-94.21m117.56 604.72H512zm-97.25-236.73a213.3 213.3 0 0 1-89.54-86.81L142.48 298.6c-36.35 62.81-57.13 135.68-57.13 213.42 0 203.81 142.93 374.22 333.95 416.55h.04l118.19-204.71a213.3 213.3 0 0 1-122.77-21.91"},null,-1)]))}const x1={render:N1},v1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function V1(o,n){return e.openBlock(),e.createElementBlock("svg",v1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"},null,-1)]))}const E1={render:V1},S1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function C1(o,n){return e.openBlock(),e.createElementBlock("svg",S1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1),e.createElementVNode("path",{d:"M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752z"},null,-1)]))}const M1={render:C1},z1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I1(o,n){return e.openBlock(),e.createElementBlock("svg",z1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"},null,-1)]))}const tr={render:I1},H1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $1(o,n){return e.openBlock(),e.createElementBlock("svg",H1,n[0]||(n[0]=[e.createElementVNode("path",{d:"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248z"},null,-1),e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1)]))}const q1={render:$1},L1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function T1(o,n){return e.openBlock(),e.createElementBlock("svg",L1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-38.4 409.6H326.4a38.4 38.4 0 1 0 0 76.8h147.2v147.2a38.4 38.4 0 0 0 76.8 0V550.4h147.2a38.4 38.4 0 0 0 0-76.8H550.4V326.4a38.4 38.4 0 1 0-76.8 0z"},null,-1)]))}const D1={render:T1},j1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function A1(o,n){return e.openBlock(),e.createElementBlock("svg",j1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"},null,-1),e.createElementVNode("path",{d:"M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0"},null,-1),e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1)]))}const O1={render:A1},P1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function F1(o,n){return e.openBlock(),e.createElementBlock("svg",P1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1),e.createElementVNode("path",{d:"M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32"},null,-1)]))}const R1={render:F1},W1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Y1(o,n){return e.openBlock(),e.createElementBlock("svg",W1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"},null,-1)]))}const U1={render:Y1},G1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K1(o,n){return e.openBlock(),e.createElementBlock("svg",G1,n[0]||(n[0]=[e.createElementVNode("path",{d:"M598.4 831.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 831.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 381.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"},null,-1)]))}const X1={render:K1},Q1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 28"};function Z1(o,n){return e.openBlock(),e.createElementBlock("svg",Q1,n[0]||(n[0]=[e.createElementVNode("path",{d:"m26 23 3 3 10-10L29 6l-3 3 7 7zM14 9l-3-3L1 16l10 10 3-3-7-7zM21.916 4.704l2.171.592-6 22.001-2.171-.592z"},null,-1)]))}const J1={render:Z1},es={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ts(o,n){return e.openBlock(),e.createElementBlock("svg",es,n[0]||(n[0]=[e.createElementVNode("path",{d:"M768 192a192 192 0 1 1-8 383.808A256.13 256.13 0 0 1 512 768H320A256 256 0 0 1 64 512V160a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v256a128 128 0 1 0 0-256M96 832h640a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-640v320a192 192 0 0 0 192 192h192a192 192 0 0 0 192-192V192z"},null,-1)]))}const os={render:ts},ns={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function rs(o,n){return e.openBlock(),e.createElementBlock("svg",ns,n[0]||(n[0]=[e.createElementVNode("path",{d:"M822.592 192h14.272a32 32 0 0 1 31.616 26.752l21.312 128A32 32 0 0 1 858.24 384h-49.344l-39.04 546.304A32 32 0 0 1 737.92 960H285.824a32 32 0 0 1-32-29.696L214.912 384H165.76a32 32 0 0 1-31.552-37.248l21.312-128A32 32 0 0 1 187.136 192h14.016l-6.72-93.696A32 32 0 0 1 226.368 64h571.008a32 32 0 0 1 31.936 34.304zm-64.128 0 4.544-64H260.736l4.544 64zm-548.16 128H820.48l-10.688-64H214.208l-10.688 64zm68.736 64 36.544 512H708.16l36.544-512z"},null,-1)]))}const as={render:rs},ls={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function is(o,n){return e.openBlock(),e.createElementBlock("svg",ls,n[0]||(n[0]=[e.createElementVNode("path",{d:"m161.92 580.736 29.888 58.88C171.328 659.776 160 681.728 160 704c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 615.808 928 657.664 928 704c0 129.728-188.544 224-416 224S96 833.728 96 704c0-46.592 24.32-88.576 65.92-123.264"},null,-1),e.createElementVNode("path",{d:"m161.92 388.736 29.888 58.88C171.328 467.84 160 489.792 160 512c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 423.808 928 465.664 928 512c0 129.728-188.544 224-416 224S96 641.728 96 512c0-46.592 24.32-88.576 65.92-123.264"},null,-1),e.createElementVNode("path",{d:"M512 544c-227.456 0-416-94.272-416-224S284.544 96 512 96s416 94.272 416 224-188.544 224-416 224m0-64c196.672 0 352-77.696 352-160S708.672 160 512 160s-352 77.696-352 160 155.328 160 352 160"},null,-1)]))}const cs={render:is},ss={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ds(o,n){return e.openBlock(),e.createElementBlock("svg",ss,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 128v698.88l196.032-156.864a96 96 0 0 1 119.936 0L768 826.816V128zm-32-64h576a32 32 0 0 1 32 32v797.44a32 32 0 0 1-51.968 24.96L531.968 720a32 32 0 0 0-39.936 0L243.968 918.4A32 32 0 0 1 192 893.44V96a32 32 0 0 1 32-32"},null,-1)]))}const ms={render:ds},ps={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hs(o,n){return e.openBlock(),e.createElementBlock("svg",ps,n[0]||(n[0]=[e.createElementVNode("path",{d:"M192 736h640V128H256a64 64 0 0 0-64 64zm64-672h608a32 32 0 0 1 32 32v672a32 32 0 0 1-32 32H160l-32 57.536V192A128 128 0 0 1 256 64"},null,-1),e.createElementVNode("path",{d:"M240 800a48 48 0 1 0 0 96h592v-96zm0-64h656v160a64 64 0 0 1-64 64H240a112 112 0 0 1 0-224m144-608v250.88l96-76.8 96 76.8V128zm-64-64h320v381.44a32 32 0 0 1-51.968 24.96L480 384l-108.032 86.4A32 32 0 0 1 320 445.44z"},null,-1)]))}const fs={render:hs},us={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _s(o,n){return e.openBlock(),e.createElementBlock("svg",us,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1),e.createElementVNode("path",{d:"M725.888 315.008C676.48 428.672 624 513.28 568.576 568.64c-55.424 55.424-139.968 107.904-253.568 157.312a12.8 12.8 0 0 1-16.896-16.832c49.536-113.728 102.016-198.272 157.312-253.632 55.36-55.296 139.904-107.776 253.632-157.312a12.8 12.8 0 0 1 16.832 16.832"},null,-1)]))}const gs={render:_s},ws={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bs(o,n){return e.openBlock(),e.createElementBlock("svg",ws,n[0]||(n[0]=[e.createElementVNode("path",{d:"M640 384v64H448a128 128 0 0 0-128 128v128a128 128 0 0 0 128 128h320a128 128 0 0 0 128-128V576a128 128 0 0 0-64-110.848V394.88c74.56 26.368 128 97.472 128 181.056v128a192 192 0 0 1-192 192H448a192 192 0 0 1-192-192V576a192 192 0 0 1 192-192z"},null,-1),e.createElementVNode("path",{d:"M384 640v-64h192a128 128 0 0 0 128-128V320a128 128 0 0 0-128-128H256a128 128 0 0 0-128 128v128a128 128 0 0 0 64 110.848v70.272A192.06 192.06 0 0 1 64 448V320a192 192 0 0 1 192-192h320a192 192 0 0 1 192 192v128a192 192 0 0 1-192 192z"},null,-1)]))}const ks={render:bs},ys={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Bs(o,n){return e.openBlock(),e.createElementBlock("svg",ys,n[0]||(n[0]=[e.createElementVNode("path",{d:"M480 512h64v320h-64z"},null,-1),e.createElementVNode("path",{d:"M192 896h640a64 64 0 0 0-64-64H256a64 64 0 0 0-64 64m64-128h512a128 128 0 0 1 128 128v64H128v-64a128 128 0 0 1 128-128m256-256a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"},null,-1)]))}const Ns={render:Bs},xs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vs(o,n){return e.openBlock(),e.createElementBlock("svg",xs,n[0]||(n[0]=[e.createElementVNode("path",{d:"M768 832a128 128 0 0 1-128 128H192A128 128 0 0 1 64 832V384a128 128 0 0 1 128-128v64a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64z"},null,-1),e.createElementVNode("path",{d:"M384 128a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h448a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H384a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64"},null,-1)]))}const Vs={render:vs},Es={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Ss(o,n){return e.openBlock(),e.createElementBlock("svg",Es,n[0]||(n[0]=[e.createElementVNode("path",{d:"M20 8V0H6L0 6v18h12v8h20V8zM6 2.828V6H2.828zM2 22V8h6V2h10v6l-6 6v8zm16-11.172V14h-3.172zM30 30H14V16h6v-6h10z"},null,-1)]))}const Cs={render:Ss},Ms={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zs(o,n){return e.openBlock(),e.createElementBlock("svg",Ms,n[0]||(n[0]=[e.createElementVNode("path",{d:"M320 256a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h384a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128H320a128 128 0 0 1-128-128V320a128 128 0 0 1 128-128"},null,-1),e.createElementVNode("path",{d:"M512 64a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m-320 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 896a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m160 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m-320 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32M64 512a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0-160a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0 320a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m896-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0 320a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32"},null,-1)]))}const Is={render:zs},Hs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $s(o,n){return e.openBlock(),e.createElementBlock("svg",Hs,n[0]||(n[0]=[e.createElementVNode("path",{d:"M896 324.096c0-42.368-2.496-55.296-9.536-68.48a52.35 52.35 0 0 0-22.144-22.08c-13.12-7.04-26.048-9.536-68.416-9.536H228.096c-42.368 0-55.296 2.496-68.48 9.536a52.35 52.35 0 0 0-22.08 22.144c-7.04 13.12-9.536 26.048-9.536 68.416v375.808c0 42.368 2.496 55.296 9.536 68.48a52.35 52.35 0 0 0 22.144 22.08c13.12 7.04 26.048 9.536 68.416 9.536h567.808c42.368 0 55.296-2.496 68.48-9.536a52.35 52.35 0 0 0 22.08-22.144c7.04-13.12 9.536-26.048 9.536-68.416zm64 0v375.808c0 57.088-5.952 77.76-17.088 98.56-11.136 20.928-27.52 37.312-48.384 48.448S852.928 864 795.968 864H228.032c-57.088 0-77.76-5.952-98.56-17.088a116.3 116.3 0 0 1-48.448-48.384c-11.136-20.864-17.088-41.6-17.088-98.56V324.032c0-57.088 5.952-77.76 17.088-98.56 11.136-20.928 27.52-37.312 48.384-48.448s41.6-17.088 98.56-17.088H795.84c57.088 0 77.76 5.952 98.56 17.088 20.928 11.136 37.312 27.52 48.448 48.384s17.088 41.6 17.088 98.56z"},null,-1),e.createElementVNode("path",{d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"},null,-1)]))}const qs={render:$s},Ls={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ts(o,n){return e.openBlock(),e.createElementBlock("svg",Ls,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 768h672a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V96a32 32 0 0 1 64 0z"},null,-1),e.createElementVNode("path",{d:"M832 224v704a32 32 0 1 1-64 0V256H96a32 32 0 0 1 0-64h704a32 32 0 0 1 32 32"},null,-1)]))}const Ds={render:Ts},js={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19 19"};function As(o,n){return e.openBlock(),e.createElementBlock("svg",js,n[0]||(n[0]=[e.createElementVNode("path",{d:"M10 8.586 2.929 1.515 1.515 2.929 8.586 10l-7.071 7.071 1.414 1.414L10 11.414l7.071 7.071 1.414-1.414L11.414 10l7.071-7.071-1.414-1.414z"},null,-1)]))}const ut={render:As},Os={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ps(o,n){return e.openBlock(),e.createElementBlock("svg",Os,n[0]||(n[0]=[e.createElementVNode("path",{d:"M352 192V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64H96a32 32 0 0 1 0-64zm64 0h192v-64H416zM192 960a32 32 0 0 1-32-32V256h704v672a32 32 0 0 1-32 32zm224-192a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32m192 0a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32"},null,-1)]))}const Fs={render:Ps},Rs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ws(o,n){return e.openBlock(),e.createElementBlock("svg",Rs,n[0]||(n[0]=[e.createElementVNode("path",{d:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"},null,-1)]))}const Ys={render:Ws},Us={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Gs(o,n){return e.openBlock(),e.createElementBlock("svg",Us,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 416v-48a144 144 0 0 1 168.64-141.888 224.128 224.128 0 0 1 430.72 0A144 144 0 0 1 896 368v48a384 384 0 0 1-352 382.72V896h-64v-97.28A384 384 0 0 1 128 416m287.104-32.064h193.792a143.81 143.81 0 0 1 58.88-132.736 160.064 160.064 0 0 0-311.552 0 143.81 143.81 0 0 1 58.88 132.8zm-72.896 0a72 72 0 1 0-140.48 0zm339.584 0h140.416a72 72 0 1 0-140.48 0zM512 736a320 320 0 0 0 318.4-288.064H193.6A320 320 0 0 0 512 736M384 896.064h256a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64"},null,-1)]))}const Ks={render:Gs},Xs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qs(o,n){return e.openBlock(),e.createElementBlock("svg",Xs,n[0]||(n[0]=[e.createElementVNode("path",{d:"M224 704h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0L224 318.336zm0 64v128h576V768zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0"},null,-1),e.createElementVNode("path",{d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"},null,-1)]))}const Zs={render:Qs},Js={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function ed(o,n){return e.openBlock(),e.createElementBlock("svg",Js,n[0]||(n[0]=[e.createElementVNode("path",{d:"M27 0H3C1.35 0 0 1.35 0 3v26c0 1.65 1.35 3 3 3h24c1.65 0 3-1.35 3-3V3c0-1.65-1.35-3-3-3m-1 28H4V4h22zM8 14h14v2H8zm0 4h14v2H8zm0 4h14v2H8zm0-12h14v2H8z"},null,-1)]))}const or={render:ed},td={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function od(o,n){return e.openBlock(),e.createElementBlock("svg",td,n[0]||(n[0]=[e.createElementVNode("path",{d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m320 512V448h64v128h128v64H544v128h-64V640H352v-64z"},null,-1)]))}const nd={render:od},rd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ad(o,n){return e.openBlock(),e.createElementBlock("svg",rd,n[0]||(n[0]=[e.createElementVNode("path",{d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"},null,-1)]))}const ld={render:ad},id={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cd(o,n){return e.openBlock(),e.createElementBlock("svg",id,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"},null,-1)]))}const sd={render:cd},dd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function md(o,n){return e.openBlock(),e.createElementBlock("svg",dd,n[0]||(n[0]=[e.createElementVNode("path",{d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m308.992 546.304-90.496-90.624 45.248-45.248 90.56 90.496 90.496-90.432 45.248 45.248-90.496 90.56 90.496 90.496-45.248 45.248-90.496-90.496-90.56 90.496-45.248-45.248z"},null,-1)]))}const pd={render:md},hd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fd(o,n){return e.openBlock(),e.createElementBlock("svg",hd,n[0]||(n[0]=[e.createElementVNode("path",{d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m192 512h320v64H352z"},null,-1)]))}const ud={render:fd},_d={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gd(o,n){return e.openBlock(),e.createElementBlock("svg",_d,n[0]||(n[0]=[e.createElementVNode("path",{d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"},null,-1)]))}const wd={render:gd},bd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function kd(o,n){return e.openBlock(),e.createElementBlock("svg",bd,n[0]||(n[0]=[e.createElementVNode("path",{d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"},null,-1)]))}const yd={render:kd},Bd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Nd(o,n){return e.openBlock(),e.createElementBlock("svg",Bd,n[0]||(n[0]=[e.createElementVNode("path",{d:"m199.04 672.64 193.984 112 224-387.968-193.92-112-224 388.032zm-23.872 60.16 32.896 148.288 144.896-45.696zM455.04 229.248l193.92 112 56.704-98.112-193.984-112zM104.32 708.8l384-665.024 304.768 175.936L409.152 884.8h.064l-248.448 78.336zm384 254.272v-64h448v64z"},null,-1)]))}const xd={render:Nd},vd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Vd(o,n){return e.openBlock(),e.createElementBlock("svg",vd,n[0]||(n[0]=[e.createElementVNode("path",{d:"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"},null,-1),e.createElementVNode("path",{d:"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"},null,-1)]))}const Ed={render:Vd},Sd={viewBox:"0 0 32 32"};function Cd(o,n){return e.openBlock(),e.createElementBlock("svg",Sd,n[0]||(n[0]=[e.createElementVNode("path",{d:"M32 0H19l5 5-6 6 3 3 6-6 5 5zM32 32V19l-5 5-6-6-3 3 6 6-5 5zM0 32h13l-5-5 6-6-3-3-6 6-5-5zM0 0v13l5-5 6 6 3-3-6-6 5-5z"},null,-1)]))}const nr={render:Cd},Md={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zd(o,n){return e.openBlock(),e.createElementBlock("svg",Md,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 192h768v128H128zm0 256h512v128H128zm0 256h768v128H128zm576-352 192 160-192 128z"},null,-1)]))}const Id={render:zd},Hd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function $d(o,n){return e.openBlock(),e.createElementBlock("svg",Hd,n[0]||(n[0]=[e.createElementVNode("path",{d:"M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0m0 29C8.82 29 3 23.18 3 16S8.82 3 16 3s13 5.82 13 13-5.82 13-13 13"},null,-1),e.createElementVNode("path",{d:"m21 8-5 5-5-5-3 3 5 5-5 5 3 3 5-5 5 5 3-3-5-5 5-5z"},null,-1)]))}const Ue={render:$d},qd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ld(o,n){return e.openBlock(),e.createElementBlock("svg",qd,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 160H256c-17.673 0-32 14.327-32 32v640c0 17.673 14.327 32 32 32h256a32 32 0 1 0 0-64H288V224h224a32 32 0 1 0 0-64"},null,-1),e.createElementVNode("path",{d:"M589.248 278.656a32 32 0 0 0 0 45.248L745.344 480H416a32 32 0 1 0 0 64h329.344L589.248 700.096a32 32 0 1 0 45.248 45.248l210.688-210.688a32 32 0 0 0 0-45.248L634.496 278.656a32 32 0 0 0-45.248 0"},null,-1)]))}const Td={render:Ld},Dd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function jd(o,n){return e.openBlock(),e.createElementBlock("svg",Dd,n[0]||(n[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M192 160h640c17.673 0 32 14.327 32 32v640c0 17.673-14.327 32-32 32H192c-17.673 0-32-14.327-32-32V192c0-17.673 14.327-32 32-32m32 64v576h576V224z"},null,-1),e.createElementVNode("path",{d:"M550.624 310.624a32 32 0 0 1 45.248 0l178.752 178.752a32 32 0 0 1 0 45.248L595.872 713.376a32 32 0 0 1-45.248-45.248L674.752 544H384a32 32 0 1 1 0-64h290.752L550.624 355.872a32 32 0 0 1 0-45.248"},null,-1)]))}const Ad={render:jd},Od={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Pd(o,n){return e.openBlock(),e.createElementBlock("svg",Od,n[0]||(n[0]=[e.createElementVNode("path",{d:"M16 6C9.021 6 2.972 10.064 0 16c2.972 5.936 9.021 10 16 10s13.027-4.064 16-10c-2.972-5.936-9.021-10-16-10m7.889 5.303A15.2 15.2 0 0 1 28.559 16a15.2 15.2 0 0 1-4.67 4.697C21.527 22.204 18.799 23 16 23s-5.527-.796-7.889-2.303A15.2 15.2 0 0 1 3.441 16a15.2 15.2 0 0 1 5.041-4.925 8 8 0 1 0 15.036 0q.186.111.371.228M16 13a3 3 0 1 1-6 0 3 3 0 0 1 6 0"},null,-1)]))}const rr={render:Pd},Fd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Rd(o,n){return e.openBlock(),e.createElementBlock("svg",Fd,n[0]||(n[0]=[e.createElementVNode("path",{d:"M29.561.439a1.5 1.5 0 0 0-2.121 0l-6.318 6.318A17.6 17.6 0 0 0 16 6C9.021 6 2.972 10.064 0 16a18.3 18.3 0 0 0 5.407 6.472L.439 27.44a1.5 1.5 0 1 0 2.122 2.121l27-27a1.5 1.5 0 0 0 0-2.121zM13 10a3 3 0 0 1 2.841 2.037l-3.804 3.804A3 3 0 0 1 13 10m-9.559 6a15.2 15.2 0 0 1 5.041-4.925A8 8 0 0 0 8 13.812c0 1.715.54 3.304 1.459 4.607l-1.904 1.904A15.2 15.2 0 0 1 3.441 16M24 13.813c0-.849-.133-1.667-.378-2.434L13.566 21.435a8 8 0 0 0 10.435-7.622z"},null,-1),e.createElementVNode("path",{d:"M25.938 9.062 23.77 11.23l.118.074a15.2 15.2 0 0 1 4.67 4.697 15.2 15.2 0 0 1-4.67 4.697 14.64 14.64 0 0 1-11.45 1.864l-2.403 2.403a17.6 17.6 0 0 0 5.964 1.036c6.978 0 13.027-4.064 16-10a18.3 18.3 0 0 0-6.062-6.938z"},null,-1)]))}const ar={render:Rd},Wd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Yd(o,n){return e.openBlock(),e.createElementBlock("svg",Wd,n[0]||(n[0]=[e.createElementVNode("path",{d:"m557.248 608 135.744-135.744-45.248-45.248-135.68 135.744-135.808-135.68-45.248 45.184L466.752 608l-135.68 135.68 45.184 45.312L512 653.248l135.744 135.744 45.248-45.248L557.312 608zM704 192h160v736H160V192h160v64h384zm-320 0V96h256v96z"},null,-1)]))}const Ud={render:Yd},Gd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Kd(o,n){return e.openBlock(),e.createElementBlock("svg",Gd,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 384v448h768V384zm-32-64h832a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32m64-128h704v64H160zm96-128h512v64H256z"},null,-1)]))}const Xd={render:Kd},Qd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zd(o,n){return e.openBlock(),e.createElementBlock("svg",Qd,n[0]||(n[0]=[e.createElementVNode("path",{d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M320 288V128h64v352h256V128h64v160h160v64H704v128h160v64H704v128h160v64H704v160h-64V544H384v352h-64V736H128v-64h192V544H128v-64h192V352H128v-64z"},null,-1)]))}const Jd={render:Zd},e4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function t4(o,n){return e.openBlock(),e.createElementBlock("svg",e4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M384 523.392V928a32 32 0 0 0 46.336 28.608l192-96A32 32 0 0 0 640 832V523.392l280.768-343.104a32 32 0 1 0-49.536-40.576l-288 352A32 32 0 0 0 576 512v300.224l-128 64V512a32 32 0 0 0-7.232-20.288L195.52 192H704a32 32 0 1 0 0-64H128a32 32 0 0 0-24.768 52.288z"},null,-1)]))}const o4={render:t4},n4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function r4(o,n){return e.openBlock(),e.createElementBlock("svg",n4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M280.768 753.728 691.456 167.04a32 32 0 1 1 52.416 36.672L314.24 817.472a32 32 0 0 1-45.44 7.296l-230.4-172.8a32 32 0 0 1 38.4-51.2zM736 448a32 32 0 1 1 0-64h192a32 32 0 1 1 0 64zM608 640a32 32 0 0 1 0-64h319.936a32 32 0 1 1 0 64zM480 832a32 32 0 1 1 0-64h447.936a32 32 0 1 1 0 64z"},null,-1)]))}const a4={render:r4},l4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function i4(o,n){return e.openBlock(),e.createElementBlock("svg",l4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"},null,-1)]))}const c4={render:i4},s4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d4(o,n){return e.openBlock(),e.createElementBlock("svg",s4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"},null,-1)]))}const m4={render:d4},p4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function h4(o,n){return e.openBlock(),e.createElementBlock("svg",p4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m384 416V416h64v128h128v64H544v128h-64V608H352v-64z"},null,-1)]))}const f4={render:h4},u4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _4(o,n){return e.openBlock(),e.createElementBlock("svg",u4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m414.08 502.144 180.992-180.992L736.32 494.4 510.08 720.64l-158.4-158.336 45.248-45.312z"},null,-1)]))}const g4={render:_4},w4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b4(o,n){return e.openBlock(),e.createElementBlock("svg",w4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m370.752 448-90.496-90.496 45.248-45.248L512 530.752l90.496-90.496 45.248 45.248L557.248 576l90.496 90.496-45.248 45.248L512 621.248l-90.496 90.496-45.248-45.248z"},null,-1)]))}const k4={render:b4},y4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function B4(o,n){return e.openBlock(),e.createElementBlock("svg",y4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M878.08 448H241.92l-96 384h636.16zM832 384v-64H485.76L357.504 192H128v448l57.92-231.744A32 32 0 0 1 216.96 384zm-24.96 512H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h287.872l128.384 128H864a32 32 0 0 1 32 32v96h23.04a32 32 0 0 1 31.04 39.744l-112 448A32 32 0 0 1 807.04 896"},null,-1)]))}const N4={render:B4},x4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v4(o,n){return e.openBlock(),e.createElementBlock("svg",x4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32"},null,-1)]))}const V4={render:v4},E4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function S4(o,n){return e.openBlock(),e.createElementBlock("svg",E4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 352.576V352a288 288 0 0 1 491.072-204.224 192 192 0 0 1 274.24 204.48 64 64 0 0 1 57.216 74.24C921.6 600.512 850.048 710.656 736 756.992V800a96 96 0 0 1-96 96H384a96 96 0 0 1-96-96v-43.008c-114.048-46.336-185.6-156.48-214.528-330.496A64 64 0 0 1 128 352.64zm64-.576h64a160 160 0 0 1 320 0h64a224 224 0 0 0-448 0m128 0h192a96 96 0 0 0-192 0m439.424 0h68.544A128.256 128.256 0 0 0 704 192c-15.36 0-29.952 2.688-43.52 7.616 11.328 18.176 20.672 37.76 27.84 58.304A64.128 64.128 0 0 1 759.424 352M672 768H352v32a32 32 0 0 0 32 32h256a32 32 0 0 0 32-32zm-342.528-64h365.056c101.504-32.64 165.76-124.928 192.896-288H136.576c27.136 163.072 91.392 255.36 192.896 288"},null,-1)]))}const C4={render:S4},M4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z4(o,n){return e.openBlock(),e.createElementBlock("svg",M4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 410.304V96a32 32 0 0 1 64 0v314.304a96 96 0 0 0 64-90.56V96a32 32 0 0 1 64 0v223.744a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.544a160 160 0 0 1-128-156.8V96a32 32 0 0 1 64 0v223.744a96 96 0 0 0 64 90.56M672 572.48C581.184 552.128 512 446.848 512 320c0-141.44 85.952-256 192-256s192 114.56 192 256c0 126.848-69.184 232.128-160 252.48V928a32 32 0 1 1-64 0zM704 512c66.048 0 128-82.56 128-192s-61.952-192-128-192-128 82.56-128 192 61.952 192 128 192"},null,-1)]))}const I4={render:z4},H4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $4(o,n){return e.openBlock(),e.createElementBlock("svg",H4,n[0]||(n[0]=[e.createElementVNode("path",{d:"m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64z"},null,-1)]))}const q4={render:$4},L4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function T4(o,n){return e.openBlock(),e.createElementBlock("svg",L4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 320h512c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320m503.936 64H264.064a256.128 256.128 0 0 0 495.872 0M544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4"},null,-1)]))}const D4={render:T4},j4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function A4(o,n){return e.openBlock(),e.createElementBlock("svg",j4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09"},null,-1),e.createElementVNode("path",{d:"M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23"},null,-1),e.createElementVNode("path",{d:"M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93z"},null,-1),e.createElementVNode("path",{d:"M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53"},null,-1)]))}const O4={render:A4},P4={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function F4(o,n){return e.openBlock(),e.createElementBlock("svg",P4,n[0]||(n[0]=[e.createElementVNode("path",{d:"m772.13 452.84 53.86-351.81c1.32-10.01-1.17-18.68-7.49-26.02S804.35 64 795.01 64H228.99v-.01h-.06c-9.33 0-17.15 3.67-23.49 11.01s-8.83 16.01-7.49 26.02l53.87 351.89C213.54 505.73 193.59 568.09 192 640c2 90.67 33.17 166.17 93.5 226.5S421.33 957.99 512 960c90.67-2 166.17-33.17 226.5-93.5 60.33-60.34 91.49-135.83 93.5-226.5-1.59-71.94-21.56-134.32-59.87-187.16M640.01 128h117.02l-39.01 254.02c-20.75-10.64-40.74-19.73-59.94-27.28-5.92-3-11.95-5.8-18.08-8.41V128zM576 128v198.76c-13.18-2.58-26.74-4.43-40.67-5.55-8.07-.8-15.85-1.2-23.33-1.2-10.54 0-21.09.66-31.64 1.96a360 360 0 0 0-32.36 4.79V128zm-192 0h.04v218.3c-6.22 2.66-12.34 5.5-18.36 8.56-19.13 7.54-39.02 16.6-59.66 27.16L267.01 128zm308.99 692.99c-48 48-108.33 73-180.99 75.01-72.66-2.01-132.99-27.01-180.99-75.01S258.01 712.66 256 640c2.01-72.66 27.01-132.99 75.01-180.99 19.67-19.67 41.41-35.47 65.22-47.41 38.33-15.04 71.15-23.92 98.44-26.65 5.07-.41 10.2-.7 15.39-.88.63-.01 1.28-.03 1.91-.03.66 0 1.35.03 2.02.04 5.11.17 10.15.46 15.13.86 27.4 2.71 60.37 11.65 98.91 26.79 23.71 11.93 45.36 27.69 64.96 47.29 48 48 73 108.33 75.01 180.99-2.01 72.65-27.01 132.98-75.01 180.98"},null,-1),e.createElementVNode("path",{d:"M544 480H416v64h64v192h-64v64h192v-64h-64z"},null,-1)]))}const R4={render:F4},W4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Y4(o,n){return e.openBlock(),e.createElementBlock("svg",W4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M192 352h640l64 544H128zm128 224h64V448h-64zm320 0h64V448h-64zM384 288h-64a192 192 0 1 1 384 0h-64a128 128 0 1 0-256 0"},null,-1)]))}const U4={render:Y4},G4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K4(o,n){return e.openBlock(),e.createElementBlock("svg",G4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M320 288v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4h131.072a32 32 0 0 1 31.808 28.8l57.6 576a32 32 0 0 1-31.808 35.2H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320zm64 0h256v-22.336C640 189.248 582.272 128 512 128s-128 61.248-128 137.664v22.4zm-64 64H217.92l-51.2 512h690.56l-51.264-512H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0z"},null,-1)]))}const X4={render:K4},Q4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z4(o,n){return e.openBlock(),e.createElementBlock("svg",Q4,n[0]||(n[0]=[e.createElementVNode("path",{d:"M544 195.2a160 160 0 0 1 96 60.8 160 160 0 1 1 146.24 254.976 160 160 0 0 1-128 224 160 160 0 1 1-292.48 0 160 160 0 0 1-128-224A160 160 0 1 1 384 256a160 160 0 0 1 96-60.8V128h-64a32 32 0 0 1 0-64h192a32 32 0 0 1 0 64h-64zM512 448a96 96 0 1 0 0-192 96 96 0 0 0 0 192m-256 0a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192"},null,-1)]))}const J4={render:Z4},e3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function t3(o,n){return e.openBlock(),e.createElementBlock("svg",e3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"},null,-1)]))}const o3={render:t3},n3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function r3(o,n){return e.openBlock(),e.createElementBlock("svg",n3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M640 608h-64V416h64zm0 160v160a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V768h64v128h128V768zM384 608V416h64v192zm256-352h-64V128H448v128h-64V96a32 32 0 0 1 32-32h192a32 32 0 0 1 32 32z"},null,-1),e.createElementVNode("path",{d:"m220.8 256-71.232 80 71.168 80H768V256zm-14.4-64H800a32 32 0 0 1 32 32v224a32 32 0 0 1-32 32H206.4a32 32 0 0 1-23.936-10.752l-99.584-112a32 32 0 0 1 0-42.496l99.584-112A32 32 0 0 1 206.4 192m678.784 496-71.104 80H266.816V608h547.2zm-56.768-144H234.88a32 32 0 0 0-32 32v224a32 32 0 0 0 32 32h593.6a32 32 0 0 0 23.936-10.752l99.584-112a32 32 0 0 0 0-42.496l-99.584-112A32 32 0 0 0 828.48 544z"},null,-1)]))}const a3={render:r3},l3={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function i3(o,n){return e.openBlock(),e.createElementBlock("svg",l3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M887.01 264.99c-6-5.99-13.67-8.99-23.01-8.99H704c-1.34-54.68-20.01-100.01-56-136s-81.32-54.66-136-56c-54.68 1.34-100.01 20.01-136 56s-54.66 81.32-56 136H160c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.67-8.99 23.01v640c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V288c0-9.35-2.99-17.02-8.99-23.01M421.5 165.5c24.32-24.34 54.49-36.84 90.5-37.5 35.99.68 66.16 13.18 90.5 37.5s36.84 54.49 37.5 90.5H384c.68-35.99 13.18-66.16 37.5-90.5M832 896H192V320h128v128h64V320h256v128h64V320h128z"},null,-1)]))}const c3={render:i3},s3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d3(o,n){return e.openBlock(),e.createElementBlock("svg",s3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M896 529.152V512a384 384 0 1 0-768 0v17.152A128 128 0 0 1 320 640v128a128 128 0 1 1-256 0V512a448 448 0 1 1 896 0v256a128 128 0 1 1-256 0V640a128 128 0 0 1 192-110.848M896 640a64 64 0 0 0-128 0v128a64 64 0 0 0 128 0zm-768 0v128a64 64 0 0 0 128 0V640a64 64 0 1 0-128 0"},null,-1)]))}const m3={render:d3},p3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function h3(o,n){return e.openBlock(),e.createElementBlock("svg",p3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"},null,-1)]))}const f3={render:h3},u3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _3(o,n){return e.openBlock(),e.createElementBlock("svg",u3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M273.067 477.867h477.866V409.6H273.067zm0 68.266v51.2A187.733 187.733 0 0 0 460.8 785.067h102.4a187.733 187.733 0 0 0 187.733-187.734v-51.2zm-34.134-204.8h546.134a34.133 34.133 0 0 1 34.133 34.134v221.866a256 256 0 0 1-256 256H460.8a256 256 0 0 1-256-256V375.467a34.133 34.133 0 0 1 34.133-34.134M512 34.133a34.133 34.133 0 0 1 34.133 34.134v170.666a34.133 34.133 0 0 1-68.266 0V68.267A34.133 34.133 0 0 1 512 34.133M375.467 102.4a34.133 34.133 0 0 1 34.133 34.133v102.4a34.133 34.133 0 0 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.134-34.133m273.066 0a34.133 34.133 0 0 1 34.134 34.133v102.4a34.133 34.133 0 1 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.133-34.133M170.667 921.668h682.666a34.133 34.133 0 1 1 0 68.267H170.667a34.133 34.133 0 1 1 0-68.267"},null,-1)]))}const g3={render:_3},w3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b3(o,n){return e.openBlock(),e.createElementBlock("svg",w3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M192 413.952V896h640V413.952L512 147.328zM139.52 374.4l352-293.312a32 32 0 0 1 40.96 0l352 293.312A32 32 0 0 1 896 398.976V928a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V398.976a32 32 0 0 1 11.52-24.576"},null,-1)]))}const k3={render:b3},y3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function B3(o,n){return e.openBlock(),e.createElementBlock("svg",y3,n[0]||(n[0]=[e.createElementVNode("path",{d:"m308.352 489.344 226.304 226.304a32 32 0 0 0 45.248 0L783.552 512A192 192 0 1 0 512 240.448L308.352 444.16a32 32 0 0 0 0 45.248zm135.744 226.304L308.352 851.392a96 96 0 0 1-135.744-135.744l135.744-135.744-45.248-45.248a96 96 0 0 1 0-135.808L466.752 195.2A256 256 0 0 1 828.8 557.248L625.152 760.96a96 96 0 0 1-135.808 0l-45.248-45.248zM398.848 670.4 353.6 625.152 217.856 760.896a32 32 0 0 0 45.248 45.248zm248.96-384.64a32 32 0 0 1 0 45.248L466.624 512a32 32 0 1 1-45.184-45.248l180.992-181.056a32 32 0 0 1 45.248 0zm90.496 90.496a32 32 0 0 1 0 45.248L557.248 602.496A32 32 0 1 1 512 557.248l180.992-180.992a32 32 0 0 1 45.312 0"},null,-1)]))}const N3={render:B3},x3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v3(o,n){return e.openBlock(),e.createElementBlock("svg",x3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 448v128h239.68l16.064-128zm-64 0H256.256l16.064 128H448zm64-255.36V384h247.744A256.13 256.13 0 0 0 512 192.64m-64 8.064A256.45 256.45 0 0 0 264.256 384H448zm64-72.064A320.13 320.13 0 0 1 825.472 384H896a32 32 0 1 1 0 64h-64v1.92l-56.96 454.016A64 64 0 0 1 711.552 960H312.448a64 64 0 0 1-63.488-56.064L192 449.92V448h-64a32 32 0 0 1 0-64h70.528A320.38 320.38 0 0 1 448 135.04V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H544a32 32 0 0 0-32 32zM743.68 640H280.32l32.128 256h399.104z"},null,-1)]))}const V3={render:v3},E3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function S3(o,n){return e.openBlock(),e.createElementBlock("svg",E3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64m67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344M590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.99 12.99 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"},null,-1)]))}const lr={render:S3},C3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function M3(o,n){return e.openBlock(),e.createElementBlock("svg",C3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M14 9.5c0-.825.675-1.5 1.5-1.5h1c.825 0 1.5.675 1.5 1.5v1c0 .825-.675 1.5-1.5 1.5h-1c-.825 0-1.5-.675-1.5-1.5zM20 24h-8v-2h2v-6h-2v-2h6v8h2z"},null,-1),e.createElementVNode("path",{d:"M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0m0 29C8.82 29 3 23.18 3 16S8.82 3 16 3s13 5.82 13 13-5.82 13-13 13"},null,-1)]))}const z3={render:M3},I3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function H3(o,n){return e.openBlock(),e.createElementBlock("svg",I3,n[0]||(n[0]=[e.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-width":"2",d:"M0 0h32v32H0z"},null,-1),e.createElementVNode("path",{d:"M26 9a3 3 0 1 1-6 0 3 3 0 0 1 6 0M28 26H4v-4l7-12 8 10h2l7-6z"},null,-1)]))}const ao={render:H3},$3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q3(o,n){return e.openBlock(),e.createElementBlock("svg",$3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M448 456.064V96a32 32 0 0 1 32-32.064L672 64a32 32 0 0 1 0 64H512v128h160a32 32 0 0 1 0 64H512v128a256 256 0 1 1-64 8.064M512 896a192 192 0 1 0 0-384 192 192 0 0 0 0 384"},null,-1)]))}const L3={render:q3},T3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D3(o,n){return e.openBlock(),e.createElementBlock("svg",T3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 410.56V96a32 32 0 0 1 64 0v314.56A96 96 0 0 0 384 320V96a32 32 0 0 1 64 0v224a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.8A160 160 0 0 1 128 320V96a32 32 0 0 1 64 0v224a96 96 0 0 0 64 90.56m384-250.24V544h126.72c-3.328-78.72-12.928-147.968-28.608-207.744-14.336-54.528-46.848-113.344-98.112-175.872zM640 608v320a32 32 0 1 1-64 0V64h64c85.312 89.472 138.688 174.848 160 256s32 177.152 32 288z"},null,-1)]))}const j3={render:D3},A3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O3(o,n){return e.openBlock(),e.createElementBlock("svg",A3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M288 671.36v64.128A239.81 239.81 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 736 734.016v-64.768a192 192 0 0 0 3.328-377.92l-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 91.968 70.464 167.36 160.256 175.232z"},null,-1),e.createElementVNode("path",{d:"M416 736a32 32 0 0 1-27.776-47.872l128-224a32 32 0 1 1 55.552 31.744L471.168 672H608a32 32 0 0 1 27.776 47.872l-128 224a32 32 0 1 1-55.68-31.744L552.96 736z"},null,-1)]))}const P3={render:O3},F3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R3(o,n){return e.openBlock(),e.createElementBlock("svg",F3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M715.648 625.152 670.4 579.904l90.496-90.56c75.008-74.944 85.12-186.368 22.656-248.896-62.528-62.464-173.952-52.352-248.96 22.656L444.16 353.6l-45.248-45.248 90.496-90.496c100.032-99.968 251.968-110.08 339.456-22.656 87.488 87.488 77.312 239.424-22.656 339.456l-90.496 90.496zm-90.496 90.496-90.496 90.496C434.624 906.112 282.688 916.224 195.2 828.8c-87.488-87.488-77.312-239.424 22.656-339.456l90.496-90.496 45.248 45.248-90.496 90.56c-75.008 74.944-85.12 186.368-22.656 248.896 62.528 62.464 173.952 52.352 248.96-22.656l90.496-90.496zm0-362.048 45.248 45.248L398.848 670.4 353.6 625.152z"},null,-1)]))}const W3={render:R3},Y3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function U3(o,n){return e.openBlock(),e.createElementBlock("svg",Y3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"},null,-1)]))}const G3={render:U3},K3={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 100 100"};function X3(o,n){return e.openBlock(),e.createElementBlock("svg",K3,n[0]||(n[0]=[e.createStaticVNode('<g transform="translate(50 50)"><circle cy="-30" r="5"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="21.21" cy="-21.21" r="5" opacity=".875"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="30" r="5" opacity=".75"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="21.21" cy="21.21" r="5" opacity=".625"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cy="30" r="5" opacity=".5"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="-21.21" cy="21.21" r="5" opacity=".375"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="-30" r="5" opacity=".25"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle><circle cx="-21.21" cy="-21.21" r="5" opacity=".125"><animateTransform attributeName="transform" dur="1s" from="0" repeatCount="indefinite" to="360" type="rotate"></animateTransform></circle></g>',1)]))}const _t={render:X3},Q3={xmlns:"http://www.w3.org/2000/svg",width:"100",height:"100",viewBox:"0 0 1024 1024"};function Z3(o,n){return e.openBlock(),e.createElementBlock("svg",Q3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248m452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248M828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0"},[e.createElementVNode("animateTransform",{attributeName:"transform",dur:"1.5s",from:"0 512 512",repeatCount:"indefinite",to:"360 512 512",type:"rotate"})],-1)]))}const ir={render:Z3},J3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function em(o,n){return e.openBlock(),e.createElementBlock("svg",J3,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 928c23.936 0 117.504-68.352 192.064-153.152C803.456 661.888 864 535.808 864 416c0-189.632-155.84-320-352-320S160 226.368 160 416c0 120.32 60.544 246.4 159.936 359.232C394.432 859.84 488 928 512 928m0-435.2a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 140.8a204.8 204.8 0 1 1 0-409.6 204.8 204.8 0 0 1 0 409.6"},null,-1)]))}const tm={render:em},om={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function nm(o,n){return e.openBlock(),e.createElementBlock("svg",om,n[0]||(n[0]=[e.createElementVNode("path",{d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"},null,-1),e.createElementVNode("path",{d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"},null,-1),e.createElementVNode("path",{d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"},null,-1)]))}const rm={render:nm},am={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 79 69"};function lm(o,n){return e.openBlock(),e.createElementBlock("svg",am,n[0]||(n[0]=[e.createElementVNode("defs",null,[e.createElementVNode("linearGradient",{id:"a",x1:"0%",x2:"100%",y1:"0%",y2:"100%"},[e.createElementVNode("stop",{offset:"0%",style:{"stop-color":"#ff0096","stop-opacity":"1"}}),e.createElementVNode("stop",{offset:"100%",style:{"stop-color":"#0cf","stop-opacity":"1"}})])],-1),e.createElementVNode("path",{fill:"url(#a)",d:"M37.892 13.546V55h-4.858l-22.59-32.548h-.404V55H5.02V13.546h4.858l22.67 32.629h.405v-32.63zm-4.872 0h5.991L53.1 47.956h.486l14.088-34.41h5.992V55h-4.696V23.504h-.405L55.609 55h-4.534L38.121 23.504h-.405V55H33.02z"},null,-1)]))}const im={render:lm},cm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function sm(o,n){return e.openBlock(),e.createElementBlock("svg",cm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"},null,-1),e.createElementVNode("path",{d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"},null,-1)]))}const dm={render:sm},mm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function pm(o,n){return e.openBlock(),e.createElementBlock("svg",mm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"},null,-1),e.createElementVNode("path",{d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m192-160v-64a192 192 0 1 0-384 0v64zM512 64a256 256 0 0 1 256 256v128H256V320A256 256 0 0 1 512 64"},null,-1)]))}const hm={render:pm},fm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function um(o,n){return e.openBlock(),e.createElementBlock("svg",fm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M513.28 448a64 64 0 1 1 76.544 49.728A96 96 0 0 0 768 448h64a160 160 0 0 1-320 0zm-126.976-29.696a256 256 0 1 0 43.52-180.48A256 256 0 0 1 832 448h-64a192 192 0 0 0-381.696-29.696m105.664 249.472L285.696 874.048a96 96 0 0 1-135.68-135.744l206.208-206.272a320 320 0 1 1 135.744 135.744m-54.464-36.032a322 322 0 0 1-45.248-45.248L195.2 783.552a32 32 0 1 0 45.248 45.248l197.056-197.12z"},null,-1)]))}const _m={render:um},gm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wm(o,n){return e.openBlock(),e.createElementBlock("svg",gm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64h64v192h-64zm0 576h64v192h-64zM160 480v-64h192v64zm576 0v-64h192v64zM249.856 199.04l45.248-45.184L430.848 289.6 385.6 334.848 249.856 199.104zM657.152 606.4l45.248-45.248 135.744 135.744-45.248 45.248zM114.048 923.2 68.8 877.952l316.8-316.8 45.248 45.248zM702.4 334.848 657.152 289.6l135.744-135.744 45.248 45.248z"},null,-1)]))}const bm={render:wm},km={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ym(o,n){return e.openBlock(),e.createElementBlock("svg",km,n[0]||(n[0]=[e.createElementVNode("path",{d:"M832 320V192H704v320a192 192 0 1 1-384 0V192H192v128h128v64H192v128a320 320 0 0 0 640 0V384H704v-64zM640 512V128h256v384a384 384 0 1 1-768 0V128h256v384a128 128 0 1 0 256 0"},null,-1)]))}const Bm={render:ym},Nm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xm(o,n){return e.openBlock(),e.createElementBlock("svg",Nm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M399.5 849.5a225 225 0 1 0 0-450 225 225 0 0 0 0 450m0 56.25a281.25 281.25 0 1 1 0-562.5 281.25 281.25 0 0 1 0 562.5m253.125-787.5h225q28.125 0 28.125 28.125T877.625 174.5h-225q-28.125 0-28.125-28.125t28.125-28.125"},null,-1),e.createElementVNode("path",{d:"M877.625 118.25q28.125 0 28.125 28.125v225q0 28.125-28.125 28.125T849.5 371.375v-225q0-28.125 28.125-28.125"},null,-1),e.createElementVNode("path",{d:"M604.813 458.9 565.1 419.131l292.613-292.668 39.825 39.824z"},null,-1)]))}const vm={render:xm},Vm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Em(o,n){return e.openBlock(),e.createElementBlock("svg",Vm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"},null,-1)]))}const Sm={render:Em},Cm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Mm(o,n){return e.openBlock(),e.createElementBlock("svg",Cm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"},null,-1),e.createElementVNode("path",{d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"},null,-1)]))}const zm={render:Mm},Im={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hm(o,n){return e.openBlock(),e.createElementBlock("svg",Im,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 896a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"},null,-1),e.createElementVNode("path",{d:"M576 128H448v200a286.7 286.7 0 0 1 64-8c19.52 0 40.832 2.688 64 8zm64 0v219.648c24.448 9.088 50.56 20.416 78.4 33.92L757.44 128zm-256 0H266.624l39.04 253.568c27.84-13.504 53.888-24.832 78.336-33.92zM229.312 64h565.376a32 32 0 0 1 31.616 36.864L768 480c-113.792-64-199.104-96-256-96s-142.208 32-256 96l-58.304-379.136A32 32 0 0 1 229.312 64"},null,-1)]))}const $m={render:Hm},qm={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function Lm(o,n){return e.openBlock(),e.createElementBlock("svg",qm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M480 320h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"},null,-1),e.createElementVNode("path",{d:"M887.01 72.99C881.01 67 873.34 64 864 64H160c-9.35 0-17.02 3-23.01 8.99C131 78.99 128 86.66 128 96v832c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V96c0-9.35-3-17.02-8.99-23.01M192 896V128h96v768zm640 0H352V128h480z"},null,-1),e.createElementVNode("path",{d:"M480 512h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32m0 192h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"},null,-1)]))}const Tm={render:Lm},Dm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function jm(o,n){return e.openBlock(),e.createElementBlock("svg",Dm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z"},null,-1)]))}const Am={render:jm},Om={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Pm(o,n){return e.openBlock(),e.createElementBlock("svg",Om,n[0]||(n[0]=[e.createElementVNode("path",{d:"M288 384h448v64H288zm96-128h256v64H384zM131.456 512H384v128h256V512h252.544L721.856 192H302.144zM896 576H704v128H320V576H128v256h768zM275.776 128h472.448a32 32 0 0 1 28.608 17.664l179.84 359.552A32 32 0 0 1 960 519.552V864a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V519.552a32 32 0 0 1 3.392-14.336l179.776-359.552A32 32 0 0 1 275.776 128"},null,-1)]))}const Fm={render:Pm},Rm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Wm(o,n){return e.openBlock(),e.createElementBlock("svg",Rm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 224v512a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V224zm0-64h768a64 64 0 0 1 64 64v512a128 128 0 0 1-128 128H192A128 128 0 0 1 64 736V224a64 64 0 0 1 64-64"},null,-1),e.createElementVNode("path",{d:"M904 224 656.512 506.88a192 192 0 0 1-289.024 0L120 224zm-698.944 0 210.56 240.704a128 128 0 0 0 192.704 0L818.944 224z"},null,-1)]))}const Ym={render:Wm},Um={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Gm(o,n){return e.openBlock(),e.createElementBlock("svg",Um,n[0]||(n[0]=[e.createElementVNode("path",{d:"M480 704h160a64 64 0 0 0 64-64v-32h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-32a64 64 0 0 0-64-64H384a64 64 0 0 0-64 64v32h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v32a64 64 0 0 0 64 64zm64 64v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768h-96a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64h256a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128z"},null,-1)]))}const Km={render:Gm},Xm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qm(o,n){return e.openBlock(),e.createElementBlock("svg",Xm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 128a128 128 0 0 0-128 128v256a128 128 0 1 0 256 0V256a128 128 0 0 0-128-128m0-64a192 192 0 0 1 192 192v256a192 192 0 1 1-384 0V256A192 192 0 0 1 512 64m-32 832v-64a288 288 0 0 1-288-288v-32a32 32 0 0 1 64 0v32a224 224 0 0 0 224 224h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64z"},null,-1)]))}const Zm={render:Qm},Jm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function ep(o,n){return e.openBlock(),e.createElementBlock("svg",Jm,n[0]||(n[0]=[e.createElementVNode("path",{d:"M0 13v6a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1"},null,-1)]))}const tp={render:ep},op={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function np(o,n){return e.openBlock(),e.createElementBlock("svg",op,n[0]||(n[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M4 12h16"},null,-1)]))}const cr={render:np},rp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ap(o,n){return e.openBlock(),e.createElementBlock("svg",rp,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 640v192h640V384H768v-64h150.976c14.272 0 19.456 1.472 24.64 4.288a29.06 29.06 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64v493.952c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H233.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096c-2.688-5.184-4.224-10.368-4.224-24.576V640z"},null,-1),e.createElementVNode("path",{d:"M768 192H128v448h640zm64-22.976v493.952c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096C65.536 682.432 64 677.248 64 663.04V169.024c0-14.272 1.472-19.456 4.288-24.64a29.06 29.06 0 0 1 12.096-12.16C85.568 129.536 90.752 128 104.96 128h685.952c14.272 0 19.456 1.472 24.64 4.288a29.06 29.06 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64z"},null,-1),e.createElementVNode("path",{d:"M448 576a160 160 0 1 1 0-320 160 160 0 0 1 0 320m0-64a96 96 0 1 0 0-192 96 96 0 0 0 0 192"},null,-1)]))}const lp={render:ap},ip={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cp(o,n){return e.openBlock(),e.createElementBlock("svg",ip,n[0]||(n[0]=[e.createElementVNode("path",{d:"M544 768v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768H192A128 128 0 0 1 64 640V256a128 128 0 0 1 128-128h640a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128zM192 192a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64z"},null,-1)]))}const sp={render:cp},dp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mp(o,n){return e.openBlock(),e.createElementBlock("svg",dp,n[0]||(n[0]=[e.createElementVNode("path",{d:"M240.448 240.448a384 384 0 1 0 559.424 525.696 448 448 0 0 1-542.016-542.08 391 391 0 0 0-17.408 16.384m181.056 362.048a384 384 0 0 0 525.632 16.384A448 448 0 1 1 405.056 76.8a384 384 0 0 0 16.448 525.696"},null,-1)]))}const pp={render:mp},hp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fp(o,n){return e.openBlock(),e.createElementBlock("svg",hp,n[0]||(n[0]=[e.createElementVNode("path",{d:"M176 416a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224"},null,-1)]))}const up={render:fp},_p={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gp(o,n){return e.openBlock(),e.createElementBlock("svg",_p,n[0]||(n[0]=[e.createElementVNode("path",{d:"M176 416a112 112 0 1 0 0 224 112 112 0 0 0 0-224m0 64a48 48 0 1 1 0 96 48 48 0 0 1 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96"},null,-1)]))}const wp={render:gp},bp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function kp(o,n){return e.openBlock(),e.createElementBlock("svg",bp,n[0]||(n[0]=[e.createElementVNode("path",{d:"M737.216 357.952 704 349.824l-11.776-32a192.064 192.064 0 0 0-367.424 23.04l-8.96 39.04-39.04 8.96A192.064 192.064 0 0 0 320 768h368a207.81 207.81 0 0 0 207.808-208 208.32 208.32 0 0 0-158.592-202.048m15.168-62.208A272.32 272.32 0 0 1 959.744 560a271.81 271.81 0 0 1-271.552 272H320a256 256 0 0 1-57.536-505.536 256.128 256.128 0 0 1 489.92-30.72"},null,-1)]))}const yp={render:kp},Bp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Np(o,n){return e.openBlock(),e.createElementBlock("svg",Bp,n[0]||(n[0]=[e.createElementVNode("path",{d:"M438.144 256c-68.352 0-92.736 4.672-117.76 18.112q-30.144 16.128-46.272 46.272C260.672 345.408 256 369.792 256 438.144v275.712c0 68.352 4.672 92.736 18.112 117.76q16.128 30.144 46.272 46.272C345.408 891.328 369.792 896 438.144 896h147.712c68.352 0 92.736-4.672 117.76-18.112q30.144-16.128 46.272-46.272C763.328 806.592 768 782.208 768 713.856V438.144c0-68.352-4.672-92.736-18.112-117.76a110.46 110.46 0 0 0-46.272-46.272C678.592 260.672 654.208 256 585.856 256zm0-64h147.712c85.568 0 116.608 8.96 147.904 25.6 31.36 16.768 55.872 41.344 72.576 72.64C823.104 321.536 832 352.576 832 438.08v275.84c0 85.504-8.96 116.544-25.6 147.84a174.46 174.46 0 0 1-72.64 72.576C702.464 951.104 671.424 960 585.92 960H438.08c-85.504 0-116.544-8.96-147.84-25.6a174.46 174.46 0 0 1-72.64-72.704c-16.768-31.296-25.664-62.336-25.664-147.84v-275.84c0-85.504 8.96-116.544 25.6-147.84a174.46 174.46 0 0 1 72.768-72.576c31.232-16.704 62.272-25.6 147.776-25.6z"},null,-1),e.createElementVNode("path",{d:"M512 320q32 0 32 32v128q0 32-32 32t-32-32V352q0-32 32-32m32-96a32 32 0 0 1-64 0v-64a32 32 0 0 0-32-32h-96a32 32 0 0 1 0-64h96a96 96 0 0 1 96 96z"},null,-1)]))}const xp={render:Np},vp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Vp(o,n){return e.openBlock(),e.createElementBlock("svg",vp,n[0]||(n[0]=[e.createElementVNode("path",{d:"M736 800V160H160v640a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64m64-544h63.552a96 96 0 0 1 96 96v224a96 96 0 0 1-96 96H800v128a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V128a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v288h63.552a32 32 0 0 0 32-32V352a32 32 0 0 0-32-32z"},null,-1)]))}const Ep={render:Vp},Sp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Cp(o,n){return e.openBlock(),e.createElementBlock("svg",Sp,n[0]||(n[0]=[e.createElementVNode("path",{d:"m241.216 832 63.616-64H768V448c0-42.368-10.24-82.304-28.48-117.504l46.912-47.232C815.36 331.392 832 387.84 832 448v320h96a32 32 0 1 1 0 64zm-90.24 0H96a32 32 0 1 1 0-64h96V448a320.13 320.13 0 0 1 256-313.6V128a64 64 0 1 1 128 0v6.4a319.55 319.55 0 0 1 171.648 97.088l-45.184 45.44A256 256 0 0 0 256 448v278.336L151.04 832zM448 896h128a64 64 0 0 1-128 0"},null,-1),e.createElementVNode("path",{d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056z"},null,-1)]))}const Mp={render:Cp},zp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ip(o,n){return e.openBlock(),e.createElementBlock("svg",zp,n[0]||(n[0]=[e.createElementVNode("path",{d:"m412.16 592.128-45.44 45.44A191.23 191.23 0 0 1 320 512V256a192 192 0 1 1 384 0v44.352l-64 64V256a128 128 0 1 0-256 0v256c0 30.336 10.56 58.24 28.16 80.128m51.968 38.592A128 128 0 0 0 640 512v-57.152l64-64V512a192 192 0 0 1-287.68 166.528zM314.88 779.968l46.144-46.08A223 223 0 0 0 480 768h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64h64v-64c-61.44 0-118.4-19.2-165.12-52.032M266.752 737.6A286.98 286.98 0 0 1 192 544v-32a32 32 0 0 1 64 0v32c0 56.832 21.184 108.8 56.064 148.288z"},null,-1),e.createElementVNode("path",{d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056z"},null,-1)]))}const Hp={render:Ip},$p={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qp(o,n){return e.openBlock(),e.createElementBlock("svg",$p,n[0]||(n[0]=[e.createElementVNode("path",{d:"M440.256 576H256v128h56.256l-64 64H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32h280.256zm143.488 128H704V583.744L775.744 512H928a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H519.744zM768 576v128h128V576zm-29.696-207.552 45.248 45.248-497.856 497.856-45.248-45.248zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"},null,-1)]))}const Lp={render:qp},Tp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Dp(o,n){return e.openBlock(),e.createElementBlock("svg",Tp,n[0]||(n[0]=[e.createElementVNode("path",{d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M672 128h64v768h-64zM96 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32"},null,-1)]))}const jp={render:Dp},Ap={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Op(o,n){return e.openBlock(),e.createElementBlock("svg",Ap,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 128v64H256a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V512h64v256a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V256a128 128 0 0 1 128-128z"},null,-1),e.createElementVNode("path",{d:"M768 384a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"},null,-1)]))}const Pp={render:Op},Fp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rp(o,n){return e.openBlock(),e.createElementBlock("svg",Fp,n[0]||(n[0]=[e.createElementVNode("path",{d:"M192 128v704h384V128zm-32-64h448a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M256 256h256v64H256zm0 192h256v64H256zm0 192h256v64H256zm384-128h128v64H640zm0 128h128v64H640zM64 832h896v64H64z"},null,-1),e.createElementVNode("path",{d:"M640 384v448h192V384zm-32-64h256a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H608a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32"},null,-1)]))}const Wp={render:Rp},Yp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Up(o,n){return e.openBlock(),e.createElementBlock("svg",Yp,n[0]||(n[0]=[e.createElementVNode("path",{d:"M389.44 768a96.064 96.064 0 0 1 181.12 0H896v64H570.56a96.064 96.064 0 0 1-181.12 0H128v-64zm192-288a96.064 96.064 0 0 1 181.12 0H896v64H762.56a96.064 96.064 0 0 1-181.12 0H128v-64zm-320-288a96.064 96.064 0 0 1 181.12 0H896v64H442.56a96.064 96.064 0 0 1-181.12 0H128v-64z"},null,-1)]))}const Gp={render:Up},Kp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xp(o,n){return e.openBlock(),e.createElementBlock("svg",Kp,n[0]||(n[0]=[e.createElementVNode("path",{d:"M384 960v-64h192.064v64zm448-544a350.66 350.66 0 0 1-128.32 271.424C665.344 719.04 640 763.776 640 813.504V832H320v-14.336c0-48-19.392-95.36-57.216-124.992a351.55 351.55 0 0 1-128.448-344.256c25.344-136.448 133.888-248.128 269.76-276.48A352.384 352.384 0 0 1 832 416m-544 32c0-132.288 75.904-224 192-224v-64c-154.432 0-256 122.752-256 288z"},null,-1)]))}const Qp={render:Xp},Zp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Jp(o,n){return e.openBlock(),e.createElementBlock("svg",Zp,n[0]||(n[0]=[e.createElementVNode("path",{d:"M544 894.72a382.34 382.34 0 0 0 215.936-89.472L577.024 622.272c-10.24 6.016-21.248 10.688-33.024 13.696v258.688zm261.248-134.784A382.34 382.34 0 0 0 894.656 544H635.968c-3.008 11.776-7.68 22.848-13.696 33.024zM894.656 480a382.34 382.34 0 0 0-89.408-215.936L622.272 446.976c6.016 10.24 10.688 21.248 13.696 33.024zm-134.72-261.248A382.34 382.34 0 0 0 544 129.344v258.688c11.776 3.008 22.848 7.68 33.024 13.696zM480 129.344a382.34 382.34 0 0 0-215.936 89.408l182.912 182.976c10.24-6.016 21.248-10.688 33.024-13.696zm-261.248 134.72A382.34 382.34 0 0 0 129.344 480h258.688c3.008-11.776 7.68-22.848 13.696-33.024zM129.344 544a382.34 382.34 0 0 0 89.408 215.936l182.976-182.912A127.2 127.2 0 0 1 388.032 544zm134.72 261.248A382.34 382.34 0 0 0 480 894.656V635.968a127.2 127.2 0 0 1-33.024-13.696zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-384a64 64 0 1 0 0-128 64 64 0 0 0 0 128"},null,-1)]))}const e6={render:Jp},t6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o6(o,n){return e.openBlock(),e.createElementBlock("svg",t6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M602.496 240.448A192 192 0 1 1 874.048 512l-316.8 316.8A256 256 0 0 1 195.2 466.752L602.496 59.456l45.248 45.248L240.448 512A192 192 0 0 0 512 783.552l316.8-316.8a128 128 0 1 0-181.056-181.056L353.6 579.904a32 32 0 1 0 45.248 45.248l294.144-294.144 45.312 45.248L444.096 670.4a96 96 0 1 1-135.744-135.744z"},null,-1)]))}const n6={render:o6},r6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function a6(o,n){return e.openBlock(),e.createElementBlock("svg",r6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M598.4 895.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 895.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 445.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"},null,-1),e.createElementVNode("path",{d:"M139.84 501.888a256 256 0 1 1 417.856-277.12c-17.728 2.176-38.208 8.448-61.504 18.816A192 192 0 1 0 189.12 460.48a6004 6004 0 0 0-49.28 41.408"},null,-1)]))}const l6={render:a6},i6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c6(o,n){return e.openBlock(),e.createElementBlock("svg",i6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M352 224q0-32 32-32h80q32 0 32 32v576q0 32-32 32h-80q-32 0-32-32zm176 0q0-32 32-32h80q32 0 32 32v576q0 32-32 32h-80q-32 0-32-32z"},null,-1)]))}const s6={render:c6},d6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function m6(o,n){return e.openBlock(),e.createElementBlock("svg",d6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M542.336 258.816a443 443 0 0 0-9.024 25.088 32 32 0 1 1-60.8-20.032l1.088-3.328a162.69 162.69 0 0 0-122.048 131.392l-17.088 102.72-20.736 15.36C256.192 552.704 224 610.88 224 672c0 120.576 126.4 224 288 224s288-103.424 288-224c0-61.12-32.192-119.296-89.728-161.92l-20.736-15.424-17.088-102.72a162.69 162.69 0 0 0-130.112-133.12m-40.128-66.56c7.936-15.552 16.576-30.08 25.92-43.776 23.296-33.92 49.408-59.776 78.528-77.12a32 32 0 1 1 32.704 55.04c-20.544 12.224-40.064 31.552-58.432 58.304a317 317 0 0 0-9.792 15.104 226.69 226.69 0 0 1 164.48 181.568l12.8 77.248C819.456 511.36 864 587.392 864 672c0 159.04-157.568 288-352 288S160 831.04 160 672c0-84.608 44.608-160.64 115.584-213.376l12.8-77.248a226.624 226.624 0 0 1 213.76-189.184z"},null,-1)]))}const p6={render:m6},h6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f6(o,n){return e.openBlock(),e.createElementBlock("svg",h6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M199.232 125.568 90.624 379.008a32 32 0 0 0 6.784 35.2l512.384 512.384a32 32 0 0 0 35.2 6.784l253.44-108.608a32 32 0 0 0 10.048-52.032L769.6 633.92a32 32 0 0 0-36.928-5.952l-130.176 65.088-271.488-271.552 65.024-130.176a32 32 0 0 0-5.952-36.928L251.2 115.52a32 32 0 0 0-51.968 10.048"},null,-1)]))}const u6={render:f6},_6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g6(o,n){return e.openBlock(),e.createElementBlock("svg",_6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M79.36 432.256 591.744 944.64a32 32 0 0 0 35.2 6.784l253.44-108.544a32 32 0 0 0 9.984-52.032l-153.856-153.92a32 32 0 0 0-36.928-6.016l-69.888 34.944L358.08 394.24l35.008-69.888a32 32 0 0 0-5.952-36.928L233.152 133.568a32 32 0 0 0-52.032 10.048L72.512 397.056a32 32 0 0 0 6.784 35.2zm60.48-29.952 81.536-190.08L325.568 316.48l-24.64 49.216-20.608 41.216 32.576 32.64 271.552 271.552 32.64 32.64 41.216-20.672 49.28-24.576 104.192 104.128-190.08 81.472zM512 320v-64a256 256 0 0 1 256 256h-64a192 192 0 0 0-192-192m0-192V64a448 448 0 0 1 448 448h-64a384 384 0 0 0-384-384"},null,-1)]))}const w6={render:g6},b6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function k6(o,n){return e.openBlock(),e.createElementBlock("svg",b6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M384 288q64 0 64 64t-64 64-64-64 64-64M185.408 876.992l-50.816-38.912L350.72 556.032a96 96 0 0 1 134.592-17.856l1.856 1.472 122.88 99.136a32 32 0 0 0 44.992-4.864l216-269.888 49.92 39.936-215.808 269.824-.256.32a96 96 0 0 1-135.04 14.464l-122.88-99.072-.64-.512a32 32 0 0 0-44.8 5.952z"},null,-1)]))}const y6={render:k6},B6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N6(o,n){return e.openBlock(),e.createElementBlock("svg",B6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M448 68.48v64.832A384.128 384.128 0 0 0 512 896a384.13 384.13 0 0 0 378.688-320h64.768A448.128 448.128 0 0 1 64 512 448.13 448.13 0 0 1 448 68.48"},null,-1),e.createElementVNode("path",{d:"M576 97.28V448h350.72A384.064 384.064 0 0 0 576 97.28M512 64V33.152A448 448 0 0 1 990.848 512H512z"},null,-1)]))}const x6={render:N6},v6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function V6(o,n){return e.openBlock(),e.createElementBlock("svg",v6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"},null,-1),e.createElementVNode("path",{d:"M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M384 649.088v64.96C269.76 732.352 192 771.904 192 800c0 37.696 139.904 96 320 96s320-58.304 320-96c0-28.16-77.76-67.648-192-85.952v-64.96C789.12 671.04 896 730.368 896 800c0 88.32-171.904 160-384 160s-384-71.68-384-160c0-69.696 106.88-128.96 256-150.912"},null,-1)]))}const E6={render:V6},S6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function C6(o,n){return e.openBlock(),e.createElementBlock("svg",S6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"},null,-1)]))}const M6={render:C6},z6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I6(o,n){return e.openBlock(),e.createElementBlock("svg",z6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M320 224c0-38.4 42.667-61.44 74.667-40.107l432 288c28.48 18.987 28.48 61.227 0 80.214l-432 288C362.667 861.44 320 838.4 320 800z"},null,-1)]))}const H6={render:I6},$6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function q6(o,n){return e.openBlock(),e.createElementBlock("svg",$6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M31 12H20V1a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v11H1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h11v11a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V20h11a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1"},null,-1)]))}const L6={render:q6},T6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function D6(o,n){return e.openBlock(),e.createElementBlock("svg",T6,n[0]||(n[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M12 4v16M4 12h16"},null,-1)]))}const sr={render:D6},j6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function A6(o,n){return e.openBlock(),e.createElementBlock("svg",j6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M511.552 128c-35.584 0-64.384 28.8-64.384 64.448v516.48L274.048 570.88a94.27 94.27 0 0 0-112.896-3.456 44.416 44.416 0 0 0-8.96 62.208L332.8 870.4A64 64 0 0 0 384 896h512V575.232a64 64 0 0 0-45.632-61.312l-205.952-61.76A96 96 0 0 1 576 360.192V192.448C576 156.8 547.2 128 511.552 128M359.04 556.8l24.128 19.2V192.448a128.448 128.448 0 1 1 256.832 0v167.744a32 32 0 0 0 22.784 30.656l206.016 61.76A128 128 0 0 1 960 575.232V896a64 64 0 0 1-64 64H384a128 128 0 0 1-102.4-51.2L101.056 668.032A108.416 108.416 0 0 1 128 512.512a158.27 158.27 0 0 1 185.984 8.32z"},null,-1)]))}const O6={render:A6},P6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function F6(o,n){return e.openBlock(),e.createElementBlock("svg",P6,n[0]||(n[0]=[e.createElementVNode("path",{d:"m249.6 417.088 319.744 43.072 39.168 310.272L845.12 178.88zm-129.024 47.168a32 32 0 0 1-7.68-61.44l777.792-311.04a32 32 0 0 1 41.6 41.6l-310.336 775.68a32 32 0 0 1-61.44-7.808L512 516.992z"},null,-1)]))}const R6={render:F6},W6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Y6(o,n){return e.openBlock(),e.createElementBlock("svg",W6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M160 224a32 32 0 0 0-32 32v512a32 32 0 0 0 32 32h704a32 32 0 0 0 32-32V256a32 32 0 0 0-32-32zm0-64h704a96 96 0 0 1 96 96v512a96 96 0 0 1-96 96H160a96 96 0 0 1-96-96V256a96 96 0 0 1 96-96"},null,-1),e.createElementVNode("path",{d:"M704 320a64 64 0 1 1 0 128 64 64 0 0 1 0-128M288 448h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32m0 128h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"},null,-1)]))}const U6={render:Y6},G6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K6(o,n){return e.openBlock(),e.createElementBlock("svg",G6,n[0]||(n[0]=[e.createElementVNode("path",{d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672M959.552 480a256 256 0 0 1-256 256h-400A239.81 239.81 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M224 800a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32"},null,-1)]))}const X6={render:K6},Q6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z6(o,n){return e.openBlock(),e.createElementBlock("svg",Q6,n[0]||(n[0]=[e.createElementVNode("path",{d:"M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"},null,-1),e.createElementVNode("path",{d:"M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"},null,-1),e.createElementVNode("path",{d:"M416 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"},null,-1),e.createElementVNode("path",{d:"M608 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"},null,-1)]))}const J6={render:Z6},eh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function th(o,n){return e.openBlock(),e.createElementBlock("svg",eh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M224 318.336V896h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0"},null,-1),e.createElementVNode("path",{d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"},null,-1)]))}const oh={render:th},nh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function rh(o,n){return e.openBlock(),e.createElementBlock("svg",nh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 768H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.06 29.06 0 0 1-12.16-12.096C65.536 746.432 64 741.248 64 727.04V379.072c0-42.816 4.48-58.304 12.8-73.984 8.384-15.616 20.672-27.904 36.288-36.288 15.68-8.32 31.168-12.8 73.984-12.8H256V64h512v192h68.928c42.816 0 58.304 4.48 73.984 12.8 15.616 8.384 27.904 20.672 36.288 36.288 8.32 15.68 12.8 31.168 12.8 73.984v347.904c0 14.272-1.472 19.456-4.288 24.64a29.06 29.06 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H768v192H256zm64-192v320h384V576zm-64 128V512h512v192h128V379.072c0-29.376-1.408-36.48-5.248-43.776a23.3 23.3 0 0 0-10.048-10.048c-7.232-3.84-14.4-5.248-43.776-5.248H187.072c-29.376 0-36.48 1.408-43.776 5.248a23.3 23.3 0 0 0-10.048 10.048c-3.84 7.232-5.248 14.4-5.248 43.776V704zm64-448h384V128H320zm-64 128h64v64h-64zm128 0h64v64h-64z"},null,-1)]))}const ah={render:rh},lh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ih(o,n){return e.openBlock(),e.createElementBlock("svg",lh,n[0]||(n[0]=[e.createElementVNode("path",{d:"m64 448 832-320-128 704-446.08-243.328L832 192 242.816 545.472zm256 512V657.024L512 768z"},null,-1)]))}const ch={render:ih},sh={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function dh(o,n){return e.openBlock(),e.createElementBlock("svg",sh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M422.02 602.01v-.03c-6.68-5.99-14.35-8.83-23.01-8.51q-13.005.48-22.5 10.02c-6.33 6.36-9.5 13.7-9.5 22.02s3 15.82 8.99 22.5c8.68 8.68 19.02 11.35 31.01 8s19.49-10.85 22.5-22.5.51-22.15-7.49-31.49zM384 512c0-9.35-3-17.02-8.99-23.01-6-5.99-13.66-8.99-23.01-8.99s-17.02 3-23.01 8.99c-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99s17.02-3 23.01-8.99c5.99-6 8.99-13.67 8.99-23.01m6.53-82.49c11.65 3.01 22.15.51 31.49-7.49h.04c5.99-6.68 8.83-14.34 8.51-23.01s-3.66-16.16-10.02-22.5c-6.36-6.33-13.7-9.5-22.02-9.5s-15.82 3-22.5 8.99c-8.68 8.69-11.35 19.02-8 31.01q5.025 17.985 22.5 22.5m242.94 0q17.505-4.545 22.02-22.02c3.01-11.65.51-22.15-7.49-31.49h.01c-6.68-5.99-14.18-8.99-22.5-8.99s-15.66 3.16-22.02 9.5q-9.54 9.51-10.02 22.5c-.32 8.66 2.52 16.33 8.51 23.01 9.32 8.02 19.82 10.52 31.49 7.49M512 640c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01s-3-17.02-8.99-23.01c-6-5.99-13.66-8.99-23.01-8.99m183.01-151.01c-6-5.99-13.66-8.99-23.01-8.99s-17.02 3-23.01 8.99c-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99s17.02-3 23.01-8.99c5.99-6 8.99-13.67 8.99-23.01 0-9.35-3-17.02-8.99-23.01"},null,-1),e.createElementVNode("path",{d:"M832 512c-2-90.67-33.17-166.17-93.5-226.5-20.43-20.42-42.6-37.49-66.5-51.23V64H352v170.26c-23.9 13.74-46.07 30.81-66.5 51.24-60.33 60.33-91.49 135.83-93.5 226.5 2 90.67 33.17 166.17 93.5 226.5 20.43 20.43 42.6 37.5 66.5 51.24V960h320V789.74c23.9-13.74 46.07-30.81 66.5-51.24 60.33-60.34 91.49-135.83 93.5-226.5M416 128h192v78.69c-29.85-9.03-61.85-13.93-96-14.69-34.15.75-66.15 5.65-96 14.68zm192 768H416v-78.68c29.85 9.03 61.85 13.93 96 14.68 34.15-.75 66.15-5.65 96-14.68zm-96-128c-72.66-2.01-132.99-27.01-180.99-75.01S258.01 584.66 256 512c2.01-72.66 27.01-132.99 75.01-180.99S439.34 258.01 512 256c72.66 2.01 132.99 27.01 180.99 75.01S765.99 439.34 768 512c-2.01 72.66-27.01 132.99-75.01 180.99S584.66 765.99 512 768"},null,-1),e.createElementVNode("path",{d:"M512 320c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01s-3-17.02-8.99-23.01c-6-5.99-13.66-8.99-23.01-8.99m112.99 273.5c-8.66-.32-16.33 2.52-23.01 8.51-7.98 9.32-10.48 19.82-7.49 31.49s10.49 19.17 22.5 22.5 22.35.66 31.01-8v.04c5.99-6.68 8.99-14.18 8.99-22.5s-3.16-15.66-9.5-22.02-13.84-9.7-22.5-10.02"},null,-1)]))}const mh={render:dh},ph={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hh(o,n){return e.openBlock(),e.createElementBlock("svg",ph,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592q0-64.416-42.24-101.376c-28.16-25.344-65.472-37.312-111.232-37.312m-12.672 406.208a54.27 54.27 0 0 0-38.72 14.784 49.4 49.4 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.85 54.85 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.97 51.97 0 0 0-15.488-38.016 55.94 55.94 0 0 0-39.424-14.784"},null,-1)]))}const fh={render:hh},uh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _h(o,n){return e.openBlock(),e.createElementBlock("svg",uh,n[0]||(n[0]=[e.createElementVNode("path",{d:"m186.496 544 41.408 41.344a32 32 0 1 1-45.248 45.312l-96-96a32 32 0 0 1 0-45.312l96-96a32 32 0 1 1 45.248 45.312L186.496 480h290.816V186.432l-41.472 41.472a32 32 0 1 1-45.248-45.184l96-96.128a32 32 0 0 1 45.312 0l96 96.064a32 32 0 0 1-45.248 45.184l-41.344-41.28V480H832l-41.344-41.344a32 32 0 0 1 45.248-45.312l96 96a32 32 0 0 1 0 45.312l-96 96a32 32 0 0 1-45.248-45.312L832 544H541.312v293.44l41.344-41.28a32 32 0 1 1 45.248 45.248l-96 96a32 32 0 0 1-45.312 0l-96-96a32 32 0 1 1 45.312-45.248l41.408 41.408V544z"},null,-1)]))}const gh={render:_h},wh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bh(o,n){return e.openBlock(),e.createElementBlock("svg",wh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M352 896h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m-44.672-768-99.52 448h608.384l-99.52-448zm-25.6-64h460.608a32 32 0 0 1 31.232 25.088l113.792 512A32 32 0 0 1 856.128 640H167.872a32 32 0 0 1-31.232-38.912l113.792-512A32 32 0 0 1 281.664 64z"},null,-1),e.createElementVNode("path",{d:"M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192-.064h64V960h-64z"},null,-1)]))}const kh={render:bh},yh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Bh(o,n){return e.openBlock(),e.createElementBlock("svg",yh,n[0]||(n[0]=[e.createElementVNode("path",{d:"m512 863.36 384-54.848v-638.72L525.568 222.72a96 96 0 0 1-27.136 0L128 169.792v638.72zM137.024 106.432l370.432 52.928a32 32 0 0 0 9.088 0l370.432-52.928A64 64 0 0 1 960 169.792v638.72a64 64 0 0 1-54.976 63.36l-388.48 55.488a32 32 0 0 1-9.088 0l-388.48-55.488A64 64 0 0 1 64 808.512v-638.72a64 64 0 0 1 73.024-63.36"},null,-1),e.createElementVNode("path",{d:"M480 192h64v704h-64z"},null,-1)]))}const Nh={render:Bh},xh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vh(o,n){return e.openBlock(),e.createElementBlock("svg",xh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 192a320 320 0 1 1 0 640 320 320 0 0 1 0-640"},null,-1)]))}const Vh={render:vh},Eh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Sh(o,n){return e.openBlock(),e.createElementBlock("svg",Eh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M289.088 296.704h92.992a32 32 0 0 1 0 64H232.96a32 32 0 0 1-32-32V179.712a32 32 0 0 1 64 0v50.56a384 384 0 0 1 643.84 282.88 384 384 0 0 1-383.936 384 384 384 0 0 1-384-384h64a320 320 0 1 0 640 0 320 320 0 0 0-555.712-216.448z"},null,-1)]))}const Ch={render:Sh},Mh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zh(o,n){return e.openBlock(),e.createElementBlock("svg",Mh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M784.512 230.272v-50.56a32 32 0 1 1 64 0v149.056a32 32 0 0 1-32 32H667.52a32 32 0 1 1 0-64h92.992A320 320 0 1 0 524.8 833.152a320 320 0 0 0 320-320h64a384 384 0 0 1-384 384 384 384 0 0 1-384-384 384 384 0 0 1 643.712-282.88"},null,-1)]))}const Ih={render:zh},Hh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $h(o,n){return e.openBlock(),e.createElementBlock("svg",Hh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z"},null,-1)]))}const qh={render:$h},Lh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Th(o,n){return e.openBlock(),e.createElementBlock("svg",Lh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 448h512V160a32 32 0 0 0-32-32H288a32 32 0 0 0-32 32zm0 64v352a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V512zm32-448h448a96 96 0 0 1 96 96v704a96 96 0 0 1-96 96H288a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96m32 224h64v96h-64zm0 288h64v96h-64z"},null,-1)]))}const Dh={render:Th},jh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ah(o,n){return e.openBlock(),e.createElementBlock("svg",jh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896M288 512a38.4 38.4 0 0 0 38.4 38.4h371.2a38.4 38.4 0 0 0 0-76.8H326.4A38.4 38.4 0 0 0 288 512"},null,-1)]))}const Oh={render:Ah},Ph={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Fh(o,n){return e.openBlock(),e.createElementBlock("svg",Ph,n[0]||(n[0]=[e.createElementVNode("path",{d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"},null,-1),e.createElementVNode("path",{d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"},null,-1)]))}const Rh={render:Fh},Wh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Yh(o,n){return e.openBlock(),e.createElementBlock("svg",Wh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"},null,-1)]))}const Uh={render:Yh},Gh={viewBox:"0 0 32 32"};function Kh(o,n){return e.openBlock(),e.createElementBlock("svg",Gh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M0 12h12L7.515 7.515C9.782 5.249 12.795 4 16 4s6.219 1.248 8.485 3.515S28 12.795 28 16s-1.248 6.219-3.515 8.485S19.205 28 16 28s-6.219-1.248-8.485-3.515a13 13 0 0 1-.546-.583l-3.01 2.634A15.96 15.96 0 0 0 16 32c8.837 0 16-7.163 16-16S24.837 0 16 0A15.95 15.95 0 0 0 4.687 4.687L0 0z"},null,-1)]))}const dr={render:Kh},Xh={viewBox:"0 0 32 32"};function Qh(o,n){return e.openBlock(),e.createElementBlock("svg",Xh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M32 12H20l4.485-4.485C22.218 5.249 19.205 4 16 4S9.781 5.248 7.515 7.515 4 12.795 4 16s1.248 6.219 3.515 8.485S12.795 28 16 28s6.219-1.248 8.485-3.515q.283-.284.546-.583l3.01 2.634A15.96 15.96 0 0 1 16 32C7.163 32 0 24.837 0 16S7.163 0 16 0c4.418 0 8.418 1.791 11.313 4.687L32 0z"},null,-1)]))}const mr={render:Qh},Zh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Jh(o,n){return e.openBlock(),e.createElementBlock("svg",Zh,n[0]||(n[0]=[e.createElementVNode("path",{d:"M813.176 180.706a60.235 60.235 0 0 1 60.236 60.235v481.883a60.235 60.235 0 0 1-60.236 60.235H210.824a60.235 60.235 0 0 1-60.236-60.235V240.94a60.235 60.235 0 0 1 60.236-60.235h602.352zm0-60.235H210.824A120.47 120.47 0 0 0 90.353 240.94v481.883a120.47 120.47 0 0 0 120.47 120.47h602.353a120.47 120.47 0 0 0 120.471-120.47V240.94a120.47 120.47 0 0 0-120.47-120.47zm-120.47 180.705a30.12 30.12 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.12 30.12 0 0 0-30.118-30.118m-361.412 0a30.12 30.12 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.12 30.12 0 0 0-30.118-30.118M512 361.412a30.12 30.12 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.12 30.12 0 0 0 512 361.412M512 512a30.12 30.12 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.12 30.12 0 0 0 512 512"},null,-1)]))}const e8={render:Jh},t8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o8(o,n){return e.openBlock(),e.createElementBlock("svg",t8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M224 128v704h576V128zm-32-64h640a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M64 832h896v64H64zm256-640h128v96H320z"},null,-1),e.createElementVNode("path",{d:"M384 832h256v-64a128 128 0 1 0-256 0zm128-256a192 192 0 0 1 192 192v128H320V768a192 192 0 0 1 192-192M320 384h128v96H320zm256-192h128v96H576zm0 192h128v96H576z"},null,-1)]))}const n8={render:o8},r8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function a8(o,n){return e.openBlock(),e.createElementBlock("svg",r8,n[0]||(n[0]=[e.createElementVNode("path",{d:"m512.064 578.368-106.88 152.768a160 160 0 1 1-23.36-78.208L472.96 522.56 196.864 128.256a32 32 0 1 1 52.48-36.736l393.024 561.344a160 160 0 1 1-23.36 78.208l-106.88-152.704zm54.4-189.248 208.384-297.6a32 32 0 0 1 52.48 36.736l-221.76 316.672-39.04-55.808zm-376.32 425.856a96 96 0 1 0 110.144-157.248 96 96 0 0 0-110.08 157.248zm643.84 0a96 96 0 1 0-110.08-157.248 96 96 0 0 0 110.08 157.248"},null,-1)]))}const l8={render:a8},i8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function c8(o,n){return e.openBlock(),e.createElementBlock("svg",i8,n[0]||(n[0]=[e.createElementVNode("path",{d:"m31.008 27.231-7.58-6.447c-.784-.705-1.622-1.029-2.299-.998a11.95 11.95 0 0 0 2.87-7.787c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12c2.972 0 5.691-1.081 7.787-2.87-.031.677.293 1.515.998 2.299l6.447 7.58c1.104 1.226 2.907 1.33 4.007.23s.997-2.903-.23-4.007M12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16"},null,-1)]))}const s8={render:c8},d8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function m8(o,n){return e.openBlock(),e.createElementBlock("svg",d8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496"},null,-1)]))}const p8={render:m8},h8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f8(o,n){return e.openBlock(),e.createElementBlock("svg",h8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128s-128 61.248-128 137.664v22.4h256zm201.408 483.84L768 698.496V928a32 32 0 1 1-64 0V698.496l-73.344 73.344a32 32 0 1 1-45.248-45.248l128-128a32 32 0 0 1 45.248 0l128 128a32 32 0 1 1-45.248 45.248"},null,-1)]))}const u8={render:f8},_8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g8(o,n){return e.openBlock(),e.createElementBlock("svg",_8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"},null,-1)]))}const w8={render:g8},b8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function k8(o,n){return e.openBlock(),e.createElementBlock("svg",b8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M864 409.6a192 192 0 0 1-37.888 349.44A256.064 256.064 0 0 1 576 960h-96a32 32 0 1 1 0-64h96a192.06 192.06 0 0 0 181.12-128H736a32 32 0 0 1-32-32V416a32 32 0 0 1 32-32h32c10.368 0 20.544.832 30.528 2.432a288 288 0 0 0-573.056 0A193 193 0 0 1 256 384h32a32 32 0 0 1 32 32v320a32 32 0 0 1-32 32h-32a192 192 0 0 1-96-358.4 352 352 0 0 1 704 0M256 448a128 128 0 1 0 0 256zm640 128a128 128 0 0 0-128-128v256a128 128 0 0 0 128-128"},null,-1)]))}const y8={render:k8},B8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N8(o,n){return e.openBlock(),e.createElementBlock("svg",B8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357 357 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a352 352 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357 357 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294 294 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293 293 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294 294 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288 288 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293 293 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a288 288 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256"},null,-1)]))}const x8={render:N8},v8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function V8(o,n){return e.openBlock(),e.createElementBlock("svg",v8,n[0]||(n[0]=[e.createElementVNode("path",{d:"m679.872 348.8-301.76 188.608a127.8 127.8 0 0 1 5.12 52.16l279.936 104.96a128 128 0 1 1-22.464 59.904l-279.872-104.96a128 128 0 1 1-16.64-166.272l301.696-188.608a128 128 0 1 1 33.92 54.272z"},null,-1)]))}const E8={render:V8},S8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function C8(o,n){return e.openBlock(),e.createElementBlock("svg",S8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 386.88V448h405.568a32 32 0 0 1 30.72 40.768l-76.48 267.968A192 192 0 0 1 687.168 896H336.832a192 192 0 0 1-184.64-139.264L75.648 488.768A32 32 0 0 1 106.368 448H448V117.888a32 32 0 0 1 47.36-28.096l13.888 7.616L512 96v2.88l231.68 126.4a32 32 0 0 1-2.048 57.216zm0-70.272 144.768-65.792L512 171.84zM512 512H148.864l18.24 64H856.96l18.24-64zM185.408 640l28.352 99.2A128 128 0 0 0 336.832 832h350.336a128 128 0 0 0 123.072-92.8l28.352-99.2z"},null,-1)]))}const M8={render:C8},z8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I8(o,n){return e.openBlock(),e.createElementBlock("svg",z8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M704 704h64v192H256V704h64v64h384zm188.544-152.192C894.528 559.616 896 567.616 896 576a96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0c0-8.384 1.408-16.384 3.392-24.192L192 128h640z"},null,-1)]))}const H8={render:I8},$8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q8(o,n){return e.openBlock(),e.createElementBlock("svg",$8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M704 320v96a32 32 0 0 1-32 32h-32V320H384v128h-32a32 32 0 0 1-32-32v-96H192v576h640V320zm-384-64a192 192 0 1 1 384 0h160a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32zm64 0h256a128 128 0 1 0-256 0"},null,-1),e.createElementVNode("path",{d:"M192 704h640v64H192z"},null,-1)]))}const L8={render:q8},T8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D8(o,n){return e.openBlock(),e.createElementBlock("svg",T8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44z"},null,-1),e.createElementVNode("path",{d:"M699.648 256 608 145.984 516.352 256zm-140.8-151.04a64 64 0 0 1 98.304 0L836.352 320H379.648z"},null,-1)]))}const j8={render:D8},A8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O8(o,n){return e.openBlock(),e.createElementBlock("svg",A8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44z"},null,-1)]))}const P8={render:O8},F8={viewBox:"0 0 32 32"};function R8(o,n){return e.openBlock(),e.createElementBlock("svg",F8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M18 14h13l-5-5 6-6-3-3-6 6-5-5zM18 18v13l5-5 6 6 3-3-6-6 5-5zM14 18H1l5 5-6 6 3 3 6-6 5 5zM14 14V1L9 6 3 0 0 3l6 6-5 5z"},null,-1)]))}const pr={render:R8},W8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Y8(o,n){return e.openBlock(),e.createElementBlock("svg",W8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 576v128h640V576zm-32-64h704a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M704 576h64v128h-64zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"},null,-1)]))}const U8={render:Y8},G8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K8(o,n){return e.openBlock(),e.createElementBlock("svg",G8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M418.496 871.04 152.256 604.8c-16.512 94.016-2.368 178.624 42.944 224 44.928 44.928 129.344 58.752 223.296 42.24m72.32-18.176a573.06 573.06 0 0 0 224.832-137.216 573.1 573.1 0 0 0 137.216-224.832L533.888 171.84a578.56 578.56 0 0 0-227.52 138.496A567.7 567.7 0 0 0 170.432 532.48zM871.04 418.496c16.512-93.952 2.688-178.368-42.24-223.296-44.544-44.544-128.704-58.048-222.592-41.536zM149.952 874.048c-112.96-112.96-88.832-408.96 111.168-608.96C461.056 65.152 760.96 36.928 874.048 149.952c113.024 113.024 86.784 411.008-113.152 610.944s-497.92 226.112-610.944 113.152m452.544-497.792 22.656-22.656a32 32 0 0 1 45.248 45.248l-22.656 22.656 45.248 45.248A32 32 0 1 1 647.744 512l-45.248-45.248L557.248 512l45.248 45.248a32 32 0 1 1-45.248 45.248L512 557.248l-45.248 45.248L512 647.744a32 32 0 1 1-45.248 45.248l-45.248-45.248-22.656 22.656a32 32 0 1 1-45.248-45.248l22.656-22.656-45.248-45.248A32 32 0 1 1 376.256 512l45.248 45.248L466.752 512l-45.248-45.248a32 32 0 1 1 45.248-45.248L512 466.752l45.248-45.248L512 376.256a32 32 0 0 1 45.248-45.248z"},null,-1)]))}const X8={render:K8},Q8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z8(o,n){return e.openBlock(),e.createElementBlock("svg",Q8,n[0]||(n[0]=[e.createElementVNode("path",{d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128s-128 61.248-128 137.664v22.4h256zm201.408 476.16a32 32 0 1 1 45.248 45.184l-128 128a32 32 0 0 1-45.248 0l-128-128a32 32 0 1 1 45.248-45.248L704 837.504V608a32 32 0 1 1 64 0v229.504l73.408-73.408z"},null,-1)]))}const J8={render:Z8},e5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function t5(o,n){return e.openBlock(),e.createElementBlock("svg",e5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M576 96v709.568L333.312 562.816A32 32 0 1 0 288 608l297.408 297.344A32 32 0 0 0 640 882.688V96a32 32 0 0 0-64 0"},null,-1)]))}const o5={render:t5},n5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function r5(o,n){return e.openBlock(),e.createElementBlock("svg",n5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M384 141.248V928a32 32 0 1 0 64 0V218.56l242.688 242.688A32 32 0 1 0 736 416L438.592 118.656A32 32 0 0 0 384 141.248"},null,-1)]))}const a5={render:r5},l5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function i5(o,n){return e.openBlock(),e.createElementBlock("svg",l5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M384 96a32 32 0 0 1 64 0v786.752a32 32 0 0 1-54.592 22.656L95.936 608a32 32 0 0 1 0-45.312h.128a32 32 0 0 1 45.184 0L384 805.632zm192 45.248a32 32 0 0 1 54.592-22.592L928.064 416a32 32 0 0 1 0 45.312h-.128a32 32 0 0 1-45.184 0L640 218.496V928a32 32 0 1 1-64 0z"},null,-1)]))}const c5={render:i5},s5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d5(o,n){return e.openBlock(),e.createElementBlock("svg",s5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M624 475.968V640h144a128 128 0 0 1 128 128H128a128 128 0 0 1 128-128h144V475.968a192 192 0 1 1 224 0M128 896v-64h768v64z"},null,-1)]))}const m5={render:d5},p5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function h5(o,n){return e.openBlock(),e.createElementBlock("svg",p5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M283.84 867.84 512 747.776l228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72z"},null,-1)]))}const f5={render:h5},u5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _5(o,n){return e.openBlock(),e.createElementBlock("svg",u5,n[0]||(n[0]=[e.createElementVNode("path",{d:"m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"},null,-1)]))}const g5={render:_5},w5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b5(o,n){return e.openBlock(),e.createElementBlock("svg",w5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M288 224h448c35.346 0 64 28.654 64 64v448c0 35.346-28.654 64-64 64H288c-35.346 0-64-28.654-64-64V288c0-35.346 28.654-64 64-64"},null,-1)]))}const k5={render:b5},y5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function B5(o,n){return e.openBlock(),e.createElementBlock("svg",y5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"},null,-1)]))}const hr={render:B5},N5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function x5(o,n){return e.openBlock(),e.createElementBlock("svg",N5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M27 4 12 19l-7-7-5 5 12 12L32 9z"},null,-1)]))}const lo={render:x5},v5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function V5(o,n){return e.openBlock(),e.createElementBlock("svg",v5,n[0]||(n[0]=[e.createElementVNode("path",{d:"m801.728 349.184 4.48 4.48a128 128 0 0 1 0 180.992L534.656 806.144a128 128 0 0 1-181.056 0l-4.48-4.48-19.392 109.696a64 64 0 0 1-108.288 34.176L78.464 802.56a64 64 0 0 1 34.176-108.288l109.76-19.328-4.544-4.544a128 128 0 0 1 0-181.056l271.488-271.488a128 128 0 0 1 181.056 0l4.48 4.48 19.392-109.504a64 64 0 0 1 108.352-34.048l142.592 143.04a64 64 0 0 1-34.24 108.16zm-548.8 198.72h447.168v2.24l60.8-60.8a63.8 63.8 0 0 0 18.752-44.416h-426.88l-89.664 89.728a64 64 0 0 0-10.24 13.248zm0 64q4.128 7.104 10.176 13.248l135.744 135.744a64 64 0 0 0 90.496 0L638.4 611.904zm490.048-230.976L625.152 263.104a64 64 0 0 0-90.496 0L416.768 380.928zM123.712 757.312l142.976 142.976 24.32-137.6a25.6 25.6 0 0 0-29.696-29.632zm633.6-633.344-24.32 137.472a25.6 25.6 0 0 0 29.632 29.632l137.28-24.064-142.656-143.04z"},null,-1)]))}const E5={render:V5},S5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function C5(o,n){return e.openBlock(),e.createElementBlock("svg",S5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 704a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m0-704a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 768a32 32 0 0 1 32 32v64a32 32 0 1 1-64 0v-64a32 32 0 0 1 32-32M195.2 195.2a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 1 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248m543.104 543.104a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 0 1-45.248 45.248l-45.248-45.248a32 32 0 0 1 0-45.248M64 512a32 32 0 0 1 32-32h64a32 32 0 0 1 0 64H96a32 32 0 0 1-32-32m768 0a32 32 0 0 1 32-32h64a32 32 0 1 1 0 64h-64a32 32 0 0 1-32-32M195.2 828.8a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248L240.448 828.8a32 32 0 0 1-45.248 0m543.104-543.104a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248l-45.248 45.248a32 32 0 0 1-45.248 0"},null,-1)]))}const M5={render:C5},z5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I5(o,n){return e.openBlock(),e.createElementBlock("svg",z5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M32 768h960a32 32 0 1 1 0 64H32a32 32 0 1 1 0-64m129.408-96a352 352 0 0 1 701.184 0h-64.32a288 288 0 0 0-572.544 0zM512 128a32 32 0 0 1 32 32v96a32 32 0 0 1-64 0v-96a32 32 0 0 1 32-32m407.296 168.704a32 32 0 0 1 0 45.248l-67.84 67.84a32 32 0 1 1-45.248-45.248l67.84-67.84a32 32 0 0 1 45.248 0m-814.592 0a32 32 0 0 1 45.248 0l67.84 67.84a32 32 0 1 1-45.248 45.248l-67.84-67.84a32 32 0 0 1 0-45.248"},null,-1)]))}const H5={render:I5},$5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q5(o,n){return e.openBlock(),e.createElementBlock("svg",$5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M82.56 640a448 448 0 1 1 858.88 0h-67.2a384 384 0 1 0-724.288 0zM32 704h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m256 128h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"},null,-1)]))}const L5={render:q5},T5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D5(o,n){return e.openBlock(),e.createElementBlock("svg",T5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M352 159.872V230.4a352 352 0 1 0 320 0v-70.528A416.128 416.128 0 0 1 512 960a416 416 0 0 1-160-800.128"},null,-1),e.createElementVNode("path",{d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"},null,-1)]))}const j5={render:D5},A5={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function O5(o,n){return e.openBlock(),e.createElementBlock("svg",A5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M247.47 358.4v.04c.07 19.17 7.72 37.53 21.27 51.09s31.92 21.2 51.09 21.27c39.86 0 72.41-32.6 72.41-72.4s-32.6-72.36-72.41-72.36-72.36 32.55-72.36 72.36"},null,-1),e.createElementVNode("path",{d:"M492.38 128H324.7c-52.16 0-102.19 20.73-139.08 57.61a196.66 196.66 0 0 0-57.61 139.08V698.7c-.01 25.84 5.08 51.42 14.96 75.29s24.36 45.56 42.63 63.83 39.95 32.76 63.82 42.65a196.7 196.7 0 0 0 75.28 14.98h167.68c3.03 0 5.46-2.43 5.46-5.42V133.42c.6-2.99-1.83-5.42-5.46-5.42m-56.11 705.88H324.7c-17.76.13-35.36-3.33-51.75-10.18s-31.22-16.94-43.61-29.67c-25.3-25.35-39.81-59.1-39.81-95.32V324.69c-.13-17.75 3.33-35.35 10.17-51.74a131.7 131.7 0 0 1 29.64-43.62c25.39-25.3 59.14-39.81 95.36-39.81h111.57zm402.12-647.67a196.66 196.66 0 0 0-139.08-57.61H580.48c-3.03 0-4.82 2.43-4.82 4.82v757.16c-.6 2.99 1.79 5.42 5.42 5.42h118.23a196.7 196.7 0 0 0 139.08-57.61A196.66 196.66 0 0 0 896 699.31V325.29a196.7 196.7 0 0 0-57.61-139.08m-111.3 441.92c-42.83 0-77.82-34.99-77.82-77.82s34.98-77.82 77.82-77.82c42.83 0 77.82 34.99 77.82 77.82s-34.99 77.82-77.82 77.82"},null,-1)]))}const P5={render:O5},F5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R5(o,n){return e.openBlock(),e.createElementBlock("svg",F5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M118.656 438.656a32 32 0 0 1 0-45.248L416 96l4.48-3.776A32 32 0 0 1 461.248 96l3.712 4.48a32.064 32.064 0 0 1-3.712 40.832L218.56 384H928a32 32 0 1 1 0 64H141.248a32 32 0 0 1-22.592-9.344M64 608a32 32 0 0 1 32-32h786.752a32 32 0 0 1 22.656 54.592L608 928l-4.48 3.776a32.064 32.064 0 0 1-40.832-49.024L805.632 640H96a32 32 0 0 1-32-32"},null,-1)]))}const W5={render:R5},Y5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function U5(o,n){return e.openBlock(),e.createElementBlock("svg",Y5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M832 384H192v448h640zM96 320h832V128H96zm800 64v480a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V384H64a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h896a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zM416 512h192a32 32 0 0 1 0 64H416a32 32 0 0 1 0-64"},null,-1)]))}const G5={render:U5},K5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function X5(o,n){return e.openBlock(),e.createElementBlock("svg",K5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"},null,-1)]))}const Q5={render:X5},Z5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function J5(o,n){return e.openBlock(),e.createElementBlock("svg",Z5,n[0]||(n[0]=[e.createElementVNode("path",{d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h192v64H320zm0 384h384v64H320z"},null,-1)]))}const ef={render:J5},tf={viewBox:"0 0 32 32"};function of(o,n){return e.openBlock(),e.createElementBlock("svg",tf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M20.586 23.414 14 16.828V8h4v7.172l5.414 5.414zM16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16S24.837 0 16 0m0 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5.373 12 12-5.373 12-12 12"},null,-1)]))}const nf={render:of},rf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function af(o,n){return e.openBlock(),e.createElementBlock("svg",rf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 896a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"},null,-1),e.createElementVNode("path",{d:"M512 320a32 32 0 0 1 32 32l-.512 224a32 32 0 1 1-64 0L480 352a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M448 576a64 64 0 1 0 128 0 64 64 0 1 0-128 0m96-448v128h-64V128h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64z"},null,-1)]))}const lf={render:af},cf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function sf(o,n){return e.openBlock(),e.createElementBlock("svg",cf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M595.2 128H320a192 192 0 0 0-192 192v576h384V352c0-90.496 32.448-171.2 83.2-224M736 64c123.712 0 224 128.96 224 288S859.712 640 736 640H576v320H64V320A256 256 0 0 1 320 64zM576 352v224h160c84.352 0 160-97.28 160-224s-75.648-224-160-224-160 97.28-160 224"},null,-1),e.createElementVNode("path",{d:"M736 448c-35.328 0-64-43.008-64-96s28.672-96 64-96 64 43.008 64 96-28.672 96-64 96"},null,-1)]))}const df={render:sf},mf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function pf(o,n){return e.openBlock(),e.createElementBlock("svg",mf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M764.416 254.72a351.7 351.7 0 0 1 86.336 149.184H960v192.064H850.752a351.7 351.7 0 0 1-86.336 149.312l54.72 94.72-166.272 96-54.592-94.72a352.64 352.64 0 0 1-172.48 0L371.136 936l-166.272-96 54.72-94.72a351.7 351.7 0 0 1-86.336-149.312H64v-192h109.248a351.7 351.7 0 0 1 86.336-149.312L204.8 160l166.208-96h.192l54.656 94.592a352.64 352.64 0 0 1 172.48 0L652.8 64h.128L819.2 160l-54.72 94.72zM704 499.968a192 192 0 1 0-384 0 192 192 0 0 0 384 0"},null,-1)]))}const hf={render:pf},ff={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function uf(o,n){return e.openBlock(),e.createElementBlock("svg",ff,n[0]||(n[0]=[e.createElementVNode("path",{d:"M256 256h416a32 32 0 1 0 0-64H224a32 32 0 0 0-32 32v448a32 32 0 0 0 64 0z"},null,-1),e.createElementVNode("path",{d:"M246.656 201.344a32 32 0 0 0-45.312 45.312l544 544a32 32 0 0 0 45.312-45.312z"},null,-1)]))}const _f={render:uf},gf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wf(o,n){return e.openBlock(),e.createElementBlock("svg",gf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M768 256H353.6a32 32 0 1 1 0-64H800a32 32 0 0 1 32 32v448a32 32 0 0 1-64 0z"},null,-1),e.createElementVNode("path",{d:"M777.344 201.344a32 32 0 0 1 45.312 45.312l-544 544a32 32 0 0 1-45.312-45.312z"},null,-1)]))}const bf={render:wf},kf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function yf(o,n){return e.openBlock(),e.createElementBlock("svg",kf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M572.235 205.282v600.365a30.118 30.118 0 1 1-60.235 0V205.282L292.382 438.633a28.913 28.913 0 0 1-42.646 0 33.43 33.43 0 0 1 0-45.236l271.058-288.045a28.913 28.913 0 0 1 42.647 0L834.5 393.397a33.43 33.43 0 0 1 0 45.176 28.913 28.913 0 0 1-42.647 0l-219.618-233.23z"},null,-1)]))}const Bf={render:yf},Nf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xf(o,n){return e.openBlock(),e.createElementBlock("svg",Nf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128 896V128h768v768zm291.712-327.296 128 102.4 180.16-201.792-47.744-42.624-139.84 156.608-128-102.4-180.16 201.792 47.744 42.624zM816 352a48 48 0 1 0-96 0 48 48 0 0 0 96 0"},null,-1)]))}const vf={render:xf},Vf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Ef(o,n){return e.openBlock(),e.createElementBlock("svg",Vf,n[0]||(n[0]=[e.createElementVNode("path",{d:"m2 12 14 12 14-12Z"},null,-1)]))}const fr={render:Ef},Sf={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function Cf(o,n){return e.openBlock(),e.createElementBlock("svg",Sf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M918.4 201.6c-6.4-6.4-12.8-9.6-22.4-9.6H768V96c0-9.6-3.2-16-9.6-22.4S745.6 64 736 64H288c-9.6 0-16 3.2-22.4 9.6S256 86.4 256 96v96H128c-9.6 0-16 3.2-22.4 9.6S96 217.6 96 224c3.2 108.8 25.6 185.6 64 224 34.4 34.4 77.56 55.65 127.65 61.99 10.91 20.44 24.78 39.25 41.95 56.41 40.86 40.86 91 65.47 150.4 71.9V768h-96c-9.6 0-16 3.2-22.4 9.6S352 790.4 352 800s3.2 16 9.6 22.4 12.8 9.6 22.4 9.6h256c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4-3.2-16-9.6-22.4-12.8-9.6-22.4-9.6h-96V637.26c59.4-7.71 109.54-30.01 150.4-70.86 17.2-17.2 31.51-36.06 42.81-56.55 48.93-6.51 90.02-27.7 126.79-61.85 38.4-38.4 60.8-112 64-224 0-6.4-3.2-16-9.6-22.4M256 438.4c-19.2-6.4-35.2-19.2-51.2-35.2-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4 80C608 553.6 566.4 576 512 576s-99.2-19.2-134.4-57.6S320 438.4 320 384V128h384v256q0 81.6-57.6 134.4m172.8-115.2c-16 16-32 25.6-51.2 35.2V256h92.8c-6.4 76.8-19.2 124.8-41.6 147.2M768 896H256c-9.6 0-16 3.2-22.4 9.6S224 918.4 224 928s3.2 16 9.6 22.4 12.8 9.6 22.4 9.6h512c9.6 0 16-3.2 22.4-9.6s9.6-12.8 9.6-22.4-3.2-16-9.6-22.4-12.8-9.6-22.4-9.6"},null,-1)]))}const Mf={render:Cf},zf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function If(o,n){return e.openBlock(),e.createElementBlock("svg",zf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M480 896V702.08A256.26 256.26 0 0 1 264.064 512h-32.64a96 96 0 0 1-91.968-68.416L93.632 290.88a76.8 76.8 0 0 1 73.6-98.88H256V96a32 32 0 0 1 32-32h448a32 32 0 0 1 32 32v96h88.768a76.8 76.8 0 0 1 73.6 98.88L884.48 443.52A96 96 0 0 1 792.576 512h-32.64A256.26 256.26 0 0 1 544 702.08V896h128a32 32 0 1 1 0 64H352a32 32 0 1 1 0-64zm224-448V128H320v320a192 192 0 1 0 384 0m64 0h24.576a32 32 0 0 0 30.656-22.784l45.824-152.768A12.8 12.8 0 0 0 856.768 256H768zm-512 0V256h-88.768a12.8 12.8 0 0 0-12.288 16.448l45.824 152.768A32 32 0 0 0 231.424 448z"},null,-1)]))}const Hf={render:If},$f={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qf(o,n){return e.openBlock(),e.createElementBlock("svg",$f,n[0]||(n[0]=[e.createElementVNode("path",{d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36"},null,-1),e.createElementVNode("path",{d:"M329.956 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"},null,-1)]))}const Lf={render:qf},Tf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Df(o,n){return e.openBlock(),e.createElementBlock("svg",Tf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M320 768a32 32 0 1 1 64 0 64 64 0 0 0 128 0V512H64a448 448 0 1 1 896 0H576v256a128 128 0 1 1-256 0m570.688-320a384.128 384.128 0 0 0-757.376 0z"},null,-1)]))}const jf={render:Df},Af={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Of(o,n){return e.openBlock(),e.createElementBlock("svg",Af,n[0]||(n[0]=[e.createElementVNode("path",{d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"},null,-1),e.createElementVNode("path",{d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m178.304-295.296A192.064 192.064 0 0 0 320 320v64h352l96 38.4V448H256V320a256 256 0 0 1 493.76-95.104z"},null,-1)]))}const Pf={render:Of},Ff={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rf(o,n){return e.openBlock(),e.createElementBlock("svg",Ff,n[0]||(n[0]=[e.createElementVNode("path",{d:"M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.81 239.81 0 0 1 512 192a239.87 239.87 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"},null,-1)]))}const Wf={render:Rf},Yf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Uf(o,n){return e.openBlock(),e.createElementBlock("svg",Yf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"},null,-1)]))}const Gf={render:Uf},Kf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xf(o,n){return e.openBlock(),e.createElementBlock("svg",Kf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M288 320a224 224 0 1 0 448 0 224 224 0 1 0-448 0m544 608H160a32 32 0 0 1-32-32v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 0 1-32 32z"},null,-1)]))}const Qf={render:Xf},Zf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Jf(o,n){return e.openBlock(),e.createElementBlock("svg",Zf,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m320 320v-96a96 96 0 0 0-96-96H288a96 96 0 0 0-96 96v96a32 32 0 1 1-64 0v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 1 1-64 0"},null,-1)]))}const eu={render:Jf},tu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ou(o,n){return e.openBlock(),e.createElementBlock("svg",tu,n[0]||(n[0]=[e.createElementVNode("path",{d:"M352 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m352-32a160 160 0 1 0 0-320 160 160 0 0 0 0 320m0 64c111.728 0 202.624 88.96 207.488 199.52a32 32 0 0 1-63.968 2.816A144 144 0 0 0 704 672a143.7 143.7 0 0 0-77.824 22.784 32 32 0 1 1-34.688-53.76A207.36 207.36 0 0 1 704 608"},null,-1),e.createElementVNode("path",{d:"M608 896v-64a128 128 0 0 0-128-128H224A128 128 0 0 0 96 832v64a32 32 0 1 1-64 0v-64a192 192 0 0 1 192-192h256a192 192 0 0 1 192 192v64a32 32 0 1 1-64 0"},null,-1)]))}const nu={render:ou},ru={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function au(o,n){return e.openBlock(),e.createElementBlock("svg",ru,n[0]||(n[0]=[e.createElementVNode("path",{d:"M128.896 736H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v96h164.544a32 32 0 0 1 31.616 27.136l54.144 352A32 32 0 0 1 922.688 736h-91.52a144 144 0 1 1-286.272 0H415.104a144 144 0 1 1-286.272 0zm23.36-64a143.872 143.872 0 0 1 239.488 0H568.32c17.088-25.6 42.24-45.376 71.744-55.808V256H128v416zm655.488 0h77.632l-19.648-128H704v64.896A144 144 0 0 1 807.744 672m48.128-192-14.72-96H704v96zM688 832a80 80 0 1 0 0-160 80 80 0 0 0 0 160m-416 0a80 80 0 1 0 0-160 80 80 0 0 0 0 160"},null,-1)]))}const lu={render:au},iu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cu(o,n){return e.openBlock(),e.createElementBlock("svg",iu,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352m0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288m0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.19 160.19 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"},null,-1)]))}const ur={render:cu},su={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function du(o,n){return e.openBlock(),e.createElementBlock("svg",su,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-96-544q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32m192 0q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32"},null,-1)]))}const mu={render:du},pu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hu(o,n){return e.openBlock(),e.createElementBlock("svg",pu,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-48-247.616L668.608 512 464 375.616zm10.624-342.656 249.472 166.336a48 48 0 0 1 0 79.872L474.624 718.272A48 48 0 0 1 400 678.336V345.6a48 48 0 0 1 74.624-39.936z"},null,-1)]))}const fu={render:hu},uu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function _u(o,n){return e.openBlock(),e.createElementBlock("svg",uu,n[0]||(n[0]=[e.createElementVNode("path",{d:"m12 12 10 7-10 7z"},null,-1),e.createElementVNode("path",{d:"M28.681 7.159c-.694-.947-1.662-2.053-2.724-3.116s-2.169-2.03-3.116-2.724C21.229.137 20.448 0 20 0H4.5A2.503 2.503 0 0 0 2 2.5v27C2 30.878 3.122 32 4.5 32h23c1.378 0 2.5-1.122 2.5-2.5V10c0-.448-.137-1.23-1.319-2.841m-4.138-1.702A27 27 0 0 1 26.811 8H22V3.189a27 27 0 0 1 2.543 2.268M28 29.5c0 .271-.229.5-.5.5h-23a.507.507 0 0 1-.5-.5v-27c0-.271.229-.5.5-.5H20v7a1 1 0 0 0 1 1h7z"},null,-1)]))}const _r={render:_u},gu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wu(o,n){return e.openBlock(),e.createElementBlock("svg",gu,n[0]||(n[0]=[e.createElementVNode("path",{d:"M688 512a112 112 0 1 0 0 224h208v160H128V352h768v160zm32 160h-32a48 48 0 0 1 0-96h32a48 48 0 0 1 0 96m-80-544 128 160H384z"},null,-1)]))}const bu={render:wu},ku={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function yu(o,n){return e.openBlock(),e.createElementBlock("svg",ku,n[0]||(n[0]=[e.createElementVNode("path",{d:"M640 288h-64V128H128v704h384v32a32 32 0 0 0 32 32H96a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h512a32 32 0 0 1 32 32z"},null,-1),e.createElementVNode("path",{d:"M128 320v512h768V320zm-32-64h832a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M704 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"},null,-1)]))}const Bu={render:yu},Nu={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function xu(o,n){return e.openBlock(),e.createElementBlock("svg",Nu,n[0]||(n[0]=[e.createElementVNode("path",{d:"M928.99 755.83 574.6 203.25c-12.89-20.16-36.76-32.58-62.6-32.58s-49.71 12.43-62.6 32.58L95.01 755.83c-12.91 20.12-12.9 44.91.01 65.03 12.92 20.12 36.78 32.51 62.59 32.49h708.78c25.82.01 49.68-12.37 62.59-32.49s12.92-44.91.01-65.03M554.67 768h-85.33v-85.33h85.33zm0-426.67v298.66h-85.33V341.32z"},null,-1)]))}const gr={render:xu},vu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Vu(o,n){return e.openBlock(),e.createElementBlock("svg",vu,n[0]||(n[0]=[e.createElementVNode("path",{d:"m16 2.899 13.409 26.726H2.59zM16 0c-.69 0-1.379.465-1.903 1.395L.438 28.617C-.608 30.477.282 32 2.416 32h27.166c2.134 0 3.025-1.522 1.978-3.383L17.901 1.395C17.378.465 16.688 0 15.998 0z"},null,-1),e.createElementVNode("path",{d:"M18 26a2 2 0 1 1-3.999.001A2 2 0 0 1 18 26M16 22a2 2 0 0 1-2-2v-6a2 2 0 1 1 4 0v6a2 2 0 0 1-2 2"},null,-1)]))}const Eu={render:Vu},Su={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Cu(o,n){return e.openBlock(),e.createElementBlock("svg",Su,n[0]||(n[0]=[e.createElementVNode("path",{d:"M512 768a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"},null,-1),e.createElementVNode("path",{d:"M480 352a32 32 0 0 1 32 32v160a32 32 0 0 1-64 0V384a32 32 0 0 1 32-32"},null,-1),e.createElementVNode("path",{d:"M480 512h128q32 0 32 32t-32 32H480q-32 0-32-32t32-32m128-256V128H416v128h-64V64h320v192zM416 768v128h192V768h64v192H352V768z"},null,-1)]))}const Mu={render:Cu},zu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Iu(o,n){return e.openBlock(),e.createElementBlock("svg",zu,n[0]||(n[0]=[e.createElementVNode("path",{d:"M160 64q32 0 32 32v832q0 32-32 32t-32-32V96q0-32 32-32m416 354.624 128-11.584V168.96l-128-11.52v261.12zm-64 5.824V151.552L320 134.08V160h-64V64l616.704 56.064A96 96 0 0 1 960 215.68v144.64a96 96 0 0 1-87.296 95.616L256 512V224h64v217.92zm256-23.232 98.88-8.96A32 32 0 0 0 896 360.32V215.68a32 32 0 0 0-29.12-31.872l-98.88-8.96z"},null,-1)]))}const Hu={render:Iu},$u={viewBox:"0 0 32 32"};function qu(o,n){return e.openBlock(),e.createElementBlock("svg",$u,n[0]||(n[0]=[e.createElementVNode("path",{d:"m31.008 27.231-7.58-6.447c-.784-.705-1.622-1.029-2.299-.998a11.95 11.95 0 0 0 2.87-7.787c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12c2.972 0 5.691-1.081 7.787-2.87-.031.677.293 1.515.998 2.299l6.447 7.58c1.104 1.226 2.907 1.33 4.007.23s.997-2.903-.23-4.007M12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16m2-14h-4v4H6v4h4v4h4v-4h4v-4h-4z"},null,-1)]))}const wr={render:qu},Lu={viewBox:"0 0 32 32"};function Tu(o,n){return e.openBlock(),e.createElementBlock("svg",Lu,n[0]||(n[0]=[e.createElementVNode("path",{d:"m31.008 27.231-7.58-6.447c-.784-.705-1.622-1.029-2.299-.998a11.95 11.95 0 0 0 2.87-7.787c0-6.627-5.373-12-12-12s-12 5.373-12 12 5.373 12 12 12c2.972 0 5.691-1.081 7.787-2.87-.031.677.293 1.515.998 2.299l6.447 7.58c1.104 1.226 2.907 1.33 4.007.23s.997-2.903-.23-4.007M12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16M6 10h12v4H6z"},null,-1)]))}const br={render:Tu},Du=e.defineComponent({__name:"NmorphLink",props:{type:{type:null,required:!1,default:It.accent},underline:{type:Boolean,required:!1,default:!1},href:{type:String,required:!1,default:""},text:{type:String,required:!1,default:""},target:{type:null,required:!1,default:"self"},disabled:{type:Boolean,required:!1,default:!1}},setup(o,{expose:n}){n();const r=o,t=e.useSlots(),a=e.computed(()=>C({"nmorph-link":[r.type,`${r.underline&&"underline"}`,`${r.disabled&&"disabled"}`]})),c=$`
|
|
564
564
|
--link-color: var(--nmorph-accent-color);
|
|
565
565
|
|
|
566
566
|
display: inline-block;
|
|
@@ -614,11 +614,11 @@
|
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
&.nmorph-link--disabled {
|
|
617
|
-
${
|
|
617
|
+
${Q}
|
|
618
618
|
}
|
|
619
|
-
`,
|
|
620
|
-
${
|
|
621
|
-
|
|
619
|
+
`,l=H.div`
|
|
620
|
+
${c}
|
|
621
|
+
`,d={props:r,slots:t,modifiers:a,commonCSS:c,StyledComponent:l,get NmorphIcon(){return F}};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}}),ju=["href","target"];function Au(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("a",{href:t.props.href,target:t.props.target},[e.renderSlot(o.$slots,"prepend"),e.createTextVNode(" "+e.toDisplayString(r.text)+" ",1),t.slots.icon?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-link__icon",width:"10px",height:"10px"},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"icon")]),_:3})):e.createCommentVNode("v-if",!0),e.renderSlot(o.$slots,"default")],8,ju)]),_:3},8,["class"])}const Ou=M(Du,[["render",Au],["__file","/builds/ketjo/nmorph/library/src/components/basic/nmorph-link/NmorphLink.vue"]]);var kr=(o=>(o.self="_self",o.blank="_blank",o.parent="_parent",o.top="_top",o))(kr||{});const Pu=e.defineComponent({__name:"NmorphScroll",props:{height:{type:String,required:!1,default:"100%"},maxHeight:{type:String,required:!1,default:"none"},modelValue:{type:Object,required:!1,default:()=>({x:0,y:0})},scrollYProp:{type:null,required:!1,default:"auto"},scrollXProp:{type:null,required:!1,default:"auto"},cssScrollBehavior:{type:null,required:!1,default:"smooth"},scrollEndDelay:{type:Number,required:!1,default:50},updateOnlyOnScrollEnd:{type:Boolean,required:!1,default:!1},yBarWidthInPx:{type:Number,required:!1,default:6},xBarWidthInPx:{type:Number,required:!1,default:6},xGapInPx:{type:Number,required:!1,default:4},yGapInPx:{type:Number,required:!1,default:4}},emits:["on-scroll","update:model-value","on-scroll-end"],setup(o,{expose:n,emit:r}){const t=o,a=e.ref(null),c=e.computed(()=>t.scrollYProp),l=e.computed(()=>t.scrollXProp),d=e.ref(!1),s=e.ref(!1),m=()=>{const D=a.value;if(!D){d.value=!1,s.value=!1;return}d.value=D.scrollHeight>D.clientHeight,s.value=D.scrollWidth>D.clientWidth},f=e.computed(()=>t.yBarWidthInPx+t.yGapInPx),p=e.computed(()=>t.xBarWidthInPx+t.xGapInPx),g=e.computed(()=>t.scrollYProp==="hidden"||!d.value?"0":`${f.value}px`),b=e.computed(()=>t.scrollXProp==="hidden"||!s.value?"0":`${p.value}px`),_=e.computed(()=>`${t.yBarWidthInPx}px`),h=e.computed(()=>`${t.xBarWidthInPx}px`),B=e.inject("nmorph");let w;const u=r,k=()=>{const D=a.value;if(!D)return;const J=Math.trunc(D.scrollLeft),oe=Math.trunc(D.scrollTop);u("update:model-value",{x:J,y:oe})},V=()=>{u("on-scroll-end")},N=D=>{u("on-scroll",D),a.value&&(t.updateOnlyOnScrollEnd||k(),w!==void 0&&clearTimeout(w),w=setTimeout(()=>{t.updateOnlyOnScrollEnd&&k(),V()},t.scrollEndDelay))};e.onUnmounted(()=>{w!==void 0&&clearTimeout(w)});const v=e.ref(!1),x=e.computed(()=>C({"nmorph-scroll":[]})),E=D=>{const{x:J,y:oe}=D;a.value?.scrollTo({left:J,top:oe,behavior:"smooth"})};e.onMounted(()=>{E(t.modelValue),e.nextTick(m)}),e.watch(()=>t.modelValue,D=>{E(D)},{deep:!0,immediate:!0}),e.watch(()=>B?.browser.dimensions,()=>{e.nextTick(m)},{deep:!0,immediate:!0});const I=e.computed(()=>t.cssScrollBehavior),y=e.computed(()=>t.height),S=e.computed(()=>t.maxHeight);n({scrollDOMContainer:a,moveTo:E});const A={props:t,scrollDOMContainer:a,overflowY:c,overflowX:l,hasVerticalScroll:d,hasHorizontalScroll:s,updateScrollableState:m,paddingRightCandidate:f,paddingBottomCandidate:p,paddingRight:g,paddingBottom:b,barWidth:_,barHeight:h,nmorph:B,get scrollEndTimeout(){return w},set scrollEndTimeout(D){w=D},emit:u,updateValue:k,handleScrollEnd:V,scrollHandler:N,show:v,modifiers:x,moveTo:E,scrollBehavior:I,scrollHeight:y,maxHeight:S,mouseEnterHandler:()=>{v.value=!0},mouseLeaveHandler:()=>{v.value=!1}};return Object.defineProperty(A,"__isScriptSetup",{enumerable:!1,value:!0}),A}});function Fu(o,n,r,t,a,c){return e.openBlock(),e.createElementBlock("div",{ref:"scrollDOMContainer",class:e.normalizeClass(t.modifiers),style:e.normalizeStyle({"--bar-width":t.barWidth,"--bar-height":t.barHeight,boxSizing:"border-box",minWidth:"0",minHeight:"0",height:t.scrollHeight,maxHeight:t.maxHeight,paddingRight:t.paddingRight,paddingBottom:t.paddingBottom,overflowX:t.overflowX,overflowY:t.overflowY,scrollBehavior:t.scrollBehavior}),onScroll:t.scrollHandler,onMouseenter:t.mouseEnterHandler,onMouseleave:t.mouseLeaveHandler},[e.renderSlot(o.$slots,"default")],38)}const Ru=M(Pu,[["render",Fu],["__file","/builds/ketjo/nmorph/library/src/components/basic/nmorph-scroll/NmorphScroll.vue"]]);var yr=(o=>(o.auto="auto",o.hidden="hidden",o.scroll="scroll",o))(yr||{}),Br=(o=>(o.auto="auto",o.smooth="smooth",o.inherit="inherit",o.initial="initial",o.unset="unset",o))(Br||{});const Wu=e.defineComponent({__name:"NmorphAvatar",props:{src:{type:[String,Array],required:!1},size:{type:Number,required:!1,default:48},shape:{type:null,required:!1,default:"circle"},frameBorder:{type:Number,required:!1,default:2},imagePadding:{type:Number,required:!1,default:4},name:{type:String,required:!1,default:""},fallback:{type:null,required:!1,default:()=>ro},preview:{type:Boolean,required:!1,default:!1},previewSrc:{type:[String,Array],required:!1,default:void 0},previewInitialIndex:{type:Number,required:!1,default:0},previewScaleStep:{type:Number,required:!1,default:.2},previewMinScaleLevel:{type:Number,required:!1,default:.2},previewMaxScaleLevel:{type:Number,required:!1,default:4},srcSet:{type:String,required:!1},fit:{type:null,required:!1},alt:{type:String,required:!1}},emits:["error","load"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=y=>{a("error",y)},l=y=>{a("load",y)},d=e.ref(!1),s=(y,S=0)=>Array.isArray(y)?y[S]:y,m=e.computed(()=>`${t.imagePadding}px`),f=e.computed(()=>` ${t.size}px`),p=e.computed(()=>s(t.src)),g=e.computed(()=>t.previewSrc||t.src),b=e.computed(()=>{const y=g.value;return Array.isArray(y)?y.length>0:!!y}),_=e.computed(()=>{const y=g.value;return Array.isArray(y)?y:y||""}),h=e.computed(()=>t.preview&&b.value),B=e.computed(()=>C({nmorph:[`${t.frameBorder>0&&"shadow-combined"}`],"nmorph-avatar":[t.shape,`${h.value&&"preview"}`]})),w=e.computed(()=>`${t.size/100*60}px`),u=e.computed(()=>`${Math.max(12,t.size*.38)}px`),k=e.computed(()=>t.shape==="circle"?"50%":"4px"),V=e.computed(()=>t.fallback||ro),N=e.computed(()=>{const y=t.name.trim();if(!y)return"";const S=y.split(/\s+/);return(S.length>1?`${S[0][0]}${S[S.length-1][0]}`:S[0].slice(0,2)).toUpperCase()}),v=()=>{h.value&&(d.value=!0)},x=$`
|
|
622
622
|
position: relative;
|
|
623
623
|
overflow: hidden;
|
|
624
624
|
display: flex;
|
|
@@ -657,24 +657,24 @@
|
|
|
657
657
|
.nmorph-avatar__preview .nmorph-image-preview__trigger {
|
|
658
658
|
display: none;
|
|
659
659
|
}
|
|
660
|
-
|
|
661
|
-
${
|
|
660
|
+
`,E=H.div`
|
|
661
|
+
${x}
|
|
662
662
|
> .nmorph-image {
|
|
663
|
-
--width: ${
|
|
664
|
-
--height: ${
|
|
663
|
+
--width: ${y=>y.size};
|
|
664
|
+
--height: ${y=>y.size};
|
|
665
665
|
|
|
666
|
-
padding: ${
|
|
667
|
-
border-radius: ${
|
|
666
|
+
padding: ${y=>y.imagePadding};
|
|
667
|
+
border-radius: ${y=>y.radius};
|
|
668
668
|
}
|
|
669
669
|
|
|
670
670
|
&.nmorph--shadow-combined {
|
|
671
|
-
${
|
|
671
|
+
${y=>Mt(Number(y.frameBorder),!0)};
|
|
672
672
|
}
|
|
673
673
|
|
|
674
674
|
> .nmorph-image > img {
|
|
675
|
-
border-radius: ${
|
|
675
|
+
border-radius: ${y=>y.radius};
|
|
676
676
|
}
|
|
677
|
-
|
|
677
|
+
`,I={props:t,emit:a,onImageError:c,onImageLoad:l,previewOpen:d,getSourceByIndex:s,imagePadding:m,size:f,imageSrc:p,previewSource:g,hasPreviewSource:b,imagePreviewSrc:_,previewAvailable:h,modifiers:B,stubIconSize:w,initialsFontSize:u,radius:k,fallback:V,initials:N,openPreview:v,commonCSS:x,StyledComponent:E,get NmorphImage(){return so},get NmorphImagePreview(){return mo},get NmorphIcon(){return F}};return Object.defineProperty(I,"__isScriptSetup",{enumerable:!1,value:!0}),I}});function Yu(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle({width:t.size,height:t.size}),props:{size:t.size,imagePadding:t.imagePadding,radius:t.radius,frameBorder:r.frameBorder},onClick:t.openPreview},{default:e.withCtx(()=>[e.createVNode(t.NmorphImage,{fit:t.props.fit,src:t.imageSrc,"src-set":t.props.srcSet,alt:t.props.alt,"frame-border":0,onLoad:t.onImageLoad,onError:t.onImageError},{error:e.withCtx(()=>[e.renderSlot(o.$slots,"error",{},()=>[t.initials?(e.openBlock(),e.createElementBlock("span",{key:0,class:"nmorph-avatar__initials",style:e.normalizeStyle({fontSize:t.initialsFontSize})},e.toDisplayString(t.initials),5)):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,width:t.stubIconSize},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.fallback)))]),_:1},8,["width"]))])]),_:3},8,["fit","src","src-set","alt"]),t.imageSrc?e.createCommentVNode("v-if",!0):e.renderSlot(o.$slots,"error",{key:0},()=>[t.initials?(e.openBlock(),e.createElementBlock("span",{key:0,class:"nmorph-avatar__initials",style:e.normalizeStyle({fontSize:t.initialsFontSize})},e.toDisplayString(t.initials),5)):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,width:t.stubIconSize},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.fallback)))]),_:1},8,["width"]))]),t.previewAvailable?(e.openBlock(),e.createBlock(t.NmorphImagePreview,{key:1,class:"nmorph-avatar__preview","model-value":t.previewOpen,src:t.imagePreviewSrc,alt:t.props.alt,"initial-index":t.props.previewInitialIndex,"scale-step":t.props.previewScaleStep,"min-scale-level":t.props.previewMinScaleLevel,"max-scale-level":t.props.previewMaxScaleLevel,"onUpdate:modelValue":n[0]||(n[0]=l=>t.previewOpen=l)},null,8,["model-value","src","alt","initial-index","scale-step","min-scale-level","max-scale-level"])):e.createCommentVNode("v-if",!0)]),_:3},8,["class","style","props"])}const Uu=M(Wu,[["render",Yu],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-avatar/NmorphAvatar.vue"]]),Gu=e.defineComponent({__name:"NmorphBadge",props:{value:{type:[Number,String],required:!1,default:void 0},max:{type:Number,required:!1,default:99},isDot:{type:Boolean,required:!1,default:!1},isTag:{type:Boolean,required:!1,default:!1},hidden:{type:Boolean,required:!1,default:!1},color:{type:String,required:!1,default:"var(--nmorph-accent-color)"},size:{type:String,required:!1,default:"base"},offsetY:{type:Number,required:!1,default:0},offsetX:{type:Number,required:!1,default:0},zIndex:{type:Number,required:!1,default:1},disabled:{type:Boolean,required:!1,default:!1}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>C({"nmorph-badge":[`${r.hidden&&"hidden"}`,`${r.isTag&&"tag"}`,r.size]})),a=e.computed(()=>C({"nmorph-badge__container":[`${r.hidden&&"hidden"}`,`${r.isTag&&"tag"}`]})),c=e.computed(()=>typeof Number(r.value)=="number"&&Number(r.value)>r.max?`${r.max}+`:r.value),l=e.computed(()=>r.isDot||r.value!==void 0),d=e.computed(()=>{const B=`${(f?.value/2+r.offsetX)*-1}px`,w=`${(p?.value/2+r.offsetY)*-1}px`;return{x:B,y:w}}),s=e.computed(()=>r.isTag?{zIndex:r.zIndex}:{right:d.value.x,top:d.value.y,zIndex:r.zIndex}),m=e.ref(null),f=e.ref(0),p=e.ref(0),g=async()=>{await e.nextTick(),!(!m.value||r.isTag)&&(f.value=m.value.clientWidth,p.value=m.value.clientHeight)};e.onMounted(g),e.watch(()=>[r.value,r.max,r.isDot,r.isTag,r.size],g);const b=$`
|
|
678
678
|
position: relative;
|
|
679
679
|
display: inline-block;
|
|
680
680
|
height: fit-content;
|
|
@@ -723,12 +723,12 @@
|
|
|
723
723
|
height: var(--dot-size);
|
|
724
724
|
border-radius: var(--border-radius-circular);
|
|
725
725
|
}
|
|
726
|
-
`,
|
|
727
|
-
${
|
|
726
|
+
`,_=H.div`
|
|
727
|
+
${b}
|
|
728
728
|
.nmorph-badge__container {
|
|
729
|
-
background: ${
|
|
729
|
+
background: ${B=>B.color};
|
|
730
730
|
}
|
|
731
|
-
|
|
731
|
+
`,h={props:r,modifiers:t,containerModifiers:a,displayValue:c,shouldShowBadge:l,appliedOffset:d,containerStyle:s,badge:m,badgeWidth:f,badgeHeight:p,updateBadgeSize:g,commonCSS:b,StyledComponent:_};return Object.defineProperty(h,"__isScriptSetup",{enumerable:!1,value:!0}),h}}),Ku={key:0,class:"nmorph-badge__dot"},Xu={key:1,class:"nmorph-badge__content"};function Qu(o,n,r,t,a,c){return!t.props.disabled&&(!t.props.isTag||t.shouldShowBadge)?(e.openBlock(),e.createBlock(t.StyledComponent,{key:0,class:e.normalizeClass(t.modifiers),props:{color:t.props.color}},{default:e.withCtx(()=>[t.props.isTag?e.createCommentVNode("v-if",!0):e.renderSlot(o.$slots,"default",{key:0}),t.shouldShowBadge?(e.openBlock(),e.createElementBlock("div",{key:1,ref:"badge",class:e.normalizeClass(t.containerModifiers),style:e.normalizeStyle(t.containerStyle)},[t.props.isDot?(e.openBlock(),e.createElementBlock("div",Ku)):(e.openBlock(),e.createElementBlock("div",Xu,[t.props.isTag?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(t.displayValue),1)],64)):e.renderSlot(o.$slots,"value",{key:1,value:t.props.value,displayValue:t.displayValue},()=>[e.createTextVNode(e.toDisplayString(t.displayValue),1)])]))],6)):e.createCommentVNode("v-if",!0)]),_:3},8,["class","props"])):t.props.isTag?e.createCommentVNode("v-if",!0):e.renderSlot(o.$slots,"default",{key:1})}const Zu=M(Gu,[["render",Qu],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-badge/NmorphBadge.vue"]]),Ju=e.defineComponent({__name:"NmorphCalendarHeader",props:{year:{type:Number,required:!0},month:{type:Number,required:!0},showPreviousMonthButton:{type:Boolean,required:!0},showNextMonthButton:{type:Boolean,required:!0},showTodayButton:{type:Boolean,required:!0}},emits:["click-previous-month","click-today","click-next-month"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.computed(()=>C({"nmorph-calendar-header":[]})),l=$`
|
|
732
732
|
display: flex;
|
|
733
733
|
align-items: center;
|
|
734
734
|
justify-content: space-between;
|
|
@@ -743,13 +743,13 @@
|
|
|
743
743
|
}
|
|
744
744
|
|
|
745
745
|
.nmorph-calendar-header__text {
|
|
746
|
-
${
|
|
746
|
+
${No()}
|
|
747
747
|
margin-right: 8px;
|
|
748
748
|
width: 160px;
|
|
749
749
|
}
|
|
750
|
-
`,
|
|
751
|
-
${
|
|
752
|
-
|
|
750
|
+
`,d=H.div`
|
|
751
|
+
${l}
|
|
752
|
+
`,s={props:t,emit:a,modifiers:c,commonCSS:l,StyledComponent:d,get NmorphButton(){return ae},get getMonthName(){return co},get NmorphIcon(){return F},get NmorphIconArrowLeft(){return Xn},get NmorphIconArrowRight(){return Qn}};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),e9={class:"nmorph-calendar-header__text"},t9={class:"nmorph-calendar-header__actions"};function o9(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"default",{},()=>[e.createElementVNode("div",e9,e.toDisplayString(t.props.year)+" "+e.toDisplayString(t.getMonthName(t.props.month)),1),e.createElementVNode("div",t9,[r.showPreviousMonthButton?(e.openBlock(),e.createBlock(t.NmorphButton,{key:0,class:"nmorph-calendar-header__action",onClick:n[0]||(n[0]=l=>t.emit("click-previous-month"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconArrowLeft)]),_:1})]),_:1})):e.createCommentVNode("v-if",!0),r.showTodayButton?(e.openBlock(),e.createBlock(t.NmorphButton,{key:1,class:"nmorph-calendar-header__action",text:"Today",onClick:n[1]||(n[1]=l=>t.emit("click-today"))})):e.createCommentVNode("v-if",!0),r.showNextMonthButton?(e.openBlock(),e.createBlock(t.NmorphButton,{key:2,class:"nmorph-calendar-header__action",onClick:n[2]||(n[2]=l=>t.emit("click-next-month"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconArrowRight)]),_:1})]),_:1})):e.createCommentVNode("v-if",!0)])])]),_:3},8,["class"])}const n9=M(Ju,[["render",o9],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue"]]),r9=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],a9=["sun","mon","tue","wed","thu","fri","sat"],gt=()=>{const{t:o}=le.useI18n();return{months:r9.map(n=>o(`${n}`)),days:a9.map(n=>o(`${n}`))}},l9=e.defineComponent({__name:"NmorphCalendar",props:{markToday:{type:Boolean,required:!1,default:!0},initialDate:{type:Date,required:!1,default:()=>new Date},range:{type:null,required:!1,default:void 0},type:{type:null,required:!1,default:"date"},modelValue:{type:[Date,Array],required:!1,default:()=>new Date}},emits:["update:model-value","update-initial-date"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,{days:c}=gt(),l=()=>{_.value=u.value},d=()=>{_.value=new Date},s=()=>{_.value=k.value},m=()=>{throw new Error("model value and type prop not matched")},f=y=>{if(y===null)return null;if(t.type==="date"){if(y instanceof Date)return _e(y);m()}const S=Array.isArray(y)&&y.every(q=>q instanceof Date);if(t.type==="dates"){if(S)return y.map(q=>_e(q));m()}if(t.type==="daterange"){if(S)return y.map(q=>_e(q)).slice(0,2);m()}},p=y=>{if(h.value===null)return;const{monthType:S,hidden:q}=y;if(q)return;S==="next"&&s(),S==="previous"&&l();const{date:j}=y;if(t.type==="date"&&(h.value=j,a("update:model-value",h.value)),t.type==="dates"){if(!Array.isArray(h.value))return m();const A=j.toDateString(),J=h.value.map(se=>se.toDateString()).indexOf(A);J!==-1?h.value.splice(J,1):h.value.push(j),a("update:model-value",h.value)}if(t.type==="daterange"){if(!Array.isArray(h.value))return m();h.value.length===0?h.value.push(j):h.value.length===1?j<h.value[0]?h.value=[j,h.value[0]]:h.value.push(j):h.value=[j],a("update:model-value",h.value.slice(0,2))}},g=(y,S)=>{const[q,j]=S;return S.length===1?y.toDateString()===q.toDateString():q&&j?y>=_e(q)&&y<=_e(j):!1},b=y=>{if(h.value===null)return!1;if(t.type==="date")return Array.isArray(h.value)?m():h.value.toDateString()===y.toDateString();if(t.type==="dates")return Array.isArray(h.value)?!!h.value.find(q=>q.toDateString()===y.toDateString()):m();if(t.type==="daterange")return Array.isArray(h.value)?g(y,h.value):m()},_=e.ref(t.initialDate),h=e.ref(f(t.modelValue));e.onMounted(()=>{a("update:model-value",h.value)});let B=e.reactive([]);const w=()=>{B=[],Cr(_,t.range).forEach(S=>{const q={};S.forEach((j,A)=>{const D=c[A];q[D]=j}),B.push(q)})};e.watch(()=>t.initialDate,y=>{_.value=y},{deep:!0}),e.watch(_,()=>{w(),a("update-initial-date",_.value)}),e.watch(()=>t.modelValue,y=>{h.value=f(y)});const u=e.computed(()=>new Date(_.value.setMonth(_.value.getMonth()-1))),k=e.computed(()=>new Date(_.value.setMonth(_.value.getMonth()+1))),V=e.computed(()=>{const{range:y}=t,S=y?vr(_.value,y[0]):!0,q=y?Vr(_.value,y[1]):!0,j=Er(y);return{showPreviousMonthButton:S,showNextMonthButton:q,showTodayButton:j}}),N=e.computed(()=>C({"nmorph-calendar":[]})),v=y=>y;w();const x=$`
|
|
753
753
|
--table-data-cell-height: 50px;
|
|
754
754
|
|
|
755
755
|
background: var(--nmorph-main-color);
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
|
|
761
761
|
.nmorph-table__cell {
|
|
762
762
|
--table-cell-height: var(--table-data-cell-height);
|
|
763
|
-
${
|
|
763
|
+
${de()}
|
|
764
764
|
}
|
|
765
765
|
|
|
766
766
|
.nmorph-calendar-date {
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
.nmorph-calendar-date:not(.nmorph-calendar-date--hidden,
|
|
793
793
|
.nmorph-calendar-date--selected).nmorph-calendar-date--previous,
|
|
794
794
|
.nmorph-calendar-date:not(.nmorph-calendar-date--hidden, .nmorph-calendar-date--selected).nmorph-calendar-date--next {
|
|
795
|
-
${
|
|
795
|
+
${R()}
|
|
796
796
|
color: var(--nmorph-accent-color);
|
|
797
797
|
}
|
|
798
798
|
|
|
@@ -801,9 +801,9 @@
|
|
|
801
801
|
box-shadow: none;
|
|
802
802
|
background: var(--nmorph-accent-color);
|
|
803
803
|
}
|
|
804
|
-
|
|
805
|
-
${
|
|
806
|
-
|
|
804
|
+
`,E=H.div`
|
|
805
|
+
${x}
|
|
806
|
+
`,I={props:t,emit:a,days:c,setPreviousMonth:l,setTodayMonth:d,setNextMonth:s,wrongType:m,convertValue:f,clickDate:p,isDateInRange:g,isValueSelected:b,initialDate:_,selectedValue:h,get calendar(){return B},set calendar(y){B=y},updateCalendar:w,prevMonth:u,nextMonth:k,showHeaderButtons:V,modifiers:N,dateData:v,commonCSS:x,StyledComponent:E,get NmorphTable(){return Ir},get NmorphTableColumn(){return $r},get NmorphTableCell(){return Hr},NmorphCalendarHeader:n9};return Object.defineProperty(I,"__isScriptSetup",{enumerable:!1,value:!0}),I}}),i9=["data-date","onClick"];function c9(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"header",{},()=>[e.createVNode(t.NmorphCalendarHeader,{year:t.initialDate.getFullYear(),month:t.initialDate.getMonth(),"show-previous-month-button":t.showHeaderButtons.showPreviousMonthButton,"show-today-button":t.showHeaderButtons.showTodayButton,"show-next-month-button":t.showHeaderButtons.showNextMonthButton,onClickNextMonth:t.setNextMonth,onClickPreviousMonth:t.setPreviousMonth,onClickToday:t.setTodayMonth},null,8,["year","month","show-previous-month-button","show-today-button","show-next-month-button"])]),e.renderSlot(o.$slots,"content",{},()=>[e.createVNode(t.NmorphTable,{data:t.calendar,bordered:"","row-hover":!1},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.days,l=>(e.openBlock(),e.createBlock(t.NmorphTableColumn,{key:`${l}`,prop:l,label:l.toUpperCase()},{default:e.withCtx(({scope:d})=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.rows,(s,m)=>(e.openBlock(),e.createBlock(t.NmorphTableCell,{key:m,row:m},{default:e.withCtx(()=>[e.createElementVNode("div",{"data-date":`${t.dateData(s[l]).date}`,class:e.normalizeClass(["nmorph-calendar-date",`nmorph-calendar-date--${t.dateData(s[l]).monthType}`,{"nmorph-calendar-date--today":t.dateData(s[l]).isToday&&!t.dateData(s[l]).hidden&&t.props.markToday},{"nmorph-calendar-date--hidden":t.dateData(s[l]).hidden},{"nmorph-calendar-date--selected":t.isValueSelected(t.dateData(s[l]).date)}]),onClick:f=>t.clickDate(t.dateData(s[l]))},[e.renderSlot(o.$slots,"date-cell",{scope:{...t.dateData(s[l]),selected:t.isValueSelected(t.dateData(s[l]).date)}},()=>[e.createTextVNode(e.toDisplayString(t.dateData(s[l]).hidden?"-":t.dateData(s[l]).value),1)])],10,i9)]),_:2},1032,["row"]))),128))]),_:2},1032,["prop","label"]))),128))]),_:3},8,["data"])])]),_:3},8,["class"])}const Nr=M(l9,[["render",c9],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-calendar/NmorphCalendar.vue"]]),xr=o=>{const n=o-o%10,r=[];for(let t=0;t<10;t++)r.push(n+t);return r},io=o=>{if(!o)return;const n="en-CA",r={year:"numeric",month:"2-digit",day:"2-digit"};return Array.isArray(o)?o.map(t=>t?new Intl.DateTimeFormat(n,r).format(t):null):new Intl.DateTimeFormat(n,r).format(o)},vr=(o,n)=>o.getMonth()>n.getMonth(),Vr=(o,n)=>o.getMonth()<n.getMonth(),Er=o=>{const n=new Date;if(!o)return!0;const r=o&&o[0],t=o&&o[1];return n>=r&&n<=t},co=o=>{const{months:n}=gt();return n[o]},s9=o=>o%4===0&&o%100!==0||o%400===0,Sr=(o,n)=>[0,2,4,6,7,9,11].includes(n)?31:[3,5,8,10].includes(n)?30:s9(o)?29:28,_e=o=>new Date(o.getFullYear(),o.getMonth(),o.getDate()),Cr=(o,n)=>{const r=y=>n?y<_e(n[0])||y>_e(n[1]):!1,t=o.value.getFullYear(),a=o.value.getMonth(),l=new Date(t,a,1).getDay()+1,d=Sr(t,a),s=7+l-8;let p=7-(new Date(t,a,d).getDay()+1);const g=new Date,b=g.getDate(),_=g.getMonth(),h=a-1,B=Sr(t,h);let w=B-s;const u=[];for(;w<B;){w++;const y=_===h&&b===w,S=new Date(t,h,w);u.push({value:w,monthType:"previous",isToday:y,date:S,hidden:r(S)})}const k=a+1,V=[];let N=0;for(;p;){N++,p--;const y=_===k&&b===N,S=new Date(t,k,N);V.push({value:N,monthType:"next",isToday:y,date:S,hidden:r(S)})}let v=0;const x=[];for(;v<d;){const y=g.getDate();v++;const S=_===a&&y===v,q=new Date(t,a,v);x.push({value:v,monthType:"current",isToday:S,date:q,hidden:r(q)})}const E=[...u,...x,...V],I=[];for(let y=0;y<E.length;y+=7){const S=E.slice(y,y+7);I.push(S)}return I.filter(y=>!y.every(S=>S.hidden))},d9=e.defineComponent({__name:"NmorphCard",props:{shadowType:{type:null,required:!1,default:"outset"},combinedShadowBorderWidth:{type:Number,required:!1,default:0}},setup(o,{expose:n}){n();const r=o,t=e.useSlots(),a=e.computed(()=>C({nmorph:[zt[r.shadowType]],"nmorph-card":[r.shadowType]})),c=$`
|
|
807
807
|
--card-padding: var(--indentation-04);
|
|
808
808
|
|
|
809
809
|
display: flex;
|
|
@@ -817,21 +817,21 @@
|
|
|
817
817
|
}
|
|
818
818
|
|
|
819
819
|
.nmorph-card__header {
|
|
820
|
-
${
|
|
820
|
+
${Ct()};
|
|
821
821
|
}
|
|
822
822
|
|
|
823
823
|
.nmorph-card__footer {
|
|
824
|
-
${
|
|
824
|
+
${de()};
|
|
825
825
|
height: fit-content;
|
|
826
826
|
margin-top: 4px;
|
|
827
827
|
}
|
|
828
|
-
`,
|
|
829
|
-
${
|
|
828
|
+
`,l=H.div`
|
|
829
|
+
${c}
|
|
830
830
|
|
|
831
831
|
&.nmorph--shadow-combined {
|
|
832
|
-
${
|
|
832
|
+
${Mt(Number(s=>s.combinedShadowBorderWidth))};
|
|
833
833
|
}
|
|
834
|
-
|
|
834
|
+
`,d={props:r,slots:t,modifiers:a,commonCSS:c,StyledComponent:l};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}}),m9={class:"nmorph-card__header"},p9={class:"nmorph-card__content"},h9={key:0,class:"nmorph-card__footer"};function f9(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),props:{combinedShadowBorderWidth:t.props.combinedShadowBorderWidth}},{default:e.withCtx(()=>[e.createElementVNode("div",m9,[e.renderSlot(o.$slots,"header")]),e.createElementVNode("div",p9,[e.renderSlot(o.$slots,"default")]),t.slots.footer?(e.openBlock(),e.createElementBlock("div",h9,[e.renderSlot(o.$slots,"footer")])):e.createCommentVNode("v-if",!0)]),_:3},8,["class","props"])}const u9=M(d9,[["render",f9],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-card/NmorphCard.vue"]]),_9=e.defineComponent({__name:"NmorphCarousel",props:{loop:{type:Boolean,required:!1,default:!0}},emits:["change"],setup(o,{expose:n,emit:r}){n();const t=e.ref(0),a=()=>{t.value=t.value+1},c=()=>{t.value=t.value-1},l=o,d=r,s=e.computed(()=>C({"nmorph-carousel":[]})),m=e.ref([]),f=we();e.provide("carousel-data",{data:m,carouselId:f});const p=e.ref(null),g=e.reactive({}),b=()=>{const N=g[Object.keys(g).length-1]?.cloneNode(!0),v=g[0]?.cloneNode(!0);p.value?.prepend(N),p.value?.append(v),t.value+=1},_=()=>{t.value===0&&(t.value=Object.keys(g).length,w.value=!1),t.value>Object.keys(g).length&&(t.value=1,w.value=!1)};e.onMounted(()=>{l.loop&&t.value===0&&(e.nextTick(()=>b()),p.value?.addEventListener("transitionend",_))}),e.watch(t,N=>{d("change",t.value),(N===1||N===Object.keys(g).length)&&setTimeout(()=>{w.value=!0})});const h=(N,v)=>{const x=N;g[v]=x},B=e.computed(()=>`translateX(-${t.value*100}%)`),w=e.ref(!0),V={currentSlide:t,prevSlide:a,nextSlide:c,props:l,emit:d,modifiers:s,carouselData:m,carouselId:f,carouselWrapper:p,slidesRefs:g,addInitialCloneSlides:b,transitionEndHandler:_,setItemRef:h,translateX:B,transitionEnabled:w,isCurrentElementActive:N=>N===t.value-1,elementIndicator:N=>{t.value=N+1},get NmorphIcon(){return F},get NmorphIconChevronDown(){return ue}};return Object.defineProperty(V,"__isScriptSetup",{enumerable:!1,value:!0}),V}}),g9=["id"],w9={class:"nmorph-carousel__elements-indicator"},b9=["onClick"];function k9(o,n,r,t,a,c){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",{ref:"carouselWrapper",class:e.normalizeClass(["nmorph-carousel__wrapper",{"transition-enabled":t.transitionEnabled}]),style:e.normalizeStyle({transform:t.translateX})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.carouselData,(l,d)=>(e.openBlock(),e.createElementBlock("div",{id:`nmorph-carousel-item-${t.carouselId}-${l}`,key:l,ref_for:!0,ref:s=>t.setItemRef(s,d),class:"nmorph-carousel__item"},null,8,g9))),128))],6),e.createElementVNode("div",w9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.carouselData,(l,d)=>(e.openBlock(),e.createElementBlock("div",{key:d,class:"nmorph-carousel__element-indicator-wrapper",onClick:s=>t.elementIndicator(d)},[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-carousel__element-indicator",{"nmorph-carousel__element-indicator--active":t.isCurrentElementActive(d)}])},null,2)],8,b9))),128))]),e.createElementVNode("div",{class:"nmorph-carousel__action-btn nmorph-carousel__prev",onClick:t.prevSlide},[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),e.createElementVNode("div",{class:"nmorph-carousel__action-btn nmorph-carousel__next",onClick:t.nextSlide},[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),e.renderSlot(o.$slots,"default")],2)}const y9=M(_9,[["render",k9],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-carousel/NmorphCarousel.vue"]]),B9=e.defineComponent({__name:"NmorphCarouselItem",props:{name:{type:String,required:!0}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>C({"nmorph-carousel-item":[]})),a=e.inject("carousel-data"),c=e.ref(!1);e.onMounted(()=>{c.value=!0,a&&a.data.value.push(r.name)});const l={props:r,modifiers:t,carouselData:a,isMounted:c};return Object.defineProperty(l,"__isScriptSetup",{enumerable:!1,value:!0}),l}});function N9(o,n,r,t,a,c){return t.isMounted?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(),e.createBlock(e.Teleport,{to:`#nmorph-carousel-item-${t.carouselData?.carouselId}-${t.props.name}`},[e.renderSlot(o.$slots,"default")],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}const x9=M(B9,[["render",N9],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue"]]),v9=e.defineComponent({__name:"NmorphCollapse",props:{modelValue:{type:[String,Array],required:!0},accordion:{type:Boolean,required:!1,default:!1}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){n();const t=o,a=e.ref(t.modelValue);e.watch(()=>t.modelValue,m=>{a.value=m});const c=(m,f)=>{if(t.accordion)a.value=f?[m]:[];else if(!Array.isArray(a.value))a.value=[m];else{const p=a.value.indexOf(m);f&&p===-1&&a.value.push(m),!f&&p!==-1&&a.value.splice(p,1)}l("update:model-value",a.value)};e.provide("collapse-data",a),e.provide("update-model",c);const l=r,d=e.computed(()=>C({"nmorph-collapse":[]})),s={props:t,initialValue:a,updateValue:c,emit:l,modifiers:d};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}});function V9(o,n,r,t,a,c){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.renderSlot(o.$slots,"default")],2)}const E9=M(v9,[["render",V9],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-collapse/NmorphCollapse.vue"]]),S9=e.defineComponent({__name:"NmorphCollapseItem",props:{height:{type:null,required:!1,default:"basic"},block:{type:Boolean,required:!1,default:!0},name:{type:String,required:!0},title:{type:String,required:!1,default:""},disabled:{type:Boolean,required:!1,default:!1}},emits:["click-item"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.ref(!1),l=e.computed(()=>C({"nmorph-collapse-item":[`${t.disabled&&"disabled"}`,`${c.value&&"is-open"}`]})),d=e.computed(()=>C({nmorph:[te[t.height]]})),s=e.inject("collapse-data"),m=e.inject("update-model"),f=e.ref(null),p=e.ref(0),g=()=>{t.block||(c.value=!c.value,m&&(m(t.name,c.value),a("click-item",{id:t.name,isOpen:c.value})))};e.onMounted(()=>{Array.isArray(s?.value)?c.value=s.value.includes(t.name):c.value=s?.value===t.name}),e.watch(()=>s?.value,B=>{Array.isArray(B)?c.value=B.includes(t.name):c.value=B===t.name},{deep:!0}),e.watch(c,()=>{p.value=c.value&&f.value?f.value?.clientHeight:0});const b=$`
|
|
835
835
|
--transition-speed: 0.2s;
|
|
836
836
|
|
|
837
837
|
margin-bottom: var(--indentation-03);
|
|
@@ -849,7 +849,7 @@
|
|
|
849
849
|
overflow: hidden;
|
|
850
850
|
border-radius: var(--default-border-radius);
|
|
851
851
|
transition: height var(--transition-speed) ease-in-out;
|
|
852
|
-
${
|
|
852
|
+
${R()};
|
|
853
853
|
}
|
|
854
854
|
|
|
855
855
|
.nmorph-collapse-item__inner-wrapper {
|
|
@@ -857,11 +857,11 @@
|
|
|
857
857
|
}
|
|
858
858
|
|
|
859
859
|
&.nmorph-collapse-item--disabled {
|
|
860
|
-
${
|
|
860
|
+
${Q()};
|
|
861
861
|
}
|
|
862
|
-
`,
|
|
863
|
-
${
|
|
864
|
-
|
|
862
|
+
`,_=H.div`
|
|
863
|
+
${b}
|
|
864
|
+
`,h={props:t,emit:a,isOpen:c,modifiers:l,titleModifiers:d,collapseData:s,updateModel:m,collapseItemDOMElContent:f,contentHeight:p,clickHandler:g,commonCSS:b,StyledComponent:_};return Object.defineProperty(h,"__isScriptSetup",{enumerable:!1,value:!0}),h}}),C9={ref:"collapseItemDOMElContent",class:"nmorph-collapse-item__inner-wrapper"};function M9(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),onClick:e.withModifiers(t.clickHandler,["stop"])},{default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-collapse-item__title",t.titleModifiers])},[e.renderSlot(o.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(t.props.title),1)])],2),e.createElementVNode("div",{class:"nmorph-collapse-item__content",style:e.normalizeStyle({height:`${t.contentHeight}px`})},[e.createElementVNode("div",C9,[e.renderSlot(o.$slots,"default")],512)],4)]),_:3},8,["class"])}const z9=M(S9,[["render",M9],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue"]]),I9=e.defineComponent({__name:"NmorphImage",props:{loadingText:{type:String,required:!1,default:""},loadFailedText:{type:String,required:!1,default:""},frameBorder:{type:Number,required:!1,default:4},src:{type:String,required:!1},srcSet:{type:String,required:!1,default:""},fit:{type:null,required:!1,default:"cover"},alt:{type:String,required:!1,default:""}},emits:["error","load"],setup(o,{expose:n,emit:r}){n();const{t}=le.useI18n(),a=o,c=e.computed(()=>a.loadingText?a.loadingText:t("loadingText")),l=e.computed(()=>a.loadFailedText?a.loadFailedText:t("loadFailedText")),d=e.ref(!1),s=e.ref(!1),m=r,f=w=>{d.value=!0,s.value=!1,m("load",w)},p=w=>{d.value=!0,s.value=!0,m("error",w)},g=e.computed(()=>d.value&&s.value),b=e.computed(()=>C({nmorph:[`${a.frameBorder>0&&"shadow-combined"}`],"nmorph-image":[`${(g.value||!d.value)&&"hide"}`]})),_=$`
|
|
865
865
|
--width: auto;
|
|
866
866
|
--height: 100%;
|
|
867
867
|
|
|
@@ -883,7 +883,7 @@
|
|
|
883
883
|
}
|
|
884
884
|
|
|
885
885
|
img {
|
|
886
|
-
object-fit: ${
|
|
886
|
+
object-fit: ${a.fit};
|
|
887
887
|
}
|
|
888
888
|
|
|
889
889
|
&.nmorph-image--hide {
|
|
@@ -893,13 +893,13 @@
|
|
|
893
893
|
opacity: 0;
|
|
894
894
|
}
|
|
895
895
|
}
|
|
896
|
-
`,
|
|
897
|
-
${
|
|
896
|
+
`,h=H.div`
|
|
897
|
+
${_}
|
|
898
898
|
|
|
899
899
|
.nmorph {
|
|
900
|
-
${
|
|
900
|
+
${xo(Number(w=>w.frameBorder))};
|
|
901
901
|
}
|
|
902
|
-
|
|
902
|
+
`,B={t,props:a,computedLoadingText:c,computedLoadFailedText:l,imageLoadFinished:d,imageLoadError:s,emit:m,onImageLoad:f,onImageError:p,loadingFailed:g,modifiers:b,commonCSS:_,StyledComponent:h};return Object.defineProperty(B,"__isScriptSetup",{enumerable:!1,value:!0}),B}}),H9=["src","alt","srcset"],$9={key:0,class:"nmorph-image__load-failed"},q9={key:1,class:"nmorph-image__loading"};function L9(o,n,r,t,a,c){return t.props.src?(e.openBlock(),e.createBlock(t.StyledComponent,{key:0,class:e.normalizeClass(t.modifiers),props:{frameBorder:t.props.frameBorder}},{default:e.withCtx(()=>[e.createElementVNode("img",{src:t.props.src,alt:t.props.alt,srcset:t.props.srcSet,onLoad:t.onImageLoad,onError:t.onImageError},null,40,H9),t.loadingFailed?(e.openBlock(),e.createElementBlock("div",$9,[e.renderSlot(o.$slots,"error",{},()=>[e.createTextVNode(e.toDisplayString(t.computedLoadFailedText),1)])])):t.imageLoadFinished?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",q9,[e.renderSlot(o.$slots,"loading",{},()=>[e.createTextVNode(e.toDisplayString(t.computedLoadingText),1)])]))]),_:3},8,["class","props"])):e.createCommentVNode("v-if",!0)}const so=M(I9,[["render",L9],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-image/NmorphImage.vue"]]),T9=e.defineComponent({__name:"NmorphImagePreview",props:{modelValue:{type:Boolean,required:!1,default:!1},alt:{type:String,required:!1,default:""},initialIndex:{type:Number,required:!1,default:0},src:{type:[String,Array],required:!0},scaleStep:{type:Number,required:!1,default:.2},minScaleLevel:{type:Number,required:!1,default:.2},maxScaleLevel:{type:Number,required:!1,default:4},zIndex:{type:Number,required:!1}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){n();const t=o,a=e.ref(t.modelValue);e.watch(()=>t.modelValue,q=>a.value=q);const c=e.computed(()=>C({"nmorph-image-preview":[`${a.value&&"opened"}`]})),l=e.ref(t.initialIndex),d=e.computed(()=>typeof t.src=="string"?t.src:t.src[l.value]),s=e.ref(1),m=()=>{a.value=!0,x("update:model-value",a.value)},f=()=>{a.value=!1,x("update:model-value",a.value)},p=()=>{u.value=u.value+90,u.value>=360&&(u.value=0)},g=()=>{u.value=u.value-90,u.value<=-360&&(u.value=0)},b=()=>{s.value<t.maxScaleLevel&&(s.value+=t.scaleStep),s.value=parseFloat(s.value.toFixed(3))},_=()=>{s.value>t.minScaleLevel&&(s.value-=t.scaleStep),s.value=parseFloat(s.value.toFixed(3))},h=e.computed(()=>s.value<1),B=()=>{s.value=1},w=()=>{s.value=1},u=e.ref(0),k=()=>{const q=t.src.length-1,j=l.value-1;j<0?l.value=q:l.value=j},V=()=>{const q=t.src.length-1,j=l.value+1;j>q?l.value=0:l.value=j},N=e.computed(()=>{let q={icon:pr,handler:w};return h.value&&(q={icon:nr,handler:B}),q}),v=[{icon:mr,handler:p},{icon:dr,handler:g},{icon:wr,handler:b},{icon:br,handler:_}],x=r,E=e.computed(()=>Array.isArray(t.src)&&t.src.length>0),I=$`
|
|
903
903
|
--width: 50px;
|
|
904
904
|
--height: 50px;
|
|
905
905
|
|
|
@@ -987,9 +987,9 @@
|
|
|
987
987
|
right: var(--nmorph-image-preview-btn-margin);
|
|
988
988
|
}
|
|
989
989
|
}
|
|
990
|
-
`,
|
|
991
|
-
${
|
|
992
|
-
|
|
990
|
+
`,y=H.div`
|
|
991
|
+
${I}
|
|
992
|
+
`,S={props:t,open:a,modifiers:c,currentIndex:l,triggerSource:d,scaleLevel:s,clickHandler:m,closeHandler:f,rotateRight:p,rotateLeft:g,zoomIn:b,zoomOut:_,isLevelChangedToMin:h,enlargeToNormal:B,shrinkToNormal:w,rotateLevel:u,previousHandler:k,nextHandler:V,enlargeShrinkActionData:N,actions:v,emit:x,multipleSources:E,commonCSS:I,StyledComponent:y,get NmorphImage(){return so},get NmorphButton(){return ae},get NmorphIcon(){return F},get NmorphOverlay(){return xt},get NmorphIconChevronDown(){return ue}};return Object.defineProperty(S,"__isScriptSetup",{enumerable:!1,value:!0}),S}}),D9={class:"nmorph-image-preview__content"},j9={key:0,class:"nmorph-image-preview__left"},A9={key:1,class:"nmorph-image-preview__right"},O9={class:"nmorph-image-preview__actions"},P9={class:"nmorph-image-preview__action-element"};function F9(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"nmorph-image-preview__trigger",onClick:t.clickHandler},[e.createVNode(t.NmorphImage,{src:t.triggerSource,alt:t.props.alt,fit:"cover"},null,8,["src","alt"])]),e.createVNode(t.NmorphOverlay,{show:t.open,"z-index":t.props.zIndex,onOnOutsideClick:t.closeHandler},{default:e.withCtx(()=>[e.createElementVNode("div",D9,[e.createVNode(t.NmorphImage,{src:t.triggerSource,alt:t.props.alt,fit:"cover",style:e.normalizeStyle({transform:`rotate(${t.rotateLevel}deg) scale(${t.scaleLevel})`})},null,8,["src","alt","style"])]),t.multipleSources?(e.openBlock(),e.createElementBlock("div",j9,[e.createVNode(t.NmorphButton,{onClick:t.previousHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})])):e.createCommentVNode("v-if",!0),t.multipleSources?(e.openBlock(),e.createElementBlock("div",A9,[e.createVNode(t.NmorphButton,{onClick:t.nextHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",O9,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(t.actions,(l,d)=>e.createElementVNode("div",{key:d,class:"nmorph-image-preview__action-element"},[e.createVNode(t.NmorphButton,{onClick:l.handler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.icon)))]),_:2},1024)]),_:2},1032,["onClick"])])),64)),e.createElementVNode("div",P9,[e.createVNode(t.NmorphButton,{disabled:t.scaleLevel===1,onClick:t.enlargeShrinkActionData.handler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.enlargeShrinkActionData.icon)))]),_:1})]),_:1},8,["disabled","onClick"])])])]),_:1},8,["show","z-index"])]),_:1},8,["class"])}const mo=M(T9,[["render",F9],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-image-preview/NmorphImagePreview.vue"]]),R9=e.defineComponent({__name:"NmorphPagination",props:{totalElementsQuantity:{type:Number,required:!0},modelValue:{type:Number,required:!1,default:1},elementsQuantityOnPage:{type:Number,required:!1,default:2},disabled:{type:Boolean,required:!1,default:!1},hideOnSinglePage:{type:Boolean,required:!1,default:!0},maxVisiblePages:{type:Number,required:!1,default:9},fastForwardStep:{type:Number,required:!1,default:5}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.computed(()=>C({"nmorph-pagination":[`${t.disabled&&"disabled"}`]})),l=()=>{s.value=String(Number(s.value)-1)},d=()=>{s.value=String(Number(s.value)+1)},s=e.ref(String(t.modelValue)),m=e.computed(()=>{const k=t.totalElementsQuantity/t.elementsQuantityOnPage+1,V=k%1===0?-1:0;return Array.from({length:k+V},(v,x)=>({value:String(x+1),label:String(x+1)}))}),f=e.computed(()=>t.hideOnSinglePage||t.totalElementsQuantity/t.elementsQuantityOnPage>1);e.watch(s,k=>{a("update:model-value",Number(k))});const p=k=>{s.value=k},g=e.computed(()=>Number(s.value)===1),b=e.computed(()=>m.value.length===Number(s.value)),_=e.computed(()=>{const k=m.value.length,V=Number(s.value),N=t.maxVisiblePages;if(k<=N)return m.value;const v=Math.floor(N/2);return V<=v?[...m.value.slice(0,N-2),{value:"next",label:"..."},m.value[k-1]]:V>=k-v?[m.value[0],{value:"prev",label:"..."},...m.value.slice(k-(N-2))]:[m.value[0],{value:"prev",label:"..."},...m.value.slice(V-v,V+v-1),{value:"next",label:"..."},m.value[k-1]]}),h=k=>{const V=Number(s.value);let N=k==="prev"?V-t.fastForwardStep:V+t.fastForwardStep;N<=0&&(N=1),N>=m.value.length&&(N=m.value.length),s.value=String(N)},B=$`
|
|
993
993
|
display: flex;
|
|
994
994
|
justify-content: center;
|
|
995
995
|
margin-top: var(--indentation-04);
|
|
@@ -1046,9 +1046,9 @@
|
|
|
1046
1046
|
.nmorph-pagination__next-secondary-btn {
|
|
1047
1047
|
margin-left: 8px;
|
|
1048
1048
|
}
|
|
1049
|
-
`,
|
|
1050
|
-
${
|
|
1051
|
-
|
|
1049
|
+
`,w=H.div`
|
|
1050
|
+
${B}
|
|
1051
|
+
`,u={props:t,emit:a,modifiers:c,prevClick:l,nextClick:d,selectedPage:s,pages:m,show:f,updateSelectedValue:p,blockPrevButton:g,blockNextButton:b,visiblePages:_,bigStepUpdate:h,commonCSS:B,StyledComponent:w,get NmorphRadioGroup(){return _o},get NmorphButton(){return ae},get NmorphIcon(){return F},get NmorphRadio(){return uo},get NmorphIconChevronDown(){return ue}};return Object.defineProperty(u,"__isScriptSetup",{enumerable:!1,value:!0}),u}});function W9(o,n,r,t,a,c){return t.show?(e.openBlock(),e.createBlock(t.StyledComponent,{key:0,class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createVNode(t.NmorphButton,{class:"nmorph-pagination__btn nmorph-pagination__prev-btn",disabled:t.blockPrevButton||t.props.disabled,onClick:t.prevClick},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-pagination__prev-icon"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1},8,["disabled"]),e.createVNode(t.NmorphRadioGroup,{"model-value":t.selectedPage,class:"nmorph-pagination__page-group",disabled:t.props.disabled,"onUpdate:modelValue":t.updateSelectedValue},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.visiblePages,l=>(e.openBlock(),e.createElementBlock("div",{key:l.value,class:"nmorph-pagination__page-btn-wrapper"},[l.value==="prev"||l.value==="next"?(e.openBlock(),e.createBlock(t.NmorphButton,{key:0,class:e.normalizeClass(`nmorph-pagination__page-btn nmorph-pagination__${l.value}`),text:l.label,disabled:t.props.disabled,onClick:d=>t.bigStepUpdate(l.value)},null,8,["class","text","disabled","onClick"])):(e.openBlock(),e.createBlock(t.NmorphRadio,e.mergeProps({key:1,ref_for:!0},l,{class:"nmorph-pagination__page-btn",disabled:t.props.disabled}),null,16,["disabled"]))]))),128))]),_:1},8,["model-value","disabled"]),e.createVNode(t.NmorphButton,{class:"nmorph-pagination__btn nmorph-pagination__next-btn",disabled:t.blockNextButton||t.props.disabled,onClick:t.nextClick},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-pagination__next-icon"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1},8,["disabled"])]),_:1},8,["class"])):e.createCommentVNode("v-if",!0)}const Y9=M(R9,[["render",W9],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-pagination/NmorphPagination.vue"]]),U9=e.defineComponent({__name:"NmorphProgress",props:{type:{type:String,required:!1,default:"linear"},color:{type:[String,Array,Function],required:!1,default:"var(--nmorph-accent-color)"},percentage:{type:Number,required:!0},valueInside:{type:Boolean,required:!1,default:!1},valueRightSide:{type:Boolean,required:!1,default:!0},indeterminate:{type:Boolean,required:!1,default:!1},circleSize:{type:Number,required:!1,default:120}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>C({"nmorph-progress":[]})),a=e.computed(()=>Array.isArray(r.color)?r.color.find(h=>h.percentage<=r.percentage)?.color:typeof r.color=="function"?r.color(r.percentage):r.color),c=e.computed(()=>r.indeterminate?"var(--animation)":"none"),l=e.ref(null),d=e.ref(1),s=e.computed(()=>`${d.value} ${d.value}`),m=e.computed(()=>d.value-r.percentage/100*d.value);e.onMounted(()=>{l.value&&(d.value=2*Math.PI*l.value.r.baseVal.value)});const f=e.computed(()=>`${r.circleSize}px`),p=e.computed(()=>`${r.percentage}%`),g=$`
|
|
1052
1052
|
--height: 8px;
|
|
1053
1053
|
--width-transition: 0.4s ease-in-out width;
|
|
1054
1054
|
--animation: slide 2s linear infinite;
|
|
@@ -1066,7 +1066,7 @@
|
|
|
1066
1066
|
height: 100%;
|
|
1067
1067
|
overflow: hidden;
|
|
1068
1068
|
border-radius: var(--border-radius-40);
|
|
1069
|
-
${
|
|
1069
|
+
${R()}
|
|
1070
1070
|
}
|
|
1071
1071
|
|
|
1072
1072
|
.nmorph-progress__inner {
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
|
|
1079
1079
|
.nmorph-progress__percentage,
|
|
1080
1080
|
.nmorph-progress__inner-text {
|
|
1081
|
-
${
|
|
1081
|
+
${de()}
|
|
1082
1082
|
margin-left: var(--indentation-03);
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
.nmorph-progress__circle {
|
|
1095
1095
|
position: relative;
|
|
1096
1096
|
border-radius: var(--border-radius-circular);
|
|
1097
|
-
${
|
|
1097
|
+
${R()}
|
|
1098
1098
|
|
|
1099
1099
|
&::after {
|
|
1100
1100
|
width: 92%;
|
|
@@ -1127,8 +1127,8 @@
|
|
|
1127
1127
|
fill: none;
|
|
1128
1128
|
stroke-width: 4px;
|
|
1129
1129
|
}
|
|
1130
|
-
`,
|
|
1131
|
-
${
|
|
1130
|
+
`,b=H.div`
|
|
1131
|
+
${g}
|
|
1132
1132
|
|
|
1133
1133
|
.nmorph-progress__inner {
|
|
1134
1134
|
width: ${h=>h.displayPercentage};
|
|
@@ -1144,7 +1144,7 @@
|
|
|
1144
1144
|
.nmorph-progress__circle-ring {
|
|
1145
1145
|
stroke: ${h=>h.color};
|
|
1146
1146
|
}
|
|
1147
|
-
|
|
1147
|
+
`,_={props:r,modifiers:t,color:a,animation:c,circle:l,circumference:d,strokeDasharray:s,strokeDashoffset:m,circleContainerSize:f,displayPercentage:p,commonCSS:g,StyledComponent:b};return Object.defineProperty(_,"__isScriptSetup",{enumerable:!1,value:!0}),_}}),G9={key:0,class:"nmorph-progress__linear"},K9={class:"nmorph-progress__outer"},X9={class:"nmorph-progress__inner"},Q9={key:0,class:"nmorph-progress__inner-text"},Z9={key:0,class:"nmorph-progress__percentage"},J9={key:1,class:"nmorph-progress__circle"},e_={class:"nmorph-progress__circle-inner-part"},t_=["width","height"],o_=["cx","cy","r","stroke-dasharray","stroke-dashoffset"];function n_(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),props:{displayPercentage:t.displayPercentage,color:t.color,animation:t.animation,circleContainerSize:t.circleContainerSize}},{default:e.withCtx(()=>[t.props.type==="linear"?(e.openBlock(),e.createElementBlock("div",G9,[e.createElementVNode("div",K9,[e.createElementVNode("div",X9,[r.valueInside?(e.openBlock(),e.createElementBlock("div",Q9,[e.renderSlot(o.$slots,"inner-text",{},()=>[e.createTextVNode(e.toDisplayString(t.displayPercentage),1)])])):e.createCommentVNode("v-if",!0)])]),r.valueRightSide?(e.openBlock(),e.createElementBlock("div",Z9,[e.renderSlot(o.$slots,"right-side",{},()=>[e.createTextVNode(e.toDisplayString(t.displayPercentage),1)])])):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),t.props.type==="circle"?(e.openBlock(),e.createElementBlock("div",J9,[e.createElementVNode("div",e_,[e.renderSlot(o.$slots,"circle-inner-part",{},()=>[e.createTextVNode(e.toDisplayString(t.displayPercentage),1)])]),(e.openBlock(),e.createElementBlock("svg",{width:t.props.circleSize,height:t.props.circleSize},[e.createElementVNode("circle",{ref:"circle",class:"nmorph-progress__circle-ring",cx:t.props.circleSize/2,cy:t.props.circleSize/2,r:t.props.circleSize/2-2,"stroke-dasharray":t.strokeDasharray,"stroke-dashoffset":t.strokeDashoffset},null,8,o_)],8,t_))])):e.createCommentVNode("v-if",!0)]),_:3},8,["class","props"])}const r_=M(U9,[["render",n_],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-progress/NmorphProgress.vue"]]),a_=e.defineComponent({__name:"NmorphSkeleton",props:{animated:{type:Boolean,required:!1,default:!0},loading:{type:Boolean,required:!1,default:!0},rows:{type:Number,required:!1,default:0}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>C({"nmorph-skeleton":[`${r.animated&&r.loading&&"loading"}`]})),a=$`
|
|
1148
1148
|
&.nmorph-skeleton--loading {
|
|
1149
1149
|
--loading-gradient: linear-gradient(
|
|
1150
1150
|
90deg,
|
|
@@ -1167,9 +1167,9 @@
|
|
|
1167
1167
|
pointer-events: none;
|
|
1168
1168
|
}
|
|
1169
1169
|
}
|
|
1170
|
-
`,
|
|
1171
|
-
${
|
|
1172
|
-
|
|
1170
|
+
`,c=H.div`
|
|
1171
|
+
${a}
|
|
1172
|
+
`,l={props:r,modifiers:t,commonCSS:a,StyledComponent:c,get NmorphSkeletonItem(){return zr}};return Object.defineProperty(l,"__isScriptSetup",{enumerable:!1,value:!0}),l}}),l_={key:0,class:"nmorph-skeleton__rows"},i_={class:"nmorph-skeleton__template"},c_={class:"nmorph-skeleton__default"};function s_(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[t.props.rows&&t.props.loading?(e.openBlock(),e.createElementBlock("div",l_,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.props.rows,l=>(e.openBlock(),e.createBlock(t.NmorphSkeletonItem,{key:l,width:"100%",height:"14px",variant:"rect"}))),128))])):e.createCommentVNode("v-if",!0),e.withDirectives(e.createElementVNode("div",i_,[e.renderSlot(o.$slots,"template")],512),[[e.vShow,!t.props.rows&&t.props.loading]]),e.withDirectives(e.createElementVNode("div",c_,[e.renderSlot(o.$slots,"default")],512),[[e.vShow,!t.props.loading]])]),_:3},8,["class"])}const d_=M(a_,[["render",s_],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-skeleton/NmorphSkeleton.vue"]]);var Mr=(o=>(o.image="image",o.circle="circle",o.rect="rect",o))(Mr||{});const m_=e.defineComponent({__name:"NmorphSkeletonItem",props:{variant:{type:null,required:!0,default:"rect"},width:{type:String,required:!0,default:"auto"},height:{type:String,required:!0,default:"auto"},design:{type:String,required:!1,default:"nmorph"}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>C({"nmorph-skeleton-item":[r.variant,`${r.design==="nmorph"?"nmorph-design":""}`]})),a=e.computed(()=>r.width),c=e.computed(()=>r.height),l=$`
|
|
1173
1173
|
position: relative;
|
|
1174
1174
|
margin-bottom: var(--indentation-02);
|
|
1175
1175
|
overflow: hidden;
|
|
@@ -1188,14 +1188,14 @@
|
|
|
1188
1188
|
&.nmorph-skeleton-item--circle {
|
|
1189
1189
|
border-radius: var(--border-radius-circular);
|
|
1190
1190
|
}
|
|
1191
|
-
`,
|
|
1192
|
-
${
|
|
1193
|
-
width: ${
|
|
1194
|
-
height: ${
|
|
1191
|
+
`,d=H.div`
|
|
1192
|
+
${l}
|
|
1193
|
+
width: ${a.value};
|
|
1194
|
+
height: ${c.value};
|
|
1195
1195
|
&.nmorph-skeleton-item--nmorph-design {
|
|
1196
|
-
${
|
|
1196
|
+
${R()}
|
|
1197
1197
|
}
|
|
1198
|
-
|
|
1198
|
+
`,s={props:r,modifiers:t,cssWidth:a,cssHeight:c,commonCSS:l,StyledComponent:d,get NmorphIcon(){return F},get NmorphIconImage(){return ao}};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),p_={class:"nmorph-skeleton-item__element"};function h_(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",p_,[t.props.variant==="image"?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,width:t.props.width,height:t.props.height},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconImage)]),_:1},8,["width","height"])):e.createCommentVNode("v-if",!0)])]),_:1},8,["class"])}const zr=M(m_,[["render",h_],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue"]]),f_="10px",u_=e.defineComponent({__name:"NmorphSortButton",props:{value:{type:null,required:!0}},emits:["sort"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.computed(()=>C({"nmorph-sort-button":[`${t.value}`]})),l=()=>{const f=t.value==="ascending"?"descending":"ascending";a("sort",f)},d=$`
|
|
1199
1199
|
display: flex;
|
|
1200
1200
|
align-items: center;
|
|
1201
1201
|
|
|
@@ -1227,9 +1227,9 @@
|
|
|
1227
1227
|
--color: var(--nmorph-accent-color);
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
|
-
`,s=
|
|
1231
|
-
${
|
|
1232
|
-
|
|
1230
|
+
`,s=H.div`
|
|
1231
|
+
${d}
|
|
1232
|
+
`,m={props:t,emit:a,modifiers:c,toggleSort:l,iconSize:f_,commonCSS:d,StyledComponent:s,get NmorphButton(){return ae},get NmorphIcon(){return F},get NmorphIconTriangleDown(){return fr}};return Object.defineProperty(m,"__isScriptSetup",{enumerable:!1,value:!0}),m}});function __(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createVNode(t.NmorphButton,{height:"thin","style-type":"transparent",onClick:t.toggleSort},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-sort-button__icon-up",width:t.iconSize,height:t.iconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconTriangleDown)]),_:1}),e.createVNode(t.NmorphIcon,{class:"nmorph-sort-button__icon-down",width:t.iconSize,height:t.iconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconTriangleDown)]),_:1})]),_:1})]),_:1},8,["class"])}const g_=M(u_,[["render",__],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue"]]),w_=e.defineComponent({__name:"NmorphTable",props:{data:{type:Array,required:!1,default:()=>[]},rowHover:{type:Boolean,required:!1,default:!0},bordered:{type:Boolean,required:!1,default:!1},sort:{type:Object,required:!1,default:void 0},design:{type:String,required:!1,default:"nmorph"}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>C({"nmorph-table":[`${r.design}`]})),a=e.ref(r.data),c=e.ref(r.sort),l=(w,u)=>{c.value&&(c.value[u]=w,a.value.sort((k,V)=>{const N=String(k[u]).toLowerCase(),v=String(V[u]).toLowerCase();if(!c.value)return 0;const x=c.value[u];return x==="ascending"?N.localeCompare(v):x==="descending"?v.localeCompare(N):0}))},d=e.ref(null),s=e.ref([]);e.provide("table-data",{rows:a,columns:s});const m=e.computed(()=>{const w=s.value.map(v=>v.width).filter(v=>!!v),u=w.length,k=w.reduce((v,x)=>(v+=Number(x),v),0),V=s.value.length-u;return d.value?.clientWidth?(d.value?.clientWidth-k)/V:0}),f=w=>w!==""?w:m.value,p=e.ref(0);e.watch(()=>r.data,()=>{p.value=p.value+1,a.value=r.data,s.value=[]},{immediate:!0});const g=w=>typeof w=="object"?"":w,b=we();e.provide("table-identifier",b);const _=$`
|
|
1233
1233
|
.nmorph-table {
|
|
1234
1234
|
--border-color: var(--nmorph-info-text-color);
|
|
1235
1235
|
--table-cell-height: auto;
|
|
@@ -1295,12 +1295,12 @@
|
|
|
1295
1295
|
}
|
|
1296
1296
|
|
|
1297
1297
|
.nmorph-table__table-row {
|
|
1298
|
-
${
|
|
1298
|
+
${R()}
|
|
1299
1299
|
}
|
|
1300
1300
|
}
|
|
1301
|
-
`,
|
|
1302
|
-
${
|
|
1303
|
-
|
|
1301
|
+
`,h=H.div`
|
|
1302
|
+
${_}
|
|
1303
|
+
`,B={props:r,modifiers:t,rows:a,sortData:c,onSort:l,nmorphDOMTable:d,columns:s,defaultColWidth:m,getWidth:f,key:p,tableData:g,tableIdentifier:b,commonCSS:_,StyledComponent:h,NmorphSortButton:g_};return Object.defineProperty(B,"__isScriptSetup",{enumerable:!1,value:!0}),B}}),b_={class:"nmorph-table__wrapper"},k_={class:"nmorph-table__header"},y_=["data-src"],B_={class:"nmorph-table__table-row"},N_={class:"nmorph-table__cell"},x_={class:"nmorph-table__body"},v_=["id"],V_={class:"nmorph-table__slot-columns"};function E_(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,null,{default:e.withCtx(()=>[(e.openBlock(),e.createElementBlock("div",{ref:"nmorphDOMTable",key:t.key,class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",b_,[e.createElementVNode("table",k_,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,l=>(e.openBlock(),e.createElementBlock("col",{key:l.prop,style:e.normalizeStyle({width:`${t.getWidth(l.width)}px`}),"data-src":`${t.getWidth(l.width)}px`},null,12,y_))),128))]),e.createElementVNode("thead",null,[e.createElementVNode("tr",B_,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,(l,d)=>(e.openBlock(),e.createElementBlock("th",{key:d,class:e.normalizeClass(["nmorph-table__table-data",{"nmorph-table__table-data--bordered":t.props.bordered}])},[e.createElementVNode("div",N_,[e.createElementVNode("div",{style:e.normalizeStyle({"justify-content":l.alignment}),class:"nmorph-table__cell-content"},[e.createElementVNode("span",null,e.toDisplayString(l.label),1),t.sortData&&t.sortData[l.prop]?(e.openBlock(),e.createBlock(t.NmorphSortButton,{key:0,class:"nmorph-table__button-wrapper",value:t.sortData[l.prop],onSort:s=>t.onSort(s,l.prop)},null,8,["value","onSort"])):e.createCommentVNode("v-if",!0)],4)])],2))),128))])])]),e.createElementVNode("div",x_,[e.createElementVNode("table",null,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,l=>(e.openBlock(),e.createElementBlock("col",{key:l.prop,style:e.normalizeStyle({width:`${t.getWidth(l.width)}px`})},null,4))),128))]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.rows,(l,d)=>(e.openBlock(),e.createElementBlock("tr",{key:d,class:e.normalizeClass(["nmorph-table__table-data-row",{"nmorph-table__table-data-row--row-hover":t.props.rowHover}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,s=>(e.openBlock(),e.createElementBlock("td",{key:s.prop,class:e.normalizeClass([{"nmorph-table__table-data--bordered":t.props.bordered},"nmorph-table__table-data"])},[e.createElementVNode("div",{id:`table-cell-${t.tableIdentifier}-${d}-${s.prop}`,style:e.normalizeStyle({"text-align":s.alignment}),class:"nmorph-table__cell nmorph-table__cell--data"},e.toDisplayString(t.tableData(l[s.prop])),13,v_)],2))),128))],2))),128))])]),e.createElementVNode("table",null,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,l=>(e.openBlock(),e.createElementBlock("col",{key:l.prop,style:e.normalizeStyle({width:`${t.getWidth(l.width)}px`})},null,4))),128))]),e.createElementVNode("tbody",V_,[e.renderSlot(o.$slots,"default")])])])])],2))]),_:3})}const Ir=M(w_,[["render",E_],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-table/NmorphTable.vue"]]),S_=e.defineComponent({__name:"NmorphTableCell",props:{row:{type:Number,required:!0}},setup(o,{expose:n}){n();const r=e.inject("column-property"),t=e.inject("table-identifier"),a=o,c=e.computed(()=>C({"nmorph-table-cell":[]})),l=e.computed(()=>`#table-cell-${t}-${a.row}-${r}`),d=e.ref(!1);e.onMounted(async()=>{await e.nextTick();const m=document.querySelector(l.value);m&&(m.innerHTML=""),d.value=!0});const s={columnProperty:r,tableIdentifier:t,props:a,modifiers:c,targetId:l,isMounted:d};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}});function C_(o,n,r,t,a,c){return t.isMounted?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(),e.createBlock(e.Teleport,{to:t.targetId},[e.renderSlot(o.$slots,"default")],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}const Hr=M(S_,[["render",C_],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue"]]),M_=e.defineComponent({__name:"NmorphTableColumn",props:{label:{type:String,required:!1,default:""},width:{type:String,required:!1,default:""},alignment:{type:String,required:!1,default:"center"},prop:{type:String,required:!0}},setup(o,{expose:n}){n();const r=e.inject("table-data"),t=e.inject("table-identifier"),a=o,c=e.computed(()=>C({"nmorph-table-column":[]})),l=e.ref(0);e.provide("column-property",a.prop),e.provide("table-identifier",t),e.onMounted(()=>{d()});const d=()=>{if(!r?.columns.value)return;const{columns:f}=r;l.value=f.value.length+1,r.columns.value=[...f.value,{...a,id:l.value}]},s=e.ref(null),m={data:r,tableIdentifier:t,props:a,modifiers:c,id:l,updateTableData:d,columnDOMEl:s};return Object.defineProperty(m,"__isScriptSetup",{enumerable:!1,value:!0}),m}}),z_=["data-id"];function I_(o,n,r,t,a,c){return e.openBlock(),e.createElementBlock("div",{ref:"columnDOMEl","data-id":t.id,class:e.normalizeClass(t.modifiers)},[e.renderSlot(o.$slots,"default",{scope:{columns:t.data?.columns.value,rows:t.data?.rows.value,tableId:t.tableIdentifier}})],10,z_)}const $r=M(M_,[["render",I_],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue"]]),H_=e.defineComponent({__name:"NmorphTagList",props:{modelValue:{type:Array,required:!0}},emits:["close","update:model-value"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.computed(()=>C({"nmorph-list":[]}));let l=e.ref(t.modelValue);const s={props:t,emit:a,modifiers:c,get tagList(){return l},set tagList(m){l=m},closeTagHandler:m=>{l.value=l.value.filter(f=>f.value!==m),a("close",m),a("update:model-value",l.value)},get NmorphTagItem(){return po}};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}});function $_(o,n,r,t,a,c){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.tagList,l=>(e.openBlock(),e.createBlock(t.NmorphTagItem,e.mergeProps({key:l.value,ref_for:!0},l,{onClose:t.closeTagHandler}),null,16))),128))],2)}const q_=M(H_,[["render",$_],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-tag-list/NmorphTagList.vue"]]),L_=e.defineComponent({__name:"NmorphTagItem",props:{value:{type:String,required:!0},text:{type:String,required:!0},removable:{type:Boolean,required:!1,default:!0},height:{type:null,required:!1,default:"basic"},design:{type:String,required:!1,default:"nmorph"}},emits:["close"],setup(o,{expose:n,emit:r}){n();const t=o,a=e.computed(()=>C({nmorph:[te[t.height]],"nmorph-tag-item":[`${t.design==="nmorph"?"nmorph-design":""}`]})),c=r,l=()=>{c("close",t.value)},d=$`
|
|
1304
1304
|
display: inline-flex;
|
|
1305
1305
|
margin-right: var(--indentation-02);
|
|
1306
1306
|
padding: var(--indentation-00) var(--indentation-03);
|
|
@@ -1320,22 +1320,22 @@
|
|
|
1320
1320
|
|
|
1321
1321
|
&.nmorph-tag-item--nmorph-design {
|
|
1322
1322
|
border: none;
|
|
1323
|
-
${
|
|
1323
|
+
${R()}
|
|
1324
1324
|
}
|
|
1325
1325
|
|
|
1326
1326
|
&.nmorph-tag-item--thin {
|
|
1327
1327
|
--height: var(--thin-component);
|
|
1328
1328
|
span {
|
|
1329
|
-
${
|
|
1329
|
+
${de()}
|
|
1330
1330
|
}
|
|
1331
1331
|
}
|
|
1332
1332
|
|
|
1333
1333
|
&.nmorph-tag-item--thick {
|
|
1334
1334
|
--height: var(--thick-component);
|
|
1335
1335
|
}
|
|
1336
|
-
`,s=
|
|
1337
|
-
${
|
|
1338
|
-
|
|
1336
|
+
`,s=H.div`
|
|
1337
|
+
${d}
|
|
1338
|
+
`,m={props:t,modifiers:a,emit:c,closeHandler:l,commonCSS:d,StyledComponent:s,get NmorphIcon(){return F},get NmorphIconError(){return Ue}};return Object.defineProperty(m,"__isScriptSetup",{enumerable:!1,value:!0}),m}}),T_={class:"nmorph-tag-item__content"};function D_(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",T_,[e.createElementVNode("span",null,e.toDisplayString(r.text),1),t.props.removable?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-tag-item__close-icon",onClick:e.withModifiers(t.closeHandler,["stop"])},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconError)]),_:1})):e.createCommentVNode("v-if",!0)])]),_:1},8,["class"])}const po=M(L_,[["render",D_],["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue"]]),j_=e.defineComponent({__name:"NmorphAlert",props:{id:{type:String,required:!1,default:void 0},type:{type:null,required:!1,default:"info"},closable:{type:Boolean,required:!1,default:!1},title:{type:String,required:!1,default:""},content:{type:String,required:!1,default:""},fill:{type:Boolean,required:!1,default:!1},showIcon:{type:Boolean,required:!1,default:!0},bordered:{type:Boolean,required:!1,default:!0},html:{type:String,required:!1,default:""},closeIconPosition:{type:String,required:!1,default:"center"}},emits:["close"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.computed(()=>C({"nmorph-alert":[t.type,`${t.bordered&&"bordered"}`,`${t.fill&&"fill"}`]})),l=()=>{a("close")},d={[He.success]:hr,[He.warning]:gr,[He.info]:lr,[He.error]:tr},s=e.useSlots(),m=$`
|
|
1339
1339
|
--background-color: var(--nmorph-overlay-color);
|
|
1340
1340
|
|
|
1341
1341
|
display: inline-block;
|
|
@@ -1422,13 +1422,13 @@
|
|
|
1422
1422
|
&.nmorph-alert--fill {
|
|
1423
1423
|
width: 100%;
|
|
1424
1424
|
}
|
|
1425
|
-
`,
|
|
1426
|
-
${
|
|
1425
|
+
`,f=H.div`
|
|
1426
|
+
${m}
|
|
1427
1427
|
.nmorph-alert__close {
|
|
1428
|
-
align-self: ${
|
|
1428
|
+
align-self: ${g=>g.closeButtonPosition};
|
|
1429
1429
|
}
|
|
1430
1430
|
|
|
1431
|
-
|
|
1431
|
+
`,p={props:t,emit:a,modifiers:c,closeHandler:l,iconNameMap:d,slots:s,commonCSS:m,StyledComponent:f,get NmorphIcon(){return F},get NmorphIconCross(){return ut}};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),A_=["innerHTML"],O_={key:1,class:"nmorph-alert__wrapper"},P_={class:"nmorph-alert__left-side"},F_={key:0,class:"nmorph-alert__icon"},R_={class:"nmorph-alert__content-wrapper"},W_={class:"nmorph-alert__content-title"},Y_={class:"nmorph-alert__content"};function U_(o,n,r,t,a,c){return t.slots.default||t.props.title||t.props.content||t.props.html?(e.openBlock(),e.createBlock(t.StyledComponent,{key:0,class:e.normalizeClass(t.modifiers),props:{closeButtonPosition:t.props.closeIconPosition}},{default:e.withCtx(()=>[t.props.html?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-alert__html-wrapper",innerHTML:t.props.html},null,8,A_)):(e.openBlock(),e.createElementBlock("div",O_,[e.createElementVNode("div",P_,[t.props.showIcon?(e.openBlock(),e.createElementBlock("div",F_,[e.renderSlot(o.$slots,"icon",{},()=>[e.createVNode(t.NmorphIcon,{size:"medium"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.iconNameMap[t.props.type])))]),_:1})])])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",R_,[e.createElementVNode("div",W_,[t.props.title||t.slots.title?e.renderSlot(o.$slots,"title",{key:0},()=>[e.createTextVNode(e.toDisplayString(t.props.title),1)]):e.createCommentVNode("v-if",!0)]),e.createElementVNode("div",Y_,[e.renderSlot(o.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(t.props.content),1)])])])]),t.props.closable?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-alert__close",onClick:t.closeHandler},[e.createVNode(t.NmorphIcon,{width:"14px",height:"14px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCross)]),_:1})])):e.createCommentVNode("v-if",!0)]))]),_:3},8,["class","props"])):e.createCommentVNode("v-if",!0)}const qr=M(j_,[["render",U_],["__file","/builds/ketjo/nmorph/library/src/components/feedback/nmorph-alert/NmorphAlert.vue"]]);var He=(o=>(o.success="success",o.error="error",o.warning="warning",o.info="info",o))(He||{});const G_=e.defineComponent({__name:"NmorphCallout",props:{type:{type:String,required:!1,default:"info"},title:{type:String,required:!1,default:""},content:{type:String,required:!0}},setup(o,{expose:n}){n();const r=o,t=$`
|
|
1432
1432
|
--callout-color: var(--nmorph-accent-color);
|
|
1433
1433
|
|
|
1434
1434
|
position: relative;
|
|
@@ -1481,12 +1481,12 @@
|
|
|
1481
1481
|
}
|
|
1482
1482
|
|
|
1483
1483
|
.nmorph-callout__content {
|
|
1484
|
-
${
|
|
1484
|
+
${de()}
|
|
1485
1485
|
white-space: pre-wrap;
|
|
1486
1486
|
}
|
|
1487
|
-
`,
|
|
1488
|
-
${
|
|
1489
|
-
|
|
1487
|
+
`,a=H.div`
|
|
1488
|
+
${t}
|
|
1489
|
+
`,c={props:r,commonCSS:t,StyledComponent:a};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),K_={key:0,class:"nmorph-callout__title"},X_=["innerHTML"];function Q_(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(["nmorph-callout",`nmorph-callout--${t.props.type}`])},{default:e.withCtx(()=>[t.props.title?(e.openBlock(),e.createElementBlock("div",K_,e.toDisplayString(t.props.title),1)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{class:"nmorph-callout__content",innerHTML:t.props.content},null,8,X_)]),_:1},8,["class"])}const Z_=M(G_,[["render",Q_],["__file","/builds/ketjo/nmorph/library/src/components/feedback/nmorph-callout/NmorphCallout.vue"]]),J_=e.defineComponent({__name:"NmorphDialog",props:{modelValue:{type:Boolean,required:!1,default:!1},title:{type:String,required:!1,default:""},width:{type:String,required:!1,default:"330px"},openDelay:{type:Number,required:!1,default:0},closeDelay:{type:Number,required:!1,default:0},closeOnClickModal:{type:Boolean,required:!1,default:!0},showClose:{type:Boolean,required:!1,default:!0},zIndex:{type:Number,required:!1},closeOnOverlay:{type:Boolean,required:!1,default:!0}},emits:["on-close","update:model-value"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.computed(()=>C({"nmorph-dialog":[]})),l=e.ref(t.modelValue);let d=null,s=null;e.watch(()=>t.modelValue,_=>{_?(s&&clearTimeout(s),d=setTimeout(()=>{l.value=!0},t.openDelay)):(d&&clearTimeout(d),s=setTimeout(()=>{l.value=!1},t.closeDelay))},{immediate:!0});const m=()=>{a("on-close"),d&&clearTimeout(d),s=setTimeout(()=>{a("update:model-value",!1)},t.closeDelay)},f=()=>{t.closeOnOverlay&&m()},p=$`
|
|
1490
1490
|
width: var(--width);
|
|
1491
1491
|
padding: var(--indentation-04);
|
|
1492
1492
|
background: var(--nmorph-main-color);
|
|
@@ -1503,17 +1503,16 @@
|
|
|
1503
1503
|
justify-content: space-between;
|
|
1504
1504
|
font-weight: 600;
|
|
1505
1505
|
|
|
1506
|
-
${
|
|
1506
|
+
${Ct()}
|
|
1507
1507
|
}
|
|
1508
1508
|
|
|
1509
1509
|
.nmorph-dialog__close-icon {
|
|
1510
1510
|
cursor: pointer;
|
|
1511
1511
|
}
|
|
1512
|
-
`,
|
|
1513
|
-
${
|
|
1514
|
-
--width: ${
|
|
1515
|
-
|
|
1516
|
-
`;return(g,h)=>(e.openBlock(),e.createBlock(e.unref(Et),{show:c.value,onOnOutsideClick:p},{default:e.withCtx(()=>[e.createVNode(w,{class:e.normalizeClass(l.value),props:{dialogWidth:o.width,zIndex:o.zIndex}},{default:e.withCtx(()=>[e.createElementVNode("div",fg,[e.renderSlot(g.$slots,"header",{},()=>[e.createElementVNode("div",gg,e.toDisplayString(o.title),1),o.showClose?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-dialog__close-icon",onClick:d},[e.createVNode(e.unref(L),null,{default:e.withCtx(()=>[e.createVNode(e.unref(wt))]),_:1})])):e.createCommentVNode("v-if",!0)])]),e.createElementVNode("div",_g,[e.renderSlot(g.$slots,"default")])]),_:3},8,["class","props"])]),_:3},8,["show"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/feedback/nmorph-dialog/NmorphDialog.vue"]]),bg={class:"nmorph-tooltip__shadow-content"},kg={key:0,class:"nmorph-tooltip__triangle"},yg={key:0,class:"nmorph-tooltip__info-content"},Bg={class:"nmorph-tooltip__shadow-content"},xg={key:0},Yr=M(e.defineComponent({__name:"NmorphTooltip",props:{text:{type:String,required:!1,default:""},position:{type:null,required:!1,default:"top"},forceShow:{type:Boolean,required:!1,default:!1},forceCoordinate:{type:[Object,null],required:!1,default:null}},setup(n,{expose:t}){const o=n,r=e.ref(o.forceShow),l=e.ref(null),c=e.ref(null),{placement:i}=In({initialPlacement:o.position,contentDOMElement:l,relativeElement:c}),s=e.computed(()=>C({"nmorph-tooltip":[i.value,`${!!o.forceCoordinate?.x&&!!o.forceCoordinate?.y&&"force-coords"}`]})),d=()=>{r.value=!0},p=()=>{o.forceShow||(r.value=!1)},f=e.computed(()=>o.forceCoordinate?"100%":"auto"),w=e.ref(null);t({tooltipBody:w});const g=q`
|
|
1512
|
+
`,g=H.div`
|
|
1513
|
+
${p}
|
|
1514
|
+
--width: ${_=>_.dialogWidth};
|
|
1515
|
+
`,b={props:t,emit:a,modifiers:c,isVisible:l,get openTimeout(){return d},set openTimeout(_){d=_},get closeTimeout(){return s},set closeTimeout(_){s=_},closeHandler:m,clickOnOverlay:f,commonCSS:p,StyledComponent:g,get NmorphOverlay(){return xt},get NmorphIcon(){return F},get NmorphIconCross(){return ut}};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}}),eg={class:"nmorph-dialog__header"},tg={class:"nmorph-dialog__title"},og={class:"nmorph-dialog__content"};function ng(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.NmorphOverlay,{show:t.isVisible,"z-index":t.props.zIndex,onOnOutsideClick:t.clickOnOverlay},{default:e.withCtx(()=>[e.createVNode(t.StyledComponent,{class:e.normalizeClass(t.modifiers),props:{dialogWidth:t.props.width}},{default:e.withCtx(()=>[e.createElementVNode("div",eg,[e.renderSlot(o.$slots,"header",{},()=>[e.createElementVNode("div",tg,e.toDisplayString(t.props.title),1),t.props.showClose?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-dialog__close-icon",onClick:t.closeHandler},[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCross)]),_:1})])):e.createCommentVNode("v-if",!0)])]),e.createElementVNode("div",og,[e.renderSlot(o.$slots,"default")])]),_:3},8,["class","props"])]),_:3},8,["show","z-index"])}const rg=M(J_,[["render",ng],["__file","/builds/ketjo/nmorph/library/src/components/feedback/nmorph-dialog/NmorphDialog.vue"]]),ag=e.defineComponent({__name:"NmorphTooltip",props:{text:{type:String,required:!1,default:""},position:{type:null,required:!1,default:"top"},forceShow:{type:Boolean,required:!1,default:!1},forceCoordinate:{type:[Object,null],required:!1,default:null}},setup(o,{expose:n}){const r=o,t=e.ref(r.forceShow),a=e.ref(null),c=e.ref(null),{placement:l}=vo({initialPlacement:r.position,contentDOMElement:a,relativeElement:c}),d=e.computed(()=>C({"nmorph-tooltip":[l.value,`${!!r.forceCoordinate?.x&&!!r.forceCoordinate?.y&&"force-coords"}`]})),s=()=>{t.value=!0},m=()=>{r.forceShow||(t.value=!1)},f=e.computed(()=>r.forceCoordinate?"100%":"auto"),p=e.ref(null);n({tooltipBody:p});const g=$`
|
|
1517
1516
|
--max-width: 120px;
|
|
1518
1517
|
|
|
1519
1518
|
--width: fit-content;
|
|
@@ -1617,11 +1616,11 @@
|
|
|
1617
1616
|
transform: none;
|
|
1618
1617
|
}
|
|
1619
1618
|
}
|
|
1620
|
-
`,
|
|
1619
|
+
`,b=H.div`
|
|
1621
1620
|
${g}
|
|
1622
|
-
width: ${
|
|
1621
|
+
width: ${h=>h.width};
|
|
1623
1622
|
|
|
1624
|
-
|
|
1623
|
+
`,_={props:r,showTooltip:t,tooltipDOMRef:a,slotDOMRef:c,placement:l,modifiers:d,handleMouseEnter:s,handleMouseLeave:m,width:f,tooltipBody:p,commonCSS:g,StyledComponent:b};return Object.defineProperty(_,"__isScriptSetup",{enumerable:!1,value:!0}),_}}),lg={ref:"slotDOMRef"},ig={class:"nmorph-tooltip__shadow-content"},cg={key:0,class:"nmorph-tooltip__triangle"},sg={key:0,class:"nmorph-tooltip__info-content"},dg={class:"nmorph-tooltip__shadow-content"},mg={key:0};function pg(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),props:{width:t.width}},{default:e.withCtx(()=>[e.createElementVNode("div",{ref:"tooltipDOMRef",class:"nmorph-tooltip__content",onMouseenter:t.handleMouseEnter,onMouseleave:t.handleMouseLeave},[e.createElementVNode("div",lg,[e.renderSlot(o.$slots,"default")],512),t.props.forceCoordinate?(e.openBlock(),e.createBlock(e.TransitionGroup,{key:0,name:"opacity",tag:"div"},{default:e.withCtx(()=>[t.showTooltip&&t.props.text?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-tooltip__info-content",style:e.normalizeStyle({left:r.forceCoordinate?.x,bottom:r.forceCoordinate?.y}),ref:"tooltipBody"},[e.createElementVNode("div",ig,[t.props.forceCoordinate?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",cg)),e.createElementVNode("span",null,e.toDisplayString(r.text),1)])],4)):e.createCommentVNode("v-if",!0)]),_:1})):(e.openBlock(),e.createBlock(e.TransitionGroup,{key:1,name:"opacity",tag:"div"},{default:e.withCtx(()=>[t.showTooltip?(e.openBlock(),e.createElementBlock("div",sg,[e.createElementVNode("div",dg,[n[0]||(n[0]=e.createElementVNode("div",{class:"nmorph-tooltip__triangle"},null,-1)),t.props.text?(e.openBlock(),e.createElementBlock("span",mg,e.toDisplayString(r.text),1)):e.renderSlot(o.$slots,"content",{key:1})])])):e.createCommentVNode("v-if",!0)]),_:3}))],544)]),_:3},8,["class","props"])}const Lr=M(ag,[["render",pg],["__file","/builds/ketjo/nmorph/library/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue"]]),hg=e.defineComponent({__name:"NmorphCheckbox",props:{id:{type:String,required:!1,default:""},disabled:{type:Boolean,required:!1,default:!1},modelValue:{type:Boolean,required:!1,default:!1},label:{type:String,required:!1,default:""},design:{type:String,required:!1,default:"checkbox"},height:{type:null,required:!1}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){const t=e.inject("checkbox-group-selected-value",void 0),a=e.inject("change-checkbox-value-handler",void 0),c=e.inject("checkbox-group-height",void 0),l=o;e.watch(()=>l.modelValue,u=>{m.value=u});const d=e.ref(null);n({inputDOMRef:d});const s=t!==void 0,m=s?e.ref(t.value):e.ref(l.modelValue),f=e.computed(()=>s?t.value.includes(l.id):l.modelValue),p=e.computed(()=>l.height||c?.value||"thin"),g=r,b=()=>{if(!l.disabled){if(!s){m.value=!m.value,g("update:model-value",m.value);return}a&&Array.isArray(m.value)&&a(l.id,m.value)}},_=e.computed(()=>C({nmorph:[te[p.value]],"nmorph-checkbox":[`${f.value&&"checked"}`,`${l.disabled&&"disabled"}`,`${l.design==="button"&&"button"}`]})),h=$`
|
|
1625
1624
|
--size: var(--height);
|
|
1626
1625
|
|
|
1627
1626
|
display: inline-flex;
|
|
@@ -1665,12 +1664,12 @@
|
|
|
1665
1664
|
position: absolute;
|
|
1666
1665
|
top: 0;
|
|
1667
1666
|
left: 0;
|
|
1668
|
-
${
|
|
1667
|
+
${R()}
|
|
1669
1668
|
}
|
|
1670
1669
|
|
|
1671
1670
|
.nmorph-checkbox__label,
|
|
1672
1671
|
.nmorph-checkbox__fake span {
|
|
1673
|
-
${
|
|
1672
|
+
${Le()}
|
|
1674
1673
|
}
|
|
1675
1674
|
|
|
1676
1675
|
.nmorph-checkbox__fake-checked {
|
|
@@ -1708,16 +1707,16 @@
|
|
|
1708
1707
|
|
|
1709
1708
|
&.nmorph-checkbox--checked {
|
|
1710
1709
|
.nmorph-checkbox__fake {
|
|
1711
|
-
${
|
|
1710
|
+
${R()}
|
|
1712
1711
|
}
|
|
1713
1712
|
}
|
|
1714
1713
|
|
|
1715
1714
|
&.nmorph-checkbox--disabled {
|
|
1716
|
-
${
|
|
1715
|
+
${Q()}
|
|
1717
1716
|
}
|
|
1718
|
-
`,
|
|
1719
|
-
${
|
|
1720
|
-
|
|
1717
|
+
`,B=H.label`
|
|
1718
|
+
${h}
|
|
1719
|
+
`,w={groupSelectedValue:t,changeValue:a,groupHeight:c,props:l,inputDOMRef:d,hasGroup:s,initialValue:m,checked:f,height:p,emit:g,handleChange:b,modifiers:_,commonCSS:h,StyledComponent:B};return Object.defineProperty(w,"__isScriptSetup",{enumerable:!1,value:!0}),w}}),fg={key:0,class:"nmorph-checkbox__content"},ug={class:"nmorph-checkbox__input-wrapper"},_g=["disabled","checked"],gg={key:0,class:"nmorph-checkbox__fake-checked"},wg={key:0,class:"nmorph-checkbox__label"},bg={key:1,class:"nmorph-checkbox__label"},kg={key:1,class:"nmorph-checkbox__content"},yg=["disabled","checked"],Bg={key:0,class:"nmorph-checkbox__fake"},Ng={key:1,class:"nmorph-checkbox__fake"};function xg(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[t.props.design==="checkbox"?(e.openBlock(),e.createElementBlock("div",fg,[e.createElementVNode("div",ug,[e.createElementVNode("input",{ref:"inputDOMRef",type:"checkbox",disabled:t.props.disabled,checked:t.checked,class:"nmorph-native-input",onChange:t.handleChange},null,40,_g),n[0]||(n[0]=e.createElementVNode("div",{class:"nmorph-checkbox__fake"},null,-1)),t.checked?(e.openBlock(),e.createElementBlock("div",gg)):e.createCommentVNode("v-if",!0)]),t.props.label?(e.openBlock(),e.createElementBlock("div",wg,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1)])):(e.openBlock(),e.createElementBlock("div",bg,[e.renderSlot(o.$slots,"default")]))])):e.createCommentVNode("v-if",!0),t.props.design==="button"?(e.openBlock(),e.createElementBlock("div",kg,[e.createElementVNode("input",{ref:"inputDOMRef",type:"checkbox",disabled:t.props.disabled,checked:t.checked,onChange:t.handleChange},null,40,yg),t.props.label?(e.openBlock(),e.createElementBlock("div",Bg,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1)])):(e.openBlock(),e.createElementBlock("div",Ng,[e.renderSlot(o.$slots,"label")]))])):e.createCommentVNode("v-if",!0)]),_:3},8,["class"])}const Tr=M(hg,[["render",xg],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-checkbox/NmorphCheckbox.vue"]]),vg=e.defineComponent({__name:"NmorphCheckboxGroup",props:{modelValue:{type:Array,required:!0,default:()=>[]},options:{type:Array,required:!1,default:()=>[]},design:{type:String,required:!1,default:"checkbox"},direction:{type:null,required:!1,default:"row"},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"thin"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){n();const t=o,a=e.ref(t.modelValue),c=r,l=g=>{a.value.includes(g)?a.value=a.value.filter(b=>b!==g):a.value.push(g),c("update:model-value",a.value)},d=e.computed(()=>C({"nmorph-checkbox-group":[t.design,t.direction]})),s=e.computed(()=>t.height);e.provide("checkbox-group-selected-value",a),e.provide("change-checkbox-value-handler",l),e.provide("checkbox-group-height",s);const m=$`
|
|
1721
1720
|
display: inline-block;
|
|
1722
1721
|
|
|
1723
1722
|
.nmorph-checkbox-group__wrapper {
|
|
@@ -1749,9 +1748,9 @@
|
|
|
1749
1748
|
margin-bottom: var(--indentation-00);
|
|
1750
1749
|
}
|
|
1751
1750
|
}
|
|
1752
|
-
`,
|
|
1753
|
-
${
|
|
1754
|
-
|
|
1751
|
+
`,f=H.div`
|
|
1752
|
+
${m}
|
|
1753
|
+
`,p={props:t,initialValue:a,emit:c,changeHandler:l,modifiers:d,height:s,commonCSS:m,StyledComponent:f,get NmorphCheckbox(){return Tr}};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),Vg={class:"nmorph-checkbox-group__wrapper"},Eg={class:"nmorph-checkbox-group__content"};function Sg(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",Vg,[e.createElementVNode("div",Eg,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.options,(l,d)=>(e.openBlock(),e.createBlock(t.NmorphCheckbox,{id:l.id,key:d,label:l.label,"model-value":l.modelValue,disabled:l.disabled||t.props.disabled,design:t.props.design,height:l.height||t.props.height},null,8,["id","label","model-value","disabled","design","height"]))),128)),e.renderSlot(o.$slots,"default")])])]),_:3},8,["class"])}const Cg=M(vg,[["render",Sg],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue"]]),Mg=e.defineComponent({__name:"NmorphAutocomplete",props:{modelValue:{type:String,required:!1,default:""},placeholder:{type:String,required:!1,default:""},clearable:{type:Boolean,required:!1,default:!0},list:{type:Array,required:!0,default:()=>[]},actionCallback:{type:Function,required:!1,default:void 0},zIndex:{type:Number,required:!1},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","select"],setup(o,{expose:n,emit:r}){n();const t=o,a=e.ref(t.modelValue),c=r,l=e.computed(()=>C({"nmorph-autocomplete":[]})),d=u=>{a.value=u,c("update:model-value",a.value)},s=e.ref(!1),m=e.ref(null),f=()=>{s.value=!1},p=e.computed(()=>t.list.filter(u=>Object.keys(u).some(k=>String(u[k]).toLowerCase().includes(a.value.toLowerCase()))));e.watch(p,u=>{s.value=u.length>0});const g=u=>{c("select",u),a.value=u.value,setTimeout(()=>{s.value=!1})},b=()=>{s.value=p.value.length>0},_=e.ref(!1);e.watch(a,async u=>{u!==""&&t.actionCallback&&(_.value=!0,await t.actionCallback(),_.value=!1)}),e.watch(_,u=>{u&&(s.value=!0)});const h=$`
|
|
1755
1754
|
.nmorph-autocomplete__list-item {
|
|
1756
1755
|
padding: var(--indentation-02) var(--indentation-04);
|
|
1757
1756
|
cursor: pointer;
|
|
@@ -1773,9 +1772,9 @@
|
|
|
1773
1772
|
color: var(--nmorph-white-color);
|
|
1774
1773
|
background: var(--nmorph-accent-color);
|
|
1775
1774
|
}
|
|
1776
|
-
`,
|
|
1777
|
-
${
|
|
1778
|
-
|
|
1775
|
+
`,B=H.div`
|
|
1776
|
+
${h}
|
|
1777
|
+
`,w={props:t,initialValue:a,emit:c,modifiers:l,updateValueHandler:d,open:s,nmorphAutocompleteDOMRef:m,closeHandler:f,filteredList:p,clickHandler:g,focusHandler:b,loader:_,commonCSS:h,StyledComponent:B,get NmorphIcon(){return F},get NmorphDropdown(){return Nt},get NmorphTextInput(){return fo},get NmorphIconLoader(){return _t}};return Object.defineProperty(w,"__isScriptSetup",{enumerable:!1,value:!0}),w}}),zg={class:"nmorph-autocomplete__input-content"},Ig={ref:"nmorphAutocompleteDOMRef",class:"nmorph-autocomplete__input"},Hg={key:0,class:"nmorph-autocomplete__loading"},$g={key:1,class:"nmorph-autocomplete__list"},qg=["onClick"];function Lg(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",zg,[e.createElementVNode("div",Ig,[e.createVNode(t.NmorphTextInput,{id:t.props.id,name:t.props.name,autocomplete:t.props.autocomplete,height:t.props.height,disabled:t.props.disabled,"model-value":t.initialValue,placeholder:t.props.placeholder,clearable:t.props.clearable,onFocus:t.focusHandler,"onUpdate:modelValue":t.updateValueHandler},null,8,["id","name","autocomplete","height","disabled","model-value","placeholder","clearable"])],512)]),t.nmorphAutocompleteDOMRef?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,open:t.open,"relative-element":t.nmorphAutocompleteDOMRef,"y-offset":1,"z-index":t.props.zIndex,onOnOutsideClick:t.closeHandler},{default:e.withCtx(()=>[t.loader?(e.openBlock(),e.createElementBlock("div",Hg,[e.renderSlot(o.$slots,"loader",{},()=>[e.createVNode(t.NmorphIcon,{size:"large"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})])])):(e.openBlock(),e.createElementBlock("div",$g,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.filteredList,(l,d)=>(e.openBlock(),e.createElementBlock("div",{key:d,class:"nmorph-autocomplete__list-item",onClick:()=>t.clickHandler(l)},[e.renderSlot(o.$slots,"default",{scope:l},()=>[e.createTextVNode(e.toDisplayString(l.value),1)])],8,qg))),128))]))]),_:3},8,["open","relative-element","z-index"])):e.createCommentVNode("v-if",!0)]),_:3},8,["class"])}const Tg=M(Mg,[["render",Lg],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue"]]),Dr="nmorph-form-item-input-data",ge=o=>{const n=e.inject(Dr,void 0),r=we(),t=e.computed(()=>o.id||n?.id.value||r),a=e.computed(()=>o.name||n?.name.value||t.value),c=e.computed(()=>o.autocomplete||n?.autocomplete.value||void 0),l=e.computed(()=>o.tabindex??0);return{id:t,name:a,autocomplete:c,tabindex:l}},Dg=e.defineComponent({__name:"NmorphColorPicker",props:{modelValue:{type:String,required:!1,default:""},showValue:{type:Boolean,required:!1,default:!1},displayFormat:{type:String,required:!1,default:"hex"},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur"],setup(o,{expose:n,emit:r}){const t=o,a=r,{id:c,name:l,tabindex:d}=ge(t),s=(v,x="#000000")=>{const E=v?.trim()||"";return/^#[\da-f]{6}$/i.test(E)?E.toLowerCase():/^#[\da-f]{3}$/i.test(E)?`#${E.slice(1).split("").map(I=>`${I}${I}`).join("").toLowerCase()}`:x},m=e.ref(null),f=()=>{const v=m.value||document.documentElement,x=getComputedStyle(v).getPropertyValue("--nmorph-accent-color").trim();return s(x,"#006cb6")},p=e.ref(s(t.modelValue)),g=e.ref(!1);e.watch(()=>t.modelValue,v=>{p.value=v?s(v):f()});const b=v=>{const x=v.target,E=s(x.value);p.value=E,a("update:model-value",E)},_=v=>[parseInt(v.slice(1,3),16),parseInt(v.slice(3,5),16),parseInt(v.slice(5,7),16)],h=v=>{const[x,E,I]=_(v);return`rgb(${x}, ${E}, ${I})`},B=v=>{const[x,E,I]=_(v).map(J=>J/255),y=Math.max(x,E,I),S=Math.min(x,E,I),q=(y+S)/2;if(y===S)return`hsl(0, 0%, ${Math.round(q*100)}%)`;const j=y-S,A=q>.5?j/(2-y-S):j/(y+S);let D=0;return y===x?D=(E-I)/j+(E<I?6:0):y===E?D=(I-x)/j+2:D=(x-E)/j+4,`hsl(${Math.round(D*60)}, ${Math.round(A*100)}%, ${Math.round(q*100)}%)`};e.onMounted(()=>{t.modelValue||(p.value=f())}),n({inputDOMRef:m});const w=e.computed(()=>C({nmorph:[te[t.height],`${g.value&&"focused"}`],"nmorph-color-picker":[`${t.disabled&&"disabled"}`,t.displayFormat]})),u=e.computed(()=>t.displayFormat==="rgb"?h(p.value):t.displayFormat==="hsl"?B(p.value):p.value.toUpperCase()),k=$`
|
|
1779
1778
|
display: inline-flex;
|
|
1780
1779
|
flex: 0 0 auto;
|
|
1781
1780
|
flex-direction: column;
|
|
@@ -1794,7 +1793,7 @@
|
|
|
1794
1793
|
padding: 0 var(--default-indentation-input);
|
|
1795
1794
|
border-radius: var(--default-border-radius);
|
|
1796
1795
|
|
|
1797
|
-
${
|
|
1796
|
+
${R()}
|
|
1798
1797
|
}
|
|
1799
1798
|
|
|
1800
1799
|
.nmorph-color-picker__native {
|
|
@@ -1817,7 +1816,7 @@
|
|
|
1817
1816
|
}
|
|
1818
1817
|
|
|
1819
1818
|
.nmorph-color-picker__value {
|
|
1820
|
-
${
|
|
1819
|
+
${Le()}
|
|
1821
1820
|
${Je()}
|
|
1822
1821
|
|
|
1823
1822
|
flex: 0 0 7ch;
|
|
@@ -1847,13 +1846,13 @@
|
|
|
1847
1846
|
|
|
1848
1847
|
&.nmorph--thin-component {
|
|
1849
1848
|
.nmorph-color-picker__value {
|
|
1850
|
-
${
|
|
1849
|
+
${de()}
|
|
1851
1850
|
}
|
|
1852
1851
|
}
|
|
1853
1852
|
|
|
1854
1853
|
&.nmorph--thick-component {
|
|
1855
1854
|
.nmorph-color-picker__value {
|
|
1856
|
-
${
|
|
1855
|
+
${St()}
|
|
1857
1856
|
}
|
|
1858
1857
|
}
|
|
1859
1858
|
|
|
@@ -1870,15 +1869,15 @@
|
|
|
1870
1869
|
}
|
|
1871
1870
|
|
|
1872
1871
|
&.nmorph-color-picker--disabled {
|
|
1873
|
-
${
|
|
1872
|
+
${Q()}
|
|
1874
1873
|
|
|
1875
1874
|
.nmorph-color-picker__content {
|
|
1876
1875
|
pointer-events: none;
|
|
1877
1876
|
}
|
|
1878
1877
|
}
|
|
1879
|
-
`,
|
|
1880
|
-
${
|
|
1881
|
-
|
|
1878
|
+
`,V=H.div`
|
|
1879
|
+
${k}
|
|
1880
|
+
`,N={props:t,emit:a,id:c,name:l,tabindex:d,normalizeColor:s,inputDOMRef:m,resolveAccentColor:f,currentValue:p,focused:g,handleInput:b,hexToRgb:_,formatRgb:h,formatHsl:B,modifiers:w,displayValue:u,commonCSS:k,StyledComponent:V};return Object.defineProperty(N,"__isScriptSetup",{enumerable:!1,value:!0}),N}}),jg={class:"nmorph-color-picker__content"},Ag=["id","name","tabindex","value","disabled"],Og={key:0,class:"nmorph-color-picker__value"};function Pg(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",jg,[e.createElementVNode("input",{id:t.id,ref:"inputDOMRef",name:t.name,tabindex:t.tabindex,class:"nmorph-color-picker__native nmorph-native-input",type:"color",value:t.currentValue,disabled:t.props.disabled,onInput:t.handleInput,onFocus:n[0]||(n[0]=l=>{t.focused=!0,t.emit("focus")}),onBlur:n[1]||(n[1]=l=>{t.focused=!1,t.emit("blur")})},null,40,Ag),e.createElementVNode("div",{class:"nmorph-color-picker__swatch",style:e.normalizeStyle({background:t.currentValue})},null,4),t.props.showValue?(e.openBlock(),e.createElementBlock("span",Og,e.toDisplayString(t.displayValue),1)):e.createCommentVNode("v-if",!0)])]),_:1},8,["class"])}const Fg=M(Dg,[["render",Pg],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-color-picker/NmorphColorPicker.vue"]]),Rg=e.defineComponent({__name:"NmorphClearButton",emits:["clear"],setup(o,{expose:n,emit:r}){n();const t=r,a=e.computed(()=>C({"nmorph-input-clear-button":[]})),c={emit:t,modifiers:a,get NmorphIcon(){return F},get NmorphIconError(){return Ue}};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}});function Wg(o,n,r,t,a,c){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createVNode(t.NmorphIcon,{onClick:n[0]||(n[0]=e.withModifiers(l=>t.emit("clear"),["stop"]))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconError)]),_:1})],2)}const Yg=M(Rg,[["render",Wg],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue"]]),Ug=e.defineComponent({__name:"NmorphDatePickerHeader",props:{year:{type:Number,required:!0},month:{type:Number,required:!0}},emits:["prev-month","next-month","prev-year","next-year","change-year","change-month"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.computed(()=>C({"nmorph-date-picker-header":[]})),l=$`
|
|
1882
1881
|
display: flex;
|
|
1883
1882
|
justify-content: space-between;
|
|
1884
1883
|
padding: var(--indentation-03);
|
|
@@ -1889,7 +1888,7 @@
|
|
|
1889
1888
|
width: 165px;
|
|
1890
1889
|
margin: 0 var(--indentation-00);
|
|
1891
1890
|
border-radius: var(--default-border-radius);
|
|
1892
|
-
${
|
|
1891
|
+
${R()}
|
|
1893
1892
|
}
|
|
1894
1893
|
|
|
1895
1894
|
.nmorph-date-picker-header__action-btn {
|
|
@@ -1915,9 +1914,9 @@
|
|
|
1915
1914
|
.nmorph-date-picker-header__chevron-right {
|
|
1916
1915
|
rotate: -90deg;
|
|
1917
1916
|
}
|
|
1918
|
-
`,
|
|
1919
|
-
${
|
|
1920
|
-
|
|
1917
|
+
`,d=H.div`
|
|
1918
|
+
${l}
|
|
1919
|
+
`,s={props:t,emit:a,modifiers:c,commonCSS:l,StyledComponent:d,get NmorphButton(){return ae},get NmorphIcon(){return F},get NmorphIconChevronDoubleDown(){return er},get NmorphIconChevronDown(){return ue},get getMonthName(){return co}};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),Gg={class:"nmorph-date-picker-header__left-side"},Kg={class:"nmorph-date-picker-header__center-side"},Xg={class:"nmorph-date-picker-header__right-side"};function Qg(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",Gg,[e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn","style-type":"transparent",onClick:n[0]||(n[0]=l=>t.emit("prev-year")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-double-left"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDoubleDown)]),_:1})]),_:1}),e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn","style-type":"transparent",onClick:n[1]||(n[1]=l=>t.emit("prev-month")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-left"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})]),e.createElementVNode("div",Kg,[e.createVNode(t.NmorphButton,{text:t.props.year,"style-type":"transparent",fill:"",onClick:n[2]||(n[2]=l=>t.emit("change-year")),tabindex:-1},null,8,["text"]),e.createVNode(t.NmorphButton,{text:t.getMonthName(t.props.month),"style-type":"transparent",fill:"",onClick:n[3]||(n[3]=l=>t.emit("change-month")),tabindex:-1},null,8,["text"])]),e.createElementVNode("div",Xg,[e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn","style-type":"transparent",onClick:n[4]||(n[4]=l=>t.emit("next-month")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-right"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1}),e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn","style-type":"transparent",onClick:n[5]||(n[5]=l=>t.emit("next-year")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-double-right"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDoubleDown)]),_:1})]),_:1})])]),_:1},8,["class"])}const Zg=M(Ug,[["render",Qg],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue"]]),Jg=e.defineComponent({__name:"NmorphYearMonthPicker",props:{currentDate:{type:Date,required:!0},type:{type:String,required:!1,default:"month"}},emits:["update-year","update-month","back-to-years"],setup(o,{expose:n,emit:r}){n();const{months:t}=gt(),a=t.map((N,v)=>({label:N.substring(0,3),value:String(v),tabindex:-1})),c=o,l=e.ref(a),d=e.ref(String(c.currentDate.getMonth())),s=e.ref(c.currentDate.getFullYear()),m=()=>{const N=c.currentDate.getFullYear(),v=xr(N).map(x=>({label:String(x),value:String(x)}));l.value=v};e.watch(()=>c.currentDate,()=>{c.type==="year"&&(m(),d.value=String(c.currentDate.getFullYear()))},{immediate:!0,deep:!0});const f=r,p=e.computed(()=>C({"nmorph-year-month-picker":[]})),g=N=>{d.value=N,c.type==="month"?f("update-month",d.value):f("update-year",d.value)},b=N=>{l.value=l.value.map(v=>{const x=String(N==="decrease"?Number(v.value)-10:Number(v.value)+10);return{label:x,value:x}})},_=N=>{N==="decrease"?s.value=s.value-1:s.value=s.value+1,f("update-year",String(s.value))},h=N=>{N==="decrease"?c.type==="year"?b("decrease"):_("decrease"):c.type==="year"?b("increase"):_("increase")},B=e.computed(()=>c.type==="year"?`${l.value[0].label} - ${l.value[l.value.length-1].label}`:String(s.value)),w=()=>{c.type==="month"&&f("back-to-years")},u=$`
|
|
1921
1920
|
.nmorph-year-month-picker__header {
|
|
1922
1921
|
display: flex;
|
|
1923
1922
|
justify-content: space-between;
|
|
@@ -1925,7 +1924,7 @@
|
|
|
1925
1924
|
}
|
|
1926
1925
|
|
|
1927
1926
|
.nmorph-year-month-picker__value {
|
|
1928
|
-
${
|
|
1927
|
+
${R()}
|
|
1929
1928
|
|
|
1930
1929
|
border-radius: var(--default-border-radius);
|
|
1931
1930
|
}
|
|
@@ -1956,9 +1955,9 @@
|
|
|
1956
1955
|
.nmorph-year-month-picker__chevron-right {
|
|
1957
1956
|
rotate: -90deg;
|
|
1958
1957
|
}
|
|
1959
|
-
`,
|
|
1958
|
+
`,k=H.div`
|
|
1960
1959
|
${u}
|
|
1961
|
-
|
|
1960
|
+
`,V={months:t,initialMonthData:a,props:c,values:l,selectedValue:d,selectedYear:s,setInitialYearsData:m,emit:f,modifiers:p,updateModelValue:g,updateYearValues:b,updateYear:_,buttonClickHandler:h,value:B,goToYearsHandler:w,commonCSS:u,StyledComponent:k,get NmorphButton(){return ae},get NmorphIcon(){return F},get NmorphRadioGroup(){return _o},get NmorphDivider(){return Or},get NmorphIconChevronDown(){return ue}};return Object.defineProperty(V,"__isScriptSetup",{enumerable:!1,value:!0}),V}}),e7={class:"nmorph-year-month-picker__header"},t7={class:"nmorph-year-month-picker__value"},o7={class:"nmorph-year-month-picker__values"};function n7(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",e7,[e.createVNode(t.NmorphButton,{class:"nmorph-year-month-picker__action-btn",onClick:n[0]||(n[0]=l=>t.buttonClickHandler("decrease")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-year-month-picker__chevron-left"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1}),e.createElementVNode("div",t7,[e.createVNode(t.NmorphButton,{text:t.value,"style-type":"transparent",onClick:t.goToYearsHandler,tabindex:-1},null,8,["text"])]),e.createVNode(t.NmorphButton,{class:"nmorph-year-month-picker__action-btn",onClick:n[1]||(n[1]=l=>t.buttonClickHandler("increase")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-year-month-picker__chevron-right"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})]),e.createVNode(t.NmorphDivider),e.createElementVNode("div",o7,[e.createVNode(t.NmorphRadioGroup,{"model-value":t.selectedValue,options:t.values,"onUpdate:modelValue":t.updateModelValue},null,8,["model-value","options"])])]),_:1},8,["class"])}const r7=M(Jg,[["render",n7],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue"]]),a7=e.defineComponent({__name:"NmorphDatePickerContent",props:{initialDate:{type:Date,required:!1,default:()=>new Date},selectedValues:{type:[Date,Array],required:!0},type:{type:null,required:!1,default:"date"}},emits:["update-selected-value"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.computed(()=>C({"nmorph-date-picker-content":[]})),l=e.ref(t.initialDate),d=e.ref("calendar"),s=e.computed(()=>new Date(l.value.setMonth(l.value.getMonth()-1))),m=e.computed(()=>new Date(l.value.setMonth(l.value.getMonth()+1))),f=e.computed(()=>new Date(l.value.setFullYear(l.value.getFullYear()-1))),p=e.computed(()=>new Date(l.value.setFullYear(l.value.getFullYear()+1))),x={props:t,emit:a,modifiers:c,initialDate:l,selectedPicker:d,prevMonth:s,nextMonth:m,prevYear:f,nextYear:p,prevMonthHandler:()=>{l.value=s.value},nextMonthHandler:()=>{l.value=m.value},prevYearHandler:()=>{l.value=f.value},nextYearHandler:()=>{l.value=p.value},changeYearHandler:()=>{d.value="year"},changeMonthHandler:()=>{d.value="month"},updateYearHandler:E=>{const I=new Date(l.value.setFullYear(Number(E)));l.value=I,d.value="month"},updateMonthHandler:E=>{const I=new Date(l.value.setMonth(Number(E)));l.value=I,d.value="calendar"},backToYearsHandler:()=>{d.value="year"},updateSelectedDate:E=>{a("update-selected-value",E)},updateInitialDate:E=>{l.value=E},get NmorphCalendar(){return Nr},NmorphDatePickerHeader:Zg,NmorphYearMonthPicker:r7};return Object.defineProperty(x,"__isScriptSetup",{enumerable:!1,value:!0}),x}});function l7(o,n,r,t,a,c){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[t.selectedPicker==="calendar"?(e.openBlock(),e.createBlock(t.NmorphCalendar,{key:0,type:t.props.type,"initial-date":t.initialDate,"model-value":t.props.selectedValues,"onUpdate:modelValue":t.updateSelectedDate,onUpdateInitialDate:t.updateInitialDate},{header:e.withCtx(()=>[e.createVNode(t.NmorphDatePickerHeader,{year:t.initialDate.getFullYear(),month:t.initialDate.getMonth(),onPrevMonth:t.prevMonthHandler,onNextMonth:t.nextMonthHandler,onPrevYear:t.prevYearHandler,onNextYear:t.nextYearHandler,onChangeYear:t.changeYearHandler,onChangeMonth:t.changeMonthHandler},null,8,["year","month"])]),_:1},8,["type","initial-date","model-value"])):e.createCommentVNode("v-if",!0),t.selectedPicker==="year"?(e.openBlock(),e.createBlock(t.NmorphYearMonthPicker,{key:1,type:"year","current-date":t.initialDate,onUpdateYear:t.updateYearHandler},null,8,["current-date"])):e.createCommentVNode("v-if",!0),t.selectedPicker==="month"?(e.openBlock(),e.createBlock(t.NmorphYearMonthPicker,{key:2,type:"month","current-date":t.initialDate,onUpdateYear:t.updateYearHandler,onUpdateMonth:t.updateMonthHandler,onBackToYears:t.backToYearsHandler},null,8,["current-date"])):e.createCommentVNode("v-if",!0)],2)}const i7=M(a7,[["render",l7],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue"]]),c7=e.defineComponent({__name:"NmorphDatePicker",props:{placeholder:{type:String,required:!1,default:""},modelValue:{type:[Date,Array],required:!0,default:null},type:{type:null,required:!1,default:"date"},textSeparator:{type:String,required:!1,default:"-"},initialDate:{type:Date,required:!1,default:()=>new Date},zIndex:{type:Number,required:!1},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){n();const{t}=le.useI18n(),a=o,{id:c,name:l,autocomplete:d}=ge(a),s=e.computed(()=>a.placeholder?a.placeholder:t("pickADate")),m=e.ref(a.modelValue),f=r,p=e.ref(!1),g=()=>{p.value=!0},b=()=>{p.value=!1},_=e.computed(()=>C({nmorph:[te[a.height]],"nmorph-date-picker":[`${a.disabled&&"disabled"}`,a.type,`${p.value&&"focus"}`]})),h=e.ref(!1),B=e.ref(null),w=()=>{h.value=!1},u=()=>{h.value=!h.value},k=e.computed(()=>{if(!m.value)return s.value;if(Array.isArray(m.value)){if(m.value.length===0)return s.value;const y=io(m.value),S=a.type==="daterange"?" - ":", ";return y.join(S)}else return io(m.value)}),V=()=>{const y=Array.isArray(m.value)?[]:null;m.value=y,f("update:model-value",m.value)},N=y=>{m.value=y,f("update:model-value",m.value)},v=e.computed(()=>Array.isArray(m.value)?m.value.length>0:!!m.value),x=$`
|
|
1962
1961
|
--width: 200px;
|
|
1963
1962
|
position: relative;
|
|
1964
1963
|
width: var(--width);
|
|
@@ -1991,7 +1990,7 @@
|
|
|
1991
1990
|
}
|
|
1992
1991
|
|
|
1993
1992
|
.nmorph-date-picker__input--open {
|
|
1994
|
-
${
|
|
1993
|
+
${R()}
|
|
1995
1994
|
}
|
|
1996
1995
|
|
|
1997
1996
|
.nmorph-date-picker__calendar-icon {
|
|
@@ -2044,15 +2043,15 @@
|
|
|
2044
2043
|
}
|
|
2045
2044
|
|
|
2046
2045
|
&.nmorph-date-picker--disabled {
|
|
2047
|
-
${
|
|
2046
|
+
${Q()}
|
|
2048
2047
|
|
|
2049
2048
|
.nmorph-date-picker__date-wrapper {
|
|
2050
2049
|
pointer-events: none;
|
|
2051
2050
|
}
|
|
2052
2051
|
}
|
|
2053
|
-
|
|
2054
|
-
${
|
|
2055
|
-
|
|
2052
|
+
`,E=H.div`
|
|
2053
|
+
${x}
|
|
2054
|
+
`,I={t,props:a,id:c,name:l,autocomplete:d,placeholderText:s,selectedDate:m,emit:f,focus:p,focusHandler:g,blurHandler:b,modifiers:_,open:h,nmorphInputDOMRef:B,closeHandler:w,toggleOpen:u,displayValue:k,clearHandler:V,updateSelectedDateHandler:N,showClearButton:v,commonCSS:x,StyledComponent:E,get NmorphDropdown(){return Nt},get NmorphIcon(){return F},get NmorphIconCalendar(){return Jn},NmorphClearButton:Yg,NmorphDatePickerContent:i7};return Object.defineProperty(I,"__isScriptSetup",{enumerable:!1,value:!0}),I}}),s7={class:"nmorph-date-picker__date-wrapper"},d7=["id","name","autocomplete","onKeydown"],m7={class:"nmorph-date-picker__selected-value"},p7={class:"nmorph-date-picker__clear-button-wrapper"},h7={class:"nmorph-date-picker__content"};function f7(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",s7,[e.createElementVNode("div",{ref:"nmorphInputDOMRef",class:e.normalizeClass(["nmorph-date-picker__input",{"nmorph-date-picker__input--open":t.open}]),onClick:t.toggleOpen},[e.createElementVNode("input",{id:t.id,name:t.name,autocomplete:t.autocomplete,type:"date",onFocus:e.withModifiers(t.focusHandler,["prevent"]),onBlur:t.blurHandler,onKeydown:e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"])},null,40,d7),e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker__calendar-icon"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCalendar)]),_:1}),e.createElementVNode("div",m7,e.toDisplayString(t.displayValue),1),e.createElementVNode("div",p7,[t.showClearButton?(e.openBlock(),e.createBlock(t.NmorphClearButton,{key:0,onClear:t.clearHandler})):e.createCommentVNode("v-if",!0)])],2),e.createElementVNode("div",h7,[t.nmorphInputDOMRef?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,"fill-width":!1,width:324,open:t.open,"relative-element":t.nmorphInputDOMRef,"z-index":t.props.zIndex,onOnOutsideClick:t.closeHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphDatePickerContent,{"selected-values":t.selectedDate,"initial-date":t.props.initialDate,type:r.type,onUpdateSelectedValue:t.updateSelectedDateHandler},null,8,["selected-values","initial-date","type"])]),_:1},8,["open","relative-element","z-index"])):e.createCommentVNode("v-if",!0)])])]),_:1},8,["class"])}const u7=M(c7,[["render",f7],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-date-picker/NmorphDatePicker.vue"]]),_7=e.defineComponent({__name:"NmorphFileUpload",props:{modelValue:{type:Array,required:!1,default:()=>[]},disabled:{type:Boolean,required:!1,default:!1},multiple:{type:Boolean,required:!1,default:!1},allowedTypes:{type:Array,required:!1,default:()=>["jpg","jpeg","png"]},photoWithPreview:{type:Boolean,required:!1,default:!0},buttonText:{type:String,required:!1,default:""}},emits:["update:model-value","on-unsupported-file-type-error"],setup(o,{expose:n,emit:r}){const{t}=le.useI18n(),a=o,c=e.computed(()=>a.buttonText?a.buttonText:t("selectFile")),l=k=>k.split("/")[1],d=k=>{const V=l(k);let N=or;return V in wt&&(N=ao),V in kt&&(N=Zn),V in bt&&(N=_r),V in yt&&(N=Kn),N};let s=e.reactive(a.modelValue);const m=e.ref(null),f=()=>{a.disabled||!m.value||m.value.click()},p=k=>{if(a.disabled)return;const V=k.target;if(V.files){if(Array.from(V.files).forEach(N=>{const v=l(N.type);if(!a.allowedTypes.includes(v))return _("on-unsupported-file-type-error",N.type);const x=URL.createObjectURL(N),E={data:N,previewUrl:x};s.push(E)}),s.length===0)return;g()}},g=()=>{_("update:model-value",s)},b=k=>{if(a.disabled)return;const V=s.findIndex(N=>N.data.name===k);V!==-1&&(URL.revokeObjectURL(s[V].previewUrl),s.splice(V,1),g())};n({inputDOMRef:m});const _=r,h=e.computed(()=>C({"nmorph-file-upload":[`${a.disabled&&"disabled"}`]})),B=$`
|
|
2056
2055
|
.nmorph-file-upload__trigger {
|
|
2057
2056
|
position: relative;
|
|
2058
2057
|
}
|
|
@@ -2090,9 +2089,9 @@
|
|
|
2090
2089
|
.nmorph-file-upload__remove-file {
|
|
2091
2090
|
margin-left: var(--indentation-03);
|
|
2092
2091
|
}
|
|
2093
|
-
`,
|
|
2094
|
-
${
|
|
2095
|
-
|
|
2092
|
+
`,w=H.div`
|
|
2093
|
+
${B}
|
|
2094
|
+
`,u={t,props:a,computedButtonText:c,getPlainType:l,typeFileIconMap:d,get files(){return s},set files(k){s=k},inputDOMRef:m,openFileSelector:f,handleFileUpload:p,filesChanged:g,removeFile:b,emit:_,modifiers:h,commonCSS:B,StyledComponent:w,get NmorphButton(){return ae},get NmorphIcon(){return F},get NmorphImagePreview(){return mo},get NmorphIconCross(){return ut}};return Object.defineProperty(u,"__isScriptSetup",{enumerable:!1,value:!0}),u}}),g7={class:"nmorph-file-upload__trigger"},w7=["multiple","disabled"],b7={key:0,class:"nmorph-file-upload__list"},k7={class:"nmorph-file-upload__file-info"},y7={class:"nmorph-file-upload__file-name"},B7={class:"nmorph-file-upload__remove-file"};function N7(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",g7,[e.createElementVNode("input",{ref:"inputDOMRef",type:"file",multiple:t.props.multiple,disabled:t.props.disabled,class:"nmorph-native-input",onChange:t.handleFileUpload},null,40,w7),e.renderSlot(o.$slots,"trigger",{},()=>[e.createVNode(t.NmorphButton,{text:t.computedButtonText,fill:"",disabled:t.props.disabled,onClick:t.openFileSelector},null,8,["text","disabled"])])]),t.files.length>0?(e.openBlock(),e.createElementBlock("div",b7,[e.createVNode(e.TransitionGroup,{name:"list",tag:"div"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.files,({data:l,previewUrl:d})=>(e.openBlock(),e.createElementBlock("div",{key:l.name,class:"nmorph-file-upload__file"},[e.createVNode(t.NmorphImagePreview,{src:d},null,8,["src"]),e.createElementVNode("div",k7,[e.createVNode(t.NmorphIcon,{width:"14px",height:"17px"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.typeFileIconMap(l.type))))]),_:2},1024),e.createElementVNode("span",y7,e.toDisplayString(l.name),1)]),e.createElementVNode("div",B7,[e.createVNode(t.NmorphButton,{height:"thin","style-type":"transparent",onClick:s=>t.removeFile(l.name)},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIconCross)]),_:2},1032,["onClick"])])]))),128))]),_:1})])):e.createCommentVNode("v-if",!0)]),_:3},8,["class"])}const x7=M(_7,[["render",N7],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-file-upload/NmorphFileUpload.vue"]]);var wt=(o=>(o.jpeg="image/jpeg",o.jpg="image/jpg",o.png="image/png",o.gif="image/gif",o["svg-xml"]="image/svg+xml",o.webp="image/webp",o))(wt||{}),bt=(o=>(o.mp4="video/mp4",o.webm="video/webm",o["wideo-ogg"]="video/ogg",o))(bt||{}),kt=(o=>(o.mpeg="audio/mpeg",o["audio-ogg"]="audio/ogg",o.wav="audio/wav",o))(kt||{}),ho=(o=>(o.pdf="application/pdf",o.msword="application/msword",o.docx="application/vnd.openxmlformats-officedocument.wordprocessingml.document",o.xlsx="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",o.pptx="application/vnd.openxmlformats-officedocument.presentationml.presentation",o.json="application/json",o.xml="application/xml",o))(ho||{}),yt=(o=>(o.zip="application/zip",o.rar="application/x-rar-compressed",o["7z"]="application/x-7z-compressed",o))(yt||{});const v7={...wt,...bt,...kt,...ho,...yt},V7=e.defineComponent({__name:"NmorphForm",props:{value:{type:Object,required:!0},validateImmediately:{type:Boolean,required:!1,default:!1}},setup(o,{expose:n}){const r=o,t=e.computed(()=>C({"nmorph-form":[]})),a=Wr(r.value,r.validateImmediately);n({formData:a}),e.provide("form-data",a);const c={props:r,modifiers:t,formValidationData:a};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),E7={class:"nmorph-form__content"};function S7(o,n,r,t,a,c){return e.openBlock(),e.createElementBlock("form",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",E7,[e.renderSlot(o.$slots,"default")])],2)}const C7=M(V7,[["render",S7],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-form/NmorphForm.vue"]]),M7=e.defineComponent({__name:"NmorphErrorBox",props:{height:{type:null,required:!1,default:"basic"},errors:{type:[Array,Object],required:!1,default:()=>[]},staticHeight:{type:Boolean,required:!1,default:!1}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>{const s=Array.isArray(r.errors)?r.errors:r.errors.value;return s.length?[s[s.length-1]]:[]}),a=e.computed(()=>C({nmorph:[te[r.height]],"nmorph-error-box":[`${r.staticHeight&&"static-height"}`,`${t.value.length===0&&"empty"}`]})),c=$`
|
|
2096
2095
|
display: flex;
|
|
2097
2096
|
align-items: center;
|
|
2098
2097
|
overflow: hidden;
|
|
@@ -2109,9 +2108,9 @@
|
|
|
2109
2108
|
display: none;
|
|
2110
2109
|
}
|
|
2111
2110
|
}
|
|
2112
|
-
`,
|
|
2113
|
-
${
|
|
2114
|
-
|
|
2111
|
+
`,l=H.div`
|
|
2112
|
+
${c}
|
|
2113
|
+
`,d={props:r,currentError:t,modifiers:a,commonCSS:c,StyledComponent:l};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function z7(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createVNode(e.TransitionGroup,{name:"list",tag:"div"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.currentError,l=>(e.openBlock(),e.createElementBlock("p",{key:l,class:"nmorph-error-box__error"},e.toDisplayString(l),1))),128))]),_:1})]),_:1},8,["class"])}const I7=M(M7,[["render",z7],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue"]]),H7="18px",$7=e.defineComponent({__name:"NmorphValidationIcon",props:{valid:{type:[Boolean,Object],required:!0},show:{type:[Boolean,Object],required:!1,default:!0}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>C({"nmorph-validation-icon":[r.valid?"valid":"invalid"]})),a=e.computed(()=>r.valid?lo:Ue),c=$`
|
|
2115
2114
|
margin-left: var(--indentation-03);
|
|
2116
2115
|
|
|
2117
2116
|
|
|
@@ -2126,14 +2125,14 @@
|
|
|
2126
2125
|
--color: var(--nmorph-error-text-color);
|
|
2127
2126
|
}
|
|
2128
2127
|
}
|
|
2129
|
-
`,
|
|
2130
|
-
${
|
|
2131
|
-
width: ${
|
|
2132
|
-
|
|
2128
|
+
`,l=H.div`
|
|
2129
|
+
${c}
|
|
2130
|
+
width: ${s=>s.validateIconSize};
|
|
2131
|
+
`,d={props:r,modifiers:t,validationIcon:a,validateIconSize:H7,commonCSS:c,StyledComponent:l,get NmorphIcon(){return F}};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function q7(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),props:{validateIconSize:t.validateIconSize}},{default:e.withCtx(()=>[r.show?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-validation-icon__content",width:t.validateIconSize,height:t.validateIconSize},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.validationIcon)))]),_:1})):e.createCommentVNode("v-if",!0)]),_:1},8,["class","props"])}const L7=M($7,[["render",q7],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue"]]),T7=e.defineComponent({__name:"NmorphFormItem",props:{id:{type:String,required:!0},name:{type:String,required:!1,default:""},autocomplete:{type:String,required:!1,default:""},height:{type:null,required:!1,default:"basic"},label:{type:String,required:!1,default:""},showValidationIcon:{type:Boolean,required:!1,default:!0},staticErrorBoxSpace:{type:Boolean,required:!1,default:!1}},setup(o,{expose:n}){n();const r=o,t=e.inject("form-data"),a=e.computed(()=>t?.fields[r.id]),c=e.computed(()=>a.value),l=e.computed(()=>!!c.value&&!!a?.value?.touched&&r.showValidationIcon),d=e.computed(()=>c.value&&a.value?.touched);e.provide(Dr,{id:e.toRef(r,"id"),name:e.computed(()=>r.name||r.id),autocomplete:e.computed(()=>r.autocomplete||void 0)});const s=e.computed(()=>C({"nmorph-form-item":[`${r.label&&"labeled"}`,`${d.value&&(a.value?.valid?"valid":"invalid")}`]})),m=$`
|
|
2133
2132
|
margin: var(--indentation-04) var(--indentation-00);
|
|
2134
2133
|
|
|
2135
2134
|
label {
|
|
2136
|
-
${
|
|
2135
|
+
${Bo()}
|
|
2137
2136
|
}
|
|
2138
2137
|
|
|
2139
2138
|
.nmorph-form-item__content {
|
|
@@ -2160,9 +2159,9 @@
|
|
|
2160
2159
|
background: var(--nmorph-error-text-color);
|
|
2161
2160
|
}
|
|
2162
2161
|
}
|
|
2163
|
-
`,
|
|
2164
|
-
${
|
|
2165
|
-
|
|
2162
|
+
`,f=H.div`
|
|
2163
|
+
${m}
|
|
2164
|
+
`,p={props:r,formData:t,validationData:a,ableToShowValidation:c,showStatusIcon:l,ableToAddValidationModifiers:d,modifiers:s,commonCSS:m,StyledComponent:f,get NmorphValidationIcon(){return L7},get NmorphErrorBox(){return I7}};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),D7=["for"],j7={class:"nmorph-form-item__content"};function A7(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[t.props.label?(e.openBlock(),e.createElementBlock("label",{key:0,for:t.props.id},e.toDisplayString(t.props.label),9,D7)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",j7,[e.renderSlot(o.$slots,"default"),t.props.showValidationIcon?(e.openBlock(),e.createBlock(t.NmorphValidationIcon,{key:0,valid:!!t.validationData?.valid,show:t.showStatusIcon},null,8,["valid","show"])):e.createCommentVNode("v-if",!0)]),e.createVNode(t.NmorphErrorBox,{errors:t.validationData?.errors,height:t.props.height,"static-height":r.staticErrorBoxSpace},null,8,["errors","height","static-height"])]),_:3},8,["class"])}const O7=M(T7,[["render",A7],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue"]]),P7=e.defineComponent({__name:"NmorphNumberInput",props:{modelValue:{type:Number,required:!1,default:0},max:{type:Number,required:!1,default:1/0},min:{type:Number,required:!1,default:-1/0},step:{type:Number,required:!1,default:1},actionBtnPositionRight:{type:Boolean,required:!1,default:!1},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){const t=o,{id:a,name:c,autocomplete:l,tabindex:d}=ge(t),s=e.computed(()=>C({nmorph:[te[t.height]],"nmorph-number-input":[`${t.disabled&&"disabled"}`,`${t.actionBtnPositionRight&&"action-btn-position-right"}`]})),m=e.ref(t.modelValue),f=()=>{m.value+=t.step},p=()=>{m.value-=t.step},g=e.computed(()=>m.value<=t.min),b=e.computed(()=>m.value>=t.max),_=e.computed(()=>t.height==="thick"?"16px":"12px"),h={thick:{default:"12px",right:"8px"},basic:{default:"10px",right:"7px"},thin:{default:"8px",right:"5px"}},B=e.computed(()=>{const x=t.actionBtnPositionRight?"right":"default";return h[t.height][x]}),w=r,u=x=>{const E=x.target;let I=Number(E.value);m.value=I};e.watch(m,x=>{x>t.max&&(m.value=t.max,k.value?.blur()),m.value<t.min&&(m.value=t.min,k.value?.blur()),w("update:model-value",x)});const k=e.ref(null);n({inputDOMRef:k});const V=$`
|
|
2166
2165
|
display: inline-flex;
|
|
2167
2166
|
flex-direction: column;
|
|
2168
2167
|
align-items: flex-start;
|
|
@@ -2205,7 +2204,7 @@
|
|
|
2205
2204
|
border-top: 1px solid var(--nmorph-main-color);
|
|
2206
2205
|
border-bottom: 1px solid var(--nmorph-main-color);
|
|
2207
2206
|
transition: ease-in-out var(--transition-01) background;
|
|
2208
|
-
${
|
|
2207
|
+
${R()}
|
|
2209
2208
|
transition: background 0s;
|
|
2210
2209
|
-moz-appearance: textfield;
|
|
2211
2210
|
}
|
|
@@ -2227,7 +2226,7 @@
|
|
|
2227
2226
|
}
|
|
2228
2227
|
|
|
2229
2228
|
&.nmorph-number-input--disabled {
|
|
2230
|
-
${
|
|
2229
|
+
${Q()}
|
|
2231
2230
|
|
|
2232
2231
|
.nmorph-number-input__input-content {
|
|
2233
2232
|
pointer-events: none;
|
|
@@ -2265,14 +2264,14 @@
|
|
|
2265
2264
|
width: 100%;
|
|
2266
2265
|
}
|
|
2267
2266
|
}
|
|
2268
|
-
`,
|
|
2269
|
-
${
|
|
2267
|
+
`,N=H.div`
|
|
2268
|
+
${V}
|
|
2270
2269
|
&.nmorph-number-input--action-btn-position-right {
|
|
2271
2270
|
.nmorph-button {
|
|
2272
|
-
--height: ${
|
|
2271
|
+
--height: ${x=>x.rightActionBtnHeight};
|
|
2273
2272
|
}
|
|
2274
2273
|
}
|
|
2275
|
-
|
|
2274
|
+
`,v={props:t,id:a,name:c,autocomplete:l,tabindex:d,modifiers:s,initialValue:m,increaseHandler:f,decreaseHandler:p,minBtnDisabled:g,maxBtnDisabled:b,rightActionBtnHeight:_,iconSizeMap:h,actionBtnIconSize:B,emit:w,inputHandler:u,inputDOMRef:k,commonCSS:V,StyledComponent:N,get NmorphButton(){return ae},get NmorphIcon(){return F},get NmorphIconMinusThin(){return cr},get NmorphIconPlusThin(){return sr}};return Object.defineProperty(v,"__isScriptSetup",{enumerable:!1,value:!0}),v}}),F7={class:"nmorph-number-input__content"},R7={class:"nmorph-number-input__input-content"},W7={key:0,class:"nmorph-number-input__decrease"},Y7=["id","name","autocomplete","tabindex","value","min","max"],U7={key:1,class:"nmorph-number-input__increase"},G7={key:2,class:"nmorph-number-input__action-btns"},K7={class:"nmorph-number-input__decrease"},X7={class:"nmorph-number-input__increase"};function Q7(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),props:{rightActionBtnHeight:t.rightActionBtnHeight}},{default:e.withCtx(()=>[e.createElementVNode("div",F7,[e.createElementVNode("div",R7,[r.actionBtnPositionRight?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",W7,[e.createVNode(t.NmorphButton,{"style-type":"transparent",disabled:t.minBtnDisabled,height:t.props.height,onClick:t.decreaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconMinusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled","height"])])),e.createElementVNode("input",{id:t.id,ref:"inputDOMRef",name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,class:"nmorph-native-input",value:t.initialValue,type:"number",min:t.props.min,max:t.props.max,onInput:t.inputHandler},null,40,Y7),r.actionBtnPositionRight?(e.openBlock(),e.createElementBlock("div",G7,[e.createElementVNode("div",K7,[e.createVNode(t.NmorphButton,{"style-type":"transparent",disabled:t.minBtnDisabled,onClick:t.decreaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconMinusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled"])]),e.createElementVNode("div",X7,[e.createVNode(t.NmorphButton,{"style-type":"transparent",disabled:t.maxBtnDisabled,onClick:t.increaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconPlusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled"])])])):(e.openBlock(),e.createElementBlock("div",U7,[e.createVNode(t.NmorphButton,{"style-type":"transparent",disabled:t.maxBtnDisabled,height:t.props.height,onClick:t.increaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconPlusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled","height"])]))])])]),_:1},8,["class","props"])}const Z7=M(P7,[["render",Q7],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-number-input/NmorphNumberInput.vue"]]),J7=e.defineComponent({__name:"NmorphTextInput",props:{placeholder:{type:String,required:!1,default:""},typePassword:{type:Boolean,required:!1,default:!1},modelValue:{type:String,required:!1,default:""},clearable:{type:Boolean,required:!1,default:!1},indentation:{type:String,required:!1,default:""},inputAttrs:{type:Object,required:!1,default:()=>({})},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur","on-enter"],setup(o,{expose:n,emit:r}){const t=e.useSlots(),a=o,{id:c,name:l,autocomplete:d,tabindex:s}=ge(a),m=e.computed(()=>C({nmorph:[te[a.height],`${_.value&&"focused"}`],"nmorph-text-input":[`${a.typePassword&&"password"}`,`${(a.typePassword||a.clearable)&&"with-action"}`]})),f=S=>{const q=S.target;N("update:model-value",q.value)},p=e.ref(!1),g=()=>{a.clearable?N("update:model-value",""):p.value=!p.value},b=e.computed(()=>a.typePassword&&!p.value&&!a.clearable?"password":"text"),_=e.ref(!1),h=()=>{N("focus"),_.value=!0},B=()=>{N("blur"),_.value=!1},w=e.ref(null),u=()=>{w.value?.focus()},k=()=>{w.value?.blur()},V=()=>{w.value?.select()};n({inputDOMRef:w,focus:u,blur:k,select:V});const N=r,v=e.computed(()=>a.clearable?Ue:p.value?ar:rr),x=e.computed(()=>a.indentation||(t["prepend-icon"]?"28px":"8px")),E=$`
|
|
2276
2275
|
display: flex;
|
|
2277
2276
|
flex: 1 1 auto;
|
|
2278
2277
|
flex-direction: column;
|
|
@@ -2300,7 +2299,13 @@
|
|
|
2300
2299
|
border: none;
|
|
2301
2300
|
border-radius: var(--default-border-radius);
|
|
2302
2301
|
|
|
2303
|
-
${
|
|
2302
|
+
${R()}
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2305
|
+
&.nmorph-text-input--with-action {
|
|
2306
|
+
input {
|
|
2307
|
+
padding-right: calc(var(--height) + var(--indentation-03));
|
|
2308
|
+
}
|
|
2304
2309
|
}
|
|
2305
2310
|
|
|
2306
2311
|
input:focus {
|
|
@@ -2334,7 +2339,7 @@
|
|
|
2334
2339
|
}
|
|
2335
2340
|
|
|
2336
2341
|
input:disabled {
|
|
2337
|
-
${
|
|
2342
|
+
${Q()}
|
|
2338
2343
|
}
|
|
2339
2344
|
|
|
2340
2345
|
.nmorph-text-input__password-btn {
|
|
@@ -2370,12 +2375,12 @@
|
|
|
2370
2375
|
}
|
|
2371
2376
|
}
|
|
2372
2377
|
}
|
|
2373
|
-
`,
|
|
2374
|
-
${
|
|
2378
|
+
`,I=H.div`
|
|
2379
|
+
${E}
|
|
2375
2380
|
input {
|
|
2376
|
-
text-indent: ${
|
|
2381
|
+
text-indent: ${S=>S.indentation};
|
|
2377
2382
|
}
|
|
2378
|
-
|
|
2383
|
+
`,y={slots:t,props:a,id:c,name:l,autocomplete:d,tabindex:s,modifiers:m,handleInput:f,showPassword:p,actionButtonClickHandler:g,type:b,focused:_,handleFocus:h,handleBlur:B,inputDOMRef:w,focus:u,blur:k,select:V,emit:N,actionIcon:v,indentation:x,commonCSS:E,StyledComponent:I,get NmorphIcon(){return F},get NmorphButton(){return ae}};return Object.defineProperty(y,"__isScriptSetup",{enumerable:!1,value:!0}),y}}),ew={class:"nmorph-text-input__input-side"},tw={key:0,class:"nmorph-text-input__prepend-icon"},ow=["id","name","autocomplete","tabindex","type","placeholder","disabled","value"];function nw(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),props:{indentation:t.indentation}},{default:e.withCtx(()=>[e.createElementVNode("div",ew,[t.slots["prepend-icon"]?(e.openBlock(),e.createElementBlock("div",tw,[e.renderSlot(o.$slots,"prepend-icon")])):e.createCommentVNode("v-if",!0),e.createElementVNode("input",e.mergeProps({id:t.id,ref:"inputDOMRef",name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,class:"nmorph-native-input",type:t.type,placeholder:t.props.placeholder,disabled:t.props.disabled,value:t.props.modelValue},t.props.inputAttrs,{onInput:t.handleInput,onFocus:t.handleFocus,onBlur:t.handleBlur,onKeyup:n[0]||(n[0]=e.withKeys(l=>t.emit("on-enter"),["enter"]))}),null,16,ow),t.props.typePassword||t.props.clearable?(e.openBlock(),e.createBlock(t.NmorphButton,{key:1,disabled:t.props.disabled,class:"nmorph-text-input__password-btn","style-type":"transparent",width:"32px",height:t.props.height,onClick:t.actionButtonClickHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.actionIcon)))]),_:1})]),_:1},8,["disabled","height"])):e.createCommentVNode("v-if",!0)])]),_:3},8,["class","props"])}const fo=M(J7,[["render",nw],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-text-input/NmorphTextInput.vue"]]),rw=e.defineComponent({__name:"NmorphOTPInput",props:{modelValue:{type:String,required:!1,default:""},length:{type:Number,required:!1,default:6},mode:{type:String,required:!1,default:"numeric"},autofocus:{type:Boolean,required:!1,default:!1},autocapitalize:{type:String,required:!1,default:"none"},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur","complete"],setup(o,{expose:n,emit:r}){const t=o,a=r,{id:c,name:l,autocomplete:d,tabindex:s}=ge(t),m=e.ref([]),f=e.ref([]),p=e.ref(!1),g=e.ref([]),b=e.computed(()=>Math.max(1,t.length)),_=(z="")=>{const T=`${z??""}`;return t.mode==="numeric"?Array.from(T.replace(/\D/g,"")):t.mode==="alphanumeric"?Array.from(T.replace(/[^a-zA-Z0-9]/g,"")):Array.from(T)},h=(z=t.modelValue)=>{const T=_(z).slice(0,b.value);return Array.from({length:b.value},(ee,Qe)=>T[Qe]||"")},B=(z,T=!1)=>{if(g.value=Array.from({length:b.value},(Qe,Vt)=>z[Vt]||""),!T)return;const ee=g.value.join("");a("update:model-value",ee),g.value.includes("")||a("complete",ee)};e.watch([()=>t.modelValue,()=>t.mode,b],()=>{const z=h(t.modelValue);(z.join("")!==g.value.join("")||z.length!==g.value.length)&&B(z)},{immediate:!0});const w=e.computed(()=>C({nmorph:[te[t.height],`${p.value&&"focused"}`],"nmorph-otp-input":[`${t.disabled&&"disabled"}`]})),u=e.computed(()=>Array.from({length:b.value},(z,T)=>T===0?c.value:`${c.value}-${T+1}`)),k=e.computed(()=>t.mode==="numeric"?"numeric":"text"),V=e.computed(()=>d.value||"one-time-code"),N=e.computed(()=>{if(t.mode==="numeric")return"[0-9]*";if(t.mode==="alphanumeric")return"[A-Za-z0-9]*"}),v=z=>{f.value[z]=m.value[z]?.inputDOMRef??null},x=(z,T)=>{m.value[T]=z,e.nextTick(()=>{v(T)})},E=z=>{v(z),m.value[z]?.select?.(),f.value[z]?.select()},I=(z=0)=>{e.nextTick(()=>{const T=Math.min(Math.max(z,0),b.value-1);v(T),m.value[T]?.focus?.(),f.value[T]?.focus(),E(T)})},y=()=>{m.value.forEach((z,T)=>{z?.blur?.(),f.value[T]?.blur()})};n({inputDOMRefs:f,focus:I,blur:y});const S=(z,T="")=>{const ee=[...g.value];ee[z]=T,B(ee,!0)},q=(z,T)=>{const ee=_(z).slice(0,b.value-T);if(!ee.length){S(T,"");return}const Qe=[...g.value];ee.forEach(($b,qb)=>{Qe[T+qb]=$b}),B(Qe,!0);const Vt=T+ee.length;Vt<b.value?I(Vt):I(b.value-1)},j=(z,T)=>{q(z,T)},A=z=>{if(g.value[z]){S(z);return}z>0&&(S(z-1),I(z-1))},D=(z,T)=>{if(z.key==="Backspace"){A(T);return}S(T)},J=z=>{I(z-1)},oe=z=>{I(z+1)},se=()=>{I(0)},Ge=()=>{I(b.value-1)},Ke=z=>{z.key.length===1&&!_(z.key).length&&z.preventDefault()},vt=(z,T)=>{const ee=z.clipboardData?.getData("text")||"";q(ee,T)},Ne=z=>{p.value||(p.value=!0,a("focus")),E(z)},$e=()=>{setTimeout(()=>{const z=document.activeElement;!f.value.some(ee=>ee===z)&&p.value&&(p.value=!1,a("blur"))})},Xe=z=>s.value>0?s.value+z:s.value;e.watch(()=>t.autofocus,z=>{z&&!t.disabled&&I(0)},{immediate:!0});const U=$`
|
|
2379
2384
|
display: inline-flex;
|
|
2380
2385
|
flex-direction: column;
|
|
2381
2386
|
align-items: flex-start;
|
|
@@ -2413,11 +2418,11 @@
|
|
|
2413
2418
|
}
|
|
2414
2419
|
|
|
2415
2420
|
&.nmorph-otp-input--disabled {
|
|
2416
|
-
${
|
|
2421
|
+
${Q()}
|
|
2417
2422
|
}
|
|
2418
|
-
`,
|
|
2419
|
-
${
|
|
2420
|
-
|
|
2423
|
+
`,X=H.div`
|
|
2424
|
+
${U}
|
|
2425
|
+
`,qe={props:t,emit:a,id:c,name:l,autocomplete:d,tabindex:s,inputRefs:m,inputDOMRefs:f,focused:p,otpValue:g,normalizedLength:b,sanitizeValue:_,normalizeOtpValue:h,syncOtpValue:B,modifiers:w,fieldIds:u,inputMode:k,resolvedAutocomplete:V,inputPattern:N,syncInputDOMRef:v,setInputRef:x,selectField:E,focusField:I,blurFields:y,updateCharAt:S,insertValue:q,inputHandler:j,backspaceHandler:A,deleteKeyHandler:D,arrowLeftHandler:J,arrowRightHandler:oe,homeHandler:se,endHandler:Ge,keydownHandler:Ke,pasteHandler:vt,focusHandler:Ne,blurHandler:$e,getFieldTabindex:Xe,commonCSS:U,StyledComponent:X,NmorphTextInput:fo};return Object.defineProperty(qe,"__isScriptSetup",{enumerable:!1,value:!0}),qe}}),aw=["name","value","disabled"],lw={class:"nmorph-otp-input__content"};function iw(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("input",{name:t.name,value:t.otpValue.join(""),type:"hidden",disabled:t.props.disabled},null,8,aw),e.createElementVNode("div",lw,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.otpValue,(l,d)=>(e.openBlock(),e.createBlock(t.NmorphTextInput,{id:t.fieldIds[d],key:t.fieldIds[d],ref_for:!0,ref:s=>t.setInputRef(s,d),class:"nmorph-otp-input__field","model-value":t.otpValue[d],height:t.props.height,disabled:t.props.disabled,autocomplete:t.resolvedAutocomplete,tabindex:t.getFieldTabindex(d),indentation:"0px","input-attrs":{name:void 0,maxlength:1,inputmode:t.inputMode,pattern:t.inputPattern,autocapitalize:t.props.autocapitalize,spellcheck:!1,autofocus:t.props.autofocus&&d===0,"aria-label":`OTP ${d+1}`},"onUpdate:modelValue":s=>t.inputHandler(s,d),onKeydown:[n[0]||(n[0]=s=>t.keydownHandler(s)),e.withKeys(e.withModifiers(s=>t.deleteKeyHandler(s,d),["prevent"]),["delete"]),e.withKeys(e.withModifiers(s=>t.arrowLeftHandler(d),["prevent"]),["left"]),e.withKeys(e.withModifiers(s=>t.arrowRightHandler(d),["prevent"]),["right"]),e.withKeys(e.withModifiers(t.homeHandler,["prevent"]),["home"]),e.withKeys(e.withModifiers(t.endHandler,["prevent"]),["end"])],onPaste:e.withModifiers(s=>t.pasteHandler(s,d),["prevent"]),onFocus:s=>t.focusHandler(d),onBlur:t.blurHandler},null,8,["id","model-value","height","disabled","autocomplete","tabindex","input-attrs","onUpdate:modelValue","onKeydown","onPaste","onFocus"]))),128))])]),_:1},8,["class"])}const cw=M(rw,[["render",iw],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-otp-input/NmorphOTPInput.vue"]]),sw=e.defineComponent({__name:"NmorphSelect",props:{noElementPlaceholder:{type:String,required:!1,default:""},valueRequired:{type:Boolean,required:!1,default:!1},options:{type:Array,required:!1,default:()=>[]},optionsMap:{type:Array,required:!1,default:()=>[]},modelValue:{type:[String,Array],required:!1,default:""},loading:{type:Boolean,required:!1,default:!1},open:{type:Boolean,required:!1,default:!1},fill:{type:Boolean,required:!1,default:!1},optionsWidth:{type:String,required:!1,default:"truncate"},zIndex:{type:Number,required:!1},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){n();const{t}=le.useI18n(),a=o,c=e.computed(()=>a.noElementPlaceholder?a.noElementPlaceholder:t("noElementPlaceholder")),l=r,d=e.ref(a.modelValue),s=e.ref(a.open),m=e.computed(()=>a.disabled||a.loading),f=e.computed(()=>a.optionsWidth==="auto"),p=e.ref(null),g=e.ref(null),b=e.ref(!0),{id:_,name:h,autocomplete:B,tabindex:w}=ge(a),u=U=>{if(!m.value){if(s.value=!1,typeof d.value=="string"&&(!a.valueRequired&&d.value===U?d.value="":d.value=U,l("update:model-value",d.value)),Array.isArray(d.value)){const X=d.value.includes(U),qe=d.value.length===1&&X;if(a.valueRequired&&qe)return;X?d.value=d.value.filter(z=>z!==U):d.value=[...d.value,U]}l("update:model-value",d.value)}},k=e.ref(!1),V=()=>{k.value=!0},N=()=>{k.value=!1},v=e.computed(()=>C({nmorph:[te[a.height]],"nmorph-select":[`${a.disabled&&"disabled"}`,`${a.modelValue?"on":"off"}`,`${a.loading&&"loading"}`,`${s.value&&!m.value&&"open"}`,`${a.fill&&"fill"}`,`${f.value&&"options-auto-width"}`,`${b.value?"selected-line-outset":"selected-line-inset"}`,`${k.value&&"focus"}`]})),x=()=>{m.value||(s.value=!s.value)};e.watch(s,U=>{U&&(b.value=!1)},{immediate:!0});const E=()=>{s.value=!1};e.watch(()=>a.loading,U=>{U&&(s.value=!1)});const I=e.ref(),y=e.ref([]),S=e.ref(0),q=e.ref("");e.watch(S,U=>{q.value=y.value[U],I.value.forEach(X=>{const z=X.getAttribute("value")===q.value?"add":"remove";X.classList[z]("nmorph-select-option--focused")})}),e.onMounted(async()=>{await e.nextTick(),p.value&&(I.value=p.value.querySelectorAll(".nmorph-select-option"),I.value.forEach(U=>{const X=U.getAttribute("value");X&&y.value.push(X)}),q.value=y.value[S.value],g.value=`${p.value.clientHeight}px`,document.addEventListener("click",E))}),e.onUnmounted(()=>{document.removeEventListener("click",E)});const j=e.computed(()=>typeof d.value=="string"?d.value===""?c.value:a.options.find(U=>U.value===d.value)?.label:a.options.find(U=>U.value===d.value)?.label),A=e.computed(()=>a.options.length>0?a.options:a.optionsMap),D=e.computed(()=>A.value.length>0?A.value.filter(X=>d.value.includes(X.value)).map(X=>({text:X.label,value:X.value})):Array.isArray(d.value)?d.value.map(X=>({text:X,value:X})):[{text:d.value,value:d.value}]);e.provide("select-selected-value",d),e.provide("select-change-selected-value",u);const J=e.ref(null),oe=e.computed(()=>f.value?`${J.value?.clientWidth||0}px`:void 0),se=()=>{m.value||(s.value=!s.value)},Ge=()=>{m.value||(S.value=(S.value+1)%y.value.length)},Ke=()=>{m.value||(S.value=(S.value-1+y.value.length)%y.value.length)},vt=()=>{s.value&&u(q.value)},Ne=$`
|
|
2421
2426
|
--base-width: 200px;
|
|
2422
2427
|
|
|
2423
2428
|
width: var(--base-width);
|
|
@@ -2462,7 +2467,7 @@
|
|
|
2462
2467
|
}
|
|
2463
2468
|
|
|
2464
2469
|
&.nmorph-select--disabled {
|
|
2465
|
-
${
|
|
2470
|
+
${Q()}
|
|
2466
2471
|
}
|
|
2467
2472
|
|
|
2468
2473
|
&.nmorph-select--fill {
|
|
@@ -2482,7 +2487,7 @@
|
|
|
2482
2487
|
}
|
|
2483
2488
|
|
|
2484
2489
|
.nmorph-select__content {
|
|
2485
|
-
${
|
|
2490
|
+
${R()}
|
|
2486
2491
|
}
|
|
2487
2492
|
}
|
|
2488
2493
|
|
|
@@ -2499,9 +2504,9 @@
|
|
|
2499
2504
|
box-shadow: none;
|
|
2500
2505
|
}
|
|
2501
2506
|
}
|
|
2502
|
-
|
|
2503
|
-
${
|
|
2504
|
-
|
|
2507
|
+
`,$e=H.div`
|
|
2508
|
+
${Ne}
|
|
2509
|
+
`,Xe={t,props:a,computedNoElementPlaceholder:c,emit:l,initialValue:d,open:s,disabledInput:m,autoOptionsWidth:f,optionsDOMRef:p,optionsHeight:g,selectedLineOutset:b,id:_,name:h,autocomplete:B,tabindex:w,changeHandler:u,focus:k,focusHandler:V,blurHandler:N,modifiers:v,clickHandler:x,closeHandler:E,nodeOptions:I,domOptions:y,currentIndex:S,currentFocusedEl:q,selectedValueTitle:j,optionsMap:A,tags:D,nmorphSelectDOMRef:J,optionsMinWidth:oe,spaceHandler:se,arrowDownHandler:Ge,arrowUpHandler:Ke,enterHandler:vt,commonCSS:Ne,StyledComponent:$e,get NmorphTagItem(){return po},get NmorphIcon(){return F},get NmorphSelectOption(){return jr},get NmorphDropdown(){return Nt},get NmorphIconLoader(){return _t},get NmorphIconChevronDown(){return ue}};return Object.defineProperty(Xe,"__isScriptSetup",{enumerable:!1,value:!0}),Xe}}),dw={class:"nmorph-select__content"},mw=["id","name","autocomplete","tabindex","disabled"],pw=["value"],hw={key:0,class:"nmorph-select__selected-value"},fw={key:1,class:"nmorph-select__selected-value"},uw={key:2,class:"nmorph-select__selected-value"},_w={ref:"optionsDOMRef",class:"nmorph-select__options"};function gw(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",dw,[e.createElementVNode("select",{id:t.id,name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,disabled:t.disabledInput,onFocus:t.focusHandler,onBlur:t.blurHandler,onKeydown:[e.withKeys(t.spaceHandler,["space"]),e.withKeys(t.arrowDownHandler,["arrow-down"]),e.withKeys(t.arrowUpHandler,["arrow-up"]),e.withKeys(t.enterHandler,["enter"])]},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.domOptions,l=>(e.openBlock(),e.createElementBlock("option",{key:l,value:l},null,8,pw))),128))],40,mw),e.createElementVNode("div",{ref:"nmorphSelectDOMRef",class:"nmorph-select__selected-values-line",onClick:e.withModifiers(t.clickHandler,["stop"])},[typeof t.initialValue=="string"?(e.openBlock(),e.createElementBlock("div",hw,e.toDisplayString(t.selectedValueTitle),1)):t.initialValue.length===0?(e.openBlock(),e.createElementBlock("div",fw,e.toDisplayString(t.computedNoElementPlaceholder),1)):(e.openBlock(),e.createElementBlock("div",uw,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.tags,l=>(e.openBlock(),e.createBlock(t.NmorphTagItem,e.mergeProps({key:l.value,ref_for:!0},l,{transparent:"",removable:t.tags.length>1||!t.props.valueRequired,height:"thin",onClose:t.changeHandler}),null,16,["removable"]))),128))])),e.createVNode(t.NmorphIcon,{class:"nmorph-select__chevron"},{default:e.withCtx(()=>[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIconLoader,{key:0})):(e.openBlock(),e.createBlock(t.NmorphIconChevronDown,{key:1}))]),_:1})],512)]),t.nmorphSelectDOMRef&&!t.props.disabled?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,open:t.open&&!t.props.loading,"relative-element":t.nmorphSelectDOMRef,"fill-width":!t.autoOptionsWidth,width:t.autoOptionsWidth?"max-content":void 0,"min-width":t.optionsMinWidth,"max-width":"calc(100vw - 16px)","z-index":t.props.zIndex,onOnOutsideClick:t.closeHandler},{default:e.withCtx(()=>[e.createElementVNode("div",_w,[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-select__chevron",size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(r.options,l=>(e.openBlock(),e.createBlock(t.NmorphSelectOption,e.mergeProps({key:l.value,ref_for:!0},l,{height:t.props.height}),null,16,["height"]))),128)),e.renderSlot(o.$slots,"default")],512)]),_:3},8,["open","relative-element","fill-width","width","min-width","z-index"])):e.createCommentVNode("v-if",!0)]),_:3},8,["class"])}const ww=M(sw,[["render",gw],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-select/NmorphSelect.vue"]]),bw=e.defineComponent({__name:"NmorphSelectOption",props:{value:{type:String,required:!0},label:{type:String,required:!0,default:""},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["change-value"],setup(o,{expose:n,emit:r}){n();const t=e.inject("select-selected-value"),a=e.inject("select-change-selected-value"),c=o,l=r,d=()=>{c.disabled||(l("change-value",c.value),a&&a(c.value))},s=e.computed(()=>typeof t?.value=="string"?t.value===c.value:Array.isArray(t?.value)?t.value.some(b=>b===c.value):!1),m=e.computed(()=>C({nmorph:[te[c.height]],"nmorph-select-option":[`${c.disabled&&"disabled"}`,`${c.label&&"with-label"}`,`${s.value&&"checked"}`]})),f=$`
|
|
2505
2510
|
--hover-bg: var(--nmorph-accent-color);
|
|
2506
2511
|
--hover-color: var(--nmorph-white-color);
|
|
2507
2512
|
|
|
@@ -2560,14 +2565,14 @@
|
|
|
2560
2565
|
}
|
|
2561
2566
|
|
|
2562
2567
|
&.nmorph-select-option--disabled {
|
|
2563
|
-
${
|
|
2568
|
+
${Q()}
|
|
2564
2569
|
|
|
2565
2570
|
pointer-events: none;
|
|
2566
2571
|
}
|
|
2567
2572
|
|
|
2568
|
-
`,
|
|
2569
|
-
${
|
|
2570
|
-
|
|
2573
|
+
`,p=H.div`
|
|
2574
|
+
${f}
|
|
2575
|
+
`,g={selectSelectedValue:t,selectChangeSelectedValue:a,props:c,emit:l,clickHandler:d,checked:s,modifiers:m,commonCSS:f,StyledComponent:p,get NmorphIcon(){return F},get NmorphIconSuccess(){return lo}};return Object.defineProperty(g,"__isScriptSetup",{enumerable:!1,value:!0}),g}}),kw={class:"nmorph-select-option__content"};function yw(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),onClick:t.clickHandler,value:t.props.value},{default:e.withCtx(()=>[e.createElementVNode("div",kw,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1),e.renderSlot(o.$slots,"default")]),t.checked?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-select-option__checked"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconSuccess)]),_:1})):e.createCommentVNode("v-if",!0)]),_:3},8,["class","value"])}const jr=M(bw,[["render",yw],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue"]]),Bt=50,Bw=e.defineComponent({__name:"NmorphSlider",props:{modelValue:{type:Number,required:!1,default:0},max:{type:Number,required:!1,default:100},min:{type:Number,required:!1,default:0},step:{type:Number,required:!1,default:1},showTooltip:{type:Boolean,required:!1,default:!0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){n();const t=o,{id:a,name:c,tabindex:l}=ge(t),d=e.computed(()=>C({nmorph:[],"nmorph-slider":[`${t.disabled&&"disabled"}`]})),s=`${Bt}px`,m=e.ref(t.showTooltip),f=r,p=e.ref(t.modelValue),g=e.ref(null);e.watch(p,()=>{f("update:model-value",p.value)}),e.watch(()=>t.modelValue,A=>{p.value=A});const b=e.ref(null),_=e.computed(()=>{const A=h.value-h.value,D=t.max-t.min+A,J=(p.value-t.min)/D*100,oe=g.value?.clientWidth||0,se=Bt/oe*100,Ge=se/2;let Ke=J-Ge;const Ne=`${Math.max(0,Math.min(100-se,Ke))}%`,$e=oe/100,U=Bt/2/$e,z=(b.value?.tooltipBody.clientWidth??24)/2/$e,T=z===1/0?1.714:z,ee=`${parseFloat(Ne)+U-T}%`;return{thumb:Ne,tooltip:ee}}),h=e.ref(0),B=e.ref(0),w=()=>{h.value=window.innerWidth,B.value=window.innerHeight};e.onMounted(()=>{typeof window<"u"&&(h.value=window.innerWidth,B.value=window.innerHeight,window.addEventListener("resize",w))}),e.onUnmounted(()=>{typeof window<"u"&&(document.removeEventListener("pointermove",k),document.removeEventListener("pointerup",V),document.removeEventListener("pointercancel",V),window.removeEventListener("resize",w))});const u=A=>{y.value=!1;const D=g.value?.getBoundingClientRect();let J=0;if(D){const oe=A-D.left,se=D.width;J=Math.max(0,Math.min(1,oe/se)),p.value=t.min+J*(t.max-t.min)}p.value=Math.round(p.value/t.step)*t.step,p.value=Math.max(t.min,Math.min(t.max,p.value))},k=A=>{A.preventDefault(),u(A.clientX)},V=()=>{document.removeEventListener("pointermove",k),document.removeEventListener("pointerup",V),document.removeEventListener("pointercancel",V),y.value=!0},N=A=>{t.disabled||A.pointerType==="mouse"&&A.button!==0||(A.preventDefault(),u(A.clientX),document.addEventListener("pointermove",k),document.addEventListener("pointerup",V),document.addEventListener("pointercancel",V))},v=e.ref(null),x=()=>{t.showTooltip&&(m.value=!0)},E=()=>{t.showTooltip&&(m.value=!1)},I=A=>{const D=A.target;p.value=Number(D.value)},y=e.ref(!0),S=$`
|
|
2571
2576
|
position: relative;
|
|
2572
2577
|
width: 100%;
|
|
2573
2578
|
height: 20px;
|
|
@@ -2588,7 +2593,7 @@
|
|
|
2588
2593
|
width: 100%;
|
|
2589
2594
|
height: var(--value-fixed-container-height);
|
|
2590
2595
|
border-radius: var(--default-border-radius);
|
|
2591
|
-
${
|
|
2596
|
+
${R()}
|
|
2592
2597
|
}
|
|
2593
2598
|
|
|
2594
2599
|
.nmorph-slider__input-container {
|
|
@@ -2659,17 +2664,17 @@
|
|
|
2659
2664
|
}
|
|
2660
2665
|
|
|
2661
2666
|
&.nmorph-slider--disabled {
|
|
2662
|
-
${
|
|
2667
|
+
${Q()}
|
|
2663
2668
|
.nmorph-slider__input-content {
|
|
2664
2669
|
pointer-events: none;
|
|
2665
2670
|
}
|
|
2666
2671
|
}
|
|
2667
|
-
`,
|
|
2668
|
-
${
|
|
2672
|
+
`,q=H.div`
|
|
2673
|
+
${S}
|
|
2669
2674
|
.nmorph-slider__thumb {
|
|
2670
|
-
width: ${
|
|
2675
|
+
width: ${A=>A.thumbWidthCss};
|
|
2671
2676
|
}
|
|
2672
|
-
|
|
2677
|
+
`,j={props:t,id:a,name:c,tabindex:l,modifiers:d,thumbWidth:Bt,thumbWidthCss:s,tooltipVisible:m,emit:f,thumbValue:p,sliderContainer:g,tooltipRootRef:b,thumbXPercentPosition:_,windowWidth:h,windowHeight:B,resizeWindowHandler:w,updateThumbValue:u,pointerMove:k,pointerUp:V,pointerDownHandler:N,sliderFirst:v,handleMouseEnter:x,handleMouseLeave:E,nativeInputHandler:I,transitionEnabled:y,commonCSS:S,StyledComponent:q,get NmorphTooltip(){return Lr}};return Object.defineProperty(j,"__isScriptSetup",{enumerable:!1,value:!0}),j}}),Nw={class:"nmorph-slider__content"},xw={class:"nmorph-slider__input-wrapper"},vw=["id","name","tabindex","value","min","max","step","disabled"];function Vw(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),props:{thumbWidthCss:t.thumbWidthCss}},{default:e.withCtx(()=>[e.createElementVNode("div",Nw,[e.createElementVNode("div",xw,[e.createElementVNode("div",{ref:"sliderContainer",class:"nmorph-slider__input-container",onPointerdown:t.pointerDownHandler},[t.tooltipVisible&&!t.props.disabled?(e.openBlock(),e.createBlock(t.NmorphTooltip,{key:0,ref:"tooltipRootRef",text:String(t.thumbValue),"force-show":"","force-coordinate":{x:t.thumbXPercentPosition.tooltip,y:"24px"},"block-position":""},null,8,["text","force-coordinate"])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{ref:"sliderFirst",class:e.normalizeClass(["nmorph-slider__thumb",{"nmorph-slider__thumb--smooth":t.transitionEnabled}]),style:e.normalizeStyle({left:t.thumbXPercentPosition.thumb}),onMouseenter:t.handleMouseEnter,onMouseleave:t.handleMouseLeave},null,38),e.createElementVNode("input",{id:t.id,name:t.name,tabindex:t.tabindex,class:"nmorph-slide__native-input",type:"range",value:t.thumbValue,min:t.props.min,max:t.props.max,step:t.props.step,disabled:t.props.disabled,onInput:t.nativeInputHandler},null,40,vw)],544)])])]),_:1},8,["class","props"])}const Ew=M(Bw,[["render",Vw],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-slider/NmorphSlider.vue"]]),Sw=e.defineComponent({__name:"NmorphSwitch",props:{modelValue:{type:[Boolean,String,Number],required:!1,default:!1},loading:{type:Boolean,required:!1,default:!1},activeValue:{type:[Boolean,String,Number],required:!1,default:!0},inactiveValue:{type:[Boolean,String,Number],required:!1,default:!1},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){const t=o,{id:a,name:c,tabindex:l}=ge(t),d=r,s=e.ref(!1),m=()=>{s.value=!0},f=()=>{s.value=!1},p=e.computed(()=>C({"nmorph-switch":[`${t.disabled&&"disabled"}`,`${g.value?"on":"off"}`,`${t.loading&&"loading"}`,`${s.value&&"focus"}`]})),g=e.ref(t.modelValue===t.activeValue),b=()=>{if(t.disabled)return;g.value=!g.value;const u=g.value?t.activeValue:t.inactiveValue;d("update:model-value",u)},_=e.ref(null);n({inputDOMRef:_}),e.watch(()=>t.modelValue,u=>{g.value=u===t.activeValue});const h=$`
|
|
2673
2678
|
--height: 20px;
|
|
2674
2679
|
--offset: 3px;
|
|
2675
2680
|
--thumb-height: 14px;
|
|
@@ -2685,8 +2690,8 @@
|
|
|
2685
2690
|
height: 100%;
|
|
2686
2691
|
border-radius: var(--border-radius-999);
|
|
2687
2692
|
|
|
2688
|
-
${
|
|
2689
|
-
${
|
|
2693
|
+
${Le()}
|
|
2694
|
+
${R()}
|
|
2690
2695
|
}
|
|
2691
2696
|
|
|
2692
2697
|
.nmorph-switch__bg-content {
|
|
@@ -2729,7 +2734,7 @@
|
|
|
2729
2734
|
}
|
|
2730
2735
|
|
|
2731
2736
|
&.nmorph-switch--disabled {
|
|
2732
|
-
${
|
|
2737
|
+
${Q()}
|
|
2733
2738
|
|
|
2734
2739
|
.nmorph-switch__input-content {
|
|
2735
2740
|
pointer-events: none;
|
|
@@ -2749,7 +2754,7 @@
|
|
|
2749
2754
|
}
|
|
2750
2755
|
|
|
2751
2756
|
&.nmorph-switch--loading {
|
|
2752
|
-
${
|
|
2757
|
+
${Q()}
|
|
2753
2758
|
|
|
2754
2759
|
.nmorph-switch__input-content {
|
|
2755
2760
|
pointer-events: none;
|
|
@@ -2763,9 +2768,9 @@
|
|
|
2763
2768
|
scale: 0.95;
|
|
2764
2769
|
}
|
|
2765
2770
|
}
|
|
2766
|
-
`,
|
|
2767
|
-
${
|
|
2768
|
-
|
|
2771
|
+
`,B=H.div`
|
|
2772
|
+
${h}
|
|
2773
|
+
`,w={props:t,id:a,name:c,tabindex:l,emit:d,focus:s,focusHandler:m,blurHandler:f,modifiers:p,initialValue:g,changeHandler:b,inputDOMRef:_,commonCSS:h,StyledComponent:B,get NmorphIcon(){return F},get NmorphIconLoader(){return _t}};return Object.defineProperty(w,"__isScriptSetup",{enumerable:!1,value:!0}),w}}),Cw=["id","name","value","disabled","tabindex"],Mw={class:"nmorph-switch-thumb"};function zw(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"nmorph-switch__content",onClick:t.changeHandler},[e.createElementVNode("input",{id:t.id,ref:"inputDOMRef",name:t.name,type:"checkbox",value:t.initialValue,disabled:t.props.disabled,tabindex:t.tabindex,class:"nmorph-native-input",onFocus:t.focusHandler,onBlur:t.blurHandler},null,40,Cw),e.createElementVNode("div",{class:e.normalizeClass(["nmorph-switch__bg-content",{"nmorph-switch__bg-content--enable":t.initialValue}])},[t.initialValue?e.renderSlot(o.$slots,"bg-on",{key:0}):e.renderSlot(o.$slots,"bg-off",{key:1})],2),e.createElementVNode("div",Mw,[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,width:"14px",height:"14px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})):t.initialValue?e.renderSlot(o.$slots,"thumb-on",{key:1}):e.renderSlot(o.$slots,"thumb-off",{key:2})])])]),_:3},8,["class"])}const Iw=M(Sw,[["render",zw],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-switch/NmorphSwitch.vue"]]),Hw=e.defineComponent({__name:"NmorphRadio",props:{value:{type:String,required:!1,default:""},styleType:{type:null,required:!1,default:"radio-style"},checked:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1},label:{type:String,required:!1,default:""},tabindex:{type:Number,required:!1,default:0},height:{type:null,required:!1}},setup(o,{expose:n}){const r=e.inject("radio-group-selected-value",void 0),t=e.inject("change-radio-button-value-handler",void 0),a=e.inject("radio-group-height",void 0),c=o,l=()=>{t&&!c.disabled&&t(c.value)},d=e.computed(()=>r?.value===c.value||c.checked),s=e.computed(()=>c.height||a?.value||"thin"),m=e.computed(()=>C({nmorph:[te[s.value]],"nmorph-radio":[`${c.disabled&&"disabled"}`,`${d.value&&"checked"}`,c.styleType]})),f=e.ref(null);n({inputDOMRef:f});const p=$`
|
|
2769
2774
|
--size: var(--height);
|
|
2770
2775
|
|
|
2771
2776
|
display: inline-flex;
|
|
@@ -2809,12 +2814,12 @@
|
|
|
2809
2814
|
position: absolute;
|
|
2810
2815
|
top: 0;
|
|
2811
2816
|
left: 0;
|
|
2812
|
-
${
|
|
2817
|
+
${R()}
|
|
2813
2818
|
}
|
|
2814
2819
|
|
|
2815
2820
|
.nmorph-radio__fake span,
|
|
2816
2821
|
.nmorph-radio__label {
|
|
2817
|
-
${
|
|
2822
|
+
${Le()}
|
|
2818
2823
|
}
|
|
2819
2824
|
|
|
2820
2825
|
.nmorph-radio__fake-checked {
|
|
@@ -2849,16 +2854,16 @@
|
|
|
2849
2854
|
|
|
2850
2855
|
&.nmorph-radio--checked {
|
|
2851
2856
|
.nmorph-radio__fake {
|
|
2852
|
-
${
|
|
2857
|
+
${R()}
|
|
2853
2858
|
}
|
|
2854
2859
|
}
|
|
2855
2860
|
|
|
2856
2861
|
&.nmorph-radio--disabled {
|
|
2857
|
-
${
|
|
2862
|
+
${Q()}
|
|
2858
2863
|
}
|
|
2859
|
-
`,g=
|
|
2860
|
-
${
|
|
2861
|
-
|
|
2864
|
+
`,g=H.label`
|
|
2865
|
+
${p}
|
|
2866
|
+
`,b={groupSelectedValue:r,changeValue:t,groupHeight:a,props:c,changeHandler:l,checked:d,height:s,modifiers:m,inputDOMRef:f,commonCSS:p,StyledComponent:g};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}}),$w={key:0,class:"nmorph-radio__content"},qw={class:"nmorph-radio__input-wrapper"},Lw=["name","value","checked","tabindex"],Tw={key:0,class:"nmorph-radio__fake-checked"},Dw={key:0,class:"nmorph-radio__label"},jw={key:1,class:"nmorph-radio__content"},Aw=["disabled","name","value","checked","tabindex"],Ow={key:0,class:"nmorph-radio__fake"},Pw={key:1,class:"nmorph-radio__fake"};function Fw(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),onClick:e.withModifiers(t.changeHandler,["prevent"])},{default:e.withCtx(()=>[t.props.styleType==="radio-style"?(e.openBlock(),e.createElementBlock("div",$w,[e.createElementVNode("div",qw,[e.createElementVNode("input",{ref:"inputDOMRef",type:"radio",name:t.props.label,value:t.props.value,checked:t.checked,tabindex:t.props.tabindex,class:"nmorph-native-input"},null,8,Lw),n[0]||(n[0]=e.createElementVNode("div",{class:"nmorph-radio__fake"},null,-1)),t.checked?(e.openBlock(),e.createElementBlock("div",Tw)):e.createCommentVNode("v-if",!0)]),t.props.label?(e.openBlock(),e.createElementBlock("span",Dw,e.toDisplayString(t.props.label),1)):e.renderSlot(o.$slots,"label",{key:1})])):e.createCommentVNode("v-if",!0),t.props.styleType==="button"?(e.openBlock(),e.createElementBlock("div",jw,[e.createElementVNode("input",{ref:"inputDOMRef",type:"radio",disabled:t.props.disabled,name:t.props.label,value:t.props.value,checked:t.checked,tabindex:t.props.tabindex,class:"nmorph-native-input"},null,8,Aw),t.props.label?(e.openBlock(),e.createElementBlock("div",Ow,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1)])):(e.openBlock(),e.createElementBlock("div",Pw,[e.renderSlot(o.$slots,"label")]))])):e.createCommentVNode("v-if",!0)]),_:3},8,["class"])}const uo=M(Hw,[["render",Fw],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-radio/NmorphRadio.vue"]]),Rw=e.defineComponent({__name:"NmorphRadioGroup",props:{modelValue:{type:String,required:!0,default:""},options:{type:Array,required:!1,default:()=>[]},styleType:{type:null,required:!1,default:"radio-style"},direction:{type:null,required:!1,default:"row"},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"thin"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){n();const t=o,a=e.ref(t.modelValue);e.watch(()=>t.modelValue,g=>{a.value=g});const c=r,l=g=>{a.value=g,c("update:model-value",a.value)},d=e.computed(()=>C({"nmorph-radio-group":[t.styleType,t.direction]})),s=e.computed(()=>t.height);e.provide("radio-group-selected-value",a),e.provide("change-radio-button-value-handler",l),e.provide("radio-group-height",s);const m=$`
|
|
2862
2867
|
display: inline-block;
|
|
2863
2868
|
|
|
2864
2869
|
.nmorph-radio-group__wrapper {
|
|
@@ -2887,9 +2892,9 @@
|
|
|
2887
2892
|
margin-bottom: var(--indentation-03);
|
|
2888
2893
|
}
|
|
2889
2894
|
}
|
|
2890
|
-
`,
|
|
2891
|
-
${
|
|
2892
|
-
|
|
2895
|
+
`,f=H.div`
|
|
2896
|
+
${m}
|
|
2897
|
+
`,p={props:t,initialValue:a,emit:c,changeHandler:l,modifiers:d,height:s,commonCSS:m,StyledComponent:f,get NmorphRadio(){return uo}};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),Ww={class:"nmorph-radio-group__wrapper"},Yw={class:"nmorph-radio-group__content"};function Uw(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.createElementVNode("div",Ww,[e.createElementVNode("div",Yw,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.options,l=>(e.openBlock(),e.createBlock(t.NmorphRadio,{key:l.value,label:l.label,value:l.value,disabled:l.disabled||t.props.disabled,"style-type":t.props.styleType,tabindex:l.tabindex,height:l.height||t.props.height},null,8,["label","value","disabled","style-type","tabindex","height"]))),128)),e.renderSlot(o.$slots,"default")])])]),_:3},8,["class"])}const _o=M(Rw,[["render",Uw],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue"]]),Gw=e.defineComponent({__name:"NmorphSelectButton",props:{modelValue:{type:String,required:!1,default:""},options:{type:Array,required:!1,default:()=>[]},fill:{type:Boolean,required:!1,default:!1},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},height:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.ref(t.modelValue);e.watch(()=>t.modelValue,p=>{c.value=p});const l=e.computed(()=>C({"nmorph-select-button":[`${t.disabled&&"disabled"}`,`${t.fill&&"fill"}`,t.height]})),d=p=>{t.disabled||(c.value=p,a("update:model-value",p))};e.provide("select-button-selected-value",c),e.provide("select-button-change-handler",d);const s=$`
|
|
2893
2898
|
--track-padding: 4px;
|
|
2894
2899
|
--item-size: calc(var(--default-thickness-component) - var(--track-padding) * 2);
|
|
2895
2900
|
--item-font-size: var(--font-size-small);
|
|
@@ -2899,7 +2904,7 @@
|
|
|
2899
2904
|
width: fit-content;
|
|
2900
2905
|
padding: var(--track-padding);
|
|
2901
2906
|
border-radius: var(--default-border-radius);
|
|
2902
|
-
${
|
|
2907
|
+
${R()}
|
|
2903
2908
|
|
|
2904
2909
|
&.nmorph-select-button--thin {
|
|
2905
2910
|
--item-size: calc(var(--thin-component) - var(--track-padding) * 2);
|
|
@@ -2912,7 +2917,7 @@
|
|
|
2912
2917
|
}
|
|
2913
2918
|
|
|
2914
2919
|
&.nmorph-select-button--disabled {
|
|
2915
|
-
${
|
|
2920
|
+
${Q()}
|
|
2916
2921
|
}
|
|
2917
2922
|
|
|
2918
2923
|
&.nmorph-select-button--fill {
|
|
@@ -2923,9 +2928,9 @@
|
|
|
2923
2928
|
min-width: 0;
|
|
2924
2929
|
}
|
|
2925
2930
|
}
|
|
2926
|
-
`,
|
|
2931
|
+
`,m=H.div`
|
|
2927
2932
|
${s}
|
|
2928
|
-
|
|
2933
|
+
`,f={props:t,emit:a,initialValue:c,modifiers:l,changeHandler:d,commonCSS:s,StyledComponent:m,get NmorphSelectButtonItem(){return Ar}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}});function Kw(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.options,l=>(e.openBlock(),e.createBlock(t.NmorphSelectButtonItem,{key:l.value,value:l.value,disabled:l.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.label),1)]),_:2},1032,["value","disabled"]))),128)),e.renderSlot(o.$slots,"default")]),_:3},8,["class"])}const Xw=M(Gw,[["render",Kw],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-select-button/NmorphSelectButton.vue"]]),Qw=e.defineComponent({__name:"NmorphSelectButtonItem",props:{value:{type:String,required:!0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1,default:0}},setup(o,{expose:n}){const r=e.inject("select-button-selected-value",void 0),t=e.inject("select-button-change-handler",void 0),a=o,c=e.ref(null);n({inputDOMRef:c});const l=e.computed(()=>r?.value===a.value),d=e.computed(()=>C({"nmorph-select-button-item":[`${l.value&&"checked"}`,`${a.disabled&&"disabled"}`]})),s=()=>{a.disabled||t&&t(a.value)},m=$`
|
|
2929
2934
|
display: inline-flex;
|
|
2930
2935
|
align-items: center;
|
|
2931
2936
|
justify-content: center;
|
|
@@ -2955,11 +2960,11 @@
|
|
|
2955
2960
|
}
|
|
2956
2961
|
|
|
2957
2962
|
&.nmorph-select-button-item--disabled {
|
|
2958
|
-
${
|
|
2963
|
+
${Q()}
|
|
2959
2964
|
}
|
|
2960
|
-
`,f=
|
|
2961
|
-
${
|
|
2962
|
-
|
|
2965
|
+
`,f=H.label`
|
|
2966
|
+
${m}
|
|
2967
|
+
`,p={selectedValue:r,changeHandler:t,props:a,inputDOMRef:c,checked:l,modifiers:d,clickHandler:s,commonCSS:m,StyledComponent:f};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),Zw=["value","checked","disabled"];function Jw(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),tabindex:t.props.tabindex,onClick:e.withModifiers(t.clickHandler,["prevent"]),onKeydown:[e.withKeys(e.withModifiers(t.clickHandler,["prevent"]),["space"]),e.withKeys(e.withModifiers(t.clickHandler,["prevent"]),["enter"])]},{default:e.withCtx(()=>[e.createElementVNode("input",{ref:"inputDOMRef",type:"radio",value:t.props.value,checked:t.checked,disabled:t.props.disabled,tabindex:"-1",class:"nmorph-native-input"},null,8,Zw),e.renderSlot(o.$slots,"default")]),_:3},8,["class","tabindex","onKeydown"])}const Ar=M(Qw,[["render",Jw],["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue"]]),eb=e.defineComponent({__name:"NmorphBacktop",props:{right:{type:Number,required:!1,default:40},bottom:{type:Number,required:!1,default:40},visibilityHeight:{type:Number,required:!1,default:200},design:{type:String,required:!1,default:"nmorph"}},emits:["click"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.computed(()=>C({"nmorph-backtop":[`${s.value&&"show"}`,t.design]})),l=e.ref(null),d=e.ref(null),s=e.ref(!1),m=_=>{if(!_)return;const h=_.target;s.value=h.scrollTop>t.visibilityHeight},f=()=>{a("click"),l.value&&l.value.scrollTo({top:0,left:0,behavior:"smooth"})};e.onMounted(()=>{d.value&&(l.value=d.value.parentElement?.parentElement,l.value?.addEventListener("scroll",m))}),e.onUnmounted(()=>{l.value&&l.value?.removeEventListener("scroll",m)});const p=$`
|
|
2963
2968
|
.nmorph-backtop {
|
|
2964
2969
|
position: fixed;
|
|
2965
2970
|
opacity: 0;
|
|
@@ -2980,13 +2985,13 @@
|
|
|
2980
2985
|
}
|
|
2981
2986
|
}
|
|
2982
2987
|
}
|
|
2983
|
-
`,
|
|
2984
|
-
${
|
|
2988
|
+
`,g=H.div`
|
|
2989
|
+
${p}
|
|
2985
2990
|
.nmorph-backtop {
|
|
2986
|
-
right: ${
|
|
2987
|
-
bottom: ${
|
|
2991
|
+
right: ${_=>_.right}px;
|
|
2992
|
+
bottom: ${_=>_.bottom}px;
|
|
2988
2993
|
}
|
|
2989
|
-
|
|
2994
|
+
`,b={props:t,emit:a,modifiers:c,container:l,selfDOMEl:d,showButton:s,scrollHandler:m,scrollToTopHandler:f,commonCSS:p,StyledComponent:g,get NmorphButton(){return ae},get NmorphIcon(){return F},get NmorphIconChevronDown(){return ue}};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}});function tb(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{props:{right:t.props.right,bottom:t.props.bottom}},{default:e.withCtx(()=>[e.createElementVNode("div",{ref:"selfDOMEl",class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",{onClick:e.withModifiers(t.scrollToTopHandler,["stop"])},[e.renderSlot(o.$slots,"default",{},()=>[e.createVNode(t.NmorphButton,{"style-type":t.props.design==="nmorph"?"default":"transparent"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-backtop__up-icon",color:t.props.design==="nmorph"?void 0:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1},8,["color"])]),_:1},8,["style-type"])])])],2)]),_:3},8,["props"])}const ob=M(eb,[["render",tb],["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-backtop/NmorphBacktop.vue"]]),nb=e.defineComponent({__name:"NmorphBreadcrumb",props:{separator:{type:String,required:!1,default:"/"}},setup(o,{expose:n}){n();const r=o,t=e.ref([]),a=we();e.provide("breadcrumb-data",{breadcrumbs:t,breadcrumbId:a});const c=e.computed(()=>C({"nmorph-breadcrumb":[]})),l=$`
|
|
2990
2995
|
display: flex;
|
|
2991
2996
|
.nmorph-breadcrumb__content {
|
|
2992
2997
|
display: flex;
|
|
@@ -2995,9 +3000,9 @@
|
|
|
2995
3000
|
.nmorph-breadcrumb__separator {
|
|
2996
3001
|
margin: 0 var(--indentation-03);
|
|
2997
3002
|
}
|
|
2998
|
-
`,
|
|
2999
|
-
${
|
|
3000
|
-
|
|
3003
|
+
`,d=H.div`
|
|
3004
|
+
${l}
|
|
3005
|
+
`,s={props:r,breadcrumbs:t,breadcrumbId:a,modifiers:c,commonCSS:l,StyledComponent:d};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),rb=["id"],ab={key:0,class:"nmorph-breadcrumb__separator"};function lb(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"default"),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.breadcrumbs,(l,d)=>(e.openBlock(),e.createElementBlock("div",{key:d,class:"nmorph-breadcrumb__content"},[e.createElementVNode("div",{id:`nmorph-breadcrumb-${t.breadcrumbId}-${l.itemId}-element`,class:"nmorph-breadcrumb__element"},null,8,rb),d<t.breadcrumbs.length-1?(e.openBlock(),e.createElementBlock("div",ab,e.toDisplayString(t.props.separator),1)):e.createCommentVNode("v-if",!0)]))),128))]),_:3},8,["class"])}const ib=M(nb,[["render",lb],["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue"]]),cb=e.defineComponent({__name:"NmorphBreadcrumbItem",props:{to:{type:null,required:!1,default:""},replace:{type:Boolean,required:!1,default:!1}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>C({"nmorph-breadcrumb-item":[]})),a=e.inject("breadcrumb-data"),c=e.ref(!1),l=we();e.onMounted(()=>{c.value=!0}),a.breadcrumbs.value.push({...r,itemId:l});const d={props:r,modifiers:t,breadcrumbData:a,isMounted:c,itemId:l};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function sb(o,n,r,t,a,c){const l=e.resolveComponent("router-link");return t.isMounted&&t.itemId?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(),e.createBlock(e.Teleport,{to:`#nmorph-breadcrumb-${t.breadcrumbData?.breadcrumbId}-${t.itemId}-element`},[e.createVNode(l,{to:r.to,replace:r.replace,class:"fill-height"},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"default")]),_:3},8,["to","replace"])],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}const db=M(cb,[["render",sb],["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue"]]),mb=e.defineComponent({__name:"NmorphDropdown",props:{open:{type:Boolean,required:!0},relativeElement:{type:null,required:!0},width:{type:[Number,String],required:!1,default:160},minWidth:{type:[Number,String],required:!1},maxWidth:{type:[Number,String],required:!1},xOffset:{type:Number,required:!1,default:0},yOffset:{type:Number,required:!1,default:0},fillWidth:{type:Boolean,required:!1,default:!0},zIndex:{type:Number,required:!1}},emits:["on-outside-click"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.ref(null),{placementCoords:l}=vo({initialPlacement:"bottom",contentDOMElement:c,relativeElement:t.relativeElement,yOffset:t.yOffset,xOffset:t.xOffset}),d=e.computed(()=>C({"nmorph-dropdown":[`${!t.open&&"closed"}`]})),s=_=>typeof _=="number"?`${_}px`:_,m=e.computed(()=>t.fillWidth?`${t.relativeElement?.clientWidth}px`:s(t.width)),f=()=>{a("on-outside-click")},p=$`
|
|
3001
3006
|
.nmorph-dropdown {
|
|
3002
3007
|
position: fixed;
|
|
3003
3008
|
border-radius: var(--default-border-radius);
|
|
@@ -3008,14 +3013,14 @@
|
|
|
3008
3013
|
z-index: -1000;
|
|
3009
3014
|
opacity: 0;
|
|
3010
3015
|
}
|
|
3011
|
-
`,
|
|
3012
|
-
${
|
|
3016
|
+
`,g=H.div`
|
|
3017
|
+
${p}
|
|
3013
3018
|
.nmorph-dropdown {
|
|
3014
|
-
width: ${
|
|
3015
|
-
min-width: ${
|
|
3016
|
-
max-width: ${
|
|
3019
|
+
width: ${_=>_.width};
|
|
3020
|
+
min-width: ${_=>_.minWidth};
|
|
3021
|
+
max-width: ${_=>_.maxWidth};
|
|
3017
3022
|
}
|
|
3018
|
-
|
|
3023
|
+
`,b={props:t,emit:a,dropdownDOMRef:c,placementCoords:l,modifiers:d,getCssSize:s,width:m,outsideClickHandler:f,commonCSS:p,StyledComponent:g,get NmorphOverlay(){return xt}};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}});function pb(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{props:{width:t.width,minWidth:t.getCssSize(t.props.minWidth)||"auto",maxWidth:t.getCssSize(t.props.maxWidth)||"none"}},{default:e.withCtx(()=>[e.createVNode(t.NmorphOverlay,{show:t.props.open,transparent:"","z-index":t.props.zIndex,onOnOutsideClick:t.outsideClickHandler},{default:e.withCtx(()=>[e.createElementVNode("div",{ref:"dropdownDOMRef",class:e.normalizeClass(t.modifiers),style:e.normalizeStyle({left:`${t.placementCoords.x}`,top:`${t.placementCoords.y}`})},[e.renderSlot(o.$slots,"default")],6)]),_:3},8,["show","z-index"])]),_:3},8,["props"])}const Nt=M(mb,[["render",pb],["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue"]]),hb=e.defineComponent({__name:"NmorphTabs",props:{modelValue:{type:[String,Number],required:!1,default:0},stretch:{type:Boolean,required:!1,default:!1},panes:{type:Array,required:!1,default:()=>[]}},emits:["update:model-value","tab-change"],setup(o,{expose:n,emit:r}){n();const t=o,a=r,c=e.computed(()=>C({"nmorph-tabs":[`${t.stretch&&"stretch"}`]})),l=_=>{if(_.disabled)return;const{name:h}=_;a("update:model-value",h),a("tab-change",h)},d=e.ref([]),s=we();e.provide("nmorph-tabs-data",{tabsData:d,tabsIdentifier:s});const m=e.computed(()=>t.panes.length>0?t.panes:d.value),f=e.useSlots(),p=$`
|
|
3019
3024
|
border-radius: var(--default-border-radius);
|
|
3020
3025
|
|
|
3021
3026
|
.nmorph-tabs__label-list {
|
|
@@ -3034,11 +3039,11 @@
|
|
|
3034
3039
|
${G()}
|
|
3035
3040
|
|
|
3036
3041
|
&.nmorph-tabs__label--disabled {
|
|
3037
|
-
${
|
|
3042
|
+
${Q()}
|
|
3038
3043
|
}
|
|
3039
3044
|
|
|
3040
3045
|
&.nmorph-tabs__label--selected {
|
|
3041
|
-
${
|
|
3046
|
+
${R()}
|
|
3042
3047
|
}
|
|
3043
3048
|
}
|
|
3044
3049
|
|
|
@@ -3052,7 +3057,7 @@
|
|
|
3052
3057
|
.nmorph-tabs__content {
|
|
3053
3058
|
padding: var(--indentation-03);
|
|
3054
3059
|
border-radius: var(--default-border-radius);
|
|
3055
|
-
${
|
|
3060
|
+
${R()}
|
|
3056
3061
|
}
|
|
3057
3062
|
|
|
3058
3063
|
&.nmorph-tabs--stretch {
|
|
@@ -3061,9 +3066,9 @@
|
|
|
3061
3066
|
}
|
|
3062
3067
|
}
|
|
3063
3068
|
|
|
3064
|
-
`,
|
|
3065
|
-
${
|
|
3066
|
-
|
|
3069
|
+
`,g=H.div`
|
|
3070
|
+
${p}
|
|
3071
|
+
`,b={props:t,emit:a,modifiers:c,changeTab:l,tabsData:d,tabsIdentifier:s,updatedPanes:m,slots:f,commonCSS:p,StyledComponent:g,get getTabLabelId(){return go},get getTabContentId(){return wo}};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}}),fb={class:"nmorph-tabs__label-list"},ub=["id","onClick","custom"],_b={key:0},gb={class:"nmorph-tabs__content__wrapper"},wb={class:"nmorph-tabs__content"},bb=["id"],kb={key:0};function yb(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"default"),e.createElementVNode("div",fb,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.updatedPanes,l=>(e.openBlock(),e.createElementBlock("div",{id:t.getTabLabelId(t.tabsIdentifier,l.name),key:l.name,class:e.normalizeClass(["nmorph-tabs__label",[{"nmorph-tabs__label--selected":l.name===t.props.modelValue},{"nmorph-tabs__label--disabled":l.disabled}]]),onClick:d=>t.changeTab(l),custom:l.disabled},[t.slots.default?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",_b,e.toDisplayString(l.label),1))],10,ub))),128))]),e.createElementVNode("div",gb,[e.createElementVNode("div",wb,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.updatedPanes,l=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:t.getTabContentId(t.tabsIdentifier,l.name),key:l.name},[t.slots.default?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",kb,e.toDisplayString(l.content),1))],8,bb)),[[e.vShow,l.name===t.props.modelValue]])),128))])])]),_:3},8,["class"])}const Bb=M(hb,[["render",yb],["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-tabs/NmorphTabs.vue"]]),go=(o,n)=>{if(o)return`nmorph-tabs-label-${o}-${n}`},wo=(o,n)=>{if(o)return`nmorph-tabs-content-${o}-${n}`},Nb=e.defineComponent({__name:"NmorphTabPane",props:{label:{type:String,required:!1,default:""},name:{type:String,required:!0},disabled:{type:Boolean,required:!1,default:!1},content:{type:String,required:!1,default:""}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>C({"nmorph-tab-pane":[]})),a=e.inject("nmorph-tabs-data"),c=e.ref(!1);e.onMounted(()=>{c.value=!0}),a.tabsData.value.push(r);const d={props:r,modifiers:t,providedData:a,isMounted:c,scopeProperties:r,get getTabContentId(){return wo},get getTabLabelId(){return go}};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function xb(o,n,r,t,a,c){return t.isMounted?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(),e.createBlock(e.Teleport,{to:`#${t.getTabLabelId(t.providedData?.tabsIdentifier,t.props.name)}`},[e.renderSlot(o.$slots,"label",{scope:t.scopeProperties})],8,["to"])),(e.openBlock(),e.createBlock(e.Teleport,{to:`#${t.getTabContentId(t.providedData?.tabsIdentifier,t.props.name)}`},[e.renderSlot(o.$slots,"default",{scope:t.scopeProperties})],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}const vb=M(Nb,[["render",xb],["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue"]]),Vb=e.defineComponent({__name:"NmorphDivider",props:{direction:{type:String,required:!1,default:"horizontal"}},setup(o,{expose:n}){n();const r=o,t=e.computed(()=>C({"nmorph-divider":[r.direction]})),a=$`
|
|
3067
3072
|
${G()}
|
|
3068
3073
|
|
|
3069
3074
|
&.nmorph-divider--horizontal {
|
|
@@ -3075,15 +3080,14 @@
|
|
|
3075
3080
|
width: 2px;
|
|
3076
3081
|
height: auto;
|
|
3077
3082
|
}
|
|
3078
|
-
`,
|
|
3079
|
-
${
|
|
3080
|
-
|
|
3083
|
+
`,c=H.div`
|
|
3084
|
+
${a}
|
|
3085
|
+
`,l={props:r,modifiers:t,commonCSS:a,StyledComponent:c};return Object.defineProperty(l,"__isScriptSetup",{enumerable:!1,value:!0}),l}});function Eb(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers)},null,8,["class"])}const Or=M(Vb,[["render",Eb],["__file","/builds/ketjo/nmorph/library/src/components/others/nmorph-divider/NmorphDivider.vue"]]),Sb=e.defineComponent({__name:"NmorphOverlay",props:{show:{type:Boolean,required:!0},transparent:{type:Boolean,required:!1,default:!1},zIndex:{type:Number,required:!1}},emits:["on-outside-click"],setup(o,{expose:n,emit:r}){n();const t=o,a=Yr(e.computed(()=>t.show),()=>t.zIndex),c=e.computed(()=>({zIndex:a.value})),l=e.computed(()=>C({"nmorph-overlay":[`${t.show&&"show"}`,`${t.transparent&&"transparent"}`]})),d=()=>{s("on-outside-click")},s=r,m=$`
|
|
3081
3086
|
opacity: 0;
|
|
3082
3087
|
pointer-events: none;
|
|
3083
3088
|
position: fixed;
|
|
3084
3089
|
top: 0;
|
|
3085
3090
|
left: 0;
|
|
3086
|
-
z-index: 1;
|
|
3087
3091
|
width: 100vw;
|
|
3088
3092
|
height: 100vh;
|
|
3089
3093
|
overflow: hidden;
|
|
@@ -3098,10 +3102,10 @@
|
|
|
3098
3102
|
opacity: 1;
|
|
3099
3103
|
pointer-events: auto;
|
|
3100
3104
|
}
|
|
3101
|
-
`,
|
|
3102
|
-
${
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
+
`,f=H.div`
|
|
3106
|
+
${m}
|
|
3107
|
+
z-index: ${g=>g.zIndex};
|
|
3108
|
+
`,p={props:t,zIndex:a,styledProps:c,modifiers:l,clickHandler:d,emit:s,commonCSS:m,StyledComponent:f};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}});function Cb(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:e.normalizeClass(t.modifiers),props:t.styledProps,onClick:e.withModifiers(t.clickHandler,["stop"])},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"nmorph-overlay__slot",onClick:n[0]||(n[0]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(o.$slots,"default")])]),_:3},8,["class","props"])}const xt=M(Sb,[["render",Cb],["__file","/builds/ketjo/nmorph/library/src/components/others/nmorph-overlay/NmorphOverlay.vue"]]),Pr=500,Mb=e.defineComponent({__name:"NmorphNotificationProvider",props:{notifications:{type:Array,required:!0},placement:{type:null,required:!1,default:"top-right"},zIndex:{type:Number,required:!1,default:1e3},quantity:{type:Number,required:!1,default:100}},setup(o,{expose:n}){n();const r=h=>typeof h.id=="string"&&h.id.length>0,t=e.ref([]),a=e.ref([]),c=e.ref([]),l=Object.values(bo),d=h=>{c.value=c.value.filter(B=>B.id!==h),a.value=a.value.filter(B=>B!==h)},s=(h,B=!0)=>{a.value.includes(h)||(B&&!t.value.includes(h)&&(t.value=[...t.value,h]),a.value=[...a.value,h],setTimeout(()=>d(h),Pr))},m=o,f=e.computed(()=>l.map(h=>{const B=c.value.filter(u=>(u.placement??m.placement)===h),w=Math.max(B.length-m.quantity,0);return{placement:h,notifications:B.slice(w)}}).filter(h=>h.notifications.length>0));e.watch(()=>m.notifications,h=>{const B=h.filter(r).filter(w=>!t.value.includes(w.id));c.value=c.value.map(w=>{const u=B.find(k=>k.id===w.id);return u?{...w,...u}:w}),B.forEach(w=>{c.value.some(k=>k.id===w.id)||c.value.push(w)}),c.value.filter(w=>!B.some(u=>u.id===w.id)).forEach(w=>s(w.id,!1))},{deep:!0,immediate:!0});const p=e.computed(()=>m.zIndex),g=$`
|
|
3105
3109
|
position: fixed;
|
|
3106
3110
|
top: 0;
|
|
3107
3111
|
left: 0;
|
|
@@ -3342,6 +3346,6 @@
|
|
|
3342
3346
|
opacity: 0;
|
|
3343
3347
|
pointer-events: none;
|
|
3344
3348
|
}
|
|
3345
|
-
`,
|
|
3346
|
-
${
|
|
3347
|
-
`;return(h,m)=>(e.openBlock(),e.createBlock(g,{class:"nmorph-notification-provider",style:e.normalizeStyle({zIndex:f.value})},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,k=>(e.openBlock(),e.createBlock(e.TransitionGroup,{key:k.placement,name:"nmorph-notification",tag:"div",class:e.normalizeClass(`nmorph-notification-provider__list nmorph-notification-provider__list--${k.placement}`)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k.notifications,y=>(e.openBlock(),e.createBlock(e.unref(Ur),e.mergeProps({key:y.id,style:{width:y.width},class:["nmorph-notification-provider__notification",r.value.includes(y.id)&&"nmorph-notification-provider__notification--closing"],ref_for:!0},y,{onClose:()=>s(y.id)}),null,16,["style","class","onClose"]))),128))]),_:2},1032,["class"]))),128))]),_:1},8,["style"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue"]]);var En=(n=>(n["top-left"]="top-left",n["top-center"]="top-center",n["top-right"]="top-right",n["bottom-left"]="bottom-left",n["bottom-center"]="bottom-center",n["bottom-right"]="bottom-right",n))(En||{});const V7={install(n,t={}){if(!t?.i18n?.outsideMessagesMerge){const c=sa(t.i18n),i=n.__VUE_I18N__;i?(c.global.messages.value&&Object.entries(c.global.messages.value).forEach(([s,d])=>{i.global.mergeLocaleMessage(s,d)}),c.global.locale.value&&(i.global.locale.value=c.global.locale.value)):n.use(c)}pa();const o=jn(t.theme),r=Yn(),l={theme:o,browser:r};return n.provide("nmorph",l),n}};a.AvatarShapeType=Dn,a.Locale=tt,a.NmorphAlert=Ur,a.NmorphAlertType=qe,a.NmorphArchiveResolution=$t,a.NmorphAudioResolution=Nt,a.NmorphAutocomplete=Og,a.NmorphAvatar=t9,a.NmorphBacktop=p7,a.NmorphBadge=r9,a.NmorphBreadcrumb=u7,a.NmorphBreadcrumbItem=f7,a.NmorphButton=O,a.NmorphButtonShape=cr,a.NmorphButtonStyle=lr,a.NmorphButtonType=ir,a.NmorphCalendar=Ir,a.NmorphCallout=ug,a.NmorphCard=f9,a.NmorphCarousel=b9,a.NmorphCarouselItem=k9,a.NmorphCheckbox=Gr,a.NmorphCheckboxGroup=Lg,a.NmorphCollapse=y9,a.NmorphCollapseItem=B9,a.NmorphColor=Lt,a.NmorphColorPicker=Wg,a.NmorphComponentDirection=Pn,a.NmorphComponentHeight=oe,a.NmorphComponentPosition=Fn,a.NmorphDatePicker=l_,a.NmorphDialog=wg,a.NmorphDivider=Jr,a.NmorphDocResolution=kn,a.NmorphDropdown=Vt,a.NmorphFileUpload=h_,a.NmorphForm=g_,a.NmorphFormItem=y_,a.NmorphIcon=L,a.NmorphIconAddLocation=Pi,a.NmorphIconAim=Wi,a.NmorphIconAlarmClock=Gi,a.NmorphIconApple=Qi,a.NmorphIconArchive=dr,a.NmorphIconArrowDown=nc,a.NmorphIconArrowLeft=pr,a.NmorphIconArrowRight=mr,a.NmorphIconArrowUp=sc,a.NmorphIconAudio=hr,a.NmorphIconAvatar=sn,a.NmorphIconBack=gc,a.NmorphIconBell=Bc,a.NmorphIconBellFilled=bc,a.NmorphIconBicycle=Nc,a.NmorphIconBottom=Ic,a.NmorphIconBottomLeft=Ec,a.NmorphIconBottomRight=Sc,a.NmorphIconBurger=Ac,a.NmorphIconCalendar=ur,a.NmorphIconCamera=Pc,a.NmorphIconCaretBottom=Wc,a.NmorphIconCaretLeft=Gc,a.NmorphIconCaretRight=Qc,a.NmorphIconCaretTop=e1,a.NmorphIconCellphone=o1,a.NmorphIconChatDotRound=l1,a.NmorphIconChatDotSquare=s1,a.NmorphIconChatLineRound=m1,a.NmorphIconChatLineSquare=f1,a.NmorphIconChatRound=w1,a.NmorphIconChatSquare=y1,a.NmorphIconCheck=v1,a.NmorphIconChecked=V1,a.NmorphIconCherry=M1,a.NmorphIconChevronDoubleDown=dn,a.NmorphIconChevronDown=re,a.NmorphIconChromeFilled=A1,a.NmorphIconCircleCheck=F1,a.NmorphIconCircleCheckFilled=D1,a.NmorphIconCircleClose=G1,a.NmorphIconCircleCloseFilled=fr,a.NmorphIconCirclePlus=es,a.NmorphIconCirclePlusFilled=Q1,a.NmorphIconClock=os,a.NmorphIconClose=ls,a.NmorphIconCloudy=ss,a.NmorphIconCode=ms,a.NmorphIconCoffee=ws,a.NmorphIconCoffeeCup=fs,a.NmorphIconCoin=ys,a.NmorphIconCollection=Vs,a.NmorphIconCollectionTag=vs,a.NmorphIconCompass=Ms,a.NmorphIconConnection=Hs,a.NmorphIconCoordinate=Ls,a.NmorphIconCopy=Ps,a.NmorphIconCopyDocument=js,a.NmorphIconCpu=Ws,a.NmorphIconCreditCard=Gs,a.NmorphIconCrop=Qs,a.NmorphIconCross=wt,a.NmorphIconDelete=ad,a.NmorphIconDeleteFilled=nd,a.NmorphIconDessert=cd,a.NmorphIconDiscount=pd,a.NmorphIconDoc=gr,a.NmorphIconDocument=Sd,a.NmorphIconDocumentAdd=gd,a.NmorphIconDocumentChecked=bd,a.NmorphIconDocumentCopy=Bd,a.NmorphIconDocumentDelete=Nd,a.NmorphIconDocumentRemove=Ed,a.NmorphIconDownload=Id,a.NmorphIconEdit=Dd,a.NmorphIconEditPen=Ad,a.NmorphIconEnlarge=_r,a.NmorphIconError=Ke,a.NmorphIconExit=Xd,a.NmorphIconExitSquare=Jd,a.NmorphIconExpand=Wd,a.NmorphIconEye=wr,a.NmorphIconEyeBlocked=br,a.NmorphIconFailed=l4,a.NmorphIconFiles=s4,a.NmorphIconFilm=m4,a.NmorphIconFilter=f4,a.NmorphIconFinished=w4,a.NmorphIconFlag=y4,a.NmorphIconFold=v4,a.NmorphIconFolder=j4,a.NmorphIconFolderAdd=V4,a.NmorphIconFolderChecked=M4,a.NmorphIconFolderDelete=H4,a.NmorphIconFolderOpened=L4,a.NmorphIconFood=P4,a.NmorphIconForkSpoon=W4,a.NmorphIconFullScreen=G4,a.NmorphIconGoblet=Q4,a.NmorphIconGoldMedal=o3,a.NmorphIconGoods=s3,a.NmorphIconGoodsFilled=l3,a.NmorphIconGoogle=e3,a.NmorphIconGrape=m3,a.NmorphIconGrid=f3,a.NmorphIconGuide=w3,a.NmorphIconHandbag=y3,a.NmorphIconHeadset=v3,a.NmorphIconHistogram=V3,a.NmorphIconHotWater=M3,a.NmorphIconHouse=H3,a.NmorphIconIceCreamRound=L3,a.NmorphIconIceDrink=j3,a.NmorphIconImage=pn,a.NmorphIconInfo=R3,a.NmorphIconInfoFilled=kr,a.NmorphIconKey=K3,a.NmorphIconKnifeFork=Z3,a.NmorphIconLightning=tp,a.NmorphIconLink=rp,a.NmorphIconList=ip,a.NmorphIconLoader=bt,a.NmorphIconLoading=yr,a.NmorphIconLocation=xp,a.NmorphIconLocationFilled=up,a.NmorphIconLocationInformation=_p,a.NmorphIconLock=$p,a.NmorphIconLogo=kp,a.NmorphIconLollipop=Cp,a.NmorphIconMagicStick=zp,a.NmorphIconMagnet=qp,a.NmorphIconMale=Tp,a.NmorphIconManagement=Op,a.NmorphIconMapLocation=Rp,a.NmorphIconMedal=Yp,a.NmorphIconMemo=Xp,a.NmorphIconMenu=Jp,a.NmorphIconMessage=am,a.NmorphIconMessageBox=nm,a.NmorphIconMic=cm,a.NmorphIconMicrophone=pm,a.NmorphIconMinus=um,a.NmorphIconMinusThin=mn,a.NmorphIconMoney=bm,a.NmorphIconMonitor=Bm,a.NmorphIconMoon=Nm,a.NmorphIconMore=Sm,a.NmorphIconMoreFilled=Em,a.NmorphIconMostlyCloudy=Im,a.NmorphIconMouse=Am,a.NmorphIconMug=Dm,a.NmorphIconMute=Um,a.NmorphIconMuteNotification=Fm,a.NmorphIconNoSmoking=Km,a.NmorphIconNotebook=Zm,a.NmorphIconNotification=t6,a.NmorphIconOfficeBuilding=r6,a.NmorphIconOperation=i6,a.NmorphIconOpportunity=d6,a.NmorphIconOrange=h6,a.NmorphIconPaperclip=g6,a.NmorphIconPartlyCloudy=b6,a.NmorphIconPause=B6,a.NmorphIconPear=N6,a.NmorphIconPhone=S6,a.NmorphIconPhoneFilled=E6,a.NmorphIconPicture=I6,a.NmorphIconPieChart=A6,a.NmorphIconPlace=D6,a.NmorphIconPlatform=F6,a.NmorphIconPlay=U6,a.NmorphIconPlus=K6,a.NmorphIconPlusThin=hn,a.NmorphIconPointer=eh,a.NmorphIconPosition=oh,a.NmorphIconPostCard=lh,a.NmorphIconPouring=sh,a.NmorphIconPresent=mh,a.NmorphIconPriceTag=fh,a.NmorphIconPrinter=wh,a.NmorphIconPromotion=yh,a.NmorphIconQuartzWatch=vh,a.NmorphIconQuestionFilled=Vh,a.NmorphIconRank=Mh,a.NmorphIconReading=Lh,a.NmorphIconReadingLamp=Hh,a.NmorphIconRecord=jh,a.NmorphIconRefresh=Gh,a.NmorphIconRefreshLeft=Ph,a.NmorphIconRefreshRight=Wh,a.NmorphIconRefrigerator=Qh,a.NmorphIconRemove=o8,a.NmorphIconRemoveFilled=e8,a.NmorphIconRight=l8,a.NmorphIconRotateLeft=Br,a.NmorphIconRotateRight=xr,a.NmorphIconScaleToOriginal=h8,a.NmorphIconSchool=g8,a.NmorphIconScissor=b8,a.NmorphIconSearch=B8,a.NmorphIconSelect=N8,a.NmorphIconSell=E8,a.NmorphIconSemiSelect=S8,a.NmorphIconService=I8,a.NmorphIconSetting=A8,a.NmorphIconShare=D8,a.NmorphIconShip=F8,a.NmorphIconShop=U8,a.NmorphIconShoppingBag=K8,a.NmorphIconShoppingCart=tu,a.NmorphIconShoppingCartFull=Z8,a.NmorphIconShrink=vr,a.NmorphIconSize=sr,a.NmorphIconSmoking=lu,a.NmorphIconSoccer=su,a.NmorphIconSoldOut=mu,a.NmorphIconSort=yu,a.NmorphIconSortDown=fu,a.NmorphIconSortUp=wu,a.NmorphIconStamp=vu,a.NmorphIconStar=Mu,a.NmorphIconStarFilled=Vu,a.NmorphIconStop=Hu,a.NmorphIconSuccess=un,a.NmorphIconSuccessFilled=Nr,a.NmorphIconSugar=Du,a.NmorphIconSunny=Fu,a.NmorphIconSunrise=Uu,a.NmorphIconSunset=Ku,a.NmorphIconSwitch=r5,a.NmorphIconSwitchButton=Zu,a.NmorphIconSwitchFilled=t5,a.NmorphIconTakeawayBox=i5,a.NmorphIconTicket=d5,a.NmorphIconTickets=h5,a.NmorphIconTime=g5,a.NmorphIconTimer=b5,a.NmorphIconToiletPaper=B5,a.NmorphIconTools=N5,a.NmorphIconTop=I5,a.NmorphIconTopLeft=E5,a.NmorphIconTopRight=S5,a.NmorphIconTrendCharts=A5,a.NmorphIconTriangleDown=fn,a.NmorphIconTrophy=W5,a.NmorphIconTrophyBase=P5,a.NmorphIconTurnOff=G5,a.NmorphIconUmbrella=Q5,a.NmorphIconUnlock=ef,a.NmorphIconUpload=lf,a.NmorphIconUploadFilled=of,a.NmorphIconUser=hf,a.NmorphIconUserFilled=df,a.NmorphIconUsers=gf,a.NmorphIconVan=bf,a.NmorphIconVideo=Vr,a.NmorphIconVideoCamera=$r,a.NmorphIconVideoPause=vf,a.NmorphIconVideoPlay=Vf,a.NmorphIconView=$r,a.NmorphIconWallet=qf,a.NmorphIconWalletFilled=zf,a.NmorphIconWarnTriangleFilled=Er,a.NmorphIconWarning=Df,a.NmorphIconWatch=Ff,a.NmorphIconWindPower=Uf,a.NmorphIconZoomIn=Cr,a.NmorphIconZoomOut=Mr,a.NmorphImage=yt,a.NmorphImageFit=Rn,a.NmorphImagePreview=wn,a.NmorphImageResolution=xt,a.NmorphLibrary=V7,a.NmorphLink=Jf,a.NmorphLinkTarget=Sr,a.NmorphNotificationPlacement=En,a.NmorphNotificationProvider=$7,a.NmorphNumberInput=M_,a.NmorphOTPInput=L_,a.NmorphOverflowProp=zr,a.NmorphOverlay=Et,a.NmorphPagination=S9,a.NmorphProgress=O9,a.NmorphRadio=vn,a.NmorphRadioGroup=Nn,a.NmorphRadioStyleType=Wn,a.NmorphScroll=e9,a.NmorphScrollBehavior=Hr,a.NmorphSelect=F_,a.NmorphSelectButton=s7,a.NmorphSelectButtonItem=Zr,a.NmorphSelectOption=Qr,a.NmorphSelectionDateType=Un,a.NmorphShadowType=qt,a.NmorphSkeleton=W9,a.NmorphSkeletonItem=Pr,a.NmorphSkeletonItemPropsType=Or,a.NmorphSlider=G_,a.NmorphSortOrder=On,a.NmorphSwitch=Q_,a.NmorphTabPane=v7,a.NmorphTable=Fr,a.NmorphTableCell=Rr,a.NmorphTableColumn=Wr,a.NmorphTabs=x7,a.NmorphTagItem=bn,a.NmorphTagList=og,a.NmorphTextInput=Bn,a.NmorphTooltip=Yr,a.NmorphVideoResolution=vt,a.en=At,a.formatDateIntl=gn,a.getDecadeYears=qr,a.getMonthDaysByWeek=Dr,a.getMonthName=_n,a.getTabContentId=Vn,a.getTabLabelId=$n,a.hasAnyRangeDateInNextMonth=Ar,a.hasAnyRangeDateInPrevMonth=Lr,a.isTodayInMonthRange=Tr,a.nmorphLog=Ln,a.resetTimeToZero=_e,a.resolution=u_,a.ru=ua,a.useCalendarTexts=kt,a.useNmorph=ha,a.useNmorphBrowser=Yn,a.useNmorphNotification=ma,a.useNmorphTheme=jn,a.zh=fa,Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});
|
|
3349
|
+
`,b=H.div`
|
|
3350
|
+
${g}
|
|
3351
|
+
`,_={ANIMATION_DURATION:Pr,hasNotificationId:r,removedIds:t,closingIds:a,renderedNotifications:c,placementList:l,removeRenderedNotification:d,closeHandler:s,props:m,notificationGroups:f,zIndex:p,commonCSS:g,StyledComponent:b,get NmorphAlert(){return qr}};return Object.defineProperty(_,"__isScriptSetup",{enumerable:!1,value:!0}),_}});function zb(o,n,r,t,a,c){return e.openBlock(),e.createBlock(t.StyledComponent,{class:"nmorph-notification-provider",style:e.normalizeStyle({zIndex:t.zIndex})},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.notificationGroups,l=>(e.openBlock(),e.createBlock(e.TransitionGroup,{key:l.placement,name:"nmorph-notification",tag:"div",class:e.normalizeClass(`nmorph-notification-provider__list nmorph-notification-provider__list--${l.placement}`)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.notifications,d=>(e.openBlock(),e.createBlock(t.NmorphAlert,e.mergeProps({key:d.id,style:{width:d.width},class:["nmorph-notification-provider__notification",t.closingIds.includes(d.id)&&"nmorph-notification-provider__notification--closing"],ref_for:!0},d,{onClose:()=>t.closeHandler(d.id)}),null,16,["style","class","onClose"]))),128))]),_:2},1032,["class"]))),128))]),_:1},8,["style"])}const Ib=M(Mb,[["render",zb],["__file","/builds/ketjo/nmorph/library/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue"]]);var bo=(o=>(o["top-left"]="top-left",o["top-center"]="top-center",o["top-right"]="top-right",o["bottom-left"]="bottom-left",o["bottom-center"]="bottom-center",o["bottom-right"]="bottom-right",o))(bo||{});const Hb={install(o,n={}){if(!n?.i18n?.outsideMessagesMerge){const l=Jr(n.i18n),d=o.__VUE_I18N__;d?(l.global.messages.value&&Object.entries(l.global.messages.value).forEach(([s,m])=>{d.global.mergeLocaleMessage(s,m)}),l.global.locale.value&&(d.global.locale.value=l.global.locale.value)):o.use(l)}ta();const r=Mo(n.theme),t=Do(),a=ra(n.zIndex),c={theme:r,browser:t,zIndex:a};return o.provide("nmorph",c),o}};i.AvatarShapeType=zo,i.Locale=tt,i.NmorphAlert=qr,i.NmorphAlertType=He,i.NmorphArchiveResolution=yt,i.NmorphAudioResolution=kt,i.NmorphAutocomplete=Tg,i.NmorphAvatar=Uu,i.NmorphBacktop=ob,i.NmorphBadge=Zu,i.NmorphBreadcrumb=ib,i.NmorphBreadcrumbItem=db,i.NmorphButton=ae,i.NmorphButtonShape=Un,i.NmorphButtonStyle=Wn,i.NmorphButtonType=Yn,i.NmorphCalendar=Nr,i.NmorphCallout=Z_,i.NmorphCard=u9,i.NmorphCarousel=y9,i.NmorphCarouselItem=x9,i.NmorphCheckbox=Tr,i.NmorphCheckboxGroup=Cg,i.NmorphCollapse=E9,i.NmorphCollapseItem=z9,i.NmorphColor=It,i.NmorphColorPicker=Fg,i.NmorphComponentDirection=Ho,i.NmorphComponentHeight=te,i.NmorphComponentPosition=$o,i.NmorphDatePicker=u7,i.NmorphDialog=rg,i.NmorphDivider=Or,i.NmorphDocResolution=ho,i.NmorphDropdown=Nt,i.NmorphFileUpload=x7,i.NmorphForm=C7,i.NmorphFormItem=O7,i.NmorphIcon=F,i.NmorphIconAddLocation=Ci,i.NmorphIconAim=Ii,i.NmorphIconAlarmClock=qi,i.NmorphIconApple=Di,i.NmorphIconArchive=Kn,i.NmorphIconArrowDown=Fi,i.NmorphIconArrowLeft=Xn,i.NmorphIconArrowRight=Qn,i.NmorphIconArrowUp=Xi,i.NmorphIconAudio=Zn,i.NmorphIconAvatar=ro,i.NmorphIconBack=nc,i.NmorphIconBell=sc,i.NmorphIconBellFilled=lc,i.NmorphIconBicycle=pc,i.NmorphIconBottom=yc,i.NmorphIconBottomLeft=uc,i.NmorphIconBottomRight=wc,i.NmorphIconBurger=xc,i.NmorphIconCalendar=Jn,i.NmorphIconCamera=Cc,i.NmorphIconCaretBottom=Ic,i.NmorphIconCaretLeft=qc,i.NmorphIconCaretRight=Dc,i.NmorphIconCaretTop=Oc,i.NmorphIconCellphone=Rc,i.NmorphIconChatDotRound=Uc,i.NmorphIconChatDotSquare=Xc,i.NmorphIconChatLineRound=Jc,i.NmorphIconChatLineSquare=o1,i.NmorphIconChatRound=a1,i.NmorphIconChatSquare=c1,i.NmorphIconCheck=m1,i.NmorphIconChecked=f1,i.NmorphIconCherry=g1,i.NmorphIconChevronDoubleDown=er,i.NmorphIconChevronDown=ue,i.NmorphIconChromeFilled=x1,i.NmorphIconCircleCheck=M1,i.NmorphIconCircleCheckFilled=E1,i.NmorphIconCircleClose=q1,i.NmorphIconCircleCloseFilled=tr,i.NmorphIconCirclePlus=O1,i.NmorphIconCirclePlusFilled=D1,i.NmorphIconClock=R1,i.NmorphIconClose=U1,i.NmorphIconCloudy=X1,i.NmorphIconCode=J1,i.NmorphIconCoffee=as,i.NmorphIconCoffeeCup=os,i.NmorphIconCoin=cs,i.NmorphIconCollection=fs,i.NmorphIconCollectionTag=ms,i.NmorphIconCompass=gs,i.NmorphIconConnection=ks,i.NmorphIconCoordinate=Ns,i.NmorphIconCopy=Cs,i.NmorphIconCopyDocument=Vs,i.NmorphIconCpu=Is,i.NmorphIconCreditCard=qs,i.NmorphIconCrop=Ds,i.NmorphIconCross=ut,i.NmorphIconDelete=Ys,i.NmorphIconDeleteFilled=Fs,i.NmorphIconDessert=Ks,i.NmorphIconDiscount=Zs,i.NmorphIconDoc=or,i.NmorphIconDocument=wd,i.NmorphIconDocumentAdd=nd,i.NmorphIconDocumentChecked=ld,i.NmorphIconDocumentCopy=sd,i.NmorphIconDocumentDelete=pd,i.NmorphIconDocumentRemove=ud,i.NmorphIconDownload=yd,i.NmorphIconEdit=Ed,i.NmorphIconEditPen=xd,i.NmorphIconEnlarge=nr,i.NmorphIconError=Ue,i.NmorphIconExit=Td,i.NmorphIconExitSquare=Ad,i.NmorphIconExpand=Id,i.NmorphIconEye=rr,i.NmorphIconEyeBlocked=ar,i.NmorphIconFailed=Ud,i.NmorphIconFiles=Xd,i.NmorphIconFilm=Jd,i.NmorphIconFilter=o4,i.NmorphIconFinished=a4,i.NmorphIconFlag=c4,i.NmorphIconFold=m4,i.NmorphIconFolder=V4,i.NmorphIconFolderAdd=f4,i.NmorphIconFolderChecked=g4,i.NmorphIconFolderDelete=k4,i.NmorphIconFolderOpened=N4,i.NmorphIconFood=C4,i.NmorphIconForkSpoon=I4,i.NmorphIconFullScreen=q4,i.NmorphIconGoblet=D4,i.NmorphIconGoldMedal=R4,i.NmorphIconGoods=X4,i.NmorphIconGoodsFilled=U4,i.NmorphIconGoogle=O4,i.NmorphIconGrape=J4,i.NmorphIconGrid=o3,i.NmorphIconGuide=a3,i.NmorphIconHandbag=c3,i.NmorphIconHeadset=m3,i.NmorphIconHistogram=f3,i.NmorphIconHotWater=g3,i.NmorphIconHouse=k3,i.NmorphIconIceCreamRound=N3,i.NmorphIconIceDrink=V3,i.NmorphIconImage=ao,i.NmorphIconInfo=z3,i.NmorphIconInfoFilled=lr,i.NmorphIconKey=L3,i.NmorphIconKnifeFork=j3,i.NmorphIconLightning=P3,i.NmorphIconLink=W3,i.NmorphIconList=G3,i.NmorphIconLoader=_t,i.NmorphIconLoading=ir,i.NmorphIconLocation=dm,i.NmorphIconLocationFilled=tm,i.NmorphIconLocationInformation=rm,i.NmorphIconLock=hm,i.NmorphIconLogo=im,i.NmorphIconLollipop=_m,i.NmorphIconMagicStick=bm,i.NmorphIconMagnet=Bm,i.NmorphIconMale=vm,i.NmorphIconManagement=Sm,i.NmorphIconMapLocation=zm,i.NmorphIconMedal=$m,i.NmorphIconMemo=Tm,i.NmorphIconMenu=Am,i.NmorphIconMessage=Ym,i.NmorphIconMessageBox=Fm,i.NmorphIconMic=Km,i.NmorphIconMicrophone=Zm,i.NmorphIconMinus=tp,i.NmorphIconMinusThin=cr,i.NmorphIconMoney=lp,i.NmorphIconMonitor=sp,i.NmorphIconMoon=pp,i.NmorphIconMore=wp,i.NmorphIconMoreFilled=up,i.NmorphIconMostlyCloudy=yp,i.NmorphIconMouse=xp,i.NmorphIconMug=Ep,i.NmorphIconMute=Hp,i.NmorphIconMuteNotification=Mp,i.NmorphIconNoSmoking=Lp,i.NmorphIconNotebook=jp,i.NmorphIconNotification=Pp,i.NmorphIconOfficeBuilding=Wp,i.NmorphIconOperation=Gp,i.NmorphIconOpportunity=Qp,i.NmorphIconOrange=e6,i.NmorphIconPaperclip=n6,i.NmorphIconPartlyCloudy=l6,i.NmorphIconPause=s6,i.NmorphIconPear=p6,i.NmorphIconPhone=w6,i.NmorphIconPhoneFilled=u6,i.NmorphIconPicture=y6,i.NmorphIconPieChart=x6,i.NmorphIconPlace=E6,i.NmorphIconPlatform=M6,i.NmorphIconPlay=H6,i.NmorphIconPlus=L6,i.NmorphIconPlusThin=sr,i.NmorphIconPointer=O6,i.NmorphIconPosition=R6,i.NmorphIconPostCard=U6,i.NmorphIconPouring=X6,i.NmorphIconPresent=J6,i.NmorphIconPriceTag=oh,i.NmorphIconPrinter=ah,i.NmorphIconPromotion=ch,i.NmorphIconQuartzWatch=mh,i.NmorphIconQuestionFilled=fh,i.NmorphIconRank=gh,i.NmorphIconReading=Nh,i.NmorphIconReadingLamp=kh,i.NmorphIconRecord=Vh,i.NmorphIconRefresh=qh,i.NmorphIconRefreshLeft=Ch,i.NmorphIconRefreshRight=Ih,i.NmorphIconRefrigerator=Dh,i.NmorphIconRemove=Rh,i.NmorphIconRemoveFilled=Oh,i.NmorphIconRight=Uh,i.NmorphIconRotateLeft=dr,i.NmorphIconRotateRight=mr,i.NmorphIconScaleToOriginal=e8,i.NmorphIconSchool=n8,i.NmorphIconScissor=l8,i.NmorphIconSearch=s8,i.NmorphIconSelect=p8,i.NmorphIconSell=u8,i.NmorphIconSemiSelect=w8,i.NmorphIconService=y8,i.NmorphIconSetting=x8,i.NmorphIconShare=E8,i.NmorphIconShip=M8,i.NmorphIconShop=H8,i.NmorphIconShoppingBag=L8,i.NmorphIconShoppingCart=P8,i.NmorphIconShoppingCartFull=j8,i.NmorphIconShrink=pr,i.NmorphIconSize=Gn,i.NmorphIconSmoking=U8,i.NmorphIconSoccer=X8,i.NmorphIconSoldOut=J8,i.NmorphIconSort=c5,i.NmorphIconSortDown=o5,i.NmorphIconSortUp=a5,i.NmorphIconStamp=m5,i.NmorphIconStar=g5,i.NmorphIconStarFilled=f5,i.NmorphIconStop=k5,i.NmorphIconSuccess=lo,i.NmorphIconSuccessFilled=hr,i.NmorphIconSugar=E5,i.NmorphIconSunny=M5,i.NmorphIconSunrise=H5,i.NmorphIconSunset=L5,i.NmorphIconSwitch=W5,i.NmorphIconSwitchButton=j5,i.NmorphIconSwitchFilled=P5,i.NmorphIconTakeawayBox=G5,i.NmorphIconTicket=Q5,i.NmorphIconTickets=ef,i.NmorphIconTime=nf,i.NmorphIconTimer=lf,i.NmorphIconToiletPaper=df,i.NmorphIconTools=hf,i.NmorphIconTop=Bf,i.NmorphIconTopLeft=_f,i.NmorphIconTopRight=bf,i.NmorphIconTrendCharts=vf,i.NmorphIconTriangleDown=fr,i.NmorphIconTrophy=Hf,i.NmorphIconTrophyBase=Mf,i.NmorphIconTurnOff=Lf,i.NmorphIconUmbrella=jf,i.NmorphIconUnlock=Pf,i.NmorphIconUpload=Gf,i.NmorphIconUploadFilled=Wf,i.NmorphIconUser=eu,i.NmorphIconUserFilled=Qf,i.NmorphIconUsers=nu,i.NmorphIconVan=lu,i.NmorphIconVideo=_r,i.NmorphIconVideoCamera=ur,i.NmorphIconVideoPause=mu,i.NmorphIconVideoPlay=fu,i.NmorphIconView=ur,i.NmorphIconWallet=Bu,i.NmorphIconWalletFilled=bu,i.NmorphIconWarnTriangleFilled=gr,i.NmorphIconWarning=Eu,i.NmorphIconWatch=Mu,i.NmorphIconWindPower=Hu,i.NmorphIconZoomIn=wr,i.NmorphIconZoomOut=br,i.NmorphImage=so,i.NmorphImageFit=qo,i.NmorphImagePreview=mo,i.NmorphImageResolution=wt,i.NmorphLibrary=Hb,i.NmorphLink=Ou,i.NmorphLinkTarget=kr,i.NmorphNotificationPlacement=bo,i.NmorphNotificationProvider=Ib,i.NmorphNumberInput=Z7,i.NmorphOTPInput=cw,i.NmorphOverflowProp=yr,i.NmorphOverlay=xt,i.NmorphPagination=Y9,i.NmorphProgress=r_,i.NmorphRadio=uo,i.NmorphRadioGroup=_o,i.NmorphRadioStyleType=Lo,i.NmorphScroll=Ru,i.NmorphScrollBehavior=Br,i.NmorphSelect=ww,i.NmorphSelectButton=Xw,i.NmorphSelectButtonItem=Ar,i.NmorphSelectOption=jr,i.NmorphSelectionDateType=To,i.NmorphShadowType=zt,i.NmorphSkeleton=d_,i.NmorphSkeletonItem=zr,i.NmorphSkeletonItemPropsType=Mr,i.NmorphSlider=Ew,i.NmorphSortOrder=Io,i.NmorphSwitch=Iw,i.NmorphTabPane=vb,i.NmorphTable=Ir,i.NmorphTableCell=Hr,i.NmorphTableColumn=$r,i.NmorphTabs=Bb,i.NmorphTagItem=po,i.NmorphTagList=q_,i.NmorphTextInput=fo,i.NmorphTooltip=Lr,i.NmorphVideoResolution=bt,i.en=Ht,i.formatDateIntl=io,i.getDecadeYears=xr,i.getMonthDaysByWeek=Cr,i.getMonthName=co,i.getTabContentId=wo,i.getTabLabelId=go,i.hasAnyRangeDateInNextMonth=Vr,i.hasAnyRangeDateInPrevMonth=vr,i.isTodayInMonthRange=Er,i.nmorphLog=Eo,i.resetTimeToZero=_e,i.resolution=v7,i.ru=aa,i.useCalendarTexts=gt,i.useNmorph=na,i.useNmorphBrowser=Do,i.useNmorphNotification=oa,i.useNmorphTheme=Mo,i.zh=la,Object.defineProperty(i,Symbol.toStringTag,{value:"Module"})});
|