@nmorph/nmorph-ui-kit 3.0.20 → 3.0.21

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.umd.js CHANGED
@@ -705,7 +705,7 @@
705
705
  .${n} {
706
706
  ${t()}
707
707
  }
708
- `;return o},Ts=()=>{if(typeof document>"u"||document.getElementById("nmorph-common-styles"))return;const r=document.createElement("style");r.id="nmorph-common-styles",r.innerHTML=tr(),document.head.appendChild(r)},ke={thick:"thick-component",basic:"basic-component",thin:"thin-component"},$t={...ke,"extra-thin":"extra-thin-component"},Ls={row:"row",column:"column"},Kt={inset:"shadow-inset",outset:"shadow-outset",combined:"shadow-combined","not-defined":"shadow-not-defined"},or={accent:"accent",success:"success",error:"error",warning:"warning"},As={left:"left",right:"right",top:"top",bottom:"bottom"},Ds={nmorph:"nmorph",plain:"plain"},Ps={"display-large":"display-large","display-medium":"display-medium","title-large":"title-large",title:"title","title-small":"title-small","body-large":"body-large",body:"body","body-small":"body-small",caption:"caption",label:"label","control-large":"control-large",control:"control","control-small":"control-small","control-tiny":"control-tiny"},Os={regular:"regular",medium:"medium",semibold:"semibold",bold:"bold",extrabold:"extrabold"},Fs={text:"text",contrast:"contrast","semi-contrast":"semi-contrast",placeholder:"placeholder",focus:"focus",accent:"accent",success:"success",warning:"warning",error:"error",white:"white"},Rs={left:"left",center:"center",right:"right",justify:"justify",inherit:"inherit"},js={date:"date",dates:"dates",daterange:"daterange"},Ws={circle:"circle",square:"square"},$s={fill:"fill",contain:"contain",cover:"cover",none:"none","scale-down":"scale-down"},Ks={ascending:"ascending",descending:"descending"},Ut={en:"en",ru:"ru",zh:"zh"},Gt={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",pickATime:"Pick a time",loadFailedText:"Image loading failed",noElementPlaceholder:"Choose value",selectFile:"Select file"},Us=r=>{const o=r&&r.messages?{...r.messages,en:Gt}:{en:Gt},n=r&&r.locale?r.locale:Ut.en;return Me.createI18n({legacy:!1,locale:n,fallbackLocale:Ut.en,messages:o})},rr=()=>{const r=e.ref({width:0,height:0}),o=e.ref(0);let n,t;const l=()=>{clearTimeout(n),n=setTimeout(()=>{r.value.width=window.innerWidth,r.value.height=window.innerHeight},400)},i=()=>{clearTimeout(t),t=setTimeout(()=>{o.value=window.scrollY},400)};return typeof window<"u"&&(r.value.width=window.innerWidth,r.value.height=window.innerHeight,o.value=window.scrollY,window.addEventListener("resize",l),window.addEventListener("scroll",i)),{dimensions:r,scrollTop:o}},Gs={version:"3.0.20"},nr={error:{bg:"#000000",text:"red"},success:{bg:"#000000",text:"green"},warn:{bg:"#000000",text:"orange"},info:{bg:"#000000",text:"blue"}},ar=(r,o)=>{console.log(`%c ${o} `,`background: ${nr[r].bg}; color: ${nr[r].text}`)},Yt={info:"#4592c936",infoText:"#4592c9",success:"#2ba74833",successText:"#2ba748",error:"#e84f4f49",errorText:"#e84f4f",warn:"#e6a31c3f",warnText:"#E6A21C",gray:"#c9d2dee6",white:"#ffffff",black:"#000000",overlay:"#00000095"},Ys={darkShade:"#c4c8ca",main:"#e9ecec",lightShade:"#fcfcfc",text:"#687b9e",scrollThumb:"#687b9e",accent:"#4a90e2",focusText:"#ffffff",placeholderText:"#9aa8b3",semiContrastText:"#8a9dc0",contrastText:"#536381"},Zs={darkShade:"#131415",main:"#1c1f21",lightShade:"#242728",text:"#778288",scrollThumb:"#778288",accent:"#006cb6",focusText:"#ffffff",placeholderText:"#68747b",semiContrastText:"#9caab0",contrastText:"#c3cdd1"},Re="nmorph-data-theme",Ye={themes:{common:Yt,light:Ys,dark:Zs},defaultTheme:"dark",saveCurrentThemeToLS:!0,darkShadeGeneratorCoefficient:-45,lightShadeGeneratorCoefficient:45,other:{baseShadowWidth:"2px",baseShadowBlurCoefficient:"2"}},Xs=r=>/^#[0-9A-Fa-f]{6}$/.test(r),lr=r=>{if(!Xs(r))throw new Error(`Invalid hex color: ${r}`);return r},ir=(r,o)=>{const n={};return r.forEach(({name:t,color:l})=>{n[t]=l}),o.forEach(({name:t,color:l})=>{n[t]=l}),Object.entries(n).map(([t,l])=>({name:t,color:l}))},mt=(r,o)=>{let n=parseInt(r.substring(1,3),16),t=parseInt(r.substring(3,5),16),l=parseInt(r.substring(5,7),16);n=Math.round(n*(1+o/100)),t=Math.round(t*(1+o/100)),l=Math.round(l*(1+o/100)),n=Math.min(255,Math.max(0,n)),t=Math.min(255,Math.max(0,t)),l=Math.min(255,Math.max(0,l));const i=n.toString(16).padStart(2,"0"),a=t.toString(16).padStart(2,"0"),s=l.toString(16).padStart(2,"0");return`#${i}${a}${s}`},cr=r=>({themes:r?.themes??Ye.themes,defaultTheme:r?.defaultTheme??Ye.defaultTheme,saveCurrentThemeToLS:r?.saveCurrentThemeToLS??Ye.saveCurrentThemeToLS,darkShadeGeneratorCoefficient:r?.darkShadeGeneratorCoefficient??Ye.darkShadeGeneratorCoefficient,lightShadeGeneratorCoefficient:r?.lightShadeGeneratorCoefficient??Ye.lightShadeGeneratorCoefficient,other:r?.other??Ye.other}),Qs=(r,o)=>{try{const n=lr(o);return{darkShade:mt(n,r.darkShadeGeneratorCoefficient),lightShade:mt(n,r.lightShadeGeneratorCoefficient)}}catch(n){return console.error(n instanceof Error?n.message:n),{}}},Zt=r=>Object.entries(r).filter(([,o])=>typeof o=="string").map(([o,n])=>({name:`--nmorph-${lt(o)}-color`,color:n})),Js=(r,o)=>{const n=i=>i.map(a=>`${a.name}: ${a.color};`).join(" "),t=Object.entries(o).map(([i,a])=>`--${lt(i)}: ${a};`).join(" "),l=[];return Object.entries(r).forEach(([i,a])=>{const s=Zt(Yt);if(i==="common")l.push(n(ir(s,a)));else{const d=`
708
+ `;return o},Ts=()=>{if(typeof document>"u"||document.getElementById("nmorph-common-styles"))return;const r=document.createElement("style");r.id="nmorph-common-styles",r.innerHTML=tr(),document.head.appendChild(r)},ke={thick:"thick-component",basic:"basic-component",thin:"thin-component"},$t={...ke,"extra-thin":"extra-thin-component"},Ls={row:"row",column:"column"},Kt={inset:"shadow-inset",outset:"shadow-outset",combined:"shadow-combined","not-defined":"shadow-not-defined"},or={accent:"accent",success:"success",error:"error",warning:"warning"},As={left:"left",right:"right",top:"top",bottom:"bottom"},Ds={nmorph:"nmorph",plain:"plain"},Ps={"display-large":"display-large","display-medium":"display-medium","title-large":"title-large",title:"title","title-small":"title-small","body-large":"body-large",body:"body","body-small":"body-small",caption:"caption",label:"label","control-large":"control-large",control:"control","control-small":"control-small","control-tiny":"control-tiny"},Os={regular:"regular",medium:"medium",semibold:"semibold",bold:"bold",extrabold:"extrabold"},Fs={text:"text",contrast:"contrast","semi-contrast":"semi-contrast",placeholder:"placeholder",focus:"focus",accent:"accent",success:"success",warning:"warning",error:"error",white:"white"},Rs={left:"left",center:"center",right:"right",justify:"justify",inherit:"inherit"},js={date:"date",dates:"dates",daterange:"daterange"},Ws={circle:"circle",square:"square"},$s={fill:"fill",contain:"contain",cover:"cover",none:"none","scale-down":"scale-down"},Ks={ascending:"ascending",descending:"descending"},Ut={en:"en",ru:"ru",zh:"zh"},Gt={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",pickATime:"Pick a time",loadFailedText:"Image loading failed",noElementPlaceholder:"Choose value",selectFile:"Select file"},Us=r=>{const o=r&&r.messages?{...r.messages,en:Gt}:{en:Gt},n=r&&r.locale?r.locale:Ut.en;return Me.createI18n({legacy:!1,locale:n,fallbackLocale:Ut.en,messages:o})},rr=()=>{const r=e.ref({width:0,height:0}),o=e.ref(0);let n,t;const l=()=>{clearTimeout(n),n=setTimeout(()=>{r.value.width=window.innerWidth,r.value.height=window.innerHeight},400)},i=()=>{clearTimeout(t),t=setTimeout(()=>{o.value=window.scrollY},400)};return typeof window<"u"&&(r.value.width=window.innerWidth,r.value.height=window.innerHeight,o.value=window.scrollY,window.addEventListener("resize",l),window.addEventListener("scroll",i)),{dimensions:r,scrollTop:o}},Gs={version:"3.0.21"},nr={error:{bg:"#000000",text:"red"},success:{bg:"#000000",text:"green"},warn:{bg:"#000000",text:"orange"},info:{bg:"#000000",text:"blue"}},ar=(r,o)=>{console.log(`%c ${o} `,`background: ${nr[r].bg}; color: ${nr[r].text}`)},Yt={info:"#4592c936",infoText:"#4592c9",success:"#2ba74833",successText:"#2ba748",error:"#e84f4f49",errorText:"#e84f4f",warn:"#e6a31c3f",warnText:"#E6A21C",gray:"#c9d2dee6",white:"#ffffff",black:"#000000",overlay:"#00000095"},Ys={darkShade:"#c4c8ca",main:"#e9ecec",lightShade:"#fcfcfc",text:"#687b9e",scrollThumb:"#687b9e",accent:"#4a90e2",focusText:"#ffffff",placeholderText:"#9aa8b3",semiContrastText:"#8a9dc0",contrastText:"#536381"},Zs={darkShade:"#131415",main:"#1c1f21",lightShade:"#242728",text:"#778288",scrollThumb:"#778288",accent:"#006cb6",focusText:"#ffffff",placeholderText:"#68747b",semiContrastText:"#9caab0",contrastText:"#c3cdd1"},Re="nmorph-data-theme",Ye={themes:{common:Yt,light:Ys,dark:Zs},defaultTheme:"dark",saveCurrentThemeToLS:!0,darkShadeGeneratorCoefficient:-45,lightShadeGeneratorCoefficient:45,other:{baseShadowWidth:"2px",baseShadowBlurCoefficient:"2"}},Xs=r=>/^#[0-9A-Fa-f]{6}$/.test(r),lr=r=>{if(!Xs(r))throw new Error(`Invalid hex color: ${r}`);return r},ir=(r,o)=>{const n={};return r.forEach(({name:t,color:l})=>{n[t]=l}),o.forEach(({name:t,color:l})=>{n[t]=l}),Object.entries(n).map(([t,l])=>({name:t,color:l}))},mt=(r,o)=>{let n=parseInt(r.substring(1,3),16),t=parseInt(r.substring(3,5),16),l=parseInt(r.substring(5,7),16);n=Math.round(n*(1+o/100)),t=Math.round(t*(1+o/100)),l=Math.round(l*(1+o/100)),n=Math.min(255,Math.max(0,n)),t=Math.min(255,Math.max(0,t)),l=Math.min(255,Math.max(0,l));const i=n.toString(16).padStart(2,"0"),a=t.toString(16).padStart(2,"0"),s=l.toString(16).padStart(2,"0");return`#${i}${a}${s}`},cr=r=>({themes:r?.themes??Ye.themes,defaultTheme:r?.defaultTheme??Ye.defaultTheme,saveCurrentThemeToLS:r?.saveCurrentThemeToLS??Ye.saveCurrentThemeToLS,darkShadeGeneratorCoefficient:r?.darkShadeGeneratorCoefficient??Ye.darkShadeGeneratorCoefficient,lightShadeGeneratorCoefficient:r?.lightShadeGeneratorCoefficient??Ye.lightShadeGeneratorCoefficient,other:r?.other??Ye.other}),Qs=(r,o)=>{try{const n=lr(o);return{darkShade:mt(n,r.darkShadeGeneratorCoefficient),lightShade:mt(n,r.lightShadeGeneratorCoefficient)}}catch(n){return console.error(n instanceof Error?n.message:n),{}}},Zt=r=>Object.entries(r).filter(([,o])=>typeof o=="string").map(([o,n])=>({name:`--nmorph-${lt(o)}-color`,color:n})),Js=(r,o)=>{const n=i=>i.map(a=>`${a.name}: ${a.color};`).join(" "),t=Object.entries(o).map(([i,a])=>`--${lt(i)}: ${a};`).join(" "),l=[];return Object.entries(r).forEach(([i,a])=>{const s=Zt(Yt);if(i==="common")l.push(n(ir(s,a)));else{const d=`
709
709
  &[${Re}='${i}'] {
710
710
  ${n(a)}
711
711
  }
@@ -714,13 +714,13 @@
714
714
  ${l.join(" ")}
715
715
  ${t}
716
716
  }
717
- `},ed=r=>{const o={};return Object.entries(r.themes).forEach(([n,t])=>{o[n]=[];const l=!!t.darkShade,i=!!t.lightShade;!!t.main&&!l&&!i&&t.main&&(o[n]=Zt(Qs(r,t.main))),o[n]=[...o[n],...Zt(t)]}),o},td=r=>{const o=cr(r);return Js(ed(o),o.other)},sr=r=>{ar("warn",`NMORPH(v${Gs.version})`);const o=cr(r),n=S=>{try{const _=lr(S);return{darkShade:mt(_,o.darkShadeGeneratorCoefficient),lightShade:mt(_,o.lightShadeGeneratorCoefficient)}}catch(_){return console.error(_ instanceof Error?_.message:_),{}}},t=S=>{const _=n(S);return l(_)},l=S=>Object.entries(S).filter(([,_])=>typeof _=="string").map(([_,v])=>({name:`--nmorph-${lt(_)}-color`,color:v})),i=(S,_)=>{const v=I=>I.map(M=>`${M.name}: ${M.color};`).join(" "),y=Object.entries(_).map(([I,M])=>`--${lt(I)}: ${M};`).join(" "),E=[];return Object.entries(S).forEach(([I,M])=>{const V=l(Yt);if(I==="common")E.push(v(ir(V,M)));else{const k=`
717
+ `},ed=r=>{const o={};return Object.entries(r.themes).forEach(([n,t])=>{o[n]=[];const l=!!t.darkShade,i=!!t.lightShade;!!t.main&&!l&&!i&&t.main&&(o[n]=Zt(Qs(r,t.main))),o[n]=[...o[n],...Zt(t)]}),o},td=r=>{const o=cr(r);return Js(ed(o),o.other)},sr=r=>{ar("warn",`NMORPH(v${Gs.version})`);const o=cr(r),n=S=>{try{const k=lr(S);return{darkShade:mt(k,o.darkShadeGeneratorCoefficient),lightShade:mt(k,o.lightShadeGeneratorCoefficient)}}catch(k){return console.error(k instanceof Error?k.message:k),{}}},t=S=>{const k=n(S);return l(k)},l=S=>Object.entries(S).filter(([,k])=>typeof k=="string").map(([k,v])=>({name:`--nmorph-${lt(k)}-color`,color:v})),i=(S,k)=>{const v=I=>I.map(M=>`${M.name}: ${M.color};`).join(" "),b=Object.entries(k).map(([I,M])=>`--${lt(I)}: ${M};`).join(" "),E=[];return Object.entries(S).forEach(([I,M])=>{const V=l(Yt);if(I==="common")E.push(v(ir(V,M)));else{const _=`
718
718
  &[${Re}='${I}'] {
719
719
  ${v(M)}
720
720
  }
721
- `;E.push(k)}}),`
721
+ `;E.push(_)}}),`
722
722
  :root {
723
723
  ${E.join(" ")}
724
- ${y}
724
+ ${b}
725
725
  }
726
- `},a=S=>{const _={};return Object.entries(S).forEach(([v,y])=>{_[v]=[];const E=!!y.darkShade,I=!!y.lightShade;!!y.main&&!E&&!I&&y.main&&(_[v]=t(y.main)),_[v]=[..._[v],...l(y)]}),_},s=typeof document<"u",d=e.ref(o.defaultTheme);let p=a(o.themes),h=null;s&&(h=document.getElementById("nmorph-theme-styles"),h||(h=document.createElement("style"),h.id="nmorph-theme-styles",h.type="text/css",document.head.appendChild(h)),h.innerHTML=i(p,o.other));const f=()=>{p=a(o.themes),h&&(h.innerHTML=i(p,o.other))},m=S=>{d.value=S,s&&(document.documentElement.setAttribute(Re,d.value),!(typeof localStorage>"u")&&(o.saveCurrentThemeToLS?localStorage.setItem(Re,S):localStorage.removeItem(Re)))},u=(S,_)=>{const v=_.main&&!_.darkShade&&!_.lightShade?n(_.main):{};o.themes[S]={...o.themes[S],..._,...v},f()},w=(S,_)=>{_&&u(S,_),m(S)},g=()=>{const S=document.documentElement.getAttribute(Re),_=typeof localStorage<"u"?localStorage.getItem(Re):null,v=_?p[_]:void 0,y=S?p[S]:void 0;return o.saveCurrentThemeToLS&&_&&v?_:S&&y?S:d.value};s?document.documentElement.hasAttribute(Re)?window.requestAnimationFrame(()=>m(g())):m(g()):m(d.value);const B=o;return{setTheme:m,setThemeColors:u,applyTheme:w,currentTheme:e.readonly(d),data:B,getDynamicColorVariables:t}},od=(r={})=>{const o=e.ref(r.base??1e3);return{current:o,next:()=>(o.value+=1,o.value)}},rd={sun:"Вс",mon:"Пн",tue:"Вт",wed:"Ср",thu:"Чт",fri:"Пт",sat:"Сб",jan:"Январь",feb:"Февраль",mar:"Март",apr:"Апрель",may:"Май",jun:"Июнь",jul:"Июль",aug:"Август",sep:"Сентябрь",oct:"Октябрь",nov:"Ноябрь",dec:"Декабрь",pickADate:"Выберите дату",pickATime:"Выберите время",loadFailedText:"Не удалось загрузить изображение",noElementPlaceholder:"Выберите значение",selectFile:"Выберите файл"},nd={sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六",jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月",pickADate:"选择日期",pickATime:"选择时间",loadFailedText:"图片加载失败",noElementPlaceholder:"选择值",selectFile:"选择文件"},ad=()=>{const r=e.inject("nmorph");if(!r)throw new Error("Nmorph instance is not provided");return r},ld=()=>{const r=e.ref([]),o={duration:3e3,closable:!0,fill:!0,width:"330px"},n=l=>{const i={id:Ue(),...o},a=e.reactive({...i,...l});r.value.push(a),a.duration!==0&&setTimeout(()=>t(a.id),a.duration)},t=l=>{r.value=r.value.filter(i=>i.id!==l)};return{notifications:r,notify:n,removeNotification:t}},id={install(r,o={}){if(!o?.i18n?.outsideMessagesMerge){const a=Us(o.i18n),d=r.__VUE_I18N__?.global,p=!!(r.component("i18n-t")||r.component("I18nT")||r.directive("t"));d?.mergeLocaleMessage?(a.global.messages.value&&Object.entries(a.global.messages.value).forEach(([h,f])=>{d.mergeLocaleMessage?.(h,f)}),d.locale&&a.global.locale.value&&(d.locale.value=a.global.locale.value)):p||r.use(a)}Ts();const n=sr(o.theme),t=rr(),l=od(o.zIndex),i={theme:n,browser:t,zIndex:l};return r.provide("nmorph",i),r}},cd=e.defineComponent({__name:"NmorphButton",props:{design:{type:null,required:!1,default:"nmorph"},borderless:{type:Boolean,required:!1,default:!1},color:{type:String,required:!1},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},toggle:{type:Boolean,required:!1,default:!1},modelValue:{type:Boolean,required:!1,default:void 0},active:{type:Boolean,required:!1,default:!1},danger:{type:Boolean,required:!1,default:!1},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.useSlots(),a=e.computed(()=>!!i.icon),s=e.computed(()=>!!i["icon-only"]),d=e.computed(()=>t.active||!!t.modelValue),p=v=>v.flatMap(y=>y.type===e.Fragment&&Array.isArray(y.children)?p(y.children):y),h=v=>v.type===e.Comment||v.type===e.Text&&typeof v.children=="string"&&v.children.trim()==="",f=()=>{const v=p(i.default?.()??[]).filter(y=>!h(y));return v.length>0&&v.every(y=>y.type===e.Text)},m=e.computed(()=>K({nmorph:[ke[t.thickness],t.fill&&"fill"],"nmorph-button":[t.design,t.shape,t.disabled&&"disabled",t.accentBgOnHover&&"accent-bg-on-hover",t.ripple&&"ripple",s.value&&"icon-only",t.color&&"custom-color",t.design==="plain"&&t.borderless&&"borderless",d.value&&"active",t.danger&&"danger"]})),u=e.ref(null),w={thin:"12px",basic:"16px",thick:"24px"},g=e.computed(()=>w[t.thickness]),B=e.computed(()=>t.color?{"--nmorph-private-button-color":t.color,"--nmorph-private-button-plain-color":t.color,"--nmorph-private-button-hover-color":`color-mix(in srgb, ${t.color} 75%, var(--nmorph-white-color))`}:{}),S=()=>{!t.toggle||t.disabled||t.loading||l("update:model-value",!t.modelValue)};o({buttonDOMElement:u});const _={props:t,emit:l,slots:i,hasIconSlot:a,hasIconOnlySlot:s,active:d,flattenSlotNodes:p,isEmptySlotNode:h,hasTextOnlyDefaultSlot:f,modifiers:m,buttonDOMElement:u,loadingIconSizeMap:w,loadingIconSize:g,buttonColorStyles:B,toggleClickHandler:S,get NmorphIcon(){return ie},get NmorphIconLoader(){return He}};return Object.defineProperty(_,"__isScriptSetup",{enumerable:!1,value:!0}),_}}),W=(r,o)=>{const n=r.__vccOpts||r;for(const[t,l]of o)n[t]=l;return n},sd=["disabled","loading","type","tabindex","aria-pressed"],dd={key:1,class:"nmorph-button__label"},md={key:3,class:"nmorph-button__label"};function pd(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.buttonColorStyles)},[e.createElementVNode("button",{ref:"buttonDOMElement",class:"nmorph-button__content",disabled:t.props.disabled,loading:t.props.loading,type:t.props.type,tabindex:t.props.tabindex,"aria-pressed":t.props.toggle?t.active:void 0,onClick:t.toggleClickHandler},[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,width:t.loadingIconSize,height:t.loadingIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1},8,["width","height"])):t.hasIconOnlySlot?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"icon-only")]),_:3})):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[t.hasIconSlot?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"icon")]),_:3})):e.createCommentVNode("v-if",!0),t.hasTextOnlyDefaultSlot()?(e.openBlock(),e.createElementBlock("span",dd,[e.renderSlot(r.$slots,"default")])):e.renderSlot(r.$slots,"default",{key:2}),t.props.text!==void 0?(e.openBlock(),e.createElementBlock("span",md,e.toDisplayString(t.props.text),1)):e.createCommentVNode("v-if",!0),e.renderSlot(r.$slots,"append")],64))],8,sd)],6)}const Be=W(cd,[["render",pd],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-button/NmorphButton.vue"]]),hd={submit:"submit",reset:"reset",button:"button"},fd={default:"default",square:"square",round:"round",circle:"circle"},ud=e.defineComponent({__name:"NmorphIcon",props:{size:{type:null,required:!1,default:"small"},width:{type:String,required:!1},height:{type:String,required:!1},color:{type:String,required:!1}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-icon":[!n.width&&!n.height&&n.size,n.width&&"custom-width",n.height&&"custom-height"]})),l=e.computed(()=>{const a={};return n.width&&(a["--nmorph-private-icon-width"]=n.width),n.height&&(a["--nmorph-private-icon-height"]=n.height),n.color&&(a["--nmorph-private-icon-color"]=n.color),a}),i={props:n,modifiers:t,customStyles:l};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}}),gd={class:"nmorph-icon__content"};function wd(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.customStyles)},[e.createElementVNode("div",gd,[e.renderSlot(r.$slots,"default")])],6)}const ie=W(ud,[["render",wd],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-icon/NmorphIcon.vue"]]),bd={small:"small",medium:"medium",large:"large"},yd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _d(r,o){return e.openBlock(),e.createElementBlock("svg",yd,[...o[0]||(o[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 dr={render:_d},kd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Nd(r,o){return e.openBlock(),e.createElementBlock("svg",kd,[...o[0]||(o[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 mr={render:Nd},Bd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xd(r,o){return e.openBlock(),e.createElementBlock("svg",Bd,[...o[0]||(o[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 pr={render:xd},Vd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vd(r,o){return e.openBlock(),e.createElementBlock("svg",Vd,[...o[0]||(o[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 hr={render:vd},Sd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 36 32"};function Ed(r,o){return e.openBlock(),e.createElementBlock("svg",Sd,[...o[0]||(o[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 Xt={render:Ed},Cd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Id(r,o){return e.openBlock(),e.createElementBlock("svg",Cd,[...o[0]||(o[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 fr={render:Id},Md={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zd(r,o){return e.openBlock(),e.createElementBlock("svg",Md,[...o[0]||(o[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 Qt={render:zd},Hd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qd(r,o){return e.openBlock(),e.createElementBlock("svg",Hd,[...o[0]||(o[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 Jt={render:qd},Td={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ld(r,o){return e.openBlock(),e.createElementBlock("svg",Td,[...o[0]||(o[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 ur={render:Ld},Ad={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Dd(r,o){return e.openBlock(),e.createElementBlock("svg",Ad,[...o[0]||(o[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 pt={render:Dd},Pd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Od(r,o){return e.openBlock(),e.createElementBlock("svg",Pd,[...o[0]||(o[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 ht={render:Od},Fd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rd(r,o){return e.openBlock(),e.createElementBlock("svg",Fd,[...o[0]||(o[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 gr={render:Rd},jd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Wd(r,o){return e.openBlock(),e.createElementBlock("svg",jd,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M195.2 828.8a448 448 0 1 1 633.6-633.6 448 448 0 0 1-633.6 633.6m45.248-45.248a384 384 0 1 0 543.104-543.104 384 384 0 0 0-543.104 543.104"},null,-1),e.createElementVNode("path",{d:"M497.472 96.896c22.784 4.672 44.416 9.472 64.896 14.528a256.128 256.128 0 0 0 350.208 350.208c5.056 20.48 9.856 42.112 14.528 64.896A320.128 320.128 0 0 1 497.472 96.896M108.48 491.904a320.128 320.128 0 0 1 423.616 423.68c-23.04-3.648-44.992-7.424-65.728-11.52a256.128 256.128 0 0 0-346.496-346.432 1737 1737 0 0 1-11.392-65.728"},null,-1)])])}const wr={render:Wd},$d={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Kd(r,o){return e.openBlock(),e.createElementBlock("svg",$d,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M778.752 788.224a382.46 382.46 0 0 0 116.032-245.632 256.51 256.51 0 0 0-241.728-13.952 762.9 762.9 0 0 1 125.696 259.584m-55.04 44.224a699.65 699.65 0 0 0-125.056-269.632 256.13 256.13 0 0 0-56.064 331.968 382.7 382.7 0 0 0 181.12-62.336m-254.08 61.248A320.13 320.13 0 0 1 557.76 513.6a716 716 0 0 0-48.192-48.128 320.13 320.13 0 0 1-379.264 88.384 382.4 382.4 0 0 0 110.144 229.696 382.4 382.4 0 0 0 229.184 110.08zM129.28 481.088a256.13 256.13 0 0 0 331.072-56.448 699.65 699.65 0 0 0-268.8-124.352 382.66 382.66 0 0 0-62.272 180.8m106.56-235.84a762.9 762.9 0 0 1 258.688 125.056 256.51 256.51 0 0 0-13.44-241.088A382.46 382.46 0 0 0 235.84 245.248m318.08-114.944c40.576 89.536 37.76 193.92-8.448 281.344a780 780 0 0 1 66.176 66.112 320.83 320.83 0 0 1 282.112-8.128 382.4 382.4 0 0 0-110.144-229.12 382.4 382.4 0 0 0-229.632-110.208zM828.8 828.8a448 448 0 1 1-633.6-633.6 448 448 0 0 1 633.6 633.6"},null,-1)])])}const br={render:Kd},Ud={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Gd(r,o){return e.openBlock(),e.createElementBlock("svg",Ud,[...o[0]||(o[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 yr={render:Gd},Yd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zd(r,o){return e.openBlock(),e.createElementBlock("svg",Yd,[...o[0]||(o[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 _r={render:Zd},Xd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qd(r,o){return e.openBlock(),e.createElementBlock("svg",Xd,[...o[0]||(o[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 kr={render:Qd},Jd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function e0(r,o){return e.openBlock(),e.createElementBlock("svg",Jd,[...o[0]||(o[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 Nr={render:e0},t0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o0(r,o){return e.openBlock(),e.createElementBlock("svg",t0,[...o[0]||(o[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 Br={render:o0},r0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n0(r,o){return e.openBlock(),e.createElementBlock("svg",r0,[...o[0]||(o[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 xr={render:n0},a0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function l0(r,o){return e.openBlock(),e.createElementBlock("svg",a0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M714.432 704a351.74 351.74 0 0 0 148.16-256H161.408a351.74 351.74 0 0 0 148.16 256zM288 766.592A415.68 415.68 0 0 1 96 416a32 32 0 0 1 32-32h768a32 32 0 0 1 32 32 415.68 415.68 0 0 1-192 350.592V832a64 64 0 0 1-64 64H352a64 64 0 0 1-64-64zM493.248 320h-90.496l254.4-254.4a32 32 0 1 1 45.248 45.248zm187.328 0h-128l269.696-155.712a32 32 0 0 1 32 55.424zM352 768v64h320v-64z"},null,-1)])])}const Vr={render:l0},i0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c0(r,o){return e.openBlock(),e.createElementBlock("svg",i0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M317.056 128 128 344.064V896h768V344.064L706.944 128zm-14.528-64h418.944a32 32 0 0 1 24.064 10.88l206.528 236.096A32 32 0 0 1 960 332.032V928a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V332.032a32 32 0 0 1 7.936-21.12L278.4 75.008A32 32 0 0 1 302.528 64"},null,-1),e.createElementVNode("path",{d:"M64 320h896v64H64z"},null,-1),e.createElementVNode("path",{d:"M448 327.872V640h128V327.872L526.08 128h-28.16zM448 64h128l64 256v352a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V320z"},null,-1)])])}const vr={render:c0},s0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d0(r,o){return e.openBlock(),e.createElementBlock("svg",s0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M320 320V128h384v192h192v192H128V320zM128 576h768v320H128zm256-256h256.064V192H384z"},null,-1)])])}const Sr={render:d0},m0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p0(r,o){return e.openBlock(),e.createElementBlock("svg",m0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M608 704v160a96 96 0 0 1-192 0V704h-96a128 128 0 0 1-128-128h640a128 128 0 0 1-128 128zM192 512V128.064h640V512z"},null,-1)])])}const Er={render:p0},h0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f0(r,o){return e.openBlock(),e.createElementBlock("svg",h0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M896 448H128v192a64 64 0 0 0 64 64h192v192h256V704h192a64 64 0 0 0 64-64zm-770.752-64c0-47.552 5.248-90.24 15.552-128 14.72-54.016 42.496-107.392 83.2-160h417.28l-15.36 70.336L736 96h211.2c-24.832 42.88-41.92 96.256-51.2 160a664 664 0 0 0-6.144 128H960v256a128 128 0 0 1-128 128H704v160a32 32 0 0 1-32 32H352a32 32 0 0 1-32-32V768H192A128 128 0 0 1 64 640V384zm64 0h636.544c-2.048-45.824.256-91.584 6.848-137.216 4.48-30.848 10.688-59.776 18.688-86.784h-96.64l-221.12 141.248L561.92 160H256.512c-25.856 37.888-43.776 75.456-53.952 112.832-8.768 32.064-13.248 69.12-13.312 111.168"},null,-1)])])}const Cr={render:f0},u0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function g0(r,o){return e.openBlock(),e.createElementBlock("svg",u0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z"},null,-1)])])}const eo={render:g0},w0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function b0(r,o){return e.openBlock(),e.createElementBlock("svg",w0,[...o[0]||(o[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 to={render:b0},y0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _0(r,o){return e.openBlock(),e.createElementBlock("svg",y0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M160 224a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h704a64 64 0 0 0 64-64V288a64 64 0 0 0-64-64H748.416l-46.464-92.672A64 64 0 0 0 644.736 96H379.328a64 64 0 0 0-57.216 35.392L275.776 224zm352 435.2a115.2 115.2 0 1 0 0-230.4 115.2 115.2 0 0 0 0 230.4m0 140.8a256 256 0 1 1 0-512 256 256 0 0 1 0 512"},null,-1)])])}const Ir={render:_0},k0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N0(r,o){return e.openBlock(),e.createElementBlock("svg",k0,[...o[0]||(o[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 Mr={render:N0},B0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x0(r,o){return e.openBlock(),e.createElementBlock("svg",B0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m192 384 320 384 320-384z"},null,-1)])])}const zr={render:x0},V0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v0(r,o){return e.openBlock(),e.createElementBlock("svg",V0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M672 192 288 511.936 672 832z"},null,-1)])])}const Hr={render:v0},S0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E0(r,o){return e.openBlock(),e.createElementBlock("svg",S0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M384 192v640l384-320.064z"},null,-1)])])}const qr={render:E0},C0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I0(r,o){return e.openBlock(),e.createElementBlock("svg",C0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M512 320 192 704h639.936z"},null,-1)])])}const Tr={render:I0},M0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z0(r,o){return e.openBlock(),e.createElementBlock("svg",M0,[...o[0]||(o[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 Lr={render:z0},H0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q0(r,o){return e.openBlock(),e.createElementBlock("svg",H0,[...o[0]||(o[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 Ar={render:q0},T0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L0(r,o){return e.openBlock(),e.createElementBlock("svg",T0,[...o[0]||(o[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 Dr={render:L0},A0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D0(r,o){return e.openBlock(),e.createElementBlock("svg",A0,[...o[0]||(o[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 Pr={render:D0},P0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O0(r,o){return e.openBlock(),e.createElementBlock("svg",P0,[...o[0]||(o[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 Or={render:O0},F0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R0(r,o){return e.openBlock(),e.createElementBlock("svg",F0,[...o[0]||(o[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 Fr={render:R0},j0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W0(r,o){return e.openBlock(),e.createElementBlock("svg",j0,[...o[0]||(o[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 Rr={render:W0},$0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K0(r,o){return e.openBlock(),e.createElementBlock("svg",$0,[...o[0]||(o[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 jr={render:K0},U0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G0(r,o){return e.openBlock(),e.createElementBlock("svg",U0,[...o[0]||(o[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 Wr={render:G0},Y0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z0(r,o){return e.openBlock(),e.createElementBlock("svg",Y0,[...o[0]||(o[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 $r={render:Z0},X0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function Q0(r,o){return e.openBlock(),e.createElementBlock("svg",X0,[...o[0]||(o[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 oo={render:Q0},J0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function e2(r,o){return e.openBlock(),e.createElementBlock("svg",J0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M16 2 4 16l12 14 2-2L8 16 18 4Z"},null,-1),e.createElementVNode("path",{d:"M26 2 14 16l12 14 2-2-10-12L28 4Z"},null,-1)])])}const Kr={render:e2},t2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function o2(r,o){return e.openBlock(),e.createElementBlock("svg",t2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m16 2 12 14-12 14-2-2 10-12L14 4Z"},null,-1),e.createElementVNode("path",{d:"m6 2 12 14L6 30l-2-2 10-12L4 4Z"},null,-1)])])}const Ur={render:o2},r2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function n2(r,o){return e.openBlock(),e.createElementBlock("svg",r2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M2 18 16 6l14 12-2 2-12-10L4 20Z"},null,-1),e.createElementVNode("path",{d:"m2 28 14-12 14 12-2 2-12-10L4 30Z"},null,-1)])])}const Gr={render:n2},a2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function l2(r,o){return e.openBlock(),e.createElementBlock("svg",a2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m2 12 14 12 14-12-2-2-12 10L4 10Z"},null,-1)])])}const Pe={render:l2},i2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function c2(r,o){return e.openBlock(),e.createElementBlock("svg",i2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M20 2 8 16l12 14 2-2-10-12L22 4Z"},null,-1)])])}const ro={render:c2},s2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function d2(r,o){return e.openBlock(),e.createElementBlock("svg",s2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m12 2 12 14-12 14-2-2 10-12L10 4Z"},null,-1)])])}const no={render:d2},m2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function p2(r,o){return e.openBlock(),e.createElementBlock("svg",m2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M2 20 16 8l14 12-2 2-12-10L4 22Z"},null,-1)])])}const Yr={render:p2},h2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f2(r,o){return e.openBlock(),e.createElementBlock("svg",h2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M349.952 716.992 478.72 588.16a106.7 106.7 0 0 1-26.176-19.072 106.7 106.7 0 0 1-19.072-26.176L304.704 671.744c.768 3.072 1.472 6.144 2.048 9.216l2.048 31.936 31.872 1.984c3.136.64 6.208 1.28 9.28 2.112m57.344 33.152a128 128 0 1 1-216.32 114.432l-1.92-32-32-1.92a128 128 0 1 1 114.432-216.32L416.64 469.248c-2.432-101.44 58.112-239.104 149.056-330.048 107.328-107.328 231.296-85.504 316.8 0 85.44 85.44 107.328 209.408 0 316.8-91.008 90.88-228.672 151.424-330.112 149.056L407.296 750.08zm90.496-226.304c49.536 49.536 233.344-7.04 339.392-113.088 78.208-78.208 63.232-163.072 0-226.304-63.168-63.232-148.032-78.208-226.24 0C504.896 290.496 448.32 474.368 497.792 523.84M244.864 708.928a64 64 0 1 0-59.84 59.84l56.32-3.52zm8.064 127.68a64 64 0 1 0 59.84-59.84l-56.32 3.52z"},null,-1)])])}const Zr={render:f2},u2={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function g2(r,o){return e.openBlock(),e.createElementBlock("svg",u2,[...o[0]||(o[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 Xr={render:g2},w2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b2(r,o){return e.openBlock(),e.createElementBlock("svg",w2,[...o[0]||(o[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 Qr={render:b2},y2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _2(r,o){return e.openBlock(),e.createElementBlock("svg",y2,[...o[0]||(o[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 Jr={render:_2},k2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N2(r,o){return e.openBlock(),e.createElementBlock("svg",k2,[...o[0]||(o[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 ao={render:N2},B2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x2(r,o){return e.openBlock(),e.createElementBlock("svg",B2,[...o[0]||(o[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 lo={render:x2},V2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v2(r,o){return e.openBlock(),e.createElementBlock("svg",V2,[...o[0]||(o[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 en={render:v2},S2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E2(r,o){return e.openBlock(),e.createElementBlock("svg",S2,[...o[0]||(o[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 tn={render:E2},C2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I2(r,o){return e.openBlock(),e.createElementBlock("svg",C2,[...o[0]||(o[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 io={render:I2},M2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function z2(r,o){return e.openBlock(),e.createElementBlock("svg",M2,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M11 3h10v3h4v23H7V6h4Zm2 2v4h6V5ZM9 8v19h14V8h-2v3H11V8Zm5 13.5-3.2-3.1-1.5 1.5 4.8 4.7 8.7-9.4-1.5-1.4Z","clip-rule":"evenodd"},null,-1)])])}const on={render:z2},H2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function q2(r,o){return e.openBlock(),e.createElementBlock("svg",H2,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M11 3h10v3h4v23H7V6h4Zm2 2v4h6V5ZM9 8v19h14V8h-2v3H11V8Z","clip-rule":"evenodd"},null,-1)])])}const rn={render:q2},T2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L2(r,o){return e.openBlock(),e.createElementBlock("svg",T2,[...o[0]||(o[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 nn={render:L2},A2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D2(r,o){return e.openBlock(),e.createElementBlock("svg",A2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496"},null,-1)])])}const an={render:D2},P2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O2(r,o){return e.openBlock(),e.createElementBlock("svg",P2,[...o[0]||(o[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 ln={render:O2},F2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 28"};function R2(r,o){return e.openBlock(),e.createElementBlock("svg",F2,[...o[0]||(o[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 cn={render:R2},j2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W2(r,o){return e.openBlock(),e.createElementBlock("svg",j2,[...o[0]||(o[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 sn={render:W2},$2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K2(r,o){return e.openBlock(),e.createElementBlock("svg",$2,[...o[0]||(o[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 dn={render:K2},U2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G2(r,o){return e.openBlock(),e.createElementBlock("svg",U2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M768 64a192 192 0 1 1-69.952 370.88L480 725.376V896h96a32 32 0 1 1 0 64H320a32 32 0 1 1 0-64h96V725.376L76.8 273.536a64 64 0 0 1-12.8-38.4v-10.688a32 32 0 0 1 32-32h71.808l-65.536-83.84a32 32 0 0 1 50.432-39.424l96.256 123.264h337.728A192.06 192.06 0 0 1 768 64M656.896 192.448H800a32 32 0 0 1 32 32v10.624a64 64 0 0 1-12.8 38.4l-80.448 107.2a128 128 0 1 0-81.92-188.16v-.064zm-357.888 64 129.472 165.76a32 32 0 0 1-50.432 39.36l-160.256-205.12H144l304 404.928 304-404.928z"},null,-1)])])}const mn={render:G2},Y2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z2(r,o){return e.openBlock(),e.createElementBlock("svg",Y2,[...o[0]||(o[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 pn={render:Z2},X2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q2(r,o){return e.openBlock(),e.createElementBlock("svg",X2,[...o[0]||(o[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 hn={render:Q2},J2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function em(r,o){return e.openBlock(),e.createElementBlock("svg",J2,[...o[0]||(o[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 fn={render:em},tm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function om(r,o){return e.openBlock(),e.createElementBlock("svg",tm,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M736 504a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112M128 128v640h192v160l224-160h352V128z"},null,-1)])])}const un={render:om},rm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function nm(r,o){return e.openBlock(),e.createElementBlock("svg",rm,[...o[0]||(o[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 gn={render:nm},am={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function lm(r,o){return e.openBlock(),e.createElementBlock("svg",am,[...o[0]||(o[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 wn={render:lm},im={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cm(r,o){return e.openBlock(),e.createElementBlock("svg",im,[...o[0]||(o[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 bn={render:cm},sm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function dm(r,o){return e.openBlock(),e.createElementBlock("svg",sm,[...o[0]||(o[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 yn={render:dm},mm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function pm(r,o){return e.openBlock(),e.createElementBlock("svg",mm,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M20 8V0H6L0 6v18h12v8h20V8zM6 2.828V6H2.828zM2 22V8h6V2h10v6l-6 6v8zm16-11.172V14h-3.172zM30 30H14V16h6v-6h10z"},null,-1)])])}const _n={render:pm},hm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fm(r,o){return e.openBlock(),e.createElementBlock("svg",hm,[...o[0]||(o[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 kn={render:fm},um={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gm(r,o){return e.openBlock(),e.createElementBlock("svg",um,[...o[0]||(o[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 Nn={render:gm},wm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bm(r,o){return e.openBlock(),e.createElementBlock("svg",wm,[...o[0]||(o[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 Bn={render:bm},ym={xmlns:"http://www.w3.org/2000/svg",viewBox:"0.5 0.5 19 19"};function _m(r,o){return e.openBlock(),e.createElementBlock("svg",ym,[...o[0]||(o[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 Ze={render:_m},km={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Nm(r,o){return e.openBlock(),e.createElementBlock("svg",km,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M16 3C9.4 3 5 5.2 5 8v16c0 2.8 4.4 5 11 5s11-2.2 11-5V8c0-2.8-4.4-5-11-5m0 2c5.7 0 9 1.8 9 3s-3.3 3-9 3-9-1.8-9-3 3.3-3 9-3m-9 6.1V16c0 1.2 3.3 3 9 3s9-1.8 9-3v-4.9c-2 1.3-5.2 1.9-9 1.9s-7-.6-9-1.9m0 8V24c0 1.2 3.3 3 9 3s9-1.8 9-3v-4.9c-2 1.3-5.2 1.9-9 1.9s-7-.6-9-1.9","clip-rule":"evenodd"},null,-1)])])}const xn={render:Nm},Bm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xm(r,o){return e.openBlock(),e.createElementBlock("svg",Bm,[...o[0]||(o[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 Vn={render:xm},Vm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vm(r,o){return e.openBlock(),e.createElementBlock("svg",Vm,[...o[0]||(o[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 vn={render:vm},Sm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Em(r,o){return e.openBlock(),e.createElementBlock("svg",Sm,[...o[0]||(o[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 Sn={render:Em},Cm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Im(r,o){return e.openBlock(),e.createElementBlock("svg",Cm,[...o[0]||(o[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 En={render:Im},Mm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function zm(r,o){return e.openBlock(),e.createElementBlock("svg",Mm,[...o[0]||(o[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 ft={render:zm},Hm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qm(r,o){return e.openBlock(),e.createElementBlock("svg",Hm,[...o[0]||(o[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 Cn={render:qm},Tm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Lm(r,o){return e.openBlock(),e.createElementBlock("svg",Tm,[...o[0]||(o[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 In={render:Lm},Am={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Dm(r,o){return e.openBlock(),e.createElementBlock("svg",Am,[...o[0]||(o[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 Mn={render:Dm},Pm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Om(r,o){return e.openBlock(),e.createElementBlock("svg",Pm,[...o[0]||(o[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 zn={render:Om},Fm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rm(r,o){return e.openBlock(),e.createElementBlock("svg",Fm,[...o[0]||(o[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 Hn={render:Rm},jm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Wm(r,o){return e.openBlock(),e.createElementBlock("svg",jm,[...o[0]||(o[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 qn={render:Wm},$m={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Km(r,o){return e.openBlock(),e.createElementBlock("svg",$m,[...o[0]||(o[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 Xe={render:Km},Um={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Gm(r,o){return e.openBlock(),e.createElementBlock("svg",Um,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M12 8c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M24 8c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M12 16c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M24 16c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M12 24c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M24 24c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2"},null,-1)])])}const Tn={render:Gm},Ym={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zm(r,o){return e.openBlock(),e.createElementBlock("svg",Ym,[...o[0]||(o[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 Ln={render:Zm},Xm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qm(r,o){return e.openBlock(),e.createElementBlock("svg",Xm,[...o[0]||(o[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 An={render:Qm},Jm={viewBox:"0 0 32 32"};function e1(r,o){return e.openBlock(),e.createElementBlock("svg",Jm,[...o[0]||(o[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 ut={render:e1},t1={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 1024 1024"};function o1(r,o){return e.openBlock(),e.createElementBlock("svg",t1,[...o[0]||(o[0]=[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"96",d:"M392 392 168 168m0 0h184m-184 0v184M632 392l224-224m0 0H672m184 0v184M392 632 168 856m0 0h184m-184 0V672M632 632l224 224m0 0H672m184 0V672"},null,-1)])])}const Dn={render:o1},r1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function n1(r,o){return e.openBlock(),e.createElementBlock("svg",r1,[...o[0]||(o[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 Qe={render:n1},a1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function l1(r,o){return e.openBlock(),e.createElementBlock("svg",a1,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M5 5h11v3H8v16h16v-8h3v11H5Z"},null,-1),e.createElementVNode("path",{d:"M19 5h8v8h-3v-2.9L13.6 20.4l-2-2L22 8h-3Z"},null,-1)])])}const gt={render:l1},i1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c1(r,o){return e.openBlock(),e.createElementBlock("svg",i1,[...o[0]||(o[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 Pn={render:c1},s1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d1(r,o){return e.openBlock(),e.createElementBlock("svg",s1,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M192 160h640c17.673 0 32 14.327 32 32v640c0 17.673-14.327 32-32 32H192c-17.673 0-32-14.327-32-32V192c0-17.673 14.327-32 32-32m32 64v576h576V224z"},null,-1),e.createElementVNode("path",{d:"M550.624 310.624a32 32 0 0 1 45.248 0l178.752 178.752a32 32 0 0 1 0 45.248L595.872 713.376a32 32 0 0 1-45.248-45.248L674.752 544H384a32 32 0 1 1 0-64h290.752L550.624 355.872a32 32 0 0 1 0-45.248"},null,-1)])])}const On={render:d1},m1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function p1(r,o){return e.openBlock(),e.createElementBlock("svg",m1,[...o[0]||(o[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 Je={render:p1},h1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function f1(r,o){return e.openBlock(),e.createElementBlock("svg",h1,[...o[0]||(o[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 co={render:f1},u1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g1(r,o){return e.openBlock(),e.createElementBlock("svg",u1,[...o[0]||(o[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 Fn={render:g1},w1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b1(r,o){return e.openBlock(),e.createElementBlock("svg",w1,[...o[0]||(o[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 Rn={render:b1},y1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _1(r,o){return e.openBlock(),e.createElementBlock("svg",y1,[...o[0]||(o[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 jn={render:_1},k1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function N1(r,o){return e.openBlock(),e.createElementBlock("svg",k1,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m5.8 3.7 22.5 22.5-2.1 2.1L3.7 5.8Z"},null,-1),e.createElementVNode("path",{d:"m10.3 9 6.5 6.5.2.2v2.6l4 3.6v-5.3L27 9ZM5 9l8 10.1V25l3-2.2v-3L5.2 9Z"},null,-1)])])}const Wn={render:N1},B1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x1(r,o){return e.openBlock(),e.createElementBlock("svg",B1,[...o[0]||(o[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 $n={render:x1},V1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function v1(r,o){return e.openBlock(),e.createElementBlock("svg",V1,[...o[0]||(o[0]=[e.createElementVNode("path",{fill:"none",d:"M7 14c0-5 4-9 9-9s9 4 9 9"},null,-1),e.createElementVNode("path",{fill:"none",d:"M10 14c0-3.3 2.7-6 6-6s6 2.7 6 6c0 6-4 6-4 12"},null,-1),e.createElementVNode("path",{fill:"none",d:"M13 14c0-1.7 1.3-3 3-3s3 1.3 3 3c0 4-3 4-3 12M7 19c1.2 2.8 3.4 4.8 6 6M10 16c.1 3.7 1.9 6.6 5 10M22 24c1.8-2.2 3-5 3-9"},null,-1)])])}const Kn={render:v1},S1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E1(r,o){return e.openBlock(),e.createElementBlock("svg",S1,[...o[0]||(o[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 Un={render:E1},C1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I1(r,o){return e.openBlock(),e.createElementBlock("svg",C1,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"},null,-1)])])}const Gn={render:I1},M1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z1(r,o){return e.openBlock(),e.createElementBlock("svg",M1,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"},null,-1)])])}const Yn={render:z1},H1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q1(r,o){return e.openBlock(),e.createElementBlock("svg",H1,[...o[0]||(o[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 Zn={render:q1},T1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L1(r,o){return e.openBlock(),e.createElementBlock("svg",T1,[...o[0]||(o[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 Xn={render:L1},A1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D1(r,o){return e.openBlock(),e.createElementBlock("svg",A1,[...o[0]||(o[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 Qn={render:D1},P1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O1(r,o){return e.openBlock(),e.createElementBlock("svg",P1,[...o[0]||(o[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 so={render:O1},F1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R1(r,o){return e.openBlock(),e.createElementBlock("svg",F1,[...o[0]||(o[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-32m256 416h320v64H352z"},null,-1)])])}const Jn={render:R1},j1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W1(r,o){return e.openBlock(),e.createElementBlock("svg",j1,[...o[0]||(o[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 ea={render:W1},$1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K1(r,o){return e.openBlock(),e.createElementBlock("svg",$1,[...o[0]||(o[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 ta={render:K1},U1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G1(r,o){return e.openBlock(),e.createElementBlock("svg",U1,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M582.4 265.6A32 32 0 0 0 528 288v96h-96c-199.424 0-329.792 133.952-375.168 376.896a32 32 0 0 0 59.968 20.928C193.536 652.8 294.08 608 432 608h96v128a32 32 0 0 0 54.4 22.4l256-224a32 32 0 0 0 0-48z"},null,-1)])])}const oa={render:G1},Y1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z1(r,o){return e.openBlock(),e.createElementBlock("svg",Y1,[...o[0]||(o[0]=[e.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"72",d:"m576 288 224 224-224 224m192-224H480c-154.667 0-256 101.333-256 256"},null,-1)])])}const ra={render:Z1},X1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q1(r,o){return e.openBlock(),e.createElementBlock("svg",X1,[...o[0]||(o[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 na={render:Q1},J1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ep(r,o){return e.openBlock(),e.createElementBlock("svg",J1,[...o[0]||(o[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 wt={render:ep},tp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function op(r,o){return e.openBlock(),e.createElementBlock("svg",tp,[...o[0]||(o[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 aa={render:op},rp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function np(r,o){return e.openBlock(),e.createElementBlock("svg",rp,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M544 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.4M256 320a256 256 0 1 0 512 0c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320"},null,-1)])])}const la={render:np},ap={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function lp(r,o){return e.openBlock(),e.createElementBlock("svg",ap,[...o[0]||(o[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 ia={render:lp},ip={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function cp(r,o){return e.openBlock(),e.createElementBlock("svg",ip,[...o[0]||(o[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 ca={render:cp},sp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function dp(r,o){return e.openBlock(),e.createElementBlock("svg",sp,[...o[0]||(o[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 sa={render:dp},mp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function pp(r,o){return e.openBlock(),e.createElementBlock("svg",mp,[...o[0]||(o[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 da={render:pp},hp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fp(r,o){return e.openBlock(),e.createElementBlock("svg",hp,[...o[0]||(o[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 ma={render:fp},up={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gp(r,o){return e.openBlock(),e.createElementBlock("svg",up,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"},null,-1)])])}const pa={render:gp},wp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bp(r,o){return e.openBlock(),e.createElementBlock("svg",wp,[...o[0]||(o[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 ha={render:bp},yp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1088"};function _p(r,o){return e.openBlock(),e.createElementBlock("svg",yp,[...o[0]||(o[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M360 131.2c0-39.366 29.55-71.28 66-71.28s66 31.914 66 71.28v453.6h32V72.88c0-39.366 29.55-71.28 66-71.28s66 31.914 66 71.28V584.8h32v-432c0-39.366 29.55-71.28 66-71.28s66 31.914 66 71.28v457.92h30V256.48c0-39.366 29.55-71.28 66-71.28s66 31.914 66 71.28V736c0 181.332-136.1 328.32-304 328.32h-82c-98.69 0-190.2-55.62-241.34-146.794L109.73 665.67a70 75.6 0 0 1 120.06-77.5L360 822.4z"},null,-1)])])}const fa={render:_p},kp={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function Np(r,o){return e.openBlock(),e.createElementBlock("svg",kp,[...o[0]||(o[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 ua={render:Np},Bp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xp(r,o){return e.openBlock(),e.createElementBlock("svg",Bp,[...o[0]||(o[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 ga={render:xp},Vp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vp(r,o){return e.openBlock(),e.createElementBlock("svg",Vp,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"},null,-1)])])}const wa={render:vp},Sp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ep(r,o){return e.openBlock(),e.createElementBlock("svg",Sp,[...o[0]||(o[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 ba={render:Ep},Cp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ip(r,o){return e.openBlock(),e.createElementBlock("svg",Cp,[...o[0]||(o[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 ya={render:Ip},Mp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zp(r,o){return e.openBlock(),e.createElementBlock("svg",Mp,[...o[0]||(o[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 _a={render:zp},Hp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qp(r,o){return e.openBlock(),e.createElementBlock("svg",Hp,[...o[0]||(o[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 ka={render:qp},Tp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Lp(r,o){return e.openBlock(),e.createElementBlock("svg",Tp,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M197.696 259.648a320.128 320.128 0 0 1 628.608 0A96 96 0 0 1 896 352v64a96 96 0 0 1-71.616 92.864l-49.408 395.072A64 64 0 0 1 711.488 960H312.512a64 64 0 0 1-63.488-56.064l-49.408-395.072A96 96 0 0 1 128 416v-64a96 96 0 0 1 69.696-92.352M264.064 256h495.872a256.128 256.128 0 0 0-495.872 0m495.424 256H264.512l48 384h398.976zM224 448h576a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32H224a32 32 0 0 0-32 32v64a32 32 0 0 0 32 32m160 192h64v64h-64zm192 64h64v64h-64zm-128 64h64v64h-64zm64-192h64v64h-64z"},null,-1)])])}const Na={render:Lp},Ap={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Dp(r,o){return e.openBlock(),e.createElementBlock("svg",Ap,[...o[0]||(o[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 mo={render:Dp},Pp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Op(r,o){return e.openBlock(),e.createElementBlock("svg",Pp,[...o[0]||(o[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 Ba={render:Op},Fp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Rp(r,o){return e.openBlock(),e.createElementBlock("svg",Fp,[...o[0]||(o[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 rt={render:Rp},jp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Wp(r,o){return e.openBlock(),e.createElementBlock("svg",jp,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M6 5h20l4 12v10H2V17Zm2.2 3-3 9H11l2 4h6l2-4h5.8l-3-9ZM4 19v6h24v-6h-5.8l-2 4h-8.4l-2-4Z","clip-rule":"evenodd"},null,-1)])])}const xa={render:Wp},$p={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Kp(r,o){return e.openBlock(),e.createElementBlock("svg",$p,[...o[0]||(o[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 Va={render:Kp},Up={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Gp(r,o){return e.openBlock(),e.createElementBlock("svg",Up,[...o[0]||(o[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 va={render:Gp},Yp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zp(r,o){return e.openBlock(),e.createElementBlock("svg",Yp,[...o[0]||(o[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 Sa={render:Zp},Xp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qp(r,o){return e.openBlock(),e.createElementBlock("svg",Xp,[...o[0]||(o[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 Ea={render:Qp},Jp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function eh(r,o){return e.openBlock(),e.createElementBlock("svg",Jp,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"},null,-1)])])}const Ca={render:eh},th={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function oh(r,o){return e.openBlock(),e.createElementBlock("svg",th,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M192 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m192-96a48 48 0 0 0 0 96h480a48 48 0 0 0 0-96zm0 304a48 48 0 0 0 0 96h480a48 48 0 0 0 0-96zm0 304a48 48 0 0 0 0 96h480a48 48 0 0 0 0-96zM256 512a64 64 0 1 1-128 0 64 64 0 0 1 128 0m-64 368a64 64 0 1 0 0-128 64 64 0 0 0 0 128"},null,-1)])])}const Ia={render:oh},rh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 100 100"};function nh(r,o){return e.openBlock(),e.createElementBlock("svg",rh,[...o[0]||(o[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 Oe={render:nh},ah={xmlns:"http://www.w3.org/2000/svg",width:"100",height:"100",viewBox:"0 0 1024 1024"};function lh(r,o){return e.openBlock(),e.createElementBlock("svg",ah,[...o[0]||(o[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 He={render:lh},ih={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ch(r,o){return e.openBlock(),e.createElementBlock("svg",ih,[...o[0]||(o[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 Ma={render:ch},sh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function dh(r,o){return e.openBlock(),e.createElementBlock("svg",sh,[...o[0]||(o[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 za={render:dh},mh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 79 69"};function ph(r,o){return e.openBlock(),e.createElementBlock("svg",mh,[...o[0]||(o[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 Ha={render:ph},hh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fh(r,o){return e.openBlock(),e.createElementBlock("svg",hh,[...o[0]||(o[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 qa={render:fh},uh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gh(r,o){return e.openBlock(),e.createElementBlock("svg",uh,[...o[0]||(o[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 Ta={render:gh},wh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bh(r,o){return e.openBlock(),e.createElementBlock("svg",wh,[...o[0]||(o[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 La={render:bh},yh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _h(r,o){return e.openBlock(),e.createElementBlock("svg",yh,[...o[0]||(o[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 Aa={render:_h},kh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Nh(r,o){return e.openBlock(),e.createElementBlock("svg",kh,[...o[0]||(o[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 Da={render:Nh},Bh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function xh(r,o){return e.openBlock(),e.createElementBlock("svg",Bh,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M4 7h24v18H4Zm2.8 2 9.2 7 9.2-7ZM26 11.1l-10 7.7-10-7.7V23h20Z","clip-rule":"evenodd"},null,-1)])])}const Pa={render:xh},Vh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vh(r,o){return e.openBlock(),e.createElementBlock("svg",Vh,[...o[0]||(o[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 Oa={render:vh},Sh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Eh(r,o){return e.openBlock(),e.createElementBlock("svg",Sh,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"},null,-1)])])}const Fa={render:Eh},Ch={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ih(r,o){return e.openBlock(),e.createElementBlock("svg",Ch,[...o[0]||(o[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 Ra={render:Ih},Mh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zh(r,o){return e.openBlock(),e.createElementBlock("svg",Mh,[...o[0]||(o[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 ja={render:zh},Hh={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function qh(r,o){return e.openBlock(),e.createElementBlock("svg",Hh,[...o[0]||(o[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 Wa={render:qh},Th={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Lh(r,o){return e.openBlock(),e.createElementBlock("svg",Th,[...o[0]||(o[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 $a={render:Lh},Ah={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Dh(r,o){return e.openBlock(),e.createElementBlock("svg",Ah,[...o[0]||(o[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 Ka={render:Dh},Ph={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Oh(r,o){return e.openBlock(),e.createElementBlock("svg",Ph,[...o[0]||(o[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 Ua={render:Oh},Fh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rh(r,o){return e.openBlock(),e.createElementBlock("svg",Fh,[...o[0]||(o[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 Ga={render:Rh},jh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Wh(r,o){return e.openBlock(),e.createElementBlock("svg",jh,[...o[0]||(o[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 Ya={render:Wh},$h={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Kh(r,o){return e.openBlock(),e.createElementBlock("svg",$h,[...o[0]||(o[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 Za={render:Kh},Uh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function Gh(r,o){return e.openBlock(),e.createElementBlock("svg",Uh,[...o[0]||(o[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M4 12h16"},null,-1)])])}const po={render:Gh},Yh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zh(r,o){return e.openBlock(),e.createElementBlock("svg",Yh,[...o[0]||(o[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 Xa={render:Zh},Xh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qh(r,o){return e.openBlock(),e.createElementBlock("svg",Xh,[...o[0]||(o[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 Qa={render:Qh},Jh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function e4(r,o){return e.openBlock(),e.createElementBlock("svg",Jh,[...o[0]||(o[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 Ja={render:e4},t4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o4(r,o){return e.openBlock(),e.createElementBlock("svg",t4,[...o[0]||(o[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 el={render:o4},r4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n4(r,o){return e.openBlock(),e.createElementBlock("svg",r4,[...o[0]||(o[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 tl={render:n4},a4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function l4(r,o){return e.openBlock(),e.createElementBlock("svg",a4,[...o[0]||(o[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 ol={render:l4},i4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c4(r,o){return e.openBlock(),e.createElementBlock("svg",i4,[...o[0]||(o[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 rl={render:c4},s4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d4(r,o){return e.openBlock(),e.createElementBlock("svg",s4,[...o[0]||(o[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 nl={render:d4},m4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p4(r,o){return e.openBlock(),e.createElementBlock("svg",m4,[...o[0]||(o[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 al={render:p4},h4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f4(r,o){return e.openBlock(),e.createElementBlock("svg",h4,[...o[0]||(o[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 ho={render:f4},u4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g4(r,o){return e.openBlock(),e.createElementBlock("svg",u4,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M128 384a64 64 0 0 1 64-64h168.448l224-179.2A64 64 0 0 1 688 190.784v642.432A64 64 0 0 1 584.448 883.2l-224-179.2H192a64 64 0 0 1-64-64zm64 0v256h192a32 32 0 0 1 19.968 7.008L624 823.04V200.96L403.968 376.992A32 32 0 0 1 384 384zm595.2 2.368a32 32 0 0 1 45.248 0A223.3 223.3 0 0 1 896 544a223.3 223.3 0 0 1-63.552 157.632 32 32 0 1 1-45.248-45.248A159.42 159.42 0 0 0 832 544a159.42 159.42 0 0 0-44.8-112.384 32 32 0 0 1 0-45.248m-90.496 90.496a32 32 0 0 1 45.248 0A95.78 95.78 0 0 1 768 544a95.78 95.78 0 0 1-26.048 67.136 32 32 0 0 1-45.248-45.248A31.9 31.9 0 0 0 704 544c0-8.448-3.328-16.576-7.296-21.888a32 32 0 0 1 0-45.248"},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 bt={render:g4},w4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b4(r,o){return e.openBlock(),e.createElementBlock("svg",w4,[...o[0]||(o[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 ll={render:b4},y4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _4(r,o){return e.openBlock(),e.createElementBlock("svg",y4,[...o[0]||(o[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 il={render:_4},k4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N4(r,o){return e.openBlock(),e.createElementBlock("svg",k4,[...o[0]||(o[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 cl={render:N4},B4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x4(r,o){return e.openBlock(),e.createElementBlock("svg",B4,[...o[0]||(o[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:"M192 512a320 320 0 1 1 640 0 32 32 0 1 1-64 0 256 256 0 1 0-512 0 32 32 0 0 1-64 0"},null,-1),e.createElementVNode("path",{d:"M570.432 627.84A96 96 0 1 1 509.568 608l60.992-187.776A32 32 0 1 1 631.424 440l-60.992 187.776zM502.08 734.464a32 32 0 1 0 19.84-60.928 32 32 0 0 0-19.84 60.928"},null,-1)])])}const sl={render:x4},V4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v4(r,o){return e.openBlock(),e.createElementBlock("svg",V4,[...o[0]||(o[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 dl={render:v4},S4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E4(r,o){return e.openBlock(),e.createElementBlock("svg",S4,[...o[0]||(o[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 ml={render:E4},C4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I4(r,o){return e.openBlock(),e.createElementBlock("svg",C4,[...o[0]||(o[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 pl={render:I4},M4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z4(r,o){return e.openBlock(),e.createElementBlock("svg",M4,[...o[0]||(o[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:"M694.044 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 fo={render:z4},H4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q4(r,o){return e.openBlock(),e.createElementBlock("svg",H4,[...o[0]||(o[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 hl={render:q4},T4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L4(r,o){return e.openBlock(),e.createElementBlock("svg",T4,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M416 288a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zm-320 0a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zm448 0a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zM416 672a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zm-320 0a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zm448 0a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zM128 480h768v64H128z"},null,-1)])])}const fl={render:L4},A4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D4(r,o){return e.openBlock(),e.createElementBlock("svg",A4,[...o[0]||(o[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 ul={render:D4},P4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O4(r,o){return e.openBlock(),e.createElementBlock("svg",P4,[...o[0]||(o[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 gl={render:O4},F4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R4(r,o){return e.openBlock(),e.createElementBlock("svg",F4,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M352 224q0-32 32-32h80q32 0 32 32v576q0 32-32 32h-80q-32 0-32-32zm176 0q0-32 32-32h80q32 0 32 32v576q0 32-32 32h-80q-32 0-32-32z"},null,-1)])])}const yt={render:R4},j4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W4(r,o){return e.openBlock(),e.createElementBlock("svg",j4,[...o[0]||(o[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 wl={render:W4},$4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K4(r,o){return e.openBlock(),e.createElementBlock("svg",$4,[...o[0]||(o[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 bl={render:K4},U4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G4(r,o){return e.openBlock(),e.createElementBlock("svg",U4,[...o[0]||(o[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 yl={render:G4},Y4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z4(r,o){return e.openBlock(),e.createElementBlock("svg",Y4,[...o[0]||(o[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 _l={render:Z4},X4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q4(r,o){return e.openBlock(),e.createElementBlock("svg",X4,[...o[0]||(o[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 kl={render:Q4},J4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function e3(r,o){return e.openBlock(),e.createElementBlock("svg",J4,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M16 2H8a1 1 0 0 0 0 2h1v5.59l-2.71 2.7A1 1 0 0 0 7 14h4v7a1 1 0 1 0 2 0v-7h4a1 1 0 0 0 .71-1.71L15 9.59V4h1a1 1 0 1 0 0-2m-2.71 8.71 1.3 1.29H9.41l1.3-1.29A1 1 0 0 0 11 10V4h2v6a1 1 0 0 0 .29.71"},null,-1)])])}const Nl={render:e3},t3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o3(r,o){return e.openBlock(),e.createElementBlock("svg",t3,[...o[0]||(o[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 Bl={render:o3},r3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n3(r,o){return e.openBlock(),e.createElementBlock("svg",r3,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"},null,-1)])])}const xl={render:n3},a3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function l3(r,o){return e.openBlock(),e.createElementBlock("svg",a3,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M320 224c0-38.4 42.667-61.44 74.667-40.107l432 288c28.48 18.987 28.48 61.227 0 80.214l-432 288C362.667 861.44 320 838.4 320 800z"},null,-1)])])}const nt={render:l3},i3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function c3(r,o){return e.openBlock(),e.createElementBlock("svg",i3,[...o[0]||(o[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 Vl={render:c3},s3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function d3(r,o){return e.openBlock(),e.createElementBlock("svg",s3,[...o[0]||(o[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M12 4v16M4 12h16"},null,-1)])])}const uo={render:d3},m3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p3(r,o){return e.openBlock(),e.createElementBlock("svg",m3,[...o[0]||(o[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 vl={render:p3},h3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f3(r,o){return e.openBlock(),e.createElementBlock("svg",h3,[...o[0]||(o[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 Sl={render:f3},u3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g3(r,o){return e.openBlock(),e.createElementBlock("svg",u3,[...o[0]||(o[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 El={render:g3},w3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b3(r,o){return e.openBlock(),e.createElementBlock("svg",w3,[...o[0]||(o[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 Cl={render:b3},y3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _3(r,o){return e.openBlock(),e.createElementBlock("svg",y3,[...o[0]||(o[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 Il={render:_3},k3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N3(r,o){return e.openBlock(),e.createElementBlock("svg",k3,[...o[0]||(o[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 Ml={render:N3},B3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x3(r,o){return e.openBlock(),e.createElementBlock("svg",B3,[...o[0]||(o[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 zl={render:x3},V3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v3(r,o){return e.openBlock(),e.createElementBlock("svg",V3,[...o[0]||(o[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 Hl={render:v3},S3={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function E3(r,o){return e.openBlock(),e.createElementBlock("svg",S3,[...o[0]||(o[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 ql={render:E3},C3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I3(r,o){return e.openBlock(),e.createElementBlock("svg",C3,[...o[0]||(o[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 Tl={render:I3},M3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z3(r,o){return e.openBlock(),e.createElementBlock("svg",M3,[...o[0]||(o[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 Ll={render:z3},H3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q3(r,o){return e.openBlock(),e.createElementBlock("svg",H3,[...o[0]||(o[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 Al={render:q3},T3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L3(r,o){return e.openBlock(),e.createElementBlock("svg",T3,[...o[0]||(o[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 Dl={render:L3},A3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D3(r,o){return e.openBlock(),e.createElementBlock("svg",A3,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M512 192a320 320 0 1 1 0 640 320 320 0 0 1 0-640"},null,-1)])])}const Pl={render:D3},P3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function O3(r,o){return e.openBlock(),e.createElementBlock("svg",P3,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M19 7h6l-6-6v4h-6C6.9 5 2 9.9 2 16s4.9 11 11 11h7v-3h-7c-4.4 0-8-3.6-8-8s3.6-8 8-8h6Z"},null,-1)])])}const Ol={render:O3},F3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R3(r,o){return e.openBlock(),e.createElementBlock("svg",F3,[...o[0]||(o[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 Fl={render:R3},j3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W3(r,o){return e.openBlock(),e.createElementBlock("svg",j3,[...o[0]||(o[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 Rl={render:W3},$3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K3(r,o){return e.openBlock(),e.createElementBlock("svg",$3,[...o[0]||(o[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 jl={render:K3},U3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G3(r,o){return e.openBlock(),e.createElementBlock("svg",U3,[...o[0]||(o[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 Wl={render:G3},Y3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z3(r,o){return e.openBlock(),e.createElementBlock("svg",Y3,[...o[0]||(o[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 $l={render:Z3},X3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q3(r,o){return e.openBlock(),e.createElementBlock("svg",X3,[...o[0]||(o[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 Kl={render:Q3},J3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function e6(r,o){return e.openBlock(),e.createElementBlock("svg",J3,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M441.6 265.6A32 32 0 0 1 496 288v96h96c199.424 0 329.792 133.952 375.168 376.896a32 32 0 0 1-59.968 20.928C830.464 652.8 729.92 608 592 608h-96v128a32 32 0 0 1-54.4 22.4l-256-224a32 32 0 0 1 0-48z"},null,-1)])])}const Ul={render:e6},t6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o6(r,o){return e.openBlock(),e.createElementBlock("svg",t6,[...o[0]||(o[0]=[e.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"72",d:"M448 288 224 512l224 224M256 512h288c154.667 0 256 101.333 256 256"},null,-1)])])}const Gl={render:o6},r6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n6(r,o){return e.openBlock(),e.createElementBlock("svg",r6,[...o[0]||(o[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 Yl={render:n6},a6={viewBox:"0 0 32 32"};function l6(r,o){return e.openBlock(),e.createElementBlock("svg",a6,[...o[0]||(o[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 _t={render:l6},i6={viewBox:"0 0 32 32"};function c6(r,o){return e.openBlock(),e.createElementBlock("svg",i6,[...o[0]||(o[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 kt={render:c6},s6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d6(r,o){return e.openBlock(),e.createElementBlock("svg",s6,[...o[0]||(o[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 Zl={render:d6},m6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function p6(r,o){return e.openBlock(),e.createElementBlock("svg",m6,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M4 2h20l4 4v24H4Zm2 2v24h20V7.2L22.8 4H22v9H10V4Zm6 0v7h8V4Zm-2 16h12v8H10Zm2 2v4h8v-4Z","clip-rule":"evenodd"},null,-1)])])}const Xl={render:p6},h6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f6(r,o){return e.openBlock(),e.createElementBlock("svg",h6,[...o[0]||(o[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 Ql={render:f6},u6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g6(r,o){return e.openBlock(),e.createElementBlock("svg",u6,[...o[0]||(o[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 Jl={render:g6},w6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function b6(r,o){return e.openBlock(),e.createElementBlock("svg",w6,[...o[0]||(o[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 go={render:b6},y6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _6(r,o){return e.openBlock(),e.createElementBlock("svg",y6,[...o[0]||(o[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 ei={render:_6},k6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N6(r,o){return e.openBlock(),e.createElementBlock("svg",k6,[...o[0]||(o[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 ti={render:N6},B6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x6(r,o){return e.openBlock(),e.createElementBlock("svg",B6,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"},null,-1)])])}const oi={render:x6},V6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v6(r,o){return e.openBlock(),e.createElementBlock("svg",V6,[...o[0]||(o[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 ri={render:v6},S6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E6(r,o){return e.openBlock(),e.createElementBlock("svg",S6,[...o[0]||(o[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 ni={render:E6},C6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function I6(r,o){return e.openBlock(),e.createElementBlock("svg",C6,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M4 4h24v10H4Zm3 3v4h18V7ZM4 18h24v10H4Zm3 3v4h18v-4Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{d:"M23 8v2h-2V8ZM23 22v2h-2v-2Z"},null,-1)])])}const ai={render:I6},M6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z6(r,o){return e.openBlock(),e.createElementBlock("svg",M6,[...o[0]||(o[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 li={render:z6},H6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q6(r,o){return e.openBlock(),e.createElementBlock("svg",H6,[...o[0]||(o[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 ii={render:q6},T6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L6(r,o){return e.openBlock(),e.createElementBlock("svg",T6,[...o[0]||(o[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 wo={render:L6},A6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function D6(r,o){return e.openBlock(),e.createElementBlock("svg",A6,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"m16 2 11 4v8c0 7.4-4.6 12.8-11 16-6.4-3.2-11-8.6-11-16V6Zm0 3.2L8 8v6c0 5.8 3.2 10.2 8 12.8 4.8-2.6 8-7 8-12.8V8Zm-1.2 13.2-3.3-3.2L9.7 17l5.2 5 7.6-8.3-1.8-1.7Z","clip-rule":"evenodd"},null,-1)])])}const ci={render:D6},P6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function O6(r,o){return e.openBlock(),e.createElementBlock("svg",P6,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"m16 2 11 4v8c0 7.4-4.6 12.8-11 16-6.4-3.2-11-8.6-11-16V6Zm0 3.2L8 8v6c0 5.8 3.2 10.2 8 12.8 4.8-2.6 8-7 8-12.8V8Z","clip-rule":"evenodd"},null,-1)])])}const si={render:O6},F6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R6(r,o){return e.openBlock(),e.createElementBlock("svg",F6,[...o[0]||(o[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 di={render:R6},j6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W6(r,o){return e.openBlock(),e.createElementBlock("svg",j6,[...o[0]||(o[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 mi={render:W6},$6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K6(r,o){return e.openBlock(),e.createElementBlock("svg",$6,[...o[0]||(o[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 pi={render:K6},U6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G6(r,o){return e.openBlock(),e.createElementBlock("svg",U6,[...o[0]||(o[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 hi={render:G6},Y6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z6(r,o){return e.openBlock(),e.createElementBlock("svg",Y6,[...o[0]||(o[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 fi={render:Z6},X6={viewBox:"0 0 32 32"};function Q6(r,o){return e.openBlock(),e.createElementBlock("svg",X6,[...o[0]||(o[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 Nt={render:Q6},J6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function e8(r,o){return e.openBlock(),e.createElementBlock("svg",J6,[...o[0]||(o[0]=[e.createElementVNode("path",{fill:"none",d:"M5 8h7M20 8h7M5 16h13M26 16h1M5 24h5M18 24h9"},null,-1),e.createElementVNode("path",{d:"M16 4c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4M22 12c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4M14 20c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4"},null,-1)])])}const ui={render:e8},t8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o8(r,o){return e.openBlock(),e.createElementBlock("svg",t8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 0 0 896 448 448 0 0 0 0-896m0 64a384 384 0 1 1 0 768 384 384 0 0 1 0-768"},null,-1),e.createElementVNode("path",{d:"M352 384a48 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-96M352.64 585.6a32 32 0 0 1 43.648 11.712C419.84 638.08 462.976 672 512 672s92.16-33.92 115.712-74.688a32 32 0 0 1 55.36 32C649.6 687.296 586.752 736 512 736s-137.6-48.704-171.072-106.688A32 32 0 0 1 352.64 585.6"},null,-1)])])}const bo={render:o8},r8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n8(r,o){return e.openBlock(),e.createElementBlock("svg",r8,[...o[0]||(o[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 gi={render:n8},a8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function l8(r,o){return e.openBlock(),e.createElementBlock("svg",a8,[...o[0]||(o[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 wi={render:l8},i8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c8(r,o){return e.openBlock(),e.createElementBlock("svg",i8,[...o[0]||(o[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 bi={render:c8},s8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d8(r,o){return e.openBlock(),e.createElementBlock("svg",s8,[...o[0]||(o[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 yi={render:d8},m8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p8(r,o){return e.openBlock(),e.createElementBlock("svg",m8,[...o[0]||(o[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 _i={render:p8},h8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f8(r,o){return e.openBlock(),e.createElementBlock("svg",h8,[...o[0]||(o[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 ki={render:f8},u8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g8(r,o){return e.openBlock(),e.createElementBlock("svg",u8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M128 384a64 64 0 0 1 64-64h168.448l224-179.2A64 64 0 0 1 688 190.784v642.432A64 64 0 0 1 584.448 883.2l-224-179.2H192a64 64 0 0 1-64-64zm64 0v256h192a32 32 0 0 1 19.968 7.008L624 823.04V200.96L403.968 376.992A32 32 0 0 1 384 384zm595.2 2.368a32 32 0 0 1 45.248 0A223.3 223.3 0 0 1 896 544a223.3 223.3 0 0 1-63.552 157.632 32 32 0 1 1-45.248-45.248A159.42 159.42 0 0 0 832 544a159.42 159.42 0 0 0-44.8-112.384 32 32 0 0 1 0-45.248m-90.496 90.496a32 32 0 0 1 45.248 0A95.78 95.78 0 0 1 768 544a95.78 95.78 0 0 1-26.048 67.136 32 32 0 0 1-45.248-45.248A31.9 31.9 0 0 0 704 544c0-8.448-3.328-16.576-7.296-21.888a32 32 0 0 1 0-45.248"},null,-1)])])}const Ni={render:g8},w8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b8(r,o){return e.openBlock(),e.createElementBlock("svg",w8,[...o[0]||(o[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 Bi={render:b8},y8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _8(r,o){return e.openBlock(),e.createElementBlock("svg",y8,[...o[0]||(o[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 xi={render:_8},k8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N8(r,o){return e.openBlock(),e.createElementBlock("svg",k8,[...o[0]||(o[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 Vi={render:N8},B8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x8(r,o){return e.openBlock(),e.createElementBlock("svg",B8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M288 224h448c35.346 0 64 28.654 64 64v448c0 35.346-28.654 64-64 64H288c-35.346 0-64-28.654-64-64V288c0-35.346 28.654-64 64-64"},null,-1)])])}const vi={render:x8},V8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v8(r,o){return e.openBlock(),e.createElementBlock("svg",V8,[...o[0]||(o[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:"M672 234.88c-39.168 174.464-80 298.624-122.688 372.48-64 110.848-202.624 30.848-138.624-80C453.376 453.44 540.48 355.968 672 234.816z"},null,-1)])])}const Si={render:v8},S8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E8(r,o){return e.openBlock(),e.createElementBlock("svg",S8,[...o[0]||(o[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 yo={render:E8},C8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function I8(r,o){return e.openBlock(),e.createElementBlock("svg",C8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M27 4 12 19l-7-7-5 5 12 12L32 9z"},null,-1)])])}const Bt={render:I8},M8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z8(r,o){return e.openBlock(),e.createElementBlock("svg",M8,[...o[0]||(o[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 Ei={render:z8},H8={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function q8(r,o){return e.openBlock(),e.createElementBlock("svg",H8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M922.5 229.5c-24.32-24.34-54.49-36.84-90.5-37.5H704v-64c-.68-17.98-7.02-32.98-19.01-44.99S658.01 64.66 640 64H384c-17.98.68-32.98 7.02-44.99 19.01S320.66 110 320 128v64H192c-35.99.68-66.16 13.18-90.5 37.5S64.66 283.99 64 320v448c.68 35.99 13.18 66.16 37.5 90.5s54.49 36.84 90.5 37.5h640c35.99-.68 66.16-13.18 90.5-37.5s36.84-54.49 37.5-90.5V320c-.68-35.99-13.18-66.16-37.5-90.5M384 128h256v64H384zM256 832h-64c-17.98-.68-32.98-7.02-44.99-19.01S128.66 786.01 128 768V448h128zm448 0H320V448h384zm192-64c-.68 17.98-7.02 32.98-19.01 44.99S850.01 831.34 832 832h-64V448h128zm0-384H128v-64c.69-17.98 7.02-32.98 19.01-44.99S173.99 256.66 192 256h640c17.98.69 32.98 7.02 44.99 19.01S895.34 301.99 896 320z"},null,-1)])])}const Ci={render:q8},T8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L8(r,o){return e.openBlock(),e.createElementBlock("svg",T8,[...o[0]||(o[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 Ii={render:L8},A8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D8(r,o){return e.openBlock(),e.createElementBlock("svg",A8,[...o[0]||(o[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 Mi={render:D8},P8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O8(r,o){return e.openBlock(),e.createElementBlock("svg",P8,[...o[0]||(o[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 zi={render:O8},F8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R8(r,o){return e.openBlock(),e.createElementBlock("svg",F8,[...o[0]||(o[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 Hi={render:R8},j8={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function W8(r,o){return e.openBlock(),e.createElementBlock("svg",j8,[...o[0]||(o[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 qi={render:W8},$8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K8(r,o){return e.openBlock(),e.createElementBlock("svg",$8,[...o[0]||(o[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 Ti={render:K8},U8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G8(r,o){return e.openBlock(),e.createElementBlock("svg",U8,[...o[0]||(o[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 Li={render:G8},Y8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z8(r,o){return e.openBlock(),e.createElementBlock("svg",Y8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"},null,-1)])])}const Ai={render:Z8},X8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q8(r,o){return e.openBlock(),e.createElementBlock("svg",X8,[...o[0]||(o[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 Di={render:Q8},J8={viewBox:"0 0 32 32"};function ef(r,o){return e.openBlock(),e.createElementBlock("svg",J8,[...o[0]||(o[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 Pi={render:ef},tf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function of(r,o){return e.openBlock(),e.createElementBlock("svg",tf,[...o[0]||(o[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 Oi={render:of},rf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function nf(r,o){return e.openBlock(),e.createElementBlock("svg",rf,[...o[0]||(o[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 Fi={render:nf},af={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function lf(r,o){return e.openBlock(),e.createElementBlock("svg",af,[...o[0]||(o[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 Ri={render:lf},cf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function sf(r,o){return e.openBlock(),e.createElementBlock("svg",cf,[...o[0]||(o[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 ji={render:sf},df={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mf(r,o){return e.openBlock(),e.createElementBlock("svg",df,[...o[0]||(o[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 Wi={render:mf},pf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hf(r,o){return e.openBlock(),e.createElementBlock("svg",pf,[...o[0]||(o[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 $i={render:hf},ff={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function uf(r,o){return e.openBlock(),e.createElementBlock("svg",ff,[...o[0]||(o[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 Ki={render:uf},gf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function wf(r,o){return e.openBlock(),e.createElementBlock("svg",gf,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m2 12 14 12 14-12Z"},null,-1)])])}const Ui={render:wf},bf={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function yf(r,o){return e.openBlock(),e.createElementBlock("svg",bf,[...o[0]||(o[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 Gi={render:yf},_f={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function kf(r,o){return e.openBlock(),e.createElementBlock("svg",_f,[...o[0]||(o[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 Yi={render:kf},Nf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Bf(r,o){return e.openBlock(),e.createElementBlock("svg",Nf,[...o[0]||(o[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 Zi={render:Bf},xf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Vf(r,o){return e.openBlock(),e.createElementBlock("svg",xf,[...o[0]||(o[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 Xi={render:Vf},vf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Sf(r,o){return e.openBlock(),e.createElementBlock("svg",vf,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M13 7H7l6-6v4h6c6.1 0 11 4.9 11 11s-4.9 11-11 11h-7v-3h7c4.4 0 8-3.6 8-8s-3.6-8-8-8h-6Z"},null,-1)])])}const Qi={render:Sf},Ef={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Cf(r,o){return e.openBlock(),e.createElementBlock("svg",Ef,[...o[0]||(o[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 Ji={render:Cf},If={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Mf(r,o){return e.openBlock(),e.createElementBlock("svg",If,[...o[0]||(o[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 ec={render:Mf},zf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hf(r,o){return e.openBlock(),e.createElementBlock("svg",zf,[...o[0]||(o[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 tc={render:Hf},qf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Tf(r,o){return e.openBlock(),e.createElementBlock("svg",qf,[...o[0]||(o[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 oc={render:Tf},Lf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Af(r,o){return e.openBlock(),e.createElementBlock("svg",Lf,[...o[0]||(o[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 rc={render:Af},Df={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Pf(r,o){return e.openBlock(),e.createElementBlock("svg",Df,[...o[0]||(o[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 nc={render:Pf},Of={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ff(r,o){return e.openBlock(),e.createElementBlock("svg",Of,[...o[0]||(o[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 ac={render:Ff},Rf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function jf(r,o){return e.openBlock(),e.createElementBlock("svg",Rf,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M704 768V256H128v512zm64-416 192-96v512l-192-96v128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 71.552v176.896l128 64V359.552zM192 320h192v64H192z"},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 _o={render:jf},Wf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $f(r,o){return e.openBlock(),e.createElementBlock("svg",Wf,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M704 768V256H128v512zm64-416 192-96v512l-192-96v128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 71.552v176.896l128 64V359.552zM192 320h192v64H192z"},null,-1)])])}const lc={render:$f},Kf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Uf(r,o){return e.openBlock(),e.createElementBlock("svg",Kf,[...o[0]||(o[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 ic={render:Uf},Gf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Yf(r,o){return e.openBlock(),e.createElementBlock("svg",Gf,[...o[0]||(o[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 cc={render:Yf},Zf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Xf(r,o){return e.openBlock(),e.createElementBlock("svg",Zf,[...o[0]||(o[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 xt={render:Xf},Qf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Jf(r,o){return e.openBlock(),e.createElementBlock("svg",Qf,[...o[0]||(o[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 sc={render:Jf},eu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function tu(r,o){return e.openBlock(),e.createElementBlock("svg",eu,[...o[0]||(o[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 dc={render:tu},ou={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ru(r,o){return e.openBlock(),e.createElementBlock("svg",ou,[...o[0]||(o[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 mc={render:ru},nu={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function au(r,o){return e.openBlock(),e.createElementBlock("svg",nu,[...o[0]||(o[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 ko={render:au},lu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function iu(r,o){return e.openBlock(),e.createElementBlock("svg",lu,[...o[0]||(o[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 pc={render:iu},cu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function su(r,o){return e.openBlock(),e.createElementBlock("svg",cu,[...o[0]||(o[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 hc={render:su},du={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mu(r,o){return e.openBlock(),e.createElementBlock("svg",du,[...o[0]||(o[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 fc={render:mu},pu={viewBox:"0 0 32 32"};function hu(r,o){return e.openBlock(),e.createElementBlock("svg",pu,[...o[0]||(o[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 Vt={render:hu},fu={viewBox:"0 0 32 32"};function uu(r,o){return e.openBlock(),e.createElementBlock("svg",fu,[...o[0]||(o[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 vt={render:uu},gu=Object.freeze(Object.defineProperty({__proto__:null,NmorphIconAddLocation:dr,NmorphIconAim:mr,NmorphIconAlarmClock:pr,NmorphIconApple:hr,NmorphIconArchive:Xt,NmorphIconArrowDown:fr,NmorphIconArrowLeft:Qt,NmorphIconArrowRight:Jt,NmorphIconArrowUp:ur,NmorphIconAudio:pt,NmorphIconAvatar:ht,NmorphIconBack:gr,NmorphIconBaseball:wr,NmorphIconBasketball:br,NmorphIconBell:_r,NmorphIconBellFilled:yr,NmorphIconBicycle:kr,NmorphIconBottom:xr,NmorphIconBottomLeft:Nr,NmorphIconBottomRight:Br,NmorphIconBowl:Vr,NmorphIconBox:vr,NmorphIconBriefcase:Sr,NmorphIconBrush:Cr,NmorphIconBrushFilled:Er,NmorphIconBurger:eo,NmorphIconCalendar:to,NmorphIconCamera:Mr,NmorphIconCameraFilled:Ir,NmorphIconCaretBottom:zr,NmorphIconCaretLeft:Hr,NmorphIconCaretRight:qr,NmorphIconCaretTop:Tr,NmorphIconCellphone:Lr,NmorphIconChatDotRound:Ar,NmorphIconChatDotSquare:Dr,NmorphIconChatLineRound:Pr,NmorphIconChatLineSquare:Or,NmorphIconChatRound:Fr,NmorphIconChatSquare:Rr,NmorphIconCheck:jr,NmorphIconChecked:Wr,NmorphIconCherry:$r,NmorphIconChevronDoubleDown:oo,NmorphIconChevronDoubleLeft:Kr,NmorphIconChevronDoubleRight:Ur,NmorphIconChevronDoubleUp:Gr,NmorphIconChevronDown:Pe,NmorphIconChevronLeft:ro,NmorphIconChevronRight:no,NmorphIconChevronUp:Yr,NmorphIconChicken:Zr,NmorphIconChromeFilled:Xr,NmorphIconCircleCheck:Jr,NmorphIconCircleCheckFilled:Qr,NmorphIconCircleClose:lo,NmorphIconCircleCloseFilled:ao,NmorphIconCirclePlus:tn,NmorphIconCirclePlusFilled:en,NmorphIconClipboard:rn,NmorphIconClipboardCheck:on,NmorphIconClock:io,NmorphIconClose:nn,NmorphIconCloseBold:an,NmorphIconCloudy:ln,NmorphIconCode:cn,NmorphIconCoffee:dn,NmorphIconCoffeeCup:sn,NmorphIconCoin:pn,NmorphIconColdDrink:mn,NmorphIconCollection:fn,NmorphIconCollectionTag:hn,NmorphIconComment:un,NmorphIconCompass:gn,NmorphIconConnection:wn,NmorphIconCoordinate:bn,NmorphIconCopy:_n,NmorphIconCopyDocument:yn,NmorphIconCpu:kn,NmorphIconCreditCard:Nn,NmorphIconCrop:Bn,NmorphIconCross:Ze,NmorphIconDatabase:xn,NmorphIconDelete:vn,NmorphIconDeleteFilled:Vn,NmorphIconDessert:Sn,NmorphIconDiscount:En,NmorphIconDoc:ft,NmorphIconDocument:qn,NmorphIconDocumentAdd:Cn,NmorphIconDocumentChecked:In,NmorphIconDocumentCopy:Mn,NmorphIconDocumentDelete:zn,NmorphIconDocumentRemove:Hn,NmorphIconDownload:Xe,NmorphIconDragHandle:Tn,NmorphIconEdit:An,NmorphIconEditPen:Ln,NmorphIconEnlarge:ut,NmorphIconError:Qe,NmorphIconExit:Pn,NmorphIconExitSquare:On,NmorphIconExpand:Dn,NmorphIconExternalLink:gt,NmorphIconEye:Je,NmorphIconEyeBlocked:co,NmorphIconFailed:Fn,NmorphIconFiles:Rn,NmorphIconFilm:jn,NmorphIconFilter:$n,NmorphIconFilterOff:Wn,NmorphIconFingerprint:Kn,NmorphIconFinished:Un,NmorphIconFlag:Gn,NmorphIconFold:Yn,NmorphIconFolder:ea,NmorphIconFolderAdd:Zn,NmorphIconFolderChecked:Xn,NmorphIconFolderDelete:Qn,NmorphIconFolderOpened:so,NmorphIconFolderRemove:Jn,NmorphIconFood:ta,NmorphIconForkSpoon:na,NmorphIconForward:ra,NmorphIconForwardFilled:oa,NmorphIconFullScreen:wt,NmorphIconGoblet:la,NmorphIconGobletFull:aa,NmorphIconGoldMedal:ca,NmorphIconGoods:da,NmorphIconGoodsFilled:sa,NmorphIconGoogle:ia,NmorphIconGrape:ma,NmorphIconGrid:pa,NmorphIconGuide:ha,NmorphIconHand:fa,NmorphIconHandbag:ua,NmorphIconHeadset:ga,NmorphIconHistogram:wa,NmorphIconHotWater:ba,NmorphIconHouse:ya,NmorphIconIceCreamRound:_a,NmorphIconIceDrink:ka,NmorphIconIceTea:Na,NmorphIconImage:rt,NmorphIconInbox:xa,NmorphIconInfo:Ba,NmorphIconInfoFilled:mo,NmorphIconKey:Va,NmorphIconKnifeFork:va,NmorphIconLightning:Sa,NmorphIconLink:Ea,NmorphIconList:Ca,NmorphIconListSimple:Ia,NmorphIconLoader:He,NmorphIconLoader1:Oe,NmorphIconLoader2:He,NmorphIconLoaderDots:Oe,NmorphIconLoading:He,NmorphIconLocation:qa,NmorphIconLocationFilled:Ma,NmorphIconLocationInformation:za,NmorphIconLock:Ta,NmorphIconLogo:Ha,NmorphIconLollipop:La,NmorphIconMagicStick:Aa,NmorphIconMagnet:Da,NmorphIconMail:Pa,NmorphIconMale:Oa,NmorphIconManagement:Fa,NmorphIconMapLocation:Ra,NmorphIconMedal:ja,NmorphIconMemo:Wa,NmorphIconMenu:$a,NmorphIconMessage:Ua,NmorphIconMessageBox:Ka,NmorphIconMic:Ga,NmorphIconMicrophone:Ya,NmorphIconMinus:Za,NmorphIconMinusThin:po,NmorphIconMoney:Xa,NmorphIconMonitor:Qa,NmorphIconMoon:Ja,NmorphIconMore:tl,NmorphIconMoreFilled:el,NmorphIconMostlyCloudy:ol,NmorphIconMouse:rl,NmorphIconMug:nl,NmorphIconMute:ho,NmorphIconMuteNotification:al,NmorphIconMuteSpeaker:bt,NmorphIconNoSmoking:ll,NmorphIconNotebook:il,NmorphIconNotification:cl,NmorphIconOdometer:sl,NmorphIconOfficeBuilding:dl,NmorphIconOpen:fo,NmorphIconOperation:ml,NmorphIconOpportunity:pl,NmorphIconOrange:hl,NmorphIconPagination:fl,NmorphIconPaperclip:ul,NmorphIconPartlyCloudy:gl,NmorphIconPause:yt,NmorphIconPear:wl,NmorphIconPhone:yl,NmorphIconPhoneFilled:bl,NmorphIconPicture:_l,NmorphIconPieChart:kl,NmorphIconPin:Nl,NmorphIconPlace:Bl,NmorphIconPlatform:xl,NmorphIconPlay:nt,NmorphIconPlus:Vl,NmorphIconPlusThin:uo,NmorphIconPointer:vl,NmorphIconPosition:Sl,NmorphIconPostCard:El,NmorphIconPouring:Cl,NmorphIconPresent:Il,NmorphIconPriceTag:Ml,NmorphIconPrinter:zl,NmorphIconPromotion:Hl,NmorphIconQuartzWatch:ql,NmorphIconQuestionFilled:Tl,NmorphIconRank:Ll,NmorphIconReading:Dl,NmorphIconReadingLamp:Al,NmorphIconRecord:Pl,NmorphIconRedo:Ol,NmorphIconRefresh:jl,NmorphIconRefreshLeft:Fl,NmorphIconRefreshRight:Rl,NmorphIconRefrigerator:Wl,NmorphIconRemove:Kl,NmorphIconRemoveFilled:$l,NmorphIconReply:Gl,NmorphIconReplyFilled:Ul,NmorphIconRight:Yl,NmorphIconRotateLeft:_t,NmorphIconRotateRight:kt,NmorphIconSave:Xl,NmorphIconScaleToOriginal:Zl,NmorphIconSchool:Ql,NmorphIconScissor:Jl,NmorphIconSearch:go,NmorphIconSelect:ei,NmorphIconSell:ti,NmorphIconSemiSelect:oi,NmorphIconSend:ni,NmorphIconSendFilled:ri,NmorphIconServer:ai,NmorphIconService:li,NmorphIconSetting:ii,NmorphIconShare:wo,NmorphIconShield:si,NmorphIconShieldCheck:ci,NmorphIconShip:di,NmorphIconShop:mi,NmorphIconShoppingBag:pi,NmorphIconShoppingCart:fi,NmorphIconShoppingCartFull:hi,NmorphIconShrink:Nt,NmorphIconSliders:ui,NmorphIconSmile:bo,NmorphIconSmoking:gi,NmorphIconSoccer:wi,NmorphIconSoldOut:bi,NmorphIconSort:ki,NmorphIconSortDown:yi,NmorphIconSortUp:_i,NmorphIconSpeaker:Ni,NmorphIconSpeakerOff:bt,NmorphIconStamp:Bi,NmorphIconStar:Vi,NmorphIconStarFilled:xi,NmorphIconStop:vi,NmorphIconStopwatch:Si,NmorphIconSuccess:Bt,NmorphIconSuccessFilled:yo,NmorphIconSugar:Ei,NmorphIconSuitcaseLine:Ci,NmorphIconSunny:Ii,NmorphIconSunrise:Mi,NmorphIconSunset:zi,NmorphIconSwitch:Ti,NmorphIconSwitchButton:Hi,NmorphIconSwitchFilled:qi,NmorphIconTakeawayBox:Li,NmorphIconTicket:Ai,NmorphIconTickets:Di,NmorphIconTime:Pi,NmorphIconTimer:Oi,NmorphIconToiletPaper:Fi,NmorphIconTools:Ri,NmorphIconTop:$i,NmorphIconTopLeft:ji,NmorphIconTopRight:Wi,NmorphIconTrendCharts:Ki,NmorphIconTriangleDown:Ui,NmorphIconTrophy:Yi,NmorphIconTrophyBase:Gi,NmorphIconTurnOff:Zi,NmorphIconUmbrella:Xi,NmorphIconUndo:Qi,NmorphIconUnlock:Ji,NmorphIconUpload:tc,NmorphIconUploadFilled:ec,NmorphIconUser:rc,NmorphIconUserFilled:oc,NmorphIconUsers:nc,NmorphIconVan:ac,NmorphIconVideo:xt,NmorphIconVideoCamera:lc,NmorphIconVideoCameraOff:_o,NmorphIconVideoPause:ic,NmorphIconVideoPlay:cc,NmorphIconView:sc,NmorphIconWallet:mc,NmorphIconWalletFilled:dc,NmorphIconWarnTriangleFilled:ko,NmorphIconWarning:pc,NmorphIconWatch:hc,NmorphIconWindPower:fc,NmorphIconZoomIn:Vt,NmorphIconZoomOut:vt},Symbol.toStringTag,{value:"Module"})),wu=e.defineComponent({inheritAttrs:!1,__name:"NmorphLayout",props:{tag:{type:String,required:!1,default:"section"},gap:{type:[Number,String],required:!1,default:0},asideWidth:{type:[Number,String],required:!1,default:"240px"},asidePosition:{type:String,required:!1,default:"left"},fullHeight:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.useSlots(),l=e.computed(()=>K({"nmorph-layout":[`aside-${n.asidePosition}`,n.fullHeight&&"full-height"]})),i=e.computed(()=>me({"--nmorph-private-layout-gap":n.gap,"--nmorph-private-layout-aside-width":n.asideWidth})),a=Ee(l,i),s={props:n,slots:t,modifiers:l,styles:i,rootAttrs:a};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),bu={key:0,class:"nmorph-layout__header"},yu={class:"nmorph-layout__body"},_u={key:0,class:"nmorph-layout__aside"},ku={class:"nmorph-layout__main"},Nu={key:1,class:"nmorph-layout__aside"},Bu={key:1,class:"nmorph-layout__footer"};function xu(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.tag),e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),{default:e.withCtx(()=>[t.slots.header?(e.openBlock(),e.createElementBlock("header",bu,[e.renderSlot(r.$slots,"header")])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",yu,[t.slots.aside&&t.props.asidePosition==="left"?(e.openBlock(),e.createElementBlock("aside",_u,[e.renderSlot(r.$slots,"aside")])):e.createCommentVNode("v-if",!0),e.createElementVNode("main",ku,[e.renderSlot(r.$slots,"default")]),t.slots.aside&&t.props.asidePosition==="right"?(e.openBlock(),e.createElementBlock("aside",Nu,[e.renderSlot(r.$slots,"aside")])):e.createCommentVNode("v-if",!0)]),t.slots.footer?(e.openBlock(),e.createElementBlock("footer",Bu,[e.renderSlot(r.$slots,"footer")])):e.createCommentVNode("v-if",!0)]),_:3},16)}const Vu=W(wu,[["render",xu],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-layout/NmorphLayout.vue"]]),uc={self:"_self",blank:"_blank",parent:"_parent",top:"_top"},vu=e.defineComponent({__name:"NmorphLink",props:{type:{type:null,required:!1,default:or.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"},rel:{type:String,required:!1,default:void 0},referrerpolicy:{type:String,required:!1,default:void 0},referrerPolicy:{type:String,required:!1,default:void 0},download:{type:[String,Boolean],required:!1,default:void 0},ariaLabel:{type:String,required:!1,default:void 0},title:{type:String,required:!1,default:void 0},disabled:{type:Boolean,required:!1,default:!1},color:{type:String,required:!1},iconName:{type:String,required:!1,default:void 0}},setup(r,{expose:o}){o();const n=r,t=e.useSlots(),l=gu,i=m=>m.split(/[-_\s]+/).filter(Boolean).map(u=>`${u.charAt(0).toUpperCase()}${u.slice(1)}`).join(""),a=e.computed(()=>{if(n.iconName)return n.iconName in l?l[n.iconName]:l[`NmorphIcon${i(n.iconName)}`]}),s=e.computed(()=>K({"nmorph-link":[n.type,n.underline&&"underline",n.disabled&&"disabled"]})),d=e.computed(()=>_e({"--nmorph-private-link-color":n.color})),p=e.computed(()=>uc[n.target]??n.target),h=e.computed(()=>({href:n.href,target:p.value,rel:n.rel,referrerpolicy:n.referrerpolicy??n.referrerPolicy,download:n.download===!0?"":n.download===!1?void 0:n.download,"aria-label":n.ariaLabel,title:n.title})),f={props:n,slots:t,iconMap:l,toPascalCase:i,resolvedIcon:a,modifiers:s,styles:d,resolvedTarget:p,anchorAttrs:h,get NmorphIcon(){return ie}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}});function Su(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("a",e.normalizeProps(e.guardReactiveProps(t.anchorAttrs)),[e.renderSlot(r.$slots,"prepend"),t.resolvedIcon?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-link__icon",width:"10px",height:"10px"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.resolvedIcon)))]),_:1})):e.createCommentVNode("v-if",!0),e.createTextVNode(" "+e.toDisplayString(n.text)+" ",1),t.slots.icon?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,class:"nmorph-link__icon",width:"10px",height:"10px"},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"icon")]),_:3})):e.createCommentVNode("v-if",!0),e.renderSlot(r.$slots,"default")],16)],6)}const Eu=W(vu,[["render",Su],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-link/NmorphLink.vue"]]),Cu=e.defineComponent({__name:"NmorphScroll",props:{height:{type:String,required:!1,default:"100%"},maxHeight:{type:String,required:!1,default:"none"},gap:{type:[Number,String],required:!1,default:void 0},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:0},yGapInPx:{type:Number,required:!1,default:0}},emits:["on-scroll","update:model-value","on-scroll-end"],setup(r,{expose:o,emit:n}){const t=r,l=e.ref(null),i=e.ref(null),a=e.computed(()=>t.scrollYProp),s=e.computed(()=>t.scrollXProp),d=e.ref(!1),p=e.ref(!1),h=e.ref({clientWidth:0,clientHeight:0,scrollWidth:0,scrollHeight:0,scrollLeft:0,scrollTop:0}),f=e.ref(!1);let m,u,w,g,B="";const S=new Set,_=()=>{const P=i.value;if(!P){d.value=!1,p.value=!1,h.value={clientWidth:0,clientHeight:0,scrollWidth:0,scrollHeight:0,scrollLeft:0,scrollTop:0};return}const re={clientWidth:P.clientWidth,clientHeight:P.clientHeight,scrollWidth:P.scrollWidth,scrollHeight:P.scrollHeight,scrollLeft:P.scrollLeft,scrollTop:P.scrollTop};h.value=re,d.value=re.scrollHeight>re.clientHeight,p.value=re.scrollWidth>re.clientWidth},v=()=>{e.nextTick(_)},y=()=>{if(!u||!i.value)return;const P=new Set(Array.from(i.value.children));S.forEach(re=>{P.has(re)||(u?.unobserve(re),S.delete(re))}),P.forEach(re=>{S.has(re)||(u?.observe(re),S.add(re))})},E=()=>{const P=i.value;P&&(typeof ResizeObserver<"u"&&(u=new ResizeObserver(()=>{v()}),y()),typeof MutationObserver<"u"&&(w=new MutationObserver(()=>{y(),v()}),w.observe(P,{attributes:!0,characterData:!0,childList:!0,subtree:!0})))},I=e.computed(()=>t.yBarWidthInPx+t.yGapInPx),M=e.computed(()=>t.xBarWidthInPx+t.xGapInPx),V=e.computed(()=>t.scrollYProp==="hidden"||!d.value?"0":`${I.value}px`),k=e.computed(()=>t.scrollXProp==="hidden"||!p.value?"0":`${M.value}px`),b=e.computed(()=>`${t.yBarWidthInPx}px`),x=e.computed(()=>`${t.xBarWidthInPx}px`),q=e.computed(()=>J.value?x.value:"0px"),L=e.computed(()=>j.value?b.value:"0px"),C=e.inject("nmorph");let H;const R=n,$=()=>{const P=i.value;if(!P)return;const re=Math.trunc(P.scrollLeft),de=Math.trunc(P.scrollTop);R("update:model-value",{x:re,y:de})},T=()=>{R("on-scroll-end")},F=P=>{_(),R("on-scroll",P),i.value&&(t.updateOnlyOnScrollEnd||$(),H!==void 0&&clearTimeout(H),H=setTimeout(()=>{t.updateOnlyOnScrollEnd&&$(),T()},t.scrollEndDelay))},ee=P=>P.deltaMode===1?16:P.deltaMode===2?Math.max(h.value.clientWidth,1):1,X=P=>{if(t.scrollYProp==="hidden"||!d.value||!P)return!1;const re=h.value.scrollTop,de=xe("y");return P<0?re>0:P>0?re<de:!1},le=P=>{const re=P.target,de=l.value;if(!(re instanceof Element)||!de)return!1;const he=re.closest(".nmorph-scroll");return!!(he&&he!==de)},D=P=>{const re=P.target,de=l.value;if(!(re instanceof Element)||!de)return!1;const he=re.closest(".nmorph-scroll__bar--horizontal");return!!(he&&he.closest(".nmorph-scroll")===de)},Q=P=>{const re=i.value;if(_(),le(P))return;const de=D(P),he=de&&Math.abs(P.deltaX)>Math.abs(P.deltaY)?P.deltaX:P.deltaY;if(!re||t.scrollXProp==="hidden"||!p.value||!he||!de&&Math.abs(P.deltaX)>Math.abs(P.deltaY))return;const Ie=he*ee(P);if(!de&&X(Ie)){P.stopPropagation();return}const We=re.scrollLeft;if(Se("x",We+Ie),re.scrollLeft===We){de&&(P.preventDefault(),P.stopPropagation());return}P.preventDefault(),P.stopPropagation()};e.onUnmounted(()=>{H!==void 0&&clearTimeout(H),m?.disconnect(),u?.disconnect(),w?.disconnect(),S.clear(),$e()});const A=e.ref(!1),U=e.computed(()=>K({"nmorph-scroll":{"show-bars":A.value||f.value,dragging:f.value}})),N=()=>t.cssScrollBehavior==="smooth"?"smooth":"auto",Z=P=>{const{x:re,y:de}=P;i.value?.scrollTo({left:re,top:de,behavior:N()})};e.onMounted(()=>{Z(t.modelValue),E(),v(),typeof ResizeObserver<"u"&&i.value&&(m=new ResizeObserver(()=>{v()}),m.observe(i.value))}),e.watch(()=>t.modelValue,P=>{Z(P)},{deep:!0,immediate:!0}),e.watch(()=>C?.browser.dimensions,()=>{v()},{deep:!0,immediate:!0});const oe=e.computed(()=>t.cssScrollBehavior),G=e.computed(()=>t.height),te=e.computed(()=>t.maxHeight),z=e.computed(()=>({"--nmorph-private-scroll-bar-width":b.value,"--nmorph-private-scroll-bar-height":x.value,...me({"--nmorph-private-scroll-gap":t.gap}),boxSizing:"border-box",minWidth:"0",minHeight:"0",height:G.value,maxHeight:te.value})),Y=e.computed(()=>({paddingRight:V.value,paddingBottom:k.value,overflowX:s.value,overflowY:a.value,scrollBehavior:oe.value})),j=e.computed(()=>t.scrollYProp!=="hidden"&&d.value),J=e.computed(()=>t.scrollXProp!=="hidden"&&p.value),se=e.computed(()=>Math.max(0,h.value.clientHeight-(J.value?t.xBarWidthInPx:0))),ce=e.computed(()=>Math.max(0,h.value.clientWidth-(j.value?t.yBarWidthInPx:0))),pe=P=>P==="y"?se.value:ce.value,ue=P=>P==="y"?h.value.clientHeight:h.value.clientWidth,be=P=>P==="y"?h.value.scrollHeight:h.value.scrollWidth,ye=P=>P==="y"?h.value.scrollTop:h.value.scrollLeft,Ce=P=>Math.min(pe(P),Math.max(18,P==="y"?t.yBarWidthInPx*3:t.xBarWidthInPx*3)),xe=P=>Math.max(0,be(P)-ue(P)),Ve=P=>{const re=pe(P),de=be(P),he=ue(P);return re<=0||de<=he?0:Math.min(re,Math.max(Ce(P),he/de*re))},ve=P=>{const re=xe(P),de=Math.max(0,pe(P)-Ve(P));return!re||!de?0:ye(P)/re*de},ne=e.computed(()=>({height:`${Ve("y")}px`,transform:`translate3d(0, ${ve("y")}px, 0)`})),ge=e.computed(()=>({width:`${Ve("x")}px`,transform:`translate3d(${ve("x")}px, 0, 0)`})),Se=(P,re)=>{const de=i.value;if(!de)return;const he=Math.max(0,Math.min(xe(P),re));P==="y"?de.scrollTop=he:de.scrollLeft=he,_()},$e=()=>{g&&(window.removeEventListener("pointermove",Ke),window.removeEventListener("pointerup",Fe),window.removeEventListener("pointercancel",Fe),g=void 0,f.value=!1,document.body&&(document.body.style.userSelect=B))},Ke=P=>{if(!g)return;const de=(g.axis==="y"?P.clientY:P.clientX)-g.pointerStart,he=Math.max(1,g.trackSize-g.thumbSize),Ie=de/he*g.maxScroll;Se(g.axis,g.scrollStart+Ie)},Fe=()=>{$e()},$o=(P,re)=>{re.preventDefault(),re.stopPropagation();const de=pe(P),he=Ve(P),Ie=xe(P);!de||!he||!Ie||(g={axis:P,pointerStart:P==="y"?re.clientY:re.clientX,scrollStart:ye(P),trackSize:de,thumbSize:he,maxScroll:Ie},f.value=!0,B=document.body?.style.userSelect??"",document.body&&(document.body.style.userSelect="none"),window.addEventListener("pointermove",Ke),window.addEventListener("pointerup",Fe),window.addEventListener("pointercancel",Fe))},Ko=(P,re)=>{if(re.target.closest(".nmorph-scroll__thumb"))return;const he=re.currentTarget.getBoundingClientRect(),Ie=P==="y"?re.clientY-he.top:re.clientX-he.left,We=Math.max(1,pe(P)-Ve(P)),ms=(Ie-Ve(P)/2)/We*xe(P);Se(P,ms)};o({scrollDOMContainer:i,moveTo:Z});const Dt={props:t,scrollRoot:l,scrollDOMContainer:i,overflowY:a,overflowX:s,hasVerticalScroll:d,hasHorizontalScroll:p,metrics:h,isDragging:f,get viewportResizeObserver(){return m},set viewportResizeObserver(P){m=P},get contentResizeObserver(){return u},set contentResizeObserver(P){u=P},get mutationObserver(){return w},set mutationObserver(P){w=P},get dragState(){return g},set dragState(P){g=P},get previousBodyUserSelect(){return B},set previousBodyUserSelect(P){B=P},observedContentElements:S,updateScrollableState:_,queueScrollableStateUpdate:v,refreshObservedContentElements:y,observeScrollableContent:E,paddingRightCandidate:I,paddingBottomCandidate:M,paddingRight:V,paddingBottom:k,barWidth:b,barHeight:x,verticalBarBottom:q,horizontalBarRight:L,nmorph:C,get scrollEndTimeout(){return H},set scrollEndTimeout(P){H=P},emit:R,updateValue:$,handleScrollEnd:T,scrollHandler:F,getWheelDeltaMultiplier:ee,canConsumeVerticalWheel:X,isNestedScrollEvent:le,isCurrentHorizontalBarEvent:D,wheelHandler:Q,show:A,modifiers:U,getProgrammaticScrollBehavior:N,moveTo:Z,scrollBehavior:oe,scrollHeight:G,maxHeight:te,rootStyle:z,viewportStyle:Y,visibleVerticalBar:j,visibleHorizontalBar:J,verticalTrackSize:se,horizontalTrackSize:ce,getTrackSize:pe,getClientSize:ue,getScrollSize:be,getScrollPosition:ye,getMinThumbSize:Ce,getMaxScroll:xe,getThumbSize:Ve,getThumbOffset:ve,verticalThumbStyle:ne,horizontalThumbStyle:ge,setScrollPosition:Se,stopThumbDrag:$e,thumbPointerMoveHandler:Ke,thumbPointerUpHandler:Fe,thumbPointerDownHandler:$o,trackPointerDownHandler:Ko,mouseEnterHandler:()=>{A.value=!0},mouseLeaveHandler:()=>{A.value=!1}};return Object.defineProperty(Dt,"__isScriptSetup",{enumerable:!1,value:!0}),Dt}});function Iu(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{ref:"scrollRoot",class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.rootStyle),onMouseenter:t.mouseEnterHandler,onMouseleave:t.mouseLeaveHandler},[e.createElementVNode("div",{ref:"scrollDOMContainer",class:"nmorph-scroll__viewport",style:e.normalizeStyle(t.viewportStyle),onScroll:t.scrollHandler,onWheel:t.wheelHandler},[e.renderSlot(r.$slots,"default")],36),t.visibleVerticalBar?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-scroll__bar nmorph-scroll__bar--vertical",style:e.normalizeStyle({bottom:t.verticalBarBottom}),onPointerdown:o[1]||(o[1]=a=>t.trackPointerDownHandler("y",a))},[e.createElementVNode("div",{class:"nmorph-scroll__thumb nmorph-scroll__thumb--vertical",style:e.normalizeStyle(t.verticalThumbStyle),onPointerdown:o[0]||(o[0]=a=>t.thumbPointerDownHandler("y",a))},null,36)],36)):e.createCommentVNode("v-if",!0),t.visibleHorizontalBar?(e.openBlock(),e.createElementBlock("div",{key:1,class:"nmorph-scroll__bar nmorph-scroll__bar--horizontal",style:e.normalizeStyle({right:t.horizontalBarRight}),onPointerdown:o[3]||(o[3]=a=>t.trackPointerDownHandler("x",a)),onWheel:t.wheelHandler},[e.createElementVNode("div",{class:"nmorph-scroll__thumb nmorph-scroll__thumb--horizontal",style:e.normalizeStyle(t.horizontalThumbStyle),onPointerdown:o[2]||(o[2]=a=>t.thumbPointerDownHandler("x",a))},null,36)],36)):e.createCommentVNode("v-if",!0)],38)}const No=W(Cu,[["render",Iu],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-scroll/NmorphScroll.vue"]]),Mu={auto:"auto",hidden:"hidden",scroll:"scroll"},zu={auto:"auto",smooth:"smooth",inherit:"inherit",initial:"initial",unset:"unset"},Hu=e.defineComponent({inheritAttrs:!1,__name:"NmorphSpace",props:{tag:{type:String,required:!1,default:"div"},direction:{type:String,required:!1,default:"row"},size:{type:[String,Number],required:!1,default:"medium"},align:{type:String,required:!1,default:"start"},justify:{type:String,required:!1,default:"start"},wrap:{type:Boolean,required:!1,default:!1},inline:{type:Boolean,required:!1,default:!1},fill:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t={small:"4px",medium:"8px",large:"16px"},l=e.computed(()=>K({"nmorph-space":[n.direction,n.wrap&&"wrap",n.inline&&"inline",n.fill&&"fill"]})),i=f=>ze(t[f]||f),a=e.computed(()=>n.align==="start"||n.align==="end"?`flex-${n.align}`:n.align),s=e.computed(()=>n.justify==="start"||n.justify==="end"?`flex-${n.justify}`:n.justify),d=e.computed(()=>({"--nmorph-private-space-gap":i(n.size),"--nmorph-private-space-align":a.value,"--nmorph-private-space-justify":s.value})),p=Ee(l,d),h={props:n,sizeMap:t,modifiers:l,resolveSpaceSize:i,alignItems:a,justifyContent:s,styles:d,rootAttrs:p};return Object.defineProperty(h,"__isScriptSetup",{enumerable:!1,value:!0}),h}});function qu(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.tag),e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default")]),_:3},16)}const Tu=W(Hu,[["render",qu],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-space/NmorphSpace.vue"]]),Lu=e.defineComponent({inheritAttrs:!1,__name:"NmorphText",props:{as:{type:String,required:!1,default:"span"},text:{type:[String,Number],required:!1,default:void 0},variant:{type:null,required:!1,default:"body"},weight:{type:null,required:!1,default:void 0},color:{type:null,required:!1,default:"text"},align:{type:null,required:!1,default:"inherit"},selectable:{type:Boolean,required:!1,default:!0},italic:{type:Boolean,required:!1,default:!1},noLineHeight:{type:Boolean,required:!1,default:!1},truncate:{type:Boolean,required:!1,default:!1},nowrap:{type:Boolean,required:!1,default:!1},lineClamp:{type:Number,required:!1,default:void 0}},setup(r,{expose:o}){o();const n=r,t={text:"var(--nmorph-text-color)",contrast:"var(--nmorph-contrast-text-color)","semi-contrast":"var(--nmorph-semi-contrast-text-color)",placeholder:"var(--nmorph-placeholder-text-color)",focus:"var(--nmorph-focus-text-color)",accent:"var(--nmorph-accent-color)",success:"var(--nmorph-success-text-color)",warning:"var(--nmorph-warn-text-color)",error:"var(--nmorph-error-text-color)",white:"var(--nmorph-white-color)"},l=e.computed(()=>K({"nmorph-typography":[n.variant,n.weight,!n.selectable&&"not-selectable",n.italic&&"italic",n.noLineHeight&&"no-line-height",n.truncate&&"truncate",n.nowrap&&"nowrap",n.lineClamp&&"line-clamp"]})),i=e.computed(()=>_e({"--nmorph-private-text-color":t[n.color]||n.color,"--nmorph-private-text-align":n.align==="inherit"?void 0:n.align,"--nmorph-private-text-line-clamp":n.lineClamp})),a=Ee(l,i),s={props:n,colorMap:t,modifiers:l,styles:i,rootAttrs:a};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}});function Au(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.as),e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(t.props.text),1)])]),_:3},16)}const Du=W(Lu,[["render",Au],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-text/NmorphText.vue"]]),Pu=e.defineComponent({inheritAttrs:!1,__name:"NmorphPreviewPortal",props:{show:{type:Boolean,required:!0},zIndex:{type:Number,required:!1,default:void 0},rootClass:{type:String,required:!1,default:""},stateClass:{type:String,required:!1,default:""},contentClass:{type:String,required:!1,default:""},leftClass:{type:String,required:!1,default:""},rightClass:{type:String,required:!1,default:""},actionsClass:{type:String,required:!1,default:""},navigationButtonMargin:{type:[Number,String],required:!1,default:void 0},contentWidth:{type:[Number,String],required:!1,default:void 0},contentHeight:{type:[Number,String],required:!1,default:void 0},showNavigation:{type:Boolean,required:!1,default:!1},showActionBar:{type:Boolean,required:!1,default:!1}},emits:["close","previous","next"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>["nmorph-preview-portal",t.rootClass,t.stateClass,t.show&&"nmorph-preview-portal--opened"]),a=e.computed(()=>me({"--nmorph-private-preview-portal-btn-margin":t.navigationButtonMargin,"--nmorph-private-preview-portal-content-width":t.contentWidth,"--nmorph-private-preview-portal-content-height":t.contentHeight})),s=Ee(i,a),d={props:t,emit:l,rootClasses:i,portalStyle:a,rootAttrs:s,get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconChevronDown(){return Pe},get NmorphOverlay(){return tt}};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function Ou(r,o,n,t,l,i){return t.props.show?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createElementVNode("div",e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),[e.createVNode(t.NmorphOverlay,{show:t.props.show,"z-index":t.props.zIndex,"disabled-teleport":"",onOnOutsideClick:o[2]||(o[2]=a=>t.emit("close")),onOnEscapeKeydown:o[3]||(o[3]=a=>t.emit("close"))},{default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-preview-portal__content",t.props.contentClass])},[e.renderSlot(r.$slots,"default")],2),t.props.showNavigation?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["nmorph-preview-portal__left",t.props.leftClass])},[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:o[0]||(o[0]=a=>t.emit("previous"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})],2)):e.createCommentVNode("v-if",!0),t.props.showNavigation?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["nmorph-preview-portal__right",t.props.rightClass])},[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:o[1]||(o[1]=a=>t.emit("next"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})],2)):e.createCommentVNode("v-if",!0),t.props.showActionBar?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(["nmorph-preview-portal__actions",t.props.actionsClass])},[e.renderSlot(r.$slots,"actions")],2)):e.createCommentVNode("v-if",!0)]),_:3},8,["show","z-index"])],16)])):e.createCommentVNode("v-if",!0)}const gc=W(Pu,[["render",Ou],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue"]]),Fu=e.defineComponent({__name:"NmorphImagePreview",props:{modelValue:{type:Boolean,required:!1,default:!1},alt:{type:String,required:!1,default:""},initialIndex:{type:Number,required:!1,default:0},src:{type:[String,Array],required:!0},scaleStep:{type:Number,required:!1,default:.2},minScaleLevel:{type:Number,required:!1,default:.2},maxScaleLevel:{type:Number,required:!1,default:4},zIndex:{type:Number,required:!1,default:void 0},showTrigger:{type:Boolean,required:!1,default:!0},showNavigationButtons:{type:Boolean,required:!1,default:!0},showActionBar:{type:Boolean,required:!1,default:!0},width:{type:[Number,String],required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},previewWidth:{type:[Number,String],required:!1,default:void 0},previewHeight:{type:[Number,String],required:!1,default:void 0},radius:{type:[Number,String],required:!1,default:void 0},fit:{type:String,required:!1,default:"cover"},navigationButtonMargin:{type:[Number,String],required:!1,default:void 0},triggerView:{type:String,required:!1,default:"single"},triggerLimit:{type:Number,required:!1,default:void 0},triggerGap:{type:[Number,String],required:!1,default:8}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=e.ref(t.modelValue);e.watch(()=>t.modelValue,j=>l.value=j);const i=e.computed(()=>Array.isArray(t.src)?t.src:[t.src]),a=j=>{const J=i.value.length-1;return J<0||j<0?0:j>J?J:j},s=e.ref(a(t.initialIndex)),d=e.computed(()=>a(s.value)),p=e.computed(()=>i.value[d.value]||""),h=e.computed(()=>t.triggerView==="gallery"&&i.value.length>1),f=e.computed(()=>!t.triggerLimit||t.triggerLimit<1?i.value.length:Math.min(Math.floor(t.triggerLimit),i.value.length)),m=e.computed(()=>i.value.slice(0,f.value).map((j,J)=>({index:J,src:j}))),u=e.computed(()=>i.value.length-m.value.length),w=e.computed(()=>m.value[m.value.length-1]?.index??-1),g=e.computed(()=>K({"nmorph-image-preview":[l.value&&"opened",h.value&&"gallery-trigger"]})),B=e.ref(new Map),S=(j,J)=>j||`__empty-image-${J}`,_=e.computed(()=>S(p.value,d.value)),v=e.computed(()=>B.value.get(_.value)||{rotateLevel:0,scaleLevel:1}),y=e.computed(()=>v.value.rotateLevel),E=e.computed(()=>v.value.scaleLevel),I=e.computed(()=>`rotate(${y.value}deg) scale(${E.value})`),M=j=>{const J=new Map(B.value);J.set(_.value,j),B.value=J},V=j=>{M({...v.value,...j})},k=j=>{const J=j%360;return Object.is(J,-0)?0:J},b=j=>parseFloat(Math.min(Math.max(j,t.minScaleLevel),t.maxScaleLevel).toFixed(3));e.watch(()=>[t.initialIndex,i.value.length],()=>{s.value=a(t.initialIndex)});const x=j=>{s.value=a(j),l.value=!0,Z("update:model-value",l.value)},q=()=>{h.value||x(d.value)},L=()=>{l.value=!1,Z("update:model-value",l.value)},C=()=>{V({rotateLevel:k(y.value+90)})},H=()=>{V({rotateLevel:k(y.value-90)})},R=()=>{V({scaleLevel:b(E.value+t.scaleStep)})},$=()=>{V({scaleLevel:b(E.value-t.scaleStep)})},T=e.computed(()=>E.value<1),F=()=>{V({scaleLevel:1})},ee=()=>{V({scaleLevel:1})},X=()=>{const j=i.value.length;if(!j)return;const J=d.value-1;s.value=J<0?j-1:J},le=()=>{const j=i.value.length;if(!j)return;const J=d.value+1;s.value=J>j-1?0:J},D=j=>{!l.value||i.value.length<2||j.altKey||j.ctrlKey||j.metaKey||j.shiftKey||(j.key==="ArrowLeft"&&(j.preventDefault(),X()),j.key==="ArrowRight"&&(j.preventDefault(),le()))},Q=()=>{typeof document>"u"||document.addEventListener("keydown",D)},A=()=>{typeof document>"u"||document.removeEventListener("keydown",D)};e.watch(l,j=>{j?Q():A()},{immediate:!0}),e.onBeforeUnmount(A);const U=e.computed(()=>{let j={icon:Nt,handler:ee};return T.value&&(j={icon:ut,handler:F}),j}),N=[{icon:kt,handler:C},{icon:_t,handler:H},{icon:Vt,handler:R},{icon:vt,handler:$}],Z=n,oe=e.computed(()=>i.value.length>1),G=e.computed(()=>t.showNavigationButtons&&oe.value),te=e.computed(()=>me({"--nmorph-private-image-preview-trigger-width":t.width,"--nmorph-private-image-preview-trigger-height":t.height,"--nmorph-private-image-preview-radius":t.radius,"--nmorph-private-image-preview-trigger-gap":t.triggerGap})),Y={props:t,open:l,sourceList:i,getClampedIndex:a,currentIndex:s,resolvedCurrentIndex:d,triggerSource:p,showGalleryTrigger:h,triggerSourceLimit:f,triggerSources:m,hiddenTriggerCount:u,lastVisibleTriggerIndex:w,modifiers:g,imageTransformStates:B,getImageTransformKey:S,currentTransformKey:_,currentTransformState:v,rotateLevel:y,scaleLevel:E,imageTransform:I,setCurrentTransformState:M,updateCurrentTransformState:V,normalizeRotateLevel:k,clampScaleLevel:b,openPreviewAt:x,clickHandler:q,closeHandler:L,rotateRight:C,rotateLeft:H,zoomIn:R,zoomOut:$,isLevelChangedToMin:T,enlargeToNormal:F,shrinkToNormal:ee,previousHandler:X,nextHandler:le,keyboardNavigationHandler:D,addKeyboardNavigationListener:Q,removeKeyboardNavigationListener:A,enlargeShrinkActionData:U,actions:N,emit:Z,multipleSources:oe,showNavigation:G,triggerStyle:te,getTriggerLabel:j=>t.alt?`${t.alt} ${j+1}`:`Image ${j+1}`,get NmorphImage(){return Ct},get NmorphButton(){return Be},get NmorphIcon(){return ie},NmorphPreviewPortal:gc};return Object.defineProperty(Y,"__isScriptSetup",{enumerable:!1,value:!0}),Y}}),Ru=["aria-label","onClick"],ju={key:0,class:"nmorph-image-preview__trigger-more"},Wu={class:"nmorph-image-preview__action-element"};function $u(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock(e.Fragment,null,[t.props.showTrigger?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.triggerStyle)},[e.createElementVNode("div",{class:"nmorph-image-preview__trigger",onClick:t.clickHandler},[t.showGalleryTrigger?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(t.triggerSources,a=>(e.openBlock(),e.createElementBlock("button",{key:`${a.src}-${a.index}`,type:"button",class:"nmorph-image-preview__trigger-item","aria-label":t.getTriggerLabel(a.index),onClick:e.withModifiers(s=>t.openPreviewAt(a.index),["stop"])},[e.createVNode(t.NmorphImage,{src:a.src,alt:t.getTriggerLabel(a.index),fit:t.props.fit,design:"plain","frame-border":0},e.createSlots({_:2},[r.$slots.loading?{name:"loading",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"loading")]),key:"0"}:void 0,r.$slots.error?{name:"error",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"error")]),key:"1"}:void 0]),1032,["src","alt","fit"]),a.index===t.lastVisibleTriggerIndex&&t.hiddenTriggerCount>0?(e.openBlock(),e.createElementBlock("span",ju," +"+e.toDisplayString(t.hiddenTriggerCount),1)):e.createCommentVNode("v-if",!0)],8,Ru))),128)):(e.openBlock(),e.createBlock(t.NmorphImage,{key:1,src:t.triggerSource,alt:t.props.alt,fit:t.props.fit,design:"plain","frame-border":0},e.createSlots({_:2},[r.$slots.loading?{name:"loading",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"loading")]),key:"0"}:void 0,r.$slots.error?{name:"error",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"error")]),key:"1"}:void 0]),1032,["src","alt","fit"]))])],6)):e.createCommentVNode("v-if",!0),t.open?(e.openBlock(),e.createBlock(t.NmorphPreviewPortal,{key:1,show:t.open,"z-index":t.props.zIndex,"root-class":"nmorph-image-preview__portal","state-class":t.modifiers,"content-class":"nmorph-image-preview__content","left-class":"nmorph-image-preview__left","right-class":"nmorph-image-preview__right","actions-class":"nmorph-image-preview__actions","navigation-button-margin":t.props.navigationButtonMargin,"content-width":t.props.previewWidth,"content-height":t.props.previewHeight,"show-navigation":t.showNavigation,"show-action-bar":t.props.showActionBar,onClose:t.closeHandler,onPrevious:t.previousHandler,onNext:t.nextHandler},{actions:e.withCtx(()=>[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(t.actions,(a,s)=>e.createElementVNode("div",{key:s,class:"nmorph-image-preview__action-element"},[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:a.handler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(a.icon)))]),_:2},1024)]),_:2},1032,["onClick"])])),64)),e.createElementVNode("div",Wu,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",disabled:t.scaleLevel===1,onClick:t.enlargeShrinkActionData.handler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.enlargeShrinkActionData.icon)))]),_:1})]),_:1},8,["disabled","onClick"])])]),default:e.withCtx(()=>[e.createVNode(t.NmorphImage,{src:t.triggerSource,alt:t.props.alt,fit:"contain",design:"plain","frame-border":0,style:e.normalizeStyle({transform:t.imageTransform})},e.createSlots({_:2},[r.$slots.loading?{name:"loading",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"loading")]),key:"0"}:void 0,r.$slots.error?{name:"error",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"error")]),key:"1"}:void 0]),1032,["src","alt","style"])]),_:3},8,["show","z-index","state-class","navigation-button-margin","content-width","content-height","show-navigation","show-action-bar"])):e.createCommentVNode("v-if",!0)],64)}const Bo=W(Fu,[["render",$u],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-image-preview/NmorphImagePreview.vue"]]),Ku=e.defineComponent({__name:"NmorphAvatar",props:{design:{type:null,required:!1,default:"nmorph"},borderless:{type:Boolean,required:!1,default:!1},src:{type:[String,Array],required:!1,default:void 0},size:{type:Number,required:!1,default:48},shape:{type:null,required:!1,default:"circle"},frameBorder:{type:Number,required:!1,default:2},imagePadding:{type:Number,required:!1,default:4},name:{type:String,required:!1,default:""},fallback:{type:null,required:!1,default:()=>ht},preview:{type:Boolean,required:!1,default:!1},previewSrc:{type:[String,Array],required:!1,default:void 0},previewInitialIndex:{type:Number,required:!1,default:0},previewScaleStep:{type:Number,required:!1,default:.2},previewMinScaleLevel:{type:Number,required:!1,default:.2},previewMaxScaleLevel:{type:Number,required:!1,default:4},srcSet:{type:String,required:!1},fit:{type:null,required:!1},alt:{type:String,required:!1}},emits:["error","load"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=x=>{l("error",x)},a=x=>{l("load",x)},s=e.ref(!1),d=(x,q=0)=>Array.isArray(x)?x[q]:x,p=e.computed(()=>`${t.imagePadding}px`),h=e.computed(()=>`${t.size}px`),f=e.computed(()=>d(t.src)),m=e.computed(()=>t.previewSrc||t.src),u=e.computed(()=>{const x=m.value;return Array.isArray(x)?x.length>0:!!x}),w=e.computed(()=>{const x=m.value;return Array.isArray(x)?x:x||""}),g=e.computed(()=>t.preview&&u.value),B=e.computed(()=>t.design||"nmorph"),S=e.computed(()=>K({nmorph:[B.value==="nmorph"?"shadow-combined":""],"nmorph-avatar":[B.value,t.shape,t.frameBorder>0&&"framed",B.value==="plain"&&t.borderless&&"borderless",g.value&&"preview"]})),_=e.computed(()=>`${t.size/100*60}px`),v=e.computed(()=>`${Math.max(12,t.size*.38)}px`),y=e.computed(()=>t.shape==="circle"?"50%":"4px"),E=e.computed(()=>t.shape==="circle"?"50%":"2px"),I=e.computed(()=>({width:h.value,height:h.value,"--nmorph-private-avatar-image-padding":p.value,"--nmorph-private-avatar-radius":y.value,"--nmorph-private-avatar-image-radius":E.value,"--nmorph-private-avatar-frame-border":`${t.frameBorder}px`})),M=e.computed(()=>t.fallback||ht),V=e.computed(()=>{const x=t.name.trim();if(!x)return"";const q=x.split(/\s+/);return(q.length>1?`${q[0][0]}${q[q.length-1][0]}`:q[0].slice(0,2)).toUpperCase()}),b={props:t,emit:l,onImageError:i,onImageLoad:a,previewOpen:s,getSourceByIndex:d,imagePadding:p,size:h,imageSrc:f,previewSource:m,hasPreviewSource:u,imagePreviewSrc:w,previewAvailable:g,resolvedDesign:B,modifiers:S,stubIconSize:_,initialsFontSize:v,radius:y,imageRadius:E,styles:I,fallback:M,initials:V,openPreview:()=>{g.value&&(s.value=!0)},get NmorphImage(){return Ct},get NmorphIcon(){return ie},get NmorphIconLoaderDots(){return Oe},NmorphImagePreview:Bo};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}});function Uu(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),onClick:t.openPreview},[e.createVNode(t.NmorphImage,{design:"plain",fit:t.props.fit,src:t.imageSrc,"src-set":t.props.srcSet,alt:t.props.alt,width:t.size,height:t.size,"frame-border":0,onLoad:t.onImageLoad,onError:t.onImageError},{loading:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoaderDots)]),_:1})]),error:e.withCtx(()=>[e.renderSlot(r.$slots,"error",{},()=>[t.initials?(e.openBlock(),e.createElementBlock("span",{key:0,class:"nmorph-avatar__initials",style:e.normalizeStyle({fontSize:t.initialsFontSize})},e.toDisplayString(t.initials),5)):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,width:t.stubIconSize},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.fallback)))]),_:1},8,["width"]))])]),_:3},8,["fit","src","src-set","alt","width","height"]),t.imageSrc?e.createCommentVNode("v-if",!0):e.renderSlot(r.$slots,"error",{key:0},()=>[t.initials?(e.openBlock(),e.createElementBlock("span",{key:0,class:"nmorph-avatar__initials",style:e.normalizeStyle({fontSize:t.initialsFontSize})},e.toDisplayString(t.initials),5)):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,width:t.stubIconSize},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.fallback)))]),_:1},8,["width"]))]),t.previewAvailable?(e.openBlock(),e.createBlock(t.NmorphImagePreview,{key:1,modelValue:t.previewOpen,"onUpdate:modelValue":o[0]||(o[0]=a=>t.previewOpen=a),"show-trigger":!1,src:t.imagePreviewSrc,alt:t.props.alt,"initial-index":t.props.previewInitialIndex,"scale-step":t.props.previewScaleStep,"min-scale-level":t.props.previewMinScaleLevel,"max-scale-level":t.props.previewMaxScaleLevel},{loading:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoaderDots)]),_:1})]),_:1},8,["modelValue","src","alt","initial-index","scale-step","min-scale-level","max-scale-level"])):e.createCommentVNode("v-if",!0)],6)}const wc=W(Ku,[["render",Uu],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-avatar/NmorphAvatar.vue"]]),Gu=e.defineComponent({__name:"NmorphAudioMeter",props:{value:{type:Number,required:!1},volumeDb:{type:Number,required:!1},variant:{type:String,required:!1,default:"bars"},bars:{type:Number,required:!1,default:12},warnThreshold:{type:Number,required:!1,default:.7},errorThreshold:{type:Number,required:!1,default:.9},color:{type:String,required:!1},warnColor:{type:String,required:!1},errorColor:{type:String,required:!1},trackColor:{type:String,required:!1},label:{type:String,required:!1,default:"Audio level"}},setup(r,{expose:o}){o();const n=r,t=f=>Math.min(Math.max(f,0),1),l=e.computed(()=>typeof n.value=="number"?t(n.value):typeof n.volumeDb=="number"?t((n.volumeDb+60)/60):0),i=e.computed(()=>Array.from({length:Math.max(n.bars,1)},(f,m)=>m)),a=e.computed(()=>l.value>=n.errorThreshold?"error":l.value>=n.warnThreshold?"warn":"normal"),s=e.computed(()=>K({"nmorph-audio-meter":[n.variant,a.value]})),d=e.computed(()=>({"--nmorph-private-audio-meter-percent":`${Math.round(l.value*100)}%`,..._e({"--nmorph-private-audio-meter-color":n.color,"--nmorph-private-audio-meter-warn-color":n.warnColor,"--nmorph-private-audio-meter-error-color":n.errorColor,"--nmorph-private-audio-meter-track-color":n.trackColor})})),h={props:n,clamp:t,level:l,barIndexes:i,state:a,modifiers:s,styles:d,isBarActive:f=>(f+1)/i.value.length<=l.value};return Object.defineProperty(h,"__isScriptSetup",{enumerable:!1,value:!0}),h}}),Yu=["aria-label","aria-valuenow"],Zu={key:1,class:"nmorph-audio-meter__line"},Xu={key:2,class:"nmorph-audio-meter__ring"};function Qu(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),role:"meter","aria-label":t.props.label,"aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":Math.round(t.level*100)},[t.props.variant==="bars"?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(t.barIndexes,a=>(e.openBlock(),e.createElementBlock("span",{key:a,class:e.normalizeClass(["nmorph-audio-meter__bar",{"nmorph-audio-meter__bar--active":t.isBarActive(a)}])},null,2))),128)):t.props.variant==="line"?(e.openBlock(),e.createElementBlock("span",Zu)):(e.openBlock(),e.createElementBlock("span",Xu))],14,Yu)}const Ju=W(Gu,[["render",Qu],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-audio-meter/NmorphAudioMeter.vue"]]),eg="var(--nmorph-white-color)",tg=e.defineComponent({__name:"NmorphAudioPreview",props:{src:{type:String,required:!0},name:{type:String,required:!1,default:""},durationMs:{type:Number,required:!1,default:void 0},width:{type:[Number,String],required:!1,default:void 0},surface:{type:String,required:!1,default:"card"},embedded:{type:Boolean,required:!1,default:!1},showIcon:{type:Boolean,required:!1,default:!0},showHeader:{type:Boolean,required:!1,default:!0},compact:{type:Boolean,required:!1,default:!1},preload:{type:String,required:!1,default:"metadata"},downloadHref:{type:String,required:!1,default:""},loading:{type:Boolean,required:!1,default:!1},error:{type:Boolean,required:!1,default:!1},errorText:{type:String,required:!1,default:""},showPlaybackButton:{type:Boolean,required:!1,default:!0},showDefaultActions:{type:Boolean,required:!1,default:!0}},emits:["play","pause","open","download","error"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.useSlots(),a=e.ref(null),s=e.ref(!1),d=e.ref(0),p=e.ref(t.durationMs?t.durationMs/1e3:0);e.watch(()=>t.durationMs,L=>{p.value=L?L/1e3:p.value});const h=e.computed(()=>p.value||0),f=e.computed({get:()=>h.value>0?d.value/h.value*100:0,set:L=>{!a.value||h.value<=0||(a.value.currentTime=L/100*h.value,d.value=a.value.currentTime)}}),m=e.computed(()=>({"--nmorph-private-audio-preview-progress":`${f.value}%`})),u=e.computed(()=>!!i.actions||t.showDefaultActions&&(t.src||t.downloadHref)),w=e.computed(()=>K({"nmorph-audio-preview":[t.surface,t.embedded&&"embedded",!t.showIcon&&"no-icon",!t.showHeader&&"no-header",t.compact&&"compact",t.loading&&"loading",t.error&&"error",s.value&&"playing",!u.value&&"no-actions"]})),g=e.computed(()=>me({"--nmorph-private-audio-preview-width":t.width})),B=L=>{if(!Number.isFinite(L)||L<0)return"0:00";const C=Math.floor(L),H=Math.floor(C/60),R=C%60;return`${H}:${R.toString().padStart(2,"0")}`},S=e.computed(()=>B(d.value)),_=e.computed(()=>B(h.value)),v=async()=>{if(!(!a.value||!t.showPlaybackButton||t.loading||t.error)){if(s.value){a.value.pause();return}try{await a.value.play()}catch{s.value=!1}}},y=()=>{!a.value||Number.isNaN(a.value.duration)||(p.value=a.value.duration)},E=()=>{d.value=a.value?.currentTime||0},I=L=>{s.value=!0,l("play",L)},M=L=>{s.value=!1,l("pause",L)},V=()=>{s.value=!1},k=L=>{s.value=!1,l("error",L)},b=()=>l("open"),x=()=>l("download");o({audioRef:a});const q={CONTRAST_ICON_COLOR:eg,props:t,emit:l,slots:i,audioRef:a,playing:s,currentTime:d,durationSeconds:p,resolvedDuration:h,progress:f,progressStyle:m,hasActions:u,modifiers:w,styles:g,formatTime:B,currentTimeLabel:S,durationLabel:_,togglePlayback:v,loadedMetadataHandler:y,timeUpdateHandler:E,playHandler:I,pauseHandler:M,endedHandler:V,errorHandler:k,openHandler:b,downloadHandler:x,get NmorphIcon(){return ie},get NmorphIconAudio(){return pt},get NmorphIconDownload(){return Xe},get NmorphIconExternalLink(){return gt},get NmorphIconLoader(){return He},get NmorphIconPause(){return yt},get NmorphIconPlay(){return nt}};return Object.defineProperty(q,"__isScriptSetup",{enumerable:!1,value:!0}),q}}),og=["src","preload"],rg=["disabled","aria-label"],ng={key:2,class:"nmorph-audio-preview__play-indicator"},ag={key:1,class:"nmorph-audio-preview__icon"},lg=["aria-label"],ig={class:"nmorph-audio-preview__body"},cg={key:0,class:"nmorph-audio-preview__header"},sg={class:"nmorph-audio-preview__name"},dg={key:0,class:"nmorph-audio-preview__error"},mg={key:1,class:"nmorph-audio-preview__time"},pg={class:"nmorph-audio-preview__control"},hg=["disabled","aria-label"],fg={key:0,class:"nmorph-audio-preview__time"},ug={key:3,class:"nmorph-audio-preview__actions"},gg=["href","aria-label"],wg=["href","download","aria-label"];function bg(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("audio",{ref:"audioRef",src:t.props.src,preload:t.props.preload,onLoadedmetadata:t.loadedMetadataHandler,onTimeupdate:t.timeUpdateHandler,onPlay:t.playHandler,onPause:t.pauseHandler,onEnded:t.endedHandler,onError:t.errorHandler},null,40,og),t.props.showIcon&&t.props.showPlaybackButton?(e.openBlock(),e.createElementBlock("button",{key:0,class:"nmorph-audio-preview__icon",type:"button",disabled:t.props.loading||t.props.error,"aria-label":t.playing?`Pause ${t.props.name||"audio"}`:`Play ${t.props.name||"audio"}`,onClick:t.togglePlayback},[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconAudio)]),_:1})),!t.props.loading&&!t.props.error?(e.openBlock(),e.createElementBlock("span",ng,[e.createVNode(t.NmorphIcon,{size:"small",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[t.playing?(e.openBlock(),e.createBlock(t.NmorphIconPause,{key:0})):(e.openBlock(),e.createBlock(t.NmorphIconPlay,{key:1}))]),_:1})])):e.createCommentVNode("v-if",!0)],8,rg)):t.props.showIcon?(e.openBlock(),e.createElementBlock("div",ag,[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconAudio)]),_:1}))])):t.props.showPlaybackButton&&!t.props.loading&&!t.props.error?(e.openBlock(),e.createElementBlock("button",{key:2,class:"nmorph-audio-preview__play-button",type:"button","aria-label":t.playing?`Pause ${t.props.name||"audio"}`:`Play ${t.props.name||"audio"}`,onClick:t.togglePlayback},[e.createVNode(t.NmorphIcon,{size:"small",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[t.playing?(e.openBlock(),e.createBlock(t.NmorphIconPause,{key:0})):(e.openBlock(),e.createBlock(t.NmorphIconPlay,{key:1}))]),_:1})],8,lg)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",ig,[t.props.showHeader?(e.openBlock(),e.createElementBlock("div",cg,[e.createElementVNode("span",sg,e.toDisplayString(t.props.name||"Audio"),1),t.props.error&&t.props.errorText?(e.openBlock(),e.createElementBlock("span",dg,e.toDisplayString(t.props.errorText),1)):(e.openBlock(),e.createElementBlock("span",mg,e.toDisplayString(t.currentTimeLabel)+" / "+e.toDisplayString(t.durationLabel),1))])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",pg,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":o[0]||(o[0]=a=>t.progress=a),class:"nmorph-audio-preview__range",type:"range",min:"0",max:"100",step:"0.1",style:e.normalizeStyle(t.progressStyle),disabled:t.props.loading||t.props.error||t.resolvedDuration<=0,"aria-label":`Audio progress ${t.props.name||""}`},null,12,hg),[[e.vModelText,t.progress,void 0,{number:!0}]]),t.props.showHeader?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("span",fg,e.toDisplayString(t.currentTimeLabel)+" / "+e.toDisplayString(t.durationLabel),1))])]),t.hasActions?(e.openBlock(),e.createElementBlock("div",ug,[e.renderSlot(r.$slots,"actions",{},()=>[e.createElementVNode("a",{href:t.props.src,target:"_blank",rel:"noopener noreferrer",class:"nmorph-audio-preview__action-link","aria-label":`Open ${t.props.name||"audio"}`,onClick:t.openHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconExternalLink)]),_:1})],8,gg),t.props.downloadHref?(e.openBlock(),e.createElementBlock("a",{key:0,href:t.props.downloadHref,download:t.props.name,class:"nmorph-audio-preview__action-link","aria-label":`Download ${t.props.name||"audio"}`,onClick:t.downloadHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconDownload)]),_:1})],8,wg)):e.createCommentVNode("v-if",!0)])])):e.createCommentVNode("v-if",!0)],6)}const xo=W(tg,[["render",bg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-audio-preview/NmorphAudioPreview.vue"]]),yg=e.defineComponent({__name:"NmorphBadge",props:{value:{type:[Number,String],required:!1},max:{type:Number,required:!1,default:99},type:{type:String,required:!1,default:"default"},ribbonCorner:{type:String,required:!1,default:"top-right"},ribbonTilt:{type:Boolean,required:!1,default:!0},hidden:{type:Boolean,required:!1,default:!1},hideOnFalsyValue:{type:Boolean,required:!1,default:!1},color:{type:String,required:!1,default:"var(--nmorph-accent-color)"},size:{type:String,required:!1,default:"base"},dotSize:{type:[Number,String],required:!1,default:void 0},ribbonSize:{type:[Number,String],required:!1,default:void 0},ribbonWidth:{type:[Number,String],required:!1,default:void 0},ribbonCornerSize:{type:[Number,String],required:!1,default:void 0},ribbonRadius:{type:[Number,String],required:!1,default:void 0},offsetY:{type:Number,required:!1,default:0},offsetX:{type:Number,required:!1,default:0},zIndex:{type:Number,required:!1,default:1},disabled:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.useSlots(),l=e.computed(()=>n.type==="dot"),i=e.computed(()=>n.type==="tag"),a=e.computed(()=>n.type==="ribbon"),s=e.computed(()=>K({"nmorph-badge":[n.hidden&&"hidden",i.value&&"tag",a.value&&"ribbon",a.value&&`ribbon-${n.ribbonCorner}`,n.size]})),d=e.computed(()=>K({"nmorph-badge__container":[n.hidden&&"hidden",i.value&&"tag",a.value&&"ribbon",a.value&&`ribbon-${n.ribbonCorner}`]})),p=e.computed(()=>K({"nmorph-badge__ribbon-corner":[n.ribbonCorner,!n.ribbonTilt&&"flat"]})),h=e.computed(()=>typeof Number(n.value)=="number"&&Number(n.value)>n.max?`${n.max}+`:n.value),f=e.computed(()=>!!t.value),m=e.computed(()=>n.hideOnFalsyValue&&!n.value),u=e.computed(()=>(l.value||n.value!==void 0||f.value)&&!m.value),w=e.computed(()=>{const M=`${(S?.value/2+n.offsetX)*-1}px`,V=`${(_?.value/2+n.offsetY)*-1}px`;return{x:M,y:V}}),g=e.computed(()=>i.value||a.value?{zIndex:n.zIndex}:{right:w.value.x,top:w.value.y,zIndex:n.zIndex}),B=e.ref(null),S=e.ref(0),_=e.ref(0),v=e.computed(()=>({..._e({"--nmorph-private-badge-color":n.color}),...me({"--nmorph-private-badge-dot-size":n.dotSize,"--nmorph-private-badge-ribbon-offset-x":n.offsetX!==0&&n.offsetX,"--nmorph-private-badge-ribbon-offset-y":n.offsetY!==0&&n.offsetY,"--nmorph-private-badge-ribbon-height":n.ribbonSize,"--nmorph-private-badge-ribbon-width":n.ribbonWidth,"--nmorph-private-badge-ribbon-corner-size":n.ribbonCornerSize,"--nmorph-private-badge-ribbon-radius":n.ribbonRadius})})),y=async()=>{await e.nextTick(),!(!B.value||i.value||a.value)&&(S.value=B.value.clientWidth,_.value=B.value.clientHeight)},E=e.computed(()=>({zIndex:n.zIndex}));e.onMounted(y),e.watch(()=>[n.value,n.max,n.type,n.ribbonCorner,n.ribbonTilt,n.size,n.hideOnFalsyValue],y);const I={props:n,slots:t,isDotType:l,isTagType:i,isRibbon:a,modifiers:s,containerModifiers:d,ribbonCornerModifiers:p,displayValue:h,hasValueSlot:f,shouldHideOnFalsyValue:m,shouldShowBadge:u,appliedOffset:w,containerStyle:g,badge:B,badgeWidth:S,badgeHeight:_,styles:v,updateBadgeSize:y,ribbonFrameStyle:E};return Object.defineProperty(I,"__isScriptSetup",{enumerable:!1,value:!0}),I}}),_g={key:0,class:"nmorph-badge__dot"};function kg(r,o,n,t,l,i){return!t.props.disabled&&(!t.isTagType||t.shouldShowBadge)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.isTagType?e.createCommentVNode("v-if",!0):e.renderSlot(r.$slots,"default",{key:0}),t.shouldShowBadge&&t.isRibbon?(e.openBlock(),e.createElementBlock("div",{key:1,class:"nmorph-badge__ribbon-frame",style:e.normalizeStyle(t.ribbonFrameStyle)},[e.createElementVNode("div",{class:e.normalizeClass(t.ribbonCornerModifiers)},[e.createElementVNode("div",{ref:"badge",class:e.normalizeClass(t.containerModifiers),style:e.normalizeStyle(t.containerStyle)},[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-badge__content",t.hasValueSlot&&"nmorph-badge__content--custom"])},[e.renderSlot(r.$slots,"value",{value:t.props.value,displayValue:t.displayValue},()=>[e.createTextVNode(e.toDisplayString(t.displayValue),1)])],2)],6)],2)],4)):t.shouldShowBadge?(e.openBlock(),e.createElementBlock("div",{key:2,ref:"badge",class:e.normalizeClass(t.containerModifiers),style:e.normalizeStyle(t.containerStyle)},[t.isDotType?(e.openBlock(),e.createElementBlock("div",_g)):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["nmorph-badge__content",t.hasValueSlot&&"nmorph-badge__content--custom"])},[e.renderSlot(r.$slots,"value",{value:t.props.value,displayValue:t.displayValue},()=>[e.createTextVNode(e.toDisplayString(t.displayValue),1)])],2))],6)):e.createCommentVNode("v-if",!0)],6)):t.isTagType?e.createCommentVNode("v-if",!0):e.renderSlot(r.$slots,"default",{key:1})}const Ng=W(yg,[["render",kg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-badge/NmorphBadge.vue"]]),Bg=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},design:{type:null,required:!1,default:"nmorph"}},emits:["click-previous-month","click-today","click-next-month"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-calendar-header":[]})),a={props:t,emit:l,modifiers:i,get NmorphButton(){return Be},get getMonthName(){return Vo},get NmorphIcon(){return ie},get NmorphIconArrowLeft(){return Qt},get NmorphIconArrowRight(){return Jt}};return Object.defineProperty(a,"__isScriptSetup",{enumerable:!1,value:!0}),a}}),xg={class:"nmorph-calendar-header__text"},Vg={class:"nmorph-calendar-header__actions"};function vg(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.renderSlot(r.$slots,"default",{},()=>[e.createElementVNode("div",xg,e.toDisplayString(t.props.year)+" "+e.toDisplayString(t.getMonthName(t.props.month)),1),e.createElementVNode("div",Vg,[n.showPreviousMonthButton?(e.openBlock(),e.createBlock(t.NmorphButton,{key:0,class:"nmorph-calendar-header__action",design:t.props.design,onClick:o[0]||(o[0]=a=>t.emit("click-previous-month"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconArrowLeft)]),_:1})]),_:1},8,["design"])):e.createCommentVNode("v-if",!0),n.showTodayButton?(e.openBlock(),e.createBlock(t.NmorphButton,{key:1,class:"nmorph-calendar-header__action",text:"Today",design:t.props.design,onClick:o[1]||(o[1]=a=>t.emit("click-today"))},null,8,["design"])):e.createCommentVNode("v-if",!0),n.showNextMonthButton?(e.openBlock(),e.createBlock(t.NmorphButton,{key:2,class:"nmorph-calendar-header__action",design:t.props.design,onClick:o[2]||(o[2]=a=>t.emit("click-next-month"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconArrowRight)]),_:1})]),_:1},8,["design"])):e.createCommentVNode("v-if",!0)])])],2)}const Sg=W(Bg,[["render",vg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue"]]),Eg=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],Cg=["sun","mon","tue","wed","thu","fri","sat"],St=()=>{const{t:r}=Me.useI18n();return{months:Eg.map(o=>r(`${o}`)),days:Cg.map(o=>r(`${o}`))}},Ig=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,null],required:!1,default:()=>new Date},cellHeight:{type:[Number,String],required:!1,default:void 0},design:{type:null,required:!1,default:"nmorph"}},emits:["update:model-value","update-initial-date"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,{days:i}=St(),a=()=>{w.value=_.value},s=()=>{w.value=new Date},d=()=>{w.value=v.value},p=()=>{throw new Error("model value and type prop not matched")},h=b=>{if(b===null)return null;if(t.type==="date"){if(b instanceof Date)return je(b);p()}const x=Array.isArray(b)&&b.every(q=>q instanceof Date);if(t.type==="dates"){if(x)return b.map(q=>je(q));p()}if(t.type==="daterange"){if(x)return b.map(q=>je(q)).slice(0,2);p()}},f=b=>{if(g.value===null)return;const{monthType:x,hidden:q}=b;if(q)return;x==="next"&&d(),x==="previous"&&a();const{date:L}=b;if(t.type==="date"&&(g.value=L,l("update:model-value",g.value)),t.type==="dates"){if(!Array.isArray(g.value))return p();const C=L.toDateString(),R=g.value.map(T=>T.toDateString()).indexOf(C);R!==-1?g.value.splice(R,1):g.value.push(L),l("update:model-value",g.value)}if(t.type==="daterange"){if(!Array.isArray(g.value))return p();g.value.length===0?g.value.push(L):g.value.length===1?L<g.value[0]?g.value=[L,g.value[0]]:g.value.push(L):g.value=[L],l("update:model-value",g.value.slice(0,2))}},m=(b,x)=>{const[q,L]=x;return x.length===1?b.toDateString()===q.toDateString():q&&L?b>=je(q)&&b<=je(L):!1},u=b=>{if(g.value===null)return!1;if(t.type==="date")return Array.isArray(g.value)?p():g.value.toDateString()===b.toDateString();if(t.type==="dates")return Array.isArray(g.value)?!!g.value.find(q=>q.toDateString()===b.toDateString()):p();if(t.type==="daterange")return Array.isArray(g.value)?m(b,g.value):p()},w=e.ref(t.initialDate),g=e.ref(h(t.modelValue));e.onMounted(()=>{l("update:model-value",g.value)});let B=e.reactive([]);const S=()=>{B=[],Vc(w,t.range).forEach(x=>{const q={};x.forEach((L,C)=>{const H=i[C];q[H]=L}),B.push(q)})};e.watch(()=>t.initialDate,b=>{w.value=b},{deep:!0}),e.watch(w,()=>{S(),l("update-initial-date",w.value)}),e.watch(()=>t.modelValue,b=>{g.value=h(b)});const _=e.computed(()=>new Date(w.value.setMonth(w.value.getMonth()-1))),v=e.computed(()=>new Date(w.value.setMonth(w.value.getMonth()+1))),y=e.computed(()=>{const{range:b}=t,x=b?kc(w.value,b[0]):!0,q=b?Nc(w.value,b[1]):!0,L=Bc(b);return{showPreviousMonthButton:x,showNextMonthButton:q,showTodayButton:L}}),E=e.computed(()=>K({"nmorph-calendar":[]})),I=e.computed(()=>me({"--nmorph-private-calendar-cell-height":t.cellHeight})),M=e.computed(()=>t.design==="plain"?{design:"plain",bordered:!0}:{design:"nmorph"}),V=b=>b;S();const k={props:t,emit:l,days:i,setPreviousMonth:a,setTodayMonth:s,setNextMonth:d,wrongType:p,convertValue:h,clickDate:f,isDateInRange:m,isValueSelected:u,initialDate:w,selectedValue:g,get calendar(){return B},set calendar(b){B=b},updateCalendar:S,prevMonth:_,nextMonth:v,showHeaderButtons:y,modifiers:E,styles:I,tableDesignProps:M,dateData:V,get NmorphTable(){return Dc},get NmorphTableColumn(){return Oc},get NmorphTableCell(){return Pc},NmorphCalendarHeader:Sg};return Object.defineProperty(k,"__isScriptSetup",{enumerable:!1,value:!0}),k}}),Mg=["data-date","onClick"];function zg(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.renderSlot(r.$slots,"header",{},()=>[e.createVNode(t.NmorphCalendarHeader,{year:t.initialDate.getFullYear(),month:t.initialDate.getMonth(),design:t.props.design,"show-previous-month-button":t.showHeaderButtons.showPreviousMonthButton,"show-today-button":t.showHeaderButtons.showTodayButton,"show-next-month-button":t.showHeaderButtons.showNextMonthButton,onClickNextMonth:t.setNextMonth,onClickPreviousMonth:t.setPreviousMonth,onClickToday:t.setTodayMonth},null,8,["year","month","design","show-previous-month-button","show-today-button","show-next-month-button"])]),e.renderSlot(r.$slots,"content",{},()=>[e.createVNode(t.NmorphTable,e.mergeProps({data:t.calendar,"row-hover":!1},t.tableDesignProps),{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.days,a=>(e.openBlock(),e.createBlock(t.NmorphTableColumn,{key:`${a}`,prop:a,label:a.toUpperCase()},{default:e.withCtx(({scope:s})=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.rows,(d,p)=>(e.openBlock(),e.createBlock(t.NmorphTableCell,{key:p,row:p},{default:e.withCtx(()=>[e.createElementVNode("div",{"data-date":`${t.dateData(d[a]).date}`,class:e.normalizeClass(["nmorph-calendar-date",`nmorph-calendar-date--${t.dateData(d[a]).monthType}`,{"nmorph-calendar-date--today":t.dateData(d[a]).isToday&&!t.dateData(d[a]).hidden&&t.props.markToday},{"nmorph-calendar-date--hidden":t.dateData(d[a]).hidden},{"nmorph-calendar-date--selected":t.isValueSelected(t.dateData(d[a]).date)}]),onClick:h=>t.clickDate(t.dateData(d[a]))},[e.renderSlot(r.$slots,"date-cell",{scope:{...t.dateData(d[a]),selected:t.isValueSelected(t.dateData(d[a]).date)}},()=>[e.createTextVNode(e.toDisplayString(t.dateData(d[a]).hidden?"-":t.dateData(d[a]).value),1)])],10,Mg)]),_:2},1032,["row"]))),128))]),_:2},1032,["prop","label"]))),128))]),_:3},16,["data"])])],6)}const bc=W(Ig,[["render",zg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-calendar/NmorphCalendar.vue"]]),yc=r=>{const o=r-r%10,n=[];for(let t=0;t<10;t++)n.push(o+t);return n},Hg={year:"numeric",month:"2-digit",day:"2-digit"},_c=r=>String(r).padStart(2,"0"),qg=(r,o)=>{const n={YYYY:String(r.getFullYear()),YY:String(r.getFullYear()).slice(-2),MM:_c(r.getMonth()+1),M:String(r.getMonth()+1),DD:_c(r.getDate()),D:String(r.getDate())};return o.replace(/YYYY|YY|MM|M|DD|D/g,t=>n[t])},Et=(r,o={})=>{if(!r)return;const n=t=>o.formatter?o.formatter(t):o.format?qg(t,o.format):new Intl.DateTimeFormat(o.locale||"en-CA",o.options||Hg).format(t);return Array.isArray(r)?r.map(t=>t?n(t):null):n(r)},Tg=r=>Et(r),kc=(r,o)=>r.getMonth()>o.getMonth(),Nc=(r,o)=>r.getMonth()<o.getMonth(),Bc=r=>{const o=new Date;if(!r)return!0;const n=r&&r[0],t=r&&r[1];return o>=n&&o<=t},Vo=r=>{const{months:o}=St();return o[r]},Lg=r=>r%4===0&&r%100!==0||r%400===0,xc=(r,o)=>[0,2,4,6,7,9,11].includes(o)?31:[3,5,8,10].includes(o)?30:Lg(r)?29:28,je=r=>new Date(r.getFullYear(),r.getMonth(),r.getDate()),Vc=(r,o)=>{const n=b=>o?b<je(o[0])||b>je(o[1]):!1,t=r.value.getFullYear(),l=r.value.getMonth(),a=new Date(t,l,1).getDay()+1,s=xc(t,l),d=7+a-8;let f=7-(new Date(t,l,s).getDay()+1);const m=new Date,u=m.getDate(),w=m.getMonth(),g=l-1,B=xc(t,g);let S=B-d;const _=[];for(;S<B;){S++;const b=w===g&&u===S,x=new Date(t,g,S);_.push({value:S,monthType:"previous",isToday:b,date:x,hidden:n(x)})}const v=l+1,y=[];let E=0;for(;f;){E++,f--;const b=w===v&&u===E,x=new Date(t,v,E);y.push({value:E,monthType:"next",isToday:b,date:x,hidden:n(x)})}let I=0;const M=[];for(;I<s;){const b=m.getDate();I++;const x=w===l&&b===I,q=new Date(t,l,I);M.push({value:I,monthType:"current",isToday:x,date:q,hidden:n(q)})}const V=[..._,...M,...y],k=[];for(let b=0;b<V.length;b+=7){const x=V.slice(b,b+7);k.push(x)}return k.filter(b=>!b.every(x=>x.hidden))},Ag=e.defineComponent({inheritAttrs:!1,__name:"NmorphCard",props:{design:{type:null,required:!1,default:"nmorph"},shadowType:{type:null,required:!1,default:"outset"},combinedShadowBorderWidth:{type:Number,required:!1,default:0},cardPadding:{type:[Number,String],required:!1,default:void 0},padding:{type:[Number,String],required:!1,default:void 0},radius:{type:[Number,String],required:!1,default:void 0},contentPadding:{type:[Number,String],required:!1,default:void 0},contentClass:{type:String,required:!1,default:""},paper:{type:Number,required:!1,default:0},fill:{type:Boolean,required:!1,default:!0},tag:{type:String,required:!1,default:"div"}},setup(r,{expose:o}){o();const n=r,t=e.useSlots(),l=e.computed(()=>n.design||"nmorph"),i=e.computed(()=>K({nmorph:[l.value==="nmorph"?Kt[n.shadowType]:""],"nmorph-card":[l.value,n.shadowType,n.fill?"fill":"fit-content"]})),a=e.computed(()=>{const p=n.padding!==void 0?ze(n.padding):ze(n.cardPadding),h=ze(n.radius),f=ze(n.contentPadding),m=Math.max(0,Number(n.paper)||0),u=Math.min(m*.08,.48),w=Math.min(m*.04,.2);return{...n.shadowType==="combined"&&{"--nmorph-private-card-combined-border-width":`${n.combinedShadowBorderWidth}px`},...p!==void 0&&{"--nmorph-private-card-padding":p,padding:p},...h!==void 0&&{"--nmorph-private-card-radius":h},...f!==void 0&&{"--nmorph-private-card-content-padding":f},...m>0&&{"--nmorph-private-card-paper-light-opacity":String(u),"--nmorph-private-card-paper-dark-opacity":String(w)}}}),s=Ee(i,a),d={props:n,slots:t,resolvedDesign:l,modifiers:i,styles:a,rootAttrs:s};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}}),Dg={key:0,class:"nmorph-card__header"},Pg={key:1,class:"nmorph-card__footer"};function Og(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.tag),e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),{default:e.withCtx(()=>[t.slots.header?(e.openBlock(),e.createElementBlock("div",Dg,[e.renderSlot(r.$slots,"header")])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{class:e.normalizeClass(["nmorph-card__content",t.props.contentClass])},[e.renderSlot(r.$slots,"default")],2),t.slots.footer?(e.openBlock(),e.createElementBlock("div",Pg,[e.renderSlot(r.$slots,"footer")])):e.createCommentVNode("v-if",!0)]),_:3},16)}const Fg=W(Ag,[["render",Og],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-card/NmorphCard.vue"]]),Rg=e.defineComponent({__name:"NmorphCarousel",props:{design:{type:null,required:!1,default:"nmorph"},loop:{type:Boolean,required:!1,default:!0}},emits:["change"],setup(r,{expose:o,emit:n}){o();const t=e.ref(0),l=e.ref(0),i=e.ref(!0),a=e.ref(null),s=e.ref(null),d=r,p=n,h=e.computed(()=>K({nmorph:[d.design==="nmorph"?"shadow-outset":""],"nmorph-carousel":[d.design]})),f=e.ref([]),m=Ue(),u=e.computed(()=>f.value.length),w=e.computed(()=>d.loop&&u.value>1);e.provide("carousel-data",{data:f,carouselId:m,hasLoopClones:w});const g=(C,H)=>`nmorph-carousel-item-${m}-${C}${H?`-${H}`:""}`,B=C=>u.value?d.loop?(C+u.value)%u.value:Math.min(Math.max(C,0),u.value-1):0,S=C=>w.value?C+1:C,_=async()=>{await e.nextTick(),s.value?.offsetWidth;const C=typeof requestAnimationFrame=="function"?requestAnimationFrame:H=>setTimeout(()=>H(Date.now()),0);C(()=>{C(()=>{i.value=!0})})},v=C=>{i.value=!1,l.value=C,_()},y=C=>{const H=B(C);H!==t.value&&(t.value=H,a.value=null,i.value=!0,l.value=S(H))},E=C=>{if(!u.value)return;if(!d.loop||!w.value){y(t.value+C);return}const H=t.value,R=B(H+C);if(R!==H){if(t.value=R,i.value=!0,C>0&&H===u.value-1){l.value=u.value+1,a.value=1;return}if(C<0&&H===0){l.value=0,a.value=u.value;return}a.value=null,l.value=S(R)}},I=()=>E(-1),M=()=>E(1),V=e.computed(()=>`translateX(-${l.value*100}%)`),k=e.computed(()=>{const C=f.value.map($=>({id:g($),key:$}));if(!w.value||!C.length)return C;const H=f.value[0],R=f.value[f.value.length-1];return[{id:g(R,"before"),key:`${R}-loop-before`},...C,{id:g(H,"after"),key:`${H}-loop-after`}]}),b=C=>C===t.value,x=C=>{y(C)},q=C=>{if(C.target!==C.currentTarget||a.value===null)return;const H=a.value;a.value=null,v(H)};e.watch([u,()=>d.loop],([C])=>{t.value>C-1&&(t.value=Math.max(C-1,0)),a.value=null,v(S(t.value))}),e.watch(t,()=>{p("change",t.value)});const L={currentSlide:t,trackIndex:l,transitionEnabled:i,loopResetTrackIndex:a,wrapperRef:s,props:d,emit:p,modifiers:h,carouselData:f,carouselId:m,slideCount:u,hasLoopClones:w,getCarouselItemId:g,normalizeSlideIndex:B,getRealTrackIndex:S,enableTransitionAfterJump:_,jumpToTrackIndex:v,goToSlide:y,moveSlide:E,prevSlide:I,nextSlide:M,translateX:V,renderedCarouselItems:k,isCurrentElementActive:b,elementIndicator:x,wrapperTransitionEndHandler:q,get NmorphIcon(){return ie},get NmorphIconChevronLeft(){return ro},get NmorphIconChevronRight(){return no}};return Object.defineProperty(L,"__isScriptSetup",{enumerable:!1,value:!0}),L}}),jg=["id"],Wg={class:"nmorph-carousel__elements-indicator"},$g=["onClick"];function Kg(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",{ref:"wrapperRef",class:e.normalizeClass(["nmorph-carousel__wrapper",{"transition-enabled":t.transitionEnabled}]),style:e.normalizeStyle({transform:t.translateX}),onTransitionend:t.wrapperTransitionEndHandler},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.renderedCarouselItems,a=>(e.openBlock(),e.createElementBlock("div",{id:a.id,key:a.key,class:"nmorph-carousel__item"},null,8,jg))),128))],38),e.createElementVNode("div",Wg,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.carouselData,(a,s)=>(e.openBlock(),e.createElementBlock("div",{key:s,class:"nmorph-carousel__element-indicator-wrapper",onClick:d=>t.elementIndicator(s)},[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-carousel__element-indicator",{"nmorph-carousel__element-indicator--active":t.isCurrentElementActive(s)}])},null,2)],8,$g))),128))]),e.createElementVNode("div",{class:"nmorph-carousel__action-btn nmorph-carousel__prev",onClick:t.prevSlide},[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronLeft)]),_:1})]),e.createElementVNode("div",{class:"nmorph-carousel__action-btn nmorph-carousel__next",onClick:t.nextSlide},[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronRight)]),_:1})]),e.renderSlot(r.$slots,"default")],2)}const Ug=W(Rg,[["render",Kg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-carousel/NmorphCarousel.vue"]]),Gg=e.defineComponent({__name:"NmorphCarouselItem",props:{name:{type:String,required:!0}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-carousel-item":[]})),l=e.inject("carousel-data"),i=e.ref(!1),a=(p,h)=>`#nmorph-carousel-item-${l?.carouselId}-${p}${h?`-${h}`:""}`,s=e.computed(()=>{if(!l)return[];const p=[a(n.name)],h=l.data.value;return!l.hasLoopClones.value||!h.length||(n.name===h[0]&&p.push(a(n.name,"after")),n.name===h[h.length-1]&&p.push(a(n.name,"before"))),p});e.onMounted(()=>{i.value=!0,l&&l.data.value.push(n.name)}),e.onBeforeUnmount(()=>{if(!l)return;const p=l.data.value.indexOf(n.name);p!==-1&&l.data.value.splice(p,1)});const d={props:n,modifiers:t,carouselData:l,isMounted:i,getCarouselItemId:a,teleportTargets:s};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function Yg(r,o,n,t,l,i){return t.isMounted?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.teleportTargets,a=>(e.openBlock(),e.createBlock(e.Teleport,{key:a,to:a},[e.renderSlot(r.$slots,"default")],8,["to"]))),128))],2)):e.createCommentVNode("v-if",!0)}const Zg=W(Gg,[["render",Yg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue"]]),Xg=e.defineComponent({__name:"NmorphCollapse",props:{modelValue:{type:[String,Array],required:!0},accordion:{type:Boolean,required:!1,default:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=e.ref(t.modelValue);e.watch(()=>t.modelValue,p=>{l.value=p});const i=(p,h)=>{if(t.accordion)l.value=h?[p]:[];else if(!Array.isArray(l.value))l.value=[p];else{const f=l.value.indexOf(p);h&&f===-1&&l.value.push(p),!h&&f!==-1&&l.value.splice(f,1)}a("update:model-value",l.value)};e.provide("collapse-data",l),e.provide("update-model",i);const a=n,s=e.computed(()=>K({"nmorph-collapse":[]})),d={props:t,initialValue:l,updateValue:i,emit:a,modifiers:s};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function Qg(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.renderSlot(r.$slots,"default")],2)}const Jg=W(Xg,[["render",Qg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-collapse/NmorphCollapse.vue"]]),e5=e.defineComponent({__name:"NmorphCollapseItem",props:{thickness:{type:null,required:!1,default:"basic"},block:{type:Boolean,required:!1,default:!1},transitionSpeed:{type:[Number,String],required:!1,default:void 0},name:{type:String,required:!0},title:{type:String,required:!1,default:""},disabled:{type:Boolean,required:!1,default:!1}},emits:["click-item"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.ref(!1),a=e.computed(()=>K({"nmorph-collapse-item":[t.disabled&&"disabled",t.block&&"block",i.value&&"is-open"]})),s=e.computed(()=>K({nmorph:[ke[t.thickness]]})),d=y=>typeof y=="number"?`${y}ms`:y,p=e.computed(()=>_e({"--nmorph-private-collapse-item-transition-speed":d(t.transitionSpeed)})),h=e.inject("collapse-data"),f=e.inject("update-model"),m=e.ref(null),u=e.ref(0);let w=null;const g=y=>Array.isArray(y)?y.includes(t.name):y===t.name,B=()=>{u.value=i.value&&m.value?m.value.scrollHeight:0},S=()=>e.nextTick(B),_=()=>{t.disabled||t.block||(i.value=!i.value,f?.(t.name,i.value),l("click-item",{id:t.name,isOpen:i.value}))};e.onMounted(()=>{i.value=g(h?.value),S(),"ResizeObserver"in window&&m.value&&(w=new ResizeObserver(B),w.observe(m.value))}),e.onBeforeUnmount(()=>{w?.disconnect()}),e.watch(()=>h?.value,y=>{i.value=g(y),S()},{deep:!0}),e.watch(i,S);const v={props:t,emit:l,isOpen:i,modifiers:a,titleModifiers:s,getCssDuration:d,styles:p,collapseData:h,updateModel:f,collapseItemDOMElContent:m,contentHeight:u,get resizeObserver(){return w},set resizeObserver(y){w=y},isValueOpen:g,updateContentHeight:B,updateContentHeightAfterRender:S,clickHandler:_,get NmorphIcon(){return ie},get NmorphIconChevronDown(){return Pe}};return Object.defineProperty(v,"__isScriptSetup",{enumerable:!1,value:!0}),v}}),t5={class:"nmorph-collapse-item__title-content"},o5={ref:"collapseItemDOMElContent",class:"nmorph-collapse-item__inner-wrapper"};function r5(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-collapse-item__title",t.titleModifiers]),onClick:e.withModifiers(t.clickHandler,["stop"])},[e.createElementVNode("div",t5,[e.renderSlot(r.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(t.props.title),1)])]),e.createVNode(t.NmorphIcon,{class:"nmorph-collapse-item__chevron",size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})],2),e.createElementVNode("div",{class:"nmorph-collapse-item__content",style:e.normalizeStyle({height:`${t.contentHeight}px`})},[e.createElementVNode("div",o5,[e.renderSlot(r.$slots,"default")],512)],4)],6)}const n5=W(e5,[["render",r5],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue"]]),a5=e.defineComponent({__name:"NmorphEmpty",props:{title:{type:String,required:!1,default:"No data"},description:{type:String,required:!1,default:""},iconSize:{type:[Number,String],required:!1,default:56},minHeight:{type:[Number,String],required:!1,default:160},padding:{type:[Number,String],required:!1,default:"var(--indentation-05)"},design:{type:null,required:!1,default:"nmorph"},shadowType:{type:null,required:!1,default:"inset"},hideIcon:{type:Boolean,required:!1,default:!1},role:{type:String,required:!1,default:"status"},ariaLabel:{type:String,required:!1,default:void 0},ariaOrientation:{type:String,required:!1,default:void 0}},setup(r,{expose:o}){o();const n=r,t=e.useSlots(),l=e.computed(()=>!n.hideIcon||!!t.icon),i=e.computed(()=>!!(n.description||t.description)),a=e.computed(()=>n.ariaLabel||n.title),s=e.computed(()=>K({nmorph:[n.design==="nmorph"?Kt[n.shadowType]:""],"nmorph-empty":[n.design]})),d=e.computed(()=>me({"--nmorph-private-empty-icon-size":n.iconSize,"--nmorph-private-empty-min-height":n.minHeight,"--nmorph-private-empty-padding":n.padding})),p={props:n,slots:t,hasIcon:l,hasDescription:i,label:a,modifiers:s,styles:d,get NmorphIcon(){return ie},get NmorphIconFolderOpened(){return so},get toCssSize(){return ze}};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),l5=["role","aria-label"],i5={key:0,class:"nmorph-empty__icon","aria-hidden":"true"},c5={class:"nmorph-empty__title"},s5={key:1,class:"nmorph-empty__description"},d5={key:2,class:"nmorph-empty__action"};function m5(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),role:t.props.role,"aria-label":t.label},[t.hasIcon?(e.openBlock(),e.createElementBlock("div",i5,[e.renderSlot(r.$slots,"icon",{},()=>[e.createVNode(t.NmorphIcon,{width:t.toCssSize(t.props.iconSize),height:t.toCssSize(t.props.iconSize)},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconFolderOpened)]),_:1},8,["width","height"])])])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",c5,[e.renderSlot(r.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(t.props.title),1)])]),t.hasDescription?(e.openBlock(),e.createElementBlock("div",s5,[e.renderSlot(r.$slots,"description",{},()=>[e.createTextVNode(e.toDisplayString(t.props.description),1)])])):e.createCommentVNode("v-if",!0),t.slots.action?(e.openBlock(),e.createElementBlock("div",d5,[e.renderSlot(r.$slots,"action")])):e.createCommentVNode("v-if",!0)],14,l5)}const p5=W(a5,[["render",m5],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-empty/NmorphEmpty.vue"]]),h5=e.defineComponent({__name:"NmorphEmojiPicker",props:{language:{type:String,required:!1,default:"en"},dataSource:{type:[Array,Object],required:!1,default:()=>[]},i18n:{type:Object,required:!1,default:()=>({})},quickList:{type:Array,required:!1,default:()=>[]},initialExpanded:{type:Boolean,required:!1,default:!0},width:{type:[Number,String],required:!1,default:"300px"},height:{type:[Number,String],required:!1,default:"260px"},columns:{type:Number,required:!1,default:8},cellSize:{type:[Number,String],required:!1,default:void 0},toggleSize:{type:[Number,String],required:!1,default:void 0},scrollbarSize:{type:[Number,String],required:!1,default:void 0},hoverBackground:{type:String,required:!1,default:void 0},activeBackground:{type:String,required:!1,default:void 0},focusRing:{type:String,required:!1,default:void 0},disabled:{type:Boolean,required:!1,default:!1},hideShadow:{type:Boolean,required:!1,default:!1}},emits:["select","expand","collapse"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.ref(""),a=e.ref(t.initialExpanded),s=e.ref(""),d=e.ref(0),p=e.ref(null),h={searchPlaceholder:"Search emoji",searchLabel:"Search emoji",quickLabel:"Frequent emoji",expandLabel:"Open emoji picker",collapseLabel:"Close emoji picker",noResults:"No emoji found",categoryLabel:"Emoji categories",resultsLabel:"Emoji results"},f=z=>!!z&&typeof z=="object"&&!Array.isArray(z),m=z=>z.trim().toLocaleLowerCase(t.language||void 0),u=(z,Y)=>{for(const j of Y){const J=z[j];if(typeof J=="string"&&J.trim())return J.trim();if(typeof J=="number")return String(J)}return""},w=z=>Array.isArray(z)?z.flatMap(w):typeof z=="string"?z.trim()?[z.trim()]:[]:typeof z=="number"?[String(z)]:f(z)?Object.values(z).flatMap(w):[],g=(z,Y,j)=>{for(const J of Y){const se=z[J],ce=typeof se=="number"?se:Number(se);if(Number.isFinite(ce))return ce}return j},B=(z,Y)=>{for(const j of Y){const J=z[j];if(Array.isArray(J))return J}},S=z=>{if(typeof z=="string")return z.trim();if(!f(z))return"";const Y=u(z,["emoji","native","char","unicode","value"]);if(Y)return Y;const j=B(z,["skinToneVariants","skins","variants"])?.[0];return S(j)},_=z=>!!S(z),v=z=>Array.isArray(z)?z.map(Y=>{const j=S(Y);if(!j)return null;if(typeof Y=="string")return{emoji:j};const J=f(Y)?Y:{};return{emoji:j,annotation:u(J,["annotation","label","name","description"]),tags:w(J.tags||J.keywords||J.aliases||J.shortcodes),tone:u(J,["tone","skinTone","skin_tone"])}}).filter(Y=>!!Y):[],y=(z,Y,j)=>{if(!f(z))return{key:Y,label:Y,sort:j};const J=u(z,["group","category","groupName","categoryName"])||Y,se=u(z,["groupLabel","categoryLabel"])||J,ce=g(z,["groupOrder","categoryOrder"],Number(J));return{key:J,label:se,sort:Number.isFinite(ce)?ce:j}},E=(z,Y,j,J,se)=>{const ce=S(z);if(!ce)return null;const pe=f(z)?z:{},ue=y(pe,Y,J),be=u(pe,["annotation","label","name","description"])||ce,ye=w(pe.tags||pe.keywords||pe.aliases||pe.shortcodes),Ce=g(pe,["order","sortOrder","sort_order","index"],se),xe=pe.skinToneVariants||pe.skins||pe.variants,Ve=v(xe).filter(Se=>Se.emoji!==ce),ve=ue.key||Y,ne=ue.label||j||ve,ge=m([ce,be,ne,...ye,...Ve.map(Se=>Se.annotation||Se.emoji)].filter(Boolean).join(" "));return{key:`${ve}-${Ce}-${ce}`,emoji:ce,annotation:be,tags:ye,groupKey:ve,groupLabel:ne,groupSort:ue.sort,order:Ce,skinToneVariants:Ve,searchText:ge}},I=z=>{if(!(!f(z)||_(z)))return B(z,["emojis","items","children","data"])},M=z=>{const Y=[],j=(se,ce="emoji",pe=ce,ue=0,be=Y.length)=>{const ye=E(se,ce,pe,ue,be);ye&&Y.push(ye)},J=(se,ce,pe)=>{const ue=I(se);if(!ue){j(se,"emoji","emoji",0,pe);return}const be=f(se)?se:{},ye=u(be,["group","category","name","label"])||ce,Ce=u(be,["label","name","title","groupLabel","categoryLabel"])||ye,xe=g(be,["order","groupOrder","categoryOrder"],pe);ue.forEach((Ve,ve)=>j(Ve,ye,Ce,xe,ve))};if(Array.isArray(z))z.forEach((se,ce)=>{I(se)?J(se,`group-${ce+1}`,ce):j(se,"emoji","emoji",0,ce)});else if(f(z)){const se=I(z);if(se){const ce=u(z,["group","category","name","label"])||"emoji",pe=u(z,["label","name","title","groupLabel","categoryLabel"])||ce,ue=g(z,["order","groupOrder","categoryOrder"],0);se.forEach((be,ye)=>j(be,ce,pe,ue,ye))}else Object.entries(z).forEach(([ce,pe],ue)=>{Array.isArray(pe)?pe.forEach((be,ye)=>j(be,ce,ce,ue,ye)):J(pe,ce,ue)})}return Y.sort((se,ce)=>se.groupSort!==ce.groupSort?se.groupSort-ce.groupSort:se.order-ce.order)},V=e.computed(()=>({...h,...t.i18n})),k=e.computed(()=>({...t.i18n?.categories||{},...t.i18n?.categoryLabels||{}})),b=e.computed(()=>M(t.dataSource)),x=e.computed(()=>{const z=new Map;return b.value.forEach(Y=>z.set(Y.emoji,Y.annotation||Y.emoji)),z}),q=e.computed(()=>Array.from(new Set(t.quickList.map(z=>z.trim()).filter(Boolean)))),L=e.computed(()=>!a.value&&q.value.length>0),C=e.computed(()=>m(i.value)),H=e.computed(()=>{const z=new Map;return b.value.forEach(Y=>{z.has(Y.groupKey)||z.set(Y.groupKey,{key:Y.groupKey,label:k.value[Y.groupKey]||Y.groupLabel,sort:Y.groupSort})}),Array.from(z.values()).sort((Y,j)=>Y.sort-j.sort)});e.watch(H,z=>{if(!z.length){s.value="";return}z.some(Y=>Y.key===s.value)||(s.value=z[0].key)},{immediate:!0}),e.watch(()=>t.initialExpanded,z=>{a.value=z}),e.watch([C,s],()=>{d.value=0});const R=e.computed(()=>C.value?b.value.filter(z=>z.searchText.includes(C.value)):s.value?b.value.filter(z=>z.groupKey===s.value):b.value),$=e.computed(()=>{const z=new Map;return R.value.forEach(Y=>{const j=k.value[Y.groupKey]||Y.groupLabel,J=z.get(Y.groupKey)||{key:Y.groupKey,label:j,items:[]};J.items.push(Y),z.set(Y.groupKey,J)}),Array.from(z.values())}),T=e.computed(()=>$.value.flatMap(z=>z.items)),F=e.computed(()=>H.value.find(z=>z.key===s.value)?.label||V.value.resultsLabel),ee=e.computed(()=>C.value?V.value.resultsLabel:F.value),X=e.computed(()=>!t.initialExpanded&&q.value.length>0),le=e.computed(()=>K({"nmorph-emoji-picker":[L.value&&"compact",a.value&&"expanded",X.value&&"collapsible",t.disabled&&"disabled",t.hideShadow&&"hide-shadow",!b.value.length&&"empty"]})),D=e.computed(()=>({...me({"--nmorph-private-emoji-picker-width":t.width,"--nmorph-private-emoji-picker-height":t.height,"--nmorph-private-emoji-picker-cell-size":t.cellSize,"--nmorph-private-emoji-picker-toggle-size":t.toggleSize,"--nmorph-private-emoji-picker-scrollbar-size":t.scrollbarSize}),..._e({"--nmorph-private-emoji-picker-hover-background":t.hoverBackground,"--nmorph-private-emoji-picker-active-background":t.activeBackground,"--nmorph-private-emoji-picker-focus-ring":t.focusRing}),"--nmorph-private-emoji-picker-columns":Math.max(1,Math.floor(t.columns))})),Q=z=>x.value.get(z)||z,A=z=>{t.disabled||l("select",z)},U=()=>{t.disabled||(a.value=!0,l("expand"))},N=()=>{t.disabled||!X.value||(a.value=!1,l("collapse"))},Z=z=>{if(z){U();return}N()},oe=async z=>{const Y=p.value?.querySelectorAll(".nmorph-emoji-picker__emoji");if(!Y?.length)return;const j=Math.min(Math.max(z,0),Y.length-1);d.value=j,await e.nextTick(),Y[j]?.focus()},te={props:t,emit:l,searchQuery:i,expanded:a,selectedGroup:s,activeIndex:d,gridRef:p,fallbackTexts:h,isRecord:f,normalizeSearchValue:m,getStringCandidate:u,toStringList:w,getNumberCandidate:g,getArrayCandidate:B,getEmojiValue:S,hasEmojiValue:_,normalizeVariants:v,getGroupData:y,normalizeEmojiItem:E,getGroupedChildren:I,normalizeDataSource:M,texts:V,categoryLabels:k,allEmoji:b,labelByEmoji:x,quickItems:q,showCompact:L,query:C,categoryOptions:H,visibleItems:R,visibleSections:$,visibleFlatItems:T,activeCategoryLabel:F,bodyLabel:ee,canCollapse:X,modifiers:le,styles:D,getEmojiLabel:Q,selectEmoji:A,expandHandler:U,collapseHandler:N,toggleExpandedHandler:Z,focusEmojiButton:oe,gridKeydownHandler:z=>{if(t.disabled||!T.value.length||z.altKey||z.ctrlKey||z.metaKey||z.shiftKey)return;const Y=Math.max(1,Math.floor(t.columns)),j=T.value.length-1,J={ArrowRight:1,ArrowLeft:-1,ArrowDown:Y,ArrowUp:-Y};z.key in J&&(z.preventDefault(),oe(d.value+J[z.key])),z.key==="Home"&&(z.preventDefault(),oe(0)),z.key==="End"&&(z.preventDefault(),oe(j))},get NmorphCheckbox(){return Lo},get NmorphIcon(){return ie},get NmorphIconBurger(){return eo},get NmorphIconSearch(){return go},get NmorphIconSmile(){return bo},get NmorphScroll(){return No},get NmorphTextInput(){return Tt}};return Object.defineProperty(te,"__isScriptSetup",{enumerable:!1,value:!0}),te}}),f5=["lang"],u5={class:"nmorph-emoji-picker__button-label"},g5=["aria-label"],w5=["aria-label","title","disabled","onClick"],b5={key:2,class:"nmorph-emoji-picker__panel"},y5={class:"nmorph-emoji-picker__toolbar"},_5=["aria-selected","disabled","onClick"],k5=["aria-label"],N5={key:0,class:"nmorph-emoji-picker__section-title"},B5={class:"nmorph-emoji-picker__grid"},x5=["aria-label","title","disabled","onFocus","onClick"],V5={class:"nmorph-emoji-picker__emoji-symbol"},v5={key:1,class:"nmorph-emoji-picker__empty"};function S5(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),lang:t.props.language},[t.canCollapse?(e.openBlock(),e.createBlock(t.NmorphCheckbox,{key:0,class:e.normalizeClass(["nmorph-emoji-picker__toggle-button nmorph-emoji-picker__expand-button",{"nmorph-emoji-picker__collapse-button":t.expanded}]),design:"nmorph","model-value":t.expanded,"aria-label":t.expanded?t.texts.collapseLabel:t.texts.expandLabel,title:t.expanded?t.texts.collapseLabel:t.texts.expandLabel,disabled:t.props.disabled,onClick:o[0]||(o[0]=e.withModifiers(a=>t.toggleExpandedHandler(!t.expanded),["prevent"]))},{label:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconBurger)]),_:1}),e.createElementVNode("span",u5,e.toDisplayString(t.expanded?t.texts.collapseLabel:t.texts.expandLabel),1)]),_:1},8,["class","model-value","aria-label","title","disabled"])):e.createCommentVNode("v-if",!0),t.showCompact?(e.openBlock(),e.createElementBlock("div",{key:1,class:"nmorph-emoji-picker__compact",role:"group","aria-label":t.texts.quickLabel},[e.createVNode(t.NmorphScroll,{class:"nmorph-emoji-picker__quick-list",height:"calc(var(--nmorph-private-emoji-picker-cell-size) + var(--nmorph-private-emoji-picker-scrollbar-size))","max-height":"calc(var(--nmorph-private-emoji-picker-cell-size) + var(--nmorph-private-emoji-picker-scrollbar-size))","scroll-y-prop":"hidden","scroll-x-prop":"auto","css-scroll-behavior":"auto","x-bar-width-in-px":6},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.quickItems,a=>(e.openBlock(),e.createElementBlock("button",{key:a,type:"button",class:"nmorph-emoji-picker__quick-button","aria-label":t.getEmojiLabel(a),title:t.getEmojiLabel(a),disabled:t.props.disabled,onClick:s=>t.selectEmoji(a)},e.toDisplayString(a),9,w5))),128))]),_:1})],8,g5)):(e.openBlock(),e.createElementBlock("div",b5,[e.createElementVNode("div",y5,[e.createVNode(t.NmorphTextInput,{modelValue:t.searchQuery,"onUpdate:modelValue":o[1]||(o[1]=a=>t.searchQuery=a),class:"nmorph-emoji-picker__search",placeholder:t.texts.searchPlaceholder,disabled:t.props.disabled,"input-attrs":{class:"nmorph-emoji-picker__search-input",role:"searchbox","aria-label":t.texts.searchLabel}},{"prepend-icon":e.withCtx(()=>[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconSearch)]),_:1})]),_:1},8,["modelValue","placeholder","disabled","input-attrs"])]),t.categoryOptions.length&&!t.query?(e.openBlock(),e.createBlock(t.NmorphScroll,{key:0,class:"nmorph-emoji-picker__categories",height:"40px","max-height":"40px","scroll-y-prop":"hidden","scroll-x-prop":"auto","css-scroll-behavior":"auto","x-bar-width-in-px":6,"x-gap-in-px":6,role:"tablist","aria-label":t.texts.categoryLabel},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.categoryOptions,a=>(e.openBlock(),e.createElementBlock("button",{key:a.key,type:"button",class:e.normalizeClass(["nmorph-emoji-picker__category",{"nmorph-emoji-picker__category--active":a.key===t.selectedGroup}]),role:"tab","aria-selected":a.key===t.selectedGroup,disabled:t.props.disabled,onClick:s=>t.selectedGroup=a.key},e.toDisplayString(a.label),11,_5))),128))]),_:1},8,["aria-label"])):e.createCommentVNode("v-if",!0),e.createVNode(t.NmorphScroll,{class:"nmorph-emoji-picker__body",height:"100%","max-height":"100%","scroll-x-prop":"hidden","scroll-y-prop":"auto","css-scroll-behavior":"auto","y-bar-width-in-px":8},{default:e.withCtx(()=>[e.createElementVNode("div",{ref:"gridRef",class:"nmorph-emoji-picker__body-content","aria-label":t.bodyLabel,onKeydown:t.gridKeydownHandler},[t.visibleSections.length?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(t.visibleSections,a=>(e.openBlock(),e.createElementBlock("section",{key:a.key,class:"nmorph-emoji-picker__section"},[t.query?(e.openBlock(),e.createElementBlock("div",N5,e.toDisplayString(a.label),1)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",B5,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.items,s=>(e.openBlock(),e.createElementBlock("button",{key:s.key,type:"button",class:"nmorph-emoji-picker__emoji","aria-label":s.annotation,title:s.annotation,disabled:t.props.disabled,onFocus:d=>t.activeIndex=t.visibleFlatItems.findIndex(p=>p.key===s.key),onClick:d=>t.selectEmoji(s.emoji)},[e.createElementVNode("span",V5,e.toDisplayString(s.emoji),1)],40,x5))),128))])]))),128)):(e.openBlock(),e.createElementBlock("div",v5,[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconSmile)]),_:1}),e.createElementVNode("span",null,e.toDisplayString(t.texts.noResults),1)]))],40,k5)]),_:1})]))],14,f5)}const E5=W(h5,[["render",S5],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue"]]),vc=45,Sc=16/9,Ec=160,Cc=128,C5=e.defineComponent({__name:"NmorphMediaGallery",props:{modelValue:{type:Boolean,required:!1,default:!1},design:{type:null,required:!1,default:"nmorph"},items:{type:Array,required:!0},initialIndex:{type:Number,required:!1,default:0},activeIndex:{type:Number,required:!1,default:void 0},zIndex:{type:Number,required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},previewWidth:{type:[Number,String],required:!1,default:void 0},previewHeight:{type:[Number,String],required:!1,default:void 0},showTrigger:{type:Boolean,required:!1,default:!1},showTriggerName:{type:Boolean,required:!1,default:!0},showTriggerSize:{type:Boolean,required:!1,default:!0},showTriggerActions:{type:Boolean,required:!1,default:!0},showTriggerPreviewAction:{type:Boolean,required:!1,default:!0},showTriggerFullscreenAction:{type:Boolean,required:!1,default:!0},showTriggerDownloadAction:{type:Boolean,required:!1,default:!0},showTriggerPlayButton:{type:Boolean,required:!1,default:!0},triggerLayout:{type:String,required:!1,default:"grid"},triggerClass:{type:[String,Array,Object],required:!1,default:void 0},triggerStyle:{type:Object,required:!1,default:void 0},triggerImageFit:{type:String,required:!1,default:"cover"},triggerVideoFit:{type:String,required:!1,default:"cover"},triggerItemClass:{type:Function,required:!1},triggerItemStyle:{type:Function,required:!1},showNavigationButtons:{type:Boolean,required:!1,default:!0},showActionBar:{type:Boolean,required:!1,default:!0},showFileName:{type:Boolean,required:!1,default:!0},showFileSize:{type:Boolean,required:!1,default:!0},showFileActions:{type:Boolean,required:!1,default:!0},showPlaybackButton:{type:Boolean,required:!1,default:!0},imageFit:{type:String,required:!1,default:"contain"},videoFit:{type:String,required:!1,default:"contain"}},emits:["update:model-value","update:active-index","close","change","download","fullscreen"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.ref(t.modelValue),a=e.ref(0),s=e.ref(null),d=e.ref({}),p=e.ref(null),h=e.ref(!1),f=e.ref(1),m=e.ref(0),u=e.ref(null),w=e.ref(!1),g=e.computed(()=>t.items||[]),B=e.computed(()=>g.value.length>1),S=e.computed(()=>t.showNavigationButtons&&B.value),_=O=>{const ae=g.value.length-1;return ae<0||!Number.isFinite(O)||O<0?0:O>ae?ae:O},v=e.computed(()=>_(a.value)),y=e.computed(()=>g.value[v.value]),E=e.computed(()=>y.value?.kind==="image"),I=e.computed(()=>y.value?.kind==="video"),M=e.computed(()=>y.value?.kind==="video"?y.value.controls!==!1:!1),V=e.computed(()=>y.value?.kind==="video"?y.value.muted===!0:!1),k=e.computed(()=>y.value?.kind==="video"?y.value.playsinline!==!1:!0),b=e.computed(()=>y.value?.kind==="video"&&y.value.preload||"metadata"),x=e.computed(()=>y.value?.kind==="video"&&y.value.name||"video"),q=e.computed(()=>y.value?.name||""),L=e.computed(()=>t.showFileName?q.value:""),C=e.computed(()=>y.value?.downloadHref||""),H=e.computed(()=>t.showFileActions&&I.value&&!M.value),R=e.computed(()=>t.showFileActions&&(H.value||!!C.value)),$=e.computed(()=>K({"nmorph-media-gallery":[t.design,i.value&&"opened",E.value&&"image",I.value&&"video",h.value&&I.value&&"video-playing",t.imageFit==="cover"&&E.value&&"image-cover",t.videoFit==="cover"&&I.value&&"video-cover"]})),T=e.computed(()=>`rotate(${m.value}deg) scale(${f.value})`),F=e.computed(()=>({...me({"--nmorph-private-media-gallery-trigger-height":t.height}),"--nmorph-private-media-gallery-trigger-image-fit":t.triggerImageFit,"--nmorph-private-media-gallery-trigger-video-fit":t.triggerVideoFit,...t.triggerStyle||{}})),ee=e.computed(()=>K({"nmorph-media-gallery__trigger":[t.design,t.height!==void 0&&"fixed-height",t.triggerLayout!=="grid"&&t.triggerLayout,t.triggerLayout!=="grid"&&g.value.length===1&&"single",t.triggerLayout!=="grid"&&g.value.length===2&&"paired",t.triggerLayout!=="grid"&&g.value.length>2&&"wrapped"]})),X=e.computed(()=>[ee.value,t.triggerClass]),le=O=>{if(O===void 0||Number.isNaN(O)||O<0)return"";if(O===0)return"0 B";const ae=["B","KB","MB","GB","TB"],fe=Math.min(Math.floor(Math.log(O)/Math.log(1024)),ae.length-1),ot=O/1024**fe,QN=ot>=10||fe===0||Number.isInteger(ot)?0:1;return`${ot.toFixed(QN)} ${ae[fe]}`},D=e.computed(()=>t.showFileSize?le(y.value?.size):""),Q=O=>O.name||"",A=(O,ae)=>O.name||`${O.kind==="video"?"Video":"Image"} ${ae+1}`,U=O=>le(O.size),N=O=>O.downloadHref||"",Z=O=>t.showTriggerPreviewAction&&O.kind==="video",oe=O=>t.showTriggerFullscreenAction&&O.kind==="video",G=O=>t.showTriggerDownloadAction&&!!N(O),te=O=>t.showTriggerActions&&(Z(O)||oe(O)||G(O)),z=(O,ae)=>{d.value[O]=ae instanceof HTMLVideoElement?ae:null},Y=O=>typeof O.aspectRatio=="number"&&Number.isFinite(O.aspectRatio)&&O.aspectRatio>0?O.aspectRatio:Sc,j=O=>{if(typeof t.height=="number")return t.height;if(typeof t.height=="string"){const fe=t.height.trim().match(/^(\d+(?:\.\d+)?)px$/)?.[1];if(fe)return Number.parseFloat(fe)}return O},J=(O,ae)=>`${parseFloat((O*j(ae)).toFixed(3))}px`,se=O=>{const ae=Y(O);if(t.triggerLayout==="natural"){const fe=J(ae,Ec);return{"--nmorph-private-media-gallery-trigger-item-ratio":ae,"--nmorph-private-media-gallery-trigger-item-basis":fe,flexGrow:ae,flexBasis:fe}}if(t.triggerLayout==="mosaic"){const fe=J(ae,Cc);return{"--nmorph-private-media-gallery-trigger-item-ratio":ae,"--nmorph-private-media-gallery-trigger-item-basis":fe,flexGrow:Math.min(Math.max(ae,.75),2.35),flexBasis:fe}}return{}},ce=(O,ae)=>[O.itemClass,t.triggerItemClass?.(O,ae)],pe=(O,ae)=>{const fe={...O.itemStyle||{},...t.triggerItemStyle?.(O,ae)||{}},ot=Y(O);return t.triggerLayout!=="grid"?(Object.assign(fe,se(O)),fe.aspectRatio=String(ot)):typeof O.aspectRatio=="number"&&Number.isFinite(O.aspectRatio)&&O.aspectRatio>0&&(fe.aspectRatio=String(ot)),fe};e.watch(()=>t.modelValue,O=>{i.value=O}),e.watch(()=>t.activeIndex,O=>{typeof O=="number"&&(a.value=_(O))},{immediate:!0}),e.watch(()=>[t.initialIndex,g.value.length],()=>{typeof t.activeIndex!="number"&&(a.value=_(t.initialIndex))},{immediate:!0}),e.watch(()=>[y.value?.kind,y.value?.src,v.value],()=>{h.value=!1,p.value=null});const ue=()=>{!s.value||s.value===p.value||(s.value.pause(),h.value=!1,p.value=s.value)},be=()=>{f.value=1,m.value=0},ye=O=>{if(!g.value.length)return;const ae=_(O);if(ae===v.value)return;ue(),h.value=!1,a.value=ae,be(),l("update:active-index",ae);const fe=g.value[ae];fe&&l("change",fe,ae)},Ce=()=>{const O=g.value.length;O&&ye(v.value===0?O-1:v.value-1)},xe=()=>{const O=g.value.length;O&&ye(v.value===O-1?0:v.value+1)},Ve=O=>{if(!g.value.length)return;const ae=_(O);ue(),h.value=!1,a.value=ae,be(),w.value=!0,i.value=!0,l("update:model-value",!0),l("update:active-index",ae);const fe=g.value[ae];fe&&l("change",fe,ae)},ve=()=>{i.value&&(ue(),i.value=!1,l("update:model-value",!1),l("close"))},ne=()=>{m.value=m.value+90,m.value>=360&&(m.value=0)},ge=()=>{m.value=m.value-90,m.value<=-360&&(m.value=0)},Se=()=>{f.value=parseFloat(Math.min(f.value+.2,4).toFixed(3))},$e=()=>{f.value=parseFloat(Math.max(f.value-.2,.2).toFixed(3))},Ke=()=>{f.value=1},Fe=async O=>{if(O)try{const ae=O.requestFullscreen?.()||O.webkitRequestFullscreen?.();if(ae){await ae;return}O.webkitEnterFullscreen?.()}catch{}},$o=async()=>{!y.value||y.value.kind!=="video"||(l("fullscreen",y.value,v.value),await Fe(s.value))},Ko=async(O,ae)=>{O.kind==="video"&&(l("fullscreen",O,ae),await Fe(d.value[ae]))},Uo=(O,ae)=>{l("download",O,ae)},ds=()=>{y.value&&Uo(y.value,v.value)},Dt=()=>{h.value=!0,p.value=null},P=()=>{h.value=!1},re=()=>{h.value=!1},de=()=>{h.value=!1},he=O=>{if(i.value&&!(O.altKey||O.ctrlKey||O.metaKey||O.shiftKey)){if(O.key==="Escape"){O.preventDefault(),ve();return}B.value&&(O.key==="ArrowLeft"&&(O.preventDefault(),Ce()),O.key==="ArrowRight"&&(O.preventDefault(),xe()))}},Ie=()=>{typeof document>"u"||document.addEventListener("keydown",he)},We=()=>{typeof document>"u"||document.removeEventListener("keydown",he)};e.watch(i,O=>{if(O){if(Ie(),p.value=null,w.value){w.value=!1;return}a.value=_(typeof t.activeIndex=="number"?t.activeIndex:t.initialIndex)}else w.value=!1,ue(),h.value=!1,We()},{immediate:!0}),e.onBeforeUnmount(We);const ps={SWIPE_THRESHOLD:vc,DEFAULT_TRIGGER_ASPECT_RATIO:Sc,NATURAL_TRIGGER_ROW_BASIS:Ec,MOSAIC_TRIGGER_ROW_BASIS:Cc,props:t,emit:l,open:i,currentIndex:a,currentVideoRef:s,triggerVideoRefs:d,pausedVideoRef:p,videoPlaying:h,scaleLevel:f,rotateLevel:m,pointerStart:u,openingFromTrigger:w,sourceList:g,multipleItems:B,showNavigation:S,getClampedIndex:_,resolvedCurrentIndex:v,currentItem:y,isImage:E,isVideo:I,videoControls:M,videoMuted:V,videoPlaysinline:k,videoPreload:b,currentVideoName:x,currentItemName:q,currentName:L,currentDownloadHref:C,showVideoFullscreenAction:H,showFileActions:R,modifiers:$,imageTransform:T,triggerStyle:F,triggerModifiers:ee,triggerClasses:X,formatSize:le,currentSize:D,getItemName:Q,getItemLabel:A,getItemSize:U,getItemDownloadHref:N,showTriggerPreviewActionForItem:Z,showTriggerFullscreenActionForItem:oe,showTriggerDownloadActionForItem:G,showTriggerActionsForItem:te,setTriggerVideoRef:z,getItemAspectRatio:Y,getTriggerRowBasis:j,getTriggerFlexBasis:J,getTriggerLayoutStyle:se,getTriggerItemClass:ce,getTriggerItemStyle:pe,pauseCurrentVideo:ue,resetImageTransform:be,setCurrentIndex:ye,previousHandler:Ce,nextHandler:xe,openPreviewAt:Ve,closeHandler:ve,rotateRight:ne,rotateLeft:ge,zoomIn:Se,zoomOut:$e,toggleNormalSize:Ke,requestVideoFullscreen:Fe,fullscreenHandler:$o,triggerFullscreenHandler:Ko,downloadItemHandler:Uo,downloadHandler:ds,videoPlayHandler:Dt,videoPauseHandler:P,videoEndedHandler:re,videoErrorHandler:de,keyboardNavigationHandler:he,addKeyboardNavigationListener:Ie,removeKeyboardNavigationListener:We,pointerDownHandler:O=>{u.value={x:O.clientX,y:O.clientY}},pointerUpHandler:O=>{if(!u.value||!S.value){u.value=null;return}const ae=O.clientX-u.value.x,fe=O.clientY-u.value.y;u.value=null,!(Math.abs(ae)<vc||Math.abs(ae)<Math.abs(fe)*1.2)&&(ae>0?Ce():xe())},get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconDownload(){return Xe},get NmorphIconEnlarge(){return ut},get NmorphIconEye(){return Je},get NmorphIconFullScreen(){return wt},get NmorphIconPlay(){return nt},get NmorphIconRotateLeft(){return _t},get NmorphIconRotateRight(){return kt},get NmorphIconShrink(){return Nt},get NmorphIconZoomIn(){return Vt},get NmorphIconZoomOut(){return vt},get NmorphImage(){return Ct},NmorphPreviewPortal:gc};return Object.defineProperty(ps,"__isScriptSetup",{enumerable:!1,value:!0}),ps}}),I5=["aria-label","onClick"],M5=["src","poster","title"],z5={key:2,class:"nmorph-media-gallery__trigger-play"},H5={key:3,class:"nmorph-media-gallery__trigger-name"},q5={key:4,class:"nmorph-media-gallery__trigger-size"},T5={key:0,class:"nmorph-media-gallery__trigger-actions"},L5=["aria-label","onClick"],A5=["aria-label","onClick"],D5=["href","download","aria-label","onClick"],P5={class:"nmorph-media-gallery__stage"},O5=["src","poster","controls","muted","playsinline","preload","title"],F5={key:2,class:"nmorph-media-gallery__file-name"},R5={key:3,class:"nmorph-media-gallery__file-actions"},j5=["aria-label"],W5=["href","download","aria-label"],$5={key:4,class:"nmorph-media-gallery__file-size"},K5={class:"nmorph-media-gallery__action-element"},U5={class:"nmorph-media-gallery__action-element"},G5={class:"nmorph-media-gallery__action-element"},Y5={class:"nmorph-media-gallery__action-element"},Z5={class:"nmorph-media-gallery__action-element"};function X5(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock(e.Fragment,null,[t.props.showTrigger?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.triggerClasses),style:e.normalizeStyle(t.triggerStyle)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.sourceList,(a,s)=>(e.openBlock(),e.createElementBlock("div",{key:`${a.kind}-${a.src}-${s}`,class:e.normalizeClass(["nmorph-media-gallery__trigger-item",`nmorph-media-gallery__trigger-item--${a.kind}`,t.getTriggerItemClass(a,s)]),style:e.normalizeStyle(t.getTriggerItemStyle(a,s))},[e.createElementVNode("button",{type:"button",class:"nmorph-media-gallery__trigger-open","aria-label":`Open ${t.getItemLabel(a,s)}`,onClick:d=>t.openPreviewAt(s)},[a.kind==="image"?(e.openBlock(),e.createBlock(t.NmorphImage,{key:0,src:a.src,alt:a.alt||t.getItemLabel(a,s),title:t.getItemName(a),fit:t.props.triggerImageFit,design:"plain","frame-border":0},null,8,["src","alt","title","fit"])):(e.openBlock(),e.createElementBlock("video",{key:1,ref_for:!0,ref:d=>t.setTriggerVideoRef(s,d),class:"nmorph-media-gallery__trigger-video",src:a.src,poster:a.poster||void 0,muted:"",playsinline:"",preload:"metadata",title:t.getItemName(a)},null,8,M5)),t.props.showTriggerPlayButton&&a.kind==="video"?(e.openBlock(),e.createElementBlock("span",z5,[e.createVNode(t.NmorphIcon,{size:"medium",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconPlay)]),_:1})])):e.createCommentVNode("v-if",!0),t.props.showTriggerName&&t.getItemName(a)?(e.openBlock(),e.createElementBlock("span",H5,e.toDisplayString(t.getItemName(a)),1)):e.createCommentVNode("v-if",!0),t.props.showTriggerSize&&t.getItemSize(a)?(e.openBlock(),e.createElementBlock("span",q5,e.toDisplayString(t.getItemSize(a)),1)):e.createCommentVNode("v-if",!0)],8,I5),t.showTriggerActionsForItem(a)?(e.openBlock(),e.createElementBlock("div",T5,[t.showTriggerPreviewActionForItem(a)?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:"nmorph-media-gallery__trigger-action","aria-label":`Preview ${t.getItemLabel(a,s)}`,onClick:e.withModifiers(d=>t.openPreviewAt(s),["stop"])},[e.createVNode(t.NmorphIcon,{size:"small",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconEye)]),_:1})],8,L5)):e.createCommentVNode("v-if",!0),t.showTriggerFullscreenActionForItem(a)?(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",class:"nmorph-media-gallery__trigger-action","aria-label":`Fullscreen ${t.getItemLabel(a,s)}`,onClick:e.withModifiers(d=>t.triggerFullscreenHandler(a,s),["stop"])},[e.createVNode(t.NmorphIcon,{size:"small",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconFullScreen)]),_:1})],8,A5)):e.createCommentVNode("v-if",!0),t.showTriggerDownloadActionForItem(a)?(e.openBlock(),e.createElementBlock("a",{key:2,href:t.getItemDownloadHref(a),download:t.getItemName(a)||void 0,class:"nmorph-media-gallery__trigger-action","aria-label":`Download ${t.getItemLabel(a,s)}`,onClick:e.withModifiers(d=>t.downloadItemHandler(a,s),["stop"])},[e.createVNode(t.NmorphIcon,{size:"small",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconDownload)]),_:1})],8,D5)):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0)],6))),128))],6)):e.createCommentVNode("v-if",!0),t.open?(e.openBlock(),e.createBlock(t.NmorphPreviewPortal,{key:1,show:t.open,"z-index":t.props.zIndex,"state-class":t.modifiers,"content-class":"nmorph-media-gallery__content","left-class":"nmorph-media-gallery__left","right-class":"nmorph-media-gallery__right","actions-class":"nmorph-media-gallery__actions","content-width":t.props.previewWidth,"content-height":t.props.previewHeight,"show-navigation":t.showNavigation,"show-action-bar":t.props.showActionBar&&t.currentItem?.kind==="image",onClose:t.closeHandler,onPrevious:t.previousHandler,onNext:t.nextHandler},{actions:e.withCtx(()=>[e.createElementVNode("div",K5,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:t.rotateRight},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconRotateRight)]),_:1})]),_:1})]),e.createElementVNode("div",U5,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:t.rotateLeft},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconRotateLeft)]),_:1})]),_:1})]),e.createElementVNode("div",G5,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:t.zoomIn},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconZoomIn)]),_:1})]),_:1})]),e.createElementVNode("div",Y5,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:t.zoomOut},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconZoomOut)]),_:1})]),_:1})]),e.createElementVNode("div",Z5,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",disabled:t.scaleLevel===1,onClick:t.toggleNormalSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[t.scaleLevel<1?(e.openBlock(),e.createBlock(t.NmorphIconEnlarge,{key:0})):(e.openBlock(),e.createBlock(t.NmorphIconShrink,{key:1}))]),_:1})]),_:1},8,["disabled"])])]),default:e.withCtx(()=>[e.createElementVNode("div",P5,[t.currentItem?.kind==="image"?(e.openBlock(),e.createBlock(t.NmorphImage,{key:0,src:t.currentItem.src,alt:t.currentItem.alt||t.currentItem.name||"",title:t.currentItem.name,fit:t.props.imageFit,design:"plain","frame-border":0,style:e.normalizeStyle({transform:t.imageTransform}),onPointerdown:t.pointerDownHandler,onPointerup:t.pointerUpHandler},null,8,["src","alt","title","fit","style"])):t.currentItem?.kind==="video"?(e.openBlock(),e.createElementBlock("video",{key:1,ref:"currentVideoRef",class:"nmorph-media-gallery__video",src:t.currentItem.src,poster:t.currentItem.poster||void 0,controls:t.videoControls,muted:t.videoMuted,playsinline:t.videoPlaysinline,preload:t.videoPreload,title:t.currentItem.name,onPointerdown:t.pointerDownHandler,onPointerup:t.pointerUpHandler,onPlay:t.videoPlayHandler,onPause:t.videoPauseHandler,onEnded:t.videoEndedHandler,onError:t.videoErrorHandler},null,40,O5)):e.createCommentVNode("v-if",!0),t.currentName?(e.openBlock(),e.createElementBlock("span",F5,e.toDisplayString(t.currentName),1)):e.createCommentVNode("v-if",!0),t.showFileActions?(e.openBlock(),e.createElementBlock("div",R5,[t.showVideoFullscreenAction?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:"nmorph-media-gallery__file-action","aria-label":`Fullscreen ${t.currentVideoName}`,onClick:e.withModifiers(t.fullscreenHandler,["stop"])},[e.createVNode(t.NmorphIcon,{size:"small",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconFullScreen)]),_:1})],8,j5)):e.createCommentVNode("v-if",!0),t.currentDownloadHref?(e.openBlock(),e.createElementBlock("a",{key:1,href:t.currentDownloadHref,download:t.currentItemName||void 0,class:"nmorph-media-gallery__file-action","aria-label":`Download ${t.currentItemName||"media"}`,onClick:e.withModifiers(t.downloadHandler,["stop"])},[e.createVNode(t.NmorphIcon,{size:"small",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconDownload)]),_:1})],8,W5)):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),t.currentSize?(e.openBlock(),e.createElementBlock("span",$5,e.toDisplayString(t.currentSize),1)):e.createCommentVNode("v-if",!0)])]),_:1},8,["show","z-index","state-class","content-width","content-height","show-navigation","show-action-bar"])):e.createCommentVNode("v-if",!0)],64)}const Ic=W(C5,[["render",X5],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-media-gallery/NmorphMediaGallery.vue"]]),Q5="var(--nmorph-white-color)",vo=.25,J5=e.defineComponent({inheritAttrs:!1,__name:"NmorphVideoPreview",props:{src:{type:String,required:!0},poster:{type:String,required:!1,default:""},name:{type:String,required:!1,default:""},width:{type:[Number,String],required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},previewWidth:{type:[Number,String],required:!1,default:void 0},previewHeight:{type:[Number,String],required:!1,default:void 0},durationMs:{type:Number,required:!1,default:void 0},surface:{type:String,required:!1,default:"card"},embedded:{type:Boolean,required:!1,default:!1},showMeta:{type:Boolean,required:!1,default:!0},compact:{type:Boolean,required:!1,default:!1},controls:{type:Boolean,required:!1,default:!0},muted:{type:Boolean,required:!1,default:!1},playsinline:{type:Boolean,required:!1,default:!0},preload:{type:String,required:!1,default:"metadata"},fit:{type:String,required:!1,default:"cover"},downloadHref:{type:String,required:!1,default:""},loading:{type:Boolean,required:!1,default:!1},error:{type:Boolean,required:!1,default:!1},errorText:{type:String,required:!1,default:""},showPlaybackButton:{type:Boolean,required:!1,default:!0},showDefaultActions:{type:Boolean,required:!1,default:!0},showPreviewAction:{type:Boolean,required:!1,default:!0},showFullscreenAction:{type:Boolean,required:!1,default:!0},previewMode:{type:String,required:!1,default:"internal"}},emits:["play","pause","open","preview","fullscreen","download","error"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.useSlots(),a=e.ref(null),s=e.ref(!1),d=e.ref(!1),p=e.ref(!1),h=F=>{if(!F||F<0)return"";const ee=Math.round(F/1e3),X=Math.floor(ee/60),le=ee%60;return`${X}:${le.toString().padStart(2,"0")}`},f=e.computed(()=>h(t.durationMs)),m=e.computed(()=>!!t.src&&!t.loading&&!t.error),u=e.computed(()=>t.showPlaybackButton&&m.value),w=e.computed(()=>t.showPlaybackButton&&t.preload==="metadata"?"auto":t.preload),g=e.computed(()=>t.showFullscreenAction&&m.value&&!t.controls),B=e.computed(()=>m.value&&(t.showPreviewAction||g.value)),S=e.computed(()=>t.showDefaultActions&&(t.src||t.downloadHref)),_=e.computed(()=>!!i.actions||B.value||S.value),v=e.computed(()=>K({"nmorph-video-preview":[t.surface,t.embedded&&"embedded",!t.showMeta&&"no-meta",t.compact&&"compact",t.fit,t.loading&&"loading",t.error&&"error",d.value&&"playing",!_.value&&"no-actions"]})),y=e.computed(()=>me({"--nmorph-private-video-preview-width":t.width,"--nmorph-private-video-preview-height":t.height,"--nmorph-private-video-preview-portal-width":t.previewWidth,"--nmorph-private-video-preview-portal-height":t.previewHeight})),E=Ee(v,y);e.watch(()=>[t.src,t.loading,t.error],()=>{d.value=!1,p.value=!1});const I=()=>l("open"),M=()=>l("download"),V=()=>{t.previewMode==="internal"&&(s.value=!0),l("preview")},k=()=>{s.value=!1},b=async()=>{const F=a.value;if(F){l("fullscreen");try{const ee=F.requestFullscreen?.()||F.webkitRequestFullscreen?.();if(ee){await ee;return}F.webkitEnterFullscreen?.()}catch{}}},x=async()=>{if(!(!a.value||t.loading||t.error)){if(d.value){a.value.pause();return}try{await a.value.play()}catch{d.value=!1}}},q=F=>{const ee=F.duration;if(!Number.isFinite(ee)||ee<=0)return!1;const X=F.buffered,le=Math.max(0,ee-vo);for(let D=0;D<X.length;D+=1)try{if(X.start(D)<=vo&&X.end(D)>=le)return!0}catch{return!1}return!1},L=()=>{p.value=a.value?q(a.value):!1},C=F=>{d.value=!0,l("play",F)},H=F=>{d.value=!1,l("pause",F)},R=()=>{d.value=!1},$=F=>{d.value=!1,p.value=!1,l("error",F)};o({videoRef:a});const T={CONTRAST_ICON_COLOR:Q5,VIDEO_BUFFER_EPSILON_SECONDS:vo,props:t,emit:l,slots:i,videoRef:a,previewOpen:s,playing:d,videoLoaded:p,formatDuration:h,duration:f,mediaReady:m,showPlaybackControl:u,resolvedPreload:w,showFullscreenAction:g,hasPreviewActions:B,hasDefaultActions:S,hasActions:_,modifiers:v,styles:y,rootAttrs:E,openHandler:I,downloadHandler:M,previewHandler:V,closePreviewHandler:k,fullscreenHandler:b,togglePlayback:x,isVideoFullyBuffered:q,updateVideoLoaded:L,playHandler:C,pauseHandler:H,endedHandler:R,errorHandler:$,get NmorphIcon(){return ie},get NmorphIconDownload(){return Xe},get NmorphIconEye(){return Je},get NmorphIconExternalLink(){return gt},get NmorphIconFullScreen(){return wt},get NmorphIconLoader(){return He},get NmorphOverlay(){return tt},get NmorphIconPause(){return yt},get NmorphIconPlay(){return nt},get NmorphIconVideo(){return xt}};return Object.defineProperty(T,"__isScriptSetup",{enumerable:!1,value:!0}),T}}),e9=["src","poster","controls","muted","playsinline","preload"],t9=["aria-label"],o9={key:2,class:"nmorph-video-preview__state"},r9={key:2,class:"nmorph-video-preview__error"},n9={key:3,class:"nmorph-video-preview__meta"},a9={key:0,class:"nmorph-video-preview__name"},l9={key:1,class:"nmorph-video-preview__duration"},i9={key:4,class:"nmorph-video-preview__actions"},c9=["aria-label"],s9=["aria-label"],d9=["href","aria-label"],m9=["href","download","aria-label"],p9={class:"nmorph-video-preview__portal"},h9={class:"nmorph-video-preview__portal-content"},f9=["src","poster","muted","playsinline","preload"];function u9(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),[!t.props.loading&&!t.props.error?(e.openBlock(),e.createElementBlock("video",{key:0,ref:"videoRef",class:"nmorph-video-preview__media",src:t.props.src,poster:t.props.poster||void 0,controls:t.props.controls,muted:t.props.muted,playsinline:t.props.playsinline,preload:t.resolvedPreload,onLoadedmetadata:t.updateVideoLoaded,onDurationchange:t.updateVideoLoaded,onProgress:t.updateVideoLoaded,onCanplaythrough:t.updateVideoLoaded,onSuspend:t.updateVideoLoaded,onPlay:t.playHandler,onPause:t.pauseHandler,onEnded:t.endedHandler,onError:t.errorHandler},null,40,e9)):e.createCommentVNode("v-if",!0),t.showPlaybackControl?(e.openBlock(),e.createElementBlock("button",{key:1,class:"nmorph-video-preview__play",type:"button","aria-label":t.playing?`Pause ${t.props.name||"video"}`:`Play ${t.props.name||"video"}`,onClick:t.togglePlayback},[e.createVNode(t.NmorphIcon,{size:"medium",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[t.playing?(e.openBlock(),e.createBlock(t.NmorphIconPause,{key:0})):(e.openBlock(),e.createBlock(t.NmorphIconPlay,{key:1}))]),_:1})],8,t9)):(e.openBlock(),e.createElementBlock("div",o9,[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,size:"large"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,size:"large"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconVideo)]),_:1})),t.props.error&&t.props.errorText?(e.openBlock(),e.createElementBlock("span",r9,e.toDisplayString(t.props.errorText),1)):e.createCommentVNode("v-if",!0)])),t.props.showMeta&&(t.props.name||t.duration)?(e.openBlock(),e.createElementBlock("div",n9,[t.props.name?(e.openBlock(),e.createElementBlock("span",a9,e.toDisplayString(t.props.name),1)):e.createCommentVNode("v-if",!0),t.duration?(e.openBlock(),e.createElementBlock("span",l9,e.toDisplayString(t.duration),1)):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),t.hasActions?(e.openBlock(),e.createElementBlock("div",i9,[e.renderSlot(r.$slots,"actions",{},()=>[t.props.showPreviewAction&&t.mediaReady?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:"nmorph-video-preview__action-button nmorph-video-preview__action-button--preview","aria-label":`Preview ${t.props.name||"video"}`,onClick:t.previewHandler},[e.createVNode(t.NmorphIcon,{size:"small",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconEye)]),_:1})],8,c9)):e.createCommentVNode("v-if",!0),t.showFullscreenAction?(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",class:"nmorph-video-preview__action-button nmorph-video-preview__action-button--fullscreen","aria-label":`Fullscreen ${t.props.name||"video"}`,onClick:t.fullscreenHandler},[e.createVNode(t.NmorphIcon,{size:"small",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconFullScreen)]),_:1})],8,s9)):e.createCommentVNode("v-if",!0),t.props.showDefaultActions&&t.props.src?(e.openBlock(),e.createElementBlock("a",{key:2,href:t.props.src,target:"_blank",rel:"noopener noreferrer",class:"nmorph-video-preview__action-link","aria-label":`Open ${t.props.name||"video"}`,onClick:t.openHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconExternalLink)]),_:1})],8,d9)):e.createCommentVNode("v-if",!0),t.props.downloadHref?(e.openBlock(),e.createElementBlock("a",{key:3,href:t.props.downloadHref,download:t.props.name,class:"nmorph-video-preview__action-link","aria-label":`Download ${t.props.name||"video"}`,onClick:t.downloadHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconDownload)]),_:1})],8,m9)):e.createCommentVNode("v-if",!0)])])):e.createCommentVNode("v-if",!0)],16),t.previewOpen?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createElementVNode("div",p9,[e.createVNode(t.NmorphOverlay,{show:t.previewOpen,"disabled-teleport":"",onOnOutsideClick:t.closePreviewHandler,onOnEscapeKeydown:t.closePreviewHandler},{default:e.withCtx(()=>[e.createElementVNode("div",h9,[e.createElementVNode("video",{class:"nmorph-video-preview__portal-media",src:t.props.src,poster:t.props.poster||void 0,controls:"",autoplay:"",muted:t.props.muted,playsinline:t.props.playsinline,preload:t.props.preload},null,8,f9)])]),_:1},8,["show"])])])):e.createCommentVNode("v-if",!0)],64)}const So=W(J5,[["render",u9],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-video-preview/NmorphVideoPreview.vue"]]),g9="var(--nmorph-white-color)",w9=e.defineComponent({__name:"NmorphFileCard",props:{name:{type:String,required:!0},extension:{type:String,required:!1,default:""},mimeType:{type:String,required:!1,default:""},size:{type:Number,required:!1,default:void 0},previewSrc:{type:String,required:!1,default:""},downloadHref:{type:String,required:!1,default:""},mediaPreview:{type:String,required:!1,default:"none"},previewMode:{type:String,required:!1,default:"internal"},surface:{type:String,required:!1,default:"card"},height:{type:[Number,String],required:!1,default:void 0},showName:{type:Boolean,required:!1,default:!0},showMeta:{type:Boolean,required:!1,default:!0},showSize:{type:Boolean,required:!1,default:!0},showExtensionBadge:{type:Boolean,required:!1,default:!0},iconSurface:{type:Boolean,required:!1,default:!0},compact:{type:Boolean,required:!1,default:!1},loading:{type:Boolean,required:!1,default:!1},error:{type:Boolean,required:!1,default:!1},errorText:{type:String,required:!1,default:""},showDefaultActions:{type:Boolean,required:!1,default:!0},showPlaybackButton:{type:Boolean,required:!1,default:!0}},emits:["open","download","error"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.useSlots(),a=e.ref(!1),s=e.computed(()=>(t.extension||dt(t.name)||Zo(t.mimeType)).toLowerCase()),d=e.computed(()=>Xo(t.mimeType,t.name)),p=e.computed(()=>t.mimeType.toLowerCase().startsWith("image/")||d.value.some(T=>Ge(T,it))?rt:t.mimeType.toLowerCase().startsWith("audio/")||d.value.some(T=>Ge(T,st))?pt:t.mimeType.toLowerCase().startsWith("video/")||d.value.some(T=>Ge(T,ct))?xt:d.value.some(T=>Ge(T,Rt))?Xt:(d.value.some(T=>Ge(T,Ft)),ft)),h=T=>{if(T===void 0||Number.isNaN(T)||T<0)return"";if(T===0)return"0 B";const F=["B","KB","MB","GB","TB"],ee=Math.min(Math.floor(Math.log(T)/Math.log(1024)),F.length-1),X=T/1024**ee,le=X>=10||ee===0||Number.isInteger(X)?0:1;return`${X.toFixed(le)} ${F[ee]}`},f=e.computed(()=>t.showSize?h(t.size):""),m=e.computed(()=>s.value||t.mimeType),u=e.computed(()=>[m.value,f.value].filter(Boolean).join(" · ")),w=e.computed(()=>t.mediaPreview==="audio"&&!!t.previewSrc&&!t.loading&&!t.error),g=e.computed(()=>t.mediaPreview==="video"&&!!t.previewSrc&&!t.loading&&!t.error),B=e.computed(()=>t.mediaPreview==="image"&&!!t.previewSrc&&!t.loading&&!t.error),S=e.computed(()=>w.value||g.value||B.value),_=e.computed(()=>g.value||B.value),v=e.computed(()=>t.height??(t.compact?"96px":"120px")),y=e.computed(()=>me({"--nmorph-private-file-card-height":t.height,"--nmorph-private-file-card-media-height":v.value})),E=e.computed(()=>_.value?t.showName:t.showName||t.showMeta&&!!(t.error&&t.errorText||u.value)),I=e.computed(()=>!t.previewSrc||t.loading||t.error?[]:B.value?[{kind:"image",src:t.previewSrc,name:t.name,alt:t.name,size:t.size,downloadHref:t.downloadHref}]:g.value?[{kind:"video",src:t.previewSrc,name:t.name,size:t.size,downloadHref:t.downloadHref,controls:!0,playsinline:!0,preload:"metadata"}]:[]),M=e.computed(()=>t.previewMode==="internal"&&I.value.length>0),V=e.computed(()=>t.mimeType.toLowerCase()==="application/pdf"||s.value==="pdf"),k=e.computed(()=>V.value?t.previewSrc||t.downloadHref:""),b=e.computed(()=>t.showDefaultActions&&!!k.value&&!S.value&&V.value),x=e.computed(()=>!!i.actions),q=e.computed(()=>x.value||t.showDefaultActions&&(t.loading||t.previewSrc&&!S.value&&!b.value||t.downloadHref)),L=e.computed(()=>K({"nmorph-file-card":[t.surface,t.compact&&"compact",t.loading&&"loading",t.error&&"error",S.value&&"media",w.value&&"media-audio",g.value&&"media-video",B.value&&"media-image",_.value&&"media-visual",x.value&&"custom-actions",!t.iconSurface&&"icon-plain",!q.value&&"no-actions"]})),$={CONTRAST_ICON_COLOR:g9,props:t,emit:l,slots:i,previewOpen:a,extension:s,candidates:d,icon:p,formatSize:h,fileSize:f,typeLabel:m,meta:u,audioPreviewAvailable:w,videoPreviewAvailable:g,imagePreviewAvailable:B,mediaPreviewAvailable:S,visualMediaPreviewAvailable:_,mediaPreviewHeight:v,styles:y,showInfo:E,mediaGalleryItems:I,shouldOpenInternalPreview:M,isPdf:V,pdfPreviewHref:k,previewOnIcon:b,hasCustomActions:x,hasActions:q,modifiers:L,openHandler:()=>{M.value&&(a.value=!0),t.previewMode!=="none"&&l("open")},downloadHandler:()=>l("download"),errorHandler:()=>l("error"),get NmorphIcon(){return ie},get NmorphIconDownload(){return Xe},get NmorphIconEye(){return Je},get NmorphIconLoader(){return He},get NmorphIconOpen(){return fo},NmorphAudioPreview:xo,NmorphMediaGallery:Ic,NmorphVideoPreview:So};return Object.defineProperty($,"__isScriptSetup",{enumerable:!1,value:!0}),$}}),b9={key:0,class:"nmorph-file-card__icon"},y9=["href","aria-label"],_9={class:"nmorph-file-card__body"},k9=["title"],N9={key:0,class:"nmorph-file-card__name"},B9={key:0,class:"nmorph-file-card__error"},x9={key:1,class:"nmorph-file-card__meta"},V9=["title","aria-label"],v9=["src","alt"],S9={key:1,class:"nmorph-file-card__visual-size"},E9={key:2,class:"nmorph-file-card__badge"},C9={key:3,class:"nmorph-file-card__actions"},I9=["aria-label"],M9=["href","aria-label"],z9=["href","download","aria-label"];function H9(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.visualMediaPreviewAvailable?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",b9,[e.createVNode(t.NmorphIcon,{size:"medium"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon)))]),_:1}),t.previewOnIcon&&!t.props.loading&&!t.props.error?(e.openBlock(),e.createElementBlock("a",{key:0,href:t.pdfPreviewHref,target:"_blank",rel:"noopener noreferrer",class:"nmorph-file-card__icon-action","aria-label":`Preview ${t.props.name}`,onClick:t.openHandler},[e.createVNode(t.NmorphIcon,{size:"small",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconEye)]),_:1})],8,y9)):e.createCommentVNode("v-if",!0)])),e.createElementVNode("div",_9,[t.showInfo?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-file-card__info",title:t.props.name},[t.props.showName?(e.openBlock(),e.createElementBlock("span",N9,e.toDisplayString(t.props.name),1)):e.createCommentVNode("v-if",!0),!t.visualMediaPreviewAvailable&&t.props.showMeta?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.props.error&&t.props.errorText?(e.openBlock(),e.createElementBlock("span",B9,e.toDisplayString(t.props.errorText),1)):t.meta?(e.openBlock(),e.createElementBlock("span",x9,e.toDisplayString(t.meta),1)):e.createCommentVNode("v-if",!0)],64)):e.createCommentVNode("v-if",!0)],8,k9)):e.createCommentVNode("v-if",!0),t.audioPreviewAvailable?(e.openBlock(),e.createBlock(t.NmorphAudioPreview,{key:1,class:"nmorph-file-card__audio-preview",src:t.props.previewSrc,name:t.props.name,surface:"plain",embedded:"",compact:"","show-icon":!1,"show-header":!1,"show-playback-button":t.props.showPlaybackButton,"show-default-actions":!1,onError:t.errorHandler},null,8,["src","name","show-playback-button"])):e.createCommentVNode("v-if",!0),t.videoPreviewAvailable?(e.openBlock(),e.createBlock(t.NmorphVideoPreview,{key:2,class:"nmorph-file-card__video-preview",src:t.props.previewSrc,name:t.props.name,height:t.mediaPreviewHeight,surface:"plain",embedded:"",compact:"",controls:!1,"show-meta":!1,"show-playback-button":t.props.showPlaybackButton,"show-default-actions":!1,"show-preview-action":!t.hasCustomActions&&t.props.showDefaultActions&&t.props.previewMode!=="none","show-fullscreen-action":!t.hasCustomActions&&t.props.showDefaultActions,"preview-mode":"emit",onError:t.errorHandler,onPreview:t.openHandler},null,8,["src","name","height","show-playback-button","show-preview-action","show-fullscreen-action"])):e.createCommentVNode("v-if",!0),t.imagePreviewAvailable?(e.openBlock(),e.createElementBlock("button",{key:3,class:"nmorph-file-card__image-preview",type:"button",title:t.props.name,"aria-label":`Preview ${t.props.name}`,onClick:t.openHandler},[e.createElementVNode("img",{class:"nmorph-file-card__image",src:t.props.previewSrc,alt:t.props.name},null,8,v9)],8,V9)):e.createCommentVNode("v-if",!0)]),t.visualMediaPreviewAvailable&&t.fileSize?(e.openBlock(),e.createElementBlock("span",S9,e.toDisplayString(t.fileSize),1)):e.createCommentVNode("v-if",!0),t.props.showExtensionBadge&&t.extension&&!t.visualMediaPreviewAvailable?(e.openBlock(),e.createElementBlock("span",E9,e.toDisplayString(t.extension),1)):e.createCommentVNode("v-if",!0),t.hasActions?(e.openBlock(),e.createElementBlock("div",C9,[e.renderSlot(r.$slots,"actions",{fileName:t.props.name,previewSrc:t.props.previewSrc,downloadHref:t.props.downloadHref,open:t.openHandler,download:t.downloadHandler},()=>[t.props.loading?(e.openBlock(),e.createElementBlock("span",{key:0,class:"nmorph-file-card__action-loader",role:"status","aria-label":`Uploading ${t.props.name}`},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})],8,I9)):t.props.previewSrc&&!t.mediaPreviewAvailable&&!t.previewOnIcon?(e.openBlock(),e.createElementBlock("a",{key:1,href:t.props.previewSrc,target:"_blank",rel:"noopener noreferrer",class:"nmorph-file-card__action-link","aria-label":`Open ${t.props.name}`,onClick:t.openHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconOpen)]),_:1})],8,M9)):e.createCommentVNode("v-if",!0),!t.props.loading&&t.props.downloadHref?(e.openBlock(),e.createElementBlock("a",{key:2,href:t.props.downloadHref,download:t.props.name,class:"nmorph-file-card__action-link","aria-label":`Download ${t.props.name}`,onClick:t.downloadHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconDownload)]),_:1})],8,z9)):e.createCommentVNode("v-if",!0)])])):e.createCommentVNode("v-if",!0)],6),t.mediaGalleryItems.length>0?(e.openBlock(),e.createBlock(t.NmorphMediaGallery,{key:0,modelValue:t.previewOpen,"onUpdate:modelValue":o[0]||(o[0]=a=>t.previewOpen=a),items:t.mediaGalleryItems,"show-navigation-buttons":!1,"show-file-name":t.props.showName,"show-file-size":t.props.showSize,"show-file-actions":t.props.showDefaultActions,"show-playback-button":t.props.showPlaybackButton,onDownload:t.downloadHandler},null,8,["modelValue","items","show-file-name","show-file-size","show-file-actions","show-playback-button"])):e.createCommentVNode("v-if",!0)],64)}const Mc=W(w9,[["render",H9],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-file-card/NmorphFileCard.vue"]]),q9=e.defineComponent({__name:"NmorphImage",props:{design:{type:null,required:!1,default:"nmorph"},loadFailedText:{type:String,required:!1,default:""},frameBorder:{type:Number,required:!1,default:2.67},src:{type:String,required:!1},srcSet:{type:String,required:!1,default:""},width:{type:[Number,String],required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},fit:{type:null,required:!1,default:"cover"},alt:{type:String,required:!1,default:""}},emits:["error","load"],setup(r,{expose:o,emit:n}){o();const{t}=Me.useI18n(),l=r,i=e.computed(()=>l.loadFailedText?l.loadFailedText:t("loadFailedText")),a=e.ref(!1),s=e.ref(!1),d=n,p=B=>{a.value=!0,s.value=!1,d("load",B)},h=B=>{a.value=!0,s.value=!0,d("error",B)},f=e.computed(()=>a.value&&s.value),m=e.computed(()=>l.design||"nmorph"),u=e.computed(()=>K({nmorph:[m.value==="nmorph"?"shadow-combined":""],"nmorph-image":[m.value,l.frameBorder>0&&"framed",(f.value||!a.value)&&"hide"]})),w=e.computed(()=>({...me({"--nmorph-private-image-width":l.width,"--nmorph-private-image-height":l.height}),"--nmorph-private-image-fit":l.fit||"cover","--nmorph-private-image-frame-border":`${l.frameBorder}px`})),g={t,props:l,computedLoadFailedText:i,imageLoadFinished:a,imageLoadError:s,emit:d,onImageLoad:p,onImageError:h,loadingFailed:f,resolvedDesign:m,modifiers:u,styles:w,get NmorphIcon(){return ie},get NmorphIconLoader(){return He}};return Object.defineProperty(g,"__isScriptSetup",{enumerable:!1,value:!0}),g}}),T9=["src","alt","srcset"],L9={key:0,class:"nmorph-image__load-failed"},A9={key:1,class:"nmorph-image__loading"};function D9(r,o,n,t,l,i){return t.props.src?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("img",{src:t.props.src,alt:t.props.alt,srcset:t.props.srcSet,onLoad:t.onImageLoad,onError:t.onImageError},null,40,T9),t.loadingFailed?(e.openBlock(),e.createElementBlock("div",L9,[e.renderSlot(r.$slots,"error",{},()=>[e.createTextVNode(e.toDisplayString(t.computedLoadFailedText),1)])])):t.imageLoadFinished?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",A9,[e.renderSlot(r.$slots,"loading",{},()=>[e.createVNode(t.NmorphIcon,{size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})])]))],6)):e.createCommentVNode("v-if",!0)}const Ct=W(q9,[["render",D9],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-image/NmorphImage.vue"]]),P9=e.defineComponent({__name:"NmorphMediaTile",props:{design:{type:null,required:!1,default:"nmorph"},aspect:{type:String,required:!1,default:"video"},src:{type:String,required:!1,default:""},srcObject:{type:null,required:!1,default:null},sinkId:{type:String,required:!1,default:void 0},fit:{type:String,required:!1,default:"cover"},mirrored:{type:Boolean,required:!1,default:!1},muted:{type:Boolean,required:!1,default:!0},autoplay:{type:Boolean,required:!1,default:!0},playsinline:{type:Boolean,required:!1,default:!0},name:{type:String,required:!1,default:""},avatarSrc:{type:String,required:!1,default:""},loading:{type:Boolean,required:!1,default:!1},showFallback:{type:Boolean,required:!1,default:!0},showStatus:{type:Boolean,required:!1,default:!0},micMuted:{type:Boolean,required:!1,default:!1},videoOff:{type:Boolean,required:!1,default:!1},screenSharing:{type:Boolean,required:!1,default:!1},speaking:{type:Boolean,required:!1,default:!1},selected:{type:Boolean,required:!1,default:!1},error:{type:Boolean,required:!1,default:!1},errorText:{type:String,required:!1,default:""}},setup(r,{expose:o}){const n=r,t=e.ref(null),l=e.ref(null),i=e.ref({audio:0,video:0}),a=e.computed(()=>!!(n.src||n.srcObject)),s=V=>!V||typeof V.getAudioTracks!="function"?[]:V.getAudioTracks(),d=V=>!V||typeof V.getVideoTracks!="function"?[]:V.getVideoTracks(),p=V=>{i.value={audio:s(V).length,video:d(V).length}},h=e.computed(()=>typeof n.srcObject?.getVideoTracks=="function"),f=e.computed(()=>i.value.video>0),m=e.computed(()=>!!(n.src||n.srcObject&&(!h.value||f.value))),u=e.computed(()=>a.value&&m.value&&!n.videoOff&&!n.error),w=e.computed(()=>!!(n.srcObject&&!n.muted&&!n.error)),g=e.computed(()=>n.muted||w.value),B=e.computed(()=>u.value&&n.src?n.src:void 0),S=e.computed(()=>n.name.split(/\s+/).filter(Boolean).slice(0,2).map(V=>V[0]?.toUpperCase()).join("")),_=e.computed(()=>S.value||n.name||"?"),v=e.computed(()=>K({"nmorph-media-tile":[n.design,n.aspect,n.fit,n.mirrored&&"mirrored",n.selected&&"selected",n.speaking&&"speaking",n.error&&"error",n.videoOff&&"video-off",n.screenSharing&&"screen-sharing",n.loading&&"loading"]})),y=V=>{if(!V||n.sinkId===void 0)return;const k=V;typeof k.setSinkId=="function"&&k.setSinkId(n.sinkId).catch(()=>{})},E=V=>{console.warn("[NmorphMediaTile] media autoplay failed",V)},I=V=>{if(!V||!n.autoplay)return;let k;try{k=V.play()}catch(b){E(b);return}k&&typeof k.catch=="function"&&k.catch(E)};e.watch(()=>n.srcObject,(V,k,b)=>{if(p(V),!V||typeof V.addEventListener!="function"||typeof V.removeEventListener!="function")return;const x=()=>p(V);V.addEventListener("addtrack",x),V.addEventListener("removetrack",x),b(()=>{V.removeEventListener("addtrack",x),V.removeEventListener("removetrack",x)})},{immediate:!0}),e.watch(()=>[n.srcObject,n.sinkId,n.autoplay,n.videoOff,n.error,u.value,w.value,g.value,t.value,l.value],()=>{if(t.value){const V=n.srcObject;t.value.srcObject!==V&&(t.value.srcObject=V),y(t.value),n.autoplay&&V&&!n.videoOff&&!n.error&&I(t.value)}if(l.value){const V=w.value?n.srcObject:null;l.value.srcObject!==V&&(l.value.srcObject=V),y(l.value),n.autoplay&&w.value&&I(l.value)}},{immediate:!0,flush:"post"}),o({videoRef:t});const M={props:n,videoRef:t,audioRef:l,srcObjectTrackCount:i,hasMediaSource:a,getAudioTracks:s,getVideoTracks:d,updateSrcObjectTrackCount:p,canInspectVideoTracks:h,hasVideoTracks:f,hasVideoSource:m,videoVisible:u,needsSeparateAudioOutput:w,videoMuted:g,videoSrc:B,initials:S,fallbackLabel:_,modifiers:v,setMediaElementSinkId:y,logMediaPlaybackError:E,playMediaElement:I,get NmorphAvatar(){return wc},get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconLoaderDots(){return Oe},get NmorphIconMute(){return ho},get NmorphIconShare(){return wo},get NmorphIconVideoCameraOff(){return _o}};return Object.defineProperty(M,"__isScriptSetup",{enumerable:!1,value:!0}),M}}),O9=["src","muted","autoplay","playsinline"],F9=["muted","autoplay"],R9={key:1,class:"nmorph-media-tile__fallback"},j9={key:2,class:"nmorph-media-tile__initials"},W9={key:3,class:"nmorph-media-tile__name"},$9={key:4,class:"nmorph-media-tile__error-text"},K9={key:2,class:"nmorph-media-tile__status"};function U9(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.withDirectives(e.createElementVNode("video",{ref:"videoRef",class:"nmorph-media-tile__video",src:t.videoSrc,muted:t.videoMuted,autoplay:t.props.autoplay,playsinline:t.props.playsinline},null,8,O9),[[e.vShow,t.videoVisible&&!t.props.loading]]),t.needsSeparateAudioOutput?(e.openBlock(),e.createElementBlock("audio",{key:0,ref:"audioRef",class:"nmorph-media-tile__audio",muted:t.props.muted,autoplay:t.props.autoplay,preload:"auto"},null,8,F9)):e.createCommentVNode("v-if",!0),t.props.showFallback&&(!t.videoVisible||t.props.loading)?(e.openBlock(),e.createElementBlock("div",R9,[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-media-tile__loader",size:"large"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoaderDots)]),_:1})):t.props.avatarSrc?(e.openBlock(),e.createBlock(t.NmorphAvatar,{key:1,src:t.props.avatarSrc,name:t.props.name,size:72,design:"plain"},null,8,["src","name"])):(e.openBlock(),e.createElementBlock("div",j9,e.toDisplayString(t.fallbackLabel),1)),t.props.name?(e.openBlock(),e.createElementBlock("span",W9,e.toDisplayString(t.props.name),1)):e.createCommentVNode("v-if",!0),t.props.error&&t.props.errorText?(e.openBlock(),e.createElementBlock("span",$9,e.toDisplayString(t.props.errorText),1)):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),t.props.showStatus?(e.openBlock(),e.createElementBlock("div",K9,[t.props.micMuted?(e.openBlock(),e.createBlock(t.NmorphButton,{key:0,class:"nmorph-media-tile__status-item",design:"plain",borderless:"",tabindex:-1,"aria-label":"Microphone muted"},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIconMute)]),_:1})):e.createCommentVNode("v-if",!0),t.props.videoOff?(e.openBlock(),e.createBlock(t.NmorphButton,{key:1,class:"nmorph-media-tile__status-item",design:"plain",borderless:"",tabindex:-1,"aria-label":"Video off"},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIconVideoCameraOff)]),_:1})):e.createCommentVNode("v-if",!0),t.props.screenSharing?(e.openBlock(),e.createBlock(t.NmorphButton,{key:2,class:"nmorph-media-tile__status-item",design:"plain",borderless:"",tabindex:-1,"aria-label":"Screen sharing"},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIconShare)]),_:1})):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),e.renderSlot(r.$slots,"overlay")],2)}const G9=W(P9,[["render",U9],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-media-tile/NmorphMediaTile.vue"]]),Y9=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},loading:{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},thickness:{type:null,required:!1,default:"basic"},fixedContainer:{type:Boolean,required:!1,default:!1},width:{type:[Number,String],required:!1,default:void 0},minWidth:{type:[Number,String],required:!1,default:void 0}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-pagination":[t.disabled&&"disabled",t.loading&&"loading",t.fixedContainer&&"fixed-container"]})),a={thick:"var(--thick-component)",basic:"var(--basic-component)",thin:"var(--thin-component)"},s=e.computed(()=>Math.max(1,Math.floor(t.maxVisiblePages))),d=e.computed(()=>{const k=s.value*40,b=Math.max(0,s.value-1)*8;return["calc(","var(--nmorph-private-pagination-height) + ","var(--nmorph-private-pagination-height) + ","16px + var(--indentation-01) + var(--indentation-01) + ",`${k+b}px`,")"].join("")}),p=e.computed(()=>({"--nmorph-private-pagination-height":a[t.thickness],"--nmorph-private-pagination-fixed-pages":s.value,"--nmorph-private-pagination-fixed-width":d.value,...me({"--nmorph-private-pagination-width":t.width,"--nmorph-private-pagination-min-width":t.minWidth})})),h=e.computed(()=>t.disabled||t.loading),f=()=>{u.value=String(Number(u.value)-1)},m=()=>{u.value=String(Number(u.value)+1)},u=e.ref(String(t.modelValue)),w=e.computed(()=>{const k=Number(t.totalElementsQuantity),b=Number(t.elementsQuantityOnPage);return!Number.isFinite(k)||!Number.isFinite(b)||k<=0||b<=0?0:Math.ceil(k/b)}),g=e.computed(()=>Array.from({length:w.value},(k,b)=>({value:String(b+1),label:String(b+1)}))),B=e.ref([]),S=e.computed(()=>{const k=String(Math.max(1,Number(u.value)||1));return[{value:k,label:k}]}),_=e.computed(()=>t.loading&&B.value.length?B.value:g.value.length?g.value:S.value),v=e.computed(()=>t.loading||!t.hideOnSinglePage||w.value>1);e.watch(u,k=>{l("update:model-value",Number(k))}),e.watch([g,()=>t.loading],([k,b])=>{(k.length||!b)&&(B.value=k)},{immediate:!0}),e.watch(()=>t.modelValue,k=>{u.value=String(k)}),e.watch([w,()=>t.loading],([k,b])=>{b||k<=0||Number(u.value)>k&&(u.value=String(k))});const y=e.computed(()=>Number(u.value)===1),E=e.computed(()=>Number(u.value)>=_.value.length),I=e.computed(()=>{const k=_.value.length,b=Number(u.value),x=t.maxVisiblePages;if(k<=x)return _.value;const q=Math.floor(x/2);return b<=q?[..._.value.slice(0,x-2),{value:"next",label:"..."},_.value[k-1]]:b>=k-q?[_.value[0],{value:"prev",label:"..."},..._.value.slice(k-(x-2))]:[_.value[0],{value:"prev",label:"..."},..._.value.slice(b-q,b+q-1),{value:"next",label:"..."},_.value[k-1]]}),V={props:t,emit:l,modifiers:i,thicknessHeightMap:a,fixedPagesCount:s,fixedContainerWidth:d,paginationStyle:p,interactionDisabled:h,prevClick:f,nextClick:m,selectedPage:u,totalPages:w,pages:g,retainedPages:B,fallbackPages:S,effectivePages:_,show:v,blockPrevButton:y,blockNextButton:E,visiblePages:I,bigStepUpdate:k=>{const b=Number(u.value);let x=k==="prev"?b-t.fastForwardStep:b+t.fastForwardStep;x<=0&&(x=1),x>=_.value.length&&(x=_.value.length),u.value=String(x)},get NmorphRadioGroup(){return Oo},get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphRadio(){return Po},get NmorphIconChevronDown(){return Pe}};return Object.defineProperty(V,"__isScriptSetup",{enumerable:!1,value:!0}),V}}),Z9=["aria-busy"];function X9(r,o,n,t,l,i){return t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.paginationStyle),"aria-busy":t.props.loading||void 0},[e.createVNode(t.NmorphButton,{class:"nmorph-pagination__btn nmorph-pagination__prev-btn",thickness:t.props.thickness,disabled:t.blockPrevButton||t.interactionDisabled,onClick:t.prevClick},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-pagination__prev-icon"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1},8,["thickness","disabled"]),e.createVNode(t.NmorphRadioGroup,{modelValue:t.selectedPage,"onUpdate:modelValue":o[0]||(o[0]=a=>t.selectedPage=a),class:"nmorph-pagination__page-group",thickness:t.props.thickness,disabled:t.interactionDisabled},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.visiblePages,a=>(e.openBlock(),e.createElementBlock("div",{key:a.value,class:"nmorph-pagination__page-btn-wrapper"},[a.value==="prev"||a.value==="next"?(e.openBlock(),e.createBlock(t.NmorphButton,{key:0,class:e.normalizeClass(`nmorph-pagination__page-btn nmorph-pagination__${a.value}`),text:a.label,thickness:t.props.thickness,disabled:t.interactionDisabled,onClick:s=>t.bigStepUpdate(a.value)},null,8,["class","text","thickness","disabled","onClick"])):(e.openBlock(),e.createBlock(t.NmorphRadio,{key:1,value:a.value,label:a.label,class:"nmorph-pagination__page-btn",thickness:t.props.thickness,disabled:t.interactionDisabled},null,8,["value","label","thickness","disabled"]))]))),128))]),_:1},8,["modelValue","thickness","disabled"]),e.createVNode(t.NmorphButton,{class:"nmorph-pagination__btn nmorph-pagination__next-btn",thickness:t.props.thickness,disabled:t.blockNextButton||t.interactionDisabled,onClick:t.nextClick},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-pagination__next-icon"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1},8,["thickness","disabled"])],14,Z9)):e.createCommentVNode("v-if",!0)}const Q9=W(Y9,[["render",X9],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-pagination/NmorphPagination.vue"]]),J9=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},height:{type:[Number,String],required:!1,default:void 0},widthTransition:{type:String,required:!1,default:void 0},indeterminateAnimation:{type:String,required:!1,default:void 0}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-progress":[n.indeterminate&&"indeterminate"]})),l=e.computed(()=>Array.isArray(n.color)?n.color.find(g=>g.percentage<=n.percentage)?.color:typeof n.color=="function"?n.color(n.percentage):n.color),i=e.computed(()=>n.indeterminate?"var(--nmorph-private-progress-indeterminate-animation)":"none"),a=e.ref(null),s=e.ref(1),d=e.computed(()=>`${s.value} ${s.value}`),p=e.computed(()=>s.value-n.percentage/100*s.value);e.onMounted(()=>{a.value&&(s.value=2*Math.PI*a.value.r.baseVal.value)});const h=e.computed(()=>`${n.circleSize}px`),f=e.computed(()=>`${n.percentage}%`),m=e.computed(()=>n.height??(n.valueInside?"18px":void 0)),u=e.computed(()=>({..._e({"--nmorph-private-progress-percentage":f.value,"--nmorph-private-progress-color":l.value,"--nmorph-private-progress-animation":i.value,"--nmorph-private-progress-circle-size":h.value,"--nmorph-private-progress-width-transition":n.widthTransition,"--nmorph-private-progress-indeterminate-animation":n.indeterminateAnimation}),...me({"--nmorph-private-progress-height":m.value})})),w={props:n,modifiers:t,color:l,animation:i,circle:a,circumference:s,strokeDasharray:d,strokeDashoffset:p,circleContainerSize:h,displayPercentage:f,linearHeight:m,styles:u};return Object.defineProperty(w,"__isScriptSetup",{enumerable:!1,value:!0}),w}}),ew={key:0,class:"nmorph-progress__linear"},tw={class:"nmorph-progress__outer"},ow={class:"nmorph-progress__inner"},rw={key:0,class:"nmorph-progress__inner-text"},nw={key:0,class:"nmorph-progress__percentage"},aw={key:1,class:"nmorph-progress__circle"},lw={class:"nmorph-progress__circle-inner-part"},iw=["width","height"],cw=["cx","cy","r","stroke-dasharray","stroke-dashoffset"];function sw(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.props.type==="linear"?(e.openBlock(),e.createElementBlock("div",ew,[e.createElementVNode("div",tw,[e.createElementVNode("div",ow,[n.valueInside?(e.openBlock(),e.createElementBlock("div",rw,[e.renderSlot(r.$slots,"inner-text",{},()=>[e.createTextVNode(e.toDisplayString(t.displayPercentage),1)])])):e.createCommentVNode("v-if",!0)])]),n.valueRightSide?(e.openBlock(),e.createElementBlock("div",nw,[e.renderSlot(r.$slots,"right-side",{},()=>[e.createTextVNode(e.toDisplayString(t.displayPercentage),1)])])):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),t.props.type==="circle"?(e.openBlock(),e.createElementBlock("div",aw,[e.createElementVNode("div",lw,[e.renderSlot(r.$slots,"circle-inner-part",{},()=>[e.createTextVNode(e.toDisplayString(t.displayPercentage),1)])]),(e.openBlock(),e.createElementBlock("svg",{width:t.props.circleSize,height:t.props.circleSize},[e.createElementVNode("circle",{ref:"circle",class:"nmorph-progress__circle-ring",cx:t.props.circleSize/2,cy:t.props.circleSize/2,r:t.props.circleSize/2-2,"stroke-dasharray":t.strokeDasharray,"stroke-dashoffset":t.strokeDashoffset},null,8,cw)],8,iw))])):e.createCommentVNode("v-if",!0)],6)}const dw=W(J9,[["render",sw],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-progress/NmorphProgress.vue"]]),zc={low:[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],medium:[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],quartile:[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],high:[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]},Hc={low:[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],medium:[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],quartile:[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],high:[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]},mw={low:1,medium:0,quartile:3,high:2},qc=r=>Math.min(Math.max(Math.trunc(r),1),40),De=(r,o)=>(r>>>o&1)!==0,It=(r,o,n)=>{for(let t=n-1;t>=0;t--)r.push(De(o,t))},Tc=r=>{let o=(16*r+128)*r+64;if(r>=2){const n=Math.floor(r/7)+2;o-=(25*n-10)*n-55,r>=7&&(o-=36)}return o},Lc=(r,o)=>Math.floor(Tc(r)/8)-zc[o][r]*Hc[o][r],Eo=r=>r<=9?8:16,pw=(r,o)=>4+Eo(o)+r*8,hw=r=>{if(r===1)return[];const o=r*4+17,n=Math.floor(r/7)+2,t=r===32?26:Math.ceil((r*4+4)/(n*2-2))*2,l=[6];for(let i=o-7;l.length<n;i-=t)l.splice(1,0,i);return l},Co=(r,o)=>{let n=0;for(let t=7;t>=0;t--)n=n<<1^(n>>>7)*285,n^=(o>>>t&1)*r;return n},fw=r=>{const o=Array(r).fill(0);o[r-1]=1;let n=1;for(let t=0;t<r;t++){for(let l=0;l<r;l++)o[l]=Co(o[l],n),l+1<r&&(o[l]^=o[l+1]);n=Co(n,2)}return o},uw=(r,o)=>{const n=Array(o.length).fill(0);return r.forEach(t=>{const l=t^(n.shift()||0);n.push(0),o.forEach((i,a)=>{n[a]^=Co(i,l)})}),n},gw=(r,o,n)=>{const t=Hc[n][o],l=zc[n][o],i=Math.floor(Tc(o)/8),a=t-i%t,s=Math.floor(i/t),d=fw(l),p=[];let h=0;for(let m=0;m<t;m++){const u=s-l+(m<a?0:1),w=r.slice(h,h+u);h+=u;const g=uw(w,d);m<a&&w.push(0),p.push([...w,...g])}const f=[];for(let m=0;m<p[0].length;m++)p.forEach((u,w)=>{(m!==s-l||w>=a)&&f.push(u[m])});return f},ww=(r,o,n)=>{const t=Lc(o,n)*8,l=[];for(It(l,4,4),It(l,r.length,Eo(o)),r.forEach(a=>It(l,a,8)),It(l,0,Math.min(4,t-l.length));l.length%8!==0;)l.push(!1);const i=[];for(let a=0;a<l.length;a+=8){let s=0;for(let d=0;d<8;d++)s=s<<1|(l[a+d]?1:0);i.push(s)}for(let a=236;i.length<t/8;a^=253)i.push(a);return i},bw=(r,o,n)=>{switch(r){case 0:return(o+n)%2===0;case 1:return n%2===0;case 2:return o%3===0;case 3:return(o+n)%3===0;case 4:return(Math.floor(o/3)+Math.floor(n/2))%2===0;case 5:return o*n%2+o*n%3===0;case 6:return(o*n%2+o*n%3)%2===0;default:return((o+n)%2+o*n%3)%2===0}};class yw{constructor(o,n){this.version=o,this.level=n,this.size=o*4+17,this.modules=Array.from({length:this.size},()=>Array(this.size).fill(!1)),this.isFunction=Array.from({length:this.size},()=>Array(this.size).fill(!1))}size;modules;isFunction;drawFunctionPatterns(){for(let n=0;n<this.size;n++)this.setFunctionModule(6,n,n%2===0),this.setFunctionModule(n,6,n%2===0);this.drawFinderPattern(3,3),this.drawFinderPattern(this.size-4,3),this.drawFinderPattern(3,this.size-4);const o=hw(this.version);o.forEach((n,t)=>{o.forEach((l,i)=>{t===0&&i===0||t===0&&i===o.length-1||t===o.length-1&&i===0||this.drawAlignmentPattern(n,l)})}),this.drawFormatBits(0),this.drawVersion()}drawCodewords(o){let n=0;for(let t=this.size-1;t>=1;t-=2){t===6&&(t=5);for(let l=0;l<this.size;l++)for(let i=0;i<2;i++){const a=t-i,d=(t+1&2)===0?this.size-1-l:l;!this.isFunction[d][a]&&n<o.length*8&&(this.modules[d][a]=De(o[n>>>3],7-(n&7)),n++)}}}applyMask(o){for(let n=0;n<this.size;n++)for(let t=0;t<this.size;t++)!this.isFunction[n][t]&&bw(o,t,n)&&(this.modules[n][t]=!this.modules[n][t])}drawFormatBits(o){const n=mw[this.level]<<3|o;let t=n;for(let i=0;i<10;i++)t=t<<1^(t>>>9)*1335;const l=(n<<10|t)^21522;for(let i=0;i<=5;i++)this.setFunctionModule(8,i,De(l,i));this.setFunctionModule(8,7,De(l,6)),this.setFunctionModule(8,8,De(l,7)),this.setFunctionModule(7,8,De(l,8));for(let i=9;i<15;i++)this.setFunctionModule(14-i,8,De(l,i));for(let i=0;i<8;i++)this.setFunctionModule(this.size-1-i,8,De(l,i));for(let i=8;i<15;i++)this.setFunctionModule(8,this.size-15+i,De(l,i));this.setFunctionModule(8,this.size-8,!0)}getPenaltyScore(){let o=0;for(let i=0;i<this.size;i++)o+=this.getRunPenalty(this.modules[i]);for(let i=0;i<this.size;i++)o+=this.getRunPenalty(this.modules.map(a=>a[i]));for(let i=0;i<this.size-1;i++)for(let a=0;a<this.size-1;a++){const s=this.modules[i][a];s===this.modules[i][a+1]&&s===this.modules[i+1][a]&&s===this.modules[i+1][a+1]&&(o+=3)}o+=this.getFinderPenalty();const n=this.modules.flat().filter(Boolean).length;let t=0;const l=this.size*this.size;for(;n*20<(9-t)*l||n*20>(11+t)*l;)t++;return o+t*10}drawFinderPattern(o,n){for(let t=-4;t<=4;t++)for(let l=-4;l<=4;l++){const i=o+l,a=n+t;if(i<0||i>=this.size||a<0||a>=this.size)continue;const s=Math.max(Math.abs(l),Math.abs(t));this.setFunctionModule(i,a,s!==2&&s!==4)}}drawAlignmentPattern(o,n){for(let t=-2;t<=2;t++)for(let l=-2;l<=2;l++)this.setFunctionModule(o+l,n+t,Math.max(Math.abs(l),Math.abs(t))!==1)}drawVersion(){if(this.version<7)return;let o=this.version;for(let t=0;t<12;t++)o=o<<1^(o>>>11)*7973;const n=this.version<<12|o;for(let t=0;t<18;t++){const l=De(n,t),i=this.size-11+t%3,a=Math.floor(t/3);this.setFunctionModule(i,a,l),this.setFunctionModule(a,i,l)}}setFunctionModule(o,n,t){this.modules[n][o]=t,this.isFunction[n][o]=!0}getRunPenalty(o){let n=0,t=o[0],l=1;for(let i=1;i<o.length;i++)o[i]===t?l++:(l>=5&&(n+=3+l-5),t=o[i],l=1);return l>=5&&(n+=3+l-5),n}getFinderPenalty(){let o=0;for(let n=0;n<this.size;n++)o+=this.getFinderPenaltyForLine(this.modules[n]);for(let n=0;n<this.size;n++)o+=this.getFinderPenaltyForLine(this.modules.map(t=>t[n]));return o}getFinderPenaltyForLine(o){let n=0;for(let t=0;t<=o.length-7;t++){if(!(o[t]&&!o[t+1]&&o[t+2]&&o[t+3]&&o[t+4]&&!o[t+5]&&o[t+6]))continue;const i=t>=4&&o.slice(t-4,t).every(s=>!s),a=t+11<=o.length&&o.slice(t+7,t+11).every(s=>!s);(i||a)&&(n+=40)}return n}}const _w=r=>Array.from(new TextEncoder().encode(r)),Io=(r,o={})=>{const n=o.errorCorrectionLevel??"medium",t=qc(o.minVersion??1),l=qc(o.maxVersion??40),i=_w(r),a=Array.from({length:l-t+1},(m,u)=>t+u).find(m=>i.length<1<<Eo(m)&&pw(i.length,m)<=Lc(m,n)*8);if(!a)throw new Error("The QR code value is too large for the selected version range.");const s=ww(i,a,n),d=gw(s,a,n),p=new yw(a,n);p.drawFunctionPatterns(),p.drawCodewords(d);let h=0,f=1/0;for(let m=0;m<8;m++){p.applyMask(m),p.drawFormatBits(m);const u=p.getPenaltyScore();u<f&&(h=m,f=u),p.applyMask(m)}return p.applyMask(h),p.drawFormatBits(h),{modules:p.modules.map(m=>[...m]),size:p.size,version:a}},kw=e.defineComponent({__name:"NmorphQRCode",props:{value:{type:[String,Number],required:!1,default:""},size:{type:[Number,String],required:!1,default:160},margin:{type:Number,required:!1,default:4},color:{type:String,required:!1,default:"var(--nmorph-text-color)"},background:{type:String,required:!1,default:"var(--nmorph-main-color)"},level:{type:String,required:!1,default:"medium"},minVersion:{type:Number,required:!1,default:1},maxVersion:{type:Number,required:!1,default:40},title:{type:String,required:!1,default:""}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>{try{return Io(String(n.value),{errorCorrectionLevel:n.level,minVersion:n.minVersion,maxVersion:n.maxVersion}),""}catch(h){return h instanceof Error?h.message:"Unable to create QR code."}}),l=e.computed(()=>t.value?null:Io(String(n.value),{errorCorrectionLevel:n.level,minVersion:n.minVersion,maxVersion:n.maxVersion})),i=e.computed(()=>l.value?l.value.size+n.margin*2:1),a=e.computed(()=>l.value?l.value.modules.flatMap((h,f)=>h.map((m,u)=>m?`M${u+n.margin} ${f+n.margin}h1v1h-1z`:"").filter(Boolean)).join(""):""),s=e.computed(()=>({...me({"--nmorph-private-qr-code-size":n.size}),..._e({"--nmorph-private-qr-code-background":n.background})})),d=e.computed(()=>K({"nmorph-qr-code":[t.value&&"error"]})),p={props:n,errorMessage:t,qrCode:l,viewBoxSize:i,path:a,styles:s,modifiers:d};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),Nw=["viewBox"],Bw={key:0},xw=["fill"],Vw=["d","fill"],vw={key:1,class:"nmorph-qr-code__error"};function Sw(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.qrCode?(e.openBlock(),e.createElementBlock("svg",{key:0,class:"nmorph-qr-code__svg",xmlns:"http://www.w3.org/2000/svg",viewBox:`0 0 ${t.viewBoxSize} ${t.viewBoxSize}`,role:"img","shape-rendering":"crispEdges"},[t.props.title?(e.openBlock(),e.createElementBlock("title",Bw,e.toDisplayString(t.props.title),1)):e.createCommentVNode("v-if",!0),e.createElementVNode("rect",{width:"100%",height:"100%",fill:t.props.background},null,8,xw),e.createElementVNode("path",{d:t.path,fill:t.props.color},null,8,Vw)],8,Nw)):(e.openBlock(),e.createElementBlock("div",vw,[e.renderSlot(r.$slots,"error",{message:t.errorMessage},()=>[e.createTextVNode(e.toDisplayString(t.errorMessage),1)])]))],6)}const Ew=W(kw,[["render",Sw],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-qr-code/NmorphQRCode.vue"]]),Cw=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},loadingGradient:{type:String,required:!1,default:void 0}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-skeleton":[n.animated&&n.loading&&"loading"]})),l=e.computed(()=>_e({"--nmorph-private-skeleton-loading-gradient":n.loadingGradient})),i={props:n,modifiers:t,styles:l,get NmorphSkeletonItem(){return Ac}};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}}),Iw={key:0,class:"nmorph-skeleton__rows"},Mw={class:"nmorph-skeleton__template"},zw={class:"nmorph-skeleton__default"};function Hw(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.props.rows&&t.props.loading?(e.openBlock(),e.createElementBlock("div",Iw,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.props.rows,a=>(e.openBlock(),e.createBlock(t.NmorphSkeletonItem,{key:a,width:"100%",height:"14px",variant:"rect"}))),128))])):e.createCommentVNode("v-if",!0),e.withDirectives(e.createElementVNode("div",Mw,[e.renderSlot(r.$slots,"template")],512),[[e.vShow,!t.props.rows&&t.props.loading]]),e.withDirectives(e.createElementVNode("div",zw,[e.renderSlot(r.$slots,"default")],512),[[e.vShow,!t.props.loading]])],6)}const qw=W(Cw,[["render",Hw],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-skeleton/NmorphSkeleton.vue"]]),Tw={image:"image",circle:"circle",rect:"rect"},Lw=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:null,required:!1,default:"nmorph"}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-skeleton-item":[n.variant,n.design==="nmorph"?"nmorph-design":"plain-design"]})),l=e.computed(()=>n.width),i=e.computed(()=>n.height),a={props:n,modifiers:t,cssWidth:l,cssHeight:i,get NmorphIcon(){return ie},get NmorphIconImage(){return rt}};return Object.defineProperty(a,"__isScriptSetup",{enumerable:!1,value:!0}),a}}),Aw={class:"nmorph-skeleton-item__element"};function Dw(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle({"--nmorph-private-skeleton-item-width":t.cssWidth,"--nmorph-private-skeleton-item-height":t.cssHeight})},[e.createElementVNode("div",Aw,[t.props.variant==="image"?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,width:t.props.width,height:t.props.height},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconImage)]),_:1},8,["width","height"])):e.createCommentVNode("v-if",!0)])],6)}const Ac=W(Lw,[["render",Dw],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue"]]),Mt=(r,o)=>{const n=e.ref(null),t=e.ref(0),l=e.ref(0);let i=null;const a=e.computed(()=>o.enabled?.value??!0),s=e.computed(()=>Math.max(o.overscan?.value??0,0)),d=e.computed(()=>o.dynamic?.value??!1),p=e.computed(()=>Math.max(o.itemHeight.value,1)),h=e.ref({}),f=k=>d.value&&h.value[k]||p.value,m=e.computed(()=>{const k=[];let b=0;for(let x=0;x<r.value.length;x++)k[x]=b,b+=f(x);return{offsets:k,total:b}}),u=e.computed(()=>a.value?d.value?m.value.total:r.value.length*p.value:0),w=()=>{const k=n.value;if(!k)return;const b=Math.max(u.value-k.clientHeight,0);k.scrollTop>b&&(k.scrollTop=b),t.value=k.scrollTop,l.value=k.clientHeight},g=()=>{w()},B=e.computed(()=>{if(!a.value)return 0;if(d.value){const k=m.value.offsets.findIndex((b,x)=>b+f(x)>=t.value);return Math.max(k===-1?0:k-s.value,0)}return Math.max(Math.floor(t.value/p.value)-s.value,0)}),S=e.computed(()=>{if(!a.value)return r.value.length;if(d.value){const b=t.value+l.value;let x=B.value;for(;x<r.value.length&&m.value.offsets[x]<=b;)x++;return Math.min(x+s.value,r.value.length)}const k=Math.ceil((t.value+l.value)/p.value)+s.value;return Math.min(Math.max(k,B.value+s.value),r.value.length)}),_=e.computed(()=>d.value?m.value.offsets[B.value]||0:B.value*p.value),v=e.computed(()=>a.value?r.value.slice(B.value,S.value).map((k,b)=>({item:k,index:B.value+b})):r.value.map((k,b)=>({item:k,index:b}))),y=e.computed(()=>({height:`${u.value}px`})),E=e.computed(()=>({transform:`translateY(${_.value}px)`})),I=k=>{const b=n.value;if(!b||!a.value)return;const x=Math.min(Math.max(k,0),Math.max(r.value.length-1,0)),q=d.value?m.value.offsets[x]||0:x*p.value;b.scrollTop=q,w()},M=(k,b)=>{if(!d.value||!b)return;const x=Math.ceil(b.getBoundingClientRect().height||b.offsetHeight);!x||h.value[k]===x||(h.value={...h.value,[k]:x},e.nextTick(w))},V=()=>{w()};return e.onMounted(()=>{e.nextTick(w),typeof window<"u"&&(window.addEventListener("resize",V),"ResizeObserver"in window&&(i=new ResizeObserver(w),n.value&&i.observe(n.value)))}),e.onUnmounted(()=>{typeof window<"u"&&window.removeEventListener("resize",V),i?.disconnect(),i=null}),e.watch(n,(k,b)=>{b&&i?.unobserve(b),k&&i?.observe(k),e.nextTick(w)},{flush:"post"}),e.watch(()=>[r.value.length,a.value,p.value,d.value],()=>{e.nextTick(w)}),{containerRef:n,contentStyle:E,endIndex:S,offsetTop:_,refresh:w,measureElement:M,scrollHandler:g,scrollToIndex:I,spacerStyle:y,startIndex:B,totalHeight:u,viewportHeight:l,virtualItems:v}},Pw=e.defineComponent({__name:"NmorphSortButton",props:{value:{type:null,required:!0}},emits:["sort"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-sort-button":[`${t.value}`]})),a=()=>{const p=t.value==="ascending"?"descending":"ascending";l("sort",p)},s=e.computed(()=>t.value==="ascending"?"Sort descending":"Sort ascending"),d={props:t,emit:l,modifiers:i,toggleSort:a,nextSortLabel:s};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}}),Ow=["aria-label"];function Fw(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("button",{class:"nmorph-sort-button__control",type:"button","aria-label":t.nextSortLabel,onClick:t.toggleSort},[...o[0]||(o[0]=[e.createElementVNode("svg",{class:"nmorph-sort-button__icon",viewBox:"0 0 16 16","aria-hidden":"true"},[e.createElementVNode("path",{class:"nmorph-sort-button__icon-up",d:"M8 3 3.75 7.25h8.5L8 3Z"}),e.createElementVNode("path",{class:"nmorph-sort-button__icon-down",d:"M8 13 12.25 8.75h-8.5L8 13Z"})],-1)])],8,Ow)],2)}const Rw=W(Pw,[["render",Fw],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue"]]),jw=e.defineComponent({__name:"NmorphTable",props:{data:{type:Array,required:!1,default:()=>[]},rowHover:{type:Boolean,required:!1,default:!0},sort:{type:Object,required:!1,default:void 0},virtual:{type:Boolean,required:!1,default:!1},virtualHeight:{type:[Number,String],required:!1,default:"320px"},virtualOverscan:{type:Number,required:!1,default:5},virtualRowHeight:{type:Number,required:!1,default:42},virtualDynamicHeight:{type:Boolean,required:!1,default:!1},borderColor:{type:String,required:!1,default:void 0},cellHeight:{type:[Number,String],required:!1,default:void 0},rowHoverBackground:{type:String,required:!1,default:void 0},design:{type:null,required:!1,default:"nmorph"},bordered:{type:Boolean,required:!1,skipCheck:!0}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>n.design==="plain"&&n.bordered===!0),l=e.computed(()=>K({"nmorph-table":{[n.design]:!0,bordered:t.value}})),i=e.ref([...n.data]),a=e.computed(()=>n.virtual),s=e.computed(()=>n.virtualRowHeight),d=e.computed(()=>n.virtualOverscan),p=e.computed(()=>n.virtualDynamicHeight),h=Mt(i,{enabled:a,itemHeight:s,overscan:d,dynamic:p}),f=e.computed(()=>a.value?h.virtualItems.value:i.value.map((T,F)=>({item:T,index:F}))),m=e.computed(()=>f.value.map(T=>T.item)),u=e.ref(-1),w=e.ref(0),g=e.ref(n.sort),B=(T,F)=>{g.value&&(g.value[F]=T,i.value.sort((ee,X)=>{const le=String(ee[F]).toLowerCase(),D=String(X[F]).toLowerCase();if(!g.value)return 0;const Q=g.value[F];return Q==="ascending"?le.localeCompare(D):Q==="descending"?D.localeCompare(le):0}))},S=e.ref(null),_=e.ref([]);e.provide("table-data",{rows:m,columns:_});const v=e.computed(()=>{const T=_.value.map(D=>D.width).filter(D=>!!D),F=T.length,ee=T.reduce((D,Q)=>(D+=Number(Q),D),0),X=_.value.length-F;return S.value?.clientWidth?(S.value?.clientWidth-ee)/X:0}),y=T=>T||v.value,E=e.ref(0);e.watch(()=>n.data,async()=>{E.value=E.value+1,i.value=[...n.data],_.value=[],await e.nextTick();const T=h.containerRef.value;T&&(T.scrollTop=Math.min(w.value,Math.max(h.totalHeight.value-T.clientHeight,0)),h.refresh())},{immediate:!0});const I=T=>typeof T=="object"?"":T,M=Ue();e.provide("table-identifier",M);const V=e.computed(()=>ze(n.virtualHeight)),k=e.computed(()=>({..._e({"--nmorph-private-table-border-color":n.borderColor,"--nmorph-private-table-row-hover-background":n.rowHoverBackground}),...me({"--nmorph-private-table-cell-height":n.cellHeight})})),b=e.computed(()=>({"--nmorph-private-table-virtual-row-height":`${n.virtualRowHeight}px`,height:a.value?V.value:void 0,overflowY:a.value?"auto":void 0})),x=h.spacerStyle,q=h.contentStyle,L=(T,F)=>{h.measureElement(F,Pt(T))},C=()=>{h.scrollHandler(),w.value=h.containerRef.value?.scrollTop||0},H=T=>{if(!i.value.length)return;const F=u.value<0?0:Math.min(Math.max(u.value+T,0),i.value.length-1);u.value=F,h.scrollToIndex(F)},$={props:n,bordered:t,modifiers:l,rows:i,virtualEnabled:a,virtualRowHeight:s,virtualOverscan:d,virtualDynamicHeight:p,virtualList:h,renderedRows:f,tableRows:m,activeRowIndex:u,lastScrollTop:w,sortData:g,onSort:B,nmorphDOMTable:S,columns:_,defaultColWidth:v,getWidth:y,key:E,tableData:I,tableIdentifier:M,virtualHeight:V,tableStyle:k,tableBodyStyle:b,virtualSpacerStyle:x,virtualContentStyle:q,setVirtualRowRef:L,scrollHandler:C,moveActiveRow:H,tableKeydownHandler:T=>{a.value&&(T.key==="ArrowDown"?(T.preventDefault(),H(1)):T.key==="ArrowUp"?(T.preventDefault(),H(-1)):T.key==="Home"?(T.preventDefault(),u.value=0,h.scrollToIndex(0)):T.key==="End"?(T.preventDefault(),u.value=i.value.length-1,h.scrollToIndex(i.value.length-1)):T.key==="PageDown"?(T.preventDefault(),H(Math.max(Math.floor((h.viewportHeight.value||n.virtualRowHeight)/n.virtualRowHeight),1))):T.key==="PageUp"&&(T.preventDefault(),H(-Math.max(Math.floor((h.viewportHeight.value||n.virtualRowHeight)/n.virtualRowHeight),1))))},NmorphSortButton:Rw};return Object.defineProperty($,"__isScriptSetup",{enumerable:!1,value:!0}),$}}),Ww={class:"nmorph-table__wrapper"},$w={class:"nmorph-table__slot-columns",hidden:""},Kw={class:"nmorph-table__header"},Uw=["data-src"],Gw={class:"nmorph-table__table-row"},Yw={class:"nmorph-table__cell"},Zw=["tabindex"],Xw=["id"],Qw={key:1},Jw=["id"];function eb(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",null,[(e.openBlock(),e.createElementBlock("div",{ref:"nmorphDOMTable",key:t.key,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.tableStyle)},[e.createElementVNode("div",Ww,[e.createElementVNode("div",$w,[e.renderSlot(r.$slots,"default")]),e.createElementVNode("table",Kw,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,a=>(e.openBlock(),e.createElementBlock("col",{key:a.prop,style:e.normalizeStyle({width:`${t.getWidth(a.width)}px`}),"data-src":`${t.getWidth(a.width)}px`},null,12,Uw))),128))]),e.createElementVNode("thead",null,[e.createElementVNode("tr",Gw,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,(a,s)=>(e.openBlock(),e.createElementBlock("th",{key:s,class:e.normalizeClass(["nmorph-table__table-data",{"nmorph-table__table-data--bordered":t.bordered}])},[e.createElementVNode("div",Yw,[e.createElementVNode("div",{style:e.normalizeStyle({"justify-content":a.alignment}),class:"nmorph-table__cell-content"},[e.createElementVNode("span",null,e.toDisplayString(a.label),1),t.sortData&&t.sortData[a.prop]?(e.openBlock(),e.createBlock(t.NmorphSortButton,{key:0,class:"nmorph-table__button-wrapper",value:t.sortData[a.prop],onSort:d=>t.onSort(d,a.prop)},null,8,["value","onSort"])):e.createCommentVNode("v-if",!0)],4)])],2))),128))])])]),e.createElementVNode("div",{ref:t.virtualList.containerRef,class:e.normalizeClass(["nmorph-table__body",{"nmorph-table__body--virtual":t.virtualEnabled,"nmorph-table__body--dynamic":t.props.virtualDynamicHeight}]),style:e.normalizeStyle(t.tableBodyStyle),tabindex:t.virtualEnabled?0:void 0,role:"grid",onKeydown:t.tableKeydownHandler,onScroll:t.scrollHandler},[t.virtualEnabled?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-table__virtual-spacer",style:e.normalizeStyle(t.virtualSpacerStyle)},[e.createElementVNode("div",{class:"nmorph-table__virtual-content",style:e.normalizeStyle(t.virtualContentStyle)},[e.createElementVNode("table",null,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,a=>(e.openBlock(),e.createElementBlock("col",{key:a.prop,style:e.normalizeStyle({width:`${t.getWidth(a.width)}px`})},null,4))),128))]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.renderedRows,(a,s)=>(e.openBlock(),e.createElementBlock("tr",{key:a.index,ref_for:!0,ref:d=>t.setVirtualRowRef(d,a.index),class:e.normalizeClass(["nmorph-table__table-data-row",{"nmorph-table__table-data-row--row-hover":t.props.rowHover,"nmorph-table__table-data-row--active":t.activeRowIndex===a.index}]),role:"row"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,d=>(e.openBlock(),e.createElementBlock("td",{key:d.prop,class:e.normalizeClass([{"nmorph-table__table-data--bordered":t.bordered},"nmorph-table__table-data"])},[e.createElementVNode("div",{id:`table-cell-${t.tableIdentifier}-${s}-${d.prop}`,style:e.normalizeStyle({"text-align":d.alignment}),class:"nmorph-table__cell nmorph-table__cell--data"},e.toDisplayString(t.tableData(a.item[d.prop])),13,Xw)],2))),128))],2))),128))])])],4)],4)):(e.openBlock(),e.createElementBlock("table",Qw,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,a=>(e.openBlock(),e.createElementBlock("col",{key:a.prop,style:e.normalizeStyle({width:`${t.getWidth(a.width)}px`})},null,4))),128))]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.renderedRows,(a,s)=>(e.openBlock(),e.createElementBlock("tr",{key:s,class:e.normalizeClass(["nmorph-table__table-data-row",{"nmorph-table__table-data-row--row-hover":t.props.rowHover}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,d=>(e.openBlock(),e.createElementBlock("td",{key:d.prop,class:e.normalizeClass([{"nmorph-table__table-data--bordered":t.bordered},"nmorph-table__table-data"])},[e.createElementVNode("div",{id:`table-cell-${t.tableIdentifier}-${s}-${d.prop}`,style:e.normalizeStyle({"text-align":d.alignment}),class:"nmorph-table__cell nmorph-table__cell--data"},e.toDisplayString(t.tableData(a.item[d.prop])),13,Jw)],2))),128))],2))),128))])]))],46,Zw)])],6))])}const Dc=W(jw,[["render",eb],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-table/NmorphTable.vue"]]),tb=e.defineComponent({__name:"NmorphTableCell",props:{row:{type:Number,required:!0}},setup(r,{expose:o}){o();const n=e.inject("column-property"),t=e.inject("table-identifier"),l=r,i=e.computed(()=>K({"nmorph-table-cell":[]})),a=e.computed(()=>`#table-cell-${t}-${l.row}-${n}`),s=e.ref(!1);e.onMounted(async()=>{await e.nextTick();const p=document.querySelector(a.value);p&&(p.innerHTML=""),s.value=!0});const d={columnProperty:n,tableIdentifier:t,props:l,modifiers:i,targetId:a,isMounted:s};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function ob(r,o,n,t,l,i){return t.isMounted?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(),e.createBlock(e.Teleport,{to:t.targetId},[e.renderSlot(r.$slots,"default")],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}const Pc=W(tb,[["render",ob],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue"]]),rb=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(r,{expose:o}){o();const n=e.inject("table-data"),t=e.inject("table-identifier"),l=r,i=e.computed(()=>K({"nmorph-table-column":[]})),a=e.ref(0);e.provide("column-property",l.prop),e.provide("table-identifier",t),e.onMounted(()=>{s()});const s=()=>{if(!n?.columns.value)return;const{columns:h}=n;a.value=h.value.length+1,n.columns.value=[...h.value,{...l,id:a.value}]},d=e.ref(null),p={data:n,tableIdentifier:t,props:l,modifiers:i,id:a,updateTableData:s,columnDOMEl:d};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),nb=["data-id"];function ab(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{ref:"columnDOMEl","data-id":t.id,class:e.normalizeClass(t.modifiers)},[e.renderSlot(r.$slots,"default",{scope:{columns:t.data?.columns.value,rows:t.data?.rows.value,tableId:t.tableIdentifier}})],10,nb)}const Oc=W(rb,[["render",ab],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue"]]),lb=e.defineComponent({__name:"NmorphTagList",props:{modelValue:{type:Array,required:!0},selectedValue:{type:[String,null],required:!1},design:{type:null,required:!1,default:"nmorph"},color:{type:String,required:!1}},emits:["click","close","update:model-value","update:selected-value","update:selectedValue"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-list":[t.design]})),a=e.shallowRef(t.modelValue),s=m=>({...m,design:m.design??t.design,color:m.color??t.color}),d=e.computed(()=>a.value.map(s));e.watch(()=>t.modelValue,m=>{a.value=m});const f={props:t,emit:l,modifiers:i,tagList:a,getResolvedTagItem:s,resolvedTagList:d,closeTagHandler:m=>{a.value=a.value.filter(u=>u.value!==m),l("close",m),l("update:model-value",a.value)},clickTagHandler:m=>{l("click",m),l("update:selected-value",m),l("update:selectedValue",m)},get NmorphTagItem(){return zo}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}});function ib(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.resolvedTagList,a=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:a.value},[r.$slots.item?(e.openBlock(),e.createBlock(t.NmorphTagItem,{key:0,value:a.value,text:a.text,removable:a.removable,thickness:a.thickness,design:a.design,color:a.color,onClick:t.clickTagHandler,onClose:t.closeTagHandler},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"item",{item:a})]),_:2},1032,["value","text","removable","thickness","design","color"])):(e.openBlock(),e.createBlock(t.NmorphTagItem,{key:1,value:a.value,text:a.text,removable:a.removable,thickness:a.thickness,design:a.design,color:a.color,onClick:t.clickTagHandler,onClose:t.closeTagHandler},null,8,["value","text","removable","thickness","design","color"]))],64))),128))],2)}const cb=W(lb,[["render",ib],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-tag-list/NmorphTagList.vue"]]),Fc="var(--nmorph-gray-color)",Mo="var(--nmorph-black-color)",Rc="var(--nmorph-white-color)",sb=e.defineComponent({__name:"NmorphTagItem",props:{value:{type:String,required:!0},text:{type:String,required:!1,default:""},removable:{type:Boolean,required:!1,default:!0},thickness:{type:null,required:!1,default:"basic"},design:{type:null,required:!1,default:"nmorph"},color:{type:String,required:!1,default:Fc}},emits:["click","close"],setup(r,{expose:o,emit:n}){o();const t={r:201,g:210,b:222},l=r,i=e.ref(null),a=e.ref(Mo);let s=null;const d=e.computed(()=>K({nmorph:[ke[l.thickness]],"nmorph-tag-item":[l.design]})),p=e.computed(()=>l.design==="plain"),h=e.computed(()=>p.value?a.value:"var(--nmorph-contrast-text-color)"),f=e.computed(()=>p.value?_e({"--nmorph-private-tag-item-background-color":l.color,"--nmorph-private-tag-item-content-color":a.value}):{}),m=n,u=()=>{m("close",l.value)},w=()=>{m("click",l.value)},g=V=>{const k=V.trim().replace("#","");if(![3,4,6,8].includes(k.length))return null;const b=k.length<=4?k.split("").map(x=>`${x}${x}`).join(""):k;return{r:parseInt(b.slice(0,2),16),g:parseInt(b.slice(2,4),16),b:parseInt(b.slice(4,6),16)}},B=V=>{const k=V.match(/^rgba?\((.+)\)$/);if(!k)return null;const b=k[1].split("/")[0],x=b.includes(",")?b.split(","):b.trim().split(/\s+/),[q,L,C]=x.map(H=>Number.parseFloat(H));return[q,L,C].some(H=>Number.isNaN(H))?null:{r:q,g:L,b:C}},S=(V,k)=>{const b=V.trim().match(/^var\(\s*(--[A-Za-z0-9-_]+)(?:\s*,\s*(.+))?\)$/);if(!b)return V;const[,x,q]=b,L=k.ownerDocument,C=getComputedStyle(k).getPropertyValue(x).trim(),H=getComputedStyle(L.documentElement).getPropertyValue(x).trim();return C||H||q||V},_=(V,k)=>{let b=V;for(let x=0;x<4;x+=1){const q=S(b,k);if(q===b)break;b=q}return g(b)||B(b)||t},v=({r:V,g:k,b})=>{const[x,q,L]=[V,k,b].map(C=>{const H=C/255;return H<=.03928?H/12.92:((H+.055)/1.055)**2.4});return .2126*x+.7152*q+.0722*L},y=(V,k)=>{const[b,x]=[V,k].sort((q,L)=>L-q);return(b+.05)/(x+.05)},E=V=>{const k=v(V),b=y(k,1),x=y(k,0);return b>x?Rc:Mo},I=async()=>{await e.nextTick(),!(!p.value||!i.value)&&(a.value=E(_(l.color,i.value)))};e.onMounted(()=>{I(),!(typeof MutationObserver>"u"||!i.value)&&(s=new MutationObserver(()=>I()),s.observe(i.value.ownerDocument.documentElement,{attributes:!0,attributeFilter:["nmorph-data-theme","class","style"]}))}),e.onBeforeUnmount(()=>{s?.disconnect()}),e.watch(()=>[l.color,l.design],I,{flush:"post"});const M={DEFAULT_PLAIN_BACKGROUND_COLOR:Fc,DARK_CONTRAST_COLOR:Mo,LIGHT_CONTRAST_COLOR:Rc,DEFAULT_RGB_COLOR:t,props:l,tagRef:i,plainContentColor:a,get themeObserver(){return s},set themeObserver(V){s=V},modifiers:d,isPlainDesign:p,closeIconColor:h,styles:f,emit:m,closeHandler:u,clickHandler:w,parseHexColor:g,parseRgbColor:B,resolveCssVariable:S,resolveColor:_,getLuminance:v,getContrastRatio:y,getReadableContentColor:E,updatePlainContentColor:I,get NmorphIcon(){return ie},get NmorphIconError(){return Qe}};return Object.defineProperty(M,"__isScriptSetup",{enumerable:!1,value:!0}),M}}),db={class:"nmorph-tag-item__content"},mb={key:1};function pb(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{ref:"tagRef",class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),onClick:t.clickHandler},[e.createElementVNode("div",db,[r.$slots.default?e.renderSlot(r.$slots,"default",{key:0}):(e.openBlock(),e.createElementBlock("span",mb,e.toDisplayString(n.text),1)),t.props.removable?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:2,class:"nmorph-tag-item__close-icon",color:t.closeIconColor,onClick:e.withModifiers(t.closeHandler,["stop"])},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconError)]),_:1},8,["color"])):e.createCommentVNode("v-if",!0)])],6)}const zo=W(sb,[["render",pb],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue"]]),hb=e.defineComponent({__name:"NmorphVirtualList",props:{items:{type:Array,required:!1,default:()=>[]},height:{type:[Number,String],required:!1,default:"320px"},maxHeight:{type:[Number,String],required:!1,default:"none"},itemHeight:{type:Number,required:!1,default:40},overscan:{type:Number,required:!1,default:5},dynamic:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1},itemKey:{type:[String,Function],required:!1,default:void 0},itemTag:{type:String,required:!1,default:"div"}},emits:["on-scroll"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.computed(()=>t.items),a=e.computed(()=>!t.disabled),s=e.computed(()=>t.itemHeight),d=e.computed(()=>t.overscan),p=e.computed(()=>t.dynamic),h=Mt(i,{enabled:a,itemHeight:s,overscan:d,dynamic:p}),f=h.containerRef,m=e.computed(()=>K({"nmorph-virtual-list":[t.disabled&&"disabled",t.dynamic&&"dynamic"]})),u=e.computed(()=>({...me({"--nmorph-private-virtual-list-height":t.height,"--nmorph-private-virtual-list-max-height":t.maxHeight}),"--nmorph-private-virtual-list-item-height":`${t.itemHeight}px`})),w=e.computed(()=>({transform:a.value?`translateY(${h.offsetTop.value}px)`:void 0})),g=e.computed(()=>({height:a.value?`${h.totalHeight.value}px`:void 0})),B=e.computed(()=>h.virtualItems.value),S=(E,I)=>{if(typeof t.itemKey=="function")return t.itemKey(E,I);if(typeof t.itemKey=="string"&&E&&typeof E=="object"){const M=E[t.itemKey];return M===void 0?I:String(M)}return I},_=E=>{h.scrollHandler(),l("on-scroll",E)},v=(E,I)=>{h.measureElement(I,E)};o({containerRef:f,refresh:h.refresh,scrollToIndex:h.scrollToIndex});const y={props:t,emit:l,items:i,enabled:a,itemHeight:s,overscan:d,dynamic:p,virtualList:h,containerRef:f,modifiers:m,styles:u,contentStyle:w,spacerStyle:g,renderedItems:B,getItemKey:S,scrollHandler:_,setItemRef:v};return Object.defineProperty(y,"__isScriptSetup",{enumerable:!1,value:!0}),y}}),fb={key:1,class:"nmorph-virtual-list__empty"};function ub(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{ref:"containerRef",class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),onScroll:t.scrollHandler},[t.props.items.length?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-virtual-list__spacer",style:e.normalizeStyle(t.spacerStyle)},[e.createElementVNode("div",{class:"nmorph-virtual-list__content",style:e.normalizeStyle(t.contentStyle)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.renderedItems,a=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.itemTag),{key:t.getItemKey(a.item,a.index),ref_for:!0,ref:s=>t.setItemRef(s,a.index),class:"nmorph-virtual-list__item"},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default",{item:a.item,index:a.index},()=>[e.createTextVNode(e.toDisplayString(a.item),1)])]),_:2},1024))),128))],4)],4)):(e.openBlock(),e.createElementBlock("div",fb,[e.renderSlot(r.$slots,"empty")]))],38)}const gb=W(hb,[["render",ub],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-virtual-list/NmorphVirtualList.vue"]]),wb=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"},backgroundColor:{type:String,required:!1,default:void 0}},emits:["close"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-alert":[t.type,t.bordered&&"bordered",t.fill&&"fill"]})),a=e.computed(()=>({"--nmorph-private-alert-close-align":t.closeIconPosition,..._e({"--nmorph-private-alert-background-color":t.backgroundColor})})),s=()=>{l("close")},d={[at.success]:yo,[at.warning]:ko,[at.info]:mo,[at.error]:ao},p=e.useSlots(),h={props:t,emit:l,modifiers:i,styles:a,closeHandler:s,iconNameMap:d,slots:p,get NmorphIcon(){return ie},get NmorphIconCross(){return Ze}};return Object.defineProperty(h,"__isScriptSetup",{enumerable:!1,value:!0}),h}}),bb=["innerHTML"],yb={key:1,class:"nmorph-alert__wrapper"},_b={class:"nmorph-alert__left-side"},kb={key:0,class:"nmorph-alert__icon"},Nb={class:"nmorph-alert__content-wrapper"},Bb={class:"nmorph-alert__content-title"},xb={class:"nmorph-alert__content"};function Vb(r,o,n,t,l,i){return t.slots.default||t.props.title||t.props.content||t.props.html?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.props.html?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-alert__html-wrapper",innerHTML:t.props.html},null,8,bb)):(e.openBlock(),e.createElementBlock("div",yb,[e.createElementVNode("div",_b,[t.props.showIcon?(e.openBlock(),e.createElementBlock("div",kb,[e.renderSlot(r.$slots,"icon",{},()=>[e.createVNode(t.NmorphIcon,{size:"medium"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.iconNameMap[t.props.type])))]),_:1})])])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",Nb,[e.createElementVNode("div",Bb,[t.props.title||t.slots.title?e.renderSlot(r.$slots,"title",{key:0},()=>[e.createTextVNode(e.toDisplayString(t.props.title),1)]):e.createCommentVNode("v-if",!0)]),e.createElementVNode("div",xb,[e.renderSlot(r.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(t.props.content),1)])])])]),t.props.closable?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-alert__close",onClick:t.closeHandler},[e.createVNode(t.NmorphIcon,{width:"14px",height:"14px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCross)]),_:1})])):e.createCommentVNode("v-if",!0)]))],6)):e.createCommentVNode("v-if",!0)}const jc=W(wb,[["render",Vb],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-alert/NmorphAlert.vue"]]),at={success:"success",error:"error",warning:"warning",info:"info"},vb=e.defineComponent({inheritAttrs:!1,__name:"NmorphCallout",props:{type:{type:String,required:!1,default:"info"},title:{type:String,required:!1,default:""},content:{type:String,required:!1,default:""},as:{type:null,required:!1,default:"div"},href:{type:String,required:!1,default:void 0},target:{type:String,required:!1,default:void 0},rel:{type:String,required:!1,default:void 0},referrerpolicy:{type:String,required:!1,default:void 0},referrerPolicy:{type:String,required:!1,default:void 0},download:{type:[String,Boolean],required:!1,default:void 0},ariaLabel:{type:String,required:!1,default:void 0},color:{type:String,required:!1},padding:{type:[Number,String],required:!1,default:"var(--indentation-03) var(--indentation-04)"},borderRadius:{type:[Number,String],required:!1,default:"var(--default-border-radius)"},accentWidth:{type:[Number,String],required:!1,default:"var(--indentation-02)"},titleGap:{type:[Number,String],required:!1,default:"var(--indentation-03)"},titleFontSize:{type:[Number,String],required:!1,default:"var(--nmorph-typography-title-small-font-size)"},contentFontSize:{type:[Number,String],required:!1,default:"var(--nmorph-typography-body-small-font-size)"}},setup(r,{expose:o}){o();const n={self:"_self",blank:"_blank",parent:"_parent",top:"_top"},t=r,l=e.useSlots(),i=e.computed(()=>({...me({"--nmorph-private-callout-padding":t.padding,"--nmorph-private-callout-border-radius":t.borderRadius,"--nmorph-private-callout-accent-width":t.accentWidth,"--nmorph-private-callout-title-gap":t.titleGap,"--nmorph-private-callout-title-font-size":t.titleFontSize,"--nmorph-private-callout-content-font-size":t.contentFontSize}),..._e({"--nmorph-private-callout-accent-color":t.color,"--nmorph-private-callout-background-color":t.color})})),a=e.computed(()=>{if(t.target)return t.target in n?n[t.target]:t.target}),s=e.computed(()=>t.as!=="a"?{}:{href:t.href,target:a.value,rel:t.rel,referrerpolicy:t.referrerpolicy??t.referrerPolicy,download:t.download===!0?"":t.download===!1?void 0:t.download,"aria-label":t.ariaLabel}),d=Ee(e.computed(()=>["nmorph-callout",`nmorph-callout--${t.type}`]),i),p=e.computed(()=>({...d.value,...s.value})),h=e.computed(()=>!!(l.header||l.title||t.title)),f=e.computed(()=>!!l.default),m={targetMap:n,props:t,slots:l,styles:i,resolvedTarget:a,linkAttrs:s,mergedAttrs:d,rootAttrs:p,hasHeader:h,hasDefaultContent:f};return Object.defineProperty(m,"__isScriptSetup",{enumerable:!1,value:!0}),m}}),Sb={key:0,class:"nmorph-callout__title"},Eb={key:1,class:"nmorph-callout__content"},Cb=["innerHTML"];function Ib(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.as),e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),{default:e.withCtx(()=>[t.hasHeader?(e.openBlock(),e.createElementBlock("div",Sb,[e.renderSlot(r.$slots,"header",{},()=>[e.renderSlot(r.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(t.props.title),1)])])])):e.createCommentVNode("v-if",!0),t.hasDefaultContent?(e.openBlock(),e.createElementBlock("div",Eb,[e.renderSlot(r.$slots,"default")])):(e.openBlock(),e.createElementBlock("div",{key:2,class:"nmorph-callout__content",innerHTML:t.props.content},null,8,Cb))]),_:3},16)}const Mb=W(vb,[["render",Ib],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-callout/NmorphCallout.vue"]]),zb=e.defineComponent({inheritAttrs:!1,__name:"NmorphDialog",props:{modelValue:{type:Boolean,required:!1,default:!1},title:{type:String,required:!1,default:""},width:{type:String,required:!1,default:"330px"},maxWidth:{type:String,required:!1,default:void 0},maxHeight:{type:String,required:!1,default:void 0},openDelay:{type:Number,required:!1,default:0},closeDelay:{type:Number,required:!1,default:0},showClose:{type:Boolean,required:!1,default:!0},zIndex:{type:Number,required:!1,default:void 0},closeOnOverlay:{type:Boolean,required:!1,default:!0},closeOnEscape:{type:Boolean,required:!1,default:!0}},emits:["on-close","update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.useSlots(),a=e.computed(()=>K({"nmorph-dialog":[]})),s=e.computed(()=>({"--nmorph-private-dialog-width":t.width,...t.maxWidth&&{"--nmorph-private-dialog-max-width":t.maxWidth},...t.maxHeight&&{"--nmorph-private-dialog-max-height":t.maxHeight}})),d=Ee(a,s),p=e.computed(()=>!!(i.header||t.title||t.showClose)),h=e.ref(t.modelValue);let f=null,m=null;e.watch(()=>t.modelValue,B=>{B?(m&&clearTimeout(m),f=setTimeout(()=>{h.value=!0},t.openDelay)):(f&&clearTimeout(f),m=setTimeout(()=>{h.value=!1},t.closeDelay))},{immediate:!0});const u=()=>{l("on-close"),f&&clearTimeout(f);const B=()=>{l("update:model-value",!1)};t.closeDelay<=0?B():m=setTimeout(B,t.closeDelay)},g={props:t,emit:l,slots:i,modifiers:a,dialogStyle:s,rootAttrs:d,hasHeader:p,isVisible:h,get openTimeout(){return f},set openTimeout(B){f=B},get closeTimeout(){return m},set closeTimeout(B){m=B},closeHandler:u,overlayClickHandler:()=>{t.closeOnOverlay&&u()},get NmorphOverlay(){return tt},get NmorphIcon(){return ie},get NmorphIconCross(){return Ze}};return Object.defineProperty(g,"__isScriptSetup",{enumerable:!1,value:!0}),g}}),Hb=["aria-label"],qb={key:0,class:"nmorph-dialog__header"},Tb={class:"nmorph-dialog__title"},Lb=["aria-label"],Ab={class:"nmorph-dialog__content"};function Db(r,o,n,t,l,i){return e.openBlock(),e.createBlock(t.NmorphOverlay,{show:t.isVisible,"z-index":t.props.zIndex,"close-on-escape":t.props.closeOnEscape,"trap-focus":"",onOnOutsideClick:t.overlayClickHandler,onOnEscapeKeydown:t.closeHandler},{default:e.withCtx(()=>[e.createElementVNode("div",e.mergeProps(t.rootAttrs,{role:"dialog","aria-modal":"true","aria-label":t.props.title||void 0}),[t.hasHeader?(e.openBlock(),e.createElementBlock("div",qb,[e.renderSlot(r.$slots,"header",{},()=>[e.createElementVNode("div",Tb,e.toDisplayString(t.props.title),1),t.props.showClose?(e.openBlock(),e.createElementBlock("button",{key:0,class:"nmorph-dialog__close-icon",type:"button","aria-label":t.props.title?`Close ${t.props.title}`:"Close dialog",onClick:t.closeHandler},[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCross)]),_:1})],8,Lb)):e.createCommentVNode("v-if",!0)])])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",Ab,[e.renderSlot(r.$slots,"default")])],16,Hb)]),_:3},8,["show","z-index","close-on-escape"])}const Pb=W(zb,[["render",Db],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-dialog/NmorphDialog.vue"]]),Wc=220,Ob=e.defineComponent({inheritAttrs:!1,__name:"NmorphDrawer",props:{modelValue:{type:Boolean,required:!1,default:!1},title:{type:String,required:!1,default:""},placement:{type:String,required:!1,default:"right"},size:{type:[Number,String],required:!1,default:"360px"},showClose:{type:Boolean,required:!1,default:!0},closeOnOverlay:{type:Boolean,required:!1,default:!0},closeOnEscape:{type:Boolean,required:!1,default:!0},zIndex:{type:Number,required:!1,default:void 0},teleportTo:{type:null,required:!1,default:"body"},disabledTeleport:{type:Boolean,required:!1,default:!1},contentClass:{type:String,required:!1,default:""}},emits:["on-close","update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.useSlots(),a=e.ref(t.modelValue),s=e.ref(t.modelValue);let d=null,p=null;const h=e.computed(()=>K({"nmorph-drawer":[t.placement,s.value&&"open"]})),f=e.computed(()=>me({"--nmorph-private-drawer-size":t.size})),m=Ee(h,f),u=()=>{l("on-close"),l("update:model-value",!1)},w=()=>{t.closeOnOverlay&&u()},g=e.computed(()=>!!(i.header||t.title||t.showClose)),B=()=>{d===null||typeof window>"u"||(cancelAnimationFrame(d),d=null)},S=()=>{p!==null&&(clearTimeout(p),p=null)},_=async()=>{if(S(),a.value=!0,typeof window>"u"){s.value=!0;return}await e.nextTick(),B(),d=requestAnimationFrame(()=>{s.value=!0,d=null})},v=()=>{B(),s.value=!1,a.value&&(S(),p=setTimeout(()=>{a.value=!1,p=null},Wc))};e.watch(()=>t.modelValue,E=>{if(E){_();return}v()},{immediate:!0}),e.onBeforeUnmount(()=>{B(),S()});const y={props:t,emit:l,slots:i,drawerTransitionDuration:Wc,isVisible:a,isOpen:s,get openAnimationFrame(){return d},set openAnimationFrame(E){d=E},get closeTimeout(){return p},set closeTimeout(E){p=E},modifiers:h,drawerStyle:f,rootAttrs:m,closeHandler:u,overlayClickHandler:w,hasHeader:g,clearOpenAnimationFrame:B,clearCloseTimeout:S,openDrawer:_,closeDrawer:v,get NmorphIcon(){return ie},get NmorphIconCross(){return Ze},get NmorphOverlay(){return tt}};return Object.defineProperty(y,"__isScriptSetup",{enumerable:!1,value:!0}),y}}),Fb=["aria-label"],Rb={key:0,class:"nmorph-drawer__header"},jb={class:"nmorph-drawer__title"},Wb=["aria-label"],$b={key:1,class:"nmorph-drawer__footer"};function Kb(r,o,n,t,l,i){return e.openBlock(),e.createBlock(t.NmorphOverlay,{show:t.isVisible,"z-index":t.props.zIndex,"teleport-to":t.props.teleportTo,"disabled-teleport":t.props.disabledTeleport,"close-on-escape":t.props.closeOnEscape,"trap-focus":"",onOnOutsideClick:t.overlayClickHandler,onOnEscapeKeydown:t.closeHandler},{default:e.withCtx(()=>[e.createElementVNode("aside",e.mergeProps(t.rootAttrs,{role:"dialog","aria-modal":"true","aria-label":t.props.title||void 0}),[t.hasHeader?(e.openBlock(),e.createElementBlock("div",Rb,[e.renderSlot(r.$slots,"header",{},()=>[e.createElementVNode("div",jb,e.toDisplayString(t.props.title),1),t.props.showClose?(e.openBlock(),e.createElementBlock("button",{key:0,class:"nmorph-drawer__close",type:"button","aria-label":t.props.title?`Close ${t.props.title}`:"Close drawer",onClick:t.closeHandler},[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCross)]),_:1})],8,Wb)):e.createCommentVNode("v-if",!0)])])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{class:e.normalizeClass(["nmorph-drawer__content",t.props.contentClass])},[e.renderSlot(r.$slots,"default")],2),t.slots.footer?(e.openBlock(),e.createElementBlock("div",$b,[e.renderSlot(r.$slots,"footer")])):e.createCommentVNode("v-if",!0)],16,Fb)]),_:3},8,["show","z-index","teleport-to","disabled-teleport","close-on-escape"])}const Ub=W(Ob,[["render",Kb],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-drawer/NmorphDrawer.vue"]]),zt=(r,o)=>{const n=e.inject("nmorph"),t=e.ref(n?.zIndex.current.value??1e3),l=()=>typeof r=="function"?r():r.value;return e.watch(l,i=>{i&&o()===void 0&&(t.value=n?.zIndex.next()??t.value+1)},{immediate:!0,flush:"sync"}),e.computed(()=>o()??t.value)},Ho=Symbol("nmorph-guide"),Gb=e.defineComponent({__name:"NmorphGuide",props:{modelValue:{type:Boolean,required:!1,default:!1},activeStep:{type:[String,Number],required:!1,default:void 0},steps:{type:Array,required:!1,default:()=>[]},loop:{type:Boolean,required:!1,default:!1},closeOnFinish:{type:Boolean,required:!1,default:!0},showClose:{type:Boolean,required:!1,default:!0},showProgress:{type:Boolean,required:!1,default:!0},bordered:{type:Boolean,required:!1,default:!1},targetOutlineColor:{type:null,required:!1,default:"success"},targetOutlineOffset:{type:[Number,String],required:!1,default:"var(--indentation-02)"},backText:{type:String,required:!1,default:"Back"},nextText:{type:String,required:!1,default:"Next"},finishText:{type:String,required:!1,default:"Finish"},closeText:{type:String,required:!1,default:"Close"},zIndex:{type:Number,required:!1,default:void 0},teleportTo:{type:null,required:!1,default:"body"},disabledTeleport:{type:Boolean,required:!1,default:!1},width:{type:[Number,String],required:!1,default:void 0},maxWidth:{type:[Number,String],required:!1,default:"280px"}},emits:["update:model-value","update:active-step","change","back","next","finish","close"],setup(r,{expose:o,emit:n}){const t={accent:"var(--nmorph-accent-color)",success:"var(--nmorph-success-text-color)",error:"var(--nmorph-error-text-color)",warning:"var(--nmorph-warn-text-color)"},l=r,i=n,a=e.ref({}),s=e.ref(void 0);let d=0;const p=C=>String(C),h=e.computed(()=>{const C=new Map;return l.steps.forEach((H,R)=>{C.set(p(H.name),{...H,order:H.order??R})}),C}),f=e.computed(()=>Object.values(a.value).map(C=>({...C,...h.value.get(p(C.name)),registrationOrder:C.registrationOrder})).filter(C=>!C.disabled).sort((C,H)=>{const R=C.order??C.registrationOrder,$=H.order??H.registrationOrder;return R-$})),m=e.computed(()=>l.modelValue&&f.value.length>0),u=zt(m,()=>l.zIndex),w=e.computed(()=>l.activeStep??s.value),g=e.computed(()=>f.value.findIndex(C=>C.name===w.value)),B=e.computed(()=>f.value[g.value]??null),S=e.computed(()=>g.value<=0),_=e.computed(()=>g.value>=f.value.length-1),v=e.computed(()=>t[l.targetOutlineColor]||l.targetOutlineColor),y=C=>{const H=f.value.find(R=>R.name===C);H&&(s.value=C,i("update:active-step",C),i("change",H,f.value.indexOf(H)))},E=C=>{const H=f.value[C];H&&y(H.name)},I=()=>{i("update:model-value",!1),i("close",B.value,g.value)},M=()=>{i("finish",B.value,g.value),l.closeOnFinish&&I()},V=()=>{if(B.value){if(i("back",B.value,g.value),S.value){l.loop&&E(f.value.length-1);return}E(g.value-1)}},k=()=>{if(B.value){if(i("next",B.value,g.value),_.value){l.loop?E(0):M();return}E(g.value+1)}},b=C=>{y(C)},x=C=>{const H=p(C.name),R=a.value[H];a.value={...a.value,[H]:{...R,...C,registrationOrder:R?.registrationOrder??d}},R||(d+=1)},q=C=>{const H=p(C),R={...a.value};delete R[H],a.value=R};e.watch([()=>l.modelValue,f,B],([C,H,R])=>{!C||R||H.length===0||y(H[0].name)},{immediate:!0}),e.provide(Ho,{active:m,activeStep:B,activeIndex:g,steps:f,loop:e.computed(()=>l.loop),showClose:e.computed(()=>l.showClose),showProgress:e.computed(()=>l.showProgress),bordered:e.computed(()=>l.bordered),targetOutlineColor:v,targetOutlineOffset:e.computed(()=>l.targetOutlineOffset),backText:e.computed(()=>l.backText),nextText:e.computed(()=>l.nextText),finishText:e.computed(()=>l.finishText),closeText:e.computed(()=>l.closeText),zIndex:u,teleportTo:e.computed(()=>l.teleportTo),disabledTeleport:e.computed(()=>l.disabledTeleport),width:e.computed(()=>l.width),maxWidth:e.computed(()=>l.maxWidth),registerStep:x,unregisterStep:q,goToStep:b,back:V,next:k,finish:M,close:I}),o({back:V,next:k,finish:M,close:I,goToStep:b});const L={targetOutlineColorMap:t,props:l,emit:i,registeredSteps:a,internalActiveStep:s,get registrationCursor(){return d},set registrationCursor(C){d=C},getStepKey:p,stepOverrides:h,steps:f,active:m,guideZIndex:u,activeStepName:w,activeIndex:g,activeStep:B,isFirstStep:S,isLastStep:_,targetOutlineColor:v,setActiveStep:y,goToIndex:E,close:I,finish:M,back:V,next:k,goToStep:b,registerStep:x,unregisterStep:q};return Object.defineProperty(L,"__isScriptSetup",{enumerable:!1,value:!0}),L}}),Yb={class:"nmorph-guide"};function Zb(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",Yb,[e.renderSlot(r.$slots,"default")])}const Xb=W(Gb,[["render",Zb],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-guide/NmorphGuide.vue"]]),$c=4,Kc=r=>{const{initialPlacement:o,relativeElement:n,contentDOMElement:t,yOffset:l=0,xOffset:i=0,enabled:a}=r,s=e.ref(e.unref(o)),d=e.ref({x:"0px",y:"0px"}),p=e.ref(!1),h=e.inject("nmorph"),f={passive:!0,capture:!0};let m=null;e.watch(()=>h?.browser,()=>{I()},{deep:!0}),e.onMounted(()=>{I(),y(),window.addEventListener("resize",I,{passive:!0}),m=new MutationObserver(()=>{u()}),m.observe(document.body,{childList:!0,subtree:!0}),u()}),e.onUnmounted(()=>{E(),window.removeEventListener("resize",I),m?.disconnect()}),e.watch(()=>[e.unref(o),e.unref(n),e.unref(i),e.unref(l),e.unref(a)],()=>{I()},{flush:"post"});const u=()=>{e.nextTick(()=>{t.value&&I()})},w=()=>a===void 0||e.unref(a)!==!1,g=M=>{const[V,k]=M.split("-");return{side:V,align:k||"start",hasAlign:!!k}},B=(M,V,k)=>k?`${M}-${V}`:M,S=()=>e.unref(n),_=(M,V,k)=>{const b=$c,x=Math.max(k-V-$c,b);return Math.min(Math.max(M,b),x)},v=(M,V,k,b,x,q,L)=>M==="top"&&k-L<0?"bottom":M==="bottom"&&k+x+L>window.innerHeight?"top":M==="left"&&V-q<0?"right":M==="right"&&V+b+q>window.innerWidth?"left":M,y=()=>{window.addEventListener("scroll",I,f)},E=()=>{window.removeEventListener("scroll",I,f)},I=()=>{e.nextTick(()=>{if(typeof window>"u")return;if(!w()){p.value=!1;return}const M=S();if(!t.value||!M){p.value=!1;return}const V=t.value.getBoundingClientRect(),k=V.width,b=V.height,x=M.getBoundingClientRect(),{x:q,y:L}=x,C=x.width,H=x.height,R=e.unref(i)||0,$=e.unref(l)||0,T=g(e.unref(o)),F=v(T.side,q,L,C,H,k,b);let ee=q,X=L;if(F==="top"||F==="bottom"){const U={start:q,center:q+C/2-k/2,end:q+C-k};ee=U[T.align]??U.start,X=F==="top"?L-b:L+H}if(F==="left"||F==="right"){const U={start:L,center:L+H/2-b/2,end:L+H-b};ee=F==="left"?q-k:q+C,X=U[T.align]??U.start}const le=ee+R,D=X+$,Q=_(le,k,window.innerWidth),A=_(D,b,window.innerHeight);s.value=B(F,T.align,T.hasAlign),d.value={x:`${Q}px`,y:`${A}px`},p.value=!0,typeof requestAnimationFrame=="function"&&requestAnimationFrame(()=>{const U=S();if(!t.value||!U||!w())return;const N=t.value.getBoundingClientRect();(N.width!==k||N.height!==b)&&I()})})};return{placement:s,placementCoords:d,placementReady:p,adjustPlacement:I}},Uc=600,Qb=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},disabled:{type:Boolean,required:!1,default:!1},trigger:{type:String,required:!1,default:"hover"},touch:{type:String,required:!1,default:"click"},openDelay:{type:Number,required:!1,default:0},closeDelay:{type:Number,required:!1,default:0},zIndex:{type:Number,required:!1,default:void 0},teleportTo:{type:null,required:!1,default:"body"},disabledTeleport:{type:Boolean,required:!1,default:!0},width:{type:[Number,String],required:!1,default:void 0},maxWidth:{type:[Number,String],required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},contentClass:{type:[Boolean,null,String,Object,Array],required:!1,skipCheck:!0,default:void 0},hideTriangle:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){const n=r,t=e.ref(n.forceShow),l=e.ref(null),i=e.ref(null),a=e.ref(null),s=e.useSlots(),d=e.ref(null),p=e.ref(null),h=e.ref(null),f=e.ref("mouse"),m=e.ref(!1),u=e.computed(()=>!!(n.text||s.content)),w=e.computed(()=>t.value&&u.value&&!n.disabled),{placement:g,placementCoords:B,placementReady:S}=Kc({initialPlacement:n.position,contentDOMElement:a,relativeElement:i,enabled:w}),_=e.computed(()=>K({"nmorph-tooltip":[g.value,n.disabled&&"disabled",!!n.forceCoordinate?.x&&!!n.forceCoordinate?.y&&"force-coords"]})),v=()=>{d.value&&clearTimeout(d.value),d.value=null},y=()=>{p.value&&clearTimeout(p.value),p.value=null},E=()=>{h.value&&clearTimeout(h.value),h.value=null},I=Q=>{if(v(),y(),n.disabled||!u.value){t.value=!1;return}t.value=Q},M=()=>{if(y(),!(n.disabled||!u.value)){if(n.openDelay<=0){I(!0);return}v(),d.value=setTimeout(()=>I(!0),n.openDelay)}},V=()=>{if(!n.forceShow){if(v(),n.closeDelay<=0){I(!1);return}y(),p.value=setTimeout(()=>I(!1),n.closeDelay)}},k=()=>{t.value?V():M()},b=()=>{n.trigger!=="hover"||f.value!=="mouse"||M()},x=()=>{n.trigger!=="hover"||f.value!=="mouse"||V()},q=Q=>{if(m.value){m.value=!1,Q.preventDefault();return}if(n.disabled||n.trigger==="manual")return;if(f.value==="touch"||f.value==="pen"){if(n.touch!=="click")return;k();return}n.trigger==="click"&&k()},L=Q=>{f.value=Q.pointerType||"mouse",!(n.disabled||n.touch!=="longpress")&&(Q.pointerType!=="touch"&&Q.pointerType!=="pen"||(E(),h.value=setTimeout(()=>{m.value=!0,M()},Uc)))},C=()=>{E()},H=e.computed(()=>n.forceCoordinate?"100%":"auto"),R=zt(()=>t.value,()=>n.zIndex),$=e.computed(()=>({"--nmorph-private-tooltip-root-width":H.value,"--nmorph-private-tooltip-z-index":R.value,...me({"--nmorph-private-tooltip-width":n.width,"--nmorph-private-tooltip-max-width":n.maxWidth,"--nmorph-private-tooltip-height":n.height})})),T=e.computed(()=>!n.disabledTeleport&&!n.forceCoordinate&&typeof document<"u"),F=e.computed(()=>T.value&&w.value),ee=e.computed(()=>g.value.split("-")[0]),X=e.computed(()=>["nmorph-tooltip__info-content",`nmorph-tooltip__info-content--${ee.value}`,F.value&&"nmorph-tooltip__info-content--teleported",n.contentClass]),le=e.computed(()=>({...$.value,...F.value?{left:B.value.x,top:B.value.y,visibility:S.value?"visible":"hidden"}:{}}));e.watch(()=>[n.forceShow,n.disabled],([Q,A],U)=>{const N=U?.[0]??!1;if(A){I(!1);return}Q?I(!0):N&&I(!1)},{immediate:!0}),e.onBeforeUnmount(()=>{v(),y(),E()}),o({tooltipBody:a,open:M,close:V,toggle:k});const D={LONG_PRESS_DELAY_IN_MS:Uc,props:n,showTooltip:t,tooltipDOMRef:l,slotDOMRef:i,tooltipBody:a,slots:s,openTimer:d,closeTimer:p,longPressTimer:h,lastPointerType:f,suppressNextClick:m,hasTooltipContent:u,shouldRenderTooltip:w,placement:g,placementCoords:B,placementReady:S,modifiers:_,clearOpenTimer:v,clearCloseTimer:y,clearLongPressTimer:E,setTooltipOpen:I,open:M,close:V,toggle:k,handleMouseEnter:b,handleMouseLeave:x,handleClick:q,handlePointerDown:L,handlePointerEnd:C,rootWidth:H,zIndex:R,styles:$,canTeleportTooltip:T,teleportTooltip:F,placementSide:ee,tooltipContentClass:X,tooltipContentStyle:le};return Object.defineProperty(D,"__isScriptSetup",{enumerable:!1,value:!0}),D}}),Jb={ref:"slotDOMRef",class:"nmorph-tooltip__trigger"},ey={class:"nmorph-tooltip__shadow-content"},ty={key:0,class:"nmorph-tooltip__triangle"},oy={key:1},ry={class:"nmorph-tooltip__shadow-content"},ny={key:0,class:"nmorph-tooltip__triangle"},ay={key:1},ly={class:"nmorph-tooltip__shadow-content"},iy={key:0,class:"nmorph-tooltip__triangle"},cy={key:1};function sy(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",{ref:"tooltipDOMRef",class:"nmorph-tooltip__content",onClick:t.handleClick,onMouseenter:t.handleMouseEnter,onMouseleave:t.handleMouseLeave,onPointerdown:t.handlePointerDown,onPointerup:t.handlePointerEnd,onPointercancel:t.handlePointerEnd,onPointerleave:t.handlePointerEnd},[e.createElementVNode("div",Jb,[e.renderSlot(r.$slots,"default")],512),!t.props.disabled&&!t.teleportTooltip?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[t.props.forceCoordinate?(e.openBlock(),e.createBlock(e.Transition,{key:0,name:"opacity"},{default:e.withCtx(()=>[t.shouldRenderTooltip?(e.openBlock(),e.createElementBlock("div",{key:0,ref:"tooltipBody",class:e.normalizeClass(t.tooltipContentClass),style:e.normalizeStyle({left:n.forceCoordinate?.x,bottom:n.forceCoordinate?.y})},[e.createElementVNode("div",ey,[!t.props.forceCoordinate&&!t.props.hideTriangle?(e.openBlock(),e.createElementBlock("div",ty)):e.createCommentVNode("v-if",!0),t.props.text?(e.openBlock(),e.createElementBlock("span",oy,e.toDisplayString(n.text),1)):e.renderSlot(r.$slots,"content",{key:2})])],6)):e.createCommentVNode("v-if",!0)]),_:3})):(e.openBlock(),e.createBlock(e.Transition,{key:1,name:"opacity"},{default:e.withCtx(()=>[t.shouldRenderTooltip?(e.openBlock(),e.createElementBlock("div",{key:0,ref:"tooltipBody",class:e.normalizeClass(t.tooltipContentClass)},[e.createElementVNode("div",ry,[t.props.hideTriangle?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",ny)),t.props.text?(e.openBlock(),e.createElementBlock("span",ay,e.toDisplayString(n.text),1)):e.renderSlot(r.$slots,"content",{key:2})])],2)):e.createCommentVNode("v-if",!0)]),_:3}))],64)):e.createCommentVNode("v-if",!0)],544),t.teleportTooltip?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:t.props.teleportTo},[e.createVNode(e.Transition,{name:"opacity"},{default:e.withCtx(()=>[t.shouldRenderTooltip?(e.openBlock(),e.createElementBlock("div",{key:0,ref:"tooltipBody",class:e.normalizeClass(t.tooltipContentClass),style:e.normalizeStyle(t.tooltipContentStyle)},[e.createElementVNode("div",ly,[t.props.hideTriangle?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",iy)),t.props.text?(e.openBlock(),e.createElementBlock("span",cy,e.toDisplayString(n.text),1)):e.renderSlot(r.$slots,"content",{key:2})])],6)):e.createCommentVNode("v-if",!0)]),_:3})],8,["to"])):e.createCommentVNode("v-if",!0)],6)}const qo=W(Qb,[["render",sy],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue"]]),dy=e.defineComponent({inheritAttrs:!1,__name:"NmorphGuideStep",props:{name:{type:[String,Number],required:!0},title:{type:String,required:!1,default:""},text:{type:String,required:!1,default:""},imageSrc:{type:String,required:!1,default:""},imageAlt:{type:String,required:!1,default:""},position:{type:null,required:!1,default:"bottom"},order:{type:Number,required:!1,default:void 0},disabled:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.inject(Ho,null),l=e.useSlots(),i=e.computed(()=>t?.activeStep.value??null),a=e.computed(()=>t?.activeIndex.value??-1),s=e.computed(()=>t?.steps.value.length??0),d=e.computed(()=>a.value<=0),p=e.computed(()=>a.value>=s.value-1),h=e.computed(()=>!!(t?.active.value&&i.value?.name===n.name)),f=e.computed(()=>i.value?.position??n.position),m=e.computed(()=>!!l.content),u=e.computed(()=>({..._e({"--nmorph-private-guide-target-outline-color":t?.targetOutlineColor.value}),...me({"--nmorph-private-guide-target-outline-offset":t?.targetOutlineOffset.value})})),w=Ee(e.computed(()=>["nmorph-guide-step",h.value&&"nmorph-guide-step--active"]),u),g=e.computed(()=>!t||!i.value?null:{step:i.value,index:a.value,total:s.value,isFirst:d.value,isLast:p.value,back:t.back,next:t.next,close:t.close,finish:t.finish});e.watch(()=>({name:n.name,title:n.title,text:n.text,imageSrc:n.imageSrc,imageAlt:n.imageAlt,position:n.position,order:n.order,disabled:n.disabled}),S=>{t?.registerStep(S)},{immediate:!0}),e.onBeforeUnmount(()=>{t?.unregisterStep(n.name)});const B={props:n,guide:t,slots:l,currentStep:i,currentIndex:a,totalSteps:s,isFirstStep:d,isLastStep:p,isActive:h,tooltipPosition:f,hasCustomContent:m,styles:u,rootAttrs:w,stepSlotProps:g,NmorphButton:Be,NmorphTooltip:qo};return Object.defineProperty(B,"__isScriptSetup",{enumerable:!1,value:!0}),B}}),my={key:1,class:"nmorph-guide-step__card",role:"dialog","aria-live":"polite"},py=["src","alt"],hy={class:"nmorph-guide-step__body"},fy={key:0,class:"nmorph-guide-step__progress"},uy={key:1,class:"nmorph-guide-step__title"},gy={key:2,class:"nmorph-guide-step__text"},wy={class:"nmorph-guide-step__actions"};function by(r,o,n,t,l,i){return e.openBlock(),e.createBlock(t.NmorphTooltip,e.mergeProps(t.rootAttrs,{"force-show":t.isActive,position:t.tooltipPosition,"z-index":t.guide?.zIndex.value,"teleport-to":t.guide?.teleportTo.value,"disabled-teleport":t.guide?.disabledTeleport.value,width:t.guide?.width.value,"max-width":t.guide?.maxWidth.value,"content-class":t.guide?.bordered.value?"nmorph-guide-step__tooltip--bordered":void 0,"hide-triangle":t.guide?.bordered.value,trigger:"manual",disabled:!t.guide||t.props.disabled}),{content:e.withCtx(()=>[t.hasCustomContent&&t.stepSlotProps?e.renderSlot(r.$slots,"content",e.normalizeProps(e.mergeProps({key:0},t.stepSlotProps))):t.currentStep&&t.stepSlotProps?(e.openBlock(),e.createElementBlock("div",my,[t.currentStep.imageSrc?(e.openBlock(),e.createElementBlock("img",{key:0,class:"nmorph-guide-step__image",src:t.currentStep.imageSrc,alt:t.currentStep.imageAlt||t.currentStep.title||""},null,8,py)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",hy,[t.guide?.showProgress.value?(e.openBlock(),e.createElementBlock("div",fy,e.toDisplayString(t.stepSlotProps.index+1)+" / "+e.toDisplayString(t.stepSlotProps.total),1)):e.createCommentVNode("v-if",!0),t.currentStep.title?(e.openBlock(),e.createElementBlock("h3",uy,e.toDisplayString(t.currentStep.title),1)):e.createCommentVNode("v-if",!0),t.currentStep.text?(e.openBlock(),e.createElementBlock("p",gy,e.toDisplayString(t.currentStep.text),1)):e.createCommentVNode("v-if",!0)]),e.createElementVNode("div",wy,[t.guide?.showClose.value?(e.openBlock(),e.createBlock(t.NmorphButton,{key:0,class:"nmorph-guide-step__close",text:t.guide.closeText.value,design:"plain",onClick:t.guide.close},null,8,["text","onClick"])):e.createCommentVNode("v-if",!0),o[1]||(o[1]=e.createElementVNode("span",{class:"nmorph-guide-step__spacer"},null,-1)),e.createVNode(t.NmorphButton,{class:"nmorph-guide-step__back",text:t.guide?.backText.value,design:"plain",disabled:t.isFirstStep&&!t.guide?.loop.value,onClick:t.guide?.back},null,8,["text","disabled","onClick"]),e.createVNode(t.NmorphButton,{class:"nmorph-guide-step__next",text:t.isLastStep&&!t.guide?.loop.value?t.guide?.finishText.value:t.guide?.nextText.value,design:"plain",onClick:o[0]||(o[0]=a=>t.isLastStep&&!t.guide?.loop.value?t.guide?.finish():t.guide?.next())},null,8,["text"])])])):e.createCommentVNode("v-if",!0)]),default:e.withCtx(()=>[e.renderSlot(r.$slots,"default")]),_:3},16,["force-show","position","z-index","teleport-to","disabled-teleport","width","max-width","content-class","hide-triangle","disabled"])}const yy=W(dy,[["render",by],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-guide/NmorphGuideStep.vue"]]),To="nmorph-form-item-input-data",qe=r=>{const o=e.inject(To,void 0),n=`nmorph-${e.useId()}`,t=e.computed(()=>r.id||o?.id.value||n),l=e.computed(()=>r.name||o?.name.value||t.value),i=e.computed(()=>r.autocomplete||o?.autocomplete.value||void 0),a=e.computed(()=>r.tabindex??0);return{id:t,name:l,autocomplete:i,tabindex:a}},Gc=(r,o)=>Object.prototype.hasOwnProperty.call(r,o),Ne=(r,o,n)=>{const t=e.inject(To,void 0),l=e.getCurrentInstance(),i=e.computed(()=>{const p=l?.vnode.props||{};return Gc(p,"modelValue")||Gc(p,"model-value")}),a=e.computed(()=>{if(i.value)return r.modelValue!==void 0?r.modelValue:n;const p=t?.value.value;return p!==void 0?p:r.modelValue!==void 0?r.modelValue:n});return{formItemInputData:t,modelValue:a,modelValueIsControlled:i,updateModelValue:p=>{i.value||t?.updateValue(p),o(p)},validateModelValue:(p=a.value)=>{t?.validate(p)}}},_y=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:"nmorph"},thickness:{type:null,required:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){const t=e.inject("checkbox-group-selected-value",void 0),l=e.inject("change-checkbox-value-handler",void 0),i=e.inject("checkbox-group-thickness",void 0),a=r,s=n,{modelValue:d,updateModelValue:p}=Ne(a,y=>s("update:model-value",y),!1);e.watch(d,y=>{m.value=y});const h=e.ref(null);o({inputDOMRef:h});const f=t!==void 0,m=f?e.ref(t.value):e.ref(d.value),u=e.computed(()=>f?t.value.includes(a.id):d.value),w=e.computed(()=>a.design||"nmorph"),g=e.computed(()=>a.thickness||i?.value||"basic"),B=e.computed(()=>w.value!=="plain"&&g.value==="extra-thin"?"basic":g.value),S=()=>{if(!a.disabled){if(!f){m.value=!m.value,p(m.value);return}l&&l(a.id)}},_=e.computed(()=>K({nmorph:[$t[B.value]],"nmorph-checkbox":[u.value&&"checked",a.disabled&&"disabled",w.value]})),v={groupSelectedValue:t,changeValue:l,groupThickness:i,props:a,emit:s,modelValue:d,updateModelValue:p,inputDOMRef:h,hasGroup:f,initialValue:m,checked:u,resolvedDesign:w,requestedThickness:g,thickness:B,handleChange:S,modifiers:_};return Object.defineProperty(v,"__isScriptSetup",{enumerable:!1,value:!0}),v}}),ky={key:0,class:"nmorph-checkbox__content"},Ny={class:"nmorph-checkbox__input-wrapper"},By=["disabled","checked"],xy={key:0,class:"nmorph-checkbox__fake-checked"},Vy={key:0,class:"nmorph-checkbox__label"},vy={key:1,class:"nmorph-checkbox__label"},Sy={key:1,class:"nmorph-checkbox__content"},Ey=["disabled","checked"],Cy={key:0,class:"nmorph-checkbox__fake"},Iy={key:1,class:"nmorph-checkbox__fake"};function My(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(t.modifiers)},[t.props.design==="plain"?(e.openBlock(),e.createElementBlock("div",ky,[e.createElementVNode("div",Ny,[e.createElementVNode("input",{ref:"inputDOMRef",type:"checkbox",disabled:t.props.disabled,checked:t.checked,class:"nmorph-native-input",onChange:t.handleChange},null,40,By),o[0]||(o[0]=e.createElementVNode("div",{class:"nmorph-checkbox__fake"},null,-1)),t.checked?(e.openBlock(),e.createElementBlock("div",xy)):e.createCommentVNode("v-if",!0)]),t.props.label?(e.openBlock(),e.createElementBlock("div",Vy,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1)])):(e.openBlock(),e.createElementBlock("div",vy,[e.renderSlot(r.$slots,"default")]))])):e.createCommentVNode("v-if",!0),t.props.design==="nmorph"?(e.openBlock(),e.createElementBlock("div",Sy,[e.createElementVNode("input",{ref:"inputDOMRef",type:"checkbox",disabled:t.props.disabled,checked:t.checked,onChange:t.handleChange},null,40,Ey),t.props.label?(e.openBlock(),e.createElementBlock("div",Cy,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1)])):(e.openBlock(),e.createElementBlock("div",Iy,[e.renderSlot(r.$slots,"label",{},()=>[e.renderSlot(r.$slots,"default")])]))])):e.createCommentVNode("v-if",!0)],2)}const Lo=W(_y,[["render",My],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-checkbox/NmorphCheckbox.vue"]]),zy=e.defineComponent({__name:"NmorphCheckboxGroup",props:{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},modelValue:{type:Array,required:!1,default:()=>[]},options:{type:Array,required:!1,default:()=>[]},direction:{type:null,required:!1,default:"row"},design:{type:String,required:!1,default:"nmorph"},thickness:{type:null,required:!1,default:"basic"}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,{modelValue:i,updateModelValue:a}=Ne(t,m=>l("update:model-value",m),[]),s=e.ref([...i.value]);e.watch(i,m=>{s.value=[...m]},{deep:!0});const d=m=>{s.value=s.value.includes(m)?s.value.filter(u=>u!==m):[...s.value,m],a(s.value)},p=e.computed(()=>K({"nmorph-checkbox-group":[t.design,t.direction]})),h=e.computed(()=>t.thickness);e.provide("checkbox-group-selected-value",s),e.provide("change-checkbox-value-handler",d),e.provide("checkbox-group-thickness",h);const f={props:t,emit:l,modelValue:i,updateModelValue:a,initialValue:s,changeHandler:d,modifiers:p,thickness:h,get NmorphCheckbox(){return Lo}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}}),Hy={class:"nmorph-checkbox-group__wrapper"},qy={class:"nmorph-checkbox-group__content"};function Ty(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",Hy,[e.createElementVNode("div",qy,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.options,(a,s)=>(e.openBlock(),e.createBlock(t.NmorphCheckbox,{id:a.id,key:s,label:a.label,disabled:a.disabled||t.props.disabled,design:a.design||t.props.design,thickness:a.thickness||t.thickness},null,8,["id","label","disabled","design","thickness"]))),128)),e.renderSlot(r.$slots,"default")])])],2)}const Ly=W(zy,[["render",Ty],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue"]]),Ay=e.defineComponent({__name:"NmorphAutocomplete",props:{modelValue:{type:String,required:!1,default:""},placeholder:{type:String,required:!1,default:""},clearable:{type:Boolean,required:!1,default:!0},list:{type:Array,required:!0,default:()=>[]},actionCallback:{type:Function,required:!1,default:void 0},zIndex:{type:Number,required:!1,default:void 0},virtual:{type:Boolean,required:!1,default:!1},virtualItemHeight:{type:Number,required:!1,default:void 0},virtualMaxHeight:{type:[Number,String],required:!1,default:240},virtualOverscan:{type:Number,required:!1,default:5},virtualDynamicHeight:{type:Boolean,required:!1,default:!1},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","select"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,{modelValue:i,updateModelValue:a}=Ne(t,N=>l("update:model-value",N),""),s=e.ref(i.value),d=e.computed(()=>K({"nmorph-autocomplete":[m.value&&"open"]})),p=e.ref(!1),h=N=>{p.value=N==="",s.value=N,m.value=!p.value&&g.value.length>0,k.value=0,a(s.value)},f=e.computed({get:()=>s.value,set:h}),m=e.ref(!1),u=e.ref(null),w=()=>{p.value=!0,m.value=!1},g=e.computed(()=>t.list.filter(N=>Object.keys(N).some(Z=>String(N[Z]).toLowerCase().includes(s.value.toLowerCase())))),B=e.computed(()=>t.virtual&&g.value.length>0),S=e.computed(()=>t.virtualItemHeight||Go(t.thickness)),_=e.computed(()=>t.virtualOverscan),v=e.computed(()=>t.virtualDynamicHeight),y=Mt(g,{enabled:B,itemHeight:S,overscan:_,dynamic:v}),E=e.computed(()=>y.virtualItems.value),I=y.spacerStyle,M=y.contentStyle,V=e.computed(()=>ze(t.virtualMaxHeight)),k=e.ref(0),b=e.computed(()=>g.value[k.value]),x=e.computed(()=>`${t.id||t.name||"nmorph-autocomplete"}-listbox`),q=N=>`${x.value}-option-${N}`;e.watch(i,N=>{N!==s.value&&(s.value=N)}),e.watch(g,async N=>{m.value=!p.value&&s.value!==""&&N.length>0,k.value=0,await e.nextTick(),y.scrollToIndex(0),y.refresh()});const L=N=>{l("select",N),s.value=N.value,a(s.value),setTimeout(()=>{p.value=!0,m.value=!1})},C=N=>{L(N)},H=()=>{p.value=!1,m.value=g.value.length>0},R=e.ref(!1);e.watch(s,async N=>{N!==""&&t.actionCallback&&(R.value=!0,await t.actionCallback(),R.value=!1)}),e.watch(R,N=>{N&&(m.value=!0)}),e.watch(k,N=>{B.value&&y.scrollToIndex(N)});const $=()=>{g.value.length&&(m.value=!0,k.value=(k.value+1)%g.value.length)},T=()=>{g.value.length&&(m.value=!0,k.value=(k.value-1+g.value.length)%g.value.length)},F=()=>{!m.value||!b.value||L(b.value)},ee=N=>{N.key==="ArrowDown"?(N.preventDefault(),$()):N.key==="ArrowUp"?(N.preventDefault(),T()):N.key==="Enter"?(N.preventDefault(),F()):N.key==="Escape"&&(N.preventDefault(),w())},X=e.computed(()=>({role:"combobox","aria-autocomplete":"list","aria-expanded":m.value,"aria-controls":x.value,"aria-activedescendant":m.value?q(k.value):void 0})),le=(N,Z)=>{y.measureElement(Z,Pt(N))},D=zt(m,()=>t.zIndex),Q=e.computed(()=>({"--nmorph-private-autocomplete-input-z-index":D.value+1})),A=e.computed(()=>K({nmorph:[ke[t.thickness]]})),U={props:t,emit:l,modelValue:i,updateModelValue:a,initialValue:s,modifiers:d,userClosed:p,updateValueHandler:h,inputValue:f,open:m,nmorphAutocompleteDOMRef:u,closeHandler:w,filteredList:g,virtualEnabled:B,virtualItemHeight:S,virtualOverscan:_,virtualDynamicHeight:v,virtualList:y,virtualItems:E,virtualSpacerStyle:I,virtualContentStyle:M,virtualMaxHeight:V,currentIndex:k,activeItem:b,listboxId:x,getOptionId:q,selectItem:L,clickHandler:C,focusHandler:H,loader:R,arrowDownHandler:$,arrowUpHandler:T,enterHandler:F,keydownHandler:ee,inputAttrs:X,setVirtualItemRef:le,dropdownZIndex:D,styles:Q,optionHeightModifiers:A,get NmorphIcon(){return ie},get NmorphDropdown(){return et},get NmorphTextInput(){return Tt},get NmorphIconLoaderDots(){return Oe}};return Object.defineProperty(U,"__isScriptSetup",{enumerable:!1,value:!0}),U}}),Dy={class:"nmorph-autocomplete__input-content"},Py={ref:"nmorphAutocompleteDOMRef",class:"nmorph-autocomplete__input"},Oy={key:0,class:"nmorph-autocomplete__loading"},Fy=["id"],Ry=["id","aria-selected","onClick"],jy=["id"],Wy=["id","aria-selected","onClick"];function $y(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",Dy,[e.createElementVNode("div",Py,[e.createVNode(t.NmorphTextInput,{id:t.props.id,modelValue:t.inputValue,"onUpdate:modelValue":o[0]||(o[0]=a=>t.inputValue=a),name:t.props.name,autocomplete:t.props.autocomplete,thickness:t.props.thickness,disabled:t.props.disabled,placeholder:t.props.placeholder,clearable:t.props.clearable,"input-attrs":t.inputAttrs,onFocus:t.focusHandler,onKeydown:t.keydownHandler},null,8,["id","modelValue","name","autocomplete","thickness","disabled","placeholder","clearable","input-attrs"])],512)]),t.nmorphAutocompleteDOMRef?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,open:t.open,"relative-element":t.nmorphAutocompleteDOMRef,"y-offset":1,"z-index":t.dropdownZIndex,"restore-focus":!1,"content-class":"nmorph-autocomplete__dropdown","aria-label":t.props.name||t.props.id||"autocomplete",onOnOutsideClick:t.closeHandler,onOnEscapeKeydown:t.closeHandler},{default:e.withCtx(()=>[t.loader?(e.openBlock(),e.createElementBlock("div",Oy,[e.renderSlot(r.$slots,"loader",{},()=>[e.createVNode(t.NmorphIcon,{size:"large"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoaderDots)]),_:1})])])):t.virtualEnabled?(e.openBlock(),e.createElementBlock("div",{key:1,id:t.listboxId,ref:t.virtualList.containerRef,class:e.normalizeClass(["nmorph-autocomplete__list nmorph-autocomplete__list--virtual",{"nmorph-autocomplete__list--dynamic":t.virtualDynamicHeight}]),style:e.normalizeStyle({"--nmorph-private-autocomplete-virtual-item-height":`${t.virtualItemHeight}px`,maxHeight:t.virtualMaxHeight}),role:"listbox",onScroll:o[1]||(o[1]=(...a)=>t.virtualList.scrollHandler&&t.virtualList.scrollHandler(...a))},[e.createElementVNode("div",{class:"nmorph-autocomplete__virtual-spacer",style:e.normalizeStyle(t.virtualSpacerStyle)},[e.createElementVNode("div",{class:"nmorph-autocomplete__virtual-content",style:e.normalizeStyle(t.virtualContentStyle)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.virtualItems,a=>(e.openBlock(),e.createElementBlock("div",{id:t.getOptionId(a.index),ref_for:!0,ref:s=>t.setVirtualItemRef(s,a.index),key:a.index,class:e.normalizeClass(["nmorph-autocomplete__list-item",[t.optionHeightModifiers,{"nmorph-autocomplete__list-item--focused":a.index===t.currentIndex}]]),role:"option","aria-selected":a.index===t.currentIndex,onClick:()=>t.clickHandler(a.item)},[e.renderSlot(r.$slots,"default",{scope:a.item},()=>[e.createTextVNode(e.toDisplayString(a.item.value),1)])],10,Ry))),128))],4)],4)],46,Fy)):(e.openBlock(),e.createElementBlock("div",{key:2,id:t.listboxId,class:"nmorph-autocomplete__list",role:"listbox"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.filteredList,(a,s)=>(e.openBlock(),e.createElementBlock("div",{id:t.getOptionId(s),key:s,class:e.normalizeClass(["nmorph-autocomplete__list-item",[t.optionHeightModifiers,{"nmorph-autocomplete__list-item--focused":s===t.currentIndex}]]),role:"option","aria-selected":s===t.currentIndex,onClick:()=>t.clickHandler(a)},[e.renderSlot(r.$slots,"default",{scope:a},()=>[e.createTextVNode(e.toDisplayString(a.value),1)])],10,Wy))),128))],8,jy))]),_:3},8,["open","relative-element","z-index","aria-label"])):e.createCommentVNode("v-if",!0)],6)}const Ky=W(Ay,[["render",$y],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue"]]),Ht=(r={})=>{const o=e.ref(null),n=e.ref(!1);return{elementRef:o,focused:n,handleFocus:()=>{n.value=!0,r.onFocus?.()},handleBlur:()=>{n.value=!1,r.onBlur?.()},focus:()=>{o.value?.focus()},blur:()=>{o.value?.blur()},select:()=>{const d=o.value;d&&"select"in d&&typeof d.select=="function"&&d.select()}}},Uy=e.defineComponent({__name:"NmorphColorPicker",props:{modelValue:{type:String,required:!1,default:""},showValue:{type:Boolean,required:!1,default:!1},displayFormat:{type:String,required:!1,default:"hex"},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur"],setup(r,{expose:o,emit:n}){const t=r,l=n,{id:i,name:a,tabindex:s}=qe(t),{modelValue:d,updateModelValue:p}=Ne(t,V=>l("update:model-value",V),""),h=(V,k="#000000")=>{const b=V?.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()}`:k},{elementRef:f,focused:m,handleFocus:u,handleBlur:w}=Ht({onFocus:()=>l("focus"),onBlur:()=>l("blur")}),g=()=>{if(typeof document>"u")return"#006cb6";const V=f.value||document.documentElement,k=getComputedStyle(V).getPropertyValue("--nmorph-accent-color").trim();return h(k,"#006cb6")},B=e.ref(h(d.value));e.watch(d,V=>{B.value=V?h(V):g()});const S=V=>{const k=V.target,b=h(k.value);B.value=b,p(b)},_=V=>[parseInt(V.slice(1,3),16),parseInt(V.slice(3,5),16),parseInt(V.slice(5,7),16)],v=V=>{const[k,b,x]=_(V);return`rgb(${k}, ${b}, ${x})`},y=V=>{const[k,b,x]=_(V).map(T=>T/255),q=Math.max(k,b,x),L=Math.min(k,b,x),C=(q+L)/2;if(q===L)return`hsl(0, 0%, ${Math.round(C*100)}%)`;const H=q-L,R=C>.5?H/(2-q-L):H/(q+L);let $=0;return q===k?$=(b-x)/H+(b<x?6:0):q===b?$=(x-k)/H+2:$=(k-b)/H+4,`hsl(${Math.round($*60)}, ${Math.round(R*100)}%, ${Math.round(C*100)}%)`};e.onMounted(()=>{d.value||(B.value=g())}),o({inputDOMRef:f});const E=e.computed(()=>K({nmorph:[ke[t.thickness],m.value&&"focused"],"nmorph-color-picker":[t.disabled&&"disabled",t.displayFormat]})),I=e.computed(()=>t.displayFormat==="rgb"?v(B.value):t.displayFormat==="hsl"?y(B.value):B.value.toUpperCase()),M={props:t,emit:l,id:i,name:a,tabindex:s,modelValue:d,updateModelValue:p,normalizeColor:h,inputDOMRef:f,focused:m,handleFocus:u,handleBlur:w,resolveAccentColor:g,currentValue:B,handleInput:S,hexToRgb:_,formatRgb:v,formatHsl:y,modifiers:E,displayValue:I};return Object.defineProperty(M,"__isScriptSetup",{enumerable:!1,value:!0}),M}}),Gy={class:"nmorph-color-picker__content"},Yy=["id","name","tabindex","value","disabled"],Zy={key:0,class:"nmorph-color-picker__value"};function Xy(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",Gy,[e.createElementVNode("input",{id:t.id,ref:"inputDOMRef",name:t.name,tabindex:t.tabindex,class:"nmorph-color-picker__native nmorph-native-input",type:"color",value:t.currentValue,disabled:t.props.disabled,onInput:t.handleInput,onFocus:o[0]||(o[0]=(...a)=>t.handleFocus&&t.handleFocus(...a)),onBlur:o[1]||(o[1]=(...a)=>t.handleBlur&&t.handleBlur(...a))},null,40,Yy),e.createElementVNode("div",{class:"nmorph-color-picker__swatch",style:e.normalizeStyle({"--nmorph-private-color-picker-color":t.currentValue})},null,4),t.props.showValue?(e.openBlock(),e.createElementBlock("span",Zy,e.toDisplayString(t.displayValue),1)):e.createCommentVNode("v-if",!0)])],2)}const Qy=W(Uy,[["render",Xy],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-color-picker/NmorphColorPicker.vue"]]),Jy=e.defineComponent({__name:"NmorphClearButton",emits:["clear"],setup(r,{expose:o,emit:n}){o();const t=n,l=e.computed(()=>K({"nmorph-input-clear-button":[]})),i={emit:t,modifiers:l,get NmorphIcon(){return ie},get NmorphIconError(){return Qe}};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}});function e_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createVNode(t.NmorphIcon,{onClick:o[0]||(o[0]=e.withModifiers(a=>t.emit("clear"),["stop"]))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconError)]),_:1})],2)}const t_=W(Jy,[["render",e_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue"]]),o_=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(r,{expose:o,emit:n}){o();const i={props:r,emit:n,get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconChevronDoubleDown(){return oo},get NmorphIconChevronDown(){return Pe},get getMonthName(){return Vo}};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}}),r_={class:"nmorph-date-picker-header"},n_={class:"nmorph-date-picker-header__left-side"},a_={class:"nmorph-date-picker-header__center-side"},l_={class:"nmorph-date-picker-header__right-side"};function i_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",r_,[e.createElementVNode("div",n_,[e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn",tabindex:-1,onClick:o[0]||(o[0]=a=>t.emit("prev-year"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-double-left"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDoubleDown)]),_:1})]),_:1}),e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn",tabindex:-1,onClick:o[1]||(o[1]=a=>t.emit("prev-month"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-left"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})]),e.createElementVNode("div",a_,[e.createVNode(t.NmorphButton,{text:t.props.year,tabindex:-1,fill:"",onClick:o[2]||(o[2]=a=>t.emit("change-year"))},null,8,["text"]),e.createVNode(t.NmorphButton,{text:t.getMonthName(t.props.month),tabindex:-1,fill:"",onClick:o[3]||(o[3]=a=>t.emit("change-month"))},null,8,["text"])]),e.createElementVNode("div",l_,[e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn",tabindex:-1,onClick:o[4]||(o[4]=a=>t.emit("next-month"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-right"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1}),e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn",tabindex:-1,onClick:o[5]||(o[5]=a=>t.emit("next-year"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-double-right"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDoubleDown)]),_:1})]),_:1})])])}const c_=W(o_,[["render",i_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue"]]),s_=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(r,{expose:o,emit:n}){o();const{months:t}=St(),l=t.map((_,v)=>({label:_.substring(0,3),value:String(v),tabindex:-1})),i=r,a=e.ref(l),s=e.ref(String(i.currentDate.getMonth())),d=e.ref(i.currentDate.getFullYear()),p=()=>{const _=i.currentDate.getFullYear(),v=yc(_).map(y=>({label:String(y),value:String(y)}));a.value=v};e.watch(()=>i.currentDate,()=>{i.type==="year"&&(p(),s.value=String(i.currentDate.getFullYear()))},{immediate:!0,deep:!0});const h=n,f=e.computed({get:()=>s.value,set:_=>{s.value=_,i.type==="month"?h("update-month",s.value):h("update-year",s.value)}}),m=_=>{a.value=a.value.map(v=>{const y=String(_==="decrease"?Number(v.value)-10:Number(v.value)+10);return{label:y,value:y}})},u=_=>{_==="decrease"?d.value=d.value-1:d.value=d.value+1,h("update-year",String(d.value))},w=_=>{_==="decrease"?i.type==="year"?m("decrease"):u("decrease"):i.type==="year"?m("increase"):u("increase")},g=e.computed(()=>i.type==="year"?`${a.value[0].label} - ${a.value[a.value.length-1].label}`:String(d.value)),S={months:t,initialMonthData:l,props:i,values:a,selectedValue:s,selectedYear:d,setInitialYearsData:p,emit:h,selectedValueModel:f,updateYearValues:m,updateYear:u,buttonClickHandler:w,value:g,goToYearsHandler:()=>{i.type==="month"&&h("back-to-years")},get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphRadioGroup(){return Oo},get NmorphDivider(){return as},get NmorphIconChevronDown(){return Pe}};return Object.defineProperty(S,"__isScriptSetup",{enumerable:!1,value:!0}),S}}),d_={class:"nmorph-year-month-picker"},m_={class:"nmorph-year-month-picker__header"},p_={class:"nmorph-year-month-picker__value"},h_={class:"nmorph-year-month-picker__values"};function f_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",d_,[e.createElementVNode("div",m_,[e.createVNode(t.NmorphButton,{class:"nmorph-year-month-picker__action-btn",tabindex:-1,onClick:o[0]||(o[0]=a=>t.buttonClickHandler("decrease"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-year-month-picker__chevron-left"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1}),e.createElementVNode("div",p_,[e.createVNode(t.NmorphButton,{text:t.value,tabindex:-1,onClick:t.goToYearsHandler},null,8,["text"])]),e.createVNode(t.NmorphButton,{class:"nmorph-year-month-picker__action-btn",tabindex:-1,onClick:o[1]||(o[1]=a=>t.buttonClickHandler("increase"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-year-month-picker__chevron-right"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})]),e.createVNode(t.NmorphDivider),e.createElementVNode("div",h_,[e.createVNode(t.NmorphRadioGroup,{modelValue:t.selectedValueModel,"onUpdate:modelValue":o[2]||(o[2]=a=>t.selectedValueModel=a),options:t.values},null,8,["modelValue","options"])])])}const u_=W(s_,[["render",f_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue"]]),g_=e.defineComponent({__name:"NmorphDatePickerContent",props:{initialDate:{type:Date,required:!1,default:()=>new Date},selectedValues:{type:[Date,Array,null],required:!0},type:{type:null,required:!1,default:"date"}},emits:["update-selected-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-date-picker-content":[]})),a=e.ref(t.initialDate),s=e.ref("calendar"),d=e.computed(()=>new Date(a.value.setMonth(a.value.getMonth()-1))),p=e.computed(()=>new Date(a.value.setMonth(a.value.getMonth()+1))),h=e.computed(()=>new Date(a.value.setFullYear(a.value.getFullYear()-1))),f=e.computed(()=>new Date(a.value.setFullYear(a.value.getFullYear()+1))),m=()=>{a.value=d.value},u=()=>{a.value=p.value},w=()=>{a.value=h.value},g=()=>{a.value=f.value},B=()=>{s.value="year"},S=()=>{s.value="month"},_=V=>{const k=new Date(a.value.setFullYear(Number(V)));a.value=k,s.value="month"},v=V=>{const k=new Date(a.value.setMonth(Number(V)));a.value=k,s.value="calendar"},y=()=>{s.value="year"},E=e.computed({get:()=>t.selectedValues,set:V=>l("update-selected-value",V)}),M={props:t,emit:l,modifiers:i,initialDate:a,selectedPicker:s,prevMonth:d,nextMonth:p,prevYear:h,nextYear:f,prevMonthHandler:m,nextMonthHandler:u,prevYearHandler:w,nextYearHandler:g,changeYearHandler:B,changeMonthHandler:S,updateYearHandler:_,updateMonthHandler:v,backToYearsHandler:y,selectedValuesModel:E,updateInitialDate:V=>{a.value=V},get NmorphCalendar(){return bc},NmorphDatePickerHeader:c_,NmorphYearMonthPicker:u_};return Object.defineProperty(M,"__isScriptSetup",{enumerable:!1,value:!0}),M}});function w_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[t.selectedPicker==="calendar"?(e.openBlock(),e.createBlock(t.NmorphCalendar,{key:0,modelValue:t.selectedValuesModel,"onUpdate:modelValue":o[0]||(o[0]=a=>t.selectedValuesModel=a),type:t.props.type,"initial-date":t.initialDate,onUpdateInitialDate:t.updateInitialDate},{header:e.withCtx(()=>[e.createVNode(t.NmorphDatePickerHeader,{year:t.initialDate.getFullYear(),month:t.initialDate.getMonth(),onPrevMonth:t.prevMonthHandler,onNextMonth:t.nextMonthHandler,onPrevYear:t.prevYearHandler,onNextYear:t.nextYearHandler,onChangeYear:t.changeYearHandler,onChangeMonth:t.changeMonthHandler},null,8,["year","month"])]),_:1},8,["modelValue","type","initial-date"])):e.createCommentVNode("v-if",!0),t.selectedPicker==="year"?(e.openBlock(),e.createBlock(t.NmorphYearMonthPicker,{key:1,type:"year","current-date":t.initialDate,onUpdateYear:t.updateYearHandler},null,8,["current-date"])):e.createCommentVNode("v-if",!0),t.selectedPicker==="month"?(e.openBlock(),e.createBlock(t.NmorphYearMonthPicker,{key:2,type:"month","current-date":t.initialDate,onUpdateYear:t.updateYearHandler,onUpdateMonth:t.updateMonthHandler,onBackToYears:t.backToYearsHandler},null,8,["current-date"])):e.createCommentVNode("v-if",!0)],2)}const b_=W(g_,[["render",w_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue"]]),y_=e.defineComponent({__name:"NmorphDatePicker",props:{placeholder:{type:String,required:!1,default:""},modelValue:{type:[Date,Array,null],required:!1,default:null},type:{type:null,required:!1,default:"date"},textSeparator:{type:String,required:!1,default:"-"},initialDate:{type:Date,required:!1,default:()=>new Date},zIndex:{type:Number,required:!1,default:void 0},dateLocale:{type:[String,Array],required:!1,default:void 0},dateFormatOptions:{type:null,required:!1,default:void 0},dateFormat:{type:String,required:!1,default:""},dateFormatter:{type:Function,required:!1,default:void 0},valueSeparator:{type:String,required:!1,default:", "},rangeSeparator:{type:String,required:!1,default:" - "},width:{type:[Number,String],required:!1,default:void 0},rangeWidth:{type:[Number,String],required:!1,default:void 0},calendarCellHeight:{type:[Number,String],required:!1,default:void 0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const{t}=Me.useI18n(),l=r,{id:i,name:a,autocomplete:s}=qe(l),d=e.computed(()=>l.placeholder?l.placeholder:t("pickADate")),p=n,{modelValue:h,updateModelValue:f}=Ne(l,x=>p("update:model-value",x),null),m=e.ref(h.value),u=e.ref(!1),w=()=>{u.value=!0},g=()=>{u.value=!1},B=e.computed(()=>K({nmorph:[ke[l.thickness]],"nmorph-date-picker":[l.disabled&&"disabled",l.type,u.value&&"focus"]})),S=e.computed(()=>me({"--nmorph-private-date-picker-width":l.width,"--nmorph-private-date-picker-range-width":l.rangeWidth,"--nmorph-private-date-picker-calendar-cell-height":l.calendarCellHeight})),_=e.ref(!1),v=e.ref(null),y=()=>{_.value=!1},E=()=>{_.value=!_.value},I=e.computed(()=>{if(!m.value)return d.value;const x={locale:l.dateLocale,options:l.dateFormatOptions,format:l.dateFormat,formatter:l.dateFormatter};if(Array.isArray(m.value)){if(m.value.length===0)return d.value;const q=Et(m.value,x),L=l.type==="daterange"?l.rangeSeparator:l.valueSeparator;return q.join(L)}else return Et(m.value,x)}),M=()=>{const x=Array.isArray(m.value)?[]:null;m.value=x,f(m.value)},V=x=>{m.value=x,f(m.value)};e.watch(h,x=>{m.value=x},{deep:!0});const k=e.computed(()=>Array.isArray(m.value)?m.value.length>0:!!m.value),b={t,props:l,id:i,name:a,autocomplete:s,placeholderText:d,emit:p,modelValue:h,updateModelValue:f,selectedDate:m,focus:u,focusHandler:w,blurHandler:g,modifiers:B,styles:S,open:_,nmorphInputDOMRef:v,closeHandler:y,toggleOpen:E,displayValue:I,clearHandler:M,updateSelectedDateHandler:V,showClearButton:k,get NmorphDropdown(){return et},get NmorphIcon(){return ie},get NmorphIconCalendar(){return to},NmorphClearButton:t_,NmorphDatePickerContent:b_};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}}),__={class:"nmorph-date-picker__date-wrapper"},k_=["id","name","autocomplete","onKeydown"],N_={class:"nmorph-date-picker__selected-value"},B_={class:"nmorph-date-picker__clear-button-wrapper"},x_={class:"nmorph-date-picker__content"};function V_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",__,[e.createElementVNode("div",{ref:"nmorphInputDOMRef",class:e.normalizeClass(["nmorph-date-picker__input",{"nmorph-date-picker__input--open":t.open}]),onClick:t.toggleOpen},[e.createElementVNode("input",{id:t.id,name:t.name,autocomplete:t.autocomplete,type:"date",onFocus:e.withModifiers(t.focusHandler,["prevent"]),onBlur:t.blurHandler,onKeydown:e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"])},null,40,k_),e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker__calendar-icon"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCalendar)]),_:1}),e.createElementVNode("div",N_,e.toDisplayString(t.displayValue),1),e.createElementVNode("div",B_,[t.showClearButton?(e.openBlock(),e.createBlock(t.NmorphClearButton,{key:0,onClear:t.clearHandler})):e.createCommentVNode("v-if",!0)])],2),e.createElementVNode("div",x_,[t.nmorphInputDOMRef?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,"fill-width":!1,width:324,open:t.open,"relative-element":t.nmorphInputDOMRef,"z-index":t.props.zIndex,onOnOutsideClick:t.closeHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphDatePickerContent,{"selected-values":t.selectedDate,"initial-date":t.props.initialDate,type:n.type,onUpdateSelectedValue:t.updateSelectedDateHandler},null,8,["selected-values","initial-date","type"])]),_:1},8,["open","relative-element","z-index"])):e.createCommentVNode("v-if",!0)])])],6)}const v_=W(y_,[["render",V_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-date-picker/NmorphDatePicker.vue"]]),S_=e.defineComponent({__name:"NmorphFileUpload",props:{id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},tabindex:{type:Number,required:!1},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:()=>[]},photoWithPreview:{type:Boolean,required:!1,default:!0},buttonText:{type:String,required:!1,default:""},compact:{type:Boolean,required:!1,default:!1},layout:{type:String,required:!1,default:"list"},fileNameWidth:{type:[Number,String],required:!1,default:void 0}},emits:["update:model-value","on-unsupported-file-type-error","on-file-validation-error"],setup(r,{expose:o,emit:n}){const{t}=Me.useI18n(),l=r,i=n,a=e.computed(()=>l.buttonText?l.buttonText:t("selectFile")),{id:s,name:d,autocomplete:p,tabindex:h}=qe(l),{modelValue:f,updateModelValue:m}=Ne(l,C=>i("update:model-value",C),[]),u=e.inject("form-data",void 0),w=e.computed(()=>Hs(l.allowedTypes)),g=C=>l.photoWithPreview&&Jo(C),B=e.ref(null),S=e.ref([...f.value]),_=new Set,v=()=>{const C=B.value;C&&(C.value="")},y=C=>{_.has(C)&&(URL.revokeObjectURL(C),_.delete(C))},E=C=>{const H=new Set(C.map(R=>R.previewUrl));Array.from(_).forEach(R=>{H.has(R)||y(R)})},I=C=>{const H=[...C];S.value=H,m(H)},M=C=>{const H=u?.validateField(s.value,C);return{valid:H?.valid.value??!0,errors:H?.errors.value??[]}},V=()=>{l.disabled||!B.value||B.value.click()},k=C=>{if(l.disabled)return;const H=C.target,R=Array.from(H.files||[]),$=l.multiple?R:R.slice(0,1),T=[];if($.forEach(F=>{if(!er(F,l.allowedTypes)){i("on-unsupported-file-type-error",F.type||dt(F.name)||F.name);return}const ee=l.multiple?[...S.value.map(le=>le.data),...T,F]:[F],X=M(ee);if(!X.valid){i("on-file-validation-error",{file:F,errors:X.errors});return}T.push(F)}),v(),T.length>0){const F=T.map(X=>{const le=URL.createObjectURL(X);return _.add(le),{data:X,previewUrl:le}}),ee=l.multiple?[...S.value,...F]:F;E(ee),I(ee),u?.validateField(s.value,ee)}},b=C=>{if(l.disabled)return;const H=S.value.findIndex(R=>R.data.name===C);if(H!==-1){const R=S.value[H];y(R.previewUrl),v();const $=S.value.filter((T,F)=>F!==H);I($),u?.validateField(s.value,$)}};e.watch(f,C=>{const H=[...C];E(H),S.value=H,H.length===0&&v()},{deep:!0}),e.onBeforeUnmount(()=>{Array.from(_).forEach(C=>y(C))}),o({inputDOMRef:B});const x=e.computed(()=>K({"nmorph-file-upload":[l.disabled&&"disabled",l.compact&&"compact",`layout-${l.layout}`]})),q=e.computed(()=>me({"--nmorph-private-file-upload-name-width":l.fileNameWidth})),L={t,props:l,emit:i,computedButtonText:a,id:s,name:d,autocomplete:p,tabindex:h,modelValue:f,updateModelValue:m,formData:u,inputAccept:w,showImagePreview:g,inputDOMRef:B,files:S,createdPreviewUrls:_,resetInputValue:v,revokePreviewUrl:y,revokeRemovedPreviewUrls:E,filesChanged:I,getFormValidationResult:M,openFileSelector:V,handleFileUpload:k,removeFile:b,modifiers:x,styles:q,get NmorphAudioPreview(){return xo},get NmorphButton(){return Be},get NmorphIconCross(){return Ze},get NmorphIcon(){return ie},get NmorphFileCard(){return Mc},get NmorphIconImage(){return rt},get NmorphImagePreview(){return Bo},get NmorphVideoPreview(){return So},get getFileExtension(){return dt},get isAudioFile(){return Ms},get isImageFile(){return Jo},get isVideoFile(){return zs}};return Object.defineProperty(L,"__isScriptSetup",{enumerable:!1,value:!0}),L}}),E_={class:"nmorph-file-upload__trigger"},C_=["id","name","autocomplete","tabindex","multiple","disabled","accept"],I_={key:0,class:"nmorph-file-upload__list"},M_={class:"nmorph-file-upload__file-info"},z_={class:"nmorph-file-upload__file-name"},H_={key:1,class:"nmorph-file-upload__file-info"},q_={class:"nmorph-file-upload__file-name"},T_={class:"nmorph-file-upload__remove-file"};function L_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",E_,[e.createElementVNode("input",{id:t.id,ref:"inputDOMRef",name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,type:"file",multiple:t.props.multiple,disabled:t.props.disabled,accept:t.inputAccept,class:"nmorph-native-input",onChange:t.handleFileUpload},null,40,C_),e.renderSlot(r.$slots,"trigger",{},()=>[e.createVNode(t.NmorphButton,{text:t.computedButtonText,fill:"",disabled:t.props.disabled,onClick:t.openFileSelector},null,8,["text","disabled"])])]),t.files.length>0?(e.openBlock(),e.createElementBlock("div",I_,[e.createVNode(e.TransitionGroup,{name:"list",tag:"div"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.files,({data:a,previewUrl:s})=>(e.openBlock(),e.createElementBlock("div",{key:a.name,class:"nmorph-file-upload__file"},[t.showImagePreview(a)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createVNode(t.NmorphImagePreview,{src:s},null,8,["src"]),e.createElementVNode("div",M_,[e.createVNode(t.NmorphIcon,{width:"14px",height:"17px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconImage)]),_:1}),e.createElementVNode("span",z_,e.toDisplayString(a.name),1)])],64)):t.isImageFile(a)?(e.openBlock(),e.createElementBlock("div",H_,[e.createVNode(t.NmorphIcon,{width:"14px",height:"17px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconImage)]),_:1}),e.createElementVNode("span",q_,e.toDisplayString(a.name),1)])):t.isVideoFile(a)?(e.openBlock(),e.createBlock(t.NmorphVideoPreview,{key:2,src:s,name:a.name,"download-href":s,compact:"",controls:""},null,8,["src","name","download-href"])):t.isAudioFile(a)?(e.openBlock(),e.createBlock(t.NmorphAudioPreview,{key:3,src:s,name:a.name,"download-href":s,compact:""},null,8,["src","name","download-href"])):(e.openBlock(),e.createBlock(t.NmorphFileCard,{key:4,name:a.name,"mime-type":a.type,size:a.size,extension:t.getFileExtension(a.name),"preview-src":s,"download-href":s,compact:""},null,8,["name","mime-type","size","extension","preview-src","download-href"])),e.createElementVNode("div",T_,[e.createVNode(t.NmorphButton,{design:"plain",thickness:"thin",onClick:d=>t.removeFile(a.name)},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIconCross)]),_:1},8,["onClick"])])]))),128))]),_:1})])):e.createCommentVNode("v-if",!0)],6)}const A_=W(S_,[["render",L_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-file-upload/NmorphFileUpload.vue"]]),Ao=r=>typeof File<"u"&&r instanceof File,D_=r=>!!r&&typeof r=="object"&&"data"in r&&Ao(r.data),P_=r=>{if(Ao(r))return[r];if(!Array.isArray(r))return null;const o=r;return o.length===0?[]:o.every(Ao)?o:o.every(D_)?o.map(n=>n.data):null},qt=r=>{const{inputValue:o,rules:n}=r,t=e.ref([]),l=e.ref(!1),i=e.ref(!1);return{touched:i,valid:l,errors:t,validate:()=>{const s=n?.length>0;if(t.value=[],!s){l.value=!0;return}if(o===null)return;const d=o,p=_=>s&&n.some(v=>_ in v),h=typeof d=="string"&&p("pattern"),f=typeof d=="number"&&p("numberCompareType"),m=(typeof d=="string"||typeof d=="boolean")&&p("booleanCompareType"),u=Array.isArray(d)&&p("arrayCompareType"),w=p("fileMaxSize")||p("fileAllowedTypes")||p("fileMaxCount"),g=w?P_(d):null,B=w&&g!==null;if(!f&&!h&&!m&&!u&&!B){console.warn("The input value and the provided rules do not match");return}if(i.value||(i.value=!0),h){const _=n;t.value=_.reduce((v,y)=>(d.match(y.pattern)||v.push(y.error),v),[])}if(f){const _=(y,E,I)=>{switch(I){case"eq":return y===E;case"gt":return y>E;case"lt":return y<E;case"lte":return y<=E;case"gte":return y>=E}},v=n;t.value=v.reduce((y,E)=>(_(d,E.compareValue,E.numberCompareType)&&y.push(E.error),y),[])}if(m){const _=n;t.value=_.reduce((v,y)=>{let E=!1;const{compareValue:I,booleanCompareType:M}=y;return M==="not-eq"&&(E=d===I),M==="eq"&&(E=d!==I),E||v.push(y.error),v},[])}if(u){const _=n,v=(y,E,I)=>{switch(I){case"contains-one":return y.some(k=>E.includes(k));case"full-eq":if(y.length!==E.length)return!1;const M=[...y].sort(),V=[...E].sort();return M.every((k,b)=>k===V[b]);case"not-contains":return!y.some(k=>E.includes(k))}};t.value=_.reduce((y,E)=>(v(d.map(M=>String(M)),E.compareValue,E.arrayCompareType)||y.push(E.error),y),[])}if(B){const _=n,v=g||[];t.value=_.reduce((y,E)=>(typeof E.fileMaxSize=="number"&&v.some(I=>I.size>E.fileMaxSize)&&y.push(E.error),E.fileAllowedTypes&&v.some(I=>!er(I,E.fileAllowedTypes))&&y.push(E.error),typeof E.fileMaxCount=="number"&&v.length>E.fileMaxCount&&y.push(E.error),y),[])}l.value=t.value.length===0}}},O_=r=>typeof File<"u"&&r instanceof File,Do=r=>O_(r)?{name:r.name,size:r.size,type:r.type,lastModified:r.lastModified}:r instanceof Date?r.toISOString():r instanceof RegExp?r.toString():typeof r=="function"?String(r):Array.isArray(r)?r.map(Do):r&&typeof r=="object"?Object.fromEntries(Object.entries(r).map(([o,n])=>[o,Do(n)])):r,Yc=r=>Object.fromEntries(Object.entries(r).map(([o,n])=>[o,JSON.stringify(Do(n))])),Zc=r=>{const o=r.valid;return typeof o=="boolean"?o:o.value},F_=(r,o=!1)=>{const n=e.reactive({}),t=e.reactive({}),l=e.reactive(Yc(r)),i=e.ref(!1),a=e.ref(!1),s=()=>{const w=Object.values(t).every(Zc),g=Object.values(n).every(Zc);i.value=w&&g},d=()=>{Object.entries(r).forEach(([w,g])=>{t[w]=qt({inputValue:g.value,rules:g.rules}),t[w].validate()}),s()},p=()=>{Object.entries(r).forEach(([w,g])=>{n[w]=qt({inputValue:g.value,rules:g.rules}),n[w].validate()}),d()},h=(w,g)=>{const B=r[w];if(!B)return;const S=qt({inputValue:g??B.value,rules:B.rules});return S.validate(),n[w]=S,d(),a.value=!0,S},f=(w,g)=>{const B=r[w];B&&(B.value=g,h(w,g))},m=(w,g)=>{const B=Yc(g);return{changedFields:Object.keys(g).filter(_=>{const v=w[_]??null,y=B[_];return v!==y}),newSnapshot:B}},u=w=>{const{changedFields:g,newSnapshot:B}=m(l,w);g.forEach(S=>{const _=w[S];n[S]=qt({inputValue:_.value,rules:_.rules}),n[S].validate()}),Object.assign(l,B),d(),a.value=!0};return e.watch(r,u,{deep:!0}),o&&p(),{formValue:r,fields:n,updateFieldValue:f,validateField:h,isFormValid:e.readonly(i),isAnyTouched:e.readonly(a)}},R_=e.defineComponent({__name:"NmorphForm",props:{value:{type:null,required:!0},validateImmediately:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){const n=r,t=e.computed(()=>K({"nmorph-form":[]})),l=F_(n.value,n.validateImmediately);o({formData:l}),e.provide("form-data",l);const i={props:n,modifiers:t,formValidationData:l};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}}),j_={class:"nmorph-form__content"};function W_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("form",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",j_,[e.renderSlot(r.$slots,"default")])],2)}const $_=W(R_,[["render",W_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-form/NmorphForm.vue"]]),K_=e.defineComponent({__name:"NmorphErrorBox",props:{thickness:{type:null,required:!1,default:"basic"},errors:{type:[Array,Object],required:!1,default:()=>[]},staticHeight:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>{const a=Array.isArray(n.errors)?n.errors:n.errors.value;return a.length?a[a.length-1]:""}),l=e.computed(()=>K({nmorph:[ke[n.thickness]],"nmorph-error-box":[n.staticHeight&&"static-height",!t.value&&"empty"]})),i={props:n,currentError:t,modifiers:l};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}});function U_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createVNode(e.Transition,{name:"list",mode:"out-in"},{default:e.withCtx(()=>[t.currentError?(e.openBlock(),e.createElementBlock("p",{key:t.currentError,class:"nmorph-error-box__error"},e.toDisplayString(t.currentError),1)):e.createCommentVNode("v-if",!0)]),_:1})],2)}const G_=W(K_,[["render",U_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue"]]),Y_="18px",Z_=e.defineComponent({__name:"NmorphValidationIcon",props:{valid:{type:[Boolean,Object],required:!0},show:{type:[Boolean,Object],required:!1,default:!0}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-validation-icon":[n.valid?"valid":"invalid"]})),l=e.computed(()=>n.valid?Bt:Qe),i={props:n,modifiers:t,validationIcon:l,validateIconSize:Y_,get NmorphIcon(){return ie}};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}});function X_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[n.show?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-validation-icon__content",width:t.validateIconSize,height:t.validateIconSize},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.validationIcon)))]),_:1})):e.createCommentVNode("v-if",!0)],2)}const Q_=W(Z_,[["render",X_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue"]]),J_=e.defineComponent({__name:"NmorphFormItem",props:{id:{type:String,required:!0},name:{type:String,required:!1,default:""},autocomplete:{type:String,required:!1,default:""},thickness:{type:null,required:!1,default:"basic"},label:{type:String,required:!1,default:""},showValidationIcon:{type:Boolean,required:!1,default:!0},staticErrorBoxSpace:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.inject("form-data"),l=e.computed(()=>t?.fields[n.id]),i=e.computed(()=>t?.formValue[n.id]),a=e.computed(()=>i.value?.value),s=e.computed(()=>i.value?.rules||[]),d=e.computed(()=>e.unref(l.value?.errors)||[]),p=e.computed(()=>e.unref(l.value?.valid)??!0),h=e.computed(()=>e.unref(l.value?.touched)??!1),f=e.computed(()=>l.value),m=e.computed(()=>!!f.value&&!!l?.value?.touched&&n.showValidationIcon),u=e.computed(()=>f.value&&l.value?.touched);e.provide(To,{id:e.toRef(n,"id"),name:e.computed(()=>n.name||n.id),autocomplete:e.computed(()=>n.autocomplete||void 0),value:a,rules:s,errors:d,valid:p,touched:h,updateValue:B=>t?.updateFieldValue(n.id,B),validate:B=>{t?.validateField(n.id,B)}});const w=e.computed(()=>K({"nmorph-form-item":[n.label&&"labeled",u.value&&(l.value?.valid?"valid":"invalid")]})),g={props:n,formData:t,validationData:l,fieldData:i,fieldValue:a,fieldRules:s,fieldErrors:d,fieldValid:p,fieldTouched:h,ableToShowValidation:f,showStatusIcon:m,ableToAddValidationModifiers:u,modifiers:w,get NmorphValidationIcon(){return Q_},get NmorphErrorBox(){return G_}};return Object.defineProperty(g,"__isScriptSetup",{enumerable:!1,value:!0}),g}}),ek=["for"],tk={class:"nmorph-form-item__content"};function ok(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[t.props.label?(e.openBlock(),e.createElementBlock("label",{key:0,for:t.props.id},e.toDisplayString(t.props.label),9,ek)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",tk,[e.renderSlot(r.$slots,"default"),t.props.showValidationIcon?(e.openBlock(),e.createBlock(t.NmorphValidationIcon,{key:0,valid:!!t.validationData?.valid,show:t.showStatusIcon},null,8,["valid","show"])):e.createCommentVNode("v-if",!0)]),e.createVNode(t.NmorphErrorBox,{errors:t.validationData?.errors,thickness:t.props.thickness,"static-height":n.staticErrorBoxSpace},null,8,["errors","thickness","static-height"])],2)}const rk=W(J_,[["render",ok],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue"]]),nk=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},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){const t=r,{id:l,name:i,autocomplete:a,tabindex:s}=qe(t),d=e.computed(()=>K({nmorph:[ke[t.thickness]],"nmorph-number-input":[t.disabled&&"disabled",t.actionBtnPositionRight&&"action-btn-position-right"]})),p={thick:{default:"12px",right:"8px"},basic:{default:"10px",right:"7px"},thin:{default:"8px",right:"5px"}},h=e.computed(()=>{const M=t.actionBtnPositionRight?"right":"default";return p[t.thickness][M]}),f=n,{modelValue:m,updateModelValue:u}=Ne(t,M=>f("update:model-value",M),0),w=e.ref(m.value),g=()=>{w.value+=t.step},B=()=>{w.value-=t.step},S=e.computed(()=>w.value<=t.min),_=e.computed(()=>w.value>=t.max),v=e.computed(()=>"calc(var(--nmorph-private-control-height) / 2)"),y=M=>{const V=M.target;let k=Number(V.value);w.value=k};e.watch(w,M=>{M>t.max&&(w.value=t.max,E.value?.blur()),w.value<t.min&&(w.value=t.min,E.value?.blur()),u(M)}),e.watch(m,M=>{w.value=M});const E=e.ref(null);o({inputDOMRef:E});const I={props:t,id:l,name:i,autocomplete:a,tabindex:s,modifiers:d,iconSizeMap:p,actionBtnIconSize:h,emit:f,modelValue:m,updateModelValue:u,initialValue:w,increaseHandler:g,decreaseHandler:B,minBtnDisabled:S,maxBtnDisabled:_,rightActionBtnHeight:v,inputHandler:y,inputDOMRef:E,get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconMinusThin(){return po},get NmorphIconPlusThin(){return uo}};return Object.defineProperty(I,"__isScriptSetup",{enumerable:!1,value:!0}),I}}),ak={class:"nmorph-number-input__content"},lk={class:"nmorph-number-input__input-content"},ik={key:0,class:"nmorph-number-input__decrease"},ck=["id","name","autocomplete","tabindex","value","min","max"],sk={key:1,class:"nmorph-number-input__increase"},dk={key:2,class:"nmorph-number-input__action-btns"},mk={class:"nmorph-number-input__increase"},pk={class:"nmorph-number-input__decrease"};function hk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle({"--nmorph-private-number-input-right-action-height":t.rightActionBtnHeight})},[e.createElementVNode("div",ak,[e.createElementVNode("div",lk,[n.actionBtnPositionRight?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",ik,[e.createVNode(t.NmorphButton,{design:"plain",disabled:t.minBtnDisabled,thickness:t.props.thickness,onClick:t.decreaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconMinusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled","thickness"])])),e.createElementVNode("input",{id:t.id,ref:"inputDOMRef",name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,class:"nmorph-native-input",value:t.initialValue,type:"number",min:t.props.min,max:t.props.max,onInput:t.inputHandler},null,40,ck),n.actionBtnPositionRight?(e.openBlock(),e.createElementBlock("div",dk,[e.createElementVNode("div",mk,[e.createVNode(t.NmorphButton,{design:"plain",disabled:t.maxBtnDisabled,thickness:t.props.thickness,onClick:t.increaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-number-input__plus-icon",width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconPlusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled","thickness"])]),e.createElementVNode("div",pk,[e.createVNode(t.NmorphButton,{design:"plain",disabled:t.minBtnDisabled,thickness:t.props.thickness,onClick:t.decreaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconMinusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled","thickness"])])])):(e.openBlock(),e.createElementBlock("div",sk,[e.createVNode(t.NmorphButton,{design:"plain",disabled:t.maxBtnDisabled,thickness:t.props.thickness,onClick:t.increaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-number-input__plus-icon",width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconPlusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled","thickness"])]))])])],6)}const fk=W(nk,[["render",hk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-number-input/NmorphNumberInput.vue"]]),uk=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:""},prependIconIndent:{type:[Number,String],required:!1,default:void 0},prependIconSize:{type:[Number,String],required:!1,default:void 0},prependIconColor:{type:String,required:!1,default:void 0},inputAttrs:{type:Object,required:!1,default:()=>({})},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur","on-enter","keydown"],setup(r,{expose:o,emit:n}){const t=e.useSlots(),l=r,i=n,{id:a,name:s,autocomplete:d,tabindex:p}=qe(l),{modelValue:h,updateModelValue:f}=Ne(l,q=>i("update:model-value",q),""),m=e.computed(()=>K({nmorph:[ke[l.thickness],_.value&&"focused"],"nmorph-text-input":[l.typePassword&&"password",(l.typePassword||l.clearable)&&"with-action"]})),u=q=>{const L=q.target;f(L.value)},w=e.ref(!1),g=()=>{l.clearable?f(""):w.value=!w.value},B=e.computed(()=>l.typePassword&&!w.value&&!l.clearable?"password":"text"),{elementRef:S,focused:_,handleFocus:v,handleBlur:y,focus:E,blur:I,select:M}=Ht({onFocus:()=>i("focus"),onBlur:()=>i("blur")});o({inputDOMRef:S,focus:E,blur:I,select:M});const V=e.computed(()=>l.clearable?Qe:w.value?co:Je),k=e.computed(()=>l.indentation||(t["prepend-icon"]?"28px":"8px")),b=e.computed(()=>({"--nmorph-private-text-input-indentation":k.value,...me({"--nmorph-private-text-input-prepend-icon-indent":l.prependIconIndent,"--nmorph-private-text-input-prepend-icon-size":l.prependIconSize}),..._e({"--nmorph-private-text-input-prepend-icon-color":l.prependIconColor})})),x={slots:t,props:l,emit:i,id:a,name:s,autocomplete:d,tabindex:p,modelValue:h,updateModelValue:f,modifiers:m,handleInput:u,showPassword:w,actionButtonClickHandler:g,type:B,inputDOMRef:S,focused:_,handleFocus:v,handleBlur:y,focus:E,blur:I,select:M,actionIcon:V,indentation:k,styles:b,get NmorphIcon(){return ie},get NmorphButton(){return Be}};return Object.defineProperty(x,"__isScriptSetup",{enumerable:!1,value:!0}),x}}),gk={class:"nmorph-text-input__input-side"},wk={key:0,class:"nmorph-text-input__prepend-icon"},bk=["id","name","autocomplete","tabindex","type","placeholder","disabled","value"];function yk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",gk,[t.slots["prepend-icon"]?(e.openBlock(),e.createElementBlock("div",wk,[e.renderSlot(r.$slots,"prepend-icon")])):e.createCommentVNode("v-if",!0),e.createElementVNode("input",e.mergeProps({id:t.id,ref:"inputDOMRef",name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,class:"nmorph-native-input",type:t.type,placeholder:t.props.placeholder,disabled:t.props.disabled,value:t.modelValue},t.props.inputAttrs,{onInput:t.handleInput,onFocus:o[0]||(o[0]=(...a)=>t.handleFocus&&t.handleFocus(...a)),onBlur:o[1]||(o[1]=(...a)=>t.handleBlur&&t.handleBlur(...a)),onKeydown:o[2]||(o[2]=a=>t.emit("keydown",a)),onKeyup:o[3]||(o[3]=e.withKeys(a=>t.emit("on-enter"),["enter"]))}),null,16,bk),t.props.typePassword||t.props.clearable?(e.openBlock(),e.createBlock(t.NmorphButton,{key:1,disabled:t.props.disabled,class:"nmorph-text-input__password-btn",design:"plain",thickness:t.props.thickness,onMousedown:o[4]||(o[4]=e.withModifiers(()=>{},["prevent"])),onClick:t.actionButtonClickHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.actionIcon)))]),_:1})]),_:1},8,["disabled","thickness"])):e.createCommentVNode("v-if",!0)])],6)}const Tt=W(uk,[["render",yk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-text-input/NmorphTextInput.vue"]]),_k=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},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur","complete"],setup(r,{expose:o,emit:n}){const t=r,l=n,{id:i,name:a,autocomplete:s,tabindex:d}=qe(t),{modelValue:p,updateModelValue:h}=Ne(t,G=>l("update:model-value",G),""),f=e.ref([]),m=e.ref([]),u=e.ref(!1),w=e.ref([]),g=e.computed(()=>Math.max(1,t.length)),B=(G="")=>{const te=`${G??""}`;return t.mode==="numeric"?Array.from(te.replace(/\D/g,"")):t.mode==="alphanumeric"?Array.from(te.replace(/[^a-zA-Z0-9]/g,"")):Array.from(te)},S=(G=p.value)=>{const te=B(G).slice(0,g.value);return Array.from({length:g.value},(z,Y)=>te[Y]||"")},_=(G,te=!1)=>{if(w.value=Array.from({length:g.value},(Y,j)=>G[j]||""),!te)return;const z=w.value.join("");h(z),w.value.includes("")||l("complete",z)};e.watch([p,()=>t.mode,g],()=>{const G=S(p.value);(G.join("")!==w.value.join("")||G.length!==w.value.length)&&_(G)},{immediate:!0});const v=e.computed(()=>K({nmorph:[ke[t.thickness],u.value&&"focused"],"nmorph-otp-input":[t.disabled&&"disabled"]})),y=e.computed(()=>Array.from({length:g.value},(G,te)=>te===0?i.value:`${i.value}-${te+1}`)),E=e.computed(()=>t.mode==="numeric"?"numeric":"text"),I=e.computed(()=>s.value||"one-time-code"),M=e.computed(()=>{if(t.mode==="numeric")return"[0-9]*";if(t.mode==="alphanumeric")return"[A-Za-z0-9]*"}),V=G=>{m.value[G]=f.value[G]?.inputDOMRef??null},k=(G,te)=>{f.value[te]=G,e.nextTick(()=>{V(te)})},b=G=>{V(G),f.value[G]?.select?.(),m.value[G]?.select()},x=(G=0)=>{e.nextTick(()=>{const te=Math.min(Math.max(G,0),g.value-1);V(te),f.value[te]?.focus?.(),m.value[te]?.focus(),b(te)})},q=()=>{f.value.forEach((G,te)=>{G?.blur?.(),m.value[te]?.blur()})};o({inputDOMRefs:m,focus:x,blur:q});const L=(G,te="")=>{const z=[...w.value];z[G]=te,_(z,!0)},C=(G,te)=>{const z=B(G).slice(0,g.value-te);if(!z.length){L(te,"");return}const Y=[...w.value];z.forEach((J,se)=>{Y[te+se]=J}),_(Y,!0);const j=te+z.length;j<g.value?x(j):x(g.value-1)},H=(G,te)=>{C(G,te)},R=new Map,$=G=>{const te=R.get(G);if(te)return te;const z=e.computed({get:()=>w.value[G]||"",set:Y=>H(Y,G)});return R.set(G,z),z},T=G=>{if(w.value[G]){L(G);return}G>0&&(L(G-1),x(G-1))},F=(G,te)=>{if(G.key==="Backspace"){T(te);return}L(te)},ee=G=>{x(G-1)},X=G=>{x(G+1)},le=()=>{x(0)},D=()=>{x(g.value-1)},Q=G=>{G.key.length===1&&!B(G.key).length&&G.preventDefault()},A=(G,te)=>{const z=G.clipboardData?.getData("text")||"";C(z,te)},U=G=>{u.value||(u.value=!0,l("focus")),b(G)},N=()=>{setTimeout(()=>{const G=document.activeElement;!m.value.some(z=>z===G)&&u.value&&(u.value=!1,l("blur"))})},Z=G=>d.value>0?d.value+G:d.value;e.watch(()=>t.autofocus,G=>{G&&!t.disabled&&x(0)},{immediate:!0});const oe={props:t,emit:l,id:i,name:a,autocomplete:s,tabindex:d,modelValue:p,updateModelValue:h,inputRefs:f,inputDOMRefs:m,focused:u,otpValue:w,normalizedLength:g,sanitizeValue:B,normalizeOtpValue:S,syncOtpValue:_,modifiers:v,fieldIds:y,inputMode:E,resolvedAutocomplete:I,inputPattern:M,syncInputDOMRef:V,setInputRef:k,selectField:b,focusField:x,blurFields:q,updateCharAt:L,insertValue:C,inputHandler:H,fieldModels:R,getFieldModel:$,backspaceHandler:T,deleteKeyHandler:F,arrowLeftHandler:ee,arrowRightHandler:X,homeHandler:le,endHandler:D,keydownHandler:Q,pasteHandler:A,focusHandler:U,blurHandler:N,getFieldTabindex:Z,NmorphTextInput:Tt};return Object.defineProperty(oe,"__isScriptSetup",{enumerable:!1,value:!0}),oe}}),kk=["name","value","disabled"],Nk={class:"nmorph-otp-input__content"};function Bk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("input",{name:t.name,value:t.otpValue.join(""),type:"hidden",disabled:t.props.disabled},null,8,kk),e.createElementVNode("div",Nk,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.otpValue,(a,s)=>(e.openBlock(),e.createBlock(t.NmorphTextInput,{id:t.fieldIds[s],key:t.fieldIds[s],ref_for:!0,ref:d=>t.setInputRef(d,s),modelValue:t.getFieldModel(s).value,"onUpdate:modelValue":d=>t.getFieldModel(s).value=d,class:"nmorph-otp-input__field",thickness:t.props.thickness,disabled:t.props.disabled,autocomplete:t.resolvedAutocomplete,tabindex:t.getFieldTabindex(s),indentation:"0px","input-attrs":{name:void 0,maxlength:1,inputmode:t.inputMode,pattern:t.inputPattern,autocapitalize:t.props.autocapitalize,spellcheck:!1,autofocus:t.props.autofocus&&s===0,"aria-label":`OTP ${s+1}`},onKeydown:[o[0]||(o[0]=d=>t.keydownHandler(d)),e.withKeys(e.withModifiers(d=>t.deleteKeyHandler(d,s),["prevent"]),["delete"]),e.withKeys(e.withModifiers(d=>t.arrowLeftHandler(s),["prevent"]),["left"]),e.withKeys(e.withModifiers(d=>t.arrowRightHandler(s),["prevent"]),["right"]),e.withKeys(e.withModifiers(t.homeHandler,["prevent"]),["home"]),e.withKeys(e.withModifiers(t.endHandler,["prevent"]),["end"])],onPaste:e.withModifiers(d=>t.pasteHandler(d,s),["prevent"]),onFocus:d=>t.focusHandler(s),onBlur:t.blurHandler},null,8,["id","modelValue","onUpdate:modelValue","thickness","disabled","autocomplete","tabindex","input-attrs","onKeydown","onPaste","onFocus"]))),128))])],2)}const xk=W(_k,[["render",Bk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-otp-input/NmorphOTPInput.vue"]]),Vk=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:null,required:!1,default:""},multiple:{type:null,required:!1,default:void 0},nullable:{type:Boolean,required:!1,default:!1},loading:{type:Boolean,required:!1,default:!1},open:{type:Boolean,required:!1,default:!1},fill:{type:Boolean,required:!1,default:!1},optionsWidth:{type:String,required:!1,default:"truncate"},zIndex:{type:Number,required:!1,default:void 0},virtual:{type:Boolean,required:!1,default:!1},virtualItemHeight:{type:Number,required:!1,default:0},virtualMaxHeight:{type:[Number,String],required:!1,default:240},virtualOverscan:{type:Number,required:!1,default:5},virtualDynamicHeight:{type:Boolean,required:!1,default:!1},width:{type:[Number,String],required:!1,default:void 0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const{t}=Me.useI18n(),l=r,i=e.computed(()=>l.noElementPlaceholder?l.noElementPlaceholder:t("noElementPlaceholder")),a=n,{modelValue:s,updateModelValue:d}=Ne(l,ne=>a("update:model-value",ne),""),p=()=>l.nullable?null:"",h=e.computed(()=>l.multiple??Array.isArray(s.value)),f=ne=>h.value?Array.isArray(ne)?ne:ne?[ne]:[]:Array.isArray(ne)?ne[0]??p():ne??p(),m=e.ref(f(s.value)),u=e.ref(l.open),w=e.computed(()=>l.disabled||l.loading),g=e.computed(()=>l.optionsWidth==="auto"),B=e.ref(!0),{id:S,name:_,autocomplete:v,tabindex:y}=qe(l),E=ne=>{if(w.value)return;if(u.value=!1,!h.value){!l.valueRequired&&m.value===ne?m.value=p():m.value=ne,d(m.value);return}const ge=Array.isArray(m.value)?m.value:[],Se=ge.includes(ne),$e=ge.length===1&&Se;l.valueRequired&&$e||(Se?m.value=ge.filter(Ke=>Ke!==ne):m.value=[...ge,ne],d(m.value))},I=e.ref(!1),M=()=>{I.value=!0},V=()=>{I.value=!1},k=e.computed(()=>K({nmorph:[ke[l.thickness]],"nmorph-select":[w.value&&"disabled",s.value?"on":"off",l.loading&&"loading",u.value&&!w.value&&"open",l.fill&&"fill",g.value&&"options-auto-width",B.value?"selected-line-outset":"selected-line-inset",I.value&&"focus"]})),b=e.computed(()=>me({"--nmorph-private-select-width":l.width})),x=()=>{w.value||(u.value=!u.value)};e.watch(u,ne=>{ne&&(B.value=!1)},{immediate:!0});const q=()=>{u.value=!1};e.watch(()=>l.loading,ne=>{ne&&(u.value=!1)}),e.watch(s,ne=>{m.value=f(ne)},{deep:!0});const L=e.computed(()=>l.options.length>0?l.options:l.optionsMap),C=e.ref(null),H=e.ref([]),R=e.computed(()=>l.options),$=e.computed(()=>l.virtual&&R.value.length>0),T=e.computed(()=>l.virtualItemHeight||Go(l.thickness)),F=e.computed(()=>l.virtualOverscan),ee=e.computed(()=>l.virtualDynamicHeight),X=Mt(R,{enabled:$,itemHeight:T,overscan:F,dynamic:ee}),le=e.computed(()=>X.virtualItems.value),D=X.spacerStyle,Q=X.contentStyle,A=e.computed(()=>ze(l.virtualMaxHeight)),U=()=>{L.value.length>0||!C.value||(H.value=Array.from(C.value.querySelectorAll(".nmorph-select-option")).map(ne=>ne.getAttribute("value")).filter(ne=>!!ne))},N=e.computed(()=>L.value.length>0?L.value.map(ne=>ne.value):H.value),Z=e.computed(()=>$.value?Array.isArray(m.value)?m.value:m.value?[m.value]:[]:N.value),oe=e.ref(0),G=e.computed(()=>N.value[oe.value]||""),te=e.computed(()=>`${S.value}-listbox`),z=ne=>`${S.value}-option-${ne.replace(/\s+/g,"-")}`;e.watch(oe,ne=>{u.value&&$.value&&X.scrollToIndex(ne)}),e.watch(N,ne=>{oe.value>=ne.length&&(oe.value=Math.max(ne.length-1,0))},{immediate:!0}),e.watch(u,async ne=>{if(ne){if(await e.nextTick(),U(),!Array.isArray(m.value)&&m.value){const ge=N.value.indexOf(m.value);ge!==-1&&(oe.value=ge)}X.refresh(),$.value&&X.scrollToIndex(oe.value)}}),e.onMounted(async()=>{await e.nextTick(),U(),document.addEventListener("click",q)}),e.onUnmounted(()=>{document.removeEventListener("click",q)});const Y=e.computed(()=>Array.isArray(m.value)?i.value:m.value?L.value.find(ne=>ne.value===m.value)?.label:i.value),j=e.computed(()=>L.value.length>0?L.value.filter(ge=>Array.isArray(m.value)&&m.value.includes(ge.value)).map(ge=>({text:ge.label,value:ge.value})):Array.isArray(m.value)?m.value.map(ge=>({text:ge,value:ge})):m.value?[{text:m.value,value:m.value}]:[]);e.provide("select-selected-value",m),e.provide("select-change-selected-value",E),e.provide("select-thickness",e.toRef(l,"thickness"));const J=e.ref(null),se=e.computed(()=>g.value?`${J.value?.clientWidth||0}px`:void 0),ve={t,props:l,computedNoElementPlaceholder:i,emit:a,modelValue:s,updateModelValue:d,getEmptySingleValue:p,isMultiple:h,normalizeModelValue:f,initialValue:m,open:u,disabledInput:w,autoOptionsWidth:g,selectedLineOutset:B,id:S,name:_,autocomplete:v,tabindex:y,changeHandler:E,focus:I,focusHandler:M,blurHandler:V,modifiers:k,styles:b,clickHandler:x,closeHandler:q,optionsMap:L,optionsDOMRef:C,slotDomOptions:H,renderedOptions:R,virtualEnabled:$,virtualItemHeight:T,virtualOverscan:F,virtualDynamicHeight:ee,virtualList:X,virtualOptions:le,virtualSpacerStyle:D,virtualContentStyle:Q,virtualMaxHeight:A,refreshDomOptions:U,domOptions:N,nativeOptions:Z,currentIndex:oe,currentFocusedEl:G,listboxId:te,getOptionId:z,selectedValueTitle:Y,tags:j,nmorphSelectDOMRef:J,optionsMinWidth:se,spaceHandler:()=>{w.value||(u.value=!u.value)},arrowDownHandler:()=>{w.value||N.value.length!==0&&(u.value||(u.value=!0),oe.value=(oe.value+1)%N.value.length)},arrowUpHandler:()=>{w.value||N.value.length!==0&&(u.value||(u.value=!0),oe.value=(oe.value-1+N.value.length)%N.value.length)},enterHandler:()=>{u.value&&G.value&&E(G.value)},setVirtualOptionRef:(ne,ge)=>{X.measureElement(ge,Pt(ne))},escapeHandler:()=>{u.value=!1},homeHandler:()=>{oe.value=0},endHandler:()=>{oe.value=Math.max(N.value.length-1,0)},get NmorphTagItem(){return zo},get NmorphIcon(){return ie},get NmorphSelectOption(){return Xc},get NmorphDropdown(){return et},get NmorphIconLoaderDots(){return Oe},get NmorphIconChevronDown(){return Pe}};return Object.defineProperty(ve,"__isScriptSetup",{enumerable:!1,value:!0}),ve}}),vk={class:"nmorph-select__content"},Sk=["id","name","autocomplete","tabindex","disabled","aria-expanded","aria-controls","aria-activedescendant","onKeydown"],Ek=["value"],Ck={key:0,class:"nmorph-select__selected-value"},Ik={key:1,class:"nmorph-select__selected-value"},Mk={key:2,class:"nmorph-select__selected-value"},zk=["id"];function Hk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",vk,[e.createElementVNode("select",{id:t.id,name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,disabled:t.disabledInput,role:"combobox","aria-expanded":t.open,"aria-controls":t.listboxId,"aria-activedescendant":t.open&&t.currentFocusedEl?t.getOptionId(t.currentFocusedEl):void 0,onFocus:t.focusHandler,onBlur:t.blurHandler,onKeydown:[e.withKeys(e.withModifiers(t.spaceHandler,["prevent"]),["space"]),e.withKeys(e.withModifiers(t.arrowDownHandler,["prevent"]),["arrow-down"]),e.withKeys(e.withModifiers(t.arrowUpHandler,["prevent"]),["arrow-up"]),e.withKeys(e.withModifiers(t.enterHandler,["prevent"]),["enter"]),e.withKeys(e.withModifiers(t.escapeHandler,["prevent"]),["escape"]),e.withKeys(e.withModifiers(t.homeHandler,["prevent"]),["home"]),e.withKeys(e.withModifiers(t.endHandler,["prevent"]),["end"])]},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.nativeOptions,a=>(e.openBlock(),e.createElementBlock("option",{key:a,value:a},null,8,Ek))),128))],40,Sk),e.createElementVNode("div",{ref:"nmorphSelectDOMRef",class:"nmorph-select__selected-values-line","aria-hidden":"true",onClick:e.withModifiers(t.clickHandler,["stop"])},[Array.isArray(t.initialValue)?t.initialValue.length===0?(e.openBlock(),e.createElementBlock("div",Ik,e.toDisplayString(t.computedNoElementPlaceholder),1)):(e.openBlock(),e.createElementBlock("div",Mk,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.tags,a=>(e.openBlock(),e.createBlock(t.NmorphTagItem,{key:a.value,value:a.value,text:a.text,transparent:"",removable:t.tags.length>1||!t.props.valueRequired,thickness:"thin",onClose:t.changeHandler},null,8,["value","text","removable"]))),128))])):(e.openBlock(),e.createElementBlock("div",Ck,e.toDisplayString(t.selectedValueTitle),1)),e.createVNode(t.NmorphIcon,{class:"nmorph-select__chevron"},{default:e.withCtx(()=>[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIconLoaderDots,{key:0})):(e.openBlock(),e.createBlock(t.NmorphIconChevronDown,{key:1}))]),_:1})],512)]),t.nmorphSelectDOMRef&&!t.disabledInput?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,open:t.open&&!t.disabledInput,"relative-element":t.nmorphSelectDOMRef,"fill-width":!t.autoOptionsWidth,width:t.autoOptionsWidth?"max-content":void 0,"min-width":t.optionsMinWidth,"max-width":"calc(100vw - 16px)","z-index":t.props.zIndex,"aria-label":t.name,onOnOutsideClick:t.closeHandler,onOnEscapeKeydown:t.escapeHandler},{default:e.withCtx(()=>[e.createElementVNode("div",{id:t.listboxId,ref:"optionsDOMRef",class:"nmorph-select__options",role:"listbox"},[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-select__chevron",size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})):t.virtualEnabled?(e.openBlock(),e.createElementBlock("div",{key:1,ref:t.virtualList.containerRef,class:"nmorph-select__virtual-list",style:e.normalizeStyle({maxHeight:t.virtualMaxHeight}),onScroll:o[0]||(o[0]=(...a)=>t.virtualList.scrollHandler&&t.virtualList.scrollHandler(...a))},[e.createElementVNode("div",{class:"nmorph-select__virtual-spacer",style:e.normalizeStyle(t.virtualSpacerStyle)},[e.createElementVNode("div",{class:"nmorph-select__virtual-content",style:e.normalizeStyle(t.virtualContentStyle)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.virtualOptions,a=>(e.openBlock(),e.createBlock(t.NmorphSelectOption,{id:t.getOptionId(a.item.value),ref_for:!0,ref:s=>t.setVirtualOptionRef(s,a.index),key:a.index,value:a.item.value,label:a.item.label,disabled:a.item.disabled,"hover-background":a.item.hoverBackground,"hover-color":a.item.hoverColor,focused:a.item.value===t.currentFocusedEl,thickness:a.item.thickness||t.props.thickness},null,8,["id","value","label","disabled","hover-background","hover-color","focused","thickness"]))),128))],4)],4)],36)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.options,a=>(e.openBlock(),e.createBlock(t.NmorphSelectOption,{id:t.getOptionId(a.value),key:a.value,value:a.value,label:a.label,disabled:a.disabled,"hover-background":a.hoverBackground,"hover-color":a.hoverColor,focused:a.value===t.currentFocusedEl,thickness:a.thickness||t.props.thickness},null,8,["id","value","label","disabled","hover-background","hover-color","focused","thickness"]))),128)),e.renderSlot(r.$slots,"default")],64))],8,zk)]),_:3},8,["open","relative-element","fill-width","width","min-width","z-index","aria-label"])):e.createCommentVNode("v-if",!0)],6)}const qk=W(Vk,[["render",Hk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-select/NmorphSelect.vue"]]),Tk=e.defineComponent({__name:"NmorphSelectOption",props:{value:{type:String,required:!0},label:{type:String,required:!0,default:""},focused:{type:Boolean,required:!1,default:!1},hoverBackground:{type:String,required:!1,default:void 0},hoverColor:{type:String,required:!1,default:void 0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["change-value"],setup(r,{expose:o,emit:n}){o();const t=e.inject("select-selected-value"),l=e.inject("select-change-selected-value"),i=e.inject("select-thickness",void 0),a=r,s=n,d=()=>{a.disabled||(s("change-value",a.value),l&&l(a.value))},p=e.computed(()=>typeof t?.value=="string"?t.value===a.value:Array.isArray(t?.value)?t.value.some(w=>w===a.value):!1),h=e.computed(()=>a.thickness||i?.value||"basic"),f=e.computed(()=>K({nmorph:[ke[h.value]],"nmorph-select-option":[a.disabled&&"disabled",a.label&&"with-label",p.value&&"checked",a.focused&&"focused"]})),m=e.computed(()=>_e({"--nmorph-private-select-option-hover-background":a.hoverBackground,"--nmorph-private-select-option-hover-color":a.hoverColor})),u={selectSelectedValue:t,selectChangeSelectedValue:l,selectThickness:i,props:a,emit:s,clickHandler:d,checked:p,thickness:h,modifiers:f,styles:m,get NmorphIcon(){return ie},get NmorphIconSuccess(){return Bt}};return Object.defineProperty(u,"__isScriptSetup",{enumerable:!1,value:!0}),u}}),Lk=["value","aria-selected","aria-disabled"],Ak={class:"nmorph-select-option__content"};function Dk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),value:t.props.value,role:"option","aria-selected":t.checked,"aria-disabled":t.props.disabled,onClick:t.clickHandler},[e.createElementVNode("div",Ak,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1),e.renderSlot(r.$slots,"default")]),t.checked?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-select-option__checked"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconSuccess)]),_:1})):e.createCommentVNode("v-if",!0)],14,Lk)}const Xc=W(Tk,[["render",Dk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue"]]),Pk=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},fill:{type:Boolean,required:!1,default:!0},showTooltip:{type:Boolean,required:!1,default:!0},thumbWidth:{type:Number,required:!1,default:50},sliderHeight:{type:[Number,String],required:!1,default:void 0},valueFixedContainerHeight:{type:[Number,String],required:!1,default:void 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(r,{expose:o,emit:n}){o();const t=r,{id:l,name:i,tabindex:a}=qe(t),s=e.computed(()=>K({nmorph:[],"nmorph-slider":[t.disabled&&"disabled"]})),d=e.computed(()=>`${t.thumbWidth}px`),p=e.ref(t.showTooltip),h=n,{modelValue:f,updateModelValue:m}=Ne(t,$=>h("update:model-value",$),0),u=e.ref(f.value),w=e.ref(null);e.watch(u,()=>{m(u.value)}),e.watch(f,$=>{u.value=$});const g=e.ref(null),B=e.ref(24),S=()=>{B.value=g.value?.tooltipBody?.clientWidth||24};e.watch([u,p],()=>e.nextTick(S),{flush:"post"});const _=e.computed(()=>{v.value,y.value;const $=t.max-t.min,T=w.value?.clientWidth||0;if(!T||$<=0)return{thumb:"0px",tooltip:"0px"};const F=Math.max(0,Math.min(1,(u.value-t.min)/$)),ee=Math.min(t.thumbWidth,T),X=F*Math.max(0,T-ee),le=X+ee/2,D=Math.max(0,T-B.value),Q=Math.max(0,Math.min(D,le-B.value/2)),A=`${X}px`,U=`${Q}px`;return{thumb:A,tooltip:U}}),v=e.ref(0),y=e.ref(0),E=()=>{v.value=window.innerWidth,y.value=window.innerHeight,e.nextTick(S)};e.onMounted(()=>{typeof window<"u"&&(v.value=window.innerWidth,y.value=window.innerHeight,window.addEventListener("resize",E),e.nextTick(S))}),e.onUnmounted(()=>{typeof window<"u"&&(document.removeEventListener("pointermove",M),document.removeEventListener("pointerup",V),document.removeEventListener("pointercancel",V),window.removeEventListener("resize",E))});const I=$=>{C.value=!1;const T=w.value?.getBoundingClientRect();let F=0;if(T){const ee=$-T.left,X=T.width;F=Math.max(0,Math.min(1,ee/X)),u.value=t.min+F*(t.max-t.min)}u.value=Math.round(u.value/t.step)*t.step,u.value=Math.max(t.min,Math.min(t.max,u.value))},M=$=>{$.preventDefault(),I($.clientX)},V=()=>{document.removeEventListener("pointermove",M),document.removeEventListener("pointerup",V),document.removeEventListener("pointercancel",V),C.value=!0},k=$=>{t.disabled||$.pointerType==="mouse"&&$.button!==0||($.preventDefault(),I($.clientX),document.addEventListener("pointermove",M),document.addEventListener("pointerup",V),document.addEventListener("pointercancel",V))},b=e.ref(null),x=()=>{t.showTooltip&&(p.value=!0)},q=()=>{t.showTooltip&&(p.value=!1)},L=$=>{const T=$.target;u.value=Number(T.value)},C=e.ref(!0),H=e.computed(()=>({"--nmorph-private-slider-thumb-width":d.value,...me({"--nmorph-private-slider-height":t.sliderHeight,"--nmorph-private-slider-value-container-height":t.valueFixedContainerHeight})})),R={props:t,id:l,name:i,tabindex:a,modifiers:s,thumbWidthCss:d,tooltipVisible:p,emit:h,modelValue:f,updateModelValue:m,thumbValue:u,sliderContainer:w,tooltipRootRef:g,tooltipWidth:B,updateTooltipWidth:S,thumbXPercentPosition:_,windowWidth:v,windowHeight:y,resizeWindowHandler:E,updateThumbValue:I,pointerMove:M,pointerUp:V,pointerDownHandler:k,sliderFirst:b,handleMouseEnter:x,handleMouseLeave:q,nativeInputHandler:L,transitionEnabled:C,styles:H,get NmorphTooltip(){return qo}};return Object.defineProperty(R,"__isScriptSetup",{enumerable:!1,value:!0}),R}}),Ok={class:"nmorph-slider__content"},Fk={class:"nmorph-slider__input-wrapper"},Rk=["id","name","tabindex","value","min","max","step","disabled"];function jk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",Ok,[e.createElementVNode("div",Fk,[e.createElementVNode("div",{ref:"sliderContainer",class:"nmorph-slider__input-container",onPointerdown:t.pointerDownHandler},[t.tooltipVisible&&!t.props.disabled?(e.openBlock(),e.createBlock(t.NmorphTooltip,{key:0,ref:"tooltipRootRef",text:String(t.thumbValue),"force-show":"","force-coordinate":{x:t.thumbXPercentPosition.tooltip,y:"24px"},"block-position":""},null,8,["text","force-coordinate"])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{ref:"sliderFirst",class:e.normalizeClass(["nmorph-slider__thumb",{"nmorph-slider__thumb--smooth":t.transitionEnabled}]),style:e.normalizeStyle({left:t.thumbXPercentPosition.thumb}),onMouseenter:t.handleMouseEnter,onMouseleave:t.handleMouseLeave},null,38),e.createElementVNode("input",{id:t.id,name:t.name,tabindex:t.tabindex,class:"nmorph-slide__native-input",type:"range",value:t.thumbValue,min:t.props.min,max:t.props.max,step:t.props.step,disabled:t.props.disabled,onInput:t.nativeInputHandler},null,40,Rk)],544)])])],6)}const Wk=W(Pk,[["render",jk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-slider/NmorphSlider.vue"]]),$k=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},width:{type:[Number,String],required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},offset:{type:[Number,String],required:!1,default:void 0},thumbHeight:{type:[Number,String],required:!1,default:void 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(r,{expose:o,emit:n}){const t=r,{id:l,name:i,tabindex:a}=qe(t),s=n,{modelValue:d,updateModelValue:p}=Ne(t,v=>s("update:model-value",v),!1),h=e.ref(!1),f=()=>{h.value=!0},m=()=>{h.value=!1},u=e.computed(()=>K({"nmorph-switch":[t.disabled&&"disabled",w.value?"on":"off",t.loading&&"loading",h.value&&"focus"]})),w=e.ref(d.value===t.activeValue),g=()=>{if(t.disabled)return;w.value=!w.value;const v=w.value?t.activeValue:t.inactiveValue;p(v)},B=e.ref(null);o({inputDOMRef:B});const S=e.computed(()=>me({"--nmorph-private-switch-width":t.width,"--nmorph-private-switch-height":t.height,"--nmorph-private-switch-offset":t.offset,"--nmorph-private-switch-thumb-height":t.thumbHeight}));e.watch(d,v=>{w.value=v===t.activeValue});const _={props:t,id:l,name:i,tabindex:a,emit:s,modelValue:d,updateModelValue:p,focus:h,focusHandler:f,blurHandler:m,modifiers:u,initialValue:w,changeHandler:g,inputDOMRef:B,styles:S,get NmorphIcon(){return ie},get NmorphIconLoaderDots(){return Oe}};return Object.defineProperty(_,"__isScriptSetup",{enumerable:!1,value:!0}),_}}),Kk=["id","name","value","checked","disabled","tabindex"],Uk={class:"nmorph-switch-thumb"};function Gk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",{class:"nmorph-switch__content",onClick:t.changeHandler},[e.createElementVNode("input",{id:t.id,ref:"inputDOMRef",name:t.name,type:"checkbox",value:t.props.activeValue,checked:t.initialValue,disabled:t.props.disabled,tabindex:t.tabindex,class:"nmorph-native-input",onFocus:t.focusHandler,onBlur:t.blurHandler},null,40,Kk),e.createElementVNode("div",{class:e.normalizeClass(["nmorph-switch__bg-content",{"nmorph-switch__bg-content--enable":t.initialValue}])},[t.initialValue?e.renderSlot(r.$slots,"bg-on",{key:0}):e.renderSlot(r.$slots,"bg-off",{key:1})],2),e.createElementVNode("div",Uk,[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,width:"14px",height:"14px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoaderDots)]),_:1})):t.initialValue?e.renderSlot(r.$slots,"thumb-on",{key:1}):e.renderSlot(r.$slots,"thumb-off",{key:2})])])],6)}const Yk=W($k,[["render",Gk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-switch/NmorphSwitch.vue"]]),Zk=e.defineComponent({__name:"NmorphTextarea",props:{placeholder:{type:String,required:!1,default:""},modelValue:{type:String,required:!1,default:""},rows:{type:Number,required:!1,default:3},minRows:{type:Number,required:!1,default:2},maxRows:{type:Number,required:!1,default:void 0},resize:{type:String,required:!1,default:"vertical"},autoSize:{type:Boolean,required:!1,default:!1},indentation:{type:String,required:!1,default:"12px"},textareaAttrs:{type:Object,required:!1,default:()=>({})},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur","on-enter","keydown"],setup(r,{expose:o,emit:n}){const t=r,l=n,{id:i,name:a,autocomplete:s,tabindex:d}=qe(t),{modelValue:p,updateModelValue:h}=Ne(t,b=>l("update:model-value",b),""),{elementRef:f,focused:m,handleFocus:u,handleBlur:w,focus:g,blur:B,select:S}=Ht({onFocus:()=>l("focus"),onBlur:()=>l("blur")}),_=e.computed(()=>K({nmorph:[ke[t.thickness],m.value&&"focused"],"nmorph-textarea":[t.disabled&&"disabled",t.autoSize&&"auto-size"]})),v=b=>{const x=window.getComputedStyle(b);return parseFloat(x.paddingTop)+parseFloat(x.paddingBottom)},y=async()=>{if(!t.autoSize)return;await e.nextTick();const b=f.value;if(!b)return;b.style.height="auto";const x=window.getComputedStyle(b),q=parseFloat(x.lineHeight)||20,L=t.maxRows?t.maxRows*q+v(b):1/0,C=Math.min(b.scrollHeight,L);b.style.height=`${C}px`,b.style.overflowY=b.scrollHeight>L?"auto":"hidden"},E=b=>{const x=b.target;h(x.value),y()};e.watch(p,y),e.onMounted(y),o({textareaDOMRef:f,focus:g,blur:B,select:S,resizeToContent:y});const I=e.computed(()=>Math.max(t.minRows,1)),M=e.computed(()=>Math.max(t.rows,I.value)),V=e.computed(()=>({"--nmorph-private-textarea-resize":t.autoSize?"none":t.resize,"--nmorph-private-textarea-indentation":t.indentation})),k={props:t,emit:l,id:i,name:a,autocomplete:s,tabindex:d,modelValue:p,updateModelValue:h,textareaDOMRef:f,focused:m,handleFocus:u,handleBlur:w,focus:g,blur:B,select:S,modifiers:_,getVerticalPadding:v,resizeToContent:y,handleInput:E,minRows:I,rows:M,styles:V};return Object.defineProperty(k,"__isScriptSetup",{enumerable:!1,value:!0}),k}}),Xk=["id","name","autocomplete","tabindex","placeholder","disabled","value","rows"];function Qk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("textarea",e.mergeProps({id:t.id,ref:"textareaDOMRef",name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,class:"nmorph-native-input",placeholder:t.props.placeholder,disabled:t.props.disabled,value:t.modelValue,rows:t.rows},t.props.textareaAttrs,{onInput:t.handleInput,onFocus:o[0]||(o[0]=(...a)=>t.handleFocus&&t.handleFocus(...a)),onBlur:o[1]||(o[1]=(...a)=>t.handleBlur&&t.handleBlur(...a)),onKeydown:o[2]||(o[2]=a=>t.emit("keydown",a)),onKeyup:o[3]||(o[3]=e.withKeys(a=>t.emit("on-enter"),["enter"]))}),null,16,Xk)],6)}const Jk=W(Zk,[["render",Qk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-textarea/NmorphTextarea.vue"]]),e7=e.defineComponent({__name:"NmorphTimePicker",props:{modelValue:{type:[String,null],required:!1,default:null},placeholder:{type:String,required:!1,default:""},hourStep:{type:Number,required:!1,default:1},minuteStep:{type:Number,required:!1,default:5},secondStep:{type:Number,required:!1,default:1},showSeconds:{type:Boolean,required:!1,default:!1},minTime:{type:String,required:!1,default:""},maxTime:{type:String,required:!1,default:""},clearable:{type:Boolean,required:!1,default:!0},zIndex:{type:Number,required:!1,default:void 0},width:{type:[Number,String],required:!1,default:void 0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur"],setup(r,{expose:o,emit:n}){const t=r,l=n,{t:i}=Me.useI18n(),{id:a,name:s,autocomplete:d,tabindex:p}=qe(t),{modelValue:h,updateModelValue:f}=Ne(t,N=>l("update:model-value",N),null),m=e.ref(!1),{elementRef:u,focused:w,handleFocus:g,handleBlur:B}=Ht({onFocus:()=>l("focus"),onBlur:()=>l("blur")}),S=N=>String(N).padStart(2,"0"),_=N=>Math.max(1,Math.floor(Number.isFinite(N)?N:1)),v=N=>{if(!N)return null;const Z=N.match(/^(\d{1,2}):(\d{2})(?::(\d{2}))?$/);if(!Z)return null;const oe=Number(Z[1]),G=Number(Z[2]),te=Number(Z[3]||0);return oe>23||G>59||te>59?null:{hour:oe,minute:G,second:te}},y=N=>{const Z=`${S(N.hour)}:${S(N.minute)}`;return t.showSeconds?`${Z}:${S(N.second)}`:Z},E=N=>N.hour*3600+N.minute*60+N.second,I=e.computed(()=>v(t.minTime)),M=e.computed(()=>v(t.maxTime)),V=e.computed(()=>v(h.value)),k=e.ref(V.value||{hour:0,minute:0,second:0}),b=e.computed(()=>t.placeholder||i("pickATime"));e.watch(h,N=>{const Z=v(N);Z&&(k.value=Z)});const x=N=>{const Z=E(N);return!!(I.value&&Z<E(I.value)||M.value&&Z>E(M.value))},q=(N,Z,oe)=>{const G=_(oe),te=new Set;for(let z=0;z<=Z;z+=G)te.add(z);return te.add(k.value[N]),Array.from(te).filter(z=>z>=0&&z<=Z).sort((z,Y)=>z-Y).map(z=>{const Y={...k.value,[N]:z};return{label:S(z),value:z,disabled:x(Y)}})},L=e.computed(()=>q("hour",23,t.hourStep)),C=e.computed(()=>q("minute",59,t.minuteStep)),H=e.computed(()=>q("second",59,t.secondStep)),R=(N,Z)=>{const oe={...k.value,[N]:Z};x(oe)||(k.value=oe,f(y(oe)))},$=()=>{f(null),m.value=!1},T=()=>{m.value=!1},F=()=>{t.disabled||(m.value=!m.value)},ee=N=>{const Z=N.target,oe=v(Z.value);!oe||x(oe)||(k.value=oe,f(y(oe)))},X=e.computed(()=>h.value||b.value),le=e.computed(()=>t.showSeconds?_(t.secondStep):_(t.minuteStep)*60),D=e.computed(()=>t.clearable&&!!h.value&&!t.disabled),Q=e.computed(()=>K({nmorph:[ke[t.thickness]],"nmorph-time-picker":[t.disabled&&"disabled",m.value&&"open",w.value&&"focus",!h.value&&"placeholder"]})),A=e.computed(()=>me({"--nmorph-private-time-picker-width":t.width}));o({inputDOMRef:u});const U={props:t,emit:l,t:i,id:a,name:s,autocomplete:d,tabindex:p,modelValue:h,updateModelValue:f,open:m,inputDOMRef:u,focused:w,focusHandler:g,blurHandler:B,pad:S,normalizeStep:_,parseTime:v,formatTime:y,timeToSeconds:E,minTimeParts:I,maxTimeParts:M,modelTimeParts:V,pickerValue:k,placeholderText:b,isOutsideRange:x,getUnitOptions:q,hourOptions:L,minuteOptions:C,secondOptions:H,selectUnit:R,clearHandler:$,closeHandler:T,toggleOpen:F,nativeInputHandler:ee,displayValue:X,inputStep:le,showClearButton:D,modifiers:Q,styles:A,get NmorphButton(){return Be},get NmorphDropdown(){return et},get NmorphIcon(){return ie},get NmorphIconCircleClose(){return lo},get NmorphIconClock(){return io},get NmorphScroll(){return No}};return Object.defineProperty(U,"__isScriptSetup",{enumerable:!1,value:!0}),U}}),t7=["aria-expanded","aria-controls","tabindex","onKeydown"],o7=["id","name","autocomplete","step","value","disabled"],r7={class:"nmorph-time-picker__selected-value"},n7=["disabled","tabindex","aria-hidden"],a7=["id"],l7={class:"nmorph-time-picker__column",role:"listbox","aria-label":"Hours"},i7={class:"nmorph-time-picker__column",role:"listbox","aria-label":"Minutes"},c7={class:"nmorph-time-picker__column",role:"listbox","aria-label":"Seconds"};function s7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",{ref:"inputDOMRef",class:"nmorph-time-picker__input",role:"combobox","aria-expanded":t.open,"aria-controls":`${t.id}-dropdown`,tabindex:t.props.disabled?-1:t.tabindex,onClick:t.toggleOpen,onFocus:o[0]||(o[0]=(...a)=>t.focusHandler&&t.focusHandler(...a)),onBlur:o[1]||(o[1]=(...a)=>t.blurHandler&&t.blurHandler(...a)),onKeydown:[e.withKeys(e.withModifiers(t.toggleOpen,["prevent"]),["space"]),e.withKeys(e.withModifiers(t.toggleOpen,["prevent"]),["enter"]),e.withKeys(e.withModifiers(t.closeHandler,["prevent"]),["escape"])]},[e.createElementVNode("input",{id:t.id,class:"nmorph-time-picker__native",name:t.name,autocomplete:t.autocomplete,type:"time",step:t.inputStep,value:t.modelValue||"",disabled:t.props.disabled,onInput:t.nativeInputHandler},null,40,o7),e.createVNode(t.NmorphIcon,{class:"nmorph-time-picker__clock-icon"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconClock)]),_:1}),e.createElementVNode("div",r7,e.toDisplayString(t.displayValue),1),e.createElementVNode("button",{class:e.normalizeClass(["nmorph-time-picker__clear",{"nmorph-time-picker__clear--hidden":!t.showClearButton}]),type:"button",disabled:!t.showClearButton,tabindex:t.showClearButton?0:-1,"aria-hidden":!t.showClearButton,"aria-label":"Clear time",onClick:e.withModifiers(t.clearHandler,["stop"])},[e.createVNode(t.NmorphIcon,{width:"14px",height:"14px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCircleClose)]),_:1})],10,n7)],40,t7),t.inputDOMRef&&!t.props.disabled?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,open:t.open,"relative-element":t.inputDOMRef,width:t.props.showSeconds?300:208,"fill-width":!1,"z-index":t.props.zIndex,"aria-label":t.name,onOnOutsideClick:t.closeHandler,onOnEscapeKeydown:t.closeHandler},{default:e.withCtx(()=>[e.createElementVNode("div",{id:`${t.id}-dropdown`,class:e.normalizeClass(["nmorph-time-picker__panel",{"nmorph-time-picker__panel--with-seconds":t.props.showSeconds}])},[e.createElementVNode("div",l7,[e.createVNode(t.NmorphScroll,{height:"210px",gap:6,"scroll-x-prop":"hidden","css-scroll-behavior":"auto"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.hourOptions,a=>(e.openBlock(),e.createBlock(t.NmorphButton,{key:a.value,class:"nmorph-time-picker__option",design:"plain",text:a.label,thickness:t.props.thickness,active:a.value===t.pickerValue.hour,disabled:a.disabled,onClick:s=>t.selectUnit("hour",a.value)},null,8,["text","thickness","active","disabled","onClick"]))),128))]),_:1})]),o[3]||(o[3]=e.createElementVNode("div",{class:"nmorph-time-picker__separator"},":",-1)),e.createElementVNode("div",i7,[e.createVNode(t.NmorphScroll,{height:"210px",gap:6,"scroll-x-prop":"hidden","css-scroll-behavior":"auto"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.minuteOptions,a=>(e.openBlock(),e.createBlock(t.NmorphButton,{key:a.value,class:"nmorph-time-picker__option",design:"plain",text:a.label,thickness:t.props.thickness,active:a.value===t.pickerValue.minute,disabled:a.disabled,onClick:s=>t.selectUnit("minute",a.value)},null,8,["text","thickness","active","disabled","onClick"]))),128))]),_:1})]),t.props.showSeconds?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[o[2]||(o[2]=e.createElementVNode("div",{class:"nmorph-time-picker__separator"},":",-1)),e.createElementVNode("div",c7,[e.createVNode(t.NmorphScroll,{height:"210px",gap:6,"scroll-x-prop":"hidden","css-scroll-behavior":"auto"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.secondOptions,a=>(e.openBlock(),e.createBlock(t.NmorphButton,{key:a.value,class:"nmorph-time-picker__option",design:"plain",text:a.label,thickness:t.props.thickness,active:a.value===t.pickerValue.second,disabled:a.disabled,onClick:s=>t.selectUnit("second",a.value)},null,8,["text","thickness","active","disabled","onClick"]))),128))]),_:1})])],64)):e.createCommentVNode("v-if",!0)],10,a7)]),_:1},8,["open","relative-element","width","z-index","aria-label"])):e.createCommentVNode("v-if",!0)],6)}const d7=W(e7,[["render",s7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-time-picker/NmorphTimePicker.vue"]]),m7=e.defineComponent({__name:"NmorphRadio",props:{disabled:{type:Boolean,required:!1,default:!1},label:{type:String,required:!1,default:""},value:{type:String,required:!1,default:""},tabindex:{type:Number,required:!1,default:0},checked:{type:Boolean,required:!1,default:!1},design:{type:String,required:!1,default:"nmorph"},thickness:{type:null,required:!1}},setup(r,{expose:o}){const n=e.inject("radio-group-selected-value",void 0),t=e.inject("change-radio-button-value-handler",void 0),l=e.inject("radio-group-thickness",void 0),i=r,a=()=>{t&&!i.disabled&&t(i.value)},s=e.computed(()=>n?.value===i.value||i.checked),d=e.computed(()=>i.design||"nmorph"),p=e.computed(()=>i.thickness||l?.value||"basic"),h=e.computed(()=>d.value!=="plain"&&p.value==="extra-thin"?"basic":p.value),f=e.computed(()=>K({nmorph:[$t[h.value]],"nmorph-radio":[i.disabled&&"disabled",s.value&&"checked",d.value]})),m=e.ref(null);o({inputDOMRef:m});const u={groupSelectedValue:n,changeValue:t,groupThickness:l,props:i,changeHandler:a,checked:s,resolvedDesign:d,requestedThickness:p,thickness:h,modifiers:f,inputDOMRef:m};return Object.defineProperty(u,"__isScriptSetup",{enumerable:!1,value:!0}),u}}),p7={key:0,class:"nmorph-radio__content"},h7={class:"nmorph-radio__input-wrapper"},f7=["name","value","checked","tabindex"],u7={key:0,class:"nmorph-radio__fake-checked"},g7={key:0,class:"nmorph-radio__label"},w7={key:1,class:"nmorph-radio__content"},b7=["disabled","name","value","checked","tabindex"],y7={key:0,class:"nmorph-radio__fake"},_7={key:1,class:"nmorph-radio__fake"};function k7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(t.modifiers),onClick:e.withModifiers(t.changeHandler,["prevent"])},[t.props.design==="plain"?(e.openBlock(),e.createElementBlock("div",p7,[e.createElementVNode("div",h7,[e.createElementVNode("input",{ref:"inputDOMRef",type:"radio",name:t.props.label,value:t.props.value,checked:t.checked,tabindex:t.props.tabindex,class:"nmorph-native-input"},null,8,f7),o[0]||(o[0]=e.createElementVNode("div",{class:"nmorph-radio__fake"},null,-1)),t.checked?(e.openBlock(),e.createElementBlock("div",u7)):e.createCommentVNode("v-if",!0)]),t.props.label?(e.openBlock(),e.createElementBlock("span",g7,e.toDisplayString(t.props.label),1)):e.renderSlot(r.$slots,"label",{key:1})])):e.createCommentVNode("v-if",!0),t.props.design==="nmorph"?(e.openBlock(),e.createElementBlock("div",w7,[e.createElementVNode("input",{ref:"inputDOMRef",type:"radio",disabled:t.props.disabled,name:t.props.label,value:t.props.value,checked:t.checked,tabindex:t.props.tabindex,class:"nmorph-native-input"},null,8,b7),t.props.label?(e.openBlock(),e.createElementBlock("div",y7,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1)])):(e.openBlock(),e.createElementBlock("div",_7,[e.renderSlot(r.$slots,"label",{},()=>[e.renderSlot(r.$slots,"default")])]))])):e.createCommentVNode("v-if",!0)],2)}const Po=W(m7,[["render",k7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-radio/NmorphRadio.vue"]]),N7=e.defineComponent({__name:"NmorphRadioGroup",props:{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},modelValue:{type:String,required:!1,default:""},options:{type:Array,required:!1,default:()=>[]},direction:{type:null,required:!1,default:"row"},design:{type:String,required:!1,default:"nmorph"},thickness:{type:null,required:!1,default:"basic"}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,{modelValue:i,updateModelValue:a}=Ne(t,m=>l("update:model-value",m),""),s=e.ref(i.value);e.watch(i,m=>{s.value=m});const d=m=>{s.value=m,a(s.value)},p=e.computed(()=>K({"nmorph-radio-group":[t.design,t.direction]})),h=e.computed(()=>t.thickness);e.provide("radio-group-selected-value",s),e.provide("change-radio-button-value-handler",d),e.provide("radio-group-thickness",h);const f={props:t,emit:l,modelValue:i,updateModelValue:a,initialValue:s,changeHandler:d,modifiers:p,thickness:h,get NmorphRadio(){return Po}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}}),B7={class:"nmorph-radio-group__wrapper"},x7={class:"nmorph-radio-group__content"};function V7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",B7,[e.createElementVNode("div",x7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.options,a=>(e.openBlock(),e.createBlock(t.NmorphRadio,{key:a.value,label:a.label,value:a.value,disabled:a.disabled||t.props.disabled,design:a.design||t.props.design,tabindex:a.tabindex,thickness:a.thickness||t.thickness},null,8,["label","value","disabled","design","tabindex","thickness"]))),128)),e.renderSlot(r.$slots,"default")])])],2)}const Oo=W(N7,[["render",V7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue"]]),v7=e.defineComponent({__name:"NmorphSelectButton",props:{modelValue:{type:String,required:!1,default:""},options:{type:Array,required:!1,default:()=>[]},fill:{type:Boolean,required:!1,default:!1},customThickness:{type:[Number,String],required:!1,default:void 0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,{modelValue:i,updateModelValue:a}=Ne(t,m=>l("update:model-value",m),""),s=e.ref(i.value);e.watch(i,m=>{s.value=m});const d=e.computed(()=>K({nmorph:[ke[t.thickness]],"nmorph-select-button":[t.disabled&&"disabled",t.fill&&"fill",t.thickness]})),p=e.computed(()=>({...me({"--nmorph-private-control-height":t.customThickness})})),h=m=>{t.disabled||(s.value=m,a(m))};e.provide("select-button-selected-value",s),e.provide("select-button-change-handler",h);const f={props:t,emit:l,modelValue:i,updateModelValue:a,initialValue:s,modifiers:d,styles:p,changeHandler:h,get NmorphSelectButtonItem(){return Qc}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}});function S7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.options,a=>(e.openBlock(),e.createBlock(t.NmorphSelectButtonItem,{key:a.value,value:a.value,disabled:a.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(a.label),1)]),_:2},1032,["value","disabled"]))),128)),e.renderSlot(r.$slots,"default")],6)}const E7=W(v7,[["render",S7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-select-button/NmorphSelectButton.vue"]]),C7=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(r,{expose:o}){const n=e.inject("select-button-selected-value",void 0),t=e.inject("select-button-change-handler",void 0),l=r,i=e.ref(null);o({inputDOMRef:i});const a=e.computed(()=>n?.value===l.value),s=e.computed(()=>K({"nmorph-select-button-item":[a.value&&"checked",l.disabled&&"disabled"]})),p={selectedValue:n,changeHandler:t,props:l,inputDOMRef:i,checked:a,modifiers:s,clickHandler:()=>{l.disabled||t&&t(l.value)}};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),I7=["tabindex","onKeydown"],M7=["value","checked","disabled"],z7={class:"nmorph-select-button-item__content"};function H7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(t.modifiers),tabindex:t.props.tabindex,onClick:e.withModifiers(t.clickHandler,["prevent"]),onKeydown:[e.withKeys(e.withModifiers(t.clickHandler,["prevent"]),["space"]),e.withKeys(e.withModifiers(t.clickHandler,["prevent"]),["enter"])]},[e.createElementVNode("input",{ref:"inputDOMRef",type:"radio",value:t.props.value,checked:t.checked,disabled:t.props.disabled,tabindex:"-1",class:"nmorph-native-input"},null,8,M7),e.createElementVNode("span",z7,[e.renderSlot(r.$slots,"default")])],42,I7)}const Qc=W(C7,[["render",H7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue"]]),q7=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:null,required:!1,default:"nmorph"},zIndex:{type:Number,required:!1,default:10},teleportTo:{type:String,required:!1,default:"body"},teleportDisabled:{type:Boolean,required:!1,default:!1}},emits:["click"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-backtop":[u.value&&"show",t.design]})),a=e.computed(()=>({"--nmorph-private-backtop-right":`${t.right}px`,"--nmorph-private-backtop-bottom":`${t.bottom}px`,"--nmorph-private-backtop-z-index":t.zIndex})),s=_=>_===window,d=_=>s(_)?window.scrollY||document.documentElement.scrollTop||document.body.scrollTop||0:_.scrollTop,p=_=>{let v=_?.parentElement??null;for(;v;){const y=window.getComputedStyle(v),E=y.overflowY||y.overflow;if(["auto","scroll","overlay"].includes(E)&&v.scrollHeight>v.clientHeight)return v;v=v.parentElement}return window},h=e.ref(null),f=e.ref(null),m=e.ref(null),u=e.ref(!1),w=e.ref(!1),g=()=>{if(!h.value){u.value=!1;return}u.value=d(h.value)>t.visibilityHeight},B=()=>{l("click"),h.value&&h.value.scrollTo({top:0,left:0,behavior:"smooth"})};e.onMounted(()=>{h.value=p(f.value??m.value),h.value.addEventListener("scroll",g),g(),w.value=!0}),e.onUnmounted(()=>{h.value&&h.value.removeEventListener("scroll",g)});const S={props:t,emit:l,modifiers:i,styles:a,isWindow:s,getScrollTop:d,findScrollableAncestor:p,container:h,placeholderDOMEl:f,selfDOMEl:m,showButton:u,isMounted:w,updateVisibility:g,scrollToTopHandler:B,get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconChevronDown(){return Pe}};return Object.defineProperty(S,"__isScriptSetup",{enumerable:!1,value:!0}),S}}),T7={ref:"placeholderDOMEl"};function L7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",T7,[(e.openBlock(),e.createBlock(e.Teleport,{to:t.props.teleportTo,disabled:!t.isMounted||t.props.teleportDisabled},[e.createElementVNode("div",{ref:"selfDOMEl",class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",{onClick:e.withModifiers(t.scrollToTopHandler,["stop"])},[e.renderSlot(r.$slots,"default",{},()=>[e.createVNode(t.NmorphButton,{design:t.props.design,borderless:t.props.design==="plain"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-backtop__up-icon",color:t.props.design==="nmorph"?void 0:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1},8,["color"])]),_:1},8,["design","borderless"])])])],6)],8,["to","disabled"]))],512)}const A7=W(q7,[["render",L7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-backtop/NmorphBacktop.vue"]]),D7=e.defineComponent({__name:"NmorphBreadcrumb",props:{separator:{type:String,required:!1,default:"/"}},setup(r,{expose:o}){o();const n=r,t=e.ref([]),l=Ue();e.provide("breadcrumb-data",{breadcrumbs:t,breadcrumbId:l});const i=e.computed(()=>K({"nmorph-breadcrumb":[]})),a={props:n,breadcrumbs:t,breadcrumbId:l,modifiers:i};return Object.defineProperty(a,"__isScriptSetup",{enumerable:!1,value:!0}),a}}),P7=["id"],O7={key:0,class:"nmorph-breadcrumb__separator"};function F7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.renderSlot(r.$slots,"default"),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.breadcrumbs,(a,s)=>(e.openBlock(),e.createElementBlock("div",{key:s,class:"nmorph-breadcrumb__content"},[e.createElementVNode("div",{id:`nmorph-breadcrumb-${t.breadcrumbId}-${a.itemId}-element`,class:"nmorph-breadcrumb__element"},null,8,P7),s<t.breadcrumbs.length-1?(e.openBlock(),e.createElementBlock("div",O7,e.toDisplayString(t.props.separator),1)):e.createCommentVNode("v-if",!0)]))),128))],2)}const R7=W(D7,[["render",F7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue"]]),j7=e.defineComponent({__name:"NmorphBreadcrumbItem",props:{to:{type:[String,Object],required:!1,default:""},replace:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-breadcrumb-item":[]})),l=e.inject("breadcrumb-data"),i=e.ref(!1),a=Ue();e.onMounted(()=>{i.value=!0}),l.breadcrumbs.value.push({...n,itemId:a});const s={props:n,modifiers:t,breadcrumbData:l,isMounted:i,itemId:a};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}});function W7(r,o,n,t,l,i){const a=e.resolveComponent("router-link");return t.isMounted&&t.itemId?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(),e.createBlock(e.Teleport,{to:`#nmorph-breadcrumb-${t.breadcrumbData?.breadcrumbId}-${t.itemId}-element`},[e.createVNode(a,{to:n.to,replace:n.replace,class:"fill-height"},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default")]),_:3},8,["to","replace"])],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}const $7=W(j7,[["render",W7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue"]]),K7=e.defineComponent({inheritAttrs:!1,__name:"NmorphDropdown",props:{open:{type:Boolean,required:!0},relativeElement:{type:null,required:!0},placement:{type:null,required:!1,default:"bottom"},width:{type:[Number,String],required:!1,default:160},minWidth:{type:[Number,String],required:!1,default:void 0},maxWidth:{type:[Number,String],required:!1,default:void 0},xOffset:{type:Number,required:!1,default:0},yOffset:{type:Number,required:!1,default:0},fillWidth:{type:Boolean,required:!1,default:!0},zIndex:{type:Number,required:!1,default:void 0},closeOnEscape:{type:Boolean,required:!1,default:!0},trapFocus:{type:Boolean,required:!1,default:!1},restoreFocus:{type:Boolean,required:!1,default:!0},role:{type:String,required:!1,default:"listbox"},ariaLabel:{type:String,required:!1,default:""},contentClass:{type:String,required:!1,default:""},hideShadow:{type:Boolean,required:!1,default:!1},design:{type:null,required:!1,default:"nmorph"}},emits:["on-outside-click","on-escape-keydown"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.ref(null),{placementCoords:a,placementReady:s,adjustPlacement:d}=Kc({initialPlacement:e.toRef(t,"placement"),contentDOMElement:i,relativeElement:e.toRef(t,"relativeElement"),yOffset:e.toRef(t,"yOffset"),xOffset:e.toRef(t,"xOffset"),enabled:e.toRef(t,"open")}),p=e.computed(()=>K({"nmorph-dropdown":[!t.open&&"closed",t.hideShadow&&"hide-shadow",t.design]})),h=e.computed(()=>t.fillWidth&&t.relativeElement?`${t.relativeElement.clientWidth}px`:ze(t.width)),f=e.computed(()=>({"--nmorph-private-dropdown-width":h.value,...me({"--nmorph-private-dropdown-min-width":t.minWidth===void 0?"auto":t.minWidth,"--nmorph-private-dropdown-max-width":t.maxWidth===void 0?"none":t.maxWidth}),left:a.value.x,top:a.value.y,visibility:t.open&&s.value?"visible":"hidden"})),m=Ee(e.computed(()=>[p.value,t.contentClass]),f);e.watch(()=>t.open,B=>{B&&d()},{flush:"post"});const g={props:t,emit:l,dropdownDOMRef:i,placementCoords:a,placementReady:s,adjustPlacement:d,modifiers:p,width:h,dropdownStyle:f,rootAttrs:m,outsideClickHandler:()=>{l("on-outside-click")},escapeHandler:()=>{l("on-escape-keydown")},get NmorphOverlay(){return tt}};return Object.defineProperty(g,"__isScriptSetup",{enumerable:!1,value:!0}),g}}),U7=["role","aria-label"];function G7(r,o,n,t,l,i){return e.openBlock(),e.createBlock(t.NmorphOverlay,{show:t.props.open,transparent:"","z-index":t.props.zIndex,"close-on-escape":t.props.closeOnEscape,"trap-focus":t.props.trapFocus,"restore-focus":t.props.restoreFocus,onOnOutsideClick:t.outsideClickHandler,onOnEscapeKeydown:t.escapeHandler},{default:e.withCtx(()=>[t.props.open?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,ref:"dropdownDOMRef"},t.rootAttrs,{role:t.props.role||void 0,"aria-label":t.props.ariaLabel||void 0}),[e.renderSlot(r.$slots,"default")],16,U7)):e.createCommentVNode("v-if",!0)]),_:3},8,["show","z-index","close-on-escape","trap-focus","restore-focus"])}const et=W(K7,[["render",G7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue"]]),Jc=600,Fo=8,Y7=e.defineComponent({__name:"NmorphContextMenu",props:{modelValue:{type:[Boolean,null],required:!1,default:null},options:{type:Array,required:!1,default:()=>[]},trigger:{type:String,required:!1,default:"contextmenu"},placement:{type:null,required:!1,default:"bottom-start"},width:{type:[Number,String],required:!1,default:"max-content"},minWidth:{type:[Number,String],required:!1,default:void 0},maxWidth:{type:[Number,String],required:!1,default:void 0},xOffset:{type:Number,required:!1,default:0},yOffset:{type:Number,required:!1,default:0},fillWidth:{type:Boolean,required:!1,default:!1},zIndex:{type:Number,required:!1,default:void 0},closeOnEscape:{type:Boolean,required:!1,default:!0},trapFocus:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1},closeOnScroll:{type:Boolean,required:!1,default:!0},role:{type:String,required:!1,default:"menu"},ariaLabel:{type:String,required:!1,default:""},hideShadow:{type:Boolean,required:!1,default:!1},mobileMode:{type:String,required:!1,default:"dropdown"}},emits:["update:model-value","open","close","select","on-outside-click","on-escape-keydown"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.ref(null),a=e.ref(null),s=e.ref("point"),d=e.ref(!!t.modelValue),p=e.ref(null),h=e.ref(null),f=e.ref(null),m=e.ref(!1),u=e.ref(null),w=e.computed(()=>typeof t.modelValue=="boolean"?t.modelValue:d.value),g=e.computed(()=>t.options.length>0),B=e.computed(()=>t.trigger==="longpress"),S=e.computed(()=>t.trigger==="contextmenu"||t.trigger==="both"),_=e.computed(()=>t.options.map((N,Z)=>typeof N=="string"||typeof N=="number"?{key:`${N}-${Z}`,type:"item",label:N,value:N,disabled:!1,closeOnClick:!0,raw:N}:{key:`${String(N.value??N.label??Z)}-${Z}`,type:N.type??"item",label:N.label,value:N.value??N.label??Z,icon:N.icon?e.markRaw(e.toRaw(N.icon)):void 0,iconProps:N.iconProps,shortcut:N.shortcut,description:N.description,component:N.component?e.markRaw(e.toRaw(N.component)):void 0,componentProps:N.componentProps,disabled:!!N.disabled,color:N.color,closeOnClick:N.closeOnClick??!0,raw:N})),v=e.computed(()=>["nmorph-context-menu__dropdown",t.mobileMode==="bottom-sheet"&&"nmorph-context-menu__dropdown--bottom-sheet"].filter(Boolean).join(" "));e.watch(()=>t.modelValue,N=>{typeof N=="boolean"&&(d.value=N)});const y=(N,Z)=>({clientWidth:0,getBoundingClientRect:()=>({x:N,y:Z,width:0,height:0,top:Z,left:N,right:N,bottom:Z,toJSON:()=>({})})}),E=N=>{const Z=w.value;d.value=N,l("update:model-value",N),Z&&!N&&l("close")},I=()=>{E(!1)},M=(N,Z,oe)=>{t.disabled||(s.value="point",a.value=y(N,Z),E(!0),l("open",oe))},V=(N,Z)=>{t.disabled||(s.value="element",a.value=N,E(!0),l("open",Z))},k=N=>{if(!t.disabled){if(t.trigger==="longpress"){N.preventDefault();return}S.value&&(N.preventDefault(),M(N.clientX,N.clientY,N))}},b=N=>{const Z=i.value;if(!Z)return!1;if(N.target instanceof Node&&Z.contains(N.target))return!0;const oe=Z.getBoundingClientRect();return N.clientX>=oe.left&&N.clientX<=oe.right&&N.clientY>=oe.top&&N.clientY<=oe.bottom},x=N=>{!w.value||t.disabled||!S.value||b(N)&&(N.preventDefault(),N.stopPropagation(),M(N.clientX,N.clientY,N))},q=N=>{if(m.value){F(),N.preventDefault();return}if(t.disabled||t.trigger!=="click"&&t.trigger!=="both"||N.button!==0)return;const Z=N.currentTarget instanceof HTMLElement?N.currentTarget:i.value;Z&&V(Z,N)},L=N=>{if(t.disabled||t.trigger==="manual"||N.key!=="ContextMenu"&&!(N.shiftKey&&N.key==="F10"))return;const Z=N.target instanceof HTMLElement?N.target:i.value;Z&&(N.preventDefault(),V(Z,N))},C=()=>{l("on-outside-click"),I()},H=()=>{l("on-escape-keydown"),I()},R=(N,Z)=>{N.disabled||(l("select",N.raw,Z),N.closeOnClick&&I())},$=(N,Z,oe)=>{N.key!=="Enter"&&N.key!==" "||(N.preventDefault(),R(Z,oe))},T=()=>{p.value&&clearTimeout(p.value),p.value=null,h.value=null,f.value=null},F=()=>{u.value&&clearTimeout(u.value),m.value=!1,u.value=null},ee=()=>{F(),m.value=!0,u.value=setTimeout(F,700)},X=N=>{t.disabled||!B.value||N.pointerType!=="touch"&&N.pointerType!=="pen"||(T(),h.value=N.pointerId,f.value={x:N.clientX,y:N.clientY},p.value=setTimeout(()=>{ee(),T(),M(N.clientX,N.clientY,N)},Jc))},le=N=>{if(!p.value||h.value!==N.pointerId||!f.value)return;const Z=Math.abs(N.clientX-f.value.x),oe=Math.abs(N.clientY-f.value.y);(Z>Fo||oe>Fo)&&T()},D=N=>{h.value===N.pointerId&&T()},Q=N=>({"--nmorph-private-context-menu-item-color":N.color}),A=()=>{t.closeOnScroll&&s.value==="point"&&I()};e.watch(w,N=>{typeof window>"u"||(N?(window.addEventListener("scroll",A,{passive:!0,capture:!0}),document.addEventListener("contextmenu",x,!0)):(window.removeEventListener("scroll",A,!0),document.removeEventListener("contextmenu",x,!0)))},{immediate:!0}),e.onBeforeUnmount(()=>{typeof window<"u"&&window.removeEventListener("scroll",A,!0),typeof document<"u"&&document.removeEventListener("contextmenu",x,!0),T(),F()}),o({close:I,openAt:M,openAtElement:V});const U={LONG_PRESS_DELAY_IN_MS:Jc,LONG_PRESS_MOVE_TOLERANCE_IN_PX:Fo,props:t,emit:l,triggerDOMRef:i,relativeElement:a,anchorType:s,openState:d,longPressTimer:p,longPressPointerId:h,longPressStartPoint:f,suppressNextClick:m,suppressNextClickTimer:u,isOpen:w,hasOptions:g,isLongPressTrigger:B,isContextMenuTrigger:S,normalizedOptions:_,dropdownContentClass:v,createPointElement:y,setOpen:E,close:I,openAt:M,openAtElement:V,contextMenuHandler:k,isEventInsideTrigger:b,documentContextMenuHandler:x,clickHandler:q,keydownHandler:L,outsideClickHandler:C,escapeHandler:H,optionClickHandler:R,optionKeydownHandler:$,clearLongPressTimer:T,clearClickSuppression:F,suppressNextClickTemporarily:ee,pointerDownHandler:X,pointerMoveHandler:le,pointerEndHandler:D,getOptionStyle:Q,scrollHandler:A,NmorphDropdown:et,get NmorphIcon(){return ie}};return Object.defineProperty(U,"__isScriptSetup",{enumerable:!1,value:!0}),U}}),Z7={key:0,class:"nmorph-context-menu__options"},X7=["disabled","onClick"],Q7={class:"nmorph-context-menu__item-copy"},J7={class:"nmorph-context-menu__item-label"},eN={key:0,class:"nmorph-context-menu__item-description"},tN={key:1,class:"nmorph-context-menu__item-shortcut"},oN=["tabindex","aria-disabled","onClick","onKeydown"],rN={key:2,class:"nmorph-context-menu__divider",role:"separator"},nN={key:3,class:"nmorph-context-menu__section",role:"presentation"};function aN(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{ref:"triggerDOMRef",class:"nmorph-context-menu",onClick:t.clickHandler,onContextmenu:t.contextMenuHandler,onKeydown:t.keydownHandler,onPointerdown:t.pointerDownHandler,onPointermove:t.pointerMoveHandler,onPointerup:t.pointerEndHandler,onPointercancel:t.pointerEndHandler,onPointerleave:t.pointerEndHandler},[e.renderSlot(r.$slots,"default"),t.relativeElement?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,open:t.isOpen,"relative-element":t.relativeElement,placement:t.props.placement,width:t.props.width,"min-width":t.props.minWidth,"max-width":t.props.maxWidth,"x-offset":t.props.xOffset,"y-offset":t.props.yOffset,"fill-width":t.props.fillWidth,"z-index":t.props.zIndex,"close-on-escape":t.props.closeOnEscape,"trap-focus":t.props.trapFocus,role:t.props.role,"aria-label":t.props.ariaLabel,"hide-shadow":t.props.hideShadow,"content-class":t.dropdownContentClass,onOnOutsideClick:t.outsideClickHandler,onOnEscapeKeydown:t.escapeHandler},{default:e.withCtx(()=>[t.hasOptions?(e.openBlock(),e.createElementBlock("div",Z7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.normalizedOptions,(a,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:a.key},[a.type==="item"&&!a.component?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:"nmorph-context-menu__item",role:"menuitem",disabled:a.disabled,style:e.normalizeStyle(t.getOptionStyle(a)),onClick:d=>t.optionClickHandler(a,s)},[e.renderSlot(r.$slots,"item",{option:a,active:!1,disabled:a.disabled},()=>[a.icon?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-context-menu__item-icon"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(a.icon),e.mergeProps({ref_for:!0},a.iconProps),null,16))]),_:2},1024)):e.createCommentVNode("v-if",!0),e.createElementVNode("span",Q7,[e.createElementVNode("span",J7,e.toDisplayString(a.label),1),a.description?(e.openBlock(),e.createElementBlock("span",eN,e.toDisplayString(a.description),1)):e.createCommentVNode("v-if",!0)]),a.shortcut?(e.openBlock(),e.createElementBlock("span",tN,e.toDisplayString(a.shortcut),1)):e.createCommentVNode("v-if",!0)])],12,X7)):a.type==="item"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["nmorph-context-menu__item",{"nmorph-context-menu__item--disabled":a.disabled}]),role:"menuitem",tabindex:a.disabled?-1:0,"aria-disabled":a.disabled,style:e.normalizeStyle(t.getOptionStyle(a)),onClick:d=>t.optionClickHandler(a,s),onKeydown:d=>t.optionKeydownHandler(d,a,s)},[e.renderSlot(r.$slots,"item",{option:a,active:!1,disabled:a.disabled},()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(a.component),e.mergeProps({ref_for:!0},a.componentProps),null,16))])],46,oN)):a.type==="divider"?(e.openBlock(),e.createElementBlock("div",rN)):(e.openBlock(),e.createElementBlock("div",nN,e.toDisplayString(a.label),1))],64))),128))])):e.renderSlot(r.$slots,"menu",{key:1,close:t.close})]),_:3},8,["open","relative-element","placement","width","min-width","max-width","x-offset","y-offset","fill-width","z-index","close-on-escape","trap-focus","role","aria-label","hide-shadow","content-class"])):e.createCommentVNode("v-if",!0)],544)}const lN=W(Y7,[["render",aN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue"]]),es=28,ts=320,Ro=6,os=42,rs=1.2,ns=350,iN=e.defineComponent({__name:"NmorphStepper",props:{modelValue:{type:Number,required:!1,default:0},count:{type:Number,required:!1,default:0},disabled:{type:Boolean,required:!1,default:!1},loop:{type:Boolean,required:!1,default:!1},wheel:{type:Boolean,required:!1,default:!0},swipe:{type:Boolean,required:!1,default:!0},ariaLabel:{type:String,required:!1,default:"Stepper"}},emits:["update:model-value","change"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.ref(!1),a=e.ref(null),s=e.ref(!1),d=e.ref(null),p=e.ref(null),h=e.ref(!1),f=A=>Number.isFinite(A)?Math.trunc(A??0):0,m=e.computed(()=>Math.max(0,f(t.count))),u=A=>{const U=m.value,N=f(A);return U<=0?0:t.loop?(N%U+U)%U:Math.min(Math.max(N,0),U-1)},w=e.computed(()=>u(t.modelValue)),g=e.computed(()=>!t.disabled&&m.value>1),B=e.computed(()=>g.value?0:void 0),S=e.computed(()=>({transform:`translateX(-${w.value*100}%)`})),_=e.computed(()=>K({"nmorph-stepper":[t.disabled&&"disabled",g.value&&"interactive"]})),v=(A,U)=>A<U?"previous":"next",y=(A,U,N)=>{const Z={index:A,previousIndex:U,direction:N};l("update:model-value",A),l("change",Z)},E=A=>{if(t.disabled)return;const U=w.value,N=u(A);N!==U&&y(N,U,v(N,U))},I=A=>{if(!g.value)return;const U=A==="next"?1:-1;E(w.value+U)},M=()=>I("next"),V=()=>I("previous"),k=()=>{a.value&&clearTimeout(a.value),a.value=null,i.value=!1},b=()=>{k(),i.value=!0,a.value=setTimeout(k,ts)},x=A=>{const U=Math.abs(A.deltaX),N=Math.abs(A.deltaY);return U===0&&N===0?0:U>=N?A.deltaX:A.deltaY},q=A=>{if(!g.value||!t.wheel)return;const U=x(A);Math.abs(U)<es||(A.preventDefault(),!i.value&&(U>0?M():V(),b()))},L=A=>{g.value&&(A.key==="ArrowRight"&&(A.preventDefault(),M()),A.key==="ArrowLeft"&&(A.preventDefault(),V()))},C=()=>{d.value&&clearTimeout(d.value),d.value=null,s.value=!1},H=()=>{C(),s.value=!0,d.value=setTimeout(C,ns)},R=A=>p.value?{x:A.clientX-p.value.x,y:A.clientY-p.value.y}:null,$=(A,U)=>Math.abs(A.x)>=U&&Math.abs(A.x)>Math.abs(A.y)*rs,T=A=>{!g.value||!t.swipe||A.pointerType==="mouse"&&A.button!==0||(A.currentTarget?.setPointerCapture?.(A.pointerId),p.value={x:A.clientX,y:A.clientY,pointerId:A.pointerId??null},h.value=!1)},F=A=>{if(!p.value||p.value.pointerId!==null&&A.pointerId!==p.value.pointerId)return;const U=R(A);!U||!$(U,Ro)||(h.value=!0,A.preventDefault())},ee=()=>{p.value=null,h.value=!1},X=A=>{if(!p.value||p.value.pointerId!==null&&A.pointerId!==p.value.pointerId)return;const U=R(A),N=!!(U&&$(U,Ro));A.currentTarget?.releasePointerCapture?.(A.pointerId),(N||h.value)&&H(),U&&$(U,os)&&(U.x>0?V():M()),ee()},le=A=>{s.value&&(A.preventDefault(),A.stopPropagation(),C())},D=e.computed(()=>({index:w.value,count:m.value,goTo:E,next:M,previous:V}));e.watch(()=>[t.modelValue,m.value,t.loop],([A])=>{const U=u(A);U!==A&&y(U,f(A),v(U,f(A)))},{immediate:!0}),e.onBeforeUnmount(()=>{k(),C()}),o({goTo:E,next:M,previous:V});const Q={WHEEL_THRESHOLD:es,WHEEL_LOCK_IN_MS:ts,DRAG_CLICK_THRESHOLD:Ro,SWIPE_THRESHOLD:os,SWIPE_AXIS_RATIO:rs,CLICK_SUPPRESSION_IN_MS:ns,props:t,emit:l,wheelLocked:i,wheelUnlockTimer:a,suppressClick:s,suppressClickTimer:d,pointerStart:p,pointerDragging:h,toFiniteInteger:f,normalizedCount:m,normalizeIndex:u,currentIndex:w,isInteractive:g,tabIndex:B,trackStyle:S,modifiers:_,getDirection:v,emitStepChange:y,goTo:E,move:I,next:M,previous:V,clearWheelLock:k,lockWheel:b,getWheelDelta:x,handleWheel:q,handleKeydown:L,clearClickSuppression:C,suppressNextClick:H,getPointerDiff:R,isHorizontalDrag:$,handlePointerDown:T,handlePointerMove:F,clearPointer:ee,handlePointerEnd:X,handleClickCapture:le,indicatorSlotProps:D};return Object.defineProperty(Q,"__isScriptSetup",{enumerable:!1,value:!0}),Q}}),cN=["aria-label","aria-disabled","tabindex"],sN={class:"nmorph-stepper__viewport","aria-live":"polite","aria-atomic":"true"};function dN(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),role:"group","aria-roledescription":"stepper","aria-label":t.props.ariaLabel,"aria-disabled":t.props.disabled||void 0,tabindex:t.tabIndex,onWheel:t.handleWheel,onKeydown:t.handleKeydown,onPointerdown:t.handlePointerDown,onPointermove:t.handlePointerMove,onPointerup:t.handlePointerEnd,onPointercancel:t.clearPointer,onPointerleave:t.clearPointer,onClickCapture:t.handleClickCapture},[e.createElementVNode("div",sN,[e.createElementVNode("div",{class:"nmorph-stepper__track",style:e.normalizeStyle(t.trackStyle)},[e.renderSlot(r.$slots,"default")],4)]),r.$slots.indicator?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-stepper__indicator",onPointerdown:o[0]||(o[0]=e.withModifiers(()=>{},["stop"])),onPointermove:o[1]||(o[1]=e.withModifiers(()=>{},["stop"])),onPointerup:o[2]||(o[2]=e.withModifiers(()=>{},["stop"])),onPointercancel:o[3]||(o[3]=e.withModifiers(()=>{},["stop"])),onPointerleave:o[4]||(o[4]=e.withModifiers(()=>{},["stop"])),onWheel:o[5]||(o[5]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(r.$slots,"indicator",e.normalizeProps(e.guardReactiveProps(t.indicatorSlotProps)))],32)):e.createCommentVNode("v-if",!0)],42,cN)}const mN=W(iN,[["render",dN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-stepper/NmorphStepper.vue"]]),pN=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(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-tabs":[t.stretch&&"stretch"]})),a=m=>{if(m.disabled)return;const{name:u}=m;l("update:model-value",u),l("tab-change",u)},s=e.ref([]),d=Ue();e.provide("nmorph-tabs-data",{tabsData:s,tabsIdentifier:d});const p=e.computed(()=>t.panes.length>0?t.panes:s.value),h=e.useSlots(),f={props:t,emit:l,modifiers:i,changeTab:a,tabsData:s,tabsIdentifier:d,updatedPanes:p,slots:h,get getTabLabelId(){return jo},get getTabContentId(){return Wo}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}}),hN={class:"nmorph-tabs__label-list"},fN=["id","custom","onClick"],uN={key:0},gN={class:"nmorph-tabs__content__wrapper"},wN={class:"nmorph-tabs__content"},bN=["id"],yN={key:0};function _N(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.renderSlot(r.$slots,"default"),e.createElementVNode("div",hN,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.updatedPanes,a=>(e.openBlock(),e.createElementBlock("div",{id:t.getTabLabelId(t.tabsIdentifier,a.name),key:a.name,class:e.normalizeClass(["nmorph-tabs__label",[{"nmorph-tabs__label--selected":a.name===t.props.modelValue},{"nmorph-tabs__label--disabled":a.disabled}]]),custom:a.disabled,onClick:s=>t.changeTab(a)},[t.slots.default?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",uN,e.toDisplayString(a.label),1))],10,fN))),128))]),e.createElementVNode("div",gN,[e.createElementVNode("div",wN,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.updatedPanes,a=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:t.getTabContentId(t.tabsIdentifier,a.name),key:a.name},[t.slots.default?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",yN,e.toDisplayString(a.content),1))],8,bN)),[[e.vShow,a.name===t.props.modelValue]])),128))])])],2)}const kN=W(pN,[["render",_N],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-tabs/NmorphTabs.vue"]]),jo=(r,o)=>{if(r)return`nmorph-tabs-label-${r}-${o}`},Wo=(r,o)=>{if(r)return`nmorph-tabs-content-${r}-${o}`},NN=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(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-tab-pane":[]})),l=e.inject("nmorph-tabs-data"),i=e.ref(!1);e.onMounted(()=>{i.value=!0}),l.tabsData.value.push(n);const s={props:n,modifiers:t,providedData:l,isMounted:i,scopeProperties:n,get getTabContentId(){return Wo},get getTabLabelId(){return jo}};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}});function BN(r,o,n,t,l,i){return t.isMounted?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(),e.createBlock(e.Teleport,{to:`#${t.getTabLabelId(t.providedData?.tabsIdentifier,t.props.name)}`},[e.renderSlot(r.$slots,"label",{scope:t.scopeProperties})],8,["to"])),(e.openBlock(),e.createBlock(e.Teleport,{to:`#${t.getTabContentId(t.providedData?.tabsIdentifier,t.props.name)}`},[e.renderSlot(r.$slots,"default",{scope:t.scopeProperties})],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}const xN=W(NN,[["render",BN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue"]]),VN=e.defineComponent({__name:"NmorphDivider",props:{direction:{type:String,required:!1,default:"horizontal"},design:{type:null,required:!1,default:"nmorph"}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-divider":[n.direction,n.design]})),l={props:n,modifiers:t};return Object.defineProperty(l,"__isScriptSetup",{enumerable:!1,value:!0}),l}});function vN(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},null,2)}const as=W(VN,[["render",vN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/others/nmorph-divider/NmorphDivider.vue"]]),SN=e.defineComponent({inheritAttrs:!1,__name:"NmorphOverlay",props:{show:{type:Boolean,required:!0},transparent:{type:Boolean,required:!1,default:!1},zIndex:{type:Number,required:!1,default:void 0},teleportTo:{type:null,required:!1,default:"body"},disabledTeleport:{type:Boolean,required:!1,default:!1},closeOnEscape:{type:Boolean,required:!1,default:!0},trapFocus:{type:Boolean,required:!1,default:!1},restoreFocus:{type:Boolean,required:!1,default:!0}},emits:["on-outside-click","on-escape-keydown"],setup(r,{expose:o,emit:n}){o();const t=r,l=zt(e.computed(()=>t.show),()=>t.zIndex),i=e.computed(()=>K({"nmorph-overlay":[t.show&&"show",t.transparent&&"transparent"]})),a=e.computed(()=>t.disabledTeleport||!t.show||typeof document>"u"),s=e.computed(()=>({"--nmorph-private-overlay-z-index":l.value})),d=Ee(i,s),p=()=>{h("on-outside-click")},h=n,f=e.ref(null);let m=null;const u=["a[href]","button:not([disabled])","textarea:not([disabled])","input:not([disabled])","select:not([disabled])",'[tabindex]:not([tabindex="-1"])'].join(","),w=()=>f.value?Array.from(f.value.querySelectorAll(u)).filter(y=>y.getAttribute("aria-hidden")!=="true"):[],g=async()=>{if(!t.trapFocus)return;await e.nextTick(),(w()[0]||f.value)?.focus()},B=y=>{if(!t.show)return;if(y.key==="Escape"&&t.closeOnEscape){y.preventDefault(),h("on-escape-keydown");return}if(y.key!=="Tab"||!t.trapFocus)return;const E=w();if(!E.length){y.preventDefault(),f.value?.focus();return}const I=E[0],M=E[E.length-1];y.shiftKey&&document.activeElement===I?(y.preventDefault(),M.focus()):!y.shiftKey&&document.activeElement===M&&(y.preventDefault(),I.focus())},S=()=>{typeof document>"u"||document.addEventListener("keydown",B)},_=()=>{typeof document>"u"||document.removeEventListener("keydown",B)};e.watch(()=>t.show,y=>{typeof document>"u"||(y?(m=document.activeElement,S(),g()):(_(),t.restoreFocus&&m?.focus?.(),m=null))},{immediate:!0,flush:"post"}),e.onBeforeUnmount(_);const v={props:t,zIndex:l,modifiers:i,renderInline:a,overlayStyle:s,rootAttrs:d,clickHandler:p,emit:h,contentRef:f,get previousActiveElement(){return m},set previousActiveElement(y){m=y},focusableSelector:u,getFocusableElements:w,focusContent:g,keydownHandler:B,addKeydownListener:S,removeKeydownListener:_};return Object.defineProperty(v,"__isScriptSetup",{enumerable:!1,value:!0}),v}}),EN=["tabindex"],CN=["tabindex"];function IN(r,o,n,t,l,i){return t.renderInline?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0},t.rootAttrs,{onClick:e.withModifiers(t.clickHandler,["stop"])}),[e.createElementVNode("div",{ref:"contentRef",class:"nmorph-overlay__slot",tabindex:t.props.trapFocus?-1:void 0,onClick:o[0]||(o[0]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(r.$slots,"default")],8,EN)],16)):(e.openBlock(),e.createBlock(e.Teleport,{key:1,to:t.props.teleportTo},[e.createElementVNode("div",e.mergeProps(t.rootAttrs,{onClick:e.withModifiers(t.clickHandler,["stop"])}),[e.createElementVNode("div",{ref:"contentRef",class:"nmorph-overlay__slot",tabindex:t.props.trapFocus?-1:void 0,onClick:o[1]||(o[1]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(r.$slots,"default")],8,CN)],16)],8,["to"]))}const tt=W(SN,[["render",IN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/others/nmorph-overlay/NmorphOverlay.vue"]]),ls=500,is=250,MN=e.defineComponent({inheritAttrs:!1,__name:"NmorphNotificationProvider",props:{notifications:{type:Array,required:!0},placement:{type:null,required:!1,default:"top-right"},zIndex:{type:Number,required:!1,default:void 0},quantity:{type:Number,required:!1,default:100},teleportTo:{type:null,required:!1,default:"body"},disabledTeleport:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=D=>typeof D.id=="string"&&D.id.length>0,t=e.ref([]),l=e.ref([]),i=e.ref([]),a=e.ref(Date.now()),s=new Map,d=new Map,p=new Map;let h;const f=Object.values(cs),m=D=>typeof D.duration!="number"||!Number.isFinite(D.duration)?0:Math.max(D.duration,0),u=D=>m(D)>0,w=D=>D.showDurationValue!==!1,g=D=>{const Q=m(D),A=p.get(D.id);return!Q||!A?Q:Math.max(Q-(a.value-A),0)},B=D=>`${Math.ceil(D/1e3)}s`,S=D=>B(g(D)),_=D=>({"--nmorph-private-notification-provider-duration":`${m(D)}ms`}),v=(D,Q=!1)=>{const A=s.get(D);A&&clearTimeout(A),s.delete(D),d.delete(D),Q||p.delete(D)},y=D=>{i.value=i.value.filter(Q=>Q.id!==D),l.value=l.value.filter(Q=>Q!==D),v(D)},E=(D,Q=!0)=>{l.value.includes(D)||(v(D,!0),Q&&!t.value.includes(D)&&(t.value=[...t.value,D]),l.value=[...l.value,D],setTimeout(()=>y(D),ls))},I=D=>{const Q=m(D);d.get(D.id)!==Q&&(v(D.id),Q&&(a.value=Date.now(),p.set(D.id,a.value),s.set(D.id,setTimeout(()=>E(D.id),Q)),d.set(D.id,Q)))},M=r,V=e.ref(!1),k=e.inject("nmorph"),b=e.ref(k?.zIndex.current.value??1e3),x=e.ref(!1),q=()=>{M.zIndex!==void 0||x.value||(b.value=k?.zIndex.next()??b.value+1,x.value=!0)},L=e.computed(()=>f.map(D=>{const Q=i.value.filter(U=>(U.placement??M.placement)===D),A=Math.max(Q.length-M.quantity,0);return{placement:D,notifications:Q.slice(A)}})),C=e.computed(()=>i.value.some(D=>u(D)&&!l.value.includes(D.id))),H=e.computed(()=>i.value.length>0),R=e.computed(()=>H.value||M.notifications.some(D=>n(D)&&!t.value.includes(D.id))),$=e.computed(()=>M.zIndex??b.value),T=e.computed(()=>!V.value||M.disabledTeleport),F=e.computed(()=>({zIndex:$.value})),ee=Ee("nmorph-notification-provider",F),X=()=>{h&&(clearInterval(h),h=void 0)};e.watch(()=>M.notifications,()=>{R.value&&q()},{deep:!0,immediate:!0,flush:"sync"}),e.watch(H,D=>{if(D){q();return}x.value=!1},{immediate:!0,flush:"sync"}),e.watch(C,D=>{if(!D){X();return}h||(a.value=Date.now(),h=setInterval(()=>{a.value=Date.now()},is))},{immediate:!0}),e.watch(()=>M.notifications,D=>{const Q=D.filter(n).filter(A=>!t.value.includes(A.id));i.value=i.value.map(A=>{const U=Q.find(N=>N.id===A.id);return U?{...A,...U}:A}),Q.forEach(A=>{i.value.some(N=>N.id===A.id)||(i.value=[...i.value,A])}),Q.forEach(A=>I(A)),i.value.filter(A=>!Q.some(U=>U.id===A.id)).forEach(A=>E(A.id,!1))},{deep:!0,immediate:!0}),e.onMounted(()=>{V.value=!0}),e.onBeforeUnmount(()=>{s.forEach(D=>clearTimeout(D)),s.clear(),d.clear(),p.clear(),X()});const le={ANIMATION_DURATION:ls,DURATION_TICK_INTERVAL:is,hasNotificationId:n,removedIds:t,closingIds:l,renderedNotifications:i,durationTick:a,durationTimers:s,durationById:d,durationStartedAtById:p,get durationTicker(){return h},set durationTicker(D){h=D},placementList:f,getNotificationDuration:m,hasDurationIndicator:u,hasDurationValue:w,getNotificationRemainingDuration:g,formatNotificationDuration:B,getNotificationDurationLabel:S,getNotificationStyle:_,clearDurationTimer:v,removeRenderedNotification:y,closeHandler:E,scheduleDurationTimer:I,props:M,isMounted:V,nmorph:k,dynamicZIndex:b,activeZIndexAllocated:x,allocateZIndex:q,notificationGroups:L,hasRunningDurationIndicator:C,hasRenderedNotifications:H,hasActiveNotifications:R,zIndex:$,teleportDisabled:T,rootStyle:F,rootAttrs:ee,stopDurationTicker:X,get NmorphAlert(){return jc}};return Object.defineProperty(le,"__isScriptSetup",{enumerable:!1,value:!0}),le}}),zN=["title"],HN={key:0,class:"nmorph-notification-provider__duration-value"};function qN(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.Teleport,{to:t.props.teleportTo,disabled:t.teleportDisabled},[e.createElementVNode("div",e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.notificationGroups,a=>(e.openBlock(),e.createBlock(e.TransitionGroup,{key:a.placement,appear:"",name:"nmorph-notification",tag:"div",class:e.normalizeClass(`nmorph-notification-provider__list nmorph-notification-provider__list--${a.placement}`)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.notifications,s=>(e.openBlock(),e.createElementBlock("div",{key:s.id,style:e.normalizeStyle(t.getNotificationStyle(s)),class:e.normalizeClass(["nmorph-notification-provider__notification",t.hasDurationIndicator(s)&&"nmorph-notification-provider__notification--with-duration",t.closingIds.includes(s.id)&&"nmorph-notification-provider__notification--closing"])},[e.createVNode(t.NmorphAlert,{id:s.id,class:"nmorph-notification-provider__alert",style:e.normalizeStyle({width:s.width}),type:s.type,closable:s.closable,title:s.title,content:s.content,fill:s.fill,"show-icon":s.showIcon,bordered:s.bordered,html:s.html,"close-icon-position":s.closeIconPosition,"background-color":s.backgroundColor,onClose:()=>t.closeHandler(s.id)},null,8,["id","style","type","closable","title","content","fill","show-icon","bordered","html","close-icon-position","background-color","onClose"]),t.hasDurationIndicator(s)?(e.openBlock(),e.createElementBlock("div",{key:`${s.id}-${t.getNotificationDuration(s)}`,class:"nmorph-notification-provider__duration",title:t.hasDurationValue(s)?t.getNotificationDurationLabel(s):void 0,"aria-hidden":"true"},[o[0]||(o[0]=e.createElementVNode("span",{class:"nmorph-notification-provider__duration-track"},[e.createElementVNode("span",{class:"nmorph-notification-provider__duration-bar"})],-1)),t.hasDurationValue(s)?(e.openBlock(),e.createElementBlock("span",HN,e.toDisplayString(t.getNotificationDurationLabel(s)),1)):e.createCommentVNode("v-if",!0)],8,zN)):e.createCommentVNode("v-if",!0)],6))),128))]),_:2},1032,["class"]))),128))],16)],8,["to","disabled"])}const TN=W(MN,[["render",qN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue"]]),cs={"top-left":"top-left","top-center":"top-center","top-right":"top-right","bottom-left":"bottom-left","bottom-center":"bottom-center","bottom-right":"bottom-right"},LN=[{group:"Smileys",tags:["face","smile","emotion"],emojis:"😀 😃 😄 😁 😆 😅 😂 🤣 🥲 ☺️ 😊 😇 🙂 🙃 😉 😌 😍 🥰 😘 😗 😙 😚 😋 😛 😝 😜 🤪 🤨 🧐 🤓 😎 🥸 🤩 🥳 😏 😒 😞 😔 😟 😕 🙁 ☹️ 😣 😖 😫 😩 🥺 😢 😭 😤 😠 😡 🤬 🤯 😳 🥵 🥶 😱 😨 😰 😥 😓 🫣 🤗 🫡 🤔 🫢 🤭 🤫 🤥 😶 😶‍🌫️ 😐 😑 😬 🫨 🫠 🙄 😯 😦 😧 😮 😲 🥱 😴 🤤 😪 😵 😵‍💫 🥴 🤢 🤮 🤧 😷 🤒 🤕"},{group:"People",tags:["person","gesture","body"],emojis:"👋 🤚 🖐️ ✋ 🖖 🫱 🫲 🫳 🫴 👌 🤌 🤏 ✌️ 🤞 🫰 🤟 🤘 🤙 👈 👉 👆 🖕 👇 ☝️ 🫵 👍 👎 ✊ 👊 🤛 🤜 👏 🙌 🫶 👐 🤲 🤝 🙏 ✍️ 💅 🤳 💪 🦾 🦿 🦵 🦶 👂 🦻 👃 🧠 🫀 🫁 🦷 🦴 👀 👁️ 👅 👄 🫦 👶 🧒 👦 👧 🧑 👱 👨 🧔 🧔‍♂️ 🧔‍♀️ 👩 🧓 👴 👵 🙍 🙎 🙅 🙆 💁 🙋 🧏 🙇 🤦 🤷 🧑‍⚕️ 🧑‍🎓 🧑‍🏫 🧑‍⚖️ 🧑‍🌾 🧑‍🍳 🧑‍🔧 🧑‍🏭 🧑‍💼 🧑‍🔬 🧑‍💻 🧑‍🎤 🧑‍🎨 🧑‍✈️ 🧑‍🚀 🧑‍🚒 👮 🕵️ 💂 🥷 👷 🫅 🤴 👸 👳 👲 🧕 🤵 👰 🤰 🫃 🫄 👼 🎅 🤶 🦸 🦹 🧙 🧚 🧛 🧜 🧝 🧞 🧟"},{group:"Animals",tags:["animal","nature"],emojis:"🐶 🐱 🐭 🐹 🐰 🦊 🐻 🐼 🐻‍❄️ 🐨 🐯 🦁 🐮 🐷 🐽 🐸 🐵 🙈 🙉 🙊 🐒 🐔 🐧 🐦 🐤 🐣 🐥 🦆 🦅 🦉 🦇 🐺 🐗 🐴 🦄 🫎 🐝 🪱 🐛 🦋 🐌 🐞 🐜 🪰 🪲 🪳 🦟 🦗 🕷️ 🕸️ 🦂 🐢 🐍 🦎 🦖 🦕 🐙 🦑 🦐 🦞 🦀 🪼 🪸 🐡 🐠 🐟 🐬 🐳 🐋 🦈 🐊 🐅 🐆 🦓 🦍 🦧 🦣 🐘 🦛 🦏 🐪 🐫 🦒 🦘 🦬 🐃 🐂 🐄 🫏 🐎 🐖 🐏 🐑 🦙 🐐 🦌 🐕 🐩 🦮 🐕‍🦺 🐈 🐈‍⬛ 🪶 🐓 🦃 🦤 🦚 🦜 🪽 🐇 🦝 🦨 🦡 🦫 🦦 🦥 🐁 🐀 🐿️ 🦔"},{group:"Nature",tags:["plant","weather","nature"],emojis:"🌵 🎄 🌲 🌳 🌴 🪵 🌱 🌿 ☘️ 🍀 🎍 🪴 🎋 🍃 🍂 🍁 🪺 🪹 🍄 🪨 🐚 🪷 🌾 💐 🌷 🪻 🌹 🥀 🪸 🌺 🌸 🌼 🌻 🌞 🌝 🌛 🌜 🌚 🌕 🌖 🌗 🌘 🌑 🌒 🌓 🌔 🌙 🌎 🌍 🌏 🪐 💫 ⭐ 🌟 ✨ ⚡ ☄️ 💥 🔥 🌪️ 🌈 ☀️ 🌤️ ⛅ 🌥️ ☁️ 🌦️ 🌧️ ⛈️ 🌩️ 🌨️ ❄️ ☃️ ⛄ 🌬️ 💨 💧 💦 ☔ ☂️ 🌊 🌫️"},{group:"Food",tags:["food","drink"],emojis:"🍏 🍎 🍐 🍊 🍋 🍌 🍉 🍇 🍓 🫐 🍈 🍒 🍑 🥭 🍍 🥥 🥝 🍅 🍆 🥑 🫛 🥦 🥬 🥒 🌶️ 🫑 🌽 🥕 🫒 🧄 🧅 🥔 🍠 🫘 🥐 🥯 🍞 🥖 🥨 🧀 🥚 🍳 🧈 🥞 🧇 🥓 🥩 🍗 🍖 🦴 🌭 🍔 🍟 🍕 🫓 🥪 🥙 🧆 🌮 🌯 🫔 🥗 🥘 🫕 🥫 🍝 🍜 🍲 🍛 🍣 🍱 🥟 🦪 🍤 🍙 🍚 🍘 🍥 🥠 🥮 🍢 🍡 🍧 🍨 🍦 🥧 🧁 🍰 🎂 🍮 🍭 🍬 🍫 🍿 🍩 🍪 🌰 🥜 🍯 🥛 🍼 🫖 ☕ 🍵 🧃 🥤 🧋 🍶 🍺 🍻 🥂 🍷 🥃 🍸 🍹 🧉 🍾 🧊"},{group:"Activity",tags:["activity","sport","game"],emojis:"⚽ 🏀 🏈 ⚾ 🥎 🎾 🏐 🏉 🥏 🎱 🪀 🏓 🏸 🏒 🏑 🥍 🏏 🪃 🥅 ⛳ 🪁 🏹 🎣 🤿 🥊 🥋 🎽 🛹 🛼 🛷 ⛸️ 🥌 🎿 ⛷️ 🏂 🪂 🏋️ 🤼 🤸 ⛹️ 🤺 🤾 🏌️ 🏇 🧘 🏄 🏊 🤽 🚣 🧗 🚵 🚴 🏆 🥇 🥈 🥉 🏅 🎖️ 🏵️ 🎗️ 🎫 🎟️ 🎪 🤹 🎭 🩰 🎨 🎬 🎤 🎧 🎼 🎹 🥁 🪘 🎷 🎺 🪗 🎸 🪕 🎻 🪈 🎲 ♟️ 🎯 🎳 🎮 🎰 🧩"},{group:"Travel",tags:["travel","place","vehicle"],emojis:"🚗 🚕 🚙 🚌 🚎 🏎️ 🚓 🚑 🚒 🚐 🛻 🚚 🚛 🚜 🏍️ 🛵 🦽 🦼 🛺 🚲 🛴 🛹 🛼 🚏 🛣️ 🛤️ 🛢️ ⛽ 🛞 🚨 🚥 🚦 🛑 🚧 ⚓ 🛟 ⛵ 🛶 🚤 🛳️ ⛴️ 🛥️ 🚢 ✈️ 🛩️ 🛫 🛬 🪂 💺 🚁 🚟 🚠 🚡 🛰️ 🚀 🛸 🛎️ 🧳 ⌛ ⏳ ⌚ ⏰ ⏱️ ⏲️ 🕰️ 🌋 🗻 🏕️ 🏖️ 🏜️ 🏝️ 🏞️ 🏟️ 🏛️ 🏗️ 🧱 🪨 🪵 🛖 🏘️ 🏚️ 🏠 🏡 🏢 🏣 🏤 🏥 🏦 🏨 🏩 🏪 🏫 🏬 🏭 🏯 🏰 💒 🗼 🗽 ⛪ 🕌 🛕 🕍 ⛩️ 🕋 ⛲ ⛺ 🌁 🌃 🏙️ 🌄 🌅 🌆 🌇 🌉"},{group:"Objects",tags:["object","tool","device"],emojis:"⌚ 📱 📲 💻 ⌨️ 🖥️ 🖨️ 🖱️ 🖲️ 🕹️ 🗜️ 💽 💾 💿 📀 📼 📷 📸 📹 🎥 📽️ 🎞️ 📞 ☎️ 📟 📠 📺 📻 🎙️ 🎚️ 🎛️ 🧭 ⏱️ ⏲️ ⏰ 🕰️ ⌛ ⏳ 📡 🔋 🪫 🔌 💡 🔦 🕯️ 🪔 🧯 🛢️ 💸 💵 💴 💶 💷 🪙 💰 💳 🧾 💎 ⚖️ 🪜 🧰 🪛 🔧 🔨 ⚒️ 🛠️ ⛏️ 🪚 🔩 ⚙️ 🪤 🧱 ⛓️ 🧲 🔫 💣 🧨 🪓 🔪 🗡️ ⚔️ 🛡️ 🚬 ⚰️ 🪦 ⚱️ 🏺 🔮 📿 🧿 🪬 💈 ⚗️ 🔭 🔬 🕳️ 🩹 🩺 🩻 🩼 💊 💉 🩸 🧬 🦠 🧫 🧪 🌡️ 🧹 🪠 🧺 🧻 🚽 🚰 🚿 🛁 🛀 🧼 🪥 🪒 🧽 🪣 🧴 🛎️ 🔑 🗝️ 🚪 🪑 🛋️ 🛏️ 🛌 🧸 🪆 🖼️ 🪞 🪟 🛍️ 🛒 🎁 🎈 🎏 🎀 🪄 🪅 🎊 🎉"},{group:"Symbols",tags:["symbol","heart","sign"],emojis:"❤️ 🩷 🧡 💛 💚 💙 🩵 💜 🤎 🖤 🩶 🤍 💔 ❤️‍🔥 ❤️‍🩹 ❣️ 💕 💞 💓 💗 💖 💘 💝 💟 ☮️ ✝️ ☪️ 🕉️ ☸️ ✡️ 🔯 🕎 ☯️ ☦️ 🛐 ⛎ ♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓ 🆔 ⚛️ 🉑 ☢️ ☣️ 📴 📳 🈶 🈚 🈸 🈺 🈷️ ✴️ 🆚 💮 🉐 ㊙️ ㊗️ 🈴 🈵 🈹 🈲 🅰️ 🅱️ 🆎 🆑 🅾️ 🆘 ❌ ⭕ 🛑 ⛔ 📛 🚫 💯 💢 ♨️ 🚷 🚯 🚳 🚱 🔞 📵 🚭 ❗ ❕ ❓ ❔ ‼️ ⁉️ 🔅 🔆 〽️ ⚠️ 🚸 🔱 ⚜️ 🔰 ♻️ ✅ 🈯 💹 ❇️ ✳️ ❎ 🌐 💠 Ⓜ️ 🌀 💤 🏧 🚾 ♿ 🅿️ 🛗 🈳 🈂️ 🛂 🛃 🛄 🛅 🚹 🚺 🚼 ⚧️ 🚻 🚮 🎦 📶 🈁 🔣 ℹ️ 🔤 🔡 🔠 🆖 🆗 🆙 🆒 🆕 🆓 0️⃣ 1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣ 9️⃣ 🔟"},{group:"Flags",tags:["flag","country"],emojis:"🏁 🚩 🎌 🏴 🏳️ 🏳️‍🌈 🏳️‍⚧️ 🏴‍☠️ 🇺🇳 🇦🇨 🇦🇩 🇦🇪 🇦🇫 🇦🇬 🇦🇮 🇦🇱 🇦🇲 🇦🇴 🇦🇶 🇦🇷 🇦🇸 🇦🇹 🇦🇺 🇦🇼 🇦🇽 🇦🇿 🇧🇦 🇧🇧 🇧🇩 🇧🇪 🇧🇫 🇧🇬 🇧🇭 🇧🇮 🇧🇯 🇧🇱 🇧🇲 🇧🇳 🇧🇴 🇧🇶 🇧🇷 🇧🇸 🇧🇹 🇧🇻 🇧🇼 🇧🇾 🇧🇿 🇨🇦 🇨🇨 🇨🇩 🇨🇫 🇨🇬 🇨🇭 🇨🇮 🇨🇰 🇨🇱 🇨🇲 🇨🇳 🇨🇴 🇨🇵 🇨🇷 🇨🇺 🇨🇻 🇨🇼 🇨🇽 🇨🇾 🇨🇿 🇩🇪 🇩🇬 🇩🇯 🇩🇰 🇩🇲 🇩🇴 🇩🇿 🇪🇦 🇪🇨 🇪🇪 🇪🇬 🇪🇭 🇪🇷 🇪🇸 🇪🇹 🇪🇺 🇫🇮 🇫🇯 🇫🇰 🇫🇲 🇫🇴 🇫🇷 🇬🇦 🇬🇧 🇬🇩 🇬🇪 🇬🇫 🇬🇬 🇬🇭 🇬🇮 🇬🇱 🇬🇲 🇬🇳 🇬🇵 🇬🇶 🇬🇷 🇬🇸 🇬🇹 🇬🇺 🇬🇼 🇬🇾 🇭🇰 🇭🇲 🇭🇳 🇭🇷 🇭🇹 🇭🇺 🇮🇨 🇮🇩 🇮🇪 🇮🇱 🇮🇲 🇮🇳 🇮🇴 🇮🇶 🇮🇷 🇮🇸 🇮🇹 🇯🇪 🇯🇲 🇯🇴 🇯🇵 🇰🇪 🇰🇬 🇰🇭 🇰🇮 🇰🇲 🇰🇳 🇰🇵 🇰🇷 🇰🇼 🇰🇾 🇰🇿"}];let Lt;const AN={"😀":{label:"grinning face",tags:["smile","happy"]},"😃":{label:"grinning face with big eyes",tags:["smile","happy"]},"😄":{label:"grinning face with smiling eyes",tags:["smile","happy"]},"😁":{label:"beaming face with smiling eyes",tags:["smile","happy"]},"😆":{label:"grinning squinting face",tags:["laugh","smile"]},"😅":{label:"grinning face with sweat",tags:["relief","smile"]},"😂":{label:"face with tears of joy",tags:["laugh","cry","lol"]},"🤣":{label:"rolling on the floor laughing",tags:["laugh","lol"]},"🥲":{label:"smiling face with tear",tags:["smile","sad"]},"☺️":{label:"smiling face",tags:["smile","happy"]},"😊":{label:"smiling face with smiling eyes",tags:["smile","happy"]},"😇":{label:"smiling face with halo",tags:["angel","innocent"]},"🙂":{label:"slightly smiling face",tags:["smile"]},"🙃":{label:"upside-down face",tags:["silly"]},"😉":{label:"winking face",tags:["wink"]},"😌":{label:"relieved face",tags:["calm"]},"😍":{label:"smiling face with heart-eyes",tags:["love","heart"]},"🥰":{label:"smiling face with hearts",tags:["love","heart"]},"😘":{label:"face blowing a kiss",tags:["kiss","love"]},"😗":{label:"kissing face",tags:["kiss"]},"😙":{label:"kissing face with smiling eyes",tags:["kiss"]},"😚":{label:"kissing face with closed eyes",tags:["kiss"]},"😋":{label:"face savoring food",tags:["yum","food"]},"😛":{label:"face with tongue",tags:["tongue","playful"]},"😝":{label:"squinting face with tongue",tags:["tongue","playful"]},"😜":{label:"winking face with tongue",tags:["tongue","playful"]},"🤪":{label:"zany face",tags:["silly","crazy"]},"🤨":{label:"face with raised eyebrow",tags:["skeptical"]},"🧐":{label:"face with monocle",tags:["thinking"]},"🤓":{label:"nerd face",tags:["glasses"]},"😎":{label:"smiling face with sunglasses",tags:["cool"]},"🥸":{label:"disguised face",tags:["glasses","mustache"]},"🤩":{label:"star-struck",tags:["excited","star"]},"🥳":{label:"partying face",tags:["party","celebration"]},"😏":{label:"smirking face",tags:["smirk"]},"😒":{label:"unamused face",tags:["annoyed"]},"😞":{label:"disappointed face",tags:["sad"]},"😔":{label:"pensive face",tags:["sad"]},"😟":{label:"worried face",tags:["sad","concerned"]},"😕":{label:"confused face",tags:["confused"]},"🙁":{label:"slightly frowning face",tags:["sad"]},"☹️":{label:"frowning face",tags:["sad"]},"😣":{label:"persevering face",tags:["struggle"]},"😖":{label:"confounded face",tags:["frustrated"]},"😫":{label:"tired face",tags:["tired"]},"😩":{label:"weary face",tags:["tired"]},"🥺":{label:"pleading face",tags:["please","sad"]},"😢":{label:"crying face",tags:["cry","sad"]},"😭":{label:"loudly crying face",tags:["cry","sad"]},"😤":{label:"face with steam from nose",tags:["angry","proud"]},"😠":{label:"angry face",tags:["mad"]},"😡":{label:"pouting face",tags:["angry","mad"]},"🤬":{label:"face with symbols on mouth",tags:["angry","swear"]},"🤯":{label:"exploding head",tags:["mind blown","shock"]},"😳":{label:"flushed face",tags:["blush","embarrassed"]},"🥵":{label:"hot face",tags:["heat"]},"🥶":{label:"cold face",tags:["freeze"]},"😱":{label:"face screaming in fear",tags:["fear","shock"]},"😨":{label:"fearful face",tags:["fear"]},"😰":{label:"anxious face with sweat",tags:["fear","sweat"]},"😥":{label:"sad but relieved face",tags:["sad","relief"]},"😓":{label:"downcast face with sweat",tags:["sad","sweat"]},"🫣":{label:"face with peeking eye",tags:["peek","shy"]},"🤗":{label:"hugging face",tags:["hug"]},"🫡":{label:"saluting face",tags:["salute"]},"🤔":{label:"thinking face",tags:["think"]},"🫢":{label:"face with open eyes and hand over mouth",tags:["surprise"]},"🤭":{label:"face with hand over mouth",tags:["giggle"]},"🤫":{label:"shushing face",tags:["quiet","shh"]},"🤥":{label:"lying face",tags:["lie"]},"😶":{label:"face without mouth",tags:["silent"]},"😐":{label:"neutral face",tags:["meh"]},"😑":{label:"expressionless face",tags:["meh"]},"😬":{label:"grimacing face",tags:["awkward"]},"🙄":{label:"face with rolling eyes",tags:["eyeroll"]},"😯":{label:"hushed face",tags:["surprise"]},"😦":{label:"frowning face with open mouth",tags:["sad","surprise"]},"😧":{label:"anguished face",tags:["sad"]},"😮":{label:"face with open mouth",tags:["surprise"]},"😲":{label:"astonished face",tags:["surprise"]},"🥱":{label:"yawning face",tags:["tired","sleep"]},"😴":{label:"sleeping face",tags:["sleep"]},"🤤":{label:"drooling face",tags:["drool"]},"😪":{label:"sleepy face",tags:["sleep"]},"😵":{label:"dizzy face",tags:["dizzy"]},"😵‍💫":{label:"face with spiral eyes",tags:["dizzy"]},"🥴":{label:"woozy face",tags:["dizzy"]},"🤢":{label:"nauseated face",tags:["sick"]},"🤮":{label:"face vomiting",tags:["sick"]},"🤧":{label:"sneezing face",tags:["sick"]},"😷":{label:"face with medical mask",tags:["sick","mask"]},"🤒":{label:"face with thermometer",tags:["sick","fever"]},"🤕":{label:"face with head-bandage",tags:["hurt"]},"👋":{label:"waving hand",tags:["hello","bye"]},"🤚":{label:"raised back of hand",tags:["hand"]},"🖐️":{label:"hand with fingers splayed",tags:["hand"]},"✋":{label:"raised hand",tags:["stop","hand"]},"🖖":{label:"vulcan salute",tags:["hand"]},"👌":{label:"OK hand",tags:["ok","perfect"]},"🤌":{label:"pinched fingers",tags:["gesture"]},"🤏":{label:"pinching hand",tags:["small"]},"✌️":{label:"victory hand",tags:["peace"]},"🤞":{label:"crossed fingers",tags:["luck"]},"🫰":{label:"hand with index finger and thumb crossed",tags:["finger heart","money"]},"🤟":{label:"love-you gesture",tags:["love","hand"]},"🤘":{label:"sign of the horns",tags:["rock"]},"🤙":{label:"call me hand",tags:["phone"]},"👈":{label:"backhand index pointing left",tags:["point","left"]},"👉":{label:"backhand index pointing right",tags:["point","right"]},"👆":{label:"backhand index pointing up",tags:["point","up"]},"🖕":{label:"middle finger",tags:["hand"]},"👇":{label:"backhand index pointing down",tags:["point","down"]},"☝️":{label:"index pointing up",tags:["point","up"]},"🫵":{label:"index pointing at viewer",tags:["you","point"]},"👍":{label:"thumbs up",tags:["like","approve","yes"]},"👎":{label:"thumbs down",tags:["dislike","no"]},"✊":{label:"raised fist",tags:["fist"]},"👊":{label:"oncoming fist",tags:["fist","punch"]},"🤛":{label:"left-facing fist",tags:["fist"]},"🤜":{label:"right-facing fist",tags:["fist"]},"👏":{label:"clapping hands",tags:["clap","applause"]},"🙌":{label:"raising hands",tags:["celebrate","hooray"]},"🫶":{label:"heart hands",tags:["love","heart"]},"👐":{label:"open hands",tags:["hand"]},"🤲":{label:"palms up together",tags:["pray"]},"🤝":{label:"handshake",tags:["agreement"]},"🙏":{label:"folded hands",tags:["please","pray","thanks"]},"✍️":{label:"writing hand",tags:["write"]},"💅":{label:"nail polish",tags:["nails"]},"🤳":{label:"selfie",tags:["camera"]},"💪":{label:"flexed biceps",tags:["strong","muscle"]},"👀":{label:"eyes",tags:["look","see"]},"👁️":{label:"eye",tags:["look","see"]},"👅":{label:"tongue",tags:["mouth"]},"👄":{label:"mouth",tags:["lips"]},"🧠":{label:"brain",tags:["mind"]},"🫀":{label:"anatomical heart",tags:["heart"]},"🫁":{label:"lungs",tags:["breath"]},"🐶":{label:"dog face",tags:["dog","pet"]},"🐱":{label:"cat face",tags:["cat","pet"]},"🐭":{label:"mouse face",tags:["mouse"]},"🐹":{label:"hamster",tags:["pet"]},"🐰":{label:"rabbit face",tags:["bunny"]},"🦊":{label:"fox",tags:["fox face"]},"🐻":{label:"bear",tags:["bear face"]},"🐼":{label:"panda",tags:["panda face"]},"🐨":{label:"koala",tags:["koala face"]},"🐯":{label:"tiger face",tags:["tiger"]},"🦁":{label:"lion",tags:["lion face"]},"🐮":{label:"cow face",tags:["cow"]},"🐷":{label:"pig face",tags:["pig"]},"🐸":{label:"frog",tags:["frog face"]},"🐵":{label:"monkey face",tags:["monkey"]},"🙈":{label:"see-no-evil monkey",tags:["monkey"]},"🙉":{label:"hear-no-evil monkey",tags:["monkey"]},"🙊":{label:"speak-no-evil monkey",tags:["monkey"]},"🐔":{label:"chicken",tags:["bird"]},"🐧":{label:"penguin",tags:["bird"]},"🐦":{label:"bird",tags:["bird"]},"🦆":{label:"duck",tags:["bird"]},"🦅":{label:"eagle",tags:["bird"]},"🦉":{label:"owl",tags:["bird"]},"🦇":{label:"bat",tags:["bat"]},"🐺":{label:"wolf",tags:["wolf face"]},"🐴":{label:"horse face",tags:["horse"]},"🦄":{label:"unicorn",tags:["unicorn face"]},"🐝":{label:"honeybee",tags:["bee"]},"🦋":{label:"butterfly",tags:["insect"]},"🐌":{label:"snail",tags:["insect"]},"🐞":{label:"lady beetle",tags:["ladybug","insect"]},"🐜":{label:"ant",tags:["insect"]},"🕷️":{label:"spider",tags:["insect"]},"🐢":{label:"turtle",tags:["reptile"]},"🐍":{label:"snake",tags:["reptile"]},"🦎":{label:"lizard",tags:["reptile"]},"🦖":{label:"T-Rex",tags:["dinosaur"]},"🦕":{label:"sauropod",tags:["dinosaur"]},"🐙":{label:"octopus",tags:["sea"]},"🐬":{label:"dolphin",tags:["sea"]},"🐳":{label:"spouting whale",tags:["whale","sea"]},"🐋":{label:"whale",tags:["sea"]},"🐟":{label:"fish",tags:["sea"]},"🦈":{label:"shark",tags:["sea"]},"🐘":{label:"elephant",tags:["elephant"]},"🐪":{label:"camel",tags:["desert"]},"🐫":{label:"two-hump camel",tags:["desert"]},"🌵":{label:"cactus",tags:["plant","desert"]},"🎄":{label:"Christmas tree",tags:["tree","holiday"]},"🌲":{label:"evergreen tree",tags:["tree"]},"🌳":{label:"deciduous tree",tags:["tree"]},"🌴":{label:"palm tree",tags:["tree"]},"🌱":{label:"seedling",tags:["plant"]},"☘️":{label:"shamrock",tags:["plant"]},"🍀":{label:"four leaf clover",tags:["luck","plant"]},"🍃":{label:"leaf fluttering in wind",tags:["leaf"]},"🍂":{label:"fallen leaf",tags:["autumn"]},"🍁":{label:"maple leaf",tags:["autumn"]},"🍄":{label:"mushroom",tags:["fungus"]},"🐚":{label:"spiral shell",tags:["sea"]},"🌾":{label:"sheaf of rice",tags:["grain"]},"💐":{label:"bouquet",tags:["flowers"]},"🌷":{label:"tulip",tags:["flower"]},"🌹":{label:"rose",tags:["flower","love"]},"🥀":{label:"wilted flower",tags:["flower"]},"🌺":{label:"hibiscus",tags:["flower"]},"🌸":{label:"cherry blossom",tags:["flower"]},"🌼":{label:"blossom",tags:["flower"]},"🌻":{label:"sunflower",tags:["flower"]},"🌞":{label:"sun with face",tags:["sun"]},"🌝":{label:"full moon face",tags:["moon"]},"🌙":{label:"crescent moon",tags:["moon"]},"🌎":{label:"globe showing Americas",tags:["earth","world"]},"🌍":{label:"globe showing Europe-Africa",tags:["earth","world"]},"🌏":{label:"globe showing Asia-Australia",tags:["earth","world"]},"⭐":{label:"star",tags:["favorite"]},"🌟":{label:"glowing star",tags:["star"]},"✨":{label:"sparkles",tags:["star","shine"]},"⚡":{label:"high voltage",tags:["lightning"]},"🔥":{label:"fire",tags:["flame","hot"]},"🌈":{label:"rainbow",tags:["weather"]},"☀️":{label:"sun",tags:["weather"]},"☁️":{label:"cloud",tags:["weather"]},"❄️":{label:"snowflake",tags:["cold","weather"]},"💧":{label:"droplet",tags:["water"]},"💦":{label:"sweat droplets",tags:["water"]},"🌊":{label:"water wave",tags:["sea","ocean"]},"🍏":{label:"green apple",tags:["fruit"]},"🍎":{label:"red apple",tags:["fruit"]},"🍐":{label:"pear",tags:["fruit"]},"🍊":{label:"tangerine",tags:["orange","fruit"]},"🍋":{label:"lemon",tags:["fruit"]},"🍌":{label:"banana",tags:["fruit"]},"🍉":{label:"watermelon",tags:["fruit"]},"🍇":{label:"grapes",tags:["fruit"]},"🍓":{label:"strawberry",tags:["fruit"]},"🫐":{label:"blueberries",tags:["fruit"]},"🍈":{label:"melon",tags:["fruit"]},"🍒":{label:"cherries",tags:["fruit"]},"🍑":{label:"peach",tags:["fruit"]},"🥭":{label:"mango",tags:["fruit"]},"🍍":{label:"pineapple",tags:["fruit"]},"🥥":{label:"coconut",tags:["fruit"]},"🥝":{label:"kiwi fruit",tags:["fruit"]},"🍅":{label:"tomato",tags:["vegetable"]},"🍆":{label:"eggplant",tags:["vegetable"]},"🥑":{label:"avocado",tags:["vegetable"]},"🥦":{label:"broccoli",tags:["vegetable"]},"🥬":{label:"leafy greens",tags:["vegetable"]},"🥒":{label:"cucumber",tags:["vegetable"]},"🌶️":{label:"hot pepper",tags:["spicy"]},"🌽":{label:"corn",tags:["vegetable"]},"🥕":{label:"carrot",tags:["vegetable"]},"🧄":{label:"garlic",tags:["vegetable"]},"🧅":{label:"onion",tags:["vegetable"]},"🥔":{label:"potato",tags:["vegetable"]},"🍠":{label:"roasted sweet potato",tags:["vegetable"]},"🥐":{label:"croissant",tags:["bread"]},"🥨":{label:"pretzel",tags:["bread"]},"🍞":{label:"bread",tags:["bread"]},"🥖":{label:"baguette bread",tags:["bread"]},"🧀":{label:"cheese wedge",tags:["cheese"]},"🥚":{label:"egg",tags:["breakfast"]},"🍳":{label:"cooking",tags:["egg","breakfast"]},"🥞":{label:"pancakes",tags:["breakfast"]},"🧇":{label:"waffle",tags:["breakfast"]},"🥓":{label:"bacon",tags:["meat"]},"🥩":{label:"cut of meat",tags:["steak"]},"🍗":{label:"poultry leg",tags:["chicken","meat"]},"🍖":{label:"meat on bone",tags:["meat"]},"🌭":{label:"hot dog",tags:["food"]},"🍔":{label:"hamburger",tags:["burger"]},"🍟":{label:"french fries",tags:["fries"]},"🍕":{label:"pizza",tags:["food"]},"🥪":{label:"sandwich",tags:["food"]},"🌮":{label:"taco",tags:["food"]},"🌯":{label:"burrito",tags:["food"]},"🥗":{label:"green salad",tags:["salad"]},"🍝":{label:"spaghetti",tags:["pasta"]},"🍜":{label:"steaming bowl",tags:["noodles","ramen"]},"🍣":{label:"sushi",tags:["food"]},"🍱":{label:"bento box",tags:["food"]},"🍤":{label:"fried shrimp",tags:["seafood"]},"🍙":{label:"rice ball",tags:["rice"]},"🍚":{label:"cooked rice",tags:["rice"]},"🍘":{label:"rice cracker",tags:["rice"]},"🍥":{label:"fish cake with swirl",tags:["fish"]},"🥠":{label:"fortune cookie",tags:["cookie"]},"🍡":{label:"dango",tags:["dessert"]},"🍧":{label:"shaved ice",tags:["dessert"]},"🍨":{label:"ice cream",tags:["dessert"]},"🍦":{label:"soft ice cream",tags:["dessert"]},"🥧":{label:"pie",tags:["dessert"]},"🧁":{label:"cupcake",tags:["dessert"]},"🍰":{label:"shortcake",tags:["cake","dessert"]},"🎂":{label:"birthday cake",tags:["cake","birthday"]},"🍮":{label:"custard",tags:["dessert"]},"🍭":{label:"lollipop",tags:["candy"]},"🍬":{label:"candy",tags:["sweet"]},"🍫":{label:"chocolate bar",tags:["sweet"]},"🍿":{label:"popcorn",tags:["snack"]},"🍩":{label:"doughnut",tags:["donut"]},"🍪":{label:"cookie",tags:["sweet"]},"☕":{label:"hot beverage",tags:["coffee","tea"]},"🍵":{label:"teacup without handle",tags:["tea"]},"🥤":{label:"cup with straw",tags:["drink"]},"🍺":{label:"beer mug",tags:["beer"]},"🍻":{label:"clinking beer mugs",tags:["beer","cheers"]},"🥂":{label:"clinking glasses",tags:["cheers"]},"🍷":{label:"wine glass",tags:["wine"]},"🍸":{label:"cocktail glass",tags:["drink"]},"🍾":{label:"bottle with popping cork",tags:["champagne","celebration"]},"⚽":{label:"soccer ball",tags:["football","sport"]},"🏀":{label:"basketball",tags:["sport"]},"🏈":{label:"american football",tags:["sport"]},"⚾":{label:"baseball",tags:["sport"]},"🎾":{label:"tennis",tags:["sport"]},"🏐":{label:"volleyball",tags:["sport"]},"🏉":{label:"rugby football",tags:["sport"]},"🎱":{label:"pool 8 ball",tags:["game"]},"🏓":{label:"ping pong",tags:["sport"]},"🏸":{label:"badminton",tags:["sport"]},"🥅":{label:"goal net",tags:["sport"]},"⛳":{label:"flag in hole",tags:["golf"]},"🎣":{label:"fishing pole",tags:["activity"]},"🥊":{label:"boxing glove",tags:["sport"]},"🎽":{label:"running shirt",tags:["sport"]},"⛸️":{label:"ice skate",tags:["sport"]},"🎿":{label:"skis",tags:["sport"]},"🏆":{label:"trophy",tags:["award","winner"]},"🥇":{label:"first place medal",tags:["gold","winner"]},"🥈":{label:"second place medal",tags:["silver"]},"🥉":{label:"third place medal",tags:["bronze"]},"🎖️":{label:"military medal",tags:["award"]},"🏅":{label:"sports medal",tags:["award"]},"🎨":{label:"artist palette",tags:["art"]},"🎬":{label:"clapper board",tags:["movie"]},"🎤":{label:"microphone",tags:["music"]},"🎧":{label:"headphone",tags:["music"]},"🎼":{label:"musical score",tags:["music"]},"🎹":{label:"musical keyboard",tags:["music"]},"🥁":{label:"drum",tags:["music"]},"🎷":{label:"saxophone",tags:["music"]},"🎺":{label:"trumpet",tags:["music"]},"🎸":{label:"guitar",tags:["music"]},"🎻":{label:"violin",tags:["music"]},"🎲":{label:"game die",tags:["dice","game"]},"♟️":{label:"chess pawn",tags:["game"]},"🎯":{label:"bullseye",tags:["target"]},"🎳":{label:"bowling",tags:["game"]},"🎮":{label:"video game",tags:["controller"]},"🧩":{label:"puzzle piece",tags:["game"]},"🚗":{label:"automobile",tags:["car"]},"🚕":{label:"taxi",tags:["car"]},"🚙":{label:"sport utility vehicle",tags:["car"]},"🚌":{label:"bus",tags:["vehicle"]},"🚎":{label:"trolleybus",tags:["vehicle"]},"🏎️":{label:"racing car",tags:["car"]},"🚓":{label:"police car",tags:["car"]},"🚑":{label:"ambulance",tags:["vehicle"]},"🚒":{label:"fire engine",tags:["truck"]},"🚚":{label:"delivery truck",tags:["truck"]},"🚲":{label:"bicycle",tags:["bike"]},"🛴":{label:"kick scooter",tags:["scooter"]},"🛵":{label:"motor scooter",tags:["scooter"]},"🏍️":{label:"motorcycle",tags:["bike"]},"⛽":{label:"fuel pump",tags:["gas"]},"🚨":{label:"police car light",tags:["siren"]},"🚥":{label:"horizontal traffic light",tags:["traffic"]},"🚦":{label:"vertical traffic light",tags:["traffic"]},"🛑":{label:"stop sign",tags:["stop"]},"⚓":{label:"anchor",tags:["ship"]},"⛵":{label:"sailboat",tags:["boat"]},"🚤":{label:"speedboat",tags:["boat"]},"🚢":{label:"ship",tags:["boat"]},"✈️":{label:"airplane",tags:["plane","flight"]},"🛫":{label:"airplane departure",tags:["flight"]},"🛬":{label:"airplane arrival",tags:["flight"]},"💺":{label:"seat",tags:["travel"]},"🚁":{label:"helicopter",tags:["flight"]},"🚀":{label:"rocket",tags:["launch","space"]},"🛸":{label:"flying saucer",tags:["ufo","space"]},"🧳":{label:"luggage",tags:["travel"]},"⌛":{label:"hourglass done",tags:["time"]},"⏳":{label:"hourglass not done",tags:["time"]},"⌚":{label:"watch",tags:["time"]},"⏰":{label:"alarm clock",tags:["time"]},"🗻":{label:"mount fuji",tags:["mountain"]},"🏠":{label:"house",tags:["home"]},"🏢":{label:"office building",tags:["building"]},"🏥":{label:"hospital",tags:["building"]},"🏦":{label:"bank",tags:["building"]},"🏨":{label:"hotel",tags:["building"]},"🏫":{label:"school",tags:["building"]},"🏰":{label:"castle",tags:["building"]},"⛪":{label:"church",tags:["building"]},"⛲":{label:"fountain",tags:["place"]},"⛺":{label:"tent",tags:["camping"]},"🌉":{label:"bridge at night",tags:["bridge"]},"🌃":{label:"night with stars",tags:["city"]},"🌄":{label:"sunrise over mountains",tags:["sunrise"]},"🌅":{label:"sunrise",tags:["morning"]},"🌆":{label:"cityscape at dusk",tags:["city"]},"🌇":{label:"sunset",tags:["city"]},"⌨️":{label:"keyboard",tags:["computer"]},"💻":{label:"laptop",tags:["computer"]},"📱":{label:"mobile phone",tags:["phone"]},"📲":{label:"mobile phone with arrow",tags:["phone"]},"☎️":{label:"telephone",tags:["phone"]},"📷":{label:"camera",tags:["photo"]},"📸":{label:"camera with flash",tags:["photo"]},"🎥":{label:"movie camera",tags:["video"]},"📞":{label:"telephone receiver",tags:["phone"]},"📺":{label:"television",tags:["tv"]},"📻":{label:"radio",tags:["audio"]},"🧭":{label:"compass",tags:["navigation"]},"💡":{label:"light bulb",tags:["idea"]},"🔦":{label:"flashlight",tags:["light"]},"💸":{label:"money with wings",tags:["money","cash"]},"💵":{label:"dollar banknote",tags:["money","cash"]},"💰":{label:"money bag",tags:["money","cash"]},"💳":{label:"credit card",tags:["money","payment"]},"💎":{label:"gem stone",tags:["diamond"]},"⚖️":{label:"balance scale",tags:["law"]},"🔧":{label:"wrench",tags:["tool"]},"🔨":{label:"hammer",tags:["tool"]},"⚙️":{label:"gear",tags:["settings","tool"]},"🔫":{label:"water pistol",tags:["toy"]},"💣":{label:"bomb",tags:["danger"]},"🔪":{label:"kitchen knife",tags:["knife"]},"🚬":{label:"cigarette",tags:["smoking"]},"🔮":{label:"crystal ball",tags:["magic"]},"🔬":{label:"microscope",tags:["science"]},"🔭":{label:"telescope",tags:["science"]},"💊":{label:"pill",tags:["medicine"]},"💉":{label:"syringe",tags:["medicine"]},"🧬":{label:"DNA",tags:["science"]},"🦠":{label:"microbe",tags:["germ"]},"🧪":{label:"test tube",tags:["science"]},"🌡️":{label:"thermometer",tags:["temperature"]},"🧹":{label:"broom",tags:["clean"]},"🧺":{label:"basket",tags:["container"]},"🚽":{label:"toilet",tags:["bathroom"]},"🚿":{label:"shower",tags:["bathroom"]},"🛁":{label:"bathtub",tags:["bathroom"]},"🧼":{label:"soap",tags:["clean"]},"🧽":{label:"sponge",tags:["clean"]},"🔑":{label:"key",tags:["lock"]},"🚪":{label:"door",tags:["entry"]},"🧸":{label:"teddy bear",tags:["toy"]},"🎁":{label:"wrapped gift",tags:["present"]},"🎈":{label:"balloon",tags:["party"]},"🎀":{label:"ribbon",tags:["gift"]},"🎊":{label:"confetti ball",tags:["party","celebration"]},"🎉":{label:"party popper",tags:["party","celebration"]},"❤️":{label:"red heart",tags:["love","heart"]},"🩷":{label:"pink heart",tags:["love","heart"]},"🧡":{label:"orange heart",tags:["love","heart"]},"💛":{label:"yellow heart",tags:["love","heart"]},"💚":{label:"green heart",tags:["love","heart"]},"💙":{label:"blue heart",tags:["love","heart"]},"🩵":{label:"light blue heart",tags:["love","heart"]},"💜":{label:"purple heart",tags:["love","heart"]},"🤎":{label:"brown heart",tags:["love","heart"]},"🖤":{label:"black heart",tags:["love","heart"]},"🩶":{label:"grey heart",tags:["love","heart"]},"🤍":{label:"white heart",tags:["love","heart"]},"💔":{label:"broken heart",tags:["heart","sad"]},"❣️":{label:"heart exclamation",tags:["heart","love"]},"💕":{label:"two hearts",tags:["heart","love"]},"💞":{label:"revolving hearts",tags:["heart","love"]},"💓":{label:"beating heart",tags:["heart","love"]},"💗":{label:"growing heart",tags:["heart","love"]},"💖":{label:"sparkling heart",tags:["heart","love"]},"💘":{label:"heart with arrow",tags:["heart","love"]},"💝":{label:"heart with ribbon",tags:["heart","gift"]},"☮️":{label:"peace symbol",tags:["peace"]},"✝️":{label:"latin cross",tags:["cross"]},"☪️":{label:"star and crescent",tags:["religion"]},"☯️":{label:"yin yang",tags:["symbol"]},"☢️":{label:"radioactive",tags:["warning"]},"☣️":{label:"biohazard",tags:["warning"]},"❌":{label:"cross mark",tags:["x","no","cancel"]},"⭕":{label:"hollow red circle",tags:["circle"]},"💯":{label:"hundred points",tags:["100","perfect"]},"💢":{label:"anger symbol",tags:["angry"]},"❗":{label:"red exclamation mark",tags:["exclamation","warning"]},"❓":{label:"red question mark",tags:["question"]},"⚠️":{label:"warning",tags:["alert"]},"♻️":{label:"recycling symbol",tags:["recycle"]},"✅":{label:"check mark button",tags:["check","done","yes"]},"❇️":{label:"sparkle",tags:["star"]},"🌐":{label:"globe with meridians",tags:["world","web"]},"💠":{label:"diamond with a dot",tags:["diamond"]},"Ⓜ️":{label:"circled M",tags:["metro"]},"💤":{label:"zzz",tags:["sleep"]},"ℹ️":{label:"information",tags:["info"]},"🔤":{label:"input latin letters",tags:["letters"]},"🔡":{label:"input lowercase letters",tags:["letters"]},"🔠":{label:"input uppercase letters",tags:["letters"]},"🆕":{label:"NEW button",tags:["new"]},"🆗":{label:"OK button",tags:["ok"]},"🆙":{label:"UP button",tags:["up"]},"➡️":{label:"right arrow",tags:["arrow"]},"🆓":{label:"FREE button",tags:["free"]},"🏁":{label:"chequered flag",tags:["flag","finish"]},"🚩":{label:"triangular flag",tags:["flag"]},"🎌":{label:"crossed flags",tags:["flag"]},"🏴":{label:"black flag",tags:["flag"]},"🏳️":{label:"white flag",tags:["flag"]},"🏳️‍🌈":{label:"rainbow flag",tags:["flag","pride"]},"🏳️‍⚧️":{label:"transgender flag",tags:["flag","pride"]},"🏴‍☠️":{label:"pirate flag",tags:["flag"]},"🇺🇳":{label:"United Nations flag",tags:["flag","UN"]}},DN=r=>{const o=Array.from(r);if(o.length!==2)return"";const n=o.map(t=>{const l=t.codePointAt(0);if(!l)return"";const i=l-127462;return i<0||i>25?"":String.fromCharCode(65+i)});return n.every(Boolean)?n.join(""):""},PN=()=>{if(Lt!==void 0)return Lt;const r=Intl.DisplayNames;return Lt=r?new r(["en"],{type:"region"}):null,Lt},ON=r=>{const o=DN(r);if(!o)return null;let n;try{n=PN()?.of(o)}catch{n=void 0}return{label:n?`flag ${n}`:`flag ${o}`,tags:["flag","country",o]}},FN=(r,o)=>AN[r]||ON(r)||{label:`${o} ${r}`,tags:[r]},RN=r=>r.map(o=>o.trim().toLocaleLowerCase()).filter(Boolean),ss=["👍","❤️","😂","🎉","🔥","👀","✅","🙏"],At=r=>{const o=LN.flatMap((n,t)=>{const l=r.groups[n.group]||{label:n.group,tags:[]},i=l.label||n.group,a=i.toLocaleLowerCase(r.language),s=Array.from(new Set([...n.tags,...l.tags,a]));return n.emojis.split(/\s+/).filter(Boolean).map((d,p)=>{const h=FN(d,i),f=Array.from(new Set([...s,...RN([h.label,...h.tags||[]])]));return{emoji:d,annotation:h.label,groupLabel:i,tags:f,group:n.group,order:t*1e3+p}})});return{language:r.language,data:o,i18n:r.i18n,quickList:r.quickList||ss}},jN=[{value:"en",label:"EN"},{value:"ru",label:"RU"},{value:"zh",label:"ZH"}],WN={en:()=>Promise.resolve().then(()=>UN),ru:()=>Promise.resolve().then(()=>YN),zh:()=>Promise.resolve().then(()=>XN)},$N=async r=>(await WN[r]()).default,Te={Smileys:"Smileys",People:"People",Animals:"Animals",Nature:"Nature",Food:"Food",Activity:"Activity",Travel:"Travel",Objects:"Objects",Symbols:"Symbols",Flags:"Flags"},KN=At({language:"en",groups:{Smileys:{label:Te.Smileys,tags:["face","smile","emotion"]},People:{label:Te.People,tags:["person","gesture","body"]},Animals:{label:Te.Animals,tags:["animal","nature"]},Nature:{label:Te.Nature,tags:["plant","weather","nature"]},Food:{label:Te.Food,tags:["food","drink"]},Activity:{label:Te.Activity,tags:["activity","sport","game"]},Travel:{label:Te.Travel,tags:["travel","place","vehicle"]},Objects:{label:Te.Objects,tags:["object","tool","device"]},Symbols:{label:Te.Symbols,tags:["symbol","heart","sign"]},Flags:{label:Te.Flags,tags:["flag","country"]}},i18n:{searchPlaceholder:"Search emoji",searchLabel:"Search emoji",quickLabel:"Frequent reactions",expandLabel:"Open emoji picker",collapseLabel:"Collapse emoji picker",noResults:"No emoji found",categoryLabel:"Emoji categories",resultsLabel:"Emoji results",categories:Te}}),UN=Object.freeze(Object.defineProperty({__proto__:null,default:KN},Symbol.toStringTag,{value:"Module"})),Le={Smileys:"Смайлы",People:"Люди",Animals:"Животные",Nature:"Природа",Food:"Еда",Activity:"Активность",Travel:"Путешествия",Objects:"Предметы",Symbols:"Символы",Flags:"Флаги"},GN=At({language:"ru",groups:{Smileys:{label:Le.Smileys,tags:["лицо","улыбка","эмоция"]},People:{label:Le.People,tags:["человек","жест","тело"]},Animals:{label:Le.Animals,tags:["животное","природа"]},Nature:{label:Le.Nature,tags:["растение","погода","природа"]},Food:{label:Le.Food,tags:["еда","напиток"]},Activity:{label:Le.Activity,tags:["активность","спорт","игра"]},Travel:{label:Le.Travel,tags:["путешествие","место","транспорт"]},Objects:{label:Le.Objects,tags:["предмет","инструмент","устройство"]},Symbols:{label:Le.Symbols,tags:["символ","сердце","знак"]},Flags:{label:Le.Flags,tags:["флаг","страна"]}},i18n:{searchPlaceholder:"Поиск эмодзи",searchLabel:"Поиск эмодзи",quickLabel:"Частые реакции",expandLabel:"Открыть эмодзи",collapseLabel:"Свернуть эмодзи",noResults:"Эмодзи не найдены",categoryLabel:"Категории эмодзи",resultsLabel:"Результаты эмодзи",categories:Le}}),YN=Object.freeze(Object.defineProperty({__proto__:null,default:GN},Symbol.toStringTag,{value:"Module"})),Ae={Smileys:"笑脸",People:"人物",Animals:"动物",Nature:"自然",Food:"食物",Activity:"活动",Travel:"旅行",Objects:"物品",Symbols:"符号",Flags:"旗帜"},ZN=At({language:"zh",groups:{Smileys:{label:Ae.Smileys,tags:["表情","微笑","情绪"]},People:{label:Ae.People,tags:["人物","手势","身体"]},Animals:{label:Ae.Animals,tags:["动物","自然"]},Nature:{label:Ae.Nature,tags:["植物","天气","自然"]},Food:{label:Ae.Food,tags:["食物","饮料"]},Activity:{label:Ae.Activity,tags:["活动","运动","游戏"]},Travel:{label:Ae.Travel,tags:["旅行","地点","交通"]},Objects:{label:Ae.Objects,tags:["物品","工具","设备"]},Symbols:{label:Ae.Symbols,tags:["符号","爱心","标志"]},Flags:{label:Ae.Flags,tags:["旗帜","国家"]}},i18n:{searchPlaceholder:"搜索表情",searchLabel:"搜索表情",quickLabel:"常用反应",expandLabel:"打开表情选择器",collapseLabel:"收起表情选择器",noResults:"没有找到表情",categoryLabel:"表情分类",resultsLabel:"表情结果",categories:Ae}}),XN=Object.freeze(Object.defineProperty({__proto__:null,default:ZN},Symbol.toStringTag,{value:"Module"}));c.AvatarShapeType=Ws,c.Locale=Ut,c.NmorphAlert=jc,c.NmorphAlertType=at,c.NmorphArchiveResolution=Rt,c.NmorphAudioMeter=Ju,c.NmorphAudioPreview=xo,c.NmorphAudioResolution=st,c.NmorphAutocomplete=Ky,c.NmorphAvatar=wc,c.NmorphBacktop=A7,c.NmorphBadge=Ng,c.NmorphBreadcrumb=R7,c.NmorphBreadcrumbItem=$7,c.NmorphButton=Be,c.NmorphButtonShape=fd,c.NmorphButtonType=hd,c.NmorphCalendar=bc,c.NmorphCallout=Mb,c.NmorphCard=Fg,c.NmorphCarousel=Ug,c.NmorphCarouselItem=Zg,c.NmorphCheckbox=Lo,c.NmorphCheckboxGroup=Ly,c.NmorphCollapse=Jg,c.NmorphCollapseItem=n5,c.NmorphColor=or,c.NmorphColorPicker=Qy,c.NmorphComponentDirection=Ls,c.NmorphComponentPosition=As,c.NmorphComponentThickness=ke,c.NmorphContextMenu=lN,c.NmorphDatePicker=v_,c.NmorphDialog=Pb,c.NmorphDivider=as,c.NmorphDocResolution=Ft,c.NmorphDrawer=Ub,c.NmorphDropdown=et,c.NmorphElementDesign=Ds,c.NmorphEmojiPicker=E5,c.NmorphEmpty=p5,c.NmorphFileCard=Mc,c.NmorphFileUpload=A_,c.NmorphForm=$_,c.NmorphFormItem=rk,c.NmorphGuide=Xb,c.NmorphGuideStep=yy,c.NmorphIcon=ie,c.NmorphIconAddLocation=dr,c.NmorphIconAim=mr,c.NmorphIconAlarmClock=pr,c.NmorphIconApple=hr,c.NmorphIconArchive=Xt,c.NmorphIconArrowDown=fr,c.NmorphIconArrowLeft=Qt,c.NmorphIconArrowRight=Jt,c.NmorphIconArrowUp=ur,c.NmorphIconAudio=pt,c.NmorphIconAvatar=ht,c.NmorphIconBack=gr,c.NmorphIconBaseball=wr,c.NmorphIconBasketball=br,c.NmorphIconBell=_r,c.NmorphIconBellFilled=yr,c.NmorphIconBicycle=kr,c.NmorphIconBottom=xr,c.NmorphIconBottomLeft=Nr,c.NmorphIconBottomRight=Br,c.NmorphIconBowl=Vr,c.NmorphIconBox=vr,c.NmorphIconBriefcase=Sr,c.NmorphIconBrush=Cr,c.NmorphIconBrushFilled=Er,c.NmorphIconBurger=eo,c.NmorphIconCalendar=to,c.NmorphIconCamera=Mr,c.NmorphIconCameraFilled=Ir,c.NmorphIconCaretBottom=zr,c.NmorphIconCaretLeft=Hr,c.NmorphIconCaretRight=qr,c.NmorphIconCaretTop=Tr,c.NmorphIconCellphone=Lr,c.NmorphIconChatDotRound=Ar,c.NmorphIconChatDotSquare=Dr,c.NmorphIconChatLineRound=Pr,c.NmorphIconChatLineSquare=Or,c.NmorphIconChatRound=Fr,c.NmorphIconChatSquare=Rr,c.NmorphIconCheck=jr,c.NmorphIconChecked=Wr,c.NmorphIconCherry=$r,c.NmorphIconChevronDoubleDown=oo,c.NmorphIconChevronDoubleLeft=Kr,c.NmorphIconChevronDoubleRight=Ur,c.NmorphIconChevronDoubleUp=Gr,c.NmorphIconChevronDown=Pe,c.NmorphIconChevronLeft=ro,c.NmorphIconChevronRight=no,c.NmorphIconChevronUp=Yr,c.NmorphIconChicken=Zr,c.NmorphIconChromeFilled=Xr,c.NmorphIconCircleCheck=Jr,c.NmorphIconCircleCheckFilled=Qr,c.NmorphIconCircleClose=lo,c.NmorphIconCircleCloseFilled=ao,c.NmorphIconCirclePlus=tn,c.NmorphIconCirclePlusFilled=en,c.NmorphIconClipboard=rn,c.NmorphIconClipboardCheck=on,c.NmorphIconClock=io,c.NmorphIconClose=nn,c.NmorphIconCloseBold=an,c.NmorphIconCloudy=ln,c.NmorphIconCode=cn,c.NmorphIconCoffee=dn,c.NmorphIconCoffeeCup=sn,c.NmorphIconCoin=pn,c.NmorphIconColdDrink=mn,c.NmorphIconCollection=fn,c.NmorphIconCollectionTag=hn,c.NmorphIconComment=un,c.NmorphIconCompass=gn,c.NmorphIconConnection=wn,c.NmorphIconCoordinate=bn,c.NmorphIconCopy=_n,c.NmorphIconCopyDocument=yn,c.NmorphIconCpu=kn,c.NmorphIconCreditCard=Nn,c.NmorphIconCrop=Bn,c.NmorphIconCross=Ze,c.NmorphIconDatabase=xn,c.NmorphIconDelete=vn,c.NmorphIconDeleteFilled=Vn,c.NmorphIconDessert=Sn,c.NmorphIconDiscount=En,c.NmorphIconDoc=ft,c.NmorphIconDocument=qn,c.NmorphIconDocumentAdd=Cn,c.NmorphIconDocumentChecked=In,c.NmorphIconDocumentCopy=Mn,c.NmorphIconDocumentDelete=zn,c.NmorphIconDocumentRemove=Hn,c.NmorphIconDownload=Xe,c.NmorphIconDragHandle=Tn,c.NmorphIconEdit=An,c.NmorphIconEditPen=Ln,c.NmorphIconEnlarge=ut,c.NmorphIconError=Qe,c.NmorphIconExit=Pn,c.NmorphIconExitSquare=On,c.NmorphIconExpand=Dn,c.NmorphIconExternalLink=gt,c.NmorphIconEye=Je,c.NmorphIconEyeBlocked=co,c.NmorphIconFailed=Fn,c.NmorphIconFiles=Rn,c.NmorphIconFilm=jn,c.NmorphIconFilter=$n,c.NmorphIconFilterOff=Wn,c.NmorphIconFingerprint=Kn,c.NmorphIconFinished=Un,c.NmorphIconFlag=Gn,c.NmorphIconFold=Yn,c.NmorphIconFolder=ea,c.NmorphIconFolderAdd=Zn,c.NmorphIconFolderChecked=Xn,c.NmorphIconFolderDelete=Qn,c.NmorphIconFolderOpened=so,c.NmorphIconFolderRemove=Jn,c.NmorphIconFood=ta,c.NmorphIconForkSpoon=na,c.NmorphIconForward=ra,c.NmorphIconForwardFilled=oa,c.NmorphIconFullScreen=wt,c.NmorphIconGoblet=la,c.NmorphIconGobletFull=aa,c.NmorphIconGoldMedal=ca,c.NmorphIconGoods=da,c.NmorphIconGoodsFilled=sa,c.NmorphIconGoogle=ia,c.NmorphIconGrape=ma,c.NmorphIconGrid=pa,c.NmorphIconGuide=ha,c.NmorphIconHand=fa,c.NmorphIconHandbag=ua,c.NmorphIconHeadset=ga,c.NmorphIconHistogram=wa,c.NmorphIconHotWater=ba,c.NmorphIconHouse=ya,c.NmorphIconIceCreamRound=_a,c.NmorphIconIceDrink=ka,c.NmorphIconIceTea=Na,c.NmorphIconImage=rt,c.NmorphIconInbox=xa,c.NmorphIconInfo=Ba,c.NmorphIconInfoFilled=mo,c.NmorphIconKey=Va,c.NmorphIconKnifeFork=va,c.NmorphIconLightning=Sa,c.NmorphIconLink=Ea,c.NmorphIconList=Ca,c.NmorphIconListSimple=Ia,c.NmorphIconLoader=He,c.NmorphIconLoader1=Oe,c.NmorphIconLoader2=He,c.NmorphIconLoaderDots=Oe,c.NmorphIconLoading=He,c.NmorphIconLocation=qa,c.NmorphIconLocationFilled=Ma,c.NmorphIconLocationInformation=za,c.NmorphIconLock=Ta,c.NmorphIconLogo=Ha,c.NmorphIconLollipop=La,c.NmorphIconMagicStick=Aa,c.NmorphIconMagnet=Da,c.NmorphIconMail=Pa,c.NmorphIconMale=Oa,c.NmorphIconManagement=Fa,c.NmorphIconMapLocation=Ra,c.NmorphIconMedal=ja,c.NmorphIconMemo=Wa,c.NmorphIconMenu=$a,c.NmorphIconMessage=Ua,c.NmorphIconMessageBox=Ka,c.NmorphIconMic=Ga,c.NmorphIconMicrophone=Ya,c.NmorphIconMinus=Za,c.NmorphIconMinusThin=po,c.NmorphIconMoney=Xa,c.NmorphIconMonitor=Qa,c.NmorphIconMoon=Ja,c.NmorphIconMore=tl,c.NmorphIconMoreFilled=el,c.NmorphIconMostlyCloudy=ol,c.NmorphIconMouse=rl,c.NmorphIconMug=nl,c.NmorphIconMute=ho,c.NmorphIconMuteNotification=al,c.NmorphIconMuteSpeaker=bt,c.NmorphIconNoSmoking=ll,c.NmorphIconNotebook=il,c.NmorphIconNotification=cl,c.NmorphIconOdometer=sl,c.NmorphIconOfficeBuilding=dl,c.NmorphIconOpen=fo,c.NmorphIconOperation=ml,c.NmorphIconOpportunity=pl,c.NmorphIconOrange=hl,c.NmorphIconPagination=fl,c.NmorphIconPaperclip=ul,c.NmorphIconPartlyCloudy=gl,c.NmorphIconPause=yt,c.NmorphIconPear=wl,c.NmorphIconPhone=yl,c.NmorphIconPhoneFilled=bl,c.NmorphIconPicture=_l,c.NmorphIconPieChart=kl,c.NmorphIconPin=Nl,c.NmorphIconPlace=Bl,c.NmorphIconPlatform=xl,c.NmorphIconPlay=nt,c.NmorphIconPlus=Vl,c.NmorphIconPlusThin=uo,c.NmorphIconPointer=vl,c.NmorphIconPosition=Sl,c.NmorphIconPostCard=El,c.NmorphIconPouring=Cl,c.NmorphIconPresent=Il,c.NmorphIconPriceTag=Ml,c.NmorphIconPrinter=zl,c.NmorphIconPromotion=Hl,c.NmorphIconQuartzWatch=ql,c.NmorphIconQuestionFilled=Tl,c.NmorphIconRank=Ll,c.NmorphIconReading=Dl,c.NmorphIconReadingLamp=Al,c.NmorphIconRecord=Pl,c.NmorphIconRedo=Ol,c.NmorphIconRefresh=jl,c.NmorphIconRefreshLeft=Fl,c.NmorphIconRefreshRight=Rl,c.NmorphIconRefrigerator=Wl,c.NmorphIconRemove=Kl,c.NmorphIconRemoveFilled=$l,c.NmorphIconReply=Gl,c.NmorphIconReplyFilled=Ul,c.NmorphIconRight=Yl,c.NmorphIconRotateLeft=_t,c.NmorphIconRotateRight=kt,c.NmorphIconSave=Xl,c.NmorphIconScaleToOriginal=Zl,c.NmorphIconSchool=Ql,c.NmorphIconScissor=Jl,c.NmorphIconSearch=go,c.NmorphIconSelect=ei,c.NmorphIconSell=ti,c.NmorphIconSemiSelect=oi,c.NmorphIconSend=ni,c.NmorphIconSendFilled=ri,c.NmorphIconServer=ai,c.NmorphIconService=li,c.NmorphIconSetting=ii,c.NmorphIconShare=wo,c.NmorphIconShield=si,c.NmorphIconShieldCheck=ci,c.NmorphIconShip=di,c.NmorphIconShop=mi,c.NmorphIconShoppingBag=pi,c.NmorphIconShoppingCart=fi,c.NmorphIconShoppingCartFull=hi,c.NmorphIconShrink=Nt,c.NmorphIconSize=bd,c.NmorphIconSliders=ui,c.NmorphIconSmile=bo,c.NmorphIconSmoking=gi,c.NmorphIconSoccer=wi,c.NmorphIconSoldOut=bi,c.NmorphIconSort=ki,c.NmorphIconSortDown=yi,c.NmorphIconSortUp=_i,c.NmorphIconSpeaker=Ni,c.NmorphIconSpeakerOff=bt,c.NmorphIconStamp=Bi,c.NmorphIconStar=Vi,c.NmorphIconStarFilled=xi,c.NmorphIconStop=vi,c.NmorphIconStopwatch=Si,c.NmorphIconSuccess=Bt,c.NmorphIconSuccessFilled=yo,c.NmorphIconSugar=Ei,c.NmorphIconSuitcaseLine=Ci,c.NmorphIconSunny=Ii,c.NmorphIconSunrise=Mi,c.NmorphIconSunset=zi,c.NmorphIconSwitch=Ti,c.NmorphIconSwitchButton=Hi,c.NmorphIconSwitchFilled=qi,c.NmorphIconTakeawayBox=Li,c.NmorphIconTicket=Ai,c.NmorphIconTickets=Di,c.NmorphIconTime=Pi,c.NmorphIconTimer=Oi,c.NmorphIconToiletPaper=Fi,c.NmorphIconTools=Ri,c.NmorphIconTop=$i,c.NmorphIconTopLeft=ji,c.NmorphIconTopRight=Wi,c.NmorphIconTrendCharts=Ki,c.NmorphIconTriangleDown=Ui,c.NmorphIconTrophy=Yi,c.NmorphIconTrophyBase=Gi,c.NmorphIconTurnOff=Zi,c.NmorphIconUmbrella=Xi,c.NmorphIconUndo=Qi,c.NmorphIconUnlock=Ji,c.NmorphIconUpload=tc,c.NmorphIconUploadFilled=ec,c.NmorphIconUser=rc,c.NmorphIconUserFilled=oc,c.NmorphIconUsers=nc,c.NmorphIconVan=ac,c.NmorphIconVideo=xt,c.NmorphIconVideoCamera=lc,c.NmorphIconVideoCameraOff=_o,c.NmorphIconVideoPause=ic,c.NmorphIconVideoPlay=cc,c.NmorphIconView=sc,c.NmorphIconWallet=mc,c.NmorphIconWalletFilled=dc,c.NmorphIconWarnTriangleFilled=ko,c.NmorphIconWarning=pc,c.NmorphIconWatch=hc,c.NmorphIconWindPower=fc,c.NmorphIconZoomIn=Vt,c.NmorphIconZoomOut=vt,c.NmorphImage=Ct,c.NmorphImageFit=$s,c.NmorphImagePreview=Bo,c.NmorphImageResolution=it,c.NmorphLayout=Vu,c.NmorphLibrary=id,c.NmorphLink=Eu,c.NmorphLinkTarget=uc,c.NmorphMediaGallery=Ic,c.NmorphMediaTile=G9,c.NmorphNotificationPlacement=cs,c.NmorphNotificationProvider=TN,c.NmorphNumberInput=fk,c.NmorphOTPInput=xk,c.NmorphOverflowProp=Mu,c.NmorphOverlay=tt,c.NmorphPagination=Q9,c.NmorphProgress=dw,c.NmorphQRCode=Ew,c.NmorphRadio=Po,c.NmorphRadioGroup=Oo,c.NmorphScroll=No,c.NmorphScrollBehavior=zu,c.NmorphSelect=qk,c.NmorphSelectButton=E7,c.NmorphSelectButtonItem=Qc,c.NmorphSelectOption=Xc,c.NmorphSelectionControlThickness=$t,c.NmorphSelectionDateType=js,c.NmorphShadowType=Kt,c.NmorphSkeleton=qw,c.NmorphSkeletonItem=Ac,c.NmorphSkeletonItemPropsType=Tw,c.NmorphSlider=Wk,c.NmorphSortOrder=Ks,c.NmorphSpace=Tu,c.NmorphStepper=mN,c.NmorphSwitch=Yk,c.NmorphTabPane=xN,c.NmorphTable=Dc,c.NmorphTableCell=Pc,c.NmorphTableColumn=Oc,c.NmorphTabs=kN,c.NmorphTagItem=zo,c.NmorphTagList=cb,c.NmorphText=Du,c.NmorphTextAlign=Rs,c.NmorphTextInput=Tt,c.NmorphTextarea=Jk,c.NmorphTimePicker=d7,c.NmorphTooltip=qo,c.NmorphTypographyColor=Fs,c.NmorphTypographyVariant=Ps,c.NmorphTypographyWeight=Os,c.NmorphVideoPreview=So,c.NmorphVideoResolution=ct,c.NmorphVirtualList=gb,c.createNmorphEmojiLocale=At,c.createNmorphQRCode=Io,c.en=Gt,c.formatDate=Et,c.formatDateIntl=Tg,c.getCommonStyles=tr,c.getDecadeYears=yc,c.getMonthDaysByWeek=Vc,c.getMonthName=Vo,c.getNmorphThemeStyles=td,c.getTabContentId=Wo,c.getTabLabelId=jo,c.hasAnyRangeDateInNextMonth=Nc,c.hasAnyRangeDateInPrevMonth=kc,c.isTodayInMonthRange=Bc,c.loadNmorphEmojiLocale=$N,c.nmorphEmojiLanguageOptions=jN,c.nmorphEmojiQuickList=ss,c.nmorphGuideInjectionKey=Ho,c.nmorphLog=ar,c.resetTimeToZero=je,c.resolution=jt,c.ru=rd,c.useCalendarTexts=St,c.useNmorph=ad,c.useNmorphBrowser=rr,c.useNmorphNotification=ld,c.useNmorphTheme=sr,c.zh=nd,Object.defineProperty(c,Symbol.toStringTag,{value:"Module"})});
726
+ `},a=S=>{const k={};return Object.entries(S).forEach(([v,b])=>{k[v]=[];const E=!!b.darkShade,I=!!b.lightShade;!!b.main&&!E&&!I&&b.main&&(k[v]=t(b.main)),k[v]=[...k[v],...l(b)]}),k},s=typeof document<"u",d=e.ref(o.defaultTheme);let p=a(o.themes),h=null;s&&(h=document.getElementById("nmorph-theme-styles"),h||(h=document.createElement("style"),h.id="nmorph-theme-styles",h.type="text/css",document.head.appendChild(h)),h.innerHTML=i(p,o.other));const f=()=>{p=a(o.themes),h&&(h.innerHTML=i(p,o.other))},m=S=>{d.value=S,s&&(document.documentElement.setAttribute(Re,d.value),!(typeof localStorage>"u")&&(o.saveCurrentThemeToLS?localStorage.setItem(Re,S):localStorage.removeItem(Re)))},u=(S,k)=>{const v=k.main&&!k.darkShade&&!k.lightShade?n(k.main):{};o.themes[S]={...o.themes[S],...k,...v},f()},w=(S,k)=>{k&&u(S,k),m(S)},g=()=>{const S=document.documentElement.getAttribute(Re),k=typeof localStorage<"u"?localStorage.getItem(Re):null,v=k?p[k]:void 0,b=S?p[S]:void 0;return o.saveCurrentThemeToLS&&k&&v?k:S&&b?S:d.value};s?document.documentElement.hasAttribute(Re)?window.requestAnimationFrame(()=>m(g())):m(g()):m(d.value);const B=o;return{setTheme:m,setThemeColors:u,applyTheme:w,currentTheme:e.readonly(d),data:B,getDynamicColorVariables:t}},od=(r={})=>{const o=e.ref(r.base??1e3);return{current:o,next:()=>(o.value+=1,o.value)}},rd={sun:"Вс",mon:"Пн",tue:"Вт",wed:"Ср",thu:"Чт",fri:"Пт",sat:"Сб",jan:"Январь",feb:"Февраль",mar:"Март",apr:"Апрель",may:"Май",jun:"Июнь",jul:"Июль",aug:"Август",sep:"Сентябрь",oct:"Октябрь",nov:"Ноябрь",dec:"Декабрь",pickADate:"Выберите дату",pickATime:"Выберите время",loadFailedText:"Не удалось загрузить изображение",noElementPlaceholder:"Выберите значение",selectFile:"Выберите файл"},nd={sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六",jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月",pickADate:"选择日期",pickATime:"选择时间",loadFailedText:"图片加载失败",noElementPlaceholder:"选择值",selectFile:"选择文件"},ad=()=>{const r=e.inject("nmorph");if(!r)throw new Error("Nmorph instance is not provided");return r},ld=()=>{const r=e.ref([]),o={duration:3e3,closable:!0,fill:!0,width:"330px"},n=l=>{const i={id:Ue(),...o},a=e.reactive({...i,...l});r.value.push(a),a.duration!==0&&setTimeout(()=>t(a.id),a.duration)},t=l=>{r.value=r.value.filter(i=>i.id!==l)};return{notifications:r,notify:n,removeNotification:t}},id={install(r,o={}){if(!o?.i18n?.outsideMessagesMerge){const a=Us(o.i18n),d=r.__VUE_I18N__?.global,p=!!(r.component("i18n-t")||r.component("I18nT")||r.directive("t"));d?.mergeLocaleMessage?(a.global.messages.value&&Object.entries(a.global.messages.value).forEach(([h,f])=>{d.mergeLocaleMessage?.(h,f)}),d.locale&&a.global.locale.value&&(d.locale.value=a.global.locale.value)):p||r.use(a)}Ts();const n=sr(o.theme),t=rr(),l=od(o.zIndex),i={theme:n,browser:t,zIndex:l};return r.provide("nmorph",i),r}},cd=e.defineComponent({__name:"NmorphButton",props:{design:{type:null,required:!1,default:"nmorph"},borderless:{type:Boolean,required:!1,default:!1},color:{type:String,required:!1},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},toggle:{type:Boolean,required:!1,default:!1},modelValue:{type:Boolean,required:!1,default:void 0},active:{type:Boolean,required:!1,default:!1},danger:{type:Boolean,required:!1,default:!1},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.useSlots(),a=e.computed(()=>!!i.icon),s=e.computed(()=>!!i["icon-only"]),d=e.computed(()=>t.active||!!t.modelValue),p=v=>v.flatMap(b=>b.type===e.Fragment&&Array.isArray(b.children)?p(b.children):b),h=v=>v.type===e.Comment||v.type===e.Text&&typeof v.children=="string"&&v.children.trim()==="",f=()=>{const v=p(i.default?.()??[]).filter(b=>!h(b));return v.length>0&&v.every(b=>b.type===e.Text)},m=e.computed(()=>K({nmorph:[ke[t.thickness],t.fill&&"fill"],"nmorph-button":[t.design,t.shape,t.disabled&&"disabled",t.accentBgOnHover&&"accent-bg-on-hover",t.ripple&&"ripple",s.value&&"icon-only",t.color&&"custom-color",t.design==="plain"&&t.borderless&&"borderless",d.value&&"active",t.danger&&"danger"]})),u=e.ref(null),w={thin:"12px",basic:"16px",thick:"24px"},g=e.computed(()=>w[t.thickness]),B=e.computed(()=>t.color?{"--nmorph-private-button-color":t.color,"--nmorph-private-button-plain-color":t.color,"--nmorph-private-button-hover-color":`color-mix(in srgb, ${t.color} 75%, var(--nmorph-white-color))`}:{}),S=()=>{!t.toggle||t.disabled||t.loading||l("update:model-value",!t.modelValue)};o({buttonDOMElement:u});const k={props:t,emit:l,slots:i,hasIconSlot:a,hasIconOnlySlot:s,active:d,flattenSlotNodes:p,isEmptySlotNode:h,hasTextOnlyDefaultSlot:f,modifiers:m,buttonDOMElement:u,loadingIconSizeMap:w,loadingIconSize:g,buttonColorStyles:B,toggleClickHandler:S,get NmorphIcon(){return ie},get NmorphIconLoader(){return He}};return Object.defineProperty(k,"__isScriptSetup",{enumerable:!1,value:!0}),k}}),W=(r,o)=>{const n=r.__vccOpts||r;for(const[t,l]of o)n[t]=l;return n},sd=["disabled","loading","type","tabindex","aria-pressed"],dd={key:1,class:"nmorph-button__label"},md={key:3,class:"nmorph-button__label"};function pd(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.buttonColorStyles)},[e.createElementVNode("button",{ref:"buttonDOMElement",class:"nmorph-button__content",disabled:t.props.disabled,loading:t.props.loading,type:t.props.type,tabindex:t.props.tabindex,"aria-pressed":t.props.toggle?t.active:void 0,onClick:t.toggleClickHandler},[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,width:t.loadingIconSize,height:t.loadingIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1},8,["width","height"])):t.hasIconOnlySlot?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"icon-only")]),_:3})):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[t.hasIconSlot?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"icon")]),_:3})):e.createCommentVNode("v-if",!0),t.hasTextOnlyDefaultSlot()?(e.openBlock(),e.createElementBlock("span",dd,[e.renderSlot(r.$slots,"default")])):e.renderSlot(r.$slots,"default",{key:2}),t.props.text!==void 0?(e.openBlock(),e.createElementBlock("span",md,e.toDisplayString(t.props.text),1)):e.createCommentVNode("v-if",!0),e.renderSlot(r.$slots,"append")],64))],8,sd)],6)}const Be=W(cd,[["render",pd],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-button/NmorphButton.vue"]]),hd={submit:"submit",reset:"reset",button:"button"},fd={default:"default",square:"square",round:"round",circle:"circle"},ud=e.defineComponent({__name:"NmorphIcon",props:{size:{type:null,required:!1,default:"small"},width:{type:String,required:!1},height:{type:String,required:!1},color:{type:String,required:!1}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-icon":[!n.width&&!n.height&&n.size,n.width&&"custom-width",n.height&&"custom-height"]})),l=e.computed(()=>{const a={};return n.width&&(a["--nmorph-private-icon-width"]=n.width),n.height&&(a["--nmorph-private-icon-height"]=n.height),n.color&&(a["--nmorph-private-icon-color"]=n.color),a}),i={props:n,modifiers:t,customStyles:l};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}}),gd={class:"nmorph-icon__content"};function wd(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.customStyles)},[e.createElementVNode("div",gd,[e.renderSlot(r.$slots,"default")])],6)}const ie=W(ud,[["render",wd],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-icon/NmorphIcon.vue"]]),bd={small:"small",medium:"medium",large:"large"},yd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _d(r,o){return e.openBlock(),e.createElementBlock("svg",yd,[...o[0]||(o[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 dr={render:_d},kd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Nd(r,o){return e.openBlock(),e.createElementBlock("svg",kd,[...o[0]||(o[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 mr={render:Nd},Bd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xd(r,o){return e.openBlock(),e.createElementBlock("svg",Bd,[...o[0]||(o[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 pr={render:xd},Vd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vd(r,o){return e.openBlock(),e.createElementBlock("svg",Vd,[...o[0]||(o[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 hr={render:vd},Sd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 36 32"};function Ed(r,o){return e.openBlock(),e.createElementBlock("svg",Sd,[...o[0]||(o[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 Xt={render:Ed},Cd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Id(r,o){return e.openBlock(),e.createElementBlock("svg",Cd,[...o[0]||(o[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 fr={render:Id},Md={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zd(r,o){return e.openBlock(),e.createElementBlock("svg",Md,[...o[0]||(o[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 Qt={render:zd},Hd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qd(r,o){return e.openBlock(),e.createElementBlock("svg",Hd,[...o[0]||(o[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 Jt={render:qd},Td={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ld(r,o){return e.openBlock(),e.createElementBlock("svg",Td,[...o[0]||(o[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 ur={render:Ld},Ad={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Dd(r,o){return e.openBlock(),e.createElementBlock("svg",Ad,[...o[0]||(o[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 pt={render:Dd},Pd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Od(r,o){return e.openBlock(),e.createElementBlock("svg",Pd,[...o[0]||(o[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 ht={render:Od},Fd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rd(r,o){return e.openBlock(),e.createElementBlock("svg",Fd,[...o[0]||(o[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 gr={render:Rd},jd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Wd(r,o){return e.openBlock(),e.createElementBlock("svg",jd,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M195.2 828.8a448 448 0 1 1 633.6-633.6 448 448 0 0 1-633.6 633.6m45.248-45.248a384 384 0 1 0 543.104-543.104 384 384 0 0 0-543.104 543.104"},null,-1),e.createElementVNode("path",{d:"M497.472 96.896c22.784 4.672 44.416 9.472 64.896 14.528a256.128 256.128 0 0 0 350.208 350.208c5.056 20.48 9.856 42.112 14.528 64.896A320.128 320.128 0 0 1 497.472 96.896M108.48 491.904a320.128 320.128 0 0 1 423.616 423.68c-23.04-3.648-44.992-7.424-65.728-11.52a256.128 256.128 0 0 0-346.496-346.432 1737 1737 0 0 1-11.392-65.728"},null,-1)])])}const wr={render:Wd},$d={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Kd(r,o){return e.openBlock(),e.createElementBlock("svg",$d,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M778.752 788.224a382.46 382.46 0 0 0 116.032-245.632 256.51 256.51 0 0 0-241.728-13.952 762.9 762.9 0 0 1 125.696 259.584m-55.04 44.224a699.65 699.65 0 0 0-125.056-269.632 256.13 256.13 0 0 0-56.064 331.968 382.7 382.7 0 0 0 181.12-62.336m-254.08 61.248A320.13 320.13 0 0 1 557.76 513.6a716 716 0 0 0-48.192-48.128 320.13 320.13 0 0 1-379.264 88.384 382.4 382.4 0 0 0 110.144 229.696 382.4 382.4 0 0 0 229.184 110.08zM129.28 481.088a256.13 256.13 0 0 0 331.072-56.448 699.65 699.65 0 0 0-268.8-124.352 382.66 382.66 0 0 0-62.272 180.8m106.56-235.84a762.9 762.9 0 0 1 258.688 125.056 256.51 256.51 0 0 0-13.44-241.088A382.46 382.46 0 0 0 235.84 245.248m318.08-114.944c40.576 89.536 37.76 193.92-8.448 281.344a780 780 0 0 1 66.176 66.112 320.83 320.83 0 0 1 282.112-8.128 382.4 382.4 0 0 0-110.144-229.12 382.4 382.4 0 0 0-229.632-110.208zM828.8 828.8a448 448 0 1 1-633.6-633.6 448 448 0 0 1 633.6 633.6"},null,-1)])])}const br={render:Kd},Ud={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Gd(r,o){return e.openBlock(),e.createElementBlock("svg",Ud,[...o[0]||(o[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 yr={render:Gd},Yd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zd(r,o){return e.openBlock(),e.createElementBlock("svg",Yd,[...o[0]||(o[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 _r={render:Zd},Xd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qd(r,o){return e.openBlock(),e.createElementBlock("svg",Xd,[...o[0]||(o[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 kr={render:Qd},Jd={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function e0(r,o){return e.openBlock(),e.createElementBlock("svg",Jd,[...o[0]||(o[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 Nr={render:e0},t0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o0(r,o){return e.openBlock(),e.createElementBlock("svg",t0,[...o[0]||(o[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 Br={render:o0},r0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n0(r,o){return e.openBlock(),e.createElementBlock("svg",r0,[...o[0]||(o[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 xr={render:n0},a0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function l0(r,o){return e.openBlock(),e.createElementBlock("svg",a0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M714.432 704a351.74 351.74 0 0 0 148.16-256H161.408a351.74 351.74 0 0 0 148.16 256zM288 766.592A415.68 415.68 0 0 1 96 416a32 32 0 0 1 32-32h768a32 32 0 0 1 32 32 415.68 415.68 0 0 1-192 350.592V832a64 64 0 0 1-64 64H352a64 64 0 0 1-64-64zM493.248 320h-90.496l254.4-254.4a32 32 0 1 1 45.248 45.248zm187.328 0h-128l269.696-155.712a32 32 0 0 1 32 55.424zM352 768v64h320v-64z"},null,-1)])])}const Vr={render:l0},i0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c0(r,o){return e.openBlock(),e.createElementBlock("svg",i0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M317.056 128 128 344.064V896h768V344.064L706.944 128zm-14.528-64h418.944a32 32 0 0 1 24.064 10.88l206.528 236.096A32 32 0 0 1 960 332.032V928a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V332.032a32 32 0 0 1 7.936-21.12L278.4 75.008A32 32 0 0 1 302.528 64"},null,-1),e.createElementVNode("path",{d:"M64 320h896v64H64z"},null,-1),e.createElementVNode("path",{d:"M448 327.872V640h128V327.872L526.08 128h-28.16zM448 64h128l64 256v352a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V320z"},null,-1)])])}const vr={render:c0},s0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d0(r,o){return e.openBlock(),e.createElementBlock("svg",s0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M320 320V128h384v192h192v192H128V320zM128 576h768v320H128zm256-256h256.064V192H384z"},null,-1)])])}const Sr={render:d0},m0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p0(r,o){return e.openBlock(),e.createElementBlock("svg",m0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M608 704v160a96 96 0 0 1-192 0V704h-96a128 128 0 0 1-128-128h640a128 128 0 0 1-128 128zM192 512V128.064h640V512z"},null,-1)])])}const Er={render:p0},h0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f0(r,o){return e.openBlock(),e.createElementBlock("svg",h0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M896 448H128v192a64 64 0 0 0 64 64h192v192h256V704h192a64 64 0 0 0 64-64zm-770.752-64c0-47.552 5.248-90.24 15.552-128 14.72-54.016 42.496-107.392 83.2-160h417.28l-15.36 70.336L736 96h211.2c-24.832 42.88-41.92 96.256-51.2 160a664 664 0 0 0-6.144 128H960v256a128 128 0 0 1-128 128H704v160a32 32 0 0 1-32 32H352a32 32 0 0 1-32-32V768H192A128 128 0 0 1 64 640V384zm64 0h636.544c-2.048-45.824.256-91.584 6.848-137.216 4.48-30.848 10.688-59.776 18.688-86.784h-96.64l-221.12 141.248L561.92 160H256.512c-25.856 37.888-43.776 75.456-53.952 112.832-8.768 32.064-13.248 69.12-13.312 111.168"},null,-1)])])}const Cr={render:f0},u0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function g0(r,o){return e.openBlock(),e.createElementBlock("svg",u0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z"},null,-1)])])}const eo={render:g0},w0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function b0(r,o){return e.openBlock(),e.createElementBlock("svg",w0,[...o[0]||(o[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 to={render:b0},y0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _0(r,o){return e.openBlock(),e.createElementBlock("svg",y0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M160 224a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h704a64 64 0 0 0 64-64V288a64 64 0 0 0-64-64H748.416l-46.464-92.672A64 64 0 0 0 644.736 96H379.328a64 64 0 0 0-57.216 35.392L275.776 224zm352 435.2a115.2 115.2 0 1 0 0-230.4 115.2 115.2 0 0 0 0 230.4m0 140.8a256 256 0 1 1 0-512 256 256 0 0 1 0 512"},null,-1)])])}const Ir={render:_0},k0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N0(r,o){return e.openBlock(),e.createElementBlock("svg",k0,[...o[0]||(o[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 Mr={render:N0},B0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x0(r,o){return e.openBlock(),e.createElementBlock("svg",B0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m192 384 320 384 320-384z"},null,-1)])])}const zr={render:x0},V0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v0(r,o){return e.openBlock(),e.createElementBlock("svg",V0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M672 192 288 511.936 672 832z"},null,-1)])])}const Hr={render:v0},S0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E0(r,o){return e.openBlock(),e.createElementBlock("svg",S0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M384 192v640l384-320.064z"},null,-1)])])}const qr={render:E0},C0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I0(r,o){return e.openBlock(),e.createElementBlock("svg",C0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M512 320 192 704h639.936z"},null,-1)])])}const Tr={render:I0},M0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z0(r,o){return e.openBlock(),e.createElementBlock("svg",M0,[...o[0]||(o[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 Lr={render:z0},H0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q0(r,o){return e.openBlock(),e.createElementBlock("svg",H0,[...o[0]||(o[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 Ar={render:q0},T0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L0(r,o){return e.openBlock(),e.createElementBlock("svg",T0,[...o[0]||(o[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 Dr={render:L0},A0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D0(r,o){return e.openBlock(),e.createElementBlock("svg",A0,[...o[0]||(o[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 Pr={render:D0},P0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O0(r,o){return e.openBlock(),e.createElementBlock("svg",P0,[...o[0]||(o[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 Or={render:O0},F0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R0(r,o){return e.openBlock(),e.createElementBlock("svg",F0,[...o[0]||(o[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 Fr={render:R0},j0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W0(r,o){return e.openBlock(),e.createElementBlock("svg",j0,[...o[0]||(o[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 Rr={render:W0},$0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K0(r,o){return e.openBlock(),e.createElementBlock("svg",$0,[...o[0]||(o[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 jr={render:K0},U0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G0(r,o){return e.openBlock(),e.createElementBlock("svg",U0,[...o[0]||(o[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 Wr={render:G0},Y0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z0(r,o){return e.openBlock(),e.createElementBlock("svg",Y0,[...o[0]||(o[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 $r={render:Z0},X0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function Q0(r,o){return e.openBlock(),e.createElementBlock("svg",X0,[...o[0]||(o[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 oo={render:Q0},J0={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function e2(r,o){return e.openBlock(),e.createElementBlock("svg",J0,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M16 2 4 16l12 14 2-2L8 16 18 4Z"},null,-1),e.createElementVNode("path",{d:"M26 2 14 16l12 14 2-2-10-12L28 4Z"},null,-1)])])}const Kr={render:e2},t2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function o2(r,o){return e.openBlock(),e.createElementBlock("svg",t2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m16 2 12 14-12 14-2-2 10-12L14 4Z"},null,-1),e.createElementVNode("path",{d:"m6 2 12 14L6 30l-2-2 10-12L4 4Z"},null,-1)])])}const Ur={render:o2},r2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function n2(r,o){return e.openBlock(),e.createElementBlock("svg",r2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M2 18 16 6l14 12-2 2-12-10L4 20Z"},null,-1),e.createElementVNode("path",{d:"m2 28 14-12 14 12-2 2-12-10L4 30Z"},null,-1)])])}const Gr={render:n2},a2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function l2(r,o){return e.openBlock(),e.createElementBlock("svg",a2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m2 12 14 12 14-12-2-2-12 10L4 10Z"},null,-1)])])}const Pe={render:l2},i2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function c2(r,o){return e.openBlock(),e.createElementBlock("svg",i2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M20 2 8 16l12 14 2-2-10-12L22 4Z"},null,-1)])])}const ro={render:c2},s2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function d2(r,o){return e.openBlock(),e.createElementBlock("svg",s2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m12 2 12 14-12 14-2-2 10-12L10 4Z"},null,-1)])])}const no={render:d2},m2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function p2(r,o){return e.openBlock(),e.createElementBlock("svg",m2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M2 20 16 8l14 12-2 2-12-10L4 22Z"},null,-1)])])}const Yr={render:p2},h2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f2(r,o){return e.openBlock(),e.createElementBlock("svg",h2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M349.952 716.992 478.72 588.16a106.7 106.7 0 0 1-26.176-19.072 106.7 106.7 0 0 1-19.072-26.176L304.704 671.744c.768 3.072 1.472 6.144 2.048 9.216l2.048 31.936 31.872 1.984c3.136.64 6.208 1.28 9.28 2.112m57.344 33.152a128 128 0 1 1-216.32 114.432l-1.92-32-32-1.92a128 128 0 1 1 114.432-216.32L416.64 469.248c-2.432-101.44 58.112-239.104 149.056-330.048 107.328-107.328 231.296-85.504 316.8 0 85.44 85.44 107.328 209.408 0 316.8-91.008 90.88-228.672 151.424-330.112 149.056L407.296 750.08zm90.496-226.304c49.536 49.536 233.344-7.04 339.392-113.088 78.208-78.208 63.232-163.072 0-226.304-63.168-63.232-148.032-78.208-226.24 0C504.896 290.496 448.32 474.368 497.792 523.84M244.864 708.928a64 64 0 1 0-59.84 59.84l56.32-3.52zm8.064 127.68a64 64 0 1 0 59.84-59.84l-56.32 3.52z"},null,-1)])])}const Zr={render:f2},u2={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function g2(r,o){return e.openBlock(),e.createElementBlock("svg",u2,[...o[0]||(o[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 Xr={render:g2},w2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b2(r,o){return e.openBlock(),e.createElementBlock("svg",w2,[...o[0]||(o[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 Qr={render:b2},y2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _2(r,o){return e.openBlock(),e.createElementBlock("svg",y2,[...o[0]||(o[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 Jr={render:_2},k2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N2(r,o){return e.openBlock(),e.createElementBlock("svg",k2,[...o[0]||(o[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 ao={render:N2},B2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x2(r,o){return e.openBlock(),e.createElementBlock("svg",B2,[...o[0]||(o[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 lo={render:x2},V2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v2(r,o){return e.openBlock(),e.createElementBlock("svg",V2,[...o[0]||(o[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 en={render:v2},S2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E2(r,o){return e.openBlock(),e.createElementBlock("svg",S2,[...o[0]||(o[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 tn={render:E2},C2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I2(r,o){return e.openBlock(),e.createElementBlock("svg",C2,[...o[0]||(o[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 io={render:I2},M2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function z2(r,o){return e.openBlock(),e.createElementBlock("svg",M2,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M11 3h10v3h4v23H7V6h4Zm2 2v4h6V5ZM9 8v19h14V8h-2v3H11V8Zm5 13.5-3.2-3.1-1.5 1.5 4.8 4.7 8.7-9.4-1.5-1.4Z","clip-rule":"evenodd"},null,-1)])])}const on={render:z2},H2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function q2(r,o){return e.openBlock(),e.createElementBlock("svg",H2,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M11 3h10v3h4v23H7V6h4Zm2 2v4h6V5ZM9 8v19h14V8h-2v3H11V8Z","clip-rule":"evenodd"},null,-1)])])}const rn={render:q2},T2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L2(r,o){return e.openBlock(),e.createElementBlock("svg",T2,[...o[0]||(o[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 nn={render:L2},A2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D2(r,o){return e.openBlock(),e.createElementBlock("svg",A2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496"},null,-1)])])}const an={render:D2},P2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O2(r,o){return e.openBlock(),e.createElementBlock("svg",P2,[...o[0]||(o[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 ln={render:O2},F2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 28"};function R2(r,o){return e.openBlock(),e.createElementBlock("svg",F2,[...o[0]||(o[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 cn={render:R2},j2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W2(r,o){return e.openBlock(),e.createElementBlock("svg",j2,[...o[0]||(o[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 sn={render:W2},$2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K2(r,o){return e.openBlock(),e.createElementBlock("svg",$2,[...o[0]||(o[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 dn={render:K2},U2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G2(r,o){return e.openBlock(),e.createElementBlock("svg",U2,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M768 64a192 192 0 1 1-69.952 370.88L480 725.376V896h96a32 32 0 1 1 0 64H320a32 32 0 1 1 0-64h96V725.376L76.8 273.536a64 64 0 0 1-12.8-38.4v-10.688a32 32 0 0 1 32-32h71.808l-65.536-83.84a32 32 0 0 1 50.432-39.424l96.256 123.264h337.728A192.06 192.06 0 0 1 768 64M656.896 192.448H800a32 32 0 0 1 32 32v10.624a64 64 0 0 1-12.8 38.4l-80.448 107.2a128 128 0 1 0-81.92-188.16v-.064zm-357.888 64 129.472 165.76a32 32 0 0 1-50.432 39.36l-160.256-205.12H144l304 404.928 304-404.928z"},null,-1)])])}const mn={render:G2},Y2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z2(r,o){return e.openBlock(),e.createElementBlock("svg",Y2,[...o[0]||(o[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 pn={render:Z2},X2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q2(r,o){return e.openBlock(),e.createElementBlock("svg",X2,[...o[0]||(o[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 hn={render:Q2},J2={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function em(r,o){return e.openBlock(),e.createElementBlock("svg",J2,[...o[0]||(o[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 fn={render:em},tm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function om(r,o){return e.openBlock(),e.createElementBlock("svg",tm,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M736 504a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112M128 128v640h192v160l224-160h352V128z"},null,-1)])])}const un={render:om},rm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function nm(r,o){return e.openBlock(),e.createElementBlock("svg",rm,[...o[0]||(o[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 gn={render:nm},am={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function lm(r,o){return e.openBlock(),e.createElementBlock("svg",am,[...o[0]||(o[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 wn={render:lm},im={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function cm(r,o){return e.openBlock(),e.createElementBlock("svg",im,[...o[0]||(o[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 bn={render:cm},sm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function dm(r,o){return e.openBlock(),e.createElementBlock("svg",sm,[...o[0]||(o[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 yn={render:dm},mm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function pm(r,o){return e.openBlock(),e.createElementBlock("svg",mm,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M20 8V0H6L0 6v18h12v8h20V8zM6 2.828V6H2.828zM2 22V8h6V2h10v6l-6 6v8zm16-11.172V14h-3.172zM30 30H14V16h6v-6h10z"},null,-1)])])}const _n={render:pm},hm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fm(r,o){return e.openBlock(),e.createElementBlock("svg",hm,[...o[0]||(o[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 kn={render:fm},um={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gm(r,o){return e.openBlock(),e.createElementBlock("svg",um,[...o[0]||(o[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 Nn={render:gm},wm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bm(r,o){return e.openBlock(),e.createElementBlock("svg",wm,[...o[0]||(o[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 Bn={render:bm},ym={xmlns:"http://www.w3.org/2000/svg",viewBox:"0.5 0.5 19 19"};function _m(r,o){return e.openBlock(),e.createElementBlock("svg",ym,[...o[0]||(o[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 Ze={render:_m},km={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Nm(r,o){return e.openBlock(),e.createElementBlock("svg",km,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M16 3C9.4 3 5 5.2 5 8v16c0 2.8 4.4 5 11 5s11-2.2 11-5V8c0-2.8-4.4-5-11-5m0 2c5.7 0 9 1.8 9 3s-3.3 3-9 3-9-1.8-9-3 3.3-3 9-3m-9 6.1V16c0 1.2 3.3 3 9 3s9-1.8 9-3v-4.9c-2 1.3-5.2 1.9-9 1.9s-7-.6-9-1.9m0 8V24c0 1.2 3.3 3 9 3s9-1.8 9-3v-4.9c-2 1.3-5.2 1.9-9 1.9s-7-.6-9-1.9","clip-rule":"evenodd"},null,-1)])])}const xn={render:Nm},Bm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xm(r,o){return e.openBlock(),e.createElementBlock("svg",Bm,[...o[0]||(o[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 Vn={render:xm},Vm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vm(r,o){return e.openBlock(),e.createElementBlock("svg",Vm,[...o[0]||(o[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 vn={render:vm},Sm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Em(r,o){return e.openBlock(),e.createElementBlock("svg",Sm,[...o[0]||(o[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 Sn={render:Em},Cm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Im(r,o){return e.openBlock(),e.createElementBlock("svg",Cm,[...o[0]||(o[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 En={render:Im},Mm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function zm(r,o){return e.openBlock(),e.createElementBlock("svg",Mm,[...o[0]||(o[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 ft={render:zm},Hm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qm(r,o){return e.openBlock(),e.createElementBlock("svg",Hm,[...o[0]||(o[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 Cn={render:qm},Tm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Lm(r,o){return e.openBlock(),e.createElementBlock("svg",Tm,[...o[0]||(o[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 In={render:Lm},Am={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Dm(r,o){return e.openBlock(),e.createElementBlock("svg",Am,[...o[0]||(o[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 Mn={render:Dm},Pm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Om(r,o){return e.openBlock(),e.createElementBlock("svg",Pm,[...o[0]||(o[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 zn={render:Om},Fm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rm(r,o){return e.openBlock(),e.createElementBlock("svg",Fm,[...o[0]||(o[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 Hn={render:Rm},jm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Wm(r,o){return e.openBlock(),e.createElementBlock("svg",jm,[...o[0]||(o[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 qn={render:Wm},$m={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Km(r,o){return e.openBlock(),e.createElementBlock("svg",$m,[...o[0]||(o[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 Xe={render:Km},Um={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Gm(r,o){return e.openBlock(),e.createElementBlock("svg",Um,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M12 8c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M24 8c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M12 16c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M24 16c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M12 24c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2M24 24c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2"},null,-1)])])}const Tn={render:Gm},Ym={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zm(r,o){return e.openBlock(),e.createElementBlock("svg",Ym,[...o[0]||(o[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 Ln={render:Zm},Xm={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qm(r,o){return e.openBlock(),e.createElementBlock("svg",Xm,[...o[0]||(o[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 An={render:Qm},Jm={viewBox:"0 0 32 32"};function e1(r,o){return e.openBlock(),e.createElementBlock("svg",Jm,[...o[0]||(o[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 ut={render:e1},t1={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 1024 1024"};function o1(r,o){return e.openBlock(),e.createElementBlock("svg",t1,[...o[0]||(o[0]=[e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"96",d:"M392 392 168 168m0 0h184m-184 0v184M632 392l224-224m0 0H672m184 0v184M392 632 168 856m0 0h184m-184 0V672M632 632l224 224m0 0H672m184 0V672"},null,-1)])])}const Dn={render:o1},r1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function n1(r,o){return e.openBlock(),e.createElementBlock("svg",r1,[...o[0]||(o[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 Qe={render:n1},a1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function l1(r,o){return e.openBlock(),e.createElementBlock("svg",a1,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M5 5h11v3H8v16h16v-8h3v11H5Z"},null,-1),e.createElementVNode("path",{d:"M19 5h8v8h-3v-2.9L13.6 20.4l-2-2L22 8h-3Z"},null,-1)])])}const gt={render:l1},i1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c1(r,o){return e.openBlock(),e.createElementBlock("svg",i1,[...o[0]||(o[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 Pn={render:c1},s1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d1(r,o){return e.openBlock(),e.createElementBlock("svg",s1,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M192 160h640c17.673 0 32 14.327 32 32v640c0 17.673-14.327 32-32 32H192c-17.673 0-32-14.327-32-32V192c0-17.673 14.327-32 32-32m32 64v576h576V224z"},null,-1),e.createElementVNode("path",{d:"M550.624 310.624a32 32 0 0 1 45.248 0l178.752 178.752a32 32 0 0 1 0 45.248L595.872 713.376a32 32 0 0 1-45.248-45.248L674.752 544H384a32 32 0 1 1 0-64h290.752L550.624 355.872a32 32 0 0 1 0-45.248"},null,-1)])])}const On={render:d1},m1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function p1(r,o){return e.openBlock(),e.createElementBlock("svg",m1,[...o[0]||(o[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 Je={render:p1},h1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function f1(r,o){return e.openBlock(),e.createElementBlock("svg",h1,[...o[0]||(o[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 co={render:f1},u1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g1(r,o){return e.openBlock(),e.createElementBlock("svg",u1,[...o[0]||(o[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 Fn={render:g1},w1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b1(r,o){return e.openBlock(),e.createElementBlock("svg",w1,[...o[0]||(o[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 Rn={render:b1},y1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _1(r,o){return e.openBlock(),e.createElementBlock("svg",y1,[...o[0]||(o[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 jn={render:_1},k1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function N1(r,o){return e.openBlock(),e.createElementBlock("svg",k1,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m5.8 3.7 22.5 22.5-2.1 2.1L3.7 5.8Z"},null,-1),e.createElementVNode("path",{d:"m10.3 9 6.5 6.5.2.2v2.6l4 3.6v-5.3L27 9ZM5 9l8 10.1V25l3-2.2v-3L5.2 9Z"},null,-1)])])}const Wn={render:N1},B1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x1(r,o){return e.openBlock(),e.createElementBlock("svg",B1,[...o[0]||(o[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 $n={render:x1},V1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function v1(r,o){return e.openBlock(),e.createElementBlock("svg",V1,[...o[0]||(o[0]=[e.createElementVNode("path",{fill:"none",d:"M7 14c0-5 4-9 9-9s9 4 9 9"},null,-1),e.createElementVNode("path",{fill:"none",d:"M10 14c0-3.3 2.7-6 6-6s6 2.7 6 6c0 6-4 6-4 12"},null,-1),e.createElementVNode("path",{fill:"none",d:"M13 14c0-1.7 1.3-3 3-3s3 1.3 3 3c0 4-3 4-3 12M7 19c1.2 2.8 3.4 4.8 6 6M10 16c.1 3.7 1.9 6.6 5 10M22 24c1.8-2.2 3-5 3-9"},null,-1)])])}const Kn={render:v1},S1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E1(r,o){return e.openBlock(),e.createElementBlock("svg",S1,[...o[0]||(o[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 Un={render:E1},C1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I1(r,o){return e.openBlock(),e.createElementBlock("svg",C1,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"},null,-1)])])}const Gn={render:I1},M1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z1(r,o){return e.openBlock(),e.createElementBlock("svg",M1,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"},null,-1)])])}const Yn={render:z1},H1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q1(r,o){return e.openBlock(),e.createElementBlock("svg",H1,[...o[0]||(o[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 Zn={render:q1},T1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L1(r,o){return e.openBlock(),e.createElementBlock("svg",T1,[...o[0]||(o[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 Xn={render:L1},A1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D1(r,o){return e.openBlock(),e.createElementBlock("svg",A1,[...o[0]||(o[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 Qn={render:D1},P1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O1(r,o){return e.openBlock(),e.createElementBlock("svg",P1,[...o[0]||(o[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 so={render:O1},F1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R1(r,o){return e.openBlock(),e.createElementBlock("svg",F1,[...o[0]||(o[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-32m256 416h320v64H352z"},null,-1)])])}const Jn={render:R1},j1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W1(r,o){return e.openBlock(),e.createElementBlock("svg",j1,[...o[0]||(o[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 ea={render:W1},$1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K1(r,o){return e.openBlock(),e.createElementBlock("svg",$1,[...o[0]||(o[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 ta={render:K1},U1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G1(r,o){return e.openBlock(),e.createElementBlock("svg",U1,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M582.4 265.6A32 32 0 0 0 528 288v96h-96c-199.424 0-329.792 133.952-375.168 376.896a32 32 0 0 0 59.968 20.928C193.536 652.8 294.08 608 432 608h96v128a32 32 0 0 0 54.4 22.4l256-224a32 32 0 0 0 0-48z"},null,-1)])])}const oa={render:G1},Y1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z1(r,o){return e.openBlock(),e.createElementBlock("svg",Y1,[...o[0]||(o[0]=[e.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"72",d:"m576 288 224 224-224 224m192-224H480c-154.667 0-256 101.333-256 256"},null,-1)])])}const ra={render:Z1},X1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q1(r,o){return e.openBlock(),e.createElementBlock("svg",X1,[...o[0]||(o[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 na={render:Q1},J1={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ep(r,o){return e.openBlock(),e.createElementBlock("svg",J1,[...o[0]||(o[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 wt={render:ep},tp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function op(r,o){return e.openBlock(),e.createElementBlock("svg",tp,[...o[0]||(o[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 aa={render:op},rp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function np(r,o){return e.openBlock(),e.createElementBlock("svg",rp,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M544 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.4M256 320a256 256 0 1 0 512 0c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320"},null,-1)])])}const la={render:np},ap={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function lp(r,o){return e.openBlock(),e.createElementBlock("svg",ap,[...o[0]||(o[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 ia={render:lp},ip={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function cp(r,o){return e.openBlock(),e.createElementBlock("svg",ip,[...o[0]||(o[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 ca={render:cp},sp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function dp(r,o){return e.openBlock(),e.createElementBlock("svg",sp,[...o[0]||(o[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 sa={render:dp},mp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function pp(r,o){return e.openBlock(),e.createElementBlock("svg",mp,[...o[0]||(o[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 da={render:pp},hp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fp(r,o){return e.openBlock(),e.createElementBlock("svg",hp,[...o[0]||(o[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 ma={render:fp},up={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gp(r,o){return e.openBlock(),e.createElementBlock("svg",up,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"},null,-1)])])}const pa={render:gp},wp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bp(r,o){return e.openBlock(),e.createElementBlock("svg",wp,[...o[0]||(o[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 ha={render:bp},yp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1088"};function _p(r,o){return e.openBlock(),e.createElementBlock("svg",yp,[...o[0]||(o[0]=[e.createElementVNode("path",{fill:"currentColor",d:"M360 131.2c0-39.366 29.55-71.28 66-71.28s66 31.914 66 71.28v453.6h32V72.88c0-39.366 29.55-71.28 66-71.28s66 31.914 66 71.28V584.8h32v-432c0-39.366 29.55-71.28 66-71.28s66 31.914 66 71.28v457.92h30V256.48c0-39.366 29.55-71.28 66-71.28s66 31.914 66 71.28V736c0 181.332-136.1 328.32-304 328.32h-82c-98.69 0-190.2-55.62-241.34-146.794L109.73 665.67a70 75.6 0 0 1 120.06-77.5L360 822.4z"},null,-1)])])}const fa={render:_p},kp={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function Np(r,o){return e.openBlock(),e.createElementBlock("svg",kp,[...o[0]||(o[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 ua={render:Np},Bp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function xp(r,o){return e.openBlock(),e.createElementBlock("svg",Bp,[...o[0]||(o[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 ga={render:xp},Vp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vp(r,o){return e.openBlock(),e.createElementBlock("svg",Vp,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"},null,-1)])])}const wa={render:vp},Sp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ep(r,o){return e.openBlock(),e.createElementBlock("svg",Sp,[...o[0]||(o[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 ba={render:Ep},Cp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ip(r,o){return e.openBlock(),e.createElementBlock("svg",Cp,[...o[0]||(o[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 ya={render:Ip},Mp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zp(r,o){return e.openBlock(),e.createElementBlock("svg",Mp,[...o[0]||(o[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 _a={render:zp},Hp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function qp(r,o){return e.openBlock(),e.createElementBlock("svg",Hp,[...o[0]||(o[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 ka={render:qp},Tp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Lp(r,o){return e.openBlock(),e.createElementBlock("svg",Tp,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M197.696 259.648a320.128 320.128 0 0 1 628.608 0A96 96 0 0 1 896 352v64a96 96 0 0 1-71.616 92.864l-49.408 395.072A64 64 0 0 1 711.488 960H312.512a64 64 0 0 1-63.488-56.064l-49.408-395.072A96 96 0 0 1 128 416v-64a96 96 0 0 1 69.696-92.352M264.064 256h495.872a256.128 256.128 0 0 0-495.872 0m495.424 256H264.512l48 384h398.976zM224 448h576a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32H224a32 32 0 0 0-32 32v64a32 32 0 0 0 32 32m160 192h64v64h-64zm192 64h64v64h-64zm-128 64h64v64h-64zm64-192h64v64h-64z"},null,-1)])])}const Na={render:Lp},Ap={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Dp(r,o){return e.openBlock(),e.createElementBlock("svg",Ap,[...o[0]||(o[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 mo={render:Dp},Pp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Op(r,o){return e.openBlock(),e.createElementBlock("svg",Pp,[...o[0]||(o[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 Ba={render:Op},Fp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Rp(r,o){return e.openBlock(),e.createElementBlock("svg",Fp,[...o[0]||(o[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 rt={render:Rp},jp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Wp(r,o){return e.openBlock(),e.createElementBlock("svg",jp,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M6 5h20l4 12v10H2V17Zm2.2 3-3 9H11l2 4h6l2-4h5.8l-3-9ZM4 19v6h24v-6h-5.8l-2 4h-8.4l-2-4Z","clip-rule":"evenodd"},null,-1)])])}const xa={render:Wp},$p={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Kp(r,o){return e.openBlock(),e.createElementBlock("svg",$p,[...o[0]||(o[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 Va={render:Kp},Up={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Gp(r,o){return e.openBlock(),e.createElementBlock("svg",Up,[...o[0]||(o[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 va={render:Gp},Yp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zp(r,o){return e.openBlock(),e.createElementBlock("svg",Yp,[...o[0]||(o[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 Sa={render:Zp},Xp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qp(r,o){return e.openBlock(),e.createElementBlock("svg",Xp,[...o[0]||(o[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 Ea={render:Qp},Jp={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function eh(r,o){return e.openBlock(),e.createElementBlock("svg",Jp,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"},null,-1)])])}const Ca={render:eh},th={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function oh(r,o){return e.openBlock(),e.createElementBlock("svg",th,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M192 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m192-96a48 48 0 0 0 0 96h480a48 48 0 0 0 0-96zm0 304a48 48 0 0 0 0 96h480a48 48 0 0 0 0-96zm0 304a48 48 0 0 0 0 96h480a48 48 0 0 0 0-96zM256 512a64 64 0 1 1-128 0 64 64 0 0 1 128 0m-64 368a64 64 0 1 0 0-128 64 64 0 0 0 0 128"},null,-1)])])}const Ia={render:oh},rh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 100 100"};function nh(r,o){return e.openBlock(),e.createElementBlock("svg",rh,[...o[0]||(o[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 Oe={render:nh},ah={xmlns:"http://www.w3.org/2000/svg",width:"100",height:"100",viewBox:"0 0 1024 1024"};function lh(r,o){return e.openBlock(),e.createElementBlock("svg",ah,[...o[0]||(o[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 He={render:lh},ih={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ch(r,o){return e.openBlock(),e.createElementBlock("svg",ih,[...o[0]||(o[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 Ma={render:ch},sh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function dh(r,o){return e.openBlock(),e.createElementBlock("svg",sh,[...o[0]||(o[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 za={render:dh},mh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 79 69"};function ph(r,o){return e.openBlock(),e.createElementBlock("svg",mh,[...o[0]||(o[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 Ha={render:ph},hh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function fh(r,o){return e.openBlock(),e.createElementBlock("svg",hh,[...o[0]||(o[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 qa={render:fh},uh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function gh(r,o){return e.openBlock(),e.createElementBlock("svg",uh,[...o[0]||(o[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 Ta={render:gh},wh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function bh(r,o){return e.openBlock(),e.createElementBlock("svg",wh,[...o[0]||(o[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 La={render:bh},yh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _h(r,o){return e.openBlock(),e.createElementBlock("svg",yh,[...o[0]||(o[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 Aa={render:_h},kh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Nh(r,o){return e.openBlock(),e.createElementBlock("svg",kh,[...o[0]||(o[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 Da={render:Nh},Bh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function xh(r,o){return e.openBlock(),e.createElementBlock("svg",Bh,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M4 7h24v18H4Zm2.8 2 9.2 7 9.2-7ZM26 11.1l-10 7.7-10-7.7V23h20Z","clip-rule":"evenodd"},null,-1)])])}const Pa={render:xh},Vh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function vh(r,o){return e.openBlock(),e.createElementBlock("svg",Vh,[...o[0]||(o[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 Oa={render:vh},Sh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Eh(r,o){return e.openBlock(),e.createElementBlock("svg",Sh,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"},null,-1)])])}const Fa={render:Eh},Ch={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ih(r,o){return e.openBlock(),e.createElementBlock("svg",Ch,[...o[0]||(o[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 Ra={render:Ih},Mh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function zh(r,o){return e.openBlock(),e.createElementBlock("svg",Mh,[...o[0]||(o[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 ja={render:zh},Hh={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function qh(r,o){return e.openBlock(),e.createElementBlock("svg",Hh,[...o[0]||(o[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 Wa={render:qh},Th={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Lh(r,o){return e.openBlock(),e.createElementBlock("svg",Th,[...o[0]||(o[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 $a={render:Lh},Ah={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Dh(r,o){return e.openBlock(),e.createElementBlock("svg",Ah,[...o[0]||(o[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 Ka={render:Dh},Ph={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Oh(r,o){return e.openBlock(),e.createElementBlock("svg",Ph,[...o[0]||(o[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 Ua={render:Oh},Fh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Rh(r,o){return e.openBlock(),e.createElementBlock("svg",Fh,[...o[0]||(o[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 Ga={render:Rh},jh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Wh(r,o){return e.openBlock(),e.createElementBlock("svg",jh,[...o[0]||(o[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 Ya={render:Wh},$h={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Kh(r,o){return e.openBlock(),e.createElementBlock("svg",$h,[...o[0]||(o[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 Za={render:Kh},Uh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function Gh(r,o){return e.openBlock(),e.createElementBlock("svg",Uh,[...o[0]||(o[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M4 12h16"},null,-1)])])}const po={render:Gh},Yh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Zh(r,o){return e.openBlock(),e.createElementBlock("svg",Yh,[...o[0]||(o[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 Xa={render:Zh},Xh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Qh(r,o){return e.openBlock(),e.createElementBlock("svg",Xh,[...o[0]||(o[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 Qa={render:Qh},Jh={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function e4(r,o){return e.openBlock(),e.createElementBlock("svg",Jh,[...o[0]||(o[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 Ja={render:e4},t4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o4(r,o){return e.openBlock(),e.createElementBlock("svg",t4,[...o[0]||(o[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 el={render:o4},r4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n4(r,o){return e.openBlock(),e.createElementBlock("svg",r4,[...o[0]||(o[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 tl={render:n4},a4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function l4(r,o){return e.openBlock(),e.createElementBlock("svg",a4,[...o[0]||(o[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 ol={render:l4},i4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c4(r,o){return e.openBlock(),e.createElementBlock("svg",i4,[...o[0]||(o[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 rl={render:c4},s4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d4(r,o){return e.openBlock(),e.createElementBlock("svg",s4,[...o[0]||(o[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 nl={render:d4},m4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p4(r,o){return e.openBlock(),e.createElementBlock("svg",m4,[...o[0]||(o[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 al={render:p4},h4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f4(r,o){return e.openBlock(),e.createElementBlock("svg",h4,[...o[0]||(o[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 ho={render:f4},u4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g4(r,o){return e.openBlock(),e.createElementBlock("svg",u4,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M128 384a64 64 0 0 1 64-64h168.448l224-179.2A64 64 0 0 1 688 190.784v642.432A64 64 0 0 1 584.448 883.2l-224-179.2H192a64 64 0 0 1-64-64zm64 0v256h192a32 32 0 0 1 19.968 7.008L624 823.04V200.96L403.968 376.992A32 32 0 0 1 384 384zm595.2 2.368a32 32 0 0 1 45.248 0A223.3 223.3 0 0 1 896 544a223.3 223.3 0 0 1-63.552 157.632 32 32 0 1 1-45.248-45.248A159.42 159.42 0 0 0 832 544a159.42 159.42 0 0 0-44.8-112.384 32 32 0 0 1 0-45.248m-90.496 90.496a32 32 0 0 1 45.248 0A95.78 95.78 0 0 1 768 544a95.78 95.78 0 0 1-26.048 67.136 32 32 0 0 1-45.248-45.248A31.9 31.9 0 0 0 704 544c0-8.448-3.328-16.576-7.296-21.888a32 32 0 0 1 0-45.248"},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 bt={render:g4},w4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b4(r,o){return e.openBlock(),e.createElementBlock("svg",w4,[...o[0]||(o[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 ll={render:b4},y4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _4(r,o){return e.openBlock(),e.createElementBlock("svg",y4,[...o[0]||(o[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 il={render:_4},k4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N4(r,o){return e.openBlock(),e.createElementBlock("svg",k4,[...o[0]||(o[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 cl={render:N4},B4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x4(r,o){return e.openBlock(),e.createElementBlock("svg",B4,[...o[0]||(o[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:"M192 512a320 320 0 1 1 640 0 32 32 0 1 1-64 0 256 256 0 1 0-512 0 32 32 0 0 1-64 0"},null,-1),e.createElementVNode("path",{d:"M570.432 627.84A96 96 0 1 1 509.568 608l60.992-187.776A32 32 0 1 1 631.424 440l-60.992 187.776zM502.08 734.464a32 32 0 1 0 19.84-60.928 32 32 0 0 0-19.84 60.928"},null,-1)])])}const sl={render:x4},V4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v4(r,o){return e.openBlock(),e.createElementBlock("svg",V4,[...o[0]||(o[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 dl={render:v4},S4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E4(r,o){return e.openBlock(),e.createElementBlock("svg",S4,[...o[0]||(o[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 ml={render:E4},C4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I4(r,o){return e.openBlock(),e.createElementBlock("svg",C4,[...o[0]||(o[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 pl={render:I4},M4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z4(r,o){return e.openBlock(),e.createElementBlock("svg",M4,[...o[0]||(o[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:"M694.044 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 fo={render:z4},H4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q4(r,o){return e.openBlock(),e.createElementBlock("svg",H4,[...o[0]||(o[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 hl={render:q4},T4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L4(r,o){return e.openBlock(),e.createElementBlock("svg",T4,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M416 288a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zm-320 0a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zm448 0a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zM416 672a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zm-320 0a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zm448 0a64 64 0 0 1 64-64h64a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64h-64a64 64 0 0 1-64-64zm64 0v64h64v-64zM128 480h768v64H128z"},null,-1)])])}const fl={render:L4},A4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D4(r,o){return e.openBlock(),e.createElementBlock("svg",A4,[...o[0]||(o[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 ul={render:D4},P4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O4(r,o){return e.openBlock(),e.createElementBlock("svg",P4,[...o[0]||(o[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 gl={render:O4},F4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R4(r,o){return e.openBlock(),e.createElementBlock("svg",F4,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M352 224q0-32 32-32h80q32 0 32 32v576q0 32-32 32h-80q-32 0-32-32zm176 0q0-32 32-32h80q32 0 32 32v576q0 32-32 32h-80q-32 0-32-32z"},null,-1)])])}const yt={render:R4},j4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W4(r,o){return e.openBlock(),e.createElementBlock("svg",j4,[...o[0]||(o[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 wl={render:W4},$4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K4(r,o){return e.openBlock(),e.createElementBlock("svg",$4,[...o[0]||(o[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 bl={render:K4},U4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G4(r,o){return e.openBlock(),e.createElementBlock("svg",U4,[...o[0]||(o[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 yl={render:G4},Y4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z4(r,o){return e.openBlock(),e.createElementBlock("svg",Y4,[...o[0]||(o[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 _l={render:Z4},X4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q4(r,o){return e.openBlock(),e.createElementBlock("svg",X4,[...o[0]||(o[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 kl={render:Q4},J4={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function e3(r,o){return e.openBlock(),e.createElementBlock("svg",J4,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M16 2H8a1 1 0 0 0 0 2h1v5.59l-2.71 2.7A1 1 0 0 0 7 14h4v7a1 1 0 1 0 2 0v-7h4a1 1 0 0 0 .71-1.71L15 9.59V4h1a1 1 0 1 0 0-2m-2.71 8.71 1.3 1.29H9.41l1.3-1.29A1 1 0 0 0 11 10V4h2v6a1 1 0 0 0 .29.71"},null,-1)])])}const Nl={render:e3},t3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o3(r,o){return e.openBlock(),e.createElementBlock("svg",t3,[...o[0]||(o[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 Bl={render:o3},r3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n3(r,o){return e.openBlock(),e.createElementBlock("svg",r3,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"},null,-1)])])}const xl={render:n3},a3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function l3(r,o){return e.openBlock(),e.createElementBlock("svg",a3,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M320 224c0-38.4 42.667-61.44 74.667-40.107l432 288c28.48 18.987 28.48 61.227 0 80.214l-432 288C362.667 861.44 320 838.4 320 800z"},null,-1)])])}const nt={render:l3},i3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function c3(r,o){return e.openBlock(),e.createElementBlock("svg",i3,[...o[0]||(o[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 Vl={render:c3},s3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function d3(r,o){return e.openBlock(),e.createElementBlock("svg",s3,[...o[0]||(o[0]=[e.createElementVNode("path",{stroke:"#000","stroke-width":"3",d:"M12 4v16M4 12h16"},null,-1)])])}const uo={render:d3},m3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p3(r,o){return e.openBlock(),e.createElementBlock("svg",m3,[...o[0]||(o[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 vl={render:p3},h3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f3(r,o){return e.openBlock(),e.createElementBlock("svg",h3,[...o[0]||(o[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 Sl={render:f3},u3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g3(r,o){return e.openBlock(),e.createElementBlock("svg",u3,[...o[0]||(o[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 El={render:g3},w3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b3(r,o){return e.openBlock(),e.createElementBlock("svg",w3,[...o[0]||(o[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 Cl={render:b3},y3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _3(r,o){return e.openBlock(),e.createElementBlock("svg",y3,[...o[0]||(o[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 Il={render:_3},k3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N3(r,o){return e.openBlock(),e.createElementBlock("svg",k3,[...o[0]||(o[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 Ml={render:N3},B3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x3(r,o){return e.openBlock(),e.createElementBlock("svg",B3,[...o[0]||(o[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 zl={render:x3},V3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v3(r,o){return e.openBlock(),e.createElementBlock("svg",V3,[...o[0]||(o[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 Hl={render:v3},S3={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function E3(r,o){return e.openBlock(),e.createElementBlock("svg",S3,[...o[0]||(o[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 ql={render:E3},C3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function I3(r,o){return e.openBlock(),e.createElementBlock("svg",C3,[...o[0]||(o[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 Tl={render:I3},M3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z3(r,o){return e.openBlock(),e.createElementBlock("svg",M3,[...o[0]||(o[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 Ll={render:z3},H3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q3(r,o){return e.openBlock(),e.createElementBlock("svg",H3,[...o[0]||(o[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 Al={render:q3},T3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L3(r,o){return e.openBlock(),e.createElementBlock("svg",T3,[...o[0]||(o[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 Dl={render:L3},A3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D3(r,o){return e.openBlock(),e.createElementBlock("svg",A3,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M512 192a320 320 0 1 1 0 640 320 320 0 0 1 0-640"},null,-1)])])}const Pl={render:D3},P3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function O3(r,o){return e.openBlock(),e.createElementBlock("svg",P3,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M19 7h6l-6-6v4h-6C6.9 5 2 9.9 2 16s4.9 11 11 11h7v-3h-7c-4.4 0-8-3.6-8-8s3.6-8 8-8h6Z"},null,-1)])])}const Ol={render:O3},F3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R3(r,o){return e.openBlock(),e.createElementBlock("svg",F3,[...o[0]||(o[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 Fl={render:R3},j3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W3(r,o){return e.openBlock(),e.createElementBlock("svg",j3,[...o[0]||(o[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 Rl={render:W3},$3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K3(r,o){return e.openBlock(),e.createElementBlock("svg",$3,[...o[0]||(o[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 jl={render:K3},U3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G3(r,o){return e.openBlock(),e.createElementBlock("svg",U3,[...o[0]||(o[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 Wl={render:G3},Y3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z3(r,o){return e.openBlock(),e.createElementBlock("svg",Y3,[...o[0]||(o[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 $l={render:Z3},X3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q3(r,o){return e.openBlock(),e.createElementBlock("svg",X3,[...o[0]||(o[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 Kl={render:Q3},J3={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function e6(r,o){return e.openBlock(),e.createElementBlock("svg",J3,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M441.6 265.6A32 32 0 0 1 496 288v96h96c199.424 0 329.792 133.952 375.168 376.896a32 32 0 0 1-59.968 20.928C830.464 652.8 729.92 608 592 608h-96v128a32 32 0 0 1-54.4 22.4l-256-224a32 32 0 0 1 0-48z"},null,-1)])])}const Ul={render:e6},t6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o6(r,o){return e.openBlock(),e.createElementBlock("svg",t6,[...o[0]||(o[0]=[e.createElementVNode("path",{fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"72",d:"M448 288 224 512l224 224M256 512h288c154.667 0 256 101.333 256 256"},null,-1)])])}const Gl={render:o6},r6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n6(r,o){return e.openBlock(),e.createElementBlock("svg",r6,[...o[0]||(o[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 Yl={render:n6},a6={viewBox:"0 0 32 32"};function l6(r,o){return e.openBlock(),e.createElementBlock("svg",a6,[...o[0]||(o[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 _t={render:l6},i6={viewBox:"0 0 32 32"};function c6(r,o){return e.openBlock(),e.createElementBlock("svg",i6,[...o[0]||(o[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 kt={render:c6},s6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d6(r,o){return e.openBlock(),e.createElementBlock("svg",s6,[...o[0]||(o[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 Zl={render:d6},m6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function p6(r,o){return e.openBlock(),e.createElementBlock("svg",m6,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M4 2h20l4 4v24H4Zm2 2v24h20V7.2L22.8 4H22v9H10V4Zm6 0v7h8V4Zm-2 16h12v8H10Zm2 2v4h8v-4Z","clip-rule":"evenodd"},null,-1)])])}const Xl={render:p6},h6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f6(r,o){return e.openBlock(),e.createElementBlock("svg",h6,[...o[0]||(o[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 Ql={render:f6},u6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g6(r,o){return e.openBlock(),e.createElementBlock("svg",u6,[...o[0]||(o[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 Jl={render:g6},w6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function b6(r,o){return e.openBlock(),e.createElementBlock("svg",w6,[...o[0]||(o[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 go={render:b6},y6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _6(r,o){return e.openBlock(),e.createElementBlock("svg",y6,[...o[0]||(o[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 ei={render:_6},k6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N6(r,o){return e.openBlock(),e.createElementBlock("svg",k6,[...o[0]||(o[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 ti={render:N6},B6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x6(r,o){return e.openBlock(),e.createElementBlock("svg",B6,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"},null,-1)])])}const oi={render:x6},V6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v6(r,o){return e.openBlock(),e.createElementBlock("svg",V6,[...o[0]||(o[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 ri={render:v6},S6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E6(r,o){return e.openBlock(),e.createElementBlock("svg",S6,[...o[0]||(o[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 ni={render:E6},C6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function I6(r,o){return e.openBlock(),e.createElementBlock("svg",C6,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"M4 4h24v10H4Zm3 3v4h18V7ZM4 18h24v10H4Zm3 3v4h18v-4Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{d:"M23 8v2h-2V8ZM23 22v2h-2v-2Z"},null,-1)])])}const ai={render:I6},M6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z6(r,o){return e.openBlock(),e.createElementBlock("svg",M6,[...o[0]||(o[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 li={render:z6},H6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function q6(r,o){return e.openBlock(),e.createElementBlock("svg",H6,[...o[0]||(o[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 ii={render:q6},T6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L6(r,o){return e.openBlock(),e.createElementBlock("svg",T6,[...o[0]||(o[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 wo={render:L6},A6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function D6(r,o){return e.openBlock(),e.createElementBlock("svg",A6,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"m16 2 11 4v8c0 7.4-4.6 12.8-11 16-6.4-3.2-11-8.6-11-16V6Zm0 3.2L8 8v6c0 5.8 3.2 10.2 8 12.8 4.8-2.6 8-7 8-12.8V8Zm-1.2 13.2-3.3-3.2L9.7 17l5.2 5 7.6-8.3-1.8-1.7Z","clip-rule":"evenodd"},null,-1)])])}const ci={render:D6},P6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function O6(r,o){return e.openBlock(),e.createElementBlock("svg",P6,[...o[0]||(o[0]=[e.createElementVNode("path",{"fill-rule":"evenodd",d:"m16 2 11 4v8c0 7.4-4.6 12.8-11 16-6.4-3.2-11-8.6-11-16V6Zm0 3.2L8 8v6c0 5.8 3.2 10.2 8 12.8 4.8-2.6 8-7 8-12.8V8Z","clip-rule":"evenodd"},null,-1)])])}const si={render:O6},F6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R6(r,o){return e.openBlock(),e.createElementBlock("svg",F6,[...o[0]||(o[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 di={render:R6},j6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function W6(r,o){return e.openBlock(),e.createElementBlock("svg",j6,[...o[0]||(o[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 mi={render:W6},$6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K6(r,o){return e.openBlock(),e.createElementBlock("svg",$6,[...o[0]||(o[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 pi={render:K6},U6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G6(r,o){return e.openBlock(),e.createElementBlock("svg",U6,[...o[0]||(o[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 hi={render:G6},Y6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z6(r,o){return e.openBlock(),e.createElementBlock("svg",Y6,[...o[0]||(o[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 fi={render:Z6},X6={viewBox:"0 0 32 32"};function Q6(r,o){return e.openBlock(),e.createElementBlock("svg",X6,[...o[0]||(o[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 Nt={render:Q6},J6={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function e8(r,o){return e.openBlock(),e.createElementBlock("svg",J6,[...o[0]||(o[0]=[e.createElementVNode("path",{fill:"none",d:"M5 8h7M20 8h7M5 16h13M26 16h1M5 24h5M18 24h9"},null,-1),e.createElementVNode("path",{d:"M16 4c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4M22 12c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4M14 20c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4"},null,-1)])])}const ui={render:e8},t8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function o8(r,o){return e.openBlock(),e.createElementBlock("svg",t8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M512 64a448 448 0 1 0 0 896 448 448 0 0 0 0-896m0 64a384 384 0 1 1 0 768 384 384 0 0 1 0-768"},null,-1),e.createElementVNode("path",{d:"M352 384a48 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-96M352.64 585.6a32 32 0 0 1 43.648 11.712C419.84 638.08 462.976 672 512 672s92.16-33.92 115.712-74.688a32 32 0 0 1 55.36 32C649.6 687.296 586.752 736 512 736s-137.6-48.704-171.072-106.688A32 32 0 0 1 352.64 585.6"},null,-1)])])}const bo={render:o8},r8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function n8(r,o){return e.openBlock(),e.createElementBlock("svg",r8,[...o[0]||(o[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 gi={render:n8},a8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function l8(r,o){return e.openBlock(),e.createElementBlock("svg",a8,[...o[0]||(o[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 wi={render:l8},i8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function c8(r,o){return e.openBlock(),e.createElementBlock("svg",i8,[...o[0]||(o[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 bi={render:c8},s8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function d8(r,o){return e.openBlock(),e.createElementBlock("svg",s8,[...o[0]||(o[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 yi={render:d8},m8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function p8(r,o){return e.openBlock(),e.createElementBlock("svg",m8,[...o[0]||(o[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 _i={render:p8},h8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function f8(r,o){return e.openBlock(),e.createElementBlock("svg",h8,[...o[0]||(o[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 ki={render:f8},u8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function g8(r,o){return e.openBlock(),e.createElementBlock("svg",u8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M128 384a64 64 0 0 1 64-64h168.448l224-179.2A64 64 0 0 1 688 190.784v642.432A64 64 0 0 1 584.448 883.2l-224-179.2H192a64 64 0 0 1-64-64zm64 0v256h192a32 32 0 0 1 19.968 7.008L624 823.04V200.96L403.968 376.992A32 32 0 0 1 384 384zm595.2 2.368a32 32 0 0 1 45.248 0A223.3 223.3 0 0 1 896 544a223.3 223.3 0 0 1-63.552 157.632 32 32 0 1 1-45.248-45.248A159.42 159.42 0 0 0 832 544a159.42 159.42 0 0 0-44.8-112.384 32 32 0 0 1 0-45.248m-90.496 90.496a32 32 0 0 1 45.248 0A95.78 95.78 0 0 1 768 544a95.78 95.78 0 0 1-26.048 67.136 32 32 0 0 1-45.248-45.248A31.9 31.9 0 0 0 704 544c0-8.448-3.328-16.576-7.296-21.888a32 32 0 0 1 0-45.248"},null,-1)])])}const Ni={render:g8},w8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function b8(r,o){return e.openBlock(),e.createElementBlock("svg",w8,[...o[0]||(o[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 Bi={render:b8},y8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function _8(r,o){return e.openBlock(),e.createElementBlock("svg",y8,[...o[0]||(o[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 xi={render:_8},k8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function N8(r,o){return e.openBlock(),e.createElementBlock("svg",k8,[...o[0]||(o[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 Vi={render:N8},B8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function x8(r,o){return e.openBlock(),e.createElementBlock("svg",B8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M288 224h448c35.346 0 64 28.654 64 64v448c0 35.346-28.654 64-64 64H288c-35.346 0-64-28.654-64-64V288c0-35.346 28.654-64 64-64"},null,-1)])])}const vi={render:x8},V8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function v8(r,o){return e.openBlock(),e.createElementBlock("svg",V8,[...o[0]||(o[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:"M672 234.88c-39.168 174.464-80 298.624-122.688 372.48-64 110.848-202.624 30.848-138.624-80C453.376 453.44 540.48 355.968 672 234.816z"},null,-1)])])}const Si={render:v8},S8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function E8(r,o){return e.openBlock(),e.createElementBlock("svg",S8,[...o[0]||(o[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 yo={render:E8},C8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function I8(r,o){return e.openBlock(),e.createElementBlock("svg",C8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M27 4 12 19l-7-7-5 5 12 12L32 9z"},null,-1)])])}const Bt={render:I8},M8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function z8(r,o){return e.openBlock(),e.createElementBlock("svg",M8,[...o[0]||(o[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 Ei={render:z8},H8={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function q8(r,o){return e.openBlock(),e.createElementBlock("svg",H8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M922.5 229.5c-24.32-24.34-54.49-36.84-90.5-37.5H704v-64c-.68-17.98-7.02-32.98-19.01-44.99S658.01 64.66 640 64H384c-17.98.68-32.98 7.02-44.99 19.01S320.66 110 320 128v64H192c-35.99.68-66.16 13.18-90.5 37.5S64.66 283.99 64 320v448c.68 35.99 13.18 66.16 37.5 90.5s54.49 36.84 90.5 37.5h640c35.99-.68 66.16-13.18 90.5-37.5s36.84-54.49 37.5-90.5V320c-.68-35.99-13.18-66.16-37.5-90.5M384 128h256v64H384zM256 832h-64c-17.98-.68-32.98-7.02-44.99-19.01S128.66 786.01 128 768V448h128zm448 0H320V448h384zm192-64c-.68 17.98-7.02 32.98-19.01 44.99S850.01 831.34 832 832h-64V448h128zm0-384H128v-64c.69-17.98 7.02-32.98 19.01-44.99S173.99 256.66 192 256h640c17.98.69 32.98 7.02 44.99 19.01S895.34 301.99 896 320z"},null,-1)])])}const Ci={render:q8},T8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function L8(r,o){return e.openBlock(),e.createElementBlock("svg",T8,[...o[0]||(o[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 Ii={render:L8},A8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function D8(r,o){return e.openBlock(),e.createElementBlock("svg",A8,[...o[0]||(o[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 Mi={render:D8},P8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function O8(r,o){return e.openBlock(),e.createElementBlock("svg",P8,[...o[0]||(o[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 zi={render:O8},F8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function R8(r,o){return e.openBlock(),e.createElementBlock("svg",F8,[...o[0]||(o[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 Hi={render:R8},j8={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function W8(r,o){return e.openBlock(),e.createElementBlock("svg",j8,[...o[0]||(o[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 qi={render:W8},$8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function K8(r,o){return e.openBlock(),e.createElementBlock("svg",$8,[...o[0]||(o[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 Ti={render:K8},U8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function G8(r,o){return e.openBlock(),e.createElementBlock("svg",U8,[...o[0]||(o[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 Li={render:G8},Y8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Z8(r,o){return e.openBlock(),e.createElementBlock("svg",Y8,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"},null,-1)])])}const Ai={render:Z8},X8={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Q8(r,o){return e.openBlock(),e.createElementBlock("svg",X8,[...o[0]||(o[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 Di={render:Q8},J8={viewBox:"0 0 32 32"};function ef(r,o){return e.openBlock(),e.createElementBlock("svg",J8,[...o[0]||(o[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 Pi={render:ef},tf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function of(r,o){return e.openBlock(),e.createElementBlock("svg",tf,[...o[0]||(o[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 Oi={render:of},rf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function nf(r,o){return e.openBlock(),e.createElementBlock("svg",rf,[...o[0]||(o[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 Fi={render:nf},af={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function lf(r,o){return e.openBlock(),e.createElementBlock("svg",af,[...o[0]||(o[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 Ri={render:lf},cf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function sf(r,o){return e.openBlock(),e.createElementBlock("svg",cf,[...o[0]||(o[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 ji={render:sf},df={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mf(r,o){return e.openBlock(),e.createElementBlock("svg",df,[...o[0]||(o[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 Wi={render:mf},pf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function hf(r,o){return e.openBlock(),e.createElementBlock("svg",pf,[...o[0]||(o[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 $i={render:hf},ff={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function uf(r,o){return e.openBlock(),e.createElementBlock("svg",ff,[...o[0]||(o[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 Ki={render:uf},gf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function wf(r,o){return e.openBlock(),e.createElementBlock("svg",gf,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"m2 12 14 12 14-12Z"},null,-1)])])}const Ui={render:wf},bf={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function yf(r,o){return e.openBlock(),e.createElementBlock("svg",bf,[...o[0]||(o[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 Gi={render:yf},_f={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function kf(r,o){return e.openBlock(),e.createElementBlock("svg",_f,[...o[0]||(o[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 Yi={render:kf},Nf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Bf(r,o){return e.openBlock(),e.createElementBlock("svg",Nf,[...o[0]||(o[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 Zi={render:Bf},xf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Vf(r,o){return e.openBlock(),e.createElementBlock("svg",xf,[...o[0]||(o[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 Xi={render:Vf},vf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Sf(r,o){return e.openBlock(),e.createElementBlock("svg",vf,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M13 7H7l6-6v4h6c6.1 0 11 4.9 11 11s-4.9 11-11 11h-7v-3h7c4.4 0 8-3.6 8-8s-3.6-8-8-8h-6Z"},null,-1)])])}const Qi={render:Sf},Ef={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Cf(r,o){return e.openBlock(),e.createElementBlock("svg",Ef,[...o[0]||(o[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 Ji={render:Cf},If={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Mf(r,o){return e.openBlock(),e.createElementBlock("svg",If,[...o[0]||(o[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 ec={render:Mf},zf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Hf(r,o){return e.openBlock(),e.createElementBlock("svg",zf,[...o[0]||(o[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 tc={render:Hf},qf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Tf(r,o){return e.openBlock(),e.createElementBlock("svg",qf,[...o[0]||(o[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 oc={render:Tf},Lf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Af(r,o){return e.openBlock(),e.createElementBlock("svg",Lf,[...o[0]||(o[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 rc={render:Af},Df={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Pf(r,o){return e.openBlock(),e.createElementBlock("svg",Df,[...o[0]||(o[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 nc={render:Pf},Of={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Ff(r,o){return e.openBlock(),e.createElementBlock("svg",Of,[...o[0]||(o[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 ac={render:Ff},Rf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function jf(r,o){return e.openBlock(),e.createElementBlock("svg",Rf,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M704 768V256H128v512zm64-416 192-96v512l-192-96v128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 71.552v176.896l128 64V359.552zM192 320h192v64H192z"},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 _o={render:jf},Wf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function $f(r,o){return e.openBlock(),e.createElementBlock("svg",Wf,[...o[0]||(o[0]=[e.createElementVNode("path",{d:"M704 768V256H128v512zm64-416 192-96v512l-192-96v128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 71.552v176.896l128 64V359.552zM192 320h192v64H192z"},null,-1)])])}const lc={render:$f},Kf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Uf(r,o){return e.openBlock(),e.createElementBlock("svg",Kf,[...o[0]||(o[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 ic={render:Uf},Gf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Yf(r,o){return e.openBlock(),e.createElementBlock("svg",Gf,[...o[0]||(o[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 cc={render:Yf},Zf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function Xf(r,o){return e.openBlock(),e.createElementBlock("svg",Zf,[...o[0]||(o[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 xt={render:Xf},Qf={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function Jf(r,o){return e.openBlock(),e.createElementBlock("svg",Qf,[...o[0]||(o[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 sc={render:Jf},eu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function tu(r,o){return e.openBlock(),e.createElementBlock("svg",eu,[...o[0]||(o[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 dc={render:tu},ou={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function ru(r,o){return e.openBlock(),e.createElementBlock("svg",ou,[...o[0]||(o[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 mc={render:ru},nu={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",viewBox:"0 0 1024 1024"};function au(r,o){return e.openBlock(),e.createElementBlock("svg",nu,[...o[0]||(o[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 ko={render:au},lu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"};function iu(r,o){return e.openBlock(),e.createElementBlock("svg",lu,[...o[0]||(o[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 pc={render:iu},cu={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function su(r,o){return e.openBlock(),e.createElementBlock("svg",cu,[...o[0]||(o[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 hc={render:su},du={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"};function mu(r,o){return e.openBlock(),e.createElementBlock("svg",du,[...o[0]||(o[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 fc={render:mu},pu={viewBox:"0 0 32 32"};function hu(r,o){return e.openBlock(),e.createElementBlock("svg",pu,[...o[0]||(o[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 Vt={render:hu},fu={viewBox:"0 0 32 32"};function uu(r,o){return e.openBlock(),e.createElementBlock("svg",fu,[...o[0]||(o[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 vt={render:uu},gu=Object.freeze(Object.defineProperty({__proto__:null,NmorphIconAddLocation:dr,NmorphIconAim:mr,NmorphIconAlarmClock:pr,NmorphIconApple:hr,NmorphIconArchive:Xt,NmorphIconArrowDown:fr,NmorphIconArrowLeft:Qt,NmorphIconArrowRight:Jt,NmorphIconArrowUp:ur,NmorphIconAudio:pt,NmorphIconAvatar:ht,NmorphIconBack:gr,NmorphIconBaseball:wr,NmorphIconBasketball:br,NmorphIconBell:_r,NmorphIconBellFilled:yr,NmorphIconBicycle:kr,NmorphIconBottom:xr,NmorphIconBottomLeft:Nr,NmorphIconBottomRight:Br,NmorphIconBowl:Vr,NmorphIconBox:vr,NmorphIconBriefcase:Sr,NmorphIconBrush:Cr,NmorphIconBrushFilled:Er,NmorphIconBurger:eo,NmorphIconCalendar:to,NmorphIconCamera:Mr,NmorphIconCameraFilled:Ir,NmorphIconCaretBottom:zr,NmorphIconCaretLeft:Hr,NmorphIconCaretRight:qr,NmorphIconCaretTop:Tr,NmorphIconCellphone:Lr,NmorphIconChatDotRound:Ar,NmorphIconChatDotSquare:Dr,NmorphIconChatLineRound:Pr,NmorphIconChatLineSquare:Or,NmorphIconChatRound:Fr,NmorphIconChatSquare:Rr,NmorphIconCheck:jr,NmorphIconChecked:Wr,NmorphIconCherry:$r,NmorphIconChevronDoubleDown:oo,NmorphIconChevronDoubleLeft:Kr,NmorphIconChevronDoubleRight:Ur,NmorphIconChevronDoubleUp:Gr,NmorphIconChevronDown:Pe,NmorphIconChevronLeft:ro,NmorphIconChevronRight:no,NmorphIconChevronUp:Yr,NmorphIconChicken:Zr,NmorphIconChromeFilled:Xr,NmorphIconCircleCheck:Jr,NmorphIconCircleCheckFilled:Qr,NmorphIconCircleClose:lo,NmorphIconCircleCloseFilled:ao,NmorphIconCirclePlus:tn,NmorphIconCirclePlusFilled:en,NmorphIconClipboard:rn,NmorphIconClipboardCheck:on,NmorphIconClock:io,NmorphIconClose:nn,NmorphIconCloseBold:an,NmorphIconCloudy:ln,NmorphIconCode:cn,NmorphIconCoffee:dn,NmorphIconCoffeeCup:sn,NmorphIconCoin:pn,NmorphIconColdDrink:mn,NmorphIconCollection:fn,NmorphIconCollectionTag:hn,NmorphIconComment:un,NmorphIconCompass:gn,NmorphIconConnection:wn,NmorphIconCoordinate:bn,NmorphIconCopy:_n,NmorphIconCopyDocument:yn,NmorphIconCpu:kn,NmorphIconCreditCard:Nn,NmorphIconCrop:Bn,NmorphIconCross:Ze,NmorphIconDatabase:xn,NmorphIconDelete:vn,NmorphIconDeleteFilled:Vn,NmorphIconDessert:Sn,NmorphIconDiscount:En,NmorphIconDoc:ft,NmorphIconDocument:qn,NmorphIconDocumentAdd:Cn,NmorphIconDocumentChecked:In,NmorphIconDocumentCopy:Mn,NmorphIconDocumentDelete:zn,NmorphIconDocumentRemove:Hn,NmorphIconDownload:Xe,NmorphIconDragHandle:Tn,NmorphIconEdit:An,NmorphIconEditPen:Ln,NmorphIconEnlarge:ut,NmorphIconError:Qe,NmorphIconExit:Pn,NmorphIconExitSquare:On,NmorphIconExpand:Dn,NmorphIconExternalLink:gt,NmorphIconEye:Je,NmorphIconEyeBlocked:co,NmorphIconFailed:Fn,NmorphIconFiles:Rn,NmorphIconFilm:jn,NmorphIconFilter:$n,NmorphIconFilterOff:Wn,NmorphIconFingerprint:Kn,NmorphIconFinished:Un,NmorphIconFlag:Gn,NmorphIconFold:Yn,NmorphIconFolder:ea,NmorphIconFolderAdd:Zn,NmorphIconFolderChecked:Xn,NmorphIconFolderDelete:Qn,NmorphIconFolderOpened:so,NmorphIconFolderRemove:Jn,NmorphIconFood:ta,NmorphIconForkSpoon:na,NmorphIconForward:ra,NmorphIconForwardFilled:oa,NmorphIconFullScreen:wt,NmorphIconGoblet:la,NmorphIconGobletFull:aa,NmorphIconGoldMedal:ca,NmorphIconGoods:da,NmorphIconGoodsFilled:sa,NmorphIconGoogle:ia,NmorphIconGrape:ma,NmorphIconGrid:pa,NmorphIconGuide:ha,NmorphIconHand:fa,NmorphIconHandbag:ua,NmorphIconHeadset:ga,NmorphIconHistogram:wa,NmorphIconHotWater:ba,NmorphIconHouse:ya,NmorphIconIceCreamRound:_a,NmorphIconIceDrink:ka,NmorphIconIceTea:Na,NmorphIconImage:rt,NmorphIconInbox:xa,NmorphIconInfo:Ba,NmorphIconInfoFilled:mo,NmorphIconKey:Va,NmorphIconKnifeFork:va,NmorphIconLightning:Sa,NmorphIconLink:Ea,NmorphIconList:Ca,NmorphIconListSimple:Ia,NmorphIconLoader:He,NmorphIconLoader1:Oe,NmorphIconLoader2:He,NmorphIconLoaderDots:Oe,NmorphIconLoading:He,NmorphIconLocation:qa,NmorphIconLocationFilled:Ma,NmorphIconLocationInformation:za,NmorphIconLock:Ta,NmorphIconLogo:Ha,NmorphIconLollipop:La,NmorphIconMagicStick:Aa,NmorphIconMagnet:Da,NmorphIconMail:Pa,NmorphIconMale:Oa,NmorphIconManagement:Fa,NmorphIconMapLocation:Ra,NmorphIconMedal:ja,NmorphIconMemo:Wa,NmorphIconMenu:$a,NmorphIconMessage:Ua,NmorphIconMessageBox:Ka,NmorphIconMic:Ga,NmorphIconMicrophone:Ya,NmorphIconMinus:Za,NmorphIconMinusThin:po,NmorphIconMoney:Xa,NmorphIconMonitor:Qa,NmorphIconMoon:Ja,NmorphIconMore:tl,NmorphIconMoreFilled:el,NmorphIconMostlyCloudy:ol,NmorphIconMouse:rl,NmorphIconMug:nl,NmorphIconMute:ho,NmorphIconMuteNotification:al,NmorphIconMuteSpeaker:bt,NmorphIconNoSmoking:ll,NmorphIconNotebook:il,NmorphIconNotification:cl,NmorphIconOdometer:sl,NmorphIconOfficeBuilding:dl,NmorphIconOpen:fo,NmorphIconOperation:ml,NmorphIconOpportunity:pl,NmorphIconOrange:hl,NmorphIconPagination:fl,NmorphIconPaperclip:ul,NmorphIconPartlyCloudy:gl,NmorphIconPause:yt,NmorphIconPear:wl,NmorphIconPhone:yl,NmorphIconPhoneFilled:bl,NmorphIconPicture:_l,NmorphIconPieChart:kl,NmorphIconPin:Nl,NmorphIconPlace:Bl,NmorphIconPlatform:xl,NmorphIconPlay:nt,NmorphIconPlus:Vl,NmorphIconPlusThin:uo,NmorphIconPointer:vl,NmorphIconPosition:Sl,NmorphIconPostCard:El,NmorphIconPouring:Cl,NmorphIconPresent:Il,NmorphIconPriceTag:Ml,NmorphIconPrinter:zl,NmorphIconPromotion:Hl,NmorphIconQuartzWatch:ql,NmorphIconQuestionFilled:Tl,NmorphIconRank:Ll,NmorphIconReading:Dl,NmorphIconReadingLamp:Al,NmorphIconRecord:Pl,NmorphIconRedo:Ol,NmorphIconRefresh:jl,NmorphIconRefreshLeft:Fl,NmorphIconRefreshRight:Rl,NmorphIconRefrigerator:Wl,NmorphIconRemove:Kl,NmorphIconRemoveFilled:$l,NmorphIconReply:Gl,NmorphIconReplyFilled:Ul,NmorphIconRight:Yl,NmorphIconRotateLeft:_t,NmorphIconRotateRight:kt,NmorphIconSave:Xl,NmorphIconScaleToOriginal:Zl,NmorphIconSchool:Ql,NmorphIconScissor:Jl,NmorphIconSearch:go,NmorphIconSelect:ei,NmorphIconSell:ti,NmorphIconSemiSelect:oi,NmorphIconSend:ni,NmorphIconSendFilled:ri,NmorphIconServer:ai,NmorphIconService:li,NmorphIconSetting:ii,NmorphIconShare:wo,NmorphIconShield:si,NmorphIconShieldCheck:ci,NmorphIconShip:di,NmorphIconShop:mi,NmorphIconShoppingBag:pi,NmorphIconShoppingCart:fi,NmorphIconShoppingCartFull:hi,NmorphIconShrink:Nt,NmorphIconSliders:ui,NmorphIconSmile:bo,NmorphIconSmoking:gi,NmorphIconSoccer:wi,NmorphIconSoldOut:bi,NmorphIconSort:ki,NmorphIconSortDown:yi,NmorphIconSortUp:_i,NmorphIconSpeaker:Ni,NmorphIconSpeakerOff:bt,NmorphIconStamp:Bi,NmorphIconStar:Vi,NmorphIconStarFilled:xi,NmorphIconStop:vi,NmorphIconStopwatch:Si,NmorphIconSuccess:Bt,NmorphIconSuccessFilled:yo,NmorphIconSugar:Ei,NmorphIconSuitcaseLine:Ci,NmorphIconSunny:Ii,NmorphIconSunrise:Mi,NmorphIconSunset:zi,NmorphIconSwitch:Ti,NmorphIconSwitchButton:Hi,NmorphIconSwitchFilled:qi,NmorphIconTakeawayBox:Li,NmorphIconTicket:Ai,NmorphIconTickets:Di,NmorphIconTime:Pi,NmorphIconTimer:Oi,NmorphIconToiletPaper:Fi,NmorphIconTools:Ri,NmorphIconTop:$i,NmorphIconTopLeft:ji,NmorphIconTopRight:Wi,NmorphIconTrendCharts:Ki,NmorphIconTriangleDown:Ui,NmorphIconTrophy:Yi,NmorphIconTrophyBase:Gi,NmorphIconTurnOff:Zi,NmorphIconUmbrella:Xi,NmorphIconUndo:Qi,NmorphIconUnlock:Ji,NmorphIconUpload:tc,NmorphIconUploadFilled:ec,NmorphIconUser:rc,NmorphIconUserFilled:oc,NmorphIconUsers:nc,NmorphIconVan:ac,NmorphIconVideo:xt,NmorphIconVideoCamera:lc,NmorphIconVideoCameraOff:_o,NmorphIconVideoPause:ic,NmorphIconVideoPlay:cc,NmorphIconView:sc,NmorphIconWallet:mc,NmorphIconWalletFilled:dc,NmorphIconWarnTriangleFilled:ko,NmorphIconWarning:pc,NmorphIconWatch:hc,NmorphIconWindPower:fc,NmorphIconZoomIn:Vt,NmorphIconZoomOut:vt},Symbol.toStringTag,{value:"Module"})),wu=e.defineComponent({inheritAttrs:!1,__name:"NmorphLayout",props:{tag:{type:String,required:!1,default:"section"},gap:{type:[Number,String],required:!1,default:0},asideWidth:{type:[Number,String],required:!1,default:"240px"},asidePosition:{type:String,required:!1,default:"left"},fullHeight:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.useSlots(),l=e.computed(()=>K({"nmorph-layout":[`aside-${n.asidePosition}`,n.fullHeight&&"full-height"]})),i=e.computed(()=>me({"--nmorph-private-layout-gap":n.gap,"--nmorph-private-layout-aside-width":n.asideWidth})),a=Ee(l,i),s={props:n,slots:t,modifiers:l,styles:i,rootAttrs:a};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),bu={key:0,class:"nmorph-layout__header"},yu={class:"nmorph-layout__body"},_u={key:0,class:"nmorph-layout__aside"},ku={class:"nmorph-layout__main"},Nu={key:1,class:"nmorph-layout__aside"},Bu={key:1,class:"nmorph-layout__footer"};function xu(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.tag),e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),{default:e.withCtx(()=>[t.slots.header?(e.openBlock(),e.createElementBlock("header",bu,[e.renderSlot(r.$slots,"header")])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",yu,[t.slots.aside&&t.props.asidePosition==="left"?(e.openBlock(),e.createElementBlock("aside",_u,[e.renderSlot(r.$slots,"aside")])):e.createCommentVNode("v-if",!0),e.createElementVNode("main",ku,[e.renderSlot(r.$slots,"default")]),t.slots.aside&&t.props.asidePosition==="right"?(e.openBlock(),e.createElementBlock("aside",Nu,[e.renderSlot(r.$slots,"aside")])):e.createCommentVNode("v-if",!0)]),t.slots.footer?(e.openBlock(),e.createElementBlock("footer",Bu,[e.renderSlot(r.$slots,"footer")])):e.createCommentVNode("v-if",!0)]),_:3},16)}const Vu=W(wu,[["render",xu],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-layout/NmorphLayout.vue"]]),uc={self:"_self",blank:"_blank",parent:"_parent",top:"_top"},vu=e.defineComponent({__name:"NmorphLink",props:{type:{type:null,required:!1,default:or.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"},rel:{type:String,required:!1,default:void 0},referrerpolicy:{type:String,required:!1,default:void 0},referrerPolicy:{type:String,required:!1,default:void 0},download:{type:[String,Boolean],required:!1,default:void 0},ariaLabel:{type:String,required:!1,default:void 0},title:{type:String,required:!1,default:void 0},disabled:{type:Boolean,required:!1,default:!1},color:{type:String,required:!1},iconName:{type:String,required:!1,default:void 0}},setup(r,{expose:o}){o();const n=r,t=e.useSlots(),l=gu,i=m=>m.split(/[-_\s]+/).filter(Boolean).map(u=>`${u.charAt(0).toUpperCase()}${u.slice(1)}`).join(""),a=e.computed(()=>{if(n.iconName)return n.iconName in l?l[n.iconName]:l[`NmorphIcon${i(n.iconName)}`]}),s=e.computed(()=>K({"nmorph-link":[n.type,n.underline&&"underline",n.disabled&&"disabled"]})),d=e.computed(()=>_e({"--nmorph-private-link-color":n.color})),p=e.computed(()=>uc[n.target]??n.target),h=e.computed(()=>({href:n.href,target:p.value,rel:n.rel,referrerpolicy:n.referrerpolicy??n.referrerPolicy,download:n.download===!0?"":n.download===!1?void 0:n.download,"aria-label":n.ariaLabel,title:n.title})),f={props:n,slots:t,iconMap:l,toPascalCase:i,resolvedIcon:a,modifiers:s,styles:d,resolvedTarget:p,anchorAttrs:h,get NmorphIcon(){return ie}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}});function Su(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("a",e.normalizeProps(e.guardReactiveProps(t.anchorAttrs)),[e.renderSlot(r.$slots,"prepend"),t.resolvedIcon?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-link__icon",width:"10px",height:"10px"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.resolvedIcon)))]),_:1})):e.createCommentVNode("v-if",!0),e.createTextVNode(" "+e.toDisplayString(n.text)+" ",1),t.slots.icon?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,class:"nmorph-link__icon",width:"10px",height:"10px"},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"icon")]),_:3})):e.createCommentVNode("v-if",!0),e.renderSlot(r.$slots,"default")],16)],6)}const Eu=W(vu,[["render",Su],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-link/NmorphLink.vue"]]),Cu=e.defineComponent({__name:"NmorphScroll",props:{height:{type:String,required:!1,default:"100%"},maxHeight:{type:String,required:!1,default:"none"},gap:{type:[Number,String],required:!1,default:void 0},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:0},yGapInPx:{type:Number,required:!1,default:0}},emits:["on-scroll","update:model-value","on-scroll-end"],setup(r,{expose:o,emit:n}){const t=r,l=e.ref(null),i=e.ref(null),a=e.computed(()=>t.scrollYProp),s=e.computed(()=>t.scrollXProp),d=e.ref(!1),p=e.ref(!1),h=e.ref({clientWidth:0,clientHeight:0,scrollWidth:0,scrollHeight:0,scrollLeft:0,scrollTop:0}),f=e.ref(!1);let m,u,w,g,B="";const S=new Set,k=()=>{const P=i.value;if(!P){d.value=!1,p.value=!1,h.value={clientWidth:0,clientHeight:0,scrollWidth:0,scrollHeight:0,scrollLeft:0,scrollTop:0};return}const re={clientWidth:P.clientWidth,clientHeight:P.clientHeight,scrollWidth:P.scrollWidth,scrollHeight:P.scrollHeight,scrollLeft:P.scrollLeft,scrollTop:P.scrollTop};h.value=re,d.value=re.scrollHeight>re.clientHeight,p.value=re.scrollWidth>re.clientWidth},v=()=>{e.nextTick(k)},b=()=>{if(!u||!i.value)return;const P=new Set(Array.from(i.value.children));S.forEach(re=>{P.has(re)||(u?.unobserve(re),S.delete(re))}),P.forEach(re=>{S.has(re)||(u?.observe(re),S.add(re))})},E=()=>{const P=i.value;P&&(typeof ResizeObserver<"u"&&(u=new ResizeObserver(()=>{v()}),b()),typeof MutationObserver<"u"&&(w=new MutationObserver(()=>{b(),v()}),w.observe(P,{attributes:!0,characterData:!0,childList:!0,subtree:!0})))},I=e.computed(()=>t.yBarWidthInPx+t.yGapInPx),M=e.computed(()=>t.xBarWidthInPx+t.xGapInPx),V=e.computed(()=>t.scrollYProp==="hidden"||!d.value?"0":`${I.value}px`),_=e.computed(()=>t.scrollXProp==="hidden"||!p.value?"0":`${M.value}px`),y=e.computed(()=>`${t.yBarWidthInPx}px`),x=e.computed(()=>`${t.xBarWidthInPx}px`),q=e.computed(()=>J.value?x.value:"0px"),L=e.computed(()=>j.value?y.value:"0px"),C=e.inject("nmorph");let H;const R=n,$=()=>{const P=i.value;if(!P)return;const re=Math.trunc(P.scrollLeft),de=Math.trunc(P.scrollTop);R("update:model-value",{x:re,y:de})},T=()=>{R("on-scroll-end")},F=P=>{k(),R("on-scroll",P),i.value&&(t.updateOnlyOnScrollEnd||$(),H!==void 0&&clearTimeout(H),H=setTimeout(()=>{t.updateOnlyOnScrollEnd&&$(),T()},t.scrollEndDelay))},ee=P=>P.deltaMode===1?16:P.deltaMode===2?Math.max(h.value.clientWidth,1):1,X=P=>{if(t.scrollYProp==="hidden"||!d.value||!P)return!1;const re=h.value.scrollTop,de=xe("y");return P<0?re>0:P>0?re<de:!1},le=P=>{const re=P.target,de=l.value;if(!(re instanceof Element)||!de)return!1;const he=re.closest(".nmorph-scroll");return!!(he&&he!==de)},D=P=>{const re=P.target,de=l.value;if(!(re instanceof Element)||!de)return!1;const he=re.closest(".nmorph-scroll__bar--horizontal");return!!(he&&he.closest(".nmorph-scroll")===de)},Q=P=>{const re=i.value;if(k(),le(P))return;const de=D(P),he=de&&Math.abs(P.deltaX)>Math.abs(P.deltaY)?P.deltaX:P.deltaY;if(!re||t.scrollXProp==="hidden"||!p.value||!he||!de&&Math.abs(P.deltaX)>Math.abs(P.deltaY))return;const Ie=he*ee(P);if(!de&&X(Ie)){P.stopPropagation();return}const We=re.scrollLeft;if(Se("x",We+Ie),re.scrollLeft===We){de&&(P.preventDefault(),P.stopPropagation());return}P.preventDefault(),P.stopPropagation()};e.onUnmounted(()=>{H!==void 0&&clearTimeout(H),m?.disconnect(),u?.disconnect(),w?.disconnect(),S.clear(),$e()});const A=e.ref(!1),U=e.computed(()=>K({"nmorph-scroll":{"show-bars":A.value||f.value,dragging:f.value}})),N=()=>t.cssScrollBehavior==="smooth"?"smooth":"auto",Z=P=>{const{x:re,y:de}=P;i.value?.scrollTo({left:re,top:de,behavior:N()})};e.onMounted(()=>{Z(t.modelValue),E(),v(),typeof ResizeObserver<"u"&&i.value&&(m=new ResizeObserver(()=>{v()}),m.observe(i.value))}),e.watch(()=>t.modelValue,P=>{Z(P)},{deep:!0,immediate:!0}),e.watch(()=>C?.browser.dimensions,()=>{v()},{deep:!0,immediate:!0});const oe=e.computed(()=>t.cssScrollBehavior),G=e.computed(()=>t.height),te=e.computed(()=>t.maxHeight),z=e.computed(()=>({"--nmorph-private-scroll-bar-width":y.value,"--nmorph-private-scroll-bar-height":x.value,...me({"--nmorph-private-scroll-gap":t.gap}),boxSizing:"border-box",minWidth:"0",minHeight:"0",height:G.value,maxHeight:te.value})),Y=e.computed(()=>({paddingRight:V.value,paddingBottom:_.value,overflowX:s.value,overflowY:a.value,scrollBehavior:oe.value})),j=e.computed(()=>t.scrollYProp!=="hidden"&&d.value),J=e.computed(()=>t.scrollXProp!=="hidden"&&p.value),se=e.computed(()=>Math.max(0,h.value.clientHeight-(J.value?t.xBarWidthInPx:0))),ce=e.computed(()=>Math.max(0,h.value.clientWidth-(j.value?t.yBarWidthInPx:0))),pe=P=>P==="y"?se.value:ce.value,ue=P=>P==="y"?h.value.clientHeight:h.value.clientWidth,be=P=>P==="y"?h.value.scrollHeight:h.value.scrollWidth,ye=P=>P==="y"?h.value.scrollTop:h.value.scrollLeft,Ce=P=>Math.min(pe(P),Math.max(18,P==="y"?t.yBarWidthInPx*3:t.xBarWidthInPx*3)),xe=P=>Math.max(0,be(P)-ue(P)),Ve=P=>{const re=pe(P),de=be(P),he=ue(P);return re<=0||de<=he?0:Math.min(re,Math.max(Ce(P),he/de*re))},ve=P=>{const re=xe(P),de=Math.max(0,pe(P)-Ve(P));return!re||!de?0:ye(P)/re*de},ne=e.computed(()=>({height:`${Ve("y")}px`,transform:`translate3d(0, ${ve("y")}px, 0)`})),ge=e.computed(()=>({width:`${Ve("x")}px`,transform:`translate3d(${ve("x")}px, 0, 0)`})),Se=(P,re)=>{const de=i.value;if(!de)return;const he=Math.max(0,Math.min(xe(P),re));P==="y"?de.scrollTop=he:de.scrollLeft=he,k()},$e=()=>{g&&(window.removeEventListener("pointermove",Ke),window.removeEventListener("pointerup",Fe),window.removeEventListener("pointercancel",Fe),g=void 0,f.value=!1,document.body&&(document.body.style.userSelect=B))},Ke=P=>{if(!g)return;const de=(g.axis==="y"?P.clientY:P.clientX)-g.pointerStart,he=Math.max(1,g.trackSize-g.thumbSize),Ie=de/he*g.maxScroll;Se(g.axis,g.scrollStart+Ie)},Fe=()=>{$e()},$o=(P,re)=>{re.preventDefault(),re.stopPropagation();const de=pe(P),he=Ve(P),Ie=xe(P);!de||!he||!Ie||(g={axis:P,pointerStart:P==="y"?re.clientY:re.clientX,scrollStart:ye(P),trackSize:de,thumbSize:he,maxScroll:Ie},f.value=!0,B=document.body?.style.userSelect??"",document.body&&(document.body.style.userSelect="none"),window.addEventListener("pointermove",Ke),window.addEventListener("pointerup",Fe),window.addEventListener("pointercancel",Fe))},Ko=(P,re)=>{if(re.target.closest(".nmorph-scroll__thumb"))return;const he=re.currentTarget.getBoundingClientRect(),Ie=P==="y"?re.clientY-he.top:re.clientX-he.left,We=Math.max(1,pe(P)-Ve(P)),ms=(Ie-Ve(P)/2)/We*xe(P);Se(P,ms)};o({scrollDOMContainer:i,moveTo:Z});const Dt={props:t,scrollRoot:l,scrollDOMContainer:i,overflowY:a,overflowX:s,hasVerticalScroll:d,hasHorizontalScroll:p,metrics:h,isDragging:f,get viewportResizeObserver(){return m},set viewportResizeObserver(P){m=P},get contentResizeObserver(){return u},set contentResizeObserver(P){u=P},get mutationObserver(){return w},set mutationObserver(P){w=P},get dragState(){return g},set dragState(P){g=P},get previousBodyUserSelect(){return B},set previousBodyUserSelect(P){B=P},observedContentElements:S,updateScrollableState:k,queueScrollableStateUpdate:v,refreshObservedContentElements:b,observeScrollableContent:E,paddingRightCandidate:I,paddingBottomCandidate:M,paddingRight:V,paddingBottom:_,barWidth:y,barHeight:x,verticalBarBottom:q,horizontalBarRight:L,nmorph:C,get scrollEndTimeout(){return H},set scrollEndTimeout(P){H=P},emit:R,updateValue:$,handleScrollEnd:T,scrollHandler:F,getWheelDeltaMultiplier:ee,canConsumeVerticalWheel:X,isNestedScrollEvent:le,isCurrentHorizontalBarEvent:D,wheelHandler:Q,show:A,modifiers:U,getProgrammaticScrollBehavior:N,moveTo:Z,scrollBehavior:oe,scrollHeight:G,maxHeight:te,rootStyle:z,viewportStyle:Y,visibleVerticalBar:j,visibleHorizontalBar:J,verticalTrackSize:se,horizontalTrackSize:ce,getTrackSize:pe,getClientSize:ue,getScrollSize:be,getScrollPosition:ye,getMinThumbSize:Ce,getMaxScroll:xe,getThumbSize:Ve,getThumbOffset:ve,verticalThumbStyle:ne,horizontalThumbStyle:ge,setScrollPosition:Se,stopThumbDrag:$e,thumbPointerMoveHandler:Ke,thumbPointerUpHandler:Fe,thumbPointerDownHandler:$o,trackPointerDownHandler:Ko,mouseEnterHandler:()=>{A.value=!0},mouseLeaveHandler:()=>{A.value=!1}};return Object.defineProperty(Dt,"__isScriptSetup",{enumerable:!1,value:!0}),Dt}});function Iu(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{ref:"scrollRoot",class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.rootStyle),onMouseenter:t.mouseEnterHandler,onMouseleave:t.mouseLeaveHandler},[e.createElementVNode("div",{ref:"scrollDOMContainer",class:"nmorph-scroll__viewport",style:e.normalizeStyle(t.viewportStyle),onScroll:t.scrollHandler,onWheel:t.wheelHandler},[e.renderSlot(r.$slots,"default")],36),t.visibleVerticalBar?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-scroll__bar nmorph-scroll__bar--vertical",style:e.normalizeStyle({bottom:t.verticalBarBottom}),onPointerdown:o[1]||(o[1]=a=>t.trackPointerDownHandler("y",a))},[e.createElementVNode("div",{class:"nmorph-scroll__thumb nmorph-scroll__thumb--vertical",style:e.normalizeStyle(t.verticalThumbStyle),onPointerdown:o[0]||(o[0]=a=>t.thumbPointerDownHandler("y",a))},null,36)],36)):e.createCommentVNode("v-if",!0),t.visibleHorizontalBar?(e.openBlock(),e.createElementBlock("div",{key:1,class:"nmorph-scroll__bar nmorph-scroll__bar--horizontal",style:e.normalizeStyle({right:t.horizontalBarRight}),onPointerdown:o[3]||(o[3]=a=>t.trackPointerDownHandler("x",a)),onWheel:t.wheelHandler},[e.createElementVNode("div",{class:"nmorph-scroll__thumb nmorph-scroll__thumb--horizontal",style:e.normalizeStyle(t.horizontalThumbStyle),onPointerdown:o[2]||(o[2]=a=>t.thumbPointerDownHandler("x",a))},null,36)],36)):e.createCommentVNode("v-if",!0)],38)}const No=W(Cu,[["render",Iu],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-scroll/NmorphScroll.vue"]]),Mu={auto:"auto",hidden:"hidden",scroll:"scroll"},zu={auto:"auto",smooth:"smooth",inherit:"inherit",initial:"initial",unset:"unset"},Hu=e.defineComponent({inheritAttrs:!1,__name:"NmorphSpace",props:{tag:{type:String,required:!1,default:"div"},direction:{type:String,required:!1,default:"row"},size:{type:[String,Number],required:!1,default:"medium"},align:{type:String,required:!1,default:"start"},justify:{type:String,required:!1,default:"start"},wrap:{type:Boolean,required:!1,default:!1},inline:{type:Boolean,required:!1,default:!1},fill:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t={small:"4px",medium:"8px",large:"16px"},l=e.computed(()=>K({"nmorph-space":[n.direction,n.wrap&&"wrap",n.inline&&"inline",n.fill&&"fill"]})),i=f=>ze(t[f]||f),a=e.computed(()=>n.align==="start"||n.align==="end"?`flex-${n.align}`:n.align),s=e.computed(()=>n.justify==="start"||n.justify==="end"?`flex-${n.justify}`:n.justify),d=e.computed(()=>({"--nmorph-private-space-gap":i(n.size),"--nmorph-private-space-align":a.value,"--nmorph-private-space-justify":s.value})),p=Ee(l,d),h={props:n,sizeMap:t,modifiers:l,resolveSpaceSize:i,alignItems:a,justifyContent:s,styles:d,rootAttrs:p};return Object.defineProperty(h,"__isScriptSetup",{enumerable:!1,value:!0}),h}});function qu(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.tag),e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default")]),_:3},16)}const Tu=W(Hu,[["render",qu],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-space/NmorphSpace.vue"]]),Lu=e.defineComponent({inheritAttrs:!1,__name:"NmorphText",props:{as:{type:String,required:!1,default:"span"},text:{type:[String,Number],required:!1,default:void 0},variant:{type:null,required:!1,default:"body"},weight:{type:null,required:!1,default:void 0},color:{type:null,required:!1,default:"text"},align:{type:null,required:!1,default:"inherit"},selectable:{type:Boolean,required:!1,default:!0},italic:{type:Boolean,required:!1,default:!1},noLineHeight:{type:Boolean,required:!1,default:!1},truncate:{type:Boolean,required:!1,default:!1},nowrap:{type:Boolean,required:!1,default:!1},lineClamp:{type:Number,required:!1,default:void 0}},setup(r,{expose:o}){o();const n=r,t={text:"var(--nmorph-text-color)",contrast:"var(--nmorph-contrast-text-color)","semi-contrast":"var(--nmorph-semi-contrast-text-color)",placeholder:"var(--nmorph-placeholder-text-color)",focus:"var(--nmorph-focus-text-color)",accent:"var(--nmorph-accent-color)",success:"var(--nmorph-success-text-color)",warning:"var(--nmorph-warn-text-color)",error:"var(--nmorph-error-text-color)",white:"var(--nmorph-white-color)"},l=e.computed(()=>K({"nmorph-typography":[n.variant,n.weight,!n.selectable&&"not-selectable",n.italic&&"italic",n.noLineHeight&&"no-line-height",n.truncate&&"truncate",n.nowrap&&"nowrap",n.lineClamp&&"line-clamp"]})),i=e.computed(()=>_e({"--nmorph-private-text-color":t[n.color]||n.color,"--nmorph-private-text-align":n.align==="inherit"?void 0:n.align,"--nmorph-private-text-line-clamp":n.lineClamp})),a=Ee(l,i),s={props:n,colorMap:t,modifiers:l,styles:i,rootAttrs:a};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}});function Au(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.as),e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(t.props.text),1)])]),_:3},16)}const Du=W(Lu,[["render",Au],["__file","/home/runner/work/nmorph/nmorph/library/src/components/basic/nmorph-text/NmorphText.vue"]]),Pu=e.defineComponent({inheritAttrs:!1,__name:"NmorphPreviewPortal",props:{show:{type:Boolean,required:!0},zIndex:{type:Number,required:!1,default:void 0},rootClass:{type:String,required:!1,default:""},stateClass:{type:String,required:!1,default:""},contentClass:{type:String,required:!1,default:""},leftClass:{type:String,required:!1,default:""},rightClass:{type:String,required:!1,default:""},actionsClass:{type:String,required:!1,default:""},navigationButtonMargin:{type:[Number,String],required:!1,default:void 0},contentWidth:{type:[Number,String],required:!1,default:void 0},contentHeight:{type:[Number,String],required:!1,default:void 0},showNavigation:{type:Boolean,required:!1,default:!1},showActionBar:{type:Boolean,required:!1,default:!1}},emits:["close","previous","next"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>["nmorph-preview-portal",t.rootClass,t.stateClass,t.show&&"nmorph-preview-portal--opened"]),a=e.computed(()=>me({"--nmorph-private-preview-portal-btn-margin":t.navigationButtonMargin,"--nmorph-private-preview-portal-content-width":t.contentWidth,"--nmorph-private-preview-portal-content-height":t.contentHeight})),s=Ee(i,a),d={props:t,emit:l,rootClasses:i,portalStyle:a,rootAttrs:s,get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconChevronDown(){return Pe},get NmorphOverlay(){return tt}};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function Ou(r,o,n,t,l,i){return t.props.show?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createElementVNode("div",e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),[e.createVNode(t.NmorphOverlay,{show:t.props.show,"z-index":t.props.zIndex,"disabled-teleport":"",onOnOutsideClick:o[2]||(o[2]=a=>t.emit("close")),onOnEscapeKeydown:o[3]||(o[3]=a=>t.emit("close"))},{default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-preview-portal__content",t.props.contentClass])},[e.renderSlot(r.$slots,"default")],2),t.props.showNavigation?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["nmorph-preview-portal__left",t.props.leftClass])},[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:o[0]||(o[0]=a=>t.emit("previous"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})],2)):e.createCommentVNode("v-if",!0),t.props.showNavigation?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["nmorph-preview-portal__right",t.props.rightClass])},[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:o[1]||(o[1]=a=>t.emit("next"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})],2)):e.createCommentVNode("v-if",!0),t.props.showActionBar?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(["nmorph-preview-portal__actions",t.props.actionsClass])},[e.renderSlot(r.$slots,"actions")],2)):e.createCommentVNode("v-if",!0)]),_:3},8,["show","z-index"])],16)])):e.createCommentVNode("v-if",!0)}const gc=W(Pu,[["render",Ou],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-preview-portal/NmorphPreviewPortal.vue"]]),Fu=e.defineComponent({__name:"NmorphImagePreview",props:{modelValue:{type:Boolean,required:!1,default:!1},alt:{type:String,required:!1,default:""},initialIndex:{type:Number,required:!1,default:0},src:{type:[String,Array],required:!0},scaleStep:{type:Number,required:!1,default:.2},minScaleLevel:{type:Number,required:!1,default:.2},maxScaleLevel:{type:Number,required:!1,default:4},zIndex:{type:Number,required:!1,default:void 0},showTrigger:{type:Boolean,required:!1,default:!0},showNavigationButtons:{type:Boolean,required:!1,default:!0},showActionBar:{type:Boolean,required:!1,default:!0},width:{type:[Number,String],required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},previewWidth:{type:[Number,String],required:!1,default:void 0},previewHeight:{type:[Number,String],required:!1,default:void 0},radius:{type:[Number,String],required:!1,default:void 0},fit:{type:String,required:!1,default:"cover"},navigationButtonMargin:{type:[Number,String],required:!1,default:void 0},triggerView:{type:String,required:!1,default:"single"},triggerLimit:{type:Number,required:!1,default:void 0},triggerGap:{type:[Number,String],required:!1,default:8}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=e.ref(t.modelValue);e.watch(()=>t.modelValue,j=>l.value=j);const i=e.computed(()=>Array.isArray(t.src)?t.src:[t.src]),a=j=>{const J=i.value.length-1;return J<0||j<0?0:j>J?J:j},s=e.ref(a(t.initialIndex)),d=e.computed(()=>a(s.value)),p=e.computed(()=>i.value[d.value]||""),h=e.computed(()=>t.triggerView==="gallery"&&i.value.length>1),f=e.computed(()=>!t.triggerLimit||t.triggerLimit<1?i.value.length:Math.min(Math.floor(t.triggerLimit),i.value.length)),m=e.computed(()=>i.value.slice(0,f.value).map((j,J)=>({index:J,src:j}))),u=e.computed(()=>i.value.length-m.value.length),w=e.computed(()=>m.value[m.value.length-1]?.index??-1),g=e.computed(()=>K({"nmorph-image-preview":[l.value&&"opened",h.value&&"gallery-trigger"]})),B=e.ref(new Map),S=(j,J)=>j||`__empty-image-${J}`,k=e.computed(()=>S(p.value,d.value)),v=e.computed(()=>B.value.get(k.value)||{rotateLevel:0,scaleLevel:1}),b=e.computed(()=>v.value.rotateLevel),E=e.computed(()=>v.value.scaleLevel),I=e.computed(()=>`rotate(${b.value}deg) scale(${E.value})`),M=j=>{const J=new Map(B.value);J.set(k.value,j),B.value=J},V=j=>{M({...v.value,...j})},_=j=>{const J=j%360;return Object.is(J,-0)?0:J},y=j=>parseFloat(Math.min(Math.max(j,t.minScaleLevel),t.maxScaleLevel).toFixed(3));e.watch(()=>[t.initialIndex,i.value.length],()=>{s.value=a(t.initialIndex)});const x=j=>{s.value=a(j),l.value=!0,Z("update:model-value",l.value)},q=()=>{h.value||x(d.value)},L=()=>{l.value=!1,Z("update:model-value",l.value)},C=()=>{V({rotateLevel:_(b.value+90)})},H=()=>{V({rotateLevel:_(b.value-90)})},R=()=>{V({scaleLevel:y(E.value+t.scaleStep)})},$=()=>{V({scaleLevel:y(E.value-t.scaleStep)})},T=e.computed(()=>E.value<1),F=()=>{V({scaleLevel:1})},ee=()=>{V({scaleLevel:1})},X=()=>{const j=i.value.length;if(!j)return;const J=d.value-1;s.value=J<0?j-1:J},le=()=>{const j=i.value.length;if(!j)return;const J=d.value+1;s.value=J>j-1?0:J},D=j=>{!l.value||i.value.length<2||j.altKey||j.ctrlKey||j.metaKey||j.shiftKey||(j.key==="ArrowLeft"&&(j.preventDefault(),X()),j.key==="ArrowRight"&&(j.preventDefault(),le()))},Q=()=>{typeof document>"u"||document.addEventListener("keydown",D)},A=()=>{typeof document>"u"||document.removeEventListener("keydown",D)};e.watch(l,j=>{j?Q():A()},{immediate:!0}),e.onBeforeUnmount(A);const U=e.computed(()=>{let j={icon:Nt,handler:ee};return T.value&&(j={icon:ut,handler:F}),j}),N=[{icon:kt,handler:C},{icon:_t,handler:H},{icon:Vt,handler:R},{icon:vt,handler:$}],Z=n,oe=e.computed(()=>i.value.length>1),G=e.computed(()=>t.showNavigationButtons&&oe.value),te=e.computed(()=>me({"--nmorph-private-image-preview-trigger-width":t.width,"--nmorph-private-image-preview-trigger-height":t.height,"--nmorph-private-image-preview-radius":t.radius,"--nmorph-private-image-preview-trigger-gap":t.triggerGap})),Y={props:t,open:l,sourceList:i,getClampedIndex:a,currentIndex:s,resolvedCurrentIndex:d,triggerSource:p,showGalleryTrigger:h,triggerSourceLimit:f,triggerSources:m,hiddenTriggerCount:u,lastVisibleTriggerIndex:w,modifiers:g,imageTransformStates:B,getImageTransformKey:S,currentTransformKey:k,currentTransformState:v,rotateLevel:b,scaleLevel:E,imageTransform:I,setCurrentTransformState:M,updateCurrentTransformState:V,normalizeRotateLevel:_,clampScaleLevel:y,openPreviewAt:x,clickHandler:q,closeHandler:L,rotateRight:C,rotateLeft:H,zoomIn:R,zoomOut:$,isLevelChangedToMin:T,enlargeToNormal:F,shrinkToNormal:ee,previousHandler:X,nextHandler:le,keyboardNavigationHandler:D,addKeyboardNavigationListener:Q,removeKeyboardNavigationListener:A,enlargeShrinkActionData:U,actions:N,emit:Z,multipleSources:oe,showNavigation:G,triggerStyle:te,getTriggerLabel:j=>t.alt?`${t.alt} ${j+1}`:`Image ${j+1}`,get NmorphImage(){return Ct},get NmorphButton(){return Be},get NmorphIcon(){return ie},NmorphPreviewPortal:gc};return Object.defineProperty(Y,"__isScriptSetup",{enumerable:!1,value:!0}),Y}}),Ru=["aria-label","onClick"],ju={key:0,class:"nmorph-image-preview__trigger-more"},Wu={class:"nmorph-image-preview__action-element"};function $u(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock(e.Fragment,null,[t.props.showTrigger?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.triggerStyle)},[e.createElementVNode("div",{class:"nmorph-image-preview__trigger",onClick:t.clickHandler},[t.showGalleryTrigger?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(t.triggerSources,a=>(e.openBlock(),e.createElementBlock("button",{key:`${a.src}-${a.index}`,type:"button",class:"nmorph-image-preview__trigger-item","aria-label":t.getTriggerLabel(a.index),onClick:e.withModifiers(s=>t.openPreviewAt(a.index),["stop"])},[e.createVNode(t.NmorphImage,{src:a.src,alt:t.getTriggerLabel(a.index),fit:t.props.fit,design:"plain","frame-border":0},e.createSlots({_:2},[r.$slots.loading?{name:"loading",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"loading")]),key:"0"}:void 0,r.$slots.error?{name:"error",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"error")]),key:"1"}:void 0]),1032,["src","alt","fit"]),a.index===t.lastVisibleTriggerIndex&&t.hiddenTriggerCount>0?(e.openBlock(),e.createElementBlock("span",ju," +"+e.toDisplayString(t.hiddenTriggerCount),1)):e.createCommentVNode("v-if",!0)],8,Ru))),128)):(e.openBlock(),e.createBlock(t.NmorphImage,{key:1,src:t.triggerSource,alt:t.props.alt,fit:t.props.fit,design:"plain","frame-border":0},e.createSlots({_:2},[r.$slots.loading?{name:"loading",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"loading")]),key:"0"}:void 0,r.$slots.error?{name:"error",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"error")]),key:"1"}:void 0]),1032,["src","alt","fit"]))])],6)):e.createCommentVNode("v-if",!0),t.open?(e.openBlock(),e.createBlock(t.NmorphPreviewPortal,{key:1,show:t.open,"z-index":t.props.zIndex,"root-class":"nmorph-image-preview__portal","state-class":t.modifiers,"content-class":"nmorph-image-preview__content","left-class":"nmorph-image-preview__left","right-class":"nmorph-image-preview__right","actions-class":"nmorph-image-preview__actions","navigation-button-margin":t.props.navigationButtonMargin,"content-width":t.props.previewWidth,"content-height":t.props.previewHeight,"show-navigation":t.showNavigation,"show-action-bar":t.props.showActionBar,onClose:t.closeHandler,onPrevious:t.previousHandler,onNext:t.nextHandler},{actions:e.withCtx(()=>[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(t.actions,(a,s)=>e.createElementVNode("div",{key:s,class:"nmorph-image-preview__action-element"},[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:a.handler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(a.icon)))]),_:2},1024)]),_:2},1032,["onClick"])])),64)),e.createElementVNode("div",Wu,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",disabled:t.scaleLevel===1,onClick:t.enlargeShrinkActionData.handler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.enlargeShrinkActionData.icon)))]),_:1})]),_:1},8,["disabled","onClick"])])]),default:e.withCtx(()=>[e.createVNode(t.NmorphImage,{src:t.triggerSource,alt:t.props.alt,fit:"contain",design:"plain","frame-border":0,style:e.normalizeStyle({transform:t.imageTransform})},e.createSlots({_:2},[r.$slots.loading?{name:"loading",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"loading")]),key:"0"}:void 0,r.$slots.error?{name:"error",fn:e.withCtx(()=>[e.renderSlot(r.$slots,"error")]),key:"1"}:void 0]),1032,["src","alt","style"])]),_:3},8,["show","z-index","state-class","navigation-button-margin","content-width","content-height","show-navigation","show-action-bar"])):e.createCommentVNode("v-if",!0)],64)}const Bo=W(Fu,[["render",$u],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-image-preview/NmorphImagePreview.vue"]]),Ku=e.defineComponent({__name:"NmorphAvatar",props:{design:{type:null,required:!1,default:"nmorph"},borderless:{type:Boolean,required:!1,default:!1},src:{type:[String,Array],required:!1,default:void 0},size:{type:Number,required:!1,default:48},shape:{type:null,required:!1,default:"circle"},frameBorder:{type:Number,required:!1,default:2},imagePadding:{type:Number,required:!1,default:4},name:{type:String,required:!1,default:""},fallback:{type:null,required:!1,default:()=>ht},preview:{type:Boolean,required:!1,default:!1},previewSrc:{type:[String,Array],required:!1,default:void 0},previewInitialIndex:{type:Number,required:!1,default:0},previewScaleStep:{type:Number,required:!1,default:.2},previewMinScaleLevel:{type:Number,required:!1,default:.2},previewMaxScaleLevel:{type:Number,required:!1,default:4},srcSet:{type:String,required:!1},fit:{type:null,required:!1},alt:{type:String,required:!1}},emits:["error","load"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=x=>{l("error",x)},a=x=>{l("load",x)},s=e.ref(!1),d=(x,q=0)=>Array.isArray(x)?x[q]:x,p=e.computed(()=>`${t.imagePadding}px`),h=e.computed(()=>`${t.size}px`),f=e.computed(()=>d(t.src)),m=e.computed(()=>t.previewSrc||t.src),u=e.computed(()=>{const x=m.value;return Array.isArray(x)?x.length>0:!!x}),w=e.computed(()=>{const x=m.value;return Array.isArray(x)?x:x||""}),g=e.computed(()=>t.preview&&u.value),B=e.computed(()=>t.design||"nmorph"),S=e.computed(()=>K({nmorph:[B.value==="nmorph"?"shadow-combined":""],"nmorph-avatar":[B.value,t.shape,t.frameBorder>0&&"framed",B.value==="plain"&&t.borderless&&"borderless",g.value&&"preview"]})),k=e.computed(()=>`${t.size/100*60}px`),v=e.computed(()=>`${Math.max(12,t.size*.38)}px`),b=e.computed(()=>t.shape==="circle"?"50%":"4px"),E=e.computed(()=>t.shape==="circle"?"50%":"2px"),I=e.computed(()=>({width:h.value,height:h.value,"--nmorph-private-avatar-image-padding":p.value,"--nmorph-private-avatar-radius":b.value,"--nmorph-private-avatar-image-radius":E.value,"--nmorph-private-avatar-frame-border":`${t.frameBorder}px`})),M=e.computed(()=>t.fallback||ht),V=e.computed(()=>{const x=t.name.trim();if(!x)return"";const q=x.split(/\s+/);return(q.length>1?`${q[0][0]}${q[q.length-1][0]}`:q[0].slice(0,2)).toUpperCase()}),y={props:t,emit:l,onImageError:i,onImageLoad:a,previewOpen:s,getSourceByIndex:d,imagePadding:p,size:h,imageSrc:f,previewSource:m,hasPreviewSource:u,imagePreviewSrc:w,previewAvailable:g,resolvedDesign:B,modifiers:S,stubIconSize:k,initialsFontSize:v,radius:b,imageRadius:E,styles:I,fallback:M,initials:V,openPreview:()=>{g.value&&(s.value=!0)},get NmorphImage(){return Ct},get NmorphIcon(){return ie},get NmorphIconLoaderDots(){return Oe},NmorphImagePreview:Bo};return Object.defineProperty(y,"__isScriptSetup",{enumerable:!1,value:!0}),y}});function Uu(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),onClick:t.openPreview},[e.createVNode(t.NmorphImage,{design:"plain",fit:t.props.fit,src:t.imageSrc,"src-set":t.props.srcSet,alt:t.props.alt,width:t.size,height:t.size,"frame-border":0,onLoad:t.onImageLoad,onError:t.onImageError},{loading:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoaderDots)]),_:1})]),error:e.withCtx(()=>[e.renderSlot(r.$slots,"error",{},()=>[t.initials?(e.openBlock(),e.createElementBlock("span",{key:0,class:"nmorph-avatar__initials",style:e.normalizeStyle({fontSize:t.initialsFontSize})},e.toDisplayString(t.initials),5)):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,width:t.stubIconSize},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.fallback)))]),_:1},8,["width"]))])]),_:3},8,["fit","src","src-set","alt","width","height"]),t.imageSrc?e.createCommentVNode("v-if",!0):e.renderSlot(r.$slots,"error",{key:0},()=>[t.initials?(e.openBlock(),e.createElementBlock("span",{key:0,class:"nmorph-avatar__initials",style:e.normalizeStyle({fontSize:t.initialsFontSize})},e.toDisplayString(t.initials),5)):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,width:t.stubIconSize},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.fallback)))]),_:1},8,["width"]))]),t.previewAvailable?(e.openBlock(),e.createBlock(t.NmorphImagePreview,{key:1,modelValue:t.previewOpen,"onUpdate:modelValue":o[0]||(o[0]=a=>t.previewOpen=a),"show-trigger":!1,src:t.imagePreviewSrc,alt:t.props.alt,"initial-index":t.props.previewInitialIndex,"scale-step":t.props.previewScaleStep,"min-scale-level":t.props.previewMinScaleLevel,"max-scale-level":t.props.previewMaxScaleLevel},{loading:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoaderDots)]),_:1})]),_:1},8,["modelValue","src","alt","initial-index","scale-step","min-scale-level","max-scale-level"])):e.createCommentVNode("v-if",!0)],6)}const wc=W(Ku,[["render",Uu],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-avatar/NmorphAvatar.vue"]]),Gu=e.defineComponent({__name:"NmorphAudioMeter",props:{value:{type:Number,required:!1},volumeDb:{type:Number,required:!1},variant:{type:String,required:!1,default:"bars"},bars:{type:Number,required:!1,default:12},warnThreshold:{type:Number,required:!1,default:.7},errorThreshold:{type:Number,required:!1,default:.9},color:{type:String,required:!1},warnColor:{type:String,required:!1},errorColor:{type:String,required:!1},trackColor:{type:String,required:!1},label:{type:String,required:!1,default:"Audio level"}},setup(r,{expose:o}){o();const n=r,t=f=>Math.min(Math.max(f,0),1),l=e.computed(()=>typeof n.value=="number"?t(n.value):typeof n.volumeDb=="number"?t((n.volumeDb+60)/60):0),i=e.computed(()=>Array.from({length:Math.max(n.bars,1)},(f,m)=>m)),a=e.computed(()=>l.value>=n.errorThreshold?"error":l.value>=n.warnThreshold?"warn":"normal"),s=e.computed(()=>K({"nmorph-audio-meter":[n.variant,a.value]})),d=e.computed(()=>({"--nmorph-private-audio-meter-percent":`${Math.round(l.value*100)}%`,..._e({"--nmorph-private-audio-meter-color":n.color,"--nmorph-private-audio-meter-warn-color":n.warnColor,"--nmorph-private-audio-meter-error-color":n.errorColor,"--nmorph-private-audio-meter-track-color":n.trackColor})})),h={props:n,clamp:t,level:l,barIndexes:i,state:a,modifiers:s,styles:d,isBarActive:f=>(f+1)/i.value.length<=l.value};return Object.defineProperty(h,"__isScriptSetup",{enumerable:!1,value:!0}),h}}),Yu=["aria-label","aria-valuenow"],Zu={key:1,class:"nmorph-audio-meter__line"},Xu={key:2,class:"nmorph-audio-meter__ring"};function Qu(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),role:"meter","aria-label":t.props.label,"aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":Math.round(t.level*100)},[t.props.variant==="bars"?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(t.barIndexes,a=>(e.openBlock(),e.createElementBlock("span",{key:a,class:e.normalizeClass(["nmorph-audio-meter__bar",{"nmorph-audio-meter__bar--active":t.isBarActive(a)}])},null,2))),128)):t.props.variant==="line"?(e.openBlock(),e.createElementBlock("span",Zu)):(e.openBlock(),e.createElementBlock("span",Xu))],14,Yu)}const Ju=W(Gu,[["render",Qu],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-audio-meter/NmorphAudioMeter.vue"]]),eg="var(--nmorph-white-color)",tg=e.defineComponent({__name:"NmorphAudioPreview",props:{src:{type:String,required:!0},name:{type:String,required:!1,default:""},durationMs:{type:Number,required:!1,default:void 0},width:{type:[Number,String],required:!1,default:void 0},surface:{type:String,required:!1,default:"card"},embedded:{type:Boolean,required:!1,default:!1},showIcon:{type:Boolean,required:!1,default:!0},showHeader:{type:Boolean,required:!1,default:!0},compact:{type:Boolean,required:!1,default:!1},preload:{type:String,required:!1,default:"metadata"},downloadHref:{type:String,required:!1,default:""},loading:{type:Boolean,required:!1,default:!1},error:{type:Boolean,required:!1,default:!1},errorText:{type:String,required:!1,default:""},showPlaybackButton:{type:Boolean,required:!1,default:!0},showDefaultActions:{type:Boolean,required:!1,default:!0}},emits:["play","pause","open","download","error"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.useSlots(),a=e.ref(null),s=e.ref(!1),d=e.ref(0),p=e.ref(t.durationMs?t.durationMs/1e3:0);e.watch(()=>t.durationMs,L=>{p.value=L?L/1e3:p.value});const h=e.computed(()=>p.value||0),f=e.computed({get:()=>h.value>0?d.value/h.value*100:0,set:L=>{!a.value||h.value<=0||(a.value.currentTime=L/100*h.value,d.value=a.value.currentTime)}}),m=e.computed(()=>({"--nmorph-private-audio-preview-progress":`${f.value}%`})),u=e.computed(()=>!!i.actions||t.showDefaultActions&&(t.src||t.downloadHref)),w=e.computed(()=>K({"nmorph-audio-preview":[t.surface,t.embedded&&"embedded",!t.showIcon&&"no-icon",!t.showHeader&&"no-header",t.compact&&"compact",t.loading&&"loading",t.error&&"error",s.value&&"playing",!u.value&&"no-actions"]})),g=e.computed(()=>me({"--nmorph-private-audio-preview-width":t.width})),B=L=>{if(!Number.isFinite(L)||L<0)return"0:00";const C=Math.floor(L),H=Math.floor(C/60),R=C%60;return`${H}:${R.toString().padStart(2,"0")}`},S=e.computed(()=>B(d.value)),k=e.computed(()=>B(h.value)),v=async()=>{if(!(!a.value||!t.showPlaybackButton||t.loading||t.error)){if(s.value){a.value.pause();return}try{await a.value.play()}catch{s.value=!1}}},b=()=>{!a.value||Number.isNaN(a.value.duration)||(p.value=a.value.duration)},E=()=>{d.value=a.value?.currentTime||0},I=L=>{s.value=!0,l("play",L)},M=L=>{s.value=!1,l("pause",L)},V=()=>{s.value=!1},_=L=>{s.value=!1,l("error",L)},y=()=>l("open"),x=()=>l("download");o({audioRef:a});const q={CONTRAST_ICON_COLOR:eg,props:t,emit:l,slots:i,audioRef:a,playing:s,currentTime:d,durationSeconds:p,resolvedDuration:h,progress:f,progressStyle:m,hasActions:u,modifiers:w,styles:g,formatTime:B,currentTimeLabel:S,durationLabel:k,togglePlayback:v,loadedMetadataHandler:b,timeUpdateHandler:E,playHandler:I,pauseHandler:M,endedHandler:V,errorHandler:_,openHandler:y,downloadHandler:x,get NmorphIcon(){return ie},get NmorphIconAudio(){return pt},get NmorphIconDownload(){return Xe},get NmorphIconExternalLink(){return gt},get NmorphIconLoader(){return He},get NmorphIconPause(){return yt},get NmorphIconPlay(){return nt}};return Object.defineProperty(q,"__isScriptSetup",{enumerable:!1,value:!0}),q}}),og=["src","preload"],rg=["disabled","aria-label"],ng={key:2,class:"nmorph-audio-preview__play-indicator"},ag={key:1,class:"nmorph-audio-preview__icon"},lg=["aria-label"],ig={class:"nmorph-audio-preview__body"},cg={key:0,class:"nmorph-audio-preview__header"},sg={class:"nmorph-audio-preview__name"},dg={key:0,class:"nmorph-audio-preview__error"},mg={key:1,class:"nmorph-audio-preview__time"},pg={class:"nmorph-audio-preview__control"},hg=["disabled","aria-label"],fg={key:0,class:"nmorph-audio-preview__time"},ug={key:3,class:"nmorph-audio-preview__actions"},gg=["href","aria-label"],wg=["href","download","aria-label"];function bg(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("audio",{ref:"audioRef",src:t.props.src,preload:t.props.preload,onLoadedmetadata:t.loadedMetadataHandler,onTimeupdate:t.timeUpdateHandler,onPlay:t.playHandler,onPause:t.pauseHandler,onEnded:t.endedHandler,onError:t.errorHandler},null,40,og),t.props.showIcon&&t.props.showPlaybackButton?(e.openBlock(),e.createElementBlock("button",{key:0,class:"nmorph-audio-preview__icon",type:"button",disabled:t.props.loading||t.props.error,"aria-label":t.playing?`Pause ${t.props.name||"audio"}`:`Play ${t.props.name||"audio"}`,onClick:t.togglePlayback},[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconAudio)]),_:1})),!t.props.loading&&!t.props.error?(e.openBlock(),e.createElementBlock("span",ng,[e.createVNode(t.NmorphIcon,{size:"small",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[t.playing?(e.openBlock(),e.createBlock(t.NmorphIconPause,{key:0})):(e.openBlock(),e.createBlock(t.NmorphIconPlay,{key:1}))]),_:1})])):e.createCommentVNode("v-if",!0)],8,rg)):t.props.showIcon?(e.openBlock(),e.createElementBlock("div",ag,[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconAudio)]),_:1}))])):t.props.showPlaybackButton&&!t.props.loading&&!t.props.error?(e.openBlock(),e.createElementBlock("button",{key:2,class:"nmorph-audio-preview__play-button",type:"button","aria-label":t.playing?`Pause ${t.props.name||"audio"}`:`Play ${t.props.name||"audio"}`,onClick:t.togglePlayback},[e.createVNode(t.NmorphIcon,{size:"small",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[t.playing?(e.openBlock(),e.createBlock(t.NmorphIconPause,{key:0})):(e.openBlock(),e.createBlock(t.NmorphIconPlay,{key:1}))]),_:1})],8,lg)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",ig,[t.props.showHeader?(e.openBlock(),e.createElementBlock("div",cg,[e.createElementVNode("span",sg,e.toDisplayString(t.props.name||"Audio"),1),t.props.error&&t.props.errorText?(e.openBlock(),e.createElementBlock("span",dg,e.toDisplayString(t.props.errorText),1)):(e.openBlock(),e.createElementBlock("span",mg,e.toDisplayString(t.currentTimeLabel)+" / "+e.toDisplayString(t.durationLabel),1))])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",pg,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":o[0]||(o[0]=a=>t.progress=a),class:"nmorph-audio-preview__range",type:"range",min:"0",max:"100",step:"0.1",style:e.normalizeStyle(t.progressStyle),disabled:t.props.loading||t.props.error||t.resolvedDuration<=0,"aria-label":`Audio progress ${t.props.name||""}`},null,12,hg),[[e.vModelText,t.progress,void 0,{number:!0}]]),t.props.showHeader?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("span",fg,e.toDisplayString(t.currentTimeLabel)+" / "+e.toDisplayString(t.durationLabel),1))])]),t.hasActions?(e.openBlock(),e.createElementBlock("div",ug,[e.renderSlot(r.$slots,"actions",{},()=>[e.createElementVNode("a",{href:t.props.src,target:"_blank",rel:"noopener noreferrer",class:"nmorph-audio-preview__action-link","aria-label":`Open ${t.props.name||"audio"}`,onClick:t.openHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconExternalLink)]),_:1})],8,gg),t.props.downloadHref?(e.openBlock(),e.createElementBlock("a",{key:0,href:t.props.downloadHref,download:t.props.name,class:"nmorph-audio-preview__action-link","aria-label":`Download ${t.props.name||"audio"}`,onClick:t.downloadHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconDownload)]),_:1})],8,wg)):e.createCommentVNode("v-if",!0)])])):e.createCommentVNode("v-if",!0)],6)}const xo=W(tg,[["render",bg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-audio-preview/NmorphAudioPreview.vue"]]),yg=e.defineComponent({__name:"NmorphBadge",props:{value:{type:[Number,String],required:!1},max:{type:Number,required:!1,default:99},type:{type:String,required:!1,default:"default"},ribbonCorner:{type:String,required:!1,default:"top-right"},ribbonTilt:{type:Boolean,required:!1,default:!0},hidden:{type:Boolean,required:!1,default:!1},hideOnFalsyValue:{type:Boolean,required:!1,default:!1},color:{type:String,required:!1,default:"var(--nmorph-accent-color)"},size:{type:String,required:!1,default:"base"},dotSize:{type:[Number,String],required:!1,default:void 0},ribbonSize:{type:[Number,String],required:!1,default:void 0},ribbonWidth:{type:[Number,String],required:!1,default:void 0},ribbonCornerSize:{type:[Number,String],required:!1,default:void 0},ribbonRadius:{type:[Number,String],required:!1,default:void 0},offsetY:{type:Number,required:!1,default:0},offsetX:{type:Number,required:!1,default:0},zIndex:{type:Number,required:!1,default:1},disabled:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.useSlots(),l=e.computed(()=>n.type==="dot"),i=e.computed(()=>n.type==="tag"),a=e.computed(()=>n.type==="ribbon"),s=e.computed(()=>K({"nmorph-badge":[n.hidden&&"hidden",i.value&&"tag",a.value&&"ribbon",a.value&&`ribbon-${n.ribbonCorner}`,n.size]})),d=e.computed(()=>K({"nmorph-badge__container":[n.hidden&&"hidden",i.value&&"tag",a.value&&"ribbon",a.value&&`ribbon-${n.ribbonCorner}`]})),p=e.computed(()=>K({"nmorph-badge__ribbon-corner":[n.ribbonCorner,!n.ribbonTilt&&"flat"]})),h=e.computed(()=>typeof Number(n.value)=="number"&&Number(n.value)>n.max?`${n.max}+`:n.value),f=e.computed(()=>!!t.value),m=e.computed(()=>n.hideOnFalsyValue&&!n.value),u=e.computed(()=>(l.value||n.value!==void 0||f.value)&&!m.value),w=e.computed(()=>{const M=`${(S?.value/2+n.offsetX)*-1}px`,V=`${(k?.value/2+n.offsetY)*-1}px`;return{x:M,y:V}}),g=e.computed(()=>i.value||a.value?{zIndex:n.zIndex}:{right:w.value.x,top:w.value.y,zIndex:n.zIndex}),B=e.ref(null),S=e.ref(0),k=e.ref(0),v=e.computed(()=>({..._e({"--nmorph-private-badge-color":n.color}),...me({"--nmorph-private-badge-dot-size":n.dotSize,"--nmorph-private-badge-ribbon-offset-x":n.offsetX!==0&&n.offsetX,"--nmorph-private-badge-ribbon-offset-y":n.offsetY!==0&&n.offsetY,"--nmorph-private-badge-ribbon-height":n.ribbonSize,"--nmorph-private-badge-ribbon-width":n.ribbonWidth,"--nmorph-private-badge-ribbon-corner-size":n.ribbonCornerSize,"--nmorph-private-badge-ribbon-radius":n.ribbonRadius})})),b=async()=>{await e.nextTick(),!(!B.value||i.value||a.value)&&(S.value=B.value.clientWidth,k.value=B.value.clientHeight)},E=e.computed(()=>({zIndex:n.zIndex}));e.onMounted(b),e.watch(()=>[n.value,n.max,n.type,n.ribbonCorner,n.ribbonTilt,n.size,n.hideOnFalsyValue],b);const I={props:n,slots:t,isDotType:l,isTagType:i,isRibbon:a,modifiers:s,containerModifiers:d,ribbonCornerModifiers:p,displayValue:h,hasValueSlot:f,shouldHideOnFalsyValue:m,shouldShowBadge:u,appliedOffset:w,containerStyle:g,badge:B,badgeWidth:S,badgeHeight:k,styles:v,updateBadgeSize:b,ribbonFrameStyle:E};return Object.defineProperty(I,"__isScriptSetup",{enumerable:!1,value:!0}),I}}),_g={key:0,class:"nmorph-badge__dot"};function kg(r,o,n,t,l,i){return!t.props.disabled&&(!t.isTagType||t.shouldShowBadge)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.isTagType?e.createCommentVNode("v-if",!0):e.renderSlot(r.$slots,"default",{key:0}),t.shouldShowBadge&&t.isRibbon?(e.openBlock(),e.createElementBlock("div",{key:1,class:"nmorph-badge__ribbon-frame",style:e.normalizeStyle(t.ribbonFrameStyle)},[e.createElementVNode("div",{class:e.normalizeClass(t.ribbonCornerModifiers)},[e.createElementVNode("div",{ref:"badge",class:e.normalizeClass(t.containerModifiers),style:e.normalizeStyle(t.containerStyle)},[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-badge__content",t.hasValueSlot&&"nmorph-badge__content--custom"])},[e.renderSlot(r.$slots,"value",{value:t.props.value,displayValue:t.displayValue},()=>[e.createTextVNode(e.toDisplayString(t.displayValue),1)])],2)],6)],2)],4)):t.shouldShowBadge?(e.openBlock(),e.createElementBlock("div",{key:2,ref:"badge",class:e.normalizeClass(t.containerModifiers),style:e.normalizeStyle(t.containerStyle)},[t.isDotType?(e.openBlock(),e.createElementBlock("div",_g)):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["nmorph-badge__content",t.hasValueSlot&&"nmorph-badge__content--custom"])},[e.renderSlot(r.$slots,"value",{value:t.props.value,displayValue:t.displayValue},()=>[e.createTextVNode(e.toDisplayString(t.displayValue),1)])],2))],6)):e.createCommentVNode("v-if",!0)],6)):t.isTagType?e.createCommentVNode("v-if",!0):e.renderSlot(r.$slots,"default",{key:1})}const Ng=W(yg,[["render",kg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-badge/NmorphBadge.vue"]]),Bg=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},design:{type:null,required:!1,default:"nmorph"}},emits:["click-previous-month","click-today","click-next-month"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-calendar-header":[]})),a={props:t,emit:l,modifiers:i,get NmorphButton(){return Be},get getMonthName(){return Vo},get NmorphIcon(){return ie},get NmorphIconArrowLeft(){return Qt},get NmorphIconArrowRight(){return Jt}};return Object.defineProperty(a,"__isScriptSetup",{enumerable:!1,value:!0}),a}}),xg={class:"nmorph-calendar-header__text"},Vg={class:"nmorph-calendar-header__actions"};function vg(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.renderSlot(r.$slots,"default",{},()=>[e.createElementVNode("div",xg,e.toDisplayString(t.props.year)+" "+e.toDisplayString(t.getMonthName(t.props.month)),1),e.createElementVNode("div",Vg,[n.showPreviousMonthButton?(e.openBlock(),e.createBlock(t.NmorphButton,{key:0,class:"nmorph-calendar-header__action",design:t.props.design,onClick:o[0]||(o[0]=a=>t.emit("click-previous-month"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconArrowLeft)]),_:1})]),_:1},8,["design"])):e.createCommentVNode("v-if",!0),n.showTodayButton?(e.openBlock(),e.createBlock(t.NmorphButton,{key:1,class:"nmorph-calendar-header__action",text:"Today",design:t.props.design,onClick:o[1]||(o[1]=a=>t.emit("click-today"))},null,8,["design"])):e.createCommentVNode("v-if",!0),n.showNextMonthButton?(e.openBlock(),e.createBlock(t.NmorphButton,{key:2,class:"nmorph-calendar-header__action",design:t.props.design,onClick:o[2]||(o[2]=a=>t.emit("click-next-month"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconArrowRight)]),_:1})]),_:1},8,["design"])):e.createCommentVNode("v-if",!0)])])],2)}const Sg=W(Bg,[["render",vg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-calendar/inner-components/nmorph-calendar-header/NmorphCalendarHeader.vue"]]),Eg=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],Cg=["sun","mon","tue","wed","thu","fri","sat"],St=()=>{const{t:r}=Me.useI18n();return{months:Eg.map(o=>r(`${o}`)),days:Cg.map(o=>r(`${o}`))}},Ig=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,null],required:!1,default:()=>new Date},cellHeight:{type:[Number,String],required:!1,default:void 0},design:{type:null,required:!1,default:"nmorph"}},emits:["update:model-value","update-initial-date"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,{days:i}=St(),a=()=>{w.value=k.value},s=()=>{w.value=new Date},d=()=>{w.value=v.value},p=()=>{throw new Error("model value and type prop not matched")},h=y=>{if(y===null)return null;if(t.type==="date"){if(y instanceof Date)return je(y);p()}const x=Array.isArray(y)&&y.every(q=>q instanceof Date);if(t.type==="dates"){if(x)return y.map(q=>je(q));p()}if(t.type==="daterange"){if(x)return y.map(q=>je(q)).slice(0,2);p()}},f=y=>{if(g.value===null)return;const{monthType:x,hidden:q}=y;if(q)return;x==="next"&&d(),x==="previous"&&a();const{date:L}=y;if(t.type==="date"&&(g.value=L,l("update:model-value",g.value)),t.type==="dates"){if(!Array.isArray(g.value))return p();const C=L.toDateString(),R=g.value.map(T=>T.toDateString()).indexOf(C);R!==-1?g.value.splice(R,1):g.value.push(L),l("update:model-value",g.value)}if(t.type==="daterange"){if(!Array.isArray(g.value))return p();g.value.length===0?g.value.push(L):g.value.length===1?L<g.value[0]?g.value=[L,g.value[0]]:g.value.push(L):g.value=[L],l("update:model-value",g.value.slice(0,2))}},m=(y,x)=>{const[q,L]=x;return x.length===1?y.toDateString()===q.toDateString():q&&L?y>=je(q)&&y<=je(L):!1},u=y=>{if(g.value===null)return!1;if(t.type==="date")return Array.isArray(g.value)?p():g.value.toDateString()===y.toDateString();if(t.type==="dates")return Array.isArray(g.value)?!!g.value.find(q=>q.toDateString()===y.toDateString()):p();if(t.type==="daterange")return Array.isArray(g.value)?m(y,g.value):p()},w=e.ref(t.initialDate),g=e.ref(h(t.modelValue));e.onMounted(()=>{l("update:model-value",g.value)});let B=e.reactive([]);const S=()=>{B=[],Vc(w,t.range).forEach(x=>{const q={};x.forEach((L,C)=>{const H=i[C];q[H]=L}),B.push(q)})};e.watch(()=>t.initialDate,y=>{w.value=y},{deep:!0}),e.watch(w,()=>{S(),l("update-initial-date",w.value)}),e.watch(()=>t.modelValue,y=>{g.value=h(y)});const k=e.computed(()=>new Date(w.value.setMonth(w.value.getMonth()-1))),v=e.computed(()=>new Date(w.value.setMonth(w.value.getMonth()+1))),b=e.computed(()=>{const{range:y}=t,x=y?kc(w.value,y[0]):!0,q=y?Nc(w.value,y[1]):!0,L=Bc(y);return{showPreviousMonthButton:x,showNextMonthButton:q,showTodayButton:L}}),E=e.computed(()=>K({"nmorph-calendar":[]})),I=e.computed(()=>me({"--nmorph-private-calendar-cell-height":t.cellHeight})),M=e.computed(()=>t.design==="plain"?{design:"plain",bordered:!0}:{design:"nmorph"}),V=y=>y;S();const _={props:t,emit:l,days:i,setPreviousMonth:a,setTodayMonth:s,setNextMonth:d,wrongType:p,convertValue:h,clickDate:f,isDateInRange:m,isValueSelected:u,initialDate:w,selectedValue:g,get calendar(){return B},set calendar(y){B=y},updateCalendar:S,prevMonth:k,nextMonth:v,showHeaderButtons:b,modifiers:E,styles:I,tableDesignProps:M,dateData:V,get NmorphTable(){return Dc},get NmorphTableColumn(){return Oc},get NmorphTableCell(){return Pc},NmorphCalendarHeader:Sg};return Object.defineProperty(_,"__isScriptSetup",{enumerable:!1,value:!0}),_}}),Mg=["data-date","onClick"];function zg(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.renderSlot(r.$slots,"header",{},()=>[e.createVNode(t.NmorphCalendarHeader,{year:t.initialDate.getFullYear(),month:t.initialDate.getMonth(),design:t.props.design,"show-previous-month-button":t.showHeaderButtons.showPreviousMonthButton,"show-today-button":t.showHeaderButtons.showTodayButton,"show-next-month-button":t.showHeaderButtons.showNextMonthButton,onClickNextMonth:t.setNextMonth,onClickPreviousMonth:t.setPreviousMonth,onClickToday:t.setTodayMonth},null,8,["year","month","design","show-previous-month-button","show-today-button","show-next-month-button"])]),e.renderSlot(r.$slots,"content",{},()=>[e.createVNode(t.NmorphTable,e.mergeProps({data:t.calendar,"row-hover":!1},t.tableDesignProps),{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.days,a=>(e.openBlock(),e.createBlock(t.NmorphTableColumn,{key:`${a}`,prop:a,label:a.toUpperCase()},{default:e.withCtx(({scope:s})=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.rows,(d,p)=>(e.openBlock(),e.createBlock(t.NmorphTableCell,{key:p,row:p},{default:e.withCtx(()=>[e.createElementVNode("div",{"data-date":`${t.dateData(d[a]).date}`,class:e.normalizeClass(["nmorph-calendar-date",`nmorph-calendar-date--${t.dateData(d[a]).monthType}`,{"nmorph-calendar-date--today":t.dateData(d[a]).isToday&&!t.dateData(d[a]).hidden&&t.props.markToday},{"nmorph-calendar-date--hidden":t.dateData(d[a]).hidden},{"nmorph-calendar-date--selected":t.isValueSelected(t.dateData(d[a]).date)}]),onClick:h=>t.clickDate(t.dateData(d[a]))},[e.renderSlot(r.$slots,"date-cell",{scope:{...t.dateData(d[a]),selected:t.isValueSelected(t.dateData(d[a]).date)}},()=>[e.createTextVNode(e.toDisplayString(t.dateData(d[a]).hidden?"-":t.dateData(d[a]).value),1)])],10,Mg)]),_:2},1032,["row"]))),128))]),_:2},1032,["prop","label"]))),128))]),_:3},16,["data"])])],6)}const bc=W(Ig,[["render",zg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-calendar/NmorphCalendar.vue"]]),yc=r=>{const o=r-r%10,n=[];for(let t=0;t<10;t++)n.push(o+t);return n},Hg={year:"numeric",month:"2-digit",day:"2-digit"},_c=r=>String(r).padStart(2,"0"),qg=(r,o)=>{const n={YYYY:String(r.getFullYear()),YY:String(r.getFullYear()).slice(-2),MM:_c(r.getMonth()+1),M:String(r.getMonth()+1),DD:_c(r.getDate()),D:String(r.getDate())};return o.replace(/YYYY|YY|MM|M|DD|D/g,t=>n[t])},Et=(r,o={})=>{if(!r)return;const n=t=>o.formatter?o.formatter(t):o.format?qg(t,o.format):new Intl.DateTimeFormat(o.locale||"en-CA",o.options||Hg).format(t);return Array.isArray(r)?r.map(t=>t?n(t):null):n(r)},Tg=r=>Et(r),kc=(r,o)=>r.getMonth()>o.getMonth(),Nc=(r,o)=>r.getMonth()<o.getMonth(),Bc=r=>{const o=new Date;if(!r)return!0;const n=r&&r[0],t=r&&r[1];return o>=n&&o<=t},Vo=r=>{const{months:o}=St();return o[r]},Lg=r=>r%4===0&&r%100!==0||r%400===0,xc=(r,o)=>[0,2,4,6,7,9,11].includes(o)?31:[3,5,8,10].includes(o)?30:Lg(r)?29:28,je=r=>new Date(r.getFullYear(),r.getMonth(),r.getDate()),Vc=(r,o)=>{const n=y=>o?y<je(o[0])||y>je(o[1]):!1,t=r.value.getFullYear(),l=r.value.getMonth(),a=new Date(t,l,1).getDay()+1,s=xc(t,l),d=7+a-8;let f=7-(new Date(t,l,s).getDay()+1);const m=new Date,u=m.getDate(),w=m.getMonth(),g=l-1,B=xc(t,g);let S=B-d;const k=[];for(;S<B;){S++;const y=w===g&&u===S,x=new Date(t,g,S);k.push({value:S,monthType:"previous",isToday:y,date:x,hidden:n(x)})}const v=l+1,b=[];let E=0;for(;f;){E++,f--;const y=w===v&&u===E,x=new Date(t,v,E);b.push({value:E,monthType:"next",isToday:y,date:x,hidden:n(x)})}let I=0;const M=[];for(;I<s;){const y=m.getDate();I++;const x=w===l&&y===I,q=new Date(t,l,I);M.push({value:I,monthType:"current",isToday:x,date:q,hidden:n(q)})}const V=[...k,...M,...b],_=[];for(let y=0;y<V.length;y+=7){const x=V.slice(y,y+7);_.push(x)}return _.filter(y=>!y.every(x=>x.hidden))},Ag=e.defineComponent({inheritAttrs:!1,__name:"NmorphCard",props:{design:{type:null,required:!1,default:"nmorph"},shadowType:{type:null,required:!1,default:"outset"},combinedShadowBorderWidth:{type:Number,required:!1,default:0},cardPadding:{type:[Number,String],required:!1,default:void 0},padding:{type:[Number,String],required:!1,default:void 0},radius:{type:[Number,String],required:!1,default:void 0},contentPadding:{type:[Number,String],required:!1,default:void 0},contentClass:{type:String,required:!1,default:""},paper:{type:Number,required:!1,default:0},fill:{type:Boolean,required:!1,default:!0},tag:{type:String,required:!1,default:"div"}},setup(r,{expose:o}){o();const n=r,t=e.useSlots(),l=e.computed(()=>n.design||"nmorph"),i=e.computed(()=>K({nmorph:[l.value==="nmorph"?Kt[n.shadowType]:""],"nmorph-card":[l.value,n.shadowType,n.fill?"fill":"fit-content"]})),a=e.computed(()=>{const p=n.padding!==void 0?ze(n.padding):ze(n.cardPadding),h=ze(n.radius),f=ze(n.contentPadding),m=Math.max(0,Number(n.paper)||0),u=Math.min(m*.08,.48),w=Math.min(m*.04,.2);return{...n.shadowType==="combined"&&{"--nmorph-private-card-combined-border-width":`${n.combinedShadowBorderWidth}px`},...p!==void 0&&{"--nmorph-private-card-padding":p,padding:p},...h!==void 0&&{"--nmorph-private-card-radius":h},...f!==void 0&&{"--nmorph-private-card-content-padding":f},...m>0&&{"--nmorph-private-card-paper-light-opacity":String(u),"--nmorph-private-card-paper-dark-opacity":String(w)}}}),s=Ee(i,a),d={props:n,slots:t,resolvedDesign:l,modifiers:i,styles:a,rootAttrs:s};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}}),Dg={key:0,class:"nmorph-card__header"},Pg={key:1,class:"nmorph-card__footer"};function Og(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.tag),e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),{default:e.withCtx(()=>[t.slots.header?(e.openBlock(),e.createElementBlock("div",Dg,[e.renderSlot(r.$slots,"header")])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{class:e.normalizeClass(["nmorph-card__content",t.props.contentClass])},[e.renderSlot(r.$slots,"default")],2),t.slots.footer?(e.openBlock(),e.createElementBlock("div",Pg,[e.renderSlot(r.$slots,"footer")])):e.createCommentVNode("v-if",!0)]),_:3},16)}const Fg=W(Ag,[["render",Og],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-card/NmorphCard.vue"]]),Rg=e.defineComponent({__name:"NmorphCarousel",props:{design:{type:null,required:!1,default:"nmorph"},loop:{type:Boolean,required:!1,default:!0}},emits:["change"],setup(r,{expose:o,emit:n}){o();const t=e.ref(0),l=e.ref(0),i=e.ref(!0),a=e.ref(null),s=e.ref(null),d=r,p=n,h=e.computed(()=>K({nmorph:[d.design==="nmorph"?"shadow-outset":""],"nmorph-carousel":[d.design]})),f=e.ref([]),m=Ue(),u=e.computed(()=>f.value.length),w=e.computed(()=>d.loop&&u.value>1);e.provide("carousel-data",{data:f,carouselId:m,hasLoopClones:w});const g=(C,H)=>`nmorph-carousel-item-${m}-${C}${H?`-${H}`:""}`,B=C=>u.value?d.loop?(C+u.value)%u.value:Math.min(Math.max(C,0),u.value-1):0,S=C=>w.value?C+1:C,k=async()=>{await e.nextTick(),s.value?.offsetWidth;const C=typeof requestAnimationFrame=="function"?requestAnimationFrame:H=>setTimeout(()=>H(Date.now()),0);C(()=>{C(()=>{i.value=!0})})},v=C=>{i.value=!1,l.value=C,k()},b=C=>{const H=B(C);H!==t.value&&(t.value=H,a.value=null,i.value=!0,l.value=S(H))},E=C=>{if(!u.value)return;if(!d.loop||!w.value){b(t.value+C);return}const H=t.value,R=B(H+C);if(R!==H){if(t.value=R,i.value=!0,C>0&&H===u.value-1){l.value=u.value+1,a.value=1;return}if(C<0&&H===0){l.value=0,a.value=u.value;return}a.value=null,l.value=S(R)}},I=()=>E(-1),M=()=>E(1),V=e.computed(()=>`translateX(-${l.value*100}%)`),_=e.computed(()=>{const C=f.value.map($=>({id:g($),key:$}));if(!w.value||!C.length)return C;const H=f.value[0],R=f.value[f.value.length-1];return[{id:g(R,"before"),key:`${R}-loop-before`},...C,{id:g(H,"after"),key:`${H}-loop-after`}]}),y=C=>C===t.value,x=C=>{b(C)},q=C=>{if(C.target!==C.currentTarget||a.value===null)return;const H=a.value;a.value=null,v(H)};e.watch([u,()=>d.loop],([C])=>{t.value>C-1&&(t.value=Math.max(C-1,0)),a.value=null,v(S(t.value))}),e.watch(t,()=>{p("change",t.value)});const L={currentSlide:t,trackIndex:l,transitionEnabled:i,loopResetTrackIndex:a,wrapperRef:s,props:d,emit:p,modifiers:h,carouselData:f,carouselId:m,slideCount:u,hasLoopClones:w,getCarouselItemId:g,normalizeSlideIndex:B,getRealTrackIndex:S,enableTransitionAfterJump:k,jumpToTrackIndex:v,goToSlide:b,moveSlide:E,prevSlide:I,nextSlide:M,translateX:V,renderedCarouselItems:_,isCurrentElementActive:y,elementIndicator:x,wrapperTransitionEndHandler:q,get NmorphIcon(){return ie},get NmorphIconChevronLeft(){return ro},get NmorphIconChevronRight(){return no}};return Object.defineProperty(L,"__isScriptSetup",{enumerable:!1,value:!0}),L}}),jg=["id"],Wg={class:"nmorph-carousel__elements-indicator"},$g=["onClick"];function Kg(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",{ref:"wrapperRef",class:e.normalizeClass(["nmorph-carousel__wrapper",{"transition-enabled":t.transitionEnabled}]),style:e.normalizeStyle({transform:t.translateX}),onTransitionend:t.wrapperTransitionEndHandler},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.renderedCarouselItems,a=>(e.openBlock(),e.createElementBlock("div",{id:a.id,key:a.key,class:"nmorph-carousel__item"},null,8,jg))),128))],38),e.createElementVNode("div",Wg,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.carouselData,(a,s)=>(e.openBlock(),e.createElementBlock("div",{key:s,class:"nmorph-carousel__element-indicator-wrapper",onClick:d=>t.elementIndicator(s)},[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-carousel__element-indicator",{"nmorph-carousel__element-indicator--active":t.isCurrentElementActive(s)}])},null,2)],8,$g))),128))]),e.createElementVNode("div",{class:"nmorph-carousel__action-btn nmorph-carousel__prev",onClick:t.prevSlide},[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronLeft)]),_:1})]),e.createElementVNode("div",{class:"nmorph-carousel__action-btn nmorph-carousel__next",onClick:t.nextSlide},[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronRight)]),_:1})]),e.renderSlot(r.$slots,"default")],2)}const Ug=W(Rg,[["render",Kg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-carousel/NmorphCarousel.vue"]]),Gg=e.defineComponent({__name:"NmorphCarouselItem",props:{name:{type:String,required:!0}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-carousel-item":[]})),l=e.inject("carousel-data"),i=e.ref(!1),a=(p,h)=>`#nmorph-carousel-item-${l?.carouselId}-${p}${h?`-${h}`:""}`,s=e.computed(()=>{if(!l)return[];const p=[a(n.name)],h=l.data.value;return!l.hasLoopClones.value||!h.length||(n.name===h[0]&&p.push(a(n.name,"after")),n.name===h[h.length-1]&&p.push(a(n.name,"before"))),p});e.onMounted(()=>{i.value=!0,l&&l.data.value.push(n.name)}),e.onBeforeUnmount(()=>{if(!l)return;const p=l.data.value.indexOf(n.name);p!==-1&&l.data.value.splice(p,1)});const d={props:n,modifiers:t,carouselData:l,isMounted:i,getCarouselItemId:a,teleportTargets:s};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function Yg(r,o,n,t,l,i){return t.isMounted?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.teleportTargets,a=>(e.openBlock(),e.createBlock(e.Teleport,{key:a,to:a},[e.renderSlot(r.$slots,"default")],8,["to"]))),128))],2)):e.createCommentVNode("v-if",!0)}const Zg=W(Gg,[["render",Yg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-carousel/components/nmorph-carousel-item/NmorphCarouselItem.vue"]]),Xg=e.defineComponent({__name:"NmorphCollapse",props:{modelValue:{type:[String,Array],required:!0},accordion:{type:Boolean,required:!1,default:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=e.ref(t.modelValue);e.watch(()=>t.modelValue,p=>{l.value=p});const i=(p,h)=>{if(t.accordion)l.value=h?[p]:[];else if(!Array.isArray(l.value))l.value=[p];else{const f=l.value.indexOf(p);h&&f===-1&&l.value.push(p),!h&&f!==-1&&l.value.splice(f,1)}a("update:model-value",l.value)};e.provide("collapse-data",l),e.provide("update-model",i);const a=n,s=e.computed(()=>K({"nmorph-collapse":[]})),d={props:t,initialValue:l,updateValue:i,emit:a,modifiers:s};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function Qg(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.renderSlot(r.$slots,"default")],2)}const Jg=W(Xg,[["render",Qg],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-collapse/NmorphCollapse.vue"]]),e5=e.defineComponent({__name:"NmorphCollapseItem",props:{thickness:{type:null,required:!1,default:"basic"},block:{type:Boolean,required:!1,default:!1},transitionSpeed:{type:[Number,String],required:!1,default:void 0},name:{type:String,required:!0},title:{type:String,required:!1,default:""},disabled:{type:Boolean,required:!1,default:!1}},emits:["click-item"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.ref(!1),a=e.computed(()=>K({"nmorph-collapse-item":[t.disabled&&"disabled",t.block&&"block",i.value&&"is-open"]})),s=e.computed(()=>K({nmorph:[ke[t.thickness]]})),d=b=>typeof b=="number"?`${b}ms`:b,p=e.computed(()=>_e({"--nmorph-private-collapse-item-transition-speed":d(t.transitionSpeed)})),h=e.inject("collapse-data"),f=e.inject("update-model"),m=e.ref(null),u=e.ref(0);let w=null;const g=b=>Array.isArray(b)?b.includes(t.name):b===t.name,B=()=>{u.value=i.value&&m.value?m.value.scrollHeight:0},S=()=>e.nextTick(B),k=()=>{t.disabled||t.block||(i.value=!i.value,f?.(t.name,i.value),l("click-item",{id:t.name,isOpen:i.value}))};e.onMounted(()=>{i.value=g(h?.value),S(),"ResizeObserver"in window&&m.value&&(w=new ResizeObserver(B),w.observe(m.value))}),e.onBeforeUnmount(()=>{w?.disconnect()}),e.watch(()=>h?.value,b=>{i.value=g(b),S()},{deep:!0}),e.watch(i,S);const v={props:t,emit:l,isOpen:i,modifiers:a,titleModifiers:s,getCssDuration:d,styles:p,collapseData:h,updateModel:f,collapseItemDOMElContent:m,contentHeight:u,get resizeObserver(){return w},set resizeObserver(b){w=b},isValueOpen:g,updateContentHeight:B,updateContentHeightAfterRender:S,clickHandler:k,get NmorphIcon(){return ie},get NmorphIconChevronDown(){return Pe}};return Object.defineProperty(v,"__isScriptSetup",{enumerable:!1,value:!0}),v}}),t5={class:"nmorph-collapse-item__title-content"},o5={ref:"collapseItemDOMElContent",class:"nmorph-collapse-item__inner-wrapper"};function r5(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",{class:e.normalizeClass(["nmorph-collapse-item__title",t.titleModifiers]),onClick:e.withModifiers(t.clickHandler,["stop"])},[e.createElementVNode("div",t5,[e.renderSlot(r.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(t.props.title),1)])]),e.createVNode(t.NmorphIcon,{class:"nmorph-collapse-item__chevron",size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})],2),e.createElementVNode("div",{class:"nmorph-collapse-item__content",style:e.normalizeStyle({height:`${t.contentHeight}px`})},[e.createElementVNode("div",o5,[e.renderSlot(r.$slots,"default")],512)],4)],6)}const n5=W(e5,[["render",r5],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-collapse/components/nmorph-collapse-item/NmorphCollapseItem.vue"]]),a5=e.defineComponent({__name:"NmorphEmpty",props:{title:{type:String,required:!1,default:"No data"},description:{type:String,required:!1,default:""},iconSize:{type:[Number,String],required:!1,default:56},minHeight:{type:[Number,String],required:!1,default:160},padding:{type:[Number,String],required:!1,default:"var(--indentation-05)"},design:{type:null,required:!1,default:"nmorph"},shadowType:{type:null,required:!1,default:"inset"},hideIcon:{type:Boolean,required:!1,default:!1},role:{type:String,required:!1,default:"status"},ariaLabel:{type:String,required:!1,default:void 0},ariaOrientation:{type:String,required:!1,default:void 0}},setup(r,{expose:o}){o();const n=r,t=e.useSlots(),l=e.computed(()=>!n.hideIcon||!!t.icon),i=e.computed(()=>!!(n.description||t.description)),a=e.computed(()=>n.ariaLabel||n.title),s=e.computed(()=>K({nmorph:[n.design==="nmorph"?Kt[n.shadowType]:""],"nmorph-empty":[n.design]})),d=e.computed(()=>me({"--nmorph-private-empty-icon-size":n.iconSize,"--nmorph-private-empty-min-height":n.minHeight,"--nmorph-private-empty-padding":n.padding})),p={props:n,slots:t,hasIcon:l,hasDescription:i,label:a,modifiers:s,styles:d,get NmorphIcon(){return ie},get NmorphIconFolderOpened(){return so},get toCssSize(){return ze}};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),l5=["role","aria-label"],i5={key:0,class:"nmorph-empty__icon","aria-hidden":"true"},c5={class:"nmorph-empty__title"},s5={key:1,class:"nmorph-empty__description"},d5={key:2,class:"nmorph-empty__action"};function m5(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),role:t.props.role,"aria-label":t.label},[t.hasIcon?(e.openBlock(),e.createElementBlock("div",i5,[e.renderSlot(r.$slots,"icon",{},()=>[e.createVNode(t.NmorphIcon,{width:t.toCssSize(t.props.iconSize),height:t.toCssSize(t.props.iconSize)},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconFolderOpened)]),_:1},8,["width","height"])])])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",c5,[e.renderSlot(r.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(t.props.title),1)])]),t.hasDescription?(e.openBlock(),e.createElementBlock("div",s5,[e.renderSlot(r.$slots,"description",{},()=>[e.createTextVNode(e.toDisplayString(t.props.description),1)])])):e.createCommentVNode("v-if",!0),t.slots.action?(e.openBlock(),e.createElementBlock("div",d5,[e.renderSlot(r.$slots,"action")])):e.createCommentVNode("v-if",!0)],14,l5)}const p5=W(a5,[["render",m5],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-empty/NmorphEmpty.vue"]]),h5=e.defineComponent({__name:"NmorphEmojiPicker",props:{language:{type:String,required:!1,default:"en"},dataSource:{type:[Array,Object],required:!1,default:()=>[]},i18n:{type:Object,required:!1,default:()=>({})},quickList:{type:Array,required:!1,default:()=>[]},initialExpanded:{type:Boolean,required:!1,default:!0},width:{type:[Number,String],required:!1,default:"300px"},height:{type:[Number,String],required:!1,default:"260px"},columns:{type:Number,required:!1,default:8},cellSize:{type:[Number,String],required:!1,default:void 0},toggleSize:{type:[Number,String],required:!1,default:void 0},scrollbarSize:{type:[Number,String],required:!1,default:void 0},hoverBackground:{type:String,required:!1,default:void 0},activeBackground:{type:String,required:!1,default:void 0},focusRing:{type:String,required:!1,default:void 0},disabled:{type:Boolean,required:!1,default:!1},hideShadow:{type:Boolean,required:!1,default:!1}},emits:["select","expand","collapse"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.ref(""),a=e.ref(t.initialExpanded),s=e.ref(""),d=e.ref(0),p=e.ref(null),h={searchPlaceholder:"Search emoji",searchLabel:"Search emoji",quickLabel:"Frequent emoji",expandLabel:"Open emoji picker",collapseLabel:"Close emoji picker",noResults:"No emoji found",categoryLabel:"Emoji categories",resultsLabel:"Emoji results"},f=z=>!!z&&typeof z=="object"&&!Array.isArray(z),m=z=>z.trim().toLocaleLowerCase(t.language||void 0),u=(z,Y)=>{for(const j of Y){const J=z[j];if(typeof J=="string"&&J.trim())return J.trim();if(typeof J=="number")return String(J)}return""},w=z=>Array.isArray(z)?z.flatMap(w):typeof z=="string"?z.trim()?[z.trim()]:[]:typeof z=="number"?[String(z)]:f(z)?Object.values(z).flatMap(w):[],g=(z,Y,j)=>{for(const J of Y){const se=z[J],ce=typeof se=="number"?se:Number(se);if(Number.isFinite(ce))return ce}return j},B=(z,Y)=>{for(const j of Y){const J=z[j];if(Array.isArray(J))return J}},S=z=>{if(typeof z=="string")return z.trim();if(!f(z))return"";const Y=u(z,["emoji","native","char","unicode","value"]);if(Y)return Y;const j=B(z,["skinToneVariants","skins","variants"])?.[0];return S(j)},k=z=>!!S(z),v=z=>Array.isArray(z)?z.map(Y=>{const j=S(Y);if(!j)return null;if(typeof Y=="string")return{emoji:j};const J=f(Y)?Y:{};return{emoji:j,annotation:u(J,["annotation","label","name","description"]),tags:w(J.tags||J.keywords||J.aliases||J.shortcodes),tone:u(J,["tone","skinTone","skin_tone"])}}).filter(Y=>!!Y):[],b=(z,Y,j)=>{if(!f(z))return{key:Y,label:Y,sort:j};const J=u(z,["group","category","groupName","categoryName"])||Y,se=u(z,["groupLabel","categoryLabel"])||J,ce=g(z,["groupOrder","categoryOrder"],Number(J));return{key:J,label:se,sort:Number.isFinite(ce)?ce:j}},E=(z,Y,j,J,se)=>{const ce=S(z);if(!ce)return null;const pe=f(z)?z:{},ue=b(pe,Y,J),be=u(pe,["annotation","label","name","description"])||ce,ye=w(pe.tags||pe.keywords||pe.aliases||pe.shortcodes),Ce=g(pe,["order","sortOrder","sort_order","index"],se),xe=pe.skinToneVariants||pe.skins||pe.variants,Ve=v(xe).filter(Se=>Se.emoji!==ce),ve=ue.key||Y,ne=ue.label||j||ve,ge=m([ce,be,ne,...ye,...Ve.map(Se=>Se.annotation||Se.emoji)].filter(Boolean).join(" "));return{key:`${ve}-${Ce}-${ce}`,emoji:ce,annotation:be,tags:ye,groupKey:ve,groupLabel:ne,groupSort:ue.sort,order:Ce,skinToneVariants:Ve,searchText:ge}},I=z=>{if(!(!f(z)||k(z)))return B(z,["emojis","items","children","data"])},M=z=>{const Y=[],j=(se,ce="emoji",pe=ce,ue=0,be=Y.length)=>{const ye=E(se,ce,pe,ue,be);ye&&Y.push(ye)},J=(se,ce,pe)=>{const ue=I(se);if(!ue){j(se,"emoji","emoji",0,pe);return}const be=f(se)?se:{},ye=u(be,["group","category","name","label"])||ce,Ce=u(be,["label","name","title","groupLabel","categoryLabel"])||ye,xe=g(be,["order","groupOrder","categoryOrder"],pe);ue.forEach((Ve,ve)=>j(Ve,ye,Ce,xe,ve))};if(Array.isArray(z))z.forEach((se,ce)=>{I(se)?J(se,`group-${ce+1}`,ce):j(se,"emoji","emoji",0,ce)});else if(f(z)){const se=I(z);if(se){const ce=u(z,["group","category","name","label"])||"emoji",pe=u(z,["label","name","title","groupLabel","categoryLabel"])||ce,ue=g(z,["order","groupOrder","categoryOrder"],0);se.forEach((be,ye)=>j(be,ce,pe,ue,ye))}else Object.entries(z).forEach(([ce,pe],ue)=>{Array.isArray(pe)?pe.forEach((be,ye)=>j(be,ce,ce,ue,ye)):J(pe,ce,ue)})}return Y.sort((se,ce)=>se.groupSort!==ce.groupSort?se.groupSort-ce.groupSort:se.order-ce.order)},V=e.computed(()=>({...h,...t.i18n})),_=e.computed(()=>({...t.i18n?.categories||{},...t.i18n?.categoryLabels||{}})),y=e.computed(()=>M(t.dataSource)),x=e.computed(()=>{const z=new Map;return y.value.forEach(Y=>z.set(Y.emoji,Y.annotation||Y.emoji)),z}),q=e.computed(()=>Array.from(new Set(t.quickList.map(z=>z.trim()).filter(Boolean)))),L=e.computed(()=>!a.value&&q.value.length>0),C=e.computed(()=>m(i.value)),H=e.computed(()=>{const z=new Map;return y.value.forEach(Y=>{z.has(Y.groupKey)||z.set(Y.groupKey,{key:Y.groupKey,label:_.value[Y.groupKey]||Y.groupLabel,sort:Y.groupSort})}),Array.from(z.values()).sort((Y,j)=>Y.sort-j.sort)});e.watch(H,z=>{if(!z.length){s.value="";return}z.some(Y=>Y.key===s.value)||(s.value=z[0].key)},{immediate:!0}),e.watch(()=>t.initialExpanded,z=>{a.value=z}),e.watch([C,s],()=>{d.value=0});const R=e.computed(()=>C.value?y.value.filter(z=>z.searchText.includes(C.value)):s.value?y.value.filter(z=>z.groupKey===s.value):y.value),$=e.computed(()=>{const z=new Map;return R.value.forEach(Y=>{const j=_.value[Y.groupKey]||Y.groupLabel,J=z.get(Y.groupKey)||{key:Y.groupKey,label:j,items:[]};J.items.push(Y),z.set(Y.groupKey,J)}),Array.from(z.values())}),T=e.computed(()=>$.value.flatMap(z=>z.items)),F=e.computed(()=>H.value.find(z=>z.key===s.value)?.label||V.value.resultsLabel),ee=e.computed(()=>C.value?V.value.resultsLabel:F.value),X=e.computed(()=>!t.initialExpanded&&q.value.length>0),le=e.computed(()=>K({"nmorph-emoji-picker":[L.value&&"compact",a.value&&"expanded",X.value&&"collapsible",t.disabled&&"disabled",t.hideShadow&&"hide-shadow",!y.value.length&&"empty"]})),D=e.computed(()=>({...me({"--nmorph-private-emoji-picker-width":t.width,"--nmorph-private-emoji-picker-height":t.height,"--nmorph-private-emoji-picker-cell-size":t.cellSize,"--nmorph-private-emoji-picker-toggle-size":t.toggleSize,"--nmorph-private-emoji-picker-scrollbar-size":t.scrollbarSize}),..._e({"--nmorph-private-emoji-picker-hover-background":t.hoverBackground,"--nmorph-private-emoji-picker-active-background":t.activeBackground,"--nmorph-private-emoji-picker-focus-ring":t.focusRing}),"--nmorph-private-emoji-picker-columns":Math.max(1,Math.floor(t.columns))})),Q=z=>x.value.get(z)||z,A=z=>{t.disabled||l("select",z)},U=()=>{t.disabled||(a.value=!0,l("expand"))},N=()=>{t.disabled||!X.value||(a.value=!1,l("collapse"))},Z=z=>{if(z){U();return}N()},oe=async z=>{const Y=p.value?.querySelectorAll(".nmorph-emoji-picker__emoji");if(!Y?.length)return;const j=Math.min(Math.max(z,0),Y.length-1);d.value=j,await e.nextTick(),Y[j]?.focus()},te={props:t,emit:l,searchQuery:i,expanded:a,selectedGroup:s,activeIndex:d,gridRef:p,fallbackTexts:h,isRecord:f,normalizeSearchValue:m,getStringCandidate:u,toStringList:w,getNumberCandidate:g,getArrayCandidate:B,getEmojiValue:S,hasEmojiValue:k,normalizeVariants:v,getGroupData:b,normalizeEmojiItem:E,getGroupedChildren:I,normalizeDataSource:M,texts:V,categoryLabels:_,allEmoji:y,labelByEmoji:x,quickItems:q,showCompact:L,query:C,categoryOptions:H,visibleItems:R,visibleSections:$,visibleFlatItems:T,activeCategoryLabel:F,bodyLabel:ee,canCollapse:X,modifiers:le,styles:D,getEmojiLabel:Q,selectEmoji:A,expandHandler:U,collapseHandler:N,toggleExpandedHandler:Z,focusEmojiButton:oe,gridKeydownHandler:z=>{if(t.disabled||!T.value.length||z.altKey||z.ctrlKey||z.metaKey||z.shiftKey)return;const Y=Math.max(1,Math.floor(t.columns)),j=T.value.length-1,J={ArrowRight:1,ArrowLeft:-1,ArrowDown:Y,ArrowUp:-Y};z.key in J&&(z.preventDefault(),oe(d.value+J[z.key])),z.key==="Home"&&(z.preventDefault(),oe(0)),z.key==="End"&&(z.preventDefault(),oe(j))},get NmorphCheckbox(){return Lo},get NmorphIcon(){return ie},get NmorphIconBurger(){return eo},get NmorphIconSearch(){return go},get NmorphIconSmile(){return bo},get NmorphScroll(){return No},get NmorphTextInput(){return Tt}};return Object.defineProperty(te,"__isScriptSetup",{enumerable:!1,value:!0}),te}}),f5=["lang"],u5={class:"nmorph-emoji-picker__button-label"},g5=["aria-label"],w5=["aria-label","title","disabled","onClick"],b5={key:2,class:"nmorph-emoji-picker__panel"},y5={class:"nmorph-emoji-picker__toolbar"},_5=["aria-selected","disabled","onClick"],k5=["aria-label"],N5={key:0,class:"nmorph-emoji-picker__section-title"},B5={class:"nmorph-emoji-picker__grid"},x5=["aria-label","title","disabled","onFocus","onClick"],V5={class:"nmorph-emoji-picker__emoji-symbol"},v5={key:1,class:"nmorph-emoji-picker__empty"};function S5(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),lang:t.props.language},[t.canCollapse?(e.openBlock(),e.createBlock(t.NmorphCheckbox,{key:0,class:e.normalizeClass(["nmorph-emoji-picker__toggle-button nmorph-emoji-picker__expand-button",{"nmorph-emoji-picker__collapse-button":t.expanded}]),design:"nmorph","model-value":t.expanded,"aria-label":t.expanded?t.texts.collapseLabel:t.texts.expandLabel,title:t.expanded?t.texts.collapseLabel:t.texts.expandLabel,disabled:t.props.disabled,onClick:o[0]||(o[0]=e.withModifiers(a=>t.toggleExpandedHandler(!t.expanded),["prevent"]))},{label:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconBurger)]),_:1}),e.createElementVNode("span",u5,e.toDisplayString(t.expanded?t.texts.collapseLabel:t.texts.expandLabel),1)]),_:1},8,["class","model-value","aria-label","title","disabled"])):e.createCommentVNode("v-if",!0),t.showCompact?(e.openBlock(),e.createElementBlock("div",{key:1,class:"nmorph-emoji-picker__compact",role:"group","aria-label":t.texts.quickLabel},[e.createVNode(t.NmorphScroll,{class:"nmorph-emoji-picker__quick-list",height:"calc(var(--nmorph-private-emoji-picker-cell-size) + var(--nmorph-private-emoji-picker-scrollbar-size))","max-height":"calc(var(--nmorph-private-emoji-picker-cell-size) + var(--nmorph-private-emoji-picker-scrollbar-size))","scroll-y-prop":"hidden","scroll-x-prop":"auto","css-scroll-behavior":"auto","x-bar-width-in-px":6},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.quickItems,a=>(e.openBlock(),e.createElementBlock("button",{key:a,type:"button",class:"nmorph-emoji-picker__quick-button","aria-label":t.getEmojiLabel(a),title:t.getEmojiLabel(a),disabled:t.props.disabled,onClick:s=>t.selectEmoji(a)},e.toDisplayString(a),9,w5))),128))]),_:1})],8,g5)):(e.openBlock(),e.createElementBlock("div",b5,[e.createElementVNode("div",y5,[e.createVNode(t.NmorphTextInput,{modelValue:t.searchQuery,"onUpdate:modelValue":o[1]||(o[1]=a=>t.searchQuery=a),class:"nmorph-emoji-picker__search",placeholder:t.texts.searchPlaceholder,disabled:t.props.disabled,"input-attrs":{class:"nmorph-emoji-picker__search-input",role:"searchbox","aria-label":t.texts.searchLabel}},{"prepend-icon":e.withCtx(()=>[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconSearch)]),_:1})]),_:1},8,["modelValue","placeholder","disabled","input-attrs"])]),t.categoryOptions.length&&!t.query?(e.openBlock(),e.createBlock(t.NmorphScroll,{key:0,class:"nmorph-emoji-picker__categories",height:"40px","max-height":"40px","scroll-y-prop":"hidden","scroll-x-prop":"auto","css-scroll-behavior":"auto","x-bar-width-in-px":6,"x-gap-in-px":6,role:"tablist","aria-label":t.texts.categoryLabel},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.categoryOptions,a=>(e.openBlock(),e.createElementBlock("button",{key:a.key,type:"button",class:e.normalizeClass(["nmorph-emoji-picker__category",{"nmorph-emoji-picker__category--active":a.key===t.selectedGroup}]),role:"tab","aria-selected":a.key===t.selectedGroup,disabled:t.props.disabled,onClick:s=>t.selectedGroup=a.key},e.toDisplayString(a.label),11,_5))),128))]),_:1},8,["aria-label"])):e.createCommentVNode("v-if",!0),e.createVNode(t.NmorphScroll,{class:"nmorph-emoji-picker__body",height:"100%","max-height":"100%","scroll-x-prop":"hidden","scroll-y-prop":"auto","css-scroll-behavior":"auto","y-bar-width-in-px":8},{default:e.withCtx(()=>[e.createElementVNode("div",{ref:"gridRef",class:"nmorph-emoji-picker__body-content","aria-label":t.bodyLabel,onKeydown:t.gridKeydownHandler},[t.visibleSections.length?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(t.visibleSections,a=>(e.openBlock(),e.createElementBlock("section",{key:a.key,class:"nmorph-emoji-picker__section"},[t.query?(e.openBlock(),e.createElementBlock("div",N5,e.toDisplayString(a.label),1)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",B5,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.items,s=>(e.openBlock(),e.createElementBlock("button",{key:s.key,type:"button",class:"nmorph-emoji-picker__emoji","aria-label":s.annotation,title:s.annotation,disabled:t.props.disabled,onFocus:d=>t.activeIndex=t.visibleFlatItems.findIndex(p=>p.key===s.key),onClick:d=>t.selectEmoji(s.emoji)},[e.createElementVNode("span",V5,e.toDisplayString(s.emoji),1)],40,x5))),128))])]))),128)):(e.openBlock(),e.createElementBlock("div",v5,[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconSmile)]),_:1}),e.createElementVNode("span",null,e.toDisplayString(t.texts.noResults),1)]))],40,k5)]),_:1})]))],14,f5)}const E5=W(h5,[["render",S5],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-emoji-picker/NmorphEmojiPicker.vue"]]),vc=45,Sc=16/9,Ec=160,Cc=128,C5=e.defineComponent({__name:"NmorphMediaGallery",props:{modelValue:{type:Boolean,required:!1,default:!1},design:{type:null,required:!1,default:"nmorph"},items:{type:Array,required:!0},initialIndex:{type:Number,required:!1,default:0},activeIndex:{type:Number,required:!1,default:void 0},zIndex:{type:Number,required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},previewWidth:{type:[Number,String],required:!1,default:void 0},previewHeight:{type:[Number,String],required:!1,default:void 0},showTrigger:{type:Boolean,required:!1,default:!1},showTriggerName:{type:Boolean,required:!1,default:!0},showTriggerSize:{type:Boolean,required:!1,default:!0},showTriggerActions:{type:Boolean,required:!1,default:!0},showTriggerPreviewAction:{type:Boolean,required:!1,default:!0},showTriggerFullscreenAction:{type:Boolean,required:!1,default:!0},showTriggerDownloadAction:{type:Boolean,required:!1,default:!0},showTriggerPlayButton:{type:Boolean,required:!1,default:!0},triggerLayout:{type:String,required:!1,default:"grid"},triggerClass:{type:[String,Array,Object],required:!1,default:void 0},triggerStyle:{type:Object,required:!1,default:void 0},triggerImageFit:{type:String,required:!1,default:"cover"},triggerVideoFit:{type:String,required:!1,default:"cover"},triggerItemClass:{type:Function,required:!1},triggerItemStyle:{type:Function,required:!1},showNavigationButtons:{type:Boolean,required:!1,default:!0},showActionBar:{type:Boolean,required:!1,default:!0},showFileName:{type:Boolean,required:!1,default:!0},showFileSize:{type:Boolean,required:!1,default:!0},showFileActions:{type:Boolean,required:!1,default:!0},showPlaybackButton:{type:Boolean,required:!1,default:!0},imageFit:{type:String,required:!1,default:"contain"},videoFit:{type:String,required:!1,default:"contain"}},emits:["update:model-value","update:active-index","close","change","download","fullscreen"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.ref(t.modelValue),a=e.ref(0),s=e.ref(null),d=e.ref({}),p=e.ref(null),h=e.ref(!1),f=e.ref(1),m=e.ref(0),u=e.ref(null),w=e.ref(!1),g=e.computed(()=>t.items||[]),B=e.computed(()=>g.value.length>1),S=e.computed(()=>t.showNavigationButtons&&B.value),k=O=>{const ae=g.value.length-1;return ae<0||!Number.isFinite(O)||O<0?0:O>ae?ae:O},v=e.computed(()=>k(a.value)),b=e.computed(()=>g.value[v.value]),E=e.computed(()=>b.value?.kind==="image"),I=e.computed(()=>b.value?.kind==="video"),M=e.computed(()=>b.value?.kind==="video"?b.value.controls!==!1:!1),V=e.computed(()=>b.value?.kind==="video"?b.value.muted===!0:!1),_=e.computed(()=>b.value?.kind==="video"?b.value.playsinline!==!1:!0),y=e.computed(()=>b.value?.kind==="video"&&b.value.preload||"metadata"),x=e.computed(()=>b.value?.kind==="video"&&b.value.name||"video"),q=e.computed(()=>b.value?.name||""),L=e.computed(()=>t.showFileName?q.value:""),C=e.computed(()=>b.value?.downloadHref||""),H=e.computed(()=>t.showFileActions&&I.value&&!M.value),R=e.computed(()=>t.showFileActions&&(H.value||!!C.value)),$=e.computed(()=>K({"nmorph-media-gallery":[t.design,i.value&&"opened",E.value&&"image",I.value&&"video",h.value&&I.value&&"video-playing",t.imageFit==="cover"&&E.value&&"image-cover",t.videoFit==="cover"&&I.value&&"video-cover"]})),T=e.computed(()=>`rotate(${m.value}deg) scale(${f.value})`),F=e.computed(()=>({...me({"--nmorph-private-media-gallery-trigger-height":t.height}),"--nmorph-private-media-gallery-trigger-image-fit":t.triggerImageFit,"--nmorph-private-media-gallery-trigger-video-fit":t.triggerVideoFit,...t.triggerStyle||{}})),ee=e.computed(()=>K({"nmorph-media-gallery__trigger":[t.design,t.height!==void 0&&"fixed-height",t.triggerLayout!=="grid"&&t.triggerLayout,t.triggerLayout!=="grid"&&g.value.length===1&&"single",t.triggerLayout!=="grid"&&g.value.length===2&&"paired",t.triggerLayout!=="grid"&&g.value.length>2&&"wrapped"]})),X=e.computed(()=>[ee.value,t.triggerClass]),le=O=>{if(O===void 0||Number.isNaN(O)||O<0)return"";if(O===0)return"0 B";const ae=["B","KB","MB","GB","TB"],fe=Math.min(Math.floor(Math.log(O)/Math.log(1024)),ae.length-1),ot=O/1024**fe,QN=ot>=10||fe===0||Number.isInteger(ot)?0:1;return`${ot.toFixed(QN)} ${ae[fe]}`},D=e.computed(()=>t.showFileSize?le(b.value?.size):""),Q=O=>O.name||"",A=(O,ae)=>O.name||`${O.kind==="video"?"Video":"Image"} ${ae+1}`,U=O=>le(O.size),N=O=>O.downloadHref||"",Z=O=>t.showTriggerPreviewAction&&O.kind==="video",oe=O=>t.showTriggerFullscreenAction&&O.kind==="video",G=O=>t.showTriggerDownloadAction&&!!N(O),te=O=>t.showTriggerActions&&(Z(O)||oe(O)||G(O)),z=(O,ae)=>{d.value[O]=ae instanceof HTMLVideoElement?ae:null},Y=O=>typeof O.aspectRatio=="number"&&Number.isFinite(O.aspectRatio)&&O.aspectRatio>0?O.aspectRatio:Sc,j=O=>{if(typeof t.height=="number")return t.height;if(typeof t.height=="string"){const fe=t.height.trim().match(/^(\d+(?:\.\d+)?)px$/)?.[1];if(fe)return Number.parseFloat(fe)}return O},J=(O,ae)=>`${parseFloat((O*j(ae)).toFixed(3))}px`,se=O=>{const ae=Y(O);if(t.triggerLayout==="natural"){const fe=J(ae,Ec);return{"--nmorph-private-media-gallery-trigger-item-ratio":ae,"--nmorph-private-media-gallery-trigger-item-basis":fe,flexGrow:ae,flexBasis:fe}}if(t.triggerLayout==="mosaic"){const fe=J(ae,Cc);return{"--nmorph-private-media-gallery-trigger-item-ratio":ae,"--nmorph-private-media-gallery-trigger-item-basis":fe,flexGrow:Math.min(Math.max(ae,.75),2.35),flexBasis:fe}}return{}},ce=(O,ae)=>[O.itemClass,t.triggerItemClass?.(O,ae)],pe=(O,ae)=>{const fe={...O.itemStyle||{},...t.triggerItemStyle?.(O,ae)||{}},ot=Y(O);return t.triggerLayout!=="grid"?(Object.assign(fe,se(O)),fe.aspectRatio=String(ot)):typeof O.aspectRatio=="number"&&Number.isFinite(O.aspectRatio)&&O.aspectRatio>0&&(fe.aspectRatio=String(ot)),fe};e.watch(()=>t.modelValue,O=>{i.value=O}),e.watch(()=>t.activeIndex,O=>{typeof O=="number"&&(a.value=k(O))},{immediate:!0}),e.watch(()=>[t.initialIndex,g.value.length],()=>{typeof t.activeIndex!="number"&&(a.value=k(t.initialIndex))},{immediate:!0}),e.watch(()=>[b.value?.kind,b.value?.src,v.value],()=>{h.value=!1,p.value=null});const ue=()=>{!s.value||s.value===p.value||(s.value.pause(),h.value=!1,p.value=s.value)},be=()=>{f.value=1,m.value=0},ye=O=>{if(!g.value.length)return;const ae=k(O);if(ae===v.value)return;ue(),h.value=!1,a.value=ae,be(),l("update:active-index",ae);const fe=g.value[ae];fe&&l("change",fe,ae)},Ce=()=>{const O=g.value.length;O&&ye(v.value===0?O-1:v.value-1)},xe=()=>{const O=g.value.length;O&&ye(v.value===O-1?0:v.value+1)},Ve=O=>{if(!g.value.length)return;const ae=k(O);ue(),h.value=!1,a.value=ae,be(),w.value=!0,i.value=!0,l("update:model-value",!0),l("update:active-index",ae);const fe=g.value[ae];fe&&l("change",fe,ae)},ve=()=>{i.value&&(ue(),i.value=!1,l("update:model-value",!1),l("close"))},ne=()=>{m.value=m.value+90,m.value>=360&&(m.value=0)},ge=()=>{m.value=m.value-90,m.value<=-360&&(m.value=0)},Se=()=>{f.value=parseFloat(Math.min(f.value+.2,4).toFixed(3))},$e=()=>{f.value=parseFloat(Math.max(f.value-.2,.2).toFixed(3))},Ke=()=>{f.value=1},Fe=async O=>{if(O)try{const ae=O.requestFullscreen?.()||O.webkitRequestFullscreen?.();if(ae){await ae;return}O.webkitEnterFullscreen?.()}catch{}},$o=async()=>{!b.value||b.value.kind!=="video"||(l("fullscreen",b.value,v.value),await Fe(s.value))},Ko=async(O,ae)=>{O.kind==="video"&&(l("fullscreen",O,ae),await Fe(d.value[ae]))},Uo=(O,ae)=>{l("download",O,ae)},ds=()=>{b.value&&Uo(b.value,v.value)},Dt=()=>{h.value=!0,p.value=null},P=()=>{h.value=!1},re=()=>{h.value=!1},de=()=>{h.value=!1},he=O=>{if(i.value&&!(O.altKey||O.ctrlKey||O.metaKey||O.shiftKey)){if(O.key==="Escape"){O.preventDefault(),ve();return}B.value&&(O.key==="ArrowLeft"&&(O.preventDefault(),Ce()),O.key==="ArrowRight"&&(O.preventDefault(),xe()))}},Ie=()=>{typeof document>"u"||document.addEventListener("keydown",he)},We=()=>{typeof document>"u"||document.removeEventListener("keydown",he)};e.watch(i,O=>{if(O){if(Ie(),p.value=null,w.value){w.value=!1;return}a.value=k(typeof t.activeIndex=="number"?t.activeIndex:t.initialIndex)}else w.value=!1,ue(),h.value=!1,We()},{immediate:!0}),e.onBeforeUnmount(We);const ps={SWIPE_THRESHOLD:vc,DEFAULT_TRIGGER_ASPECT_RATIO:Sc,NATURAL_TRIGGER_ROW_BASIS:Ec,MOSAIC_TRIGGER_ROW_BASIS:Cc,props:t,emit:l,open:i,currentIndex:a,currentVideoRef:s,triggerVideoRefs:d,pausedVideoRef:p,videoPlaying:h,scaleLevel:f,rotateLevel:m,pointerStart:u,openingFromTrigger:w,sourceList:g,multipleItems:B,showNavigation:S,getClampedIndex:k,resolvedCurrentIndex:v,currentItem:b,isImage:E,isVideo:I,videoControls:M,videoMuted:V,videoPlaysinline:_,videoPreload:y,currentVideoName:x,currentItemName:q,currentName:L,currentDownloadHref:C,showVideoFullscreenAction:H,showFileActions:R,modifiers:$,imageTransform:T,triggerStyle:F,triggerModifiers:ee,triggerClasses:X,formatSize:le,currentSize:D,getItemName:Q,getItemLabel:A,getItemSize:U,getItemDownloadHref:N,showTriggerPreviewActionForItem:Z,showTriggerFullscreenActionForItem:oe,showTriggerDownloadActionForItem:G,showTriggerActionsForItem:te,setTriggerVideoRef:z,getItemAspectRatio:Y,getTriggerRowBasis:j,getTriggerFlexBasis:J,getTriggerLayoutStyle:se,getTriggerItemClass:ce,getTriggerItemStyle:pe,pauseCurrentVideo:ue,resetImageTransform:be,setCurrentIndex:ye,previousHandler:Ce,nextHandler:xe,openPreviewAt:Ve,closeHandler:ve,rotateRight:ne,rotateLeft:ge,zoomIn:Se,zoomOut:$e,toggleNormalSize:Ke,requestVideoFullscreen:Fe,fullscreenHandler:$o,triggerFullscreenHandler:Ko,downloadItemHandler:Uo,downloadHandler:ds,videoPlayHandler:Dt,videoPauseHandler:P,videoEndedHandler:re,videoErrorHandler:de,keyboardNavigationHandler:he,addKeyboardNavigationListener:Ie,removeKeyboardNavigationListener:We,pointerDownHandler:O=>{u.value={x:O.clientX,y:O.clientY}},pointerUpHandler:O=>{if(!u.value||!S.value){u.value=null;return}const ae=O.clientX-u.value.x,fe=O.clientY-u.value.y;u.value=null,!(Math.abs(ae)<vc||Math.abs(ae)<Math.abs(fe)*1.2)&&(ae>0?Ce():xe())},get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconDownload(){return Xe},get NmorphIconEnlarge(){return ut},get NmorphIconEye(){return Je},get NmorphIconFullScreen(){return wt},get NmorphIconPlay(){return nt},get NmorphIconRotateLeft(){return _t},get NmorphIconRotateRight(){return kt},get NmorphIconShrink(){return Nt},get NmorphIconZoomIn(){return Vt},get NmorphIconZoomOut(){return vt},get NmorphImage(){return Ct},NmorphPreviewPortal:gc};return Object.defineProperty(ps,"__isScriptSetup",{enumerable:!1,value:!0}),ps}}),I5=["aria-label","onClick"],M5=["src","poster","title"],z5={key:2,class:"nmorph-media-gallery__trigger-play"},H5={key:3,class:"nmorph-media-gallery__trigger-name"},q5={key:4,class:"nmorph-media-gallery__trigger-size"},T5={key:0,class:"nmorph-media-gallery__trigger-actions"},L5=["aria-label","onClick"],A5=["aria-label","onClick"],D5=["href","download","aria-label","onClick"],P5={class:"nmorph-media-gallery__stage"},O5=["src","poster","controls","muted","playsinline","preload","title"],F5={key:2,class:"nmorph-media-gallery__file-name"},R5={key:3,class:"nmorph-media-gallery__file-actions"},j5=["aria-label"],W5=["href","download","aria-label"],$5={key:4,class:"nmorph-media-gallery__file-size"},K5={class:"nmorph-media-gallery__action-element"},U5={class:"nmorph-media-gallery__action-element"},G5={class:"nmorph-media-gallery__action-element"},Y5={class:"nmorph-media-gallery__action-element"},Z5={class:"nmorph-media-gallery__action-element"};function X5(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock(e.Fragment,null,[t.props.showTrigger?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.triggerClasses),style:e.normalizeStyle(t.triggerStyle)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.sourceList,(a,s)=>(e.openBlock(),e.createElementBlock("div",{key:`${a.kind}-${a.src}-${s}`,class:e.normalizeClass(["nmorph-media-gallery__trigger-item",`nmorph-media-gallery__trigger-item--${a.kind}`,t.getTriggerItemClass(a,s)]),style:e.normalizeStyle(t.getTriggerItemStyle(a,s))},[e.createElementVNode("button",{type:"button",class:"nmorph-media-gallery__trigger-open","aria-label":`Open ${t.getItemLabel(a,s)}`,onClick:d=>t.openPreviewAt(s)},[a.kind==="image"?(e.openBlock(),e.createBlock(t.NmorphImage,{key:0,src:a.src,alt:a.alt||t.getItemLabel(a,s),title:t.getItemName(a),fit:t.props.triggerImageFit,design:"plain","frame-border":0},null,8,["src","alt","title","fit"])):(e.openBlock(),e.createElementBlock("video",{key:1,ref_for:!0,ref:d=>t.setTriggerVideoRef(s,d),class:"nmorph-media-gallery__trigger-video",src:a.src,poster:a.poster||void 0,muted:"",playsinline:"",preload:"metadata",title:t.getItemName(a)},null,8,M5)),t.props.showTriggerPlayButton&&a.kind==="video"?(e.openBlock(),e.createElementBlock("span",z5,[e.createVNode(t.NmorphIcon,{size:"medium",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconPlay)]),_:1})])):e.createCommentVNode("v-if",!0),t.props.showTriggerName&&t.getItemName(a)?(e.openBlock(),e.createElementBlock("span",H5,e.toDisplayString(t.getItemName(a)),1)):e.createCommentVNode("v-if",!0),t.props.showTriggerSize&&t.getItemSize(a)?(e.openBlock(),e.createElementBlock("span",q5,e.toDisplayString(t.getItemSize(a)),1)):e.createCommentVNode("v-if",!0)],8,I5),t.showTriggerActionsForItem(a)?(e.openBlock(),e.createElementBlock("div",T5,[t.showTriggerPreviewActionForItem(a)?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:"nmorph-media-gallery__trigger-action","aria-label":`Preview ${t.getItemLabel(a,s)}`,onClick:e.withModifiers(d=>t.openPreviewAt(s),["stop"])},[e.createVNode(t.NmorphIcon,{size:"small",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconEye)]),_:1})],8,L5)):e.createCommentVNode("v-if",!0),t.showTriggerFullscreenActionForItem(a)?(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",class:"nmorph-media-gallery__trigger-action","aria-label":`Fullscreen ${t.getItemLabel(a,s)}`,onClick:e.withModifiers(d=>t.triggerFullscreenHandler(a,s),["stop"])},[e.createVNode(t.NmorphIcon,{size:"small",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconFullScreen)]),_:1})],8,A5)):e.createCommentVNode("v-if",!0),t.showTriggerDownloadActionForItem(a)?(e.openBlock(),e.createElementBlock("a",{key:2,href:t.getItemDownloadHref(a),download:t.getItemName(a)||void 0,class:"nmorph-media-gallery__trigger-action","aria-label":`Download ${t.getItemLabel(a,s)}`,onClick:e.withModifiers(d=>t.downloadItemHandler(a,s),["stop"])},[e.createVNode(t.NmorphIcon,{size:"small",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconDownload)]),_:1})],8,D5)):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0)],6))),128))],6)):e.createCommentVNode("v-if",!0),t.open?(e.openBlock(),e.createBlock(t.NmorphPreviewPortal,{key:1,show:t.open,"z-index":t.props.zIndex,"state-class":t.modifiers,"content-class":"nmorph-media-gallery__content","left-class":"nmorph-media-gallery__left","right-class":"nmorph-media-gallery__right","actions-class":"nmorph-media-gallery__actions","content-width":t.props.previewWidth,"content-height":t.props.previewHeight,"show-navigation":t.showNavigation,"show-action-bar":t.props.showActionBar&&t.currentItem?.kind==="image",onClose:t.closeHandler,onPrevious:t.previousHandler,onNext:t.nextHandler},{actions:e.withCtx(()=>[e.createElementVNode("div",K5,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:t.rotateRight},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconRotateRight)]),_:1})]),_:1})]),e.createElementVNode("div",U5,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:t.rotateLeft},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconRotateLeft)]),_:1})]),_:1})]),e.createElementVNode("div",G5,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:t.zoomIn},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconZoomIn)]),_:1})]),_:1})]),e.createElementVNode("div",Y5,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",onClick:t.zoomOut},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconZoomOut)]),_:1})]),_:1})]),e.createElementVNode("div",Z5,[e.createVNode(t.NmorphButton,{class:"nmorph-preview-portal__control-button",design:"plain",borderless:"",disabled:t.scaleLevel===1,onClick:t.toggleNormalSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[t.scaleLevel<1?(e.openBlock(),e.createBlock(t.NmorphIconEnlarge,{key:0})):(e.openBlock(),e.createBlock(t.NmorphIconShrink,{key:1}))]),_:1})]),_:1},8,["disabled"])])]),default:e.withCtx(()=>[e.createElementVNode("div",P5,[t.currentItem?.kind==="image"?(e.openBlock(),e.createBlock(t.NmorphImage,{key:0,src:t.currentItem.src,alt:t.currentItem.alt||t.currentItem.name||"",title:t.currentItem.name,fit:t.props.imageFit,design:"plain","frame-border":0,style:e.normalizeStyle({transform:t.imageTransform}),onPointerdown:t.pointerDownHandler,onPointerup:t.pointerUpHandler},null,8,["src","alt","title","fit","style"])):t.currentItem?.kind==="video"?(e.openBlock(),e.createElementBlock("video",{key:1,ref:"currentVideoRef",class:"nmorph-media-gallery__video",src:t.currentItem.src,poster:t.currentItem.poster||void 0,controls:t.videoControls,muted:t.videoMuted,playsinline:t.videoPlaysinline,preload:t.videoPreload,title:t.currentItem.name,onPointerdown:t.pointerDownHandler,onPointerup:t.pointerUpHandler,onPlay:t.videoPlayHandler,onPause:t.videoPauseHandler,onEnded:t.videoEndedHandler,onError:t.videoErrorHandler},null,40,O5)):e.createCommentVNode("v-if",!0),t.currentName?(e.openBlock(),e.createElementBlock("span",F5,e.toDisplayString(t.currentName),1)):e.createCommentVNode("v-if",!0),t.showFileActions?(e.openBlock(),e.createElementBlock("div",R5,[t.showVideoFullscreenAction?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:"nmorph-media-gallery__file-action","aria-label":`Fullscreen ${t.currentVideoName}`,onClick:e.withModifiers(t.fullscreenHandler,["stop"])},[e.createVNode(t.NmorphIcon,{size:"small",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconFullScreen)]),_:1})],8,j5)):e.createCommentVNode("v-if",!0),t.currentDownloadHref?(e.openBlock(),e.createElementBlock("a",{key:1,href:t.currentDownloadHref,download:t.currentItemName||void 0,class:"nmorph-media-gallery__file-action","aria-label":`Download ${t.currentItemName||"media"}`,onClick:e.withModifiers(t.downloadHandler,["stop"])},[e.createVNode(t.NmorphIcon,{size:"small",color:"var(--nmorph-white-color)"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconDownload)]),_:1})],8,W5)):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),t.currentSize?(e.openBlock(),e.createElementBlock("span",$5,e.toDisplayString(t.currentSize),1)):e.createCommentVNode("v-if",!0)])]),_:1},8,["show","z-index","state-class","content-width","content-height","show-navigation","show-action-bar"])):e.createCommentVNode("v-if",!0)],64)}const Ic=W(C5,[["render",X5],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-media-gallery/NmorphMediaGallery.vue"]]),Q5="var(--nmorph-white-color)",vo=.25,J5=e.defineComponent({inheritAttrs:!1,__name:"NmorphVideoPreview",props:{src:{type:String,required:!0},poster:{type:String,required:!1,default:""},name:{type:String,required:!1,default:""},width:{type:[Number,String],required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},previewWidth:{type:[Number,String],required:!1,default:void 0},previewHeight:{type:[Number,String],required:!1,default:void 0},durationMs:{type:Number,required:!1,default:void 0},surface:{type:String,required:!1,default:"card"},embedded:{type:Boolean,required:!1,default:!1},showMeta:{type:Boolean,required:!1,default:!0},compact:{type:Boolean,required:!1,default:!1},controls:{type:Boolean,required:!1,default:!0},muted:{type:Boolean,required:!1,default:!1},playsinline:{type:Boolean,required:!1,default:!0},preload:{type:String,required:!1,default:"metadata"},fit:{type:String,required:!1,default:"cover"},downloadHref:{type:String,required:!1,default:""},loading:{type:Boolean,required:!1,default:!1},error:{type:Boolean,required:!1,default:!1},errorText:{type:String,required:!1,default:""},showPlaybackButton:{type:Boolean,required:!1,default:!0},showDefaultActions:{type:Boolean,required:!1,default:!0},showPreviewAction:{type:Boolean,required:!1,default:!0},showFullscreenAction:{type:Boolean,required:!1,default:!0},previewMode:{type:String,required:!1,default:"internal"}},emits:["play","pause","open","preview","fullscreen","download","error"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.useSlots(),a=e.ref(null),s=e.ref(!1),d=e.ref(!1),p=e.ref(!1),h=F=>{if(!F||F<0)return"";const ee=Math.round(F/1e3),X=Math.floor(ee/60),le=ee%60;return`${X}:${le.toString().padStart(2,"0")}`},f=e.computed(()=>h(t.durationMs)),m=e.computed(()=>!!t.src&&!t.loading&&!t.error),u=e.computed(()=>t.showPlaybackButton&&m.value),w=e.computed(()=>t.showPlaybackButton&&t.preload==="metadata"?"auto":t.preload),g=e.computed(()=>t.showFullscreenAction&&m.value&&!t.controls),B=e.computed(()=>m.value&&(t.showPreviewAction||g.value)),S=e.computed(()=>t.showDefaultActions&&(t.src||t.downloadHref)),k=e.computed(()=>!!i.actions||B.value||S.value),v=e.computed(()=>K({"nmorph-video-preview":[t.surface,t.embedded&&"embedded",!t.showMeta&&"no-meta",t.compact&&"compact",t.fit,t.loading&&"loading",t.error&&"error",d.value&&"playing",!k.value&&"no-actions"]})),b=e.computed(()=>me({"--nmorph-private-video-preview-width":t.width,"--nmorph-private-video-preview-height":t.height,"--nmorph-private-video-preview-portal-width":t.previewWidth,"--nmorph-private-video-preview-portal-height":t.previewHeight})),E=Ee(v,b);e.watch(()=>[t.src,t.loading,t.error],()=>{d.value=!1,p.value=!1});const I=()=>l("open"),M=()=>l("download"),V=()=>{t.previewMode==="internal"&&(s.value=!0),l("preview")},_=()=>{s.value=!1},y=async()=>{const F=a.value;if(F){l("fullscreen");try{const ee=F.requestFullscreen?.()||F.webkitRequestFullscreen?.();if(ee){await ee;return}F.webkitEnterFullscreen?.()}catch{}}},x=async()=>{if(!(!a.value||t.loading||t.error)){if(d.value){a.value.pause();return}try{await a.value.play()}catch{d.value=!1}}},q=F=>{const ee=F.duration;if(!Number.isFinite(ee)||ee<=0)return!1;const X=F.buffered,le=Math.max(0,ee-vo);for(let D=0;D<X.length;D+=1)try{if(X.start(D)<=vo&&X.end(D)>=le)return!0}catch{return!1}return!1},L=()=>{p.value=a.value?q(a.value):!1},C=F=>{d.value=!0,l("play",F)},H=F=>{d.value=!1,l("pause",F)},R=()=>{d.value=!1},$=F=>{d.value=!1,p.value=!1,l("error",F)};o({videoRef:a});const T={CONTRAST_ICON_COLOR:Q5,VIDEO_BUFFER_EPSILON_SECONDS:vo,props:t,emit:l,slots:i,videoRef:a,previewOpen:s,playing:d,videoLoaded:p,formatDuration:h,duration:f,mediaReady:m,showPlaybackControl:u,resolvedPreload:w,showFullscreenAction:g,hasPreviewActions:B,hasDefaultActions:S,hasActions:k,modifiers:v,styles:b,rootAttrs:E,openHandler:I,downloadHandler:M,previewHandler:V,closePreviewHandler:_,fullscreenHandler:y,togglePlayback:x,isVideoFullyBuffered:q,updateVideoLoaded:L,playHandler:C,pauseHandler:H,endedHandler:R,errorHandler:$,get NmorphIcon(){return ie},get NmorphIconDownload(){return Xe},get NmorphIconEye(){return Je},get NmorphIconExternalLink(){return gt},get NmorphIconFullScreen(){return wt},get NmorphIconLoader(){return He},get NmorphOverlay(){return tt},get NmorphIconPause(){return yt},get NmorphIconPlay(){return nt},get NmorphIconVideo(){return xt}};return Object.defineProperty(T,"__isScriptSetup",{enumerable:!1,value:!0}),T}}),e9=["src","poster","controls","muted","playsinline","preload"],t9=["aria-label"],o9={key:2,class:"nmorph-video-preview__state"},r9={key:2,class:"nmorph-video-preview__error"},n9={key:3,class:"nmorph-video-preview__meta"},a9={key:0,class:"nmorph-video-preview__name"},l9={key:1,class:"nmorph-video-preview__duration"},i9={key:4,class:"nmorph-video-preview__actions"},c9=["aria-label"],s9=["aria-label"],d9=["href","aria-label"],m9=["href","download","aria-label"],p9={class:"nmorph-video-preview__portal"},h9={class:"nmorph-video-preview__portal-content"},f9=["src","poster","muted","playsinline","preload"];function u9(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),[!t.props.loading&&!t.props.error?(e.openBlock(),e.createElementBlock("video",{key:0,ref:"videoRef",class:"nmorph-video-preview__media",src:t.props.src,poster:t.props.poster||void 0,controls:t.props.controls,muted:t.props.muted,playsinline:t.props.playsinline,preload:t.resolvedPreload,onLoadedmetadata:t.updateVideoLoaded,onDurationchange:t.updateVideoLoaded,onProgress:t.updateVideoLoaded,onCanplaythrough:t.updateVideoLoaded,onSuspend:t.updateVideoLoaded,onPlay:t.playHandler,onPause:t.pauseHandler,onEnded:t.endedHandler,onError:t.errorHandler},null,40,e9)):e.createCommentVNode("v-if",!0),t.showPlaybackControl?(e.openBlock(),e.createElementBlock("button",{key:1,class:"nmorph-video-preview__play",type:"button","aria-label":t.playing?`Pause ${t.props.name||"video"}`:`Play ${t.props.name||"video"}`,onClick:t.togglePlayback},[e.createVNode(t.NmorphIcon,{size:"medium",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[t.playing?(e.openBlock(),e.createBlock(t.NmorphIconPause,{key:0})):(e.openBlock(),e.createBlock(t.NmorphIconPlay,{key:1}))]),_:1})],8,t9)):(e.openBlock(),e.createElementBlock("div",o9,[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,size:"large"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})):(e.openBlock(),e.createBlock(t.NmorphIcon,{key:1,size:"large"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconVideo)]),_:1})),t.props.error&&t.props.errorText?(e.openBlock(),e.createElementBlock("span",r9,e.toDisplayString(t.props.errorText),1)):e.createCommentVNode("v-if",!0)])),t.props.showMeta&&(t.props.name||t.duration)?(e.openBlock(),e.createElementBlock("div",n9,[t.props.name?(e.openBlock(),e.createElementBlock("span",a9,e.toDisplayString(t.props.name),1)):e.createCommentVNode("v-if",!0),t.duration?(e.openBlock(),e.createElementBlock("span",l9,e.toDisplayString(t.duration),1)):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),t.hasActions?(e.openBlock(),e.createElementBlock("div",i9,[e.renderSlot(r.$slots,"actions",{},()=>[t.props.showPreviewAction&&t.mediaReady?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:"nmorph-video-preview__action-button nmorph-video-preview__action-button--preview","aria-label":`Preview ${t.props.name||"video"}`,onClick:t.previewHandler},[e.createVNode(t.NmorphIcon,{size:"small",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconEye)]),_:1})],8,c9)):e.createCommentVNode("v-if",!0),t.showFullscreenAction?(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",class:"nmorph-video-preview__action-button nmorph-video-preview__action-button--fullscreen","aria-label":`Fullscreen ${t.props.name||"video"}`,onClick:t.fullscreenHandler},[e.createVNode(t.NmorphIcon,{size:"small",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconFullScreen)]),_:1})],8,s9)):e.createCommentVNode("v-if",!0),t.props.showDefaultActions&&t.props.src?(e.openBlock(),e.createElementBlock("a",{key:2,href:t.props.src,target:"_blank",rel:"noopener noreferrer",class:"nmorph-video-preview__action-link","aria-label":`Open ${t.props.name||"video"}`,onClick:t.openHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconExternalLink)]),_:1})],8,d9)):e.createCommentVNode("v-if",!0),t.props.downloadHref?(e.openBlock(),e.createElementBlock("a",{key:3,href:t.props.downloadHref,download:t.props.name,class:"nmorph-video-preview__action-link","aria-label":`Download ${t.props.name||"video"}`,onClick:t.downloadHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconDownload)]),_:1})],8,m9)):e.createCommentVNode("v-if",!0)])])):e.createCommentVNode("v-if",!0)],16),t.previewOpen?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createElementVNode("div",p9,[e.createVNode(t.NmorphOverlay,{show:t.previewOpen,"disabled-teleport":"",onOnOutsideClick:t.closePreviewHandler,onOnEscapeKeydown:t.closePreviewHandler},{default:e.withCtx(()=>[e.createElementVNode("div",h9,[e.createElementVNode("video",{class:"nmorph-video-preview__portal-media",src:t.props.src,poster:t.props.poster||void 0,controls:"",autoplay:"",muted:t.props.muted,playsinline:t.props.playsinline,preload:t.props.preload},null,8,f9)])]),_:1},8,["show"])])])):e.createCommentVNode("v-if",!0)],64)}const So=W(J5,[["render",u9],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-video-preview/NmorphVideoPreview.vue"]]),g9="var(--nmorph-white-color)",w9=e.defineComponent({__name:"NmorphFileCard",props:{name:{type:String,required:!0},extension:{type:String,required:!1,default:""},mimeType:{type:String,required:!1,default:""},size:{type:Number,required:!1,default:void 0},previewSrc:{type:String,required:!1,default:""},downloadHref:{type:String,required:!1,default:""},mediaPreview:{type:String,required:!1,default:"none"},previewMode:{type:String,required:!1,default:"internal"},surface:{type:String,required:!1,default:"card"},height:{type:[Number,String],required:!1,default:void 0},showName:{type:Boolean,required:!1,default:!0},showMeta:{type:Boolean,required:!1,default:!0},showSize:{type:Boolean,required:!1,default:!0},showExtensionBadge:{type:Boolean,required:!1,default:!0},iconSurface:{type:Boolean,required:!1,default:!0},compact:{type:Boolean,required:!1,default:!1},loading:{type:Boolean,required:!1,default:!1},error:{type:Boolean,required:!1,default:!1},errorText:{type:String,required:!1,default:""},showDefaultActions:{type:Boolean,required:!1,default:!0},showPlaybackButton:{type:Boolean,required:!1,default:!0}},emits:["open","download","error"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.useSlots(),a=e.ref(!1),s=e.computed(()=>(t.extension||dt(t.name)||Zo(t.mimeType)).toLowerCase()),d=e.computed(()=>Xo(t.mimeType,t.name)),p=e.computed(()=>t.mimeType.toLowerCase().startsWith("image/")||d.value.some(T=>Ge(T,it))?rt:t.mimeType.toLowerCase().startsWith("audio/")||d.value.some(T=>Ge(T,st))?pt:t.mimeType.toLowerCase().startsWith("video/")||d.value.some(T=>Ge(T,ct))?xt:d.value.some(T=>Ge(T,Rt))?Xt:(d.value.some(T=>Ge(T,Ft)),ft)),h=T=>{if(T===void 0||Number.isNaN(T)||T<0)return"";if(T===0)return"0 B";const F=["B","KB","MB","GB","TB"],ee=Math.min(Math.floor(Math.log(T)/Math.log(1024)),F.length-1),X=T/1024**ee,le=X>=10||ee===0||Number.isInteger(X)?0:1;return`${X.toFixed(le)} ${F[ee]}`},f=e.computed(()=>t.showSize?h(t.size):""),m=e.computed(()=>s.value||t.mimeType),u=e.computed(()=>[m.value,f.value].filter(Boolean).join(" · ")),w=e.computed(()=>t.mediaPreview==="audio"&&!!t.previewSrc&&!t.loading&&!t.error),g=e.computed(()=>t.mediaPreview==="video"&&!!t.previewSrc&&!t.loading&&!t.error),B=e.computed(()=>t.mediaPreview==="image"&&!!t.previewSrc&&!t.loading&&!t.error),S=e.computed(()=>w.value||g.value||B.value),k=e.computed(()=>g.value||B.value),v=e.computed(()=>t.height??(t.compact?"96px":"120px")),b=e.computed(()=>me({"--nmorph-private-file-card-height":t.height,"--nmorph-private-file-card-media-height":v.value})),E=e.computed(()=>k.value?t.showName:t.showName||t.showMeta&&!!(t.error&&t.errorText||u.value)),I=e.computed(()=>!t.previewSrc||t.loading||t.error?[]:B.value?[{kind:"image",src:t.previewSrc,name:t.name,alt:t.name,size:t.size,downloadHref:t.downloadHref}]:g.value?[{kind:"video",src:t.previewSrc,name:t.name,size:t.size,downloadHref:t.downloadHref,controls:!0,playsinline:!0,preload:"metadata"}]:[]),M=e.computed(()=>t.previewMode==="internal"&&I.value.length>0),V=e.computed(()=>t.mimeType.toLowerCase()==="application/pdf"||s.value==="pdf"),_=e.computed(()=>V.value?t.previewSrc||t.downloadHref:""),y=e.computed(()=>t.showDefaultActions&&!!_.value&&!S.value&&V.value),x=e.computed(()=>!!i.actions),q=e.computed(()=>x.value||t.showDefaultActions&&(t.loading||t.previewSrc&&!S.value&&!y.value||t.downloadHref)),L=e.computed(()=>K({"nmorph-file-card":[t.surface,t.compact&&"compact",t.loading&&"loading",t.error&&"error",S.value&&"media",w.value&&"media-audio",g.value&&"media-video",B.value&&"media-image",k.value&&"media-visual",x.value&&"custom-actions",!t.iconSurface&&"icon-plain",!q.value&&"no-actions"]})),$={CONTRAST_ICON_COLOR:g9,props:t,emit:l,slots:i,previewOpen:a,extension:s,candidates:d,icon:p,formatSize:h,fileSize:f,typeLabel:m,meta:u,audioPreviewAvailable:w,videoPreviewAvailable:g,imagePreviewAvailable:B,mediaPreviewAvailable:S,visualMediaPreviewAvailable:k,mediaPreviewHeight:v,styles:b,showInfo:E,mediaGalleryItems:I,shouldOpenInternalPreview:M,isPdf:V,pdfPreviewHref:_,previewOnIcon:y,hasCustomActions:x,hasActions:q,modifiers:L,openHandler:()=>{M.value&&(a.value=!0),t.previewMode!=="none"&&l("open")},downloadHandler:()=>l("download"),errorHandler:()=>l("error"),get NmorphIcon(){return ie},get NmorphIconDownload(){return Xe},get NmorphIconEye(){return Je},get NmorphIconLoader(){return He},get NmorphIconOpen(){return fo},NmorphAudioPreview:xo,NmorphMediaGallery:Ic,NmorphVideoPreview:So};return Object.defineProperty($,"__isScriptSetup",{enumerable:!1,value:!0}),$}}),b9={key:0,class:"nmorph-file-card__icon"},y9=["href","aria-label"],_9={class:"nmorph-file-card__body"},k9=["title"],N9={key:0,class:"nmorph-file-card__name"},B9={key:0,class:"nmorph-file-card__error"},x9={key:1,class:"nmorph-file-card__meta"},V9=["title","aria-label"],v9=["src","alt"],S9={key:1,class:"nmorph-file-card__visual-size"},E9={key:2,class:"nmorph-file-card__badge"},C9={key:3,class:"nmorph-file-card__actions"},I9=["aria-label"],M9=["href","aria-label"],z9=["href","download","aria-label"];function H9(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.visualMediaPreviewAvailable?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",b9,[e.createVNode(t.NmorphIcon,{size:"medium"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon)))]),_:1}),t.previewOnIcon&&!t.props.loading&&!t.props.error?(e.openBlock(),e.createElementBlock("a",{key:0,href:t.pdfPreviewHref,target:"_blank",rel:"noopener noreferrer",class:"nmorph-file-card__icon-action","aria-label":`Preview ${t.props.name}`,onClick:t.openHandler},[e.createVNode(t.NmorphIcon,{size:"small",color:t.CONTRAST_ICON_COLOR},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconEye)]),_:1})],8,y9)):e.createCommentVNode("v-if",!0)])),e.createElementVNode("div",_9,[t.showInfo?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-file-card__info",title:t.props.name},[t.props.showName?(e.openBlock(),e.createElementBlock("span",N9,e.toDisplayString(t.props.name),1)):e.createCommentVNode("v-if",!0),!t.visualMediaPreviewAvailable&&t.props.showMeta?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.props.error&&t.props.errorText?(e.openBlock(),e.createElementBlock("span",B9,e.toDisplayString(t.props.errorText),1)):t.meta?(e.openBlock(),e.createElementBlock("span",x9,e.toDisplayString(t.meta),1)):e.createCommentVNode("v-if",!0)],64)):e.createCommentVNode("v-if",!0)],8,k9)):e.createCommentVNode("v-if",!0),t.audioPreviewAvailable?(e.openBlock(),e.createBlock(t.NmorphAudioPreview,{key:1,class:"nmorph-file-card__audio-preview",src:t.props.previewSrc,name:t.props.name,surface:"plain",embedded:"",compact:"","show-icon":!1,"show-header":!1,"show-playback-button":t.props.showPlaybackButton,"show-default-actions":!1,onError:t.errorHandler},null,8,["src","name","show-playback-button"])):e.createCommentVNode("v-if",!0),t.videoPreviewAvailable?(e.openBlock(),e.createBlock(t.NmorphVideoPreview,{key:2,class:"nmorph-file-card__video-preview",src:t.props.previewSrc,name:t.props.name,height:t.mediaPreviewHeight,surface:"plain",embedded:"",compact:"",controls:!1,"show-meta":!1,"show-playback-button":t.props.showPlaybackButton,"show-default-actions":!1,"show-preview-action":!t.hasCustomActions&&t.props.showDefaultActions&&t.props.previewMode!=="none","show-fullscreen-action":!t.hasCustomActions&&t.props.showDefaultActions,"preview-mode":"emit",onError:t.errorHandler,onPreview:t.openHandler},null,8,["src","name","height","show-playback-button","show-preview-action","show-fullscreen-action"])):e.createCommentVNode("v-if",!0),t.imagePreviewAvailable?(e.openBlock(),e.createElementBlock("button",{key:3,class:"nmorph-file-card__image-preview",type:"button",title:t.props.name,"aria-label":`Preview ${t.props.name}`,onClick:t.openHandler},[e.createElementVNode("img",{class:"nmorph-file-card__image",src:t.props.previewSrc,alt:t.props.name},null,8,v9)],8,V9)):e.createCommentVNode("v-if",!0)]),t.visualMediaPreviewAvailable&&t.fileSize?(e.openBlock(),e.createElementBlock("span",S9,e.toDisplayString(t.fileSize),1)):e.createCommentVNode("v-if",!0),t.props.showExtensionBadge&&t.extension&&!t.visualMediaPreviewAvailable?(e.openBlock(),e.createElementBlock("span",E9,e.toDisplayString(t.extension),1)):e.createCommentVNode("v-if",!0),t.hasActions?(e.openBlock(),e.createElementBlock("div",C9,[e.renderSlot(r.$slots,"actions",{fileName:t.props.name,previewSrc:t.props.previewSrc,downloadHref:t.props.downloadHref,open:t.openHandler,download:t.downloadHandler},()=>[t.props.loading?(e.openBlock(),e.createElementBlock("span",{key:0,class:"nmorph-file-card__action-loader",role:"status","aria-label":`Uploading ${t.props.name}`},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})],8,I9)):t.props.previewSrc&&!t.mediaPreviewAvailable&&!t.previewOnIcon?(e.openBlock(),e.createElementBlock("a",{key:1,href:t.props.previewSrc,target:"_blank",rel:"noopener noreferrer",class:"nmorph-file-card__action-link","aria-label":`Open ${t.props.name}`,onClick:t.openHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconOpen)]),_:1})],8,M9)):e.createCommentVNode("v-if",!0),!t.props.loading&&t.props.downloadHref?(e.openBlock(),e.createElementBlock("a",{key:2,href:t.props.downloadHref,download:t.props.name,class:"nmorph-file-card__action-link","aria-label":`Download ${t.props.name}`,onClick:t.downloadHandler},[e.createVNode(t.NmorphIcon,{size:"small"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconDownload)]),_:1})],8,z9)):e.createCommentVNode("v-if",!0)])])):e.createCommentVNode("v-if",!0)],6),t.mediaGalleryItems.length>0?(e.openBlock(),e.createBlock(t.NmorphMediaGallery,{key:0,modelValue:t.previewOpen,"onUpdate:modelValue":o[0]||(o[0]=a=>t.previewOpen=a),items:t.mediaGalleryItems,"show-navigation-buttons":!1,"show-file-name":t.props.showName,"show-file-size":t.props.showSize,"show-file-actions":t.props.showDefaultActions,"show-playback-button":t.props.showPlaybackButton,onDownload:t.downloadHandler},null,8,["modelValue","items","show-file-name","show-file-size","show-file-actions","show-playback-button"])):e.createCommentVNode("v-if",!0)],64)}const Mc=W(w9,[["render",H9],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-file-card/NmorphFileCard.vue"]]),q9=e.defineComponent({__name:"NmorphImage",props:{design:{type:null,required:!1,default:"nmorph"},loadFailedText:{type:String,required:!1,default:""},frameBorder:{type:Number,required:!1,default:2.67},src:{type:String,required:!1},srcSet:{type:String,required:!1,default:""},width:{type:[Number,String],required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},fit:{type:null,required:!1,default:"cover"},alt:{type:String,required:!1,default:""}},emits:["error","load"],setup(r,{expose:o,emit:n}){o();const{t}=Me.useI18n(),l=r,i=e.computed(()=>l.loadFailedText?l.loadFailedText:t("loadFailedText")),a=e.ref(!1),s=e.ref(!1),d=n,p=B=>{a.value=!0,s.value=!1,d("load",B)},h=B=>{a.value=!0,s.value=!0,d("error",B)},f=e.computed(()=>a.value&&s.value),m=e.computed(()=>l.design||"nmorph"),u=e.computed(()=>K({nmorph:[m.value==="nmorph"?"shadow-combined":""],"nmorph-image":[m.value,l.frameBorder>0&&"framed",(f.value||!a.value)&&"hide"]})),w=e.computed(()=>({...me({"--nmorph-private-image-width":l.width,"--nmorph-private-image-height":l.height}),"--nmorph-private-image-fit":l.fit||"cover","--nmorph-private-image-frame-border":`${l.frameBorder}px`})),g={t,props:l,computedLoadFailedText:i,imageLoadFinished:a,imageLoadError:s,emit:d,onImageLoad:p,onImageError:h,loadingFailed:f,resolvedDesign:m,modifiers:u,styles:w,get NmorphIcon(){return ie},get NmorphIconLoader(){return He}};return Object.defineProperty(g,"__isScriptSetup",{enumerable:!1,value:!0}),g}}),T9=["src","alt","srcset"],L9={key:0,class:"nmorph-image__load-failed"},A9={key:1,class:"nmorph-image__loading"};function D9(r,o,n,t,l,i){return t.props.src?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("img",{src:t.props.src,alt:t.props.alt,srcset:t.props.srcSet,onLoad:t.onImageLoad,onError:t.onImageError},null,40,T9),t.loadingFailed?(e.openBlock(),e.createElementBlock("div",L9,[e.renderSlot(r.$slots,"error",{},()=>[e.createTextVNode(e.toDisplayString(t.computedLoadFailedText),1)])])):t.imageLoadFinished?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",A9,[e.renderSlot(r.$slots,"loading",{},()=>[e.createVNode(t.NmorphIcon,{size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoader)]),_:1})])]))],6)):e.createCommentVNode("v-if",!0)}const Ct=W(q9,[["render",D9],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-image/NmorphImage.vue"]]),P9=e.defineComponent({__name:"NmorphMediaTile",props:{design:{type:null,required:!1,default:"nmorph"},aspect:{type:String,required:!1,default:"video"},src:{type:String,required:!1,default:""},srcObject:{type:null,required:!1,default:null},sinkId:{type:String,required:!1,default:void 0},fit:{type:String,required:!1,default:"cover"},mirrored:{type:Boolean,required:!1,default:!1},muted:{type:Boolean,required:!1,default:!0},autoplay:{type:Boolean,required:!1,default:!0},playsinline:{type:Boolean,required:!1,default:!0},name:{type:String,required:!1,default:""},avatarSrc:{type:String,required:!1,default:""},loading:{type:Boolean,required:!1,default:!1},showFallback:{type:Boolean,required:!1,default:!0},showStatus:{type:Boolean,required:!1,default:!0},micMuted:{type:Boolean,required:!1,default:!1},videoOff:{type:Boolean,required:!1,default:!1},screenSharing:{type:Boolean,required:!1,default:!1},speaking:{type:Boolean,required:!1,default:!1},selected:{type:Boolean,required:!1,default:!1},error:{type:Boolean,required:!1,default:!1},errorText:{type:String,required:!1,default:""}},setup(r,{expose:o}){const n=r,t=e.ref(null),l=e.ref(null),i=e.ref({audio:0,video:0}),a=e.computed(()=>!!(n.src||n.srcObject)),s=V=>!V||typeof V.getAudioTracks!="function"?[]:V.getAudioTracks(),d=V=>!V||typeof V.getVideoTracks!="function"?[]:V.getVideoTracks(),p=V=>{i.value={audio:s(V).length,video:d(V).length}},h=e.computed(()=>typeof n.srcObject?.getVideoTracks=="function"),f=e.computed(()=>i.value.video>0),m=e.computed(()=>!!(n.src||n.srcObject&&(!h.value||f.value))),u=e.computed(()=>a.value&&m.value&&!n.videoOff&&!n.error),w=e.computed(()=>!!(n.srcObject&&!n.muted&&!n.error)),g=e.computed(()=>n.muted||w.value),B=e.computed(()=>u.value&&n.src?n.src:void 0),S=e.computed(()=>n.name.split(/\s+/).filter(Boolean).slice(0,2).map(V=>V[0]?.toUpperCase()).join("")),k=e.computed(()=>S.value||n.name||"?"),v=e.computed(()=>K({"nmorph-media-tile":[n.design,n.aspect,n.fit,n.mirrored&&"mirrored",n.selected&&"selected",n.speaking&&"speaking",n.error&&"error",n.videoOff&&"video-off",n.screenSharing&&"screen-sharing",n.loading&&"loading"]})),b=V=>{if(!V||n.sinkId===void 0)return;const _=V;typeof _.setSinkId=="function"&&_.setSinkId(n.sinkId).catch(()=>{})},E=V=>{console.warn("[NmorphMediaTile] media autoplay failed",V)},I=V=>{if(!V||!n.autoplay)return;let _;try{_=V.play()}catch(y){E(y);return}_&&typeof _.catch=="function"&&_.catch(E)};e.watch(()=>n.srcObject,(V,_,y)=>{if(p(V),!V||typeof V.addEventListener!="function"||typeof V.removeEventListener!="function")return;const x=()=>p(V);V.addEventListener("addtrack",x),V.addEventListener("removetrack",x),y(()=>{V.removeEventListener("addtrack",x),V.removeEventListener("removetrack",x)})},{immediate:!0}),e.watch(()=>[n.srcObject,n.sinkId,n.autoplay,n.videoOff,n.error,u.value,w.value,g.value,t.value,l.value],()=>{if(t.value){const V=n.srcObject;t.value.srcObject!==V&&(t.value.srcObject=V),b(t.value),n.autoplay&&V&&!n.videoOff&&!n.error&&I(t.value)}if(l.value){const V=w.value?n.srcObject:null;l.value.srcObject!==V&&(l.value.srcObject=V),b(l.value),n.autoplay&&w.value&&I(l.value)}},{immediate:!0,flush:"post"}),o({videoRef:t});const M={props:n,videoRef:t,audioRef:l,srcObjectTrackCount:i,hasMediaSource:a,getAudioTracks:s,getVideoTracks:d,updateSrcObjectTrackCount:p,canInspectVideoTracks:h,hasVideoTracks:f,hasVideoSource:m,videoVisible:u,needsSeparateAudioOutput:w,videoMuted:g,videoSrc:B,initials:S,fallbackLabel:k,modifiers:v,setMediaElementSinkId:b,logMediaPlaybackError:E,playMediaElement:I,get NmorphAvatar(){return wc},get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconLoaderDots(){return Oe},get NmorphIconMute(){return ho},get NmorphIconShare(){return wo},get NmorphIconVideoCameraOff(){return _o}};return Object.defineProperty(M,"__isScriptSetup",{enumerable:!1,value:!0}),M}}),O9=["src","muted","autoplay","playsinline"],F9=["muted","autoplay"],R9={key:1,class:"nmorph-media-tile__fallback"},j9={key:2,class:"nmorph-media-tile__initials"},W9={key:3,class:"nmorph-media-tile__name"},$9={key:4,class:"nmorph-media-tile__error-text"},K9={key:2,class:"nmorph-media-tile__status"};function U9(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.withDirectives(e.createElementVNode("video",{ref:"videoRef",class:"nmorph-media-tile__video",src:t.videoSrc,muted:t.videoMuted,autoplay:t.props.autoplay,playsinline:t.props.playsinline},null,8,O9),[[e.vShow,t.videoVisible&&!t.props.loading]]),t.needsSeparateAudioOutput?(e.openBlock(),e.createElementBlock("audio",{key:0,ref:"audioRef",class:"nmorph-media-tile__audio",muted:t.props.muted,autoplay:t.props.autoplay,preload:"auto"},null,8,F9)):e.createCommentVNode("v-if",!0),t.props.showFallback&&(!t.videoVisible||t.props.loading)?(e.openBlock(),e.createElementBlock("div",R9,[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-media-tile__loader",size:"large"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoaderDots)]),_:1})):t.props.avatarSrc?(e.openBlock(),e.createBlock(t.NmorphAvatar,{key:1,src:t.props.avatarSrc,name:t.props.name,size:72,design:"plain"},null,8,["src","name"])):(e.openBlock(),e.createElementBlock("div",j9,e.toDisplayString(t.fallbackLabel),1)),t.props.name?(e.openBlock(),e.createElementBlock("span",W9,e.toDisplayString(t.props.name),1)):e.createCommentVNode("v-if",!0),t.props.error&&t.props.errorText?(e.openBlock(),e.createElementBlock("span",$9,e.toDisplayString(t.props.errorText),1)):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),t.props.showStatus?(e.openBlock(),e.createElementBlock("div",K9,[t.props.micMuted?(e.openBlock(),e.createBlock(t.NmorphButton,{key:0,class:"nmorph-media-tile__status-item",design:"plain",borderless:"",tabindex:-1,"aria-label":"Microphone muted"},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIconMute)]),_:1})):e.createCommentVNode("v-if",!0),t.props.videoOff?(e.openBlock(),e.createBlock(t.NmorphButton,{key:1,class:"nmorph-media-tile__status-item",design:"plain",borderless:"",tabindex:-1,"aria-label":"Video off"},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIconVideoCameraOff)]),_:1})):e.createCommentVNode("v-if",!0),t.props.screenSharing?(e.openBlock(),e.createBlock(t.NmorphButton,{key:2,class:"nmorph-media-tile__status-item",design:"plain",borderless:"",tabindex:-1,"aria-label":"Screen sharing"},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIconShare)]),_:1})):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),e.renderSlot(r.$slots,"overlay")],2)}const G9=W(P9,[["render",U9],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-media-tile/NmorphMediaTile.vue"]]),Y9=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},loading:{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},thickness:{type:null,required:!1,default:"basic"},fixedContainer:{type:Boolean,required:!1,default:!1},width:{type:[Number,String],required:!1,default:void 0},minWidth:{type:[Number,String],required:!1,default:void 0}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-pagination":[t.disabled&&"disabled",t.loading&&"loading",t.fixedContainer&&"fixed-container"]})),a={thick:"var(--thick-component)",basic:"var(--basic-component)",thin:"var(--thin-component)"},s=e.computed(()=>Math.max(1,Math.floor(t.maxVisiblePages))),d=e.computed(()=>{const _=s.value*40,y=Math.max(0,s.value-1)*8;return["calc(","var(--nmorph-private-pagination-height) + ","var(--nmorph-private-pagination-height) + ","16px + var(--indentation-01) + var(--indentation-01) + ",`${_+y}px`,")"].join("")}),p=e.computed(()=>({"--nmorph-private-pagination-height":a[t.thickness],"--nmorph-private-pagination-fixed-pages":s.value,"--nmorph-private-pagination-fixed-width":d.value,...me({"--nmorph-private-pagination-width":t.width,"--nmorph-private-pagination-min-width":t.minWidth})})),h=e.computed(()=>t.disabled||t.loading),f=()=>{u.value=String(Number(u.value)-1)},m=()=>{u.value=String(Number(u.value)+1)},u=e.ref(String(t.modelValue)),w=e.computed(()=>{const _=Number(t.totalElementsQuantity),y=Number(t.elementsQuantityOnPage);return!Number.isFinite(_)||!Number.isFinite(y)||_<=0||y<=0?0:Math.ceil(_/y)}),g=e.computed(()=>Array.from({length:w.value},(_,y)=>({value:String(y+1),label:String(y+1)}))),B=e.ref([]),S=e.computed(()=>{const _=String(Math.max(1,Number(u.value)||1));return[{value:_,label:_}]}),k=e.computed(()=>t.loading&&B.value.length?B.value:g.value.length?g.value:S.value),v=e.computed(()=>t.loading||!t.hideOnSinglePage||w.value>1);e.watch(u,_=>{l("update:model-value",Number(_))}),e.watch([g,()=>t.loading],([_,y])=>{(_.length||!y)&&(B.value=_)},{immediate:!0}),e.watch(()=>t.modelValue,_=>{u.value=String(_)}),e.watch([w,()=>t.loading],([_,y])=>{y||_<=0||Number(u.value)>_&&(u.value=String(_))});const b=e.computed(()=>Number(u.value)===1),E=e.computed(()=>Number(u.value)>=k.value.length),I=e.computed(()=>{const _=k.value.length,y=Number(u.value),x=t.maxVisiblePages;if(_<=x)return k.value;const q=Math.floor(x/2);return y<=q?[...k.value.slice(0,x-2),{value:"next",label:"..."},k.value[_-1]]:y>=_-q?[k.value[0],{value:"prev",label:"..."},...k.value.slice(_-(x-2))]:[k.value[0],{value:"prev",label:"..."},...k.value.slice(y-q,y+q-1),{value:"next",label:"..."},k.value[_-1]]}),V={props:t,emit:l,modifiers:i,thicknessHeightMap:a,fixedPagesCount:s,fixedContainerWidth:d,paginationStyle:p,interactionDisabled:h,prevClick:f,nextClick:m,selectedPage:u,totalPages:w,pages:g,retainedPages:B,fallbackPages:S,effectivePages:k,show:v,blockPrevButton:b,blockNextButton:E,visiblePages:I,bigStepUpdate:_=>{const y=Number(u.value);let x=_==="prev"?y-t.fastForwardStep:y+t.fastForwardStep;x<=0&&(x=1),x>=k.value.length&&(x=k.value.length),u.value=String(x)},get NmorphRadioGroup(){return Oo},get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphRadio(){return Po},get NmorphIconChevronDown(){return Pe}};return Object.defineProperty(V,"__isScriptSetup",{enumerable:!1,value:!0}),V}}),Z9=["aria-busy"];function X9(r,o,n,t,l,i){return t.show?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.paginationStyle),"aria-busy":t.props.loading||void 0},[e.createVNode(t.NmorphButton,{class:"nmorph-pagination__btn nmorph-pagination__prev-btn",thickness:t.props.thickness,disabled:t.blockPrevButton||t.interactionDisabled,onClick:t.prevClick},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-pagination__prev-icon"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1},8,["thickness","disabled"]),e.createVNode(t.NmorphRadioGroup,{modelValue:t.selectedPage,"onUpdate:modelValue":o[0]||(o[0]=a=>t.selectedPage=a),class:"nmorph-pagination__page-group",thickness:t.props.thickness,disabled:t.interactionDisabled},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.visiblePages,a=>(e.openBlock(),e.createElementBlock("div",{key:a.value,class:"nmorph-pagination__page-btn-wrapper"},[a.value==="prev"||a.value==="next"?(e.openBlock(),e.createBlock(t.NmorphButton,{key:0,class:e.normalizeClass(`nmorph-pagination__page-btn nmorph-pagination__${a.value}`),text:a.label,thickness:t.props.thickness,disabled:t.interactionDisabled,onClick:s=>t.bigStepUpdate(a.value)},null,8,["class","text","thickness","disabled","onClick"])):(e.openBlock(),e.createBlock(t.NmorphRadio,{key:1,value:a.value,label:a.label,class:"nmorph-pagination__page-btn",thickness:t.props.thickness,disabled:t.interactionDisabled},null,8,["value","label","thickness","disabled"]))]))),128))]),_:1},8,["modelValue","thickness","disabled"]),e.createVNode(t.NmorphButton,{class:"nmorph-pagination__btn nmorph-pagination__next-btn",thickness:t.props.thickness,disabled:t.blockNextButton||t.interactionDisabled,onClick:t.nextClick},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-pagination__next-icon"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1},8,["thickness","disabled"])],14,Z9)):e.createCommentVNode("v-if",!0)}const Q9=W(Y9,[["render",X9],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-pagination/NmorphPagination.vue"]]),J9=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},height:{type:[Number,String],required:!1,default:void 0},widthTransition:{type:String,required:!1,default:void 0},indeterminateAnimation:{type:String,required:!1,default:void 0}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-progress":[n.indeterminate&&"indeterminate"]})),l=e.computed(()=>Array.isArray(n.color)?n.color.find(g=>g.percentage<=n.percentage)?.color:typeof n.color=="function"?n.color(n.percentage):n.color),i=e.computed(()=>n.indeterminate?"var(--nmorph-private-progress-indeterminate-animation)":"none"),a=e.ref(null),s=e.ref(1),d=e.computed(()=>`${s.value} ${s.value}`),p=e.computed(()=>s.value-n.percentage/100*s.value);e.onMounted(()=>{a.value&&(s.value=2*Math.PI*a.value.r.baseVal.value)});const h=e.computed(()=>`${n.circleSize}px`),f=e.computed(()=>`${n.percentage}%`),m=e.computed(()=>n.height??(n.valueInside?"18px":void 0)),u=e.computed(()=>({..._e({"--nmorph-private-progress-percentage":f.value,"--nmorph-private-progress-color":l.value,"--nmorph-private-progress-animation":i.value,"--nmorph-private-progress-circle-size":h.value,"--nmorph-private-progress-width-transition":n.widthTransition,"--nmorph-private-progress-indeterminate-animation":n.indeterminateAnimation}),...me({"--nmorph-private-progress-height":m.value})})),w={props:n,modifiers:t,color:l,animation:i,circle:a,circumference:s,strokeDasharray:d,strokeDashoffset:p,circleContainerSize:h,displayPercentage:f,linearHeight:m,styles:u};return Object.defineProperty(w,"__isScriptSetup",{enumerable:!1,value:!0}),w}}),ew={key:0,class:"nmorph-progress__linear"},tw={class:"nmorph-progress__outer"},ow={class:"nmorph-progress__inner"},rw={key:0,class:"nmorph-progress__inner-text"},nw={key:0,class:"nmorph-progress__percentage"},aw={key:1,class:"nmorph-progress__circle"},lw={class:"nmorph-progress__circle-inner-part"},iw=["width","height"],cw=["cx","cy","r","stroke-dasharray","stroke-dashoffset"];function sw(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.props.type==="linear"?(e.openBlock(),e.createElementBlock("div",ew,[e.createElementVNode("div",tw,[e.createElementVNode("div",ow,[n.valueInside?(e.openBlock(),e.createElementBlock("div",rw,[e.renderSlot(r.$slots,"inner-text",{},()=>[e.createTextVNode(e.toDisplayString(t.displayPercentage),1)])])):e.createCommentVNode("v-if",!0)])]),n.valueRightSide?(e.openBlock(),e.createElementBlock("div",nw,[e.renderSlot(r.$slots,"right-side",{},()=>[e.createTextVNode(e.toDisplayString(t.displayPercentage),1)])])):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),t.props.type==="circle"?(e.openBlock(),e.createElementBlock("div",aw,[e.createElementVNode("div",lw,[e.renderSlot(r.$slots,"circle-inner-part",{},()=>[e.createTextVNode(e.toDisplayString(t.displayPercentage),1)])]),(e.openBlock(),e.createElementBlock("svg",{width:t.props.circleSize,height:t.props.circleSize},[e.createElementVNode("circle",{ref:"circle",class:"nmorph-progress__circle-ring",cx:t.props.circleSize/2,cy:t.props.circleSize/2,r:t.props.circleSize/2-2,"stroke-dasharray":t.strokeDasharray,"stroke-dashoffset":t.strokeDashoffset},null,8,cw)],8,iw))])):e.createCommentVNode("v-if",!0)],6)}const dw=W(J9,[["render",sw],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-progress/NmorphProgress.vue"]]),zc={low:[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],medium:[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],quartile:[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],high:[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]},Hc={low:[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],medium:[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],quartile:[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],high:[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]},mw={low:1,medium:0,quartile:3,high:2},qc=r=>Math.min(Math.max(Math.trunc(r),1),40),De=(r,o)=>(r>>>o&1)!==0,It=(r,o,n)=>{for(let t=n-1;t>=0;t--)r.push(De(o,t))},Tc=r=>{let o=(16*r+128)*r+64;if(r>=2){const n=Math.floor(r/7)+2;o-=(25*n-10)*n-55,r>=7&&(o-=36)}return o},Lc=(r,o)=>Math.floor(Tc(r)/8)-zc[o][r]*Hc[o][r],Eo=r=>r<=9?8:16,pw=(r,o)=>4+Eo(o)+r*8,hw=r=>{if(r===1)return[];const o=r*4+17,n=Math.floor(r/7)+2,t=r===32?26:Math.ceil((r*4+4)/(n*2-2))*2,l=[6];for(let i=o-7;l.length<n;i-=t)l.splice(1,0,i);return l},Co=(r,o)=>{let n=0;for(let t=7;t>=0;t--)n=n<<1^(n>>>7)*285,n^=(o>>>t&1)*r;return n},fw=r=>{const o=Array(r).fill(0);o[r-1]=1;let n=1;for(let t=0;t<r;t++){for(let l=0;l<r;l++)o[l]=Co(o[l],n),l+1<r&&(o[l]^=o[l+1]);n=Co(n,2)}return o},uw=(r,o)=>{const n=Array(o.length).fill(0);return r.forEach(t=>{const l=t^(n.shift()||0);n.push(0),o.forEach((i,a)=>{n[a]^=Co(i,l)})}),n},gw=(r,o,n)=>{const t=Hc[n][o],l=zc[n][o],i=Math.floor(Tc(o)/8),a=t-i%t,s=Math.floor(i/t),d=fw(l),p=[];let h=0;for(let m=0;m<t;m++){const u=s-l+(m<a?0:1),w=r.slice(h,h+u);h+=u;const g=uw(w,d);m<a&&w.push(0),p.push([...w,...g])}const f=[];for(let m=0;m<p[0].length;m++)p.forEach((u,w)=>{(m!==s-l||w>=a)&&f.push(u[m])});return f},ww=(r,o,n)=>{const t=Lc(o,n)*8,l=[];for(It(l,4,4),It(l,r.length,Eo(o)),r.forEach(a=>It(l,a,8)),It(l,0,Math.min(4,t-l.length));l.length%8!==0;)l.push(!1);const i=[];for(let a=0;a<l.length;a+=8){let s=0;for(let d=0;d<8;d++)s=s<<1|(l[a+d]?1:0);i.push(s)}for(let a=236;i.length<t/8;a^=253)i.push(a);return i},bw=(r,o,n)=>{switch(r){case 0:return(o+n)%2===0;case 1:return n%2===0;case 2:return o%3===0;case 3:return(o+n)%3===0;case 4:return(Math.floor(o/3)+Math.floor(n/2))%2===0;case 5:return o*n%2+o*n%3===0;case 6:return(o*n%2+o*n%3)%2===0;default:return((o+n)%2+o*n%3)%2===0}};class yw{constructor(o,n){this.version=o,this.level=n,this.size=o*4+17,this.modules=Array.from({length:this.size},()=>Array(this.size).fill(!1)),this.isFunction=Array.from({length:this.size},()=>Array(this.size).fill(!1))}size;modules;isFunction;drawFunctionPatterns(){for(let n=0;n<this.size;n++)this.setFunctionModule(6,n,n%2===0),this.setFunctionModule(n,6,n%2===0);this.drawFinderPattern(3,3),this.drawFinderPattern(this.size-4,3),this.drawFinderPattern(3,this.size-4);const o=hw(this.version);o.forEach((n,t)=>{o.forEach((l,i)=>{t===0&&i===0||t===0&&i===o.length-1||t===o.length-1&&i===0||this.drawAlignmentPattern(n,l)})}),this.drawFormatBits(0),this.drawVersion()}drawCodewords(o){let n=0;for(let t=this.size-1;t>=1;t-=2){t===6&&(t=5);for(let l=0;l<this.size;l++)for(let i=0;i<2;i++){const a=t-i,d=(t+1&2)===0?this.size-1-l:l;!this.isFunction[d][a]&&n<o.length*8&&(this.modules[d][a]=De(o[n>>>3],7-(n&7)),n++)}}}applyMask(o){for(let n=0;n<this.size;n++)for(let t=0;t<this.size;t++)!this.isFunction[n][t]&&bw(o,t,n)&&(this.modules[n][t]=!this.modules[n][t])}drawFormatBits(o){const n=mw[this.level]<<3|o;let t=n;for(let i=0;i<10;i++)t=t<<1^(t>>>9)*1335;const l=(n<<10|t)^21522;for(let i=0;i<=5;i++)this.setFunctionModule(8,i,De(l,i));this.setFunctionModule(8,7,De(l,6)),this.setFunctionModule(8,8,De(l,7)),this.setFunctionModule(7,8,De(l,8));for(let i=9;i<15;i++)this.setFunctionModule(14-i,8,De(l,i));for(let i=0;i<8;i++)this.setFunctionModule(this.size-1-i,8,De(l,i));for(let i=8;i<15;i++)this.setFunctionModule(8,this.size-15+i,De(l,i));this.setFunctionModule(8,this.size-8,!0)}getPenaltyScore(){let o=0;for(let i=0;i<this.size;i++)o+=this.getRunPenalty(this.modules[i]);for(let i=0;i<this.size;i++)o+=this.getRunPenalty(this.modules.map(a=>a[i]));for(let i=0;i<this.size-1;i++)for(let a=0;a<this.size-1;a++){const s=this.modules[i][a];s===this.modules[i][a+1]&&s===this.modules[i+1][a]&&s===this.modules[i+1][a+1]&&(o+=3)}o+=this.getFinderPenalty();const n=this.modules.flat().filter(Boolean).length;let t=0;const l=this.size*this.size;for(;n*20<(9-t)*l||n*20>(11+t)*l;)t++;return o+t*10}drawFinderPattern(o,n){for(let t=-4;t<=4;t++)for(let l=-4;l<=4;l++){const i=o+l,a=n+t;if(i<0||i>=this.size||a<0||a>=this.size)continue;const s=Math.max(Math.abs(l),Math.abs(t));this.setFunctionModule(i,a,s!==2&&s!==4)}}drawAlignmentPattern(o,n){for(let t=-2;t<=2;t++)for(let l=-2;l<=2;l++)this.setFunctionModule(o+l,n+t,Math.max(Math.abs(l),Math.abs(t))!==1)}drawVersion(){if(this.version<7)return;let o=this.version;for(let t=0;t<12;t++)o=o<<1^(o>>>11)*7973;const n=this.version<<12|o;for(let t=0;t<18;t++){const l=De(n,t),i=this.size-11+t%3,a=Math.floor(t/3);this.setFunctionModule(i,a,l),this.setFunctionModule(a,i,l)}}setFunctionModule(o,n,t){this.modules[n][o]=t,this.isFunction[n][o]=!0}getRunPenalty(o){let n=0,t=o[0],l=1;for(let i=1;i<o.length;i++)o[i]===t?l++:(l>=5&&(n+=3+l-5),t=o[i],l=1);return l>=5&&(n+=3+l-5),n}getFinderPenalty(){let o=0;for(let n=0;n<this.size;n++)o+=this.getFinderPenaltyForLine(this.modules[n]);for(let n=0;n<this.size;n++)o+=this.getFinderPenaltyForLine(this.modules.map(t=>t[n]));return o}getFinderPenaltyForLine(o){let n=0;for(let t=0;t<=o.length-7;t++){if(!(o[t]&&!o[t+1]&&o[t+2]&&o[t+3]&&o[t+4]&&!o[t+5]&&o[t+6]))continue;const i=t>=4&&o.slice(t-4,t).every(s=>!s),a=t+11<=o.length&&o.slice(t+7,t+11).every(s=>!s);(i||a)&&(n+=40)}return n}}const _w=r=>Array.from(new TextEncoder().encode(r)),Io=(r,o={})=>{const n=o.errorCorrectionLevel??"medium",t=qc(o.minVersion??1),l=qc(o.maxVersion??40),i=_w(r),a=Array.from({length:l-t+1},(m,u)=>t+u).find(m=>i.length<1<<Eo(m)&&pw(i.length,m)<=Lc(m,n)*8);if(!a)throw new Error("The QR code value is too large for the selected version range.");const s=ww(i,a,n),d=gw(s,a,n),p=new yw(a,n);p.drawFunctionPatterns(),p.drawCodewords(d);let h=0,f=1/0;for(let m=0;m<8;m++){p.applyMask(m),p.drawFormatBits(m);const u=p.getPenaltyScore();u<f&&(h=m,f=u),p.applyMask(m)}return p.applyMask(h),p.drawFormatBits(h),{modules:p.modules.map(m=>[...m]),size:p.size,version:a}},kw=e.defineComponent({__name:"NmorphQRCode",props:{value:{type:[String,Number],required:!1,default:""},size:{type:[Number,String],required:!1,default:160},margin:{type:Number,required:!1,default:4},color:{type:String,required:!1,default:"var(--nmorph-text-color)"},background:{type:String,required:!1,default:"var(--nmorph-main-color)"},level:{type:String,required:!1,default:"medium"},minVersion:{type:Number,required:!1,default:1},maxVersion:{type:Number,required:!1,default:40},title:{type:String,required:!1,default:""}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>{try{return Io(String(n.value),{errorCorrectionLevel:n.level,minVersion:n.minVersion,maxVersion:n.maxVersion}),""}catch(h){return h instanceof Error?h.message:"Unable to create QR code."}}),l=e.computed(()=>t.value?null:Io(String(n.value),{errorCorrectionLevel:n.level,minVersion:n.minVersion,maxVersion:n.maxVersion})),i=e.computed(()=>l.value?l.value.size+n.margin*2:1),a=e.computed(()=>l.value?l.value.modules.flatMap((h,f)=>h.map((m,u)=>m?`M${u+n.margin} ${f+n.margin}h1v1h-1z`:"").filter(Boolean)).join(""):""),s=e.computed(()=>({...me({"--nmorph-private-qr-code-size":n.size}),..._e({"--nmorph-private-qr-code-background":n.background})})),d=e.computed(()=>K({"nmorph-qr-code":[t.value&&"error"]})),p={props:n,errorMessage:t,qrCode:l,viewBoxSize:i,path:a,styles:s,modifiers:d};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),Nw=["viewBox"],Bw={key:0},xw=["fill"],Vw=["d","fill"],vw={key:1,class:"nmorph-qr-code__error"};function Sw(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.qrCode?(e.openBlock(),e.createElementBlock("svg",{key:0,class:"nmorph-qr-code__svg",xmlns:"http://www.w3.org/2000/svg",viewBox:`0 0 ${t.viewBoxSize} ${t.viewBoxSize}`,role:"img","shape-rendering":"crispEdges"},[t.props.title?(e.openBlock(),e.createElementBlock("title",Bw,e.toDisplayString(t.props.title),1)):e.createCommentVNode("v-if",!0),e.createElementVNode("rect",{width:"100%",height:"100%",fill:t.props.background},null,8,xw),e.createElementVNode("path",{d:t.path,fill:t.props.color},null,8,Vw)],8,Nw)):(e.openBlock(),e.createElementBlock("div",vw,[e.renderSlot(r.$slots,"error",{message:t.errorMessage},()=>[e.createTextVNode(e.toDisplayString(t.errorMessage),1)])]))],6)}const Ew=W(kw,[["render",Sw],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-qr-code/NmorphQRCode.vue"]]),Cw=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},loadingGradient:{type:String,required:!1,default:void 0}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-skeleton":[n.animated&&n.loading&&"loading"]})),l=e.computed(()=>_e({"--nmorph-private-skeleton-loading-gradient":n.loadingGradient})),i={props:n,modifiers:t,styles:l,get NmorphSkeletonItem(){return Ac}};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}}),Iw={key:0,class:"nmorph-skeleton__rows"},Mw={class:"nmorph-skeleton__template"},zw={class:"nmorph-skeleton__default"};function Hw(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.props.rows&&t.props.loading?(e.openBlock(),e.createElementBlock("div",Iw,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.props.rows,a=>(e.openBlock(),e.createBlock(t.NmorphSkeletonItem,{key:a,width:"100%",height:"14px",variant:"rect"}))),128))])):e.createCommentVNode("v-if",!0),e.withDirectives(e.createElementVNode("div",Mw,[e.renderSlot(r.$slots,"template")],512),[[e.vShow,!t.props.rows&&t.props.loading]]),e.withDirectives(e.createElementVNode("div",zw,[e.renderSlot(r.$slots,"default")],512),[[e.vShow,!t.props.loading]])],6)}const qw=W(Cw,[["render",Hw],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-skeleton/NmorphSkeleton.vue"]]),Tw={image:"image",circle:"circle",rect:"rect"},Lw=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:null,required:!1,default:"nmorph"}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-skeleton-item":[n.variant,n.design==="nmorph"?"nmorph-design":"plain-design"]})),l=e.computed(()=>n.width),i=e.computed(()=>n.height),a={props:n,modifiers:t,cssWidth:l,cssHeight:i,get NmorphIcon(){return ie},get NmorphIconImage(){return rt}};return Object.defineProperty(a,"__isScriptSetup",{enumerable:!1,value:!0}),a}}),Aw={class:"nmorph-skeleton-item__element"};function Dw(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle({"--nmorph-private-skeleton-item-width":t.cssWidth,"--nmorph-private-skeleton-item-height":t.cssHeight})},[e.createElementVNode("div",Aw,[t.props.variant==="image"?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,width:t.props.width,height:t.props.height},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconImage)]),_:1},8,["width","height"])):e.createCommentVNode("v-if",!0)])],6)}const Ac=W(Lw,[["render",Dw],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-skeleton/components/NmorphSkeletonItem.vue"]]),Mt=(r,o)=>{const n=e.ref(null),t=e.ref(0),l=e.ref(0);let i=null;const a=e.computed(()=>o.enabled?.value??!0),s=e.computed(()=>Math.max(o.overscan?.value??0,0)),d=e.computed(()=>o.dynamic?.value??!1),p=e.computed(()=>Math.max(o.itemHeight.value,1)),h=e.ref({}),f=_=>d.value&&h.value[_]||p.value,m=e.computed(()=>{const _=[];let y=0;for(let x=0;x<r.value.length;x++)_[x]=y,y+=f(x);return{offsets:_,total:y}}),u=e.computed(()=>a.value?d.value?m.value.total:r.value.length*p.value:0),w=()=>{const _=n.value;if(!_)return;const y=Math.max(u.value-_.clientHeight,0);_.scrollTop>y&&(_.scrollTop=y),t.value=_.scrollTop,l.value=_.clientHeight},g=()=>{w()},B=e.computed(()=>{if(!a.value)return 0;if(d.value){const _=m.value.offsets.findIndex((y,x)=>y+f(x)>=t.value);return Math.max(_===-1?0:_-s.value,0)}return Math.max(Math.floor(t.value/p.value)-s.value,0)}),S=e.computed(()=>{if(!a.value)return r.value.length;if(d.value){const y=t.value+l.value;let x=B.value;for(;x<r.value.length&&m.value.offsets[x]<=y;)x++;return Math.min(x+s.value,r.value.length)}const _=Math.ceil((t.value+l.value)/p.value)+s.value;return Math.min(Math.max(_,B.value+s.value),r.value.length)}),k=e.computed(()=>d.value?m.value.offsets[B.value]||0:B.value*p.value),v=e.computed(()=>a.value?r.value.slice(B.value,S.value).map((_,y)=>({item:_,index:B.value+y})):r.value.map((_,y)=>({item:_,index:y}))),b=e.computed(()=>({height:`${u.value}px`})),E=e.computed(()=>({transform:`translateY(${k.value}px)`})),I=_=>{const y=n.value;if(!y||!a.value)return;const x=Math.min(Math.max(_,0),Math.max(r.value.length-1,0)),q=d.value?m.value.offsets[x]||0:x*p.value;y.scrollTop=q,w()},M=(_,y)=>{if(!d.value||!y)return;const x=Math.ceil(y.getBoundingClientRect().height||y.offsetHeight);!x||h.value[_]===x||(h.value={...h.value,[_]:x},e.nextTick(w))},V=()=>{w()};return e.onMounted(()=>{e.nextTick(w),typeof window<"u"&&(window.addEventListener("resize",V),"ResizeObserver"in window&&(i=new ResizeObserver(w),n.value&&i.observe(n.value)))}),e.onUnmounted(()=>{typeof window<"u"&&window.removeEventListener("resize",V),i?.disconnect(),i=null}),e.watch(n,(_,y)=>{y&&i?.unobserve(y),_&&i?.observe(_),e.nextTick(w)},{flush:"post"}),e.watch(()=>[r.value.length,a.value,p.value,d.value],()=>{e.nextTick(w)}),{containerRef:n,contentStyle:E,endIndex:S,offsetTop:k,refresh:w,measureElement:M,scrollHandler:g,scrollToIndex:I,spacerStyle:b,startIndex:B,totalHeight:u,viewportHeight:l,virtualItems:v}},Pw=e.defineComponent({__name:"NmorphSortButton",props:{value:{type:null,required:!0}},emits:["sort"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-sort-button":[`${t.value}`]})),a=()=>{const p=t.value==="ascending"?"descending":"ascending";l("sort",p)},s=e.computed(()=>t.value==="ascending"?"Sort descending":"Sort ascending"),d={props:t,emit:l,modifiers:i,toggleSort:a,nextSortLabel:s};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}}),Ow=["aria-label"];function Fw(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("button",{class:"nmorph-sort-button__control",type:"button","aria-label":t.nextSortLabel,onClick:t.toggleSort},[...o[0]||(o[0]=[e.createElementVNode("svg",{class:"nmorph-sort-button__icon",viewBox:"0 0 16 16","aria-hidden":"true"},[e.createElementVNode("path",{class:"nmorph-sort-button__icon-up",d:"M8 3 3.75 7.25h8.5L8 3Z"}),e.createElementVNode("path",{class:"nmorph-sort-button__icon-down",d:"M8 13 12.25 8.75h-8.5L8 13Z"})],-1)])],8,Ow)],2)}const Rw=W(Pw,[["render",Fw],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-table/inner-components/nmorph-sort-button/NmorphSortButton.vue"]]),jw=e.defineComponent({__name:"NmorphTable",props:{data:{type:Array,required:!1,default:()=>[]},rowHover:{type:Boolean,required:!1,default:!0},sort:{type:Object,required:!1,default:void 0},virtual:{type:Boolean,required:!1,default:!1},virtualHeight:{type:[Number,String],required:!1,default:"320px"},virtualOverscan:{type:Number,required:!1,default:5},virtualRowHeight:{type:Number,required:!1,default:42},virtualDynamicHeight:{type:Boolean,required:!1,default:!1},borderColor:{type:String,required:!1,default:void 0},cellHeight:{type:[Number,String],required:!1,default:void 0},rowHoverBackground:{type:String,required:!1,default:void 0},design:{type:null,required:!1,default:"nmorph"},bordered:{type:Boolean,required:!1,skipCheck:!0}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>n.design==="plain"&&n.bordered===!0),l=e.computed(()=>K({"nmorph-table":{[n.design]:!0,bordered:t.value}})),i=e.ref([...n.data]),a=e.computed(()=>n.virtual),s=e.computed(()=>n.virtualRowHeight),d=e.computed(()=>n.virtualOverscan),p=e.computed(()=>n.virtualDynamicHeight),h=Mt(i,{enabled:a,itemHeight:s,overscan:d,dynamic:p}),f=e.computed(()=>a.value?h.virtualItems.value:i.value.map((T,F)=>({item:T,index:F}))),m=e.computed(()=>f.value.map(T=>T.item)),u=e.ref(-1),w=e.ref(0),g=e.ref(n.sort),B=(T,F)=>{g.value&&(g.value[F]=T,i.value.sort((ee,X)=>{const le=String(ee[F]).toLowerCase(),D=String(X[F]).toLowerCase();if(!g.value)return 0;const Q=g.value[F];return Q==="ascending"?le.localeCompare(D):Q==="descending"?D.localeCompare(le):0}))},S=e.ref(null),k=e.ref([]);e.provide("table-data",{rows:m,columns:k});const v=e.computed(()=>{const T=k.value.map(D=>D.width).filter(D=>!!D),F=T.length,ee=T.reduce((D,Q)=>(D+=Number(Q),D),0),X=k.value.length-F;return S.value?.clientWidth?(S.value?.clientWidth-ee)/X:0}),b=T=>T||v.value,E=e.ref(0);e.watch(()=>n.data,async()=>{E.value=E.value+1,i.value=[...n.data],k.value=[],await e.nextTick();const T=h.containerRef.value;T&&(T.scrollTop=Math.min(w.value,Math.max(h.totalHeight.value-T.clientHeight,0)),h.refresh())},{immediate:!0});const I=T=>typeof T=="object"?"":T,M=Ue();e.provide("table-identifier",M);const V=e.computed(()=>ze(n.virtualHeight)),_=e.computed(()=>({..._e({"--nmorph-private-table-border-color":n.borderColor,"--nmorph-private-table-row-hover-background":n.rowHoverBackground}),...me({"--nmorph-private-table-cell-height":n.cellHeight})})),y=e.computed(()=>({"--nmorph-private-table-virtual-row-height":`${n.virtualRowHeight}px`,height:a.value?V.value:void 0,overflowY:a.value?"auto":void 0})),x=h.spacerStyle,q=h.contentStyle,L=(T,F)=>{h.measureElement(F,Pt(T))},C=()=>{h.scrollHandler(),w.value=h.containerRef.value?.scrollTop||0},H=T=>{if(!i.value.length)return;const F=u.value<0?0:Math.min(Math.max(u.value+T,0),i.value.length-1);u.value=F,h.scrollToIndex(F)},$={props:n,bordered:t,modifiers:l,rows:i,virtualEnabled:a,virtualRowHeight:s,virtualOverscan:d,virtualDynamicHeight:p,virtualList:h,renderedRows:f,tableRows:m,activeRowIndex:u,lastScrollTop:w,sortData:g,onSort:B,nmorphDOMTable:S,columns:k,defaultColWidth:v,getWidth:b,key:E,tableData:I,tableIdentifier:M,virtualHeight:V,tableStyle:_,tableBodyStyle:y,virtualSpacerStyle:x,virtualContentStyle:q,setVirtualRowRef:L,scrollHandler:C,moveActiveRow:H,tableKeydownHandler:T=>{a.value&&(T.key==="ArrowDown"?(T.preventDefault(),H(1)):T.key==="ArrowUp"?(T.preventDefault(),H(-1)):T.key==="Home"?(T.preventDefault(),u.value=0,h.scrollToIndex(0)):T.key==="End"?(T.preventDefault(),u.value=i.value.length-1,h.scrollToIndex(i.value.length-1)):T.key==="PageDown"?(T.preventDefault(),H(Math.max(Math.floor((h.viewportHeight.value||n.virtualRowHeight)/n.virtualRowHeight),1))):T.key==="PageUp"&&(T.preventDefault(),H(-Math.max(Math.floor((h.viewportHeight.value||n.virtualRowHeight)/n.virtualRowHeight),1))))},NmorphSortButton:Rw};return Object.defineProperty($,"__isScriptSetup",{enumerable:!1,value:!0}),$}}),Ww={class:"nmorph-table__wrapper"},$w={class:"nmorph-table__slot-columns",hidden:""},Kw={class:"nmorph-table__header"},Uw=["data-src"],Gw={class:"nmorph-table__table-row"},Yw={class:"nmorph-table__cell"},Zw=["tabindex"],Xw=["id"],Qw={key:1},Jw=["id"];function eb(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",null,[(e.openBlock(),e.createElementBlock("div",{ref:"nmorphDOMTable",key:t.key,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.tableStyle)},[e.createElementVNode("div",Ww,[e.createElementVNode("div",$w,[e.renderSlot(r.$slots,"default")]),e.createElementVNode("table",Kw,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,a=>(e.openBlock(),e.createElementBlock("col",{key:a.prop,style:e.normalizeStyle({width:`${t.getWidth(a.width)}px`}),"data-src":`${t.getWidth(a.width)}px`},null,12,Uw))),128))]),e.createElementVNode("thead",null,[e.createElementVNode("tr",Gw,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,(a,s)=>(e.openBlock(),e.createElementBlock("th",{key:s,class:e.normalizeClass(["nmorph-table__table-data",{"nmorph-table__table-data--bordered":t.bordered}])},[e.createElementVNode("div",Yw,[e.createElementVNode("div",{style:e.normalizeStyle({"justify-content":a.alignment}),class:"nmorph-table__cell-content"},[e.createElementVNode("span",null,e.toDisplayString(a.label),1),t.sortData&&t.sortData[a.prop]?(e.openBlock(),e.createBlock(t.NmorphSortButton,{key:0,class:"nmorph-table__button-wrapper",value:t.sortData[a.prop],onSort:d=>t.onSort(d,a.prop)},null,8,["value","onSort"])):e.createCommentVNode("v-if",!0)],4)])],2))),128))])])]),e.createElementVNode("div",{ref:t.virtualList.containerRef,class:e.normalizeClass(["nmorph-table__body",{"nmorph-table__body--virtual":t.virtualEnabled,"nmorph-table__body--dynamic":t.props.virtualDynamicHeight}]),style:e.normalizeStyle(t.tableBodyStyle),tabindex:t.virtualEnabled?0:void 0,role:"grid",onKeydown:t.tableKeydownHandler,onScroll:t.scrollHandler},[t.virtualEnabled?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-table__virtual-spacer",style:e.normalizeStyle(t.virtualSpacerStyle)},[e.createElementVNode("div",{class:"nmorph-table__virtual-content",style:e.normalizeStyle(t.virtualContentStyle)},[e.createElementVNode("table",null,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,a=>(e.openBlock(),e.createElementBlock("col",{key:a.prop,style:e.normalizeStyle({width:`${t.getWidth(a.width)}px`})},null,4))),128))]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.renderedRows,(a,s)=>(e.openBlock(),e.createElementBlock("tr",{key:a.index,ref_for:!0,ref:d=>t.setVirtualRowRef(d,a.index),class:e.normalizeClass(["nmorph-table__table-data-row",{"nmorph-table__table-data-row--row-hover":t.props.rowHover,"nmorph-table__table-data-row--active":t.activeRowIndex===a.index}]),role:"row"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,d=>(e.openBlock(),e.createElementBlock("td",{key:d.prop,class:e.normalizeClass([{"nmorph-table__table-data--bordered":t.bordered},"nmorph-table__table-data"])},[e.createElementVNode("div",{id:`table-cell-${t.tableIdentifier}-${s}-${d.prop}`,style:e.normalizeStyle({"text-align":d.alignment}),class:"nmorph-table__cell nmorph-table__cell--data"},e.toDisplayString(t.tableData(a.item[d.prop])),13,Xw)],2))),128))],2))),128))])])],4)],4)):(e.openBlock(),e.createElementBlock("table",Qw,[e.createElementVNode("colgroup",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,a=>(e.openBlock(),e.createElementBlock("col",{key:a.prop,style:e.normalizeStyle({width:`${t.getWidth(a.width)}px`})},null,4))),128))]),e.createElementVNode("tbody",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.renderedRows,(a,s)=>(e.openBlock(),e.createElementBlock("tr",{key:s,class:e.normalizeClass(["nmorph-table__table-data-row",{"nmorph-table__table-data-row--row-hover":t.props.rowHover}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,d=>(e.openBlock(),e.createElementBlock("td",{key:d.prop,class:e.normalizeClass([{"nmorph-table__table-data--bordered":t.bordered},"nmorph-table__table-data"])},[e.createElementVNode("div",{id:`table-cell-${t.tableIdentifier}-${s}-${d.prop}`,style:e.normalizeStyle({"text-align":d.alignment}),class:"nmorph-table__cell nmorph-table__cell--data"},e.toDisplayString(t.tableData(a.item[d.prop])),13,Jw)],2))),128))],2))),128))])]))],46,Zw)])],6))])}const Dc=W(jw,[["render",eb],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-table/NmorphTable.vue"]]),tb=e.defineComponent({__name:"NmorphTableCell",props:{row:{type:Number,required:!0}},setup(r,{expose:o}){o();const n=e.inject("column-property"),t=e.inject("table-identifier"),l=r,i=e.computed(()=>K({"nmorph-table-cell":[]})),a=e.computed(()=>`#table-cell-${t}-${l.row}-${n}`),s=e.ref(!1);e.onMounted(async()=>{await e.nextTick();const p=document.querySelector(a.value);p&&(p.innerHTML=""),s.value=!0});const d={columnProperty:n,tableIdentifier:t,props:l,modifiers:i,targetId:a,isMounted:s};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}});function ob(r,o,n,t,l,i){return t.isMounted?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(),e.createBlock(e.Teleport,{to:t.targetId},[e.renderSlot(r.$slots,"default")],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}const Pc=W(tb,[["render",ob],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-table/components/nmorph-table-cell/NmorphTableCell.vue"]]),rb=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(r,{expose:o}){o();const n=e.inject("table-data"),t=e.inject("table-identifier"),l=r,i=e.computed(()=>K({"nmorph-table-column":[]})),a=e.ref(0);e.provide("column-property",l.prop),e.provide("table-identifier",t),e.onMounted(()=>{s()});const s=()=>{if(!n?.columns.value)return;const{columns:h}=n;a.value=h.value.length+1,n.columns.value=[...h.value,{...l,id:a.value}]},d=e.ref(null),p={data:n,tableIdentifier:t,props:l,modifiers:i,id:a,updateTableData:s,columnDOMEl:d};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),nb=["data-id"];function ab(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{ref:"columnDOMEl","data-id":t.id,class:e.normalizeClass(t.modifiers)},[e.renderSlot(r.$slots,"default",{scope:{columns:t.data?.columns.value,rows:t.data?.rows.value,tableId:t.tableIdentifier}})],10,nb)}const Oc=W(rb,[["render",ab],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-table/components/nmorph-table-column/NmorphTableColumn.vue"]]),lb=e.defineComponent({__name:"NmorphTagList",props:{modelValue:{type:Array,required:!0},selectedValue:{type:[String,null],required:!1},design:{type:null,required:!1,default:"nmorph"},color:{type:String,required:!1}},emits:["click","close","update:model-value","update:selected-value","update:selectedValue"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-list":[t.design]})),a=e.shallowRef(t.modelValue),s=m=>({...m,design:m.design??t.design,color:m.color??t.color}),d=e.computed(()=>a.value.map(s));e.watch(()=>t.modelValue,m=>{a.value=m});const f={props:t,emit:l,modifiers:i,tagList:a,getResolvedTagItem:s,resolvedTagList:d,closeTagHandler:m=>{a.value=a.value.filter(u=>u.value!==m),l("close",m),l("update:model-value",a.value)},clickTagHandler:m=>{l("click",m),l("update:selected-value",m),l("update:selectedValue",m)},get NmorphTagItem(){return zo}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}});function ib(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.resolvedTagList,a=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:a.value},[r.$slots.item?(e.openBlock(),e.createBlock(t.NmorphTagItem,{key:0,value:a.value,text:a.text,removable:a.removable,thickness:a.thickness,design:a.design,color:a.color,onClick:t.clickTagHandler,onClose:t.closeTagHandler},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"item",{item:a})]),_:2},1032,["value","text","removable","thickness","design","color"])):(e.openBlock(),e.createBlock(t.NmorphTagItem,{key:1,value:a.value,text:a.text,removable:a.removable,thickness:a.thickness,design:a.design,color:a.color,onClick:t.clickTagHandler,onClose:t.closeTagHandler},null,8,["value","text","removable","thickness","design","color"]))],64))),128))],2)}const cb=W(lb,[["render",ib],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-tag-list/NmorphTagList.vue"]]),Fc="var(--nmorph-gray-color)",Mo="var(--nmorph-black-color)",Rc="var(--nmorph-white-color)",sb=e.defineComponent({__name:"NmorphTagItem",props:{value:{type:String,required:!0},text:{type:String,required:!1,default:""},removable:{type:Boolean,required:!1,default:!0},thickness:{type:null,required:!1,default:"basic"},design:{type:null,required:!1,default:"nmorph"},color:{type:String,required:!1,default:Fc}},emits:["click","close"],setup(r,{expose:o,emit:n}){o();const t={r:201,g:210,b:222},l=r,i=e.ref(null),a=e.ref(Mo);let s=null;const d=e.computed(()=>K({nmorph:[ke[l.thickness]],"nmorph-tag-item":[l.design]})),p=e.computed(()=>l.design==="plain"),h=e.computed(()=>p.value?a.value:"var(--nmorph-contrast-text-color)"),f=e.computed(()=>p.value?_e({"--nmorph-private-tag-item-background-color":l.color,"--nmorph-private-tag-item-content-color":a.value}):{}),m=n,u=()=>{m("close",l.value)},w=()=>{m("click",l.value)},g=V=>{const _=V.trim().replace("#","");if(![3,4,6,8].includes(_.length))return null;const y=_.length<=4?_.split("").map(x=>`${x}${x}`).join(""):_;return{r:parseInt(y.slice(0,2),16),g:parseInt(y.slice(2,4),16),b:parseInt(y.slice(4,6),16)}},B=V=>{const _=V.match(/^rgba?\((.+)\)$/);if(!_)return null;const y=_[1].split("/")[0],x=y.includes(",")?y.split(","):y.trim().split(/\s+/),[q,L,C]=x.map(H=>Number.parseFloat(H));return[q,L,C].some(H=>Number.isNaN(H))?null:{r:q,g:L,b:C}},S=(V,_)=>{const y=V.trim().match(/^var\(\s*(--[A-Za-z0-9-_]+)(?:\s*,\s*(.+))?\)$/);if(!y)return V;const[,x,q]=y,L=_.ownerDocument,C=getComputedStyle(_).getPropertyValue(x).trim(),H=getComputedStyle(L.documentElement).getPropertyValue(x).trim();return C||H||q||V},k=(V,_)=>{let y=V;for(let x=0;x<4;x+=1){const q=S(y,_);if(q===y)break;y=q}return g(y)||B(y)||t},v=({r:V,g:_,b:y})=>{const[x,q,L]=[V,_,y].map(C=>{const H=C/255;return H<=.03928?H/12.92:((H+.055)/1.055)**2.4});return .2126*x+.7152*q+.0722*L},b=(V,_)=>{const[y,x]=[V,_].sort((q,L)=>L-q);return(y+.05)/(x+.05)},E=V=>{const _=v(V),y=b(_,1),x=b(_,0);return y>x?Rc:Mo},I=async()=>{await e.nextTick(),!(!p.value||!i.value)&&(a.value=E(k(l.color,i.value)))};e.onMounted(()=>{I(),!(typeof MutationObserver>"u"||!i.value)&&(s=new MutationObserver(()=>I()),s.observe(i.value.ownerDocument.documentElement,{attributes:!0,attributeFilter:["nmorph-data-theme","class","style"]}))}),e.onBeforeUnmount(()=>{s?.disconnect()}),e.watch(()=>[l.color,l.design],I,{flush:"post"});const M={DEFAULT_PLAIN_BACKGROUND_COLOR:Fc,DARK_CONTRAST_COLOR:Mo,LIGHT_CONTRAST_COLOR:Rc,DEFAULT_RGB_COLOR:t,props:l,tagRef:i,plainContentColor:a,get themeObserver(){return s},set themeObserver(V){s=V},modifiers:d,isPlainDesign:p,closeIconColor:h,styles:f,emit:m,closeHandler:u,clickHandler:w,parseHexColor:g,parseRgbColor:B,resolveCssVariable:S,resolveColor:k,getLuminance:v,getContrastRatio:b,getReadableContentColor:E,updatePlainContentColor:I,get NmorphIcon(){return ie},get NmorphIconError(){return Qe}};return Object.defineProperty(M,"__isScriptSetup",{enumerable:!1,value:!0}),M}}),db={class:"nmorph-tag-item__content"},mb={key:1};function pb(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{ref:"tagRef",class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),onClick:t.clickHandler},[e.createElementVNode("div",db,[r.$slots.default?e.renderSlot(r.$slots,"default",{key:0}):(e.openBlock(),e.createElementBlock("span",mb,e.toDisplayString(n.text),1)),t.props.removable?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:2,class:"nmorph-tag-item__close-icon",color:t.closeIconColor,onClick:e.withModifiers(t.closeHandler,["stop"])},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconError)]),_:1},8,["color"])):e.createCommentVNode("v-if",!0)])],6)}const zo=W(sb,[["render",pb],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-tag-list/components/nmorph-tag-item/NmorphTagItem.vue"]]),hb=e.defineComponent({__name:"NmorphVirtualList",props:{items:{type:Array,required:!1,default:()=>[]},height:{type:[Number,String],required:!1,default:"320px"},maxHeight:{type:[Number,String],required:!1,default:"none"},itemHeight:{type:Number,required:!1,default:40},overscan:{type:Number,required:!1,default:5},dynamic:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1},itemKey:{type:[String,Function],required:!1,default:void 0},itemTag:{type:String,required:!1,default:"div"}},emits:["on-scroll"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.computed(()=>t.items),a=e.computed(()=>!t.disabled),s=e.computed(()=>t.itemHeight),d=e.computed(()=>t.overscan),p=e.computed(()=>t.dynamic),h=Mt(i,{enabled:a,itemHeight:s,overscan:d,dynamic:p}),f=h.containerRef,m=e.computed(()=>K({"nmorph-virtual-list":[t.disabled&&"disabled",t.dynamic&&"dynamic"]})),u=e.computed(()=>({...me({"--nmorph-private-virtual-list-height":t.height,"--nmorph-private-virtual-list-max-height":t.maxHeight}),"--nmorph-private-virtual-list-item-height":`${t.itemHeight}px`})),w=e.computed(()=>({transform:a.value?`translateY(${h.offsetTop.value}px)`:void 0})),g=e.computed(()=>({height:a.value?`${h.totalHeight.value}px`:void 0})),B=e.computed(()=>h.virtualItems.value),S=(E,I)=>{if(typeof t.itemKey=="function")return t.itemKey(E,I);if(typeof t.itemKey=="string"&&E&&typeof E=="object"){const M=E[t.itemKey];return M===void 0?I:String(M)}return I},k=E=>{h.scrollHandler(),l("on-scroll",E)},v=(E,I)=>{h.measureElement(I,E)};o({containerRef:f,refresh:h.refresh,scrollToIndex:h.scrollToIndex});const b={props:t,emit:l,items:i,enabled:a,itemHeight:s,overscan:d,dynamic:p,virtualList:h,containerRef:f,modifiers:m,styles:u,contentStyle:w,spacerStyle:g,renderedItems:B,getItemKey:S,scrollHandler:k,setItemRef:v};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}}),fb={key:1,class:"nmorph-virtual-list__empty"};function ub(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{ref:"containerRef",class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),onScroll:t.scrollHandler},[t.props.items.length?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-virtual-list__spacer",style:e.normalizeStyle(t.spacerStyle)},[e.createElementVNode("div",{class:"nmorph-virtual-list__content",style:e.normalizeStyle(t.contentStyle)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.renderedItems,a=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.itemTag),{key:t.getItemKey(a.item,a.index),ref_for:!0,ref:s=>t.setItemRef(s,a.index),class:"nmorph-virtual-list__item"},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default",{item:a.item,index:a.index},()=>[e.createTextVNode(e.toDisplayString(a.item),1)])]),_:2},1024))),128))],4)],4)):(e.openBlock(),e.createElementBlock("div",fb,[e.renderSlot(r.$slots,"empty")]))],38)}const gb=W(hb,[["render",ub],["__file","/home/runner/work/nmorph/nmorph/library/src/components/data/nmorph-virtual-list/NmorphVirtualList.vue"]]),wb=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"},backgroundColor:{type:String,required:!1,default:void 0}},emits:["close"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-alert":[t.type,t.bordered&&"bordered",t.fill&&"fill"]})),a=e.computed(()=>({"--nmorph-private-alert-close-align":t.closeIconPosition,..._e({"--nmorph-private-alert-background-color":t.backgroundColor})})),s=()=>{l("close")},d={[at.success]:yo,[at.warning]:ko,[at.info]:mo,[at.error]:ao},p=e.useSlots(),h={props:t,emit:l,modifiers:i,styles:a,closeHandler:s,iconNameMap:d,slots:p,get NmorphIcon(){return ie},get NmorphIconCross(){return Ze}};return Object.defineProperty(h,"__isScriptSetup",{enumerable:!1,value:!0}),h}}),bb=["innerHTML"],yb={key:1,class:"nmorph-alert__wrapper"},_b={class:"nmorph-alert__left-side"},kb={key:0,class:"nmorph-alert__icon"},Nb={class:"nmorph-alert__content-wrapper"},Bb={class:"nmorph-alert__content-title"},xb={class:"nmorph-alert__content"};function Vb(r,o,n,t,l,i){return t.slots.default||t.props.title||t.props.content||t.props.html?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[t.props.html?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-alert__html-wrapper",innerHTML:t.props.html},null,8,bb)):(e.openBlock(),e.createElementBlock("div",yb,[e.createElementVNode("div",_b,[t.props.showIcon?(e.openBlock(),e.createElementBlock("div",kb,[e.renderSlot(r.$slots,"icon",{},()=>[e.createVNode(t.NmorphIcon,{size:"medium"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.iconNameMap[t.props.type])))]),_:1})])])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",Nb,[e.createElementVNode("div",Bb,[t.props.title||t.slots.title?e.renderSlot(r.$slots,"title",{key:0},()=>[e.createTextVNode(e.toDisplayString(t.props.title),1)]):e.createCommentVNode("v-if",!0)]),e.createElementVNode("div",xb,[e.renderSlot(r.$slots,"default",{},()=>[e.createTextVNode(e.toDisplayString(t.props.content),1)])])])]),t.props.closable?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-alert__close",onClick:t.closeHandler},[e.createVNode(t.NmorphIcon,{width:"14px",height:"14px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCross)]),_:1})])):e.createCommentVNode("v-if",!0)]))],6)):e.createCommentVNode("v-if",!0)}const jc=W(wb,[["render",Vb],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-alert/NmorphAlert.vue"]]),at={success:"success",error:"error",warning:"warning",info:"info"},vb=e.defineComponent({inheritAttrs:!1,__name:"NmorphCallout",props:{type:{type:String,required:!1,default:"info"},title:{type:String,required:!1,default:""},content:{type:String,required:!1,default:""},as:{type:null,required:!1,default:"div"},href:{type:String,required:!1,default:void 0},target:{type:String,required:!1,default:void 0},rel:{type:String,required:!1,default:void 0},referrerpolicy:{type:String,required:!1,default:void 0},referrerPolicy:{type:String,required:!1,default:void 0},download:{type:[String,Boolean],required:!1,default:void 0},ariaLabel:{type:String,required:!1,default:void 0},color:{type:String,required:!1},padding:{type:[Number,String],required:!1,default:"var(--indentation-03) var(--indentation-04)"},borderRadius:{type:[Number,String],required:!1,default:"var(--default-border-radius)"},accentWidth:{type:[Number,String],required:!1,default:"var(--indentation-02)"},titleGap:{type:[Number,String],required:!1,default:"var(--indentation-03)"},titleFontSize:{type:[Number,String],required:!1,default:"var(--nmorph-typography-title-small-font-size)"},contentFontSize:{type:[Number,String],required:!1,default:"var(--nmorph-typography-body-small-font-size)"}},setup(r,{expose:o}){o();const n={self:"_self",blank:"_blank",parent:"_parent",top:"_top"},t=r,l=e.useSlots(),i=e.computed(()=>({...me({"--nmorph-private-callout-padding":t.padding,"--nmorph-private-callout-border-radius":t.borderRadius,"--nmorph-private-callout-accent-width":t.accentWidth,"--nmorph-private-callout-title-gap":t.titleGap,"--nmorph-private-callout-title-font-size":t.titleFontSize,"--nmorph-private-callout-content-font-size":t.contentFontSize}),..._e({"--nmorph-private-callout-accent-color":t.color,"--nmorph-private-callout-background-color":t.color})})),a=e.computed(()=>{if(t.target)return t.target in n?n[t.target]:t.target}),s=e.computed(()=>t.as!=="a"?{}:{href:t.href,target:a.value,rel:t.rel,referrerpolicy:t.referrerpolicy??t.referrerPolicy,download:t.download===!0?"":t.download===!1?void 0:t.download,"aria-label":t.ariaLabel}),d=Ee(e.computed(()=>["nmorph-callout",`nmorph-callout--${t.type}`]),i),p=e.computed(()=>({...d.value,...s.value})),h=e.computed(()=>!!(l.header||l.title||t.title)),f=e.computed(()=>!!l.default),m={targetMap:n,props:t,slots:l,styles:i,resolvedTarget:a,linkAttrs:s,mergedAttrs:d,rootAttrs:p,hasHeader:h,hasDefaultContent:f};return Object.defineProperty(m,"__isScriptSetup",{enumerable:!1,value:!0}),m}}),Sb={key:0,class:"nmorph-callout__title"},Eb={key:1,class:"nmorph-callout__content"},Cb=["innerHTML"];function Ib(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.props.as),e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),{default:e.withCtx(()=>[t.hasHeader?(e.openBlock(),e.createElementBlock("div",Sb,[e.renderSlot(r.$slots,"header",{},()=>[e.renderSlot(r.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(t.props.title),1)])])])):e.createCommentVNode("v-if",!0),t.hasDefaultContent?(e.openBlock(),e.createElementBlock("div",Eb,[e.renderSlot(r.$slots,"default")])):(e.openBlock(),e.createElementBlock("div",{key:2,class:"nmorph-callout__content",innerHTML:t.props.content},null,8,Cb))]),_:3},16)}const Mb=W(vb,[["render",Ib],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-callout/NmorphCallout.vue"]]),zb=e.defineComponent({inheritAttrs:!1,__name:"NmorphDialog",props:{modelValue:{type:Boolean,required:!1,default:!1},title:{type:String,required:!1,default:""},width:{type:String,required:!1,default:"330px"},maxWidth:{type:String,required:!1,default:void 0},maxHeight:{type:String,required:!1,default:void 0},openDelay:{type:Number,required:!1,default:0},closeDelay:{type:Number,required:!1,default:0},showClose:{type:Boolean,required:!1,default:!0},zIndex:{type:Number,required:!1,default:void 0},closeOnOverlay:{type:Boolean,required:!1,default:!0},closeOnEscape:{type:Boolean,required:!1,default:!0}},emits:["on-close","update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.useSlots(),a=e.computed(()=>K({"nmorph-dialog":[]})),s=e.computed(()=>({"--nmorph-private-dialog-width":t.width,...t.maxWidth&&{"--nmorph-private-dialog-max-width":t.maxWidth},...t.maxHeight&&{"--nmorph-private-dialog-max-height":t.maxHeight}})),d=Ee(a,s),p=e.computed(()=>!!(i.header||t.title||t.showClose)),h=e.ref(t.modelValue);let f=null,m=null;e.watch(()=>t.modelValue,B=>{B?(m&&clearTimeout(m),f=setTimeout(()=>{h.value=!0},t.openDelay)):(f&&clearTimeout(f),m=setTimeout(()=>{h.value=!1},t.closeDelay))},{immediate:!0});const u=()=>{l("on-close"),f&&clearTimeout(f);const B=()=>{l("update:model-value",!1)};t.closeDelay<=0?B():m=setTimeout(B,t.closeDelay)},g={props:t,emit:l,slots:i,modifiers:a,dialogStyle:s,rootAttrs:d,hasHeader:p,isVisible:h,get openTimeout(){return f},set openTimeout(B){f=B},get closeTimeout(){return m},set closeTimeout(B){m=B},closeHandler:u,overlayClickHandler:()=>{t.closeOnOverlay&&u()},get NmorphOverlay(){return tt},get NmorphIcon(){return ie},get NmorphIconCross(){return Ze}};return Object.defineProperty(g,"__isScriptSetup",{enumerable:!1,value:!0}),g}}),Hb=["aria-label"],qb={key:0,class:"nmorph-dialog__header"},Tb={class:"nmorph-dialog__title"},Lb=["aria-label"],Ab={class:"nmorph-dialog__content"};function Db(r,o,n,t,l,i){return e.openBlock(),e.createBlock(t.NmorphOverlay,{show:t.isVisible,"z-index":t.props.zIndex,"close-on-escape":t.props.closeOnEscape,"trap-focus":"",onOnOutsideClick:t.overlayClickHandler,onOnEscapeKeydown:t.closeHandler},{default:e.withCtx(()=>[e.createElementVNode("div",e.mergeProps(t.rootAttrs,{role:"dialog","aria-modal":"true","aria-label":t.props.title||void 0}),[t.hasHeader?(e.openBlock(),e.createElementBlock("div",qb,[e.renderSlot(r.$slots,"header",{},()=>[e.createElementVNode("div",Tb,e.toDisplayString(t.props.title),1),t.props.showClose?(e.openBlock(),e.createElementBlock("button",{key:0,class:"nmorph-dialog__close-icon",type:"button","aria-label":t.props.title?`Close ${t.props.title}`:"Close dialog",onClick:t.closeHandler},[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCross)]),_:1})],8,Lb)):e.createCommentVNode("v-if",!0)])])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",Ab,[e.renderSlot(r.$slots,"default")])],16,Hb)]),_:3},8,["show","z-index","close-on-escape"])}const Pb=W(zb,[["render",Db],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-dialog/NmorphDialog.vue"]]),Wc=220,Ob=e.defineComponent({inheritAttrs:!1,__name:"NmorphDrawer",props:{modelValue:{type:Boolean,required:!1,default:!1},title:{type:String,required:!1,default:""},placement:{type:String,required:!1,default:"right"},size:{type:[Number,String],required:!1,default:"360px"},showClose:{type:Boolean,required:!1,default:!0},closeOnOverlay:{type:Boolean,required:!1,default:!0},closeOnEscape:{type:Boolean,required:!1,default:!0},zIndex:{type:Number,required:!1,default:void 0},teleportTo:{type:null,required:!1,default:"body"},disabledTeleport:{type:Boolean,required:!1,default:!1},contentClass:{type:String,required:!1,default:""}},emits:["on-close","update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.useSlots(),a=e.ref(t.modelValue),s=e.ref(t.modelValue);let d=null,p=null;const h=e.computed(()=>K({"nmorph-drawer":[t.placement,s.value&&"open"]})),f=e.computed(()=>me({"--nmorph-private-drawer-size":t.size})),m=Ee(h,f),u=()=>{l("on-close"),l("update:model-value",!1)},w=()=>{t.closeOnOverlay&&u()},g=e.computed(()=>!!(i.header||t.title||t.showClose)),B=()=>{d===null||typeof window>"u"||(cancelAnimationFrame(d),d=null)},S=()=>{p!==null&&(clearTimeout(p),p=null)},k=async()=>{if(S(),a.value=!0,typeof window>"u"){s.value=!0;return}await e.nextTick(),B(),d=requestAnimationFrame(()=>{s.value=!0,d=null})},v=()=>{B(),s.value=!1,a.value&&(S(),p=setTimeout(()=>{a.value=!1,p=null},Wc))};e.watch(()=>t.modelValue,E=>{if(E){k();return}v()},{immediate:!0}),e.onBeforeUnmount(()=>{B(),S()});const b={props:t,emit:l,slots:i,drawerTransitionDuration:Wc,isVisible:a,isOpen:s,get openAnimationFrame(){return d},set openAnimationFrame(E){d=E},get closeTimeout(){return p},set closeTimeout(E){p=E},modifiers:h,drawerStyle:f,rootAttrs:m,closeHandler:u,overlayClickHandler:w,hasHeader:g,clearOpenAnimationFrame:B,clearCloseTimeout:S,openDrawer:k,closeDrawer:v,get NmorphIcon(){return ie},get NmorphIconCross(){return Ze},get NmorphOverlay(){return tt}};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}}),Fb=["aria-label"],Rb={key:0,class:"nmorph-drawer__header"},jb={class:"nmorph-drawer__title"},Wb=["aria-label"],$b={key:1,class:"nmorph-drawer__footer"};function Kb(r,o,n,t,l,i){return e.openBlock(),e.createBlock(t.NmorphOverlay,{show:t.isVisible,"z-index":t.props.zIndex,"teleport-to":t.props.teleportTo,"disabled-teleport":t.props.disabledTeleport,"close-on-escape":t.props.closeOnEscape,"trap-focus":"",onOnOutsideClick:t.overlayClickHandler,onOnEscapeKeydown:t.closeHandler},{default:e.withCtx(()=>[e.createElementVNode("aside",e.mergeProps(t.rootAttrs,{role:"dialog","aria-modal":"true","aria-label":t.props.title||void 0}),[t.hasHeader?(e.openBlock(),e.createElementBlock("div",Rb,[e.renderSlot(r.$slots,"header",{},()=>[e.createElementVNode("div",jb,e.toDisplayString(t.props.title),1),t.props.showClose?(e.openBlock(),e.createElementBlock("button",{key:0,class:"nmorph-drawer__close",type:"button","aria-label":t.props.title?`Close ${t.props.title}`:"Close drawer",onClick:t.closeHandler},[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCross)]),_:1})],8,Wb)):e.createCommentVNode("v-if",!0)])])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{class:e.normalizeClass(["nmorph-drawer__content",t.props.contentClass])},[e.renderSlot(r.$slots,"default")],2),t.slots.footer?(e.openBlock(),e.createElementBlock("div",$b,[e.renderSlot(r.$slots,"footer")])):e.createCommentVNode("v-if",!0)],16,Fb)]),_:3},8,["show","z-index","teleport-to","disabled-teleport","close-on-escape"])}const Ub=W(Ob,[["render",Kb],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-drawer/NmorphDrawer.vue"]]),zt=(r,o)=>{const n=e.inject("nmorph"),t=e.ref(n?.zIndex.current.value??1e3),l=()=>typeof r=="function"?r():r.value;return e.watch(l,i=>{i&&o()===void 0&&(t.value=n?.zIndex.next()??t.value+1)},{immediate:!0,flush:"sync"}),e.computed(()=>o()??t.value)},Ho=Symbol("nmorph-guide"),Gb=e.defineComponent({__name:"NmorphGuide",props:{modelValue:{type:Boolean,required:!1,default:!1},activeStep:{type:[String,Number],required:!1,default:void 0},steps:{type:Array,required:!1,default:()=>[]},loop:{type:Boolean,required:!1,default:!1},closeOnFinish:{type:Boolean,required:!1,default:!0},showClose:{type:Boolean,required:!1,default:!0},showProgress:{type:Boolean,required:!1,default:!0},bordered:{type:Boolean,required:!1,default:!1},targetOutlineColor:{type:null,required:!1,default:"success"},targetOutlineOffset:{type:[Number,String],required:!1,default:"var(--indentation-02)"},backText:{type:String,required:!1,default:"Back"},nextText:{type:String,required:!1,default:"Next"},finishText:{type:String,required:!1,default:"Finish"},closeText:{type:String,required:!1,default:"Close"},zIndex:{type:Number,required:!1,default:void 0},teleportTo:{type:null,required:!1,default:"body"},disabledTeleport:{type:Boolean,required:!1,default:!1},width:{type:[Number,String],required:!1,default:void 0},maxWidth:{type:[Number,String],required:!1,default:"280px"}},emits:["update:model-value","update:active-step","change","back","next","finish","close"],setup(r,{expose:o,emit:n}){const t={accent:"var(--nmorph-accent-color)",success:"var(--nmorph-success-text-color)",error:"var(--nmorph-error-text-color)",warning:"var(--nmorph-warn-text-color)"},l=r,i=n,a=e.ref({}),s=e.ref(void 0);let d=0;const p=C=>String(C),h=e.computed(()=>{const C=new Map;return l.steps.forEach((H,R)=>{C.set(p(H.name),{...H,order:H.order??R})}),C}),f=e.computed(()=>Object.values(a.value).map(C=>({...C,...h.value.get(p(C.name)),registrationOrder:C.registrationOrder})).filter(C=>!C.disabled).sort((C,H)=>{const R=C.order??C.registrationOrder,$=H.order??H.registrationOrder;return R-$})),m=e.computed(()=>l.modelValue&&f.value.length>0),u=zt(m,()=>l.zIndex),w=e.computed(()=>l.activeStep??s.value),g=e.computed(()=>f.value.findIndex(C=>C.name===w.value)),B=e.computed(()=>f.value[g.value]??null),S=e.computed(()=>g.value<=0),k=e.computed(()=>g.value>=f.value.length-1),v=e.computed(()=>t[l.targetOutlineColor]||l.targetOutlineColor),b=C=>{const H=f.value.find(R=>R.name===C);H&&(s.value=C,i("update:active-step",C),i("change",H,f.value.indexOf(H)))},E=C=>{const H=f.value[C];H&&b(H.name)},I=()=>{i("update:model-value",!1),i("close",B.value,g.value)},M=()=>{i("finish",B.value,g.value),l.closeOnFinish&&I()},V=()=>{if(B.value){if(i("back",B.value,g.value),S.value){l.loop&&E(f.value.length-1);return}E(g.value-1)}},_=()=>{if(B.value){if(i("next",B.value,g.value),k.value){l.loop?E(0):M();return}E(g.value+1)}},y=C=>{b(C)},x=C=>{const H=p(C.name),R=a.value[H];a.value={...a.value,[H]:{...R,...C,registrationOrder:R?.registrationOrder??d}},R||(d+=1)},q=C=>{const H=p(C),R={...a.value};delete R[H],a.value=R};e.watch([()=>l.modelValue,f,B],([C,H,R])=>{!C||R||H.length===0||b(H[0].name)},{immediate:!0}),e.provide(Ho,{active:m,activeStep:B,activeIndex:g,steps:f,loop:e.computed(()=>l.loop),showClose:e.computed(()=>l.showClose),showProgress:e.computed(()=>l.showProgress),bordered:e.computed(()=>l.bordered),targetOutlineColor:v,targetOutlineOffset:e.computed(()=>l.targetOutlineOffset),backText:e.computed(()=>l.backText),nextText:e.computed(()=>l.nextText),finishText:e.computed(()=>l.finishText),closeText:e.computed(()=>l.closeText),zIndex:u,teleportTo:e.computed(()=>l.teleportTo),disabledTeleport:e.computed(()=>l.disabledTeleport),width:e.computed(()=>l.width),maxWidth:e.computed(()=>l.maxWidth),registerStep:x,unregisterStep:q,goToStep:y,back:V,next:_,finish:M,close:I}),o({back:V,next:_,finish:M,close:I,goToStep:y});const L={targetOutlineColorMap:t,props:l,emit:i,registeredSteps:a,internalActiveStep:s,get registrationCursor(){return d},set registrationCursor(C){d=C},getStepKey:p,stepOverrides:h,steps:f,active:m,guideZIndex:u,activeStepName:w,activeIndex:g,activeStep:B,isFirstStep:S,isLastStep:k,targetOutlineColor:v,setActiveStep:b,goToIndex:E,close:I,finish:M,back:V,next:_,goToStep:y,registerStep:x,unregisterStep:q};return Object.defineProperty(L,"__isScriptSetup",{enumerable:!1,value:!0}),L}}),Yb={class:"nmorph-guide"};function Zb(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",Yb,[e.renderSlot(r.$slots,"default")])}const Xb=W(Gb,[["render",Zb],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-guide/NmorphGuide.vue"]]),$c=4,Kc=r=>{const{initialPlacement:o,relativeElement:n,contentDOMElement:t,yOffset:l=0,xOffset:i=0,enabled:a}=r,s=e.ref(e.unref(o)),d=e.ref({x:"0px",y:"0px"}),p=e.ref(!1),h=e.inject("nmorph"),f={passive:!0,capture:!0};let m=null;e.watch(()=>h?.browser,()=>{I()},{deep:!0}),e.onMounted(()=>{I(),b(),window.addEventListener("resize",I,{passive:!0}),m=new MutationObserver(()=>{u()}),m.observe(document.body,{childList:!0,subtree:!0}),u()}),e.onUnmounted(()=>{E(),window.removeEventListener("resize",I),m?.disconnect()}),e.watch(()=>[e.unref(o),e.unref(n),e.unref(i),e.unref(l),e.unref(a)],()=>{I()},{flush:"post"});const u=()=>{e.nextTick(()=>{t.value&&I()})},w=()=>a===void 0||e.unref(a)!==!1,g=M=>{const[V,_]=M.split("-");return{side:V,align:_||"start",hasAlign:!!_}},B=(M,V,_)=>_?`${M}-${V}`:M,S=()=>e.unref(n),k=(M,V,_)=>{const y=$c,x=Math.max(_-V-$c,y);return Math.min(Math.max(M,y),x)},v=(M,V,_,y,x,q,L)=>M==="top"&&_-L<0?"bottom":M==="bottom"&&_+x+L>window.innerHeight?"top":M==="left"&&V-q<0?"right":M==="right"&&V+y+q>window.innerWidth?"left":M,b=()=>{window.addEventListener("scroll",I,f)},E=()=>{window.removeEventListener("scroll",I,f)},I=()=>{e.nextTick(()=>{if(typeof window>"u")return;if(!w()){p.value=!1;return}const M=S();if(!t.value||!M){p.value=!1;return}const V=t.value.getBoundingClientRect(),_=V.width,y=V.height,x=M.getBoundingClientRect(),{x:q,y:L}=x,C=x.width,H=x.height,R=e.unref(i)||0,$=e.unref(l)||0,T=g(e.unref(o)),F=v(T.side,q,L,C,H,_,y);let ee=q,X=L;if(F==="top"||F==="bottom"){const U={start:q,center:q+C/2-_/2,end:q+C-_};ee=U[T.align]??U.start,X=F==="top"?L-y:L+H}if(F==="left"||F==="right"){const U={start:L,center:L+H/2-y/2,end:L+H-y};ee=F==="left"?q-_:q+C,X=U[T.align]??U.start}const le=ee+R,D=X+$,Q=k(le,_,window.innerWidth),A=k(D,y,window.innerHeight);s.value=B(F,T.align,T.hasAlign),d.value={x:`${Q}px`,y:`${A}px`},p.value=!0,typeof requestAnimationFrame=="function"&&requestAnimationFrame(()=>{const U=S();if(!t.value||!U||!w())return;const N=t.value.getBoundingClientRect();(N.width!==_||N.height!==y)&&I()})})};return{placement:s,placementCoords:d,placementReady:p,adjustPlacement:I}},Uc=600,Qb=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},disabled:{type:Boolean,required:!1,default:!1},trigger:{type:String,required:!1,default:"hover"},touch:{type:String,required:!1,default:"click"},openDelay:{type:Number,required:!1,default:0},closeDelay:{type:Number,required:!1,default:0},zIndex:{type:Number,required:!1,default:void 0},teleportTo:{type:null,required:!1,default:"body"},disabledTeleport:{type:Boolean,required:!1,default:!0},width:{type:[Number,String],required:!1,default:void 0},maxWidth:{type:[Number,String],required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},contentClass:{type:[Boolean,null,String,Object,Array],required:!1,skipCheck:!0,default:void 0},hideTriangle:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){const n=r,t=e.ref(n.forceShow),l=e.ref(null),i=e.ref(null),a=e.ref(null),s=e.useSlots(),d=e.ref(null),p=e.ref(null),h=e.ref(null),f=e.ref("mouse"),m=e.ref(!1),u=e.computed(()=>!!(n.text||s.content)),w=e.computed(()=>t.value&&u.value&&!n.disabled),{placement:g,placementCoords:B,placementReady:S}=Kc({initialPlacement:n.position,contentDOMElement:a,relativeElement:i,enabled:w}),k=e.computed(()=>K({"nmorph-tooltip":[g.value,n.disabled&&"disabled",!!n.forceCoordinate?.x&&!!n.forceCoordinate?.y&&"force-coords"]})),v=()=>{d.value&&clearTimeout(d.value),d.value=null},b=()=>{p.value&&clearTimeout(p.value),p.value=null},E=()=>{h.value&&clearTimeout(h.value),h.value=null},I=Q=>{if(v(),b(),n.disabled||!u.value){t.value=!1;return}t.value=Q},M=()=>{if(b(),!(n.disabled||!u.value)){if(n.openDelay<=0){I(!0);return}v(),d.value=setTimeout(()=>I(!0),n.openDelay)}},V=()=>{if(!n.forceShow){if(v(),n.closeDelay<=0){I(!1);return}b(),p.value=setTimeout(()=>I(!1),n.closeDelay)}},_=()=>{t.value?V():M()},y=()=>{n.trigger!=="hover"||f.value!=="mouse"||M()},x=()=>{n.trigger!=="hover"||f.value!=="mouse"||V()},q=Q=>{if(m.value){m.value=!1,Q.preventDefault();return}if(n.disabled||n.trigger==="manual")return;if(f.value==="touch"||f.value==="pen"){if(n.touch!=="click")return;_();return}n.trigger==="click"&&_()},L=Q=>{f.value=Q.pointerType||"mouse",!(n.disabled||n.touch!=="longpress")&&(Q.pointerType!=="touch"&&Q.pointerType!=="pen"||(E(),h.value=setTimeout(()=>{m.value=!0,M()},Uc)))},C=()=>{E()},H=e.computed(()=>n.forceCoordinate?"100%":"auto"),R=zt(()=>t.value,()=>n.zIndex),$=e.computed(()=>({"--nmorph-private-tooltip-root-width":H.value,"--nmorph-private-tooltip-z-index":R.value,...me({"--nmorph-private-tooltip-width":n.width,"--nmorph-private-tooltip-max-width":n.maxWidth,"--nmorph-private-tooltip-height":n.height})})),T=e.computed(()=>!n.disabledTeleport&&!n.forceCoordinate&&typeof document<"u"),F=e.computed(()=>T.value&&w.value),ee=e.computed(()=>g.value.split("-")[0]),X=e.computed(()=>["nmorph-tooltip__info-content",`nmorph-tooltip__info-content--${ee.value}`,F.value&&"nmorph-tooltip__info-content--teleported",n.contentClass]),le=e.computed(()=>({...$.value,...F.value?{left:B.value.x,top:B.value.y,visibility:S.value?"visible":"hidden"}:{}}));e.watch(()=>[n.forceShow,n.disabled],([Q,A],U)=>{const N=U?.[0]??!1;if(A){I(!1);return}Q?I(!0):N&&I(!1)},{immediate:!0}),e.onBeforeUnmount(()=>{v(),b(),E()}),o({tooltipBody:a,open:M,close:V,toggle:_});const D={LONG_PRESS_DELAY_IN_MS:Uc,props:n,showTooltip:t,tooltipDOMRef:l,slotDOMRef:i,tooltipBody:a,slots:s,openTimer:d,closeTimer:p,longPressTimer:h,lastPointerType:f,suppressNextClick:m,hasTooltipContent:u,shouldRenderTooltip:w,placement:g,placementCoords:B,placementReady:S,modifiers:k,clearOpenTimer:v,clearCloseTimer:b,clearLongPressTimer:E,setTooltipOpen:I,open:M,close:V,toggle:_,handleMouseEnter:y,handleMouseLeave:x,handleClick:q,handlePointerDown:L,handlePointerEnd:C,rootWidth:H,zIndex:R,styles:$,canTeleportTooltip:T,teleportTooltip:F,placementSide:ee,tooltipContentClass:X,tooltipContentStyle:le};return Object.defineProperty(D,"__isScriptSetup",{enumerable:!1,value:!0}),D}}),Jb={ref:"slotDOMRef",class:"nmorph-tooltip__trigger"},ey={class:"nmorph-tooltip__shadow-content"},ty={key:0,class:"nmorph-tooltip__triangle"},oy={key:1},ry={class:"nmorph-tooltip__shadow-content"},ny={key:0,class:"nmorph-tooltip__triangle"},ay={key:1},ly={class:"nmorph-tooltip__shadow-content"},iy={key:0,class:"nmorph-tooltip__triangle"},cy={key:1};function sy(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",{ref:"tooltipDOMRef",class:"nmorph-tooltip__content",onClick:t.handleClick,onMouseenter:t.handleMouseEnter,onMouseleave:t.handleMouseLeave,onPointerdown:t.handlePointerDown,onPointerup:t.handlePointerEnd,onPointercancel:t.handlePointerEnd,onPointerleave:t.handlePointerEnd},[e.createElementVNode("div",Jb,[e.renderSlot(r.$slots,"default")],512),!t.props.disabled&&!t.teleportTooltip?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[t.props.forceCoordinate?(e.openBlock(),e.createBlock(e.Transition,{key:0,name:"opacity"},{default:e.withCtx(()=>[t.shouldRenderTooltip?(e.openBlock(),e.createElementBlock("div",{key:0,ref:"tooltipBody",class:e.normalizeClass(t.tooltipContentClass),style:e.normalizeStyle({left:n.forceCoordinate?.x,bottom:n.forceCoordinate?.y})},[e.createElementVNode("div",ey,[!t.props.forceCoordinate&&!t.props.hideTriangle?(e.openBlock(),e.createElementBlock("div",ty)):e.createCommentVNode("v-if",!0),t.props.text?(e.openBlock(),e.createElementBlock("span",oy,e.toDisplayString(n.text),1)):e.renderSlot(r.$slots,"content",{key:2})])],6)):e.createCommentVNode("v-if",!0)]),_:3})):(e.openBlock(),e.createBlock(e.Transition,{key:1,name:"opacity"},{default:e.withCtx(()=>[t.shouldRenderTooltip?(e.openBlock(),e.createElementBlock("div",{key:0,ref:"tooltipBody",class:e.normalizeClass(t.tooltipContentClass)},[e.createElementVNode("div",ry,[t.props.hideTriangle?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",ny)),t.props.text?(e.openBlock(),e.createElementBlock("span",ay,e.toDisplayString(n.text),1)):e.renderSlot(r.$slots,"content",{key:2})])],2)):e.createCommentVNode("v-if",!0)]),_:3}))],64)):e.createCommentVNode("v-if",!0)],544),t.teleportTooltip?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:t.props.teleportTo},[e.createVNode(e.Transition,{name:"opacity"},{default:e.withCtx(()=>[t.shouldRenderTooltip?(e.openBlock(),e.createElementBlock("div",{key:0,ref:"tooltipBody",class:e.normalizeClass(t.tooltipContentClass),style:e.normalizeStyle(t.tooltipContentStyle)},[e.createElementVNode("div",ly,[t.props.hideTriangle?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",iy)),t.props.text?(e.openBlock(),e.createElementBlock("span",cy,e.toDisplayString(n.text),1)):e.renderSlot(r.$slots,"content",{key:2})])],6)):e.createCommentVNode("v-if",!0)]),_:3})],8,["to"])):e.createCommentVNode("v-if",!0)],6)}const qo=W(Qb,[["render",sy],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-tooltip/NmorphTooltip.vue"]]),dy=e.defineComponent({inheritAttrs:!1,__name:"NmorphGuideStep",props:{name:{type:[String,Number],required:!0},title:{type:String,required:!1,default:""},text:{type:String,required:!1,default:""},imageSrc:{type:String,required:!1,default:""},imageAlt:{type:String,required:!1,default:""},position:{type:null,required:!1,default:"bottom"},order:{type:Number,required:!1,default:void 0},disabled:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.inject(Ho,null),l=e.useSlots(),i=e.computed(()=>t?.activeStep.value??null),a=e.computed(()=>t?.activeIndex.value??-1),s=e.computed(()=>t?.steps.value.length??0),d=e.computed(()=>a.value<=0),p=e.computed(()=>a.value>=s.value-1),h=e.computed(()=>!!(t?.active.value&&i.value?.name===n.name)),f=e.computed(()=>i.value?.position??n.position),m=e.computed(()=>!!l.content),u=e.computed(()=>({..._e({"--nmorph-private-guide-target-outline-color":t?.targetOutlineColor.value}),...me({"--nmorph-private-guide-target-outline-offset":t?.targetOutlineOffset.value})})),w=Ee(e.computed(()=>["nmorph-guide-step",h.value&&"nmorph-guide-step--active"]),u),g=e.computed(()=>!t||!i.value?null:{step:i.value,index:a.value,total:s.value,isFirst:d.value,isLast:p.value,back:t.back,next:t.next,close:t.close,finish:t.finish});e.watch(()=>({name:n.name,title:n.title,text:n.text,imageSrc:n.imageSrc,imageAlt:n.imageAlt,position:n.position,order:n.order,disabled:n.disabled}),S=>{t?.registerStep(S)},{immediate:!0}),e.onBeforeUnmount(()=>{t?.unregisterStep(n.name)});const B={props:n,guide:t,slots:l,currentStep:i,currentIndex:a,totalSteps:s,isFirstStep:d,isLastStep:p,isActive:h,tooltipPosition:f,hasCustomContent:m,styles:u,rootAttrs:w,stepSlotProps:g,NmorphButton:Be,NmorphTooltip:qo};return Object.defineProperty(B,"__isScriptSetup",{enumerable:!1,value:!0}),B}}),my={key:1,class:"nmorph-guide-step__card",role:"dialog","aria-live":"polite"},py=["src","alt"],hy={class:"nmorph-guide-step__body"},fy={key:0,class:"nmorph-guide-step__progress"},uy={key:1,class:"nmorph-guide-step__title"},gy={key:2,class:"nmorph-guide-step__text"},wy={class:"nmorph-guide-step__actions"};function by(r,o,n,t,l,i){return e.openBlock(),e.createBlock(t.NmorphTooltip,e.mergeProps(t.rootAttrs,{"force-show":t.isActive,position:t.tooltipPosition,"z-index":t.guide?.zIndex.value,"teleport-to":t.guide?.teleportTo.value,"disabled-teleport":t.guide?.disabledTeleport.value,width:t.guide?.width.value,"max-width":t.guide?.maxWidth.value,"content-class":t.guide?.bordered.value?"nmorph-guide-step__tooltip--bordered":void 0,"hide-triangle":t.guide?.bordered.value,trigger:"manual",disabled:!t.guide||t.props.disabled}),{content:e.withCtx(()=>[t.hasCustomContent&&t.stepSlotProps?e.renderSlot(r.$slots,"content",e.normalizeProps(e.mergeProps({key:0},t.stepSlotProps))):t.currentStep&&t.stepSlotProps?(e.openBlock(),e.createElementBlock("div",my,[t.currentStep.imageSrc?(e.openBlock(),e.createElementBlock("img",{key:0,class:"nmorph-guide-step__image",src:t.currentStep.imageSrc,alt:t.currentStep.imageAlt||t.currentStep.title||""},null,8,py)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",hy,[t.guide?.showProgress.value?(e.openBlock(),e.createElementBlock("div",fy,e.toDisplayString(t.stepSlotProps.index+1)+" / "+e.toDisplayString(t.stepSlotProps.total),1)):e.createCommentVNode("v-if",!0),t.currentStep.title?(e.openBlock(),e.createElementBlock("h3",uy,e.toDisplayString(t.currentStep.title),1)):e.createCommentVNode("v-if",!0),t.currentStep.text?(e.openBlock(),e.createElementBlock("p",gy,e.toDisplayString(t.currentStep.text),1)):e.createCommentVNode("v-if",!0)]),e.createElementVNode("div",wy,[t.guide?.showClose.value?(e.openBlock(),e.createBlock(t.NmorphButton,{key:0,class:"nmorph-guide-step__close",text:t.guide.closeText.value,design:"plain",onClick:t.guide.close},null,8,["text","onClick"])):e.createCommentVNode("v-if",!0),o[1]||(o[1]=e.createElementVNode("span",{class:"nmorph-guide-step__spacer"},null,-1)),e.createVNode(t.NmorphButton,{class:"nmorph-guide-step__back",text:t.guide?.backText.value,design:"plain",disabled:t.isFirstStep&&!t.guide?.loop.value,onClick:t.guide?.back},null,8,["text","disabled","onClick"]),e.createVNode(t.NmorphButton,{class:"nmorph-guide-step__next",text:t.isLastStep&&!t.guide?.loop.value?t.guide?.finishText.value:t.guide?.nextText.value,design:"plain",onClick:o[0]||(o[0]=a=>t.isLastStep&&!t.guide?.loop.value?t.guide?.finish():t.guide?.next())},null,8,["text"])])])):e.createCommentVNode("v-if",!0)]),default:e.withCtx(()=>[e.renderSlot(r.$slots,"default")]),_:3},16,["force-show","position","z-index","teleport-to","disabled-teleport","width","max-width","content-class","hide-triangle","disabled"])}const yy=W(dy,[["render",by],["__file","/home/runner/work/nmorph/nmorph/library/src/components/feedback/nmorph-guide/NmorphGuideStep.vue"]]),To="nmorph-form-item-input-data",qe=r=>{const o=e.inject(To,void 0),n=`nmorph-${e.useId()}`,t=e.computed(()=>r.id||o?.id.value||n),l=e.computed(()=>r.name||o?.name.value||t.value),i=e.computed(()=>r.autocomplete||o?.autocomplete.value||void 0),a=e.computed(()=>r.tabindex??0);return{id:t,name:l,autocomplete:i,tabindex:a}},Gc=(r,o)=>Object.prototype.hasOwnProperty.call(r,o),Ne=(r,o,n)=>{const t=e.inject(To,void 0),l=e.getCurrentInstance(),i=e.computed(()=>{const p=l?.vnode.props||{};return Gc(p,"modelValue")||Gc(p,"model-value")}),a=e.computed(()=>{if(i.value)return r.modelValue!==void 0?r.modelValue:n;const p=t?.value.value;return p!==void 0?p:r.modelValue!==void 0?r.modelValue:n});return{formItemInputData:t,modelValue:a,modelValueIsControlled:i,updateModelValue:p=>{i.value||t?.updateValue(p),o(p)},validateModelValue:(p=a.value)=>{t?.validate(p)}}},_y=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:"nmorph"},thickness:{type:null,required:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){const t=e.inject("checkbox-group-selected-value",void 0),l=e.inject("change-checkbox-value-handler",void 0),i=e.inject("checkbox-group-thickness",void 0),a=r,s=n,{modelValue:d,updateModelValue:p}=Ne(a,b=>s("update:model-value",b),!1);e.watch(d,b=>{m.value=b});const h=e.ref(null);o({inputDOMRef:h});const f=t!==void 0,m=f?e.ref(t.value):e.ref(d.value),u=e.computed(()=>f?t.value.includes(a.id):d.value),w=e.computed(()=>a.design||"nmorph"),g=e.computed(()=>a.thickness||i?.value||"basic"),B=e.computed(()=>w.value!=="plain"&&g.value==="extra-thin"?"basic":g.value),S=()=>{if(!a.disabled){if(!f){m.value=!m.value,p(m.value);return}l&&l(a.id)}},k=e.computed(()=>K({nmorph:[$t[B.value]],"nmorph-checkbox":[u.value&&"checked",a.disabled&&"disabled",w.value]})),v={groupSelectedValue:t,changeValue:l,groupThickness:i,props:a,emit:s,modelValue:d,updateModelValue:p,inputDOMRef:h,hasGroup:f,initialValue:m,checked:u,resolvedDesign:w,requestedThickness:g,thickness:B,handleChange:S,modifiers:k};return Object.defineProperty(v,"__isScriptSetup",{enumerable:!1,value:!0}),v}}),ky={key:0,class:"nmorph-checkbox__content"},Ny={class:"nmorph-checkbox__input-wrapper"},By=["disabled","checked"],xy={key:0,class:"nmorph-checkbox__fake-checked"},Vy={key:0,class:"nmorph-checkbox__label"},vy={key:1,class:"nmorph-checkbox__label"},Sy={key:1,class:"nmorph-checkbox__content"},Ey=["disabled","checked"],Cy={key:0,class:"nmorph-checkbox__fake"},Iy={key:1,class:"nmorph-checkbox__fake"};function My(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(t.modifiers)},[t.props.design==="plain"?(e.openBlock(),e.createElementBlock("div",ky,[e.createElementVNode("div",Ny,[e.createElementVNode("input",{ref:"inputDOMRef",type:"checkbox",disabled:t.props.disabled,checked:t.checked,class:"nmorph-native-input",onChange:t.handleChange},null,40,By),o[0]||(o[0]=e.createElementVNode("div",{class:"nmorph-checkbox__fake"},null,-1)),t.checked?(e.openBlock(),e.createElementBlock("div",xy)):e.createCommentVNode("v-if",!0)]),t.props.label?(e.openBlock(),e.createElementBlock("div",Vy,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1)])):(e.openBlock(),e.createElementBlock("div",vy,[e.renderSlot(r.$slots,"default")]))])):e.createCommentVNode("v-if",!0),t.props.design==="nmorph"?(e.openBlock(),e.createElementBlock("div",Sy,[e.createElementVNode("input",{ref:"inputDOMRef",type:"checkbox",disabled:t.props.disabled,checked:t.checked,onChange:t.handleChange},null,40,Ey),t.props.label?(e.openBlock(),e.createElementBlock("div",Cy,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1)])):(e.openBlock(),e.createElementBlock("div",Iy,[e.renderSlot(r.$slots,"label",{},()=>[e.renderSlot(r.$slots,"default")])]))])):e.createCommentVNode("v-if",!0)],2)}const Lo=W(_y,[["render",My],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-checkbox/NmorphCheckbox.vue"]]),zy=e.defineComponent({__name:"NmorphCheckboxGroup",props:{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},modelValue:{type:Array,required:!1,default:()=>[]},options:{type:Array,required:!1,default:()=>[]},direction:{type:null,required:!1,default:"row"},design:{type:String,required:!1,default:"nmorph"},thickness:{type:null,required:!1,default:"basic"}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,{modelValue:i,updateModelValue:a}=Ne(t,m=>l("update:model-value",m),[]),s=e.ref([...i.value]);e.watch(i,m=>{s.value=[...m]},{deep:!0});const d=m=>{s.value=s.value.includes(m)?s.value.filter(u=>u!==m):[...s.value,m],a(s.value)},p=e.computed(()=>K({"nmorph-checkbox-group":[t.design,t.direction]})),h=e.computed(()=>t.thickness);e.provide("checkbox-group-selected-value",s),e.provide("change-checkbox-value-handler",d),e.provide("checkbox-group-thickness",h);const f={props:t,emit:l,modelValue:i,updateModelValue:a,initialValue:s,changeHandler:d,modifiers:p,thickness:h,get NmorphCheckbox(){return Lo}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}}),Hy={class:"nmorph-checkbox-group__wrapper"},qy={class:"nmorph-checkbox-group__content"};function Ty(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",Hy,[e.createElementVNode("div",qy,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.options,(a,s)=>(e.openBlock(),e.createBlock(t.NmorphCheckbox,{id:a.id,key:s,label:a.label,disabled:a.disabled||t.props.disabled,design:a.design||t.props.design,thickness:a.thickness||t.thickness},null,8,["id","label","disabled","design","thickness"]))),128)),e.renderSlot(r.$slots,"default")])])],2)}const Ly=W(zy,[["render",Ty],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-checkbox-group/NmorphCheckboxGroup.vue"]]),Ay=e.defineComponent({__name:"NmorphAutocomplete",props:{modelValue:{type:String,required:!1,default:""},placeholder:{type:String,required:!1,default:""},clearable:{type:Boolean,required:!1,default:!0},list:{type:Array,required:!0,default:()=>[]},actionCallback:{type:Function,required:!1,default:void 0},zIndex:{type:Number,required:!1,default:void 0},virtual:{type:Boolean,required:!1,default:!1},virtualItemHeight:{type:Number,required:!1,default:void 0},virtualMaxHeight:{type:[Number,String],required:!1,default:240},virtualOverscan:{type:Number,required:!1,default:5},virtualDynamicHeight:{type:Boolean,required:!1,default:!1},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","select"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,{modelValue:i,updateModelValue:a}=Ne(t,N=>l("update:model-value",N),""),s=e.ref(i.value),d=e.computed(()=>K({"nmorph-autocomplete":[m.value&&"open"]})),p=e.ref(!1),h=N=>{p.value=N==="",s.value=N,m.value=!p.value&&g.value.length>0,_.value=0,a(s.value)},f=e.computed({get:()=>s.value,set:h}),m=e.ref(!1),u=e.ref(null),w=()=>{p.value=!0,m.value=!1},g=e.computed(()=>t.list.filter(N=>Object.keys(N).some(Z=>String(N[Z]).toLowerCase().includes(s.value.toLowerCase())))),B=e.computed(()=>t.virtual&&g.value.length>0),S=e.computed(()=>t.virtualItemHeight||Go(t.thickness)),k=e.computed(()=>t.virtualOverscan),v=e.computed(()=>t.virtualDynamicHeight),b=Mt(g,{enabled:B,itemHeight:S,overscan:k,dynamic:v}),E=e.computed(()=>b.virtualItems.value),I=b.spacerStyle,M=b.contentStyle,V=e.computed(()=>ze(t.virtualMaxHeight)),_=e.ref(0),y=e.computed(()=>g.value[_.value]),x=e.computed(()=>`${t.id||t.name||"nmorph-autocomplete"}-listbox`),q=N=>`${x.value}-option-${N}`;e.watch(i,N=>{N!==s.value&&(s.value=N)}),e.watch(g,async N=>{m.value=!p.value&&s.value!==""&&N.length>0,_.value=0,await e.nextTick(),b.scrollToIndex(0),b.refresh()});const L=N=>{l("select",N),s.value=N.value,a(s.value),setTimeout(()=>{p.value=!0,m.value=!1})},C=N=>{L(N)},H=()=>{p.value=!1,m.value=g.value.length>0},R=e.ref(!1);e.watch(s,async N=>{N!==""&&t.actionCallback&&(R.value=!0,await t.actionCallback(),R.value=!1)}),e.watch(R,N=>{N&&(m.value=!0)}),e.watch(_,N=>{B.value&&b.scrollToIndex(N)});const $=()=>{g.value.length&&(m.value=!0,_.value=(_.value+1)%g.value.length)},T=()=>{g.value.length&&(m.value=!0,_.value=(_.value-1+g.value.length)%g.value.length)},F=()=>{!m.value||!y.value||L(y.value)},ee=N=>{N.key==="ArrowDown"?(N.preventDefault(),$()):N.key==="ArrowUp"?(N.preventDefault(),T()):N.key==="Enter"?(N.preventDefault(),F()):N.key==="Escape"&&(N.preventDefault(),w())},X=e.computed(()=>({role:"combobox","aria-autocomplete":"list","aria-expanded":m.value,"aria-controls":x.value,"aria-activedescendant":m.value?q(_.value):void 0})),le=(N,Z)=>{b.measureElement(Z,Pt(N))},D=zt(m,()=>t.zIndex),Q=e.computed(()=>({"--nmorph-private-autocomplete-input-z-index":D.value+1})),A=e.computed(()=>K({nmorph:[ke[t.thickness]]})),U={props:t,emit:l,modelValue:i,updateModelValue:a,initialValue:s,modifiers:d,userClosed:p,updateValueHandler:h,inputValue:f,open:m,nmorphAutocompleteDOMRef:u,closeHandler:w,filteredList:g,virtualEnabled:B,virtualItemHeight:S,virtualOverscan:k,virtualDynamicHeight:v,virtualList:b,virtualItems:E,virtualSpacerStyle:I,virtualContentStyle:M,virtualMaxHeight:V,currentIndex:_,activeItem:y,listboxId:x,getOptionId:q,selectItem:L,clickHandler:C,focusHandler:H,loader:R,arrowDownHandler:$,arrowUpHandler:T,enterHandler:F,keydownHandler:ee,inputAttrs:X,setVirtualItemRef:le,dropdownZIndex:D,styles:Q,optionHeightModifiers:A,get NmorphIcon(){return ie},get NmorphDropdown(){return et},get NmorphTextInput(){return Tt},get NmorphIconLoaderDots(){return Oe}};return Object.defineProperty(U,"__isScriptSetup",{enumerable:!1,value:!0}),U}}),Dy={class:"nmorph-autocomplete__input-content"},Py={ref:"nmorphAutocompleteDOMRef",class:"nmorph-autocomplete__input"},Oy={key:0,class:"nmorph-autocomplete__loading"},Fy=["id"],Ry=["id","aria-selected","onClick"],jy=["id"],Wy=["id","aria-selected","onClick"];function $y(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",Dy,[e.createElementVNode("div",Py,[e.createVNode(t.NmorphTextInput,{id:t.props.id,modelValue:t.inputValue,"onUpdate:modelValue":o[0]||(o[0]=a=>t.inputValue=a),name:t.props.name,autocomplete:t.props.autocomplete,thickness:t.props.thickness,disabled:t.props.disabled,placeholder:t.props.placeholder,clearable:t.props.clearable,"input-attrs":t.inputAttrs,onFocus:t.focusHandler,onKeydown:t.keydownHandler},null,8,["id","modelValue","name","autocomplete","thickness","disabled","placeholder","clearable","input-attrs"])],512)]),t.nmorphAutocompleteDOMRef?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,open:t.open,"relative-element":t.nmorphAutocompleteDOMRef,"y-offset":1,"z-index":t.dropdownZIndex,"restore-focus":!1,"content-class":"nmorph-autocomplete__dropdown","aria-label":t.props.name||t.props.id||"autocomplete",onOnOutsideClick:t.closeHandler,onOnEscapeKeydown:t.closeHandler},{default:e.withCtx(()=>[t.loader?(e.openBlock(),e.createElementBlock("div",Oy,[e.renderSlot(r.$slots,"loader",{},()=>[e.createVNode(t.NmorphIcon,{size:"large"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoaderDots)]),_:1})])])):t.virtualEnabled?(e.openBlock(),e.createElementBlock("div",{key:1,id:t.listboxId,ref:t.virtualList.containerRef,class:e.normalizeClass(["nmorph-autocomplete__list nmorph-autocomplete__list--virtual",{"nmorph-autocomplete__list--dynamic":t.virtualDynamicHeight}]),style:e.normalizeStyle({"--nmorph-private-autocomplete-virtual-item-height":`${t.virtualItemHeight}px`,maxHeight:t.virtualMaxHeight}),role:"listbox",onScroll:o[1]||(o[1]=(...a)=>t.virtualList.scrollHandler&&t.virtualList.scrollHandler(...a))},[e.createElementVNode("div",{class:"nmorph-autocomplete__virtual-spacer",style:e.normalizeStyle(t.virtualSpacerStyle)},[e.createElementVNode("div",{class:"nmorph-autocomplete__virtual-content",style:e.normalizeStyle(t.virtualContentStyle)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.virtualItems,a=>(e.openBlock(),e.createElementBlock("div",{id:t.getOptionId(a.index),ref_for:!0,ref:s=>t.setVirtualItemRef(s,a.index),key:a.index,class:e.normalizeClass(["nmorph-autocomplete__list-item",[t.optionHeightModifiers,{"nmorph-autocomplete__list-item--focused":a.index===t.currentIndex}]]),role:"option","aria-selected":a.index===t.currentIndex,onClick:()=>t.clickHandler(a.item)},[e.renderSlot(r.$slots,"default",{scope:a.item},()=>[e.createTextVNode(e.toDisplayString(a.item.value),1)])],10,Ry))),128))],4)],4)],46,Fy)):(e.openBlock(),e.createElementBlock("div",{key:2,id:t.listboxId,class:"nmorph-autocomplete__list",role:"listbox"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.filteredList,(a,s)=>(e.openBlock(),e.createElementBlock("div",{id:t.getOptionId(s),key:s,class:e.normalizeClass(["nmorph-autocomplete__list-item",[t.optionHeightModifiers,{"nmorph-autocomplete__list-item--focused":s===t.currentIndex}]]),role:"option","aria-selected":s===t.currentIndex,onClick:()=>t.clickHandler(a)},[e.renderSlot(r.$slots,"default",{scope:a},()=>[e.createTextVNode(e.toDisplayString(a.value),1)])],10,Wy))),128))],8,jy))]),_:3},8,["open","relative-element","z-index","aria-label"])):e.createCommentVNode("v-if",!0)],6)}const Ky=W(Ay,[["render",$y],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-autocomplete/NmorphAutocomplete.vue"]]),Ht=(r={})=>{const o=e.ref(null),n=e.ref(!1);return{elementRef:o,focused:n,handleFocus:()=>{n.value=!0,r.onFocus?.()},handleBlur:()=>{n.value=!1,r.onBlur?.()},focus:()=>{o.value?.focus()},blur:()=>{o.value?.blur()},select:()=>{const d=o.value;d&&"select"in d&&typeof d.select=="function"&&d.select()}}},Uy=e.defineComponent({__name:"NmorphColorPicker",props:{modelValue:{type:String,required:!1,default:""},showValue:{type:Boolean,required:!1,default:!1},displayFormat:{type:String,required:!1,default:"hex"},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur"],setup(r,{expose:o,emit:n}){const t=r,l=n,{id:i,name:a,tabindex:s}=qe(t),{modelValue:d,updateModelValue:p}=Ne(t,V=>l("update:model-value",V),""),h=(V,_="#000000")=>{const y=V?.trim()||"";return/^#[\da-f]{6}$/i.test(y)?y.toLowerCase():/^#[\da-f]{3}$/i.test(y)?`#${y.slice(1).split("").map(x=>`${x}${x}`).join("").toLowerCase()}`:_},{elementRef:f,focused:m,handleFocus:u,handleBlur:w}=Ht({onFocus:()=>l("focus"),onBlur:()=>l("blur")}),g=()=>{if(typeof document>"u")return"#006cb6";const V=f.value||document.documentElement,_=getComputedStyle(V).getPropertyValue("--nmorph-accent-color").trim();return h(_,"#006cb6")},B=e.ref(h(d.value));e.watch(d,V=>{B.value=V?h(V):g()});const S=V=>{const _=V.target,y=h(_.value);B.value=y,p(y)},k=V=>[parseInt(V.slice(1,3),16),parseInt(V.slice(3,5),16),parseInt(V.slice(5,7),16)],v=V=>{const[_,y,x]=k(V);return`rgb(${_}, ${y}, ${x})`},b=V=>{const[_,y,x]=k(V).map(T=>T/255),q=Math.max(_,y,x),L=Math.min(_,y,x),C=(q+L)/2;if(q===L)return`hsl(0, 0%, ${Math.round(C*100)}%)`;const H=q-L,R=C>.5?H/(2-q-L):H/(q+L);let $=0;return q===_?$=(y-x)/H+(y<x?6:0):q===y?$=(x-_)/H+2:$=(_-y)/H+4,`hsl(${Math.round($*60)}, ${Math.round(R*100)}%, ${Math.round(C*100)}%)`};e.onMounted(()=>{d.value||(B.value=g())}),o({inputDOMRef:f});const E=e.computed(()=>K({nmorph:[ke[t.thickness],m.value&&"focused"],"nmorph-color-picker":[t.disabled&&"disabled",t.displayFormat]})),I=e.computed(()=>t.displayFormat==="rgb"?v(B.value):t.displayFormat==="hsl"?b(B.value):B.value.toUpperCase()),M={props:t,emit:l,id:i,name:a,tabindex:s,modelValue:d,updateModelValue:p,normalizeColor:h,inputDOMRef:f,focused:m,handleFocus:u,handleBlur:w,resolveAccentColor:g,currentValue:B,handleInput:S,hexToRgb:k,formatRgb:v,formatHsl:b,modifiers:E,displayValue:I};return Object.defineProperty(M,"__isScriptSetup",{enumerable:!1,value:!0}),M}}),Gy={class:"nmorph-color-picker__content"},Yy=["id","name","tabindex","value","disabled"],Zy={key:0,class:"nmorph-color-picker__value"};function Xy(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",Gy,[e.createElementVNode("input",{id:t.id,ref:"inputDOMRef",name:t.name,tabindex:t.tabindex,class:"nmorph-color-picker__native nmorph-native-input",type:"color",value:t.currentValue,disabled:t.props.disabled,onInput:t.handleInput,onFocus:o[0]||(o[0]=(...a)=>t.handleFocus&&t.handleFocus(...a)),onBlur:o[1]||(o[1]=(...a)=>t.handleBlur&&t.handleBlur(...a))},null,40,Yy),e.createElementVNode("div",{class:"nmorph-color-picker__swatch",style:e.normalizeStyle({"--nmorph-private-color-picker-color":t.currentValue})},null,4),t.props.showValue?(e.openBlock(),e.createElementBlock("span",Zy,e.toDisplayString(t.displayValue),1)):e.createCommentVNode("v-if",!0)])],2)}const Qy=W(Uy,[["render",Xy],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-color-picker/NmorphColorPicker.vue"]]),Jy=e.defineComponent({__name:"NmorphClearButton",emits:["clear"],setup(r,{expose:o,emit:n}){o();const t=n,l=e.computed(()=>K({"nmorph-input-clear-button":[]})),i={emit:t,modifiers:l,get NmorphIcon(){return ie},get NmorphIconError(){return Qe}};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}});function e_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createVNode(t.NmorphIcon,{onClick:o[0]||(o[0]=e.withModifiers(a=>t.emit("clear"),["stop"]))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconError)]),_:1})],2)}const t_=W(Jy,[["render",e_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-clear-button/NmorphClearButton.vue"]]),o_=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(r,{expose:o,emit:n}){o();const i={props:r,emit:n,get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconChevronDoubleDown(){return oo},get NmorphIconChevronDown(){return Pe},get getMonthName(){return Vo}};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}}),r_={class:"nmorph-date-picker-header"},n_={class:"nmorph-date-picker-header__left-side"},a_={class:"nmorph-date-picker-header__center-side"},l_={class:"nmorph-date-picker-header__right-side"};function i_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",r_,[e.createElementVNode("div",n_,[e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn",tabindex:-1,onClick:o[0]||(o[0]=a=>t.emit("prev-year"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-double-left"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDoubleDown)]),_:1})]),_:1}),e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn",tabindex:-1,onClick:o[1]||(o[1]=a=>t.emit("prev-month"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-left"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})]),e.createElementVNode("div",a_,[e.createVNode(t.NmorphButton,{text:t.props.year,tabindex:-1,fill:"",onClick:o[2]||(o[2]=a=>t.emit("change-year"))},null,8,["text"]),e.createVNode(t.NmorphButton,{text:t.getMonthName(t.props.month),tabindex:-1,fill:"",onClick:o[3]||(o[3]=a=>t.emit("change-month"))},null,8,["text"])]),e.createElementVNode("div",l_,[e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn",tabindex:-1,onClick:o[4]||(o[4]=a=>t.emit("next-month"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-right"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1}),e.createVNode(t.NmorphButton,{class:"nmorph-date-picker-header__action-btn",tabindex:-1,onClick:o[5]||(o[5]=a=>t.emit("next-year"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker-header__chevron-double-right"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDoubleDown)]),_:1})]),_:1})])])}const c_=W(o_,[["render",i_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-header/NmorphDatePickerHeader.vue"]]),s_=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(r,{expose:o,emit:n}){o();const{months:t}=St(),l=t.map((k,v)=>({label:k.substring(0,3),value:String(v),tabindex:-1})),i=r,a=e.ref(l),s=e.ref(String(i.currentDate.getMonth())),d=e.ref(i.currentDate.getFullYear()),p=()=>{const k=i.currentDate.getFullYear(),v=yc(k).map(b=>({label:String(b),value:String(b)}));a.value=v};e.watch(()=>i.currentDate,()=>{i.type==="year"&&(p(),s.value=String(i.currentDate.getFullYear()))},{immediate:!0,deep:!0});const h=n,f=e.computed({get:()=>s.value,set:k=>{s.value=k,i.type==="month"?h("update-month",s.value):h("update-year",s.value)}}),m=k=>{a.value=a.value.map(v=>{const b=String(k==="decrease"?Number(v.value)-10:Number(v.value)+10);return{label:b,value:b}})},u=k=>{k==="decrease"?d.value=d.value-1:d.value=d.value+1,h("update-year",String(d.value))},w=k=>{k==="decrease"?i.type==="year"?m("decrease"):u("decrease"):i.type==="year"?m("increase"):u("increase")},g=e.computed(()=>i.type==="year"?`${a.value[0].label} - ${a.value[a.value.length-1].label}`:String(d.value)),S={months:t,initialMonthData:l,props:i,values:a,selectedValue:s,selectedYear:d,setInitialYearsData:p,emit:h,selectedValueModel:f,updateYearValues:m,updateYear:u,buttonClickHandler:w,value:g,goToYearsHandler:()=>{i.type==="month"&&h("back-to-years")},get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphRadioGroup(){return Oo},get NmorphDivider(){return as},get NmorphIconChevronDown(){return Pe}};return Object.defineProperty(S,"__isScriptSetup",{enumerable:!1,value:!0}),S}}),d_={class:"nmorph-year-month-picker"},m_={class:"nmorph-year-month-picker__header"},p_={class:"nmorph-year-month-picker__value"},h_={class:"nmorph-year-month-picker__values"};function f_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",d_,[e.createElementVNode("div",m_,[e.createVNode(t.NmorphButton,{class:"nmorph-year-month-picker__action-btn",tabindex:-1,onClick:o[0]||(o[0]=a=>t.buttonClickHandler("decrease"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-year-month-picker__chevron-left"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1}),e.createElementVNode("div",p_,[e.createVNode(t.NmorphButton,{text:t.value,tabindex:-1,onClick:t.goToYearsHandler},null,8,["text"])]),e.createVNode(t.NmorphButton,{class:"nmorph-year-month-picker__action-btn",tabindex:-1,onClick:o[1]||(o[1]=a=>t.buttonClickHandler("increase"))},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-year-month-picker__chevron-right"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})]),_:1})]),e.createVNode(t.NmorphDivider),e.createElementVNode("div",h_,[e.createVNode(t.NmorphRadioGroup,{modelValue:t.selectedValueModel,"onUpdate:modelValue":o[2]||(o[2]=a=>t.selectedValueModel=a),options:t.values},null,8,["modelValue","options"])])])}const u_=W(s_,[["render",f_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-year-month-picker/NmorphYearMonthPicker.vue"]]),g_=e.defineComponent({__name:"NmorphDatePickerContent",props:{initialDate:{type:Date,required:!1,default:()=>new Date},selectedValues:{type:[Date,Array,null],required:!0},type:{type:null,required:!1,default:"date"}},emits:["update-selected-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-date-picker-content":[]})),a=e.ref(t.initialDate),s=e.ref("calendar"),d=e.computed(()=>new Date(a.value.setMonth(a.value.getMonth()-1))),p=e.computed(()=>new Date(a.value.setMonth(a.value.getMonth()+1))),h=e.computed(()=>new Date(a.value.setFullYear(a.value.getFullYear()-1))),f=e.computed(()=>new Date(a.value.setFullYear(a.value.getFullYear()+1))),m=()=>{a.value=d.value},u=()=>{a.value=p.value},w=()=>{a.value=h.value},g=()=>{a.value=f.value},B=()=>{s.value="year"},S=()=>{s.value="month"},k=V=>{const _=new Date(a.value.setFullYear(Number(V)));a.value=_,s.value="month"},v=V=>{const _=new Date(a.value.setMonth(Number(V)));a.value=_,s.value="calendar"},b=()=>{s.value="year"},E=e.computed({get:()=>t.selectedValues,set:V=>l("update-selected-value",V)}),M={props:t,emit:l,modifiers:i,initialDate:a,selectedPicker:s,prevMonth:d,nextMonth:p,prevYear:h,nextYear:f,prevMonthHandler:m,nextMonthHandler:u,prevYearHandler:w,nextYearHandler:g,changeYearHandler:B,changeMonthHandler:S,updateYearHandler:k,updateMonthHandler:v,backToYearsHandler:b,selectedValuesModel:E,updateInitialDate:V=>{a.value=V},get NmorphCalendar(){return bc},NmorphDatePickerHeader:c_,NmorphYearMonthPicker:u_};return Object.defineProperty(M,"__isScriptSetup",{enumerable:!1,value:!0}),M}});function w_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[t.selectedPicker==="calendar"?(e.openBlock(),e.createBlock(t.NmorphCalendar,{key:0,modelValue:t.selectedValuesModel,"onUpdate:modelValue":o[0]||(o[0]=a=>t.selectedValuesModel=a),type:t.props.type,"initial-date":t.initialDate,onUpdateInitialDate:t.updateInitialDate},{header:e.withCtx(()=>[e.createVNode(t.NmorphDatePickerHeader,{year:t.initialDate.getFullYear(),month:t.initialDate.getMonth(),onPrevMonth:t.prevMonthHandler,onNextMonth:t.nextMonthHandler,onPrevYear:t.prevYearHandler,onNextYear:t.nextYearHandler,onChangeYear:t.changeYearHandler,onChangeMonth:t.changeMonthHandler},null,8,["year","month"])]),_:1},8,["modelValue","type","initial-date"])):e.createCommentVNode("v-if",!0),t.selectedPicker==="year"?(e.openBlock(),e.createBlock(t.NmorphYearMonthPicker,{key:1,type:"year","current-date":t.initialDate,onUpdateYear:t.updateYearHandler},null,8,["current-date"])):e.createCommentVNode("v-if",!0),t.selectedPicker==="month"?(e.openBlock(),e.createBlock(t.NmorphYearMonthPicker,{key:2,type:"month","current-date":t.initialDate,onUpdateYear:t.updateYearHandler,onUpdateMonth:t.updateMonthHandler,onBackToYears:t.backToYearsHandler},null,8,["current-date"])):e.createCommentVNode("v-if",!0)],2)}const b_=W(g_,[["render",w_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-date-picker/inner-components/nmorph-date-picker-content/NmorphDatePickerContent.vue"]]),y_=e.defineComponent({__name:"NmorphDatePicker",props:{placeholder:{type:String,required:!1,default:""},modelValue:{type:[Date,Array,null],required:!1,default:null},type:{type:null,required:!1,default:"date"},textSeparator:{type:String,required:!1,default:"-"},initialDate:{type:Date,required:!1,default:()=>new Date},zIndex:{type:Number,required:!1,default:void 0},dateLocale:{type:[String,Array],required:!1,default:void 0},dateFormatOptions:{type:null,required:!1,default:void 0},dateFormat:{type:String,required:!1,default:""},dateFormatter:{type:Function,required:!1,default:void 0},valueSeparator:{type:String,required:!1,default:", "},rangeSeparator:{type:String,required:!1,default:" - "},width:{type:[Number,String],required:!1,default:void 0},rangeWidth:{type:[Number,String],required:!1,default:void 0},calendarCellHeight:{type:[Number,String],required:!1,default:void 0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const{t}=Me.useI18n(),l=r,{id:i,name:a,autocomplete:s}=qe(l),d=e.computed(()=>l.placeholder?l.placeholder:t("pickADate")),p=n,{modelValue:h,updateModelValue:f}=Ne(l,x=>p("update:model-value",x),null),m=e.ref(h.value),u=e.ref(!1),w=()=>{u.value=!0},g=()=>{u.value=!1},B=e.computed(()=>K({nmorph:[ke[l.thickness]],"nmorph-date-picker":[l.disabled&&"disabled",l.type,u.value&&"focus"]})),S=e.computed(()=>me({"--nmorph-private-date-picker-width":l.width,"--nmorph-private-date-picker-range-width":l.rangeWidth,"--nmorph-private-date-picker-calendar-cell-height":l.calendarCellHeight})),k=e.ref(!1),v=e.ref(null),b=()=>{k.value=!1},E=()=>{k.value=!k.value},I=e.computed(()=>{if(!m.value)return d.value;const x={locale:l.dateLocale,options:l.dateFormatOptions,format:l.dateFormat,formatter:l.dateFormatter};if(Array.isArray(m.value)){if(m.value.length===0)return d.value;const q=Et(m.value,x),L=l.type==="daterange"?l.rangeSeparator:l.valueSeparator;return q.join(L)}else return Et(m.value,x)}),M=()=>{const x=Array.isArray(m.value)?[]:null;m.value=x,f(m.value)},V=x=>{m.value=x,f(m.value)};e.watch(h,x=>{m.value=x},{deep:!0});const _=e.computed(()=>Array.isArray(m.value)?m.value.length>0:!!m.value),y={t,props:l,id:i,name:a,autocomplete:s,placeholderText:d,emit:p,modelValue:h,updateModelValue:f,selectedDate:m,focus:u,focusHandler:w,blurHandler:g,modifiers:B,styles:S,open:k,nmorphInputDOMRef:v,closeHandler:b,toggleOpen:E,displayValue:I,clearHandler:M,updateSelectedDateHandler:V,showClearButton:_,get NmorphDropdown(){return et},get NmorphIcon(){return ie},get NmorphIconCalendar(){return to},NmorphClearButton:t_,NmorphDatePickerContent:b_};return Object.defineProperty(y,"__isScriptSetup",{enumerable:!1,value:!0}),y}}),__={class:"nmorph-date-picker__date-wrapper"},k_=["id","name","autocomplete","onKeydown"],N_={class:"nmorph-date-picker__selected-value"},B_={class:"nmorph-date-picker__clear-button-wrapper"},x_={class:"nmorph-date-picker__content"};function V_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",__,[e.createElementVNode("div",{ref:"nmorphInputDOMRef",class:e.normalizeClass(["nmorph-date-picker__input",{"nmorph-date-picker__input--open":t.open}]),onClick:t.toggleOpen},[e.createElementVNode("input",{id:t.id,name:t.name,autocomplete:t.autocomplete,type:"date",onFocus:e.withModifiers(t.focusHandler,["prevent"]),onBlur:t.blurHandler,onKeydown:e.withKeys(e.withModifiers(()=>{},["prevent"]),["space"])},null,40,k_),e.createVNode(t.NmorphIcon,{class:"nmorph-date-picker__calendar-icon"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCalendar)]),_:1}),e.createElementVNode("div",N_,e.toDisplayString(t.displayValue),1),e.createElementVNode("div",B_,[t.showClearButton?(e.openBlock(),e.createBlock(t.NmorphClearButton,{key:0,onClear:t.clearHandler})):e.createCommentVNode("v-if",!0)])],2),e.createElementVNode("div",x_,[t.nmorphInputDOMRef?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,"fill-width":!1,width:324,open:t.open,"relative-element":t.nmorphInputDOMRef,"z-index":t.props.zIndex,onOnOutsideClick:t.closeHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphDatePickerContent,{"selected-values":t.selectedDate,"initial-date":t.props.initialDate,type:n.type,onUpdateSelectedValue:t.updateSelectedDateHandler},null,8,["selected-values","initial-date","type"])]),_:1},8,["open","relative-element","z-index"])):e.createCommentVNode("v-if",!0)])])],6)}const v_=W(y_,[["render",V_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-date-picker/NmorphDatePicker.vue"]]),S_=e.defineComponent({__name:"NmorphFileUpload",props:{id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},tabindex:{type:Number,required:!1},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:()=>[]},photoWithPreview:{type:Boolean,required:!1,default:!0},buttonText:{type:String,required:!1,default:""},compact:{type:Boolean,required:!1,default:!1},layout:{type:String,required:!1,default:"list"},fileNameWidth:{type:[Number,String],required:!1,default:void 0}},emits:["update:model-value","on-unsupported-file-type-error","on-file-validation-error"],setup(r,{expose:o,emit:n}){const{t}=Me.useI18n(),l=r,i=n,a=e.computed(()=>l.buttonText?l.buttonText:t("selectFile")),{id:s,name:d,autocomplete:p,tabindex:h}=qe(l),{modelValue:f,updateModelValue:m}=Ne(l,C=>i("update:model-value",C),[]),u=e.inject("form-data",void 0),w=e.computed(()=>Hs(l.allowedTypes)),g=C=>l.photoWithPreview&&Jo(C),B=e.ref(null),S=e.ref([...f.value]),k=new Set,v=()=>{const C=B.value;C&&(C.value="")},b=C=>{k.has(C)&&(URL.revokeObjectURL(C),k.delete(C))},E=C=>{const H=new Set(C.map(R=>R.previewUrl));Array.from(k).forEach(R=>{H.has(R)||b(R)})},I=C=>{const H=[...C];S.value=H,m(H)},M=C=>{const H=u?.validateField(s.value,C);return{valid:H?.valid.value??!0,errors:H?.errors.value??[]}},V=()=>{l.disabled||!B.value||B.value.click()},_=C=>{if(l.disabled)return;const H=C.target,R=Array.from(H.files||[]),$=l.multiple?R:R.slice(0,1),T=[];if($.forEach(F=>{if(!er(F,l.allowedTypes)){i("on-unsupported-file-type-error",F.type||dt(F.name)||F.name);return}const ee=l.multiple?[...S.value.map(le=>le.data),...T,F]:[F],X=M(ee);if(!X.valid){i("on-file-validation-error",{file:F,errors:X.errors});return}T.push(F)}),v(),T.length>0){const F=T.map(X=>{const le=URL.createObjectURL(X);return k.add(le),{data:X,previewUrl:le}}),ee=l.multiple?[...S.value,...F]:F;E(ee),I(ee),u?.validateField(s.value,ee)}},y=C=>{if(l.disabled)return;const H=S.value.findIndex(R=>R.data.name===C);if(H!==-1){const R=S.value[H];b(R.previewUrl),v();const $=S.value.filter((T,F)=>F!==H);I($),u?.validateField(s.value,$)}};e.watch(f,C=>{const H=[...C];E(H),S.value=H,H.length===0&&v()},{deep:!0}),e.onBeforeUnmount(()=>{Array.from(k).forEach(C=>b(C))}),o({inputDOMRef:B});const x=e.computed(()=>K({"nmorph-file-upload":[l.disabled&&"disabled",l.compact&&"compact",`layout-${l.layout}`]})),q=e.computed(()=>me({"--nmorph-private-file-upload-name-width":l.fileNameWidth})),L={t,props:l,emit:i,computedButtonText:a,id:s,name:d,autocomplete:p,tabindex:h,modelValue:f,updateModelValue:m,formData:u,inputAccept:w,showImagePreview:g,inputDOMRef:B,files:S,createdPreviewUrls:k,resetInputValue:v,revokePreviewUrl:b,revokeRemovedPreviewUrls:E,filesChanged:I,getFormValidationResult:M,openFileSelector:V,handleFileUpload:_,removeFile:y,modifiers:x,styles:q,get NmorphAudioPreview(){return xo},get NmorphButton(){return Be},get NmorphIconCross(){return Ze},get NmorphIcon(){return ie},get NmorphFileCard(){return Mc},get NmorphIconImage(){return rt},get NmorphImagePreview(){return Bo},get NmorphVideoPreview(){return So},get getFileExtension(){return dt},get isAudioFile(){return Ms},get isImageFile(){return Jo},get isVideoFile(){return zs}};return Object.defineProperty(L,"__isScriptSetup",{enumerable:!1,value:!0}),L}}),E_={class:"nmorph-file-upload__trigger"},C_=["id","name","autocomplete","tabindex","multiple","disabled","accept"],I_={key:0,class:"nmorph-file-upload__list"},M_={class:"nmorph-file-upload__file-info"},z_={class:"nmorph-file-upload__file-name"},H_={key:1,class:"nmorph-file-upload__file-info"},q_={class:"nmorph-file-upload__file-name"},T_={class:"nmorph-file-upload__remove-file"};function L_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",E_,[e.createElementVNode("input",{id:t.id,ref:"inputDOMRef",name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,type:"file",multiple:t.props.multiple,disabled:t.props.disabled,accept:t.inputAccept,class:"nmorph-native-input",onChange:t.handleFileUpload},null,40,C_),e.renderSlot(r.$slots,"trigger",{},()=>[e.createVNode(t.NmorphButton,{text:t.computedButtonText,fill:"",disabled:t.props.disabled,onClick:t.openFileSelector},null,8,["text","disabled"])])]),t.files.length>0?(e.openBlock(),e.createElementBlock("div",I_,[e.createVNode(e.TransitionGroup,{name:"list",tag:"div"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.files,({data:a,previewUrl:s})=>(e.openBlock(),e.createElementBlock("div",{key:a.name,class:"nmorph-file-upload__file"},[t.showImagePreview(a)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createVNode(t.NmorphImagePreview,{src:s},null,8,["src"]),e.createElementVNode("div",M_,[e.createVNode(t.NmorphIcon,{width:"14px",height:"17px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconImage)]),_:1}),e.createElementVNode("span",z_,e.toDisplayString(a.name),1)])],64)):t.isImageFile(a)?(e.openBlock(),e.createElementBlock("div",H_,[e.createVNode(t.NmorphIcon,{width:"14px",height:"17px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconImage)]),_:1}),e.createElementVNode("span",q_,e.toDisplayString(a.name),1)])):t.isVideoFile(a)?(e.openBlock(),e.createBlock(t.NmorphVideoPreview,{key:2,src:s,name:a.name,"download-href":s,compact:"",controls:""},null,8,["src","name","download-href"])):t.isAudioFile(a)?(e.openBlock(),e.createBlock(t.NmorphAudioPreview,{key:3,src:s,name:a.name,"download-href":s,compact:""},null,8,["src","name","download-href"])):(e.openBlock(),e.createBlock(t.NmorphFileCard,{key:4,name:a.name,"mime-type":a.type,size:a.size,extension:t.getFileExtension(a.name),"preview-src":s,"download-href":s,compact:""},null,8,["name","mime-type","size","extension","preview-src","download-href"])),e.createElementVNode("div",T_,[e.createVNode(t.NmorphButton,{design:"plain",thickness:"thin",onClick:d=>t.removeFile(a.name)},{"icon-only":e.withCtx(()=>[e.createVNode(t.NmorphIconCross)]),_:1},8,["onClick"])])]))),128))]),_:1})])):e.createCommentVNode("v-if",!0)],6)}const A_=W(S_,[["render",L_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-file-upload/NmorphFileUpload.vue"]]),Ao=r=>typeof File<"u"&&r instanceof File,D_=r=>!!r&&typeof r=="object"&&"data"in r&&Ao(r.data),P_=r=>{if(Ao(r))return[r];if(!Array.isArray(r))return null;const o=r;return o.length===0?[]:o.every(Ao)?o:o.every(D_)?o.map(n=>n.data):null},qt=r=>{const{inputValue:o,rules:n}=r,t=e.ref([]),l=e.ref(!1),i=e.ref(!1);return{touched:i,valid:l,errors:t,validate:()=>{const s=n?.length>0;if(t.value=[],!s){l.value=!0;return}if(o===null)return;const d=o,p=k=>s&&n.some(v=>k in v),h=typeof d=="string"&&p("pattern"),f=typeof d=="number"&&p("numberCompareType"),m=(typeof d=="string"||typeof d=="boolean")&&p("booleanCompareType"),u=Array.isArray(d)&&p("arrayCompareType"),w=p("fileMaxSize")||p("fileAllowedTypes")||p("fileMaxCount"),g=w?P_(d):null,B=w&&g!==null;if(!f&&!h&&!m&&!u&&!B){console.warn("The input value and the provided rules do not match");return}if(i.value||(i.value=!0),h){const k=n;t.value=k.reduce((v,b)=>(d.match(b.pattern)||v.push(b.error),v),[])}if(f){const k=(b,E,I)=>{switch(I){case"eq":return b===E;case"gt":return b>E;case"lt":return b<E;case"lte":return b<=E;case"gte":return b>=E}},v=n;t.value=v.reduce((b,E)=>(k(d,E.compareValue,E.numberCompareType)&&b.push(E.error),b),[])}if(m){const k=n;t.value=k.reduce((v,b)=>{let E=!1;const{compareValue:I,booleanCompareType:M}=b;return M==="not-eq"&&(E=d===I),M==="eq"&&(E=d!==I),E||v.push(b.error),v},[])}if(u){const k=n,v=(b,E,I)=>{switch(I){case"contains-one":return b.some(_=>E.includes(_));case"full-eq":if(b.length!==E.length)return!1;const M=[...b].sort(),V=[...E].sort();return M.every((_,y)=>_===V[y]);case"not-contains":return!b.some(_=>E.includes(_))}};t.value=k.reduce((b,E)=>(v(d.map(M=>String(M)),E.compareValue,E.arrayCompareType)||b.push(E.error),b),[])}if(B){const k=n,v=g||[];t.value=k.reduce((b,E)=>(typeof E.fileMaxSize=="number"&&v.some(I=>I.size>E.fileMaxSize)&&b.push(E.error),E.fileAllowedTypes&&v.some(I=>!er(I,E.fileAllowedTypes))&&b.push(E.error),typeof E.fileMaxCount=="number"&&v.length>E.fileMaxCount&&b.push(E.error),b),[])}l.value=t.value.length===0}}},O_=r=>typeof File<"u"&&r instanceof File,Do=r=>O_(r)?{name:r.name,size:r.size,type:r.type,lastModified:r.lastModified}:r instanceof Date?r.toISOString():r instanceof RegExp?r.toString():typeof r=="function"?String(r):Array.isArray(r)?r.map(Do):r&&typeof r=="object"?Object.fromEntries(Object.entries(r).map(([o,n])=>[o,Do(n)])):r,Yc=r=>Object.fromEntries(Object.entries(r).map(([o,n])=>[o,JSON.stringify(Do(n))])),Zc=r=>{const o=r.valid;return typeof o=="boolean"?o:o.value},F_=(r,o=!1)=>{const n=e.reactive({}),t=e.reactive({}),l=e.reactive(Yc(r)),i=e.ref(!1),a=e.ref(!1),s=()=>{const w=Object.values(t).every(Zc),g=Object.values(n).every(Zc);i.value=w&&g},d=()=>{Object.entries(r).forEach(([w,g])=>{t[w]=qt({inputValue:g.value,rules:g.rules}),t[w].validate()}),s()},p=()=>{Object.entries(r).forEach(([w,g])=>{n[w]=qt({inputValue:g.value,rules:g.rules}),n[w].validate()}),d()},h=(w,g)=>{const B=r[w];if(!B)return;const S=qt({inputValue:g??B.value,rules:B.rules});return S.validate(),n[w]=S,d(),a.value=!0,S},f=(w,g)=>{const B=r[w];B&&(B.value=g,h(w,g))},m=(w,g)=>{const B=Yc(g);return{changedFields:Object.keys(g).filter(k=>{const v=w[k]??null,b=B[k];return v!==b}),newSnapshot:B}},u=w=>{const{changedFields:g,newSnapshot:B}=m(l,w);g.forEach(S=>{const k=w[S];n[S]=qt({inputValue:k.value,rules:k.rules}),n[S].validate()}),Object.assign(l,B),d(),a.value=!0};return e.watch(r,u,{deep:!0}),o&&p(),{formValue:r,fields:n,updateFieldValue:f,validateField:h,isFormValid:e.readonly(i),isAnyTouched:e.readonly(a)}},R_=e.defineComponent({__name:"NmorphForm",props:{value:{type:null,required:!0},validateImmediately:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){const n=r,t=e.computed(()=>K({"nmorph-form":[]})),l=F_(n.value,n.validateImmediately);o({formData:l}),e.provide("form-data",l);const i={props:n,modifiers:t,formValidationData:l};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}}),j_={class:"nmorph-form__content"};function W_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("form",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",j_,[e.renderSlot(r.$slots,"default")])],2)}const $_=W(R_,[["render",W_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-form/NmorphForm.vue"]]),K_=e.defineComponent({__name:"NmorphErrorBox",props:{thickness:{type:null,required:!1,default:"basic"},errors:{type:[Array,Object],required:!1,default:()=>[]},staticHeight:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>{const a=Array.isArray(n.errors)?n.errors:n.errors.value;return a.length?a[a.length-1]:""}),l=e.computed(()=>K({nmorph:[ke[n.thickness]],"nmorph-error-box":[n.staticHeight&&"static-height",!t.value&&"empty"]})),i={props:n,currentError:t,modifiers:l};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}});function U_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createVNode(e.Transition,{name:"list",mode:"out-in"},{default:e.withCtx(()=>[t.currentError?(e.openBlock(),e.createElementBlock("p",{key:t.currentError,class:"nmorph-error-box__error"},e.toDisplayString(t.currentError),1)):e.createCommentVNode("v-if",!0)]),_:1})],2)}const G_=W(K_,[["render",U_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-error-box/NmorphErrorBox.vue"]]),Y_="18px",Z_=e.defineComponent({__name:"NmorphValidationIcon",props:{valid:{type:[Boolean,Object],required:!0},show:{type:[Boolean,Object],required:!1,default:!0}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-validation-icon":[n.valid?"valid":"invalid"]})),l=e.computed(()=>n.valid?Bt:Qe),i={props:n,modifiers:t,validationIcon:l,validateIconSize:Y_,get NmorphIcon(){return ie}};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}});function X_(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[n.show?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-validation-icon__content",width:t.validateIconSize,height:t.validateIconSize},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.validationIcon)))]),_:1})):e.createCommentVNode("v-if",!0)],2)}const Q_=W(Z_,[["render",X_],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/inner-components/nmorph-validation-icon/NmorphValidationIcon.vue"]]),J_=e.defineComponent({__name:"NmorphFormItem",props:{id:{type:String,required:!0},name:{type:String,required:!1,default:""},autocomplete:{type:String,required:!1,default:""},thickness:{type:null,required:!1,default:"basic"},label:{type:String,required:!1,default:""},showValidationIcon:{type:Boolean,required:!1,default:!0},staticErrorBoxSpace:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.inject("form-data"),l=e.computed(()=>t?.fields[n.id]),i=e.computed(()=>t?.formValue[n.id]),a=e.computed(()=>i.value?.value),s=e.computed(()=>i.value?.rules||[]),d=e.computed(()=>e.unref(l.value?.errors)||[]),p=e.computed(()=>e.unref(l.value?.valid)??!0),h=e.computed(()=>e.unref(l.value?.touched)??!1),f=e.computed(()=>l.value),m=e.computed(()=>!!f.value&&!!l?.value?.touched&&n.showValidationIcon),u=e.computed(()=>f.value&&l.value?.touched);e.provide(To,{id:e.toRef(n,"id"),name:e.computed(()=>n.name||n.id),autocomplete:e.computed(()=>n.autocomplete||void 0),value:a,rules:s,errors:d,valid:p,touched:h,updateValue:B=>t?.updateFieldValue(n.id,B),validate:B=>{t?.validateField(n.id,B)}});const w=e.computed(()=>K({"nmorph-form-item":[n.label&&"labeled",u.value&&(l.value?.valid?"valid":"invalid")]})),g={props:n,formData:t,validationData:l,fieldData:i,fieldValue:a,fieldRules:s,fieldErrors:d,fieldValid:p,fieldTouched:h,ableToShowValidation:f,showStatusIcon:m,ableToAddValidationModifiers:u,modifiers:w,get NmorphValidationIcon(){return Q_},get NmorphErrorBox(){return G_}};return Object.defineProperty(g,"__isScriptSetup",{enumerable:!1,value:!0}),g}}),ek=["for"],tk={class:"nmorph-form-item__content"};function ok(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[t.props.label?(e.openBlock(),e.createElementBlock("label",{key:0,for:t.props.id},e.toDisplayString(t.props.label),9,ek)):e.createCommentVNode("v-if",!0),e.createElementVNode("div",tk,[e.renderSlot(r.$slots,"default"),t.props.showValidationIcon?(e.openBlock(),e.createBlock(t.NmorphValidationIcon,{key:0,valid:!!t.validationData?.valid,show:t.showStatusIcon},null,8,["valid","show"])):e.createCommentVNode("v-if",!0)]),e.createVNode(t.NmorphErrorBox,{errors:t.validationData?.errors,thickness:t.props.thickness,"static-height":n.staticErrorBoxSpace},null,8,["errors","thickness","static-height"])],2)}const rk=W(J_,[["render",ok],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-form/components/nmorph-form-item/NmorphFormItem.vue"]]),nk=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},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){const t=r,{id:l,name:i,autocomplete:a,tabindex:s}=qe(t),d=e.computed(()=>K({nmorph:[ke[t.thickness]],"nmorph-number-input":[t.disabled&&"disabled",t.actionBtnPositionRight&&"action-btn-position-right"]})),p={thick:{default:"12px",right:"8px"},basic:{default:"10px",right:"7px"},thin:{default:"8px",right:"5px"}},h=e.computed(()=>{const M=t.actionBtnPositionRight?"right":"default";return p[t.thickness][M]}),f=n,{modelValue:m,updateModelValue:u}=Ne(t,M=>f("update:model-value",M),0),w=e.ref(m.value),g=()=>{w.value+=t.step},B=()=>{w.value-=t.step},S=e.computed(()=>w.value<=t.min),k=e.computed(()=>w.value>=t.max),v=e.computed(()=>"calc(var(--nmorph-private-control-height) / 2)"),b=M=>{const V=M.target;let _=Number(V.value);w.value=_};e.watch(w,M=>{M>t.max&&(w.value=t.max,E.value?.blur()),w.value<t.min&&(w.value=t.min,E.value?.blur()),u(M)}),e.watch(m,M=>{w.value=M});const E=e.ref(null);o({inputDOMRef:E});const I={props:t,id:l,name:i,autocomplete:a,tabindex:s,modifiers:d,iconSizeMap:p,actionBtnIconSize:h,emit:f,modelValue:m,updateModelValue:u,initialValue:w,increaseHandler:g,decreaseHandler:B,minBtnDisabled:S,maxBtnDisabled:k,rightActionBtnHeight:v,inputHandler:b,inputDOMRef:E,get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconMinusThin(){return po},get NmorphIconPlusThin(){return uo}};return Object.defineProperty(I,"__isScriptSetup",{enumerable:!1,value:!0}),I}}),ak={class:"nmorph-number-input__content"},lk={class:"nmorph-number-input__input-content"},ik={key:0,class:"nmorph-number-input__decrease"},ck=["id","name","autocomplete","tabindex","value","min","max"],sk={key:1,class:"nmorph-number-input__increase"},dk={key:2,class:"nmorph-number-input__action-btns"},mk={class:"nmorph-number-input__increase"},pk={class:"nmorph-number-input__decrease"};function hk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle({"--nmorph-private-number-input-right-action-height":t.rightActionBtnHeight})},[e.createElementVNode("div",ak,[e.createElementVNode("div",lk,[n.actionBtnPositionRight?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",ik,[e.createVNode(t.NmorphButton,{design:"plain",disabled:t.minBtnDisabled,thickness:t.props.thickness,onClick:t.decreaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconMinusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled","thickness"])])),e.createElementVNode("input",{id:t.id,ref:"inputDOMRef",name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,class:"nmorph-native-input",value:t.initialValue,type:"number",min:t.props.min,max:t.props.max,onInput:t.inputHandler},null,40,ck),n.actionBtnPositionRight?(e.openBlock(),e.createElementBlock("div",dk,[e.createElementVNode("div",mk,[e.createVNode(t.NmorphButton,{design:"plain",disabled:t.maxBtnDisabled,thickness:t.props.thickness,onClick:t.increaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-number-input__plus-icon",width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconPlusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled","thickness"])]),e.createElementVNode("div",pk,[e.createVNode(t.NmorphButton,{design:"plain",disabled:t.minBtnDisabled,thickness:t.props.thickness,onClick:t.decreaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconMinusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled","thickness"])])])):(e.openBlock(),e.createElementBlock("div",sk,[e.createVNode(t.NmorphButton,{design:"plain",disabled:t.maxBtnDisabled,thickness:t.props.thickness,onClick:t.increaseHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-number-input__plus-icon",width:t.actionBtnIconSize,height:t.actionBtnIconSize},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconPlusThin)]),_:1},8,["width","height"])]),_:1},8,["disabled","thickness"])]))])])],6)}const fk=W(nk,[["render",hk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-number-input/NmorphNumberInput.vue"]]),uk=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:""},prependIconIndent:{type:[Number,String],required:!1,default:void 0},prependIconSize:{type:[Number,String],required:!1,default:void 0},prependIconColor:{type:String,required:!1,default:void 0},inputAttrs:{type:Object,required:!1,default:()=>({})},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur","on-enter","keydown"],setup(r,{expose:o,emit:n}){const t=e.useSlots(),l=r,i=n,{id:a,name:s,autocomplete:d,tabindex:p}=qe(l),{modelValue:h,updateModelValue:f}=Ne(l,q=>i("update:model-value",q),""),m=e.computed(()=>K({nmorph:[ke[l.thickness],k.value&&"focused"],"nmorph-text-input":[l.typePassword&&"password",(l.typePassword||l.clearable)&&"with-action"]})),u=q=>{const L=q.target;f(L.value)},w=e.ref(!1),g=()=>{l.clearable?f(""):w.value=!w.value},B=e.computed(()=>l.typePassword&&!w.value&&!l.clearable?"password":"text"),{elementRef:S,focused:k,handleFocus:v,handleBlur:b,focus:E,blur:I,select:M}=Ht({onFocus:()=>i("focus"),onBlur:()=>i("blur")});o({inputDOMRef:S,focus:E,blur:I,select:M});const V=e.computed(()=>l.clearable?Qe:w.value?co:Je),_=e.computed(()=>l.indentation||(t["prepend-icon"]?"28px":"8px")),y=e.computed(()=>({"--nmorph-private-text-input-indentation":_.value,...me({"--nmorph-private-text-input-prepend-icon-indent":l.prependIconIndent,"--nmorph-private-text-input-prepend-icon-size":l.prependIconSize}),..._e({"--nmorph-private-text-input-prepend-icon-color":l.prependIconColor})})),x={slots:t,props:l,emit:i,id:a,name:s,autocomplete:d,tabindex:p,modelValue:h,updateModelValue:f,modifiers:m,handleInput:u,showPassword:w,actionButtonClickHandler:g,type:B,inputDOMRef:S,focused:k,handleFocus:v,handleBlur:b,focus:E,blur:I,select:M,actionIcon:V,indentation:_,styles:y,get NmorphIcon(){return ie},get NmorphButton(){return Be}};return Object.defineProperty(x,"__isScriptSetup",{enumerable:!1,value:!0}),x}}),gk={class:"nmorph-text-input__input-side"},wk={key:0,class:"nmorph-text-input__prepend-icon"},bk=["id","name","autocomplete","tabindex","type","placeholder","disabled","value"];function yk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",gk,[t.slots["prepend-icon"]?(e.openBlock(),e.createElementBlock("div",wk,[e.renderSlot(r.$slots,"prepend-icon")])):e.createCommentVNode("v-if",!0),e.createElementVNode("input",e.mergeProps({id:t.id,ref:"inputDOMRef",name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,class:"nmorph-native-input",type:t.type,placeholder:t.props.placeholder,disabled:t.props.disabled,value:t.modelValue},t.props.inputAttrs,{onInput:t.handleInput,onFocus:o[0]||(o[0]=(...a)=>t.handleFocus&&t.handleFocus(...a)),onBlur:o[1]||(o[1]=(...a)=>t.handleBlur&&t.handleBlur(...a)),onKeydown:o[2]||(o[2]=a=>t.emit("keydown",a)),onKeyup:o[3]||(o[3]=e.withKeys(a=>t.emit("on-enter"),["enter"]))}),null,16,bk),t.props.typePassword||t.props.clearable?(e.openBlock(),e.createBlock(t.NmorphButton,{key:1,disabled:t.props.disabled,class:"nmorph-text-input__password-btn",design:"plain",thickness:t.props.thickness,onMousedown:o[4]||(o[4]=e.withModifiers(()=>{},["prevent"])),onClick:t.actionButtonClickHandler},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,null,{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.actionIcon)))]),_:1})]),_:1},8,["disabled","thickness"])):e.createCommentVNode("v-if",!0)])],6)}const Tt=W(uk,[["render",yk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-text-input/NmorphTextInput.vue"]]),_k=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},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur","complete"],setup(r,{expose:o,emit:n}){const t=r,l=n,{id:i,name:a,autocomplete:s,tabindex:d}=qe(t),{modelValue:p,updateModelValue:h}=Ne(t,G=>l("update:model-value",G),""),f=e.ref([]),m=e.ref([]),u=e.ref(!1),w=e.ref([]),g=e.computed(()=>Math.max(1,t.length)),B=(G="")=>{const te=`${G??""}`;return t.mode==="numeric"?Array.from(te.replace(/\D/g,"")):t.mode==="alphanumeric"?Array.from(te.replace(/[^a-zA-Z0-9]/g,"")):Array.from(te)},S=(G=p.value)=>{const te=B(G).slice(0,g.value);return Array.from({length:g.value},(z,Y)=>te[Y]||"")},k=(G,te=!1)=>{if(w.value=Array.from({length:g.value},(Y,j)=>G[j]||""),!te)return;const z=w.value.join("");h(z),w.value.includes("")||l("complete",z)};e.watch([p,()=>t.mode,g],()=>{const G=S(p.value);(G.join("")!==w.value.join("")||G.length!==w.value.length)&&k(G)},{immediate:!0});const v=e.computed(()=>K({nmorph:[ke[t.thickness],u.value&&"focused"],"nmorph-otp-input":[t.disabled&&"disabled"]})),b=e.computed(()=>Array.from({length:g.value},(G,te)=>te===0?i.value:`${i.value}-${te+1}`)),E=e.computed(()=>t.mode==="numeric"?"numeric":"text"),I=e.computed(()=>s.value||"one-time-code"),M=e.computed(()=>{if(t.mode==="numeric")return"[0-9]*";if(t.mode==="alphanumeric")return"[A-Za-z0-9]*"}),V=G=>{m.value[G]=f.value[G]?.inputDOMRef??null},_=(G,te)=>{f.value[te]=G,e.nextTick(()=>{V(te)})},y=G=>{V(G),f.value[G]?.select?.(),m.value[G]?.select()},x=(G=0)=>{e.nextTick(()=>{const te=Math.min(Math.max(G,0),g.value-1);V(te),f.value[te]?.focus?.(),m.value[te]?.focus(),y(te)})},q=()=>{f.value.forEach((G,te)=>{G?.blur?.(),m.value[te]?.blur()})};o({inputDOMRefs:m,focus:x,blur:q});const L=(G,te="")=>{const z=[...w.value];z[G]=te,k(z,!0)},C=(G,te)=>{const z=B(G).slice(0,g.value-te);if(!z.length){L(te,"");return}const Y=[...w.value];z.forEach((J,se)=>{Y[te+se]=J}),k(Y,!0);const j=te+z.length;j<g.value?x(j):x(g.value-1)},H=(G,te)=>{C(G,te)},R=new Map,$=G=>{const te=R.get(G);if(te)return te;const z=e.computed({get:()=>w.value[G]||"",set:Y=>H(Y,G)});return R.set(G,z),z},T=G=>{if(w.value[G]){L(G);return}G>0&&(L(G-1),x(G-1))},F=(G,te)=>{if(G.key==="Backspace"){T(te);return}L(te)},ee=G=>{x(G-1)},X=G=>{x(G+1)},le=()=>{x(0)},D=()=>{x(g.value-1)},Q=G=>{G.key.length===1&&!B(G.key).length&&G.preventDefault()},A=(G,te)=>{const z=G.clipboardData?.getData("text")||"";C(z,te)},U=G=>{u.value||(u.value=!0,l("focus")),y(G)},N=()=>{setTimeout(()=>{const G=document.activeElement;!m.value.some(z=>z===G)&&u.value&&(u.value=!1,l("blur"))})},Z=G=>d.value>0?d.value+G:d.value;e.watch(()=>t.autofocus,G=>{G&&!t.disabled&&x(0)},{immediate:!0});const oe={props:t,emit:l,id:i,name:a,autocomplete:s,tabindex:d,modelValue:p,updateModelValue:h,inputRefs:f,inputDOMRefs:m,focused:u,otpValue:w,normalizedLength:g,sanitizeValue:B,normalizeOtpValue:S,syncOtpValue:k,modifiers:v,fieldIds:b,inputMode:E,resolvedAutocomplete:I,inputPattern:M,syncInputDOMRef:V,setInputRef:_,selectField:y,focusField:x,blurFields:q,updateCharAt:L,insertValue:C,inputHandler:H,fieldModels:R,getFieldModel:$,backspaceHandler:T,deleteKeyHandler:F,arrowLeftHandler:ee,arrowRightHandler:X,homeHandler:le,endHandler:D,keydownHandler:Q,pasteHandler:A,focusHandler:U,blurHandler:N,getFieldTabindex:Z,NmorphTextInput:Tt};return Object.defineProperty(oe,"__isScriptSetup",{enumerable:!1,value:!0}),oe}}),kk=["name","value","disabled"],Nk={class:"nmorph-otp-input__content"};function Bk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("input",{name:t.name,value:t.otpValue.join(""),type:"hidden",disabled:t.props.disabled},null,8,kk),e.createElementVNode("div",Nk,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.otpValue,(a,s)=>(e.openBlock(),e.createBlock(t.NmorphTextInput,{id:t.fieldIds[s],key:t.fieldIds[s],ref_for:!0,ref:d=>t.setInputRef(d,s),modelValue:t.getFieldModel(s).value,"onUpdate:modelValue":d=>t.getFieldModel(s).value=d,class:"nmorph-otp-input__field",thickness:t.props.thickness,disabled:t.props.disabled,autocomplete:t.resolvedAutocomplete,tabindex:t.getFieldTabindex(s),indentation:"0px","input-attrs":{name:void 0,maxlength:1,inputmode:t.inputMode,pattern:t.inputPattern,autocapitalize:t.props.autocapitalize,spellcheck:!1,autofocus:t.props.autofocus&&s===0,"aria-label":`OTP ${s+1}`},onKeydown:[o[0]||(o[0]=d=>t.keydownHandler(d)),e.withKeys(e.withModifiers(d=>t.deleteKeyHandler(d,s),["prevent"]),["delete"]),e.withKeys(e.withModifiers(d=>t.arrowLeftHandler(s),["prevent"]),["left"]),e.withKeys(e.withModifiers(d=>t.arrowRightHandler(s),["prevent"]),["right"]),e.withKeys(e.withModifiers(t.homeHandler,["prevent"]),["home"]),e.withKeys(e.withModifiers(t.endHandler,["prevent"]),["end"])],onPaste:e.withModifiers(d=>t.pasteHandler(d,s),["prevent"]),onFocus:d=>t.focusHandler(s),onBlur:t.blurHandler},null,8,["id","modelValue","onUpdate:modelValue","thickness","disabled","autocomplete","tabindex","input-attrs","onKeydown","onPaste","onFocus"]))),128))])],2)}const xk=W(_k,[["render",Bk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-otp-input/NmorphOTPInput.vue"]]),Vk=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:null,required:!1,default:""},multiple:{type:null,required:!1,default:void 0},nullable:{type:Boolean,required:!1,default:!1},loading:{type:Boolean,required:!1,default:!1},open:{type:Boolean,required:!1,default:!1},fill:{type:Boolean,required:!1,default:!1},optionsWidth:{type:String,required:!1,default:"truncate"},zIndex:{type:Number,required:!1,default:void 0},virtual:{type:Boolean,required:!1,default:!1},virtualItemHeight:{type:Number,required:!1,default:0},virtualMaxHeight:{type:[Number,String],required:!1,default:240},virtualOverscan:{type:Number,required:!1,default:5},virtualDynamicHeight:{type:Boolean,required:!1,default:!1},width:{type:[Number,String],required:!1,default:void 0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const{t}=Me.useI18n(),l=r,i=e.computed(()=>l.noElementPlaceholder?l.noElementPlaceholder:t("noElementPlaceholder")),a=n,{modelValue:s,updateModelValue:d}=Ne(l,ne=>a("update:model-value",ne),""),p=()=>l.nullable?null:"",h=e.computed(()=>l.multiple??Array.isArray(s.value)),f=ne=>h.value?Array.isArray(ne)?ne:ne?[ne]:[]:Array.isArray(ne)?ne[0]??p():ne??p(),m=e.ref(f(s.value)),u=e.ref(l.open),w=e.computed(()=>l.disabled||l.loading),g=e.computed(()=>l.optionsWidth==="auto"),B=e.ref(!0),{id:S,name:k,autocomplete:v,tabindex:b}=qe(l),E=ne=>{if(w.value)return;if(u.value=!1,!h.value){!l.valueRequired&&m.value===ne?m.value=p():m.value=ne,d(m.value);return}const ge=Array.isArray(m.value)?m.value:[],Se=ge.includes(ne),$e=ge.length===1&&Se;l.valueRequired&&$e||(Se?m.value=ge.filter(Ke=>Ke!==ne):m.value=[...ge,ne],d(m.value))},I=e.ref(!1),M=()=>{I.value=!0},V=()=>{I.value=!1},_=e.computed(()=>K({nmorph:[ke[l.thickness]],"nmorph-select":[w.value&&"disabled",s.value?"on":"off",l.loading&&"loading",u.value&&!w.value&&"open",l.fill&&"fill",g.value&&"options-auto-width",B.value?"selected-line-outset":"selected-line-inset",I.value&&"focus"]})),y=e.computed(()=>me({"--nmorph-private-select-width":l.width})),x=()=>{w.value||(u.value=!u.value)};e.watch(u,ne=>{ne&&(B.value=!1)},{immediate:!0});const q=()=>{u.value=!1};e.watch(()=>l.loading,ne=>{ne&&(u.value=!1)}),e.watch(s,ne=>{m.value=f(ne)},{deep:!0});const L=e.computed(()=>l.options.length>0?l.options:l.optionsMap),C=e.ref(null),H=e.ref([]),R=e.computed(()=>l.options),$=e.computed(()=>l.virtual&&R.value.length>0),T=e.computed(()=>l.virtualItemHeight||Go(l.thickness)),F=e.computed(()=>l.virtualOverscan),ee=e.computed(()=>l.virtualDynamicHeight),X=Mt(R,{enabled:$,itemHeight:T,overscan:F,dynamic:ee}),le=e.computed(()=>X.virtualItems.value),D=X.spacerStyle,Q=X.contentStyle,A=e.computed(()=>ze(l.virtualMaxHeight)),U=()=>{L.value.length>0||!C.value||(H.value=Array.from(C.value.querySelectorAll(".nmorph-select-option")).map(ne=>ne.getAttribute("value")).filter(ne=>!!ne))},N=e.computed(()=>L.value.length>0?L.value.map(ne=>ne.value):H.value),Z=e.computed(()=>$.value?Array.isArray(m.value)?m.value:m.value?[m.value]:[]:N.value),oe=e.ref(0),G=e.computed(()=>N.value[oe.value]||""),te=e.computed(()=>`${S.value}-listbox`),z=ne=>`${S.value}-option-${ne.replace(/\s+/g,"-")}`;e.watch(oe,ne=>{u.value&&$.value&&X.scrollToIndex(ne)}),e.watch(N,ne=>{oe.value>=ne.length&&(oe.value=Math.max(ne.length-1,0))},{immediate:!0}),e.watch(u,async ne=>{if(ne){if(await e.nextTick(),U(),!Array.isArray(m.value)&&m.value){const ge=N.value.indexOf(m.value);ge!==-1&&(oe.value=ge)}X.refresh(),$.value&&X.scrollToIndex(oe.value)}}),e.onMounted(async()=>{await e.nextTick(),U(),document.addEventListener("click",q)}),e.onUnmounted(()=>{document.removeEventListener("click",q)});const Y=e.computed(()=>Array.isArray(m.value)?i.value:m.value?L.value.find(ne=>ne.value===m.value)?.label:i.value),j=e.computed(()=>L.value.length>0?L.value.filter(ge=>Array.isArray(m.value)&&m.value.includes(ge.value)).map(ge=>({text:ge.label,value:ge.value})):Array.isArray(m.value)?m.value.map(ge=>({text:ge,value:ge})):m.value?[{text:m.value,value:m.value}]:[]);e.provide("select-selected-value",m),e.provide("select-change-selected-value",E),e.provide("select-thickness",e.toRef(l,"thickness"));const J=e.ref(null),se=e.computed(()=>g.value?`${J.value?.clientWidth||0}px`:void 0),ve={t,props:l,computedNoElementPlaceholder:i,emit:a,modelValue:s,updateModelValue:d,getEmptySingleValue:p,isMultiple:h,normalizeModelValue:f,initialValue:m,open:u,disabledInput:w,autoOptionsWidth:g,selectedLineOutset:B,id:S,name:k,autocomplete:v,tabindex:b,changeHandler:E,focus:I,focusHandler:M,blurHandler:V,modifiers:_,styles:y,clickHandler:x,closeHandler:q,optionsMap:L,optionsDOMRef:C,slotDomOptions:H,renderedOptions:R,virtualEnabled:$,virtualItemHeight:T,virtualOverscan:F,virtualDynamicHeight:ee,virtualList:X,virtualOptions:le,virtualSpacerStyle:D,virtualContentStyle:Q,virtualMaxHeight:A,refreshDomOptions:U,domOptions:N,nativeOptions:Z,currentIndex:oe,currentFocusedEl:G,listboxId:te,getOptionId:z,selectedValueTitle:Y,tags:j,nmorphSelectDOMRef:J,optionsMinWidth:se,spaceHandler:()=>{w.value||(u.value=!u.value)},arrowDownHandler:()=>{w.value||N.value.length!==0&&(u.value||(u.value=!0),oe.value=(oe.value+1)%N.value.length)},arrowUpHandler:()=>{w.value||N.value.length!==0&&(u.value||(u.value=!0),oe.value=(oe.value-1+N.value.length)%N.value.length)},enterHandler:()=>{u.value&&G.value&&E(G.value)},setVirtualOptionRef:(ne,ge)=>{X.measureElement(ge,Pt(ne))},escapeHandler:()=>{u.value=!1},homeHandler:()=>{oe.value=0},endHandler:()=>{oe.value=Math.max(N.value.length-1,0)},get NmorphTagItem(){return zo},get NmorphIcon(){return ie},get NmorphSelectOption(){return Xc},get NmorphDropdown(){return et},get NmorphIconLoaderDots(){return Oe},get NmorphIconChevronDown(){return Pe}};return Object.defineProperty(ve,"__isScriptSetup",{enumerable:!1,value:!0}),ve}}),vk={class:"nmorph-select__content"},Sk=["id","name","autocomplete","tabindex","disabled","aria-expanded","aria-controls","aria-activedescendant","onKeydown"],Ek=["value"],Ck={key:0,class:"nmorph-select__selected-value"},Ik={key:1,class:"nmorph-select__selected-value"},Mk={key:2,class:"nmorph-select__selected-value"},zk=["id"];function Hk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",vk,[e.createElementVNode("select",{id:t.id,name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,disabled:t.disabledInput,role:"combobox","aria-expanded":t.open,"aria-controls":t.listboxId,"aria-activedescendant":t.open&&t.currentFocusedEl?t.getOptionId(t.currentFocusedEl):void 0,onFocus:t.focusHandler,onBlur:t.blurHandler,onKeydown:[e.withKeys(e.withModifiers(t.spaceHandler,["prevent"]),["space"]),e.withKeys(e.withModifiers(t.arrowDownHandler,["prevent"]),["arrow-down"]),e.withKeys(e.withModifiers(t.arrowUpHandler,["prevent"]),["arrow-up"]),e.withKeys(e.withModifiers(t.enterHandler,["prevent"]),["enter"]),e.withKeys(e.withModifiers(t.escapeHandler,["prevent"]),["escape"]),e.withKeys(e.withModifiers(t.homeHandler,["prevent"]),["home"]),e.withKeys(e.withModifiers(t.endHandler,["prevent"]),["end"])]},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.nativeOptions,a=>(e.openBlock(),e.createElementBlock("option",{key:a,value:a},null,8,Ek))),128))],40,Sk),e.createElementVNode("div",{ref:"nmorphSelectDOMRef",class:"nmorph-select__selected-values-line","aria-hidden":"true",onClick:e.withModifiers(t.clickHandler,["stop"])},[Array.isArray(t.initialValue)?t.initialValue.length===0?(e.openBlock(),e.createElementBlock("div",Ik,e.toDisplayString(t.computedNoElementPlaceholder),1)):(e.openBlock(),e.createElementBlock("div",Mk,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.tags,a=>(e.openBlock(),e.createBlock(t.NmorphTagItem,{key:a.value,value:a.value,text:a.text,transparent:"",removable:t.tags.length>1||!t.props.valueRequired,thickness:"thin",onClose:t.changeHandler},null,8,["value","text","removable"]))),128))])):(e.openBlock(),e.createElementBlock("div",Ck,e.toDisplayString(t.selectedValueTitle),1)),e.createVNode(t.NmorphIcon,{class:"nmorph-select__chevron"},{default:e.withCtx(()=>[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIconLoaderDots,{key:0})):(e.openBlock(),e.createBlock(t.NmorphIconChevronDown,{key:1}))]),_:1})],512)]),t.nmorphSelectDOMRef&&!t.disabledInput?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,open:t.open&&!t.disabledInput,"relative-element":t.nmorphSelectDOMRef,"fill-width":!t.autoOptionsWidth,width:t.autoOptionsWidth?"max-content":void 0,"min-width":t.optionsMinWidth,"max-width":"calc(100vw - 16px)","z-index":t.props.zIndex,"aria-label":t.name,onOnOutsideClick:t.closeHandler,onOnEscapeKeydown:t.escapeHandler},{default:e.withCtx(()=>[e.createElementVNode("div",{id:t.listboxId,ref:"optionsDOMRef",class:"nmorph-select__options",role:"listbox"},[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-select__chevron",size:"medium"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1})):t.virtualEnabled?(e.openBlock(),e.createElementBlock("div",{key:1,ref:t.virtualList.containerRef,class:"nmorph-select__virtual-list",style:e.normalizeStyle({maxHeight:t.virtualMaxHeight}),onScroll:o[0]||(o[0]=(...a)=>t.virtualList.scrollHandler&&t.virtualList.scrollHandler(...a))},[e.createElementVNode("div",{class:"nmorph-select__virtual-spacer",style:e.normalizeStyle(t.virtualSpacerStyle)},[e.createElementVNode("div",{class:"nmorph-select__virtual-content",style:e.normalizeStyle(t.virtualContentStyle)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.virtualOptions,a=>(e.openBlock(),e.createBlock(t.NmorphSelectOption,{id:t.getOptionId(a.item.value),ref_for:!0,ref:s=>t.setVirtualOptionRef(s,a.index),key:a.index,value:a.item.value,label:a.item.label,disabled:a.item.disabled,"hover-background":a.item.hoverBackground,"hover-color":a.item.hoverColor,focused:a.item.value===t.currentFocusedEl,thickness:a.item.thickness||t.props.thickness},null,8,["id","value","label","disabled","hover-background","hover-color","focused","thickness"]))),128))],4)],4)],36)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.options,a=>(e.openBlock(),e.createBlock(t.NmorphSelectOption,{id:t.getOptionId(a.value),key:a.value,value:a.value,label:a.label,disabled:a.disabled,"hover-background":a.hoverBackground,"hover-color":a.hoverColor,focused:a.value===t.currentFocusedEl,thickness:a.thickness||t.props.thickness},null,8,["id","value","label","disabled","hover-background","hover-color","focused","thickness"]))),128)),e.renderSlot(r.$slots,"default")],64))],8,zk)]),_:3},8,["open","relative-element","fill-width","width","min-width","z-index","aria-label"])):e.createCommentVNode("v-if",!0)],6)}const qk=W(Vk,[["render",Hk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-select/NmorphSelect.vue"]]),Tk=e.defineComponent({__name:"NmorphSelectOption",props:{value:{type:String,required:!0},label:{type:String,required:!0,default:""},focused:{type:Boolean,required:!1,default:!1},hoverBackground:{type:String,required:!1,default:void 0},hoverColor:{type:String,required:!1,default:void 0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["change-value"],setup(r,{expose:o,emit:n}){o();const t=e.inject("select-selected-value"),l=e.inject("select-change-selected-value"),i=e.inject("select-thickness",void 0),a=r,s=n,d=()=>{a.disabled||(s("change-value",a.value),l&&l(a.value))},p=e.computed(()=>typeof t?.value=="string"?t.value===a.value:Array.isArray(t?.value)?t.value.some(w=>w===a.value):!1),h=e.computed(()=>a.thickness||i?.value||"basic"),f=e.computed(()=>K({nmorph:[ke[h.value]],"nmorph-select-option":[a.disabled&&"disabled",a.label&&"with-label",p.value&&"checked",a.focused&&"focused"]})),m=e.computed(()=>_e({"--nmorph-private-select-option-hover-background":a.hoverBackground,"--nmorph-private-select-option-hover-color":a.hoverColor})),u={selectSelectedValue:t,selectChangeSelectedValue:l,selectThickness:i,props:a,emit:s,clickHandler:d,checked:p,thickness:h,modifiers:f,styles:m,get NmorphIcon(){return ie},get NmorphIconSuccess(){return Bt}};return Object.defineProperty(u,"__isScriptSetup",{enumerable:!1,value:!0}),u}}),Lk=["value","aria-selected","aria-disabled"],Ak={class:"nmorph-select-option__content"};function Dk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles),value:t.props.value,role:"option","aria-selected":t.checked,"aria-disabled":t.props.disabled,onClick:t.clickHandler},[e.createElementVNode("div",Ak,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1),e.renderSlot(r.$slots,"default")]),t.checked?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-select-option__checked"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconSuccess)]),_:1})):e.createCommentVNode("v-if",!0)],14,Lk)}const Xc=W(Tk,[["render",Dk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-select/components/nmorph-select-option/NmorphSelectOption.vue"]]),Pk=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},fill:{type:Boolean,required:!1,default:!0},showTooltip:{type:Boolean,required:!1,default:!0},thumbWidth:{type:Number,required:!1,default:50},sliderHeight:{type:[Number,String],required:!1,default:void 0},valueFixedContainerHeight:{type:[Number,String],required:!1,default:void 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(r,{expose:o,emit:n}){o();const t=r,{id:l,name:i,tabindex:a}=qe(t),s=e.computed(()=>K({nmorph:[],"nmorph-slider":[t.disabled&&"disabled"]})),d=e.computed(()=>`${t.thumbWidth}px`),p=e.ref(t.showTooltip),h=n,{modelValue:f,updateModelValue:m}=Ne(t,$=>h("update:model-value",$),0),u=e.ref(f.value),w=e.ref(null);e.watch(u,()=>{m(u.value)}),e.watch(f,$=>{u.value=$});const g=e.ref(null),B=e.ref(24),S=()=>{B.value=g.value?.tooltipBody?.clientWidth||24};e.watch([u,p],()=>e.nextTick(S),{flush:"post"});const k=e.computed(()=>{v.value,b.value;const $=t.max-t.min,T=w.value?.clientWidth||0;if(!T||$<=0)return{thumb:"0px",tooltip:"0px"};const F=Math.max(0,Math.min(1,(u.value-t.min)/$)),ee=Math.min(t.thumbWidth,T),X=F*Math.max(0,T-ee),le=X+ee/2,D=Math.max(0,T-B.value),Q=Math.max(0,Math.min(D,le-B.value/2)),A=`${X}px`,U=`${Q}px`;return{thumb:A,tooltip:U}}),v=e.ref(0),b=e.ref(0),E=()=>{v.value=window.innerWidth,b.value=window.innerHeight,e.nextTick(S)};e.onMounted(()=>{typeof window<"u"&&(v.value=window.innerWidth,b.value=window.innerHeight,window.addEventListener("resize",E),e.nextTick(S))}),e.onUnmounted(()=>{typeof window<"u"&&(document.removeEventListener("pointermove",M),document.removeEventListener("pointerup",V),document.removeEventListener("pointercancel",V),window.removeEventListener("resize",E))});const I=$=>{C.value=!1;const T=w.value?.getBoundingClientRect();let F=0;if(T){const ee=$-T.left,X=T.width;F=Math.max(0,Math.min(1,ee/X)),u.value=t.min+F*(t.max-t.min)}u.value=Math.round(u.value/t.step)*t.step,u.value=Math.max(t.min,Math.min(t.max,u.value))},M=$=>{$.preventDefault(),I($.clientX)},V=()=>{document.removeEventListener("pointermove",M),document.removeEventListener("pointerup",V),document.removeEventListener("pointercancel",V),C.value=!0},_=$=>{t.disabled||$.pointerType==="mouse"&&$.button!==0||($.preventDefault(),I($.clientX),document.addEventListener("pointermove",M),document.addEventListener("pointerup",V),document.addEventListener("pointercancel",V))},y=e.ref(null),x=()=>{t.showTooltip&&(p.value=!0)},q=()=>{t.showTooltip&&(p.value=!1)},L=$=>{const T=$.target;u.value=Number(T.value)},C=e.ref(!0),H=e.computed(()=>({"--nmorph-private-slider-thumb-width":d.value,...me({"--nmorph-private-slider-height":t.sliderHeight,"--nmorph-private-slider-value-container-height":t.valueFixedContainerHeight})})),R={props:t,id:l,name:i,tabindex:a,modifiers:s,thumbWidthCss:d,tooltipVisible:p,emit:h,modelValue:f,updateModelValue:m,thumbValue:u,sliderContainer:w,tooltipRootRef:g,tooltipWidth:B,updateTooltipWidth:S,thumbXPercentPosition:k,windowWidth:v,windowHeight:b,resizeWindowHandler:E,updateThumbValue:I,pointerMove:M,pointerUp:V,pointerDownHandler:_,sliderFirst:y,handleMouseEnter:x,handleMouseLeave:q,nativeInputHandler:L,transitionEnabled:C,styles:H,get NmorphTooltip(){return qo}};return Object.defineProperty(R,"__isScriptSetup",{enumerable:!1,value:!0}),R}}),Ok={class:"nmorph-slider__content"},Fk={class:"nmorph-slider__input-wrapper"},Rk=["id","name","tabindex","value","min","max","step","disabled"];function jk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",Ok,[e.createElementVNode("div",Fk,[e.createElementVNode("div",{ref:"sliderContainer",class:"nmorph-slider__input-container",onPointerdown:t.pointerDownHandler},[t.tooltipVisible&&!t.props.disabled?(e.openBlock(),e.createBlock(t.NmorphTooltip,{key:0,ref:"tooltipRootRef",text:String(t.thumbValue),"force-show":"","force-coordinate":{x:t.thumbXPercentPosition.tooltip,y:"24px"},"block-position":""},null,8,["text","force-coordinate"])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",{ref:"sliderFirst",class:e.normalizeClass(["nmorph-slider__thumb",{"nmorph-slider__thumb--smooth":t.transitionEnabled}]),style:e.normalizeStyle({left:t.thumbXPercentPosition.thumb}),onMouseenter:t.handleMouseEnter,onMouseleave:t.handleMouseLeave},null,38),e.createElementVNode("input",{id:t.id,name:t.name,tabindex:t.tabindex,class:"nmorph-slide__native-input",type:"range",value:t.thumbValue,min:t.props.min,max:t.props.max,step:t.props.step,disabled:t.props.disabled,onInput:t.nativeInputHandler},null,40,Rk)],544)])])],6)}const Wk=W(Pk,[["render",jk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-slider/NmorphSlider.vue"]]),$k=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},width:{type:[Number,String],required:!1,default:void 0},height:{type:[Number,String],required:!1,default:void 0},offset:{type:[Number,String],required:!1,default:void 0},thumbHeight:{type:[Number,String],required:!1,default:void 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(r,{expose:o,emit:n}){const t=r,{id:l,name:i,tabindex:a}=qe(t),s=n,{modelValue:d,updateModelValue:p}=Ne(t,v=>s("update:model-value",v),!1),h=e.ref(!1),f=()=>{h.value=!0},m=()=>{h.value=!1},u=e.computed(()=>K({"nmorph-switch":[t.disabled&&"disabled",w.value?"on":"off",t.loading&&"loading",h.value&&"focus"]})),w=e.ref(d.value===t.activeValue),g=()=>{if(t.disabled)return;w.value=!w.value;const v=w.value?t.activeValue:t.inactiveValue;p(v)},B=e.ref(null);o({inputDOMRef:B});const S=e.computed(()=>me({"--nmorph-private-switch-width":t.width,"--nmorph-private-switch-height":t.height,"--nmorph-private-switch-offset":t.offset,"--nmorph-private-switch-thumb-height":t.thumbHeight}));e.watch(d,v=>{w.value=v===t.activeValue});const k={props:t,id:l,name:i,tabindex:a,emit:s,modelValue:d,updateModelValue:p,focus:h,focusHandler:f,blurHandler:m,modifiers:u,initialValue:w,changeHandler:g,inputDOMRef:B,styles:S,get NmorphIcon(){return ie},get NmorphIconLoaderDots(){return Oe}};return Object.defineProperty(k,"__isScriptSetup",{enumerable:!1,value:!0}),k}}),Kk=["id","name","value","checked","disabled","tabindex"],Uk={class:"nmorph-switch-thumb"};function Gk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",{class:"nmorph-switch__content",onClick:t.changeHandler},[e.createElementVNode("input",{id:t.id,ref:"inputDOMRef",name:t.name,type:"checkbox",value:t.props.activeValue,checked:t.initialValue,disabled:t.props.disabled,tabindex:t.tabindex,class:"nmorph-native-input",onFocus:t.focusHandler,onBlur:t.blurHandler},null,40,Kk),e.createElementVNode("div",{class:e.normalizeClass(["nmorph-switch__bg-content",{"nmorph-switch__bg-content--enable":t.initialValue}])},[t.initialValue?e.renderSlot(r.$slots,"bg-on",{key:0}):e.renderSlot(r.$slots,"bg-off",{key:1})],2),e.createElementVNode("div",Uk,[t.props.loading?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,width:"14px",height:"14px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconLoaderDots)]),_:1})):t.initialValue?e.renderSlot(r.$slots,"thumb-on",{key:1}):e.renderSlot(r.$slots,"thumb-off",{key:2})])])],6)}const Yk=W($k,[["render",Gk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-switch/NmorphSwitch.vue"]]),Zk=e.defineComponent({__name:"NmorphTextarea",props:{placeholder:{type:String,required:!1,default:""},modelValue:{type:String,required:!1,default:""},rows:{type:Number,required:!1,default:3},minRows:{type:Number,required:!1,default:2},maxRows:{type:Number,required:!1,default:void 0},resize:{type:String,required:!1,default:"vertical"},autoSize:{type:Boolean,required:!1,default:!1},indentation:{type:String,required:!1,default:"12px"},textareaAttrs:{type:Object,required:!1,default:()=>({})},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur","on-enter","keydown"],setup(r,{expose:o,emit:n}){const t=r,l=n,{id:i,name:a,autocomplete:s,tabindex:d}=qe(t),{modelValue:p,updateModelValue:h}=Ne(t,y=>l("update:model-value",y),""),{elementRef:f,focused:m,handleFocus:u,handleBlur:w,focus:g,blur:B,select:S}=Ht({onFocus:()=>l("focus"),onBlur:()=>l("blur")}),k=e.computed(()=>K({nmorph:[ke[t.thickness],m.value&&"focused"],"nmorph-textarea":[t.disabled&&"disabled",t.autoSize&&"auto-size"]})),v=y=>{const x=window.getComputedStyle(y);return parseFloat(x.paddingTop)+parseFloat(x.paddingBottom)},b=async()=>{if(!t.autoSize)return;await e.nextTick();const y=f.value;if(!y)return;y.style.height="auto";const x=window.getComputedStyle(y),q=parseFloat(x.lineHeight)||20,L=t.maxRows?t.maxRows*q+v(y):1/0,C=Math.min(y.scrollHeight,L);y.style.height=`${C}px`,y.style.overflowY=y.scrollHeight>L?"auto":"hidden"},E=y=>{const x=y.target;h(x.value),b()};e.watch(p,b),e.onMounted(b),o({textareaDOMRef:f,focus:g,blur:B,select:S,resizeToContent:b});const I=e.computed(()=>Math.max(t.minRows,1)),M=e.computed(()=>Math.max(t.rows,I.value)),V=e.computed(()=>({"--nmorph-private-textarea-resize":t.autoSize?"none":t.resize,"--nmorph-private-textarea-indentation":t.indentation})),_={props:t,emit:l,id:i,name:a,autocomplete:s,tabindex:d,modelValue:p,updateModelValue:h,textareaDOMRef:f,focused:m,handleFocus:u,handleBlur:w,focus:g,blur:B,select:S,modifiers:k,getVerticalPadding:v,resizeToContent:b,handleInput:E,minRows:I,rows:M,styles:V};return Object.defineProperty(_,"__isScriptSetup",{enumerable:!1,value:!0}),_}}),Xk=["id","name","autocomplete","tabindex","placeholder","disabled","value","rows"];function Qk(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("textarea",e.mergeProps({id:t.id,ref:"textareaDOMRef",name:t.name,autocomplete:t.autocomplete,tabindex:t.tabindex,class:"nmorph-native-input",placeholder:t.props.placeholder,disabled:t.props.disabled,value:t.modelValue,rows:t.rows},t.props.textareaAttrs,{onInput:t.handleInput,onFocus:o[0]||(o[0]=(...a)=>t.handleFocus&&t.handleFocus(...a)),onBlur:o[1]||(o[1]=(...a)=>t.handleBlur&&t.handleBlur(...a)),onKeydown:o[2]||(o[2]=a=>t.emit("keydown",a)),onKeyup:o[3]||(o[3]=e.withKeys(a=>t.emit("on-enter"),["enter"]))}),null,16,Xk)],6)}const Jk=W(Zk,[["render",Qk],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-textarea/NmorphTextarea.vue"]]),e7=e.defineComponent({__name:"NmorphTimePicker",props:{modelValue:{type:[String,null],required:!1,default:null},placeholder:{type:String,required:!1,default:""},hourStep:{type:Number,required:!1,default:1},minuteStep:{type:Number,required:!1,default:5},secondStep:{type:Number,required:!1,default:1},showSeconds:{type:Boolean,required:!1,default:!1},minTime:{type:String,required:!1,default:""},maxTime:{type:String,required:!1,default:""},clearable:{type:Boolean,required:!1,default:!0},zIndex:{type:Number,required:!1,default:void 0},width:{type:[Number,String],required:!1,default:void 0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value","focus","blur"],setup(r,{expose:o,emit:n}){const t=r,l=n,{t:i}=Me.useI18n(),{id:a,name:s,autocomplete:d,tabindex:p}=qe(t),{modelValue:h,updateModelValue:f}=Ne(t,N=>l("update:model-value",N),null),m=e.ref(!1),{elementRef:u,focused:w,handleFocus:g,handleBlur:B}=Ht({onFocus:()=>l("focus"),onBlur:()=>l("blur")}),S=N=>String(N).padStart(2,"0"),k=N=>Math.max(1,Math.floor(Number.isFinite(N)?N:1)),v=N=>{if(!N)return null;const Z=N.match(/^(\d{1,2}):(\d{2})(?::(\d{2}))?$/);if(!Z)return null;const oe=Number(Z[1]),G=Number(Z[2]),te=Number(Z[3]||0);return oe>23||G>59||te>59?null:{hour:oe,minute:G,second:te}},b=N=>{const Z=`${S(N.hour)}:${S(N.minute)}`;return t.showSeconds?`${Z}:${S(N.second)}`:Z},E=N=>N.hour*3600+N.minute*60+N.second,I=e.computed(()=>v(t.minTime)),M=e.computed(()=>v(t.maxTime)),V=e.computed(()=>v(h.value)),_=e.ref(V.value||{hour:0,minute:0,second:0}),y=e.computed(()=>t.placeholder||i("pickATime"));e.watch(h,N=>{const Z=v(N);Z&&(_.value=Z)});const x=N=>{const Z=E(N);return!!(I.value&&Z<E(I.value)||M.value&&Z>E(M.value))},q=(N,Z,oe)=>{const G=k(oe),te=new Set;for(let z=0;z<=Z;z+=G)te.add(z);return te.add(_.value[N]),Array.from(te).filter(z=>z>=0&&z<=Z).sort((z,Y)=>z-Y).map(z=>{const Y={..._.value,[N]:z};return{label:S(z),value:z,disabled:x(Y)}})},L=e.computed(()=>q("hour",23,t.hourStep)),C=e.computed(()=>q("minute",59,t.minuteStep)),H=e.computed(()=>q("second",59,t.secondStep)),R=(N,Z)=>{const oe={..._.value,[N]:Z};x(oe)||(_.value=oe,f(b(oe)))},$=()=>{f(null),m.value=!1},T=()=>{m.value=!1},F=()=>{t.disabled||(m.value=!m.value)},ee=N=>{const Z=N.target,oe=v(Z.value);!oe||x(oe)||(_.value=oe,f(b(oe)))},X=e.computed(()=>h.value||y.value),le=e.computed(()=>t.showSeconds?k(t.secondStep):k(t.minuteStep)*60),D=e.computed(()=>t.clearable&&!!h.value&&!t.disabled),Q=e.computed(()=>K({nmorph:[ke[t.thickness]],"nmorph-time-picker":[t.disabled&&"disabled",m.value&&"open",w.value&&"focus",!h.value&&"placeholder"]})),A=e.computed(()=>me({"--nmorph-private-time-picker-width":t.width}));o({inputDOMRef:u});const U={props:t,emit:l,t:i,id:a,name:s,autocomplete:d,tabindex:p,modelValue:h,updateModelValue:f,open:m,inputDOMRef:u,focused:w,focusHandler:g,blurHandler:B,pad:S,normalizeStep:k,parseTime:v,formatTime:b,timeToSeconds:E,minTimeParts:I,maxTimeParts:M,modelTimeParts:V,pickerValue:_,placeholderText:y,isOutsideRange:x,getUnitOptions:q,hourOptions:L,minuteOptions:C,secondOptions:H,selectUnit:R,clearHandler:$,closeHandler:T,toggleOpen:F,nativeInputHandler:ee,displayValue:X,inputStep:le,showClearButton:D,modifiers:Q,styles:A,get NmorphButton(){return Be},get NmorphDropdown(){return et},get NmorphIcon(){return ie},get NmorphIconCircleClose(){return lo},get NmorphIconClock(){return io},get NmorphScroll(){return No}};return Object.defineProperty(U,"__isScriptSetup",{enumerable:!1,value:!0}),U}}),t7=["aria-expanded","aria-controls","tabindex","onKeydown"],o7=["id","name","autocomplete","step","value","disabled"],r7={class:"nmorph-time-picker__selected-value"},n7=["disabled","tabindex","aria-hidden"],a7=["id"],l7={class:"nmorph-time-picker__column",role:"listbox","aria-label":"Hours"},i7={class:"nmorph-time-picker__column",role:"listbox","aria-label":"Minutes"},c7={class:"nmorph-time-picker__column",role:"listbox","aria-label":"Seconds"};function s7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",{ref:"inputDOMRef",class:"nmorph-time-picker__input",role:"combobox","aria-expanded":t.open,"aria-controls":`${t.id}-dropdown`,tabindex:t.props.disabled?-1:t.tabindex,onClick:t.toggleOpen,onFocus:o[0]||(o[0]=(...a)=>t.focusHandler&&t.focusHandler(...a)),onBlur:o[1]||(o[1]=(...a)=>t.blurHandler&&t.blurHandler(...a)),onKeydown:[e.withKeys(e.withModifiers(t.toggleOpen,["prevent"]),["space"]),e.withKeys(e.withModifiers(t.toggleOpen,["prevent"]),["enter"]),e.withKeys(e.withModifiers(t.closeHandler,["prevent"]),["escape"])]},[e.createElementVNode("input",{id:t.id,class:"nmorph-time-picker__native",name:t.name,autocomplete:t.autocomplete,type:"time",step:t.inputStep,value:t.modelValue||"",disabled:t.props.disabled,onInput:t.nativeInputHandler},null,40,o7),e.createVNode(t.NmorphIcon,{class:"nmorph-time-picker__clock-icon"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconClock)]),_:1}),e.createElementVNode("div",r7,e.toDisplayString(t.displayValue),1),e.createElementVNode("button",{class:e.normalizeClass(["nmorph-time-picker__clear",{"nmorph-time-picker__clear--hidden":!t.showClearButton}]),type:"button",disabled:!t.showClearButton,tabindex:t.showClearButton?0:-1,"aria-hidden":!t.showClearButton,"aria-label":"Clear time",onClick:e.withModifiers(t.clearHandler,["stop"])},[e.createVNode(t.NmorphIcon,{width:"14px",height:"14px"},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconCircleClose)]),_:1})],10,n7)],40,t7),t.inputDOMRef&&!t.props.disabled?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,open:t.open,"relative-element":t.inputDOMRef,width:t.props.showSeconds?300:208,"fill-width":!1,"z-index":t.props.zIndex,"aria-label":t.name,onOnOutsideClick:t.closeHandler,onOnEscapeKeydown:t.closeHandler},{default:e.withCtx(()=>[e.createElementVNode("div",{id:`${t.id}-dropdown`,class:e.normalizeClass(["nmorph-time-picker__panel",{"nmorph-time-picker__panel--with-seconds":t.props.showSeconds}])},[e.createElementVNode("div",l7,[e.createVNode(t.NmorphScroll,{height:"210px",gap:6,"scroll-x-prop":"hidden","css-scroll-behavior":"auto"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.hourOptions,a=>(e.openBlock(),e.createBlock(t.NmorphButton,{key:a.value,class:"nmorph-time-picker__option",design:"plain",text:a.label,thickness:t.props.thickness,active:a.value===t.pickerValue.hour,disabled:a.disabled,onClick:s=>t.selectUnit("hour",a.value)},null,8,["text","thickness","active","disabled","onClick"]))),128))]),_:1})]),o[3]||(o[3]=e.createElementVNode("div",{class:"nmorph-time-picker__separator"},":",-1)),e.createElementVNode("div",i7,[e.createVNode(t.NmorphScroll,{height:"210px",gap:6,"scroll-x-prop":"hidden","css-scroll-behavior":"auto"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.minuteOptions,a=>(e.openBlock(),e.createBlock(t.NmorphButton,{key:a.value,class:"nmorph-time-picker__option",design:"plain",text:a.label,thickness:t.props.thickness,active:a.value===t.pickerValue.minute,disabled:a.disabled,onClick:s=>t.selectUnit("minute",a.value)},null,8,["text","thickness","active","disabled","onClick"]))),128))]),_:1})]),t.props.showSeconds?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[o[2]||(o[2]=e.createElementVNode("div",{class:"nmorph-time-picker__separator"},":",-1)),e.createElementVNode("div",c7,[e.createVNode(t.NmorphScroll,{height:"210px",gap:6,"scroll-x-prop":"hidden","css-scroll-behavior":"auto"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.secondOptions,a=>(e.openBlock(),e.createBlock(t.NmorphButton,{key:a.value,class:"nmorph-time-picker__option",design:"plain",text:a.label,thickness:t.props.thickness,active:a.value===t.pickerValue.second,disabled:a.disabled,onClick:s=>t.selectUnit("second",a.value)},null,8,["text","thickness","active","disabled","onClick"]))),128))]),_:1})])],64)):e.createCommentVNode("v-if",!0)],10,a7)]),_:1},8,["open","relative-element","width","z-index","aria-label"])):e.createCommentVNode("v-if",!0)],6)}const d7=W(e7,[["render",s7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-time-picker/NmorphTimePicker.vue"]]),m7=e.defineComponent({__name:"NmorphRadio",props:{disabled:{type:Boolean,required:!1,default:!1},label:{type:String,required:!1,default:""},value:{type:String,required:!1,default:""},tabindex:{type:Number,required:!1,default:0},checked:{type:Boolean,required:!1,default:!1},design:{type:String,required:!1,default:"nmorph"},thickness:{type:null,required:!1}},setup(r,{expose:o}){const n=e.inject("radio-group-selected-value",void 0),t=e.inject("change-radio-button-value-handler",void 0),l=e.inject("radio-group-thickness",void 0),i=r,a=()=>{t&&!i.disabled&&t(i.value)},s=e.computed(()=>n?.value===i.value||i.checked),d=e.computed(()=>i.design||"nmorph"),p=e.computed(()=>i.thickness||l?.value||"basic"),h=e.computed(()=>d.value!=="plain"&&p.value==="extra-thin"?"basic":p.value),f=e.computed(()=>K({nmorph:[$t[h.value]],"nmorph-radio":[i.disabled&&"disabled",s.value&&"checked",d.value]})),m=e.ref(null);o({inputDOMRef:m});const u={groupSelectedValue:n,changeValue:t,groupThickness:l,props:i,changeHandler:a,checked:s,resolvedDesign:d,requestedThickness:p,thickness:h,modifiers:f,inputDOMRef:m};return Object.defineProperty(u,"__isScriptSetup",{enumerable:!1,value:!0}),u}}),p7={key:0,class:"nmorph-radio__content"},h7={class:"nmorph-radio__input-wrapper"},f7=["name","value","checked","tabindex"],u7={key:0,class:"nmorph-radio__fake-checked"},g7={key:0,class:"nmorph-radio__label"},w7={key:1,class:"nmorph-radio__content"},b7=["disabled","name","value","checked","tabindex"],y7={key:0,class:"nmorph-radio__fake"},_7={key:1,class:"nmorph-radio__fake"};function k7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(t.modifiers),onClick:e.withModifiers(t.changeHandler,["prevent"])},[t.props.design==="plain"?(e.openBlock(),e.createElementBlock("div",p7,[e.createElementVNode("div",h7,[e.createElementVNode("input",{ref:"inputDOMRef",type:"radio",name:t.props.label,value:t.props.value,checked:t.checked,tabindex:t.props.tabindex,class:"nmorph-native-input"},null,8,f7),o[0]||(o[0]=e.createElementVNode("div",{class:"nmorph-radio__fake"},null,-1)),t.checked?(e.openBlock(),e.createElementBlock("div",u7)):e.createCommentVNode("v-if",!0)]),t.props.label?(e.openBlock(),e.createElementBlock("span",g7,e.toDisplayString(t.props.label),1)):e.renderSlot(r.$slots,"label",{key:1})])):e.createCommentVNode("v-if",!0),t.props.design==="nmorph"?(e.openBlock(),e.createElementBlock("div",w7,[e.createElementVNode("input",{ref:"inputDOMRef",type:"radio",disabled:t.props.disabled,name:t.props.label,value:t.props.value,checked:t.checked,tabindex:t.props.tabindex,class:"nmorph-native-input"},null,8,b7),t.props.label?(e.openBlock(),e.createElementBlock("div",y7,[e.createElementVNode("span",null,e.toDisplayString(t.props.label),1)])):(e.openBlock(),e.createElementBlock("div",_7,[e.renderSlot(r.$slots,"label",{},()=>[e.renderSlot(r.$slots,"default")])]))])):e.createCommentVNode("v-if",!0)],2)}const Po=W(m7,[["render",k7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-radio/NmorphRadio.vue"]]),N7=e.defineComponent({__name:"NmorphRadioGroup",props:{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},modelValue:{type:String,required:!1,default:""},options:{type:Array,required:!1,default:()=>[]},direction:{type:null,required:!1,default:"row"},design:{type:String,required:!1,default:"nmorph"},thickness:{type:null,required:!1,default:"basic"}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,{modelValue:i,updateModelValue:a}=Ne(t,m=>l("update:model-value",m),""),s=e.ref(i.value);e.watch(i,m=>{s.value=m});const d=m=>{s.value=m,a(s.value)},p=e.computed(()=>K({"nmorph-radio-group":[t.design,t.direction]})),h=e.computed(()=>t.thickness);e.provide("radio-group-selected-value",s),e.provide("change-radio-button-value-handler",d),e.provide("radio-group-thickness",h);const f={props:t,emit:l,modelValue:i,updateModelValue:a,initialValue:s,changeHandler:d,modifiers:p,thickness:h,get NmorphRadio(){return Po}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}}),B7={class:"nmorph-radio-group__wrapper"},x7={class:"nmorph-radio-group__content"};function V7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.createElementVNode("div",B7,[e.createElementVNode("div",x7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.options,a=>(e.openBlock(),e.createBlock(t.NmorphRadio,{key:a.value,label:a.label,value:a.value,disabled:a.disabled||t.props.disabled,design:a.design||t.props.design,tabindex:a.tabindex,thickness:a.thickness||t.thickness},null,8,["label","value","disabled","design","tabindex","thickness"]))),128)),e.renderSlot(r.$slots,"default")])])],2)}const Oo=W(N7,[["render",V7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-radio-group/NmorphRadioGroup.vue"]]),v7=e.defineComponent({__name:"NmorphSelectButton",props:{modelValue:{type:String,required:!1,default:""},options:{type:Array,required:!1,default:()=>[]},fill:{type:Boolean,required:!1,default:!1},customThickness:{type:[Number,String],required:!1,default:void 0},id:{type:String,required:!1},name:{type:String,required:!1},autocomplete:{type:String,required:!1},thickness:{type:null,required:!1,default:"basic"},disabled:{type:Boolean,required:!1,default:!1},tabindex:{type:Number,required:!1}},emits:["update:model-value"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,{modelValue:i,updateModelValue:a}=Ne(t,m=>l("update:model-value",m),""),s=e.ref(i.value);e.watch(i,m=>{s.value=m});const d=e.computed(()=>K({nmorph:[ke[t.thickness]],"nmorph-select-button":[t.disabled&&"disabled",t.fill&&"fill",t.thickness]})),p=e.computed(()=>({...me({"--nmorph-private-control-height":t.customThickness})})),h=m=>{t.disabled||(s.value=m,a(m))};e.provide("select-button-selected-value",s),e.provide("select-button-change-handler",h);const f={props:t,emit:l,modelValue:i,updateModelValue:a,initialValue:s,modifiers:d,styles:p,changeHandler:h,get NmorphSelectButtonItem(){return Qc}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}});function S7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.options,a=>(e.openBlock(),e.createBlock(t.NmorphSelectButtonItem,{key:a.value,value:a.value,disabled:a.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(a.label),1)]),_:2},1032,["value","disabled"]))),128)),e.renderSlot(r.$slots,"default")],6)}const E7=W(v7,[["render",S7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-select-button/NmorphSelectButton.vue"]]),C7=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(r,{expose:o}){const n=e.inject("select-button-selected-value",void 0),t=e.inject("select-button-change-handler",void 0),l=r,i=e.ref(null);o({inputDOMRef:i});const a=e.computed(()=>n?.value===l.value),s=e.computed(()=>K({"nmorph-select-button-item":[a.value&&"checked",l.disabled&&"disabled"]})),p={selectedValue:n,changeHandler:t,props:l,inputDOMRef:i,checked:a,modifiers:s,clickHandler:()=>{l.disabled||t&&t(l.value)}};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),I7=["tabindex","onKeydown"],M7=["value","checked","disabled"],z7={class:"nmorph-select-button-item__content"};function H7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(t.modifiers),tabindex:t.props.tabindex,onClick:e.withModifiers(t.clickHandler,["prevent"]),onKeydown:[e.withKeys(e.withModifiers(t.clickHandler,["prevent"]),["space"]),e.withKeys(e.withModifiers(t.clickHandler,["prevent"]),["enter"])]},[e.createElementVNode("input",{ref:"inputDOMRef",type:"radio",value:t.props.value,checked:t.checked,disabled:t.props.disabled,tabindex:"-1",class:"nmorph-native-input"},null,8,M7),e.createElementVNode("span",z7,[e.renderSlot(r.$slots,"default")])],42,I7)}const Qc=W(C7,[["render",H7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/form/nmorph-select-button/components/nmorph-select-button-item/NmorphSelectButtonItem.vue"]]),q7=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:null,required:!1,default:"nmorph"},zIndex:{type:Number,required:!1,default:10},teleportTo:{type:String,required:!1,default:"body"},teleportDisabled:{type:Boolean,required:!1,default:!1}},emits:["click"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-backtop":[w.value&&"show",t.design]})),a=e.computed(()=>({"--nmorph-private-backtop-right":`${t.right}px`,"--nmorph-private-backtop-bottom":`${t.bottom}px`,"--nmorph-private-backtop-z-index":t.zIndex})),s=e.computed(()=>t.design==="plain"?"var(--nmorph-white-color)":void 0),d=v=>v===window,p=v=>d(v)?window.scrollY||document.documentElement.scrollTop||document.body.scrollTop||0:v.scrollTop,h=v=>{let b=v?.parentElement??null;for(;b;){const E=window.getComputedStyle(b),I=E.overflowY||E.overflow;if(["auto","scroll","overlay"].includes(I)&&b.scrollHeight>b.clientHeight)return b;b=b.parentElement}return window},f=e.ref(null),m=e.ref(null),u=e.ref(null),w=e.ref(!1),g=e.ref(!1),B=()=>{if(!f.value){w.value=!1;return}w.value=p(f.value)>t.visibilityHeight},S=()=>{l("click"),f.value&&f.value.scrollTo({top:0,left:0,behavior:"smooth"})};e.onMounted(()=>{f.value=h(m.value??u.value),f.value.addEventListener("scroll",B),B(),g.value=!0}),e.onUnmounted(()=>{f.value&&f.value.removeEventListener("scroll",B)});const k={props:t,emit:l,modifiers:i,styles:a,plainControlColor:s,isWindow:d,getScrollTop:p,findScrollableAncestor:h,container:f,placeholderDOMEl:m,selfDOMEl:u,showButton:w,isMounted:g,updateVisibility:B,scrollToTopHandler:S,get NmorphButton(){return Be},get NmorphIcon(){return ie},get NmorphIconChevronDown(){return Pe}};return Object.defineProperty(k,"__isScriptSetup",{enumerable:!1,value:!0}),k}}),T7={ref:"placeholderDOMEl"};function L7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",T7,[(e.openBlock(),e.createBlock(e.Teleport,{to:t.props.teleportTo,disabled:!t.isMounted||t.props.teleportDisabled},[e.createElementVNode("div",{ref:"selfDOMEl",class:e.normalizeClass(t.modifiers),style:e.normalizeStyle(t.styles)},[e.createElementVNode("div",{onClick:e.withModifiers(t.scrollToTopHandler,["stop"])},[e.renderSlot(r.$slots,"default",{},()=>[e.createVNode(t.NmorphButton,{design:t.props.design,borderless:t.props.design==="plain",color:t.plainControlColor},{default:e.withCtx(()=>[e.createVNode(t.NmorphIcon,{class:"nmorph-backtop__up-icon",color:t.plainControlColor},{default:e.withCtx(()=>[e.createVNode(t.NmorphIconChevronDown)]),_:1},8,["color"])]),_:1},8,["design","borderless","color"])])])],6)],8,["to","disabled"]))],512)}const A7=W(q7,[["render",L7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-backtop/NmorphBacktop.vue"]]),D7=e.defineComponent({__name:"NmorphBreadcrumb",props:{separator:{type:String,required:!1,default:"/"}},setup(r,{expose:o}){o();const n=r,t=e.ref([]),l=Ue();e.provide("breadcrumb-data",{breadcrumbs:t,breadcrumbId:l});const i=e.computed(()=>K({"nmorph-breadcrumb":[]})),a={props:n,breadcrumbs:t,breadcrumbId:l,modifiers:i};return Object.defineProperty(a,"__isScriptSetup",{enumerable:!1,value:!0}),a}}),P7=["id"],O7={key:0,class:"nmorph-breadcrumb__separator"};function F7(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.renderSlot(r.$slots,"default"),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.breadcrumbs,(a,s)=>(e.openBlock(),e.createElementBlock("div",{key:s,class:"nmorph-breadcrumb__content"},[e.createElementVNode("div",{id:`nmorph-breadcrumb-${t.breadcrumbId}-${a.itemId}-element`,class:"nmorph-breadcrumb__element"},null,8,P7),s<t.breadcrumbs.length-1?(e.openBlock(),e.createElementBlock("div",O7,e.toDisplayString(t.props.separator),1)):e.createCommentVNode("v-if",!0)]))),128))],2)}const R7=W(D7,[["render",F7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-breadcrumb/NmorphBreadcrumb.vue"]]),j7=e.defineComponent({__name:"NmorphBreadcrumbItem",props:{to:{type:[String,Object],required:!1,default:""},replace:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-breadcrumb-item":[]})),l=e.inject("breadcrumb-data"),i=e.ref(!1),a=Ue();e.onMounted(()=>{i.value=!0}),l.breadcrumbs.value.push({...n,itemId:a});const s={props:n,modifiers:t,breadcrumbData:l,isMounted:i,itemId:a};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}});function W7(r,o,n,t,l,i){const a=e.resolveComponent("router-link");return t.isMounted&&t.itemId?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(),e.createBlock(e.Teleport,{to:`#nmorph-breadcrumb-${t.breadcrumbData?.breadcrumbId}-${t.itemId}-element`},[e.createVNode(a,{to:n.to,replace:n.replace,class:"fill-height"},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default")]),_:3},8,["to","replace"])],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}const $7=W(j7,[["render",W7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-breadcrumb/components/nmorph-breadcrumb-item/NmorphBreadcrumbItem.vue"]]),K7=e.defineComponent({inheritAttrs:!1,__name:"NmorphDropdown",props:{open:{type:Boolean,required:!0},relativeElement:{type:null,required:!0},placement:{type:null,required:!1,default:"bottom"},width:{type:[Number,String],required:!1,default:160},minWidth:{type:[Number,String],required:!1,default:void 0},maxWidth:{type:[Number,String],required:!1,default:void 0},xOffset:{type:Number,required:!1,default:0},yOffset:{type:Number,required:!1,default:0},fillWidth:{type:Boolean,required:!1,default:!0},zIndex:{type:Number,required:!1,default:void 0},closeOnEscape:{type:Boolean,required:!1,default:!0},trapFocus:{type:Boolean,required:!1,default:!1},restoreFocus:{type:Boolean,required:!1,default:!0},role:{type:String,required:!1,default:"listbox"},ariaLabel:{type:String,required:!1,default:""},contentClass:{type:String,required:!1,default:""},hideShadow:{type:Boolean,required:!1,default:!1},design:{type:null,required:!1,default:"nmorph"}},emits:["on-outside-click","on-escape-keydown"],setup(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.ref(null),{placementCoords:a,placementReady:s,adjustPlacement:d}=Kc({initialPlacement:e.toRef(t,"placement"),contentDOMElement:i,relativeElement:e.toRef(t,"relativeElement"),yOffset:e.toRef(t,"yOffset"),xOffset:e.toRef(t,"xOffset"),enabled:e.toRef(t,"open")}),p=e.computed(()=>K({"nmorph-dropdown":[!t.open&&"closed",t.hideShadow&&"hide-shadow",t.design]})),h=e.computed(()=>t.fillWidth&&t.relativeElement?`${t.relativeElement.clientWidth}px`:ze(t.width)),f=e.computed(()=>({"--nmorph-private-dropdown-width":h.value,...me({"--nmorph-private-dropdown-min-width":t.minWidth===void 0?"auto":t.minWidth,"--nmorph-private-dropdown-max-width":t.maxWidth===void 0?"none":t.maxWidth}),left:a.value.x,top:a.value.y,visibility:t.open&&s.value?"visible":"hidden"})),m=Ee(e.computed(()=>[p.value,t.contentClass]),f);e.watch(()=>t.open,B=>{B&&d()},{flush:"post"});const g={props:t,emit:l,dropdownDOMRef:i,placementCoords:a,placementReady:s,adjustPlacement:d,modifiers:p,width:h,dropdownStyle:f,rootAttrs:m,outsideClickHandler:()=>{l("on-outside-click")},escapeHandler:()=>{l("on-escape-keydown")},get NmorphOverlay(){return tt}};return Object.defineProperty(g,"__isScriptSetup",{enumerable:!1,value:!0}),g}}),U7=["role","aria-label"];function G7(r,o,n,t,l,i){return e.openBlock(),e.createBlock(t.NmorphOverlay,{show:t.props.open,transparent:"","z-index":t.props.zIndex,"close-on-escape":t.props.closeOnEscape,"trap-focus":t.props.trapFocus,"restore-focus":t.props.restoreFocus,onOnOutsideClick:t.outsideClickHandler,onOnEscapeKeydown:t.escapeHandler},{default:e.withCtx(()=>[t.props.open?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,ref:"dropdownDOMRef"},t.rootAttrs,{role:t.props.role||void 0,"aria-label":t.props.ariaLabel||void 0}),[e.renderSlot(r.$slots,"default")],16,U7)):e.createCommentVNode("v-if",!0)]),_:3},8,["show","z-index","close-on-escape","trap-focus","restore-focus"])}const et=W(K7,[["render",G7],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-dropdown/NmorphDropdown.vue"]]),Jc=600,Fo=8,Y7=e.defineComponent({__name:"NmorphContextMenu",props:{modelValue:{type:[Boolean,null],required:!1,default:null},options:{type:Array,required:!1,default:()=>[]},trigger:{type:String,required:!1,default:"contextmenu"},placement:{type:null,required:!1,default:"bottom-start"},width:{type:[Number,String],required:!1,default:"max-content"},minWidth:{type:[Number,String],required:!1,default:void 0},maxWidth:{type:[Number,String],required:!1,default:void 0},xOffset:{type:Number,required:!1,default:0},yOffset:{type:Number,required:!1,default:0},fillWidth:{type:Boolean,required:!1,default:!1},zIndex:{type:Number,required:!1,default:void 0},closeOnEscape:{type:Boolean,required:!1,default:!0},trapFocus:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1},closeOnScroll:{type:Boolean,required:!1,default:!0},role:{type:String,required:!1,default:"menu"},ariaLabel:{type:String,required:!1,default:""},hideShadow:{type:Boolean,required:!1,default:!1},mobileMode:{type:String,required:!1,default:"dropdown"}},emits:["update:model-value","open","close","select","on-outside-click","on-escape-keydown"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.ref(null),a=e.ref(null),s=e.ref("point"),d=e.ref(!!t.modelValue),p=e.ref(null),h=e.ref(null),f=e.ref(null),m=e.ref(!1),u=e.ref(null),w=e.computed(()=>typeof t.modelValue=="boolean"?t.modelValue:d.value),g=e.computed(()=>t.options.length>0),B=e.computed(()=>t.trigger==="longpress"),S=e.computed(()=>t.trigger==="contextmenu"||t.trigger==="both"),k=e.computed(()=>t.options.map((N,Z)=>typeof N=="string"||typeof N=="number"?{key:`${N}-${Z}`,type:"item",label:N,value:N,disabled:!1,closeOnClick:!0,raw:N}:{key:`${String(N.value??N.label??Z)}-${Z}`,type:N.type??"item",label:N.label,value:N.value??N.label??Z,icon:N.icon?e.markRaw(e.toRaw(N.icon)):void 0,iconProps:N.iconProps,shortcut:N.shortcut,description:N.description,component:N.component?e.markRaw(e.toRaw(N.component)):void 0,componentProps:N.componentProps,disabled:!!N.disabled,color:N.color,closeOnClick:N.closeOnClick??!0,raw:N})),v=e.computed(()=>["nmorph-context-menu__dropdown",t.mobileMode==="bottom-sheet"&&"nmorph-context-menu__dropdown--bottom-sheet"].filter(Boolean).join(" "));e.watch(()=>t.modelValue,N=>{typeof N=="boolean"&&(d.value=N)});const b=(N,Z)=>({clientWidth:0,getBoundingClientRect:()=>({x:N,y:Z,width:0,height:0,top:Z,left:N,right:N,bottom:Z,toJSON:()=>({})})}),E=N=>{const Z=w.value;d.value=N,l("update:model-value",N),Z&&!N&&l("close")},I=()=>{E(!1)},M=(N,Z,oe)=>{t.disabled||(s.value="point",a.value=b(N,Z),E(!0),l("open",oe))},V=(N,Z)=>{t.disabled||(s.value="element",a.value=N,E(!0),l("open",Z))},_=N=>{if(!t.disabled){if(t.trigger==="longpress"){N.preventDefault();return}S.value&&(N.preventDefault(),M(N.clientX,N.clientY,N))}},y=N=>{const Z=i.value;if(!Z)return!1;if(N.target instanceof Node&&Z.contains(N.target))return!0;const oe=Z.getBoundingClientRect();return N.clientX>=oe.left&&N.clientX<=oe.right&&N.clientY>=oe.top&&N.clientY<=oe.bottom},x=N=>{!w.value||t.disabled||!S.value||y(N)&&(N.preventDefault(),N.stopPropagation(),M(N.clientX,N.clientY,N))},q=N=>{if(m.value){F(),N.preventDefault();return}if(t.disabled||t.trigger!=="click"&&t.trigger!=="both"||N.button!==0)return;const Z=N.currentTarget instanceof HTMLElement?N.currentTarget:i.value;Z&&V(Z,N)},L=N=>{if(t.disabled||t.trigger==="manual"||N.key!=="ContextMenu"&&!(N.shiftKey&&N.key==="F10"))return;const Z=N.target instanceof HTMLElement?N.target:i.value;Z&&(N.preventDefault(),V(Z,N))},C=()=>{l("on-outside-click"),I()},H=()=>{l("on-escape-keydown"),I()},R=(N,Z)=>{N.disabled||(l("select",N.raw,Z),N.closeOnClick&&I())},$=(N,Z,oe)=>{N.key!=="Enter"&&N.key!==" "||(N.preventDefault(),R(Z,oe))},T=()=>{p.value&&clearTimeout(p.value),p.value=null,h.value=null,f.value=null},F=()=>{u.value&&clearTimeout(u.value),m.value=!1,u.value=null},ee=()=>{F(),m.value=!0,u.value=setTimeout(F,700)},X=N=>{t.disabled||!B.value||N.pointerType!=="touch"&&N.pointerType!=="pen"||(T(),h.value=N.pointerId,f.value={x:N.clientX,y:N.clientY},p.value=setTimeout(()=>{ee(),T(),M(N.clientX,N.clientY,N)},Jc))},le=N=>{if(!p.value||h.value!==N.pointerId||!f.value)return;const Z=Math.abs(N.clientX-f.value.x),oe=Math.abs(N.clientY-f.value.y);(Z>Fo||oe>Fo)&&T()},D=N=>{h.value===N.pointerId&&T()},Q=N=>({"--nmorph-private-context-menu-item-color":N.color}),A=()=>{t.closeOnScroll&&s.value==="point"&&I()};e.watch(w,N=>{typeof window>"u"||(N?(window.addEventListener("scroll",A,{passive:!0,capture:!0}),document.addEventListener("contextmenu",x,!0)):(window.removeEventListener("scroll",A,!0),document.removeEventListener("contextmenu",x,!0)))},{immediate:!0}),e.onBeforeUnmount(()=>{typeof window<"u"&&window.removeEventListener("scroll",A,!0),typeof document<"u"&&document.removeEventListener("contextmenu",x,!0),T(),F()}),o({close:I,openAt:M,openAtElement:V});const U={LONG_PRESS_DELAY_IN_MS:Jc,LONG_PRESS_MOVE_TOLERANCE_IN_PX:Fo,props:t,emit:l,triggerDOMRef:i,relativeElement:a,anchorType:s,openState:d,longPressTimer:p,longPressPointerId:h,longPressStartPoint:f,suppressNextClick:m,suppressNextClickTimer:u,isOpen:w,hasOptions:g,isLongPressTrigger:B,isContextMenuTrigger:S,normalizedOptions:k,dropdownContentClass:v,createPointElement:b,setOpen:E,close:I,openAt:M,openAtElement:V,contextMenuHandler:_,isEventInsideTrigger:y,documentContextMenuHandler:x,clickHandler:q,keydownHandler:L,outsideClickHandler:C,escapeHandler:H,optionClickHandler:R,optionKeydownHandler:$,clearLongPressTimer:T,clearClickSuppression:F,suppressNextClickTemporarily:ee,pointerDownHandler:X,pointerMoveHandler:le,pointerEndHandler:D,getOptionStyle:Q,scrollHandler:A,NmorphDropdown:et,get NmorphIcon(){return ie}};return Object.defineProperty(U,"__isScriptSetup",{enumerable:!1,value:!0}),U}}),Z7={key:0,class:"nmorph-context-menu__options"},X7=["disabled","onClick"],Q7={class:"nmorph-context-menu__item-copy"},J7={class:"nmorph-context-menu__item-label"},eN={key:0,class:"nmorph-context-menu__item-description"},tN={key:1,class:"nmorph-context-menu__item-shortcut"},oN=["tabindex","aria-disabled","onClick","onKeydown"],rN={key:2,class:"nmorph-context-menu__divider",role:"separator"},nN={key:3,class:"nmorph-context-menu__section",role:"presentation"};function aN(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{ref:"triggerDOMRef",class:"nmorph-context-menu",onClick:t.clickHandler,onContextmenu:t.contextMenuHandler,onKeydown:t.keydownHandler,onPointerdown:t.pointerDownHandler,onPointermove:t.pointerMoveHandler,onPointerup:t.pointerEndHandler,onPointercancel:t.pointerEndHandler,onPointerleave:t.pointerEndHandler},[e.renderSlot(r.$slots,"default"),t.relativeElement?(e.openBlock(),e.createBlock(t.NmorphDropdown,{key:0,open:t.isOpen,"relative-element":t.relativeElement,placement:t.props.placement,width:t.props.width,"min-width":t.props.minWidth,"max-width":t.props.maxWidth,"x-offset":t.props.xOffset,"y-offset":t.props.yOffset,"fill-width":t.props.fillWidth,"z-index":t.props.zIndex,"close-on-escape":t.props.closeOnEscape,"trap-focus":t.props.trapFocus,role:t.props.role,"aria-label":t.props.ariaLabel,"hide-shadow":t.props.hideShadow,"content-class":t.dropdownContentClass,onOnOutsideClick:t.outsideClickHandler,onOnEscapeKeydown:t.escapeHandler},{default:e.withCtx(()=>[t.hasOptions?(e.openBlock(),e.createElementBlock("div",Z7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.normalizedOptions,(a,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:a.key},[a.type==="item"&&!a.component?(e.openBlock(),e.createElementBlock("button",{key:0,type:"button",class:"nmorph-context-menu__item",role:"menuitem",disabled:a.disabled,style:e.normalizeStyle(t.getOptionStyle(a)),onClick:d=>t.optionClickHandler(a,s)},[e.renderSlot(r.$slots,"item",{option:a,active:!1,disabled:a.disabled},()=>[a.icon?(e.openBlock(),e.createBlock(t.NmorphIcon,{key:0,class:"nmorph-context-menu__item-icon"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(a.icon),e.mergeProps({ref_for:!0},a.iconProps),null,16))]),_:2},1024)):e.createCommentVNode("v-if",!0),e.createElementVNode("span",Q7,[e.createElementVNode("span",J7,e.toDisplayString(a.label),1),a.description?(e.openBlock(),e.createElementBlock("span",eN,e.toDisplayString(a.description),1)):e.createCommentVNode("v-if",!0)]),a.shortcut?(e.openBlock(),e.createElementBlock("span",tN,e.toDisplayString(a.shortcut),1)):e.createCommentVNode("v-if",!0)])],12,X7)):a.type==="item"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["nmorph-context-menu__item",{"nmorph-context-menu__item--disabled":a.disabled}]),role:"menuitem",tabindex:a.disabled?-1:0,"aria-disabled":a.disabled,style:e.normalizeStyle(t.getOptionStyle(a)),onClick:d=>t.optionClickHandler(a,s),onKeydown:d=>t.optionKeydownHandler(d,a,s)},[e.renderSlot(r.$slots,"item",{option:a,active:!1,disabled:a.disabled},()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(a.component),e.mergeProps({ref_for:!0},a.componentProps),null,16))])],46,oN)):a.type==="divider"?(e.openBlock(),e.createElementBlock("div",rN)):(e.openBlock(),e.createElementBlock("div",nN,e.toDisplayString(a.label),1))],64))),128))])):e.renderSlot(r.$slots,"menu",{key:1,close:t.close})]),_:3},8,["open","relative-element","placement","width","min-width","max-width","x-offset","y-offset","fill-width","z-index","close-on-escape","trap-focus","role","aria-label","hide-shadow","content-class"])):e.createCommentVNode("v-if",!0)],544)}const lN=W(Y7,[["render",aN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-context-menu/NmorphContextMenu.vue"]]),es=28,ts=320,Ro=6,os=42,rs=1.2,ns=350,iN=e.defineComponent({__name:"NmorphStepper",props:{modelValue:{type:Number,required:!1,default:0},count:{type:Number,required:!1,default:0},disabled:{type:Boolean,required:!1,default:!1},loop:{type:Boolean,required:!1,default:!1},wheel:{type:Boolean,required:!1,default:!0},swipe:{type:Boolean,required:!1,default:!0},ariaLabel:{type:String,required:!1,default:"Stepper"}},emits:["update:model-value","change"],setup(r,{expose:o,emit:n}){const t=r,l=n,i=e.ref(!1),a=e.ref(null),s=e.ref(!1),d=e.ref(null),p=e.ref(null),h=e.ref(!1),f=A=>Number.isFinite(A)?Math.trunc(A??0):0,m=e.computed(()=>Math.max(0,f(t.count))),u=A=>{const U=m.value,N=f(A);return U<=0?0:t.loop?(N%U+U)%U:Math.min(Math.max(N,0),U-1)},w=e.computed(()=>u(t.modelValue)),g=e.computed(()=>!t.disabled&&m.value>1),B=e.computed(()=>g.value?0:void 0),S=e.computed(()=>({transform:`translateX(-${w.value*100}%)`})),k=e.computed(()=>K({"nmorph-stepper":[t.disabled&&"disabled",g.value&&"interactive"]})),v=(A,U)=>A<U?"previous":"next",b=(A,U,N)=>{const Z={index:A,previousIndex:U,direction:N};l("update:model-value",A),l("change",Z)},E=A=>{if(t.disabled)return;const U=w.value,N=u(A);N!==U&&b(N,U,v(N,U))},I=A=>{if(!g.value)return;const U=A==="next"?1:-1;E(w.value+U)},M=()=>I("next"),V=()=>I("previous"),_=()=>{a.value&&clearTimeout(a.value),a.value=null,i.value=!1},y=()=>{_(),i.value=!0,a.value=setTimeout(_,ts)},x=A=>{const U=Math.abs(A.deltaX),N=Math.abs(A.deltaY);return U===0&&N===0?0:U>=N?A.deltaX:A.deltaY},q=A=>{if(!g.value||!t.wheel)return;const U=x(A);Math.abs(U)<es||(A.preventDefault(),!i.value&&(U>0?M():V(),y()))},L=A=>{g.value&&(A.key==="ArrowRight"&&(A.preventDefault(),M()),A.key==="ArrowLeft"&&(A.preventDefault(),V()))},C=()=>{d.value&&clearTimeout(d.value),d.value=null,s.value=!1},H=()=>{C(),s.value=!0,d.value=setTimeout(C,ns)},R=A=>p.value?{x:A.clientX-p.value.x,y:A.clientY-p.value.y}:null,$=(A,U)=>Math.abs(A.x)>=U&&Math.abs(A.x)>Math.abs(A.y)*rs,T=A=>{!g.value||!t.swipe||A.pointerType==="mouse"&&A.button!==0||(A.currentTarget?.setPointerCapture?.(A.pointerId),p.value={x:A.clientX,y:A.clientY,pointerId:A.pointerId??null},h.value=!1)},F=A=>{if(!p.value||p.value.pointerId!==null&&A.pointerId!==p.value.pointerId)return;const U=R(A);!U||!$(U,Ro)||(h.value=!0,A.preventDefault())},ee=()=>{p.value=null,h.value=!1},X=A=>{if(!p.value||p.value.pointerId!==null&&A.pointerId!==p.value.pointerId)return;const U=R(A),N=!!(U&&$(U,Ro));A.currentTarget?.releasePointerCapture?.(A.pointerId),(N||h.value)&&H(),U&&$(U,os)&&(U.x>0?V():M()),ee()},le=A=>{s.value&&(A.preventDefault(),A.stopPropagation(),C())},D=e.computed(()=>({index:w.value,count:m.value,goTo:E,next:M,previous:V}));e.watch(()=>[t.modelValue,m.value,t.loop],([A])=>{const U=u(A);U!==A&&b(U,f(A),v(U,f(A)))},{immediate:!0}),e.onBeforeUnmount(()=>{_(),C()}),o({goTo:E,next:M,previous:V});const Q={WHEEL_THRESHOLD:es,WHEEL_LOCK_IN_MS:ts,DRAG_CLICK_THRESHOLD:Ro,SWIPE_THRESHOLD:os,SWIPE_AXIS_RATIO:rs,CLICK_SUPPRESSION_IN_MS:ns,props:t,emit:l,wheelLocked:i,wheelUnlockTimer:a,suppressClick:s,suppressClickTimer:d,pointerStart:p,pointerDragging:h,toFiniteInteger:f,normalizedCount:m,normalizeIndex:u,currentIndex:w,isInteractive:g,tabIndex:B,trackStyle:S,modifiers:k,getDirection:v,emitStepChange:b,goTo:E,move:I,next:M,previous:V,clearWheelLock:_,lockWheel:y,getWheelDelta:x,handleWheel:q,handleKeydown:L,clearClickSuppression:C,suppressNextClick:H,getPointerDiff:R,isHorizontalDrag:$,handlePointerDown:T,handlePointerMove:F,clearPointer:ee,handlePointerEnd:X,handleClickCapture:le,indicatorSlotProps:D};return Object.defineProperty(Q,"__isScriptSetup",{enumerable:!1,value:!0}),Q}}),cN=["aria-label","aria-disabled","tabindex"],sN={class:"nmorph-stepper__viewport","aria-live":"polite","aria-atomic":"true"};function dN(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers),role:"group","aria-roledescription":"stepper","aria-label":t.props.ariaLabel,"aria-disabled":t.props.disabled||void 0,tabindex:t.tabIndex,onWheel:t.handleWheel,onKeydown:t.handleKeydown,onPointerdown:t.handlePointerDown,onPointermove:t.handlePointerMove,onPointerup:t.handlePointerEnd,onPointercancel:t.clearPointer,onPointerleave:t.clearPointer,onClickCapture:t.handleClickCapture},[e.createElementVNode("div",sN,[e.createElementVNode("div",{class:"nmorph-stepper__track",style:e.normalizeStyle(t.trackStyle)},[e.renderSlot(r.$slots,"default")],4)]),r.$slots.indicator?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nmorph-stepper__indicator",onPointerdown:o[0]||(o[0]=e.withModifiers(()=>{},["stop"])),onPointermove:o[1]||(o[1]=e.withModifiers(()=>{},["stop"])),onPointerup:o[2]||(o[2]=e.withModifiers(()=>{},["stop"])),onPointercancel:o[3]||(o[3]=e.withModifiers(()=>{},["stop"])),onPointerleave:o[4]||(o[4]=e.withModifiers(()=>{},["stop"])),onWheel:o[5]||(o[5]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(r.$slots,"indicator",e.normalizeProps(e.guardReactiveProps(t.indicatorSlotProps)))],32)):e.createCommentVNode("v-if",!0)],42,cN)}const mN=W(iN,[["render",dN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-stepper/NmorphStepper.vue"]]),pN=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(r,{expose:o,emit:n}){o();const t=r,l=n,i=e.computed(()=>K({"nmorph-tabs":[t.stretch&&"stretch"]})),a=m=>{if(m.disabled)return;const{name:u}=m;l("update:model-value",u),l("tab-change",u)},s=e.ref([]),d=Ue();e.provide("nmorph-tabs-data",{tabsData:s,tabsIdentifier:d});const p=e.computed(()=>t.panes.length>0?t.panes:s.value),h=e.useSlots(),f={props:t,emit:l,modifiers:i,changeTab:a,tabsData:s,tabsIdentifier:d,updatedPanes:p,slots:h,get getTabLabelId(){return jo},get getTabContentId(){return Wo}};return Object.defineProperty(f,"__isScriptSetup",{enumerable:!1,value:!0}),f}}),hN={class:"nmorph-tabs__label-list"},fN=["id","custom","onClick"],uN={key:0},gN={class:"nmorph-tabs__content__wrapper"},wN={class:"nmorph-tabs__content"},bN=["id"],yN={key:0};function _N(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},[e.renderSlot(r.$slots,"default"),e.createElementVNode("div",hN,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.updatedPanes,a=>(e.openBlock(),e.createElementBlock("div",{id:t.getTabLabelId(t.tabsIdentifier,a.name),key:a.name,class:e.normalizeClass(["nmorph-tabs__label",[{"nmorph-tabs__label--selected":a.name===t.props.modelValue},{"nmorph-tabs__label--disabled":a.disabled}]]),custom:a.disabled,onClick:s=>t.changeTab(a)},[t.slots.default?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",uN,e.toDisplayString(a.label),1))],10,fN))),128))]),e.createElementVNode("div",gN,[e.createElementVNode("div",wN,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.updatedPanes,a=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:t.getTabContentId(t.tabsIdentifier,a.name),key:a.name},[t.slots.default?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",yN,e.toDisplayString(a.content),1))],8,bN)),[[e.vShow,a.name===t.props.modelValue]])),128))])])],2)}const kN=W(pN,[["render",_N],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-tabs/NmorphTabs.vue"]]),jo=(r,o)=>{if(r)return`nmorph-tabs-label-${r}-${o}`},Wo=(r,o)=>{if(r)return`nmorph-tabs-content-${r}-${o}`},NN=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(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-tab-pane":[]})),l=e.inject("nmorph-tabs-data"),i=e.ref(!1);e.onMounted(()=>{i.value=!0}),l.tabsData.value.push(n);const s={props:n,modifiers:t,providedData:l,isMounted:i,scopeProperties:n,get getTabContentId(){return Wo},get getTabLabelId(){return jo}};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}});function BN(r,o,n,t,l,i){return t.isMounted?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(t.modifiers)},[(e.openBlock(),e.createBlock(e.Teleport,{to:`#${t.getTabLabelId(t.providedData?.tabsIdentifier,t.props.name)}`},[e.renderSlot(r.$slots,"label",{scope:t.scopeProperties})],8,["to"])),(e.openBlock(),e.createBlock(e.Teleport,{to:`#${t.getTabContentId(t.providedData?.tabsIdentifier,t.props.name)}`},[e.renderSlot(r.$slots,"default",{scope:t.scopeProperties})],8,["to"]))],2)):e.createCommentVNode("v-if",!0)}const xN=W(NN,[["render",BN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/navigation/nmorph-tabs/components/nmorph-tab-pane/NmorphTabPane.vue"]]),VN=e.defineComponent({__name:"NmorphDivider",props:{direction:{type:String,required:!1,default:"horizontal"},design:{type:null,required:!1,default:"nmorph"}},setup(r,{expose:o}){o();const n=r,t=e.computed(()=>K({"nmorph-divider":[n.direction,n.design]})),l={props:n,modifiers:t};return Object.defineProperty(l,"__isScriptSetup",{enumerable:!1,value:!0}),l}});function vN(r,o,n,t,l,i){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(t.modifiers)},null,2)}const as=W(VN,[["render",vN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/others/nmorph-divider/NmorphDivider.vue"]]),SN=e.defineComponent({inheritAttrs:!1,__name:"NmorphOverlay",props:{show:{type:Boolean,required:!0},transparent:{type:Boolean,required:!1,default:!1},zIndex:{type:Number,required:!1,default:void 0},teleportTo:{type:null,required:!1,default:"body"},disabledTeleport:{type:Boolean,required:!1,default:!1},closeOnEscape:{type:Boolean,required:!1,default:!0},trapFocus:{type:Boolean,required:!1,default:!1},restoreFocus:{type:Boolean,required:!1,default:!0}},emits:["on-outside-click","on-escape-keydown"],setup(r,{expose:o,emit:n}){o();const t=r,l=zt(e.computed(()=>t.show),()=>t.zIndex),i=e.computed(()=>K({"nmorph-overlay":[t.show&&"show",t.transparent&&"transparent"]})),a=e.computed(()=>t.disabledTeleport||!t.show||typeof document>"u"),s=e.computed(()=>({"--nmorph-private-overlay-z-index":l.value})),d=Ee(i,s),p=()=>{h("on-outside-click")},h=n,f=e.ref(null);let m=null;const u=["a[href]","button:not([disabled])","textarea:not([disabled])","input:not([disabled])","select:not([disabled])",'[tabindex]:not([tabindex="-1"])'].join(","),w=()=>f.value?Array.from(f.value.querySelectorAll(u)).filter(b=>b.getAttribute("aria-hidden")!=="true"):[],g=async()=>{if(!t.trapFocus)return;await e.nextTick(),(w()[0]||f.value)?.focus()},B=b=>{if(!t.show)return;if(b.key==="Escape"&&t.closeOnEscape){b.preventDefault(),h("on-escape-keydown");return}if(b.key!=="Tab"||!t.trapFocus)return;const E=w();if(!E.length){b.preventDefault(),f.value?.focus();return}const I=E[0],M=E[E.length-1];b.shiftKey&&document.activeElement===I?(b.preventDefault(),M.focus()):!b.shiftKey&&document.activeElement===M&&(b.preventDefault(),I.focus())},S=()=>{typeof document>"u"||document.addEventListener("keydown",B)},k=()=>{typeof document>"u"||document.removeEventListener("keydown",B)};e.watch(()=>t.show,b=>{typeof document>"u"||(b?(m=document.activeElement,S(),g()):(k(),t.restoreFocus&&m?.focus?.(),m=null))},{immediate:!0,flush:"post"}),e.onBeforeUnmount(k);const v={props:t,zIndex:l,modifiers:i,renderInline:a,overlayStyle:s,rootAttrs:d,clickHandler:p,emit:h,contentRef:f,get previousActiveElement(){return m},set previousActiveElement(b){m=b},focusableSelector:u,getFocusableElements:w,focusContent:g,keydownHandler:B,addKeydownListener:S,removeKeydownListener:k};return Object.defineProperty(v,"__isScriptSetup",{enumerable:!1,value:!0}),v}}),EN=["tabindex"],CN=["tabindex"];function IN(r,o,n,t,l,i){return t.renderInline?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0},t.rootAttrs,{onClick:e.withModifiers(t.clickHandler,["stop"])}),[e.createElementVNode("div",{ref:"contentRef",class:"nmorph-overlay__slot",tabindex:t.props.trapFocus?-1:void 0,onClick:o[0]||(o[0]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(r.$slots,"default")],8,EN)],16)):(e.openBlock(),e.createBlock(e.Teleport,{key:1,to:t.props.teleportTo},[e.createElementVNode("div",e.mergeProps(t.rootAttrs,{onClick:e.withModifiers(t.clickHandler,["stop"])}),[e.createElementVNode("div",{ref:"contentRef",class:"nmorph-overlay__slot",tabindex:t.props.trapFocus?-1:void 0,onClick:o[1]||(o[1]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(r.$slots,"default")],8,CN)],16)],8,["to"]))}const tt=W(SN,[["render",IN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/others/nmorph-overlay/NmorphOverlay.vue"]]),ls=500,is=250,MN=e.defineComponent({inheritAttrs:!1,__name:"NmorphNotificationProvider",props:{notifications:{type:Array,required:!0},placement:{type:null,required:!1,default:"top-right"},zIndex:{type:Number,required:!1,default:void 0},quantity:{type:Number,required:!1,default:100},teleportTo:{type:null,required:!1,default:"body"},disabledTeleport:{type:Boolean,required:!1,default:!1}},setup(r,{expose:o}){o();const n=D=>typeof D.id=="string"&&D.id.length>0,t=e.ref([]),l=e.ref([]),i=e.ref([]),a=e.ref(Date.now()),s=new Map,d=new Map,p=new Map;let h;const f=Object.values(cs),m=D=>typeof D.duration!="number"||!Number.isFinite(D.duration)?0:Math.max(D.duration,0),u=D=>m(D)>0,w=D=>D.showDurationValue!==!1,g=D=>{const Q=m(D),A=p.get(D.id);return!Q||!A?Q:Math.max(Q-(a.value-A),0)},B=D=>`${Math.ceil(D/1e3)}s`,S=D=>B(g(D)),k=D=>({"--nmorph-private-notification-provider-duration":`${m(D)}ms`}),v=(D,Q=!1)=>{const A=s.get(D);A&&clearTimeout(A),s.delete(D),d.delete(D),Q||p.delete(D)},b=D=>{i.value=i.value.filter(Q=>Q.id!==D),l.value=l.value.filter(Q=>Q!==D),v(D)},E=(D,Q=!0)=>{l.value.includes(D)||(v(D,!0),Q&&!t.value.includes(D)&&(t.value=[...t.value,D]),l.value=[...l.value,D],setTimeout(()=>b(D),ls))},I=D=>{const Q=m(D);d.get(D.id)!==Q&&(v(D.id),Q&&(a.value=Date.now(),p.set(D.id,a.value),s.set(D.id,setTimeout(()=>E(D.id),Q)),d.set(D.id,Q)))},M=r,V=e.ref(!1),_=e.inject("nmorph"),y=e.ref(_?.zIndex.current.value??1e3),x=e.ref(!1),q=()=>{M.zIndex!==void 0||x.value||(y.value=_?.zIndex.next()??y.value+1,x.value=!0)},L=e.computed(()=>f.map(D=>{const Q=i.value.filter(U=>(U.placement??M.placement)===D),A=Math.max(Q.length-M.quantity,0);return{placement:D,notifications:Q.slice(A)}})),C=e.computed(()=>i.value.some(D=>u(D)&&!l.value.includes(D.id))),H=e.computed(()=>i.value.length>0),R=e.computed(()=>H.value||M.notifications.some(D=>n(D)&&!t.value.includes(D.id))),$=e.computed(()=>M.zIndex??y.value),T=e.computed(()=>!V.value||M.disabledTeleport),F=e.computed(()=>({zIndex:$.value})),ee=Ee("nmorph-notification-provider",F),X=()=>{h&&(clearInterval(h),h=void 0)};e.watch(()=>M.notifications,()=>{R.value&&q()},{deep:!0,immediate:!0,flush:"sync"}),e.watch(H,D=>{if(D){q();return}x.value=!1},{immediate:!0,flush:"sync"}),e.watch(C,D=>{if(!D){X();return}h||(a.value=Date.now(),h=setInterval(()=>{a.value=Date.now()},is))},{immediate:!0}),e.watch(()=>M.notifications,D=>{const Q=D.filter(n).filter(A=>!t.value.includes(A.id));i.value=i.value.map(A=>{const U=Q.find(N=>N.id===A.id);return U?{...A,...U}:A}),Q.forEach(A=>{i.value.some(N=>N.id===A.id)||(i.value=[...i.value,A])}),Q.forEach(A=>I(A)),i.value.filter(A=>!Q.some(U=>U.id===A.id)).forEach(A=>E(A.id,!1))},{deep:!0,immediate:!0}),e.onMounted(()=>{V.value=!0}),e.onBeforeUnmount(()=>{s.forEach(D=>clearTimeout(D)),s.clear(),d.clear(),p.clear(),X()});const le={ANIMATION_DURATION:ls,DURATION_TICK_INTERVAL:is,hasNotificationId:n,removedIds:t,closingIds:l,renderedNotifications:i,durationTick:a,durationTimers:s,durationById:d,durationStartedAtById:p,get durationTicker(){return h},set durationTicker(D){h=D},placementList:f,getNotificationDuration:m,hasDurationIndicator:u,hasDurationValue:w,getNotificationRemainingDuration:g,formatNotificationDuration:B,getNotificationDurationLabel:S,getNotificationStyle:k,clearDurationTimer:v,removeRenderedNotification:b,closeHandler:E,scheduleDurationTimer:I,props:M,isMounted:V,nmorph:_,dynamicZIndex:y,activeZIndexAllocated:x,allocateZIndex:q,notificationGroups:L,hasRunningDurationIndicator:C,hasRenderedNotifications:H,hasActiveNotifications:R,zIndex:$,teleportDisabled:T,rootStyle:F,rootAttrs:ee,stopDurationTicker:X,get NmorphAlert(){return jc}};return Object.defineProperty(le,"__isScriptSetup",{enumerable:!1,value:!0}),le}}),zN=["title"],HN={key:0,class:"nmorph-notification-provider__duration-value"};function qN(r,o,n,t,l,i){return e.openBlock(),e.createBlock(e.Teleport,{to:t.props.teleportTo,disabled:t.teleportDisabled},[e.createElementVNode("div",e.normalizeProps(e.guardReactiveProps(t.rootAttrs)),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.notificationGroups,a=>(e.openBlock(),e.createBlock(e.TransitionGroup,{key:a.placement,appear:"",name:"nmorph-notification",tag:"div",class:e.normalizeClass(`nmorph-notification-provider__list nmorph-notification-provider__list--${a.placement}`)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.notifications,s=>(e.openBlock(),e.createElementBlock("div",{key:s.id,style:e.normalizeStyle(t.getNotificationStyle(s)),class:e.normalizeClass(["nmorph-notification-provider__notification",t.hasDurationIndicator(s)&&"nmorph-notification-provider__notification--with-duration",t.closingIds.includes(s.id)&&"nmorph-notification-provider__notification--closing"])},[e.createVNode(t.NmorphAlert,{id:s.id,class:"nmorph-notification-provider__alert",style:e.normalizeStyle({width:s.width}),type:s.type,closable:s.closable,title:s.title,content:s.content,fill:s.fill,"show-icon":s.showIcon,bordered:s.bordered,html:s.html,"close-icon-position":s.closeIconPosition,"background-color":s.backgroundColor,onClose:()=>t.closeHandler(s.id)},null,8,["id","style","type","closable","title","content","fill","show-icon","bordered","html","close-icon-position","background-color","onClose"]),t.hasDurationIndicator(s)?(e.openBlock(),e.createElementBlock("div",{key:`${s.id}-${t.getNotificationDuration(s)}`,class:"nmorph-notification-provider__duration",title:t.hasDurationValue(s)?t.getNotificationDurationLabel(s):void 0,"aria-hidden":"true"},[o[0]||(o[0]=e.createElementVNode("span",{class:"nmorph-notification-provider__duration-track"},[e.createElementVNode("span",{class:"nmorph-notification-provider__duration-bar"})],-1)),t.hasDurationValue(s)?(e.openBlock(),e.createElementBlock("span",HN,e.toDisplayString(t.getNotificationDurationLabel(s)),1)):e.createCommentVNode("v-if",!0)],8,zN)):e.createCommentVNode("v-if",!0)],6))),128))]),_:2},1032,["class"]))),128))],16)],8,["to","disabled"])}const TN=W(MN,[["render",qN],["__file","/home/runner/work/nmorph/nmorph/library/src/components/providers/nmorph-notification-provider/NmorphNotificationProvider.vue"]]),cs={"top-left":"top-left","top-center":"top-center","top-right":"top-right","bottom-left":"bottom-left","bottom-center":"bottom-center","bottom-right":"bottom-right"},LN=[{group:"Smileys",tags:["face","smile","emotion"],emojis:"😀 😃 😄 😁 😆 😅 😂 🤣 🥲 ☺️ 😊 😇 🙂 🙃 😉 😌 😍 🥰 😘 😗 😙 😚 😋 😛 😝 😜 🤪 🤨 🧐 🤓 😎 🥸 🤩 🥳 😏 😒 😞 😔 😟 😕 🙁 ☹️ 😣 😖 😫 😩 🥺 😢 😭 😤 😠 😡 🤬 🤯 😳 🥵 🥶 😱 😨 😰 😥 😓 🫣 🤗 🫡 🤔 🫢 🤭 🤫 🤥 😶 😶‍🌫️ 😐 😑 😬 🫨 🫠 🙄 😯 😦 😧 😮 😲 🥱 😴 🤤 😪 😵 😵‍💫 🥴 🤢 🤮 🤧 😷 🤒 🤕"},{group:"People",tags:["person","gesture","body"],emojis:"👋 🤚 🖐️ ✋ 🖖 🫱 🫲 🫳 🫴 👌 🤌 🤏 ✌️ 🤞 🫰 🤟 🤘 🤙 👈 👉 👆 🖕 👇 ☝️ 🫵 👍 👎 ✊ 👊 🤛 🤜 👏 🙌 🫶 👐 🤲 🤝 🙏 ✍️ 💅 🤳 💪 🦾 🦿 🦵 🦶 👂 🦻 👃 🧠 🫀 🫁 🦷 🦴 👀 👁️ 👅 👄 🫦 👶 🧒 👦 👧 🧑 👱 👨 🧔 🧔‍♂️ 🧔‍♀️ 👩 🧓 👴 👵 🙍 🙎 🙅 🙆 💁 🙋 🧏 🙇 🤦 🤷 🧑‍⚕️ 🧑‍🎓 🧑‍🏫 🧑‍⚖️ 🧑‍🌾 🧑‍🍳 🧑‍🔧 🧑‍🏭 🧑‍💼 🧑‍🔬 🧑‍💻 🧑‍🎤 🧑‍🎨 🧑‍✈️ 🧑‍🚀 🧑‍🚒 👮 🕵️ 💂 🥷 👷 🫅 🤴 👸 👳 👲 🧕 🤵 👰 🤰 🫃 🫄 👼 🎅 🤶 🦸 🦹 🧙 🧚 🧛 🧜 🧝 🧞 🧟"},{group:"Animals",tags:["animal","nature"],emojis:"🐶 🐱 🐭 🐹 🐰 🦊 🐻 🐼 🐻‍❄️ 🐨 🐯 🦁 🐮 🐷 🐽 🐸 🐵 🙈 🙉 🙊 🐒 🐔 🐧 🐦 🐤 🐣 🐥 🦆 🦅 🦉 🦇 🐺 🐗 🐴 🦄 🫎 🐝 🪱 🐛 🦋 🐌 🐞 🐜 🪰 🪲 🪳 🦟 🦗 🕷️ 🕸️ 🦂 🐢 🐍 🦎 🦖 🦕 🐙 🦑 🦐 🦞 🦀 🪼 🪸 🐡 🐠 🐟 🐬 🐳 🐋 🦈 🐊 🐅 🐆 🦓 🦍 🦧 🦣 🐘 🦛 🦏 🐪 🐫 🦒 🦘 🦬 🐃 🐂 🐄 🫏 🐎 🐖 🐏 🐑 🦙 🐐 🦌 🐕 🐩 🦮 🐕‍🦺 🐈 🐈‍⬛ 🪶 🐓 🦃 🦤 🦚 🦜 🪽 🐇 🦝 🦨 🦡 🦫 🦦 🦥 🐁 🐀 🐿️ 🦔"},{group:"Nature",tags:["plant","weather","nature"],emojis:"🌵 🎄 🌲 🌳 🌴 🪵 🌱 🌿 ☘️ 🍀 🎍 🪴 🎋 🍃 🍂 🍁 🪺 🪹 🍄 🪨 🐚 🪷 🌾 💐 🌷 🪻 🌹 🥀 🪸 🌺 🌸 🌼 🌻 🌞 🌝 🌛 🌜 🌚 🌕 🌖 🌗 🌘 🌑 🌒 🌓 🌔 🌙 🌎 🌍 🌏 🪐 💫 ⭐ 🌟 ✨ ⚡ ☄️ 💥 🔥 🌪️ 🌈 ☀️ 🌤️ ⛅ 🌥️ ☁️ 🌦️ 🌧️ ⛈️ 🌩️ 🌨️ ❄️ ☃️ ⛄ 🌬️ 💨 💧 💦 ☔ ☂️ 🌊 🌫️"},{group:"Food",tags:["food","drink"],emojis:"🍏 🍎 🍐 🍊 🍋 🍌 🍉 🍇 🍓 🫐 🍈 🍒 🍑 🥭 🍍 🥥 🥝 🍅 🍆 🥑 🫛 🥦 🥬 🥒 🌶️ 🫑 🌽 🥕 🫒 🧄 🧅 🥔 🍠 🫘 🥐 🥯 🍞 🥖 🥨 🧀 🥚 🍳 🧈 🥞 🧇 🥓 🥩 🍗 🍖 🦴 🌭 🍔 🍟 🍕 🫓 🥪 🥙 🧆 🌮 🌯 🫔 🥗 🥘 🫕 🥫 🍝 🍜 🍲 🍛 🍣 🍱 🥟 🦪 🍤 🍙 🍚 🍘 🍥 🥠 🥮 🍢 🍡 🍧 🍨 🍦 🥧 🧁 🍰 🎂 🍮 🍭 🍬 🍫 🍿 🍩 🍪 🌰 🥜 🍯 🥛 🍼 🫖 ☕ 🍵 🧃 🥤 🧋 🍶 🍺 🍻 🥂 🍷 🥃 🍸 🍹 🧉 🍾 🧊"},{group:"Activity",tags:["activity","sport","game"],emojis:"⚽ 🏀 🏈 ⚾ 🥎 🎾 🏐 🏉 🥏 🎱 🪀 🏓 🏸 🏒 🏑 🥍 🏏 🪃 🥅 ⛳ 🪁 🏹 🎣 🤿 🥊 🥋 🎽 🛹 🛼 🛷 ⛸️ 🥌 🎿 ⛷️ 🏂 🪂 🏋️ 🤼 🤸 ⛹️ 🤺 🤾 🏌️ 🏇 🧘 🏄 🏊 🤽 🚣 🧗 🚵 🚴 🏆 🥇 🥈 🥉 🏅 🎖️ 🏵️ 🎗️ 🎫 🎟️ 🎪 🤹 🎭 🩰 🎨 🎬 🎤 🎧 🎼 🎹 🥁 🪘 🎷 🎺 🪗 🎸 🪕 🎻 🪈 🎲 ♟️ 🎯 🎳 🎮 🎰 🧩"},{group:"Travel",tags:["travel","place","vehicle"],emojis:"🚗 🚕 🚙 🚌 🚎 🏎️ 🚓 🚑 🚒 🚐 🛻 🚚 🚛 🚜 🏍️ 🛵 🦽 🦼 🛺 🚲 🛴 🛹 🛼 🚏 🛣️ 🛤️ 🛢️ ⛽ 🛞 🚨 🚥 🚦 🛑 🚧 ⚓ 🛟 ⛵ 🛶 🚤 🛳️ ⛴️ 🛥️ 🚢 ✈️ 🛩️ 🛫 🛬 🪂 💺 🚁 🚟 🚠 🚡 🛰️ 🚀 🛸 🛎️ 🧳 ⌛ ⏳ ⌚ ⏰ ⏱️ ⏲️ 🕰️ 🌋 🗻 🏕️ 🏖️ 🏜️ 🏝️ 🏞️ 🏟️ 🏛️ 🏗️ 🧱 🪨 🪵 🛖 🏘️ 🏚️ 🏠 🏡 🏢 🏣 🏤 🏥 🏦 🏨 🏩 🏪 🏫 🏬 🏭 🏯 🏰 💒 🗼 🗽 ⛪ 🕌 🛕 🕍 ⛩️ 🕋 ⛲ ⛺ 🌁 🌃 🏙️ 🌄 🌅 🌆 🌇 🌉"},{group:"Objects",tags:["object","tool","device"],emojis:"⌚ 📱 📲 💻 ⌨️ 🖥️ 🖨️ 🖱️ 🖲️ 🕹️ 🗜️ 💽 💾 💿 📀 📼 📷 📸 📹 🎥 📽️ 🎞️ 📞 ☎️ 📟 📠 📺 📻 🎙️ 🎚️ 🎛️ 🧭 ⏱️ ⏲️ ⏰ 🕰️ ⌛ ⏳ 📡 🔋 🪫 🔌 💡 🔦 🕯️ 🪔 🧯 🛢️ 💸 💵 💴 💶 💷 🪙 💰 💳 🧾 💎 ⚖️ 🪜 🧰 🪛 🔧 🔨 ⚒️ 🛠️ ⛏️ 🪚 🔩 ⚙️ 🪤 🧱 ⛓️ 🧲 🔫 💣 🧨 🪓 🔪 🗡️ ⚔️ 🛡️ 🚬 ⚰️ 🪦 ⚱️ 🏺 🔮 📿 🧿 🪬 💈 ⚗️ 🔭 🔬 🕳️ 🩹 🩺 🩻 🩼 💊 💉 🩸 🧬 🦠 🧫 🧪 🌡️ 🧹 🪠 🧺 🧻 🚽 🚰 🚿 🛁 🛀 🧼 🪥 🪒 🧽 🪣 🧴 🛎️ 🔑 🗝️ 🚪 🪑 🛋️ 🛏️ 🛌 🧸 🪆 🖼️ 🪞 🪟 🛍️ 🛒 🎁 🎈 🎏 🎀 🪄 🪅 🎊 🎉"},{group:"Symbols",tags:["symbol","heart","sign"],emojis:"❤️ 🩷 🧡 💛 💚 💙 🩵 💜 🤎 🖤 🩶 🤍 💔 ❤️‍🔥 ❤️‍🩹 ❣️ 💕 💞 💓 💗 💖 💘 💝 💟 ☮️ ✝️ ☪️ 🕉️ ☸️ ✡️ 🔯 🕎 ☯️ ☦️ 🛐 ⛎ ♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓ 🆔 ⚛️ 🉑 ☢️ ☣️ 📴 📳 🈶 🈚 🈸 🈺 🈷️ ✴️ 🆚 💮 🉐 ㊙️ ㊗️ 🈴 🈵 🈹 🈲 🅰️ 🅱️ 🆎 🆑 🅾️ 🆘 ❌ ⭕ 🛑 ⛔ 📛 🚫 💯 💢 ♨️ 🚷 🚯 🚳 🚱 🔞 📵 🚭 ❗ ❕ ❓ ❔ ‼️ ⁉️ 🔅 🔆 〽️ ⚠️ 🚸 🔱 ⚜️ 🔰 ♻️ ✅ 🈯 💹 ❇️ ✳️ ❎ 🌐 💠 Ⓜ️ 🌀 💤 🏧 🚾 ♿ 🅿️ 🛗 🈳 🈂️ 🛂 🛃 🛄 🛅 🚹 🚺 🚼 ⚧️ 🚻 🚮 🎦 📶 🈁 🔣 ℹ️ 🔤 🔡 🔠 🆖 🆗 🆙 🆒 🆕 🆓 0️⃣ 1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣ 9️⃣ 🔟"},{group:"Flags",tags:["flag","country"],emojis:"🏁 🚩 🎌 🏴 🏳️ 🏳️‍🌈 🏳️‍⚧️ 🏴‍☠️ 🇺🇳 🇦🇨 🇦🇩 🇦🇪 🇦🇫 🇦🇬 🇦🇮 🇦🇱 🇦🇲 🇦🇴 🇦🇶 🇦🇷 🇦🇸 🇦🇹 🇦🇺 🇦🇼 🇦🇽 🇦🇿 🇧🇦 🇧🇧 🇧🇩 🇧🇪 🇧🇫 🇧🇬 🇧🇭 🇧🇮 🇧🇯 🇧🇱 🇧🇲 🇧🇳 🇧🇴 🇧🇶 🇧🇷 🇧🇸 🇧🇹 🇧🇻 🇧🇼 🇧🇾 🇧🇿 🇨🇦 🇨🇨 🇨🇩 🇨🇫 🇨🇬 🇨🇭 🇨🇮 🇨🇰 🇨🇱 🇨🇲 🇨🇳 🇨🇴 🇨🇵 🇨🇷 🇨🇺 🇨🇻 🇨🇼 🇨🇽 🇨🇾 🇨🇿 🇩🇪 🇩🇬 🇩🇯 🇩🇰 🇩🇲 🇩🇴 🇩🇿 🇪🇦 🇪🇨 🇪🇪 🇪🇬 🇪🇭 🇪🇷 🇪🇸 🇪🇹 🇪🇺 🇫🇮 🇫🇯 🇫🇰 🇫🇲 🇫🇴 🇫🇷 🇬🇦 🇬🇧 🇬🇩 🇬🇪 🇬🇫 🇬🇬 🇬🇭 🇬🇮 🇬🇱 🇬🇲 🇬🇳 🇬🇵 🇬🇶 🇬🇷 🇬🇸 🇬🇹 🇬🇺 🇬🇼 🇬🇾 🇭🇰 🇭🇲 🇭🇳 🇭🇷 🇭🇹 🇭🇺 🇮🇨 🇮🇩 🇮🇪 🇮🇱 🇮🇲 🇮🇳 🇮🇴 🇮🇶 🇮🇷 🇮🇸 🇮🇹 🇯🇪 🇯🇲 🇯🇴 🇯🇵 🇰🇪 🇰🇬 🇰🇭 🇰🇮 🇰🇲 🇰🇳 🇰🇵 🇰🇷 🇰🇼 🇰🇾 🇰🇿"}];let Lt;const AN={"😀":{label:"grinning face",tags:["smile","happy"]},"😃":{label:"grinning face with big eyes",tags:["smile","happy"]},"😄":{label:"grinning face with smiling eyes",tags:["smile","happy"]},"😁":{label:"beaming face with smiling eyes",tags:["smile","happy"]},"😆":{label:"grinning squinting face",tags:["laugh","smile"]},"😅":{label:"grinning face with sweat",tags:["relief","smile"]},"😂":{label:"face with tears of joy",tags:["laugh","cry","lol"]},"🤣":{label:"rolling on the floor laughing",tags:["laugh","lol"]},"🥲":{label:"smiling face with tear",tags:["smile","sad"]},"☺️":{label:"smiling face",tags:["smile","happy"]},"😊":{label:"smiling face with smiling eyes",tags:["smile","happy"]},"😇":{label:"smiling face with halo",tags:["angel","innocent"]},"🙂":{label:"slightly smiling face",tags:["smile"]},"🙃":{label:"upside-down face",tags:["silly"]},"😉":{label:"winking face",tags:["wink"]},"😌":{label:"relieved face",tags:["calm"]},"😍":{label:"smiling face with heart-eyes",tags:["love","heart"]},"🥰":{label:"smiling face with hearts",tags:["love","heart"]},"😘":{label:"face blowing a kiss",tags:["kiss","love"]},"😗":{label:"kissing face",tags:["kiss"]},"😙":{label:"kissing face with smiling eyes",tags:["kiss"]},"😚":{label:"kissing face with closed eyes",tags:["kiss"]},"😋":{label:"face savoring food",tags:["yum","food"]},"😛":{label:"face with tongue",tags:["tongue","playful"]},"😝":{label:"squinting face with tongue",tags:["tongue","playful"]},"😜":{label:"winking face with tongue",tags:["tongue","playful"]},"🤪":{label:"zany face",tags:["silly","crazy"]},"🤨":{label:"face with raised eyebrow",tags:["skeptical"]},"🧐":{label:"face with monocle",tags:["thinking"]},"🤓":{label:"nerd face",tags:["glasses"]},"😎":{label:"smiling face with sunglasses",tags:["cool"]},"🥸":{label:"disguised face",tags:["glasses","mustache"]},"🤩":{label:"star-struck",tags:["excited","star"]},"🥳":{label:"partying face",tags:["party","celebration"]},"😏":{label:"smirking face",tags:["smirk"]},"😒":{label:"unamused face",tags:["annoyed"]},"😞":{label:"disappointed face",tags:["sad"]},"😔":{label:"pensive face",tags:["sad"]},"😟":{label:"worried face",tags:["sad","concerned"]},"😕":{label:"confused face",tags:["confused"]},"🙁":{label:"slightly frowning face",tags:["sad"]},"☹️":{label:"frowning face",tags:["sad"]},"😣":{label:"persevering face",tags:["struggle"]},"😖":{label:"confounded face",tags:["frustrated"]},"😫":{label:"tired face",tags:["tired"]},"😩":{label:"weary face",tags:["tired"]},"🥺":{label:"pleading face",tags:["please","sad"]},"😢":{label:"crying face",tags:["cry","sad"]},"😭":{label:"loudly crying face",tags:["cry","sad"]},"😤":{label:"face with steam from nose",tags:["angry","proud"]},"😠":{label:"angry face",tags:["mad"]},"😡":{label:"pouting face",tags:["angry","mad"]},"🤬":{label:"face with symbols on mouth",tags:["angry","swear"]},"🤯":{label:"exploding head",tags:["mind blown","shock"]},"😳":{label:"flushed face",tags:["blush","embarrassed"]},"🥵":{label:"hot face",tags:["heat"]},"🥶":{label:"cold face",tags:["freeze"]},"😱":{label:"face screaming in fear",tags:["fear","shock"]},"😨":{label:"fearful face",tags:["fear"]},"😰":{label:"anxious face with sweat",tags:["fear","sweat"]},"😥":{label:"sad but relieved face",tags:["sad","relief"]},"😓":{label:"downcast face with sweat",tags:["sad","sweat"]},"🫣":{label:"face with peeking eye",tags:["peek","shy"]},"🤗":{label:"hugging face",tags:["hug"]},"🫡":{label:"saluting face",tags:["salute"]},"🤔":{label:"thinking face",tags:["think"]},"🫢":{label:"face with open eyes and hand over mouth",tags:["surprise"]},"🤭":{label:"face with hand over mouth",tags:["giggle"]},"🤫":{label:"shushing face",tags:["quiet","shh"]},"🤥":{label:"lying face",tags:["lie"]},"😶":{label:"face without mouth",tags:["silent"]},"😐":{label:"neutral face",tags:["meh"]},"😑":{label:"expressionless face",tags:["meh"]},"😬":{label:"grimacing face",tags:["awkward"]},"🙄":{label:"face with rolling eyes",tags:["eyeroll"]},"😯":{label:"hushed face",tags:["surprise"]},"😦":{label:"frowning face with open mouth",tags:["sad","surprise"]},"😧":{label:"anguished face",tags:["sad"]},"😮":{label:"face with open mouth",tags:["surprise"]},"😲":{label:"astonished face",tags:["surprise"]},"🥱":{label:"yawning face",tags:["tired","sleep"]},"😴":{label:"sleeping face",tags:["sleep"]},"🤤":{label:"drooling face",tags:["drool"]},"😪":{label:"sleepy face",tags:["sleep"]},"😵":{label:"dizzy face",tags:["dizzy"]},"😵‍💫":{label:"face with spiral eyes",tags:["dizzy"]},"🥴":{label:"woozy face",tags:["dizzy"]},"🤢":{label:"nauseated face",tags:["sick"]},"🤮":{label:"face vomiting",tags:["sick"]},"🤧":{label:"sneezing face",tags:["sick"]},"😷":{label:"face with medical mask",tags:["sick","mask"]},"🤒":{label:"face with thermometer",tags:["sick","fever"]},"🤕":{label:"face with head-bandage",tags:["hurt"]},"👋":{label:"waving hand",tags:["hello","bye"]},"🤚":{label:"raised back of hand",tags:["hand"]},"🖐️":{label:"hand with fingers splayed",tags:["hand"]},"✋":{label:"raised hand",tags:["stop","hand"]},"🖖":{label:"vulcan salute",tags:["hand"]},"👌":{label:"OK hand",tags:["ok","perfect"]},"🤌":{label:"pinched fingers",tags:["gesture"]},"🤏":{label:"pinching hand",tags:["small"]},"✌️":{label:"victory hand",tags:["peace"]},"🤞":{label:"crossed fingers",tags:["luck"]},"🫰":{label:"hand with index finger and thumb crossed",tags:["finger heart","money"]},"🤟":{label:"love-you gesture",tags:["love","hand"]},"🤘":{label:"sign of the horns",tags:["rock"]},"🤙":{label:"call me hand",tags:["phone"]},"👈":{label:"backhand index pointing left",tags:["point","left"]},"👉":{label:"backhand index pointing right",tags:["point","right"]},"👆":{label:"backhand index pointing up",tags:["point","up"]},"🖕":{label:"middle finger",tags:["hand"]},"👇":{label:"backhand index pointing down",tags:["point","down"]},"☝️":{label:"index pointing up",tags:["point","up"]},"🫵":{label:"index pointing at viewer",tags:["you","point"]},"👍":{label:"thumbs up",tags:["like","approve","yes"]},"👎":{label:"thumbs down",tags:["dislike","no"]},"✊":{label:"raised fist",tags:["fist"]},"👊":{label:"oncoming fist",tags:["fist","punch"]},"🤛":{label:"left-facing fist",tags:["fist"]},"🤜":{label:"right-facing fist",tags:["fist"]},"👏":{label:"clapping hands",tags:["clap","applause"]},"🙌":{label:"raising hands",tags:["celebrate","hooray"]},"🫶":{label:"heart hands",tags:["love","heart"]},"👐":{label:"open hands",tags:["hand"]},"🤲":{label:"palms up together",tags:["pray"]},"🤝":{label:"handshake",tags:["agreement"]},"🙏":{label:"folded hands",tags:["please","pray","thanks"]},"✍️":{label:"writing hand",tags:["write"]},"💅":{label:"nail polish",tags:["nails"]},"🤳":{label:"selfie",tags:["camera"]},"💪":{label:"flexed biceps",tags:["strong","muscle"]},"👀":{label:"eyes",tags:["look","see"]},"👁️":{label:"eye",tags:["look","see"]},"👅":{label:"tongue",tags:["mouth"]},"👄":{label:"mouth",tags:["lips"]},"🧠":{label:"brain",tags:["mind"]},"🫀":{label:"anatomical heart",tags:["heart"]},"🫁":{label:"lungs",tags:["breath"]},"🐶":{label:"dog face",tags:["dog","pet"]},"🐱":{label:"cat face",tags:["cat","pet"]},"🐭":{label:"mouse face",tags:["mouse"]},"🐹":{label:"hamster",tags:["pet"]},"🐰":{label:"rabbit face",tags:["bunny"]},"🦊":{label:"fox",tags:["fox face"]},"🐻":{label:"bear",tags:["bear face"]},"🐼":{label:"panda",tags:["panda face"]},"🐨":{label:"koala",tags:["koala face"]},"🐯":{label:"tiger face",tags:["tiger"]},"🦁":{label:"lion",tags:["lion face"]},"🐮":{label:"cow face",tags:["cow"]},"🐷":{label:"pig face",tags:["pig"]},"🐸":{label:"frog",tags:["frog face"]},"🐵":{label:"monkey face",tags:["monkey"]},"🙈":{label:"see-no-evil monkey",tags:["monkey"]},"🙉":{label:"hear-no-evil monkey",tags:["monkey"]},"🙊":{label:"speak-no-evil monkey",tags:["monkey"]},"🐔":{label:"chicken",tags:["bird"]},"🐧":{label:"penguin",tags:["bird"]},"🐦":{label:"bird",tags:["bird"]},"🦆":{label:"duck",tags:["bird"]},"🦅":{label:"eagle",tags:["bird"]},"🦉":{label:"owl",tags:["bird"]},"🦇":{label:"bat",tags:["bat"]},"🐺":{label:"wolf",tags:["wolf face"]},"🐴":{label:"horse face",tags:["horse"]},"🦄":{label:"unicorn",tags:["unicorn face"]},"🐝":{label:"honeybee",tags:["bee"]},"🦋":{label:"butterfly",tags:["insect"]},"🐌":{label:"snail",tags:["insect"]},"🐞":{label:"lady beetle",tags:["ladybug","insect"]},"🐜":{label:"ant",tags:["insect"]},"🕷️":{label:"spider",tags:["insect"]},"🐢":{label:"turtle",tags:["reptile"]},"🐍":{label:"snake",tags:["reptile"]},"🦎":{label:"lizard",tags:["reptile"]},"🦖":{label:"T-Rex",tags:["dinosaur"]},"🦕":{label:"sauropod",tags:["dinosaur"]},"🐙":{label:"octopus",tags:["sea"]},"🐬":{label:"dolphin",tags:["sea"]},"🐳":{label:"spouting whale",tags:["whale","sea"]},"🐋":{label:"whale",tags:["sea"]},"🐟":{label:"fish",tags:["sea"]},"🦈":{label:"shark",tags:["sea"]},"🐘":{label:"elephant",tags:["elephant"]},"🐪":{label:"camel",tags:["desert"]},"🐫":{label:"two-hump camel",tags:["desert"]},"🌵":{label:"cactus",tags:["plant","desert"]},"🎄":{label:"Christmas tree",tags:["tree","holiday"]},"🌲":{label:"evergreen tree",tags:["tree"]},"🌳":{label:"deciduous tree",tags:["tree"]},"🌴":{label:"palm tree",tags:["tree"]},"🌱":{label:"seedling",tags:["plant"]},"☘️":{label:"shamrock",tags:["plant"]},"🍀":{label:"four leaf clover",tags:["luck","plant"]},"🍃":{label:"leaf fluttering in wind",tags:["leaf"]},"🍂":{label:"fallen leaf",tags:["autumn"]},"🍁":{label:"maple leaf",tags:["autumn"]},"🍄":{label:"mushroom",tags:["fungus"]},"🐚":{label:"spiral shell",tags:["sea"]},"🌾":{label:"sheaf of rice",tags:["grain"]},"💐":{label:"bouquet",tags:["flowers"]},"🌷":{label:"tulip",tags:["flower"]},"🌹":{label:"rose",tags:["flower","love"]},"🥀":{label:"wilted flower",tags:["flower"]},"🌺":{label:"hibiscus",tags:["flower"]},"🌸":{label:"cherry blossom",tags:["flower"]},"🌼":{label:"blossom",tags:["flower"]},"🌻":{label:"sunflower",tags:["flower"]},"🌞":{label:"sun with face",tags:["sun"]},"🌝":{label:"full moon face",tags:["moon"]},"🌙":{label:"crescent moon",tags:["moon"]},"🌎":{label:"globe showing Americas",tags:["earth","world"]},"🌍":{label:"globe showing Europe-Africa",tags:["earth","world"]},"🌏":{label:"globe showing Asia-Australia",tags:["earth","world"]},"⭐":{label:"star",tags:["favorite"]},"🌟":{label:"glowing star",tags:["star"]},"✨":{label:"sparkles",tags:["star","shine"]},"⚡":{label:"high voltage",tags:["lightning"]},"🔥":{label:"fire",tags:["flame","hot"]},"🌈":{label:"rainbow",tags:["weather"]},"☀️":{label:"sun",tags:["weather"]},"☁️":{label:"cloud",tags:["weather"]},"❄️":{label:"snowflake",tags:["cold","weather"]},"💧":{label:"droplet",tags:["water"]},"💦":{label:"sweat droplets",tags:["water"]},"🌊":{label:"water wave",tags:["sea","ocean"]},"🍏":{label:"green apple",tags:["fruit"]},"🍎":{label:"red apple",tags:["fruit"]},"🍐":{label:"pear",tags:["fruit"]},"🍊":{label:"tangerine",tags:["orange","fruit"]},"🍋":{label:"lemon",tags:["fruit"]},"🍌":{label:"banana",tags:["fruit"]},"🍉":{label:"watermelon",tags:["fruit"]},"🍇":{label:"grapes",tags:["fruit"]},"🍓":{label:"strawberry",tags:["fruit"]},"🫐":{label:"blueberries",tags:["fruit"]},"🍈":{label:"melon",tags:["fruit"]},"🍒":{label:"cherries",tags:["fruit"]},"🍑":{label:"peach",tags:["fruit"]},"🥭":{label:"mango",tags:["fruit"]},"🍍":{label:"pineapple",tags:["fruit"]},"🥥":{label:"coconut",tags:["fruit"]},"🥝":{label:"kiwi fruit",tags:["fruit"]},"🍅":{label:"tomato",tags:["vegetable"]},"🍆":{label:"eggplant",tags:["vegetable"]},"🥑":{label:"avocado",tags:["vegetable"]},"🥦":{label:"broccoli",tags:["vegetable"]},"🥬":{label:"leafy greens",tags:["vegetable"]},"🥒":{label:"cucumber",tags:["vegetable"]},"🌶️":{label:"hot pepper",tags:["spicy"]},"🌽":{label:"corn",tags:["vegetable"]},"🥕":{label:"carrot",tags:["vegetable"]},"🧄":{label:"garlic",tags:["vegetable"]},"🧅":{label:"onion",tags:["vegetable"]},"🥔":{label:"potato",tags:["vegetable"]},"🍠":{label:"roasted sweet potato",tags:["vegetable"]},"🥐":{label:"croissant",tags:["bread"]},"🥨":{label:"pretzel",tags:["bread"]},"🍞":{label:"bread",tags:["bread"]},"🥖":{label:"baguette bread",tags:["bread"]},"🧀":{label:"cheese wedge",tags:["cheese"]},"🥚":{label:"egg",tags:["breakfast"]},"🍳":{label:"cooking",tags:["egg","breakfast"]},"🥞":{label:"pancakes",tags:["breakfast"]},"🧇":{label:"waffle",tags:["breakfast"]},"🥓":{label:"bacon",tags:["meat"]},"🥩":{label:"cut of meat",tags:["steak"]},"🍗":{label:"poultry leg",tags:["chicken","meat"]},"🍖":{label:"meat on bone",tags:["meat"]},"🌭":{label:"hot dog",tags:["food"]},"🍔":{label:"hamburger",tags:["burger"]},"🍟":{label:"french fries",tags:["fries"]},"🍕":{label:"pizza",tags:["food"]},"🥪":{label:"sandwich",tags:["food"]},"🌮":{label:"taco",tags:["food"]},"🌯":{label:"burrito",tags:["food"]},"🥗":{label:"green salad",tags:["salad"]},"🍝":{label:"spaghetti",tags:["pasta"]},"🍜":{label:"steaming bowl",tags:["noodles","ramen"]},"🍣":{label:"sushi",tags:["food"]},"🍱":{label:"bento box",tags:["food"]},"🍤":{label:"fried shrimp",tags:["seafood"]},"🍙":{label:"rice ball",tags:["rice"]},"🍚":{label:"cooked rice",tags:["rice"]},"🍘":{label:"rice cracker",tags:["rice"]},"🍥":{label:"fish cake with swirl",tags:["fish"]},"🥠":{label:"fortune cookie",tags:["cookie"]},"🍡":{label:"dango",tags:["dessert"]},"🍧":{label:"shaved ice",tags:["dessert"]},"🍨":{label:"ice cream",tags:["dessert"]},"🍦":{label:"soft ice cream",tags:["dessert"]},"🥧":{label:"pie",tags:["dessert"]},"🧁":{label:"cupcake",tags:["dessert"]},"🍰":{label:"shortcake",tags:["cake","dessert"]},"🎂":{label:"birthday cake",tags:["cake","birthday"]},"🍮":{label:"custard",tags:["dessert"]},"🍭":{label:"lollipop",tags:["candy"]},"🍬":{label:"candy",tags:["sweet"]},"🍫":{label:"chocolate bar",tags:["sweet"]},"🍿":{label:"popcorn",tags:["snack"]},"🍩":{label:"doughnut",tags:["donut"]},"🍪":{label:"cookie",tags:["sweet"]},"☕":{label:"hot beverage",tags:["coffee","tea"]},"🍵":{label:"teacup without handle",tags:["tea"]},"🥤":{label:"cup with straw",tags:["drink"]},"🍺":{label:"beer mug",tags:["beer"]},"🍻":{label:"clinking beer mugs",tags:["beer","cheers"]},"🥂":{label:"clinking glasses",tags:["cheers"]},"🍷":{label:"wine glass",tags:["wine"]},"🍸":{label:"cocktail glass",tags:["drink"]},"🍾":{label:"bottle with popping cork",tags:["champagne","celebration"]},"⚽":{label:"soccer ball",tags:["football","sport"]},"🏀":{label:"basketball",tags:["sport"]},"🏈":{label:"american football",tags:["sport"]},"⚾":{label:"baseball",tags:["sport"]},"🎾":{label:"tennis",tags:["sport"]},"🏐":{label:"volleyball",tags:["sport"]},"🏉":{label:"rugby football",tags:["sport"]},"🎱":{label:"pool 8 ball",tags:["game"]},"🏓":{label:"ping pong",tags:["sport"]},"🏸":{label:"badminton",tags:["sport"]},"🥅":{label:"goal net",tags:["sport"]},"⛳":{label:"flag in hole",tags:["golf"]},"🎣":{label:"fishing pole",tags:["activity"]},"🥊":{label:"boxing glove",tags:["sport"]},"🎽":{label:"running shirt",tags:["sport"]},"⛸️":{label:"ice skate",tags:["sport"]},"🎿":{label:"skis",tags:["sport"]},"🏆":{label:"trophy",tags:["award","winner"]},"🥇":{label:"first place medal",tags:["gold","winner"]},"🥈":{label:"second place medal",tags:["silver"]},"🥉":{label:"third place medal",tags:["bronze"]},"🎖️":{label:"military medal",tags:["award"]},"🏅":{label:"sports medal",tags:["award"]},"🎨":{label:"artist palette",tags:["art"]},"🎬":{label:"clapper board",tags:["movie"]},"🎤":{label:"microphone",tags:["music"]},"🎧":{label:"headphone",tags:["music"]},"🎼":{label:"musical score",tags:["music"]},"🎹":{label:"musical keyboard",tags:["music"]},"🥁":{label:"drum",tags:["music"]},"🎷":{label:"saxophone",tags:["music"]},"🎺":{label:"trumpet",tags:["music"]},"🎸":{label:"guitar",tags:["music"]},"🎻":{label:"violin",tags:["music"]},"🎲":{label:"game die",tags:["dice","game"]},"♟️":{label:"chess pawn",tags:["game"]},"🎯":{label:"bullseye",tags:["target"]},"🎳":{label:"bowling",tags:["game"]},"🎮":{label:"video game",tags:["controller"]},"🧩":{label:"puzzle piece",tags:["game"]},"🚗":{label:"automobile",tags:["car"]},"🚕":{label:"taxi",tags:["car"]},"🚙":{label:"sport utility vehicle",tags:["car"]},"🚌":{label:"bus",tags:["vehicle"]},"🚎":{label:"trolleybus",tags:["vehicle"]},"🏎️":{label:"racing car",tags:["car"]},"🚓":{label:"police car",tags:["car"]},"🚑":{label:"ambulance",tags:["vehicle"]},"🚒":{label:"fire engine",tags:["truck"]},"🚚":{label:"delivery truck",tags:["truck"]},"🚲":{label:"bicycle",tags:["bike"]},"🛴":{label:"kick scooter",tags:["scooter"]},"🛵":{label:"motor scooter",tags:["scooter"]},"🏍️":{label:"motorcycle",tags:["bike"]},"⛽":{label:"fuel pump",tags:["gas"]},"🚨":{label:"police car light",tags:["siren"]},"🚥":{label:"horizontal traffic light",tags:["traffic"]},"🚦":{label:"vertical traffic light",tags:["traffic"]},"🛑":{label:"stop sign",tags:["stop"]},"⚓":{label:"anchor",tags:["ship"]},"⛵":{label:"sailboat",tags:["boat"]},"🚤":{label:"speedboat",tags:["boat"]},"🚢":{label:"ship",tags:["boat"]},"✈️":{label:"airplane",tags:["plane","flight"]},"🛫":{label:"airplane departure",tags:["flight"]},"🛬":{label:"airplane arrival",tags:["flight"]},"💺":{label:"seat",tags:["travel"]},"🚁":{label:"helicopter",tags:["flight"]},"🚀":{label:"rocket",tags:["launch","space"]},"🛸":{label:"flying saucer",tags:["ufo","space"]},"🧳":{label:"luggage",tags:["travel"]},"⌛":{label:"hourglass done",tags:["time"]},"⏳":{label:"hourglass not done",tags:["time"]},"⌚":{label:"watch",tags:["time"]},"⏰":{label:"alarm clock",tags:["time"]},"🗻":{label:"mount fuji",tags:["mountain"]},"🏠":{label:"house",tags:["home"]},"🏢":{label:"office building",tags:["building"]},"🏥":{label:"hospital",tags:["building"]},"🏦":{label:"bank",tags:["building"]},"🏨":{label:"hotel",tags:["building"]},"🏫":{label:"school",tags:["building"]},"🏰":{label:"castle",tags:["building"]},"⛪":{label:"church",tags:["building"]},"⛲":{label:"fountain",tags:["place"]},"⛺":{label:"tent",tags:["camping"]},"🌉":{label:"bridge at night",tags:["bridge"]},"🌃":{label:"night with stars",tags:["city"]},"🌄":{label:"sunrise over mountains",tags:["sunrise"]},"🌅":{label:"sunrise",tags:["morning"]},"🌆":{label:"cityscape at dusk",tags:["city"]},"🌇":{label:"sunset",tags:["city"]},"⌨️":{label:"keyboard",tags:["computer"]},"💻":{label:"laptop",tags:["computer"]},"📱":{label:"mobile phone",tags:["phone"]},"📲":{label:"mobile phone with arrow",tags:["phone"]},"☎️":{label:"telephone",tags:["phone"]},"📷":{label:"camera",tags:["photo"]},"📸":{label:"camera with flash",tags:["photo"]},"🎥":{label:"movie camera",tags:["video"]},"📞":{label:"telephone receiver",tags:["phone"]},"📺":{label:"television",tags:["tv"]},"📻":{label:"radio",tags:["audio"]},"🧭":{label:"compass",tags:["navigation"]},"💡":{label:"light bulb",tags:["idea"]},"🔦":{label:"flashlight",tags:["light"]},"💸":{label:"money with wings",tags:["money","cash"]},"💵":{label:"dollar banknote",tags:["money","cash"]},"💰":{label:"money bag",tags:["money","cash"]},"💳":{label:"credit card",tags:["money","payment"]},"💎":{label:"gem stone",tags:["diamond"]},"⚖️":{label:"balance scale",tags:["law"]},"🔧":{label:"wrench",tags:["tool"]},"🔨":{label:"hammer",tags:["tool"]},"⚙️":{label:"gear",tags:["settings","tool"]},"🔫":{label:"water pistol",tags:["toy"]},"💣":{label:"bomb",tags:["danger"]},"🔪":{label:"kitchen knife",tags:["knife"]},"🚬":{label:"cigarette",tags:["smoking"]},"🔮":{label:"crystal ball",tags:["magic"]},"🔬":{label:"microscope",tags:["science"]},"🔭":{label:"telescope",tags:["science"]},"💊":{label:"pill",tags:["medicine"]},"💉":{label:"syringe",tags:["medicine"]},"🧬":{label:"DNA",tags:["science"]},"🦠":{label:"microbe",tags:["germ"]},"🧪":{label:"test tube",tags:["science"]},"🌡️":{label:"thermometer",tags:["temperature"]},"🧹":{label:"broom",tags:["clean"]},"🧺":{label:"basket",tags:["container"]},"🚽":{label:"toilet",tags:["bathroom"]},"🚿":{label:"shower",tags:["bathroom"]},"🛁":{label:"bathtub",tags:["bathroom"]},"🧼":{label:"soap",tags:["clean"]},"🧽":{label:"sponge",tags:["clean"]},"🔑":{label:"key",tags:["lock"]},"🚪":{label:"door",tags:["entry"]},"🧸":{label:"teddy bear",tags:["toy"]},"🎁":{label:"wrapped gift",tags:["present"]},"🎈":{label:"balloon",tags:["party"]},"🎀":{label:"ribbon",tags:["gift"]},"🎊":{label:"confetti ball",tags:["party","celebration"]},"🎉":{label:"party popper",tags:["party","celebration"]},"❤️":{label:"red heart",tags:["love","heart"]},"🩷":{label:"pink heart",tags:["love","heart"]},"🧡":{label:"orange heart",tags:["love","heart"]},"💛":{label:"yellow heart",tags:["love","heart"]},"💚":{label:"green heart",tags:["love","heart"]},"💙":{label:"blue heart",tags:["love","heart"]},"🩵":{label:"light blue heart",tags:["love","heart"]},"💜":{label:"purple heart",tags:["love","heart"]},"🤎":{label:"brown heart",tags:["love","heart"]},"🖤":{label:"black heart",tags:["love","heart"]},"🩶":{label:"grey heart",tags:["love","heart"]},"🤍":{label:"white heart",tags:["love","heart"]},"💔":{label:"broken heart",tags:["heart","sad"]},"❣️":{label:"heart exclamation",tags:["heart","love"]},"💕":{label:"two hearts",tags:["heart","love"]},"💞":{label:"revolving hearts",tags:["heart","love"]},"💓":{label:"beating heart",tags:["heart","love"]},"💗":{label:"growing heart",tags:["heart","love"]},"💖":{label:"sparkling heart",tags:["heart","love"]},"💘":{label:"heart with arrow",tags:["heart","love"]},"💝":{label:"heart with ribbon",tags:["heart","gift"]},"☮️":{label:"peace symbol",tags:["peace"]},"✝️":{label:"latin cross",tags:["cross"]},"☪️":{label:"star and crescent",tags:["religion"]},"☯️":{label:"yin yang",tags:["symbol"]},"☢️":{label:"radioactive",tags:["warning"]},"☣️":{label:"biohazard",tags:["warning"]},"❌":{label:"cross mark",tags:["x","no","cancel"]},"⭕":{label:"hollow red circle",tags:["circle"]},"💯":{label:"hundred points",tags:["100","perfect"]},"💢":{label:"anger symbol",tags:["angry"]},"❗":{label:"red exclamation mark",tags:["exclamation","warning"]},"❓":{label:"red question mark",tags:["question"]},"⚠️":{label:"warning",tags:["alert"]},"♻️":{label:"recycling symbol",tags:["recycle"]},"✅":{label:"check mark button",tags:["check","done","yes"]},"❇️":{label:"sparkle",tags:["star"]},"🌐":{label:"globe with meridians",tags:["world","web"]},"💠":{label:"diamond with a dot",tags:["diamond"]},"Ⓜ️":{label:"circled M",tags:["metro"]},"💤":{label:"zzz",tags:["sleep"]},"ℹ️":{label:"information",tags:["info"]},"🔤":{label:"input latin letters",tags:["letters"]},"🔡":{label:"input lowercase letters",tags:["letters"]},"🔠":{label:"input uppercase letters",tags:["letters"]},"🆕":{label:"NEW button",tags:["new"]},"🆗":{label:"OK button",tags:["ok"]},"🆙":{label:"UP button",tags:["up"]},"➡️":{label:"right arrow",tags:["arrow"]},"🆓":{label:"FREE button",tags:["free"]},"🏁":{label:"chequered flag",tags:["flag","finish"]},"🚩":{label:"triangular flag",tags:["flag"]},"🎌":{label:"crossed flags",tags:["flag"]},"🏴":{label:"black flag",tags:["flag"]},"🏳️":{label:"white flag",tags:["flag"]},"🏳️‍🌈":{label:"rainbow flag",tags:["flag","pride"]},"🏳️‍⚧️":{label:"transgender flag",tags:["flag","pride"]},"🏴‍☠️":{label:"pirate flag",tags:["flag"]},"🇺🇳":{label:"United Nations flag",tags:["flag","UN"]}},DN=r=>{const o=Array.from(r);if(o.length!==2)return"";const n=o.map(t=>{const l=t.codePointAt(0);if(!l)return"";const i=l-127462;return i<0||i>25?"":String.fromCharCode(65+i)});return n.every(Boolean)?n.join(""):""},PN=()=>{if(Lt!==void 0)return Lt;const r=Intl.DisplayNames;return Lt=r?new r(["en"],{type:"region"}):null,Lt},ON=r=>{const o=DN(r);if(!o)return null;let n;try{n=PN()?.of(o)}catch{n=void 0}return{label:n?`flag ${n}`:`flag ${o}`,tags:["flag","country",o]}},FN=(r,o)=>AN[r]||ON(r)||{label:`${o} ${r}`,tags:[r]},RN=r=>r.map(o=>o.trim().toLocaleLowerCase()).filter(Boolean),ss=["👍","❤️","😂","🎉","🔥","👀","✅","🙏"],At=r=>{const o=LN.flatMap((n,t)=>{const l=r.groups[n.group]||{label:n.group,tags:[]},i=l.label||n.group,a=i.toLocaleLowerCase(r.language),s=Array.from(new Set([...n.tags,...l.tags,a]));return n.emojis.split(/\s+/).filter(Boolean).map((d,p)=>{const h=FN(d,i),f=Array.from(new Set([...s,...RN([h.label,...h.tags||[]])]));return{emoji:d,annotation:h.label,groupLabel:i,tags:f,group:n.group,order:t*1e3+p}})});return{language:r.language,data:o,i18n:r.i18n,quickList:r.quickList||ss}},jN=[{value:"en",label:"EN"},{value:"ru",label:"RU"},{value:"zh",label:"ZH"}],WN={en:()=>Promise.resolve().then(()=>UN),ru:()=>Promise.resolve().then(()=>YN),zh:()=>Promise.resolve().then(()=>XN)},$N=async r=>(await WN[r]()).default,Te={Smileys:"Smileys",People:"People",Animals:"Animals",Nature:"Nature",Food:"Food",Activity:"Activity",Travel:"Travel",Objects:"Objects",Symbols:"Symbols",Flags:"Flags"},KN=At({language:"en",groups:{Smileys:{label:Te.Smileys,tags:["face","smile","emotion"]},People:{label:Te.People,tags:["person","gesture","body"]},Animals:{label:Te.Animals,tags:["animal","nature"]},Nature:{label:Te.Nature,tags:["plant","weather","nature"]},Food:{label:Te.Food,tags:["food","drink"]},Activity:{label:Te.Activity,tags:["activity","sport","game"]},Travel:{label:Te.Travel,tags:["travel","place","vehicle"]},Objects:{label:Te.Objects,tags:["object","tool","device"]},Symbols:{label:Te.Symbols,tags:["symbol","heart","sign"]},Flags:{label:Te.Flags,tags:["flag","country"]}},i18n:{searchPlaceholder:"Search emoji",searchLabel:"Search emoji",quickLabel:"Frequent reactions",expandLabel:"Open emoji picker",collapseLabel:"Collapse emoji picker",noResults:"No emoji found",categoryLabel:"Emoji categories",resultsLabel:"Emoji results",categories:Te}}),UN=Object.freeze(Object.defineProperty({__proto__:null,default:KN},Symbol.toStringTag,{value:"Module"})),Le={Smileys:"Смайлы",People:"Люди",Animals:"Животные",Nature:"Природа",Food:"Еда",Activity:"Активность",Travel:"Путешествия",Objects:"Предметы",Symbols:"Символы",Flags:"Флаги"},GN=At({language:"ru",groups:{Smileys:{label:Le.Smileys,tags:["лицо","улыбка","эмоция"]},People:{label:Le.People,tags:["человек","жест","тело"]},Animals:{label:Le.Animals,tags:["животное","природа"]},Nature:{label:Le.Nature,tags:["растение","погода","природа"]},Food:{label:Le.Food,tags:["еда","напиток"]},Activity:{label:Le.Activity,tags:["активность","спорт","игра"]},Travel:{label:Le.Travel,tags:["путешествие","место","транспорт"]},Objects:{label:Le.Objects,tags:["предмет","инструмент","устройство"]},Symbols:{label:Le.Symbols,tags:["символ","сердце","знак"]},Flags:{label:Le.Flags,tags:["флаг","страна"]}},i18n:{searchPlaceholder:"Поиск эмодзи",searchLabel:"Поиск эмодзи",quickLabel:"Частые реакции",expandLabel:"Открыть эмодзи",collapseLabel:"Свернуть эмодзи",noResults:"Эмодзи не найдены",categoryLabel:"Категории эмодзи",resultsLabel:"Результаты эмодзи",categories:Le}}),YN=Object.freeze(Object.defineProperty({__proto__:null,default:GN},Symbol.toStringTag,{value:"Module"})),Ae={Smileys:"笑脸",People:"人物",Animals:"动物",Nature:"自然",Food:"食物",Activity:"活动",Travel:"旅行",Objects:"物品",Symbols:"符号",Flags:"旗帜"},ZN=At({language:"zh",groups:{Smileys:{label:Ae.Smileys,tags:["表情","微笑","情绪"]},People:{label:Ae.People,tags:["人物","手势","身体"]},Animals:{label:Ae.Animals,tags:["动物","自然"]},Nature:{label:Ae.Nature,tags:["植物","天气","自然"]},Food:{label:Ae.Food,tags:["食物","饮料"]},Activity:{label:Ae.Activity,tags:["活动","运动","游戏"]},Travel:{label:Ae.Travel,tags:["旅行","地点","交通"]},Objects:{label:Ae.Objects,tags:["物品","工具","设备"]},Symbols:{label:Ae.Symbols,tags:["符号","爱心","标志"]},Flags:{label:Ae.Flags,tags:["旗帜","国家"]}},i18n:{searchPlaceholder:"搜索表情",searchLabel:"搜索表情",quickLabel:"常用反应",expandLabel:"打开表情选择器",collapseLabel:"收起表情选择器",noResults:"没有找到表情",categoryLabel:"表情分类",resultsLabel:"表情结果",categories:Ae}}),XN=Object.freeze(Object.defineProperty({__proto__:null,default:ZN},Symbol.toStringTag,{value:"Module"}));c.AvatarShapeType=Ws,c.Locale=Ut,c.NmorphAlert=jc,c.NmorphAlertType=at,c.NmorphArchiveResolution=Rt,c.NmorphAudioMeter=Ju,c.NmorphAudioPreview=xo,c.NmorphAudioResolution=st,c.NmorphAutocomplete=Ky,c.NmorphAvatar=wc,c.NmorphBacktop=A7,c.NmorphBadge=Ng,c.NmorphBreadcrumb=R7,c.NmorphBreadcrumbItem=$7,c.NmorphButton=Be,c.NmorphButtonShape=fd,c.NmorphButtonType=hd,c.NmorphCalendar=bc,c.NmorphCallout=Mb,c.NmorphCard=Fg,c.NmorphCarousel=Ug,c.NmorphCarouselItem=Zg,c.NmorphCheckbox=Lo,c.NmorphCheckboxGroup=Ly,c.NmorphCollapse=Jg,c.NmorphCollapseItem=n5,c.NmorphColor=or,c.NmorphColorPicker=Qy,c.NmorphComponentDirection=Ls,c.NmorphComponentPosition=As,c.NmorphComponentThickness=ke,c.NmorphContextMenu=lN,c.NmorphDatePicker=v_,c.NmorphDialog=Pb,c.NmorphDivider=as,c.NmorphDocResolution=Ft,c.NmorphDrawer=Ub,c.NmorphDropdown=et,c.NmorphElementDesign=Ds,c.NmorphEmojiPicker=E5,c.NmorphEmpty=p5,c.NmorphFileCard=Mc,c.NmorphFileUpload=A_,c.NmorphForm=$_,c.NmorphFormItem=rk,c.NmorphGuide=Xb,c.NmorphGuideStep=yy,c.NmorphIcon=ie,c.NmorphIconAddLocation=dr,c.NmorphIconAim=mr,c.NmorphIconAlarmClock=pr,c.NmorphIconApple=hr,c.NmorphIconArchive=Xt,c.NmorphIconArrowDown=fr,c.NmorphIconArrowLeft=Qt,c.NmorphIconArrowRight=Jt,c.NmorphIconArrowUp=ur,c.NmorphIconAudio=pt,c.NmorphIconAvatar=ht,c.NmorphIconBack=gr,c.NmorphIconBaseball=wr,c.NmorphIconBasketball=br,c.NmorphIconBell=_r,c.NmorphIconBellFilled=yr,c.NmorphIconBicycle=kr,c.NmorphIconBottom=xr,c.NmorphIconBottomLeft=Nr,c.NmorphIconBottomRight=Br,c.NmorphIconBowl=Vr,c.NmorphIconBox=vr,c.NmorphIconBriefcase=Sr,c.NmorphIconBrush=Cr,c.NmorphIconBrushFilled=Er,c.NmorphIconBurger=eo,c.NmorphIconCalendar=to,c.NmorphIconCamera=Mr,c.NmorphIconCameraFilled=Ir,c.NmorphIconCaretBottom=zr,c.NmorphIconCaretLeft=Hr,c.NmorphIconCaretRight=qr,c.NmorphIconCaretTop=Tr,c.NmorphIconCellphone=Lr,c.NmorphIconChatDotRound=Ar,c.NmorphIconChatDotSquare=Dr,c.NmorphIconChatLineRound=Pr,c.NmorphIconChatLineSquare=Or,c.NmorphIconChatRound=Fr,c.NmorphIconChatSquare=Rr,c.NmorphIconCheck=jr,c.NmorphIconChecked=Wr,c.NmorphIconCherry=$r,c.NmorphIconChevronDoubleDown=oo,c.NmorphIconChevronDoubleLeft=Kr,c.NmorphIconChevronDoubleRight=Ur,c.NmorphIconChevronDoubleUp=Gr,c.NmorphIconChevronDown=Pe,c.NmorphIconChevronLeft=ro,c.NmorphIconChevronRight=no,c.NmorphIconChevronUp=Yr,c.NmorphIconChicken=Zr,c.NmorphIconChromeFilled=Xr,c.NmorphIconCircleCheck=Jr,c.NmorphIconCircleCheckFilled=Qr,c.NmorphIconCircleClose=lo,c.NmorphIconCircleCloseFilled=ao,c.NmorphIconCirclePlus=tn,c.NmorphIconCirclePlusFilled=en,c.NmorphIconClipboard=rn,c.NmorphIconClipboardCheck=on,c.NmorphIconClock=io,c.NmorphIconClose=nn,c.NmorphIconCloseBold=an,c.NmorphIconCloudy=ln,c.NmorphIconCode=cn,c.NmorphIconCoffee=dn,c.NmorphIconCoffeeCup=sn,c.NmorphIconCoin=pn,c.NmorphIconColdDrink=mn,c.NmorphIconCollection=fn,c.NmorphIconCollectionTag=hn,c.NmorphIconComment=un,c.NmorphIconCompass=gn,c.NmorphIconConnection=wn,c.NmorphIconCoordinate=bn,c.NmorphIconCopy=_n,c.NmorphIconCopyDocument=yn,c.NmorphIconCpu=kn,c.NmorphIconCreditCard=Nn,c.NmorphIconCrop=Bn,c.NmorphIconCross=Ze,c.NmorphIconDatabase=xn,c.NmorphIconDelete=vn,c.NmorphIconDeleteFilled=Vn,c.NmorphIconDessert=Sn,c.NmorphIconDiscount=En,c.NmorphIconDoc=ft,c.NmorphIconDocument=qn,c.NmorphIconDocumentAdd=Cn,c.NmorphIconDocumentChecked=In,c.NmorphIconDocumentCopy=Mn,c.NmorphIconDocumentDelete=zn,c.NmorphIconDocumentRemove=Hn,c.NmorphIconDownload=Xe,c.NmorphIconDragHandle=Tn,c.NmorphIconEdit=An,c.NmorphIconEditPen=Ln,c.NmorphIconEnlarge=ut,c.NmorphIconError=Qe,c.NmorphIconExit=Pn,c.NmorphIconExitSquare=On,c.NmorphIconExpand=Dn,c.NmorphIconExternalLink=gt,c.NmorphIconEye=Je,c.NmorphIconEyeBlocked=co,c.NmorphIconFailed=Fn,c.NmorphIconFiles=Rn,c.NmorphIconFilm=jn,c.NmorphIconFilter=$n,c.NmorphIconFilterOff=Wn,c.NmorphIconFingerprint=Kn,c.NmorphIconFinished=Un,c.NmorphIconFlag=Gn,c.NmorphIconFold=Yn,c.NmorphIconFolder=ea,c.NmorphIconFolderAdd=Zn,c.NmorphIconFolderChecked=Xn,c.NmorphIconFolderDelete=Qn,c.NmorphIconFolderOpened=so,c.NmorphIconFolderRemove=Jn,c.NmorphIconFood=ta,c.NmorphIconForkSpoon=na,c.NmorphIconForward=ra,c.NmorphIconForwardFilled=oa,c.NmorphIconFullScreen=wt,c.NmorphIconGoblet=la,c.NmorphIconGobletFull=aa,c.NmorphIconGoldMedal=ca,c.NmorphIconGoods=da,c.NmorphIconGoodsFilled=sa,c.NmorphIconGoogle=ia,c.NmorphIconGrape=ma,c.NmorphIconGrid=pa,c.NmorphIconGuide=ha,c.NmorphIconHand=fa,c.NmorphIconHandbag=ua,c.NmorphIconHeadset=ga,c.NmorphIconHistogram=wa,c.NmorphIconHotWater=ba,c.NmorphIconHouse=ya,c.NmorphIconIceCreamRound=_a,c.NmorphIconIceDrink=ka,c.NmorphIconIceTea=Na,c.NmorphIconImage=rt,c.NmorphIconInbox=xa,c.NmorphIconInfo=Ba,c.NmorphIconInfoFilled=mo,c.NmorphIconKey=Va,c.NmorphIconKnifeFork=va,c.NmorphIconLightning=Sa,c.NmorphIconLink=Ea,c.NmorphIconList=Ca,c.NmorphIconListSimple=Ia,c.NmorphIconLoader=He,c.NmorphIconLoader1=Oe,c.NmorphIconLoader2=He,c.NmorphIconLoaderDots=Oe,c.NmorphIconLoading=He,c.NmorphIconLocation=qa,c.NmorphIconLocationFilled=Ma,c.NmorphIconLocationInformation=za,c.NmorphIconLock=Ta,c.NmorphIconLogo=Ha,c.NmorphIconLollipop=La,c.NmorphIconMagicStick=Aa,c.NmorphIconMagnet=Da,c.NmorphIconMail=Pa,c.NmorphIconMale=Oa,c.NmorphIconManagement=Fa,c.NmorphIconMapLocation=Ra,c.NmorphIconMedal=ja,c.NmorphIconMemo=Wa,c.NmorphIconMenu=$a,c.NmorphIconMessage=Ua,c.NmorphIconMessageBox=Ka,c.NmorphIconMic=Ga,c.NmorphIconMicrophone=Ya,c.NmorphIconMinus=Za,c.NmorphIconMinusThin=po,c.NmorphIconMoney=Xa,c.NmorphIconMonitor=Qa,c.NmorphIconMoon=Ja,c.NmorphIconMore=tl,c.NmorphIconMoreFilled=el,c.NmorphIconMostlyCloudy=ol,c.NmorphIconMouse=rl,c.NmorphIconMug=nl,c.NmorphIconMute=ho,c.NmorphIconMuteNotification=al,c.NmorphIconMuteSpeaker=bt,c.NmorphIconNoSmoking=ll,c.NmorphIconNotebook=il,c.NmorphIconNotification=cl,c.NmorphIconOdometer=sl,c.NmorphIconOfficeBuilding=dl,c.NmorphIconOpen=fo,c.NmorphIconOperation=ml,c.NmorphIconOpportunity=pl,c.NmorphIconOrange=hl,c.NmorphIconPagination=fl,c.NmorphIconPaperclip=ul,c.NmorphIconPartlyCloudy=gl,c.NmorphIconPause=yt,c.NmorphIconPear=wl,c.NmorphIconPhone=yl,c.NmorphIconPhoneFilled=bl,c.NmorphIconPicture=_l,c.NmorphIconPieChart=kl,c.NmorphIconPin=Nl,c.NmorphIconPlace=Bl,c.NmorphIconPlatform=xl,c.NmorphIconPlay=nt,c.NmorphIconPlus=Vl,c.NmorphIconPlusThin=uo,c.NmorphIconPointer=vl,c.NmorphIconPosition=Sl,c.NmorphIconPostCard=El,c.NmorphIconPouring=Cl,c.NmorphIconPresent=Il,c.NmorphIconPriceTag=Ml,c.NmorphIconPrinter=zl,c.NmorphIconPromotion=Hl,c.NmorphIconQuartzWatch=ql,c.NmorphIconQuestionFilled=Tl,c.NmorphIconRank=Ll,c.NmorphIconReading=Dl,c.NmorphIconReadingLamp=Al,c.NmorphIconRecord=Pl,c.NmorphIconRedo=Ol,c.NmorphIconRefresh=jl,c.NmorphIconRefreshLeft=Fl,c.NmorphIconRefreshRight=Rl,c.NmorphIconRefrigerator=Wl,c.NmorphIconRemove=Kl,c.NmorphIconRemoveFilled=$l,c.NmorphIconReply=Gl,c.NmorphIconReplyFilled=Ul,c.NmorphIconRight=Yl,c.NmorphIconRotateLeft=_t,c.NmorphIconRotateRight=kt,c.NmorphIconSave=Xl,c.NmorphIconScaleToOriginal=Zl,c.NmorphIconSchool=Ql,c.NmorphIconScissor=Jl,c.NmorphIconSearch=go,c.NmorphIconSelect=ei,c.NmorphIconSell=ti,c.NmorphIconSemiSelect=oi,c.NmorphIconSend=ni,c.NmorphIconSendFilled=ri,c.NmorphIconServer=ai,c.NmorphIconService=li,c.NmorphIconSetting=ii,c.NmorphIconShare=wo,c.NmorphIconShield=si,c.NmorphIconShieldCheck=ci,c.NmorphIconShip=di,c.NmorphIconShop=mi,c.NmorphIconShoppingBag=pi,c.NmorphIconShoppingCart=fi,c.NmorphIconShoppingCartFull=hi,c.NmorphIconShrink=Nt,c.NmorphIconSize=bd,c.NmorphIconSliders=ui,c.NmorphIconSmile=bo,c.NmorphIconSmoking=gi,c.NmorphIconSoccer=wi,c.NmorphIconSoldOut=bi,c.NmorphIconSort=ki,c.NmorphIconSortDown=yi,c.NmorphIconSortUp=_i,c.NmorphIconSpeaker=Ni,c.NmorphIconSpeakerOff=bt,c.NmorphIconStamp=Bi,c.NmorphIconStar=Vi,c.NmorphIconStarFilled=xi,c.NmorphIconStop=vi,c.NmorphIconStopwatch=Si,c.NmorphIconSuccess=Bt,c.NmorphIconSuccessFilled=yo,c.NmorphIconSugar=Ei,c.NmorphIconSuitcaseLine=Ci,c.NmorphIconSunny=Ii,c.NmorphIconSunrise=Mi,c.NmorphIconSunset=zi,c.NmorphIconSwitch=Ti,c.NmorphIconSwitchButton=Hi,c.NmorphIconSwitchFilled=qi,c.NmorphIconTakeawayBox=Li,c.NmorphIconTicket=Ai,c.NmorphIconTickets=Di,c.NmorphIconTime=Pi,c.NmorphIconTimer=Oi,c.NmorphIconToiletPaper=Fi,c.NmorphIconTools=Ri,c.NmorphIconTop=$i,c.NmorphIconTopLeft=ji,c.NmorphIconTopRight=Wi,c.NmorphIconTrendCharts=Ki,c.NmorphIconTriangleDown=Ui,c.NmorphIconTrophy=Yi,c.NmorphIconTrophyBase=Gi,c.NmorphIconTurnOff=Zi,c.NmorphIconUmbrella=Xi,c.NmorphIconUndo=Qi,c.NmorphIconUnlock=Ji,c.NmorphIconUpload=tc,c.NmorphIconUploadFilled=ec,c.NmorphIconUser=rc,c.NmorphIconUserFilled=oc,c.NmorphIconUsers=nc,c.NmorphIconVan=ac,c.NmorphIconVideo=xt,c.NmorphIconVideoCamera=lc,c.NmorphIconVideoCameraOff=_o,c.NmorphIconVideoPause=ic,c.NmorphIconVideoPlay=cc,c.NmorphIconView=sc,c.NmorphIconWallet=mc,c.NmorphIconWalletFilled=dc,c.NmorphIconWarnTriangleFilled=ko,c.NmorphIconWarning=pc,c.NmorphIconWatch=hc,c.NmorphIconWindPower=fc,c.NmorphIconZoomIn=Vt,c.NmorphIconZoomOut=vt,c.NmorphImage=Ct,c.NmorphImageFit=$s,c.NmorphImagePreview=Bo,c.NmorphImageResolution=it,c.NmorphLayout=Vu,c.NmorphLibrary=id,c.NmorphLink=Eu,c.NmorphLinkTarget=uc,c.NmorphMediaGallery=Ic,c.NmorphMediaTile=G9,c.NmorphNotificationPlacement=cs,c.NmorphNotificationProvider=TN,c.NmorphNumberInput=fk,c.NmorphOTPInput=xk,c.NmorphOverflowProp=Mu,c.NmorphOverlay=tt,c.NmorphPagination=Q9,c.NmorphProgress=dw,c.NmorphQRCode=Ew,c.NmorphRadio=Po,c.NmorphRadioGroup=Oo,c.NmorphScroll=No,c.NmorphScrollBehavior=zu,c.NmorphSelect=qk,c.NmorphSelectButton=E7,c.NmorphSelectButtonItem=Qc,c.NmorphSelectOption=Xc,c.NmorphSelectionControlThickness=$t,c.NmorphSelectionDateType=js,c.NmorphShadowType=Kt,c.NmorphSkeleton=qw,c.NmorphSkeletonItem=Ac,c.NmorphSkeletonItemPropsType=Tw,c.NmorphSlider=Wk,c.NmorphSortOrder=Ks,c.NmorphSpace=Tu,c.NmorphStepper=mN,c.NmorphSwitch=Yk,c.NmorphTabPane=xN,c.NmorphTable=Dc,c.NmorphTableCell=Pc,c.NmorphTableColumn=Oc,c.NmorphTabs=kN,c.NmorphTagItem=zo,c.NmorphTagList=cb,c.NmorphText=Du,c.NmorphTextAlign=Rs,c.NmorphTextInput=Tt,c.NmorphTextarea=Jk,c.NmorphTimePicker=d7,c.NmorphTooltip=qo,c.NmorphTypographyColor=Fs,c.NmorphTypographyVariant=Ps,c.NmorphTypographyWeight=Os,c.NmorphVideoPreview=So,c.NmorphVideoResolution=ct,c.NmorphVirtualList=gb,c.createNmorphEmojiLocale=At,c.createNmorphQRCode=Io,c.en=Gt,c.formatDate=Et,c.formatDateIntl=Tg,c.getCommonStyles=tr,c.getDecadeYears=yc,c.getMonthDaysByWeek=Vc,c.getMonthName=Vo,c.getNmorphThemeStyles=td,c.getTabContentId=Wo,c.getTabLabelId=jo,c.hasAnyRangeDateInNextMonth=Nc,c.hasAnyRangeDateInPrevMonth=kc,c.isTodayInMonthRange=Bc,c.loadNmorphEmojiLocale=$N,c.nmorphEmojiLanguageOptions=jN,c.nmorphEmojiQuickList=ss,c.nmorphGuideInjectionKey=Ho,c.nmorphLog=ar,c.resetTimeToZero=je,c.resolution=jt,c.ru=rd,c.useCalendarTexts=St,c.useNmorph=ad,c.useNmorphBrowser=rr,c.useNmorphNotification=ld,c.useNmorphTheme=sr,c.zh=nd,Object.defineProperty(c,Symbol.toStringTag,{value:"Module"})});