UNPKG

@mozaic-ds/vue

Version:

Mozaic-Vue is the Vue.js implementation of ADEO Design system

1 lines 292 kB
(function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require("vue")):typeof define==`function`&&define.amd?define([`exports`,`vue`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.MozaicVue={},e.Vue))})(this,function(e,t){Object.defineProperty(e,Symbol.toStringTag,{value:`Module`});var n=Symbol(),r=Symbol(),i=(0,t.defineComponent)({__name:`MAccordionList`,props:{appearance:{default:`standard`},behavior:{default:`multiple`},modelValue:{}},emits:[`update:modelValue`],setup(e,{emit:i}){let a=e,o=(0,t.computed)(()=>({[`mc-accordion--${a.appearance}`]:a.appearance&&a.appearance!=`standard`})),s=i,c=(0,t.computed)({get(){return a.modelValue||[]},set(e){s(`update:modelValue`,e)}});function l(e){if(a.behavior===`single`)c.value=c.value?.[0]===e?[]:[e];else{let t=new Set([...c.value]);c.value?.includes(e)?t.delete(e):t.add(e),c.value=[...t]}}return(0,t.provide)(n,c),(0,t.provide)(r,l),(e,n)=>((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{class:(0,t.normalizeClass)([`mc-accordion`,o.value])},[(0,t.renderSlot)(e.$slots,`default`,{},void 0,!0)],2))}}),a=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n},o=a(i,[[`__scopeId`,`data-v-ee9f6d4f`]]),s={class:`mc-accordion__item`},c={class:`mc-accordion__header`},l=[`id`,`aria-controls`,`aria-expanded`],u={class:`mc-accordion__title-wrapper`},d={key:0,class:`mc-accordion__subtitle`},f=[`id`,`inert`,`aria-labelledby`],p={key:0},m=a((0,t.defineComponent)({__name:`MAccordionListItem`,props:{id:{},title:{},subtitle:{},content:{},icon:{},tag:{default:`h2`}},setup(e){let i=e,a=(0,t.inject)(n),o=(0,t.inject)(r),m=(0,t.computed)(()=>a.value.includes(i.id));return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`div`,s,[(0,t.createElementVNode)(`div`,c,[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(e.tag),{class:`mc-accordion__title`},{default:(0,t.withCtx)(()=>[(0,t.createElementVNode)(`button`,{id:`accordion-${e.id}`,class:`mc-accordion__trigger`,"aria-controls":`content-${e.id}`,"aria-expanded":m.value,onClick:r[0]||=n=>(0,t.unref)(o)(e.id)},[e.icon?((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(e.icon),{key:0,class:`mc-accordion__icon`})):(0,t.createCommentVNode)(``,!0),(0,t.createElementVNode)(`div`,u,[(0,t.createElementVNode)(`span`,null,(0,t.toDisplayString)(e.title),1),e.subtitle?((0,t.openBlock)(),(0,t.createElementBlock)(`span`,d,(0,t.toDisplayString)(e.subtitle),1)):(0,t.createCommentVNode)(``,!0)])],8,l)]),_:1}))]),(0,t.createElementVNode)(`div`,{id:`content-${e.id}`,class:(0,t.normalizeClass)({"mc-accordion__content":!0,"mc-accordion__content--open":m.value}),inert:!m.value||void 0,"aria-labelledby":`accordion-${e.id}`,role:`region`},[(0,t.renderSlot)(n.$slots,`default`,{},()=>[e.content?((0,t.openBlock)(),(0,t.createElementBlock)(`p`,p,(0,t.toDisplayString)(e.content),1)):(0,t.createCommentVNode)(``,!0)],!0)],10,f)]))}}),[[`__scopeId`,`data-v-dbf031eb`]]),h={class:`mc-divider`},g=a((0,t.defineComponent)({__name:`MDivider`,props:{orientation:{default:`horizontal`},appearance:{default:`primary`},size:{default:`s`}},setup(e){let n=e,r=(0,t.computed)(()=>({[`mc-divider-${n.orientation}`]:n.orientation,[`mc-divider-horizontal--${n.appearance}`]:n.appearance&&n.appearance!=`primary`,[`mc-divider-horizontal--${n.size}`]:n.size&&n.size!=`s`}));return(e,n)=>((0,t.openBlock)(),(0,t.createElementBlock)(`div`,h,[(0,t.createElementVNode)(`div`,{class:(0,t.normalizeClass)(r.value)},null,2),(0,t.renderSlot)(e.$slots,`default`,{},void 0,!0)]))}}),[[`__scopeId`,`data-v-49acd035`]]),_={class:`mc-action-bottom-bar__left`},v={class:`mc-action-bottom-bar__right`},y=a((0,t.defineComponent)({__name:`MActionBottomBar`,props:{shadow:{type:Boolean}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{class:(0,t.normalizeClass)([`mc-action-bottom-bar`,{"mc-action-bottom-bar--shadow":e.shadow}])},[(0,t.createVNode)(g,{class:`mc-action-bottom-bar__divider`}),(0,t.createElementVNode)(`div`,_,[(0,t.renderSlot)(n.$slots,`left`,{},void 0,!0)]),(0,t.createElementVNode)(`div`,v,[(0,t.renderSlot)(n.$slots,`right`,{},void 0,!0)])],2))}}),[[`__scopeId`,`data-v-6e7cbeeb`]]),b={class:`mc-loader__spinner`},x=[`viewBox`],ee=[`r`],te={key:0,class:`mc-loader__text`,role:`status`},S=a((0,t.defineComponent)({__name:`MLoader`,props:{appearance:{default:`standard`},size:{default:`m`},text:{}},setup(e){let n=e,r=(0,t.computed)(()=>({[`mc-loader--${n.size}`]:n.size&&n.size!==`m`,[`mc-loader--${n.appearance}`]:n.appearance&&n.appearance!==`standard`,"mc-loader--text-visible":n.text})),i=(0,t.computed)(()=>{let e;switch(n.size){case`xs`:e=`0 0 20 20`;break;case`s`:e=`0 0 24 24`;break;case`l`:e=`0 0 64 64`;break;default:e=`0 0 32 32`}return e}),a=(0,t.computed)(()=>{let e;switch(n.size){case`xs`:e=6;break;case`s`:e=6;break;case`l`:e=19;break;default:e=9}return e});return(n,o)=>((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{class:(0,t.normalizeClass)([`mc-loader`,r.value])},[(0,t.createElementVNode)(`span`,b,[((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{class:`mc-loader__icon`,xmlns:`http://www.w3.org/2000/svg`,viewBox:i.value,"aria-hidden":`true`},[(0,t.createElementVNode)(`circle`,{class:`mc-loader__path`,cx:`50%`,cy:`50%`,r:a.value},null,8,ee)],8,x))]),e.text?((0,t.openBlock)(),(0,t.createElementBlock)(`p`,te,(0,t.toDisplayString)(e.text),1)):(0,t.createCommentVNode)(``,!0)],2))}}),[[`__scopeId`,`data-v-a750e3dc`]]),ne=[`disabled`,`type`,`aria-busy`],re={key:0,class:`mc-button__icon`,style:{position:`absolute`}},ie={key:1,class:`mc-button__icon`},C=a((0,t.defineComponent)({__name:`MIconButton`,props:{appearance:{default:`standard`},size:{default:`m`},disabled:{type:Boolean},ghost:{type:Boolean},outlined:{type:Boolean},type:{default:`button`},isLoading:{type:Boolean}},setup(e){let n=e,r=(0,t.computed)(()=>({[`mc-button--${n.appearance}`]:n.appearance&&n.appearance!=`standard`,[`mc-button--${n.size}`]:n.size&&n.size!=`m`,"mc-button--ghost":n.ghost,"mc-button--outlined":n.outlined}));return(n,i)=>((0,t.openBlock)(),(0,t.createElementBlock)(`button`,{class:(0,t.normalizeClass)([`mc-button mc-button--icon-button`,r.value]),disabled:e.disabled,type:e.type,"aria-busy":e.isLoading||void 0},[e.isLoading?((0,t.openBlock)(),(0,t.createElementBlock)(`span`,re,[(0,t.createVNode)(S,{style:{color:`currentColor`},size:`s`})])):((0,t.openBlock)(),(0,t.createElementBlock)(`span`,ie,[(0,t.renderSlot)(n.$slots,`icon`,{},void 0,!0)]))],10,ne))}}),[[`__scopeId`,`data-v-d8d3cde8`]]),ae=[`fill`],oe=(0,t.defineComponent)({__name:`WarningTriangleFilled24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{d:`M10.286 4.915c.776-1.295 2.652-1.294 3.43 0L20.95 16.97c.8 1.332-.162 3.029-1.716 3.029H4.767c-1.555 0-2.516-1.697-1.716-3.03l7.235-12.055ZM11.9 15a1 1 0 0 0 0 2h.2a1 1 0 0 0 0-2zm.1-6a1 1 0 0 0-1 1v3.5a1 1 0 0 0 2 0V10a1 1 0 0 0-1-1`},null,-1)]],8,ae))}}),se=[`fill`],ce=(0,t.defineComponent)({__name:`WarningCircle32`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 32 32`,width:`32px`,height:`32px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{d:`M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3m0 2C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11S22.075 5 16 5m.134 15.333a1 1 0 0 1 0 2h-.267a1 1 0 1 1 0-2zM16 9.667a1 1 0 0 1 1 1v6.667a1 1 0 0 1-2 0v-6.667a1 1 0 0 1 1-1`},null,-1)]],8,se))}}),le=[`fill`],ue=(0,t.defineComponent)({__name:`WarningCircleFilled32`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 32 32`,width:`32px`,height:`32px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{d:`M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3m-.133 17.333a1 1 0 0 0 0 2h.267a1 1 0 1 0 0-2zM16 9.667a1 1 0 0 0-1 1v6.667a1 1 0 0 0 2 0v-6.667a1 1 0 0 0-1-1`},null,-1)]],8,le))}}),de=[`fill`],fe=(0,t.defineComponent)({__name:`ViewGridX424`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M2 3a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm2 1v5h5V4zm9-1a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1zm2 1v5h5V4zM2 14a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm2 1v5h5v-5zm9-1a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1zm2 1v5h5v-5z`},null,-1)]],8,de))}}),pe=[`fill`],me=(0,t.defineComponent)({__name:`Star24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M12 3a1 1 0 0 1 .916.598l2.178 4.969 5.055.76a1 1 0 0 1 .504 1.747l-3.923 3.378 1.435 5.286a1 1 0 0 1-1.509 1.101L12 17.823 7.344 20.84a1 1 0 0 1-1.509-1.101l1.435-5.286-3.923-3.379a1 1 0 0 1 .504-1.746l5.055-.76 2.178-4.969A1 1 0 0 1 12 3m0 3.49-1.484 3.385-.222.505-.545.083-3.445.518 2.749 2.366.477.412-.165.608-.915 3.373 3.006-1.948.544-.352.544.352 3.006 1.948-.915-3.373-.165-.608.477-.412 2.749-2.367-3.445-.517-.545-.083-.222-.505z`},null,-1)]],8,pe))}}),he=[`fill`],ge=(0,t.defineComponent)({__name:`StarHalf24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M12.916 3.598a1 1 0 0 0-1.832 0L8.906 8.567l-5.055.76a1 1 0 0 0-.504 1.747l3.923 3.378-1.435 5.286a1 1 0 0 0 1.509 1.101L12 17.823l4.656 3.016a1 1 0 0 0 1.51-1.101l-1.436-5.286 3.923-3.379a1 1 0 0 0-.504-1.746l-5.055-.76zM12 6.49v8.95l.544.352 3.006 1.948-.915-3.373-.165-.608.477-.411 2.749-2.367-3.445-.518-.545-.082-.222-.506z`},null,-1)]],8,he))}}),_e=[`fill`],ve=(0,t.defineComponent)({__name:`StarFilled24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M12.916 3.598a1 1 0 0 0-1.832 0L8.906 8.567l-5.055.76a1 1 0 0 0-.504 1.747l3.923 3.378-1.435 5.286a1 1 0 0 0 1.509 1.101L12 17.823l4.656 3.016a1 1 0 0 0 1.51-1.101l-1.436-5.286 3.923-3.379a1 1 0 0 0-.504-1.746l-5.055-.76z`},null,-1)]],8,_e))}}),ye=[`fill`],be=(0,t.defineComponent)({__name:`Search24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M8 11a5 5 0 1 1 10 0 5 5 0 0 1-10 0m5-7a7 7 0 0 0-5.606 11.192l-3.101 3.1a1 1 0 1 0 1.414 1.415l3.1-3.1A7 7 0 1 0 13 4`},null,-1)]],8,ye))}}),xe=[`fill`],Se=(0,t.defineComponent)({__name:`More24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M13 5a1 1 0 1 0-2 0v6H5a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6z`},null,-1)]],8,xe))}}),Ce=[`fill`],we=(0,t.defineComponent)({__name:`Menu24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M3 5a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m0 7a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m0 7a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1`},null,-1)]],8,Ce))}}),Te=[`fill`],Ee=(0,t.defineComponent)({__name:`LogOut24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M3 2a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-4a1 1 0 1 0-2 0v3H4V4h8v3a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1zm15.707 6.293a1 1 0 1 0-1.414 1.414L18.586 11H9a1 1 0 1 0 0 2h9.586l-1.293 1.293a1 1 0 0 0 1.414 1.414l3-3a1 1 0 0 0 0-1.414z`},null,-1)]],8,Te))}}),De=[`fill`],Oe=(0,t.defineComponent)({__name:`Less24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M6 12a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1`},null,-1)]],8,De))}}),ke=[`fill`],Ae=(0,t.defineComponent)({__name:`Less20`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 20 20`,width:`20px`,height:`20px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M5.083 10a.75.75 0 0 1 .75-.75h8.333a.75.75 0 1 1 0 1.5H5.833a.75.75 0 0 1-.75-.75`},null,-1)]],8,ke))}}),je=[`fill`],Me=(0,t.defineComponent)({__name:`InfoCircleFilled32`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 32 32`,width:`32px`,height:`32px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{d:`M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3m.608 10.874a1 1 0 0 0-.867-.173l-2 .536a1 1 0 0 0 .518 1.932l.741-.2v4.365h-1a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2h-1v-5.667a1 1 0 0 0-.392-.793m-1.275-4.791a1.584 1.584 0 1 0 .002 3.168 1.584 1.584 0 0 0-.002-3.168`},null,-1)]],8,je))}}),Ne=[`fill`],Pe=(0,t.defineComponent)({__name:`InfoCircleFilled24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{d:`M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m.608 8.207a1 1 0 0 0-.867-.173l-1.5.401a1.001 1.001 0 0 0 .518 1.933l.241-.065V15h-.5a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2H13v-4a1 1 0 0 0-.392-.793M11.5 6.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5`},null,-1)]],8,Ne))}}),Fe=[`fill`],Ie=(0,t.defineComponent)({__name:`ExternalLink20`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 20 20`,width:`20px`,height:`20px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M10.084 4.167c0 .414.335.75.75.75h3.189l-6.22 6.22a.75.75 0 0 0 1.061 1.06l6.22-6.22v3.19a.75.75 0 1 0 1.5 0v-5a.75.75 0 0 0-.75-.75h-5a.75.75 0 0 0-.75.75m-5.917.916a.75.75 0 0 0-.75.75v10c0 .414.336.75.75.75h10a.75.75 0 0 0 .75-.75v-3.75a.75.75 0 0 0-1.5 0v3h-8.5v-8.5h3a.75.75 0 1 0 0-1.5z`},null,-1)]],8,Fe))}}),Le=[`fill`],Re=(0,t.defineComponent)({__name:`ErrorFilled24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{d:`M10.286 4.915c.777-1.294 2.653-1.294 3.43 0l7.234 12.056c.8 1.333-.161 3.029-1.716 3.03H4.767c-1.554 0-2.515-1.697-1.715-3.03zm4.42 6.13a1 1 0 0 0-1.413 0L12 12.336l-1.293-1.293a1 1 0 1 0-1.414 1.414l1.293 1.293-1.293 1.293a1 1 0 0 0 1.414 1.414L12 15.165l1.293 1.293a1.001 1.001 0 0 0 1.414-1.414l-1.293-1.293 1.293-1.293a1 1 0 0 0 0-1.414Z`},null,-1)]],8,Le))}}),ze=[`fill`],w=(0,t.defineComponent)({__name:`Cross24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M17.707 7.707a1 1 0 0 0-1.414-1.414L12 10.586 7.707 6.293a1 1 0 0 0-1.414 1.414L10.586 12l-4.293 4.293a1 1 0 1 0 1.414 1.414L12 13.414l4.293 4.293a1 1 0 0 0 1.414-1.414L13.414 12z`},null,-1)]],8,ze))}}),Be=[`fill`],T=(0,t.defineComponent)({__name:`Cross20`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 20 20`,width:`20px`,height:`20px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M14.697 6.364a.75.75 0 1 0-1.061-1.061L10 8.939 6.363 5.303a.75.75 0 0 0-1.06 1.06L8.939 10l-3.636 3.636a.75.75 0 1 0 1.06 1.06L10 11.062l3.636 3.636a.75.75 0 0 0 1.06-1.06L11.06 10z`},null,-1)]],8,Be))}}),Ve=[`fill`],He=(0,t.defineComponent)({__name:`CrossCircleFilled32`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 32 32`,width:`32px`,height:`32px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M16 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m-4.707 8.293a1 1 0 0 1 1.414 0L16 14.586l3.293-3.293a1 1 0 0 1 1.414 1.414L17.414 16l3.293 3.293a1 1 0 0 1-1.414 1.414L16 17.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L14.586 16l-3.293-3.293a1 1 0 0 1 0-1.414`},null,-1)]],8,Ve))}}),Ue=[`fill`],E=(0,t.defineComponent)({__name:`CrossCircleFilled24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M8.293 8.293a1 1 0 0 1 1.414 0L12 10.586l2.293-2.293a1 1 0 1 1 1.414 1.414L13.414 12l2.293 2.293a1 1 0 0 1-1.414 1.414L12 13.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L10.586 12 8.293 9.707a1 1 0 0 1 0-1.414`},null,-1)]],8,Ue))}}),We=[`fill`],Ge=(0,t.defineComponent)({__name:`CrossCircleFilled20`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 20 20`,width:`20px`,height:`20px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M10 1.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5M6.97 6.97a.75.75 0 0 1 1.06 0L10 8.94l1.97-1.97a.75.75 0 1 1 1.06 1.06L11.06 10l1.97 1.97a.75.75 0 1 1-1.06 1.06L10 11.06l-1.97 1.97a.75.75 0 0 1-1.06-1.06L8.94 10 6.97 8.03a.75.75 0 0 1 0-1.06`},null,-1)]],8,We))}}),Ke=[`fill`],qe=(0,t.defineComponent)({__name:`ChevronUp24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M11.293 8.793a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1-1.414 1.414L12 10.914l-4.293 4.293a1 1 0 0 1-1.414-1.414z`},null,-1)]],8,Ke))}}),Je=[`fill`],Ye=(0,t.defineComponent)({__name:`ChevronRight24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M9.793 6.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L14.086 12 9.793 7.707a1 1 0 0 1 0-1.414`},null,-1)]],8,Je))}}),Xe=[`fill`],Ze=(0,t.defineComponent)({__name:`ChevronRight20`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 20 20`,width:`20px`,height:`20px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M8.22 5.303a.75.75 0 0 1 1.06 0l4.167 4.167a.75.75 0 0 1 0 1.06L9.28 14.698a.75.75 0 1 1-1.06-1.06L11.856 10 8.22 6.364a.75.75 0 0 1 0-1.06`},null,-1)]],8,Xe))}}),Qe=[`fill`],$e=(0,t.defineComponent)({__name:`ChevronLeft24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M14.207 6.293a1 1 0 0 1 0 1.414L9.914 12l4.293 4.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0`},null,-1)]],8,Qe))}}),et=[`fill`],tt=(0,t.defineComponent)({__name:`ChevronLeft20`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 20 20`,width:`20px`,height:`20px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M11.78 5.303a.75.75 0 0 1 0 1.06L8.144 10l3.636 3.637a.75.75 0 0 1-1.06 1.06l-4.167-4.166a.75.75 0 0 1 0-1.061l4.166-4.167a.75.75 0 0 1 1.061 0`},null,-1)]],8,et))}}),nt=[`fill`],D=(0,t.defineComponent)({__name:`ChevronDown24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M6.293 8.793a1 1 0 0 1 1.414 0L12 13.086l4.293-4.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414`},null,-1)]],8,nt))}}),rt=[`fill`],it=(0,t.defineComponent)({__name:`ChevronDown20`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 20 20`,width:`20px`,height:`20px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M5.303 7.386a.75.75 0 0 1 1.06 0L10 11.023l3.636-3.637a.75.75 0 0 1 1.06 1.06l-4.166 4.168a.75.75 0 0 1-1.06 0L5.302 8.447a.75.75 0 0 1 0-1.06`},null,-1)]],8,rt))}}),at=[`fill`],ot=(0,t.defineComponent)({__name:`Check24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M17.707 7.793a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414L10 14.086l6.293-6.293a1 1 0 0 1 1.414 0`},null,-1)]],8,at))}}),st=[`fill`],ct=(0,t.defineComponent)({__name:`Check20`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 20 20`,width:`20px`,height:`20px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M14.697 6.553a.75.75 0 0 1 0 1.06l-5.834 5.834a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.97 1.97 5.303-5.304a.75.75 0 0 1 1.06 0`},null,-1)]],8,st))}}),lt=[`fill`],ut=(0,t.defineComponent)({__name:`CheckCircle32`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 32 32`,width:`32px`,height:`32px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M5 16C5 9.925 9.925 5 16 5s11 4.925 11 11-4.925 11-11 11S5 22.075 5 16M16 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m6.707 10.374a1 1 0 0 0-1.414-1.414l-6.626 6.626-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0z`},null,-1)]],8,lt))}}),dt=[`fill`],ft=(0,t.defineComponent)({__name:`CheckCircleFilled32`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 32 32`,width:`32px`,height:`32px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M16 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m6.707 8.96a1 1 0 0 1 0 1.414l-7.333 7.333a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414l3.293 3.293 6.626-6.626a1 1 0 0 1 1.414 0`},null,-1)]],8,dt))}}),pt=[`fill`],O=(0,t.defineComponent)({__name:`CheckCircleFilled24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m5.207 6.793a1 1 0 0 1 0 1.414l-5.5 5.5a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414L11 13.586l4.793-4.793a1 1 0 0 1 1.414 0`},null,-1)]],8,pt))}}),mt=[`fill`],ht=(0,t.defineComponent)({__name:`SidebarExpand24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{d:`M19 6a1 1 0 0 1 1 1v10a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1m-8.707 1.293a1 1 0 0 1 1.338-.068l.076.068 4 4 .068.076a1 1 0 0 1-.068 1.338l-4 4a1 1 0 1 1-1.414-1.414L12.586 13H5a1 1 0 1 1 0-2h7.586l-2.293-2.293-.068-.076a1 1 0 0 1 .068-1.338`},null,-1)]],8,mt))}}),gt=[`fill`],_t=(0,t.defineComponent)({__name:`Lock20`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 20 20`,width:`20px`,height:`20px`},[...r[0]||=[(0,t.createElementVNode)(`g`,{"clip-path":`url(#ui_lock_20__a)`},[(0,t.createElementVNode)(`path`,{d:`M10 1.75a4.084 4.084 0 0 1 4.084 4.083v1.75h1.75l.076.004a.75.75 0 0 1 .674.746V17.5a.75.75 0 0 1-.75.75H4.167a.75.75 0 0 1-.75-.75V8.333a.75.75 0 0 1 .75-.75h1.75v-1.75A4.083 4.083 0 0 1 10 1.75m-5.083 15h10.167V9.083H4.917zM10 11.167a1.333 1.333 0 0 1 .5 2.567v.432a.5.5 0 1 1-1 0v-.43a1.333 1.333 0 0 1 .5-2.569m0 1a.333.333 0 0 0-.005.666h.009a.334.334 0 0 0 .33-.333.334.334 0 0 0-.334-.333m0-8.917a2.583 2.583 0 0 0-2.583 2.583v1.75h5.167v-1.75A2.584 2.584 0 0 0 10 3.25`})],-1),(0,t.createElementVNode)(`defs`,null,[(0,t.createElementVNode)(`clipPath`,{id:`ui_lock_20__a`},[(0,t.createElementVNode)(`path`,{fill:`#fff`,d:`M0 0h20v20H0z`})])],-1)]],8,gt))}}),vt=[`fill`],yt=(0,t.defineComponent)({__name:`ArrowTopRight24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`g`,{"clip-path":`url(#ui_arrow-top-right_24__a)`},[(0,t.createElementVNode)(`path`,{d:`M17 6a1 1 0 0 1 1 1v7a1 1 0 1 1-2 0V9.414l-8.293 8.293a1 1 0 1 1-1.414-1.414L14.586 8H10a1 1 0 1 1 0-2z`})],-1),(0,t.createElementVNode)(`defs`,null,[(0,t.createElementVNode)(`clipPath`,{id:`ui_arrow-top-right_24__a`},[(0,t.createElementVNode)(`path`,{fill:`#fff`,d:`M0 0h24v24H0z`})])],-1)]],8,vt))}}),bt=[`fill`],xt=(0,t.defineComponent)({__name:`ArrowBottomRight24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`g`,{"clip-path":`url(#ui_arrow-bottom-right_24__a)`},[(0,t.createElementVNode)(`path`,{d:`M6.293 6.293a1 1 0 0 1 1.414 0L16 14.586V10a1 1 0 1 1 2 0v7a1 1 0 0 1-1 1h-7a1 1 0 0 1 0-2h4.586L6.293 7.707a1 1 0 0 1 0-1.414`})],-1),(0,t.createElementVNode)(`defs`,null,[(0,t.createElementVNode)(`clipPath`,{id:`ui_arrow-bottom-right_24__a`},[(0,t.createElementVNode)(`path`,{fill:`#fff`,d:`M0 0h24v24H0z`})])],-1)]],8,bt))}}),St=[`fill`],Ct=(0,t.defineComponent)({__name:`ArrowBack24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`g`,{"clip-path":`url(#ui_arrow-back_24__a)`},[(0,t.createElementVNode)(`path`,{d:`M9.293 6.293a1 1 0 1 1 1.414 1.414L7.414 11H19a1 1 0 0 1 0 2H7.414l3.293 3.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414z`})],-1),(0,t.createElementVNode)(`defs`,null,[(0,t.createElementVNode)(`clipPath`,{id:`ui_arrow-back_24__a`},[(0,t.createElementVNode)(`path`,{fill:`#fff`,d:`M0 0h24v24H0z`})])],-1)]],8,St))}}),wt=[`fill`],Tt=(0,t.defineComponent)({__name:`Upload24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M12.707 2.293a1 1 0 0 0-1.414 0l-5 5a1 1 0 0 0 1.414 1.414L11 5.414V15a1 1 0 1 0 2 0V5.414l3.293 3.293a1 1 0 1 0 1.414-1.414zM4 15a1 1 0 1 0-2 0v6a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-6a1 1 0 1 0-2 0v5H4z`},null,-1)]],8,wt))}}),Et=[`fill`],Dt=(0,t.defineComponent)({__name:`PlayCircle24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0m8-10C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-1.726 5.148A1 1 0 0 0 8.75 8v8a1 1 0 0 0 1.524.852l6.5-4a1 1 0 0 0 0-1.704zM14.342 12l-3.592 2.21V9.79z`},null,-1)]],8,Et))}}),Ot=[`fill`],kt=(0,t.defineComponent)({__name:`PauseCircle24`,props:{color:{default:`currentColor`}},setup(e){return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`svg`,{"aria-hidden":`true`,fill:e.color,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:`24px`,height:`24px`},[...r[0]||=[(0,t.createElementVNode)(`path`,{"fill-rule":`evenodd`,d:`M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12m8-4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1m5 1a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0z`},null,-1)]],8,Ot))}}),At={class:`mc-listbox__header`},jt=[`id`],Mt={class:`mc-listbox__body`},Nt=[`aria-label`,`aria-labelledby`],Pt=[`disabled`,`onClick`],Ft={class:`mc-action-list__text`},It=a((0,t.defineComponent)({__name:`MActionListbox`,props:{title:{},position:{default:`bottom`},items:{}},emits:[`close`,`action`],setup(e,{emit:n}){let r=e,i=n,a=(0,t.useSlots)(),o=(0,t.useId)(),s=(0,t.useTemplateRef)(`popover`),c=(0,t.useTemplateRef)(`menuEl`);function l(){return Array.from(c.value?.querySelectorAll(`button[role="menuitem"]:not(:disabled)`)??[])}function u(e){let t=l();if(!t.length)return;let n=t.findIndex(e=>e===document.activeElement);e.key===`ArrowDown`?(e.preventDefault(),t[(n+1)%t.length].focus()):e.key===`ArrowUp`?(e.preventDefault(),t[(n-1+t.length)%t.length].focus()):e.key===`Home`?(e.preventDefault(),t[0].focus()):e.key===`End`?(e.preventDefault(),t[t.length-1].focus()):e.key===`Escape`&&f()}function d(e){e.newState===`open`?(0,t.nextTick)(()=>l()[0]?.focus()):document.querySelector(`[popovertarget="${o}"]`)?.focus()}function f(){i(`close`),a.activator&&s.value?.hidePopover()}return(n,a)=>((0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,null,[(0,t.createElementVNode)(`div`,{class:(0,t.normalizeClass)({"mc-listbox":!0,[`mc-listbox--${r.position}`]:!0})},[(0,t.createElementVNode)(`div`,(0,t.mergeProps)({ref_key:`popover`,ref:s,class:`mc-listbox__content`},n.$slots.activator?{id:(0,t.unref)(o),popover:``}:{},{onToggle:d}),[(0,t.createElementVNode)(`div`,At,[e.title?((0,t.openBlock)(),(0,t.createElementBlock)(`h3`,{key:0,id:`${(0,t.unref)(o)}-title`,class:`mc-listbox__title`},(0,t.toDisplayString)(e.title),9,jt)):(0,t.createCommentVNode)(``,!0),(0,t.createVNode)(C,{class:`mc-listbox__close`,ghost:``,"aria-label":`Close`,onClick:f},{icon:(0,t.withCtx)(()=>[(0,t.createVNode)((0,t.unref)(w),{"aria-hidden":`true`})]),_:1})]),(0,t.createElementVNode)(`div`,Mt,[(0,t.createElementVNode)(`ul`,{ref_key:`menuEl`,ref:c,class:`mc-action-list`,role:`menu`,tabindex:`-1`,"aria-label":e.title||void 0,"aria-labelledby":e.title?`${(0,t.unref)(o)}-title`:void 0,onKeydown:u},[((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.items,(e,n)=>((0,t.openBlock)(),(0,t.createElementBlock)(t.Fragment,{key:`item-${n}`},[e.divider?((0,t.openBlock)(),(0,t.createBlock)(g,{key:0,class:`mc-action-list__divider`,role:`separator`})):(0,t.createCommentVNode)(``,!0),(0,t.createElementVNode)(`li`,{class:(0,t.normalizeClass)([`mc-action-list__element`,{"mc-action-list__element--danger":e.appearance===`danger`,"mc-action-list__element--disabled":e.disabled}]),role:`presentation`},[(0,t.createElementVNode)(`button`,{type:`button`,role:`menuitem`,class:`mc-action-list__button`,disabled:e.disabled||void 0,onClick:t=>i(`action`,e?.id||n)},[e.icon?((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(e.icon),{key:0,class:`mc-action-list__icon`,"aria-hidden":`true`})):(0,t.createCommentVNode)(``,!0),(0,t.createElementVNode)(`p`,Ft,(0,t.toDisplayString)(e.label),1)],8,Pt)],2)],64))),128))],40,Nt)])],16)],2),(0,t.renderSlot)(n.$slots,`activator`,(0,t.normalizeProps)((0,t.guardReactiveProps)({id:(0,t.unref)(o)})),void 0,!0)],64))}}),[[`__scopeId`,`data-v-681c7b98`]]),Lt=a((0,t.defineComponent)({__name:`MAvatar`,props:{size:{default:`s`}},setup(e){let n=e,r=(0,t.computed)(()=>({[`mc-avatar--${n.size}`]:n.size&&n.size!=`s`}));return(e,n)=>((0,t.openBlock)(),(0,t.createElementBlock)(`span`,{class:(0,t.normalizeClass)([`mc-avatar`,r.value])},[(0,t.renderSlot)(e.$slots,`default`,{},void 0,!0)],2))}}),[[`__scopeId`,`data-v-9ebdb5d7`]]),Rt={key:0,class:`mc-link__icon`,"aria-hidden":`true`},zt={class:`mc-link__label`},Bt={key:1,class:`mc-link__icon`,"aria-hidden":`true`},Vt=a((0,t.defineComponent)({__name:`MLink`,props:{iconPosition:{default:`left`},appearance:{default:`primary`},size:{default:`s`},href:{},target:{},inline:{type:Boolean},router:{type:Boolean}},setup(e){let n=e,r=(0,t.computed)(()=>({[`mc-link--${n.appearance}`]:n.appearance&&n.appearance!==`standard`&&n.appearance!==`primary`,[`mc-link--${n.size}`]:n.size&&n.size!=`s`,"mc-link--inline":n.inline,"mc-link--stand-alone":!n.inline})),i=(0,t.computed)(()=>n.router?{to:n.href,target:n.target}:{href:n.href,target:n.target});return(0,t.onMounted)(()=>{n.appearance}),(n,a)=>((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(e.router?`router-link`:`a`),(0,t.mergeProps)({class:[`mc-link`,r.value]},i.value),{default:(0,t.withCtx)(()=>[n.$slots.icon&&e.iconPosition==`left`?((0,t.openBlock)(),(0,t.createElementBlock)(`span`,Rt,[(0,t.renderSlot)(n.$slots,`icon`,{},void 0,!0)])):(0,t.createCommentVNode)(``,!0),(0,t.createElementVNode)(`span`,zt,[(0,t.renderSlot)(n.$slots,`default`,{},void 0,!0)]),n.$slots.icon&&e.iconPosition==`right`?((0,t.openBlock)(),(0,t.createElementBlock)(`span`,Bt,[(0,t.renderSlot)(n.$slots,`icon`,{},void 0,!0)])):(0,t.createCommentVNode)(``,!0)]),_:3},16,[`class`]))}}),[[`__scopeId`,`data-v-0bb4346d`]]),Ht={class:`mc-breadcrumb__container`},Ut=a((0,t.defineComponent)({__name:`MBreadcrumb`,props:{appearance:{},links:{}},setup(e){let n=e,r=(0,t.computed)(()=>({[`mc-breadcrumb--${n.appearance}`]:n.appearance&&n.appearance!=`standard`})),i=e=>e===(n.links?.length??0)-1;return(n,a)=>((0,t.openBlock)(),(0,t.createElementBlock)(`nav`,{class:(0,t.normalizeClass)([`mc-breadcrumb`,r.value]),"aria-label":`Breadcrumb`},[(0,t.createElementVNode)(`ul`,Ht,[((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.links,(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`li`,{class:`mc-breadcrumb__item`,key:`breadcrumb-${r}`},[(0,t.createVNode)(Vt,{href:n.href,router:n.router,appearance:e.appearance,inline:``,class:(0,t.normalizeClass)({"mc-breadcrumb__current":i(r)}),iconPosition:`right`,"aria-current":i(r)?`page`:void 0},(0,t.createSlots)({default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(n.label)+` `,1)]),_:2},[r===e.links.length-1?void 0:{name:`icon`,fn:(0,t.withCtx)(()=>[(0,t.createVNode)((0,t.unref)(Ze))]),key:`0`}]),1032,[`href`,`router`,`appearance`,`class`,`aria-current`])]))),128))])],2))}}),[[`__scopeId`,`data-v-f084eea2`]]),Wt=[`aria-label`],Gt={class:`mc-built-in-menu__list`},Kt={class:`mc-built-in-menu__label`},qt=a((0,t.defineComponent)({__name:`MBuiltInMenu`,props:{modelValue:{},items:{},outlined:{type:Boolean},label:{default:`Menu`}},emits:[`update:modelValue`],setup(e,{emit:n}){let r=e,i=n,a=(0,t.computed)({get(){return r.modelValue},set(e){i(`update:modelValue`,e)}});function o(e){return e.href?`a`:e.to?`router-link`:`button`}function s(e){return o(e)===`a`||o(e)===`router-link`}function c(e){return{...o(e)===`a`?{href:e.href}:{to:e.to},target:e.target||`_self`}}return(e,n)=>((0,t.openBlock)(),(0,t.createElementBlock)(`nav`,{class:(0,t.normalizeClass)({"mc-built-in-menu":!0,"mc-built-in-menu--outlined":r.outlined}),"aria-label":r.label},[(0,t.createElementVNode)(`ul`,Gt,[((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(r.items,(e,n)=>((0,t.openBlock)(),(0,t.createElementBlock)(`li`,{key:n,class:(0,t.normalizeClass)({"mc-built-in-menu__item":!0,"mc-built-in-menu__item--selected":a.value===n})},[((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(o(e)),(0,t.mergeProps)({class:{"mc-built-in-menu__button":o(e)===`button`,"mc-built-in-menu__link":s(e)}},{ref_for:!0},s(e)?c(e):{},{"aria-current":a.value===n?!0:void 0,onClick:e=>a.value=n}),{default:(0,t.withCtx)(()=>[e.icon?((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(e.icon),{key:0,class:`mc-built-in-menu__icon`,"aria-hidden":`true`})):(0,t.createCommentVNode)(``,!0),(0,t.createElementVNode)(`span`,Kt,(0,t.toDisplayString)(e.label),1),(0,t.createVNode)((0,t.unref)(Ze),{class:`mc-built-in-menu__icon`,"aria-hidden":`true`})]),_:2},1040,[`class`,`aria-current`,`onClick`]))],2))),128))])],10,Wt))}}),[[`__scopeId`,`data-v-5f1e6702`]]),Jt=[`disabled`,`type`,`aria-busy`],Yt={key:0,class:`mc-button__icon`},Xt={key:1,class:`mc-button__icon`,style:{position:`absolute`},"aria-hidden":`true`},Zt={key:2,class:`mc-button__icon`},Qt={key:4,class:`mc-button__icon`},k=a((0,t.defineComponent)({__name:`MButton`,props:{appearance:{default:`standard`},size:{default:`m`},disabled:{type:Boolean},ghost:{type:Boolean},outlined:{type:Boolean},iconPosition:{},type:{default:`button`},isLoading:{type:Boolean}},setup(e){let n=e,r=(0,t.computed)(()=>({[`mc-button--${n.appearance}`]:n.appearance&&n.appearance!=`standard`,[`mc-button--${n.size}`]:n.size&&n.size!=`m`,"mc-button--ghost":n.ghost,"mc-button--outlined":n.outlined,"mc-button--icon-only":n.iconPosition==`only`}));return(n,i)=>((0,t.openBlock)(),(0,t.createElementBlock)(`button`,{class:(0,t.normalizeClass)([`mc-button`,r.value]),disabled:e.disabled,type:e.type,"aria-busy":e.isLoading||void 0},[n.$slots.icon&&e.iconPosition==`left`&&!e.isLoading?((0,t.openBlock)(),(0,t.createElementBlock)(`span`,Yt,[(0,t.renderSlot)(n.$slots,`icon`,{},void 0,!0)])):(0,t.createCommentVNode)(``,!0),e.isLoading?((0,t.openBlock)(),(0,t.createElementBlock)(`span`,Xt,[(0,t.createVNode)(S,{style:{color:`currentColor`},size:`s`})])):(0,t.createCommentVNode)(``,!0),n.$slots.icon&&e.iconPosition==`only`?((0,t.openBlock)(),(0,t.createElementBlock)(`span`,Zt,[(0,t.renderSlot)(n.$slots,`icon`,{},void 0,!0)])):((0,t.openBlock)(),(0,t.createElementBlock)(`span`,{key:3,class:`mc-button__label`,style:(0,t.normalizeStyle)({visibility:e.isLoading?`hidden`:`visible`})},[(0,t.renderSlot)(n.$slots,`default`,{},()=>[i[0]||=(0,t.createTextVNode)(`Button Label`,-1)],!0)],4)),n.$slots.icon&&e.iconPosition==`right`&&!e.isLoading?((0,t.openBlock)(),(0,t.createElementBlock)(`span`,Qt,[(0,t.renderSlot)(n.$slots,`icon`,{},void 0,!0)])):(0,t.createCommentVNode)(``,!0)],10,Jt))}}),[[`__scopeId`,`data-v-cb5836e4`]]),$t=[`aria-labelledby`],en={class:`mc-callout__icon`,"aria-hidden":`true`},tn={class:`mc-callout__content`},nn={key:1,class:`mc-callout__message`},rn={key:2,class:`mc-callout__footer`},an=a((0,t.defineComponent)({__name:`MCallout`,props:{title:{},description:{},appearance:{default:`standard`},tag:{default:`h2`}},setup(e){let n=e,r=(0,t.useId)(),i=(0,t.computed)(()=>({[`mc-callout--${n.appearance}`]:n.appearance&&n.appearance!=`standard`}));return(a,o)=>((0,t.openBlock)(),(0,t.createElementBlock)(`section`,{class:(0,t.normalizeClass)([`mc-callout`,i.value]),role:`status`,"aria-labelledby":`callout-title-${(0,t.unref)(r)}`},[(0,t.createElementVNode)(`div`,en,[(0,t.renderSlot)(a.$slots,`icon`,{},void 0,!0)]),(0,t.createElementVNode)(`div`,tn,[e.title?((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(n.tag),{key:0,id:`callout-title-${(0,t.unref)(r)}`,class:`mc-callout__title`},{default:(0,t.withCtx)(()=>[(0,t.createTextVNode)((0,t.toDisplayString)(e.title),1)]),_:1},8,[`id`])):(0,t.createCommentVNode)(``,!0),e.description?((0,t.openBlock)(),(0,t.createElementBlock)(`p`,nn,(0,t.toDisplayString)(e.description),1)):(0,t.createCommentVNode)(``,!0),a.$slots.footer?((0,t.openBlock)(),(0,t.createElementBlock)(`div`,rn,[(0,t.renderSlot)(a.$slots,`footer`,{},void 0,!0)])):(0,t.createCommentVNode)(``,!0)])],10,$t))}}),[[`__scopeId`,`data-v-78657c6b`]]),on=[`aria-labelledby`],sn={class:`mc-carousel__header`},cn=[`id`],ln={class:`mc-carousel__controls`},un=a((0,t.defineComponent)({__name:`MCarousel`,props:{previousButtonAriaLabel:{default:`previous`},nextButtonAriaLabel:{default:`next`}},setup(e){let n=(0,t.useId)(),r=(0,t.ref)(0),i=(0,t.ref)(null),a=(0,t.ref)(!1),o=(0,t.ref)(!1),s={behavior:`smooth`,block:`nearest`,inline:`start`};function c(){return i.value?[...i.value.children]:[]}function l(){if(!i.value)return;let e=i.value,t=e.scrollLeft,n=e.scrollWidth,s=e.clientWidth;a.value=t>1;let l=c();o.value=r.value!==l.length-1&&t<n-s-1}function u(){if(!i.value)return;let e=i.value,t=c();if(t.length===0)return;let n=e.getBoundingClientRect().left,a=0,o=1/0;t.forEach((e,t)=>{let r=e.getBoundingClientRect(),i=Math.abs(r.left-n);i<o&&(o=i,a=t)}),r.value=a}let d=null;function f(){l(),d&&clearTimeout(d),d=setTimeout(()=>{u()},150)}function p(e){let t=c();e>=0&&e<t.length&&(t[e].scrollIntoView(s),r.value=e)}function m(){a.value&&r.value>0&&p(r.value-1)}function h(){let e=c();o.value&&r.value<e.length-1&&p(r.value+1)}let g=(0,t.computed)(()=>!a.value),_=(0,t.computed)(()=>!o.value);return(0,t.onMounted)(()=>{if(i.value){i.value.addEventListener(`scroll`,f,{passive:!0}),l(),u();let e=new ResizeObserver(()=>{l(),u()});e.observe(i.value),(0,t.onUnmounted)(()=>{e.disconnect(),d&&clearTimeout(d)})}}),(0,t.onUnmounted)(()=>{i.value&&i.value.removeEventListener(`scroll`,f),d&&clearTimeout(d)}),(r,a)=>((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{class:`mc-carousel`,role:`group`,"aria-roledescription":`carousel`,"aria-labelledby":(0,t.unref)(n)},[(0,t.createElementVNode)(`div`,sn,[(0,t.createElementVNode)(`div`,{id:(0,t.unref)(n),class:`mc-carousel__headings`},[(0,t.renderSlot)(r.$slots,`header`,{},void 0,!0)],8,cn),(0,t.createElementVNode)(`div`,ln,[(0,t.createVNode)(C,{size:`s`,outlined:``,onClick:m,disabled:g.value,"aria-label":e.previousButtonAriaLabel},{icon:(0,t.withCtx)(()=>[(0,t.createVNode)((0,t.unref)(tt))]),_:1},8,[`disabled`,`aria-label`]),(0,t.createVNode)(C,{size:`s`,outlined:``,onClick:h,disabled:_.value,"aria-label":e.nextButtonAriaLabel},{icon:(0,t.withCtx)(()=>[(0,t.createVNode)((0,t.unref)(Ze))]),_:1},8,[`disabled`,`aria-label`])])]),(0,t.createElementVNode)(`div`,{class:`mc-carousel__content`,ref_key:`contentContainer`,ref:i,"aria-live":`polite`,"aria-atomic":`false`},[((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(r.$slots.default?.(),(e,n)=>((0,t.openBlock)(),(0,t.createBlock)((0,t.resolveDynamicComponent)(e),{key:`carousel-slide-${n}`}))),128))],512)],8,on))}}),[[`__scopeId`,`data-v-9515be43`]]),dn=[`id`,`name`,`checked`,`indeterminate`,`disabled`,`aria-invalid`],fn=[`for`],A=a((0,t.defineComponent)({inheritAttrs:!1,__name:`MCheckbox`,props:{id:{},name:{},label:{},modelValue:{type:Boolean},indeterminate:{type:Boolean},isInvalid:{type:Boolean},disabled:{type:Boolean},indented:{type:Boolean}},emits:[`update:modelValue`],setup(e,{emit:n}){let r=e,i=(0,t.computed)(()=>({"is-invalid":r.isInvalid})),a=(0,t.computed)(()=>({"mc-checkbox--indented":r.indented})),o=n;return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{class:(0,t.normalizeClass)([`mc-checkbox`,a.value])},[(0,t.createElementVNode)(`input`,(0,t.mergeProps)({id:e.id,type:`checkbox`,class:[`mc-checkbox__input`,i.value],name:e.name,checked:e.modelValue,indeterminate:e.indeterminate,disabled:e.disabled,"aria-invalid":e.isInvalid},n.$attrs,{onChange:r[0]||=e=>o(`update:modelValue`,e.target.checked)}),null,16,dn),e.label?((0,t.openBlock)(),(0,t.createElementBlock)(`label`,{key:0,for:e.id,class:`mc-checkbox__label`},(0,t.toDisplayString)(e.label),9,fn)):(0,t.createCommentVNode)(``,!0)],2))}}),[[`__scopeId`,`data-v-829485d4`]]),pn=a((0,t.defineComponent)({__name:`MCheckboxGroup`,props:{name:{},modelValue:{},options:{},inline:{type:Boolean}},emits:[`update:modelValue`],setup(e,{emit:n}){let r=e,i=(0,t.ref)([]);(0,t.watch)(()=>r.modelValue,e=>{i.value=e||[]},{immediate:!0});let a=(e,t)=>{let n=[...i.value];e&&!n.includes(t)?n.push(t):n=n.filter(e=>e!==t),s(`update:modelValue`,n),i.value=n},o=(0,t.computed)(()=>({"mc-field__content--inline":r.inline})),s=n;return(n,r)=>((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{class:(0,t.normalizeClass)([`mc-field__content`,o.value])},[((0,t.openBlock)(!0),(0,t.createElementBlock)(t.Fragment,null,(0,t.renderList)(e.options,n=>((0,t.openBlock)(),(0,t.createBlock)(A,{id:n.id,key:n.id,label:n.label,"is-invalid":n.isInvalid,name:e.name,class:`mc-field__item`,"model-value":e.modelValue?e.modelValue.includes(n.value):void 0,disabled:n.disabled,indented:n.indented,"onUpdate:modelValue":e=>a(e,n.value)},null,8,[`id`,`label`,`is-invalid`,`name`,`model-value`,`disabled`,`indented`,`onUpdate:modelValue`]))),128))],2))}}),[[`__scopeId`,`data-v-5c346a17`]]),mn=(0,t.defineComponent)({__name:`MCheckListMenu`,props:{modelValue:{},items:{},outlined:{type:Boolean},label:{}},emits:[`update:modelValue`],setup(e,{emit:n}){let r=e,i=n,a=(0,t.computed)({get(){return r.modelValue},set(e){i(`update:modelValue`,e)}}),o=(0,t.computed)(()=>r.items.map(e=>({label:e.label,icon:e.checked?O:void 0,href:e.href,to:e.to,target:e.target})));return(e,n)=>((0,t.openBlock)(),(0,t.createBlock)(qt,{modelValue:a.value,"onUpdate:modelValue":n[0]||=e=>a.value=e,items:o.value,outlined:r.outlined,label:r.label},null,8,[`modelValue`,`items`,`outlined`,`label`]))}}),hn=[`aria-valuenow`],gn={key:0,class:`mc-circular-progressbar__percentage`},_n={class:`mc-circular-progressbar__value`},vn={key:1,class:`mc-circular-progressbar__content`},yn={class:`mc-circular-progressbar__number`},bn={key:0,class:`mc-circular-progressbar__text`},xn=a((0,t.defineComponent)({__name:`MCircularProgressbar`,props:{size:{},value:{default:0},type:{default:`percentage`},contentValue:{},additionalInfo:{}},setup(e){let n=e,r=(0,t.computed)(()=>({[`mc-circular-progressbar--${n.size}`]:n.size&&n.size!=`l`}));return(n,i)=>((0,t.openBlock)(),(0,t.createElementBlock)(`div`,{class:(0,t.normalizeClass)([`mc-circular-progressbar`,r.value]),role:`progressbar`,style:(0,t.normalizeStyle)(`--progress-value: ${e.value};`),"aria-valuenow":e.value,"aria-valuemin":0,"aria-valuemax":100},[i[1]||=(0,t.createElementVNode)(`svg`,{class:`mc-circular-progressbar__line`,xmlns:`http://www.w3.org/2000/svg`,"aria-hidden":`true`,viewBox:`0 0 100 100`},[(0,t.createElementVNode)(`circle`,{class:`mc-circular-progressbar__track`,cx:`50`,cy:`50`,r:`46`}),(0,t.createElementVNode)(`circle`,{class:`mc-circular-progressbar__indicator`,cx:`50`,cy:`50`,r:`46`})],-1),e.type===`percentage`?((0,t.openBlock)(),(0,t.createElementBlock)(`div`,gn,[(0,t.createElementVNode)(`p`,_n,(0,t.toDisplayString)(e.value),1),i[0]||=(0,t.createElementVNode)(`p`,{class:`mc-circular-progressbar__unit`},`%`,-1)])):(0,t.createCommentVNode)(``,!0),e.type===`content`?((0,t.openBlock)(),(0,t.createElementBlock)(`div`,vn,[(0,t.createElementVNode)(`p`,yn,(0,t.toDisplayString)(e.contentValue),1),e.additionalInfo?((0,t.openBlock)(),(0,t.createElementBlock)(`p`,bn,(0,t.toD