clds-ui 0.3.13 → 0.3.14

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.
@@ -1 +1 @@
1
- (function(o,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],n):(o=typeof globalThis<"u"?globalThis:o||self,n(o.CreatorsLib={},o.Vue))})(this,function(o,n){"use strict";const Z=n.defineComponent({__name:"CreatorsButton",props:{variant:{default:"primary"},size:{default:"md"},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}},emits:["click"],setup(a,{emit:t}){return{__sfc:!0,emit:t}}});function c(a,t,e,s,l,r,i,u){var _=typeof a=="function"?a.options:a;return t&&(_.render=t,_.staticRenderFns=e,_._compiled=!0),r&&(_._scopeId="data-v-"+r),{exports:a,options:_}}var tt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("button",t._b({class:["cl-btn",`cl-btn--${t.variant}`,`cl-btn--${t.size}`,{"cl-btn--loading":t.loading}],attrs:{disabled:t.disabled||t.loading},on:{click:function(l){return s.emit("click",l)}}},"button",t.$attrs,!1),[t.loading?e("span",{staticClass:"cl-btn__spinner",attrs:{"aria-hidden":"true"}}):t._e(),t._t("default")],2)},et=[],st=c(Z,tt,et,!1,null,"2b3665ef");const y=st.exports,lt=n.defineComponent({__name:"CreatorsText",props:{variant:{default:"body-md"},as:null,weight:null},setup(a){const t=a,e={"display-2xl":"p","display-xl":"p","display-l":"p","display-md":"p","display-sm":"p","accent-2xl":"p","accent-xl":"p","accent-l":"p","accent-md":"p","accent-sm":"p",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5","body-lg":"p","body-md":"p","body-sm":"p"},s=n.computed(()=>t.as??e[t.variant]);return{__sfc:!0,props:t,defaultTags:e,resolvedTag:s}}});var at=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e(s.resolvedTag,{tag:"component",class:["cl-text",`cl-text--${t.variant}`],style:t.weight?{fontWeight:t.weight}:{}},[t._t("default")],2)},nt=[],rt=c(lt,at,nt,!1,null,"0956e087");const x=rt.exports,ot=n.defineComponent({__name:"CreatorsAccordion",props:{items:null,defaultOpen:{default:-1}},emits:["change"],setup(a,{emit:t}){const e=a,s=n.ref(e.defaultOpen>=0?e.defaultOpen:null);function l(r){s.value=s.value===r?null:r,t("change",s.value)}return{__sfc:!0,props:e,emit:t,openIndex:s,toggle:l}}});var it=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-accordion"},t._l(t.items,function(l,r){return e("div",{key:r,staticClass:"cl-accordion__item",class:{"cl-accordion__item--open":s.openIndex===r}},[e("button",{staticClass:"cl-accordion__trigger",on:{click:function(i){return s.toggle(r)}}},[e("span",{staticClass:"cl-accordion__title"},[t._v(t._s(l.title))]),e("svg",{staticClass:"cl-accordion__icon",attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"6 9 12 15 18 9"}})])]),e("div",{staticClass:"cl-accordion__body"},[e("div",{staticClass:"cl-accordion__content"},[t._t(`item-${r}`,function(){return[t._v(t._s(l.content))]})],2)])])}),0)},ct=[],_t=c(ot,it,ct,!1,null,"cdacee19");const $=_t.exports,dt=n.defineComponent({__name:"CreatorsInput",props:{modelValue:null,label:null,placeholder:null,hint:null,error:null,type:{default:"text"},size:{default:"md"},disabled:{type:Boolean,default:!1},id:null,icon:null,loading:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},searchable:{type:Boolean,default:!1}},emits:["update:modelValue","enter","focus","blur","clear","search"],setup(a,{emit:t}){function e(i){t("update:modelValue",i.target.value)}function s(i){const u=i.target.value;t("enter",u),t("search",u)}function l(){t("update:modelValue",""),t("clear")}function r(){t("search","")}return{__sfc:!0,emit:t,onInput:e,onEnter:s,onClear:l,onSearch:r}}});var ut=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{class:["cl-input",`cl-input--${t.size}`,{"cl-input--error":t.error,"cl-input--disabled":t.disabled}]},[t.label?e("label",{staticClass:"cl-input__label",attrs:{for:t.id}},[t._v(t._s(t.label))]):t._e(),e("div",{staticClass:"cl-input__wrapper"},[t.icon||t.$slots.prefix?e("span",{staticClass:"cl-input__slot cl-input__slot--prefix"},[t._t("prefix",function(){return[t.icon==="search"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("circle",{attrs:{cx:"11",cy:"11",r:"8"}}),e("line",{attrs:{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}})]):t.icon==="mail"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"}}),e("polyline",{attrs:{points:"22,6 12,13 2,6"}})]):t.icon==="lock"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("rect",{attrs:{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}}),e("path",{attrs:{d:"M7 11V7a5 5 0 0 1 10 0v4"}})]):t.icon==="user"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}}),e("circle",{attrs:{cx:"12",cy:"7",r:"4"}})]):t._e()]})],2):t._e(),e("input",t._b({staticClass:"cl-input__field",attrs:{id:t.id,placeholder:t.placeholder,disabled:t.disabled||t.loading,type:t.type},domProps:{value:t.modelValue},on:{input:s.onInput,keydown:function(l){return!l.type.indexOf("key")&&t._k(l.keyCode,"enter",13,l.key,"Enter")?null:s.onEnter.apply(null,arguments)},focus:function(l){return s.emit("focus",l)},blur:function(l){return s.emit("blur",l)}}},"input",t.$attrs,!1)),e("span",{staticClass:"cl-input__slot cl-input__slot--suffix"},[t.loading?e("span",{staticClass:"cl-input__spinner"}):t.modelValue&&t.clearable?e("button",{staticClass:"cl-input__action",attrs:{type:"button","aria-label":"Limpar"},on:{click:s.onClear}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("line",{attrs:{x1:"18",y1:"6",x2:"6",y2:"18"}}),e("line",{attrs:{x1:"6",y1:"6",x2:"18",y2:"18"}})])]):t._e(),t.searchable&&!t.loading?e("button",{staticClass:"cl-input__action cl-input__action--search",attrs:{type:"button","aria-label":"Pesquisar"},on:{click:s.onSearch}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("circle",{attrs:{cx:"11",cy:"11",r:"8"}}),e("line",{attrs:{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}})])]):t._e(),t._t("suffix")],2)]),t.hint||t.error?e("span",{staticClass:"cl-input__hint",class:{"cl-input__hint--error":t.error}},[t._v(" "+t._s(t.error||t.hint)+" ")]):t._e()])},pt=[],ft=c(dt,ut,pt,!1,null,"8c08ffa2");const S=ft.exports,ht=n.defineComponent({__name:"CreatorsInputSwitch",props:{modelValue:{type:Boolean,default:!1},label:null,size:{default:"md"},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(a,{emit:t}){function e(s){t("update:modelValue",s.target.checked)}return{__sfc:!0,emit:t,onChange:e}}});var vt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("label",{class:["cl-switch",`cl-switch--${t.size}`,{"cl-switch--checked":t.modelValue,"cl-switch--disabled":t.disabled}]},[e("input",{staticClass:"cl-switch__input",attrs:{type:"checkbox",disabled:t.disabled},domProps:{checked:t.modelValue},on:{change:s.onChange}}),t._m(0),t.label?e("span",{staticClass:"cl-switch__label"},[t._v(t._s(t.label))]):t._e()])},mt=[function(){var a=this,t=a._self._c;return a._self._setupProxy,t("span",{staticClass:"cl-switch__track"},[t("span",{staticClass:"cl-switch__thumb"})])}],gt=c(ht,vt,mt,!1,null,"3fb5090c");const B=gt.exports,Ct=n.defineComponent({__name:"CreatorsTextarea",props:{modelValue:null,label:null,placeholder:null,hint:null,error:null,rows:{default:4},maxlength:null,disabled:{type:Boolean,default:!1},id:null},emits:["update:modelValue","enter","focus","blur"],setup(a,{emit:t}){const e=a;function s(i){t("update:modelValue",i.target.value)}function l(i){t("enter",i.target.value)}const r=n.computed(()=>e.maxlength!==void 0&&(e.modelValue??"").length>e.maxlength);return{__sfc:!0,props:e,emit:t,onInput:s,onEnter:l,isOver:r}}});var wt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{class:["cl-textarea",{"cl-textarea--error":t.error,"cl-textarea--disabled":t.disabled}]},[t.label?e("label",{staticClass:"cl-textarea__label",attrs:{for:t.id}},[t._v(t._s(t.label))]):t._e(),e("textarea",t._b({staticClass:"cl-textarea__field",attrs:{id:t.id,placeholder:t.placeholder,disabled:t.disabled,rows:t.rows},domProps:{value:t.modelValue},on:{input:s.onInput,keydown:function(l){return!l.type.indexOf("key")&&t._k(l.keyCode,"enter",13,l.key,"Enter")||!l.ctrlKey?null:s.onEnter.apply(null,arguments)},focus:function(l){return s.emit("focus",l)},blur:function(l){return s.emit("blur",l)}}},"textarea",t.$attrs,!1)),t._v(" "),e("div",{staticClass:"cl-textarea__footer"},[t.hint||t.error?e("span",{staticClass:"cl-textarea__hint",class:{"cl-textarea__hint--error":t.error}},[t._v(" "+t._s(t.error||t.hint)+" ")]):t._e(),t.maxlength?e("span",{staticClass:"cl-textarea__count",class:{"cl-textarea__count--over":s.isOver}},[t._v(" "+t._s((t.modelValue??"").length)+"/"+t._s(t.maxlength)+" ")]):t._e()])])},bt=[],kt=c(Ct,wt,bt,!1,null,"b23cc99a");const V=kt.exports,yt=n.defineComponent({__name:"CreatorsSelect",props:{modelValue:null,options:null,label:null,placeholder:{default:"Selecionar..."},hint:null,error:null,size:{default:"md"},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(a,{emit:t}){const e=a,s=n.ref(!1),l=n.ref(null),r=n.computed(()=>e.options.find(d=>d.value===e.modelValue)??null);function i(){e.disabled||(s.value=!s.value)}function u(d){t("update:modelValue",d.value),t("change",d.value),s.value=!1}function _(d){l.value&&!l.value.contains(d.target)&&(s.value=!1)}return n.onMounted(()=>{document.addEventListener("mousedown",_),document.addEventListener("touchstart",_)}),n.onUnmounted(()=>{document.removeEventListener("mousedown",_),document.removeEventListener("touchstart",_)}),{__sfc:!0,props:e,emit:t,isOpen:s,rootRef:l,selectedOption:r,toggle:i,select:u,onClickOutside:_}}});var xt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{ref:"rootRef",class:["cl-select",`cl-select--${t.size}`,{"cl-select--open":s.isOpen,"cl-select--error":t.error,"cl-select--disabled":t.disabled}]},[t.label?e("label",{staticClass:"cl-select__label",on:{click:s.toggle}},[t._v(t._s(t.label))]):t._e(),e("button",{staticClass:"cl-select__trigger",attrs:{type:"button",disabled:t.disabled},on:{click:s.toggle}},[e("span",{class:["cl-select__value",{"cl-select__value--placeholder":!s.selectedOption}]},[t._v(" "+t._s(s.selectedOption?s.selectedOption.label:t.placeholder)+" ")]),e("svg",{staticClass:"cl-select__chevron",attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"6 9 12 15 18 9"}})])]),e("transition",{attrs:{name:"cl-select-dropdown"}},[s.isOpen?e("ul",{staticClass:"cl-select__dropdown"},t._l(t.options,function(l){return e("li",{key:l.value,class:["cl-select__option",{"cl-select__option--selected":l.value===t.modelValue}],on:{click:function(r){return s.select(l)}}},[e("span",[t._v(t._s(l.label))]),l.value===t.modelValue?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"20 6 9 17 4 12"}})]):t._e()])}),0):t._e()]),e("div",{staticClass:"cl-select__footer"},[t.hint||t.error?e("span",{staticClass:"cl-select__hint",class:{"cl-select__hint--error":t.error}},[t._v(" "+t._s(t.error||t.hint)+" ")]):t._e()])],1)},$t=[],St=c(yt,xt,$t,!1,null,"f07ac917");const P=St.exports,Bt=n.defineComponent({__name:"CreatorsCheckbox",props:{modelValue:{type:Boolean,default:!1},label:null,disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(a,{emit:t}){function e(s){t("update:modelValue",s.target.checked)}return{__sfc:!0,emit:t,onChange:e}}});var Vt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("label",{class:["cl-checkbox",{"cl-checkbox--checked":t.modelValue,"cl-checkbox--disabled":t.disabled}]},[e("input",{staticClass:"cl-checkbox__input",attrs:{type:"checkbox",disabled:t.disabled},domProps:{checked:t.modelValue},on:{change:s.onChange}}),e("span",{staticClass:"cl-checkbox__box"},[t.modelValue?e("svg",{staticClass:"cl-checkbox__check",attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"20 6 9 17 4 12"}})]):t._e()]),t.label?e("span",{staticClass:"cl-checkbox__label"},[t._v(t._s(t.label))]):t._e()])},Pt=[],Rt=c(Bt,Vt,Pt,!1,null,"d1ad8f2e");const R=Rt.exports,Ft=n.defineComponent({__name:"CreatorsRadio",props:{modelValue:null,value:null,label:null,disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(a,{emit:t}){return{__sfc:!0,emit:t}}});var Lt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("label",{class:["cl-radio",{"cl-radio--checked":t.modelValue===t.value,"cl-radio--disabled":t.disabled}]},[e("input",{staticClass:"cl-radio__input",attrs:{type:"radio",disabled:t.disabled},domProps:{checked:t.modelValue===t.value},on:{change:function(l){return s.emit("update:modelValue",t.value)}}}),e("span",{staticClass:"cl-radio__circle"},[t.modelValue===t.value?e("span",{staticClass:"cl-radio__dot"}):t._e()]),t.label?e("span",{staticClass:"cl-radio__label"},[t._v(t._s(t.label))]):t._e()])},Tt=[],jt=c(Ft,Lt,Tt,!1,null,"242eedd7");const F=jt.exports,zt=n.defineComponent({__name:"CreatorsRating",props:{modelValue:null,count:{default:5},size:{default:"md"},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},showValue:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(a,{emit:t}){const e=a,s=n.ref(null),l=n.computed(()=>({sm:16,md:24,lg:32})[e.size]);function r(i){t("update:modelValue",i),t("change",i)}return{__sfc:!0,props:e,emit:t,hovered:s,starSize:l,select:r}}});var Mt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{class:["cl-rating",`cl-rating--${t.size}`,{"cl-rating--readonly":t.readonly,"cl-rating--disabled":t.disabled}]},[e("svg",{staticStyle:{position:"absolute"},attrs:{width:"0",height:"0"}},[e("defs",[e("linearGradient",{attrs:{id:"cl-star-gradient",x1:"0%",y1:"0%",x2:"100%",y2:"0%"}},[e("stop",{attrs:{offset:"0%","stop-color":"#6C3AFF"}}),e("stop",{attrs:{offset:"77%","stop-color":"#F564FF"}}),e("stop",{attrs:{offset:"100%","stop-color":"#FF9864"}})],1)],1)]),t._l(t.count,function(l){return e("button",{key:l,staticClass:"cl-rating__star",class:{"cl-rating__star--filled":l<=(s.hovered??t.modelValue??0)},attrs:{type:"button",disabled:t.disabled||t.readonly},on:{click:function(r){return s.select(l)},mouseenter:function(r){s.hovered=l},mouseleave:function(r){s.hovered=null}}},[e("svg",{attrs:{width:s.starSize,height:s.starSize,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z",fill:l<=(s.hovered??t.modelValue??0)?"url(#cl-star-gradient)":"currentColor",stroke:(l<=(s.hovered??t.modelValue??0),"none")}})])])}),t.showValue?e("span",{staticClass:"cl-rating__value"},[t._v(t._s(t.modelValue??0)+"/"+t._s(t.count))]):t._e()],2)},It=[],Ot=c(zt,Mt,It,!1,null,"9b711643");const L=Ot.exports,Dt=n.defineComponent({__name:"CreatorsDataTable",props:{columns:null,rows:null,loading:{type:Boolean,default:!1},emptyText:{default:"Nenhum resultado encontrado."},pagination:{type:Boolean,default:!1},pageSize:{default:10},onRowClick:{type:Boolean,default:!1}},emits:["row-click","sort"],setup(a,{emit:t}){const e=a,s=n.ref(null),l=n.ref("asc"),r=n.ref(1);function i(f){s.value===f?l.value=l.value==="asc"?"desc":"asc":(s.value=f,l.value="asc"),t("sort",s.value,l.value)}const u=n.computed(()=>s.value?[...e.rows].sort((f,cs)=>{const b=f[s.value],k=cs[s.value];if(b==null)return 1;if(k==null)return-1;const Q=b<k?-1:b>k?1:0;return l.value==="asc"?Q:-Q}):[...e.rows]),_=n.computed(()=>Math.max(1,Math.ceil(e.rows.length/e.pageSize))),d=n.computed(()=>{if(!e.pagination)return u.value;const f=(r.value-1)*e.pageSize;return u.value.slice(f,f+e.pageSize)}),m=n.computed(()=>Math.min((r.value-1)*e.pageSize+1,e.rows.length)),w=n.computed(()=>Math.min(r.value*e.pageSize,e.rows.length));return{__sfc:!0,props:e,emit:t,sortKey:s,sortDir:l,page:r,toggleSort:i,sorted:u,totalPages:_,sortedRows:d,paginationStart:m,paginationEnd:w}}});var Et=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-table-wrapper"},[e("table",{staticClass:"cl-table"},[e("thead",{staticClass:"cl-table__head"},[e("tr",t._l(t.columns,function(l){return e("th",{key:l.key,staticClass:"cl-table__th",class:{"cl-table__th--sortable":l.sortable},style:l.width?{width:l.width}:{},on:{click:function(r){l.sortable&&s.toggleSort(l.key)}}},[e("span",{staticClass:"cl-table__th-inner"},[t._v(" "+t._s(l.label)+" "),l.sortable?e("span",{staticClass:"cl-table__sort-icon"},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[s.sortKey===l.key&&s.sortDir==="asc"?e("polyline",{attrs:{points:"18 15 12 9 6 15"}}):s.sortKey===l.key&&s.sortDir==="desc"?e("polyline",{attrs:{points:"6 9 12 15 18 9"}}):e("g",[e("polyline",{attrs:{points:"18 15 12 9 6 15",opacity:"0.4"}}),e("polyline",{staticStyle:{transform:"translateY(-8px)"},attrs:{points:"6 21 12 27 18 21",opacity:"0.4"}})])])]):t._e()])])}),0)]),e("tbody",{staticClass:"cl-table__body"},[t.loading?e("tr",[e("td",{staticClass:"cl-table__td cl-table__td--center",attrs:{colspan:t.columns.length}},[t._m(0)])]):s.sortedRows.length?t._l(s.sortedRows,function(l,r){return e("tr",{key:r,staticClass:"cl-table__row",class:{"cl-table__row--clickable":!!t.onRowClick},on:{click:function(i){t.onRowClick&&s.emit("row-click",l)}}},t._l(t.columns,function(i){return e("td",{key:i.key,staticClass:"cl-table__td"},[t._t(`cell-${i.key}`,function(){return[t._v(" "+t._s(l[i.key])+" ")]},{row:l,value:l[i.key]})],2)}),0)}):e("tr",[e("td",{staticClass:"cl-table__td cl-table__td--center cl-table__td--empty",attrs:{colspan:t.columns.length}},[t._v(" "+t._s(t.emptyText)+" ")])])],2)]),t.pagination?e("div",{staticClass:"cl-table__pagination"},[e("span",{staticClass:"cl-table__pagination-info"},[t._v(" "+t._s(s.paginationStart)+"–"+t._s(s.paginationEnd)+" de "+t._s(t.rows.length)+" ")]),e("div",{staticClass:"cl-table__pagination-controls"},[e("button",{staticClass:"cl-table__page-btn",attrs:{disabled:s.page===1},on:{click:function(l){s.page--}}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"15 18 9 12 15 6"}})])]),e("span",{staticClass:"cl-table__page-current"},[t._v(t._s(s.page)+" / "+t._s(s.totalPages))]),e("button",{staticClass:"cl-table__page-btn",attrs:{disabled:s.page===s.totalPages},on:{click:function(l){s.page++}}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"9 18 15 12 9 6"}})])])])]):t._e()])},Wt=[function(){var a=this,t=a._self._c;return a._self._setupProxy,t("div",{staticClass:"cl-table__loading"},[t("span",{staticClass:"cl-table__spinner"}),t("span",[a._v("Carregando...")])])}],At=c(Dt,Et,Wt,!1,null,"917ea8fe");const T=At.exports,qt=n.defineComponent({__name:"CreatorsDivider",props:{label:null,align:{default:"center"},orientation:{default:"horizontal"},dashed:{type:Boolean,default:!1}},setup(a){return{__sfc:!0}}});var Kt=function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{class:["cl-divider",`cl-divider--${t.orientation}`,{"cl-divider--dashed":t.dashed},t.label?`cl-divider--label-${t.align}`:""],attrs:{role:"separator"}},[t.label?e("span",{staticClass:"cl-divider__label"},[t._v(t._s(t.label))]):t._e()])},Ut=[],Gt=c(qt,Kt,Ut,!1,null,"31f5c2f9");const j=Gt.exports,Nt=n.defineComponent({__name:"CreatorsTimeline",props:{items:null,align:{default:"left"},orientation:{default:"vertical"}},setup(a){return{__sfc:!0}}});var Xt=function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{class:["cl-timeline",`cl-timeline--${t.align}`,`cl-timeline--${t.orientation}`]},t._l(t.items,function(s,l){return e("div",{key:l,class:["cl-timeline__item",t.align==="alternate"?l%2===0?"cl-timeline__item--left":"cl-timeline__item--right":""]},[t.align==="alternate"?[l%2===0?e("div",{staticClass:"cl-timeline__content cl-timeline__content--left"},[t._t(`item-${l}`,function(){return[e("div",{staticClass:"cl-timeline__card"},[e("div",{staticClass:"cl-timeline__card-header cl-timeline__card-header--reverse"},[e("span",{staticClass:"cl-timeline__title"},[t._v(t._s(s.title))]),s.time?e("span",{staticClass:"cl-timeline__time"},[t._v(t._s(s.time))]):t._e()]),s.description?e("p",{staticClass:"cl-timeline__desc"},[t._v(t._s(s.description))]):t._e(),s.tag?e("div",{staticClass:"cl-timeline__tag cl-timeline__tag--right"},[t._v(t._s(s.tag))]):t._e()])]})],2):e("div",{staticClass:"cl-timeline__spacer"}),e("div",{staticClass:"cl-timeline__dot-wrapper"},[e("div",{staticClass:"cl-timeline__line cl-timeline__line--before"}),e("div",{class:["cl-timeline__dot",`cl-timeline__dot--${s.color??"primary"}`]},[t._t(`dot-${l}`,function(){return[s.icon==="check"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"20 6 9 17 4 12"}})]):s.icon==="star"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"currentColor"}},[e("path",{attrs:{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"}})]):s.icon==="warning"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}}),e("line",{attrs:{x1:"12",y1:"9",x2:"12",y2:"13"}}),e("line",{attrs:{x1:"12",y1:"17",x2:"12.01",y2:"17"}})]):t._e()]})],2),e("div",{staticClass:"cl-timeline__line cl-timeline__line--after"})]),l%2!==0?e("div",{staticClass:"cl-timeline__content cl-timeline__content--right"},[t._t(`item-${l}`,function(){return[e("div",{staticClass:"cl-timeline__card"},[e("div",{staticClass:"cl-timeline__card-header"},[e("span",{staticClass:"cl-timeline__title"},[t._v(t._s(s.title))]),s.time?e("span",{staticClass:"cl-timeline__time"},[t._v(t._s(s.time))]):t._e()]),s.description?e("p",{staticClass:"cl-timeline__desc"},[t._v(t._s(s.description))]):t._e(),s.tag?e("div",{staticClass:"cl-timeline__tag"},[t._v(t._s(s.tag))]):t._e()])]})],2):e("div",{staticClass:"cl-timeline__spacer"})]:[e("div",{staticClass:"cl-timeline__dot-wrapper"},[e("div",{staticClass:"cl-timeline__line cl-timeline__line--before"}),e("div",{class:["cl-timeline__dot",`cl-timeline__dot--${s.color??"primary"}`]},[t._t(`dot-${l}`,function(){return[s.icon==="check"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"20 6 9 17 4 12"}})]):s.icon==="star"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"currentColor"}},[e("path",{attrs:{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"}})]):s.icon==="warning"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}}),e("line",{attrs:{x1:"12",y1:"9",x2:"12",y2:"13"}}),e("line",{attrs:{x1:"12",y1:"17",x2:"12.01",y2:"17"}})]):t._e()]})],2),e("div",{staticClass:"cl-timeline__line cl-timeline__line--after"})]),e("div",{staticClass:"cl-timeline__content"},[t._t(`item-${l}`,function(){return[e("div",{staticClass:"cl-timeline__card"},[e("div",{staticClass:"cl-timeline__card-header"},[e("span",{staticClass:"cl-timeline__title"},[t._v(t._s(s.title))]),s.time?e("span",{staticClass:"cl-timeline__time"},[t._v(t._s(s.time))]):t._e()]),s.description?e("p",{staticClass:"cl-timeline__desc"},[t._v(t._s(s.description))]):t._e(),s.tag?e("div",{staticClass:"cl-timeline__tag"},[t._v(t._s(s.tag))]):t._e()])]})],2)]],2)}),0)},Ht=[],Yt=c(Nt,Xt,Ht,!1,null,"f802dc88");const z=Yt.exports,Jt=n.defineComponent({__name:"CreatorsBadge",props:{variant:{default:"default"},icon:null},setup(a){const t=a,e=["success","warning","error","info"].includes(t.variant)&&!t.icon;return{__sfc:!0,props:t,statusIcon:e}}});var Qt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("span",{class:["cl-badge",`cl-badge--${t.variant}`]},[t.icon||s.statusIcon?e("span",{staticClass:"cl-badge__icon",attrs:{"aria-hidden":"true"}},[t.icon?[t._v(t._s(t.icon))]:t.variant==="success"?[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.8","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"20 6 9 17 4 12"}})])]:t.variant==="warning"?[t._v("⚠")]:t.variant==="error"?[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.8","stroke-linecap":"round","stroke-linejoin":"round"}},[e("line",{attrs:{x1:"18",y1:"6",x2:"6",y2:"18"}}),e("line",{attrs:{x1:"6",y1:"6",x2:"18",y2:"18"}})])]:t.variant==="info"?[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.8","stroke-linecap":"round","stroke-linejoin":"round"}},[e("circle",{attrs:{cx:"12",cy:"12",r:"10"}}),e("line",{attrs:{x1:"12",y1:"16",x2:"12",y2:"12"}}),e("line",{attrs:{x1:"12",y1:"8",x2:"12.01",y2:"8"}})])]:t._e()],2):t._e(),t._t("default")],2)},Zt=[],te=c(Jt,Qt,Zt,!1,null,"36988d61");const M=te.exports,ee=n.defineComponent({__name:"CreatorsCard",props:{title:null,description:null,label:null,variant:{default:"default"},hoverable:{type:Boolean,default:!1},flush:{type:Boolean,default:!1},border:null,to:null},setup(a){const t=a,e=n.computed(()=>t.to?"router-link":"div");return{__sfc:!0,props:t,tag:e}}});var se=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e(s.tag,{tag:"component",class:["cl-card",`cl-card--${t.variant}`,{"cl-card--hoverable":t.hoverable||!!t.to},{"cl-card--flush":t.flush}],style:t.border?{border:t.border}:{},attrs:{to:t.to??void 0}},[t.$slots.media?e("div",{staticClass:"cl-card__media"},[t._t("media")],2):t._e(),e("div",{staticClass:"cl-card__body"},[t.label?e("div",{staticClass:"cl-card__label"},[t._v(t._s(t.label))]):t._e(),t.title||t.$slots.title?e("div",{staticClass:"cl-card__title"},[t._t("title",function(){return[t._v(t._s(t.title))]})],2):t._e(),t.description||t.$slots.description?e("div",{staticClass:"cl-card__description"},[t._t("description",function(){return[t._v(t._s(t.description))]})],2):t._e(),t._t("default")],2),t.$slots.footer?e("div",{staticClass:"cl-card__footer"},[t._t("footer")],2):t._e()])},le=[],ae=c(ee,se,le,!1,null,"9d2598d2");const I=ae.exports,ne=n.defineComponent({__name:"CreatorsCardCampaign",props:{status:null,statusVariant:{default:"default"},brandLogo:null,brandName:null,title:null,publicationsCount:{default:"0"},publicationsLabel:{default:"publicações"},deliveryDate:null,hoverable:{type:Boolean,default:!1},border:null,to:null},setup(a){const t=a,e=n.computed(()=>t.to?"router-link":"div"),s=n.computed(()=>(t.brandName??t.title).slice(0,2).toUpperCase());return{__sfc:!0,props:t,tag:e,brandInitials:s}}});var re=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e(s.tag,{tag:"component",class:["cl-card-campaign",{"cl-card-campaign--hoverable":t.hoverable||!!t.to}],style:t.border?{border:t.border}:{},attrs:{to:t.to??void 0}},[e("div",{staticClass:"cl-card-campaign__top"},[e("span",{class:["cl-card-campaign__badge",`cl-card-campaign__badge--${t.statusVariant}`]},[t._v(" "+t._s(t.status)+" ")])]),e("div",{staticClass:"cl-card-campaign__brand"},[e("div",{staticClass:"cl-card-campaign__logo"},[t.brandLogo?e("img",{attrs:{src:t.brandLogo,alt:t.brandName??t.title}}):e("span",{staticClass:"cl-card-campaign__logo-fallback"},[t._v(" "+t._s(s.brandInitials)+" ")])]),e("span",{staticClass:"cl-card-campaign__title"},[t._v(t._s(t.title))])]),e("div",{staticClass:"cl-card-campaign__divider"}),e("div",{staticClass:"cl-card-campaign__footer"},[e("span",{staticClass:"cl-card-campaign__stat"},[e("strong",[t._v(t._s(t.publicationsCount))]),e("span",{staticClass:"cl-card-campaign__stat-label"},[t._v(t._s(t.publicationsLabel))])]),t.deliveryDate?e("span",{staticClass:"cl-card-campaign__delivery"},[e("span",{staticClass:"cl-card-campaign__stat-label"},[t._v("entrega")]),e("strong",[t._v(t._s(t.deliveryDate))])]):t._e()])])},oe=[],ie=c(ne,re,oe,!1,null,"40bccc0d");const O=ie.exports,ce=n.defineComponent({__name:"CreatorsCardShell",props:{padding:null,border:null,background:null,hoverable:{type:Boolean,default:!1},to:null},setup(a){const t=a,e=n.computed(()=>t.to?"router-link":"div");return{__sfc:!0,props:t,tag:e}}});var _e=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e(s.tag,{tag:"component",class:["cl-card-shell",{"cl-card-shell--hoverable":t.hoverable||!!t.to}],style:{...t.padding?{padding:t.padding}:{},...t.border?{border:t.border}:{},...t.background?{background:t.background}:{}},attrs:{to:t.to??void 0}},[t._t("default")],2)},de=[],ue=c(ce,_e,de,!1,null,"4e3b4fd5");const D=ue.exports,pe=n.defineComponent({__name:"CreatorsModal",props:{modelValue:{type:Boolean},title:null,size:{default:"md"},hideClose:{type:Boolean,default:!1},persistent:{type:Boolean,default:!1},blur:{type:Boolean,default:!1}},emits:["update:modelValue","close"],setup(a,{emit:t}){const e=a;function s(){t("update:modelValue",!1),t("close")}function l(){e.persistent||s()}function r(i){i.key==="Escape"&&e.modelValue&&!e.persistent&&s()}return n.watch(()=>e.modelValue,i=>{document.body.style.overflow=i?"hidden":""}),n.onMounted(()=>window.addEventListener("keydown",r)),n.onUnmounted(()=>{window.removeEventListener("keydown",r),document.body.style.overflow=""}),{__sfc:!0,props:e,emit:t,close:s,onOverlayClick:l,onKeydown:r}}});var fe=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("transition",{attrs:{name:"cl-modal"}},[t.modelValue?e("div",{staticClass:"cl-modal-overlay",class:{"cl-modal-overlay--blur":t.blur},on:{mousedown:function(l){return l.target!==l.currentTarget?null:s.onOverlayClick.apply(null,arguments)}}},[e("div",{class:["cl-modal",`cl-modal--${t.size}`],attrs:{role:"dialog","aria-modal":"true","aria-labelledby":t.title?"cl-modal-title":void 0}},[t.title||t.$slots.header||!t.hideClose?e("div",{staticClass:"cl-modal__header"},[t._t("header",function(){return[t.title?e("span",{staticClass:"cl-modal__title",attrs:{id:"cl-modal-title"}},[t._v(t._s(t.title))]):t._e()]}),t.hideClose?t._e():e("button",{staticClass:"cl-modal__close",attrs:{"aria-label":"Fechar"},on:{click:s.close}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("line",{attrs:{x1:"18",y1:"6",x2:"6",y2:"18"}}),e("line",{attrs:{x1:"6",y1:"6",x2:"18",y2:"18"}})])])],2):t._e(),e("div",{staticClass:"cl-modal__body"},[t._t("default")],2),t.$slots.footer?e("div",{staticClass:"cl-modal__footer"},[t._t("footer")],2):t._e()])]):t._e()])},he=[],ve=c(pe,fe,he,!1,null,null);const E=ve.exports;let me=0,h=null;function ge(a){h=a}function Ce(){return h!=null&&h.observable?h.observable({items:[]}):n.reactive({items:[]})}let C=null;function g(){return C||(C=Ce()),C}function v(a,t="info"){const e=g(),s=++me,l=typeof a=="string"?{id:s,type:t,title:a,duration:4e3,position:"top-right"}:{id:s,...a};return l.id=s,l.duration>0&&(l._timer=setTimeout(()=>W(s),l.duration)),e.items.push(l),s}function W(a){const t=g(),e=t.items.findIndex(s=>s.id===a);e!==-1&&(clearTimeout(t.items[e]._timer),t.items.splice(e,1))}function we(){const a=g();a.items.forEach(t=>clearTimeout(t._timer)),a.items.splice(0)}function A(){return{toasts:g().items,add:v,remove:W,clear:we,success:(t,e)=>v({title:t,type:"success",duration:4e3,position:"top-right",...e}),error:(t,e)=>v({title:t,type:"error",duration:4e3,position:"top-right",...e}),warning:(t,e)=>v({title:t,type:"warning",duration:4e3,position:"top-right",...e}),info:(t,e)=>v({title:t,type:"info",duration:4e3,position:"top-right",...e})}}const be=n.defineComponent({__name:"CreatorsToaster",setup(a){const{toasts:t,remove:e}=A(),s=["top-left","top-center","top-right","bottom-left","bottom-center","bottom-right"];function l(_){return t.filter(d=>d.position===_)}const r=new Map;function i(_){if(_.duration<=0)return;clearTimeout(_._timer);const d=r.get(_.id),m=d?d.remaining:_.duration;r.set(_.id,{remaining:m,startedAt:Date.now()})}function u(_){const d=r.get(_.id);if(!d)return;const m=Date.now()-d.startedAt,w=Math.max(d.remaining-m,0);r.delete(_.id),_._timer=setTimeout(()=>e(_.id),w)}return{__sfc:!0,toasts:t,remove:e,positions:s,byPosition:l,paused:r,pauseTimer:i,resumeTimer:u}}});var ke=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-toaster"},t._l(s.positions,function(l){return e("transition-group",{key:l,class:["cl-toast-group",`cl-toast-group--${l}`],attrs:{tag:"div",name:"cl-toast"}},t._l(s.byPosition(l),function(r){return e("div",{key:r.id,class:["cl-toast",`cl-toast--${r.type}`],attrs:{role:"alert"},on:{mouseenter:function(i){return s.pauseTimer(r)},mouseleave:function(i){return s.resumeTimer(r)}}},[e("div",{staticClass:"cl-toast__icon"},[r.type==="success"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}}),e("polyline",{attrs:{points:"22 4 12 14.01 9 11.01"}})]):r.type==="error"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("circle",{attrs:{cx:"12",cy:"12",r:"10"}}),e("line",{attrs:{x1:"15",y1:"9",x2:"9",y2:"15"}}),e("line",{attrs:{x1:"9",y1:"9",x2:"15",y2:"15"}})]):r.type==="warning"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}}),e("line",{attrs:{x1:"12",y1:"9",x2:"12",y2:"13"}}),e("line",{attrs:{x1:"12",y1:"17",x2:"12.01",y2:"17"}})]):e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("circle",{attrs:{cx:"12",cy:"12",r:"10"}}),e("line",{attrs:{x1:"12",y1:"16",x2:"12",y2:"12"}}),e("line",{attrs:{x1:"12",y1:"8",x2:"12.01",y2:"8"}})])]),e("div",{staticClass:"cl-toast__body"},[e("span",{staticClass:"cl-toast__title"},[t._v(t._s(r.title))]),r.description?e("span",{staticClass:"cl-toast__desc"},[t._v(t._s(r.description))]):t._e()]),e("button",{staticClass:"cl-toast__close",attrs:{"aria-label":"Fechar"},on:{click:function(i){return s.remove(r.id)}}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("line",{attrs:{x1:"18",y1:"6",x2:"6",y2:"18"}}),e("line",{attrs:{x1:"6",y1:"6",x2:"18",y2:"18"}})])]),r.duration>0?e("div",{staticClass:"cl-toast__progress"},[e("div",{staticClass:"cl-toast__progress-bar",style:{animationDuration:`${r.duration}ms`}})]):t._e()])}),0)}),1)},ye=[],xe=c(be,ke,ye,!1,null,null);const q=xe.exports,$e=n.defineComponent({__name:"CreatorsSkeleton",props:{loading:{type:Boolean,default:!0},variant:{default:"rect"},width:null,height:null,radius:null,lines:{default:3},animated:{type:Boolean,default:!0}},setup(a){return{__sfc:!0}}});var Se=function(){var t=this,e=t._self._c;return t._self._setupProxy,t.loading?[t.variant!=="text"?e("div",{class:["cl-skeleton",`cl-skeleton--${t.variant}`,{"cl-skeleton--no-animation":!t.animated}],style:{width:t.width,height:t.height,borderRadius:t.radius}}):e("div",{staticClass:"cl-skeleton-text"},t._l(t.lines,function(s){return e("div",{key:s,class:["cl-skeleton","cl-skeleton--rect",{"cl-skeleton--no-animation":!t.animated}],style:{height:"14px",width:s===t.lines&&t.lines>1?"65%":t.width??"100%"}})}),0)]:t._t("default")},Be=[],Ve=c($e,Se,Be,!1,null,"3b626f1f");const p=Ve.exports,Pe=n.defineComponent({__name:"CreatorsSkeletonCard",setup(a){return{__sfc:!0,CreatorsSkeleton:p}}});var Re=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-skeleton-card"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"100%",height:"180px"}}),e("div",{staticClass:"cl-skeleton-card__body"},[e("div",{staticClass:"cl-skeleton-card__header"},[e(s.CreatorsSkeleton,{attrs:{variant:"circle",width:"40px",height:"40px"}}),e("div",{staticClass:"cl-skeleton-card__meta"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"120px",height:"14px"}}),e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"80px",height:"12px"}})],1)],1),e(s.CreatorsSkeleton,{attrs:{variant:"text",lines:3}}),e("div",{staticClass:"cl-skeleton-card__footer"},[e(s.CreatorsSkeleton,{attrs:{variant:"pill",width:"72px",height:"28px"}}),e(s.CreatorsSkeleton,{attrs:{variant:"pill",width:"72px",height:"28px"}})],1)],1)],1)},Fe=[],Le=c(Pe,Re,Fe,!1,null,"00fa9654");const K=Le.exports,Te=n.defineComponent({__name:"CreatorsSkeletonList",props:{rows:{default:5},avatar:{type:Boolean,default:!0},subtitle:{type:Boolean,default:!0},action:{type:Boolean,default:!1}},setup(a){return{__sfc:!0,titleWidths:["60%","75%","50%","80%","65%"],subtitleWidths:["40%","55%","35%","50%","45%"],CreatorsSkeleton:p}}});var je=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-skeleton-list"},t._l(t.rows,function(l){return e("div",{key:l,staticClass:"cl-skeleton-list__item"},[t.avatar?e(s.CreatorsSkeleton,{attrs:{variant:"circle",width:"44px",height:"44px"}}):t._e(),e("div",{staticClass:"cl-skeleton-list__content"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:s.titleWidths[(l-1)%s.titleWidths.length],height:"14px"}}),t.subtitle?e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:s.subtitleWidths[(l-1)%s.subtitleWidths.length],height:"12px"}}):t._e()],1),t.action?e(s.CreatorsSkeleton,{attrs:{variant:"pill",width:"64px",height:"28px"}}):t._e()],1)}),0)},ze=[],Me=c(Te,je,ze,!1,null,"295ec324");const U=Me.exports,Ie=n.defineComponent({__name:"CreatorsSkeletonSimpleList",props:{loading:{type:Boolean,default:!0},rows:{default:6},height:{default:"44px"}},setup(a){return{__sfc:!0,CreatorsSkeleton:p}}});var Oe=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return t.loading?[e("div",{staticClass:"cl-skeleton-simple-list"},t._l(t.rows,function(l){return e("div",{key:l,staticClass:"cl-skeleton-simple-list__item"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"100%",height:t.height,radius:"var(--cl-radius-lg, 12px)"}})],1)}),0)]:t._t("default")},De=[],Ee=c(Ie,Oe,De,!1,null,"f47e1288");const G=Ee.exports,We=n.defineComponent({__name:"CreatorsSkeletonProfile",props:{avatarSize:{default:"80px"}},setup(a){return{__sfc:!0,CreatorsSkeleton:p}}});var Ae=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-skeleton-profile"},[e(s.CreatorsSkeleton,{staticClass:"cl-skeleton-profile__cover",attrs:{variant:"rect",width:"100%",height:"120px"}}),e("div",{staticClass:"cl-skeleton-profile__body"},[e(s.CreatorsSkeleton,{staticClass:"cl-skeleton-profile__avatar",attrs:{variant:"circle",width:t.avatarSize,height:t.avatarSize}}),e("div",{staticClass:"cl-skeleton-profile__info"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"160px",height:"18px"}}),e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"100px",height:"13px"}}),e(s.CreatorsSkeleton,{attrs:{variant:"text",lines:2,width:"320px"}}),e("div",{staticClass:"cl-skeleton-profile__stats"},t._l(3,function(l){return e("div",{key:l,staticClass:"cl-skeleton-profile__stat"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"48px",height:"18px"}}),e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"56px",height:"12px"}})],1)}),0)],1)],1)],1)},qe=[],Ke=c(We,Ae,qe,!1,null,"a6635fb6");const N=Ke.exports,Ue=n.defineComponent({__name:"CreatorsSkeletonTable",props:{rows:{default:5},cols:{default:4}},setup(a){return{__sfc:!0,CreatorsSkeleton:p}}});var Ge=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-skeleton-table"},[e("div",{staticClass:"cl-skeleton-table__head"},t._l(t.cols,function(l){return e("div",{key:l,staticClass:"cl-skeleton-table__cell"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"80px",height:"11px"}})],1)}),0),t._l(t.rows,function(l){return e("div",{key:l,staticClass:"cl-skeleton-table__row"},t._l(t.cols,function(r){return e("div",{key:r,staticClass:"cl-skeleton-table__cell"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:r===1?"140px":r===t.cols?"60px":`${70+(l+r)%3*20}px`,height:"13px"}})],1)}),0)})],2)},Ne=[],Xe=c(Ue,Ge,Ne,!1,null,"175f116d");const X=Xe.exports,He=n.defineComponent({__name:"CreatorsRow",props:{align:null,justify:null,noGutter:{type:Boolean,default:!1}},setup(a){return{__sfc:!0}}});var Ye=function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{class:["cl-row",t.align?`cl-row--align-${t.align}`:"",t.justify?`cl-row--justify-${t.justify}`:"",t.noGutter?"cl-row--no-gutter":""]},[t._t("default")],2)},Je=[],Qe=c(He,Ye,Je,!1,null,null);const H=Qe.exports,Ze=n.defineComponent({__name:"CreatorsCol",props:{cols:null,sm:null,md:null,lg:null,xl:null,offset:null,offsetSm:null,offsetMd:null,offsetLg:null,offsetXl:null},setup(a){const t=a,e=n.computed(()=>{const s=["cl-col"];return t.cols&&s.push(`c-${t.cols}`),t.sm&&s.push(`c-sm-${t.sm}`),t.md&&s.push(`c-md-${t.md}`),t.lg&&s.push(`c-lg-${t.lg}`),t.xl&&s.push(`c-xl-${t.xl}`),t.offset&&s.push(`c-offset-${t.offset}`),t.offsetSm&&s.push(`c-sm-offset-${t.offsetSm}`),t.offsetMd&&s.push(`c-md-offset-${t.offsetMd}`),t.offsetLg&&s.push(`c-lg-offset-${t.offsetLg}`),t.offsetXl&&s.push(`c-xl-offset-${t.offsetXl}`),s});return{__sfc:!0,props:t,classes:e}}});var ts=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{class:s.classes},[t._t("default")],2)},es=[],ss=c(Ze,ts,es,!1,null,null);const Y=ss.exports,ls=n.defineComponent({__name:"CreatorsProgress",props:{value:{default:0},width:{default:380},height:{default:10},trackColor:{default:"rgba(255, 255, 255, 0.08)"}},setup(a){const t=a,e=`cl-prog-${Math.random().toString(36).slice(2,8)}`,s=n.computed(()=>Math.min(100,Math.max(0,t.value))),l=n.computed(()=>s.value/100*t.width);return{__sfc:!0,props:t,gradId:e,clamped:s,fillWidth:l}}});var as=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("svg",{staticClass:"cl-progress",attrs:{xmlns:"http://www.w3.org/2000/svg",width:t.width,height:t.height,viewBox:`0 0 ${t.width} ${t.height}`,fill:"none"}},[e("rect",{attrs:{width:t.width,height:t.height,rx:t.height/2,fill:t.trackColor}}),s.clamped>0?e("rect",{attrs:{width:s.fillWidth,height:t.height,rx:t.height/2,fill:`url(#${s.gradId})`}}):t._e(),e("defs",[e("linearGradient",{attrs:{id:s.gradId,x1:0,y1:0,x2:t.width,y2:0,gradientUnits:"userSpaceOnUse"}},[e("stop",{attrs:{"stop-color":"#6C3AFF"}}),e("stop",{attrs:{offset:"0.656","stop-color":"#F564FF"}}),e("stop",{attrs:{offset:"0.784","stop-color":"#FF9864"}})],1)],1)])},ns=[],rs=c(ls,as,ns,!1,null,null);const J=rs.exports,os={CreatorsButton:y,CreatorsText:x,CreatorsAccordion:$,CreatorsInput:S,CreatorsInputSwitch:B,CreatorsTextarea:V,CreatorsSelect:P,CreatorsCheckbox:R,CreatorsRadio:F,CreatorsRating:L,CreatorsDataTable:T,CreatorsDivider:j,CreatorsTimeline:z,CreatorsBadge:M,CreatorsCard:I,CreatorsCardCampaign:O,CreatorsCardShell:D,CreatorsModal:E,CreatorsToaster:q,CreatorsSkeleton:p,CreatorsSkeletonCard:K,CreatorsSkeletonList:U,CreatorsSkeletonSimpleList:G,CreatorsSkeletonProfile:N,CreatorsSkeletonTable:X,CreatorsRow:H,CreatorsCol:Y,CreatorsProgress:J},is={install(a){ge(a);for(const[t,e]of Object.entries(os))a.component(t,e)}};o.CreatorsAccordion=$,o.CreatorsBadge=M,o.CreatorsButton=y,o.CreatorsCard=I,o.CreatorsCardCampaign=O,o.CreatorsCardShell=D,o.CreatorsCheckbox=R,o.CreatorsCol=Y,o.CreatorsDataTable=T,o.CreatorsDivider=j,o.CreatorsInput=S,o.CreatorsInputSwitch=B,o.CreatorsLibPlugin=is,o.CreatorsModal=E,o.CreatorsProgress=J,o.CreatorsRadio=F,o.CreatorsRating=L,o.CreatorsRow=H,o.CreatorsSelect=P,o.CreatorsSkeleton=p,o.CreatorsSkeletonCard=K,o.CreatorsSkeletonList=U,o.CreatorsSkeletonProfile=N,o.CreatorsSkeletonSimpleList=G,o.CreatorsSkeletonTable=X,o.CreatorsText=x,o.CreatorsTextarea=V,o.CreatorsTimeline=z,o.CreatorsToaster=q,o.useToast=A,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
1
+ (function(o,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],n):(o=typeof globalThis<"u"?globalThis:o||self,n(o.CreatorsLib={},o.Vue))})(this,function(o,n){"use strict";const Q=n.defineComponent({__name:"CreatorsButton",props:{variant:{default:"primary"},size:{default:"md"},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}},emits:["click"],setup(a,{emit:t}){return{__sfc:!0,emit:t}}});function c(a,t,e,s,l,r,i,p){var d=typeof a=="function"?a.options:a;return t&&(d.render=t,d.staticRenderFns=e,d._compiled=!0),r&&(d._scopeId="data-v-"+r),{exports:a,options:d}}var Z=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("button",t._b({class:["cl-btn",`cl-btn--${t.variant}`,`cl-btn--${t.size}`,{"cl-btn--loading":t.loading}],attrs:{disabled:t.disabled||t.loading},on:{click:function(l){return s.emit("click",l)}}},"button",t.$attrs,!1),[t.loading?e("span",{staticClass:"cl-btn__spinner",attrs:{"aria-hidden":"true"}}):t._e(),t._t("default")],2)},tt=[],et=c(Q,Z,tt,!1,null,"2b3665ef");const x=et.exports,st=n.defineComponent({__name:"CreatorsText",props:{variant:{default:"body-md"},as:null,weight:null},setup(a){const t=a,e={"display-2xl":"p","display-xl":"p","display-l":"p","display-md":"p","display-sm":"p","accent-2xl":"p","accent-xl":"p","accent-l":"p","accent-md":"p","accent-sm":"p",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5","body-lg":"p","body-md":"p","body-sm":"p"},s=n.computed(()=>t.as??e[t.variant]);return{__sfc:!0,props:t,defaultTags:e,resolvedTag:s}}});var lt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e(s.resolvedTag,{tag:"component",class:["cl-text",`cl-text--${t.variant}`],style:t.weight?{fontWeight:t.weight}:{}},[t._t("default")],2)},at=[],nt=c(st,lt,at,!1,null,"0956e087");const $=nt.exports,rt=n.defineComponent({__name:"CreatorsAccordion",props:{items:null,defaultOpen:{default:-1}},emits:["change"],setup(a,{emit:t}){const e=a,s=n.ref(e.defaultOpen>=0?e.defaultOpen:null);function l(r){s.value=s.value===r?null:r,t("change",s.value)}return{__sfc:!0,props:e,emit:t,openIndex:s,toggle:l}}});var ot=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-accordion"},t._l(t.items,function(l,r){return e("div",{key:r,staticClass:"cl-accordion__item",class:{"cl-accordion__item--open":s.openIndex===r}},[e("button",{staticClass:"cl-accordion__trigger",on:{click:function(i){return s.toggle(r)}}},[e("span",{staticClass:"cl-accordion__title"},[t._v(t._s(l.title))]),e("svg",{staticClass:"cl-accordion__icon",attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"6 9 12 15 18 9"}})])]),e("div",{staticClass:"cl-accordion__body"},[e("div",{staticClass:"cl-accordion__content"},[t._t(`item-${r}`,function(){return[t._v(t._s(l.content))]})],2)])])}),0)},it=[],ct=c(rt,ot,it,!1,null,"cdacee19");const S=ct.exports,_t=n.defineComponent({__name:"CreatorsInput",props:{modelValue:null,label:null,placeholder:null,hint:null,error:null,type:{default:"text"},size:{default:"md"},disabled:{type:Boolean,default:!1},id:null,icon:null,loading:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},searchable:{type:Boolean,default:!1}},emits:["update:modelValue","enter","focus","blur","clear","search"],setup(a,{emit:t}){function e(i){t("update:modelValue",i.target.value)}function s(i){const p=i.target.value;t("enter",p),t("search",p)}function l(){t("update:modelValue",""),t("clear")}function r(){t("search","")}return{__sfc:!0,emit:t,onInput:e,onEnter:s,onClear:l,onSearch:r}}});var dt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{class:["cl-input",`cl-input--${t.size}`,{"cl-input--error":t.error,"cl-input--disabled":t.disabled}]},[t.label?e("label",{staticClass:"cl-input__label",attrs:{for:t.id}},[t._v(t._s(t.label))]):t._e(),e("div",{staticClass:"cl-input__wrapper"},[t.icon||t.$slots.prefix?e("span",{staticClass:"cl-input__slot cl-input__slot--prefix"},[t._t("prefix",function(){return[t.icon==="search"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("circle",{attrs:{cx:"11",cy:"11",r:"8"}}),e("line",{attrs:{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}})]):t.icon==="mail"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"}}),e("polyline",{attrs:{points:"22,6 12,13 2,6"}})]):t.icon==="lock"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("rect",{attrs:{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}}),e("path",{attrs:{d:"M7 11V7a5 5 0 0 1 10 0v4"}})]):t.icon==="user"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}}),e("circle",{attrs:{cx:"12",cy:"7",r:"4"}})]):t._e()]})],2):t._e(),e("input",t._b({staticClass:"cl-input__field",attrs:{id:t.id,placeholder:t.placeholder,disabled:t.disabled||t.loading,type:t.type},domProps:{value:t.modelValue},on:{input:s.onInput,keydown:function(l){return!l.type.indexOf("key")&&t._k(l.keyCode,"enter",13,l.key,"Enter")?null:s.onEnter.apply(null,arguments)},focus:function(l){return s.emit("focus",l)},blur:function(l){return s.emit("blur",l)}}},"input",t.$attrs,!1)),e("span",{staticClass:"cl-input__slot cl-input__slot--suffix"},[t.loading?e("span",{staticClass:"cl-input__spinner"}):t.modelValue&&t.clearable?e("button",{staticClass:"cl-input__action",attrs:{type:"button","aria-label":"Limpar"},on:{click:s.onClear}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("line",{attrs:{x1:"18",y1:"6",x2:"6",y2:"18"}}),e("line",{attrs:{x1:"6",y1:"6",x2:"18",y2:"18"}})])]):t._e(),t.searchable&&!t.loading?e("button",{staticClass:"cl-input__action cl-input__action--search",attrs:{type:"button","aria-label":"Pesquisar"},on:{click:s.onSearch}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("circle",{attrs:{cx:"11",cy:"11",r:"8"}}),e("line",{attrs:{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}})])]):t._e(),t._t("suffix")],2)]),t.hint||t.error?e("span",{staticClass:"cl-input__hint",class:{"cl-input__hint--error":t.error}},[t._v(" "+t._s(t.error||t.hint)+" ")]):t._e()])},ut=[],pt=c(_t,dt,ut,!1,null,"8c08ffa2");const B=pt.exports,ft=n.defineComponent({__name:"CreatorsInputSwitch",props:{modelValue:{type:Boolean,default:!1},label:null,size:{default:"md"},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(a,{emit:t}){function e(s){t("update:modelValue",s.target.checked)}return{__sfc:!0,emit:t,onChange:e}}});var ht=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("label",{class:["cl-switch",`cl-switch--${t.size}`,{"cl-switch--checked":t.modelValue,"cl-switch--disabled":t.disabled}]},[e("input",{staticClass:"cl-switch__input",attrs:{type:"checkbox",disabled:t.disabled},domProps:{checked:t.modelValue},on:{change:s.onChange}}),t._m(0),t.label?e("span",{staticClass:"cl-switch__label"},[t._v(t._s(t.label))]):t._e()])},vt=[function(){var a=this,t=a._self._c;return a._self._setupProxy,t("span",{staticClass:"cl-switch__track"},[t("span",{staticClass:"cl-switch__thumb"})])}],mt=c(ft,ht,vt,!1,null,"3fb5090c");const V=mt.exports,gt=n.defineComponent({__name:"CreatorsTextarea",props:{modelValue:null,label:null,placeholder:null,hint:null,error:null,rows:{default:4},maxlength:null,disabled:{type:Boolean,default:!1},id:null},emits:["update:modelValue","enter","focus","blur"],setup(a,{emit:t}){const e=a;function s(i){t("update:modelValue",i.target.value)}function l(i){t("enter",i.target.value)}const r=n.computed(()=>e.maxlength!==void 0&&(e.modelValue??"").length>e.maxlength);return{__sfc:!0,props:e,emit:t,onInput:s,onEnter:l,isOver:r}}});var Ct=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{class:["cl-textarea",{"cl-textarea--error":t.error,"cl-textarea--disabled":t.disabled}]},[t.label?e("label",{staticClass:"cl-textarea__label",attrs:{for:t.id}},[t._v(t._s(t.label))]):t._e(),e("textarea",t._b({staticClass:"cl-textarea__field",attrs:{id:t.id,placeholder:t.placeholder,disabled:t.disabled,rows:t.rows},domProps:{value:t.modelValue},on:{input:s.onInput,keydown:function(l){return!l.type.indexOf("key")&&t._k(l.keyCode,"enter",13,l.key,"Enter")||!l.ctrlKey?null:s.onEnter.apply(null,arguments)},focus:function(l){return s.emit("focus",l)},blur:function(l){return s.emit("blur",l)}}},"textarea",t.$attrs,!1)),t._v(" "),e("div",{staticClass:"cl-textarea__footer"},[t.hint||t.error?e("span",{staticClass:"cl-textarea__hint",class:{"cl-textarea__hint--error":t.error}},[t._v(" "+t._s(t.error||t.hint)+" ")]):t._e(),t.maxlength?e("span",{staticClass:"cl-textarea__count",class:{"cl-textarea__count--over":s.isOver}},[t._v(" "+t._s((t.modelValue??"").length)+"/"+t._s(t.maxlength)+" ")]):t._e()])])},wt=[],bt=c(gt,Ct,wt,!1,null,"b23cc99a");const P=bt.exports,kt=n.defineComponent({__name:"CreatorsSelect",props:{modelValue:null,options:null,label:null,placeholder:{default:"Selecionar..."},hint:null,error:null,size:{default:"md"},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(a,{emit:t}){const e=a,s=n.ref(!1),l=n.ref(null),r=n.computed(()=>e.options.find(f=>f.value===e.modelValue)??null);function i(){e.disabled||(s.value=!s.value)}function p(f){t("update:modelValue",f.value),t("change",f.value),s.value=!1}function d(f){l.value&&!l.value.contains(f.target)&&(s.value=!1)}return n.onMounted(()=>{document.addEventListener("mousedown",d),document.addEventListener("touchstart",d)}),n.onUnmounted(()=>{document.removeEventListener("mousedown",d),document.removeEventListener("touchstart",d)}),{__sfc:!0,props:e,emit:t,isOpen:s,rootRef:l,selectedOption:r,toggle:i,select:p,onClickOutside:d}}});var yt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{ref:"rootRef",class:["cl-select",`cl-select--${t.size}`,{"cl-select--open":s.isOpen,"cl-select--error":t.error,"cl-select--disabled":t.disabled}]},[t.label?e("label",{staticClass:"cl-select__label",on:{click:s.toggle}},[t._v(t._s(t.label))]):t._e(),e("button",{staticClass:"cl-select__trigger",attrs:{type:"button",disabled:t.disabled},on:{click:s.toggle}},[e("span",{class:["cl-select__value",{"cl-select__value--placeholder":!s.selectedOption}]},[t._v(" "+t._s(s.selectedOption?s.selectedOption.label:t.placeholder)+" ")]),e("svg",{staticClass:"cl-select__chevron",attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"6 9 12 15 18 9"}})])]),e("transition",{attrs:{name:"cl-select-dropdown"}},[s.isOpen?e("ul",{staticClass:"cl-select__dropdown"},t._l(t.options,function(l){return e("li",{key:l.value,class:["cl-select__option",{"cl-select__option--selected":l.value===t.modelValue}],on:{click:function(r){return s.select(l)}}},[e("span",[t._v(t._s(l.label))]),l.value===t.modelValue?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"20 6 9 17 4 12"}})]):t._e()])}),0):t._e()]),e("div",{staticClass:"cl-select__footer"},[t.hint||t.error?e("span",{staticClass:"cl-select__hint",class:{"cl-select__hint--error":t.error}},[t._v(" "+t._s(t.error||t.hint)+" ")]):t._e()])],1)},xt=[],$t=c(kt,yt,xt,!1,null,"f07ac917");const R=$t.exports,St=n.defineComponent({__name:"CreatorsCheckbox",props:{modelValue:{type:Boolean,default:!1},label:null,disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(a,{emit:t}){function e(s){t("update:modelValue",s.target.checked)}return{__sfc:!0,emit:t,onChange:e}}});var Bt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("label",{class:["cl-checkbox",{"cl-checkbox--checked":t.modelValue,"cl-checkbox--disabled":t.disabled}]},[e("input",{staticClass:"cl-checkbox__input",attrs:{type:"checkbox",disabled:t.disabled},domProps:{checked:t.modelValue},on:{change:s.onChange}}),e("span",{staticClass:"cl-checkbox__box"},[t.modelValue?e("svg",{staticClass:"cl-checkbox__check",attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"20 6 9 17 4 12"}})]):t._e()]),t.label?e("span",{staticClass:"cl-checkbox__label"},[t._v(t._s(t.label))]):t._e()])},Vt=[],Pt=c(St,Bt,Vt,!1,null,"d1ad8f2e");const F=Pt.exports,Rt=n.defineComponent({__name:"CreatorsRadio",props:{modelValue:null,value:null,label:null,disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(a,{emit:t}){return{__sfc:!0,emit:t}}});var Ft=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("label",{class:["cl-radio",{"cl-radio--checked":t.modelValue===t.value,"cl-radio--disabled":t.disabled}]},[e("input",{staticClass:"cl-radio__input",attrs:{type:"radio",disabled:t.disabled},domProps:{checked:t.modelValue===t.value},on:{change:function(l){return s.emit("update:modelValue",t.value)}}}),e("span",{staticClass:"cl-radio__circle"},[t.modelValue===t.value?e("span",{staticClass:"cl-radio__dot"}):t._e()]),t.label?e("span",{staticClass:"cl-radio__label"},[t._v(t._s(t.label))]):t._e()])},Lt=[],Tt=c(Rt,Ft,Lt,!1,null,"242eedd7");const L=Tt.exports,jt=n.defineComponent({__name:"CreatorsRating",props:{modelValue:null,count:{default:5},size:{default:"md"},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},showValue:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(a,{emit:t}){const e=a,s=n.ref(null),l=n.computed(()=>({sm:16,md:24,lg:32})[e.size]);function r(i){t("update:modelValue",i),t("change",i)}return{__sfc:!0,props:e,emit:t,hovered:s,starSize:l,select:r}}});var zt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{class:["cl-rating",`cl-rating--${t.size}`,{"cl-rating--readonly":t.readonly,"cl-rating--disabled":t.disabled}]},[e("svg",{staticStyle:{position:"absolute"},attrs:{width:"0",height:"0"}},[e("defs",[e("linearGradient",{attrs:{id:"cl-star-gradient",x1:"0%",y1:"0%",x2:"100%",y2:"0%"}},[e("stop",{attrs:{offset:"0%","stop-color":"#6C3AFF"}}),e("stop",{attrs:{offset:"77%","stop-color":"#F564FF"}}),e("stop",{attrs:{offset:"100%","stop-color":"#FF9864"}})],1)],1)]),t._l(t.count,function(l){return e("button",{key:l,staticClass:"cl-rating__star",class:{"cl-rating__star--filled":l<=(s.hovered??t.modelValue??0)},attrs:{type:"button",disabled:t.disabled||t.readonly},on:{click:function(r){return s.select(l)},mouseenter:function(r){s.hovered=l},mouseleave:function(r){s.hovered=null}}},[e("svg",{attrs:{width:s.starSize,height:s.starSize,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z",fill:l<=(s.hovered??t.modelValue??0)?"url(#cl-star-gradient)":"currentColor",stroke:(l<=(s.hovered??t.modelValue??0),"none")}})])])}),t.showValue?e("span",{staticClass:"cl-rating__value"},[t._v(t._s(t.modelValue??0)+"/"+t._s(t.count))]):t._e()],2)},Mt=[],It=c(jt,zt,Mt,!1,null,"9b711643");const T=It.exports,Ot=n.defineComponent({__name:"CreatorsDataTable",props:{columns:null,rows:null,loading:{type:Boolean,default:!1},emptyText:{default:"Nenhum resultado encontrado."},pagination:{type:Boolean,default:!1},pageSize:{default:10},onRowClick:{type:Boolean,default:!1}},emits:["row-click","sort"],setup(a,{emit:t}){const e=a,s=n.ref(null),l=n.ref("asc"),r=n.ref(1);function i(u){s.value===u?l.value=l.value==="asc"?"desc":"asc":(s.value=u,l.value="asc"),t("sort",s.value,l.value)}const p=n.computed(()=>s.value?[...e.rows].sort((u,h)=>{const k=u[s.value],y=h[s.value];if(k==null)return 1;if(y==null)return-1;const J=k<y?-1:k>y?1:0;return l.value==="asc"?J:-J}):[...e.rows]),d=n.computed(()=>Math.max(1,Math.ceil(e.rows.length/e.pageSize))),f=n.computed(()=>{if(!e.pagination)return p.value;const u=(r.value-1)*e.pageSize;return p.value.slice(u,u+e.pageSize)}),b=n.computed(()=>Math.min((r.value-1)*e.pageSize+1,e.rows.length)),_=n.computed(()=>Math.min(r.value*e.pageSize,e.rows.length));return{__sfc:!0,props:e,emit:t,sortKey:s,sortDir:l,page:r,toggleSort:i,sorted:p,totalPages:d,sortedRows:f,paginationStart:b,paginationEnd:_}}});var Dt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-table-wrapper"},[e("table",{staticClass:"cl-table"},[e("thead",{staticClass:"cl-table__head"},[e("tr",t._l(t.columns,function(l){return e("th",{key:l.key,staticClass:"cl-table__th",class:{"cl-table__th--sortable":l.sortable},style:l.width?{width:l.width}:{},on:{click:function(r){l.sortable&&s.toggleSort(l.key)}}},[e("span",{staticClass:"cl-table__th-inner"},[t._v(" "+t._s(l.label)+" "),l.sortable?e("span",{staticClass:"cl-table__sort-icon"},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[s.sortKey===l.key&&s.sortDir==="asc"?e("polyline",{attrs:{points:"18 15 12 9 6 15"}}):s.sortKey===l.key&&s.sortDir==="desc"?e("polyline",{attrs:{points:"6 9 12 15 18 9"}}):e("g",[e("polyline",{attrs:{points:"18 15 12 9 6 15",opacity:"0.4"}}),e("polyline",{staticStyle:{transform:"translateY(-8px)"},attrs:{points:"6 21 12 27 18 21",opacity:"0.4"}})])])]):t._e()])])}),0)]),e("tbody",{staticClass:"cl-table__body"},[t.loading?e("tr",[e("td",{staticClass:"cl-table__td cl-table__td--center",attrs:{colspan:t.columns.length}},[t._m(0)])]):s.sortedRows.length?t._l(s.sortedRows,function(l,r){return e("tr",{key:r,staticClass:"cl-table__row",class:{"cl-table__row--clickable":!!t.onRowClick},on:{click:function(i){t.onRowClick&&s.emit("row-click",l)}}},t._l(t.columns,function(i){return e("td",{key:i.key,staticClass:"cl-table__td"},[t._t(`cell-${i.key}`,function(){return[t._v(" "+t._s(l[i.key])+" ")]},{row:l,value:l[i.key]})],2)}),0)}):e("tr",[e("td",{staticClass:"cl-table__td cl-table__td--center cl-table__td--empty",attrs:{colspan:t.columns.length}},[t._v(" "+t._s(t.emptyText)+" ")])])],2)]),t.pagination?e("div",{staticClass:"cl-table__pagination"},[e("span",{staticClass:"cl-table__pagination-info"},[t._v(" "+t._s(s.paginationStart)+"–"+t._s(s.paginationEnd)+" de "+t._s(t.rows.length)+" ")]),e("div",{staticClass:"cl-table__pagination-controls"},[e("button",{staticClass:"cl-table__page-btn",attrs:{disabled:s.page===1},on:{click:function(l){s.page--}}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"15 18 9 12 15 6"}})])]),e("span",{staticClass:"cl-table__page-current"},[t._v(t._s(s.page)+" / "+t._s(s.totalPages))]),e("button",{staticClass:"cl-table__page-btn",attrs:{disabled:s.page===s.totalPages},on:{click:function(l){s.page++}}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"9 18 15 12 9 6"}})])])])]):t._e()])},Et=[function(){var a=this,t=a._self._c;return a._self._setupProxy,t("div",{staticClass:"cl-table__loading"},[t("span",{staticClass:"cl-table__spinner"}),t("span",[a._v("Carregando...")])])}],Wt=c(Ot,Dt,Et,!1,null,"917ea8fe");const j=Wt.exports,At=n.defineComponent({__name:"CreatorsDivider",props:{label:null,align:{default:"center"},orientation:{default:"horizontal"},dashed:{type:Boolean,default:!1}},setup(a){return{__sfc:!0}}});var qt=function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{class:["cl-divider",`cl-divider--${t.orientation}`,{"cl-divider--dashed":t.dashed},t.label?`cl-divider--label-${t.align}`:""],attrs:{role:"separator"}},[t.label?e("span",{staticClass:"cl-divider__label"},[t._v(t._s(t.label))]):t._e()])},Ut=[],Kt=c(At,qt,Ut,!1,null,"31f5c2f9");const z=Kt.exports,Gt=n.defineComponent({__name:"CreatorsTimeline",props:{items:null,align:{default:"left"},orientation:{default:"vertical"}},setup(a){return{__sfc:!0}}});var Nt=function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{class:["cl-timeline",`cl-timeline--${t.align}`,`cl-timeline--${t.orientation}`]},t._l(t.items,function(s,l){return e("div",{key:l,class:["cl-timeline__item",t.align==="alternate"?l%2===0?"cl-timeline__item--left":"cl-timeline__item--right":""]},[t.align==="alternate"?[l%2===0?e("div",{staticClass:"cl-timeline__content cl-timeline__content--left"},[t._t(`item-${l}`,function(){return[e("div",{staticClass:"cl-timeline__card"},[e("div",{staticClass:"cl-timeline__card-header cl-timeline__card-header--reverse"},[e("span",{staticClass:"cl-timeline__title"},[t._v(t._s(s.title))]),s.time?e("span",{staticClass:"cl-timeline__time"},[t._v(t._s(s.time))]):t._e()]),s.description?e("p",{staticClass:"cl-timeline__desc"},[t._v(t._s(s.description))]):t._e(),s.tag?e("div",{staticClass:"cl-timeline__tag cl-timeline__tag--right"},[t._v(t._s(s.tag))]):t._e()])]})],2):e("div",{staticClass:"cl-timeline__spacer"}),e("div",{staticClass:"cl-timeline__dot-wrapper"},[e("div",{staticClass:"cl-timeline__line cl-timeline__line--before"}),e("div",{class:["cl-timeline__dot",`cl-timeline__dot--${s.color??"primary"}`]},[t._t(`dot-${l}`,function(){return[s.icon==="check"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"20 6 9 17 4 12"}})]):s.icon==="star"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"currentColor"}},[e("path",{attrs:{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"}})]):s.icon==="warning"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}}),e("line",{attrs:{x1:"12",y1:"9",x2:"12",y2:"13"}}),e("line",{attrs:{x1:"12",y1:"17",x2:"12.01",y2:"17"}})]):t._e()]})],2),e("div",{staticClass:"cl-timeline__line cl-timeline__line--after"})]),l%2!==0?e("div",{staticClass:"cl-timeline__content cl-timeline__content--right"},[t._t(`item-${l}`,function(){return[e("div",{staticClass:"cl-timeline__card"},[e("div",{staticClass:"cl-timeline__card-header"},[e("span",{staticClass:"cl-timeline__title"},[t._v(t._s(s.title))]),s.time?e("span",{staticClass:"cl-timeline__time"},[t._v(t._s(s.time))]):t._e()]),s.description?e("p",{staticClass:"cl-timeline__desc"},[t._v(t._s(s.description))]):t._e(),s.tag?e("div",{staticClass:"cl-timeline__tag"},[t._v(t._s(s.tag))]):t._e()])]})],2):e("div",{staticClass:"cl-timeline__spacer"})]:[e("div",{staticClass:"cl-timeline__dot-wrapper"},[e("div",{staticClass:"cl-timeline__line cl-timeline__line--before"}),e("div",{class:["cl-timeline__dot",`cl-timeline__dot--${s.color??"primary"}`]},[t._t(`dot-${l}`,function(){return[s.icon==="check"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"20 6 9 17 4 12"}})]):s.icon==="star"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"currentColor"}},[e("path",{attrs:{d:"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"}})]):s.icon==="warning"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}}),e("line",{attrs:{x1:"12",y1:"9",x2:"12",y2:"13"}}),e("line",{attrs:{x1:"12",y1:"17",x2:"12.01",y2:"17"}})]):t._e()]})],2),e("div",{staticClass:"cl-timeline__line cl-timeline__line--after"})]),e("div",{staticClass:"cl-timeline__content"},[t._t(`item-${l}`,function(){return[e("div",{staticClass:"cl-timeline__card"},[e("div",{staticClass:"cl-timeline__card-header"},[e("span",{staticClass:"cl-timeline__title"},[t._v(t._s(s.title))]),s.time?e("span",{staticClass:"cl-timeline__time"},[t._v(t._s(s.time))]):t._e()]),s.description?e("p",{staticClass:"cl-timeline__desc"},[t._v(t._s(s.description))]):t._e(),s.tag?e("div",{staticClass:"cl-timeline__tag"},[t._v(t._s(s.tag))]):t._e()])]})],2)]],2)}),0)},Xt=[],Ht=c(Gt,Nt,Xt,!1,null,"f802dc88");const M=Ht.exports,Yt=n.defineComponent({__name:"CreatorsBadge",props:{variant:{default:"default"},icon:null},setup(a){const t=a,e=["success","warning","error","info"].includes(t.variant)&&!t.icon;return{__sfc:!0,props:t,statusIcon:e}}});var Jt=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("span",{class:["cl-badge",`cl-badge--${t.variant}`]},[t.icon||s.statusIcon?e("span",{staticClass:"cl-badge__icon",attrs:{"aria-hidden":"true"}},[t.icon?[t._v(t._s(t.icon))]:t.variant==="success"?[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.8","stroke-linecap":"round","stroke-linejoin":"round"}},[e("polyline",{attrs:{points:"20 6 9 17 4 12"}})])]:t.variant==="warning"?[t._v("⚠")]:t.variant==="error"?[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.8","stroke-linecap":"round","stroke-linejoin":"round"}},[e("line",{attrs:{x1:"18",y1:"6",x2:"6",y2:"18"}}),e("line",{attrs:{x1:"6",y1:"6",x2:"18",y2:"18"}})])]:t.variant==="info"?[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.8","stroke-linecap":"round","stroke-linejoin":"round"}},[e("circle",{attrs:{cx:"12",cy:"12",r:"10"}}),e("line",{attrs:{x1:"12",y1:"16",x2:"12",y2:"12"}}),e("line",{attrs:{x1:"12",y1:"8",x2:"12.01",y2:"8"}})])]:t._e()],2):t._e(),t._t("default")],2)},Qt=[],Zt=c(Yt,Jt,Qt,!1,null,"36988d61");const I=Zt.exports,te=n.defineComponent({__name:"CreatorsCard",props:{title:null,description:null,label:null,variant:{default:"default"},hoverable:{type:Boolean,default:!1},flush:{type:Boolean,default:!1},border:null,to:null},setup(a){const t=a,e=n.computed(()=>t.to?"router-link":"div");return{__sfc:!0,props:t,tag:e}}});var ee=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e(s.tag,{tag:"component",class:["cl-card",`cl-card--${t.variant}`,{"cl-card--hoverable":t.hoverable||!!t.to},{"cl-card--flush":t.flush}],style:t.border?{border:t.border}:{},attrs:{to:t.to??void 0}},[t.$slots.media?e("div",{staticClass:"cl-card__media"},[t._t("media")],2):t._e(),e("div",{staticClass:"cl-card__body"},[t.label?e("div",{staticClass:"cl-card__label"},[t._v(t._s(t.label))]):t._e(),t.title||t.$slots.title?e("div",{staticClass:"cl-card__title"},[t._t("title",function(){return[t._v(t._s(t.title))]})],2):t._e(),t.description||t.$slots.description?e("div",{staticClass:"cl-card__description"},[t._t("description",function(){return[t._v(t._s(t.description))]})],2):t._e(),t._t("default")],2),t.$slots.footer?e("div",{staticClass:"cl-card__footer"},[t._t("footer")],2):t._e()])},se=[],le=c(te,ee,se,!1,null,"9d2598d2");const O=le.exports,ae=n.defineComponent({__name:"CreatorsCardCampaign",props:{status:null,statusVariant:{default:"default"},brandLogo:null,brandName:null,title:null,publicationsCount:{default:"0"},publicationsLabel:{default:"publicações"},deliveryDate:null,hoverable:{type:Boolean,default:!1},border:null,to:null},setup(a){const t=a,e=n.computed(()=>t.to?"router-link":"div"),s=n.computed(()=>(t.brandName??t.title).slice(0,2).toUpperCase());return{__sfc:!0,props:t,tag:e,brandInitials:s}}});var ne=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e(s.tag,{tag:"component",class:["cl-card-campaign",{"cl-card-campaign--hoverable":t.hoverable||!!t.to}],style:t.border?{border:t.border}:{},attrs:{to:t.to??void 0}},[e("div",{staticClass:"cl-card-campaign__top"},[e("span",{class:["cl-card-campaign__badge",`cl-card-campaign__badge--${t.statusVariant}`]},[t._v(" "+t._s(t.status)+" ")])]),e("div",{staticClass:"cl-card-campaign__brand"},[e("div",{staticClass:"cl-card-campaign__logo"},[t.brandLogo?e("img",{attrs:{src:t.brandLogo,alt:t.brandName??t.title}}):e("span",{staticClass:"cl-card-campaign__logo-fallback"},[t._v(" "+t._s(s.brandInitials)+" ")])]),e("span",{staticClass:"cl-card-campaign__title"},[t._v(t._s(t.title))])]),e("div",{staticClass:"cl-card-campaign__divider"}),e("div",{staticClass:"cl-card-campaign__footer"},[e("span",{staticClass:"cl-card-campaign__stat"},[e("strong",[t._v(t._s(t.publicationsCount))]),e("span",{staticClass:"cl-card-campaign__stat-label"},[t._v(t._s(t.publicationsLabel))])]),t.deliveryDate?e("span",{staticClass:"cl-card-campaign__delivery"},[e("span",{staticClass:"cl-card-campaign__stat-label"},[t._v("entrega")]),e("strong",[t._v(t._s(t.deliveryDate))])]):t._e()])])},re=[],oe=c(ae,ne,re,!1,null,"40bccc0d");const D=oe.exports,ie=n.defineComponent({__name:"CreatorsCardShell",props:{padding:null,border:null,background:null,hoverable:{type:Boolean,default:!1},to:null},setup(a){const t=a,e=n.computed(()=>t.to?"router-link":"div");return{__sfc:!0,props:t,tag:e}}});var ce=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e(s.tag,{tag:"component",class:["cl-card-shell",{"cl-card-shell--hoverable":t.hoverable||!!t.to}],style:{...t.padding?{padding:t.padding}:{},...t.border?{border:t.border}:{},...t.background?{background:t.background}:{}},attrs:{to:t.to??void 0}},[t._t("default")],2)},_e=[],de=c(ie,ce,_e,!1,null,"4e3b4fd5");const E=de.exports,ue=n.defineComponent({__name:"CreatorsModal",props:{modelValue:{type:Boolean},title:null,size:{default:"md"},hideClose:{type:Boolean,default:!1},persistent:{type:Boolean,default:!1},blur:{type:Boolean,default:!1}},emits:["update:modelValue","close"],setup(a,{emit:t}){const e=a;function s(){t("update:modelValue",!1),t("close")}function l(){e.persistent||s()}function r(i){i.key==="Escape"&&e.modelValue&&!e.persistent&&s()}return n.watch(()=>e.modelValue,i=>{document.body.style.overflow=i?"hidden":""}),n.onMounted(()=>window.addEventListener("keydown",r)),n.onUnmounted(()=>{window.removeEventListener("keydown",r),document.body.style.overflow=""}),{__sfc:!0,props:e,emit:t,close:s,onOverlayClick:l,onKeydown:r}}});var pe=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("transition",{attrs:{name:"cl-modal"}},[t.modelValue?e("div",{staticClass:"cl-modal-overlay",class:{"cl-modal-overlay--blur":t.blur},on:{mousedown:function(l){return l.target!==l.currentTarget?null:s.onOverlayClick.apply(null,arguments)}}},[e("div",{class:["cl-modal",`cl-modal--${t.size}`],attrs:{role:"dialog","aria-modal":"true","aria-labelledby":t.title?"cl-modal-title":void 0}},[t.title||t.$slots.header||!t.hideClose?e("div",{staticClass:"cl-modal__header"},[t._t("header",function(){return[t.title?e("span",{staticClass:"cl-modal__title",attrs:{id:"cl-modal-title"}},[t._v(t._s(t.title))]):t._e()]}),t.hideClose?t._e():e("button",{staticClass:"cl-modal__close",attrs:{"aria-label":"Fechar"},on:{click:s.close}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("line",{attrs:{x1:"18",y1:"6",x2:"6",y2:"18"}}),e("line",{attrs:{x1:"6",y1:"6",x2:"18",y2:"18"}})])])],2):t._e(),e("div",{staticClass:"cl-modal__body"},[t._t("default")],2),t.$slots.footer?e("div",{staticClass:"cl-modal__footer"},[t._t("footer")],2):t._e()])]):t._e()])},fe=[],he=c(ue,pe,fe,!1,null,null);const W=he.exports,m={};function ve(a,t){return m[a]||(m[a]=[]),m[a].push(t),()=>{m[a]=(m[a]||[]).filter(e=>e!==t)}}function C(a,t){(m[a]||[]).forEach(e=>e(t))}let me=0;function g(a,t="info"){const e=++me,s=typeof a=="string"?{id:e,type:t,title:a,duration:4e3,position:"top-right"}:{id:e,...a};return s.id=e,C("add",s),e}function ge(a){C("remove",a)}function Ce(){C("clear")}function w(a,t){return ve(a,t)}function we(){return{add:g,remove:ge,clear:Ce,success:(a,t)=>g({title:a,type:"success",duration:4e3,position:"top-right",...t}),error:(a,t)=>g({title:a,type:"error",duration:4e3,position:"top-right",...t}),warning:(a,t)=>g({title:a,type:"warning",duration:4e3,position:"top-right",...t}),info:(a,t)=>g({title:a,type:"info",duration:4e3,position:"top-right",...t})}}const be=n.defineComponent({__name:"CreatorsToaster",setup(a){const t=n.ref([]),e=["top-left","top-center","top-right","bottom-left","bottom-center","bottom-right"];function s(_){return t.value.filter(u=>u.position===_)}function l(_){const u=t.value.findIndex(h=>h.id===_);u!==-1&&(clearTimeout(t.value[u]._timer),t.value.splice(u,1))}const r=w("add",_=>{_.duration>0&&(_._timer=setTimeout(()=>l(_.id),_.duration)),t.value.push(_)}),i=w("remove",_=>l(_)),p=w("clear",()=>{t.value.forEach(_=>clearTimeout(_._timer)),t.value.splice(0)});n.onUnmounted(()=>{r(),i(),p()});const d=new Map;function f(_){var h;if(_.duration<=0)return;clearTimeout(_._timer);const u=((h=d.get(_.id))==null?void 0:h.remaining)??_.duration;d.set(_.id,{remaining:u,startedAt:Date.now()})}function b(_){const u=d.get(_.id);if(!u)return;const h=Math.max(u.remaining-(Date.now()-u.startedAt),0);d.delete(_.id),_._timer=setTimeout(()=>l(_.id),h)}return{__sfc:!0,toasts:t,positions:e,byPosition:s,remove:l,offAdd:r,offRemove:i,offClear:p,paused:d,pauseTimer:f,resumeTimer:b}}});var ke=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-toaster"},t._l(s.positions,function(l){return e("transition-group",{key:l,class:["cl-toast-group",`cl-toast-group--${l}`],attrs:{tag:"div",name:"cl-toast"}},t._l(s.byPosition(l),function(r){return e("div",{key:r.id,class:["cl-toast",`cl-toast--${r.type}`],attrs:{role:"alert"},on:{mouseenter:function(i){return s.pauseTimer(r)},mouseleave:function(i){return s.resumeTimer(r)}}},[e("div",{staticClass:"cl-toast__icon"},[r.type==="success"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}}),e("polyline",{attrs:{points:"22 4 12 14.01 9 11.01"}})]):r.type==="error"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("circle",{attrs:{cx:"12",cy:"12",r:"10"}}),e("line",{attrs:{x1:"15",y1:"9",x2:"9",y2:"15"}}),e("line",{attrs:{x1:"9",y1:"9",x2:"15",y2:"15"}})]):r.type==="warning"?e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("path",{attrs:{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}}),e("line",{attrs:{x1:"12",y1:"9",x2:"12",y2:"13"}}),e("line",{attrs:{x1:"12",y1:"17",x2:"12.01",y2:"17"}})]):e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("circle",{attrs:{cx:"12",cy:"12",r:"10"}}),e("line",{attrs:{x1:"12",y1:"16",x2:"12",y2:"12"}}),e("line",{attrs:{x1:"12",y1:"8",x2:"12.01",y2:"8"}})])]),e("div",{staticClass:"cl-toast__body"},[e("span",{staticClass:"cl-toast__title"},[t._v(t._s(r.title))]),r.description?e("span",{staticClass:"cl-toast__desc"},[t._v(t._s(r.description))]):t._e()]),e("button",{staticClass:"cl-toast__close",attrs:{"aria-label":"Fechar"},on:{click:function(i){return s.remove(r.id)}}},[e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"}},[e("line",{attrs:{x1:"18",y1:"6",x2:"6",y2:"18"}}),e("line",{attrs:{x1:"6",y1:"6",x2:"18",y2:"18"}})])]),r.duration>0?e("div",{staticClass:"cl-toast__progress"},[e("div",{staticClass:"cl-toast__progress-bar",style:{animationDuration:`${r.duration}ms`}})]):t._e()])}),0)}),1)},ye=[],xe=c(be,ke,ye,!1,null,null);const A=xe.exports,$e=n.defineComponent({__name:"CreatorsSkeleton",props:{loading:{type:Boolean,default:!0},variant:{default:"rect"},width:null,height:null,radius:null,lines:{default:3},animated:{type:Boolean,default:!0}},setup(a){return{__sfc:!0}}});var Se=function(){var t=this,e=t._self._c;return t._self._setupProxy,t.loading?[t.variant!=="text"?e("div",{class:["cl-skeleton",`cl-skeleton--${t.variant}`,{"cl-skeleton--no-animation":!t.animated}],style:{width:t.width,height:t.height,borderRadius:t.radius}}):e("div",{staticClass:"cl-skeleton-text"},t._l(t.lines,function(s){return e("div",{key:s,class:["cl-skeleton","cl-skeleton--rect",{"cl-skeleton--no-animation":!t.animated}],style:{height:"14px",width:s===t.lines&&t.lines>1?"65%":t.width??"100%"}})}),0)]:t._t("default")},Be=[],Ve=c($e,Se,Be,!1,null,"3b626f1f");const v=Ve.exports,Pe=n.defineComponent({__name:"CreatorsSkeletonCard",setup(a){return{__sfc:!0,CreatorsSkeleton:v}}});var Re=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-skeleton-card"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"100%",height:"180px"}}),e("div",{staticClass:"cl-skeleton-card__body"},[e("div",{staticClass:"cl-skeleton-card__header"},[e(s.CreatorsSkeleton,{attrs:{variant:"circle",width:"40px",height:"40px"}}),e("div",{staticClass:"cl-skeleton-card__meta"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"120px",height:"14px"}}),e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"80px",height:"12px"}})],1)],1),e(s.CreatorsSkeleton,{attrs:{variant:"text",lines:3}}),e("div",{staticClass:"cl-skeleton-card__footer"},[e(s.CreatorsSkeleton,{attrs:{variant:"pill",width:"72px",height:"28px"}}),e(s.CreatorsSkeleton,{attrs:{variant:"pill",width:"72px",height:"28px"}})],1)],1)],1)},Fe=[],Le=c(Pe,Re,Fe,!1,null,"00fa9654");const q=Le.exports,Te=n.defineComponent({__name:"CreatorsSkeletonList",props:{rows:{default:5},avatar:{type:Boolean,default:!0},subtitle:{type:Boolean,default:!0},action:{type:Boolean,default:!1}},setup(a){return{__sfc:!0,titleWidths:["60%","75%","50%","80%","65%"],subtitleWidths:["40%","55%","35%","50%","45%"],CreatorsSkeleton:v}}});var je=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-skeleton-list"},t._l(t.rows,function(l){return e("div",{key:l,staticClass:"cl-skeleton-list__item"},[t.avatar?e(s.CreatorsSkeleton,{attrs:{variant:"circle",width:"44px",height:"44px"}}):t._e(),e("div",{staticClass:"cl-skeleton-list__content"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:s.titleWidths[(l-1)%s.titleWidths.length],height:"14px"}}),t.subtitle?e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:s.subtitleWidths[(l-1)%s.subtitleWidths.length],height:"12px"}}):t._e()],1),t.action?e(s.CreatorsSkeleton,{attrs:{variant:"pill",width:"64px",height:"28px"}}):t._e()],1)}),0)},ze=[],Me=c(Te,je,ze,!1,null,"295ec324");const U=Me.exports,Ie=n.defineComponent({__name:"CreatorsSkeletonSimpleList",props:{loading:{type:Boolean,default:!0},rows:{default:6},height:{default:"44px"}},setup(a){return{__sfc:!0,CreatorsSkeleton:v}}});var Oe=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return t.loading?[e("div",{staticClass:"cl-skeleton-simple-list"},t._l(t.rows,function(l){return e("div",{key:l,staticClass:"cl-skeleton-simple-list__item"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"100%",height:t.height,radius:"var(--cl-radius-lg, 12px)"}})],1)}),0)]:t._t("default")},De=[],Ee=c(Ie,Oe,De,!1,null,"f47e1288");const K=Ee.exports,We=n.defineComponent({__name:"CreatorsSkeletonProfile",props:{avatarSize:{default:"80px"}},setup(a){return{__sfc:!0,CreatorsSkeleton:v}}});var Ae=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-skeleton-profile"},[e(s.CreatorsSkeleton,{staticClass:"cl-skeleton-profile__cover",attrs:{variant:"rect",width:"100%",height:"120px"}}),e("div",{staticClass:"cl-skeleton-profile__body"},[e(s.CreatorsSkeleton,{staticClass:"cl-skeleton-profile__avatar",attrs:{variant:"circle",width:t.avatarSize,height:t.avatarSize}}),e("div",{staticClass:"cl-skeleton-profile__info"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"160px",height:"18px"}}),e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"100px",height:"13px"}}),e(s.CreatorsSkeleton,{attrs:{variant:"text",lines:2,width:"320px"}}),e("div",{staticClass:"cl-skeleton-profile__stats"},t._l(3,function(l){return e("div",{key:l,staticClass:"cl-skeleton-profile__stat"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"48px",height:"18px"}}),e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"56px",height:"12px"}})],1)}),0)],1)],1)],1)},qe=[],Ue=c(We,Ae,qe,!1,null,"a6635fb6");const G=Ue.exports,Ke=n.defineComponent({__name:"CreatorsSkeletonTable",props:{rows:{default:5},cols:{default:4}},setup(a){return{__sfc:!0,CreatorsSkeleton:v}}});var Ge=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{staticClass:"cl-skeleton-table"},[e("div",{staticClass:"cl-skeleton-table__head"},t._l(t.cols,function(l){return e("div",{key:l,staticClass:"cl-skeleton-table__cell"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:"80px",height:"11px"}})],1)}),0),t._l(t.rows,function(l){return e("div",{key:l,staticClass:"cl-skeleton-table__row"},t._l(t.cols,function(r){return e("div",{key:r,staticClass:"cl-skeleton-table__cell"},[e(s.CreatorsSkeleton,{attrs:{variant:"rect",width:r===1?"140px":r===t.cols?"60px":`${70+(l+r)%3*20}px`,height:"13px"}})],1)}),0)})],2)},Ne=[],Xe=c(Ke,Ge,Ne,!1,null,"175f116d");const N=Xe.exports,He=n.defineComponent({__name:"CreatorsRow",props:{align:null,justify:null,noGutter:{type:Boolean,default:!1}},setup(a){return{__sfc:!0}}});var Ye=function(){var t=this,e=t._self._c;return t._self._setupProxy,e("div",{class:["cl-row",t.align?`cl-row--align-${t.align}`:"",t.justify?`cl-row--justify-${t.justify}`:"",t.noGutter?"cl-row--no-gutter":""]},[t._t("default")],2)},Je=[],Qe=c(He,Ye,Je,!1,null,null);const X=Qe.exports,Ze=n.defineComponent({__name:"CreatorsCol",props:{cols:null,sm:null,md:null,lg:null,xl:null,offset:null,offsetSm:null,offsetMd:null,offsetLg:null,offsetXl:null},setup(a){const t=a,e=n.computed(()=>{const s=["cl-col"];return t.cols&&s.push(`c-${t.cols}`),t.sm&&s.push(`c-sm-${t.sm}`),t.md&&s.push(`c-md-${t.md}`),t.lg&&s.push(`c-lg-${t.lg}`),t.xl&&s.push(`c-xl-${t.xl}`),t.offset&&s.push(`c-offset-${t.offset}`),t.offsetSm&&s.push(`c-sm-offset-${t.offsetSm}`),t.offsetMd&&s.push(`c-md-offset-${t.offsetMd}`),t.offsetLg&&s.push(`c-lg-offset-${t.offsetLg}`),t.offsetXl&&s.push(`c-xl-offset-${t.offsetXl}`),s});return{__sfc:!0,props:t,classes:e}}});var ts=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("div",{class:s.classes},[t._t("default")],2)},es=[],ss=c(Ze,ts,es,!1,null,null);const H=ss.exports,ls=n.defineComponent({__name:"CreatorsProgress",props:{value:{default:0},width:{default:380},height:{default:10},trackColor:{default:"rgba(255, 255, 255, 0.08)"}},setup(a){const t=a,e=`cl-prog-${Math.random().toString(36).slice(2,8)}`,s=n.computed(()=>Math.min(100,Math.max(0,t.value))),l=n.computed(()=>s.value/100*t.width);return{__sfc:!0,props:t,gradId:e,clamped:s,fillWidth:l}}});var as=function(){var t=this,e=t._self._c,s=t._self._setupProxy;return e("svg",{staticClass:"cl-progress",attrs:{xmlns:"http://www.w3.org/2000/svg",width:t.width,height:t.height,viewBox:`0 0 ${t.width} ${t.height}`,fill:"none"}},[e("rect",{attrs:{width:t.width,height:t.height,rx:t.height/2,fill:t.trackColor}}),s.clamped>0?e("rect",{attrs:{width:s.fillWidth,height:t.height,rx:t.height/2,fill:`url(#${s.gradId})`}}):t._e(),e("defs",[e("linearGradient",{attrs:{id:s.gradId,x1:0,y1:0,x2:t.width,y2:0,gradientUnits:"userSpaceOnUse"}},[e("stop",{attrs:{"stop-color":"#6C3AFF"}}),e("stop",{attrs:{offset:"0.656","stop-color":"#F564FF"}}),e("stop",{attrs:{offset:"0.784","stop-color":"#FF9864"}})],1)],1)])},ns=[],rs=c(ls,as,ns,!1,null,null);const Y=rs.exports,os={CreatorsButton:x,CreatorsText:$,CreatorsAccordion:S,CreatorsInput:B,CreatorsInputSwitch:V,CreatorsTextarea:P,CreatorsSelect:R,CreatorsCheckbox:F,CreatorsRadio:L,CreatorsRating:T,CreatorsDataTable:j,CreatorsDivider:z,CreatorsTimeline:M,CreatorsBadge:I,CreatorsCard:O,CreatorsCardCampaign:D,CreatorsCardShell:E,CreatorsModal:W,CreatorsToaster:A,CreatorsSkeleton:v,CreatorsSkeletonCard:q,CreatorsSkeletonList:U,CreatorsSkeletonSimpleList:K,CreatorsSkeletonProfile:G,CreatorsSkeletonTable:N,CreatorsRow:X,CreatorsCol:H,CreatorsProgress:Y},is={install(a){for(const[t,e]of Object.entries(os))a.component(t,e)}};o.CreatorsAccordion=S,o.CreatorsBadge=I,o.CreatorsButton=x,o.CreatorsCard=O,o.CreatorsCardCampaign=D,o.CreatorsCardShell=E,o.CreatorsCheckbox=F,o.CreatorsCol=H,o.CreatorsDataTable=j,o.CreatorsDivider=z,o.CreatorsInput=B,o.CreatorsInputSwitch=V,o.CreatorsLibPlugin=is,o.CreatorsModal=W,o.CreatorsProgress=Y,o.CreatorsRadio=L,o.CreatorsRating=T,o.CreatorsRow=X,o.CreatorsSelect=R,o.CreatorsSkeleton=v,o.CreatorsSkeletonCard=q,o.CreatorsSkeletonList=U,o.CreatorsSkeletonProfile=G,o.CreatorsSkeletonSimpleList=K,o.CreatorsSkeletonTable=N,o.CreatorsText=$,o.CreatorsTextarea=P,o.CreatorsTimeline=M,o.CreatorsToaster=A,o.useToast=we,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
@@ -9,12 +9,12 @@ export interface ToastItem {
9
9
  position: ToastPosition;
10
10
  _timer?: ReturnType<typeof setTimeout>;
11
11
  }
12
- export declare function _setVue(Vue: any): void;
12
+ type Handler = (payload: any) => void;
13
13
  declare function add(options: Omit<ToastItem, 'id'> | string, type?: ToastType): number;
14
14
  declare function remove(id: number): void;
15
15
  declare function clear(): void;
16
+ export declare function _onToastEvent(event: 'add' | 'remove' | 'clear', fn: Handler): () => void;
16
17
  export declare function useToast(): {
17
- toasts: ToastItem[];
18
18
  add: typeof add;
19
19
  remove: typeof remove;
20
20
  clear: typeof clear;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clds-ui",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "description": "Vue UI component library",
5
5
  "type": "module",
6
6
  "files": [