@weni/unnnic-system 3.0.4-alpha.1 → 3.0.5-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +18 -0
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +9 -0
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/{es-39b05ec7.mjs → es-e4780f92.mjs} +1 -1
- package/dist/{index-c43e689f.mjs → index-c20c8a10.mjs} +717 -701
- package/dist/{pt-br-b70cfbf8.mjs → pt-br-9e604702.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +1 -1
- package/package.json +1 -1
- package/src/assets/scss/colors.scss +3 -0
- package/src/components/SelectSmart/SelectSmart.vue +22 -1
- package/src/components/SelectSmart/SelectSmartMultipleHeader.vue +1 -1
- package/src/components/SelectSmart/SelectSmartOption.vue +5 -0
- package/src/stories/SelectSmart.stories.js +1 -1
package/dist/unnnic.umd.js
CHANGED
|
@@ -60,7 +60,7 @@ ${h}`:u)}else throw c},onCacheKey:c=>WA(t,i,c)}}function ND(e){if(ee(e))return e
|
|
|
60
60
|
${i.disabled?"unnnic-tag--disabled":`unnnic-tag-scheme--${i.scheme}`}
|
|
61
61
|
${i.clickable?"unnnic-tag--clickable":""}`)},[i.leftIcon?(n.openBlock(),n.createElementBlock("section",YN,[n.createVNode(c,{icon:i.leftIcon,scheme:i.scheme,size:"sm"},null,8,["icon","scheme"])])):n.createCommentVNode("",!0),n.createElementVNode("span",{class:n.normalizeClass(`unnnic-tag__label
|
|
62
62
|
${i.disabled?"unnnic-tag__label--disabled":""}`)},n.toDisplayString(i.text),3),i.rightIcon||i.hasCloseIcon?(n.openBlock(),n.createElementBlock("section",{key:1,class:n.normalizeClass({"unnnic-tag__icon":!0,clickable:!i.rightIcon}),onClick:t[0]||(t[0]=n.withModifiers(f=>i.hasCloseIcon?r.emitClose():()=>{},["stop"]))},[n.createVNode(c,{icon:i.rightIcon||"close",scheme:i.rightIcon?i.scheme:"neutral-darkest",size:"sm"},null,8,["icon","scheme"])],2)):n.createCommentVNode("",!0)],2)}const UN=k(PN,[["render",RN],["__scopeId","data-v-618eeccb"]]),NJ="",QN={name:"UnnnicTag",components:{UnnnicIcon:ne,ToolTip:_n},props:{text:{type:String,default:null},tooltipText:{type:String,default:null},count:{type:Number,default:0},clickable:{type:Boolean,default:!1},hasBackButton:{type:Boolean,default:!1},enableTooltip:{type:Boolean,default:!1}}},GN={class:"unnnic-tag__count"},ZN={class:"unnnic-tag__label"};function WN(e,t,i,o,l,r){const c=n.resolveComponent("ToolTip"),f=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(`unnnic-tag
|
|
63
|
-
${i.clickable?"unnnic-tag--clickable":""}`)},[n.createVNode(c,{enabled:i.enableTooltip,text:i.tooltipText,side:"bottom"},{default:n.withCtx(()=>[n.createElementVNode("span",GN,n.toDisplayString(i.count),1)]),_:1},8,["enabled","text"]),n.createElementVNode("span",ZN,n.toDisplayString(i.text),1),i.hasBackButton?(n.openBlock(),n.createBlock(f,{key:0,icon:"arrow-right-1-1",class:"unnnic-tag__icon",scheme:"neutral-darkest",size:"xs"})):n.createCommentVNode("",!0)],2)}const qN=k(QN,[["render",WN],["__scopeId","data-v-e2dde609"]]),LJ="",XN={name:"UnnnicBrandTag",components:{UnnnicIcon:ne},props:{text:{type:String,default:null},clickable:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},methods:{closeClicked(){this.closeClicked&&this.$emit("close-click")}}},KN={class:"unnnic-brand-tag__label"};function JN(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass({"unnnic-brand-tag":!0,"unnnic-brand-tag--disabled":!i.disabled,"unnnic-brand-tag--clickable":i.clickable})},[n.createElementVNode("span",KN,n.toDisplayString(i.text),1),n.createVNode(c,{icon:i.disabled?"close-1":"add-1",scheme:i.disabled?"neutral-snow":"brand-weni-dark",class:"unnnic-brand-tag__icon",size:"xs"},null,8,["icon","scheme"])],2)}const $N=k(XN,[["render",JN],["__scopeId","data-v-5f94d752"]]),TJ="",eL={name:"TagNext",props:{text:{type:String,default:null},scheme:{type:String,default:"weni"}}},nL={class:"unnnic-tag-next__text"};function tL(e,t,i,o,l,r){return n.openBlock(),n.createElementBlock("section",{class:n.normalizeClass(["unnnic-tag-next",`unnnic-tag-next--${i.scheme}`])},[n.createElementVNode("p",nL,n.toDisplayString(i.text),1)],2)}const iL=k(eL,[["render",tL],["__scopeId","data-v-8d58cd14"]]),aL={name:"UnnnicTag",props:{type:{type:String,default:"default",validator(e){return["default","indicator","brand","next"].indexOf(e)!==-1}},text:{type:String,default:null},tooltipText:{type:String,default:null},clickable:{type:Boolean,default:!1},count:{type:Number,default:0},disabled:{type:Boolean,default:!1},hasCloseIcon:{type:Boolean,default:!1},scheme:{type:String,default:"aux-purple"},hasBackButton:{type:Boolean,default:!1},enableTooltip:{type:Boolean,default:!1},leftIcon:{type:String,default:""},rightIcon:{type:String,default:""}},computed:{currentComponent(){return this.type==="indicator"?qN:this.type==="brand"?$N:this.type==="next"?iL:UN}}};function oL(e,t,i,o,l,r){return n.openBlock(),n.createBlock(n.resolveDynamicComponent(r.currentComponent),n.mergeProps({class:"unnnic-tag-content"},e.$attrs,{text:i.text,disabled:i.disabled,hasCloseIcon:i.hasCloseIcon,scheme:i.scheme,count:i.count,hasBackButton:i.hasBackButton,clickable:i.clickable,tooltipText:i.tooltipText,enableTooltip:i.enableTooltip,leftIcon:i.leftIcon,rightIcon:i.rightIcon}),null,16,["text","disabled","hasCloseIcon","scheme","count","hasBackButton","clickable","tooltipText","enableTooltip","leftIcon","rightIcon"])}const Di=k(aL,[["render",oL]]),SJ="",rL={components:{UnnnicTag:Di},mixins:[t1],props:{oldVersion:Boolean,name:String,description:String,plan:String,actionText:String},data(){return{isOptionsOpen:!1}}},sL={class:"name"},lL={class:"description"},cL={key:1};function dL(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicTag"),f=n.resolveComponent("UnnnicIcon"),u=n.resolveComponent("UnnnicDropdown");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["unnnic-connect-card-company",{"unnnic-connect-card-company--old-version":i.oldVersion}]),onClick:t[3]||(t[3]=h=>e.$emit("enter"))},[n.createElementVNode("div",null,[n.createElementVNode("h2",sL,n.toDisplayString(i.name),1),n.createElementVNode("p",lL,n.toDisplayString(i.description),1),i.plan?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["tag",i.plan])},n.toDisplayString(e.i18n(`plans.${i.plan}`)),3)):n.createCommentVNode("",!0)]),i.actionText?(n.openBlock(),n.createBlock(c,{key:0,class:"action",clickable:"",text:i.actionText,scheme:"aux-blue",onClick:t[0]||(t[0]=h=>e.$emit("action"))},null,8,["text"])):n.createCommentVNode("",!0),e.$slots.options?(n.openBlock(),n.createElementBlock("div",cL,[n.createVNode(u,{open:l.isOptionsOpen,"onUpdate:open":t[1]||(t[1]=h=>l.isOptionsOpen=h),class:"unnnic-dropdown",onClick:t[2]||(t[2]=n.withModifiers(()=>{},["prevent"]))},{trigger:n.withCtx(()=>[n.createVNode(f,{class:"menu-icon",icon:"navigation-menu-vertical-1",size:"sm",scheme:l.isOptionsOpen?"neutral-cloudy":"neutral-clean"},null,8,["scheme"])]),default:n.withCtx(()=>[n.renderSlot(e.$slots,"options",{},void 0,!0)]),_:3},8,["open"])])):n.createCommentVNode("",!0)],2)}const v5=k(rL,[["render",dL],["__scopeId","data-v-331afc72"]]),IJ="",fL={components:{UnnnicIcon:ne},props:{title:{type:String},description:{type:String},score:{type:String},info:{type:String},checked:{type:Boolean,default:!1}}},uL={class:"card"},mL={class:"header"},hL={class:"title"},pL={key:0,class:"check"},gL={class:"description"},yL={key:0,class:"footer"},wL={class:"evaluation"},CL={class:"info"};function kL(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createElementBlock("div",uL,[n.createElementVNode("div",mL,[n.createElementVNode("div",hL,n.toDisplayString(i.title),1),i.checked?(n.openBlock(),n.createElementBlock("div",pL,[n.createVNode(c,{size:"md",icon:"check-circle-1-1-1",scheme:"feedback-green"})])):n.createCommentVNode("",!0)]),n.createElementVNode("div",gL,n.toDisplayString(i.description),1),i.score||i.info?(n.openBlock(),n.createElementBlock("div",yL,[n.createElementVNode("div",wL,[i.score?(n.openBlock(),n.createBlock(c,{key:0,size:"sm",icon:"rating-star-1",scheme:"feedback-yellow"})):n.createCommentVNode("",!0),n.createTextVNode(" "+n.toDisplayString(i.score)+" ",1),n.createElementVNode("span",CL,n.toDisplayString(i.info),1)])])):n.createCommentVNode("",!0)])}const _5=k(fL,[["render",kL],["__scopeId","data-v-b40ec35c"]]),VJ="",vL={components:{UnnnicIcon:ne},model:{event:"change"},props:{modelValue:{type:[Boolean,String],default:!1,validator(e){return[!0,!1,"less"].includes(e)}},disabled:{type:Boolean,default:!1},size:{type:String,default:"md",validator(e){return["md","sm"].includes(e)}},textRight:{type:String,default:""}},emits:["change","update:model-value"],computed:{valueName(){return this.modelValue===!0?"checked":this.modelValue===!1?"default":"less"},icon(){return{checked:"checkbox-select",default:this.disabled?"checkbox-disable":"checkbox-default",less:"checkbox-less"}[this.valueName]},color(){return this.valueName==="default"?"neutral-clean":"brand-weni"}},methods:{click(){const e=["checked","less"].includes(this.valueName);this.$emit("change",!e),this.$emit("update:model-value",!e)}}},_L={class:"unnnic-checkbox-wrapper"};function bL(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createElementBlock("div",_L,[n.createVNode(c,{class:n.normalizeClass(["unnnic-checkbox",{disabled:i.disabled}]),icon:r.icon,scheme:r.color,clickable:!i.disabled,size:i.size,onClick:r.click},null,8,["class","icon","scheme","clickable","size","onClick"]),i.textRight?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["unnnic-checkbox__label","unnnic-checkbox__label__right",`unnnic-checkbox__label__${i.size}`]),"data-testid":"checkbox-text-right"},n.toDisplayString(i.textRight),3)):n.createCommentVNode("",!0)])}const g2=k(vL,[["render",bL],["__scopeId","data-v-f5f8c62c"]]),zJ="",xL={components:{UnnnicIcon:ne,UnnnicCheckbox:g2,UnnnicAvatarIcon:qt,UnnnicDropdown:ya},props:{modelValue:Boolean,title:String,description:String,image:String,data:{type:Array,default(){return[]}}}},AL={class:"header"},ML={class:"content"},DL={key:0,class:"u font secondary body-lg bold color-neutral-darkest"},EL={key:1,class:"u font secondary body-md color-neutral-cloudy"},BL=["src"],NL={key:0,class:"details"},LL={class:"u font secondary body-gt color-neutral-dark"},TL={class:"value-container"},SL={class:"u font secondary body-gt black color-neutral-darkest"};function IL(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicCheckbox"),f=n.resolveComponent("UnnnicIcon"),u=n.resolveComponent("UnnnicDropdown"),h=n.resolveComponent("UnnnicAvatarIcon");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["unnnic-card-image",{checked:i.modelValue}])},[n.createElementVNode("div",AL,[n.createElementVNode("div",ML,[i.title?(n.openBlock(),n.createElementBlock("div",DL,n.toDisplayString(i.title),1)):n.createCommentVNode("",!0),i.description?(n.openBlock(),n.createElementBlock("div",EL,n.toDisplayString(i.description),1)):n.createCommentVNode("",!0)]),n.createVNode(c,{modelValue:i.modelValue,onChange:t[0]||(t[0]=p=>e.$emit("update:model-value",p))},null,8,["modelValue"]),e.$slots.actions?(n.openBlock(),n.createBlock(u,{key:0,position:"bottom-left"},{trigger:n.withCtx(()=>[n.createVNode(f,{icon:"navigation-menu-vertical-1",size:"sm",scheme:"neutral-cleanest",clickable:""})]),default:n.withCtx(()=>[n.renderSlot(e.$slots,"actions",{},void 0,!0)]),_:3})):n.createCommentVNode("",!0)]),n.createElementVNode("img",{class:"image",src:i.image},null,8,BL),i.data.length?(n.openBlock(),n.createElementBlock("div",NL,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.data,(p,v)=>(n.openBlock(),n.createElementBlock("div",{key:v,class:"data"},[n.createElementVNode("div",LL,n.toDisplayString(p.name),1),n.createElementVNode("div",TL,[n.createVNode(h,{icon:p.icon,size:"xs",scheme:p.scheme},null,8,["icon","scheme"]),n.createElementVNode("div",SL,n.toDisplayString(p.value),1)])]))),128))])):n.createCommentVNode("",!0)],2)}const b5=k(xL,[["render",IL],["__scopeId","data-v-87c573e3"]]),OJ="",VL={components:{UnnnicIcon:ne,UnnnicDropdown:ya,UnnnicDropdownItem:zo},mixins:[t1],props:{name:{type:String,default:""},description:{type:String,default:""},status:{type:String,required:!0},canUpdateStatus:{type:Boolean,default:!1},clickable:{type:Boolean,default:!1}},emits:["click","changeProjectStatus"],data(){return{openDropdown:!1,defaultTranslations:{IN_TEST:{"pt-br":"Em teste",en:"In test",es:"En prueba"},ACTIVE:{"pt-br":"Ativo",en:"Active",es:"Activo"},INACTIVE:{"pt-br":"Inativo",en:"Inactive",es:"Inactivo"}}}},computed:{showActions(){var t,i;const e=(i=(t=this.$slots).actions)==null?void 0:i.call(t);return!!(e!=null&&e.length)},colorStatus(){return{ACTIVE:"aux-green-900",INACTIVE:"neutral-cloudy",IN_TEST:"aux-orange-500"}[this.status]},statusOptions(){return["ACTIVE","INACTIVE","IN_TEST"].filter(e=>e!==this.status)}},methods:{emitClick(e){this.clickable&&this.$emit("click",{button:e==null?void 0:e.button})},handlerDropdownOpen(){this.canUpdateStatus&&(this.openDropdown=!this.openDropdown)},handlerClickDropdownItem(e){this.$emit("changeProjectStatus",e)}}},zL={class:"unnnic-card-project__header"},OL=["title"],HL={class:"unnnic-card-project__description"},jL=["title"],FL={class:"unnnic-card-project__bottom"},PL={class:"unnnic-card-project__status-options-container"};function YL(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon"),f=n.resolveComponent("UnnnicDropdown"),u=n.resolveComponent("UnnnicDropdownItem");return n.openBlock(),n.createElementBlock("section",{class:n.normalizeClass({"unnnic-card-project":!0,"unnnic-card-project--clickable":i.clickable,"unnnic-card-project--inactive":i.status==="INACTIVE"}),"data-testid":"unnnic-card-project",onClick:[t[2]||(t[2]=n.withModifiers((...h)=>r.emitClick&&r.emitClick(...h),["left","exact"])),t[4]||(t[4]=n.withModifiers(h=>r.emitClick({button:1}),["ctrl"]))],onMouseup:t[3]||(t[3]=n.withModifiers((...h)=>r.emitClick&&r.emitClick(...h),["middle","exact","prevent"]))},[n.createElementVNode("section",zL,[n.createElementVNode("h1",{title:i.name,class:n.normalizeClass({"unnnic-card-project__title":!0,"unnnic-card-project__title--inactive":i.status==="INACTIVE"}),"data-testid":"card-project-title"},n.toDisplayString(i.name),11,OL),r.showActions?(n.openBlock(),n.createBlock(f,{key:0,position:"bottom-left","data-testid":"dropdown-actions"},{trigger:n.withCtx(()=>[n.createVNode(c,{size:"sm",icon:"navigation-menu-vertical-1",clickable:"",scheme:"neutral-cleanest"})]),default:n.withCtx(()=>[n.renderSlot(e.$slots,"actions",{},void 0,!0)]),_:3})):n.createCommentVNode("",!0)]),n.createElementVNode("section",HL,[n.createElementVNode("p",{title:i.description,class:n.normalizeClass({"unnnic-card-project__description":!0,"unnnic-card-project__description--inactive":i.status==="INACTIVE"})},n.toDisplayString(i.description),11,jL)]),n.createElementVNode("section",FL,[n.createElementVNode("section",{class:n.normalizeClass(["unnnic-card-project__status-chip",`unnnic-card-project__status-chip--${i.status}`]),"data-testid":"project-status-chip",onClick:t[1]||(t[1]=n.withModifiers(h=>r.handlerDropdownOpen(),["stop"]))},[n.createElementVNode("p",null,n.toDisplayString(e.i18n(i.status)),1),i.canUpdateStatus?(n.openBlock(),n.createBlock(c,{key:0,icon:"keyboard_arrow_down",size:"sm",clickable:"",scheme:r.colorStatus},null,8,["scheme"])):n.createCommentVNode("",!0),n.createVNode(f,{open:l.openDropdown,useOpenProp:"","data-testid":"status-dropdown","onUpdate:open":t[0]||(t[0]=h=>l.openDropdown=h)},{default:n.withCtx(()=>[n.createElementVNode("section",PL,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.statusOptions,h=>(n.openBlock(),n.createBlock(u,{key:h,class:"status-option",onClick:p=>r.handlerClickDropdownItem(h)},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(e.i18n(h)),1)]),_:2},1032,["onClick"]))),128))])]),_:1},8,["open"])],2)])],34)}const x5=k(VL,[["render",YL],["__scopeId","data-v-d7f7ed7d"]]),HJ="",RL={components:{UnnnicAvatarIcon:qt,UnnnicToolTip:_n,UnnnicIcon:ne},props:{name:{type:String,default:""},subtitle:{type:String,default:""},description:{type:String,default:""},descriptionRow:{type:String,default:""},descriptionRowInfo:{type:String,default:""},statuses:{type:Array},minStatusWidth:{type:[String,Number],default:5.625*16}}},UL={class:"unnnic-card-container"},QL={class:"header"},GL={class:"title"},ZL=["title"],WL={key:0,class:"subtitle"},qL={key:0,class:"description"},XL={key:1,class:"description-row-container"},KL={key:0,class:"description-row"},JL={class:"title"},$L={class:"content"},eT={class:"number"};function nT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon"),f=n.resolveComponent("UnnnicToolTip"),u=n.resolveComponent("UnnnicAvatarIcon");return n.openBlock(),n.createElementBlock("div",UL,[n.createElementVNode("div",QL,[n.createElementVNode("div",GL,[n.createElementVNode("span",{class:"name",title:i.name.length>25?i.name:null},n.toDisplayString(i.name),9,ZL),i.subtitle?(n.openBlock(),n.createElementBlock("div",WL,n.toDisplayString(i.subtitle),1)):n.createCommentVNode("",!0)]),n.renderSlot(e.$slots,"header-buttons",{},void 0,!0)]),i.description?(n.openBlock(),n.createElementBlock("div",qL,n.toDisplayString(i.description),1)):n.createCommentVNode("",!0),i.descriptionRow||i.descriptionRowInfo?(n.openBlock(),n.createElementBlock("div",XL,[i.descriptionRow?(n.openBlock(),n.createElementBlock("div",KL,n.toDisplayString(i.descriptionRow),1)):n.createCommentVNode("",!0),i.descriptionRowInfo?(n.openBlock(),n.createBlock(f,{key:1,side:"top",text:i.descriptionRowInfo,enabled:""},{default:n.withCtx(()=>[n.createVNode(c,{class:"info",icon:"information-circle-4",size:"sm",scheme:"neutral-soft"})]),_:1},8,["text"])):n.createCommentVNode("",!0)])):n.createCommentVNode("",!0),t[0]||(t[0]=n.createElementVNode("div",{class:"separator"},null,-1)),n.renderSlot(e.$slots,"content",{},void 0,!0),n.createElementVNode("div",{class:"statuses",style:n.normalizeStyle({gridTemplateColumns:`repeat(auto-fit, minmax(${i.minStatusWidth}, 1fr))`})},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.statuses,(h,p)=>(n.openBlock(),n.createElementBlock("div",{key:p,class:"status"},[n.createElementVNode("div",JL,n.toDisplayString(h.title),1),n.createElementVNode("div",$L,[n.createVNode(u,{icon:h.icon,scheme:h.scheme,size:"xs"},null,8,["icon","scheme"]),n.createElementVNode("div",eT,n.toDisplayString(h.count),1)])]))),128))],4)])}const tT=k(RL,[["render",nT],["__scopeId","data-v-d88c3045"]]),jJ="",iT={components:{CardStatusesContainer:tT},props:{name:{type:String,default:""},subtitle:{type:String,default:""},description:{type:String,default:""},descriptionRow:{type:String,default:""},descriptionRowInfo:{type:String,default:""},statuses:{type:Array}},data(){return{unnnicFontSize:16}}};function aT(e,t,i,o,l,r){const c=n.resolveComponent("CardStatusesContainer");return n.openBlock(),n.createBlock(c,{class:"unnnic-card-information",name:i.name,subtitle:i.subtitle,description:i.description,descriptionRow:i.descriptionRow,descriptionRowInfo:i.descriptionRowInfo,statuses:i.statuses,minStatusWidth:8.75*l.unnnicFontSize+"px"},null,8,["name","subtitle","description","descriptionRow","descriptionRowInfo","statuses","minStatusWidth"])}const A5=k(iT,[["render",aT],["__scopeId","data-v-ee17403c"]]),FJ="",oT={class:"unnnic-collapse__body"},M5=k({__name:"Collapse",props:{title:String,active:Boolean,borderBottom:Boolean,unspacedIcon:Boolean,size:{type:String,default:"lg",validator(e){return["md","lg"].includes(e)}},modelValue:Boolean},emits:["update:modelValue","change"],setup(e,{emit:t}){const i=e,o=t,l=n.ref(!1);return n.watch(l,r=>{o("change",r),o("update:modelValue",r)}),n.watch(()=>i.active,r=>{l.value=r},{immediate:!0}),n.watch(()=>i.modelValue,r=>{l.value=r},{immediate:!0}),(r,c)=>(n.openBlock(),n.createElementBlock("div",{"data-testid":"collapse",class:n.normalizeClass(["unnnic-collapse",`unnnic-collapse--size-${e.size}`,{"unnnic-collapse--border-bottom":e.borderBottom,"unnnic-collapse--unspaced-icon":e.unspacedIcon,"unnnic-collapse--active":l.value}])},[n.createElementVNode("div",{"data-testid":"collapse-header",class:"unnnic-collapse__header",onClick:c[0]||(c[0]=f=>l.value=!l.value)},[n.createTextVNode(n.toDisplayString(e.title),1),n.renderSlot(r.$slots,"header",{},void 0,!0),n.createVNode(ne,{size:"xs",icon:l.value?"arrow-button-up-1":"arrow-button-down-1",scheme:l.value?"neutral-dark":"neutral-cloudy"},null,8,["icon","scheme"])]),n.withDirectives(n.createElementVNode("div",oT,[n.renderSlot(r.$slots,"default",{},void 0,!0)],512),[[n.vShow,l.value]])],2))}},[["__scopeId","data-v-1f77973f"]]),YJ="",rT={class:"label"},Ho=k({__name:"Radio",props:{modelValue:{type:[String,Number],default:""},value:{type:[String,Number],default:""},disabled:{type:Boolean,default:!1},size:{type:String,default:"md",validator(e){return["md","sm"].includes(e)}}},emits:["update:modelValue"],setup(e,{emit:t}){const i=e,o=t,l=n.computed(()=>i.modelValue===i.value?"selected":"default"),r=n.computed(()=>({selected:"radio-selected",default:i.disabled?"radio-disable":"radio-default"})[l.value]),c=n.computed(()=>i.disabled?"brand-sec":l.value==="selected"?"brand-weni":"neutral-cleanest");function f(){i.disabled||o("update:modelValue",i.value)}return(u,h)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["unnnic-radio-container",`unnnic-radio-container--${e.size}`,e.disabled?"disabled":null]),onClick:f},[n.createVNode(ne,{class:"unnnic-radio",icon:r.value,scheme:c.value,size:e.size},null,8,["icon","scheme","size"]),n.createElementVNode("span",rT,[n.renderSlot(u.$slots,"default",{},void 0,!0)])],2))}},[["__scopeId","data-v-abd1b195"]]),sT={name:"Flag",components:{UnnnicIcon:ne},props:{code:{type:String,default:null},size:{type:String,default:"md",validator(e){return["nano","xs","sm","md","lg"].indexOf(e)!==-1}}},computed:{name(){return{"pt-br":"Brazil",en:"USA",es:"Spain"}[this.code]}}};function lT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createBlock(c,{icon:r.name,size:i.size},null,8,["icon","size"])}const cT=k(sT,[["render",lT]]),UJ="",dT={name:"LanguageSelect",components:{UnnnicFlag:cT,UnnnicIcon:ne},directives:{onClickOutside:h2},props:{modelValue:{type:String,default:""},position:{type:String,default:"top-right"},contracted:{type:Boolean,default:!1},supportedLanguages:{type:Array,default:()=>["pt-br","en"]}},data(){return{open:!1,val:this.modelValue,unnnicFontSize:16}},computed:{languages(){const e={"pt-br":"Português - Brasil",en:"English",es:"Español"};return this.supportedLanguages.reduce((t,i)=>({...t,[i]:e[i]}),{})},otherLanguages(){return this.languageList.filter(({id:e})=>e!==this.val)},languageList(){return Object.entries(this.languages).map(([e,t])=>({id:e,name:t}))},dropdownIcon(){let e="";return this.position==="bottom"?e=this.open?"up":"down":e=this.open?"down":"up",`arrow-button-${e}-1`}},watch:{val(){this.$emit("update:model-value",this.val)},modelValue(){this.val=this.modelValue}},methods:{onClickTrigger(){this.open=!this.open},onClickOutside(){this.open&&(this.open=!1)}}},fT={key:0,class:"unnnic-language-select contracted"},uT={class:"option"},mT=["onClick"],hT={key:1,class:"unnnic-language-select normal"},pT={class:"option"},gT={class:"label"},yT=["onClick"],wT={class:"label"},CT={class:"option"},kT={class:"label"};function vT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicFlag"),f=n.resolveComponent("UnnnicIcon"),u=n.resolveDirective("on-click-outside");return i.contracted?n.withDirectives((n.openBlock(),n.createElementBlock("div",fT,[n.createElementVNode("div",{class:n.normalizeClass(["container contracted",{open:l.open}]),onClick:t[0]||(t[0]=(...h)=>r.onClickTrigger&&r.onClickTrigger(...h))},[n.createElementVNode("div",uT,[n.createVNode(c,{size:"sm",code:l.val},null,8,["code"])]),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.otherLanguages,h=>(n.openBlock(),n.createElementBlock("div",{key:h.id,class:"option",onClick:p=>l.val=h.id},[n.createVNode(c,{size:"sm",code:h.id},null,8,["code"])],8,mT))),128))],2)])),[[u,r.onClickOutside]]):n.withDirectives((n.openBlock(),n.createElementBlock("div",hT,[n.createElementVNode("div",{class:n.normalizeClass(["container normal",{open:l.open}]),onClick:t[1]||(t[1]=(...h)=>r.onClickTrigger&&r.onClickTrigger(...h))},[n.createElementVNode("div",{style:n.normalizeStyle({position:"absolute",[i.position==="bottom"?"top":"bottom"]:-.125*l.unnnicFontSize+"px",width:"100%",padding:.0625*l.unnnicFontSize+"px",left:-.0625*l.unnnicFontSize+"px"}),class:"all"},[i.position==="bottom"?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createElementVNode("div",pT,[n.createVNode(c,{size:"sm",code:l.val},null,8,["code"]),n.createElementVNode("div",gT,n.toDisplayString(r.languages[l.val]),1),n.createVNode(f,{size:"xs",icon:r.dropdownIcon,scheme:"neutral-clean"},null,8,["icon"])]),t[2]||(t[2]=n.createElementVNode("div",{class:"divider"},null,-1))],64)):n.createCommentVNode("",!0),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.otherLanguages,h=>(n.openBlock(),n.createElementBlock("div",{key:h.id,class:"option",onClick:p=>l.val=h.id},[n.createVNode(c,{size:"sm",code:h.id},null,8,["code"]),n.createElementVNode("div",wT,n.toDisplayString(r.languages[h.id]),1)],8,yT))),128)),i.position!=="bottom"?(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[t[3]||(t[3]=n.createElementVNode("div",{class:"divider"},null,-1)),n.createElementVNode("div",CT,[n.createVNode(c,{size:"sm",code:l.val},null,8,["code"]),n.createElementVNode("div",kT,n.toDisplayString(r.languages[l.val]),1),n.createVNode(f,{size:"xs",icon:r.dropdownIcon,scheme:"neutral-clean"},null,8,["icon"])])],64)):n.createCommentVNode("",!0)],4)],2)])),[[u,r.onClickOutside]])}const D5=k(dT,[["render",vT]]),QJ="",_T={name:"UnnnicModal",components:{UnnnicIcon:ne},props:{text:{type:String,default:null},modalIcon:{type:String,default:null},closeIcon:{type:Boolean,default:!0},description:{type:String,default:null},alertMessage:{type:String,default:null},showModal:{type:Boolean,default:!0},scheme:{type:String,default:null},persistent:{type:Boolean,default:!1}},computed:{hasAlertMessage(){return!(this.alertMessage===null||this.alertMessage.length===0)},hasButton(){var e,t;return!!((t=(e=this.$slots).options)!=null&&t.call(e).length)},hasIcon(){var e,t;return!!((t=(e=this.$slots).icon)!=null&&t.call(e).length)}},mounted(){window.innerWidth<=600&&this.mobileAnimateOpen()},methods:{mobileAnimateReset(){this.$refs.modalContainer&&(this.$refs.modalContainer.style.transition=null),this.$refs.modal&&(this.$refs.modal.style.transition=null)},mobileAnimateOpen(){this.$nextTick(()=>{this.$refs.modalContainer&&(this.$refs.modalContainer.style.transition="none",this.$refs.modalContainer.style.backgroundColor="transparent"),this.$refs.modal&&(this.$refs.modal.style.transition="none",this.$refs.modal.style.marginBottom=`${-this.$refs.modal.offsetHeight}px`),setTimeout(()=>{this.$refs.modalContainer&&(this.$refs.modalContainer.style.transition="background-color 0.2s",this.$refs.modalContainer.style.backgroundColor=null),this.$refs.modal&&(this.$refs.modal.style.transition="margin-bottom 0.2s",this.$refs.modal.style.marginBottom=null),setTimeout(()=>{this.mobileAnimateReset()},200)})})},mobileAnimateClose(){return new Promise(e=>{this.$refs.modalContainer&&(this.$refs.modalContainer.style.transition="background-color 0.2s",this.$refs.modalContainer.style.backgroundColor="transparent"),this.$refs.modal&&(this.$refs.modal.style.transition="margin-bottom 0.2s",this.$refs.modal.style.marginBottom=`${-this.$refs.modal.offsetHeight}px`),setTimeout(()=>{this.mobileAnimateReset(),e()},200)})},onOutsideCloseClick(){this.persistent||this.onCloseClick()},async onCloseClick(){console.log("keycloak log",window),window.innerWidth<=600&&await this.mobileAnimateClose(),this.$emit("close")}}},bT={ref:"modal",class:"unnnic-modal-container-background"},xT={class:"unnnic-modal-container-background-body"},AT={key:0,class:"unnnic-modal-container-background-body-close_icon"},MT={key:1,class:"unnnic-modal-container-background-body__icon-slot"},DT={class:"unnnic-modal-container-background-body-title"},ET={class:"unnnic-modal-container-background-body-description-container"},BT={class:"unnnic-modal-container-background-body-description"},NT={key:0,class:"unnnic-modal-container-background-report"},LT={key:1,class:"unnnic-modal-container-background-button"};function TT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createBlock(n.Transition,{name:"modal"},{default:n.withCtx(()=>[i.showModal?(n.openBlock(),n.createElementBlock("div",n.mergeProps({key:0},e.$attrs,{ref:"modalContainer",class:["unnnic-modal"]}),[n.createElementVNode("div",{class:"unnnic-modal-container",onClick:t[0]||(t[0]=n.withModifiers((...f)=>r.onOutsideCloseClick&&r.onOutsideCloseClick(...f),["self"]))},[n.createElementVNode("div",bT,[n.createElementVNode("div",xT,[i.closeIcon?(n.openBlock(),n.createElementBlock("div",AT,[n.createVNode(c,{icon:"close-1",scheme:"neutral-dark",size:"sm",clickable:"",onClick:r.onCloseClick},null,8,["onClick"])])):n.createCommentVNode("",!0),r.hasIcon?(n.openBlock(),n.createElementBlock("div",MT,[n.renderSlot(e.$slots,"icon",{},void 0,!0)])):n.createCommentVNode("",!0),i.modalIcon?(n.openBlock(),n.createElementBlock("div",{key:2,class:n.normalizeClass(["unnnic-modal-container-background-body-alert_icon",`unnnic-card-scheme--${i.scheme}--icon`,i.closeIcon?"":"unnnic-modal-container-background-body-spacing_header"])},[n.createVNode(c,{scheme:i.scheme,icon:i.modalIcon,size:"xl"},null,8,["scheme","icon"])],2)):n.createCommentVNode("",!0),n.createElementVNode("div",DT,n.toDisplayString(i.text),1)]),n.createElementVNode("div",ET,[n.createElementVNode("div",BT,[n.createTextVNode(n.toDisplayString(i.description)+" ",1),n.renderSlot(e.$slots,"message",{},void 0,!0),n.renderSlot(e.$slots,"default",{},void 0,!0)])]),r.hasAlertMessage?(n.openBlock(),n.createElementBlock("div",NT,n.toDisplayString(i.alertMessage),1)):n.createCommentVNode("",!0),r.hasButton?(n.openBlock(),n.createElementBlock("div",LT,[n.renderSlot(e.$slots,"options",{},void 0,!0)])):n.createCommentVNode("",!0)],512)])],16)):n.createCommentVNode("",!0)]),_:3})}const jo=k(_T,[["render",TT],["__scopeId","data-v-64ca1a24"]]),E5={"application/prs.cww":["cww"],"application/prs.xsf+xml":["xsf"],"application/vnd.1000minds.decision-model+xml":["1km"],"application/vnd.3gpp.pic-bw-large":["plb"],"application/vnd.3gpp.pic-bw-small":["psb"],"application/vnd.3gpp.pic-bw-var":["pvb"],"application/vnd.3gpp2.tcap":["tcap"],"application/vnd.3m.post-it-notes":["pwn"],"application/vnd.accpac.simply.aso":["aso"],"application/vnd.accpac.simply.imp":["imp"],"application/vnd.acucobol":["acu"],"application/vnd.acucorp":["atc","acutc"],"application/vnd.adobe.air-application-installer-package+zip":["air"],"application/vnd.adobe.formscentral.fcdt":["fcdt"],"application/vnd.adobe.fxp":["fxp","fxpl"],"application/vnd.adobe.xdp+xml":["xdp"],"application/vnd.adobe.xfdf":["*xfdf"],"application/vnd.age":["age"],"application/vnd.ahead.space":["ahead"],"application/vnd.airzip.filesecure.azf":["azf"],"application/vnd.airzip.filesecure.azs":["azs"],"application/vnd.amazon.ebook":["azw"],"application/vnd.americandynamics.acc":["acc"],"application/vnd.amiga.ami":["ami"],"application/vnd.android.package-archive":["apk"],"application/vnd.anser-web-certificate-issue-initiation":["cii"],"application/vnd.anser-web-funds-transfer-initiation":["fti"],"application/vnd.antix.game-component":["atx"],"application/vnd.apple.installer+xml":["mpkg"],"application/vnd.apple.keynote":["key"],"application/vnd.apple.mpegurl":["m3u8"],"application/vnd.apple.numbers":["numbers"],"application/vnd.apple.pages":["pages"],"application/vnd.apple.pkpass":["pkpass"],"application/vnd.aristanetworks.swi":["swi"],"application/vnd.astraea-software.iota":["iota"],"application/vnd.audiograph":["aep"],"application/vnd.autodesk.fbx":["fbx"],"application/vnd.balsamiq.bmml+xml":["bmml"],"application/vnd.blueice.multipass":["mpm"],"application/vnd.bmi":["bmi"],"application/vnd.businessobjects":["rep"],"application/vnd.chemdraw+xml":["cdxml"],"application/vnd.chipnuts.karaoke-mmd":["mmd"],"application/vnd.cinderella":["cdy"],"application/vnd.citationstyles.style+xml":["csl"],"application/vnd.claymore":["cla"],"application/vnd.cloanto.rp9":["rp9"],"application/vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"application/vnd.cluetrust.cartomobile-config":["c11amc"],"application/vnd.cluetrust.cartomobile-config-pkg":["c11amz"],"application/vnd.commonspace":["csp"],"application/vnd.contact.cmsg":["cdbcmsg"],"application/vnd.cosmocaller":["cmc"],"application/vnd.crick.clicker":["clkx"],"application/vnd.crick.clicker.keyboard":["clkk"],"application/vnd.crick.clicker.palette":["clkp"],"application/vnd.crick.clicker.template":["clkt"],"application/vnd.crick.clicker.wordbank":["clkw"],"application/vnd.criticaltools.wbs+xml":["wbs"],"application/vnd.ctc-posml":["pml"],"application/vnd.cups-ppd":["ppd"],"application/vnd.curl.car":["car"],"application/vnd.curl.pcurl":["pcurl"],"application/vnd.dart":["dart"],"application/vnd.data-vision.rdz":["rdz"],"application/vnd.dbf":["dbf"],"application/vnd.dcmp+xml":["dcmp"],"application/vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"application/vnd.dece.ttml+xml":["uvt","uvvt"],"application/vnd.dece.unspecified":["uvx","uvvx"],"application/vnd.dece.zip":["uvz","uvvz"],"application/vnd.denovo.fcselayout-link":["fe_launch"],"application/vnd.dna":["dna"],"application/vnd.dolby.mlp":["mlp"],"application/vnd.dpgraph":["dpg"],"application/vnd.dreamfactory":["dfac"],"application/vnd.ds-keypoint":["kpxx"],"application/vnd.dvb.ait":["ait"],"application/vnd.dvb.service":["svc"],"application/vnd.dynageo":["geo"],"application/vnd.ecowin.chart":["mag"],"application/vnd.enliven":["nml"],"application/vnd.epson.esf":["esf"],"application/vnd.epson.msf":["msf"],"application/vnd.epson.quickanime":["qam"],"application/vnd.epson.salt":["slt"],"application/vnd.epson.ssf":["ssf"],"application/vnd.eszigno3+xml":["es3","et3"],"application/vnd.ezpix-album":["ez2"],"application/vnd.ezpix-package":["ez3"],"application/vnd.fdf":["*fdf"],"application/vnd.fdsn.mseed":["mseed"],"application/vnd.fdsn.seed":["seed","dataless"],"application/vnd.flographit":["gph"],"application/vnd.fluxtime.clip":["ftc"],"application/vnd.framemaker":["fm","frame","maker","book"],"application/vnd.frogans.fnc":["fnc"],"application/vnd.frogans.ltf":["ltf"],"application/vnd.fsc.weblaunch":["fsc"],"application/vnd.fujitsu.oasys":["oas"],"application/vnd.fujitsu.oasys2":["oa2"],"application/vnd.fujitsu.oasys3":["oa3"],"application/vnd.fujitsu.oasysgp":["fg5"],"application/vnd.fujitsu.oasysprs":["bh2"],"application/vnd.fujixerox.ddd":["ddd"],"application/vnd.fujixerox.docuworks":["xdw"],"application/vnd.fujixerox.docuworks.binder":["xbd"],"application/vnd.fuzzysheet":["fzs"],"application/vnd.genomatix.tuxedo":["txd"],"application/vnd.geogebra.file":["ggb"],"application/vnd.geogebra.slides":["ggs"],"application/vnd.geogebra.tool":["ggt"],"application/vnd.geometry-explorer":["gex","gre"],"application/vnd.geonext":["gxt"],"application/vnd.geoplan":["g2w"],"application/vnd.geospace":["g3w"],"application/vnd.gmx":["gmx"],"application/vnd.google-apps.document":["gdoc"],"application/vnd.google-apps.drawing":["gdraw"],"application/vnd.google-apps.form":["gform"],"application/vnd.google-apps.jam":["gjam"],"application/vnd.google-apps.map":["gmap"],"application/vnd.google-apps.presentation":["gslides"],"application/vnd.google-apps.script":["gscript"],"application/vnd.google-apps.site":["gsite"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"application/vnd.gov.sk.xmldatacontainer+xml":["xdcf"],"application/vnd.grafeq":["gqf","gqs"],"application/vnd.groove-account":["gac"],"application/vnd.groove-help":["ghf"],"application/vnd.groove-identity-message":["gim"],"application/vnd.groove-injector":["grv"],"application/vnd.groove-tool-message":["gtm"],"application/vnd.groove-tool-template":["tpl"],"application/vnd.groove-vcard":["vcg"],"application/vnd.hal+xml":["hal"],"application/vnd.handheld-entertainment+xml":["zmm"],"application/vnd.hbci":["hbci"],"application/vnd.hhe.lesson-player":["les"],"application/vnd.hp-hpgl":["hpgl"],"application/vnd.hp-hpid":["hpid"],"application/vnd.hp-hps":["hps"],"application/vnd.hp-jlyt":["jlt"],"application/vnd.hp-pcl":["pcl"],"application/vnd.hp-pclxl":["pclxl"],"application/vnd.hydrostatix.sof-data":["sfd-hdstx"],"application/vnd.ibm.minipay":["mpy"],"application/vnd.ibm.modcap":["afp","listafp","list3820"],"application/vnd.ibm.rights-management":["irm"],"application/vnd.ibm.secure-container":["sc"],"application/vnd.iccprofile":["icc","icm"],"application/vnd.igloader":["igl"],"application/vnd.immervision-ivp":["ivp"],"application/vnd.immervision-ivu":["ivu"],"application/vnd.insors.igm":["igm"],"application/vnd.intercon.formnet":["xpw","xpx"],"application/vnd.intergeo":["i2g"],"application/vnd.intu.qbo":["qbo"],"application/vnd.intu.qfx":["qfx"],"application/vnd.ipunplugged.rcprofile":["rcprofile"],"application/vnd.irepository.package+xml":["irp"],"application/vnd.is-xpr":["xpr"],"application/vnd.isac.fcs":["fcs"],"application/vnd.jam":["jam"],"application/vnd.jcp.javame.midlet-rms":["rms"],"application/vnd.jisp":["jisp"],"application/vnd.joost.joda-archive":["joda"],"application/vnd.kahootz":["ktz","ktr"],"application/vnd.kde.karbon":["karbon"],"application/vnd.kde.kchart":["chrt"],"application/vnd.kde.kformula":["kfo"],"application/vnd.kde.kivio":["flw"],"application/vnd.kde.kontour":["kon"],"application/vnd.kde.kpresenter":["kpr","kpt"],"application/vnd.kde.kspread":["ksp"],"application/vnd.kde.kword":["kwd","kwt"],"application/vnd.kenameaapp":["htke"],"application/vnd.kidspiration":["kia"],"application/vnd.kinar":["kne","knp"],"application/vnd.koan":["skp","skd","skt","skm"],"application/vnd.kodak-descriptor":["sse"],"application/vnd.las.las+xml":["lasxml"],"application/vnd.llamagraphics.life-balance.desktop":["lbd"],"application/vnd.llamagraphics.life-balance.exchange+xml":["lbe"],"application/vnd.lotus-1-2-3":["123"],"application/vnd.lotus-approach":["apr"],"application/vnd.lotus-freelance":["pre"],"application/vnd.lotus-notes":["nsf"],"application/vnd.lotus-organizer":["org"],"application/vnd.lotus-screencam":["scm"],"application/vnd.lotus-wordpro":["lwp"],"application/vnd.macports.portpkg":["portpkg"],"application/vnd.mapbox-vector-tile":["mvt"],"application/vnd.mcd":["mcd"],"application/vnd.medcalcdata":["mc1"],"application/vnd.mediastation.cdkey":["cdkey"],"application/vnd.mfer":["mwf"],"application/vnd.mfmp":["mfm"],"application/vnd.micrografx.flo":["flo"],"application/vnd.micrografx.igx":["igx"],"application/vnd.mif":["mif"],"application/vnd.mobius.daf":["daf"],"application/vnd.mobius.dis":["dis"],"application/vnd.mobius.mbk":["mbk"],"application/vnd.mobius.mqy":["mqy"],"application/vnd.mobius.msl":["msl"],"application/vnd.mobius.plc":["plc"],"application/vnd.mobius.txf":["txf"],"application/vnd.mophun.application":["mpn"],"application/vnd.mophun.certificate":["mpc"],"application/vnd.mozilla.xul+xml":["xul"],"application/vnd.ms-artgalry":["cil"],"application/vnd.ms-cab-compressed":["cab"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"],"application/vnd.ms-excel.addin.macroenabled.12":["xlam"],"application/vnd.ms-excel.sheet.binary.macroenabled.12":["xlsb"],"application/vnd.ms-excel.sheet.macroenabled.12":["xlsm"],"application/vnd.ms-excel.template.macroenabled.12":["xltm"],"application/vnd.ms-fontobject":["eot"],"application/vnd.ms-htmlhelp":["chm"],"application/vnd.ms-ims":["ims"],"application/vnd.ms-lrm":["lrm"],"application/vnd.ms-officetheme":["thmx"],"application/vnd.ms-outlook":["msg"],"application/vnd.ms-pki.seccat":["cat"],"application/vnd.ms-pki.stl":["*stl"],"application/vnd.ms-powerpoint":["ppt","pps","pot"],"application/vnd.ms-powerpoint.addin.macroenabled.12":["ppam"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["pptm"],"application/vnd.ms-powerpoint.slide.macroenabled.12":["sldm"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["ppsm"],"application/vnd.ms-powerpoint.template.macroenabled.12":["potm"],"application/vnd.ms-project":["*mpp","mpt"],"application/vnd.ms-visio.viewer":["vdx"],"application/vnd.ms-word.document.macroenabled.12":["docm"],"application/vnd.ms-word.template.macroenabled.12":["dotm"],"application/vnd.ms-works":["wps","wks","wcm","wdb"],"application/vnd.ms-wpl":["wpl"],"application/vnd.ms-xpsdocument":["xps"],"application/vnd.mseq":["mseq"],"application/vnd.musician":["mus"],"application/vnd.muvee.style":["msty"],"application/vnd.mynfc":["taglet"],"application/vnd.nato.bindingdataobject+xml":["bdo"],"application/vnd.neurolanguage.nlu":["nlu"],"application/vnd.nitf":["ntf","nitf"],"application/vnd.noblenet-directory":["nnd"],"application/vnd.noblenet-sealer":["nns"],"application/vnd.noblenet-web":["nnw"],"application/vnd.nokia.n-gage.ac+xml":["*ac"],"application/vnd.nokia.n-gage.data":["ngdat"],"application/vnd.nokia.n-gage.symbian.install":["n-gage"],"application/vnd.nokia.radio-preset":["rpst"],"application/vnd.nokia.radio-presets":["rpss"],"application/vnd.novadigm.edm":["edm"],"application/vnd.novadigm.edx":["edx"],"application/vnd.novadigm.ext":["ext"],"application/vnd.oasis.opendocument.chart":["odc"],"application/vnd.oasis.opendocument.chart-template":["otc"],"application/vnd.oasis.opendocument.database":["odb"],"application/vnd.oasis.opendocument.formula":["odf"],"application/vnd.oasis.opendocument.formula-template":["odft"],"application/vnd.oasis.opendocument.graphics":["odg"],"application/vnd.oasis.opendocument.graphics-template":["otg"],"application/vnd.oasis.opendocument.image":["odi"],"application/vnd.oasis.opendocument.image-template":["oti"],"application/vnd.oasis.opendocument.presentation":["odp"],"application/vnd.oasis.opendocument.presentation-template":["otp"],"application/vnd.oasis.opendocument.spreadsheet":["ods"],"application/vnd.oasis.opendocument.spreadsheet-template":["ots"],"application/vnd.oasis.opendocument.text":["odt"],"application/vnd.oasis.opendocument.text-master":["odm"],"application/vnd.oasis.opendocument.text-template":["ott"],"application/vnd.oasis.opendocument.text-web":["oth"],"application/vnd.olpc-sugar":["xo"],"application/vnd.oma.dd2+xml":["dd2"],"application/vnd.openblox.game+xml":["obgx"],"application/vnd.openofficeorg.extension":["oxt"],"application/vnd.openstreetmap.data+xml":["osm"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["pptx"],"application/vnd.openxmlformats-officedocument.presentationml.slide":["sldx"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["ppsx"],"application/vnd.openxmlformats-officedocument.presentationml.template":["potx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.osgeo.mapguide.package":["mgp"],"application/vnd.osgi.dp":["dp"],"application/vnd.osgi.subsystem":["esa"],"application/vnd.palm":["pdb","pqa","oprc"],"application/vnd.pawaafile":["paw"],"application/vnd.pg.format":["str"],"application/vnd.pg.osasli":["ei6"],"application/vnd.picsel":["efif"],"application/vnd.pmi.widget":["wg"],"application/vnd.pocketlearn":["plf"],"application/vnd.powerbuilder6":["pbd"],"application/vnd.previewsystems.box":["box"],"application/vnd.procrate.brushset":["brushset"],"application/vnd.procreate.brush":["brush"],"application/vnd.procreate.dream":["drm"],"application/vnd.proteus.magazine":["mgz"],"application/vnd.publishare-delta-tree":["qps"],"application/vnd.pvi.ptid1":["ptid"],"application/vnd.pwg-xhtml-print+xml":["xhtm"],"application/vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"application/vnd.rar":["rar"],"application/vnd.realvnc.bed":["bed"],"application/vnd.recordare.musicxml":["mxl"],"application/vnd.recordare.musicxml+xml":["musicxml"],"application/vnd.rig.cryptonote":["cryptonote"],"application/vnd.rim.cod":["cod"],"application/vnd.rn-realmedia":["rm"],"application/vnd.rn-realmedia-vbr":["rmvb"],"application/vnd.route66.link66+xml":["link66"],"application/vnd.sailingtracker.track":["st"],"application/vnd.seemail":["see"],"application/vnd.sema":["sema"],"application/vnd.semd":["semd"],"application/vnd.semf":["semf"],"application/vnd.shana.informed.formdata":["ifm"],"application/vnd.shana.informed.formtemplate":["itp"],"application/vnd.shana.informed.interchange":["iif"],"application/vnd.shana.informed.package":["ipk"],"application/vnd.simtech-mindmapper":["twd","twds"],"application/vnd.smaf":["mmf"],"application/vnd.smart.teacher":["teacher"],"application/vnd.software602.filler.form+xml":["fo"],"application/vnd.solent.sdkm+xml":["sdkm","sdkd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.spotfire.sfs":["sfs"],"application/vnd.stardivision.calc":["sdc"],"application/vnd.stardivision.draw":["sda"],"application/vnd.stardivision.impress":["sdd"],"application/vnd.stardivision.math":["smf"],"application/vnd.stardivision.writer":["sdw","vor"],"application/vnd.stardivision.writer-global":["sgl"],"application/vnd.stepmania.package":["smzip"],"application/vnd.stepmania.stepchart":["sm"],"application/vnd.sun.wadl+xml":["wadl"],"application/vnd.sun.xml.calc":["sxc"],"application/vnd.sun.xml.calc.template":["stc"],"application/vnd.sun.xml.draw":["sxd"],"application/vnd.sun.xml.draw.template":["std"],"application/vnd.sun.xml.impress":["sxi"],"application/vnd.sun.xml.impress.template":["sti"],"application/vnd.sun.xml.math":["sxm"],"application/vnd.sun.xml.writer":["sxw"],"application/vnd.sun.xml.writer.global":["sxg"],"application/vnd.sun.xml.writer.template":["stw"],"application/vnd.sus-calendar":["sus","susp"],"application/vnd.svd":["svd"],"application/vnd.symbian.install":["sis","sisx"],"application/vnd.syncml+xml":["xsm"],"application/vnd.syncml.dm+wbxml":["bdm"],"application/vnd.syncml.dm+xml":["xdm"],"application/vnd.syncml.dmddf+xml":["ddf"],"application/vnd.tao.intent-module-archive":["tao"],"application/vnd.tcpdump.pcap":["pcap","cap","dmp"],"application/vnd.tmobile-livetv":["tmo"],"application/vnd.trid.tpt":["tpt"],"application/vnd.triscape.mxs":["mxs"],"application/vnd.trueapp":["tra"],"application/vnd.ufdl":["ufd","ufdl"],"application/vnd.uiq.theme":["utz"],"application/vnd.umajin":["umj"],"application/vnd.unity":["unityweb"],"application/vnd.uoml+xml":["uoml","uo"],"application/vnd.vcx":["vcx"],"application/vnd.visio":["vsd","vst","vss","vsw","vsdx","vtx"],"application/vnd.visionary":["vis"],"application/vnd.vsf":["vsf"],"application/vnd.wap.wbxml":["wbxml"],"application/vnd.wap.wmlc":["wmlc"],"application/vnd.wap.wmlscriptc":["wmlsc"],"application/vnd.webturbo":["wtb"],"application/vnd.wolfram.player":["nbp"],"application/vnd.wordperfect":["wpd"],"application/vnd.wqd":["wqd"],"application/vnd.wt.stf":["stf"],"application/vnd.xara":["xar"],"application/vnd.xfdl":["xfdl"],"application/vnd.yamaha.hv-dic":["hvd"],"application/vnd.yamaha.hv-script":["hvs"],"application/vnd.yamaha.hv-voice":["hvp"],"application/vnd.yamaha.openscoreformat":["osf"],"application/vnd.yamaha.openscoreformat.osfpvg+xml":["osfpvg"],"application/vnd.yamaha.smaf-audio":["saf"],"application/vnd.yamaha.smaf-phrase":["spf"],"application/vnd.yellowriver-custom-menu":["cmp"],"application/vnd.zul":["zir","zirz"],"application/vnd.zzazz.deck+xml":["zaz"],"application/x-7z-compressed":["7z"],"application/x-abiword":["abw"],"application/x-ace-compressed":["ace"],"application/x-apple-diskimage":["*dmg"],"application/x-arj":["arj"],"application/x-authorware-bin":["aab","x32","u32","vox"],"application/x-authorware-map":["aam"],"application/x-authorware-seg":["aas"],"application/x-bcpio":["bcpio"],"application/x-bdoc":["*bdoc"],"application/x-bittorrent":["torrent"],"application/x-blender":["blend"],"application/x-blorb":["blb","blorb"],"application/x-bzip":["bz"],"application/x-bzip2":["bz2","boz"],"application/x-cbr":["cbr","cba","cbt","cbz","cb7"],"application/x-cdlink":["vcd"],"application/x-cfs-compressed":["cfs"],"application/x-chat":["chat"],"application/x-chess-pgn":["pgn"],"application/x-chrome-extension":["crx"],"application/x-cocoa":["cco"],"application/x-compressed":["*rar"],"application/x-conference":["nsc"],"application/x-cpio":["cpio"],"application/x-csh":["csh"],"application/x-debian-package":["*deb","udeb"],"application/x-dgc-compressed":["dgc"],"application/x-director":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"],"application/x-doom":["wad"],"application/x-dtbncx+xml":["ncx"],"application/x-dtbook+xml":["dtb"],"application/x-dtbresource+xml":["res"],"application/x-dvi":["dvi"],"application/x-envoy":["evy"],"application/x-eva":["eva"],"application/x-font-bdf":["bdf"],"application/x-font-ghostscript":["gsf"],"application/x-font-linux-psf":["psf"],"application/x-font-pcf":["pcf"],"application/x-font-snf":["snf"],"application/x-font-type1":["pfa","pfb","pfm","afm"],"application/x-freearc":["arc"],"application/x-futuresplash":["spl"],"application/x-gca-compressed":["gca"],"application/x-glulx":["ulx"],"application/x-gnumeric":["gnumeric"],"application/x-gramps-xml":["gramps"],"application/x-gtar":["gtar"],"application/x-hdf":["hdf"],"application/x-httpd-php":["php"],"application/x-install-instructions":["install"],"application/x-ipynb+json":["ipynb"],"application/x-iso9660-image":["*iso"],"application/x-iwork-keynote-sffkey":["*key"],"application/x-iwork-numbers-sffnumbers":["*numbers"],"application/x-iwork-pages-sffpages":["*pages"],"application/x-java-archive-diff":["jardiff"],"application/x-java-jnlp-file":["jnlp"],"application/x-keepass2":["kdbx"],"application/x-latex":["latex"],"application/x-lua-bytecode":["luac"],"application/x-lzh-compressed":["lzh","lha"],"application/x-makeself":["run"],"application/x-mie":["mie"],"application/x-mobipocket-ebook":["*prc","mobi"],"application/x-ms-application":["application"],"application/x-ms-shortcut":["lnk"],"application/x-ms-wmd":["wmd"],"application/x-ms-wmz":["wmz"],"application/x-ms-xbap":["xbap"],"application/x-msaccess":["mdb"],"application/x-msbinder":["obd"],"application/x-mscardfile":["crd"],"application/x-msclip":["clp"],"application/x-msdos-program":["*exe"],"application/x-msdownload":["*exe","*dll","com","bat","*msi"],"application/x-msmediaview":["mvb","m13","m14"],"application/x-msmetafile":["*wmf","*wmz","*emf","emz"],"application/x-msmoney":["mny"],"application/x-mspublisher":["pub"],"application/x-msschedule":["scd"],"application/x-msterminal":["trm"],"application/x-mswrite":["wri"],"application/x-netcdf":["nc","cdf"],"application/x-ns-proxy-autoconfig":["pac"],"application/x-nzb":["nzb"],"application/x-perl":["pl","pm"],"application/x-pilot":["*prc","*pdb"],"application/x-pkcs12":["p12","pfx"],"application/x-pkcs7-certificates":["p7b","spc"],"application/x-pkcs7-certreqresp":["p7r"],"application/x-rar-compressed":["*rar"],"application/x-redhat-package-manager":["rpm"],"application/x-research-info-systems":["ris"],"application/x-sea":["sea"],"application/x-sh":["sh"],"application/x-shar":["shar"],"application/x-shockwave-flash":["swf"],"application/x-silverlight-app":["xap"],"application/x-sql":["*sql"],"application/x-stuffit":["sit"],"application/x-stuffitx":["sitx"],"application/x-subrip":["srt"],"application/x-sv4cpio":["sv4cpio"],"application/x-sv4crc":["sv4crc"],"application/x-t3vm-image":["t3"],"application/x-tads":["gam"],"application/x-tar":["tar"],"application/x-tcl":["tcl","tk"],"application/x-tex":["tex"],"application/x-tex-tfm":["tfm"],"application/x-texinfo":["texinfo","texi"],"application/x-tgif":["*obj"],"application/x-ustar":["ustar"],"application/x-virtualbox-hdd":["hdd"],"application/x-virtualbox-ova":["ova"],"application/x-virtualbox-ovf":["ovf"],"application/x-virtualbox-vbox":["vbox"],"application/x-virtualbox-vbox-extpack":["vbox-extpack"],"application/x-virtualbox-vdi":["vdi"],"application/x-virtualbox-vhd":["vhd"],"application/x-virtualbox-vmdk":["vmdk"],"application/x-wais-source":["src"],"application/x-web-app-manifest+json":["webapp"],"application/x-x509-ca-cert":["der","crt","pem"],"application/x-xfig":["fig"],"application/x-xliff+xml":["*xlf"],"application/x-xpinstall":["xpi"],"application/x-xz":["xz"],"application/x-zip-compressed":["*zip"],"application/x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"audio/vnd.dece.audio":["uva","uvva"],"audio/vnd.digital-winds":["eol"],"audio/vnd.dra":["dra"],"audio/vnd.dts":["dts"],"audio/vnd.dts.hd":["dtshd"],"audio/vnd.lucent.voice":["lvp"],"audio/vnd.ms-playready.media.pya":["pya"],"audio/vnd.nuera.ecelp4800":["ecelp4800"],"audio/vnd.nuera.ecelp7470":["ecelp7470"],"audio/vnd.nuera.ecelp9600":["ecelp9600"],"audio/vnd.rip":["rip"],"audio/x-aac":["*aac"],"audio/x-aiff":["aif","aiff","aifc"],"audio/x-caf":["caf"],"audio/x-flac":["flac"],"audio/x-m4a":["*m4a"],"audio/x-matroska":["mka"],"audio/x-mpegurl":["m3u"],"audio/x-ms-wax":["wax"],"audio/x-ms-wma":["wma"],"audio/x-pn-realaudio":["ram","ra"],"audio/x-pn-realaudio-plugin":["rmp"],"audio/x-realaudio":["*ra"],"audio/x-wav":["*wav"],"chemical/x-cdx":["cdx"],"chemical/x-cif":["cif"],"chemical/x-cmdf":["cmdf"],"chemical/x-cml":["cml"],"chemical/x-csml":["csml"],"chemical/x-xyz":["xyz"],"image/prs.btif":["btif","btf"],"image/prs.pti":["pti"],"image/vnd.adobe.photoshop":["psd"],"image/vnd.airzip.accelerator.azv":["azv"],"image/vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"image/vnd.djvu":["djvu","djv"],"image/vnd.dvb.subtitle":["*sub"],"image/vnd.dwg":["dwg"],"image/vnd.dxf":["dxf"],"image/vnd.fastbidsheet":["fbs"],"image/vnd.fpx":["fpx"],"image/vnd.fst":["fst"],"image/vnd.fujixerox.edmics-mmr":["mmr"],"image/vnd.fujixerox.edmics-rlc":["rlc"],"image/vnd.microsoft.icon":["ico"],"image/vnd.ms-dds":["dds"],"image/vnd.ms-modi":["mdi"],"image/vnd.ms-photo":["wdp"],"image/vnd.net-fpx":["npx"],"image/vnd.pco.b16":["b16"],"image/vnd.tencent.tap":["tap"],"image/vnd.valve.source.texture":["vtf"],"image/vnd.wap.wbmp":["wbmp"],"image/vnd.xiff":["xif"],"image/vnd.zbrush.pcx":["pcx"],"image/x-3ds":["3ds"],"image/x-adobe-dng":["dng"],"image/x-cmu-raster":["ras"],"image/x-cmx":["cmx"],"image/x-freehand":["fh","fhc","fh4","fh5","fh7"],"image/x-icon":["*ico"],"image/x-jng":["jng"],"image/x-mrsid-image":["sid"],"image/x-ms-bmp":["*bmp"],"image/x-pcx":["*pcx"],"image/x-pict":["pic","pct"],"image/x-portable-anymap":["pnm"],"image/x-portable-bitmap":["pbm"],"image/x-portable-graymap":["pgm"],"image/x-portable-pixmap":["ppm"],"image/x-rgb":["rgb"],"image/x-tga":["tga"],"image/x-xbitmap":["xbm"],"image/x-xpixmap":["xpm"],"image/x-xwindowdump":["xwd"],"message/vnd.wfa.wsc":["wsc"],"model/vnd.bary":["bary"],"model/vnd.cld":["cld"],"model/vnd.collada+xml":["dae"],"model/vnd.dwf":["dwf"],"model/vnd.gdl":["gdl"],"model/vnd.gtw":["gtw"],"model/vnd.mts":["*mts"],"model/vnd.opengex":["ogex"],"model/vnd.parasolid.transmit.binary":["x_b"],"model/vnd.parasolid.transmit.text":["x_t"],"model/vnd.pytha.pyox":["pyo","pyox"],"model/vnd.sap.vds":["vds"],"model/vnd.usda":["usda"],"model/vnd.usdz+zip":["usdz"],"model/vnd.valve.source.compiled-map":["bsp"],"model/vnd.vtu":["vtu"],"text/prs.lines.tag":["dsc"],"text/vnd.curl":["curl"],"text/vnd.curl.dcurl":["dcurl"],"text/vnd.curl.mcurl":["mcurl"],"text/vnd.curl.scurl":["scurl"],"text/vnd.dvb.subtitle":["sub"],"text/vnd.familysearch.gedcom":["ged"],"text/vnd.fly":["fly"],"text/vnd.fmi.flexstor":["flx"],"text/vnd.graphviz":["gv"],"text/vnd.in3d.3dml":["3dml"],"text/vnd.in3d.spot":["spot"],"text/vnd.sun.j2me.app-descriptor":["jad"],"text/vnd.wap.wml":["wml"],"text/vnd.wap.wmlscript":["wmls"],"text/x-asm":["s","asm"],"text/x-c":["c","cc","cxx","cpp","h","hh","dic"],"text/x-component":["htc"],"text/x-fortran":["f","for","f77","f90"],"text/x-handlebars-template":["hbs"],"text/x-java-source":["java"],"text/x-lua":["lua"],"text/x-markdown":["mkd"],"text/x-nfo":["nfo"],"text/x-opml":["opml"],"text/x-org":["*org"],"text/x-pascal":["p","pas"],"text/x-processing":["pde"],"text/x-sass":["sass"],"text/x-scss":["scss"],"text/x-setext":["etx"],"text/x-sfv":["sfv"],"text/x-suse-ymp":["ymp"],"text/x-uuencode":["uu"],"text/x-vcalendar":["vcs"],"text/x-vcard":["vcf"],"video/vnd.dece.hd":["uvh","uvvh"],"video/vnd.dece.mobile":["uvm","uvvm"],"video/vnd.dece.pd":["uvp","uvvp"],"video/vnd.dece.sd":["uvs","uvvs"],"video/vnd.dece.video":["uvv","uvvv"],"video/vnd.dvb.file":["dvb"],"video/vnd.fvt":["fvt"],"video/vnd.mpegurl":["mxu","m4u"],"video/vnd.ms-playready.media.pyv":["pyv"],"video/vnd.uvvu.mp4":["uvu","uvvu"],"video/vnd.vivo":["viv"],"video/x-f4v":["f4v"],"video/x-fli":["fli"],"video/x-flv":["flv"],"video/x-m4v":["m4v"],"video/x-matroska":["mkv","mk3d","mks"],"video/x-mng":["mng"],"video/x-ms-asf":["asf","asx"],"video/x-ms-vob":["vob"],"video/x-ms-wm":["wm"],"video/x-ms-wmv":["wmv"],"video/x-ms-wmx":["wmx"],"video/x-ms-wvx":["wvx"],"video/x-msvideo":["avi"],"video/x-sgi-movie":["movie"],"video/x-smv":["smv"],"x-conference/x-cooltalk":["ice"]};Object.freeze(E5);const B5={"application/andrew-inset":["ez"],"application/appinstaller":["appinstaller"],"application/applixware":["aw"],"application/appx":["appx"],"application/appxbundle":["appxbundle"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomdeleted+xml":["atomdeleted"],"application/atomsvc+xml":["atomsvc"],"application/atsc-dwd+xml":["dwd"],"application/atsc-held+xml":["held"],"application/atsc-rsat+xml":["rsat"],"application/automationml-aml+xml":["aml"],"application/automationml-amlx+zip":["amlx"],"application/bdoc":["bdoc"],"application/calendar+xml":["xcs"],"application/ccxml+xml":["ccxml"],"application/cdfx+xml":["cdfx"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cpl+xml":["cpl"],"application/cu-seeme":["cu"],"application/cwl":["cwl"],"application/dash+xml":["mpd"],"application/dash-patch+xml":["mpp"],"application/davmount+xml":["davmount"],"application/dicom":["dcm"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/express":["exp"],"application/fdf":["fdf"],"application/fdt+xml":["fdt"],"application/font-tdpfr":["pfr"],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hjson":["hjson"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/its+xml":["its"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["*js"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lgr+xml":["lgr"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/media-policy-dataset+xml":["mpf"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mmt-aei+xml":["maei"],"application/mmt-usd+xml":["musd"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["*mp4","*mpg4","mp4s","m4p"],"application/msix":["msix"],"application/msixbundle":["msixbundle"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/n-quads":["nq"],"application/n-triples":["nt"],"application/node":["cjs"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg","one","onea"],"application/oxps":["oxps"],"application/p2p-overlay+xml":["relo"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-keys":["asc"],"application/pgp-signature":["sig","*asc"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/provenance+xml":["provx"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf","owl"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/route-apd+xml":["rapd"],"application/route-s-tsid+xml":["sls"],"application/route-usd+xml":["rusd"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/senml+xml":["senmlx"],"application/sensml+xml":["sensmlx"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/sieve":["siv","sieve"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/sql":["sql"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/swid+xml":["swidtag"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/toml":["toml"],"application/trig":["trig"],"application/ttml+xml":["ttml"],"application/ubjson":["ubj"],"application/urc-ressheet+xml":["rsheet"],"application/urc-targetdesc+xml":["td"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/watcherinfo+xml":["wif"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/xaml+xml":["xaml"],"application/xcap-att+xml":["xav"],"application/xcap-caps+xml":["xca"],"application/xcap-diff+xml":["xdf"],"application/xcap-el+xml":["xel"],"application/xcap-ns+xml":["xns"],"application/xenc+xml":["xenc"],"application/xfdf":["xfdf"],"application/xhtml+xml":["xhtml","xht"],"application/xliff+xml":["xlf"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["*xsl","xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"application/zip+dotlottie":["lottie"],"audio/3gpp":["*3gpp"],"audio/aac":["adts","aac"],"audio/adpcm":["adp"],"audio/amr":["amr"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mobile-xmf":["mxmf"],"audio/mp3":["*mp3"],"audio/mp4":["m4a","mp4a","m4b"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx","opus"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/wav":["wav"],"audio/wave":["*wav"],"audio/webm":["weba"],"audio/xm":["xm"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/aces":["exr"],"image/apng":["apng"],"image/avci":["avci"],"image/avcs":["avcs"],"image/avif":["avif"],"image/bmp":["bmp","dib"],"image/cgm":["cgm"],"image/dicom-rle":["drle"],"image/dpx":["dpx"],"image/emf":["emf"],"image/fits":["fits"],"image/g3fax":["g3"],"image/gif":["gif"],"image/heic":["heic"],"image/heic-sequence":["heics"],"image/heif":["heif"],"image/heif-sequence":["heifs"],"image/hej2k":["hej2"],"image/ief":["ief"],"image/jaii":["jaii"],"image/jais":["jais"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpg","jpeg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm","jpgm"],"image/jpx":["jpx","jpf"],"image/jxl":["jxl"],"image/jxr":["jxr"],"image/jxra":["jxra"],"image/jxrs":["jxrs"],"image/jxs":["jxs"],"image/jxsc":["jxsc"],"image/jxsi":["jxsi"],"image/jxss":["jxss"],"image/ktx":["ktx"],"image/ktx2":["ktx2"],"image/pjpeg":["jfif"],"image/png":["png"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/t38":["t38"],"image/tiff":["tif","tiff"],"image/tiff-fx":["tfx"],"image/webp":["webp"],"image/wmf":["wmf"],"message/disposition-notification":["disposition-notification"],"message/global":["u8msg"],"message/global-delivery-status":["u8dsn"],"message/global-disposition-notification":["u8mdn"],"message/global-headers":["u8hdr"],"message/rfc822":["eml","mime","mht","mhtml"],"model/3mf":["3mf"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/jt":["jt"],"model/mesh":["msh","mesh","silo"],"model/mtl":["mtl"],"model/obj":["obj"],"model/prc":["prc"],"model/step":["step","stp","stpnc","p21","210"],"model/step+xml":["stpx"],"model/step+zip":["stpz"],"model/step-xml+zip":["stpxz"],"model/stl":["stl"],"model/u3d":["u3d"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["*x3db","x3dbz"],"model/x3d+fastinfoset":["x3db"],"model/x3d+vrml":["*x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"model/x3d-vrml":["x3dv"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/javascript":["js","mjs"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["md","markdown"],"text/mathml":["mml"],"text/mdx":["mdx"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/richtext":["rtx"],"text/rtf":["*rtf"],"text/sgml":["sgml","sgm"],"text/shex":["shex"],"text/slim":["slim","slm"],"text/spdx":["spdx"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vtt":["vtt"],"text/wgsl":["wgsl"],"text/xml":["*xml"],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/iso.segment":["m4s"],"video/jpeg":["jpgv"],"video/jpm":["*jpm","*jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts","m2t","m2ts","mts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]};Object.freeze(B5);var i1=globalThis&&globalThis.__classPrivateFieldGet||function(e,t,i,o){if(i==="a"&&!o)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!o:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return i==="m"?o:i==="a"?o.call(e):o?o.value:t.get(e)},Ei,y2,Xt;class ST{constructor(...t){Ei.set(this,new Map),y2.set(this,new Map),Xt.set(this,new Map);for(const i of t)this.define(i)}define(t,i=!1){for(let[o,l]of Object.entries(t)){o=o.toLowerCase(),l=l.map(f=>f.toLowerCase()),i1(this,Xt,"f").has(o)||i1(this,Xt,"f").set(o,new Set);const r=i1(this,Xt,"f").get(o);let c=!0;for(let f of l){const u=f.startsWith("*");if(f=u?f.slice(1):f,r==null||r.add(f),c&&i1(this,y2,"f").set(o,f),c=!1,u)continue;const h=i1(this,Ei,"f").get(f);if(h&&h!=o&&!i)throw new Error(`"${o} -> ${f}" conflicts with "${h} -> ${f}". Pass \`force=true\` to override this definition.`);i1(this,Ei,"f").set(f,o)}}return this}getType(t){if(typeof t!="string")return null;const i=t.replace(/^.*[/\\]/s,"").toLowerCase(),o=i.replace(/^.*\./s,"").toLowerCase(),l=i.length<t.length;return!(o.length<i.length-1)&&l?null:i1(this,Ei,"f").get(o)??null}getExtension(t){var i;return typeof t!="string"?null:(t=(i=t==null?void 0:t.split)==null?void 0:i.call(t,";")[0],(t&&i1(this,y2,"f").get(t.trim().toLowerCase()))??null)}getAllExtensions(t){return typeof t!="string"?null:i1(this,Xt,"f").get(t.toLowerCase())??null}_freeze(){this.define=()=>{throw new Error("define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances")},Object.freeze(this);for(const t of i1(this,Xt,"f").values())Object.freeze(t);return this}_getTestState(){return{types:i1(this,Ei,"f"),extensions:i1(this,y2,"f")}}}Ei=new WeakMap,y2=new WeakMap,Xt=new WeakMap;const IT=new ST(B5,E5)._freeze(),GJ="",VT={class:"unnnic-upload-area__dropzone__content"},zT={class:"unnnic-upload-area__dropzone__content__title"},OT=["title"],HT=["accept","multiple"],Fo=k({__name:"DropArea",props:{acceptMultiple:{type:Boolean,default:!0},supportedFormats:{type:String,default:"*"},maxFileSize:{type:Number,default:void 0},shouldReplace:{type:Boolean,default:!1},currentFiles:{type:Array,default(){return[]}},maximumUploads:{type:Number,default:1},subtitle:{type:String,default:""}},emits:["update:currentFiles","fileChange","unsupportedFormat","exceededTheMaximumFileSizeLimit"],setup(e,{emit:t}){const i=n.ref(!1),o=n.ref(!1),l=n.ref(0),r=n.ref(),c=e,f=t,u=n.getCurrentInstance();function h(S){var j,K;return!!((K=(j=u==null?void 0:u.vnode)==null?void 0:j.props)!=null&&K[S])}const p=n.computed(()=>c.supportedFormats.split(",").map(j=>j.toUpperCase()).join(", "));function v(){l.value+=1,i.value=!0}function w(){i.value=!0}function b(){l.value-=1,l.value===0&&(i.value=!1)}function E(){i.value=!1}function L(S){i.value=!1;const{files:j}=S.dataTransfer;$(j)&&Y(j)}function V(S){const{files:j}=S.target;$(j)&&Y(j),r.value.value=""}function O(){o.value=!0,setTimeout(()=>{o.value=!1},5e3)}function $(S){return!c.acceptMultiple&&S.length>1?(O(),!1):N(S)?I(S)?!0:(h("onExceededTheMaximumFileSizeLimit")?f("exceededTheMaximumFileSizeLimit"):O(),!1):(h("onUnsupportedFormat")?f("unsupportedFormat"):O(),!1)}function N(S){if(c.supportedFormats==="*")return!0;const j=c.supportedFormats.split(",").map(G=>G.trim());return Array.from(S).find(G=>{const Te=G.name.toLowerCase(),yn=G.type.toLowerCase(),ye=`.${Te.split(".").pop()}`,ln=j.includes(ye),z1=yn===IT.getType(Te);return ln&&z1})}function I(S){return c.maxFileSize?Array.from(S).find(K=>(K.size/1048576).toFixed(2)<=c.maxFileSize):!0}function Y(S){let j=S.length;if(c.shouldReplace||(j+=c.currentFiles.length),j>c.maximumUploads){O();return}const K=Array.from(S).filter(Te=>!!(N([Te])&&I([Te])));let G;c.shouldReplace?G=K:G=c.currentFiles.concat(K),f("update:currentFiles",G),f("fileChange",G)}return(S,j)=>(n.openBlock(),n.createElementBlock("section",{ref:"dropzone",class:n.normalizeClass({"unnnic-upload-area__dropzone":!0,"unnnic-upload-area__dropzone__is-dragover":i.value,"unnnic-upload-area__dropzone__has-error":o.value}),onDragenter:n.withModifiers(v,["stop","prevent"]),onDragover:n.withModifiers(w,["stop","prevent"]),onDragleave:n.withModifiers(b,["stop","prevent"]),onDragend:n.withModifiers(E,["stop","prevent"]),onDrop:n.withModifiers(L,["stop","prevent"]),onClick:j[0]||(j[0]=()=>S.$refs.file.click())},[n.createVNode(ne,{class:"unnnic-upload-area__dropzone__icon",icon:"upload",scheme:o.value?"feedback-red":"weni-500",size:"lg"},null,8,["scheme"]),n.createElementVNode("div",VT,[n.createElementVNode("span",zT,[n.renderSlot(S.$slots,"title",{},()=>[n.createTextVNode(n.toDisplayString(S.$t("upload_area.title.text"))+" ",1),n.createElementVNode("span",{class:n.normalizeClass(`unnnic-upload-area__dropzone__content__title__${o.value?"error":"search"}`)},n.toDisplayString(S.$t("upload_area.title.highlight")),3)],!0)]),n.createElementVNode("span",{class:n.normalizeClass(["unnnic-upload-area__dropzone__content__subtitle",{"unnnic-upload-area__dropzone__content__subtitle__error":o.value}]),title:p.value},[n.renderSlot(S.$slots,"subtitle",{},()=>[n.createTextVNode(n.toDisplayString(e.subtitle||`${S.$t(`upload_area${o.value?".invalid":""}.subtitle`)} ${p.value}`),1)],!0)],10,OT)]),n.withDirectives(n.createElementVNode("input",{ref_key:"file",ref:r,type:"file",accept:e.supportedFormats,multiple:e.acceptMultiple,onInput:V},null,40,HT),[[n.vShow,!1]])],34))}},[["__scopeId","data-v-09e769d3"]]),WJ="",jT={name:"ImportCard",components:{UnnnicButton:Vn,UnnnicIcon:ne},props:{title:{type:String,default:""},subtitle:{type:String,default:""},importProgress:{type:Number,default:0},isImporting:{type:Boolean,default:!1},canImport:{type:Boolean,default:!0},canDelete:{type:Boolean,default:!0},acceptedFormats:{type:String,default:"*"},uploadIcon:{type:String,default:"upload-bottom-1"}},computed:{fileIcon(){const e=this.title.slice(this.title.lastIndexOf(".")+1);return{pdf:"picture_as_pdf",txt:"text_snippet",xls:"table",xlsx:"table",doc:"draft",docx:"draft"}[e]||"draft"}},methods:{importFile(){this.$refs.file.click()},handleFileChange(e){const{files:t}=e.target;let i;t.length>0&&([i]=e.target.files),i&&this.$emit("modifiedFile",i)},emitDeletion(){this.$emit("delete")}}},FT={class:"unnnic-import-card"},PT={class:"unnnic-import-card__data"},YT={key:0,class:"unnnic-import-card__data__title"},RT={key:1,class:"unnnic-import-card__data__title"},UT={key:2,class:"unnnic-import-card__data__subtitle"},QT={key:0,class:"unnnic-import-card__data__subtitle__text"},GT={key:1,class:"unnnic-import-card__data__subtitle__progress"},ZT={class:"unnnic-import-card__buttons"},WT=["accept"];function qT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon"),f=n.resolveComponent("UnnnicButton");return n.openBlock(),n.createElementBlock("div",FT,[n.createVNode(c,{class:"unnnic-import-card__file-icon",size:"md",scheme:"weni-600",icon:r.fileIcon},null,8,["icon"]),n.createElementVNode("div",PT,[i.isImporting?(n.openBlock(),n.createElementBlock("div",YT,n.toDisplayString(e.$t("import_card.importing"))+"... ",1)):(n.openBlock(),n.createElementBlock("div",RT,n.toDisplayString(i.title),1)),i.subtitle&&i.isImporting?(n.openBlock(),n.createElementBlock("div",UT,[i.subtitle&&i.isImporting?(n.openBlock(),n.createElementBlock("div",QT,n.toDisplayString(i.subtitle),1)):n.createCommentVNode("",!0),i.subtitle&&i.isImporting?(n.openBlock(),n.createElementBlock("div",GT," - "+n.toDisplayString(i.importProgress)+"% ",1)):n.createCommentVNode("",!0)])):n.createCommentVNode("",!0)]),n.createElementVNode("div",ZT,[i.canImport?(n.openBlock(),n.createBlock(f,{key:0,class:"unnnic-import-card__buttons__import",size:"small",iconCenter:i.uploadIcon,type:"primary",onClick:r.importFile},{default:n.withCtx(()=>[n.createElementVNode("input",{ref:"file",type:"file",accept:i.acceptedFormats,style:{display:"none"},onChange:t[0]||(t[0]=(...u)=>r.handleFileChange&&r.handleFileChange(...u))},null,40,WT)]),_:1},8,["iconCenter","onClick"])):n.createCommentVNode("",!0),i.canDelete?(n.openBlock(),n.createBlock(c,{key:1,class:"unnnic-import-card__buttons__delete",size:"sm",scheme:"neutral-cloudy",icon:"delete",clickable:"",onClick:r.emitDeletion},null,8,["onClick"])):n.createCommentVNode("",!0)])])}const Po=k(jT,[["render",qT],["__scopeId","data-v-0990f36a"]]),qJ="",XT={name:"UnnnicUploadArea",components:{UnnnicDropArea:Fo,UnnnicImportCard:Po},model:{prop:"files",event:"fileChange"},props:{files:{type:Array,default:()=>[]},acceptMultiple:{type:Boolean,default:!0},supportedFormats:{type:String,default:"*"},maximumUploads:{type:Number,default:1},filesProgress:{type:Array,default:()=>[]},isUploading:{type:Boolean,default:!1},canImport:{type:Boolean,default:!1},canDelete:{type:Boolean,default:!0},maxFileSize:{type:Number,default:void 0},shouldReplace:{type:Boolean,default:!1},subtitle:{required:!1,type:String,default:""}},emits:["fileChange"],data(){return{currentFiles:this.files}},watch:{files(e){this.currentFiles=e}},methods:{emitFileChange(){this.$emit("fileChange",this.currentFiles)},modifyFile(e,t){this.currentFiles.splice(e,1,t),this.emitFileChange()},removeFile(e){this.currentFiles.splice(e,1),this.emitFileChange()}}},KT={key:0,class:"unnnic-upload-area__cards"};function JT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicDropArea"),f=n.resolveComponent("UnnnicImportCard");return n.openBlock(),n.createElementBlock("div",null,[n.createVNode(c,{currentFiles:l.currentFiles,"onUpdate:currentFiles":t[0]||(t[0]=u=>l.currentFiles=u),acceptMultiple:i.acceptMultiple,supportedFormats:i.supportedFormats,maxFileSize:i.maxFileSize,shouldReplace:i.shouldReplace,maximumUploads:i.maximumUploads,subtitle:i.subtitle,onFileChange:t[1]||(t[1]=u=>e.$emit("fileChange",u))},null,8,["currentFiles","acceptMultiple","supportedFormats","maxFileSize","shouldReplace","maximumUploads","subtitle"]),l.currentFiles.length>0?(n.openBlock(),n.createElementBlock("div",KT,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.currentFiles,(u,h)=>(n.openBlock(),n.createBlock(f,{key:h,title:u.name,subtitle:u.name,isImporting:i.isUploading,importProgress:i.filesProgress[h]||100,canImport:i.canImport,canDelete:i.canDelete,acceptedFormats:i.supportedFormats,uploadIcon:"button-refresh-arrows-1",onDelete:p=>r.removeFile(h),onModifiedFile:p=>r.modifyFile(h,p)},null,8,["title","subtitle","isImporting","importProgress","canImport","canDelete","acceptedFormats","onDelete","onModifiedFile"]))),128))])):n.createCommentVNode("",!0)])}const Yo=k(XT,[["render",JT],["__scopeId","data-v-872a45ed"]]),XJ="",$T={components:{UnnnicUploadArea:Yo,UnnnicIcon:ne,UnnnicButton:Vn},model:{prop:"files",event:"file-change"},props:{textCancel:{type:String,default:"Cancelar"},textAction:{type:String,default:"Importar tudo"},textTitle:{type:String,default:"Importar sentenças"},acceptMultiple:{type:Boolean,default:!0},supportedFormats:{type:String,default:".png"},maximumUploads:{type:Number,default:1},filesProgress:{type:Array,default:()=>[]},isUploading:{type:Boolean,default:!1},canImport:{type:Boolean,default:!1},canDelete:{type:Boolean,default:!0},maxFileSize:{type:Number,default:void 0},files:{type:Array,default:()=>[]},subtitle:{required:!1,type:String,default:""}},data(){return{}}},eS={class:"modal-upload"},nS={class:"close-button-container"},tS={class:"title"},iS={class:"footer"};function aS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon"),f=n.resolveComponent("UnnnicUploadArea"),u=n.resolveComponent("UnnnicButton");return n.openBlock(),n.createElementBlock("div",eS,[n.createElementVNode("div",nS,[n.createVNode(c,{class:"close-button",icon:"close-1",scheme:"neutral-dark",size:"sm",onClick:t[0]||(t[0]=h=>e.$emit("close"))})]),n.createElementVNode("div",tS,n.toDisplayString(i.textTitle),1),n.createVNode(f,{acceptMultiple:i.acceptMultiple,supportedFormats:i.supportedFormats,maximumUploads:i.maximumUploads,filesProgress:i.filesProgress,isUploading:i.isUploading,canImport:i.canImport,canDelete:i.canDelete,maxFileSize:i.maxFileSize,files:i.files,subtitle:i.subtitle,onFileChange:t[1]||(t[1]=h=>e.$emit("file-change",h))},null,8,["acceptMultiple","supportedFormats","maximumUploads","filesProgress","isUploading","canImport","canDelete","maxFileSize","files","subtitle"]),n.createElementVNode("div",iS,[n.createVNode(u,{size:"large",type:"tertiary",text:i.textCancel,onClick:t[2]||(t[2]=h=>e.$emit("cancel"))},null,8,["text"]),n.createVNode(u,{size:"large",type:"primary",text:i.textAction,onClick:t[3]||(t[3]=h=>e.$emit("action"))},null,8,["text"])])])}const N5=k($T,[["render",aS],["__scopeId","data-v-91328cf9"]]),KJ="",oS={components:{UnnnicIcon:ne},props:{version:{type:String,default:"1.0"},text:{type:String,default:null},scheme:{type:String,default:null},onClose:{type:Function,default:()=>{}},linkHref:{type:String,default:""},linkTarget:{type:String,default:"_blank"},linkText:{type:String,default:"Learn more"},type:{type:String,default:"default"}},emits:["close"],mounted(){this.$refs.progress.addEventListener("animationend",()=>{this.$refs.alertContainer.classList.add("slide-down")}),this.$refs.alertContainer.addEventListener("animationend",e=>{var t;(t=e.animationName)!=null&&t.startsWith("slideDown")&&this.emitClose()})},methods:{emitClose(){this.onClose(),this.$emit("close")}}},rS={ref:"alertContainer",class:"alert-container"},sS={ref:"progress",class:"alert__progress"},lS=["href","target"];function cS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createElementBlock("div",rS,[n.createElementVNode("div",{class:n.normalizeClass(["alert",{"alert--scheme-aux-green":i.scheme==="feedback-green"||i.type==="success","alert--scheme-aux-red":i.scheme==="feedback-red"||i.type==="error"}])},[n.createElementVNode("div",sS,null,512),n.withDirectives(n.createElementVNode("div",{class:"alert__text"},n.toDisplayString(i.text),513),[[n.vShow,i.text]]),i.linkHref?(n.openBlock(),n.createElementBlock("a",{key:0,class:"alert__link",href:i.linkHref,target:i.linkTarget},n.toDisplayString(i.linkText),9,lS)):n.createCommentVNode("",!0),n.createElementVNode("div",{class:"alert__close",onClick:t[0]||(t[0]=(...f)=>r.emitClose&&r.emitClose(...f))},[n.createVNode(c,{icon:"close-1",size:"sm",scheme:"neutral-white"})])],2)],512)}const dS=k(oS,[["render",cS],["__scopeId","data-v-0dc57d65"]]),JJ="",fS={name:"UnnnicAlert",components:{UnnnicIcon:ne,Version1dot1:dS},props:{version:{type:String,default:"1.1"},title:{type:String,default:null},text:{type:String,default:null},scheme:{type:String,default:null},icon:{type:String,default:null},onClose:{type:Function,default:()=>{}},closeText:{type:String,default:""},position:{type:String,default:"top-right"},linkHref:{type:String,default:""},linkTarget:{type:String,default:""},linkText:{type:String,default:""},type:{type:String,default:""}}},uS={class:"unnnic-alert__content"},mS={class:"unnnic-alert__title"},hS={class:"unnnic-alert__text"};function pS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return i.version==="1.0"?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["unnnic-alert",`unnnic-alert-position--${i.position}`])},[n.createVNode(c,{icon:i.icon,scheme:i.scheme,size:"sm","data-test":"unnnic-icon"},null,8,["icon","scheme"]),n.createElementVNode("div",uS,[n.createElementVNode("div",mS,n.toDisplayString(i.title.toUpperCase()),1),n.createElementVNode("div",hS,n.toDisplayString(i.text),1)]),i.closeText?(n.openBlock(),n.createElementBlock("div",{key:0,class:"unnnic-alert__close-text unnnic--clickable",onClick:t[0]||(t[0]=f=>i.onClose())},n.toDisplayString(i.closeText.toUpperCase()),1)):(n.openBlock(),n.createBlock(c,{key:1,clickable:"",icon:"close-1",scheme:"brand-sec",size:"xs","data-test":"unnnic-icon-close",onClick:i.onClose},null,8,["onClick"]))],2)):(n.openBlock(),n.createBlock(n.resolveDynamicComponent("version"+i.version.replace(/\./g,"dot")),n.normalizeProps(n.mergeProps({key:1},{...e.$props})),null,16))}const Ro=k(fS,[["render",pS],["__scopeId","data-v-44a3bcac"]]);function gS(e){return{all:e=e||new Map,on:function(t,i){var o=e.get(t);o?o.push(i):e.set(t,[i])},off:function(t,i){var o=e.get(t);o&&(i?o.splice(o.indexOf(i)>>>0,1):e.set(t,[]))},emit:function(t,i){var o=e.get(t);o&&o.slice().map(function(l){l(i)}),(o=e.get("*"))&&o.slice().map(function(l){l(t,i)})}}}const L5=gS(),T5=({props:e,containerRef:t})=>{const i=n.createApp(Ro,{...e,onClose:()=>{l.$el.remove()},created(){L5.on(["close"],()=>{l.$el.remove()})}}),o=document.createElement("div"),l=i.mount(o);t?(l.$el.style.position="absolute",t.appendChild(l.$el)):document.body.appendChild(l.$el)},S5=({props:e})=>{const t=n.createApp(jo,{...e,onClose:()=>{o.$el.remove()},created(){L5.on(["close"],()=>{o.$el.remove()})}}),i=document.createElement("div"),o=t.mount(i);document.body.appendChild(i)},$J="",yS={name:"UnnnicSelectSmartOption",components:{UnnnicCheckbox:g2},props:{label:{type:String,default:"Option",required:!0},description:{type:String,default:"",required:!1},size:{type:String,default:""},selectable:{type:Boolean,default:!0},focused:{type:Boolean,default:!1},active:{type:Boolean,default:null},allowCheckbox:{type:Boolean,default:!1},isMultiple:Boolean,activeColor:{type:String,default:"primary",validator(e){return["primary","secondary"].indexOf(e)!==-1}}},methods:{fullySanitize:jt}},wS=["title"];function CS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicCheckbox");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass({"unnnic-select-smart-option":!0,"unnnic-select-smart-option--focused":i.focused,"unnnic-select-smart-option--active":i.active,"unnnic-select-smart-option--active-secondary":i.active&&i.activeColor==="secondary","unnnic--clickable":i.selectable,"unnnic-select-smart-option--selectable":i.selectable,"unnnic-select-smart-option--with-checkbox":i.allowCheckbox}),title:i.label,"data-testid":"select-smart-option"},[i.allowCheckbox?(n.openBlock(),n.createBlock(c,{key:0,ref:"checkbox","data-testid":"checkbox",modelValue:i.active,size:i.size},null,8,["modelValue","size"])):n.createCommentVNode("",!0),n.createElementVNode("div",null,[n.createElementVNode("span",{class:n.normalizeClass(["unnnic-select-smart-option__label",`unnnic-select-smart-option__label--${i.size}`]),"data-testid":"label"},n.toDisplayString(r.fullySanitize(i.label)),3),i.description?(n.openBlock(),n.createElementBlock("p",{key:0,"data-testid":"description",class:n.normalizeClass(["unnnic-select-smart-option__description",`unnnic-select-smart-option__description--${i.size}`])},n.toDisplayString(r.fullySanitize(i.description)),3)):n.createCommentVNode("",!0)])],10,wS)}const kS=k(yS,[["render",CS]]),e$="",vS={name:"UnnnicSelectSmartMultipleHeader",components:{Tag:Di},mixins:[t1],props:{selectedOptions:{type:Array,required:!0},withoutSelectsMessage:{type:String,default:""}},data(){return{multipleSelectedsTags:2,defaultTranslations:{without_multiple_selected:{"pt-br":"Nenhuma opção selecionada",en:"No option selected",es:"Ninguna opción seleccionada"}}}},computed:{firstMultipleSelecteds(){const{selectedOptions:e,multipleSelectedsTags:t}=this,i=[];for(let o=0;o<t;o+=1)i.push(e==null?void 0:e[o]);return i.filter(o=>o!==void 0)}},methods:{unselectOption(e){this.$emit("unselect-option",e)}}},_S={class:"unnnic-select-smart__options__multiple"},bS={key:0,class:"unnnic-select-smart__options__multiple__selecteds__container"},xS={class:"unnnic-select-smart__options__multiple__selecteds"},AS={key:0,class:"unnnic-select-smart__options__multiple__selecteds__remaining","data-testid":"remaining-count"},MS={key:1,class:"unnnic-select-smart__options__multiple--without-multiples","data-testid":"without-selects-message"};function DS(e,t,i,o,l,r){const c=n.resolveComponent("Tag");return n.openBlock(),n.createElementBlock("div",_S,[i.selectedOptions[0]?(n.openBlock(),n.createElementBlock("div",bS,[n.createElementVNode("div",xS,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.firstMultipleSelecteds,f=>(n.openBlock(),n.createBlock(c,{key:f.value,class:"unnnic-select-smart__options__multiple__selecteds__option",text:f.label,hasCloseIcon:"",onClose:u=>r.unselectOption(f)},null,8,["text","onClose"]))),128)),i.selectedOptions.length>l.multipleSelectedsTags?(n.openBlock(),n.createElementBlock("p",AS," +"+n.toDisplayString(i.selectedOptions.length-l.multipleSelectedsTags),1)):n.createCommentVNode("",!0)])])):n.createCommentVNode("",!0),i.selectedOptions[0]?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("p",MS,n.toDisplayString(i.withoutSelectsMessage||e.i18n("without_multiple_selected")),1))])}const ES=k(vS,[["render",DS],["__scopeId","data-v-bcf6f5c9"]]),n$="",BS={props:{type:{type:String,default:"automatic"},modelValue:Boolean,position:{type:String,default:"bottom-left"},useAbsolutePosition:{type:Boolean,default:!1}},data(){return{clientHeight:0,clientWidth:0,x:0,y:0,width:0,height:0,data:{x:0,y:0,width:0,height:0}}},computed:{active(){return this.type==="manual"?this.modelValue:!1},positions(){let e,t;return this.position.startsWith("bottom")?(e=this.y+this.height,e+this.data.height>this.clientHeight&&(e=this.clientHeight-this.data.height,this.y>=this.data.height&&(e=this.y-this.data.height))):this.position.startsWith("top")&&(e=this.y-this.data.height,e<0&&(e=0,this.y+this.height+this.data.height<=this.clientHeight&&(e=this.y+this.height))),this.position.endsWith("right")?(t=this.x+this.width,t+this.data.width>this.clientWidth&&(t=this.clientWidth-this.data.width,this.x>=this.data.width&&(t=this.x-this.data.width))):this.position.endsWith("left")&&(t=this.x-this.data.width,t<0&&(t=0,this.x+this.width+this.data.width<=this.clientWidth&&(t=this.x+this.width))),{left:`${t}px`,top:`${e}px`}}},mounted(){this.calculatePosition(),window.addEventListener("scroll",this.calculatePosition),window.addEventListener("resize",this.calculatePosition)},beforeUnmount(){window.removeEventListener("scroll",this.calculatePosition),window.removeEventListener("resize",this.calculatePosition)},methods:{calculatePosition(){const e=this.$refs.dropdown.getBoundingClientRect(),t=this.$refs["dropdown-data"].getBoundingClientRect();this.clientHeight=document.documentElement.clientHeight,this.clientWidth=document.documentElement.clientWidth,this.x=e.x,this.y=e.y,this.width=e.width,this.height=e.height,this.data.x=t.x,this.data.y=t.y,this.data.width=t.width,this.data.height=t.height}}};function NS(e,t,i,o,l,r){return n.openBlock(),n.createElementBlock("span",{ref:"dropdown","data-testid":"dropdown-skeleton",class:n.normalizeClass(["dropdown",{active:r.active}])},[n.renderSlot(e.$slots,"default",{},void 0,!0),n.createElementVNode("div",{ref:"dropdown-data","data-testid":"dropdown-data",class:"dropdown-data",style:n.normalizeStyle({position:i.useAbsolutePosition?"absolute":"fixed",...r.positions})},[n.renderSlot(e.$slots,"inside",{width:`${l.width}px`,height:`${l.height}px`},void 0,!0)],4)],2)}const I5=k(BS,[["render",NS],["__scopeId","data-v-05c4ead6"]]),t$="",LS={name:"UnnnicSelectSmart",components:{TextInput:_0,SelectSmartOption:kS,SelectSmartMultipleHeader:ES,DropdownSkeleton:I5,UnnnicIconLoading:p2},directives:{onClickOutside:h2},mixins:[t1],props:{options:{type:Array,required:!0,default:()=>[{value:"",label:"Initial value"},{value:"option1",label:"Option1"}]},modelValue:{type:Array,default:()=>[]},size:{type:String,default:"md"},type:{type:String,default:"normal",validator(e){return["normal","error","secondary"].indexOf(e)!==-1}},disabled:{type:Boolean,default:null},orderedByIndex:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},multipleWithoutSelectsMessage:{type:String,default:""},autocomplete:{type:Boolean,default:!1},autocompleteIconLeft:{type:Boolean,default:!1},autocompleteClearOnFocus:{type:Boolean,default:!1},selectFirst:{type:Boolean,default:!0},placeholder:{type:String,default:null},isLoading:{type:Boolean,default:!1},enableSearchByValue:{type:Boolean,default:!1}},emits:["update:searchValue","onChange","update:modelValue"],data(){return{active:!1,status:"not-mounted",focusedOption:null,searchValue:"",isAutocompleteAllowed:!1,multipleSelectedsTags:2,defaultTranslations:{without_results:{"pt-br":"Nenhum resultado encontrado",en:"No results found",es:"Ningún resultado encontrado"}}}},computed:{selectedLabel(){var i;if(this.status!=="mounted")return"";const e=this.options.find(o=>{const l=o.value===this.modelValue;return this.isAutocompleteAllowed?l&&o.value!=="":o.value===""&&this.modelValue.length===0||l});return e?e.label:this.multiple?this.modelValue.map(l=>l.label).join(", "):((i=this.modelValue.at(-1))==null?void 0:i.label)||""},hasDescriptionOptions(){return this.options.some(e=>typeof e.description<"u")},autocompletePlaceholder(){if(this.isAutocompleteAllowed){const e=this.options.find(t=>t.value==="");if(e)return e.label}return""},inputValue(){const{isAutocompleteAllowed:e,searchValue:t,multiple:i,modelValue:o}=this;return e||i?t:!i&&o.length!==0?o==null?void 0:o[0].label:""}},watch:{active(e){this.$refs["dropdown-skeleton"].calculatePosition(),this.$nextTick(()=>{if(e&&!this.multiple){const t=this.getOptionIndex("active");t!==-1&&this.scrollToOption(t,"center")}})},searchValue(e,t){this.focusedOption=null,!this.active&&t&&(this.active=!0),this.$emit("update:searchValue",e)},modelValue:{deep:!0,handler(e){this.$emit("onChange",e),this.$emit("update:modelValue",e),this.onSelectOption(e.at(-1))}},autocomplete(e){this.multiple||(this.isAutocompleteAllowed=e)}},mounted(){var e,t,i,o,l;this.status="mounted",(this.multiple||this.autocomplete)&&(this.isAutocompleteAllowed=!0),(e=this.modelValue)!=null&&e[0]&&((t=this.modelValue)!=null&&t[0].value)?this.isAutocompleteAllowed&&this.$nextTick(()=>{this.searchValue=this.selectedLabel}):this.selectFirst&&((i=this.options)!=null&&i[0])&&((o=this.options)!=null&&o[0].value)&&this.selectOption((l=this.options)==null?void 0:l[0])},methods:{optionIsSelected(e){return this.modelValue.some(t=>t.value===e.value)},handleSelect(e){if(e){if(this.multiple&&this.optionIsSelected(e)){this.unselectOption(e);return}this.selectOption(e)}},handleClickInput(){if(this.isAutocompleteAllowed){if(this.active)return;(this.autocompleteClearOnFocus||this.multiple)&&(this.searchValue="")}this.active=!this.active},filterOptions(e){const i=this.searchValue.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"").split(" "),o=f=>f.toString().toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,""),l=f=>{var u;return parseInt((u=f.match(/\d+/))==null?void 0:u[0],10)||0},r=e.filter(({value:f,label:u},h,p)=>{const v=o(u),w=p.findIndex(E=>E.value===f)===h,b=i.every(E=>{const L=v.includes(E),V=f.includes(E);return this.enableSearchByValue?L||V:L});return w&&b&&f});return this.orderedByIndex?r:r.sort((f,u)=>{const h=o(f.label),p=o(u.label),v=l(h),w=l(p);return v-w||h.localeCompare(p)})},onClickOutside(){this.active&&(this.isAutocompleteAllowed&&(this.searchValue=this.selectedLabel),this.$nextTick(()=>{this.active=!1}))},getOptionIndex(e){var o,l,r,c;const t=this.filterOptions(this.options);let i="";return e==="active"&&(i=(l=(o=this.modelValue)==null?void 0:o[0])==null?void 0:l.value),e==="focused"&&(i=((r=this.focusedOption)==null?void 0:r.value)||((c=this.modelValue.at(-1))==null?void 0:c.value)),t.findIndex(f=>f.value===i)},scrollToOption(e,t="nearest"){const i=this.$refs.selectSmartOptionsScrollArea;if(i&&e>=0&&e<i.childNodes.length){const o=i.childNodes[e];o instanceof HTMLElement&&(o==null||o.scrollIntoView({block:t}))}},selectOption(e){const t=e.value===null||e.value.length===0?null:e;this.$emit("update:modelValue",this.multiple?[...this.modelValue,t]:[t])},unselectOption(e){const t=this.modelValue.findIndex(i=>i.value===e.value);if(t!==-1){const i=this.modelValue;i.splice(t,1),this.$emit("update:modelValue",i)}this.multiple&&(this.searchValue="")},onSelectOption(e){if(this.$nextTick(()=>{this.multiple||(this.active=!1)}),this.isAutocompleteAllowed&&!this.multiple&&e&&e.label){this.searchValue=e.label;return}this.multiple&&(this.searchValue="")},async onKeyDownSelect(e){const{key:t}=e;if(["Escape","Enter","ArrowUp","ArrowDown"].includes(t)){e.preventDefault();const o=this.filterOptions(this.options),l=this.getOptionIndex("focused");let r;switch(t){case"Escape":this.active=!1,this.searchValue="";break;case"Enter":this.focusedOption&&this.active&&this.handleSelect(this.focusedOption),this.active||(this.active=!0);break;case"ArrowUp":case"ArrowDown":this.multiple&&!this.active&&(this.active=!0,await this.$nextTick()),r=t==="ArrowUp"?Math.max(l-1,0):Math.min(l+1,o.length-1),this.active||this.handleSelect(o[r]);break}r!==void 0&&this.active&&this.scrollToOption(r);const c=o[r===void 0?l:r];this.focusedOption=c}}}},TS={style:{overflow:"auto"}},SS={key:2,class:"unnnic-select-smart__options--no-results"};function IS(e,t,i,o,l,r){const c=n.resolveComponent("TextInput"),f=n.resolveComponent("SelectSmartMultipleHeader"),u=n.resolveComponent("UnnnicIconLoading"),h=n.resolveComponent("SelectSmartOption"),p=n.resolveComponent("DropdownSkeleton"),v=n.resolveDirective("on-click-outside");return n.withDirectives((n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["unnnic-select-smart",{"unnnic-select-smart--secondary":i.type==="secondary"}]),"data-testid":"select-smart",onKeydown:t[1]||(t[1]=(...w)=>r.onKeyDownSelect&&r.onKeyDownSelect(...w))},[n.createVNode(p,{ref:"dropdown-skeleton",type:"manual",modelValue:l.active||null,position:"bottom"},{inside:n.withCtx(w=>[l.active?(n.openBlock(),n.createElementBlock("div",{key:0,style:n.normalizeStyle({width:w.width}),class:n.normalizeClass({"unnnic-select-smart__options":!0,active:l.active,inactive:!l.active}),"data-testid":"options-container"},[n.createElementVNode("div",TS,[i.multiple?(n.openBlock(),n.createBlock(f,{key:0,selectedOptions:i.modelValue,withoutSelectsMessage:i.multipleWithoutSelectsMessage,locale:e.locale,translations:e.translations,onUnselectOption:r.unselectOption},null,8,["selectedOptions","withoutSelectsMessage","locale","translations","onUnselectOption"])):n.createCommentVNode("",!0),n.createElementVNode("div",{ref:"selectSmartOptionsScrollArea","data-testid":"options-scroll-area",class:n.normalizeClass(["unnnic-select-smart__options__scroll-area",`size-${i.size}`,{"with-descriptions":r.hasDescriptionOptions,"with-checkboxes":!!i.multiple}])},[i.isLoading?(n.openBlock(),n.createBlock(u,{key:0,class:"unnnic-select-smart__options-loading",scheme:"neutral-dark",size:"sm"})):(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:1},n.renderList(r.filterOptions(i.options),(b,E)=>(n.openBlock(),n.createBlock(h,{key:b.value,"data-testid":"option",label:b.label,description:b.description,tabindex:E,size:i.size,active:b.value===i.modelValue||r.optionIsSelected(b),focused:l.focusedOption&&l.focusedOption.value===b.value,allowCheckbox:!!i.multiple,activeColor:i.type==="secondary"?"secondary":"primary",onClick:L=>r.handleSelect(b)},null,8,["label","description","tabindex","size","active","focused","allowCheckbox","activeColor","onClick"]))),128)),r.filterOptions(i.options).length===0&&!i.isLoading?(n.openBlock(),n.createElementBlock("p",SS,n.toDisplayString(e.i18n("without_results")),1)):n.createCommentVNode("",!0)],2)])],6)):n.createCommentVNode("",!0)]),default:n.withCtx(()=>[n.createVNode(c,{ref:"selectSmartInput",class:n.normalizeClass(["unnnic-select-smart__input",{"unnnic-select-smart__input--secondary":i.type==="secondary"}]),"data-testid":"select-smart-input",modelValue:r.inputValue,placeholder:i.placeholder||r.autocompletePlaceholder||r.selectedLabel,type:i.type,size:i.size,disabled:i.disabled,readonly:!l.isAutocompleteAllowed,iconLeft:l.isAutocompleteAllowed&&i.autocompleteIconLeft?"search-1":"",iconRight:l.active?"keyboard_arrow_up":"keyboard_arrow_down",iconRightSize:"ant",onClick:n.withModifiers(r.handleClickInput,["stop"]),"onUpdate:modelValue":t[0]||(t[0]=w=>l.searchValue=w)},null,8,["class","modelValue","placeholder","type","size","disabled","readonly","iconLeft","iconRight","onClick"])]),_:1},8,["modelValue"])],34)),[[v,r.onClickOutside]])}const V5=k(LS,[["render",IS]]),i$="",VS={name:"UnnicSelectItem",props:{size:{type:String,default:""},selectable:{type:Boolean,default:!0},active:{type:Boolean,default:!1},textFocused:{type:Boolean,default:!1}}};function zS(e,t,i,o,l,r){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass({"unnnic-select-item":!0,"unnnic-select-item__active":i.active,"unnnic--clickable":i.selectable,"unnnic-select-item--selectable":i.selectable,"text-focused":i.textFocused}),onClick:t[0]||(t[0]=c=>e.$emit("click"))},[n.createElementVNode("span",{class:n.normalizeClass(["unnnic-select-item__label",`unnnic-select-item__label--${i.size}`])},[n.renderSlot(e.$slots,"default")],2)],2)}const z5=k(VS,[["render",zS]]),a$="",OS={name:"UnnnicMultiSelect",components:{UnnnicIcon:ne,UnnnicRadio:Ho},directives:{onClickOutside:h2},props:{isOpen:{default:!1},expand:{default:!1},label:{type:String,default:""},modelValue:{type:Array,default:()=>[]},inputTitle:{type:String,default:"Teste"},hideRadio:{type:Boolean,default:!1},hideGroupTitle:{type:Boolean,default:!1},unselectable:{type:Boolean,default:!1}},data(){return{active:!1}},watch:{isOpen(){this.active=this.open}},methods:{handleIsOpenKeyboard(e){document.querySelector(".select-permission:focus-visible")&&e.keyCode===32&&(this.active=!this.active)},onClickOutside(){this.active&&(this.active=!1)},change(e,t){this.$emit("update:model-value",this.modelValue.map((i,o)=>{if(o===e){let l=t;return this.unselectable&&i.selected===t&&(l=-1),{...i,selected:l}}return i}))}}},HS={key:0,class:"select-permission-label"},jS={class:"title noselect"},FS={key:1,class:"select-content",tabindex:"0"},PS=["onClick"];function YS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon"),f=n.resolveComponent("UnnnicRadio"),u=n.resolveDirective("on-click-outside");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(i.expand?"expand-multiselect":"normal-multiselect"),tabindex:"-1"},[i.label?(n.openBlock(),n.createElementBlock("span",HS,n.toDisplayString(i.label),1)):n.createCommentVNode("",!0),n.createElementVNode("div",{class:"select-permission",tabindex:"0",onKeypress:t[0]||(t[0]=(...h)=>r.handleIsOpenKeyboard&&r.handleIsOpenKeyboard(...h)),onClick:t[1]||(t[1]=h=>l.active=!l.active)},[n.createElementVNode("h6",jS,n.toDisplayString(i.inputTitle),1),n.createVNode(c,{icon:l.active?"arrow-button-up-1":"arrow-button-down-1",size:"sm",scheme:"neutral-dark"},null,8,["icon"])],32),l.active?n.withDirectives((n.openBlock(),n.createElementBlock("div",FS,[n.createElementVNode("div",null,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.modelValue,(h,p)=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:`group-${p}`},[i.hideGroupTitle?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("h6",{key:`title-${p}`,class:"title"},n.toDisplayString(h.title),1)),n.createElementVNode("section",null,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(h.items,(v,w)=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:`item-${w}`},[i.hideRadio?(n.openBlock(),n.createElementBlock("div",{key:w+"input",class:"unnnic-radio-container unnnic-radio-container--sm",style:{cursor:"pointer"},onClick:b=>r.change(p,w)},[n.createElementVNode("strong",null,n.toDisplayString(v.title),1),n.createElementVNode("span",null,n.toDisplayString(v.description),1)],8,PS)):(n.openBlock(),n.createBlock(f,{id:"",key:"else"+w+"input",name:"",modelValue:h.selected,value:w,size:"sm",class:"","onUpdate:modelValue":b=>r.change(p,b)},{default:n.withCtx(()=>[n.createElementVNode("strong",null,n.toDisplayString(v.title),1),n.createElementVNode("span",null,n.toDisplayString(v.description),1)]),_:2},1032,["modelValue","value","onUpdate:modelValue"]))],64))),128))])],64))),128))])])),[[u,r.onClickOutside]]):n.createCommentVNode("",!0)],2)}const O5=k(OS,[["render",YS],["__scopeId","data-v-313464ed"]]),o$="",RS={components:{UnnnicIcon:ne},props:{open:{type:Boolean,default:!1},title:{type:String}},data(){return{height:0,setHeightToNull:null}},watch:{open(e){clearTimeout(this.setHeightToNull),e?(this.height=`${this.$refs.content.scrollHeight}px`,this.setHeightToNull=setTimeout(()=>{this.height=null},200)):(this.height=`${this.$refs.content.scrollHeight}px`,setTimeout(()=>{this.height=0},0))}},mounted(){this.open&&(this.height=null)}},US={class:"header"},QS={class:"actions"};function GS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createElementBlock("div",{class:"unnnic-accordion",onClick:t[0]||(t[0]=f=>e.$emit("update:open",!i.open))},[n.createElementVNode("div",US,[n.createVNode(c,{icon:i.open?"subtract-circle-1":"add-circle-1",scheme:"neutral-clean",size:"md"},null,8,["icon"]),n.createElementVNode("div",{class:n.normalizeClass(["title",{open:i.open}])},n.toDisplayString(i.title),3),n.withDirectives(n.createElementVNode("div",QS,[n.renderSlot(e.$slots,"actions",{},void 0,!0)],512),[[n.vShow,i.open]])]),n.createElementVNode("div",{ref:"content",class:n.normalizeClass(["content",{open:i.open}]),style:n.normalizeStyle({height:l.height})},[n.renderSlot(e.$slots,"default",{},void 0,!0)],6)])}const H5=k(RS,[["render",GS],["__scopeId","data-v-ae70d9af"]]),r$="",ZS={name:"UnnnicIndicator",props:{numberOfSteps:{type:Number,required:!0},titles:{type:Array,default:()=>[]},currentStep:{type:Number,default:0}},methods:{titleForStep(e){try{return this.titles[e-1]}catch{return null}}}},WS={class:"weni-step-indicator"},qS={class:"weni-step-indicator__label"};function XS(e,t,i,o,l,r){return n.openBlock(),n.createElementBlock("div",WS,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.numberOfSteps,c=>(n.openBlock(),n.createElementBlock("div",{key:c,class:n.normalizeClass({"weni-step-indicator__step__wrapper":!0,"weni-step-indicator--has-separator":c>1})},[c!==1?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass({"weni-step-indicator__step__separator":!0,"weni-step-indicator__step__separator--active":c<=i.currentStep})},null,2)):n.createCommentVNode("",!0),n.createElementVNode("div",{class:n.normalizeClass({"weni-step-indicator__step":!0,"weni-step-indicator__step--active":c<=i.currentStep})},[n.createElementVNode("span",qS,n.toDisplayString(r.titleForStep(c)),1)],2)],2))),128))])}const j5=k(ZS,[["render",XS],["__scopeId","data-v-2caaee7c"]]),KS=`:export{unnnicColorBackgroundSolo:#EFFEFC}.color-background-solo{color:#effefc}.bg-background-solo{background-color:#effefc}.color-background-sky{color:#f6f7f9}.bg-background-sky{background-color:#f6f7f9}.color-background-grass{color:#f6f7f9}.bg-background-grass{background-color:#f6f7f9}.color-background-carpet{color:#f6f7f9}.bg-background-carpet{background-color:#f6f7f9}.color-background-snow{color:#fff}.bg-background-snow{background-color:#fff}.color-background-lightest{color:#f6f7f9}.bg-background-lightest{background-color:#f6f7f9}.color-background-white{color:#fff}.bg-background-white{background-color:#fff}.color-neutral-black{color:#353945}.bg-neutral-black{background-color:#353945}.color-neutral-darkest{color:#3b4151}.bg-neutral-darkest{background-color:#3b4151}.color-neutral-dark{color:#454d5f}.bg-neutral-dark{background-color:#454d5f}.color-neutral-cloudy{color:#67738b}.bg-neutral-cloudy{background-color:#67738b}.color-neutral-cleanest{color:#d6d9e1}.bg-neutral-cleanest{background-color:#d6d9e1}.color-neutral-clean{color:#b2b9c7}.bg-neutral-clean{background-color:#b2b9c7}.color-neutral-soft{color:#eceef2}.bg-neutral-soft{background-color:#eceef2}.color-neutral-lightest{color:#f6f7f9}.bg-neutral-lightest{background-color:#f6f7f9}.color-neutral-light{color:#f6f7f9}.bg-neutral-light{background-color:#f6f7f9}.color-neutral-white{color:#fff}.bg-neutral-white{background-color:#fff}.color-neutral-snow{color:#fff}.bg-neutral-snow{background-color:#fff}.color-feedback-red{color:#ff4545}.bg-feedback-red{background-color:#ff4545}.color-feedback-green{color:#47d66f}.bg-feedback-green{background-color:#47d66f}.color-feedback-yellow{color:#fdba38}.bg-feedback-yellow{background-color:#fdba38}.color-feedback-blue{color:#2856fc}.bg-feedback-blue{background-color:#2856fc}.color-feedback-grey{color:#ececec}.bg-feedback-grey{background-color:#ececec}.color-aux-blue{color:#00ded3}.bg-aux-blue{background-color:#00ded3}.color-aux-purple{color:#8416de}.bg-aux-purple{background-color:#8416de}.color-aux-orange{color:#f4691f}.bg-aux-orange{background-color:#f4691f}.color-aux-lemon{color:#ccde0b}.bg-aux-lemon{background-color:#ccde0b}.color-aux-pink{color:#de16ba}.bg-aux-pink{background-color:#de16ba}.color-aux-baby-blue{color:#8edef5}.bg-aux-baby-blue{background-color:#8edef5}.color-aux-baby-yellow{color:#fbf391}.bg-aux-baby-yellow{background-color:#fbf391}.color-aux-baby-red{color:#f48e8e}.bg-aux-baby-red{background-color:#f48e8e}.color-aux-baby-green{color:#b2fca6}.bg-aux-baby-green{background-color:#b2fca6}.color-aux-baby-pink{color:#ffcbf6}.bg-aux-baby-pink{background-color:#ffcbf6}.color-aux-green-50{color:#f0f9f3}.bg-aux-green-50{background-color:#f0f9f3}.color-aux-green-100{color:#daf1e0}.bg-aux-green-100{background-color:#daf1e0}.color-aux-green-200{color:#b7e3c6}.bg-aux-green-200{background-color:#b7e3c6}.color-aux-green-300{color:#88cda4}.bg-aux-green-300{background-color:#88cda4}.color-aux-green-400{color:#56b17e}.bg-aux-green-400{background-color:#56b17e}.color-aux-green-500{color:#38a169}.bg-aux-green-500{background-color:#38a169}.color-aux-green-600{color:#24774c}.bg-aux-green-600{background-color:#24774c}.color-aux-green-700{color:#1d5f3f}.bg-aux-green-700{background-color:#1d5f3f}.color-aux-green-800{color:#194c34}.bg-aux-green-800{background-color:#194c34}.color-aux-green-900{color:#153f2c}.bg-aux-green-900{background-color:#153f2c}.color-aux-green-950{color:#0b2318}.bg-aux-green-950{background-color:#0b2318}.color-aux-blue-50{color:#f2f7fd}.bg-aux-blue-50{background-color:#f2f7fd}.color-aux-blue-100{color:#e5eef9}.bg-aux-blue-100{background-color:#e5eef9}.color-aux-blue-200{color:#c4dbf3}.bg-aux-blue-200{background-color:#c4dbf3}.color-aux-blue-300{color:#90bde9}.bg-aux-blue-300{background-color:#90bde9}.color-aux-blue-400{color:#559bdb}.bg-aux-blue-400{background-color:#559bdb}.color-aux-blue-500{color:#3182ce}.bg-aux-blue-500{background-color:#3182ce}.color-aux-blue-600{color:#3182ce}.bg-aux-blue-600{background-color:#3182ce}.color-aux-blue-700{color:#1b4f89}.bg-aux-blue-700{background-color:#1b4f89}.color-aux-blue-800{color:#1a4472}.bg-aux-blue-800{background-color:#1a4472}.color-aux-blue-900{color:#1b3a5f}.bg-aux-blue-900{background-color:#1b3a5f}.color-aux-blue-950{color:#12253f}.bg-aux-blue-950{background-color:#12253f}.color-aux-purple-50{color:#f6f5fd}.bg-aux-purple-50{background-color:#f6f5fd}.color-aux-purple-100{color:#eeecfb}.bg-aux-purple-100{background-color:#eeecfb}.color-aux-purple-200{color:#dfdcf8}.bg-aux-purple-200{background-color:#dfdcf8}.color-aux-purple-300{color:#c7bff3}.bg-aux-purple-300{background-color:#c7bff3}.color-aux-purple-400{color:#aa9bea}.bg-aux-purple-400{background-color:#aa9bea}.color-aux-purple-500{color:#8d72e0}.bg-aux-purple-500{background-color:#8d72e0}.color-aux-purple-600{color:#805ad5}.bg-aux-purple-600{background-color:#805ad5}.color-aux-purple-700{color:#6b41c0}.bg-aux-purple-700{background-color:#6b41c0}.color-aux-purple-800{color:#5a36a1}.bg-aux-purple-800{background-color:#5a36a1}.color-aux-purple-900{color:#4b2e84}.bg-aux-purple-900{background-color:#4b2e84}.color-aux-purple-950{color:#2e1c59}.bg-aux-purple-950{background-color:#2e1c59}.color-aux-red-50{color:#fdf3f3}.bg-aux-red-50{background-color:#fdf3f3}.color-aux-red-100{color:#fde3e3}.bg-aux-red-100{background-color:#fde3e3}.color-aux-red-200{color:#fccccc}.bg-aux-red-200{background-color:#fccccc}.color-aux-red-300{color:#f8a9a9}.bg-aux-red-300{background-color:#f8a9a9}.color-aux-red-400{color:#f27777}.bg-aux-red-400{background-color:#f27777}.color-aux-red-500{color:#e53e3e}.bg-aux-red-500{background-color:#e53e3e}.color-aux-red-600{color:#d32f2f}.bg-aux-red-600{background-color:#d32f2f}.color-aux-red-700{color:#b22323}.bg-aux-red-700{background-color:#b22323}.color-aux-red-800{color:#932121}.bg-aux-red-800{background-color:#932121}.color-aux-red-900{color:#7a2222}.bg-aux-red-900{background-color:#7a2222}.color-aux-red-950{color:#420d0d}.bg-aux-red-950{background-color:#420d0d}.color-aux-orange-50{color:#fdf8ef}.bg-aux-orange-50{background-color:#fdf8ef}.color-aux-orange-100{color:#fbeed9}.bg-aux-orange-100{background-color:#fbeed9}.color-aux-orange-200{color:#f7dab1}.bg-aux-orange-200{background-color:#f7dab1}.color-aux-orange-300{color:#f1c080}.bg-aux-orange-300{background-color:#f1c080}.color-aux-orange-400{color:#eb9d4c}.bg-aux-orange-400{background-color:#eb9d4c}.color-aux-orange-500{color:#e5812a}.bg-aux-orange-500{background-color:#e5812a}.color-aux-orange-600{color:#dd6b20}.bg-aux-orange-600{background-color:#dd6b20}.color-aux-orange-700{color:#b2501c}.bg-aux-orange-700{background-color:#b2501c}.color-aux-orange-800{color:#8e401e}.bg-aux-orange-800{background-color:#8e401e}.color-aux-orange-900{color:#73361b}.bg-aux-orange-900{background-color:#73361b}.color-aux-orange-950{color:#3e1a0c}.bg-aux-orange-950{background-color:#3e1a0c}.color-aux-yellow-50{color:#fbf7eb}.bg-aux-yellow-50{background-color:#fbf7eb}.color-aux-yellow-100{color:#f5edcc}.bg-aux-yellow-100{background-color:#f5edcc}.color-aux-yellow-200{color:#edd89b}.bg-aux-yellow-200{background-color:#edd89b}.color-aux-yellow-300{color:#e2bc62}.bg-aux-yellow-300{background-color:#e2bc62}.color-aux-yellow-400{color:#d69e2e}.bg-aux-yellow-400{background-color:#d69e2e}.color-aux-yellow-500{color:#c88d2a}.bg-aux-yellow-500{background-color:#c88d2a}.color-aux-yellow-600{color:#ac6e22}.bg-aux-yellow-600{background-color:#ac6e22}.color-aux-yellow-700{color:#8a501e}.bg-aux-yellow-700{background-color:#8a501e}.color-aux-yellow-800{color:#734120}.bg-aux-yellow-800{background-color:#734120}.color-aux-yellow-900{color:#633720}.bg-aux-yellow-900{background-color:#633720}.color-aux-yellow-950{color:#391b0f}.bg-aux-yellow-950{background-color:#391b0f}.color-floweditor-blue{color:#0080a3}.bg-floweditor-blue{background-color:#0080a3}.color-floweditor-purple{color:#7a00a3}.bg-floweditor-purple{background-color:#7a00a3}.color-floweditor-wine{color:#a3006a}.bg-floweditor-wine{background-color:#a3006a}.color-floweditor-orange{color:#f99707}.bg-floweditor-orange{background-color:#f99707}.color-floweditor-pink{color:#de16ba}.bg-floweditor-pink{background-color:#de16ba}.color-floweditor-turquoise{color:#04c8bd}.bg-floweditor-turquoise{background-color:#04c8bd}.color-floweditor-green{color:#00a339}.bg-floweditor-green{background-color:#00a339}.color-weni-50{color:#effefc}.bg-weni-50{background-color:#effefc}.color-weni-100{color:#c7fff7}.bg-weni-100{background-color:#c7fff7}.color-weni-200{color:#90ffef}.bg-weni-200{background-color:#90ffef}.color-weni-300{color:#51f7e7}.bg-weni-300{background-color:#51f7e7}.color-weni-400{color:#1de4d7}.bg-weni-400{background-color:#1de4d7}.color-weni-500{color:#04c8bd}.bg-weni-500{background-color:#04c8bd}.color-weni-600{color:#00a49f}.bg-weni-600{background-color:#00a49f}.color-weni-700{color:#05807d}.bg-weni-700{background-color:#05807d}.color-weni-800{color:#0a6564}.bg-weni-800{background-color:#0a6564}.color-weni-900{color:#0d5453}.bg-weni-900{background-color:#0d5453}.color-weni-950{color:#003133}.bg-weni-950{background-color:#003133}.color-teal-50{color:#effefc}.bg-teal-50{background-color:#effefc}.color-teal-100{color:#c7fff7}.bg-teal-100{background-color:#c7fff7}.color-teal-200{color:#90ffef}.bg-teal-200{background-color:#90ffef}.color-teal-300{color:#51f7e7}.bg-teal-300{background-color:#51f7e7}.color-teal-400{color:#1de4d7}.bg-teal-400{background-color:#1de4d7}.color-teal-500{color:#04c8bd}.bg-teal-500{background-color:#04c8bd}.color-teal-600{color:#00a49f}.bg-teal-600{background-color:#00a49f}.color-teal-700{color:#05807d}.bg-teal-700{background-color:#05807d}.color-teal-800{color:#0a6564}.bg-teal-800{background-color:#0a6564}.color-teal-900{color:#0d5453}.bg-teal-900{background-color:#0d5453}.color-teal-950{color:#003133}.bg-teal-950{background-color:#003133}.color-gray-50{color:#f6f7f9}.bg-gray-50{background-color:#f6f7f9}.color-gray-100{color:#eceef2}.bg-gray-100{background-color:#eceef2}.color-gray-200{color:#d6d9e1}.bg-gray-200{background-color:#d6d9e1}.color-gray-300{color:#b2b9c7}.bg-gray-300{background-color:#b2b9c7}.color-gray-400{color:#8893a8}.bg-gray-400{background-color:#8893a8}.color-gray-500{color:#67738b}.bg-gray-500{background-color:#67738b}.color-gray-600{color:#545e75}.bg-gray-600{background-color:#545e75}.color-gray-700{color:#454d5f}.bg-gray-700{background-color:#454d5f}.color-gray-800{color:#3b4151}.bg-gray-800{background-color:#3b4151}.color-gray-900{color:#353945}.bg-gray-900{background-color:#353945}.color-gray-950{color:#23262e}.bg-gray-950{background-color:#23262e}.color-brand-weni{color:#00a49f}.bg-brand-weni{background-color:#00a49f}.color-brand-weni-dark{color:#0a6564}.bg-brand-weni-dark{background-color:#0a6564}.color-brand-weni-soft{color:#00a49f}.bg-brand-weni-soft{background-color:#00a49f}.color-brand-sec-dark{color:#353945}.bg-brand-sec-dark{background-color:#353945}.color-brand-sec-soft{color:#454d5f}.bg-brand-sec-soft{background-color:#454d5f}.color-brand-sec{color:#d6d9e1}.bg-brand-sec{background-color:#d6d9e1}.color-bg-base{color:#fff}.bg-bg-base{background-color:#fff}.color-bg-soft{color:#f6f7f9}.bg-bg-soft{background-color:#f6f7f9}.color-bg-muted{color:#eceef2}.bg-bg-muted{background-color:#eceef2}.color-bg-info{color:#e5eef9}.bg-bg-info{background-color:#e5eef9}.color-bg-success{color:#daf1e0}.bg-bg-success{background-color:#daf1e0}.color-bg-warning{color:#fbf7eb}.bg-bg-warning{background-color:#fbf7eb}.color-bg-critical{color:#fdf3f3}.bg-bg-critical{background-color:#fdf3f3}.color-fg-base{color:#67738b}.bg-fg-base{background-color:#67738b}.color-fg-muted{color:#b2b9c7}.bg-fg-muted{background-color:#b2b9c7}.color-fg-emphasized{color:#353945}.bg-fg-emphasized{background-color:#353945}.color-fg-inverted{color:#fff}.bg-fg-inverted{background-color:#fff}.color-fg-info{color:#3182ce}.bg-fg-info{background-color:#3182ce}.color-fg-success{color:#38a169}.bg-fg-success{background-color:#38a169}.color-fg-warning{color:#c88d2a}.bg-fg-warning{background-color:#c88d2a}.color-fg-critical{color:#e53e3e}.bg-fg-critical{background-color:#e53e3e}.color-border-base{color:#d6d9e1}.bg-border-base{background-color:#d6d9e1}.color-border-soft{color:#eceef2}.bg-border-soft{background-color:#eceef2}.color-border-muted{color:#d6d9e1}.bg-border-muted{background-color:#d6d9e1}.color-border-emphasized{color:#8893a8}.bg-border-emphasized{background-color:#8893a8}.color-border-info{color:#90bde9}.bg-border-info{background-color:#90bde9}.color-border-success{color:#88cda4}.bg-border-success{background-color:#88cda4}.color-border-warning{color:#e2bc62}.bg-border-warning{background-color:#e2bc62}.color-border-critical{color:#f8a9a9}.bg-border-critical{background-color:#f8a9a9}.u.color-background-solo{color:#effefc}.u.bg-background-solo{background-color:#effefc}.u.color-background-sky{color:#f6f7f9}.u.bg-background-sky{background-color:#f6f7f9}.u.color-background-grass{color:#f6f7f9}.u.bg-background-grass{background-color:#f6f7f9}.u.color-background-carpet{color:#f6f7f9}.u.bg-background-carpet{background-color:#f6f7f9}.u.color-background-snow{color:#fff}.u.bg-background-snow{background-color:#fff}.u.color-background-lightest{color:#f6f7f9}.u.bg-background-lightest{background-color:#f6f7f9}.u.color-background-white{color:#fff}.u.bg-background-white{background-color:#fff}.u.color-neutral-black{color:#353945}.u.bg-neutral-black{background-color:#353945}.u.color-neutral-darkest{color:#3b4151}.u.bg-neutral-darkest{background-color:#3b4151}.u.color-neutral-dark{color:#454d5f}.u.bg-neutral-dark{background-color:#454d5f}.u.color-neutral-cloudy{color:#67738b}.u.bg-neutral-cloudy{background-color:#67738b}.u.color-neutral-cleanest{color:#d6d9e1}.u.bg-neutral-cleanest{background-color:#d6d9e1}.u.color-neutral-clean{color:#b2b9c7}.u.bg-neutral-clean{background-color:#b2b9c7}.u.color-neutral-soft{color:#eceef2}.u.bg-neutral-soft{background-color:#eceef2}.u.color-neutral-lightest{color:#f6f7f9}.u.bg-neutral-lightest{background-color:#f6f7f9}.u.color-neutral-light{color:#f6f7f9}.u.bg-neutral-light{background-color:#f6f7f9}.u.color-neutral-white{color:#fff}.u.bg-neutral-white{background-color:#fff}.u.color-neutral-snow{color:#fff}.u.bg-neutral-snow{background-color:#fff}.u.color-feedback-red{color:#ff4545}.u.bg-feedback-red{background-color:#ff4545}.u.color-feedback-green{color:#47d66f}.u.bg-feedback-green{background-color:#47d66f}.u.color-feedback-yellow{color:#fdba38}.u.bg-feedback-yellow{background-color:#fdba38}.u.color-feedback-blue{color:#2856fc}.u.bg-feedback-blue{background-color:#2856fc}.u.color-feedback-grey{color:#ececec}.u.bg-feedback-grey{background-color:#ececec}.u.color-aux-blue{color:#00ded3}.u.bg-aux-blue{background-color:#00ded3}.u.color-aux-purple{color:#8416de}.u.bg-aux-purple{background-color:#8416de}.u.color-aux-orange{color:#f4691f}.u.bg-aux-orange{background-color:#f4691f}.u.color-aux-lemon{color:#ccde0b}.u.bg-aux-lemon{background-color:#ccde0b}.u.color-aux-pink{color:#de16ba}.u.bg-aux-pink{background-color:#de16ba}.u.color-aux-baby-blue{color:#8edef5}.u.bg-aux-baby-blue{background-color:#8edef5}.u.color-aux-baby-yellow{color:#fbf391}.u.bg-aux-baby-yellow{background-color:#fbf391}.u.color-aux-baby-red{color:#f48e8e}.u.bg-aux-baby-red{background-color:#f48e8e}.u.color-aux-baby-green{color:#b2fca6}.u.bg-aux-baby-green{background-color:#b2fca6}.u.color-aux-baby-pink{color:#ffcbf6}.u.bg-aux-baby-pink{background-color:#ffcbf6}.u.color-aux-green-50{color:#f0f9f3}.u.bg-aux-green-50{background-color:#f0f9f3}.u.color-aux-green-100{color:#daf1e0}.u.bg-aux-green-100{background-color:#daf1e0}.u.color-aux-green-200{color:#b7e3c6}.u.bg-aux-green-200{background-color:#b7e3c6}.u.color-aux-green-300{color:#88cda4}.u.bg-aux-green-300{background-color:#88cda4}.u.color-aux-green-400{color:#56b17e}.u.bg-aux-green-400{background-color:#56b17e}.u.color-aux-green-500{color:#38a169}.u.bg-aux-green-500{background-color:#38a169}.u.color-aux-green-600{color:#24774c}.u.bg-aux-green-600{background-color:#24774c}.u.color-aux-green-700{color:#1d5f3f}.u.bg-aux-green-700{background-color:#1d5f3f}.u.color-aux-green-800{color:#194c34}.u.bg-aux-green-800{background-color:#194c34}.u.color-aux-green-900{color:#153f2c}.u.bg-aux-green-900{background-color:#153f2c}.u.color-aux-green-950{color:#0b2318}.u.bg-aux-green-950{background-color:#0b2318}.u.color-aux-blue-50{color:#f2f7fd}.u.bg-aux-blue-50{background-color:#f2f7fd}.u.color-aux-blue-100{color:#e5eef9}.u.bg-aux-blue-100{background-color:#e5eef9}.u.color-aux-blue-200{color:#c4dbf3}.u.bg-aux-blue-200{background-color:#c4dbf3}.u.color-aux-blue-300{color:#90bde9}.u.bg-aux-blue-300{background-color:#90bde9}.u.color-aux-blue-400{color:#559bdb}.u.bg-aux-blue-400{background-color:#559bdb}.u.color-aux-blue-500{color:#3182ce}.u.bg-aux-blue-500{background-color:#3182ce}.u.color-aux-blue-600{color:#3182ce}.u.bg-aux-blue-600{background-color:#3182ce}.u.color-aux-blue-700{color:#1b4f89}.u.bg-aux-blue-700{background-color:#1b4f89}.u.color-aux-blue-800{color:#1a4472}.u.bg-aux-blue-800{background-color:#1a4472}.u.color-aux-blue-900{color:#1b3a5f}.u.bg-aux-blue-900{background-color:#1b3a5f}.u.color-aux-blue-950{color:#12253f}.u.bg-aux-blue-950{background-color:#12253f}.u.color-aux-purple-50{color:#f6f5fd}.u.bg-aux-purple-50{background-color:#f6f5fd}.u.color-aux-purple-100{color:#eeecfb}.u.bg-aux-purple-100{background-color:#eeecfb}.u.color-aux-purple-200{color:#dfdcf8}.u.bg-aux-purple-200{background-color:#dfdcf8}.u.color-aux-purple-300{color:#c7bff3}.u.bg-aux-purple-300{background-color:#c7bff3}.u.color-aux-purple-400{color:#aa9bea}.u.bg-aux-purple-400{background-color:#aa9bea}.u.color-aux-purple-500{color:#8d72e0}.u.bg-aux-purple-500{background-color:#8d72e0}.u.color-aux-purple-600{color:#805ad5}.u.bg-aux-purple-600{background-color:#805ad5}.u.color-aux-purple-700{color:#6b41c0}.u.bg-aux-purple-700{background-color:#6b41c0}.u.color-aux-purple-800{color:#5a36a1}.u.bg-aux-purple-800{background-color:#5a36a1}.u.color-aux-purple-900{color:#4b2e84}.u.bg-aux-purple-900{background-color:#4b2e84}.u.color-aux-purple-950{color:#2e1c59}.u.bg-aux-purple-950{background-color:#2e1c59}.u.color-aux-red-50{color:#fdf3f3}.u.bg-aux-red-50{background-color:#fdf3f3}.u.color-aux-red-100{color:#fde3e3}.u.bg-aux-red-100{background-color:#fde3e3}.u.color-aux-red-200{color:#fccccc}.u.bg-aux-red-200{background-color:#fccccc}.u.color-aux-red-300{color:#f8a9a9}.u.bg-aux-red-300{background-color:#f8a9a9}.u.color-aux-red-400{color:#f27777}.u.bg-aux-red-400{background-color:#f27777}.u.color-aux-red-500{color:#e53e3e}.u.bg-aux-red-500{background-color:#e53e3e}.u.color-aux-red-600{color:#d32f2f}.u.bg-aux-red-600{background-color:#d32f2f}.u.color-aux-red-700{color:#b22323}.u.bg-aux-red-700{background-color:#b22323}.u.color-aux-red-800{color:#932121}.u.bg-aux-red-800{background-color:#932121}.u.color-aux-red-900{color:#7a2222}.u.bg-aux-red-900{background-color:#7a2222}.u.color-aux-red-950{color:#420d0d}.u.bg-aux-red-950{background-color:#420d0d}.u.color-aux-orange-50{color:#fdf8ef}.u.bg-aux-orange-50{background-color:#fdf8ef}.u.color-aux-orange-100{color:#fbeed9}.u.bg-aux-orange-100{background-color:#fbeed9}.u.color-aux-orange-200{color:#f7dab1}.u.bg-aux-orange-200{background-color:#f7dab1}.u.color-aux-orange-300{color:#f1c080}.u.bg-aux-orange-300{background-color:#f1c080}.u.color-aux-orange-400{color:#eb9d4c}.u.bg-aux-orange-400{background-color:#eb9d4c}.u.color-aux-orange-500{color:#e5812a}.u.bg-aux-orange-500{background-color:#e5812a}.u.color-aux-orange-600{color:#dd6b20}.u.bg-aux-orange-600{background-color:#dd6b20}.u.color-aux-orange-700{color:#b2501c}.u.bg-aux-orange-700{background-color:#b2501c}.u.color-aux-orange-800{color:#8e401e}.u.bg-aux-orange-800{background-color:#8e401e}.u.color-aux-orange-900{color:#73361b}.u.bg-aux-orange-900{background-color:#73361b}.u.color-aux-orange-950{color:#3e1a0c}.u.bg-aux-orange-950{background-color:#3e1a0c}.u.color-aux-yellow-50{color:#fbf7eb}.u.bg-aux-yellow-50{background-color:#fbf7eb}.u.color-aux-yellow-100{color:#f5edcc}.u.bg-aux-yellow-100{background-color:#f5edcc}.u.color-aux-yellow-200{color:#edd89b}.u.bg-aux-yellow-200{background-color:#edd89b}.u.color-aux-yellow-300{color:#e2bc62}.u.bg-aux-yellow-300{background-color:#e2bc62}.u.color-aux-yellow-400{color:#d69e2e}.u.bg-aux-yellow-400{background-color:#d69e2e}.u.color-aux-yellow-500{color:#c88d2a}.u.bg-aux-yellow-500{background-color:#c88d2a}.u.color-aux-yellow-600{color:#ac6e22}.u.bg-aux-yellow-600{background-color:#ac6e22}.u.color-aux-yellow-700{color:#8a501e}.u.bg-aux-yellow-700{background-color:#8a501e}.u.color-aux-yellow-800{color:#734120}.u.bg-aux-yellow-800{background-color:#734120}.u.color-aux-yellow-900{color:#633720}.u.bg-aux-yellow-900{background-color:#633720}.u.color-aux-yellow-950{color:#391b0f}.u.bg-aux-yellow-950{background-color:#391b0f}.u.color-floweditor-blue{color:#0080a3}.u.bg-floweditor-blue{background-color:#0080a3}.u.color-floweditor-purple{color:#7a00a3}.u.bg-floweditor-purple{background-color:#7a00a3}.u.color-floweditor-wine{color:#a3006a}.u.bg-floweditor-wine{background-color:#a3006a}.u.color-floweditor-orange{color:#f99707}.u.bg-floweditor-orange{background-color:#f99707}.u.color-floweditor-pink{color:#de16ba}.u.bg-floweditor-pink{background-color:#de16ba}.u.color-floweditor-turquoise{color:#04c8bd}.u.bg-floweditor-turquoise{background-color:#04c8bd}.u.color-floweditor-green{color:#00a339}.u.bg-floweditor-green{background-color:#00a339}.u.color-weni-50{color:#effefc}.u.bg-weni-50{background-color:#effefc}.u.color-weni-100{color:#c7fff7}.u.bg-weni-100{background-color:#c7fff7}.u.color-weni-200{color:#90ffef}.u.bg-weni-200{background-color:#90ffef}.u.color-weni-300{color:#51f7e7}.u.bg-weni-300{background-color:#51f7e7}.u.color-weni-400{color:#1de4d7}.u.bg-weni-400{background-color:#1de4d7}.u.color-weni-500{color:#04c8bd}.u.bg-weni-500{background-color:#04c8bd}.u.color-weni-600{color:#00a49f}.u.bg-weni-600{background-color:#00a49f}.u.color-weni-700{color:#05807d}.u.bg-weni-700{background-color:#05807d}.u.color-weni-800{color:#0a6564}.u.bg-weni-800{background-color:#0a6564}.u.color-weni-900{color:#0d5453}.u.bg-weni-900{background-color:#0d5453}.u.color-weni-950{color:#003133}.u.bg-weni-950{background-color:#003133}.u.color-teal-50{color:#effefc}.u.bg-teal-50{background-color:#effefc}.u.color-teal-100{color:#c7fff7}.u.bg-teal-100{background-color:#c7fff7}.u.color-teal-200{color:#90ffef}.u.bg-teal-200{background-color:#90ffef}.u.color-teal-300{color:#51f7e7}.u.bg-teal-300{background-color:#51f7e7}.u.color-teal-400{color:#1de4d7}.u.bg-teal-400{background-color:#1de4d7}.u.color-teal-500{color:#04c8bd}.u.bg-teal-500{background-color:#04c8bd}.u.color-teal-600{color:#00a49f}.u.bg-teal-600{background-color:#00a49f}.u.color-teal-700{color:#05807d}.u.bg-teal-700{background-color:#05807d}.u.color-teal-800{color:#0a6564}.u.bg-teal-800{background-color:#0a6564}.u.color-teal-900{color:#0d5453}.u.bg-teal-900{background-color:#0d5453}.u.color-teal-950{color:#003133}.u.bg-teal-950{background-color:#003133}.u.color-gray-50{color:#f6f7f9}.u.bg-gray-50{background-color:#f6f7f9}.u.color-gray-100{color:#eceef2}.u.bg-gray-100{background-color:#eceef2}.u.color-gray-200{color:#d6d9e1}.u.bg-gray-200{background-color:#d6d9e1}.u.color-gray-300{color:#b2b9c7}.u.bg-gray-300{background-color:#b2b9c7}.u.color-gray-400{color:#8893a8}.u.bg-gray-400{background-color:#8893a8}.u.color-gray-500{color:#67738b}.u.bg-gray-500{background-color:#67738b}.u.color-gray-600{color:#545e75}.u.bg-gray-600{background-color:#545e75}.u.color-gray-700{color:#454d5f}.u.bg-gray-700{background-color:#454d5f}.u.color-gray-800{color:#3b4151}.u.bg-gray-800{background-color:#3b4151}.u.color-gray-900{color:#353945}.u.bg-gray-900{background-color:#353945}.u.color-gray-950{color:#23262e}.u.bg-gray-950{background-color:#23262e}.u.color-brand-weni{color:#00a49f}.u.bg-brand-weni{background-color:#00a49f}.u.color-brand-weni-dark{color:#0a6564}.u.bg-brand-weni-dark{background-color:#0a6564}.u.color-brand-weni-soft{color:#00a49f}.u.bg-brand-weni-soft{background-color:#00a49f}.u.color-brand-sec-dark{color:#353945}.u.bg-brand-sec-dark{background-color:#353945}.u.color-brand-sec-soft{color:#454d5f}.u.bg-brand-sec-soft{background-color:#454d5f}.u.color-brand-sec{color:#d6d9e1}.u.bg-brand-sec{background-color:#d6d9e1}.u.color-bg-base{color:#fff}.u.bg-bg-base{background-color:#fff}.u.color-bg-soft{color:#f6f7f9}.u.bg-bg-soft{background-color:#f6f7f9}.u.color-bg-muted{color:#eceef2}.u.bg-bg-muted{background-color:#eceef2}.u.color-bg-info{color:#e5eef9}.u.bg-bg-info{background-color:#e5eef9}.u.color-bg-success{color:#daf1e0}.u.bg-bg-success{background-color:#daf1e0}.u.color-bg-warning{color:#fbf7eb}.u.bg-bg-warning{background-color:#fbf7eb}.u.color-bg-critical{color:#fdf3f3}.u.bg-bg-critical{background-color:#fdf3f3}.u.color-fg-base{color:#67738b}.u.bg-fg-base{background-color:#67738b}.u.color-fg-muted{color:#b2b9c7}.u.bg-fg-muted{background-color:#b2b9c7}.u.color-fg-emphasized{color:#353945}.u.bg-fg-emphasized{background-color:#353945}.u.color-fg-inverted{color:#fff}.u.bg-fg-inverted{background-color:#fff}.u.color-fg-info{color:#3182ce}.u.bg-fg-info{background-color:#3182ce}.u.color-fg-success{color:#38a169}.u.bg-fg-success{background-color:#38a169}.u.color-fg-warning{color:#c88d2a}.u.bg-fg-warning{background-color:#c88d2a}.u.color-fg-critical{color:#e53e3e}.u.bg-fg-critical{background-color:#e53e3e}.u.color-border-base{color:#d6d9e1}.u.bg-border-base{background-color:#d6d9e1}.u.color-border-soft{color:#eceef2}.u.bg-border-soft{background-color:#eceef2}.u.color-border-muted{color:#d6d9e1}.u.bg-border-muted{background-color:#d6d9e1}.u.color-border-emphasized{color:#8893a8}.u.bg-border-emphasized{background-color:#8893a8}.u.color-border-info{color:#90bde9}.u.bg-border-info{background-color:#90bde9}.u.color-border-success{color:#88cda4}.u.bg-border-success{background-color:#88cda4}.u.color-border-warning{color:#e2bc62}.u.bg-border-warning{background-color:#e2bc62}.u.color-border-critical{color:#f8a9a9}.u.bg-border-critical{background-color:#f8a9a9}
|
|
63
|
+
${i.clickable?"unnnic-tag--clickable":""}`)},[n.createVNode(c,{enabled:i.enableTooltip,text:i.tooltipText,side:"bottom"},{default:n.withCtx(()=>[n.createElementVNode("span",GN,n.toDisplayString(i.count),1)]),_:1},8,["enabled","text"]),n.createElementVNode("span",ZN,n.toDisplayString(i.text),1),i.hasBackButton?(n.openBlock(),n.createBlock(f,{key:0,icon:"arrow-right-1-1",class:"unnnic-tag__icon",scheme:"neutral-darkest",size:"xs"})):n.createCommentVNode("",!0)],2)}const qN=k(QN,[["render",WN],["__scopeId","data-v-e2dde609"]]),LJ="",XN={name:"UnnnicBrandTag",components:{UnnnicIcon:ne},props:{text:{type:String,default:null},clickable:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},methods:{closeClicked(){this.closeClicked&&this.$emit("close-click")}}},KN={class:"unnnic-brand-tag__label"};function JN(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass({"unnnic-brand-tag":!0,"unnnic-brand-tag--disabled":!i.disabled,"unnnic-brand-tag--clickable":i.clickable})},[n.createElementVNode("span",KN,n.toDisplayString(i.text),1),n.createVNode(c,{icon:i.disabled?"close-1":"add-1",scheme:i.disabled?"neutral-snow":"brand-weni-dark",class:"unnnic-brand-tag__icon",size:"xs"},null,8,["icon","scheme"])],2)}const $N=k(XN,[["render",JN],["__scopeId","data-v-5f94d752"]]),TJ="",eL={name:"TagNext",props:{text:{type:String,default:null},scheme:{type:String,default:"weni"}}},nL={class:"unnnic-tag-next__text"};function tL(e,t,i,o,l,r){return n.openBlock(),n.createElementBlock("section",{class:n.normalizeClass(["unnnic-tag-next",`unnnic-tag-next--${i.scheme}`])},[n.createElementVNode("p",nL,n.toDisplayString(i.text),1)],2)}const iL=k(eL,[["render",tL],["__scopeId","data-v-8d58cd14"]]),aL={name:"UnnnicTag",props:{type:{type:String,default:"default",validator(e){return["default","indicator","brand","next"].indexOf(e)!==-1}},text:{type:String,default:null},tooltipText:{type:String,default:null},clickable:{type:Boolean,default:!1},count:{type:Number,default:0},disabled:{type:Boolean,default:!1},hasCloseIcon:{type:Boolean,default:!1},scheme:{type:String,default:"aux-purple"},hasBackButton:{type:Boolean,default:!1},enableTooltip:{type:Boolean,default:!1},leftIcon:{type:String,default:""},rightIcon:{type:String,default:""}},computed:{currentComponent(){return this.type==="indicator"?qN:this.type==="brand"?$N:this.type==="next"?iL:UN}}};function oL(e,t,i,o,l,r){return n.openBlock(),n.createBlock(n.resolveDynamicComponent(r.currentComponent),n.mergeProps({class:"unnnic-tag-content"},e.$attrs,{text:i.text,disabled:i.disabled,hasCloseIcon:i.hasCloseIcon,scheme:i.scheme,count:i.count,hasBackButton:i.hasBackButton,clickable:i.clickable,tooltipText:i.tooltipText,enableTooltip:i.enableTooltip,leftIcon:i.leftIcon,rightIcon:i.rightIcon}),null,16,["text","disabled","hasCloseIcon","scheme","count","hasBackButton","clickable","tooltipText","enableTooltip","leftIcon","rightIcon"])}const Di=k(aL,[["render",oL]]),SJ="",rL={components:{UnnnicTag:Di},mixins:[t1],props:{oldVersion:Boolean,name:String,description:String,plan:String,actionText:String},data(){return{isOptionsOpen:!1}}},sL={class:"name"},lL={class:"description"},cL={key:1};function dL(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicTag"),f=n.resolveComponent("UnnnicIcon"),u=n.resolveComponent("UnnnicDropdown");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["unnnic-connect-card-company",{"unnnic-connect-card-company--old-version":i.oldVersion}]),onClick:t[3]||(t[3]=h=>e.$emit("enter"))},[n.createElementVNode("div",null,[n.createElementVNode("h2",sL,n.toDisplayString(i.name),1),n.createElementVNode("p",lL,n.toDisplayString(i.description),1),i.plan?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["tag",i.plan])},n.toDisplayString(e.i18n(`plans.${i.plan}`)),3)):n.createCommentVNode("",!0)]),i.actionText?(n.openBlock(),n.createBlock(c,{key:0,class:"action",clickable:"",text:i.actionText,scheme:"aux-blue",onClick:t[0]||(t[0]=h=>e.$emit("action"))},null,8,["text"])):n.createCommentVNode("",!0),e.$slots.options?(n.openBlock(),n.createElementBlock("div",cL,[n.createVNode(u,{open:l.isOptionsOpen,"onUpdate:open":t[1]||(t[1]=h=>l.isOptionsOpen=h),class:"unnnic-dropdown",onClick:t[2]||(t[2]=n.withModifiers(()=>{},["prevent"]))},{trigger:n.withCtx(()=>[n.createVNode(f,{class:"menu-icon",icon:"navigation-menu-vertical-1",size:"sm",scheme:l.isOptionsOpen?"neutral-cloudy":"neutral-clean"},null,8,["scheme"])]),default:n.withCtx(()=>[n.renderSlot(e.$slots,"options",{},void 0,!0)]),_:3},8,["open"])])):n.createCommentVNode("",!0)],2)}const v5=k(rL,[["render",dL],["__scopeId","data-v-331afc72"]]),IJ="",fL={components:{UnnnicIcon:ne},props:{title:{type:String},description:{type:String},score:{type:String},info:{type:String},checked:{type:Boolean,default:!1}}},uL={class:"card"},mL={class:"header"},hL={class:"title"},pL={key:0,class:"check"},gL={class:"description"},yL={key:0,class:"footer"},wL={class:"evaluation"},CL={class:"info"};function kL(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createElementBlock("div",uL,[n.createElementVNode("div",mL,[n.createElementVNode("div",hL,n.toDisplayString(i.title),1),i.checked?(n.openBlock(),n.createElementBlock("div",pL,[n.createVNode(c,{size:"md",icon:"check-circle-1-1-1",scheme:"feedback-green"})])):n.createCommentVNode("",!0)]),n.createElementVNode("div",gL,n.toDisplayString(i.description),1),i.score||i.info?(n.openBlock(),n.createElementBlock("div",yL,[n.createElementVNode("div",wL,[i.score?(n.openBlock(),n.createBlock(c,{key:0,size:"sm",icon:"rating-star-1",scheme:"feedback-yellow"})):n.createCommentVNode("",!0),n.createTextVNode(" "+n.toDisplayString(i.score)+" ",1),n.createElementVNode("span",CL,n.toDisplayString(i.info),1)])])):n.createCommentVNode("",!0)])}const _5=k(fL,[["render",kL],["__scopeId","data-v-b40ec35c"]]),VJ="",vL={components:{UnnnicIcon:ne},model:{event:"change"},props:{modelValue:{type:[Boolean,String],default:!1,validator(e){return[!0,!1,"less"].includes(e)}},disabled:{type:Boolean,default:!1},size:{type:String,default:"md",validator(e){return["md","sm"].includes(e)}},textRight:{type:String,default:""}},emits:["change","update:model-value"],computed:{valueName(){return this.modelValue===!0?"checked":this.modelValue===!1?"default":"less"},icon(){return{checked:"checkbox-select",default:this.disabled?"checkbox-disable":"checkbox-default",less:"checkbox-less"}[this.valueName]},color(){return this.valueName==="default"?"neutral-clean":"brand-weni"}},methods:{click(){const e=["checked","less"].includes(this.valueName);this.$emit("change",!e),this.$emit("update:model-value",!e)}}},_L={class:"unnnic-checkbox-wrapper"};function bL(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createElementBlock("div",_L,[n.createVNode(c,{class:n.normalizeClass(["unnnic-checkbox",{disabled:i.disabled}]),icon:r.icon,scheme:r.color,clickable:!i.disabled,size:i.size,onClick:r.click},null,8,["class","icon","scheme","clickable","size","onClick"]),i.textRight?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["unnnic-checkbox__label","unnnic-checkbox__label__right",`unnnic-checkbox__label__${i.size}`]),"data-testid":"checkbox-text-right"},n.toDisplayString(i.textRight),3)):n.createCommentVNode("",!0)])}const g2=k(vL,[["render",bL],["__scopeId","data-v-f5f8c62c"]]),zJ="",xL={components:{UnnnicIcon:ne,UnnnicCheckbox:g2,UnnnicAvatarIcon:qt,UnnnicDropdown:ya},props:{modelValue:Boolean,title:String,description:String,image:String,data:{type:Array,default(){return[]}}}},AL={class:"header"},ML={class:"content"},DL={key:0,class:"u font secondary body-lg bold color-neutral-darkest"},EL={key:1,class:"u font secondary body-md color-neutral-cloudy"},BL=["src"],NL={key:0,class:"details"},LL={class:"u font secondary body-gt color-neutral-dark"},TL={class:"value-container"},SL={class:"u font secondary body-gt black color-neutral-darkest"};function IL(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicCheckbox"),f=n.resolveComponent("UnnnicIcon"),u=n.resolveComponent("UnnnicDropdown"),h=n.resolveComponent("UnnnicAvatarIcon");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["unnnic-card-image",{checked:i.modelValue}])},[n.createElementVNode("div",AL,[n.createElementVNode("div",ML,[i.title?(n.openBlock(),n.createElementBlock("div",DL,n.toDisplayString(i.title),1)):n.createCommentVNode("",!0),i.description?(n.openBlock(),n.createElementBlock("div",EL,n.toDisplayString(i.description),1)):n.createCommentVNode("",!0)]),n.createVNode(c,{modelValue:i.modelValue,onChange:t[0]||(t[0]=p=>e.$emit("update:model-value",p))},null,8,["modelValue"]),e.$slots.actions?(n.openBlock(),n.createBlock(u,{key:0,position:"bottom-left"},{trigger:n.withCtx(()=>[n.createVNode(f,{icon:"navigation-menu-vertical-1",size:"sm",scheme:"neutral-cleanest",clickable:""})]),default:n.withCtx(()=>[n.renderSlot(e.$slots,"actions",{},void 0,!0)]),_:3})):n.createCommentVNode("",!0)]),n.createElementVNode("img",{class:"image",src:i.image},null,8,BL),i.data.length?(n.openBlock(),n.createElementBlock("div",NL,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.data,(p,v)=>(n.openBlock(),n.createElementBlock("div",{key:v,class:"data"},[n.createElementVNode("div",LL,n.toDisplayString(p.name),1),n.createElementVNode("div",TL,[n.createVNode(h,{icon:p.icon,size:"xs",scheme:p.scheme},null,8,["icon","scheme"]),n.createElementVNode("div",SL,n.toDisplayString(p.value),1)])]))),128))])):n.createCommentVNode("",!0)],2)}const b5=k(xL,[["render",IL],["__scopeId","data-v-87c573e3"]]),OJ="",VL={components:{UnnnicIcon:ne,UnnnicDropdown:ya,UnnnicDropdownItem:zo},mixins:[t1],props:{name:{type:String,default:""},description:{type:String,default:""},status:{type:String,required:!0},canUpdateStatus:{type:Boolean,default:!1},clickable:{type:Boolean,default:!1}},emits:["click","changeProjectStatus"],data(){return{openDropdown:!1,defaultTranslations:{IN_TEST:{"pt-br":"Em teste",en:"In test",es:"En prueba"},ACTIVE:{"pt-br":"Ativo",en:"Active",es:"Activo"},INACTIVE:{"pt-br":"Inativo",en:"Inactive",es:"Inactivo"}}}},computed:{showActions(){var t,i;const e=(i=(t=this.$slots).actions)==null?void 0:i.call(t);return!!(e!=null&&e.length)},colorStatus(){return{ACTIVE:"aux-green-900",INACTIVE:"neutral-cloudy",IN_TEST:"aux-orange-500"}[this.status]},statusOptions(){return["ACTIVE","INACTIVE","IN_TEST"].filter(e=>e!==this.status)}},methods:{emitClick(e){this.clickable&&this.$emit("click",{button:e==null?void 0:e.button})},handlerDropdownOpen(){this.canUpdateStatus&&(this.openDropdown=!this.openDropdown)},handlerClickDropdownItem(e){this.$emit("changeProjectStatus",e)}}},zL={class:"unnnic-card-project__header"},OL=["title"],HL={class:"unnnic-card-project__description"},jL=["title"],FL={class:"unnnic-card-project__bottom"},PL={class:"unnnic-card-project__status-options-container"};function YL(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon"),f=n.resolveComponent("UnnnicDropdown"),u=n.resolveComponent("UnnnicDropdownItem");return n.openBlock(),n.createElementBlock("section",{class:n.normalizeClass({"unnnic-card-project":!0,"unnnic-card-project--clickable":i.clickable,"unnnic-card-project--inactive":i.status==="INACTIVE"}),"data-testid":"unnnic-card-project",onClick:[t[2]||(t[2]=n.withModifiers((...h)=>r.emitClick&&r.emitClick(...h),["left","exact"])),t[4]||(t[4]=n.withModifiers(h=>r.emitClick({button:1}),["ctrl"]))],onMouseup:t[3]||(t[3]=n.withModifiers((...h)=>r.emitClick&&r.emitClick(...h),["middle","exact","prevent"]))},[n.createElementVNode("section",zL,[n.createElementVNode("h1",{title:i.name,class:n.normalizeClass({"unnnic-card-project__title":!0,"unnnic-card-project__title--inactive":i.status==="INACTIVE"}),"data-testid":"card-project-title"},n.toDisplayString(i.name),11,OL),r.showActions?(n.openBlock(),n.createBlock(f,{key:0,position:"bottom-left","data-testid":"dropdown-actions"},{trigger:n.withCtx(()=>[n.createVNode(c,{size:"sm",icon:"navigation-menu-vertical-1",clickable:"",scheme:"neutral-cleanest"})]),default:n.withCtx(()=>[n.renderSlot(e.$slots,"actions",{},void 0,!0)]),_:3})):n.createCommentVNode("",!0)]),n.createElementVNode("section",HL,[n.createElementVNode("p",{title:i.description,class:n.normalizeClass({"unnnic-card-project__description":!0,"unnnic-card-project__description--inactive":i.status==="INACTIVE"})},n.toDisplayString(i.description),11,jL)]),n.createElementVNode("section",FL,[n.createElementVNode("section",{class:n.normalizeClass(["unnnic-card-project__status-chip",`unnnic-card-project__status-chip--${i.status}`]),"data-testid":"project-status-chip",onClick:t[1]||(t[1]=n.withModifiers(h=>r.handlerDropdownOpen(),["stop"]))},[n.createElementVNode("p",null,n.toDisplayString(e.i18n(i.status)),1),i.canUpdateStatus?(n.openBlock(),n.createBlock(c,{key:0,icon:"keyboard_arrow_down",size:"sm",clickable:"",scheme:r.colorStatus},null,8,["scheme"])):n.createCommentVNode("",!0),n.createVNode(f,{open:l.openDropdown,useOpenProp:"","data-testid":"status-dropdown","onUpdate:open":t[0]||(t[0]=h=>l.openDropdown=h)},{default:n.withCtx(()=>[n.createElementVNode("section",PL,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.statusOptions,h=>(n.openBlock(),n.createBlock(u,{key:h,class:"status-option",onClick:p=>r.handlerClickDropdownItem(h)},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(e.i18n(h)),1)]),_:2},1032,["onClick"]))),128))])]),_:1},8,["open"])],2)])],34)}const x5=k(VL,[["render",YL],["__scopeId","data-v-d7f7ed7d"]]),HJ="",RL={components:{UnnnicAvatarIcon:qt,UnnnicToolTip:_n,UnnnicIcon:ne},props:{name:{type:String,default:""},subtitle:{type:String,default:""},description:{type:String,default:""},descriptionRow:{type:String,default:""},descriptionRowInfo:{type:String,default:""},statuses:{type:Array},minStatusWidth:{type:[String,Number],default:5.625*16}}},UL={class:"unnnic-card-container"},QL={class:"header"},GL={class:"title"},ZL=["title"],WL={key:0,class:"subtitle"},qL={key:0,class:"description"},XL={key:1,class:"description-row-container"},KL={key:0,class:"description-row"},JL={class:"title"},$L={class:"content"},eT={class:"number"};function nT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon"),f=n.resolveComponent("UnnnicToolTip"),u=n.resolveComponent("UnnnicAvatarIcon");return n.openBlock(),n.createElementBlock("div",UL,[n.createElementVNode("div",QL,[n.createElementVNode("div",GL,[n.createElementVNode("span",{class:"name",title:i.name.length>25?i.name:null},n.toDisplayString(i.name),9,ZL),i.subtitle?(n.openBlock(),n.createElementBlock("div",WL,n.toDisplayString(i.subtitle),1)):n.createCommentVNode("",!0)]),n.renderSlot(e.$slots,"header-buttons",{},void 0,!0)]),i.description?(n.openBlock(),n.createElementBlock("div",qL,n.toDisplayString(i.description),1)):n.createCommentVNode("",!0),i.descriptionRow||i.descriptionRowInfo?(n.openBlock(),n.createElementBlock("div",XL,[i.descriptionRow?(n.openBlock(),n.createElementBlock("div",KL,n.toDisplayString(i.descriptionRow),1)):n.createCommentVNode("",!0),i.descriptionRowInfo?(n.openBlock(),n.createBlock(f,{key:1,side:"top",text:i.descriptionRowInfo,enabled:""},{default:n.withCtx(()=>[n.createVNode(c,{class:"info",icon:"information-circle-4",size:"sm",scheme:"neutral-soft"})]),_:1},8,["text"])):n.createCommentVNode("",!0)])):n.createCommentVNode("",!0),t[0]||(t[0]=n.createElementVNode("div",{class:"separator"},null,-1)),n.renderSlot(e.$slots,"content",{},void 0,!0),n.createElementVNode("div",{class:"statuses",style:n.normalizeStyle({gridTemplateColumns:`repeat(auto-fit, minmax(${i.minStatusWidth}, 1fr))`})},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.statuses,(h,p)=>(n.openBlock(),n.createElementBlock("div",{key:p,class:"status"},[n.createElementVNode("div",JL,n.toDisplayString(h.title),1),n.createElementVNode("div",$L,[n.createVNode(u,{icon:h.icon,scheme:h.scheme,size:"xs"},null,8,["icon","scheme"]),n.createElementVNode("div",eT,n.toDisplayString(h.count),1)])]))),128))],4)])}const tT=k(RL,[["render",nT],["__scopeId","data-v-d88c3045"]]),jJ="",iT={components:{CardStatusesContainer:tT},props:{name:{type:String,default:""},subtitle:{type:String,default:""},description:{type:String,default:""},descriptionRow:{type:String,default:""},descriptionRowInfo:{type:String,default:""},statuses:{type:Array}},data(){return{unnnicFontSize:16}}};function aT(e,t,i,o,l,r){const c=n.resolveComponent("CardStatusesContainer");return n.openBlock(),n.createBlock(c,{class:"unnnic-card-information",name:i.name,subtitle:i.subtitle,description:i.description,descriptionRow:i.descriptionRow,descriptionRowInfo:i.descriptionRowInfo,statuses:i.statuses,minStatusWidth:8.75*l.unnnicFontSize+"px"},null,8,["name","subtitle","description","descriptionRow","descriptionRowInfo","statuses","minStatusWidth"])}const A5=k(iT,[["render",aT],["__scopeId","data-v-ee17403c"]]),FJ="",oT={class:"unnnic-collapse__body"},M5=k({__name:"Collapse",props:{title:String,active:Boolean,borderBottom:Boolean,unspacedIcon:Boolean,size:{type:String,default:"lg",validator(e){return["md","lg"].includes(e)}},modelValue:Boolean},emits:["update:modelValue","change"],setup(e,{emit:t}){const i=e,o=t,l=n.ref(!1);return n.watch(l,r=>{o("change",r),o("update:modelValue",r)}),n.watch(()=>i.active,r=>{l.value=r},{immediate:!0}),n.watch(()=>i.modelValue,r=>{l.value=r},{immediate:!0}),(r,c)=>(n.openBlock(),n.createElementBlock("div",{"data-testid":"collapse",class:n.normalizeClass(["unnnic-collapse",`unnnic-collapse--size-${e.size}`,{"unnnic-collapse--border-bottom":e.borderBottom,"unnnic-collapse--unspaced-icon":e.unspacedIcon,"unnnic-collapse--active":l.value}])},[n.createElementVNode("div",{"data-testid":"collapse-header",class:"unnnic-collapse__header",onClick:c[0]||(c[0]=f=>l.value=!l.value)},[n.createTextVNode(n.toDisplayString(e.title),1),n.renderSlot(r.$slots,"header",{},void 0,!0),n.createVNode(ne,{size:"xs",icon:l.value?"arrow-button-up-1":"arrow-button-down-1",scheme:l.value?"neutral-dark":"neutral-cloudy"},null,8,["icon","scheme"])]),n.withDirectives(n.createElementVNode("div",oT,[n.renderSlot(r.$slots,"default",{},void 0,!0)],512),[[n.vShow,l.value]])],2))}},[["__scopeId","data-v-1f77973f"]]),YJ="",rT={class:"label"},Ho=k({__name:"Radio",props:{modelValue:{type:[String,Number],default:""},value:{type:[String,Number],default:""},disabled:{type:Boolean,default:!1},size:{type:String,default:"md",validator(e){return["md","sm"].includes(e)}}},emits:["update:modelValue"],setup(e,{emit:t}){const i=e,o=t,l=n.computed(()=>i.modelValue===i.value?"selected":"default"),r=n.computed(()=>({selected:"radio-selected",default:i.disabled?"radio-disable":"radio-default"})[l.value]),c=n.computed(()=>i.disabled?"brand-sec":l.value==="selected"?"brand-weni":"neutral-cleanest");function f(){i.disabled||o("update:modelValue",i.value)}return(u,h)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["unnnic-radio-container",`unnnic-radio-container--${e.size}`,e.disabled?"disabled":null]),onClick:f},[n.createVNode(ne,{class:"unnnic-radio",icon:r.value,scheme:c.value,size:e.size},null,8,["icon","scheme","size"]),n.createElementVNode("span",rT,[n.renderSlot(u.$slots,"default",{},void 0,!0)])],2))}},[["__scopeId","data-v-abd1b195"]]),sT={name:"Flag",components:{UnnnicIcon:ne},props:{code:{type:String,default:null},size:{type:String,default:"md",validator(e){return["nano","xs","sm","md","lg"].indexOf(e)!==-1}}},computed:{name(){return{"pt-br":"Brazil",en:"USA",es:"Spain"}[this.code]}}};function lT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createBlock(c,{icon:r.name,size:i.size},null,8,["icon","size"])}const cT=k(sT,[["render",lT]]),UJ="",dT={name:"LanguageSelect",components:{UnnnicFlag:cT,UnnnicIcon:ne},directives:{onClickOutside:h2},props:{modelValue:{type:String,default:""},position:{type:String,default:"top-right"},contracted:{type:Boolean,default:!1},supportedLanguages:{type:Array,default:()=>["pt-br","en"]}},data(){return{open:!1,val:this.modelValue,unnnicFontSize:16}},computed:{languages(){const e={"pt-br":"Português - Brasil",en:"English",es:"Español"};return this.supportedLanguages.reduce((t,i)=>({...t,[i]:e[i]}),{})},otherLanguages(){return this.languageList.filter(({id:e})=>e!==this.val)},languageList(){return Object.entries(this.languages).map(([e,t])=>({id:e,name:t}))},dropdownIcon(){let e="";return this.position==="bottom"?e=this.open?"up":"down":e=this.open?"down":"up",`arrow-button-${e}-1`}},watch:{val(){this.$emit("update:model-value",this.val)},modelValue(){this.val=this.modelValue}},methods:{onClickTrigger(){this.open=!this.open},onClickOutside(){this.open&&(this.open=!1)}}},fT={key:0,class:"unnnic-language-select contracted"},uT={class:"option"},mT=["onClick"],hT={key:1,class:"unnnic-language-select normal"},pT={class:"option"},gT={class:"label"},yT=["onClick"],wT={class:"label"},CT={class:"option"},kT={class:"label"};function vT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicFlag"),f=n.resolveComponent("UnnnicIcon"),u=n.resolveDirective("on-click-outside");return i.contracted?n.withDirectives((n.openBlock(),n.createElementBlock("div",fT,[n.createElementVNode("div",{class:n.normalizeClass(["container contracted",{open:l.open}]),onClick:t[0]||(t[0]=(...h)=>r.onClickTrigger&&r.onClickTrigger(...h))},[n.createElementVNode("div",uT,[n.createVNode(c,{size:"sm",code:l.val},null,8,["code"])]),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.otherLanguages,h=>(n.openBlock(),n.createElementBlock("div",{key:h.id,class:"option",onClick:p=>l.val=h.id},[n.createVNode(c,{size:"sm",code:h.id},null,8,["code"])],8,mT))),128))],2)])),[[u,r.onClickOutside]]):n.withDirectives((n.openBlock(),n.createElementBlock("div",hT,[n.createElementVNode("div",{class:n.normalizeClass(["container normal",{open:l.open}]),onClick:t[1]||(t[1]=(...h)=>r.onClickTrigger&&r.onClickTrigger(...h))},[n.createElementVNode("div",{style:n.normalizeStyle({position:"absolute",[i.position==="bottom"?"top":"bottom"]:-.125*l.unnnicFontSize+"px",width:"100%",padding:.0625*l.unnnicFontSize+"px",left:-.0625*l.unnnicFontSize+"px"}),class:"all"},[i.position==="bottom"?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createElementVNode("div",pT,[n.createVNode(c,{size:"sm",code:l.val},null,8,["code"]),n.createElementVNode("div",gT,n.toDisplayString(r.languages[l.val]),1),n.createVNode(f,{size:"xs",icon:r.dropdownIcon,scheme:"neutral-clean"},null,8,["icon"])]),t[2]||(t[2]=n.createElementVNode("div",{class:"divider"},null,-1))],64)):n.createCommentVNode("",!0),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.otherLanguages,h=>(n.openBlock(),n.createElementBlock("div",{key:h.id,class:"option",onClick:p=>l.val=h.id},[n.createVNode(c,{size:"sm",code:h.id},null,8,["code"]),n.createElementVNode("div",wT,n.toDisplayString(r.languages[h.id]),1)],8,yT))),128)),i.position!=="bottom"?(n.openBlock(),n.createElementBlock(n.Fragment,{key:1},[t[3]||(t[3]=n.createElementVNode("div",{class:"divider"},null,-1)),n.createElementVNode("div",CT,[n.createVNode(c,{size:"sm",code:l.val},null,8,["code"]),n.createElementVNode("div",kT,n.toDisplayString(r.languages[l.val]),1),n.createVNode(f,{size:"xs",icon:r.dropdownIcon,scheme:"neutral-clean"},null,8,["icon"])])],64)):n.createCommentVNode("",!0)],4)],2)])),[[u,r.onClickOutside]])}const D5=k(dT,[["render",vT]]),QJ="",_T={name:"UnnnicModal",components:{UnnnicIcon:ne},props:{text:{type:String,default:null},modalIcon:{type:String,default:null},closeIcon:{type:Boolean,default:!0},description:{type:String,default:null},alertMessage:{type:String,default:null},showModal:{type:Boolean,default:!0},scheme:{type:String,default:null},persistent:{type:Boolean,default:!1}},computed:{hasAlertMessage(){return!(this.alertMessage===null||this.alertMessage.length===0)},hasButton(){var e,t;return!!((t=(e=this.$slots).options)!=null&&t.call(e).length)},hasIcon(){var e,t;return!!((t=(e=this.$slots).icon)!=null&&t.call(e).length)}},mounted(){window.innerWidth<=600&&this.mobileAnimateOpen()},methods:{mobileAnimateReset(){this.$refs.modalContainer&&(this.$refs.modalContainer.style.transition=null),this.$refs.modal&&(this.$refs.modal.style.transition=null)},mobileAnimateOpen(){this.$nextTick(()=>{this.$refs.modalContainer&&(this.$refs.modalContainer.style.transition="none",this.$refs.modalContainer.style.backgroundColor="transparent"),this.$refs.modal&&(this.$refs.modal.style.transition="none",this.$refs.modal.style.marginBottom=`${-this.$refs.modal.offsetHeight}px`),setTimeout(()=>{this.$refs.modalContainer&&(this.$refs.modalContainer.style.transition="background-color 0.2s",this.$refs.modalContainer.style.backgroundColor=null),this.$refs.modal&&(this.$refs.modal.style.transition="margin-bottom 0.2s",this.$refs.modal.style.marginBottom=null),setTimeout(()=>{this.mobileAnimateReset()},200)})})},mobileAnimateClose(){return new Promise(e=>{this.$refs.modalContainer&&(this.$refs.modalContainer.style.transition="background-color 0.2s",this.$refs.modalContainer.style.backgroundColor="transparent"),this.$refs.modal&&(this.$refs.modal.style.transition="margin-bottom 0.2s",this.$refs.modal.style.marginBottom=`${-this.$refs.modal.offsetHeight}px`),setTimeout(()=>{this.mobileAnimateReset(),e()},200)})},onOutsideCloseClick(){this.persistent||this.onCloseClick()},async onCloseClick(){console.log("keycloak log",window),window.innerWidth<=600&&await this.mobileAnimateClose(),this.$emit("close")}}},bT={ref:"modal",class:"unnnic-modal-container-background"},xT={class:"unnnic-modal-container-background-body"},AT={key:0,class:"unnnic-modal-container-background-body-close_icon"},MT={key:1,class:"unnnic-modal-container-background-body__icon-slot"},DT={class:"unnnic-modal-container-background-body-title"},ET={class:"unnnic-modal-container-background-body-description-container"},BT={class:"unnnic-modal-container-background-body-description"},NT={key:0,class:"unnnic-modal-container-background-report"},LT={key:1,class:"unnnic-modal-container-background-button"};function TT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createBlock(n.Transition,{name:"modal"},{default:n.withCtx(()=>[i.showModal?(n.openBlock(),n.createElementBlock("div",n.mergeProps({key:0},e.$attrs,{ref:"modalContainer",class:["unnnic-modal"]}),[n.createElementVNode("div",{class:"unnnic-modal-container",onClick:t[0]||(t[0]=n.withModifiers((...f)=>r.onOutsideCloseClick&&r.onOutsideCloseClick(...f),["self"]))},[n.createElementVNode("div",bT,[n.createElementVNode("div",xT,[i.closeIcon?(n.openBlock(),n.createElementBlock("div",AT,[n.createVNode(c,{icon:"close-1",scheme:"neutral-dark",size:"sm",clickable:"",onClick:r.onCloseClick},null,8,["onClick"])])):n.createCommentVNode("",!0),r.hasIcon?(n.openBlock(),n.createElementBlock("div",MT,[n.renderSlot(e.$slots,"icon",{},void 0,!0)])):n.createCommentVNode("",!0),i.modalIcon?(n.openBlock(),n.createElementBlock("div",{key:2,class:n.normalizeClass(["unnnic-modal-container-background-body-alert_icon",`unnnic-card-scheme--${i.scheme}--icon`,i.closeIcon?"":"unnnic-modal-container-background-body-spacing_header"])},[n.createVNode(c,{scheme:i.scheme,icon:i.modalIcon,size:"xl"},null,8,["scheme","icon"])],2)):n.createCommentVNode("",!0),n.createElementVNode("div",DT,n.toDisplayString(i.text),1)]),n.createElementVNode("div",ET,[n.createElementVNode("div",BT,[n.createTextVNode(n.toDisplayString(i.description)+" ",1),n.renderSlot(e.$slots,"message",{},void 0,!0),n.renderSlot(e.$slots,"default",{},void 0,!0)])]),r.hasAlertMessage?(n.openBlock(),n.createElementBlock("div",NT,n.toDisplayString(i.alertMessage),1)):n.createCommentVNode("",!0),r.hasButton?(n.openBlock(),n.createElementBlock("div",LT,[n.renderSlot(e.$slots,"options",{},void 0,!0)])):n.createCommentVNode("",!0)],512)])],16)):n.createCommentVNode("",!0)]),_:3})}const jo=k(_T,[["render",TT],["__scopeId","data-v-64ca1a24"]]),E5={"application/prs.cww":["cww"],"application/prs.xsf+xml":["xsf"],"application/vnd.1000minds.decision-model+xml":["1km"],"application/vnd.3gpp.pic-bw-large":["plb"],"application/vnd.3gpp.pic-bw-small":["psb"],"application/vnd.3gpp.pic-bw-var":["pvb"],"application/vnd.3gpp2.tcap":["tcap"],"application/vnd.3m.post-it-notes":["pwn"],"application/vnd.accpac.simply.aso":["aso"],"application/vnd.accpac.simply.imp":["imp"],"application/vnd.acucobol":["acu"],"application/vnd.acucorp":["atc","acutc"],"application/vnd.adobe.air-application-installer-package+zip":["air"],"application/vnd.adobe.formscentral.fcdt":["fcdt"],"application/vnd.adobe.fxp":["fxp","fxpl"],"application/vnd.adobe.xdp+xml":["xdp"],"application/vnd.adobe.xfdf":["*xfdf"],"application/vnd.age":["age"],"application/vnd.ahead.space":["ahead"],"application/vnd.airzip.filesecure.azf":["azf"],"application/vnd.airzip.filesecure.azs":["azs"],"application/vnd.amazon.ebook":["azw"],"application/vnd.americandynamics.acc":["acc"],"application/vnd.amiga.ami":["ami"],"application/vnd.android.package-archive":["apk"],"application/vnd.anser-web-certificate-issue-initiation":["cii"],"application/vnd.anser-web-funds-transfer-initiation":["fti"],"application/vnd.antix.game-component":["atx"],"application/vnd.apple.installer+xml":["mpkg"],"application/vnd.apple.keynote":["key"],"application/vnd.apple.mpegurl":["m3u8"],"application/vnd.apple.numbers":["numbers"],"application/vnd.apple.pages":["pages"],"application/vnd.apple.pkpass":["pkpass"],"application/vnd.aristanetworks.swi":["swi"],"application/vnd.astraea-software.iota":["iota"],"application/vnd.audiograph":["aep"],"application/vnd.autodesk.fbx":["fbx"],"application/vnd.balsamiq.bmml+xml":["bmml"],"application/vnd.blueice.multipass":["mpm"],"application/vnd.bmi":["bmi"],"application/vnd.businessobjects":["rep"],"application/vnd.chemdraw+xml":["cdxml"],"application/vnd.chipnuts.karaoke-mmd":["mmd"],"application/vnd.cinderella":["cdy"],"application/vnd.citationstyles.style+xml":["csl"],"application/vnd.claymore":["cla"],"application/vnd.cloanto.rp9":["rp9"],"application/vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"application/vnd.cluetrust.cartomobile-config":["c11amc"],"application/vnd.cluetrust.cartomobile-config-pkg":["c11amz"],"application/vnd.commonspace":["csp"],"application/vnd.contact.cmsg":["cdbcmsg"],"application/vnd.cosmocaller":["cmc"],"application/vnd.crick.clicker":["clkx"],"application/vnd.crick.clicker.keyboard":["clkk"],"application/vnd.crick.clicker.palette":["clkp"],"application/vnd.crick.clicker.template":["clkt"],"application/vnd.crick.clicker.wordbank":["clkw"],"application/vnd.criticaltools.wbs+xml":["wbs"],"application/vnd.ctc-posml":["pml"],"application/vnd.cups-ppd":["ppd"],"application/vnd.curl.car":["car"],"application/vnd.curl.pcurl":["pcurl"],"application/vnd.dart":["dart"],"application/vnd.data-vision.rdz":["rdz"],"application/vnd.dbf":["dbf"],"application/vnd.dcmp+xml":["dcmp"],"application/vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"application/vnd.dece.ttml+xml":["uvt","uvvt"],"application/vnd.dece.unspecified":["uvx","uvvx"],"application/vnd.dece.zip":["uvz","uvvz"],"application/vnd.denovo.fcselayout-link":["fe_launch"],"application/vnd.dna":["dna"],"application/vnd.dolby.mlp":["mlp"],"application/vnd.dpgraph":["dpg"],"application/vnd.dreamfactory":["dfac"],"application/vnd.ds-keypoint":["kpxx"],"application/vnd.dvb.ait":["ait"],"application/vnd.dvb.service":["svc"],"application/vnd.dynageo":["geo"],"application/vnd.ecowin.chart":["mag"],"application/vnd.enliven":["nml"],"application/vnd.epson.esf":["esf"],"application/vnd.epson.msf":["msf"],"application/vnd.epson.quickanime":["qam"],"application/vnd.epson.salt":["slt"],"application/vnd.epson.ssf":["ssf"],"application/vnd.eszigno3+xml":["es3","et3"],"application/vnd.ezpix-album":["ez2"],"application/vnd.ezpix-package":["ez3"],"application/vnd.fdf":["*fdf"],"application/vnd.fdsn.mseed":["mseed"],"application/vnd.fdsn.seed":["seed","dataless"],"application/vnd.flographit":["gph"],"application/vnd.fluxtime.clip":["ftc"],"application/vnd.framemaker":["fm","frame","maker","book"],"application/vnd.frogans.fnc":["fnc"],"application/vnd.frogans.ltf":["ltf"],"application/vnd.fsc.weblaunch":["fsc"],"application/vnd.fujitsu.oasys":["oas"],"application/vnd.fujitsu.oasys2":["oa2"],"application/vnd.fujitsu.oasys3":["oa3"],"application/vnd.fujitsu.oasysgp":["fg5"],"application/vnd.fujitsu.oasysprs":["bh2"],"application/vnd.fujixerox.ddd":["ddd"],"application/vnd.fujixerox.docuworks":["xdw"],"application/vnd.fujixerox.docuworks.binder":["xbd"],"application/vnd.fuzzysheet":["fzs"],"application/vnd.genomatix.tuxedo":["txd"],"application/vnd.geogebra.file":["ggb"],"application/vnd.geogebra.slides":["ggs"],"application/vnd.geogebra.tool":["ggt"],"application/vnd.geometry-explorer":["gex","gre"],"application/vnd.geonext":["gxt"],"application/vnd.geoplan":["g2w"],"application/vnd.geospace":["g3w"],"application/vnd.gmx":["gmx"],"application/vnd.google-apps.document":["gdoc"],"application/vnd.google-apps.drawing":["gdraw"],"application/vnd.google-apps.form":["gform"],"application/vnd.google-apps.jam":["gjam"],"application/vnd.google-apps.map":["gmap"],"application/vnd.google-apps.presentation":["gslides"],"application/vnd.google-apps.script":["gscript"],"application/vnd.google-apps.site":["gsite"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"application/vnd.gov.sk.xmldatacontainer+xml":["xdcf"],"application/vnd.grafeq":["gqf","gqs"],"application/vnd.groove-account":["gac"],"application/vnd.groove-help":["ghf"],"application/vnd.groove-identity-message":["gim"],"application/vnd.groove-injector":["grv"],"application/vnd.groove-tool-message":["gtm"],"application/vnd.groove-tool-template":["tpl"],"application/vnd.groove-vcard":["vcg"],"application/vnd.hal+xml":["hal"],"application/vnd.handheld-entertainment+xml":["zmm"],"application/vnd.hbci":["hbci"],"application/vnd.hhe.lesson-player":["les"],"application/vnd.hp-hpgl":["hpgl"],"application/vnd.hp-hpid":["hpid"],"application/vnd.hp-hps":["hps"],"application/vnd.hp-jlyt":["jlt"],"application/vnd.hp-pcl":["pcl"],"application/vnd.hp-pclxl":["pclxl"],"application/vnd.hydrostatix.sof-data":["sfd-hdstx"],"application/vnd.ibm.minipay":["mpy"],"application/vnd.ibm.modcap":["afp","listafp","list3820"],"application/vnd.ibm.rights-management":["irm"],"application/vnd.ibm.secure-container":["sc"],"application/vnd.iccprofile":["icc","icm"],"application/vnd.igloader":["igl"],"application/vnd.immervision-ivp":["ivp"],"application/vnd.immervision-ivu":["ivu"],"application/vnd.insors.igm":["igm"],"application/vnd.intercon.formnet":["xpw","xpx"],"application/vnd.intergeo":["i2g"],"application/vnd.intu.qbo":["qbo"],"application/vnd.intu.qfx":["qfx"],"application/vnd.ipunplugged.rcprofile":["rcprofile"],"application/vnd.irepository.package+xml":["irp"],"application/vnd.is-xpr":["xpr"],"application/vnd.isac.fcs":["fcs"],"application/vnd.jam":["jam"],"application/vnd.jcp.javame.midlet-rms":["rms"],"application/vnd.jisp":["jisp"],"application/vnd.joost.joda-archive":["joda"],"application/vnd.kahootz":["ktz","ktr"],"application/vnd.kde.karbon":["karbon"],"application/vnd.kde.kchart":["chrt"],"application/vnd.kde.kformula":["kfo"],"application/vnd.kde.kivio":["flw"],"application/vnd.kde.kontour":["kon"],"application/vnd.kde.kpresenter":["kpr","kpt"],"application/vnd.kde.kspread":["ksp"],"application/vnd.kde.kword":["kwd","kwt"],"application/vnd.kenameaapp":["htke"],"application/vnd.kidspiration":["kia"],"application/vnd.kinar":["kne","knp"],"application/vnd.koan":["skp","skd","skt","skm"],"application/vnd.kodak-descriptor":["sse"],"application/vnd.las.las+xml":["lasxml"],"application/vnd.llamagraphics.life-balance.desktop":["lbd"],"application/vnd.llamagraphics.life-balance.exchange+xml":["lbe"],"application/vnd.lotus-1-2-3":["123"],"application/vnd.lotus-approach":["apr"],"application/vnd.lotus-freelance":["pre"],"application/vnd.lotus-notes":["nsf"],"application/vnd.lotus-organizer":["org"],"application/vnd.lotus-screencam":["scm"],"application/vnd.lotus-wordpro":["lwp"],"application/vnd.macports.portpkg":["portpkg"],"application/vnd.mapbox-vector-tile":["mvt"],"application/vnd.mcd":["mcd"],"application/vnd.medcalcdata":["mc1"],"application/vnd.mediastation.cdkey":["cdkey"],"application/vnd.mfer":["mwf"],"application/vnd.mfmp":["mfm"],"application/vnd.micrografx.flo":["flo"],"application/vnd.micrografx.igx":["igx"],"application/vnd.mif":["mif"],"application/vnd.mobius.daf":["daf"],"application/vnd.mobius.dis":["dis"],"application/vnd.mobius.mbk":["mbk"],"application/vnd.mobius.mqy":["mqy"],"application/vnd.mobius.msl":["msl"],"application/vnd.mobius.plc":["plc"],"application/vnd.mobius.txf":["txf"],"application/vnd.mophun.application":["mpn"],"application/vnd.mophun.certificate":["mpc"],"application/vnd.mozilla.xul+xml":["xul"],"application/vnd.ms-artgalry":["cil"],"application/vnd.ms-cab-compressed":["cab"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"],"application/vnd.ms-excel.addin.macroenabled.12":["xlam"],"application/vnd.ms-excel.sheet.binary.macroenabled.12":["xlsb"],"application/vnd.ms-excel.sheet.macroenabled.12":["xlsm"],"application/vnd.ms-excel.template.macroenabled.12":["xltm"],"application/vnd.ms-fontobject":["eot"],"application/vnd.ms-htmlhelp":["chm"],"application/vnd.ms-ims":["ims"],"application/vnd.ms-lrm":["lrm"],"application/vnd.ms-officetheme":["thmx"],"application/vnd.ms-outlook":["msg"],"application/vnd.ms-pki.seccat":["cat"],"application/vnd.ms-pki.stl":["*stl"],"application/vnd.ms-powerpoint":["ppt","pps","pot"],"application/vnd.ms-powerpoint.addin.macroenabled.12":["ppam"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["pptm"],"application/vnd.ms-powerpoint.slide.macroenabled.12":["sldm"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["ppsm"],"application/vnd.ms-powerpoint.template.macroenabled.12":["potm"],"application/vnd.ms-project":["*mpp","mpt"],"application/vnd.ms-visio.viewer":["vdx"],"application/vnd.ms-word.document.macroenabled.12":["docm"],"application/vnd.ms-word.template.macroenabled.12":["dotm"],"application/vnd.ms-works":["wps","wks","wcm","wdb"],"application/vnd.ms-wpl":["wpl"],"application/vnd.ms-xpsdocument":["xps"],"application/vnd.mseq":["mseq"],"application/vnd.musician":["mus"],"application/vnd.muvee.style":["msty"],"application/vnd.mynfc":["taglet"],"application/vnd.nato.bindingdataobject+xml":["bdo"],"application/vnd.neurolanguage.nlu":["nlu"],"application/vnd.nitf":["ntf","nitf"],"application/vnd.noblenet-directory":["nnd"],"application/vnd.noblenet-sealer":["nns"],"application/vnd.noblenet-web":["nnw"],"application/vnd.nokia.n-gage.ac+xml":["*ac"],"application/vnd.nokia.n-gage.data":["ngdat"],"application/vnd.nokia.n-gage.symbian.install":["n-gage"],"application/vnd.nokia.radio-preset":["rpst"],"application/vnd.nokia.radio-presets":["rpss"],"application/vnd.novadigm.edm":["edm"],"application/vnd.novadigm.edx":["edx"],"application/vnd.novadigm.ext":["ext"],"application/vnd.oasis.opendocument.chart":["odc"],"application/vnd.oasis.opendocument.chart-template":["otc"],"application/vnd.oasis.opendocument.database":["odb"],"application/vnd.oasis.opendocument.formula":["odf"],"application/vnd.oasis.opendocument.formula-template":["odft"],"application/vnd.oasis.opendocument.graphics":["odg"],"application/vnd.oasis.opendocument.graphics-template":["otg"],"application/vnd.oasis.opendocument.image":["odi"],"application/vnd.oasis.opendocument.image-template":["oti"],"application/vnd.oasis.opendocument.presentation":["odp"],"application/vnd.oasis.opendocument.presentation-template":["otp"],"application/vnd.oasis.opendocument.spreadsheet":["ods"],"application/vnd.oasis.opendocument.spreadsheet-template":["ots"],"application/vnd.oasis.opendocument.text":["odt"],"application/vnd.oasis.opendocument.text-master":["odm"],"application/vnd.oasis.opendocument.text-template":["ott"],"application/vnd.oasis.opendocument.text-web":["oth"],"application/vnd.olpc-sugar":["xo"],"application/vnd.oma.dd2+xml":["dd2"],"application/vnd.openblox.game+xml":["obgx"],"application/vnd.openofficeorg.extension":["oxt"],"application/vnd.openstreetmap.data+xml":["osm"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["pptx"],"application/vnd.openxmlformats-officedocument.presentationml.slide":["sldx"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["ppsx"],"application/vnd.openxmlformats-officedocument.presentationml.template":["potx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.osgeo.mapguide.package":["mgp"],"application/vnd.osgi.dp":["dp"],"application/vnd.osgi.subsystem":["esa"],"application/vnd.palm":["pdb","pqa","oprc"],"application/vnd.pawaafile":["paw"],"application/vnd.pg.format":["str"],"application/vnd.pg.osasli":["ei6"],"application/vnd.picsel":["efif"],"application/vnd.pmi.widget":["wg"],"application/vnd.pocketlearn":["plf"],"application/vnd.powerbuilder6":["pbd"],"application/vnd.previewsystems.box":["box"],"application/vnd.procrate.brushset":["brushset"],"application/vnd.procreate.brush":["brush"],"application/vnd.procreate.dream":["drm"],"application/vnd.proteus.magazine":["mgz"],"application/vnd.publishare-delta-tree":["qps"],"application/vnd.pvi.ptid1":["ptid"],"application/vnd.pwg-xhtml-print+xml":["xhtm"],"application/vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"application/vnd.rar":["rar"],"application/vnd.realvnc.bed":["bed"],"application/vnd.recordare.musicxml":["mxl"],"application/vnd.recordare.musicxml+xml":["musicxml"],"application/vnd.rig.cryptonote":["cryptonote"],"application/vnd.rim.cod":["cod"],"application/vnd.rn-realmedia":["rm"],"application/vnd.rn-realmedia-vbr":["rmvb"],"application/vnd.route66.link66+xml":["link66"],"application/vnd.sailingtracker.track":["st"],"application/vnd.seemail":["see"],"application/vnd.sema":["sema"],"application/vnd.semd":["semd"],"application/vnd.semf":["semf"],"application/vnd.shana.informed.formdata":["ifm"],"application/vnd.shana.informed.formtemplate":["itp"],"application/vnd.shana.informed.interchange":["iif"],"application/vnd.shana.informed.package":["ipk"],"application/vnd.simtech-mindmapper":["twd","twds"],"application/vnd.smaf":["mmf"],"application/vnd.smart.teacher":["teacher"],"application/vnd.software602.filler.form+xml":["fo"],"application/vnd.solent.sdkm+xml":["sdkm","sdkd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.spotfire.sfs":["sfs"],"application/vnd.stardivision.calc":["sdc"],"application/vnd.stardivision.draw":["sda"],"application/vnd.stardivision.impress":["sdd"],"application/vnd.stardivision.math":["smf"],"application/vnd.stardivision.writer":["sdw","vor"],"application/vnd.stardivision.writer-global":["sgl"],"application/vnd.stepmania.package":["smzip"],"application/vnd.stepmania.stepchart":["sm"],"application/vnd.sun.wadl+xml":["wadl"],"application/vnd.sun.xml.calc":["sxc"],"application/vnd.sun.xml.calc.template":["stc"],"application/vnd.sun.xml.draw":["sxd"],"application/vnd.sun.xml.draw.template":["std"],"application/vnd.sun.xml.impress":["sxi"],"application/vnd.sun.xml.impress.template":["sti"],"application/vnd.sun.xml.math":["sxm"],"application/vnd.sun.xml.writer":["sxw"],"application/vnd.sun.xml.writer.global":["sxg"],"application/vnd.sun.xml.writer.template":["stw"],"application/vnd.sus-calendar":["sus","susp"],"application/vnd.svd":["svd"],"application/vnd.symbian.install":["sis","sisx"],"application/vnd.syncml+xml":["xsm"],"application/vnd.syncml.dm+wbxml":["bdm"],"application/vnd.syncml.dm+xml":["xdm"],"application/vnd.syncml.dmddf+xml":["ddf"],"application/vnd.tao.intent-module-archive":["tao"],"application/vnd.tcpdump.pcap":["pcap","cap","dmp"],"application/vnd.tmobile-livetv":["tmo"],"application/vnd.trid.tpt":["tpt"],"application/vnd.triscape.mxs":["mxs"],"application/vnd.trueapp":["tra"],"application/vnd.ufdl":["ufd","ufdl"],"application/vnd.uiq.theme":["utz"],"application/vnd.umajin":["umj"],"application/vnd.unity":["unityweb"],"application/vnd.uoml+xml":["uoml","uo"],"application/vnd.vcx":["vcx"],"application/vnd.visio":["vsd","vst","vss","vsw","vsdx","vtx"],"application/vnd.visionary":["vis"],"application/vnd.vsf":["vsf"],"application/vnd.wap.wbxml":["wbxml"],"application/vnd.wap.wmlc":["wmlc"],"application/vnd.wap.wmlscriptc":["wmlsc"],"application/vnd.webturbo":["wtb"],"application/vnd.wolfram.player":["nbp"],"application/vnd.wordperfect":["wpd"],"application/vnd.wqd":["wqd"],"application/vnd.wt.stf":["stf"],"application/vnd.xara":["xar"],"application/vnd.xfdl":["xfdl"],"application/vnd.yamaha.hv-dic":["hvd"],"application/vnd.yamaha.hv-script":["hvs"],"application/vnd.yamaha.hv-voice":["hvp"],"application/vnd.yamaha.openscoreformat":["osf"],"application/vnd.yamaha.openscoreformat.osfpvg+xml":["osfpvg"],"application/vnd.yamaha.smaf-audio":["saf"],"application/vnd.yamaha.smaf-phrase":["spf"],"application/vnd.yellowriver-custom-menu":["cmp"],"application/vnd.zul":["zir","zirz"],"application/vnd.zzazz.deck+xml":["zaz"],"application/x-7z-compressed":["7z"],"application/x-abiword":["abw"],"application/x-ace-compressed":["ace"],"application/x-apple-diskimage":["*dmg"],"application/x-arj":["arj"],"application/x-authorware-bin":["aab","x32","u32","vox"],"application/x-authorware-map":["aam"],"application/x-authorware-seg":["aas"],"application/x-bcpio":["bcpio"],"application/x-bdoc":["*bdoc"],"application/x-bittorrent":["torrent"],"application/x-blender":["blend"],"application/x-blorb":["blb","blorb"],"application/x-bzip":["bz"],"application/x-bzip2":["bz2","boz"],"application/x-cbr":["cbr","cba","cbt","cbz","cb7"],"application/x-cdlink":["vcd"],"application/x-cfs-compressed":["cfs"],"application/x-chat":["chat"],"application/x-chess-pgn":["pgn"],"application/x-chrome-extension":["crx"],"application/x-cocoa":["cco"],"application/x-compressed":["*rar"],"application/x-conference":["nsc"],"application/x-cpio":["cpio"],"application/x-csh":["csh"],"application/x-debian-package":["*deb","udeb"],"application/x-dgc-compressed":["dgc"],"application/x-director":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"],"application/x-doom":["wad"],"application/x-dtbncx+xml":["ncx"],"application/x-dtbook+xml":["dtb"],"application/x-dtbresource+xml":["res"],"application/x-dvi":["dvi"],"application/x-envoy":["evy"],"application/x-eva":["eva"],"application/x-font-bdf":["bdf"],"application/x-font-ghostscript":["gsf"],"application/x-font-linux-psf":["psf"],"application/x-font-pcf":["pcf"],"application/x-font-snf":["snf"],"application/x-font-type1":["pfa","pfb","pfm","afm"],"application/x-freearc":["arc"],"application/x-futuresplash":["spl"],"application/x-gca-compressed":["gca"],"application/x-glulx":["ulx"],"application/x-gnumeric":["gnumeric"],"application/x-gramps-xml":["gramps"],"application/x-gtar":["gtar"],"application/x-hdf":["hdf"],"application/x-httpd-php":["php"],"application/x-install-instructions":["install"],"application/x-ipynb+json":["ipynb"],"application/x-iso9660-image":["*iso"],"application/x-iwork-keynote-sffkey":["*key"],"application/x-iwork-numbers-sffnumbers":["*numbers"],"application/x-iwork-pages-sffpages":["*pages"],"application/x-java-archive-diff":["jardiff"],"application/x-java-jnlp-file":["jnlp"],"application/x-keepass2":["kdbx"],"application/x-latex":["latex"],"application/x-lua-bytecode":["luac"],"application/x-lzh-compressed":["lzh","lha"],"application/x-makeself":["run"],"application/x-mie":["mie"],"application/x-mobipocket-ebook":["*prc","mobi"],"application/x-ms-application":["application"],"application/x-ms-shortcut":["lnk"],"application/x-ms-wmd":["wmd"],"application/x-ms-wmz":["wmz"],"application/x-ms-xbap":["xbap"],"application/x-msaccess":["mdb"],"application/x-msbinder":["obd"],"application/x-mscardfile":["crd"],"application/x-msclip":["clp"],"application/x-msdos-program":["*exe"],"application/x-msdownload":["*exe","*dll","com","bat","*msi"],"application/x-msmediaview":["mvb","m13","m14"],"application/x-msmetafile":["*wmf","*wmz","*emf","emz"],"application/x-msmoney":["mny"],"application/x-mspublisher":["pub"],"application/x-msschedule":["scd"],"application/x-msterminal":["trm"],"application/x-mswrite":["wri"],"application/x-netcdf":["nc","cdf"],"application/x-ns-proxy-autoconfig":["pac"],"application/x-nzb":["nzb"],"application/x-perl":["pl","pm"],"application/x-pilot":["*prc","*pdb"],"application/x-pkcs12":["p12","pfx"],"application/x-pkcs7-certificates":["p7b","spc"],"application/x-pkcs7-certreqresp":["p7r"],"application/x-rar-compressed":["*rar"],"application/x-redhat-package-manager":["rpm"],"application/x-research-info-systems":["ris"],"application/x-sea":["sea"],"application/x-sh":["sh"],"application/x-shar":["shar"],"application/x-shockwave-flash":["swf"],"application/x-silverlight-app":["xap"],"application/x-sql":["*sql"],"application/x-stuffit":["sit"],"application/x-stuffitx":["sitx"],"application/x-subrip":["srt"],"application/x-sv4cpio":["sv4cpio"],"application/x-sv4crc":["sv4crc"],"application/x-t3vm-image":["t3"],"application/x-tads":["gam"],"application/x-tar":["tar"],"application/x-tcl":["tcl","tk"],"application/x-tex":["tex"],"application/x-tex-tfm":["tfm"],"application/x-texinfo":["texinfo","texi"],"application/x-tgif":["*obj"],"application/x-ustar":["ustar"],"application/x-virtualbox-hdd":["hdd"],"application/x-virtualbox-ova":["ova"],"application/x-virtualbox-ovf":["ovf"],"application/x-virtualbox-vbox":["vbox"],"application/x-virtualbox-vbox-extpack":["vbox-extpack"],"application/x-virtualbox-vdi":["vdi"],"application/x-virtualbox-vhd":["vhd"],"application/x-virtualbox-vmdk":["vmdk"],"application/x-wais-source":["src"],"application/x-web-app-manifest+json":["webapp"],"application/x-x509-ca-cert":["der","crt","pem"],"application/x-xfig":["fig"],"application/x-xliff+xml":["*xlf"],"application/x-xpinstall":["xpi"],"application/x-xz":["xz"],"application/x-zip-compressed":["*zip"],"application/x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"audio/vnd.dece.audio":["uva","uvva"],"audio/vnd.digital-winds":["eol"],"audio/vnd.dra":["dra"],"audio/vnd.dts":["dts"],"audio/vnd.dts.hd":["dtshd"],"audio/vnd.lucent.voice":["lvp"],"audio/vnd.ms-playready.media.pya":["pya"],"audio/vnd.nuera.ecelp4800":["ecelp4800"],"audio/vnd.nuera.ecelp7470":["ecelp7470"],"audio/vnd.nuera.ecelp9600":["ecelp9600"],"audio/vnd.rip":["rip"],"audio/x-aac":["*aac"],"audio/x-aiff":["aif","aiff","aifc"],"audio/x-caf":["caf"],"audio/x-flac":["flac"],"audio/x-m4a":["*m4a"],"audio/x-matroska":["mka"],"audio/x-mpegurl":["m3u"],"audio/x-ms-wax":["wax"],"audio/x-ms-wma":["wma"],"audio/x-pn-realaudio":["ram","ra"],"audio/x-pn-realaudio-plugin":["rmp"],"audio/x-realaudio":["*ra"],"audio/x-wav":["*wav"],"chemical/x-cdx":["cdx"],"chemical/x-cif":["cif"],"chemical/x-cmdf":["cmdf"],"chemical/x-cml":["cml"],"chemical/x-csml":["csml"],"chemical/x-xyz":["xyz"],"image/prs.btif":["btif","btf"],"image/prs.pti":["pti"],"image/vnd.adobe.photoshop":["psd"],"image/vnd.airzip.accelerator.azv":["azv"],"image/vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"image/vnd.djvu":["djvu","djv"],"image/vnd.dvb.subtitle":["*sub"],"image/vnd.dwg":["dwg"],"image/vnd.dxf":["dxf"],"image/vnd.fastbidsheet":["fbs"],"image/vnd.fpx":["fpx"],"image/vnd.fst":["fst"],"image/vnd.fujixerox.edmics-mmr":["mmr"],"image/vnd.fujixerox.edmics-rlc":["rlc"],"image/vnd.microsoft.icon":["ico"],"image/vnd.ms-dds":["dds"],"image/vnd.ms-modi":["mdi"],"image/vnd.ms-photo":["wdp"],"image/vnd.net-fpx":["npx"],"image/vnd.pco.b16":["b16"],"image/vnd.tencent.tap":["tap"],"image/vnd.valve.source.texture":["vtf"],"image/vnd.wap.wbmp":["wbmp"],"image/vnd.xiff":["xif"],"image/vnd.zbrush.pcx":["pcx"],"image/x-3ds":["3ds"],"image/x-adobe-dng":["dng"],"image/x-cmu-raster":["ras"],"image/x-cmx":["cmx"],"image/x-freehand":["fh","fhc","fh4","fh5","fh7"],"image/x-icon":["*ico"],"image/x-jng":["jng"],"image/x-mrsid-image":["sid"],"image/x-ms-bmp":["*bmp"],"image/x-pcx":["*pcx"],"image/x-pict":["pic","pct"],"image/x-portable-anymap":["pnm"],"image/x-portable-bitmap":["pbm"],"image/x-portable-graymap":["pgm"],"image/x-portable-pixmap":["ppm"],"image/x-rgb":["rgb"],"image/x-tga":["tga"],"image/x-xbitmap":["xbm"],"image/x-xpixmap":["xpm"],"image/x-xwindowdump":["xwd"],"message/vnd.wfa.wsc":["wsc"],"model/vnd.bary":["bary"],"model/vnd.cld":["cld"],"model/vnd.collada+xml":["dae"],"model/vnd.dwf":["dwf"],"model/vnd.gdl":["gdl"],"model/vnd.gtw":["gtw"],"model/vnd.mts":["*mts"],"model/vnd.opengex":["ogex"],"model/vnd.parasolid.transmit.binary":["x_b"],"model/vnd.parasolid.transmit.text":["x_t"],"model/vnd.pytha.pyox":["pyo","pyox"],"model/vnd.sap.vds":["vds"],"model/vnd.usda":["usda"],"model/vnd.usdz+zip":["usdz"],"model/vnd.valve.source.compiled-map":["bsp"],"model/vnd.vtu":["vtu"],"text/prs.lines.tag":["dsc"],"text/vnd.curl":["curl"],"text/vnd.curl.dcurl":["dcurl"],"text/vnd.curl.mcurl":["mcurl"],"text/vnd.curl.scurl":["scurl"],"text/vnd.dvb.subtitle":["sub"],"text/vnd.familysearch.gedcom":["ged"],"text/vnd.fly":["fly"],"text/vnd.fmi.flexstor":["flx"],"text/vnd.graphviz":["gv"],"text/vnd.in3d.3dml":["3dml"],"text/vnd.in3d.spot":["spot"],"text/vnd.sun.j2me.app-descriptor":["jad"],"text/vnd.wap.wml":["wml"],"text/vnd.wap.wmlscript":["wmls"],"text/x-asm":["s","asm"],"text/x-c":["c","cc","cxx","cpp","h","hh","dic"],"text/x-component":["htc"],"text/x-fortran":["f","for","f77","f90"],"text/x-handlebars-template":["hbs"],"text/x-java-source":["java"],"text/x-lua":["lua"],"text/x-markdown":["mkd"],"text/x-nfo":["nfo"],"text/x-opml":["opml"],"text/x-org":["*org"],"text/x-pascal":["p","pas"],"text/x-processing":["pde"],"text/x-sass":["sass"],"text/x-scss":["scss"],"text/x-setext":["etx"],"text/x-sfv":["sfv"],"text/x-suse-ymp":["ymp"],"text/x-uuencode":["uu"],"text/x-vcalendar":["vcs"],"text/x-vcard":["vcf"],"video/vnd.dece.hd":["uvh","uvvh"],"video/vnd.dece.mobile":["uvm","uvvm"],"video/vnd.dece.pd":["uvp","uvvp"],"video/vnd.dece.sd":["uvs","uvvs"],"video/vnd.dece.video":["uvv","uvvv"],"video/vnd.dvb.file":["dvb"],"video/vnd.fvt":["fvt"],"video/vnd.mpegurl":["mxu","m4u"],"video/vnd.ms-playready.media.pyv":["pyv"],"video/vnd.uvvu.mp4":["uvu","uvvu"],"video/vnd.vivo":["viv"],"video/x-f4v":["f4v"],"video/x-fli":["fli"],"video/x-flv":["flv"],"video/x-m4v":["m4v"],"video/x-matroska":["mkv","mk3d","mks"],"video/x-mng":["mng"],"video/x-ms-asf":["asf","asx"],"video/x-ms-vob":["vob"],"video/x-ms-wm":["wm"],"video/x-ms-wmv":["wmv"],"video/x-ms-wmx":["wmx"],"video/x-ms-wvx":["wvx"],"video/x-msvideo":["avi"],"video/x-sgi-movie":["movie"],"video/x-smv":["smv"],"x-conference/x-cooltalk":["ice"]};Object.freeze(E5);const B5={"application/andrew-inset":["ez"],"application/appinstaller":["appinstaller"],"application/applixware":["aw"],"application/appx":["appx"],"application/appxbundle":["appxbundle"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomdeleted+xml":["atomdeleted"],"application/atomsvc+xml":["atomsvc"],"application/atsc-dwd+xml":["dwd"],"application/atsc-held+xml":["held"],"application/atsc-rsat+xml":["rsat"],"application/automationml-aml+xml":["aml"],"application/automationml-amlx+zip":["amlx"],"application/bdoc":["bdoc"],"application/calendar+xml":["xcs"],"application/ccxml+xml":["ccxml"],"application/cdfx+xml":["cdfx"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cpl+xml":["cpl"],"application/cu-seeme":["cu"],"application/cwl":["cwl"],"application/dash+xml":["mpd"],"application/dash-patch+xml":["mpp"],"application/davmount+xml":["davmount"],"application/dicom":["dcm"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/express":["exp"],"application/fdf":["fdf"],"application/fdt+xml":["fdt"],"application/font-tdpfr":["pfr"],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hjson":["hjson"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/its+xml":["its"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["*js"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lgr+xml":["lgr"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/media-policy-dataset+xml":["mpf"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mmt-aei+xml":["maei"],"application/mmt-usd+xml":["musd"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["*mp4","*mpg4","mp4s","m4p"],"application/msix":["msix"],"application/msixbundle":["msixbundle"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/n-quads":["nq"],"application/n-triples":["nt"],"application/node":["cjs"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg","one","onea"],"application/oxps":["oxps"],"application/p2p-overlay+xml":["relo"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-keys":["asc"],"application/pgp-signature":["sig","*asc"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/provenance+xml":["provx"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf","owl"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/route-apd+xml":["rapd"],"application/route-s-tsid+xml":["sls"],"application/route-usd+xml":["rusd"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/senml+xml":["senmlx"],"application/sensml+xml":["sensmlx"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/sieve":["siv","sieve"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/sql":["sql"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/swid+xml":["swidtag"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/toml":["toml"],"application/trig":["trig"],"application/ttml+xml":["ttml"],"application/ubjson":["ubj"],"application/urc-ressheet+xml":["rsheet"],"application/urc-targetdesc+xml":["td"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/watcherinfo+xml":["wif"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/xaml+xml":["xaml"],"application/xcap-att+xml":["xav"],"application/xcap-caps+xml":["xca"],"application/xcap-diff+xml":["xdf"],"application/xcap-el+xml":["xel"],"application/xcap-ns+xml":["xns"],"application/xenc+xml":["xenc"],"application/xfdf":["xfdf"],"application/xhtml+xml":["xhtml","xht"],"application/xliff+xml":["xlf"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["*xsl","xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"application/zip+dotlottie":["lottie"],"audio/3gpp":["*3gpp"],"audio/aac":["adts","aac"],"audio/adpcm":["adp"],"audio/amr":["amr"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mobile-xmf":["mxmf"],"audio/mp3":["*mp3"],"audio/mp4":["m4a","mp4a","m4b"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx","opus"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/wav":["wav"],"audio/wave":["*wav"],"audio/webm":["weba"],"audio/xm":["xm"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/aces":["exr"],"image/apng":["apng"],"image/avci":["avci"],"image/avcs":["avcs"],"image/avif":["avif"],"image/bmp":["bmp","dib"],"image/cgm":["cgm"],"image/dicom-rle":["drle"],"image/dpx":["dpx"],"image/emf":["emf"],"image/fits":["fits"],"image/g3fax":["g3"],"image/gif":["gif"],"image/heic":["heic"],"image/heic-sequence":["heics"],"image/heif":["heif"],"image/heif-sequence":["heifs"],"image/hej2k":["hej2"],"image/ief":["ief"],"image/jaii":["jaii"],"image/jais":["jais"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpg","jpeg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm","jpgm"],"image/jpx":["jpx","jpf"],"image/jxl":["jxl"],"image/jxr":["jxr"],"image/jxra":["jxra"],"image/jxrs":["jxrs"],"image/jxs":["jxs"],"image/jxsc":["jxsc"],"image/jxsi":["jxsi"],"image/jxss":["jxss"],"image/ktx":["ktx"],"image/ktx2":["ktx2"],"image/pjpeg":["jfif"],"image/png":["png"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/t38":["t38"],"image/tiff":["tif","tiff"],"image/tiff-fx":["tfx"],"image/webp":["webp"],"image/wmf":["wmf"],"message/disposition-notification":["disposition-notification"],"message/global":["u8msg"],"message/global-delivery-status":["u8dsn"],"message/global-disposition-notification":["u8mdn"],"message/global-headers":["u8hdr"],"message/rfc822":["eml","mime","mht","mhtml"],"model/3mf":["3mf"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/jt":["jt"],"model/mesh":["msh","mesh","silo"],"model/mtl":["mtl"],"model/obj":["obj"],"model/prc":["prc"],"model/step":["step","stp","stpnc","p21","210"],"model/step+xml":["stpx"],"model/step+zip":["stpz"],"model/step-xml+zip":["stpxz"],"model/stl":["stl"],"model/u3d":["u3d"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["*x3db","x3dbz"],"model/x3d+fastinfoset":["x3db"],"model/x3d+vrml":["*x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"model/x3d-vrml":["x3dv"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/javascript":["js","mjs"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["md","markdown"],"text/mathml":["mml"],"text/mdx":["mdx"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/richtext":["rtx"],"text/rtf":["*rtf"],"text/sgml":["sgml","sgm"],"text/shex":["shex"],"text/slim":["slim","slm"],"text/spdx":["spdx"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vtt":["vtt"],"text/wgsl":["wgsl"],"text/xml":["*xml"],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/iso.segment":["m4s"],"video/jpeg":["jpgv"],"video/jpm":["*jpm","*jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts","m2t","m2ts","mts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]};Object.freeze(B5);var i1=globalThis&&globalThis.__classPrivateFieldGet||function(e,t,i,o){if(i==="a"&&!o)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!o:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return i==="m"?o:i==="a"?o.call(e):o?o.value:t.get(e)},Ei,y2,Xt;class ST{constructor(...t){Ei.set(this,new Map),y2.set(this,new Map),Xt.set(this,new Map);for(const i of t)this.define(i)}define(t,i=!1){for(let[o,l]of Object.entries(t)){o=o.toLowerCase(),l=l.map(f=>f.toLowerCase()),i1(this,Xt,"f").has(o)||i1(this,Xt,"f").set(o,new Set);const r=i1(this,Xt,"f").get(o);let c=!0;for(let f of l){const u=f.startsWith("*");if(f=u?f.slice(1):f,r==null||r.add(f),c&&i1(this,y2,"f").set(o,f),c=!1,u)continue;const h=i1(this,Ei,"f").get(f);if(h&&h!=o&&!i)throw new Error(`"${o} -> ${f}" conflicts with "${h} -> ${f}". Pass \`force=true\` to override this definition.`);i1(this,Ei,"f").set(f,o)}}return this}getType(t){if(typeof t!="string")return null;const i=t.replace(/^.*[/\\]/s,"").toLowerCase(),o=i.replace(/^.*\./s,"").toLowerCase(),l=i.length<t.length;return!(o.length<i.length-1)&&l?null:i1(this,Ei,"f").get(o)??null}getExtension(t){var i;return typeof t!="string"?null:(t=(i=t==null?void 0:t.split)==null?void 0:i.call(t,";")[0],(t&&i1(this,y2,"f").get(t.trim().toLowerCase()))??null)}getAllExtensions(t){return typeof t!="string"?null:i1(this,Xt,"f").get(t.toLowerCase())??null}_freeze(){this.define=()=>{throw new Error("define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances")},Object.freeze(this);for(const t of i1(this,Xt,"f").values())Object.freeze(t);return this}_getTestState(){return{types:i1(this,Ei,"f"),extensions:i1(this,y2,"f")}}}Ei=new WeakMap,y2=new WeakMap,Xt=new WeakMap;const IT=new ST(B5,E5)._freeze(),GJ="",VT={class:"unnnic-upload-area__dropzone__content"},zT={class:"unnnic-upload-area__dropzone__content__title"},OT=["title"],HT=["accept","multiple"],Fo=k({__name:"DropArea",props:{acceptMultiple:{type:Boolean,default:!0},supportedFormats:{type:String,default:"*"},maxFileSize:{type:Number,default:void 0},shouldReplace:{type:Boolean,default:!1},currentFiles:{type:Array,default(){return[]}},maximumUploads:{type:Number,default:1},subtitle:{type:String,default:""}},emits:["update:currentFiles","fileChange","unsupportedFormat","exceededTheMaximumFileSizeLimit"],setup(e,{emit:t}){const i=n.ref(!1),o=n.ref(!1),l=n.ref(0),r=n.ref(),c=e,f=t,u=n.getCurrentInstance();function h(S){var j,K;return!!((K=(j=u==null?void 0:u.vnode)==null?void 0:j.props)!=null&&K[S])}const p=n.computed(()=>c.supportedFormats.split(",").map(j=>j.toUpperCase()).join(", "));function v(){l.value+=1,i.value=!0}function w(){i.value=!0}function b(){l.value-=1,l.value===0&&(i.value=!1)}function E(){i.value=!1}function L(S){i.value=!1;const{files:j}=S.dataTransfer;$(j)&&Y(j)}function V(S){const{files:j}=S.target;$(j)&&Y(j),r.value.value=""}function O(){o.value=!0,setTimeout(()=>{o.value=!1},5e3)}function $(S){return!c.acceptMultiple&&S.length>1?(O(),!1):N(S)?I(S)?!0:(h("onExceededTheMaximumFileSizeLimit")?f("exceededTheMaximumFileSizeLimit"):O(),!1):(h("onUnsupportedFormat")?f("unsupportedFormat"):O(),!1)}function N(S){if(c.supportedFormats==="*")return!0;const j=c.supportedFormats.split(",").map(G=>G.trim());return Array.from(S).find(G=>{const Te=G.name.toLowerCase(),yn=G.type.toLowerCase(),ye=`.${Te.split(".").pop()}`,ln=j.includes(ye),z1=yn===IT.getType(Te);return ln&&z1})}function I(S){return c.maxFileSize?Array.from(S).find(K=>(K.size/1048576).toFixed(2)<=c.maxFileSize):!0}function Y(S){let j=S.length;if(c.shouldReplace||(j+=c.currentFiles.length),j>c.maximumUploads){O();return}const K=Array.from(S).filter(Te=>!!(N([Te])&&I([Te])));let G;c.shouldReplace?G=K:G=c.currentFiles.concat(K),f("update:currentFiles",G),f("fileChange",G)}return(S,j)=>(n.openBlock(),n.createElementBlock("section",{ref:"dropzone",class:n.normalizeClass({"unnnic-upload-area__dropzone":!0,"unnnic-upload-area__dropzone__is-dragover":i.value,"unnnic-upload-area__dropzone__has-error":o.value}),onDragenter:n.withModifiers(v,["stop","prevent"]),onDragover:n.withModifiers(w,["stop","prevent"]),onDragleave:n.withModifiers(b,["stop","prevent"]),onDragend:n.withModifiers(E,["stop","prevent"]),onDrop:n.withModifiers(L,["stop","prevent"]),onClick:j[0]||(j[0]=()=>S.$refs.file.click())},[n.createVNode(ne,{class:"unnnic-upload-area__dropzone__icon",icon:"upload",scheme:o.value?"feedback-red":"weni-500",size:"lg"},null,8,["scheme"]),n.createElementVNode("div",VT,[n.createElementVNode("span",zT,[n.renderSlot(S.$slots,"title",{},()=>[n.createTextVNode(n.toDisplayString(S.$t("upload_area.title.text"))+" ",1),n.createElementVNode("span",{class:n.normalizeClass(`unnnic-upload-area__dropzone__content__title__${o.value?"error":"search"}`)},n.toDisplayString(S.$t("upload_area.title.highlight")),3)],!0)]),n.createElementVNode("span",{class:n.normalizeClass(["unnnic-upload-area__dropzone__content__subtitle",{"unnnic-upload-area__dropzone__content__subtitle__error":o.value}]),title:p.value},[n.renderSlot(S.$slots,"subtitle",{},()=>[n.createTextVNode(n.toDisplayString(e.subtitle||`${S.$t(`upload_area${o.value?".invalid":""}.subtitle`)} ${p.value}`),1)],!0)],10,OT)]),n.withDirectives(n.createElementVNode("input",{ref_key:"file",ref:r,type:"file",accept:e.supportedFormats,multiple:e.acceptMultiple,onInput:V},null,40,HT),[[n.vShow,!1]])],34))}},[["__scopeId","data-v-09e769d3"]]),WJ="",jT={name:"ImportCard",components:{UnnnicButton:Vn,UnnnicIcon:ne},props:{title:{type:String,default:""},subtitle:{type:String,default:""},importProgress:{type:Number,default:0},isImporting:{type:Boolean,default:!1},canImport:{type:Boolean,default:!0},canDelete:{type:Boolean,default:!0},acceptedFormats:{type:String,default:"*"},uploadIcon:{type:String,default:"upload-bottom-1"}},computed:{fileIcon(){const e=this.title.slice(this.title.lastIndexOf(".")+1);return{pdf:"picture_as_pdf",txt:"text_snippet",xls:"table",xlsx:"table",doc:"draft",docx:"draft"}[e]||"draft"}},methods:{importFile(){this.$refs.file.click()},handleFileChange(e){const{files:t}=e.target;let i;t.length>0&&([i]=e.target.files),i&&this.$emit("modifiedFile",i)},emitDeletion(){this.$emit("delete")}}},FT={class:"unnnic-import-card"},PT={class:"unnnic-import-card__data"},YT={key:0,class:"unnnic-import-card__data__title"},RT={key:1,class:"unnnic-import-card__data__title"},UT={key:2,class:"unnnic-import-card__data__subtitle"},QT={key:0,class:"unnnic-import-card__data__subtitle__text"},GT={key:1,class:"unnnic-import-card__data__subtitle__progress"},ZT={class:"unnnic-import-card__buttons"},WT=["accept"];function qT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon"),f=n.resolveComponent("UnnnicButton");return n.openBlock(),n.createElementBlock("div",FT,[n.createVNode(c,{class:"unnnic-import-card__file-icon",size:"md",scheme:"weni-600",icon:r.fileIcon},null,8,["icon"]),n.createElementVNode("div",PT,[i.isImporting?(n.openBlock(),n.createElementBlock("div",YT,n.toDisplayString(e.$t("import_card.importing"))+"... ",1)):(n.openBlock(),n.createElementBlock("div",RT,n.toDisplayString(i.title),1)),i.subtitle&&i.isImporting?(n.openBlock(),n.createElementBlock("div",UT,[i.subtitle&&i.isImporting?(n.openBlock(),n.createElementBlock("div",QT,n.toDisplayString(i.subtitle),1)):n.createCommentVNode("",!0),i.subtitle&&i.isImporting?(n.openBlock(),n.createElementBlock("div",GT," - "+n.toDisplayString(i.importProgress)+"% ",1)):n.createCommentVNode("",!0)])):n.createCommentVNode("",!0)]),n.createElementVNode("div",ZT,[i.canImport?(n.openBlock(),n.createBlock(f,{key:0,class:"unnnic-import-card__buttons__import",size:"small",iconCenter:i.uploadIcon,type:"primary",onClick:r.importFile},{default:n.withCtx(()=>[n.createElementVNode("input",{ref:"file",type:"file",accept:i.acceptedFormats,style:{display:"none"},onChange:t[0]||(t[0]=(...u)=>r.handleFileChange&&r.handleFileChange(...u))},null,40,WT)]),_:1},8,["iconCenter","onClick"])):n.createCommentVNode("",!0),i.canDelete?(n.openBlock(),n.createBlock(c,{key:1,class:"unnnic-import-card__buttons__delete",size:"sm",scheme:"neutral-cloudy",icon:"delete",clickable:"",onClick:r.emitDeletion},null,8,["onClick"])):n.createCommentVNode("",!0)])])}const Po=k(jT,[["render",qT],["__scopeId","data-v-0990f36a"]]),qJ="",XT={name:"UnnnicUploadArea",components:{UnnnicDropArea:Fo,UnnnicImportCard:Po},model:{prop:"files",event:"fileChange"},props:{files:{type:Array,default:()=>[]},acceptMultiple:{type:Boolean,default:!0},supportedFormats:{type:String,default:"*"},maximumUploads:{type:Number,default:1},filesProgress:{type:Array,default:()=>[]},isUploading:{type:Boolean,default:!1},canImport:{type:Boolean,default:!1},canDelete:{type:Boolean,default:!0},maxFileSize:{type:Number,default:void 0},shouldReplace:{type:Boolean,default:!1},subtitle:{required:!1,type:String,default:""}},emits:["fileChange"],data(){return{currentFiles:this.files}},watch:{files(e){this.currentFiles=e}},methods:{emitFileChange(){this.$emit("fileChange",this.currentFiles)},modifyFile(e,t){this.currentFiles.splice(e,1,t),this.emitFileChange()},removeFile(e){this.currentFiles.splice(e,1),this.emitFileChange()}}},KT={key:0,class:"unnnic-upload-area__cards"};function JT(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicDropArea"),f=n.resolveComponent("UnnnicImportCard");return n.openBlock(),n.createElementBlock("div",null,[n.createVNode(c,{currentFiles:l.currentFiles,"onUpdate:currentFiles":t[0]||(t[0]=u=>l.currentFiles=u),acceptMultiple:i.acceptMultiple,supportedFormats:i.supportedFormats,maxFileSize:i.maxFileSize,shouldReplace:i.shouldReplace,maximumUploads:i.maximumUploads,subtitle:i.subtitle,onFileChange:t[1]||(t[1]=u=>e.$emit("fileChange",u))},null,8,["currentFiles","acceptMultiple","supportedFormats","maxFileSize","shouldReplace","maximumUploads","subtitle"]),l.currentFiles.length>0?(n.openBlock(),n.createElementBlock("div",KT,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.currentFiles,(u,h)=>(n.openBlock(),n.createBlock(f,{key:h,title:u.name,subtitle:u.name,isImporting:i.isUploading,importProgress:i.filesProgress[h]||100,canImport:i.canImport,canDelete:i.canDelete,acceptedFormats:i.supportedFormats,uploadIcon:"button-refresh-arrows-1",onDelete:p=>r.removeFile(h),onModifiedFile:p=>r.modifyFile(h,p)},null,8,["title","subtitle","isImporting","importProgress","canImport","canDelete","acceptedFormats","onDelete","onModifiedFile"]))),128))])):n.createCommentVNode("",!0)])}const Yo=k(XT,[["render",JT],["__scopeId","data-v-872a45ed"]]),XJ="",$T={components:{UnnnicUploadArea:Yo,UnnnicIcon:ne,UnnnicButton:Vn},model:{prop:"files",event:"file-change"},props:{textCancel:{type:String,default:"Cancelar"},textAction:{type:String,default:"Importar tudo"},textTitle:{type:String,default:"Importar sentenças"},acceptMultiple:{type:Boolean,default:!0},supportedFormats:{type:String,default:".png"},maximumUploads:{type:Number,default:1},filesProgress:{type:Array,default:()=>[]},isUploading:{type:Boolean,default:!1},canImport:{type:Boolean,default:!1},canDelete:{type:Boolean,default:!0},maxFileSize:{type:Number,default:void 0},files:{type:Array,default:()=>[]},subtitle:{required:!1,type:String,default:""}},data(){return{}}},eS={class:"modal-upload"},nS={class:"close-button-container"},tS={class:"title"},iS={class:"footer"};function aS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon"),f=n.resolveComponent("UnnnicUploadArea"),u=n.resolveComponent("UnnnicButton");return n.openBlock(),n.createElementBlock("div",eS,[n.createElementVNode("div",nS,[n.createVNode(c,{class:"close-button",icon:"close-1",scheme:"neutral-dark",size:"sm",onClick:t[0]||(t[0]=h=>e.$emit("close"))})]),n.createElementVNode("div",tS,n.toDisplayString(i.textTitle),1),n.createVNode(f,{acceptMultiple:i.acceptMultiple,supportedFormats:i.supportedFormats,maximumUploads:i.maximumUploads,filesProgress:i.filesProgress,isUploading:i.isUploading,canImport:i.canImport,canDelete:i.canDelete,maxFileSize:i.maxFileSize,files:i.files,subtitle:i.subtitle,onFileChange:t[1]||(t[1]=h=>e.$emit("file-change",h))},null,8,["acceptMultiple","supportedFormats","maximumUploads","filesProgress","isUploading","canImport","canDelete","maxFileSize","files","subtitle"]),n.createElementVNode("div",iS,[n.createVNode(u,{size:"large",type:"tertiary",text:i.textCancel,onClick:t[2]||(t[2]=h=>e.$emit("cancel"))},null,8,["text"]),n.createVNode(u,{size:"large",type:"primary",text:i.textAction,onClick:t[3]||(t[3]=h=>e.$emit("action"))},null,8,["text"])])])}const N5=k($T,[["render",aS],["__scopeId","data-v-91328cf9"]]),KJ="",oS={components:{UnnnicIcon:ne},props:{version:{type:String,default:"1.0"},text:{type:String,default:null},scheme:{type:String,default:null},onClose:{type:Function,default:()=>{}},linkHref:{type:String,default:""},linkTarget:{type:String,default:"_blank"},linkText:{type:String,default:"Learn more"},type:{type:String,default:"default"}},emits:["close"],mounted(){this.$refs.progress.addEventListener("animationend",()=>{this.$refs.alertContainer.classList.add("slide-down")}),this.$refs.alertContainer.addEventListener("animationend",e=>{var t;(t=e.animationName)!=null&&t.startsWith("slideDown")&&this.emitClose()})},methods:{emitClose(){this.onClose(),this.$emit("close")}}},rS={ref:"alertContainer",class:"alert-container"},sS={ref:"progress",class:"alert__progress"},lS=["href","target"];function cS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createElementBlock("div",rS,[n.createElementVNode("div",{class:n.normalizeClass(["alert",{"alert--scheme-aux-green":i.scheme==="feedback-green"||i.type==="success","alert--scheme-aux-red":i.scheme==="feedback-red"||i.type==="error"}])},[n.createElementVNode("div",sS,null,512),n.withDirectives(n.createElementVNode("div",{class:"alert__text"},n.toDisplayString(i.text),513),[[n.vShow,i.text]]),i.linkHref?(n.openBlock(),n.createElementBlock("a",{key:0,class:"alert__link",href:i.linkHref,target:i.linkTarget},n.toDisplayString(i.linkText),9,lS)):n.createCommentVNode("",!0),n.createElementVNode("div",{class:"alert__close",onClick:t[0]||(t[0]=(...f)=>r.emitClose&&r.emitClose(...f))},[n.createVNode(c,{icon:"close-1",size:"sm",scheme:"neutral-white"})])],2)],512)}const dS=k(oS,[["render",cS],["__scopeId","data-v-0dc57d65"]]),JJ="",fS={name:"UnnnicAlert",components:{UnnnicIcon:ne,Version1dot1:dS},props:{version:{type:String,default:"1.1"},title:{type:String,default:null},text:{type:String,default:null},scheme:{type:String,default:null},icon:{type:String,default:null},onClose:{type:Function,default:()=>{}},closeText:{type:String,default:""},position:{type:String,default:"top-right"},linkHref:{type:String,default:""},linkTarget:{type:String,default:""},linkText:{type:String,default:""},type:{type:String,default:""}}},uS={class:"unnnic-alert__content"},mS={class:"unnnic-alert__title"},hS={class:"unnnic-alert__text"};function pS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return i.version==="1.0"?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["unnnic-alert",`unnnic-alert-position--${i.position}`])},[n.createVNode(c,{icon:i.icon,scheme:i.scheme,size:"sm","data-test":"unnnic-icon"},null,8,["icon","scheme"]),n.createElementVNode("div",uS,[n.createElementVNode("div",mS,n.toDisplayString(i.title.toUpperCase()),1),n.createElementVNode("div",hS,n.toDisplayString(i.text),1)]),i.closeText?(n.openBlock(),n.createElementBlock("div",{key:0,class:"unnnic-alert__close-text unnnic--clickable",onClick:t[0]||(t[0]=f=>i.onClose())},n.toDisplayString(i.closeText.toUpperCase()),1)):(n.openBlock(),n.createBlock(c,{key:1,clickable:"",icon:"close-1",scheme:"brand-sec",size:"xs","data-test":"unnnic-icon-close",onClick:i.onClose},null,8,["onClick"]))],2)):(n.openBlock(),n.createBlock(n.resolveDynamicComponent("version"+i.version.replace(/\./g,"dot")),n.normalizeProps(n.mergeProps({key:1},{...e.$props})),null,16))}const Ro=k(fS,[["render",pS],["__scopeId","data-v-44a3bcac"]]);function gS(e){return{all:e=e||new Map,on:function(t,i){var o=e.get(t);o?o.push(i):e.set(t,[i])},off:function(t,i){var o=e.get(t);o&&(i?o.splice(o.indexOf(i)>>>0,1):e.set(t,[]))},emit:function(t,i){var o=e.get(t);o&&o.slice().map(function(l){l(i)}),(o=e.get("*"))&&o.slice().map(function(l){l(t,i)})}}}const L5=gS(),T5=({props:e,containerRef:t})=>{const i=n.createApp(Ro,{...e,onClose:()=>{l.$el.remove()},created(){L5.on(["close"],()=>{l.$el.remove()})}}),o=document.createElement("div"),l=i.mount(o);t?(l.$el.style.position="absolute",t.appendChild(l.$el)):document.body.appendChild(l.$el)},S5=({props:e})=>{const t=n.createApp(jo,{...e,onClose:()=>{o.$el.remove()},created(){L5.on(["close"],()=>{o.$el.remove()})}}),i=document.createElement("div"),o=t.mount(i);document.body.appendChild(i)},$J="",yS={name:"UnnnicSelectSmartOption",components:{UnnnicCheckbox:g2},props:{label:{type:String,default:"Option",required:!0},description:{type:String,default:"",required:!1},size:{type:String,default:""},selectable:{type:Boolean,default:!0},focused:{type:Boolean,default:!1},active:{type:Boolean,default:null},disabled:{type:Boolean,default:!1},allowCheckbox:{type:Boolean,default:!1},isMultiple:Boolean,activeColor:{type:String,default:"primary",validator(e){return["primary","secondary"].indexOf(e)!==-1}}},methods:{fullySanitize:jt}},wS=["title"];function CS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicCheckbox");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass({"unnnic-select-smart-option":!0,"unnnic-select-smart-option--focused":i.focused,"unnnic-select-smart-option--active":i.active,"unnnic-select-smart-option--active-secondary":i.active&&i.activeColor==="secondary","unnnic--clickable":i.selectable,"unnnic-select-smart-option--selectable":i.selectable,"unnnic-select-smart-option--with-checkbox":i.allowCheckbox}),title:i.label,"data-testid":"select-smart-option"},[i.allowCheckbox?(n.openBlock(),n.createBlock(c,{key:0,ref:"checkbox","data-testid":"checkbox",modelValue:i.active,size:i.size,disabled:i.disabled},null,8,["modelValue","size","disabled"])):n.createCommentVNode("",!0),n.createElementVNode("div",null,[n.createElementVNode("span",{class:n.normalizeClass(["unnnic-select-smart-option__label",`unnnic-select-smart-option__label--${i.size}`]),"data-testid":"label"},n.toDisplayString(r.fullySanitize(i.label)),3),i.description?(n.openBlock(),n.createElementBlock("p",{key:0,"data-testid":"description",class:n.normalizeClass(["unnnic-select-smart-option__description",`unnnic-select-smart-option__description--${i.size}`])},n.toDisplayString(r.fullySanitize(i.description)),3)):n.createCommentVNode("",!0)])],10,wS)}const kS=k(yS,[["render",CS]]),e$="",vS={name:"UnnnicSelectSmartMultipleHeader",components:{Tag:Di},mixins:[t1],props:{selectedOptions:{type:Array,required:!0},withoutSelectsMessage:{type:String,default:""}},data(){return{multipleSelectedsTags:2,defaultTranslations:{without_multiple_selected:{"pt-br":"Nenhuma opção selecionada",en:"No option selected",es:"Ninguna opción seleccionada"}}}},computed:{firstMultipleSelecteds(){const{selectedOptions:e,multipleSelectedsTags:t}=this,i=[];for(let o=0;o<t;o+=1)i.push(e==null?void 0:e[o]);return i.filter(o=>o!==void 0)}},methods:{unselectOption(e){this.$emit("unselect-option",e)}}},_S={class:"unnnic-select-smart__options__multiple"},bS={key:0,class:"unnnic-select-smart__options__multiple__selecteds__container"},xS={class:"unnnic-select-smart__options__multiple__selecteds"},AS={key:0,class:"unnnic-select-smart__options__multiple__selecteds__remaining","data-testid":"remaining-count"},MS={key:1,class:"unnnic-select-smart__options__multiple--without-multiples","data-testid":"without-selects-message"};function DS(e,t,i,o,l,r){const c=n.resolveComponent("Tag");return n.openBlock(),n.createElementBlock("div",_S,[i.selectedOptions[0]?(n.openBlock(),n.createElementBlock("div",bS,[n.createElementVNode("div",xS,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.firstMultipleSelecteds,f=>(n.openBlock(),n.createBlock(c,{key:f.value,class:"unnnic-select-smart__options__multiple__selecteds__option",text:f.label,hasCloseIcon:!f.disableRemove,onClose:u=>r.unselectOption(f)},null,8,["text","hasCloseIcon","onClose"]))),128)),i.selectedOptions.length>l.multipleSelectedsTags?(n.openBlock(),n.createElementBlock("p",AS," +"+n.toDisplayString(i.selectedOptions.length-l.multipleSelectedsTags),1)):n.createCommentVNode("",!0)])])):n.createCommentVNode("",!0),i.selectedOptions[0]?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("p",MS,n.toDisplayString(i.withoutSelectsMessage||e.i18n("without_multiple_selected")),1))])}const ES=k(vS,[["render",DS],["__scopeId","data-v-44c8e22c"]]),n$="",BS={props:{type:{type:String,default:"automatic"},modelValue:Boolean,position:{type:String,default:"bottom-left"},useAbsolutePosition:{type:Boolean,default:!1}},data(){return{clientHeight:0,clientWidth:0,x:0,y:0,width:0,height:0,data:{x:0,y:0,width:0,height:0}}},computed:{active(){return this.type==="manual"?this.modelValue:!1},positions(){let e,t;return this.position.startsWith("bottom")?(e=this.y+this.height,e+this.data.height>this.clientHeight&&(e=this.clientHeight-this.data.height,this.y>=this.data.height&&(e=this.y-this.data.height))):this.position.startsWith("top")&&(e=this.y-this.data.height,e<0&&(e=0,this.y+this.height+this.data.height<=this.clientHeight&&(e=this.y+this.height))),this.position.endsWith("right")?(t=this.x+this.width,t+this.data.width>this.clientWidth&&(t=this.clientWidth-this.data.width,this.x>=this.data.width&&(t=this.x-this.data.width))):this.position.endsWith("left")&&(t=this.x-this.data.width,t<0&&(t=0,this.x+this.width+this.data.width<=this.clientWidth&&(t=this.x+this.width))),{left:`${t}px`,top:`${e}px`}}},mounted(){this.calculatePosition(),window.addEventListener("scroll",this.calculatePosition),window.addEventListener("resize",this.calculatePosition)},beforeUnmount(){window.removeEventListener("scroll",this.calculatePosition),window.removeEventListener("resize",this.calculatePosition)},methods:{calculatePosition(){const e=this.$refs.dropdown.getBoundingClientRect(),t=this.$refs["dropdown-data"].getBoundingClientRect();this.clientHeight=document.documentElement.clientHeight,this.clientWidth=document.documentElement.clientWidth,this.x=e.x,this.y=e.y,this.width=e.width,this.height=e.height,this.data.x=t.x,this.data.y=t.y,this.data.width=t.width,this.data.height=t.height}}};function NS(e,t,i,o,l,r){return n.openBlock(),n.createElementBlock("span",{ref:"dropdown","data-testid":"dropdown-skeleton",class:n.normalizeClass(["dropdown",{active:r.active}])},[n.renderSlot(e.$slots,"default",{},void 0,!0),n.createElementVNode("div",{ref:"dropdown-data","data-testid":"dropdown-data",class:"dropdown-data",style:n.normalizeStyle({position:i.useAbsolutePosition?"absolute":"fixed",...r.positions})},[n.renderSlot(e.$slots,"inside",{width:`${l.width}px`,height:`${l.height}px`},void 0,!0)],4)],2)}const I5=k(BS,[["render",NS],["__scopeId","data-v-05c4ead6"]]),t$="",LS={name:"UnnnicSelectSmart",components:{TextInput:_0,SelectSmartOption:kS,SelectSmartMultipleHeader:ES,DropdownSkeleton:I5,UnnnicIconLoading:p2},directives:{onClickOutside:h2},mixins:[t1],props:{options:{type:Array,required:!0,default:()=>[{value:"",label:"Initial value"},{value:"option1",label:"Option1"},{value:"option2",label:"Option2"}]},modelValue:{type:Array,default:()=>[]},size:{type:String,default:"md"},type:{type:String,default:"normal",validator(e){return["normal","error","secondary"].indexOf(e)!==-1}},disabled:{type:Boolean,default:null},orderedByIndex:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},multipleWithoutSelectsMessage:{type:String,default:""},autocomplete:{type:Boolean,default:!1},autocompleteIconLeft:{type:Boolean,default:!1},autocompleteClearOnFocus:{type:Boolean,default:!1},selectFirst:{type:Boolean,default:!0},placeholder:{type:String,default:null},isLoading:{type:Boolean,default:!1},enableSearchByValue:{type:Boolean,default:!1},multipleLimit:{type:[Number,null],default:null}},emits:["update:searchValue","onChange","update:modelValue"],data(){return{active:!1,status:"not-mounted",focusedOption:null,searchValue:"",isAutocompleteAllowed:!1,multipleSelectedsTags:2,defaultTranslations:{without_results:{"pt-br":"Nenhum resultado encontrado",en:"No results found",es:"Ningún resultado encontrado"}}}},computed:{selectedLabel(){var i;if(this.status!=="mounted")return"";const e=this.options.find(o=>{const l=o.value===this.modelValue;return this.isAutocompleteAllowed?l&&o.value!=="":o.value===""&&this.modelValue.length===0||l});return e?e.label:this.multiple?this.modelValue.map(l=>l.label).join(", "):((i=this.modelValue.at(-1))==null?void 0:i.label)||""},hasDescriptionOptions(){return this.options.some(e=>typeof e.description<"u")},autocompletePlaceholder(){if(this.isAutocompleteAllowed){const e=this.options.find(t=>t.value==="");if(e)return e.label}return""},inputValue(){const{isAutocompleteAllowed:e,searchValue:t,multiple:i,modelValue:o}=this;return e||i?t:!i&&o.length!==0?o==null?void 0:o[0].label:""}},watch:{active(e){this.$refs["dropdown-skeleton"].calculatePosition(),this.$nextTick(()=>{if(e&&!this.multiple){const t=this.getOptionIndex("active");t!==-1&&this.scrollToOption(t,"center")}})},searchValue(e,t){this.focusedOption=null,!this.active&&t&&(this.active=!0),this.$emit("update:searchValue",e)},modelValue:{deep:!0,handler(e){this.$emit("onChange",e),this.$emit("update:modelValue",e),this.onSelectOption(e.at(-1))}},autocomplete(e){this.multiple||(this.isAutocompleteAllowed=e)}},mounted(){var e,t,i,o,l;this.status="mounted",(this.multiple||this.autocomplete)&&(this.isAutocompleteAllowed=!0),(e=this.modelValue)!=null&&e[0]&&((t=this.modelValue)!=null&&t[0].value)?this.isAutocompleteAllowed&&this.$nextTick(()=>{this.searchValue=this.selectedLabel}):this.selectFirst&&((i=this.options)!=null&&i[0])&&((o=this.options)!=null&&o[0].value)&&this.selectOption((l=this.options)==null?void 0:l[0])},methods:{optionIsSelected(e){return this.modelValue.some(t=>t.value===e.value)},handleSelect(e){if(e){if(this.multiple&&this.optionIsSelected(e)&&!e.disableRemove){this.unselectOption(e);return}if(this.multiple&&e.disableRemove&&this.optionIsSelected(e)||this.multipleLimit&&this.modelValue.length>=this.multipleLimit)return;this.selectOption(e)}},handleClickInput(){if(this.isAutocompleteAllowed){if(this.active)return;(this.autocompleteClearOnFocus||this.multiple)&&(this.searchValue="")}this.active=!this.active},filterOptions(e){const i=this.searchValue.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"").split(" "),o=f=>f.toString().toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,""),l=f=>{var u;return parseInt((u=f.match(/\d+/))==null?void 0:u[0],10)||0},r=e.filter(({value:f,label:u},h,p)=>{const v=o(u),w=p.findIndex(E=>E.value===f)===h,b=i.every(E=>{const L=v.includes(E),V=f.includes(E);return this.enableSearchByValue?L||V:L});return w&&b&&f});return this.orderedByIndex?r:r.sort((f,u)=>{const h=o(f.label),p=o(u.label),v=l(h),w=l(p);return v-w||h.localeCompare(p)})},onClickOutside(){this.active&&(this.isAutocompleteAllowed&&(this.searchValue=this.selectedLabel),this.$nextTick(()=>{this.active=!1}))},getOptionIndex(e){var o,l,r,c;const t=this.filterOptions(this.options);let i="";return e==="active"&&(i=(l=(o=this.modelValue)==null?void 0:o[0])==null?void 0:l.value),e==="focused"&&(i=((r=this.focusedOption)==null?void 0:r.value)||((c=this.modelValue.at(-1))==null?void 0:c.value)),t.findIndex(f=>f.value===i)},scrollToOption(e,t="nearest"){const i=this.$refs.selectSmartOptionsScrollArea;if(i&&e>=0&&e<i.childNodes.length){const o=i.childNodes[e];o instanceof HTMLElement&&(o==null||o.scrollIntoView({block:t}))}},selectOption(e){const t=e.value===null||e.value.length===0?null:e;this.$emit("update:modelValue",this.multiple?[...this.modelValue,t]:[t])},unselectOption(e){const t=this.modelValue.findIndex(i=>i.value===e.value);if(t!==-1){const i=this.modelValue;i.splice(t,1),this.$emit("update:modelValue",i)}this.multiple&&(this.searchValue="")},onSelectOption(e){if(this.$nextTick(()=>{this.multiple||(this.active=!1)}),this.isAutocompleteAllowed&&!this.multiple&&e&&e.label){this.searchValue=e.label;return}this.multiple&&(this.searchValue="")},async onKeyDownSelect(e){const{key:t}=e;if(["Escape","Enter","ArrowUp","ArrowDown"].includes(t)){e.preventDefault();const o=this.filterOptions(this.options),l=this.getOptionIndex("focused");let r;switch(t){case"Escape":this.active=!1,this.searchValue="";break;case"Enter":this.focusedOption&&this.active&&this.handleSelect(this.focusedOption),this.active||(this.active=!0);break;case"ArrowUp":case"ArrowDown":this.multiple&&!this.active&&(this.active=!0,await this.$nextTick()),r=t==="ArrowUp"?Math.max(l-1,0):Math.min(l+1,o.length-1),this.active||this.handleSelect(o[r]);break}r!==void 0&&this.active&&this.scrollToOption(r);const c=o[r===void 0?l:r];this.focusedOption=c}}}},TS={style:{overflow:"auto"}},SS={key:2,class:"unnnic-select-smart__options--no-results"};function IS(e,t,i,o,l,r){const c=n.resolveComponent("TextInput"),f=n.resolveComponent("SelectSmartMultipleHeader"),u=n.resolveComponent("UnnnicIconLoading"),h=n.resolveComponent("SelectSmartOption"),p=n.resolveComponent("DropdownSkeleton"),v=n.resolveDirective("on-click-outside");return n.withDirectives((n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["unnnic-select-smart",{"unnnic-select-smart--secondary":i.type==="secondary"}]),"data-testid":"select-smart",onKeydown:t[1]||(t[1]=(...w)=>r.onKeyDownSelect&&r.onKeyDownSelect(...w))},[n.createVNode(p,{ref:"dropdown-skeleton",type:"manual",modelValue:l.active||null,position:"bottom"},{inside:n.withCtx(w=>[l.active?(n.openBlock(),n.createElementBlock("div",{key:0,style:n.normalizeStyle({width:w.width}),class:n.normalizeClass({"unnnic-select-smart__options":!0,active:l.active,inactive:!l.active}),"data-testid":"options-container"},[n.createElementVNode("div",TS,[i.multiple?(n.openBlock(),n.createBlock(f,{key:0,selectedOptions:i.modelValue,withoutSelectsMessage:i.multipleWithoutSelectsMessage,locale:e.locale,translations:e.translations,onUnselectOption:r.unselectOption},null,8,["selectedOptions","withoutSelectsMessage","locale","translations","onUnselectOption"])):n.createCommentVNode("",!0),n.createElementVNode("div",{ref:"selectSmartOptionsScrollArea","data-testid":"options-scroll-area",class:n.normalizeClass(["unnnic-select-smart__options__scroll-area",`size-${i.size}`,{"with-descriptions":r.hasDescriptionOptions,"with-checkboxes":!!i.multiple}])},[i.isLoading?(n.openBlock(),n.createBlock(u,{key:0,class:"unnnic-select-smart__options-loading",scheme:"neutral-dark",size:"sm"})):(n.openBlock(!0),n.createElementBlock(n.Fragment,{key:1},n.renderList(r.filterOptions(i.options),(b,E)=>(n.openBlock(),n.createBlock(h,{key:b.value,"data-testid":"option",label:b.label,description:b.description,tabindex:E,size:i.size,active:b.value===i.modelValue||r.optionIsSelected(b),disabled:r.optionIsSelected(b)&&b.disableRemove,focused:l.focusedOption&&l.focusedOption.value===b.value,allowCheckbox:!!i.multiple,activeColor:i.type==="secondary"?"secondary":"primary",onClick:L=>r.handleSelect(b)},null,8,["label","description","tabindex","size","active","disabled","focused","allowCheckbox","activeColor","onClick"]))),128)),r.filterOptions(i.options).length===0&&!i.isLoading?(n.openBlock(),n.createElementBlock("p",SS,n.toDisplayString(e.i18n("without_results")),1)):n.createCommentVNode("",!0)],2)])],6)):n.createCommentVNode("",!0)]),default:n.withCtx(()=>[n.createVNode(c,{ref:"selectSmartInput",class:n.normalizeClass(["unnnic-select-smart__input",{"unnnic-select-smart__input--secondary":i.type==="secondary"}]),"data-testid":"select-smart-input",modelValue:r.inputValue,placeholder:i.placeholder||r.autocompletePlaceholder||r.selectedLabel,type:i.type,size:i.size,disabled:i.disabled,readonly:!l.isAutocompleteAllowed,iconLeft:l.isAutocompleteAllowed&&i.autocompleteIconLeft?"search-1":"",iconRight:l.active?"keyboard_arrow_up":"keyboard_arrow_down",iconRightSize:"ant",onClick:n.withModifiers(r.handleClickInput,["stop"]),"onUpdate:modelValue":t[0]||(t[0]=w=>l.searchValue=w)},null,8,["class","modelValue","placeholder","type","size","disabled","readonly","iconLeft","iconRight","onClick"])]),_:1},8,["modelValue"])],34)),[[v,r.onClickOutside]])}const V5=k(LS,[["render",IS]]),i$="",VS={name:"UnnicSelectItem",props:{size:{type:String,default:""},selectable:{type:Boolean,default:!0},active:{type:Boolean,default:!1},textFocused:{type:Boolean,default:!1}}};function zS(e,t,i,o,l,r){return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass({"unnnic-select-item":!0,"unnnic-select-item__active":i.active,"unnnic--clickable":i.selectable,"unnnic-select-item--selectable":i.selectable,"text-focused":i.textFocused}),onClick:t[0]||(t[0]=c=>e.$emit("click"))},[n.createElementVNode("span",{class:n.normalizeClass(["unnnic-select-item__label",`unnnic-select-item__label--${i.size}`])},[n.renderSlot(e.$slots,"default")],2)],2)}const z5=k(VS,[["render",zS]]),a$="",OS={name:"UnnnicMultiSelect",components:{UnnnicIcon:ne,UnnnicRadio:Ho},directives:{onClickOutside:h2},props:{isOpen:{default:!1},expand:{default:!1},label:{type:String,default:""},modelValue:{type:Array,default:()=>[]},inputTitle:{type:String,default:"Teste"},hideRadio:{type:Boolean,default:!1},hideGroupTitle:{type:Boolean,default:!1},unselectable:{type:Boolean,default:!1}},data(){return{active:!1}},watch:{isOpen(){this.active=this.open}},methods:{handleIsOpenKeyboard(e){document.querySelector(".select-permission:focus-visible")&&e.keyCode===32&&(this.active=!this.active)},onClickOutside(){this.active&&(this.active=!1)},change(e,t){this.$emit("update:model-value",this.modelValue.map((i,o)=>{if(o===e){let l=t;return this.unselectable&&i.selected===t&&(l=-1),{...i,selected:l}}return i}))}}},HS={key:0,class:"select-permission-label"},jS={class:"title noselect"},FS={key:1,class:"select-content",tabindex:"0"},PS=["onClick"];function YS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon"),f=n.resolveComponent("UnnnicRadio"),u=n.resolveDirective("on-click-outside");return n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(i.expand?"expand-multiselect":"normal-multiselect"),tabindex:"-1"},[i.label?(n.openBlock(),n.createElementBlock("span",HS,n.toDisplayString(i.label),1)):n.createCommentVNode("",!0),n.createElementVNode("div",{class:"select-permission",tabindex:"0",onKeypress:t[0]||(t[0]=(...h)=>r.handleIsOpenKeyboard&&r.handleIsOpenKeyboard(...h)),onClick:t[1]||(t[1]=h=>l.active=!l.active)},[n.createElementVNode("h6",jS,n.toDisplayString(i.inputTitle),1),n.createVNode(c,{icon:l.active?"arrow-button-up-1":"arrow-button-down-1",size:"sm",scheme:"neutral-dark"},null,8,["icon"])],32),l.active?n.withDirectives((n.openBlock(),n.createElementBlock("div",FS,[n.createElementVNode("div",null,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.modelValue,(h,p)=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:`group-${p}`},[i.hideGroupTitle?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("h6",{key:`title-${p}`,class:"title"},n.toDisplayString(h.title),1)),n.createElementVNode("section",null,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(h.items,(v,w)=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:`item-${w}`},[i.hideRadio?(n.openBlock(),n.createElementBlock("div",{key:w+"input",class:"unnnic-radio-container unnnic-radio-container--sm",style:{cursor:"pointer"},onClick:b=>r.change(p,w)},[n.createElementVNode("strong",null,n.toDisplayString(v.title),1),n.createElementVNode("span",null,n.toDisplayString(v.description),1)],8,PS)):(n.openBlock(),n.createBlock(f,{id:"",key:"else"+w+"input",name:"",modelValue:h.selected,value:w,size:"sm",class:"","onUpdate:modelValue":b=>r.change(p,b)},{default:n.withCtx(()=>[n.createElementVNode("strong",null,n.toDisplayString(v.title),1),n.createElementVNode("span",null,n.toDisplayString(v.description),1)]),_:2},1032,["modelValue","value","onUpdate:modelValue"]))],64))),128))])],64))),128))])])),[[u,r.onClickOutside]]):n.createCommentVNode("",!0)],2)}const O5=k(OS,[["render",YS],["__scopeId","data-v-313464ed"]]),o$="",RS={components:{UnnnicIcon:ne},props:{open:{type:Boolean,default:!1},title:{type:String}},data(){return{height:0,setHeightToNull:null}},watch:{open(e){clearTimeout(this.setHeightToNull),e?(this.height=`${this.$refs.content.scrollHeight}px`,this.setHeightToNull=setTimeout(()=>{this.height=null},200)):(this.height=`${this.$refs.content.scrollHeight}px`,setTimeout(()=>{this.height=0},0))}},mounted(){this.open&&(this.height=null)}},US={class:"header"},QS={class:"actions"};function GS(e,t,i,o,l,r){const c=n.resolveComponent("UnnnicIcon");return n.openBlock(),n.createElementBlock("div",{class:"unnnic-accordion",onClick:t[0]||(t[0]=f=>e.$emit("update:open",!i.open))},[n.createElementVNode("div",US,[n.createVNode(c,{icon:i.open?"subtract-circle-1":"add-circle-1",scheme:"neutral-clean",size:"md"},null,8,["icon"]),n.createElementVNode("div",{class:n.normalizeClass(["title",{open:i.open}])},n.toDisplayString(i.title),3),n.withDirectives(n.createElementVNode("div",QS,[n.renderSlot(e.$slots,"actions",{},void 0,!0)],512),[[n.vShow,i.open]])]),n.createElementVNode("div",{ref:"content",class:n.normalizeClass(["content",{open:i.open}]),style:n.normalizeStyle({height:l.height})},[n.renderSlot(e.$slots,"default",{},void 0,!0)],6)])}const H5=k(RS,[["render",GS],["__scopeId","data-v-ae70d9af"]]),r$="",ZS={name:"UnnnicIndicator",props:{numberOfSteps:{type:Number,required:!0},titles:{type:Array,default:()=>[]},currentStep:{type:Number,default:0}},methods:{titleForStep(e){try{return this.titles[e-1]}catch{return null}}}},WS={class:"weni-step-indicator"},qS={class:"weni-step-indicator__label"};function XS(e,t,i,o,l,r){return n.openBlock(),n.createElementBlock("div",WS,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(i.numberOfSteps,c=>(n.openBlock(),n.createElementBlock("div",{key:c,class:n.normalizeClass({"weni-step-indicator__step__wrapper":!0,"weni-step-indicator--has-separator":c>1})},[c!==1?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass({"weni-step-indicator__step__separator":!0,"weni-step-indicator__step__separator--active":c<=i.currentStep})},null,2)):n.createCommentVNode("",!0),n.createElementVNode("div",{class:n.normalizeClass({"weni-step-indicator__step":!0,"weni-step-indicator__step--active":c<=i.currentStep})},[n.createElementVNode("span",qS,n.toDisplayString(r.titleForStep(c)),1)],2)],2))),128))])}const j5=k(ZS,[["render",XS],["__scopeId","data-v-2caaee7c"]]),KS=`:export{unnnicColorBackgroundSolo:#EFFEFC}.color-background-solo{color:#effefc}.bg-background-solo{background-color:#effefc}.color-background-sky{color:#f6f7f9}.bg-background-sky{background-color:#f6f7f9}.color-background-grass{color:#f6f7f9}.bg-background-grass{background-color:#f6f7f9}.color-background-carpet{color:#f6f7f9}.bg-background-carpet{background-color:#f6f7f9}.color-background-snow{color:#fff}.bg-background-snow{background-color:#fff}.color-background-lightest{color:#f6f7f9}.bg-background-lightest{background-color:#f6f7f9}.color-background-white{color:#fff}.bg-background-white{background-color:#fff}.color-neutral-black{color:#353945}.bg-neutral-black{background-color:#353945}.color-neutral-darkest{color:#3b4151}.bg-neutral-darkest{background-color:#3b4151}.color-neutral-dark{color:#454d5f}.bg-neutral-dark{background-color:#454d5f}.color-neutral-cloudy{color:#67738b}.bg-neutral-cloudy{background-color:#67738b}.color-neutral-cleanest{color:#d6d9e1}.bg-neutral-cleanest{background-color:#d6d9e1}.color-neutral-clean{color:#b2b9c7}.bg-neutral-clean{background-color:#b2b9c7}.color-neutral-soft{color:#eceef2}.bg-neutral-soft{background-color:#eceef2}.color-neutral-lightest{color:#f6f7f9}.bg-neutral-lightest{background-color:#f6f7f9}.color-neutral-light{color:#f6f7f9}.bg-neutral-light{background-color:#f6f7f9}.color-neutral-white{color:#fff}.bg-neutral-white{background-color:#fff}.color-neutral-snow{color:#fff}.bg-neutral-snow{background-color:#fff}.color-feedback-red{color:#ff4545}.bg-feedback-red{background-color:#ff4545}.color-feedback-green{color:#47d66f}.bg-feedback-green{background-color:#47d66f}.color-feedback-yellow{color:#fdba38}.bg-feedback-yellow{background-color:#fdba38}.color-feedback-blue{color:#2856fc}.bg-feedback-blue{background-color:#2856fc}.color-feedback-grey{color:#ececec}.bg-feedback-grey{background-color:#ececec}.color-aux-blue{color:#00ded3}.bg-aux-blue{background-color:#00ded3}.color-aux-purple{color:#8416de}.bg-aux-purple{background-color:#8416de}.color-aux-orange{color:#f4691f}.bg-aux-orange{background-color:#f4691f}.color-aux-lemon{color:#ccde0b}.bg-aux-lemon{background-color:#ccde0b}.color-aux-pink{color:#de16ba}.bg-aux-pink{background-color:#de16ba}.color-aux-baby-blue{color:#8edef5}.bg-aux-baby-blue{background-color:#8edef5}.color-aux-baby-yellow{color:#fbf391}.bg-aux-baby-yellow{background-color:#fbf391}.color-aux-baby-red{color:#f48e8e}.bg-aux-baby-red{background-color:#f48e8e}.color-aux-baby-green{color:#b2fca6}.bg-aux-baby-green{background-color:#b2fca6}.color-aux-baby-pink{color:#ffcbf6}.bg-aux-baby-pink{background-color:#ffcbf6}.color-aux-green-50{color:#f0f9f3}.bg-aux-green-50{background-color:#f0f9f3}.color-aux-green-100{color:#daf1e0}.bg-aux-green-100{background-color:#daf1e0}.color-aux-green-200{color:#b7e3c6}.bg-aux-green-200{background-color:#b7e3c6}.color-aux-green-300{color:#88cda4}.bg-aux-green-300{background-color:#88cda4}.color-aux-green-400{color:#56b17e}.bg-aux-green-400{background-color:#56b17e}.color-aux-green-500{color:#38a169}.bg-aux-green-500{background-color:#38a169}.color-aux-green-600{color:#24774c}.bg-aux-green-600{background-color:#24774c}.color-aux-green-700{color:#1d5f3f}.bg-aux-green-700{background-color:#1d5f3f}.color-aux-green-800{color:#194c34}.bg-aux-green-800{background-color:#194c34}.color-aux-green-900{color:#153f2c}.bg-aux-green-900{background-color:#153f2c}.color-aux-green-950{color:#0b2318}.bg-aux-green-950{background-color:#0b2318}.color-aux-blue-50{color:#f2f7fd}.bg-aux-blue-50{background-color:#f2f7fd}.color-aux-blue-100{color:#e5eef9}.bg-aux-blue-100{background-color:#e5eef9}.color-aux-blue-200{color:#c4dbf3}.bg-aux-blue-200{background-color:#c4dbf3}.color-aux-blue-300{color:#90bde9}.bg-aux-blue-300{background-color:#90bde9}.color-aux-blue-400{color:#559bdb}.bg-aux-blue-400{background-color:#559bdb}.color-aux-blue-500{color:#3182ce}.bg-aux-blue-500{background-color:#3182ce}.color-aux-blue-600{color:#3182ce}.bg-aux-blue-600{background-color:#3182ce}.color-aux-blue-700{color:#1b4f89}.bg-aux-blue-700{background-color:#1b4f89}.color-aux-blue-800{color:#1a4472}.bg-aux-blue-800{background-color:#1a4472}.color-aux-blue-900{color:#1b3a5f}.bg-aux-blue-900{background-color:#1b3a5f}.color-aux-blue-950{color:#12253f}.bg-aux-blue-950{background-color:#12253f}.color-aux-purple-50{color:#f6f5fd}.bg-aux-purple-50{background-color:#f6f5fd}.color-aux-purple-100{color:#eeecfb}.bg-aux-purple-100{background-color:#eeecfb}.color-aux-purple-200{color:#dfdcf8}.bg-aux-purple-200{background-color:#dfdcf8}.color-aux-purple-300{color:#c7bff3}.bg-aux-purple-300{background-color:#c7bff3}.color-aux-purple-400{color:#aa9bea}.bg-aux-purple-400{background-color:#aa9bea}.color-aux-purple-500{color:#8d72e0}.bg-aux-purple-500{background-color:#8d72e0}.color-aux-purple-600{color:#805ad5}.bg-aux-purple-600{background-color:#805ad5}.color-aux-purple-700{color:#6b41c0}.bg-aux-purple-700{background-color:#6b41c0}.color-aux-purple-800{color:#5a36a1}.bg-aux-purple-800{background-color:#5a36a1}.color-aux-purple-900{color:#4b2e84}.bg-aux-purple-900{background-color:#4b2e84}.color-aux-purple-950{color:#2e1c59}.bg-aux-purple-950{background-color:#2e1c59}.color-aux-red-50{color:#fdf3f3}.bg-aux-red-50{background-color:#fdf3f3}.color-aux-red-100{color:#fde3e3}.bg-aux-red-100{background-color:#fde3e3}.color-aux-red-200{color:#fccccc}.bg-aux-red-200{background-color:#fccccc}.color-aux-red-300{color:#f8a9a9}.bg-aux-red-300{background-color:#f8a9a9}.color-aux-red-400{color:#f27777}.bg-aux-red-400{background-color:#f27777}.color-aux-red-500{color:#e53e3e}.bg-aux-red-500{background-color:#e53e3e}.color-aux-red-600{color:#d32f2f}.bg-aux-red-600{background-color:#d32f2f}.color-aux-red-700{color:#b22323}.bg-aux-red-700{background-color:#b22323}.color-aux-red-800{color:#932121}.bg-aux-red-800{background-color:#932121}.color-aux-red-900{color:#7a2222}.bg-aux-red-900{background-color:#7a2222}.color-aux-red-950{color:#420d0d}.bg-aux-red-950{background-color:#420d0d}.color-aux-orange-50{color:#fdf8ef}.bg-aux-orange-50{background-color:#fdf8ef}.color-aux-orange-100{color:#fbeed9}.bg-aux-orange-100{background-color:#fbeed9}.color-aux-orange-200{color:#f7dab1}.bg-aux-orange-200{background-color:#f7dab1}.color-aux-orange-300{color:#f1c080}.bg-aux-orange-300{background-color:#f1c080}.color-aux-orange-400{color:#eb9d4c}.bg-aux-orange-400{background-color:#eb9d4c}.color-aux-orange-500{color:#e5812a}.bg-aux-orange-500{background-color:#e5812a}.color-aux-orange-600{color:#dd6b20}.bg-aux-orange-600{background-color:#dd6b20}.color-aux-orange-700{color:#b2501c}.bg-aux-orange-700{background-color:#b2501c}.color-aux-orange-800{color:#8e401e}.bg-aux-orange-800{background-color:#8e401e}.color-aux-orange-900{color:#73361b}.bg-aux-orange-900{background-color:#73361b}.color-aux-orange-950{color:#3e1a0c}.bg-aux-orange-950{background-color:#3e1a0c}.color-aux-yellow-50{color:#fbf7eb}.bg-aux-yellow-50{background-color:#fbf7eb}.color-aux-yellow-100{color:#f5edcc}.bg-aux-yellow-100{background-color:#f5edcc}.color-aux-yellow-200{color:#edd89b}.bg-aux-yellow-200{background-color:#edd89b}.color-aux-yellow-300{color:#e2bc62}.bg-aux-yellow-300{background-color:#e2bc62}.color-aux-yellow-400{color:#d69e2e}.bg-aux-yellow-400{background-color:#d69e2e}.color-aux-yellow-500{color:#c88d2a}.bg-aux-yellow-500{background-color:#c88d2a}.color-aux-yellow-600{color:#ac6e22}.bg-aux-yellow-600{background-color:#ac6e22}.color-aux-yellow-700{color:#8a501e}.bg-aux-yellow-700{background-color:#8a501e}.color-aux-yellow-800{color:#734120}.bg-aux-yellow-800{background-color:#734120}.color-aux-yellow-900{color:#633720}.bg-aux-yellow-900{background-color:#633720}.color-aux-yellow-950{color:#391b0f}.bg-aux-yellow-950{background-color:#391b0f}.color-floweditor-blue{color:#0080a3}.bg-floweditor-blue{background-color:#0080a3}.color-floweditor-purple{color:#7a00a3}.bg-floweditor-purple{background-color:#7a00a3}.color-floweditor-wine{color:#a3006a}.bg-floweditor-wine{background-color:#a3006a}.color-floweditor-orange{color:#f99707}.bg-floweditor-orange{background-color:#f99707}.color-floweditor-pink{color:#de16ba}.bg-floweditor-pink{background-color:#de16ba}.color-floweditor-turquoise{color:#04c8bd}.bg-floweditor-turquoise{background-color:#04c8bd}.color-floweditor-green{color:#00a339}.bg-floweditor-green{background-color:#00a339}.color-weni-50{color:#effefc}.bg-weni-50{background-color:#effefc}.color-weni-100{color:#c7fff7}.bg-weni-100{background-color:#c7fff7}.color-weni-200{color:#90ffef}.bg-weni-200{background-color:#90ffef}.color-weni-300{color:#51f7e7}.bg-weni-300{background-color:#51f7e7}.color-weni-400{color:#1de4d7}.bg-weni-400{background-color:#1de4d7}.color-weni-500{color:#04c8bd}.bg-weni-500{background-color:#04c8bd}.color-weni-600{color:#00a49f}.bg-weni-600{background-color:#00a49f}.color-weni-700{color:#05807d}.bg-weni-700{background-color:#05807d}.color-weni-800{color:#0a6564}.bg-weni-800{background-color:#0a6564}.color-weni-900{color:#0d5453}.bg-weni-900{background-color:#0d5453}.color-weni-950{color:#003133}.bg-weni-950{background-color:#003133}.color-teal-50{color:#effefc}.bg-teal-50{background-color:#effefc}.color-teal-100{color:#c7fff7}.bg-teal-100{background-color:#c7fff7}.color-teal-200{color:#90ffef}.bg-teal-200{background-color:#90ffef}.color-teal-300{color:#51f7e7}.bg-teal-300{background-color:#51f7e7}.color-teal-400{color:#1de4d7}.bg-teal-400{background-color:#1de4d7}.color-teal-500{color:#04c8bd}.bg-teal-500{background-color:#04c8bd}.color-teal-600{color:#00a49f}.bg-teal-600{background-color:#00a49f}.color-teal-700{color:#05807d}.bg-teal-700{background-color:#05807d}.color-teal-800{color:#0a6564}.bg-teal-800{background-color:#0a6564}.color-teal-900{color:#0d5453}.bg-teal-900{background-color:#0d5453}.color-teal-950{color:#003133}.bg-teal-950{background-color:#003133}.color-gray-50{color:#f6f7f9}.bg-gray-50{background-color:#f6f7f9}.color-gray-100{color:#eceef2}.bg-gray-100{background-color:#eceef2}.color-gray-200{color:#d6d9e1}.bg-gray-200{background-color:#d6d9e1}.color-gray-300{color:#b2b9c7}.bg-gray-300{background-color:#b2b9c7}.color-gray-400{color:#8893a8}.bg-gray-400{background-color:#8893a8}.color-gray-500{color:#67738b}.bg-gray-500{background-color:#67738b}.color-gray-600{color:#545e75}.bg-gray-600{background-color:#545e75}.color-gray-700{color:#454d5f}.bg-gray-700{background-color:#454d5f}.color-gray-800{color:#3b4151}.bg-gray-800{background-color:#3b4151}.color-gray-900{color:#353945}.bg-gray-900{background-color:#353945}.color-gray-950{color:#23262e}.bg-gray-950{background-color:#23262e}.color-brand-weni{color:#00a49f}.bg-brand-weni{background-color:#00a49f}.color-brand-weni-dark{color:#0a6564}.bg-brand-weni-dark{background-color:#0a6564}.color-brand-weni-soft{color:#00a49f}.bg-brand-weni-soft{background-color:#00a49f}.color-brand-sec-dark{color:#353945}.bg-brand-sec-dark{background-color:#353945}.color-brand-sec-soft{color:#454d5f}.bg-brand-sec-soft{background-color:#454d5f}.color-brand-sec{color:#d6d9e1}.bg-brand-sec{background-color:#d6d9e1}.color-bg-base{color:#fff}.bg-bg-base{background-color:#fff}.color-bg-soft{color:#f6f7f9}.bg-bg-soft{background-color:#f6f7f9}.color-bg-muted{color:#eceef2}.bg-bg-muted{background-color:#eceef2}.color-bg-active{color:#00a49f}.bg-bg-active{background-color:#00a49f}.color-bg-info{color:#e5eef9}.bg-bg-info{background-color:#e5eef9}.color-bg-success{color:#daf1e0}.bg-bg-success{background-color:#daf1e0}.color-bg-warning{color:#fbf7eb}.bg-bg-warning{background-color:#fbf7eb}.color-bg-critical{color:#fdf3f3}.bg-bg-critical{background-color:#fdf3f3}.color-fg-base{color:#67738b}.bg-fg-base{background-color:#67738b}.color-fg-muted{color:#b2b9c7}.bg-fg-muted{background-color:#b2b9c7}.color-fg-emphasized{color:#353945}.bg-fg-emphasized{background-color:#353945}.color-fg-inverted{color:#fff}.bg-fg-inverted{background-color:#fff}.color-fg-active{color:#00a49f}.bg-fg-active{background-color:#00a49f}.color-fg-info{color:#3182ce}.bg-fg-info{background-color:#3182ce}.color-fg-success{color:#38a169}.bg-fg-success{background-color:#38a169}.color-fg-warning{color:#c88d2a}.bg-fg-warning{background-color:#c88d2a}.color-fg-critical{color:#e53e3e}.bg-fg-critical{background-color:#e53e3e}.color-border-base{color:#d6d9e1}.bg-border-base{background-color:#d6d9e1}.color-border-soft{color:#eceef2}.bg-border-soft{background-color:#eceef2}.color-border-muted{color:#d6d9e1}.bg-border-muted{background-color:#d6d9e1}.color-border-emphasized{color:#8893a8}.bg-border-emphasized{background-color:#8893a8}.color-border-active{color:#00a49f}.bg-border-active{background-color:#00a49f}.color-border-info{color:#90bde9}.bg-border-info{background-color:#90bde9}.color-border-success{color:#88cda4}.bg-border-success{background-color:#88cda4}.color-border-warning{color:#e2bc62}.bg-border-warning{background-color:#e2bc62}.color-border-critical{color:#f8a9a9}.bg-border-critical{background-color:#f8a9a9}.u.color-background-solo{color:#effefc}.u.bg-background-solo{background-color:#effefc}.u.color-background-sky{color:#f6f7f9}.u.bg-background-sky{background-color:#f6f7f9}.u.color-background-grass{color:#f6f7f9}.u.bg-background-grass{background-color:#f6f7f9}.u.color-background-carpet{color:#f6f7f9}.u.bg-background-carpet{background-color:#f6f7f9}.u.color-background-snow{color:#fff}.u.bg-background-snow{background-color:#fff}.u.color-background-lightest{color:#f6f7f9}.u.bg-background-lightest{background-color:#f6f7f9}.u.color-background-white{color:#fff}.u.bg-background-white{background-color:#fff}.u.color-neutral-black{color:#353945}.u.bg-neutral-black{background-color:#353945}.u.color-neutral-darkest{color:#3b4151}.u.bg-neutral-darkest{background-color:#3b4151}.u.color-neutral-dark{color:#454d5f}.u.bg-neutral-dark{background-color:#454d5f}.u.color-neutral-cloudy{color:#67738b}.u.bg-neutral-cloudy{background-color:#67738b}.u.color-neutral-cleanest{color:#d6d9e1}.u.bg-neutral-cleanest{background-color:#d6d9e1}.u.color-neutral-clean{color:#b2b9c7}.u.bg-neutral-clean{background-color:#b2b9c7}.u.color-neutral-soft{color:#eceef2}.u.bg-neutral-soft{background-color:#eceef2}.u.color-neutral-lightest{color:#f6f7f9}.u.bg-neutral-lightest{background-color:#f6f7f9}.u.color-neutral-light{color:#f6f7f9}.u.bg-neutral-light{background-color:#f6f7f9}.u.color-neutral-white{color:#fff}.u.bg-neutral-white{background-color:#fff}.u.color-neutral-snow{color:#fff}.u.bg-neutral-snow{background-color:#fff}.u.color-feedback-red{color:#ff4545}.u.bg-feedback-red{background-color:#ff4545}.u.color-feedback-green{color:#47d66f}.u.bg-feedback-green{background-color:#47d66f}.u.color-feedback-yellow{color:#fdba38}.u.bg-feedback-yellow{background-color:#fdba38}.u.color-feedback-blue{color:#2856fc}.u.bg-feedback-blue{background-color:#2856fc}.u.color-feedback-grey{color:#ececec}.u.bg-feedback-grey{background-color:#ececec}.u.color-aux-blue{color:#00ded3}.u.bg-aux-blue{background-color:#00ded3}.u.color-aux-purple{color:#8416de}.u.bg-aux-purple{background-color:#8416de}.u.color-aux-orange{color:#f4691f}.u.bg-aux-orange{background-color:#f4691f}.u.color-aux-lemon{color:#ccde0b}.u.bg-aux-lemon{background-color:#ccde0b}.u.color-aux-pink{color:#de16ba}.u.bg-aux-pink{background-color:#de16ba}.u.color-aux-baby-blue{color:#8edef5}.u.bg-aux-baby-blue{background-color:#8edef5}.u.color-aux-baby-yellow{color:#fbf391}.u.bg-aux-baby-yellow{background-color:#fbf391}.u.color-aux-baby-red{color:#f48e8e}.u.bg-aux-baby-red{background-color:#f48e8e}.u.color-aux-baby-green{color:#b2fca6}.u.bg-aux-baby-green{background-color:#b2fca6}.u.color-aux-baby-pink{color:#ffcbf6}.u.bg-aux-baby-pink{background-color:#ffcbf6}.u.color-aux-green-50{color:#f0f9f3}.u.bg-aux-green-50{background-color:#f0f9f3}.u.color-aux-green-100{color:#daf1e0}.u.bg-aux-green-100{background-color:#daf1e0}.u.color-aux-green-200{color:#b7e3c6}.u.bg-aux-green-200{background-color:#b7e3c6}.u.color-aux-green-300{color:#88cda4}.u.bg-aux-green-300{background-color:#88cda4}.u.color-aux-green-400{color:#56b17e}.u.bg-aux-green-400{background-color:#56b17e}.u.color-aux-green-500{color:#38a169}.u.bg-aux-green-500{background-color:#38a169}.u.color-aux-green-600{color:#24774c}.u.bg-aux-green-600{background-color:#24774c}.u.color-aux-green-700{color:#1d5f3f}.u.bg-aux-green-700{background-color:#1d5f3f}.u.color-aux-green-800{color:#194c34}.u.bg-aux-green-800{background-color:#194c34}.u.color-aux-green-900{color:#153f2c}.u.bg-aux-green-900{background-color:#153f2c}.u.color-aux-green-950{color:#0b2318}.u.bg-aux-green-950{background-color:#0b2318}.u.color-aux-blue-50{color:#f2f7fd}.u.bg-aux-blue-50{background-color:#f2f7fd}.u.color-aux-blue-100{color:#e5eef9}.u.bg-aux-blue-100{background-color:#e5eef9}.u.color-aux-blue-200{color:#c4dbf3}.u.bg-aux-blue-200{background-color:#c4dbf3}.u.color-aux-blue-300{color:#90bde9}.u.bg-aux-blue-300{background-color:#90bde9}.u.color-aux-blue-400{color:#559bdb}.u.bg-aux-blue-400{background-color:#559bdb}.u.color-aux-blue-500{color:#3182ce}.u.bg-aux-blue-500{background-color:#3182ce}.u.color-aux-blue-600{color:#3182ce}.u.bg-aux-blue-600{background-color:#3182ce}.u.color-aux-blue-700{color:#1b4f89}.u.bg-aux-blue-700{background-color:#1b4f89}.u.color-aux-blue-800{color:#1a4472}.u.bg-aux-blue-800{background-color:#1a4472}.u.color-aux-blue-900{color:#1b3a5f}.u.bg-aux-blue-900{background-color:#1b3a5f}.u.color-aux-blue-950{color:#12253f}.u.bg-aux-blue-950{background-color:#12253f}.u.color-aux-purple-50{color:#f6f5fd}.u.bg-aux-purple-50{background-color:#f6f5fd}.u.color-aux-purple-100{color:#eeecfb}.u.bg-aux-purple-100{background-color:#eeecfb}.u.color-aux-purple-200{color:#dfdcf8}.u.bg-aux-purple-200{background-color:#dfdcf8}.u.color-aux-purple-300{color:#c7bff3}.u.bg-aux-purple-300{background-color:#c7bff3}.u.color-aux-purple-400{color:#aa9bea}.u.bg-aux-purple-400{background-color:#aa9bea}.u.color-aux-purple-500{color:#8d72e0}.u.bg-aux-purple-500{background-color:#8d72e0}.u.color-aux-purple-600{color:#805ad5}.u.bg-aux-purple-600{background-color:#805ad5}.u.color-aux-purple-700{color:#6b41c0}.u.bg-aux-purple-700{background-color:#6b41c0}.u.color-aux-purple-800{color:#5a36a1}.u.bg-aux-purple-800{background-color:#5a36a1}.u.color-aux-purple-900{color:#4b2e84}.u.bg-aux-purple-900{background-color:#4b2e84}.u.color-aux-purple-950{color:#2e1c59}.u.bg-aux-purple-950{background-color:#2e1c59}.u.color-aux-red-50{color:#fdf3f3}.u.bg-aux-red-50{background-color:#fdf3f3}.u.color-aux-red-100{color:#fde3e3}.u.bg-aux-red-100{background-color:#fde3e3}.u.color-aux-red-200{color:#fccccc}.u.bg-aux-red-200{background-color:#fccccc}.u.color-aux-red-300{color:#f8a9a9}.u.bg-aux-red-300{background-color:#f8a9a9}.u.color-aux-red-400{color:#f27777}.u.bg-aux-red-400{background-color:#f27777}.u.color-aux-red-500{color:#e53e3e}.u.bg-aux-red-500{background-color:#e53e3e}.u.color-aux-red-600{color:#d32f2f}.u.bg-aux-red-600{background-color:#d32f2f}.u.color-aux-red-700{color:#b22323}.u.bg-aux-red-700{background-color:#b22323}.u.color-aux-red-800{color:#932121}.u.bg-aux-red-800{background-color:#932121}.u.color-aux-red-900{color:#7a2222}.u.bg-aux-red-900{background-color:#7a2222}.u.color-aux-red-950{color:#420d0d}.u.bg-aux-red-950{background-color:#420d0d}.u.color-aux-orange-50{color:#fdf8ef}.u.bg-aux-orange-50{background-color:#fdf8ef}.u.color-aux-orange-100{color:#fbeed9}.u.bg-aux-orange-100{background-color:#fbeed9}.u.color-aux-orange-200{color:#f7dab1}.u.bg-aux-orange-200{background-color:#f7dab1}.u.color-aux-orange-300{color:#f1c080}.u.bg-aux-orange-300{background-color:#f1c080}.u.color-aux-orange-400{color:#eb9d4c}.u.bg-aux-orange-400{background-color:#eb9d4c}.u.color-aux-orange-500{color:#e5812a}.u.bg-aux-orange-500{background-color:#e5812a}.u.color-aux-orange-600{color:#dd6b20}.u.bg-aux-orange-600{background-color:#dd6b20}.u.color-aux-orange-700{color:#b2501c}.u.bg-aux-orange-700{background-color:#b2501c}.u.color-aux-orange-800{color:#8e401e}.u.bg-aux-orange-800{background-color:#8e401e}.u.color-aux-orange-900{color:#73361b}.u.bg-aux-orange-900{background-color:#73361b}.u.color-aux-orange-950{color:#3e1a0c}.u.bg-aux-orange-950{background-color:#3e1a0c}.u.color-aux-yellow-50{color:#fbf7eb}.u.bg-aux-yellow-50{background-color:#fbf7eb}.u.color-aux-yellow-100{color:#f5edcc}.u.bg-aux-yellow-100{background-color:#f5edcc}.u.color-aux-yellow-200{color:#edd89b}.u.bg-aux-yellow-200{background-color:#edd89b}.u.color-aux-yellow-300{color:#e2bc62}.u.bg-aux-yellow-300{background-color:#e2bc62}.u.color-aux-yellow-400{color:#d69e2e}.u.bg-aux-yellow-400{background-color:#d69e2e}.u.color-aux-yellow-500{color:#c88d2a}.u.bg-aux-yellow-500{background-color:#c88d2a}.u.color-aux-yellow-600{color:#ac6e22}.u.bg-aux-yellow-600{background-color:#ac6e22}.u.color-aux-yellow-700{color:#8a501e}.u.bg-aux-yellow-700{background-color:#8a501e}.u.color-aux-yellow-800{color:#734120}.u.bg-aux-yellow-800{background-color:#734120}.u.color-aux-yellow-900{color:#633720}.u.bg-aux-yellow-900{background-color:#633720}.u.color-aux-yellow-950{color:#391b0f}.u.bg-aux-yellow-950{background-color:#391b0f}.u.color-floweditor-blue{color:#0080a3}.u.bg-floweditor-blue{background-color:#0080a3}.u.color-floweditor-purple{color:#7a00a3}.u.bg-floweditor-purple{background-color:#7a00a3}.u.color-floweditor-wine{color:#a3006a}.u.bg-floweditor-wine{background-color:#a3006a}.u.color-floweditor-orange{color:#f99707}.u.bg-floweditor-orange{background-color:#f99707}.u.color-floweditor-pink{color:#de16ba}.u.bg-floweditor-pink{background-color:#de16ba}.u.color-floweditor-turquoise{color:#04c8bd}.u.bg-floweditor-turquoise{background-color:#04c8bd}.u.color-floweditor-green{color:#00a339}.u.bg-floweditor-green{background-color:#00a339}.u.color-weni-50{color:#effefc}.u.bg-weni-50{background-color:#effefc}.u.color-weni-100{color:#c7fff7}.u.bg-weni-100{background-color:#c7fff7}.u.color-weni-200{color:#90ffef}.u.bg-weni-200{background-color:#90ffef}.u.color-weni-300{color:#51f7e7}.u.bg-weni-300{background-color:#51f7e7}.u.color-weni-400{color:#1de4d7}.u.bg-weni-400{background-color:#1de4d7}.u.color-weni-500{color:#04c8bd}.u.bg-weni-500{background-color:#04c8bd}.u.color-weni-600{color:#00a49f}.u.bg-weni-600{background-color:#00a49f}.u.color-weni-700{color:#05807d}.u.bg-weni-700{background-color:#05807d}.u.color-weni-800{color:#0a6564}.u.bg-weni-800{background-color:#0a6564}.u.color-weni-900{color:#0d5453}.u.bg-weni-900{background-color:#0d5453}.u.color-weni-950{color:#003133}.u.bg-weni-950{background-color:#003133}.u.color-teal-50{color:#effefc}.u.bg-teal-50{background-color:#effefc}.u.color-teal-100{color:#c7fff7}.u.bg-teal-100{background-color:#c7fff7}.u.color-teal-200{color:#90ffef}.u.bg-teal-200{background-color:#90ffef}.u.color-teal-300{color:#51f7e7}.u.bg-teal-300{background-color:#51f7e7}.u.color-teal-400{color:#1de4d7}.u.bg-teal-400{background-color:#1de4d7}.u.color-teal-500{color:#04c8bd}.u.bg-teal-500{background-color:#04c8bd}.u.color-teal-600{color:#00a49f}.u.bg-teal-600{background-color:#00a49f}.u.color-teal-700{color:#05807d}.u.bg-teal-700{background-color:#05807d}.u.color-teal-800{color:#0a6564}.u.bg-teal-800{background-color:#0a6564}.u.color-teal-900{color:#0d5453}.u.bg-teal-900{background-color:#0d5453}.u.color-teal-950{color:#003133}.u.bg-teal-950{background-color:#003133}.u.color-gray-50{color:#f6f7f9}.u.bg-gray-50{background-color:#f6f7f9}.u.color-gray-100{color:#eceef2}.u.bg-gray-100{background-color:#eceef2}.u.color-gray-200{color:#d6d9e1}.u.bg-gray-200{background-color:#d6d9e1}.u.color-gray-300{color:#b2b9c7}.u.bg-gray-300{background-color:#b2b9c7}.u.color-gray-400{color:#8893a8}.u.bg-gray-400{background-color:#8893a8}.u.color-gray-500{color:#67738b}.u.bg-gray-500{background-color:#67738b}.u.color-gray-600{color:#545e75}.u.bg-gray-600{background-color:#545e75}.u.color-gray-700{color:#454d5f}.u.bg-gray-700{background-color:#454d5f}.u.color-gray-800{color:#3b4151}.u.bg-gray-800{background-color:#3b4151}.u.color-gray-900{color:#353945}.u.bg-gray-900{background-color:#353945}.u.color-gray-950{color:#23262e}.u.bg-gray-950{background-color:#23262e}.u.color-brand-weni{color:#00a49f}.u.bg-brand-weni{background-color:#00a49f}.u.color-brand-weni-dark{color:#0a6564}.u.bg-brand-weni-dark{background-color:#0a6564}.u.color-brand-weni-soft{color:#00a49f}.u.bg-brand-weni-soft{background-color:#00a49f}.u.color-brand-sec-dark{color:#353945}.u.bg-brand-sec-dark{background-color:#353945}.u.color-brand-sec-soft{color:#454d5f}.u.bg-brand-sec-soft{background-color:#454d5f}.u.color-brand-sec{color:#d6d9e1}.u.bg-brand-sec{background-color:#d6d9e1}.u.color-bg-base{color:#fff}.u.bg-bg-base{background-color:#fff}.u.color-bg-soft{color:#f6f7f9}.u.bg-bg-soft{background-color:#f6f7f9}.u.color-bg-muted{color:#eceef2}.u.bg-bg-muted{background-color:#eceef2}.u.color-bg-active{color:#00a49f}.u.bg-bg-active{background-color:#00a49f}.u.color-bg-info{color:#e5eef9}.u.bg-bg-info{background-color:#e5eef9}.u.color-bg-success{color:#daf1e0}.u.bg-bg-success{background-color:#daf1e0}.u.color-bg-warning{color:#fbf7eb}.u.bg-bg-warning{background-color:#fbf7eb}.u.color-bg-critical{color:#fdf3f3}.u.bg-bg-critical{background-color:#fdf3f3}.u.color-fg-base{color:#67738b}.u.bg-fg-base{background-color:#67738b}.u.color-fg-muted{color:#b2b9c7}.u.bg-fg-muted{background-color:#b2b9c7}.u.color-fg-emphasized{color:#353945}.u.bg-fg-emphasized{background-color:#353945}.u.color-fg-inverted{color:#fff}.u.bg-fg-inverted{background-color:#fff}.u.color-fg-active{color:#00a49f}.u.bg-fg-active{background-color:#00a49f}.u.color-fg-info{color:#3182ce}.u.bg-fg-info{background-color:#3182ce}.u.color-fg-success{color:#38a169}.u.bg-fg-success{background-color:#38a169}.u.color-fg-warning{color:#c88d2a}.u.bg-fg-warning{background-color:#c88d2a}.u.color-fg-critical{color:#e53e3e}.u.bg-fg-critical{background-color:#e53e3e}.u.color-border-base{color:#d6d9e1}.u.bg-border-base{background-color:#d6d9e1}.u.color-border-soft{color:#eceef2}.u.bg-border-soft{background-color:#eceef2}.u.color-border-muted{color:#d6d9e1}.u.bg-border-muted{background-color:#d6d9e1}.u.color-border-emphasized{color:#8893a8}.u.bg-border-emphasized{background-color:#8893a8}.u.color-border-active{color:#00a49f}.u.bg-border-active{background-color:#00a49f}.u.color-border-info{color:#90bde9}.u.bg-border-info{background-color:#90bde9}.u.color-border-success{color:#88cda4}.u.bg-border-success{background-color:#88cda4}.u.color-border-warning{color:#e2bc62}.u.bg-border-warning{background-color:#e2bc62}.u.color-border-critical{color:#f8a9a9}.u.bg-border-critical{background-color:#f8a9a9}
|
|
64
64
|
`,F5=/unnnicColorBackgroundSolo:\s*(.*)\;/.exec(KS),Uo=F5?F5[1]:"#E8F4F4",JS={backgroundColor:Uo,backgroundImage:`linear-gradient(
|
|
65
65
|
90deg,
|
|
66
66
|
${Uo},
|