@10yun/cv-pc-ui 0.3.66 → 0.3.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cv-ui.cjs +4 -4
- package/lib/cv-ui.css +1 -1
- package/lib/cv-ui.js +4 -4
- package/package.json +4 -4
- package/src/mixins/load-data.js +2 -2
package/lib/cv-ui.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let c=require(`element-plus`),l=require(`vue`),u=require(`codemirror`),d=require(`@codemirror/state`),f=require(`@codemirror/view`),p=require(`@codemirror/commands`),m=require(`@codemirror/language`),h=require(`@lezer/highlight`),g=require(`@codemirror/lang-javascript`),_=require(`@codemirror/lang-html`),v=require(`@codemirror/lang-json`),y=require(`@codemirror/lang-markdown`),b=require(`@codemirror/lang-vue`),x=require(`@codemirror/lang-php`),S=require(`@codemirror/lang-java`),C=require(`@codemirror/lang-sql`),w=require(`@codemirror/lang-python`),T=require(`@codemirror/lang-xml`),E=require(`@codemirror/lang-go`),D=require(`@codemirror/lang-css`),O=require(`html-to-md`);O=s(O,1);var k=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n},A={name:`cvBadge`,extends:{ExtendBadge:c.ElBadge},props:{...c.ElBadge.props},created(){},computed:{isShow(){return this.value?!(this.value>0):!0}},data(){return{}}};function ee(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-badge`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{hidden:a.isShow}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`hidden`])}var j=k(A,[[`render`,ee]]);j.install=function(e){e.component(j.name,j)};var te={name:`cvRow`,props:{gutter:{type:[Number,String],default:0},type:{type:[String],default:``},justify:{type:[String],default:`start`},align:{type:[String],default:`top`},tag:{type:[String],default:`div`}},data(){return{}},methods:{}};function ne(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-row`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-row`},{type:n.type,justify:n.justify,align:n.align,tag:n.tag},{gutter:parseInt(n.gutter)}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`gutter`])}var M=k(te,[[`render`,ne]]),re={name:`cvCol`,props:{span:{type:[Number,String],default:24},offset:{type:[Number,String],default:0}},data(){return{}},methods:{}};function ie(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-col`);return(0,l.openBlock)(),(0,l.createBlock)(o,{class:`cv-col`,span:parseInt(n.span),offset:parseInt(n.offset)},{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},8,[`span`,`offset`])}var ae=k(re,[[`render`,ie]]);M.install=function(e){e.component(M.name,M)},ae.install=function(e){e.component(ae.name,ae)};var oe={name:`cvBtnBase`,emits:[`click`],props:{...c.ElButton.props,autoLoading:{type:Boolean,default:!1},svg:{type:[String],default:``}},data(){return{loadingStatus:!1}},computed:{filteredProps(){let{autoLoading:e,...t}=this.$props;return t},hasDefaultContent(){let e=this.$slots.default?.();return e&&e.length>0}},methods:{handleClick(e){this.autoLoading&&(this.loadingStatus=!0);try{this.$emit(`click`,()=>{this.loadingStatus=!1})}catch(e){throw this.loadingStatus=!1,e}}}};function se(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`),s=(0,l.resolveComponent)(`el-button`);return e.$slots.default||a.hasDefaultContent?((0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({key:0,class:`cv-btn`},a.filteredProps,{loading:i.loadingStatus,onClick:a.handleClick}),{default:(0,l.withCtx)(()=>[n.svg?((0,l.openBlock)(),(0,l.createBlock)(o,{key:0,type:n.svg,size:`14`,color:`currentColor`},null,8,[`type`])):(0,l.createCommentVNode)(``,!0),(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`loading`,`onClick`])):((0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({key:1,class:`cv-btn`},a.filteredProps,{loading:i.loadingStatus,onClick:a.handleClick}),{default:(0,l.withCtx)(()=>[n.svg?((0,l.openBlock)(),(0,l.createBlock)(o,{key:0,type:n.svg,size:`14`,color:`currentColor`},null,8,[`type`])):(0,l.createCommentVNode)(``,!0)]),_:1},16,[`loading`,`onClick`]))}var N=k(oe,[[`render`,se]]),ce={name:`cvBtnText`,emits:[`click`],props:{...c.ElButton.props,autoLoading:{type:Boolean,default:!1},svg:{type:[String],default:``}},data(){return{loadingStatus:!1}},methods:{handleClick(e){this.autoLoading&&(this.loadingStatus=!0);try{this.$emit(`click`,()=>{this.loadingStatus=!1})}catch(e){throw this.loadingStatus=!1,e}}}};function le(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-mask-svg`),s=(0,l.resolveComponent)(`el-button`);return(0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({class:`cv-btn`},e.$props,{link:``,loading:i.loadingStatus,onClick:a.handleClick}),(0,l.createSlots)({default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:2},[n.svg?{name:`icon`,fn:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{name:n.svg,size:`14`,color:`currentColor`},null,8,[`name`])]),key:`0`}:void 0]),1040,[`loading`,`onClick`])}var ue=k(ce,[[`render`,le]]);N.install=function(e){e.component(N.name,N)},ue.install=function(e){e.component(ue.name,ue)};var de={name:`cvAutocompleteBase`,props:{...c.ElAutocomplete.props},data(){return{localVal:``,loadingStatus:!1}},created(){},methods:{async querySearchAsync(e,t){}}};function fe(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-autocomplete`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e},e.$props,{"fetch-suggestions":a.querySearchAsync}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`modelValue`,`fetch-suggestions`])}var pe=k(de,[[`render`,fe]]),P={props:{compConfig:{},dataParse:{type:[Function],default:()=>null}},data(){return{searchData:{},loadDataLoading:!1,loadDataList:[],loadDataTotal:0,loadPageCurr:1,loadPageLimit:10,loadConfigSetting:{},loadConfigDef:{pageCurr:1,pageLimit:10,isSkip:!1,url:null,apiFunc:null,mockData:null,where:{},response:{statusName:`status`,statusCode:200,msgName:`msg`,countName:`total`,dataName:`data`},request:{pageName:`page`,limitName:`pagesize`}}}},methods:{loadEnding(){this.loadDataLoading=!1,this.$nextTick(()=>{this.loadDataLoading=!1})},loadGetData(){if(this.loadDataLoading=!0,this.loadConfigSetting.apiFunc&&typeof this.loadConfigSetting.apiFunc==`function`){let e=this.loadConfigSetting,t={...e.where};t[e.request.pageName]=this.loadPageCurr,t[e.request.limitName]=this.loadPageLimit,t=Object.assign(t,this.searchData),this.loadConfigSetting.apiFunc(t).then(n=>{this.loadPageCurr=t[e.request.pageName],this.loadEnding();let r=this.sortOutData(n);if(r.status!=e.response.statusCode){ExtendMessage({message:r.msg,type:`error`,duration:1300});return}if(r.data.length===0){ExtendMessage({message:`没有更多数据了`,type:`warning`,duration:1300});return}let i=r[e.response.dataName]||[];this.dataParse&&typeof this.dataParse==`function`&&(i=this.dataParse.call(null,i)),this.loadDataList.push(...i),this.loadDataTotal=r[e.response.countName]||0}).catch(e=>{this.loadEnding()})}else this.loadDataList.length>0&&(this.loadDataTotal=this.loadDataList.length),this.loadEnding()},sortOutData(e){let t=this.loadConfigSetting.response,n={},r=[],i=[];n.status=e[t.statusName],n.msg=e[t.msgName],n.total=e[t.countName],r=e[t.dataName];for(let e in r)i[e]=r[e];return n.data=i,n}}},me={name:`cvAutocompleteLoad`,mixins:[P],emits:[`update:modelValue`,`input`],props:{...c.ElAutocomplete.props,modelValue:{type:[String,Object,Number],default:()=>({})},placeholder:{type:[String],default:`请输入内容`},popperClass:{type:[String],default:`cv-autocomplete-load`},clearable:{type:[Boolean],default:!0},triggerOnFocus:!1,debounce:500,refID:{type:[String],required:!1,default(){return`cvAutocompleteLoad-`+ +new Date+((Math.random()/1e4).toFixed(0)+``)}},compConfig:{type:[Object],default:()=>({})}},data(){return{localVal:``,searchList:[],compConfigDef:{searchField:[`value`]},timeout:null,loadingMore:!1}},directives:{loadmore:{mounted(e,t){let n=((e,t)=>{let n=null;return function(...r){n&&clearTimeout(n),n=setTimeout(()=>{e.apply(this,r)},t)}})(e=>{let{scrollTop:n,scrollHeight:r,clientHeight:i}=e.target;r-(n+i)<10&&!t.instance.loading&&t.value()},200),r=new MutationObserver(()=>{let t=e.querySelector(`.el-autocomplete-suggestion__wrap`);t&&!e.__scrollHandler__&&(t.addEventListener(`scroll`,n),e.__scrollHandler__=n,r.disconnect())});r.observe(e,{childList:!0,subtree:!0})},beforeUnmount(e){if(e.__scrollHandler__){let t=e.querySelector(`.el-autocomplete-suggestion__wrap`);t&&t.removeEventListener(`scroll`,e.__scrollHandler__),delete e.__scrollHandler__}}}},created(){this.initConfAll(),this.getData()},methods:{initConfAll(){let e={};Object.assign(e,this.loadConfigDef,this.compConfigDef,this.compConfig),this.loadPageCurr=e.pageCurr||1,this.loadPageLimit=e.pageLimit||10,Object.assign(e.where,this.searchData),this.loadConfigSetting=e},getMoreData(){if(!(this.loadingMore||this.loadDataList.length>=this.loadDataTotal))try{this.loadingMore=!0,this.loadPageCurr++,this.loadGetData()}finally{this.loadingMore=!1}},getData(){this.loadPageCurr=1,this.loadDataList=[],this.loadGetData()},async querySearchAsync(e,t){this.loadPageCurr=1,this.loadDataLoading=!0;var n=this.loadDataList||[];let r=[],i=this.loadConfigSetting.searchField||[`value`];if(e=e.toLowerCase(),r=e?n.filter(this.createFilter(e,i)):n,r.length>0)t(r.map(e=>({...e,is_last_tip:!1}))),this.lookFlag=!0;else try{this.loadDataList.length<this.loadDataTotal&&this.loadPageCurr++,this.searchData.keyword=e,this.loadDataList=[],await this.loadGetData();let n=this.loadDataList.map(e=>({...e,is_last_tip:!1}));n.push({is_last_tip:!0}),t(n)}catch{}finally{this.lookFlag=!0}},createFilter(e,t){return n=>t.some(t=>(n[t]+``).toLowerCase().indexOf(e)!==-1)},handleChange(e){},handleSelect(e){this.$emit(`update:modelValue`,e)}}};function he(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icon-svg`),s=(0,l.resolveComponent)(`el-autocomplete`),c=(0,l.resolveDirective)(`loadmore`);return(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,null,[(0,l.createVNode)(s,(0,l.mergeProps)(e.$props,{modelValue:i.localVal,"onUpdate:modelValue":t[1]||=e=>i.localVal=e,"fetch-suggestions":a.querySearchAsync,onChange:a.handleChange,onSelect:a.handleSelect,teleported:!1,"popper-append-to-body":!1}),{load:(0,l.withCtx)(()=>[...t[2]||=[]]),default:(0,l.withCtx)(({item:n})=>[n.is_last_tip?(0,l.createCommentVNode)(``,!0):(0,l.renderSlot)(e.$slots,`default`,(0,l.normalizeProps)((0,l.mergeProps)({key:0},{item:n}))),n.is_last_tip?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:1,class:`cv-autocomolete-nodata`,onClick:t[0]||=(0,l.withModifiers)((...e)=>a.getData&&a.getData(...e),[`stop`]),disabled:``},[t[3]||=(0,l.createTextVNode)(` 没有更多数据了 `,-1),(0,l.createVNode)(o,{type:`ElIconRefreshLeft`}),t[4]||=(0,l.createTextVNode)(` 刷新按钮 `,-1)])):(0,l.createCommentVNode)(``,!0)]),_:3},16,[`modelValue`,`fetch-suggestions`,`onChange`,`onSelect`])])),[[c,a.getMoreData]])}var ge=k(me,[[`render`,he]]);pe.install=function(e){e.component(pe.name,pe)},ge.install=function(e){e.component(ge.name,ge)};var _e={...c.ElForm,name:`cvFormBase`,extends:c.ElForm,provide(){return{elForm:this}},props:{...c.ElForm.props,labelWidth:{type:[String,Number],default:`auto`},labelPosition:{type:String,default:`right`}},watch:{model(){}},data(){return{}}};function ve(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-form`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-form-base`},{...e.$props,...e.$attrs},(0,l.toHandlers)(e.$attrs)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var F=k(_e,[[`render`,ve]]),ye={name:`cvFormInline`,provide(){return{elForm:this}},props:{...c.ElForm.props},watch:{},data(){return{form:{}}}};function be(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-form`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-form-base`},e.$props,(0,l.toHandlers)(e.$attrs),{inline:!0}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var xe=k(ye,[[`render`,be]]),Se={name:`cvFormItem`,extends:c.ElFormItem,props:{...c.ElFormItem.props},data(){return{localLabelWidth:``,localError:``}},created(){},methods:{}},Ce={key:0,class:`cv-form-item__tip`};function we(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-form-item`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)({...e.$props,...e.$attrs})),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`),e.$slots.tip?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ce,[(0,l.renderSlot)(e.$slots,`tip`)])):(0,l.createCommentVNode)(``,!0)]),_:3},16)}var Te=k(Se,[[`render`,we]]);F.install=function(e){e.component(F.name,F)},xe.install=function(e){e.component(xe.name,xe)},Te.install=function(e){e.component(Te.name,Te)};var I={extends:c.ElInput,emits:[`update:modelValue`,`change`],props:{...c.ElInput.props,modelValue:{type:[Number,String],default:``},placeholder:{type:[Number,String],default:``},disabled:{type:Boolean,default:!1}},watch:{modelValue(e){this.localVal=e},localVal(){this.handleChange(),this.handleInput()}},data(){return{localVal:this.modelValue,localRules:[]}},created(){},methods:{handleChange(){this.$emit(`change`,this.localVal)},handleInput(){this.$emit(`update:modelValue`,this.localVal)},handleBlur(){this._isCheckValue()},_showError(e){this.localError=e||`请输入正确的`+this.label},_diyValidate(){},_isCheckValue(){let e=this?.rules.split(`|`);this.localError=``;for(let t in e){let n=e[t].split(`:`),r=n[0]||``,i=n[1]||``;switch(r){case`require`:if(this.localVal==``){this._showError(this.label+`不能为空`);return}break;case`max`:if(this.localVal.length>i){this._showError(this.label+`最大长度不超过`+i);return}break;case`min`:if(this.localVal.length<i){this._showError(this.label+`最小长度不小于`+i);return}break;default:this._diyValidate(r);break}}}}},Ee={name:`cvInputText`,mixins:[I],props:{},data(){return{}},methods:{}};function De(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`text`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入`,clearable:``}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.prepend?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Oe=k(Ee,[[`render`,De]]),ke={name:`cvInputMobile`,mixins:[I],components:{},props:{},data(){return{}},methods:{}};function Ae(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`number`,oninput:`if(value.length>11)value=value.slice(0,11)`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入11位大陆手机号`,clearable:``}),(0,l.createSlots)({prepend:(0,l.withCtx)(()=>[t[1]||=(0,l.createTextVNode)(`+86`,-1)]),_:2},[e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`0`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var je=k(ke,[[`render`,Ae]]),Me={name:`cvInputEmail`,mixins:[I],components:{},props:{},data(){return{}},methods:{}};function Ne(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`text`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入邮箱`,clearable:``}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Pe=k(Me,[[`render`,Ne]]),Fe={name:`cvInputPassword`,mixins:[I],components:{},props:{showPassword:{type:Boolean,default:!1}},data(){return{}},methods:{}};function Ie(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`password`},{disabled:e.disabled,showPassword:n.showPassword},{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入密码`,clearable:``}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Le=k(Fe,[[`render`,Ie]]),Re={name:`cvInputNumber`,mixins:[I],props:{},data(){return{}},methods:{}};function ze(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-number`,type:`number`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入整数`,clearable:``}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Be=k(Re,[[`render`,ze]]),Ve={name:`cvInputIdcard`,mixins:[I],components:{},props:{},data(){return{}},methods:{}};function He(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`text`,oninput:`if(value.length>18)value=value.slice(0,18)`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入身份证`,clearable:``,maxlength:`18`}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Ue=k(Ve,[[`render`,He]]),We={name:`cvInputDigit`,mixins:[I],components:{},props:{},data(){return{}},methods:{}};function Ge(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`number`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入`,clearable:``}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Ke=k(We,[[`render`,Ge]]),qe={name:`cvTextarea`,mixins:[I],props:{rows:{type:[Number,String],default:3},autosize:{type:[Boolean,Object],default:!1}},data(){return{}},computed:{lastRow(){return parseInt(this.rows)}},created(){},methods:{onSubmit(){this.$emit(`btnClick`,this.localVal)}}};function Je(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`textarea`},{disabled:e.disabled,rows:a.lastRow,autosize:n.autosize},{rows:a.lastRow,modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入内容`,clearable:``}),null,16,[`rows`,`modelValue`,`onInput`,`placeholder`])}var Ye=k(qe,[[`render`,Je]]),Xe={name:`cvTextareaBtn`,mixins:[I],components:{},props:{rows:{type:[Number,String],default:3},btnText:{type:[Number,String],default:``},btnIcon:{type:[String],default:``},autosize:{type:[Boolean,Object],default:!1}},data(){return{}},computed:{lastRow(){return parseInt(this.rows)}},methods:{onSubmit(){this.$emit(`btnClick`,this.localVal)}}},Ze={class:`cv-textab-group`},Qe={class:`cv-textab-group__append`},$e={class:`cv-textab_slot-wrap`};function et(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`),s=(0,l.resolveComponent)(`el-button`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ze,[(0,l.createVNode)(o,(0,l.mergeProps)({type:`textarea`},{disabled:e.disabled,rows:a.lastRow,autosize:n.autosize},{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入内容`,clearable:``}),null,16,[`modelValue`,`onInput`,`placeholder`]),(0,l.createElementVNode)(`div`,Qe,[(0,l.createElementVNode)(`div`,$e,[(0,l.renderSlot)(e.$slots,`default`,{},()=>[(0,l.createVNode)(s,{class:`cv-textab_slotbtn`,type:`primary`,size:e.size,onClick:a.onSubmit},{default:(0,l.withCtx)(()=>[n.btnIcon?((0,l.openBlock)(),(0,l.createElementBlock)(`i`,{key:0,class:(0,l.normalizeClass)(n.btnIcon),style:{"margin-right":`5px`}},null,2)):(0,l.createCommentVNode)(``,!0),(0,l.createTextVNode)(` `+(0,l.toDisplayString)(n.btnText),1)]),_:1},8,[`size`,`onClick`])])])])])}var tt=k(Xe,[[`render`,et]]),nt={name:`cvInputBtn`,mixins:[I],emits:[`btnClick`],components:{},props:{btnText:{type:[Number,String],default:`确定`},btnIcon:{type:[String],default:``}},data(){return{}},methods:{onSubmit(){this.$emit(`btnClick`,this.localVal)}}},rt={class:`cv-input-group`},it={class:`cv-input-group__append`};function at(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`),s=(0,l.resolveComponent)(`el-button`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,rt,[(0,l.createVNode)(o,(0,l.mergeProps)({type:`text`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入`,clearable:``}),null,16,[`modelValue`,`onChange`,`onInput`,`placeholder`]),(0,l.createElementVNode)(`div`,it,[(0,l.renderSlot)(e.$slots,`default`,{},()=>[(0,l.createVNode)(s,{class:`cv-input-btn__slotbtn`,type:`primary`,size:e.size,onClick:a.onSubmit},{default:(0,l.withCtx)(()=>[n.btnIcon?((0,l.openBlock)(),(0,l.createElementBlock)(`i`,{key:0,class:(0,l.normalizeClass)(n.btnIcon),style:{"margin-right":`5px`}},null,2)):(0,l.createCommentVNode)(``,!0),(0,l.createTextVNode)(` `+(0,l.toDisplayString)(n.btnText),1)]),_:1},8,[`size`,`onClick`])])])])}var ot=k(nt,[[`render`,at]]),st={data(){return{formData:{}}}};function ct(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`)}var lt=k(st,[[`render`,ct]]);je.install=function(e){e.component(je.name,je)},Pe.install=function(e){e.component(Pe.name,Pe)},Le.install=function(e){e.component(Le.name,Le)},Be.install=function(e){e.component(Be.name,Be)},Ue.install=function(e){e.component(Ue.name,Ue)},Ke.install=function(e){e.component(Ke.name,Ke)},Ye.install=function(e){e.component(Ye.name,Ye)},tt.install=function(e){e.component(tt.name,tt)},ot.install=function(e){e.component(ot.name,ot)},lt.install=function(e){e.component(lt.name,lt)};var ut={name:`cvInputCounter`,extends:c.ElInputNumber,props:{},watch:{modelValue(){this.localVal=this.modelValue}},data(){return{localVal:0}},created(){},methods:{handleChange(e){this.$emit(`update:modelValue`,this.localVal)}}};function dt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input-number`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e,onChange:a.handleChange,step:e.step}),null,16,[`modelValue`,`onChange`,`step`])}var ft=k(ut,[[`render`,dt]]);ft.install=function(e){e.component(ft.name,ft)};var pt={name:`cvShowText`,mixins:[],components:{},props:{text:{type:[Number,String,Object],default:``}},data(){return{}},created(){},methods:{}},mt={class:`cv-show-text`},ht=[`innerHTML`];function gt(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,mt,[n.text?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:0,innerHTML:n.text},null,8,ht)):(0,l.createCommentVNode)(``,!0),n.text?(0,l.createCommentVNode)(``,!0):(0,l.renderSlot)(e.$slots,`default`,{key:1})])}var _t=k(pt,[[`render`,gt]]),vt={name:`cvShowImage`,mixins:[],components:{},props:{url:{type:[String,Array,Object],default:``},width:{type:[String],default:`100px`},height:{type:[String],default:`100px`}},data(){return{localUrl:``}},watch:{url:{handler(){this.localUrl=typeof this.url==`string`?[this.url]:this.url},immediate:!0,deep:!0}},created(){},methods:{}},yt={class:`cv-show-image`};function bt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-image`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,yt,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.localUrl,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{style:(0,l.normalizeStyle)(`width:`+n.width+`; height:`+n.height+`; margin-right:10px`),key:t,src:e,"preview-src-list":i.localUrl},null,8,[`style`,`src`,`preview-src-list`]))),128))])}var xt=k(vt,[[`render`,bt]]),St={name:`cvShowTip`,props:{borderColor:{type:[String],default:`#50bfff`},bgColor:{type:[String],default:`#ecf8ff`}},data(){return{backgroundColor:`#ecf8ff`,borderLeft:`5px solid #50bfff`}},created(){this.borderLeft=`5px solid ${this.borderColor}`,this.backgroundColor=`${this.bgColor}`},methods:{}};function Ct(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-show-tip`,style:(0,l.normalizeStyle)({backgroundColor:this.backgroundColor,borderLeft:this.borderLeft})},[(0,l.renderSlot)(e.$slots,`default`)],4)}var wt=k(St,[[`render`,Ct]]),Tt={name:`cv-gallery-dialog`,props:{type:String,title:String,sources:Array,sliceSingle:{type:Boolean,default:!1},carouselAttrs:Object},data(){return{isShowCarousel:!1,sourceTitle:``,initialIndex:0,isShowPreview:!1}},methods:{startPreview(e){this.isShowPreview=!0,this.initialIndex=e,this.sourceTitle=this.sources[e].title},handleCarouselChange(e){this.sources[e]&&this.sources[e].title?this.sourceTitle=this.sources[e].title:this.sourceTitle=``}}},Et=[`src`],Dt={key:0,class:`cv-gallery-iframe embed-responsive embed-responsive-16by9`},Ot=[`src`],kt=[`src`],At=[`src`];function jt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-carousel-item`),s=(0,l.resolveComponent)(`el-carousel`),c=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createBlock)(c,{visible:i.isShowPreview,"append-to-body":``,onOpen:t[0]||=e=>i.isShowCarousel=!0,onClosed:t[1]||=e=>i.isShowCarousel=!1,style:{"text-align":`center`}},{header:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(i.sourceTitle||n.title),1)]),default:(0,l.withCtx)(()=>[n.type===`video`?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:0},[i.isShowPreview?((0,l.openBlock)(),(0,l.createElementBlock)(`video`,{key:0,src:n.sources[i.initialIndex].src,autoplay:`autoplay`,class:`cv-gallery-video`,controls:`controls`,width:`100%`},null,8,Et)):(0,l.createCommentVNode)(``,!0)],64)):n.type===`iframe`?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:1},[i.isShowPreview?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Dt,[(0,l.createElementVNode)(`iframe`,{src:n.sources[i.initialIndex].src,allowfullscreen:`true`,border:`0`,frameborder:`no`,framespacing:`0`,scrolling:`no`},null,8,Ot)])):(0,l.createCommentVNode)(``,!0)],64)):n.type===`image`?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:2},[n.sliceSingle&&n.sources[i.initialIndex]||n.sources.length===1?((0,l.openBlock)(),(0,l.createElementBlock)(`img`,{key:0,src:n.sources[i.initialIndex].src,class:`cv-gallery-image`},null,8,kt)):((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:1},[i.isShowCarousel?((0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({key:0,"initial-index":i.initialIndex,onChange:a.handleCarouselChange,"indicator-position":`outside`},n.carouselAttrs),{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.sources,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:t},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`img`,{src:e.src,class:`cv-gallery-image`},null,8,At)]),_:2},1024))),128))]),_:1},16,[`initial-index`,`onChange`])):(0,l.createCommentVNode)(``,!0)],64))],64)):(0,l.createCommentVNode)(``,!0)]),_:1},8,[`visible`])}var Mt={name:`gallery`,components:{GalleryDialog:k(Tt,[[`render`,jt]])},props:{type:{type:String,default:`image`,validator(e){return[`image`,`video`,`iframe`].includes(e)}},size:Number,width:Number,height:Number,lazy:{type:Boolean,default:!1},source:[String,Array,Object],thumbSuffix:{type:String,default:``},thumbStyle:Object,carouselAttrs:Object,title:String,sliceSingle:{type:Boolean,default:!1}},data(){return{}},computed:{computedStyle(){let e=this.width||this.size,t=this.height||this.size;return this.type===`iframe`&&(e=e?e+`px`:`360px`,t=t?t+`px`:`auto`),Object.assign({},{width:e,height:t,display:`block`},this.thumbStyle)},thumbs(){return this.computedSources.map(e=>e.thumb)},computedSources(){let e=this.source;if(typeof e==`string`)return[this.getStringSource(e)];if(e instanceof Array){let t=[];return e.forEach(e=>{e instanceof Object?t.push(this.getObjectSource(e)):typeof e==`string`&&t.push(this.getStringSource(e))}),t}else if(e instanceof Object)return[this.getObjectSource(e)];else return[]}},methods:{handlePreview(e){this.$refs.dialog.startPreview(e)},getStringSource(e){let t=e;return this.type===`image`&&this.thumbSuffix&&(t+=this.thumbSuffix),{type:this.type,src:e,thumb:t}},getObjectSource(e){return e.type=e.thumb?`image`:this.type,e.thumb=e.thumb||e.src,e}}},Nt={key:0,class:`cv-gallery`},Pt={class:`el-upload-list el-upload-list--picture-card`},Ft=[`src`],It={class:`el-upload-list__item-actions`},Lt=[`onClick`];function Rt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`),s=(0,l.resolveComponent)(`GalleryDialog`);return n.source?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Nt,[(0,l.createElementVNode)(`div`,Pt,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(a.computedSources,(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:n,class:`el-upload-list__item`},[(0,l.createElementVNode)(`div`,{style:(0,l.normalizeStyle)(a.computedStyle),class:`cv-gallery-iframe embed-responsive embed-responsive-16by9`},[(0,l.createElementVNode)(`iframe`,{src:t.thumb,allowfullscreen:`true`,border:`0`,frameborder:`no`,framespacing:`0`,scrolling:`no`},null,8,Ft)],4),(0,l.createElementVNode)(`span`,It,[(0,l.createElementVNode)(`span`,{onClick:e=>a.handlePreview(n,t)},[(0,l.createVNode)(o,{type:`ElIconVideoPlay`,size:`20`})],8,Lt),(0,l.renderSlot)(e.$slots,`action`,(0,l.mergeProps)({ref_for:!0},{source:t,index:n}))])]))),128))]),(0,l.createVNode)(s,{carouselAttrs:n.carouselAttrs,sliceSingle:n.sliceSingle,sources:a.computedSources,title:n.title,type:n.type,ref:`dialog`},null,8,[`carouselAttrs`,`sliceSingle`,`sources`,`title`,`type`])])):(0,l.createCommentVNode)(``,!0)}var zt=k(Mt,[[`render`,Rt]]);_t.install=function(e){e.component(_t.name,_t)},xt.install=function(e){e.component(xt.name,xt)},wt.install=function(e){e.component(wt.name,wt)},zt.install=function(e){e.component(zt.name,zt)};var Bt={name:`cvRadioOptBase`};function Vt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-radio`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var Ht=k(Bt,[[`render`,Vt]]),Ut={name:`cvRadioOptBtn`};function Wt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-radio-button`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var Gt=k(Ut,[[`render`,Wt]]),Kt={name:`cvRadioGroup`};function qt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-radio-group`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var Jt=k(Kt,[[`render`,qt]]);Ht.install=function(e){e.component(Ht.name,Ht)},Gt.install=function(e){e.component(Gt.name,Gt)},Jt.install=function(e){e.component(Jt.name,Jt)};var Yt={name:`cvCheckboxOptBase`,extends:c.ElCheckbox};function Xt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-checkbox`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var Zt=k(Yt,[[`render`,Xt]]),Qt={name:`cvCheckboxOptBtn`,extends:c.ElCheckboxButton,props:{}};function $t(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-checkbox-button`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var en=k(Qt,[[`render`,$t]]),tn={name:`cvCheckboxAll`,mixins:[{props:{...c.ElCheckboxGroup.props,modelValue:{type:[Array],default:()=>[]},dataLists:{type:Array,default:()=>[]},dataField:{type:[Object],default:()=>({})},disabled:{type:Boolean,default:!1}},watch:{modelValue(){this.localVal=this.modelValue},localVal(){this.handleChange()},dataLists:{handler(){this._parseLocalOpt()},immediate:!0,deep:!0}},data(){return{localVal:this.modelValue,localOpt:[]}},created(){this.handleChange(),this._parseLocalOpt()},methods:{handleChange(){this.$emit(`update:modelValue`,this.localVal)},_parseLocalOpt(){let e=[];if(this.dataLists&&this.dataLists.length!==0)if(typeof this.dataLists[0]==`string`)this.dataLists.map(t=>{e.push({label:t,value:t})}),this.localOpt=e;else{var t=this.dataField&&this.dataField.label||`label`,n=this.dataField&&this.dataField.value||`value`;this.dataLists.map(r=>{let i=r[t]===0?0:r[t]||``,a=r[n]===0?0:r[n]||``;a=a===0?0:a||i,e.push({label:i,value:a,disabled:r.disabled&&!0||!1}),(r.checked==`true`||r.checked==1)&&(typeof this.localVal==`string`?this.localVal=a:typeof this.localVal==`object`&&this.localVal.push(a))}),this.localOpt=e}this._parseLocalOptDiy()},_parseLocalOptDiy(){}}}],components:{},data(){return{checkAll:!1,isIndeterminate:!0,localOptAll:[]}},methods:{handleCheckAllChange(e){this.localVal=e?this.localOptAll:[],this.isIndeterminate=!1,this.handleChange()},handleCheckedCitiesChange(e){let t=e.length;this.checkAll=t===this.localOptAll.length,this.isIndeterminate=t>0&&t<this.localOptAll.length},_parseLocalOptDiy(){this.localOpt&&this.localOpt.length!==0&&this.localOpt.map(e=>{e.disabled||this.localOptAll.push(e.label)})}}},nn={class:`cv-checkbox-all`};function rn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-checkbox`),s=(0,l.resolveComponent)(`el-checkbox-group`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,nn,[(0,l.createVNode)(o,{indeterminate:i.isIndeterminate,modelValue:i.checkAll,"onUpdate:modelValue":t[0]||=e=>i.checkAll=e,onChange:a.handleCheckAllChange},{default:(0,l.withCtx)(()=>[...t[2]||=[(0,l.createTextVNode)(`全选`,-1)]]),_:1},8,[`indeterminate`,`modelValue`,`onChange`]),t[3]||=(0,l.createElementVNode)(`div`,{style:{margin:`15px 0`}},null,-1),(0,l.createVNode)(s,{modelValue:e.localVal,"onUpdate:modelValue":t[1]||=t=>e.localVal=t,onChange:a.handleCheckedCitiesChange},{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`,{},()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.localOpt,(t,n)=>((0,l.openBlock)(),(0,l.createBlock)(o,{value:t.value,key:n,onChange:e.handleChange,disabled:e.disabled||t.disabled},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(t.label),1)]),_:2},1032,[`value`,`onChange`,`disabled`]))),128))])]),_:3},8,[`modelValue`,`onChange`])])}var an=k(tn,[[`render`,rn]]),on={name:`cvCheckboxGroup`};function sn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-checkbox-group`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var cn=k(on,[[`render`,sn]]);Zt.install=function(e){e.component(Zt.name,Zt)},en.install=function(e){e.component(en.name,en)},cn.install=function(e){e.component(cn.name,cn)},an.install=function(e){e.component(an.name,an)};function ln(e,t,n){var r=n||{},i=r.noTrailing,a=i===void 0?!1:i,o=r.noLeading,s=o===void 0?!1:o,c=r.debounceMode,l=c===void 0?void 0:c,u,d=!1,f=0;function p(){u&&clearTimeout(u)}function m(e){var t=(e||{}).upcomingOnly,n=t===void 0?!1:t;p(),d=!n}function h(){for(var n=arguments.length,r=Array(n),i=0;i<n;i++)r[i]=arguments[i];var o=this,c=Date.now()-f;if(d)return;function m(){f=Date.now(),t.apply(o,r)}function h(){u=void 0}!s&&l&&!u&&m(),p(),l===void 0&&c>e?s?(f=Date.now(),a||(u=setTimeout(l?h:m,e))):m():a!==!0&&(u=setTimeout(l?h:m,l===void 0?e-c:e))}return h.cancel=m,h}function un(e,t,n){var r=(n||{}).atBegin;return ln(e,t,{debounceMode:(r===void 0?!1:r)!==!1})}function dn(e,t=!1){let n=document.createElement(`link`);n.setAttribute(`rel`,`stylesheet`),n.setAttribute(`type`,`text/css`),n.setAttribute(`id`,e),t?n.setAttribute(`href`,e+`?t=`+new Date().getTime()):n.setAttribute(`href`,e),document.getElementById(e)||document.head.appendChild(n)}function fn(e,t=!1,n=!0){return new Promise((r,i)=>{let a=document.createElement(`script`);e=e.replace(/([^:]\/)\/+/g,`$1`),a.id=e,a.type=`text/javascript`,t?a.src=e+`?t=`+new Date().getTime():a.src=e,document.getElementById(e)&&n?r():(document.body.appendChild(a),a.onload=()=>{r()})})}function pn(e){let t=e;try{let e=document.createElement(`textarea`);e.value=t,document.body.appendChild(e),e.select(),document.execCommand(`Copy`),e.remove(),document.body.removeChild(e)}catch{navigator.clipboard.writeText(t).then(()=>{}).catch(e=>{})}(0,c.ElMessage)({message:`复制成功`,type:`success`})}function mn(e){if(/^\d{8}T\d{6}Z$/.test(e)){let t=e.replace(/^(\d{4})(\d{2})(\d{2})T(\d{2})(\d{2})(\d{2})Z$/,`$1-$2-$3T$4:$5:$6Z`);return new Date(t)}return/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(Z|([+-]\d{2}:\d{2}))?$/.test(e)?new Date(e):/^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$/.test(e)?new Date(e.replace(` `,`T`)):new Date(e)}function hn(e){var t=new Date,n=new Date(e),r=t-n,i=Math.floor(r/1e3),a=Math.floor(i/60),o=Math.floor(a/60);if(a<1)var s=i+`秒前`;else if(o<1)var s=a+`分钟前`;else if(o<24)var s=o+`小时前`;else var s=n.toLocaleString();return s}function L(e,...t){return t.reduce((e,t)=>Object.keys(t).reduce((e,n)=>{let r=t[n];return _n(r)?e[n]=L(e[n]?e[n]:{},r):vn(r)?e[n]=r.map((t,r)=>{if(_n(t)){let i=e[n]?e[n]:[];return L(i[r]?i[r]:{},t)}else return t}):e[n]=r,e},e),e)}function gn(e,t){let{[t[0]]:n,...r}=e;return Object.keys(e).reduce((n,r)=>(t.includes(r)||(n[r]=e[r]),n),{})}function _n(e){return Object.prototype.toString.call(e)===`[object Object]`}function vn(e){return typeof Array.isArray==`function`?Array.isArray(e):Object.prototype.toString.call(e)===`[object Array]`}function R(e){return vn(e)?e.length===0:_n(e)?Object.keys(e).length===0:e===``||e==null}function yn(e,t){return R(e)?t:e}function bn(e){let t=[`png`,`jpg`,`jpeg`,`gif`,`webp`,`svg`],n=e.lastIndexOf(`.`),r=e.substring(n+1);return t.indexOf(r.toLowerCase())!=-1}function xn(e){return e.startsWith(`http://`)||e.startsWith(`https://`)||e.startsWith(`//`)}function z(e){return e==null?``:String(e)}Number(document.documentMode),(function(){return document.addEventListener?function(e,t,n){e&&t&&n&&e.addEventListener(t,n,!1)}:function(e,t,n){e&&t&&n&&e.attachEvent(`on`+t,n)}})(),(function(){return document.removeEventListener?function(e,t,n){e&&t&&e.removeEventListener(t,n,!1)}:function(e,t,n){e&&t&&e.detachEvent(`on`+t,n)}})();function Sn(e){return window.URL?window.URL.createObjectURL(e):window.webkitURL?window.webkitURL.createObjectURL(e):``}var Cn=(()=>{let e={svg:[`image/svg+xml`,`image/svg`],jpg:[`image/jpeg`,`image/jpg`],jpeg:[`image/jpeg`],png:[`image/png`],gif:[`image/gif`],webp:[`image/webp`],bmp:[`image/bmp`,`image/x-bmp`,`image/x-ms-bmp`],ico:[`image/x-icon`,`image/vnd.microsoft.icon`],tiff:[`image/tiff`,`image/tif`,`image/x-tiff`],apng:[`image/apng`],avif:[`image/avif`],heic:[`image/heic`],pdf:[`application/pdf`],txt:[`text/plain`],csv:[`text/csv`],json:[`application/json`],xml:[`application/xml`],doc:[`application/msword`],docx:[`application/vnd.openxmlformats-officedocument.wordprocessingml.document`],xls:[`application/vnd.ms-excel`],xlsx:[`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`],ppt:[`application/vnd.ms-powerpoint`],pptx:[`application/vnd.openxmlformats-officedocument.presentationml.presentation`],zip:[`application/zip`],rar:[`application/x-rar-compressed`],"7z":[`application/x-7z-compressed`],mp3:[`audio/mpeg`],mp4:[`video/mp4`],mov:[`video/quicktime`],avi:[`video/x-msvideo`],wav:[`audio/wav`]},t={},n={};for(let[r,i]of Object.entries(e)){t[r]=i[0];for(let e of i)n[e]=r}return{extensionToMime:t,mimeToExtension:n}})();function wn(e){if(!e)return`jpg`;let t=e.toLowerCase().trim();return Cn.mimeToExtension[t]||`jpg`}function Tn(e){if(!e)return``;let t=e.replace(/^\./,``).toLowerCase();return Cn.extensionToMime[t]||``}function En(){let e=new Date;return[e.getFullYear(),String(e.getMonth()+1).padStart(2,`0`),String(e.getDate()).padStart(2,`0`),String(e.getHours()).padStart(2,`0`),String(e.getMinutes()).padStart(2,`0`),String(e.getSeconds()).padStart(2,`0`)].join(``)+Math.random().toString(36).substring(2,10)}var Dn={name:`cvGeoCity`,mixins:[],components:{},emits:[`update:province`,`update:city`,`update:district`,`update:provinceCode`,`update:cityCode`,`update:districtCode`],props:{modelValue:{type:[String,Array,Number],default(){return[]}},province:{type:[String]},provinceCode:{type:[Number,String],default:``},city:{type:[String]},cityCode:{type:[Number,String],default:``},district:{type:[String]},districtCode:{type:[Number,String],default:``},cityHide:{type:Boolean,default:!1},districtHide:{type:Boolean,default:!1}},watch:{modelValue(e){},province(e){this.initProvince()},provinceCode(e){this.initProvince()},cityCode(e){this.initCity()},districtCode(e){this.initDistrict()}},data(){return{provinceCdnList:{},cityCdnList:{},districtCdnList:{},isCdnLoading:!0,provinceList:[],cityList:[],districtList:[],local1_code:``,local1_name:``,local2_code:``,local2_name:``,local3_code:``,local3_name:``,local1_flag:!1,local2_flag:!1,local3_flag:!1,hideMunicipality:!1,municipalities:[`110000`,`120000`,`310000`,`500000`,`北京市`,`天津市`,`上海市`,`重庆市`]}},async mounted(){await fn(this.CDN_URL_UI+`/dict/geo/province-kv-window.js`),await fn(this.CDN_URL_UI+`/dict/geo/city-kv-window.js`),await fn(this.CDN_URL_UI+`/dict/geo/district-kv-window.js`),await this.initLoad()},methods:{initLoad(){setTimeout(()=>{this.provinceCdnList=window.cdn__DictAreaProvince,this.cityCdnList=window.cdn__DictAreaCity,this.districtCdnList=window.cdn__DictAreaDistrict,this.local1_flag=!1,this.isCdnLoading=!1,this.getProvinces(),this.initProvince()},200)},initProvince(){if(!this.province&&!this.provinceCode)return!1;this.getProvinces();let e=this.provinceList.find(e=>this.province?e.provinceName===this.province:this.provinceCode&&e.provinceCode===this.provinceCode);e&&(this.local1_code=e.provinceCode,this.changeProvince(e.provinceCode)),this.initCity()},initCity(){if(!this.city&&!this.cityCode)return!1;let e=this.cityList.find(e=>this.city?e.cityName===this.city:this.cityCode&&e.cityCode===this.cityCode);e&&(this.local2_code=e.cityCode,this.changeCity(e.cityCode)),this.initDistrict()},initDistrict(){if(!this.district&&!this.districtCode)return!1;let e=this.districtList.find(e=>this.district?e.districtName===this.district:this.districtCode&&e.districtCode===this.districtCode);e&&this.changeDistrict(e.districtCode)},getProvinces(){if(!this.local1_flag&&typeof this.provinceCdnList==`object`){let e=[];for(let t in this.provinceCdnList)e.push({provinceCode:t,provinceName:this.provinceCdnList[t]});this.provinceList=e,this.local1_flag=!0}},changeProvince(e){this._getNeedCity(),this.local2_flag=!0,this.local2_code=``,this.local2_name=``,this.local3_code=``,this.local3_name=``,this.local1_code=e,this.local1_name=this.provinceList.find(t=>t.provinceCode===e)?.provinceName,this.handleChoose()},_getNeedCity(){let e=[],t=this.local1_code.substring(0,2);for(let n in this.cityCdnList)n.substring(0,2)==t&&e.push({cityCode:n,cityName:this.cityCdnList[n]});this.cityList=e},getCities(){this.local2_flag||this.provinceCode&&(this._getNeedCity(),this.local2_flag=!0)},changeCity(e){this._getNeedDistrict(),this.local3_flag=!0,this.local3_name=``,this.local3_code=``,this.local2_code=e,this.local2_name=this.cityList.find(t=>t.cityCode===e)?.cityName,this.handleChoose()},_getNeedDistrict(){let e=[],t=this.local2_code.substring(0,4);for(let n in this.districtCdnList)n.substring(0,4)==t&&e.push({districtCode:n,districtName:this.districtCdnList[n]});this.districtList=e},getDistrict(){this.local3_flag||this.local2_code&&this._getNeedDistrict()},changeDistrict(e){this.local3_code=e,this.local3_name=this.districtList.find(t=>t.districtCode===e)?.districtName,this.handleChoose()},handleChoose(){this.$emit(`update:province`,this.local1_name),this.$emit(`update:provinceCode`,this.local1_code),this.$emit(`update:city`,this.local2_name),this.$emit(`update:cityCode`,this.local2_code),this.$emit(`update:district`,this.local3_name),this.$emit(`update:districtCode`,this.local3_code)}}},On={class:`cv-geo-city`},kn={key:0},An={key:1};function jn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-option`),s=(0,l.resolveComponent)(`el-select`),c=(0,l.resolveDirective)(`loading`);return(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,On,[(0,l.createElementVNode)(`div`,null,[(0,l.createVNode)(s,{modelValue:i.local1_code,"onUpdate:modelValue":t[0]||=e=>i.local1_code=e,onFocus:a.getProvinces,onChange:a.changeProvince,placeholder:`省`,filterable:``},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.provinceList,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:e.provinceCode,label:e.provinceName,value:e.provinceCode},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e.provinceName),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},8,[`modelValue`,`onFocus`,`onChange`])]),n.cityHide?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,kn,[(0,l.createVNode)(s,{modelValue:i.local2_code,"onUpdate:modelValue":t[1]||=e=>i.local2_code=e,onFocus:a.getCities,onChange:a.changeCity,placeholder:`市`,filterable:``},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.cityList,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:e.cityCode,label:e.cityName,value:e.cityCode},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e.cityName),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},8,[`modelValue`,`onFocus`,`onChange`])])),!n.cityHide&&!n.districtHide?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,An,[(0,l.createVNode)(s,{modelValue:i.local3_code,"onUpdate:modelValue":t[2]||=e=>i.local3_code=e,onFocus:a.getDistrict,onChange:a.changeDistrict,placeholder:`区/县`,filterable:``},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.districtList,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:e.districtCode,label:e.districtName,value:e.districtCode},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e.districtName),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},8,[`modelValue`,`onFocus`,`onChange`])])):(0,l.createCommentVNode)(``,!0)])),[[c,i.isCdnLoading]])}var Mn=k(Dn,[[`render`,jn]]),Nn={computed:{componentName(){return this.$options.name}},methods:{_mergeAttrs(e){let t=this.$cvUiParams||{},n=e&&t[e]||{},r=t[this.componentName]||{},i=Object.assign({},n,r);return Object.assign({},i,this.$attrs)}}},Pn={name:`cvGeoMap`,mixins:[Nn],emits:[`update:address`,`update:latitude`,`update:longitude`,`update:name`,`update:city`],props:{title:{type:[String],default:`选择经纬度地点`},mapKey:{type:[String],default:``},mapSecret:{type:[String],default:``},mapType:{type:[String],default:`qq`},address:{type:[String]},name:{type:[String]},city:{type:[String]},latitude:{type:[Number,String]},longitude:{type:[Number,String]}},watch:{address(e){this.localAddress=e},latitude(e){this.localLatitude=e},longitude(e){this.localLongitude=e},name(e){this.localName=e},city(e){this.localCity=e}},computed:{localMapKey(){return this._mergeAttrs(`geo`).mapKey},localMapSecret(){return this._mergeAttrs(`geo`).mapSecret},mapSrc(){let e=this.localMapKey;if(this.mapType==`qq`){if(!this.localMapKey)return``;let t=`https://apis.map.qq.com/tools/locpicker`;return t+=`?search=1&type=1&key=${e}&referer=myapp`,this.latitude&&this.longitude&&(t+=`&coord=${this.latitude},${this.longitude}`),t}else if(this.mapType==`amap`){if(!this.localMapKey||!this.localMapSecret)return``;let t=`https://m.amap.com/picker/`;return t+=`?zoom=15&radius=1000&total=20&key=${e}&jscode=${localMapSecret}`,this.latitude&&this.longitude&&(t+=`¢er=${this.longitude},${this.latitude}`),t}else return this.$message.info(`目前不支持百度地图`),``}},data(){return{localMapShow:!1,localAddress:``,localLatitude:``,localLongitude:``,localName:``,localCity:``}},mounted(){this.initData()},methods:{initData(){let e=this;window.addEventListener(`message`,t=>{let n=t.data;n&&n.module==`locationPicker`&&(e.localAddress=n.poiaddress||``,e.localName=n.poiname||``,e.localCity=n.cityname||``,e.localLatitude=n.latlng.lat||``,e.localLongitude=n.latlng.lng||``)},!1)},handleMapClose(){this.localMapShow=!1},handleMapOpen(){this.localMapShow=!0},handleConfirm(){this.$emit(`update:address`,this.localAddress),this.$emit(`update:longitude`,this.localLongitude),this.$emit(`update:latitude`,this.localLatitude),this.$emit(`update:name`,this.localName),this.$emit(`update:city`,this.localCity),this.handleMapClose()},handleCopy(e){this.$cvCopy(e)}}},Fn={class:`cv-geo-map__wrap`},In={class:`cv-geo-map__box`},Ln={style:{width:`100%`,height:`510px`}},Rn=[`src`],zn={class:`cv-geo-map__info`},Bn={key:0,class:`cv-geo-map__address`},Vn={key:1,class:`cv-geo-map__jwd`};function Hn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`),s=(0,l.resolveComponent)(`el-tooltip`),c=(0,l.resolveComponent)(`el-button`),u=(0,l.resolveComponent)(`el-scrollbar`),d=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,null,[(0,l.createElementVNode)(`div`,Fn,[(0,l.createElementVNode)(`div`,In,[(0,l.createVNode)(s,{class:`item`,effect:`dark`,content:`请点击查找位置选择位置`,placement:`bottom`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{modelValue:i.localAddress,"onUpdate:modelValue":t[0]||=e=>i.localAddress=e},null,8,[`modelValue`])]),_:1}),(0,l.createVNode)(c,{type:`primary`,icon:`ElIconSearch`,onClick:a.handleMapOpen},{default:(0,l.withCtx)(()=>[...t[5]||=[(0,l.createTextVNode)(`请查找位置`,-1)]]),_:1},8,[`onClick`])])]),(0,l.createVNode)(d,{modelValue:i.localMapShow,"onUpdate:modelValue":t[4]||=e=>i.localMapShow=e,title:n.title,width:`520`,"before-close":a.handleMapClose},{footer:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,zn,[i.localAddress?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Bn,[t[6]||=(0,l.createElementVNode)(`span`,{class:`cv-geo-map__label`},`已选:`,-1),(0,l.createVNode)(s,{class:`item`,effect:`dark`,content:`点击复制`,placement:`bottom`},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`span`,{class:`cv-geo-map__value`,onClick:t[1]||=e=>a.handleCopy(i.localAddress)},(0,l.toDisplayString)(i.localAddress),1)]),_:1})])):(0,l.createCommentVNode)(``,!0),i.localAddress?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Vn,[t[7]||=(0,l.createElementVNode)(`span`,{class:`cv-geo-map__label`},`经度:`,-1),(0,l.createVNode)(s,{class:`item`,effect:`dark`,content:`点击复制`,placement:`bottom`},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`span`,{class:`cv-geo-map__value`,onClick:t[2]||=e=>a.handleCopy(i.localLongitude)},(0,l.toDisplayString)(i.localLongitude),1)]),_:1}),t[8]||=(0,l.createElementVNode)(`span`,{class:`cv-geo-map__label`},`纬度:`,-1),(0,l.createVNode)(s,{class:`item`,effect:`dark`,content:`点击复制`,placement:`bottom`},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`span`,{class:`cv-geo-map__value`,onClick:t[3]||=e=>a.handleCopy(i.localLatitude)},(0,l.toDisplayString)(i.localLatitude),1)]),_:1})])):(0,l.createCommentVNode)(``,!0)]),(0,l.createElementVNode)(`div`,null,[(0,l.createVNode)(c,{onClick:a.handleMapClose},{default:(0,l.withCtx)(()=>[...t[9]||=[(0,l.createTextVNode)(`取消`,-1)]]),_:1},8,[`onClick`]),(0,l.createVNode)(c,{type:`primary`,onClick:a.handleConfirm,disabled:!i.localAddress},{default:(0,l.withCtx)(()=>[...t[10]||=[(0,l.createTextVNode)(`确认选择`,-1)]]),_:1},8,[`onClick`,`disabled`])])]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,Ln,[(0,l.createVNode)(u,{style:{height:`510px`}},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`iframe`,{id:`mapPage`,width:`100%`,height:`100%`,style:{height:`500px`},frameborder:`0`,src:a.mapSrc},null,8,Rn)]),_:1})])]),_:1},8,[`modelValue`,`title`,`before-close`])],64)}var Un=k(Pn,[[`render`,Hn]]);Mn.install=function(e){e.component(Mn.name,Mn)},Un.install=function(e){e.component(Un.name,Un)};var Wn={...c.ElOption,extends:c.ElOption,name:`cvSelectOpt`},Gn={name:`cvSelectBase`,emits:[`onChoose`,`change`,`update:modelValue`],props:{...c.ElSelect.props,modelValue:{type:[String,Array,Number],default(){return``}},emptyValues:{type:[Array],default:[null,void 0]},dataLists:{type:[Array],default(){return[]}},dataField:{type:[Object],default(){return{}}},dataDisabled:{type:[Array],default(){return[]}},disabled:{type:Boolean,default:!1},placeholder:{type:[String,Number],default:`请选择`}},watch:{modelValue(e){this.localVal=e},dataLists:{handler(){this._parseLocalOpt()},immediate:!0,deep:!0},localVal(e){this.handleChange()}},data(){return{localVal:this.modelValue,localOpt:[]}},methods:{handleChoose(e,t){this.$emit(`onChoose`,e,t)},handleChange(){this.$emit(`change`,this.localVal),this.$emit(`update:modelValue`,this.localVal)},_parseLocalOpt(){let e=[];if(this.dataLists&&this.dataLists.length!==0)if(typeof this.dataLists[0]==`string`)this.dataLists.map(t=>{e.push({label:t,value:t})}),this.localOpt=e;else{var t=this.dataField&&this.dataField.label||`label`,n=this.dataField&&this.dataField.value||`value`;this.dataLists.map(r=>{let i=r[t]===0?0:r[t]||``,a=r[n]===0?0:r[n]||``;if(a=a===0?0:a||i,this.dataDisabled.length>0)for(let e in this.dataDisabled)this.dataDisabled[e][n]==a&&(r.disabled=!0);e.push({label:i,value:a,disabled:r.disabled&&!0||!1}),(r.checked==`true`||r.checked==1)&&(typeof this.localVal==`string`?this.localVal=a:typeof this.localVal==`object`&&this.localVal.push(a))}),this.localOpt=e}}}};function Kn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-option`),s=(0,l.resolveComponent)(`el-select`);return(0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({class:`cv-select-base`},e.$props,{modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e,size:e.size,filterable:``,clearable:``}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`,{},()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.localOpt,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:t,label:e.label,value:e.value,disabled:e.disabled,onClick:n=>a.handleChoose(e,t)},null,8,[`label`,`value`,`disabled`,`onClick`]))),128))])]),_:3},16,[`modelValue`,`size`])}var qn=k(Gn,[[`render`,Kn]]),Jn={name:`cvSelectTree`,emits:[`update:modelValue`,`change`],props:{...c.ElSelect.props,modelValue:{type:[String,Array,Number],default(){return``}},dataLists:{type:[Array],default(){return[]}},dataField:{type:[Object],default:()=>({value:`id`,label:`title`,children:`children`})},clearable:{type:Boolean,default:!0},accordion:{type:Boolean,default:!1},defaultExpandAll:{type:Boolean,default:!0},dataDisabled:{type:[Array],default(){return[]}},disabled:{type:Boolean,default:!1},placeholder:{type:[String,Number],default:`请选择`},showAllLevels:{type:Boolean,default:!0},showCheckbox:{type:Boolean,default:!1},filterable:{type:Boolean,default:!0},emitPath:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},refID:{type:[String],required:!1,default(){return`cvSelectTree-`+ +new Date+((Math.random()/1e4).toFixed(0)+``)}}},watch:{modelValue(){this.localVal=this.modelValue,this.initHandle()},dataLists:{handler(){this._parseLocalOpt()},immediate:!0,deep:!0},localVal(){this.handleChange()}},data(){return{localVal:``,localOpt:[],localTitle:``,defaultExpandedKey:[]}},computed:{props2(){return Object.assign(this.dataField,{emitPath:this.emitPath},{multiple:this.multiple})}},created(){},mounted(){this.localVal=this.modelValue,this.initHandle()},methods:{initHandle(){if(this.localVal){var e=this.$refs[this.refID+`tree`].getNode(this.localVal);e&&(this.localTitle=e.data[this.dataField.label],this.$refs[this.refID+`tree`].setCurrentKey(this.localVal),this.defaultExpandedKey=[this.localVal])}else this.clearHandle();this.initScroll()},initScroll(){this.$nextTick(()=>{let e=document.querySelectorAll(`.cv-select-tree .el-scrollbar .el-select-dropdown__wrap`)[0],t=document.querySelectorAll(`.cv-select-tree .el-scrollbar .el-scrollbar__bar`);e.style.cssText=`margin: 0px; max-height: none; overflow: hidden;`,t.forEach(e=>e.style.width=0)})},handleNodeClick(e,t,n){e.disabled||(this.localTitle=e[this.dataField.label],this.localVal=e[this.dataField.value],this.defaultExpandedKey=[],this.$refs[this.refID].blur())},clearHandle(){this.localTitle=``,this.localVal=``,this.defaultExpandedKey=[],this.clearSelected()},clearSelected(){document.querySelectorAll(`#${this.refID}tree .el-tree-node`).forEach(e=>e.classList.remove(`is-current`))},handleChange(){this.$emit(`change`,this.localVal),this.$emit(`update:modelValue`,this.localVal)},_parseLocalOpt(){let e=this.dataLists;this.dataField&&this.dataField.label;let t=this.dataField&&this.dataField.value||`value`,n=this.dataField&&this.dataField.children||`children`,r=this.dataDisabled;i(e);function i(e){for(let a in e)r.map(n=>{e[a][t]==n[t]&&(e[a].disabled=!0)}),e[a][n]&&i(e[a][n])}this.localOpt=e}}};function Yn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-tree`),s=(0,l.resolveComponent)(`el-option`),c=(0,l.resolveComponent)(`el-select`);return(0,l.openBlock)(),(0,l.createBlock)(c,(0,l.mergeProps)(e.$props,{ref:n.refID,"popper-class":`cv-select-tree`,modelValue:i.localTitle,onClear:a.clearHandle}),{default:(0,l.withCtx)(()=>[(0,l.createVNode)(s,{value:i.localTitle,label:i.localTitle,class:`options`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{"highlight-current":``,id:n.refID+`tree`,ref:n.refID+`tree`,accordion:n.accordion,showCheckbox:n.showCheckbox,data:i.localOpt,props:n.dataField,"node-key":n.dataField.value,onNodeClick:a.handleNodeClick,"default-expand-all":n.defaultExpandAll},null,8,[`id`,`accordion`,`showCheckbox`,`data`,`props`,`node-key`,`onNodeClick`,`default-expand-all`])]),_:1},8,[`value`,`label`])]),_:1},16,[`modelValue`,`onClear`])}var Xn=k(Jn,[[`render`,Yn],[`__scopeId`,`data-v-a62c37b7`]]);Wn.install=function(e){e.component(Wn.name,Wn)},qn.install=function(e){e.component(qn.name,qn)},Xn.install=function(e){e.component(Xn.name,Xn)};var Zn={name:`cvCascaderBase`,components:{},props:{...c.ElCascader.props,modelValue:{type:[String,Array,Number],default(){}},dataLists:{type:[Array],default(){return[]}},dataDisabled:{type:[Array],default(){return[]}},disabled:{type:Boolean,default:!1},placeholder:{type:[String,Number],default:`请选择`},showAllLevels:{type:Boolean,default:!0},filterable:{type:Boolean,default:!0},dataField:{type:[Object],default(){return{}}},emitPath:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1}},watch:{modelValue(){this.localVal=this.modelValue},dataLists:{handler(){this._parseLocalOpt()},immediate:!0,deep:!0},localVal(){this.handleChange(),this.handleInput()}},data(){return{localVal:this.modelValue,localOpt:[]}},computed:{props2(){return Object.assign(this.dataField,{emitPath:this.emitPath},{multiple:this.multiple})}},created(){},methods:{handleChange(){this.$emit(`change`,this.localVal)},handleInput(){this.$emit(`update:modelValue`,this.localVal)},_parseLocalOpt(){let e=this.dataLists,t=this.dataField&&this.dataField.value||`value`,n=this.dataDisabled;r(e);function r(e){for(let i in e)n.map(n=>{e[i][t]==n[t]&&(e[i].disabled=!0)}),e[i].children&&r(e[i].children)}this.localOpt=e},getCheckedNodes(){}}},Qn={class:`cv-cascader-base block`};function $n(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-cascader`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Qn,[(0,l.createVNode)(o,(0,l.mergeProps)(e.$props,{props:a.props2,modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e,options:i.localOpt,onChange:a.handleChange,onGetCheckedNodes:a.getCheckedNodes}),null,16,[`props`,`modelValue`,`options`,`onChange`,`onGetCheckedNodes`])])}var er=k(Zn,[[`render`,$n]]);er.install=function(e){e.component(er.name,er)};var tr={props:{...c.ElTimePicker.props,modelValue:{type:[String,Array,Number,Object,Date],default:null}},watch:{modelValue:{handler(){if(this.valueFormat==`timestamp`){if(Array.isArray(this.modelValue)){var e=this.modelValue.map(e=>{if(!isNaN(e)&&e.toString().length==10)return e*1e3});if(this.localVal&&this.localVal[0]==e[0]&&this.localVal[1]==e[1])return;this.localVal=e}else this.modelValue&&this.modelValue.toString().length==10&&this.localVal!=this.modelValue*1e3&&(this.localVal=this.modelValue*1e3);return}this.localVal=this.modelValue},immediate:!0,deep:!0},localVal(){if(this.valueFormat==`timestamp`){var e;if(Array.isArray(this.localVal)){if(e=this.localVal.map(e=>{if(!isNaN(e)&&e.toString().length==13)return parseInt(e/1e3)}),this.modelValue&&e[0]==this.modelValue[0]&&e[1]==this.modelValue[1])return;this.$emit(`update:modelValue`,e)}else !isNaN(this.localVal)&&this.localVal.toString().length==13&&(e=parseInt(this.localVal/1e3),this.modelValue!=e&&this.$emit(`update:modelValue`,e));return}this.$emit(`update:modelValue`,this.localVal)}},data(){return{localVal:``}},created(){},methods:{}},nr={name:`cvTimeBase`,mixins:[tr],props:{format:{type:String,default:`HH:mm:ss`},valueFormat:{type:String,default:`HH:mm:ss`},placeholder:{type:[String,Number],default:`选择时间`}}};function rr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-time-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-timePicker-base`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,format:n.format,"picker-options":{}}),null,16,[`modelValue`,`format`])}var ir=k(nr,[[`render`,rr]]),ar={name:`cvTimeRange`,mixins:[tr],props:{format:{type:String,default:`HH:mm:ss`},valueFormat:{type:String,default:`HH:mm:ss`},startPlaceholder:{type:[String,Number],default:`开始时间`},rangeSeparator:{type:[String,Number],default:`至`},endPlaceholder:{type:[String,Number],default:`结束时间`}}};function or(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-time-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-timePicker-range`},e.$props,{"is-range":``,modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,format:n.format,"range-separator":n.rangeSeparator,"start-placeholder":n.startPlaceholder,"end-placeholder":n.endPlaceholder}),null,16,[`modelValue`,`format`,`range-separator`,`start-placeholder`,`end-placeholder`])}var sr=k(ar,[[`render`,or]]),cr={name:`cvTimeSelect`};function lr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-time-select`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-time-select`},e.$props),null,16)}var ur=k(cr,[[`render`,lr]]),dr={props:{...c.ElDatePicker.props,modelValue:{type:[String,Array,Number,Object,Date],default:null},pickerOptions:{type:Boolean,default:!1}},watch:{modelValue:{handler(){if(this.valueFormat==`timestamp`){if(Array.isArray(this.modelValue)){var e=this.modelValue.map(e=>{if(!isNaN(e)&&e.toString().length==10)return e*1e3});if(this.localVal&&this.localVal[0]==e[0]&&this.localVal[1]==e[1])return;this.localVal=e}else this.modelValue&&this.modelValue.toString().length==10&&this.localVal!=this.modelValue*1e3&&(this.localVal=this.modelValue*1e3);return}this.localVal=this.modelValue},immediate:!0,deep:!0},localVal(){if(this.valueFormat==`timestamp`){var e;if(Array.isArray(this.localVal)){if(e=this.localVal.map(e=>{if(!isNaN(e)&&e.toString().length==13)return parseInt(e/1e3)}),this.modelValue&&e[0]==this.modelValue[0]&&e[1]==this.modelValue[1])return;this.$emit(`update:modelValue`,e)}else !isNaN(this.localVal)&&this.localVal.toString().length==13&&(e=parseInt(this.localVal/1e3),this.modelValue!=e&&this.$emit(`update:modelValue`,e));return}this.$emit(`update:modelValue`,this.localVal)}},data(){return{localVal:``}}},fr={name:`cvDateBase`,mixins:[dr],props:{format:{type:String,default:`YYYY-MM-DD`},valueFormat:{type:String,default:`YYYY-MM-DD`},placeholder:{type:[String,Number],default:`选择日期`}},data(){return{localPickerOptions:{disabledDate(e){return e.getTime()>Date.now()},shortcuts:[{text:`今天`,onClick(e){e.$emit(`pick`,new Date)}},{text:`昨天`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24),e.$emit(`pick`,t)}},{text:`一周前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*7),e.$emit(`pick`,t)}},{text:`一个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*30),e.$emit(`pick`,t)}},{text:`三个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*90),e.$emit(`pick`,t)}},{text:`六个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*180),e.$emit(`pick`,t)}},{text:`一年前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*365),e.$emit(`pick`,t)}}]}}}};function pr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-date-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,type:`date`,"value-format":n.valueFormat,placeholder:n.placeholder,"picker-options":e.pickerOptions&&i.localPickerOptions}),null,16,[`modelValue`,`value-format`,`placeholder`,`picker-options`])}var mr=k(fr,[[`render`,pr]]),hr={name:`cvDateRange`,mixins:[dr],props:{valueFormat:{type:String,default:`yyyy-MM-dd`},startPlaceholder:{type:[String,Number],default:`开始日期`},rangeSeparator:{type:[String,Number],default:`至`},endPlaceholder:{type:[String,Number],default:`结束日期`}},data(){return{localPickerOptions:{shortcuts:[{text:`今天`,onClick(e){let t=new Date,n=new Date;e.$emit(`pick`,[n,t])}},{text:`昨天`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24),t.setTime(t.getTime()-3600*1e3*24),e.$emit(`pick`,[n,t])}},{text:`最近一周`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*7),e.$emit(`pick`,[n,t])}},{text:`最近一个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*30),e.$emit(`pick`,[n,t])}},{text:`最近三个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*90),e.$emit(`pick`,[n,t])}},{text:`最近六个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*180),e.$emit(`pick`,[n,t])}},{text:`最近一年`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*365),e.$emit(`pick`,[n,t])}}]}}}};function gr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-date-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,type:`daterange`,"value-format":n.valueFormat,"range-separator":n.rangeSeparator,"start-placeholder":n.startPlaceholder,"end-placeholder":n.endPlaceholder,"picker-options":e.pickerOptions&&i.localPickerOptions}),null,16,[`modelValue`,`value-format`,`range-separator`,`start-placeholder`,`end-placeholder`,`picker-options`])}var _r=k(hr,[[`render`,gr]]),vr={name:`cvDatetimeBase`,mixins:[dr],props:{format:{type:String,default:`YYYY-MM-DD HH:mm:ss`},valueFormat:{type:String,default:`YYYY-MM-DD HH:mm:ss`},placeholder:{type:[String,Number],default:`选择日期时间`}},data(){return{localPickerOptions:{disabledDate(e){return e.getTime()>Date.now()},shortcuts:[{text:`今天`,onClick(e){e.$emit(`pick`,new Date)}},{text:`昨天`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24),e.$emit(`pick`,t)}},{text:`一周前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*7),e.$emit(`pick`,t)}},{text:`一个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*30),e.$emit(`pick`,t)}},{text:`三个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*90),e.$emit(`pick`,t)}},{text:`六个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*180),e.$emit(`pick`,t)}},{text:`一年前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*365),e.$emit(`pick`,t)}}]}}}};function yr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-date-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,type:`datetime`,"value-format":n.valueFormat,placeholder:n.placeholder,"picker-options":e.pickerOptions&&i.localPickerOptions}),null,16,[`modelValue`,`value-format`,`placeholder`,`picker-options`])}var br=k(vr,[[`render`,yr]]),xr={name:`cvDatetimeRange`,mixins:[dr],props:{valueFormat:{type:String,default:`YYYY-MM-DD HH:mm:ss`},startPlaceholder:{type:[String,Number],default:`开始日期`},rangeSeparator:{type:[String,Number],default:`至`},endPlaceholder:{type:[String,Number],default:`结束日期`}},data(){return{localPickerOptions:{shortcuts:[{text:`今天`,onClick(e){let t=new Date,n=new Date;e.$emit(`pick`,[n,t])}},{text:`昨天`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24),t.setTime(t.getTime()-3600*1e3*24),e.$emit(`pick`,[n,t])}},{text:`最近一周`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*7),e.$emit(`pick`,[n,t])}},{text:`最近一个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*30),e.$emit(`pick`,[n,t])}},{text:`最近三个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*90),e.$emit(`pick`,[n,t])}},{text:`最近六个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*180),e.$emit(`pick`,[n,t])}},{text:`最近一年`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*365),e.$emit(`pick`,[n,t])}}]}}}};function Sr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-date-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,type:`datetimerange`,"value-format":n.valueFormat,"range-separator":n.rangeSeparator,"start-placeholder":n.startPlaceholder,"end-placeholder":n.endPlaceholder,align:`right`,"picker-options":e.pickerOptions&&i.localPickerOptions}),null,16,[`modelValue`,`value-format`,`range-separator`,`start-placeholder`,`end-placeholder`,`picker-options`])}var Cr=k(xr,[[`render`,Sr]]),wr={name:`cvDatetimeScreen`,props:{start:{type:String,default:null},end:{type:String,default:null},autoUpdate:{type:Boolean,default:!0}},emits:[`update:start`,`update:end`,`change`],data(){return{defaultTime:[new Date(2e3,0,1,0,0,0),new Date(2e3,0,1,23,59,59)],internalValue:[this.start||``,this.end||``]}},watch:{start(e){(e===null||e===``)&&(this.end===null||this.end===``)?this.internalValue=[null,null]:this.internalValue[0]=e},end(e){(this.start===null||this.start===``)&&(e===null||e===``)?this.internalValue=[null,null]:this.internalValue[1]=e}},computed:{dateUtil(){return{getStartOfDay(e=new Date){let t=new Date(e);return t.setHours(0,0,0,0),t},getEndOfDay(e=new Date){let t=new Date(e);return t.setHours(23,59,59,999),t},getYesterday(){let e=new Date;return e.setDate(e.getDate()-1),e},getDaysAgo(e){let t=new Date;return t.setDate(t.getDate()-(e-1)),t},getFirstDayOfMonth(){let e=new Date;return e.setDate(1),e},getFirstDayOfYear(){let e=new Date;return e.setMonth(0,1),e}}},refinedShortcuts(){return[{text:`本日`,value:()=>[this.dateUtil.getStartOfDay(),this.dateUtil.getEndOfDay()]},{text:`昨天`,value:()=>{let e=this.dateUtil.getYesterday();return[this.dateUtil.getStartOfDay(e),this.dateUtil.getEndOfDay(e)]}},{text:`最近7天`,value:()=>[this.dateUtil.getStartOfDay(this.dateUtil.getDaysAgo(7)),this.dateUtil.getEndOfDay()]},{text:`最近30天`,value:()=>[this.dateUtil.getStartOfDay(this.dateUtil.getDaysAgo(30)),this.dateUtil.getEndOfDay()]},{text:`本月`,value:()=>[this.dateUtil.getStartOfDay(this.dateUtil.getFirstDayOfMonth()),this.dateUtil.getEndOfDay()]},{text:`本年`,value:()=>[this.dateUtil.getStartOfDay(this.dateUtil.getFirstDayOfYear()),this.dateUtil.getEndOfDay()]},{text:`全部`,value:()=>[null,null]}]}},methods:{syncInternalValue(){(this.start===null||this.start===``)&&(this.end===null||this.end===``)?this.internalValue=[null,null]:this.internalValue=[this.start,this.end]},handleDateChange(e){e?(this.$emit(`update:start`,e[0]),this.$emit(`update:end`,e[1])):(this.$emit(`update:start`,null),this.$emit(`update:end`,null)),this.$emit(`change`,e)},handleCalendarChange(e){}},created(){this.syncInternalValue()}};function Tr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-date-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,{modelValue:i.internalValue,"onUpdate:modelValue":t[0]||=e=>i.internalValue=e,type:`datetimerange`,shortcuts:a.refinedShortcuts,"range-separator":`至`,"start-placeholder":`开始时间`,"end-placeholder":`结束时间`,"value-format":`YYYY-MM-DD HH:mm:ss`,"default-time":i.defaultTime,onChange:a.handleDateChange,onCalendarChange:a.handleCalendarChange,clearable:``,class:`screen-date-picker`},null,8,[`modelValue`,`shortcuts`,`default-time`,`onChange`,`onCalendarChange`])}var Er=k(wr,[[`render`,Tr]]);ir.install=function(e){e.component(ir.name,ir)},sr.install=function(e){e.component(sr.name,sr)},ur.install=function(e){e.component(ur.name,ur)},mr.install=function(e){e.component(mr.name,mr)},_r.install=function(e){e.component(_r.name,_r)},br.install=function(e){e.component(br.name,br)},Cr.install=function(e){e.component(Cr.name,Cr)},Er.install=function(e){e.component(Er.name,Er)};var Dr={name:`cvSwitchBase`,props:{...c.ElSwitch.props,activeColor:{type:[String],default:``},inactiveColor:{type:[String],default:``},disabled:{type:Boolean,default:!1}},watch:{modelValue(){this.localVal=this.modelValue},localVal(){this.$emit(`update:modelValue`,this.localVal)}},data(){return{localVal:this.modelValue}},created(){this.localVal=this.modelValue},methods:{}};function Or(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-switch`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e}),null,16,[`modelValue`])}var kr=k(Dr,[[`render`,Or]]);kr.install=function(e){e.component(kr.name,kr)};var Ar={name:`cvCodeSms`,mixins:[],components:{},props:{...c.ElInput.props,maxlength:{type:[Number,String],default:6},modelValue:{type:[Number,String],default:``},placeholder:{type:[Number,String],default:`请输入验证码`},disabled:{type:Boolean,default:!1},mobile:{type:[Number,String],default:``},mobileParam:{type:String,default:`mobile`},codeUrl:{type:String,default:``},codeSign:{type:Boolean,default:!1},apiFunc:{type:Function,default:null},waitTime:{type:[Number,String],default:60}},watch:{mobile(e){this.localMobile=e},modelValue(e){this.localVal=e}},data(){return{localVal:this.modelValue,localMobile:``,nextTime:0,diyPlaceholder:`短信验证码`,btnDisabled:!1,btnText:`获取验证码`,btnIntervalObj:null}},created(){this.localMobile=this.mobile},methods:{showDiyMsg(e){this.$message(e)},getSmsCode(){if(!this.localMobile){this.showDiyMsg(`手机号不正确`),this.$emit(`onGetSms`,!1);return}if(!/^[1][3,4,5,6,7,8,9][0-9]{9}$/.test(this.localMobile)){this.showDiyMsg(`手机号格式不正确`),this.$emit(`onGetSms`,!1);return}if(!this.codeUrl&&!this.apiFunc){this.showDiyMsg(`短信接口地址不能为空`);return}this.btnDisabled=!0,!this.btnIntervalObj&&this.btnDisabled&&(this.btnText=`请稍后...`,this.apiFunc?this.apiFunc({postType:`sendSms`,cto_sms_type:`alterMobile`,sendCode:`发送验证码`,[this.mobileParam]:this.localMobile}).then(e=>{let t=e;t.status==200?(this.showDiyMsg(`发送成功!`),setTimeout(()=>{if(this.codeSign){let e=t.data&&t.data.sign||``;this.diyPlaceholder=`识别码:`+e}this.smsCodeWaitTime()},500)):(this.showDiyMsg(`短信获取失败,请检查网络`),this.btnDisabled=!1,this.btnText=`获取验证码`)}).catch(e=>{this.btnDisabled=!1,this.btnText=`获取验证码`}):(this.btnDisabled=!1,this.btnText=`重新获取验证码`))},smsCodeWaitTime(){this.nextTime=Date.parse(new Date)/1e3+parseInt(this.waitTime),this.btnIntervalObj=setInterval(()=>{let e=this.nextTime-Date.parse(new Date)/1e3;e<=0?(clearInterval(this.btnIntervalObj),this.btnText=`重新获取验证码`,this.btnIntervalObj=0,this.btnDisabled=!1):(this.btnDisabled=!0,this.btnText=e.toString()+`s`)},100)},updateInput(e){this.$emit(`update:modelValue`,this.localVal)}}};function jr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-button`),s=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)(e.$props,{modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e,clearable:``,placeholder:i.diyPlaceholder,onInput:a.updateInput}),{append:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{onClick:a.getSmsCode,disabled:i.btnDisabled},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(i.btnText),1)]),_:1},8,[`onClick`,`disabled`])]),_:1},16,[`modelValue`,`placeholder`,`onInput`])}var Mr=k(Ar,[[`render`,jr]]);Mr.install=function(e){e.component(Mr.name,Mr)};var Nr={props:{fileType:{type:[Array],default:[]},fileSize:{type:[Number],default:2},fileUnit:{type:[String],default:``},multiple:{type:[Boolean],default:!1},limit:{type:[Number],default:5}}},Pr={class:`cv-upload-tip-box`},Fr={key:0},Ir={key:1};function Lr(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Pr,[t[0]||=(0,l.createElementVNode)(`span`,null,`最多上传`,-1),(0,l.createElementVNode)(`b`,null,(0,l.toDisplayString)(n.limit),1),(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.fileUnit),1),n.fileType.length?((0,l.openBlock)(),(0,l.createElementBlock)(`b`,Fr,(0,l.toDisplayString)(n.fileType.length?n.fileType.join(`/`):``),1)):(0,l.createCommentVNode)(``,!0),n.fileType.length?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,Ir,`格式`)):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`span`,null,`文件;且每`+(0,l.toDisplayString)(n.fileUnit)+`不超过`,1),(0,l.createElementVNode)(`b`,null,(0,l.toDisplayString)(n.fileSize)+`MB`,1)])}var Rr={inheritAttrs:!1,emits:[`update:modelValue`,`update:initValue`,`delete`,`error`,`success`],components:{uploadTip:k(Nr,[[`render`,Lr]])},mixins:[Nn],props:{multiple:{type:[Boolean],default:!1},limit:{type:[Number,String],default:1},drag:{type:Boolean,default:!1},httpRequest:{type:[Function],default:()=>{}},accept:String,beforeRemove:Function,upResponseFn:{type:[Function],default:null},signatureFn:{type:Function,default:null},signatureType:{type:[String],default:`aliyun_oss_type2`},signatureParam:{type:[Object],default:()=>({})}},data(){return{cropShow:!1,upIngPercent:0,upIngLoading:!1,upIngFileInfo:{}}},computed:{fileTypeStr(){return this.fileType.join(`,`)},tipAttr(){return{fileType:this.fileType||[],fileSize:this.fileSize||``,multiple:this?.multiple||!1,limit:this.limit?parseInt(this.limit):5}},mergeAttrs(){let e=this._mergeAttrs(`upload`);return this.$props.signatureType&&(e.signatureType=this.$props.signatureType),this.$props.signatureFn&&(e.signatureFn=this.$props.signatureFn),this.$props.signatureParam&&(e.signatureParam=this.$props.signatureParam),typeof e.upResponseFn!=`function`&&(e.upResponseFn=null),Object.assign({},e,this.$attrs)}},methods:{_commonBeforeUpload(e){e.type;let t=e.name||``;e.size/1024/1024;let n=t.split(`.`).pop().toLowerCase(),r=this.fileType.join(`、`);return this.fileType.includes(n)?e>this.fileSize?(ExtendMessage.error(`文件大小不能超过 ${this.fileSize} MB`),!1):!0:(ExtendMessage.error(`文件格式错误,请上传类型 如:${r}格式文件`),!1)},_commonRemove(){return new Promise((e,t)=>{this.$confirm(`提示`,{title:`确定删除??`,showCancelButton:!0,confirmButtonText:`确定`,cancelButtonText:`取消`,type:`warning`}).then(()=>{e(!0)}).catch(()=>{t(!1)})})},initHttpRequest(){},initOnProgress(e){this.upIngPercent=Number(e.percentage.toFixed(0))},initOnSuccess(e,t){},initOnExceed(){this.$message.error(`最多上传${this.limit}个文件`)}}};function zr(e){let t=[],n=Object.prototype.toString.call(e);if(n===`[object String]`)t.push(Br(e));else if(n===`[object Object]`)e.name&&e.url&&t.push(e);else if(n===`[object Array]`)for(let n in e){let r=e[n],i=Object.prototype.toString.call(r);i===`[object String]`?t.push(Br(r)):i===`[object Object]`&&r.name&&r.url&&t.push(r)}return t}function Br(e){let t=e.lastIndexOf(`/`),n=e.substring(t+1,e.length),r=``;return n.lastIndexOf(`.`)>-1&&(r=n.slice(n.lastIndexOf(`.`)+1),r=`image/`+r),{name:n,url:e,type:r,status:`success`}}function B(e){return 1024**e}function Vr(e){return e?e<B(1)?e+` B`:e<B(2)?(e/B(1)).toFixed(2)+` KB`:e<B(3)?(e/B(2)).toFixed(2)+` MB`:e<B(4)?(e/B(3)).toFixed(2)+` GB`:(e/B(4)).toFixed(2)+` TB`:`-`}function Hr(e){if(!e)return!0;let t=e?.expiration_last;if(!t)return!0;let n=mn(t),r=new Date;return isNaN(n.getTime())?!0:n.getTime()-r.getTime()<=6e4}async function Ur(e,t){if(!e||typeof e!=`function`)return!1;let n=null;if(Hr(n)){let r=await e({...t});if(r&&r.data&&r.status==200)n=r.data||{};else throw c.ElMessage.error(`获取STS令牌失败`),Error(`获取STS令牌失败 ${r?.message}`)}return{...n,pass:!!n}}async function Wr(e,t,n,r){e||=`aliyun_oss_type2`,r||={};let i=await Ur(t,{upload_type:e,...n});if(!i.pass)return c.ElMessage.error(`获取oss上传凭证异常`);if(e==`oss_upload1`){let e={bucket:i.bucket,region:i.endpoint.split(`.`)[0],accessKeyId:i.accessKeyId,accessKeySecret:i.accessKeySecret,stsToken:i.securityToken,expiration:i.expiration,...r,refreshSTSToken:async()=>{let e=await Ur(t);return{accessKeyId:e.accessKeyId,accessKeySecret:e.accessKeySecret,stsToken:e.securityToken}},refreshSTSTokenInterval:new Date(i.expiration)-new Date-1e3*60};return new OSS(e)}else if(e==`aliyun_oss_type2`)return i;throw Error(`上传类型错误`)}async function Gr(e,t,n){let r={},i=new FormData;i.append(`success_action_status`,t.success_action_status||`200`),i.append(`policy`,t.policy),i.append(`signature`,t.signature),i.append(`x-oss-signature`,t.signature),i.append(`x-oss-signature-version`,`OSS4-HMAC-SHA256`),i.append(`x-oss-credential`,t.x_oss_credential),i.append(`x-oss-date`,t.x_oss_date),i.append(`x-oss-security-token`,t.security_token);let a=t.key;if(t.key||(a=t.dir+`/`+e.name),i.append(`key`,a),t.callback&&i.append(`callback`,t.callback),t.callback_var&&_n(t.callback_var))for(let e in t.callback_var)t.callback_var.hasOwnProperty(e)&&i.append(e,t.callback_var[e]);return i.append(`file`,e),fetch(t.host,{method:`POST`,body:i,headers:r}).then(e=>{if(e.ok)return e.json()}).then(e=>{if(e&&e.success)return e.data}).catch(e=>{})}async function Kr(e,t,n,r){if(!n||typeof n!=`function`)return c.ElMessage.error(`签名方法错误`),Promise.reject();try{let i=En(),a=wn(e.type),o=`${i}.${a}`,s=await n({upload_type:t,...r,save_extension:a}).then(e=>e.data||{}).catch(e=>(c.ElMessage.error(`签名失败`),Promise.reject()));if(!s)return Promise.reject();if(s.name&&(o=`${s.name}.${a}`),e instanceof Blob&&(e=new File([e],o,{type:e.type,lastModified:Date.now()})),e)return await Gr(e,s)}catch{return Promise.reject()}}var qr=!1,Jr=.2,Yr=``,Xr=typeof navigator<`u`&&navigator.userAgent.indexOf(`Firefox`)>-1,Zr=typeof window<`u`&&(!!window.ActiveXObject||`ActiveXObject`in window),Qr=(e,t,n)=>{let r=e.deltaY||e.wheelDelta,i=t;Xr&&(r*=30),Zr&&(r=-r);let a=Jr/n.width*r;a<0&&(i+=Math.abs(a)),a>0&&t>Math.abs(a)&&(i-=Math.abs(a));let o=a<0?`add`:`reduce`;return o!==Yr&&(Yr=o,Jr=.2),qr||window.setTimeout(()=>{qr=!1,Jr+=.01},100),qr=!0,i},$r=(e,t)=>e*t,ei=typeof document<`u`&&`onwheel`in document.createElement(`div`)?`wheel`:`mousewheel`,ti=.2,ni=100,ri=(0,l.defineComponent)({name:`cropper-loading`,props:{isVisible:{type:Boolean,default:!1}},render(){let{$slots:e}=this;return this.isVisible?(0,l.createVNode)(`section`,{class:`cropper-loading`},[e.default?e.default():(0,l.createVNode)(`p`,{class:`cropper-loading-spin`},[(0,l.createVNode)(`i`,null,[(0,l.createVNode)(`svg`,{viewBox:`0 0 1024 1024`,focusable:`false`,"data-icon":`loading`,width:`1.5em`,height:`1.5em`,fill:`currentColor`,"aria-hidden":`true`},[(0,l.createVNode)(`path`,{d:`M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z`},null)])]),(0,l.createVNode)(`span`,null,null)])]):``}}),ii=(e,t=0)=>{if(typeof e==`number`)return e;let n=e.trim();if(n.endsWith(`%`)){let e=Number.parseFloat(n);return!Number.isFinite(e)||t<=0?0:t*e/100}let r=Number.parseFloat(n);return Number.isFinite(r)?r:0},ai=e=>typeof e==`number`?`${e}px`:e,oi=e=>{if(!Number.isFinite(e))return 0;let t=(e%360+360)%360;return Object.is(t,-0)?0:t},si=e=>{let{props:t,cropperRef:n,layoutContainer:r,imgs:i,cropping:a}=e,o=(0,l.computed)(()=>({...t.wrapper,width:ai(t.wrapper.width),height:ai(t.wrapper.height)})),s=(0,l.ref)({...t.cropLayout}),c=(0,l.computed)(()=>({width:ii(s.value.width,r.wrapLayout.width),height:ii(s.value.height,r.wrapLayout.height)})),u=()=>{if(!n.value)return;let e=Number.parseFloat((window.getComputedStyle(n.value).width||``).replace(`px`,``)),t=Number.parseFloat((window.getComputedStyle(n.value).height||``).replace(`px`,``));Number.isFinite(e)&&Number.isFinite(t)&&(r.wrapLayout={width:e,height:t})},d=(0,l.computed)(()=>{let e=r.wrapLayout.width,t=r.wrapLayout.height,n=c.value.width,i=c.value.height;return{width:e>0?Math.min(n,e):n,height:t>0?Math.min(i,t):i}}),f=(0,l.computed)(()=>{let e=r.wrapLayout.width,t=r.wrapLayout.height;return e<=0||t<=0?!0:d.value.width<e||d.value.height<t});return{wrapperStyle:o,innerCropLayout:s,cropLayoutStyle:c,effectiveCropLayoutStyle:d,shouldShowCropBox:f,isFullCropMode:(0,l.computed)(()=>!!i.value&&a.value&&!f.value),updateWrapLayoutFromDom:u}},ci={};ci.getData=e=>new Promise((t,n)=>{let r={};li(e).then(e=>{r.arrayBuffer=e,r.orientation=pi(e),t(r)}).catch(e=>{n(e)})});function li(e){let t=null;return new Promise((n,r)=>{if(e.src)if(/^data\:/i.test(e.src))t=di(e.src),n(t);else if(/^blob\:/i.test(e.src)){var i=new FileReader;i.onload=function(e){t=e.target?.result??null,n(t)},ui(e.src,function(e){i.readAsArrayBuffer(e)})}else{var a=new XMLHttpRequest;a.onload=function(){if(this.status==200||this.status===0)t=a.response,n(t);else throw`Could not load image`;a=null},a.open(`GET`,e.src,!0),a.responseType=`arraybuffer`,a.send(null)}else r(`img error`)})}function ui(e,t){var n=new XMLHttpRequest;n.open(`GET`,e,!0),n.responseType=`blob`,n.onload=function(){(this.status==200||this.status===0)&&t(this.response)},n.send()}function di(e){e=e.replace(/^data\:([^\;]+)\;base64,/gim,``);for(var t=atob(e),n=t.length,r=new ArrayBuffer(n),i=new Uint8Array(r),a=0;a<n;a++)i[a]=t.charCodeAt(a);return r}function fi(e,t,n){var r=``,i;for(i=t,n+=t;i<n;i++)r+=String.fromCharCode(e.getUint8(i));return r}function pi(e){var t=new DataView(e),n=t.byteLength,r,i,a,o,s,c,l,u,d,f;if(t.getUint8(0)===255&&t.getUint8(1)===216)for(d=2;d<n;){if(t.getUint8(d)===255&&t.getUint8(d+1)===225){l=d;break}d++}if(l&&(i=l+4,a=l+10,fi(t,i,4)===`Exif`&&(c=t.getUint16(a),s=c===18761,(s||c===19789)&&t.getUint16(a+2,s)===42&&(o=t.getUint32(a+4,s),o>=8&&(u=a+o)))),u){for(n=t.getUint16(u,s),f=0;f<n;f++)if(d=u+f*12+2,t.getUint16(d,s)===274){d+=8,r=t.getUint16(d,s);break}}return r}var mi=class{ctx;img;handle;constructor(){this.ctx=null,this.img=null,this.handle={1:e=>(e&&this.ctx&&this.img&&(e.width=this.img.width,e.height=this.img.height),e),2:e=>(e&&this.ctx&&this.img&&(e.width=this.img.width,e.height=this.img.height,this.ctx.translate(this.img.width,0),this.ctx.scale(-1,1)),e),3:e=>(e&&this.ctx&&this.img&&(e.width=this.img.width,e.height=this.img.height,this.ctx.translate(this.img.width/2,this.img.height/2),this.ctx.rotate(180*Math.PI/180),this.ctx.translate(-this.img.width/2,-this.img.height/2)),e),4:e=>(e&&this.ctx&&this.img&&(e.width=this.img.width,e.height=this.img.height,this.ctx.translate(0,this.img.height),this.ctx.scale(1,-1)),e),5:e=>(e&&this.ctx&&this.img&&(e.width=this.img.height,e.height=this.img.width,this.ctx.rotate(.5*Math.PI),this.ctx.scale(1,-1)),e),6:e=>(e&&this.ctx&&this.img&&(e.width=this.img.height,e.height=this.img.width,this.ctx.translate(this.img.height/2,this.img.width/2),this.ctx.rotate(90*Math.PI/180),this.ctx.translate(-this.img.width/2,-this.img.height/2)),e),7:e=>(e&&this.ctx&&this.img&&(e.width=this.img.height,e.height=this.img.width,this.ctx.rotate(.5*Math.PI),this.ctx.translate(this.img.width,-this.img.height),this.ctx.scale(-1,1)),e),8:e=>(e&&this.ctx&&this.img&&(e.width=this.img.height,e.height=this.img.width,this.ctx.translate(this.img.height/2,this.img.width/2),this.ctx.rotate(-90*Math.PI/180),this.ctx.translate(-this.img.width/2,-this.img.height/2)),e)}}render(e,t,n){if(this.ctx=t.getContext(`2d`),this.img=e,this.handle[n]){let e=this.handle[n](t);return this.ctx=e.getContext(`2d`),this.ctx.drawImage(this.img,0,0,this.img.width,this.img.height),this.ctx.restore(),e}else return t.width=e.width,t.height=e.height,this.ctx.drawImage(this.img,0,0,this.img.width,this.img.height),t}},hi=(e,t,n)=>{let r=`default`;for(let e of Object.keys(gi))if(e===n){r=n;break}let i=gi[r];return i(e,t,n)},gi={contain:(e,t)=>{let n=1,{width:r,height:i}={...e},a=t.width,o=t.height;return r>a&&(n=a/r),i*n>o&&(n=o/i),n},cover:(e,t)=>{let n=1,{width:r,height:i}={...e},a=t.width,o=t.height;return n=a/r,i*n<o&&(n=o/i),n},default:(e,t,n)=>{let r=1;if(n===`original`)return r;let{width:i,height:a}={...e},o=t.width,s=t.height,c=n.split(` `);try{let t=c[0];if(t.search(`px`)!==-1&&(t=t.replace(`px`,``),i=parseFloat(t),r=i/e.width),t.search(`%`)!==-1&&(t=t.replace(`%`,``),i=parseFloat(t)/100*o,r=i/e.width),c.length===2&&t===`auto`){let t=c[1];t.search(`px`)!==-1&&(t=t.replace(`px`,``),a=parseFloat(t),r=a/e.height),t.search(`%`)!==-1&&(t=t.replace(`%`,``),a=parseFloat(t)/100*s,r=a/e.height)}}catch{r=1}return r}},_i=new mi,vi=async e=>new Promise((t,n)=>{let r=new Image;r.onload=()=>t(r),r.onerror=n,r.src=e,e.substr(0,4)!==`data`&&(r.crossOrigin=``)}),yi=e=>ci.getData(e),bi=(e,t,n)=>t&&_i.render(e,t,n),xi=e=>{if(typeof navigator>`u`)return[`0`,`0`,`0`];let t=navigator.userAgent.split(` `),n=``,r=[`0`,`0`,`0`],i=new RegExp(e,`i`);for(let e=0;e<t.length;e++)i.test(t[e])&&(n=t[e]);return n&&(r=n.split(`/`)[1].split(`.`)),r},Si=e=>{if(Number(xi(`chrome`)[0])>=81)return-1;if(Number(xi(`safari`)[0])>=605){let e=xi(`version`);if(Number(e[0])>13&&Number(e[1])>1)return-1}let t=typeof navigator<`u`?navigator.userAgent.toLowerCase().match(/cpu iphone os (.*?) like mac os/):null;if(t){let n=t[1].split(`_`).map(e=>Number(e));return n[0]>13||n[0]>=13&&n[1]>=4||Number(xi(`Firefox`)[0])>=97?-1:e}return e},Ci=(e,t,n)=>hi(e,t,n),wi=(e,t)=>{let{scale:n,imgStyle:r,layoutStyle:i,rotate:a}=e,o={width:n*r.width,height:n*r.height},s=(i.width-o.width)/2,c=(i.height-o.height)/2;t&&(s=t.x,c=t.y);let l=((o.width-r.width)/2+s)/n,u=((o.height-r.height)/2+c)/n;return{imgExhibitionStyle:{width:`${r.width}px`,height:`${r.height}px`,transform:`scale(${n}, ${n}) translate3d(${l}px, ${u}px, 0px) rotateZ(${a}deg)`},imgAxis:{x:s,y:c,scale:n,rotate:a}}},Ti=(e,t,n)=>new Promise((r,i)=>{e.toBlob(e=>{if(e){r(e);return}i(Error(`canvas toBlob failed`))},`image/${t}`,n)}),Ei=async e=>e?/\.(gif|jpg|jpeg|png|bmp|GIF|JPG|PNG|WEBP|webp)$/.test(e.name)?new Promise((t,n)=>{let r=new FileReader;r.onload=e=>{let n=``,r=e.target;n=typeof r.result==`object`&&r.result?window.URL.createObjectURL(new Blob([r.result])):r.result,t(n)},r.onerror=n,r.readAsArrayBuffer(e)}):(alert(`图片类型必须是.gif,jpeg,jpg,png,bmp,webp中的一种`),``):``,Di=(e,t,n=0,r=1)=>{let i=document.createElement(`canvas`),a=i.getContext(`2d`),{width:o,height:s}=t,c=0,l=0,u=0;return o*=r,s*=r,i.width=o,i.height=s,n&&(u=Math.ceil(Math.sqrt(o*o+s*s)),i.width=u,i.height=u,a.translate(u/2,u/2),a.rotate(n*Math.PI/180),c=-u/2+(u-o)/2,l=-u/2+(u-s)/2),a.drawImage(e,c,l,o,s),a.restore(),i},Oi=async e=>{let{type:t=`base64`,url:n,sourceCanvas:r,imgLayout:i,imgAxis:a,cropAxis:o,cropLayout:s,outputType:c,outputSize:l=1,full:u=!0,original:d=!1,maxSideLength:f,cropping:p}=e,m=document.createElement(`canvas`),h=m.getContext(`2d`),g=null;if(!r){if(!n)throw Error("getCropImgData: either `sourceCanvas` or `url` must be provided");try{g=await vi(n)}catch{g=new Image}}return new Promise((e,n)=>{try{let _=Number.isFinite(f)?f:3e3,v=Number.isFinite(a.scale)&&a.scale>0?a.scale:1,y=d?1/v:1,b=d?1:Math.max(1,v),x=d?1:v/b,S={x:o.x*y,y:o.y*y},C={width:s.width*y,height:s.height*y},w={...a,x:a.x*y,y:a.y*y},T;T=r?!a.rotate&&b===1?r:ki(r,i,a.rotate,b):Di(g,i,a.rotate,b);let E=w.x-S.x,D=w.y-S.y,O=C.width,k=C.height;if(p||(O=T.width*x,k=T.height*x,E=0,D=0),a.rotate&&p){let e=i.width*(d?1:v),t=i.height*(d?1:v);E-=(T.width*x-e)/2,D-=(T.height*x-t)/2}let A=u&&typeof window<`u`?Math.max(1,window.devicePixelRatio||1):1;if(_>0){let e=Math.max(O*A,k*A);e>_&&(A*=_/e)}if(m.width=Math.max(1,Math.round(O*A)),m.height=Math.max(1,Math.round(k*A)),h.scale(A,A),h.imageSmoothingEnabled=!0,`imageSmoothingQuality`in h&&(h.imageSmoothingQuality=`high`),h.drawImage(T,E,D,T.width*x,T.height*x),h.restore(),t===`blob`){Ti(m,c,l).then(e).catch(n);return}e(m.toDataURL(`image/${c}`,l))}catch(e){n(e)}})},ki=(e,t,n=0,r=1)=>{let i=document.createElement(`canvas`),a=i.getContext(`2d`),{width:o,height:s}=t,c=0,l=0,u=0;return o*=r,s*=r,i.width=o,i.height=s,n&&(u=Math.ceil(Math.sqrt(o*o+s*s)),i.width=u,i.height=u,a.translate(u/2,u/2),a.rotate(n*Math.PI/180),c=-u/2+(u-o)/2,l=-u/2+(u-s)/2),a.drawImage(e,c,l,o,s),a.restore(),i},Ai=(e,t,n,r)=>{let i={left:0,right:0,top:0,bottom:0,scale:1},a=n.rotate*Math.PI/180,o=[{x:e.x,y:e.y},{x:e.x+t.width,y:e.y},{x:e.x+t.width,y:e.y+t.height},{x:e.x,y:e.y+t.height}].map(e=>Mi(e,-a)),s=Math.max(...o.map(e=>e.x))-Math.min(...o.map(e=>e.x)),c=Math.max(...o.map(e=>e.y))-Math.min(...o.map(e=>e.y)),l=Math.max(n.scale,s/r.width,c/r.height),u=r.width*l,d=r.height*l,f=u/2,p=d/2,m=Math.max(...o.map(e=>e.x-f)),h=Math.min(...o.map(e=>e.x+f)),g=Math.max(...o.map(e=>e.y-p)),_=Math.min(...o.map(e=>e.y+p)),v=Mi({x:n.x+f,y:n.y+p},-a),y=Mi({x:ji(v.x,m,h),y:ji(v.y,g,_)},a);return i.scale=l,i.left=y.x-f,i.right=y.x-f,i.top=y.y-p,i.bottom=y.y-p,i},ji=(e,t,n)=>Math.min(Math.max(e,t),n),Mi=(e,t)=>({x:e.x*Math.cos(t)-e.y*Math.sin(t),y:e.x*Math.sin(t)+e.y*Math.cos(t)}),Ni=(e,t,n,r)=>{let i=``,a=``,o=Ai(e,t,n,r),s=o.scale,c=.5;return n.x>o.left+c?i=`left`:n.x<o.right-c&&(i=`right`),n.y>o.top+c?a=`top`:n.y<o.bottom-c&&(a=`bottom`),{landscape:i,portrait:a,scale:s,boundary:o,imgAxis:n}},Pi={easeInOut:(e,t,n,r)=>(e=e/r*2,e<1?n/2*e*e+t:-n/2*(--e*(e-2)-1)+t)},Fi=(e,t,n,r)=>{if(n<=0||e===t)return r&&r(t),()=>0;let i=0,a=Math.max(1,Math.ceil(n/17)),o=0,s=()=>{let n=Pi.easeInOut(i,e,t-e,a);i++,i<=a?(r&&r(n),o=requestAnimationFrame(s)):r&&r(t)};return s(),()=>o},Ii=class{handlers;constructor(){this.handlers=new Map}addHandler(e,t){let n=this.handlers.get(e),r=[];n&&(r=[...n]),r.push(t),this.handlers.set(e,r)}fire(e){let t=this.handlers.get(e.type);t&&t.forEach(t=>{t(e)})}removeHandler(e,t){let n=this.handlers.get(e);if(!n)return;let r=0;for(let e=n.length;r<e&&n[r]!==t;r++);n.splice(r,1),this.handlers.set(e,n)}},Li=typeof window<`u`&&`ontouchstart`in window,Ri=typeof window<`u`&&`onmouseup`in window,zi=class{element;pre;watcher;touches;constructor(e){this.element=e,this.touches=null,this.pre={x:0,y:0},this.watcher=new Ii}fire(e){this.watcher.fire(e)}getAxis(e){return{x:e.clientX,y:e.clientY}}getTouchPair(e){return e.length<2?null:[e[0],e[1]]}start(e){e.preventDefault(),e.which===1&&(this.pre=this.getAxis(e),this.fire({type:`down`,event:e}),window.addEventListener(`mousemove`,this.move),window.addEventListener(`mouseup`,this.stop))}startTouch(e){let t=e.touches[0];if(!t)return;this.pre={x:t.clientX,y:t.clientY},this.fire({type:`down`,event:e});let n=this.getTouchPair(e.touches);n?(this.touches=n,window.addEventListener(`touchmove`,this.scaleTouch,{passive:!1}),window.removeEventListener(`touchmove`,this.moveTouch)):(window.addEventListener(`touchmove`,this.moveTouch,{passive:!1}),window.removeEventListener(`touchmove`,this.scaleTouch)),window.addEventListener(`touchend`,this.stopTouch)}move(e){e.preventDefault();let t=this.getAxis(e);this.fire({type:`down-to-move`,event:e,change:{x:t.x-this.pre.x,y:t.y-this.pre.y}}),this.pre=t}moveTouch(e){e.preventDefault();let t=e.touches[0];t&&(this.fire({type:`down-to-move`,event:e,change:{x:t.clientX-this.pre.x,y:t.clientY-this.pre.y}}),this.pre={x:t.clientX,y:t.clientY})}getLen(e){return Math.sqrt(e.x*e.x+e.y*e.y)}getScale(e,t){let n={x:e[1].clientX-e[0].clientX,y:e[1].clientY-e[0].clientY},r={x:t[1].clientX-t[0].clientX,y:t[1].clientY-t[0].clientY};return this.getLen(n)/this.getLen(r)}scaleTouch(e){e.preventDefault();let t=this.getTouchPair(e.touches);!t||!this.touches||(this.fire({type:`down-to-scale`,event:e,scale:this.getScale(t,this.touches)}),this.touches=t)}stop(e){this.fire({type:`up`,event:e}),window.removeEventListener(`mousemove`,this.move),window.removeEventListener(`mouseup`,this.stop)}stopTouch(e){this.fire({type:`up`,event:e}),this.touches=null,window.removeEventListener(`touchmove`,this.moveTouch),window.removeEventListener(`touchmove`,this.scaleTouch),window.removeEventListener(`touchend`,this.stopTouch)}on(e,t){this.watcher.addHandler(e,t),!(e!==`down-to-move`&&e!==`down-to-scale`&&e!==`up`)&&(Ri&&(this.start=this.start.bind(this),this.move=this.move.bind(this),this.stop=this.stop.bind(this),this.element.addEventListener(`mousedown`,this.start)),Li&&(this.startTouch=this.startTouch.bind(this),this.moveTouch=this.moveTouch.bind(this),this.scaleTouch=this.scaleTouch.bind(this),this.stopTouch=this.stopTouch.bind(this),this.element.addEventListener(`touchstart`,this.startTouch,{passive:!1})))}off(e,t){this.watcher.removeHandler(e,t),!(e!==`down-to-move`&&e!==`down-to-scale`&&e!==`up`)&&(Ri&&(this.element.removeEventListener(`mousedown`,this.start),window.removeEventListener(`mousemove`,this.move),window.removeEventListener(`mouseup`,this.stop)),Li&&(this.element.removeEventListener(`touchstart`,this.startTouch),window.removeEventListener(`touchmove`,this.moveTouch),window.removeEventListener(`touchmove`,this.scaleTouch),window.removeEventListener(`touchend`,this.stopTouch)))}},Bi=e=>{let{cropperImg:t,cropperBox:n,layout:r,cropping:i,centerBox:a,centerWrapper:o,effectiveCropLayoutStyle:s,getBoundaryDuration:c,queueRealTimeEmit:u}=e,d=(0,l.ref)(null),f=(0,l.ref)(!1),p=null,m=null,h=e=>{let t=wi({scale:r.imgAxis.scale,imgStyle:{...r.imgLayout},layoutStyle:{...r.wrapLayout},rotate:r.imgAxis.rotate},e);r.imgExhibitionStyle=t.imgExhibitionStyle,r.imgAxis=t.imgAxis,u()},g=()=>{if(f.value=!1,!a.value&&!o.value)return;let e=c(),t;t=a.value?Ni({...r.cropAxis},{...s.value},{...r.imgAxis},{...r.imgLayout}):Ni({x:0,y:0},{...r.wrapLayout},{...r.imgAxis},{...r.imgLayout}),r.imgAxis.scale<t.scale&&Fi(r.imgAxis.scale,t.scale,e,e=>{_(e,!0)}),t.landscape===`left`&&Fi(r.imgAxis.x,t.boundary.left,e,e=>{h({x:e,y:r.imgAxis.y})}),t.landscape===`right`&&Fi(r.imgAxis.x,t.boundary.right,e,e=>{h({x:e,y:r.imgAxis.y})}),t.portrait===`top`&&Fi(r.imgAxis.y,t.boundary.top,e,e=>{h({x:r.imgAxis.x,y:e})}),t.portrait===`bottom`&&Fi(r.imgAxis.y,t.boundary.bottom,e,e=>{h({x:r.imgAxis.x,y:e})}),u()},_=(e,t=!1)=>{let n={x:r.imgAxis.x,y:r.imgAxis.y};t||(n.x-=r.imgLayout.width*(e-r.imgAxis.scale)/2,n.y-=r.imgLayout.height*(e-r.imgAxis.scale)/2);let i=wi({scale:e,imgStyle:{...r.imgLayout},layoutStyle:{...r.wrapLayout},rotate:r.imgAxis.rotate},n);r.imgExhibitionStyle=i.imgExhibitionStyle,r.imgAxis=i.imgAxis,u(),d.value!==null&&clearTimeout(d.value);let a=c();d.value=setTimeout(()=>{g()},a)},v=e=>{let t=s.value.width,n=s.value.height,a=r.wrapLayout.width-t,o=r.wrapLayout.height-n;e.x<0&&(e.x=0),e.y<0&&(e.y=0),e.x>a&&(e.x=a),e.y>o&&(e.y=o),r.cropAxis=e,i.value=!0,u()},y=()=>{r.cropAxis={x:0,y:0},i.value=!1},b=e=>{if(!e.change)return;let t={x:e.change.x+r.imgAxis.x,y:e.change.y+r.imgAxis.y};if(a.value||o.value){let n=a.value?Ni({...r.cropAxis},{...s.value},{...r.imgAxis},{...r.imgLayout}):Ni({x:0,y:0},{...r.wrapLayout},{...r.imgAxis},{...r.imgLayout});(n.landscape!==``||n.portrait!==``)&&(t.x=r.imgAxis.x+e.change.x*ti,t.y=r.imgAxis.y+e.change.y*ti)}h(t)},x=e=>{f.value=!0,e.scale&&_($r(e.scale,r.imgAxis.scale))},S=e=>{!f.value&&e.change&&v({x:e.change.x+r.cropAxis.x,y:e.change.y+r.cropAxis.y})},C=()=>{w();let e=t.value;e&&(p=new zi(e),p.on(`down-to-move`,b),p.on(`down-to-scale`,x),p.on(`up`,g))},w=()=>{p&&=(p.off(`down-to-move`,b),p.off(`up`,g),p.off(`down-to-scale`,x),null)},T=()=>{E();let e=n.value;e&&(m=new zi(e),m.on(`down-to-move`,S),m.on(`down-to-scale`,x),m.on(`up`,g))},E=()=>{m&&=(m.off(`down-to-move`,S),m.off(`down-to-scale`,x),m.off(`up`,g),null)};return{bindMoveImg:C,unbindMoveImg:w,bindMoveCrop:T,unbindMoveCrop:E,setScale:_,setImgAxis:h,reboundImg:g,checkedCrop:v,clearCrop:y}},Vi=e=>{let{imgs:t,cropping:n,effectiveCropLayoutStyle:r,layout:i,emit:a}=e,o=0,s=()=>{if(!t.value||!n.value)return null;let e=i.imgAxis.scale,a=`scale(${e}, ${e}) translate3d(${(i.imgLayout.width*(e-1)/2+(i.imgAxis.x-i.cropAxis.x))/e}px, ${(i.imgLayout.height*(e-1)/2+(i.imgAxis.y-i.cropAxis.y))/e}px, 0) rotateZ(${i.imgAxis.rotate}deg)`,o=r.value.width,s=r.value.height;return{w:o,h:s,url:t.value,img:{width:`${i.imgLayout.width}px`,height:`${i.imgLayout.height}px`,transform:a},html:`<div class="show-preview" style="width: ${o}px; height: ${s}px; overflow: hidden"><div style="width: ${o}px; height: ${s}px"><img src="${t.value}" style="width: ${i.imgLayout.width}px; height: ${i.imgLayout.height}px; transform: ${a}"></div></div>`}},c=()=>{let e=s();e&&(a(`real-time`,e),a(`realTime`,e))};return(0,l.onUnmounted)(()=>{o&&=(cancelAnimationFrame(o),0)}),{queueRealTimeEmit:()=>{o&&cancelAnimationFrame(o),o=requestAnimationFrame(()=>{o=0,c()})},getRealTimePreview:s}},Hi=e=>{let{layout:t,imgs:n,cropping:r,cropLayoutStyle:i,effectiveCropLayoutStyle:a,shouldShowCropBox:o,checkedCrop:s,queueRealTimeEmit:c}=e;return{renderCrop:e=>{let{width:n,height:r}=t.wrapLayout,a=i.value.width,o=i.value.height;n>0&&(a=Math.min(a,n)),r>0&&(o=Math.min(o,r));let c={x:(n-a)/2,y:(r-o)/2};s(e?{...e}:c)},computedClassDrag:()=>{let e=[`cropper-drag-box`];return r.value&&o.value&&e.push(`cropper-modal`),e.join(` `)},getCropBoxStyle:()=>{let e={width:`${a.value.width}px`,height:`${a.value.height}px`,transform:`translate3d(${t.cropAxis.x}px, ${t.cropAxis.y}px, 0)`};return t.cropExhibitionStyle.div=e,e},getCropImgStyle:()=>{let e=t.imgAxis.scale,n=(t.imgLayout.width*(e-1)/2+(t.imgAxis.x-t.cropAxis.x))/e,r=(t.imgLayout.height*(e-1)/2+(t.imgAxis.y-t.cropAxis.y))/e,i={width:`${t.imgLayout.width}px`,height:`${t.imgLayout.height}px`,transform:`scale(${e}, ${e}) translate3d(${n}px, ${r}px, 0) rotateZ(${t.imgAxis.rotate}deg)`};return t.cropExhibitionStyle.img=i,i},isFullCropMode:(0,l.computed)(()=>!!n.value&&r.value&&!o.value),onCropAxisChanged:()=>{c()}}},Ui=e=>{let{canvas:t,outputType:n,outputSize:r,full:i,original:a,maxSideLength:o,cropLayout:s,cropping:c,url:l}=e,u=e=>typeof e?.value<`u`?e.value:e,d=()=>{if(l)return typeof l?.value<`u`?l.value:l},f=(l=`base64`)=>t.value?Oi({type:l,outputType:n.value,outputSize:r.value,full:i.value,original:a.value,maxSideLength:o.value,sourceCanvas:t.value,url:d(),imgAxis:{...u(e.imgAxis)},imgLayout:{...u(e.imgLayout)},cropLayout:{...s.value},cropAxis:{...u(e.cropAxis)},cropping:c.value}):Promise.reject(Error(`No image canvas available`));return{getCropData:f,getCropBlob:()=>f(`blob`)}},Wi=e=>{typeof e==`string`&&e.startsWith(`blob:`)&&URL.revokeObjectURL(e)},Gi=async e=>{try{let t=new Image;if(t.src=e,typeof t.decode==`function`){await t.decode();return}await new Promise(e=>{t.onload=()=>e(),t.onerror=()=>e()})}catch{}},Ki=()=>new Promise(e=>{requestAnimationFrame(()=>e())}),qi=e=>{if(typeof window>`u`)return 1;let t=(e?e():window.devicePixelRatio)||1;return Math.min(Math.max(1,t),2)},Ji=async(e,t)=>{let{previewMaxSide:n,getWrapLayout:r,getDevicePixelRatio:i}=t,a=Number(n),o=Number.isFinite(a)&&a>0?a:1/0,s=r(),c=Math.max(1,Math.max(s.width||0,s.height||0)*qi(i)),l=Math.max(e.width,e.height),u=Math.min(1,Math.min(o,c)/Math.max(1,l)),d=e;if(u<1){let t=Math.max(1,Math.round(e.width*u)),n=Math.max(1,Math.round(e.height*u)),r=document.createElement(`canvas`);r.width=t,r.height=n;let i=r.getContext(`2d`);i.imageSmoothingEnabled=!0,`imageSmoothingQuality`in i&&(i.imageSmoothingQuality=`high`),i.drawImage(e,0,0,t,n),d=r}return new Promise((e,t)=>{d.toBlob(async n=>{if(!n){t(Error(`Failed to create preview blob`));return}let r=URL.createObjectURL(n);await Gi(r),e(r)},`image/png`,1)})},Yi=e=>{let{canvas:t,imgs:n,imgLoading:r,cropping:i,filter:a,mode:o,defaultRotate:s,layout:c,updateWrapLayoutFromDom:u,createPreviewUrl:d,imgLoadEmit:f,renderCrop:p,reboundImg:m,queueRealTimeEmit:h}=e,g=0,_=!1,v=e=>{if(t.value){if(a.value){let e=t.value;e=a.value(e)??e,t.value=e}y(e)}},y=e=>{if(t.value)try{u(),c.imgLayout={width:t.value.width,height:t.value.height};let a=wi({scale:Ci({...c.imgLayout},{...c.wrapLayout},o.value),imgStyle:{...c.imgLayout},layoutStyle:{...c.wrapLayout},rotate:oi(s.value)});c.imgExhibitionStyle=a.imgExhibitionStyle,c.imgAxis=a.imgAxis;let f=n.value;d(t.value).then(async t=>{if(_||e!==g){Wi(t);return}n.value=t,Wi(f),i.value&&p(),m(),h(),await(0,l.nextTick)(),await Ki(),r.value=!1}).catch(t=>{_||e!==g||(n.value=``,r.value=!1)})}catch{r.value=!1}},b=async e=>{let i=++g;r.value=!0;let a=n.value;n.value=``,Wi(a),t.value=null;let o;try{o=await vi(e),f({type:`success`,message:`图片加载成功`})}catch(e){return f({type:`error`,message:`图片加载失败${e}`}),r.value=!1,!1}let s={orientation:-1};try{s=await yi(o)}catch{s.orientation=1}let c=s.orientation||-1;c=Si(c);let l=document.createElement(`canvas`);try{l=bi(o,l,c)??l}catch{}return _||i!==g?(r.value=!1,!1):(t.value=l,v(i),!0)},x=()=>{_=!0,g+=1,Wi(n.value)};return(0,l.onUnmounted)(()=>{x()}),{checkedImg:b,markUnmounted:x}},Xi=e=>{let{cropperRef:t,isDrag:n,onUpload:r}=e,i=e=>{e.preventDefault();let t=e.dataTransfer;n.value=!1,Ei(t.files[0]).then(e=>{e&&r(e)})},a=e=>{e.preventDefault(),n.value=!0},o=e=>{e.preventDefault(),n.value=!1};return(0,l.onMounted)(()=>{let e=t.value;e&&(e.addEventListener(`dragover`,a,!1),e.addEventListener(`dragend`,o,!1),e.addEventListener(`drop`,i,!1))}),(0,l.onUnmounted)(()=>{t.value?.removeEventListener(`drop`,i,!1),t.value?.removeEventListener(`dragover`,a,!1),t.value?.removeEventListener(`dragend`,o,!1)}),{drop:i,dragover:a,dragend:o}},Zi=e=>{let{isIE:t,supportWheel:n,changeImgSize:r,setScale:i}=e,a=e=>typeof e?.value<`u`?e.value:e,o=t=>{t.preventDefault();let n=a(e.imgAxis),o=a(e.imgLayout);i(r(t,n.scale,o))},s=()=>{typeof window>`u`||(t?window.addEventListener(n,o):window.addEventListener(n,o,{passive:!1}))},c=()=>{typeof window>`u`||window.removeEventListener(n,o)};return(0,l.onUnmounted)(()=>{c()}),{mouseInCropper:s,mouseOutCropper:c}},Qi=e=>{let{img:t,imgs:n,imgLoading:r,cropping:i,filter:a,mode:o,defaultRotate:s,cropLayout:c,wrapperStyle:u,cropLayoutStyle:d,shouldShowCropBox:f,centerBox:p,centerWrapper:m,innerCropLayout:h,layout:g,checkedImg:_,bindMoveImg:v,bindMoveCrop:y,unbindMoveCrop:b,renderCrop:x,setImgAxis:S,reboundImg:C,updateWrapLayoutFromDom:w,normalizeRotate:T,setRotate:E}=e;(0,l.watch)(t,e=>{e&&e!==n.value&&_(e)}),(0,l.watch)(n,e=>{e&&((0,l.nextTick)(()=>{v()}),i.value&&f.value&&(0,l.nextTick)(()=>{y()}))}),(0,l.watch)(i,e=>{e&&f.value&&(0,l.nextTick)(()=>{y()})}),(0,l.watch)(a,()=>{r.value=!0,_(t.value)}),(0,l.watch)(o,()=>{r.value=!0,_(t.value)}),(0,l.watch)(s,e=>{E(T(e))}),(0,l.watch)(c,e=>{h.value={...e}},{deep:!0}),(0,l.watch)(u,async()=>{await(0,l.nextTick)(),w(),n.value&&(i.value&&x({...g.cropAxis}),S({x:g.imgAxis.x,y:g.imgAxis.y}),C())},{deep:!0,flush:`post`}),(0,l.watch)(d,()=>{n.value&&(i.value&&x({...g.cropAxis}),C())},{deep:!0}),(0,l.watch)(f,e=>{if(n.value){if(e&&i.value){(0,l.nextTick)(()=>{y()});return}b()}},{flush:`post`}),(0,l.watch)(p,e=>{e&&C()}),(0,l.watch)(m,e=>{e&&C()})},$i=e=>{let{imgs:t,img:n,imgLoading:r,layout:i,innerCropLayout:a,checkedImg:o,updateWrapLayoutFromDom:s,renderCrop:c,checkedCrop:l,reboundImg:u,queueRealTimeEmit:d}=e,f=(e,n=!0)=>{let{x:r,y:a,scale:o}=i.imgAxis,s={x:r,y:a},c=wi({scale:o,imgStyle:{...i.imgLayout},layoutStyle:{...i.wrapLayout},rotate:e},s);i.imgExhibitionStyle=c.imgExhibitionStyle,i.imgAxis=c.imgAxis,d(),n&&t.value&&u()};return{setRotate:f,rotateLeft:()=>{f(i.imgAxis.rotate-90)},rotateRight:()=>{f(i.imgAxis.rotate+90)},rotateClear:()=>{f(0)},reload:()=>n.value?o(n.value):(t.value=``,r.value=!1,!1),setRotateAngle:e=>{f(oi(e))},setCropLayout:e=>{a.value={...e},t.value&&(s(),c(),u())},setCropAxis:e=>{t.value&&(s(),l({...e}),u())}}},ea=()=>({imgLayout:{width:0,height:0},wrapLayout:{width:0,height:0},imgAxis:{x:0,y:0,scale:0,rotate:0},imgExhibitionStyle:{width:``,height:``,transform:``},cropAxis:{x:0,y:0},cropExhibitionStyle:{div:{},img:{}}}),ta=e=>{let{centerBox:t,centerWrapper:n,centerBoxDelay:r,centerWrapperDelay:i}=e;return{getBoundaryDuration:()=>t.value?Math.max(0,r.value):n.value?Math.max(0,i.value):ni}},na=e=>{let{previewMaxSide:t,getWrapLayout:n}=e;return{createPreviewUrl:e=>Ji(e,{previewMaxSide:t.value,getWrapLayout:n})}},ra=e=>({imgLoadEmit:t=>{e(`img-load`,t)},imgUploadEmit:t=>{e(`img-upload`,t)},emitRealTime:(t,n)=>{if(t===`real-time`){e(`real-time`,n);return}e(`realTime`,n)}}),ia=[`onMouseover`,`onMouseout`],aa={key:0,class:`cropper-box cropper-fade-in`},oa=[`src`],sa=[`src`],ca={key:2,class:`cropper-full-mask cropper-fade-in`},la={key:3,class:`drag`},ua=(0,l.defineComponent)({__name:`vue-cropper`,props:{img:{default:``},wrapper:{default:()=>({width:300,height:300})},cropLayout:{default:()=>({width:200,height:200})},color:{default:`#fff`},filter:{type:[Function,null],default:null},outputType:{default:`png`},outputSize:{default:1},full:{type:Boolean,default:!0},original:{type:Boolean,default:!1},maxSideLength:{default:3e3},previewMaxSide:{default:2048},mode:{default:`cover`},cropColor:{default:`#fff`},defaultRotate:{default:0},centerBox:{type:Boolean,default:!1},centerWrapper:{type:Boolean,default:!1},centerBoxDelay:{default:ni},centerWrapperDelay:{default:ni}},emits:[`img-load`,`img-upload`,`real-time`,`realTime`],setup(e,{expose:t,emit:n}){let r=e,i=(0,l.ref)(),a=(0,l.ref)(),o=(0,l.ref)(),s=n,c=(0,l.ref)(!1),u=(0,l.ref)(``),d=(0,l.ref)(null),f=(0,l.reactive)(ea()),p=(0,l.ref)(!1),m=(0,l.ref)(!0),{img:h,filter:g,mode:_,defaultRotate:v,outputType:y,outputSize:b,full:x,original:S,maxSideLength:C,previewMaxSide:w,centerBox:T,cropLayout:E,centerWrapper:D,centerBoxDelay:O,centerWrapperDelay:k}=(0,l.toRefs)(r),{wrapperStyle:A,innerCropLayout:ee,cropLayoutStyle:j,effectiveCropLayoutStyle:te,shouldShowCropBox:ne,isFullCropMode:M,updateWrapLayoutFromDom:re}=si({props:r,cropperRef:i,layoutContainer:f,imgs:u,cropping:m}),{getBoundaryDuration:ie}=ta({centerBox:T,centerWrapper:D,centerBoxDelay:O,centerWrapperDelay:k}),{imgLoadEmit:ae,imgUploadEmit:oe,emitRealTime:se}=ra(s),{queueRealTimeEmit:N}=Vi({imgs:u,cropping:m,effectiveCropLayoutStyle:te,layout:f,emit:se}),{bindMoveImg:ce,unbindMoveImg:le,bindMoveCrop:ue,unbindMoveCrop:de,setScale:fe,setImgAxis:pe,reboundImg:P,checkedCrop:me}=Bi({cropperImg:a,cropperBox:o,layout:f,cropping:m,centerBox:T,centerWrapper:D,effectiveCropLayoutStyle:te,getBoundaryDuration:ie,queueRealTimeEmit:N});Xi({cropperRef:i,isDrag:p,onUpload:oe});let{renderCrop:he,computedClassDrag:ge,getCropBoxStyle:_e,getCropImgStyle:ve}=Hi({layout:f,imgs:u,cropping:m,cropLayoutStyle:j,effectiveCropLayoutStyle:te,shouldShowCropBox:ne,checkedCrop:me,queueRealTimeEmit:N}),F=(0,l.toRef)(f,`imgAxis`),ye=(0,l.toRef)(f,`imgLayout`),{getCropData:be,getCropBlob:xe}=Ui({canvas:d,outputType:y,outputSize:b,full:x,original:S,maxSideLength:C,imgAxis:F,imgLayout:ye,cropAxis:(0,l.toRef)(f,`cropAxis`),cropLayout:te,cropping:m,url:h}),{createPreviewUrl:Se}=na({previewMaxSide:w,getWrapLayout:()=>(re(),{...f.wrapLayout})}),{checkedImg:Ce}=Yi({canvas:d,imgs:u,imgLoading:c,cropping:m,filter:g,mode:_,defaultRotate:v,layout:f,updateWrapLayoutFromDom:re,createPreviewUrl:Se,imgLoadEmit:ae,renderCrop:()=>he(),reboundImg:P,queueRealTimeEmit:N}),{mouseInCropper:we,mouseOutCropper:Te}=Zi({isIE:Zr,supportWheel:ei,changeImgSize:Qr,imgAxis:F,imgLayout:ye,setScale:fe});Qi({img:h,imgs:u,imgLoading:c,cropping:m,filter:g,mode:_,defaultRotate:v,cropLayout:E,wrapperStyle:A,cropLayoutStyle:j,shouldShowCropBox:ne,centerBox:T,centerWrapper:D,innerCropLayout:ee,layout:f,checkedImg:Ce,bindMoveImg:ce,bindMoveCrop:ue,unbindMoveCrop:de,renderCrop:he,setImgAxis:pe,reboundImg:P,updateWrapLayoutFromDom:re,normalizeRotate:oi,setRotate:e=>I(e)});let{setRotate:I,rotateLeft:Ee,rotateRight:De,rotateClear:Oe,reload:ke,setRotateAngle:Ae,setCropLayout:je,setCropAxis:Me}=$i({imgs:u,img:h,imgLoading:c,layout:f,innerCropLayout:ee,checkedImg:Ce,updateWrapLayoutFromDom:re,renderCrop:he,checkedCrop:me,reboundImg:P,queueRealTimeEmit:N});(0,l.onMounted)(()=>{r.img?Ce(r.img):u.value=``}),(0,l.onUnmounted)(()=>{le(),de()});let Ne=(0,l.useSlots)();return t({getCropData:be,getCropBlob:xe,rotateLeft:Ee,rotateRight:De,rotateClear:Oe,reload:ke,setRotateAngle:Ae,setCropLayout:je,setCropAxis:Me}),(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`section`,{class:`vue-cropper`,style:(0,l.normalizeStyle)((0,l.unref)(A)),ref_key:`cropperRef`,ref:i,onMouseover:(0,l.unref)(we),onMouseout:(0,l.unref)(Te)},[u.value?((0,l.openBlock)(),(0,l.createElementBlock)(`section`,aa,[(0,l.createElementVNode)(`section`,{class:`cropper-box-canvas`,style:(0,l.normalizeStyle)(f.imgExhibitionStyle)},[(0,l.createElementVNode)(`img`,{src:u.value,alt:`cropper-next-vue`},null,8,oa)],4),(0,l.createElementVNode)(`section`,{class:(0,l.normalizeClass)((0,l.unref)(ge)()),ref_key:`cropperImg`,ref:a},null,2)])):(0,l.createCommentVNode)(``,!0),m.value&&u.value&&(0,l.unref)(ne)?((0,l.openBlock)(),(0,l.createElementBlock)(`section`,{key:1,class:`cropper-crop-box cropper-fade-in`,style:(0,l.normalizeStyle)((0,l.unref)(_e)())},[(0,l.createElementVNode)(`span`,{class:`cropper-view-box`,style:(0,l.normalizeStyle)({outlineColor:e.cropColor})},[(0,l.unref)(h)?((0,l.openBlock)(),(0,l.createElementBlock)(`img`,{key:0,src:u.value,style:(0,l.normalizeStyle)((0,l.unref)(ve)()),alt:`cropper-img`},null,12,sa)):(0,l.createCommentVNode)(``,!0)],4),(0,l.createElementVNode)(`span`,{class:`cropper-face cropper-move`,ref_key:`cropperBox`,ref:o},null,512)],4)):(0,l.createCommentVNode)(``,!0),(0,l.unref)(M)?((0,l.openBlock)(),(0,l.createElementBlock)(`section`,ca)):(0,l.createCommentVNode)(``,!0),p.value?((0,l.openBlock)(),(0,l.createElementBlock)(`section`,la,[(0,l.renderSlot)(t.$slots,`drag`,{},()=>[n[0]||=(0,l.createElementVNode)(`p`,null,`拖动图片到此`,-1)])])):(0,l.createCommentVNode)(``,!0),(0,l.createVNode)((0,l.unref)(ri),{"is-visible":c.value},(0,l.createSlots)({_:2},[(0,l.unref)(Ne).loading?{name:`default`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(t.$slots,`loading`)]),key:`0`}:void 0]),1032,[`is-visible`])],44,ia))}});typeof window<`u`&&(window.requestAnimationFrame||(window.requestAnimationFrame=e=>window.setTimeout(e,17)),window.cancelAnimationFrame||(window.cancelAnimationFrame=e=>{window.clearTimeout(e)})),{version:`0.2.0`}.version;var da={class:`cv-upload-crop-box`},fa={class:`cv-upload-crop-left-box`},pa={class:`cv-upload-crop-left-opt`},ma={class:`cv-upload-crop-left-opt2`},ha={class:`cv-upload-crop-left-opt2`},ga={class:`cv-upload-crop-right-box`},_a=[`innerHTML`],va={title:`头像上传`,name:`cvUploadAvatar`,mixins:[Rr],components:{UploadCrop:Object.assign({props:{loading:{type:[Boolean],default:!1},modelValue:{type:[Boolean],default:!1},src:{type:[String],default:``},size:{type:[Number],default:120},title:{type:[String],default:`裁剪`}},emits:[`update:modelValue`,`onSubmit`,`onClose`],data(){return{cropDialogVisible:!1,cropAutoCrop:!0,cropFixedBox:!0,cropOutputType:`png`,cropPreviews:{},cropVisible:!1,cropBeforelImage:``,cropAfterImage:``,cropLocalWidth:this.size,cropLocalHeight:this.size}},watch:{modelValue(e){this.cropDialogVisible=e,this.cropInit()},src(e){this.cropInit()}},computed:{cropAttrs(){return{info:!0,autoCrop:this.cropAutoCrop,fixedBox:this.cropFixedBox,autoCropWidth:this.cropLocalWidth,autoCropHeight:this.cropLocalHeight,outputType:this.cropOutputType}}},mounted(){},methods:{cropInit(){this.cropBeforelImage=this.src||``},cropDialoClose(){this.cropBeforelImage=``,this.cropPreviews=``,this.cropVisible=!1,this.cropDialogVisible=!1,this.$emit(`update:modelValue`,!1),this.$emit(`onClose`,!1)},cropDialogOpened(){this.$nextTick(()=>{this.cropVisible=!0})},cropSubmit(){this._submit_blob()},_submit_blob(){this.$refs.cvAvatartCropper.getCropBlob(e=>{this.$emit(`onSubmit`,{file:e})})},_submit_base64(){this.$refs.cvAvatartCropper.getCropData(e=>{let t=new Image;t.src=e,t.onload=async()=>{imageCompress(t)}})},cropRotateRefresh(){},cropRotateLeft(){this.$refs.cvAvatartCropper.rotateLeft()},cropRotateRight(){this.$refs.cvAvatartCropper.rotateRight()},cropChangeScale(e){e||=1,this.$refs.cvAvatartCropper.changeScale(e)},cropRealTime(e){this.cropPreviews=e}}},{__name:`UploadCrop`,setup(e){return(t,n)=>{let r=(0,l.resolveComponent)(`el-button`),i=(0,l.resolveComponent)(`el-tooltip`),a=(0,l.resolveComponent)(`el-input`),o=(0,l.resolveComponent)(`el-dialog`),s=(0,l.resolveDirective)(`loading`);return(0,l.openBlock)(),(0,l.createBlock)(o,{title:e.title,modelValue:t.cropDialogVisible,"onUpdate:modelValue":n[7]||=e=>t.cropDialogVisible=e,width:`800px`,"append-to-body":``,onOpened:t.cropDialogOpened,onClose:t.cropDialoClose},{footer:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{type:`primary`,onClick:t.cropSubmit,loading:e.loading,disabled:e.loading},{default:(0,l.withCtx)(()=>[...n[12]||=[(0,l.createTextVNode)(`提 交`,-1)]]),_:1},8,[`onClick`,`loading`,`disabled`])]),default:(0,l.withCtx)(()=>[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,da,[(0,l.createElementVNode)(`div`,fa,[t.cropVisible?((0,l.openBlock)(),(0,l.createBlock)((0,l.unref)(ua),(0,l.mergeProps)({key:0,ref:`cvAvatartCropper`,img:t.cropBeforelImage},t.cropAttrs,{onRealTime:t.cropRealTime}),null,16,[`img`,`onRealTime`])):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`div`,pa,[(0,l.renderSlot)(t.$slots,`default`),(0,l.createVNode)(i,{effect:`dark`,content:`重置`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{icon:`ElIconRefresh`,onClick:n[0]||=e=>t.cropRotateRefresh()})]),_:1}),(0,l.createVNode)(i,{effect:`dark`,content:`放大`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{icon:`ElIconZoomIn`,onClick:n[1]||=e=>t.cropChangeScale(1)})]),_:1}),(0,l.createVNode)(i,{effect:`dark`,content:`缩小`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{icon:`ElIconZoomOut`,onClick:n[2]||=e=>t.cropChangeScale(-1)})]),_:1}),(0,l.createVNode)(i,{effect:`dark`,content:`向左旋转`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{icon:`ElIconRefreshLeft`,onClick:n[3]||=e=>t.cropRotateLeft()})]),_:1}),(0,l.createVNode)(i,{effect:`dark`,content:`向右旋转`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{icon:`ElIconRefreshRight`,onClick:n[4]||=e=>t.cropRotateRight()})]),_:1})]),(0,l.createElementVNode)(`div`,ma,[(0,l.createVNode)(a,{size:`small`},{prepend:(0,l.withCtx)(()=>[...n[8]||=[(0,l.createTextVNode)(`X\xA0坐标`,-1)]]),_:1}),(0,l.createVNode)(a,{size:`small`},{prepend:(0,l.withCtx)(()=>[...n[9]||=[(0,l.createTextVNode)(`Y\xA0坐标`,-1)]]),_:1})]),(0,l.createElementVNode)(`div`,ha,[(0,l.createVNode)(a,{size:`small`,modelValue:t.cropLocalWidth,"onUpdate:modelValue":n[5]||=e=>t.cropLocalWidth=e},{prepend:(0,l.withCtx)(()=>[...n[10]||=[(0,l.createTextVNode)(`宽度`,-1)]]),_:1},8,[`modelValue`]),(0,l.createVNode)(a,{size:`small`,modelValue:t.cropLocalHeight,"onUpdate:modelValue":n[6]||=e=>t.cropLocalHeight=e},{prepend:(0,l.withCtx)(()=>[...n[11]||=[(0,l.createTextVNode)(`高度`,-1)]]),_:1},8,[`modelValue`])])]),(0,l.createElementVNode)(`div`,ga,[(0,l.createElementVNode)(`div`,{class:`cv-upload-crop-preview`,innerHTML:t.cropPreviews.html},null,8,_a)])])),[[s,e.loading]])]),_:3},8,[`title`,`modelValue`,`onOpened`,`onClose`])}}})},props:{modelValue:{type:[String],default:``},initValue:{type:[String],default:``},fileSize:{type:[Number],default:2},fileType:{type:[Array],default:()=>[`png`,`jpg`,`jpeg`,`gif`]},showSize:{type:Number,default:120},crop:{type:[Boolean],default:!0},signatureParam:{type:[Object],default:()=>({save_sign:`avatar`})}},data(){return{localValue:``,localList:[],upAccept:`image/*`}},computed:{localRef(){return`cvUploadAvatar`+ +new Date+((Math.random()*1e3).toFixed(0)+``)},handlerAttr(){return{ref:this.localRef,action:`#`,accept:this.upAccept,limit:1,multiple:!1,drag:!1,disabled:this.upIngLoading,showFileList:!1}},showStyle(){return{width:this.showSize+`px`,height:this.showSize+`px`,lineHeight:this.showSize+`px`}}},watch:{initValue(e){this._init_parse()}},mounted(){this._init_parse()},methods:{_init_parse(){this.localValue=this.initValue||``},cropDialogOpen(){this.cropShow=!0,this.$nextTick(()=>{this._init_parse()})},initBeforeUpload(e){if(!this._commonBeforeUpload(e))return this.upIngLoading=!1,!1;if(this.crop){let t=new FileReader;t.readAsDataURL(e),t.onload=()=>{this.localValue=t.result},this.$refs.cvUploadAvatar.clearFiles()}},async onHttpRequest(e){let{file:t}=e;this.upIngLoading=!0,await Kr(t,this.mergeAttrs.signatureType||null,this.mergeAttrs.signatureFn||null,this.mergeAttrs.signatureParam||{}).then(e=>{this.$nextTick(()=>{this.$emit(`update:modelValue`,e.full_path),this.$emit(`update:initValue`,e.cdn_full_path)}),c.ElMessage.success(`上传成功`),this.upIngLoading=!1,this.cropShow=!1}).catch(()=>{this.upIngLoading=!1})}}},ya=[`src`];function ba(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`upload-tip`),s=(0,l.resolveComponent)(`cv-icons`),c=(0,l.resolveComponent)(`el-button`),u=(0,l.resolveComponent)(`el-tooltip`),d=(0,l.resolveComponent)(`el-upload`),f=(0,l.resolveComponent)(`upload-crop`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-upload-avatar-wrap`,onClick:t[2]||=(...e)=>a.cropDialogOpen&&a.cropDialogOpen(...e)},[n.initValue?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:0,class:`cv-upload-avatar-box cv-upload-avatar-empty`,style:(0,l.normalizeStyle)(a.showStyle)},[...t[3]||=[(0,l.createElementVNode)(`div`,{class:`cv-upload-avatar__text`},`上传头像`,-1)]],4)),n.initValue?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:1,class:`cv-upload-avatar-box`,style:(0,l.normalizeStyle)(a.showStyle)},[(0,l.createElementVNode)(`img`,{class:`cv-upload-avatar__img`,src:n.initValue},null,8,ya)],4)):(0,l.createCommentVNode)(``,!0),(0,l.createVNode)(o,(0,l.mergeProps)(e.tipAttr,{fileUnit:`张`,multiple:!1,limit:1}),null,16),n.crop?((0,l.openBlock)(),(0,l.createBlock)(f,{key:2,modelValue:e.cropShow,"onUpdate:modelValue":t[0]||=t=>e.cropShow=t,title:`修改头像`,size:n.showSize,onOnSubmit:a.onHttpRequest,onOnClose:t[1]||=t=>e.upIngLoading=!1,loading:e.upIngLoading,src:i.localValue},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(d,(0,l.mergeProps)(a.handlerAttr,{"before-upload":a.initBeforeUpload,"http-request":e.initHttpRequest}),{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u,{effect:`dark`,content:`选择图片`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(c,{style:{"margin-right":`10px`},loading:e.upIngLoading,disabled:e.upIngLoading},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(s,{type:`actionPlus`,size:`14`,style:{"margin-right":`10px`}}),t[4]||=(0,l.createTextVNode)(` 选择 `,-1)]),_:1},8,[`loading`,`disabled`])]),_:1})]),_:1},16,[`before-upload`,`http-request`])]),_:1},8,[`modelValue`,`size`,`onOnSubmit`,`loading`,`src`])):(0,l.createCommentVNode)(``,!0)])}var xa=k(va,[[`render`,ba]]);function Sa(e){return e?typeof e==`string`||typeof e==`number`?[e]:Object.prototype.toString.call(e)===`[object Object]`?[]:[...e]:[]}function Ca(e,t){let n=[];Array.isArray(e)&&e.length>0&&n.push(...e),Array.isArray(t)&&t.length>0&&n.push(...t),typeof t==`string`&&n.push(t);let r=[];for(let e in n){let t=n[e],i=Object.prototype.toString.call(t);i===`[object String]`?r.push(t):i===`[object Object]`&&t.url&&r.push(t.url)}return r}var wa={title:`图片上传`,name:`cvUploadImage`,mixins:[Rr],components:{},props:{modelValue:{type:[String,Number,Array,Object],default:``},initValue:{type:[String,Number,Array],default:()=>``},fileSize:{type:[Number],default:2},fileType:{type:[Array],default:()=>[`png`,`jpg`,`jpeg`,`gif`]},showSize:{type:Number,default:150},showBig:{type:[Boolean],default:!1},crop:{type:[Boolean],default:!1},galleryLabel:{type:String,default:``},lazy:{type:Boolean,default:!0},drag:{type:Boolean,default:!1},signatureParam:{type:[Object],default:()=>({save_sign:`image`})}},data(){return{localValue:[],localList:[],previewShow:!1,previewTitle:``,previewUrl:``,upAccept:`image/*`}},computed:{localRef(){return`cvUploadImage`+ +new Date+((Math.random()*1e3).toFixed(0)+``)},handlerAttr(){return{ref:this.localRef,action:`#`,accept:this.upAccept,limit:parseInt(this.limit),multiple:this.multiple,drag:!!this.drag,disabled:this.upIngLoading,showFileList:!1}},showUpload(){return!(this.localList.length>=this.limit)},showStyle(){let e=this.showSize+`px`;return(this.showBig||this.drag)&&(e=this.showSize*2+`px`),{width:e,height:this.showSize+`px`,lineHeight:this.showSize+`px`}}},watch:{modelValue(e){this._init_parse_value()},initValue(e){this._init_parse_list()}},mounted(){},methods:{_init_parse_value(){if(this.modelValue)if(typeof this.modelValue==`string`&&this.modelValue.includes(`,`)){let e=String(this.modelValue).split(`,`).map(e=>e.trim());this.localValue=Sa(e)}else this.localValue=Sa(this.modelValue);else this.localValue=[]},_init_parse_list(){this.initValue?this.localList=zr(this.initValue):this.localList=[]},initOnChange(e,t){},initBeforeUpload(e){return this.upIngLoading=!0,this._commonBeforeUpload(e)?!0:(this.upIngLoading=!1,!1)},async initHttpRequest(e){let{file:t}=e;this.upIngLoading=!0,this.mergeAttrs.upResponseFn,await Kr(t,this.mergeAttrs.signatureType||null,this.mergeAttrs.signatureFn||null,this.mergeAttrs.signatureParam||{}).then(e=>{this.$nextTick(()=>{this.updateValue(e.filelog_id,e.cdn_full_path)}),c.ElMessage.success(`上传成功`),this.upIngLoading=!1}).catch(()=>{this.upIngLoading=!1})},updateValue(e,t){if(this.multiple){let t=Ca(this.localValue,e).join(`,`);this.$emit(`update:modelValue`,t)}else this.$emit(`update:modelValue`,e);if(this.multiple){let e=Ca(this.localList,t);this.$emit(`update:initValue`,e)}else this.$emit(`update:initValue`,t)},handleItemPreview(e,t){e.raw,e.type.includes(`image`)?(this.previewTitle=e.name,this.previewUrl=e.url,this.previewShow=!0):window.open(e.url)},doRemove(e){this.multiple?(this.localValue.splice(e,1),this.localList.splice(e,1)):(this.localValue=``,this.localList=[]),this.updateValue(null,null)},handleItemRemove(e,t){if(this.beforeRemove&&typeof this.beforeRemove==`function`){let e=this.multiple?this.localValue[t]:this.localValue,n=this.beforeRemove(e,this.localValue);n&&n.then?n.then(()=>{this.doRemove(t)},()=>{}):n!==!1&&this.doRemove(t)}else this.doRemove(t)},handleItemEdit(e,t){c.ElMessageBox.prompt(`请输入文件地址`,`编辑`,{confirmButtonText:`OK`,cancelButtonText:`Cancel`,inputValue:e.url||``,inputErrorMessage:`格式不正确`}).then(({value:e})=>{let n=e.split(`/`).pop(),r=n.split(`.`).pop().toLowerCase();if(!this.fileType.includes(r)){let e=this.fileType.join(`、`);return c.ElMessage.error(`文件格式错误,请填写类型,如:${e} 格式文件`),!1}let i=Tn(r);if(!i)return c.ElMessage.error(`文件格式错误`),!1;xn(e)||this.mergeAttrs?.baseDomain&&(e=this.mergeAttrs?.baseDomain+e);let a={name:n,status:`success`,type:i,uid:Date.now(),url:e};this.localList[t]=a}).catch(()=>{})},handleItemCrop(e,t){}}},Ta={class:`cv-upload-image cv-upload-common`},Ea={class:`cv-upload-list-box el-upload-list el-upload-list--picture-card`},Da=[`tabindex`],Oa={class:`el-upload-list__item-status-label`},ka={class:`el-upload-list__item-actions`},Aa=[`onClick`],ja={class:`el-upload-list__item-delete`},Ma={class:`el-upload-list__item-delete`},Na=[`onClick`],Pa={style:{margin:`0 auto`}},Fa=[`src`];function Ia(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-image`),s=(0,l.resolveComponent)(`cv-icons`),c=(0,l.resolveComponent)(`el-upload`),u=(0,l.resolveComponent)(`upload-tip`),d=(0,l.resolveComponent)(`el-dialog`),f=(0,l.resolveDirective)(`loading`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ta,[(0,l.createElementVNode)(`div`,Ea,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.localList,(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`section`,{class:`el-upload-list__item is-success`,key:t,tabindex:t,style:(0,l.normalizeStyle)(a.showStyle)},[(0,l.createVNode)(o,{class:`el-upload-list__item-thumbnail`,lazy:n.lazy,src:e.url,style:(0,l.normalizeStyle)(a.showStyle),fit:`contain`},null,8,[`lazy`,`src`,`style`]),(0,l.createElementVNode)(`label`,Oa,[(0,l.createVNode)(s,{type:`actionCheck`,color:`#ffffff`,size:`12`})]),(0,l.createElementVNode)(`span`,ka,[(0,l.createElementVNode)(`span`,{class:`el-upload-list__item-preview`,onClick:t=>a.handleItemPreview(e)},[(0,l.createVNode)(s,{type:`ElIconZoomIn`,size:`20`})],8,Aa),(0,l.createElementVNode)(`span`,ja,[(0,l.createVNode)(s,{type:`actionDelete`,size:`20`,onClick:n=>a.handleItemRemove(e,t)},null,8,[`onClick`])]),(0,l.createElementVNode)(`span`,Ma,[(0,l.createVNode)(s,{type:`ElIconEdit`,size:`20`,onClick:n=>a.handleItemEdit(e,t)},null,8,[`onClick`])]),n.crop?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:0,class:`el-upload-list__item-preview`,onClick:t=>a.handleItemCrop(e)},[(0,l.createVNode)(s,{type:`ElIconCrop`,size:`20`})],8,Na)):(0,l.createCommentVNode)(``,!0)])],12,Da))),128)),a.showUpload?((0,l.openBlock)(),(0,l.createBlock)(c,(0,l.mergeProps)({key:0,class:`cv-upload-common-handle`},a.handlerAttr,{"file-list":i.localList,"before-upload":a.initBeforeUpload,"http-request":a.initHttpRequest,"on-change":a.initOnChange,"on-exceed":e.initOnExceed,style:a.showStyle}),{default:(0,l.withCtx)(()=>[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-upload-common__ing`,style:(0,l.normalizeStyle)(a.showStyle)},[n.drag?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:0},[(0,l.createVNode)(s,{type:`arrowUploadFilled`,size:`24`}),t[1]||=(0,l.createElementVNode)(`div`,{class:`el-upload__text`},[(0,l.createTextVNode)(` 将文件拖到此处,或 `),(0,l.createElementVNode)(`em`,null,`点击上传`)],-1)],64)):((0,l.openBlock)(),(0,l.createBlock)(s,{key:1,type:`actionPlus`,size:n.showSize/3},null,8,[`size`]))],4)),[[f,e.upIngLoading]])]),_:1},16,[`file-list`,`before-upload`,`http-request`,`on-change`,`on-exceed`,`style`])):(0,l.createCommentVNode)(``,!0)]),(0,l.createVNode)(u,(0,l.mergeProps)(e.tipAttr,{fileUnit:`张`}),null,16),(0,l.createVNode)(d,{modelValue:i.previewShow,"onUpdate:modelValue":t[0]||=e=>i.previewShow=e,title:i.previewTitle,"append-to-body":``},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,Pa,[(0,l.createElementVNode)(`img`,{width:`100%`,src:i.previewUrl,style:{"max-width":`300px`}},null,8,Fa)])]),_:1},8,[`modelValue`,`title`])])}var La=k(wa,[[`render`,Ia]]),Ra={mdb:`access`,accdb:`access`,ai:`ai`,html:`html`,htm:`html`,asp:`web`,pdf:`pdf`,psd:`photoshop`,psb:`photoshop`,mpo:`photoshop`,eps:`photoshop`,avi:`video`,wmv:`video`,rm:`video`,rmvb:`video`,mp4:`video`,"3gp":`video`,asf:`video`,mov:`video`,m4v:`video`,flv:`video`,f4v:`video`,mkv:`video`,mts:`video`,swf:`flash`,ts:`video`,mp3:`audio`,wav:`audio`,wma:`audio`,ape:`audio`,aac:`audio`,zip:`zip`,rar:`zip`,gz:`zip`,"7z":`zip`,z:`zip`,bmp:`image`,jpg:`image`,jpeg:`image`,png:`image`,gif:`image`,webp:`image`,svg:`image`,txt:`txt`,rtf:`txt`,xls:`excel`,xlsx:`excel`,xlsm:`excel`,xltx:`excel`,doc:`word`,docx:`word`,docm:`word`,wps:`word`,dotx:`word`,dotm:`word`,ppt:`powerpoint`,pptx:`powerpoint`,mdf:`db`,db:`db`,dbf:`db`,wdb:`db`,vue:`vue`,php:`php`,jar:`jar`,ini:`ini`,bat:`bat`,config:`config`,fla:`fla`,eot:`font`,otf:`font`,fon:`font`,font:`font`,ttf:`font`,ttc:`font`,woff:`font`,woff2:`font`,js:`js`,md:`markdown`,one:`onenote`,jsx:`reactjs`,xfl:`xfl`,file:`file`,css:`css`};function za(e){return`https://10ui.cn/ions/type/${Ra[e]}.svg`}var Ba={name:`uploadList`,props:{files:{type:Array,default(){return[]}},disabled:{type:Boolean,default:!1},isCanDownload:{type:Boolean,default:!0},isCanDelete:{type:Boolean,default:!0}},methods:{getExtension(e){return e.lastIndexOf(`.`)>-1&&za[e.slice(e.lastIndexOf(`.`)+1).toLowerCase()]||za.file},getSize(e){return e&&!isNaN(Number(e))?e:``},parsePercentage(e){return parseInt(e,10)},handleDownload(e){e.url},handleDelete(e,t){this.$confirm(`确认删除该文件吗? `).then(()=>{this.$emit(`remove`,e,t)}).catch(()=>{})}}},Va=[`src`],Ha={class:`cv-upload-list__item-content-action`};function Ua(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-link`);return(0,l.openBlock)(),(0,l.createBlock)(l.TransitionGroup,{class:`cv-upload-file-list el-upload-list el-upload-list--text`,name:`el-list`,tag:`ul`},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.files,(e,r)=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:e.uid,class:`el-upload-list__item cv-upload-list__item-content`},[(0,l.createVNode)(o,{href:e.url,underline:!1,target:`_blank`},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`img`,{src:a.getExtension(e.name),class:`el-upload-list__item-content-name-icon`},null,8,Va),(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(e.name),1)]),_:2},1032,[`href`]),(0,l.createElementVNode)(`div`,Ha,[(0,l.createVNode)(o,{underline:!1},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(a.getSize(e.size)),1)]),_:2},1024),n.isCanDownload?((0,l.openBlock)(),(0,l.createBlock)(o,{key:0,underline:!1,onClick:t=>a.handleDownload(e)},{default:(0,l.withCtx)(()=>[...t[0]||=[(0,l.createTextVNode)(`下载`,-1)]]),_:1},8,[`onClick`])):(0,l.createCommentVNode)(``,!0),!n.disabled&&n.isCanDelete?((0,l.openBlock)(),(0,l.createBlock)(o,{key:1,underline:!1,onClick:t=>a.handleDelete(r,e),type:`danger`},{default:(0,l.withCtx)(()=>[...t[1]||=[(0,l.createTextVNode)(` 删除 `,-1)]]),_:1},8,[`onClick`])):(0,l.createCommentVNode)(``,!0)])]))),128))]),_:1})}var Wa={title:`文件上传`,inheritAttrs:!1,name:`cvUploadFile`,mixins:[Rr],components:{uploadList:k(Ba,[[`render`,Ua]])},props:{modelValue:{type:[String,Object,Array],default:``},initValue:{type:[String,Object,Array],default:``},fileSize:{type:[Number],default:5},fileType:{type:[Array],default:[`txt`,`png`,`jpg`,`xlsx`,`xls`]},multiple:{type:[Boolean],default:!1},limit:{type:[Number],default:5},disabled:Boolean,isCanDownload:{type:Boolean,default:!0},isCanDelete:{type:Boolean,default:!0},isCanUploadSame:{type:Boolean,default:!0}},data(){return{localValue:[],localList:[]}},computed:{localRef(){return`cvUploadFile`+ +new Date+((Math.random()*1e3).toFixed(0)+``)},handlerAttr(){return{ref:this.localRef,action:`#`,limit:parseInt(this.limit),multiple:this.multiple,drag:!1,disabled:this.upIngLoading,showFileList:!0}},list(){let e=1;return this.modelValue?(Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]).map(t=>(typeof t==`string`&&(t={name:t,url:t}),t.uid=t.uid||new Date().getTime()+ e++,t)):[]}},watch:{initValue(e){this._init_parse()}},mounted(){this._init_parse()},methods:{_init_parse(){this.initValue?this.localList=zr(this.initValue):this.localList=[]},initOnChange(e,t){this.localList=t},initBeforeUpload(e){return this._commonBeforeUpload(e)?!this.isCanUploadSame&&this.localList.some(t=>t.name+t.size===e.name+e.size)?(this.$message.error(`此文件已上传!`),!1):!0:!1},upFileError(e){this.$message.error(`上传失败, 请重试`),this.$emit(`error`,e)},upFileSuccess(e,t){this.upResponseFn&&typeof this.upResponseFn==`function`&&(e=this.upResponseFn(e,t,this.localList)),this.multiple?this.$emit(`update:modelValue`,[...this.localList,e]):this.$emit(`update:modelValue`,e),this.$emit(`success`,e,this.localList)},handleRemove(e,t){if(this.beforeRemove&&typeof this.beforeRemove==`function`){let e=this.beforeRemove(this.localList[t],this.localList);e&&e.then?e.then(()=>{this._do_remove(t)},()=>{}):e!==!1&&this._do_remove(t)}else this._do_remove(t)},_do_remove(e){if(this.$emit(`remove`,this.list[e],this.list),this.localList.splice(e,1),this.multiple){let t=[...this.list];t.splice(e,1),this.$emit(`update:modelValue`,t||[])}else this.$emit(`update:modelValue`,null)}}},Ga={class:`cv-upload-file`};function Ka(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-button`),s=(0,l.resolveComponent)(`el-upload`),c=(0,l.resolveComponent)(`upload-tip`),u=(0,l.resolveComponent)(`upload-list`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ga,[(0,l.createVNode)(s,(0,l.mergeProps)({class:`cv-upload-file-uploader`},a.handlerAttr,{"file-list":i.localList,"onUpdate:fileList":t[0]||=e=>i.localList=e,"before-upload":a.initBeforeUpload,"on-change":a.initOnChange,"on-exceed":e.initOnExceed,"on-error":a.upFileError,"on-success":a.upFileSuccess}),{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`primary`,icon:`ElIconUpload`},{default:(0,l.withCtx)(()=>[...t[1]||=[(0,l.createTextVNode)(`上传文件`,-1)]]),_:1})]),_:1},16,[`file-list`,`before-upload`,`on-change`,`on-exceed`,`on-error`,`on-success`]),(0,l.createVNode)(c,(0,l.mergeProps)(e.tipAttr,{fileUnit:`个`}),null,16),(0,l.createVNode)(u,{disabled:n.disabled,files:a.list,isCanDelete:n.isCanDelete,isCanDownload:n.isCanDownload,onRemove:a.handleRemove},null,8,[`disabled`,`files`,`isCanDelete`,`isCanDownload`,`onRemove`])])}var qa=k(Wa,[[`render`,Ka]]),Ja={title:`视频上传`,name:`cvUploadVideo`,mixins:[Rr],components:{},props:{modelValue:{type:[String],default:``},initValue:{type:[String],default:``},fileSize:{type:[Number],default:10},fileType:{type:Array,default:[`mp4`,`mp3`]},showSize:{type:Number,default:360},signatureParam:{type:[Object],default:()=>({save_sign:`video`})}},data(){return{localValue:``,localList:``,previewShow:!1,previewTitle:``,previewUrl:``,upAccept:`video/*`}},computed:{localRef(){return`cvUploadVideo`+ +new Date+((Math.random()*1e3).toFixed(0)+``)},handlerAttr(){return{ref:this.localRef,action:`#`,accept:this.upAccept,limit:1,multiple:!1,drag:!0,disabled:this.upIngLoading,showFileList:!1}},showUpload(){return!this.localValue},showStyle(){return{width:this.showSize+`px`,height:this.showSize/5*3+`px`,lineHeight:this.showSize+`px`}}},watch:{modelValue(e){this._init_parse_value()},initValue(e){this._init_parse_list()}},mounted(){this._init_parse_value(),this._init_parse_list()},methods:{_init_parse_value(){this.modelValue?this.localValue=Sa(this.modelValue):this.localValue=``},_init_parse_list(){this.initValue?this.localList=zr(this.initValue):this.localList=``},initBeforeUpload(e){return this.upIngLoading=!0,this._commonBeforeUpload(e)?!0:(this.upIngLoading=!1,!1)},async initHttpRequest(e){let{file:t}=e;this.upIngLoading=!0,this.mergeAttrs.upResponseFn,await Kr(t,this.mergeAttrs.signatureType||null,this.mergeAttrs.signatureFn||null,this.mergeAttrs.signatureParam||{}).then(e=>{this.$nextTick(()=>{this.$emit(`update:modelValue`,e.full_path),this.$emit(`update:initValue`,e.cdn_full_path)}),ExtendMessage.success(`上传成功`),this.upIngLoading=!1}).catch(()=>{this.upIngLoading=!1})},handleItemPreview(e,t){this.previewTitle=e.name,this.previewUrl=e.url,this.previewShow=!0},doRemove(e){this.localValue=``,this.localList=``,this.$emit(`update:modelValue`,``),this.$emit(`update:initValue`,``)},handleItemRemove(e,t){if(this.beforeRemove&&typeof this.beforeRemove==`function`){let e=this.multiple?this.localValue[t]:this.localValue,n=this.beforeRemove(e,this.localValue);n&&n.then?n.then(()=>{this.doRemove(t)},()=>{}):n!==!1&&this.doRemove(t)}else this.doRemove(t)}}},Ya={class:`cv-upload-video`},Xa={class:`cv-upload-list-box el-upload-list el-upload-list--picture-card`},Za=[`tabindex`],Qa=[`src`],$a={class:`el-upload-list__item-status-label`},eo={class:`el-upload-list__item-actions`},to=[`onClick`],no={class:`el-upload-list__item-delete`},ro={class:`el-upload-list__item-delete`},io={key:0,style:{width:`500px`,height:`300px`,margin:`0 auto`}},ao=[`src`];function oo(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`),s=(0,l.resolveComponent)(`el-progress`),c=(0,l.resolveComponent)(`el-upload`),u=(0,l.resolveComponent)(`upload-tip`),d=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ya,[(0,l.createElementVNode)(`div`,Xa,[i.localList?((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,{key:0},(0,l.renderList)(i.localList,(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`section`,{class:`el-upload-list__item is-success`,key:n,tabindex:n,style:(0,l.normalizeStyle)(a.showStyle)},[(0,l.createElementVNode)(`video`,{class:`el-upload-list__item-thumbnail`,autoplay:!1,src:t.url,style:(0,l.normalizeStyle)(a.showStyle)},` 您的浏览器不支持视频播放 `,12,Qa),(0,l.createElementVNode)(`label`,$a,[(0,l.createVNode)(o,{type:`actionCheck`,color:`#ffffff`,size:`12`})]),(0,l.createElementVNode)(`span`,eo,[(0,l.createElementVNode)(`span`,{class:`el-upload-list__item-preview`,onClick:e=>a.handleItemPreview(t)},[(0,l.createVNode)(o,{type:`ElIconVideoPlay`,size:`20`})],8,to),(0,l.createElementVNode)(`span`,no,[(0,l.createVNode)(o,{type:`actionDelete`,size:`20`,onClick:e=>a.handleItemRemove(t,n)},null,8,[`onClick`])]),(0,l.createElementVNode)(`span`,ro,[(0,l.createVNode)(o,{type:`ElIconEdit`,size:`20`,onClick:r=>e.handleItemEdit(t,n)},null,8,[`onClick`])])])],12,Za))),128)):(0,l.createCommentVNode)(``,!0),a.showUpload?((0,l.openBlock)(),(0,l.createBlock)(c,(0,l.mergeProps)({key:1,class:`cv-upload-handler`},a.handlerAttr,{"before-upload":a.initBeforeUpload,"http-request":a.initHttpRequest,style:a.showStyle}),{default:(0,l.withCtx)(()=>[e.upIngPercent>0?((0,l.openBlock)(),(0,l.createBlock)(s,{key:0,percentage:e.upIngPercent,style:{"margin-top":`20px`},type:`circle`},null,8,[`percentage`])):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:1,class:`cv-upload-video__ing`,style:(0,l.normalizeStyle)(a.showStyle)},[(0,l.createVNode)(o,{type:`arrowUploadFilled`,size:`24`}),t[1]||=(0,l.createElementVNode)(`div`,{class:`el-upload__text`},[(0,l.createTextVNode)(` 将视频拖到此处,或 `),(0,l.createElementVNode)(`em`,null,`点击上传`)],-1)],4))]),_:1},16,[`before-upload`,`http-request`,`style`])):(0,l.createCommentVNode)(``,!0)]),(0,l.createVNode)(u,(0,l.mergeProps)(e.tipAttr,{fileUnit:`个`,limit:1}),null,16),(0,l.createVNode)(d,{modelValue:i.previewShow,"onUpdate:modelValue":t[0]||=e=>i.previewShow=e,title:i.previewTitle,"append-to-body":``},{default:(0,l.withCtx)(()=>[i.previewShow?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,io,[(0,l.createElementVNode)(`video`,{autoplay:!0,src:i.previewUrl,controls:`controls`,style:{width:`500px`,height:`300px`}},` 您的浏览器不支持视频播放 `,8,ao)])):(0,l.createCommentVNode)(``,!0)]),_:1},8,[`modelValue`,`title`])])}var so=k(Ja,[[`render`,oo]]),co={name:`cvUploadOss`,mixins:[{emits:[`get-unlist`,`on-close`,`on-update`,`on-delete`],props:{modelValue:{type:Array,default:()=>[]},model:{type:String,default:``},accept:{type:String,default:``},multiple:{type:Boolean,default:!1}},data(){return{audioInfo:{},file:null,fileList:[],fileHash:``,tempCheckpoint:null,uploadId:``,uploadStatus:null,showAudio:!1,percentage:0,uploadName:``,client:null,year:new Date().getFullYear(),uploadDisabled:!0,resumeDisabled:!0,pauseDisabled:!0,dialogVisible:!1,isDoing:!1,unList:[],fileMap:{},map_max_key:0,partSize:1024*1024,parallel:4,checkpoints:{}}},watch:{dialogVisible:{handler(e){e||(this.fileList=[],this.$refs.upload.uploadFiles=[])}},fileList:{handler(e){if(e.length){this.dialogVisible=!0;let t=[],n=[];e.forEach(e=>{e.raw.name.indexOf(`.`)===-1&&(e.errMsg=`不支持此格式上传`),e.percentage===100?t.push(e):n.push(e)}),t.length===e.length?(this.pauseDisabled=!0,this.isDoing=!0):this.isDoing=!1,this.unList=n}},deep:!0}},mounted(){window.addEventListener(`online`,this.resumeUpload)},methods:{filterSize:Vr,handleExceed(){this.$confirm(`上传文件数量不能超过100个,请重新选择!`,`操作提示`,{confirmButtonText:`确 定`,cancelButtonText:`取 消`,type:`warning`}).then(()=>{this.fileList=[],this.dialogVisible=!1}).catch(()=>{this.fileList=[]})},handleDeleteChangeFile(e){this.fileList.splice(e,1),this.fileList.length||(this.dialogVisible=!1)},fileTypeIcon(e){let{type:t}=e.raw,n=t.indexOf(`video`)!==-1,r=t.indexOf(`image`)!==-1,i=t.indexOf(`audio`)!==-1,a=t.indexOf(`zip`)!==-1,o=t.indexOf(`wordprocessingml`)!==-1,s=t.indexOf(`pdf`)!==-1,c=t.indexOf(`text`)!==-1,l=t.indexOf(`sheet`)!==-1;return n?`MP4`:r?`JPG1`:i?`mp3-1`:a?`yasuo`:o?`DOCX`:s?`wenjianleixing-biaozhuntu-PDFwendang`:c?`div-1`:l?`excel1`:`weizhiwenjian`},handleClose(){this.$emit(`on-close`),this.isDoing?this.dialogVisible=!1:this.$confirm(`正在上传文件,关闭后上传文件会丢失!是否继续?`,`操作提示`,{confirmButtonText:`确 定`,cancelButtonText:`取 消`,type:`warning`}).then(()=>{this.$emit(`get-unlist`),this.fileList.forEach(e=>{e.client&&e.percentage<100&&e.client.cancel()}),this.dialogVisible=!1}).catch(()=>{})},async handleBeforeUpload(e){},handleStopChangeFile(e,t){t.isPlay=!t.isPlay,this.fileList.splice(e,1,t),t.isPlay?this.resumeMultipartUpload(t):t.client.cancel()},async starUpload(){this.uploadDisabled=!0,this.pauseDisabled=!1,this.multipartUpload()},async multipartUpload(){if(!this.file){c.ElMessage.error(`请选择文件`);return}this.fileList.forEach(async e=>{e.isLoading=!0,await this.ossUploadHandle(e,this.fileList)})},async resumeUpload(){this.pauseDisabled=!1,this.uploadDisabled=!0,this.resumeDisabled=!0,await this.resumeMultipartUpload()},stopUpload(){this.resumeDisabled=!1,this.pauseDisabled=!0,this.fileList.forEach(e=>{e.client.cancel(),e.isPlay=!1})},async change(e,t){this.fileMap[e]=t,this.map_max_key=e},async handle_network_speed_change(e,t,n){e-this.map_max_key>=1e4&&(this.fileMap={});for(let r=e;r<=t;r++){let e=await this.fileMap[r];e?await this.change(r,e+n):await this.change(r,n)}},handle_network_speed(e,t,n){let r=e.rt/1e3,i=new Date(e.headers.date).getTime(),a=i-r,o=parseInt(t/r);return n===0&&(o=0),o===0||this.handle_network_speed_change(a,i,o),o?Vr(o):0},async resetUpload(e,t){JSON.stringify(e).indexOf(`Error`)!==-1&&(t.client&&t.client.cancel(),t.client=await Wr(this.signatureType,this.apiFunc),await this.resumeMultipartUpload(t))},async resumeMultipartUpload(e){if(e){let{tempCheckpoint:t}=e;this.resumeUploadFile(e,t)}else Object.values(this.checkpoints).forEach(e=>{let{uploadId:t}=e,n=this.fileList.findIndex(e=>e.upload===t),r=this.fileList[n];this.resumeUploadFile(r,e)})},async resumeUploadFile(e,t){let{uploadId:n,file:r,name:i}=t;try{let{raw:a,percentage:o}=e;e.partSize=0,o<100&&a.name.indexOf(`.`)!==-1&&e.client.multipartUpload(n,r,{parallel:this.parallel,partSize:this.partSize,progress:async(t,n,r)=>{await this.onUploadProgress(e,t,n,r,i)},checkpoint:t}).then(()=>{delete this.checkpoints[t.uploadId],this.$emit(`update:modelValue`,this.fileList),this.resumeDisabled=!0,this.unList.length&&this.uploadDisabled&&(this.resumeDisabled=!1),this.onCreatePanFile(e)}).catch(async t=>{await this.resetUpload(t,e)})}catch{}},async onUploadProgress(e,t,n,r,i){n&&(this.checkpoints[n.uploadId]=n,e.speed=this.handle_network_speed(r,this.partSize,t),e.tempCheckpoint=n,e.abortCheckpoint=n,e.upload=n.uploadId),e.isPlay=!0,e.isPlay&&(e.isLoading=!1),e.uploadName=i,e.percentage=Number((t*100).toFixed(2))},async ossUploadHandle(e){let t={pass:!0,filePath:``};try{let{raw:t,percentage:n}=e,r=t,i=await Wr(this.signatureType,this.apiFunc,{},{secure:!0});if(this.signatureType==`aliyun_oss_type1`){if(e.client=i,e.partSize=0,n<100&&t.name.indexOf(`.`)!==-1){let t=i.dir+r.name;await e.client.multipartUpload(t,r,{parallel:this.parallel,partSize:this.partSize,progress:async(n,r,i)=>{await this.onUploadProgress(e,n,r,i,t)}}).then(()=>{this.$emit(`upload:modelValue`,this.fileList),this.resumeDisabled=!0,this.onCreatePanFile(e),this.unList.length&&this.uploadDisabled&&(this.resumeDisabled=!1)}).catch(async e=>{})}}else this.signatureType==`aliyun_oss_type2`&&Gr(r,i)}catch(e){t={...e,pass:!1,filePath:``}}return t},getToday(){let e=new Date;return`${e.getFullYear()}${e.getMonth()+1}${e.getDate()}${e.getHours()}${e.getMinutes()}${e.getSeconds()}`},handleChange(e,t){t.forEach(e=>{e.client=null,e.isPlay=!1,e.isLoading=!1,e.abortCheckpoint=!1}),this.fileList=t,this.file=e.raw,this.uploadDisabled=!1,this.pauseDisabled=this.resumeDisabled=!0},handleDeleteFile(e){let t=e.indexOf(this.model);e.substring(t,e.length),this.$emit(`on-delete`),this.fileList=[],c.ElMessage.success(`删除成功`)},async onCreatePanFile(e){await this.getParams(e),this.$emit(`on-update`)},handleMediaRes(e){return{image:async function(e){return new Promise(t=>{var n=new FileReader;n.onload=function(e){var n=e.target.result,r=new Image;r.onload=function(){t({Width:this.width,Height:this.height})},r.src=n},n.readAsDataURL(e)})},audio:async function(e){return new Promise(t=>{var n=new FileReader;n.onload=function(e){var n=e.target.result,r=new Audio;r.onloadeddata=function(){let e=r.duration;t({Duration:e*1e3})},r.src=n},n.readAsDataURL(e)})},video:async function(e){return new Promise(t=>{var n=URL.createObjectURL(e);let r=document.createElement(`video`);r.src=n,r.onloadeddata=function(){t({CoverImg:``,Duration:this.duration*1e3,Width:this.videoWidth,Height:this.videoHeight})}})}}[e]},captureImage(e,t){return t||=`3000 `,e+`?x-oss-process=video/snapshot,t_`+t+`,f_jpg`},async getParams(e){let{type:t}=e.raw,n=t.indexOf(`video`)!==-1,r=t.indexOf(`image`)!==-1,i=t.indexOf(`audio`)!==-1,a=``;n?a=`video`:r?t.indexOf(`adobe`)===-1&&(a=`image`):i&&(a=`audio`);let o;return(n||r||i)&&a&&(o=await this.handleMediaRes(a)(e.raw)),{ResTitle:e.name,ResDescribe:``,OssKey:e.uploadName,ContentType:t||`application/octet-stream`,ContentLength:e.size,...o}}}}]},lo={class:`oss-upload`},uo={class:`cv-upload-task-hd-title`},fo={class:`cv-upload-task-hd-num`},po={class:`cv-upload-task-opts`},mo={class:`cv-upload-task-lists`},ho={class:`cv-upload-task-item-name`},go={class:`name`},_o={class:`file-name-item`},vo={key:0,class:`speed`},yo={key:1,class:`speed`},bo={key:2,class:`success`},xo={class:`total`},So={key:0,class:`name error`},Co={class:`cv-upload-task-item-tool`},wo=[`onClick`],To=[`onClick`];function Eo(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-button`),s=(0,l.resolveComponent)(`el-upload`),c=(0,l.resolveComponent)(`el-progress`),u=(0,l.resolveComponent)(`cv-icons`),d=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,lo,[(0,l.createVNode)(s,{ref:`upload`,action:``,"show-file-list":!1,multiple:``,"on-change":e.handleChange,"before-upload":e.handleBeforeUpload,"auto-upload":!1,limit:100,"on-exceed":e.handleExceed,accept:e.accept},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`primary`,icon:`ElIconUpload`,round:``},{default:(0,l.withCtx)(()=>[...t[1]||=[(0,l.createTextVNode)(`上 传`,-1)]]),_:1})]),_:1},8,[`on-change`,`before-upload`,`on-exceed`,`accept`]),(0,l.createVNode)(d,{modelValue:e.dialogVisible,"onUpdate:modelValue":t[0]||=t=>e.dialogVisible=t,width:`650px`,height:`500`,"destroy-on-close":``,"close-on-click-modal":!1,"before-close":e.handleClose,style:{height:`500px`}},{header:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,uo,[t[2]||=(0,l.createElementVNode)(`span`,null,`上传`,-1),(0,l.createElementVNode)(`span`,fo,(0,l.toDisplayString)(e.fileList.length-e.unList.length)+`/`+(0,l.toDisplayString)(e.fileList.length),1)])]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,po,[(0,l.createVNode)(o,{type:`primary`,icon:`ElIconVideoPlay`,disabled:e.uploadDisabled,onClick:e.starUpload},{default:(0,l.withCtx)(()=>[...t[3]||=[(0,l.createTextVNode)(`开始上传`,-1)]]),_:1},8,[`disabled`,`onClick`]),(0,l.createVNode)(o,{type:`success`,icon:`ElIconRefreshRight`,disabled:e.resumeDisabled,onClick:e.resumeUpload},{default:(0,l.withCtx)(()=>[...t[4]||=[(0,l.createTextVNode)(`继续`,-1)]]),_:1},8,[`disabled`,`onClick`]),(0,l.createVNode)(o,{type:`danger`,icon:`ElIconVideoPause`,disabled:e.pauseDisabled,onClick:e.stopUpload},{default:(0,l.withCtx)(()=>[...t[5]||=[(0,l.createTextVNode)(`暂停`,-1)]]),_:1},8,[`disabled`,`onClick`])]),(0,l.createElementVNode)(`div`,mo,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.fileList,(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-upload-task-item-box`,key:n},[(0,l.createElementVNode)(`div`,ho,[(0,l.createElementVNode)(`div`,go,[(0,l.createElementVNode)(`span`,_o,(0,l.toDisplayString)(n+1)+`.`+(0,l.toDisplayString)(t.name),1),t.isLoading&&!t.isPlay?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,vo,`准备就绪`)):(0,l.createCommentVNode)(``,!0),t.isPlay&&t.percentage!==100?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,yo,(0,l.toDisplayString)(t.speed)+`/s`,1)):(0,l.createCommentVNode)(``,!0),t.percentage===100?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,bo,`完成`)):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`div`,xo,(0,l.toDisplayString)(e.filterSize(t.size)),1)]),t.errMsg?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,So,(0,l.toDisplayString)(t.errMsg),1)):(0,l.createCommentVNode)(``,!0),t.percentage<100&&!t.errMsg?((0,l.openBlock)(),(0,l.createBlock)(c,{key:1,percentage:t.percentage},null,8,[`percentage`])):((0,l.openBlock)(),(0,l.createBlock)(c,{key:2,percentage:t.percentage,status:t.errMsg?`exception`:`success`},null,8,[`percentage`,`status`]))]),(0,l.createElementVNode)(`div`,Co,[!t.percentage||0<t.percentage<100&&!t.isPlay?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:0,class:`icon delete`,onClick:t=>e.handleDeleteChangeFile(n)},[(0,l.createVNode)(u,{type:`actionClose`})],8,wo)):(0,l.createCommentVNode)(``,!0),t.percentage&&t.percentage!==100?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:1,class:(0,l.normalizeClass)([`icon`,t.isPlay?`delete`:`success`]),onClick:r=>e.handleStopChangeFile(n,t)},[t.isPlay?((0,l.openBlock)(),(0,l.createBlock)(u,{key:0,type:`ElIconVideoPause`})):((0,l.openBlock)(),(0,l.createBlock)(u,{key:1,type:`ElIconCaretRight`}))],10,To)):(0,l.createCommentVNode)(``,!0)])]))),128))])]),_:1},8,[`modelValue`,`before-close`])])}var Do=k(co,[[`render`,Eo],[`__scopeId`,`data-v-3bdfcd8c`]]);xa.install=function(e){e.component(xa.name,xa)},La.install=function(e){e.component(La.name,La)},qa.install=function(e){e.component(qa.name,qa)},so.install=function(e){e.component(so.name,so)},Do.install=function(e){e.component(Do.name,Do)};var Oo={name:`cvTabsJump`,props:{tabPosition:{type:String,default:`top`}},provide(){return{addChildComponents:e=>{this.childComponents.push(e)},clearChildClass:()=>{this.childComponents.map(e=>{e.className=null})}}},data(){return{childComponents:[]}},computed:{tabPositionClass(){return this.tabPosition==`left`?`left`:this.tabPosition==`right`?`right`:this.tabPosition==`bottom`?`bottom`:`top`}},created(){},mounted(){}},ko={class:`tabs-header`};function Ao(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:(0,l.normalizeClass)([`cv-tabs-jump`,a.tabPositionClass])},[(0,l.createElementVNode)(`div`,ko,[(0,l.renderSlot)(e.$slots,`default`)])],2)}var jo=k(Oo,[[`render`,Ao]]),Mo={name:`cvTabPane`,emits:[`click`],inject:[`addChildComponents`,`clearChildClass`],data(){return{isshow:!0,className:null}},props:{label:{type:String,default:``},current:{type:Boolean,default:!1},name:{type:String}},mounted(){this.addChildComponents(this),this.initCurrent()},methods:{initCurrent(){this.current&&this.handleClick()},handleClick(){this.clearChildClass(),this.className=`active`,this.$emit(`click`)}}},No={key:1};function Po(e,t,n,r,i,a){return(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:(0,l.normalizeClass)([`cv-tab-pane`,i.className]),onClick:t[0]||=(...e)=>a.handleClick&&a.handleClick(...e)},[e.$slots.label?(0,l.renderSlot)(e.$slots,`label`,{key:0}):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,No,(0,l.toDisplayString)(n.label),1))],2)),[[l.vShow,i.isshow]])}var Fo=k(Mo,[[`render`,Po]]);jo.install=function(e){e.component(jo.name,jo)},Fo.install=function(e){e.component(Fo.name,Fo)};var Io={name:`cvDrawCaptcha`,props:{modelValue:{type:[String,Number],default:`1234`},baseCode:{type:String,default:`1234567890ABCDEFGHGKMNPQRSTUVWXY`},fontSizeMin:{type:Number,default:25},fontSizeMax:{type:Number,default:30},backgroundColorMin:{type:Number,default:255},backgroundColorMax:{type:Number,default:255},colorMin:{type:Number,default:0},colorMax:{type:Number,default:160},lineColorMin:{type:Number,default:100},lineColorMax:{type:Number,default:255},dotColorMin:{type:Number,default:0},dotColorMax:{type:Number,default:255},contentWidth:{type:Number,default:112},contentHeight:{type:Number,default:31},refreshNum:{type:Number,default:1}},data(){return{localCode:``}},watch:{modelValue(e){this.localCode=e,this.drawPic()},refreshNum(){this.refreshCode(),this.drawPic()}},mounted(){this.modelValue==``&&(this.refreshCode(),this.drawPic())},created(){this.localCode=this.modelValue},methods:{refreshCode(){this.localCode=``,this.makeCode(this.baseCode,4),this.$emit(`update:modelValue`,this.localCode)},makeCode(e,t){for(let e=0;e<t;e++)this.localCode+=this.baseCode[this.randomNum(0,this.baseCode.length)]},randomNum(e,t){return Math.floor(Math.random()*(t-e)+e)},randomColor(e,t){let n=this.randomNum(e,t),r=this.randomNum(e,t),i=this.randomNum(e,t);return`rgb(`+n+`,`+r+`,`+i+`)`},drawPic(){let e=document.getElementById(`cv-draw-captcha`).getContext(`2d`);e.textBaseline=`bottom`,e.fillStyle=this.randomColor(this.backgroundColorMin,this.backgroundColorMax),e.fillRect(0,0,this.contentWidth,this.contentHeight);for(let t=0;t<this.localCode.length;t++)this.drawText(e,this.localCode[t],t);this.drawLine(e),this.drawDot(e)},drawText(e,t,n){e.fillStyle=this.randomColor(this.colorMin,this.colorMax),e.font=this.randomNum(this.fontSizeMin,this.fontSizeMax)+`px SimHei`;let r=(n+1)*(this.contentWidth/(this.localCode.length+1)),i=this.randomNum(this.fontSizeMax,this.contentHeight-5);var a=this.randomNum(-45,45);e.translate(r,i),e.rotate(a*Math.PI/180),e.fillText(t,0,0),e.rotate(-a*Math.PI/180),e.translate(-r,-i)},drawLine(e){for(let t=0;t<5;t++)e.strokeStyle=this.randomColor(this.lineColorMin,this.lineColorMax),e.beginPath(),e.moveTo(this.randomNum(0,this.contentWidth),this.randomNum(0,this.contentHeight)),e.lineTo(this.randomNum(0,this.contentWidth),this.randomNum(0,this.contentHeight)),e.stroke()},drawDot(e){for(let t=0;t<80;t++)e.fillStyle=this.randomColor(0,255),e.beginPath(),e.arc(this.randomNum(0,this.contentWidth),this.randomNum(0,this.contentHeight),1,0,2*Math.PI),e.fill()}}},Lo={class:`cv-draw-captcha`},Ro=[`width`,`height`];function zo(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Lo,[(0,l.createElementVNode)(`canvas`,{id:`cv-draw-captcha`,width:n.contentWidth,height:n.contentHeight,onClick:t[0]||=(...e)=>a.refreshCode&&a.refreshCode(...e)},null,8,Ro)])}var Bo=k(Io,[[`render`,zo]]),Vo={name:`cvDrawQrcode`,data(){return{}}};function Ho(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,null,`二维码`)}var Uo=k(Vo,[[`render`,Ho]]);Bo.install=function(e){e.component(Bo.name,Bo)},Uo.install=function(e){e.component(Uo.name,Uo)};var Wo={name:`cvTagBase`,mixins:[],components:{},emits:[`update:modelValue`,`exceed-max-length`],props:{...c.ElTag.props,modelValue:{type:[Array,String],default:()=>[]},closable:{type:Boolean,default:!1},disableTransitions:{type:Boolean,default:!1},effect:{type:String,default:`light`},color:{type:String,default:``},hit:{type:Boolean,default:!1},type:{type:[String],default:`primary`},size:{type:[String],default:`large`},disabled:{type:Boolean,default:!1},maxlength:{type:Number,default:3,validator:e=>e>0}},watch:{modelValue(e){this._init_parse_value()},localVal(e){this._parse_last()}},data(){return{localVal:``}},mounted(){this._init_parse_value()},methods:{_init_parse_value(){if(this.modelValue)if(typeof this.modelValue==`string`&&this.modelValue.includes(`,`)){let e=String(this.modelValue).split(`,`).map(e=>e.trim());this.localVal=Sa(e)}else this.localVal=Sa(this.modelValue)},_parse_last(){let e=this.localVal,t=e.join(`,`);this.$emit(`update:modelValue`,t),e.length>=this.maxlength&&this.$emit(`exceed-max-length`,e.length)},addTag(){this.disabled||this.localVal.length>=this.maxlength||(this.localVal.push(`新标签`),this.$nextTick(()=>{let e=this.localVal.length,t=this.$refs[`newTag${e-1}`][0],n=document.createRange();n.selectNodeContents(t),window.getSelection().removeAllRanges(),window.getSelection().addRange(n),this._parse_last()}))},checkTag(e){if(this.disabled)return;let t=this.$refs[`newTag${e}`][0].innerText.trim();t.length==0?this.localVal.pop():this.localVal[e]=t,this._parse_last()},removeTag(e){this.disabled||(this.localVal.splice(e,1),this._parse_last())}}},Go={class:`cv-tag-base`},Ko=[`contenteditable`,`onKeyup`,`onBlur`],qo={key:1,class:`cv-tag-maxlength-hint`};function Jo(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-tag`),s=(0,l.resolveComponent)(`cv-icons`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Go,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.localVal,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-tag-content`},{ref_for:!0},{closable:!n.disabled&&n.closable,disableTransitions:n.disableTransitions,effect:n.effect,type:n.type,color:n.color,hit:n.hit,size:n.size},{key:t,onClose:e=>a.removeTag(t),disabled:n.disabled}),{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,{class:`cv-tag-item`,contenteditable:!n.disabled&&`plaintext-only`,ref_for:!0,ref:`newTag${t}`,onKeyup:(0,l.withKeys)(e=>!n.disabled&&a.checkTag(t),[`enter`]),onBlur:e=>!n.disabled&&a.checkTag(t)},(0,l.toDisplayString)(e),41,Ko)]),_:2},1040,[`onClose`,`disabled`]))),128)),!n.disabled&&i.localVal.length<n.maxlength?((0,l.openBlock)(),(0,l.createBlock)(s,{key:0,type:`circlePlus`,size:`20`,onClick:t[0]||=e=>a.addTag()})):(0,l.createCommentVNode)(``,!0),!n.disabled&&i.localVal.length>=n.maxlength?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,qo,`已达到最大数量 (`+(0,l.toDisplayString)(n.maxlength)+`)`,1)):(0,l.createCommentVNode)(``,!0)])}var Yo=k(Wo,[[`render`,Jo]]);Yo.install=function(e){e.component(Yo.name,Yo)};var Xo={name:`cvTransferTable`,props:{modelValue:{type:[Array],default(){return[]}},showQuery:{type:Boolean,default:!1},showPagination:{type:Boolean,default:!1},paginationCallBack:{type:Function,default:function(){return new Promise((e,t)=>{try{e({total:0,data:null})}catch{t()}})}},titleTexts:{type:Array,default(){return[`待选项`,`已选项`]}},buttonTexts:{type:Array,default(){return[]}},queryTexts:{type:Array,default(){return[`查询`,`筛选`]}},leftColumns:{type:Array,default(){return[]}},rightColumns:{type:Array,default(){}},minHeight:{type:String,default:`300px`},maxHeight:{type:String,default:`500px`},tableRowKey:{type:Function,default(e){return e&&e&&e.id}}},data(){return{leftTableData:[],rightTableData:[],pageIndex:1,pageSize:20,totalSize:0,leftSelection:[],rightSelection:[],leftQueryCondition:{},rightQueryCondition:{},rightConditionTemp:void 0}},watch:{modelValue(e){this.rightTableData=e}},created(){this.rightTableData=this.modelValue,this.handlePaginationCallBack()},computed:{hasButtonTexts(){return this.buttonTexts.length===2},buttonClasses(){return[`transfer-button`,{"is-with-texts":this.hasButtonTexts}]},disabledLeftButton(){return!this.leftSelection.some(e=>!this.rightTableData.some(t=>this.checkObjectIsEqual(e,t)))},calcRightTableData(){if(this.showQuery&&this.rightConditionTemp){let e=Object.keys(this.rightConditionTemp);return this.rightTableData.filter(t=>e.some(e=>{let n=t[e],r=this.rightConditionTemp[e].trim();return n?String(n).indexOf(r)>-1:!0}))}return this.rightTableData}},methods:{handleLeftSelectionChange(e){this.leftSelection=e},handleRightSelectionChange(e){this.rightSelection=e},handleLeftRowClick(e){this.rightTableData.some(t=>this.checkObjectIsEqual(t,e))||this.$refs.leftTable.toggleRowSelection(e)},handleRightRowClick(e){this.$refs.rightTable.toggleRowSelection(e)},handleSizeChange(e){this.pageSize=e,this.handlePaginationCallBack()},handleCurrentChange(e){this.pageIndex=e,this.handlePaginationCallBack()},handlePaginationCallBack(){if(this.showPagination&&this.paginationCallBack){let e={pageIndex:this.pageIndex,pageSize:this.pageSize,...this.leftQueryCondition};this.paginationCallBack.call(null,e).then(e=>{e&&Array.isArray(e.data)&&(this.leftTableData=e.data,this.totalSize=e.total),this.$nextTick(()=>{this.leftTableData.forEach(e=>{let t=this.rightTableData.some(t=>this.checkObjectIsEqual(t,e));this.$refs.leftTable.toggleRowSelection(e,t)})})})}},handleRowStyle({row:e}){return this.rightTableData.some(t=>this.checkObjectIsEqual(t,e))?{color:`blue`}:{}},handleSelectable(e){return!this.rightTableData.some(t=>this.checkObjectIsEqual(t,e))},addToRight(){for(let e of this.leftSelection)this.rightTableData.some(t=>this.checkObjectIsEqual(t,e))||this.rightTableData.push(e);this.$emit(`update:modelValue`,this.rightTableData)},addToLeft(){this.rightSelection.forEach(e=>{let t=this.rightTableData.findIndex(t=>this.checkObjectIsEqual(t,e));if(t!==-1){this.rightTableData.splice(t,1);let n=this.leftTableData.find(t=>this.checkObjectIsEqual(t,e));n&&this.$refs.leftTable.toggleRowSelection(n,!1)}}),this.$emit(`update:modelValue`,this.rightTableData)},onLeftQuerySubmit(){this.handlePaginationCallBack()},onRightQuerySubmit(){this.rightConditionTemp=JSON.parse(JSON.stringify(this.rightQueryCondition))},checkObjectIsEqual(e,t){return this.tableRowKey(e)===this.tableRowKey(t)},clear(){this.rightTableData=[],this.$refs.leftTable.clearSelection();for(let e in this.leftQueryCondition)this.leftQueryCondition[e]=void 0;for(let e in this.rightQueryCondition)this.rightQueryCondition[e]=void 0;this.pageIndex=1,this.handlePaginationCallBack()}}},Zo={class:`cv-transfer-table`},Qo={class:`transfer-panel`},$o={class:`transfer-panel-header`},es={key:0},ts={style:{padding:`5px`}},ns={class:`transfer-buttons`},rs={key:0,class:`button-text`},is={key:0,class:`button-text`},as={class:`transfer-panel`},os={class:`transfer-panel-header`},ss={key:0},cs={style:{padding:`5px`}};function ls(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-button`),s=(0,l.resolveComponent)(`el-form-item`),c=(0,l.resolveComponent)(`el-form`),u=(0,l.resolveComponent)(`el-table-column`),d=(0,l.resolveComponent)(`el-table`),f=(0,l.resolveComponent)(`el-pagination`),p=(0,l.resolveComponent)(`cv-icons`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Zo,[(0,l.createElementVNode)(`div`,Qo,[(0,l.createElementVNode)(`p`,$o,[(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.titleTexts&&n.titleTexts[0]),1),(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(i.leftSelection.length)+`/`+(0,l.toDisplayString)(i.leftTableData.length),1)]),n.showQuery?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,es,[(0,l.createVNode)(c,{inline:!0,model:i.leftQueryCondition,class:`cv-transfer-form`},{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`leftCondition`,{scope:i.leftQueryCondition}),(0,l.createVNode)(s,null,{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`primary`,onClick:t[0]||=e=>a.onLeftQuerySubmit()},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(n.queryTexts[0]),1)]),_:1})]),_:1})]),_:3},8,[`model`])])):(0,l.createCommentVNode)(``,!0),(0,l.createVNode)(d,{ref:`leftTable`,"max-height":n.maxHeight,height:n.minHeight,data:i.leftTableData,"row-key":n.tableRowKey,"row-style":a.handleRowStyle,onRowClick:a.handleLeftRowClick,onSelectionChange:a.handleLeftSelectionChange,border:``,stripe:``},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u,{width:`40px`,type:`selection`,selectable:a.handleSelectable},null,8,[`selectable`]),((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.leftColumns,t=>((0,l.openBlock)(),(0,l.createBlock)(u,{prop:t.id,key:t.id,label:t.label,width:t.width},{default:(0,l.withCtx)(n=>[(0,l.renderSlot)(e.$slots,`default`,{scope:{row:n.row,col:t}},()=>[(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.row[t.id]),1)])]),_:2},1032,[`prop`,`label`,`width`]))),128))]),_:3},8,[`max-height`,`height`,`data`,`row-key`,`row-style`,`onRowClick`,`onSelectionChange`]),(0,l.createElementVNode)(`div`,ts,[n.showPagination?((0,l.openBlock)(),(0,l.createBlock)(f,{key:0,onSizeChange:a.handleSizeChange,onCurrentChange:a.handleCurrentChange,"current-page":i.pageIndex,"page-sizes":[10,20,50,100],"page-size":i.pageSize,"pager-count":5,total:i.totalSize,layout:`total, sizes, prev, pager, next`},null,8,[`onSizeChange`,`onCurrentChange`,`current-page`,`page-size`,`total`])):(0,l.createCommentVNode)(``,!0)])]),(0,l.createElementVNode)(`div`,ns,[(0,l.createVNode)(o,{type:`primary`,class:(0,l.normalizeClass)(a.buttonClasses),disabled:a.disabledLeftButton,onClick:a.addToRight},{default:(0,l.withCtx)(()=>[n.buttonTexts[0]===void 0?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,rs,(0,l.toDisplayString)(n.buttonTexts[0]),1)),(0,l.createVNode)(p,{type:`ElIconArrowRight`})]),_:1},8,[`class`,`disabled`,`onClick`]),(0,l.createVNode)(o,{type:`primary`,class:(0,l.normalizeClass)(a.buttonClasses),disabled:i.rightSelection.length===0,onClick:a.addToLeft},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(p,{type:`ElIconArrowLeft`}),n.buttonTexts[1]===void 0?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,is,(0,l.toDisplayString)(n.buttonTexts[1]),1))]),_:1},8,[`class`,`disabled`,`onClick`])]),(0,l.createElementVNode)(`div`,as,[(0,l.createElementVNode)(`p`,os,[(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.titleTexts&&n.titleTexts[1]),1),(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(i.rightSelection.length)+`/`+(0,l.toDisplayString)(i.rightTableData.length),1)]),n.showQuery?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,ss,[(0,l.createVNode)(c,{inline:!0,model:i.rightQueryCondition,class:`cv-transfer-form`},{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`rightCondition`,{scope:i.rightQueryCondition}),(0,l.createVNode)(s,null,{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`primary`,onClick:t[1]||=e=>a.onRightQuerySubmit()},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(n.queryTexts[1]),1)]),_:1})]),_:1})]),_:3},8,[`model`])])):(0,l.createCommentVNode)(``,!0),(0,l.createVNode)(d,{ref:`rightTable`,"max-height":n.maxHeight,height:n.minHeight,data:a.calcRightTableData,"row-key":n.tableRowKey,onRowClick:a.handleRightRowClick,onSelectionChange:a.handleRightSelectionChange,border:``,stripe:``},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u,{width:`40px`,type:`selection`}),((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.rightColumns||n.leftColumns,t=>((0,l.openBlock)(),(0,l.createBlock)(u,{prop:t.id,key:t.id,label:t.label,width:t.width},{default:(0,l.withCtx)(n=>[(0,l.renderSlot)(e.$slots,`default`,{scope:{row:n.row,col:t}},()=>[(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.row[t.id]),1)])]),_:2},1032,[`prop`,`label`,`width`]))),128))]),_:3},8,[`max-height`,`height`,`data`,`row-key`,`onRowClick`,`onSelectionChange`]),(0,l.createElementVNode)(`div`,cs,[n.showPagination?((0,l.openBlock)(),(0,l.createBlock)(f,{key:0,total:i.rightTableData.length,layout:`total`},null,8,[`total`])):(0,l.createCommentVNode)(``,!0)])])])}var us=k(Xo,[[`render`,ls]]);us.install=function(e){e.component(us.name,us)};var ds={provide(){return{pageCurr:this.loadConfigSetting.pageCurr||1,pageLimit:this.loadConfigSetting.pageLimit||10}},props:{...c.ElTable.props,modelValue:{type:[Array,Object],default(){return[]}},headerCellStyle:{type:[Function,Object],default:()=>({})}},data(){return{loadDataList:[]}},watch:{modelValue(e){this.loadDataList=e},loadDataList(e){this.$emit(`update:modelValue`,e)}},created(){this.loadDataList=this.modelValue},methods:{_getPageCurr(){return this.loadPageCurr},_getPageSize(){return this.loadPageLimit},handleCurrentChange(e){this.loadPageCurr=e,this.getData()},handleSizeChange(e){this.loadPageLimit=e,this.getData()}}},fs={name:`cvTableBase`,mixins:[P,ds],props:{align:{type:String,default:`left`},showPagebreak:{type:[Boolean,String],default:!0},tablePagin:{type:Object,default(){return{}}},tableConfig:{type:Object,default(){return{}}},tableRefresh:{type:Number,default(){return 0}}},data(){return{paginationGroup:[10,20,30,50,100,200],paginationCount:7,searchData:{},tableConfDef:{}}},watch:{tableRefresh(e,t){this.initConfAll(),this.refresh()}},updated(){},created(){this.initConfAll(),this.getData()},mounted(){},methods:{getData(){this.loadDataList=[],this.loadGetData()},handleSelectionChange(e){this.$emit(`selection-change`,e)},initConfAll(){let e={};Object.assign(e,this.loadConfigDef,this.tableConfDef,this.tableConfig),this.loadPageCurr=e.pageCurr||1,this.loadPageLimit=e.pageLimit||this.paginationGroup[0],Object.assign(e.where,this.searchData),this.loadConfigSetting=e},searchSubmit(e){if(this.searchData=e||{},this.loadConfigSetting.isSkip){({...this.searchData});return}this.page=1,this.getData()},searchReset(e){e={},this.searchData={},this.page=1,this.getData()},refresh(e){this.getData()}}},ps={class:`cv-table-list`},ms={key:0,class:`cv-tablie-list-page page`};function hs(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table`),s=(0,l.resolveComponent)(`cv-icons`),c=(0,l.resolveComponent)(`el-button`),u=(0,l.resolveComponent)(`el-pagination`),d=(0,l.resolveDirective)(`loading`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,ps,[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{data:e.loadDataList,style:{width:`100%`},onSelectionChange:a.handleSelectionChange}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`data`,`onSelectionChange`])),[[d,e.loadDataLoading]]),n.showPagebreak?(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,ms,[(0,l.createVNode)(c,{onClick:a.refresh,style:{float:`left`,margin:`0 10px 0 0`,padding:`5px 10px`}},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(s,{type:`ElIconRefresh`,size:`14`})]),_:1},8,[`onClick`]),(0,l.createVNode)(u,{background:``,onSizeChange:e.handleSizeChange,onCurrentChange:e.handleCurrentChange,"pager-count":i.paginationCount,"page-sizes":i.paginationGroup,"current-page":e.loadPageCurr,"page-size":e.loadPageLimit,layout:`total, sizes, prev, pager, next, jumper`,total:e.loadDataTotal},null,8,[`onSizeChange`,`onCurrentChange`,`pager-count`,`page-sizes`,`current-page`,`page-size`,`total`])],512)),[[l.vShow,e.loadDataLoading===!1]]):(0,l.createCommentVNode)(``,!0)])}var gs=k(fs,[[`render`,hs]]),_s={name:`cvTableTree`,mixins:[P,ds],props:{tableConfig:{type:Object,default(){return{}}},tableRefresh:{type:Number,default(){return 0}}},data(){return{searchData:{},tableConfDef:{tablePrimary:``,childName:`children`},pager_count:7,page:1}},watch:{tableRefresh(e,t){this.refresh()}},created(){this.initConfAll(),this.getData()},mounted(){},methods:{getData(){this.loadDataList=[],this.loadGetData()},handleSelectionChange(e){this.$emit(`selection-change`,e)},initConfAll(){let e={};Object.assign(e,this.loadConfigDef,this.tableConfDef,this.tableConfig),Object.assign(e.where,this.searchData),this.loadConfigSetting=e},searchSubmit(e){if(this.searchData=e||{},this.loadConfigSetting.isSkip){({...this.searchData});return}this.page=1,this.getData()},searchReset(e){e={},this.searchData={},this.page=1,this.getData()},refresh(e){this.getData()}}},vs={class:`cv-table-tree`};function ys(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table`),s=(0,l.resolveDirective)(`loading`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,vs,[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{data:e.loadDataList,style:{width:`100%`},onSelectionChange:a.handleSelectionChange,"row-key":e.loadConfigSetting.tablePrimary,"tree-props":{children:e.loadConfigSetting.childName,hasChildren:`hasChildren`}}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`data`,`onSelectionChange`,`row-key`,`tree-props`])),[[s,e.loadDataLoading]])])}var bs=k(_s,[[`render`,ys]]),xs={name:`cvTableEditor`,mixins:[P,ds],props:{border:{type:[Boolean],default:!0},tableConfig:{type:[Array,Object],default(){return{}}}},data(){return{mergeRules:{},apiFunc:null,tableConfDef:{},cell_click_index:null,cell_click_label:``}},watch:{},created(){this.loadConfigSetting=Object.assign({},this.tableConfDef,this.tableConfig)},mounted(){},methods:{cell_click(e,t,n,r){switch(this.cell_click_index=e.index,this.cell_click_label=t.label,t.label){case`taskid`:this.cell_click_index=e.index,this.cell_click_label=t.label;break;case`taskname`:this.cell_click_index=e.index,this.cell_click_label=t.label;break;default:return}},handleChangeTData(e){}}},Ss={class:`cv-table-editor`};function Cs(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table`),s=(0,l.resolveDirective)(`loading`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ss,[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{data:e.loadDataList,style:{width:`100%`},"row-class-name":`cv-tbed-tr`}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`data`])),[[s,e.loadDataLoading]])])}var ws=k(xs,[[`render`,Cs]]),Ts={name:`cvTbColumnIndex`,inject:{pageCurr:{default:1},pageLimit:{default:10}},props:{...c.ElTableColumn.props,fixed:{type:[String],default:`left`},align:{type:String,default:`center`},width:{type:[String,Number],default:55},continuity:{type:[Boolean,String],default:!1}},data(){return{}},created(){},methods:{indexMethod(e){return this.continuity&&this.pageCurr&&this.pageLimit?e+1+(this.pageCurr-1)*this.pageLimit:e+1}}};function Es(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{type:`index`,index:a.indexMethod}),null,16,[`index`])}var Ds=k(Ts,[[`render`,Es]]),Os={name:`cvTbColumnCheck`,props:{...c.ElTableColumn.props,fixed:{type:[String],default:`left`},align:{type:[String],default:`center`},width:{type:[String,Number],default:55}},data(){return{}},created(){}};function ks(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{type:`selection`}),null,16)}var As=k(Os,[[`render`,ks]]),js={name:`cvTbColumnText`,props:{...c.ElTableColumn.props},data(){return{}},created(){},methods:{getContentText(e){let t=e.row[this.prop];return this.formatter&&(t=this.formatter(e.row,e.column)),t}}},Ms={style:{display:`contents`}};function Ns(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[(0,l.createElementVNode)(`div`,Ms,(0,l.toDisplayString)(t.row[e.prop]),1)]),_:1},16)}var Ps=k(js,[[`render`,Ns]]),Fs={name:`cvTbColumnImg`,props:{...c.ElTableColumn.props,imgWidth:{type:[String,Number],default:null},imgHeight:{type:[String,Number],default:null}},data(){return{localImgWidth:`50px`,localImgHeight:`50px`,localImgArr:[],localImgOne:``}},created(){this.imgWidth&&(this.localImgWidth=this.imgWidth.indexOf(`px`)===-1?this.imgWidth+`px`:this.imgWidth),this.imgHeight&&(this.localImgHeight=this.imgHeight.indexOf(`px`)===-1?this.imgHeight+`px`:this.imgHeight)},methods:{handleImgOne(e){let t=e[this.prop]||null;if(t){if(Object.prototype.toString.call(t)===`[object Array]`)return t[0];if(Object.prototype.toString.call(t)===`[object String]`)return t}},handleImgArr(e){let t=e[this.prop]||null;if(t){if(Object.prototype.toString.call(t)===`[object Array]`)return t;if(Object.prototype.toString.call(t)===`[object String]`)return[t]}},handleImgLeng(e){let t=e[this.prop]||null;if(t){if(Object.prototype.toString.call(t)===`[object Array]`)return t.length;if(Object.prototype.toString.call(t)===`[object String]`)return 1}else return 0}}},Is={key:0,class:`cv-table-column-img-mark`},Ls={class:`cv-table-column-img-text`};function Rs(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-image`),s=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(s,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(e=>[(0,l.createElementVNode)(`div`,{class:`cv-table-column-img-box`,style:(0,l.normalizeStyle)({width:i.localImgWidth,height:i.localImgHeight})},[(0,l.createVNode)(o,{style:(0,l.normalizeStyle)({width:i.localImgWidth,height:i.localImgHeight}),fit:`scale-down`,lazy:``,src:a.handleImgOne(e.row),"preview-src-list":a.handleImgArr(e.row),"preview-teleported":!0},{error:(0,l.withCtx)(()=>[...t[0]||=[(0,l.createElementVNode)(`span`,{class:`el-image__error cv-table-column-img-err`},[(0,l.createTextVNode)(` 暂无 `),(0,l.createElementVNode)(`br`),(0,l.createTextVNode)(` 图片 `)],-1)]]),_:1},8,[`style`,`src`,`preview-src-list`]),a.handleImgLeng(e.row)>1?((0,l.openBlock)(),(0,l.createElementBlock)(`p`,Is,[(0,l.createElementVNode)(`span`,Ls,(0,l.toDisplayString)(a.handleImgLeng(e.row))+`张`,1)])):(0,l.createCommentVNode)(``,!0)],4)]),_:1},16)}var zs=k(Fs,[[`render`,Rs]]),Bs={name:`cvTbColumnOpt`,props:{...c.ElTableColumn.props,fixed:{type:[String],default:`right`},label:{type:[String],default:`操作`}},data(){return{}},created(){}};function Vs(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[(0,l.renderSlot)(e.$slots,`default`,(0,l.normalizeProps)((0,l.guardReactiveProps)({row:t.row,$index:t.$index,scope:t})))]),_:3},16)}var Hs=k(Bs,[[`render`,Vs]]),Us={name:`cvTbColumnBase`,props:{...c.ElTableColumn.props,width:{type:[String,Number],default:``}},data(){return{}},created(){}};function Ws(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[(0,l.renderSlot)(e.$slots,`default`,(0,l.normalizeProps)((0,l.guardReactiveProps)({row:t.row,$index:t.$index,scope:t})))]),_:3},16)}var Gs=k(Us,[[`render`,Ws]]),Ks={name:`cvTbColumnExpand`,props:{...c.ElTableColumn.props},data(){return{}},created(){}};function qs(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{type:`expand`}),{default:(0,l.withCtx)(t=>[(0,l.renderSlot)(e.$slots,`default`,(0,l.normalizeProps)((0,l.guardReactiveProps)({row:t.row,$index:t.$index,props:t})))]),_:3},16)}var Js=k(Ks,[[`render`,qs]]),Ys={name:`cvTbColumnEnum`,props:{...c.ElTableColumn.props,dataLists:{type:[Object,Array],default:()=>({})}},data(){return{}},created(){},methods:{dealTypeEnum(e){let t=Object.keys(this.dataLists);return e[this.prop]?this.dataLists[e[this.prop]]||``:this.dataLists[t[0]]||``}}};function Xs(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(e=>[(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(a.dealTypeEnum(e.row)),1)]),_:1},16)}var Zs=k(Ys,[[`render`,Xs]]),Qs={name:`cvTbEditSearch`,props:{...c.ElTableColumn.props,modelValue:{type:[String],default:``},align:{type:[String],default:`left`}},data(){return{isEditIndex:null,localVal:``,autocompleteAttr:{debounce:0},searchSett:{searchFunc:null,searchParam:{},searchMockData:null,searchField:{}},searchResList:[],searchCurrClass:``,searchCurrTbIndex:0,searchIsSelect:!1}},watch:{modelValue(e){},localVal(e){this.$emit(`update:modelValue`,e)}},directives:{edfocus:{mounted:e=>{}}},created(){},methods:{searchEdit(e,t){this.isEditIndex=t,this.$nextTick(()=>{this.$refs[`cv-tbce-autocomplete${t}`].focus()})},searchSave(e,t){this.isEditIndex=null},searchSelect(e,t,n){this.searchIsSelect=!0,this.localTableData[n]=Object.assign(this.localTableData[n],e),this.localTableData[n].row_num=1,e.row_attr?this.localTableData[n].row_name=e.row_name+`<br><span class="cv-tbce-showtext-attr">[ ${e.row_attr} ]</span>`:this.localTableData[n].row_name=e.row_name},searchFocus(e,t){this.searchCurrClass=`cvtegac`+e,this.searchCurrTbIndex=e},searchBlur(e,t){this.searchIsSelect||(this.isEditIndex=null)},searchQuery(e,t){this.searchIsSelect=!1,this.searchResList=[];let n=this.searchSett;if(n.searchMockData!=null&&n.searchMockData){if(typeof n.searchMockData==`object`){let e=this.sortOutData(n.searchMockData);this.tableData=e,this.$message({message:e.msg||``,type:`warning`,duration:1300})}this.$nextTick(()=>{this.tableLoading=!1})}else n.searchFunc&&typeof n.searchFunc==`function`&&n.searchFunc({page:1,pagesize:20,keyword:e,...n.searchParam}).then(n=>{this.searchResList=[...n.data],this.searchParseData(e,t)})},searchParseData(e,t){var n=[],r=[];let i=this.searchSett;if(this.searchResList.length>0){for(let e in this.searchResList){let t=this.searchResList[e];t.row_price=t[i.searchField.row_price],t.row_stock=t[i.searchField.row_stock],t.row_attr=t[i.searchField.row_attr],t.row_name=t[i.searchField.row_name],t.row_unit=t[i.searchField.row_unit],t.row_id=t[i.searchField.row_id],t.value=t.row_name,r.push(t)}n=r}clearTimeout(this.timeout),this.timeout=setTimeout(()=>{t(n)},600)},inputSearchFilter(e){return t=>t.value.toLowerCase().indexOf(e.toLowerCase())===0},searchIconClick(){this.isEditIndex=null}}},$s={class:`name`},ec={class:`addr`},tc={class:`addr`},nc={class:`droplist-item`},rc={class:`name`},ic={key:0,class:`attr`},ac={class:`price`},oc={class:`rest`},sc=[`onClick`];function cc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`ElIconCircleClose`),s=(0,l.resolveComponent)(`el-icon`),c=(0,l.resolveComponent)(`el-autocomplete`),u=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(u,(0,l.mergeProps)(e.$props,{"class-name":`cv-table-editor-search-column`}),{default:(0,l.withCtx)(t=>[i.isEditIndex==t.$index?((0,l.openBlock)(),(0,l.createBlock)(c,(0,l.mergeProps)({key:0,ref:`cv-tbce-autocomplete${t.$index}`},i.autocompleteAttr,{modelValue:t.row[e.prop],"onUpdate:modelValue":n=>t.row[e.prop]=n,"popper-class":`cv-tbce-autocomplete cvtegac${t.$index}`,"fetch-suggestions":a.searchQuery,onSelect:e=>a.searchSelect(e,t.row,t.$index),onFocus:e=>a.searchFocus(t.$index,e),onBlur:e=>a.searchBlur(t.row,t.$index)}),{suffix:(0,l.withCtx)(()=>[(0,l.createVNode)(s,{onClick:e=>a.searchIconClick(t.row,t.$index)},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o)]),_:1},8,[`onClick`])]),default:(0,l.withCtx)(({item:t})=>[(0,l.renderSlot)(e.$slots,`default`,{item:t},()=>[(0,l.createElementVNode)(`div`,$s,(0,l.toDisplayString)(t.row_name),1),(0,l.createElementVNode)(`span`,ec,`价格:`+(0,l.toDisplayString)(t.row_price),1),(0,l.createElementVNode)(`span`,tc,(0,l.toDisplayString)(t.row_rest),1),(0,l.createElementVNode)(`div`,nc,[(0,l.createElementVNode)(`div`,rc,[(0,l.createTextVNode)((0,l.toDisplayString)(t.row_name)+` `,1),t.row_attr?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,ic,`[ `+(0,l.toDisplayString)(t.row_attr)+`]`,1)):(0,l.createCommentVNode)(``,!0)]),(0,l.createElementVNode)(`div`,ac,`¥ `+(0,l.toDisplayString)(t.row_price),1),(0,l.createElementVNode)(`div`,oc,(0,l.toDisplayString)(t.attr_stock),1)])],!0)]),_:2},1040,[`modelValue`,`onUpdate:modelValue`,`popper-class`,`fetch-suggestions`,`onSelect`,`onFocus`,`onBlur`])):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:1,class:`showtext`,onClick:e=>a.searchEdit(t.row,t.$index)},(0,l.toDisplayString)(t.row[e.prop]),9,sc))]),_:3},16)}var lc=k(Qs,[[`render`,cc],[`__scopeId`,`data-v-2f76009a`]]),uc={name:`cvTbEditOpt`,props:{tableData:{type:[Array],default:()=>[]},...c.ElTableColumn.props,label:{type:[String],default:`操作`},align:{type:[String],default:`center`},width:{type:[String],default:`100`},fixed:{type:[String],default:`left`},btnAdd:{type:[Boolean,String],default:!0},btnDel:{type:[Boolean,String],default:!0}},data(){return{localTbData:[]}},watch:{tableData(e){this.localTbData=e}},created(){this.localTbData=this.tableData},methods:{optHdDelete(e,t){this.localTbData.splice(e,1),this.localTbData.length<1&&this.optHdAdd()},optHdAdd(){this.localTbData.push({})}}};function dc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`),s=(0,l.resolveComponent)(`el-button`),c=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(c,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(e=>[n.btnAdd?((0,l.openBlock)(),(0,l.createBlock)(s,{key:0,plain:``,style:{padding:`5px`,width:`26px`,height:`26px`},onClick:t[0]||=e=>a.optHdAdd()},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`actionPlus`})]),_:1})):(0,l.createCommentVNode)(``,!0),n.btnDel?((0,l.openBlock)(),(0,l.createBlock)(s,{key:1,plain:``,style:{padding:`5px`,width:`26px`,height:`26px`},onClick:t=>a.optHdDelete(e.$index,e.row)},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`actionClose`})]),_:1},8,[`onClick`])):(0,l.createCommentVNode)(``,!0)]),_:1},16)}var fc=k(uc,[[`render`,dc]]),pc={name:`cvTbEditText`,props:{...c.ElTableColumn.props,width:{type:[String,Number],default:``},editAttr:{type:[Object],default:()=>({placeholder:`请输入`})},editClearable:{type:[Boolean],default:!0},editStyle:{type:[Object],default:()=>({"--el-input-border":0,"--el-input-border-radius":0,"--el-input-height":`36px`})},editClass:{type:[Object],default:()=>({})},editChange:{type:[Function],default:()=>{}},editFormatter:{type:[Function],default:()=>{}},toFixed:{type:[String,Number],default:``}},data(){return{currValue:``,isEditIndex:null,isErrIndex:[]}},directives:{edfocus:{mounted:e=>{e.querySelector(`input`).focus()},inserted:function(e){e.querySelector(`input`).focus()}}},created(){},methods:{textIsError(e){return this.isErrIndex&&this.isErrIndex[e]&&this.isErrIndex[e][this.prop]},textHdEdit(e,t){this.isEditIndex=t},textHdClear(e,t){},textHdSave(e,t){this.isEditIndex=null;let n=e[this.prop];if(this.toFixed!=``){let t=parseInt(this.toFixed);isNaN(n)||(e[this.prop]=parseFloat(n).toFixed(t))}else e[this.prop]=n}},render22(e,t){let n=this;return e(`el-table-column`,{props:{...this.$props},scopedSlots:{default:t=>{this.currValue=t.row[this.prop];let r=t.$index;return this.isEditIndex==r?e(`el-input`,{props:{style:this.editStyle,class:this.editClass},domProps:{value:this.currValue},props:{placeholder:this.placeholder,value:this.param},nativeOn:{keyup:e=>{e.keyCode===13&&(this.$emit(`update:param`,e.target.value),this.callback&&this.callback())}},on:{blur:e=>{this.$emit(`update:param`,e.target.value),this.callback&&this.callback()},input:function(e){n.currValue=e||e.target.value},blur:e=>{this.isEditIndex=null,n.currValue=e||e.target.value}}},this.currValue):e(`span`,{class:{showtext:!0},on:{click:()=>{this.isEditIndex=r}}},this.currValue)}}})}},mc=[`onClick`];function hc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`),s=(0,l.resolveComponent)(`el-table-column`),c=(0,l.resolveDirective)(`edfocus`);return(0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)(e.$props,{"class-name":`cv-table-editor-text-column`}),{default:(0,l.withCtx)(t=>[i.isEditIndex==t.$index&&!n.editAttr.disabled?(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({key:0},n.editAttr,{clearable:n.editClearable,style:n.editStyle,class:n.editClass,modelValue:t.row[e.prop],"onUpdate:modelValue":n=>t.row[e.prop]=n,onBlur:(0,l.withModifiers)(e=>a.textHdSave(t.row,t.$index),[`prevent`]),onClear:e=>a.textHdClear(t.row,t.$index)}),null,16,[`clearable`,`style`,`class`,`modelValue`,`onUpdate:modelValue`,`onBlur`,`onClear`])),[[c]]):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:1,class:`showtext`,onClick:e=>a.textHdEdit(t.row,t.$index)},(0,l.toDisplayString)(t.row[e.prop]),9,mc))]),_:1},16)}var gc=k(pc,[[`render`,hc]]),_c={name:`cvTbEditRadio`,props:{...c.ElTableColumn.props,editAttr:{type:[Object],default:()=>({})},editStyle:{type:[Object],default:()=>({})},editClass:{type:[Object],default:()=>({})},dataLists:{type:[Object,Array],default:()=>({})},dataField:{type:Object,default:()=>({label:`label`,value:`value`})},editChange:{type:[Function],default:()=>{}},editFormatter:{type:[Function],default:()=>{}}},data(){return{}},created(){}};function vc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-radio`),s=(0,l.resolveComponent)(`el-radio-group`),c=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(c,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[(0,l.createVNode)(s,(0,l.mergeProps)({style:n.editStyle,class:n.editClass,modelValue:t.row[e.prop],"onUpdate:modelValue":n=>t.row[e.prop]=n},n.editAttr),{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.dataLists,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:t,label:e[n.dataField.label],value:e[n.dataField.value]},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e[n.dataField.label]),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},16,[`style`,`class`,`modelValue`,`onUpdate:modelValue`])]),_:1},16)}var yc=k(_c,[[`render`,vc]]),bc={name:`cvTbEditCheckbox`,props:{...c.ElTableColumn.props,editAttr:{type:[Object],default:()=>({})},editStyle:{type:[Object],default:()=>({})},editClass:{type:[Object],default:()=>({})},dataLists:{type:[Object,Array],default:()=>({})},dataField:{type:Object,default:()=>({label:`label`,value:`value`})},editChange:{type:[Function],default:()=>{}},editFormatter:{type:[Function],default:()=>{}}},data(){return{localVal:[]}},created(){},methods:{handleParseValue(e){this.localVal=[]}}};function xc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-checkbox`),s=(0,l.resolveComponent)(`el-checkbox-group`),c=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(c,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[t.row[e.prop]?((0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({key:0,style:n.editStyle,class:n.editClass,modelValue:t.row[e.prop],"onUpdate:modelValue":n=>t.row[e.prop]=n},n.editAttr),{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.dataLists,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:t,label:e[n.dataField.label],value:e[n.dataField.value]},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e[n.dataField.label]),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},16,[`style`,`class`,`modelValue`,`onUpdate:modelValue`])):(0,l.createCommentVNode)(``,!0)]),_:1},16)}var Sc=k(bc,[[`render`,xc]]),Cc={name:`cvTbEditSelect`,props:{...c.ElTableColumn.props,editAttr:{type:[Object],default:()=>({})},editStyle:{type:[Object],default:()=>({})},editClass:{type:[Object],default:()=>({})},dataLists:{type:[Object,Array],default:()=>({})},dataField:{type:Object,default:()=>({label:`label`,value:`value`})},editChange:{type:[Function],default:()=>{}},editFormatter:{type:[Function],default:()=>{}}},data(){return{}},created(){}};function wc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-option`),s=(0,l.resolveComponent)(`el-select`),c=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(c,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[(0,l.createVNode)(s,(0,l.mergeProps)({style:n.editStyle,class:n.editClass,modelValue:t.row[e.prop],"onUpdate:modelValue":n=>t.row[e.prop]=n},n.editAttr),{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.dataLists,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:t,label:e[n.dataField.label],value:e[n.dataField.value]},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e[n.dataField.label]),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},16,[`style`,`class`,`modelValue`,`onUpdate:modelValue`])]),_:1},16)}var Tc=k(Cc,[[`render`,wc]]);gs.install=function(e){e.component(gs.name,gs)},bs.install=function(e){e.component(bs.name,bs)},ws.install=function(e){e.component(ws.name,ws)},Ds.install=function(e){e.component(Ds.name,Ds)},As.install=function(e){e.component(As.name,As)},Ps.install=function(e){e.component(Ps.name,Ps)},zs.install=function(e){e.component(zs.name,zs)},Hs.install=function(e){e.component(Hs.name,Hs)},Gs.install=function(e){e.component(Gs.name,Gs)},Js.install=function(e){e.component(Js.name,Js)},Zs.install=function(e){e.component(Zs.name,Zs)},lc.install=function(e){e.component(lc.name,lc)},fc.install=function(e){e.component(fc.name,fc)},gc.install=function(e){e.component(gc.name,gc)},yc.install=function(e){e.component(yc.name,yc)},Sc.install=function(e){e.component(Sc.name,Sc)},Tc.install=function(e){e.component(Tc.name,Tc)};var Ec={},Dc={width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`};function Oc(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,Dc,[...t[0]||=[(0,l.createElementVNode)(`rect`,{width:`12`,height:`12`,rx:`2`,fill:`#86909C`},null,-1),(0,l.createElementVNode)(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M5.98095 5.49307L8.22012 3.25389C8.28521 3.18881 8.39074 3.18881 8.45582 3.25389L8.69153 3.4896C8.75661 3.55468 8.75661 3.66021 8.69153 3.7253L6.45235 5.96447L8.69153 8.20364C8.75661 8.26873 8.75661 8.37426 8.69153 8.43934L8.45582 8.67505C8.39074 8.74013 8.28521 8.74013 8.22012 8.67505L5.98095 6.43587L3.74178 8.67505C3.67669 8.74013 3.57116 8.74013 3.50608 8.67505L3.27037 8.43934C3.20529 8.37426 3.20529 8.26873 3.27037 8.20364L5.50954 5.96447L3.27037 3.7253C3.20529 3.66021 3.20529 3.55468 3.27037 3.4896L3.50608 3.25389C3.57116 3.18881 3.67669 3.18881 3.74178 3.25389L5.98095 5.49307Z`,fill:`white`},null,-1)]])}var kc=k(Ec,[[`render`,Oc]]),Ac={},jc={width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:`icon`};function Mc(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,jc,[...t[0]||=[(0,l.createElementVNode)(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M8.00002 0.666504C12.0501 0.666504 15.3334 3.94975 15.3334 7.99984C15.3334 12.0499 12.0501 15.3332 8.00002 15.3332C3.94993 15.3332 0.666687 12.0499 0.666687 7.99984C0.666687 3.94975 3.94993 0.666504 8.00002 0.666504ZM8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM10.6667 5.66667V7.66667H9.33333V5.66667H10.6667ZM6.66667 5.66667V7.66667H5.33333V5.66667H6.66667ZM10.0767 9.33333H11.0495C11.1804 9.33333 11.2866 9.43951 11.2866 9.57048C11.2866 9.60754 11.2779 9.64409 11.2612 9.67718L11.244 9.71053C10.6294 10.8739 9.40726 11.6667 7.99998 11.6667C6.61523 11.6667 5.40977 10.8991 4.7859 9.76612L4.73786 9.67593C4.67845 9.56052 4.72385 9.4188 4.83926 9.35939C4.87253 9.34226 4.90941 9.33333 4.94683 9.33333H5.92347C6.02396 9.33332 6.11908 9.37865 6.18238 9.4567C6.26207 9.55496 6.32833 9.62955 6.38117 9.68046C6.80074 10.0847 7.37133 10.3333 7.99998 10.3333C8.63289 10.3333 9.20694 10.0814 9.62728 9.67224C9.67791 9.62296 9.74135 9.55121 9.8176 9.45698C9.88089 9.37877 9.97611 9.33333 10.0767 9.33333Z`},null,-1)]])}var Nc=k(Ac,[[`render`,Mc]]),Pc={},Fc={class:`comment-common-icon`};function Ic(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,Fc,[...t[0]||=[(0,l.createElementVNode)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:``},[(0,l.createElementVNode)(`path`,{d:`M4.88933 0.613974C4.92947 0.616946 4.96831 0.629568 5.00253 0.650767C6.67348 1.68589 7.55141 3.13884 7.63632 5.00962C7.947 5.00962 8.2245 4.65999 8.46882 3.96072L8.49487 3.88447C8.53862 3.75351 8.68025 3.68282 8.8112 3.72656C8.83398 3.73417 8.85554 3.74502 8.87522 3.75878C9.96316 4.5193 10.5048 5.50231 10.5 6.70782C10.4999 6.73762 10.4982 6.76675 10.495 6.7952C10.4985 6.86294 10.5 6.93131 10.5 7.00005C10.5 9.48533 8.48528 11.5 6 11.5C3.51472 11.5 1.5 9.48533 1.5 7.00005C1.5 6.90255 1.5031 6.80578 1.50921 6.70983C1.5062 6.70917 1.5031 6.70849 1.5 6.70782C1.50864 6.60849 1.52139 6.50994 1.53824 6.41219C1.54515 6.35775 1.55321 6.30373 1.56222 6.25003L1.57017 6.24983C1.7622 5.3813 2.28426 4.57601 3.13635 3.83394C4.00892 3.07405 4.50079 2.11523 4.61198 0.957499L4.62156 0.844839C4.63175 0.707146 4.75163 0.603784 4.88933 0.613974Z`})],-1)]])}var Lc=k(Pc,[[`render`,Ic]]),Rc={},zc={width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:`icon`};function Bc(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,zc,[...t[0]||=[(0,l.createElementVNode)(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M14 1.3335C14.3514 1.3335 14.6394 1.60546 14.6648 1.95041L14.6666 2.00016V14.0002C14.6666 14.3516 14.3947 14.6396 14.0497 14.665L14 14.6668H1.99998C1.64853 14.6668 1.36059 14.3949 1.33514 14.0499L1.33331 14.0002V2.00016C1.33331 1.64871 1.60527 1.36077 1.95023 1.33532L1.99998 1.3335H14ZM13.3333 2.66618H2.66664V13.3328H13.3333V2.66618ZM11.9219 6.7879C11.9719 6.83791 12 6.90574 12 6.97647V11.7993C12 11.9098 11.9104 11.9993 11.8 11.9993H6.81615C6.7975 11.9993 6.77945 11.9968 6.76232 11.992L3.91042 11.9847C3.79996 11.9844 3.71063 11.8947 3.7109 11.7842C3.71102 11.7313 3.73209 11.6807 3.76948 11.6433L6.52468 8.88807C6.62882 8.78393 6.79766 8.78393 6.9018 8.88807L8.17297 10.1593L11.5447 6.7879C11.6489 6.68376 11.8177 6.68376 11.9219 6.7879ZM5.99997 3.99951V5.99951H3.99997V3.99951H5.99997Z`},null,-1)]])}var Vc=k(Rc,[[`render`,Bc]]),Hc={},Uc={class:`comment-common-icon`};function Wc(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,Uc,[...t[0]||=[(0,l.createElementVNode)(`svg`,{viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`},[(0,l.createElementVNode)(`path`,{d:`M586.624 234.624a74.624 74.624 0 1 1-149.184 0 74.624 74.624 0 0 1 149.12 0z m0 554.624a74.624 74.624 0 1 1-149.248 0 74.624 74.624 0 0 1 149.248 0zM512 586.624a74.624 74.624 0 1 0 0-149.248 74.624 74.624 0 0 0 0 149.248z`,fill:`currentColor`})],-1)]])}var Gc=k(Hc,[[`render`,Wc]]),Kc={},qc={class:`comment-common-icon`,style:{color:`#1e80ff`}};function Jc(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,qc,[...t[0]||=[(0,l.createElementVNode)(`svg`,{viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`1534`},[(0,l.createElementVNode)(`path`,{d:`M668.928 166.912c-20.48-53.504-47.9744-84.7872-82.0224-94.9248-33.5872-10.0352-61.952 4.096-76.032 13.9776-27.5456 19.3536-41.216 49.664-50.0224 74.1376-3.3792 9.3184-6.4512 19.0976-9.216 27.9552l-2.6624 8.3968a227.8912 227.8912 0 0 1-10.3936 27.9552c-25.344 52.9408-47.4112 84.5312-66.7648 104.96-18.944 19.968-36.4544 30.464-55.1936 39.7824a45.3632 45.3632 0 0 0-25.088 40.5504l-0.1024 480.7168c0 24.9344 20.2752 45.2096 45.2096 45.2096h423.0656c21.7088 0 38.144-6.912 50.0224-16.9984a72.192 72.192 0 0 0 14.4896-16.896l0.2048-0.2048 0.0512-0.1536 0.8192-1.024 1.2288-1.8944c39.424-63.7952 66.7648-114.688 88.2176-175.616 24.4224-69.4784 36.8128-129.6896 42.0352-176.64 5.12-45.6704 3.7888-81.664-1.5872-101.376a77.9776 77.9776 0 0 0-45.568-52.3264 116.5824 116.5824 0 0 0-45.4144-8.6016l-192.8192-2.6624c28.1088-115.0976 10.0864-181.6064-2.4576-214.3744zM64.0512 413.9008a45.2096 45.2096 0 0 1 45.1584-47.36H176.128c24.9344 0 45.2096 20.2752 45.2096 45.2096v480.6144a45.2096 45.2096 0 0 1-45.2096 45.2096h-44.288a45.2096 45.2096 0 0 1-45.1584-43.0592L64 413.952z`,"p-id":`1535`})],-1)]])}var Yc=k(Kc,[[`render`,Jc]]),Xc={},Zc={class:`comment-common-icon`};function Qc(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,Zc,[...t[0]||=[(0,l.createElementVNode)(`svg`,{t:`1650360973068`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`1168`,width:`200`,height:`200`},[(0,l.createElementVNode)(`path`,{d:`M547.968 138.88c6.656-4.672 14.08-6.976 20.48-5.056 6.08 1.792 22.848 10.752 40.192 56.128 8.576 22.4 27.264 81.536-5.632 197.504a45.44 45.44 0 0 0 42.88 57.984l217.6 3.008h0.448a53.12 53.12 0 0 1 20.096 3.328 16.256 16.256 0 0 1 5.568 3.648 14.464 14.464 0 0 1 3.264 6.4c2.176 7.808 4.608 33.984-0.256 77.248-4.672 41.984-15.936 97.408-38.784 162.368-19.136 54.336-43.52 100.48-81.472 161.792a56.384 56.384 0 0 0-1.664 2.496l-0.128 0.128-1.408 2.112a7.872 7.872 0 0 1-1.28 1.472 3.84 3.84 0 0 1-1.28 0.64 20.48 20.48 0 0 1-6.848 0.96H356.032V421.44c19.712-10.624 40.704-24.576 62.592-47.616 25.472-26.88 51.008-64.768 78.208-121.6 5.568-11.584 9.856-24.384 13.632-36.032l3.072-9.856c2.688-8.448 5.184-16.384 8.064-24.32 8.064-22.4 16.128-36.032 26.368-43.136z m120.96 27.968c-20.48-53.44-48-84.736-81.984-94.912-33.6-9.984-61.952 4.16-76.032 14.08-27.584 19.264-41.28 49.6-50.048 74.048-3.392 9.344-6.464 19.2-9.216 27.968l-2.688 8.448a227.84 227.84 0 0 1-10.432 27.904c-25.28 52.928-47.36 84.544-66.752 104.96-18.944 19.968-36.48 30.464-55.168 39.808a45.376 45.376 0 0 0-25.088 40.576l-0.064 480.64c0 24.96 20.224 45.248 45.184 45.248h423.04c21.76 0 38.144-6.912 50.048-16.96a71.808 71.808 0 0 0 14.528-16.896l0.128-0.256 0.128-0.128 0.832-0.96 1.152-1.92c39.424-63.872 66.816-114.688 88.256-175.68a810.24 810.24 0 0 0 42.048-176.64c5.12-45.632 3.776-81.664-1.6-101.376a77.952 77.952 0 0 0-45.568-52.288 116.544 116.544 0 0 0-45.44-8.64l-192.768-2.688c28.096-115.072 10.048-181.568-2.496-214.336z m-604.864 247.04a45.184 45.184 0 0 1 45.12-47.296h67.008c24.96 0 45.184 20.288 45.184 45.248v480.64c0 24.96-20.224 45.12-45.184 45.12H131.84a45.184 45.184 0 0 1-45.12-43.072l-22.656-480.64z`,"p-id":`1169`})],-1)]])}var $c=k(Xc,[[`render`,Qc]]),el={},tl={width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:``};function nl(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,tl,[...t[0]||=[(0,l.createElementVNode)(`path`,{"data-v-d6f79dbc":``,"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M5.99976 7.93206L10.0656 3.86619C10.1633 3.76856 10.3215 3.76856 10.4192 3.86619L10.7727 4.21975C10.8704 4.31738 10.8704 4.47567 10.7727 4.5733L6.35331 8.99272C6.15805 9.18798 5.84147 9.18798 5.6462 8.99272L1.22679 4.5733C1.12916 4.47567 1.12916 4.31738 1.22679 4.21975L1.58034 3.86619C1.67797 3.76856 1.83626 3.76856 1.93389 3.86619L5.99976 7.93206Z`},null,-1)]])}var rl=k(el,[[`render`,nl]]),il={},al={class:`comment-common-icon`};function ol(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,al,[...t[0]||=[(0,l.createElementVNode)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:``},[(0,l.createElementVNode)(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M5.99951 0.5C9.03708 0.5 11.4995 2.96243 11.4995 6C11.4995 9.03757 9.03708 11.5 5.99951 11.5C2.96195 11.5 0.499512 9.03757 0.499512 6C0.499512 2.96243 2.96195 0.5 5.99951 0.5ZM6.25 3.49988C6.38807 3.49988 6.5 3.61181 6.5 3.74988V5.49988H8.25C8.38807 5.49988 8.5 5.61181 8.5 5.74988V6.24988C8.5 6.38795 8.38807 6.49988 8.25 6.49988H5.75C5.61193 6.49988 5.5 6.38795 5.5 6.24988V3.74988C5.5 3.61181 5.61193 3.49988 5.75 3.49988H6.25Z`})],-1)]])}var sl=k(il,[[`render`,ol]]),cl={},ll={class:`comment-common-icon`};function ul(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,ll,[...t[0]||=[(0,l.createElementVNode)(`svg`,{viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`1320`,width:`200`,height:`200`},[(0,l.createElementVNode)(`path`,{d:`M147.264 647.296V220.928c0-49.536 40.128-89.728 89.6-89.728H793.6c49.536 0 89.728 40.192 89.728 89.728v426.368c0 49.536-40.128 89.728-89.6 89.728h-145.216a47.04 47.04 0 0 0-28.16 9.408l-194.56 145.792a3.392 3.392 0 0 1-5.12-1.984l-26.752-116.672a47.04 47.04 0 0 0-45.824-36.544H236.992a89.728 89.728 0 0 1-89.728-89.728zM236.864 64A156.928 156.928 0 0 0 80 220.928l0.064 426.368a156.928 156.928 0 0 0 156.928 156.928h94.976l23.232 101.312 0.064 0.448a70.592 70.592 0 0 0 109.696 40.832l190.208-142.592H793.6a156.928 156.928 0 0 0 156.928-156.928l-0.064-426.368A156.928 156.928 0 0 0 793.536 64H236.928z m69.44 442.496a65.344 65.344 0 1 0 0-130.752 65.344 65.344 0 0 0 0 130.752z m268.8-65.344a65.344 65.344 0 1 1-130.752 0 65.344 65.344 0 0 1 130.752 0z m138.368 65.344a65.344 65.344 0 1 0 0-130.752 65.344 65.344 0 0 0 0 130.752z`,"p-id":`1321`})],-1)]])}var dl=k(cl,[[`render`,ul]]),fl={class:`cv-comment-emoji`},pl={class:`face-tooltip-head select-none`},ml=[`onClick`],hl=[`src`],gl={class:`emoji-body select-none`},_l={style:{padding:`0 5px`}},vl=[`onClick`],yl={class:`emoji-btn select-none`},bl={key:0},xl=k(Object.assign({name:`CompInputEmoji`},{__name:`input-emoji`,props:{emoji:{faceList:[],emojiList:[],allEmoji:{}},placement:`bottom`},emits:[`addEmoji`],setup(e,{emit:t}){let n=e,r=(0,l.ref)(0),i=(0,l.ref)(0),a=(0,l.ref)([,,]),{emojiList:o,faceList:s}=n.emoji;function u(e){switch(r.value=e,e){case 0:i.value=0;break;case 1:i.value=-50,a.value[1]=o[1];break}}function d(){a.value[0]=o[0]}return(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,fl,[(0,l.createVNode)((0,l.unref)(c.ElPopover),{placement:e.placement,"popper-class":`emoji-popover`,width:250,trigger:`click`,onBeforeEnter:d},{reference:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,yl,[t.$slots.default?(0,l.renderSlot)(t.$slots,`default`,{key:1},void 0,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,bl,[(0,l.createVNode)((0,l.unref)(Nc)),n[0]||=(0,l.createElementVNode)(`span`,null,`表情`,-1)]))])]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,pl,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)((0,l.unref)(s),(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`label`,{key:t,class:(0,l.normalizeClass)(r.value==t?`active`:``),onClick:e=>u(t)},[(0,l.createElementVNode)(`img`,{src:e,alt:``},null,8,hl)],10,ml))),128))]),(0,l.createElementVNode)(`div`,gl,[(0,l.createElementVNode)(`div`,{class:`emjio-container`,style:(0,l.normalizeStyle)({transform:`translateX(${i.value}%)`})},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(a.value,(e,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:n,class:`emoji-wrapper`},[(0,l.createVNode)((0,l.unref)(c.ElScrollbar),null,{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,_l,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e,(e,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:n,class:`emoji-item`,onClick:e=>t.$emit(`addEmoji`,n)},[(0,l.createVNode)((0,l.unref)(c.ElImage),{src:e,title:String(n),class:`emoji`,style:{width:`24px`,height:`24px`,margin:`5px`},lazy:``},null,8,[`src`,`title`])],8,vl))),128))])]),_:2},1024)]))),128))],4)])]),_:3},8,[`placement`])]))}}),[[`__scopeId`,`data-v-2fb59975`]]),Sl={class:`cv-comment-editor`},Cl=[`placeholder`,`innerHTML`],wl=[`src`],Tl=[`onClick`],El={key:0,class:`cv-comment-editor__action`},Dl=k({__name:`input-box`,props:{placeholder:``,contentBtn:``,parentId:``,reply:``},emits:[`hide`,`close`],setup(e,{expose:t,emit:n}){let r=e,i=(0,l.ref)(``),a=(0,l.ref)(),o=(0,l.ref)(!1),s=(0,l.ref)(!1),u=(0,l.ref)(),d=(0,l.ref)(!0),f=(0,l.ref)(),p=(0,l.ref)(),m=(0,l.ref)([]),h=(0,l.ref)([]),g=(0,l.reactive)({imgLength:0}),_={minHeight:64},v=(0,l.ref)(),y=(0,l.ref)(!1),b=(0,l.ref)(),x=(0,l.computed)(()=>_.minHeight+`px`),S=(0,l.computed)(()=>_.minHeight==30?`4px 10px`:`8px 12px`),C=n,{upload:w,submit:T,focus:E}=(0,l.inject)(`InjectInputBox`),D=(0,l.inject)(`InjectionEmojiApi`);(0,l.watch)(()=>i.value,e=>{y.value||(a.value=e)});function O(){T({content:r.reply?`回复 <span style="color: var(--cv-color-success-dark-2);">@${r.reply.user.username}:</span> ${i.value}`:i.value,parentId:yn(r.parentId,null),reply:r.reply,files:h.value,clear:()=>{ae(),C(`close`)}})}function k(e){R(i.value)&&!g.imgLength&&(s.value=!1,C(`hide`,e))}function A(e){y.value=!0,o.value=!0,s.value=!0,(0,l.nextTick)(()=>{f.value=document.querySelector(`div[id^='el-popper-container']`)}),E()}function ee(e){v.value=window.getSelection()?.getRangeAt(0),u.value?.innerHTML||(o.value=!1),y.value=!1}function j(e){let{innerHTML:t}=e?.target||e;i.value=t||``,R(i.value.replace(/ |<br>| /g,``))?d.value=!0:d.value=!1}function te(e){let t=window.getSelection();t&&(t.removeAllRanges(),v.value||=(M(),t.getRangeAt(0)),v.value.deleteContents(),v.value.insertNode(v.value.createContextualFragment(e)),v.value.collapse(!1),t.addRange(v.value),i.value=u?.value?.innerHTML||``,R(i.value.replace(/ |<br>| /g,``))?d.value=!0:d.value=!1)}function ne(){u.value&&(u.value.innerHTML=``,i.value=u.value.innerHTML,o.value=!1)}function M(){(0,l.nextTick)(()=>{u.value?.focus()})}function re(e){e.ctrlKey&&e.key==`Enter`&&(R(i.value.replace(/ |<br>| /g,``))?(0,c.ElMessage)({message:`内容不能为空`,type:`info`}):O())}function ie(e){m.value.length=0,h.value.length=0;let t=p.value?.files;if(g.imgLength=yn(t?.length,0),t)for(let e=0;e<t.length;e++){let n=t[e].name,r=Sn(t[e]);h.value.push(t[e]),bn(n)?m.value.push(r):(0,c.ElMessage)({type:`warn`,message:`请选择图片类型文件!`,duration:2500})}}function ae(){ne(),m.value.length=0,h.value=[],d.value=!0}function oe(e){m?.value?.splice(e,1)}return(0,l.onMounted)(()=>{u.value?.addEventListener(`keyup`,e=>{let t=e.target;t.innerHTML==`<br>`&&(t.innerHTML=``)})}),t({focus:()=>M()}),(e,t)=>(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Sl,[(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([`cv-comment-editor__box`,{active:o.value,"input-active":s.value}])},[(0,l.createElementVNode)(`div`,{ref_key:`editorRef`,ref:u,class:`rich-input`,contenteditable:`true`,placeholder:r.placeholder,onFocus:A,onInput:j,onBlur:ee,onKeydown:(0,l.withKeys)(re,[`enter`]),innerHTML:a.value,style:(0,l.normalizeStyle)({minHeight:x.value,padding:S.value})},null,44,Cl),(0,l.createElementVNode)(`div`,{ref_key:`imageRef`,ref:b,class:`image-preview-box`},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(m.value,(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:t,class:`image-preview`},[(0,l.createElementVNode)(`img`,{src:e,alt:``},null,8,wl),(0,l.createElementVNode)(`div`,{class:`clean-btn`,onClick:e=>oe(t)},[(0,l.createVNode)((0,l.unref)(kc))],8,Tl)]))),128))],512)],2),(0,l.createVNode)(l.Transition,{name:`fade`},{default:(0,l.withCtx)(()=>[s.value?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,El,[(0,l.createElementVNode)(`div`,null,[(0,l.createVNode)(xl,{emoji:(0,l.unref)(D),onAddEmoji:t[0]||=e=>te(e)},null,8,[`emoji`]),(0,l.createElementVNode)(`div`,{class:`picture`,onClick:t[1]||=(...e)=>p.value?.click&&p.value?.click(...e)},[(0,l.createVNode)((0,l.unref)(Vc)),t[2]||=(0,l.createElementVNode)(`span`,null,`图片`,-1),(0,l.createElementVNode)(`input`,{id:`comment-upload`,ref_key:`inputRef`,ref:p,type:`file`,multiple:``,onChange:ie},null,544)])]),(0,l.createElementVNode)(`div`,null,[t[3]||=(0,l.createElementVNode)(`span`,{style:{"margin-right":`10px`}},[(0,l.createTextVNode)(` 文明上网理性发言,请遵守 `),(0,l.createElementVNode)(`a`,{href:`###`,target:`_blank`},`《新闻评论服务协议》`)],-1),(0,l.createVNode)((0,l.unref)(c.ElButton),{type:`primary`,disabled:d.value,onClick:O},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(r.contentBtn),1)]),_:1},8,[`disabled`])])])):(0,l.createCommentVNode)(``,!0)]),_:1})])),[[(0,l.unref)(c.ClickOutside),k,f.value]])}},[[`__scopeId`,`data-v-e3fd437e`]]),Ol={class:`u-fold`},kl={class:`action-box select-none`},Al=k(Object.assign({name:`UFold`},{__name:`fold`,props:{line:{type:[Number,String],default:5}},setup(e){(0,l.useCssVars)(e=>({v15491e60:n.value}));let t=e,n=(0,l.computed)(()=>{let e=Math.trunc(Number(t.line));return e>0?e:1}),r=(0,l.ref)(!0),i=(0,l.ref)(!1),a=(0,l.ref)(),o;return(0,l.onMounted)(()=>{o=new ResizeObserver(e=>{r.value&&a.value&&(i.value=a.value.offsetHeight<a.value.scrollHeight)}),o.observe(a.value)}),(0,l.onUnmounted)(()=>{o.disconnect()}),(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ol,[(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([`txt-box`,{"over-hidden":r.value}])},[(0,l.createElementVNode)(`div`,{ref_key:`divBox`,ref:a},[(0,l.renderSlot)(e.$slots,`default`,{},void 0,!0)],512)],2),(0,l.createElementVNode)(`div`,kl,[i.value&&e.unfold?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:0,class:`expand-btn`,onClick:t[0]||=e=>r.value=!r.value},(0,l.toDisplayString)(r.value?`展开`:`收起`),1)):(0,l.createCommentVNode)(``,!0)])]))}}),[[`__scopeId`,`data-v-94334818`]]),jl={__name:`user-card`,props:{uid:``},setup(e){let t=(0,l.ref)({}),{showInfo:n}=(0,l.inject)(`InjectContentBox`),r=(0,l.inject)(`InjectSlots`),i=()=>(0,l.h)(`div`,r.card(t.value));return(a,o)=>(0,l.unref)(r).card?((0,l.openBlock)(),(0,l.createBlock)((0,l.unref)(c.ElPopover),{key:0,placement:`top`,width:300,"show-after":300,onBeforeEnter:o[0]||=()=>(0,l.unref)(n)(e.uid,e=>t.value=e)},{reference:(0,l.withCtx)(()=>[(0,l.renderSlot)(a.$slots,`default`)]),default:(0,l.withCtx)(()=>[(0,l.createVNode)(i)]),_:3})):(0,l.renderSlot)(a.$slots,`default`,{key:1})}};function Ml(e,t){return(0,l.getCurrentScope)()?((0,l.onScopeDispose)(e,t),!0):!1}var Nl=typeof window<`u`&&typeof document<`u`;typeof WorkerGlobalScope<`u`&&globalThis instanceof WorkerGlobalScope;var Pl=Object.prototype.toString,Fl=e=>Pl.call(e)===`[object Object]`;function Il(e){let t;function n(){return t||=e(),t}return n.reset=async()=>{let e=t;t=void 0,e&&await e},n}function Ll(e){return Array.isArray(e)?e:[e]}function Rl(e,t,n={}){let{immediate:r=!0,immediateCallback:i=!1}=n,a=(0,l.shallowRef)(!1),o;function s(){o&&=(clearTimeout(o),void 0)}function c(){a.value=!1,s()}function u(...n){i&&e(),s(),a.value=!0,o=setTimeout(()=>{a.value=!1,o=void 0,e(...n)},(0,l.toValue)(t))}return r&&(a.value=!0,Nl&&u()),Ml(c),{isPending:(0,l.shallowReadonly)(a),start:u,stop:c}}function zl(e,t,n){return(0,l.watch)(e,t,{...n,immediate:!0})}var Bl=Nl?window:void 0;Nl&&window.document;var Vl=Nl?window.navigator:void 0;Nl&&window.location;function Hl(e){let t=(0,l.toValue)(e);return t?.$el??t}function Ul(...e){let t=(e,t,n,r)=>(e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)),n=(0,l.computed)(()=>{let t=Ll((0,l.toValue)(e[0])).filter(e=>e!=null);return t.every(e=>typeof e!=`string`)?t:void 0});return zl(()=>[n.value?.map(e=>Hl(e))??[Bl].filter(e=>e!=null),Ll((0,l.toValue)(n.value?e[1]:e[0])),Ll((0,l.unref)(n.value?e[2]:e[1])),(0,l.toValue)(n.value?e[3]:e[2])],([e,n,r,i],a,o)=>{if(!e?.length||!n?.length||!r?.length)return;let s=Fl(i)?{...i}:i,c=e.flatMap(e=>n.flatMap(n=>r.map(r=>t(e,n,r,s))));o(()=>{c.forEach(e=>e())})},{flush:`post`})}function Wl(){let e=(0,l.shallowRef)(!1),t=(0,l.getCurrentInstance)();return t&&(0,l.onMounted)(()=>{e.value=!0},t),e}function Gl(e){let t=Wl();return(0,l.computed)(()=>(t.value,!!e()))}function Kl(e,t={}){let{controls:n=!1,navigator:r=Vl}=t,i=Gl(()=>r&&`permissions`in r),a=(0,l.shallowRef)(),o=typeof e==`string`?{name:e}:e,s=(0,l.shallowRef)(),c=()=>{s.value=a.value?.state??`prompt`};Ul(a,`change`,c,{passive:!0});let u=Il(async()=>{if(i.value){if(!a.value)try{a.value=await r.permissions.query(o)}catch{a.value=void 0}finally{c()}if(n)return(0,l.toRaw)(a.value)}});return u(),n?{state:s,isSupported:i,query:u}:s}function ql(e={}){let{navigator:t=Vl,read:n=!1,source:r,copiedDuring:i=1500,legacy:a=!1}=e,o=Gl(()=>t&&`clipboard`in t),s=Kl(`clipboard-read`),c=Kl(`clipboard-write`),u=(0,l.computed)(()=>o.value||a),d=(0,l.shallowRef)(``),f=(0,l.shallowRef)(!1),p=(0,l.shallowRef)(!1),m=Rl(()=>f.value=!1,i,{immediate:!1}),h=0;async function g(){let e=!(o.value&&x(s.value));if(!e)try{d.value=await t.clipboard.readText()}catch{e=!0}e&&(d.value=b())}u.value&&n&&Ul([`copy`,`cut`],g,{passive:!0});async function _(e){let n=e??(0,l.toValue)(r);if(u.value&&n!=null){p.value=!0;let e=!(o.value&&x(c.value));if(!e)try{let e=v(n);await t.clipboard.write([e])}catch{e=!0}if(e)if(typeof n==`string`)d.value=n,y(n);else{let e=++h,t=await n();t!=null&&e===h&&(d.value=t,y(t))}f.value=!0,m.start(),p.value=!1}}function v(e){return typeof e==`string`?(d.value=e,new ClipboardItem({"text/plain":e})):new ClipboardItem({"text/plain":e().then((e=``)=>(d.value=e,new Blob([e],{type:`text/plain`})))})}function y(e){let t=document.createElement(`textarea`);t.value=e,t.style.position=`absolute`,t.style.opacity=`0`,t.setAttribute(`readonly`,``),document.body.appendChild(t),t.select(),document.execCommand(`copy`),t.remove()}function b(){var e,t;return((e=document)==null||(t=e.getSelection)==null||(t=t.call(e))==null?void 0:t.toString())??``}function x(e){return e===`granted`||e===`prompt`}return{copyPending:(0,l.shallowReadonly)(p),isSupported:u,text:(0,l.shallowReadonly)(d),copied:(0,l.shallowReadonly)(f),copy:_}}var Jl={class:`comment-list-actbox__right`},Yl={class:`operation-warp`},Xl={class:`dialog-footer`},Zl={__name:`comment-operate`,props:{data:{type:[Object],default:()=>({})}},setup(e){let{copy:t}=ql(),n=(0,l.ref)(!1),r=(0,l.ref)({report_type:``,report_content:``}),i=e;function a(){let e=i.data||{};n.value=!1,(0,c.ElMessage)({type:`info`,message:`举报成功: `+e.id})}function o(e){let r=i.data||{};switch(e){case`remove`:setTimeout(()=>{commentRef.value?.remove(r)},200);break;case`report`:n.value=!0;break;case`copy`:t(r.content),(0,c.ElMessage)({type:`info`,message:`复制成功`})}}return(e,t)=>{let i=(0,l.resolveComponent)(`el-dropdown-item`),s=(0,l.resolveComponent)(`el-dropdown-menu`),c=(0,l.resolveComponent)(`el-dropdown`),u=(0,l.resolveComponent)(`el-radio`),d=(0,l.resolveComponent)(`el-radio-group`),f=(0,l.resolveComponent)(`el-form-item`),p=(0,l.resolveComponent)(`el-input`),m=(0,l.resolveComponent)(`el-form`),h=(0,l.resolveComponent)(`el-button`),g=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Jl,[(0,l.createVNode)(c,{trigger:`click`,onCommand:t[0]||=e=>o(e)},{dropdown:(0,l.withCtx)(()=>[(0,l.createVNode)(s,null,{default:(0,l.withCtx)(()=>[(0,l.createVNode)(i,{command:`report`},{default:(0,l.withCtx)(()=>[...t[5]||=[(0,l.createTextVNode)(`举报`,-1)]]),_:1}),(0,l.createVNode)(i,{command:`remove`},{default:(0,l.withCtx)(()=>[...t[6]||=[(0,l.createTextVNode)(`删除`,-1)]]),_:1}),(0,l.createVNode)(i,{divided:``,command:`copy`},{default:(0,l.withCtx)(()=>[...t[7]||=[(0,l.createTextVNode)(`复制`,-1)]]),_:1})]),_:1})]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,Yl,[(0,l.createVNode)((0,l.unref)(Gc))])]),_:1}),(0,l.createVNode)(g,{title:`举报`,modelValue:n.value,"onUpdate:modelValue":t[4]||=e=>n.value=e,width:`400px`,style:{width:`90%`,"max-width":`400px`}},{footer:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`span`,Xl,[(0,l.createVNode)(h,{onClick:t[3]||=e=>n.value=!1},{default:(0,l.withCtx)(()=>[...t[13]||=[(0,l.createTextVNode)(`取消`,-1)]]),_:1}),(0,l.createVNode)(h,{type:`primary`,onClick:a},{default:(0,l.withCtx)(()=>[...t[14]||=[(0,l.createTextVNode)(`提交`,-1)]]),_:1})])]),default:(0,l.withCtx)(()=>[(0,l.createVNode)(m,{"label-position":`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(f,{label:`您为什么要举报此信息?`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(d,{modelValue:r.value.report_type,"onUpdate:modelValue":t[1]||=e=>r.value.report_type=e},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u,{value:`色情淫秽`},{default:(0,l.withCtx)(()=>[...t[8]||=[(0,l.createTextVNode)(`色情淫秽`,-1)]]),_:1}),(0,l.createVNode)(u,{value:`骚扰谩骂`},{default:(0,l.withCtx)(()=>[...t[9]||=[(0,l.createTextVNode)(`骚扰谩骂`,-1)]]),_:1}),(0,l.createVNode)(u,{value:`广告欺诈`},{default:(0,l.withCtx)(()=>[...t[10]||=[(0,l.createTextVNode)(`广告欺诈`,-1)]]),_:1}),(0,l.createVNode)(u,{value:`反动`},{default:(0,l.withCtx)(()=>[...t[11]||=[(0,l.createTextVNode)(`反动`,-1)]]),_:1}),(0,l.createVNode)(u,{value:`其他`},{default:(0,l.withCtx)(()=>[...t[12]||=[(0,l.createTextVNode)(`其他`,-1)]]),_:1})]),_:1},8,[`modelValue`])]),_:1}),(0,l.createVNode)(f,{label:`举报说明(可选):`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(p,{type:`textarea`,modelValue:r.value.report_content,"onUpdate:modelValue":t[2]||=e=>r.value.report_content=e,maxlength:`200`,placeholder:`描述恶意行为`,rows:`3`},null,8,[`modelValue`])]),_:1})]),_:1})]),_:1},8,[`modelValue`])])}}},Ql={class:`comment-sub`},$l=[`href`],eu={class:`comment-primary`},tu={class:`comment-main`},nu={key:1,class:`user-info`},ru=[`href`],iu={class:`username`},au={class:`name`,style:{"max-width":`10em`}},ou={blank:`true`,class:`rank`},su=[`innerHTML`],cu={class:`address`,style:{color:`#939393`,"font-size":`12px`}},lu={class:`time`},uu={class:`content`},du=[`innerHTML`],fu={class:`imgbox`,style:{display:`flex`}},pu={class:`comment-list-actbox select-none`},mu={class:`comment-list-actbox__left`},hu={key:2},gu={class:`comment-list-actbox__right`},_u={key:2},vu=k({__name:`content-box`,props:{reply:{type:[Boolean],default:!1},data:{type:[Object],default:()=>({})},id:{type:[String],default:``}},setup(e){let t=e,n=(0,l.reactive)({active:!1}),r=(0,l.ref)(),i=(0,l.ref)(),a=(0,l.computed)(()=>{let e=t.data.contentImg;return R(e)?[]:e?.split(`||`)}),{allEmoji:o}=(0,l.inject)(`InjectionEmojiApi`),{like:s,user:u,relativeTime:d}=(0,l.inject)(`InjectContentBox`);function f(){n.active=!n.active,n.active&&(0,l.nextTick)(()=>{r.value?.focus()})}function p(e){let t=e.target;i.value?.contains(t)||(n.active=!1)}let m=(0,l.inject)(`InjectSlots`),h=()=>(0,l.h)(`div`,m.info(t.data)),g=(e,t)=>(t=t.replace(/\[.+?\]/g,t=>{let n=e[t];return n?[`<img src="`,n,`" width="20" height="20" alt="`,t,`" title="`,t,`" style="margin: 0 1px; vertical-align: text-bottom"`,`/>`].join(``):t}),t),_=(0,l.computed)(()=>g(o,t.data.content)),v=e=>{switch(e){case 1:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="831"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#8CDBF4" p-id="832"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="833"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m950.857143-365.714285l73.142857-73.142858v146.285715h-73.142857z m73.142857-73.142858h146.285715v146.285715h-146.285715z m0 146.285715h146.285715v438.857143h-146.285715z" fill="#FFFFFF"></path></svg>`;case 2:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="765"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#6ECEFF" p-id="766"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="767"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m877.714286-438.857143h365.714286v146.285715h-365.714286z m219.428572 146.285715h146.285714v146.285714h-146.285714z m-219.428572 292.571428V512h146.285714v146.285714z" fill="#FFFFFF" p-id="768"></path><path d="M1097.142857 585.142857V438.857143h365.714286v146.285714z m0 73.142857h365.714286v146.285715h-365.714286z" fill="#FFFFFF"></path></svg>`;case 3:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="799"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#599DFF" p-id="800"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="801"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m877.714286-438.857143h365.714286v146.285715h-365.714286z m219.428572 146.285715h146.285714v73.142857h-146.285714z m0 219.428571h146.285714v73.142857h-146.285714z m-146.285715-146.285714h292.571429v146.285714h-292.571429z m-73.142857 219.428571h365.714286v146.285715h-365.714286z" fill="#FFFFFF"></path></svg>`;case 4:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="815"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#34D19B" p-id="816"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="817"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m975.213715-365.714285L1243.428571 219.428571v219.428572h-146.285714zM1097.142857 438.857143h146.285714v292.571428h-146.285714z m146.285714 146.285714h73.142858v146.285714h-73.142858z m0-365.714286h73.142858v146.285715h-73.142858z m73.142858 0h146.285714v585.142858h-146.285714z" fill="#FFFFFF"></path></svg>`;case 5:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="782"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#FFA000" p-id="783"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="784"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m1097.142858-73.142857h146.285714v219.428572h-146.285714z m-219.428572-365.714286h365.714286v146.285715h-365.714286z m0 438.857143h219.428572v146.285715h-219.428572z m73.142857-219.428571h219.428572v146.285714h-219.428572z" fill="#FFFFFF" p-id="785"></path><path d="M1316.571429 438.857143h146.285714v146.285714h-146.285714z m-219.428572-73.142857h146.285714v219.428571h-146.285714z" fill="#FFFFFF"></path></svg>`;case 6:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="748"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#F36262" p-id="749"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="750"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m1097.142858-146.285714h146.285714v292.571429h-146.285714z m-73.142858-292.571429h146.285715v146.285715h-146.285715z m-146.285714 146.285715h146.285714v438.857143h-146.285714z" fill="#FFFFFF" p-id="751"></path><path d="M1243.428571 438.857143h219.428572v146.285714h-219.428572z m-48.786285-170.642286L1243.428571 219.428571v146.285715h-146.285714zM1243.428571 658.285714h146.285715v146.285715h-146.285715z" fill="#FFFFFF"></path></svg>`;default:return``}};return(o,g)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:(0,l.normalizeClass)([`comment`,{reply:t.reply}])},[(0,l.createElementVNode)(`div`,Ql,[(0,l.createVNode)(jl,{uid:(0,l.unref)(z)(e.data.uid)},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`a`,{href:e.data.user.homeLink,target:`_blank`,class:`no-underline`,style:{display:`block`}},[(0,l.createVNode)((0,l.unref)(c.ElAvatar),{style:{"margin-top":`5px`},size:40,fit:`cover`,src:e.data.user.avatar},{default:(0,l.withCtx)(()=>[...g[2]||=[(0,l.createElementVNode)(`img`,{src:`https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png`},null,-1)]]),_:1},8,[`src`])],8,$l)]),_:1},8,[`uid`])]),(0,l.createElementVNode)(`div`,eu,[(0,l.createElementVNode)(`div`,tu,[(0,l.unref)(m).info?((0,l.openBlock)(),(0,l.createBlock)(h,{key:0})):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,nu,[(0,l.createVNode)(jl,{uid:(0,l.unref)(z)(e.data.uid)},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`a`,{href:e.data.user.homeLink,target:`_blank`,class:`no-underline`,style:{display:`block`}},[(0,l.createElementVNode)(`div`,iu,[(0,l.createElementVNode)(`span`,au,(0,l.toDisplayString)(e.data.user.username),1),(0,l.createElementVNode)(`span`,ou,[(0,l.createElementVNode)(`i`,{class:`comment-common-icon`,style:{"font-size":`24px`},innerHTML:v(e.data.user.level)},null,8,su)])])],8,ru)]),_:1},8,[`uid`]),(0,l.createElementVNode)(`span`,cu,`\xA0\xA0`+(0,l.toDisplayString)(e.data.address),1),(0,l.createElementVNode)(`time`,lu,(0,l.toDisplayString)((0,l.unref)(d)?(0,l.unref)(hn)(e.data.createTime):e.data.createTime),1)])),(0,l.createElementVNode)(`div`,uu,[(0,l.createVNode)(Al,{unfold:``},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,{innerHTML:_.value},null,8,du),(0,l.createElementVNode)(`div`,fu,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(a.value,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)((0,l.unref)(c.ElImage),{key:t,src:e,style:{height:`72px`,padding:`8px 4px`},lazy:``,"preview-src-list":a.value,"initial-index":t},null,8,[`src`,`preview-src-list`,`initial-index`]))),128))])]),_:1})]),(0,l.createElementVNode)(`div`,pu,[(0,l.createElementVNode)(`div`,mu,[(0,l.createElementVNode)(`div`,{"data-tip":`点赞`,class:`item`,onClick:g[0]||=t=>(0,l.unref)(s)((0,l.unref)(z)(e.data.id))},[(0,l.unref)(u).likeIds.map(String).indexOf((0,l.unref)(z)(e.data.id))==-1?((0,l.openBlock)(),(0,l.createBlock)((0,l.unref)($c),{key:0})):((0,l.openBlock)(),(0,l.createBlock)((0,l.unref)(Yc),{key:1})),e.data.likes==0?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,hu,(0,l.toDisplayString)(e.data.likes),1))]),(0,l.createElementVNode)(`div`,{"data-tip":`回复`,ref_key:`btnRef`,ref:i,class:(0,l.normalizeClass)([`item`,{active:n.active}]),onClick:f},[(0,l.createVNode)((0,l.unref)(dl)),(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.active?`取消回复`:`回复`),1)],2)]),(0,l.createElementVNode)(`div`,gu,[(0,l.renderSlot)(o.$slots,`operate`,{},()=>[(0,l.createVNode)(Zl,{data:t.data},null,8,[`data`])],!0)])]),n.active?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,_u,[(0,l.createVNode)(Dl,{ref_key:`commentRef`,ref:r,"parent-id":(0,l.unref)(z)(e.id),placeholder:`回复 @${e.data.user.username}...`,reply:e.data,"content-btn":`发布`,style:{"margin-top":`12px`},onHide:p,onClose:g[1]||=e=>n.active=!1},null,8,[`parent-id`,`placeholder`,`reply`])])):(0,l.createCommentVNode)(``,!0)]),(0,l.renderSlot)(o.$slots,`default`,{},void 0,!0)])],2))}},[[`__scopeId`,`data-v-cfe79df7`]]),yu={key:0,class:`reply-box`},bu={class:`reply-list`},xu={key:0,class:`fetch-more`},Su={key:0},Cu={key:1},wu={key:0},Tu={key:1,class:`fetch-more`},Eu=k({__name:`reply-box`,props:{data:{type:[Array,Object],default:()=>null},id:{type:[String],default:``}},setup(e){let t=e,n=(0,l.reactive)({loading:!1,over:!1,pageNum:1,pageSize:5}),{replyPage:r,replyShowSize:i,comments:a,page:o}=(0,l.inject)(`InjectReplyBox`),s=(0,l.computed)(()=>{let e={total:0,length:0,list:[]};if(t.data){let n=t.data.list.length;e={total:t.data.total,length:n,list:t.data.list}}if(!n.over){let t=e.list.slice(0,i);e.list=t}return o&&(e.list=e.list.slice(0,5)),e}),u=()=>{n.over=!0},d=e=>{a.value.forEach(n=>{n.id==t.id&&(n.reply&&=e)})},f=e=>{n.pageNum=e,r(t.id,e,n.pageSize,e=>d(e))},p=e=>{n.pageSize=e,r(t.id,n.pageNum,e,e=>d(e))};return(t,r)=>s.value.length>0?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,yu,[(0,l.createElementVNode)(`div`,bu,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(s.value.list,(t,n)=>((0,l.openBlock)(),(0,l.createBlock)(vu,{id:e.id,key:n,data:t,reply:``},null,8,[`id`,`data`]))),128)),s.value.length>(0,l.unref)(i)?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,xu,[n.loading?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,Su,`加载中...`)):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Cu,[n.over?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,wu,[(0,l.createTextVNode)(` 共`+(0,l.toDisplayString)(s.value.total)+`条回复, `,1),(0,l.createElementVNode)(`span`,{class:`fetch-more-comment select-none`,onClick:u},[r[0]||=(0,l.createTextVNode)(` 点击查看 `,-1),(0,l.createVNode)((0,l.unref)(rl))])]))]))])):(0,l.createCommentVNode)(``,!0),n.over&&(0,l.unref)(o)?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Tu,[(0,l.createVNode)((0,l.unref)(c.ElPagination),{small:``,"hide-on-single-page":``,layout:`total, prev, pager, next`,total:s.value.total,"page-size":n.pageSize,onCurrentChange:f,onSizeChange:p},null,8,[`total`,`page-size`])])):(0,l.createCommentVNode)(``,!0)])])):(0,l.createCommentVNode)(``,!0)}},[[`__scopeId`,`data-v-16e0a50b`]]),Du={key:0,class:`comment-list`},Ou={__name:`comment-list`,props:{data:{type:[Array,Object],default:()=>[]},total:{type:[Number],default:0},showSize:{type:[Number],default:0}},setup(e){return(t,n)=>e.data?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Du,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.data,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(vu,{id:(0,l.unref)(z)(e.id),key:t,data:e},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(Eu,{id:(0,l.unref)(z)(e.id),data:e.reply},null,8,[`id`,`data`])]),_:2},1032,[`id`,`data`]))),128))])):(0,l.createCommentVNode)(``,!0)}},ku={class:`cv-comment-base`},Au={class:`cv-comment-form`},ju={class:`cv-comment-form__content`},Mu={class:`cv-comment-form__avatar`},Nu={class:`cv-comment-list-wrapper`},Pu=Object.assign({name:`cvCommentBase`},{__name:`comment`,props:{config:{},page:!1,upload:!1,relativeTime:!1},emits:[`submit`,`like`,`replyPage`,`showInfo`,`focus`],setup(e,{expose:t,emit:n}){let r=e,{user:i,comments:a,showSize:o,replyShowSize:s,total:c}=(0,l.toRefs)(r.config),u=n;(0,l.provide)(`InjectInputBox`,{upload:r.upload,submit:({content:e,parentId:t,reply:n,files:r,clear:i})=>{u(`submit`,{content:e,parentId:t,reply:n,files:r,finish:e=>{if(i(),t){let n=a.value.find(e=>e.id==t);if(n){let t=n.reply;t?(t.list.unshift(e),t.total++):n.reply={total:1,list:[e]}}}else a.value.unshift(e)}})},focus:()=>u(`focus`)});let d=(e,t)=>{let n=null;a.value.forEach(r=>{n=r.id==e?r:r.reply?.list.find(t=>t.id==e),n&&(n.likes+=t)})};return(0,l.provide)(`InjectContentBox`,{user:i,like:e=>{let t=r.config.user.likeIds;u(`like`,e,()=>{if(t.findIndex(t=>t==e)==-1)t.push(e),d(e,1);else{let n=t.findIndex(t=>t==e);n!=-1&&(t.splice(n,1),d(e,-1))}})},relativeTime:yn(r.relativeTime,!1),showInfo:(e,t)=>u(`showInfo`,e,t)}),(0,l.provide)(`InjectReplyBox`,{page:r.page,replyPage:(e,t,n,r)=>{u(`replyPage`,{parentId:e,pageNum:t,pageSize:n,finish:r})},replyShowSize:yn(s,3),comments:a}),(0,l.provide)(`InjectionEmojiApi`,r.config.emoji),(0,l.provide)(`InjectSlots`,(0,l.useSlots)()),t({remove:e=>{let{parentId:t,id:n}=e;if(t){let e=a.value.find(e=>e.id==t)?.reply;if(e){let t=e.list.findIndex(e=>e.id==n);t!=-1&&(e.list.splice(t,1),e.total--)}}else{let e=a.value.findIndex(e=>e.id==n);e!=-1&&a.value.splice(e,1)}}}),(t,n)=>{let r=(0,l.resolveComponent)(`el-avatar`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,ku,[(0,l.createElementVNode)(`div`,Au,[n[1]||=(0,l.createElementVNode)(`div`,{class:`cv-comment-form__header`},[(0,l.createElementVNode)(`span`,{class:`cv-comment-form__hdtitle`},`评论`)],-1),(0,l.createElementVNode)(`div`,ju,[(0,l.createElementVNode)(`div`,Mu,[(0,l.createVNode)(r,{size:40,src:e.config.user.avatar},{default:(0,l.withCtx)(()=>[...n[0]||=[(0,l.createElementVNode)(`img`,{src:`https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png`},null,-1)]]),_:1},8,[`src`])]),(0,l.createVNode)(Dl,{placeholder:`输入评论(Enter换行,Ctrl + Enter发送)`,"content-btn":`发表评论`})])]),(0,l.renderSlot)(t.$slots,`default`,{},()=>[n[2]||=(0,l.createElementVNode)(`div`,{class:`title`},`全部评论`,-1)]),(0,l.createElementVNode)(`div`,Nu,[(0,l.createVNode)(Ou,{data:(0,l.unref)(a),total:(0,l.unref)(c),"show-size":(0,l.unref)(yn)((0,l.unref)(o),5)},null,8,[`data`,`total`,`show-size`])])])}}}),Fu={class:`comment-scroll`},Iu=[`infinite-scroll-disabled`],Lu={class:`scroll-btn`},Ru={key:1},zu={key:2},Bu=Object.assign({name:`cvCommentScroll`},{__name:`comment-scroll`,props:{disable:{type:[Boolean],default:!1},show:{type:[Boolean],default:!1}},emits:[`more`],setup(e,{emit:t}){let n=e,r=(0,l.ref)(!1),i=(0,l.ref)(!1),a=t,o=(0,l.computed)(()=>i.value&&n.disable),s=(0,l.computed)(()=>!i.value||r.value||o.value),c=un(()=>{a(`more`),r.value=!1},500),u=()=>{r.value=!0,c()};return(e,t)=>{let n=(0,l.resolveComponent)(`el-link`),a=(0,l.resolveDirective)(`infinite-scroll`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Fu,[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{"infinite-scroll-disabled":s.value,"infinite-scroll-distance":`2`},[(0,l.renderSlot)(e.$slots,`default`),(0,l.createElementVNode)(`div`,Lu,[i.value?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createBlock)(n,{key:0,type:`primary`,underline:`never`,onClick:t[0]||=e=>i.value=!i.value},{default:(0,l.withCtx)(()=>[...t[1]||=[(0,l.createTextVNode)(`加载更多`,-1)]]),_:1})),r.value?((0,l.openBlock)(),(0,l.createElementBlock)(`p`,Ru,`加载中...`)):(0,l.createCommentVNode)(``,!0),o.value?((0,l.openBlock)(),(0,l.createElementBlock)(`p`,zu,`没有更多了`)):(0,l.createCommentVNode)(``,!0)])],8,Iu)),[[a,u]])])}}}),Vu={class:`cv-comment-nav-wrap`},Hu={class:`cv-comment-nav__sort`},Uu=Object.assign({name:`cvCommentNav`},{__name:`comment-nav`,props:{modelValue:!1},emits:[`update:modelValue`,`sorted`],setup(e,{emit:t}){let n=e,r=t,i=(0,l.computed)({get(){return n.modelValue},set(e){r(`update:modelValue`,e),r(`sorted`,e)}});return(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Vu,[t[4]||=(0,l.createElementVNode)(`span`,{class:`cv-comment-nav__title`},`全部评论`,-1),(0,l.createElementVNode)(`div`,Hu,[(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([`item select-none`,{active:i.value}]),onClick:t[0]||=e=>i.value=!0},[(0,l.createVNode)((0,l.unref)(sl)),t[2]||=(0,l.createTextVNode)(` 最新 `,-1)],2),(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([`item select-none`,{active:!i.value}]),onClick:t[1]||=e=>i.value=!1},[(0,l.createVNode)((0,l.unref)(Lc)),t[3]||=(0,l.createTextVNode)(` 最热 `,-1)],2)])]))}});Pu.install=function(e){e.component(Pu.name,Pu)},Bu.install=function(e){e.component(Bu.name,Bu)},Uu.install=function(e){e.component(Uu.name,Uu)};var Wu={name:`cvIcons`,props:{type:{type:String,default:``},color:{type:String,default:`currentColor`},size:{type:[Number,String],default:14},rotate:{type:Boolean,default(){return!1}}},computed:{mergeIconStyle(){let e=``;return e=typeof this.size==`string`&&(this.size.includes(`px`)||this.size.includes(`rpx`))?this.size:`${parseFloat(this.size)}px`,{color:this.color,"font-size":e}}},data(){return{}},created(){},methods:{}};function Gu(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,{style:(0,l.normalizeStyle)(a.mergeIconStyle),class:(0,l.normalizeClass)([`cv-icon`,n.rotate?`cv-icons-turn`:`cv-icon-`+n.type])},null,6)}var Ku=k(Wu,[[`render`,Gu]]),qu={name:`cvIconSvg`,props:{...c.ElIcon.prop,type:{type:[String],default:``},size:{type:[String,Number],default:12},name:{type:[String],default:``}},data(){return{}},computed:{style(){return{fontSize:isNaN(Number(this.size))?this.size+`px`:this.size,color:props.color}}},created(){},methods:{}},Ju={key:0,"aria-hidden":`true`},Yu=[`xlink:href`];function Xu(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-icon`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`,{},()=>[((0,l.openBlock)(),(0,l.createBlock)((0,l.resolveDynamicComponent)(n.type)))]),n.name?((0,l.openBlock)(),(0,l.createElementBlock)(`svg`,Ju,[(0,l.createElementVNode)(`use`,{"xlink:href":n.name},null,8,Yu)])):(0,l.createCommentVNode)(``,!0)]),_:3},16)}var Zu=k(qu,[[`render`,Xu]]);function Qu(e){let t=e.trim();return/^https?:\/\//.test(t)}var $u={emits:[`click`],props:{name:{type:String,required:!0,validator:e=>e.trim().length>0},size:{type:[Number,String],default:24},color:{type:String,default:`#333333`},hoverColor:{type:String,default:`currentColor`},hoverEffect:{type:Boolean,default:!1}},data(){return{iconType:`svg`}},computed:{maskIconUrl(){if(Qu(this.name))return this.name;let e=`https://10ui.cn/icons`,t=this.name||``,n=``;t=t.replace(/([A-Z])/g,e=>`-${e.toLowerCase()}`),t=t.replace(/^-|-$/g,``),t=t.toLowerCase().trim();let r=/-(filled|bold)$/;if(r.test(t)){let e=t.match(r)[1],i=t.slice(0,t.lastIndexOf(`-${e}`));n=i?`${i.split(`-`).filter(e=>e.trim().length>0).join(`/`)}-${e}`:t}else n=t.includes(`-`)?t.split(`-`).filter(e=>e.trim().length>0).join(`/`):t;switch(this.iconType?.toLowerCase()||`png`){case`svg`:return`${e}/${n}.svg`;case`png`:return`${e}/png/${n}.png`;default:return`${e}/png/${n}.png`}},iconSize(){return typeof this.size==`string`&&(this.size.includes(`px`)||this.size.includes(`rpx`))?this.size:`${parseFloat(this.size)}px`},iconStyle(){let e={width:this.iconSize,height:this.iconSize,backgroundColor:this.color,WebkitMaskImage:`url(${this.maskIconUrl})`,maskImage:`url(${this.maskIconUrl})`,WebkitMaskSize:`contain`,maskSize:`contain`,WebkitMaskRepeat:`no-repeat`,maskRepeat:`no-repeat`,WebkitMaskPosition:`center`,maskPosition:`center`};return this.hoverEffect&&(e.transition=`background-color 0.2s ease`),e}}},ed={name:`cvMaskSvg`,mixins:[$u]},td=()=>{(0,l.useCssVars)(e=>({v4d7c194c:e.hoverColor}))},nd=ed.setup;ed.setup=nd?(e,t)=>(td(),nd(e,t)):td;function rd(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-mask-icon`,style:(0,l.normalizeStyle)(e.iconStyle),onClick:t[0]||=t=>e.$emit(`click`,t)},null,4)}var id=k(ed,[[`render`,rd],[`__scopeId`,`data-v-bff5bc9b`]]),ad={name:`cvMaskPng`,mixins:[$u],data(){return{iconType:`png`}}},od=()=>{(0,l.useCssVars)(e=>({v6bb780e0:e.hoverColor}))},sd=ad.setup;ad.setup=sd?(e,t)=>(od(),sd(e,t)):od;function cd(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-mask-icon`,style:(0,l.normalizeStyle)(e.iconStyle),onTap:t[0]||=t=>e.$emit(`click`,t)},null,36)}var ld=k(ad,[[`render`,cd],[`__scopeId`,`data-v-4f8ce869`]]);Ku.install=function(e){e.component(Ku.name,Ku)},Zu.install=function(e){e.component(Zu.name,Zu)},id.install=function(e){e.component(id.name,id)},ld.install=function(e){e.component(ld.name,ld)};var ud={class:`u-emoji`},dd={class:`face-tooltip-head select-none`},fd=[`onClick`],pd=[`src`],md={class:`emoji-body select-none`},hd={style:{padding:`0 5px`}},gd=[`onClick`],_d={class:`emoji-btn select-none`},vd={key:0},yd=k(Object.assign({name:`cvEmoji`},{__name:`emoji`,props:{emoji:{faceList:[],emojiList:[],allEmoji:{}},placement:`bottom`},emits:[`addEmoji`],setup(e,{emit:t}){let n=e,r=(0,l.ref)(0),i=(0,l.ref)(0),a=(0,l.ref)([,,]),{emojiList:o,faceList:s}=n.emoji;function u(e){switch(r.value=e,e){case 0:i.value=0;break;case 1:i.value=-50,a.value[1]=o[1];break}}function d(){a.value[0]=o[0]}return(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,ud,[(0,l.createVNode)((0,l.unref)(c.ElPopover),{placement:e.placement,"popper-class":`emoji-popover`,width:250,trigger:`click`,onBeforeEnter:d},{reference:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,_d,[t.$slots.default?(0,l.renderSlot)(t.$slots,`default`,{key:1},void 0,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,vd,[...n[0]||=[(0,l.createElementVNode)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:`icon`},[(0,l.createElementVNode)(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M8.00002 0.666504C12.0501 0.666504 15.3334 3.94975 15.3334 7.99984C15.3334 12.0499 12.0501 15.3332 8.00002 15.3332C3.94993 15.3332 0.666687 12.0499 0.666687 7.99984C0.666687 3.94975 3.94993 0.666504 8.00002 0.666504ZM8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM10.6667 5.66667V7.66667H9.33333V5.66667H10.6667ZM6.66667 5.66667V7.66667H5.33333V5.66667H6.66667ZM10.0767 9.33333H11.0495C11.1804 9.33333 11.2866 9.43951 11.2866 9.57048C11.2866 9.60754 11.2779 9.64409 11.2612 9.67718L11.244 9.71053C10.6294 10.8739 9.40726 11.6667 7.99998 11.6667C6.61523 11.6667 5.40977 10.8991 4.7859 9.76612L4.73786 9.67593C4.67845 9.56052 4.72385 9.4188 4.83926 9.35939C4.87253 9.34226 4.90941 9.33333 4.94683 9.33333H5.92347C6.02396 9.33332 6.11908 9.37865 6.18238 9.4567C6.26207 9.55496 6.32833 9.62955 6.38117 9.68046C6.80074 10.0847 7.37133 10.3333 7.99998 10.3333C8.63289 10.3333 9.20694 10.0814 9.62728 9.67224C9.67791 9.62296 9.74135 9.55121 9.8176 9.45698C9.88089 9.37877 9.97611 9.33333 10.0767 9.33333Z`})],-1),(0,l.createElementVNode)(`span`,null,`表情`,-1)]]))])]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,dd,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)((0,l.unref)(s),(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`label`,{key:t,class:(0,l.normalizeClass)(r.value==t?`active`:``),onClick:e=>u(t)},[(0,l.createElementVNode)(`img`,{src:e,alt:``},null,8,pd)],10,fd))),128))]),(0,l.createElementVNode)(`div`,md,[(0,l.createElementVNode)(`div`,{class:`emjio-container`,style:(0,l.normalizeStyle)({transform:`translateX(${i.value}%)`})},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(a.value,(e,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:n,class:`emoji-wrapper`},[(0,l.createVNode)((0,l.unref)(c.ElScrollbar),null,{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,hd,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e,(e,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:n,class:`emoji-item`,onClick:e=>t.$emit(`addEmoji`,n)},[(0,l.createVNode)((0,l.unref)(c.ElImage),{src:e,title:String(n),class:`emoji`,style:{width:`24px`,height:`24px`,margin:`5px`},lazy:``},null,8,[`src`,`title`])],8,gd))),128))])]),_:2},1024)]))),128))],4)])]),_:3},8,[`placement`])]))}}),[[`__scopeId`,`data-v-da53b6ed`]]),bd={class:`cv-chat-message`},xd={class:`chat-list`},Sd={class:`content`},Cd={key:0,class:`username`},wd=[`innerHTML`],Td={__name:`message`,props:{data:{type:[Array],default:()=>[]},userId:{type:[Number],default:0}},setup(e,{expose:t}){let{allEmoji:n}=(0,l.inject)(`InjectionEmojiApi`),r=(0,l.ref)();t({scroll:()=>{(0,l.nextTick)(()=>{let e=document.querySelector(`.chat-item:last-child`);r.value.setScrollTop(e.offsetTop)})}});let i=(e,t)=>(t=t.replace(/\[.+?\]/g,t=>{let n=e[t];return n?[`<img src="`,n,`" width="20" height="20" alt="`,t,`" title="`,t,`" style="margin: 0 1px; vertical-align: text-bottom"`,`/>`].join(``):t}),t);return(t,a)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,bd,[(0,l.createVNode)((0,l.unref)(c.ElScrollbar),{ref_key:`scrollbarRef`,ref:r},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,xd,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.data,(t,r)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:r,class:(0,l.normalizeClass)([{self:e.userId==t.id},`chat-item`])},[(0,l.createElementVNode)(`div`,null,[(0,l.createVNode)((0,l.unref)(c.ElAvatar),null,{default:(0,l.withCtx)(()=>[...a[0]||=[(0,l.createElementVNode)(`img`,{src:`https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png`},null,-1)]]),_:1})]),(0,l.createElementVNode)(`div`,Sd,[e.userId==t.id?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Cd,(0,l.toDisplayString)(t.username),1)),(0,l.createElementVNode)(`div`,{class:`card-box`,innerHTML:i((0,l.unref)(n),t.content)},null,8,wd)]),a[1]||=(0,l.createElementVNode)(`div`,{class:`date`},null,-1)],2))),128))])]),_:1},512)]))}},Ed={class:`cv-chat-wrap`},Dd={class:`header`},Od={id:`chat-footer`,class:`footer`},kd=k(Object.assign({name:`cvChat`},{__name:`chat`,props:{data:{type:[Array],default:()=>[]},userId:{type:[Number],default:0},emoji:{type:[Object],default:()=>({})}},emits:[`submit`],setup(e,{emit:t}){let n=e,r=(0,l.ref)(!1),i=(0,l.ref)(``),a=(0,l.ref)(),{data:o}=n,s=t,u=e=>{let{ctrlKey:t,key:n}=e;t&&n==`Enter`&&f()},d=()=>{i.value=``,a.value.scroll()},f=()=>{let e=i.value;e.trim()?(e=e.replace(/\n/g,`<br/>`),s(`submit`,{clear:d,content:e})):(0,c.ElMessage)({type:`error`,message:`内容不能为空`})},p=e=>{let t=document.getElementById(`emojiInput`),n=t.selectionStart,r=t.selectionEnd,a=t.value;if(n===null||r===null)return;let o=a.substring(0,n)+e+a.substring(r);t.value=o,t.focus(),t.selectionStart=n+e.length,t.selectionEnd=n+e.length,i.value=o};return(0,l.provide)(`InjectionEmojiApi`,n.emoji),(t,n)=>{let s=(0,l.resolveComponent)(`cvIcons`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ed,[(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([{active:r.value},`chat-container translate`])},[(0,l.createElementVNode)(`div`,Dd,[(0,l.createVNode)(s,{size:`32`},{default:(0,l.withCtx)(()=>[...n[2]||=[(0,l.createElementVNode)(`svg`,{viewBox:`0 0 1318 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`},[(0,l.createElementVNode)(`path`,{d:`M1318.502489 432.779052c0-231.790522-209.29842-419.704826-467.458992-419.704826s-467.56979 188.357498-467.56979 419.704826 209.409219 419.704826 467.56979 419.704826a512.110799 512.110799 0 0 0 183.482363-33.239559l93.292361 93.292361a25.816057 25.816057 0 0 0 44.319412-19.168145L1165.822116 742.350141C1259.336074 665.56676 1318.502489 555.433023 1318.502489 432.779052z`,fill:`#612273`,"p-id":`10993`}),(0,l.createElementVNode)(`path`,{d:`M1034.304263 745.784895a509.673231 509.673231 0 0 1-183.482363 33.239559c-244.532352 0-445.077689-168.524562-465.353819-383.25211-1.107985 12.07704-1.883575 24.264878-1.883575 36.563514 0 231.790522 209.409219 419.704826 467.56979 419.704826a512.110799 512.110799 0 0 0 183.482363-33.239559l93.292361 93.292361a25.816057 25.816057 0 0 0 44.319411-19.168145 25.262064 25.262064 0 0 0-7.5343-17.284571zM1165.822116 669.223112l2.769964 70.689461C1260.44406 663.239991 1318.502489 553.992642 1318.502489 432.779052a366.632331 366.632331 0 0 0-1.883575-36.785111 403.971435 403.971435 0 0 1-150.796798 273.229171z`,fill:`#612273`,opacity:`.2`,"p-id":`10994`}),(0,l.createElementVNode)(`path`,{d:`M383.25211 432.779052a383.141311 383.141311 0 0 1 41.881844-172.956503c-12.298637-0.997187-24.81887-1.661978-37.449903-1.661978C173.510496 258.160571 0 413.943302 0 606.178749c0 101.713049 48.97295 193.011037 126.421121 256.609392l-5.761524 148.470028a12.187838 12.187838 0 0 0 20.830124 9.08548l94.06795-93.957153A425.577148 425.577148 0 0 0 387.79485 954.196927a404.636226 404.636226 0 0 0 300.37481-128.304696c-177.831638-59.388011-304.91755-212.733175-304.91755-393.113179z`,fill:`#EB3D72`,"p-id":`10995`}),(0,l.createElementVNode)(`path`,{d:`M342.256654 391.672798c0 117.557239 53.958883 223.59143 140.714132 299.71002a391.008007 391.008007 0 0 1-99.718676-258.603766 383.141311 383.141311 0 0 1 41.881844-172.956503c-12.298637-0.997187-24.81887-1.661978-37.449903-1.661978-7.091106 0-14.071413 0-21.05172 0.553993a375.939407 375.939407 0 0 0-24.375677 132.958234zM630.111231 802.181346a407.627786 407.627786 0 0 1-283.533434 110.798528 424.136767 424.136767 0 0 1-152.12638-27.699632l-71.686647 71.686648-2.105173 54.291279a12.187838 12.187838 0 0 0 20.830124 9.08548l94.06795-93.957153A425.577148 425.577148 0 0 0 387.79485 954.196927a404.636226 404.636226 0 0 0 300.37481-128.304696 486.294741 486.294741 0 0 1-58.058429-23.710885zM85.425665 821.792686l-5.761523-4.985934c1.883575 2.215971 3.656351 4.431941 5.650725 6.647911z`,fill:`#EB3D72`,opacity:`.5`,"p-id":`10996`}),(0,l.createElementVNode)(`path`,{d:`M833.426531 332.395585c64.263147-10.193465 64.041549-66.479117 62.601169-75.342999s-15.400995-54.291279-59.942004-47.200173S799.078987 254.836615 799.078987 254.836615a28.475222 28.475222 0 1 0 56.174854-8.97468s6.315516 3.323956 8.30989 20.27613-11.966241 29.029214-35.455529 33.239559-88.638823-19.943735-104.039819-115.452067C709.110582 96.39472 781.57282 28.253625 838.966457 13.185025a55.399264 55.399264 0 0 0-64.041549-5.318329c-56.064055 35.123134-97.170309 109.579745-85.536464 182.817571 14.957801 93.846354 79.664142 151.904783 144.038087 141.711318zM203.980091 573.825579a53.072495 53.072495 0 0 0 33.90435-67.919498c-2.659165-6.537113-21.162519-38.225492-53.51569-25.040467a30.026401 30.026401 0 0 0-19.832936 40.773858 22.159706 22.159706 0 1 0 40.773858-16.619779s5.318329 1.329582 9.861069 13.739017-3.988747 24.043281-21.05172 31.023588-70.02467 0.553993-98.832288-68.695087C68.916685 417.599654 110.798528 353.558104 151.904783 332.395585a42.879031 42.879031 0 0 0-48.97295 7.423502 146.918849 146.918849 0 0 0-32.574767 152.458775c27.810431 68.141095 86.866046 100.605064 133.623025 81.547717z`,fill:`#FED150`,"p-id":`10997`})],-1)]]),_:1}),n[3]||=(0,l.createElementVNode)(`div`,{style:{"margin-left":`12px`}},[(0,l.createElementVNode)(`div`,null,`聊天室`),(0,l.createElementVNode)(`div`,{style:{"font-size":`12px`}},`当前2人在线`)],-1)]),(0,l.createVNode)(Td,{ref_key:`messageRef`,ref:a,data:(0,l.unref)(o),"user-id":e.userId},null,8,[`data`,`user-id`]),(0,l.createElementVNode)(`div`,Od,[(0,l.createVNode)((0,l.unref)(c.ElInput),{id:`emojiInput`,modelValue:i.value,"onUpdate:modelValue":n[0]||=e=>i.value=e,type:`textarea`,autosize:{minRows:1,maxRows:4},placeholder:`请输入内容`,onKeydown:(0,l.withKeys)(u,[`enter`])},null,8,[`modelValue`]),(0,l.createVNode)(yd,{style:{margin:`0 8px 0`},emoji:e.emoji,placement:`top-end`,onAddEmoji:p},{default:(0,l.withCtx)(()=>[...n[4]||=[(0,l.createElementVNode)(`svg`,{width:`22`,height:`22`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`7186`},[(0,l.createElementVNode)(`path`,{d:`M510.944 960c-247.04 0-448-200.96-448-448s200.992-448 448-448c247.008 0 448 200.96 448 448S757.984 960 510.944 960zM510.944 128c-211.744 0-384 172.256-384 384 0 211.744 172.256 384 384 384 211.744 0 384-172.256 384-384C894.944 300.256 722.688 128 510.944 128zM512 773.344c-89.184 0-171.904-40.32-226.912-110.624-10.88-13.92-8.448-34.016 5.472-44.896 13.888-10.912 34.016-8.48 44.928 5.472 42.784 54.688 107.136 86.048 176.512 86.048 70.112 0 134.88-31.904 177.664-87.552 10.784-14.016 30.848-16.672 44.864-5.888 14.016 10.784 16.672 30.88 5.888 44.864C685.408 732.32 602.144 773.344 512 773.344zM368 515.2c-26.528 0-48-21.472-48-48l0-64c0-26.528 21.472-48 48-48s48 21.472 48 48l0 64C416 493.696 394.496 515.2 368 515.2zM656 515.2c-26.496 0-48-21.472-48-48l0-64c0-26.528 21.504-48 48-48s48 21.472 48 48l0 64C704 493.696 682.496 515.2 656 515.2z`,"p-id":`7187`})],-1)]]),_:1},8,[`emoji`]),(0,l.createVNode)(s,{size:`18`,class:(0,l.normalizeClass)([{".cv-chat-wrap submit-btn":i.value.trim()!=``},`select-none cursor-pointer`]),style:{"padding-bottom":`5px`},onClick:f},{default:(0,l.withCtx)(()=>[...n[5]||=[(0,l.createElementVNode)(`svg`,{viewBox:`0 0 1025 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`15072`},[(0,l.createElementVNode)(`path`,{d:`M1008.00076 6.285714q18.857143 13.714286 15.428571 36.571429l-146.285714 877.714286q-2.857143 16.571429-18.285714 25.714286-8 4.571429-17.714286 4.571429-6.285714 0-13.714286-2.857143l-258.857143-105.714286-138.285714 168.571429q-10.285714 13.142857-28 13.142857-7.428571 0-12.571429-2.285714-10.857143-4-17.428571-13.428571t-6.571429-20.857143l0-199.428571 493.714286-605.142857-610.857143 528.571429-225.714286-92.571429q-21.142857-8-22.857143-31.428571-1.142857-22.857143 18.285714-33.714286l950.857143-548.571429q8.571429-5.142857 18.285714-5.142857 11.428571 0 20.571429 6.285714z`,"p-id":`15073`})],-1)]]),_:1},8,[`class`])])],2),(0,l.createVNode)((0,l.unref)(c.ElButton),{class:`chat-btn`,onClick:n[1]||=e=>r.value=!r.value},{default:(0,l.withCtx)(()=>[...n[6]||=[(0,l.createTextVNode)(`chat`,-1)]]),_:1})])}}}),[[`__scopeId`,`data-v-c77a9347`]]);kd.install=function(e){e.component(kd.name,kd)};var Ad={key:0},jd=Object.assign({name:`cvNoticeBar`},{__name:`notice-bar`,props:{data:{type:[String,Array],default:()=>[]},vertical:{type:[Boolean],default:!1},suffixIcon:{type:[String],default:``},prefixIcon:{type:[String],default:``},size:{type:[Number],default:14},height:{type:[Number],default:40},delay:{type:[Number],default:1e3},spped:{type:[Number],default:100},color:{type:[String],default:`--color-warning`},background:{type:[String],default:`var(--color-warning-light-9)`}},setup(e){let t=e,{data:n,vertical:r,suffixIcon:i,prefixIcon:a,size:o,height:s,delay:c,spped:u,color:d,background:f}=t,p=(0,l.reactive)({boxWidth:0,textWidth:0,oneTime:0,twoTime:0,order:1}),m=(0,l.ref)({}),h=(0,l.ref)({style:{cssText:``}}),g=(0,l.computed)(()=>t.delay>2e3?t.delay:2e3),_=()=>{(0,l.nextTick)(()=>{p.boxWidth=m.value.offsetWidth,p.textWidth=h.value.offsetWidth,document.styleSheets[0].insertRule(`@keyframes oneAnimation {0% {left: 0px;} 100% {left: -${p.textWidth}px;}}`),document.styleSheets[0].insertRule(`@keyframes twoAnimation {0% {left: ${p.boxWidth}px;} 100% {left: -${p.textWidth}px;}}`),v(),setTimeout(()=>{y()},t.delay)})},v=()=>{p.oneTime=p.textWidth/t.spped,p.twoTime=(p.textWidth+p.boxWidth)/t.spped},y=()=>{p.order===1?(h.value?.style&&(h.value.style.cssText=`animation: oneAnimation ${p.oneTime}s linear; opactity: 1;}`),p.order=2):h.value?.style&&(h.value.style.cssText=`animation: twoAnimation ${p.twoTime}s linear infinite; opacity: 1;`)},b=()=>{h.value.addEventListener(`animationend`,()=>{y()},!1)};return(0,l.onMounted)(()=>{t.vertical||(_(),b())}),(e,t)=>{let c=(0,l.resolveComponent)(`el-carousel-item`),u=(0,l.resolveComponent)(`el-carousel`),p=(0,l.resolveComponent)(`cvIcons`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-notice-bar`,style:(0,l.normalizeStyle)({background:(0,l.unref)(f),height:`${(0,l.unref)(s)}px`})},[(0,l.unref)(r)?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ad,[(0,l.createVNode)(u,{height:`40px`,direction:`vertical`,autoplay:!0,"indicator-position":`none`,interval:g.value},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)((0,l.unref)(n),e=>((0,l.openBlock)(),(0,l.createBlock)(c,{key:e},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e),1)]),_:2},1024))),128))]),_:1},8,[`interval`])])):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:1,style:(0,l.normalizeStyle)({color:(0,l.unref)(d),fontSize:`${(0,l.unref)(o)}px`}),class:`cv-notice-bar-wrap`},[(0,l.unref)(a)?((0,l.openBlock)(),(0,l.createBlock)(p,{key:0,type:(0,l.unref)(a)},null,8,[`type`])):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`div`,{ref_key:`boxRef`,ref:m,class:`text-box`},[(0,l.createElementVNode)(`div`,{ref_key:`textRef`,ref:h,class:`text`},(0,l.toDisplayString)((0,l.unref)(n)),513)],512),(0,l.unref)(i)?((0,l.openBlock)(),(0,l.createBlock)(p,{key:1,type:(0,l.unref)(i)},null,8,[`type`])):(0,l.createCommentVNode)(``,!0)],4))],4)}}});jd.install=function(e){e.component(jd.name,jd)};var Md=Object.freeze({autofocus:!1,disabled:!1,indentWithTab:!0,tabSize:2,placeholder:``,autoDestroy:!0,extensions:[u.basicSetup]}),V={Change:`change`,Update:`update`,Focus:`focus`,Blur:`blur`,Ready:`ready`,ModelUpdate:`update:modelValue`},Nd=({onUpdate:e,onChange:t,onFocus:n,onBlur:r,...i})=>d.EditorState.create({doc:i.doc,selection:i.selection,extensions:[...Array.isArray(i.extensions)?i.extensions:[i.extensions],f.EditorView.updateListener.of(i=>{e(i),i.docChanged&&t(i.state.doc.toString(),i),i.focusChanged&&(i.view.hasFocus?n(i):r(i))})]}),H=e=>{let t=new d.Compartment;return{compartment:t,run:n=>{t.get(e.state)?e.dispatch({effects:t.reconfigure(n)}):e.dispatch({effects:d.StateEffect.appendConfig.of(t.of(n))})}}},Pd=(e,t)=>{let{compartment:n,run:r}=H(e);return i=>{let a=n.get(e.state);r(i??a!==t?t:[])}},Fd=e=>{let t=()=>e.state.doc.toString(),n=n=>{n!==t()&&e.dispatch({changes:{from:0,to:e.state.doc.length,insert:n}})},r=()=>e.focus(),{run:i}=H(e),a=Pd(e,[f.EditorView.editable.of(!1),d.EditorState.readOnly.of(!0)]),o=Pd(e,f.keymap.of([p.indentWithTab])),{run:s}=H(e),c=e=>{s([d.EditorState.tabSize.of(e),m.indentUnit.of(` `.repeat(e))])},{run:l}=H(e),u=e=>{l([d.EditorState.phrases.of(e)])},{run:h}=H(e),g=e=>{h((0,f.placeholder)(e))},{run:_}=H(e);return{focus:r,getDoc:t,setDoc:n,reExtensions:i,toggleDisabled:a,toggleIndentWithTab:o,setTabSize:c,setPhrases:u,setPlaceholder:g,setStyle:(e={})=>{_(f.EditorView.theme({"&":{...e}}))}}},Id=(0,l.defineComponent)({name:`VueCodemirror`,props:{modelValue:{type:String,default:``},autofocus:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},indentWithTab:{type:Boolean,default:!1},tabSize:Number,placeholder:String,style:Object,autoDestroy:{type:Boolean,default:!1},phrases:Object,root:Object,extensions:Array,selection:Object},emits:{[V.Change]:(e,t)=>!0,[V.Update]:e=>!0,[V.Focus]:e=>!0,[V.Blur]:e=>!0,[V.Ready]:e=>!0,[V.ModelUpdate]:(e,t)=>!0},setup(e,t){let n=(0,l.shallowRef)(),r=(0,l.shallowRef)(),i=(0,l.shallowRef)(),a={...Md},o=(0,l.computed)(()=>{let t={};return Object.keys((0,l.toRaw)(e)).forEach(n=>{n!==`modelValue`&&(t[n]=e[n]??a[n])}),t});return(0,l.onMounted)(()=>{r.value=Nd({doc:e.modelValue,selection:o.value.selection,extensions:a.extensions??[],onFocus:e=>t.emit(V.Focus,e),onBlur:e=>t.emit(V.Blur,e),onUpdate:e=>t.emit(V.Update,e),onChange:(n,r)=>{n!==e.modelValue&&(t.emit(V.Change,n,r),t.emit(V.ModelUpdate,n,r))}}),i.value=new f.EditorView({state:r.value,parent:n.value,root:o.value.root}),i.value.contentDOM.addEventListener(`scroll`,e=>{});let s=Fd(i.value);(0,l.watch)(()=>e.modelValue,e=>{e!==s.getDoc()&&s.setDoc(e)}),(0,l.watch)(()=>e.extensions,e=>s.reExtensions(e||[]),{immediate:!0}),(0,l.watch)(()=>o.value.disabled,e=>s.toggleDisabled(e),{immediate:!0}),(0,l.watch)(()=>o.value.indentWithTab,e=>s.toggleIndentWithTab(e),{immediate:!0}),(0,l.watch)(()=>o.value.tabSize,e=>s.setTabSize(e),{immediate:!0}),(0,l.watch)(()=>o.value.phrases,e=>s.setPhrases(e||{}),{immediate:!0}),(0,l.watch)(()=>o.value.placeholder,e=>s.setPlaceholder(e),{immediate:!0}),(0,l.watch)(()=>o.value.style,e=>s.setStyle(e),{immediate:!0}),o.value.autofocus&&s.focus(),t.emit(V.Ready,{state:r.value,view:i.value,container:n.value,editorTools:s})}),(0,l.onBeforeUnmount)(()=>{o.value.autoDestroy&&i.value&&i.value.destroy()}),()=>(0,l.h)(`div`,{class:`cv-editor-codemirror`,ref:n})}}),Ld=`#e5c07b`,Rd=`#e06c75`,zd=`#56b6c2`,Bd=`#ffffff`,Vd=`#abb2bf`,Hd=`#7d8799`,Ud=`#61afef`,Wd=`#98c379`,Gd=`#d19a66`,Kd=`#c678dd`,qd=`#21252b`,Jd=`#2c313a`,Yd=`#282c34`,Xd=`#353a42`,Zd=`#3E4451`,Qd=`#528bff`,$d=f.EditorView.theme({"&":{color:Vd,backgroundColor:Yd},".cm-content":{caretColor:Qd},".cm-cursor, .cm-dropCursor":{borderLeftColor:Qd},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:Zd},".cm-panels":{backgroundColor:qd,color:Vd},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:`#72a1ff59`,outline:`1px solid #457dff`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:`#6199ff2f`},".cm-activeLine":{backgroundColor:`#6699ff0b`},".cm-selectionMatch":{backgroundColor:`#aafe661a`},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:`#bad0f847`},".cm-gutters":{backgroundColor:Yd,color:Hd,border:`none`},".cm-activeLineGutter":{backgroundColor:Jd},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:`#ddd`},".cm-tooltip":{border:`none`,backgroundColor:Xd},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Xd,borderBottomColor:Xd},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:Jd,color:Vd}}},{dark:!0}),ef=m.HighlightStyle.define([{tag:h.tags.keyword,color:Kd},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.propertyName,h.tags.macroName],color:Rd},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:Ud},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:Gd},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:Vd},{tag:[h.tags.typeName,h.tags.className,h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:Ld},{tag:[h.tags.operator,h.tags.operatorKeyword,h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link,h.tags.special(h.tags.string)],color:zd},{tag:[h.tags.meta,h.tags.comment],color:Hd},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.strikethrough,textDecoration:`line-through`},{tag:h.tags.link,color:Hd,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:Rd},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:Gd},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted],color:Wd},{tag:h.tags.invalid,color:Bd}]),tf=[$d,(0,m.syntaxHighlighting)(ef)],U={name:`materialLight`,dark:!1,background:`#FAFAFA`,foreground:`#90A4AE`,selection:`#80CBC440`,cursor:`#272727`,dropdownBackground:`#FAFAFA`,dropdownBorder:`#00000010`,activeLine:`#c2c2c222`,lineNumber:`#CFD8DC`,lineNumberActive:`#7E939E`,matchingBracket:`#FAFAFA`,keyword:`#7C4DFF`,storage:`#7C4DFF`,variable:`#90A4AE`,parameter:`#90A4AE`,function:`#6182B8`,string:`#91B859`,constant:`#F76D47`,type:`#8796B0`,class:`#FFB62C`,number:`#F76D47`,comment:`#90A4AE`,heading:`#91B859`,invalid:`#E53935`,regexp:`#39ADB5`},nf=f.EditorView.theme({"&":{color:U.foreground,backgroundColor:U.background},".cm-content":{caretColor:U.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:U.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:U.selection},".cm-panels":{backgroundColor:U.dropdownBackground,color:U.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:U.dropdownBackground,outline:`1px solid ${U.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:U.selection},".cm-activeLine":{backgroundColor:U.activeLine},".cm-selectionMatch":{backgroundColor:U.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:U.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:U.background,color:U.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:U.background},".cm-lineNumbers .cm-gutterElement":{color:U.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:U.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:U.foreground},".cm-tooltip":{border:`1px solid ${U.dropdownBorder}`,backgroundColor:U.dropdownBackground,color:U.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:U.foreground,borderBottomColor:U.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:U.selection,color:U.foreground}}},{dark:U.dark}),rf=m.HighlightStyle.define([{tag:h.tags.keyword,color:U.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:U.variable},{tag:[h.tags.propertyName],color:U.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:U.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:U.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:U.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:U.variable},{tag:[h.tags.className],color:U.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:U.number},{tag:[h.tags.typeName],color:U.type,fontStyle:U.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:U.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:U.regexp},{tag:[h.tags.meta,h.tags.comment],color:U.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:U.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:U.variable},{tag:h.tags.invalid,color:U.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),af=[nf,(0,m.syntaxHighlighting)(rf)],W={name:`materialDark`,dark:!0,background:`#263238`,foreground:`#EEFFFF`,selection:`#80CBC420`,cursor:`#FFCC00`,dropdownBackground:`#263238`,dropdownBorder:`#FFFFFF10`,activeLine:`#4c616c22`,lineNumber:`#37474F`,lineNumberActive:`#607a86`,matchingBracket:`#263238`,keyword:`#C792EA`,storage:`#C792EA`,variable:`#EEFFFF`,parameter:`#EEFFFF`,function:`#82AAFF`,string:`#C3E88D`,constant:`#F78C6C`,type:`#B2CCD6`,class:`#FFCB6B`,number:`#F78C6C`,comment:`#546E7A`,heading:`#C3E88D`,invalid:`#FF5370`,regexp:`#89DDFF`},of=f.EditorView.theme({"&":{color:W.foreground,backgroundColor:W.background},".cm-content":{caretColor:W.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:W.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:W.selection},".cm-panels":{backgroundColor:W.dropdownBackground,color:W.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:W.dropdownBackground,outline:`1px solid ${W.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:W.selection},".cm-activeLine":{backgroundColor:W.activeLine},".cm-selectionMatch":{backgroundColor:W.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:W.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:W.background,color:W.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:W.background},".cm-lineNumbers .cm-gutterElement":{color:W.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:W.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:W.foreground},".cm-tooltip":{border:`1px solid ${W.dropdownBorder}`,backgroundColor:W.dropdownBackground,color:W.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:W.foreground,borderBottomColor:W.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:W.selection,color:W.foreground}}},{dark:W.dark}),sf=m.HighlightStyle.define([{tag:h.tags.keyword,color:W.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:W.variable},{tag:[h.tags.propertyName],color:W.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:W.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:W.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:W.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:W.variable},{tag:[h.tags.className],color:W.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:W.number},{tag:[h.tags.typeName],color:W.type,fontStyle:W.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:W.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:W.regexp},{tag:[h.tags.meta,h.tags.comment],color:W.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:W.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:W.variable},{tag:h.tags.invalid,color:W.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),cf=[of,(0,m.syntaxHighlighting)(sf)],G={name:`solarizedLight`,dark:!1,background:`#FDF6E3`,foreground:`#586E75`,selection:`#EEE8D5`,cursor:`#657B83`,dropdownBackground:`#FDF6E3`,dropdownBorder:`#D3AF86`,activeLine:`#d5bd5c22`,lineNumber:`#586E75`,lineNumberActive:`#567983`,matchingBracket:`#EEE8D5`,keyword:`#859900`,storage:`#586E75`,variable:`#268BD2`,parameter:`#268BD2`,function:`#268BD2`,string:`#2AA198`,constant:`#CB4B16`,type:`#CB4B16`,class:`#CB4B16`,number:`#D33682`,comment:`#93A1A1`,heading:`#268BD2`,invalid:`#DC322F`,regexp:`#DC322F`},lf=f.EditorView.theme({"&":{color:G.foreground,backgroundColor:G.background},".cm-content":{caretColor:G.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:G.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:G.selection},".cm-panels":{backgroundColor:G.dropdownBackground,color:G.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:G.dropdownBackground,outline:`1px solid ${G.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:G.selection},".cm-activeLine":{backgroundColor:G.activeLine},".cm-selectionMatch":{backgroundColor:G.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:G.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:G.background,color:G.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:G.background},".cm-lineNumbers .cm-gutterElement":{color:G.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:G.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:G.foreground},".cm-tooltip":{border:`1px solid ${G.dropdownBorder}`,backgroundColor:G.dropdownBackground,color:G.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:G.foreground,borderBottomColor:G.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:G.selection,color:G.foreground}}},{dark:G.dark}),uf=m.HighlightStyle.define([{tag:h.tags.keyword,color:G.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:G.variable},{tag:[h.tags.propertyName],color:G.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:G.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:G.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:G.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:G.variable},{tag:[h.tags.className],color:G.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:G.number},{tag:[h.tags.typeName],color:G.type,fontStyle:G.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:G.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:G.regexp},{tag:[h.tags.meta,h.tags.comment],color:G.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:G.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:G.variable},{tag:h.tags.invalid,color:G.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),df=[lf,(0,m.syntaxHighlighting)(uf)],K={name:`solarizedDark`,dark:!0,background:`#002B36`,foreground:`#93A1A1`,selection:`#274642`,cursor:`#D30102`,dropdownBackground:`#002B36`,dropdownBorder:`#2AA19899`,activeLine:`#005b7022`,lineNumber:`#93A1A1`,lineNumberActive:`#949494`,matchingBracket:`#073642`,keyword:`#859900`,storage:`#93A1A1`,variable:`#268BD2`,parameter:`#268BD2`,function:`#268BD2`,string:`#2AA198`,constant:`#CB4B16`,type:`#CB4B16`,class:`#CB4B16`,number:`#D33682`,comment:`#586E75`,heading:`#268BD2`,invalid:`#DC322F`,regexp:`#DC322F`},ff=f.EditorView.theme({"&":{color:K.foreground,backgroundColor:K.background},".cm-content":{caretColor:K.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:K.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:K.selection},".cm-panels":{backgroundColor:K.dropdownBackground,color:K.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:K.dropdownBackground,outline:`1px solid ${K.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:K.selection},".cm-activeLine":{backgroundColor:K.activeLine},".cm-selectionMatch":{backgroundColor:K.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:K.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:K.background,color:K.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:K.background},".cm-lineNumbers .cm-gutterElement":{color:K.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:K.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:K.foreground},".cm-tooltip":{border:`1px solid ${K.dropdownBorder}`,backgroundColor:K.dropdownBackground,color:K.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:K.foreground,borderBottomColor:K.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:K.selection,color:K.foreground}}},{dark:K.dark}),pf=m.HighlightStyle.define([{tag:h.tags.keyword,color:K.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:K.variable},{tag:[h.tags.propertyName],color:K.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:K.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:K.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:K.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:K.variable},{tag:[h.tags.className],color:K.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:K.number},{tag:[h.tags.typeName],color:K.type,fontStyle:K.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:K.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:K.regexp},{tag:[h.tags.meta,h.tags.comment],color:K.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:K.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:K.variable},{tag:h.tags.invalid,color:K.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),mf=[ff,(0,m.syntaxHighlighting)(pf)],q={name:`dracula`,dark:!0,background:`#282A36`,foreground:`#F8F8F2`,selection:`#44475A`,cursor:`#F8F8F2`,dropdownBackground:`#282A36`,dropdownBorder:`#191A21`,activeLine:`#53576c22`,lineNumber:`#6272A4`,lineNumberActive:`#F8F8F2`,matchingBracket:`#44475A`,keyword:`#FF79C6`,storage:`#FF79C6`,variable:`#F8F8F2`,parameter:`#F8F8F2`,function:`#50FA7B`,string:`#F1FA8C`,constant:`#BD93F9`,type:`#8BE9FD`,class:`#8BE9FD`,number:`#BD93F9`,comment:`#6272A4`,heading:`#BD93F9`,invalid:`#FF5555`,regexp:`#F1FA8C`},hf=f.EditorView.theme({"&":{color:q.foreground,backgroundColor:q.background},".cm-content":{caretColor:q.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:q.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:q.selection},".cm-panels":{backgroundColor:q.dropdownBackground,color:q.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:q.dropdownBackground,outline:`1px solid ${q.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:q.selection},".cm-activeLine":{backgroundColor:q.activeLine},".cm-selectionMatch":{backgroundColor:q.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:q.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:q.background,color:q.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:q.background},".cm-lineNumbers .cm-gutterElement":{color:q.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:q.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:q.foreground},".cm-tooltip":{border:`1px solid ${q.dropdownBorder}`,backgroundColor:q.dropdownBackground,color:q.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:q.foreground,borderBottomColor:q.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:q.selection,color:q.foreground}}},{dark:q.dark}),gf=m.HighlightStyle.define([{tag:h.tags.keyword,color:q.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:q.variable},{tag:[h.tags.propertyName],color:q.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:q.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:q.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:q.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:q.variable},{tag:[h.tags.className],color:q.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:q.number},{tag:[h.tags.typeName],color:q.type,fontStyle:q.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:q.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:q.regexp},{tag:[h.tags.meta,h.tags.comment],color:q.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:q.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:q.variable},{tag:h.tags.invalid,color:q.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),_f=[hf,(0,m.syntaxHighlighting)(gf)],J={name:`githubLight`,dark:!1,background:`#fff`,foreground:`#444d56`,selection:`#0366d625`,cursor:`#044289`,dropdownBackground:`#fff`,dropdownBorder:`#e1e4e8`,activeLine:`#c6c6c622`,lineNumber:`#1b1f234d`,lineNumberActive:`#24292e`,matchingBracket:`#34d05840`,keyword:`#d73a49`,storage:`#d73a49`,variable:`#e36209`,parameter:`#24292e`,function:`#005cc5`,string:`#032f62`,constant:`#005cc5`,type:`#005cc5`,class:`#6f42c1`,number:`#005cc5`,comment:`#6a737d`,heading:`#005cc5`,invalid:`#cb2431`,regexp:`#032f62`},vf=f.EditorView.theme({"&":{color:J.foreground,backgroundColor:J.background},".cm-content":{caretColor:J.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:J.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:J.selection},".cm-panels":{backgroundColor:J.dropdownBackground,color:J.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:J.dropdownBackground,outline:`1px solid ${J.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:J.selection},".cm-activeLine":{backgroundColor:J.activeLine},".cm-selectionMatch":{backgroundColor:J.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:J.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:J.background,color:J.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:J.background},".cm-lineNumbers .cm-gutterElement":{color:J.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:J.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:J.foreground},".cm-tooltip":{border:`1px solid ${J.dropdownBorder}`,backgroundColor:J.dropdownBackground,color:J.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:J.foreground,borderBottomColor:J.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:J.selection,color:J.foreground}}},{dark:J.dark}),yf=m.HighlightStyle.define([{tag:h.tags.keyword,color:J.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:J.variable},{tag:[h.tags.propertyName],color:J.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:J.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:J.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:J.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:J.variable},{tag:[h.tags.className],color:J.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:J.number},{tag:[h.tags.typeName],color:J.type,fontStyle:J.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:J.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:J.regexp},{tag:[h.tags.meta,h.tags.comment],color:J.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:J.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:J.variable},{tag:h.tags.invalid,color:J.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),bf=[vf,(0,m.syntaxHighlighting)(yf)],Y={name:`githubDark`,dark:!0,background:`#24292e`,foreground:`#d1d5da`,selection:`#3392FF44`,cursor:`#c8e1ff`,dropdownBackground:`#24292e`,dropdownBorder:`#1b1f23`,activeLine:`#4d566022`,lineNumber:`#444d56`,lineNumberActive:`#e1e4e8`,matchingBracket:`#17E5E650`,keyword:`#f97583`,storage:`#f97583`,variable:`#ffab70`,parameter:`#e1e4e8`,function:`#79b8ff`,string:`#9ecbff`,constant:`#79b8ff`,type:`#79b8ff`,class:`#b392f0`,number:`#79b8ff`,comment:`#6a737d`,heading:`#79b8ff`,invalid:`#f97583`,regexp:`#9ecbff`},xf=f.EditorView.theme({"&":{color:Y.foreground,backgroundColor:Y.background},".cm-content":{caretColor:Y.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:Y.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:Y.selection},".cm-panels":{backgroundColor:Y.dropdownBackground,color:Y.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:Y.dropdownBackground,outline:`1px solid ${Y.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:Y.selection},".cm-activeLine":{backgroundColor:Y.activeLine},".cm-selectionMatch":{backgroundColor:Y.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:Y.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:Y.background,color:Y.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:Y.background},".cm-lineNumbers .cm-gutterElement":{color:Y.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:Y.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:Y.foreground},".cm-tooltip":{border:`1px solid ${Y.dropdownBorder}`,backgroundColor:Y.dropdownBackground,color:Y.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Y.foreground,borderBottomColor:Y.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:Y.selection,color:Y.foreground}}},{dark:Y.dark}),Sf=m.HighlightStyle.define([{tag:h.tags.keyword,color:Y.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:Y.variable},{tag:[h.tags.propertyName],color:Y.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:Y.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:Y.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:Y.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:Y.variable},{tag:[h.tags.className],color:Y.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:Y.number},{tag:[h.tags.typeName],color:Y.type,fontStyle:Y.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:Y.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:Y.regexp},{tag:[h.tags.meta,h.tags.comment],color:Y.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:Y.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:Y.variable},{tag:h.tags.invalid,color:Y.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),Cf=[xf,(0,m.syntaxHighlighting)(Sf)],X={name:`aura`,dark:!0,background:`#21202e`,foreground:`#edecee`,selection:`#3d375e7f`,cursor:`#a277ff`,dropdownBackground:`#21202e`,dropdownBorder:`#3b334b`,activeLine:`#4d4b6622`,lineNumber:`#a394f033`,lineNumberActive:`#cdccce`,matchingBracket:`#a394f033`,keyword:`#a277ff`,storage:`#a277ff`,variable:`#edecee`,parameter:`#edecee`,function:`#ffca85`,string:`#61ffca`,constant:`#61ffca`,type:`#82e2ff`,class:`#82e2ff`,number:`#61ffca`,comment:`#6d6d6d`,heading:`#a277ff`,invalid:`#ff6767`,regexp:`#61ffca`},wf=f.EditorView.theme({"&":{color:X.foreground,backgroundColor:X.background},".cm-content":{caretColor:X.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:X.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:X.selection},".cm-panels":{backgroundColor:X.dropdownBackground,color:X.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:X.dropdownBackground,outline:`1px solid ${X.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:X.selection},".cm-activeLine":{backgroundColor:X.activeLine},".cm-selectionMatch":{backgroundColor:X.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:X.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:X.background,color:X.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:X.background},".cm-lineNumbers .cm-gutterElement":{color:X.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:X.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:X.foreground},".cm-tooltip":{border:`1px solid ${X.dropdownBorder}`,backgroundColor:X.dropdownBackground,color:X.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:X.foreground,borderBottomColor:X.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:X.selection,color:X.foreground}}},{dark:X.dark}),Tf=m.HighlightStyle.define([{tag:h.tags.keyword,color:X.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:X.variable},{tag:[h.tags.propertyName],color:X.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:X.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:X.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:X.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:X.variable},{tag:[h.tags.className],color:X.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:X.number},{tag:[h.tags.typeName],color:X.type,fontStyle:X.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:X.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:X.regexp},{tag:[h.tags.meta,h.tags.comment],color:X.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:X.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:X.variable},{tag:h.tags.invalid,color:X.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),Ef=[wf,(0,m.syntaxHighlighting)(Tf)],Z={name:`tokyoNight`,dark:!0,background:`#1a1b26`,foreground:`#787c99`,selection:`#515c7e40`,cursor:`#c0caf5`,dropdownBackground:`#1a1b26`,dropdownBorder:`#787c99`,activeLine:`#43455c22`,lineNumber:`#363b54`,lineNumberActive:`#737aa2`,matchingBracket:`#16161e`,keyword:`#bb9af7`,storage:`#bb9af7`,variable:`#c0caf5`,parameter:`#c0caf5`,function:`#7aa2f7`,string:`#9ece6a`,constant:`#bb9af7`,type:`#0db9d7`,class:`#c0caf5`,number:`#ff9e64`,comment:`#444b6a`,heading:`#89ddff`,invalid:`#ff5370`,regexp:`#b4f9f8`},Df=f.EditorView.theme({"&":{color:Z.foreground,backgroundColor:Z.background},".cm-content":{caretColor:Z.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:Z.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:Z.selection},".cm-panels":{backgroundColor:Z.dropdownBackground,color:Z.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:Z.dropdownBackground,outline:`1px solid ${Z.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:Z.selection},".cm-activeLine":{backgroundColor:Z.activeLine},".cm-selectionMatch":{backgroundColor:Z.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:Z.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:Z.background,color:Z.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:Z.background},".cm-lineNumbers .cm-gutterElement":{color:Z.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:Z.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:Z.foreground},".cm-tooltip":{border:`1px solid ${Z.dropdownBorder}`,backgroundColor:Z.dropdownBackground,color:Z.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Z.foreground,borderBottomColor:Z.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:Z.selection,color:Z.foreground}}},{dark:Z.dark}),Of=m.HighlightStyle.define([{tag:h.tags.keyword,color:Z.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:Z.variable},{tag:[h.tags.propertyName],color:Z.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:Z.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:Z.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:Z.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:Z.variable},{tag:[h.tags.className],color:Z.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:Z.number},{tag:[h.tags.typeName],color:Z.type,fontStyle:Z.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:Z.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:Z.regexp},{tag:[h.tags.meta,h.tags.comment],color:Z.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:Z.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:Z.variable},{tag:h.tags.invalid,color:Z.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),kf=[Df,(0,m.syntaxHighlighting)(Of)],Q={name:`tokyoNightStorm`,dark:!0,background:`#24283b`,foreground:`#7982a9`,selection:`#6f7bb630`,cursor:`#c0caf5`,dropdownBackground:`#24283b`,dropdownBorder:`#7982a9`,activeLine:`#4d547722`,lineNumber:`#3b4261`,lineNumberActive:`#737aa2`,matchingBracket:`#1f2335`,keyword:`#bb9af7`,storage:`#bb9af7`,variable:`#c0caf5`,parameter:`#c0caf5`,function:`#7aa2f7`,string:`#9ece6a`,constant:`#bb9af7`,type:`#2ac3de`,class:`#c0caf5`,number:`#ff9e64`,comment:`#565f89`,heading:`#89ddff`,invalid:`#ff5370`,regexp:`#b4f9f8`},Af=f.EditorView.theme({"&":{color:Q.foreground,backgroundColor:Q.background},".cm-content":{caretColor:Q.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:Q.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:Q.selection},".cm-panels":{backgroundColor:Q.dropdownBackground,color:Q.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:Q.dropdownBackground,outline:`1px solid ${Q.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:Q.selection},".cm-activeLine":{backgroundColor:Q.activeLine},".cm-selectionMatch":{backgroundColor:Q.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:Q.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:Q.background,color:Q.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:Q.background},".cm-lineNumbers .cm-gutterElement":{color:Q.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:Q.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:Q.foreground},".cm-tooltip":{border:`1px solid ${Q.dropdownBorder}`,backgroundColor:Q.dropdownBackground,color:Q.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Q.foreground,borderBottomColor:Q.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:Q.selection,color:Q.foreground}}},{dark:Q.dark}),jf=m.HighlightStyle.define([{tag:h.tags.keyword,color:Q.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:Q.variable},{tag:[h.tags.propertyName],color:Q.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:Q.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:Q.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:Q.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:Q.variable},{tag:[h.tags.className],color:Q.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:Q.number},{tag:[h.tags.typeName],color:Q.type,fontStyle:Q.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:Q.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:Q.regexp},{tag:[h.tags.meta,h.tags.comment],color:Q.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:Q.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:Q.variable},{tag:h.tags.invalid,color:Q.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),Mf=[Af,(0,m.syntaxHighlighting)(jf)],$={name:`tokyoNightDay`,dark:!1,background:`#e1e2e7`,foreground:`#6a6f8e`,selection:`#8591b840`,cursor:`#3760bf`,dropdownBackground:`#e1e2e7`,dropdownBorder:`#6a6f8e`,activeLine:`#a7aaba22`,lineNumber:`#b3b6cd`,lineNumberActive:`#68709a`,matchingBracket:`#e9e9ec`,keyword:`#9854f1`,storage:`#9854f1`,variable:`#3760bf`,parameter:`#3760bf`,function:`#2e7de9`,string:`#587539`,constant:`#9854f1`,type:`#07879d`,class:`#3760bf`,number:`#b15c00`,comment:`#9da3c2`,heading:`#006a83`,invalid:`#ff3e64`,regexp:`#2e5857`},Nf=f.EditorView.theme({"&":{color:$.foreground,backgroundColor:$.background},".cm-content":{caretColor:$.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:$.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:$.selection},".cm-panels":{backgroundColor:$.dropdownBackground,color:$.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:$.dropdownBackground,outline:`1px solid ${$.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:$.selection},".cm-activeLine":{backgroundColor:$.activeLine},".cm-selectionMatch":{backgroundColor:$.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:$.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:$.background,color:$.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:$.background},".cm-lineNumbers .cm-gutterElement":{color:$.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:$.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:$.foreground},".cm-tooltip":{border:`1px solid ${$.dropdownBorder}`,backgroundColor:$.dropdownBackground,color:$.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:$.foreground,borderBottomColor:$.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:$.selection,color:$.foreground}}},{dark:$.dark}),Pf=m.HighlightStyle.define([{tag:h.tags.keyword,color:$.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:$.variable},{tag:[h.tags.propertyName],color:$.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:$.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:$.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:$.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:$.variable},{tag:[h.tags.className],color:$.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:$.number},{tag:[h.tags.typeName],color:$.type,fontStyle:$.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:$.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:$.regexp},{tag:[h.tags.meta,h.tags.comment],color:$.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:$.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:$.variable},{tag:h.tags.invalid,color:$.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),Ff=[Nf,(0,m.syntaxHighlighting)(Pf)],If={disabled:!1,indentWithTab:!0,tabSize:4,autofocus:!1,placeholder:`input...`,backgroundColor:`white`,language:`markdown`,theme:`oneDark`,phrases:`en-us`},Lf={emits:[`update:config`],components:{CodemirrorEditor:Id},data(){return{codemrrConfig:{...If},codemrrThemes:{oneDark:tf,materialLight:af,materialDark:cf,solarizedLight:df,solarizedDark:mf,dracula:_f,githubLight:bf,githubDark:Cf,aura:Ef,tokyoNight:kf,tokyoNightStorm:Mf,tokyoNightDay:Ff},codemrrLanguages:{javascript:(0,g.javascript)(),js:(0,g.javascript)(),html:(0,_.html)(),markdown:(0,y.markdown)(),json:(0,v.json)(),vue:(0,b.vue)(),java:(0,S.java)(),php:(0,x.php)(),python:(0,w.python)(),go:(0,E.go)(),mysql:(0,C.sql)(),sql:(0,C.sql)(),xml:(0,T.xml)(),css:(0,D.css)()},codemrrPhrases:{"Control character":`Steuerzeichen`,"Selection deleted":`Auswahl gelöscht`,"Folded lines":`Eingeklappte Zeilen`,"Unfolded lines":`Ausgeklappte Zeilen`,to:`bis`,"folded code":`eingeklappter Code`,unfold:`ausklappen`,"Fold line":`Zeile einklappen`,"Unfold line":`Zeile ausklappen`,"Go to line":`Springe zu Zeile`,go:`OK`,Find:`Suchen`,Replace:`Ersetzen`,next:`nächste`,previous:`vorherige`,all:`alle`,"match case":`groß/klein beachten`,"by word":`ganze Wörter`,replace:`ersetzen`,"replace all":`alle ersetzen`,close:`schließen`,"current match":`aktueller Treffer`,"replaced $ matches":`$ Treffer ersetzt`,"replaced match on line $":`Treffer on Zeile $ ersetzt`,"on line":`auf Zeile`,Completions:`Vervollständigungen`,Diagnostics:`Diagnosen`,"No diagnostics":`Keine Diagnosen`},editorViewInst:null,editorStateInst:null}},computed:{optionTheme(){let e=Object.keys(this.codemrrThemes);return[`default`].concat(e)},optionPhrases(){return[`en-us`,`de-de`]},optionLanguage(){return Object.keys(this.codemrrLanguages)},extensions(){let e=[];return e.push(this.codemrrLanguages[this.codemrrConfig.language]),this.codemrrThemes[this.codemrrConfig.theme]&&e.push(this.codemrrThemes[this.codemrrConfig.theme]),e},codemrrBind(){return{theme:this.codemrrConfig.theme,language:this.codemrrConfig.language,autofocus:this.codemrrConfig.autofocus,placeholder:this.codemrrConfig.placeholder,indentWithTab:this.codemrrConfig.indentWithTab,tabSize:this.codemrrConfig.tabSize,disabled:this.codemrrConfig.disabled,phrases:this.codemrrConfig.phrases===`en-us`?{}:this.codemrrPhrases}}},watch:{codemrrConfig(e){this.$emit(`update:config`,e)}}},Rf={props:{editorID:{type:[String],required:!1,default(){return``}}},data(){return{editorRefEL:null}},computed:{editorRefID(){return this.editorID?this.editorID:this.$options.name+ +new Date+((Math.random()*1e3).toFixed(0)+``)}}};function zf(e,t){var n=document.createElement(`a`);if(n.setAttribute(`href`,`data:text/plain;charset=UTF-8,`+encodeURIComponent(e)),n.setAttribute(`download`,t),n.style.display=`none`,document.createEvent){let e=document.createEvent(`MouseEvents`);e.initEvent(`click`,!0,!0),n.dispatchEvent(e)}else n.click()}function Bf(e){return e<10?`0`+e:e}var Vf={undo:!1,redo:!1,strong:!0,italic:!0,overline:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,hr:!0,quote:!0,ul:!0,ol:!0,notChecked:!0,checked:!0,link:!0,table:!0,image:!0,uploadImage:!0,custom_image:!0,custom_uploadImage:!0,custom_uploadFile:!0,importmd:!0,exportmd:!0,code:!0,html_to_markdown:!0,split:!0,preview:!0,scrollSync:!0,save:!0,clear:!0,copy:!0,toc:!0,fullscreen:!0,theme:!0,backgroundColor:!1,language:!1,phrases:!1,disabled:!1,autofocus:!1,indentWithTab:!1},Hf={name:`SvgImgMap`},Uf={t:`1713021153946`,class:`icon`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`1924`,width:`20`,height:`20`};function Wf(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,Uf,[...t[0]||=[(0,l.createElementVNode)(`path`,{d:`M659.456 786.432l-114.688-188.416c-4.10112-8.192-8.19712-12.28288-16.384-12.28288-4.096 0-8.19712 4.096-12.288 4.096l-57.344 57.344-61.44-90.11712c-4.096-8.192-8.192-12.28288-16.384-12.28288s-12.288 4.096-16.384 8.192l-151.552 225.28c0 4.096-4.096 8.192-4.096 12.288 0 12.28288 8.192 20.48 20.48 20.48h413.696c12.288 0 20.48-8.19712 20.48-20.48l-4.096-4.10112zM286.72 512c40.96 0 73.728-32.768 73.728-73.728S327.68 364.544 286.72 364.544s-73.728 32.768-73.728 73.728C208.896 479.232 245.76 512 286.72 512zM851.968 98.304H323.584c-40.96 0-73.728 32.768-73.728 73.728v20.48c0 12.288 8.192 20.48 20.48 20.48s16.384-12.288 16.384-20.48v-20.48c0-20.48 16.384-36.864 36.864-36.864h528.384c20.48 0 36.85888 16.384 36.85888 36.864v528.384c0 20.48-16.37888 36.864-36.85888 36.864h-20.48c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h20.48c40.96 0 73.72288-32.768 73.72288-73.728v-532.48c0.00512-40.96-32.76288-73.728-73.72288-73.728z`,"p-id":`1925`},null,-1),(0,l.createElementVNode)(`path`,{d:`M700.416 249.856H172.032c-40.96 0-73.728 32.768-73.728 73.728v528.384c0 40.96 32.768 73.72288 73.728 73.72288h528.384c40.96 0 73.728-32.76288 73.728-73.72288V323.584c0-40.96-32.768-73.728-73.728-73.728z m36.864 602.112c0 20.48-16.384 36.85888-36.864 36.85888H172.032c-20.48 0-36.864-16.37888-36.864-36.85888V323.584c0-20.48 16.384-36.864 36.864-36.864h528.384c20.48 0 36.864 16.384 36.864 36.864v528.384z`,"p-id":`1926`},null,-1)]])}var Gf=k(Hf,[[`render`,Wf]]),Kf={name:`SvgUploadFile`},qf={t:`1599285632421`,class:`icon`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`45640`,width:`17`,height:`17`};function Jf(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,qf,[...t[0]||=[(0,l.createElementVNode)(`path`,{d:`M127.519 892.879v-763.34h655.448V514.69h63.612V81.831c0-8.783-7.12-15.903-15.903-15.903H79.81c-8.783 0-15.903 7.12-15.903 15.903v858.757c0 8.783 7.12 15.903 15.903 15.903h493.993v-63.612H127.519z`,"p-id":`45641`},null,-1),(0,l.createElementVNode)(`path`,{d:`M231.608 228.388h447.269V292H231.608zM231.608 384.409h447.269v63.612H231.608zM231.608 540.43h245.141v63.612H231.608zM231.608 696.451h245.141v63.612H231.608zM923.269 762.938L745.315 584.984c-3.545-3.545-8.34-5.074-12.966-4.596a15.931 15.931 0 0 0-9.848 4.616L544.586 762.918c-6.248 6.248-6.248 16.379 0 22.627l22.353 22.353c6.248 6.248 16.379 6.248 22.627 0l112.555-112.555v245.148c0 8.837 7.163 16 16 16h31.612c8.837 0 16-7.163 16-16V695.363l112.555 112.555c6.248 6.248 16.379 6.248 22.627 0l22.353-22.353c6.249-6.248 6.249-16.378 0.001-22.627z`,"p-id":`45642`},null,-1)]])}var Yf=k(Kf,[[`render`,Jf]]),Xf={name:`SvgToc`},Zf={t:`1611551476626`,class:`icon`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`4615`,width:`22`,height:`22`};function Qf(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,Zf,[...t[0]||=[(0,l.createElementVNode)(`path`,{d:`M370.1 371.5h-49.6c-3.1 0-5.7-2.5-5.7-5.7v-49.6c0-3.1 2.5-5.7 5.7-5.7h49.6c3.1 0 5.7 2.5 5.7 5.7v49.6c0 3.1-2.6 5.7-5.7 5.7z m333.5-7.6H460.5c-3.1 0-5.7-2.5-5.7-5.7v-34.5c0-3.1 2.5-5.7 5.7-5.7h243.2c3.1 0 5.7 2.5 5.7 5.7v34.5c-0.1 3.2-2.7 5.7-5.8 5.7zM370.1 712.4h-49.6c-3.1 0-5.7-2.5-5.7-5.7v-49.6c0-3.1 2.5-5.7 5.7-5.7h49.6c3.1 0 5.7 2.5 5.7 5.7v49.6c0 3.2-2.6 5.7-5.7 5.7z m333.5-7.5H460.5c-3.1 0-5.7-2.5-5.7-5.7v-34.5c0-3.1 2.5-5.7 5.7-5.7h243.2c3.1 0 5.7 2.5 5.7 5.7v34.5c-0.1 3.1-2.7 5.7-5.8 5.7zM370.1 542.5h-49.6c-3.1 0-5.7-2.5-5.7-5.7v-49.6c0-3.1 2.5-5.7 5.7-5.7h49.6c3.1 0 5.7 2.5 5.7 5.7v49.6c0 3.1-2.6 5.7-5.7 5.7z m333.5-7.6H460.5c-3.1 0-5.7-2.5-5.7-5.7v-34.5c0-3.1 2.5-5.7 5.7-5.7h243.2c3.1 0 5.7 2.5 5.7 5.7v34.5c-0.1 3.2-2.7 5.7-5.8 5.7z`,"p-id":`4616`},null,-1),(0,l.createElementVNode)(`path`,{d:`M847.1 560.4V250.1s0-24.7-14-46.4c-10.8-16.8-30-31.8-64.2-31.8h-261c-0.2 0-0.3 0-0.5 0.1H255s-78.1 0-78.1 78.1l0.1 213.4V774s0 24.7 13.9 46.3c10.8 16.8 30 31.8 64.2 31.8h261.1c0.2 0 0.3 0 0.5-0.1H769s78.1 0 78.1-78.1l-0.1-213.4 0.1-0.1z m-39 213.6c-1.3 38.5-38.9 39-38.9 39h-514c-1.3-0.1-2.5-0.2-3.8-0.3-5.4-1.1-15.7-4.1-23.9-11.7-9-9.7-11.2-22.3-11.7-26.1v-0.7l0.1-524.2c1.3-38.5 38.9-39 38.9-39h514c1.3 0.1 2.5 0.2 3.7 0.3 5.4 1.1 15.7 4.1 23.9 11.7 9 9.7 11.2 22.2 11.7 26 0 0.2 0 0.5 0.1 0.7l-0.1 524.3z`,"p-id":`4617`},null,-1)]])}var $f=k(Xf,[[`render`,Qf]]),ep={name:`SvgCopy`},tp={t:`1713097613984`,class:`icon`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`6856`,width:`18`,height:`18`};function np(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,tp,[...t[0]||=[(0,l.createElementVNode)(`path`,{d:`M857.373005 65.290005 469.604424 65.290005c-34.211173 0-62.044078 27.832905-62.044078 62.043055l0 10.340509-63.076594 0c-25.993001 0-48.228421 16.346293-57.001225 39.293935L166.626995 176.967504c-34.21015 0-62.043055 27.832905-62.043055 62.043055l0 657.655358c0 34.21015 27.832905 62.043055 62.043055 62.043055l550.115086 0c34.21015 0 62.043055-27.832905 62.043055-62.043055l0-49.634444 78.587869 0c34.21015 0 62.043055-27.832905 62.043055-62.043055L919.41606 127.33306C919.41606 93.122911 891.583155 65.290005 857.373005 65.290005zM344.483752 179.035606l194.402595 0c10.833743 0 19.646456 8.813736 19.646456 19.646456 0 10.833743-8.813736 19.646456-19.646456 19.646456L344.483752 218.328517c-10.833743 0-19.646456-8.813736-19.646456-19.646456C324.836273 187.849342 333.650009 179.035606 344.483752 179.035606zM737.423099 896.665917c0 11.402701-9.278317 20.681018-20.681018 20.681018L166.626995 917.346935c-11.403724 0-20.681018-9.278317-20.681018-20.681018L145.945977 239.010559c0-11.402701 9.277294-20.681018 20.681018-20.681018l120.111588 0c8.197706 24.02723 30.977525 41.362037 57.744145 41.362037l194.402595 0c26.767644 0 49.54644-17.334807 57.744145-41.362037l120.111588 0c11.402701 0 20.681018 9.278317 20.681018 20.681018L737.422076 896.665917zM878.054023 784.988418c0 11.402701-9.278317 20.681018-20.681018 20.681018l-78.587869 0L778.785136 239.010559c0-34.21015-27.832905-62.043055-62.043055-62.043055L595.886549 176.967504c-8.771781-22.947641-31.007201-39.293935-57.001225-39.293935l-89.963964 0L448.921359 127.33306c0-11.403724 9.278317-20.681018 20.683065-20.681018l387.768581 0c11.402701 0 20.681018 9.277294 20.681018 20.681018L878.054023 784.988418z`,"p-id":`6857`},null,-1),(0,l.createElementVNode)(`path`,{d:`M620.597347 334.252737 260.748652 334.252737c-11.422144 0-20.681018 9.259898-20.681018 20.681018s9.258874 20.681018 20.681018 20.681018l359.849718 0c11.42112 0 20.681018-9.259898 20.681018-20.681018S632.018467 334.252737 620.597347 334.252737z`,"p-id":`6858`},null,-1),(0,l.createElementVNode)(`path`,{d:`M620.597347 454.201619 260.748652 454.201619c-11.422144 0-20.681018 9.259898-20.681018 20.681018 0 11.42112 9.258874 20.681018 20.681018 20.681018l359.849718 0c11.42112 0 20.681018-9.259898 20.681018-20.681018C641.278365 463.46254 632.018467 454.201619 620.597347 454.201619z`,"p-id":`6859`},null,-1),(0,l.createElementVNode)(`path`,{d:`M440.673511 574.151525 260.748652 574.151525c-11.422144 0-20.681018 9.259898-20.681018 20.681018 0 11.42112 9.258874 20.681018 20.681018 20.681018l179.924859 0c11.42112 0 20.681018-9.259898 20.681018-20.681018C461.35453 583.411423 452.093609 574.151525 440.673511 574.151525z`,"p-id":`6860`},null,-1)]])}var rp=k(ep,[[`render`,np]]),ip={name:`SvgLanguage`},ap={t:`1713109019954`,class:`icon`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`13071`,width:`18`,height:`18`};function op(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,ap,[...t[0]||=[(0,l.createElementVNode)(`path`,{d:`M200.313605 806.764028h487.993851v78.708685h-487.993851z`,fill:`#6C7280`,"p-id":`13072`},null,-1),(0,l.createElementVNode)(`path`,{d:`M809.518832 136.166026H79.102229a78.708686 78.708686 0 0 0-78.708686 78.708686V944.504228a78.708686 78.708686 0 0 0 78.708686 78.708685h730.416603a78.708686 78.708686 0 0 0 78.708685-78.708685V214.874712a78.708686 78.708686 0 0 0-78.708685-78.708686z m0 848.479631V944.504228H79.102229V214.874712h730.416603V944.504228z`,"p-id":`13073`},null,-1),(0,l.createElementVNode)(`path`,{d:`M944.897771 0H171.978478v78.708686H944.897771v787.086856h78.708686V78.708686a78.708686 78.708686 0 0 0-78.708686-78.708686z`,"p-id":`13074`},null,-1),(0,l.createElementVNode)(`path`,{d:`M360.092237 609.205227h161.352805l44.863951 117.275941h58.244427l-157.417371-385.672559h-55.09608L263.280553 725.694081H315.228286z m57.45734-157.417372a487.206764 487.206764 0 0 0 20.464259-73.986164q8.657955 31.483474 27.548039 78.708686l40.14143 107.043812H375.046887z`,"p-id":`13075`},null,-1)]])}var sp={components:{SvgImgMap:Gf,SvgUploadFile:Yf,SvgToc:$f,SvgCopy:rp,SvgLanguage:k(ip,[[`render`,op]])},emits:[`on-action`,`on-act-copy`,`on-act-save`,`on-act-theme`,`on-act-custom`,`on-act-choose-image`],props:{exportFileName:{type:String,default:``},toolbars:{type:Object,default(){return{}}},isPreview:{type:Boolean,default:!1},isFullscreen:{type:Boolean,default:!1}},data(){return{actionThemeDropdown:!1,actionPhrasesDropdown:!1,actionLanguageDropdown:!1,actionBgColorDropdown:!1,actionSplit:!0,actionPreview:!1,actionScrollSync:!0,actionToc:!0,actionFullscreen:!1,actionHtmlDiaVisible:!1,actionHtmlText:``}},computed:{lastExpFileName(){let e=new Date,t=e.getFullYear(),n=e.getMonth()+1,r=e.getDate(),i=e.getHours(),a=e.getMinutes(),o=t+`-`+Bf(n)+`-`+Bf(r)+`_`+Bf(i)+`-`+Bf(a);return this.exportFileName||o},toolConfig(){let{toolbars:e={}}=this;return{...Vf,...e}}},created(){this.actionPreview=this.isPreview||!1},methods:{toggleSlideDown(){this.slideDown=!this.slideDown},actionPhrasesSet(e){this.codemrrConfig.phrases=e,this.actionPhrasesDropdown=!1},actionLanguageSet(e){this.codemrrConfig.language=e,this.actionLanguageDropdown=!1},actionBgColorSet(e){this.codemrrConfig.backgroundColor=e,this.actionBgColorDropdown=!1},actionThemesSet(e){this.codemrrConfig.theme=e,this.actionThemeDropdown=!1,this.$emit(`on-act-theme`,e)},actionFullscreenSet(e){this.actionFullscreen=e;let t=this.$refs[this.editorWrapRefID];e?t.classList.add(`fullscreen`):t.classList.remove(`fullscreen`),this.actionCurrent(`fullscreen`,e)},actionChooseImage(){let e=document.createElement(`input`);e.type=`file`,e.accept=`image/*`,e.onchange=()=>{let t=e.files;t[0]&&(this.$emit(`on-act-choose-image`,t[0]),e.value=``)},e.click()},actionInsBg(){let e=this.getLastPoint(),t=e.content||!1;t?this.insertContent(`==`+t+`==`,!1):(this.insertContent(`====`,!1),this.setCursor(e.line,e.ch+1))},actionUndo(){if(this.editorViewInst){let e=this.editorViewInst.state.behavior(d.EditorState.effect(d.EditorState.undo));this.editorViewInst.update([{changes:{from:0,to:e.doc.length,insert:e.doc},selection:d.EditorSelection.single(0)}])}},actionRedo(){this.editorViewInst&&this.editorViewInst.dispatch({...this.editorViewInst.state,effects:d.EditorState.redo()})},actionInsStrong(){let e=this.getLastPoint(),t=e.content||!1;t?(this.deleteContent(e.start,e.end),this.insertContent(e.start,`**`+t+`**`)):this.insertContent(e.start,`****`)},actionInsItalic(){let e=this.getLastPoint(),t=e.content||!1;t?(this.deleteContent(e.start,e.end),this.insertContent(e.start,`*`+t+`*`)):this.insertContent(e.start,`**`)},actionInsOverline(){let e=this.getLastPoint(),t=e.content||!1;t?(this.deleteContent(e.start,e.end),this.insertContent(e.start,`~~`+t+`~~`)):this.insertContent(e.start,`~~~~`)},actionInsUnderline(){let e=this.getLastPoint(),t=e.content||!1;t?(this.deleteContent(e.start,e.end),this.insertContent(e.start,`<u>`+t+`</u>`)):this.insertContent(e.start,`<u></u>`)},actionInsTitle(e){let t={1:`# `,2:`## `,3:`### `,4:`#### `,5:`##### `,6:`###### `}[e],n=this.getLastPoint(),r=n.content||!1,i=`
|
|
1
|
+
Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let c=require(`element-plus`),l=require(`vue`),u=require(`codemirror`),d=require(`@codemirror/state`),f=require(`@codemirror/view`),p=require(`@codemirror/commands`),m=require(`@codemirror/language`),h=require(`@lezer/highlight`),g=require(`@codemirror/lang-javascript`),_=require(`@codemirror/lang-html`),v=require(`@codemirror/lang-json`),y=require(`@codemirror/lang-markdown`),b=require(`@codemirror/lang-vue`),x=require(`@codemirror/lang-php`),S=require(`@codemirror/lang-java`),C=require(`@codemirror/lang-sql`),w=require(`@codemirror/lang-python`),T=require(`@codemirror/lang-xml`),E=require(`@codemirror/lang-go`),D=require(`@codemirror/lang-css`),O=require(`html-to-md`);O=s(O,1);var k=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n},A={name:`cvBadge`,extends:{ExtendBadge:c.ElBadge},props:{...c.ElBadge.props},created(){},computed:{isShow(){return this.value?!(this.value>0):!0}},data(){return{}}};function ee(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-badge`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{hidden:a.isShow}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`hidden`])}var j=k(A,[[`render`,ee]]);j.install=function(e){e.component(j.name,j)};var te={name:`cvRow`,props:{gutter:{type:[Number,String],default:0},type:{type:[String],default:``},justify:{type:[String],default:`start`},align:{type:[String],default:`top`},tag:{type:[String],default:`div`}},data(){return{}},methods:{}};function ne(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-row`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-row`},{type:n.type,justify:n.justify,align:n.align,tag:n.tag},{gutter:parseInt(n.gutter)}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`gutter`])}var M=k(te,[[`render`,ne]]),re={name:`cvCol`,props:{span:{type:[Number,String],default:24},offset:{type:[Number,String],default:0}},data(){return{}},methods:{}};function ie(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-col`);return(0,l.openBlock)(),(0,l.createBlock)(o,{class:`cv-col`,span:parseInt(n.span),offset:parseInt(n.offset)},{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},8,[`span`,`offset`])}var ae=k(re,[[`render`,ie]]);M.install=function(e){e.component(M.name,M)},ae.install=function(e){e.component(ae.name,ae)};var oe={name:`cvBtnBase`,emits:[`click`],props:{...c.ElButton.props,autoLoading:{type:Boolean,default:!1},svg:{type:[String],default:``}},data(){return{loadingStatus:!1}},computed:{filteredProps(){let{autoLoading:e,...t}=this.$props;return t},hasDefaultContent(){let e=this.$slots.default?.();return e&&e.length>0}},methods:{handleClick(e){this.autoLoading&&(this.loadingStatus=!0);try{this.$emit(`click`,()=>{this.loadingStatus=!1})}catch(e){throw this.loadingStatus=!1,e}}}};function se(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`),s=(0,l.resolveComponent)(`el-button`);return e.$slots.default||a.hasDefaultContent?((0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({key:0,class:`cv-btn`},a.filteredProps,{loading:i.loadingStatus,onClick:a.handleClick}),{default:(0,l.withCtx)(()=>[n.svg?((0,l.openBlock)(),(0,l.createBlock)(o,{key:0,type:n.svg,size:`14`,color:`currentColor`},null,8,[`type`])):(0,l.createCommentVNode)(``,!0),(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`loading`,`onClick`])):((0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({key:1,class:`cv-btn`},a.filteredProps,{loading:i.loadingStatus,onClick:a.handleClick}),{default:(0,l.withCtx)(()=>[n.svg?((0,l.openBlock)(),(0,l.createBlock)(o,{key:0,type:n.svg,size:`14`,color:`currentColor`},null,8,[`type`])):(0,l.createCommentVNode)(``,!0)]),_:1},16,[`loading`,`onClick`]))}var N=k(oe,[[`render`,se]]),ce={name:`cvBtnText`,emits:[`click`],props:{...c.ElButton.props,autoLoading:{type:Boolean,default:!1},svg:{type:[String],default:``}},data(){return{loadingStatus:!1}},methods:{handleClick(e){this.autoLoading&&(this.loadingStatus=!0);try{this.$emit(`click`,()=>{this.loadingStatus=!1})}catch(e){throw this.loadingStatus=!1,e}}}};function le(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`),s=(0,l.resolveComponent)(`el-button`);return(0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({class:`cv-btn`},e.$props,{link:``,loading:i.loadingStatus,onClick:a.handleClick}),{default:(0,l.withCtx)(()=>[n.svg?((0,l.openBlock)(),(0,l.createBlock)(o,{key:0,type:n.svg,size:`14`,color:`currentColor`},null,8,[`type`])):(0,l.createCommentVNode)(``,!0),(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`loading`,`onClick`])}var ue=k(ce,[[`render`,le]]);N.install=function(e){e.component(N.name,N)},ue.install=function(e){e.component(ue.name,ue)};var de={name:`cvAutocompleteBase`,props:{...c.ElAutocomplete.props},data(){return{localVal:``,loadingStatus:!1}},created(){},methods:{async querySearchAsync(e,t){}}};function fe(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-autocomplete`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e},e.$props,{"fetch-suggestions":a.querySearchAsync}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`modelValue`,`fetch-suggestions`])}var pe=k(de,[[`render`,fe]]),P={props:{compConfig:{},dataParse:{type:[Function],default:()=>null}},data(){return{searchData:{},loadDataLoading:!1,loadDataList:[],loadDataTotal:0,loadPageCurr:1,loadPageLimit:10,loadConfigSetting:{},loadConfigDef:{pageCurr:1,pageLimit:10,isSkip:!1,url:null,apiFunc:null,mockData:null,where:{},response:{statusName:`code`,statusCode:0,msgName:`msg`,countName:`total`,dataName:`data`},request:{pageName:`page`,limitName:`pagesize`}}}},methods:{loadEnding(){this.loadDataLoading=!1,this.$nextTick(()=>{this.loadDataLoading=!1})},loadGetData(){if(this.loadDataLoading=!0,this.loadConfigSetting.apiFunc&&typeof this.loadConfigSetting.apiFunc==`function`){let e=this.loadConfigSetting,t={...e.where};t[e.request.pageName]=this.loadPageCurr,t[e.request.limitName]=this.loadPageLimit,t=Object.assign(t,this.searchData),this.loadConfigSetting.apiFunc(t).then(n=>{this.loadPageCurr=t[e.request.pageName],this.loadEnding();let r=this.sortOutData(n);if(r.status!=e.response.statusCode){ExtendMessage({message:r.msg,type:`error`,duration:1300});return}if(r.data.length===0){ExtendMessage({message:`没有更多数据了`,type:`warning`,duration:1300});return}let i=r[e.response.dataName]||[];this.dataParse&&typeof this.dataParse==`function`&&(i=this.dataParse.call(null,i)),this.loadDataList.push(...i),this.loadDataTotal=r[e.response.countName]||0}).catch(e=>{this.loadEnding()})}else this.loadDataList.length>0&&(this.loadDataTotal=this.loadDataList.length),this.loadEnding()},sortOutData(e){let t=this.loadConfigSetting.response,n={},r=[],i=[];n.status=e[t.statusName],n.msg=e[t.msgName],n.total=e[t.countName],r=e[t.dataName];for(let e in r)i[e]=r[e];return n.data=i,n}}},me={name:`cvAutocompleteLoad`,mixins:[P],emits:[`update:modelValue`,`input`],props:{...c.ElAutocomplete.props,modelValue:{type:[String,Object,Number],default:()=>({})},placeholder:{type:[String],default:`请输入内容`},popperClass:{type:[String],default:`cv-autocomplete-load`},clearable:{type:[Boolean],default:!0},triggerOnFocus:!1,debounce:500,refID:{type:[String],required:!1,default(){return`cvAutocompleteLoad-`+ +new Date+((Math.random()/1e4).toFixed(0)+``)}},compConfig:{type:[Object],default:()=>({})}},data(){return{localVal:``,searchList:[],compConfigDef:{searchField:[`value`]},timeout:null,loadingMore:!1}},directives:{loadmore:{mounted(e,t){let n=((e,t)=>{let n=null;return function(...r){n&&clearTimeout(n),n=setTimeout(()=>{e.apply(this,r)},t)}})(e=>{let{scrollTop:n,scrollHeight:r,clientHeight:i}=e.target;r-(n+i)<10&&!t.instance.loading&&t.value()},200),r=new MutationObserver(()=>{let t=e.querySelector(`.el-autocomplete-suggestion__wrap`);t&&!e.__scrollHandler__&&(t.addEventListener(`scroll`,n),e.__scrollHandler__=n,r.disconnect())});r.observe(e,{childList:!0,subtree:!0})},beforeUnmount(e){if(e.__scrollHandler__){let t=e.querySelector(`.el-autocomplete-suggestion__wrap`);t&&t.removeEventListener(`scroll`,e.__scrollHandler__),delete e.__scrollHandler__}}}},created(){this.initConfAll(),this.getData()},methods:{initConfAll(){let e={};Object.assign(e,this.loadConfigDef,this.compConfigDef,this.compConfig),this.loadPageCurr=e.pageCurr||1,this.loadPageLimit=e.pageLimit||10,Object.assign(e.where,this.searchData),this.loadConfigSetting=e},getMoreData(){if(!(this.loadingMore||this.loadDataList.length>=this.loadDataTotal))try{this.loadingMore=!0,this.loadPageCurr++,this.loadGetData()}finally{this.loadingMore=!1}},getData(){this.loadPageCurr=1,this.loadDataList=[],this.loadGetData()},async querySearchAsync(e,t){this.loadPageCurr=1,this.loadDataLoading=!0;var n=this.loadDataList||[];let r=[],i=this.loadConfigSetting.searchField||[`value`];if(e=e.toLowerCase(),r=e?n.filter(this.createFilter(e,i)):n,r.length>0)t(r.map(e=>({...e,is_last_tip:!1}))),this.lookFlag=!0;else try{this.loadDataList.length<this.loadDataTotal&&this.loadPageCurr++,this.searchData.keyword=e,this.loadDataList=[],await this.loadGetData();let n=this.loadDataList.map(e=>({...e,is_last_tip:!1}));n.push({is_last_tip:!0}),t(n)}catch{}finally{this.lookFlag=!0}},createFilter(e,t){return n=>t.some(t=>(n[t]+``).toLowerCase().indexOf(e)!==-1)},handleChange(e){},handleSelect(e){this.$emit(`update:modelValue`,e)}}};function he(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icon-svg`),s=(0,l.resolveComponent)(`el-autocomplete`),c=(0,l.resolveDirective)(`loadmore`);return(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,null,[(0,l.createVNode)(s,(0,l.mergeProps)(e.$props,{modelValue:i.localVal,"onUpdate:modelValue":t[1]||=e=>i.localVal=e,"fetch-suggestions":a.querySearchAsync,onChange:a.handleChange,onSelect:a.handleSelect,teleported:!1,"popper-append-to-body":!1}),{load:(0,l.withCtx)(()=>[...t[2]||=[]]),default:(0,l.withCtx)(({item:n})=>[n.is_last_tip?(0,l.createCommentVNode)(``,!0):(0,l.renderSlot)(e.$slots,`default`,(0,l.normalizeProps)((0,l.mergeProps)({key:0},{item:n}))),n.is_last_tip?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:1,class:`cv-autocomolete-nodata`,onClick:t[0]||=(0,l.withModifiers)((...e)=>a.getData&&a.getData(...e),[`stop`]),disabled:``},[t[3]||=(0,l.createTextVNode)(` 没有更多数据了 `,-1),(0,l.createVNode)(o,{type:`ElIconRefreshLeft`}),t[4]||=(0,l.createTextVNode)(` 刷新按钮 `,-1)])):(0,l.createCommentVNode)(``,!0)]),_:3},16,[`modelValue`,`fetch-suggestions`,`onChange`,`onSelect`])])),[[c,a.getMoreData]])}var ge=k(me,[[`render`,he]]);pe.install=function(e){e.component(pe.name,pe)},ge.install=function(e){e.component(ge.name,ge)};var _e={...c.ElForm,name:`cvFormBase`,extends:c.ElForm,provide(){return{elForm:this}},props:{...c.ElForm.props,labelWidth:{type:[String,Number],default:`auto`},labelPosition:{type:String,default:`right`}},watch:{model(){}},data(){return{}}};function ve(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-form`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-form-base`},{...e.$props,...e.$attrs},(0,l.toHandlers)(e.$attrs)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var F=k(_e,[[`render`,ve]]),ye={name:`cvFormInline`,provide(){return{elForm:this}},props:{...c.ElForm.props},watch:{},data(){return{form:{}}}};function be(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-form`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-form-base`},e.$props,(0,l.toHandlers)(e.$attrs),{inline:!0}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var xe=k(ye,[[`render`,be]]),Se={name:`cvFormItem`,extends:c.ElFormItem,props:{...c.ElFormItem.props},data(){return{localLabelWidth:``,localError:``}},created(){},methods:{}},Ce={key:0,class:`cv-form-item__tip`};function we(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-form-item`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)({...e.$props,...e.$attrs})),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`),e.$slots.tip?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ce,[(0,l.renderSlot)(e.$slots,`tip`)])):(0,l.createCommentVNode)(``,!0)]),_:3},16)}var Te=k(Se,[[`render`,we]]);F.install=function(e){e.component(F.name,F)},xe.install=function(e){e.component(xe.name,xe)},Te.install=function(e){e.component(Te.name,Te)};var I={extends:c.ElInput,emits:[`update:modelValue`,`change`],props:{...c.ElInput.props,modelValue:{type:[Number,String],default:``},placeholder:{type:[Number,String],default:``},disabled:{type:Boolean,default:!1}},watch:{modelValue(e){this.localVal=e},localVal(){this.handleChange(),this.handleInput()}},data(){return{localVal:this.modelValue,localRules:[]}},created(){},methods:{handleChange(){this.$emit(`change`,this.localVal)},handleInput(){this.$emit(`update:modelValue`,this.localVal)},handleBlur(){this._isCheckValue()},_showError(e){this.localError=e||`请输入正确的`+this.label},_diyValidate(){},_isCheckValue(){let e=this?.rules.split(`|`);this.localError=``;for(let t in e){let n=e[t].split(`:`),r=n[0]||``,i=n[1]||``;switch(r){case`require`:if(this.localVal==``){this._showError(this.label+`不能为空`);return}break;case`max`:if(this.localVal.length>i){this._showError(this.label+`最大长度不超过`+i);return}break;case`min`:if(this.localVal.length<i){this._showError(this.label+`最小长度不小于`+i);return}break;default:this._diyValidate(r);break}}}}},Ee={name:`cvInputText`,mixins:[I],props:{},data(){return{}},methods:{}};function De(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`text`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入`,clearable:``}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.prepend?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Oe=k(Ee,[[`render`,De]]),ke={name:`cvInputMobile`,mixins:[I],components:{},props:{},data(){return{}},methods:{}};function Ae(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`number`,oninput:`if(value.length>11)value=value.slice(0,11)`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入11位大陆手机号`,clearable:``}),(0,l.createSlots)({prepend:(0,l.withCtx)(()=>[t[1]||=(0,l.createTextVNode)(`+86`,-1)]),_:2},[e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`0`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var je=k(ke,[[`render`,Ae]]),Me={name:`cvInputEmail`,mixins:[I],components:{},props:{},data(){return{}},methods:{}};function Ne(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`text`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入邮箱`,clearable:``}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Pe=k(Me,[[`render`,Ne]]),Fe={name:`cvInputPassword`,mixins:[I],components:{},props:{showPassword:{type:Boolean,default:!1}},data(){return{}},methods:{}};function Ie(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`password`},{disabled:e.disabled,showPassword:n.showPassword},{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入密码`,clearable:``}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Le=k(Fe,[[`render`,Ie]]),Re={name:`cvInputNumber`,mixins:[I],props:{},data(){return{}},methods:{}};function ze(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-number`,type:`number`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入整数`,clearable:``}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Be=k(Re,[[`render`,ze]]),Ve={name:`cvInputIdcard`,mixins:[I],components:{},props:{},data(){return{}},methods:{}};function He(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`text`,oninput:`if(value.length>18)value=value.slice(0,18)`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入身份证`,clearable:``,maxlength:`18`}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Ue=k(Ve,[[`render`,He]]),We={name:`cvInputDigit`,mixins:[I],components:{},props:{},data(){return{}},methods:{}};function Ge(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`number`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入`,clearable:``}),(0,l.createSlots)({_:2},[e.$slots.prepend?{name:`prepend`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`prepend`)]),key:`0`}:void 0,e.$slots.append?{name:`append`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`append`)]),key:`1`}:void 0]),1040,[`modelValue`,`onChange`,`onInput`,`placeholder`])}var Ke=k(We,[[`render`,Ge]]),qe={name:`cvTextarea`,mixins:[I],props:{rows:{type:[Number,String],default:3},autosize:{type:[Boolean,Object],default:!1}},data(){return{}},computed:{lastRow(){return parseInt(this.rows)}},created(){},methods:{onSubmit(){this.$emit(`btnClick`,this.localVal)}}};function Je(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({type:`textarea`},{disabled:e.disabled,rows:a.lastRow,autosize:n.autosize},{rows:a.lastRow,modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入内容`,clearable:``}),null,16,[`rows`,`modelValue`,`onInput`,`placeholder`])}var Ye=k(qe,[[`render`,Je]]),Xe={name:`cvTextareaBtn`,mixins:[I],components:{},props:{rows:{type:[Number,String],default:3},btnText:{type:[Number,String],default:``},btnIcon:{type:[String],default:``},autosize:{type:[Boolean,Object],default:!1}},data(){return{}},computed:{lastRow(){return parseInt(this.rows)}},methods:{onSubmit(){this.$emit(`btnClick`,this.localVal)}}},Ze={class:`cv-textab-group`},Qe={class:`cv-textab-group__append`},$e={class:`cv-textab_slot-wrap`};function et(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`),s=(0,l.resolveComponent)(`el-button`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ze,[(0,l.createVNode)(o,(0,l.mergeProps)({type:`textarea`},{disabled:e.disabled,rows:a.lastRow,autosize:n.autosize},{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入内容`,clearable:``}),null,16,[`modelValue`,`onInput`,`placeholder`]),(0,l.createElementVNode)(`div`,Qe,[(0,l.createElementVNode)(`div`,$e,[(0,l.renderSlot)(e.$slots,`default`,{},()=>[(0,l.createVNode)(s,{class:`cv-textab_slotbtn`,type:`primary`,size:e.size,onClick:a.onSubmit},{default:(0,l.withCtx)(()=>[n.btnIcon?((0,l.openBlock)(),(0,l.createElementBlock)(`i`,{key:0,class:(0,l.normalizeClass)(n.btnIcon),style:{"margin-right":`5px`}},null,2)):(0,l.createCommentVNode)(``,!0),(0,l.createTextVNode)(` `+(0,l.toDisplayString)(n.btnText),1)]),_:1},8,[`size`,`onClick`])])])])])}var tt=k(Xe,[[`render`,et]]),nt={name:`cvInputBtn`,mixins:[I],emits:[`btnClick`],components:{},props:{btnText:{type:[Number,String],default:`确定`},btnIcon:{type:[String],default:``}},data(){return{}},methods:{onSubmit(){this.$emit(`btnClick`,this.localVal)}}},rt={class:`cv-input-group`},it={class:`cv-input-group__append`};function at(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`),s=(0,l.resolveComponent)(`el-button`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,rt,[(0,l.createVNode)(o,(0,l.mergeProps)({type:`text`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,onChange:e.handleChange,onInput:e.handleInput,placeholder:e.placeholder?e.placeholder:`请输入`,clearable:``}),null,16,[`modelValue`,`onChange`,`onInput`,`placeholder`]),(0,l.createElementVNode)(`div`,it,[(0,l.renderSlot)(e.$slots,`default`,{},()=>[(0,l.createVNode)(s,{class:`cv-input-btn__slotbtn`,type:`primary`,size:e.size,onClick:a.onSubmit},{default:(0,l.withCtx)(()=>[n.btnIcon?((0,l.openBlock)(),(0,l.createElementBlock)(`i`,{key:0,class:(0,l.normalizeClass)(n.btnIcon),style:{"margin-right":`5px`}},null,2)):(0,l.createCommentVNode)(``,!0),(0,l.createTextVNode)(` `+(0,l.toDisplayString)(n.btnText),1)]),_:1},8,[`size`,`onClick`])])])])}var ot=k(nt,[[`render`,at]]),st={data(){return{formData:{}}}};function ct(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`)}var lt=k(st,[[`render`,ct]]);je.install=function(e){e.component(je.name,je)},Pe.install=function(e){e.component(Pe.name,Pe)},Le.install=function(e){e.component(Le.name,Le)},Be.install=function(e){e.component(Be.name,Be)},Ue.install=function(e){e.component(Ue.name,Ue)},Ke.install=function(e){e.component(Ke.name,Ke)},Ye.install=function(e){e.component(Ye.name,Ye)},tt.install=function(e){e.component(tt.name,tt)},ot.install=function(e){e.component(ot.name,ot)},lt.install=function(e){e.component(lt.name,lt)};var ut={name:`cvInputCounter`,extends:c.ElInputNumber,props:{},watch:{modelValue(){this.localVal=this.modelValue}},data(){return{localVal:0}},created(){},methods:{handleChange(e){this.$emit(`update:modelValue`,this.localVal)}}};function dt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input-number`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e,onChange:a.handleChange,step:e.step}),null,16,[`modelValue`,`onChange`,`step`])}var ft=k(ut,[[`render`,dt]]);ft.install=function(e){e.component(ft.name,ft)};var pt={name:`cvShowText`,mixins:[],components:{},props:{text:{type:[Number,String,Object],default:``}},data(){return{}},created(){},methods:{}},mt={class:`cv-show-text`},ht=[`innerHTML`];function gt(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,mt,[n.text?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:0,innerHTML:n.text},null,8,ht)):(0,l.createCommentVNode)(``,!0),n.text?(0,l.createCommentVNode)(``,!0):(0,l.renderSlot)(e.$slots,`default`,{key:1})])}var _t=k(pt,[[`render`,gt]]),vt={name:`cvShowImage`,mixins:[],components:{},props:{url:{type:[String,Array,Object],default:``},width:{type:[String],default:`100px`},height:{type:[String],default:`100px`}},data(){return{localUrl:``}},watch:{url:{handler(){this.localUrl=typeof this.url==`string`?[this.url]:this.url},immediate:!0,deep:!0}},created(){},methods:{}},yt={class:`cv-show-image`};function bt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-image`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,yt,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.localUrl,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{style:(0,l.normalizeStyle)(`width:`+n.width+`; height:`+n.height+`; margin-right:10px`),key:t,src:e,"preview-src-list":i.localUrl},null,8,[`style`,`src`,`preview-src-list`]))),128))])}var xt=k(vt,[[`render`,bt]]),St={name:`cvShowTip`,props:{borderColor:{type:[String],default:`#50bfff`},bgColor:{type:[String],default:`#ecf8ff`}},data(){return{backgroundColor:`#ecf8ff`,borderLeft:`5px solid #50bfff`}},created(){this.borderLeft=`5px solid ${this.borderColor}`,this.backgroundColor=`${this.bgColor}`},methods:{}};function Ct(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-show-tip`,style:(0,l.normalizeStyle)({backgroundColor:this.backgroundColor,borderLeft:this.borderLeft})},[(0,l.renderSlot)(e.$slots,`default`)],4)}var wt=k(St,[[`render`,Ct]]),Tt={name:`cv-gallery-dialog`,props:{type:String,title:String,sources:Array,sliceSingle:{type:Boolean,default:!1},carouselAttrs:Object},data(){return{isShowCarousel:!1,sourceTitle:``,initialIndex:0,isShowPreview:!1}},methods:{startPreview(e){this.isShowPreview=!0,this.initialIndex=e,this.sourceTitle=this.sources[e].title},handleCarouselChange(e){this.sources[e]&&this.sources[e].title?this.sourceTitle=this.sources[e].title:this.sourceTitle=``}}},Et=[`src`],Dt={key:0,class:`cv-gallery-iframe embed-responsive embed-responsive-16by9`},Ot=[`src`],kt=[`src`],At=[`src`];function jt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-carousel-item`),s=(0,l.resolveComponent)(`el-carousel`),c=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createBlock)(c,{visible:i.isShowPreview,"append-to-body":``,onOpen:t[0]||=e=>i.isShowCarousel=!0,onClosed:t[1]||=e=>i.isShowCarousel=!1,style:{"text-align":`center`}},{header:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(i.sourceTitle||n.title),1)]),default:(0,l.withCtx)(()=>[n.type===`video`?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:0},[i.isShowPreview?((0,l.openBlock)(),(0,l.createElementBlock)(`video`,{key:0,src:n.sources[i.initialIndex].src,autoplay:`autoplay`,class:`cv-gallery-video`,controls:`controls`,width:`100%`},null,8,Et)):(0,l.createCommentVNode)(``,!0)],64)):n.type===`iframe`?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:1},[i.isShowPreview?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Dt,[(0,l.createElementVNode)(`iframe`,{src:n.sources[i.initialIndex].src,allowfullscreen:`true`,border:`0`,frameborder:`no`,framespacing:`0`,scrolling:`no`},null,8,Ot)])):(0,l.createCommentVNode)(``,!0)],64)):n.type===`image`?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:2},[n.sliceSingle&&n.sources[i.initialIndex]||n.sources.length===1?((0,l.openBlock)(),(0,l.createElementBlock)(`img`,{key:0,src:n.sources[i.initialIndex].src,class:`cv-gallery-image`},null,8,kt)):((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:1},[i.isShowCarousel?((0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({key:0,"initial-index":i.initialIndex,onChange:a.handleCarouselChange,"indicator-position":`outside`},n.carouselAttrs),{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.sources,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:t},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`img`,{src:e.src,class:`cv-gallery-image`},null,8,At)]),_:2},1024))),128))]),_:1},16,[`initial-index`,`onChange`])):(0,l.createCommentVNode)(``,!0)],64))],64)):(0,l.createCommentVNode)(``,!0)]),_:1},8,[`visible`])}var Mt={name:`gallery`,components:{GalleryDialog:k(Tt,[[`render`,jt]])},props:{type:{type:String,default:`image`,validator(e){return[`image`,`video`,`iframe`].includes(e)}},size:Number,width:Number,height:Number,lazy:{type:Boolean,default:!1},source:[String,Array,Object],thumbSuffix:{type:String,default:``},thumbStyle:Object,carouselAttrs:Object,title:String,sliceSingle:{type:Boolean,default:!1}},data(){return{}},computed:{computedStyle(){let e=this.width||this.size,t=this.height||this.size;return this.type===`iframe`&&(e=e?e+`px`:`360px`,t=t?t+`px`:`auto`),Object.assign({},{width:e,height:t,display:`block`},this.thumbStyle)},thumbs(){return this.computedSources.map(e=>e.thumb)},computedSources(){let e=this.source;if(typeof e==`string`)return[this.getStringSource(e)];if(e instanceof Array){let t=[];return e.forEach(e=>{e instanceof Object?t.push(this.getObjectSource(e)):typeof e==`string`&&t.push(this.getStringSource(e))}),t}else if(e instanceof Object)return[this.getObjectSource(e)];else return[]}},methods:{handlePreview(e){this.$refs.dialog.startPreview(e)},getStringSource(e){let t=e;return this.type===`image`&&this.thumbSuffix&&(t+=this.thumbSuffix),{type:this.type,src:e,thumb:t}},getObjectSource(e){return e.type=e.thumb?`image`:this.type,e.thumb=e.thumb||e.src,e}}},Nt={key:0,class:`cv-gallery`},Pt={class:`el-upload-list el-upload-list--picture-card`},Ft=[`src`],It={class:`el-upload-list__item-actions`},Lt=[`onClick`];function Rt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`),s=(0,l.resolveComponent)(`GalleryDialog`);return n.source?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Nt,[(0,l.createElementVNode)(`div`,Pt,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(a.computedSources,(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:n,class:`el-upload-list__item`},[(0,l.createElementVNode)(`div`,{style:(0,l.normalizeStyle)(a.computedStyle),class:`cv-gallery-iframe embed-responsive embed-responsive-16by9`},[(0,l.createElementVNode)(`iframe`,{src:t.thumb,allowfullscreen:`true`,border:`0`,frameborder:`no`,framespacing:`0`,scrolling:`no`},null,8,Ft)],4),(0,l.createElementVNode)(`span`,It,[(0,l.createElementVNode)(`span`,{onClick:e=>a.handlePreview(n,t)},[(0,l.createVNode)(o,{type:`ElIconVideoPlay`,size:`20`})],8,Lt),(0,l.renderSlot)(e.$slots,`action`,(0,l.mergeProps)({ref_for:!0},{source:t,index:n}))])]))),128))]),(0,l.createVNode)(s,{carouselAttrs:n.carouselAttrs,sliceSingle:n.sliceSingle,sources:a.computedSources,title:n.title,type:n.type,ref:`dialog`},null,8,[`carouselAttrs`,`sliceSingle`,`sources`,`title`,`type`])])):(0,l.createCommentVNode)(``,!0)}var zt=k(Mt,[[`render`,Rt]]);_t.install=function(e){e.component(_t.name,_t)},xt.install=function(e){e.component(xt.name,xt)},wt.install=function(e){e.component(wt.name,wt)},zt.install=function(e){e.component(zt.name,zt)};var Bt={name:`cvRadioOptBase`};function Vt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-radio`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var Ht=k(Bt,[[`render`,Vt]]),Ut={name:`cvRadioOptBtn`};function Wt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-radio-button`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var Gt=k(Ut,[[`render`,Wt]]),Kt={name:`cvRadioGroup`};function qt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-radio-group`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var Jt=k(Kt,[[`render`,qt]]);Ht.install=function(e){e.component(Ht.name,Ht)},Gt.install=function(e){e.component(Gt.name,Gt)},Jt.install=function(e){e.component(Jt.name,Jt)};var Yt={name:`cvCheckboxOptBase`,extends:c.ElCheckbox};function Xt(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-checkbox`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var Zt=k(Yt,[[`render`,Xt]]),Qt={name:`cvCheckboxOptBtn`,extends:c.ElCheckboxButton,props:{}};function $t(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-checkbox-button`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var en=k(Qt,[[`render`,$t]]),tn={name:`cvCheckboxAll`,mixins:[{props:{...c.ElCheckboxGroup.props,modelValue:{type:[Array],default:()=>[]},dataLists:{type:Array,default:()=>[]},dataField:{type:[Object],default:()=>({})},disabled:{type:Boolean,default:!1}},watch:{modelValue(){this.localVal=this.modelValue},localVal(){this.handleChange()},dataLists:{handler(){this._parseLocalOpt()},immediate:!0,deep:!0}},data(){return{localVal:this.modelValue,localOpt:[]}},created(){this.handleChange(),this._parseLocalOpt()},methods:{handleChange(){this.$emit(`update:modelValue`,this.localVal)},_parseLocalOpt(){let e=[];if(this.dataLists&&this.dataLists.length!==0)if(typeof this.dataLists[0]==`string`)this.dataLists.map(t=>{e.push({label:t,value:t})}),this.localOpt=e;else{var t=this.dataField&&this.dataField.label||`label`,n=this.dataField&&this.dataField.value||`value`;this.dataLists.map(r=>{let i=r[t]===0?0:r[t]||``,a=r[n]===0?0:r[n]||``;a=a===0?0:a||i,e.push({label:i,value:a,disabled:r.disabled&&!0||!1}),(r.checked==`true`||r.checked==1)&&(typeof this.localVal==`string`?this.localVal=a:typeof this.localVal==`object`&&this.localVal.push(a))}),this.localOpt=e}this._parseLocalOptDiy()},_parseLocalOptDiy(){}}}],components:{},data(){return{checkAll:!1,isIndeterminate:!0,localOptAll:[]}},methods:{handleCheckAllChange(e){this.localVal=e?this.localOptAll:[],this.isIndeterminate=!1,this.handleChange()},handleCheckedCitiesChange(e){let t=e.length;this.checkAll=t===this.localOptAll.length,this.isIndeterminate=t>0&&t<this.localOptAll.length},_parseLocalOptDiy(){this.localOpt&&this.localOpt.length!==0&&this.localOpt.map(e=>{e.disabled||this.localOptAll.push(e.label)})}}},nn={class:`cv-checkbox-all`};function rn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-checkbox`),s=(0,l.resolveComponent)(`el-checkbox-group`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,nn,[(0,l.createVNode)(o,{indeterminate:i.isIndeterminate,modelValue:i.checkAll,"onUpdate:modelValue":t[0]||=e=>i.checkAll=e,onChange:a.handleCheckAllChange},{default:(0,l.withCtx)(()=>[...t[2]||=[(0,l.createTextVNode)(`全选`,-1)]]),_:1},8,[`indeterminate`,`modelValue`,`onChange`]),t[3]||=(0,l.createElementVNode)(`div`,{style:{margin:`15px 0`}},null,-1),(0,l.createVNode)(s,{modelValue:e.localVal,"onUpdate:modelValue":t[1]||=t=>e.localVal=t,onChange:a.handleCheckedCitiesChange},{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`,{},()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.localOpt,(t,n)=>((0,l.openBlock)(),(0,l.createBlock)(o,{value:t.value,key:n,onChange:e.handleChange,disabled:e.disabled||t.disabled},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(t.label),1)]),_:2},1032,[`value`,`onChange`,`disabled`]))),128))])]),_:3},8,[`modelValue`,`onChange`])])}var an=k(tn,[[`render`,rn]]),on={name:`cvCheckboxGroup`};function sn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-checkbox-group`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16)}var cn=k(on,[[`render`,sn]]);Zt.install=function(e){e.component(Zt.name,Zt)},en.install=function(e){e.component(en.name,en)},cn.install=function(e){e.component(cn.name,cn)},an.install=function(e){e.component(an.name,an)};function ln(e,t,n){var r=n||{},i=r.noTrailing,a=i===void 0?!1:i,o=r.noLeading,s=o===void 0?!1:o,c=r.debounceMode,l=c===void 0?void 0:c,u,d=!1,f=0;function p(){u&&clearTimeout(u)}function m(e){var t=(e||{}).upcomingOnly,n=t===void 0?!1:t;p(),d=!n}function h(){for(var n=arguments.length,r=Array(n),i=0;i<n;i++)r[i]=arguments[i];var o=this,c=Date.now()-f;if(d)return;function m(){f=Date.now(),t.apply(o,r)}function h(){u=void 0}!s&&l&&!u&&m(),p(),l===void 0&&c>e?s?(f=Date.now(),a||(u=setTimeout(l?h:m,e))):m():a!==!0&&(u=setTimeout(l?h:m,l===void 0?e-c:e))}return h.cancel=m,h}function un(e,t,n){var r=(n||{}).atBegin;return ln(e,t,{debounceMode:(r===void 0?!1:r)!==!1})}function dn(e,t=!1){let n=document.createElement(`link`);n.setAttribute(`rel`,`stylesheet`),n.setAttribute(`type`,`text/css`),n.setAttribute(`id`,e),t?n.setAttribute(`href`,e+`?t=`+new Date().getTime()):n.setAttribute(`href`,e),document.getElementById(e)||document.head.appendChild(n)}function fn(e,t=!1,n=!0){return new Promise((r,i)=>{let a=document.createElement(`script`);e=e.replace(/([^:]\/)\/+/g,`$1`),a.id=e,a.type=`text/javascript`,t?a.src=e+`?t=`+new Date().getTime():a.src=e,document.getElementById(e)&&n?r():(document.body.appendChild(a),a.onload=()=>{r()})})}function pn(e){let t=e;try{let e=document.createElement(`textarea`);e.value=t,document.body.appendChild(e),e.select(),document.execCommand(`Copy`),e.remove(),document.body.removeChild(e)}catch{navigator.clipboard.writeText(t).then(()=>{}).catch(e=>{})}(0,c.ElMessage)({message:`复制成功`,type:`success`})}function mn(e){if(/^\d{8}T\d{6}Z$/.test(e)){let t=e.replace(/^(\d{4})(\d{2})(\d{2})T(\d{2})(\d{2})(\d{2})Z$/,`$1-$2-$3T$4:$5:$6Z`);return new Date(t)}return/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(Z|([+-]\d{2}:\d{2}))?$/.test(e)?new Date(e):/^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$/.test(e)?new Date(e.replace(` `,`T`)):new Date(e)}function hn(e){var t=new Date,n=new Date(e),r=t-n,i=Math.floor(r/1e3),a=Math.floor(i/60),o=Math.floor(a/60);if(a<1)var s=i+`秒前`;else if(o<1)var s=a+`分钟前`;else if(o<24)var s=o+`小时前`;else var s=n.toLocaleString();return s}function L(e,...t){return t.reduce((e,t)=>Object.keys(t).reduce((e,n)=>{let r=t[n];return _n(r)?e[n]=L(e[n]?e[n]:{},r):vn(r)?e[n]=r.map((t,r)=>{if(_n(t)){let i=e[n]?e[n]:[];return L(i[r]?i[r]:{},t)}else return t}):e[n]=r,e},e),e)}function gn(e,t){let{[t[0]]:n,...r}=e;return Object.keys(e).reduce((n,r)=>(t.includes(r)||(n[r]=e[r]),n),{})}function _n(e){return Object.prototype.toString.call(e)===`[object Object]`}function vn(e){return typeof Array.isArray==`function`?Array.isArray(e):Object.prototype.toString.call(e)===`[object Array]`}function R(e){return vn(e)?e.length===0:_n(e)?Object.keys(e).length===0:e===``||e==null}function yn(e,t){return R(e)?t:e}function bn(e){let t=[`png`,`jpg`,`jpeg`,`gif`,`webp`,`svg`],n=e.lastIndexOf(`.`),r=e.substring(n+1);return t.indexOf(r.toLowerCase())!=-1}function xn(e){return e.startsWith(`http://`)||e.startsWith(`https://`)||e.startsWith(`//`)}function z(e){return e==null?``:String(e)}Number(document.documentMode),(function(){return document.addEventListener?function(e,t,n){e&&t&&n&&e.addEventListener(t,n,!1)}:function(e,t,n){e&&t&&n&&e.attachEvent(`on`+t,n)}})(),(function(){return document.removeEventListener?function(e,t,n){e&&t&&e.removeEventListener(t,n,!1)}:function(e,t,n){e&&t&&e.detachEvent(`on`+t,n)}})();function Sn(e){return window.URL?window.URL.createObjectURL(e):window.webkitURL?window.webkitURL.createObjectURL(e):``}var Cn=(()=>{let e={svg:[`image/svg+xml`,`image/svg`],jpg:[`image/jpeg`,`image/jpg`],jpeg:[`image/jpeg`],png:[`image/png`],gif:[`image/gif`],webp:[`image/webp`],bmp:[`image/bmp`,`image/x-bmp`,`image/x-ms-bmp`],ico:[`image/x-icon`,`image/vnd.microsoft.icon`],tiff:[`image/tiff`,`image/tif`,`image/x-tiff`],apng:[`image/apng`],avif:[`image/avif`],heic:[`image/heic`],pdf:[`application/pdf`],txt:[`text/plain`],csv:[`text/csv`],json:[`application/json`],xml:[`application/xml`],doc:[`application/msword`],docx:[`application/vnd.openxmlformats-officedocument.wordprocessingml.document`],xls:[`application/vnd.ms-excel`],xlsx:[`application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`],ppt:[`application/vnd.ms-powerpoint`],pptx:[`application/vnd.openxmlformats-officedocument.presentationml.presentation`],zip:[`application/zip`],rar:[`application/x-rar-compressed`],"7z":[`application/x-7z-compressed`],mp3:[`audio/mpeg`],mp4:[`video/mp4`],mov:[`video/quicktime`],avi:[`video/x-msvideo`],wav:[`audio/wav`]},t={},n={};for(let[r,i]of Object.entries(e)){t[r]=i[0];for(let e of i)n[e]=r}return{extensionToMime:t,mimeToExtension:n}})();function wn(e){if(!e)return`jpg`;let t=e.toLowerCase().trim();return Cn.mimeToExtension[t]||`jpg`}function Tn(e){if(!e)return``;let t=e.replace(/^\./,``).toLowerCase();return Cn.extensionToMime[t]||``}function En(){let e=new Date;return[e.getFullYear(),String(e.getMonth()+1).padStart(2,`0`),String(e.getDate()).padStart(2,`0`),String(e.getHours()).padStart(2,`0`),String(e.getMinutes()).padStart(2,`0`),String(e.getSeconds()).padStart(2,`0`)].join(``)+Math.random().toString(36).substring(2,10)}var Dn={name:`cvGeoCity`,mixins:[],components:{},emits:[`update:province`,`update:city`,`update:district`,`update:provinceCode`,`update:cityCode`,`update:districtCode`],props:{modelValue:{type:[String,Array,Number],default(){return[]}},province:{type:[String]},provinceCode:{type:[Number,String],default:``},city:{type:[String]},cityCode:{type:[Number,String],default:``},district:{type:[String]},districtCode:{type:[Number,String],default:``},cityHide:{type:Boolean,default:!1},districtHide:{type:Boolean,default:!1}},watch:{modelValue(e){},province(e){this.initProvince()},provinceCode(e){this.initProvince()},cityCode(e){this.initCity()},districtCode(e){this.initDistrict()}},data(){return{provinceCdnList:{},cityCdnList:{},districtCdnList:{},isCdnLoading:!0,provinceList:[],cityList:[],districtList:[],local1_code:``,local1_name:``,local2_code:``,local2_name:``,local3_code:``,local3_name:``,local1_flag:!1,local2_flag:!1,local3_flag:!1,hideMunicipality:!1,municipalities:[`110000`,`120000`,`310000`,`500000`,`北京市`,`天津市`,`上海市`,`重庆市`]}},async mounted(){await fn(this.CDN_URL_UI+`/dict/geo/province-kv-window.js`),await fn(this.CDN_URL_UI+`/dict/geo/city-kv-window.js`),await fn(this.CDN_URL_UI+`/dict/geo/district-kv-window.js`),await this.initLoad()},methods:{initLoad(){setTimeout(()=>{this.provinceCdnList=window.cdn__DictAreaProvince,this.cityCdnList=window.cdn__DictAreaCity,this.districtCdnList=window.cdn__DictAreaDistrict,this.local1_flag=!1,this.isCdnLoading=!1,this.getProvinces(),this.initProvince()},200)},initProvince(){if(!this.province&&!this.provinceCode)return!1;this.getProvinces();let e=this.provinceList.find(e=>this.province?e.provinceName===this.province:this.provinceCode&&e.provinceCode===this.provinceCode);e&&(this.local1_code=e.provinceCode,this.changeProvince(e.provinceCode)),this.initCity()},initCity(){if(!this.city&&!this.cityCode)return!1;let e=this.cityList.find(e=>this.city?e.cityName===this.city:this.cityCode&&e.cityCode===this.cityCode);e&&(this.local2_code=e.cityCode,this.changeCity(e.cityCode)),this.initDistrict()},initDistrict(){if(!this.district&&!this.districtCode)return!1;let e=this.districtList.find(e=>this.district?e.districtName===this.district:this.districtCode&&e.districtCode===this.districtCode);e&&this.changeDistrict(e.districtCode)},getProvinces(){if(!this.local1_flag&&typeof this.provinceCdnList==`object`){let e=[];for(let t in this.provinceCdnList)e.push({provinceCode:t,provinceName:this.provinceCdnList[t]});this.provinceList=e,this.local1_flag=!0}},changeProvince(e){this._getNeedCity(),this.local2_flag=!0,this.local2_code=``,this.local2_name=``,this.local3_code=``,this.local3_name=``,this.local1_code=e,this.local1_name=this.provinceList.find(t=>t.provinceCode===e)?.provinceName,this.handleChoose()},_getNeedCity(){let e=[],t=this.local1_code.substring(0,2);for(let n in this.cityCdnList)n.substring(0,2)==t&&e.push({cityCode:n,cityName:this.cityCdnList[n]});this.cityList=e},getCities(){this.local2_flag||this.provinceCode&&(this._getNeedCity(),this.local2_flag=!0)},changeCity(e){this._getNeedDistrict(),this.local3_flag=!0,this.local3_name=``,this.local3_code=``,this.local2_code=e,this.local2_name=this.cityList.find(t=>t.cityCode===e)?.cityName,this.handleChoose()},_getNeedDistrict(){let e=[],t=this.local2_code.substring(0,4);for(let n in this.districtCdnList)n.substring(0,4)==t&&e.push({districtCode:n,districtName:this.districtCdnList[n]});this.districtList=e},getDistrict(){this.local3_flag||this.local2_code&&this._getNeedDistrict()},changeDistrict(e){this.local3_code=e,this.local3_name=this.districtList.find(t=>t.districtCode===e)?.districtName,this.handleChoose()},handleChoose(){this.$emit(`update:province`,this.local1_name),this.$emit(`update:provinceCode`,this.local1_code),this.$emit(`update:city`,this.local2_name),this.$emit(`update:cityCode`,this.local2_code),this.$emit(`update:district`,this.local3_name),this.$emit(`update:districtCode`,this.local3_code)}}},On={class:`cv-geo-city`},kn={key:0},An={key:1};function jn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-option`),s=(0,l.resolveComponent)(`el-select`),c=(0,l.resolveDirective)(`loading`);return(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,On,[(0,l.createElementVNode)(`div`,null,[(0,l.createVNode)(s,{modelValue:i.local1_code,"onUpdate:modelValue":t[0]||=e=>i.local1_code=e,onFocus:a.getProvinces,onChange:a.changeProvince,placeholder:`省`,filterable:``},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.provinceList,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:e.provinceCode,label:e.provinceName,value:e.provinceCode},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e.provinceName),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},8,[`modelValue`,`onFocus`,`onChange`])]),n.cityHide?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,kn,[(0,l.createVNode)(s,{modelValue:i.local2_code,"onUpdate:modelValue":t[1]||=e=>i.local2_code=e,onFocus:a.getCities,onChange:a.changeCity,placeholder:`市`,filterable:``},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.cityList,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:e.cityCode,label:e.cityName,value:e.cityCode},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e.cityName),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},8,[`modelValue`,`onFocus`,`onChange`])])),!n.cityHide&&!n.districtHide?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,An,[(0,l.createVNode)(s,{modelValue:i.local3_code,"onUpdate:modelValue":t[2]||=e=>i.local3_code=e,onFocus:a.getDistrict,onChange:a.changeDistrict,placeholder:`区/县`,filterable:``},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.districtList,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:e.districtCode,label:e.districtName,value:e.districtCode},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e.districtName),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},8,[`modelValue`,`onFocus`,`onChange`])])):(0,l.createCommentVNode)(``,!0)])),[[c,i.isCdnLoading]])}var Mn=k(Dn,[[`render`,jn]]),Nn={computed:{componentName(){return this.$options.name}},methods:{_mergeAttrs(e){let t=this.$cvUiParams||{},n=e&&t[e]||{},r=t[this.componentName]||{},i=Object.assign({},n,r);return Object.assign({},i,this.$attrs)}}},Pn={name:`cvGeoMap`,mixins:[Nn],emits:[`update:address`,`update:latitude`,`update:longitude`,`update:name`,`update:city`],props:{title:{type:[String],default:`选择经纬度地点`},mapKey:{type:[String],default:``},mapSecret:{type:[String],default:``},mapType:{type:[String],default:`qq`},address:{type:[String]},name:{type:[String]},city:{type:[String]},latitude:{type:[Number,String]},longitude:{type:[Number,String]}},watch:{address(e){this.localAddress=e},latitude(e){this.localLatitude=e},longitude(e){this.localLongitude=e},name(e){this.localName=e},city(e){this.localCity=e}},computed:{localMapKey(){return this._mergeAttrs(`geo`).mapKey},localMapSecret(){return this._mergeAttrs(`geo`).mapSecret},mapSrc(){let e=this.localMapKey;if(this.mapType==`qq`){if(!this.localMapKey)return``;let t=`https://apis.map.qq.com/tools/locpicker`;return t+=`?search=1&type=1&key=${e}&referer=myapp`,this.latitude&&this.longitude&&(t+=`&coord=${this.latitude},${this.longitude}`),t}else if(this.mapType==`amap`){if(!this.localMapKey||!this.localMapSecret)return``;let t=`https://m.amap.com/picker/`;return t+=`?zoom=15&radius=1000&total=20&key=${e}&jscode=${localMapSecret}`,this.latitude&&this.longitude&&(t+=`¢er=${this.longitude},${this.latitude}`),t}else return this.$message.info(`目前不支持百度地图`),``}},data(){return{localMapShow:!1,localAddress:``,localLatitude:``,localLongitude:``,localName:``,localCity:``}},mounted(){this.initData()},methods:{initData(){let e=this;window.addEventListener(`message`,t=>{let n=t.data;n&&n.module==`locationPicker`&&(e.localAddress=n.poiaddress||``,e.localName=n.poiname||``,e.localCity=n.cityname||``,e.localLatitude=n.latlng.lat||``,e.localLongitude=n.latlng.lng||``)},!1)},handleMapClose(){this.localMapShow=!1},handleMapOpen(){this.localMapShow=!0},handleConfirm(){this.$emit(`update:address`,this.localAddress),this.$emit(`update:longitude`,this.localLongitude),this.$emit(`update:latitude`,this.localLatitude),this.$emit(`update:name`,this.localName),this.$emit(`update:city`,this.localCity),this.handleMapClose()},handleCopy(e){this.$cvCopy(e)}}},Fn={class:`cv-geo-map__wrap`},In={class:`cv-geo-map__box`},Ln={style:{width:`100%`,height:`510px`}},Rn=[`src`],zn={class:`cv-geo-map__info`},Bn={key:0,class:`cv-geo-map__address`},Vn={key:1,class:`cv-geo-map__jwd`};function Hn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`),s=(0,l.resolveComponent)(`el-tooltip`),c=(0,l.resolveComponent)(`el-button`),u=(0,l.resolveComponent)(`el-scrollbar`),d=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,null,[(0,l.createElementVNode)(`div`,Fn,[(0,l.createElementVNode)(`div`,In,[(0,l.createVNode)(s,{class:`item`,effect:`dark`,content:`请点击查找位置选择位置`,placement:`bottom`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{modelValue:i.localAddress,"onUpdate:modelValue":t[0]||=e=>i.localAddress=e},null,8,[`modelValue`])]),_:1}),(0,l.createVNode)(c,{type:`primary`,icon:`ElIconSearch`,onClick:a.handleMapOpen},{default:(0,l.withCtx)(()=>[...t[5]||=[(0,l.createTextVNode)(`请查找位置`,-1)]]),_:1},8,[`onClick`])])]),(0,l.createVNode)(d,{modelValue:i.localMapShow,"onUpdate:modelValue":t[4]||=e=>i.localMapShow=e,title:n.title,width:`520`,"before-close":a.handleMapClose},{footer:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,zn,[i.localAddress?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Bn,[t[6]||=(0,l.createElementVNode)(`span`,{class:`cv-geo-map__label`},`已选:`,-1),(0,l.createVNode)(s,{class:`item`,effect:`dark`,content:`点击复制`,placement:`bottom`},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`span`,{class:`cv-geo-map__value`,onClick:t[1]||=e=>a.handleCopy(i.localAddress)},(0,l.toDisplayString)(i.localAddress),1)]),_:1})])):(0,l.createCommentVNode)(``,!0),i.localAddress?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Vn,[t[7]||=(0,l.createElementVNode)(`span`,{class:`cv-geo-map__label`},`经度:`,-1),(0,l.createVNode)(s,{class:`item`,effect:`dark`,content:`点击复制`,placement:`bottom`},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`span`,{class:`cv-geo-map__value`,onClick:t[2]||=e=>a.handleCopy(i.localLongitude)},(0,l.toDisplayString)(i.localLongitude),1)]),_:1}),t[8]||=(0,l.createElementVNode)(`span`,{class:`cv-geo-map__label`},`纬度:`,-1),(0,l.createVNode)(s,{class:`item`,effect:`dark`,content:`点击复制`,placement:`bottom`},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`span`,{class:`cv-geo-map__value`,onClick:t[3]||=e=>a.handleCopy(i.localLatitude)},(0,l.toDisplayString)(i.localLatitude),1)]),_:1})])):(0,l.createCommentVNode)(``,!0)]),(0,l.createElementVNode)(`div`,null,[(0,l.createVNode)(c,{onClick:a.handleMapClose},{default:(0,l.withCtx)(()=>[...t[9]||=[(0,l.createTextVNode)(`取消`,-1)]]),_:1},8,[`onClick`]),(0,l.createVNode)(c,{type:`primary`,onClick:a.handleConfirm,disabled:!i.localAddress},{default:(0,l.withCtx)(()=>[...t[10]||=[(0,l.createTextVNode)(`确认选择`,-1)]]),_:1},8,[`onClick`,`disabled`])])]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,Ln,[(0,l.createVNode)(u,{style:{height:`510px`}},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`iframe`,{id:`mapPage`,width:`100%`,height:`100%`,style:{height:`500px`},frameborder:`0`,src:a.mapSrc},null,8,Rn)]),_:1})])]),_:1},8,[`modelValue`,`title`,`before-close`])],64)}var Un=k(Pn,[[`render`,Hn]]);Mn.install=function(e){e.component(Mn.name,Mn)},Un.install=function(e){e.component(Un.name,Un)};var Wn={...c.ElOption,extends:c.ElOption,name:`cvSelectOpt`},Gn={name:`cvSelectBase`,emits:[`onChoose`,`change`,`update:modelValue`],props:{...c.ElSelect.props,modelValue:{type:[String,Array,Number],default(){return``}},emptyValues:{type:[Array],default:[null,void 0]},dataLists:{type:[Array],default(){return[]}},dataField:{type:[Object],default(){return{}}},dataDisabled:{type:[Array],default(){return[]}},disabled:{type:Boolean,default:!1},placeholder:{type:[String,Number],default:`请选择`}},watch:{modelValue(e){this.localVal=e},dataLists:{handler(){this._parseLocalOpt()},immediate:!0,deep:!0},localVal(e){this.handleChange()}},data(){return{localVal:this.modelValue,localOpt:[]}},methods:{handleChoose(e,t){this.$emit(`onChoose`,e,t)},handleChange(){this.$emit(`change`,this.localVal),this.$emit(`update:modelValue`,this.localVal)},_parseLocalOpt(){let e=[];if(this.dataLists&&this.dataLists.length!==0)if(typeof this.dataLists[0]==`string`)this.dataLists.map(t=>{e.push({label:t,value:t})}),this.localOpt=e;else{var t=this.dataField&&this.dataField.label||`label`,n=this.dataField&&this.dataField.value||`value`;this.dataLists.map(r=>{let i=r[t]===0?0:r[t]||``,a=r[n]===0?0:r[n]||``;if(a=a===0?0:a||i,this.dataDisabled.length>0)for(let e in this.dataDisabled)this.dataDisabled[e][n]==a&&(r.disabled=!0);e.push({label:i,value:a,disabled:r.disabled&&!0||!1}),(r.checked==`true`||r.checked==1)&&(typeof this.localVal==`string`?this.localVal=a:typeof this.localVal==`object`&&this.localVal.push(a))}),this.localOpt=e}}}};function Kn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-option`),s=(0,l.resolveComponent)(`el-select`);return(0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({class:`cv-select-base`},e.$props,{modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e,size:e.size,filterable:``,clearable:``}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`,{},()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.localOpt,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:t,label:e.label,value:e.value,disabled:e.disabled,onClick:n=>a.handleChoose(e,t)},null,8,[`label`,`value`,`disabled`,`onClick`]))),128))])]),_:3},16,[`modelValue`,`size`])}var qn=k(Gn,[[`render`,Kn]]),Jn={name:`cvSelectTree`,emits:[`update:modelValue`,`change`],props:{...c.ElSelect.props,modelValue:{type:[String,Array,Number],default(){return``}},dataLists:{type:[Array],default(){return[]}},dataField:{type:[Object],default:()=>({value:`id`,label:`title`,children:`children`})},clearable:{type:Boolean,default:!0},accordion:{type:Boolean,default:!1},defaultExpandAll:{type:Boolean,default:!0},dataDisabled:{type:[Array],default(){return[]}},disabled:{type:Boolean,default:!1},placeholder:{type:[String,Number],default:`请选择`},showAllLevels:{type:Boolean,default:!0},showCheckbox:{type:Boolean,default:!1},filterable:{type:Boolean,default:!0},emitPath:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},refID:{type:[String],required:!1,default(){return`cvSelectTree-`+ +new Date+((Math.random()/1e4).toFixed(0)+``)}}},watch:{modelValue(){this.localVal=this.modelValue,this.initHandle()},dataLists:{handler(){this._parseLocalOpt()},immediate:!0,deep:!0},localVal(){this.handleChange()}},data(){return{localVal:``,localOpt:[],localTitle:``,defaultExpandedKey:[]}},computed:{props2(){return Object.assign(this.dataField,{emitPath:this.emitPath},{multiple:this.multiple})}},created(){},mounted(){this.localVal=this.modelValue,this.initHandle()},methods:{initHandle(){if(this.localVal){var e=this.$refs[this.refID+`tree`].getNode(this.localVal);e&&(this.localTitle=e.data[this.dataField.label],this.$refs[this.refID+`tree`].setCurrentKey(this.localVal),this.defaultExpandedKey=[this.localVal])}else this.clearHandle();this.initScroll()},initScroll(){this.$nextTick(()=>{let e=document.querySelectorAll(`.cv-select-tree .el-scrollbar .el-select-dropdown__wrap`)[0],t=document.querySelectorAll(`.cv-select-tree .el-scrollbar .el-scrollbar__bar`);e.style.cssText=`margin: 0px; max-height: none; overflow: hidden;`,t.forEach(e=>e.style.width=0)})},handleNodeClick(e,t,n){e.disabled||(this.localTitle=e[this.dataField.label],this.localVal=e[this.dataField.value],this.defaultExpandedKey=[],this.$refs[this.refID].blur())},clearHandle(){this.localTitle=``,this.localVal=``,this.defaultExpandedKey=[],this.clearSelected()},clearSelected(){document.querySelectorAll(`#${this.refID}tree .el-tree-node`).forEach(e=>e.classList.remove(`is-current`))},handleChange(){this.$emit(`change`,this.localVal),this.$emit(`update:modelValue`,this.localVal)},_parseLocalOpt(){let e=this.dataLists;this.dataField&&this.dataField.label;let t=this.dataField&&this.dataField.value||`value`,n=this.dataField&&this.dataField.children||`children`,r=this.dataDisabled;i(e);function i(e){for(let a in e)r.map(n=>{e[a][t]==n[t]&&(e[a].disabled=!0)}),e[a][n]&&i(e[a][n])}this.localOpt=e}}};function Yn(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-tree`),s=(0,l.resolveComponent)(`el-option`),c=(0,l.resolveComponent)(`el-select`);return(0,l.openBlock)(),(0,l.createBlock)(c,(0,l.mergeProps)(e.$props,{ref:n.refID,"popper-class":`cv-select-tree`,modelValue:i.localTitle,onClear:a.clearHandle}),{default:(0,l.withCtx)(()=>[(0,l.createVNode)(s,{value:i.localTitle,label:i.localTitle,class:`options`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{"highlight-current":``,id:n.refID+`tree`,ref:n.refID+`tree`,accordion:n.accordion,showCheckbox:n.showCheckbox,data:i.localOpt,props:n.dataField,"node-key":n.dataField.value,onNodeClick:a.handleNodeClick,"default-expand-all":n.defaultExpandAll},null,8,[`id`,`accordion`,`showCheckbox`,`data`,`props`,`node-key`,`onNodeClick`,`default-expand-all`])]),_:1},8,[`value`,`label`])]),_:1},16,[`modelValue`,`onClear`])}var Xn=k(Jn,[[`render`,Yn],[`__scopeId`,`data-v-a62c37b7`]]);Wn.install=function(e){e.component(Wn.name,Wn)},qn.install=function(e){e.component(qn.name,qn)},Xn.install=function(e){e.component(Xn.name,Xn)};var Zn={name:`cvCascaderBase`,components:{},props:{...c.ElCascader.props,modelValue:{type:[String,Array,Number],default(){}},dataLists:{type:[Array],default(){return[]}},dataDisabled:{type:[Array],default(){return[]}},disabled:{type:Boolean,default:!1},placeholder:{type:[String,Number],default:`请选择`},showAllLevels:{type:Boolean,default:!0},filterable:{type:Boolean,default:!0},dataField:{type:[Object],default(){return{}}},emitPath:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1}},watch:{modelValue(){this.localVal=this.modelValue},dataLists:{handler(){this._parseLocalOpt()},immediate:!0,deep:!0},localVal(){this.handleChange(),this.handleInput()}},data(){return{localVal:this.modelValue,localOpt:[]}},computed:{props2(){return Object.assign(this.dataField,{emitPath:this.emitPath},{multiple:this.multiple})}},created(){},methods:{handleChange(){this.$emit(`change`,this.localVal)},handleInput(){this.$emit(`update:modelValue`,this.localVal)},_parseLocalOpt(){let e=this.dataLists,t=this.dataField&&this.dataField.value||`value`,n=this.dataDisabled;r(e);function r(e){for(let i in e)n.map(n=>{e[i][t]==n[t]&&(e[i].disabled=!0)}),e[i].children&&r(e[i].children)}this.localOpt=e},getCheckedNodes(){}}},Qn={class:`cv-cascader-base block`};function $n(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-cascader`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Qn,[(0,l.createVNode)(o,(0,l.mergeProps)(e.$props,{props:a.props2,modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e,options:i.localOpt,onChange:a.handleChange,onGetCheckedNodes:a.getCheckedNodes}),null,16,[`props`,`modelValue`,`options`,`onChange`,`onGetCheckedNodes`])])}var er=k(Zn,[[`render`,$n]]);er.install=function(e){e.component(er.name,er)};var tr={props:{...c.ElTimePicker.props,modelValue:{type:[String,Array,Number,Object,Date],default:null}},watch:{modelValue:{handler(){if(this.valueFormat==`timestamp`){if(Array.isArray(this.modelValue)){var e=this.modelValue.map(e=>{if(!isNaN(e)&&e.toString().length==10)return e*1e3});if(this.localVal&&this.localVal[0]==e[0]&&this.localVal[1]==e[1])return;this.localVal=e}else this.modelValue&&this.modelValue.toString().length==10&&this.localVal!=this.modelValue*1e3&&(this.localVal=this.modelValue*1e3);return}this.localVal=this.modelValue},immediate:!0,deep:!0},localVal(){if(this.valueFormat==`timestamp`){var e;if(Array.isArray(this.localVal)){if(e=this.localVal.map(e=>{if(!isNaN(e)&&e.toString().length==13)return parseInt(e/1e3)}),this.modelValue&&e[0]==this.modelValue[0]&&e[1]==this.modelValue[1])return;this.$emit(`update:modelValue`,e)}else !isNaN(this.localVal)&&this.localVal.toString().length==13&&(e=parseInt(this.localVal/1e3),this.modelValue!=e&&this.$emit(`update:modelValue`,e));return}this.$emit(`update:modelValue`,this.localVal)}},data(){return{localVal:``}},created(){},methods:{}},nr={name:`cvTimeBase`,mixins:[tr],props:{format:{type:String,default:`HH:mm:ss`},valueFormat:{type:String,default:`HH:mm:ss`},placeholder:{type:[String,Number],default:`选择时间`}}};function rr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-time-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-timePicker-base`},e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,format:n.format,"picker-options":{}}),null,16,[`modelValue`,`format`])}var ir=k(nr,[[`render`,rr]]),ar={name:`cvTimeRange`,mixins:[tr],props:{format:{type:String,default:`HH:mm:ss`},valueFormat:{type:String,default:`HH:mm:ss`},startPlaceholder:{type:[String,Number],default:`开始时间`},rangeSeparator:{type:[String,Number],default:`至`},endPlaceholder:{type:[String,Number],default:`结束时间`}}};function or(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-time-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-timePicker-range`},e.$props,{"is-range":``,modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,format:n.format,"range-separator":n.rangeSeparator,"start-placeholder":n.startPlaceholder,"end-placeholder":n.endPlaceholder}),null,16,[`modelValue`,`format`,`range-separator`,`start-placeholder`,`end-placeholder`])}var sr=k(ar,[[`render`,or]]),cr={name:`cvTimeSelect`};function lr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-time-select`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-time-select`},e.$props),null,16)}var ur=k(cr,[[`render`,lr]]),dr={props:{...c.ElDatePicker.props,modelValue:{type:[String,Array,Number,Object,Date],default:null},pickerOptions:{type:Boolean,default:!1}},watch:{modelValue:{handler(){if(this.valueFormat==`timestamp`){if(Array.isArray(this.modelValue)){var e=this.modelValue.map(e=>{if(!isNaN(e)&&e.toString().length==10)return e*1e3});if(this.localVal&&this.localVal[0]==e[0]&&this.localVal[1]==e[1])return;this.localVal=e}else this.modelValue&&this.modelValue.toString().length==10&&this.localVal!=this.modelValue*1e3&&(this.localVal=this.modelValue*1e3);return}this.localVal=this.modelValue},immediate:!0,deep:!0},localVal(){if(this.valueFormat==`timestamp`){var e;if(Array.isArray(this.localVal)){if(e=this.localVal.map(e=>{if(!isNaN(e)&&e.toString().length==13)return parseInt(e/1e3)}),this.modelValue&&e[0]==this.modelValue[0]&&e[1]==this.modelValue[1])return;this.$emit(`update:modelValue`,e)}else !isNaN(this.localVal)&&this.localVal.toString().length==13&&(e=parseInt(this.localVal/1e3),this.modelValue!=e&&this.$emit(`update:modelValue`,e));return}this.$emit(`update:modelValue`,this.localVal)}},data(){return{localVal:``}}},fr={name:`cvDateBase`,mixins:[dr],props:{format:{type:String,default:`YYYY-MM-DD`},valueFormat:{type:String,default:`YYYY-MM-DD`},placeholder:{type:[String,Number],default:`选择日期`}},data(){return{localPickerOptions:{disabledDate(e){return e.getTime()>Date.now()},shortcuts:[{text:`今天`,onClick(e){e.$emit(`pick`,new Date)}},{text:`昨天`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24),e.$emit(`pick`,t)}},{text:`一周前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*7),e.$emit(`pick`,t)}},{text:`一个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*30),e.$emit(`pick`,t)}},{text:`三个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*90),e.$emit(`pick`,t)}},{text:`六个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*180),e.$emit(`pick`,t)}},{text:`一年前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*365),e.$emit(`pick`,t)}}]}}}};function pr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-date-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,type:`date`,"value-format":n.valueFormat,placeholder:n.placeholder,"picker-options":e.pickerOptions&&i.localPickerOptions}),null,16,[`modelValue`,`value-format`,`placeholder`,`picker-options`])}var mr=k(fr,[[`render`,pr]]),hr={name:`cvDateRange`,mixins:[dr],props:{valueFormat:{type:String,default:`yyyy-MM-dd`},startPlaceholder:{type:[String,Number],default:`开始日期`},rangeSeparator:{type:[String,Number],default:`至`},endPlaceholder:{type:[String,Number],default:`结束日期`}},data(){return{localPickerOptions:{shortcuts:[{text:`今天`,onClick(e){let t=new Date,n=new Date;e.$emit(`pick`,[n,t])}},{text:`昨天`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24),t.setTime(t.getTime()-3600*1e3*24),e.$emit(`pick`,[n,t])}},{text:`最近一周`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*7),e.$emit(`pick`,[n,t])}},{text:`最近一个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*30),e.$emit(`pick`,[n,t])}},{text:`最近三个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*90),e.$emit(`pick`,[n,t])}},{text:`最近六个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*180),e.$emit(`pick`,[n,t])}},{text:`最近一年`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*365),e.$emit(`pick`,[n,t])}}]}}}};function gr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-date-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,type:`daterange`,"value-format":n.valueFormat,"range-separator":n.rangeSeparator,"start-placeholder":n.startPlaceholder,"end-placeholder":n.endPlaceholder,"picker-options":e.pickerOptions&&i.localPickerOptions}),null,16,[`modelValue`,`value-format`,`range-separator`,`start-placeholder`,`end-placeholder`,`picker-options`])}var _r=k(hr,[[`render`,gr]]),vr={name:`cvDatetimeBase`,mixins:[dr],props:{format:{type:String,default:`YYYY-MM-DD HH:mm:ss`},valueFormat:{type:String,default:`YYYY-MM-DD HH:mm:ss`},placeholder:{type:[String,Number],default:`选择日期时间`}},data(){return{localPickerOptions:{disabledDate(e){return e.getTime()>Date.now()},shortcuts:[{text:`今天`,onClick(e){e.$emit(`pick`,new Date)}},{text:`昨天`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24),e.$emit(`pick`,t)}},{text:`一周前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*7),e.$emit(`pick`,t)}},{text:`一个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*30),e.$emit(`pick`,t)}},{text:`三个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*90),e.$emit(`pick`,t)}},{text:`六个月前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*180),e.$emit(`pick`,t)}},{text:`一年前`,onClick(e){let t=new Date;t.setTime(t.getTime()-3600*1e3*24*365),e.$emit(`pick`,t)}}]}}}};function yr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-date-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,type:`datetime`,"value-format":n.valueFormat,placeholder:n.placeholder,"picker-options":e.pickerOptions&&i.localPickerOptions}),null,16,[`modelValue`,`value-format`,`placeholder`,`picker-options`])}var br=k(vr,[[`render`,yr]]),xr={name:`cvDatetimeRange`,mixins:[dr],props:{valueFormat:{type:String,default:`YYYY-MM-DD HH:mm:ss`},startPlaceholder:{type:[String,Number],default:`开始日期`},rangeSeparator:{type:[String,Number],default:`至`},endPlaceholder:{type:[String,Number],default:`结束日期`}},data(){return{localPickerOptions:{shortcuts:[{text:`今天`,onClick(e){let t=new Date,n=new Date;e.$emit(`pick`,[n,t])}},{text:`昨天`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24),t.setTime(t.getTime()-3600*1e3*24),e.$emit(`pick`,[n,t])}},{text:`最近一周`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*7),e.$emit(`pick`,[n,t])}},{text:`最近一个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*30),e.$emit(`pick`,[n,t])}},{text:`最近三个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*90),e.$emit(`pick`,[n,t])}},{text:`最近六个月`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*180),e.$emit(`pick`,[n,t])}},{text:`最近一年`,onClick(e){let t=new Date,n=new Date;n.setTime(n.getTime()-3600*1e3*24*365),e.$emit(`pick`,[n,t])}}]}}}};function Sr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-date-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:e.localVal,"onUpdate:modelValue":t[0]||=t=>e.localVal=t,type:`datetimerange`,"value-format":n.valueFormat,"range-separator":n.rangeSeparator,"start-placeholder":n.startPlaceholder,"end-placeholder":n.endPlaceholder,align:`right`,"picker-options":e.pickerOptions&&i.localPickerOptions}),null,16,[`modelValue`,`value-format`,`range-separator`,`start-placeholder`,`end-placeholder`,`picker-options`])}var Cr=k(xr,[[`render`,Sr]]),wr={name:`cvDatetimeScreen`,props:{start:{type:String,default:null},end:{type:String,default:null},autoUpdate:{type:Boolean,default:!0}},emits:[`update:start`,`update:end`,`change`],data(){return{defaultTime:[new Date(2e3,0,1,0,0,0),new Date(2e3,0,1,23,59,59)],internalValue:[this.start||``,this.end||``]}},watch:{start(e){(e===null||e===``)&&(this.end===null||this.end===``)?this.internalValue=[null,null]:this.internalValue[0]=e},end(e){(this.start===null||this.start===``)&&(e===null||e===``)?this.internalValue=[null,null]:this.internalValue[1]=e}},computed:{dateUtil(){return{getStartOfDay(e=new Date){let t=new Date(e);return t.setHours(0,0,0,0),t},getEndOfDay(e=new Date){let t=new Date(e);return t.setHours(23,59,59,999),t},getYesterday(){let e=new Date;return e.setDate(e.getDate()-1),e},getDaysAgo(e){let t=new Date;return t.setDate(t.getDate()-(e-1)),t},getFirstDayOfMonth(){let e=new Date;return e.setDate(1),e},getFirstDayOfYear(){let e=new Date;return e.setMonth(0,1),e}}},refinedShortcuts(){return[{text:`本日`,value:()=>[this.dateUtil.getStartOfDay(),this.dateUtil.getEndOfDay()]},{text:`昨天`,value:()=>{let e=this.dateUtil.getYesterday();return[this.dateUtil.getStartOfDay(e),this.dateUtil.getEndOfDay(e)]}},{text:`最近7天`,value:()=>[this.dateUtil.getStartOfDay(this.dateUtil.getDaysAgo(7)),this.dateUtil.getEndOfDay()]},{text:`最近30天`,value:()=>[this.dateUtil.getStartOfDay(this.dateUtil.getDaysAgo(30)),this.dateUtil.getEndOfDay()]},{text:`本月`,value:()=>[this.dateUtil.getStartOfDay(this.dateUtil.getFirstDayOfMonth()),this.dateUtil.getEndOfDay()]},{text:`本年`,value:()=>[this.dateUtil.getStartOfDay(this.dateUtil.getFirstDayOfYear()),this.dateUtil.getEndOfDay()]},{text:`全部`,value:()=>[null,null]}]}},methods:{syncInternalValue(){(this.start===null||this.start===``)&&(this.end===null||this.end===``)?this.internalValue=[null,null]:this.internalValue=[this.start,this.end]},handleDateChange(e){e?(this.$emit(`update:start`,e[0]),this.$emit(`update:end`,e[1])):(this.$emit(`update:start`,null),this.$emit(`update:end`,null)),this.$emit(`change`,e)},handleCalendarChange(e){}},created(){this.syncInternalValue()}};function Tr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-date-picker`);return(0,l.openBlock)(),(0,l.createBlock)(o,{modelValue:i.internalValue,"onUpdate:modelValue":t[0]||=e=>i.internalValue=e,type:`datetimerange`,shortcuts:a.refinedShortcuts,"range-separator":`至`,"start-placeholder":`开始时间`,"end-placeholder":`结束时间`,"value-format":`YYYY-MM-DD HH:mm:ss`,"default-time":i.defaultTime,onChange:a.handleDateChange,onCalendarChange:a.handleCalendarChange,clearable:``,class:`screen-date-picker`},null,8,[`modelValue`,`shortcuts`,`default-time`,`onChange`,`onCalendarChange`])}var Er=k(wr,[[`render`,Tr]]);ir.install=function(e){e.component(ir.name,ir)},sr.install=function(e){e.component(sr.name,sr)},ur.install=function(e){e.component(ur.name,ur)},mr.install=function(e){e.component(mr.name,mr)},_r.install=function(e){e.component(_r.name,_r)},br.install=function(e){e.component(br.name,br)},Cr.install=function(e){e.component(Cr.name,Cr)},Er.install=function(e){e.component(Er.name,Er)};var Dr={name:`cvSwitchBase`,props:{...c.ElSwitch.props,activeColor:{type:[String],default:``},inactiveColor:{type:[String],default:``},disabled:{type:Boolean,default:!1}},watch:{modelValue(){this.localVal=this.modelValue},localVal(){this.$emit(`update:modelValue`,this.localVal)}},data(){return{localVal:this.modelValue}},created(){this.localVal=this.modelValue},methods:{}};function Or(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-switch`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e}),null,16,[`modelValue`])}var kr=k(Dr,[[`render`,Or]]);kr.install=function(e){e.component(kr.name,kr)};var Ar={name:`cvCodeSms`,mixins:[],components:{},props:{...c.ElInput.props,maxlength:{type:[Number,String],default:6},modelValue:{type:[Number,String],default:``},placeholder:{type:[Number,String],default:`请输入验证码`},disabled:{type:Boolean,default:!1},mobile:{type:[Number,String],default:``},mobileParam:{type:String,default:`mobile`},codeUrl:{type:String,default:``},codeSign:{type:Boolean,default:!1},apiFunc:{type:Function,default:null},waitTime:{type:[Number,String],default:60}},watch:{mobile(e){this.localMobile=e},modelValue(e){this.localVal=e}},data(){return{localVal:this.modelValue,localMobile:``,nextTime:0,diyPlaceholder:`短信验证码`,btnDisabled:!1,btnText:`获取验证码`,btnIntervalObj:null}},created(){this.localMobile=this.mobile},methods:{showDiyMsg(e){this.$message(e)},getSmsCode(){if(!this.localMobile){this.showDiyMsg(`手机号不正确`),this.$emit(`onGetSms`,!1);return}if(!/^[1][3,4,5,6,7,8,9][0-9]{9}$/.test(this.localMobile)){this.showDiyMsg(`手机号格式不正确`),this.$emit(`onGetSms`,!1);return}if(!this.codeUrl&&!this.apiFunc){this.showDiyMsg(`短信接口地址不能为空`);return}this.btnDisabled=!0,!this.btnIntervalObj&&this.btnDisabled&&(this.btnText=`请稍后...`,this.apiFunc?this.apiFunc({postType:`sendSms`,cto_sms_type:`alterMobile`,sendCode:`发送验证码`,[this.mobileParam]:this.localMobile}).then(e=>{let t=e;this.showDiyMsg(`发送成功!`),setTimeout(()=>{if(this.codeSign){let e=t.data&&t.data.sign||``;this.diyPlaceholder=`识别码:`+e}this.smsCodeWaitTime()},500)}).catch(e=>{this.showDiyMsg(`短信获取失败,请检查网络`),this.btnDisabled=!1,this.btnText=`获取验证码`}):(this.btnDisabled=!1,this.btnText=`重新获取验证码`))},smsCodeWaitTime(){this.nextTime=Date.parse(new Date)/1e3+parseInt(this.waitTime),this.btnIntervalObj=setInterval(()=>{let e=this.nextTime-Date.parse(new Date)/1e3;e<=0?(clearInterval(this.btnIntervalObj),this.btnText=`重新获取验证码`,this.btnIntervalObj=0,this.btnDisabled=!1):(this.btnDisabled=!0,this.btnText=e.toString()+`s`)},100)},updateInput(e){this.$emit(`update:modelValue`,this.localVal)}}};function jr(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-button`),s=(0,l.resolveComponent)(`el-input`);return(0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)(e.$props,{modelValue:i.localVal,"onUpdate:modelValue":t[0]||=e=>i.localVal=e,clearable:``,placeholder:i.diyPlaceholder,onInput:a.updateInput}),{append:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{onClick:a.getSmsCode,disabled:i.btnDisabled},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(i.btnText),1)]),_:1},8,[`onClick`,`disabled`])]),_:1},16,[`modelValue`,`placeholder`,`onInput`])}var Mr=k(Ar,[[`render`,jr]]);Mr.install=function(e){e.component(Mr.name,Mr)};var Nr={props:{fileType:{type:[Array],default:[]},fileSize:{type:[Number],default:2},fileUnit:{type:[String],default:``},multiple:{type:[Boolean],default:!1},limit:{type:[Number],default:5}}},Pr={class:`cv-upload-tip-box`},Fr={key:0},Ir={key:1};function Lr(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Pr,[t[0]||=(0,l.createElementVNode)(`span`,null,`最多上传`,-1),(0,l.createElementVNode)(`b`,null,(0,l.toDisplayString)(n.limit),1),(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.fileUnit),1),n.fileType.length?((0,l.openBlock)(),(0,l.createElementBlock)(`b`,Fr,(0,l.toDisplayString)(n.fileType.length?n.fileType.join(`/`):``),1)):(0,l.createCommentVNode)(``,!0),n.fileType.length?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,Ir,`格式`)):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`span`,null,`文件;且每`+(0,l.toDisplayString)(n.fileUnit)+`不超过`,1),(0,l.createElementVNode)(`b`,null,(0,l.toDisplayString)(n.fileSize)+`MB`,1)])}var Rr={inheritAttrs:!1,emits:[`update:modelValue`,`update:initValue`,`delete`,`error`,`success`],components:{uploadTip:k(Nr,[[`render`,Lr]])},mixins:[Nn],props:{multiple:{type:[Boolean],default:!1},limit:{type:[Number,String],default:1},drag:{type:Boolean,default:!1},httpRequest:{type:[Function],default:()=>{}},accept:String,beforeRemove:Function,upResponseFn:{type:[Function],default:null},signatureFn:{type:Function,default:null},signatureType:{type:[String],default:`aliyun_oss_type2`},signatureParam:{type:[Object],default:()=>({})}},data(){return{cropShow:!1,upIngPercent:0,upIngLoading:!1,upIngFileInfo:{}}},computed:{fileTypeStr(){return this.fileType.join(`,`)},tipAttr(){return{fileType:this.fileType||[],fileSize:this.fileSize||``,multiple:this?.multiple||!1,limit:this.limit?parseInt(this.limit):5}},mergeAttrs(){let e=this._mergeAttrs(`upload`);return this.$props.signatureType&&(e.signatureType=this.$props.signatureType),this.$props.signatureFn&&(e.signatureFn=this.$props.signatureFn),this.$props.signatureParam&&(e.signatureParam=this.$props.signatureParam),typeof e.upResponseFn!=`function`&&(e.upResponseFn=null),Object.assign({},e,this.$attrs)}},methods:{_commonBeforeUpload(e){e.type;let t=e.name||``;e.size/1024/1024;let n=t.split(`.`).pop().toLowerCase(),r=this.fileType.join(`、`);return this.fileType.includes(n)?e>this.fileSize?(ExtendMessage.error(`文件大小不能超过 ${this.fileSize} MB`),!1):!0:(ExtendMessage.error(`文件格式错误,请上传类型 如:${r}格式文件`),!1)},_commonRemove(){return new Promise((e,t)=>{this.$confirm(`提示`,{title:`确定删除??`,showCancelButton:!0,confirmButtonText:`确定`,cancelButtonText:`取消`,type:`warning`}).then(()=>{e(!0)}).catch(()=>{t(!1)})})},initHttpRequest(){},initOnProgress(e){this.upIngPercent=Number(e.percentage.toFixed(0))},initOnSuccess(e,t){},initOnExceed(){this.$message.error(`最多上传${this.limit}个文件`)}}};function zr(e){let t=[],n=Object.prototype.toString.call(e);if(n===`[object String]`)t.push(Br(e));else if(n===`[object Object]`)e.name&&e.url&&t.push(e);else if(n===`[object Array]`)for(let n in e){let r=e[n],i=Object.prototype.toString.call(r);i===`[object String]`?t.push(Br(r)):i===`[object Object]`&&r.name&&r.url&&t.push(r)}return t}function Br(e){let t=e.lastIndexOf(`/`),n=e.substring(t+1,e.length),r=``;return n.lastIndexOf(`.`)>-1&&(r=n.slice(n.lastIndexOf(`.`)+1),r=`image/`+r),{name:n,url:e,type:r,status:`success`}}function B(e){return 1024**e}function Vr(e){return e?e<B(1)?e+` B`:e<B(2)?(e/B(1)).toFixed(2)+` KB`:e<B(3)?(e/B(2)).toFixed(2)+` MB`:e<B(4)?(e/B(3)).toFixed(2)+` GB`:(e/B(4)).toFixed(2)+` TB`:`-`}function Hr(e){if(!e)return!0;let t=e?.expiration_last;if(!t)return!0;let n=mn(t),r=new Date;return isNaN(n.getTime())?!0:n.getTime()-r.getTime()<=6e4}async function Ur(e,t){if(!e||typeof e!=`function`)return!1;let n=null;if(Hr(n)){let r=await e({...t});if(r&&r.data&&r.status==200)n=r.data||{};else throw c.ElMessage.error(`获取STS令牌失败`),Error(`获取STS令牌失败 ${r?.message}`)}return{...n,pass:!!n}}async function Wr(e,t,n,r){e||=`aliyun_oss_type2`,r||={};let i=await Ur(t,{upload_type:e,...n});if(!i.pass)return c.ElMessage.error(`获取oss上传凭证异常`);if(e==`oss_upload1`){let e={bucket:i.bucket,region:i.endpoint.split(`.`)[0],accessKeyId:i.accessKeyId,accessKeySecret:i.accessKeySecret,stsToken:i.securityToken,expiration:i.expiration,...r,refreshSTSToken:async()=>{let e=await Ur(t);return{accessKeyId:e.accessKeyId,accessKeySecret:e.accessKeySecret,stsToken:e.securityToken}},refreshSTSTokenInterval:new Date(i.expiration)-new Date-1e3*60};return new OSS(e)}else if(e==`aliyun_oss_type2`)return i;throw Error(`上传类型错误`)}async function Gr(e,t,n){let r={},i=new FormData;i.append(`success_action_status`,t.success_action_status||`200`),i.append(`policy`,t.policy),i.append(`signature`,t.signature),i.append(`x-oss-signature`,t.signature),i.append(`x-oss-signature-version`,`OSS4-HMAC-SHA256`),i.append(`x-oss-credential`,t.x_oss_credential),i.append(`x-oss-date`,t.x_oss_date),i.append(`x-oss-security-token`,t.security_token);let a=t.key;if(t.key||(a=t.dir+`/`+e.name),i.append(`key`,a),t.callback&&i.append(`callback`,t.callback),t.callback_var&&_n(t.callback_var))for(let e in t.callback_var)t.callback_var.hasOwnProperty(e)&&i.append(e,t.callback_var[e]);return i.append(`file`,e),fetch(t.host,{method:`POST`,body:i,headers:r}).then(e=>{if(e.ok)return e.json()}).then(e=>{if(e&&e.success)return e.data}).catch(e=>{})}async function Kr(e,t,n,r){if(!n||typeof n!=`function`)return c.ElMessage.error(`签名方法错误`),Promise.reject();try{let i=En(),a=wn(e.type),o=`${i}.${a}`,s=await n({upload_type:t,...r,save_extension:a}).then(e=>e.data||{}).catch(e=>(c.ElMessage.error(`签名失败`),Promise.reject()));if(!s)return Promise.reject();if(s.name&&(o=`${s.name}.${a}`),e instanceof Blob&&(e=new File([e],o,{type:e.type,lastModified:Date.now()})),e)return await Gr(e,s)}catch{return Promise.reject()}}var qr=!1,Jr=.2,Yr=.4,Xr=180,Zr=Jr,Qr=``,$r=null,V=null,ei=typeof navigator<`u`&&navigator.userAgent.indexOf(`Firefox`)>-1,ti=typeof window<`u`&&(!!window.ActiveXObject||`ActiveXObject`in window),ni=()=>{qr=!1,Zr=Jr,Qr=``,$r!==null&&(clearTimeout($r),$r=null),V!==null&&(clearTimeout(V),V=null)},ri=(e,t,n)=>{let r=e.deltaY||e.wheelDelta,i=t;ei&&(r*=30),ti&&(r=-r);let a=r<0?`add`:`reduce`;a!==Qr&&(Qr=a,Zr=Jr);let o=Zr/n.width*r;return o<0&&(i+=Math.abs(o)),o>0&&t>Math.abs(o)&&(i-=Math.abs(o)),qr||(qr=!0,$r=window.setTimeout(()=>{qr=!1,Zr=Math.min(Yr,Zr+.01),$r=null},100)),V!==null&&clearTimeout(V),V=window.setTimeout(ni,Xr),i},ii=(e,t)=>e*t,ai=typeof document<`u`&&`onwheel`in document.createElement(`div`)?`wheel`:`mousewheel`,oi=.2,si=100,ci=(0,l.defineComponent)({name:`cropper-loading`,props:{isVisible:{type:Boolean,default:!1}},render(){let{$slots:e}=this;return this.isVisible?(0,l.createVNode)(`section`,{class:`cropper-loading`},[e.default?e.default():(0,l.createVNode)(`p`,{class:`cropper-loading-spin`},[(0,l.createVNode)(`i`,null,[(0,l.createVNode)(`svg`,{viewBox:`0 0 1024 1024`,focusable:`false`,"data-icon":`loading`,width:`1.5em`,height:`1.5em`,fill:`currentColor`,"aria-hidden":`true`},[(0,l.createVNode)(`path`,{d:`M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z`},null)])]),(0,l.createVNode)(`span`,null,null)])]):``}}),li=(e,t=0)=>{if(typeof e==`number`)return e;let n=e.trim();if(n.endsWith(`%`)){let e=Number.parseFloat(n);return!Number.isFinite(e)||t<=0?0:t*e/100}let r=Number.parseFloat(n);return Number.isFinite(r)?r:0},ui=e=>typeof e==`number`?`${e}px`:e,di=e=>{if(!Number.isFinite(e))return 0;let t=(e%360+360)%360;return Object.is(t,-0)?0:t},fi=e=>{let{props:t,cropperRef:n,layoutContainer:r,imgs:i,cropping:a}=e,o=(0,l.computed)(()=>({...t.wrapper,width:ui(t.wrapper.width),height:ui(t.wrapper.height)})),s=(0,l.ref)({...t.cropLayout}),c=(0,l.computed)(()=>({width:li(s.value.width,r.wrapLayout.width),height:li(s.value.height,r.wrapLayout.height)})),u=()=>{if(!n.value)return;let e=Number.parseFloat((window.getComputedStyle(n.value).width||``).replace(`px`,``)),t=Number.parseFloat((window.getComputedStyle(n.value).height||``).replace(`px`,``));Number.isFinite(e)&&Number.isFinite(t)&&(r.wrapLayout={width:e,height:t})},d=(0,l.computed)(()=>{let e=r.wrapLayout.width,t=r.wrapLayout.height,n=c.value.width,i=c.value.height;return{width:e>0?Math.min(n,e):n,height:t>0?Math.min(i,t):i}}),f=(0,l.computed)(()=>{let e=r.wrapLayout.width,t=r.wrapLayout.height;return e<=0||t<=0?!0:d.value.width<e||d.value.height<t});return{wrapperStyle:o,innerCropLayout:s,cropLayoutStyle:c,effectiveCropLayoutStyle:d,shouldShowCropBox:f,isFullCropMode:(0,l.computed)(()=>!!i.value&&a.value&&!f.value),updateWrapLayoutFromDom:u}},pi={};pi.getData=e=>new Promise((t,n)=>{let r={};mi(e).then(e=>{r.arrayBuffer=e,r.orientation=vi(e),t(r)}).catch(e=>{n(e)})});function mi(e){let t=null;return new Promise((n,r)=>{if(e.src)if(/^data\:/i.test(e.src))t=gi(e.src),n(t);else if(/^blob\:/i.test(e.src)){var i=new FileReader;i.onload=function(e){t=e.target?.result??null,n(t)},hi(e.src,function(e){i.readAsArrayBuffer(e)})}else{var a=new XMLHttpRequest;a.onload=function(){if(this.status==200||this.status===0)t=a.response,n(t);else throw`Could not load image`;a=null},a.open(`GET`,e.src,!0),a.responseType=`arraybuffer`,a.send(null)}else r(`img error`)})}function hi(e,t){var n=new XMLHttpRequest;n.open(`GET`,e,!0),n.responseType=`blob`,n.onload=function(){(this.status==200||this.status===0)&&t(this.response)},n.send()}function gi(e){e=e.replace(/^data\:([^\;]+)\;base64,/gim,``);for(var t=atob(e),n=t.length,r=new ArrayBuffer(n),i=new Uint8Array(r),a=0;a<n;a++)i[a]=t.charCodeAt(a);return r}function _i(e,t,n){var r=``,i;for(i=t,n+=t;i<n;i++)r+=String.fromCharCode(e.getUint8(i));return r}function vi(e){var t=new DataView(e),n=t.byteLength,r,i,a,o,s,c,l,u,d,f;if(t.getUint8(0)===255&&t.getUint8(1)===216)for(d=2;d<n;){if(t.getUint8(d)===255&&t.getUint8(d+1)===225){l=d;break}d++}if(l&&(i=l+4,a=l+10,_i(t,i,4)===`Exif`&&(c=t.getUint16(a),s=c===18761,(s||c===19789)&&t.getUint16(a+2,s)===42&&(o=t.getUint32(a+4,s),o>=8&&(u=a+o)))),u){for(n=t.getUint16(u,s),f=0;f<n;f++)if(d=u+f*12+2,t.getUint16(d,s)===274){d+=8,r=t.getUint16(d,s);break}}return r}var yi=class{ctx;img;handle;constructor(){this.ctx=null,this.img=null,this.handle={1:e=>(e&&this.ctx&&this.img&&(e.width=this.img.width,e.height=this.img.height),e),2:e=>(e&&this.ctx&&this.img&&(e.width=this.img.width,e.height=this.img.height,this.ctx.translate(this.img.width,0),this.ctx.scale(-1,1)),e),3:e=>(e&&this.ctx&&this.img&&(e.width=this.img.width,e.height=this.img.height,this.ctx.translate(this.img.width/2,this.img.height/2),this.ctx.rotate(180*Math.PI/180),this.ctx.translate(-this.img.width/2,-this.img.height/2)),e),4:e=>(e&&this.ctx&&this.img&&(e.width=this.img.width,e.height=this.img.height,this.ctx.translate(0,this.img.height),this.ctx.scale(1,-1)),e),5:e=>(e&&this.ctx&&this.img&&(e.width=this.img.height,e.height=this.img.width,this.ctx.rotate(.5*Math.PI),this.ctx.scale(1,-1)),e),6:e=>(e&&this.ctx&&this.img&&(e.width=this.img.height,e.height=this.img.width,this.ctx.translate(this.img.height/2,this.img.width/2),this.ctx.rotate(90*Math.PI/180),this.ctx.translate(-this.img.width/2,-this.img.height/2)),e),7:e=>(e&&this.ctx&&this.img&&(e.width=this.img.height,e.height=this.img.width,this.ctx.rotate(.5*Math.PI),this.ctx.translate(this.img.width,-this.img.height),this.ctx.scale(-1,1)),e),8:e=>(e&&this.ctx&&this.img&&(e.width=this.img.height,e.height=this.img.width,this.ctx.translate(this.img.height/2,this.img.width/2),this.ctx.rotate(-90*Math.PI/180),this.ctx.translate(-this.img.width/2,-this.img.height/2)),e)}}render(e,t,n){if(this.ctx=t.getContext(`2d`),this.img=e,this.handle[n]){let e=this.handle[n](t);return this.ctx=e.getContext(`2d`),this.ctx.drawImage(this.img,0,0,this.img.width,this.img.height),this.ctx.restore(),e}else return t.width=e.width,t.height=e.height,this.ctx.drawImage(this.img,0,0,this.img.width,this.img.height),t}},bi=(e,t,n)=>{let r=`default`;for(let e of Object.keys(xi))if(e===n){r=n;break}let i=xi[r];return i(e,t,n)},xi={contain:(e,t)=>{let n=1,{width:r,height:i}={...e},a=t.width,o=t.height;return r>a&&(n=a/r),i*n>o&&(n=o/i),n},cover:(e,t)=>{let n=1,{width:r,height:i}={...e},a=t.width,o=t.height;return n=a/r,i*n<o&&(n=o/i),n},default:(e,t,n)=>{let r=1;if(n===`original`)return r;let{width:i,height:a}={...e},o=t.width,s=t.height,c=n.split(` `);try{let t=c[0];if(t.search(`px`)!==-1&&(t=t.replace(`px`,``),i=parseFloat(t),r=i/e.width),t.search(`%`)!==-1&&(t=t.replace(`%`,``),i=parseFloat(t)/100*o,r=i/e.width),c.length===2&&t===`auto`){let t=c[1];t.search(`px`)!==-1&&(t=t.replace(`px`,``),a=parseFloat(t),r=a/e.height),t.search(`%`)!==-1&&(t=t.replace(`%`,``),a=parseFloat(t)/100*s,r=a/e.height)}}catch{r=1}return r}},Si=new yi,Ci=async e=>new Promise((t,n)=>{let r=new Image;r.onload=()=>t(r),r.onerror=n,r.src=e,e.substr(0,4)!==`data`&&(r.crossOrigin=``)}),wi=e=>pi.getData(e),Ti=(e,t,n)=>t&&Si.render(e,t,n),Ei=e=>{if(typeof navigator>`u`)return[`0`,`0`,`0`];let t=navigator.userAgent.split(` `),n=``,r=[`0`,`0`,`0`],i=new RegExp(e,`i`);for(let e=0;e<t.length;e++)i.test(t[e])&&(n=t[e]);return n&&(r=n.split(`/`)[1].split(`.`)),r},Di=e=>{if(Number(Ei(`chrome`)[0])>=81)return-1;if(Number(Ei(`safari`)[0])>=605){let e=Ei(`version`);if(Number(e[0])>13&&Number(e[1])>1)return-1}let t=typeof navigator<`u`?navigator.userAgent.toLowerCase().match(/cpu iphone os (.*?) like mac os/):null;if(t){let n=t[1].split(`_`).map(e=>Number(e));return n[0]>13||n[0]>=13&&n[1]>=4||Number(Ei(`Firefox`)[0])>=97?-1:e}return e},Oi=(e,t,n)=>bi(e,t,n),ki=(e,t)=>{let{scale:n,imgStyle:r,layoutStyle:i,rotate:a}=e,o={width:n*r.width,height:n*r.height},s=(i.width-o.width)/2,c=(i.height-o.height)/2;t&&(s=t.x,c=t.y);let l=((o.width-r.width)/2+s)/n,u=((o.height-r.height)/2+c)/n;return{imgExhibitionStyle:{width:`${r.width}px`,height:`${r.height}px`,transform:`scale(${n}, ${n}) translate3d(${l}px, ${u}px, 0px) rotateZ(${a}deg)`},imgAxis:{x:s,y:c,scale:n,rotate:a}}},Ai=(e,t,n)=>new Promise((r,i)=>{e.toBlob(e=>{if(e){r(e);return}i(Error(`canvas toBlob failed`))},`image/${t}`,n)}),ji=async e=>e?/\.(gif|jpg|jpeg|png|bmp|GIF|JPG|PNG|WEBP|webp)$/.test(e.name)?new Promise((t,n)=>{let r=new FileReader;r.onload=e=>{let n=``,r=e.target;n=typeof r.result==`object`&&r.result?window.URL.createObjectURL(new Blob([r.result])):r.result,t(n)},r.onerror=n,r.readAsArrayBuffer(e)}):(alert(`图片类型必须是.gif,jpeg,jpg,png,bmp,webp中的一种`),``):``,Mi=(e,t,n=0,r=1)=>{let i=document.createElement(`canvas`),a=i.getContext(`2d`),{width:o,height:s}=t,c=0,l=0,u=0;return o*=r,s*=r,i.width=o,i.height=s,n&&(u=Math.ceil(Math.sqrt(o*o+s*s)),i.width=u,i.height=u,a.translate(u/2,u/2),a.rotate(n*Math.PI/180),c=-u/2+(u-o)/2,l=-u/2+(u-s)/2),a.drawImage(e,c,l,o,s),a.restore(),i},Ni=async e=>{let{type:t=`base64`,url:n,sourceCanvas:r,imgLayout:i,imgAxis:a,cropAxis:o,cropLayout:s,outputType:c,outputSize:l=1,full:u=!0,original:d=!1,maxSideLength:f,cropping:p}=e,m=document.createElement(`canvas`),h=m.getContext(`2d`),g=null;if(!r){if(!n)throw Error("getCropImgData: either `sourceCanvas` or `url` must be provided");try{g=await Ci(n)}catch{g=new Image}}return new Promise((e,n)=>{try{let _=Number.isFinite(f)?f:3e3,v=Number.isFinite(a.scale)&&a.scale>0?a.scale:1,y=d?1/v:1,b=d?1:Math.max(1,v),x=d?1:v/b,S={x:o.x*y,y:o.y*y},C={width:s.width*y,height:s.height*y},w={...a,x:a.x*y,y:a.y*y},T;T=r?!a.rotate&&b===1?r:Pi(r,i,a.rotate,b):Mi(g,i,a.rotate,b);let E=w.x-S.x,D=w.y-S.y,O=C.width,k=C.height;if(p||(O=T.width*x,k=T.height*x,E=0,D=0),a.rotate&&p){let e=i.width*(d?1:v),t=i.height*(d?1:v);E-=(T.width*x-e)/2,D-=(T.height*x-t)/2}let A=u&&typeof window<`u`?Math.max(1,window.devicePixelRatio||1):1;if(_>0){let e=Math.max(O*A,k*A);e>_&&(A*=_/e)}if(m.width=Math.max(1,Math.round(O*A)),m.height=Math.max(1,Math.round(k*A)),h.scale(A,A),h.imageSmoothingEnabled=!0,`imageSmoothingQuality`in h&&(h.imageSmoothingQuality=`high`),h.drawImage(T,E,D,T.width*x,T.height*x),h.restore(),t===`blob`){Ai(m,c,l).then(e).catch(n);return}e(m.toDataURL(`image/${c}`,l))}catch(e){n(e)}})},Pi=(e,t,n=0,r=1)=>{let i=document.createElement(`canvas`),a=i.getContext(`2d`),{width:o,height:s}=t,c=0,l=0,u=0;return o*=r,s*=r,i.width=o,i.height=s,n&&(u=Math.ceil(Math.sqrt(o*o+s*s)),i.width=u,i.height=u,a.translate(u/2,u/2),a.rotate(n*Math.PI/180),c=-u/2+(u-o)/2,l=-u/2+(u-s)/2),a.drawImage(e,c,l,o,s),a.restore(),i},Fi=(e,t,n,r)=>{let i={left:0,right:0,top:0,bottom:0,scale:1},a=n.rotate*Math.PI/180,o=[{x:e.x,y:e.y},{x:e.x+t.width,y:e.y},{x:e.x+t.width,y:e.y+t.height},{x:e.x,y:e.y+t.height}].map(e=>Li(e,-a)),s=Math.max(...o.map(e=>e.x))-Math.min(...o.map(e=>e.x)),c=Math.max(...o.map(e=>e.y))-Math.min(...o.map(e=>e.y)),l=Math.max(n.scale,s/r.width,c/r.height),u=r.width*l,d=r.height*l,f=u/2,p=d/2,m=r.width*n.scale/2,h=r.height*n.scale/2,g=Math.max(...o.map(e=>e.x-f)),_=Math.min(...o.map(e=>e.x+f)),v=Math.max(...o.map(e=>e.y-p)),y=Math.min(...o.map(e=>e.y+p)),b=Li({x:n.x+m,y:n.y+h},-a),x=Li({x:Ii(b.x,g,_),y:Ii(b.y,v,y)},a);return i.scale=l,i.left=x.x-f,i.right=x.x-f,i.top=x.y-p,i.bottom=x.y-p,i},Ii=(e,t,n)=>Math.min(Math.max(e,t),n),Li=(e,t)=>({x:e.x*Math.cos(t)-e.y*Math.sin(t),y:e.x*Math.sin(t)+e.y*Math.cos(t)}),Ri=(e,t,n,r)=>{let i=``,a=``,o=Fi(e,t,n,r),s=o.scale,c=.5;return n.x>o.left+c?i=`left`:n.x<o.right-c&&(i=`right`),n.y>o.top+c?a=`top`:n.y<o.bottom-c&&(a=`bottom`),{landscape:i,portrait:a,scale:s,boundary:o,imgAxis:n}},zi={easeInOut:(e,t,n,r)=>(e=e/r*2,e<1?n/2*e*e+t:-n/2*(--e*(e-2)-1)+t)},Bi=(e,t,n,r)=>{if(n<=0||e===t)return r&&r(t),()=>0;let i=0,a=Math.max(1,Math.ceil(n/17)),o=0,s=()=>{let n=zi.easeInOut(i,e,t-e,a);i++,i<=a?(r&&r(n),o=requestAnimationFrame(s)):r&&r(t)};return s(),()=>o},Vi=class{handlers;constructor(){this.handlers=new Map}addHandler(e,t){let n=this.handlers.get(e),r=[];n&&(r=[...n]),r.push(t),this.handlers.set(e,r)}fire(e){let t=this.handlers.get(e.type);t&&t.forEach(t=>{t(e)})}removeHandler(e,t){let n=this.handlers.get(e);if(!n)return;let r=0;for(let e=n.length;r<e&&n[r]!==t;r++);n.splice(r,1),this.handlers.set(e,n)}},Hi=typeof window<`u`&&`ontouchstart`in window,Ui=typeof window<`u`&&`onmouseup`in window,Wi=class{element;pre;watcher;touches;constructor(e){this.element=e,this.touches=null,this.pre={x:0,y:0},this.watcher=new Vi}fire(e){this.watcher.fire(e)}getAxis(e){return{x:e.clientX,y:e.clientY}}getTouchPair(e){return e.length<2?null:[e[0],e[1]]}start(e){e.preventDefault(),e.which===1&&(this.pre=this.getAxis(e),this.fire({type:`down`,event:e}),window.addEventListener(`mousemove`,this.move),window.addEventListener(`mouseup`,this.stop))}startTouch(e){let t=e.touches[0];if(!t)return;this.pre={x:t.clientX,y:t.clientY},this.fire({type:`down`,event:e});let n=this.getTouchPair(e.touches);n?(this.touches=n,window.addEventListener(`touchmove`,this.scaleTouch,{passive:!1}),window.removeEventListener(`touchmove`,this.moveTouch)):(window.addEventListener(`touchmove`,this.moveTouch,{passive:!1}),window.removeEventListener(`touchmove`,this.scaleTouch)),window.addEventListener(`touchend`,this.stopTouch)}move(e){e.preventDefault();let t=this.getAxis(e);this.fire({type:`down-to-move`,event:e,change:{x:t.x-this.pre.x,y:t.y-this.pre.y}}),this.pre=t}moveTouch(e){e.preventDefault();let t=e.touches[0];t&&(this.fire({type:`down-to-move`,event:e,change:{x:t.clientX-this.pre.x,y:t.clientY-this.pre.y}}),this.pre={x:t.clientX,y:t.clientY})}getLen(e){return Math.sqrt(e.x*e.x+e.y*e.y)}getScale(e,t){let n={x:e[1].clientX-e[0].clientX,y:e[1].clientY-e[0].clientY},r={x:t[1].clientX-t[0].clientX,y:t[1].clientY-t[0].clientY};return this.getLen(n)/this.getLen(r)}scaleTouch(e){e.preventDefault();let t=this.getTouchPair(e.touches);!t||!this.touches||(this.fire({type:`down-to-scale`,event:e,scale:this.getScale(t,this.touches)}),this.touches=t)}stop(e){this.fire({type:`up`,event:e}),window.removeEventListener(`mousemove`,this.move),window.removeEventListener(`mouseup`,this.stop)}stopTouch(e){this.fire({type:`up`,event:e}),this.touches=null,window.removeEventListener(`touchmove`,this.moveTouch),window.removeEventListener(`touchmove`,this.scaleTouch),window.removeEventListener(`touchend`,this.stopTouch)}on(e,t){this.watcher.addHandler(e,t),!(e!==`down-to-move`&&e!==`down-to-scale`&&e!==`up`)&&(Ui&&(this.start=this.start.bind(this),this.move=this.move.bind(this),this.stop=this.stop.bind(this),this.element.addEventListener(`mousedown`,this.start)),Hi&&(this.startTouch=this.startTouch.bind(this),this.moveTouch=this.moveTouch.bind(this),this.scaleTouch=this.scaleTouch.bind(this),this.stopTouch=this.stopTouch.bind(this),this.element.addEventListener(`touchstart`,this.startTouch,{passive:!1})))}off(e,t){this.watcher.removeHandler(e,t),!(e!==`down-to-move`&&e!==`down-to-scale`&&e!==`up`)&&(Ui&&(this.element.removeEventListener(`mousedown`,this.start),window.removeEventListener(`mousemove`,this.move),window.removeEventListener(`mouseup`,this.stop)),Hi&&(this.element.removeEventListener(`touchstart`,this.startTouch),window.removeEventListener(`touchmove`,this.moveTouch),window.removeEventListener(`touchmove`,this.scaleTouch),window.removeEventListener(`touchend`,this.stopTouch)))}},Gi=e=>{let{cropperImg:t,cropperBox:n,layout:r,cropping:i,centerBox:a,centerWrapper:o,effectiveCropLayoutStyle:s,getBoundaryDuration:c,queueRealTimeEmit:u}=e,d=(0,l.ref)(null),f=(0,l.ref)(!1),p=null,m=null,h=e=>{let t=ki({scale:r.imgAxis.scale,imgStyle:{...r.imgLayout},layoutStyle:{...r.wrapLayout},rotate:r.imgAxis.rotate},e);r.imgExhibitionStyle=t.imgExhibitionStyle,r.imgAxis=t.imgAxis,u()},g=()=>{if(f.value=!1,!a.value&&!o.value)return;let e=c(),t;t=a.value?Ri({...r.cropAxis},{...s.value},{...r.imgAxis},{...r.imgLayout}):Ri({x:0,y:0},{...r.wrapLayout},{...r.imgAxis},{...r.imgLayout}),r.imgAxis.scale<t.scale&&Bi(r.imgAxis.scale,t.scale,e,e=>{_(e,!0)}),t.landscape===`left`&&Bi(r.imgAxis.x,t.boundary.left,e,e=>{h({x:e,y:r.imgAxis.y})}),t.landscape===`right`&&Bi(r.imgAxis.x,t.boundary.right,e,e=>{h({x:e,y:r.imgAxis.y})}),t.portrait===`top`&&Bi(r.imgAxis.y,t.boundary.top,e,e=>{h({x:r.imgAxis.x,y:e})}),t.portrait===`bottom`&&Bi(r.imgAxis.y,t.boundary.bottom,e,e=>{h({x:r.imgAxis.x,y:e})}),u()},_=(e,t=!1)=>{let n={x:r.imgAxis.x,y:r.imgAxis.y};t||(n.x-=r.imgLayout.width*(e-r.imgAxis.scale)/2,n.y-=r.imgLayout.height*(e-r.imgAxis.scale)/2);let i=ki({scale:e,imgStyle:{...r.imgLayout},layoutStyle:{...r.wrapLayout},rotate:r.imgAxis.rotate},n);r.imgExhibitionStyle=i.imgExhibitionStyle,r.imgAxis=i.imgAxis,u(),d.value!==null&&clearTimeout(d.value);let a=c();d.value=setTimeout(()=>{g()},a)},v=e=>{let t=s.value.width,n=s.value.height,a=r.wrapLayout.width-t,o=r.wrapLayout.height-n;e.x<0&&(e.x=0),e.y<0&&(e.y=0),e.x>a&&(e.x=a),e.y>o&&(e.y=o),r.cropAxis=e,i.value=!0,u()},y=()=>{r.cropAxis={x:0,y:0},i.value=!1},b=e=>{if(!e.change)return;let t={x:e.change.x+r.imgAxis.x,y:e.change.y+r.imgAxis.y};if(a.value||o.value){let n=a.value?Ri({...r.cropAxis},{...s.value},{...r.imgAxis},{...r.imgLayout}):Ri({x:0,y:0},{...r.wrapLayout},{...r.imgAxis},{...r.imgLayout});(n.landscape!==``||n.portrait!==``)&&(t.x=r.imgAxis.x+e.change.x*oi,t.y=r.imgAxis.y+e.change.y*oi)}h(t)},x=e=>{f.value=!0,e.scale&&_(ii(e.scale,r.imgAxis.scale))},S=e=>{!f.value&&e.change&&v({x:e.change.x+r.cropAxis.x,y:e.change.y+r.cropAxis.y})},C=()=>{w();let e=t.value;e&&(p=new Wi(e),p.on(`down-to-move`,b),p.on(`down-to-scale`,x),p.on(`up`,g))},w=()=>{p&&=(p.off(`down-to-move`,b),p.off(`up`,g),p.off(`down-to-scale`,x),null)},T=()=>{E();let e=n.value;e&&(m=new Wi(e),m.on(`down-to-move`,S),m.on(`down-to-scale`,x),m.on(`up`,g))},E=()=>{m&&=(m.off(`down-to-move`,S),m.off(`down-to-scale`,x),m.off(`up`,g),null)};return{bindMoveImg:C,unbindMoveImg:w,bindMoveCrop:T,unbindMoveCrop:E,setScale:_,setImgAxis:h,reboundImg:g,checkedCrop:v,clearCrop:y}},Ki=e=>{let{imgs:t,cropping:n,effectiveCropLayoutStyle:r,layout:i,emit:a}=e,o=0,s=()=>{if(!t.value||!n.value)return null;let e=i.imgAxis.scale,a=`scale(${e}, ${e}) translate3d(${(i.imgLayout.width*(e-1)/2+(i.imgAxis.x-i.cropAxis.x))/e}px, ${(i.imgLayout.height*(e-1)/2+(i.imgAxis.y-i.cropAxis.y))/e}px, 0) rotateZ(${i.imgAxis.rotate}deg)`,o=r.value.width,s=r.value.height;return{w:o,h:s,url:t.value,img:{width:`${i.imgLayout.width}px`,height:`${i.imgLayout.height}px`,transform:a},html:`<div class="show-preview" style="width: ${o}px; height: ${s}px; overflow: hidden"><div style="width: ${o}px; height: ${s}px"><img src="${t.value}" style="width: ${i.imgLayout.width}px; height: ${i.imgLayout.height}px; transform: ${a}"></div></div>`}},c=()=>{let e=s();e&&(a(`real-time`,e),a(`realTime`,e))};return(0,l.onUnmounted)(()=>{o&&=(cancelAnimationFrame(o),0)}),{queueRealTimeEmit:()=>{o&&cancelAnimationFrame(o),o=requestAnimationFrame(()=>{o=0,c()})},getRealTimePreview:s}},qi=e=>{let{layout:t,imgs:n,cropping:r,cropLayoutStyle:i,effectiveCropLayoutStyle:a,shouldShowCropBox:o,checkedCrop:s,queueRealTimeEmit:c}=e;return{renderCrop:e=>{let{width:n,height:r}=t.wrapLayout,a=i.value.width,o=i.value.height;n>0&&(a=Math.min(a,n)),r>0&&(o=Math.min(o,r));let c={x:(n-a)/2,y:(r-o)/2};s(e?{...e}:c)},computedClassDrag:()=>{let e=[`cropper-drag-box`];return r.value&&o.value&&e.push(`cropper-modal`),e.join(` `)},getCropBoxStyle:()=>{let e={width:`${a.value.width}px`,height:`${a.value.height}px`,transform:`translate3d(${t.cropAxis.x}px, ${t.cropAxis.y}px, 0)`};return t.cropExhibitionStyle.div=e,e},getCropImgStyle:()=>{let e=t.imgAxis.scale,n=(t.imgLayout.width*(e-1)/2+(t.imgAxis.x-t.cropAxis.x))/e,r=(t.imgLayout.height*(e-1)/2+(t.imgAxis.y-t.cropAxis.y))/e,i={width:`${t.imgLayout.width}px`,height:`${t.imgLayout.height}px`,transform:`scale(${e}, ${e}) translate3d(${n}px, ${r}px, 0) rotateZ(${t.imgAxis.rotate}deg)`};return t.cropExhibitionStyle.img=i,i},isFullCropMode:(0,l.computed)(()=>!!n.value&&r.value&&!o.value),onCropAxisChanged:()=>{c()}}},Ji=e=>{let{canvas:t,outputType:n,outputSize:r,full:i,original:a,maxSideLength:o,cropLayout:s,cropping:c,url:l}=e,u=e=>typeof e?.value<`u`?e.value:e,d=()=>{if(l)return typeof l?.value<`u`?l.value:l},f=(l=`base64`)=>t.value?Ni({type:l,outputType:n.value,outputSize:r.value,full:i.value,original:a.value,maxSideLength:o.value,sourceCanvas:t.value,url:d(),imgAxis:{...u(e.imgAxis)},imgLayout:{...u(e.imgLayout)},cropLayout:{...s.value},cropAxis:{...u(e.cropAxis)},cropping:c.value}):Promise.reject(Error(`No image canvas available`));return{getCropData:f,getCropBlob:()=>f(`blob`)}},Yi=e=>{typeof e==`string`&&e.startsWith(`blob:`)&&URL.revokeObjectURL(e)},Xi=async e=>{try{let t=new Image;if(t.src=e,typeof t.decode==`function`){await t.decode();return}await new Promise(e=>{t.onload=()=>e(),t.onerror=()=>e()})}catch{}},Zi=()=>new Promise(e=>{requestAnimationFrame(()=>e())}),Qi=e=>{if(typeof window>`u`)return 1;let t=(e?e():window.devicePixelRatio)||1;return Math.min(Math.max(1,t),2)},$i=async(e,t)=>{let{previewMaxSide:n,getWrapLayout:r,getDevicePixelRatio:i}=t,a=Number(n),o=Number.isFinite(a)&&a>0?a:1/0,s=r(),c=Math.max(1,Math.max(s.width||0,s.height||0)*Qi(i)),l=Math.max(e.width,e.height),u=Math.min(1,Math.min(o,c)/Math.max(1,l)),d=e;if(u<1){let t=Math.max(1,Math.round(e.width*u)),n=Math.max(1,Math.round(e.height*u)),r=document.createElement(`canvas`);r.width=t,r.height=n;let i=r.getContext(`2d`);i.imageSmoothingEnabled=!0,`imageSmoothingQuality`in i&&(i.imageSmoothingQuality=`high`),i.drawImage(e,0,0,t,n),d=r}return new Promise((e,t)=>{d.toBlob(async n=>{if(!n){t(Error(`Failed to create preview blob`));return}let r=URL.createObjectURL(n);await Xi(r),e(r)},`image/png`,1)})},ea=e=>{let{canvas:t,imgs:n,imgLoading:r,cropping:i,filter:a,mode:o,defaultRotate:s,layout:c,updateWrapLayoutFromDom:u,createPreviewUrl:d,imgLoadEmit:f,renderCrop:p,reboundImg:m,queueRealTimeEmit:h}=e,g=0,_=!1,v=e=>{if(t.value){if(a.value){let e=t.value;e=a.value(e)??e,t.value=e}y(e)}},y=e=>{if(t.value)try{u(),c.imgLayout={width:t.value.width,height:t.value.height};let a=ki({scale:Oi({...c.imgLayout},{...c.wrapLayout},o.value),imgStyle:{...c.imgLayout},layoutStyle:{...c.wrapLayout},rotate:di(s.value)});c.imgExhibitionStyle=a.imgExhibitionStyle,c.imgAxis=a.imgAxis;let f=n.value;d(t.value).then(async t=>{if(_||e!==g){Yi(t);return}n.value=t,Yi(f),i.value&&p(),m(),h(),await(0,l.nextTick)(),await Zi(),r.value=!1}).catch(t=>{_||e!==g||(n.value=``,r.value=!1)})}catch{r.value=!1}},b=async e=>{let i=++g;r.value=!0;let a=n.value;n.value=``,Yi(a),t.value=null;let o;try{o=await Ci(e),f({type:`success`,message:`图片加载成功`})}catch(e){return f({type:`error`,message:`图片加载失败${e}`}),r.value=!1,!1}let s={orientation:-1};try{s=await wi(o)}catch{s.orientation=1}let c=s.orientation||-1;c=Di(c);let l=document.createElement(`canvas`);try{l=Ti(o,l,c)??l}catch{}return _||i!==g?(r.value=!1,!1):(t.value=l,v(i),!0)},x=()=>{_=!0,g+=1,Yi(n.value)};return(0,l.onUnmounted)(()=>{x()}),{checkedImg:b,markUnmounted:x}},ta=e=>{let{cropperRef:t,isDrag:n,onUpload:r}=e,i=e=>{e.preventDefault();let t=e.dataTransfer;n.value=!1,ji(t.files[0]).then(e=>{e&&r(e)})},a=e=>{e.preventDefault(),n.value=!0},o=e=>{e.preventDefault(),n.value=!1};return(0,l.onMounted)(()=>{let e=t.value;e&&(e.addEventListener(`dragover`,a,!1),e.addEventListener(`dragend`,o,!1),e.addEventListener(`drop`,i,!1))}),(0,l.onUnmounted)(()=>{t.value?.removeEventListener(`drop`,i,!1),t.value?.removeEventListener(`dragover`,a,!1),t.value?.removeEventListener(`dragend`,o,!1)}),{drop:i,dragover:a,dragend:o}},na=e=>{let{isIE:t,supportWheel:n,changeImgSize:r,setScale:i}=e,a=e=>typeof e?.value<`u`?e.value:e,o=t=>{t.preventDefault();let n=a(e.imgAxis),o=a(e.imgLayout);i(r(t,n.scale,o))},s=()=>{typeof window>`u`||(t?window.addEventListener(n,o):window.addEventListener(n,o,{passive:!1}))},c=()=>{typeof window>`u`||(window.removeEventListener(n,o),ni())};return(0,l.onUnmounted)(()=>{c()}),{mouseInCropper:s,mouseOutCropper:c}},ra=e=>{let{img:t,imgs:n,imgLoading:r,cropping:i,filter:a,mode:o,defaultRotate:s,cropLayout:c,wrapperStyle:u,cropLayoutStyle:d,shouldShowCropBox:f,centerBox:p,centerWrapper:m,innerCropLayout:h,layout:g,checkedImg:_,bindMoveImg:v,bindMoveCrop:y,unbindMoveCrop:b,renderCrop:x,setImgAxis:S,reboundImg:C,updateWrapLayoutFromDom:w,normalizeRotate:T,setRotate:E}=e;(0,l.watch)(t,e=>{e&&e!==n.value&&_(e)}),(0,l.watch)(n,e=>{e&&((0,l.nextTick)(()=>{v()}),i.value&&f.value&&(0,l.nextTick)(()=>{y()}))}),(0,l.watch)(i,e=>{e&&f.value&&(0,l.nextTick)(()=>{y()})}),(0,l.watch)(a,()=>{r.value=!0,_(t.value)}),(0,l.watch)(o,()=>{r.value=!0,_(t.value)}),(0,l.watch)(s,e=>{E(T(e))}),(0,l.watch)(c,e=>{h.value={...e}},{deep:!0}),(0,l.watch)(u,async()=>{await(0,l.nextTick)(),w(),n.value&&(i.value&&x({...g.cropAxis}),S({x:g.imgAxis.x,y:g.imgAxis.y}),C())},{deep:!0,flush:`post`}),(0,l.watch)(d,()=>{n.value&&(i.value&&x({...g.cropAxis}),C())},{deep:!0}),(0,l.watch)(f,e=>{if(n.value){if(e&&i.value){(0,l.nextTick)(()=>{y()});return}b()}},{flush:`post`}),(0,l.watch)(p,e=>{e&&C()}),(0,l.watch)(m,e=>{e&&C()})},ia=e=>{let{imgs:t,img:n,imgLoading:r,layout:i,innerCropLayout:a,checkedImg:o,updateWrapLayoutFromDom:s,renderCrop:c,checkedCrop:l,reboundImg:u,setScale:d,queueRealTimeEmit:f}=e,p=.1,m=(e=p)=>{let t=Math.abs(Number(e));return Number.isFinite(t)&&t>0?t:p},h=(e,n=!0)=>{let{x:r,y:a,scale:o}=i.imgAxis,s={x:r,y:a},c=ki({scale:o,imgStyle:{...i.imgLayout},layoutStyle:{...i.wrapLayout},rotate:e},s);i.imgExhibitionStyle=c.imgExhibitionStyle,i.imgAxis=c.imgAxis,f(),n&&t.value&&u()},g=()=>{h(i.imgAxis.rotate-90)},_=()=>{h(i.imgAxis.rotate+90)},v=()=>{h(0)},y=()=>n.value?o(n.value):(t.value=``,r.value=!1,!1),b=e=>{h(di(e))},x=e=>{a.value={...e},t.value&&(s(),c(),u())},S=e=>{t.value&&(s(),l({...e}),u())},C=(e=p)=>{if(!t.value)return;s();let n=Math.max(.01,i.imgAxis.scale+Number(e));d(Number.isFinite(n)?n:i.imgAxis.scale)};return{setRotate:h,rotateLeft:g,rotateRight:_,rotateClear:v,reload:y,setRotateAngle:b,setCropLayout:x,setCropAxis:S,changeScale:C,zoomIn:(e=p)=>{C(i.imgAxis.scale*m(e))},zoomOut:(e=p)=>{C(-i.imgAxis.scale*m(e))}}},aa=()=>({imgLayout:{width:0,height:0},wrapLayout:{width:0,height:0},imgAxis:{x:0,y:0,scale:0,rotate:0},imgExhibitionStyle:{width:``,height:``,transform:``},cropAxis:{x:0,y:0},cropExhibitionStyle:{div:{},img:{}}}),oa=e=>{let{centerBox:t,centerWrapper:n,centerBoxDelay:r,centerWrapperDelay:i}=e;return{getBoundaryDuration:()=>t.value?Math.max(0,r.value):n.value?Math.max(0,i.value):si}},sa=e=>{let{previewMaxSide:t,getWrapLayout:n}=e;return{createPreviewUrl:e=>$i(e,{previewMaxSide:t.value,getWrapLayout:n})}},ca=e=>({imgLoadEmit:t=>{e(`img-load`,t)},imgUploadEmit:t=>{e(`img-upload`,t)},emitRealTime:(t,n)=>{if(t===`real-time`){e(`real-time`,n);return}e(`realTime`,n)}}),la=[`onMouseover`,`onMouseout`],ua={key:0,class:`cropper-box cropper-fade-in`},da=[`src`],fa=[`src`],pa={key:2,class:`cropper-full-mask cropper-fade-in`},ma={key:3,class:`drag`},ha=(0,l.defineComponent)({__name:`vue-cropper`,props:{img:{default:``},wrapper:{default:()=>({width:300,height:300})},cropLayout:{default:()=>({width:200,height:200})},color:{default:`#fff`},filter:{type:[Function,null],default:null},outputType:{default:`png`},outputSize:{default:1},full:{type:Boolean,default:!0},original:{type:Boolean,default:!1},maxSideLength:{default:3e3},previewMaxSide:{default:2048},mode:{default:`cover`},cropColor:{default:`#fff`},defaultRotate:{default:0},centerBox:{type:Boolean,default:!1},centerWrapper:{type:Boolean,default:!1},centerBoxDelay:{default:si},centerWrapperDelay:{default:si}},emits:[`img-load`,`img-upload`,`real-time`,`realTime`],setup(e,{expose:t,emit:n}){let r=e,i=(0,l.ref)(),a=(0,l.ref)(),o=(0,l.ref)(),s=n,c=(0,l.ref)(!1),u=(0,l.ref)(``),d=(0,l.ref)(null),f=(0,l.reactive)(aa()),p=(0,l.ref)(!1),m=(0,l.ref)(!0),{img:h,filter:g,mode:_,defaultRotate:v,outputType:y,outputSize:b,full:x,original:S,maxSideLength:C,previewMaxSide:w,centerBox:T,cropLayout:E,centerWrapper:D,centerBoxDelay:O,centerWrapperDelay:k}=(0,l.toRefs)(r),{wrapperStyle:A,innerCropLayout:ee,cropLayoutStyle:j,effectiveCropLayoutStyle:te,shouldShowCropBox:ne,isFullCropMode:M,updateWrapLayoutFromDom:re}=fi({props:r,cropperRef:i,layoutContainer:f,imgs:u,cropping:m}),{getBoundaryDuration:ie}=oa({centerBox:T,centerWrapper:D,centerBoxDelay:O,centerWrapperDelay:k}),{imgLoadEmit:ae,imgUploadEmit:oe,emitRealTime:se}=ca(s),{queueRealTimeEmit:N}=Ki({imgs:u,cropping:m,effectiveCropLayoutStyle:te,layout:f,emit:se}),{bindMoveImg:ce,unbindMoveImg:le,bindMoveCrop:ue,unbindMoveCrop:de,setScale:fe,setImgAxis:pe,reboundImg:P,checkedCrop:me}=Gi({cropperImg:a,cropperBox:o,layout:f,cropping:m,centerBox:T,centerWrapper:D,effectiveCropLayoutStyle:te,getBoundaryDuration:ie,queueRealTimeEmit:N});ta({cropperRef:i,isDrag:p,onUpload:oe});let{renderCrop:he,computedClassDrag:ge,getCropBoxStyle:_e,getCropImgStyle:ve}=qi({layout:f,imgs:u,cropping:m,cropLayoutStyle:j,effectiveCropLayoutStyle:te,shouldShowCropBox:ne,checkedCrop:me,queueRealTimeEmit:N}),F=(0,l.toRef)(f,`imgAxis`),ye=(0,l.toRef)(f,`imgLayout`),{getCropData:be,getCropBlob:xe}=Ji({canvas:d,outputType:y,outputSize:b,full:x,original:S,maxSideLength:C,imgAxis:F,imgLayout:ye,cropAxis:(0,l.toRef)(f,`cropAxis`),cropLayout:te,cropping:m,url:h}),{createPreviewUrl:Se}=sa({previewMaxSide:w,getWrapLayout:()=>(re(),{...f.wrapLayout})}),{checkedImg:Ce}=ea({canvas:d,imgs:u,imgLoading:c,cropping:m,filter:g,mode:_,defaultRotate:v,layout:f,updateWrapLayoutFromDom:re,createPreviewUrl:Se,imgLoadEmit:ae,renderCrop:()=>he(),reboundImg:P,queueRealTimeEmit:N}),{mouseInCropper:we,mouseOutCropper:Te}=na({isIE:ti,supportWheel:ai,changeImgSize:ri,imgAxis:F,imgLayout:ye,setScale:fe});ra({img:h,imgs:u,imgLoading:c,cropping:m,filter:g,mode:_,defaultRotate:v,cropLayout:E,wrapperStyle:A,cropLayoutStyle:j,shouldShowCropBox:ne,centerBox:T,centerWrapper:D,innerCropLayout:ee,layout:f,checkedImg:Ce,bindMoveImg:ce,bindMoveCrop:ue,unbindMoveCrop:de,renderCrop:he,setImgAxis:pe,reboundImg:P,updateWrapLayoutFromDom:re,normalizeRotate:di,setRotate:e=>I(e)});let{setRotate:I,rotateLeft:Ee,rotateRight:De,rotateClear:Oe,reload:ke,setRotateAngle:Ae,setCropLayout:je,setCropAxis:Me,changeScale:Ne,zoomIn:Pe,zoomOut:Fe}=ia({imgs:u,img:h,imgLoading:c,layout:f,innerCropLayout:ee,checkedImg:Ce,updateWrapLayoutFromDom:re,renderCrop:he,checkedCrop:me,reboundImg:P,setScale:fe,queueRealTimeEmit:N});(0,l.onMounted)(()=>{r.img?Ce(r.img):u.value=``}),(0,l.onUnmounted)(()=>{le(),de()});let Ie=(0,l.useSlots)();return t({getCropData:be,getCropBlob:xe,rotateLeft:Ee,rotateRight:De,rotateClear:Oe,reload:ke,setRotateAngle:Ae,setCropLayout:je,setCropAxis:Me,changeScale:Ne,zoomIn:Pe,zoomOut:Fe}),(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`section`,{class:`vue-cropper`,style:(0,l.normalizeStyle)((0,l.unref)(A)),ref_key:`cropperRef`,ref:i,onMouseover:(0,l.unref)(we),onMouseout:(0,l.unref)(Te)},[u.value?((0,l.openBlock)(),(0,l.createElementBlock)(`section`,ua,[(0,l.createElementVNode)(`section`,{class:`cropper-box-canvas`,style:(0,l.normalizeStyle)(f.imgExhibitionStyle)},[(0,l.createElementVNode)(`img`,{src:u.value,alt:`cropper-next-vue`},null,8,da)],4),(0,l.createElementVNode)(`section`,{class:(0,l.normalizeClass)((0,l.unref)(ge)()),ref_key:`cropperImg`,ref:a},null,2)])):(0,l.createCommentVNode)(``,!0),m.value&&u.value&&(0,l.unref)(ne)?((0,l.openBlock)(),(0,l.createElementBlock)(`section`,{key:1,class:`cropper-crop-box cropper-fade-in`,style:(0,l.normalizeStyle)((0,l.unref)(_e)())},[(0,l.createElementVNode)(`span`,{class:`cropper-view-box`,style:(0,l.normalizeStyle)({outlineColor:e.cropColor})},[(0,l.unref)(h)?((0,l.openBlock)(),(0,l.createElementBlock)(`img`,{key:0,src:u.value,style:(0,l.normalizeStyle)((0,l.unref)(ve)()),alt:`cropper-img`},null,12,fa)):(0,l.createCommentVNode)(``,!0)],4),(0,l.createElementVNode)(`span`,{class:`cropper-face cropper-move`,ref_key:`cropperBox`,ref:o},null,512)],4)):(0,l.createCommentVNode)(``,!0),(0,l.unref)(M)?((0,l.openBlock)(),(0,l.createElementBlock)(`section`,pa)):(0,l.createCommentVNode)(``,!0),p.value?((0,l.openBlock)(),(0,l.createElementBlock)(`section`,ma,[(0,l.renderSlot)(t.$slots,`drag`,{},()=>[n[0]||=(0,l.createElementVNode)(`p`,null,`拖动图片到此`,-1)])])):(0,l.createCommentVNode)(``,!0),(0,l.createVNode)((0,l.unref)(ci),{"is-visible":c.value},(0,l.createSlots)({_:2},[(0,l.unref)(Ie).loading?{name:`default`,fn:(0,l.withCtx)(()=>[(0,l.renderSlot)(t.$slots,`loading`)]),key:`0`}:void 0]),1032,[`is-visible`])],44,la))}});typeof window<`u`&&(window.requestAnimationFrame||(window.requestAnimationFrame=e=>window.setTimeout(e,17)),window.cancelAnimationFrame||(window.cancelAnimationFrame=e=>{window.clearTimeout(e)})),{version:`0.3.1`}.version;var ga={class:`cv-upload-crop-box`},_a={class:`cv-upload-crop-left-box`},va={class:`cv-upload-crop-left-opt`},ya={class:`cv-upload-crop-left-opt2`},ba={class:`cv-upload-crop-left-opt2`},xa={class:`cv-upload-crop-right-box`},Sa=[`innerHTML`],Ca={title:`头像上传`,name:`cvUploadAvatar`,mixins:[Rr],components:{UploadCrop:Object.assign({props:{loading:{type:[Boolean],default:!1},modelValue:{type:[Boolean],default:!1},src:{type:[String],default:``},size:{type:[Number],default:120},title:{type:[String],default:`裁剪`}},emits:[`update:modelValue`,`onSubmit`,`onClose`],data(){return{cropDialogVisible:!1,cropAutoCrop:!0,cropFixedBox:!0,cropOutputType:`png`,cropPreviews:{},cropVisible:!1,cropBeforelImage:``,cropAfterImage:``,cropLocalWidth:this.size,cropLocalHeight:this.size}},watch:{modelValue(e){this.cropDialogVisible=e,this.cropInit()},src(e){this.cropInit()}},computed:{cropAttrs(){return{info:!0,autoCrop:this.cropAutoCrop,fixedBox:this.cropFixedBox,autoCropWidth:this.cropLocalWidth,autoCropHeight:this.cropLocalHeight,outputType:this.cropOutputType}}},mounted(){},methods:{cropInit(){this.cropBeforelImage=this.src||``},cropDialoClose(){this.cropBeforelImage=``,this.cropPreviews=``,this.cropVisible=!1,this.cropDialogVisible=!1,this.$emit(`update:modelValue`,!1),this.$emit(`onClose`,!1)},cropDialogOpened(){this.$nextTick(()=>{this.cropVisible=!0})},cropSubmit(){this._submit_blob()},_submit_blob(){this.$refs.cvAvatartCropper.getCropBlob(e=>{this.$emit(`onSubmit`,{file:e})})},_submit_base64(){this.$refs.cvAvatartCropper.getCropData(e=>{let t=new Image;t.src=e,t.onload=async()=>{imageCompress(t)}})},cropRotateRefresh(){},cropRotateLeft(){this.$refs.cvAvatartCropper.rotateLeft()},cropRotateRight(){this.$refs.cvAvatartCropper.rotateRight()},cropChangeScale(e){e||=1,this.$refs.cvAvatartCropper.changeScale(e)},cropRealTime(e){this.cropPreviews=e}}},{__name:`UploadCrop`,setup(e){return(t,n)=>{let r=(0,l.resolveComponent)(`el-button`),i=(0,l.resolveComponent)(`el-tooltip`),a=(0,l.resolveComponent)(`el-input`),o=(0,l.resolveComponent)(`el-dialog`),s=(0,l.resolveDirective)(`loading`);return(0,l.openBlock)(),(0,l.createBlock)(o,{title:e.title,modelValue:t.cropDialogVisible,"onUpdate:modelValue":n[7]||=e=>t.cropDialogVisible=e,width:`800px`,"append-to-body":``,onOpened:t.cropDialogOpened,onClose:t.cropDialoClose},{footer:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{type:`primary`,onClick:t.cropSubmit,loading:e.loading,disabled:e.loading},{default:(0,l.withCtx)(()=>[...n[12]||=[(0,l.createTextVNode)(`提 交`,-1)]]),_:1},8,[`onClick`,`loading`,`disabled`])]),default:(0,l.withCtx)(()=>[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,ga,[(0,l.createElementVNode)(`div`,_a,[t.cropVisible?((0,l.openBlock)(),(0,l.createBlock)((0,l.unref)(ha),(0,l.mergeProps)({key:0,ref:`cvAvatartCropper`,img:t.cropBeforelImage},t.cropAttrs,{onRealTime:t.cropRealTime}),null,16,[`img`,`onRealTime`])):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`div`,va,[(0,l.renderSlot)(t.$slots,`default`),(0,l.createVNode)(i,{effect:`dark`,content:`重置`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{icon:`ElIconRefresh`,onClick:n[0]||=e=>t.cropRotateRefresh()})]),_:1}),(0,l.createVNode)(i,{effect:`dark`,content:`放大`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{icon:`ElIconZoomIn`,onClick:n[1]||=e=>t.cropChangeScale(1)})]),_:1}),(0,l.createVNode)(i,{effect:`dark`,content:`缩小`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{icon:`ElIconZoomOut`,onClick:n[2]||=e=>t.cropChangeScale(-1)})]),_:1}),(0,l.createVNode)(i,{effect:`dark`,content:`向左旋转`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{icon:`ElIconRefreshLeft`,onClick:n[3]||=e=>t.cropRotateLeft()})]),_:1}),(0,l.createVNode)(i,{effect:`dark`,content:`向右旋转`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(r,{icon:`ElIconRefreshRight`,onClick:n[4]||=e=>t.cropRotateRight()})]),_:1})]),(0,l.createElementVNode)(`div`,ya,[(0,l.createVNode)(a,{size:`small`},{prepend:(0,l.withCtx)(()=>[...n[8]||=[(0,l.createTextVNode)(`X\xA0坐标`,-1)]]),_:1}),(0,l.createVNode)(a,{size:`small`},{prepend:(0,l.withCtx)(()=>[...n[9]||=[(0,l.createTextVNode)(`Y\xA0坐标`,-1)]]),_:1})]),(0,l.createElementVNode)(`div`,ba,[(0,l.createVNode)(a,{size:`small`,modelValue:t.cropLocalWidth,"onUpdate:modelValue":n[5]||=e=>t.cropLocalWidth=e},{prepend:(0,l.withCtx)(()=>[...n[10]||=[(0,l.createTextVNode)(`宽度`,-1)]]),_:1},8,[`modelValue`]),(0,l.createVNode)(a,{size:`small`,modelValue:t.cropLocalHeight,"onUpdate:modelValue":n[6]||=e=>t.cropLocalHeight=e},{prepend:(0,l.withCtx)(()=>[...n[11]||=[(0,l.createTextVNode)(`高度`,-1)]]),_:1},8,[`modelValue`])])]),(0,l.createElementVNode)(`div`,xa,[(0,l.createElementVNode)(`div`,{class:`cv-upload-crop-preview`,innerHTML:t.cropPreviews.html},null,8,Sa)])])),[[s,e.loading]])]),_:3},8,[`title`,`modelValue`,`onOpened`,`onClose`])}}})},props:{modelValue:{type:[String],default:``},initValue:{type:[String],default:``},fileSize:{type:[Number],default:2},fileType:{type:[Array],default:()=>[`png`,`jpg`,`jpeg`,`gif`]},showSize:{type:Number,default:120},crop:{type:[Boolean],default:!0},signatureParam:{type:[Object],default:()=>({save_sign:`avatar`})}},data(){return{localValue:``,localList:[],upAccept:`image/*`}},computed:{localRef(){return`cvUploadAvatar`+ +new Date+((Math.random()*1e3).toFixed(0)+``)},handlerAttr(){return{ref:this.localRef,action:`#`,accept:this.upAccept,limit:1,multiple:!1,drag:!1,disabled:this.upIngLoading,showFileList:!1}},showStyle(){return{width:this.showSize+`px`,height:this.showSize+`px`,lineHeight:this.showSize+`px`}}},watch:{initValue(e){this._init_parse()}},mounted(){this._init_parse()},methods:{_init_parse(){this.localValue=this.initValue||``},cropDialogOpen(){this.cropShow=!0,this.$nextTick(()=>{this._init_parse()})},initBeforeUpload(e){if(!this._commonBeforeUpload(e))return this.upIngLoading=!1,!1;if(this.crop){let t=new FileReader;t.readAsDataURL(e),t.onload=()=>{this.localValue=t.result},this.$refs.cvUploadAvatar.clearFiles()}},async onHttpRequest(e){let{file:t}=e;this.upIngLoading=!0,await Kr(t,this.mergeAttrs.signatureType||null,this.mergeAttrs.signatureFn||null,this.mergeAttrs.signatureParam||{}).then(e=>{this.$nextTick(()=>{this.$emit(`update:modelValue`,e.full_path),this.$emit(`update:initValue`,e.cdn_full_path)}),c.ElMessage.success(`上传成功`),this.upIngLoading=!1,this.cropShow=!1}).catch(()=>{this.upIngLoading=!1})}}},wa=[`src`];function Ta(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`upload-tip`),s=(0,l.resolveComponent)(`cv-icons`),c=(0,l.resolveComponent)(`el-button`),u=(0,l.resolveComponent)(`el-tooltip`),d=(0,l.resolveComponent)(`el-upload`),f=(0,l.resolveComponent)(`upload-crop`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-upload-avatar-wrap`,onClick:t[2]||=(...e)=>a.cropDialogOpen&&a.cropDialogOpen(...e)},[n.initValue?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:0,class:`cv-upload-avatar-box cv-upload-avatar-empty`,style:(0,l.normalizeStyle)(a.showStyle)},[...t[3]||=[(0,l.createElementVNode)(`div`,{class:`cv-upload-avatar__text`},`上传头像`,-1)]],4)),n.initValue?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:1,class:`cv-upload-avatar-box`,style:(0,l.normalizeStyle)(a.showStyle)},[(0,l.createElementVNode)(`img`,{class:`cv-upload-avatar__img`,src:n.initValue},null,8,wa)],4)):(0,l.createCommentVNode)(``,!0),(0,l.createVNode)(o,(0,l.mergeProps)(e.tipAttr,{fileUnit:`张`,multiple:!1,limit:1}),null,16),n.crop?((0,l.openBlock)(),(0,l.createBlock)(f,{key:2,modelValue:e.cropShow,"onUpdate:modelValue":t[0]||=t=>e.cropShow=t,title:`修改头像`,size:n.showSize,onOnSubmit:a.onHttpRequest,onOnClose:t[1]||=t=>e.upIngLoading=!1,loading:e.upIngLoading,src:i.localValue},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(d,(0,l.mergeProps)(a.handlerAttr,{"before-upload":a.initBeforeUpload,"http-request":e.initHttpRequest}),{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u,{effect:`dark`,content:`选择图片`,placement:`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(c,{style:{"margin-right":`10px`},loading:e.upIngLoading,disabled:e.upIngLoading},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(s,{type:`actionPlus`,size:`14`,style:{"margin-right":`10px`}}),t[4]||=(0,l.createTextVNode)(` 选择 `,-1)]),_:1},8,[`loading`,`disabled`])]),_:1})]),_:1},16,[`before-upload`,`http-request`])]),_:1},8,[`modelValue`,`size`,`onOnSubmit`,`loading`,`src`])):(0,l.createCommentVNode)(``,!0)])}var Ea=k(Ca,[[`render`,Ta]]);function Da(e){return e?typeof e==`string`||typeof e==`number`?[e]:Object.prototype.toString.call(e)===`[object Object]`?[]:[...e]:[]}function Oa(e,t){let n=[];Array.isArray(e)&&e.length>0&&n.push(...e),Array.isArray(t)&&t.length>0&&n.push(...t),typeof t==`string`&&n.push(t);let r=[];for(let e in n){let t=n[e],i=Object.prototype.toString.call(t);i===`[object String]`?r.push(t):i===`[object Object]`&&t.url&&r.push(t.url)}return r}var ka={title:`图片上传`,name:`cvUploadImage`,mixins:[Rr],components:{},props:{modelValue:{type:[String,Number,Array,Object],default:``},initValue:{type:[String,Number,Array],default:()=>``},fileSize:{type:[Number],default:2},fileType:{type:[Array],default:()=>[`png`,`jpg`,`jpeg`,`gif`]},showSize:{type:Number,default:150},showBig:{type:[Boolean],default:!1},crop:{type:[Boolean],default:!1},galleryLabel:{type:String,default:``},lazy:{type:Boolean,default:!0},drag:{type:Boolean,default:!1},signatureParam:{type:[Object],default:()=>({save_sign:`image`})}},data(){return{localValue:[],localList:[],previewShow:!1,previewTitle:``,previewUrl:``,upAccept:`image/*`}},computed:{localRef(){return`cvUploadImage`+ +new Date+((Math.random()*1e3).toFixed(0)+``)},handlerAttr(){return{ref:this.localRef,action:`#`,accept:this.upAccept,limit:parseInt(this.limit),multiple:this.multiple,drag:!!this.drag,disabled:this.upIngLoading,showFileList:!1}},showUpload(){return!(this.localList.length>=this.limit)},showStyle(){let e=this.showSize+`px`;return(this.showBig||this.drag)&&(e=this.showSize*2+`px`),{width:e,height:this.showSize+`px`,lineHeight:this.showSize+`px`}}},watch:{modelValue(e){this._init_parse_value()},initValue(e){this._init_parse_list()}},mounted(){},methods:{_init_parse_value(){if(this.modelValue)if(typeof this.modelValue==`string`&&this.modelValue.includes(`,`)){let e=String(this.modelValue).split(`,`).map(e=>e.trim());this.localValue=Da(e)}else this.localValue=Da(this.modelValue);else this.localValue=[]},_init_parse_list(){this.initValue?this.localList=zr(this.initValue):this.localList=[]},initOnChange(e,t){},initBeforeUpload(e){return this.upIngLoading=!0,this._commonBeforeUpload(e)?!0:(this.upIngLoading=!1,!1)},async initHttpRequest(e){let{file:t}=e;this.upIngLoading=!0,this.mergeAttrs.upResponseFn,await Kr(t,this.mergeAttrs.signatureType||null,this.mergeAttrs.signatureFn||null,this.mergeAttrs.signatureParam||{}).then(e=>{this.$nextTick(()=>{this.updateValue(e.filelog_id,e.cdn_full_path)}),c.ElMessage.success(`上传成功`),this.upIngLoading=!1}).catch(()=>{this.upIngLoading=!1})},updateValue(e,t){if(this.multiple){let t=Oa(this.localValue,e).join(`,`);this.$emit(`update:modelValue`,t)}else this.$emit(`update:modelValue`,e);if(this.multiple){let e=Oa(this.localList,t);this.$emit(`update:initValue`,e)}else this.$emit(`update:initValue`,t)},handleItemPreview(e,t){e.raw,e.type.includes(`image`)?(this.previewTitle=e.name,this.previewUrl=e.url,this.previewShow=!0):window.open(e.url)},doRemove(e){this.multiple?(this.localValue.splice(e,1),this.localList.splice(e,1)):(this.localValue=``,this.localList=[]),this.updateValue(null,null)},handleItemRemove(e,t){if(this.beforeRemove&&typeof this.beforeRemove==`function`){let e=this.multiple?this.localValue[t]:this.localValue,n=this.beforeRemove(e,this.localValue);n&&n.then?n.then(()=>{this.doRemove(t)},()=>{}):n!==!1&&this.doRemove(t)}else this.doRemove(t)},handleItemEdit(e,t){c.ElMessageBox.prompt(`请输入文件地址`,`编辑`,{confirmButtonText:`OK`,cancelButtonText:`Cancel`,inputValue:e.url||``,inputErrorMessage:`格式不正确`}).then(({value:e})=>{let n=e.split(`/`).pop(),r=n.split(`.`).pop().toLowerCase();if(!this.fileType.includes(r)){let e=this.fileType.join(`、`);return c.ElMessage.error(`文件格式错误,请填写类型,如:${e} 格式文件`),!1}let i=Tn(r);if(!i)return c.ElMessage.error(`文件格式错误`),!1;xn(e)||this.mergeAttrs?.baseDomain&&(e=this.mergeAttrs?.baseDomain+e);let a={name:n,status:`success`,type:i,uid:Date.now(),url:e};this.localList[t]=a}).catch(()=>{})},handleItemCrop(e,t){}}},Aa={class:`cv-upload-image cv-upload-common`},ja={class:`cv-upload-list-box el-upload-list el-upload-list--picture-card`},Ma=[`tabindex`],Na={class:`el-upload-list__item-status-label`},Pa={class:`el-upload-list__item-actions`},Fa=[`onClick`],Ia={class:`el-upload-list__item-delete`},La={class:`el-upload-list__item-delete`},Ra=[`onClick`],za={style:{margin:`0 auto`}},Ba=[`src`];function Va(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-image`),s=(0,l.resolveComponent)(`cv-icons`),c=(0,l.resolveComponent)(`el-upload`),u=(0,l.resolveComponent)(`upload-tip`),d=(0,l.resolveComponent)(`el-dialog`),f=(0,l.resolveDirective)(`loading`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Aa,[(0,l.createElementVNode)(`div`,ja,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.localList,(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`section`,{class:`el-upload-list__item is-success`,key:t,tabindex:t,style:(0,l.normalizeStyle)(a.showStyle)},[(0,l.createVNode)(o,{class:`el-upload-list__item-thumbnail`,lazy:n.lazy,src:e.url,style:(0,l.normalizeStyle)(a.showStyle),fit:`contain`},null,8,[`lazy`,`src`,`style`]),(0,l.createElementVNode)(`label`,Na,[(0,l.createVNode)(s,{type:`actionCheck`,color:`#ffffff`,size:`12`})]),(0,l.createElementVNode)(`span`,Pa,[(0,l.createElementVNode)(`span`,{class:`el-upload-list__item-preview`,onClick:t=>a.handleItemPreview(e)},[(0,l.createVNode)(s,{type:`ElIconZoomIn`,size:`20`})],8,Fa),(0,l.createElementVNode)(`span`,Ia,[(0,l.createVNode)(s,{type:`actionDelete`,size:`20`,onClick:n=>a.handleItemRemove(e,t)},null,8,[`onClick`])]),(0,l.createElementVNode)(`span`,La,[(0,l.createVNode)(s,{type:`ElIconEdit`,size:`20`,onClick:n=>a.handleItemEdit(e,t)},null,8,[`onClick`])]),n.crop?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:0,class:`el-upload-list__item-preview`,onClick:t=>a.handleItemCrop(e)},[(0,l.createVNode)(s,{type:`ElIconCrop`,size:`20`})],8,Ra)):(0,l.createCommentVNode)(``,!0)])],12,Ma))),128)),a.showUpload?((0,l.openBlock)(),(0,l.createBlock)(c,(0,l.mergeProps)({key:0,class:`cv-upload-common-handle`},a.handlerAttr,{"file-list":i.localList,"before-upload":a.initBeforeUpload,"http-request":a.initHttpRequest,"on-change":a.initOnChange,"on-exceed":e.initOnExceed,style:a.showStyle}),{default:(0,l.withCtx)(()=>[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-upload-common__ing`,style:(0,l.normalizeStyle)(a.showStyle)},[n.drag?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:0},[(0,l.createVNode)(s,{type:`arrowUploadFilled`,size:`24`}),t[1]||=(0,l.createElementVNode)(`div`,{class:`el-upload__text`},[(0,l.createTextVNode)(` 将文件拖到此处,或 `),(0,l.createElementVNode)(`em`,null,`点击上传`)],-1)],64)):((0,l.openBlock)(),(0,l.createBlock)(s,{key:1,type:`actionPlus`,size:n.showSize/3},null,8,[`size`]))],4)),[[f,e.upIngLoading]])]),_:1},16,[`file-list`,`before-upload`,`http-request`,`on-change`,`on-exceed`,`style`])):(0,l.createCommentVNode)(``,!0)]),(0,l.createVNode)(u,(0,l.mergeProps)(e.tipAttr,{fileUnit:`张`}),null,16),(0,l.createVNode)(d,{modelValue:i.previewShow,"onUpdate:modelValue":t[0]||=e=>i.previewShow=e,title:i.previewTitle,"append-to-body":``},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,za,[(0,l.createElementVNode)(`img`,{width:`100%`,src:i.previewUrl,style:{"max-width":`300px`}},null,8,Ba)])]),_:1},8,[`modelValue`,`title`])])}var Ha=k(ka,[[`render`,Va]]),Ua={mdb:`access`,accdb:`access`,ai:`ai`,html:`html`,htm:`html`,asp:`web`,pdf:`pdf`,psd:`photoshop`,psb:`photoshop`,mpo:`photoshop`,eps:`photoshop`,avi:`video`,wmv:`video`,rm:`video`,rmvb:`video`,mp4:`video`,"3gp":`video`,asf:`video`,mov:`video`,m4v:`video`,flv:`video`,f4v:`video`,mkv:`video`,mts:`video`,swf:`flash`,ts:`video`,mp3:`audio`,wav:`audio`,wma:`audio`,ape:`audio`,aac:`audio`,zip:`zip`,rar:`zip`,gz:`zip`,"7z":`zip`,z:`zip`,bmp:`image`,jpg:`image`,jpeg:`image`,png:`image`,gif:`image`,webp:`image`,svg:`image`,txt:`txt`,rtf:`txt`,xls:`excel`,xlsx:`excel`,xlsm:`excel`,xltx:`excel`,doc:`word`,docx:`word`,docm:`word`,wps:`word`,dotx:`word`,dotm:`word`,ppt:`powerpoint`,pptx:`powerpoint`,mdf:`db`,db:`db`,dbf:`db`,wdb:`db`,vue:`vue`,php:`php`,jar:`jar`,ini:`ini`,bat:`bat`,config:`config`,fla:`fla`,eot:`font`,otf:`font`,fon:`font`,font:`font`,ttf:`font`,ttc:`font`,woff:`font`,woff2:`font`,js:`js`,md:`markdown`,one:`onenote`,jsx:`reactjs`,xfl:`xfl`,file:`file`,css:`css`};function Wa(e){return`https://10ui.cn/ions/type/${Ua[e]}.svg`}var Ga={name:`uploadList`,props:{files:{type:Array,default(){return[]}},disabled:{type:Boolean,default:!1},isCanDownload:{type:Boolean,default:!0},isCanDelete:{type:Boolean,default:!0}},methods:{getExtension(e){return e.lastIndexOf(`.`)>-1&&Wa[e.slice(e.lastIndexOf(`.`)+1).toLowerCase()]||Wa.file},getSize(e){return e&&!isNaN(Number(e))?e:``},parsePercentage(e){return parseInt(e,10)},handleDownload(e){e.url},handleDelete(e,t){this.$confirm(`确认删除该文件吗? `).then(()=>{this.$emit(`remove`,e,t)}).catch(()=>{})}}},Ka=[`src`],qa={class:`cv-upload-list__item-content-action`};function Ja(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-link`);return(0,l.openBlock)(),(0,l.createBlock)(l.TransitionGroup,{class:`cv-upload-file-list el-upload-list el-upload-list--text`,name:`el-list`,tag:`ul`},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.files,(e,r)=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:e.uid,class:`el-upload-list__item cv-upload-list__item-content`},[(0,l.createVNode)(o,{href:e.url,underline:!1,target:`_blank`},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`img`,{src:a.getExtension(e.name),class:`el-upload-list__item-content-name-icon`},null,8,Ka),(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(e.name),1)]),_:2},1032,[`href`]),(0,l.createElementVNode)(`div`,qa,[(0,l.createVNode)(o,{underline:!1},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(a.getSize(e.size)),1)]),_:2},1024),n.isCanDownload?((0,l.openBlock)(),(0,l.createBlock)(o,{key:0,underline:!1,onClick:t=>a.handleDownload(e)},{default:(0,l.withCtx)(()=>[...t[0]||=[(0,l.createTextVNode)(`下载`,-1)]]),_:1},8,[`onClick`])):(0,l.createCommentVNode)(``,!0),!n.disabled&&n.isCanDelete?((0,l.openBlock)(),(0,l.createBlock)(o,{key:1,underline:!1,onClick:t=>a.handleDelete(r,e),type:`danger`},{default:(0,l.withCtx)(()=>[...t[1]||=[(0,l.createTextVNode)(` 删除 `,-1)]]),_:1},8,[`onClick`])):(0,l.createCommentVNode)(``,!0)])]))),128))]),_:1})}var Ya={title:`文件上传`,inheritAttrs:!1,name:`cvUploadFile`,mixins:[Rr],components:{uploadList:k(Ga,[[`render`,Ja]])},props:{modelValue:{type:[String,Object,Array],default:``},initValue:{type:[String,Object,Array],default:``},fileSize:{type:[Number],default:5},fileType:{type:[Array],default:[`txt`,`png`,`jpg`,`xlsx`,`xls`]},multiple:{type:[Boolean],default:!1},limit:{type:[Number],default:5},disabled:Boolean,isCanDownload:{type:Boolean,default:!0},isCanDelete:{type:Boolean,default:!0},isCanUploadSame:{type:Boolean,default:!0}},data(){return{localValue:[],localList:[]}},computed:{localRef(){return`cvUploadFile`+ +new Date+((Math.random()*1e3).toFixed(0)+``)},handlerAttr(){return{ref:this.localRef,action:`#`,limit:parseInt(this.limit),multiple:this.multiple,drag:!1,disabled:this.upIngLoading,showFileList:!0}},list(){let e=1;return this.modelValue?(Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]).map(t=>(typeof t==`string`&&(t={name:t,url:t}),t.uid=t.uid||new Date().getTime()+ e++,t)):[]}},watch:{initValue(e){this._init_parse()}},mounted(){this._init_parse()},methods:{_init_parse(){this.initValue?this.localList=zr(this.initValue):this.localList=[]},initOnChange(e,t){this.localList=t},initBeforeUpload(e){return this._commonBeforeUpload(e)?!this.isCanUploadSame&&this.localList.some(t=>t.name+t.size===e.name+e.size)?(this.$message.error(`此文件已上传!`),!1):!0:!1},upFileError(e){this.$message.error(`上传失败, 请重试`),this.$emit(`error`,e)},upFileSuccess(e,t){this.upResponseFn&&typeof this.upResponseFn==`function`&&(e=this.upResponseFn(e,t,this.localList)),this.multiple?this.$emit(`update:modelValue`,[...this.localList,e]):this.$emit(`update:modelValue`,e),this.$emit(`success`,e,this.localList)},handleRemove(e,t){if(this.beforeRemove&&typeof this.beforeRemove==`function`){let e=this.beforeRemove(this.localList[t],this.localList);e&&e.then?e.then(()=>{this._do_remove(t)},()=>{}):e!==!1&&this._do_remove(t)}else this._do_remove(t)},_do_remove(e){if(this.$emit(`remove`,this.list[e],this.list),this.localList.splice(e,1),this.multiple){let t=[...this.list];t.splice(e,1),this.$emit(`update:modelValue`,t||[])}else this.$emit(`update:modelValue`,null)}}},Xa={class:`cv-upload-file`};function Za(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-button`),s=(0,l.resolveComponent)(`el-upload`),c=(0,l.resolveComponent)(`upload-tip`),u=(0,l.resolveComponent)(`upload-list`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Xa,[(0,l.createVNode)(s,(0,l.mergeProps)({class:`cv-upload-file-uploader`},a.handlerAttr,{"file-list":i.localList,"onUpdate:fileList":t[0]||=e=>i.localList=e,"before-upload":a.initBeforeUpload,"on-change":a.initOnChange,"on-exceed":e.initOnExceed,"on-error":a.upFileError,"on-success":a.upFileSuccess}),{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`primary`,icon:`ElIconUpload`},{default:(0,l.withCtx)(()=>[...t[1]||=[(0,l.createTextVNode)(`上传文件`,-1)]]),_:1})]),_:1},16,[`file-list`,`before-upload`,`on-change`,`on-exceed`,`on-error`,`on-success`]),(0,l.createVNode)(c,(0,l.mergeProps)(e.tipAttr,{fileUnit:`个`}),null,16),(0,l.createVNode)(u,{disabled:n.disabled,files:a.list,isCanDelete:n.isCanDelete,isCanDownload:n.isCanDownload,onRemove:a.handleRemove},null,8,[`disabled`,`files`,`isCanDelete`,`isCanDownload`,`onRemove`])])}var Qa=k(Ya,[[`render`,Za]]),$a={title:`视频上传`,name:`cvUploadVideo`,mixins:[Rr],components:{},props:{modelValue:{type:[String],default:``},initValue:{type:[String],default:``},fileSize:{type:[Number],default:10},fileType:{type:Array,default:[`mp4`,`mp3`]},showSize:{type:Number,default:360},signatureParam:{type:[Object],default:()=>({save_sign:`video`})}},data(){return{localValue:``,localList:``,previewShow:!1,previewTitle:``,previewUrl:``,upAccept:`video/*`}},computed:{localRef(){return`cvUploadVideo`+ +new Date+((Math.random()*1e3).toFixed(0)+``)},handlerAttr(){return{ref:this.localRef,action:`#`,accept:this.upAccept,limit:1,multiple:!1,drag:!0,disabled:this.upIngLoading,showFileList:!1}},showUpload(){return!this.localValue},showStyle(){return{width:this.showSize+`px`,height:this.showSize/5*3+`px`,lineHeight:this.showSize+`px`}}},watch:{modelValue(e){this._init_parse_value()},initValue(e){this._init_parse_list()}},mounted(){this._init_parse_value(),this._init_parse_list()},methods:{_init_parse_value(){this.modelValue?this.localValue=Da(this.modelValue):this.localValue=``},_init_parse_list(){this.initValue?this.localList=zr(this.initValue):this.localList=``},initBeforeUpload(e){return this.upIngLoading=!0,this._commonBeforeUpload(e)?!0:(this.upIngLoading=!1,!1)},async initHttpRequest(e){let{file:t}=e;this.upIngLoading=!0,this.mergeAttrs.upResponseFn,await Kr(t,this.mergeAttrs.signatureType||null,this.mergeAttrs.signatureFn||null,this.mergeAttrs.signatureParam||{}).then(e=>{this.$nextTick(()=>{this.$emit(`update:modelValue`,e.full_path),this.$emit(`update:initValue`,e.cdn_full_path)}),ExtendMessage.success(`上传成功`),this.upIngLoading=!1}).catch(()=>{this.upIngLoading=!1})},handleItemPreview(e,t){this.previewTitle=e.name,this.previewUrl=e.url,this.previewShow=!0},doRemove(e){this.localValue=``,this.localList=``,this.$emit(`update:modelValue`,``),this.$emit(`update:initValue`,``)},handleItemRemove(e,t){if(this.beforeRemove&&typeof this.beforeRemove==`function`){let e=this.multiple?this.localValue[t]:this.localValue,n=this.beforeRemove(e,this.localValue);n&&n.then?n.then(()=>{this.doRemove(t)},()=>{}):n!==!1&&this.doRemove(t)}else this.doRemove(t)}}},eo={class:`cv-upload-video`},to={class:`cv-upload-list-box el-upload-list el-upload-list--picture-card`},no=[`tabindex`],ro=[`src`],io={class:`el-upload-list__item-status-label`},ao={class:`el-upload-list__item-actions`},oo=[`onClick`],so={class:`el-upload-list__item-delete`},co={class:`el-upload-list__item-delete`},lo={key:0,style:{width:`500px`,height:`300px`,margin:`0 auto`}},uo=[`src`];function fo(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`),s=(0,l.resolveComponent)(`el-progress`),c=(0,l.resolveComponent)(`el-upload`),u=(0,l.resolveComponent)(`upload-tip`),d=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,eo,[(0,l.createElementVNode)(`div`,to,[i.localList?((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,{key:0},(0,l.renderList)(i.localList,(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`section`,{class:`el-upload-list__item is-success`,key:n,tabindex:n,style:(0,l.normalizeStyle)(a.showStyle)},[(0,l.createElementVNode)(`video`,{class:`el-upload-list__item-thumbnail`,autoplay:!1,src:t.url,style:(0,l.normalizeStyle)(a.showStyle)},` 您的浏览器不支持视频播放 `,12,ro),(0,l.createElementVNode)(`label`,io,[(0,l.createVNode)(o,{type:`actionCheck`,color:`#ffffff`,size:`12`})]),(0,l.createElementVNode)(`span`,ao,[(0,l.createElementVNode)(`span`,{class:`el-upload-list__item-preview`,onClick:e=>a.handleItemPreview(t)},[(0,l.createVNode)(o,{type:`ElIconVideoPlay`,size:`20`})],8,oo),(0,l.createElementVNode)(`span`,so,[(0,l.createVNode)(o,{type:`actionDelete`,size:`20`,onClick:e=>a.handleItemRemove(t,n)},null,8,[`onClick`])]),(0,l.createElementVNode)(`span`,co,[(0,l.createVNode)(o,{type:`ElIconEdit`,size:`20`,onClick:r=>e.handleItemEdit(t,n)},null,8,[`onClick`])])])],12,no))),128)):(0,l.createCommentVNode)(``,!0),a.showUpload?((0,l.openBlock)(),(0,l.createBlock)(c,(0,l.mergeProps)({key:1,class:`cv-upload-handler`},a.handlerAttr,{"before-upload":a.initBeforeUpload,"http-request":a.initHttpRequest,style:a.showStyle}),{default:(0,l.withCtx)(()=>[e.upIngPercent>0?((0,l.openBlock)(),(0,l.createBlock)(s,{key:0,percentage:e.upIngPercent,style:{"margin-top":`20px`},type:`circle`},null,8,[`percentage`])):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:1,class:`cv-upload-video__ing`,style:(0,l.normalizeStyle)(a.showStyle)},[(0,l.createVNode)(o,{type:`arrowUploadFilled`,size:`24`}),t[1]||=(0,l.createElementVNode)(`div`,{class:`el-upload__text`},[(0,l.createTextVNode)(` 将视频拖到此处,或 `),(0,l.createElementVNode)(`em`,null,`点击上传`)],-1)],4))]),_:1},16,[`before-upload`,`http-request`,`style`])):(0,l.createCommentVNode)(``,!0)]),(0,l.createVNode)(u,(0,l.mergeProps)(e.tipAttr,{fileUnit:`个`,limit:1}),null,16),(0,l.createVNode)(d,{modelValue:i.previewShow,"onUpdate:modelValue":t[0]||=e=>i.previewShow=e,title:i.previewTitle,"append-to-body":``},{default:(0,l.withCtx)(()=>[i.previewShow?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,lo,[(0,l.createElementVNode)(`video`,{autoplay:!0,src:i.previewUrl,controls:`controls`,style:{width:`500px`,height:`300px`}},` 您的浏览器不支持视频播放 `,8,uo)])):(0,l.createCommentVNode)(``,!0)]),_:1},8,[`modelValue`,`title`])])}var po=k($a,[[`render`,fo]]),mo={name:`cvUploadOss`,mixins:[{emits:[`get-unlist`,`on-close`,`on-update`,`on-delete`],props:{modelValue:{type:Array,default:()=>[]},model:{type:String,default:``},accept:{type:String,default:``},multiple:{type:Boolean,default:!1}},data(){return{audioInfo:{},file:null,fileList:[],fileHash:``,tempCheckpoint:null,uploadId:``,uploadStatus:null,showAudio:!1,percentage:0,uploadName:``,client:null,year:new Date().getFullYear(),uploadDisabled:!0,resumeDisabled:!0,pauseDisabled:!0,dialogVisible:!1,isDoing:!1,unList:[],fileMap:{},map_max_key:0,partSize:1024*1024,parallel:4,checkpoints:{}}},watch:{dialogVisible:{handler(e){e||(this.fileList=[],this.$refs.upload.uploadFiles=[])}},fileList:{handler(e){if(e.length){this.dialogVisible=!0;let t=[],n=[];e.forEach(e=>{e.raw.name.indexOf(`.`)===-1&&(e.errMsg=`不支持此格式上传`),e.percentage===100?t.push(e):n.push(e)}),t.length===e.length?(this.pauseDisabled=!0,this.isDoing=!0):this.isDoing=!1,this.unList=n}},deep:!0}},mounted(){window.addEventListener(`online`,this.resumeUpload)},methods:{filterSize:Vr,handleExceed(){this.$confirm(`上传文件数量不能超过100个,请重新选择!`,`操作提示`,{confirmButtonText:`确 定`,cancelButtonText:`取 消`,type:`warning`}).then(()=>{this.fileList=[],this.dialogVisible=!1}).catch(()=>{this.fileList=[]})},handleDeleteChangeFile(e){this.fileList.splice(e,1),this.fileList.length||(this.dialogVisible=!1)},fileTypeIcon(e){let{type:t}=e.raw,n=t.indexOf(`video`)!==-1,r=t.indexOf(`image`)!==-1,i=t.indexOf(`audio`)!==-1,a=t.indexOf(`zip`)!==-1,o=t.indexOf(`wordprocessingml`)!==-1,s=t.indexOf(`pdf`)!==-1,c=t.indexOf(`text`)!==-1,l=t.indexOf(`sheet`)!==-1;return n?`MP4`:r?`JPG1`:i?`mp3-1`:a?`yasuo`:o?`DOCX`:s?`wenjianleixing-biaozhuntu-PDFwendang`:c?`div-1`:l?`excel1`:`weizhiwenjian`},handleClose(){this.$emit(`on-close`),this.isDoing?this.dialogVisible=!1:this.$confirm(`正在上传文件,关闭后上传文件会丢失!是否继续?`,`操作提示`,{confirmButtonText:`确 定`,cancelButtonText:`取 消`,type:`warning`}).then(()=>{this.$emit(`get-unlist`),this.fileList.forEach(e=>{e.client&&e.percentage<100&&e.client.cancel()}),this.dialogVisible=!1}).catch(()=>{})},async handleBeforeUpload(e){},handleStopChangeFile(e,t){t.isPlay=!t.isPlay,this.fileList.splice(e,1,t),t.isPlay?this.resumeMultipartUpload(t):t.client.cancel()},async starUpload(){this.uploadDisabled=!0,this.pauseDisabled=!1,this.multipartUpload()},async multipartUpload(){if(!this.file){c.ElMessage.error(`请选择文件`);return}this.fileList.forEach(async e=>{e.isLoading=!0,await this.ossUploadHandle(e,this.fileList)})},async resumeUpload(){this.pauseDisabled=!1,this.uploadDisabled=!0,this.resumeDisabled=!0,await this.resumeMultipartUpload()},stopUpload(){this.resumeDisabled=!1,this.pauseDisabled=!0,this.fileList.forEach(e=>{e.client.cancel(),e.isPlay=!1})},async change(e,t){this.fileMap[e]=t,this.map_max_key=e},async handle_network_speed_change(e,t,n){e-this.map_max_key>=1e4&&(this.fileMap={});for(let r=e;r<=t;r++){let e=await this.fileMap[r];e?await this.change(r,e+n):await this.change(r,n)}},handle_network_speed(e,t,n){let r=e.rt/1e3,i=new Date(e.headers.date).getTime(),a=i-r,o=parseInt(t/r);return n===0&&(o=0),o===0||this.handle_network_speed_change(a,i,o),o?Vr(o):0},async resetUpload(e,t){JSON.stringify(e).indexOf(`Error`)!==-1&&(t.client&&t.client.cancel(),t.client=await Wr(this.signatureType,this.apiFunc),await this.resumeMultipartUpload(t))},async resumeMultipartUpload(e){if(e){let{tempCheckpoint:t}=e;this.resumeUploadFile(e,t)}else Object.values(this.checkpoints).forEach(e=>{let{uploadId:t}=e,n=this.fileList.findIndex(e=>e.upload===t),r=this.fileList[n];this.resumeUploadFile(r,e)})},async resumeUploadFile(e,t){let{uploadId:n,file:r,name:i}=t;try{let{raw:a,percentage:o}=e;e.partSize=0,o<100&&a.name.indexOf(`.`)!==-1&&e.client.multipartUpload(n,r,{parallel:this.parallel,partSize:this.partSize,progress:async(t,n,r)=>{await this.onUploadProgress(e,t,n,r,i)},checkpoint:t}).then(()=>{delete this.checkpoints[t.uploadId],this.$emit(`update:modelValue`,this.fileList),this.resumeDisabled=!0,this.unList.length&&this.uploadDisabled&&(this.resumeDisabled=!1),this.onCreatePanFile(e)}).catch(async t=>{await this.resetUpload(t,e)})}catch{}},async onUploadProgress(e,t,n,r,i){n&&(this.checkpoints[n.uploadId]=n,e.speed=this.handle_network_speed(r,this.partSize,t),e.tempCheckpoint=n,e.abortCheckpoint=n,e.upload=n.uploadId),e.isPlay=!0,e.isPlay&&(e.isLoading=!1),e.uploadName=i,e.percentage=Number((t*100).toFixed(2))},async ossUploadHandle(e){let t={pass:!0,filePath:``};try{let{raw:t,percentage:n}=e,r=t,i=await Wr(this.signatureType,this.apiFunc,{},{secure:!0});if(this.signatureType==`aliyun_oss_type1`){if(e.client=i,e.partSize=0,n<100&&t.name.indexOf(`.`)!==-1){let t=i.dir+r.name;await e.client.multipartUpload(t,r,{parallel:this.parallel,partSize:this.partSize,progress:async(n,r,i)=>{await this.onUploadProgress(e,n,r,i,t)}}).then(()=>{this.$emit(`upload:modelValue`,this.fileList),this.resumeDisabled=!0,this.onCreatePanFile(e),this.unList.length&&this.uploadDisabled&&(this.resumeDisabled=!1)}).catch(async e=>{})}}else this.signatureType==`aliyun_oss_type2`&&Gr(r,i)}catch(e){t={...e,pass:!1,filePath:``}}return t},getToday(){let e=new Date;return`${e.getFullYear()}${e.getMonth()+1}${e.getDate()}${e.getHours()}${e.getMinutes()}${e.getSeconds()}`},handleChange(e,t){t.forEach(e=>{e.client=null,e.isPlay=!1,e.isLoading=!1,e.abortCheckpoint=!1}),this.fileList=t,this.file=e.raw,this.uploadDisabled=!1,this.pauseDisabled=this.resumeDisabled=!0},handleDeleteFile(e){let t=e.indexOf(this.model);e.substring(t,e.length),this.$emit(`on-delete`),this.fileList=[],c.ElMessage.success(`删除成功`)},async onCreatePanFile(e){await this.getParams(e),this.$emit(`on-update`)},handleMediaRes(e){return{image:async function(e){return new Promise(t=>{var n=new FileReader;n.onload=function(e){var n=e.target.result,r=new Image;r.onload=function(){t({Width:this.width,Height:this.height})},r.src=n},n.readAsDataURL(e)})},audio:async function(e){return new Promise(t=>{var n=new FileReader;n.onload=function(e){var n=e.target.result,r=new Audio;r.onloadeddata=function(){let e=r.duration;t({Duration:e*1e3})},r.src=n},n.readAsDataURL(e)})},video:async function(e){return new Promise(t=>{var n=URL.createObjectURL(e);let r=document.createElement(`video`);r.src=n,r.onloadeddata=function(){t({CoverImg:``,Duration:this.duration*1e3,Width:this.videoWidth,Height:this.videoHeight})}})}}[e]},captureImage(e,t){return t||=`3000 `,e+`?x-oss-process=video/snapshot,t_`+t+`,f_jpg`},async getParams(e){let{type:t}=e.raw,n=t.indexOf(`video`)!==-1,r=t.indexOf(`image`)!==-1,i=t.indexOf(`audio`)!==-1,a=``;n?a=`video`:r?t.indexOf(`adobe`)===-1&&(a=`image`):i&&(a=`audio`);let o;return(n||r||i)&&a&&(o=await this.handleMediaRes(a)(e.raw)),{ResTitle:e.name,ResDescribe:``,OssKey:e.uploadName,ContentType:t||`application/octet-stream`,ContentLength:e.size,...o}}}}]},ho={class:`oss-upload`},go={class:`cv-upload-task-hd-title`},_o={class:`cv-upload-task-hd-num`},vo={class:`cv-upload-task-opts`},yo={class:`cv-upload-task-lists`},bo={class:`cv-upload-task-item-name`},xo={class:`name`},So={class:`file-name-item`},Co={key:0,class:`speed`},wo={key:1,class:`speed`},To={key:2,class:`success`},Eo={class:`total`},Do={key:0,class:`name error`},Oo={class:`cv-upload-task-item-tool`},ko=[`onClick`],Ao=[`onClick`];function jo(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-button`),s=(0,l.resolveComponent)(`el-upload`),c=(0,l.resolveComponent)(`el-progress`),u=(0,l.resolveComponent)(`cv-icons`),d=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,ho,[(0,l.createVNode)(s,{ref:`upload`,action:``,"show-file-list":!1,multiple:``,"on-change":e.handleChange,"before-upload":e.handleBeforeUpload,"auto-upload":!1,limit:100,"on-exceed":e.handleExceed,accept:e.accept},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`primary`,icon:`ElIconUpload`,round:``},{default:(0,l.withCtx)(()=>[...t[1]||=[(0,l.createTextVNode)(`上 传`,-1)]]),_:1})]),_:1},8,[`on-change`,`before-upload`,`on-exceed`,`accept`]),(0,l.createVNode)(d,{modelValue:e.dialogVisible,"onUpdate:modelValue":t[0]||=t=>e.dialogVisible=t,width:`650px`,height:`500`,"destroy-on-close":``,"close-on-click-modal":!1,"before-close":e.handleClose,style:{height:`500px`}},{header:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,go,[t[2]||=(0,l.createElementVNode)(`span`,null,`上传`,-1),(0,l.createElementVNode)(`span`,_o,(0,l.toDisplayString)(e.fileList.length-e.unList.length)+`/`+(0,l.toDisplayString)(e.fileList.length),1)])]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,vo,[(0,l.createVNode)(o,{type:`primary`,icon:`ElIconVideoPlay`,disabled:e.uploadDisabled,onClick:e.starUpload},{default:(0,l.withCtx)(()=>[...t[3]||=[(0,l.createTextVNode)(`开始上传`,-1)]]),_:1},8,[`disabled`,`onClick`]),(0,l.createVNode)(o,{type:`success`,icon:`ElIconRefreshRight`,disabled:e.resumeDisabled,onClick:e.resumeUpload},{default:(0,l.withCtx)(()=>[...t[4]||=[(0,l.createTextVNode)(`继续`,-1)]]),_:1},8,[`disabled`,`onClick`]),(0,l.createVNode)(o,{type:`danger`,icon:`ElIconVideoPause`,disabled:e.pauseDisabled,onClick:e.stopUpload},{default:(0,l.withCtx)(()=>[...t[5]||=[(0,l.createTextVNode)(`暂停`,-1)]]),_:1},8,[`disabled`,`onClick`])]),(0,l.createElementVNode)(`div`,yo,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.fileList,(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-upload-task-item-box`,key:n},[(0,l.createElementVNode)(`div`,bo,[(0,l.createElementVNode)(`div`,xo,[(0,l.createElementVNode)(`span`,So,(0,l.toDisplayString)(n+1)+`.`+(0,l.toDisplayString)(t.name),1),t.isLoading&&!t.isPlay?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,Co,`准备就绪`)):(0,l.createCommentVNode)(``,!0),t.isPlay&&t.percentage!==100?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,wo,(0,l.toDisplayString)(t.speed)+`/s`,1)):(0,l.createCommentVNode)(``,!0),t.percentage===100?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,To,`完成`)):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`div`,Eo,(0,l.toDisplayString)(e.filterSize(t.size)),1)]),t.errMsg?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,Do,(0,l.toDisplayString)(t.errMsg),1)):(0,l.createCommentVNode)(``,!0),t.percentage<100&&!t.errMsg?((0,l.openBlock)(),(0,l.createBlock)(c,{key:1,percentage:t.percentage},null,8,[`percentage`])):((0,l.openBlock)(),(0,l.createBlock)(c,{key:2,percentage:t.percentage,status:t.errMsg?`exception`:`success`},null,8,[`percentage`,`status`]))]),(0,l.createElementVNode)(`div`,Oo,[!t.percentage||0<t.percentage<100&&!t.isPlay?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:0,class:`icon delete`,onClick:t=>e.handleDeleteChangeFile(n)},[(0,l.createVNode)(u,{type:`ElIconClose`})],8,ko)):(0,l.createCommentVNode)(``,!0),t.percentage&&t.percentage!==100?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:1,class:(0,l.normalizeClass)([`icon`,t.isPlay?`delete`:`success`]),onClick:r=>e.handleStopChangeFile(n,t)},[t.isPlay?((0,l.openBlock)(),(0,l.createBlock)(u,{key:0,type:`ElIconVideoPause`})):((0,l.openBlock)(),(0,l.createBlock)(u,{key:1,type:`ElIconCaretRight`}))],10,Ao)):(0,l.createCommentVNode)(``,!0)])]))),128))])]),_:1},8,[`modelValue`,`before-close`])])}var Mo=k(mo,[[`render`,jo],[`__scopeId`,`data-v-9c3ea43c`]]);Ea.install=function(e){e.component(Ea.name,Ea)},Ha.install=function(e){e.component(Ha.name,Ha)},Qa.install=function(e){e.component(Qa.name,Qa)},po.install=function(e){e.component(po.name,po)},Mo.install=function(e){e.component(Mo.name,Mo)};var No={name:`cvTabsJump`,props:{tabPosition:{type:String,default:`top`}},provide(){return{addChildComponents:e=>{this.childComponents.push(e)},clearChildClass:()=>{this.childComponents.map(e=>{e.className=null})}}},data(){return{childComponents:[]}},computed:{tabPositionClass(){return this.tabPosition==`left`?`left`:this.tabPosition==`right`?`right`:this.tabPosition==`bottom`?`bottom`:`top`}},created(){},mounted(){}},Po={class:`tabs-header`};function Fo(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:(0,l.normalizeClass)([`cv-tabs-jump`,a.tabPositionClass])},[(0,l.createElementVNode)(`div`,Po,[(0,l.renderSlot)(e.$slots,`default`)])],2)}var Io=k(No,[[`render`,Fo]]),Lo={name:`cvTabPane`,emits:[`click`],inject:[`addChildComponents`,`clearChildClass`],data(){return{isshow:!0,className:null}},props:{label:{type:String,default:``},current:{type:Boolean,default:!1},name:{type:String}},mounted(){this.addChildComponents(this),this.initCurrent()},methods:{initCurrent(){this.current&&this.handleClick()},handleClick(){this.clearChildClass(),this.className=`active`,this.$emit(`click`)}}},Ro={key:1};function zo(e,t,n,r,i,a){return(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:(0,l.normalizeClass)([`cv-tab-pane`,i.className]),onClick:t[0]||=(...e)=>a.handleClick&&a.handleClick(...e)},[e.$slots.label?(0,l.renderSlot)(e.$slots,`label`,{key:0}):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,Ro,(0,l.toDisplayString)(n.label),1))],2)),[[l.vShow,i.isshow]])}var Bo=k(Lo,[[`render`,zo]]);Io.install=function(e){e.component(Io.name,Io)},Bo.install=function(e){e.component(Bo.name,Bo)};var Vo={name:`cvDrawCaptcha`,props:{modelValue:{type:[String,Number],default:`1234`},baseCode:{type:String,default:`1234567890ABCDEFGHGKMNPQRSTUVWXY`},fontSizeMin:{type:Number,default:25},fontSizeMax:{type:Number,default:30},backgroundColorMin:{type:Number,default:255},backgroundColorMax:{type:Number,default:255},colorMin:{type:Number,default:0},colorMax:{type:Number,default:160},lineColorMin:{type:Number,default:100},lineColorMax:{type:Number,default:255},dotColorMin:{type:Number,default:0},dotColorMax:{type:Number,default:255},contentWidth:{type:Number,default:112},contentHeight:{type:Number,default:31},refreshNum:{type:Number,default:1}},data(){return{localCode:``}},watch:{modelValue(e){this.localCode=e,this.drawPic()},refreshNum(){this.refreshCode(),this.drawPic()}},mounted(){this.modelValue==``&&(this.refreshCode(),this.drawPic())},created(){this.localCode=this.modelValue},methods:{refreshCode(){this.localCode=``,this.makeCode(this.baseCode,4),this.$emit(`update:modelValue`,this.localCode)},makeCode(e,t){for(let e=0;e<t;e++)this.localCode+=this.baseCode[this.randomNum(0,this.baseCode.length)]},randomNum(e,t){return Math.floor(Math.random()*(t-e)+e)},randomColor(e,t){let n=this.randomNum(e,t),r=this.randomNum(e,t),i=this.randomNum(e,t);return`rgb(`+n+`,`+r+`,`+i+`)`},drawPic(){let e=document.getElementById(`cv-draw-captcha`).getContext(`2d`);e.textBaseline=`bottom`,e.fillStyle=this.randomColor(this.backgroundColorMin,this.backgroundColorMax),e.fillRect(0,0,this.contentWidth,this.contentHeight);for(let t=0;t<this.localCode.length;t++)this.drawText(e,this.localCode[t],t);this.drawLine(e),this.drawDot(e)},drawText(e,t,n){e.fillStyle=this.randomColor(this.colorMin,this.colorMax),e.font=this.randomNum(this.fontSizeMin,this.fontSizeMax)+`px SimHei`;let r=(n+1)*(this.contentWidth/(this.localCode.length+1)),i=this.randomNum(this.fontSizeMax,this.contentHeight-5);var a=this.randomNum(-45,45);e.translate(r,i),e.rotate(a*Math.PI/180),e.fillText(t,0,0),e.rotate(-a*Math.PI/180),e.translate(-r,-i)},drawLine(e){for(let t=0;t<5;t++)e.strokeStyle=this.randomColor(this.lineColorMin,this.lineColorMax),e.beginPath(),e.moveTo(this.randomNum(0,this.contentWidth),this.randomNum(0,this.contentHeight)),e.lineTo(this.randomNum(0,this.contentWidth),this.randomNum(0,this.contentHeight)),e.stroke()},drawDot(e){for(let t=0;t<80;t++)e.fillStyle=this.randomColor(0,255),e.beginPath(),e.arc(this.randomNum(0,this.contentWidth),this.randomNum(0,this.contentHeight),1,0,2*Math.PI),e.fill()}}},Ho={class:`cv-draw-captcha`},Uo=[`width`,`height`];function Wo(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ho,[(0,l.createElementVNode)(`canvas`,{id:`cv-draw-captcha`,width:n.contentWidth,height:n.contentHeight,onClick:t[0]||=(...e)=>a.refreshCode&&a.refreshCode(...e)},null,8,Uo)])}var Go=k(Vo,[[`render`,Wo]]),Ko={name:`cvDrawQrcode`,data(){return{}}};function qo(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,null,`二维码`)}var Jo=k(Ko,[[`render`,qo]]);Go.install=function(e){e.component(Go.name,Go)},Jo.install=function(e){e.component(Jo.name,Jo)};var Yo={name:`cvTagBase`,mixins:[],components:{},emits:[`update:modelValue`,`exceed-max-length`],props:{...c.ElTag.props,modelValue:{type:[Array,String],default:()=>[]},closable:{type:Boolean,default:!1},disableTransitions:{type:Boolean,default:!1},effect:{type:String,default:`light`},color:{type:String,default:``},hit:{type:Boolean,default:!1},type:{type:[String],default:`primary`},size:{type:[String],default:`large`},disabled:{type:Boolean,default:!1},maxlength:{type:Number,default:3,validator:e=>e>0}},watch:{modelValue(e){this._init_parse_value()},localVal(e){this._parse_last()}},data(){return{localVal:``}},mounted(){this._init_parse_value()},methods:{_init_parse_value(){if(this.modelValue)if(typeof this.modelValue==`string`&&this.modelValue.includes(`,`)){let e=String(this.modelValue).split(`,`).map(e=>e.trim());this.localVal=Da(e)}else this.localVal=Da(this.modelValue)},_parse_last(){let e=this.localVal,t=e.join(`,`);this.$emit(`update:modelValue`,t),e.length>=this.maxlength&&this.$emit(`exceed-max-length`,e.length)},addTag(){this.disabled||this.localVal.length>=this.maxlength||(this.localVal.push(`新标签`),this.$nextTick(()=>{let e=this.localVal.length,t=this.$refs[`newTag${e-1}`][0],n=document.createRange();n.selectNodeContents(t),window.getSelection().removeAllRanges(),window.getSelection().addRange(n),this._parse_last()}))},checkTag(e){if(this.disabled)return;let t=this.$refs[`newTag${e}`][0].innerText.trim();t.length==0?this.localVal.pop():this.localVal[e]=t,this._parse_last()},removeTag(e){this.disabled||(this.localVal.splice(e,1),this._parse_last())}}},Xo={class:`cv-tag-base`},Zo=[`contenteditable`,`onKeyup`,`onBlur`],Qo={key:1,class:`cv-tag-maxlength-hint`};function $o(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-tag`),s=(0,l.resolveComponent)(`cv-icons`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Xo,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.localVal,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({class:`cv-tag-content`},{ref_for:!0},{closable:!n.disabled&&n.closable,disableTransitions:n.disableTransitions,effect:n.effect,type:n.type,color:n.color,hit:n.hit,size:n.size},{key:t,onClose:e=>a.removeTag(t),disabled:n.disabled}),{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,{class:`cv-tag-item`,contenteditable:!n.disabled&&`plaintext-only`,ref_for:!0,ref:`newTag${t}`,onKeyup:(0,l.withKeys)(e=>!n.disabled&&a.checkTag(t),[`enter`]),onBlur:e=>!n.disabled&&a.checkTag(t)},(0,l.toDisplayString)(e),41,Zo)]),_:2},1040,[`onClose`,`disabled`]))),128)),!n.disabled&&i.localVal.length<n.maxlength?((0,l.openBlock)(),(0,l.createBlock)(s,{key:0,type:`circlePlus`,size:`20`,onClick:t[0]||=e=>a.addTag()})):(0,l.createCommentVNode)(``,!0),!n.disabled&&i.localVal.length>=n.maxlength?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,Qo,`已达到最大数量 (`+(0,l.toDisplayString)(n.maxlength)+`)`,1)):(0,l.createCommentVNode)(``,!0)])}var es=k(Yo,[[`render`,$o]]);es.install=function(e){e.component(es.name,es)};var ts={name:`cvTransferTable`,props:{modelValue:{type:[Array],default(){return[]}},showQuery:{type:Boolean,default:!1},showPagination:{type:Boolean,default:!1},paginationCallBack:{type:Function,default:function(){return new Promise((e,t)=>{try{e({total:0,data:null})}catch{t()}})}},titleTexts:{type:Array,default(){return[`待选项`,`已选项`]}},buttonTexts:{type:Array,default(){return[]}},queryTexts:{type:Array,default(){return[`查询`,`筛选`]}},leftColumns:{type:Array,default(){return[]}},rightColumns:{type:Array,default(){}},minHeight:{type:String,default:`300px`},maxHeight:{type:String,default:`500px`},tableRowKey:{type:Function,default(e){return e&&e&&e.id}}},data(){return{leftTableData:[],rightTableData:[],pageIndex:1,pageSize:20,totalSize:0,leftSelection:[],rightSelection:[],leftQueryCondition:{},rightQueryCondition:{},rightConditionTemp:void 0}},watch:{modelValue(e){this.rightTableData=e}},created(){this.rightTableData=this.modelValue,this.handlePaginationCallBack()},computed:{hasButtonTexts(){return this.buttonTexts.length===2},buttonClasses(){return[`transfer-button`,{"is-with-texts":this.hasButtonTexts}]},disabledLeftButton(){return!this.leftSelection.some(e=>!this.rightTableData.some(t=>this.checkObjectIsEqual(e,t)))},calcRightTableData(){if(this.showQuery&&this.rightConditionTemp){let e=Object.keys(this.rightConditionTemp);return this.rightTableData.filter(t=>e.some(e=>{let n=t[e],r=this.rightConditionTemp[e].trim();return n?String(n).indexOf(r)>-1:!0}))}return this.rightTableData}},methods:{handleLeftSelectionChange(e){this.leftSelection=e},handleRightSelectionChange(e){this.rightSelection=e},handleLeftRowClick(e){this.rightTableData.some(t=>this.checkObjectIsEqual(t,e))||this.$refs.leftTable.toggleRowSelection(e)},handleRightRowClick(e){this.$refs.rightTable.toggleRowSelection(e)},handleSizeChange(e){this.pageSize=e,this.handlePaginationCallBack()},handleCurrentChange(e){this.pageIndex=e,this.handlePaginationCallBack()},handlePaginationCallBack(){if(this.showPagination&&this.paginationCallBack){let e={pageIndex:this.pageIndex,pageSize:this.pageSize,...this.leftQueryCondition};this.paginationCallBack.call(null,e).then(e=>{e&&Array.isArray(e.data)&&(this.leftTableData=e.data,this.totalSize=e.total),this.$nextTick(()=>{this.leftTableData.forEach(e=>{let t=this.rightTableData.some(t=>this.checkObjectIsEqual(t,e));this.$refs.leftTable.toggleRowSelection(e,t)})})})}},handleRowStyle({row:e}){return this.rightTableData.some(t=>this.checkObjectIsEqual(t,e))?{color:`blue`}:{}},handleSelectable(e){return!this.rightTableData.some(t=>this.checkObjectIsEqual(t,e))},addToRight(){for(let e of this.leftSelection)this.rightTableData.some(t=>this.checkObjectIsEqual(t,e))||this.rightTableData.push(e);this.$emit(`update:modelValue`,this.rightTableData)},addToLeft(){this.rightSelection.forEach(e=>{let t=this.rightTableData.findIndex(t=>this.checkObjectIsEqual(t,e));if(t!==-1){this.rightTableData.splice(t,1);let n=this.leftTableData.find(t=>this.checkObjectIsEqual(t,e));n&&this.$refs.leftTable.toggleRowSelection(n,!1)}}),this.$emit(`update:modelValue`,this.rightTableData)},onLeftQuerySubmit(){this.handlePaginationCallBack()},onRightQuerySubmit(){this.rightConditionTemp=JSON.parse(JSON.stringify(this.rightQueryCondition))},checkObjectIsEqual(e,t){return this.tableRowKey(e)===this.tableRowKey(t)},clear(){this.rightTableData=[],this.$refs.leftTable.clearSelection();for(let e in this.leftQueryCondition)this.leftQueryCondition[e]=void 0;for(let e in this.rightQueryCondition)this.rightQueryCondition[e]=void 0;this.pageIndex=1,this.handlePaginationCallBack()}}},ns={class:`cv-transfer-table`},rs={class:`transfer-panel`},is={class:`transfer-panel-header`},as={key:0},os={style:{padding:`5px`}},ss={class:`transfer-buttons`},cs={key:0,class:`button-text`},ls={key:0,class:`button-text`},us={class:`transfer-panel`},ds={class:`transfer-panel-header`},fs={key:0},ps={style:{padding:`5px`}};function ms(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-button`),s=(0,l.resolveComponent)(`el-form-item`),c=(0,l.resolveComponent)(`el-form`),u=(0,l.resolveComponent)(`el-table-column`),d=(0,l.resolveComponent)(`el-table`),f=(0,l.resolveComponent)(`el-pagination`),p=(0,l.resolveComponent)(`cv-icons`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,ns,[(0,l.createElementVNode)(`div`,rs,[(0,l.createElementVNode)(`p`,is,[(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.titleTexts&&n.titleTexts[0]),1),(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(i.leftSelection.length)+`/`+(0,l.toDisplayString)(i.leftTableData.length),1)]),n.showQuery?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,as,[(0,l.createVNode)(c,{inline:!0,model:i.leftQueryCondition,class:`cv-transfer-form`},{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`leftCondition`,{scope:i.leftQueryCondition}),(0,l.createVNode)(s,null,{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`primary`,onClick:t[0]||=e=>a.onLeftQuerySubmit()},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(n.queryTexts[0]),1)]),_:1})]),_:1})]),_:3},8,[`model`])])):(0,l.createCommentVNode)(``,!0),(0,l.createVNode)(d,{ref:`leftTable`,"max-height":n.maxHeight,height:n.minHeight,data:i.leftTableData,"row-key":n.tableRowKey,"row-style":a.handleRowStyle,onRowClick:a.handleLeftRowClick,onSelectionChange:a.handleLeftSelectionChange,border:``,stripe:``},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u,{width:`40px`,type:`selection`,selectable:a.handleSelectable},null,8,[`selectable`]),((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.leftColumns,t=>((0,l.openBlock)(),(0,l.createBlock)(u,{prop:t.id,key:t.id,label:t.label,width:t.width},{default:(0,l.withCtx)(n=>[(0,l.renderSlot)(e.$slots,`default`,{scope:{row:n.row,col:t}},()=>[(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.row[t.id]),1)])]),_:2},1032,[`prop`,`label`,`width`]))),128))]),_:3},8,[`max-height`,`height`,`data`,`row-key`,`row-style`,`onRowClick`,`onSelectionChange`]),(0,l.createElementVNode)(`div`,os,[n.showPagination?((0,l.openBlock)(),(0,l.createBlock)(f,{key:0,onSizeChange:a.handleSizeChange,onCurrentChange:a.handleCurrentChange,"current-page":i.pageIndex,"page-sizes":[10,20,50,100],"page-size":i.pageSize,"pager-count":5,total:i.totalSize,layout:`total, sizes, prev, pager, next`},null,8,[`onSizeChange`,`onCurrentChange`,`current-page`,`page-size`,`total`])):(0,l.createCommentVNode)(``,!0)])]),(0,l.createElementVNode)(`div`,ss,[(0,l.createVNode)(o,{type:`primary`,class:(0,l.normalizeClass)(a.buttonClasses),disabled:a.disabledLeftButton,onClick:a.addToRight},{default:(0,l.withCtx)(()=>[n.buttonTexts[0]===void 0?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,cs,(0,l.toDisplayString)(n.buttonTexts[0]),1)),(0,l.createVNode)(p,{type:`ElIconArrowRight`})]),_:1},8,[`class`,`disabled`,`onClick`]),(0,l.createVNode)(o,{type:`primary`,class:(0,l.normalizeClass)(a.buttonClasses),disabled:i.rightSelection.length===0,onClick:a.addToLeft},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(p,{type:`ElIconArrowLeft`}),n.buttonTexts[1]===void 0?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,ls,(0,l.toDisplayString)(n.buttonTexts[1]),1))]),_:1},8,[`class`,`disabled`,`onClick`])]),(0,l.createElementVNode)(`div`,us,[(0,l.createElementVNode)(`p`,ds,[(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.titleTexts&&n.titleTexts[1]),1),(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(i.rightSelection.length)+`/`+(0,l.toDisplayString)(i.rightTableData.length),1)]),n.showQuery?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,fs,[(0,l.createVNode)(c,{inline:!0,model:i.rightQueryCondition,class:`cv-transfer-form`},{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`rightCondition`,{scope:i.rightQueryCondition}),(0,l.createVNode)(s,null,{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`primary`,onClick:t[1]||=e=>a.onRightQuerySubmit()},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(n.queryTexts[1]),1)]),_:1})]),_:1})]),_:3},8,[`model`])])):(0,l.createCommentVNode)(``,!0),(0,l.createVNode)(d,{ref:`rightTable`,"max-height":n.maxHeight,height:n.minHeight,data:a.calcRightTableData,"row-key":n.tableRowKey,onRowClick:a.handleRightRowClick,onSelectionChange:a.handleRightSelectionChange,border:``,stripe:``},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u,{width:`40px`,type:`selection`}),((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.rightColumns||n.leftColumns,t=>((0,l.openBlock)(),(0,l.createBlock)(u,{prop:t.id,key:t.id,label:t.label,width:t.width},{default:(0,l.withCtx)(n=>[(0,l.renderSlot)(e.$slots,`default`,{scope:{row:n.row,col:t}},()=>[(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.row[t.id]),1)])]),_:2},1032,[`prop`,`label`,`width`]))),128))]),_:3},8,[`max-height`,`height`,`data`,`row-key`,`onRowClick`,`onSelectionChange`]),(0,l.createElementVNode)(`div`,ps,[n.showPagination?((0,l.openBlock)(),(0,l.createBlock)(f,{key:0,total:i.rightTableData.length,layout:`total`},null,8,[`total`])):(0,l.createCommentVNode)(``,!0)])])])}var hs=k(ts,[[`render`,ms]]);hs.install=function(e){e.component(hs.name,hs)};var gs={provide(){return{pageCurr:this.loadConfigSetting.pageCurr||1,pageLimit:this.loadConfigSetting.pageLimit||10}},props:{...c.ElTable.props,modelValue:{type:[Array,Object],default(){return[]}},headerCellStyle:{type:[Function,Object],default:()=>({})}},data(){return{loadDataList:[]}},watch:{modelValue(e){this.loadDataList=e},loadDataList(e){this.$emit(`update:modelValue`,e)}},created(){this.loadDataList=this.modelValue},methods:{_getPageCurr(){return this.loadPageCurr},_getPageSize(){return this.loadPageLimit},handleCurrentChange(e){this.loadPageCurr=e,this.getData()},handleSizeChange(e){this.loadPageLimit=e,this.getData()}}},_s={name:`cvTableBase`,mixins:[P,gs],props:{align:{type:String,default:`left`},showPagebreak:{type:[Boolean,String],default:!0},tablePagin:{type:Object,default(){return{}}},tableConfig:{type:Object,default(){return{}}},tableRefresh:{type:Number,default(){return 0}}},data(){return{paginationGroup:[10,20,30,50,100,200],paginationCount:7,searchData:{},tableConfDef:{}}},watch:{tableRefresh(e,t){this.initConfAll(),this.refresh()}},updated(){},created(){this.initConfAll(),this.getData()},mounted(){},methods:{getData(){this.loadDataList=[],this.loadGetData()},handleSelectionChange(e){this.$emit(`selection-change`,e)},initConfAll(){let e={};Object.assign(e,this.loadConfigDef,this.tableConfDef,this.tableConfig),this.loadPageCurr=e.pageCurr||1,this.loadPageLimit=e.pageLimit||this.paginationGroup[0],Object.assign(e.where,this.searchData),this.loadConfigSetting=e},searchSubmit(e){if(this.searchData=e||{},this.loadConfigSetting.isSkip){({...this.searchData});return}this.page=1,this.getData()},searchReset(e){e={},this.searchData={},this.page=1,this.getData()},refresh(e){this.getData()}}},vs={class:`cv-table-list`},ys={key:0,class:`cv-tablie-list-page page`};function bs(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table`),s=(0,l.resolveComponent)(`cv-icons`),c=(0,l.resolveComponent)(`el-button`),u=(0,l.resolveComponent)(`el-pagination`),d=(0,l.resolveDirective)(`loading`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,vs,[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{data:e.loadDataList,style:{width:`100%`},onSelectionChange:a.handleSelectionChange}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`data`,`onSelectionChange`])),[[d,e.loadDataLoading]]),n.showPagebreak?(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,ys,[(0,l.createVNode)(c,{onClick:a.refresh,style:{float:`left`,margin:`0 10px 0 0`,padding:`5px 10px`}},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(s,{type:`ElIconRefresh`,size:`14`})]),_:1},8,[`onClick`]),(0,l.createVNode)(u,{background:``,onSizeChange:e.handleSizeChange,onCurrentChange:e.handleCurrentChange,"pager-count":i.paginationCount,"page-sizes":i.paginationGroup,"current-page":e.loadPageCurr,"page-size":e.loadPageLimit,layout:`total, sizes, prev, pager, next, jumper`,total:e.loadDataTotal},null,8,[`onSizeChange`,`onCurrentChange`,`pager-count`,`page-sizes`,`current-page`,`page-size`,`total`])],512)),[[l.vShow,e.loadDataLoading===!1]]):(0,l.createCommentVNode)(``,!0)])}var xs=k(_s,[[`render`,bs]]),Ss={name:`cvTableTree`,mixins:[P,gs],props:{tableConfig:{type:Object,default(){return{}}},tableRefresh:{type:Number,default(){return 0}}},data(){return{searchData:{},tableConfDef:{tablePrimary:``,childName:`children`},pager_count:7,page:1}},watch:{tableRefresh(e,t){this.refresh()}},created(){this.initConfAll(),this.getData()},mounted(){},methods:{getData(){this.loadDataList=[],this.loadGetData()},handleSelectionChange(e){this.$emit(`selection-change`,e)},initConfAll(){let e={};Object.assign(e,this.loadConfigDef,this.tableConfDef,this.tableConfig),Object.assign(e.where,this.searchData),this.loadConfigSetting=e},searchSubmit(e){if(this.searchData=e||{},this.loadConfigSetting.isSkip){({...this.searchData});return}this.page=1,this.getData()},searchReset(e){e={},this.searchData={},this.page=1,this.getData()},refresh(e){this.getData()}}},Cs={class:`cv-table-tree`};function ws(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table`),s=(0,l.resolveDirective)(`loading`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Cs,[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{data:e.loadDataList,style:{width:`100%`},onSelectionChange:a.handleSelectionChange,"row-key":e.loadConfigSetting.tablePrimary,"tree-props":{children:e.loadConfigSetting.childName,hasChildren:`hasChildren`}}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`data`,`onSelectionChange`,`row-key`,`tree-props`])),[[s,e.loadDataLoading]])])}var Ts=k(Ss,[[`render`,ws]]),Es={name:`cvTableEditor`,mixins:[P,gs],props:{border:{type:[Boolean],default:!0},tableConfig:{type:[Array,Object],default(){return{}}}},data(){return{mergeRules:{},apiFunc:null,tableConfDef:{},cell_click_index:null,cell_click_label:``}},watch:{},created(){this.loadConfigSetting=Object.assign({},this.tableConfDef,this.tableConfig)},mounted(){},methods:{cell_click(e,t,n,r){switch(this.cell_click_index=e.index,this.cell_click_label=t.label,t.label){case`taskid`:this.cell_click_index=e.index,this.cell_click_label=t.label;break;case`taskname`:this.cell_click_index=e.index,this.cell_click_label=t.label;break;default:return}},handleChangeTData(e){}}},Ds={class:`cv-table-editor`};function Os(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table`),s=(0,l.resolveDirective)(`loading`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ds,[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{data:e.loadDataList,style:{width:`100%`},"row-class-name":`cv-tbed-tr`}),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`)]),_:3},16,[`data`])),[[s,e.loadDataLoading]])])}var ks=k(Es,[[`render`,Os]]),As={name:`cvTbColumnIndex`,inject:{pageCurr:{default:1},pageLimit:{default:10}},props:{...c.ElTableColumn.props,fixed:{type:[String],default:`left`},align:{type:String,default:`center`},width:{type:[String,Number],default:55},continuity:{type:[Boolean,String],default:!1}},data(){return{}},created(){},methods:{indexMethod(e){return this.continuity&&this.pageCurr&&this.pageLimit?e+1+(this.pageCurr-1)*this.pageLimit:e+1}}};function js(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{type:`index`,index:a.indexMethod}),null,16,[`index`])}var Ms=k(As,[[`render`,js]]),Ns={name:`cvTbColumnCheck`,props:{...c.ElTableColumn.props,fixed:{type:[String],default:`left`},align:{type:[String],default:`center`},width:{type:[String,Number],default:55}},data(){return{}},created(){}};function Ps(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{type:`selection`}),null,16)}var Fs=k(Ns,[[`render`,Ps]]),Is={name:`cvTbColumnText`,props:{...c.ElTableColumn.props},data(){return{}},created(){},methods:{getContentText(e){let t=e.row[this.prop];return this.formatter&&(t=this.formatter(e.row,e.column)),t}}},Ls={style:{display:`contents`}};function Rs(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[(0,l.createElementVNode)(`div`,Ls,(0,l.toDisplayString)(t.row[e.prop]),1)]),_:1},16)}var zs=k(Is,[[`render`,Rs]]),Bs={name:`cvTbColumnImg`,props:{...c.ElTableColumn.props,imgWidth:{type:[String,Number],default:null},imgHeight:{type:[String,Number],default:null}},data(){return{localImgWidth:`50px`,localImgHeight:`50px`,localImgArr:[],localImgOne:``}},created(){this.imgWidth&&(this.localImgWidth=this.imgWidth.indexOf(`px`)===-1?this.imgWidth+`px`:this.imgWidth),this.imgHeight&&(this.localImgHeight=this.imgHeight.indexOf(`px`)===-1?this.imgHeight+`px`:this.imgHeight)},methods:{handleImgOne(e){let t=e[this.prop]||null;if(t){if(Object.prototype.toString.call(t)===`[object Array]`)return t[0];if(Object.prototype.toString.call(t)===`[object String]`)return t}},handleImgArr(e){let t=e[this.prop]||null;if(t){if(Object.prototype.toString.call(t)===`[object Array]`)return t;if(Object.prototype.toString.call(t)===`[object String]`)return[t]}},handleImgLeng(e){let t=e[this.prop]||null;if(t){if(Object.prototype.toString.call(t)===`[object Array]`)return t.length;if(Object.prototype.toString.call(t)===`[object String]`)return 1}else return 0}}},Vs={key:0,class:`cv-table-column-img-mark`},Hs={class:`cv-table-column-img-text`};function Us(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-image`),s=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(s,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(e=>[(0,l.createElementVNode)(`div`,{class:`cv-table-column-img-box`,style:(0,l.normalizeStyle)({width:i.localImgWidth,height:i.localImgHeight})},[(0,l.createVNode)(o,{style:(0,l.normalizeStyle)({width:i.localImgWidth,height:i.localImgHeight}),fit:`scale-down`,lazy:``,src:a.handleImgOne(e.row),"preview-src-list":a.handleImgArr(e.row),"preview-teleported":!0},{error:(0,l.withCtx)(()=>[...t[0]||=[(0,l.createElementVNode)(`span`,{class:`el-image__error cv-table-column-img-err`},[(0,l.createTextVNode)(` 暂无 `),(0,l.createElementVNode)(`br`),(0,l.createTextVNode)(` 图片 `)],-1)]]),_:1},8,[`style`,`src`,`preview-src-list`]),a.handleImgLeng(e.row)>1?((0,l.openBlock)(),(0,l.createElementBlock)(`p`,Vs,[(0,l.createElementVNode)(`span`,Hs,(0,l.toDisplayString)(a.handleImgLeng(e.row))+`张`,1)])):(0,l.createCommentVNode)(``,!0)],4)]),_:1},16)}var Ws=k(Bs,[[`render`,Us]]),Gs={name:`cvTbColumnOpt`,props:{...c.ElTableColumn.props,fixed:{type:[String],default:`right`},label:{type:[String],default:`操作`}},data(){return{}},created(){}};function Ks(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[(0,l.renderSlot)(e.$slots,`default`,(0,l.normalizeProps)((0,l.guardReactiveProps)({row:t.row,$index:t.$index,scope:t})))]),_:3},16)}var qs=k(Gs,[[`render`,Ks]]),Js={name:`cvTbColumnBase`,props:{...c.ElTableColumn.props,width:{type:[String,Number],default:``}},data(){return{}},created(){}};function Ys(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[(0,l.renderSlot)(e.$slots,`default`,(0,l.normalizeProps)((0,l.guardReactiveProps)({row:t.row,$index:t.$index,scope:t})))]),_:3},16)}var Xs=k(Js,[[`render`,Ys]]),Zs={name:`cvTbColumnExpand`,props:{...c.ElTableColumn.props},data(){return{}},created(){}};function Qs(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)(e.$props,{type:`expand`}),{default:(0,l.withCtx)(t=>[(0,l.renderSlot)(e.$slots,`default`,(0,l.normalizeProps)((0,l.guardReactiveProps)({row:t.row,$index:t.$index,props:t})))]),_:3},16)}var $s=k(Zs,[[`render`,Qs]]),ec={name:`cvTbColumnEnum`,props:{...c.ElTableColumn.props,dataLists:{type:[Object,Array],default:()=>({})}},data(){return{}},created(){},methods:{dealTypeEnum(e){let t=Object.keys(this.dataLists);return e[this.prop]?this.dataLists[e[this.prop]]||``:this.dataLists[t[0]]||``}}};function tc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(e=>[(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(a.dealTypeEnum(e.row)),1)]),_:1},16)}var nc=k(ec,[[`render`,tc]]),rc={name:`cvTbEditSearch`,props:{...c.ElTableColumn.props,modelValue:{type:[String],default:``},align:{type:[String],default:`left`}},data(){return{isEditIndex:null,localVal:``,autocompleteAttr:{debounce:0},searchSett:{searchFunc:null,searchParam:{},searchMockData:null,searchField:{}},searchResList:[],searchCurrClass:``,searchCurrTbIndex:0,searchIsSelect:!1}},watch:{modelValue(e){},localVal(e){this.$emit(`update:modelValue`,e)}},directives:{edfocus:{mounted:e=>{}}},created(){},methods:{searchEdit(e,t){this.isEditIndex=t,this.$nextTick(()=>{this.$refs[`cv-tbce-autocomplete${t}`].focus()})},searchSave(e,t){this.isEditIndex=null},searchSelect(e,t,n){this.searchIsSelect=!0,this.localTableData[n]=Object.assign(this.localTableData[n],e),this.localTableData[n].row_num=1,e.row_attr?this.localTableData[n].row_name=e.row_name+`<br><span class="cv-tbce-showtext-attr">[ ${e.row_attr} ]</span>`:this.localTableData[n].row_name=e.row_name},searchFocus(e,t){this.searchCurrClass=`cvtegac`+e,this.searchCurrTbIndex=e},searchBlur(e,t){this.searchIsSelect||(this.isEditIndex=null)},searchQuery(e,t){this.searchIsSelect=!1,this.searchResList=[];let n=this.searchSett;if(n.searchMockData!=null&&n.searchMockData){if(typeof n.searchMockData==`object`){let e=this.sortOutData(n.searchMockData);this.tableData=e,this.$message({message:e.msg||``,type:`warning`,duration:1300})}this.$nextTick(()=>{this.tableLoading=!1})}else n.searchFunc&&typeof n.searchFunc==`function`&&n.searchFunc({page:1,pagesize:20,keyword:e,...n.searchParam}).then(n=>{this.searchResList=[...n.data],this.searchParseData(e,t)})},searchParseData(e,t){var n=[],r=[];let i=this.searchSett;if(this.searchResList.length>0){for(let e in this.searchResList){let t=this.searchResList[e];t.row_price=t[i.searchField.row_price],t.row_stock=t[i.searchField.row_stock],t.row_attr=t[i.searchField.row_attr],t.row_name=t[i.searchField.row_name],t.row_unit=t[i.searchField.row_unit],t.row_id=t[i.searchField.row_id],t.value=t.row_name,r.push(t)}n=r}clearTimeout(this.timeout),this.timeout=setTimeout(()=>{t(n)},600)},inputSearchFilter(e){return t=>t.value.toLowerCase().indexOf(e.toLowerCase())===0},searchIconClick(){this.isEditIndex=null}}},ic={class:`name`},ac={class:`addr`},oc={class:`addr`},sc={class:`droplist-item`},cc={class:`name`},lc={key:0,class:`attr`},uc={class:`price`},dc={class:`rest`},fc=[`onClick`];function pc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`ElIconCircleClose`),s=(0,l.resolveComponent)(`el-icon`),c=(0,l.resolveComponent)(`el-autocomplete`),u=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(u,(0,l.mergeProps)(e.$props,{"class-name":`cv-table-editor-search-column`}),{default:(0,l.withCtx)(t=>[i.isEditIndex==t.$index?((0,l.openBlock)(),(0,l.createBlock)(c,(0,l.mergeProps)({key:0,ref:`cv-tbce-autocomplete${t.$index}`},i.autocompleteAttr,{modelValue:t.row[e.prop],"onUpdate:modelValue":n=>t.row[e.prop]=n,"popper-class":`cv-tbce-autocomplete cvtegac${t.$index}`,"fetch-suggestions":a.searchQuery,onSelect:e=>a.searchSelect(e,t.row,t.$index),onFocus:e=>a.searchFocus(t.$index,e),onBlur:e=>a.searchBlur(t.row,t.$index)}),{suffix:(0,l.withCtx)(()=>[(0,l.createVNode)(s,{onClick:e=>a.searchIconClick(t.row,t.$index)},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o)]),_:1},8,[`onClick`])]),default:(0,l.withCtx)(({item:t})=>[(0,l.renderSlot)(e.$slots,`default`,{item:t},()=>[(0,l.createElementVNode)(`div`,ic,(0,l.toDisplayString)(t.row_name),1),(0,l.createElementVNode)(`span`,ac,`价格:`+(0,l.toDisplayString)(t.row_price),1),(0,l.createElementVNode)(`span`,oc,(0,l.toDisplayString)(t.row_rest),1),(0,l.createElementVNode)(`div`,sc,[(0,l.createElementVNode)(`div`,cc,[(0,l.createTextVNode)((0,l.toDisplayString)(t.row_name)+` `,1),t.row_attr?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,lc,`[ `+(0,l.toDisplayString)(t.row_attr)+`]`,1)):(0,l.createCommentVNode)(``,!0)]),(0,l.createElementVNode)(`div`,uc,`¥ `+(0,l.toDisplayString)(t.row_price),1),(0,l.createElementVNode)(`div`,dc,(0,l.toDisplayString)(t.attr_stock),1)])],!0)]),_:2},1040,[`modelValue`,`onUpdate:modelValue`,`popper-class`,`fetch-suggestions`,`onSelect`,`onFocus`,`onBlur`])):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:1,class:`showtext`,onClick:e=>a.searchEdit(t.row,t.$index)},(0,l.toDisplayString)(t.row[e.prop]),9,fc))]),_:3},16)}var mc=k(rc,[[`render`,pc],[`__scopeId`,`data-v-2f76009a`]]),hc={name:`cvTbEditOpt`,props:{tableData:{type:[Array],default:()=>[]},...c.ElTableColumn.props,label:{type:[String],default:`操作`},align:{type:[String],default:`center`},width:{type:[String],default:`100`},fixed:{type:[String],default:`left`},btnAdd:{type:[Boolean,String],default:!0},btnDel:{type:[Boolean,String],default:!0}},data(){return{localTbData:[]}},watch:{tableData(e){this.localTbData=e}},created(){this.localTbData=this.tableData},methods:{optHdDelete(e,t){this.localTbData.splice(e,1),this.localTbData.length<1&&this.optHdAdd()},optHdAdd(){this.localTbData.push({})}}};function gc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`),s=(0,l.resolveComponent)(`el-button`),c=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(c,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(e=>[n.btnAdd?((0,l.openBlock)(),(0,l.createBlock)(s,{key:0,plain:``,style:{padding:`5px`,width:`26px`,height:`26px`},onClick:t[0]||=e=>a.optHdAdd()},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`actionPlus`})]),_:1})):(0,l.createCommentVNode)(``,!0),n.btnDel?((0,l.openBlock)(),(0,l.createBlock)(s,{key:1,plain:``,style:{padding:`5px`,width:`26px`,height:`26px`},onClick:t=>a.optHdDelete(e.$index,e.row)},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`actionClose`})]),_:1},8,[`onClick`])):(0,l.createCommentVNode)(``,!0)]),_:1},16)}var _c=k(hc,[[`render`,gc]]),vc={name:`cvTbEditText`,props:{...c.ElTableColumn.props,width:{type:[String,Number],default:``},editAttr:{type:[Object],default:()=>({placeholder:`请输入`})},editClearable:{type:[Boolean],default:!0},editStyle:{type:[Object],default:()=>({"--el-input-border":0,"--el-input-border-radius":0,"--el-input-height":`36px`})},editClass:{type:[Object],default:()=>({})},editChange:{type:[Function],default:()=>{}},editFormatter:{type:[Function],default:()=>{}},toFixed:{type:[String,Number],default:``}},data(){return{currValue:``,isEditIndex:null,isErrIndex:[]}},directives:{edfocus:{mounted:e=>{e.querySelector(`input`).focus()},inserted:function(e){e.querySelector(`input`).focus()}}},created(){},methods:{textIsError(e){return this.isErrIndex&&this.isErrIndex[e]&&this.isErrIndex[e][this.prop]},textHdEdit(e,t){this.isEditIndex=t},textHdClear(e,t){},textHdSave(e,t){this.isEditIndex=null;let n=e[this.prop];if(this.toFixed!=``){let t=parseInt(this.toFixed);isNaN(n)||(e[this.prop]=parseFloat(n).toFixed(t))}else e[this.prop]=n}},render22(e,t){let n=this;return e(`el-table-column`,{props:{...this.$props},scopedSlots:{default:t=>{this.currValue=t.row[this.prop];let r=t.$index;return this.isEditIndex==r?e(`el-input`,{props:{style:this.editStyle,class:this.editClass},domProps:{value:this.currValue},props:{placeholder:this.placeholder,value:this.param},nativeOn:{keyup:e=>{e.keyCode===13&&(this.$emit(`update:param`,e.target.value),this.callback&&this.callback())}},on:{blur:e=>{this.$emit(`update:param`,e.target.value),this.callback&&this.callback()},input:function(e){n.currValue=e||e.target.value},blur:e=>{this.isEditIndex=null,n.currValue=e||e.target.value}}},this.currValue):e(`span`,{class:{showtext:!0},on:{click:()=>{this.isEditIndex=r}}},this.currValue)}}})}},yc=[`onClick`];function bc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-input`),s=(0,l.resolveComponent)(`el-table-column`),c=(0,l.resolveDirective)(`edfocus`);return(0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)(e.$props,{"class-name":`cv-table-editor-text-column`}),{default:(0,l.withCtx)(t=>[i.isEditIndex==t.$index&&!n.editAttr.disabled?(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createBlock)(o,(0,l.mergeProps)({key:0},n.editAttr,{clearable:n.editClearable,style:n.editStyle,class:n.editClass,modelValue:t.row[e.prop],"onUpdate:modelValue":n=>t.row[e.prop]=n,onBlur:(0,l.withModifiers)(e=>a.textHdSave(t.row,t.$index),[`prevent`]),onClear:e=>a.textHdClear(t.row,t.$index)}),null,16,[`clearable`,`style`,`class`,`modelValue`,`onUpdate:modelValue`,`onBlur`,`onClear`])),[[c]]):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:1,class:`showtext`,onClick:e=>a.textHdEdit(t.row,t.$index)},(0,l.toDisplayString)(t.row[e.prop]),9,yc))]),_:1},16)}var xc=k(vc,[[`render`,bc]]),Sc={name:`cvTbEditRadio`,props:{...c.ElTableColumn.props,editAttr:{type:[Object],default:()=>({})},editStyle:{type:[Object],default:()=>({})},editClass:{type:[Object],default:()=>({})},dataLists:{type:[Object,Array],default:()=>({})},dataField:{type:Object,default:()=>({label:`label`,value:`value`})},editChange:{type:[Function],default:()=>{}},editFormatter:{type:[Function],default:()=>{}}},data(){return{}},created(){}};function Cc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-radio`),s=(0,l.resolveComponent)(`el-radio-group`),c=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(c,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[(0,l.createVNode)(s,(0,l.mergeProps)({style:n.editStyle,class:n.editClass,modelValue:t.row[e.prop],"onUpdate:modelValue":n=>t.row[e.prop]=n},n.editAttr),{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.dataLists,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:t,label:e[n.dataField.label],value:e[n.dataField.value]},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e[n.dataField.label]),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},16,[`style`,`class`,`modelValue`,`onUpdate:modelValue`])]),_:1},16)}var wc=k(Sc,[[`render`,Cc]]),Tc={name:`cvTbEditCheckbox`,props:{...c.ElTableColumn.props,editAttr:{type:[Object],default:()=>({})},editStyle:{type:[Object],default:()=>({})},editClass:{type:[Object],default:()=>({})},dataLists:{type:[Object,Array],default:()=>({})},dataField:{type:Object,default:()=>({label:`label`,value:`value`})},editChange:{type:[Function],default:()=>{}},editFormatter:{type:[Function],default:()=>{}}},data(){return{localVal:[]}},created(){},methods:{handleParseValue(e){this.localVal=[]}}};function Ec(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-checkbox`),s=(0,l.resolveComponent)(`el-checkbox-group`),c=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(c,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[t.row[e.prop]?((0,l.openBlock)(),(0,l.createBlock)(s,(0,l.mergeProps)({key:0,style:n.editStyle,class:n.editClass,modelValue:t.row[e.prop],"onUpdate:modelValue":n=>t.row[e.prop]=n},n.editAttr),{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.dataLists,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:t,label:e[n.dataField.label],value:e[n.dataField.value]},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e[n.dataField.label]),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},16,[`style`,`class`,`modelValue`,`onUpdate:modelValue`])):(0,l.createCommentVNode)(``,!0)]),_:1},16)}var Dc=k(Tc,[[`render`,Ec]]),Oc={name:`cvTbEditSelect`,props:{...c.ElTableColumn.props,editAttr:{type:[Object],default:()=>({})},editStyle:{type:[Object],default:()=>({})},editClass:{type:[Object],default:()=>({})},dataLists:{type:[Object,Array],default:()=>({})},dataField:{type:Object,default:()=>({label:`label`,value:`value`})},editChange:{type:[Function],default:()=>{}},editFormatter:{type:[Function],default:()=>{}}},data(){return{}},created(){}};function kc(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-option`),s=(0,l.resolveComponent)(`el-select`),c=(0,l.resolveComponent)(`el-table-column`);return(0,l.openBlock)(),(0,l.createBlock)(c,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(t=>[(0,l.createVNode)(s,(0,l.mergeProps)({style:n.editStyle,class:n.editClass,modelValue:t.row[e.prop],"onUpdate:modelValue":n=>t.row[e.prop]=n},n.editAttr),{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(n.dataLists,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(o,{key:t,label:e[n.dataField.label],value:e[n.dataField.value]},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e[n.dataField.label]),1)]),_:2},1032,[`label`,`value`]))),128))]),_:1},16,[`style`,`class`,`modelValue`,`onUpdate:modelValue`])]),_:1},16)}var Ac=k(Oc,[[`render`,kc]]);xs.install=function(e){e.component(xs.name,xs)},Ts.install=function(e){e.component(Ts.name,Ts)},ks.install=function(e){e.component(ks.name,ks)},Ms.install=function(e){e.component(Ms.name,Ms)},Fs.install=function(e){e.component(Fs.name,Fs)},zs.install=function(e){e.component(zs.name,zs)},Ws.install=function(e){e.component(Ws.name,Ws)},qs.install=function(e){e.component(qs.name,qs)},Xs.install=function(e){e.component(Xs.name,Xs)},$s.install=function(e){e.component($s.name,$s)},nc.install=function(e){e.component(nc.name,nc)},mc.install=function(e){e.component(mc.name,mc)},_c.install=function(e){e.component(_c.name,_c)},xc.install=function(e){e.component(xc.name,xc)},wc.install=function(e){e.component(wc.name,wc)},Dc.install=function(e){e.component(Dc.name,Dc)},Ac.install=function(e){e.component(Ac.name,Ac)};var jc={},Mc={width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`};function Nc(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,Mc,[...t[0]||=[(0,l.createElementVNode)(`rect`,{width:`12`,height:`12`,rx:`2`,fill:`#86909C`},null,-1),(0,l.createElementVNode)(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M5.98095 5.49307L8.22012 3.25389C8.28521 3.18881 8.39074 3.18881 8.45582 3.25389L8.69153 3.4896C8.75661 3.55468 8.75661 3.66021 8.69153 3.7253L6.45235 5.96447L8.69153 8.20364C8.75661 8.26873 8.75661 8.37426 8.69153 8.43934L8.45582 8.67505C8.39074 8.74013 8.28521 8.74013 8.22012 8.67505L5.98095 6.43587L3.74178 8.67505C3.67669 8.74013 3.57116 8.74013 3.50608 8.67505L3.27037 8.43934C3.20529 8.37426 3.20529 8.26873 3.27037 8.20364L5.50954 5.96447L3.27037 3.7253C3.20529 3.66021 3.20529 3.55468 3.27037 3.4896L3.50608 3.25389C3.57116 3.18881 3.67669 3.18881 3.74178 3.25389L5.98095 5.49307Z`,fill:`white`},null,-1)]])}var Pc=k(jc,[[`render`,Nc]]),Fc={},Ic={width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:`icon`};function Lc(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,Ic,[...t[0]||=[(0,l.createElementVNode)(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M8.00002 0.666504C12.0501 0.666504 15.3334 3.94975 15.3334 7.99984C15.3334 12.0499 12.0501 15.3332 8.00002 15.3332C3.94993 15.3332 0.666687 12.0499 0.666687 7.99984C0.666687 3.94975 3.94993 0.666504 8.00002 0.666504ZM8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM10.6667 5.66667V7.66667H9.33333V5.66667H10.6667ZM6.66667 5.66667V7.66667H5.33333V5.66667H6.66667ZM10.0767 9.33333H11.0495C11.1804 9.33333 11.2866 9.43951 11.2866 9.57048C11.2866 9.60754 11.2779 9.64409 11.2612 9.67718L11.244 9.71053C10.6294 10.8739 9.40726 11.6667 7.99998 11.6667C6.61523 11.6667 5.40977 10.8991 4.7859 9.76612L4.73786 9.67593C4.67845 9.56052 4.72385 9.4188 4.83926 9.35939C4.87253 9.34226 4.90941 9.33333 4.94683 9.33333H5.92347C6.02396 9.33332 6.11908 9.37865 6.18238 9.4567C6.26207 9.55496 6.32833 9.62955 6.38117 9.68046C6.80074 10.0847 7.37133 10.3333 7.99998 10.3333C8.63289 10.3333 9.20694 10.0814 9.62728 9.67224C9.67791 9.62296 9.74135 9.55121 9.8176 9.45698C9.88089 9.37877 9.97611 9.33333 10.0767 9.33333Z`},null,-1)]])}var Rc=k(Fc,[[`render`,Lc]]),zc={},Bc={class:`comment-common-icon`};function Vc(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,Bc,[...t[0]||=[(0,l.createElementVNode)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:``},[(0,l.createElementVNode)(`path`,{d:`M4.88933 0.613974C4.92947 0.616946 4.96831 0.629568 5.00253 0.650767C6.67348 1.68589 7.55141 3.13884 7.63632 5.00962C7.947 5.00962 8.2245 4.65999 8.46882 3.96072L8.49487 3.88447C8.53862 3.75351 8.68025 3.68282 8.8112 3.72656C8.83398 3.73417 8.85554 3.74502 8.87522 3.75878C9.96316 4.5193 10.5048 5.50231 10.5 6.70782C10.4999 6.73762 10.4982 6.76675 10.495 6.7952C10.4985 6.86294 10.5 6.93131 10.5 7.00005C10.5 9.48533 8.48528 11.5 6 11.5C3.51472 11.5 1.5 9.48533 1.5 7.00005C1.5 6.90255 1.5031 6.80578 1.50921 6.70983C1.5062 6.70917 1.5031 6.70849 1.5 6.70782C1.50864 6.60849 1.52139 6.50994 1.53824 6.41219C1.54515 6.35775 1.55321 6.30373 1.56222 6.25003L1.57017 6.24983C1.7622 5.3813 2.28426 4.57601 3.13635 3.83394C4.00892 3.07405 4.50079 2.11523 4.61198 0.957499L4.62156 0.844839C4.63175 0.707146 4.75163 0.603784 4.88933 0.613974Z`})],-1)]])}var Hc=k(zc,[[`render`,Vc]]),Uc={},Wc={width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:`icon`};function Gc(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,Wc,[...t[0]||=[(0,l.createElementVNode)(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M14 1.3335C14.3514 1.3335 14.6394 1.60546 14.6648 1.95041L14.6666 2.00016V14.0002C14.6666 14.3516 14.3947 14.6396 14.0497 14.665L14 14.6668H1.99998C1.64853 14.6668 1.36059 14.3949 1.33514 14.0499L1.33331 14.0002V2.00016C1.33331 1.64871 1.60527 1.36077 1.95023 1.33532L1.99998 1.3335H14ZM13.3333 2.66618H2.66664V13.3328H13.3333V2.66618ZM11.9219 6.7879C11.9719 6.83791 12 6.90574 12 6.97647V11.7993C12 11.9098 11.9104 11.9993 11.8 11.9993H6.81615C6.7975 11.9993 6.77945 11.9968 6.76232 11.992L3.91042 11.9847C3.79996 11.9844 3.71063 11.8947 3.7109 11.7842C3.71102 11.7313 3.73209 11.6807 3.76948 11.6433L6.52468 8.88807C6.62882 8.78393 6.79766 8.78393 6.9018 8.88807L8.17297 10.1593L11.5447 6.7879C11.6489 6.68376 11.8177 6.68376 11.9219 6.7879ZM5.99997 3.99951V5.99951H3.99997V3.99951H5.99997Z`},null,-1)]])}var Kc=k(Uc,[[`render`,Gc]]),qc={},Jc={class:`comment-common-icon`};function Yc(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,Jc,[...t[0]||=[(0,l.createElementVNode)(`svg`,{viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`},[(0,l.createElementVNode)(`path`,{d:`M586.624 234.624a74.624 74.624 0 1 1-149.184 0 74.624 74.624 0 0 1 149.12 0z m0 554.624a74.624 74.624 0 1 1-149.248 0 74.624 74.624 0 0 1 149.248 0zM512 586.624a74.624 74.624 0 1 0 0-149.248 74.624 74.624 0 0 0 0 149.248z`,fill:`currentColor`})],-1)]])}var Xc=k(qc,[[`render`,Yc]]),Zc={},Qc={class:`comment-common-icon`,style:{color:`#1e80ff`}};function $c(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,Qc,[...t[0]||=[(0,l.createElementVNode)(`svg`,{viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`1534`},[(0,l.createElementVNode)(`path`,{d:`M668.928 166.912c-20.48-53.504-47.9744-84.7872-82.0224-94.9248-33.5872-10.0352-61.952 4.096-76.032 13.9776-27.5456 19.3536-41.216 49.664-50.0224 74.1376-3.3792 9.3184-6.4512 19.0976-9.216 27.9552l-2.6624 8.3968a227.8912 227.8912 0 0 1-10.3936 27.9552c-25.344 52.9408-47.4112 84.5312-66.7648 104.96-18.944 19.968-36.4544 30.464-55.1936 39.7824a45.3632 45.3632 0 0 0-25.088 40.5504l-0.1024 480.7168c0 24.9344 20.2752 45.2096 45.2096 45.2096h423.0656c21.7088 0 38.144-6.912 50.0224-16.9984a72.192 72.192 0 0 0 14.4896-16.896l0.2048-0.2048 0.0512-0.1536 0.8192-1.024 1.2288-1.8944c39.424-63.7952 66.7648-114.688 88.2176-175.616 24.4224-69.4784 36.8128-129.6896 42.0352-176.64 5.12-45.6704 3.7888-81.664-1.5872-101.376a77.9776 77.9776 0 0 0-45.568-52.3264 116.5824 116.5824 0 0 0-45.4144-8.6016l-192.8192-2.6624c28.1088-115.0976 10.0864-181.6064-2.4576-214.3744zM64.0512 413.9008a45.2096 45.2096 0 0 1 45.1584-47.36H176.128c24.9344 0 45.2096 20.2752 45.2096 45.2096v480.6144a45.2096 45.2096 0 0 1-45.2096 45.2096h-44.288a45.2096 45.2096 0 0 1-45.1584-43.0592L64 413.952z`,"p-id":`1535`})],-1)]])}var el=k(Zc,[[`render`,$c]]),tl={},nl={class:`comment-common-icon`};function rl(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,nl,[...t[0]||=[(0,l.createElementVNode)(`svg`,{t:`1650360973068`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`1168`,width:`200`,height:`200`},[(0,l.createElementVNode)(`path`,{d:`M547.968 138.88c6.656-4.672 14.08-6.976 20.48-5.056 6.08 1.792 22.848 10.752 40.192 56.128 8.576 22.4 27.264 81.536-5.632 197.504a45.44 45.44 0 0 0 42.88 57.984l217.6 3.008h0.448a53.12 53.12 0 0 1 20.096 3.328 16.256 16.256 0 0 1 5.568 3.648 14.464 14.464 0 0 1 3.264 6.4c2.176 7.808 4.608 33.984-0.256 77.248-4.672 41.984-15.936 97.408-38.784 162.368-19.136 54.336-43.52 100.48-81.472 161.792a56.384 56.384 0 0 0-1.664 2.496l-0.128 0.128-1.408 2.112a7.872 7.872 0 0 1-1.28 1.472 3.84 3.84 0 0 1-1.28 0.64 20.48 20.48 0 0 1-6.848 0.96H356.032V421.44c19.712-10.624 40.704-24.576 62.592-47.616 25.472-26.88 51.008-64.768 78.208-121.6 5.568-11.584 9.856-24.384 13.632-36.032l3.072-9.856c2.688-8.448 5.184-16.384 8.064-24.32 8.064-22.4 16.128-36.032 26.368-43.136z m120.96 27.968c-20.48-53.44-48-84.736-81.984-94.912-33.6-9.984-61.952 4.16-76.032 14.08-27.584 19.264-41.28 49.6-50.048 74.048-3.392 9.344-6.464 19.2-9.216 27.968l-2.688 8.448a227.84 227.84 0 0 1-10.432 27.904c-25.28 52.928-47.36 84.544-66.752 104.96-18.944 19.968-36.48 30.464-55.168 39.808a45.376 45.376 0 0 0-25.088 40.576l-0.064 480.64c0 24.96 20.224 45.248 45.184 45.248h423.04c21.76 0 38.144-6.912 50.048-16.96a71.808 71.808 0 0 0 14.528-16.896l0.128-0.256 0.128-0.128 0.832-0.96 1.152-1.92c39.424-63.872 66.816-114.688 88.256-175.68a810.24 810.24 0 0 0 42.048-176.64c5.12-45.632 3.776-81.664-1.6-101.376a77.952 77.952 0 0 0-45.568-52.288 116.544 116.544 0 0 0-45.44-8.64l-192.768-2.688c28.096-115.072 10.048-181.568-2.496-214.336z m-604.864 247.04a45.184 45.184 0 0 1 45.12-47.296h67.008c24.96 0 45.184 20.288 45.184 45.248v480.64c0 24.96-20.224 45.12-45.184 45.12H131.84a45.184 45.184 0 0 1-45.12-43.072l-22.656-480.64z`,"p-id":`1169`})],-1)]])}var il=k(tl,[[`render`,rl]]),al={},ol={width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:``};function sl(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,ol,[...t[0]||=[(0,l.createElementVNode)(`path`,{"data-v-d6f79dbc":``,"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M5.99976 7.93206L10.0656 3.86619C10.1633 3.76856 10.3215 3.76856 10.4192 3.86619L10.7727 4.21975C10.8704 4.31738 10.8704 4.47567 10.7727 4.5733L6.35331 8.99272C6.15805 9.18798 5.84147 9.18798 5.6462 8.99272L1.22679 4.5733C1.12916 4.47567 1.12916 4.31738 1.22679 4.21975L1.58034 3.86619C1.67797 3.76856 1.83626 3.76856 1.93389 3.86619L5.99976 7.93206Z`},null,-1)]])}var cl=k(al,[[`render`,sl]]),ll={},ul={class:`comment-common-icon`};function dl(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,ul,[...t[0]||=[(0,l.createElementVNode)(`svg`,{width:`12`,height:`12`,viewBox:`0 0 12 12`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:``},[(0,l.createElementVNode)(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M5.99951 0.5C9.03708 0.5 11.4995 2.96243 11.4995 6C11.4995 9.03757 9.03708 11.5 5.99951 11.5C2.96195 11.5 0.499512 9.03757 0.499512 6C0.499512 2.96243 2.96195 0.5 5.99951 0.5ZM6.25 3.49988C6.38807 3.49988 6.5 3.61181 6.5 3.74988V5.49988H8.25C8.38807 5.49988 8.5 5.61181 8.5 5.74988V6.24988C8.5 6.38795 8.38807 6.49988 8.25 6.49988H5.75C5.61193 6.49988 5.5 6.38795 5.5 6.24988V3.74988C5.5 3.61181 5.61193 3.49988 5.75 3.49988H6.25Z`})],-1)]])}var fl=k(ll,[[`render`,dl]]),pl={},ml={class:`comment-common-icon`};function hl(e,t){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,ml,[...t[0]||=[(0,l.createElementVNode)(`svg`,{viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`1320`,width:`200`,height:`200`},[(0,l.createElementVNode)(`path`,{d:`M147.264 647.296V220.928c0-49.536 40.128-89.728 89.6-89.728H793.6c49.536 0 89.728 40.192 89.728 89.728v426.368c0 49.536-40.128 89.728-89.6 89.728h-145.216a47.04 47.04 0 0 0-28.16 9.408l-194.56 145.792a3.392 3.392 0 0 1-5.12-1.984l-26.752-116.672a47.04 47.04 0 0 0-45.824-36.544H236.992a89.728 89.728 0 0 1-89.728-89.728zM236.864 64A156.928 156.928 0 0 0 80 220.928l0.064 426.368a156.928 156.928 0 0 0 156.928 156.928h94.976l23.232 101.312 0.064 0.448a70.592 70.592 0 0 0 109.696 40.832l190.208-142.592H793.6a156.928 156.928 0 0 0 156.928-156.928l-0.064-426.368A156.928 156.928 0 0 0 793.536 64H236.928z m69.44 442.496a65.344 65.344 0 1 0 0-130.752 65.344 65.344 0 0 0 0 130.752z m268.8-65.344a65.344 65.344 0 1 1-130.752 0 65.344 65.344 0 0 1 130.752 0z m138.368 65.344a65.344 65.344 0 1 0 0-130.752 65.344 65.344 0 0 0 0 130.752z`,"p-id":`1321`})],-1)]])}var gl=k(pl,[[`render`,hl]]),_l={class:`cv-comment-emoji`},vl={class:`face-tooltip-head select-none`},yl=[`onClick`],bl=[`src`],xl={class:`emoji-body select-none`},Sl={style:{padding:`0 5px`}},Cl=[`onClick`],wl={class:`emoji-btn select-none`},Tl={key:0},El=k(Object.assign({name:`CompInputEmoji`},{__name:`input-emoji`,props:{emoji:{faceList:[],emojiList:[],allEmoji:{}},placement:`bottom`},emits:[`addEmoji`],setup(e,{emit:t}){let n=e,r=(0,l.ref)(0),i=(0,l.ref)(0),a=(0,l.ref)([,,]),{emojiList:o,faceList:s}=n.emoji;function u(e){switch(r.value=e,e){case 0:i.value=0;break;case 1:i.value=-50,a.value[1]=o[1];break}}function d(){a.value[0]=o[0]}return(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,_l,[(0,l.createVNode)((0,l.unref)(c.ElPopover),{placement:e.placement,"popper-class":`emoji-popover`,width:250,trigger:`click`,onBeforeEnter:d},{reference:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,wl,[t.$slots.default?(0,l.renderSlot)(t.$slots,`default`,{key:1},void 0,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Tl,[(0,l.createVNode)((0,l.unref)(Rc)),n[0]||=(0,l.createElementVNode)(`span`,null,`表情`,-1)]))])]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,vl,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)((0,l.unref)(s),(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`label`,{key:t,class:(0,l.normalizeClass)(r.value==t?`active`:``),onClick:e=>u(t)},[(0,l.createElementVNode)(`img`,{src:e,alt:``},null,8,bl)],10,yl))),128))]),(0,l.createElementVNode)(`div`,xl,[(0,l.createElementVNode)(`div`,{class:`emjio-container`,style:(0,l.normalizeStyle)({transform:`translateX(${i.value}%)`})},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(a.value,(e,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:n,class:`emoji-wrapper`},[(0,l.createVNode)((0,l.unref)(c.ElScrollbar),null,{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,Sl,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e,(e,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:n,class:`emoji-item`,onClick:e=>t.$emit(`addEmoji`,n)},[(0,l.createVNode)((0,l.unref)(c.ElImage),{src:e,title:String(n),class:`emoji`,style:{width:`24px`,height:`24px`,margin:`5px`},lazy:``},null,8,[`src`,`title`])],8,Cl))),128))])]),_:2},1024)]))),128))],4)])]),_:3},8,[`placement`])]))}}),[[`__scopeId`,`data-v-2fb59975`]]),Dl={class:`cv-comment-editor`},Ol=[`placeholder`,`innerHTML`],kl=[`src`],Al=[`onClick`],jl={key:0,class:`cv-comment-editor__action`},Ml=k({__name:`input-box`,props:{placeholder:``,contentBtn:``,parentId:``,reply:``},emits:[`hide`,`close`],setup(e,{expose:t,emit:n}){let r=e,i=(0,l.ref)(``),a=(0,l.ref)(),o=(0,l.ref)(!1),s=(0,l.ref)(!1),u=(0,l.ref)(),d=(0,l.ref)(!0),f=(0,l.ref)(),p=(0,l.ref)(),m=(0,l.ref)([]),h=(0,l.ref)([]),g=(0,l.reactive)({imgLength:0}),_={minHeight:64},v=(0,l.ref)(),y=(0,l.ref)(!1),b=(0,l.ref)(),x=(0,l.computed)(()=>_.minHeight+`px`),S=(0,l.computed)(()=>_.minHeight==30?`4px 10px`:`8px 12px`),C=n,{upload:w,submit:T,focus:E}=(0,l.inject)(`InjectInputBox`),D=(0,l.inject)(`InjectionEmojiApi`);(0,l.watch)(()=>i.value,e=>{y.value||(a.value=e)});function O(){T({content:r.reply?`回复 <span style="color: var(--cv-color-success-dark-2);">@${r.reply.user.username}:</span> ${i.value}`:i.value,parentId:yn(r.parentId,null),reply:r.reply,files:h.value,clear:()=>{ae(),C(`close`)}})}function k(e){R(i.value)&&!g.imgLength&&(s.value=!1,C(`hide`,e))}function A(e){y.value=!0,o.value=!0,s.value=!0,(0,l.nextTick)(()=>{f.value=document.querySelector(`div[id^='el-popper-container']`)}),E()}function ee(e){v.value=window.getSelection()?.getRangeAt(0),u.value?.innerHTML||(o.value=!1),y.value=!1}function j(e){let{innerHTML:t}=e?.target||e;i.value=t||``,R(i.value.replace(/ |<br>| /g,``))?d.value=!0:d.value=!1}function te(e){let t=window.getSelection();t&&(t.removeAllRanges(),v.value||=(M(),t.getRangeAt(0)),v.value.deleteContents(),v.value.insertNode(v.value.createContextualFragment(e)),v.value.collapse(!1),t.addRange(v.value),i.value=u?.value?.innerHTML||``,R(i.value.replace(/ |<br>| /g,``))?d.value=!0:d.value=!1)}function ne(){u.value&&(u.value.innerHTML=``,i.value=u.value.innerHTML,o.value=!1)}function M(){(0,l.nextTick)(()=>{u.value?.focus()})}function re(e){e.ctrlKey&&e.key==`Enter`&&(R(i.value.replace(/ |<br>| /g,``))?(0,c.ElMessage)({message:`内容不能为空`,type:`info`}):O())}function ie(e){m.value.length=0,h.value.length=0;let t=p.value?.files;if(g.imgLength=yn(t?.length,0),t)for(let e=0;e<t.length;e++){let n=t[e].name,r=Sn(t[e]);h.value.push(t[e]),bn(n)?m.value.push(r):(0,c.ElMessage)({type:`warn`,message:`请选择图片类型文件!`,duration:2500})}}function ae(){ne(),m.value.length=0,h.value=[],d.value=!0}function oe(e){m?.value?.splice(e,1)}return(0,l.onMounted)(()=>{u.value?.addEventListener(`keyup`,e=>{let t=e.target;t.innerHTML==`<br>`&&(t.innerHTML=``)})}),t({focus:()=>M()}),(e,t)=>(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Dl,[(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([`cv-comment-editor__box`,{active:o.value,"input-active":s.value}])},[(0,l.createElementVNode)(`div`,{ref_key:`editorRef`,ref:u,class:`rich-input`,contenteditable:`true`,placeholder:r.placeholder,onFocus:A,onInput:j,onBlur:ee,onKeydown:(0,l.withKeys)(re,[`enter`]),innerHTML:a.value,style:(0,l.normalizeStyle)({minHeight:x.value,padding:S.value})},null,44,Ol),(0,l.createElementVNode)(`div`,{ref_key:`imageRef`,ref:b,class:`image-preview-box`},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(m.value,(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:t,class:`image-preview`},[(0,l.createElementVNode)(`img`,{src:e,alt:``},null,8,kl),(0,l.createElementVNode)(`div`,{class:`clean-btn`,onClick:e=>oe(t)},[(0,l.createVNode)((0,l.unref)(Pc))],8,Al)]))),128))],512)],2),(0,l.createVNode)(l.Transition,{name:`fade`},{default:(0,l.withCtx)(()=>[s.value?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,jl,[(0,l.createElementVNode)(`div`,null,[(0,l.createVNode)(El,{emoji:(0,l.unref)(D),onAddEmoji:t[0]||=e=>te(e)},null,8,[`emoji`]),(0,l.createElementVNode)(`div`,{class:`picture`,onClick:t[1]||=(...e)=>p.value?.click&&p.value?.click(...e)},[(0,l.createVNode)((0,l.unref)(Kc)),t[2]||=(0,l.createElementVNode)(`span`,null,`图片`,-1),(0,l.createElementVNode)(`input`,{id:`comment-upload`,ref_key:`inputRef`,ref:p,type:`file`,multiple:``,onChange:ie},null,544)])]),(0,l.createElementVNode)(`div`,null,[t[3]||=(0,l.createElementVNode)(`span`,{style:{"margin-right":`10px`}},[(0,l.createTextVNode)(` 文明上网理性发言,请遵守 `),(0,l.createElementVNode)(`a`,{href:`###`,target:`_blank`},`《新闻评论服务协议》`)],-1),(0,l.createVNode)((0,l.unref)(c.ElButton),{type:`primary`,disabled:d.value,onClick:O},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(r.contentBtn),1)]),_:1},8,[`disabled`])])])):(0,l.createCommentVNode)(``,!0)]),_:1})])),[[(0,l.unref)(c.ClickOutside),k,f.value]])}},[[`__scopeId`,`data-v-e3fd437e`]]),Nl={class:`u-fold`},Pl={class:`action-box select-none`},Fl=k(Object.assign({name:`UFold`},{__name:`fold`,props:{line:{type:[Number,String],default:5}},setup(e){(0,l.useCssVars)(e=>({v15491e60:n.value}));let t=e,n=(0,l.computed)(()=>{let e=Math.trunc(Number(t.line));return e>0?e:1}),r=(0,l.ref)(!0),i=(0,l.ref)(!1),a=(0,l.ref)(),o;return(0,l.onMounted)(()=>{o=new ResizeObserver(e=>{r.value&&a.value&&(i.value=a.value.offsetHeight<a.value.scrollHeight)}),o.observe(a.value)}),(0,l.onUnmounted)(()=>{o.disconnect()}),(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Nl,[(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([`txt-box`,{"over-hidden":r.value}])},[(0,l.createElementVNode)(`div`,{ref_key:`divBox`,ref:a},[(0,l.renderSlot)(e.$slots,`default`,{},void 0,!0)],512)],2),(0,l.createElementVNode)(`div`,Pl,[i.value&&e.unfold?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:0,class:`expand-btn`,onClick:t[0]||=e=>r.value=!r.value},(0,l.toDisplayString)(r.value?`展开`:`收起`),1)):(0,l.createCommentVNode)(``,!0)])]))}}),[[`__scopeId`,`data-v-94334818`]]),Il={__name:`user-card`,props:{uid:``},setup(e){let t=(0,l.ref)({}),{showInfo:n}=(0,l.inject)(`InjectContentBox`),r=(0,l.inject)(`InjectSlots`),i=()=>(0,l.h)(`div`,r.card(t.value));return(a,o)=>(0,l.unref)(r).card?((0,l.openBlock)(),(0,l.createBlock)((0,l.unref)(c.ElPopover),{key:0,placement:`top`,width:300,"show-after":300,onBeforeEnter:o[0]||=()=>(0,l.unref)(n)(e.uid,e=>t.value=e)},{reference:(0,l.withCtx)(()=>[(0,l.renderSlot)(a.$slots,`default`)]),default:(0,l.withCtx)(()=>[(0,l.createVNode)(i)]),_:3})):(0,l.renderSlot)(a.$slots,`default`,{key:1})}};function Ll(e,t){return(0,l.getCurrentScope)()?((0,l.onScopeDispose)(e,t),!0):!1}var Rl=typeof window<`u`&&typeof document<`u`;typeof WorkerGlobalScope<`u`&&globalThis instanceof WorkerGlobalScope;var zl=Object.prototype.toString,Bl=e=>zl.call(e)===`[object Object]`;function Vl(e){let t;function n(){return t||=e(),t}return n.reset=async()=>{let e=t;t=void 0,e&&await e},n}function Hl(e){return Array.isArray(e)?e:[e]}function Ul(e,t,n={}){let{immediate:r=!0,immediateCallback:i=!1}=n,a=(0,l.shallowRef)(!1),o;function s(){o&&=(clearTimeout(o),void 0)}function c(){a.value=!1,s()}function u(...n){i&&e(),s(),a.value=!0,o=setTimeout(()=>{a.value=!1,o=void 0,e(...n)},(0,l.toValue)(t))}return r&&(a.value=!0,Rl&&u()),Ll(c),{isPending:(0,l.shallowReadonly)(a),start:u,stop:c}}function Wl(e,t,n){return(0,l.watch)(e,t,{...n,immediate:!0})}var Gl=Rl?window:void 0;Rl&&window.document;var Kl=Rl?window.navigator:void 0;Rl&&window.location;function ql(e){let t=(0,l.toValue)(e);return t?.$el??t}function Jl(...e){let t=(e,t,n,r)=>(e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)),n=(0,l.computed)(()=>{let t=Hl((0,l.toValue)(e[0])).filter(e=>e!=null);return t.every(e=>typeof e!=`string`)?t:void 0});return Wl(()=>[n.value?.map(e=>ql(e))??[Gl].filter(e=>e!=null),Hl((0,l.toValue)(n.value?e[1]:e[0])),Hl((0,l.unref)(n.value?e[2]:e[1])),(0,l.toValue)(n.value?e[3]:e[2])],([e,n,r,i],a,o)=>{if(!e?.length||!n?.length||!r?.length)return;let s=Bl(i)?{...i}:i,c=e.flatMap(e=>n.flatMap(n=>r.map(r=>t(e,n,r,s))));o(()=>{c.forEach(e=>e())})},{flush:`post`})}function Yl(){let e=(0,l.shallowRef)(!1),t=(0,l.getCurrentInstance)();return t&&(0,l.onMounted)(()=>{e.value=!0},t),e}function Xl(e){let t=Yl();return(0,l.computed)(()=>(t.value,!!e()))}function Zl(e,t={}){let{controls:n=!1,navigator:r=Kl}=t,i=Xl(()=>r&&`permissions`in r),a=(0,l.shallowRef)(),o=typeof e==`string`?{name:e}:e,s=(0,l.shallowRef)(),c=()=>{s.value=a.value?.state??`prompt`};Jl(a,`change`,c,{passive:!0});let u=Vl(async()=>{if(i.value){if(!a.value)try{a.value=await r.permissions.query(o)}catch{a.value=void 0}finally{c()}if(n)return(0,l.toRaw)(a.value)}});return u(),n?{state:s,isSupported:i,query:u}:s}function Ql(e={}){let{navigator:t=Kl,read:n=!1,source:r,copiedDuring:i=1500,legacy:a=!1}=e,o=Xl(()=>t&&`clipboard`in t),s=Zl(`clipboard-read`),c=Zl(`clipboard-write`),u=(0,l.computed)(()=>o.value||a),d=(0,l.shallowRef)(``),f=(0,l.shallowRef)(!1),p=(0,l.shallowRef)(!1),m=Ul(()=>f.value=!1,i,{immediate:!1}),h=0;async function g(){let e=!(o.value&&x(s.value));if(!e)try{d.value=await t.clipboard.readText()}catch{e=!0}e&&(d.value=b())}u.value&&n&&Jl([`copy`,`cut`],g,{passive:!0});async function _(e){let n=e??(0,l.toValue)(r);if(u.value&&n!=null){p.value=!0;let e=!(o.value&&x(c.value));if(!e)try{let e=v(n);await t.clipboard.write([e])}catch{e=!0}if(e)if(typeof n==`string`)d.value=n,y(n);else{let e=++h,t=await n();t!=null&&e===h&&(d.value=t,y(t))}f.value=!0,m.start(),p.value=!1}}function v(e){return typeof e==`string`?(d.value=e,new ClipboardItem({"text/plain":e})):new ClipboardItem({"text/plain":e().then((e=``)=>(d.value=e,new Blob([e],{type:`text/plain`})))})}function y(e){let t=document.createElement(`textarea`);t.value=e,t.style.position=`absolute`,t.style.opacity=`0`,t.setAttribute(`readonly`,``),document.body.appendChild(t),t.select(),document.execCommand(`copy`),t.remove()}function b(){var e,t;return((e=document)==null||(t=e.getSelection)==null||(t=t.call(e))==null?void 0:t.toString())??``}function x(e){return e===`granted`||e===`prompt`}return{copyPending:(0,l.shallowReadonly)(p),isSupported:u,text:(0,l.shallowReadonly)(d),copied:(0,l.shallowReadonly)(f),copy:_}}var $l={class:`comment-list-actbox__right`},eu={class:`operation-warp`},tu={class:`dialog-footer`},nu={__name:`comment-operate`,props:{data:{type:[Object],default:()=>({})}},setup(e){let{copy:t}=Ql(),n=(0,l.ref)(!1),r=(0,l.ref)({report_type:``,report_content:``}),i=e;function a(){let e=i.data||{};n.value=!1,(0,c.ElMessage)({type:`info`,message:`举报成功: `+e.id})}function o(e){let r=i.data||{};switch(e){case`remove`:setTimeout(()=>{commentRef.value?.remove(r)},200);break;case`report`:n.value=!0;break;case`copy`:t(r.content),(0,c.ElMessage)({type:`info`,message:`复制成功`})}}return(e,t)=>{let i=(0,l.resolveComponent)(`el-dropdown-item`),s=(0,l.resolveComponent)(`el-dropdown-menu`),c=(0,l.resolveComponent)(`el-dropdown`),u=(0,l.resolveComponent)(`el-radio`),d=(0,l.resolveComponent)(`el-radio-group`),f=(0,l.resolveComponent)(`el-form-item`),p=(0,l.resolveComponent)(`el-input`),m=(0,l.resolveComponent)(`el-form`),h=(0,l.resolveComponent)(`el-button`),g=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,$l,[(0,l.createVNode)(c,{trigger:`click`,onCommand:t[0]||=e=>o(e)},{dropdown:(0,l.withCtx)(()=>[(0,l.createVNode)(s,null,{default:(0,l.withCtx)(()=>[(0,l.createVNode)(i,{command:`report`},{default:(0,l.withCtx)(()=>[...t[5]||=[(0,l.createTextVNode)(`举报`,-1)]]),_:1}),(0,l.createVNode)(i,{command:`remove`},{default:(0,l.withCtx)(()=>[...t[6]||=[(0,l.createTextVNode)(`删除`,-1)]]),_:1}),(0,l.createVNode)(i,{divided:``,command:`copy`},{default:(0,l.withCtx)(()=>[...t[7]||=[(0,l.createTextVNode)(`复制`,-1)]]),_:1})]),_:1})]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,eu,[(0,l.createVNode)((0,l.unref)(Xc))])]),_:1}),(0,l.createVNode)(g,{title:`举报`,modelValue:n.value,"onUpdate:modelValue":t[4]||=e=>n.value=e,width:`400px`,style:{width:`90%`,"max-width":`400px`}},{footer:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`span`,tu,[(0,l.createVNode)(h,{onClick:t[3]||=e=>n.value=!1},{default:(0,l.withCtx)(()=>[...t[13]||=[(0,l.createTextVNode)(`取消`,-1)]]),_:1}),(0,l.createVNode)(h,{type:`primary`,onClick:a},{default:(0,l.withCtx)(()=>[...t[14]||=[(0,l.createTextVNode)(`提交`,-1)]]),_:1})])]),default:(0,l.withCtx)(()=>[(0,l.createVNode)(m,{"label-position":`top`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(f,{label:`您为什么要举报此信息?`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(d,{modelValue:r.value.report_type,"onUpdate:modelValue":t[1]||=e=>r.value.report_type=e},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(u,{value:`色情淫秽`},{default:(0,l.withCtx)(()=>[...t[8]||=[(0,l.createTextVNode)(`色情淫秽`,-1)]]),_:1}),(0,l.createVNode)(u,{value:`骚扰谩骂`},{default:(0,l.withCtx)(()=>[...t[9]||=[(0,l.createTextVNode)(`骚扰谩骂`,-1)]]),_:1}),(0,l.createVNode)(u,{value:`广告欺诈`},{default:(0,l.withCtx)(()=>[...t[10]||=[(0,l.createTextVNode)(`广告欺诈`,-1)]]),_:1}),(0,l.createVNode)(u,{value:`反动`},{default:(0,l.withCtx)(()=>[...t[11]||=[(0,l.createTextVNode)(`反动`,-1)]]),_:1}),(0,l.createVNode)(u,{value:`其他`},{default:(0,l.withCtx)(()=>[...t[12]||=[(0,l.createTextVNode)(`其他`,-1)]]),_:1})]),_:1},8,[`modelValue`])]),_:1}),(0,l.createVNode)(f,{label:`举报说明(可选):`},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(p,{type:`textarea`,modelValue:r.value.report_content,"onUpdate:modelValue":t[2]||=e=>r.value.report_content=e,maxlength:`200`,placeholder:`描述恶意行为`,rows:`3`},null,8,[`modelValue`])]),_:1})]),_:1})]),_:1},8,[`modelValue`])])}}},ru={class:`comment-sub`},iu=[`href`],au={class:`comment-primary`},ou={class:`comment-main`},su={key:1,class:`user-info`},cu=[`href`],lu={class:`username`},uu={class:`name`,style:{"max-width":`10em`}},du={blank:`true`,class:`rank`},fu=[`innerHTML`],pu={class:`address`,style:{color:`#939393`,"font-size":`12px`}},mu={class:`time`},hu={class:`content`},gu=[`innerHTML`],_u={class:`imgbox`,style:{display:`flex`}},vu={class:`comment-list-actbox select-none`},yu={class:`comment-list-actbox__left`},bu={key:2},xu={class:`comment-list-actbox__right`},Su={key:2},Cu=k({__name:`content-box`,props:{reply:{type:[Boolean],default:!1},data:{type:[Object],default:()=>({})},id:{type:[String],default:``}},setup(e){let t=e,n=(0,l.reactive)({active:!1}),r=(0,l.ref)(),i=(0,l.ref)(),a=(0,l.computed)(()=>{let e=t.data.contentImg;return R(e)?[]:e?.split(`||`)}),{allEmoji:o}=(0,l.inject)(`InjectionEmojiApi`),{like:s,user:u,relativeTime:d}=(0,l.inject)(`InjectContentBox`);function f(){n.active=!n.active,n.active&&(0,l.nextTick)(()=>{r.value?.focus()})}function p(e){let t=e.target;i.value?.contains(t)||(n.active=!1)}let m=(0,l.inject)(`InjectSlots`),h=()=>(0,l.h)(`div`,m.info(t.data)),g=(e,t)=>(t=t.replace(/\[.+?\]/g,t=>{let n=e[t];return n?[`<img src="`,n,`" width="20" height="20" alt="`,t,`" title="`,t,`" style="margin: 0 1px; vertical-align: text-bottom"`,`/>`].join(``):t}),t),_=(0,l.computed)(()=>g(o,t.data.content)),v=e=>{switch(e){case 1:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="831"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#8CDBF4" p-id="832"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="833"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m950.857143-365.714285l73.142857-73.142858v146.285715h-73.142857z m73.142857-73.142858h146.285715v146.285715h-146.285715z m0 146.285715h146.285715v438.857143h-146.285715z" fill="#FFFFFF"></path></svg>`;case 2:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="765"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#6ECEFF" p-id="766"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="767"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m877.714286-438.857143h365.714286v146.285715h-365.714286z m219.428572 146.285715h146.285714v146.285714h-146.285714z m-219.428572 292.571428V512h146.285714v146.285714z" fill="#FFFFFF" p-id="768"></path><path d="M1097.142857 585.142857V438.857143h365.714286v146.285714z m0 73.142857h365.714286v146.285715h-365.714286z" fill="#FFFFFF"></path></svg>`;case 3:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="799"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#599DFF" p-id="800"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="801"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m877.714286-438.857143h365.714286v146.285715h-365.714286z m219.428572 146.285715h146.285714v73.142857h-146.285714z m0 219.428571h146.285714v73.142857h-146.285714z m-146.285715-146.285714h292.571429v146.285714h-292.571429z m-73.142857 219.428571h365.714286v146.285715h-365.714286z" fill="#FFFFFF"></path></svg>`;case 4:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="815"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#34D19B" p-id="816"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="817"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m975.213715-365.714285L1243.428571 219.428571v219.428572h-146.285714zM1097.142857 438.857143h146.285714v292.571428h-146.285714z m146.285714 146.285714h73.142858v146.285714h-73.142858z m0-365.714286h73.142858v146.285715h-73.142858z m73.142858 0h146.285714v585.142858h-146.285714z" fill="#FFFFFF"></path></svg>`;case 5:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="782"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#FFA000" p-id="783"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="784"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m1097.142858-73.142857h146.285714v219.428572h-146.285714z m-219.428572-365.714286h365.714286v146.285715h-365.714286z m0 438.857143h219.428572v146.285715h-219.428572z m73.142857-219.428571h219.428572v146.285714h-219.428572z" fill="#FFFFFF" p-id="785"></path><path d="M1316.571429 438.857143h146.285714v146.285714h-146.285714z m-219.428572-73.142857h146.285714v219.428571h-146.285714z" fill="#FFFFFF"></path></svg>`;case 6:return`<svg viewBox="0 0 1682 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="748"><path d="M219.428571 73.142857h1243.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v585.142858a146.285714 146.285714 0 0 1-146.285714 146.285714H219.428571a146.285714 146.285714 0 0 1-146.285714-146.285714V219.428571a146.285714 146.285714 0 0 1 146.285714-146.285714z" fill="#F36262" p-id="749"></path><path d="M219.428571 292.571429h146.285715v512H219.428571z m365.714286 146.285714h146.285714l146.285715 365.714286h-146.285715z" fill="#FFFFFF" p-id="750"></path><path d="M1024 438.857143h-146.285714l-146.285715 365.714286h146.285715zM219.428571 658.285714h365.714286v146.285715H219.428571z m1097.142858-146.285714h146.285714v292.571429h-146.285714z m-73.142858-292.571429h146.285715v146.285715h-146.285715z m-146.285714 146.285715h146.285714v438.857143h-146.285714z" fill="#FFFFFF" p-id="751"></path><path d="M1243.428571 438.857143h219.428572v146.285714h-219.428572z m-48.786285-170.642286L1243.428571 219.428571v146.285715h-146.285714zM1243.428571 658.285714h146.285715v146.285715h-146.285715z" fill="#FFFFFF"></path></svg>`;default:return``}};return(o,g)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:(0,l.normalizeClass)([`comment`,{reply:t.reply}])},[(0,l.createElementVNode)(`div`,ru,[(0,l.createVNode)(Il,{uid:(0,l.unref)(z)(e.data.uid)},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`a`,{href:e.data.user.homeLink,target:`_blank`,class:`no-underline`,style:{display:`block`}},[(0,l.createVNode)((0,l.unref)(c.ElAvatar),{style:{"margin-top":`5px`},size:40,fit:`cover`,src:e.data.user.avatar},{default:(0,l.withCtx)(()=>[...g[2]||=[(0,l.createElementVNode)(`img`,{src:`https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png`},null,-1)]]),_:1},8,[`src`])],8,iu)]),_:1},8,[`uid`])]),(0,l.createElementVNode)(`div`,au,[(0,l.createElementVNode)(`div`,ou,[(0,l.unref)(m).info?((0,l.openBlock)(),(0,l.createBlock)(h,{key:0})):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,su,[(0,l.createVNode)(Il,{uid:(0,l.unref)(z)(e.data.uid)},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`a`,{href:e.data.user.homeLink,target:`_blank`,class:`no-underline`,style:{display:`block`}},[(0,l.createElementVNode)(`div`,lu,[(0,l.createElementVNode)(`span`,uu,(0,l.toDisplayString)(e.data.user.username),1),(0,l.createElementVNode)(`span`,du,[(0,l.createElementVNode)(`i`,{class:`comment-common-icon`,style:{"font-size":`24px`},innerHTML:v(e.data.user.level)},null,8,fu)])])],8,cu)]),_:1},8,[`uid`]),(0,l.createElementVNode)(`span`,pu,`\xA0\xA0`+(0,l.toDisplayString)(e.data.address),1),(0,l.createElementVNode)(`time`,mu,(0,l.toDisplayString)((0,l.unref)(d)?(0,l.unref)(hn)(e.data.createTime):e.data.createTime),1)])),(0,l.createElementVNode)(`div`,hu,[(0,l.createVNode)(Fl,{unfold:``},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,{innerHTML:_.value},null,8,gu),(0,l.createElementVNode)(`div`,_u,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(a.value,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)((0,l.unref)(c.ElImage),{key:t,src:e,style:{height:`72px`,padding:`8px 4px`},lazy:``,"preview-src-list":a.value,"initial-index":t},null,8,[`src`,`preview-src-list`,`initial-index`]))),128))])]),_:1})]),(0,l.createElementVNode)(`div`,vu,[(0,l.createElementVNode)(`div`,yu,[(0,l.createElementVNode)(`div`,{"data-tip":`点赞`,class:`item`,onClick:g[0]||=t=>(0,l.unref)(s)((0,l.unref)(z)(e.data.id))},[(0,l.unref)(u).likeIds.map(String).indexOf((0,l.unref)(z)(e.data.id))==-1?((0,l.openBlock)(),(0,l.createBlock)((0,l.unref)(il),{key:0})):((0,l.openBlock)(),(0,l.createBlock)((0,l.unref)(el),{key:1})),e.data.likes==0?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`span`,bu,(0,l.toDisplayString)(e.data.likes),1))]),(0,l.createElementVNode)(`div`,{"data-tip":`回复`,ref_key:`btnRef`,ref:i,class:(0,l.normalizeClass)([`item`,{active:n.active}]),onClick:f},[(0,l.createVNode)((0,l.unref)(gl)),(0,l.createElementVNode)(`span`,null,(0,l.toDisplayString)(n.active?`取消回复`:`回复`),1)],2)]),(0,l.createElementVNode)(`div`,xu,[(0,l.renderSlot)(o.$slots,`operate`,{},()=>[(0,l.createVNode)(nu,{data:t.data},null,8,[`data`])],!0)])]),n.active?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Su,[(0,l.createVNode)(Ml,{ref_key:`commentRef`,ref:r,"parent-id":(0,l.unref)(z)(e.id),placeholder:`回复 @${e.data.user.username}...`,reply:e.data,"content-btn":`发布`,style:{"margin-top":`12px`},onHide:p,onClose:g[1]||=e=>n.active=!1},null,8,[`parent-id`,`placeholder`,`reply`])])):(0,l.createCommentVNode)(``,!0)]),(0,l.renderSlot)(o.$slots,`default`,{},void 0,!0)])],2))}},[[`__scopeId`,`data-v-cfe79df7`]]),wu={key:0,class:`reply-box`},Tu={class:`reply-list`},Eu={key:0,class:`fetch-more`},Du={key:0},Ou={key:1},ku={key:0},Au={key:1,class:`fetch-more`},ju=k({__name:`reply-box`,props:{data:{type:[Array,Object],default:()=>null},id:{type:[String],default:``}},setup(e){let t=e,n=(0,l.reactive)({loading:!1,over:!1,pageNum:1,pageSize:5}),{replyPage:r,replyShowSize:i,comments:a,page:o}=(0,l.inject)(`InjectReplyBox`),s=(0,l.computed)(()=>{let e={total:0,length:0,list:[]};if(t.data){let n=t.data.list.length;e={total:t.data.total,length:n,list:t.data.list}}if(!n.over){let t=e.list.slice(0,i);e.list=t}return o&&(e.list=e.list.slice(0,5)),e}),u=()=>{n.over=!0},d=e=>{a.value.forEach(n=>{n.id==t.id&&(n.reply&&=e)})},f=e=>{n.pageNum=e,r(t.id,e,n.pageSize,e=>d(e))},p=e=>{n.pageSize=e,r(t.id,n.pageNum,e,e=>d(e))};return(t,r)=>s.value.length>0?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,wu,[(0,l.createElementVNode)(`div`,Tu,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(s.value.list,(t,n)=>((0,l.openBlock)(),(0,l.createBlock)(Cu,{id:e.id,key:n,data:t,reply:``},null,8,[`id`,`data`]))),128)),s.value.length>(0,l.unref)(i)?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Eu,[n.loading?((0,l.openBlock)(),(0,l.createElementBlock)(`span`,Du,`加载中...`)):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ou,[n.over?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,ku,[(0,l.createTextVNode)(` 共`+(0,l.toDisplayString)(s.value.total)+`条回复, `,1),(0,l.createElementVNode)(`span`,{class:`fetch-more-comment select-none`,onClick:u},[r[0]||=(0,l.createTextVNode)(` 点击查看 `,-1),(0,l.createVNode)((0,l.unref)(cl))])]))]))])):(0,l.createCommentVNode)(``,!0),n.over&&(0,l.unref)(o)?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Au,[(0,l.createVNode)((0,l.unref)(c.ElPagination),{small:``,"hide-on-single-page":``,layout:`total, prev, pager, next`,total:s.value.total,"page-size":n.pageSize,onCurrentChange:f,onSizeChange:p},null,8,[`total`,`page-size`])])):(0,l.createCommentVNode)(``,!0)])])):(0,l.createCommentVNode)(``,!0)}},[[`__scopeId`,`data-v-16e0a50b`]]),Mu={key:0,class:`comment-list`},Nu={__name:`comment-list`,props:{data:{type:[Array,Object],default:()=>[]},total:{type:[Number],default:0},showSize:{type:[Number],default:0}},setup(e){return(t,n)=>e.data?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Mu,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.data,(e,t)=>((0,l.openBlock)(),(0,l.createBlock)(Cu,{id:(0,l.unref)(z)(e.id),key:t,data:e},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(ju,{id:(0,l.unref)(z)(e.id),data:e.reply},null,8,[`id`,`data`])]),_:2},1032,[`id`,`data`]))),128))])):(0,l.createCommentVNode)(``,!0)}},Pu={class:`cv-comment-base`},Fu={class:`cv-comment-form`},Iu={class:`cv-comment-form__content`},Lu={class:`cv-comment-form__avatar`},Ru={class:`cv-comment-list-wrapper`},zu=Object.assign({name:`cvCommentBase`},{__name:`comment`,props:{config:{},page:!1,upload:!1,relativeTime:!1},emits:[`submit`,`like`,`replyPage`,`showInfo`,`focus`],setup(e,{expose:t,emit:n}){let r=e,{user:i,comments:a,showSize:o,replyShowSize:s,total:c}=(0,l.toRefs)(r.config),u=n;(0,l.provide)(`InjectInputBox`,{upload:r.upload,submit:({content:e,parentId:t,reply:n,files:r,clear:i})=>{u(`submit`,{content:e,parentId:t,reply:n,files:r,finish:e=>{if(i(),t){let n=a.value.find(e=>e.id==t);if(n){let t=n.reply;t?(t.list.unshift(e),t.total++):n.reply={total:1,list:[e]}}}else a.value.unshift(e)}})},focus:()=>u(`focus`)});let d=(e,t)=>{let n=null;a.value.forEach(r=>{n=r.id==e?r:r.reply?.list.find(t=>t.id==e),n&&(n.likes+=t)})};return(0,l.provide)(`InjectContentBox`,{user:i,like:e=>{let t=r.config.user.likeIds;u(`like`,e,()=>{if(t.findIndex(t=>t==e)==-1)t.push(e),d(e,1);else{let n=t.findIndex(t=>t==e);n!=-1&&(t.splice(n,1),d(e,-1))}})},relativeTime:yn(r.relativeTime,!1),showInfo:(e,t)=>u(`showInfo`,e,t)}),(0,l.provide)(`InjectReplyBox`,{page:r.page,replyPage:(e,t,n,r)=>{u(`replyPage`,{parentId:e,pageNum:t,pageSize:n,finish:r})},replyShowSize:yn(s,3),comments:a}),(0,l.provide)(`InjectionEmojiApi`,r.config.emoji),(0,l.provide)(`InjectSlots`,(0,l.useSlots)()),t({remove:e=>{let{parentId:t,id:n}=e;if(t){let e=a.value.find(e=>e.id==t)?.reply;if(e){let t=e.list.findIndex(e=>e.id==n);t!=-1&&(e.list.splice(t,1),e.total--)}}else{let e=a.value.findIndex(e=>e.id==n);e!=-1&&a.value.splice(e,1)}}}),(t,n)=>{let r=(0,l.resolveComponent)(`el-avatar`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Pu,[(0,l.createElementVNode)(`div`,Fu,[n[1]||=(0,l.createElementVNode)(`div`,{class:`cv-comment-form__header`},[(0,l.createElementVNode)(`span`,{class:`cv-comment-form__hdtitle`},`评论`)],-1),(0,l.createElementVNode)(`div`,Iu,[(0,l.createElementVNode)(`div`,Lu,[(0,l.createVNode)(r,{size:40,src:e.config.user.avatar},{default:(0,l.withCtx)(()=>[...n[0]||=[(0,l.createElementVNode)(`img`,{src:`https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png`},null,-1)]]),_:1},8,[`src`])]),(0,l.createVNode)(Ml,{placeholder:`输入评论(Enter换行,Ctrl + Enter发送)`,"content-btn":`发表评论`})])]),(0,l.renderSlot)(t.$slots,`default`,{},()=>[n[2]||=(0,l.createElementVNode)(`div`,{class:`title`},`全部评论`,-1)]),(0,l.createElementVNode)(`div`,Ru,[(0,l.createVNode)(Nu,{data:(0,l.unref)(a),total:(0,l.unref)(c),"show-size":(0,l.unref)(yn)((0,l.unref)(o),5)},null,8,[`data`,`total`,`show-size`])])])}}}),Bu={class:`comment-scroll`},Vu=[`infinite-scroll-disabled`],Hu={class:`scroll-btn`},Uu={key:1},Wu={key:2},Gu=Object.assign({name:`cvCommentScroll`},{__name:`comment-scroll`,props:{disable:{type:[Boolean],default:!1},show:{type:[Boolean],default:!1}},emits:[`more`],setup(e,{emit:t}){let n=e,r=(0,l.ref)(!1),i=(0,l.ref)(!1),a=t,o=(0,l.computed)(()=>i.value&&n.disable),s=(0,l.computed)(()=>!i.value||r.value||o.value),c=un(()=>{a(`more`),r.value=!1},500),u=()=>{r.value=!0,c()};return(e,t)=>{let n=(0,l.resolveComponent)(`el-link`),a=(0,l.resolveDirective)(`infinite-scroll`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Bu,[(0,l.withDirectives)(((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{"infinite-scroll-disabled":s.value,"infinite-scroll-distance":`2`},[(0,l.renderSlot)(e.$slots,`default`),(0,l.createElementVNode)(`div`,Hu,[i.value?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createBlock)(n,{key:0,type:`primary`,underline:`never`,onClick:t[0]||=e=>i.value=!i.value},{default:(0,l.withCtx)(()=>[...t[1]||=[(0,l.createTextVNode)(`加载更多`,-1)]]),_:1})),r.value?((0,l.openBlock)(),(0,l.createElementBlock)(`p`,Uu,`加载中...`)):(0,l.createCommentVNode)(``,!0),o.value?((0,l.openBlock)(),(0,l.createElementBlock)(`p`,Wu,`没有更多了`)):(0,l.createCommentVNode)(``,!0)])],8,Vu)),[[a,u]])])}}}),Ku={class:`cv-comment-nav-wrap`},qu={class:`cv-comment-nav__sort`},Ju=Object.assign({name:`cvCommentNav`},{__name:`comment-nav`,props:{modelValue:!1},emits:[`update:modelValue`,`sorted`],setup(e,{emit:t}){let n=e,r=t,i=(0,l.computed)({get(){return n.modelValue},set(e){r(`update:modelValue`,e),r(`sorted`,e)}});return(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Ku,[t[4]||=(0,l.createElementVNode)(`span`,{class:`cv-comment-nav__title`},`全部评论`,-1),(0,l.createElementVNode)(`div`,qu,[(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([`item select-none`,{active:i.value}]),onClick:t[0]||=e=>i.value=!0},[(0,l.createVNode)((0,l.unref)(fl)),t[2]||=(0,l.createTextVNode)(` 最新 `,-1)],2),(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([`item select-none`,{active:!i.value}]),onClick:t[1]||=e=>i.value=!1},[(0,l.createVNode)((0,l.unref)(Hc)),t[3]||=(0,l.createTextVNode)(` 最热 `,-1)],2)])]))}});zu.install=function(e){e.component(zu.name,zu)},Gu.install=function(e){e.component(Gu.name,Gu)},Ju.install=function(e){e.component(Ju.name,Ju)};var Yu={name:`cvIcons`,props:{type:{type:String,default:``},color:{type:String,default:`currentColor`},size:{type:[Number,String],default:14},rotate:{type:Boolean,default(){return!1}}},computed:{mergeIconStyle(){let e=``;return e=typeof this.size==`string`&&(this.size.includes(`px`)||this.size.includes(`rpx`))?this.size:`${parseFloat(this.size)}px`,{color:this.color,"font-size":e}}},data(){return{}},created(){},methods:{}};function Xu(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`i`,{style:(0,l.normalizeStyle)(a.mergeIconStyle),class:(0,l.normalizeClass)([`cv-icon`,n.rotate?`cv-icons-turn`:`cv-icon-`+n.type])},null,6)}var Zu=k(Yu,[[`render`,Xu]]),Qu={name:`cvIconSvg`,props:{...c.ElIcon.prop,type:{type:[String],default:``},size:{type:[String,Number],default:12},name:{type:[String],default:``}},data(){return{}},computed:{style(){return{fontSize:isNaN(Number(this.size))?this.size+`px`:this.size,color:props.color}}},created(){},methods:{}},$u={key:0,"aria-hidden":`true`},ed=[`xlink:href`];function td(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`el-icon`);return(0,l.openBlock)(),(0,l.createBlock)(o,(0,l.normalizeProps)((0,l.guardReactiveProps)(e.$props)),{default:(0,l.withCtx)(()=>[(0,l.renderSlot)(e.$slots,`default`,{},()=>[((0,l.openBlock)(),(0,l.createBlock)((0,l.resolveDynamicComponent)(n.type)))]),n.name?((0,l.openBlock)(),(0,l.createElementBlock)(`svg`,$u,[(0,l.createElementVNode)(`use`,{"xlink:href":n.name},null,8,ed)])):(0,l.createCommentVNode)(``,!0)]),_:3},16)}var nd=k(Qu,[[`render`,td]]);function rd(e){let t=e.trim();return/^https?:\/\//.test(t)}var id={emits:[`click`],props:{name:{type:String,required:!0,validator:e=>e.trim().length>0},size:{type:[Number,String],default:24},color:{type:String,default:`#333333`},hoverColor:{type:String,default:`currentColor`},hoverEffect:{type:Boolean,default:!1}},data(){return{iconType:`svg`}},computed:{maskIconUrl(){if(rd(this.name))return this.name;let e=`https://10ui.cn/icons`,t=this.name||``,n=``;t=t.replace(/([A-Z])/g,e=>`-${e.toLowerCase()}`),t=t.replace(/^-|-$/g,``),t=t.toLowerCase().trim();let r=/-(filled|bold)$/;if(r.test(t)){let e=t.match(r)[1],i=t.slice(0,t.lastIndexOf(`-${e}`));n=i?`${i.split(`-`).filter(e=>e.trim().length>0).join(`/`)}-${e}`:t}else n=t.includes(`-`)?t.split(`-`).filter(e=>e.trim().length>0).join(`/`):t;switch(this.iconType?.toLowerCase()||`png`){case`svg`:return`${e}/${n}.svg`;case`png`:return`${e}/png/${n}.png`;default:return`${e}/png/${n}.png`}},iconSize(){return typeof this.size==`string`&&(this.size.includes(`px`)||this.size.includes(`rpx`))?this.size:`${parseFloat(this.size)}px`},iconStyle(){let e={width:this.iconSize,height:this.iconSize,backgroundColor:this.color,WebkitMaskImage:`url(${this.maskIconUrl})`,maskImage:`url(${this.maskIconUrl})`,WebkitMaskSize:`contain`,maskSize:`contain`,WebkitMaskRepeat:`no-repeat`,maskRepeat:`no-repeat`,WebkitMaskPosition:`center`,maskPosition:`center`};return this.hoverEffect&&(e.transition=`background-color 0.2s ease`),e}}},ad={name:`cvMaskSvg`,mixins:[id]},od=()=>{(0,l.useCssVars)(e=>({v4d7c194c:e.hoverColor}))},sd=ad.setup;ad.setup=sd?(e,t)=>(od(),sd(e,t)):od;function cd(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-mask-icon`,style:(0,l.normalizeStyle)(e.iconStyle),onClick:t[0]||=t=>e.$emit(`click`,t)},null,4)}var ld=k(ad,[[`render`,cd],[`__scopeId`,`data-v-bff5bc9b`]]),ud={name:`cvMaskPng`,mixins:[id],data(){return{iconType:`png`}}},dd=()=>{(0,l.useCssVars)(e=>({v6bb780e0:e.hoverColor}))},fd=ud.setup;ud.setup=fd?(e,t)=>(dd(),fd(e,t)):dd;function pd(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-mask-icon`,style:(0,l.normalizeStyle)(e.iconStyle),onTap:t[0]||=t=>e.$emit(`click`,t)},null,36)}var md=k(ud,[[`render`,pd],[`__scopeId`,`data-v-4f8ce869`]]);Zu.install=function(e){e.component(Zu.name,Zu)},nd.install=function(e){e.component(nd.name,nd)},ld.install=function(e){e.component(ld.name,ld)},md.install=function(e){e.component(md.name,md)};var hd={class:`u-emoji`},gd={class:`face-tooltip-head select-none`},_d=[`onClick`],vd=[`src`],yd={class:`emoji-body select-none`},bd={style:{padding:`0 5px`}},xd=[`onClick`],Sd={class:`emoji-btn select-none`},Cd={key:0},wd=k(Object.assign({name:`cvEmoji`},{__name:`emoji`,props:{emoji:{faceList:[],emojiList:[],allEmoji:{}},placement:`bottom`},emits:[`addEmoji`],setup(e,{emit:t}){let n=e,r=(0,l.ref)(0),i=(0,l.ref)(0),a=(0,l.ref)([,,]),{emojiList:o,faceList:s}=n.emoji;function u(e){switch(r.value=e,e){case 0:i.value=0;break;case 1:i.value=-50,a.value[1]=o[1];break}}function d(){a.value[0]=o[0]}return(t,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,hd,[(0,l.createVNode)((0,l.unref)(c.ElPopover),{placement:e.placement,"popper-class":`emoji-popover`,width:250,trigger:`click`,onBeforeEnter:d},{reference:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,Sd,[t.$slots.default?(0,l.renderSlot)(t.$slots,`default`,{key:1},void 0,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Cd,[...n[0]||=[(0,l.createElementVNode)(`svg`,{width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,class:`icon`},[(0,l.createElementVNode)(`path`,{"fill-rule":`evenodd`,"clip-rule":`evenodd`,d:`M8.00002 0.666504C12.0501 0.666504 15.3334 3.94975 15.3334 7.99984C15.3334 12.0499 12.0501 15.3332 8.00002 15.3332C3.94993 15.3332 0.666687 12.0499 0.666687 7.99984C0.666687 3.94975 3.94993 0.666504 8.00002 0.666504ZM8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM10.6667 5.66667V7.66667H9.33333V5.66667H10.6667ZM6.66667 5.66667V7.66667H5.33333V5.66667H6.66667ZM10.0767 9.33333H11.0495C11.1804 9.33333 11.2866 9.43951 11.2866 9.57048C11.2866 9.60754 11.2779 9.64409 11.2612 9.67718L11.244 9.71053C10.6294 10.8739 9.40726 11.6667 7.99998 11.6667C6.61523 11.6667 5.40977 10.8991 4.7859 9.76612L4.73786 9.67593C4.67845 9.56052 4.72385 9.4188 4.83926 9.35939C4.87253 9.34226 4.90941 9.33333 4.94683 9.33333H5.92347C6.02396 9.33332 6.11908 9.37865 6.18238 9.4567C6.26207 9.55496 6.32833 9.62955 6.38117 9.68046C6.80074 10.0847 7.37133 10.3333 7.99998 10.3333C8.63289 10.3333 9.20694 10.0814 9.62728 9.67224C9.67791 9.62296 9.74135 9.55121 9.8176 9.45698C9.88089 9.37877 9.97611 9.33333 10.0767 9.33333Z`})],-1),(0,l.createElementVNode)(`span`,null,`表情`,-1)]]))])]),default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,gd,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)((0,l.unref)(s),(e,t)=>((0,l.openBlock)(),(0,l.createElementBlock)(`label`,{key:t,class:(0,l.normalizeClass)(r.value==t?`active`:``),onClick:e=>u(t)},[(0,l.createElementVNode)(`img`,{src:e,alt:``},null,8,vd)],10,_d))),128))]),(0,l.createElementVNode)(`div`,yd,[(0,l.createElementVNode)(`div`,{class:`emjio-container`,style:(0,l.normalizeStyle)({transform:`translateX(${i.value}%)`})},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(a.value,(e,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:n,class:`emoji-wrapper`},[(0,l.createVNode)((0,l.unref)(c.ElScrollbar),null,{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,bd,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e,(e,n)=>((0,l.openBlock)(),(0,l.createElementBlock)(`span`,{key:n,class:`emoji-item`,onClick:e=>t.$emit(`addEmoji`,n)},[(0,l.createVNode)((0,l.unref)(c.ElImage),{src:e,title:String(n),class:`emoji`,style:{width:`24px`,height:`24px`,margin:`5px`},lazy:``},null,8,[`src`,`title`])],8,xd))),128))])]),_:2},1024)]))),128))],4)])]),_:3},8,[`placement`])]))}}),[[`__scopeId`,`data-v-da53b6ed`]]),Td={class:`cv-chat-message`},Ed={class:`chat-list`},Dd={class:`content`},Od={key:0,class:`username`},kd=[`innerHTML`],Ad={__name:`message`,props:{data:{type:[Array],default:()=>[]},userId:{type:[Number],default:0}},setup(e,{expose:t}){let{allEmoji:n}=(0,l.inject)(`InjectionEmojiApi`),r=(0,l.ref)();t({scroll:()=>{(0,l.nextTick)(()=>{let e=document.querySelector(`.chat-item:last-child`);r.value.setScrollTop(e.offsetTop)})}});let i=(e,t)=>(t=t.replace(/\[.+?\]/g,t=>{let n=e[t];return n?[`<img src="`,n,`" width="20" height="20" alt="`,t,`" title="`,t,`" style="margin: 0 1px; vertical-align: text-bottom"`,`/>`].join(``):t}),t);return(t,a)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Td,[(0,l.createVNode)((0,l.unref)(c.ElScrollbar),{ref_key:`scrollbarRef`,ref:r},{default:(0,l.withCtx)(()=>[(0,l.createElementVNode)(`div`,Ed,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.data,(t,r)=>((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:r,class:(0,l.normalizeClass)([{self:e.userId==t.id},`chat-item`])},[(0,l.createElementVNode)(`div`,null,[(0,l.createVNode)((0,l.unref)(c.ElAvatar),null,{default:(0,l.withCtx)(()=>[...a[0]||=[(0,l.createElementVNode)(`img`,{src:`https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png`},null,-1)]]),_:1})]),(0,l.createElementVNode)(`div`,Dd,[e.userId==t.id?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Od,(0,l.toDisplayString)(t.username),1)),(0,l.createElementVNode)(`div`,{class:`card-box`,innerHTML:i((0,l.unref)(n),t.content)},null,8,kd)]),a[1]||=(0,l.createElementVNode)(`div`,{class:`date`},null,-1)],2))),128))])]),_:1},512)]))}},jd={class:`cv-chat-wrap`},Md={class:`header`},Nd={id:`chat-footer`,class:`footer`},Pd=k(Object.assign({name:`cvChat`},{__name:`chat`,props:{data:{type:[Array],default:()=>[]},userId:{type:[Number],default:0},emoji:{type:[Object],default:()=>({})}},emits:[`submit`],setup(e,{emit:t}){let n=e,r=(0,l.ref)(!1),i=(0,l.ref)(``),a=(0,l.ref)(),{data:o}=n,s=t,u=e=>{let{ctrlKey:t,key:n}=e;t&&n==`Enter`&&f()},d=()=>{i.value=``,a.value.scroll()},f=()=>{let e=i.value;e.trim()?(e=e.replace(/\n/g,`<br/>`),s(`submit`,{clear:d,content:e})):(0,c.ElMessage)({type:`error`,message:`内容不能为空`})},p=e=>{let t=document.getElementById(`emojiInput`),n=t.selectionStart,r=t.selectionEnd,a=t.value;if(n===null||r===null)return;let o=a.substring(0,n)+e+a.substring(r);t.value=o,t.focus(),t.selectionStart=n+e.length,t.selectionEnd=n+e.length,i.value=o};return(0,l.provide)(`InjectionEmojiApi`,n.emoji),(t,n)=>{let s=(0,l.resolveComponent)(`cvIcons`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,jd,[(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([{active:r.value},`chat-container translate`])},[(0,l.createElementVNode)(`div`,Md,[(0,l.createVNode)(s,{size:`32`},{default:(0,l.withCtx)(()=>[...n[2]||=[(0,l.createElementVNode)(`svg`,{viewBox:`0 0 1318 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`},[(0,l.createElementVNode)(`path`,{d:`M1318.502489 432.779052c0-231.790522-209.29842-419.704826-467.458992-419.704826s-467.56979 188.357498-467.56979 419.704826 209.409219 419.704826 467.56979 419.704826a512.110799 512.110799 0 0 0 183.482363-33.239559l93.292361 93.292361a25.816057 25.816057 0 0 0 44.319412-19.168145L1165.822116 742.350141C1259.336074 665.56676 1318.502489 555.433023 1318.502489 432.779052z`,fill:`#612273`,"p-id":`10993`}),(0,l.createElementVNode)(`path`,{d:`M1034.304263 745.784895a509.673231 509.673231 0 0 1-183.482363 33.239559c-244.532352 0-445.077689-168.524562-465.353819-383.25211-1.107985 12.07704-1.883575 24.264878-1.883575 36.563514 0 231.790522 209.409219 419.704826 467.56979 419.704826a512.110799 512.110799 0 0 0 183.482363-33.239559l93.292361 93.292361a25.816057 25.816057 0 0 0 44.319411-19.168145 25.262064 25.262064 0 0 0-7.5343-17.284571zM1165.822116 669.223112l2.769964 70.689461C1260.44406 663.239991 1318.502489 553.992642 1318.502489 432.779052a366.632331 366.632331 0 0 0-1.883575-36.785111 403.971435 403.971435 0 0 1-150.796798 273.229171z`,fill:`#612273`,opacity:`.2`,"p-id":`10994`}),(0,l.createElementVNode)(`path`,{d:`M383.25211 432.779052a383.141311 383.141311 0 0 1 41.881844-172.956503c-12.298637-0.997187-24.81887-1.661978-37.449903-1.661978C173.510496 258.160571 0 413.943302 0 606.178749c0 101.713049 48.97295 193.011037 126.421121 256.609392l-5.761524 148.470028a12.187838 12.187838 0 0 0 20.830124 9.08548l94.06795-93.957153A425.577148 425.577148 0 0 0 387.79485 954.196927a404.636226 404.636226 0 0 0 300.37481-128.304696c-177.831638-59.388011-304.91755-212.733175-304.91755-393.113179z`,fill:`#EB3D72`,"p-id":`10995`}),(0,l.createElementVNode)(`path`,{d:`M342.256654 391.672798c0 117.557239 53.958883 223.59143 140.714132 299.71002a391.008007 391.008007 0 0 1-99.718676-258.603766 383.141311 383.141311 0 0 1 41.881844-172.956503c-12.298637-0.997187-24.81887-1.661978-37.449903-1.661978-7.091106 0-14.071413 0-21.05172 0.553993a375.939407 375.939407 0 0 0-24.375677 132.958234zM630.111231 802.181346a407.627786 407.627786 0 0 1-283.533434 110.798528 424.136767 424.136767 0 0 1-152.12638-27.699632l-71.686647 71.686648-2.105173 54.291279a12.187838 12.187838 0 0 0 20.830124 9.08548l94.06795-93.957153A425.577148 425.577148 0 0 0 387.79485 954.196927a404.636226 404.636226 0 0 0 300.37481-128.304696 486.294741 486.294741 0 0 1-58.058429-23.710885zM85.425665 821.792686l-5.761523-4.985934c1.883575 2.215971 3.656351 4.431941 5.650725 6.647911z`,fill:`#EB3D72`,opacity:`.5`,"p-id":`10996`}),(0,l.createElementVNode)(`path`,{d:`M833.426531 332.395585c64.263147-10.193465 64.041549-66.479117 62.601169-75.342999s-15.400995-54.291279-59.942004-47.200173S799.078987 254.836615 799.078987 254.836615a28.475222 28.475222 0 1 0 56.174854-8.97468s6.315516 3.323956 8.30989 20.27613-11.966241 29.029214-35.455529 33.239559-88.638823-19.943735-104.039819-115.452067C709.110582 96.39472 781.57282 28.253625 838.966457 13.185025a55.399264 55.399264 0 0 0-64.041549-5.318329c-56.064055 35.123134-97.170309 109.579745-85.536464 182.817571 14.957801 93.846354 79.664142 151.904783 144.038087 141.711318zM203.980091 573.825579a53.072495 53.072495 0 0 0 33.90435-67.919498c-2.659165-6.537113-21.162519-38.225492-53.51569-25.040467a30.026401 30.026401 0 0 0-19.832936 40.773858 22.159706 22.159706 0 1 0 40.773858-16.619779s5.318329 1.329582 9.861069 13.739017-3.988747 24.043281-21.05172 31.023588-70.02467 0.553993-98.832288-68.695087C68.916685 417.599654 110.798528 353.558104 151.904783 332.395585a42.879031 42.879031 0 0 0-48.97295 7.423502 146.918849 146.918849 0 0 0-32.574767 152.458775c27.810431 68.141095 86.866046 100.605064 133.623025 81.547717z`,fill:`#FED150`,"p-id":`10997`})],-1)]]),_:1}),n[3]||=(0,l.createElementVNode)(`div`,{style:{"margin-left":`12px`}},[(0,l.createElementVNode)(`div`,null,`聊天室`),(0,l.createElementVNode)(`div`,{style:{"font-size":`12px`}},`当前2人在线`)],-1)]),(0,l.createVNode)(Ad,{ref_key:`messageRef`,ref:a,data:(0,l.unref)(o),"user-id":e.userId},null,8,[`data`,`user-id`]),(0,l.createElementVNode)(`div`,Nd,[(0,l.createVNode)((0,l.unref)(c.ElInput),{id:`emojiInput`,modelValue:i.value,"onUpdate:modelValue":n[0]||=e=>i.value=e,type:`textarea`,autosize:{minRows:1,maxRows:4},placeholder:`请输入内容`,onKeydown:(0,l.withKeys)(u,[`enter`])},null,8,[`modelValue`]),(0,l.createVNode)(wd,{style:{margin:`0 8px 0`},emoji:e.emoji,placement:`top-end`,onAddEmoji:p},{default:(0,l.withCtx)(()=>[...n[4]||=[(0,l.createElementVNode)(`svg`,{width:`22`,height:`22`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`7186`},[(0,l.createElementVNode)(`path`,{d:`M510.944 960c-247.04 0-448-200.96-448-448s200.992-448 448-448c247.008 0 448 200.96 448 448S757.984 960 510.944 960zM510.944 128c-211.744 0-384 172.256-384 384 0 211.744 172.256 384 384 384 211.744 0 384-172.256 384-384C894.944 300.256 722.688 128 510.944 128zM512 773.344c-89.184 0-171.904-40.32-226.912-110.624-10.88-13.92-8.448-34.016 5.472-44.896 13.888-10.912 34.016-8.48 44.928 5.472 42.784 54.688 107.136 86.048 176.512 86.048 70.112 0 134.88-31.904 177.664-87.552 10.784-14.016 30.848-16.672 44.864-5.888 14.016 10.784 16.672 30.88 5.888 44.864C685.408 732.32 602.144 773.344 512 773.344zM368 515.2c-26.528 0-48-21.472-48-48l0-64c0-26.528 21.472-48 48-48s48 21.472 48 48l0 64C416 493.696 394.496 515.2 368 515.2zM656 515.2c-26.496 0-48-21.472-48-48l0-64c0-26.528 21.504-48 48-48s48 21.472 48 48l0 64C704 493.696 682.496 515.2 656 515.2z`,"p-id":`7187`})],-1)]]),_:1},8,[`emoji`]),(0,l.createVNode)(s,{size:`18`,class:(0,l.normalizeClass)([{".cv-chat-wrap submit-btn":i.value.trim()!=``},`select-none cursor-pointer`]),style:{"padding-bottom":`5px`},onClick:f},{default:(0,l.withCtx)(()=>[...n[5]||=[(0,l.createElementVNode)(`svg`,{viewBox:`0 0 1025 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`15072`},[(0,l.createElementVNode)(`path`,{d:`M1008.00076 6.285714q18.857143 13.714286 15.428571 36.571429l-146.285714 877.714286q-2.857143 16.571429-18.285714 25.714286-8 4.571429-17.714286 4.571429-6.285714 0-13.714286-2.857143l-258.857143-105.714286-138.285714 168.571429q-10.285714 13.142857-28 13.142857-7.428571 0-12.571429-2.285714-10.857143-4-17.428571-13.428571t-6.571429-20.857143l0-199.428571 493.714286-605.142857-610.857143 528.571429-225.714286-92.571429q-21.142857-8-22.857143-31.428571-1.142857-22.857143 18.285714-33.714286l950.857143-548.571429q8.571429-5.142857 18.285714-5.142857 11.428571 0 20.571429 6.285714z`,"p-id":`15073`})],-1)]]),_:1},8,[`class`])])],2),(0,l.createVNode)((0,l.unref)(c.ElButton),{class:`chat-btn`,onClick:n[1]||=e=>r.value=!r.value},{default:(0,l.withCtx)(()=>[...n[6]||=[(0,l.createTextVNode)(`chat`,-1)]]),_:1})])}}}),[[`__scopeId`,`data-v-c77a9347`]]);Pd.install=function(e){e.component(Pd.name,Pd)};var Fd={key:0},Id=Object.assign({name:`cvNoticeBar`},{__name:`notice-bar`,props:{data:{type:[String,Array],default:()=>[]},vertical:{type:[Boolean],default:!1},suffixIcon:{type:[String],default:``},prefixIcon:{type:[String],default:``},size:{type:[Number],default:14},height:{type:[Number],default:40},delay:{type:[Number],default:1e3},spped:{type:[Number],default:100},color:{type:[String],default:`--color-warning`},background:{type:[String],default:`var(--color-warning-light-9)`}},setup(e){let t=e,{data:n,vertical:r,suffixIcon:i,prefixIcon:a,size:o,height:s,delay:c,spped:u,color:d,background:f}=t,p=(0,l.reactive)({boxWidth:0,textWidth:0,oneTime:0,twoTime:0,order:1}),m=(0,l.ref)({}),h=(0,l.ref)({style:{cssText:``}}),g=(0,l.computed)(()=>t.delay>2e3?t.delay:2e3),_=()=>{(0,l.nextTick)(()=>{p.boxWidth=m.value.offsetWidth,p.textWidth=h.value.offsetWidth,document.styleSheets[0].insertRule(`@keyframes oneAnimation {0% {left: 0px;} 100% {left: -${p.textWidth}px;}}`),document.styleSheets[0].insertRule(`@keyframes twoAnimation {0% {left: ${p.boxWidth}px;} 100% {left: -${p.textWidth}px;}}`),v(),setTimeout(()=>{y()},t.delay)})},v=()=>{p.oneTime=p.textWidth/t.spped,p.twoTime=(p.textWidth+p.boxWidth)/t.spped},y=()=>{p.order===1?(h.value?.style&&(h.value.style.cssText=`animation: oneAnimation ${p.oneTime}s linear; opactity: 1;}`),p.order=2):h.value?.style&&(h.value.style.cssText=`animation: twoAnimation ${p.twoTime}s linear infinite; opacity: 1;`)},b=()=>{h.value.addEventListener(`animationend`,()=>{y()},!1)};return(0,l.onMounted)(()=>{t.vertical||(_(),b())}),(e,t)=>{let c=(0,l.resolveComponent)(`el-carousel-item`),u=(0,l.resolveComponent)(`el-carousel`),p=(0,l.resolveComponent)(`cvIcons`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-notice-bar`,style:(0,l.normalizeStyle)({background:(0,l.unref)(f),height:`${(0,l.unref)(s)}px`})},[(0,l.unref)(r)?((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Fd,[(0,l.createVNode)(u,{height:`40px`,direction:`vertical`,autoplay:!0,"indicator-position":`none`,interval:g.value},{default:(0,l.withCtx)(()=>[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)((0,l.unref)(n),e=>((0,l.openBlock)(),(0,l.createBlock)(c,{key:e},{default:(0,l.withCtx)(()=>[(0,l.createTextVNode)((0,l.toDisplayString)(e),1)]),_:2},1024))),128))]),_:1},8,[`interval`])])):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,{key:1,style:(0,l.normalizeStyle)({color:(0,l.unref)(d),fontSize:`${(0,l.unref)(o)}px`}),class:`cv-notice-bar-wrap`},[(0,l.unref)(a)?((0,l.openBlock)(),(0,l.createBlock)(p,{key:0,type:(0,l.unref)(a)},null,8,[`type`])):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`div`,{ref_key:`boxRef`,ref:m,class:`text-box`},[(0,l.createElementVNode)(`div`,{ref_key:`textRef`,ref:h,class:`text`},(0,l.toDisplayString)((0,l.unref)(n)),513)],512),(0,l.unref)(i)?((0,l.openBlock)(),(0,l.createBlock)(p,{key:1,type:(0,l.unref)(i)},null,8,[`type`])):(0,l.createCommentVNode)(``,!0)],4))],4)}}});Id.install=function(e){e.component(Id.name,Id)};var Ld=Object.freeze({autofocus:!1,disabled:!1,indentWithTab:!0,tabSize:2,placeholder:``,autoDestroy:!0,extensions:[u.basicSetup]}),H={Change:`change`,Update:`update`,Focus:`focus`,Blur:`blur`,Ready:`ready`,ModelUpdate:`update:modelValue`},Rd=({onUpdate:e,onChange:t,onFocus:n,onBlur:r,...i})=>d.EditorState.create({doc:i.doc,selection:i.selection,extensions:[...Array.isArray(i.extensions)?i.extensions:[i.extensions],f.EditorView.updateListener.of(i=>{e(i),i.docChanged&&t(i.state.doc.toString(),i),i.focusChanged&&(i.view.hasFocus?n(i):r(i))})]}),zd=e=>{let t=new d.Compartment;return{compartment:t,run:n=>{t.get(e.state)?e.dispatch({effects:t.reconfigure(n)}):e.dispatch({effects:d.StateEffect.appendConfig.of(t.of(n))})}}},Bd=(e,t)=>{let{compartment:n,run:r}=zd(e);return i=>{let a=n.get(e.state);r(i??a!==t?t:[])}},Vd=e=>{let t=()=>e.state.doc.toString(),n=n=>{n!==t()&&e.dispatch({changes:{from:0,to:e.state.doc.length,insert:n}})},r=()=>e.focus(),{run:i}=zd(e),a=Bd(e,[f.EditorView.editable.of(!1),d.EditorState.readOnly.of(!0)]),o=Bd(e,f.keymap.of([p.indentWithTab])),{run:s}=zd(e),c=e=>{s([d.EditorState.tabSize.of(e),m.indentUnit.of(` `.repeat(e))])},{run:l}=zd(e),u=e=>{l([d.EditorState.phrases.of(e)])},{run:h}=zd(e),g=e=>{h((0,f.placeholder)(e))},{run:_}=zd(e);return{focus:r,getDoc:t,setDoc:n,reExtensions:i,toggleDisabled:a,toggleIndentWithTab:o,setTabSize:c,setPhrases:u,setPlaceholder:g,setStyle:(e={})=>{_(f.EditorView.theme({"&":{...e}}))}}},Hd=(0,l.defineComponent)({name:`VueCodemirror`,props:{modelValue:{type:String,default:``},autofocus:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},indentWithTab:{type:Boolean,default:!1},tabSize:Number,placeholder:String,style:Object,autoDestroy:{type:Boolean,default:!1},phrases:Object,root:Object,extensions:Array,selection:Object},emits:{[H.Change]:(e,t)=>!0,[H.Update]:e=>!0,[H.Focus]:e=>!0,[H.Blur]:e=>!0,[H.Ready]:e=>!0,[H.ModelUpdate]:(e,t)=>!0},setup(e,t){let n=(0,l.shallowRef)(),r=(0,l.shallowRef)(),i=(0,l.shallowRef)(),a={...Ld},o=(0,l.computed)(()=>{let t={};return Object.keys((0,l.toRaw)(e)).forEach(n=>{n!==`modelValue`&&(t[n]=e[n]??a[n])}),t});return(0,l.onMounted)(()=>{r.value=Rd({doc:e.modelValue,selection:o.value.selection,extensions:a.extensions??[],onFocus:e=>t.emit(H.Focus,e),onBlur:e=>t.emit(H.Blur,e),onUpdate:e=>t.emit(H.Update,e),onChange:(n,r)=>{n!==e.modelValue&&(t.emit(H.Change,n,r),t.emit(H.ModelUpdate,n,r))}}),i.value=new f.EditorView({state:r.value,parent:n.value,root:o.value.root}),i.value.contentDOM.addEventListener(`scroll`,e=>{});let s=Vd(i.value);(0,l.watch)(()=>e.modelValue,e=>{e!==s.getDoc()&&s.setDoc(e)}),(0,l.watch)(()=>e.extensions,e=>s.reExtensions(e||[]),{immediate:!0}),(0,l.watch)(()=>o.value.disabled,e=>s.toggleDisabled(e),{immediate:!0}),(0,l.watch)(()=>o.value.indentWithTab,e=>s.toggleIndentWithTab(e),{immediate:!0}),(0,l.watch)(()=>o.value.tabSize,e=>s.setTabSize(e),{immediate:!0}),(0,l.watch)(()=>o.value.phrases,e=>s.setPhrases(e||{}),{immediate:!0}),(0,l.watch)(()=>o.value.placeholder,e=>s.setPlaceholder(e),{immediate:!0}),(0,l.watch)(()=>o.value.style,e=>s.setStyle(e),{immediate:!0}),o.value.autofocus&&s.focus(),t.emit(H.Ready,{state:r.value,view:i.value,container:n.value,editorTools:s})}),(0,l.onBeforeUnmount)(()=>{o.value.autoDestroy&&i.value&&i.value.destroy()}),()=>(0,l.h)(`div`,{class:`cv-editor-codemirror`,ref:n})}}),Ud=`#e5c07b`,Wd=`#e06c75`,Gd=`#56b6c2`,Kd=`#ffffff`,qd=`#abb2bf`,Jd=`#7d8799`,Yd=`#61afef`,Xd=`#98c379`,Zd=`#d19a66`,Qd=`#c678dd`,$d=`#21252b`,ef=`#2c313a`,tf=`#282c34`,nf=`#353a42`,rf=`#3E4451`,af=`#528bff`,of=f.EditorView.theme({"&":{color:qd,backgroundColor:tf},".cm-content":{caretColor:af},".cm-cursor, .cm-dropCursor":{borderLeftColor:af},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:rf},".cm-panels":{backgroundColor:$d,color:qd},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:`#72a1ff59`,outline:`1px solid #457dff`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:`#6199ff2f`},".cm-activeLine":{backgroundColor:`#6699ff0b`},".cm-selectionMatch":{backgroundColor:`#aafe661a`},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:`#bad0f847`},".cm-gutters":{backgroundColor:tf,color:Jd,border:`none`},".cm-activeLineGutter":{backgroundColor:ef},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:`#ddd`},".cm-tooltip":{border:`none`,backgroundColor:nf},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:nf,borderBottomColor:nf},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:ef,color:qd}}},{dark:!0}),sf=m.HighlightStyle.define([{tag:h.tags.keyword,color:Qd},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.propertyName,h.tags.macroName],color:Wd},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:Yd},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:Zd},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:qd},{tag:[h.tags.typeName,h.tags.className,h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:Ud},{tag:[h.tags.operator,h.tags.operatorKeyword,h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link,h.tags.special(h.tags.string)],color:Gd},{tag:[h.tags.meta,h.tags.comment],color:Jd},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.strikethrough,textDecoration:`line-through`},{tag:h.tags.link,color:Jd,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:Wd},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:Zd},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted],color:Xd},{tag:h.tags.invalid,color:Kd}]),cf=[of,(0,m.syntaxHighlighting)(sf)],U={name:`materialLight`,dark:!1,background:`#FAFAFA`,foreground:`#90A4AE`,selection:`#80CBC440`,cursor:`#272727`,dropdownBackground:`#FAFAFA`,dropdownBorder:`#00000010`,activeLine:`#c2c2c222`,lineNumber:`#CFD8DC`,lineNumberActive:`#7E939E`,matchingBracket:`#FAFAFA`,keyword:`#7C4DFF`,storage:`#7C4DFF`,variable:`#90A4AE`,parameter:`#90A4AE`,function:`#6182B8`,string:`#91B859`,constant:`#F76D47`,type:`#8796B0`,class:`#FFB62C`,number:`#F76D47`,comment:`#90A4AE`,heading:`#91B859`,invalid:`#E53935`,regexp:`#39ADB5`},lf=f.EditorView.theme({"&":{color:U.foreground,backgroundColor:U.background},".cm-content":{caretColor:U.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:U.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:U.selection},".cm-panels":{backgroundColor:U.dropdownBackground,color:U.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:U.dropdownBackground,outline:`1px solid ${U.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:U.selection},".cm-activeLine":{backgroundColor:U.activeLine},".cm-selectionMatch":{backgroundColor:U.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:U.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:U.background,color:U.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:U.background},".cm-lineNumbers .cm-gutterElement":{color:U.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:U.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:U.foreground},".cm-tooltip":{border:`1px solid ${U.dropdownBorder}`,backgroundColor:U.dropdownBackground,color:U.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:U.foreground,borderBottomColor:U.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:U.selection,color:U.foreground}}},{dark:U.dark}),uf=m.HighlightStyle.define([{tag:h.tags.keyword,color:U.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:U.variable},{tag:[h.tags.propertyName],color:U.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:U.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:U.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:U.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:U.variable},{tag:[h.tags.className],color:U.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:U.number},{tag:[h.tags.typeName],color:U.type,fontStyle:U.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:U.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:U.regexp},{tag:[h.tags.meta,h.tags.comment],color:U.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:U.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:U.variable},{tag:h.tags.invalid,color:U.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),df=[lf,(0,m.syntaxHighlighting)(uf)],W={name:`materialDark`,dark:!0,background:`#263238`,foreground:`#EEFFFF`,selection:`#80CBC420`,cursor:`#FFCC00`,dropdownBackground:`#263238`,dropdownBorder:`#FFFFFF10`,activeLine:`#4c616c22`,lineNumber:`#37474F`,lineNumberActive:`#607a86`,matchingBracket:`#263238`,keyword:`#C792EA`,storage:`#C792EA`,variable:`#EEFFFF`,parameter:`#EEFFFF`,function:`#82AAFF`,string:`#C3E88D`,constant:`#F78C6C`,type:`#B2CCD6`,class:`#FFCB6B`,number:`#F78C6C`,comment:`#546E7A`,heading:`#C3E88D`,invalid:`#FF5370`,regexp:`#89DDFF`},ff=f.EditorView.theme({"&":{color:W.foreground,backgroundColor:W.background},".cm-content":{caretColor:W.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:W.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:W.selection},".cm-panels":{backgroundColor:W.dropdownBackground,color:W.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:W.dropdownBackground,outline:`1px solid ${W.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:W.selection},".cm-activeLine":{backgroundColor:W.activeLine},".cm-selectionMatch":{backgroundColor:W.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:W.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:W.background,color:W.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:W.background},".cm-lineNumbers .cm-gutterElement":{color:W.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:W.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:W.foreground},".cm-tooltip":{border:`1px solid ${W.dropdownBorder}`,backgroundColor:W.dropdownBackground,color:W.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:W.foreground,borderBottomColor:W.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:W.selection,color:W.foreground}}},{dark:W.dark}),pf=m.HighlightStyle.define([{tag:h.tags.keyword,color:W.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:W.variable},{tag:[h.tags.propertyName],color:W.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:W.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:W.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:W.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:W.variable},{tag:[h.tags.className],color:W.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:W.number},{tag:[h.tags.typeName],color:W.type,fontStyle:W.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:W.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:W.regexp},{tag:[h.tags.meta,h.tags.comment],color:W.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:W.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:W.variable},{tag:h.tags.invalid,color:W.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),mf=[ff,(0,m.syntaxHighlighting)(pf)],G={name:`solarizedLight`,dark:!1,background:`#FDF6E3`,foreground:`#586E75`,selection:`#EEE8D5`,cursor:`#657B83`,dropdownBackground:`#FDF6E3`,dropdownBorder:`#D3AF86`,activeLine:`#d5bd5c22`,lineNumber:`#586E75`,lineNumberActive:`#567983`,matchingBracket:`#EEE8D5`,keyword:`#859900`,storage:`#586E75`,variable:`#268BD2`,parameter:`#268BD2`,function:`#268BD2`,string:`#2AA198`,constant:`#CB4B16`,type:`#CB4B16`,class:`#CB4B16`,number:`#D33682`,comment:`#93A1A1`,heading:`#268BD2`,invalid:`#DC322F`,regexp:`#DC322F`},hf=f.EditorView.theme({"&":{color:G.foreground,backgroundColor:G.background},".cm-content":{caretColor:G.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:G.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:G.selection},".cm-panels":{backgroundColor:G.dropdownBackground,color:G.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:G.dropdownBackground,outline:`1px solid ${G.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:G.selection},".cm-activeLine":{backgroundColor:G.activeLine},".cm-selectionMatch":{backgroundColor:G.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:G.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:G.background,color:G.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:G.background},".cm-lineNumbers .cm-gutterElement":{color:G.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:G.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:G.foreground},".cm-tooltip":{border:`1px solid ${G.dropdownBorder}`,backgroundColor:G.dropdownBackground,color:G.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:G.foreground,borderBottomColor:G.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:G.selection,color:G.foreground}}},{dark:G.dark}),gf=m.HighlightStyle.define([{tag:h.tags.keyword,color:G.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:G.variable},{tag:[h.tags.propertyName],color:G.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:G.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:G.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:G.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:G.variable},{tag:[h.tags.className],color:G.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:G.number},{tag:[h.tags.typeName],color:G.type,fontStyle:G.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:G.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:G.regexp},{tag:[h.tags.meta,h.tags.comment],color:G.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:G.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:G.variable},{tag:h.tags.invalid,color:G.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),_f=[hf,(0,m.syntaxHighlighting)(gf)],K={name:`solarizedDark`,dark:!0,background:`#002B36`,foreground:`#93A1A1`,selection:`#274642`,cursor:`#D30102`,dropdownBackground:`#002B36`,dropdownBorder:`#2AA19899`,activeLine:`#005b7022`,lineNumber:`#93A1A1`,lineNumberActive:`#949494`,matchingBracket:`#073642`,keyword:`#859900`,storage:`#93A1A1`,variable:`#268BD2`,parameter:`#268BD2`,function:`#268BD2`,string:`#2AA198`,constant:`#CB4B16`,type:`#CB4B16`,class:`#CB4B16`,number:`#D33682`,comment:`#586E75`,heading:`#268BD2`,invalid:`#DC322F`,regexp:`#DC322F`},vf=f.EditorView.theme({"&":{color:K.foreground,backgroundColor:K.background},".cm-content":{caretColor:K.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:K.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:K.selection},".cm-panels":{backgroundColor:K.dropdownBackground,color:K.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:K.dropdownBackground,outline:`1px solid ${K.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:K.selection},".cm-activeLine":{backgroundColor:K.activeLine},".cm-selectionMatch":{backgroundColor:K.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:K.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:K.background,color:K.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:K.background},".cm-lineNumbers .cm-gutterElement":{color:K.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:K.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:K.foreground},".cm-tooltip":{border:`1px solid ${K.dropdownBorder}`,backgroundColor:K.dropdownBackground,color:K.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:K.foreground,borderBottomColor:K.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:K.selection,color:K.foreground}}},{dark:K.dark}),yf=m.HighlightStyle.define([{tag:h.tags.keyword,color:K.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:K.variable},{tag:[h.tags.propertyName],color:K.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:K.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:K.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:K.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:K.variable},{tag:[h.tags.className],color:K.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:K.number},{tag:[h.tags.typeName],color:K.type,fontStyle:K.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:K.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:K.regexp},{tag:[h.tags.meta,h.tags.comment],color:K.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:K.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:K.variable},{tag:h.tags.invalid,color:K.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),bf=[vf,(0,m.syntaxHighlighting)(yf)],q={name:`dracula`,dark:!0,background:`#282A36`,foreground:`#F8F8F2`,selection:`#44475A`,cursor:`#F8F8F2`,dropdownBackground:`#282A36`,dropdownBorder:`#191A21`,activeLine:`#53576c22`,lineNumber:`#6272A4`,lineNumberActive:`#F8F8F2`,matchingBracket:`#44475A`,keyword:`#FF79C6`,storage:`#FF79C6`,variable:`#F8F8F2`,parameter:`#F8F8F2`,function:`#50FA7B`,string:`#F1FA8C`,constant:`#BD93F9`,type:`#8BE9FD`,class:`#8BE9FD`,number:`#BD93F9`,comment:`#6272A4`,heading:`#BD93F9`,invalid:`#FF5555`,regexp:`#F1FA8C`},xf=f.EditorView.theme({"&":{color:q.foreground,backgroundColor:q.background},".cm-content":{caretColor:q.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:q.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:q.selection},".cm-panels":{backgroundColor:q.dropdownBackground,color:q.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:q.dropdownBackground,outline:`1px solid ${q.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:q.selection},".cm-activeLine":{backgroundColor:q.activeLine},".cm-selectionMatch":{backgroundColor:q.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:q.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:q.background,color:q.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:q.background},".cm-lineNumbers .cm-gutterElement":{color:q.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:q.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:q.foreground},".cm-tooltip":{border:`1px solid ${q.dropdownBorder}`,backgroundColor:q.dropdownBackground,color:q.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:q.foreground,borderBottomColor:q.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:q.selection,color:q.foreground}}},{dark:q.dark}),Sf=m.HighlightStyle.define([{tag:h.tags.keyword,color:q.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:q.variable},{tag:[h.tags.propertyName],color:q.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:q.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:q.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:q.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:q.variable},{tag:[h.tags.className],color:q.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:q.number},{tag:[h.tags.typeName],color:q.type,fontStyle:q.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:q.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:q.regexp},{tag:[h.tags.meta,h.tags.comment],color:q.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:q.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:q.variable},{tag:h.tags.invalid,color:q.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),Cf=[xf,(0,m.syntaxHighlighting)(Sf)],J={name:`githubLight`,dark:!1,background:`#fff`,foreground:`#444d56`,selection:`#0366d625`,cursor:`#044289`,dropdownBackground:`#fff`,dropdownBorder:`#e1e4e8`,activeLine:`#c6c6c622`,lineNumber:`#1b1f234d`,lineNumberActive:`#24292e`,matchingBracket:`#34d05840`,keyword:`#d73a49`,storage:`#d73a49`,variable:`#e36209`,parameter:`#24292e`,function:`#005cc5`,string:`#032f62`,constant:`#005cc5`,type:`#005cc5`,class:`#6f42c1`,number:`#005cc5`,comment:`#6a737d`,heading:`#005cc5`,invalid:`#cb2431`,regexp:`#032f62`},wf=f.EditorView.theme({"&":{color:J.foreground,backgroundColor:J.background},".cm-content":{caretColor:J.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:J.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:J.selection},".cm-panels":{backgroundColor:J.dropdownBackground,color:J.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:J.dropdownBackground,outline:`1px solid ${J.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:J.selection},".cm-activeLine":{backgroundColor:J.activeLine},".cm-selectionMatch":{backgroundColor:J.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:J.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:J.background,color:J.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:J.background},".cm-lineNumbers .cm-gutterElement":{color:J.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:J.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:J.foreground},".cm-tooltip":{border:`1px solid ${J.dropdownBorder}`,backgroundColor:J.dropdownBackground,color:J.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:J.foreground,borderBottomColor:J.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:J.selection,color:J.foreground}}},{dark:J.dark}),Tf=m.HighlightStyle.define([{tag:h.tags.keyword,color:J.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:J.variable},{tag:[h.tags.propertyName],color:J.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:J.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:J.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:J.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:J.variable},{tag:[h.tags.className],color:J.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:J.number},{tag:[h.tags.typeName],color:J.type,fontStyle:J.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:J.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:J.regexp},{tag:[h.tags.meta,h.tags.comment],color:J.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:J.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:J.variable},{tag:h.tags.invalid,color:J.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),Ef=[wf,(0,m.syntaxHighlighting)(Tf)],Y={name:`githubDark`,dark:!0,background:`#24292e`,foreground:`#d1d5da`,selection:`#3392FF44`,cursor:`#c8e1ff`,dropdownBackground:`#24292e`,dropdownBorder:`#1b1f23`,activeLine:`#4d566022`,lineNumber:`#444d56`,lineNumberActive:`#e1e4e8`,matchingBracket:`#17E5E650`,keyword:`#f97583`,storage:`#f97583`,variable:`#ffab70`,parameter:`#e1e4e8`,function:`#79b8ff`,string:`#9ecbff`,constant:`#79b8ff`,type:`#79b8ff`,class:`#b392f0`,number:`#79b8ff`,comment:`#6a737d`,heading:`#79b8ff`,invalid:`#f97583`,regexp:`#9ecbff`},Df=f.EditorView.theme({"&":{color:Y.foreground,backgroundColor:Y.background},".cm-content":{caretColor:Y.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:Y.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:Y.selection},".cm-panels":{backgroundColor:Y.dropdownBackground,color:Y.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:Y.dropdownBackground,outline:`1px solid ${Y.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:Y.selection},".cm-activeLine":{backgroundColor:Y.activeLine},".cm-selectionMatch":{backgroundColor:Y.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:Y.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:Y.background,color:Y.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:Y.background},".cm-lineNumbers .cm-gutterElement":{color:Y.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:Y.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:Y.foreground},".cm-tooltip":{border:`1px solid ${Y.dropdownBorder}`,backgroundColor:Y.dropdownBackground,color:Y.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Y.foreground,borderBottomColor:Y.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:Y.selection,color:Y.foreground}}},{dark:Y.dark}),Of=m.HighlightStyle.define([{tag:h.tags.keyword,color:Y.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:Y.variable},{tag:[h.tags.propertyName],color:Y.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:Y.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:Y.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:Y.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:Y.variable},{tag:[h.tags.className],color:Y.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:Y.number},{tag:[h.tags.typeName],color:Y.type,fontStyle:Y.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:Y.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:Y.regexp},{tag:[h.tags.meta,h.tags.comment],color:Y.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:Y.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:Y.variable},{tag:h.tags.invalid,color:Y.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),kf=[Df,(0,m.syntaxHighlighting)(Of)],X={name:`aura`,dark:!0,background:`#21202e`,foreground:`#edecee`,selection:`#3d375e7f`,cursor:`#a277ff`,dropdownBackground:`#21202e`,dropdownBorder:`#3b334b`,activeLine:`#4d4b6622`,lineNumber:`#a394f033`,lineNumberActive:`#cdccce`,matchingBracket:`#a394f033`,keyword:`#a277ff`,storage:`#a277ff`,variable:`#edecee`,parameter:`#edecee`,function:`#ffca85`,string:`#61ffca`,constant:`#61ffca`,type:`#82e2ff`,class:`#82e2ff`,number:`#61ffca`,comment:`#6d6d6d`,heading:`#a277ff`,invalid:`#ff6767`,regexp:`#61ffca`},Af=f.EditorView.theme({"&":{color:X.foreground,backgroundColor:X.background},".cm-content":{caretColor:X.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:X.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:X.selection},".cm-panels":{backgroundColor:X.dropdownBackground,color:X.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:X.dropdownBackground,outline:`1px solid ${X.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:X.selection},".cm-activeLine":{backgroundColor:X.activeLine},".cm-selectionMatch":{backgroundColor:X.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:X.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:X.background,color:X.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:X.background},".cm-lineNumbers .cm-gutterElement":{color:X.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:X.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:X.foreground},".cm-tooltip":{border:`1px solid ${X.dropdownBorder}`,backgroundColor:X.dropdownBackground,color:X.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:X.foreground,borderBottomColor:X.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:X.selection,color:X.foreground}}},{dark:X.dark}),jf=m.HighlightStyle.define([{tag:h.tags.keyword,color:X.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:X.variable},{tag:[h.tags.propertyName],color:X.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:X.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:X.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:X.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:X.variable},{tag:[h.tags.className],color:X.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:X.number},{tag:[h.tags.typeName],color:X.type,fontStyle:X.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:X.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:X.regexp},{tag:[h.tags.meta,h.tags.comment],color:X.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:X.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:X.variable},{tag:h.tags.invalid,color:X.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),Mf=[Af,(0,m.syntaxHighlighting)(jf)],Z={name:`tokyoNight`,dark:!0,background:`#1a1b26`,foreground:`#787c99`,selection:`#515c7e40`,cursor:`#c0caf5`,dropdownBackground:`#1a1b26`,dropdownBorder:`#787c99`,activeLine:`#43455c22`,lineNumber:`#363b54`,lineNumberActive:`#737aa2`,matchingBracket:`#16161e`,keyword:`#bb9af7`,storage:`#bb9af7`,variable:`#c0caf5`,parameter:`#c0caf5`,function:`#7aa2f7`,string:`#9ece6a`,constant:`#bb9af7`,type:`#0db9d7`,class:`#c0caf5`,number:`#ff9e64`,comment:`#444b6a`,heading:`#89ddff`,invalid:`#ff5370`,regexp:`#b4f9f8`},Nf=f.EditorView.theme({"&":{color:Z.foreground,backgroundColor:Z.background},".cm-content":{caretColor:Z.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:Z.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:Z.selection},".cm-panels":{backgroundColor:Z.dropdownBackground,color:Z.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:Z.dropdownBackground,outline:`1px solid ${Z.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:Z.selection},".cm-activeLine":{backgroundColor:Z.activeLine},".cm-selectionMatch":{backgroundColor:Z.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:Z.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:Z.background,color:Z.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:Z.background},".cm-lineNumbers .cm-gutterElement":{color:Z.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:Z.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:Z.foreground},".cm-tooltip":{border:`1px solid ${Z.dropdownBorder}`,backgroundColor:Z.dropdownBackground,color:Z.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Z.foreground,borderBottomColor:Z.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:Z.selection,color:Z.foreground}}},{dark:Z.dark}),Pf=m.HighlightStyle.define([{tag:h.tags.keyword,color:Z.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:Z.variable},{tag:[h.tags.propertyName],color:Z.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:Z.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:Z.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:Z.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:Z.variable},{tag:[h.tags.className],color:Z.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:Z.number},{tag:[h.tags.typeName],color:Z.type,fontStyle:Z.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:Z.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:Z.regexp},{tag:[h.tags.meta,h.tags.comment],color:Z.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:Z.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:Z.variable},{tag:h.tags.invalid,color:Z.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),Ff=[Nf,(0,m.syntaxHighlighting)(Pf)],Q={name:`tokyoNightStorm`,dark:!0,background:`#24283b`,foreground:`#7982a9`,selection:`#6f7bb630`,cursor:`#c0caf5`,dropdownBackground:`#24283b`,dropdownBorder:`#7982a9`,activeLine:`#4d547722`,lineNumber:`#3b4261`,lineNumberActive:`#737aa2`,matchingBracket:`#1f2335`,keyword:`#bb9af7`,storage:`#bb9af7`,variable:`#c0caf5`,parameter:`#c0caf5`,function:`#7aa2f7`,string:`#9ece6a`,constant:`#bb9af7`,type:`#2ac3de`,class:`#c0caf5`,number:`#ff9e64`,comment:`#565f89`,heading:`#89ddff`,invalid:`#ff5370`,regexp:`#b4f9f8`},If=f.EditorView.theme({"&":{color:Q.foreground,backgroundColor:Q.background},".cm-content":{caretColor:Q.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:Q.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:Q.selection},".cm-panels":{backgroundColor:Q.dropdownBackground,color:Q.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:Q.dropdownBackground,outline:`1px solid ${Q.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:Q.selection},".cm-activeLine":{backgroundColor:Q.activeLine},".cm-selectionMatch":{backgroundColor:Q.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:Q.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:Q.background,color:Q.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:Q.background},".cm-lineNumbers .cm-gutterElement":{color:Q.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:Q.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:Q.foreground},".cm-tooltip":{border:`1px solid ${Q.dropdownBorder}`,backgroundColor:Q.dropdownBackground,color:Q.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Q.foreground,borderBottomColor:Q.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:Q.selection,color:Q.foreground}}},{dark:Q.dark}),Lf=m.HighlightStyle.define([{tag:h.tags.keyword,color:Q.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:Q.variable},{tag:[h.tags.propertyName],color:Q.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:Q.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:Q.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:Q.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:Q.variable},{tag:[h.tags.className],color:Q.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:Q.number},{tag:[h.tags.typeName],color:Q.type,fontStyle:Q.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:Q.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:Q.regexp},{tag:[h.tags.meta,h.tags.comment],color:Q.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:Q.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:Q.variable},{tag:h.tags.invalid,color:Q.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),Rf=[If,(0,m.syntaxHighlighting)(Lf)],$={name:`tokyoNightDay`,dark:!1,background:`#e1e2e7`,foreground:`#6a6f8e`,selection:`#8591b840`,cursor:`#3760bf`,dropdownBackground:`#e1e2e7`,dropdownBorder:`#6a6f8e`,activeLine:`#a7aaba22`,lineNumber:`#b3b6cd`,lineNumberActive:`#68709a`,matchingBracket:`#e9e9ec`,keyword:`#9854f1`,storage:`#9854f1`,variable:`#3760bf`,parameter:`#3760bf`,function:`#2e7de9`,string:`#587539`,constant:`#9854f1`,type:`#07879d`,class:`#3760bf`,number:`#b15c00`,comment:`#9da3c2`,heading:`#006a83`,invalid:`#ff3e64`,regexp:`#2e5857`},zf=f.EditorView.theme({"&":{color:$.foreground,backgroundColor:$.background},".cm-content":{caretColor:$.cursor},".cm-cursor, .cm-dropCursor":{borderLeftColor:$.cursor},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:$.selection},".cm-panels":{backgroundColor:$.dropdownBackground,color:$.foreground},".cm-panels.cm-panels-top":{borderBottom:`2px solid black`},".cm-panels.cm-panels-bottom":{borderTop:`2px solid black`},".cm-searchMatch":{backgroundColor:$.dropdownBackground,outline:`1px solid ${$.dropdownBorder}`},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:$.selection},".cm-activeLine":{backgroundColor:$.activeLine},".cm-selectionMatch":{backgroundColor:$.selection},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:$.matchingBracket,outline:`none`},".cm-gutters":{backgroundColor:$.background,color:$.foreground,border:`none`},".cm-activeLineGutter":{backgroundColor:$.background},".cm-lineNumbers .cm-gutterElement":{color:$.lineNumber},".cm-lineNumbers .cm-activeLineGutter":{color:$.lineNumberActive},".cm-foldPlaceholder":{backgroundColor:`transparent`,border:`none`,color:$.foreground},".cm-tooltip":{border:`1px solid ${$.dropdownBorder}`,backgroundColor:$.dropdownBackground,color:$.foreground},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:`transparent`,borderBottomColor:`transparent`},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:$.foreground,borderBottomColor:$.foreground},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{background:$.selection,color:$.foreground}}},{dark:$.dark}),Bf=m.HighlightStyle.define([{tag:h.tags.keyword,color:$.keyword},{tag:[h.tags.name,h.tags.deleted,h.tags.character,h.tags.macroName],color:$.variable},{tag:[h.tags.propertyName],color:$.function},{tag:[h.tags.processingInstruction,h.tags.string,h.tags.inserted,h.tags.special(h.tags.string)],color:$.string},{tag:[h.tags.function(h.tags.variableName),h.tags.labelName],color:$.function},{tag:[h.tags.color,h.tags.constant(h.tags.name),h.tags.standard(h.tags.name)],color:$.constant},{tag:[h.tags.definition(h.tags.name),h.tags.separator],color:$.variable},{tag:[h.tags.className],color:$.class},{tag:[h.tags.number,h.tags.changed,h.tags.annotation,h.tags.modifier,h.tags.self,h.tags.namespace],color:$.number},{tag:[h.tags.typeName],color:$.type,fontStyle:$.type},{tag:[h.tags.operator,h.tags.operatorKeyword],color:$.keyword},{tag:[h.tags.url,h.tags.escape,h.tags.regexp,h.tags.link],color:$.regexp},{tag:[h.tags.meta,h.tags.comment],color:$.comment},{tag:h.tags.strong,fontWeight:`bold`},{tag:h.tags.emphasis,fontStyle:`italic`},{tag:h.tags.link,textDecoration:`underline`},{tag:h.tags.heading,fontWeight:`bold`,color:$.heading},{tag:[h.tags.atom,h.tags.bool,h.tags.special(h.tags.variableName)],color:$.variable},{tag:h.tags.invalid,color:$.invalid},{tag:h.tags.strikethrough,textDecoration:`line-through`}]),Vf=[zf,(0,m.syntaxHighlighting)(Bf)],Hf={disabled:!1,indentWithTab:!0,tabSize:4,autofocus:!1,placeholder:`input...`,backgroundColor:`white`,language:`markdown`,theme:`oneDark`,phrases:`en-us`},Uf={emits:[`update:config`],components:{CodemirrorEditor:Hd},data(){return{codemrrConfig:{...Hf},codemrrThemes:{oneDark:cf,materialLight:df,materialDark:mf,solarizedLight:_f,solarizedDark:bf,dracula:Cf,githubLight:Ef,githubDark:kf,aura:Mf,tokyoNight:Ff,tokyoNightStorm:Rf,tokyoNightDay:Vf},codemrrLanguages:{javascript:(0,g.javascript)(),js:(0,g.javascript)(),html:(0,_.html)(),markdown:(0,y.markdown)(),json:(0,v.json)(),vue:(0,b.vue)(),java:(0,S.java)(),php:(0,x.php)(),python:(0,w.python)(),go:(0,E.go)(),mysql:(0,C.sql)(),sql:(0,C.sql)(),xml:(0,T.xml)(),css:(0,D.css)()},codemrrPhrases:{"Control character":`Steuerzeichen`,"Selection deleted":`Auswahl gelöscht`,"Folded lines":`Eingeklappte Zeilen`,"Unfolded lines":`Ausgeklappte Zeilen`,to:`bis`,"folded code":`eingeklappter Code`,unfold:`ausklappen`,"Fold line":`Zeile einklappen`,"Unfold line":`Zeile ausklappen`,"Go to line":`Springe zu Zeile`,go:`OK`,Find:`Suchen`,Replace:`Ersetzen`,next:`nächste`,previous:`vorherige`,all:`alle`,"match case":`groß/klein beachten`,"by word":`ganze Wörter`,replace:`ersetzen`,"replace all":`alle ersetzen`,close:`schließen`,"current match":`aktueller Treffer`,"replaced $ matches":`$ Treffer ersetzt`,"replaced match on line $":`Treffer on Zeile $ ersetzt`,"on line":`auf Zeile`,Completions:`Vervollständigungen`,Diagnostics:`Diagnosen`,"No diagnostics":`Keine Diagnosen`},editorViewInst:null,editorStateInst:null}},computed:{optionTheme(){let e=Object.keys(this.codemrrThemes);return[`default`].concat(e)},optionPhrases(){return[`en-us`,`de-de`]},optionLanguage(){return Object.keys(this.codemrrLanguages)},extensions(){let e=[];return e.push(this.codemrrLanguages[this.codemrrConfig.language]),this.codemrrThemes[this.codemrrConfig.theme]&&e.push(this.codemrrThemes[this.codemrrConfig.theme]),e},codemrrBind(){return{theme:this.codemrrConfig.theme,language:this.codemrrConfig.language,autofocus:this.codemrrConfig.autofocus,placeholder:this.codemrrConfig.placeholder,indentWithTab:this.codemrrConfig.indentWithTab,tabSize:this.codemrrConfig.tabSize,disabled:this.codemrrConfig.disabled,phrases:this.codemrrConfig.phrases===`en-us`?{}:this.codemrrPhrases}}},watch:{codemrrConfig(e){this.$emit(`update:config`,e)}}},Wf={props:{editorID:{type:[String],required:!1,default(){return``}}},data(){return{editorRefEL:null}},computed:{editorRefID(){return this.editorID?this.editorID:this.$options.name+ +new Date+((Math.random()*1e3).toFixed(0)+``)}}};function Gf(e,t){var n=document.createElement(`a`);if(n.setAttribute(`href`,`data:text/plain;charset=UTF-8,`+encodeURIComponent(e)),n.setAttribute(`download`,t),n.style.display=`none`,document.createEvent){let e=document.createEvent(`MouseEvents`);e.initEvent(`click`,!0,!0),n.dispatchEvent(e)}else n.click()}function Kf(e){return e<10?`0`+e:e}var qf={undo:!1,redo:!1,strong:!0,italic:!0,overline:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,hr:!0,quote:!0,ul:!0,ol:!0,notChecked:!0,checked:!0,link:!0,table:!0,image:!0,uploadImage:!0,custom_image:!0,custom_uploadImage:!0,custom_uploadFile:!0,importmd:!0,exportmd:!0,code:!0,html_to_markdown:!0,split:!0,preview:!0,scrollSync:!0,save:!0,clear:!0,copy:!0,toc:!0,fullscreen:!0,theme:!0,backgroundColor:!1,language:!1,phrases:!1,disabled:!1,autofocus:!1,indentWithTab:!1},Jf={name:`SvgImgMap`},Yf={t:`1713021153946`,class:`icon`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`1924`,width:`20`,height:`20`};function Xf(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,Yf,[...t[0]||=[(0,l.createElementVNode)(`path`,{d:`M659.456 786.432l-114.688-188.416c-4.10112-8.192-8.19712-12.28288-16.384-12.28288-4.096 0-8.19712 4.096-12.288 4.096l-57.344 57.344-61.44-90.11712c-4.096-8.192-8.192-12.28288-16.384-12.28288s-12.288 4.096-16.384 8.192l-151.552 225.28c0 4.096-4.096 8.192-4.096 12.288 0 12.28288 8.192 20.48 20.48 20.48h413.696c12.288 0 20.48-8.19712 20.48-20.48l-4.096-4.10112zM286.72 512c40.96 0 73.728-32.768 73.728-73.728S327.68 364.544 286.72 364.544s-73.728 32.768-73.728 73.728C208.896 479.232 245.76 512 286.72 512zM851.968 98.304H323.584c-40.96 0-73.728 32.768-73.728 73.728v20.48c0 12.288 8.192 20.48 20.48 20.48s16.384-12.288 16.384-20.48v-20.48c0-20.48 16.384-36.864 36.864-36.864h528.384c20.48 0 36.85888 16.384 36.85888 36.864v528.384c0 20.48-16.37888 36.864-36.85888 36.864h-20.48c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h20.48c40.96 0 73.72288-32.768 73.72288-73.728v-532.48c0.00512-40.96-32.76288-73.728-73.72288-73.728z`,"p-id":`1925`},null,-1),(0,l.createElementVNode)(`path`,{d:`M700.416 249.856H172.032c-40.96 0-73.728 32.768-73.728 73.728v528.384c0 40.96 32.768 73.72288 73.728 73.72288h528.384c40.96 0 73.728-32.76288 73.728-73.72288V323.584c0-40.96-32.768-73.728-73.728-73.728z m36.864 602.112c0 20.48-16.384 36.85888-36.864 36.85888H172.032c-20.48 0-36.864-16.37888-36.864-36.85888V323.584c0-20.48 16.384-36.864 36.864-36.864h528.384c20.48 0 36.864 16.384 36.864 36.864v528.384z`,"p-id":`1926`},null,-1)]])}var Zf=k(Jf,[[`render`,Xf]]),Qf={name:`SvgUploadFile`},$f={t:`1599285632421`,class:`icon`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`45640`,width:`17`,height:`17`};function ep(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,$f,[...t[0]||=[(0,l.createElementVNode)(`path`,{d:`M127.519 892.879v-763.34h655.448V514.69h63.612V81.831c0-8.783-7.12-15.903-15.903-15.903H79.81c-8.783 0-15.903 7.12-15.903 15.903v858.757c0 8.783 7.12 15.903 15.903 15.903h493.993v-63.612H127.519z`,"p-id":`45641`},null,-1),(0,l.createElementVNode)(`path`,{d:`M231.608 228.388h447.269V292H231.608zM231.608 384.409h447.269v63.612H231.608zM231.608 540.43h245.141v63.612H231.608zM231.608 696.451h245.141v63.612H231.608zM923.269 762.938L745.315 584.984c-3.545-3.545-8.34-5.074-12.966-4.596a15.931 15.931 0 0 0-9.848 4.616L544.586 762.918c-6.248 6.248-6.248 16.379 0 22.627l22.353 22.353c6.248 6.248 16.379 6.248 22.627 0l112.555-112.555v245.148c0 8.837 7.163 16 16 16h31.612c8.837 0 16-7.163 16-16V695.363l112.555 112.555c6.248 6.248 16.379 6.248 22.627 0l22.353-22.353c6.249-6.248 6.249-16.378 0.001-22.627z`,"p-id":`45642`},null,-1)]])}var tp=k(Qf,[[`render`,ep]]),np={name:`SvgToc`},rp={t:`1611551476626`,class:`icon`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`4615`,width:`22`,height:`22`};function ip(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,rp,[...t[0]||=[(0,l.createElementVNode)(`path`,{d:`M370.1 371.5h-49.6c-3.1 0-5.7-2.5-5.7-5.7v-49.6c0-3.1 2.5-5.7 5.7-5.7h49.6c3.1 0 5.7 2.5 5.7 5.7v49.6c0 3.1-2.6 5.7-5.7 5.7z m333.5-7.6H460.5c-3.1 0-5.7-2.5-5.7-5.7v-34.5c0-3.1 2.5-5.7 5.7-5.7h243.2c3.1 0 5.7 2.5 5.7 5.7v34.5c-0.1 3.2-2.7 5.7-5.8 5.7zM370.1 712.4h-49.6c-3.1 0-5.7-2.5-5.7-5.7v-49.6c0-3.1 2.5-5.7 5.7-5.7h49.6c3.1 0 5.7 2.5 5.7 5.7v49.6c0 3.2-2.6 5.7-5.7 5.7z m333.5-7.5H460.5c-3.1 0-5.7-2.5-5.7-5.7v-34.5c0-3.1 2.5-5.7 5.7-5.7h243.2c3.1 0 5.7 2.5 5.7 5.7v34.5c-0.1 3.1-2.7 5.7-5.8 5.7zM370.1 542.5h-49.6c-3.1 0-5.7-2.5-5.7-5.7v-49.6c0-3.1 2.5-5.7 5.7-5.7h49.6c3.1 0 5.7 2.5 5.7 5.7v49.6c0 3.1-2.6 5.7-5.7 5.7z m333.5-7.6H460.5c-3.1 0-5.7-2.5-5.7-5.7v-34.5c0-3.1 2.5-5.7 5.7-5.7h243.2c3.1 0 5.7 2.5 5.7 5.7v34.5c-0.1 3.2-2.7 5.7-5.8 5.7z`,"p-id":`4616`},null,-1),(0,l.createElementVNode)(`path`,{d:`M847.1 560.4V250.1s0-24.7-14-46.4c-10.8-16.8-30-31.8-64.2-31.8h-261c-0.2 0-0.3 0-0.5 0.1H255s-78.1 0-78.1 78.1l0.1 213.4V774s0 24.7 13.9 46.3c10.8 16.8 30 31.8 64.2 31.8h261.1c0.2 0 0.3 0 0.5-0.1H769s78.1 0 78.1-78.1l-0.1-213.4 0.1-0.1z m-39 213.6c-1.3 38.5-38.9 39-38.9 39h-514c-1.3-0.1-2.5-0.2-3.8-0.3-5.4-1.1-15.7-4.1-23.9-11.7-9-9.7-11.2-22.3-11.7-26.1v-0.7l0.1-524.2c1.3-38.5 38.9-39 38.9-39h514c1.3 0.1 2.5 0.2 3.7 0.3 5.4 1.1 15.7 4.1 23.9 11.7 9 9.7 11.2 22.2 11.7 26 0 0.2 0 0.5 0.1 0.7l-0.1 524.3z`,"p-id":`4617`},null,-1)]])}var ap=k(np,[[`render`,ip]]),op={name:`SvgCopy`},sp={t:`1713097613984`,class:`icon`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`6856`,width:`18`,height:`18`};function cp(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,sp,[...t[0]||=[(0,l.createElementVNode)(`path`,{d:`M857.373005 65.290005 469.604424 65.290005c-34.211173 0-62.044078 27.832905-62.044078 62.043055l0 10.340509-63.076594 0c-25.993001 0-48.228421 16.346293-57.001225 39.293935L166.626995 176.967504c-34.21015 0-62.043055 27.832905-62.043055 62.043055l0 657.655358c0 34.21015 27.832905 62.043055 62.043055 62.043055l550.115086 0c34.21015 0 62.043055-27.832905 62.043055-62.043055l0-49.634444 78.587869 0c34.21015 0 62.043055-27.832905 62.043055-62.043055L919.41606 127.33306C919.41606 93.122911 891.583155 65.290005 857.373005 65.290005zM344.483752 179.035606l194.402595 0c10.833743 0 19.646456 8.813736 19.646456 19.646456 0 10.833743-8.813736 19.646456-19.646456 19.646456L344.483752 218.328517c-10.833743 0-19.646456-8.813736-19.646456-19.646456C324.836273 187.849342 333.650009 179.035606 344.483752 179.035606zM737.423099 896.665917c0 11.402701-9.278317 20.681018-20.681018 20.681018L166.626995 917.346935c-11.403724 0-20.681018-9.278317-20.681018-20.681018L145.945977 239.010559c0-11.402701 9.277294-20.681018 20.681018-20.681018l120.111588 0c8.197706 24.02723 30.977525 41.362037 57.744145 41.362037l194.402595 0c26.767644 0 49.54644-17.334807 57.744145-41.362037l120.111588 0c11.402701 0 20.681018 9.278317 20.681018 20.681018L737.422076 896.665917zM878.054023 784.988418c0 11.402701-9.278317 20.681018-20.681018 20.681018l-78.587869 0L778.785136 239.010559c0-34.21015-27.832905-62.043055-62.043055-62.043055L595.886549 176.967504c-8.771781-22.947641-31.007201-39.293935-57.001225-39.293935l-89.963964 0L448.921359 127.33306c0-11.403724 9.278317-20.681018 20.683065-20.681018l387.768581 0c11.402701 0 20.681018 9.277294 20.681018 20.681018L878.054023 784.988418z`,"p-id":`6857`},null,-1),(0,l.createElementVNode)(`path`,{d:`M620.597347 334.252737 260.748652 334.252737c-11.422144 0-20.681018 9.259898-20.681018 20.681018s9.258874 20.681018 20.681018 20.681018l359.849718 0c11.42112 0 20.681018-9.259898 20.681018-20.681018S632.018467 334.252737 620.597347 334.252737z`,"p-id":`6858`},null,-1),(0,l.createElementVNode)(`path`,{d:`M620.597347 454.201619 260.748652 454.201619c-11.422144 0-20.681018 9.259898-20.681018 20.681018 0 11.42112 9.258874 20.681018 20.681018 20.681018l359.849718 0c11.42112 0 20.681018-9.259898 20.681018-20.681018C641.278365 463.46254 632.018467 454.201619 620.597347 454.201619z`,"p-id":`6859`},null,-1),(0,l.createElementVNode)(`path`,{d:`M440.673511 574.151525 260.748652 574.151525c-11.422144 0-20.681018 9.259898-20.681018 20.681018 0 11.42112 9.258874 20.681018 20.681018 20.681018l179.924859 0c11.42112 0 20.681018-9.259898 20.681018-20.681018C461.35453 583.411423 452.093609 574.151525 440.673511 574.151525z`,"p-id":`6860`},null,-1)]])}var lp=k(op,[[`render`,cp]]),up={name:`SvgLanguage`},dp={t:`1713109019954`,class:`icon`,viewBox:`0 0 1024 1024`,version:`1.1`,xmlns:`http://www.w3.org/2000/svg`,"p-id":`13071`,width:`18`,height:`18`};function fp(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`svg`,dp,[...t[0]||=[(0,l.createElementVNode)(`path`,{d:`M200.313605 806.764028h487.993851v78.708685h-487.993851z`,fill:`#6C7280`,"p-id":`13072`},null,-1),(0,l.createElementVNode)(`path`,{d:`M809.518832 136.166026H79.102229a78.708686 78.708686 0 0 0-78.708686 78.708686V944.504228a78.708686 78.708686 0 0 0 78.708686 78.708685h730.416603a78.708686 78.708686 0 0 0 78.708685-78.708685V214.874712a78.708686 78.708686 0 0 0-78.708685-78.708686z m0 848.479631V944.504228H79.102229V214.874712h730.416603V944.504228z`,"p-id":`13073`},null,-1),(0,l.createElementVNode)(`path`,{d:`M944.897771 0H171.978478v78.708686H944.897771v787.086856h78.708686V78.708686a78.708686 78.708686 0 0 0-78.708686-78.708686z`,"p-id":`13074`},null,-1),(0,l.createElementVNode)(`path`,{d:`M360.092237 609.205227h161.352805l44.863951 117.275941h58.244427l-157.417371-385.672559h-55.09608L263.280553 725.694081H315.228286z m57.45734-157.417372a487.206764 487.206764 0 0 0 20.464259-73.986164q8.657955 31.483474 27.548039 78.708686l40.14143 107.043812H375.046887z`,"p-id":`13075`},null,-1)]])}var pp={components:{SvgImgMap:Zf,SvgUploadFile:tp,SvgToc:ap,SvgCopy:lp,SvgLanguage:k(up,[[`render`,fp]])},emits:[`on-action`,`on-act-copy`,`on-act-save`,`on-act-theme`,`on-act-custom`,`on-act-choose-image`],props:{exportFileName:{type:String,default:``},toolbars:{type:Object,default(){return{}}},isPreview:{type:Boolean,default:!1},isFullscreen:{type:Boolean,default:!1}},data(){return{actionThemeDropdown:!1,actionPhrasesDropdown:!1,actionLanguageDropdown:!1,actionBgColorDropdown:!1,actionSplit:!0,actionPreview:!1,actionScrollSync:!0,actionToc:!0,actionFullscreen:!1,actionHtmlDiaVisible:!1,actionHtmlText:``}},computed:{lastExpFileName(){let e=new Date,t=e.getFullYear(),n=e.getMonth()+1,r=e.getDate(),i=e.getHours(),a=e.getMinutes(),o=t+`-`+Kf(n)+`-`+Kf(r)+`_`+Kf(i)+`-`+Kf(a);return this.exportFileName||o},toolConfig(){let{toolbars:e={}}=this;return{...qf,...e}}},created(){this.actionPreview=this.isPreview||!1},methods:{toggleSlideDown(){this.slideDown=!this.slideDown},actionPhrasesSet(e){this.codemrrConfig.phrases=e,this.actionPhrasesDropdown=!1},actionLanguageSet(e){this.codemrrConfig.language=e,this.actionLanguageDropdown=!1},actionBgColorSet(e){this.codemrrConfig.backgroundColor=e,this.actionBgColorDropdown=!1},actionThemesSet(e){this.codemrrConfig.theme=e,this.actionThemeDropdown=!1,this.$emit(`on-act-theme`,e)},actionFullscreenSet(e){this.actionFullscreen=e;let t=this.$refs[this.editorWrapRefID];e?t.classList.add(`fullscreen`):t.classList.remove(`fullscreen`),this.actionCurrent(`fullscreen`,e)},actionChooseImage(){let e=document.createElement(`input`);e.type=`file`,e.accept=`image/*`,e.onchange=()=>{let t=e.files;t[0]&&(this.$emit(`on-act-choose-image`,t[0]),e.value=``)},e.click()},actionInsBg(){let e=this.getLastPoint(),t=e.content||!1;t?this.insertContent(`==`+t+`==`,!1):(this.insertContent(`====`,!1),this.setCursor(e.line,e.ch+1))},actionUndo(){if(this.editorViewInst){let e=this.editorViewInst.state.behavior(d.EditorState.effect(d.EditorState.undo));this.editorViewInst.update([{changes:{from:0,to:e.doc.length,insert:e.doc},selection:d.EditorSelection.single(0)}])}},actionRedo(){this.editorViewInst&&this.editorViewInst.dispatch({...this.editorViewInst.state,effects:d.EditorState.redo()})},actionInsStrong(){let e=this.getLastPoint(),t=e.content||!1;t?(this.deleteContent(e.start,e.end),this.insertContent(e.start,`**`+t+`**`)):this.insertContent(e.start,`****`)},actionInsItalic(){let e=this.getLastPoint(),t=e.content||!1;t?(this.deleteContent(e.start,e.end),this.insertContent(e.start,`*`+t+`*`)):this.insertContent(e.start,`**`)},actionInsOverline(){let e=this.getLastPoint(),t=e.content||!1;t?(this.deleteContent(e.start,e.end),this.insertContent(e.start,`~~`+t+`~~`)):this.insertContent(e.start,`~~~~`)},actionInsUnderline(){let e=this.getLastPoint(),t=e.content||!1;t?(this.deleteContent(e.start,e.end),this.insertContent(e.start,`<u>`+t+`</u>`)):this.insertContent(e.start,`<u></u>`)},actionInsTitle(e){let t={1:`# `,2:`## `,3:`### `,4:`#### `,5:`##### `,6:`###### `}[e],n=this.getLastPoint(),r=n.content||!1,i=`
|
|
2
2
|
`+t+`标题
|
|
3
3
|
|
|
4
4
|
`;r?r.startsWith(`#`)?this.insertContent(n.end+1,i):(i=`
|
|
@@ -24,8 +24,8 @@ Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{val
|
|
|
24
24
|
|
|
25
25
|
`)},actionInsImage(){let e=this.getLastPoint();this.insertContent(e.end,`
|
|
26
26
|
|
|
27
|
-
`)},actionImportFile(e){let t=e.target.files[0];if(!t)return;let{type:n}=t;if(![`text/markdown`,`text/src`].includes(n))return;let r=new FileReader;r.readAsText(t,{encoding:`utf-8`}),r.onload=()=>{this.localVal=r.result},r.onerror=e=>{}},actionExportFile(){let e=`.text`,t={java:`.java`,php:`.php`,css:`.css`,vue:`.vue`,go:`.go`,python:`.py`,json:`.json`,javascript:`.js`,js:`.js`,html:`.html`,markdown:`.md`};this.language&&t[this.language]&&(e=t[this.language]),
|
|
28
|
-
`+(0,O.default)(this.actionHtmlText)),this.actionHtmlText=``,this.actionHtmlDiaVisible=!1},actionCurrent(e,t){this.$emit(`on-action`,e,t)},actionCustom(e){this.$emit(`on-act-custom`,e)}}},cp={name:`cvEditorCode`,mixins:[Lf,Rf,sp],emits:[`update:modelValue`,`on-ready`],props:{modelValue:{type:[String,Number],default:``},options:{type:[Object],default:()=>({autoRefresh:!0,autofocus:!1,lineNumbers:!0,tabSize:4,indentUnit:2,line:!0,styleActiveLine:!0})},toolbars:{type:[Object],default(){return{}}},language:{type:[String],default:``},theme:{type:[String],default:`oneDark`},readOnly:{type:[Boolean],default:!1},autoSave:{type:[Boolean],default:!1},width:{type:[Number,String],default:`auto`},height:{type:[Number,String],default:600},bordered:{type:[Boolean],default:!0}},data(){return{localVal:``,heightMainPx:``,editorWrapRefEL:null}},watch:{localVal(e){this.$emit(`update:modelValue`,e)},modelValue(e){this.localVal!=e&&(this.localVal=e)},height(e){this.heightMainPx=this.getHeightMainPx()}},computed:{editorWrapRefID(){return this.editorRefID+`wrap`},heightTotalPx(){let e=``+this.height;return e.includes(`%`)||e.includes(`px`)?e:e+`px`},widthTotalPx(){let e=``+this.width;return e.includes(`px`)?e:e+`px`}},created(){this.localVal=this.modelValue,this.codemrrConfig.disabled=this.readOnly||!1},mounted(){this.heightMainPx=this.getHeightMainPx(),this.optionLanguage.includes(this.language)&&(this.codemrrConfig.language=this.language),this.optionTheme.includes(this.theme)&&(this.codemrrConfig.theme=this.theme)},destroyed(){},methods:{getHeightMainPx(){this.editorWrapRefEL=this.$refs[this.editorWrapRefID];let e=this.editorWrapRefEL.querySelector(`.cv-editor-code-toolbar`).offsetHeight;return e?this.heightTotalPx.includes(`%`)?`calc(100% - ${e}px - 2px)`:this.heightTotalPx.replace(`px`,``)-e-2+`px`:this.heightTotalPx},consoleLog(e,t){},initEditorReady(e){let{container:t,state:n,view:r}=e;this.editorStateInst=n,this.editorViewInst=r,this.listerenEvent(),this.$emit(`on-ready`)},listerenEvent(){}}},lp={key:0,class:`cv-editor-code-toolbar`,"data-title":`头部工具栏`},up={class:`cv-editor-toolbars`},dp={name:`导入文件`,class:`import-file`},fp={name:`保存到本地`},pp={key:1,class:`shift-theme`,name:`主题`},mp=[`onClick`],hp={class:`shift-theme`,name:`语言`},gp=[`onClick`],_p={class:`icon-svg`},vp={key:5,class:`segmentation`},yp=[`name`],bp={title:`编辑器`,class:`cv-editor-code-main`};function xp(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`SvgLanguage`),s=(0,l.resolveComponent)(`SvgCopy`),c=(0,l.resolveComponent)(`CodemirrorEditor`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{ref:a.editorWrapRefID,class:(0,l.normalizeClass)([`cv-editor-code-wrap cv-editor-vars`,`${n.bordered?`border`:``}`]),style:(0,l.normalizeStyle)({width:a.widthTotalPx,height:a.heightTotalPx})},[e.actionPreview?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,lp,[(0,l.createElementVNode)(`ul`,up,[e.$slots.title?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:0},[(0,l.createElementVNode)(`li`,null,[(0,l.renderSlot)(e.$slots,`title`)]),t[16]||=(0,l.createElementVNode)(`li`,{class:`segmentation`},[(0,l.createElementVNode)(`div`)],-1)],64)):(0,l.createCommentVNode)(``,!0),(0,l.withDirectives)((0,l.createElementVNode)(`li`,dp,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-daoru`,onClick:t[0]||=(...t)=>e.actionImportFile&&e.actionImportFile(...t)}),(0,l.createElementVNode)(`input`,{type:`file`,onChange:t[1]||=t=>e.actionImportFile(t),accept:`text/markdown`},null,32)],512),[[l.vShow,e.toolConfig.importmd]]),(0,l.withDirectives)((0,l.createElementVNode)(`li`,fp,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-download`,onClick:t[2]||=(...t)=>e.actionExportFile&&e.actionExportFile(...t)})],512),[[l.vShow,e.toolConfig.exportmd]]),t[20]||=(0,l.createElementVNode)(`li`,{class:`segmentation`},[(0,l.createElementVNode)(`div`)],-1),e.toolConfig.theme?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,pp,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-theme`,onClick:t[3]||=t=>e.actionThemeDropdown=!e.actionThemeDropdown}),(0,l.createElementVNode)(`ul`,{class:(0,l.normalizeClass)({active:e.actionThemeDropdown}),onMouseleave:t[4]||=t=>e.actionThemeDropdown=!1},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.optionTheme,t=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{onClick:n=>e.actionThemesSet(t)},(0,l.toDisplayString)(t),9,mp))),256))],34)])):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`li`,hp,[(0,l.createElementVNode)(`span`,{class:`icon-svg`,onClick:t[5]||=t=>e.actionLanguageDropdown=!e.actionLanguageDropdown},[(0,l.createVNode)(o)]),(0,l.createElementVNode)(`ul`,{class:(0,l.normalizeClass)({active:e.actionLanguageDropdown}),onMouseleave:t[6]||=t=>e.actionLanguageDropdown=!1},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.optionLanguage,t=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{class:(0,l.normalizeClass)(t==n.language?`active`:``),onClick:n=>e.actionLanguageSet(t)},(0,l.toDisplayString)(t),11,gp))),256))],34)]),t[21]||=(0,l.createElementVNode)(`li`,{class:`empty`},null,-1),e.toolConfig.copy?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:2,name:`复制`,onClick:t[7]||=(...t)=>e.actionCopySet&&e.actionCopySet(...t)},[(0,l.createElementVNode)(`span`,_p,[(0,l.createVNode)(s)])])):(0,l.createCommentVNode)(``,!0),e.toolConfig.clear?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:3,name:`清空`,onClick:t[8]||=e=>i.localVal=``},[...t[17]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-clear`},null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.save?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:4,name:`保存`,onClick:t[9]||=(...t)=>e.actionSaveSet&&e.actionSaveSet(...t)},[...t[18]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-save`},null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.fullscreen?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,vp,[...t[19]||=[(0,l.createElementVNode)(`div`,null,null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.fullscreen?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:6,name:e.actionFullscreen?`退出全屏`:`全屏`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[10]||=t=>e.actionFullscreenSet(!1),class:`iconfont icon-quite`},null,512),[[l.vShow,e.actionFullscreen]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[11]||=t=>e.actionFullscreenSet(!0),class:`iconfont icon-fullscreen`},null,512),[[l.vShow,!e.actionFullscreen]])],8,yp)):(0,l.createCommentVNode)(``,!0)])])),(0,l.createElementVNode)(`div`,bp,[(0,l.createVNode)(c,(0,l.mergeProps)(e.codemrrBind,{id:e.editorRefID,ref:e.editorRefID,style:{height:i.heightMainPx,backgroundColor:e.codemrrConfig.backgroundColor},extensions:e.extensions,modelValue:i.localVal,"onUpdate:modelValue":t[12]||=e=>i.localVal=e,onReady:a.initEditorReady,onChange:t[13]||=e=>a.consoleLog(`change`,e),onFocus:t[14]||=e=>a.consoleLog(`focus`,e),onBlur:t[15]||=e=>a.consoleLog(`blur`,e)}),null,16,[`id`,`style`,`extensions`,`modelValue`,`onReady`])])],6)}var Sp=k(cp,[[`render`,xp]]),Cp={name:`cvEditorJson`,components:{},mixins:[Rf],props:{modelValue:{type:[Object,Array,Number,String,Boolean],default:``},mode:{type:[String],default:`text`},readOnly:{type:[Boolean],default:!1},options:{type:[Object],default:()=>({mode:`text`})},height:{type:String},plus:{type:Boolean,default:!0}},data(){return{editorInstance:null,style:{},max:!1,internalChange:!1,localVal:``}},watch:{modelValue:{handler(e){this.localVal!=e&&(this.localVal=e,this.updateVal(e))},deep:!0},max(e){this.$nextTick(()=>{this.initNewCreate()})},options:{handler(e){this.options&&this.options.mode&&this.editorInstance},deep:!0}},computed:{getHeight(){return this.height&&!this.max?{height:this.height}:{}}},async mounted(){this.initNewCreate()},updated(){this.editorInstance.updateProps({mode:this.mode,readOnly:this.readOnly})},beforeUnmount(){this.destroyView()},beforeDestroy(){this.destroyView()},methods:{async initNewCreate(){let{JSONEditor:e}=await import(`https://10ui.cn/jsoneditor/vanilla-jsoneditor@0.22.0/standalone.js`);this.editorInstance||(this.editorInstance=new e({target:this.$refs[this.editorRefID],props:{value:this.modelValue,mode:this.mode,readOnly:this.readOnly,...this.options,onChange:this.onChange}}),this.updateVal(this.modelValue))},onChange(){let e=null,t={};try{t=this.editorInstance.get()}catch(t){e=t}e?this.$emit(`error`,e):this.editorInstance&&(this.internalChange=!0,this.localVal=t,this.$emit(`update:modelValue`,this.localVal),this.$nextTick(()=>{this.internalChange=!1}))},updateVal(e){this.editorInstance&&e!==void 0&&!this.internalChange&&this.editorInstance.update({json:e})},isJSON(e){try{return JSON.parse(e),!0}catch{return!1}},destroyView(){this.editor&&=(this.editorInstance.destroy(),null)},handleChange(e){this.emitData||=un(400,e=>{this.$emit(`update:modelValue`,e)}),this.emitData(e)}}};function wp(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:(0,l.normalizeClass)([`cv-editor-json`,{"max-box":i.max,"min-box":!i.max}]),style:(0,l.normalizeStyle)(a.getHeight)},[(0,l.createElementVNode)(`div`,{ref:e.editorRefID,class:`jsoneditor-box`},null,512),(0,l.createElementVNode)(`a`,{onClick:t[0]||=e=>i.max=!i.max,class:`max-btn`})],6)}var Tp=k(Cp,[[`render`,wp]]),Ep={name:`EditorSlideUpload`,props:{color:{type:String,default:`#1890ff`},accept:{type:[String],default:`image/jpeg,image/gif,image/png`},upName:{type:[String],default:``},upAction:{type:[String],default:``},upResponseFn:{type:[Function],default:()=>{}},upHeaders:{type:[Object],default:()=>{}},upData:{type:[Object],default:()=>{}}},data(){return{dialogVisible:!1,listObj:{},fileList:[],diyUpList:new FormData}},methods:{checkAllSuccess(){return Object.keys(this.listObj).every(e=>this.listObj[e].hasSuccess)},handleSubmit(){let e=Object.keys(this.listObj).map(e=>this.listObj[e]);if(!this.checkAllSuccess()){this.$message(`请等待所有图片上传成功。如果出现网络问题,请刷新页面并重新上传!`);return}this.$emit(`successCBK`,e),this.listObj={},this.fileList=[],this.dialogVisible=!1},handleSuccess(e,t){let n=t.uid,r=Object.keys(this.listObj);for(let t=0,i=r.length;t<i;t++)if(this.listObj[r[t]].uid===n){this.upResponseFn&&typeof this.upResponseFn==`function`?this.listObj[r[t]].url=this.upResponseFn(e):this.listObj[r[t]].url=e.files.file||``,this.listObj[r[t]].hasSuccess=!0;return}},handleRemove(e){let t=e.uid,n=Object.keys(this.listObj);for(let e=0,r=n.length;e<r;e++)if(this.listObj[n[e]].uid===t){delete this.listObj[n[e]];return}},beforeUpload(e){let t=this,n=window.URL||window.webkitURL,r=e.uid;return this.listObj[r]={},new Promise((i,a)=>{let o=new Image;o.src=n.createObjectURL(e),o.onload=function(){t.listObj[r]={hasSuccess:!1,uid:e.uid,width:this.width,height:this.height}},i(!0)})}}},Dp={class:`cv-editor-upload-container`};function Op(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`),s=(0,l.resolveComponent)(`el-button`),c=(0,l.resolveComponent)(`el-upload`),u=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Dp,[(0,l.createVNode)(s,{style:(0,l.normalizeStyle)({background:n.color,borderColor:n.color,fontSize:`16px`}),type:`primary`,onClick:t[0]||=e=>i.dialogVisible=!0},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`arrowUploadFilled`,size:`16`,style:{"margin-right":`5px`}}),t[2]||=(0,l.createTextVNode)(` 上传 `,-1)]),_:1},8,[`style`]),(0,l.createVNode)(u,{visible:i.dialogVisible},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(c,(0,l.mergeProps)({class:`editor-slide-upload`},{action:n.upAction,headers:n.upHeaders,data:n.upData,name:n.upName,multiple:!0,showFileList:!0,listType:`picture-card`,autoUpload:!0},{"file-list":i.fileList,"on-remove":a.handleRemove,"on-success":a.handleSuccess,"before-upload":a.beforeUpload}),{default:(0,l.withCtx)(()=>[(0,l.createVNode)(s,{type:`primary`},{default:(0,l.withCtx)(()=>[...t[3]||=[(0,l.createTextVNode)(`点击上传`,-1)]]),_:1})]),_:1},16,[`file-list`,`on-remove`,`on-success`,`before-upload`]),(0,l.createVNode)(s,{onClick:t[1]||=e=>i.dialogVisible=!1},{default:(0,l.withCtx)(()=>[...t[4]||=[(0,l.createTextVNode)(`取消`,-1)]]),_:1}),(0,l.createVNode)(s,{type:`primary`,onClick:a.handleSubmit},{default:(0,l.withCtx)(()=>[...t[5]||=[(0,l.createTextVNode)(`确定`,-1)]]),_:1},8,[`onClick`])]),_:1},8,[`visible`])])}var kp=k(Ep,[[`render`,Op],[`__scopeId`,`data-v-5188ef22`]]),Ap=[`advlist`,`anchor`,`autolink`,`autosave`,`code`,`codesample`,`directionality`,`emoticons`,`fullscreen`,`image`,`insertdatetime`,`link`,`lists`,`media`,`nonbreaking`,`pagebreak`,`preview`,`save`,`searchreplace`,`table`,`visualblocks`,`visualchars`,`wordcount`],jp=[`hr blockquote anchor pagebreak insertdatetime table emoticons | searchreplace preview code codesample | fullscreen | link media image `,`inserttemplate undo redo | styles | removeformat subscript superscript forecolor backcolor bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist indent`],Mp=[];function Np(){return window.tinymce}var Pp=(e,t)=>{let n=document.getElementById(e),r=t||function(){};if(!n){let t=document.createElement(`script`);t.src=e,t.id=e,document.body.appendChild(t),Mp.push(r),(`onload`in t?i:a)(t)}n&&r&&(Np()?r(null,n):Mp.push(r));function i(t){t.onload=function(){this.onerror=this.onload=null;for(let e of Mp)e(null,t);Mp=null},t.onerror=function(){this.onerror=this.onload=null,r(Error(`Failed to load `+e),t)}}function a(e){e.onreadystatechange=function(){if(!(this.readyState!==`complete`&&this.readyState!==`loaded`)){this.onreadystatechange=null;for(let t of Mp)t(null,e);Mp=null}}}},Fp=`https://10ui.cn/tinymce/@7.0.0/tinymce.min.js`,Ip={inheritAttrs:!1,name:`cvEditorTinymce`,components:{EditorSlideUpload:kp},emits:[`update:modelValue`],mixins:[Rf],props:{modelValue:{type:String,default:``},toolbar:{type:Array,required:!1,default(){return[]}},menubar:{type:String,default:`file edit insert view format table`},height:{type:[Number,String],required:!1,default:360},width:{type:[Number,String],required:!1,default:`100%`},uploadAttr:{type:[Object],default:()=>({})}},data(){return{localVal:``,fullscreen:!1,languageTypeList:{en:`en`,zh:`zh_CN`,es:`es_MX`,ja:`ja`}}},computed:{containerWidth(){let e=this.width;return/^[\d]+(\.[\d]+)?$/.test(e)?`${e}px`:e}},watch:{modelValue(e){this.localVal!=e&&(this.localVal=e,window.tinymce.get(this.editorRefID).setContent(e||``))}},created(){this.localVal=this.modelValue},mounted(){this.initLoad()},activated(){window.tinymce&&this.initTinymce()},deactivated(){this.destroyTinymce()},destroyed(){this.destroyTinymce()},methods:{initLoad(){Pp(Fp,e=>{if(e){this.$message.error(e.message);return}this.initTinymce()})},initTinymce(){let e=this;window.tinymce.init({selector:`#${this.editorRefID}`,license_key:`gpl`,language:this.languageTypeList.zh,height:this.height,body_class:`panel-body `,object_resizing:!1,toolbar:this.toolbar.length>0?this.toolbar:jp,menubar:this.menubar,plugins:Ap,end_container_on_empty_block:!0,powerpaste_word_import:`clean`,code_dialog_height:450,code_dialog_width:1e3,advlist_bullet_styles:`square`,advlist_number_styles:`default`,editimage_cors_hosts:[`www.tinymce.com`,`codepen.io`],link_default_target:`_blank`,link_title:!1,nonbreaking_force_tab:!0,init_instance_callback:t=>{e.localVal&&t.setContent(e.localVal)},setup(t){t.on(`FullscreenStateChanged`,t=>{e.fullscreen=t.state}),t.on(`input`,n=>{e.localVal=t.getContent(),e.$emit(`update:modelValue`,e.localVal)})},convert_urls:!1,images_upload_handler(e,t,n,r){r(0),new FormData}})},destroyTinymce(){let e=window.tinymce.get(this.editorRefID);this.fullscreen&&e.execCommand(`mceFullScreen`),e&&e.destroy()},setContent(e){window.tinymce.get(this.editorRefID).setContent(e)},getContent(){window.tinymce.get(this.editorRefID).getContent()},imageSuccessCBK(e){e.forEach(e=>window.tinymce.get(this.editorRefID).insertContent(`<img class="wscnph" src="${e.url}" >`))}}},Lp=[`id`],Rp={class:`editor-custom-btn-container`};function zp(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`EditorSlideUpload`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:(0,l.normalizeClass)([`cv-editor-tinymce tinymce-container`,{fullscreen:i.fullscreen}]),style:(0,l.normalizeStyle)({width:a.containerWidth})},[(0,l.createElementVNode)(`textarea`,{id:e.editorRefID,class:`tinymce-textarea`},null,8,Lp),(0,l.createElementVNode)(`div`,Rp,[(0,l.createVNode)(o,(0,l.mergeProps)({color:`#1890ff`,class:`editor-upload-btn`,onSuccessCBK:a.imageSuccessCBK},n.uploadAttr),null,16,[`onSuccessCBK`])])],6)}var Bp=k(Ip,[[`render`,zp],[`__scopeId`,`data-v-8cbc5d06`]]),Vp={name:`cvEditorMarkdown`,mixins:[Lf,Rf,sp],emits:[`update:modelValue`,`on-ready`,`on-upload-image`],props:{modelValue:{type:[String,Number],default:``},options:{type:[Object],default:()=>({})},toolbars:{type:[Object],default(){return{}}},language:{type:[String],default:`markdown`},theme:{type:[String],default:`light`},readOnly:{type:[Boolean],default:!1},autoSave:{type:[Boolean],default:!1},width:{type:[Number,String],default:`auto`},height:{type:[Number,String],default:600},bordered:{type:[Boolean],default:!0},editorType:{type:[String],default:`v6`}},data(){return{lastPos:``,lastInsert:``,lastHtml:``,scrollSide:``,localVal:``,heightMainPx:``,editorWrapRefEL:null}},watch:{localVal(e){this.$emit(`update:modelValue`,e)},modelValue(e){this.localVal!=e&&(this.localVal=e)},height(e){this.heightMainPx=this.getHeightMainPx()}},computed:{editorWrapRefID(){return this.editorRefID+`wrap`},previewRefID(){return this.editorRefID+`preview`},heightTotalPx(){let e=``+this.height;return e.includes(`%`)||e.includes(`px`)?e:e+`px`},widthTotalPx(){let e=``+this.width;return e.includes(`px`)?e:e+`px`}},created(){this.localVal=this.modelValue,this.codemrrConfig.disabled=this.readOnly||!1},mounted(){this.heightMainPx=this.getHeightMainPx()},destroyed(){},methods:{getHeightMainPx(){this.editorWrapRefEL=this.$refs[this.editorWrapRefID];let e=this.editorWrapRefEL.querySelector(`.cv-editor-markdown-toolbar`).offsetHeight;return e?this.heightTotalPx.includes(`%`)?`calc(100% - ${e}px - 2px)`:this.heightTotalPx.replace(`px`,``)-e-2+`px`:this.heightTotalPx},consoleLog(e,t){},initEditorReady(e){let{container:t,state:n,view:r}=e;this.editorStateInst=n,this.editorViewInst=r,this.listerenEvent(),this.$emit(`on-ready`)},listerenEvent(){this.editorWrapRefEL=this.$refs[this.editorWrapRefID],this.editorWrapRefEL.querySelector(`.cv-editor-markdown-main .cm-scroller`).addEventListener(`scroll`,this.markdownScroll),this.editorWrapRefEL.querySelector(`.cv-markdown-preview .markdown-preview`).addEventListener(`scroll`,this.previewScroll)},handlePaste(e,t){let{clipboardData:n={}}=t,{types:r=[],items:i}=n,a=null;for(let e=0;e<r.length;e++)if(r[e]===`Files`){a=i[e];break}if(a){let e=a.getAsFile();/image/gi.test(e.type)&&(this.$emit(`on-upload-image`,e),t.preventDefault())}},setCursor(e,t){this.editorViewInst.dispatch({selection:{anchor:e,head:t}}),this.editorViewInst.focus()},GetContent(){let e=this.editorViewState.selection.main.head,t=this.editorViewState.doc.lineAt(e).number,n=this.editorViewState.doc.line(t).text.trim();return n===``?!1:n},deleteContent(e,t){this.editorViewInst.dispatch({changes:{from:e,to:t}})},getLastPoint(){if(this.editorType==`simple`){let e=this.$refs.textarea,t=0;if(document.selection){e.focus();let n=document.selection.createRange();n.moveStart(`character`,-this.localVal.length),t=n.text.length}else (e.selectionStart||parseInt(e.selectionStart,0)===0)&&(t=e.selectionStart);return t}else if(this.editorType!=`v5`&&this.editorType==`v6`){let e=this.editorViewInst.state.selection.main.head,t=this.editorViewInst.state.doc.lineAt(e).number,n=this.editorViewInst.state.doc.line(t).from,r=this.editorViewInst.state.doc.line(t).to,i=this.editorViewInst.state.doc.line(t).text;return this.lastPos||{line:t,start:n,end:r,content:i}}},insertContent(e,t,n=!0){this.editorType==`v5`?(this.editorViewInst.replaceSelection(t),this.lastInsert=t.replace(/\n/g,``)):this.editorType==`v6`&&(this.getLastPoint(),this.editorViewInst.dispatch({changes:{from:e,insert:t}}),n==1&&this.setCursor(e+t.length,e+t.length))},listerenKeyupEnter(e){let{lastInsert:t}=this;t&&([`-`,`- [ ]`,`- [x]`].includes(t.trim())?(e.preventDefault(),this.insertContent(`
|
|
27
|
+
`)},actionImportFile(e){let t=e.target.files[0];if(!t)return;let{type:n}=t;if(![`text/markdown`,`text/src`].includes(n))return;let r=new FileReader;r.readAsText(t,{encoding:`utf-8`}),r.onload=()=>{this.localVal=r.result},r.onerror=e=>{}},actionExportFile(){let e=`.text`,t={java:`.java`,php:`.php`,css:`.css`,vue:`.vue`,go:`.go`,python:`.py`,json:`.json`,javascript:`.js`,js:`.js`,html:`.html`,markdown:`.md`};this.language&&t[this.language]&&(e=t[this.language]),Gf(this.localVal,this.lastExpFileName+e)},insertCode(){let e=this.getLastPoint(),t=e.content||!1;t?(this.deleteContent(e.start,e.end),this.insertContent(e.start,"\n```text\n"+t+"\n```\n")):this.insertContent(e.start,"\n```text\n\n```\n")},actionSaveSet(){let{localVal:e,codemrrConfig:t,lastHtml:n}=this;this.$emit(`on-act-save`,{theme:t.theme||``,value:e||``,html:n||``})},actionCopySet(){this.$cvCopy(this.localVal),this.$emit(`on-act-copy`,this.localVal)},actionHtmlVisible(e){this.actionHtmlText=``,e?this.actionHtmlDiaVisible=!0:this.actionHtmlDiaVisible=!1},actionHtmlToMD(){let e=this.getLastPoint();this.insertContent(e.end,`
|
|
28
|
+
`+(0,O.default)(this.actionHtmlText)),this.actionHtmlText=``,this.actionHtmlDiaVisible=!1},actionCurrent(e,t){this.$emit(`on-action`,e,t)},actionCustom(e){this.$emit(`on-act-custom`,e)}}},mp={name:`cvEditorCode`,mixins:[Uf,Wf,pp],emits:[`update:modelValue`,`on-ready`],props:{modelValue:{type:[String,Number],default:``},options:{type:[Object],default:()=>({autoRefresh:!0,autofocus:!1,lineNumbers:!0,tabSize:4,indentUnit:2,line:!0,styleActiveLine:!0})},toolbars:{type:[Object],default(){return{}}},language:{type:[String],default:``},theme:{type:[String],default:`oneDark`},readOnly:{type:[Boolean],default:!1},autoSave:{type:[Boolean],default:!1},width:{type:[Number,String],default:`auto`},height:{type:[Number,String],default:600},bordered:{type:[Boolean],default:!0}},data(){return{localVal:``,heightMainPx:``,editorWrapRefEL:null}},watch:{localVal(e){this.$emit(`update:modelValue`,e)},modelValue(e){this.localVal!=e&&(this.localVal=e)},height(e){this.heightMainPx=this.getHeightMainPx()}},computed:{editorWrapRefID(){return this.editorRefID+`wrap`},heightTotalPx(){let e=``+this.height;return e.includes(`%`)||e.includes(`px`)?e:e+`px`},widthTotalPx(){let e=``+this.width;return e.includes(`px`)?e:e+`px`}},created(){this.localVal=this.modelValue,this.codemrrConfig.disabled=this.readOnly||!1},mounted(){this.heightMainPx=this.getHeightMainPx(),this.optionLanguage.includes(this.language)&&(this.codemrrConfig.language=this.language),this.optionTheme.includes(this.theme)&&(this.codemrrConfig.theme=this.theme)},destroyed(){},methods:{getHeightMainPx(){this.editorWrapRefEL=this.$refs[this.editorWrapRefID];let e=this.editorWrapRefEL.querySelector(`.cv-editor-code-toolbar`).offsetHeight;return e?this.heightTotalPx.includes(`%`)?`calc(100% - ${e}px - 2px)`:this.heightTotalPx.replace(`px`,``)-e-2+`px`:this.heightTotalPx},consoleLog(e,t){},initEditorReady(e){let{container:t,state:n,view:r}=e;this.editorStateInst=n,this.editorViewInst=r,this.listerenEvent(),this.$emit(`on-ready`)},listerenEvent(){}}},hp={key:0,class:`cv-editor-code-toolbar`,"data-title":`头部工具栏`},gp={class:`cv-editor-toolbars`},_p={name:`导入文件`,class:`import-file`},vp={name:`保存到本地`},yp={key:1,class:`shift-theme`,name:`主题`},bp=[`onClick`],xp={class:`shift-theme`,name:`语言`},Sp=[`onClick`],Cp={class:`icon-svg`},wp={key:5,class:`segmentation`},Tp=[`name`],Ep={title:`编辑器`,class:`cv-editor-code-main`};function Dp(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`SvgLanguage`),s=(0,l.resolveComponent)(`SvgCopy`),c=(0,l.resolveComponent)(`CodemirrorEditor`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{ref:a.editorWrapRefID,class:(0,l.normalizeClass)([`cv-editor-code-wrap cv-editor-vars`,`${n.bordered?`border`:``}`]),style:(0,l.normalizeStyle)({width:a.widthTotalPx,height:a.heightTotalPx})},[e.actionPreview?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,hp,[(0,l.createElementVNode)(`ul`,gp,[e.$slots.title?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:0},[(0,l.createElementVNode)(`li`,null,[(0,l.renderSlot)(e.$slots,`title`)]),t[16]||=(0,l.createElementVNode)(`li`,{class:`segmentation`},[(0,l.createElementVNode)(`div`)],-1)],64)):(0,l.createCommentVNode)(``,!0),(0,l.withDirectives)((0,l.createElementVNode)(`li`,_p,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-daoru`,onClick:t[0]||=(...t)=>e.actionImportFile&&e.actionImportFile(...t)}),(0,l.createElementVNode)(`input`,{type:`file`,onChange:t[1]||=t=>e.actionImportFile(t),accept:`text/markdown`},null,32)],512),[[l.vShow,e.toolConfig.importmd]]),(0,l.withDirectives)((0,l.createElementVNode)(`li`,vp,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-download`,onClick:t[2]||=(...t)=>e.actionExportFile&&e.actionExportFile(...t)})],512),[[l.vShow,e.toolConfig.exportmd]]),t[20]||=(0,l.createElementVNode)(`li`,{class:`segmentation`},[(0,l.createElementVNode)(`div`)],-1),e.toolConfig.theme?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,yp,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-theme`,onClick:t[3]||=t=>e.actionThemeDropdown=!e.actionThemeDropdown}),(0,l.createElementVNode)(`ul`,{class:(0,l.normalizeClass)({active:e.actionThemeDropdown}),onMouseleave:t[4]||=t=>e.actionThemeDropdown=!1},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.optionTheme,t=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{onClick:n=>e.actionThemesSet(t)},(0,l.toDisplayString)(t),9,bp))),256))],34)])):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`li`,xp,[(0,l.createElementVNode)(`span`,{class:`icon-svg`,onClick:t[5]||=t=>e.actionLanguageDropdown=!e.actionLanguageDropdown},[(0,l.createVNode)(o)]),(0,l.createElementVNode)(`ul`,{class:(0,l.normalizeClass)({active:e.actionLanguageDropdown}),onMouseleave:t[6]||=t=>e.actionLanguageDropdown=!1},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.optionLanguage,t=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{class:(0,l.normalizeClass)(t==n.language?`active`:``),onClick:n=>e.actionLanguageSet(t)},(0,l.toDisplayString)(t),11,Sp))),256))],34)]),t[21]||=(0,l.createElementVNode)(`li`,{class:`empty`},null,-1),e.toolConfig.copy?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:2,name:`复制`,onClick:t[7]||=(...t)=>e.actionCopySet&&e.actionCopySet(...t)},[(0,l.createElementVNode)(`span`,Cp,[(0,l.createVNode)(s)])])):(0,l.createCommentVNode)(``,!0),e.toolConfig.clear?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:3,name:`清空`,onClick:t[8]||=e=>i.localVal=``},[...t[17]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-clear`},null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.save?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:4,name:`保存`,onClick:t[9]||=(...t)=>e.actionSaveSet&&e.actionSaveSet(...t)},[...t[18]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-save`},null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.fullscreen?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,wp,[...t[19]||=[(0,l.createElementVNode)(`div`,null,null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.fullscreen?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:6,name:e.actionFullscreen?`退出全屏`:`全屏`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[10]||=t=>e.actionFullscreenSet(!1),class:`iconfont icon-quite`},null,512),[[l.vShow,e.actionFullscreen]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[11]||=t=>e.actionFullscreenSet(!0),class:`iconfont icon-fullscreen`},null,512),[[l.vShow,!e.actionFullscreen]])],8,Tp)):(0,l.createCommentVNode)(``,!0)])])),(0,l.createElementVNode)(`div`,Ep,[(0,l.createVNode)(c,(0,l.mergeProps)(e.codemrrBind,{id:e.editorRefID,ref:e.editorRefID,style:{height:i.heightMainPx,backgroundColor:e.codemrrConfig.backgroundColor},extensions:e.extensions,modelValue:i.localVal,"onUpdate:modelValue":t[12]||=e=>i.localVal=e,onReady:a.initEditorReady,onChange:t[13]||=e=>a.consoleLog(`change`,e),onFocus:t[14]||=e=>a.consoleLog(`focus`,e),onBlur:t[15]||=e=>a.consoleLog(`blur`,e)}),null,16,[`id`,`style`,`extensions`,`modelValue`,`onReady`])])],6)}var Op=k(mp,[[`render`,Dp]]),kp={name:`cvEditorJson`,components:{},mixins:[Wf],props:{modelValue:{type:[Object,Array,Number,String,Boolean],default:``},mode:{type:[String],default:`text`},readOnly:{type:[Boolean],default:!1},options:{type:[Object],default:()=>({mode:`text`})},height:{type:String},plus:{type:Boolean,default:!0}},data(){return{editorInstance:null,style:{},max:!1,internalChange:!1,localVal:``}},watch:{modelValue:{handler(e){this.localVal!=e&&(this.localVal=e,this.updateVal(e))},deep:!0},max(e){this.$nextTick(()=>{this.initNewCreate()})},options:{handler(e){this.options&&this.options.mode&&this.editorInstance},deep:!0}},computed:{getHeight(){return this.height&&!this.max?{height:this.height}:{}}},async mounted(){this.initNewCreate()},updated(){this.editorInstance.updateProps({mode:this.mode,readOnly:this.readOnly})},beforeUnmount(){this.destroyView()},beforeDestroy(){this.destroyView()},methods:{async initNewCreate(){let{JSONEditor:e}=await import(`https://10ui.cn/jsoneditor/vanilla-jsoneditor@0.22.0/standalone.js`);this.editorInstance||(this.editorInstance=new e({target:this.$refs[this.editorRefID],props:{value:this.modelValue,mode:this.mode,readOnly:this.readOnly,...this.options,onChange:this.onChange}}),this.updateVal(this.modelValue))},onChange(){let e=null,t={};try{t=this.editorInstance.get()}catch(t){e=t}e?this.$emit(`error`,e):this.editorInstance&&(this.internalChange=!0,this.localVal=t,this.$emit(`update:modelValue`,this.localVal),this.$nextTick(()=>{this.internalChange=!1}))},updateVal(e){this.editorInstance&&e!==void 0&&!this.internalChange&&this.editorInstance.update({json:e})},isJSON(e){try{return JSON.parse(e),!0}catch{return!1}},destroyView(){this.editor&&=(this.editorInstance.destroy(),null)},handleChange(e){this.emitData||=un(400,e=>{this.$emit(`update:modelValue`,e)}),this.emitData(e)}}};function Ap(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:(0,l.normalizeClass)([`cv-editor-json`,{"max-box":i.max,"min-box":!i.max}]),style:(0,l.normalizeStyle)(a.getHeight)},[(0,l.createElementVNode)(`div`,{ref:e.editorRefID,class:`jsoneditor-box`},null,512),(0,l.createElementVNode)(`a`,{onClick:t[0]||=e=>i.max=!i.max,class:`max-btn`})],6)}var jp=k(kp,[[`render`,Ap]]),Mp={name:`EditorSlideUpload`,props:{color:{type:String,default:`#1890ff`},accept:{type:[String],default:`image/jpeg,image/gif,image/png`},upName:{type:[String],default:``},upAction:{type:[String],default:``},upResponseFn:{type:[Function],default:()=>{}},upHeaders:{type:[Object],default:()=>{}},upData:{type:[Object],default:()=>{}}},data(){return{dialogVisible:!1,listObj:{},fileList:[],diyUpList:new FormData}},methods:{checkAllSuccess(){return Object.keys(this.listObj).every(e=>this.listObj[e].hasSuccess)},handleSubmit(){let e=Object.keys(this.listObj).map(e=>this.listObj[e]);if(!this.checkAllSuccess()){this.$message(`请等待所有图片上传成功。如果出现网络问题,请刷新页面并重新上传!`);return}this.$emit(`successCBK`,e),this.listObj={},this.fileList=[],this.dialogVisible=!1},handleSuccess(e,t){let n=t.uid,r=Object.keys(this.listObj);for(let t=0,i=r.length;t<i;t++)if(this.listObj[r[t]].uid===n){this.upResponseFn&&typeof this.upResponseFn==`function`?this.listObj[r[t]].url=this.upResponseFn(e):this.listObj[r[t]].url=e.files.file||``,this.listObj[r[t]].hasSuccess=!0;return}},handleRemove(e){let t=e.uid,n=Object.keys(this.listObj);for(let e=0,r=n.length;e<r;e++)if(this.listObj[n[e]].uid===t){delete this.listObj[n[e]];return}},beforeUpload(e){let t=this,n=window.URL||window.webkitURL,r=e.uid;return this.listObj[r]={},new Promise((i,a)=>{let o=new Image;o.src=n.createObjectURL(e),o.onload=function(){t.listObj[r]={hasSuccess:!1,uid:e.uid,width:this.width,height:this.height}},i(!0)})}}},Np={class:`cv-editor-upload-container`};function Pp(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`),s=(0,l.resolveComponent)(`el-button`),c=(0,l.resolveComponent)(`el-upload`),u=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,Np,[(0,l.createVNode)(s,{style:(0,l.normalizeStyle)({background:n.color,borderColor:n.color,fontSize:`16px`}),type:`primary`,onClick:t[0]||=e=>i.dialogVisible=!0},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(o,{type:`arrowUploadFilled`,size:`16`,style:{"margin-right":`5px`}}),t[2]||=(0,l.createTextVNode)(` 上传 `,-1)]),_:1},8,[`style`]),(0,l.createVNode)(u,{visible:i.dialogVisible},{default:(0,l.withCtx)(()=>[(0,l.createVNode)(c,(0,l.mergeProps)({class:`editor-slide-upload`},{action:n.upAction,headers:n.upHeaders,data:n.upData,name:n.upName,multiple:!0,showFileList:!0,listType:`picture-card`,autoUpload:!0},{"file-list":i.fileList,"on-remove":a.handleRemove,"on-success":a.handleSuccess,"before-upload":a.beforeUpload}),{default:(0,l.withCtx)(()=>[(0,l.createVNode)(s,{type:`primary`},{default:(0,l.withCtx)(()=>[...t[3]||=[(0,l.createTextVNode)(`点击上传`,-1)]]),_:1})]),_:1},16,[`file-list`,`on-remove`,`on-success`,`before-upload`]),(0,l.createVNode)(s,{onClick:t[1]||=e=>i.dialogVisible=!1},{default:(0,l.withCtx)(()=>[...t[4]||=[(0,l.createTextVNode)(`取消`,-1)]]),_:1}),(0,l.createVNode)(s,{type:`primary`,onClick:a.handleSubmit},{default:(0,l.withCtx)(()=>[...t[5]||=[(0,l.createTextVNode)(`确定`,-1)]]),_:1},8,[`onClick`])]),_:1},8,[`visible`])])}var Fp=k(Mp,[[`render`,Pp],[`__scopeId`,`data-v-5188ef22`]]),Ip=[`advlist`,`anchor`,`autolink`,`autosave`,`code`,`codesample`,`directionality`,`emoticons`,`fullscreen`,`image`,`insertdatetime`,`link`,`lists`,`media`,`nonbreaking`,`pagebreak`,`preview`,`save`,`searchreplace`,`table`,`visualblocks`,`visualchars`,`wordcount`],Lp=[`hr blockquote anchor pagebreak insertdatetime table emoticons | searchreplace preview code codesample | fullscreen | link media image `,`inserttemplate undo redo | styles | removeformat subscript superscript forecolor backcolor bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist indent`],Rp=[];function zp(){return window.tinymce}var Bp=(e,t)=>{let n=document.getElementById(e),r=t||function(){};if(!n){let t=document.createElement(`script`);t.src=e,t.id=e,document.body.appendChild(t),Rp.push(r),(`onload`in t?i:a)(t)}n&&r&&(zp()?r(null,n):Rp.push(r));function i(t){t.onload=function(){this.onerror=this.onload=null;for(let e of Rp)e(null,t);Rp=null},t.onerror=function(){this.onerror=this.onload=null,r(Error(`Failed to load `+e),t)}}function a(e){e.onreadystatechange=function(){if(!(this.readyState!==`complete`&&this.readyState!==`loaded`)){this.onreadystatechange=null;for(let t of Rp)t(null,e);Rp=null}}}},Vp=`https://10ui.cn/tinymce/@7.0.0/tinymce.min.js`,Hp={inheritAttrs:!1,name:`cvEditorTinymce`,components:{EditorSlideUpload:Fp},emits:[`update:modelValue`],mixins:[Wf],props:{modelValue:{type:String,default:``},toolbar:{type:Array,required:!1,default(){return[]}},menubar:{type:String,default:`file edit insert view format table`},height:{type:[Number,String],required:!1,default:360},width:{type:[Number,String],required:!1,default:`100%`},uploadAttr:{type:[Object],default:()=>({})}},data(){return{localVal:``,fullscreen:!1,languageTypeList:{en:`en`,zh:`zh_CN`,es:`es_MX`,ja:`ja`}}},computed:{containerWidth(){let e=this.width;return/^[\d]+(\.[\d]+)?$/.test(e)?`${e}px`:e}},watch:{modelValue(e){this.localVal!=e&&(this.localVal=e,window.tinymce.get(this.editorRefID).setContent(e||``))}},created(){this.localVal=this.modelValue},mounted(){this.initLoad()},activated(){window.tinymce&&this.initTinymce()},deactivated(){this.destroyTinymce()},destroyed(){this.destroyTinymce()},methods:{initLoad(){Bp(Vp,e=>{if(e){this.$message.error(e.message);return}this.initTinymce()})},initTinymce(){let e=this;window.tinymce.init({selector:`#${this.editorRefID}`,license_key:`gpl`,language:this.languageTypeList.zh,height:this.height,body_class:`panel-body `,object_resizing:!1,toolbar:this.toolbar.length>0?this.toolbar:Lp,menubar:this.menubar,plugins:Ip,end_container_on_empty_block:!0,powerpaste_word_import:`clean`,code_dialog_height:450,code_dialog_width:1e3,advlist_bullet_styles:`square`,advlist_number_styles:`default`,editimage_cors_hosts:[`www.tinymce.com`,`codepen.io`],link_default_target:`_blank`,link_title:!1,nonbreaking_force_tab:!0,init_instance_callback:t=>{e.localVal&&t.setContent(e.localVal)},setup(t){t.on(`FullscreenStateChanged`,t=>{e.fullscreen=t.state}),t.on(`input`,n=>{e.localVal=t.getContent(),e.$emit(`update:modelValue`,e.localVal)})},convert_urls:!1,images_upload_handler(e,t,n,r){r(0),new FormData}})},destroyTinymce(){let e=window.tinymce.get(this.editorRefID);this.fullscreen&&e.execCommand(`mceFullScreen`),e&&e.destroy()},setContent(e){window.tinymce.get(this.editorRefID).setContent(e)},getContent(){window.tinymce.get(this.editorRefID).getContent()},imageSuccessCBK(e){e.forEach(e=>window.tinymce.get(this.editorRefID).insertContent(`<img class="wscnph" src="${e.url}" >`))}}},Up=[`id`],Wp={class:`editor-custom-btn-container`};function Gp(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`EditorSlideUpload`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:(0,l.normalizeClass)([`cv-editor-tinymce tinymce-container`,{fullscreen:i.fullscreen}]),style:(0,l.normalizeStyle)({width:a.containerWidth})},[(0,l.createElementVNode)(`textarea`,{id:e.editorRefID,class:`tinymce-textarea`},null,8,Up),(0,l.createElementVNode)(`div`,Wp,[(0,l.createVNode)(o,(0,l.mergeProps)({color:`#1890ff`,class:`editor-upload-btn`,onSuccessCBK:a.imageSuccessCBK},n.uploadAttr),null,16,[`onSuccessCBK`])])],6)}var Kp=k(Hp,[[`render`,Gp],[`__scopeId`,`data-v-8cbc5d06`]]),qp={name:`cvEditorMarkdown`,mixins:[Uf,Wf,pp],emits:[`update:modelValue`,`on-ready`,`on-upload-image`],props:{modelValue:{type:[String,Number],default:``},options:{type:[Object],default:()=>({})},toolbars:{type:[Object],default(){return{}}},language:{type:[String],default:`markdown`},theme:{type:[String],default:`light`},readOnly:{type:[Boolean],default:!1},autoSave:{type:[Boolean],default:!1},width:{type:[Number,String],default:`auto`},height:{type:[Number,String],default:600},bordered:{type:[Boolean],default:!0},editorType:{type:[String],default:`v6`}},data(){return{lastPos:``,lastInsert:``,lastHtml:``,scrollSide:``,localVal:``,heightMainPx:``,editorWrapRefEL:null}},watch:{localVal(e){this.$emit(`update:modelValue`,e)},modelValue(e){this.localVal!=e&&(this.localVal=e)},height(e){this.heightMainPx=this.getHeightMainPx()}},computed:{editorWrapRefID(){return this.editorRefID+`wrap`},previewRefID(){return this.editorRefID+`preview`},heightTotalPx(){let e=``+this.height;return e.includes(`%`)||e.includes(`px`)?e:e+`px`},widthTotalPx(){let e=``+this.width;return e.includes(`px`)?e:e+`px`}},created(){this.localVal=this.modelValue,this.codemrrConfig.disabled=this.readOnly||!1},mounted(){this.heightMainPx=this.getHeightMainPx()},destroyed(){},methods:{getHeightMainPx(){this.editorWrapRefEL=this.$refs[this.editorWrapRefID];let e=this.editorWrapRefEL.querySelector(`.cv-editor-markdown-toolbar`).offsetHeight;return e?this.heightTotalPx.includes(`%`)?`calc(100% - ${e}px - 2px)`:this.heightTotalPx.replace(`px`,``)-e-2+`px`:this.heightTotalPx},consoleLog(e,t){},initEditorReady(e){let{container:t,state:n,view:r}=e;this.editorStateInst=n,this.editorViewInst=r,this.listerenEvent(),this.$emit(`on-ready`)},listerenEvent(){this.editorWrapRefEL=this.$refs[this.editorWrapRefID],this.editorWrapRefEL.querySelector(`.cv-editor-markdown-main .cm-scroller`).addEventListener(`scroll`,this.markdownScroll),this.editorWrapRefEL.querySelector(`.cv-markdown-preview .markdown-preview`).addEventListener(`scroll`,this.previewScroll)},handlePaste(e,t){let{clipboardData:n={}}=t,{types:r=[],items:i}=n,a=null;for(let e=0;e<r.length;e++)if(r[e]===`Files`){a=i[e];break}if(a){let e=a.getAsFile();/image/gi.test(e.type)&&(this.$emit(`on-upload-image`,e),t.preventDefault())}},setCursor(e,t){this.editorViewInst.dispatch({selection:{anchor:e,head:t}}),this.editorViewInst.focus()},GetContent(){let e=this.editorViewState.selection.main.head,t=this.editorViewState.doc.lineAt(e).number,n=this.editorViewState.doc.line(t).text.trim();return n===``?!1:n},deleteContent(e,t){this.editorViewInst.dispatch({changes:{from:e,to:t}})},getLastPoint(){if(this.editorType==`simple`){let e=this.$refs.textarea,t=0;if(document.selection){e.focus();let n=document.selection.createRange();n.moveStart(`character`,-this.localVal.length),t=n.text.length}else (e.selectionStart||parseInt(e.selectionStart,0)===0)&&(t=e.selectionStart);return t}else if(this.editorType!=`v5`&&this.editorType==`v6`){let e=this.editorViewInst.state.selection.main.head,t=this.editorViewInst.state.doc.lineAt(e).number,n=this.editorViewInst.state.doc.line(t).from,r=this.editorViewInst.state.doc.line(t).to,i=this.editorViewInst.state.doc.line(t).text;return this.lastPos||{line:t,start:n,end:r,content:i}}},insertContent(e,t,n=!0){this.editorType==`v5`?(this.editorViewInst.replaceSelection(t),this.lastInsert=t.replace(/\n/g,``)):this.editorType==`v6`&&(this.getLastPoint(),this.editorViewInst.dispatch({changes:{from:e,insert:t}}),n==1&&this.setCursor(e+t.length,e+t.length))},listerenKeyupEnter(e){let{lastInsert:t}=this;t&&([`-`,`- [ ]`,`- [x]`].includes(t.trim())?(e.preventDefault(),this.insertContent(`
|
|
29
29
|
`+t)):/^\d+\.$/.test(t.trim())&&(e.preventDefault(),this.insertContent(`
|
|
30
30
|
`+(parseInt(t,0)+1)+`. `)))},listerenDelete(){setTimeout(()=>{let{editorViewInst:e}=this;e.isClean()||e.getValue().split(`
|
|
31
|
-
`).pop()===``&&(this.lastInsert=``)},20)},mousescrollSide(e){this.scrollSide=e},getScrollData(){let e=this.editorWrapRefEL.querySelector(`.cv-editor-markdown-main .cm-scroller`),t=e.scrollHeight,n=e.scrollTop,r=this.editorWrapRefEL.querySelector(`.cv-markdown-preview .markdown-preview`);return{markdownRef:e,markdownScrollHeight:t,markdownScrollTop:n,previewRef:r,contentHeight:r.offsetHeight,previewScrollHeight:r.scrollHeight,previewScrollTop:r.scrollTop||0}},markdownScroll(){if(this.actionScrollSync&&this.scrollSide===`left`){let{markdownRef:e,markdownScrollHeight:t,markdownScrollTop:n,previewRef:r,contentHeight:i,previewScrollHeight:a,previewScrollTop:o}=this.getScrollData();r.scrollTop=parseInt(n/(t-i)*(a-i),0)}},previewScroll(){if(this.actionScrollSync&&this.scrollSide===`right`){let{markdownRef:e,markdownScrollHeight:t,markdownScrollTop:n,previewRef:r,contentHeight:i,previewScrollHeight:a,previewScrollTop:o}=this.getScrollData();e.scrollTop=parseInt(o/(a-i)*(t-i),0)}}}},Hp={key:0,title:`头部工具栏`,class:`cv-editor-markdown-toolbar`},Up={class:`cv-editor-toolbars`},Wp={key:1,name:`插入图片`},Gp={key:2,name:`本地图片`},Kp={class:`icon-svg`},qp={key:4,name:`上传图片`},Jp={key:5,name:`上传文件`},Yp={name:`导入文件`,class:`import-file`},Xp={name:`保存到本地`},Zp={key:6,name:`代码块`},Qp={key:7,class:`shift-theme`,name:`主题`},$p=[`onClick`],em={key:8,class:`shift-theme`,name:`背景颜色`},tm=[`onClick`],nm={key:9,class:`shift-theme`,name:`phrases`},rm=[`onClick`],im=[`name`],am=[`name`],om=[`name`],sm=[`name`],cm={key:15,name:`全屏编辑`},lm={key:16,name:`分屏显示`},um={key:17,name:`预览`},dm={key:18,class:`segmentation`},fm={class:`icon-svg`},pm={key:22,class:`segmentation`},mm={key:23,name:`目录`},hm={key:24,class:`segmentation`},gm=[`name`],_m={class:`cv-editor-toolbars`},vm={key:0,name:`撤销`},ym={key:2,name:`粗体`},bm={key:3,name:`斜体`},xm={key:4,name:`删除线`},Sm={key:5,name:`下划线`},Cm={key:6,name:`标题1`},wm={key:7,name:`标题2`},Tm={key:8,name:`标题3`},Em={key:9,name:`标题4`},Dm={key:10,name:`标题5`},Om={key:11,name:`标题6`},km={key:12,name:`分割线`},Am={key:13,name:`引用`},jm={key:14,name:`无序列表`},Mm={key:15,name:`有序列表`},Nm={key:16,name:`未完成列表`},Pm={key:17,name:`已完成列表`},Fm={key:18,name:`链接`},Im={key:19,name:`表格`};function Lm(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`SvgImgMap`),s=(0,l.resolveComponent)(`SvgUploadFile`),c=(0,l.resolveComponent)(`SvgCopy`),u=(0,l.resolveComponent)(`SvgToc`),d=(0,l.resolveComponent)(`CodemirrorEditor`),f=(0,l.resolveComponent)(`cv-markdown-show`),p=(0,l.resolveComponent)(`el-input`),m=(0,l.resolveComponent)(`el-button`),h=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{ref:a.editorWrapRefID,class:(0,l.normalizeClass)([`cv-editor-markdown-wrap`,`${n.bordered?`border`:``}`]),style:(0,l.normalizeStyle)({width:a.widthTotalPx,height:a.heightTotalPx})},[e.actionPreview?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Hp,[(0,l.createElementVNode)(`ul`,Up,[e.$slots.title?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:0},[(0,l.createElementVNode)(`li`,null,[(0,l.renderSlot)(e.$slots,`title`,{},void 0,!0)]),t[65]||=(0,l.createElementVNode)(`li`,{class:`segmentation`},[(0,l.createElementVNode)(`div`)],-1)],64)):(0,l.createCommentVNode)(``,!0),e.toolConfig.image?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Wp,[(0,l.createElementVNode)(`span`,{onClick:t[0]||=(...t)=>e.actionInsImage&&e.actionInsImage(...t),class:`iconfont icon-img`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.uploadImage?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Gp,[(0,l.createElementVNode)(`span`,{onClick:t[1]||=(...t)=>e.actionChooseImage&&e.actionChooseImage(...t),class:`iconfont icon-upload-img`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.custom_image?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:3,name:`图片空间`,onClick:t[2]||=t=>e.actionCustom(`image-browse`)},[(0,l.createElementVNode)(`span`,Kp,[(0,l.createVNode)(o)])])):(0,l.createCommentVNode)(``,!0),e.toolConfig.custom_uploadImage?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,qp,[(0,l.createElementVNode)(`span`,{onClick:t[3]||=t=>e.actionCustom(`image-upload`),class:`iconfont icon-upload-img`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.custom_uploadFile?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Jp,[(0,l.createElementVNode)(`span`,{onClick:t[4]||=t=>e.actionCustom(`file-upload`),class:`icon-svg`},[(0,l.createVNode)(s)])])):(0,l.createCommentVNode)(``,!0),(0,l.withDirectives)((0,l.createElementVNode)(`li`,Yp,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-daoru`,onClick:t[5]||=(...t)=>e.actionImportFile&&e.actionImportFile(...t)}),(0,l.createElementVNode)(`input`,{type:`file`,onChange:t[6]||=t=>e.actionImportFile(t),accept:`text/markdown`},null,32)],512),[[l.vShow,e.toolConfig.importmd]]),(0,l.withDirectives)((0,l.createElementVNode)(`li`,Xp,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-download`,onClick:t[7]||=(...t)=>e.actionExportFile&&e.actionExportFile(...t)})],512),[[l.vShow,e.toolConfig.exportmd]]),t[72]||=(0,l.createElementVNode)(`li`,{class:`segmentation`},[(0,l.createElementVNode)(`div`)],-1),e.toolConfig.code?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Zp,[(0,l.createElementVNode)(`span`,{onClick:t[8]||=(...t)=>e.insertCode&&e.insertCode(...t),class:`iconfont icon-code`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.theme?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Qp,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-theme`,onClick:t[9]||=t=>e.actionThemeDropdown=!e.actionThemeDropdown}),(0,l.createElementVNode)(`ul`,{class:(0,l.normalizeClass)({active:e.actionThemeDropdown}),onMouseleave:t[10]||=t=>e.actionThemeDropdown=!1},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.optionTheme,t=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{onClick:n=>e.actionThemesSet(t)},(0,l.toDisplayString)(t),9,$p))),256))],34)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.backgroundColor?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,em,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-theme`,onClick:t[11]||=t=>e.actionBgColorDropdown=!e.actionBgColorDropdown}),(0,l.createElementVNode)(`ul`,{class:(0,l.normalizeClass)({active:e.actionBgColorDropdown}),onMouseleave:t[12]||=t=>e.actionBgColorDropdown=!1},[((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)([`red`,`black`,`yellow`,`lawngreen`,`blue`,`white`],t=>(0,l.createElementVNode)(`li`,{onClick:n=>e.actionBgColorSet(t)},(0,l.toDisplayString)(t),9,tm)),64))],34)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.phrases?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,nm,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-theme`,onClick:t[13]||=t=>e.actionPhrasesDropdown=!e.actionPhrasesDropdown}),(0,l.createElementVNode)(`ul`,{class:(0,l.normalizeClass)({active:e.actionPhrasesDropdown}),onMouseleave:t[14]||=t=>e.actionPhrasesDropdown=!1},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.optionPhrases,t=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{onClick:n=>e.actionPhrasesSet(t)},(0,l.toDisplayString)(t),9,rm))),256))],34)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.html_to_markdown?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:10,name:`html转markdown`,onClick:t[15]||=t=>e.actionHtmlVisible(!0)},[...t[66]||=[(0,l.createElementVNode)(`span`,{style:{width:`auto`,"font-size":`12px !important`,padding:`0px 6px`,margin:`0 10px`,border:`1px #e2e2e2 solid`}},` HTML2MD `,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.disabled?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:11,name:e.codemrrConfig.disabled?`toggle disabled:开`:`toggle disabled:关`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[16]||=t=>e.codemrrConfig.disabled=!e.codemrrConfig.disabled,class:`iconfont icon-on`},null,512),[[l.vShow,e.codemrrConfig.disabled]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[17]||=t=>e.codemrrConfig.disabled=!e.codemrrConfig.disabled,class:`iconfont icon-off`},null,512),[[l.vShow,!e.codemrrConfig.disabled]])],8,im)):(0,l.createCommentVNode)(``,!0),e.toolConfig.autofocus?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:12,name:e.codemrrConfig.autofocus?`toggle autofocus:开`:`toggle autofocus:关`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[18]||=t=>e.codemrrConfig.autofocus=!e.codemrrConfig.autofocus,class:`iconfont icon-on`},null,512),[[l.vShow,e.codemrrConfig.autofocus]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[19]||=t=>e.codemrrConfig.autofocus=!e.codemrrConfig.autofocus,class:`iconfont icon-off`},null,512),[[l.vShow,!e.codemrrConfig.autofocus]])],8,am)):(0,l.createCommentVNode)(``,!0),e.toolConfig.indentWithTab?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:13,name:e.codemrrConfig.indentWithTab?`toggle indentWithTab:开`:`toggle indentWithTab:关`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[20]||=t=>e.codemrrConfig.indentWithTab=!e.codemrrConfig.indentWithTab,class:`iconfont icon-on`},null,512),[[l.vShow,e.codemrrConfig.indentWithTab]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[21]||=t=>e.codemrrConfig.indentWithTab=!e.codemrrConfig.indentWithTab,class:`iconfont icon-off`},null,512),[[l.vShow,!e.codemrrConfig.indentWithTab]])],8,om)):(0,l.createCommentVNode)(``,!0),t[73]||=(0,l.createElementVNode)(`li`,{class:`empty`},null,-1),e.toolConfig.scrollSync?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:14,name:e.actionScrollSync?`同步滚动:开`:`同步滚动:关`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[22]||=t=>e.actionScrollSync=!e.actionScrollSync,class:`iconfont icon-on active`},null,512),[[l.vShow,e.actionScrollSync]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[23]||=t=>e.actionScrollSync=!e.actionScrollSync,class:`iconfont icon-off`},null,512),[[l.vShow,!e.actionScrollSync]])],8,sm)):(0,l.createCommentVNode)(``,!0),e.toolConfig.split&&e.actionSplit?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,cm,[(0,l.createElementVNode)(`span`,{onClick:t[24]||=t=>e.actionSplit=!1,class:`iconfont icon-md`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.split&&!e.actionSplit?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,lm,[(0,l.createElementVNode)(`span`,{onClick:t[25]||=t=>e.actionSplit=!0,class:`iconfont icon-group`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.preview?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,um,[(0,l.createElementVNode)(`span`,{onClick:t[26]||=t=>e.actionPreview=!0,class:`iconfont icon-preview`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.copy||e.toolConfig.clear||e.toolConfig.save?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,dm,[...t[67]||=[(0,l.createElementVNode)(`div`,null,null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.copy?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:19,name:`复制`,onClick:t[27]||=(...t)=>e.actionCopySet&&e.actionCopySet(...t)},[(0,l.createElementVNode)(`span`,fm,[(0,l.createVNode)(c)])])):(0,l.createCommentVNode)(``,!0),e.toolConfig.clear?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:20,name:`清空`,onClick:t[28]||=e=>i.localVal=``},[...t[68]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-clear`},null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.save?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:21,name:`保存`,onClick:t[29]||=(...t)=>e.actionSaveSet&&e.actionSaveSet(...t)},[...t[69]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-save`},null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.toc?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,pm,[...t[70]||=[(0,l.createElementVNode)(`div`,null,null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.toc?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,mm,[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[30]||=t=>e.actionToc=!e.actionToc,class:`icon-svg active`},[(0,l.createVNode)(u)],512),[[l.vShow,e.actionToc]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[31]||=t=>e.actionToc=!e.actionToc,class:`icon-svg`},[(0,l.createVNode)(u)],512),[[l.vShow,!e.actionToc]])])):(0,l.createCommentVNode)(``,!0),e.toolConfig.fullscreen?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,hm,[...t[71]||=[(0,l.createElementVNode)(`div`,null,null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.fullscreen?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:25,name:e.actionFullscreen?`退出全屏`:`全屏`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[32]||=t=>e.actionFullscreenSet(!1),class:`iconfont icon-quite`},null,512),[[l.vShow,e.actionFullscreen]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[33]||=t=>e.actionFullscreenSet(!0),class:`iconfont icon-fullscreen`},null,512),[[l.vShow,!e.actionFullscreen]])],8,gm)):(0,l.createCommentVNode)(``,!0)]),(0,l.createElementVNode)(`ul`,_m,[e.toolConfig.undo?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,vm,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-undo`,onClick:t[34]||=(...t)=>e.actionUndo&&e.actionUndo(...t)})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.redo?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:1,name:`重做`,onClick:t[35]||=(...t)=>e.actionRedo&&e.actionRedo(...t)},[...t[74]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-redo`},null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.strong?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,ym,[(0,l.createElementVNode)(`span`,{onClick:t[36]||=(...t)=>e.actionInsStrong&&e.actionInsStrong(...t),class:`iconfont icon-bold`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.italic?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,bm,[(0,l.createElementVNode)(`span`,{onClick:t[37]||=(...t)=>e.actionInsItalic&&e.actionInsItalic(...t),class:`iconfont icon-italic`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.overline?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,xm,[(0,l.createElementVNode)(`span`,{onClick:t[38]||=(...t)=>e.actionInsOverline&&e.actionInsOverline(...t),class:`iconfont icon-overline`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.overline?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Sm,[(0,l.createElementVNode)(`span`,{onClick:t[39]||=(...t)=>e.actionInsUnderline&&e.actionInsUnderline(...t),class:`iconfont icon-under-line`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h1?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Cm,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[40]||=t=>e.actionInsTitle(1)},`h1`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h2?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,wm,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[41]||=t=>e.actionInsTitle(2)},`h2`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h3?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Tm,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[42]||=t=>e.actionInsTitle(3)},`h3`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h4?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Em,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[43]||=t=>e.actionInsTitle(4)},`h4`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h5?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Dm,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[44]||=t=>e.actionInsTitle(5)},`h5`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h6?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Om,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[45]||=t=>e.actionInsTitle(6)},`h6`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.hr?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,km,[(0,l.createElementVNode)(`span`,{onClick:t[46]||=(...t)=>e.actionInsLine&&e.actionInsLine(...t),class:`iconfont icon-horizontal`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.quote?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Am,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[47]||=(...t)=>e.actionInsQuote&&e.actionInsQuote(...t),class:`iconfont icon-quote`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.ul?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,jm,[(0,l.createElementVNode)(`span`,{onClick:t[48]||=(...t)=>e.actionInsUl&&e.actionInsUl(...t),class:`iconfont icon-ul`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.ol?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Mm,[(0,l.createElementVNode)(`span`,{onClick:t[49]||=(...t)=>e.actionInsOl&&e.actionInsOl(...t),class:`iconfont icon-ol`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.notChecked?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Nm,[(0,l.createElementVNode)(`span`,{onClick:t[50]||=(...t)=>e.insertNotFinished&&e.insertNotFinished(...t),class:`iconfont icon-checked-false`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.checked?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Pm,[(0,l.createElementVNode)(`span`,{onClick:t[51]||=(...t)=>e.insertFinished&&e.insertFinished(...t),class:`iconfont icon-checked`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.link?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Fm,[(0,l.createElementVNode)(`span`,{onClick:t[52]||=(...t)=>e.actionInsLink&&e.actionInsLink(...t),class:`iconfont icon-link`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.table?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Im,[(0,l.createElementVNode)(`span`,{onClick:t[53]||=(...t)=>e.actionInsTable&&e.actionInsTable(...t),class:`iconfont icon-table`})])):(0,l.createCommentVNode)(``,!0)])])),(0,l.createElementVNode)(`div`,{title:`编辑器`,class:`cv-editor-markdown-main`,style:(0,l.normalizeStyle)({background:e.actionPreview?`#fff`:``})},[(0,l.withDirectives)((0,l.createVNode)(d,(0,l.mergeProps)(e.codemrrBind,{id:e.editorRefID,ref:e.editorRefID,style:{height:i.heightMainPx,backgroundColor:e.codemrrConfig.backgroundColor},extensions:e.extensions,modelValue:i.localVal,"onUpdate:modelValue":t[54]||=e=>i.localVal=e,onReady:a.initEditorReady,onChange:t[55]||=e=>a.consoleLog(`change`,e),onFocus:t[56]||=e=>a.consoleLog(`focus`,e),onBlur:t[57]||=e=>a.consoleLog(`blur`,e),onMouseenter:t[58]||=e=>a.mousescrollSide(`left`)}),null,16,[`id`,`style`,`extensions`,`modelValue`,`onReady`]),[[l.vShow,!e.actionPreview]]),(0,l.withDirectives)((0,l.createVNode)(f,{html:i.lastHtml,"onUpdate:html":t[59]||=e=>i.lastHtml=e,ref:a.previewRefID,editorID:a.previewRefID,modelValue:i.localVal,theme:e.codemrrConfig.theme||n.theme,language:n.language,tocShow:e.actionToc,style:(0,l.normalizeStyle)([{flex:`1`,height:`100%`,"border-left":`1px solid #dedede`,"overflow-y":`auto`},{height:e.actionPreview?``:i.heightMainPx}]),onMouseenter:t[60]||=e=>a.mousescrollSide(`right`)},null,8,[`html`,`editorID`,`modelValue`,`theme`,`language`,`tocShow`,`style`]),[[l.vShow,e.actionPreview?e.actionPreview:e.actionSplit]])],4),(0,l.withDirectives)((0,l.createElementVNode)(`div`,{title:`关闭预览按钮`,class:`close-preview`,onClick:t[61]||=t=>e.actionPreview=!1},[...t[75]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-close`},null,-1)]],512),[[l.vShow,e.actionPreview]]),(0,l.createVNode)(h,{modelValue:e.actionHtmlDiaVisible,"onUpdate:modelValue":t[64]||=t=>e.actionHtmlDiaVisible=t,title:`html转markdown`,width:`680`,"show-close":!1,"append-to-body":``},{footer:(0,l.withCtx)(()=>[(0,l.createVNode)(m,{onClick:t[63]||=t=>e.actionHtmlVisible(!1)},{default:(0,l.withCtx)(()=>[...t[76]||=[(0,l.createTextVNode)(`取消`,-1)]]),_:1}),(0,l.createVNode)(m,{type:`primary`,onClick:e.actionHtmlToMD},{default:(0,l.withCtx)(()=>[...t[77]||=[(0,l.createTextVNode)(`转换成markdown`,-1)]]),_:1},8,[`onClick`])]),default:(0,l.withCtx)(()=>[(0,l.createVNode)(p,{type:`textarea`,modelValue:e.actionHtmlText,"onUpdate:modelValue":t[62]||=t=>e.actionHtmlText=t,rows:14,placeholder:`请输入html代码...`},null,8,[`modelValue`])]),_:1},8,[`modelValue`])],6)}var Rm=k(Vp,[[`render`,Lm],[`__scopeId`,`data-v-8f65faf9`]]),zm={add(e,t){let n=`toc${t}${++this.index}`,r={anchor:n,level:t,text:e},i=this.tocItems;return r.level<=5&&i.push(r),n},reset:function(){this.tocItems=[],this.index=0},tocItems:[],index:0};function Bm(e){if(typeof e==`function`&&(e={highlight:e}),!e||typeof e.highlight!=`function`)throw Error(`Must provide highlight function`);return typeof e.langPrefix!=`string`&&(e.langPrefix=`language-`),{async:!!e.async,walkTokens(t){if(t.type!==`code`)return;let n=Vm(t);if(e.async)return Promise.resolve(e.highlight(t.text,n)).then(Hm(t));let r=e.highlight(t.text,n);if(r instanceof Promise)throw Error(`markedHighlight is not set to async but the highlight function is async. Set the async option to true on markedHighlight to await the async highlight function.`);Hm(t)(r)},renderer:{code(t,n,r){let i=(n||``).match(/\S*/)[0],a=i?` class="${e.langPrefix}${Ym(i)}"`:``;return t=t.replace(/\n$/,``),`<pre><code${a}>${r?t:Ym(t,!0)}\n</code></pre>`}}}}function Vm(e){return(e.lang||``).match(/\S*/)[0]}function Hm(e){return t=>{typeof t==`string`&&t!==e.text&&(e.escaped=!0,e.text=t)}}var Um=/[&<>"']/,Wm=new RegExp(Um.source,`g`),Gm=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,Km=new RegExp(Gm.source,`g`),qm={"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`},Jm=e=>qm[e];function Ym(e,t){if(t){if(Um.test(e))return e.replace(Wm,Jm)}else if(Gm.test(e))return e.replace(Km,Jm);return e}var Xm={name:`cvMarkdownShow`,mixins:[Rf],emits:[`update:html`,`on-copy`],props:{html:{type:[String]},modelValue:{type:[String],default:``},markedOptions:{type:Object,default:()=>({})},theme:{type:String,default:`light`},language:{type:String,default:``},copyCode:{type:Boolean,default:!0},copyBtnText:{type:String,default:`复制代码`},tocShow:{type:[Boolean],default:!1}},watch:{modelValue(e){this.localVal=e||``,this.initNewCreate()},localHtml(e){this.$emit(`update:html`,e)}},data(){return{localVal:``,localHtml:``,previewImgModal:!1,previewImgSrc:``,previewImgMode:``,timeoutId:null,imgs:[],tocTrigger:!1,tocAction:``,tocLists:[]}},created(){this.localVal=this.modelValue||``},async mounted(){zm.reset(),await dn(this.CDN_URL_UI+`/highlight.js/@11.8.0/styles/default.min.css`),await fn(this.CDN_URL_UI+`/highlight.js/@11.8.0/highlight.min.js`).then(()=>{setTimeout(()=>{hljs.highlightAll(),this.initNewCreate()},30)})},methods:{async initNewCreate(){let{Marked:e,Renderer:t}=await import(`https://10ui.cn/marked/@12.0.1/marked.esm.js`);t.prototype.heading=function(e,t,n,r){let i=zm.add(e,t);return`<h${t} id="${n.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,`-`)}" toc-id="${i}">${e}</h${t}>`};let n=new e(Bm({langPrefix:`hljs language-`,highlight(e,t){let n=hljs.getLanguage(t)?t:`plaintext`;return hljs.highlight(e,{language:n}).value}}));n.use({gfm:!0,tables:!0,breaks:!1,pedantic:!1,smartLists:!0});let r=n.parse(this.localVal,{sanitize:!1,...this.markedOptions});r=r.replace(/href="/gi,`target="_blank" href="`),this.copyCode&&(r=r.replace(/<pre>/g,`<div class="code-block"><span class="copy-code">`+this.copyBtnText+`</span><pre>`).replace(/<\/pre>/g,`</pre></div>`)),/\[\[TOC\]\]/.test(r)&&(r=r.replace(/\[\[TOC\]\]/g,`<ul class="toc-anchor"></ul>`)),this.localHtml=r,this.tocLists=zm.tocItems,this.tocTrigger,zm.reset(),this.addCopyListener(),this.addImageClickListener()},addCopyListener(){setTimeout(()=>{let e=document.querySelectorAll(`.code-block .copy-code`);this.btns=e;for(let t=0,n=e.length;t<n;t++)e[t].onclick=()=>{let n=e[t].parentNode.querySelectorAll(`pre`)[0].innerText;this.$cvCopy(n),this.$emit(`on-copy`,n)}},30)},addImageClickListener(){if(this.imgs.length>0)for(let e=0,t=this.imgs.length;e<t;e++)this.imgs[e].onclick=null;setTimeout(()=>{if(this.$refs[this.editorRefID]){this.imgs=this.$refs[this.editorRefID].querySelectorAll(`img`);for(let e=0,t=this.imgs.length;e<t;e++)this.imgs[e].onclick=()=>{let t=this.imgs[e].getAttribute(`src`);this.previewImage(t)}}},600)},previewImage(e){let t=new Image;t.src=e,t.onload=()=>{let n=t.naturalWidth;t.naturalHeight/n>1.4?this.previewImgMode=`horizontal`:this.previewImgMode=`vertical`,this.previewImgSrc=e,this.previewImgModal=!0}},handleScroll(){let e=this.$refs[this.editorRefID],t=e.querySelector(`.markdown-preview`),n=t.querySelectorAll(`h1,h2,h3,h4,h5`),r=null;if([...n].forEach(e=>{e.offsetTop-t.offsetTop<=t.scrollTop&&(r=e)}),r){this.tocAction=r.getAttribute(`toc-id`);let t=e.querySelector(`ul.toc-anchor`);if(t){let e=t.querySelector(`li[anchor="${this.tocAction}"]`);e&&(t.scrollTop=e.offsetTop-t.offsetTop-20)}}},tocClick(e){this.tocAction=e.anchor;let t=this.$refs[this.editorRefID].querySelector(`.markdown-preview`),n=t.querySelector(`h`+e.level+`[toc-id="`+this.tocAction+`"]`);n&&t.scrollTo({top:n.offsetTop-t.offsetTop,behavior:`smooth`})},tocLevel(e,t){let n=9999;return t===void 0&&(t=this.tocLists),t.forEach(({level:e})=>{n=Math.min(n,e)}),n===9999?e:e-(n-1)}}},Zm=[`id`],Qm=[`innerHTML`],$m={class:`toc-anchor`},eh=[`anchor`,`onClick`],th=[`anchor`,`title`],nh=[`src`];function rh(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-markdown-preview`,id:e.editorRefID,ref:e.editorRefID,style:(0,l.normalizeStyle)([n.tocShow?`display:flex;`:``])},[e.$slots.default?(0,l.renderSlot)(e.$slots,`default`,{key:0},()=>[(0,l.createTextVNode)((0,l.toDisplayString)(i.localHtml),1)]):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)(`markdown-preview markdown-theme-base ${`markdown-theme-`+n.theme}`),onScroll:t[0]||=(...e)=>a.handleScroll&&a.handleScroll(...e),innerHTML:i.localHtml},null,42,Qm),(0,l.withDirectives)((0,l.createElementVNode)(`ul`,$m,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.tocLists,e=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{class:`toc-anchor-item`,anchor:e.anchor,key:e.anchor,onClick:t=>a.tocClick(e)},[(0,l.createElementVNode)(`span`,{class:(0,l.normalizeClass)(`toc-link-${a.tocLevel(e.level)}${i.tocAction==e.anchor?` toc-link-action`:``}`),anchor:e.anchor,title:e.text},(0,l.toDisplayString)(e.text),11,th)],8,eh))),128))],512),[[l.vShow,n.tocShow]]),(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([`preview-img`,i.previewImgModal?`active`:``])},[(0,l.createVNode)(o,{type:`actionClose`,onClick:t[1]||=e=>i.previewImgModal=!1}),(0,l.createElementVNode)(`img`,{src:i.previewImgSrc,class:(0,l.normalizeClass)([i.previewImgMode]),alt:``},null,10,nh)],2)],12,Zm)}var ih=k(Xm,[[`render`,rh]]),ah={name:`cvMarkdownNostyle`,props:{modelValue:{type:String,default:``},initValue:{type:String,default:``}},data(){return{localHtml:``,localVal:``}},watch:{initValue(){this.initNewCreate()}},created(){this.localVal=this.initValue||``},async mounted(){this.initNewCreate()},methods:{async initNewCreate(){let{Marked:e,Renderer:t}=await import(`https://10ui.cn/marked/@12.0.1/marked.esm.js`),n=new e().parser(this.localVal,{sanitize:!1});n=n.replace(/href="/gi,`target="_blank" href="`),this.localHtml=n}}},oh=[`innerHTML`];function sh(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`markdown-preview-nostyle`,innerHTML:i.localHtml},null,8,oh)}var ch=k(ah,[[`render`,sh]]);Rm.install=function(e){e.component(Rm.name,Rm)},ih.install=function(e){e.component(ih.name,ih)},ch.install=function(e){e.component(ch.name,ch)},Sp.install=function(e){e.component(Sp.name,Sp)},Tp.install=function(e){e.component(Tp.name,Tp)},Bp.install=function(e){e.component(Bp.name,Bp)};function lh(e){return{text:`按钮`,clickFn:null,type:`default`,isHide:!1,order:2,...e}}var uh=class{constructor(e,t){this.WinVue=e,this.vmCompObj=null,this.vmComponent=null,this.vmApp=null,this.dialogObj=null,this.boxShow=(0,l.ref)(!1),this.boxProps=(0,l.ref)({}),this.boxOptions=L({closeIsConfirm:!1,closeIsDestroy:!0,width:`40%`,title:`默认标题`},t.diyOpts),this.boxProps.value=gn(this.boxOptions,[`closeIsConfirm`,`closeIsDestroy`]),this.bodyComponent=t.component||``,this.bodyOptions=L({},t.props),this.bodyFunc=L({},t.onFunc);for(let e in this.bodyFunc)if(this.bodyFunc.hasOwnProperty(e)&&!e.startsWith(`on`)){let t=`on`+e.charAt(0).toUpperCase()+e.slice(1);this.bodyFunc[t]=this.bodyFunc[e],delete this.bodyFunc[e]}this.defaultFunc={onOK:()=>{this.close()},onCancel:()=>{this.close()}},this._initVm()}_initVm(){var e=this;let t={data(){return{}},methods:{clearVm(){e.vmApp&&e.close()}},mounted(){},unmounted(){},render(){let t=(0,l.createVNode)(e.bodyComponent,{...e.bodyOptions,ref:`inner`,onSetTitle(t){e.boxProps.value.title=t},onClose:()=>e.close(),...e.bodyFunc},{default:()=>``}),n={ok:lh({text:`确定`,type:`primary`,order:0}),cancel:lh({text:`取消`,order:1})};Object.entries(n).forEach(([t,r])=>{if([`ok`,`cancel`].includes(t)){let n=t===`ok`?e.defaultFunc.onOK:e.defaultFunc.onCancel;r.clickFn=r.clickFn||n}else n[t]=lh(r)}),(0,l.createVNode)(`div`,{},Object.values(n).filter(e=>!e.isHide).map(e=>(0,l.createVNode)(c.ElButton,{type:e.type,onClick:e.clickFn},e.text)));let r=function(t){e.close()},i=typeof e.boxOptions.beforeClose==`function`?e.boxOptions.beforeClose:r;return(0,l.createVNode)(c.ElDialog,{...e.boxProps.value,modelValue:e.boxShow.value,beforeClose:t=>{e.boxOptions.closeIsConfirm?c.ElMessageBox.confirm(`确认关闭?`,`提示`).then(e=>{i(r)}).catch(e=>{r()}):i(r)},onClosed2(t){e.close()},onClosed:e.close},{default:()=>t})}};this.vmComponent=t;let n=document.createElement(`div`);document.body.appendChild(n),this.vmTargetElement=n;let r=(0,l.createVNode)(t);r.appContext=this.WinVue._context,(0,l.render)(r,this.vmTargetElement),this.vmApp=r}close(){this.boxShow&&(this.boxShow.value=!1),this.vmTargetElement&&((0,l.render)(null,this.vmTargetElement),document.body.removeChild(this.vmTargetElement),this.vmApp=null)}show(){this.boxShow.value=!0}getInner(){return this.vmCompObj.$refs.inner}};function dh(e){return{text:`按钮`,clickFn:null,type:`default`,isHide:!1,order:2,...e}}var fh=class{constructor(e,t){this.WinVue=e,this.vmCompObj=null,this.vmComponent=null,this.vmApp=null,this.dialogObj=null,this.boxShow=(0,l.ref)(!1),this.boxProps=(0,l.ref)({}),this.boxOptions=L({closeIsConfirm:!0,closeIsDestroy:!0,width:`40%`,title:`默认标题`},t.diyOpts),this.boxProps.value=gn(this.boxOptions,[`closeIsConfirm`,`closeIsDestroy`]),this.bodyComponent=t.component||``,this.bodyOptions=L({},t.props),this.bodyFunc=L({},t.onFunc);for(let e in this.bodyFunc)if(this.bodyFunc.hasOwnProperty(e)&&!e.startsWith(`on`)){let t=`on`+e.charAt(0).toUpperCase()+e.slice(1);this.bodyFunc[t]=this.bodyFunc[e],delete this.bodyFunc[e]}this.defaultFunc={onOK:()=>{this.close()},onCancel:()=>{this.close()}},this._initVm()}_initVm(){var e=this;let t={data(){return{}},methods:{clearVm(){e.vmApp&&e.close()}},mounted(){},unmounted(){document.body.removeChild(e.vmTargetElement)},render(){let t=(0,l.createVNode)(e.bodyComponent,{...e.bodyOptions,ref:`inner`,onSetTitle(t){e.boxProps.value.title=t},onClose:this.clearVm,...e.bodyFunc},{default:()=>``}),n={ok:dh({text:`确定`,type:`primary`,order:0}),cancel:dh({text:`取消`,order:1})};Object.entries(n).forEach(([t,r])=>{if([`ok`,`cancel`].includes(t)){let n=t===`ok`?e.defaultFunc.onOK:e.defaultFunc.onCancel;r.clickFn=r.clickFn||n}else n[t]=dh(r)}),(0,l.createVNode)(`div`,{},Object.values(n).filter(e=>!e.isHide).map(e=>(0,l.createVNode)(c.ElButton,{type:e.type,onClick:e.clickFn},e.text)));let r=function(t){e.close()},i=typeof e.boxOptions.beforeClose==`function`?e.boxOptions.beforeClose:r;return(0,l.createVNode)(c.ElDrawer,{...e.boxProps.value,modelValue:e.boxShow.value,beforeClose:t=>{e.boxOptions.closeIsConfirm?c.ElMessageBox.confirm(`确认关闭?`,`提示`).then(e=>{i(r)}).catch(e=>{r()}):i(r)},onClosed2(e){this.clearVm()},onClosed:this.clearVm},{default:()=>t})}};this.vmComponent=t;let n=document.createElement(`div`);document.body.appendChild(n),this.vmTargetElement=n;let r=(0,l.createVNode)(t);r.appContext=this.WinVue._context,(0,l.render)(r,this.vmTargetElement),this.vmApp=r}close(){this.boxShow.value=!1,(0,l.render)(null,this.vmTargetElement)}show(){this.boxShow.value=!0}getInner(){return this.vmCompObj.$refs.inner}};function ph(e,t=null,n={},r={},i={}){let a=new uh(e,{component:t,diyOpts:n,props:r,onFunc:i,onOK(){a.getInner(),a.close()},onCancel(){a.close()}});return a}function mh(e,t=``,n={},r={},i=null){let a=new fh(e,{component:t,diyOpts:{...n},props:r,onFunc:i,onOK(){a.getInner(),a.close()},onCancel(){a.close()}});return a}var hh=[j,M,ae,N,ue,pe,ge,F,xe,Te,Oe,je,Pe,Le,Be,Ue,Ke,ot,ft,Ye,tt,_t,xt,wt,Jt,Ht,Gt,cn,Zt,en,an,Wn,qn,Xn,er,ir,sr,ur,mr,_r,br,Cr,Er,kr,xa,La,qa,so,Do,Yo,us,Mr,Bo,Uo,bs,gs,ws,lc,fc,gc,yc,Sc,Tc,Ds,As,Ps,zs,Hs,Gs,Js,Zs,jo,Fo,Mn,Un,Pu,Bu,Uu,Ku,Zu,id,ld,kd,jd,Sp,Tp,Bp,Rm,ih,ch],gh=function(e,t={}){hh.forEach(t=>{e.component(t.name,t)}),e.config.globalProperties.$cvUiParams={...t},e.config.globalProperties.$cvDialogRender=function(){return ph(e,...arguments)},e.config.globalProperties.$cvCopy=pn,e.config.globalProperties.$cvDrawerRender=function(){return mh(e,...arguments)},e.config.globalProperties.CDN_URL_UI=`https://10ui.cn/`};typeof window<`u`&&window._vueApp_&&gh(window._vueApp_);var _h={version:`0.3.x`,install:gh};exports.components=hh,exports.cvDialogRender=ph,exports.cvDrawerRender=mh,exports.default=_h,exports.install=gh;
|
|
31
|
+
`).pop()===``&&(this.lastInsert=``)},20)},mousescrollSide(e){this.scrollSide=e},getScrollData(){let e=this.editorWrapRefEL.querySelector(`.cv-editor-markdown-main .cm-scroller`),t=e.scrollHeight,n=e.scrollTop,r=this.editorWrapRefEL.querySelector(`.cv-markdown-preview .markdown-preview`);return{markdownRef:e,markdownScrollHeight:t,markdownScrollTop:n,previewRef:r,contentHeight:r.offsetHeight,previewScrollHeight:r.scrollHeight,previewScrollTop:r.scrollTop||0}},markdownScroll(){if(this.actionScrollSync&&this.scrollSide===`left`){let{markdownRef:e,markdownScrollHeight:t,markdownScrollTop:n,previewRef:r,contentHeight:i,previewScrollHeight:a,previewScrollTop:o}=this.getScrollData();r.scrollTop=parseInt(n/(t-i)*(a-i),0)}},previewScroll(){if(this.actionScrollSync&&this.scrollSide===`right`){let{markdownRef:e,markdownScrollHeight:t,markdownScrollTop:n,previewRef:r,contentHeight:i,previewScrollHeight:a,previewScrollTop:o}=this.getScrollData();e.scrollTop=parseInt(o/(a-i)*(t-i),0)}}}},Jp={key:0,title:`头部工具栏`,class:`cv-editor-markdown-toolbar`},Yp={class:`cv-editor-toolbars`},Xp={key:1,name:`插入图片`},Zp={key:2,name:`本地图片`},Qp={class:`icon-svg`},$p={key:4,name:`上传图片`},em={key:5,name:`上传文件`},tm={name:`导入文件`,class:`import-file`},nm={name:`保存到本地`},rm={key:6,name:`代码块`},im={key:7,class:`shift-theme`,name:`主题`},am=[`onClick`],om={key:8,class:`shift-theme`,name:`背景颜色`},sm=[`onClick`],cm={key:9,class:`shift-theme`,name:`phrases`},lm=[`onClick`],um=[`name`],dm=[`name`],fm=[`name`],pm=[`name`],mm={key:15,name:`全屏编辑`},hm={key:16,name:`分屏显示`},gm={key:17,name:`预览`},_m={key:18,class:`segmentation`},vm={class:`icon-svg`},ym={key:22,class:`segmentation`},bm={key:23,name:`目录`},xm={key:24,class:`segmentation`},Sm=[`name`],Cm={class:`cv-editor-toolbars`},wm={key:0,name:`撤销`},Tm={key:2,name:`粗体`},Em={key:3,name:`斜体`},Dm={key:4,name:`删除线`},Om={key:5,name:`下划线`},km={key:6,name:`标题1`},Am={key:7,name:`标题2`},jm={key:8,name:`标题3`},Mm={key:9,name:`标题4`},Nm={key:10,name:`标题5`},Pm={key:11,name:`标题6`},Fm={key:12,name:`分割线`},Im={key:13,name:`引用`},Lm={key:14,name:`无序列表`},Rm={key:15,name:`有序列表`},zm={key:16,name:`未完成列表`},Bm={key:17,name:`已完成列表`},Vm={key:18,name:`链接`},Hm={key:19,name:`表格`};function Um(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`SvgImgMap`),s=(0,l.resolveComponent)(`SvgUploadFile`),c=(0,l.resolveComponent)(`SvgCopy`),u=(0,l.resolveComponent)(`SvgToc`),d=(0,l.resolveComponent)(`CodemirrorEditor`),f=(0,l.resolveComponent)(`cv-markdown-show`),p=(0,l.resolveComponent)(`el-input`),m=(0,l.resolveComponent)(`el-button`),h=(0,l.resolveComponent)(`el-dialog`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{ref:a.editorWrapRefID,class:(0,l.normalizeClass)([`cv-editor-markdown-wrap`,`${n.bordered?`border`:``}`]),style:(0,l.normalizeStyle)({width:a.widthTotalPx,height:a.heightTotalPx})},[e.actionPreview?(0,l.createCommentVNode)(``,!0):((0,l.openBlock)(),(0,l.createElementBlock)(`div`,Jp,[(0,l.createElementVNode)(`ul`,Yp,[e.$slots.title?((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,{key:0},[(0,l.createElementVNode)(`li`,null,[(0,l.renderSlot)(e.$slots,`title`,{},void 0,!0)]),t[65]||=(0,l.createElementVNode)(`li`,{class:`segmentation`},[(0,l.createElementVNode)(`div`)],-1)],64)):(0,l.createCommentVNode)(``,!0),e.toolConfig.image?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Xp,[(0,l.createElementVNode)(`span`,{onClick:t[0]||=(...t)=>e.actionInsImage&&e.actionInsImage(...t),class:`iconfont icon-img`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.uploadImage?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Zp,[(0,l.createElementVNode)(`span`,{onClick:t[1]||=(...t)=>e.actionChooseImage&&e.actionChooseImage(...t),class:`iconfont icon-upload-img`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.custom_image?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:3,name:`图片空间`,onClick:t[2]||=t=>e.actionCustom(`image-browse`)},[(0,l.createElementVNode)(`span`,Qp,[(0,l.createVNode)(o)])])):(0,l.createCommentVNode)(``,!0),e.toolConfig.custom_uploadImage?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,$p,[(0,l.createElementVNode)(`span`,{onClick:t[3]||=t=>e.actionCustom(`image-upload`),class:`iconfont icon-upload-img`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.custom_uploadFile?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,em,[(0,l.createElementVNode)(`span`,{onClick:t[4]||=t=>e.actionCustom(`file-upload`),class:`icon-svg`},[(0,l.createVNode)(s)])])):(0,l.createCommentVNode)(``,!0),(0,l.withDirectives)((0,l.createElementVNode)(`li`,tm,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-daoru`,onClick:t[5]||=(...t)=>e.actionImportFile&&e.actionImportFile(...t)}),(0,l.createElementVNode)(`input`,{type:`file`,onChange:t[6]||=t=>e.actionImportFile(t),accept:`text/markdown`},null,32)],512),[[l.vShow,e.toolConfig.importmd]]),(0,l.withDirectives)((0,l.createElementVNode)(`li`,nm,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-download`,onClick:t[7]||=(...t)=>e.actionExportFile&&e.actionExportFile(...t)})],512),[[l.vShow,e.toolConfig.exportmd]]),t[72]||=(0,l.createElementVNode)(`li`,{class:`segmentation`},[(0,l.createElementVNode)(`div`)],-1),e.toolConfig.code?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,rm,[(0,l.createElementVNode)(`span`,{onClick:t[8]||=(...t)=>e.insertCode&&e.insertCode(...t),class:`iconfont icon-code`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.theme?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,im,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-theme`,onClick:t[9]||=t=>e.actionThemeDropdown=!e.actionThemeDropdown}),(0,l.createElementVNode)(`ul`,{class:(0,l.normalizeClass)({active:e.actionThemeDropdown}),onMouseleave:t[10]||=t=>e.actionThemeDropdown=!1},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.optionTheme,t=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{onClick:n=>e.actionThemesSet(t)},(0,l.toDisplayString)(t),9,am))),256))],34)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.backgroundColor?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,om,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-theme`,onClick:t[11]||=t=>e.actionBgColorDropdown=!e.actionBgColorDropdown}),(0,l.createElementVNode)(`ul`,{class:(0,l.normalizeClass)({active:e.actionBgColorDropdown}),onMouseleave:t[12]||=t=>e.actionBgColorDropdown=!1},[((0,l.openBlock)(),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)([`red`,`black`,`yellow`,`lawngreen`,`blue`,`white`],t=>(0,l.createElementVNode)(`li`,{onClick:n=>e.actionBgColorSet(t)},(0,l.toDisplayString)(t),9,sm)),64))],34)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.phrases?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,cm,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-theme`,onClick:t[13]||=t=>e.actionPhrasesDropdown=!e.actionPhrasesDropdown}),(0,l.createElementVNode)(`ul`,{class:(0,l.normalizeClass)({active:e.actionPhrasesDropdown}),onMouseleave:t[14]||=t=>e.actionPhrasesDropdown=!1},[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(e.optionPhrases,t=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{onClick:n=>e.actionPhrasesSet(t)},(0,l.toDisplayString)(t),9,lm))),256))],34)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.html_to_markdown?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:10,name:`html转markdown`,onClick:t[15]||=t=>e.actionHtmlVisible(!0)},[...t[66]||=[(0,l.createElementVNode)(`span`,{style:{width:`auto`,"font-size":`12px !important`,padding:`0px 6px`,margin:`0 10px`,border:`1px #e2e2e2 solid`}},` HTML2MD `,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.disabled?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:11,name:e.codemrrConfig.disabled?`toggle disabled:开`:`toggle disabled:关`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[16]||=t=>e.codemrrConfig.disabled=!e.codemrrConfig.disabled,class:`iconfont icon-on`},null,512),[[l.vShow,e.codemrrConfig.disabled]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[17]||=t=>e.codemrrConfig.disabled=!e.codemrrConfig.disabled,class:`iconfont icon-off`},null,512),[[l.vShow,!e.codemrrConfig.disabled]])],8,um)):(0,l.createCommentVNode)(``,!0),e.toolConfig.autofocus?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:12,name:e.codemrrConfig.autofocus?`toggle autofocus:开`:`toggle autofocus:关`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[18]||=t=>e.codemrrConfig.autofocus=!e.codemrrConfig.autofocus,class:`iconfont icon-on`},null,512),[[l.vShow,e.codemrrConfig.autofocus]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[19]||=t=>e.codemrrConfig.autofocus=!e.codemrrConfig.autofocus,class:`iconfont icon-off`},null,512),[[l.vShow,!e.codemrrConfig.autofocus]])],8,dm)):(0,l.createCommentVNode)(``,!0),e.toolConfig.indentWithTab?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:13,name:e.codemrrConfig.indentWithTab?`toggle indentWithTab:开`:`toggle indentWithTab:关`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[20]||=t=>e.codemrrConfig.indentWithTab=!e.codemrrConfig.indentWithTab,class:`iconfont icon-on`},null,512),[[l.vShow,e.codemrrConfig.indentWithTab]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[21]||=t=>e.codemrrConfig.indentWithTab=!e.codemrrConfig.indentWithTab,class:`iconfont icon-off`},null,512),[[l.vShow,!e.codemrrConfig.indentWithTab]])],8,fm)):(0,l.createCommentVNode)(``,!0),t[73]||=(0,l.createElementVNode)(`li`,{class:`empty`},null,-1),e.toolConfig.scrollSync?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:14,name:e.actionScrollSync?`同步滚动:开`:`同步滚动:关`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[22]||=t=>e.actionScrollSync=!e.actionScrollSync,class:`iconfont icon-on active`},null,512),[[l.vShow,e.actionScrollSync]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[23]||=t=>e.actionScrollSync=!e.actionScrollSync,class:`iconfont icon-off`},null,512),[[l.vShow,!e.actionScrollSync]])],8,pm)):(0,l.createCommentVNode)(``,!0),e.toolConfig.split&&e.actionSplit?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,mm,[(0,l.createElementVNode)(`span`,{onClick:t[24]||=t=>e.actionSplit=!1,class:`iconfont icon-md`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.split&&!e.actionSplit?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,hm,[(0,l.createElementVNode)(`span`,{onClick:t[25]||=t=>e.actionSplit=!0,class:`iconfont icon-group`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.preview?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,gm,[(0,l.createElementVNode)(`span`,{onClick:t[26]||=t=>e.actionPreview=!0,class:`iconfont icon-preview`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.copy||e.toolConfig.clear||e.toolConfig.save?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,_m,[...t[67]||=[(0,l.createElementVNode)(`div`,null,null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.copy?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:19,name:`复制`,onClick:t[27]||=(...t)=>e.actionCopySet&&e.actionCopySet(...t)},[(0,l.createElementVNode)(`span`,vm,[(0,l.createVNode)(c)])])):(0,l.createCommentVNode)(``,!0),e.toolConfig.clear?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:20,name:`清空`,onClick:t[28]||=e=>i.localVal=``},[...t[68]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-clear`},null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.save?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:21,name:`保存`,onClick:t[29]||=(...t)=>e.actionSaveSet&&e.actionSaveSet(...t)},[...t[69]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-save`},null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.toc?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,ym,[...t[70]||=[(0,l.createElementVNode)(`div`,null,null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.toc?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,bm,[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[30]||=t=>e.actionToc=!e.actionToc,class:`icon-svg active`},[(0,l.createVNode)(u)],512),[[l.vShow,e.actionToc]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[31]||=t=>e.actionToc=!e.actionToc,class:`icon-svg`},[(0,l.createVNode)(u)],512),[[l.vShow,!e.actionToc]])])):(0,l.createCommentVNode)(``,!0),e.toolConfig.fullscreen?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,xm,[...t[71]||=[(0,l.createElementVNode)(`div`,null,null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.fullscreen?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:25,name:e.actionFullscreen?`退出全屏`:`全屏`},[(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[32]||=t=>e.actionFullscreenSet(!1),class:`iconfont icon-quite`},null,512),[[l.vShow,e.actionFullscreen]]),(0,l.withDirectives)((0,l.createElementVNode)(`span`,{onClick:t[33]||=t=>e.actionFullscreenSet(!0),class:`iconfont icon-fullscreen`},null,512),[[l.vShow,!e.actionFullscreen]])],8,Sm)):(0,l.createCommentVNode)(``,!0)]),(0,l.createElementVNode)(`ul`,Cm,[e.toolConfig.undo?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,wm,[(0,l.createElementVNode)(`span`,{class:`iconfont icon-undo`,onClick:t[34]||=(...t)=>e.actionUndo&&e.actionUndo(...t)})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.redo?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{key:1,name:`重做`,onClick:t[35]||=(...t)=>e.actionRedo&&e.actionRedo(...t)},[...t[74]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-redo`},null,-1)]])):(0,l.createCommentVNode)(``,!0),e.toolConfig.strong?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Tm,[(0,l.createElementVNode)(`span`,{onClick:t[36]||=(...t)=>e.actionInsStrong&&e.actionInsStrong(...t),class:`iconfont icon-bold`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.italic?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Em,[(0,l.createElementVNode)(`span`,{onClick:t[37]||=(...t)=>e.actionInsItalic&&e.actionInsItalic(...t),class:`iconfont icon-italic`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.overline?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Dm,[(0,l.createElementVNode)(`span`,{onClick:t[38]||=(...t)=>e.actionInsOverline&&e.actionInsOverline(...t),class:`iconfont icon-overline`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.overline?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Om,[(0,l.createElementVNode)(`span`,{onClick:t[39]||=(...t)=>e.actionInsUnderline&&e.actionInsUnderline(...t),class:`iconfont icon-under-line`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h1?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,km,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[40]||=t=>e.actionInsTitle(1)},`h1`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h2?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Am,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[41]||=t=>e.actionInsTitle(2)},`h2`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h3?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,jm,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[42]||=t=>e.actionInsTitle(3)},`h3`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h4?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Mm,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[43]||=t=>e.actionInsTitle(4)},`h4`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h5?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Nm,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[44]||=t=>e.actionInsTitle(5)},`h5`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.h6?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Pm,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[45]||=t=>e.actionInsTitle(6)},`h6`)])):(0,l.createCommentVNode)(``,!0),e.toolConfig.hr?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Fm,[(0,l.createElementVNode)(`span`,{onClick:t[46]||=(...t)=>e.actionInsLine&&e.actionInsLine(...t),class:`iconfont icon-horizontal`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.quote?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Im,[(0,l.createElementVNode)(`span`,{style:{"font-size":`16px`},onClick:t[47]||=(...t)=>e.actionInsQuote&&e.actionInsQuote(...t),class:`iconfont icon-quote`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.ul?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Lm,[(0,l.createElementVNode)(`span`,{onClick:t[48]||=(...t)=>e.actionInsUl&&e.actionInsUl(...t),class:`iconfont icon-ul`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.ol?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Rm,[(0,l.createElementVNode)(`span`,{onClick:t[49]||=(...t)=>e.actionInsOl&&e.actionInsOl(...t),class:`iconfont icon-ol`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.notChecked?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,zm,[(0,l.createElementVNode)(`span`,{onClick:t[50]||=(...t)=>e.insertNotFinished&&e.insertNotFinished(...t),class:`iconfont icon-checked-false`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.checked?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Bm,[(0,l.createElementVNode)(`span`,{onClick:t[51]||=(...t)=>e.insertFinished&&e.insertFinished(...t),class:`iconfont icon-checked`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.link?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Vm,[(0,l.createElementVNode)(`span`,{onClick:t[52]||=(...t)=>e.actionInsLink&&e.actionInsLink(...t),class:`iconfont icon-link`})])):(0,l.createCommentVNode)(``,!0),e.toolConfig.table?((0,l.openBlock)(),(0,l.createElementBlock)(`li`,Hm,[(0,l.createElementVNode)(`span`,{onClick:t[53]||=(...t)=>e.actionInsTable&&e.actionInsTable(...t),class:`iconfont icon-table`})])):(0,l.createCommentVNode)(``,!0)])])),(0,l.createElementVNode)(`div`,{title:`编辑器`,class:`cv-editor-markdown-main`,style:(0,l.normalizeStyle)({background:e.actionPreview?`#fff`:``})},[(0,l.withDirectives)((0,l.createVNode)(d,(0,l.mergeProps)(e.codemrrBind,{id:e.editorRefID,ref:e.editorRefID,style:{height:i.heightMainPx,backgroundColor:e.codemrrConfig.backgroundColor},extensions:e.extensions,modelValue:i.localVal,"onUpdate:modelValue":t[54]||=e=>i.localVal=e,onReady:a.initEditorReady,onChange:t[55]||=e=>a.consoleLog(`change`,e),onFocus:t[56]||=e=>a.consoleLog(`focus`,e),onBlur:t[57]||=e=>a.consoleLog(`blur`,e),onMouseenter:t[58]||=e=>a.mousescrollSide(`left`)}),null,16,[`id`,`style`,`extensions`,`modelValue`,`onReady`]),[[l.vShow,!e.actionPreview]]),(0,l.withDirectives)((0,l.createVNode)(f,{html:i.lastHtml,"onUpdate:html":t[59]||=e=>i.lastHtml=e,ref:a.previewRefID,editorID:a.previewRefID,modelValue:i.localVal,theme:e.codemrrConfig.theme||n.theme,language:n.language,tocShow:e.actionToc,style:(0,l.normalizeStyle)([{flex:`1`,height:`100%`,"border-left":`1px solid #dedede`,"overflow-y":`auto`},{height:e.actionPreview?``:i.heightMainPx}]),onMouseenter:t[60]||=e=>a.mousescrollSide(`right`)},null,8,[`html`,`editorID`,`modelValue`,`theme`,`language`,`tocShow`,`style`]),[[l.vShow,e.actionPreview?e.actionPreview:e.actionSplit]])],4),(0,l.withDirectives)((0,l.createElementVNode)(`div`,{title:`关闭预览按钮`,class:`close-preview`,onClick:t[61]||=t=>e.actionPreview=!1},[...t[75]||=[(0,l.createElementVNode)(`span`,{class:`iconfont icon-close`},null,-1)]],512),[[l.vShow,e.actionPreview]]),(0,l.createVNode)(h,{modelValue:e.actionHtmlDiaVisible,"onUpdate:modelValue":t[64]||=t=>e.actionHtmlDiaVisible=t,title:`html转markdown`,width:`680`,"show-close":!1,"append-to-body":``},{footer:(0,l.withCtx)(()=>[(0,l.createVNode)(m,{onClick:t[63]||=t=>e.actionHtmlVisible(!1)},{default:(0,l.withCtx)(()=>[...t[76]||=[(0,l.createTextVNode)(`取消`,-1)]]),_:1}),(0,l.createVNode)(m,{type:`primary`,onClick:e.actionHtmlToMD},{default:(0,l.withCtx)(()=>[...t[77]||=[(0,l.createTextVNode)(`转换成markdown`,-1)]]),_:1},8,[`onClick`])]),default:(0,l.withCtx)(()=>[(0,l.createVNode)(p,{type:`textarea`,modelValue:e.actionHtmlText,"onUpdate:modelValue":t[62]||=t=>e.actionHtmlText=t,rows:14,placeholder:`请输入html代码...`},null,8,[`modelValue`])]),_:1},8,[`modelValue`])],6)}var Wm=k(qp,[[`render`,Um],[`__scopeId`,`data-v-8f65faf9`]]),Gm={add(e,t){let n=`toc${t}${++this.index}`,r={anchor:n,level:t,text:e},i=this.tocItems;return r.level<=5&&i.push(r),n},reset:function(){this.tocItems=[],this.index=0},tocItems:[],index:0};function Km(e){if(typeof e==`function`&&(e={highlight:e}),!e||typeof e.highlight!=`function`)throw Error(`Must provide highlight function`);return typeof e.langPrefix!=`string`&&(e.langPrefix=`language-`),{async:!!e.async,walkTokens(t){if(t.type!==`code`)return;let n=qm(t);if(e.async)return Promise.resolve(e.highlight(t.text,n)).then(Jm(t));let r=e.highlight(t.text,n);if(r instanceof Promise)throw Error(`markedHighlight is not set to async but the highlight function is async. Set the async option to true on markedHighlight to await the async highlight function.`);Jm(t)(r)},renderer:{code(t,n,r){let i=(n||``).match(/\S*/)[0],a=i?` class="${e.langPrefix}${th(i)}"`:``;return t=t.replace(/\n$/,``),`<pre><code${a}>${r?t:th(t,!0)}\n</code></pre>`}}}}function qm(e){return(e.lang||``).match(/\S*/)[0]}function Jm(e){return t=>{typeof t==`string`&&t!==e.text&&(e.escaped=!0,e.text=t)}}var Ym=/[&<>"']/,Xm=new RegExp(Ym.source,`g`),Zm=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,Qm=new RegExp(Zm.source,`g`),$m={"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`},eh=e=>$m[e];function th(e,t){if(t){if(Ym.test(e))return e.replace(Xm,eh)}else if(Zm.test(e))return e.replace(Qm,eh);return e}var nh={name:`cvMarkdownShow`,mixins:[Wf],emits:[`update:html`,`on-copy`],props:{html:{type:[String]},modelValue:{type:[String],default:``},markedOptions:{type:Object,default:()=>({})},theme:{type:String,default:`light`},language:{type:String,default:``},copyCode:{type:Boolean,default:!0},copyBtnText:{type:String,default:`复制代码`},tocShow:{type:[Boolean],default:!1}},watch:{modelValue(e){this.localVal=e||``,this.initNewCreate()},localHtml(e){this.$emit(`update:html`,e)}},data(){return{localVal:``,localHtml:``,previewImgModal:!1,previewImgSrc:``,previewImgMode:``,timeoutId:null,imgs:[],tocTrigger:!1,tocAction:``,tocLists:[]}},created(){this.localVal=this.modelValue||``},async mounted(){Gm.reset(),await dn(this.CDN_URL_UI+`/highlight.js/@11.8.0/styles/default.min.css`),await fn(this.CDN_URL_UI+`/highlight.js/@11.8.0/highlight.min.js`).then(()=>{setTimeout(()=>{hljs.highlightAll(),this.initNewCreate()},30)})},methods:{async initNewCreate(){let{Marked:e,Renderer:t}=await import(`https://10ui.cn/marked/@12.0.1/marked.esm.js`);t.prototype.heading=function(e,t,n,r){let i=Gm.add(e,t);return`<h${t} id="${n.toLowerCase().replace(/[^\w\\u4e00-\\u9fa5]]+/g,`-`)}" toc-id="${i}">${e}</h${t}>`};let n=new e(Km({langPrefix:`hljs language-`,highlight(e,t){let n=hljs.getLanguage(t)?t:`plaintext`;return hljs.highlight(e,{language:n}).value}}));n.use({gfm:!0,tables:!0,breaks:!1,pedantic:!1,smartLists:!0});let r=n.parse(this.localVal,{sanitize:!1,...this.markedOptions});r=r.replace(/href="/gi,`target="_blank" href="`),this.copyCode&&(r=r.replace(/<pre>/g,`<div class="code-block"><span class="copy-code">`+this.copyBtnText+`</span><pre>`).replace(/<\/pre>/g,`</pre></div>`)),/\[\[TOC\]\]/.test(r)&&(r=r.replace(/\[\[TOC\]\]/g,`<ul class="toc-anchor"></ul>`)),this.localHtml=r,this.tocLists=Gm.tocItems,this.tocTrigger,Gm.reset(),this.addCopyListener(),this.addImageClickListener()},addCopyListener(){setTimeout(()=>{let e=document.querySelectorAll(`.code-block .copy-code`);this.btns=e;for(let t=0,n=e.length;t<n;t++)e[t].onclick=()=>{let n=e[t].parentNode.querySelectorAll(`pre`)[0].innerText;this.$cvCopy(n),this.$emit(`on-copy`,n)}},30)},addImageClickListener(){if(this.imgs.length>0)for(let e=0,t=this.imgs.length;e<t;e++)this.imgs[e].onclick=null;setTimeout(()=>{if(this.$refs[this.editorRefID]){this.imgs=this.$refs[this.editorRefID].querySelectorAll(`img`);for(let e=0,t=this.imgs.length;e<t;e++)this.imgs[e].onclick=()=>{let t=this.imgs[e].getAttribute(`src`);this.previewImage(t)}}},600)},previewImage(e){let t=new Image;t.src=e,t.onload=()=>{let n=t.naturalWidth;t.naturalHeight/n>1.4?this.previewImgMode=`horizontal`:this.previewImgMode=`vertical`,this.previewImgSrc=e,this.previewImgModal=!0}},handleScroll(){let e=this.$refs[this.editorRefID],t=e.querySelector(`.markdown-preview`),n=t.querySelectorAll(`h1,h2,h3,h4,h5`),r=null;if([...n].forEach(e=>{e.offsetTop-t.offsetTop<=t.scrollTop&&(r=e)}),r){this.tocAction=r.getAttribute(`toc-id`);let t=e.querySelector(`ul.toc-anchor`);if(t){let e=t.querySelector(`li[anchor="${this.tocAction}"]`);e&&(t.scrollTop=e.offsetTop-t.offsetTop-20)}}},tocClick(e){this.tocAction=e.anchor;let t=this.$refs[this.editorRefID].querySelector(`.markdown-preview`),n=t.querySelector(`h`+e.level+`[toc-id="`+this.tocAction+`"]`);n&&t.scrollTo({top:n.offsetTop-t.offsetTop,behavior:`smooth`})},tocLevel(e,t){let n=9999;return t===void 0&&(t=this.tocLists),t.forEach(({level:e})=>{n=Math.min(n,e)}),n===9999?e:e-(n-1)}}},rh=[`id`],ih=[`innerHTML`],ah={class:`toc-anchor`},oh=[`anchor`,`onClick`],sh=[`anchor`,`title`],ch=[`src`];function lh(e,t,n,r,i,a){let o=(0,l.resolveComponent)(`cv-icons`);return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`cv-markdown-preview`,id:e.editorRefID,ref:e.editorRefID,style:(0,l.normalizeStyle)([n.tocShow?`display:flex;`:``])},[e.$slots.default?(0,l.renderSlot)(e.$slots,`default`,{key:0},()=>[(0,l.createTextVNode)((0,l.toDisplayString)(i.localHtml),1)]):(0,l.createCommentVNode)(``,!0),(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)(`markdown-preview markdown-theme-base ${`markdown-theme-`+n.theme}`),onScroll:t[0]||=(...e)=>a.handleScroll&&a.handleScroll(...e),innerHTML:i.localHtml},null,42,ih),(0,l.withDirectives)((0,l.createElementVNode)(`ul`,ah,[((0,l.openBlock)(!0),(0,l.createElementBlock)(l.Fragment,null,(0,l.renderList)(i.tocLists,e=>((0,l.openBlock)(),(0,l.createElementBlock)(`li`,{class:`toc-anchor-item`,anchor:e.anchor,key:e.anchor,onClick:t=>a.tocClick(e)},[(0,l.createElementVNode)(`span`,{class:(0,l.normalizeClass)(`toc-link-${a.tocLevel(e.level)}${i.tocAction==e.anchor?` toc-link-action`:``}`),anchor:e.anchor,title:e.text},(0,l.toDisplayString)(e.text),11,sh)],8,oh))),128))],512),[[l.vShow,n.tocShow]]),(0,l.createElementVNode)(`div`,{class:(0,l.normalizeClass)([`preview-img`,i.previewImgModal?`active`:``])},[(0,l.createVNode)(o,{type:`actionClose`,onClick:t[1]||=e=>i.previewImgModal=!1}),(0,l.createElementVNode)(`img`,{src:i.previewImgSrc,class:(0,l.normalizeClass)([i.previewImgMode]),alt:``},null,10,ch)],2)],12,rh)}var uh=k(nh,[[`render`,lh]]),dh={name:`cvMarkdownNostyle`,props:{modelValue:{type:String,default:``},initValue:{type:String,default:``}},data(){return{localHtml:``,localVal:``}},watch:{initValue(){this.initNewCreate()}},created(){this.localVal=this.initValue||``},async mounted(){this.initNewCreate()},methods:{async initNewCreate(){let{Marked:e,Renderer:t}=await import(`https://10ui.cn/marked/@12.0.1/marked.esm.js`),n=new e().parser(this.localVal,{sanitize:!1});n=n.replace(/href="/gi,`target="_blank" href="`),this.localHtml=n}}},fh=[`innerHTML`];function ph(e,t,n,r,i,a){return(0,l.openBlock)(),(0,l.createElementBlock)(`div`,{class:`markdown-preview-nostyle`,innerHTML:i.localHtml},null,8,fh)}var mh=k(dh,[[`render`,ph]]);Wm.install=function(e){e.component(Wm.name,Wm)},uh.install=function(e){e.component(uh.name,uh)},mh.install=function(e){e.component(mh.name,mh)},Op.install=function(e){e.component(Op.name,Op)},jp.install=function(e){e.component(jp.name,jp)},Kp.install=function(e){e.component(Kp.name,Kp)};function hh(e){return{text:`按钮`,clickFn:null,type:`default`,isHide:!1,order:2,...e}}var gh=class{constructor(e,t){this.WinVue=e,this.vmCompObj=null,this.vmComponent=null,this.vmApp=null,this.dialogObj=null,this.boxShow=(0,l.ref)(!1),this.boxProps=(0,l.ref)({}),this.boxOptions=L({closeIsConfirm:!1,closeIsDestroy:!0,width:`40%`,title:`默认标题`},t.diyOpts),this.boxProps.value=gn(this.boxOptions,[`closeIsConfirm`,`closeIsDestroy`]),this.bodyComponent=t.component||``,this.bodyOptions=L({},t.props),this.bodyFunc=L({},t.onFunc);for(let e in this.bodyFunc)if(this.bodyFunc.hasOwnProperty(e)&&!e.startsWith(`on`)){let t=`on`+e.charAt(0).toUpperCase()+e.slice(1);this.bodyFunc[t]=this.bodyFunc[e],delete this.bodyFunc[e]}this.defaultFunc={onOK:()=>{this.close()},onCancel:()=>{this.close()}},this._initVm()}_initVm(){var e=this;let t={data(){return{}},methods:{clearVm(){e.vmApp&&e.close()}},mounted(){},unmounted(){},render(){let t=(0,l.createVNode)(e.bodyComponent,{...e.bodyOptions,ref:`inner`,onSetTitle(t){e.boxProps.value.title=t},onClose:()=>e.close(),...e.bodyFunc},{default:()=>``}),n={ok:hh({text:`确定`,type:`primary`,order:0}),cancel:hh({text:`取消`,order:1})};Object.entries(n).forEach(([t,r])=>{if([`ok`,`cancel`].includes(t)){let n=t===`ok`?e.defaultFunc.onOK:e.defaultFunc.onCancel;r.clickFn=r.clickFn||n}else n[t]=hh(r)}),(0,l.createVNode)(`div`,{},Object.values(n).filter(e=>!e.isHide).map(e=>(0,l.createVNode)(c.ElButton,{type:e.type,onClick:e.clickFn},e.text)));let r=function(t){e.close()},i=typeof e.boxOptions.beforeClose==`function`?e.boxOptions.beforeClose:r;return(0,l.createVNode)(c.ElDialog,{...e.boxProps.value,modelValue:e.boxShow.value,beforeClose:t=>{e.boxOptions.closeIsConfirm?c.ElMessageBox.confirm(`确认关闭?`,`提示`).then(e=>{i(r)}).catch(e=>{r()}):i(r)},onClosed2(t){e.close()},onClosed:e.close},{default:()=>t})}};this.vmComponent=t;let n=document.createElement(`div`);document.body.appendChild(n),this.vmTargetElement=n;let r=(0,l.createVNode)(t);r.appContext=this.WinVue._context,(0,l.render)(r,this.vmTargetElement),this.vmApp=r}close(){this.boxShow&&(this.boxShow.value=!1),this.vmTargetElement&&((0,l.render)(null,this.vmTargetElement),document.body.removeChild(this.vmTargetElement),this.vmApp=null)}show(){this.boxShow.value=!0}getInner(){return this.vmCompObj.$refs.inner}};function _h(e){return{text:`按钮`,clickFn:null,type:`default`,isHide:!1,order:2,...e}}var vh=class{constructor(e,t){this.WinVue=e,this.vmCompObj=null,this.vmComponent=null,this.vmApp=null,this.dialogObj=null,this.boxShow=(0,l.ref)(!1),this.boxProps=(0,l.ref)({}),this.boxOptions=L({closeIsConfirm:!0,closeIsDestroy:!0,width:`40%`,title:`默认标题`},t.diyOpts),this.boxProps.value=gn(this.boxOptions,[`closeIsConfirm`,`closeIsDestroy`]),this.bodyComponent=t.component||``,this.bodyOptions=L({},t.props),this.bodyFunc=L({},t.onFunc);for(let e in this.bodyFunc)if(this.bodyFunc.hasOwnProperty(e)&&!e.startsWith(`on`)){let t=`on`+e.charAt(0).toUpperCase()+e.slice(1);this.bodyFunc[t]=this.bodyFunc[e],delete this.bodyFunc[e]}this.defaultFunc={onOK:()=>{this.close()},onCancel:()=>{this.close()}},this._initVm()}_initVm(){var e=this;let t={data(){return{}},methods:{clearVm(){e.vmApp&&e.close()}},mounted(){},unmounted(){document.body.removeChild(e.vmTargetElement)},render(){let t=(0,l.createVNode)(e.bodyComponent,{...e.bodyOptions,ref:`inner`,onSetTitle(t){e.boxProps.value.title=t},onClose:this.clearVm,...e.bodyFunc},{default:()=>``}),n={ok:_h({text:`确定`,type:`primary`,order:0}),cancel:_h({text:`取消`,order:1})};Object.entries(n).forEach(([t,r])=>{if([`ok`,`cancel`].includes(t)){let n=t===`ok`?e.defaultFunc.onOK:e.defaultFunc.onCancel;r.clickFn=r.clickFn||n}else n[t]=_h(r)}),(0,l.createVNode)(`div`,{},Object.values(n).filter(e=>!e.isHide).map(e=>(0,l.createVNode)(c.ElButton,{type:e.type,onClick:e.clickFn},e.text)));let r=function(t){e.close()},i=typeof e.boxOptions.beforeClose==`function`?e.boxOptions.beforeClose:r;return(0,l.createVNode)(c.ElDrawer,{...e.boxProps.value,modelValue:e.boxShow.value,beforeClose:t=>{e.boxOptions.closeIsConfirm?c.ElMessageBox.confirm(`确认关闭?`,`提示`).then(e=>{i(r)}).catch(e=>{r()}):i(r)},onClosed2(e){this.clearVm()},onClosed:this.clearVm},{default:()=>t})}};this.vmComponent=t;let n=document.createElement(`div`);document.body.appendChild(n),this.vmTargetElement=n;let r=(0,l.createVNode)(t);r.appContext=this.WinVue._context,(0,l.render)(r,this.vmTargetElement),this.vmApp=r}close(){this.boxShow.value=!1,(0,l.render)(null,this.vmTargetElement)}show(){this.boxShow.value=!0}getInner(){return this.vmCompObj.$refs.inner}};function yh(e,t=null,n={},r={},i={}){let a=new gh(e,{component:t,diyOpts:n,props:r,onFunc:i,onOK(){a.getInner(),a.close()},onCancel(){a.close()}});return a}function bh(e,t=``,n={},r={},i=null){let a=new vh(e,{component:t,diyOpts:{...n},props:r,onFunc:i,onOK(){a.getInner(),a.close()},onCancel(){a.close()}});return a}var xh=[j,M,ae,N,ue,pe,ge,F,xe,Te,Oe,je,Pe,Le,Be,Ue,Ke,ot,ft,Ye,tt,_t,xt,wt,Jt,Ht,Gt,cn,Zt,en,an,Wn,qn,Xn,er,ir,sr,ur,mr,_r,br,Cr,Er,kr,Ea,Ha,Qa,po,Mo,es,hs,Mr,Go,Jo,Ts,xs,ks,mc,_c,xc,wc,Dc,Ac,Ms,Fs,zs,Ws,qs,Xs,$s,nc,Io,Bo,Mn,Un,zu,Gu,Ju,Zu,nd,ld,md,Pd,Id,Op,jp,Kp,Wm,uh,mh],Sh=function(e,t={}){xh.forEach(t=>{e.component(t.name,t)}),e.config.globalProperties.$cvUiParams={...t},e.config.globalProperties.$cvDialogRender=function(){return yh(e,...arguments)},e.config.globalProperties.$cvCopy=pn,e.config.globalProperties.$cvDrawerRender=function(){return bh(e,...arguments)},e.config.globalProperties.CDN_URL_UI=`https://10ui.cn/`};typeof window<`u`&&window._vueApp_&&Sh(window._vueApp_);var Ch={version:`0.3.x`,install:Sh};exports.components=xh,exports.cvDialogRender=yh,exports.cvDrawerRender=bh,exports.default=Ch,exports.install=Sh;
|