@nmorph/nmorph-ui-kit 2.0.0 → 2.0.2
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 +8937 -5687
- package/dist/index.umd.js +465 -414
- package/dist/src/components/basic/nmorph-button/NmorphButton.vue.d.ts +2 -0
- package/dist/src/components/basic/nmorph-icon/NmorphIcon.vue.d.ts +1 -1
- package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +12 -3
- package/dist/src/components/data/nmorph-badge/NmorphBadge.vue.d.ts +11 -5
- package/dist/src/components/data/nmorph-progress/NmorphProgress.vue.d.ts +1 -1
- package/dist/src/components/form/index.d.ts +1 -0
- package/dist/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue.d.ts +2 -0
- package/dist/src/components/form/nmorph-form/types.d.ts +1 -0
- package/dist/src/components/form/nmorph-form/use-form-item-input.d.ts +2 -1
- package/dist/src/components/form/nmorph-otp-input/NmorphOTPInput.vue.d.ts +34 -0
- package/dist/src/components/form/nmorph-text-input/NmorphTextInput.vue.d.ts +7 -0
- package/dist/src/outside-hooks/use-nmorph-notification.d.ts +27 -1
- package/dist/src/types/index.d.ts +1 -0
- package/package.json +6 -1
package/dist/index.umd.js
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
(function(a,
|
|
1
|
+
(function(a,ce){typeof exports=="object"&&typeof module<"u"?ce(exports,require("vue-i18n"),require("vue")):typeof define=="function"&&define.amd?define(["exports","vue-i18n","vue"],ce):(a=typeof globalThis<"u"?globalThis:a||self,ce(a.library={},a.vueI18n,a.vue))})(this,function(a,ce,e){"use strict";const $t=n=>{const{inputValue:t,rules:o}=n,r=e.ref([]),l=e.ref(!1),i=e.ref(!1);return{touched:i,valid:l,errors:r,validate:()=>{const s=o?.length>0;if(!s){l.value=!0;return}if(t===null)return;const d=t,m=_=>s&&_ in o[0],w=typeof d=="string"&&m("pattern"),u=typeof d=="number"&&m("numberCompareType"),f=(typeof d=="string"||typeof d=="boolean")&&m("booleanCompareType"),h=Array.isArray(d)&&m("arrayCompareType");if(!u&&!w&&!f&&!h){console.warn("The input value and the provided rules do not match");return}if(i.value||(i.value=!0),w){const _=o;r.value=_.reduce((y,g)=>(d.match(g.pattern)||y.push(g.error),y),[])}if(u){const _=(g,k,b)=>{switch(b){case"eq":return g===k;case"gt":return g>k;case"lt":return g<k;case"lte":return g<=k;case"gte":return g>=k}},y=o;r.value=y.reduce((g,k)=>(_(d,k.compareValue,k.numberCompareType)&&g.push(k.error),g),[])}if(f){const _=o;r.value=_.reduce((y,g)=>{let k=!1;const{compareValue:b,booleanCompareType:B}=g;return B==="not-eq"&&(k=d===b),B==="eq"&&(k=d!==b),k||y.push(g.error),y},[])}if(h){const _=o,y=(g,k,b)=>{switch(b){case"contains-one":return g.some(N=>k.includes(N));case"full-eq":if(g.length!==k.length)return!1;const B=[...g].sort(),x=[...k].sort();return B.every((N,V)=>N===x[V]);case"not-contains":return!g.some(N=>k.includes(N))}};r.value=_.reduce((g,k)=>(y(d.map(B=>String(B)),k.compareValue,k.arrayCompareType)||g.push(k.error),g),[])}l.value=r.value.length===0}}},Jr=(n,t)=>{const o=t.filter(r=>r!=="false"&&r&&r!=="undefined").map(r=>`${n}--${r}`);return o.push(n),o.join(" ").trim().replace(/\s+/g," ")},E=n=>Object.entries(n).map(([t,o])=>Jr(t,o)).join(" ").trim().replace(/\s+/g," "),vn=n=>n.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),$n=n=>JSON.parse(JSON.stringify(n)),be=()=>{const n=()=>Math.floor((1+Math.random())*65536).toString(16).substring(1);return`${n()}${n()}-${n()}-4${n().substr(0,3)}-${n().substr(0,1)}${n().substr(1,3)}-${n()}${n()}${n()}`},ea=()=>`
|
|
2
2
|
font-weight: 400;
|
|
3
3
|
font-size: var(--font-size-tiny);
|
|
4
4
|
line-height: var(--line-height-regular);
|
|
5
|
-
`,
|
|
5
|
+
`,fe=()=>`
|
|
6
6
|
font-weight: 400;
|
|
7
7
|
font-size: var(--font-size-extra-small);
|
|
8
8
|
line-height: var(--line-height-regular);
|
|
9
|
-
`,
|
|
9
|
+
`,Ae=()=>`
|
|
10
10
|
font-weight: 400;
|
|
11
11
|
font-size: var(--font-size-small);
|
|
12
12
|
line-height: var(--line-height-regular);
|
|
13
|
-
`,
|
|
13
|
+
`,Vt=()=>`
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
font-size: var(--font-size-base);
|
|
16
16
|
line-height: var(--line-height-regular);
|
|
17
|
-
`,
|
|
17
|
+
`,Vn=()=>`
|
|
18
18
|
font-weight: 600;
|
|
19
19
|
font-size: var(--font-size-small);
|
|
20
20
|
line-height: var(--line-height-loose);
|
|
21
|
-
`,
|
|
21
|
+
`,Et=()=>`
|
|
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
|
+
`,En=()=>`
|
|
30
30
|
font-weight: 800;
|
|
31
31
|
font-size: var(--font-size-extra-large);
|
|
32
32
|
line-height: var(--line-height-loose);
|
|
33
|
-
`,
|
|
33
|
+
`,U=()=>`
|
|
34
34
|
background: var(--nmorph-main-color);
|
|
35
35
|
box-shadow:
|
|
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
|
+
`,P=()=>`
|
|
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
|
-
`,
|
|
45
|
+
`,Cn=n=>`
|
|
46
46
|
border: ${n}px solid var(--nmorph-main-color);
|
|
47
|
-
`,
|
|
48
|
-
${
|
|
47
|
+
`,Mt=(n=0,t=!1)=>`
|
|
48
|
+
${Cn(n)}
|
|
49
49
|
|
|
50
50
|
background: var(--nmorph-main-color);
|
|
51
51
|
box-shadow:
|
|
@@ -54,25 +54,25 @@
|
|
|
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
56
|
inset calc(-1 * var(--base-shadow-width)) calc(-0.5 * var(--base-shadow-width)) var(--base-shadow-blur) ${t?"var(--nmorph-dark-shade-color)":"var(--nmorph-light-shade-color)"};
|
|
57
|
-
`,
|
|
57
|
+
`,Z=()=>`
|
|
58
58
|
cursor: not-allowed;
|
|
59
59
|
opacity: 0.6;
|
|
60
|
-
`,
|
|
60
|
+
`,Ke=()=>`
|
|
61
61
|
overflow: hidden;
|
|
62
62
|
white-space: nowrap;
|
|
63
63
|
text-overflow: ellipsis;
|
|
64
|
-
`,
|
|
64
|
+
`,Xe=()=>`
|
|
65
65
|
outline: 2px solid var(--nmorph-accent-color);
|
|
66
|
-
`,
|
|
67
|
-
&[${
|
|
68
|
-
${
|
|
66
|
+
`,ta=(n,t=!1)=>{const o=e.reactive({}),r=e.reactive({}),l=e.reactive($n(n)),i=e.ref(!1),c=e.ref(!1),s=()=>{Object.entries(n).forEach(([u,f])=>{r[u]=$t({inputValue:f.value,rules:f.rules}),r[u].validate()}),i.value=Object.entries(r).every(([u,f])=>f.valid)},d=()=>{Object.entries(n).forEach(([u,f])=>{o[u]=$t({inputValue:f.value,rules:f.rules}),o[u].validate()})},m=(u,f)=>Object.keys(f).filter(p=>{const _=u[p]?JSON.stringify(u[p]):null,y=JSON.stringify(f[p]);return _!==y}),w=u=>{m(l,u).forEach(h=>{const p=u[h];o[h]=$t({inputValue:p.value,rules:p.rules}),o[h].validate()}),Object.assign(l,$n(u)),s(),c.value=!0};return e.watch(n,w,{deep:!0}),t&&d(),{fields:o,isFormValid:e.readonly(i),isAnyTouched:e.readonly(c)}},Mn=n=>{const{initialPlacement:t,relativeElement:o,contentDOMElement:r,yOffset:l=0,xOffset:i=0}=n,c=e.ref(t),s=e.ref({x:"0px",y:"0px"}),d=e.inject("nmorph"),m=e.ref(null);e.watch(()=>d.browser,()=>{_()},{deep:!0}),e.onMounted(()=>{_(),f(),h(),u.observe(document.body,{childList:!0,subtree:!0}),w()}),e.onUnmounted(()=>{p(),u.disconnect()});const w=()=>{e.nextTick(()=>{r.value&&_()})},u=new MutationObserver(()=>{w()}),f=()=>{let y=r.value;for(;y;){const g=window.getComputedStyle(y);if(g.overflowY==="auto"||g.overflowY==="scroll"){m.value=y;break}y=y.parentElement}},h=()=>{m.value?m.value.addEventListener("scroll",_,{passive:!0}):window.addEventListener("scroll",_,{passive:!0})},p=()=>{m.value?m.value.removeEventListener("scroll",_):window.removeEventListener("scroll",_)},_=()=>{e.nextTick(()=>{if(!r.value||!o){console.warn("There is no relative element or content DOM element");return}const y=r.value.getBoundingClientRect(),g=y.width,k=y.height,b="value"in o?o.value:o;if(!b){console.warn("Relative element is not an HTMLElement");return}const B=b.getBoundingClientRect(),{x,y:N}=B,V=B.width,$=B.height,q=window.innerWidth,v=window.innerHeight;c.value==="top"&&N-k<0&&(c.value="bottom"),c.value==="bottom"&&N+$+k>v&&(c.value="top"),c.value==="left"&&x-g<0&&(c.value="right"),c.value==="right"&&x+V+g>q&&(c.value="left"),c.value==="top"&&(s.value={x:`${x+i}px`,y:`${N-k+l}px`}),c.value==="bottom"&&(s.value={x:`${x+i}px`,y:`${N+$+l}px`}),c.value==="right"&&(s.value={x:`${x+V+i}px`,y:`${N+l}px`}),c.value==="left"&&(s.value={x:`${x-g+i}px`,y:`${N+l}px`})})};return{placement:c,placementCoords:s}},na={name:"@nmorph/nmorph-ui-kit",type:"module",private:!1,version:"2.0.2",license:"MIT",repository:{type:"git",url:"https://gitlab.com/ketjo/nmorph",directory:"library"},engines:{node:">=18.13.0",npm:">=8.19.3"},types:"./dist/index.d.ts",main:"./dist/index.umd.js",module:"./dist/index.es.js",style:"./dist/style.css",sideEffects:["*.css"],files:["dist","tsconfig.base.json",".eslintrc.base.cjs",".stylelintrc.base.cjs",".prettierrc.base.cjs"],exports:{".":{import:{types:"./dist/index.d.ts",default:"./dist/index.es.js"},require:"./dist/index.umd.js"},"./dist/index.d.ts":"./dist/index.d.ts","./dist/style.css":"./dist/style.css","./dist/styles/abstracts/_variables.scss":"./dist/styles/abstracts/_variables.scss","./dist/styles/abstracts/_mixins.scss":"./dist/styles/abstracts/_mixins.scss","./dist/styles/abstracts/_functions.scss":"./dist/styles/abstracts/_functions.scss","./dist/styles/main.scss":"./dist/styles/main.scss"},scripts:{build:"npm run build:types && vite build",watch:"vite build --watch","lint:es:check":"eslint --ext .js,.ts,.vue --ignore-path .gitignore src/","lint:es":"eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src/","lint:style:check":"stylelint ./src/**/*.{scss,vue}","lint:style":"stylelint ./src/**/*.{scss,vue} --fix","lint:check":"npm run lint:es:check && npm run lint:style:check",lint:"npm run lint:es && npm run lint:style","dev:type":"vue-tsc -p ./tsconfig.json",prepare:"command -v husky >/dev/null 2>&1 && cd .. && husky install ./library/.husky || true","validate-branch-name":"node .husky/validate-branch-name.cjs","validate-commit-msg":"node .husky/validate-commit-msg.cjs","build:types":"vue-tsc --declaration --emitDeclarationOnly --outDir dist"},dependencies:{"@vue-styled-components/core":"^1.9.0",vue:"^3.5.13","vue-i18n":"^9.9.0"},devDependencies:{"@types/node":"^20.10.8","@types/vue":"^2.0.0","@types/vue-router":"^2.0.0","@typescript-eslint/eslint-plugin":"^6.18.1","@typescript-eslint/parser":"^6.18.1","@vitejs/plugin-vue":"^4.4.0",eslint:"^8.56.0","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","eslint-plugin-storybook":"^0.6.15","eslint-plugin-vue":"^9.19.2","happy-dom":"^15.11.7",husky:"^8.0.3",prettier:"^3.1.1","rollup-plugin-ignore":"^1.0.10",sass:"^1.69.7",stylelint:"^16.1.0","stylelint-config-idiomatic-order":"^10.0.0","stylelint-config-rational-order":"^0.0.4","stylelint-config-recommended-scss":"^14.0.0","stylelint-config-recommended-vue":"^1.5.0","stylelint-config-standard":"^36.0.0","stylelint-config-standard-scss":"^13.0.0","stylelint-order":"^6.0.4","stylelint-prettier":"^5.0.0","stylelint-scss":"^6.0.0",typescript:"~5.1.6",vite:"^4.5.0","vite-plugin-dts":"^4.3.0","vite-plugin-static-copy":"^0.17.1","vite-svg-loader":"^5.1.0","vue-eslint-parser":"^9.4.0","vue-tsc":"^1.6.5"}},zn={error:{bg:"#000000",text:"red"},success:{bg:"#000000",text:"green"},warn:{bg:"#000000",text:"orange"},info:{bg:"#000000",text:"blue"}},Sn=(n,t)=>{console.log(`%c ${t} `,`background: ${zn[n].bg}; color: ${zn[n].text}`)},Hn={info:"#d4e5edbb",infoText:"#506c80",success:"#67C23A",successText:"#0b5b1d",error:"#F56C6C",errorText:"#8d3333",warn:"#E6A21C",warnText:"#7a6712",gray:"#c9d2dee6",white:"#ffffff",black:"#000000",overlay:"#00000095"},oa={darkShade:"#c8c9ca",main:"#e9ecec",lightShade:"#fdfdfd",text:"#687b9e",accent:"#4a90e2",focusText:"#ffffff",placeholderText:"#c1c9cf",semiContrastText:"#8a9dc0",contrastText:"#b4c4de"},ra={darkShade:"#0f1112",main:"#1c1f21",lightShade:"#292d30",text:"#778288",accent:"#006cb6",focusText:"#ffffff",placeholderText:"#575757",semiContrastText:"#9caab0",contrastText:"#c3cdd1"},Ne="nmorph-data-theme",aa={themes:{common:Hn,light:oa,dark:ra},defaultTheme:"dark",saveCurrentThemeToLS:!0,darkShadeGeneratorCoefficient:-45,lightShadeGeneratorCoefficient:45,other:{baseShadowWidth:"3.5px",baseShadowBlurCoefficient:"2"}},la=n=>/^#[0-9A-Fa-f]{6}$/.test(n),ia=n=>{if(!la(n))throw new Error(`Invalid hex color: ${n}`);return n},ca=(n,t)=>{const o={};return n.forEach(({name:r,color:l})=>{o[r]=l}),t.forEach(({name:r,color:l})=>{o[r]=l}),Object.entries(o).map(([r,l])=>({name:r,color:l}))},In=(n,t)=>{let o=parseInt(n.substring(1,3),16),r=parseInt(n.substring(3,5),16),l=parseInt(n.substring(5,7),16);o=Math.round(o*(1+t/100)),r=Math.round(r*(1+t/100)),l=Math.round(l*(1+t/100)),o=Math.min(255,Math.max(0,o)),r=Math.min(255,Math.max(0,r)),l=Math.min(255,Math.max(0,l));const i=o.toString(16).padStart(2,"0"),c=r.toString(16).padStart(2,"0"),s=l.toString(16).padStart(2,"0");return`#${i}${c}${s}`},qn=n=>{Sn("warn",`NMORPH(v${na.version})`);const t={...aa,...n},o=h=>{try{const p=ia(h),_=In(p,t.darkShadeGeneratorCoefficient),y=In(p,t.lightShadeGeneratorCoefficient);return[{name:"--nmorph-dark-shade-color",color:_},{name:"--nmorph-light-shade-color",color:y}]}catch(p){console.error(p.message)}},r=h=>Object.entries(h).map(([p,_])=>({name:`--nmorph-${vn(p)}-color`,color:_})),l=(h,p)=>{const _=k=>k.map(b=>`${b.name}: ${b.color};`).join(" "),y=Object.entries(p).map(([k,b])=>`--${vn(k)}: ${b};`).join(" "),g=[];return Object.entries(h).forEach(([k,b])=>{const B=r(Hn);if(k==="common")g.push(_(ca(B,b)));else{const x=`
|
|
67
|
+
&[${Ne}='${k}'] {
|
|
68
|
+
${_(b)}
|
|
69
69
|
}
|
|
70
|
-
`;
|
|
70
|
+
`;g.push(x)}}),`
|
|
71
71
|
:root {
|
|
72
|
-
${
|
|
73
|
-
${
|
|
72
|
+
${g.join(" ")}
|
|
73
|
+
${y}
|
|
74
74
|
}
|
|
75
|
-
`},
|
|
75
|
+
`},i={};Object.entries(t.themes).forEach(([h,p])=>{i[h]=[];const _=!!p.darkShade,y=!!p.lightShade;!!p.main&&!_&&!y&&(i[h]=o(p.main)),i[h]=[...i[h],...r(p)]});const c=document.createElement("style");c.type="text/css",c.innerHTML=l(i,t.other),document.head.appendChild(c);const s=h=>{d.value=h,m.setAttribute(Ne,d.value),t.saveCurrentThemeToLS?localStorage.setItem(Ne,h):localStorage.removeItem(Ne)},d=e.ref(t.defaultTheme),m=document.querySelector("html"),w=localStorage.getItem(Ne),u=i[w];t.saveCurrentThemeToLS&&u&&(d.value=localStorage.getItem(Ne)),s(d.value);const f=t;return{setTheme:s,currentTheme:e.readonly(d),data:f,getDynamicColorVariables:o}};var ae=(n=>(n.thick="thick-component",n.default="default-height-component",n.thin="thin-component",n))(ae||{}),Ln=(n=>(n.circle="circle",n.square="square",n))(Ln||{}),An=(n=>(n.ascending="ascending",n.descending="descending",n))(An||{}),jn=(n=>(n.row="row",n.column="column",n))(jn||{}),zt=(n=>(n.inset="shadow-inset",n.outset="shadow-outset",n.combined="shadow-combined",n["not-defined"]="shadow-not-defined",n))(zt||{}),St=(n=>(n.accent="accent",n.success="success",n.error="error",n.warning="warning",n))(St||{}),Tn=(n=>(n.left="left",n.right="right",n.top="top",n.bottom="bottom",n))(Tn||{}),Dn=(n=>(n.fill="fill",n.contain="contain",n.cover="cover",n.none="none",n["scale-down"]="scale-down",n))(Dn||{}),Qe=(n=>(n.en="en",n.ru="ru",n.zh="zh",n))(Qe||{}),On=(n=>(n["radio-style"]="radio-style",n.button="button",n))(On||{}),Pn=(n=>(n.date="date",n.dates="dates",n.daterange="daterange",n))(Pn||{});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"},sa=n=>{const t=n&&n.messages?{...n.messages,en:Ht}:{en:Ht},o=n&&n.locale?n.locale:Qe.en;return ce.createI18n({legacy:!1,locale:o,fallbackLocale:Qe.en,messages:t})},da={"nmorph-body-4":ea,"nmorph-body-3":fe,"nmorph-body-2":Ae,"nmorph-body-1":Vt,"nmorph-title-4":Vn,"nmorph-title-3":Et,"nmorph-title-2":Ct,"nmorph-title-1":En,"nmorph--shadow-outset":U,"nmorph--shadow-inset":P,"nmorph--shadow-combined":Mt},ma=()=>{let t=(()=>`
|
|
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
|
+
${Vt()}
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
h1 {
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
.nmorph--thin-component.nmorph-native-input {
|
|
268
|
-
${
|
|
268
|
+
${fe()}
|
|
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
|
+
${P()}
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
.nmorph-scroll::-webkit-scrollbar-thumb {
|
|
@@ -356,14 +356,18 @@
|
|
|
356
356
|
.nmorph-scroll::-webkit-scrollbar-corner {
|
|
357
357
|
background-color: transparent;
|
|
358
358
|
}
|
|
359
|
-
`)();for(const[r,l]of Object.entries(
|
|
359
|
+
`)();for(const[r,l]of Object.entries(da))t+=`
|
|
360
360
|
.${r} {
|
|
361
361
|
${l()}
|
|
362
362
|
}
|
|
363
|
-
`;const o=document.createElement("style");o.innerHTML=t,document.head.appendChild(o)},zn=()=>{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}},oa=()=>{const n=e.ref([]),t={duration:3e3,closable:!0,fill:!0,width:"330px"},o=l=>{const c={id:String(Date.now()),...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}},ra=()=>e.inject("nmorph"),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 ca=Object.defineProperty,ia=(n,t,o)=>t in n?ca(n,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[t]=o,Hn=(n,t,o)=>ia(n,typeof t!="symbol"?t+"":t,o);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"],Sn=new Set(sa),da="styled",ma="styled",qe="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",In=new Set,Ln=()=>{let n;do{const t=new Date().getTime(),o=Math.floor(Math.random()*1e4)*Math.floor(Math.random()*10);n=`${An(t*Math.floor(Math.random()*1e3))}${o}`}while(In.has(n));return In.add(n),n},An=n=>{const t=qe[n%qe.length];return n>qe.length?`${An(Math.floor(n/qe.length))}${t}`:t};function pa(n){return`${ma}-${n}-${Ln()}`}function Tn(){return`${da}-${Ln()}`}function Dn(n,t){return t.reduce((o,r,l)=>o.concat(r,n[l+1]),[n[0]])}function ha(n){return typeof n=="string"&&Sn.has(n)}function Vt(n){var t;return typeof n=="object"&&((t=n?.name)==null?void 0:t.includes("styled"))}function $t(n){return n&&(typeof n.setup=="function"||typeof n.render=="function"||typeof n.template=="string")}function fa(n){return ha(n)||Vt(n)||$t(n)}function z(n,...t){return Dn(n,t)}function vt(n,t,o){return n.reduce((r,l)=>l==null||l===!1||l===""?r:Array.isArray(l)?[...r,...vt(l,t,o)]:typeof l=="function"?r.concat(...vt([l(t)],t,o)):typeof l=="object"&&l?.source==="tw"?(o.push(...l.value),r):Vt(l)?r.concat(`.${l.custom.className}`):r.concat(l.toString()),[])}var O="-ms-",Me="-moz-",L="-webkit-",jn="comm",Nt="rule",Et="decl",ua="@import",On="@keyframes",ga="@layer",Fn=Math.abs,Ct=String.fromCharCode,Mt=Object.assign;function wa(n,t){return Y(n,0)^45?(((t<<2^Y(n,0))<<2^Y(n,1))<<2^Y(n,2))<<2^Y(n,3):0}function Pn(n){return n.trim()}function ae(n,t){return(n=t.exec(n))?n[0]:n}function S(n,t,o){return n.replace(t,o)}function We(n,t,o){return n.indexOf(t,o)}function Y(n,t){return n.charCodeAt(t)|0}function be(n,t,o){return n.slice(t,o)}function oe(n){return n.length}function Rn(n){return n.length}function ze(n,t){return t.push(n),n}function _a(n,t){return n.map(t).join("")}function qn(n,t){return n.filter(function(o){return!ae(o,t)})}var Ue=1,ke=1,Wn=0,Z=0,q=0,Be="";function Ye(n,t,o,r,l,c,i,s){return{value:n,root:t,parent:o,type:r,props:l,children:c,line:Ue,column:ke,length:i,return:"",siblings:s}}function se(n,t){return Mt(Ye("",null,null,"",null,null,0,n.siblings),n,{length:-n.length},t)}function xe(n){for(;n.root;)n=se(n.root,{children:[n]});ze(n,n.siblings)}function ba(){return q}function ka(){return q=Z>0?Y(Be,--Z):0,ke--,q===10&&(ke=1,Ue--),q}function te(){return q=Z<Wn?Y(Be,Z++):0,ke++,q===10&&(ke=1,Ue++),q}function me(){return Y(Be,Z)}function Ge(){return Z}function Xe(n,t){return be(Be,n,t)}function zt(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 Ba(n){return Ue=ke=1,Wn=oe(Be=n),Z=0,[]}function xa(n){return Be="",n}function Ht(n){return Pn(Xe(Z-1,St(n===91?n+2:n===40?n+1:n)))}function ya(n){for(;(q=me())&&q<33;)te();return zt(n)>2||zt(q)>3?"":" "}function Va(n,t){for(;--t&&te()&&!(q<48||q>102||q>57&&q<65||q>70&&q<97););return Xe(n,Ge()+(t<6&&me()==32&&te()==32))}function St(n){for(;te();)switch(q){case n:return Z;case 34:case 39:n!==34&&n!==39&&St(q);break;case 40:n===41&&St(n);break;case 92:te();break}return Z}function $a(n,t){for(;te()&&n+q!==57&&!(n+q===84&&me()===47););return"/*"+Xe(t,Z-1)+"*"+Ct(n===47?n:te())}function va(n){for(;!zt(me());)te();return Xe(n,Z)}function Na(n){return xa(Ke("",null,null,null,[""],n=Ba(n),0,[0],n))}function Ke(n,t,o,r,l,c,i,s,d){for(var m=0,g=0,f=i,w=0,u=0,p=0,k=1,B=1,h=1,_=0,b="",x=l,y=c,V=r,$=b;B;)switch(p=_,_=te()){case 40:if(p!=108&&Y($,f-1)==58){We($+=S(Ht(_),"&","&\f"),"&\f",Fn(m?s[m-1]:0))!=-1&&(h=-1);break}case 34:case 39:case 91:$+=Ht(_);break;case 9:case 10:case 13:case 32:$+=ya(p);break;case 92:$+=Va(Ge()-1,7);continue;case 47:switch(me()){case 42:case 47:ze(Ea($a(te(),Ge()),t,o,d),d);break;default:$+="/"}break;case 123*k:s[m++]=oe($)*h;case 125*k:case 59:case 0:switch(_){case 0:case 125:B=0;case 59+g:h==-1&&($=S($,/\f/g,"")),u>0&&oe($)-f&&ze(u>32?Yn($+";",r,o,f-1,d):Yn(S($," ","")+";",r,o,f-2,d),d);break;case 59:$+=";";default:if(ze(V=Un($,t,o,m,g,l,s,b,x=[],y=[],f,c),c),_===123)if(g===0)Ke($,t,V,V,x,c,f,s,y);else switch(w===99&&Y($,3)===110?100:w){case 100:case 108:case 109:case 115:Ke(n,V,V,r&&ze(Un(n,V,V,0,0,l,s,b,l,x=[],f,y),y),l,y,f,s,r?x:y);break;default:Ke($,V,V,V,[""],y,0,s,y)}}m=g=u=0,k=h=1,b=$="",f=i;break;case 58:f=1+oe($),u=p;default:if(k<1){if(_==123)--k;else if(_==125&&k++==0&&ka()==125)continue}switch($+=Ct(_),_*k){case 38:h=g>0?1:($+="\f",-1);break;case 44:s[m++]=(oe($)-1)*h,h=1;break;case 64:me()===45&&($+=Ht(te())),w=me(),g=f=oe(b=$+=va(Ge())),_++;break;case 45:p===45&&oe($)==2&&(k=0)}}return c}function Un(n,t,o,r,l,c,i,s,d,m,g,f){for(var w=l-1,u=l===0?c:[""],p=Rn(u),k=0,B=0,h=0;k<r;++k)for(var _=0,b=be(n,w+1,w=Fn(B=i[k])),x=n;_<p;++_)(x=Pn(B>0?u[_]+" "+b:S(b,/&\f/g,u[_])))&&(d[h++]=x);return Ye(n,t,o,l===0?Nt:s,d,m,g,f)}function Ea(n,t,o,r){return Ye(n,t,o,jn,Ct(ba()),be(n,2,-2),0,r)}function Yn(n,t,o,r,l){return Ye(n,t,o,Et,be(n,0,r),be(n,r+1,-1),r,l)}function Gn(n,t,o){switch(wa(n,t)){case 5103:return L+"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 L+n+n;case 4789:return Me+n+n;case 5349:case 4246:case 4810:case 6968:case 2756:return L+n+Me+n+O+n+n;case 5936:switch(Y(n,t+11)){case 114:return L+n+O+S(n,/[svh]\w+-[tblr]{2}/,"tb")+n;case 108:return L+n+O+S(n,/[svh]\w+-[tblr]{2}/,"tb-rl")+n;case 45:return L+n+O+S(n,/[svh]\w+-[tblr]{2}/,"lr")+n}case 6828:case 4268:case 2903:return L+n+O+n+n;case 6165:return L+n+O+"flex-"+n+n;case 5187:return L+n+S(n,/(\w+).+(:[^]+)/,L+"box-$1$2"+O+"flex-$1$2")+n;case 5443:return L+n+O+"flex-item-"+S(n,/flex-|-self/g,"")+(ae(n,/flex-|baseline/)?"":O+"grid-row-"+S(n,/flex-|-self/g,""))+n;case 4675:return L+n+O+"flex-line-pack"+S(n,/align-content|flex-|-self/g,"")+n;case 5548:return L+n+O+S(n,"shrink","negative")+n;case 5292:return L+n+O+S(n,"basis","preferred-size")+n;case 6060:return L+"box-"+S(n,"-grow","")+L+n+O+S(n,"grow","positive")+n;case 4554:return L+S(n,/([^-])(transform)/g,"$1"+L+"$2")+n;case 6187:return S(S(S(n,/(zoom-|grab)/,L+"$1"),/(image-set)/,L+"$1"),n,"")+n;case 5495:case 3959:return S(n,/(image-set\([^]*)/,L+"$1$`$1");case 4968:return S(S(n,/(.+:)(flex-)?(.*)/,L+"box-pack:$3"+O+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+L+n+n;case 4200:if(!ae(n,/flex-|baseline/))return O+"grid-column-align"+be(n,t)+n;break;case 2592:case 3360:return O+S(n,"template-","")+n;case 4384:case 3616:return o&&o.some(function(r,l){return t=l,ae(r.props,/grid-\w+-end/)})?~We(n+(o=o[t].value),"span",0)?n:O+S(n,"-start","")+n+O+"grid-row-span:"+(~We(o,"span",0)?ae(o,/\d+/):+ae(o,/\d+/)-+ae(n,/\d+/))+";":O+S(n,"-start","")+n;case 4896:case 4128:return o&&o.some(function(r){return ae(r.props,/grid-\w+-start/)})?n:O+S(S(n,"-end","-span"),"span ","")+n;case 4095:case 3583:case 4068:case 2532:return S(n,/(.+)-inline(.+)/,L+"$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(oe(n)-1-t>6)switch(Y(n,t+1)){case 109:if(Y(n,t+4)!==45)break;case 102:return S(n,/(.+:)(.+)-([^]+)/,"$1"+L+"$2-$3$1"+Me+(Y(n,t+3)==108?"$3":"$2-$3"))+n;case 115:return~We(n,"stretch",0)?Gn(S(n,"stretch","fill-available"),t,o)+n:n}break;case 5152:case 5920:return S(n,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(r,l,c,i,s,d,m){return O+l+":"+c+m+(i?O+l+"-span:"+(s?d:+d-+c)+m:"")+n});case 4949:if(Y(n,t+6)===121)return S(n,":",":"+L)+n;break;case 6444:switch(Y(n,Y(n,14)===45?18:11)){case 120:return S(n,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+L+(Y(n,14)===45?"inline-":"")+"box$3$1"+L+"$2$3$1"+O+"$2box$3")+n;case 100:return S(n,":",":"+O)+n}break;case 5719:case 2647:case 2135:case 3927:case 2391:return S(n,"scroll-","scroll-snap-")+n}return n}function Qe(n,t){for(var o="",r=0;r<n.length;r++)o+=t(n[r],r,n,t)||"";return o}function Ca(n,t,o,r){switch(n.type){case ga:if(n.children.length)break;case ua:case Et:return n.return=n.return||n.value;case jn:return"";case On:return n.return=n.value+"{"+Qe(n.children,r)+"}";case Nt:if(!oe(n.value=n.props.join(",")))return""}return oe(o=Qe(n.children,r))?n.return=n.value+"{"+o+"}":""}function Ma(n){var t=Rn(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 za(n,t,o,r){if(n.length>-1&&!n.return)switch(n.type){case Et:n.return=Gn(n.value,n.length,o);return;case On:return Qe([se(n,{value:S(n.value,"@","@"+L)})],r);case Nt:if(n.length)return _a(o=n.props,function(l){switch(ae(l,r=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":xe(se(n,{props:[S(l,/:(read-\w+)/,":"+Me+"$1")]})),xe(se(n,{props:[l]})),Mt(n,{props:qn(o,r)});break;case"::placeholder":xe(se(n,{props:[S(l,/:(plac\w+)/,":"+L+"input-$1")]})),xe(se(n,{props:[S(l,/:(plac\w+)/,":"+Me+"$1")]})),xe(se(n,{props:[S(l,/:(plac\w+)/,O+"input-$1")]})),xe(se(n,{props:[l]})),Mt(n,{props:qn(o,r)});break}return""})}}class Ha{constructor(){Hn(this,"beforeBuildHooks",[]),Hn(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 Xn=new Ha,Sa=65536;let It=0;const Kn={},Ze=[];function Ia(){const n=document.createElement("style");return document.head.appendChild(n),Ze.push(n),n}function La(n,t){It++;let o=Ze[Ze.length-1];(!o||It>=Sa)&&(o=Ia(),It=0);const r=Kn[n],l=t;if(r){r.data=l;return}const c=document.createTextNode(l);o.appendChild(c),Kn[n]=c}function Aa(n){var t;for(const o of Ze)for(const r of o.childNodes)if((t=r.nodeValue)!=null&&t.startsWith(`.${n}`)){r.remove();break}}function Qn(n,t,o){const r=[],l=vt(t,o,r).join("");let c=l;n!==""&&(c=`.${n}{${l}}`);let i=Qe(Na(c),Ma([(s,d,m)=>Xn.runBeforeBuild(s,d,m),za,Ca]));return i=Xn.runAfterBuild(i),La(n,i),r}function Zn(n,t){if(!fa(n))throw Error("The element is invalid.");let o;function r(c,...i){const s=Dn(c,i);return l(s)}r.attrs=function(c){return o=c,r};function l(c){let i=n;$t(n)&&(i="vue-component"),Vt(n)&&(i="styled-component");const s=pa(i),d=Tn(),m=e.defineComponent((g,{slots:f})=>{const w=e.computed(()=>typeof o=="function"?o(g):typeof o=="object"?o:{}),u=e.ref([]),p=e.ref({class:"",...w.value}),k=e.inject("$theme",e.reactive({}));let B={theme:k,...g,...g.props,...w.value};const h=Tn();return p.value.class+=` ${h} ${d}`,e.watch(u,_=>{p.value.class+=` ${_.join(" ")}`},{deep:!0}),e.watch([k,g],()=>{B={...p.value,theme:k,...g,...g.props},u.value=Qn(h,c,B)},{deep:!0}),e.onMounted(()=>{u.value=Qn(h,c,B)}),e.onUnmounted(()=>{Aa(h)}),()=>{const _=$t(n)?e.h(n,{as:g.as}):g.as??n;return e.h(_,{...p.value},f)}},{name:s,props:{as:{type:String,required:!1},props:{type:Object,required:!1},...t},inheritAttrs:!0});return m.custom={className:d},m}return r}const M=Zn;Sn.forEach(n=>{M[n]=Zn(n)});var Jn=typeof global=="object"&&global&&global.Object===Object&&global,Ta=typeof self=="object"&&self&&self.Object===Object&&self,re=Jn||Ta||Function("return this")(),ye=re.Symbol,eo=Object.prototype,Da=eo.hasOwnProperty,ja=eo.toString,He=ye?ye.toStringTag:void 0;function Oa(n){var t=Da.call(n,He),o=n[He];try{n[He]=void 0;var r=!0}catch{}var l=ja.call(n);return r&&(t?n[He]=o:delete n[He]),l}var Fa=Object.prototype,Pa=Fa.toString;function Ra(n){return Pa.call(n)}var qa="[object Null]",Wa="[object Undefined]",to=ye?ye.toStringTag:void 0;function Se(n){return n==null?n===void 0?Wa:qa:to&&to in Object(n)?Oa(n):Ra(n)}function Ie(n){return n!=null&&typeof n=="object"}var Lt=Array.isArray;function Ve(n){var t=typeof n;return n!=null&&(t=="object"||t=="function")}function no(n){return n}var Ua="[object AsyncFunction]",Ya="[object Function]",Ga="[object GeneratorFunction]",Xa="[object Proxy]";function oo(n){if(!Ve(n))return!1;var t=Se(n);return t==Ya||t==Ga||t==Ua||t==Xa}var At=re["__core-js_shared__"],ro=function(){var n=/[^.]+$/.exec(At&&At.keys&&At.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}();function Ka(n){return!!ro&&ro in n}var Qa=Function.prototype,Za=Qa.toString;function pe(n){if(n!=null){try{return Za.call(n)}catch{}try{return n+""}catch{}}return""}var Ja=/[\\^$.*+?()[\]{}|]/g,e0=/^\[object .+?Constructor\]$/,t0=Function.prototype,n0=Object.prototype,o0=t0.toString,r0=n0.hasOwnProperty,a0=RegExp("^"+o0.call(r0).replace(Ja,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function l0(n){if(!Ve(n)||Ka(n))return!1;var t=oo(n)?a0:e0;return t.test(pe(n))}function c0(n,t){return n?.[t]}function he(n,t){var o=c0(n,t);return l0(o)?o:void 0}var Tt=he(re,"WeakMap"),ao=Object.create,i0=function(){function n(){}return function(t){if(!Ve(t))return{};if(ao)return ao(t);n.prototype=t;var o=new n;return n.prototype=void 0,o}}();function s0(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 d0(n,t){var o=-1,r=n.length;for(t||(t=Array(r));++o<r;)t[o]=n[o];return t}var m0=800,p0=16,h0=Date.now;function f0(n){var t=0,o=0;return function(){var r=h0(),l=p0-(r-o);if(o=r,l>0){if(++t>=m0)return arguments[0]}else t=0;return n.apply(void 0,arguments)}}function u0(n){return function(){return n}}var Je=function(){try{var n=he(Object,"defineProperty");return n({},"",{}),n}catch{}}(),g0=Je?function(n,t){return Je(n,"toString",{configurable:!0,enumerable:!1,value:u0(t),writable:!0})}:no,w0=f0(g0);function _0(n,t){for(var o=-1,r=n==null?0:n.length;++o<r&&t(n[o],o,n)!==!1;);return n}var b0=9007199254740991,k0=/^(?:0|[1-9]\d*)$/;function lo(n,t){var o=typeof n;return t=t??b0,!!t&&(o=="number"||o!="symbol"&&k0.test(n))&&n>-1&&n%1==0&&n<t}function co(n,t,o){t=="__proto__"&&Je?Je(n,t,{configurable:!0,enumerable:!0,value:o,writable:!0}):n[t]=o}function Dt(n,t){return n===t||n!==n&&t!==t}var B0=Object.prototype,x0=B0.hasOwnProperty;function jt(n,t,o){var r=n[t];(!(x0.call(n,t)&&Dt(r,o))||o===void 0&&!(t in n))&&co(n,t,o)}function Le(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?co(o,s,d):jt(o,s,d)}return o}var io=Math.max;function y0(n,t,o){return t=io(t===void 0?n.length-1:t,0),function(){for(var r=arguments,l=-1,c=io(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),s0(n,this,s)}}function V0(n,t){return w0(y0(n,t,no),n+"")}var $0=9007199254740991;function so(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=$0}function et(n){return n!=null&&so(n.length)&&!oo(n)}function v0(n,t,o){if(!Ve(o))return!1;var r=typeof t;return(r=="number"?et(o)&&lo(t,o.length):r=="string"&&t in o)?Dt(o[t],n):!1}function N0(n){return V0(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&&v0(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 E0=Object.prototype;function tt(n){var t=n&&n.constructor,o=typeof t=="function"&&t.prototype||E0;return n===o}function C0(n,t){for(var o=-1,r=Array(n);++o<n;)r[o]=t(o);return r}var M0="[object Arguments]";function mo(n){return Ie(n)&&Se(n)==M0}var po=Object.prototype,z0=po.hasOwnProperty,H0=po.propertyIsEnumerable,S0=mo(function(){return arguments}())?mo:function(n){return Ie(n)&&z0.call(n,"callee")&&!H0.call(n,"callee")};function I0(){return!1}var ho=typeof a=="object"&&a&&!a.nodeType&&a,fo=ho&&typeof module=="object"&&module&&!module.nodeType&&module,L0=fo&&fo.exports===ho,uo=L0?re.Buffer:void 0,A0=uo?uo.isBuffer:void 0,go=A0||I0,T0="[object Arguments]",D0="[object Array]",j0="[object Boolean]",O0="[object Date]",F0="[object Error]",P0="[object Function]",R0="[object Map]",q0="[object Number]",W0="[object Object]",U0="[object RegExp]",Y0="[object Set]",G0="[object String]",X0="[object WeakMap]",K0="[object ArrayBuffer]",Q0="[object DataView]",Z0="[object Float32Array]",J0="[object Float64Array]",e2="[object Int8Array]",t2="[object Int16Array]",n2="[object Int32Array]",o2="[object Uint8Array]",r2="[object Uint8ClampedArray]",a2="[object Uint16Array]",l2="[object Uint32Array]",F={};F[Z0]=F[J0]=F[e2]=F[t2]=F[n2]=F[o2]=F[r2]=F[a2]=F[l2]=!0,F[T0]=F[D0]=F[K0]=F[j0]=F[Q0]=F[O0]=F[F0]=F[P0]=F[R0]=F[q0]=F[W0]=F[U0]=F[Y0]=F[G0]=F[X0]=!1;function c2(n){return Ie(n)&&so(n.length)&&!!F[Se(n)]}function Ot(n){return function(t){return n(t)}}var wo=typeof a=="object"&&a&&!a.nodeType&&a,Ae=wo&&typeof module=="object"&&module&&!module.nodeType&&module,i2=Ae&&Ae.exports===wo,Ft=i2&&Jn.process,$e=function(){try{var n=Ae&&Ae.require&&Ae.require("util").types;return n||Ft&&Ft.binding&&Ft.binding("util")}catch{}}(),_o=$e&&$e.isTypedArray,s2=_o?Ot(_o):c2,d2=Object.prototype,m2=d2.hasOwnProperty;function bo(n,t){var o=Lt(n),r=!o&&S0(n),l=!o&&!r&&go(n),c=!o&&!r&&!l&&s2(n),i=o||r||l||c,s=i?C0(n.length,String):[],d=s.length;for(var m in n)(t||m2.call(n,m))&&!(i&&(m=="length"||l&&(m=="offset"||m=="parent")||c&&(m=="buffer"||m=="byteLength"||m=="byteOffset")||lo(m,d)))&&s.push(m);return s}function ko(n,t){return function(o){return n(t(o))}}var p2=ko(Object.keys,Object),h2=Object.prototype,f2=h2.hasOwnProperty;function u2(n){if(!tt(n))return p2(n);var t=[];for(var o in Object(n))f2.call(n,o)&&o!="constructor"&&t.push(o);return t}function nt(n){return et(n)?bo(n):u2(n)}var g2=Object.prototype,w2=g2.hasOwnProperty,_2=N0(function(n,t){if(tt(t)||et(t)){Le(t,nt(t),n);return}for(var o in t)w2.call(t,o)&&jt(n,o,t[o])});function b2(n){var t=[];if(n!=null)for(var o in Object(n))t.push(o);return t}var k2=Object.prototype,B2=k2.hasOwnProperty;function x2(n){if(!Ve(n))return b2(n);var t=tt(n),o=[];for(var r in n)r=="constructor"&&(t||!B2.call(n,r))||o.push(r);return o}function Pt(n){return et(n)?bo(n,!0):x2(n)}var Te=he(Object,"create");function y2(){this.__data__=Te?Te(null):{},this.size=0}function V2(n){var t=this.has(n)&&delete this.__data__[n];return this.size-=t?1:0,t}var $2="__lodash_hash_undefined__",v2=Object.prototype,N2=v2.hasOwnProperty;function E2(n){var t=this.__data__;if(Te){var o=t[n];return o===$2?void 0:o}return N2.call(t,n)?t[n]:void 0}var C2=Object.prototype,M2=C2.hasOwnProperty;function z2(n){var t=this.__data__;return Te?t[n]!==void 0:M2.call(t,n)}var H2="__lodash_hash_undefined__";function S2(n,t){var o=this.__data__;return this.size+=this.has(n)?0:1,o[n]=Te&&t===void 0?H2:t,this}function fe(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])}}fe.prototype.clear=y2,fe.prototype.delete=V2,fe.prototype.get=E2,fe.prototype.has=z2,fe.prototype.set=S2;function I2(){this.__data__=[],this.size=0}function ot(n,t){for(var o=n.length;o--;)if(Dt(n[o][0],t))return o;return-1}var L2=Array.prototype,A2=L2.splice;function T2(n){var t=this.__data__,o=ot(t,n);if(o<0)return!1;var r=t.length-1;return o==r?t.pop():A2.call(t,o,1),--this.size,!0}function D2(n){var t=this.__data__,o=ot(t,n);return o<0?void 0:t[o][1]}function j2(n){return ot(this.__data__,n)>-1}function O2(n,t){var o=this.__data__,r=ot(o,n);return r<0?(++this.size,o.push([n,t])):o[r][1]=t,this}function le(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])}}le.prototype.clear=I2,le.prototype.delete=T2,le.prototype.get=D2,le.prototype.has=j2,le.prototype.set=O2;var De=he(re,"Map");function F2(){this.size=0,this.__data__={hash:new fe,map:new(De||le),string:new fe}}function P2(n){var t=typeof n;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?n!=="__proto__":n===null}function rt(n,t){var o=n.__data__;return P2(t)?o[typeof t=="string"?"string":"hash"]:o.map}function R2(n){var t=rt(this,n).delete(n);return this.size-=t?1:0,t}function q2(n){return rt(this,n).get(n)}function W2(n){return rt(this,n).has(n)}function U2(n,t){var o=rt(this,n),r=o.size;return o.set(n,t),this.size+=o.size==r?0:1,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=F2,ve.prototype.delete=R2,ve.prototype.get=q2,ve.prototype.has=W2,ve.prototype.set=U2;function Bo(n,t){for(var o=-1,r=t.length,l=n.length;++o<r;)n[l+o]=t[o];return n}var xo=ko(Object.getPrototypeOf,Object);function Y2(){this.__data__=new le,this.size=0}function G2(n){var t=this.__data__,o=t.delete(n);return this.size=t.size,o}function X2(n){return this.__data__.get(n)}function K2(n){return this.__data__.has(n)}var Q2=200;function Z2(n,t){var o=this.__data__;if(o instanceof le){var r=o.__data__;if(!De||r.length<Q2-1)return r.push([n,t]),this.size=++o.size,this;o=this.__data__=new ve(r)}return o.set(n,t),this.size=o.size,this}function Ne(n){var t=this.__data__=new le(n);this.size=t.size}Ne.prototype.clear=Y2,Ne.prototype.delete=G2,Ne.prototype.get=X2,Ne.prototype.has=K2,Ne.prototype.set=Z2;function J2(n,t){return n&&Le(t,nt(t),n)}function el(n,t){return n&&Le(t,Pt(t),n)}var yo=typeof a=="object"&&a&&!a.nodeType&&a,Vo=yo&&typeof module=="object"&&module&&!module.nodeType&&module,tl=Vo&&Vo.exports===yo,$o=tl?re.Buffer:void 0,vo=$o?$o.allocUnsafe:void 0;function nl(n,t){if(t)return n.slice();var o=n.length,r=vo?vo(o):new n.constructor(o);return n.copy(r),r}function ol(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 No(){return[]}var rl=Object.prototype,al=rl.propertyIsEnumerable,Eo=Object.getOwnPropertySymbols,Rt=Eo?function(n){return n==null?[]:(n=Object(n),ol(Eo(n),function(t){return al.call(n,t)}))}:No;function ll(n,t){return Le(n,Rt(n),t)}var cl=Object.getOwnPropertySymbols,Co=cl?function(n){for(var t=[];n;)Bo(t,Rt(n)),n=xo(n);return t}:No;function il(n,t){return Le(n,Co(n),t)}function Mo(n,t,o){var r=t(n);return Lt(n)?r:Bo(r,o(n))}function sl(n){return Mo(n,nt,Rt)}function dl(n){return Mo(n,Pt,Co)}var qt=he(re,"DataView"),Wt=he(re,"Promise"),Ut=he(re,"Set"),zo="[object Map]",ml="[object Object]",Ho="[object Promise]",So="[object Set]",Io="[object WeakMap]",Lo="[object DataView]",pl=pe(qt),hl=pe(De),fl=pe(Wt),ul=pe(Ut),gl=pe(Tt),ce=Se;(qt&&ce(new qt(new ArrayBuffer(1)))!=Lo||De&&ce(new De)!=zo||Wt&&ce(Wt.resolve())!=Ho||Ut&&ce(new Ut)!=So||Tt&&ce(new Tt)!=Io)&&(ce=function(n){var t=Se(n),o=t==ml?n.constructor:void 0,r=o?pe(o):"";if(r)switch(r){case pl:return Lo;case hl:return zo;case fl:return Ho;case ul:return So;case gl:return Io}return t});var wl=Object.prototype,_l=wl.hasOwnProperty;function bl(n){var t=n.length,o=new n.constructor(t);return t&&typeof n[0]=="string"&&_l.call(n,"index")&&(o.index=n.index,o.input=n.input),o}var Ao=re.Uint8Array;function Yt(n){var t=new n.constructor(n.byteLength);return new Ao(t).set(new Ao(n)),t}function kl(n,t){var o=t?Yt(n.buffer):n.buffer;return new n.constructor(o,n.byteOffset,n.byteLength)}var Bl=/\w*$/;function xl(n){var t=new n.constructor(n.source,Bl.exec(n));return t.lastIndex=n.lastIndex,t}var To=ye?ye.prototype:void 0,Do=To?To.valueOf:void 0;function yl(n){return Do?Object(Do.call(n)):{}}function Vl(n,t){var o=t?Yt(n.buffer):n.buffer;return new n.constructor(o,n.byteOffset,n.length)}var $l="[object Boolean]",vl="[object Date]",Nl="[object Map]",El="[object Number]",Cl="[object RegExp]",Ml="[object Set]",zl="[object String]",Hl="[object Symbol]",Sl="[object ArrayBuffer]",Il="[object DataView]",Ll="[object Float32Array]",Al="[object Float64Array]",Tl="[object Int8Array]",Dl="[object Int16Array]",jl="[object Int32Array]",Ol="[object Uint8Array]",Fl="[object Uint8ClampedArray]",Pl="[object Uint16Array]",Rl="[object Uint32Array]";function ql(n,t,o){var r=n.constructor;switch(t){case Sl:return Yt(n);case $l:case vl:return new r(+n);case Il:return kl(n,o);case Ll:case Al:case Tl:case Dl:case jl:case Ol:case Fl:case Pl:case Rl:return Vl(n,o);case Nl:return new r;case El:case zl:return new r(n);case Cl:return xl(n);case Ml:return new r;case Hl:return yl(n)}}function Wl(n){return typeof n.constructor=="function"&&!tt(n)?i0(xo(n)):{}}var Ul="[object Map]";function Yl(n){return Ie(n)&&ce(n)==Ul}var jo=$e&&$e.isMap,Gl=jo?Ot(jo):Yl,Xl="[object Set]";function Kl(n){return Ie(n)&&ce(n)==Xl}var Oo=$e&&$e.isSet,Ql=Oo?Ot(Oo):Kl,Zl=1,Jl=2,e1=4,Fo="[object Arguments]",t1="[object Array]",n1="[object Boolean]",o1="[object Date]",r1="[object Error]",Po="[object Function]",a1="[object GeneratorFunction]",l1="[object Map]",c1="[object Number]",Ro="[object Object]",i1="[object RegExp]",s1="[object Set]",d1="[object String]",m1="[object Symbol]",p1="[object WeakMap]",h1="[object ArrayBuffer]",f1="[object DataView]",u1="[object Float32Array]",g1="[object Float64Array]",w1="[object Int8Array]",_1="[object Int16Array]",b1="[object Int32Array]",k1="[object Uint8Array]",B1="[object Uint8ClampedArray]",x1="[object Uint16Array]",y1="[object Uint32Array]",D={};D[Fo]=D[t1]=D[h1]=D[f1]=D[n1]=D[o1]=D[u1]=D[g1]=D[w1]=D[_1]=D[b1]=D[l1]=D[c1]=D[Ro]=D[i1]=D[s1]=D[d1]=D[m1]=D[k1]=D[B1]=D[x1]=D[y1]=!0,D[r1]=D[Po]=D[p1]=!1;function at(n,t,o,r,l,c){var i,s=t&Zl,d=t&Jl,m=t&e1;if(i!==void 0)return i;if(!Ve(n))return n;var g=Lt(n);if(g){if(i=bl(n),!s)return d0(n,i)}else{var f=ce(n),w=f==Po||f==a1;if(go(n))return nl(n,s);if(f==Ro||f==Fo||w&&!l){if(i=d||w?{}:Wl(n),!s)return d?il(n,el(i,n)):ll(n,J2(i,n))}else{if(!D[f])return l?n:{};i=ql(n,f,s)}}c||(c=new Ne);var u=c.get(n);if(u)return u;c.set(n,i),Ql(n)?n.forEach(function(B){i.add(at(B,t,o,B,n,c))}):Gl(n)&&n.forEach(function(B,h){i.set(h,at(B,t,o,h,n,c))});var p=m?d?dl:sl:d?Pt:nt,k=g?void 0:p(n);return _0(k||n,function(B,h){k&&(h=B,B=n[h]),jt(i,h,at(B,t,o,h,n,c))}),i}var V1=1,$1=4;function v1(n){return at(n,V1|$1)}e.defineComponent((n,{slots:t})=>{const o=e.inject("$theme",e.reactive({})),r=c=>typeof n.theme=="function"?n.theme(v1(c)):n.theme,l=e.reactive(r(o));return e.provide("$theme",e.reactive(l)),e.watch(o,c=>{_2(l,r(c))},{deep:!0,immediate:!0}),()=>e.h("div",null,t)},{name:"ThemeProvider",props:{theme:{type:[Object,Function],required:!0}}});const N1=["disabled","loading","type","tabindex"],E1={key:1},A=e.defineComponent({__name:"NmorphButton",props:{styleType:{default:"default"},loading:{type:Boolean,default:!1},ripple:{type:Boolean,default:!0},type:{default:"button"},text:{default:void 0},accentBgOnHover:{type:Boolean,default:!1},shape:{default:"default"},fill:{type:Boolean,default:!1},tabindex:{default:0},id:{},name:{},height:{default:"default"},disabled:{type:Boolean,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(()=>N({nmorph:[Q[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"},m=e.computed(()=>d[o.height]);t({buttonDOMElement:s});const g=z`
|
|
363
|
+
`;const o=document.createElement("style");o.innerHTML=t,document.head.appendChild(o)},Fn=()=>{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)},i=()=>{clearTimeout(r),r=setTimeout(()=>{t.value=window.scrollY},400)};return window&&(window.addEventListener("resize",l),window.addEventListener("scroll",i)),{dimensions:n,scrollTop:t}},pa=()=>{const n=e.ref([]),t={duration:3e3,closable:!0,fill:!0,width:"330px"},o=l=>{const i={id:be(),...t},c=e.reactive({...i,...l});n.value.push(c),c.duration!==0&&setTimeout(()=>r(c.id),c.duration)},r=l=>{n.value=n.value.filter(i=>i.id!==l)};return{notifications:n,notify:o,removeNotification:r}},ha=()=>e.inject("nmorph"),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,Rn=(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"],Wn=new Set(wa),ba="styled",ka="styled",Ze="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",Un=new Set,Yn=()=>{let n;do{const t=new Date().getTime(),o=Math.floor(Math.random()*1e4)*Math.floor(Math.random()*10);n=`${Gn(t*Math.floor(Math.random()*1e3))}${o}`}while(Un.has(n));return Un.add(n),n},Gn=n=>{const t=Ze[n%Ze.length];return n>Ze.length?`${Gn(Math.floor(n/Ze.length))}${t}`:t};function ya(n){return`${ka}-${n}-${Yn()}`}function Kn(){return`${ba}-${Yn()}`}function Xn(n,t){return t.reduce((o,r,l)=>o.concat(r,n[l+1]),[n[0]])}function Ba(n){return typeof n=="string"&&Wn.has(n)}function It(n){var t;return typeof n=="object"&&((t=n?.name)==null?void 0:t.includes("styled"))}function qt(n){return n&&(typeof n.setup=="function"||typeof n.render=="function"||typeof n.template=="string")}function xa(n){return Ba(n)||It(n)||qt(n)}function H(n,...t){return Xn(n,t)}function Lt(n,t,o){return n.reduce((r,l)=>l==null||l===!1||l===""?r:Array.isArray(l)?[...r,...Lt(l,t,o)]:typeof l=="function"?r.concat(...Lt([l(t)],t,o)):typeof l=="object"&&l?.source==="tw"?(o.push(...l.value),r):It(l)?r.concat(`.${l.custom.className}`):r.concat(l.toString()),[])}var F="-ms-",je="-moz-",T="-webkit-",Qn="comm",At="rule",jt="decl",Na="@import",Zn="@keyframes",va="@layer",Jn=Math.abs,Tt=String.fromCharCode,Dt=Object.assign;function $a(n,t){return J(n,0)^45?(((t<<2^J(n,0))<<2^J(n,1))<<2^J(n,2))<<2^J(n,3):0}function eo(n){return n.trim()}function me(n,t){return(n=t.exec(n))?n[0]:n}function L(n,t,o){return n.replace(t,o)}function Je(n,t,o){return n.indexOf(t,o)}function J(n,t){return n.charCodeAt(t)|0}function ve(n,t,o){return n.slice(t,o)}function se(n){return n.length}function to(n){return n.length}function Te(n,t){return t.push(n),n}function Va(n,t){return n.map(t).join("")}function no(n,t){return n.filter(function(o){return!me(o,t)})}var et=1,$e=1,oo=0,le=0,G=0,Ve="";function tt(n,t,o,r,l,i,c,s){return{value:n,root:t,parent:o,type:r,props:l,children:i,line:et,column:$e,length:c,return:"",siblings:s}}function ge(n,t){return Dt(tt("",null,null,"",null,null,0,n.siblings),n,{length:-n.length},t)}function Ee(n){for(;n.root;)n=ge(n.root,{children:[n]});Te(n,n.siblings)}function Ea(){return G}function Ca(){return G=le>0?J(Ve,--le):0,$e--,G===10&&($e=1,et--),G}function ie(){return G=le<oo?J(Ve,le++):0,$e++,G===10&&($e=1,et++),G}function ke(){return J(Ve,le)}function nt(){return le}function ot(n,t){return ve(Ve,n,t)}function Ot(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 et=$e=1,oo=se(Ve=n),le=0,[]}function za(n){return Ve="",n}function Pt(n){return eo(ot(le-1,Ft(n===91?n+2:n===40?n+1:n)))}function Sa(n){for(;(G=ke())&&G<33;)ie();return Ot(n)>2||Ot(G)>3?"":" "}function Ha(n,t){for(;--t&&ie()&&!(G<48||G>102||G>57&&G<65||G>70&&G<97););return ot(n,nt()+(t<6&&ke()==32&&ie()==32))}function Ft(n){for(;ie();)switch(G){case n:return le;case 34:case 39:n!==34&&n!==39&&Ft(G);break;case 40:n===41&&Ft(n);break;case 92:ie();break}return le}function Ia(n,t){for(;ie()&&n+G!==57&&!(n+G===84&&ke()===47););return"/*"+ot(t,le-1)+"*"+Tt(n===47?n:ie())}function qa(n){for(;!Ot(ke());)ie();return ot(n,le)}function La(n){return za(rt("",null,null,null,[""],n=Ma(n),0,[0],n))}function rt(n,t,o,r,l,i,c,s,d){for(var m=0,w=0,u=c,f=0,h=0,p=0,_=1,y=1,g=1,k=0,b="",B=l,x=i,N=r,V=b;y;)switch(p=k,k=ie()){case 40:if(p!=108&&J(V,u-1)==58){Je(V+=L(Pt(k),"&","&\f"),"&\f",Jn(m?s[m-1]:0))!=-1&&(g=-1);break}case 34:case 39:case 91:V+=Pt(k);break;case 9:case 10:case 13:case 32:V+=Sa(p);break;case 92:V+=Ha(nt()-1,7);continue;case 47:switch(ke()){case 42:case 47:Te(Aa(Ia(ie(),nt()),t,o,d),d);break;default:V+="/"}break;case 123*_:s[m++]=se(V)*g;case 125*_:case 59:case 0:switch(k){case 0:case 125:y=0;case 59+w:g==-1&&(V=L(V,/\f/g,"")),h>0&&se(V)-u&&Te(h>32?ao(V+";",r,o,u-1,d):ao(L(V," ","")+";",r,o,u-2,d),d);break;case 59:V+=";";default:if(Te(N=ro(V,t,o,m,w,l,s,b,B=[],x=[],u,i),i),k===123)if(w===0)rt(V,t,N,N,B,i,u,s,x);else switch(f===99&&J(V,3)===110?100:f){case 100:case 108:case 109:case 115:rt(n,N,N,r&&Te(ro(n,N,N,0,0,l,s,b,l,B=[],u,x),x),l,x,u,s,r?B:x);break;default:rt(V,N,N,N,[""],x,0,s,x)}}m=w=h=0,_=g=1,b=V="",u=c;break;case 58:u=1+se(V),h=p;default:if(_<1){if(k==123)--_;else if(k==125&&_++==0&&Ca()==125)continue}switch(V+=Tt(k),k*_){case 38:g=w>0?1:(V+="\f",-1);break;case 44:s[m++]=(se(V)-1)*g,g=1;break;case 64:ke()===45&&(V+=Pt(ie())),f=ke(),w=u=se(b=V+=qa(nt())),k++;break;case 45:p===45&&se(V)==2&&(_=0)}}return i}function ro(n,t,o,r,l,i,c,s,d,m,w,u){for(var f=l-1,h=l===0?i:[""],p=to(h),_=0,y=0,g=0;_<r;++_)for(var k=0,b=ve(n,f+1,f=Jn(y=c[_])),B=n;k<p;++k)(B=eo(y>0?h[k]+" "+b:L(b,/&\f/g,h[k])))&&(d[g++]=B);return tt(n,t,o,l===0?At:s,d,m,w,u)}function Aa(n,t,o,r){return tt(n,t,o,Qn,Tt(Ea()),ve(n,2,-2),0,r)}function ao(n,t,o,r,l){return tt(n,t,o,jt,ve(n,0,r),ve(n,r+1,-1),r,l)}function lo(n,t,o){switch($a(n,t)){case 5103:return T+"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 T+n+n;case 4789:return je+n+n;case 5349:case 4246:case 4810:case 6968:case 2756:return T+n+je+n+F+n+n;case 5936:switch(J(n,t+11)){case 114:return T+n+F+L(n,/[svh]\w+-[tblr]{2}/,"tb")+n;case 108:return T+n+F+L(n,/[svh]\w+-[tblr]{2}/,"tb-rl")+n;case 45:return T+n+F+L(n,/[svh]\w+-[tblr]{2}/,"lr")+n}case 6828:case 4268:case 2903:return T+n+F+n+n;case 6165:return T+n+F+"flex-"+n+n;case 5187:return T+n+L(n,/(\w+).+(:[^]+)/,T+"box-$1$2"+F+"flex-$1$2")+n;case 5443:return T+n+F+"flex-item-"+L(n,/flex-|-self/g,"")+(me(n,/flex-|baseline/)?"":F+"grid-row-"+L(n,/flex-|-self/g,""))+n;case 4675:return T+n+F+"flex-line-pack"+L(n,/align-content|flex-|-self/g,"")+n;case 5548:return T+n+F+L(n,"shrink","negative")+n;case 5292:return T+n+F+L(n,"basis","preferred-size")+n;case 6060:return T+"box-"+L(n,"-grow","")+T+n+F+L(n,"grow","positive")+n;case 4554:return T+L(n,/([^-])(transform)/g,"$1"+T+"$2")+n;case 6187:return L(L(L(n,/(zoom-|grab)/,T+"$1"),/(image-set)/,T+"$1"),n,"")+n;case 5495:case 3959:return L(n,/(image-set\([^]*)/,T+"$1$`$1");case 4968:return L(L(n,/(.+:)(flex-)?(.*)/,T+"box-pack:$3"+F+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+T+n+n;case 4200:if(!me(n,/flex-|baseline/))return F+"grid-column-align"+ve(n,t)+n;break;case 2592:case 3360:return F+L(n,"template-","")+n;case 4384:case 3616:return o&&o.some(function(r,l){return t=l,me(r.props,/grid-\w+-end/)})?~Je(n+(o=o[t].value),"span",0)?n:F+L(n,"-start","")+n+F+"grid-row-span:"+(~Je(o,"span",0)?me(o,/\d+/):+me(o,/\d+/)-+me(n,/\d+/))+";":F+L(n,"-start","")+n;case 4896:case 4128:return o&&o.some(function(r){return me(r.props,/grid-\w+-start/)})?n:F+L(L(n,"-end","-span"),"span ","")+n;case 4095:case 3583:case 4068:case 2532:return L(n,/(.+)-inline(.+)/,T+"$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(se(n)-1-t>6)switch(J(n,t+1)){case 109:if(J(n,t+4)!==45)break;case 102:return L(n,/(.+:)(.+)-([^]+)/,"$1"+T+"$2-$3$1"+je+(J(n,t+3)==108?"$3":"$2-$3"))+n;case 115:return~Je(n,"stretch",0)?lo(L(n,"stretch","fill-available"),t,o)+n:n}break;case 5152:case 5920:return L(n,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(r,l,i,c,s,d,m){return F+l+":"+i+m+(c?F+l+"-span:"+(s?d:+d-+i)+m:"")+n});case 4949:if(J(n,t+6)===121)return L(n,":",":"+T)+n;break;case 6444:switch(J(n,J(n,14)===45?18:11)){case 120:return L(n,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+T+(J(n,14)===45?"inline-":"")+"box$3$1"+T+"$2$3$1"+F+"$2box$3")+n;case 100:return L(n,":",":"+F)+n}break;case 5719:case 2647:case 2135:case 3927:case 2391:return L(n,"scroll-","scroll-snap-")+n}return n}function at(n,t){for(var o="",r=0;r<n.length;r++)o+=t(n[r],r,n,t)||"";return o}function ja(n,t,o,r){switch(n.type){case va:if(n.children.length)break;case Na:case jt:return n.return=n.return||n.value;case Qn:return"";case Zn:return n.return=n.value+"{"+at(n.children,r)+"}";case At:if(!se(n.value=n.props.join(",")))return""}return se(o=at(n.children,r))?n.return=n.value+"{"+o+"}":""}function Ta(n){var t=to(n);return function(o,r,l,i){for(var c="",s=0;s<t;s++)c+=n[s](o,r,l,i)||"";return c}}function Da(n,t,o,r){if(n.length>-1&&!n.return)switch(n.type){case jt:n.return=lo(n.value,n.length,o);return;case Zn:return at([ge(n,{value:L(n.value,"@","@"+T)})],r);case At:if(n.length)return Va(o=n.props,function(l){switch(me(l,r=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":Ee(ge(n,{props:[L(l,/:(read-\w+)/,":"+je+"$1")]})),Ee(ge(n,{props:[l]})),Dt(n,{props:no(o,r)});break;case"::placeholder":Ee(ge(n,{props:[L(l,/:(plac\w+)/,":"+T+"input-$1")]})),Ee(ge(n,{props:[L(l,/:(plac\w+)/,":"+je+"$1")]})),Ee(ge(n,{props:[L(l,/:(plac\w+)/,F+"input-$1")]})),Ee(ge(n,{props:[l]})),Dt(n,{props:no(o,r)});break}return""})}}class Oa{constructor(){Rn(this,"beforeBuildHooks",[]),Rn(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 io=new Oa,Pa=65536;let Rt=0;const co={},lt=[];function Fa(){const n=document.createElement("style");return document.head.appendChild(n),lt.push(n),n}function Ra(n,t){Rt++;let o=lt[lt.length-1];(!o||Rt>=Pa)&&(o=Fa(),Rt=0);const r=co[n],l=t;if(r){r.data=l;return}const i=document.createTextNode(l);o.appendChild(i),co[n]=i}function Wa(n){var t;for(const o of lt)for(const r of o.childNodes)if((t=r.nodeValue)!=null&&t.startsWith(`.${n}`)){r.remove();break}}function so(n,t,o){const r=[],l=Lt(t,o,r).join("");let i=l;n!==""&&(i=`.${n}{${l}}`);let c=at(La(i),Ta([(s,d,m)=>io.runBeforeBuild(s,d,m),Da,ja]));return c=io.runAfterBuild(c),Ra(n,c),r}function mo(n,t){if(!xa(n))throw Error("The element is invalid.");let o;function r(i,...c){const s=Xn(i,c);return l(s)}r.attrs=function(i){return o=i,r};function l(i){let c=n;qt(n)&&(c="vue-component"),It(n)&&(c="styled-component");const s=ya(c),d=Kn(),m=e.defineComponent((w,{slots:u})=>{const f=e.computed(()=>typeof o=="function"?o(w):typeof o=="object"?o:{}),h=e.ref([]),p=e.ref({class:"",...f.value}),_=e.inject("$theme",e.reactive({}));let y={theme:_,...w,...w.props,...f.value};const g=Kn();return p.value.class+=` ${g} ${d}`,e.watch(h,k=>{p.value.class+=` ${k.join(" ")}`},{deep:!0}),e.watch([_,w],()=>{y={...p.value,theme:_,...w,...w.props},h.value=so(g,i,y)},{deep:!0}),e.onMounted(()=>{h.value=so(g,i,y)}),e.onUnmounted(()=>{Wa(g)}),()=>{const k=qt(n)?e.h(n,{as:w.as}):w.as??n;return e.h(k,{...p.value},u)}},{name:s,props:{as:{type:String,required:!1},props:{type:Object,required:!1},...t},inheritAttrs:!0});return m.custom={className:d},m}return r}const S=mo;Wn.forEach(n=>{S[n]=mo(n)});var po=typeof global=="object"&&global&&global.Object===Object&&global,Ua=typeof self=="object"&&self&&self.Object===Object&&self,de=po||Ua||Function("return this")(),Ce=de.Symbol,ho=Object.prototype,Ya=ho.hasOwnProperty,Ga=ho.toString,De=Ce?Ce.toStringTag:void 0;function Ka(n){var t=Ya.call(n,De),o=n[De];try{n[De]=void 0;var r=!0}catch{}var l=Ga.call(n);return r&&(t?n[De]=o:delete n[De]),l}var Xa=Object.prototype,Qa=Xa.toString;function Za(n){return Qa.call(n)}var Ja="[object Null]",el="[object Undefined]",uo=Ce?Ce.toStringTag:void 0;function Oe(n){return n==null?n===void 0?el:Ja:uo&&uo in Object(n)?Ka(n):Za(n)}function Pe(n){return n!=null&&typeof n=="object"}var Wt=Array.isArray;function Me(n){var t=typeof n;return n!=null&&(t=="object"||t=="function")}function fo(n){return n}var tl="[object AsyncFunction]",nl="[object Function]",ol="[object GeneratorFunction]",rl="[object Proxy]";function go(n){if(!Me(n))return!1;var t=Oe(n);return t==nl||t==ol||t==tl||t==rl}var Ut=de["__core-js_shared__"],_o=function(){var n=/[^.]+$/.exec(Ut&&Ut.keys&&Ut.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}();function al(n){return!!_o&&_o in n}var ll=Function.prototype,il=ll.toString;function ye(n){if(n!=null){try{return il.call(n)}catch{}try{return n+""}catch{}}return""}var cl=/[\\^$.*+?()[\]{}|]/g,sl=/^\[object .+?Constructor\]$/,dl=Function.prototype,ml=Object.prototype,pl=dl.toString,hl=ml.hasOwnProperty,ul=RegExp("^"+pl.call(hl).replace(cl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function fl(n){if(!Me(n)||al(n))return!1;var t=go(n)?ul:sl;return t.test(ye(n))}function gl(n,t){return n?.[t]}function Be(n,t){var o=gl(n,t);return fl(o)?o:void 0}var Yt=Be(de,"WeakMap"),wo=Object.create,_l=function(){function n(){}return function(t){if(!Me(t))return{};if(wo)return wo(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 Nl(n){return function(){return n}}var it=function(){try{var n=Be(Object,"defineProperty");return n({},"",{}),n}catch{}}(),vl=it?function(n,t){return it(n,"toString",{configurable:!0,enumerable:!1,value:Nl(t),writable:!0})}:fo,$l=xl(vl);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 bo(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 ko(n,t,o){t=="__proto__"&&it?it(n,t,{configurable:!0,enumerable:!0,value:o,writable:!0}):n[t]=o}function Gt(n,t){return n===t||n!==n&&t!==t}var Ml=Object.prototype,zl=Ml.hasOwnProperty;function Kt(n,t,o){var r=n[t];(!(zl.call(n,t)&&Gt(r,o))||o===void 0&&!(t in n))&&ko(n,t,o)}function Fe(n,t,o,r){var l=!o;o||(o={});for(var i=-1,c=t.length;++i<c;){var s=t[i],d=void 0;d===void 0&&(d=n[s]),l?ko(o,s,d):Kt(o,s,d)}return o}var yo=Math.max;function Sl(n,t,o){return t=yo(t===void 0?n.length-1:t,0),function(){for(var r=arguments,l=-1,i=yo(r.length-t,0),c=Array(i);++l<i;)c[l]=r[t+l];l=-1;for(var s=Array(t+1);++l<t;)s[l]=r[l];return s[t]=o(c),wl(n,this,s)}}function Hl(n,t){return $l(Sl(n,t,fo),n+"")}var Il=9007199254740991;function Bo(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=Il}function ct(n){return n!=null&&Bo(n.length)&&!go(n)}function ql(n,t,o){if(!Me(o))return!1;var r=typeof t;return(r=="number"?ct(o)&&bo(t,o.length):r=="string"&&t in o)?Gt(o[t],n):!1}function Ll(n){return Hl(function(t,o){var r=-1,l=o.length,i=l>1?o[l-1]:void 0,c=l>2?o[2]:void 0;for(i=n.length>3&&typeof i=="function"?(l--,i):void 0,c&&ql(o[0],o[1],c)&&(i=l<3?void 0:i,l=1),t=Object(t);++r<l;){var s=o[r];s&&n(t,s,r,i)}return t})}var Al=Object.prototype;function st(n){var t=n&&n.constructor,o=typeof t=="function"&&t.prototype||Al;return n===o}function jl(n,t){for(var o=-1,r=Array(n);++o<n;)r[o]=t(o);return r}var Tl="[object Arguments]";function xo(n){return Pe(n)&&Oe(n)==Tl}var No=Object.prototype,Dl=No.hasOwnProperty,Ol=No.propertyIsEnumerable,Pl=xo(function(){return arguments}())?xo:function(n){return Pe(n)&&Dl.call(n,"callee")&&!Ol.call(n,"callee")};function Fl(){return!1}var vo=typeof a=="object"&&a&&!a.nodeType&&a,$o=vo&&typeof module=="object"&&module&&!module.nodeType&&module,Rl=$o&&$o.exports===vo,Vo=Rl?de.Buffer:void 0,Wl=Vo?Vo.isBuffer:void 0,Eo=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]",m0="[object Int32Array]",p0="[object Uint8Array]",h0="[object Uint8ClampedArray]",u0="[object Uint16Array]",f0="[object Uint32Array]",R={};R[i0]=R[c0]=R[s0]=R[d0]=R[m0]=R[p0]=R[h0]=R[u0]=R[f0]=!0,R[Ul]=R[Yl]=R[a0]=R[Gl]=R[l0]=R[Kl]=R[Xl]=R[Ql]=R[Zl]=R[Jl]=R[e0]=R[t0]=R[n0]=R[o0]=R[r0]=!1;function g0(n){return Pe(n)&&Bo(n.length)&&!!R[Oe(n)]}function Xt(n){return function(t){return n(t)}}var Co=typeof a=="object"&&a&&!a.nodeType&&a,Re=Co&&typeof module=="object"&&module&&!module.nodeType&&module,_0=Re&&Re.exports===Co,Qt=_0&&po.process,ze=function(){try{var n=Re&&Re.require&&Re.require("util").types;return n||Qt&&Qt.binding&&Qt.binding("util")}catch{}}(),Mo=ze&&ze.isTypedArray,w0=Mo?Xt(Mo):g0,b0=Object.prototype,k0=b0.hasOwnProperty;function zo(n,t){var o=Wt(n),r=!o&&Pl(n),l=!o&&!r&&Eo(n),i=!o&&!r&&!l&&w0(n),c=o||r||l||i,s=c?jl(n.length,String):[],d=s.length;for(var m in n)(t||k0.call(n,m))&&!(c&&(m=="length"||l&&(m=="offset"||m=="parent")||i&&(m=="buffer"||m=="byteLength"||m=="byteOffset")||bo(m,d)))&&s.push(m);return s}function So(n,t){return function(o){return n(t(o))}}var y0=So(Object.keys,Object),B0=Object.prototype,x0=B0.hasOwnProperty;function N0(n){if(!st(n))return y0(n);var t=[];for(var o in Object(n))x0.call(n,o)&&o!="constructor"&&t.push(o);return t}function dt(n){return ct(n)?zo(n):N0(n)}var v0=Object.prototype,$0=v0.hasOwnProperty,V0=Ll(function(n,t){if(st(t)||ct(t)){Fe(t,dt(t),n);return}for(var o in t)$0.call(t,o)&&Kt(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 z0(n){if(!Me(n))return E0(n);var t=st(n),o=[];for(var r in n)r=="constructor"&&(t||!M0.call(n,r))||o.push(r);return o}function Zt(n){return ct(n)?zo(n,!0):z0(n)}var We=Be(Object,"create");function S0(){this.__data__=We?We(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(We){var o=t[n];return o===I0?void 0:o}return L0.call(t,n)?t[n]:void 0}var j0=Object.prototype,T0=j0.hasOwnProperty;function D0(n){var t=this.__data__;return We?t[n]!==void 0:T0.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]=We&&t===void 0?O0:t,this}function xe(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])}}xe.prototype.clear=S0,xe.prototype.delete=H0,xe.prototype.get=A0,xe.prototype.has=D0,xe.prototype.set=P0;function F0(){this.__data__=[],this.size=0}function mt(n,t){for(var o=n.length;o--;)if(Gt(n[o][0],t))return o;return-1}var R0=Array.prototype,W0=R0.splice;function U0(n){var t=this.__data__,o=mt(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=mt(t,n);return o<0?void 0:t[o][1]}function G0(n){return mt(this.__data__,n)>-1}function K0(n,t){var o=this.__data__,r=mt(o,n);return r<0?(++this.size,o.push([n,t])):o[r][1]=t,this}function pe(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])}}pe.prototype.clear=F0,pe.prototype.delete=U0,pe.prototype.get=Y0,pe.prototype.has=G0,pe.prototype.set=K0;var Ue=Be(de,"Map");function X0(){this.size=0,this.__data__={hash:new xe,map:new(Ue||pe),string:new xe}}function Q0(n){var t=typeof n;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?n!=="__proto__":n===null}function pt(n,t){var o=n.__data__;return Q0(t)?o[typeof t=="string"?"string":"hash"]:o.map}function Z0(n){var t=pt(this,n).delete(n);return this.size-=t?1:0,t}function J0(n){return pt(this,n).get(n)}function e2(n){return pt(this,n).has(n)}function t2(n,t){var o=pt(this,n),r=o.size;return o.set(n,t),this.size+=o.size==r?0:1,this}function Se(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])}}Se.prototype.clear=X0,Se.prototype.delete=Z0,Se.prototype.get=J0,Se.prototype.has=e2,Se.prototype.set=t2;function Ho(n,t){for(var o=-1,r=t.length,l=n.length;++o<r;)n[l+o]=t[o];return n}var Io=So(Object.getPrototypeOf,Object);function n2(){this.__data__=new pe,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 pe){var r=o.__data__;if(!Ue||r.length<l2-1)return r.push([n,t]),this.size=++o.size,this;o=this.__data__=new Se(r)}return o.set(n,t),this.size=o.size,this}function He(n){var t=this.__data__=new pe(n);this.size=t.size}He.prototype.clear=n2,He.prototype.delete=o2,He.prototype.get=r2,He.prototype.has=a2,He.prototype.set=i2;function c2(n,t){return n&&Fe(t,dt(t),n)}function s2(n,t){return n&&Fe(t,Zt(t),n)}var qo=typeof a=="object"&&a&&!a.nodeType&&a,Lo=qo&&typeof module=="object"&&module&&!module.nodeType&&module,d2=Lo&&Lo.exports===qo,Ao=d2?de.Buffer:void 0,jo=Ao?Ao.allocUnsafe:void 0;function m2(n,t){if(t)return n.slice();var o=n.length,r=jo?jo(o):new n.constructor(o);return n.copy(r),r}function p2(n,t){for(var o=-1,r=n==null?0:n.length,l=0,i=[];++o<r;){var c=n[o];t(c,o,n)&&(i[l++]=c)}return i}function To(){return[]}var h2=Object.prototype,u2=h2.propertyIsEnumerable,Do=Object.getOwnPropertySymbols,Jt=Do?function(n){return n==null?[]:(n=Object(n),p2(Do(n),function(t){return u2.call(n,t)}))}:To;function f2(n,t){return Fe(n,Jt(n),t)}var g2=Object.getOwnPropertySymbols,Oo=g2?function(n){for(var t=[];n;)Ho(t,Jt(n)),n=Io(n);return t}:To;function _2(n,t){return Fe(n,Oo(n),t)}function Po(n,t,o){var r=t(n);return Wt(n)?r:Ho(r,o(n))}function w2(n){return Po(n,dt,Jt)}function b2(n){return Po(n,Zt,Oo)}var en=Be(de,"DataView"),tn=Be(de,"Promise"),nn=Be(de,"Set"),Fo="[object Map]",k2="[object Object]",Ro="[object Promise]",Wo="[object Set]",Uo="[object WeakMap]",Yo="[object DataView]",y2=ye(en),B2=ye(Ue),x2=ye(tn),N2=ye(nn),v2=ye(Yt),he=Oe;(en&&he(new en(new ArrayBuffer(1)))!=Yo||Ue&&he(new Ue)!=Fo||tn&&he(tn.resolve())!=Ro||nn&&he(new nn)!=Wo||Yt&&he(new Yt)!=Uo)&&(he=function(n){var t=Oe(n),o=t==k2?n.constructor:void 0,r=o?ye(o):"";if(r)switch(r){case y2:return Yo;case B2:return Fo;case x2:return Ro;case N2:return Wo;case v2:return Uo}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 Go=de.Uint8Array;function on(n){var t=new n.constructor(n.byteLength);return new Go(t).set(new Go(n)),t}function C2(n,t){var o=t?on(n.buffer):n.buffer;return new n.constructor(o,n.byteOffset,n.byteLength)}var M2=/\w*$/;function z2(n){var t=new n.constructor(n.source,M2.exec(n));return t.lastIndex=n.lastIndex,t}var Ko=Ce?Ce.prototype:void 0,Xo=Ko?Ko.valueOf:void 0;function S2(n){return Xo?Object(Xo.call(n)):{}}function H2(n,t){var o=t?on(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]",j2="[object RegExp]",T2="[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 on(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 j2:return z2(n);case T2:return new r;case O2:return S2(n)}}function ei(n){return typeof n.constructor=="function"&&!st(n)?_l(Io(n)):{}}var ti="[object Map]";function ni(n){return Pe(n)&&he(n)==ti}var Qo=ze&&ze.isMap,oi=Qo?Xt(Qo):ni,ri="[object Set]";function ai(n){return Pe(n)&&he(n)==ri}var Zo=ze&&ze.isSet,li=Zo?Xt(Zo):ai,ii=1,ci=2,si=4,Jo="[object Arguments]",di="[object Array]",mi="[object Boolean]",pi="[object Date]",hi="[object Error]",er="[object Function]",ui="[object GeneratorFunction]",fi="[object Map]",gi="[object Number]",tr="[object Object]",_i="[object RegExp]",wi="[object Set]",bi="[object String]",ki="[object Symbol]",yi="[object WeakMap]",Bi="[object ArrayBuffer]",xi="[object DataView]",Ni="[object Float32Array]",vi="[object Float64Array]",$i="[object Int8Array]",Vi="[object Int16Array]",Ei="[object Int32Array]",Ci="[object Uint8Array]",Mi="[object Uint8ClampedArray]",zi="[object Uint16Array]",Si="[object Uint32Array]",O={};O[Jo]=O[di]=O[Bi]=O[xi]=O[mi]=O[pi]=O[Ni]=O[vi]=O[$i]=O[Vi]=O[Ei]=O[fi]=O[gi]=O[tr]=O[_i]=O[wi]=O[bi]=O[ki]=O[Ci]=O[Mi]=O[zi]=O[Si]=!0,O[hi]=O[er]=O[yi]=!1;function ht(n,t,o,r,l,i){var c,s=t&ii,d=t&ci,m=t&si;if(c!==void 0)return c;if(!Me(n))return n;var w=Wt(n);if(w){if(c=E2(n),!s)return bl(n,c)}else{var u=he(n),f=u==er||u==ui;if(Eo(n))return m2(n,s);if(u==tr||u==Jo||f&&!l){if(c=d||f?{}:ei(n),!s)return d?_2(n,s2(c,n)):f2(n,c2(c,n))}else{if(!O[u])return l?n:{};c=J2(n,u,s)}}i||(i=new He);var h=i.get(n);if(h)return h;i.set(n,c),li(n)?n.forEach(function(y){c.add(ht(y,t,o,y,n,i))}):oi(n)&&n.forEach(function(y,g){c.set(g,ht(y,t,o,g,n,i))});var p=m?d?b2:w2:d?Zt:dt,_=w?void 0:p(n);return Vl(_||n,function(y,g){_&&(g=y,y=n[g]),Kt(c,g,ht(y,t,o,g,n,i))}),c}var Hi=1,Ii=4;function qi(n){return ht(n,Hi|Ii)}e.defineComponent((n,{slots:t})=>{const o=e.inject("$theme",e.reactive({})),r=i=>typeof n.theme=="function"?n.theme(qi(i)):n.theme,l=e.reactive(r(o));return e.provide("$theme",e.reactive(l)),e.watch(o,i=>{V0(l,r(i))},{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},ji=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),i=e.computed(()=>!!r["icon-only"]),c=e.computed(()=>E({nmorph:[ae[o.height],`${o.fill&&"fill"}`],"nmorph-button":[o.styleType,o.shape,`${o.disabled&&"disabled"}`,`${o.accentBgOnHover&&"accent-bg-on-hover"}`,`${o.ripple&&"ripple"}`,`${i.value&&"icon-only"}`]})),s=e.ref(null),d={thin:"small",default:"medium",thick:"large"},m=e.computed(()=>d[o.height]),w=e.computed(()=>o.styleType==="transparent"&&o.color?{"--transparent-button-color":o.color}:{});t({buttonDOMElement:s});const u=H`
|
|
364
364
|
display: inline-block;
|
|
365
365
|
width: auto;
|
|
366
366
|
|
|
367
|
+
&.nmorph--fill {
|
|
368
|
+
width: 100%;
|
|
369
|
+
}
|
|
370
|
+
|
|
367
371
|
.nmorph-button__content {
|
|
368
372
|
width: 100%;
|
|
369
373
|
height: var(--height);
|
|
@@ -378,7 +382,7 @@
|
|
|
378
382
|
align-items: center;
|
|
379
383
|
justify-content: center;
|
|
380
384
|
gap: var(--indentation-02);
|
|
381
|
-
${
|
|
385
|
+
${U()}
|
|
382
386
|
|
|
383
387
|
span {
|
|
384
388
|
--color: var(--nmorph-white-color);
|
|
@@ -468,6 +472,11 @@
|
|
|
468
472
|
.nmorph-button__content {
|
|
469
473
|
background: transparent;
|
|
470
474
|
box-shadow: none;
|
|
475
|
+
color: var(--transparent-button-color, var(--nmorph-text-color));
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.nmorph-button__content .nmorph-icon {
|
|
479
|
+
--color: var(--transparent-button-color, var(--nmorph-text-color));
|
|
471
480
|
}
|
|
472
481
|
}
|
|
473
482
|
|
|
@@ -486,15 +495,15 @@
|
|
|
486
495
|
}
|
|
487
496
|
|
|
488
497
|
&.nmorph-button.nmorph--thin-component {
|
|
489
|
-
${
|
|
498
|
+
${fe()}
|
|
490
499
|
}
|
|
491
500
|
|
|
492
501
|
&.nmorph-button--disabled {
|
|
493
|
-
${
|
|
502
|
+
${Z()}
|
|
494
503
|
}
|
|
495
|
-
`,f=
|
|
496
|
-
${
|
|
497
|
-
`;return(
|
|
504
|
+
`,f=S.div`
|
|
505
|
+
${u}
|
|
506
|
+
`;return(h,p)=>(e.openBlock(),e.createBlock(f,{class:e.normalizeClass(c.value),style:e.normalizeStyle(w.value)},{default:e.withCtx(()=>[e.createElementVNode("button",{ref_key:"buttonDOMElement",ref:s,class:"nmorph-button__content",disabled:o.disabled,loading:o.loading,type:o.type,tabindex:o.tabindex},[o.loading?(e.openBlock(),e.createBlock(e.unref(I),{key:0,size:m.value},{default:e.withCtx(()=>[e.createVNode(e.unref(_r))]),_:1},8,["size"])):i.value?(e.openBlock(),e.createBlock(e.unref(I),{key:1},{default:e.withCtx(()=>[e.renderSlot(h.$slots,"icon-only")]),_:3})):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[l.value?(e.openBlock(),e.createBlock(e.unref(I),{key:0},{default:e.withCtx(()=>[e.renderSlot(h.$slots,"icon")]),_:3})):e.createCommentVNode("v-if",!0),e.renderSlot(h.$slots,"default"),o.text!==void 0?(e.openBlock(),e.createElementBlock("span",Ai,e.toDisplayString(o.text),1)):e.createCommentVNode("v-if",!0),e.renderSlot(h.$slots,"append")],64))],8,Li)]),_:3},8,["class","style"]))}}),C=(n,t)=>{const o=n.__vccOpts||n;for(const[r,l]of t)o[r]=l;return o},D=C(ji,[["__file","/builds/ketjo/nmorph/library/src/components/basic/nmorph-button/NmorphButton.vue"]]);var nr=(n=>(n.default="default",n.transparent="transparent",n))(nr||{}),or=(n=>(n.submit="submit",n.reset="reset",n.button="button",n))(or||{}),rr=(n=>(n.default="default",n.square="square",n.round="round",n.circle="circle",n))(rr||{});const Ti={class:"nmorph-icon__content"},I=C(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(n){const t=n,o=e.computed(()=>E({"nmorph-icon":[`${!t.width&&!t.height&&t.size}`,`${t.width&&"custom-width"}`,`${t.height&&"custom-height"}`]})),r=e.computed(()=>{const c={};return t.width&&(c["--width"]=t.width),t.height&&(c["--height"]=t.height),c}),l=H`
|
|
498
507
|
width: var(--width);
|
|
499
508
|
min-width: var(--width);
|
|
500
509
|
height: var(--height);
|
|
@@ -539,10 +548,10 @@
|
|
|
539
548
|
--width: 32px;
|
|
540
549
|
--height: 32px;
|
|
541
550
|
}
|
|
542
|
-
`,
|
|
551
|
+
`,i=S.div`
|
|
543
552
|
${l}
|
|
544
|
-
--color: ${
|
|
545
|
-
`;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",C1,[e.renderSlot(i.$slots,"default")])]),_:3},8,["class","style","props"]))}});var Yo=(n=>(n.small="small",n.medium="medium",n.large="large",n))(Yo||{});const M1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z1(n,t){return e.openBlock(),e.createElementBlock("svg",M1,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 H1={render:z1},S1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I1(n,t){return e.openBlock(),e.createElementBlock("svg",S1,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 L1={render:I1},A1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function T1(n,t){return e.openBlock(),e.createElementBlock("svg",A1,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 D1={render:T1},j1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O1(n,t){return e.openBlock(),e.createElementBlock("svg",j1,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 F1={render:O1},P1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 36 32"};function R1(n,t){return e.openBlock(),e.createElementBlock("svg",P1,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 Go={render:R1},q1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W1(n,t){return e.openBlock(),e.createElementBlock("svg",q1,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 U1={render:W1},Y1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G1(n,t){return e.openBlock(),e.createElementBlock("svg",Y1,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 Xo={render:G1},X1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K1(n,t){return e.openBlock(),e.createElementBlock("svg",X1,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 Ko={render:K1},Q1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z1(n,t){return e.openBlock(),e.createElementBlock("svg",Q1,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 J1={render:Z1},ec={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function tc(n,t){return e.openBlock(),e.createElementBlock("svg",ec,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 Qo={render:tc},nc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function oc(n,t){return e.openBlock(),e.createElementBlock("svg",nc,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 Zo={render:oc},rc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ac(n,t){return e.openBlock(),e.createElementBlock("svg",rc,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 lc={render:ac},cc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ic(n,t){return e.openBlock(),e.createElementBlock("svg",cc,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 sc={render:ic},dc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mc(n,t){return e.openBlock(),e.createElementBlock("svg",dc,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 pc={render:mc},hc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fc(n,t){return e.openBlock(),e.createElementBlock("svg",hc,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 uc={render:fc},gc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wc(n,t){return e.openBlock(),e.createElementBlock("svg",gc,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 _c={render:wc},bc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function kc(n,t){return e.openBlock(),e.createElementBlock("svg",bc,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 Bc={render:kc},xc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function yc(n,t){return e.openBlock(),e.createElementBlock("svg",xc,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 Vc={render:yc},$c={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function vc(n,t){return e.openBlock(),e.createElementBlock("svg",$c,t[0]||(t[0]=[e.createElementVNode("path",{d:"M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z"},null,-1)]))}const Nc={render:vc},Ec={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Cc(n,t){return e.openBlock(),e.createElementBlock("svg",Ec,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 Jo={render:Cc},Mc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zc(n,t){return e.openBlock(),e.createElementBlock("svg",Mc,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 Hc={render:zc},Sc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ic(n,t){return e.openBlock(),e.createElementBlock("svg",Sc,t[0]||(t[0]=[e.createElementVNode("path",{d:"m192 384 320 384 320-384z"},null,-1)]))}const Lc={render:Ic},Ac={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Tc(n,t){return e.openBlock(),e.createElementBlock("svg",Ac,t[0]||(t[0]=[e.createElementVNode("path",{d:"M672 192 288 511.936 672 832z"},null,-1)]))}const Dc={render:Tc},jc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Oc(n,t){return e.openBlock(),e.createElementBlock("svg",jc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M384 192v640l384-320.064z"},null,-1)]))}const Fc={render:Oc},Pc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rc(n,t){return e.openBlock(),e.createElementBlock("svg",Pc,t[0]||(t[0]=[e.createElementVNode("path",{d:"M512 320 192 704h639.936z"},null,-1)]))}const qc={render:Rc},Wc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Uc(n,t){return e.openBlock(),e.createElementBlock("svg",Wc,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 Yc={render:Uc},Gc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xc(n,t){return e.openBlock(),e.createElementBlock("svg",Gc,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 Kc={render:Xc},Qc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zc(n,t){return e.openBlock(),e.createElementBlock("svg",Qc,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 Jc={render:Zc},ei={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ti(n,t){return e.openBlock(),e.createElementBlock("svg",ei,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 ni={render:ti},oi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ri(n,t){return e.openBlock(),e.createElementBlock("svg",oi,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 ai={render:ri},li={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ci(n,t){return e.openBlock(),e.createElementBlock("svg",li,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 ii={render:ci},si={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function di(n,t){return e.openBlock(),e.createElementBlock("svg",si,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 mi={render:di},pi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hi(n,t){return e.openBlock(),e.createElementBlock("svg",pi,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 fi={render:hi},ui={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gi(n,t){return e.openBlock(),e.createElementBlock("svg",ui,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 wi={render:gi},_i={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bi(n,t){return e.openBlock(),e.createElementBlock("svg",_i,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 ki={render:bi},Bi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function xi(n,t){return e.openBlock(),e.createElementBlock("svg",Bi,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 Gt={render:xi},yi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Vi(n,t){return e.openBlock(),e.createElementBlock("svg",yi,t[0]||(t[0]=[e.createElementVNode("path",{d:"m2 12 14 12 14-12-2-2-12 10L4 10Z"},null,-1)]))}const K={render:Vi},$i={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function vi(n,t){return e.openBlock(),e.createElementBlock("svg",$i,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 Ni={render:vi},Ei={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ci(n,t){return e.openBlock(),e.createElementBlock("svg",Ei,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 Mi={render:Ci},zi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hi(n,t){return e.openBlock(),e.createElementBlock("svg",zi,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 Si={render:Hi},Ii={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Li(n,t){return e.openBlock(),e.createElementBlock("svg",Ii,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 er={render:Li},Ai={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ti(n,t){return e.openBlock(),e.createElementBlock("svg",Ai,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 Di={render:Ti},ji={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Oi(n,t){return e.openBlock(),e.createElementBlock("svg",ji,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 Fi={render:Oi},Pi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ri(n,t){return e.openBlock(),e.createElementBlock("svg",Pi,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 qi={render:Ri},Wi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ui(n,t){return e.openBlock(),e.createElementBlock("svg",Wi,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 Yi={render:Ui},Gi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xi(n,t){return e.openBlock(),e.createElementBlock("svg",Gi,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 Ki={render:Xi},Qi={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zi(n,t){return e.openBlock(),e.createElementBlock("svg",Qi,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 Ji={render:Zi},es={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 28"};function ts(n,t){return e.openBlock(),e.createElementBlock("svg",es,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 ns={render:ts},os={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function rs(n,t){return e.openBlock(),e.createElementBlock("svg",os,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 as={render:rs},ls={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cs(n,t){return e.openBlock(),e.createElementBlock("svg",ls,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 is={render:cs},ss={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ds(n,t){return e.openBlock(),e.createElementBlock("svg",ss,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 ms={render:ds},ps={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hs(n,t){return e.openBlock(),e.createElementBlock("svg",ps,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 fs={render:hs},us={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gs(n,t){return e.openBlock(),e.createElementBlock("svg",us,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 ws={render:gs},_s={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bs(n,t){return e.openBlock(),e.createElementBlock("svg",_s,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 ks={render:bs},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:"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 ys={render:xs},Vs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $s(n,t){return e.openBlock(),e.createElementBlock("svg",Vs,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 vs={render:$s},Ns={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Es(n,t){return e.openBlock(),e.createElementBlock("svg",Ns,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 Cs={render:Es},Ms={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function zs(n,t){return e.openBlock(),e.createElementBlock("svg",Ms,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 Hs={render:zs},Ss={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Is(n,t){return e.openBlock(),e.createElementBlock("svg",Ss,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 Ls={render:Is},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:"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 Ds={render:Ts},js={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Os(n,t){return e.openBlock(),e.createElementBlock("svg",js,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 Fs={render:Os},Ps={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 19 19"};function Rs(n,t){return e.openBlock(),e.createElementBlock("svg",Ps,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 Xt={render:Rs},qs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ws(n,t){return e.openBlock(),e.createElementBlock("svg",qs,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 Us={render:Ws},Ys={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Gs(n,t){return e.openBlock(),e.createElementBlock("svg",Ys,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 Xs={render:Gs},Ks={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qs(n,t){return e.openBlock(),e.createElementBlock("svg",Ks,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 Zs={render:Qs},Js={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function e4(n,t){return e.openBlock(),e.createElementBlock("svg",Js,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 t4={render:e4},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:"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 tr={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:"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 l4={render:a4},c4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function i4(n,t){return e.openBlock(),e.createElementBlock("svg",c4,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 s4={render:i4},d4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function m4(n,t){return e.openBlock(),e.createElementBlock("svg",d4,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 p4={render:m4},h4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f4(n,t){return e.openBlock(),e.createElementBlock("svg",h4,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 u4={render:f4},g4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function w4(n,t){return e.openBlock(),e.createElementBlock("svg",g4,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 _4={render:w4},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:"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 B4={render:k4},x4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function y4(n,t){return e.openBlock(),e.createElementBlock("svg",x4,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 V4={render:y4},$4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v4(n,t){return e.openBlock(),e.createElementBlock("svg",$4,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 N4={render:v4},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:"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 M4={render:C4},z4={viewBox:"0 0 32 32"};function H4(n,t){return e.openBlock(),e.createElementBlock("svg",z4,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 nr={render:H4},S4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I4(n,t){return e.openBlock(),e.createElementBlock("svg",S4,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 192h768v128H128zm0 256h512v128H128zm0 256h768v128H128zm576-352 192 160-192 128z"},null,-1)]))}const L4={render:I4},A4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function T4(n,t){return e.openBlock(),e.createElementBlock("svg",A4,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 je={render:T4},D4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function j4(n,t){return e.openBlock(),e.createElementBlock("svg",D4,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 O4={render:j4},F4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function P4(n,t){return e.openBlock(),e.createElementBlock("svg",F4,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 or={render:P4},R4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function q4(n,t){return e.openBlock(),e.createElementBlock("svg",R4,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 rr={render:q4},W4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function U4(n,t){return e.openBlock(),e.createElementBlock("svg",W4,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 Y4={render:U4},G4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function X4(n,t){return e.openBlock(),e.createElementBlock("svg",G4,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 K4={render:X4},Q4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z4(n,t){return e.openBlock(),e.createElementBlock("svg",Q4,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 J4={render:Z4},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:"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 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:"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 ad={render:rd},ld={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cd(n,t){return e.openBlock(),e.createElementBlock("svg",ld,t[0]||(t[0]=[e.createElementVNode("path",{d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"},null,-1)]))}const id={render:cd},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:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"},null,-1)]))}const md={render:dd},pd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hd(n,t){return e.openBlock(),e.createElementBlock("svg",pd,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 fd={render:hd},ud={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gd(n,t){return e.openBlock(),e.createElementBlock("svg",ud,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 wd={render:gd},_d={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bd(n,t){return e.openBlock(),e.createElementBlock("svg",_d,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 kd={render:bd},Bd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xd(n,t){return e.openBlock(),e.createElementBlock("svg",Bd,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 yd={render:xd},Vd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $d(n,t){return e.openBlock(),e.createElementBlock("svg",Vd,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 vd={render:$d},Nd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ed(n,t){return e.openBlock(),e.createElementBlock("svg",Nd,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 Cd={render:Ed},Md={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zd(n,t){return e.openBlock(),e.createElementBlock("svg",Md,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 Hd={render:zd},Sd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Id(n,t){return e.openBlock(),e.createElementBlock("svg",Sd,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 Ld={render:Id},Ad={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Td(n,t){return e.openBlock(),e.createElementBlock("svg",Ad,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 Dd={render:Td},jd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function Od(n,t){return e.openBlock(),e.createElementBlock("svg",jd,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 Fd={render:Od},Pd={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function Rd(n,t){return e.openBlock(),e.createElementBlock("svg",Pd,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 qd={render:Rd},Wd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ud(n,t){return e.openBlock(),e.createElementBlock("svg",Wd,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 Yd={render:Ud},Gd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xd(n,t){return e.openBlock(),e.createElementBlock("svg",Gd,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 Kd={render:Xd},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",{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 Jd={render:Zd},e3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function t3(n,t){return e.openBlock(),e.createElementBlock("svg",e3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"},null,-1)]))}const n3={render:t3},o3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function r3(n,t){return e.openBlock(),e.createElementBlock("svg",o3,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 a3={render:r3},l3={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function c3(n,t){return e.openBlock(),e.createElementBlock("svg",l3,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 i3={render:c3},s3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d3(n,t){return e.openBlock(),e.createElementBlock("svg",s3,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 m3={render:d3},p3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function h3(n,t){return e.openBlock(),e.createElementBlock("svg",p3,t[0]||(t[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 g3(n,t){return e.openBlock(),e.createElementBlock("svg",u3,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 w3={render:g3},_3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b3(n,t){return e.openBlock(),e.createElementBlock("svg",_3,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 k3={render:b3},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:"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 y3={render:x3},V3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $3(n,t){return e.openBlock(),e.createElementBlock("svg",V3,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 v3={render:$3},N3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E3(n,t){return e.openBlock(),e.createElementBlock("svg",N3,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 ar={render:E3},C3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function M3(n,t){return e.openBlock(),e.createElementBlock("svg",C3,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 z3={render:M3},H3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function S3(n,t){return e.openBlock(),e.createElementBlock("svg",H3,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 Kt={render:S3},I3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L3(n,t){return e.openBlock(),e.createElementBlock("svg",I3,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 A3={render:L3},T3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D3(n,t){return e.openBlock(),e.createElementBlock("svg",T3,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 j3={render:D3},O3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function F3(n,t){return e.openBlock(),e.createElementBlock("svg",O3,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 P3={render:F3},R3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q3(n,t){return e.openBlock(),e.createElementBlock("svg",R3,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 W3={render:q3},U3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Y3(n,t){return e.openBlock(),e.createElementBlock("svg",U3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"},null,-1)]))}const G3={render:Y3},X3={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 100 100"};function K3(n,t){return e.openBlock(),e.createElementBlock("svg",X3,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 lt={render:K3},Q3={xmlns:"http://www.w3.org/2000/svg",width:"100",height:"100",viewBox:"0 0 1024 1024"};function Z3(n,t){return e.openBlock(),e.createElementBlock("svg",Q3,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 lr={render:Z3},J3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function e6(n,t){return e.openBlock(),e.createElementBlock("svg",J3,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 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:"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 r6={render:o6},a6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 79 69"};function l6(n,t){return e.openBlock(),e.createElementBlock("svg",a6,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 c6={render:l6},i6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function s6(n,t){return e.openBlock(),e.createElementBlock("svg",i6,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 d6={render:s6},m6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p6(n,t){return e.openBlock(),e.createElementBlock("svg",m6,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 h6={render:p6},f6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function u6(n,t){return e.openBlock(),e.createElementBlock("svg",f6,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 g6={render:u6},w6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _6(n,t){return e.openBlock(),e.createElementBlock("svg",w6,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 b6={render:_6},k6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function B6(n,t){return e.openBlock(),e.createElementBlock("svg",k6,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 x6={render:B6},y6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function V6(n,t){return e.openBlock(),e.createElementBlock("svg",y6,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 $6={render:V6},v6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N6(n,t){return e.openBlock(),e.createElementBlock("svg",v6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"},null,-1)]))}const E6={render:N6},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:"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 z6={render:M6},H6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function S6(n,t){return e.openBlock(),e.createElementBlock("svg",H6,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 I6={render:S6},L6={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function A6(n,t){return e.openBlock(),e.createElementBlock("svg",L6,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 T6={render:A6},D6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function j6(n,t){return e.openBlock(),e.createElementBlock("svg",D6,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 O6={render:j6},F6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function P6(n,t){return e.openBlock(),e.createElementBlock("svg",F6,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 R6={render:P6},q6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W6(n,t){return e.openBlock(),e.createElementBlock("svg",q6,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 U6={render:W6},Y6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G6(n,t){return e.openBlock(),e.createElementBlock("svg",Y6,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 X6={render:G6},K6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q6(n,t){return e.openBlock(),e.createElementBlock("svg",K6,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 Z6={render:Q6},J6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function e8(n,t){return e.openBlock(),e.createElementBlock("svg",J6,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 t8={render:e8},n8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function o8(n,t){return e.openBlock(),e.createElementBlock("svg",n8,t[0]||(t[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M4 12h16"},null,-1)]))}const Qt={render:o8},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:"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 l8={render:a8},c8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function i8(n,t){return e.openBlock(),e.createElementBlock("svg",c8,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 s8={render:i8},d8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function m8(n,t){return e.openBlock(),e.createElementBlock("svg",d8,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 p8={render:m8},h8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f8(n,t){return e.openBlock(),e.createElementBlock("svg",h8,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 u8={render:f8},g8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function w8(n,t){return e.openBlock(),e.createElementBlock("svg",g8,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 _8={render:w8},b8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function k8(n,t){return e.openBlock(),e.createElementBlock("svg",b8,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 B8={render:k8},x8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function y8(n,t){return e.openBlock(),e.createElementBlock("svg",x8,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 V8={render:y8},$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:"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 N8={render:v8},E8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function C8(n,t){return e.openBlock(),e.createElementBlock("svg",E8,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 M8={render:C8},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:"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 S8={render:H8},I8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L8(n,t){return e.openBlock(),e.createElementBlock("svg",I8,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 A8={render:L8},T8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D8(n,t){return e.openBlock(),e.createElementBlock("svg",T8,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 j8={render:D8},O8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function F8(n,t){return e.openBlock(),e.createElementBlock("svg",O8,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 P8={render:F8},R8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q8(n,t){return e.openBlock(),e.createElementBlock("svg",R8,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 W8={render:q8},U8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Y8(n,t){return e.openBlock(),e.createElementBlock("svg",U8,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 G8={render:Y8},X8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K8(n,t){return e.openBlock(),e.createElementBlock("svg",X8,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 Q8={render:K8},Z8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function J8(n,t){return e.openBlock(),e.createElementBlock("svg",Z8,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 em={render:J8},tm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function nm(n,t){return e.openBlock(),e.createElementBlock("svg",tm,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 om={render:nm},rm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function am(n,t){return e.openBlock(),e.createElementBlock("svg",rm,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 lm={render:am},cm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function im(n,t){return e.openBlock(),e.createElementBlock("svg",cm,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 sm={render:im},dm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mm(n,t){return e.openBlock(),e.createElementBlock("svg",dm,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 pm={render:mm},hm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fm(n,t){return e.openBlock(),e.createElementBlock("svg",hm,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 um={render:fm},gm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wm(n,t){return e.openBlock(),e.createElementBlock("svg",gm,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 _m={render:wm},bm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function km(n,t){return e.openBlock(),e.createElementBlock("svg",bm,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 Bm={render:km},xm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ym(n,t){return e.openBlock(),e.createElementBlock("svg",xm,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 Vm={render:ym},$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:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"},null,-1)]))}const Nm={render:vm},Em={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Cm(n,t){return e.openBlock(),e.createElementBlock("svg",Em,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 Mm={render:Cm},zm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function Hm(n,t){return e.openBlock(),e.createElementBlock("svg",zm,t[0]||(t[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M12 4v16M4 12h16"},null,-1)]))}const Zt={render:Hm},Sm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Im(n,t){return e.openBlock(),e.createElementBlock("svg",Sm,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 Lm={render:Im},Am={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Tm(n,t){return e.openBlock(),e.createElementBlock("svg",Am,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 Dm={render:Tm},jm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Om(n,t){return e.openBlock(),e.createElementBlock("svg",jm,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 Fm={render:Om},Pm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rm(n,t){return e.openBlock(),e.createElementBlock("svg",Pm,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 qm={render:Rm},Wm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Um(n,t){return e.openBlock(),e.createElementBlock("svg",Wm,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 Ym={render:Um},Gm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xm(n,t){return e.openBlock(),e.createElementBlock("svg",Gm,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 Km={render:Xm},Qm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zm(n,t){return e.openBlock(),e.createElementBlock("svg",Qm,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 Jm={render:Zm},ep={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function tp(n,t){return e.openBlock(),e.createElementBlock("svg",ep,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 np={render:tp},op={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function rp(n,t){return e.openBlock(),e.createElementBlock("svg",op,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 ap={render:rp},lp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cp(n,t){return e.openBlock(),e.createElementBlock("svg",lp,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 ip={render:cp},sp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function dp(n,t){return e.openBlock(),e.createElementBlock("svg",sp,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 mp={render:dp},pp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hp(n,t){return e.openBlock(),e.createElementBlock("svg",pp,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 fp={render:hp},up={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gp(n,t){return e.openBlock(),e.createElementBlock("svg",up,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 wp={render:gp},_p={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bp(n,t){return e.openBlock(),e.createElementBlock("svg",_p,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 kp={render:bp},Bp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xp(n,t){return e.openBlock(),e.createElementBlock("svg",Bp,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 yp={render:xp},Vp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $p(n,t){return e.openBlock(),e.createElementBlock("svg",Vp,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 vp={render:$p},Np={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ep(n,t){return e.openBlock(),e.createElementBlock("svg",Np,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 Cp={render:Ep},Mp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zp(n,t){return e.openBlock(),e.createElementBlock("svg",Mp,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 Hp={render:zp},Sp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ip(n,t){return e.openBlock(),e.createElementBlock("svg",Sp,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 Lp={render:Ip},Ap={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Tp(n,t){return e.openBlock(),e.createElementBlock("svg",Ap,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 Dp={render:Tp},jp={viewBox:"0 0 32 32"};function Op(n,t){return e.openBlock(),e.createElementBlock("svg",jp,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 cr={render:Op},Fp={viewBox:"0 0 32 32"};function Pp(n,t){return e.openBlock(),e.createElementBlock("svg",Fp,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 ir={render:Pp},Rp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qp(n,t){return e.openBlock(),e.createElementBlock("svg",Rp,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 Wp={render:qp},Up={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Yp(n,t){return e.openBlock(),e.createElementBlock("svg",Up,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 Gp={render:Yp},Xp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Kp(n,t){return e.openBlock(),e.createElementBlock("svg",Xp,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 Qp={render:Kp},Zp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Jp(n,t){return e.openBlock(),e.createElementBlock("svg",Zp,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 eh={render:Jp},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:"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 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:"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 lh={render:ah},ch={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ih(n,t){return e.openBlock(),e.createElementBlock("svg",ch,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"},null,-1)]))}const sh={render:ih},dh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mh(n,t){return e.openBlock(),e.createElementBlock("svg",dh,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 ph={render:mh},hh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fh(n,t){return e.openBlock(),e.createElementBlock("svg",hh,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 uh={render:fh},gh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wh(n,t){return e.openBlock(),e.createElementBlock("svg",gh,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 _h={render:wh},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:"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 Bh={render:kh},xh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function yh(n,t){return e.openBlock(),e.createElementBlock("svg",xh,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 Vh={render:yh},$h={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vh(n,t){return e.openBlock(),e.createElementBlock("svg",$h,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 Nh={render:vh},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:"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 Mh={render:Ch},zh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hh(n,t){return e.openBlock(),e.createElementBlock("svg",zh,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 Sh={render:Hh},Ih={viewBox:"0 0 32 32"};function Lh(n,t){return e.openBlock(),e.createElementBlock("svg",Ih,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 sr={render:Lh},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:"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 Dh={render:Th},jh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Oh(n,t){return e.openBlock(),e.createElementBlock("svg",jh,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 Fh={render:Oh},Ph={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rh(n,t){return e.openBlock(),e.createElementBlock("svg",Ph,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 qh={render:Rh},Wh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Uh(n,t){return e.openBlock(),e.createElementBlock("svg",Wh,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 Yh={render:Uh},Gh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xh(n,t){return e.openBlock(),e.createElementBlock("svg",Gh,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 Kh={render:Xh},Qh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zh(n,t){return e.openBlock(),e.createElementBlock("svg",Qh,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 Jh={render:Zh},e5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function t5(n,t){return e.openBlock(),e.createElementBlock("svg",e5,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 n5={render:t5},o5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function r5(n,t){return e.openBlock(),e.createElementBlock("svg",o5,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 a5={render:r5},l5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c5(n,t){return e.openBlock(),e.createElementBlock("svg",l5,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 i5={render:c5},s5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d5(n,t){return e.openBlock(),e.createElementBlock("svg",s5,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 dr={render:d5},m5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function p5(n,t){return e.openBlock(),e.createElementBlock("svg",m5,t[0]||(t[0]=[e.createElementVNode("path",{d:"M27 4 12 19l-7-7-5 5 12 12L32 9z"},null,-1)]))}const Jt={render:p5},h5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f5(n,t){return e.openBlock(),e.createElementBlock("svg",h5,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 u5={render:f5},g5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function w5(n,t){return e.openBlock(),e.createElementBlock("svg",g5,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 _5={render:w5},b5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function k5(n,t){return e.openBlock(),e.createElementBlock("svg",b5,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 B5={render:k5},x5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function y5(n,t){return e.openBlock(),e.createElementBlock("svg",x5,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 V5={render:y5},$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:"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 N5={render:v5},E5={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function C5(n,t){return e.openBlock(),e.createElementBlock("svg",E5,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 M5={render:C5},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:"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 S5={render:H5},I5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L5(n,t){return e.openBlock(),e.createElementBlock("svg",I5,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 A5={render:L5},T5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D5(n,t){return e.openBlock(),e.createElementBlock("svg",T5,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 j5={render:D5},O5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function F5(n,t){return e.openBlock(),e.createElementBlock("svg",O5,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 P5={render:F5},R5={viewBox:"0 0 32 32"};function q5(n,t){return e.openBlock(),e.createElementBlock("svg",R5,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 W5={render:q5},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:"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 G5={render:Y5},X5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K5(n,t){return e.openBlock(),e.createElementBlock("svg",X5,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 Q5={render:K5},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:"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 e9={render:J5},t9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n9(n,t){return e.openBlock(),e.createElementBlock("svg",t9,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 o9={render:n9},r9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function a9(n,t){return e.openBlock(),e.createElementBlock("svg",r9,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 l9={render:a9},c9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function i9(n,t){return e.openBlock(),e.createElementBlock("svg",c9,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 s9={render:i9},d9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function m9(n,t){return e.openBlock(),e.createElementBlock("svg",d9,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 p9={render:m9},h9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function f9(n,t){return e.openBlock(),e.createElementBlock("svg",h9,t[0]||(t[0]=[e.createElementVNode("path",{d:"m2 12 14 12 14-12Z"},null,-1)]))}const en={render:f9},u9={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function g9(n,t){return e.openBlock(),e.createElementBlock("svg",u9,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 w9={render:g9},_9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b9(n,t){return e.openBlock(),e.createElementBlock("svg",_9,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 k9={render:b9},B9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x9(n,t){return e.openBlock(),e.createElementBlock("svg",B9,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 y9={render:x9},V9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $9(n,t){return e.openBlock(),e.createElementBlock("svg",V9,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 v9={render:$9},N9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E9(n,t){return e.openBlock(),e.createElementBlock("svg",N9,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 C9={render:E9},M9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z9(n,t){return e.openBlock(),e.createElementBlock("svg",M9,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 H9={render:z9},S9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I9(n,t){return e.openBlock(),e.createElementBlock("svg",S9,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 L9={render:I9},A9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function T9(n,t){return e.openBlock(),e.createElementBlock("svg",A9,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 D9={render:T9},j9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O9(n,t){return e.openBlock(),e.createElementBlock("svg",j9,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 F9={render:O9},P9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R9(n,t){return e.openBlock(),e.createElementBlock("svg",P9,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 q9={render:R9},W9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function U9(n,t){return e.openBlock(),e.createElementBlock("svg",W9,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 Y9={render:U9},G9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function X9(n,t){return e.openBlock(),e.createElementBlock("svg",G9,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 mr={render:X9},K9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q9(n,t){return e.openBlock(),e.createElementBlock("svg",K9,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 Z9={render:Q9},J9={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ef(n,t){return e.openBlock(),e.createElementBlock("svg",J9,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 tf={render:ef},nf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function of(n,t){return e.openBlock(),e.createElementBlock("svg",nf,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 pr={render:of},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:"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 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:"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 df={render:sf},mf={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function pf(n,t){return e.openBlock(),e.createElementBlock("svg",mf,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 hr={render:pf},hf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function ff(n,t){return e.openBlock(),e.createElementBlock("svg",hf,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 uf={render:ff},gf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wf(n,t){return e.openBlock(),e.createElementBlock("svg",gf,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 _f={render:wf},bf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function kf(n,t){return e.openBlock(),e.createElementBlock("svg",bf,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 Bf={render:kf},xf={viewBox:"0 0 32 32"};function yf(n,t){return e.openBlock(),e.createElementBlock("svg",xf,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 fr={render:yf},Vf={viewBox:"0 0 32 32"};function $f(n,t){return e.openBlock(),e.createElementBlock("svg",Vf,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 ur={render:$f},vf=["href","target"],Nf=e.defineComponent({__name:"NmorphLink",props:{type:{default:xt.accent},underline:{type:Boolean,default:!1},href:{default:""},text:{default:""},target:{default:"self"},disabled:{type:Boolean,default:!1}},setup(n){const t=n,o=e.useSlots(),r=e.computed(()=>N({"nmorph-link":[t.type,`${t.underline&&"underline"}`,`${t.disabled&&"disabled"}`]})),l=z`
|
|
553
|
+
--color: ${c=>c.color};
|
|
554
|
+
`;return(c,s)=>(e.openBlock(),e.createBlock(i,{class:e.normalizeClass(o.value),style:e.normalizeStyle(r.value),props:{color:t.color}},{default:e.withCtx(()=>[e.createElementVNode("div",Ti,[e.renderSlot(c.$slots,"default")])]),_:3},8,["class","style","props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/basic/nmorph-icon/NmorphIcon.vue"]]);var ar=(n=>(n.small="small",n.medium="medium",n.large="large",n))(ar||{});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 lr={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 ir={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 cr={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 mc(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 sr={render:mc},pc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hc(n,t){return e.openBlock(),e.createElementBlock("svg",pc,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 rn={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 Nc(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 vc={render:Nc},$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 zc={render:Mc},Sc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hc(n,t){return e.openBlock(),e.createElementBlock("svg",Sc,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},jc={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Tc(n,t){return e.openBlock(),e.createElementBlock("svg",jc,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 dr={render:Tc},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 m1(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 p1={render:m1},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 N1={render:x1},v1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $1(n,t){return e.openBlock(),e.createElementBlock("svg",v1,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},z1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function S1(n,t){return e.openBlock(),e.createElementBlock("svg",z1,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 an={render:S1},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 oe={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},j1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function T1(n,t){return e.openBlock(),e.createElementBlock("svg",j1,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:T1},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 mr={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 ms(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 ps={render:ms},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 Ns={render:xs},vs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $s(n,t){return e.openBlock(),e.createElementBlock("svg",vs,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},zs={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ss(n,t){return e.openBlock(),e.createElementBlock("svg",zs,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:Ss},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 js(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 Ts={render:js},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 ln={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 md={render:dd},pd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function hd(n,t){return e.openBlock(),e.createElementBlock("svg",pd,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 pr={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 Nd(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 vd={render:Nd},$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 zd={render:Md},Sd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hd(n,t){return e.openBlock(),e.createElementBlock("svg",Sd,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},jd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Td(n,t){return e.openBlock(),e.createElementBlock("svg",jd,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:Td},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 hr={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 Ye={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 32 32"};function Zd(n,t){return e.openBlock(),e.createElementBlock("svg",Qd,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 ur={render:Zd},Jd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function e4(n,t){return e.openBlock(),e.createElementBlock("svg",Jd,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 fr={render:e4},t4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n4(n,t){return e.openBlock(),e.createElementBlock("svg",t4,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 o4={render:n4},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:"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 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:"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 s4={render:c4},d4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function m4(n,t){return e.openBlock(),e.createElementBlock("svg",d4,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 p4={render:m4},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:"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 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:"M288 128h608L736 384l160 256H288v320h-96V64h96z"},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:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"},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:"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 N4={render:x4},v4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $4(n,t){return e.openBlock(),e.createElementBlock("svg",v4,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 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-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 M4={render:C4},z4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function S4(n,t){return e.openBlock(),e.createElementBlock("svg",z4,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 H4={render:S4},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:"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 L4={render:q4},A4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function j4(n,t){return e.openBlock(),e.createElementBlock("svg",A4,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 T4={render:j4},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:"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 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:"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 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:"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 G4={render:Y4},K4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function X4(n,t){return e.openBlock(),e.createElementBlock("svg",K4,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 Q4={render:X4},Z4={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function J4(n,t){return e.openBlock(),e.createElementBlock("svg",Z4,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 e3={render:J4},t3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n3(n,t){return e.openBlock(),e.createElementBlock("svg",t3,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 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:"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 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:"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 s3={render:c3},d3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function m3(n,t){return e.openBlock(),e.createElementBlock("svg",d3,t[0]||(t[0]=[e.createElementVNode("path",{d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"},null,-1)]))}const p3={render:m3},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 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 f3={render:u3},g3={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function _3(n,t){return e.openBlock(),e.createElementBlock("svg",g3,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 w3={render:_3},b3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function k3(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 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:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"},null,-1)]))}const N3={render:x3},v3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $3(n,t){return e.openBlock(),e.createElementBlock("svg",v3,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 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:"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 M3={render:C3},z3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function S3(n,t){return e.openBlock(),e.createElementBlock("svg",z3,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 H3={render:S3},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:"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 L3={render:q3},A3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function j3(n,t){return e.openBlock(),e.createElementBlock("svg",A3,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 gr={render:j3},T3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function D3(n,t){return e.openBlock(),e.createElementBlock("svg",T3,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 O3={render:D3},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",{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 cn={render:F3},R3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W3(n,t){return e.openBlock(),e.createElementBlock("svg",R3,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 U3={render:W3},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:"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 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:"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 Z3={render:Q3},J3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function e6(n,t){return e.openBlock(),e.createElementBlock("svg",J3,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 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:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"},null,-1)]))}const r6={render:o6},a6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 100 100"};function l6(n,t){return e.openBlock(),e.createElementBlock("svg",a6,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 ut={render:l6},i6={xmlns:"http://www.w3.org/2000/svg",width:"100",height:"100",viewBox:"0 0 1024 1024"};function c6(n,t){return e.openBlock(),e.createElementBlock("svg",i6,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 _r={render:c6},s6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d6(n,t){return e.openBlock(),e.createElementBlock("svg",s6,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 m6={render:d6},p6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function h6(n,t){return e.openBlock(),e.createElementBlock("svg",p6,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 u6={render:h6},f6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 79 69"};function g6(n,t){return e.openBlock(),e.createElementBlock("svg",f6,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 _6={render:g6},w6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b6(n,t){return e.openBlock(),e.createElementBlock("svg",w6,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 k6={render:b6},y6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function B6(n,t){return e.openBlock(),e.createElementBlock("svg",y6,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 x6={render:B6},N6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v6(n,t){return e.openBlock(),e.createElementBlock("svg",N6,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 $6={render:v6},V6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E6(n,t){return e.openBlock(),e.createElementBlock("svg",V6,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 C6={render:E6},M6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z6(n,t){return e.openBlock(),e.createElementBlock("svg",M6,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 S6={render:z6},H6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I6(n,t){return e.openBlock(),e.createElementBlock("svg",H6,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 q6={render:I6},L6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function A6(n,t){return e.openBlock(),e.createElementBlock("svg",L6,t[0]||(t[0]=[e.createElementVNode("path",{d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"},null,-1)]))}const j6={render:A6},T6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D6(n,t){return e.openBlock(),e.createElementBlock("svg",T6,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 O6={render:D6},P6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function F6(n,t){return e.openBlock(),e.createElementBlock("svg",P6,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 R6={render:F6},W6={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function U6(n,t){return e.openBlock(),e.createElementBlock("svg",W6,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 Y6={render:U6},G6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K6(n,t){return e.openBlock(),e.createElementBlock("svg",G6,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 X6={render:K6},Q6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z6(n,t){return e.openBlock(),e.createElementBlock("svg",Q6,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 J6={render:Z6},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:"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 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:"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 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:"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 cm={render:im},sm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function dm(n,t){return e.openBlock(),e.createElementBlock("svg",sm,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 mm={render:dm},pm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function hm(n,t){return e.openBlock(),e.createElementBlock("svg",pm,t[0]||(t[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M4 12h16"},null,-1)]))}const sn={render:hm},um={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fm(n,t){return e.openBlock(),e.createElementBlock("svg",um,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 gm={render:fm},_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:"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: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:"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 Bm={render:ym},xm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Nm(n,t){return e.openBlock(),e.createElementBlock("svg",xm,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 vm={render:Nm},$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 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 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:"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 zm={render:Mm},Sm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hm(n,t){return e.openBlock(),e.createElementBlock("svg",Sm,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 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:"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 Am={render:Lm},jm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Tm(n,t){return e.openBlock(),e.createElementBlock("svg",jm,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 Dm={render:Tm},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:"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 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:"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 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:"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 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:"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 Zm={render:Qm},Jm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ep(n,t){return e.openBlock(),e.createElementBlock("svg",Jm,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 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:"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 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:"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 ip={render:lp},cp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function sp(n,t){return e.openBlock(),e.createElementBlock("svg",cp,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 dp={render:sp},mp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function pp(n,t){return e.openBlock(),e.createElementBlock("svg",mp,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 hp={render:pp},up={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fp(n,t){return e.openBlock(),e.createElementBlock("svg",up,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 gp={render:fp},_p={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wp(n,t){return e.openBlock(),e.createElementBlock("svg",_p,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 bp={render:wp},kp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function yp(n,t){return e.openBlock(),e.createElementBlock("svg",kp,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 Bp={render:yp},xp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Np(n,t){return e.openBlock(),e.createElementBlock("svg",xp,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 vp={render:Np},$p={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Vp(n,t){return e.openBlock(),e.createElementBlock("svg",$p,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 Ep={render:Vp},Cp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Mp(n,t){return e.openBlock(),e.createElementBlock("svg",Cp,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 zp={render:Mp},Sp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hp(n,t){return e.openBlock(),e.createElementBlock("svg",Sp,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 Ip={render:Hp},qp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Lp(n,t){return e.openBlock(),e.createElementBlock("svg",qp,t[0]||(t[0]=[e.createElementVNode("path",{d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"},null,-1)]))}const Ap={render:Lp},jp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Tp(n,t){return e.openBlock(),e.createElementBlock("svg",jp,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 Dp={render:Tp},Op={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function Pp(n,t){return e.openBlock(),e.createElementBlock("svg",Op,t[0]||(t[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M12 4v16M4 12h16"},null,-1)]))}const dn={render:Pp},Fp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rp(n,t){return e.openBlock(),e.createElementBlock("svg",Fp,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 Wp={render:Rp},Up={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Yp(n,t){return e.openBlock(),e.createElementBlock("svg",Up,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 Gp={render:Yp},Kp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Xp(n,t){return e.openBlock(),e.createElementBlock("svg",Kp,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 Qp={render:Xp},Zp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Jp(n,t){return e.openBlock(),e.createElementBlock("svg",Zp,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 e8={render:Jp},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:"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 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:"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 l8={render:a8},i8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c8(n,t){return e.openBlock(),e.createElementBlock("svg",i8,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 s8={render:c8},d8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function m8(n,t){return e.openBlock(),e.createElementBlock("svg",d8,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 p8={render:m8},h8={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function u8(n,t){return e.openBlock(),e.createElementBlock("svg",h8,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 f8={render:u8},g8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _8(n,t){return e.openBlock(),e.createElementBlock("svg",g8,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 w8={render:_8},b8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function k8(n,t){return e.openBlock(),e.createElementBlock("svg",b8,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 y8={render:k8},B8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x8(n,t){return e.openBlock(),e.createElementBlock("svg",B8,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 N8={render:x8},v8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $8(n,t){return e.openBlock(),e.createElementBlock("svg",v8,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 V8={render:$8},E8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function C8(n,t){return e.openBlock(),e.createElementBlock("svg",E8,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 M8={render:C8},z8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function S8(n,t){return e.openBlock(),e.createElementBlock("svg",z8,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 H8={render:S8},I8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q8(n,t){return e.openBlock(),e.createElementBlock("svg",I8,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 L8={render:q8},A8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function j8(n,t){return e.openBlock(),e.createElementBlock("svg",A8,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 T8={render:j8},D8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O8(n,t){return e.openBlock(),e.createElementBlock("svg",D8,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 P8={render:O8},F8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R8(n,t){return e.openBlock(),e.createElementBlock("svg",F8,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 W8={render:R8},U8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Y8(n,t){return e.openBlock(),e.createElementBlock("svg",U8,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 G8={render:Y8},K8={viewBox:"0 0 32 32"};function X8(n,t){return e.openBlock(),e.createElementBlock("svg",K8,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 wr={render:X8},Q8={viewBox:"0 0 32 32"};function Z8(n,t){return e.openBlock(),e.createElementBlock("svg",Q8,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 br={render:Z8},J8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function eh(n,t){return e.openBlock(),e.createElementBlock("svg",J8,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 th={render:eh},nh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function oh(n,t){return e.openBlock(),e.createElementBlock("svg",nh,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 rh={render:oh},ah={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function lh(n,t){return e.openBlock(),e.createElementBlock("svg",ah,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 ih={render:lh},ch={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function sh(n,t){return e.openBlock(),e.createElementBlock("svg",ch,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 dh={render:sh},mh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ph(n,t){return e.openBlock(),e.createElementBlock("svg",mh,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 hh={render:ph},uh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fh(n,t){return e.openBlock(),e.createElementBlock("svg",uh,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 gh={render:fh},_h={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function wh(n,t){return e.openBlock(),e.createElementBlock("svg",_h,t[0]||(t[0]=[e.createElementVNode("path",{d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"},null,-1)]))}const bh={render:wh},kh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function yh(n,t){return e.openBlock(),e.createElementBlock("svg",kh,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 Bh={render:yh},xh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Nh(n,t){return e.openBlock(),e.createElementBlock("svg",xh,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 vh={render:Nh},$h={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Vh(n,t){return e.openBlock(),e.createElementBlock("svg",$h,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 Eh={render:Vh},Ch={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Mh(n,t){return e.openBlock(),e.createElementBlock("svg",Ch,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 zh={render:Mh},Sh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hh(n,t){return e.openBlock(),e.createElementBlock("svg",Sh,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 Ih={render:Hh},qh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Lh(n,t){return e.openBlock(),e.createElementBlock("svg",qh,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 Ah={render:Lh},jh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Th(n,t){return e.openBlock(),e.createElementBlock("svg",jh,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 Dh={render:Th},Oh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ph(n,t){return e.openBlock(),e.createElementBlock("svg",Oh,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 Fh={render:Ph},Rh={viewBox:"0 0 32 32"};function Wh(n,t){return e.openBlock(),e.createElementBlock("svg",Rh,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 kr={render:Wh},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:"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 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:"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 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:"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 eu={render:Jh},tu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function nu(n,t){return e.openBlock(),e.createElementBlock("svg",tu,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 ou={render:nu},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:"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 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:"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 su={render:cu},du={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mu(n,t){return e.openBlock(),e.createElementBlock("svg",du,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 pu={render:mu},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:"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 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:"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 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:"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 yr={render:ku},yu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Bu(n,t){return e.openBlock(),e.createElementBlock("svg",yu,t[0]||(t[0]=[e.createElementVNode("path",{d:"M27 4 12 19l-7-7-5 5 12 12L32 9z"},null,-1)]))}const mn={render:Bu},xu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Nu(n,t){return e.openBlock(),e.createElementBlock("svg",xu,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 vu={render:Nu},$u={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Vu(n,t){return e.openBlock(),e.createElementBlock("svg",$u,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 Eu={render:Vu},Cu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Mu(n,t){return e.openBlock(),e.createElementBlock("svg",Cu,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 zu={render:Mu},Su={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hu(n,t){return e.openBlock(),e.createElementBlock("svg",Su,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 Iu={render:Hu},qu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Lu(n,t){return e.openBlock(),e.createElementBlock("svg",qu,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 Au={render:Lu},ju={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function Tu(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 Du={render:Tu},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:"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 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:"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 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:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"},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:"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 Zu={render:Qu},Ju={viewBox:"0 0 32 32"};function e5(n,t){return e.openBlock(),e.createElementBlock("svg",Ju,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 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:"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 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:"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 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:"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 d5={render:s5},m5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p5(n,t){return e.openBlock(),e.createElementBlock("svg",m5,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 h5={render:p5},u5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f5(n,t){return e.openBlock(),e.createElementBlock("svg",u5,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 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:"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 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:"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 B5={render:y5},x5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function N5(n,t){return e.openBlock(),e.createElementBlock("svg",x5,t[0]||(t[0]=[e.createElementVNode("path",{d:"m2 12 14 12 14-12Z"},null,-1)]))}const pn={render:N5},v5={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function $5(n,t){return e.openBlock(),e.createElementBlock("svg",v5,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 V5={render:$5},E5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function C5(n,t){return e.openBlock(),e.createElementBlock("svg",E5,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 M5={render:C5},z5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function S5(n,t){return e.openBlock(),e.createElementBlock("svg",z5,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 H5={render:S5},I5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q5(n,t){return e.openBlock(),e.createElementBlock("svg",I5,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 L5={render:q5},A5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function j5(n,t){return e.openBlock(),e.createElementBlock("svg",A5,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 T5={render:j5},D5={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O5(n,t){return e.openBlock(),e.createElementBlock("svg",D5,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 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:"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 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:"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 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:"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 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:"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 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:"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 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:"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 Br={render:af},lf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cf(n,t){return e.openBlock(),e.createElementBlock("svg",lf,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 sf={render:cf},df={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mf(n,t){return e.openBlock(),e.createElementBlock("svg",df,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 pf={render:mf},hf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function uf(n,t){return e.openBlock(),e.createElementBlock("svg",hf,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 xr={render:uf},ff={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gf(n,t){return e.openBlock(),e.createElementBlock("svg",ff,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 _f={render:gf},wf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bf(n,t){return e.openBlock(),e.createElementBlock("svg",wf,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 kf={render:bf},yf={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function Bf(n,t){return e.openBlock(),e.createElementBlock("svg",yf,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 Nr={render:Bf},xf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Nf(n,t){return e.openBlock(),e.createElementBlock("svg",xf,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 vf={render:Nf},$f={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Vf(n,t){return e.openBlock(),e.createElementBlock("svg",$f,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 Ef={render:Vf},Cf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Mf(n,t){return e.openBlock(),e.createElementBlock("svg",Cf,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 zf={render:Mf},Sf={viewBox:"0 0 32 32"};function Hf(n,t){return e.openBlock(),e.createElementBlock("svg",Sf,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 vr={render:Hf},If={viewBox:"0 0 32 32"};function qf(n,t){return e.openBlock(),e.createElementBlock("svg",If,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 $r={render:qf},Lf=["href","target"],Af=e.defineComponent({__name:"NmorphLink",props:{type:{type:null,required:!1,default:St.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(()=>E({"nmorph-link":[t.type,`${t.underline&&"underline"}`,`${t.disabled&&"disabled"}`]})),l=H`
|
|
546
555
|
--link-color: var(--nmorph-accent-color);
|
|
547
556
|
|
|
548
557
|
display: inline-block;
|
|
@@ -596,11 +605,11 @@
|
|
|
596
605
|
}
|
|
597
606
|
|
|
598
607
|
&.nmorph-link--disabled {
|
|
599
|
-
${
|
|
608
|
+
${Z}
|
|
600
609
|
}
|
|
601
|
-
`,
|
|
610
|
+
`,i=S.div`
|
|
602
611
|
${l}
|
|
603
|
-
`;return(
|
|
612
|
+
`;return(c,s)=>(e.openBlock(),e.createBlock(i,{class:e.normalizeClass(r.value)},{default:e.withCtx(()=>[e.createElementVNode("a",{href:t.href,target:t.target},[e.renderSlot(c.$slots,"prepend"),e.createTextVNode(" "+e.toDisplayString(c.text)+" ",1),e.unref(o).icon?(e.openBlock(),e.createBlock(e.unref(I),{key:0,class:"nmorph-link__icon",width:"10px",height:"10px"},{default:e.withCtx(()=>[e.renderSlot(c.$slots,"icon")]),_:3})):e.createCommentVNode("v-if",!0),e.renderSlot(c.$slots,"default")],8,Lf)]),_:3},8,["class"]))}}),jf=C(Af,[["__file","/builds/ketjo/nmorph/library/src/components/basic/nmorph-link/NmorphLink.vue"]]);var Vr=(n=>(n.self="_self",n.blank="_blank",n.parent="_parent",n.top="_top",n))(Vr||{});const Tf=C(e.defineComponent({__name:"NmorphScroll",props:{height:{type:String,required:!1,default:"auto"},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(n,{expose:t,emit:o}){const r=n,l=e.ref(null),i=e.computed(()=>r.scrollYProp),c=e.computed(()=>r.scrollXProp),s=e.ref(!1),d=e.ref(!1),m=()=>{s.value=l.value?.scrollHeight>l.value?.clientHeight,d.value=l.value?.scrollWidth>l.value?.clientWidth},w=e.computed(()=>r.yBarWidthInPx+r.yGapInPx),u=e.computed(()=>r.xBarWidthInPx+r.xGapInPx),f=e.computed(()=>r.scrollYProp==="hidden"||!s.value?"0":`${w.value}px`),h=e.computed(()=>r.scrollXProp==="hidden"||!d.value?"0":`${u.value}px`),p=e.computed(()=>`${r.yBarWidthInPx}px`),_=e.computed(()=>`${r.xBarWidthInPx}px`),y=e.inject("nmorph");let g;const k=o,b=()=>{const Y=Math.trunc(l.value?.scrollLeft),re=Math.trunc(l.value?.scrollTop);k("update:model-value",{x:Y,y:re})},B=()=>{k("on-scroll-end")},x=Y=>{k("on-scroll",Y),l.value&&(r.updateOnlyOnScrollEnd||b(),g!==void 0&&clearTimeout(g),g=setTimeout(()=>{r.updateOnlyOnScrollEnd&&b(),B()},r.scrollEndDelay))};e.onUnmounted(()=>{g!==void 0&&clearTimeout(g)});const N=e.ref(!1),V=e.computed(()=>E({"nmorph-scroll":[]})),$=Y=>{const{x:re,y:ue}=Y;l.value?.scrollTo({left:re,top:ue,behavior:"smooth"})};e.onMounted(()=>{$(r.modelValue),e.nextTick(m)}),e.watch(()=>r.modelValue,Y=>{$(Y)},{deep:!0,immediate:!0}),e.watch(()=>y?.browser.dimensions,()=>{e.nextTick(m)},{deep:!0,immediate:!0});const q=e.computed(()=>r.cssScrollBehavior),v=e.computed(()=>r.height),M=e.computed(()=>r.maxHeight);t({scrollDOMContainer:l,moveTo:$});const A=()=>{N.value=!0},K=()=>{N.value=!1};return(Y,re)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"scrollDOMContainer",ref:l,class:e.normalizeClass(V.value),style:e.normalizeStyle({"--bar-width":p.value,"--bar-height":_.value,boxSizing:"border-box",minWidth:"0",minHeight:"0",height:v.value,maxHeight:M.value,paddingRight:f.value,paddingBottom:h.value,overflowX:c.value,overflowY:i.value,scrollBehavior:q.value}),onScroll:x,onMouseenter:A,onMouseleave:K},[e.renderSlot(Y.$slots,"default")],38))}}),[["__file","/builds/ketjo/nmorph/library/src/components/basic/nmorph-scroll/NmorphScroll.vue"]]);var Er=(n=>(n.auto="auto",n.hidden="hidden",n.scroll="scroll",n))(Er||{}),Cr=(n=>(n.auto="auto",n.smooth="smooth",n.inherit="inherit",n.initial="initial",n.unset="unset",n))(Cr||{});const Df=C(e.defineComponent({__name:"NmorphAvatar",props:{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},fallback:{type:null,required:!1,default:()=>rn},src:{type:String,required:!1},srcSet:{type:String,required:!1},fit:{type:null,required:!1},alt:{type:String,required:!1}},emits:["error","load"],setup(n,{emit:t}){const o=n,r=t,l=e.ref(!1),i=e.computed(()=>E({nmorph:[`${o.frameBorder>0&&"shadow-combined"}`],"nmorph-avatar":[o.shape]})),c=_=>{r("error",_),l.value=!0},s=_=>{r("load",_),l.value=!1},d=e.computed(()=>`${o.imagePadding}px`),m=e.computed(()=>` ${o.size}px`),w=e.computed(()=>`${o.size/100*60}px`),u=e.computed(()=>o.shape==="circle"?"50%":"4px"),f=e.computed(()=>o.fallback||rn),h=H`
|
|
604
613
|
position: relative;
|
|
605
614
|
overflow: hidden;
|
|
606
615
|
display: flex;
|
|
@@ -618,24 +627,24 @@
|
|
|
618
627
|
.nmorph-image {
|
|
619
628
|
position: absolute;
|
|
620
629
|
}
|
|
621
|
-
`,
|
|
622
|
-
${
|
|
630
|
+
`,p=S.div`
|
|
631
|
+
${h}
|
|
623
632
|
.nmorph-image {
|
|
624
|
-
--width: ${
|
|
625
|
-
--height: ${
|
|
633
|
+
--width: ${_=>_.size};
|
|
634
|
+
--height: ${_=>_.size};
|
|
626
635
|
|
|
627
|
-
padding: ${
|
|
628
|
-
border-radius: ${
|
|
636
|
+
padding: ${_=>_.imagePadding};
|
|
637
|
+
border-radius: ${_=>_.radius};
|
|
629
638
|
}
|
|
630
639
|
|
|
631
640
|
&.nmorph--shadow-combined {
|
|
632
|
-
${
|
|
641
|
+
${Mt(Number(_=>_.frameBorder),!0)};
|
|
633
642
|
}
|
|
634
643
|
|
|
635
644
|
.nmorph-image > img {
|
|
636
|
-
border-radius: ${
|
|
645
|
+
border-radius: ${_=>_.radius};
|
|
637
646
|
}
|
|
638
|
-
`;return(
|
|
647
|
+
`;return(_,y)=>(e.openBlock(),e.createBlock(p,{class:e.normalizeClass(i.value),style:e.normalizeStyle({width:m.value,height:m.value}),props:{size:m.value,imagePadding:d.value,radius:u.value,frameBorder:_.frameBorder}},{default:e.withCtx(()=>[e.createVNode(e.unref(gt),{fit:o.fit,src:o.src,"src-set":o.srcSet,alt:o.alt,"frame-border":0,onLoad:s,onError:c},{error:e.withCtx(()=>[e.renderSlot(_.$slots,"error",{},()=>[e.createVNode(e.unref(I),{width:w.value},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(f.value)))]),_:1},8,["width"])])]),_:3},8,["fit","src","src-set","alt"])]),_:3},8,["class","style","props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-avatar/NmorphAvatar.vue"]]),Of={key:0,class:"nmorph-badge__dot"},Pf={key:1,class:"nmorph-badge__content"},Ff=C(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)"},offsetY:{type:Number,required:!1,default:0},offsetX:{type:Number,required:!1,default:0},disabled:{type:Boolean,required:!1,default:!1}},setup(n){const t=n,o=e.computed(()=>E({"nmorph-badge":[`${t.hidden&&"hidden"}`,`${t.isTag&&"tag"}`]})),r=e.computed(()=>E({"nmorph-badge__container":[`${t.hidden&&"hidden"}`,`${t.isTag&&"tag"}`]})),l=e.computed(()=>typeof Number(t.value)=="number"&&Number(t.value)>t.max?`${t.max}+`:t.value),i=e.computed(()=>t.isDot||t.value!==void 0),c=e.computed(()=>{const h=`${(m?.value/2+t.offsetX)*-1}px`,p=`${(w?.value/2+t.offsetY)*-1}px`;return{x:h,y:p}}),s=e.computed(()=>{if(!t.isTag)return{right:c.value.x,top:c.value.y}}),d=e.ref(null),m=e.ref(0),w=e.ref(0);e.onMounted(()=>{!d.value||t.isTag||(m.value=d.value.clientWidth,w.value=d.value.clientHeight)});const u=H`
|
|
639
648
|
position: relative;
|
|
640
649
|
display: inline-block;
|
|
641
650
|
height: fit-content;
|
|
@@ -674,12 +683,12 @@
|
|
|
674
683
|
height: var(--dot-size);
|
|
675
684
|
border-radius: var(--border-radius-circular);
|
|
676
685
|
}
|
|
677
|
-
`,
|
|
678
|
-
${
|
|
686
|
+
`,f=S.div`
|
|
687
|
+
${u}
|
|
679
688
|
.nmorph-badge__container {
|
|
680
|
-
background: ${
|
|
689
|
+
background: ${h=>h.color};
|
|
681
690
|
}
|
|
682
|
-
`;return(
|
|
691
|
+
`;return(h,p)=>!t.disabled&&(!t.isTag||i.value)?(e.openBlock(),e.createBlock(f,{key:0,class:e.normalizeClass(o.value),props:{color:t.color}},{default:e.withCtx(()=>[t.isTag?e.createCommentVNode("v-if",!0):e.renderSlot(h.$slots,"default",{key:0}),i.value?(e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"badge",ref:d,class:e.normalizeClass(r.value),style:e.normalizeStyle(s.value)},[t.isDot?(e.openBlock(),e.createElementBlock("div",Of)):(e.openBlock(),e.createElementBlock("div",Pf,[t.isTag?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(l.value),1)],64)):e.renderSlot(h.$slots,"value",{key:1,value:t.value,displayValue:l.value},()=>[e.createTextVNode(e.toDisplayString(l.value),1)])]))],6)):e.createCommentVNode("v-if",!0)]),_:3},8,["class","props"])):t.isTag?e.createCommentVNode("v-if",!0):e.renderSlot(h.$slots,"default",{key:1})}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-badge/NmorphBadge.vue"]]),Rf={class:"nmorph-calendar-header__text"},Wf={class:"nmorph-calendar-header__actions"},Uf=C(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(n,{emit:t}){const o=n,r=t,l=e.computed(()=>E({"nmorph-calendar-header":[]})),i=H`
|
|
683
692
|
display: flex;
|
|
684
693
|
align-items: center;
|
|
685
694
|
justify-content: space-between;
|
|
@@ -694,13 +703,13 @@
|
|
|
694
703
|
}
|
|
695
704
|
|
|
696
705
|
.nmorph-calendar-header__text {
|
|
697
|
-
${
|
|
706
|
+
${En()}
|
|
698
707
|
margin-right: 8px;
|
|
699
708
|
width: 160px;
|
|
700
709
|
}
|
|
701
|
-
`,
|
|
702
|
-
${
|
|
703
|
-
`;return(s,d)=>(e.openBlock(),e.createBlock(
|
|
710
|
+
`,c=S.div`
|
|
711
|
+
${i}
|
|
712
|
+
`;return(s,d)=>(e.openBlock(),e.createBlock(c,{class:e.normalizeClass(l.value)},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default",{},()=>[e.createElementVNode("div",Rf,e.toDisplayString(o.year)+" "+e.toDisplayString(e.unref(un)(o.month)),1),e.createElementVNode("div",Wf,[s.showPreviousMonthButton?(e.openBlock(),e.createBlock(e.unref(D),{key:0,class:"nmorph-calendar-header__action",onClick:d[0]||(d[0]=m=>r("click-previous-month"))},{default:e.withCtx(()=>[e.createVNode(e.unref(I),null,{default:e.withCtx(()=>[e.createVNode(e.unref(ir))]),_:1})]),_:1})):e.createCommentVNode("v-if",!0),s.showTodayButton?(e.openBlock(),e.createBlock(e.unref(D),{key:1,class:"nmorph-calendar-header__action",text:"Today",onClick:d[1]||(d[1]=m=>r("click-today"))})):e.createCommentVNode("v-if",!0),s.showNextMonthButton?(e.openBlock(),e.createBlock(e.unref(D),{key:2,class:"nmorph-calendar-header__action",onClick:d[2]||(d[2]=m=>r("click-next-month"))},{default:e.withCtx(()=>[e.createVNode(e.unref(I),null,{default:e.withCtx(()=>[e.createVNode(e.unref(cr))]),_:1})]),_:1})):e.createCommentVNode("v-if",!0)])])]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue"]]),Yf=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],Gf=["sun","mon","tue","wed","thu","fri","sat"],ft=()=>{const{t:n}=ce.useI18n();return{months:Yf.map(t=>n(`${t}`)),days:Gf.map(t=>n(`${t}`))}},Kf=["data-date","onClick"],Mr=C(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(n,{emit:t}){const o=n,r=t,{days:l}=ft(),i=()=>{h.value=g.value},c=()=>{h.value=new Date},s=()=>{h.value=k.value},d=()=>{throw new Error("model value and type prop not matched")},m=$=>{if($===null)return null;if(o.type==="date"){if($ instanceof Date)return _e($);d()}const q=Array.isArray($)&&$.every(v=>v instanceof Date);if(o.type==="dates"){if(q)return $.map(v=>_e(v));d()}if(o.type==="daterange"){if(q)return $.map(v=>_e(v)).slice(0,2);d()}},w=$=>{if(p.value===null)return;const{monthType:q,hidden:v}=$;if(v)return;q==="next"&&s(),q==="previous"&&i();const{date:M}=$;if(o.type==="date"&&(p.value=M,r("update:model-value",p.value)),o.type==="dates"){if(!Array.isArray(p.value))return d();const A=M.toDateString(),Y=p.value.map(ue=>ue.toDateString()).indexOf(A);Y!==-1?p.value.splice(Y,1):p.value.push(M),r("update:model-value",p.value)}if(o.type==="daterange"){if(!Array.isArray(p.value))return d();p.value.length===0?p.value.push(M):p.value.length===1?M<p.value[0]?p.value=[M,p.value[0]]:p.value.push(M):p.value=[M],r("update:model-value",p.value.slice(0,2))}},u=($,q)=>{const[v,M]=q;return q.length===1?$.toDateString()===v.toDateString():v&&M?$>=_e(v)&&$<=_e(M):!1},f=$=>{if(p.value===null)return!1;if(o.type==="date")return Array.isArray(p.value)?d():p.value.toDateString()===$.toDateString();if(o.type==="dates")return Array.isArray(p.value)?!!p.value.find(v=>v.toDateString()===$.toDateString()):d();if(o.type==="daterange")return Array.isArray(p.value)?u($,p.value):d()},h=e.ref(o.initialDate),p=e.ref(m(o.modelValue));e.onMounted(()=>{r("update:model-value",p.value)});let _=e.reactive([]);const y=()=>{_=[],Lr(h,o.range).forEach(q=>{const v={};q.forEach((M,A)=>{const K=l[A];v[K]=M}),_.push(v)})};e.watch(()=>o.initialDate,$=>{h.value=$},{deep:!0}),e.watch(h,()=>{y(),r("update-initial-date",h.value)}),e.watch(()=>o.modelValue,$=>{p.value=m($)});const g=e.computed(()=>new Date(h.value.setMonth(h.value.getMonth()-1))),k=e.computed(()=>new Date(h.value.setMonth(h.value.getMonth()+1))),b=e.computed(()=>{const{range:$}=o,q=$?Sr(h.value,$[0]):!0,v=$?Hr(h.value,$[1]):!0,M=Ir($);return{showPreviousMonthButton:q,showNextMonthButton:v,showTodayButton:M}}),B=e.computed(()=>E({"nmorph-calendar":[]})),x=$=>$;y();const N=H`
|
|
704
713
|
--table-data-cell-height: 50px;
|
|
705
714
|
|
|
706
715
|
background: var(--nmorph-main-color);
|
|
@@ -711,7 +720,7 @@
|
|
|
711
720
|
|
|
712
721
|
.nmorph-table__cell {
|
|
713
722
|
--table-cell-height: var(--table-data-cell-height);
|
|
714
|
-
${
|
|
723
|
+
${fe()}
|
|
715
724
|
}
|
|
716
725
|
|
|
717
726
|
.nmorph-calendar-date {
|
|
@@ -723,7 +732,7 @@
|
|
|
723
732
|
}
|
|
724
733
|
|
|
725
734
|
.nmorph-calendar-date--today {
|
|
726
|
-
${
|
|
735
|
+
${Et()}
|
|
727
736
|
color: var(--nmorph-text-color);
|
|
728
737
|
font-weight: 700;
|
|
729
738
|
}
|
|
@@ -743,7 +752,7 @@
|
|
|
743
752
|
.nmorph-calendar-date:not(.nmorph-calendar-date--hidden,
|
|
744
753
|
.nmorph-calendar-date--selected).nmorph-calendar-date--previous,
|
|
745
754
|
.nmorph-calendar-date:not(.nmorph-calendar-date--hidden, .nmorph-calendar-date--selected).nmorph-calendar-date--next {
|
|
746
|
-
${
|
|
755
|
+
${P()}
|
|
747
756
|
color: var(--nmorph-accent-color);
|
|
748
757
|
}
|
|
749
758
|
|
|
@@ -752,9 +761,9 @@
|
|
|
752
761
|
box-shadow: none;
|
|
753
762
|
background: var(--nmorph-accent-color);
|
|
754
763
|
}
|
|
755
|
-
|
|
756
|
-
${
|
|
757
|
-
`;return(
|
|
764
|
+
`,V=S.div`
|
|
765
|
+
${N}
|
|
766
|
+
`;return($,q)=>(e.openBlock(),e.createBlock(V,{class:e.normalizeClass(B.value)},{default:e.withCtx(()=>[e.renderSlot($.$slots,"header",{},()=>[e.createVNode(Uf,{year:h.value.getFullYear(),month:h.value.getMonth(),"show-previous-month-button":b.value.showPreviousMonthButton,"show-today-button":b.value.showTodayButton,"show-next-month-button":b.value.showNextMonthButton,onClickNextMonth:s,onClickPreviousMonth:i,onClickToday:c},null,8,["year","month","show-previous-month-button","show-today-button","show-next-month-button"])]),e.renderSlot($.$slots,"content",{},()=>[e.createVNode(e.unref(Dr),{data:e.unref(_),bordered:"","row-hover":!1},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(l),v=>(e.openBlock(),e.createBlock(e.unref(Pr),{key:`${v}`,prop:v,label:v.toUpperCase()},{default:e.withCtx(({scope:M})=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(M.rows,(A,K)=>(e.openBlock(),e.createBlock(e.unref(Or),{key:K,row:K},{default:e.withCtx(()=>[e.createElementVNode("div",{"data-date":`${x(A[v]).date}`,class:e.normalizeClass(["nmorph-calendar-date",`nmorph-calendar-date--${x(A[v]).monthType}`,{"nmorph-calendar-date--today":x(A[v]).isToday&&!x(A[v]).hidden&&o.markToday},{"nmorph-calendar-date--hidden":x(A[v]).hidden},{"nmorph-calendar-date--selected":f(x(A[v]).date)}]),onClick:Y=>w(x(A[v]))},[e.renderSlot($.$slots,"date-cell",{scope:{...x(A[v]),selected:f(x(A[v]).date)}},()=>[e.createTextVNode(e.toDisplayString(x(A[v]).hidden?"-":x(A[v]).value),1)])],10,Kf)]),_:2},1032,["row"]))),128))]),_:2},1032,["prop","label"]))),128))]),_:3},8,["data"])])]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-calendar/NmorphCalendar.vue"]]),zr=n=>{const t=n-n%10,o=[];for(let r=0;r<10;r++)o.push(t+r);return o},hn=n=>{if(!n)return;const t="en-CA",o={year:"numeric",month:"2-digit",day:"2-digit"};return Array.isArray(n)?n.map(r=>r?new Intl.DateTimeFormat(t,o).format(r):null):new Intl.DateTimeFormat(t,o).format(n)},Sr=(n,t)=>n.getMonth()>t.getMonth(),Hr=(n,t)=>n.getMonth()<t.getMonth(),Ir=n=>{const t=new Date;if(!n)return!0;const o=n&&n[0],r=n&&n[1];return t>=o&&t<=r},un=n=>{const{months:t}=ft();return t[n]},Xf=n=>n%4===0&&n%100!==0||n%400===0,qr=(n,t)=>[0,2,4,6,7,9,11].includes(t)?31:[3,5,8,10].includes(t)?30:Xf(n)?29:28,_e=n=>new Date(n.getFullYear(),n.getMonth(),n.getDate()),Lr=(n,t)=>{const o=v=>t?v<_e(t[0])||v>_e(t[1]):!1,r=n.value.getFullYear(),l=n.value.getMonth(),c=new Date(r,l,1).getDay()+1,s=qr(r,l),d=7+c-8;let u=7-(new Date(r,l,s).getDay()+1);const f=new Date,h=f.getDate(),p=f.getMonth(),_=l-1,y=qr(r,_);let g=y-d;const k=[];for(;g<y;){g++;const v=p===_&&h===g,M=new Date(r,_,g);k.push({value:g,monthType:"previous",isToday:v,date:M,hidden:o(M)})}const b=l+1,B=[];let x=0;for(;u;){x++,u--;const v=p===b&&h===x,M=new Date(r,b,x);B.push({value:x,monthType:"next",isToday:v,date:M,hidden:o(M)})}let N=0;const V=[];for(;N<s;){const v=f.getDate();N++;const M=p===l&&v===N,A=new Date(r,l,N);V.push({value:N,monthType:"current",isToday:M,date:A,hidden:o(A)})}const $=[...k,...V,...B],q=[];for(let v=0;v<$.length;v+=7){const M=$.slice(v,v+7);q.push(M)}return q.filter(v=>!v.every(M=>M.hidden))},Qf={class:"nmorph-card__header"},Zf={class:"nmorph-card__content"},Jf={key:0,class:"nmorph-card__footer"},e9=C(e.defineComponent({__name:"NmorphCard",props:{shadowType:{type:null,required:!1,default:"outset"},combinedShadowBorderWidth:{type:Number,required:!1,default:0}},setup(n){const t=n,o=e.useSlots(),r=e.computed(()=>E({nmorph:[zt[t.shadowType]],"nmorph-card":[t.shadowType]})),l=H`
|
|
758
767
|
--card-padding: var(--indentation-04);
|
|
759
768
|
|
|
760
769
|
display: flex;
|
|
@@ -768,21 +777,21 @@
|
|
|
768
777
|
}
|
|
769
778
|
|
|
770
779
|
.nmorph-card__header {
|
|
771
|
-
${
|
|
780
|
+
${Ct()};
|
|
772
781
|
}
|
|
773
782
|
|
|
774
783
|
.nmorph-card__footer {
|
|
775
|
-
${
|
|
784
|
+
${fe()};
|
|
776
785
|
height: fit-content;
|
|
777
786
|
margin-top: 4px;
|
|
778
787
|
}
|
|
779
|
-
`,
|
|
780
|
-
${
|
|
788
|
+
`,i=S.div`
|
|
789
|
+
${l}
|
|
781
790
|
|
|
782
791
|
&.nmorph--shadow-combined {
|
|
783
|
-
${
|
|
792
|
+
${Mt(Number(c=>c.combinedShadowBorderWidth))};
|
|
784
793
|
}
|
|
785
|
-
`;return(c,
|
|
794
|
+
`;return(c,s)=>(e.openBlock(),e.createBlock(i,{class:e.normalizeClass(r.value),props:{combinedShadowBorderWidth:t.combinedShadowBorderWidth}},{default:e.withCtx(()=>[e.createElementVNode("div",Qf,[e.renderSlot(c.$slots,"header")]),e.createElementVNode("div",Zf,[e.renderSlot(c.$slots,"default")]),e.unref(o).footer?(e.openBlock(),e.createElementBlock("div",Jf,[e.renderSlot(c.$slots,"footer")])):e.createCommentVNode("v-if",!0)]),_:3},8,["class","props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-card/NmorphCard.vue"]]),t9=["id"],n9={class:"nmorph-carousel__elements-indicator"},o9=["onClick"],r9=C(e.defineComponent({__name:"NmorphCarousel",props:{loop:{type:Boolean,required:!1,default:!0}},emits:["change"],setup(n,{emit:t}){const o=e.ref(0),r=()=>{o.value=o.value+1},l=()=>{o.value=o.value-1},i=n,c=t,s=e.computed(()=>E({"nmorph-carousel":[]})),d=e.ref([]),m=be();e.provide("carousel-data",{data:d,carouselId:m});const w=e.ref(null),u=e.reactive({}),f=()=>{const b=u[Object.keys(u).length-1]?.cloneNode(!0),B=u[0]?.cloneNode(!0);w.value?.prepend(b),w.value?.append(B),o.value+=1},h=()=>{o.value===0&&(o.value=Object.keys(u).length,y.value=!1),o.value>Object.keys(u).length&&(o.value=1,y.value=!1)};e.onMounted(()=>{i.loop&&o.value===0&&(e.nextTick(()=>f()),w.value?.addEventListener("transitionend",h))}),e.watch(o,b=>{c("change",o.value),(b===1||b===Object.keys(u).length)&&setTimeout(()=>{y.value=!0})});const p=(b,B)=>{const x=b;u[B]=x},_=e.computed(()=>`translateX(-${o.value*100}%)`),y=e.ref(!0),g=b=>b===o.value-1,k=b=>{o.value=b+1};return(b,B)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(s.value)},[e.createElementVNode("div",{ref_key:"carouselWrapper",ref:w,class:e.normalizeClass(["nmorph-carousel__wrapper",{"transition-enabled":y.value}]),style:e.normalizeStyle({transform:_.value})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(x,N)=>(e.openBlock(),e.createElementBlock("div",{id:`nmorph-carousel-item-${e.unref(m)}-${x}`,key:x,ref_for:!0,ref:V=>p(V,N),class:"nmorph-carousel__item"},null,8,t9))),128))],6),e.createElementVNode("div",n9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(x,N)=>(e.openBlock(),e.createElementBlock("div",{key:N,class:"nmorph-carousel__element-indicator-wrapper",onClick:V=>k(N)},[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-carousel__element-indicator",{"nmorph-carousel__element-indicator--active":g(N)}])},null,2)],8,o9))),128))]),e.createElementVNode("div",{class:"nmorph-carousel__action-btn nmorph-carousel__prev",onClick:r},[e.createVNode(e.unref(I),null,{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1})]),e.createElementVNode("div",{class:"nmorph-carousel__action-btn nmorph-carousel__next",onClick:l},[e.createVNode(e.unref(I),null,{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1})]),e.renderSlot(b.$slots,"default")],2))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-carousel/NmorphCarousel.vue"]]),a9=C(e.defineComponent({__name:"NmorphCarouselItem",props:{name:{type:String,required:!0}},setup(n){const t=n,o=e.computed(()=>E({"nmorph-carousel-item":[]})),r=e.inject("carousel-data"),l=e.ref(!1);return e.onMounted(()=>{l.value=!0,r&&r.data.value.push(t.name)}),(i,c)=>l.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(o.value)},[(e.openBlock(),e.createBlock(e.Teleport,{to:`#nmorph-carousel-item-${e.unref(r)?.carouselId}-${t.name}`},[e.renderSlot(i.$slots,"default")],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue"]]),l9=C(e.defineComponent({__name:"NmorphCollapse",props:{modelValue:{type:[String,Array],required:!0},accordion:{type:Boolean,required:!1,default:!1}},emits:["update:model-value"],setup(n,{emit:t}){const o=n,r=e.ref(o.modelValue);e.watch(()=>o.modelValue,s=>{r.value=s});const l=(s,d)=>{if(o.accordion)r.value=d?[s]:[];else if(!Array.isArray(r.value))r.value=[s];else{const m=r.value.indexOf(s);d&&m===-1&&r.value.push(s),!d&&m!==-1&&r.value.splice(m,1)}i("update:model-value",r.value)};e.provide("collapse-data",r),e.provide("update-model",l);const i=t,c=e.computed(()=>E({"nmorph-collapse":[]}));return(s,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(c.value)},[e.renderSlot(s.$slots,"default")],2))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-collapse/NmorphCollapse.vue"]]),i9=C(e.defineComponent({__name:"NmorphCollapseItem",props:{height:{type:null,required:!1,default:"default"},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(n,{emit:t}){const o=n,r=t,l=e.ref(!1),i=e.computed(()=>E({"nmorph-collapse-item":[`${o.disabled&&"disabled"}`,`${l.value&&"is-open"}`]})),c=e.computed(()=>E({nmorph:[ae[o.height]]})),s=e.inject("collapse-data"),d=e.inject("update-model"),m=e.ref(null),w=e.ref(0),u=()=>{o.block||(l.value=!l.value,d&&(d(o.name,l.value),r("click-item",{id:o.name,isOpen:l.value})))};e.onMounted(()=>{Array.isArray(s?.value)?l.value=s.value.includes(o.name):l.value=s?.value===o.name}),e.watch(()=>s?.value,p=>{Array.isArray(p)?l.value=p.includes(o.name):l.value=p===o.name},{deep:!0}),e.watch(l,()=>{w.value=l.value&&m.value?m.value?.clientHeight:0});const f=H`
|
|
786
795
|
--transition-speed: 0.2s;
|
|
787
796
|
|
|
788
797
|
margin-bottom: var(--indentation-03);
|
|
@@ -792,7 +801,7 @@
|
|
|
792
801
|
align-items: center;
|
|
793
802
|
padding: var(--indentation-02);
|
|
794
803
|
border-radius: var(--default-border-radius);
|
|
795
|
-
${
|
|
804
|
+
${U()};
|
|
796
805
|
}
|
|
797
806
|
|
|
798
807
|
.nmorph-collapse-item__content {
|
|
@@ -800,7 +809,7 @@
|
|
|
800
809
|
overflow: hidden;
|
|
801
810
|
border-radius: var(--default-border-radius);
|
|
802
811
|
transition: height var(--transition-speed) ease-in-out;
|
|
803
|
-
${
|
|
812
|
+
${P()};
|
|
804
813
|
}
|
|
805
814
|
|
|
806
815
|
.nmorph-collapse-item__inner-wrapper {
|
|
@@ -808,11 +817,11 @@
|
|
|
808
817
|
}
|
|
809
818
|
|
|
810
819
|
&.nmorph-collapse-item--disabled {
|
|
811
|
-
${
|
|
820
|
+
${Z()};
|
|
812
821
|
}
|
|
813
|
-
`,
|
|
814
|
-
${
|
|
815
|
-
`;return(p,
|
|
822
|
+
`,h=S.div`
|
|
823
|
+
${f}
|
|
824
|
+
`;return(p,_)=>(e.openBlock(),e.createBlock(h,{class:e.normalizeClass(i.value),onClick:e.withModifiers(u,["stop"])},{default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-collapse-item__title",c.value])},[e.renderSlot(p.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(o.title),1)])],2),e.createElementVNode("div",{class:"nmorph-collapse-item__content",style:e.normalizeStyle({height:`${w.value}px`})},[e.createElementVNode("div",{ref_key:"collapseItemDOMElContent",ref:m,class:"nmorph-collapse-item__inner-wrapper"},[e.renderSlot(p.$slots,"default")],512)],4)]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue"]]),c9=["src","alt","srcset"],s9={key:0,class:"nmorph-image__load-failed"},d9={key:1,class:"nmorph-image__loading"},gt=C(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(n,{emit:t}){const{t:o}=ce.useI18n(),r=n,l=e.computed(()=>r.loadingText?r.loadingText:o("loadingText")),i=e.computed(()=>r.loadFailedText?r.loadFailedText:o("loadFailedText")),c=e.ref(!1),s=e.ref(!1),d=t,m=_=>{c.value=!0,s.value=!1,d("load",_)},w=_=>{c.value=!0,s.value=!0,d("error",_)},u=e.computed(()=>c.value&&s.value),f=e.computed(()=>E({nmorph:[`${r.frameBorder>0&&"shadow-combined"}`],"nmorph-image":[`${(u.value||!c.value)&&"hide"}`]})),h=H`
|
|
816
825
|
--width: auto;
|
|
817
826
|
--height: 100%;
|
|
818
827
|
|
|
@@ -844,13 +853,13 @@
|
|
|
844
853
|
opacity: 0;
|
|
845
854
|
}
|
|
846
855
|
}
|
|
847
|
-
`,p=
|
|
848
|
-
${
|
|
856
|
+
`,p=S.div`
|
|
857
|
+
${h}
|
|
849
858
|
|
|
850
859
|
.nmorph {
|
|
851
|
-
${
|
|
860
|
+
${Cn(Number(_=>_.frameBorder))};
|
|
852
861
|
}
|
|
853
|
-
`;return(
|
|
862
|
+
`;return(_,y)=>r.src?(e.openBlock(),e.createBlock(p,{key:0,class:e.normalizeClass(f.value),props:{frameBorder:r.frameBorder}},{default:e.withCtx(()=>[e.createElementVNode("img",{src:r.src,alt:r.alt,srcset:r.srcSet,onLoad:m,onError:w},null,40,c9),u.value?(e.openBlock(),e.createElementBlock("div",s9,[e.renderSlot(_.$slots,"error",{},()=>[e.createTextVNode(e.toDisplayString(i.value),1)])])):c.value?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",d9,[e.renderSlot(_.$slots,"loading",{},()=>[e.createTextVNode(e.toDisplayString(l.value),1)])]))]),_:3},8,["class","props"])):e.createCommentVNode("v-if",!0)}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-image/NmorphImage.vue"]]),m9={class:"nmorph-image-preview__content"},p9={key:0,class:"nmorph-image-preview__left"},h9={key:1,class:"nmorph-image-preview__right"},u9={class:"nmorph-image-preview__actions"},f9={class:"nmorph-image-preview__action-element"},Ar=C(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}},emits:["update:model-value"],setup(n,{emit:t}){const o=n,r=e.ref(o.modelValue);e.watch(()=>o.modelValue,v=>r.value=v);const l=e.computed(()=>E({"nmorph-image-preview":[`${r.value&&"opened"}`]})),i=e.ref(o.initialIndex),c=e.computed(()=>typeof o.src=="string"?o.src:o.src[i.value]),s=e.ref(1),d=()=>{r.value=!0,N("update:model-value",r.value)},m=()=>{r.value=!1,N("update:model-value",r.value)},w=()=>{g.value=g.value+90,g.value>=360&&(g.value=0)},u=()=>{g.value=g.value-90,g.value<=-360&&(g.value=0)},f=()=>{s.value<o.maxScaleLevel&&(s.value+=o.scaleStep),s.value=parseFloat(s.value.toFixed(3))},h=()=>{s.value>o.minScaleLevel&&(s.value-=o.scaleStep),s.value=parseFloat(s.value.toFixed(3))},p=e.computed(()=>s.value<1),_=()=>{s.value=1},y=()=>{s.value=1},g=e.ref(0),k=()=>{const v=o.src.length-1,M=i.value-1;M<0?i.value=v:i.value=M},b=()=>{const v=o.src.length-1,M=i.value+1;M>v?i.value=0:i.value=M},B=e.computed(()=>{let v={icon:kr,handler:y};return p.value&&(v={icon:hr,handler:_}),v}),x=[{icon:br,handler:w},{icon:wr,handler:u},{icon:vr,handler:f},{icon:$r,handler:h}],N=t,V=e.computed(()=>Array.isArray(o.src)&&o.src.length>0),$=H`
|
|
854
863
|
--width: 50px;
|
|
855
864
|
--height: 50px;
|
|
856
865
|
|
|
@@ -938,9 +947,9 @@
|
|
|
938
947
|
right: var(--nmorph-image-preview-btn-margin);
|
|
939
948
|
}
|
|
940
949
|
}
|
|
941
|
-
`,
|
|
942
|
-
${
|
|
943
|
-
`;return(v,
|
|
950
|
+
`,q=S.div`
|
|
951
|
+
${$}
|
|
952
|
+
`;return(v,M)=>(e.openBlock(),e.createBlock(q,{class:e.normalizeClass(l.value)},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"nmorph-image-preview__trigger",onClick:d},[e.createVNode(e.unref(gt),{src:c.value,alt:o.alt,fit:"cover"},null,8,["src","alt"])]),e.createVNode(e.unref(xt),{show:r.value,onOnOutsideClick:m},{default:e.withCtx(()=>[e.createElementVNode("div",m9,[e.createVNode(e.unref(gt),{src:c.value,alt:o.alt,fit:"cover",style:e.normalizeStyle({transform:`rotate(${g.value}deg) scale(${s.value})`})},null,8,["src","alt","style"])]),V.value?(e.openBlock(),e.createElementBlock("div",p9,[e.createVNode(e.unref(D),{onClick:k},{default:e.withCtx(()=>[e.createVNode(e.unref(I),null,{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1})]),_:1})])):e.createCommentVNode("v-if",!0),V.value?(e.openBlock(),e.createElementBlock("div",h9,[e.createVNode(e.unref(D),{onClick:b},{default:e.withCtx(()=>[e.createVNode(e.unref(I),null,{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1})]),_:1})])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",u9,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(x,(A,K)=>e.createElementVNode("div",{key:K,class:"nmorph-image-preview__action-element"},[e.createVNode(e.unref(D),{onClick:A.handler},{default:e.withCtx(()=>[e.createVNode(e.unref(I),null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(A.icon)))]),_:2},1024)]),_:2},1032,["onClick"])])),64)),e.createElementVNode("div",f9,[e.createVNode(e.unref(D),{disabled:s.value===1,onClick:B.value.handler},{default:e.withCtx(()=>[e.createVNode(e.unref(I),null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(B.value.icon)))]),_:1})]),_:1},8,["disabled","onClick"])])])]),_:1},8,["show"])]),_:1},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-image-preview/NmorphImagePreview.vue"]]),g9=C(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(n,{emit:t}){const o=n,r=t,l=e.computed(()=>E({"nmorph-pagination":[`${o.disabled&&"disabled"}`]})),i=()=>{s.value=String(Number(s.value)-1)},c=()=>{s.value=String(Number(s.value)+1)},s=e.ref(String(o.modelValue)),d=e.computed(()=>{const g=o.totalElementsQuantity/o.elementsQuantityOnPage+1,k=g%1===0?-1:0;return Array.from({length:g+k},(B,x)=>({value:String(x+1),label:String(x+1)}))}),m=e.computed(()=>o.hideOnSinglePage||o.totalElementsQuantity/o.elementsQuantityOnPage>1);e.watch(s,g=>{r("update:model-value",Number(g))});const w=g=>{s.value=g},u=e.computed(()=>Number(s.value)===1),f=e.computed(()=>d.value.length===Number(s.value)),h=e.computed(()=>{const g=d.value.length,k=Number(s.value),b=o.maxVisiblePages;if(g<=b)return d.value;const B=Math.floor(b/2);return k<=B?[...d.value.slice(0,b-2),{value:"next",label:"..."},d.value[g-1]]:k>=g-B?[d.value[0],{value:"prev",label:"..."},...d.value.slice(g-(b-2))]:[d.value[0],{value:"prev",label:"..."},...d.value.slice(k-B,k+B-1),{value:"next",label:"..."},d.value[g-1]]}),p=g=>{const k=Number(s.value);let b=g==="prev"?k-o.fastForwardStep:k+o.fastForwardStep;b<=0&&(b=1),b>=d.value.length&&(b=d.value.length),s.value=String(b)},_=H`
|
|
944
953
|
display: flex;
|
|
945
954
|
justify-content: center;
|
|
946
955
|
margin-top: var(--indentation-04);
|
|
@@ -997,9 +1006,9 @@
|
|
|
997
1006
|
.nmorph-pagination__next-secondary-btn {
|
|
998
1007
|
margin-left: 8px;
|
|
999
1008
|
}
|
|
1000
|
-
`,
|
|
1001
|
-
${
|
|
1002
|
-
`;return(
|
|
1009
|
+
`,y=S.div`
|
|
1010
|
+
${_}
|
|
1011
|
+
`;return(g,k)=>m.value?(e.openBlock(),e.createBlock(y,{key:0,class:e.normalizeClass(l.value)},{default:e.withCtx(()=>[e.createVNode(e.unref(D),{class:"nmorph-pagination__btn nmorph-pagination__prev-btn",disabled:u.value||o.disabled,onClick:i},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{class:"nmorph-pagination__prev-icon"},{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1})]),_:1},8,["disabled"]),e.createVNode(e.unref(yn),{"model-value":s.value,class:"nmorph-pagination__page-group",disabled:o.disabled,"onUpdate:modelValue":w},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,b=>(e.openBlock(),e.createElementBlock("div",{key:b.value,class:"nmorph-pagination__page-btn-wrapper"},[b.value==="prev"||b.value==="next"?(e.openBlock(),e.createBlock(e.unref(D),{key:0,class:e.normalizeClass(`nmorph-pagination__page-btn nmorph-pagination__${b.value}`),text:b.label,disabled:o.disabled,onClick:B=>p(b.value)},null,8,["class","text","disabled","onClick"])):(e.openBlock(),e.createBlock(e.unref(kn),e.mergeProps({key:1,ref_for:!0},b,{class:"nmorph-pagination__page-btn",disabled:o.disabled}),null,16,["disabled"]))]))),128))]),_:1},8,["model-value","disabled"]),e.createVNode(e.unref(D),{class:"nmorph-pagination__btn nmorph-pagination__next-btn",disabled:f.value||o.disabled,onClick:c},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{class:"nmorph-pagination__next-icon"},{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1})]),_:1},8,["disabled"])]),_:1},8,["class"])):e.createCommentVNode("v-if",!0)}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-pagination/NmorphPagination.vue"]]),_9={key:0,class:"nmorph-progress__linear"},w9={class:"nmorph-progress__outer"},b9={class:"nmorph-progress__inner"},k9={key:0,class:"nmorph-progress__inner-text"},y9={key:0,class:"nmorph-progress__percentage"},B9={key:1,class:"nmorph-progress__circle"},x9={class:"nmorph-progress__circle-inner-part"},N9=["width","height"],v9=["cx","cy","r","stroke-dasharray","stroke-dashoffset"],$9=C(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(n){const t=n,o=e.computed(()=>E({"nmorph-progress":[]})),r=e.computed(()=>Array.isArray(t.color)?t.color.find(h=>h.percentage<=t.percentage)?.color:typeof t.color=="function"?t.color(t.percentage):t.color),l=e.computed(()=>t.indeterminate?"var(--animation)":"none"),i=e.ref(null),c=e.ref(1),s=e.computed(()=>`${c.value} ${c.value}`),d=e.computed(()=>c.value-t.percentage/100*c.value);e.onMounted(()=>{i.value&&(c.value=2*Math.PI*i.value.r.baseVal.value)});const m=e.computed(()=>`${t.circleSize}px`),w=e.computed(()=>`${t.percentage}%`),u=H`
|
|
1003
1012
|
--height: 8px;
|
|
1004
1013
|
--width-transition: 0.4s ease-in-out width;
|
|
1005
1014
|
--animation: slide 2s linear infinite;
|
|
@@ -1017,7 +1026,7 @@
|
|
|
1017
1026
|
height: 100%;
|
|
1018
1027
|
overflow: hidden;
|
|
1019
1028
|
border-radius: var(--border-radius-40);
|
|
1020
|
-
${
|
|
1029
|
+
${P()}
|
|
1021
1030
|
}
|
|
1022
1031
|
|
|
1023
1032
|
.nmorph-progress__inner {
|
|
@@ -1029,7 +1038,7 @@
|
|
|
1029
1038
|
|
|
1030
1039
|
.nmorph-progress__percentage,
|
|
1031
1040
|
.nmorph-progress__inner-text {
|
|
1032
|
-
${
|
|
1041
|
+
${fe()}
|
|
1033
1042
|
margin-left: var(--indentation-03);
|
|
1034
1043
|
}
|
|
1035
1044
|
|
|
@@ -1045,7 +1054,7 @@
|
|
|
1045
1054
|
.nmorph-progress__circle {
|
|
1046
1055
|
position: relative;
|
|
1047
1056
|
border-radius: var(--border-radius-circular);
|
|
1048
|
-
${
|
|
1057
|
+
${P()}
|
|
1049
1058
|
|
|
1050
1059
|
&::after {
|
|
1051
1060
|
width: 92%;
|
|
@@ -1078,24 +1087,24 @@
|
|
|
1078
1087
|
fill: none;
|
|
1079
1088
|
stroke-width: 4px;
|
|
1080
1089
|
}
|
|
1081
|
-
`,
|
|
1082
|
-
${
|
|
1090
|
+
`,f=S.div`
|
|
1091
|
+
${u}
|
|
1083
1092
|
|
|
1084
1093
|
.nmorph-progress__inner {
|
|
1085
|
-
width: ${
|
|
1086
|
-
background: ${
|
|
1087
|
-
animation: ${
|
|
1094
|
+
width: ${h=>h.displayPercentage};
|
|
1095
|
+
background: ${h=>h.color};
|
|
1096
|
+
animation: ${h=>h.animation};
|
|
1088
1097
|
}
|
|
1089
1098
|
|
|
1090
1099
|
.nmorph-progress__circle {
|
|
1091
|
-
width: ${
|
|
1092
|
-
height: ${
|
|
1100
|
+
width: ${h=>h.circleContainerSize};
|
|
1101
|
+
height: ${h=>h.circleContainerSize};
|
|
1093
1102
|
}
|
|
1094
1103
|
|
|
1095
1104
|
.nmorph-progress__circle-ring {
|
|
1096
|
-
stroke: ${
|
|
1105
|
+
stroke: ${h=>h.color};
|
|
1097
1106
|
}
|
|
1098
|
-
`;return(
|
|
1107
|
+
`;return(h,p)=>(e.openBlock(),e.createBlock(f,{class:e.normalizeClass(o.value),props:{displayPercentage:w.value,color:r.value,animation:l.value,circleContainerSize:m.value}},{default:e.withCtx(()=>[t.type==="linear"?(e.openBlock(),e.createElementBlock("div",_9,[e.createElementVNode("div",w9,[e.createElementVNode("div",b9,[h.valueInside?(e.openBlock(),e.createElementBlock("div",k9,[e.renderSlot(h.$slots,"inner-text",{},()=>[e.createTextVNode(e.toDisplayString(w.value),1)])])):e.createCommentVNode("v-if",!0)])]),h.valueRightSide?(e.openBlock(),e.createElementBlock("div",y9,[e.renderSlot(h.$slots,"right-side",{},()=>[e.createTextVNode(e.toDisplayString(w.value),1)])])):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),t.type==="circle"?(e.openBlock(),e.createElementBlock("div",B9,[e.createElementVNode("div",x9,[e.renderSlot(h.$slots,"circle-inner-part",{},()=>[e.createTextVNode(e.toDisplayString(w.value),1)])]),(e.openBlock(),e.createElementBlock("svg",{width:t.circleSize,height:t.circleSize},[e.createElementVNode("circle",{ref_key:"circle",ref:i,class:"nmorph-progress__circle-ring",cx:t.circleSize/2,cy:t.circleSize/2,r:t.circleSize/2-2,"stroke-dasharray":s.value,"stroke-dashoffset":d.value},null,8,v9)],8,N9))])):e.createCommentVNode("v-if",!0)]),_:3},8,["class","props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-progress/NmorphProgress.vue"]]),V9={key:0,class:"nmorph-skeleton__rows"},E9={class:"nmorph-skeleton__template"},C9={class:"nmorph-skeleton__default"},M9=C(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(n){const t=n,o=e.computed(()=>E({"nmorph-skeleton":[`${t.animated&&t.loading&&"loading"}`]})),r=H`
|
|
1099
1108
|
&.nmorph-skeleton--loading {
|
|
1100
1109
|
--loading-gradient: linear-gradient(
|
|
1101
1110
|
90deg,
|
|
@@ -1118,9 +1127,9 @@
|
|
|
1118
1127
|
pointer-events: none;
|
|
1119
1128
|
}
|
|
1120
1129
|
}
|
|
1121
|
-
`,l=
|
|
1130
|
+
`,l=S.div`
|
|
1122
1131
|
${r}
|
|
1123
|
-
`;return(c
|
|
1132
|
+
`;return(i,c)=>(e.openBlock(),e.createBlock(l,{class:e.normalizeClass(o.value)},{default:e.withCtx(()=>[t.rows&&t.loading?(e.openBlock(),e.createElementBlock("div",V9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.rows,s=>(e.openBlock(),e.createBlock(e.unref(Tr),{key:s,width:"100%",height:"14px",variant:"rect"}))),128))])):e.createCommentVNode("v-if",!0),e.withDirectives(e.createElementVNode("div",E9,[e.renderSlot(i.$slots,"template")],512),[[e.vShow,!t.rows&&t.loading]]),e.withDirectives(e.createElementVNode("div",C9,[e.renderSlot(i.$slots,"default")],512),[[e.vShow,!t.loading]])]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-skeleton/NmorphSkeleton.vue"]]);var jr=(n=>(n.image="image",n.circle="circle",n.rect="rect",n))(jr||{});const z9={class:"nmorph-skeleton-item__element"},Tr=C(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(n){const t=n,o=e.computed(()=>E({"nmorph-skeleton-item":[t.variant,`${t.design==="nmorph"?"nmorph-design":""}`]})),r=e.computed(()=>t.width),l=e.computed(()=>t.height),i=H`
|
|
1124
1133
|
position: relative;
|
|
1125
1134
|
margin-bottom: var(--indentation-02);
|
|
1126
1135
|
overflow: hidden;
|
|
@@ -1139,14 +1148,14 @@
|
|
|
1139
1148
|
&.nmorph-skeleton-item--circle {
|
|
1140
1149
|
border-radius: var(--border-radius-circular);
|
|
1141
1150
|
}
|
|
1142
|
-
`,
|
|
1143
|
-
${
|
|
1151
|
+
`,c=S.div`
|
|
1152
|
+
${i}
|
|
1144
1153
|
width: ${r.value};
|
|
1145
1154
|
height: ${l.value};
|
|
1146
1155
|
&.nmorph-skeleton-item--nmorph-design {
|
|
1147
|
-
${
|
|
1156
|
+
${P()}
|
|
1148
1157
|
}
|
|
1149
|
-
`;return(s,d)=>(e.openBlock(),e.createBlock(
|
|
1158
|
+
`;return(s,d)=>(e.openBlock(),e.createBlock(c,{class:e.normalizeClass(o.value)},{default:e.withCtx(()=>[e.createElementVNode("div",z9,[t.variant==="image"?(e.openBlock(),e.createBlock(e.unref(I),{key:0,width:t.width,height:t.height},{default:e.withCtx(()=>[e.createVNode(e.unref(cn))]),_:1},8,["width","height"])):e.createCommentVNode("v-if",!0)])]),_:1},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue"]]),_t="10px",S9=C(e.defineComponent({__name:"NmorphSortButton",props:{value:{type:null,required:!0}},emits:["sort"],setup(n,{emit:t}){const o=n,r=t,l=e.computed(()=>E({"nmorph-sort-button":[`${o.value}`]})),i=()=>{const d=o.value==="ascending"?"descending":"ascending";r("sort",d)},c=H`
|
|
1150
1159
|
display: flex;
|
|
1151
1160
|
align-items: center;
|
|
1152
1161
|
|
|
@@ -1178,9 +1187,9 @@
|
|
|
1178
1187
|
--color: var(--nmorph-accent-color);
|
|
1179
1188
|
}
|
|
1180
1189
|
}
|
|
1181
|
-
`,s=
|
|
1182
|
-
${
|
|
1183
|
-
`;return(d,m)=>(e.openBlock(),e.createBlock(s,{class:e.normalizeClass(l.value)},{default:e.withCtx(()=>[e.createVNode(e.unref(
|
|
1190
|
+
`,s=S.div`
|
|
1191
|
+
${c}
|
|
1192
|
+
`;return(d,m)=>(e.openBlock(),e.createBlock(s,{class:e.normalizeClass(l.value)},{default:e.withCtx(()=>[e.createVNode(e.unref(D),{height:"thin","style-type":"transparent",onClick:i},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{class:"nmorph-sort-button__icon-up",width:_t,height:_t},{default:e.withCtx(()=>[e.createVNode(e.unref(pn))]),_:1}),e.createVNode(e.unref(I),{class:"nmorph-sort-button__icon-down",width:_t,height:_t},{default:e.withCtx(()=>[e.createVNode(e.unref(pn))]),_:1})]),_:1})]),_:1},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue"]]),H9={class:"nmorph-table__wrapper"},I9={class:"nmorph-table__header"},q9=["data-src"],L9={class:"nmorph-table__table-row"},A9={class:"nmorph-table__cell"},j9={class:"nmorph-table__body"},T9=["id"],D9={class:"nmorph-table__slot-columns"},Dr=C(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(n){const t=n,o=e.computed(()=>E({"nmorph-table":[`${t.design}`]})),r=e.ref(t.data),l=e.ref(t.sort),i=(_,y)=>{l.value&&(l.value[y]=_,r.value.sort((g,k)=>{const b=String(g[y]).toLowerCase(),B=String(k[y]).toLowerCase();if(!l.value)return 0;const x=l.value[y];return x==="ascending"?b.localeCompare(B):x==="descending"?B.localeCompare(b):0}))},c=e.ref(null),s=e.ref([]);e.provide("table-data",{rows:r,columns:s});const d=e.computed(()=>{const _=s.value.map(B=>B.width).filter(B=>!!B),y=_.length,g=_.reduce((B,x)=>(B+=Number(x),B),0),k=s.value.length-y;return c.value?.clientWidth?(c.value?.clientWidth-g)/k:0}),m=_=>_!==""?_:d.value,w=e.ref(0);e.watch(()=>t.data,()=>{w.value=w.value+1,r.value=t.data,s.value=[]},{immediate:!0});const u=_=>typeof _=="object"?"":_,f=be();e.provide("table-identifier",f);const h=H`
|
|
1184
1193
|
.nmorph-table {
|
|
1185
1194
|
--border-color: var(--nmorph-info-text-color);
|
|
1186
1195
|
--table-cell-height: auto;
|
|
@@ -1235,7 +1244,7 @@
|
|
|
1235
1244
|
}
|
|
1236
1245
|
|
|
1237
1246
|
.nmorph-table--nmorph {
|
|
1238
|
-
${
|
|
1247
|
+
${U()}
|
|
1239
1248
|
overflow: hidden;
|
|
1240
1249
|
border-radius: var(--default-border-radius);
|
|
1241
1250
|
|
|
@@ -1246,12 +1255,12 @@
|
|
|
1246
1255
|
}
|
|
1247
1256
|
|
|
1248
1257
|
.nmorph-table__table-row {
|
|
1249
|
-
${
|
|
1258
|
+
${P()}
|
|
1250
1259
|
}
|
|
1251
1260
|
}
|
|
1252
|
-
`,p=
|
|
1253
|
-
${
|
|
1254
|
-
`;return(
|
|
1261
|
+
`,p=S.div`
|
|
1262
|
+
${h}
|
|
1263
|
+
`;return(_,y)=>(e.openBlock(),e.createBlock(p,null,{default:e.withCtx(()=>[(e.openBlock(),e.createElementBlock("div",{ref_key:"nmorphDOMTable",ref:c,key:w.value,class:e.normalizeClass(o.value)},[e.createElementVNode("div",H9,[e.createElementVNode("table",I9,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,g=>(e.openBlock(),e.createElementBlock("col",{key:g.prop,style:e.normalizeStyle({width:`${m(g.width)}px`}),"data-src":`${m(g.width)}px`},null,12,q9))),128))]),e.createElementVNode("thead",null,[e.createElementVNode("tr",L9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(g,k)=>(e.openBlock(),e.createElementBlock("th",{key:k,class:e.normalizeClass(["nmorph-table__table-data",{"nmorph-table__table-data--bordered":t.bordered}])},[e.createElementVNode("div",A9,[e.createElementVNode("div",{style:e.normalizeStyle({"justify-content":g.alignment}),class:"nmorph-table__cell-content"},[e.createElementVNode("span",null,e.toDisplayString(g.label),1),l.value&&l.value[g.prop]?(e.openBlock(),e.createBlock(S9,{key:0,class:"nmorph-table__button-wrapper",value:l.value[g.prop],onSort:b=>i(b,g.prop)},null,8,["value","onSort"])):e.createCommentVNode("v-if",!0)],4)])],2))),128))])])]),e.createElementVNode("div",j9,[e.createElementVNode("table",null,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,g=>(e.openBlock(),e.createElementBlock("col",{key:g.prop,style:e.normalizeStyle({width:`${m(g.width)}px`})},null,4))),128))]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,(g,k)=>(e.openBlock(),e.createElementBlock("tr",{key:k,class:e.normalizeClass(["nmorph-table__table-data-row",{"nmorph-table__table-data-row--row-hover":t.rowHover}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,b=>(e.openBlock(),e.createElementBlock("td",{key:b.prop,class:e.normalizeClass([{"nmorph-table__table-data--bordered":t.bordered},"nmorph-table__table-data"])},[e.createElementVNode("div",{id:`table-cell-${e.unref(f)}-${k}-${b.prop}`,style:e.normalizeStyle({"text-align":b.alignment}),class:"nmorph-table__cell nmorph-table__cell--data"},e.toDisplayString(u(g[b.prop])),13,T9)],2))),128))],2))),128))])]),e.createElementVNode("table",null,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,g=>(e.openBlock(),e.createElementBlock("col",{key:g.prop,style:e.normalizeStyle({width:`${m(g.width)}px`})},null,4))),128))]),e.createElementVNode("tbody",D9,[e.renderSlot(_.$slots,"default")])])])])],2))]),_:3}))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-table/NmorphTable.vue"]]),Or=C(e.defineComponent({__name:"NmorphTableCell",props:{row:{type:Number,required:!0}},setup(n){const t=e.inject("column-property"),o=e.inject("table-identifier"),r=n,l=e.computed(()=>E({"nmorph-table-cell":[]})),i=e.computed(()=>`#table-cell-${o}-${r.row}-${t}`),c=e.ref(!1);return e.onMounted(async()=>{await e.nextTick();const s=document.querySelector(i.value);s&&(s.innerHTML=""),c.value=!0}),(s,d)=>c.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(l.value)},[(e.openBlock(),e.createBlock(e.Teleport,{to:i.value},[e.renderSlot(s.$slots,"default")],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue"]]),O9=["data-id"],Pr=C(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(n){const t=e.inject("table-data"),o=e.inject("table-identifier"),r=n,l=e.computed(()=>E({"nmorph-table-column":[]})),i=e.ref(0);e.provide("column-property",r.prop),e.provide("table-identifier",o),e.onMounted(()=>{c()});const c=()=>{if(!t?.columns.value)return;const{columns:d}=t;i.value=d.value.length+1,t.columns.value=[...d.value,{...r,id:i.value}]},s=e.ref(null);return(d,m)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"columnDOMEl",ref:s,"data-id":i.value,class:e.normalizeClass(l.value)},[e.renderSlot(d.$slots,"default",{scope:{columns:e.unref(t)?.columns.value,rows:e.unref(t)?.rows.value,tableId:e.unref(o)}})],10,O9))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue"]]),P9=C(e.defineComponent({__name:"NmorphTagList",props:{modelValue:{type:Array,required:!0}},emits:["close","update:model-value"],setup(n,{emit:t}){const o=n,r=t,l=e.computed(()=>E({"nmorph-list":[]}));let i=e.ref(o.modelValue);const c=s=>{i.value=i.value.filter(d=>d.value!==s),r("close",s),r("update:model-value",i.value)};return(s,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(l.value)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(i),m=>(e.openBlock(),e.createBlock(e.unref(fn),e.mergeProps({key:m.value,ref_for:!0},m,{onClose:c}),null,16))),128))],2))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-tag-list/NmorphTagList.vue"]]),F9={class:"nmorph-tag-item__content"},fn=C(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:"default"},design:{type:String,required:!1,default:"nmorph"}},emits:["close"],setup(n,{emit:t}){const o=n,r=e.computed(()=>E({nmorph:[ae[o.height]],"nmorph-tag-item":[`${o.design==="nmorph"?"nmorph-design":""}`]})),l=t,i=()=>{l("close",o.value)},c=H`
|
|
1255
1264
|
display: inline-flex;
|
|
1256
1265
|
margin-right: var(--indentation-02);
|
|
1257
1266
|
padding: var(--indentation-00) var(--indentation-03);
|
|
@@ -1271,22 +1280,22 @@
|
|
|
1271
1280
|
|
|
1272
1281
|
&.nmorph-tag-item--nmorph-design {
|
|
1273
1282
|
border: none;
|
|
1274
|
-
${
|
|
1283
|
+
${P()}
|
|
1275
1284
|
}
|
|
1276
1285
|
|
|
1277
1286
|
&.nmorph-tag-item--thin {
|
|
1278
1287
|
--height: var(--thin-component);
|
|
1279
1288
|
span {
|
|
1280
|
-
${
|
|
1289
|
+
${fe()}
|
|
1281
1290
|
}
|
|
1282
1291
|
}
|
|
1283
1292
|
|
|
1284
1293
|
&.nmorph-tag-item--thick {
|
|
1285
1294
|
--height: var(--thick-component);
|
|
1286
1295
|
}
|
|
1287
|
-
`,s=
|
|
1288
|
-
${
|
|
1289
|
-
`;return(d,m)=>(e.openBlock(),e.createBlock(s,{class:e.normalizeClass(r.value)},{default:e.withCtx(()=>[e.createElementVNode("div",
|
|
1296
|
+
`,s=S.div`
|
|
1297
|
+
${c}
|
|
1298
|
+
`;return(d,m)=>(e.openBlock(),e.createBlock(s,{class:e.normalizeClass(r.value)},{default:e.withCtx(()=>[e.createElementVNode("div",F9,[e.createElementVNode("span",null,e.toDisplayString(d.text),1),o.removable?(e.openBlock(),e.createBlock(e.unref(I),{key:0,class:"nmorph-tag-item__close-icon",onClick:e.withModifiers(i,["stop"])},{default:e.withCtx(()=>[e.createVNode(e.unref(Ye))]),_:1})):e.createCommentVNode("v-if",!0)])]),_:1},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue"]]),R9=["innerHTML"],W9={key:1,class:"nmorph-alert__wrapper"},U9={class:"nmorph-alert__left-side"},Y9={key:0,class:"nmorph-alert__icon"},G9={class:"nmorph-alert__content-wrapper"},K9={class:"nmorph-alert__content-title"},X9={class:"nmorph-alert__content"},Fr=C(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(n,{emit:t}){const o=n,r=t,l=e.computed(()=>E({"nmorph-alert":[o.type,`${o.bordered&&"bordered"}`,`${o.fill&&"fill"}`]})),i=()=>{r("close")},c={[Ie.success]:yr,[Ie.warning]:Nr,[Ie.info]:gr,[Ie.error]:mr},s=e.useSlots(),d=H`
|
|
1290
1299
|
--background-color: var(--nmorph-overlay-color);
|
|
1291
1300
|
|
|
1292
1301
|
display: inline-block;
|
|
@@ -1303,7 +1312,7 @@
|
|
|
1303
1312
|
.nmorph-alert__content-title {
|
|
1304
1313
|
font-weight: 600;
|
|
1305
1314
|
line-height: 1;
|
|
1306
|
-
${
|
|
1315
|
+
${Et()}
|
|
1307
1316
|
}
|
|
1308
1317
|
|
|
1309
1318
|
.nmorph-alert__html-wrapper {
|
|
@@ -1373,13 +1382,13 @@
|
|
|
1373
1382
|
&.nmorph-alert--fill {
|
|
1374
1383
|
width: 100%;
|
|
1375
1384
|
}
|
|
1376
|
-
`,m=
|
|
1385
|
+
`,m=S.div`
|
|
1377
1386
|
${d}
|
|
1378
1387
|
.nmorph-alert__close {
|
|
1379
|
-
align-self: ${
|
|
1388
|
+
align-self: ${w=>w.closeButtonPosition};
|
|
1380
1389
|
}
|
|
1381
1390
|
|
|
1382
|
-
`;return(
|
|
1391
|
+
`;return(w,u)=>e.unref(s).default||o.title||o.content||o.html?(e.openBlock(),e.createBlock(m,{key:0,class:e.normalizeClass(l.value),props:{closeButtonPosition:o.closeIconPosition}},{default:e.withCtx(()=>[o.html?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-alert__html-wrapper",innerHTML:o.html},null,8,R9)):(e.openBlock(),e.createElementBlock("div",W9,[e.createElementVNode("div",U9,[o.showIcon?(e.openBlock(),e.createElementBlock("div",Y9,[e.renderSlot(w.$slots,"icon",{},()=>[e.createVNode(e.unref(I),{size:"medium"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c[o.type])))]),_:1})])])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",G9,[e.createElementVNode("div",K9,[o.title||e.unref(s).title?e.renderSlot(w.$slots,"title",{key:0},()=>[e.createTextVNode(e.toDisplayString(o.title),1)]):e.createCommentVNode("v-if",!0)]),e.createElementVNode("div",X9,[e.renderSlot(w.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(o.content),1)])])])]),o.closable?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-alert__close",onClick:i},[e.createVNode(e.unref(I),{width:"14px",height:"14px"},{default:e.withCtx(()=>[e.createVNode(e.unref(ln))]),_:1})])):e.createCommentVNode("v-if",!0)]))]),_:3},8,["class","props"])):e.createCommentVNode("v-if",!0)}}),[["__file","/builds/ketjo/nmorph/library/src/components/feedback/nmorph-alert/NmorphAlert.vue"]]);var Ie=(n=>(n.success="success",n.error="error",n.warning="warning",n.info="info",n))(Ie||{});const Q9={class:"nmorph-dialog__header"},Z9={class:"nmorph-dialog__title"},J9={class:"nmorph-dialog__content"},eg=C(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,default:999},closeOnOverlay:{type:Boolean,required:!1,default:!0}},emits:["on-close","update:model-value"],setup(n,{emit:t}){const o=n,r=t,l=e.computed(()=>E({"nmorph-dialog":[]})),i=e.ref(o.modelValue);let c=null,s=null;e.watch(()=>o.modelValue,f=>{f?(s&&clearTimeout(s),c=setTimeout(()=>{i.value=!0},o.openDelay)):(c&&clearTimeout(c),s=setTimeout(()=>{i.value=!1},o.closeDelay))},{immediate:!0});const d=()=>{r("on-close"),c&&clearTimeout(c),s=setTimeout(()=>{r("update:model-value",!1)},o.closeDelay)},m=()=>{o.closeOnOverlay&&d()},w=H`
|
|
1383
1392
|
width: var(--width);
|
|
1384
1393
|
padding: var(--indentation-04);
|
|
1385
1394
|
background: var(--nmorph-main-color);
|
|
@@ -1396,17 +1405,17 @@
|
|
|
1396
1405
|
justify-content: space-between;
|
|
1397
1406
|
font-weight: 600;
|
|
1398
1407
|
|
|
1399
|
-
${
|
|
1408
|
+
${Ct()}
|
|
1400
1409
|
}
|
|
1401
1410
|
|
|
1402
1411
|
.nmorph-dialog__close-icon {
|
|
1403
1412
|
cursor: pointer;
|
|
1404
1413
|
}
|
|
1405
|
-
`,
|
|
1406
|
-
${
|
|
1407
|
-
--width: ${
|
|
1408
|
-
z-index: ${
|
|
1409
|
-
`;return(
|
|
1414
|
+
`,u=S.div`
|
|
1415
|
+
${w}
|
|
1416
|
+
--width: ${f=>f.dialogWidth};
|
|
1417
|
+
z-index: ${f=>f.zIndex};
|
|
1418
|
+
`;return(f,h)=>(e.openBlock(),e.createBlock(e.unref(xt),{show:i.value,onOnOutsideClick:m},{default:e.withCtx(()=>[e.createVNode(u,{class:e.normalizeClass(l.value),props:{dialogWidth:o.width,zIndex:o.zIndex}},{default:e.withCtx(()=>[e.createElementVNode("div",Q9,[e.renderSlot(f.$slots,"header",{},()=>[e.createElementVNode("div",Z9,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(I),null,{default:e.withCtx(()=>[e.createVNode(e.unref(ln))]),_:1})])):e.createCommentVNode("v-if",!0)])]),e.createElementVNode("div",J9,[e.renderSlot(f.$slots,"default")])]),_:3},8,["class","props"])]),_:3},8,["show"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/feedback/nmorph-dialog/NmorphDialog.vue"]]),tg={class:"nmorph-tooltip__shadow-content"},ng={key:0,class:"nmorph-tooltip__triangle"},og={key:0,class:"nmorph-tooltip__info-content"},rg={class:"nmorph-tooltip__shadow-content"},ag={key:0},Rr=C(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),i=e.ref(null),{placement:c}=Mn({initialPlacement:o.position,contentDOMElement:l,relativeElement:i}),s=e.computed(()=>E({"nmorph-tooltip":[c.value,`${!!o.forceCoordinate?.x&&!!o.forceCoordinate?.y&&"force-coords"}`]})),d=()=>{r.value=!0},m=()=>{o.forceShow||(r.value=!1)},w=e.computed(()=>o.forceCoordinate?"100%":"auto"),u=e.ref(null);t({tooltipBody:u});const f=H`
|
|
1410
1419
|
--max-width: 120px;
|
|
1411
1420
|
|
|
1412
1421
|
--width: fit-content;
|
|
@@ -1510,11 +1519,11 @@
|
|
|
1510
1519
|
transform: none;
|
|
1511
1520
|
}
|
|
1512
1521
|
}
|
|
1513
|
-
`,
|
|
1514
|
-
${
|
|
1522
|
+
`,h=S.div`
|
|
1523
|
+
${f}
|
|
1515
1524
|
width: ${p=>p.width};
|
|
1516
1525
|
|
|
1517
|
-
`;return(p,
|
|
1526
|
+
`;return(p,_)=>(e.openBlock(),e.createBlock(h,{class:e.normalizeClass(s.value),props:{width:w.value}},{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"tooltipDOMRef",ref:l,class:"nmorph-tooltip__content",onMouseenter:d,onMouseleave:m},[e.createElementVNode("div",{ref_key:"slotDOMRef",ref:i},[e.renderSlot(p.$slots,"default")],512),o.forceCoordinate?(e.openBlock(),e.createBlock(e.TransitionGroup,{key:0,name:"opacity",tag:"div"},{default:e.withCtx(()=>[r.value&&o.text?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-tooltip__info-content",style:e.normalizeStyle({left:p.forceCoordinate?.x,bottom:p.forceCoordinate?.y}),ref_key:"tooltipBody",ref:u},[e.createElementVNode("div",tg,[o.forceCoordinate?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",ng)),e.createElementVNode("span",null,e.toDisplayString(p.text),1)])],4)):e.createCommentVNode("v-if",!0)]),_:1})):(e.openBlock(),e.createBlock(e.TransitionGroup,{key:1,name:"opacity",tag:"div"},{default:e.withCtx(()=>[r.value?(e.openBlock(),e.createElementBlock("div",og,[e.createElementVNode("div",rg,[_[0]||(_[0]=e.createElementVNode("div",{class:"nmorph-tooltip__triangle"},null,-1)),o.text?(e.openBlock(),e.createElementBlock("span",ag,e.toDisplayString(p.text),1)):e.renderSlot(p.$slots,"content",{key:1})])])):e.createCommentVNode("v-if",!0)]),_:3}))],544)]),_:3},8,["class","props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue"]]),lg={key:0,class:"nmorph-checkbox__content"},ig={class:"nmorph-checkbox__input-wrapper"},cg=["disabled","checked"],sg={key:0,class:"nmorph-checkbox__fake-checked"},dg={key:0,class:"nmorph-checkbox__label"},mg={key:1,class:"nmorph-checkbox__label"},pg={key:1,class:"nmorph-checkbox__content"},hg=["disabled","checked"],ug={key:0,class:"nmorph-checkbox__fake"},fg={key:1,class:"nmorph-checkbox__fake"},Wr=C(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"}},emits:["update:model-value"],setup(n,{expose:t,emit:o}){const r=e.inject("checkbox-group-selected-value",void 0),l=e.inject("change-checkbox-value-handler",void 0),i=n;e.watch(()=>i.modelValue,_=>{d.value=_});const c=e.ref(null);t({inputDOMRef:c});const s=r!==void 0,d=s?e.ref(r.value):e.ref(i.modelValue),m=e.computed(()=>s?r.value.includes(i.id):i.modelValue),w=o,u=()=>{if(!i.disabled){if(!s){d.value=!d.value,w("update:model-value",d.value);return}l&&Array.isArray(d.value)&&l(i.id,d.value)}},f=e.computed(()=>E({"nmorph-checkbox":[`${m.value&&"checked"}`,`${i.disabled&&"disabled"}`,`${i.design==="button"&&"button"}`]})),h=H`
|
|
1518
1527
|
--size: var(--extra-thin-component);
|
|
1519
1528
|
|
|
1520
1529
|
display: inline-flex;
|
|
@@ -1546,7 +1555,7 @@
|
|
|
1546
1555
|
input:focus-visible {
|
|
1547
1556
|
opacity: 1;
|
|
1548
1557
|
scale: 0.95;
|
|
1549
|
-
${
|
|
1558
|
+
${Xe()}
|
|
1550
1559
|
}
|
|
1551
1560
|
|
|
1552
1561
|
.nmorph-checkbox__fake {
|
|
@@ -1557,12 +1566,12 @@
|
|
|
1557
1566
|
position: absolute;
|
|
1558
1567
|
top: 0;
|
|
1559
1568
|
left: 0;
|
|
1560
|
-
${
|
|
1569
|
+
${P()}
|
|
1561
1570
|
}
|
|
1562
1571
|
|
|
1563
1572
|
.nmorph-checkbox__label,
|
|
1564
1573
|
.nmorph-checkbox__fake span {
|
|
1565
|
-
${
|
|
1574
|
+
${Ae()}
|
|
1566
1575
|
}
|
|
1567
1576
|
|
|
1568
1577
|
.nmorph-checkbox__fake-checked {
|
|
@@ -1596,22 +1605,22 @@
|
|
|
1596
1605
|
height: var(--size);
|
|
1597
1606
|
padding: var(--indentation-03);
|
|
1598
1607
|
border-radius: var(--default-border-radius);
|
|
1599
|
-
${
|
|
1608
|
+
${U()}
|
|
1600
1609
|
}
|
|
1601
1610
|
}
|
|
1602
1611
|
|
|
1603
1612
|
&.nmorph-checkbox--checked {
|
|
1604
1613
|
.nmorph-checkbox__fake {
|
|
1605
|
-
${
|
|
1614
|
+
${P()}
|
|
1606
1615
|
}
|
|
1607
1616
|
}
|
|
1608
1617
|
|
|
1609
1618
|
&.nmorph-checkbox--disabled {
|
|
1610
|
-
${
|
|
1619
|
+
${Z()}
|
|
1611
1620
|
}
|
|
1612
|
-
`,p=
|
|
1613
|
-
${
|
|
1614
|
-
`;return(
|
|
1621
|
+
`,p=S.label`
|
|
1622
|
+
${h}
|
|
1623
|
+
`;return(_,y)=>(e.openBlock(),e.createBlock(p,{class:e.normalizeClass(f.value)},{default:e.withCtx(()=>[i.design==="checkbox"?(e.openBlock(),e.createElementBlock("div",lg,[e.createElementVNode("div",ig,[e.createElementVNode("input",{ref_key:"inputDOMRef",ref:c,type:"checkbox",disabled:i.disabled,checked:m.value,class:"nmorph-native-input",onChange:u},null,40,cg),y[0]||(y[0]=e.createElementVNode("div",{class:"nmorph-checkbox__fake"},null,-1)),m.value?(e.openBlock(),e.createElementBlock("div",sg)):e.createCommentVNode("v-if",!0)]),i.label?(e.openBlock(),e.createElementBlock("div",dg,[e.createElementVNode("span",null,e.toDisplayString(i.label),1)])):(e.openBlock(),e.createElementBlock("div",mg,[e.renderSlot(_.$slots,"default")]))])):e.createCommentVNode("v-if",!0),i.design==="button"?(e.openBlock(),e.createElementBlock("div",pg,[e.createElementVNode("input",{ref_key:"inputDOMRef",ref:c,type:"checkbox",disabled:i.disabled,checked:m.value,onChange:u},null,40,hg),i.label?(e.openBlock(),e.createElementBlock("div",ug,[e.createElementVNode("span",null,e.toDisplayString(i.label),1)])):(e.openBlock(),e.createElementBlock("div",fg,[e.renderSlot(_.$slots,"label")]))])):e.createCommentVNode("v-if",!0)]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-checkbox/NmorphCheckbox.vue"]]),gg={class:"nmorph-checkbox-group__wrapper"},_g={class:"nmorph-checkbox-group__content"},wg=C(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},disabled:{type:Boolean,required:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(n,{emit:t}){const o=n,r=e.ref(o.modelValue),l=t,i=m=>{r.value.includes(m)?r.value=r.value.filter(w=>w!==m):r.value.push(m),l("update:model-value",r.value)},c=e.computed(()=>E({"nmorph-checkbox-group":[o.design,o.direction]}));e.provide("checkbox-group-selected-value",r),e.provide("change-checkbox-value-handler",i);const s=H`
|
|
1615
1624
|
display: inline-block;
|
|
1616
1625
|
|
|
1617
1626
|
.nmorph-checkbox-group__wrapper {
|
|
@@ -1643,9 +1652,9 @@
|
|
|
1643
1652
|
margin-bottom: var(--indentation-00);
|
|
1644
1653
|
}
|
|
1645
1654
|
}
|
|
1646
|
-
`,d=
|
|
1655
|
+
`,d=S.div`
|
|
1647
1656
|
${s}
|
|
1648
|
-
`;return(m,
|
|
1657
|
+
`;return(m,w)=>(e.openBlock(),e.createBlock(d,{class:e.normalizeClass(c.value)},{default:e.withCtx(()=>[e.createElementVNode("div",gg,[e.createElementVNode("div",_g,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.options,(u,f)=>(e.openBlock(),e.createBlock(e.unref(Wr),{id:u.id,key:f,label:u.label,"model-value":u.modelValue,disabled:u.disabled,design:o.design},null,8,["id","label","model-value","disabled","design"]))),128)),e.renderSlot(m.$slots,"default")])])]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue"]]),bg={class:"nmorph-autocomplete__input-content"},kg={key:0,class:"nmorph-autocomplete__loading"},yg={key:1,class:"nmorph-autocomplete__list"},Bg=["onClick"],xg=C(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},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},tabindex:{type:Number,required:!1}},emits:["update:model-value","select"],setup(n,{emit:t}){const o=n,r=e.ref(o.modelValue),l=t,i=e.computed(()=>E({"nmorph-autocomplete":[]})),c=y=>{r.value=y,l("update:model-value",r.value)},s=e.ref(!1),d=e.ref(null),m=()=>{s.value=!1},w=e.computed(()=>o.list.filter(y=>Object.keys(y).some(g=>String(y[g]).toLowerCase().includes(r.value.toLowerCase()))));e.watch(w,y=>{s.value=y.length>0});const u=y=>{l("select",y),r.value=y.value,setTimeout(()=>{s.value=!1})},f=()=>{s.value=w.value.length>0},h=e.ref(!1);e.watch(r,async y=>{y!==""&&o.actionCallback&&(h.value=!0,await o.actionCallback(),h.value=!1)}),e.watch(h,y=>{y&&(s.value=!0)});const p=H`
|
|
1649
1658
|
.nmorph-autocomplete__list-item {
|
|
1650
1659
|
padding: var(--indentation-02) var(--indentation-04);
|
|
1651
1660
|
cursor: pointer;
|
|
@@ -1667,9 +1676,9 @@
|
|
|
1667
1676
|
color: var(--nmorph-white-color);
|
|
1668
1677
|
background: var(--nmorph-accent-color);
|
|
1669
1678
|
}
|
|
1670
|
-
`,
|
|
1679
|
+
`,_=S.div`
|
|
1671
1680
|
${p}
|
|
1672
|
-
`;return(
|
|
1681
|
+
`;return(y,g)=>(e.openBlock(),e.createBlock(_,{class:e.normalizeClass(i.value)},{default:e.withCtx(()=>[e.createElementVNode("div",bg,[e.createElementVNode("div",{ref_key:"nmorphAutocompleteDOMRef",ref:d,class:"nmorph-autocomplete__input"},[e.createVNode(e.unref(wn),{id:o.id,name:o.name,autocomplete:o.autocomplete,height:o.height,disabled:o.disabled,"model-value":r.value,placeholder:o.placeholder,clearable:o.clearable,onFocus:f,"onUpdate:modelValue":c},null,8,["id","name","autocomplete","height","disabled","model-value","placeholder","clearable"])],512)]),d.value?(e.openBlock(),e.createBlock(e.unref(Bt),{key:0,open:s.value,"relative-element":d.value,"y-offset":1,onOnOutsideClick:m},{default:e.withCtx(()=>[h.value?(e.openBlock(),e.createElementBlock("div",kg,[e.renderSlot(y.$slots,"loader",{},()=>[e.createVNode(e.unref(I),{size:"large"},{default:e.withCtx(()=>[e.createVNode(e.unref(ut))]),_:1})])])):(e.openBlock(),e.createElementBlock("div",yg,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,(k,b)=>(e.openBlock(),e.createElementBlock("div",{key:b,class:"nmorph-autocomplete__list-item",onClick:()=>u(k)},[e.renderSlot(y.$slots,"default",{scope:k},()=>[e.createTextVNode(e.toDisplayString(k.value),1)])],8,Bg))),128))]))]),_:3},8,["open","relative-element"])):e.createCommentVNode("v-if",!0)]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue"]]),Ur="nmorph-form-item-input-data",we=n=>{const t=e.inject(Ur),o=be(),r=e.computed(()=>n.id||t?.id.value||o),l=e.computed(()=>n.name||t?.name.value||r.value),i=e.computed(()=>n.autocomplete||t?.autocomplete.value||void 0),c=e.computed(()=>n.tabindex??0);return{id:r,name:l,autocomplete:i,tabindex:c}},Ng={class:"nmorph-color-picker__content"},vg=["id","name","tabindex","value","disabled"],$g={key:0,class:"nmorph-color-picker__value"},Vg=C(e.defineComponent({__name:"NmorphColorPicker",props:{modelValue:{type:String,required:!1,default:""},showValue:{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:"default"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur"],setup(n,{expose:t,emit:o}){const r=n,l=o,{id:i,name:c,tabindex:s}=we(r),d=(k,b="#000000")=>{const B=k?.trim()||"";return/^#[\da-f]{6}$/i.test(B)?B.toLowerCase():/^#[\da-f]{3}$/i.test(B)?`#${B.slice(1).split("").map(x=>`${x}${x}`).join("").toLowerCase()}`:b},m=e.ref(null),w=()=>{const k=m.value||document.documentElement,b=getComputedStyle(k).getPropertyValue("--nmorph-accent-color").trim();return d(b,"#006cb6")},u=e.ref(d(r.modelValue)),f=e.ref(!1);e.watch(()=>r.modelValue,k=>{u.value=k?d(k):w()});const h=k=>{const b=k.target,B=d(b.value);u.value=B,l("update:model-value",B)};e.onMounted(()=>{r.modelValue||(u.value=w())}),t({inputDOMRef:m});const p=e.computed(()=>E({nmorph:[ae[r.height],`${f.value&&"focused"}`],"nmorph-color-picker":[`${r.disabled&&"disabled"}`]})),_=e.computed(()=>u.value.toUpperCase()),y=H`
|
|
1673
1682
|
display: inline-flex;
|
|
1674
1683
|
flex: 0 0 auto;
|
|
1675
1684
|
flex-direction: column;
|
|
@@ -1691,7 +1700,7 @@
|
|
|
1691
1700
|
background var(--transition-01) ease-in-out,
|
|
1692
1701
|
box-shadow var(--transition-01) ease-in-out;
|
|
1693
1702
|
|
|
1694
|
-
${
|
|
1703
|
+
${P()}
|
|
1695
1704
|
}
|
|
1696
1705
|
|
|
1697
1706
|
.nmorph-color-picker__native {
|
|
@@ -1714,8 +1723,8 @@
|
|
|
1714
1723
|
}
|
|
1715
1724
|
|
|
1716
1725
|
.nmorph-color-picker__value {
|
|
1717
|
-
${
|
|
1718
|
-
${
|
|
1726
|
+
${Ae()}
|
|
1727
|
+
${Ke()}
|
|
1719
1728
|
|
|
1720
1729
|
min-width: 0;
|
|
1721
1730
|
user-select: none;
|
|
@@ -1723,19 +1732,19 @@
|
|
|
1723
1732
|
|
|
1724
1733
|
&.nmorph--thin-component {
|
|
1725
1734
|
.nmorph-color-picker__value {
|
|
1726
|
-
${
|
|
1735
|
+
${fe()}
|
|
1727
1736
|
}
|
|
1728
1737
|
}
|
|
1729
1738
|
|
|
1730
1739
|
&.nmorph--thick-component {
|
|
1731
1740
|
.nmorph-color-picker__value {
|
|
1732
|
-
${
|
|
1741
|
+
${Vt()}
|
|
1733
1742
|
}
|
|
1734
1743
|
}
|
|
1735
1744
|
|
|
1736
1745
|
&.nmorph--focused {
|
|
1737
1746
|
.nmorph-color-picker__content {
|
|
1738
|
-
${
|
|
1747
|
+
${U()}
|
|
1739
1748
|
|
|
1740
1749
|
background: var(--nmorph-accent-color);
|
|
1741
1750
|
}
|
|
@@ -1746,15 +1755,15 @@
|
|
|
1746
1755
|
}
|
|
1747
1756
|
|
|
1748
1757
|
&.nmorph-color-picker--disabled {
|
|
1749
|
-
${
|
|
1758
|
+
${Z()}
|
|
1750
1759
|
|
|
1751
1760
|
.nmorph-color-picker__content {
|
|
1752
1761
|
pointer-events: none;
|
|
1753
1762
|
}
|
|
1754
1763
|
}
|
|
1755
|
-
`,
|
|
1756
|
-
${
|
|
1757
|
-
`;return(
|
|
1764
|
+
`,g=S.div`
|
|
1765
|
+
${y}
|
|
1766
|
+
`;return(k,b)=>(e.openBlock(),e.createBlock(g,{class:e.normalizeClass(p.value)},{default:e.withCtx(()=>[e.createElementVNode("div",Ng,[e.createElementVNode("input",{id:e.unref(i),ref_key:"inputDOMRef",ref:m,name:e.unref(c),tabindex:e.unref(s),class:"nmorph-color-picker__native nmorph-native-input",type:"color",value:u.value,disabled:r.disabled,onInput:h,onFocus:b[0]||(b[0]=B=>{f.value=!0,l("focus")}),onBlur:b[1]||(b[1]=B=>{f.value=!1,l("blur")})},null,40,vg),e.createElementVNode("div",{class:"nmorph-color-picker__swatch",style:e.normalizeStyle({background:u.value})},null,4),r.showValue?(e.openBlock(),e.createElementBlock("span",$g,e.toDisplayString(_.value),1)):e.createCommentVNode("v-if",!0)])]),_:1},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-color-picker/NmorphColorPicker.vue"]]),Eg=C(e.defineComponent({__name:"NmorphClearButton",emits:["clear"],setup(n,{emit:t}){const o=t,r=e.computed(()=>E({"nmorph-input-clear-button":[]}));return(l,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(r.value)},[e.createVNode(e.unref(I),{onClick:i[0]||(i[0]=e.withModifiers(c=>o("clear"),["stop"]))},{default:e.withCtx(()=>[e.createVNode(e.unref(Ye))]),_:1})],2))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue"]]),Cg={class:"nmorph-date-picker-header__left-side"},Mg={class:"nmorph-date-picker-header__center-side"},zg={class:"nmorph-date-picker-header__right-side"},Sg=C(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(n,{emit:t}){const o=n,r=t,l=e.computed(()=>E({"nmorph-date-picker-header":[]})),i=H`
|
|
1758
1767
|
display: flex;
|
|
1759
1768
|
justify-content: space-between;
|
|
1760
1769
|
padding: var(--indentation-03);
|
|
@@ -1765,7 +1774,7 @@
|
|
|
1765
1774
|
width: 165px;
|
|
1766
1775
|
margin: 0 var(--indentation-00);
|
|
1767
1776
|
border-radius: var(--default-border-radius);
|
|
1768
|
-
${
|
|
1777
|
+
${P()}
|
|
1769
1778
|
}
|
|
1770
1779
|
|
|
1771
1780
|
.nmorph-date-picker-header__action-btn {
|
|
@@ -1791,9 +1800,9 @@
|
|
|
1791
1800
|
.nmorph-date-picker-header__chevron-right {
|
|
1792
1801
|
rotate: -90deg;
|
|
1793
1802
|
}
|
|
1794
|
-
`,
|
|
1795
|
-
${
|
|
1796
|
-
`;return(s,d)=>(e.openBlock(),e.createBlock(
|
|
1803
|
+
`,c=S.div`
|
|
1804
|
+
${i}
|
|
1805
|
+
`;return(s,d)=>(e.openBlock(),e.createBlock(c,{class:e.normalizeClass(l.value)},{default:e.withCtx(()=>[e.createElementVNode("div",Cg,[e.createVNode(e.unref(D),{class:"nmorph-date-picker-header__action-btn","style-type":"transparent",onClick:d[0]||(d[0]=m=>r("prev-year")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{class:"nmorph-date-picker-header__chevron-double-left"},{default:e.withCtx(()=>[e.createVNode(e.unref(an))]),_:1})]),_:1}),e.createVNode(e.unref(D),{class:"nmorph-date-picker-header__action-btn","style-type":"transparent",onClick:d[1]||(d[1]=m=>r("prev-month")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{class:"nmorph-date-picker-header__chevron-left"},{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1})]),_:1})]),e.createElementVNode("div",Mg,[e.createVNode(e.unref(D),{text:o.year,"style-type":"transparent",fill:"",onClick:d[2]||(d[2]=m=>r("change-year")),tabindex:-1},null,8,["text"]),e.createVNode(e.unref(D),{text:e.unref(un)(o.month),"style-type":"transparent",fill:"",onClick:d[3]||(d[3]=m=>r("change-month")),tabindex:-1},null,8,["text"])]),e.createElementVNode("div",zg,[e.createVNode(e.unref(D),{class:"nmorph-date-picker-header__action-btn","style-type":"transparent",onClick:d[4]||(d[4]=m=>r("next-month")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{class:"nmorph-date-picker-header__chevron-right"},{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1})]),_:1}),e.createVNode(e.unref(D),{class:"nmorph-date-picker-header__action-btn","style-type":"transparent",onClick:d[5]||(d[5]=m=>r("next-year")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{class:"nmorph-date-picker-header__chevron-double-right"},{default:e.withCtx(()=>[e.createVNode(e.unref(an))]),_:1})]),_:1})])]),_:1},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue"]]),Hg={class:"nmorph-year-month-picker__header"},Ig={class:"nmorph-year-month-picker__value"},qg={class:"nmorph-year-month-picker__values"},Yr=C(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(n,{emit:t}){const{months:o}=ft(),r=o.map((b,B)=>({label:b.substring(0,3),value:String(B),tabindex:-1})),l=n,i=e.ref(r),c=e.ref(String(l.currentDate.getMonth())),s=e.ref(l.currentDate.getFullYear()),d=()=>{const b=l.currentDate.getFullYear(),B=zr(b).map(x=>({label:String(x),value:String(x)}));i.value=B};e.watch(()=>l.currentDate,()=>{l.type==="year"&&(d(),c.value=String(l.currentDate.getFullYear()))},{immediate:!0,deep:!0});const m=t,w=e.computed(()=>E({"nmorph-year-month-picker":[]})),u=b=>{c.value=b,l.type==="month"?m("update-month",c.value):m("update-year",c.value)},f=b=>{i.value=i.value.map(B=>{const x=String(b==="decrease"?Number(B.value)-10:Number(B.value)+10);return{label:x,value:x}})},h=b=>{b==="decrease"?s.value=s.value-1:s.value=s.value+1,m("update-year",String(s.value))},p=b=>{b==="decrease"?l.type==="year"?f("decrease"):h("decrease"):l.type==="year"?f("increase"):h("increase")},_=e.computed(()=>l.type==="year"?`${i.value[0].label} - ${i.value[i.value.length-1].label}`:String(s.value)),y=()=>{l.type==="month"&&m("back-to-years")},g=H`
|
|
1797
1806
|
.nmorph-year-month-picker__header {
|
|
1798
1807
|
display: flex;
|
|
1799
1808
|
justify-content: space-between;
|
|
@@ -1801,7 +1810,7 @@
|
|
|
1801
1810
|
}
|
|
1802
1811
|
|
|
1803
1812
|
.nmorph-year-month-picker__value {
|
|
1804
|
-
${
|
|
1813
|
+
${P()}
|
|
1805
1814
|
|
|
1806
1815
|
border-radius: var(--default-border-radius);
|
|
1807
1816
|
}
|
|
@@ -1832,9 +1841,9 @@
|
|
|
1832
1841
|
.nmorph-year-month-picker__chevron-right {
|
|
1833
1842
|
rotate: -90deg;
|
|
1834
1843
|
}
|
|
1835
|
-
`,
|
|
1836
|
-
${
|
|
1837
|
-
`;return(b,
|
|
1844
|
+
`,k=S.div`
|
|
1845
|
+
${g}
|
|
1846
|
+
`;return(b,B)=>(e.openBlock(),e.createBlock(k,{class:e.normalizeClass(w.value)},{default:e.withCtx(()=>[e.createElementVNode("div",Hg,[e.createVNode(e.unref(D),{class:"nmorph-year-month-picker__action-btn",onClick:B[0]||(B[0]=x=>p("decrease")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{class:"nmorph-year-month-picker__chevron-left"},{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1})]),_:1}),e.createElementVNode("div",Ig,[e.createVNode(e.unref(D),{text:_.value,"style-type":"transparent",onClick:y,tabindex:-1},null,8,["text"])]),e.createVNode(e.unref(D),{class:"nmorph-year-month-picker__action-btn",onClick:B[1]||(B[1]=x=>p("increase")),tabindex:-1},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{class:"nmorph-year-month-picker__chevron-right"},{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1})]),_:1})]),e.createVNode(e.unref(Xr)),e.createElementVNode("div",qg,[e.createVNode(e.unref(yn),{"model-value":c.value,options:i.value,"onUpdate:modelValue":u},null,8,["model-value","options"])])]),_:1},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue"]]),Lg=C(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(n,{emit:t}){const o=n,r=t,l=e.computed(()=>E({"nmorph-date-picker-content":[]})),i=e.ref(o.initialDate),c=e.ref("calendar"),s=e.computed(()=>new Date(i.value.setMonth(i.value.getMonth()-1))),d=e.computed(()=>new Date(i.value.setMonth(i.value.getMonth()+1))),m=e.computed(()=>new Date(i.value.setFullYear(i.value.getFullYear()-1))),w=e.computed(()=>new Date(i.value.setFullYear(i.value.getFullYear()+1))),u=()=>{i.value=s.value},f=()=>{i.value=d.value},h=()=>{i.value=m.value},p=()=>{i.value=w.value},_=()=>{c.value="year"},y=()=>{c.value="month"},g=N=>{const V=new Date(i.value.setFullYear(Number(N)));i.value=V,c.value="month"},k=N=>{const V=new Date(i.value.setMonth(Number(N)));i.value=V,c.value="calendar"},b=()=>{c.value="year"},B=N=>{r("update-selected-value",N)},x=N=>{i.value=N};return(N,V)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(l.value)},[c.value==="calendar"?(e.openBlock(),e.createBlock(e.unref(Mr),{key:0,type:o.type,"initial-date":i.value,"model-value":o.selectedValues,"onUpdate:modelValue":B,onUpdateInitialDate:x},{header:e.withCtx(()=>[e.createVNode(Sg,{year:i.value.getFullYear(),month:i.value.getMonth(),onPrevMonth:u,onNextMonth:f,onPrevYear:h,onNextYear:p,onChangeYear:_,onChangeMonth:y},null,8,["year","month"])]),_:1},8,["type","initial-date","model-value"])):e.createCommentVNode("v-if",!0),c.value==="year"?(e.openBlock(),e.createBlock(Yr,{key:1,type:"year","current-date":i.value,onUpdateYear:g},null,8,["current-date"])):e.createCommentVNode("v-if",!0),c.value==="month"?(e.openBlock(),e.createBlock(Yr,{key:2,type:"month","current-date":i.value,onUpdateYear:g,onUpdateMonth:k,onBackToYears:b},null,8,["current-date"])):e.createCommentVNode("v-if",!0)],2))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue"]]),Ag={class:"nmorph-date-picker__date-wrapper"},jg=["id","name","autocomplete","onKeydown"],Tg={class:"nmorph-date-picker__selected-value"},Dg={class:"nmorph-date-picker__clear-button-wrapper"},Og={class:"nmorph-date-picker__content"},Pg=C(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},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},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(n,{emit:t}){const{t:o}=ce.useI18n(),r=n,{id:l,name:i,autocomplete:c}=we(r),s=e.computed(()=>r.placeholder?r.placeholder:o("pickADate")),d=e.ref(r.modelValue),m=t,w=e.ref(!1),u=()=>{w.value=!0},f=()=>{w.value=!1},h=e.computed(()=>E({nmorph:[ae[r.height]],"nmorph-date-picker":[`${r.disabled&&"disabled"}`,r.type,`${w.value&&"focus"}`]})),p=e.ref(!1),_=e.ref(null),y=()=>{p.value=!1},g=()=>{p.value=!p.value},k=e.computed(()=>{if(!d.value)return s.value;if(Array.isArray(d.value)){if(d.value.length===0)return s.value;const $=hn(d.value),q=r.type==="daterange"?" - ":", ";return $.join(q)}else return hn(d.value)}),b=()=>{const $=Array.isArray(d.value)?[]:null;d.value=$,m("update:model-value",d.value)},B=$=>{d.value=$,m("update:model-value",d.value)},x=e.computed(()=>Array.isArray(d.value)?d.value.length>0:!!d.value),N=H`
|
|
1838
1847
|
--width: 200px;
|
|
1839
1848
|
position: relative;
|
|
1840
1849
|
width: var(--width);
|
|
@@ -1859,15 +1868,15 @@
|
|
|
1859
1868
|
border-radius: var(--default-border-radius);
|
|
1860
1869
|
cursor: pointer;
|
|
1861
1870
|
|
|
1862
|
-
${
|
|
1871
|
+
${U()}
|
|
1863
1872
|
}
|
|
1864
1873
|
|
|
1865
1874
|
.nmorph-date-picker__selected-value {
|
|
1866
|
-
${
|
|
1875
|
+
${Ke()}
|
|
1867
1876
|
}
|
|
1868
1877
|
|
|
1869
1878
|
.nmorph-date-picker__input--open {
|
|
1870
|
-
${
|
|
1879
|
+
${P()}
|
|
1871
1880
|
}
|
|
1872
1881
|
|
|
1873
1882
|
.nmorph-date-picker__calendar-icon {
|
|
@@ -1916,19 +1925,19 @@
|
|
|
1916
1925
|
}
|
|
1917
1926
|
|
|
1918
1927
|
&.nmorph-date-picker--focus {
|
|
1919
|
-
${
|
|
1928
|
+
${Xe()}
|
|
1920
1929
|
}
|
|
1921
1930
|
|
|
1922
1931
|
&.nmorph-date-picker--disabled {
|
|
1923
|
-
${
|
|
1932
|
+
${Z()}
|
|
1924
1933
|
|
|
1925
1934
|
.nmorph-date-picker__date-wrapper {
|
|
1926
1935
|
pointer-events: none;
|
|
1927
1936
|
}
|
|
1928
1937
|
}
|
|
1929
|
-
`,V=
|
|
1930
|
-
${
|
|
1931
|
-
`;return($,
|
|
1938
|
+
`,V=S.div`
|
|
1939
|
+
${N}
|
|
1940
|
+
`;return($,q)=>(e.openBlock(),e.createBlock(V,{class:e.normalizeClass(h.value)},{default:e.withCtx(()=>[e.createElementVNode("div",Ag,[e.createElementVNode("div",{ref_key:"nmorphInputDOMRef",ref:_,class:e.normalizeClass(["nmorph-date-picker__input",{"nmorph-date-picker__input--open":p.value}]),onClick:g},[e.createElementVNode("input",{id:e.unref(l),name:e.unref(i),autocomplete:e.unref(c),type:"date",onFocus:e.withModifiers(u,["prevent"]),onBlur:f,onKeydown:e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"])},null,40,jg),e.createVNode(e.unref(I),{class:"nmorph-date-picker__calendar-icon"},{default:e.withCtx(()=>[e.createVNode(e.unref(dr))]),_:1}),e.createElementVNode("div",Tg,e.toDisplayString(k.value),1),e.createElementVNode("div",Dg,[x.value?(e.openBlock(),e.createBlock(Eg,{key:0,onClear:b})):e.createCommentVNode("v-if",!0)])],2),e.createElementVNode("div",Og,[_.value?(e.openBlock(),e.createBlock(e.unref(Bt),{key:0,"fill-width":!1,width:324,open:p.value,"relative-element":_.value,onOnOutsideClick:y},{default:e.withCtx(()=>[e.createVNode(Lg,{"selected-values":d.value,"initial-date":r.initialDate,type:$.type,onUpdateSelectedValue:B},null,8,["selected-values","initial-date","type"])]),_:1},8,["open","relative-element"])):e.createCommentVNode("v-if",!0)])])]),_:1},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-date-picker/NmorphDatePicker.vue"]]),Fg={class:"nmorph-file-upload__trigger"},Rg=["multiple"],Wg={key:0,class:"nmorph-file-upload__list"},Ug={class:"nmorph-file-upload__file-info"},Yg={class:"nmorph-file-upload__file-name"},Gg={class:"nmorph-file-upload__remove-file"},Kg=C(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(n,{expose:t,emit:o}){const{t:r}=ce.useI18n(),l=n,i=e.computed(()=>l.buttonText?l.buttonText:r("selectFile")),c=k=>k.split("/")[1],s=k=>{const b=c(k);let B=pr;return b in wt&&(B=cn),b in kt&&(B=sr),b in bt&&(B=xr),b in yt&&(B=lr),B};let d=e.reactive(l.modelValue);const m=e.ref(null),w=()=>{m.value&&m.value.click()},u=k=>{const b=k.target;if(b.files){if(Array.from(b.files).forEach(B=>{const x=c(B.type);if(!l.allowedTypes.includes(x))return p("on-unsupported-file-type-error",B.type);const N=URL.createObjectURL(B),V={data:B,previewUrl:N};d.push(V)}),d.length===0)return;f()}},f=()=>{p("update:model-value",d.map(k=>k.data))},h=k=>{const b=d.findIndex(B=>B.data.name===k);b!==-1&&(URL.revokeObjectURL(d[b].previewUrl),d.splice(b,1),f())};t({inputDOMRef:m});const p=o,_=e.computed(()=>E({"nmorph-file-upload":[`${l.disabled&&"disabled"}`]})),y=H`
|
|
1932
1941
|
.nmorph-file-upload__trigger {
|
|
1933
1942
|
position: relative;
|
|
1934
1943
|
}
|
|
@@ -1948,7 +1957,7 @@
|
|
|
1948
1957
|
margin-bottom: var(--indentation-02);
|
|
1949
1958
|
padding: var(--indentation-02) var(--indentation-03);
|
|
1950
1959
|
border-radius: var(--default-border-radius);
|
|
1951
|
-
${
|
|
1960
|
+
${U()}
|
|
1952
1961
|
}
|
|
1953
1962
|
|
|
1954
1963
|
.nmorph-file-upload__file-info {
|
|
@@ -1960,15 +1969,15 @@
|
|
|
1960
1969
|
|
|
1961
1970
|
.nmorph-file-upload__file-name {
|
|
1962
1971
|
margin-left: var(--indentation-02);
|
|
1963
|
-
${
|
|
1972
|
+
${Ke()}
|
|
1964
1973
|
}
|
|
1965
1974
|
|
|
1966
1975
|
.nmorph-file-upload__remove-file {
|
|
1967
1976
|
margin-left: var(--indentation-03);
|
|
1968
1977
|
}
|
|
1969
|
-
`,
|
|
1970
|
-
${
|
|
1971
|
-
`;return(
|
|
1978
|
+
`,g=S.div`
|
|
1979
|
+
${y}
|
|
1980
|
+
`;return(k,b)=>(e.openBlock(),e.createBlock(g,{class:e.normalizeClass(_.value)},{default:e.withCtx(()=>[e.createElementVNode("div",Fg,[e.createElementVNode("input",{ref_key:"inputDOMRef",ref:m,type:"file",multiple:l.multiple,class:"nmorph-native-input",onChange:u},null,40,Rg),e.renderSlot(k.$slots,"trigger",{},()=>[e.createVNode(e.unref(D),{text:i.value,fill:"",onClick:w,disabled:l.disabled},null,8,["text","disabled"])])]),e.unref(d).length>0?(e.openBlock(),e.createElementBlock("div",Wg,[e.createVNode(e.TransitionGroup,{name:"list",tag:"div"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),({data:B,previewUrl:x})=>(e.openBlock(),e.createElementBlock("div",{key:B.name,class:"nmorph-file-upload__file"},[e.createVNode(e.unref(Ar),{src:x},null,8,["src"]),e.createElementVNode("div",Ug,[e.createVNode(e.unref(I),{width:"14px",height:"17px"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s(B.type))))]),_:2},1024),e.createElementVNode("span",Yg,e.toDisplayString(B.name),1)]),e.createElementVNode("div",Gg,[e.createVNode(e.unref(D),{height:"thin","style-type":"transparent",onClick:N=>h(B.name)},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{name:"error"})]),_:2},1032,["onClick"])])]))),128))]),_:1})])):e.createCommentVNode("v-if",!0)]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-file-upload/NmorphFileUpload.vue"]]);var wt=(n=>(n.jpeg="image/jpeg",n.jpg="image/jpg",n.png="image/png",n.gif="image/gif",n["svg-xml"]="image/svg+xml",n.webp="image/webp",n))(wt||{}),bt=(n=>(n.mp4="video/mp4",n.webm="video/webm",n["wideo-ogg"]="video/ogg",n))(bt||{}),kt=(n=>(n.mpeg="audio/mpeg",n["audio-ogg"]="audio/ogg",n.wav="audio/wav",n))(kt||{}),gn=(n=>(n.pdf="application/pdf",n.msword="application/msword",n.docx="application/vnd.openxmlformats-officedocument.wordprocessingml.document",n.xlsx="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",n.pptx="application/vnd.openxmlformats-officedocument.presentationml.presentation",n.json="application/json",n.xml="application/xml",n))(gn||{}),yt=(n=>(n.zip="application/zip",n.rar="application/x-rar-compressed",n["7z"]="application/x-7z-compressed",n))(yt||{});const Xg={...wt,...bt,...kt,...gn,...yt},Qg={class:"nmorph-form__content"},Zg=C(e.defineComponent({__name:"NmorphForm",props:{value:{type:Object,required:!0},validateImmediately:{type:Boolean,required:!1,default:!1}},setup(n,{expose:t}){const o=n,r=e.computed(()=>E({"nmorph-form":[]})),l=ta(o.value,o.validateImmediately);return t({formData:l}),e.provide("form-data",l),(i,c)=>(e.openBlock(),e.createElementBlock("form",{class:e.normalizeClass(r.value)},[e.createElementVNode("div",Qg,[e.renderSlot(i.$slots,"default")])],2))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-form/NmorphForm.vue"]]),Jg=C(e.defineComponent({__name:"NmorphErrorBox",props:{height:{type:null,required:!1,default:"default"},errors:{type:[Array,Object],required:!1,default:()=>[]},staticHeight:{type:Boolean,required:!1,default:!1}},setup(n){const t=n,o=e.computed(()=>{const c=Array.isArray(t.errors)?t.errors:t.errors.value;return c.length?[c[c.length-1]]:[]}),r=e.computed(()=>E({nmorph:[ae[t.height]],"nmorph-error-box":[`${t.staticHeight&&"static-height"}`,`${o.value.length===0&&"empty"}`]})),l=H`
|
|
1972
1981
|
display: flex;
|
|
1973
1982
|
align-items: center;
|
|
1974
1983
|
overflow: hidden;
|
|
@@ -1985,9 +1994,9 @@
|
|
|
1985
1994
|
display: none;
|
|
1986
1995
|
}
|
|
1987
1996
|
}
|
|
1988
|
-
`,
|
|
1997
|
+
`,i=S.div`
|
|
1989
1998
|
${l}
|
|
1990
|
-
`;return(
|
|
1999
|
+
`;return(c,s)=>(e.openBlock(),e.createBlock(i,{class:e.normalizeClass(r.value)},{default:e.withCtx(()=>[e.createVNode(e.TransitionGroup,{name:"list",tag:"div"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.value,d=>(e.openBlock(),e.createElementBlock("p",{key:d,class:"nmorph-error-box__error"},e.toDisplayString(d),1))),128))]),_:1})]),_:1},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue"]]),_n="18px",e7=C(e.defineComponent({__name:"NmorphValidationIcon",props:{valid:{type:[Boolean,Object],required:!0},show:{type:[Boolean,Object],required:!1,default:!0}},setup(n){const t=n,o=e.computed(()=>E({"nmorph-validation-icon":[t.valid?"valid":"invalid"]})),r=e.computed(()=>t.valid?mn:Ye),l=H`
|
|
1991
2000
|
margin-left: var(--indentation-03);
|
|
1992
2001
|
|
|
1993
2002
|
|
|
@@ -2002,14 +2011,14 @@
|
|
|
2002
2011
|
--color: var(--nmorph-error-text-color);
|
|
2003
2012
|
}
|
|
2004
2013
|
}
|
|
2005
|
-
`,
|
|
2014
|
+
`,i=S.div`
|
|
2006
2015
|
${l}
|
|
2007
|
-
width: ${
|
|
2008
|
-
`;return(
|
|
2009
|
-
margin: var(--indentation-
|
|
2016
|
+
width: ${c=>c.validateIconSize};
|
|
2017
|
+
`;return(c,s)=>(e.openBlock(),e.createBlock(i,{class:e.normalizeClass(o.value),props:{validateIconSize:_n}},{default:e.withCtx(()=>[c.show?(e.openBlock(),e.createBlock(e.unref(I),{key:0,class:"nmorph-validation-icon__content",width:_n,height:_n},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(r.value)))]),_:1})):e.createCommentVNode("v-if",!0)]),_:1},8,["class","props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue"]]),t7=["for"],n7={class:"nmorph-form-item__content"},o7=C(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:"default"},label:{type:String,required:!1,default:""},showValidationIcon:{type:Boolean,required:!1,default:!0},staticErrorBoxSpace:{type:Boolean,required:!1,default:!1}},setup(n){const t=n,o=e.inject("form-data"),r=e.computed(()=>o?.fields[t.id]),l=e.computed(()=>r.value),i=e.computed(()=>!!l.value&&!!r?.value?.touched&&t.showValidationIcon),c=e.computed(()=>l.value&&r.value?.touched);e.provide(Ur,{id:e.toRef(t,"id"),name:e.computed(()=>t.name||t.id),autocomplete:e.computed(()=>t.autocomplete||void 0)});const s=e.computed(()=>E({"nmorph-form-item":[`${t.label&&"labeled"}`,`${c.value&&(r.value?.valid?"valid":"invalid")}`]})),d=H`
|
|
2018
|
+
margin: var(--indentation-04) var(--indentation-00);
|
|
2010
2019
|
|
|
2011
2020
|
label {
|
|
2012
|
-
${
|
|
2021
|
+
${Vn()}
|
|
2013
2022
|
}
|
|
2014
2023
|
|
|
2015
2024
|
.nmorph-form-item__content {
|
|
@@ -2036,9 +2045,9 @@
|
|
|
2036
2045
|
background: var(--nmorph-error-text-color);
|
|
2037
2046
|
}
|
|
2038
2047
|
}
|
|
2039
|
-
`,m=
|
|
2048
|
+
`,m=S.div`
|
|
2040
2049
|
${d}
|
|
2041
|
-
`;return(
|
|
2050
|
+
`;return(w,u)=>(e.openBlock(),e.createBlock(m,{class:e.normalizeClass(s.value)},{default:e.withCtx(()=>[t.label?(e.openBlock(),e.createElementBlock("label",{key:0,for:t.id},e.toDisplayString(t.label),9,t7)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",n7,[e.renderSlot(w.$slots,"default"),t.showValidationIcon?(e.openBlock(),e.createBlock(e.unref(e7),{key:0,valid:!!r.value?.valid,show:i.value},null,8,["valid","show"])):e.createCommentVNode("v-if",!0)]),e.createVNode(e.unref(Jg),{errors:r.value?.errors,height:t.height,"static-height":w.staticErrorBoxSpace},null,8,["errors","height","static-height"])]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue"]]),r7={class:"nmorph-number-input__content"},a7={class:"nmorph-number-input__input-content"},l7={key:0,class:"nmorph-number-input__decrease"},i7=["id","name","autocomplete","tabindex","value","min","max"],c7={key:1,class:"nmorph-number-input__increase"},s7={key:2,class:"nmorph-number-input__action-btns"},d7={class:"nmorph-number-input__decrease"},m7={class:"nmorph-number-input__increase"},p7=C(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:"default"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(n,{expose:t,emit:o}){const r=n,{id:l,name:i,autocomplete:c,tabindex:s}=we(r),d=e.computed(()=>E({nmorph:[ae[r.height]],"nmorph-number-input":[`${r.disabled&&"disabled"}`,`${r.actionBtnPositionRight&&"action-btn-position-right"}`]})),m=e.ref(r.modelValue),w=()=>{m.value+=r.step},u=()=>{m.value-=r.step},f=e.computed(()=>m.value<=r.min),h=e.computed(()=>m.value>=r.max),p=e.computed(()=>r.height==="thick"?"16px":"12px"),_={thick:{default:"12px",right:"8px"},default:{default:"10px",right:"7px"},thin:{default:"8px",right:"5px"}},y=e.computed(()=>{const N=r.actionBtnPositionRight?"right":"default";return _[r.height][N]}),g=o,k=N=>{const V=N.target;let $=Number(V.value);m.value=$};e.watch(m,N=>{N>r.max&&(m.value=r.max,b.value?.blur()),m.value<r.min&&(m.value=r.min,b.value?.blur()),g("update:model-value",N)});const b=e.ref(null);t({inputDOMRef:b});const B=H`
|
|
2042
2051
|
display: inline-flex;
|
|
2043
2052
|
flex-direction: column;
|
|
2044
2053
|
align-items: flex-start;
|
|
@@ -2055,7 +2064,7 @@
|
|
|
2055
2064
|
height: var(--height);
|
|
2056
2065
|
height: 100%;
|
|
2057
2066
|
border-radius: var(--default-border-radius);
|
|
2058
|
-
${
|
|
2067
|
+
${U()}
|
|
2059
2068
|
}
|
|
2060
2069
|
|
|
2061
2070
|
.nmorph-number-input__decrease {
|
|
@@ -2081,7 +2090,7 @@
|
|
|
2081
2090
|
border-top: 1px solid var(--nmorph-main-color);
|
|
2082
2091
|
border-bottom: 1px solid var(--nmorph-main-color);
|
|
2083
2092
|
transition: ease-in-out var(--transition-01) background;
|
|
2084
|
-
${
|
|
2093
|
+
${P()}
|
|
2085
2094
|
transition: background 0s;
|
|
2086
2095
|
-moz-appearance: textfield;
|
|
2087
2096
|
}
|
|
@@ -2103,7 +2112,7 @@
|
|
|
2103
2112
|
}
|
|
2104
2113
|
|
|
2105
2114
|
&.nmorph-number-input--disabled {
|
|
2106
|
-
${
|
|
2115
|
+
${Z()}
|
|
2107
2116
|
|
|
2108
2117
|
.nmorph-number-input__input-content {
|
|
2109
2118
|
pointer-events: none;
|
|
@@ -2141,14 +2150,159 @@
|
|
|
2141
2150
|
width: 100%;
|
|
2142
2151
|
}
|
|
2143
2152
|
}
|
|
2144
|
-
`,x=
|
|
2145
|
-
${
|
|
2153
|
+
`,x=S.div`
|
|
2154
|
+
${B}
|
|
2146
2155
|
&.nmorph-number-input--action-btn-position-right {
|
|
2147
2156
|
.nmorph-button {
|
|
2148
|
-
--height: ${
|
|
2157
|
+
--height: ${N=>N.rightActionBtnHeight};
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
`;return(N,V)=>(e.openBlock(),e.createBlock(x,{class:e.normalizeClass(d.value),props:{rightActionBtnHeight:p.value}},{default:e.withCtx(()=>[e.createElementVNode("div",r7,[e.createElementVNode("div",a7,[N.actionBtnPositionRight?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",l7,[e.createVNode(e.unref(D),{"style-type":"transparent",disabled:f.value,height:r.height,onClick:u},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{width:y.value,height:y.value},{default:e.withCtx(()=>[e.createVNode(e.unref(sn))]),_:1},8,["width","height"])]),_:1},8,["disabled","height"])])),e.createElementVNode("input",{id:e.unref(l),ref_key:"inputDOMRef",ref:b,name:e.unref(i),autocomplete:e.unref(c),tabindex:e.unref(s),class:"nmorph-native-input",value:m.value,type:"number",min:r.min,max:r.max,onInput:k},null,40,i7),N.actionBtnPositionRight?(e.openBlock(),e.createElementBlock("div",s7,[e.createElementVNode("div",d7,[e.createVNode(e.unref(D),{"style-type":"transparent",disabled:f.value,onClick:u},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{width:y.value,height:y.value},{default:e.withCtx(()=>[e.createVNode(e.unref(sn))]),_:1},8,["width","height"])]),_:1},8,["disabled"])]),e.createElementVNode("div",m7,[e.createVNode(e.unref(D),{"style-type":"transparent",disabled:h.value,onClick:w},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{width:y.value,height:y.value},{default:e.withCtx(()=>[e.createVNode(e.unref(dn))]),_:1},8,["width","height"])]),_:1},8,["disabled"])])])):(e.openBlock(),e.createElementBlock("div",c7,[e.createVNode(e.unref(D),{"style-type":"transparent",disabled:h.value,height:r.height,onClick:w},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{width:y.value,height:y.value},{default:e.withCtx(()=>[e.createVNode(e.unref(dn))]),_:1},8,["width","height"])]),_:1},8,["disabled","height"])]))])])]),_:1},8,["class","props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-number-input/NmorphNumberInput.vue"]]),h7={class:"nmorph-text-input__input-side"},u7={key:0,class:"nmorph-text-input__prepend-icon"},f7=["id","name","autocomplete","tabindex","type","placeholder","disabled","value"],wn=C(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:"default"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur","on-enter"],setup(n,{expose:t,emit:o}){const r=e.useSlots(),l=n,{id:i,name:c,autocomplete:s,tabindex:d}=we(l),m=e.computed(()=>E({nmorph:[ae[l.height],`${p.value&&"focused"}`],"nmorph-text-input":[`${l.typePassword&&"password"}`]})),w=v=>{const M=v.target;x("update:model-value",M.value)},u=e.ref(!1),f=()=>{l.clearable?x("update:model-value",""):u.value=!u.value},h=e.computed(()=>l.typePassword&&!u.value&&!l.clearable?"password":"text"),p=e.ref(!1),_=()=>{x("focus"),p.value=!0},y=()=>{x("blur"),p.value=!1},g=e.ref(null);t({inputDOMRef:g,focus:()=>{g.value?.focus()},blur:()=>{g.value?.blur()},select:()=>{g.value?.select()}});const x=o,N=e.computed(()=>l.clearable?Ye:u.value?fr:ur),V=e.computed(()=>l.indentation||(r["prepend-icon"]?"28px":"8px")),$=H`
|
|
2161
|
+
display: flex;
|
|
2162
|
+
flex: 1 1 auto;
|
|
2163
|
+
flex-direction: column;
|
|
2164
|
+
align-items: flex-start;
|
|
2165
|
+
min-width: 0;
|
|
2166
|
+
--prepend-icon-indent: 8px;
|
|
2167
|
+
|
|
2168
|
+
.nmorph-text-input__input-side {
|
|
2169
|
+
position: relative;
|
|
2170
|
+
display: flex;
|
|
2171
|
+
align-items: center;
|
|
2172
|
+
justify-content: flex-end;
|
|
2173
|
+
width: 100%;
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
.nmorph-text-input__prepend-icon {
|
|
2177
|
+
position: absolute;
|
|
2178
|
+
left: 0;
|
|
2179
|
+
margin-left: var(--prepend-icon-indent);
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
input {
|
|
2183
|
+
width: 100%;
|
|
2184
|
+
height: var(--height);
|
|
2185
|
+
border: none;
|
|
2186
|
+
border-radius: var(--default-border-radius);
|
|
2187
|
+
|
|
2188
|
+
${P()}
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
input:focus {
|
|
2192
|
+
${U()}
|
|
2193
|
+
|
|
2194
|
+
background: var(--nmorph-accent-color);
|
|
2195
|
+
outline: none;
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
input:-webkit-autofill,
|
|
2199
|
+
input:-webkit-autofill:hover,
|
|
2200
|
+
input:-webkit-autofill:active {
|
|
2201
|
+
-webkit-text-fill-color: var(--nmorph-text-color);
|
|
2202
|
+
caret-color: var(--nmorph-text-color);
|
|
2203
|
+
box-shadow:
|
|
2204
|
+
inset var(--base-shadow-width) var(--base-shadow-width) var(--base-shadow-blur) var(--nmorph-dark-shade-color),
|
|
2205
|
+
inset calc(-1 * var(--base-shadow-width)) calc(-1 * var(--base-shadow-width)) var(--base-shadow-blur)
|
|
2206
|
+
var(--nmorph-light-shade-color),
|
|
2207
|
+
inset 0 0 0 1000px var(--nmorph-main-color);
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
input:-webkit-autofill:focus {
|
|
2211
|
+
-webkit-text-fill-color: var(--nmorph-focus-text-color);
|
|
2212
|
+
caret-color: var(--nmorph-focus-text-color);
|
|
2213
|
+
box-shadow:
|
|
2214
|
+
var(--base-shadow-width) var(--base-shadow-width) var(--base-shadow-blur) var(--nmorph-dark-shade-color),
|
|
2215
|
+
calc(-1 * var(--base-shadow-width)) calc(-1 * var(--base-shadow-width)) var(--base-shadow-blur)
|
|
2216
|
+
var(--nmorph-light-shade-color),
|
|
2217
|
+
inset 0 0 0 1000px var(--nmorph-accent-color);
|
|
2218
|
+
outline: none;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
input:disabled {
|
|
2222
|
+
${Z()}
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
.nmorph-text-input__password-btn {
|
|
2226
|
+
position: absolute;
|
|
2227
|
+
right: 0;
|
|
2228
|
+
height: 100%;
|
|
2229
|
+
|
|
2230
|
+
.nmorph-button__content {
|
|
2231
|
+
padding: var(--indentation-03);
|
|
2149
2232
|
}
|
|
2150
2233
|
}
|
|
2151
|
-
|
|
2234
|
+
|
|
2235
|
+
&.nmorph-button.nmorph--thin-component {
|
|
2236
|
+
.nmorph-text-input__password-btn {
|
|
2237
|
+
margin-top: var(--indentation-00);
|
|
2238
|
+
|
|
2239
|
+
.nmorph-button {
|
|
2240
|
+
--height: var(--thin-component);
|
|
2241
|
+
}
|
|
2242
|
+
}
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
&.nmorph-button.nmorph--focused {
|
|
2246
|
+
.nmorph-text-input__password-btn {
|
|
2247
|
+
.nmorph-icon {
|
|
2248
|
+
--color: var(--nmorph-white-color);
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
.nmorph-button:not(:disabled, [loading='true']):hover {
|
|
2252
|
+
.nmorph-icon {
|
|
2253
|
+
--color: var(--nmorph-white-color);
|
|
2254
|
+
}
|
|
2255
|
+
}
|
|
2256
|
+
}
|
|
2257
|
+
}
|
|
2258
|
+
`,q=S.div`
|
|
2259
|
+
${$}
|
|
2260
|
+
input {
|
|
2261
|
+
text-indent: ${v=>v.indentation};
|
|
2262
|
+
}
|
|
2263
|
+
`;return(v,M)=>(e.openBlock(),e.createBlock(q,{class:e.normalizeClass(m.value),props:{indentation:V.value}},{default:e.withCtx(()=>[e.createElementVNode("div",h7,[e.unref(r)["prepend-icon"]?(e.openBlock(),e.createElementBlock("div",u7,[e.renderSlot(v.$slots,"prepend-icon")])):e.createCommentVNode("v-if",!0),e.createElementVNode("input",e.mergeProps({id:e.unref(i),ref_key:"inputDOMRef",ref:g,name:e.unref(c),autocomplete:e.unref(s),tabindex:e.unref(d),class:"nmorph-native-input",type:h.value,placeholder:l.placeholder,disabled:l.disabled,value:l.modelValue},l.inputAttrs,{onInput:w,onFocus:_,onBlur:y,onKeyup:M[0]||(M[0]=e.withKeys(A=>x("on-enter"),["enter"]))}),null,16,f7),l.typePassword||l.clearable?(e.openBlock(),e.createBlock(e.unref(D),{key:1,disabled:l.disabled,class:"nmorph-text-input__password-btn","style-type":"transparent",width:"32px",height:l.height,onClick:f},{default:e.withCtx(()=>[e.createVNode(e.unref(I),null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(N.value)))]),_:1})]),_:1},8,["disabled","height"])):e.createCommentVNode("v-if",!0)])]),_:3},8,["class","props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-text-input/NmorphTextInput.vue"]]),g7=["name","value","disabled"],_7={class:"nmorph-otp-input__content"},w7=C(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:"default"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur","complete"],setup(n,{expose:t,emit:o}){const r=n,l=o,{id:i,name:c,autocomplete:s,tabindex:d}=we(r),m=e.ref([]),w=e.ref([]),u=e.ref(!1),f=e.ref([]),h=e.computed(()=>Math.max(1,r.length)),p=(z="")=>{const j=`${z??""}`;return r.mode==="numeric"?Array.from(j.replace(/\D/g,"")):r.mode==="alphanumeric"?Array.from(j.replace(/[^a-zA-Z0-9]/g,"")):Array.from(j)},_=(z=r.modelValue)=>{const j=p(z).slice(0,h.value);return Array.from({length:h.value},(te,Q)=>j[Q]||"")},y=(z,j=!1)=>{if(f.value=Array.from({length:h.value},(Q,ee)=>z[ee]||""),!j)return;const te=f.value.join("");l("update:model-value",te),f.value.includes("")||l("complete",te)};e.watch([()=>r.modelValue,()=>r.mode,h],()=>{const z=_(r.modelValue);(z.join("")!==f.value.join("")||z.length!==f.value.length)&&y(z)},{immediate:!0});const g=e.computed(()=>E({nmorph:[ae[r.height],`${u.value&&"focused"}`],"nmorph-otp-input":[`${r.disabled&&"disabled"}`]})),k=e.computed(()=>Array.from({length:h.value},(z,j)=>j===0?i.value:`${i.value}-${j+1}`)),b=e.computed(()=>r.mode==="numeric"?"numeric":"text"),B=e.computed(()=>s.value||"one-time-code"),x=e.computed(()=>{if(r.mode==="numeric")return"[0-9]*";if(r.mode==="alphanumeric")return"[A-Za-z0-9]*"}),N=z=>{w.value[z]=m.value[z]?.inputDOMRef??null},V=(z,j)=>{m.value[j]=z,e.nextTick(()=>{N(j)})},$=z=>{N(z),m.value[z]?.select?.(),w.value[z]?.select()},q=(z=0)=>{e.nextTick(()=>{const j=Math.min(Math.max(z,0),h.value-1);N(j),m.value[j]?.focus?.(),w.value[j]?.focus(),$(j)})};t({inputDOMRefs:w,focus:q,blur:()=>{m.value.forEach((z,j)=>{z?.blur?.(),w.value[j]?.blur()})}});const M=(z,j="")=>{const te=[...f.value];te[z]=j,y(te,!0)},A=(z,j)=>{const te=p(z).slice(0,h.value-j);if(!te.length){M(j,"");return}const Q=[...f.value];te.forEach((d_,m_)=>{Q[j+m_]=d_}),y(Q,!0);const ee=j+te.length;ee<h.value?q(ee):q(h.value-1)},K=(z,j)=>{A(z,j)},Y=z=>{if(f.value[z]){M(z);return}z>0&&(M(z-1),q(z-1))},re=(z,j)=>{if(z.key==="Backspace"){Y(j);return}M(j)},ue=z=>{q(z-1)},Ge=z=>{q(z+1)},Nt=()=>{q(0)},qe=()=>{q(h.value-1)},W=z=>{z.key.length===1&&!p(z.key).length&&z.preventDefault()},X=(z,j)=>{const te=z.clipboardData?.getData("text")||"";A(te,j)},ne=z=>{u.value||(u.value=!0,l("focus")),$(z)},Le=()=>{setTimeout(()=>{const z=document.activeElement;!w.value.some(te=>te===z)&&u.value&&(u.value=!1,l("blur"))})},Zr=z=>d.value>0?d.value+z:d.value;e.watch(()=>r.autofocus,z=>{z&&!r.disabled&&q(0)},{immediate:!0});const vt=H`
|
|
2264
|
+
display: inline-flex;
|
|
2265
|
+
flex-direction: column;
|
|
2266
|
+
align-items: flex-start;
|
|
2267
|
+
|
|
2268
|
+
.nmorph-otp-input__content {
|
|
2269
|
+
display: flex;
|
|
2270
|
+
gap: var(--indentation-02);
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
.nmorph-otp-input__field {
|
|
2274
|
+
flex: 0 0 auto;
|
|
2275
|
+
width: 44px;
|
|
2276
|
+
min-width: 44px;
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
.nmorph-otp-input__field input {
|
|
2280
|
+
padding: 0;
|
|
2281
|
+
text-align: center;
|
|
2282
|
+
text-indent: 0;
|
|
2283
|
+
font-variant-numeric: tabular-nums;
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
&.nmorph--thin-component {
|
|
2287
|
+
.nmorph-otp-input__field {
|
|
2288
|
+
width: 32px;
|
|
2289
|
+
min-width: 32px;
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
&.nmorph--thick-component {
|
|
2294
|
+
.nmorph-otp-input__field {
|
|
2295
|
+
width: 52px;
|
|
2296
|
+
min-width: 52px;
|
|
2297
|
+
}
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
&.nmorph-otp-input--disabled {
|
|
2301
|
+
${Z()}
|
|
2302
|
+
}
|
|
2303
|
+
`,Nn=S.div`
|
|
2304
|
+
${vt}
|
|
2305
|
+
`;return(z,j)=>(e.openBlock(),e.createBlock(Nn,{class:e.normalizeClass(g.value)},{default:e.withCtx(()=>[e.createElementVNode("input",{name:e.unref(c),value:f.value.join(""),type:"hidden",disabled:r.disabled},null,8,g7),e.createElementVNode("div",_7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(f.value,(te,Q)=>(e.openBlock(),e.createBlock(wn,{id:k.value[Q],key:k.value[Q],ref_for:!0,ref:ee=>V(ee,Q),class:"nmorph-otp-input__field","model-value":f.value[Q],height:r.height,disabled:r.disabled,autocomplete:B.value,tabindex:Zr(Q),indentation:"0px","input-attrs":{name:void 0,maxlength:1,inputmode:b.value,pattern:x.value,autocapitalize:r.autocapitalize,spellcheck:!1,autofocus:r.autofocus&&Q===0,"aria-label":`OTP ${Q+1}`},"onUpdate:modelValue":ee=>K(ee,Q),onKeydown:[j[0]||(j[0]=ee=>W(ee)),e.withKeys(e.withModifiers(ee=>re(ee,Q),["prevent"]),["delete"]),e.withKeys(e.withModifiers(ee=>ue(Q),["prevent"]),["left"]),e.withKeys(e.withModifiers(ee=>Ge(Q),["prevent"]),["right"]),e.withKeys(e.withModifiers(Nt,["prevent"]),["home"]),e.withKeys(e.withModifiers(qe,["prevent"]),["end"])],onPaste:e.withModifiers(ee=>X(ee,Q),["prevent"]),onFocus:ee=>ne(Q),onBlur:Le},null,8,["id","model-value","height","disabled","autocomplete","tabindex","input-attrs","onUpdate:modelValue","onKeydown","onPaste","onFocus"]))),128))])]),_:1},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-otp-input/NmorphOTPInput.vue"]]),b7={class:"nmorph-select__content"},k7=["id","name","autocomplete","tabindex"],y7=["value"],B7={key:0,class:"nmorph-select__selected-value"},x7={key:1,class:"nmorph-select__selected-value"},N7={key:2,class:"nmorph-select__selected-value"},v7=C(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},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},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(n,{emit:t}){const{t:o}=ce.useI18n(),r=n,l=e.computed(()=>r.noElementPlaceholder?r.noElementPlaceholder:o("noElementPlaceholder")),i=t,c=e.ref(r.modelValue),s=e.ref(r.open),d=e.ref(null),m=e.ref(null),w=e.ref(!0),{id:u,name:f,autocomplete:h,tabindex:p}=we(r),_=W=>{if(!r.disabled){if(s.value=!1,typeof c.value=="string"&&(!r.valueRequired&&c.value===W?c.value="":c.value=W,i("update:model-value",c.value)),Array.isArray(c.value)){const X=c.value.includes(W),ne=c.value.length===1&&X;if(r.valueRequired&&ne)return;X?c.value=c.value.filter(Le=>Le!==W):c.value=[...c.value,W]}i("update:model-value",c.value)}},y=e.ref(!1),g=()=>{y.value=!0},k=()=>{y.value=!1},b=e.computed(()=>E({nmorph:[ae[r.height]],"nmorph-select":[`${r.disabled&&"disabled"}`,`${r.modelValue?"on":"off"}`,`${r.loading&&"loading"}`,`${s.value&&"open"}`,`${w.value?"selected-line-outset":"selected-line-inset"}`,`${y.value&&"focus"}`]})),B=()=>{r.disabled||(s.value=!s.value)};e.watch(s,W=>{W&&(w.value=!1)},{immediate:!0});const x=()=>{s.value=!1},N=e.ref(),V=e.ref([]),$=e.ref(0),q=e.ref("");e.watch($,W=>{q.value=V.value[W],N.value.forEach(X=>{const Le=X.getAttribute("value")===q.value?"add":"remove";X.classList[Le]("nmorph-select-option--focused")})}),e.onMounted(async()=>{await e.nextTick(),d.value&&(N.value=d.value.querySelectorAll(".nmorph-select-option"),N.value.forEach(W=>{const X=W.getAttribute("value");X&&V.value.push(X)}),q.value=V.value[$.value],m.value=`${d.value.clientHeight}px`,document.addEventListener("click",x))}),e.onUnmounted(()=>{document.removeEventListener("click",x)});const v=e.computed(()=>typeof c.value=="string"?c.value===""?l.value:r.options.find(W=>W.value===c.value)?.label:r.options.find(W=>W.value===c.value)?.label),M=e.computed(()=>r.options.length>0?r.options:r.optionsMap),A=e.computed(()=>M.value.length>0?M.value.filter(X=>c.value.includes(X.value)).map(X=>({text:X.label,value:X.value})):Array.isArray(c.value)?c.value.map(X=>({text:X,value:X})):[{text:c.value,value:c.value}]);e.provide("select-selected-value",c),e.provide("select-change-selected-value",_);const K=e.ref(null),Y=()=>{s.value=!s.value},re=()=>{$.value=($.value+1)%V.value.length},ue=()=>{$.value=($.value-1+V.value.length)%V.value.length},Ge=()=>{s.value&&_(q.value)},Nt=H`
|
|
2152
2306
|
--base-width: 200px;
|
|
2153
2307
|
|
|
2154
2308
|
width: var(--base-width);
|
|
@@ -2158,7 +2312,7 @@
|
|
|
2158
2312
|
.nmorph-select__content {
|
|
2159
2313
|
position: relative;
|
|
2160
2314
|
height: 100%;
|
|
2161
|
-
${
|
|
2315
|
+
${U()}
|
|
2162
2316
|
}
|
|
2163
2317
|
|
|
2164
2318
|
.nmorph-select__selected-values-line {
|
|
@@ -2171,7 +2325,7 @@
|
|
|
2171
2325
|
}
|
|
2172
2326
|
|
|
2173
2327
|
.nmorph-select__selected-value {
|
|
2174
|
-
${
|
|
2328
|
+
${Ke()}
|
|
2175
2329
|
}
|
|
2176
2330
|
|
|
2177
2331
|
select,
|
|
@@ -2193,7 +2347,7 @@
|
|
|
2193
2347
|
}
|
|
2194
2348
|
|
|
2195
2349
|
&.nmorph-select--disabled {
|
|
2196
|
-
${
|
|
2350
|
+
${Z()}
|
|
2197
2351
|
}
|
|
2198
2352
|
|
|
2199
2353
|
&.nmorph-select--open {
|
|
@@ -2202,26 +2356,26 @@
|
|
|
2202
2356
|
}
|
|
2203
2357
|
|
|
2204
2358
|
.nmorph-select__content {
|
|
2205
|
-
${
|
|
2359
|
+
${P()}
|
|
2206
2360
|
}
|
|
2207
2361
|
}
|
|
2208
2362
|
|
|
2209
2363
|
&.nmorph-select--selected-line-outset {
|
|
2210
2364
|
.nmorph-select__content {
|
|
2211
|
-
${
|
|
2365
|
+
${U()}
|
|
2212
2366
|
}
|
|
2213
2367
|
}
|
|
2214
2368
|
|
|
2215
2369
|
&.nmorph-select--focus {
|
|
2216
|
-
${
|
|
2370
|
+
${Xe()}
|
|
2217
2371
|
|
|
2218
2372
|
.nmorph-select__content {
|
|
2219
2373
|
box-shadow: none;
|
|
2220
2374
|
}
|
|
2221
2375
|
}
|
|
2222
|
-
`,
|
|
2223
|
-
${
|
|
2224
|
-
`;return(
|
|
2376
|
+
`,qe=S.div`
|
|
2377
|
+
${Nt}
|
|
2378
|
+
`;return(W,X)=>(e.openBlock(),e.createBlock(qe,{class:e.normalizeClass(b.value)},{default:e.withCtx(()=>[e.createElementVNode("div",b7,[e.createElementVNode("select",{id:e.unref(u),name:e.unref(f),autocomplete:e.unref(h),tabindex:e.unref(p),onFocus:g,onBlur:k,onKeydown:[e.withKeys(Y,["space"]),e.withKeys(re,["arrow-down"]),e.withKeys(ue,["arrow-up"]),e.withKeys(Ge,["enter"])]},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(V.value,ne=>(e.openBlock(),e.createElementBlock("option",{key:ne,value:ne},null,8,y7))),128))],40,k7),e.createElementVNode("div",{ref_key:"nmorphSelectDOMRef",ref:K,class:"nmorph-select__selected-values-line",onClick:e.withModifiers(B,["stop"])},[typeof c.value=="string"?(e.openBlock(),e.createElementBlock("div",B7,e.toDisplayString(v.value),1)):c.value.length===0?(e.openBlock(),e.createElementBlock("div",x7,e.toDisplayString(l.value),1)):(e.openBlock(),e.createElementBlock("div",N7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.value,ne=>(e.openBlock(),e.createBlock(e.unref(fn),e.mergeProps({key:ne.value,ref_for:!0},ne,{transparent:"",removable:A.value.length>1||!r.valueRequired,height:"thin",onClose:_}),null,16,["removable"]))),128))])),e.createVNode(e.unref(I),{class:"nmorph-select__chevron"},{default:e.withCtx(()=>[r.loading?(e.openBlock(),e.createBlock(e.unref(ut),{key:0})):(e.openBlock(),e.createBlock(e.unref(oe),{key:1}))]),_:1})],512)]),K.value&&!r.disabled?(e.openBlock(),e.createBlock(e.unref(Bt),{key:0,open:s.value,"relative-element":K.value,onOnOutsideClick:x},{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"optionsDOMRef",ref:d,class:"nmorph-select__options"},[r.loading?(e.openBlock(),e.createBlock(e.unref(I),{key:0,class:"nmorph-select__chevron",size:"medium"},{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1})):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(W.options,ne=>(e.openBlock(),e.createBlock(e.unref(Gr),e.mergeProps({key:ne.value,ref_for:!0},ne,{height:r.height}),null,16,["height"]))),128)),e.renderSlot(W.$slots,"default")],512)]),_:3},8,["open","relative-element"])):e.createCommentVNode("v-if",!0)]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-select/NmorphSelect.vue"]]),$7={class:"nmorph-select-option__content"},Gr=C(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:"default"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["change-value"],setup(n,{emit:t}){const o=e.inject("select-selected-value"),r=e.inject("select-change-selected-value"),l=n,i=t,c=()=>{l.disabled||(i("change-value",l.value),r&&r(l.value))},s=e.computed(()=>typeof o?.value=="string"?o.value===l.value:Array.isArray(o?.value)?o.value.some(u=>u===l.value):!1),d=e.computed(()=>E({nmorph:[ae[l.height]],"nmorph-select-option":[`${l.disabled&&"disabled"}`,`${l.label&&"with-label"}`,`${s.value&&"checked"}`]})),m=H`
|
|
2225
2379
|
--hover-bg: var(--nmorph-accent-color);
|
|
2226
2380
|
--hover-color: var(--nmorph-white-color);
|
|
2227
2381
|
|
|
@@ -2257,7 +2411,7 @@
|
|
|
2257
2411
|
}
|
|
2258
2412
|
|
|
2259
2413
|
&.nmorph-select-option--disabled {
|
|
2260
|
-
${
|
|
2414
|
+
${Z()}
|
|
2261
2415
|
|
|
2262
2416
|
.nmorph-select-option__content {
|
|
2263
2417
|
pointer-events: none;
|
|
@@ -2268,9 +2422,9 @@
|
|
|
2268
2422
|
display: flex;
|
|
2269
2423
|
align-items: center;
|
|
2270
2424
|
}
|
|
2271
|
-
`,
|
|
2425
|
+
`,w=S.div`
|
|
2272
2426
|
${m}
|
|
2273
|
-
`;return(f
|
|
2427
|
+
`;return(u,f)=>(e.openBlock(),e.createBlock(w,{class:e.normalizeClass(d.value),onClick:c,value:l.value},{default:e.withCtx(()=>[e.createElementVNode("div",$7,[e.createElementVNode("span",null,e.toDisplayString(l.label),1),e.renderSlot(u.$slots,"default")]),s.value?(e.openBlock(),e.createBlock(e.unref(I),{key:0,class:"nmorph-select-option__checked"},{default:e.withCtx(()=>[e.createVNode(e.unref(mn))]),_:1})):e.createCommentVNode("v-if",!0)]),_:3},8,["class","value"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue"]]),V7={class:"nmorph-slider__content"},E7={class:"nmorph-slider__input-wrapper"},C7=["id","name","tabindex","value","min","max","step","disabled"],bn=50,M7=C(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(n,{emit:t}){const o=n,{id:r,name:l,tabindex:i}=we(o),c=e.computed(()=>E({nmorph:[],"nmorph-slider":[`${o.disabled&&"disabled"}`]})),s=`${bn}px`,d=e.ref(o.showTooltip),m=t,w=e.ref(o.modelValue),u=e.ref(null);e.watch(w,()=>{m("update:model-value",w.value)}),e.watch(()=>o.modelValue,M=>{w.value=M});const f=e.ref(null),h=e.computed(()=>{const M=p.value-p.value,A=o.max-o.min+M,K=(w.value-o.min)/A*100,Y=u.value?.clientWidth||0,re=bn/Y*100,ue=re/2;let Ge=K-ue;const qe=`${Math.max(0,Math.min(100-re,Ge))}%`,W=Y/100,ne=bn/2/W,vt=(f.value?.tooltipBody.clientWidth??24)/2/W,Nn=vt===1/0?1.714:vt,z=`${parseFloat(qe)+ne-Nn}%`;return{thumb:qe,tooltip:z}}),p=e.ref(0),_=e.ref(0),y=()=>{p.value=window.innerWidth,_.value=window.innerHeight};e.onMounted(()=>{typeof window<"u"&&(p.value=window.innerWidth,_.value=window.innerHeight,window.addEventListener("resize",y))}),e.onUnmounted(()=>{typeof window<"u"&&(document.removeEventListener("mouseup",k),window.removeEventListener("resize",y))});const g=M=>{$.value=!1;const A=u.value?.getBoundingClientRect();let K=0;if(A){const Y=M.clientX-A.left,re=A.width;K=Math.max(0,Math.min(1,Y/re)),w.value=o.min+K*(o.max-o.min)}w.value=Math.round(w.value/o.step)*o.step,w.value=Math.max(o.min,Math.min(o.max,w.value))},k=()=>{document.removeEventListener("mousemove",g),document.removeEventListener("mouseup",k),$.value=!0},b=()=>{o.disabled||(document.addEventListener("mousemove",g),document.addEventListener("mouseup",k))},B=e.ref(null),x=()=>{o.showTooltip&&(d.value=!0)},N=()=>{o.showTooltip&&(d.value=!1)},V=M=>{const A=M.target;w.value=Number(A.value)},$=e.ref(!0),q=H`
|
|
2274
2428
|
|
|
2275
2429
|
position: relative;
|
|
2276
2430
|
width: 100%;
|
|
@@ -2292,7 +2446,7 @@
|
|
|
2292
2446
|
width: 100%;
|
|
2293
2447
|
height: var(--value-fixed-container-height);
|
|
2294
2448
|
border-radius: var(--default-border-radius);
|
|
2295
|
-
${
|
|
2449
|
+
${P()}
|
|
2296
2450
|
}
|
|
2297
2451
|
|
|
2298
2452
|
.nmorph-slider__input-container {
|
|
@@ -2310,7 +2464,7 @@
|
|
|
2310
2464
|
border-radius: var(--default-border-radius);
|
|
2311
2465
|
height: 20px;
|
|
2312
2466
|
|
|
2313
|
-
${
|
|
2467
|
+
${U()}
|
|
2314
2468
|
}
|
|
2315
2469
|
|
|
2316
2470
|
.nmorph-slider__thumb--smooth {
|
|
@@ -2362,17 +2516,17 @@
|
|
|
2362
2516
|
}
|
|
2363
2517
|
|
|
2364
2518
|
&.nmorph-slider--disabled {
|
|
2365
|
-
${
|
|
2519
|
+
${Z()}
|
|
2366
2520
|
.nmorph-slider__input-content {
|
|
2367
2521
|
pointer-events: none;
|
|
2368
2522
|
}
|
|
2369
2523
|
}
|
|
2370
|
-
`,v=
|
|
2371
|
-
${
|
|
2524
|
+
`,v=S.div`
|
|
2525
|
+
${q}
|
|
2372
2526
|
.nmorph-slider__thumb {
|
|
2373
|
-
width: ${
|
|
2527
|
+
width: ${M=>M.thumbWidthCss};
|
|
2374
2528
|
}
|
|
2375
|
-
`;return(
|
|
2529
|
+
`;return(M,A)=>(e.openBlock(),e.createBlock(v,{class:e.normalizeClass(c.value),props:{thumbWidthCss:s}},{default:e.withCtx(()=>[e.createElementVNode("div",V7,[e.createElementVNode("div",E7,[e.createElementVNode("div",{ref_key:"sliderContainer",ref:u,class:"nmorph-slider__input-container"},[d.value&&!o.disabled?(e.openBlock(),e.createBlock(e.unref(Rr),{key:0,ref_key:"tooltipRootRef",ref:f,text:String(w.value),"force-show":"","force-coordinate":{x:h.value.tooltip,y:"24px"},"block-position":""},null,8,["text","force-coordinate"])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{ref_key:"sliderFirst",ref:B,class:e.normalizeClass(["nmorph-slider__thumb",{"nmorph-slider__thumb--smooth":$.value}]),style:e.normalizeStyle({left:h.value.thumb}),onMouseenter:x,onMouseleave:N,onMousedown:b},null,38),e.createElementVNode("input",{id:e.unref(r),name:e.unref(l),tabindex:e.unref(i),class:"nmorph-slide__native-input",type:"range",value:w.value,min:o.min,max:o.max,step:o.step,disabled:o.disabled,onInput:V},null,40,C7)],512)])])]),_:1},8,["class","props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-slider/NmorphSlider.vue"]]),z7=["id","name","value","disabled","tabindex"],S7={class:"nmorph-switch-thumb"},H7=C(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(n,{expose:t,emit:o}){const r=n,{id:l,name:i,tabindex:c}=we(r),s=o,d=e.ref(!1),m=()=>{d.value=!0},w=()=>{d.value=!1},u=e.computed(()=>E({"nmorph-switch":[`${r.disabled&&"disabled"}`,`${f.value?"on":"off"}`,`${r.loading&&"loading"}`,`${d.value&&"focus"}`]})),f=e.ref(r.modelValue===r.activeValue),h=()=>{if(r.disabled)return;f.value=!f.value;const g=f.value?r.activeValue:r.inactiveValue;s("update:model-value",g)},p=e.ref(null);t({inputDOMRef:p}),e.watch(()=>r.modelValue,g=>{f.value=g===r.activeValue});const _=H`
|
|
2376
2530
|
--height: 20px;
|
|
2377
2531
|
--offset: 3px;
|
|
2378
2532
|
--thumb-height: 14px;
|
|
@@ -2391,8 +2545,8 @@
|
|
|
2391
2545
|
background ease-in-out var(--transition-02),
|
|
2392
2546
|
box-shadow ease-in-out var(--transition-02);
|
|
2393
2547
|
|
|
2394
|
-
${
|
|
2395
|
-
${
|
|
2548
|
+
${Ae()}
|
|
2549
|
+
${P()}
|
|
2396
2550
|
}
|
|
2397
2551
|
|
|
2398
2552
|
.nmorph-switch__bg-content {
|
|
@@ -2433,11 +2587,11 @@
|
|
|
2433
2587
|
justify-content: center;
|
|
2434
2588
|
align-items: center;
|
|
2435
2589
|
|
|
2436
|
-
${
|
|
2590
|
+
${U()}
|
|
2437
2591
|
}
|
|
2438
2592
|
|
|
2439
2593
|
&.nmorph-switch--disabled {
|
|
2440
|
-
${
|
|
2594
|
+
${Z()}
|
|
2441
2595
|
|
|
2442
2596
|
.nmorph-switch__input-content {
|
|
2443
2597
|
pointer-events: none;
|
|
@@ -2457,7 +2611,7 @@
|
|
|
2457
2611
|
}
|
|
2458
2612
|
|
|
2459
2613
|
&.nmorph-switch--loading {
|
|
2460
|
-
${
|
|
2614
|
+
${Z()}
|
|
2461
2615
|
|
|
2462
2616
|
.nmorph-switch__input-content {
|
|
2463
2617
|
pointer-events: none;
|
|
@@ -2465,118 +2619,15 @@
|
|
|
2465
2619
|
}
|
|
2466
2620
|
|
|
2467
2621
|
&.nmorph-switch--focus {
|
|
2468
|
-
${
|
|
2622
|
+
${Xe()}
|
|
2469
2623
|
|
|
2470
2624
|
.nmorph-switch__content {
|
|
2471
2625
|
scale: 0.95;
|
|
2472
2626
|
}
|
|
2473
2627
|
}
|
|
2474
|
-
`,
|
|
2475
|
-
${
|
|
2476
|
-
`;return(
|
|
2477
|
-
display: flex;
|
|
2478
|
-
flex: 1 1 auto;
|
|
2479
|
-
flex-direction: column;
|
|
2480
|
-
align-items: flex-start;
|
|
2481
|
-
min-width: 0;
|
|
2482
|
-
--prepend-icon-indent: 8px;
|
|
2483
|
-
|
|
2484
|
-
.nmorph-text-input__input-side {
|
|
2485
|
-
position: relative;
|
|
2486
|
-
display: flex;
|
|
2487
|
-
align-items: center;
|
|
2488
|
-
justify-content: flex-end;
|
|
2489
|
-
width: 100%;
|
|
2490
|
-
}
|
|
2491
|
-
|
|
2492
|
-
.nmorph-text-input__prepend-icon {
|
|
2493
|
-
position: absolute;
|
|
2494
|
-
left: 0;
|
|
2495
|
-
margin-left: var(--prepend-icon-indent);
|
|
2496
|
-
}
|
|
2497
|
-
|
|
2498
|
-
input {
|
|
2499
|
-
width: 100%;
|
|
2500
|
-
height: var(--height);
|
|
2501
|
-
border: none;
|
|
2502
|
-
border-radius: var(--default-border-radius);
|
|
2503
|
-
|
|
2504
|
-
${j()}
|
|
2505
|
-
}
|
|
2506
|
-
|
|
2507
|
-
input:focus {
|
|
2508
|
-
${P()}
|
|
2509
|
-
|
|
2510
|
-
background: var(--nmorph-accent-color);
|
|
2511
|
-
outline: none;
|
|
2512
|
-
}
|
|
2513
|
-
|
|
2514
|
-
input:-webkit-autofill,
|
|
2515
|
-
input:-webkit-autofill:hover,
|
|
2516
|
-
input:-webkit-autofill:active {
|
|
2517
|
-
-webkit-text-fill-color: var(--nmorph-text-color);
|
|
2518
|
-
caret-color: var(--nmorph-text-color);
|
|
2519
|
-
box-shadow:
|
|
2520
|
-
inset var(--base-shadow-width) var(--base-shadow-width) var(--base-shadow-blur) var(--nmorph-dark-shade-color),
|
|
2521
|
-
inset calc(-1 * var(--base-shadow-width)) calc(-1 * var(--base-shadow-width)) var(--base-shadow-blur)
|
|
2522
|
-
var(--nmorph-light-shade-color),
|
|
2523
|
-
inset 0 0 0 1000px var(--nmorph-main-color);
|
|
2524
|
-
}
|
|
2525
|
-
|
|
2526
|
-
input:-webkit-autofill:focus {
|
|
2527
|
-
-webkit-text-fill-color: var(--nmorph-focus-text-color);
|
|
2528
|
-
caret-color: var(--nmorph-focus-text-color);
|
|
2529
|
-
box-shadow:
|
|
2530
|
-
var(--base-shadow-width) var(--base-shadow-width) var(--base-shadow-blur) var(--nmorph-dark-shade-color),
|
|
2531
|
-
calc(-1 * var(--base-shadow-width)) calc(-1 * var(--base-shadow-width)) var(--base-shadow-blur)
|
|
2532
|
-
var(--nmorph-light-shade-color),
|
|
2533
|
-
inset 0 0 0 1000px var(--nmorph-accent-color);
|
|
2534
|
-
outline: none;
|
|
2535
|
-
}
|
|
2536
|
-
|
|
2537
|
-
input:disabled {
|
|
2538
|
-
${G()}
|
|
2539
|
-
}
|
|
2540
|
-
|
|
2541
|
-
.nmorph-text-input__password-btn {
|
|
2542
|
-
position: absolute;
|
|
2543
|
-
right: 0;
|
|
2544
|
-
height: 100%;
|
|
2545
|
-
|
|
2546
|
-
.nmorph-button__content {
|
|
2547
|
-
padding: var(--indentation-03);
|
|
2548
|
-
}
|
|
2549
|
-
}
|
|
2550
|
-
|
|
2551
|
-
&.nmorph-button.nmorph--thin-component {
|
|
2552
|
-
.nmorph-text-input__password-btn {
|
|
2553
|
-
margin-top: var(--indentation-00);
|
|
2554
|
-
|
|
2555
|
-
.nmorph-button {
|
|
2556
|
-
--height: var(--thin-component);
|
|
2557
|
-
}
|
|
2558
|
-
}
|
|
2559
|
-
}
|
|
2560
|
-
|
|
2561
|
-
&.nmorph-button.nmorph--focused {
|
|
2562
|
-
.nmorph-text-input__password-btn {
|
|
2563
|
-
.nmorph-icon {
|
|
2564
|
-
--color: var(--nmorph-white-color);
|
|
2565
|
-
}
|
|
2566
|
-
|
|
2567
|
-
.nmorph-button:not(:disabled, [loading='true']):hover {
|
|
2568
|
-
.nmorph-icon {
|
|
2569
|
-
--color: var(--nmorph-white-color);
|
|
2570
|
-
}
|
|
2571
|
-
}
|
|
2572
|
-
}
|
|
2573
|
-
}
|
|
2574
|
-
`,y=M.div`
|
|
2575
|
-
${x}
|
|
2576
|
-
input {
|
|
2577
|
-
text-indent: ${V=>V.indentation};
|
|
2578
|
-
}
|
|
2579
|
-
`;return(V,$)=>(e.openBlock(),e.createBlock(y,{class:e.normalizeClass(d.value),props:{indentation:b.value}},{default:e.withCtx(()=>[e.createElementVNode("div",wg,[e.unref(r)["prepend-icon"]?(e.openBlock(),e.createElementBlock("div",_g,[e.renderSlot(V.$slots,"prepend-icon")])):e.createCommentVNode("",!0),e.createElementVNode("input",{id:e.unref(c),ref_key:"inputDOMRef",ref:B,name:e.unref(i),tabindex:e.unref(s),class:"nmorph-native-input",type:w.value,placeholder:l.placeholder,disabled:l.disabled,value:l.modelValue,onInput:m,onFocus:p,onBlur:k,onKeyup:$[0]||($[0]=e.withKeys(E=>h("on-enter"),["enter"]))},null,40,bg),l.typePassword||l.clearable?(e.openBlock(),e.createBlock(e.unref(A),{key:1,disabled:l.disabled,class:"nmorph-text-input__password-btn","style-type":"transparent",width:"32px",height:l.height,onClick:f},{default:e.withCtx(()=>[e.createVNode(e.unref(H),null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(_.value)))]),_:1})]),_:1},8,["disabled","height"])):e.createCommentVNode("",!0)])]),_:3},8,["class","props"]))}}),kg={key:0,class:"nmorph-radio__content"},Bg={class:"nmorph-radio__input-wrapper"},xg=["name","value","checked","tabindex"],yg={key:0,class:"nmorph-radio__fake-checked"},Vg={key:0,class:"nmorph-radio__label"},$g={key:1,class:"nmorph-radio__content"},vg=["disabled","name","value","checked","tabindex"],Ng={key:0,class:"nmorph-radio__fake"},Eg={key:1,class:"nmorph-radio__fake"},cn=e.defineComponent({__name:"NmorphRadio",props:{value:{default:""},styleType:{default:"button"},checked:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},label:{default:""},tabindex:{default:0}},setup(n,{expose:t}){const o=e.inject("radio-group-selected-value",void 0),r=e.inject("change-radio-button-value-handler",void 0),l=n,c=()=>{r&&!l.disabled&&r(l.value)},i=e.computed(()=>o?.value===l.value||l.checked),s=e.computed(()=>N({"nmorph-radio":[`${l.disabled&&"disabled"}`,`${i.value&&"checked"}`,l.styleType]})),d=e.ref(null);t({inputDOMRef:d});const m=z`
|
|
2628
|
+
`,y=S.div`
|
|
2629
|
+
${_}
|
|
2630
|
+
`;return(g,k)=>(e.openBlock(),e.createBlock(y,{class:e.normalizeClass(u.value)},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"nmorph-switch__content",onClick:h},[e.createElementVNode("input",{ref_key:"inputDOMRef",ref:p,id:e.unref(l),name:e.unref(i),type:"checkbox",value:f.value,disabled:r.disabled,tabindex:e.unref(c),class:"nmorph-native-input",onFocus:m,onBlur:w},null,40,z7),e.createElementVNode("div",{class:e.normalizeClass(["nmorph-switch__bg-content",{"nmorph-switch__bg-content--enable":f.value}])},[f.value?e.renderSlot(g.$slots,"bg-on",{key:0}):e.renderSlot(g.$slots,"bg-off",{key:1})],2),e.createElementVNode("div",S7,[r.loading?(e.openBlock(),e.createBlock(e.unref(I),{key:0,width:"14px",height:"14px"},{default:e.withCtx(()=>[e.createVNode(e.unref(ut))]),_:1})):f.value?e.renderSlot(g.$slots,"thumb-on",{key:1}):e.renderSlot(g.$slots,"thumb-off",{key:2})])])]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-switch/NmorphSwitch.vue"]]),I7={key:0,class:"nmorph-radio__content"},q7={class:"nmorph-radio__input-wrapper"},L7=["name","value","checked","tabindex"],A7={key:0,class:"nmorph-radio__fake-checked"},j7={key:0,class:"nmorph-radio__label"},T7={key:1,class:"nmorph-radio__content"},D7=["disabled","name","value","checked","tabindex"],O7={key:0,class:"nmorph-radio__fake"},P7={key:1,class:"nmorph-radio__fake"},kn=C(e.defineComponent({__name:"NmorphRadio",props:{value:{type:String,required:!1,default:""},styleType:{type:null,required:!1,default:"button"},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}},setup(n,{expose:t}){const o=e.inject("radio-group-selected-value",void 0),r=e.inject("change-radio-button-value-handler",void 0),l=n,i=()=>{r&&!l.disabled&&r(l.value)},c=e.computed(()=>o?.value===l.value||l.checked),s=e.computed(()=>E({"nmorph-radio":[`${l.disabled&&"disabled"}`,`${c.value&&"checked"}`,l.styleType]})),d=e.ref(null);t({inputDOMRef:d});const m=H`
|
|
2580
2631
|
--size: var(--extra-thin-component);
|
|
2581
2632
|
cursor: pointer;
|
|
2582
2633
|
|
|
@@ -2606,7 +2657,7 @@
|
|
|
2606
2657
|
}
|
|
2607
2658
|
|
|
2608
2659
|
input:focus-visible {
|
|
2609
|
-
${
|
|
2660
|
+
${U()}
|
|
2610
2661
|
}
|
|
2611
2662
|
|
|
2612
2663
|
.nmorph-radio__fake {
|
|
@@ -2617,12 +2668,12 @@
|
|
|
2617
2668
|
position: absolute;
|
|
2618
2669
|
top: 0;
|
|
2619
2670
|
left: 0;
|
|
2620
|
-
${
|
|
2671
|
+
${P()}
|
|
2621
2672
|
}
|
|
2622
2673
|
|
|
2623
2674
|
.nmorph-radio__fake span,
|
|
2624
2675
|
.nmorph-radio__label {
|
|
2625
|
-
${
|
|
2676
|
+
${Ae()}
|
|
2626
2677
|
}
|
|
2627
2678
|
|
|
2628
2679
|
.nmorph-radio__fake-checked {
|
|
@@ -2653,22 +2704,22 @@
|
|
|
2653
2704
|
padding: var(--indentation-03);
|
|
2654
2705
|
white-space: nowrap;
|
|
2655
2706
|
border-radius: var(--default-border-radius);
|
|
2656
|
-
${
|
|
2707
|
+
${U()}
|
|
2657
2708
|
}
|
|
2658
2709
|
}
|
|
2659
2710
|
|
|
2660
2711
|
&.nmorph-radio--checked {
|
|
2661
2712
|
.nmorph-radio__fake {
|
|
2662
|
-
${
|
|
2713
|
+
${P()}
|
|
2663
2714
|
}
|
|
2664
2715
|
}
|
|
2665
2716
|
|
|
2666
2717
|
&.nmorph-radio--disabled {
|
|
2667
|
-
${
|
|
2718
|
+
${Z()}
|
|
2668
2719
|
}
|
|
2669
|
-
`,
|
|
2720
|
+
`,w=S.label`
|
|
2670
2721
|
${m}
|
|
2671
|
-
`;return(f
|
|
2722
|
+
`;return(u,f)=>(e.openBlock(),e.createBlock(w,{class:e.normalizeClass(s.value),onClick:e.withModifiers(i,["prevent"])},{default:e.withCtx(()=>[l.styleType==="radio-style"?(e.openBlock(),e.createElementBlock("div",I7,[e.createElementVNode("div",q7,[e.createElementVNode("input",{ref_key:"inputDOMRef",ref:d,type:"radio",name:l.label,value:l.value,checked:c.value,tabindex:l.tabindex,class:"nmorph-native-input"},null,8,L7),f[0]||(f[0]=e.createElementVNode("div",{class:"nmorph-radio__fake"},null,-1)),c.value?(e.openBlock(),e.createElementBlock("div",A7)):e.createCommentVNode("v-if",!0)]),l.label?(e.openBlock(),e.createElementBlock("span",j7,e.toDisplayString(l.label),1)):e.renderSlot(u.$slots,"label",{key:1})])):e.createCommentVNode("v-if",!0),l.styleType==="button"?(e.openBlock(),e.createElementBlock("div",T7,[e.createElementVNode("input",{ref_key:"inputDOMRef",ref:d,type:"radio",disabled:l.disabled,name:l.label,value:l.value,checked:c.value,tabindex:l.tabindex,class:"nmorph-native-input"},null,8,D7),l.label?(e.openBlock(),e.createElementBlock("div",O7,[e.createElementVNode("span",null,e.toDisplayString(l.label),1)])):(e.openBlock(),e.createElementBlock("div",P7,[e.renderSlot(u.$slots,"label")]))])):e.createCommentVNode("v-if",!0)]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-radio/NmorphRadio.vue"]]),F7={class:"nmorph-radio-group__wrapper"},R7={class:"nmorph-radio-group__content"},yn=C(e.defineComponent({__name:"NmorphRadioGroup",props:{modelValue:{type:String,required:!0,default:""},options:{type:Array,required:!1,default:()=>[]},styleType:{type:null,required:!1,default:"button"},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},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(n,{emit:t}){const o=n,r=e.ref(o.modelValue);e.watch(()=>o.modelValue,m=>{r.value=m});const l=t,i=m=>{r.value=m,l("update:model-value",r.value)},c=e.computed(()=>E({"nmorph-radio-group":[o.styleType,o.direction]}));e.provide("radio-group-selected-value",r),e.provide("change-radio-button-value-handler",i);const s=H`
|
|
2672
2723
|
display: inline-block;
|
|
2673
2724
|
|
|
2674
2725
|
.nmorph-radio-group__wrapper {
|
|
@@ -2697,9 +2748,9 @@
|
|
|
2697
2748
|
margin-bottom: var(--indentation-03);
|
|
2698
2749
|
}
|
|
2699
2750
|
}
|
|
2700
|
-
`,d=
|
|
2751
|
+
`,d=S.div`
|
|
2701
2752
|
${s}
|
|
2702
|
-
`;return(m,
|
|
2753
|
+
`;return(m,w)=>(e.openBlock(),e.createBlock(d,{class:e.normalizeClass(c.value)},{default:e.withCtx(()=>[e.createElementVNode("div",F7,[e.createElementVNode("div",R7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.options,u=>(e.openBlock(),e.createBlock(e.unref(kn),{key:u.value,label:u.label,value:u.value,disabled:u.disabled||o.disabled,"style-type":o.styleType,tabindex:u.tabindex},null,8,["label","value","disabled","style-type","tabindex"]))),128)),e.renderSlot(m.$slots,"default")])])]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue"]]),W7=C(e.defineComponent({__name:"NmorphSelectButton",props:{modelValue:{type:String,required:!1,default:""},options:{type:Array,required:!1,default:()=>[]},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},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(n,{emit:t}){const o=n,r=t,l=e.ref(o.modelValue);e.watch(()=>o.modelValue,m=>{l.value=m});const i=e.computed(()=>E({"nmorph-select-button":[`${o.disabled&&"disabled"}`,o.height]})),c=m=>{o.disabled||(l.value=m,r("update:model-value",m))};e.provide("select-button-selected-value",l),e.provide("select-button-change-handler",c);const s=H`
|
|
2703
2754
|
--track-padding: 4px;
|
|
2704
2755
|
--item-size: calc(var(--default-thickness-component) - var(--track-padding) * 2);
|
|
2705
2756
|
--item-font-size: var(--font-size-small);
|
|
@@ -2709,7 +2760,7 @@
|
|
|
2709
2760
|
width: fit-content;
|
|
2710
2761
|
padding: var(--track-padding);
|
|
2711
2762
|
border-radius: var(--default-border-radius);
|
|
2712
|
-
${
|
|
2763
|
+
${P()}
|
|
2713
2764
|
|
|
2714
2765
|
&.nmorph-select-button--thin {
|
|
2715
2766
|
--item-size: calc(var(--thin-component) - var(--track-padding) * 2);
|
|
@@ -2722,11 +2773,11 @@
|
|
|
2722
2773
|
}
|
|
2723
2774
|
|
|
2724
2775
|
&.nmorph-select-button--disabled {
|
|
2725
|
-
${
|
|
2776
|
+
${Z()}
|
|
2726
2777
|
}
|
|
2727
|
-
`,d=
|
|
2778
|
+
`,d=S.div`
|
|
2728
2779
|
${s}
|
|
2729
|
-
`;return(m,
|
|
2780
|
+
`;return(m,w)=>(e.openBlock(),e.createBlock(d,{class:e.normalizeClass(i.value)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.options,u=>(e.openBlock(),e.createBlock(e.unref(Kr),{key:u.value,value:u.value,disabled:u.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(u.label),1)]),_:2},1032,["value","disabled"]))),128)),e.renderSlot(m.$slots,"default")]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-select-button/NmorphSelectButton.vue"]]),U7=["value","checked","disabled"],Kr=C(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(n,{expose:t}){const o=e.inject("select-button-selected-value",void 0),r=e.inject("select-button-change-handler",void 0),l=n,i=e.ref(null);t({inputDOMRef:i});const c=e.computed(()=>o?.value===l.value),s=e.computed(()=>E({"nmorph-select-button-item":[`${c.value&&"checked"}`,`${l.disabled&&"disabled"}`]})),d=()=>{l.disabled||r&&r(l.value)},m=H`
|
|
2730
2781
|
display: inline-flex;
|
|
2731
2782
|
align-items: center;
|
|
2732
2783
|
justify-content: center;
|
|
@@ -2752,15 +2803,15 @@
|
|
|
2752
2803
|
|
|
2753
2804
|
&.nmorph-select-button-item--checked {
|
|
2754
2805
|
opacity: 1;
|
|
2755
|
-
${
|
|
2806
|
+
${U()}
|
|
2756
2807
|
}
|
|
2757
2808
|
|
|
2758
2809
|
&.nmorph-select-button-item--disabled {
|
|
2759
|
-
${
|
|
2810
|
+
${Z()}
|
|
2760
2811
|
}
|
|
2761
|
-
`,
|
|
2812
|
+
`,w=S.label`
|
|
2762
2813
|
${m}
|
|
2763
|
-
`;return(f
|
|
2814
|
+
`;return(u,f)=>(e.openBlock(),e.createBlock(w,{class:e.normalizeClass(s.value),tabindex:l.tabindex,onClick:e.withModifiers(d,["prevent"]),onKeydown:[e.withKeys(e.withModifiers(d,["prevent"]),["space"]),e.withKeys(e.withModifiers(d,["prevent"]),["enter"])]},{default:e.withCtx(()=>[e.createElementVNode("input",{ref_key:"inputDOMRef",ref:i,type:"radio",value:l.value,checked:c.value,disabled:l.disabled,tabindex:"-1",class:"nmorph-native-input"},null,8,U7),e.renderSlot(u.$slots,"default")]),_:3},8,["class","tabindex","onKeydown"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue"]]),Y7=C(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(n,{emit:t}){const o=n,r=t,l=e.computed(()=>E({"nmorph-backtop":[`${s.value&&"show"}`,o.design]})),i=e.ref(null),c=e.ref(null),s=e.ref(!1),d=f=>{if(!f)return;const h=f.target;s.value=h.scrollTop>o.visibilityHeight},m=()=>{r("click"),i.value&&i.value.scrollTo({top:0,left:0,behavior:"smooth"})};e.onMounted(()=>{c.value&&(i.value=c.value.parentElement?.parentElement,i.value?.addEventListener("scroll",d))}),e.onUnmounted(()=>{i.value&&i.value?.removeEventListener("scroll",d)});const w=H`
|
|
2764
2815
|
.nmorph-backtop {
|
|
2765
2816
|
position: fixed;
|
|
2766
2817
|
opacity: 0;
|
|
@@ -2781,13 +2832,13 @@
|
|
|
2781
2832
|
}
|
|
2782
2833
|
}
|
|
2783
2834
|
}
|
|
2784
|
-
`,
|
|
2785
|
-
${
|
|
2835
|
+
`,u=S.div`
|
|
2836
|
+
${w}
|
|
2786
2837
|
.nmorph-backtop {
|
|
2787
|
-
right: ${
|
|
2788
|
-
bottom: ${
|
|
2838
|
+
right: ${f=>f.right}px;
|
|
2839
|
+
bottom: ${f=>f.bottom}px;
|
|
2789
2840
|
}
|
|
2790
|
-
`;return(
|
|
2841
|
+
`;return(f,h)=>(e.openBlock(),e.createBlock(u,{props:{right:o.right,bottom:o.bottom}},{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"selfDOMEl",ref:c,class:e.normalizeClass(l.value)},[e.createElementVNode("div",{onClick:e.withModifiers(m,["stop"])},[e.renderSlot(f.$slots,"default",{},()=>[e.createVNode(e.unref(D),{"style-type":o.design==="nmorph"?"default":"transparent"},{default:e.withCtx(()=>[e.createVNode(e.unref(I),{class:"nmorph-backtop__up-icon",color:o.design==="nmorph"?void 0:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(e.unref(oe))]),_:1},8,["color"])]),_:1},8,["style-type"])])])],2)]),_:3},8,["props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-backtop/NmorphBacktop.vue"]]),G7=["id"],K7={key:0,class:"nmorph-breadcrumb__separator"},X7=C(e.defineComponent({__name:"NmorphBreadcrumb",props:{separator:{type:String,required:!1,default:"/"}},setup(n){const t=n,o=e.ref([]),r=be();e.provide("breadcrumb-data",{breadcrumbs:o,breadcrumbId:r});const l=e.computed(()=>E({"nmorph-breadcrumb":[]})),i=H`
|
|
2791
2842
|
display: flex;
|
|
2792
2843
|
.nmorph-breadcrumb__content {
|
|
2793
2844
|
display: flex;
|
|
@@ -2796,25 +2847,25 @@
|
|
|
2796
2847
|
.nmorph-breadcrumb__separator {
|
|
2797
2848
|
margin: 0 var(--indentation-03);
|
|
2798
2849
|
}
|
|
2799
|
-
`,
|
|
2800
|
-
${
|
|
2801
|
-
`;return(s,d)=>(e.openBlock(),e.createBlock(
|
|
2850
|
+
`,c=S.div`
|
|
2851
|
+
${i}
|
|
2852
|
+
`;return(s,d)=>(e.openBlock(),e.createBlock(c,{class:e.normalizeClass(l.value)},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default"),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.value,(m,w)=>(e.openBlock(),e.createElementBlock("div",{key:w,class:"nmorph-breadcrumb__content"},[e.createElementVNode("div",{id:`nmorph-breadcrumb-${e.unref(r)}-${m.itemId}-element`,class:"nmorph-breadcrumb__element"},null,8,G7),w<o.value.length-1?(e.openBlock(),e.createElementBlock("div",K7,e.toDisplayString(t.separator),1)):e.createCommentVNode("v-if",!0)]))),128))]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue"]]),Q7=C(e.defineComponent({__name:"NmorphBreadcrumbItem",props:{to:{type:null,required:!1,default:""},replace:{type:Boolean,required:!1,default:!1}},setup(n){const t=n,o=e.computed(()=>E({"nmorph-breadcrumb-item":[]})),r=e.inject("breadcrumb-data"),l=e.ref(!1),i=be();return e.onMounted(()=>{l.value=!0}),r.breadcrumbs.value.push({...t,itemId:i}),(c,s)=>{const d=e.resolveComponent("router-link");return l.value&&e.unref(i)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(o.value)},[(e.openBlock(),e.createBlock(e.Teleport,{to:`#nmorph-breadcrumb-${e.unref(r)?.breadcrumbId}-${e.unref(i)}-element`},[e.createVNode(d,{to:c.to,replace:c.replace,class:"fill-height"},{default:e.withCtx(()=>[e.renderSlot(c.$slots,"default")]),_:3},8,["to","replace"])],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}}}),[["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue"]]),Bt=C(e.defineComponent({__name:"NmorphDropdown",props:{open:{type:Boolean,required:!0},relativeElement:{type:null,required:!0},width:{type:Number,required:!1,default:160},xOffset:{type:Number,required:!1,default:0},yOffset:{type:Number,required:!1,default:0},fillWidth:{type:Boolean,required:!1,default:!0}},emits:["on-outside-click"],setup(n,{emit:t}){const o=n,r=t,l=e.ref(null),{placementCoords:i}=Mn({initialPlacement:"bottom",contentDOMElement:l,relativeElement:o.relativeElement,yOffset:o.yOffset,xOffset:o.xOffset}),c=e.computed(()=>E({"nmorph-dropdown":[`${!o.open&&"closed"}`]})),s=e.computed(()=>o.fillWidth?`${o.relativeElement?.clientWidth}px`:`${o.width}px`),d=()=>{r("on-outside-click")},m=H`
|
|
2802
2853
|
.nmorph-dropdown {
|
|
2803
2854
|
position: fixed;
|
|
2804
2855
|
border-radius: var(--default-border-radius);
|
|
2805
|
-
${
|
|
2856
|
+
${U()}
|
|
2806
2857
|
}
|
|
2807
2858
|
|
|
2808
2859
|
.nmorph-dropdown--closed {
|
|
2809
2860
|
z-index: -1000;
|
|
2810
2861
|
opacity: 0;
|
|
2811
2862
|
}
|
|
2812
|
-
`,
|
|
2863
|
+
`,w=S.div`
|
|
2813
2864
|
${m}
|
|
2814
2865
|
.nmorph-dropdown {
|
|
2815
|
-
width: ${
|
|
2866
|
+
width: ${u=>u.width};
|
|
2816
2867
|
}
|
|
2817
|
-
`;return(f
|
|
2868
|
+
`;return(u,f)=>(e.openBlock(),e.createBlock(w,{props:{width:s.value}},{default:e.withCtx(()=>[e.createVNode(e.unref(xt),{show:o.open,transparent:"",onOnOutsideClick:d},{default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"dropdownDOMRef",ref:l,class:e.normalizeClass(c.value),style:e.normalizeStyle({left:`${e.unref(i).x}`,top:`${e.unref(i).y}`})},[e.renderSlot(u.$slots,"default")],6)]),_:3},8,["show"])]),_:3},8,["props"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue"]]),Z7={class:"nmorph-tabs__label-list"},J7=["id","onClick","custom"],e_={key:0},t_={class:"nmorph-tabs__content__wrapper"},n_={class:"nmorph-tabs__content"},o_=["id"],r_={key:0},a_=C(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(n,{emit:t}){const o=n,r=t,l=e.computed(()=>E({"nmorph-tabs":[`${o.stretch&&"stretch"}`]})),i=f=>{if(f.disabled)return;const{name:h}=f;r("update:model-value",h),r("tab-change",h)},c=e.ref([]),s=be();e.provide("nmorph-tabs-data",{tabsData:c,tabsIdentifier:s});const d=e.computed(()=>o.panes.length>0?o.panes:c.value),m=e.useSlots(),w=H`
|
|
2818
2869
|
border-radius: var(--default-border-radius);
|
|
2819
2870
|
|
|
2820
2871
|
.nmorph-tabs__label-list {
|
|
@@ -2822,7 +2873,7 @@
|
|
|
2822
2873
|
padding: var(--indentation-02);
|
|
2823
2874
|
border-top-left-radius: var(--default-border-radius);
|
|
2824
2875
|
border-top-right-radius: var(--default-border-radius);
|
|
2825
|
-
${
|
|
2876
|
+
${U()}
|
|
2826
2877
|
}
|
|
2827
2878
|
|
|
2828
2879
|
.nmorph-tabs__label {
|
|
@@ -2830,14 +2881,14 @@
|
|
|
2830
2881
|
padding: var(--indentation-03);
|
|
2831
2882
|
border-radius: var(--default-border-radius);
|
|
2832
2883
|
cursor: pointer;
|
|
2833
|
-
${
|
|
2884
|
+
${U()}
|
|
2834
2885
|
|
|
2835
2886
|
&.nmorph-tabs__label--disabled {
|
|
2836
|
-
${
|
|
2887
|
+
${Z()}
|
|
2837
2888
|
}
|
|
2838
2889
|
|
|
2839
2890
|
&.nmorph-tabs__label--selected {
|
|
2840
|
-
${
|
|
2891
|
+
${P()}
|
|
2841
2892
|
}
|
|
2842
2893
|
}
|
|
2843
2894
|
|
|
@@ -2845,13 +2896,13 @@
|
|
|
2845
2896
|
padding: var(--indentation-02);
|
|
2846
2897
|
border-bottom-right-radius: var(--default-border-radius);
|
|
2847
2898
|
border-bottom-left-radius: var(--default-border-radius);
|
|
2848
|
-
${
|
|
2899
|
+
${U()}
|
|
2849
2900
|
}
|
|
2850
2901
|
|
|
2851
2902
|
.nmorph-tabs__content {
|
|
2852
2903
|
padding: var(--indentation-03);
|
|
2853
2904
|
border-radius: var(--default-border-radius);
|
|
2854
|
-
${
|
|
2905
|
+
${P()}
|
|
2855
2906
|
}
|
|
2856
2907
|
|
|
2857
2908
|
&.nmorph-tabs--stretch {
|
|
@@ -2860,10 +2911,10 @@
|
|
|
2860
2911
|
}
|
|
2861
2912
|
}
|
|
2862
2913
|
|
|
2863
|
-
`,
|
|
2864
|
-
${
|
|
2865
|
-
`;return(
|
|
2866
|
-
${
|
|
2914
|
+
`,u=S.div`
|
|
2915
|
+
${w}
|
|
2916
|
+
`;return(f,h)=>(e.openBlock(),e.createBlock(u,{class:e.normalizeClass(l.value)},{default:e.withCtx(()=>[e.renderSlot(f.$slots,"default"),e.createElementVNode("div",Z7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,p=>(e.openBlock(),e.createElementBlock("div",{id:e.unref(Bn)(e.unref(s),p.name),key:p.name,class:e.normalizeClass(["nmorph-tabs__label",[{"nmorph-tabs__label--selected":p.name===o.modelValue},{"nmorph-tabs__label--disabled":p.disabled}]]),onClick:_=>i(p),custom:p.disabled},[e.unref(m).default?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",e_,e.toDisplayString(p.label),1))],10,J7))),128))]),e.createElementVNode("div",t_,[e.createElementVNode("div",n_,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,p=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:e.unref(xn)(e.unref(s),p.name),key:p.name},[e.unref(m).default?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",r_,e.toDisplayString(p.content),1))],8,o_)),[[e.vShow,p.name===o.modelValue]])),128))])])]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-tabs/NmorphTabs.vue"]]),Bn=(n,t)=>{if(n)return`nmorph-tabs-label-${n}-${t}`},xn=(n,t)=>{if(n)return`nmorph-tabs-content-${n}-${t}`},l_=C(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(n){const t=n,o=e.computed(()=>E({"nmorph-tab-pane":[]})),r=e.inject("nmorph-tabs-data"),l=e.ref(!1);e.onMounted(()=>{l.value=!0}),r.tabsData.value.push(t);const i=t;return(c,s)=>l.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(o.value)},[(e.openBlock(),e.createBlock(e.Teleport,{to:`#${e.unref(Bn)(e.unref(r)?.tabsIdentifier,t.name)}`},[e.renderSlot(c.$slots,"label",{scope:e.unref(i)})],8,["to"])),(e.openBlock(),e.createBlock(e.Teleport,{to:`#${e.unref(xn)(e.unref(r)?.tabsIdentifier,t.name)}`},[e.renderSlot(c.$slots,"default",{scope:e.unref(i)})],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}}),[["__file","/builds/ketjo/nmorph/library/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue"]]),Xr=C(e.defineComponent({__name:"NmorphDivider",props:{direction:{type:String,required:!1,default:"horizontal"}},setup(n){const t=n,o=e.computed(()=>E({"nmorph-divider":[t.direction]})),r=H`
|
|
2917
|
+
${U()}
|
|
2867
2918
|
|
|
2868
2919
|
&.nmorph-divider--horizontal {
|
|
2869
2920
|
width: 100%;
|
|
@@ -2874,9 +2925,9 @@
|
|
|
2874
2925
|
width: 2px;
|
|
2875
2926
|
height: auto;
|
|
2876
2927
|
}
|
|
2877
|
-
`,l=
|
|
2928
|
+
`,l=S.div`
|
|
2878
2929
|
${r}
|
|
2879
|
-
`;return(c
|
|
2930
|
+
`;return(i,c)=>(e.openBlock(),e.createBlock(l,{class:e.normalizeClass(o.value)},null,8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/others/nmorph-divider/NmorphDivider.vue"]]),xt=C(e.defineComponent({__name:"NmorphOverlay",props:{show:{type:Boolean,required:!0},transparent:{type:Boolean,required:!1,default:!1}},emits:["on-outside-click"],setup(n,{emit:t}){const o=n,r=e.computed(()=>E({"nmorph-overlay":[`${o.show&&"show"}`,`${o.transparent&&"transparent"}`]})),l=()=>{i("on-outside-click")},i=t,c=H`
|
|
2880
2931
|
opacity: 0;
|
|
2881
2932
|
pointer-events: none;
|
|
2882
2933
|
position: fixed;
|
|
@@ -2897,10 +2948,10 @@
|
|
|
2897
2948
|
opacity: 1;
|
|
2898
2949
|
pointer-events: auto;
|
|
2899
2950
|
}
|
|
2900
|
-
`,s=
|
|
2901
|
-
${
|
|
2951
|
+
`,s=S.div`
|
|
2952
|
+
${c}
|
|
2902
2953
|
|
|
2903
|
-
`;return(d,m)=>(e.openBlock(),e.createBlock(s,{class:e.normalizeClass(r.value),onClick:e.withModifiers(l,["stop"])},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"nmorph-overlay__slot",onClick:m[0]||(m[0]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(d.$slots,"default")])]),_:3},8,["class"]))}}),
|
|
2954
|
+
`;return(d,m)=>(e.openBlock(),e.createBlock(s,{class:e.normalizeClass(r.value),onClick:e.withModifiers(l,["stop"])},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"nmorph-overlay__slot",onClick:m[0]||(m[0]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(d.$slots,"default")])]),_:3},8,["class"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/others/nmorph-overlay/NmorphOverlay.vue"]]),i_=500,c_=C(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(n){const t=f=>typeof f.id=="string"&&f.id.length>0,o=e.ref([]),r=e.ref([]),l=e.ref([]),i=f=>{l.value=l.value.filter(h=>h.id!==f),r.value=r.value.filter(h=>h!==f)},c=e.computed(()=>{const f=Math.max(l.value.length-d.quantity,0);return l.value.slice(f)}),s=(f,h=!0)=>{r.value.includes(f)||(h&&!o.value.includes(f)&&(o.value=[...o.value,f]),r.value=[...r.value,f],setTimeout(()=>i(f),i_))},d=n;e.watch(()=>d.notifications,f=>{const h=f.filter(t).filter(p=>!o.value.includes(p.id));l.value=l.value.map(p=>{const _=h.find(y=>y.id===p.id);return _?{...p,..._}:p}),h.forEach(p=>{l.value.some(y=>y.id===p.id)||l.value.push(p)}),l.value.filter(p=>!h.some(_=>_.id===p.id)).forEach(p=>s(p.id,!1))},{deep:!0,immediate:!0});const m=e.computed(()=>d.zIndex),w=H`
|
|
2904
2955
|
position: fixed;
|
|
2905
2956
|
top: 0;
|
|
2906
2957
|
left: 0;
|
|
@@ -2915,13 +2966,26 @@
|
|
|
2915
2966
|
height: fit-content;
|
|
2916
2967
|
margin: 1rem;
|
|
2917
2968
|
pointer-events: all;
|
|
2969
|
+
transition:
|
|
2970
|
+
transform 0.5s ease,
|
|
2971
|
+
opacity 0.5s ease-in-out;
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
.nmorph-notification-provider__list {
|
|
2975
|
+
display: flex;
|
|
2976
|
+
flex-direction: column;
|
|
2977
|
+
width: fit-content;
|
|
2978
|
+
position: relative;
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2981
|
+
.nmorph-notification-move {
|
|
2982
|
+
transition: transform 0.5s ease;
|
|
2918
2983
|
}
|
|
2919
2984
|
|
|
2920
2985
|
&.nmorph-notification-provider--top-left {
|
|
2921
2986
|
align-items: flex-start;
|
|
2922
2987
|
|
|
2923
|
-
.nmorph-notification-enter-active
|
|
2924
|
-
.nmorph-notification-leave-active {
|
|
2988
|
+
.nmorph-notification-enter-active {
|
|
2925
2989
|
transition:
|
|
2926
2990
|
transform 0.5s ease,
|
|
2927
2991
|
opacity 0.5s ease-in-out;
|
|
@@ -2935,20 +2999,18 @@
|
|
|
2935
2999
|
transform: translateX(0);
|
|
2936
3000
|
}
|
|
2937
3001
|
|
|
2938
|
-
.nmorph-notification-
|
|
2939
|
-
|
|
2940
|
-
}
|
|
2941
|
-
|
|
2942
|
-
.nmorph-notification-leave-to {
|
|
3002
|
+
.nmorph-notification-provider__notification--closing {
|
|
3003
|
+
position: absolute;
|
|
2943
3004
|
transform: translateX(-100%);
|
|
3005
|
+
opacity: 0;
|
|
3006
|
+
pointer-events: none;
|
|
2944
3007
|
}
|
|
2945
3008
|
}
|
|
2946
3009
|
|
|
2947
3010
|
&.nmorph-notification-provider--top-right {
|
|
2948
3011
|
align-items: flex-end;
|
|
2949
3012
|
|
|
2950
|
-
.nmorph-notification-enter-active
|
|
2951
|
-
.nmorph-notification-leave-active {
|
|
3013
|
+
.nmorph-notification-enter-active {
|
|
2952
3014
|
transition:
|
|
2953
3015
|
transform 0.5s ease,
|
|
2954
3016
|
opacity 0.5s ease-in-out;
|
|
@@ -2962,12 +3024,11 @@
|
|
|
2962
3024
|
transform: translateX(0);
|
|
2963
3025
|
}
|
|
2964
3026
|
|
|
2965
|
-
.nmorph-notification-
|
|
2966
|
-
|
|
2967
|
-
}
|
|
2968
|
-
|
|
2969
|
-
.nmorph-notification-leave-to {
|
|
3027
|
+
.nmorph-notification-provider__notification--closing {
|
|
3028
|
+
position: absolute;
|
|
2970
3029
|
transform: translateX(100%);
|
|
3030
|
+
opacity: 0;
|
|
3031
|
+
pointer-events: none;
|
|
2971
3032
|
}
|
|
2972
3033
|
}
|
|
2973
3034
|
|
|
@@ -2975,8 +3036,7 @@
|
|
|
2975
3036
|
bottom: 0;
|
|
2976
3037
|
justify-content: flex-end;
|
|
2977
3038
|
|
|
2978
|
-
.nmorph-notification-enter-active
|
|
2979
|
-
.nmorph-notification-leave-active {
|
|
3039
|
+
.nmorph-notification-enter-active {
|
|
2980
3040
|
transition:
|
|
2981
3041
|
transform 0.5s ease,
|
|
2982
3042
|
opacity 0.5s ease-in-out;
|
|
@@ -2990,12 +3050,11 @@
|
|
|
2990
3050
|
transform: translateX(0);
|
|
2991
3051
|
}
|
|
2992
3052
|
|
|
2993
|
-
.nmorph-notification-
|
|
2994
|
-
|
|
2995
|
-
}
|
|
2996
|
-
|
|
2997
|
-
.nmorph-notification-leave-to {
|
|
3053
|
+
.nmorph-notification-provider__notification--closing {
|
|
3054
|
+
position: absolute;
|
|
2998
3055
|
transform: translateX(-100%);
|
|
3056
|
+
opacity: 0;
|
|
3057
|
+
pointer-events: none;
|
|
2999
3058
|
}
|
|
3000
3059
|
}
|
|
3001
3060
|
|
|
@@ -3004,8 +3063,7 @@
|
|
|
3004
3063
|
align-items: flex-end;
|
|
3005
3064
|
justify-content: flex-end;
|
|
3006
3065
|
|
|
3007
|
-
.nmorph-notification-enter-active
|
|
3008
|
-
.nmorph-notification-leave-active {
|
|
3066
|
+
.nmorph-notification-enter-active {
|
|
3009
3067
|
transition:
|
|
3010
3068
|
transform 0.5s ease,
|
|
3011
3069
|
opacity 0.5s ease-in-out;
|
|
@@ -3019,12 +3077,11 @@
|
|
|
3019
3077
|
transform: translateX(0);
|
|
3020
3078
|
}
|
|
3021
3079
|
|
|
3022
|
-
.nmorph-notification-
|
|
3023
|
-
|
|
3024
|
-
}
|
|
3025
|
-
|
|
3026
|
-
.nmorph-notification-leave-to {
|
|
3080
|
+
.nmorph-notification-provider__notification--closing {
|
|
3081
|
+
position: absolute;
|
|
3027
3082
|
transform: translateX(100%);
|
|
3083
|
+
opacity: 0;
|
|
3084
|
+
pointer-events: none;
|
|
3028
3085
|
}
|
|
3029
3086
|
}
|
|
3030
3087
|
|
|
@@ -3032,8 +3089,7 @@
|
|
|
3032
3089
|
align-items: center;
|
|
3033
3090
|
justify-content: flex-start;
|
|
3034
3091
|
|
|
3035
|
-
.nmorph-notification-enter-active
|
|
3036
|
-
.nmorph-notification-leave-active {
|
|
3092
|
+
.nmorph-notification-enter-active {
|
|
3037
3093
|
transition:
|
|
3038
3094
|
transform 0.5s ease,
|
|
3039
3095
|
opacity 0.5s ease-in-out;
|
|
@@ -3047,12 +3103,11 @@
|
|
|
3047
3103
|
transform: translateY(0);
|
|
3048
3104
|
}
|
|
3049
3105
|
|
|
3050
|
-
.nmorph-notification-
|
|
3051
|
-
|
|
3052
|
-
}
|
|
3053
|
-
|
|
3054
|
-
.nmorph-notification-leave-to {
|
|
3106
|
+
.nmorph-notification-provider__notification--closing {
|
|
3107
|
+
position: absolute;
|
|
3055
3108
|
transform: translateY(-100%);
|
|
3109
|
+
opacity: 0;
|
|
3110
|
+
pointer-events: none;
|
|
3056
3111
|
}
|
|
3057
3112
|
}
|
|
3058
3113
|
|
|
@@ -3060,8 +3115,7 @@
|
|
|
3060
3115
|
align-items: center;
|
|
3061
3116
|
justify-content: flex-end;
|
|
3062
3117
|
|
|
3063
|
-
.nmorph-notification-enter-active
|
|
3064
|
-
.nmorph-notification-leave-active {
|
|
3118
|
+
.nmorph-notification-enter-active {
|
|
3065
3119
|
transition:
|
|
3066
3120
|
transform 0.5s ease,
|
|
3067
3121
|
opacity 0.5s ease-in-out;
|
|
@@ -3075,24 +3129,21 @@
|
|
|
3075
3129
|
transform: translateY(0);
|
|
3076
3130
|
}
|
|
3077
3131
|
|
|
3078
|
-
.nmorph-notification-
|
|
3079
|
-
|
|
3080
|
-
}
|
|
3081
|
-
|
|
3082
|
-
.nmorph-notification-leave-to {
|
|
3132
|
+
.nmorph-notification-provider__notification--closing {
|
|
3133
|
+
position: absolute;
|
|
3083
3134
|
transform: translateY(100%);
|
|
3135
|
+
opacity: 0;
|
|
3136
|
+
pointer-events: none;
|
|
3084
3137
|
}
|
|
3085
3138
|
}
|
|
3086
3139
|
|
|
3087
|
-
.nmorph-notification-enter-from
|
|
3088
|
-
.nmorph-notification-leave-to {
|
|
3140
|
+
.nmorph-notification-enter-from {
|
|
3089
3141
|
opacity: 0;
|
|
3090
3142
|
}
|
|
3091
3143
|
|
|
3092
|
-
.nmorph-notification-enter-to
|
|
3093
|
-
.nmorph-notification-leave-from {
|
|
3144
|
+
.nmorph-notification-enter-to {
|
|
3094
3145
|
opacity: 1;
|
|
3095
3146
|
}
|
|
3096
|
-
`,
|
|
3097
|
-
${
|
|
3098
|
-
`;return(
|
|
3147
|
+
`,u=S.div`
|
|
3148
|
+
${w}
|
|
3149
|
+
`;return(f,h)=>(e.openBlock(),e.createBlock(u,{class:e.normalizeClass(`nmorph-notification-provider nmorph-notification-provider--${d.placement}`),style:e.normalizeStyle({zIndex:m.value})},{default:e.withCtx(()=>[e.createVNode(e.TransitionGroup,{name:"nmorph-notification",tag:"div",class:"nmorph-notification-provider__list"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,p=>(e.openBlock(),e.createBlock(e.unref(Fr),e.mergeProps({key:p.id,style:{width:p.width},class:["nmorph-notification-provider__notification",r.value.includes(p.id)&&"nmorph-notification-provider__notification--closing"],ref_for:!0},p,{onClose:()=>s(p.id)}),null,16,["style","class","onClose"]))),128))]),_:1})]),_:1},8,["class","style"]))}}),[["__file","/builds/ketjo/nmorph/library/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue"]]);var Qr=(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))(Qr||{});const s_={install(n,t={}){if(!t?.i18n?.outsideMessagesMerge){const i=sa(t.i18n),c=n.__VUE_I18N__;c?(i.global.messages.value&&Object.entries(i.global.messages.value).forEach(([s,d])=>{c.global.mergeLocaleMessage(s,d)}),i.global.locale.value&&(c.global.locale.value=i.global.locale.value)):n.use(i)}ma();const o=qn(t.theme),r=Fn(),l={theme:o,browser:r};return n.provide("nmorph",l),n}};a.AvatarShapeType=Ln,a.Locale=Qe,a.NmorphAlert=Fr,a.NmorphAlertType=Ie,a.NmorphArchiveResolution=yt,a.NmorphAudioResolution=kt,a.NmorphAutocomplete=xg,a.NmorphAvatar=Df,a.NmorphBacktop=Y7,a.NmorphBadge=Ff,a.NmorphBreadcrumb=X7,a.NmorphBreadcrumbItem=Q7,a.NmorphButton=D,a.NmorphButtonShape=rr,a.NmorphButtonStyle=nr,a.NmorphButtonType=or,a.NmorphCalendar=Mr,a.NmorphCard=e9,a.NmorphCarousel=r9,a.NmorphCarouselItem=a9,a.NmorphCheckbox=Wr,a.NmorphCheckboxGroup=wg,a.NmorphCollapse=l9,a.NmorphCollapseItem=i9,a.NmorphColor=St,a.NmorphColorPicker=Vg,a.NmorphComponentDirection=jn,a.NmorphComponentHeight=ae,a.NmorphComponentPosition=Tn,a.NmorphDatePicker=Pg,a.NmorphDialog=eg,a.NmorphDivider=Xr,a.NmorphDocResolution=gn,a.NmorphDropdown=Bt,a.NmorphFileUpload=Kg,a.NmorphForm=Zg,a.NmorphFormItem=o7,a.NmorphIcon=I,a.NmorphIconAddLocation=Pi,a.NmorphIconAim=Wi,a.NmorphIconAlarmClock=Gi,a.NmorphIconApple=Qi,a.NmorphIconArchive=lr,a.NmorphIconArrowDown=nc,a.NmorphIconArrowLeft=ir,a.NmorphIconArrowRight=cr,a.NmorphIconArrowUp=sc,a.NmorphIconAudio=sr,a.NmorphIconAvatar=rn,a.NmorphIconBack=gc,a.NmorphIconBell=Bc,a.NmorphIconBellFilled=bc,a.NmorphIconBicycle=vc,a.NmorphIconBottom=Ic,a.NmorphIconBottomLeft=Ec,a.NmorphIconBottomRight=zc,a.NmorphIconBurger=Ac,a.NmorphIconCalendar=dr,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=p1,a.NmorphIconChatLineSquare=f1,a.NmorphIconChatRound=w1,a.NmorphIconChatSquare=y1,a.NmorphIconCheck=N1,a.NmorphIconChecked=V1,a.NmorphIconCherry=M1,a.NmorphIconChevronDoubleDown=an,a.NmorphIconChevronDown=oe,a.NmorphIconChromeFilled=A1,a.NmorphIconCircleCheck=F1,a.NmorphIconCircleCheckFilled=D1,a.NmorphIconCircleClose=G1,a.NmorphIconCircleCloseFilled=mr,a.NmorphIconCirclePlus=es,a.NmorphIconCirclePlusFilled=Q1,a.NmorphIconClock=os,a.NmorphIconClose=ls,a.NmorphIconCloudy=ss,a.NmorphIconCode=ps,a.NmorphIconCoffee=ws,a.NmorphIconCoffeeCup=fs,a.NmorphIconCoin=ys,a.NmorphIconCollection=Vs,a.NmorphIconCollectionTag=Ns,a.NmorphIconCompass=Ms,a.NmorphIconConnection=Hs,a.NmorphIconCoordinate=Ls,a.NmorphIconCopy=Ps,a.NmorphIconCopyDocument=Ts,a.NmorphIconCpu=Ws,a.NmorphIconCreditCard=Gs,a.NmorphIconCrop=Qs,a.NmorphIconCross=ln,a.NmorphIconDelete=ad,a.NmorphIconDeleteFilled=nd,a.NmorphIconDessert=cd,a.NmorphIconDiscount=md,a.NmorphIconDoc=pr,a.NmorphIconDocument=zd,a.NmorphIconDocumentAdd=gd,a.NmorphIconDocumentChecked=bd,a.NmorphIconDocumentCopy=Bd,a.NmorphIconDocumentDelete=vd,a.NmorphIconDocumentRemove=Ed,a.NmorphIconDownload=Id,a.NmorphIconEdit=Dd,a.NmorphIconEditPen=Ad,a.NmorphIconEnlarge=hr,a.NmorphIconError=Ye,a.NmorphIconExit=Xd,a.NmorphIconExpand=Wd,a.NmorphIconEye=ur,a.NmorphIconEyeBlocked=fr,a.NmorphIconFailed=o4,a.NmorphIconFiles=l4,a.NmorphIconFilm=s4,a.NmorphIconFilter=p4,a.NmorphIconFinished=f4,a.NmorphIconFlag=w4,a.NmorphIconFold=y4,a.NmorphIconFolder=L4,a.NmorphIconFolderAdd=N4,a.NmorphIconFolderChecked=V4,a.NmorphIconFolderDelete=M4,a.NmorphIconFolderOpened=H4,a.NmorphIconFood=T4,a.NmorphIconForkSpoon=P4,a.NmorphIconFullScreen=W4,a.NmorphIconGoblet=G4,a.NmorphIconGoldMedal=e3,a.NmorphIconGoods=l3,a.NmorphIconGoodsFilled=o3,a.NmorphIconGoogle=Q4,a.NmorphIconGrape=s3,a.NmorphIconGrid=p3,a.NmorphIconGuide=f3,a.NmorphIconHandbag=w3,a.NmorphIconHeadset=y3,a.NmorphIconHistogram=N3,a.NmorphIconHotWater=V3,a.NmorphIconHouse=M3,a.NmorphIconIceCreamRound=H3,a.NmorphIconIceDrink=L3,a.NmorphIconImage=cn,a.NmorphIconInfo=O3,a.NmorphIconInfoFilled=gr,a.NmorphIconKey=U3,a.NmorphIconKnifeFork=K3,a.NmorphIconLightning=Z3,a.NmorphIconLink=t6,a.NmorphIconList=r6,a.NmorphIconLoader=ut,a.NmorphIconLoading=_r,a.NmorphIconLocation=k6,a.NmorphIconLocationFilled=m6,a.NmorphIconLocationInformation=u6,a.NmorphIconLock=x6,a.NmorphIconLogo=_6,a.NmorphIconLollipop=$6,a.NmorphIconMagicStick=C6,a.NmorphIconMagnet=S6,a.NmorphIconMale=q6,a.NmorphIconManagement=j6,a.NmorphIconMapLocation=O6,a.NmorphIconMedal=R6,a.NmorphIconMemo=Y6,a.NmorphIconMenu=X6,a.NmorphIconMessage=nm,a.NmorphIconMessageBox=J6,a.NmorphIconMic=am,a.NmorphIconMicrophone=cm,a.NmorphIconMinus=mm,a.NmorphIconMinusThin=sn,a.NmorphIconMoney=gm,a.NmorphIconMonitor=bm,a.NmorphIconMoon=Bm,a.NmorphIconMore=Em,a.NmorphIconMoreFilled=vm,a.NmorphIconMostlyCloudy=zm,a.NmorphIconMouse=Im,a.NmorphIconMug=Am,a.NmorphIconMute=Fm,a.NmorphIconMuteNotification=Dm,a.NmorphIconNoSmoking=Um,a.NmorphIconNotebook=Km,a.NmorphIconNotification=Zm,a.NmorphIconOfficeBuilding=tp,a.NmorphIconOperation=rp,a.NmorphIconOpportunity=ip,a.NmorphIconOrange=dp,a.NmorphIconPaperclip=hp,a.NmorphIconPartlyCloudy=gp,a.NmorphIconPear=bp,a.NmorphIconPhone=vp,a.NmorphIconPhoneFilled=Bp,a.NmorphIconPicture=Ep,a.NmorphIconPieChart=zp,a.NmorphIconPlace=Ip,a.NmorphIconPlatform=Ap,a.NmorphIconPlus=Dp,a.NmorphIconPlusThin=dn,a.NmorphIconPointer=Wp,a.NmorphIconPosition=Gp,a.NmorphIconPostCard=Qp,a.NmorphIconPouring=e8,a.NmorphIconPresent=o8,a.NmorphIconPriceTag=l8,a.NmorphIconPrinter=s8,a.NmorphIconPromotion=p8,a.NmorphIconQuartzWatch=f8,a.NmorphIconQuestionFilled=w8,a.NmorphIconRank=y8,a.NmorphIconReading=V8,a.NmorphIconReadingLamp=N8,a.NmorphIconRefresh=L8,a.NmorphIconRefreshLeft=M8,a.NmorphIconRefreshRight=H8,a.NmorphIconRefrigerator=T8,a.NmorphIconRemove=W8,a.NmorphIconRemoveFilled=P8,a.NmorphIconRight=G8,a.NmorphIconRotateLeft=wr,a.NmorphIconRotateRight=br,a.NmorphIconScaleToOriginal=th,a.NmorphIconSchool=rh,a.NmorphIconScissor=ih,a.NmorphIconSearch=dh,a.NmorphIconSelect=hh,a.NmorphIconSell=gh,a.NmorphIconSemiSelect=bh,a.NmorphIconService=Bh,a.NmorphIconSetting=vh,a.NmorphIconShare=Eh,a.NmorphIconShip=zh,a.NmorphIconShop=Ih,a.NmorphIconShoppingBag=Ah,a.NmorphIconShoppingCart=Fh,a.NmorphIconShoppingCartFull=Dh,a.NmorphIconShrink=kr,a.NmorphIconSize=ar,a.NmorphIconSmoking=Gh,a.NmorphIconSoccer=Qh,a.NmorphIconSoldOut=eu,a.NmorphIconSort=su,a.NmorphIconSortDown=ou,a.NmorphIconSortUp=lu,a.NmorphIconStamp=pu,a.NmorphIconStar=wu,a.NmorphIconStarFilled=fu,a.NmorphIconSuccess=mn,a.NmorphIconSuccessFilled=yr,a.NmorphIconSugar=vu,a.NmorphIconSunny=Eu,a.NmorphIconSunrise=zu,a.NmorphIconSunset=Iu,a.NmorphIconSwitch=Fu,a.NmorphIconSwitchButton=Au,a.NmorphIconSwitchFilled=Du,a.NmorphIconTakeawayBox=Uu,a.NmorphIconTicket=Ku,a.NmorphIconTickets=Zu,a.NmorphIconTime=t5,a.NmorphIconTimer=r5,a.NmorphIconToiletPaper=i5,a.NmorphIconTools=d5,a.NmorphIconTop=b5,a.NmorphIconTopLeft=h5,a.NmorphIconTopRight=g5,a.NmorphIconTrendCharts=B5,a.NmorphIconTriangleDown=pn,a.NmorphIconTrophy=M5,a.NmorphIconTrophyBase=V5,a.NmorphIconTurnOff=H5,a.NmorphIconUmbrella=L5,a.NmorphIconUnlock=T5,a.NmorphIconUpload=W5,a.NmorphIconUploadFilled=P5,a.NmorphIconUser=Q5,a.NmorphIconUserFilled=G5,a.NmorphIconUsers=ef,a.NmorphIconVan=of,a.NmorphIconVideo=xr,a.NmorphIconVideoCamera=Br,a.NmorphIconVideoPause=sf,a.NmorphIconVideoPlay=pf,a.NmorphIconView=Br,a.NmorphIconWallet=kf,a.NmorphIconWalletFilled=_f,a.NmorphIconWarnTriangleFilled=Nr,a.NmorphIconWarning=vf,a.NmorphIconWatch=Ef,a.NmorphIconWindPower=zf,a.NmorphIconZoomIn=vr,a.NmorphIconZoomOut=$r,a.NmorphImage=gt,a.NmorphImageFit=Dn,a.NmorphImagePreview=Ar,a.NmorphImageResolution=wt,a.NmorphLibrary=s_,a.NmorphLink=jf,a.NmorphLinkTarget=Vr,a.NmorphNotificationPlacement=Qr,a.NmorphNotificationProvider=c_,a.NmorphNumberInput=p7,a.NmorphOTPInput=w7,a.NmorphOverflowProp=Er,a.NmorphOverlay=xt,a.NmorphPagination=g9,a.NmorphProgress=$9,a.NmorphRadio=kn,a.NmorphRadioGroup=yn,a.NmorphRadioStyleType=On,a.NmorphScroll=Tf,a.NmorphScrollBehavior=Cr,a.NmorphSelect=v7,a.NmorphSelectButton=W7,a.NmorphSelectButtonItem=Kr,a.NmorphSelectOption=Gr,a.NmorphSelectionDateType=Pn,a.NmorphShadowType=zt,a.NmorphSkeleton=M9,a.NmorphSkeletonItem=Tr,a.NmorphSkeletonItemPropsType=jr,a.NmorphSlider=M7,a.NmorphSortOrder=An,a.NmorphSwitch=H7,a.NmorphTabPane=l_,a.NmorphTable=Dr,a.NmorphTableCell=Or,a.NmorphTableColumn=Pr,a.NmorphTabs=a_,a.NmorphTagItem=fn,a.NmorphTagList=P9,a.NmorphTextInput=wn,a.NmorphTooltip=Rr,a.NmorphVideoResolution=bt,a.en=Ht,a.formatDateIntl=hn,a.getDecadeYears=zr,a.getMonthDaysByWeek=Lr,a.getMonthName=un,a.getTabContentId=xn,a.getTabLabelId=Bn,a.hasAnyRangeDateInNextMonth=Hr,a.hasAnyRangeDateInPrevMonth=Sr,a.isTodayInMonthRange=Ir,a.nmorphLog=Sn,a.resetTimeToZero=_e,a.resolution=Xg,a.ru=ua,a.useCalendarTexts=ft,a.useNmorph=ha,a.useNmorphBrowser=Fn,a.useNmorphNotification=pa,a.useNmorphTheme=qn,a.zh=fa,Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});
|