@weni/unnnic-system 2.0.29 → 2.0.30
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
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## 2.0.30 (2024-06-28)
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- When started with an item selected, that item was duplicated in the selection of the smart select when multiple selection was enabled.
|
|
13
|
+
|
|
8
14
|
## 2.0.29 (2024-06-25)
|
|
9
15
|
|
|
10
16
|
### Fixed
|
package/dist/unnnic.mjs
CHANGED
|
@@ -15142,9 +15142,9 @@ const FY = {
|
|
|
15142
15142
|
},
|
|
15143
15143
|
mounted() {
|
|
15144
15144
|
var e, i, n, s, r;
|
|
15145
|
-
this.status = "mounted", (this.multiple || this.autocomplete) && (this.isAutocompleteAllowed = !0), (e = this.modelValue) != null && e[0] && ((i = this.modelValue) != null && i[0].value) ?
|
|
15145
|
+
this.status = "mounted", (this.multiple || this.autocomplete) && (this.isAutocompleteAllowed = !0), (e = this.modelValue) != null && e[0] && ((i = this.modelValue) != null && i[0].value) ? this.isAutocompleteAllowed && this.$nextTick(() => {
|
|
15146
15146
|
this.searchValue = this.selectedLabel;
|
|
15147
|
-
})
|
|
15147
|
+
}) : this.selectFirst && ((n = this.options) != null && n[0]) && ((s = this.options) != null && s[0].value) && this.selectOption((r = this.options) == null ? void 0 : r[0]);
|
|
15148
15148
|
},
|
|
15149
15149
|
methods: {
|
|
15150
15150
|
optionIsSelected(e) {
|
package/dist/unnnic.umd.js
CHANGED
|
@@ -39,7 +39,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
39
39
|
${i.clickable?"unnnic-tag--clickable":""}`)},[e.createElementVNode("span",{class:e.normalizeClass(`unnnic-tag__label
|
|
40
40
|
${i.hasCloseIcon?"unnnic-tag__label--hasIcon":""}
|
|
41
41
|
${i.disabled?"unnnic-tag__label--disabled":""}`)},e.toDisplayString(i.text),3),i.hasCloseIcon?(e.openBlock(),e.createElementBlock("div",{key:0,class:"unnnic-tag__icon",onClick:t[0]||(t[0]=e.withModifiers((...u)=>r.emitClose&&r.emitClose(...u),["stop"]))},[e.createVNode(c,{icon:"close-1",scheme:"neutral-darkest",size:"xs"})])):e.createCommentVNode("",!0)],2)}const tA=_(nA,[["render",iA],["__scopeId","data-v-5a2abba9"]]),HJ="",aA={name:"UnnnicTag",components:{UnnnicIcon:F,ToolTip:Ve},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}}},oA={class:"unnnic-tag__count"},sA={class:"unnnic-tag__label"};function rA(n,t,i,s,l,r){const c=e.resolveComponent("ToolTip"),u=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(`unnnic-tag
|
|
42
|
-
${i.clickable?"unnnic-tag--clickable":""}`)},[e.createVNode(c,{enabled:i.enableTooltip,text:i.tooltipText,side:"bottom"},{default:e.withCtx(()=>[e.createElementVNode("span",oA,e.toDisplayString(i.count),1)]),_:1},8,["enabled","text"]),e.createElementVNode("span",sA,e.toDisplayString(i.text),1),i.hasBackButton?(e.openBlock(),e.createBlock(u,{key:0,icon:"arrow-right-1-1",class:"unnnic-tag__icon",scheme:"neutral-darkest",size:"xs"})):e.createCommentVNode("",!0)],2)}const lA=_(aA,[["render",rA],["__scopeId","data-v-b6955644"]]),jJ="",dA={name:"UnnnicBrandTag",components:{UnnnicIcon:F},props:{text:{type:String,default:null},clickable:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},icon:{type:String,default:null}},methods:{closeClicked(){this.closeClicked&&this.$emit("close-click")}}},cA={class:"unnnic-brand-tag__label"};function fA(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass({"unnnic-brand-tag":!0,"unnnic-brand-tag--disabled":!i.disabled,"unnnic-brand-tag--clickable":i.clickable})},[e.createElementVNode("span",cA,e.toDisplayString(i.text),1),e.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 uA=_(dA,[["render",fA],["__scopeId","data-v-4e3d7d8c"]]),mA={name:"UnnnicTag",props:{type:{type:String,default:"default",validator(n){return["default","indicator","brand"].indexOf(n)!==-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},icon:{type:String,default:null}},computed:{currentComponent(){return this.type==="indicator"?lA:this.type==="brand"?uA:tA}}};function hA(n,t,i,s,l,r){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(r.currentComponent),e.mergeProps({class:"unnnic-tag-content"},n.$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,icon:i.icon}),null,16,["text","disabled","hasCloseIcon","scheme","count","hasBackButton","clickable","tooltipText","enableTooltip","icon"])}const Bi=_(mA,[["render",hA]]),IJ="",pA={components:{UnnnicTag:Bi},mixins:[Y1],props:{oldVersion:Boolean,name:String,description:String,plan:String,actionText:String},data(){return{isOptionsOpen:!1}}},yA={class:"name"},gA={class:"description"},wA={key:1};function _A(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicTag"),u=e.resolveComponent("UnnnicIcon"),m=e.resolveComponent("UnnnicDropdown");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["unnnic-connect-card-company",{"unnnic-connect-card-company--old-version":i.oldVersion}]),onClick:t[3]||(t[3]=g=>n.$emit("enter"))},[e.createElementVNode("div",null,[e.createElementVNode("h2",yA,e.toDisplayString(i.name),1),e.createElementVNode("p",gA,e.toDisplayString(i.description),1),i.plan?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["tag",i.plan])},e.toDisplayString(n.i18n(`plans.${i.plan}`)),3)):e.createCommentVNode("",!0)]),i.actionText?(e.openBlock(),e.createBlock(c,{key:0,class:"action",clickable:"",text:i.actionText,scheme:"aux-blue",onClick:t[0]||(t[0]=g=>n.$emit("action"))},null,8,["text"])):e.createCommentVNode("",!0),n.$slots.options?(e.openBlock(),e.createElementBlock("div",wA,[e.createVNode(m,{open:l.isOptionsOpen,"onUpdate:open":t[1]||(t[1]=g=>l.isOptionsOpen=g),class:"unnnic-dropdown",onClick:t[2]||(t[2]=e.withModifiers(()=>{},["prevent"]))},{trigger:e.withCtx(()=>[e.createVNode(u,{class:"menu-icon",icon:"navigation-menu-vertical-1",size:"sm",scheme:l.isOptionsOpen?"neutral-cloudy":"neutral-clean"},null,8,["scheme"])]),default:e.withCtx(()=>[e.renderSlot(n.$slots,"options",{},void 0,!0)]),_:3},8,["open"])])):e.createCommentVNode("",!0)],2)}const kA=_(pA,[["render",_A],["__scopeId","data-v-ce7171a5"]]),OJ="",CA={components:{UnnnicIcon:F},props:{title:{type:String},description:{type:String},score:{type:String},info:{type:String},checked:{type:Boolean,default:!1}}},vA={class:"card"},xA={class:"header"},bA={class:"title"},MA={key:0,class:"check"},DA={class:"description"},AA={key:0,class:"footer"},BA={class:"evaluation"},NA={class:"info"};function LA(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",vA,[e.createElementVNode("div",xA,[e.createElementVNode("div",bA,e.toDisplayString(i.title),1),i.checked?(e.openBlock(),e.createElementBlock("div",MA,[e.createVNode(c,{size:"md",icon:"check-circle-1-1-1",scheme:"feedback-green"})])):e.createCommentVNode("",!0)]),e.createElementVNode("div",DA,e.toDisplayString(i.description),1),i.score||i.info?(e.openBlock(),e.createElementBlock("div",AA,[e.createElementVNode("div",BA,[i.score?(e.openBlock(),e.createBlock(c,{key:0,size:"sm",icon:"rating-star-1",scheme:"feedback-yellow"})):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(i.score)+" ",1),e.createElementVNode("span",NA,e.toDisplayString(i.info),1)])])):e.createCommentVNode("",!0)])}const EA=_(CA,[["render",LA],["__scopeId","data-v-cd40e474"]]),FJ="",SA={components:{UnnnicIcon:F},model:{event:"change"},props:{modelValue:{type:[Boolean,String],default:!1,validator(n){return[!0,!1,"less"].includes(n)}},disabled:{type:Boolean,default:!1},size:{type:String,default:"md",validator(n){return["md","sm"].includes(n)}},textRight:{type:String,default:null}},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 n=["checked","less"].includes(this.valueName);this.$emit("change",!n)}}},zA={class:"unnnic-checkbox-wrapper"};function VA(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",zA,[e.createVNode(c,{class:e.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?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["unnnic-checkbox__label","unnnic-checkbox__label__right",`unnnic-checkbox__label__${i.size}`])},e.toDisplayString(i.textRight),3)):e.createCommentVNode("",!0)])}const A2=_(SA,[["render",VA],["__scopeId","data-v-daa3272a"]]),UJ="",TA={components:{UnnnicIcon:F,UnnnicCheckbox:A2,UnnnicAvatarIcon:Wn,UnnnicDropdown:pa},props:{modelValue:Boolean,title:String,description:String,image:String,data:{type:Array,default(){return[]}}}},HA={class:"header"},jA={class:"content"},IA={key:0,class:"u font secondary body-lg bold color-neutral-darkest"},OA={key:1,class:"u font secondary body-md color-neutral-cloudy"},FA=["src"],UA={key:0,class:"details"},PA={class:"u font secondary body-gt color-neutral-dark"},YA={class:"value-container"},ZA={class:"u font secondary body-gt black color-neutral-darkest"};function RA(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicCheckbox"),u=e.resolveComponent("UnnnicIcon"),m=e.resolveComponent("UnnnicDropdown"),g=e.resolveComponent("UnnnicAvatarIcon");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["unnnic-card-image",{checked:i.modelValue}])},[e.createElementVNode("div",HA,[e.createElementVNode("div",jA,[i.title?(e.openBlock(),e.createElementBlock("div",IA,e.toDisplayString(i.title),1)):e.createCommentVNode("",!0),i.description?(e.openBlock(),e.createElementBlock("div",OA,e.toDisplayString(i.description),1)):e.createCommentVNode("",!0)]),e.createVNode(c,{modelValue:i.modelValue,onChange:t[0]||(t[0]=w=>n.$emit("update:model-value",w))},null,8,["modelValue"]),n.$slots.actions?(e.openBlock(),e.createBlock(m,{key:0,position:"bottom-left"},{trigger:e.withCtx(()=>[e.createVNode(u,{icon:"navigation-menu-vertical-1",size:"sm",scheme:"neutral-cleanest",clickable:""})]),default:e.withCtx(()=>[e.renderSlot(n.$slots,"actions",{},void 0,!0)]),_:3})):e.createCommentVNode("",!0)]),e.createElementVNode("img",{class:"image",src:i.image},null,8,FA),i.data.length?(e.openBlock(),e.createElementBlock("div",UA,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.data,(w,M)=>(e.openBlock(),e.createElementBlock("div",{key:M,class:"data"},[e.createElementVNode("div",PA,e.toDisplayString(w.name),1),e.createElementVNode("div",YA,[e.createVNode(g,{icon:w.icon,size:"xs",scheme:w.scheme},null,8,["icon","scheme"]),e.createElementVNode("div",ZA,e.toDisplayString(w.value),1)])]))),128))])):e.createCommentVNode("",!0)],2)}const WA=_(TA,[["render",RA],["__scopeId","data-v-f7eb1a61"]]),PJ="",QA={components:{UnnnicAvatarIcon:Wn,UnnnicToolTip:Ve,UnnnicIcon:F},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}}},qA=n=>(e.pushScopeId("data-v-47cf77d6"),n=n(),e.popScopeId(),n),GA={class:"unnnic-card-container"},XA={class:"header"},JA={class:"title"},KA=["title"],$A={key:0,class:"subtitle"},eB={key:0,class:"description"},nB={key:1,class:"description-row-container"},iB={key:0,class:"description-row"},tB=qA(()=>e.createElementVNode("div",{class:"separator"},null,-1)),aB={class:"title"},oB={class:"content"},sB={class:"number"};function rB(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon"),u=e.resolveComponent("UnnnicToolTip"),m=e.resolveComponent("UnnnicAvatarIcon");return e.openBlock(),e.createElementBlock("div",GA,[e.createElementVNode("div",XA,[e.createElementVNode("div",JA,[e.createElementVNode("span",{class:"name",title:i.name.length>25?i.name:null},e.toDisplayString(i.name),9,KA),i.subtitle?(e.openBlock(),e.createElementBlock("div",$A,e.toDisplayString(i.subtitle),1)):e.createCommentVNode("",!0)]),e.renderSlot(n.$slots,"header-buttons",{},void 0,!0)]),i.description?(e.openBlock(),e.createElementBlock("div",eB,e.toDisplayString(i.description),1)):e.createCommentVNode("",!0),i.descriptionRow||i.descriptionRowInfo?(e.openBlock(),e.createElementBlock("div",nB,[i.descriptionRow?(e.openBlock(),e.createElementBlock("div",iB,e.toDisplayString(i.descriptionRow),1)):e.createCommentVNode("",!0),i.descriptionRowInfo?(e.openBlock(),e.createBlock(u,{key:1,side:"top",text:i.descriptionRowInfo,enabled:""},{default:e.withCtx(()=>[e.createVNode(c,{class:"info",icon:"information-circle-4",size:"sm",scheme:"neutral-soft"})]),_:1},8,["text"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),tB,e.renderSlot(n.$slots,"content",{},void 0,!0),e.createElementVNode("div",{class:"statuses",style:e.normalizeStyle({gridTemplateColumns:`repeat(auto-fit, minmax(${i.minStatusWidth}, 1fr))`})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.statuses,(g,w)=>(e.openBlock(),e.createElementBlock("div",{key:w,class:"status"},[e.createElementVNode("div",aB,e.toDisplayString(g.title),1),e.createElementVNode("div",oB,[e.createVNode(m,{icon:g.icon,scheme:g.scheme,size:"xs"},null,8,["icon","scheme"]),e.createElementVNode("div",sB,e.toDisplayString(g.count),1)])]))),128))],4)])}const go=_(QA,[["render",rB],["__scopeId","data-v-47cf77d6"]]),YJ="",lB={components:{CardStatusesContainer:go,UnnnicIcon:F,UnnnicDropdown:pa,UnnnicTag:Bi},props:{name:{type:String,default:""},statuses:{type:Array},actionText:{type:String}}},dB={class:"buttons"};function cB(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicTag"),u=e.resolveComponent("UnnnicIcon"),m=e.resolveComponent("UnnnicDropdown"),g=e.resolveComponent("CardStatusesContainer");return e.openBlock(),e.createBlock(g,{class:"unnnic-card-project",name:i.name,statuses:i.statuses},{"header-buttons":e.withCtx(()=>[e.createElementVNode("div",dB,[e.createVNode(c,{class:"action",clickable:"",text:i.actionText,scheme:"aux-blue",onClick:t[0]||(t[0]=w=>n.$emit("action"))},null,8,["text"]),n.$slots.actions?(e.openBlock(),e.createBlock(m,{key:0,position:"bottom-left"},{trigger:e.withCtx(()=>[e.createVNode(u,{size:"sm",icon:"navigation-menu-vertical-1",clickable:"",scheme:"neutral-cleanest"})]),default:e.withCtx(()=>[e.renderSlot(n.$slots,"actions",{},void 0,!0)]),_:3})):e.createCommentVNode("",!0)])]),_:3},8,["name","statuses"])}const fB=_(lB,[["render",cB],["__scopeId","data-v-d9408675"]]),ZJ="",uB={components:{CardStatusesContainer:go},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 mB(n,t,i,s,l,r){const c=e.resolveComponent("CardStatusesContainer");return e.openBlock(),e.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 hB=_(uB,[["render",mB],["__scopeId","data-v-57f9ca6b"]]),RJ="",pB={class:"unnnic-collapse__body"},yB=_({__name:"Collapse",props:{title:String,active:Boolean,borderBottom:Boolean,unspacedIcon:Boolean,size:{type:String,default:"lg",validator(n){return["md","lg"].includes(n)}},modelValue:Boolean},emits:["update:modelValue","change"],setup(n,{emit:t}){const i=n,s=t,l=e.ref(!1);return e.watch(l,r=>{s("change",r),s("update:modelValue",r)}),e.watch(()=>i.active,r=>{l.value=r},{immediate:!0}),e.watch(()=>i.modelValue,r=>{l.value=r},{immediate:!0}),(r,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["unnnic-collapse",`unnnic-collapse--size-${n.size}`,{"unnnic-collapse--border-bottom":n.borderBottom,"unnnic-collapse--unspaced-icon":n.unspacedIcon,"unnnic-collapse--active":l.value}])},[e.createElementVNode("div",{class:"unnnic-collapse__header",onClick:c[0]||(c[0]=u=>l.value=!l.value)},[e.createTextVNode(e.toDisplayString(n.title),1),e.renderSlot(r.$slots,"header",{},void 0,!0),e.createVNode(F,{size:"xs",icon:l.value?"arrow-button-up-1":"arrow-button-down-1",scheme:l.value?"neutral-dark":"neutral-cloudy"},null,8,["icon","scheme"])]),e.withDirectives(e.createElementVNode("div",pB,[e.renderSlot(r.$slots,"default",{},void 0,!0)],512),[[e.vShow,l.value]])],2))}},[["__scopeId","data-v-20242db9"]]),QJ="",gB={class:"label"},wo=_({__name:"Radio",props:{modelValue:{type:[String,Number]},value:{type:[String,Number]},disabled:{type:Boolean,default:!1},size:{type:String,default:"md",validator(n){return["md","sm"].includes(n)}}},emits:["update:modelValue"],setup(n,{emit:t}){const i=n,s=t,l=e.computed(()=>i.modelValue===i.value?"selected":"default"),r=e.computed(()=>({selected:"radio-selected",default:i.disabled?"radio-disable":"radio-default"})[l.value]),c=e.computed(()=>i.disabled?"brand-sec":l.value==="selected"?"brand-weni":"neutral-cleanest");function u(){i.disabled||s("update:modelValue",i.value)}return(m,g)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["unnnic-radio-container",`unnnic-radio-container--${n.size}`,n.disabled?"disabled":null]),onClick:u},[e.createVNode(F,{class:"unnnic-radio",icon:r.value,scheme:c.value,size:n.size},null,8,["icon","scheme","size"]),e.createElementVNode("span",gB,[e.renderSlot(m.$slots,"default",{},void 0,!0)])],2))}},[["__scopeId","data-v-5abeb7d3"]]),GJ="",wB={name:"UnnnicModal",components:{UnnnicIcon:F},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 n,t;return!!((t=(n=this.$slots).options)!=null&&t.call(n).length)},hasIcon(){var n,t;return!!((t=(n=this.$slots).icon)!=null&&t.call(n).length)}},mounted(){window.innerWidth<=600&&this.mobileAnimateOpen()},methods:{mobileAnimateReset(){this.$refs.modalContainer.style.transition=null,this.$refs.modal.style.transition=null},mobileAnimateOpen(){this.$nextTick(()=>{this.$refs.modalContainer.style.transition="none",this.$refs.modalContainer.style.backgroundColor="transparent",this.$refs.modal.style.transition="none",this.$refs.modal.style.marginBottom=`${-this.$refs.modal.offsetHeight}px`,setTimeout(()=>{this.$refs.modalContainer.style.transition="background-color 0.2s",this.$refs.modalContainer.style.backgroundColor=null,this.$refs.modal.style.transition="margin-bottom 0.2s",this.$refs.modal.style.marginBottom=null,setTimeout(()=>{this.mobileAnimateReset()},200)})})},mobileAnimateClose(){return new Promise(n=>{this.$refs.modalContainer.style.transition="background-color 0.2s",this.$refs.modalContainer.style.backgroundColor="transparent",this.$refs.modal.style.transition="margin-bottom 0.2s",this.$refs.modal.style.marginBottom=`${-this.$refs.modal.offsetHeight}px`,setTimeout(()=>{this.mobileAnimateReset(),n()},200)})},onOutsideCloseClick(){this.persistent||this.onCloseClick()},async onCloseClick(){console.log("keycloak log",window),window.innerWidth<=600&&await this.mobileAnimateClose(),this.$emit("close")}}},_B={ref:"modal",class:"unnnic-modal-container-background"},kB={class:"unnnic-modal-container-background-body"},CB={key:0,class:"unnnic-modal-container-background-body-close_icon"},vB={key:1,class:"unnnic-modal-container-background-body__icon-slot"},xB={class:"unnnic-modal-container-background-body-title"},bB={class:"unnnic-modal-container-background-body-description-container"},MB={class:"unnnic-modal-container-background-body-description"},DB={key:0,class:"unnnic-modal-container-background-report"},AB={key:1,class:"unnnic-modal-container-background-button"};function BB(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createBlock(e.Transition,{name:"modal"},{default:e.withCtx(()=>[i.showModal?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0},n.$attrs,{ref:"modalContainer",class:["unnnic-modal"]}),[e.createElementVNode("div",{class:"unnnic-modal-container",onClick:t[0]||(t[0]=e.withModifiers((...u)=>r.onOutsideCloseClick&&r.onOutsideCloseClick(...u),["self"]))},[e.createElementVNode("div",_B,[e.createElementVNode("div",kB,[i.closeIcon?(e.openBlock(),e.createElementBlock("div",CB,[e.createVNode(c,{icon:"close-1",scheme:"neutral-dark",size:"sm",clickable:"",onClick:r.onCloseClick},null,8,["onClick"])])):e.createCommentVNode("",!0),r.hasIcon?(e.openBlock(),e.createElementBlock("div",vB,[e.renderSlot(n.$slots,"icon",{},void 0,!0)])):e.createCommentVNode("",!0),i.modalIcon?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(["unnnic-modal-container-background-body-alert_icon",`unnnic-card-scheme--${i.scheme}--icon`,i.closeIcon?"":"unnnic-modal-container-background-body-spacing_header"])},[e.createVNode(c,{scheme:i.scheme,icon:i.modalIcon,size:"xl"},null,8,["scheme","icon"])],2)):e.createCommentVNode("",!0),e.createElementVNode("div",xB,e.toDisplayString(i.text),1)]),e.createElementVNode("div",bB,[e.createElementVNode("div",MB,[e.createTextVNode(e.toDisplayString(i.description)+" ",1),e.renderSlot(n.$slots,"message",{},void 0,!0),e.renderSlot(n.$slots,"default",{},void 0,!0)])]),r.hasAlertMessage?(e.openBlock(),e.createElementBlock("div",DB,e.toDisplayString(i.alertMessage),1)):e.createCommentVNode("",!0),r.hasButton?(e.openBlock(),e.createElementBlock("div",AB,[e.renderSlot(n.$slots,"options",{},void 0,!0)])):e.createCommentVNode("",!0)],512)])],16)):e.createCommentVNode("",!0)]),_:3})}const _o=_(wB,[["render",BB],["__scopeId","data-v-25061de5"]]),ko={"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.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.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.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.presentation":["gslides"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"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-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.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.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"],"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-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-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-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-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-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.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(ko);const Co={"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/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"],"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"],"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"],"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/hsj2":["hsj2"],"image/ief":["ief"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpeg","jpg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm","jpgm"],"image/jpx":["jpx","jpf"],"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/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"],"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+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"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]};Object.freeze(Co);var o1=globalThis&&globalThis.__classPrivateFieldGet||function(n,t,i,s){if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?n!==t||!s:!t.has(n))throw new TypeError("Cannot read private member from an object whose class did not declare it");return i==="m"?s:i==="a"?s.call(n):s?s.value:t.get(n)},Qn,Ni,bn;class NB{constructor(...t){Qn.set(this,new Map),Ni.set(this,new Map),bn.set(this,new Map);for(const i of t)this.define(i)}define(t,i=!1){for(let[s,l]of Object.entries(t)){s=s.toLowerCase(),l=l.map(u=>u.toLowerCase()),o1(this,bn,"f").has(s)||o1(this,bn,"f").set(s,new Set);const r=o1(this,bn,"f").get(s);let c=!0;for(let u of l){const m=u.startsWith("*");if(u=m?u.slice(1):u,r==null||r.add(u),c&&o1(this,Ni,"f").set(s,u),c=!1,m)continue;const g=o1(this,Qn,"f").get(u);if(g&&g!=s&&!i)throw new Error(`"${s} -> ${u}" conflicts with "${g} -> ${u}". Pass \`force=true\` to override this definition.`);o1(this,Qn,"f").set(u,s)}}return this}getType(t){if(typeof t!="string")return null;const i=t.replace(/^.*[/\\]/,"").toLowerCase(),s=i.replace(/^.*\./,"").toLowerCase(),l=i.length<t.length;return!(s.length<i.length-1)&&l?null:o1(this,Qn,"f").get(s)??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&&o1(this,Ni,"f").get(t.trim().toLowerCase()))??null)}getAllExtensions(t){return typeof t!="string"?null:o1(this,bn,"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 o1(this,bn,"f").values())Object.freeze(t);return this}_getTestState(){return{types:o1(this,Qn,"f"),extensions:o1(this,Ni,"f")}}}Qn=new WeakMap,Ni=new WeakMap,bn=new WeakMap;const LB=new NB(Co,ko)._freeze(),XJ="",EB={name:"ImportCard",components:{UnnnicButton:Z1},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"}},methods:{importFile(){this.$refs.file.click()},handleFileChange(n){const{files:t}=n.target;let i;t.length>0&&([i]=n.target.files),i&&this.$emit("modifiedFile",i)},emitDeletion(){this.$emit("delete")}}},SB={class:"unnnic-import-card"},zB={class:"unnnic-import-card__data"},VB={key:0,class:"unnnic-import-card__data__title"},TB={key:1,class:"unnnic-import-card__data__title"},HB={key:2,class:"unnnic-import-card__data__subtitle"},jB={key:0,class:"unnnic-import-card__data__subtitle__text"},IB={key:1,class:"unnnic-import-card__data__subtitle__progress"},OB={class:"unnnic-import-card__buttons"},FB=["accept"];function UB(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicButton");return e.openBlock(),e.createElementBlock("div",SB,[e.createElementVNode("div",zB,[i.isImporting?(e.openBlock(),e.createElementBlock("div",VB,e.toDisplayString(n.$t("import_card.importing"))+"... ",1)):(e.openBlock(),e.createElementBlock("div",TB,e.toDisplayString(i.title),1)),i.subtitle&&i.isImporting?(e.openBlock(),e.createElementBlock("div",HB,[i.subtitle&&i.isImporting?(e.openBlock(),e.createElementBlock("div",jB,e.toDisplayString(i.subtitle),1)):e.createCommentVNode("",!0),i.subtitle&&i.isImporting?(e.openBlock(),e.createElementBlock("div",IB," - "+e.toDisplayString(i.importProgress)+"% ",1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",OB,[i.canImport?(e.openBlock(),e.createBlock(c,{key:0,class:"unnnic-import-card__buttons__import",size:"small",iconCenter:i.uploadIcon,type:"primary",onClick:r.importFile},{default:e.withCtx(()=>[e.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,FB)]),_:1},8,["iconCenter","onClick"])):e.createCommentVNode("",!0),i.canDelete?(e.openBlock(),e.createBlock(c,{key:1,class:"unnnic-import-card__buttons__delete",size:"small",iconCenter:"close-1",type:"warning",onClick:r.emitDeletion},null,8,["onClick"])):e.createCommentVNode("",!0)])])}const vo=_(EB,[["render",UB],["__scopeId","data-v-400e476d"]]),JJ="",PB={name:"UnnnicUploadArea",components:{UnnnicIcon:F,UnnnicImportCard:vo},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:""}},data(){return{hasError:!1,isDragging:!1,dragEnterCounter:0,currentFiles:this.files}},computed:{formattedSupportedFormats(){return this.supportedFormats.split(",").map(t=>t.toUpperCase()).join(", ")}},watch:{files(n){this.currentFiles=n}},methods:{dragenter(){this.dragEnterCounter+=1,this.isDragging=!0},dragover(){this.isDragging=!0},dragleave(){this.dragEnterCounter-=1,this.dragEnterCounter===0&&(this.isDragging=!1)},dragend(){this.isDragging=!1},drop(n){this.isDragging=!1;const{files:t}=n.dataTransfer;this.validateFiles(t)&&this.addFiles(t)},handleFileChange(n){const{files:t}=n.target;this.validateFiles(t)&&this.addFiles(t),this.$refs.file.value=""},validateFiles(n){return!this.acceptMultiple&&n.length>1?(this.setErrorState(),!1):this.validFormat(n)?this.validSize(n)?!0:(this.setErrorState(),!1):(this.setErrorState(),!1)},validFormat(n){if(this.supportedFormats==="*")return!0;const t=this.supportedFormats.split(",").map(s=>s.trim());return Array.from(n).find(s=>{const l=s.name.toLowerCase(),r=s.type.toLowerCase(),c=`.${l.split(".").pop()}`,u=t.includes(c),m=r===LB.getType(l);return u&&m})},validSize(n){return this.maxFileSize?Array.from(n).find(i=>(i.size/1048576).toFixed(2)<=this.maxFileSize):!0},setErrorState(){this.hasError=!0,setTimeout(()=>{this.hasError=!1},5e3)},emitFileChange(){this.$emit("fileChange",this.currentFiles)},addFiles(n){let t=n.length;if(this.shouldReplace||(t+=this.currentFiles.length),t>this.maximumUploads){this.setErrorState();return}const i=Array.from(n).filter(s=>!!(this.validFormat([s])&&this.validSize([s])));this.shouldReplace?this.currentFiles=i:this.currentFiles=this.currentFiles.concat(i),this.emitFileChange()},modifyFile(n,t){this.currentFiles.splice(n,1,t),this.emitFileChange()},removeFile(n){this.currentFiles.splice(n,1),this.emitFileChange()},checkDragAndDropSupport(){const{dropzone:n}=this.$refs;return"FileReader"in window&&("draggable"in n||"ondragstart"in n&&"ondrop"in n)}}},YB={class:"unnnic-upload-area__dropzone__content"},ZB={class:"unnnic-upload-area__dropzone__content__title"},RB=["title"],WB=["accept","multiple"],QB={key:0,class:"unnnic-upload-area__cards"};function qB(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon"),u=e.resolveComponent("UnnnicImportCard");return e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",{ref:"dropzone",class:e.normalizeClass({"unnnic-upload-area__dropzone":!0,"unnnic-upload-area__dropzone__is-dragover":l.isDragging,"unnnic-upload-area__dropzone__has-error":l.hasError}),onDragenter:t[1]||(t[1]=e.withModifiers((...m)=>r.dragenter&&r.dragenter(...m),["stop","prevent"])),onDragover:t[2]||(t[2]=e.withModifiers((...m)=>r.dragover&&r.dragover(...m),["stop","prevent"])),onDragleave:t[3]||(t[3]=e.withModifiers((...m)=>r.dragleave&&r.dragleave(...m),["stop","prevent"])),onDragend:t[4]||(t[4]=e.withModifiers((...m)=>r.dragend&&r.dragend(...m),["stop","prevent"])),onDrop:t[5]||(t[5]=e.withModifiers((...m)=>r.drop&&r.drop(...m),["stop","prevent"])),onClick:t[6]||(t[6]=()=>n.$refs.file.click())},[e.createVNode(c,{class:"unnnic-upload-area__dropzone__icon",icon:"upload-bottom-1",scheme:l.hasError?"feedback-red":"brand-weni",size:"xl"},null,8,["scheme"]),e.createElementVNode("div",YB,[e.createElementVNode("span",ZB,[e.createTextVNode(e.toDisplayString(n.$t("upload_area.title.text"))+" ",1),e.createElementVNode("span",{class:e.normalizeClass(`unnnic-upload-area__dropzone__content__title__${l.hasError?"error":"search"}`)},e.toDisplayString(n.$t("upload_area.title.highlight")),3)]),e.createElementVNode("span",{class:e.normalizeClass(["unnnic-upload-area__dropzone__content__subtitle",{"unnnic-upload-area__dropzone__content__subtitle__error":l.hasError}]),title:r.formattedSupportedFormats},e.toDisplayString(i.subtitle||`${n.$t(`upload_area${l.hasError?".invalid":""}.subtitle`)} ${r.formattedSupportedFormats}`),11,RB)]),e.createElementVNode("input",{ref:"file",type:"file",accept:i.supportedFormats,multiple:i.acceptMultiple,style:{display:"none"},onInput:t[0]||(t[0]=(...m)=>r.handleFileChange&&r.handleFileChange(...m))},null,40,WB)],34),l.currentFiles.length>0?(e.openBlock(),e.createElementBlock("div",QB,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.currentFiles,(m,g)=>(e.openBlock(),e.createBlock(u,{key:g,title:m.name,subtitle:m.name,isImporting:i.isUploading,importProgress:i.filesProgress[g]||100,canImport:i.canImport,canDelete:i.canDelete,acceptedFormats:i.supportedFormats,uploadIcon:"button-refresh-arrows-1",onDelete:w=>r.removeFile(g),onModifiedFile:w=>r.modifyFile(g,w)},null,8,["title","subtitle","isImporting","importProgress","canImport","canDelete","acceptedFormats","onDelete","onModifiedFile"]))),128))])):e.createCommentVNode("",!0)])}const xo=_(PB,[["render",qB],["__scopeId","data-v-d52abaea"]]),KJ="",GB={components:{UnnnicUploadArea:xo,UnnnicIcon:F,UnnnicButton:Z1},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{}}},XB={class:"modal-upload"},JB={class:"close-button-container"},KB={class:"title"},$B={class:"footer"};function eN(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon"),u=e.resolveComponent("UnnnicUploadArea"),m=e.resolveComponent("UnnnicButton");return e.openBlock(),e.createElementBlock("div",XB,[e.createElementVNode("div",JB,[e.createVNode(c,{class:"close-button",icon:"close-1",scheme:"neutral-dark",size:"sm",onClick:t[0]||(t[0]=g=>n.$emit("close"))})]),e.createElementVNode("div",KB,e.toDisplayString(i.textTitle),1),e.createVNode(u,{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]=g=>n.$emit("file-change",g))},null,8,["acceptMultiple","supportedFormats","maximumUploads","filesProgress","isUploading","canImport","canDelete","maxFileSize","files","subtitle"]),e.createElementVNode("div",$B,[e.createVNode(m,{size:"large",type:"tertiary",text:i.textCancel,onClick:t[2]||(t[2]=g=>n.$emit("cancel"))},null,8,["text"]),e.createVNode(m,{size:"large",type:"primary",text:i.textAction,onClick:t[3]||(t[3]=g=>n.$emit("action"))},null,8,["text"])])])}const nN=_(GB,[["render",eN],["__scopeId","data-v-74f5f54e"]]),$J="",iN={components:{UnnnicIcon:F},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"}},mounted(){this.$refs.progress.addEventListener("animationend",()=>{this.$refs.alertContainer.classList.add("slide-down")}),this.$refs.alertContainer.addEventListener("animationend",n=>{n.animationName.startsWith("slideDown")&&this.emitClose()})},methods:{emitClose(){this.onClose(),this.$emit("close")}}},tN={ref:"alertContainer",class:"alert-container"},aN={ref:"progress",class:"alert__progress"},oN=["href","target"];function sN(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",tN,[e.createElementVNode("div",{class:e.normalizeClass(["alert",{"alert--scheme-aux-green":i.scheme==="feedback-green"||i.type==="success","alert--scheme-aux-red":i.scheme==="feedback-red"||i.type==="error"}])},[e.createElementVNode("div",aN,null,512),e.withDirectives(e.createElementVNode("div",{class:"alert__text"},e.toDisplayString(i.text),513),[[e.vShow,i.text]]),i.linkHref?(e.openBlock(),e.createElementBlock("a",{key:0,class:"alert__link",href:i.linkHref,target:i.linkTarget},e.toDisplayString(i.linkText),9,oN)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"alert__close",onClick:t[0]||(t[0]=(...u)=>r.emitClose&&r.emitClose(...u))},[e.createVNode(c,{icon:"close-1",size:"sm",scheme:"neutral-white"})])],2)],512)}const rN=_(iN,[["render",sN],["__scopeId","data-v-611b4188"]]),eK="",lN={name:"UnnnicAlert",components:{UnnnicIcon:F,Version1dot1:rN},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},position:{type:String,default:"top-right"},linkHref:{type:String},linkTarget:{type:String},linkText:{type:String},type:{type:String}}},dN={class:"unnnic-alert__content"},cN={class:"unnnic-alert__title"},fN={class:"unnnic-alert__text"};function uN(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return i.version==="1.0"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["unnnic-alert",`unnnic-alert-position--${i.position}`])},[e.createVNode(c,{icon:i.icon,scheme:i.scheme,size:"sm"},null,8,["icon","scheme"]),e.createElementVNode("div",dN,[e.createElementVNode("div",cN,e.toDisplayString(i.title.toUpperCase()),1),e.createElementVNode("div",fN,e.toDisplayString(i.text),1)]),i.closeText?(e.openBlock(),e.createElementBlock("div",{key:0,class:"unnnic-alert__close-text unnnic--clickable",onClick:t[0]||(t[0]=u=>i.onClose())},e.toDisplayString(i.closeText.toUpperCase()),1)):(e.openBlock(),e.createBlock(c,{key:1,clickable:"",icon:"close-1",scheme:"brand-sec",size:"xs",onClick:i.onClose},null,8,["onClick"]))],2)):(e.openBlock(),e.createBlock(e.resolveDynamicComponent("version"+i.version.replace(/\./g,"dot")),e.normalizeProps(e.mergeProps({key:1},{...n.$props})),null,16))}const mN=_(lN,[["render",uN],["__scopeId","data-v-a0976377"]]);function hN(n){return{all:n=n||new Map,on:function(t,i){var s=n.get(t);s?s.push(i):n.set(t,[i])},off:function(t,i){var s=n.get(t);s&&(i?s.splice(s.indexOf(i)>>>0,1):n.set(t,[]))},emit:function(t,i){var s=n.get(t);s&&s.slice().map(function(l){l(i)}),(s=n.get("*"))&&s.slice().map(function(l){l(t,i)})}}}const bo=hN(),pN=({props:n,containerRef:t})=>{const i=e.createApp(mN,{...n,onClose:()=>{l.$el.remove()},created(){bo.on(["close"],()=>{l.$el.remove()})}}),s=document.createElement("div"),l=i.mount(s);t?(l.$el.style.position="absolute",t.appendChild(l.$el)):document.body.appendChild(l.$el)},yN=({props:n})=>{const t=e.createApp(_o,{...n,onClose:()=>{s.$el.remove()},created(){bo.on(["close"],()=>{s.$el.remove()})}}),i=document.createElement("div"),s=t.mount(i);document.body.appendChild(i)},nK="",gN={name:"UnnnicSelectSmartOption",components:{UnnnicCheckbox:A2},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}}},wN=["title"];function _N(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicCheckbox");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass({"unnnic-select-smart-option":!0,"unnnic-select-smart-option--focused":i.focused,"unnnic-select-smart-option--active":i.active,"unnnic--clickable":i.selectable,"unnnic-select-smart-option--selectable":i.selectable,"unnnic-select-smart-option--with-checkbox":i.allowCheckbox}),title:i.label},[i.allowCheckbox?(e.openBlock(),e.createBlock(c,{key:0,ref:"checkbox",modelValue:i.active,size:i.size},null,8,["modelValue","size"])):e.createCommentVNode("",!0),e.createElementVNode("div",null,[e.createElementVNode("span",{class:e.normalizeClass(["unnnic-select-smart-option__label",`unnnic-select-smart-option__label--${i.size}`])},e.toDisplayString(i.label),3),i.description?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(["unnnic-select-smart-option__description",`unnnic-select-smart-option__description--${i.size}`])},e.toDisplayString(i.description),3)):e.createCommentVNode("",!0)])],10,wN)}const kN=_(gN,[["render",_N]]),iK="",CN={name:"UnnnicSelectSmartMultipleHeader",components:{Tag:Bi,UnnnicIcon:F},mixins:[Y1],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:n,multipleSelectedsTags:t}=this,i=[];for(let s=0;s<t;s+=1)i.push(n==null?void 0:n[s]);return i.filter(s=>s!==void 0)}},methods:{clearSelectedOptions(){this.$emit("clear-selected-options")},unselectOption(n){this.$emit("unselect-option",n)}}},vN={class:"unnnic-select-smart__options__multiple"},xN={key:0,class:"unnnic-select-smart__options__multiple__selecteds__container"},bN={class:"unnnic-select-smart__options__multiple__selecteds"},MN={key:0,class:"unnnic-select-smart__options__multiple__selecteds__remaining"},DN={key:1,class:"unnnic-select-smart__options__multiple--without-multiples"};function AN(n,t,i,s,l,r){const c=e.resolveComponent("Tag"),u=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",vN,[i.selectedOptions[0]?(e.openBlock(),e.createElementBlock("div",xN,[e.createElementVNode("div",bN,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.firstMultipleSelecteds,m=>(e.openBlock(),e.createBlock(c,{key:m.value,class:"unnnic-select-smart__options__multiple__selecteds__option",text:m.label,hasCloseIcon:"",onClose:g=>r.unselectOption(m)},null,8,["text","onClose"]))),128)),i.selectedOptions.length>l.multipleSelectedsTags?(e.openBlock(),e.createElementBlock("p",MN," +"+e.toDisplayString(i.selectedOptions.length-l.multipleSelectedsTags),1)):e.createCommentVNode("",!0)]),e.createVNode(u,{class:"unnnic-select-smart__options__multiple__selecteds__clear",icon:"close-1",size:"xs",clickable:"",onClick:r.clearSelectedOptions},null,8,["onClick"])])):e.createCommentVNode("",!0),i.selectedOptions[0]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("p",DN,e.toDisplayString(i.withoutSelectsMessage||n.i18n("without_multiple_selected")),1))])}const BN=_(CN,[["render",AN],["__scopeId","data-v-61779a78"]]),tK="",NN={props:{type:{type:String,default:"automatic"},modelValue:Boolean,position:{type:String,default:"bottom-left"}},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 n,t;return this.position.startsWith("bottom")?(n=this.y+this.height,n+this.data.height>this.clientHeight&&(n=this.clientHeight-this.data.height,this.y>=this.data.height&&(n=this.y-this.data.height))):this.position.startsWith("top")&&(n=this.y-this.data.height,n<0&&(n=0,this.y+this.height+this.data.height<=this.clientHeight&&(n=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:`${n}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 n=this.$refs.dropdown.getBoundingClientRect(),t=this.$refs["dropdown-data"].getBoundingClientRect();this.clientHeight=document.documentElement.clientHeight,this.clientWidth=document.documentElement.clientWidth,this.x=n.x,this.y=n.y,this.width=n.width,this.height=n.height,this.data.x=t.x,this.data.y=t.y,this.data.width=t.width,this.data.height=t.height}}};function LN(n,t,i,s,l,r){return e.openBlock(),e.createElementBlock("span",{ref:"dropdown",class:e.normalizeClass(["dropdown",{active:r.active}])},[e.renderSlot(n.$slots,"default",{},void 0,!0),e.createElementVNode("div",{ref:"dropdown-data",class:"dropdown-data",style:e.normalizeStyle({position:"fixed",...r.positions})},[e.renderSlot(n.$slots,"inside",{width:`${l.width}px`,height:`${l.height}px`},void 0,!0)],4)],2)}const EN=_(NN,[["render",LN],["__scopeId","data-v-bbccfda6"]]),aK="",SN={name:"UnnnicSelectSmart",components:{TextInput:o3,SelectSmartOption:kN,SelectSmartMultipleHeader:BN,DropdownSkeleton:EN},directives:{onClickOutside:M2},mixins:[Y1],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(n){return["normal","error"].indexOf(n)!==-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}},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 n=this.options.find(s=>{const l=s.value===this.modelValue;return this.isAutocompleteAllowed?l&&s.value!=="":s.value===""&&this.modelValue.length===0||l});return n?n.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(n=>typeof n.description<"u")},autocompletePlaceholder(){if(this.isAutocompleteAllowed){const n=this.options.find(t=>t.value==="");if(n)return n.label}return""},inputValue(){const{isAutocompleteAllowed:n,searchValue:t,multiple:i,modelValue:s}=this;return n||i?t:!i&&s.length!==0?s==null?void 0:s[0].label:""}},watch:{active(n){this.$refs["dropdown-skeleton"].calculatePosition(),this.$nextTick(()=>{if(n&&!this.multiple){const t=this.getOptionIndex("active");t!==-1&&this.scrollToOption(t,"center")}})},searchValue(n,t){this.focusedOption=null,!this.active&&t&&(this.active=!0)},modelValue:{deep:!0,handler(n){this.$emit("onChange",n),this.$emit("update:modelValue",n),this.onSelectOption(n.at(-1))}},autocomplete(n){this.multiple||(this.isAutocompleteAllowed=n)}},mounted(){var n,t,i,s,l;this.status="mounted",(this.multiple||this.autocomplete)&&(this.isAutocompleteAllowed=!0),(n=this.modelValue)!=null&&n[0]&&((t=this.modelValue)!=null&&t[0].value)?(this.modelValue.forEach(r=>this.selectOption(r)),this.isAutocompleteAllowed&&this.$nextTick(()=>{this.searchValue=this.selectedLabel})):this.selectFirst&&((i=this.options)!=null&&i[0])&&((s=this.options)!=null&&s[0].value)&&this.selectOption((l=this.options)==null?void 0:l[0])},methods:{optionIsSelected(n){return this.modelValue.some(t=>t.value===n.value)},clearSelectedOptions(){this.$emit("update:modelValue",[])},handleSelect(n){if(n){if(this.multiple&&this.optionIsSelected(n)){this.unselectOption(n);return}this.selectOption(n)}},handleClickInput(){if(this.isAutocompleteAllowed){if(this.active)return;(this.autocompleteClearOnFocus||this.multiple)&&(this.searchValue="")}this.active=!this.active},filterOptions(n){const i=this.searchValue.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"").split(" "),s=u=>u.toString().toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,""),l=u=>{var m;return parseInt((m=u.match(/\d+/))==null?void 0:m[0],10)||0},r=n.filter(({value:u,label:m},g,w)=>{const M=s(m),b=w.findIndex(z=>z.value===u)===g,B=i.every(z=>M.includes(z));return b&&B&&u});return this.orderedByIndex?r:r.sort((u,m)=>{const g=s(u.label),w=s(m.label),M=l(g),b=l(w);return M-b||g.localeCompare(w)})},onClickOutside(){this.active&&(this.isAutocompleteAllowed&&(this.searchValue=this.selectedLabel),this.$nextTick(()=>{this.active=!1}))},getOptionIndex(n){var s,l,r,c;const t=this.filterOptions(this.options);let i="";return n==="active"&&(i=(l=(s=this.modelValue)==null?void 0:s[0])==null?void 0:l.value),n==="focused"&&(i=((r=this.focusedOption)==null?void 0:r.value)||((c=this.modelValue.at(-1))==null?void 0:c.value)),t.findIndex(u=>u.value===i)},scrollToOption(n,t="nearest"){const i=this.$refs.selectSmartOptionsScrollArea;if(i&&n>=0&&n<i.childNodes.length){const s=i.childNodes[n];s instanceof HTMLElement&&s.scrollIntoView({block:t})}},selectOption(n){const t=n.value===null||n.value.length===0?null:n;this.$emit("update:modelValue",this.multiple?[...this.modelValue,t]:[t])},unselectOption(n){const t=this.modelValue.findIndex(i=>i.value===n.value);if(t!==-1){const i=this.modelValue;i.splice(t,1),this.$emit("update:modelValue",i)}this.multiple&&(this.searchValue="")},onSelectOption(n){if(this.$nextTick(()=>{this.multiple||(this.active=!1)}),this.isAutocompleteAllowed&&!this.multiple){this.searchValue=n.label;return}this.multiple&&(this.searchValue="")},async onKeyDownSelect(n){const{key:t}=n;if(["Escape","Enter","ArrowUp","ArrowDown"].includes(t)){n.preventDefault();const s=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,s.length-1),this.active||this.handleSelect(s[r]);break}r!==void 0&&this.active&&this.scrollToOption(r);const c=s[r===void 0?l:r];this.focusedOption=c}}}},zN={style:{overflow:"auto"}},VN={key:0,class:"unnnic-select-smart__options--no-results"};function TN(n,t,i,s,l,r){const c=e.resolveComponent("TextInput"),u=e.resolveComponent("SelectSmartMultipleHeader"),m=e.resolveComponent("SelectSmartOption"),g=e.resolveComponent("DropdownSkeleton"),w=e.resolveDirective("on-click-outside");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"unnnic-select-smart",onKeydown:t[1]||(t[1]=(...M)=>r.onKeyDownSelect&&r.onKeyDownSelect(...M))},[e.createVNode(g,{ref:"dropdown-skeleton",type:"manual",modelValue:l.active||null,position:"bottom"},{inside:e.withCtx(M=>[l.active?(e.openBlock(),e.createElementBlock("div",{key:0,style:e.normalizeStyle({width:M.width}),class:e.normalizeClass({"unnnic-select-smart__options":!0,active:l.active,inactive:!l.active})},[e.createElementVNode("div",zN,[i.multiple?(e.openBlock(),e.createBlock(u,{key:0,selectedOptions:i.modelValue,withoutSelectsMessage:i.multipleWithoutSelectsMessage,locale:n.locale,translations:n.translations,onClearSelectedOptions:r.clearSelectedOptions,onUnselectOption:r.unselectOption},null,8,["selectedOptions","withoutSelectsMessage","locale","translations","onClearSelectedOptions","onUnselectOption"])):e.createCommentVNode("",!0),e.createElementVNode("div",{ref:"selectSmartOptionsScrollArea",class:e.normalizeClass(["unnnic-select-smart__options__scroll-area",`size-${i.size}`,{"with-descriptions":r.hasDescriptionOptions}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.filterOptions(i.options),(b,B)=>(e.openBlock(),e.createBlock(m,{key:b.value,label:b.label,description:b.description,tabindex:B,size:i.size,active:b.value===i.modelValue||r.optionIsSelected(b),focused:l.focusedOption&&l.focusedOption.value===b.value,allowCheckbox:!!i.multiple,onClick:z=>r.handleSelect(b)},null,8,["label","description","tabindex","size","active","focused","allowCheckbox","onClick"]))),128)),r.filterOptions(i.options).length===0?(e.openBlock(),e.createElementBlock("p",VN,e.toDisplayString(n.i18n("without_results")),1)):e.createCommentVNode("",!0)],2)])],6)):e.createCommentVNode("",!0)]),default:e.withCtx(()=>[e.createVNode(c,{ref:"selectSmartInput",class:"unnnic-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?"arrow-button-up-1":"arrow-button-down-1",iconRightClickable:!i.disabled,onIconRightClick:r.handleClickInput,onClick:e.withModifiers(r.handleClickInput,["stop"]),"onUpdate:modelValue":t[0]||(t[0]=M=>l.searchValue=M)},null,8,["modelValue","placeholder","type","size","disabled","readonly","iconLeft","iconRight","iconRightClickable","onIconRightClick","onClick"])]),_:1},8,["modelValue"])],32)),[[w,r.onClickOutside]])}const HN=_(SN,[["render",TN]]),oK="",jN={name:"UnnicSelectItem",props:{size:{type:String,default:""},selectable:{type:Boolean,default:!0},active:{type:Boolean,default:!1},textFocused:{type:Boolean,default:!1}}};function IN(n,t,i,s,l,r){return e.openBlock(),e.createElementBlock("div",{class:e.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=>n.$emit("click"))},[e.createElementVNode("span",{class:e.normalizeClass(["unnnic-select-item__label",`unnnic-select-item__label--${i.size}`])},[e.renderSlot(n.$slots,"default")],2)],2)}const ON=_(jN,[["render",IN]]),sK="",FN={name:"UnnnicMultiSelect",components:{UnnnicIcon:F,UnnnicRadio:wo},directives:{onClickOutside:M2},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(n){document.querySelector(".select-permission:focus-visible")&&n.keyCode===32&&(this.active=!this.active)},onClickOutside(){this.active&&(this.active=!1)},change(n,t){this.$emit("update:model-value",this.modelValue.map((i,s)=>{if(s===n){let l=t;return this.unselectable&&i.selected===t&&(l=-1),{...i,selected:l}}return i}))}}},UN={key:0,class:"select-permission-label"},PN={class:"title noselect"},YN={key:1,class:"select-content",tabindex:"0"},ZN=["onClick"];function RN(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon"),u=e.resolveComponent("UnnnicRadio"),m=e.resolveDirective("on-click-outside");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(i.expand?"expand-multiselect":"normal-multiselect"),tabindex:"-1"},[i.label?(e.openBlock(),e.createElementBlock("span",UN,e.toDisplayString(i.label),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"select-permission",tabindex:"0",onKeypress:t[0]||(t[0]=(...g)=>r.handleIsOpenKeyboard&&r.handleIsOpenKeyboard(...g)),onClick:t[1]||(t[1]=g=>l.active=!l.active)},[e.createElementVNode("h6",PN,e.toDisplayString(i.inputTitle),1),e.createVNode(c,{icon:l.active?"arrow-button-up-1":"arrow-button-down-1",size:"sm",scheme:"neutral-dark"},null,8,["icon"])],32),l.active?e.withDirectives((e.openBlock(),e.createElementBlock("div",YN,[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.modelValue,(g,w)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`group-${w}`},[i.hideGroupTitle?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("h6",{key:`title-${w}`,class:"title"},e.toDisplayString(g.title),1)),e.createElementVNode("section",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.items,(M,b)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`item-${b}`},[i.hideRadio?(e.openBlock(),e.createElementBlock("div",{key:b+"input",class:"unnnic-radio-container unnnic-radio-container--sm",style:{cursor:"pointer"},onClick:B=>r.change(w,b)},[e.createElementVNode("strong",null,e.toDisplayString(M.title),1),e.createElementVNode("span",null,e.toDisplayString(M.description),1)],8,ZN)):(e.openBlock(),e.createBlock(u,{id:"",key:"else"+b+"input",name:"",modelValue:g.selected,value:b,size:"sm",class:"","onUpdate:modelValue":B=>r.change(w,B)},{default:e.withCtx(()=>[e.createElementVNode("strong",null,e.toDisplayString(M.title),1),e.createElementVNode("span",null,e.toDisplayString(M.description),1)]),_:2},1032,["modelValue","value","onUpdate:modelValue"]))],64))),128))])],64))),128))])])),[[m,r.onClickOutside]]):e.createCommentVNode("",!0)],2)}const WN=_(FN,[["render",RN],["__scopeId","data-v-8f8d226c"]]),rK="",QN={components:{UnnnicIcon:F},props:{open:{type:Boolean,default:!1},title:{type:String}},data(){return{height:0,setHeightToNull:null}},watch:{open(n){clearTimeout(this.setHeightToNull),n?(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)}},qN={class:"header"},GN={class:"actions"};function XN(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",{class:"unnnic-accordion",onClick:t[0]||(t[0]=u=>n.$emit("update:open",!i.open))},[e.createElementVNode("div",qN,[e.createVNode(c,{icon:i.open?"subtract-circle-1":"add-circle-1",scheme:"neutral-clean",size:"md"},null,8,["icon"]),e.createElementVNode("div",{class:e.normalizeClass(["title",{open:i.open}])},e.toDisplayString(i.title),3),e.withDirectives(e.createElementVNode("div",GN,[e.renderSlot(n.$slots,"actions",{},void 0,!0)],512),[[e.vShow,i.open]])]),e.createElementVNode("div",{ref:"content",class:e.normalizeClass(["content",{open:i.open}]),style:e.normalizeStyle({height:l.height})},[e.renderSlot(n.$slots,"default",{},void 0,!0)],6)])}const JN=_(QN,[["render",XN],["__scopeId","data-v-e8db67f7"]]),lK="",KN={name:"UnnnicIndicator",props:{numberOfSteps:{type:Number,required:!0},titles:{type:Array,default:()=>[]},currentStep:{type:Number,default:0}},methods:{titleForStep(n){try{return this.titles[n-1]}catch{return null}}}},$N={class:"weni-step-indicator"},eL={class:"weni-step-indicator__label"};function nL(n,t,i,s,l,r){return e.openBlock(),e.createElementBlock("div",$N,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.numberOfSteps,c=>(e.openBlock(),e.createElementBlock("div",{key:c,class:e.normalizeClass({"weni-step-indicator__step__wrapper":!0,"weni-step-indicator--has-separator":c>1})},[c!==1?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass({"weni-step-indicator__step__separator":!0,"weni-step-indicator__step__separator--active":c<=i.currentStep})},null,2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass({"weni-step-indicator__step":!0,"weni-step-indicator__step--active":c<=i.currentStep})},[e.createElementVNode("span",eL,e.toDisplayString(r.titleForStep(c)),1)],2)],2))),128))])}const iL=_(KN,[["render",nL],["__scopeId","data-v-c8f0092e"]]),tL=`:export{unnnicColorBackgroundSolo:#E8F4F4}.color-background-solo{color:#e8f4f4}.bg-background-solo{background-color:#e8f4f4}.color-background-sky{color:#f4f6f8}.bg-background-sky{background-color:#f4f6f8}.color-background-grass{color:#f5f6f6}.bg-background-grass{background-color:#f5f6f6}.color-background-carpet{color:#f9f9f9}.bg-background-carpet{background-color:#f9f9f9}.color-background-snow{color:#fff}.bg-background-snow{background-color:#fff}.color-background-lightest{color:#f9f9f9}.bg-background-lightest{background-color:#f9f9f9}.color-background-white{color:#fff}.bg-background-white{background-color:#fff}.color-neutral-black{color:#272b33}.bg-neutral-black{background-color:#272b33}.color-neutral-darkest{color:#3b414d}.bg-neutral-darkest{background-color:#3b414d}.color-neutral-dark{color:#4e5666}.bg-neutral-dark{background-color:#4e5666}.color-neutral-cloudy{color:#67738b}.bg-neutral-cloudy{background-color:#67738b}.color-neutral-cleanest{color:#d0d3d9}.bg-neutral-cleanest{background-color:#d0d3d9}.color-neutral-clean{color:#9caccc}.bg-neutral-clean{background-color:#9caccc}.color-neutral-soft{color:#e2e6ed}.bg-neutral-soft{background-color:#e2e6ed}.color-neutral-lightest{color:#f9f9f9}.bg-neutral-lightest{background-color:#f9f9f9}.color-neutral-light{color:#f4f6f8}.bg-neutral-light{background-color:#f4f6f8}.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-100{color:#c6f6d5}.bg-aux-green-100{background-color:#c6f6d5}.color-aux-green-300{color:#68d391}.bg-aux-green-300{background-color:#68d391}.color-aux-green-500{color:#38a169}.bg-aux-green-500{background-color:#38a169}.color-aux-green-700{color:#276749}.bg-aux-green-700{background-color:#276749}.color-aux-green-900{color:#1c4532}.bg-aux-green-900{background-color:#1c4532}.color-aux-blue-100{color:#bee3f8}.bg-aux-blue-100{background-color:#bee3f8}.color-aux-blue-300{color:#63b3ed}.bg-aux-blue-300{background-color:#63b3ed}.color-aux-blue-500{color:#3182ce}.bg-aux-blue-500{background-color:#3182ce}.color-aux-blue-700{color:#2c5282}.bg-aux-blue-700{background-color:#2c5282}.color-aux-blue-900{color:#1a365d}.bg-aux-blue-900{background-color:#1a365d}.color-aux-purple-100{color:#e9d8fd}.bg-aux-purple-100{background-color:#e9d8fd}.color-aux-purple-300{color:#b794f4}.bg-aux-purple-300{background-color:#b794f4}.color-aux-purple-500{color:#805ad5}.bg-aux-purple-500{background-color:#805ad5}.color-aux-purple-700{color:#553c9a}.bg-aux-purple-700{background-color:#553c9a}.color-aux-purple-900{color:#322659}.bg-aux-purple-900{background-color:#322659}.color-aux-red-100{color:#fed7d7}.bg-aux-red-100{background-color:#fed7d7}.color-aux-red-300{color:#fc8181}.bg-aux-red-300{background-color:#fc8181}.color-aux-red-500{color:#e53e3e}.bg-aux-red-500{background-color:#e53e3e}.color-aux-red-700{color:#9b2c2c}.bg-aux-red-700{background-color:#9b2c2c}.color-aux-red-900{color:#63171b}.bg-aux-red-900{background-color:#63171b}.color-aux-orange-100{color:#feebc8}.bg-aux-orange-100{background-color:#feebc8}.color-aux-orange-300{color:#f6ad55}.bg-aux-orange-300{background-color:#f6ad55}.color-aux-orange-500{color:#dd6b20}.bg-aux-orange-500{background-color:#dd6b20}.color-aux-orange-700{color:#9c4221}.bg-aux-orange-700{background-color:#9c4221}.color-aux-orange-900{color:#652b19}.bg-aux-orange-900{background-color:#652b19}.color-aux-yellow-100{color:#fefcbf}.bg-aux-yellow-100{background-color:#fefcbf}.color-aux-yellow-300{color:#f6e05e}.bg-aux-yellow-300{background-color:#f6e05e}.color-aux-yellow-500{color:#d69e2e}.bg-aux-yellow-500{background-color:#d69e2e}.color-aux-yellow-700{color:#975a16}.bg-aux-yellow-700{background-color:#975a16}.color-aux-yellow-900{color:#5f370e}.bg-aux-yellow-900{background-color:#5f370e}.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:#00ded2}.bg-floweditor-turquoise{background-color:#00ded2}.color-floweditor-green{color:#00a339}.bg-floweditor-green{background-color:#00a339}.color-weni-50{color:#eefffc}.bg-weni-50{background-color:#eefffc}.color-weni-100{color:#c6fff7}.bg-weni-100{background-color:#c6fff7}.color-weni-200{color:#8efff1}.bg-weni-200{background-color:#8efff1}.color-weni-300{color:#4dfbea}.bg-weni-300{background-color:#4dfbea}.color-weni-400{color:#19e8da}.bg-weni-400{background-color:#19e8da}.color-weni-500{color:#00ded2}.bg-weni-500{background-color:#00ded2}.color-weni-600{color:#00a49f}.bg-weni-600{background-color:#00a49f}.color-weni-700{color:#028380}.bg-weni-700{background-color:#028380}.color-weni-800{color:#086766}.bg-weni-800{background-color:#086766}.color-weni-900{color:#0c5554}.bg-weni-900{background-color:#0c5554}.color-weni-950{color:#003234}.bg-weni-950{background-color:#003234}.color-brand-weni{color:#00a49f}.bg-brand-weni{background-color:#00a49f}.color-brand-weni-dark{color:#086766}.bg-brand-weni-dark{background-color:#086766}.color-brand-weni-soft{color:#00a49f}.bg-brand-weni-soft{background-color:#00a49f}.color-brand-sec-dark{color:#272b33}.bg-brand-sec-dark{background-color:#272b33}.color-brand-sec-soft{color:#4e5666}.bg-brand-sec-soft{background-color:#4e5666}.color-brand-sec{color:#d0d3d9}.bg-brand-sec{background-color:#d0d3d9}.u.color-background-solo{color:#e8f4f4}.u.bg-background-solo{background-color:#e8f4f4}.u.color-background-sky{color:#f4f6f8}.u.bg-background-sky{background-color:#f4f6f8}.u.color-background-grass{color:#f5f6f6}.u.bg-background-grass{background-color:#f5f6f6}.u.color-background-carpet{color:#f9f9f9}.u.bg-background-carpet{background-color:#f9f9f9}.u.color-background-snow{color:#fff}.u.bg-background-snow{background-color:#fff}.u.color-background-lightest{color:#f9f9f9}.u.bg-background-lightest{background-color:#f9f9f9}.u.color-background-white{color:#fff}.u.bg-background-white{background-color:#fff}.u.color-neutral-black{color:#272b33}.u.bg-neutral-black{background-color:#272b33}.u.color-neutral-darkest{color:#3b414d}.u.bg-neutral-darkest{background-color:#3b414d}.u.color-neutral-dark{color:#4e5666}.u.bg-neutral-dark{background-color:#4e5666}.u.color-neutral-cloudy{color:#67738b}.u.bg-neutral-cloudy{background-color:#67738b}.u.color-neutral-cleanest{color:#d0d3d9}.u.bg-neutral-cleanest{background-color:#d0d3d9}.u.color-neutral-clean{color:#9caccc}.u.bg-neutral-clean{background-color:#9caccc}.u.color-neutral-soft{color:#e2e6ed}.u.bg-neutral-soft{background-color:#e2e6ed}.u.color-neutral-lightest{color:#f9f9f9}.u.bg-neutral-lightest{background-color:#f9f9f9}.u.color-neutral-light{color:#f4f6f8}.u.bg-neutral-light{background-color:#f4f6f8}.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-100{color:#c6f6d5}.u.bg-aux-green-100{background-color:#c6f6d5}.u.color-aux-green-300{color:#68d391}.u.bg-aux-green-300{background-color:#68d391}.u.color-aux-green-500{color:#38a169}.u.bg-aux-green-500{background-color:#38a169}.u.color-aux-green-700{color:#276749}.u.bg-aux-green-700{background-color:#276749}.u.color-aux-green-900{color:#1c4532}.u.bg-aux-green-900{background-color:#1c4532}.u.color-aux-blue-100{color:#bee3f8}.u.bg-aux-blue-100{background-color:#bee3f8}.u.color-aux-blue-300{color:#63b3ed}.u.bg-aux-blue-300{background-color:#63b3ed}.u.color-aux-blue-500{color:#3182ce}.u.bg-aux-blue-500{background-color:#3182ce}.u.color-aux-blue-700{color:#2c5282}.u.bg-aux-blue-700{background-color:#2c5282}.u.color-aux-blue-900{color:#1a365d}.u.bg-aux-blue-900{background-color:#1a365d}.u.color-aux-purple-100{color:#e9d8fd}.u.bg-aux-purple-100{background-color:#e9d8fd}.u.color-aux-purple-300{color:#b794f4}.u.bg-aux-purple-300{background-color:#b794f4}.u.color-aux-purple-500{color:#805ad5}.u.bg-aux-purple-500{background-color:#805ad5}.u.color-aux-purple-700{color:#553c9a}.u.bg-aux-purple-700{background-color:#553c9a}.u.color-aux-purple-900{color:#322659}.u.bg-aux-purple-900{background-color:#322659}.u.color-aux-red-100{color:#fed7d7}.u.bg-aux-red-100{background-color:#fed7d7}.u.color-aux-red-300{color:#fc8181}.u.bg-aux-red-300{background-color:#fc8181}.u.color-aux-red-500{color:#e53e3e}.u.bg-aux-red-500{background-color:#e53e3e}.u.color-aux-red-700{color:#9b2c2c}.u.bg-aux-red-700{background-color:#9b2c2c}.u.color-aux-red-900{color:#63171b}.u.bg-aux-red-900{background-color:#63171b}.u.color-aux-orange-100{color:#feebc8}.u.bg-aux-orange-100{background-color:#feebc8}.u.color-aux-orange-300{color:#f6ad55}.u.bg-aux-orange-300{background-color:#f6ad55}.u.color-aux-orange-500{color:#dd6b20}.u.bg-aux-orange-500{background-color:#dd6b20}.u.color-aux-orange-700{color:#9c4221}.u.bg-aux-orange-700{background-color:#9c4221}.u.color-aux-orange-900{color:#652b19}.u.bg-aux-orange-900{background-color:#652b19}.u.color-aux-yellow-100{color:#fefcbf}.u.bg-aux-yellow-100{background-color:#fefcbf}.u.color-aux-yellow-300{color:#f6e05e}.u.bg-aux-yellow-300{background-color:#f6e05e}.u.color-aux-yellow-500{color:#d69e2e}.u.bg-aux-yellow-500{background-color:#d69e2e}.u.color-aux-yellow-700{color:#975a16}.u.bg-aux-yellow-700{background-color:#975a16}.u.color-aux-yellow-900{color:#5f370e}.u.bg-aux-yellow-900{background-color:#5f370e}.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:#00ded2}.u.bg-floweditor-turquoise{background-color:#00ded2}.u.color-floweditor-green{color:#00a339}.u.bg-floweditor-green{background-color:#00a339}.u.color-weni-50{color:#eefffc}.u.bg-weni-50{background-color:#eefffc}.u.color-weni-100{color:#c6fff7}.u.bg-weni-100{background-color:#c6fff7}.u.color-weni-200{color:#8efff1}.u.bg-weni-200{background-color:#8efff1}.u.color-weni-300{color:#4dfbea}.u.bg-weni-300{background-color:#4dfbea}.u.color-weni-400{color:#19e8da}.u.bg-weni-400{background-color:#19e8da}.u.color-weni-500{color:#00ded2}.u.bg-weni-500{background-color:#00ded2}.u.color-weni-600{color:#00a49f}.u.bg-weni-600{background-color:#00a49f}.u.color-weni-700{color:#028380}.u.bg-weni-700{background-color:#028380}.u.color-weni-800{color:#086766}.u.bg-weni-800{background-color:#086766}.u.color-weni-900{color:#0c5554}.u.bg-weni-900{background-color:#0c5554}.u.color-weni-950{color:#003234}.u.bg-weni-950{background-color:#003234}.u.color-brand-weni{color:#00a49f}.u.bg-brand-weni{background-color:#00a49f}.u.color-brand-weni-dark{color:#086766}.u.bg-brand-weni-dark{background-color:#086766}.u.color-brand-weni-soft{color:#00a49f}.u.bg-brand-weni-soft{background-color:#00a49f}.u.color-brand-sec-dark{color:#272b33}.u.bg-brand-sec-dark{background-color:#272b33}.u.color-brand-sec-soft{color:#4e5666}.u.bg-brand-sec-soft{background-color:#4e5666}.u.color-brand-sec{color:#d0d3d9}.u.bg-brand-sec{background-color:#d0d3d9}
|
|
42
|
+
${i.clickable?"unnnic-tag--clickable":""}`)},[e.createVNode(c,{enabled:i.enableTooltip,text:i.tooltipText,side:"bottom"},{default:e.withCtx(()=>[e.createElementVNode("span",oA,e.toDisplayString(i.count),1)]),_:1},8,["enabled","text"]),e.createElementVNode("span",sA,e.toDisplayString(i.text),1),i.hasBackButton?(e.openBlock(),e.createBlock(u,{key:0,icon:"arrow-right-1-1",class:"unnnic-tag__icon",scheme:"neutral-darkest",size:"xs"})):e.createCommentVNode("",!0)],2)}const lA=_(aA,[["render",rA],["__scopeId","data-v-b6955644"]]),jJ="",dA={name:"UnnnicBrandTag",components:{UnnnicIcon:F},props:{text:{type:String,default:null},clickable:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},icon:{type:String,default:null}},methods:{closeClicked(){this.closeClicked&&this.$emit("close-click")}}},cA={class:"unnnic-brand-tag__label"};function fA(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass({"unnnic-brand-tag":!0,"unnnic-brand-tag--disabled":!i.disabled,"unnnic-brand-tag--clickable":i.clickable})},[e.createElementVNode("span",cA,e.toDisplayString(i.text),1),e.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 uA=_(dA,[["render",fA],["__scopeId","data-v-4e3d7d8c"]]),mA={name:"UnnnicTag",props:{type:{type:String,default:"default",validator(n){return["default","indicator","brand"].indexOf(n)!==-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},icon:{type:String,default:null}},computed:{currentComponent(){return this.type==="indicator"?lA:this.type==="brand"?uA:tA}}};function hA(n,t,i,s,l,r){return e.openBlock(),e.createBlock(e.resolveDynamicComponent(r.currentComponent),e.mergeProps({class:"unnnic-tag-content"},n.$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,icon:i.icon}),null,16,["text","disabled","hasCloseIcon","scheme","count","hasBackButton","clickable","tooltipText","enableTooltip","icon"])}const Bi=_(mA,[["render",hA]]),IJ="",pA={components:{UnnnicTag:Bi},mixins:[Y1],props:{oldVersion:Boolean,name:String,description:String,plan:String,actionText:String},data(){return{isOptionsOpen:!1}}},yA={class:"name"},gA={class:"description"},wA={key:1};function _A(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicTag"),u=e.resolveComponent("UnnnicIcon"),m=e.resolveComponent("UnnnicDropdown");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["unnnic-connect-card-company",{"unnnic-connect-card-company--old-version":i.oldVersion}]),onClick:t[3]||(t[3]=g=>n.$emit("enter"))},[e.createElementVNode("div",null,[e.createElementVNode("h2",yA,e.toDisplayString(i.name),1),e.createElementVNode("p",gA,e.toDisplayString(i.description),1),i.plan?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["tag",i.plan])},e.toDisplayString(n.i18n(`plans.${i.plan}`)),3)):e.createCommentVNode("",!0)]),i.actionText?(e.openBlock(),e.createBlock(c,{key:0,class:"action",clickable:"",text:i.actionText,scheme:"aux-blue",onClick:t[0]||(t[0]=g=>n.$emit("action"))},null,8,["text"])):e.createCommentVNode("",!0),n.$slots.options?(e.openBlock(),e.createElementBlock("div",wA,[e.createVNode(m,{open:l.isOptionsOpen,"onUpdate:open":t[1]||(t[1]=g=>l.isOptionsOpen=g),class:"unnnic-dropdown",onClick:t[2]||(t[2]=e.withModifiers(()=>{},["prevent"]))},{trigger:e.withCtx(()=>[e.createVNode(u,{class:"menu-icon",icon:"navigation-menu-vertical-1",size:"sm",scheme:l.isOptionsOpen?"neutral-cloudy":"neutral-clean"},null,8,["scheme"])]),default:e.withCtx(()=>[e.renderSlot(n.$slots,"options",{},void 0,!0)]),_:3},8,["open"])])):e.createCommentVNode("",!0)],2)}const kA=_(pA,[["render",_A],["__scopeId","data-v-ce7171a5"]]),OJ="",CA={components:{UnnnicIcon:F},props:{title:{type:String},description:{type:String},score:{type:String},info:{type:String},checked:{type:Boolean,default:!1}}},vA={class:"card"},xA={class:"header"},bA={class:"title"},MA={key:0,class:"check"},DA={class:"description"},AA={key:0,class:"footer"},BA={class:"evaluation"},NA={class:"info"};function LA(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",vA,[e.createElementVNode("div",xA,[e.createElementVNode("div",bA,e.toDisplayString(i.title),1),i.checked?(e.openBlock(),e.createElementBlock("div",MA,[e.createVNode(c,{size:"md",icon:"check-circle-1-1-1",scheme:"feedback-green"})])):e.createCommentVNode("",!0)]),e.createElementVNode("div",DA,e.toDisplayString(i.description),1),i.score||i.info?(e.openBlock(),e.createElementBlock("div",AA,[e.createElementVNode("div",BA,[i.score?(e.openBlock(),e.createBlock(c,{key:0,size:"sm",icon:"rating-star-1",scheme:"feedback-yellow"})):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(i.score)+" ",1),e.createElementVNode("span",NA,e.toDisplayString(i.info),1)])])):e.createCommentVNode("",!0)])}const EA=_(CA,[["render",LA],["__scopeId","data-v-cd40e474"]]),FJ="",SA={components:{UnnnicIcon:F},model:{event:"change"},props:{modelValue:{type:[Boolean,String],default:!1,validator(n){return[!0,!1,"less"].includes(n)}},disabled:{type:Boolean,default:!1},size:{type:String,default:"md",validator(n){return["md","sm"].includes(n)}},textRight:{type:String,default:null}},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 n=["checked","less"].includes(this.valueName);this.$emit("change",!n)}}},zA={class:"unnnic-checkbox-wrapper"};function VA(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",zA,[e.createVNode(c,{class:e.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?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["unnnic-checkbox__label","unnnic-checkbox__label__right",`unnnic-checkbox__label__${i.size}`])},e.toDisplayString(i.textRight),3)):e.createCommentVNode("",!0)])}const A2=_(SA,[["render",VA],["__scopeId","data-v-daa3272a"]]),UJ="",TA={components:{UnnnicIcon:F,UnnnicCheckbox:A2,UnnnicAvatarIcon:Wn,UnnnicDropdown:pa},props:{modelValue:Boolean,title:String,description:String,image:String,data:{type:Array,default(){return[]}}}},HA={class:"header"},jA={class:"content"},IA={key:0,class:"u font secondary body-lg bold color-neutral-darkest"},OA={key:1,class:"u font secondary body-md color-neutral-cloudy"},FA=["src"],UA={key:0,class:"details"},PA={class:"u font secondary body-gt color-neutral-dark"},YA={class:"value-container"},ZA={class:"u font secondary body-gt black color-neutral-darkest"};function RA(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicCheckbox"),u=e.resolveComponent("UnnnicIcon"),m=e.resolveComponent("UnnnicDropdown"),g=e.resolveComponent("UnnnicAvatarIcon");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["unnnic-card-image",{checked:i.modelValue}])},[e.createElementVNode("div",HA,[e.createElementVNode("div",jA,[i.title?(e.openBlock(),e.createElementBlock("div",IA,e.toDisplayString(i.title),1)):e.createCommentVNode("",!0),i.description?(e.openBlock(),e.createElementBlock("div",OA,e.toDisplayString(i.description),1)):e.createCommentVNode("",!0)]),e.createVNode(c,{modelValue:i.modelValue,onChange:t[0]||(t[0]=w=>n.$emit("update:model-value",w))},null,8,["modelValue"]),n.$slots.actions?(e.openBlock(),e.createBlock(m,{key:0,position:"bottom-left"},{trigger:e.withCtx(()=>[e.createVNode(u,{icon:"navigation-menu-vertical-1",size:"sm",scheme:"neutral-cleanest",clickable:""})]),default:e.withCtx(()=>[e.renderSlot(n.$slots,"actions",{},void 0,!0)]),_:3})):e.createCommentVNode("",!0)]),e.createElementVNode("img",{class:"image",src:i.image},null,8,FA),i.data.length?(e.openBlock(),e.createElementBlock("div",UA,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.data,(w,M)=>(e.openBlock(),e.createElementBlock("div",{key:M,class:"data"},[e.createElementVNode("div",PA,e.toDisplayString(w.name),1),e.createElementVNode("div",YA,[e.createVNode(g,{icon:w.icon,size:"xs",scheme:w.scheme},null,8,["icon","scheme"]),e.createElementVNode("div",ZA,e.toDisplayString(w.value),1)])]))),128))])):e.createCommentVNode("",!0)],2)}const WA=_(TA,[["render",RA],["__scopeId","data-v-f7eb1a61"]]),PJ="",QA={components:{UnnnicAvatarIcon:Wn,UnnnicToolTip:Ve,UnnnicIcon:F},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}}},qA=n=>(e.pushScopeId("data-v-47cf77d6"),n=n(),e.popScopeId(),n),GA={class:"unnnic-card-container"},XA={class:"header"},JA={class:"title"},KA=["title"],$A={key:0,class:"subtitle"},eB={key:0,class:"description"},nB={key:1,class:"description-row-container"},iB={key:0,class:"description-row"},tB=qA(()=>e.createElementVNode("div",{class:"separator"},null,-1)),aB={class:"title"},oB={class:"content"},sB={class:"number"};function rB(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon"),u=e.resolveComponent("UnnnicToolTip"),m=e.resolveComponent("UnnnicAvatarIcon");return e.openBlock(),e.createElementBlock("div",GA,[e.createElementVNode("div",XA,[e.createElementVNode("div",JA,[e.createElementVNode("span",{class:"name",title:i.name.length>25?i.name:null},e.toDisplayString(i.name),9,KA),i.subtitle?(e.openBlock(),e.createElementBlock("div",$A,e.toDisplayString(i.subtitle),1)):e.createCommentVNode("",!0)]),e.renderSlot(n.$slots,"header-buttons",{},void 0,!0)]),i.description?(e.openBlock(),e.createElementBlock("div",eB,e.toDisplayString(i.description),1)):e.createCommentVNode("",!0),i.descriptionRow||i.descriptionRowInfo?(e.openBlock(),e.createElementBlock("div",nB,[i.descriptionRow?(e.openBlock(),e.createElementBlock("div",iB,e.toDisplayString(i.descriptionRow),1)):e.createCommentVNode("",!0),i.descriptionRowInfo?(e.openBlock(),e.createBlock(u,{key:1,side:"top",text:i.descriptionRowInfo,enabled:""},{default:e.withCtx(()=>[e.createVNode(c,{class:"info",icon:"information-circle-4",size:"sm",scheme:"neutral-soft"})]),_:1},8,["text"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),tB,e.renderSlot(n.$slots,"content",{},void 0,!0),e.createElementVNode("div",{class:"statuses",style:e.normalizeStyle({gridTemplateColumns:`repeat(auto-fit, minmax(${i.minStatusWidth}, 1fr))`})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.statuses,(g,w)=>(e.openBlock(),e.createElementBlock("div",{key:w,class:"status"},[e.createElementVNode("div",aB,e.toDisplayString(g.title),1),e.createElementVNode("div",oB,[e.createVNode(m,{icon:g.icon,scheme:g.scheme,size:"xs"},null,8,["icon","scheme"]),e.createElementVNode("div",sB,e.toDisplayString(g.count),1)])]))),128))],4)])}const go=_(QA,[["render",rB],["__scopeId","data-v-47cf77d6"]]),YJ="",lB={components:{CardStatusesContainer:go,UnnnicIcon:F,UnnnicDropdown:pa,UnnnicTag:Bi},props:{name:{type:String,default:""},statuses:{type:Array},actionText:{type:String}}},dB={class:"buttons"};function cB(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicTag"),u=e.resolveComponent("UnnnicIcon"),m=e.resolveComponent("UnnnicDropdown"),g=e.resolveComponent("CardStatusesContainer");return e.openBlock(),e.createBlock(g,{class:"unnnic-card-project",name:i.name,statuses:i.statuses},{"header-buttons":e.withCtx(()=>[e.createElementVNode("div",dB,[e.createVNode(c,{class:"action",clickable:"",text:i.actionText,scheme:"aux-blue",onClick:t[0]||(t[0]=w=>n.$emit("action"))},null,8,["text"]),n.$slots.actions?(e.openBlock(),e.createBlock(m,{key:0,position:"bottom-left"},{trigger:e.withCtx(()=>[e.createVNode(u,{size:"sm",icon:"navigation-menu-vertical-1",clickable:"",scheme:"neutral-cleanest"})]),default:e.withCtx(()=>[e.renderSlot(n.$slots,"actions",{},void 0,!0)]),_:3})):e.createCommentVNode("",!0)])]),_:3},8,["name","statuses"])}const fB=_(lB,[["render",cB],["__scopeId","data-v-d9408675"]]),ZJ="",uB={components:{CardStatusesContainer:go},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 mB(n,t,i,s,l,r){const c=e.resolveComponent("CardStatusesContainer");return e.openBlock(),e.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 hB=_(uB,[["render",mB],["__scopeId","data-v-57f9ca6b"]]),RJ="",pB={class:"unnnic-collapse__body"},yB=_({__name:"Collapse",props:{title:String,active:Boolean,borderBottom:Boolean,unspacedIcon:Boolean,size:{type:String,default:"lg",validator(n){return["md","lg"].includes(n)}},modelValue:Boolean},emits:["update:modelValue","change"],setup(n,{emit:t}){const i=n,s=t,l=e.ref(!1);return e.watch(l,r=>{s("change",r),s("update:modelValue",r)}),e.watch(()=>i.active,r=>{l.value=r},{immediate:!0}),e.watch(()=>i.modelValue,r=>{l.value=r},{immediate:!0}),(r,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["unnnic-collapse",`unnnic-collapse--size-${n.size}`,{"unnnic-collapse--border-bottom":n.borderBottom,"unnnic-collapse--unspaced-icon":n.unspacedIcon,"unnnic-collapse--active":l.value}])},[e.createElementVNode("div",{class:"unnnic-collapse__header",onClick:c[0]||(c[0]=u=>l.value=!l.value)},[e.createTextVNode(e.toDisplayString(n.title),1),e.renderSlot(r.$slots,"header",{},void 0,!0),e.createVNode(F,{size:"xs",icon:l.value?"arrow-button-up-1":"arrow-button-down-1",scheme:l.value?"neutral-dark":"neutral-cloudy"},null,8,["icon","scheme"])]),e.withDirectives(e.createElementVNode("div",pB,[e.renderSlot(r.$slots,"default",{},void 0,!0)],512),[[e.vShow,l.value]])],2))}},[["__scopeId","data-v-20242db9"]]),QJ="",gB={class:"label"},wo=_({__name:"Radio",props:{modelValue:{type:[String,Number]},value:{type:[String,Number]},disabled:{type:Boolean,default:!1},size:{type:String,default:"md",validator(n){return["md","sm"].includes(n)}}},emits:["update:modelValue"],setup(n,{emit:t}){const i=n,s=t,l=e.computed(()=>i.modelValue===i.value?"selected":"default"),r=e.computed(()=>({selected:"radio-selected",default:i.disabled?"radio-disable":"radio-default"})[l.value]),c=e.computed(()=>i.disabled?"brand-sec":l.value==="selected"?"brand-weni":"neutral-cleanest");function u(){i.disabled||s("update:modelValue",i.value)}return(m,g)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["unnnic-radio-container",`unnnic-radio-container--${n.size}`,n.disabled?"disabled":null]),onClick:u},[e.createVNode(F,{class:"unnnic-radio",icon:r.value,scheme:c.value,size:n.size},null,8,["icon","scheme","size"]),e.createElementVNode("span",gB,[e.renderSlot(m.$slots,"default",{},void 0,!0)])],2))}},[["__scopeId","data-v-5abeb7d3"]]),GJ="",wB={name:"UnnnicModal",components:{UnnnicIcon:F},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 n,t;return!!((t=(n=this.$slots).options)!=null&&t.call(n).length)},hasIcon(){var n,t;return!!((t=(n=this.$slots).icon)!=null&&t.call(n).length)}},mounted(){window.innerWidth<=600&&this.mobileAnimateOpen()},methods:{mobileAnimateReset(){this.$refs.modalContainer.style.transition=null,this.$refs.modal.style.transition=null},mobileAnimateOpen(){this.$nextTick(()=>{this.$refs.modalContainer.style.transition="none",this.$refs.modalContainer.style.backgroundColor="transparent",this.$refs.modal.style.transition="none",this.$refs.modal.style.marginBottom=`${-this.$refs.modal.offsetHeight}px`,setTimeout(()=>{this.$refs.modalContainer.style.transition="background-color 0.2s",this.$refs.modalContainer.style.backgroundColor=null,this.$refs.modal.style.transition="margin-bottom 0.2s",this.$refs.modal.style.marginBottom=null,setTimeout(()=>{this.mobileAnimateReset()},200)})})},mobileAnimateClose(){return new Promise(n=>{this.$refs.modalContainer.style.transition="background-color 0.2s",this.$refs.modalContainer.style.backgroundColor="transparent",this.$refs.modal.style.transition="margin-bottom 0.2s",this.$refs.modal.style.marginBottom=`${-this.$refs.modal.offsetHeight}px`,setTimeout(()=>{this.mobileAnimateReset(),n()},200)})},onOutsideCloseClick(){this.persistent||this.onCloseClick()},async onCloseClick(){console.log("keycloak log",window),window.innerWidth<=600&&await this.mobileAnimateClose(),this.$emit("close")}}},_B={ref:"modal",class:"unnnic-modal-container-background"},kB={class:"unnnic-modal-container-background-body"},CB={key:0,class:"unnnic-modal-container-background-body-close_icon"},vB={key:1,class:"unnnic-modal-container-background-body__icon-slot"},xB={class:"unnnic-modal-container-background-body-title"},bB={class:"unnnic-modal-container-background-body-description-container"},MB={class:"unnnic-modal-container-background-body-description"},DB={key:0,class:"unnnic-modal-container-background-report"},AB={key:1,class:"unnnic-modal-container-background-button"};function BB(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createBlock(e.Transition,{name:"modal"},{default:e.withCtx(()=>[i.showModal?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0},n.$attrs,{ref:"modalContainer",class:["unnnic-modal"]}),[e.createElementVNode("div",{class:"unnnic-modal-container",onClick:t[0]||(t[0]=e.withModifiers((...u)=>r.onOutsideCloseClick&&r.onOutsideCloseClick(...u),["self"]))},[e.createElementVNode("div",_B,[e.createElementVNode("div",kB,[i.closeIcon?(e.openBlock(),e.createElementBlock("div",CB,[e.createVNode(c,{icon:"close-1",scheme:"neutral-dark",size:"sm",clickable:"",onClick:r.onCloseClick},null,8,["onClick"])])):e.createCommentVNode("",!0),r.hasIcon?(e.openBlock(),e.createElementBlock("div",vB,[e.renderSlot(n.$slots,"icon",{},void 0,!0)])):e.createCommentVNode("",!0),i.modalIcon?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(["unnnic-modal-container-background-body-alert_icon",`unnnic-card-scheme--${i.scheme}--icon`,i.closeIcon?"":"unnnic-modal-container-background-body-spacing_header"])},[e.createVNode(c,{scheme:i.scheme,icon:i.modalIcon,size:"xl"},null,8,["scheme","icon"])],2)):e.createCommentVNode("",!0),e.createElementVNode("div",xB,e.toDisplayString(i.text),1)]),e.createElementVNode("div",bB,[e.createElementVNode("div",MB,[e.createTextVNode(e.toDisplayString(i.description)+" ",1),e.renderSlot(n.$slots,"message",{},void 0,!0),e.renderSlot(n.$slots,"default",{},void 0,!0)])]),r.hasAlertMessage?(e.openBlock(),e.createElementBlock("div",DB,e.toDisplayString(i.alertMessage),1)):e.createCommentVNode("",!0),r.hasButton?(e.openBlock(),e.createElementBlock("div",AB,[e.renderSlot(n.$slots,"options",{},void 0,!0)])):e.createCommentVNode("",!0)],512)])],16)):e.createCommentVNode("",!0)]),_:3})}const _o=_(wB,[["render",BB],["__scopeId","data-v-25061de5"]]),ko={"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.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.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.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.presentation":["gslides"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"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-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.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.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"],"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-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-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-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-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-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.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(ko);const Co={"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/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"],"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"],"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"],"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/hsj2":["hsj2"],"image/ief":["ief"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpeg","jpg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm","jpgm"],"image/jpx":["jpx","jpf"],"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/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"],"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+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"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]};Object.freeze(Co);var o1=globalThis&&globalThis.__classPrivateFieldGet||function(n,t,i,s){if(i==="a"&&!s)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?n!==t||!s:!t.has(n))throw new TypeError("Cannot read private member from an object whose class did not declare it");return i==="m"?s:i==="a"?s.call(n):s?s.value:t.get(n)},Qn,Ni,bn;class NB{constructor(...t){Qn.set(this,new Map),Ni.set(this,new Map),bn.set(this,new Map);for(const i of t)this.define(i)}define(t,i=!1){for(let[s,l]of Object.entries(t)){s=s.toLowerCase(),l=l.map(u=>u.toLowerCase()),o1(this,bn,"f").has(s)||o1(this,bn,"f").set(s,new Set);const r=o1(this,bn,"f").get(s);let c=!0;for(let u of l){const m=u.startsWith("*");if(u=m?u.slice(1):u,r==null||r.add(u),c&&o1(this,Ni,"f").set(s,u),c=!1,m)continue;const g=o1(this,Qn,"f").get(u);if(g&&g!=s&&!i)throw new Error(`"${s} -> ${u}" conflicts with "${g} -> ${u}". Pass \`force=true\` to override this definition.`);o1(this,Qn,"f").set(u,s)}}return this}getType(t){if(typeof t!="string")return null;const i=t.replace(/^.*[/\\]/,"").toLowerCase(),s=i.replace(/^.*\./,"").toLowerCase(),l=i.length<t.length;return!(s.length<i.length-1)&&l?null:o1(this,Qn,"f").get(s)??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&&o1(this,Ni,"f").get(t.trim().toLowerCase()))??null)}getAllExtensions(t){return typeof t!="string"?null:o1(this,bn,"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 o1(this,bn,"f").values())Object.freeze(t);return this}_getTestState(){return{types:o1(this,Qn,"f"),extensions:o1(this,Ni,"f")}}}Qn=new WeakMap,Ni=new WeakMap,bn=new WeakMap;const LB=new NB(Co,ko)._freeze(),XJ="",EB={name:"ImportCard",components:{UnnnicButton:Z1},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"}},methods:{importFile(){this.$refs.file.click()},handleFileChange(n){const{files:t}=n.target;let i;t.length>0&&([i]=n.target.files),i&&this.$emit("modifiedFile",i)},emitDeletion(){this.$emit("delete")}}},SB={class:"unnnic-import-card"},zB={class:"unnnic-import-card__data"},VB={key:0,class:"unnnic-import-card__data__title"},TB={key:1,class:"unnnic-import-card__data__title"},HB={key:2,class:"unnnic-import-card__data__subtitle"},jB={key:0,class:"unnnic-import-card__data__subtitle__text"},IB={key:1,class:"unnnic-import-card__data__subtitle__progress"},OB={class:"unnnic-import-card__buttons"},FB=["accept"];function UB(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicButton");return e.openBlock(),e.createElementBlock("div",SB,[e.createElementVNode("div",zB,[i.isImporting?(e.openBlock(),e.createElementBlock("div",VB,e.toDisplayString(n.$t("import_card.importing"))+"... ",1)):(e.openBlock(),e.createElementBlock("div",TB,e.toDisplayString(i.title),1)),i.subtitle&&i.isImporting?(e.openBlock(),e.createElementBlock("div",HB,[i.subtitle&&i.isImporting?(e.openBlock(),e.createElementBlock("div",jB,e.toDisplayString(i.subtitle),1)):e.createCommentVNode("",!0),i.subtitle&&i.isImporting?(e.openBlock(),e.createElementBlock("div",IB," - "+e.toDisplayString(i.importProgress)+"% ",1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",OB,[i.canImport?(e.openBlock(),e.createBlock(c,{key:0,class:"unnnic-import-card__buttons__import",size:"small",iconCenter:i.uploadIcon,type:"primary",onClick:r.importFile},{default:e.withCtx(()=>[e.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,FB)]),_:1},8,["iconCenter","onClick"])):e.createCommentVNode("",!0),i.canDelete?(e.openBlock(),e.createBlock(c,{key:1,class:"unnnic-import-card__buttons__delete",size:"small",iconCenter:"close-1",type:"warning",onClick:r.emitDeletion},null,8,["onClick"])):e.createCommentVNode("",!0)])])}const vo=_(EB,[["render",UB],["__scopeId","data-v-400e476d"]]),JJ="",PB={name:"UnnnicUploadArea",components:{UnnnicIcon:F,UnnnicImportCard:vo},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:""}},data(){return{hasError:!1,isDragging:!1,dragEnterCounter:0,currentFiles:this.files}},computed:{formattedSupportedFormats(){return this.supportedFormats.split(",").map(t=>t.toUpperCase()).join(", ")}},watch:{files(n){this.currentFiles=n}},methods:{dragenter(){this.dragEnterCounter+=1,this.isDragging=!0},dragover(){this.isDragging=!0},dragleave(){this.dragEnterCounter-=1,this.dragEnterCounter===0&&(this.isDragging=!1)},dragend(){this.isDragging=!1},drop(n){this.isDragging=!1;const{files:t}=n.dataTransfer;this.validateFiles(t)&&this.addFiles(t)},handleFileChange(n){const{files:t}=n.target;this.validateFiles(t)&&this.addFiles(t),this.$refs.file.value=""},validateFiles(n){return!this.acceptMultiple&&n.length>1?(this.setErrorState(),!1):this.validFormat(n)?this.validSize(n)?!0:(this.setErrorState(),!1):(this.setErrorState(),!1)},validFormat(n){if(this.supportedFormats==="*")return!0;const t=this.supportedFormats.split(",").map(s=>s.trim());return Array.from(n).find(s=>{const l=s.name.toLowerCase(),r=s.type.toLowerCase(),c=`.${l.split(".").pop()}`,u=t.includes(c),m=r===LB.getType(l);return u&&m})},validSize(n){return this.maxFileSize?Array.from(n).find(i=>(i.size/1048576).toFixed(2)<=this.maxFileSize):!0},setErrorState(){this.hasError=!0,setTimeout(()=>{this.hasError=!1},5e3)},emitFileChange(){this.$emit("fileChange",this.currentFiles)},addFiles(n){let t=n.length;if(this.shouldReplace||(t+=this.currentFiles.length),t>this.maximumUploads){this.setErrorState();return}const i=Array.from(n).filter(s=>!!(this.validFormat([s])&&this.validSize([s])));this.shouldReplace?this.currentFiles=i:this.currentFiles=this.currentFiles.concat(i),this.emitFileChange()},modifyFile(n,t){this.currentFiles.splice(n,1,t),this.emitFileChange()},removeFile(n){this.currentFiles.splice(n,1),this.emitFileChange()},checkDragAndDropSupport(){const{dropzone:n}=this.$refs;return"FileReader"in window&&("draggable"in n||"ondragstart"in n&&"ondrop"in n)}}},YB={class:"unnnic-upload-area__dropzone__content"},ZB={class:"unnnic-upload-area__dropzone__content__title"},RB=["title"],WB=["accept","multiple"],QB={key:0,class:"unnnic-upload-area__cards"};function qB(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon"),u=e.resolveComponent("UnnnicImportCard");return e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",{ref:"dropzone",class:e.normalizeClass({"unnnic-upload-area__dropzone":!0,"unnnic-upload-area__dropzone__is-dragover":l.isDragging,"unnnic-upload-area__dropzone__has-error":l.hasError}),onDragenter:t[1]||(t[1]=e.withModifiers((...m)=>r.dragenter&&r.dragenter(...m),["stop","prevent"])),onDragover:t[2]||(t[2]=e.withModifiers((...m)=>r.dragover&&r.dragover(...m),["stop","prevent"])),onDragleave:t[3]||(t[3]=e.withModifiers((...m)=>r.dragleave&&r.dragleave(...m),["stop","prevent"])),onDragend:t[4]||(t[4]=e.withModifiers((...m)=>r.dragend&&r.dragend(...m),["stop","prevent"])),onDrop:t[5]||(t[5]=e.withModifiers((...m)=>r.drop&&r.drop(...m),["stop","prevent"])),onClick:t[6]||(t[6]=()=>n.$refs.file.click())},[e.createVNode(c,{class:"unnnic-upload-area__dropzone__icon",icon:"upload-bottom-1",scheme:l.hasError?"feedback-red":"brand-weni",size:"xl"},null,8,["scheme"]),e.createElementVNode("div",YB,[e.createElementVNode("span",ZB,[e.createTextVNode(e.toDisplayString(n.$t("upload_area.title.text"))+" ",1),e.createElementVNode("span",{class:e.normalizeClass(`unnnic-upload-area__dropzone__content__title__${l.hasError?"error":"search"}`)},e.toDisplayString(n.$t("upload_area.title.highlight")),3)]),e.createElementVNode("span",{class:e.normalizeClass(["unnnic-upload-area__dropzone__content__subtitle",{"unnnic-upload-area__dropzone__content__subtitle__error":l.hasError}]),title:r.formattedSupportedFormats},e.toDisplayString(i.subtitle||`${n.$t(`upload_area${l.hasError?".invalid":""}.subtitle`)} ${r.formattedSupportedFormats}`),11,RB)]),e.createElementVNode("input",{ref:"file",type:"file",accept:i.supportedFormats,multiple:i.acceptMultiple,style:{display:"none"},onInput:t[0]||(t[0]=(...m)=>r.handleFileChange&&r.handleFileChange(...m))},null,40,WB)],34),l.currentFiles.length>0?(e.openBlock(),e.createElementBlock("div",QB,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.currentFiles,(m,g)=>(e.openBlock(),e.createBlock(u,{key:g,title:m.name,subtitle:m.name,isImporting:i.isUploading,importProgress:i.filesProgress[g]||100,canImport:i.canImport,canDelete:i.canDelete,acceptedFormats:i.supportedFormats,uploadIcon:"button-refresh-arrows-1",onDelete:w=>r.removeFile(g),onModifiedFile:w=>r.modifyFile(g,w)},null,8,["title","subtitle","isImporting","importProgress","canImport","canDelete","acceptedFormats","onDelete","onModifiedFile"]))),128))])):e.createCommentVNode("",!0)])}const xo=_(PB,[["render",qB],["__scopeId","data-v-d52abaea"]]),KJ="",GB={components:{UnnnicUploadArea:xo,UnnnicIcon:F,UnnnicButton:Z1},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{}}},XB={class:"modal-upload"},JB={class:"close-button-container"},KB={class:"title"},$B={class:"footer"};function eN(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon"),u=e.resolveComponent("UnnnicUploadArea"),m=e.resolveComponent("UnnnicButton");return e.openBlock(),e.createElementBlock("div",XB,[e.createElementVNode("div",JB,[e.createVNode(c,{class:"close-button",icon:"close-1",scheme:"neutral-dark",size:"sm",onClick:t[0]||(t[0]=g=>n.$emit("close"))})]),e.createElementVNode("div",KB,e.toDisplayString(i.textTitle),1),e.createVNode(u,{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]=g=>n.$emit("file-change",g))},null,8,["acceptMultiple","supportedFormats","maximumUploads","filesProgress","isUploading","canImport","canDelete","maxFileSize","files","subtitle"]),e.createElementVNode("div",$B,[e.createVNode(m,{size:"large",type:"tertiary",text:i.textCancel,onClick:t[2]||(t[2]=g=>n.$emit("cancel"))},null,8,["text"]),e.createVNode(m,{size:"large",type:"primary",text:i.textAction,onClick:t[3]||(t[3]=g=>n.$emit("action"))},null,8,["text"])])])}const nN=_(GB,[["render",eN],["__scopeId","data-v-74f5f54e"]]),$J="",iN={components:{UnnnicIcon:F},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"}},mounted(){this.$refs.progress.addEventListener("animationend",()=>{this.$refs.alertContainer.classList.add("slide-down")}),this.$refs.alertContainer.addEventListener("animationend",n=>{n.animationName.startsWith("slideDown")&&this.emitClose()})},methods:{emitClose(){this.onClose(),this.$emit("close")}}},tN={ref:"alertContainer",class:"alert-container"},aN={ref:"progress",class:"alert__progress"},oN=["href","target"];function sN(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",tN,[e.createElementVNode("div",{class:e.normalizeClass(["alert",{"alert--scheme-aux-green":i.scheme==="feedback-green"||i.type==="success","alert--scheme-aux-red":i.scheme==="feedback-red"||i.type==="error"}])},[e.createElementVNode("div",aN,null,512),e.withDirectives(e.createElementVNode("div",{class:"alert__text"},e.toDisplayString(i.text),513),[[e.vShow,i.text]]),i.linkHref?(e.openBlock(),e.createElementBlock("a",{key:0,class:"alert__link",href:i.linkHref,target:i.linkTarget},e.toDisplayString(i.linkText),9,oN)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"alert__close",onClick:t[0]||(t[0]=(...u)=>r.emitClose&&r.emitClose(...u))},[e.createVNode(c,{icon:"close-1",size:"sm",scheme:"neutral-white"})])],2)],512)}const rN=_(iN,[["render",sN],["__scopeId","data-v-611b4188"]]),eK="",lN={name:"UnnnicAlert",components:{UnnnicIcon:F,Version1dot1:rN},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},position:{type:String,default:"top-right"},linkHref:{type:String},linkTarget:{type:String},linkText:{type:String},type:{type:String}}},dN={class:"unnnic-alert__content"},cN={class:"unnnic-alert__title"},fN={class:"unnnic-alert__text"};function uN(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return i.version==="1.0"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["unnnic-alert",`unnnic-alert-position--${i.position}`])},[e.createVNode(c,{icon:i.icon,scheme:i.scheme,size:"sm"},null,8,["icon","scheme"]),e.createElementVNode("div",dN,[e.createElementVNode("div",cN,e.toDisplayString(i.title.toUpperCase()),1),e.createElementVNode("div",fN,e.toDisplayString(i.text),1)]),i.closeText?(e.openBlock(),e.createElementBlock("div",{key:0,class:"unnnic-alert__close-text unnnic--clickable",onClick:t[0]||(t[0]=u=>i.onClose())},e.toDisplayString(i.closeText.toUpperCase()),1)):(e.openBlock(),e.createBlock(c,{key:1,clickable:"",icon:"close-1",scheme:"brand-sec",size:"xs",onClick:i.onClose},null,8,["onClick"]))],2)):(e.openBlock(),e.createBlock(e.resolveDynamicComponent("version"+i.version.replace(/\./g,"dot")),e.normalizeProps(e.mergeProps({key:1},{...n.$props})),null,16))}const mN=_(lN,[["render",uN],["__scopeId","data-v-a0976377"]]);function hN(n){return{all:n=n||new Map,on:function(t,i){var s=n.get(t);s?s.push(i):n.set(t,[i])},off:function(t,i){var s=n.get(t);s&&(i?s.splice(s.indexOf(i)>>>0,1):n.set(t,[]))},emit:function(t,i){var s=n.get(t);s&&s.slice().map(function(l){l(i)}),(s=n.get("*"))&&s.slice().map(function(l){l(t,i)})}}}const bo=hN(),pN=({props:n,containerRef:t})=>{const i=e.createApp(mN,{...n,onClose:()=>{l.$el.remove()},created(){bo.on(["close"],()=>{l.$el.remove()})}}),s=document.createElement("div"),l=i.mount(s);t?(l.$el.style.position="absolute",t.appendChild(l.$el)):document.body.appendChild(l.$el)},yN=({props:n})=>{const t=e.createApp(_o,{...n,onClose:()=>{s.$el.remove()},created(){bo.on(["close"],()=>{s.$el.remove()})}}),i=document.createElement("div"),s=t.mount(i);document.body.appendChild(i)},nK="",gN={name:"UnnnicSelectSmartOption",components:{UnnnicCheckbox:A2},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}}},wN=["title"];function _N(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicCheckbox");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass({"unnnic-select-smart-option":!0,"unnnic-select-smart-option--focused":i.focused,"unnnic-select-smart-option--active":i.active,"unnnic--clickable":i.selectable,"unnnic-select-smart-option--selectable":i.selectable,"unnnic-select-smart-option--with-checkbox":i.allowCheckbox}),title:i.label},[i.allowCheckbox?(e.openBlock(),e.createBlock(c,{key:0,ref:"checkbox",modelValue:i.active,size:i.size},null,8,["modelValue","size"])):e.createCommentVNode("",!0),e.createElementVNode("div",null,[e.createElementVNode("span",{class:e.normalizeClass(["unnnic-select-smart-option__label",`unnnic-select-smart-option__label--${i.size}`])},e.toDisplayString(i.label),3),i.description?(e.openBlock(),e.createElementBlock("p",{key:0,class:e.normalizeClass(["unnnic-select-smart-option__description",`unnnic-select-smart-option__description--${i.size}`])},e.toDisplayString(i.description),3)):e.createCommentVNode("",!0)])],10,wN)}const kN=_(gN,[["render",_N]]),iK="",CN={name:"UnnnicSelectSmartMultipleHeader",components:{Tag:Bi,UnnnicIcon:F},mixins:[Y1],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:n,multipleSelectedsTags:t}=this,i=[];for(let s=0;s<t;s+=1)i.push(n==null?void 0:n[s]);return i.filter(s=>s!==void 0)}},methods:{clearSelectedOptions(){this.$emit("clear-selected-options")},unselectOption(n){this.$emit("unselect-option",n)}}},vN={class:"unnnic-select-smart__options__multiple"},xN={key:0,class:"unnnic-select-smart__options__multiple__selecteds__container"},bN={class:"unnnic-select-smart__options__multiple__selecteds"},MN={key:0,class:"unnnic-select-smart__options__multiple__selecteds__remaining"},DN={key:1,class:"unnnic-select-smart__options__multiple--without-multiples"};function AN(n,t,i,s,l,r){const c=e.resolveComponent("Tag"),u=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",vN,[i.selectedOptions[0]?(e.openBlock(),e.createElementBlock("div",xN,[e.createElementVNode("div",bN,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.firstMultipleSelecteds,m=>(e.openBlock(),e.createBlock(c,{key:m.value,class:"unnnic-select-smart__options__multiple__selecteds__option",text:m.label,hasCloseIcon:"",onClose:g=>r.unselectOption(m)},null,8,["text","onClose"]))),128)),i.selectedOptions.length>l.multipleSelectedsTags?(e.openBlock(),e.createElementBlock("p",MN," +"+e.toDisplayString(i.selectedOptions.length-l.multipleSelectedsTags),1)):e.createCommentVNode("",!0)]),e.createVNode(u,{class:"unnnic-select-smart__options__multiple__selecteds__clear",icon:"close-1",size:"xs",clickable:"",onClick:r.clearSelectedOptions},null,8,["onClick"])])):e.createCommentVNode("",!0),i.selectedOptions[0]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("p",DN,e.toDisplayString(i.withoutSelectsMessage||n.i18n("without_multiple_selected")),1))])}const BN=_(CN,[["render",AN],["__scopeId","data-v-61779a78"]]),tK="",NN={props:{type:{type:String,default:"automatic"},modelValue:Boolean,position:{type:String,default:"bottom-left"}},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 n,t;return this.position.startsWith("bottom")?(n=this.y+this.height,n+this.data.height>this.clientHeight&&(n=this.clientHeight-this.data.height,this.y>=this.data.height&&(n=this.y-this.data.height))):this.position.startsWith("top")&&(n=this.y-this.data.height,n<0&&(n=0,this.y+this.height+this.data.height<=this.clientHeight&&(n=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:`${n}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 n=this.$refs.dropdown.getBoundingClientRect(),t=this.$refs["dropdown-data"].getBoundingClientRect();this.clientHeight=document.documentElement.clientHeight,this.clientWidth=document.documentElement.clientWidth,this.x=n.x,this.y=n.y,this.width=n.width,this.height=n.height,this.data.x=t.x,this.data.y=t.y,this.data.width=t.width,this.data.height=t.height}}};function LN(n,t,i,s,l,r){return e.openBlock(),e.createElementBlock("span",{ref:"dropdown",class:e.normalizeClass(["dropdown",{active:r.active}])},[e.renderSlot(n.$slots,"default",{},void 0,!0),e.createElementVNode("div",{ref:"dropdown-data",class:"dropdown-data",style:e.normalizeStyle({position:"fixed",...r.positions})},[e.renderSlot(n.$slots,"inside",{width:`${l.width}px`,height:`${l.height}px`},void 0,!0)],4)],2)}const EN=_(NN,[["render",LN],["__scopeId","data-v-bbccfda6"]]),aK="",SN={name:"UnnnicSelectSmart",components:{TextInput:o3,SelectSmartOption:kN,SelectSmartMultipleHeader:BN,DropdownSkeleton:EN},directives:{onClickOutside:M2},mixins:[Y1],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(n){return["normal","error"].indexOf(n)!==-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}},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 n=this.options.find(s=>{const l=s.value===this.modelValue;return this.isAutocompleteAllowed?l&&s.value!=="":s.value===""&&this.modelValue.length===0||l});return n?n.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(n=>typeof n.description<"u")},autocompletePlaceholder(){if(this.isAutocompleteAllowed){const n=this.options.find(t=>t.value==="");if(n)return n.label}return""},inputValue(){const{isAutocompleteAllowed:n,searchValue:t,multiple:i,modelValue:s}=this;return n||i?t:!i&&s.length!==0?s==null?void 0:s[0].label:""}},watch:{active(n){this.$refs["dropdown-skeleton"].calculatePosition(),this.$nextTick(()=>{if(n&&!this.multiple){const t=this.getOptionIndex("active");t!==-1&&this.scrollToOption(t,"center")}})},searchValue(n,t){this.focusedOption=null,!this.active&&t&&(this.active=!0)},modelValue:{deep:!0,handler(n){this.$emit("onChange",n),this.$emit("update:modelValue",n),this.onSelectOption(n.at(-1))}},autocomplete(n){this.multiple||(this.isAutocompleteAllowed=n)}},mounted(){var n,t,i,s,l;this.status="mounted",(this.multiple||this.autocomplete)&&(this.isAutocompleteAllowed=!0),(n=this.modelValue)!=null&&n[0]&&((t=this.modelValue)!=null&&t[0].value)?this.isAutocompleteAllowed&&this.$nextTick(()=>{this.searchValue=this.selectedLabel}):this.selectFirst&&((i=this.options)!=null&&i[0])&&((s=this.options)!=null&&s[0].value)&&this.selectOption((l=this.options)==null?void 0:l[0])},methods:{optionIsSelected(n){return this.modelValue.some(t=>t.value===n.value)},clearSelectedOptions(){this.$emit("update:modelValue",[])},handleSelect(n){if(n){if(this.multiple&&this.optionIsSelected(n)){this.unselectOption(n);return}this.selectOption(n)}},handleClickInput(){if(this.isAutocompleteAllowed){if(this.active)return;(this.autocompleteClearOnFocus||this.multiple)&&(this.searchValue="")}this.active=!this.active},filterOptions(n){const i=this.searchValue.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"").split(" "),s=u=>u.toString().toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,""),l=u=>{var m;return parseInt((m=u.match(/\d+/))==null?void 0:m[0],10)||0},r=n.filter(({value:u,label:m},g,w)=>{const M=s(m),b=w.findIndex(z=>z.value===u)===g,B=i.every(z=>M.includes(z));return b&&B&&u});return this.orderedByIndex?r:r.sort((u,m)=>{const g=s(u.label),w=s(m.label),M=l(g),b=l(w);return M-b||g.localeCompare(w)})},onClickOutside(){this.active&&(this.isAutocompleteAllowed&&(this.searchValue=this.selectedLabel),this.$nextTick(()=>{this.active=!1}))},getOptionIndex(n){var s,l,r,c;const t=this.filterOptions(this.options);let i="";return n==="active"&&(i=(l=(s=this.modelValue)==null?void 0:s[0])==null?void 0:l.value),n==="focused"&&(i=((r=this.focusedOption)==null?void 0:r.value)||((c=this.modelValue.at(-1))==null?void 0:c.value)),t.findIndex(u=>u.value===i)},scrollToOption(n,t="nearest"){const i=this.$refs.selectSmartOptionsScrollArea;if(i&&n>=0&&n<i.childNodes.length){const s=i.childNodes[n];s instanceof HTMLElement&&s.scrollIntoView({block:t})}},selectOption(n){const t=n.value===null||n.value.length===0?null:n;this.$emit("update:modelValue",this.multiple?[...this.modelValue,t]:[t])},unselectOption(n){const t=this.modelValue.findIndex(i=>i.value===n.value);if(t!==-1){const i=this.modelValue;i.splice(t,1),this.$emit("update:modelValue",i)}this.multiple&&(this.searchValue="")},onSelectOption(n){if(this.$nextTick(()=>{this.multiple||(this.active=!1)}),this.isAutocompleteAllowed&&!this.multiple){this.searchValue=n.label;return}this.multiple&&(this.searchValue="")},async onKeyDownSelect(n){const{key:t}=n;if(["Escape","Enter","ArrowUp","ArrowDown"].includes(t)){n.preventDefault();const s=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,s.length-1),this.active||this.handleSelect(s[r]);break}r!==void 0&&this.active&&this.scrollToOption(r);const c=s[r===void 0?l:r];this.focusedOption=c}}}},zN={style:{overflow:"auto"}},VN={key:0,class:"unnnic-select-smart__options--no-results"};function TN(n,t,i,s,l,r){const c=e.resolveComponent("TextInput"),u=e.resolveComponent("SelectSmartMultipleHeader"),m=e.resolveComponent("SelectSmartOption"),g=e.resolveComponent("DropdownSkeleton"),w=e.resolveDirective("on-click-outside");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"unnnic-select-smart",onKeydown:t[1]||(t[1]=(...M)=>r.onKeyDownSelect&&r.onKeyDownSelect(...M))},[e.createVNode(g,{ref:"dropdown-skeleton",type:"manual",modelValue:l.active||null,position:"bottom"},{inside:e.withCtx(M=>[l.active?(e.openBlock(),e.createElementBlock("div",{key:0,style:e.normalizeStyle({width:M.width}),class:e.normalizeClass({"unnnic-select-smart__options":!0,active:l.active,inactive:!l.active})},[e.createElementVNode("div",zN,[i.multiple?(e.openBlock(),e.createBlock(u,{key:0,selectedOptions:i.modelValue,withoutSelectsMessage:i.multipleWithoutSelectsMessage,locale:n.locale,translations:n.translations,onClearSelectedOptions:r.clearSelectedOptions,onUnselectOption:r.unselectOption},null,8,["selectedOptions","withoutSelectsMessage","locale","translations","onClearSelectedOptions","onUnselectOption"])):e.createCommentVNode("",!0),e.createElementVNode("div",{ref:"selectSmartOptionsScrollArea",class:e.normalizeClass(["unnnic-select-smart__options__scroll-area",`size-${i.size}`,{"with-descriptions":r.hasDescriptionOptions}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.filterOptions(i.options),(b,B)=>(e.openBlock(),e.createBlock(m,{key:b.value,label:b.label,description:b.description,tabindex:B,size:i.size,active:b.value===i.modelValue||r.optionIsSelected(b),focused:l.focusedOption&&l.focusedOption.value===b.value,allowCheckbox:!!i.multiple,onClick:z=>r.handleSelect(b)},null,8,["label","description","tabindex","size","active","focused","allowCheckbox","onClick"]))),128)),r.filterOptions(i.options).length===0?(e.openBlock(),e.createElementBlock("p",VN,e.toDisplayString(n.i18n("without_results")),1)):e.createCommentVNode("",!0)],2)])],6)):e.createCommentVNode("",!0)]),default:e.withCtx(()=>[e.createVNode(c,{ref:"selectSmartInput",class:"unnnic-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?"arrow-button-up-1":"arrow-button-down-1",iconRightClickable:!i.disabled,onIconRightClick:r.handleClickInput,onClick:e.withModifiers(r.handleClickInput,["stop"]),"onUpdate:modelValue":t[0]||(t[0]=M=>l.searchValue=M)},null,8,["modelValue","placeholder","type","size","disabled","readonly","iconLeft","iconRight","iconRightClickable","onIconRightClick","onClick"])]),_:1},8,["modelValue"])],32)),[[w,r.onClickOutside]])}const HN=_(SN,[["render",TN]]),oK="",jN={name:"UnnicSelectItem",props:{size:{type:String,default:""},selectable:{type:Boolean,default:!0},active:{type:Boolean,default:!1},textFocused:{type:Boolean,default:!1}}};function IN(n,t,i,s,l,r){return e.openBlock(),e.createElementBlock("div",{class:e.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=>n.$emit("click"))},[e.createElementVNode("span",{class:e.normalizeClass(["unnnic-select-item__label",`unnnic-select-item__label--${i.size}`])},[e.renderSlot(n.$slots,"default")],2)],2)}const ON=_(jN,[["render",IN]]),sK="",FN={name:"UnnnicMultiSelect",components:{UnnnicIcon:F,UnnnicRadio:wo},directives:{onClickOutside:M2},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(n){document.querySelector(".select-permission:focus-visible")&&n.keyCode===32&&(this.active=!this.active)},onClickOutside(){this.active&&(this.active=!1)},change(n,t){this.$emit("update:model-value",this.modelValue.map((i,s)=>{if(s===n){let l=t;return this.unselectable&&i.selected===t&&(l=-1),{...i,selected:l}}return i}))}}},UN={key:0,class:"select-permission-label"},PN={class:"title noselect"},YN={key:1,class:"select-content",tabindex:"0"},ZN=["onClick"];function RN(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon"),u=e.resolveComponent("UnnnicRadio"),m=e.resolveDirective("on-click-outside");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(i.expand?"expand-multiselect":"normal-multiselect"),tabindex:"-1"},[i.label?(e.openBlock(),e.createElementBlock("span",UN,e.toDisplayString(i.label),1)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:"select-permission",tabindex:"0",onKeypress:t[0]||(t[0]=(...g)=>r.handleIsOpenKeyboard&&r.handleIsOpenKeyboard(...g)),onClick:t[1]||(t[1]=g=>l.active=!l.active)},[e.createElementVNode("h6",PN,e.toDisplayString(i.inputTitle),1),e.createVNode(c,{icon:l.active?"arrow-button-up-1":"arrow-button-down-1",size:"sm",scheme:"neutral-dark"},null,8,["icon"])],32),l.active?e.withDirectives((e.openBlock(),e.createElementBlock("div",YN,[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.modelValue,(g,w)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`group-${w}`},[i.hideGroupTitle?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("h6",{key:`title-${w}`,class:"title"},e.toDisplayString(g.title),1)),e.createElementVNode("section",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.items,(M,b)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`item-${b}`},[i.hideRadio?(e.openBlock(),e.createElementBlock("div",{key:b+"input",class:"unnnic-radio-container unnnic-radio-container--sm",style:{cursor:"pointer"},onClick:B=>r.change(w,b)},[e.createElementVNode("strong",null,e.toDisplayString(M.title),1),e.createElementVNode("span",null,e.toDisplayString(M.description),1)],8,ZN)):(e.openBlock(),e.createBlock(u,{id:"",key:"else"+b+"input",name:"",modelValue:g.selected,value:b,size:"sm",class:"","onUpdate:modelValue":B=>r.change(w,B)},{default:e.withCtx(()=>[e.createElementVNode("strong",null,e.toDisplayString(M.title),1),e.createElementVNode("span",null,e.toDisplayString(M.description),1)]),_:2},1032,["modelValue","value","onUpdate:modelValue"]))],64))),128))])],64))),128))])])),[[m,r.onClickOutside]]):e.createCommentVNode("",!0)],2)}const WN=_(FN,[["render",RN],["__scopeId","data-v-8f8d226c"]]),rK="",QN={components:{UnnnicIcon:F},props:{open:{type:Boolean,default:!1},title:{type:String}},data(){return{height:0,setHeightToNull:null}},watch:{open(n){clearTimeout(this.setHeightToNull),n?(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)}},qN={class:"header"},GN={class:"actions"};function XN(n,t,i,s,l,r){const c=e.resolveComponent("UnnnicIcon");return e.openBlock(),e.createElementBlock("div",{class:"unnnic-accordion",onClick:t[0]||(t[0]=u=>n.$emit("update:open",!i.open))},[e.createElementVNode("div",qN,[e.createVNode(c,{icon:i.open?"subtract-circle-1":"add-circle-1",scheme:"neutral-clean",size:"md"},null,8,["icon"]),e.createElementVNode("div",{class:e.normalizeClass(["title",{open:i.open}])},e.toDisplayString(i.title),3),e.withDirectives(e.createElementVNode("div",GN,[e.renderSlot(n.$slots,"actions",{},void 0,!0)],512),[[e.vShow,i.open]])]),e.createElementVNode("div",{ref:"content",class:e.normalizeClass(["content",{open:i.open}]),style:e.normalizeStyle({height:l.height})},[e.renderSlot(n.$slots,"default",{},void 0,!0)],6)])}const JN=_(QN,[["render",XN],["__scopeId","data-v-e8db67f7"]]),lK="",KN={name:"UnnnicIndicator",props:{numberOfSteps:{type:Number,required:!0},titles:{type:Array,default:()=>[]},currentStep:{type:Number,default:0}},methods:{titleForStep(n){try{return this.titles[n-1]}catch{return null}}}},$N={class:"weni-step-indicator"},eL={class:"weni-step-indicator__label"};function nL(n,t,i,s,l,r){return e.openBlock(),e.createElementBlock("div",$N,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.numberOfSteps,c=>(e.openBlock(),e.createElementBlock("div",{key:c,class:e.normalizeClass({"weni-step-indicator__step__wrapper":!0,"weni-step-indicator--has-separator":c>1})},[c!==1?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass({"weni-step-indicator__step__separator":!0,"weni-step-indicator__step__separator--active":c<=i.currentStep})},null,2)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass({"weni-step-indicator__step":!0,"weni-step-indicator__step--active":c<=i.currentStep})},[e.createElementVNode("span",eL,e.toDisplayString(r.titleForStep(c)),1)],2)],2))),128))])}const iL=_(KN,[["render",nL],["__scopeId","data-v-c8f0092e"]]),tL=`:export{unnnicColorBackgroundSolo:#E8F4F4}.color-background-solo{color:#e8f4f4}.bg-background-solo{background-color:#e8f4f4}.color-background-sky{color:#f4f6f8}.bg-background-sky{background-color:#f4f6f8}.color-background-grass{color:#f5f6f6}.bg-background-grass{background-color:#f5f6f6}.color-background-carpet{color:#f9f9f9}.bg-background-carpet{background-color:#f9f9f9}.color-background-snow{color:#fff}.bg-background-snow{background-color:#fff}.color-background-lightest{color:#f9f9f9}.bg-background-lightest{background-color:#f9f9f9}.color-background-white{color:#fff}.bg-background-white{background-color:#fff}.color-neutral-black{color:#272b33}.bg-neutral-black{background-color:#272b33}.color-neutral-darkest{color:#3b414d}.bg-neutral-darkest{background-color:#3b414d}.color-neutral-dark{color:#4e5666}.bg-neutral-dark{background-color:#4e5666}.color-neutral-cloudy{color:#67738b}.bg-neutral-cloudy{background-color:#67738b}.color-neutral-cleanest{color:#d0d3d9}.bg-neutral-cleanest{background-color:#d0d3d9}.color-neutral-clean{color:#9caccc}.bg-neutral-clean{background-color:#9caccc}.color-neutral-soft{color:#e2e6ed}.bg-neutral-soft{background-color:#e2e6ed}.color-neutral-lightest{color:#f9f9f9}.bg-neutral-lightest{background-color:#f9f9f9}.color-neutral-light{color:#f4f6f8}.bg-neutral-light{background-color:#f4f6f8}.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-100{color:#c6f6d5}.bg-aux-green-100{background-color:#c6f6d5}.color-aux-green-300{color:#68d391}.bg-aux-green-300{background-color:#68d391}.color-aux-green-500{color:#38a169}.bg-aux-green-500{background-color:#38a169}.color-aux-green-700{color:#276749}.bg-aux-green-700{background-color:#276749}.color-aux-green-900{color:#1c4532}.bg-aux-green-900{background-color:#1c4532}.color-aux-blue-100{color:#bee3f8}.bg-aux-blue-100{background-color:#bee3f8}.color-aux-blue-300{color:#63b3ed}.bg-aux-blue-300{background-color:#63b3ed}.color-aux-blue-500{color:#3182ce}.bg-aux-blue-500{background-color:#3182ce}.color-aux-blue-700{color:#2c5282}.bg-aux-blue-700{background-color:#2c5282}.color-aux-blue-900{color:#1a365d}.bg-aux-blue-900{background-color:#1a365d}.color-aux-purple-100{color:#e9d8fd}.bg-aux-purple-100{background-color:#e9d8fd}.color-aux-purple-300{color:#b794f4}.bg-aux-purple-300{background-color:#b794f4}.color-aux-purple-500{color:#805ad5}.bg-aux-purple-500{background-color:#805ad5}.color-aux-purple-700{color:#553c9a}.bg-aux-purple-700{background-color:#553c9a}.color-aux-purple-900{color:#322659}.bg-aux-purple-900{background-color:#322659}.color-aux-red-100{color:#fed7d7}.bg-aux-red-100{background-color:#fed7d7}.color-aux-red-300{color:#fc8181}.bg-aux-red-300{background-color:#fc8181}.color-aux-red-500{color:#e53e3e}.bg-aux-red-500{background-color:#e53e3e}.color-aux-red-700{color:#9b2c2c}.bg-aux-red-700{background-color:#9b2c2c}.color-aux-red-900{color:#63171b}.bg-aux-red-900{background-color:#63171b}.color-aux-orange-100{color:#feebc8}.bg-aux-orange-100{background-color:#feebc8}.color-aux-orange-300{color:#f6ad55}.bg-aux-orange-300{background-color:#f6ad55}.color-aux-orange-500{color:#dd6b20}.bg-aux-orange-500{background-color:#dd6b20}.color-aux-orange-700{color:#9c4221}.bg-aux-orange-700{background-color:#9c4221}.color-aux-orange-900{color:#652b19}.bg-aux-orange-900{background-color:#652b19}.color-aux-yellow-100{color:#fefcbf}.bg-aux-yellow-100{background-color:#fefcbf}.color-aux-yellow-300{color:#f6e05e}.bg-aux-yellow-300{background-color:#f6e05e}.color-aux-yellow-500{color:#d69e2e}.bg-aux-yellow-500{background-color:#d69e2e}.color-aux-yellow-700{color:#975a16}.bg-aux-yellow-700{background-color:#975a16}.color-aux-yellow-900{color:#5f370e}.bg-aux-yellow-900{background-color:#5f370e}.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:#00ded2}.bg-floweditor-turquoise{background-color:#00ded2}.color-floweditor-green{color:#00a339}.bg-floweditor-green{background-color:#00a339}.color-weni-50{color:#eefffc}.bg-weni-50{background-color:#eefffc}.color-weni-100{color:#c6fff7}.bg-weni-100{background-color:#c6fff7}.color-weni-200{color:#8efff1}.bg-weni-200{background-color:#8efff1}.color-weni-300{color:#4dfbea}.bg-weni-300{background-color:#4dfbea}.color-weni-400{color:#19e8da}.bg-weni-400{background-color:#19e8da}.color-weni-500{color:#00ded2}.bg-weni-500{background-color:#00ded2}.color-weni-600{color:#00a49f}.bg-weni-600{background-color:#00a49f}.color-weni-700{color:#028380}.bg-weni-700{background-color:#028380}.color-weni-800{color:#086766}.bg-weni-800{background-color:#086766}.color-weni-900{color:#0c5554}.bg-weni-900{background-color:#0c5554}.color-weni-950{color:#003234}.bg-weni-950{background-color:#003234}.color-brand-weni{color:#00a49f}.bg-brand-weni{background-color:#00a49f}.color-brand-weni-dark{color:#086766}.bg-brand-weni-dark{background-color:#086766}.color-brand-weni-soft{color:#00a49f}.bg-brand-weni-soft{background-color:#00a49f}.color-brand-sec-dark{color:#272b33}.bg-brand-sec-dark{background-color:#272b33}.color-brand-sec-soft{color:#4e5666}.bg-brand-sec-soft{background-color:#4e5666}.color-brand-sec{color:#d0d3d9}.bg-brand-sec{background-color:#d0d3d9}.u.color-background-solo{color:#e8f4f4}.u.bg-background-solo{background-color:#e8f4f4}.u.color-background-sky{color:#f4f6f8}.u.bg-background-sky{background-color:#f4f6f8}.u.color-background-grass{color:#f5f6f6}.u.bg-background-grass{background-color:#f5f6f6}.u.color-background-carpet{color:#f9f9f9}.u.bg-background-carpet{background-color:#f9f9f9}.u.color-background-snow{color:#fff}.u.bg-background-snow{background-color:#fff}.u.color-background-lightest{color:#f9f9f9}.u.bg-background-lightest{background-color:#f9f9f9}.u.color-background-white{color:#fff}.u.bg-background-white{background-color:#fff}.u.color-neutral-black{color:#272b33}.u.bg-neutral-black{background-color:#272b33}.u.color-neutral-darkest{color:#3b414d}.u.bg-neutral-darkest{background-color:#3b414d}.u.color-neutral-dark{color:#4e5666}.u.bg-neutral-dark{background-color:#4e5666}.u.color-neutral-cloudy{color:#67738b}.u.bg-neutral-cloudy{background-color:#67738b}.u.color-neutral-cleanest{color:#d0d3d9}.u.bg-neutral-cleanest{background-color:#d0d3d9}.u.color-neutral-clean{color:#9caccc}.u.bg-neutral-clean{background-color:#9caccc}.u.color-neutral-soft{color:#e2e6ed}.u.bg-neutral-soft{background-color:#e2e6ed}.u.color-neutral-lightest{color:#f9f9f9}.u.bg-neutral-lightest{background-color:#f9f9f9}.u.color-neutral-light{color:#f4f6f8}.u.bg-neutral-light{background-color:#f4f6f8}.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-100{color:#c6f6d5}.u.bg-aux-green-100{background-color:#c6f6d5}.u.color-aux-green-300{color:#68d391}.u.bg-aux-green-300{background-color:#68d391}.u.color-aux-green-500{color:#38a169}.u.bg-aux-green-500{background-color:#38a169}.u.color-aux-green-700{color:#276749}.u.bg-aux-green-700{background-color:#276749}.u.color-aux-green-900{color:#1c4532}.u.bg-aux-green-900{background-color:#1c4532}.u.color-aux-blue-100{color:#bee3f8}.u.bg-aux-blue-100{background-color:#bee3f8}.u.color-aux-blue-300{color:#63b3ed}.u.bg-aux-blue-300{background-color:#63b3ed}.u.color-aux-blue-500{color:#3182ce}.u.bg-aux-blue-500{background-color:#3182ce}.u.color-aux-blue-700{color:#2c5282}.u.bg-aux-blue-700{background-color:#2c5282}.u.color-aux-blue-900{color:#1a365d}.u.bg-aux-blue-900{background-color:#1a365d}.u.color-aux-purple-100{color:#e9d8fd}.u.bg-aux-purple-100{background-color:#e9d8fd}.u.color-aux-purple-300{color:#b794f4}.u.bg-aux-purple-300{background-color:#b794f4}.u.color-aux-purple-500{color:#805ad5}.u.bg-aux-purple-500{background-color:#805ad5}.u.color-aux-purple-700{color:#553c9a}.u.bg-aux-purple-700{background-color:#553c9a}.u.color-aux-purple-900{color:#322659}.u.bg-aux-purple-900{background-color:#322659}.u.color-aux-red-100{color:#fed7d7}.u.bg-aux-red-100{background-color:#fed7d7}.u.color-aux-red-300{color:#fc8181}.u.bg-aux-red-300{background-color:#fc8181}.u.color-aux-red-500{color:#e53e3e}.u.bg-aux-red-500{background-color:#e53e3e}.u.color-aux-red-700{color:#9b2c2c}.u.bg-aux-red-700{background-color:#9b2c2c}.u.color-aux-red-900{color:#63171b}.u.bg-aux-red-900{background-color:#63171b}.u.color-aux-orange-100{color:#feebc8}.u.bg-aux-orange-100{background-color:#feebc8}.u.color-aux-orange-300{color:#f6ad55}.u.bg-aux-orange-300{background-color:#f6ad55}.u.color-aux-orange-500{color:#dd6b20}.u.bg-aux-orange-500{background-color:#dd6b20}.u.color-aux-orange-700{color:#9c4221}.u.bg-aux-orange-700{background-color:#9c4221}.u.color-aux-orange-900{color:#652b19}.u.bg-aux-orange-900{background-color:#652b19}.u.color-aux-yellow-100{color:#fefcbf}.u.bg-aux-yellow-100{background-color:#fefcbf}.u.color-aux-yellow-300{color:#f6e05e}.u.bg-aux-yellow-300{background-color:#f6e05e}.u.color-aux-yellow-500{color:#d69e2e}.u.bg-aux-yellow-500{background-color:#d69e2e}.u.color-aux-yellow-700{color:#975a16}.u.bg-aux-yellow-700{background-color:#975a16}.u.color-aux-yellow-900{color:#5f370e}.u.bg-aux-yellow-900{background-color:#5f370e}.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:#00ded2}.u.bg-floweditor-turquoise{background-color:#00ded2}.u.color-floweditor-green{color:#00a339}.u.bg-floweditor-green{background-color:#00a339}.u.color-weni-50{color:#eefffc}.u.bg-weni-50{background-color:#eefffc}.u.color-weni-100{color:#c6fff7}.u.bg-weni-100{background-color:#c6fff7}.u.color-weni-200{color:#8efff1}.u.bg-weni-200{background-color:#8efff1}.u.color-weni-300{color:#4dfbea}.u.bg-weni-300{background-color:#4dfbea}.u.color-weni-400{color:#19e8da}.u.bg-weni-400{background-color:#19e8da}.u.color-weni-500{color:#00ded2}.u.bg-weni-500{background-color:#00ded2}.u.color-weni-600{color:#00a49f}.u.bg-weni-600{background-color:#00a49f}.u.color-weni-700{color:#028380}.u.bg-weni-700{background-color:#028380}.u.color-weni-800{color:#086766}.u.bg-weni-800{background-color:#086766}.u.color-weni-900{color:#0c5554}.u.bg-weni-900{background-color:#0c5554}.u.color-weni-950{color:#003234}.u.bg-weni-950{background-color:#003234}.u.color-brand-weni{color:#00a49f}.u.bg-brand-weni{background-color:#00a49f}.u.color-brand-weni-dark{color:#086766}.u.bg-brand-weni-dark{background-color:#086766}.u.color-brand-weni-soft{color:#00a49f}.u.bg-brand-weni-soft{background-color:#00a49f}.u.color-brand-sec-dark{color:#272b33}.u.bg-brand-sec-dark{background-color:#272b33}.u.color-brand-sec-soft{color:#4e5666}.u.bg-brand-sec-soft{background-color:#4e5666}.u.color-brand-sec{color:#d0d3d9}.u.bg-brand-sec{background-color:#d0d3d9}
|
|
43
43
|
`,Mo=/unnnicColorBackgroundSolo:\s*(.*)\;/.exec(tL),ga=Mo?Mo[1]:"#E8F4F4",aL={backgroundColor:ga,backgroundImage:`linear-gradient(
|
|
44
44
|
90deg,
|
|
45
45
|
${ga},
|
package/package.json
CHANGED
|
@@ -308,8 +308,6 @@ export default {
|
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
if (this.modelValue?.[0] && this.modelValue?.[0].value) {
|
|
311
|
-
this.modelValue.forEach((option) => this.selectOption(option));
|
|
312
|
-
|
|
313
311
|
if (this.isAutocompleteAllowed) {
|
|
314
312
|
this.$nextTick(() => {
|
|
315
313
|
this.searchValue = this.selectedLabel;
|