vue-devui 1.6.3-markdown.1 → 1.6.3-markdown.2
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/editor-md/index.es.js
CHANGED
|
@@ -1354,8 +1354,7 @@ __publicField(ToolBarHandler, "h1", (editor) => {
|
|
|
1354
1354
|
editor.focus();
|
|
1355
1355
|
if (cursor.ch !== 0) {
|
|
1356
1356
|
editor.setCursor(cursor.line, 0);
|
|
1357
|
-
editor.replaceSelection("# "
|
|
1358
|
-
editor.setCursor(cursor.line, cursor.ch + 2);
|
|
1357
|
+
editor.replaceSelection("# ");
|
|
1359
1358
|
} else {
|
|
1360
1359
|
editor.replaceSelection("# " + selection);
|
|
1361
1360
|
}
|
|
@@ -1366,8 +1365,7 @@ __publicField(ToolBarHandler, "h2", (editor) => {
|
|
|
1366
1365
|
editor.focus();
|
|
1367
1366
|
if (cursor.ch !== 0) {
|
|
1368
1367
|
editor.setCursor(cursor.line, 0);
|
|
1369
|
-
editor.replaceSelection("## "
|
|
1370
|
-
editor.setCursor(cursor.line, cursor.ch + 3);
|
|
1368
|
+
editor.replaceSelection("## ");
|
|
1371
1369
|
} else {
|
|
1372
1370
|
editor.replaceSelection("## " + selection);
|
|
1373
1371
|
}
|
|
@@ -9006,7 +9004,11 @@ class MDRenderService {
|
|
|
9006
9004
|
setCustomXssRules(rules) {
|
|
9007
9005
|
if (rules) {
|
|
9008
9006
|
rules.forEach((rule) => {
|
|
9009
|
-
|
|
9007
|
+
if (rule["value"] === null) {
|
|
9008
|
+
delete this.xssWhiteList[rule["key"]];
|
|
9009
|
+
} else {
|
|
9010
|
+
this.xssWhiteList[rule["key"]] = rule["value"];
|
|
9011
|
+
}
|
|
9010
9012
|
});
|
|
9011
9013
|
}
|
|
9012
9014
|
}
|
package/editor-md/index.umd.js
CHANGED
|
@@ -100,7 +100,7 @@ var Sw=Object.defineProperty,Tw=Object.defineProperties;var $w=Object.getOwnProp
|
|
|
100
100
|
</g>
|
|
101
101
|
</svg>`,ev=`<svg class="icon" viewBox="0 0 1024 1024" width="16" height="16">
|
|
102
102
|
<path fill="#293040" d="M682.666667 384h192a21.333333 21.333333 0 0 0 21.333333-21.333333v-42.666667a21.333333 21.333333 0 0 0-21.333333-21.333333H725.333333V149.333333a21.333333 21.333333 0 0 0-21.333333-21.333333h-42.666667a21.333333 21.333333 0 0 0-21.333333 21.333333V341.333333a42.666667 42.666667 0 0 0 42.666667 42.666667zM384 341.333333V149.333333a21.333333 21.333333 0 0 0-21.333333-21.333333h-42.666667a21.333333 21.333333 0 0 0-21.333333 21.333333V298.666667H149.333333a21.333333 21.333333 0 0 0-21.333333 21.333333v42.666667a21.333333 21.333333 0 0 0 21.333333 21.333333H341.333333a42.666667 42.666667 0 0 0 42.666667-42.666667z m341.333333 533.333334V725.333333h149.333334a21.333333 21.333333 0 0 0 21.333333-21.333333v-42.666667a21.333333 21.333333 0 0 0-21.333333-21.333333H682.666667a42.666667 42.666667 0 0 0-42.666667 42.666667v192a21.333333 21.333333 0 0 0 21.333333 21.333333h42.666667a21.333333 21.333333 0 0 0 21.333333-21.333333z m-405.333333 21.333333h42.666667a21.333333 21.333333 0 0 0 21.333333-21.333333V682.666667a42.666667 42.666667 0 0 0-42.666667-42.666667H149.333333a21.333333 21.333333 0 0 0-21.333333 21.333333v42.666667a21.333333 21.333333 0 0 0 21.333333 21.333333H298.666667v149.333334a21.333333 21.333333 0 0 0 21.333333 21.333333z" p-id="17085"></path>
|
|
103
|
-
</svg>`;class X{}de(X,"undo",u=>{u.undo()}),de(X,"redo",u=>{u.redo()}),de(X,"bold",u=>{const i=u.getCursor(),f=u.getSelection();u.replaceSelection("**"+f+"**"),u.focus(),f===""&&u.setCursor(i.line,i.ch+2)}),de(X,"italic",u=>{const i=u.getCursor(),f=u.getSelection();u.replaceSelection("*"+f+"*"),u.focus(),f===""&&u.setCursor(i.line,i.ch+1)}),de(X,"h1",u=>{const i=u.getCursor(),f=u.getSelection();u.focus(),i.ch!==0?(u.setCursor(i.line,0),u.replaceSelection("# "
|
|
103
|
+
</svg>`;class X{}de(X,"undo",u=>{u.undo()}),de(X,"redo",u=>{u.redo()}),de(X,"bold",u=>{const i=u.getCursor(),f=u.getSelection();u.replaceSelection("**"+f+"**"),u.focus(),f===""&&u.setCursor(i.line,i.ch+2)}),de(X,"italic",u=>{const i=u.getCursor(),f=u.getSelection();u.replaceSelection("*"+f+"*"),u.focus(),f===""&&u.setCursor(i.line,i.ch+1)}),de(X,"h1",u=>{const i=u.getCursor(),f=u.getSelection();u.focus(),i.ch!==0?(u.setCursor(i.line,0),u.replaceSelection("# ")):u.replaceSelection("# "+f)}),de(X,"h2",u=>{const i=u.getCursor(),f=u.getSelection();u.focus(),i.ch!==0?(u.setCursor(i.line,0),u.replaceSelection("## ")):u.replaceSelection("## "+f)}),de(X,"ul",u=>{const i=u.getSelection();if(u.focus(),i==="")u.replaceSelection("- "+i);else{const f=i.split(`
|
|
104
104
|
`);for(let p=0,y=f.length;p<y;p++)f[p]=f[p]===""?"":"- "+f[p];u.replaceSelection(f.join(`
|
|
105
105
|
`))}}),de(X,"ol",u=>{const i=u.getSelection();if(u.focus(),i==="")u.replaceSelection("1. "+i);else{const f=i.split(`
|
|
106
106
|
`);for(let p=0,y=f.length;p<y;p++)f[p]=f[p]===""?"":p+1+". "+f[p];u.replaceSelection(f.join(`
|
|
@@ -139,4 +139,4 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
139
139
|
}`;var j=Pl(function(){return re(l,B+"return "+$).apply(i,c)});if(j.source=$,Ko(j))throw j;return j}function My(e){return oe(e).toLowerCase()}function Ry(e){return oe(e).toUpperCase()}function Py(e,t,n){if(e=oe(e),e&&(n||t===i))return Ga(e);if(!e||!(t=Ze(t)))return e;var r=lt(e),a=lt(t),l=Ka(r,a),c=Za(r,a)+1;return Nt(r,l,c).join("")}function By(e,t,n){if(e=oe(e),e&&(n||t===i))return e.slice(0,ja(e)+1);if(!e||!(t=Ze(t)))return e;var r=lt(e),a=Za(r,lt(t))+1;return Nt(r,0,a).join("")}function Dy(e,t,n){if(e=oe(e),e&&(n||t===i))return e.replace(Gi,"");if(!e||!(t=Ze(t)))return e;var r=lt(e),a=Ka(r,lt(t));return Nt(r,a).join("")}function Ny(e,t){var n=cn,r=hn;if(me(t)){var a="separator"in t?t.separator:a;n="length"in t?z(t.length):n,r="omission"in t?Ze(t.omission):r}e=oe(e);var l=e.length;if(mn(e)){var c=lt(e);l=c.length}if(n>=l)return e;var d=n-yn(r);if(d<1)return r;var v=c?Nt(c,0,d).join(""):e.slice(0,d);if(a===i)return v+r;if(c&&(d+=v.length-d),Zo(a)){if(e.slice(d).search(a)){var A,T=v;for(a.global||(a=ao(a.source,oe(ha.exec(a))+"g")),a.lastIndex=0;A=a.exec(T);)var $=A.index;v=v.slice(0,$===i?d:$)}}else if(e.indexOf(Ze(a),d)!=d){var E=v.lastIndexOf(a);E>-1&&(v=v.slice(0,E))}return v+r}function ky(e){return e=oe(e),e&&Xv.test(e)?e.replace(la,p_):e}var Uy=Sn(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),qo=Bs("toUpperCase");function Rl(e,t,n){return e=oe(e),t=n?i:t,t===i?l_(e)?__(e):e_(e):e.match(t)||[]}var Pl=q(function(e,t){try{return Ge(e,i,t)}catch(n){return Ko(n)?n:new G(n)}}),Wy=Ct(function(e,t){return Je(t,function(n){n=_t(n),bt(e,n,Ho(e[n],e))}),e});function Vy(e){var t=e==null?0:e.length,n=U();return e=t?ve(e,function(r){if(typeof r[1]!="function")throw new Qe(m);return[n(r[0]),r[1]]}):[],q(function(r){for(var a=-1;++a<t;){var l=e[a];if(Ge(l[0],this,r))return Ge(l[1],this,r)}})}function Hy(e){return p6(tt(e,x))}function Xo(e){return function(){return e}}function Gy(e,t){return e==null||e!==e?t:e}var Ky=Ns(),Zy=Ns(!0);function Ve(e){return e}function Yo(e){return ps(typeof e=="function"?e:tt(e,x))}function zy(e){return vs(tt(e,x))}function jy(e,t){return _s(e,tt(t,x))}var qy=q(function(e,t){return function(n){return Yn(n,e,t)}}),Xy=q(function(e,t){return function(n){return Yn(e,n,t)}});function Jo(e,t,n){var r=Se(t),a=Vr(t,r);n==null&&!(me(t)&&(a.length||!r.length))&&(n=t,t=e,e=this,a=Vr(t,Se(t)));var l=!(me(n)&&"chain"in n)||!!n.chain,c=At(e);return Je(a,function(d){var v=t[d];e[d]=v,c&&(e.prototype[d]=function(){var A=this.__chain__;if(l||A){var T=e(this.__wrapped__),$=T.__actions__=ke(this.__actions__);return $.push({func:v,args:arguments,thisArg:e}),T.__chain__=A,T}return v.apply(e,Ft([this.value()],arguments))})}),e}function Yy(){return Te._===this&&(Te._=C_),this}function Qo(){}function Jy(e){return e=z(e),q(function(t){return ms(t,e)})}var Qy=Oo(ve),ew=Oo(ka),tw=Oo(eo);function Bl(e){return Do(e)?to(_t(e)):I6(e)}function nw(e){return function(t){return e==null?i:Jt(e,t)}}var rw=Us(),iw=Us(!0);function eu(){return[]}function tu(){return!1}function ow(){return{}}function uw(){return""}function aw(){return!0}function sw(e,t){if(e=z(e),e<1||e>De)return[];var n=He,r=Oe(e,He);t=U(t),e-=He;for(var a=io(r,t);++n<e;)t(n);return a}function lw(e){return K(e)?ve(e,_t):ze(e)?[e]:ke(nl(oe(e)))}function fw(e){var t=++b_;return oe(e)+t}var cw=jr(function(e,t){return e+t},0),hw=Io("ceil"),dw=jr(function(e,t){return e/t},1),pw=Io("floor");function gw(e){return e&&e.length?Wr(e,Ve,vo):i}function vw(e,t){return e&&e.length?Wr(e,U(t,2),vo):i}function _w(e){return Va(e,Ve)}function mw(e,t){return Va(e,U(t,2))}function yw(e){return e&&e.length?Wr(e,Ve,wo):i}function ww(e,t){return e&&e.length?Wr(e,U(t,2),wo):i}var bw=jr(function(e,t){return e*t},1),Lw=Io("round"),Cw=jr(function(e,t){return e-t},0);function xw(e){return e&&e.length?ro(e,Ve):0}function Aw(e,t){return e&&e.length?ro(e,U(t,2)):0}return s.after=zm,s.ary=dl,s.assign=R4,s.assignIn=Tl,s.assignInWith=ai,s.assignWith=P4,s.at=B4,s.before=pl,s.bind=Ho,s.bindAll=Wy,s.bindKey=gl,s.castArray=o4,s.chain=fl,s.chunk=p5,s.compact=g5,s.concat=v5,s.cond=Vy,s.conforms=Hy,s.constant=Xo,s.countBy=xm,s.create=D4,s.curry=vl,s.curryRight=_l,s.debounce=ml,s.defaults=N4,s.defaultsDeep=k4,s.defer=jm,s.delay=qm,s.difference=_5,s.differenceBy=m5,s.differenceWith=y5,s.drop=w5,s.dropRight=b5,s.dropRightWhile=L5,s.dropWhile=C5,s.fill=x5,s.filter=Sm,s.flatMap=Em,s.flatMapDeep=Om,s.flatMapDepth=Im,s.flatten=ul,s.flattenDeep=A5,s.flattenDepth=S5,s.flip=Xm,s.flow=Ky,s.flowRight=Zy,s.fromPairs=T5,s.functions=Z4,s.functionsIn=z4,s.groupBy=Fm,s.initial=E5,s.intersection=O5,s.intersectionBy=I5,s.intersectionWith=F5,s.invert=q4,s.invertBy=X4,s.invokeMap=Rm,s.iteratee=Yo,s.keyBy=Pm,s.keys=Se,s.keysIn=We,s.map=ti,s.mapKeys=J4,s.mapValues=Q4,s.matches=zy,s.matchesProperty=jy,s.memoize=ri,s.merge=ey,s.mergeWith=$l,s.method=qy,s.methodOf=Xy,s.mixin=Jo,s.negate=ii,s.nthArg=Jy,s.omit=ty,s.omitBy=ny,s.once=Ym,s.orderBy=Bm,s.over=Qy,s.overArgs=Jm,s.overEvery=ew,s.overSome=tw,s.partial=Go,s.partialRight=yl,s.partition=Dm,s.pick=ry,s.pickBy=El,s.property=Bl,s.propertyOf=nw,s.pull=B5,s.pullAll=sl,s.pullAllBy=D5,s.pullAllWith=N5,s.pullAt=k5,s.range=rw,s.rangeRight=iw,s.rearg=Qm,s.reject=Um,s.remove=U5,s.rest=e4,s.reverse=Wo,s.sampleSize=Vm,s.set=oy,s.setWith=uy,s.shuffle=Hm,s.slice=W5,s.sortBy=Zm,s.sortedUniq=j5,s.sortedUniqBy=q5,s.split=Ey,s.spread=t4,s.tail=X5,s.take=Y5,s.takeRight=J5,s.takeRightWhile=Q5,s.takeWhile=em,s.tap=gm,s.throttle=n4,s.thru=ei,s.toArray=xl,s.toPairs=Ol,s.toPairsIn=Il,s.toPath=lw,s.toPlainObject=Sl,s.transform=ay,s.unary=r4,s.union=tm,s.unionBy=nm,s.unionWith=rm,s.uniq=im,s.uniqBy=om,s.uniqWith=um,s.unset=sy,s.unzip=Vo,s.unzipWith=ll,s.update=ly,s.updateWith=fy,s.values=En,s.valuesIn=cy,s.without=am,s.words=Rl,s.wrap=i4,s.xor=sm,s.xorBy=lm,s.xorWith=fm,s.zip=cm,s.zipObject=hm,s.zipObjectDeep=dm,s.zipWith=pm,s.entries=Ol,s.entriesIn=Il,s.extend=Tl,s.extendWith=ai,Jo(s,s),s.add=cw,s.attempt=Pl,s.camelCase=gy,s.capitalize=Fl,s.ceil=hw,s.clamp=hy,s.clone=u4,s.cloneDeep=s4,s.cloneDeepWith=l4,s.cloneWith=a4,s.conformsTo=f4,s.deburr=Ml,s.defaultTo=Gy,s.divide=dw,s.endsWith=vy,s.eq=ct,s.escape=_y,s.escapeRegExp=my,s.every=Am,s.find=Tm,s.findIndex=il,s.findKey=U4,s.findLast=$m,s.findLastIndex=ol,s.findLastKey=W4,s.floor=pw,s.forEach=cl,s.forEachRight=hl,s.forIn=V4,s.forInRight=H4,s.forOwn=G4,s.forOwnRight=K4,s.get=zo,s.gt=c4,s.gte=h4,s.has=j4,s.hasIn=jo,s.head=al,s.identity=Ve,s.includes=Mm,s.indexOf=$5,s.inRange=dy,s.invoke=Y4,s.isArguments=tn,s.isArray=K,s.isArrayBuffer=d4,s.isArrayLike=Ue,s.isArrayLikeObject=we,s.isBoolean=p4,s.isBuffer=kt,s.isDate=g4,s.isElement=v4,s.isEmpty=_4,s.isEqual=m4,s.isEqualWith=y4,s.isError=Ko,s.isFinite=w4,s.isFunction=At,s.isInteger=wl,s.isLength=oi,s.isMap=bl,s.isMatch=b4,s.isMatchWith=L4,s.isNaN=C4,s.isNative=x4,s.isNil=S4,s.isNull=A4,s.isNumber=Ll,s.isObject=me,s.isObjectLike=ye,s.isPlainObject=rr,s.isRegExp=Zo,s.isSafeInteger=T4,s.isSet=Cl,s.isString=ui,s.isSymbol=ze,s.isTypedArray=$n,s.isUndefined=$4,s.isWeakMap=E4,s.isWeakSet=O4,s.join=M5,s.kebabCase=yy,s.last=rt,s.lastIndexOf=R5,s.lowerCase=wy,s.lowerFirst=by,s.lt=I4,s.lte=F4,s.max=gw,s.maxBy=vw,s.mean=_w,s.meanBy=mw,s.min=yw,s.minBy=ww,s.stubArray=eu,s.stubFalse=tu,s.stubObject=ow,s.stubString=uw,s.stubTrue=aw,s.multiply=bw,s.nth=P5,s.noConflict=Yy,s.noop=Qo,s.now=ni,s.pad=Ly,s.padEnd=Cy,s.padStart=xy,s.parseInt=Ay,s.random=py,s.reduce=Nm,s.reduceRight=km,s.repeat=Sy,s.replace=Ty,s.result=iy,s.round=Lw,s.runInContext=g,s.sample=Wm,s.size=Gm,s.snakeCase=$y,s.some=Km,s.sortedIndex=V5,s.sortedIndexBy=H5,s.sortedIndexOf=G5,s.sortedLastIndex=K5,s.sortedLastIndexBy=Z5,s.sortedLastIndexOf=z5,s.startCase=Oy,s.startsWith=Iy,s.subtract=Cw,s.sum=xw,s.sumBy=Aw,s.template=Fy,s.times=sw,s.toFinite=St,s.toInteger=z,s.toLength=Al,s.toLower=My,s.toNumber=it,s.toSafeInteger=M4,s.toString=oe,s.toUpper=Ry,s.trim=Py,s.trimEnd=By,s.trimStart=Dy,s.truncate=Ny,s.unescape=ky,s.uniqueId=fw,s.upperCase=Uy,s.upperFirst=qo,s.each=cl,s.eachRight=hl,s.first=al,Jo(s,function(){var e={};return gt(s,function(t,n){ue.call(s.prototype,n)||(e[n]=t)}),e}(),{chain:!1}),s.VERSION=f,Je(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){s[e].placeholder=s}),Je(["drop","take"],function(e,t){J.prototype[e]=function(n){n=n===i?1:xe(z(n),0);var r=this.__filtered__&&!t?new J(this):this.clone();return r.__filtered__?r.__takeCount__=Oe(n,r.__takeCount__):r.__views__.push({size:Oe(n,He),type:e+(r.__dir__<0?"Right":"")}),r},J.prototype[e+"Right"]=function(n){return this.reverse()[e](n).reverse()}}),Je(["filter","map","takeWhile"],function(e,t){var n=t+1,r=n==Et||n==Dn;J.prototype[e]=function(a){var l=this.clone();return l.__iteratees__.push({iteratee:U(a,3),type:n}),l.__filtered__=l.__filtered__||r,l}}),Je(["head","last"],function(e,t){var n="take"+(t?"Right":"");J.prototype[e]=function(){return this[n](1).value()[0]}}),Je(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");J.prototype[e]=function(){return this.__filtered__?new J(this):this[n](1)}}),J.prototype.compact=function(){return this.filter(Ve)},J.prototype.find=function(e){return this.filter(e).head()},J.prototype.findLast=function(e){return this.reverse().find(e)},J.prototype.invokeMap=q(function(e,t){return typeof e=="function"?new J(this):this.map(function(n){return Yn(n,e,t)})}),J.prototype.reject=function(e){return this.filter(ii(U(e)))},J.prototype.slice=function(e,t){e=z(e);var n=this;return n.__filtered__&&(e>0||t<0)?new J(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==i&&(t=z(t),n=t<0?n.dropRight(-t):n.take(t-e)),n)},J.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},J.prototype.toArray=function(){return this.take(He)},gt(J.prototype,function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),a=s[r?"take"+(t=="last"?"Right":""):t],l=r||/^find/.test(t);!a||(s.prototype[t]=function(){var c=this.__wrapped__,d=r?[1]:arguments,v=c instanceof J,A=d[0],T=v||K(c),$=function(Y){var ee=a.apply(s,Ft([Y],d));return r&&E?ee[0]:ee};T&&n&&typeof A=="function"&&A.length!=1&&(v=T=!1);var E=this.__chain__,B=!!this.__actions__.length,W=l&&!E,j=v&&!B;if(!l&&T){c=j?c:new J(this);var V=e.apply(c,d);return V.__actions__.push({func:ei,args:[$],thisArg:i}),new et(V,E)}return W&&j?e.apply(this,d):(V=this.thru($),W?r?V.value()[0]:V.value():V)})}),Je(["pop","push","shift","sort","splice","unshift"],function(e){var t=Sr[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);s.prototype[e]=function(){var a=arguments;if(r&&!this.__chain__){var l=this.value();return t.apply(K(l)?l:[],a)}return this[n](function(c){return t.apply(K(c)?c:[],a)})}}),gt(J.prototype,function(e,t){var n=s[t];if(n){var r=n.name+"";ue.call(Cn,r)||(Cn[r]=[]),Cn[r].push({name:t,func:n})}}),Cn[zr(i,R).name]=[{name:"wrapper",func:i}],J.prototype.clone=k_,J.prototype.reverse=U_,J.prototype.value=W_,s.prototype.at=vm,s.prototype.chain=_m,s.prototype.commit=mm,s.prototype.next=ym,s.prototype.plant=bm,s.prototype.reverse=Lm,s.prototype.toJSON=s.prototype.valueOf=s.prototype.value=Cm,s.prototype.first=s.prototype.head,Gn&&(s.prototype[Gn]=wm),s},wn=m_();zt?((zt.exports=wn)._=wn,Xi._=wn):Te._=wn}).call(mt)})(sn,sn.exports);function av(o,u){const{imageUploadToServer:i,hidePreviewView:f,mode:p,maxlength:y,options:m,toolbarConfig:b,customToolbars:w,customHintReplaceFn:L,hintConfig:S,disableChangeEvent:x,modelValue:O}=h.toRefs(o),F=h.reactive(Yu(tv)),H=h.ref(),D=h.ref(),P=h.ref(),R=h.ref(),N=h.ref(),Z=h.ref([]);let I,Q=!1,_e="",ae=-1,ce=-1,Be,cn=!1,hn;const Gt=h.computed(()=>{const k=[];for(const ie in S==null?void 0:S.value)(typeof(S==null?void 0:S.value[ie])=="function"||(S==null?void 0:S.value[ie])&&typeof(S==null?void 0:S.value[ie].handler)=="function")&&k.push(ie);return k}),Pn=()=>I,Et=()=>{if(I){const k=I.getScrollInfo(),ie=k.height-k.clientHeight,se=parseFloat(k.top)/ie,ne=D.value.$el,Le=(ne.scrollHeight-ne.clientHeight)*se;ne.scrollTop=Le}},Bn=()=>{const k=D.value.$el,ie=k.scrollHeight-k.clientHeight,se=parseFloat(k.scrollTop)/ie,ne=(I.getScrollInfo().height-I.getScrollInfo().clientHeight)*se;I.scrollTo(0,ne)},Dn=k=>{Z.value=[],iv(k).forEach(se=>{se.outerHTML&&Z.value.push(se.outerHTML)}),setTimeout(()=>{Et()}),h.nextTick(()=>{u.emit("previewContentChange",k)})},ot=()=>{!Q||Bn()},De=()=>{Q=!0},Ne=()=>{Q=!1},ut=k=>{u.emit("checkedChange",k)};let He;const Oi=()=>{He=setTimeout(()=>{var k;R.value=((k=H.value)==null?void 0:k.parentNode.querySelector(".CodeMirror-cursor"))||void 0,P.value.updatePosition(),N.value=!0,cn=!0})},dn=()=>{clearTimeout(He),N.value=!1},Ii=()=>{cn&&dn(),Oi()},Ot=()=>{let k;typeof S.value[Be]=="function"?k=S.value[Be]:S.value[Be]&&typeof S.value[Be].handler=="function"&&(k=S.value[Be].handler),k&&k({prefix:Be,cursorHint:_e,callback:se=>{const ne=I.getCursor(),Le=ae,Ee=ce;I.getLine(ne.line).length===ne.ch?I.replaceRange(se+" ",{line:ne.line,ch:Ee},{line:ne.line,ch:Le}):(I.replaceRange(se,{line:ne.line,ch:Ee},{line:ne.line,ch:Le}),I.setCursor(ne.line,I.getCursor().ch+1)),I.focus(),dn()}})},pn=()=>{const k=I.getCursor();let ie=Gt.value.length;const se=I.getLine(k.line).replace(/\t/g," "),ne=I.getSelection(),Le=/^\!\[\S+/;if(ne)return;let Ee="",Ae="";for(;ie>=1;){ie--,Ee=Gt.value[ie];const at=se.lastIndexOf(Ee,k.ch),Nn=se.indexOf(" ",k.ch)>-1?se.indexOf(" ",k.ch):se.length;if(Ae=se.slice(at,k.ch),at>0&&se[at-1]!==" "||at<0||!Ae.includes(Ee)||Ae.endsWith(" ")||Le.test(Ae))_e="",ce=-1,ae=-1;else{Be=Gt.value[ie],_e=Ae.slice(Be.length),ce=at,ae=Nn;break}}if(ce>-1&&Ae[0]){if(se.lastIndexOf(" ",k.ch)>ce)return;setTimeout(()=>{Ii(),Ot()})}else dn()},Fi=jl(()=>{const k=I.getValue();x.value||(u.emit("update:modelValue",k),u.emit("contentChange",k)),Q||Et()},x.value?500:10,!0),Kt=()=>{Q||Et()},Zt=()=>{var ne;I=hn.fromTextArea(H.value,Xe({mode:"markdown",lineNumbers:!1,lineWrapping:!0},m.value)),y.value&&I.setOption("maxLength",y.value),I.setOption("readOnly",p.value==="readonly");const k={},ie=b.value.flat(),se=Xe(Xe({},F),w==null?void 0:w.value);for(const Le of Object.keys(se)){const Ee=se[Le];Ee.shortKey&&ie.includes(Ee.id)&&(k[Ee.shortKey.replace(/\+/g,"-")]=(ne=Ee.handler)==null?void 0:ne.bind(null,I,Ee.params))}I.setOption("extraKeys",Object.assign({Esc:()=>{dn()}}),k),I.on("beforeChange",uv),I.on("cursorActivity",sn.exports.throttle(pn,S.value&&S.value.throttleTime||300)),I.setSize("auto","100%"),Si(),I.setCursor(I.lineCount(),0),u.emit("afterEditorInit",I),I.on("change",Fi),I.on("scroll",Kt),setTimeout(()=>{u.emit("contentChange",I.getValue())},100)},Mi=k=>{const ie=k.clipboardData;if(!!(ie&&ie.items)&&ie.items.length<=3)for(let se=0;se<ie.items.length;se++){const ne=ie.items[se];if(ne.kind==="file"&&ne.type.indexOf("image")!==-1){const Le=ne.getAsFile();if((Le==null?void 0:Le.size)===0)return;if(i.value){const Ee=({name:Ae,imgUrl:at,title:Nn})=>{I.focus(),I.replaceSelection(``)};u.emit("imageUpload",{file:Le,callback:Ee})}}}};return h.onMounted(async()=>{await import("codemirror/addon/display/placeholder.js"),await import("codemirror/mode/markdown/markdown.js"),hn=(await import("codemirror")).default,Zt()}),h.watch(O,k=>{if(I){if(k===I.getValue())return;I.setValue(k)}}),h.watch(i,k=>{F.image.params&&(F.image.params.imageUploadToServer=k),F.image.params&&!F.image.params.imageUpload&&(F.image.params.imageUpload=ie=>{u.emit("imageUpload",ie)})},{immediate:!0}),h.watch(f,()=>{Si()}),h.watch(p,k=>{setTimeout(()=>{I&&(Si(),I.setOption("readOnly",k==="readonly"))})}),h.watch(y,k=>{I&&I.setOption("maxLength",k)}),{editorRef:H,overlayRef:P,cursorRef:R,renderRef:D,toolbars:F,previewHtmlList:Z,isHintShow:N,getEditorIns:Pn,onPaste:Mi,previewContentChange:Dn,onChecked:ut,onPreviewScroll:ot,onPreviewMouseout:Ne,onPreviewMouseover:De}}function sv(o){const u=h.ref(!1);let i;const f=()=>{i&&(u.value=i.currentTheme.id.indexOf("dark")!==-1,o())};return h.onBeforeMount(()=>{i=window.devuiThemeService}),h.onMounted(()=>{f(),i&&i.eventBus&&i.eventBus.add("themeChanged",f)}),h.onBeforeUnmount(()=>{i&&i.eventBus&&i.eventBus.remove("themeChanged",f)}),{isDarkMode:u}}const Qu={baseUrl:{type:String,default:null},breaks:{type:Boolean,default:!0},customParse:{type:Function,default:null},renderParse:{type:Function,default:null},mdRules:{type:Object,default:()=>({})},customRendererRules:{type:Array,default:()=>[]},customXssRules:{type:Array,default:()=>[]},mdPlugins:{type:Array,default:()=>[]}},ea=$t(Xe({},Qu),{modelValue:{type:String,default:""},options:{type:Object,default:()=>({})},mode:{type:String,default:"normal"},customThemeConfig:{type:Object},customToolbars:{type:Object},disableChangeEvent:{type:Boolean,default:!1},editorContainerHeight:{type:Number},imageUploadToServer:{type:Boolean,default:!1},hidePreviewView:{type:Boolean,default:!1},maxlength:{type:Number,default:null},placeholder:{type:String,default:""},toolbarConfig:{type:Array,default:()=>nv},fullscreenZIndex:{type:Number,default:10},hintConfig:{type:Object,default:{}},customHintReplaceFn:{type:Function}}),ln=Symbol("d-editor-md"),ta=$t(Xe({},Qu),{content:{type:String,default:""},disableRender:{type:Boolean,default:!1}}),na={config:{type:Object,default:()=>({})}},lv={visible:{type:Boolean,default:!1},trigger:{type:String,default:"click"},closeScope:{type:String,default:"all"},position:{type:Array,default:["bottom"]},align:{type:String,default:null},offset:{type:[Number,Object],default:4},shiftOffset:{type:Number},closeOnMouseLeaveMenu:{type:Boolean,default:!1},showAnimation:{type:Boolean,default:!0},overlayClass:{type:String,default:""},destroyOnHide:{type:Boolean,default:!0}},Ti=Symbol("popper-trigger"),pt=new Map;function Ht(o,u,i){return o==null||o.addEventListener(u,i),()=>{o==null||o.removeEventListener(u,i)}}const fv=({id:o,isOpen:u,origin:i,dropdownRef:f,props:p,emit:y})=>{let m=!1,b=!1;const{trigger:w,closeScope:L,closeOnMouseLeaveMenu:S}=h.toRefs(p),x=F=>{u.value=F,y("toggle",u.value)},O=async(F,H)=>{await new Promise(D=>setTimeout(D,50)),!(F==="origin"&&m||F==="dropdown"&&b)&&(H&&[...pt.values()].reverse().forEach(D=>{setTimeout(()=>{var P;(P=D.toggle)==null||P.call(D)},0)}),x(!1))};h.watch([w,i,f],([F,H,D],P,R)=>{const N=ql(H),Z=[];setTimeout(()=>{Z.push(Ht(document,"click",I=>{I.stopPropagation();const Q=[...pt.values()];!u.value||L.value==="none"||(D==null?void 0:D.contains(I.target))&&L.value==="blank"||Q.some(_e=>{var ae;return(ae=_e.toggleEl)==null?void 0:ae.contains(I.target)})&&Q.some(_e=>{var ae;return(ae=_e.menuEl)==null?void 0:ae.contains(I.target)})||([...pt.values()].reverse().forEach(_e=>{setTimeout(()=>{var ae,ce;((ae=_e.toggleEl)==null?void 0:ae.contains(I.target))||(ce=_e.toggle)==null||ce.call(_e)},0)}),m=!1)}))},0),F==="click"?Z.push(Ht(N,"click",()=>x(!u.value)),Ht(D,"mouseleave",I=>{var Q;S.value&&!((Q=pt.get(o).child)==null?void 0:Q.contains(I.relatedTarget))&&O("dropdown",!0)})):F==="hover"&&Z.push(Ht(N,"mouseenter",()=>{b=!0,x(!0)}),Ht(N,"mouseleave",()=>{b=!1,O("origin")}),Ht(D,"mouseenter",()=>{m=!0,u.value=!0}),Ht(D,"mouseleave",I=>{var Q;m=!1,!(I.relatedTarget&&((N==null?void 0:N.contains(I.relatedTarget))||((Q=pt.get(o).child)==null?void 0:Q.contains(I.relatedTarget))))&&O("dropdown",!0)})),R(()=>Z.forEach(I=>I()))})};function cv(o,u,i,f,p,y,m){const b=w=>{const L=w.offsetHeight;window.innerHeight-f.value.getBoundingClientRect().bottom>=L?y.value="bottom":y.value="top"};h.watch(u,(w,L)=>{L!==void 0&&(i.value=w,m("toggle",i.value))},{immediate:!0}),h.watch([i,p],([w,L])=>{var S;if(w){pt.set(o,$t(Xe({},pt.get(o)),{menuEl:L,toggle:()=>{i.value=!1,m("toggle",i.value)}}));for(const x of pt.values())((S=x.menuEl)==null?void 0:S.contains(f.value))&&(x.child=L)}L&&b(L)}),h.onMounted(()=>{pt.set(o,{toggleEl:f.value})}),h.onUnmounted(()=>{pt.delete(o)})}function hv(o,u,i){const{showAnimation:f,overlayClass:p,destroyOnHide:y}=h.toRefs(o),m=h.ref(!1),b=h.ref(!1),w=h.computed(()=>({transformOrigin:u.value==="top"?"0% 100%":"0% 0%",zIndex:"var(--devui-z-index-dropdown, 1052)"})),L=h.computed(()=>({"fade-in-bottom":f.value&&i.value&&u.value==="bottom","fade-in-top":f.value&&i.value&&u.value==="top",[`${p.value}`]:!0})),S=x=>{u.value=x.includes("top")||x.includes("right-end")||x.includes("left-end")?"top":"bottom"};return h.watch(i,x=>{m.value=y.value?x:!0,b.value=x}),{overlayModelValue:m,overlayShowValue:b,styles:w,classes:L,handlePositionChange:S}}const dv={modelValue:{type:Boolean,default:!1},lockScroll:{type:Boolean,default:!0},closeOnClickOverlay:{type:Boolean,default:!0}};function pv(o,u){let i;const f=y=>{y.preventDefault(),u.emit("click",y),o.closeOnClickOverlay&&u.emit("update:modelValue",!1)},p=()=>{i==null||i()};return h.watch(()=>o.modelValue,y=>{y?o.lockScroll&&(i=Xl()):p()}),h.onUnmounted(p),{onClick:f}}function gr(o,u,i){let f=o;return u&&(f+=`__${u}`),i&&(f+=`--${i}`),f}function fn(o,u=!1){const i=u?`.devui-${o}`:`devui-${o}`;return{b:()=>gr(i),e:b=>b?gr(i,b):"",m:b=>b?gr(i,"",b):"",em:(b,w)=>b&&w?gr(i,b,w):""}}var Fw="";h.defineComponent({name:"DFixedOverlay",inheritAttrs:!1,props:dv,emits:["update:modelValue","click"],setup(o,u){const{modelValue:i}=h.toRefs(o),f=fn("fixed-overlay"),{onClick:p}=pv(o,u);return()=>h.createVNode(h.Transition,{name:f.m("fade")},{default:()=>{var y,m;return[i.value&&h.createVNode("div",h.mergeProps({class:f.b()},u.attrs,{onClick:p}),[(m=(y=u.slots).default)==null?void 0:m.call(y)])]}})}});const gv={modelValue:{type:Boolean,default:!1},origin:{type:Object,require:!0},position:{type:Array,default:["bottom"]},offset:{type:[Number,Object],default:8},shiftOffset:{type:Number},align:{type:String,default:null},showArrow:{type:Boolean,default:!1},isArrowCenter:{type:Boolean,default:!0},clickEventBubble:{type:Boolean,default:!1}};function vv(o){const u=/(auto|scroll|hidden)/;for(let i=o;i=i.parentElement;i.parentElement!==document.body){const f=window.getComputedStyle(i);if(u.test(f.overflow+f.overflowX+f.overflowY))return i}return window}function _v(o,u,i,f){let{x:p,y}=u;if(!o){const{width:m,height:b}=f;p&&i.includes("start")&&(p=12),p&&i.includes("end")&&(p=Math.round(m-24)),y&&i.includes("start")&&(y=10),y&&i.includes("end")&&(y=b-14)}return{x:p,y}}function mv(o,u){const i=h.ref(),f=h.ref();let p=null;const y=(b,w,L,S)=>{const{x,y:O}=_v(o.isArrowCenter,L,w,S.getBoundingClientRect()),F={top:"bottom",right:"left",bottom:"top",left:"right"}[w.split("-")[0]];Object.assign(b.style,{left:x?`${x}px`:"",top:O?`${O}px`:"",right:"",bottom:"",[F]:"-4px"})},m=async()=>{const b=o.origin,w=h.unref(i.value),L=h.unref(f.value),S=[On.offset(o.offset),On.autoPlacement({alignment:o.align,allowedPlacements:o.position})];if(o.showArrow&&S.push(On.arrow({element:L})),o.shiftOffset!==void 0&&S.push(On.shift()),!w)return;const{x,y:O,placement:F,middlewareData:H}=await On.computePosition(b,w,{strategy:"fixed",middleware:S});let D=x,P=O;if(o.shiftOffset!==void 0){const{x:R,y:N}=H.shift;R<0&&(D-=o.shiftOffset),R>0&&(D+=o.shiftOffset),N<0&&(P-=o.shiftOffset),N>0&&(P+=o.shiftOffset)}u("positionChange",F),Object.assign(w.style,{top:`${P}px`,left:`${D}px`}),o.showArrow&&y(L,F,H.arrow,w)};return h.watch(()=>o.modelValue,()=>{o.modelValue&&o.origin?(p=vv(o.origin),h.nextTick(m),p==null||p.addEventListener("scroll",m),p!==window&&window.addEventListener("scroll",m),window.addEventListener("resize",m)):(p==null||p.removeEventListener("scroll",m),p!==window&&window.removeEventListener("scroll",m),window.removeEventListener("resize",m))}),h.onUnmounted(()=>{p==null||p.removeEventListener("scroll",m),p!==window&&window.removeEventListener("scroll",m),window.removeEventListener("resize",m)}),{arrowRef:f,overlayRef:i,updatePosition:m}}var Mw="";const vr=h.defineComponent({name:"DFlexibleOverlay",inheritAttrs:!1,props:gv,emits:["update:modelValue","positionChange"],setup(o,{slots:u,attrs:i,emit:f,expose:p}){const y=fn("flexible-overlay"),{clickEventBubble:m}=h.toRefs(o),{arrowRef:b,overlayRef:w,updatePosition:L}=mv(o,f);return p({updatePosition:L}),()=>{var S;return o.modelValue&&h.createVNode("div",h.mergeProps({ref:w,class:y.b()},i,{onClick:h.withModifiers(()=>({}),[m.value?"":"stop"]),onPointerup:h.withModifiers(()=>({}),["stop"])}),[(S=u.default)==null?void 0:S.call(u),o.showArrow&&h.createVNode("div",{ref:b,class:y.e("arrow")},null)])}}}),yv=o=>o!==null&&typeof o=="object",wv=fn("popper-trigger");function ra(o){return h.h("span",{class:wv.b()},o)}function ia(o){for(const u of o){if(yv(u)){if(u.type===h.Comment)continue;return u.type==="svg"||u.type===h.Text?ra(u):u.type===h.Fragment?ia(u.children):u}return ra(u)}return null}var oa=h.defineComponent({name:"DPopperTrigger",setup(o,u){const{slots:i,attrs:f}=u;return()=>{var b;const p=(b=i.default)==null?void 0:b.call(i,f),y=h.inject(Ti);if(!p)return null;const m=ia(p);return m?h.withDirectives(h.cloneVNode(m,f),[[{mounted(w){y.value=w},updated(w){y.value=w},unmounted(){y.value=null}}]]):null}}}),Rw="";let bv=1;var Lv=h.defineComponent({name:"DDropdown",inheritAttrs:!1,props:lv,emits:["toggle"],setup(o,{slots:u,attrs:i,emit:f,expose:p}){const{visible:y,position:m,align:b,offset:w,destroyOnHide:L,shiftOffset:S,showAnimation:x}=h.toRefs(o),O=h.ref(),F=h.ref(),H=h.ref(),D=`dropdown_${bv++}`,P=h.ref(!1),R=h.ref("bottom"),N=fn("dropdown");h.provide(Ti,O),fv({id:D,isOpen:P,origin:O,dropdownRef:F,props:o,emit:f}),cv(D,y,P,O,F,R,f);const{overlayModelValue:Z,overlayShowValue:I,styles:Q,classes:_e,handlePositionChange:ae}=hv(o,R,P);return h.watch(I,ce=>{h.nextTick(()=>{!L.value&&ce&&H.value.updatePosition()})}),p({updatePosition:()=>H.value.updatePosition()}),()=>h.createVNode(h.Fragment,null,[h.createVNode(oa,null,{default:()=>{var ce;return[(ce=u.default)==null?void 0:ce.call(u)]}}),h.createVNode(h.Teleport,{to:"body"},{default:()=>[h.createVNode(h.Transition,{name:x.value?N.m(`fade-${R.value}`):""},{default:()=>[h.withDirectives(h.createVNode(vr,{modelValue:Z.value,"onUpdate:modelValue":ce=>Z.value=ce,ref:H,origin:O.value,position:m.value,align:b.value,offset:w.value,shiftOffset:S==null?void 0:S.value,onPositionChange:ae,"click-event-bubble":!0,class:_e.value,style:Q.value},{default:()=>{var ce;return[h.createVNode("div",h.mergeProps({ref:F,class:N.e("menu-wrap")},i),[(ce=u.menu)==null?void 0:ce.call(u)])]}}),[[h.vShow,I.value]])]})]})])}});const Cv={modelValue:{type:Boolean,default:!1},origin:{type:Object,require:!0},position:{type:Array,default:["bottom"]},align:{type:String,default:null},offset:{type:[Number,Object],default:4},clickOutside:{type:Function,default:()=>!0},showAnimation:{type:Boolean,default:!0},overlayClass:{type:String,default:""}};h.defineComponent({name:"DDropdownMenu",inheritAttrs:!1,props:Cv,emits:["update:modelValue"],setup(o,{slots:u,attrs:i,emit:f}){const{modelValue:p,origin:y,position:m,align:b,offset:w,clickOutside:L,showAnimation:S,overlayClass:x}=h.toRefs(o),O=h.ref(null),F=fn("dropdown");kl.onClickOutside(O,R=>{var N,Z;((N=L.value)==null?void 0:N.call(L))&&!((Z=y==null?void 0:y.value)==null?void 0:Z.contains(R.target))&&f("update:modelValue",!1)});const H=h.ref("bottom"),D=R=>{H.value=R.split("-")[0]==="top"?"top":"bottom"},P=h.computed(()=>({transformOrigin:H.value==="top"?"0% 100%":"0% 0%"}));return()=>h.createVNode(h.Teleport,{to:"body"},{default:()=>[h.createVNode(h.Transition,{name:S.value?F.m(`fade-${H.value}`):""},{default:()=>[h.createVNode(vr,{modelValue:p.value,"onUpdate:modelValue":R=>p.value=R,origin:y==null?void 0:y.value,position:m.value,align:b.value,offset:w.value,onPositionChange:D,class:x.value,style:P.value},{default:()=>{var R;return[h.createVNode("div",h.mergeProps({ref:O,class:F.e("menu-wrap")},i),[(R=u.default)==null?void 0:R.call(u)])]}})]})]})}});const xv={content:{type:String,default:""},position:{type:[String,Array],default:"top"},showAnimation:{type:Boolean,default:!0},mouseEnterDelay:{type:Number,default:150},mouseLeaveDelay:{type:Number,default:100},enterable:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},hideAfter:{type:Number,default:0}},Av={top:"50% calc(100% + 8px)",bottom:"50% -8px",left:"calc(100% + 8px)",right:"-8px 50%"};function Sv(o,u){const{position:i,mouseEnterDelay:f,mouseLeaveDelay:p,enterable:y,disabled:m,hideAfter:b}=h.toRefs(u),w=h.ref(!1),L=h.ref(!1),S=h.computed(()=>typeof i.value=="string"?[i.value]:i.value),x=h.ref(S.value[0]),O=h.computed(()=>({transformOrigin:Av[x.value]})),F=sn.exports.debounce(()=>{L.value&&(w.value=!0)},f.value),H=sn.exports.debounce(()=>{!L.value&&(w.value=!1)},p.value),D=()=>{m.value||(L.value=!0,F())},P=()=>{L.value=!1,H()},R=Q=>{x.value=Q},N=()=>{L.value=!1,w.value=!1},Z=()=>{y.value?D():N()};h.onMounted(()=>{o.value.addEventListener("mouseenter",D),o.value.addEventListener("mouseleave",P)});let I;return h.watch(w,Q=>{Q&&b.value&&(I&&clearTimeout(I),I=setTimeout(N,b.value))}),{visible:w,placement:x,positionArr:S,overlayStyles:O,onPositionChange:R,onMouseenter:D,onMouseleave:P,onMouseenterOverlay:Z}}var Pw="",ua=h.defineComponent({name:"DTooltip",props:xv,setup(o,{slots:u}){const{showAnimation:i,content:f}=h.toRefs(o),p=h.ref(),y=h.ref(),{visible:m,placement:b,positionArr:w,overlayStyles:L,onPositionChange:S,onMouseleave:x,onMouseenterOverlay:O}=Sv(p,o),F=fn("tooltip"),H=h.computed(()=>({[F.b()]:!0,[F.m(b.value)]:!0,[F.m("with-content")]:u.content}));return h.provide(Ti,p),()=>h.createVNode(h.Fragment,null,[h.createVNode(oa,null,{default:()=>{var D;return[(D=u.default)==null?void 0:D.call(u)]}}),h.createVNode(h.Teleport,{to:"body"},{default:()=>[h.createVNode(h.Transition,{name:i.value?F.m(`fade-${b.value}`):""},{default:()=>[h.createVNode(vr,{modelValue:m.value,"onUpdate:modelValue":D=>m.value=D,ref:y,class:H.value,origin:p.value,position:w.value,offset:6,"show-arrow":!0,style:L.value,onPositionChange:S,onMouseenter:O,onMouseleave:x},{default:()=>{var D;return[u.content?(D=u.content)==null?void 0:D.call(u):h.createVNode("span",null,[f.value])]}})]})]})])}}),Tv=h.defineComponent({name:"FontColor",setup(){const{getEditorIns:o,t:u}=h.inject(ln),i=(f,p)=>{const y=o(),m=y.getSelection(),b=f==="bg"?"background-color:":"color:";y.focus(),y.replaceSelection(`<span style="${b}${p};">${m}</span>`),setTimeout(()=>{if(m===""){const w=y.getCursor();y.setCursor(w.line,w.ch-7)}})};return()=>h.createVNode("div",{class:"dropdown-font-color"},[h.createVNode("div",{class:"color-wrap"},[h.createVNode("p",null,[u("color")]),h.createVNode("ul",{class:"color-picker"},[Ju.map((f,p)=>h.createVNode("li",{key:p,style:{backgroundColor:f},onClick:()=>i("ft",f)},null))])]),h.createVNode("div",{class:"color-wrap"},[h.createVNode("p",null,[u("background")]),h.createVNode("ul",{class:"color-picker"},[Ju.map((f,p)=>h.createVNode("li",{key:p,style:{backgroundColor:f},onClick:()=>i("bg",f)},null))])])])}}),$v=h.defineComponent({name:"FontSize",setup(){const{getEditorIns:o}=h.inject(ln),u=i=>{const f=o(),p=f.getSelection();f.focus(),f.replaceSelection(`<span style="font-size:${i}px;">${p}</span>`),setTimeout(()=>{if(p===""){const y=f.getCursor();f.setCursor(y.line,y.ch-7)}})};return()=>h.createVNode("ul",{class:"dropdown-font-size"},[rv.map((i,f)=>h.createVNode("li",{key:f,onClick:()=>u(i.value)},[i.name]))])}}),aa=h.defineComponent({name:"DMdToolbarItem",props:na,setup(o){const u=h.reactive(o.config),{showFullscreen:i,getEditorIns:f,t:p}=h.inject(ln),y=(b,w)=>{var S;if(!b&&!w)return"";if(b==="fullscreen")return`<center>${i.value?p(u.exitName):p(b)}</center>`;let L;if(b==null?void 0:b.includes("&")){const x=b.split("&");L=p(x[0])+" & "+p(x[1])}return`<center>${(S=L!=null?L:p(b))!=null?S:""}<br>${w!=null?w:""}</center>`},m=()=>{var w;const b=f();if(u.id==="fullscreen"&&(i.value=!i.value,window)){const L=new Event("resize");window.dispatchEvent(L)}(w=u.handler)==null||w.call(u,b,u.params)};return()=>h.createVNode(h.Fragment,null,[u.type==="button"&&h.createVNode(ua,{position:["top","bottom"],"hide-after":1e3},{default:()=>h.createVNode("span",{class:"md-toolbar-item",onClick:m,innerHTML:u.id==="fullscreen"&&i.value?u.exitIcon:u.icon},null),content:()=>h.createVNode("span",{class:"md-toolbar-tip-content",innerHTML:y(u.name,u.shortKey)},null)}),u.type==="dropDown"&&h.createVNode(Lv,{position:["bottom-start"],align:"start"},{default:()=>h.createVNode("span",null,[h.createVNode(ua,{position:i.value?["right"]:["top"],content:y(u.name),"hide-after":1e3},{default:()=>h.createVNode("span",{class:"md-toolbar-item",onClick:()=>{var b;return(b=u.handler)==null?void 0:b.call(u)},innerHTML:u.icon},null),content:()=>h.createVNode("span",{class:"md-toolbar-tip-content",innerHTML:y(u.name)},null)})]),menu:()=>h.createVNode(h.Fragment,null,[u.component==="FontSize"&&h.createVNode($v,null,null),u.component==="FontColor"&&h.createVNode(Tv,null,null)])})])}});function Ev(){const{toolbars:o,toolbarConfig:u}=h.inject(ln);return{toolbars:o,toolbarConfig:u}}var Bw="",Ov=h.defineComponent({name:"DMdToolbar",setup(){const{toolbars:o,toolbarConfig:u}=Ev();return()=>h.createVNode("div",{class:"md-toolbar-container"},[u.value.map((i,f)=>Array.isArray(i)?h.createVNode(h.Fragment,null,[i.map((p,y)=>h.createVNode(aa,{config:o[p],key:`${f}-${y}`},null)),h.createVNode("span",{class:"md-toolbar-span"},null)]):h.createVNode(aa,{config:o[i],key:f},null))])}});const Iv={startOnLoad:!1,securityLevel:"strict",theme:"default",flowchart:{htmlLabels:!0,useMaxWidth:!1}};function Fv(o,u){try{return`<div class="mermaid" id="${u.id}">${o}</div>`}catch(i){return`<pre>${i.name}: ${i.message}</pre>`}}function Mv(o,u={}){iu.default.initialize(Object.assign(Iv,u));const i=o.renderer.rules.fence.bind(o.renderer.rules);o.renderer.rules.fence=(f,p,y,m,b)=>{const w=f[p],L=w.content.trim();return w.info.startsWith("mermaid")?Fv(L,u):i(f,p,y,m,b)}}function Rv(o=0){setTimeout(()=>{iu.default.init()},o)}const sa="[toc]",Pv=/^\[toc\]/im,Bv=(o,u)=>new Array(u+1).join(o)+"*",$i=o=>o.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-");let _r=null;function Dv(o,u){const i=Xe({maxLevel:6},u);let f="";_r=Yu(o);const p=w=>{const L={nodes:[]};return w.forEach(S=>{if(S.level>i.maxLevel)return;let x=L;for(let O=1;O<S.level;O++)x.nodes.length===0&&x.nodes.push({heading:{},nodes:[]}),x=x.nodes[x.nodes.length-1];x.nodes.push({heading:S,nodes:[]})}),L};o.core.ruler.push("init_toc",w=>{const L=w.tokens,S=[];let x=[];for(let P=0;P<L.length;P++)if(L[P].type==="heading_close"){const R=L[P-1],N=L[P];if(R.type==="inline"){let Z;R.children&&R.children.length>0&&R.children[0].type==="link_open"?(Z=R.children[1].content,R._tocAnchor=$i(Z)):(Z=R.content,R._tocAnchor=$i(R.children.reduce((I,Q)=>I+Q.content,""))),S.push({content:Z,anchor:$i(Z),level:Number(N.tag.substr(1,1))})}}const O=p(S),F=new Map,H=(P,R=0)=>P.map(N=>{let Z=`${N.heading.content?Bv(" ",R):""}`;return N.heading.content?F.has(N.heading.anchor)?(F.set(N.heading.anchor,F.get(N.heading.anchor)+1),Z+=` [${N.heading.content}](#${N.heading.anchor}-${F.get(N.heading.anchor)})
|
|
140
140
|
`):(F.set(N.heading.anchor,0),Z+=` [${N.heading.content}](#${N.heading.anchor})
|
|
141
141
|
`):Z+=`
|
|
142
|
-
`,N.nodes.length&&(Z+=N.heading.content?H(N.nodes,R+1):H(N.nodes,R)),Z}).join(""),D=H(O.nodes);x=_r.parse(D,{}),f=_r.renderer.render(x,_r.options)}),o.inline.ruler.after("emphasis","toc",(w,L)=>{let S,x;return L||(x=Pv.exec(w.src),x=x?x.filter(O=>O):[],x.length<1)?!1:(S=w.push("toc_open","toc",1),S.markup=sa,S=w.push("toc_body","",0),S=w.push("toc_close","toc",-1),w.pos=w.pos+sa.length,!0)});const y=()=>$t(Xe({},new Ut.default("text","",0)),{content:" "}),m=(w,L,S,x)=>{const O=[];L.anchorClassName!==null&&L.anchorClassName!==void 0&&O.push(["class",L.anchorClassName]),O.push(["href",`#${w}`]);const F=$t(Xe({},new Ut.default("link_open","a",1)),{attrs:O}),H=new Ut.default("link_close","a",-1),D=()=>L.anchorLinkSymbolClassName?[$t(Xe({},new Ut.default("span_open","span",1)),{attrs:[["class",L.anchorLinkSymbolClassName]]}),$t(Xe({},new Ut.default("text","",0)),{content:L.anchorLinkSymbol}),new Ut.default("span_close","span",-1)]:[$t(Xe({},new Ut.default("text","",0)),{content:L.anchorLinkSymbol})];if(L.wrapHeadingTextInAnchor)S[x+1].children.unshift(F),S[x+1].children.push(H);else{const P=[F,...D(),H],R={false:"push",true:"unshift"};L.anchorLinkSpace&&P[R[L==null?void 0:L.anchorLinkBefore]](y()),S[x+1].children[R[L.anchorLinkBefore]](...P)}},b=o.renderer.rules.heading_open||function(...w){const[L,S,,,x]=w;return x.renderToken(L,S,u)};o.renderer.rules.heading_open=function(...w){const[L,S,,,]=w,x=L[S].attrs=L[S].attrs||[],O=L[S+1]._tocAnchor;return x.push(["id",O]),i.anchorLink&&m(O,i,L,S),b.apply(this,w)},o.renderer.rules.toc_open=()=>"",o.renderer.rules.toc_close=()=>"",o.renderer.rules.toc_body=()=>f}class Nv{constructor(){de(this,"xssWhiteList",si.getDefaultWhiteList());de(this,"cssWhiteList",si.getDefaultCSSWhiteList());de(this,"mdt",new Gl.default({linkify:!0,html:!0,highlight:function(u,i){if(i&&ru.default.getLanguage(i))try{return ru.default.highlight(u,{language:i}).value}catch{}return""}}));de(this,"baseUrl","");de(this,"breaks",!0);de(this,"renderParse");this.setDefaultXss(),this.mdt.use(Dv,{linkify:!1,anchorLink:!1}).use(Mv,{id:"devui-mermaid"})}setDefaultXss(){this.xssWhiteList.input=["type","checked","disabled","class"],this.xssWhiteList.label=["for"],this.xssWhiteList.ul=["class"],this.xssWhiteList.div=["class"],this.xssWhiteList.a=["href","class","target","name"],this.xssWhiteList.ol=["start"],this.xssWhiteList.p=["class"],this.xssWhiteList.span=["style","class","title","id"],this.xssWhiteList.svg=["style","class","width","height","viewbox","preserveaspectratio","id","fill","stroke"],this.xssWhiteList.path=["style","class","d","id","fill","stroke"],this.xssWhiteList.th=["style"],this.xssWhiteList.td=["style"]}setBaseUrl(u){this.baseUrl=u}setBreaks(u){this.breaks=u}setRenderParse(u){this.renderParse=u}getXssWhiteList(){return this.xssWhiteList}setXssWhiteList(u){this.xssWhiteList=u}setCustomXssRules(u){u&&u.forEach(i=>{this.xssWhiteList[i.key]=i.value})}setCustomRendererRules(u){u&&u.forEach(i=>{this.mdt.renderer.rules[i.key]=i.value})}setOptions(u={}){this.mdt.set(u)}setPlugins(u){u.forEach(i=>{const{plugin:f,opts:p}=i;this.mdt.use(f,p)})}onIgnoreTagAttr(u,i,f,p){if(!p&&(i==="id"||u==="span"&&i==="style"))return i+"="+f}replaceInternalUrl(u){return u.replace(/(<a[^>]+?href=["']?)#([^"']+)(["']?[^>]*)>/gi,`$1${this.baseUrl}#$2$3>`)}handleHeaderId(u){const i=new Map,f=/<(h[1-6]) id="(.*?)">/gi;return u.replace(f,(p,y,m,b,w)=>i.has(m)?(i.set(m,i.get(m)+1),`<${y} id="${m}-${i.get(m)}">`):(i.set(m,0),`<${y} id="${m}">`))}generateHTML(u){this.mdt.set({breaks:this.breaks});let i=this.mdt.render(u);return i=this.handleHeaderId(i),this.renderParse&&(i=this.renderParse(i)),i=si.filterXSS(i,{whiteList:this.xssWhiteList,onIgnoreTagAttr:this.onIgnoreTagAttr,css:{whiteList:Object.assign({},this.cssWhiteList,{top:!0,left:!0,bottom:!0,right:!0})}}),setTimeout(()=>{Rv()},0),this.replaceInternalUrl(i)}setRules(u){u&&Object.keys(u).forEach(i=>{this.mdt[i].set(u[i])})}}function kv(o,u){const{content:i,customParse:f,disableRender:p}=h.toRefs(o),y=new Nv,m=h.ref();let b=null;const w=()=>{b&&clearTimeout(b),b=setTimeout(()=>{if(i.value===void 0)return;let x=y.generateHTML(i.value);(f==null?void 0:f.value)&&f.value instanceof Function&&(x=f.value(x)),!p.value&&m.value&&(m.value.innerHTML=x),u.emit("mdRenderChange",x)},300)},L=(x,O)=>{const F=/\[(X|\s|\_|\-)\]\s(.*)/gi;let H=0;return i.value.replace(F,P=>{const R=P.split("<br>");let N=0;for(;N<R.length;)R[N].match(/\[(X|\s|\_|\-)\]/i)&&H++,H===O+1&&(R[N]=R[N].replace(/\[(X|\s|\_|\-)\]/i,`${x?"[x]":"[ ]"}`)),N++;return R.join("<br>")})};return{previewRef:m,renderService:y,onPreviewClick:x=>{var O;if(((O=x.target)==null?void 0:O.tagName)==="INPUT"&&x.target.type==="checkbox"){const H=[...m.value.querySelectorAll("input")].filter(P=>P.type==="checkbox").findIndex(P=>P===x.target),D=L(x.target.checked,H);u.emit("checkedChange",D)}},setContainerContent:w}}function Uv(o,u,i){const{mdRules:f,content:p,customParse:y,renderParse:m,customXssRules:b,customRendererRules:w,baseUrl:L,breaks:S,mdPlugins:x}=h.toRefs(o);h.watch(f,()=>{u.setRules(f==null?void 0:f.value)},{immediate:!0}),h.watch(p,i,{immediate:!0}),h.watch(y,i,{immediate:!0}),h.watch(m,()=>{u.setRenderParse(m==null?void 0:m.value),i()},{immediate:!0}),h.watch(b,()=>{u.setCustomXssRules(b.value),i()},{immediate:!0}),h.watch(w,()=>{u.setCustomRendererRules(w==null?void 0:w.value),i()},{immediate:!0}),h.watch(L,()=>{u.setBaseUrl(L==null?void 0:L.value),i()},{immediate:!0}),h.watch(S,()=>{u.setBreaks(S==null?void 0:S.value),i()},{immediate:!0}),h.watch(x,O=>{O&&O.length&&(u.setPlugins(O),i())},{immediate:!0})}var mr=h.defineComponent({name:"DMdRender",props:ta,emits:["mdRenderChange","checkedChange"],setup(o,u){const{previewRef:i,renderService:f,onPreviewClick:p,setContainerContent:y}=kv(o,u);return Uv(o,f,y),()=>{var m,b;return h.createVNode("div",{ref:i,class:"dp-editor-md-preview-container dp-md-view",onClick:p},[(b=(m=u.slots).default)==null?void 0:b.call(m)])}}}),Dw="";function Wv(o){return typeof o=="function"||Object.prototype.toString.call(o)==="[object Object]"&&!h.isVNode(o)}var Ei=h.defineComponent({name:"DEditorMd",props:ea,emits:["update:modelValue","checkedChange","selectHint","afterEditorInit","contentChange","previewContentChange","imageUpload"],setup(o,u){const{mode:i,toolbarConfig:f,editorContainerHeight:p,hidePreviewView:y,placeholder:m,maxlength:b,modelValue:w,baseUrl:L,breaks:S,customParse:x,renderParse:O,mdRules:F,customRendererRules:H,customXssRules:D,mdPlugins:P,fullscreenZIndex:R}=h.toRefs(o),N=h.ref(!1),{editorRef:Z,overlayRef:I,cursorRef:Q,renderRef:_e,isHintShow:ae,toolbars:ce,previewHtmlList:Be,onPaste:cn,getEditorIns:hn,previewContentChange:Gt,onChecked:Pn,onPreviewScroll:Et,onPreviewMouseout:Bn,onPreviewMouseover:Dn}=av(o,u),{isDarkMode:ot}=sv(()=>{});return h.provide(ln,{showFullscreen:N,toolbars:ce,toolbarConfig:f,getEditorIns:hn,t:ov}),()=>{let De;return h.createVNode(uf,{modelValue:N.value,"onUpdate:modelValue":Ne=>N.value=Ne,"z-index":R.value},{default:()=>[h.createVNode("div",{class:["dp-md-container",{"dp-md-readonly":i.value==="readonly","dp-md-editonly":i.value==="editonly","dp-md-dark":ot.value}],onPaste:cn},[h.createVNode("div",{class:"dp-md-toolbar-container"},[h.createVNode(Ov,null,null)]),h.createVNode("div",{class:["dp-md-content-container",{"hide-preview":y.value}],style:{height:(p==null?void 0:p.value)+"px"}},[h.createVNode("div",{class:"dp-md-editor"},[h.createVNode("textarea",{ref:Z,placeholder:m.value},[w.value]),h.createVNode(vr,{ref:I,modelValue:ae.value,"onUpdate:modelValue":Ne=>ae.value=Ne,origin:Q.value||void 0,align:"start",position:["bottom-start"]},{default:()=>{var Ne,ut;return[(ut=(Ne=u.slots)==null?void 0:Ne.hintTemplate)==null?void 0:ut.call(Ne)]}}),Boolean(b==null?void 0:b.value)&&h.createVNode("div",{class:"dp-md-count"},[w.value.length||0,h.createTextVNode("/"),b.value])]),h.createVNode(mr,{ref:_e,"base-url":L.value,breaks:S.value,content:w.value,"custom-parse":x.value,"render-parse":O.value,"md-rules":F.value,"custom-renderer-rules":H.value,"custom-xss-rules":D.value,"disable-render":!0,"md-plugins":P.value,onMdRenderChange:Gt,onCheckedChange:Pn,onScroll:Et,onMouseover:Dn,onMouseout:Bn},Wv(De=Be.value.map((Ne,ut)=>h.createVNode("div",{innerHTML:Ne,key:ut},null)))?De:{default:()=>[De]})])])]})}}});const Vv=function(o,u){let i;const f=o.utils.arrayReplaceAt;i=0;const p={divWrap:!1,divClass:"checkbox",idPrefix:"checkbox"};u=sn.exports.extend(p,u);const y=/\[(X|\s|\_|\-)\]\s(.*)/i,m=function(w,L,S){let x;const O=[];u.divWrap&&(x=new S("checkbox_open","div",1),x.attrs=[["class","checkbox"]],O.push(x));const F=u.idPrefix+i;return i+=1,x=new S("checkbox_input","input",0),x.attrs=[["type","checkbox"],["id",F]],u.disabled&&x.attrs.push(["disabled",!0]),w===!0&&x.attrs.push(["checked","true"]),O.push(x),x=new S("label_open","label",1),x.attrs=[["for",F]],O.push(x),x=new S("text","",0),x.content=L,O.push(x),O.push(new S("label_close","label",-1)),u.divWrap&&O.push(new S("checkbox_close","div",-1)),O},b=function(w,L){let S;const O=w.content.match(y);if(O===null)return w;S=!1;const F=O[1],H=O[2];return(F==="X"||F==="x")&&(S=!0),m(S,H,L)};return function(w){let L,S,x,O;const F=w.tokens;S=0;const H=F.length;for(;S<H;){if(F[S].type!=="inline"){S++;continue}for(O=F[S].children,L=O.length-1;L>=0;)x=O[L],x.type==="text"&&y.test(x.content)&&(F[S].children=O=f(O,L,b(x,w.Token))),L--;S++}}};function Hv(o,u){o.core.ruler.push("checkbox",Vv(o,u))}var Gv={title:"Markdown MD\u7F16\u8F91\u5668",category:"\u6F14\u8FDB\u4E2D",status:"100%",install(o){o.component(Ei.name,Ei),o.component(mr.name,mr)}};te.EditorMd=Ei,te.EditorMdInjectionKey=ln,te.MdRender=mr,te.checkbox=Hv,te.default=Gv,te.editorMdProps=ea,te.mdRenderProps=ta,te.mdToolbarItemProps=na,Object.defineProperty(te,"__esModule",{value:!0}),te[Symbol.toStringTag]="Module"});
|
|
142
|
+
`,N.nodes.length&&(Z+=N.heading.content?H(N.nodes,R+1):H(N.nodes,R)),Z}).join(""),D=H(O.nodes);x=_r.parse(D,{}),f=_r.renderer.render(x,_r.options)}),o.inline.ruler.after("emphasis","toc",(w,L)=>{let S,x;return L||(x=Pv.exec(w.src),x=x?x.filter(O=>O):[],x.length<1)?!1:(S=w.push("toc_open","toc",1),S.markup=sa,S=w.push("toc_body","",0),S=w.push("toc_close","toc",-1),w.pos=w.pos+sa.length,!0)});const y=()=>$t(Xe({},new Ut.default("text","",0)),{content:" "}),m=(w,L,S,x)=>{const O=[];L.anchorClassName!==null&&L.anchorClassName!==void 0&&O.push(["class",L.anchorClassName]),O.push(["href",`#${w}`]);const F=$t(Xe({},new Ut.default("link_open","a",1)),{attrs:O}),H=new Ut.default("link_close","a",-1),D=()=>L.anchorLinkSymbolClassName?[$t(Xe({},new Ut.default("span_open","span",1)),{attrs:[["class",L.anchorLinkSymbolClassName]]}),$t(Xe({},new Ut.default("text","",0)),{content:L.anchorLinkSymbol}),new Ut.default("span_close","span",-1)]:[$t(Xe({},new Ut.default("text","",0)),{content:L.anchorLinkSymbol})];if(L.wrapHeadingTextInAnchor)S[x+1].children.unshift(F),S[x+1].children.push(H);else{const P=[F,...D(),H],R={false:"push",true:"unshift"};L.anchorLinkSpace&&P[R[L==null?void 0:L.anchorLinkBefore]](y()),S[x+1].children[R[L.anchorLinkBefore]](...P)}},b=o.renderer.rules.heading_open||function(...w){const[L,S,,,x]=w;return x.renderToken(L,S,u)};o.renderer.rules.heading_open=function(...w){const[L,S,,,]=w,x=L[S].attrs=L[S].attrs||[],O=L[S+1]._tocAnchor;return x.push(["id",O]),i.anchorLink&&m(O,i,L,S),b.apply(this,w)},o.renderer.rules.toc_open=()=>"",o.renderer.rules.toc_close=()=>"",o.renderer.rules.toc_body=()=>f}class Nv{constructor(){de(this,"xssWhiteList",si.getDefaultWhiteList());de(this,"cssWhiteList",si.getDefaultCSSWhiteList());de(this,"mdt",new Gl.default({linkify:!0,html:!0,highlight:function(u,i){if(i&&ru.default.getLanguage(i))try{return ru.default.highlight(u,{language:i}).value}catch{}return""}}));de(this,"baseUrl","");de(this,"breaks",!0);de(this,"renderParse");this.setDefaultXss(),this.mdt.use(Dv,{linkify:!1,anchorLink:!1}).use(Mv,{id:"devui-mermaid"})}setDefaultXss(){this.xssWhiteList.input=["type","checked","disabled","class"],this.xssWhiteList.label=["for"],this.xssWhiteList.ul=["class"],this.xssWhiteList.div=["class"],this.xssWhiteList.a=["href","class","target","name"],this.xssWhiteList.ol=["start"],this.xssWhiteList.p=["class"],this.xssWhiteList.span=["style","class","title","id"],this.xssWhiteList.svg=["style","class","width","height","viewbox","preserveaspectratio","id","fill","stroke"],this.xssWhiteList.path=["style","class","d","id","fill","stroke"],this.xssWhiteList.th=["style"],this.xssWhiteList.td=["style"]}setBaseUrl(u){this.baseUrl=u}setBreaks(u){this.breaks=u}setRenderParse(u){this.renderParse=u}getXssWhiteList(){return this.xssWhiteList}setXssWhiteList(u){this.xssWhiteList=u}setCustomXssRules(u){u&&u.forEach(i=>{i.value===null?delete this.xssWhiteList[i.key]:this.xssWhiteList[i.key]=i.value})}setCustomRendererRules(u){u&&u.forEach(i=>{this.mdt.renderer.rules[i.key]=i.value})}setOptions(u={}){this.mdt.set(u)}setPlugins(u){u.forEach(i=>{const{plugin:f,opts:p}=i;this.mdt.use(f,p)})}onIgnoreTagAttr(u,i,f,p){if(!p&&(i==="id"||u==="span"&&i==="style"))return i+"="+f}replaceInternalUrl(u){return u.replace(/(<a[^>]+?href=["']?)#([^"']+)(["']?[^>]*)>/gi,`$1${this.baseUrl}#$2$3>`)}handleHeaderId(u){const i=new Map,f=/<(h[1-6]) id="(.*?)">/gi;return u.replace(f,(p,y,m,b,w)=>i.has(m)?(i.set(m,i.get(m)+1),`<${y} id="${m}-${i.get(m)}">`):(i.set(m,0),`<${y} id="${m}">`))}generateHTML(u){this.mdt.set({breaks:this.breaks});let i=this.mdt.render(u);return i=this.handleHeaderId(i),this.renderParse&&(i=this.renderParse(i)),i=si.filterXSS(i,{whiteList:this.xssWhiteList,onIgnoreTagAttr:this.onIgnoreTagAttr,css:{whiteList:Object.assign({},this.cssWhiteList,{top:!0,left:!0,bottom:!0,right:!0})}}),setTimeout(()=>{Rv()},0),this.replaceInternalUrl(i)}setRules(u){u&&Object.keys(u).forEach(i=>{this.mdt[i].set(u[i])})}}function kv(o,u){const{content:i,customParse:f,disableRender:p}=h.toRefs(o),y=new Nv,m=h.ref();let b=null;const w=()=>{b&&clearTimeout(b),b=setTimeout(()=>{if(i.value===void 0)return;let x=y.generateHTML(i.value);(f==null?void 0:f.value)&&f.value instanceof Function&&(x=f.value(x)),!p.value&&m.value&&(m.value.innerHTML=x),u.emit("mdRenderChange",x)},300)},L=(x,O)=>{const F=/\[(X|\s|\_|\-)\]\s(.*)/gi;let H=0;return i.value.replace(F,P=>{const R=P.split("<br>");let N=0;for(;N<R.length;)R[N].match(/\[(X|\s|\_|\-)\]/i)&&H++,H===O+1&&(R[N]=R[N].replace(/\[(X|\s|\_|\-)\]/i,`${x?"[x]":"[ ]"}`)),N++;return R.join("<br>")})};return{previewRef:m,renderService:y,onPreviewClick:x=>{var O;if(((O=x.target)==null?void 0:O.tagName)==="INPUT"&&x.target.type==="checkbox"){const H=[...m.value.querySelectorAll("input")].filter(P=>P.type==="checkbox").findIndex(P=>P===x.target),D=L(x.target.checked,H);u.emit("checkedChange",D)}},setContainerContent:w}}function Uv(o,u,i){const{mdRules:f,content:p,customParse:y,renderParse:m,customXssRules:b,customRendererRules:w,baseUrl:L,breaks:S,mdPlugins:x}=h.toRefs(o);h.watch(f,()=>{u.setRules(f==null?void 0:f.value)},{immediate:!0}),h.watch(p,i,{immediate:!0}),h.watch(y,i,{immediate:!0}),h.watch(m,()=>{u.setRenderParse(m==null?void 0:m.value),i()},{immediate:!0}),h.watch(b,()=>{u.setCustomXssRules(b.value),i()},{immediate:!0}),h.watch(w,()=>{u.setCustomRendererRules(w==null?void 0:w.value),i()},{immediate:!0}),h.watch(L,()=>{u.setBaseUrl(L==null?void 0:L.value),i()},{immediate:!0}),h.watch(S,()=>{u.setBreaks(S==null?void 0:S.value),i()},{immediate:!0}),h.watch(x,O=>{O&&O.length&&(u.setPlugins(O),i())},{immediate:!0})}var mr=h.defineComponent({name:"DMdRender",props:ta,emits:["mdRenderChange","checkedChange"],setup(o,u){const{previewRef:i,renderService:f,onPreviewClick:p,setContainerContent:y}=kv(o,u);return Uv(o,f,y),()=>{var m,b;return h.createVNode("div",{ref:i,class:"dp-editor-md-preview-container dp-md-view",onClick:p},[(b=(m=u.slots).default)==null?void 0:b.call(m)])}}}),Dw="";function Wv(o){return typeof o=="function"||Object.prototype.toString.call(o)==="[object Object]"&&!h.isVNode(o)}var Ei=h.defineComponent({name:"DEditorMd",props:ea,emits:["update:modelValue","checkedChange","selectHint","afterEditorInit","contentChange","previewContentChange","imageUpload"],setup(o,u){const{mode:i,toolbarConfig:f,editorContainerHeight:p,hidePreviewView:y,placeholder:m,maxlength:b,modelValue:w,baseUrl:L,breaks:S,customParse:x,renderParse:O,mdRules:F,customRendererRules:H,customXssRules:D,mdPlugins:P,fullscreenZIndex:R}=h.toRefs(o),N=h.ref(!1),{editorRef:Z,overlayRef:I,cursorRef:Q,renderRef:_e,isHintShow:ae,toolbars:ce,previewHtmlList:Be,onPaste:cn,getEditorIns:hn,previewContentChange:Gt,onChecked:Pn,onPreviewScroll:Et,onPreviewMouseout:Bn,onPreviewMouseover:Dn}=av(o,u),{isDarkMode:ot}=sv(()=>{});return h.provide(ln,{showFullscreen:N,toolbars:ce,toolbarConfig:f,getEditorIns:hn,t:ov}),()=>{let De;return h.createVNode(uf,{modelValue:N.value,"onUpdate:modelValue":Ne=>N.value=Ne,"z-index":R.value},{default:()=>[h.createVNode("div",{class:["dp-md-container",{"dp-md-readonly":i.value==="readonly","dp-md-editonly":i.value==="editonly","dp-md-dark":ot.value}],onPaste:cn},[h.createVNode("div",{class:"dp-md-toolbar-container"},[h.createVNode(Ov,null,null)]),h.createVNode("div",{class:["dp-md-content-container",{"hide-preview":y.value}],style:{height:(p==null?void 0:p.value)+"px"}},[h.createVNode("div",{class:"dp-md-editor"},[h.createVNode("textarea",{ref:Z,placeholder:m.value},[w.value]),h.createVNode(vr,{ref:I,modelValue:ae.value,"onUpdate:modelValue":Ne=>ae.value=Ne,origin:Q.value||void 0,align:"start",position:["bottom-start"]},{default:()=>{var Ne,ut;return[(ut=(Ne=u.slots)==null?void 0:Ne.hintTemplate)==null?void 0:ut.call(Ne)]}}),Boolean(b==null?void 0:b.value)&&h.createVNode("div",{class:"dp-md-count"},[w.value.length||0,h.createTextVNode("/"),b.value])]),h.createVNode(mr,{ref:_e,"base-url":L.value,breaks:S.value,content:w.value,"custom-parse":x.value,"render-parse":O.value,"md-rules":F.value,"custom-renderer-rules":H.value,"custom-xss-rules":D.value,"disable-render":!0,"md-plugins":P.value,onMdRenderChange:Gt,onCheckedChange:Pn,onScroll:Et,onMouseover:Dn,onMouseout:Bn},Wv(De=Be.value.map((Ne,ut)=>h.createVNode("div",{innerHTML:Ne,key:ut},null)))?De:{default:()=>[De]})])])]})}}});const Vv=function(o,u){let i;const f=o.utils.arrayReplaceAt;i=0;const p={divWrap:!1,divClass:"checkbox",idPrefix:"checkbox"};u=sn.exports.extend(p,u);const y=/\[(X|\s|\_|\-)\]\s(.*)/i,m=function(w,L,S){let x;const O=[];u.divWrap&&(x=new S("checkbox_open","div",1),x.attrs=[["class","checkbox"]],O.push(x));const F=u.idPrefix+i;return i+=1,x=new S("checkbox_input","input",0),x.attrs=[["type","checkbox"],["id",F]],u.disabled&&x.attrs.push(["disabled",!0]),w===!0&&x.attrs.push(["checked","true"]),O.push(x),x=new S("label_open","label",1),x.attrs=[["for",F]],O.push(x),x=new S("text","",0),x.content=L,O.push(x),O.push(new S("label_close","label",-1)),u.divWrap&&O.push(new S("checkbox_close","div",-1)),O},b=function(w,L){let S;const O=w.content.match(y);if(O===null)return w;S=!1;const F=O[1],H=O[2];return(F==="X"||F==="x")&&(S=!0),m(S,H,L)};return function(w){let L,S,x,O;const F=w.tokens;S=0;const H=F.length;for(;S<H;){if(F[S].type!=="inline"){S++;continue}for(O=F[S].children,L=O.length-1;L>=0;)x=O[L],x.type==="text"&&y.test(x.content)&&(F[S].children=O=f(O,L,b(x,w.Token))),L--;S++}}};function Hv(o,u){o.core.ruler.push("checkbox",Vv(o,u))}var Gv={title:"Markdown MD\u7F16\u8F91\u5668",category:"\u6F14\u8FDB\u4E2D",status:"100%",install(o){o.component(Ei.name,Ei),o.component(mr.name,mr)}};te.EditorMd=Ei,te.EditorMdInjectionKey=ln,te.MdRender=mr,te.checkbox=Hv,te.default=Gv,te.editorMdProps=ea,te.mdRenderProps=ta,te.mdToolbarItemProps=na,Object.defineProperty(te,"__esModule",{value:!0}),te[Symbol.toStringTag]="Module"});
|
package/package.json
CHANGED
package/vue-devui.es.js
CHANGED
|
@@ -24921,8 +24921,7 @@ __publicField(ToolBarHandler, "h1", (editor) => {
|
|
|
24921
24921
|
editor.focus();
|
|
24922
24922
|
if (cursor.ch !== 0) {
|
|
24923
24923
|
editor.setCursor(cursor.line, 0);
|
|
24924
|
-
editor.replaceSelection("# "
|
|
24925
|
-
editor.setCursor(cursor.line, cursor.ch + 2);
|
|
24924
|
+
editor.replaceSelection("# ");
|
|
24926
24925
|
} else {
|
|
24927
24926
|
editor.replaceSelection("# " + selection);
|
|
24928
24927
|
}
|
|
@@ -24933,8 +24932,7 @@ __publicField(ToolBarHandler, "h2", (editor) => {
|
|
|
24933
24932
|
editor.focus();
|
|
24934
24933
|
if (cursor.ch !== 0) {
|
|
24935
24934
|
editor.setCursor(cursor.line, 0);
|
|
24936
|
-
editor.replaceSelection("## "
|
|
24937
|
-
editor.setCursor(cursor.line, cursor.ch + 3);
|
|
24935
|
+
editor.replaceSelection("## ");
|
|
24938
24936
|
} else {
|
|
24939
24937
|
editor.replaceSelection("## " + selection);
|
|
24940
24938
|
}
|
|
@@ -26460,7 +26458,11 @@ class MDRenderService {
|
|
|
26460
26458
|
setCustomXssRules(rules2) {
|
|
26461
26459
|
if (rules2) {
|
|
26462
26460
|
rules2.forEach((rule) => {
|
|
26463
|
-
|
|
26461
|
+
if (rule["value"] === null) {
|
|
26462
|
+
delete this.xssWhiteList[rule["key"]];
|
|
26463
|
+
} else {
|
|
26464
|
+
this.xssWhiteList[rule["key"]] = rule["value"];
|
|
26465
|
+
}
|
|
26464
26466
|
});
|
|
26465
26467
|
}
|
|
26466
26468
|
}
|
|
@@ -44087,7 +44089,7 @@ const installs = [
|
|
|
44087
44089
|
VirtualListInstall
|
|
44088
44090
|
];
|
|
44089
44091
|
var vueDevui = {
|
|
44090
|
-
version: "1.6.3-markdown.
|
|
44092
|
+
version: "1.6.3-markdown.2",
|
|
44091
44093
|
install(app) {
|
|
44092
44094
|
installs.forEach((p) => app.use(p));
|
|
44093
44095
|
}
|
package/vue-devui.umd.js
CHANGED
|
@@ -352,7 +352,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
352
352
|
</g>
|
|
353
353
|
</svg>`,XT=`<svg class="icon" viewBox="0 0 1024 1024" width="16" height="16">
|
|
354
354
|
<path fill="#293040" d="M682.666667 384h192a21.333333 21.333333 0 0 0 21.333333-21.333333v-42.666667a21.333333 21.333333 0 0 0-21.333333-21.333333H725.333333V149.333333a21.333333 21.333333 0 0 0-21.333333-21.333333h-42.666667a21.333333 21.333333 0 0 0-21.333333 21.333333V341.333333a42.666667 42.666667 0 0 0 42.666667 42.666667zM384 341.333333V149.333333a21.333333 21.333333 0 0 0-21.333333-21.333333h-42.666667a21.333333 21.333333 0 0 0-21.333333 21.333333V298.666667H149.333333a21.333333 21.333333 0 0 0-21.333333 21.333333v42.666667a21.333333 21.333333 0 0 0 21.333333 21.333333H341.333333a42.666667 42.666667 0 0 0 42.666667-42.666667z m341.333333 533.333334V725.333333h149.333334a21.333333 21.333333 0 0 0 21.333333-21.333333v-42.666667a21.333333 21.333333 0 0 0-21.333333-21.333333H682.666667a42.666667 42.666667 0 0 0-42.666667 42.666667v192a21.333333 21.333333 0 0 0 21.333333 21.333333h42.666667a21.333333 21.333333 0 0 0 21.333333-21.333333z m-405.333333 21.333333h42.666667a21.333333 21.333333 0 0 0 21.333333-21.333333V682.666667a42.666667 42.666667 0 0 0-42.666667-42.666667H149.333333a21.333333 21.333333 0 0 0-21.333333 21.333333v42.666667a21.333333 21.333333 0 0 0 21.333333 21.333333H298.666667v149.333334a21.333333 21.333333 0 0 0 21.333333 21.333333z" p-id="17085"></path>
|
|
355
|
-
</svg>`;class _e{}ie(_e,"undo",n=>{n.undo()}),ie(_e,"redo",n=>{n.redo()}),ie(_e,"bold",n=>{const a=n.getCursor(),o=n.getSelection();n.replaceSelection("**"+o+"**"),n.focus(),o===""&&n.setCursor(a.line,a.ch+2)}),ie(_e,"italic",n=>{const a=n.getCursor(),o=n.getSelection();n.replaceSelection("*"+o+"*"),n.focus(),o===""&&n.setCursor(a.line,a.ch+1)}),ie(_e,"h1",n=>{const a=n.getCursor(),o=n.getSelection();n.focus(),a.ch!==0?(n.setCursor(a.line,0),n.replaceSelection("# "
|
|
355
|
+
</svg>`;class _e{}ie(_e,"undo",n=>{n.undo()}),ie(_e,"redo",n=>{n.redo()}),ie(_e,"bold",n=>{const a=n.getCursor(),o=n.getSelection();n.replaceSelection("**"+o+"**"),n.focus(),o===""&&n.setCursor(a.line,a.ch+2)}),ie(_e,"italic",n=>{const a=n.getCursor(),o=n.getSelection();n.replaceSelection("*"+o+"*"),n.focus(),o===""&&n.setCursor(a.line,a.ch+1)}),ie(_e,"h1",n=>{const a=n.getCursor(),o=n.getSelection();n.focus(),a.ch!==0?(n.setCursor(a.line,0),n.replaceSelection("# ")):n.replaceSelection("# "+o)}),ie(_e,"h2",n=>{const a=n.getCursor(),o=n.getSelection();n.focus(),a.ch!==0?(n.setCursor(a.line,0),n.replaceSelection("## ")):n.replaceSelection("## "+o)}),ie(_e,"ul",n=>{const a=n.getSelection();if(n.focus(),a==="")n.replaceSelection("- "+a);else{const o=a.split(`
|
|
356
356
|
`);for(let r=0,i=o.length;r<i;r++)o[r]=o[r]===""?"":"- "+o[r];n.replaceSelection(o.join(`
|
|
357
357
|
`))}}),ie(_e,"ol",n=>{const a=n.getSelection();if(n.focus(),a==="")n.replaceSelection("1. "+a);else{const o=a.split(`
|
|
358
358
|
`);for(let r=0,i=o.length;r<i;r++)o[r]=o[r]===""?"":r+1+". "+o[r];n.replaceSelection(o.join(`
|
|
@@ -365,7 +365,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
365
365
|
`)))}return!0}function sc(){let e;typeof Event=="function"?e=new Event("resize"):(e=document.createEvent("Event"),e.initEvent("resize",!0,!0)),window.dispatchEvent(e)}function oV(e,n){const{imageUploadToServer:a,hidePreviewView:o,mode:r,maxlength:i,options:s,toolbarConfig:u,customToolbars:d,customHintReplaceFn:h,hintConfig:p,disableChangeEvent:f,modelValue:v}=t.toRefs(e),g=t.reactive(ic(QT)),C=t.ref(),y=t.ref(),b=t.ref(),w=t.ref(),S=t.ref(),N=t.ref([]);let V,D=!1,L="",x=-1,A=-1,k,F=!1,O;const B=t.computed(()=>{const X=[];for(const ue in p==null?void 0:p.value)(typeof(p==null?void 0:p.value[ue])=="function"||(p==null?void 0:p.value[ue])&&typeof(p==null?void 0:p.value[ue].handler)=="function")&&X.push(ue);return X}),q=()=>V,H=()=>{if(V){const X=V.getScrollInfo(),ue=X.height-X.clientHeight,re=parseFloat(X.top)/ue,ce=y.value.$el,Ve=(ce.scrollHeight-ce.clientHeight)*re;ce.scrollTop=Ve}},j=()=>{const X=y.value.$el,ue=X.scrollHeight-X.clientHeight,re=parseFloat(X.scrollTop)/ue,ce=(V.getScrollInfo().height-V.getScrollInfo().clientHeight)*re;V.scrollTo(0,ce)},P=X=>{N.value=[],tV(X).forEach(re=>{re.outerHTML&&N.value.push(re.outerHTML)}),setTimeout(()=>{H()}),t.nextTick(()=>{n.emit("previewContentChange",X)})},R=()=>{!D||j()},Q=()=>{D=!0},ne=()=>{D=!1},se=X=>{n.emit("checkedChange",X)};let K;const Y=()=>{K=setTimeout(()=>{var X;w.value=((X=C.value)==null?void 0:X.parentNode.querySelector(".CodeMirror-cursor"))||void 0,b.value.updatePosition(),S.value=!0,F=!0})},te=()=>{clearTimeout(K),S.value=!1},pe=()=>{F&&te(),Y()},me=()=>{let X;typeof p.value[k]=="function"?X=p.value[k]:p.value[k]&&typeof p.value[k].handler=="function"&&(X=p.value[k].handler),X&&X({prefix:k,cursorHint:L,callback:re=>{const ce=V.getCursor(),Ve=x,ke=A;V.getLine(ce.line).length===ce.ch?V.replaceRange(re+" ",{line:ce.line,ch:ke},{line:ce.line,ch:Ve}):(V.replaceRange(re,{line:ce.line,ch:ke},{line:ce.line,ch:Ve}),V.setCursor(ce.line,V.getCursor().ch+1)),V.focus(),te()}})},Te=()=>{const X=V.getCursor();let ue=B.value.length;const re=V.getLine(X.line).replace(/\t/g," "),ce=V.getSelection(),Ve=/^\!\[\S+/;if(ce)return;let ke="",ve="";for(;ue>=1;){ue--,ke=B.value[ue];const at=re.lastIndexOf(ke,X.ch),Xe=re.indexOf(" ",X.ch)>-1?re.indexOf(" ",X.ch):re.length;if(ve=re.slice(at,X.ch),at>0&&re[at-1]!==" "||at<0||!ve.includes(ke)||ve.endsWith(" ")||Ve.test(ve))L="",A=-1,x=-1;else{k=B.value[ue],L=ve.slice(k.length),A=at,x=Xe;break}}if(A>-1&&ve[0]){if(re.lastIndexOf(" ",X.ch)>A)return;setTimeout(()=>{pe(),me()})}else te()},Pe=wv(()=>{const X=V.getValue();f.value||(n.emit("update:modelValue",X),n.emit("contentChange",X)),D||H()},f.value?500:10,!0),Me=()=>{D||H()},xe=()=>{var ce;V=O.fromTextArea(C.value,ee({mode:"markdown",lineNumbers:!1,lineWrapping:!0},s.value)),i.value&&V.setOption("maxLength",i.value),V.setOption("readOnly",r.value==="readonly");const X={},ue=u.value.flat(),re=ee(ee({},g),d==null?void 0:d.value);for(const Ve of Object.keys(re)){const ke=re[Ve];ke.shortKey&&ue.includes(ke.id)&&(X[ke.shortKey.replace(/\+/g,"-")]=(ce=ke.handler)==null?void 0:ce.bind(null,V,ke.params))}V.setOption("extraKeys",Object.assign({Esc:()=>{te()}}),X),V.on("beforeChange",aV),V.on("cursorActivity",Se.exports.throttle(Te,p.value&&p.value.throttleTime||300)),V.setSize("auto","100%"),sc(),V.setCursor(V.lineCount(),0),n.emit("afterEditorInit",V),V.on("change",Pe),V.on("scroll",Me),setTimeout(()=>{n.emit("contentChange",V.getValue())},100)},tt=X=>{const ue=X.clipboardData;if(!!(ue&&ue.items)&&ue.items.length<=3)for(let re=0;re<ue.items.length;re++){const ce=ue.items[re];if(ce.kind==="file"&&ce.type.indexOf("image")!==-1){const Ve=ce.getAsFile();if((Ve==null?void 0:Ve.size)===0)return;if(a.value){const ke=({name:ve,imgUrl:at,title:Xe})=>{V.focus(),V.replaceSelection(``)};n.emit("imageUpload",{file:Ve,callback:ke})}}}};return t.onMounted(async()=>{await import("codemirror/addon/display/placeholder.js"),await import("codemirror/mode/markdown/markdown.js"),O=(await import("codemirror")).default,xe()}),t.watch(v,X=>{if(V){if(X===V.getValue())return;V.setValue(X)}}),t.watch(a,X=>{g.image.params&&(g.image.params.imageUploadToServer=X),g.image.params&&!g.image.params.imageUpload&&(g.image.params.imageUpload=ue=>{n.emit("imageUpload",ue)})},{immediate:!0}),t.watch(o,()=>{sc()}),t.watch(r,X=>{setTimeout(()=>{V&&(sc(),V.setOption("readOnly",X==="readonly"))})}),t.watch(i,X=>{V&&V.setOption("maxLength",X)}),{editorRef:C,overlayRef:b,cursorRef:w,renderRef:y,toolbars:g,previewHtmlList:N,isHintShow:S,getEditorIns:q,onPaste:tt,previewContentChange:P,onChecked:se,onPreviewScroll:R,onPreviewMouseout:ne,onPreviewMouseover:Q}}function rV(e){const n=t.ref(!1);let a;const o=()=>{a&&(n.value=a.currentTheme.id.indexOf("dark")!==-1,e())};return t.onBeforeMount(()=>{a=window.devuiThemeService}),t.onMounted(()=>{o(),a&&a.eventBus&&a.eventBus.add("themeChanged",o)}),t.onBeforeUnmount(()=>{a&&a.eventBus&&a.eventBus.remove("themeChanged",o)}),{isDarkMode:n}}const Gp={baseUrl:{type:String,default:null},breaks:{type:Boolean,default:!0},customParse:{type:Function,default:null},renderParse:{type:Function,default:null},mdRules:{type:Object,default:()=>({})},customRendererRules:{type:Array,default:()=>[]},customXssRules:{type:Array,default:()=>[]},mdPlugins:{type:Array,default:()=>[]}},lV=ye(ee({},Gp),{modelValue:{type:String,default:""},options:{type:Object,default:()=>({})},mode:{type:String,default:"normal"},customThemeConfig:{type:Object},customToolbars:{type:Object},disableChangeEvent:{type:Boolean,default:!1},editorContainerHeight:{type:Number},imageUploadToServer:{type:Boolean,default:!1},hidePreviewView:{type:Boolean,default:!1},maxlength:{type:Number,default:null},placeholder:{type:String,default:""},toolbarConfig:{type:Array,default:()=>JT},fullscreenZIndex:{type:Number,default:10},hintConfig:{type:Object,default:{}},customHintReplaceFn:{type:Function}}),Fo=Symbol("d-editor-md"),iV=ye(ee({},Gp),{content:{type:String,default:""},disableRender:{type:Boolean,default:!1}}),sV={config:{type:Object,default:()=>({})}},cV={content:{type:String,default:""},position:{type:[String,Array],default:"top"},showAnimation:{type:Boolean,default:!0},mouseEnterDelay:{type:Number,default:150},mouseLeaveDelay:{type:Number,default:100},enterable:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},hideAfter:{type:Number,default:0}},uV={top:"50% calc(100% + 8px)",bottom:"50% -8px",left:"calc(100% + 8px)",right:"-8px 50%"};function dV(e,n){const{position:a,mouseEnterDelay:o,mouseLeaveDelay:r,enterable:i,disabled:s,hideAfter:u}=t.toRefs(n),d=t.ref(!1),h=t.ref(!1),p=t.computed(()=>typeof a.value=="string"?[a.value]:a.value),f=t.ref(p.value[0]),v=t.computed(()=>({transformOrigin:uV[f.value]})),g=Se.exports.debounce(()=>{h.value&&(d.value=!0)},o.value),C=Se.exports.debounce(()=>{!h.value&&(d.value=!1)},r.value),y=()=>{s.value||(h.value=!0,g())},b=()=>{h.value=!1,C()},w=D=>{f.value=D},S=()=>{h.value=!1,d.value=!1},N=()=>{i.value?y():S()};t.onMounted(()=>{e.value.addEventListener("mouseenter",y),e.value.addEventListener("mouseleave",b)});let V;return t.watch(d,D=>{D&&u.value&&(V&&clearTimeout(V),V=setTimeout(S,u.value))}),{visible:d,placement:f,positionArr:p,overlayStyles:v,onPositionChange:w,onMouseenter:y,onMouseleave:b,onMouseenterOverlay:N}}var mR="",yn=t.defineComponent({name:"DTooltip",props:cV,setup(e,{slots:n}){const{showAnimation:a,content:o}=t.toRefs(e),r=t.ref(),i=t.ref(),{visible:s,placement:u,positionArr:d,overlayStyles:h,onPositionChange:p,onMouseleave:f,onMouseenterOverlay:v}=dV(r,e),g=Z("tooltip"),C=t.computed(()=>({[g.b()]:!0,[g.m(u.value)]:!0,[g.m("with-content")]:n.content}));return t.provide(go,r),()=>t.createVNode(t.Fragment,null,[t.createVNode(Nr,null,{default:()=>{var y;return[(y=n.default)==null?void 0:y.call(n)]}}),t.createVNode(t.Teleport,{to:"body"},{default:()=>[t.createVNode(t.Transition,{name:a.value?g.m(`fade-${u.value}`):""},{default:()=>[t.createVNode(bt,{modelValue:s.value,"onUpdate:modelValue":y=>s.value=y,ref:i,class:C.value,origin:r.value,position:d.value,offset:6,"show-arrow":!0,style:h.value,onPositionChange:p,onMouseenter:v,onMouseleave:f},{default:()=>{var y;return[n.content?(y=n.content)==null?void 0:y.call(n):t.createVNode("span",null,[o.value])]}})]})]})])}}),fV={title:"Tooltip \u63D0\u793A",category:"\u53CD\u9988",status:"100%",install(e){e.component(yn.name,yn)}},hV=t.defineComponent({name:"FontColor",setup(){const{getEditorIns:e,t:n}=t.inject(Fo),a=(o,r)=>{const i=e(),s=i.getSelection(),u=o==="bg"?"background-color:":"color:";i.focus(),i.replaceSelection(`<span style="${u}${r};">${s}</span>`),setTimeout(()=>{if(s===""){const d=i.getCursor();i.setCursor(d.line,d.ch-7)}})};return()=>t.createVNode("div",{class:"dropdown-font-color"},[t.createVNode("div",{class:"color-wrap"},[t.createVNode("p",null,[n("color")]),t.createVNode("ul",{class:"color-picker"},[Zp.map((o,r)=>t.createVNode("li",{key:r,style:{backgroundColor:o},onClick:()=>a("ft",o)},null))])]),t.createVNode("div",{class:"color-wrap"},[t.createVNode("p",null,[n("background")]),t.createVNode("ul",{class:"color-picker"},[Zp.map((o,r)=>t.createVNode("li",{key:r,style:{backgroundColor:o},onClick:()=>a("bg",o)},null))])])])}}),pV=t.defineComponent({name:"FontSize",setup(){const{getEditorIns:e}=t.inject(Fo),n=a=>{const o=e(),r=o.getSelection();o.focus(),o.replaceSelection(`<span style="font-size:${a}px;">${r}</span>`),setTimeout(()=>{if(r===""){const i=o.getCursor();o.setCursor(i.line,i.ch-7)}})};return()=>t.createVNode("ul",{class:"dropdown-font-size"},[eV.map((a,o)=>t.createVNode("li",{key:o,onClick:()=>n(a.value)},[a.name]))])}}),Xp=t.defineComponent({name:"DMdToolbarItem",props:sV,setup(e){const n=t.reactive(e.config),{showFullscreen:a,getEditorIns:o,t:r}=t.inject(Fo),i=(u,d)=>{var p;if(!u&&!d)return"";if(u==="fullscreen")return`<center>${a.value?r(n.exitName):r(u)}</center>`;let h;if(u==null?void 0:u.includes("&")){const f=u.split("&");h=r(f[0])+" & "+r(f[1])}return`<center>${(p=h!=null?h:r(u))!=null?p:""}<br>${d!=null?d:""}</center>`},s=()=>{var d;const u=o();if(n.id==="fullscreen"&&(a.value=!a.value,window)){const h=new Event("resize");window.dispatchEvent(h)}(d=n.handler)==null||d.call(n,u,n.params)};return()=>t.createVNode(t.Fragment,null,[n.type==="button"&&t.createVNode(yn,{position:["top","bottom"],"hide-after":1e3},{default:()=>t.createVNode("span",{class:"md-toolbar-item",onClick:s,innerHTML:n.id==="fullscreen"&&a.value?n.exitIcon:n.icon},null),content:()=>t.createVNode("span",{class:"md-toolbar-tip-content",innerHTML:i(n.name,n.shortKey)},null)}),n.type==="dropDown"&&t.createVNode(Qn,{position:["bottom-start"],align:"start"},{default:()=>t.createVNode("span",null,[t.createVNode(yn,{position:a.value?["right"]:["top"],content:i(n.name),"hide-after":1e3},{default:()=>t.createVNode("span",{class:"md-toolbar-item",onClick:()=>{var u;return(u=n.handler)==null?void 0:u.call(n)},innerHTML:n.icon},null),content:()=>t.createVNode("span",{class:"md-toolbar-tip-content",innerHTML:i(n.name)},null)})]),menu:()=>t.createVNode(t.Fragment,null,[n.component==="FontSize"&&t.createVNode(pV,null,null),n.component==="FontColor"&&t.createVNode(hV,null,null)])})])}});function mV(){const{toolbars:e,toolbarConfig:n}=t.inject(Fo);return{toolbars:e,toolbarConfig:n}}var gR="",gV=t.defineComponent({name:"DMdToolbar",setup(){const{toolbars:e,toolbarConfig:n}=mV();return()=>t.createVNode("div",{class:"md-toolbar-container"},[n.value.map((a,o)=>Array.isArray(a)?t.createVNode(t.Fragment,null,[a.map((r,i)=>t.createVNode(Xp,{config:e[r],key:`${o}-${i}`},null)),t.createVNode("span",{class:"md-toolbar-span"},null)]):t.createVNode(Xp,{config:e[a],key:o},null))])}});const vV={startOnLoad:!1,securityLevel:"strict",theme:"default",flowchart:{htmlLabels:!0,useMaxWidth:!1}};function yV(e,n){try{return`<div class="mermaid" id="${n.id}">${e}</div>`}catch(a){return`<pre>${a.name}: ${a.message}</pre>`}}function CV(e,n={}){cf.default.initialize(Object.assign(vV,n));const a=e.renderer.rules.fence.bind(e.renderer.rules);e.renderer.rules.fence=(o,r,i,s,u)=>{const d=o[r],h=d.content.trim();return d.info.startsWith("mermaid")?yV(h,n):a(o,r,i,s,u)}}function bV(e=0){setTimeout(()=>{cf.default.init()},e)}const Qp="[toc]",wV=/^\[toc\]/im,NV=(e,n)=>new Array(n+1).join(e)+"*",cc=e=>e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-");let Kr=null;function SV(e,n){const a=ee({maxLevel:6},n);let o="";Kr=ic(e);const r=d=>{const h={nodes:[]};return d.forEach(p=>{if(p.level>a.maxLevel)return;let f=h;for(let v=1;v<p.level;v++)f.nodes.length===0&&f.nodes.push({heading:{},nodes:[]}),f=f.nodes[f.nodes.length-1];f.nodes.push({heading:p,nodes:[]})}),h};e.core.ruler.push("init_toc",d=>{const h=d.tokens,p=[];let f=[];for(let b=0;b<h.length;b++)if(h[b].type==="heading_close"){const w=h[b-1],S=h[b];if(w.type==="inline"){let N;w.children&&w.children.length>0&&w.children[0].type==="link_open"?(N=w.children[1].content,w._tocAnchor=cc(N)):(N=w.content,w._tocAnchor=cc(w.children.reduce((V,D)=>V+D.content,""))),p.push({content:N,anchor:cc(N),level:Number(S.tag.substr(1,1))})}}const v=r(p),g=new Map,C=(b,w=0)=>b.map(S=>{let N=`${S.heading.content?NV(" ",w):""}`;return S.heading.content?g.has(S.heading.anchor)?(g.set(S.heading.anchor,g.get(S.heading.anchor)+1),N+=` [${S.heading.content}](#${S.heading.anchor}-${g.get(S.heading.anchor)})
|
|
366
366
|
`):(g.set(S.heading.anchor,0),N+=` [${S.heading.content}](#${S.heading.anchor})
|
|
367
367
|
`):N+=`
|
|
368
|
-
`,S.nodes.length&&(N+=S.heading.content?C(S.nodes,w+1):C(S.nodes,w)),N}).join(""),y=C(v.nodes);f=Kr.parse(y,{}),o=Kr.renderer.render(f,Kr.options)}),e.inline.ruler.after("emphasis","toc",(d,h)=>{let p,f;return h||(f=wV.exec(d.src),f=f?f.filter(v=>v):[],f.length<1)?!1:(p=d.push("toc_open","toc",1),p.markup=Qp,p=d.push("toc_body","",0),p=d.push("toc_close","toc",-1),d.pos=d.pos+Qp.length,!0)});const i=()=>ye(ee({},new qn.default("text","",0)),{content:" "}),s=(d,h,p,f)=>{const v=[];h.anchorClassName!==null&&h.anchorClassName!==void 0&&v.push(["class",h.anchorClassName]),v.push(["href",`#${d}`]);const g=ye(ee({},new qn.default("link_open","a",1)),{attrs:v}),C=new qn.default("link_close","a",-1),y=()=>h.anchorLinkSymbolClassName?[ye(ee({},new qn.default("span_open","span",1)),{attrs:[["class",h.anchorLinkSymbolClassName]]}),ye(ee({},new qn.default("text","",0)),{content:h.anchorLinkSymbol}),new qn.default("span_close","span",-1)]:[ye(ee({},new qn.default("text","",0)),{content:h.anchorLinkSymbol})];if(h.wrapHeadingTextInAnchor)p[f+1].children.unshift(g),p[f+1].children.push(C);else{const b=[g,...y(),C],w={false:"push",true:"unshift"};h.anchorLinkSpace&&b[w[h==null?void 0:h.anchorLinkBefore]](i()),p[f+1].children[w[h.anchorLinkBefore]](...b)}},u=e.renderer.rules.heading_open||function(...d){const[h,p,,,f]=d;return f.renderToken(h,p,n)};e.renderer.rules.heading_open=function(...d){const[h,p,,,]=d,f=h[p].attrs=h[p].attrs||[],v=h[p+1]._tocAnchor;return f.push(["id",v]),a.anchorLink&&s(v,a,h,p),u.apply(this,d)},e.renderer.rules.toc_open=()=>"",e.renderer.rules.toc_close=()=>"",e.renderer.rules.toc_body=()=>o}class TV{constructor(){ie(this,"xssWhiteList",fi.getDefaultWhiteList());ie(this,"cssWhiteList",fi.getDefaultCSSWhiteList());ie(this,"mdt",new uv.default({linkify:!0,html:!0,highlight:function(n,a){if(a&&sf.default.getLanguage(a))try{return sf.default.highlight(n,{language:a}).value}catch{}return""}}));ie(this,"baseUrl","");ie(this,"breaks",!0);ie(this,"renderParse");this.setDefaultXss(),this.mdt.use(SV,{linkify:!1,anchorLink:!1}).use(CV,{id:"devui-mermaid"})}setDefaultXss(){this.xssWhiteList.input=["type","checked","disabled","class"],this.xssWhiteList.label=["for"],this.xssWhiteList.ul=["class"],this.xssWhiteList.div=["class"],this.xssWhiteList.a=["href","class","target","name"],this.xssWhiteList.ol=["start"],this.xssWhiteList.p=["class"],this.xssWhiteList.span=["style","class","title","id"],this.xssWhiteList.svg=["style","class","width","height","viewbox","preserveaspectratio","id","fill","stroke"],this.xssWhiteList.path=["style","class","d","id","fill","stroke"],this.xssWhiteList.th=["style"],this.xssWhiteList.td=["style"]}setBaseUrl(n){this.baseUrl=n}setBreaks(n){this.breaks=n}setRenderParse(n){this.renderParse=n}getXssWhiteList(){return this.xssWhiteList}setXssWhiteList(n){this.xssWhiteList=n}setCustomXssRules(n){n&&n.forEach(a=>{this.xssWhiteList[a.key]=a.value})}setCustomRendererRules(n){n&&n.forEach(a=>{this.mdt.renderer.rules[a.key]=a.value})}setOptions(n={}){this.mdt.set(n)}setPlugins(n){n.forEach(a=>{const{plugin:o,opts:r}=a;this.mdt.use(o,r)})}onIgnoreTagAttr(n,a,o,r){if(!r&&(a==="id"||n==="span"&&a==="style"))return a+"="+o}replaceInternalUrl(n){return n.replace(/(<a[^>]+?href=["']?)#([^"']+)(["']?[^>]*)>/gi,`$1${this.baseUrl}#$2$3>`)}handleHeaderId(n){const a=new Map,o=/<(h[1-6]) id="(.*?)">/gi;return n.replace(o,(r,i,s,u,d)=>a.has(s)?(a.set(s,a.get(s)+1),`<${i} id="${s}-${a.get(s)}">`):(a.set(s,0),`<${i} id="${s}">`))}generateHTML(n){this.mdt.set({breaks:this.breaks});let a=this.mdt.render(n);return a=this.handleHeaderId(a),this.renderParse&&(a=this.renderParse(a)),a=fi.filterXSS(a,{whiteList:this.xssWhiteList,onIgnoreTagAttr:this.onIgnoreTagAttr,css:{whiteList:Object.assign({},this.cssWhiteList,{top:!0,left:!0,bottom:!0,right:!0})}}),setTimeout(()=>{bV()},0),this.replaceInternalUrl(a)}setRules(n){n&&Object.keys(n).forEach(a=>{this.mdt[a].set(n[a])})}}function VV(e,n){const{content:a,customParse:o,disableRender:r}=t.toRefs(e),i=new TV,s=t.ref();let u=null;const d=()=>{u&&clearTimeout(u),u=setTimeout(()=>{if(a.value===void 0)return;let f=i.generateHTML(a.value);(o==null?void 0:o.value)&&o.value instanceof Function&&(f=o.value(f)),!r.value&&s.value&&(s.value.innerHTML=f),n.emit("mdRenderChange",f)},300)},h=(f,v)=>{const g=/\[(X|\s|\_|\-)\]\s(.*)/gi;let C=0;return a.value.replace(g,b=>{const w=b.split("<br>");let S=0;for(;S<w.length;)w[S].match(/\[(X|\s|\_|\-)\]/i)&&C++,C===v+1&&(w[S]=w[S].replace(/\[(X|\s|\_|\-)\]/i,`${f?"[x]":"[ ]"}`)),S++;return w.join("<br>")})};return{previewRef:s,renderService:i,onPreviewClick:f=>{var v;if(((v=f.target)==null?void 0:v.tagName)==="INPUT"&&f.target.type==="checkbox"){const C=[...s.value.querySelectorAll("input")].filter(b=>b.type==="checkbox").findIndex(b=>b===f.target),y=h(f.target.checked,C);n.emit("checkedChange",y)}},setContainerContent:d}}function xV(e,n,a){const{mdRules:o,content:r,customParse:i,renderParse:s,customXssRules:u,customRendererRules:d,baseUrl:h,breaks:p,mdPlugins:f}=t.toRefs(e);t.watch(o,()=>{n.setRules(o==null?void 0:o.value)},{immediate:!0}),t.watch(r,a,{immediate:!0}),t.watch(i,a,{immediate:!0}),t.watch(s,()=>{n.setRenderParse(s==null?void 0:s.value),a()},{immediate:!0}),t.watch(u,()=>{n.setCustomXssRules(u.value),a()},{immediate:!0}),t.watch(d,()=>{n.setCustomRendererRules(d==null?void 0:d.value),a()},{immediate:!0}),t.watch(h,()=>{n.setBaseUrl(h==null?void 0:h.value),a()},{immediate:!0}),t.watch(p,()=>{n.setBreaks(p==null?void 0:p.value),a()},{immediate:!0}),t.watch(f,v=>{v&&v.length&&(n.setPlugins(v),a())},{immediate:!0})}var Zr=t.defineComponent({name:"DMdRender",props:iV,emits:["mdRenderChange","checkedChange"],setup(e,n){const{previewRef:a,renderService:o,onPreviewClick:r,setContainerContent:i}=VV(e,n);return xV(e,o,i),()=>{var s,u;return t.createVNode("div",{ref:a,class:"dp-editor-md-preview-container dp-md-view",onClick:r},[(u=(s=n.slots).default)==null?void 0:u.call(s)])}}}),vR="";function LV(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}var uc=t.defineComponent({name:"DEditorMd",props:lV,emits:["update:modelValue","checkedChange","selectHint","afterEditorInit","contentChange","previewContentChange","imageUpload"],setup(e,n){const{mode:a,toolbarConfig:o,editorContainerHeight:r,hidePreviewView:i,placeholder:s,maxlength:u,modelValue:d,baseUrl:h,breaks:p,customParse:f,renderParse:v,mdRules:g,customRendererRules:C,customXssRules:y,mdPlugins:b,fullscreenZIndex:w}=t.toRefs(e),S=t.ref(!1),{editorRef:N,overlayRef:V,cursorRef:D,renderRef:L,isHintShow:x,toolbars:A,previewHtmlList:k,onPaste:F,getEditorIns:O,previewContentChange:B,onChecked:q,onPreviewScroll:H,onPreviewMouseout:j,onPreviewMouseover:P}=oV(e,n),{isDarkMode:R}=rV(()=>{});return t.provide(Fo,{showFullscreen:S,toolbars:A,toolbarConfig:o,getEditorIns:O,t:nV}),()=>{let Q;return t.createVNode(Or,{modelValue:S.value,"onUpdate:modelValue":ne=>S.value=ne,"z-index":w.value},{default:()=>[t.createVNode("div",{class:["dp-md-container",{"dp-md-readonly":a.value==="readonly","dp-md-editonly":a.value==="editonly","dp-md-dark":R.value}],onPaste:F},[t.createVNode("div",{class:"dp-md-toolbar-container"},[t.createVNode(gV,null,null)]),t.createVNode("div",{class:["dp-md-content-container",{"hide-preview":i.value}],style:{height:(r==null?void 0:r.value)+"px"}},[t.createVNode("div",{class:"dp-md-editor"},[t.createVNode("textarea",{ref:N,placeholder:s.value},[d.value]),t.createVNode(bt,{ref:V,modelValue:x.value,"onUpdate:modelValue":ne=>x.value=ne,origin:D.value||void 0,align:"start",position:["bottom-start"]},{default:()=>{var ne,se;return[(se=(ne=n.slots)==null?void 0:ne.hintTemplate)==null?void 0:se.call(ne)]}}),Boolean(u==null?void 0:u.value)&&t.createVNode("div",{class:"dp-md-count"},[d.value.length||0,t.createTextVNode("/"),u.value])]),t.createVNode(Zr,{ref:L,"base-url":h.value,breaks:p.value,content:d.value,"custom-parse":f.value,"render-parse":v.value,"md-rules":g.value,"custom-renderer-rules":C.value,"custom-xss-rules":y.value,"disable-render":!0,"md-plugins":b.value,onMdRenderChange:B,onCheckedChange:q,onScroll:H,onMouseover:P,onMouseout:j},LV(Q=k.value.map((ne,se)=>t.createVNode("div",{innerHTML:ne,key:se},null)))?Q:{default:()=>[Q]})])])]})}}}),DV={title:"Markdown MD\u7F16\u8F91\u5668",category:"\u6F14\u8FDB\u4E2D",status:"100%",install(e){e.component(uc.name,uc),e.component(Zr.name,Zr)}},yR="",Jt=(e=>(e.day="day",e.week="week",e.month="month",e))(Jt||{});const dc=(e,n)=>e.getFullYear()===n.getFullYear()&&e.getMonth()===n.getMonth()&&e.getDate()===n.getDate(),kV=e=>{const a=(i,s)=>{const u={dayOfMonthLabel:"",dayOfWeekLabel:"",monthLabel:"",yearLabel:"",date:i,monthStart:!1,weekend:!1,today:!1,milestone:"",highlightStart:!1,scaleStartVisable:!0,index:s},d=i.getDate();u.dayOfMonthLabel=d+"",d===1&&(u.monthStart=!0);const h=i.getDay();u.dayOfWeekLabel=h+"",h===6&&(u.weekend=!0);const p=i.getMonth()+1;u.monthLabel=p+"";const f=i.getFullYear();return u.yearLabel=f+"",dc(i,new Date)&&(u.today=!0),new Date(f,p-1,d+7).getMonth()>p-1&&(u.scaleStartVisable=!1),e.value&&e.value.forEach(v=>{v.date&&dc(v.date,u.date)&&(u.milestone=v.lable)}),u},o=i=>{const s=i.setDate(i.getDate()+1);return new Date(s)};return{generateScaleData:(i,s)=>{const u=[];let d=i,h=0;for(;!dc(d,s);){const p=a(d,h);u.push(p),d=o(new Date(d)),h++}return u}}},Gr={en:{today:"today",monthsOfYear:["January","February","March","April","May","June","July","August","September","October","November","December"],yearDisplay(e){return`${e}`},monthDisplay(e){return this.monthsOfYear[Number(e)-1]},yearAndMonthDisplay(e,n){return this.yearDisplay(e)+this.monthDisplay(n)}},zh:{today:"\u4ECA\u5929",monthsOfYear:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],yearDisplay(e){return`${e}\u5E74`},monthDisplay(e){return this.monthsOfYear[Number(e)-1]},yearAndMonthDisplay(e,n){return this.yearDisplay(e)+this.monthDisplay(n)}}};var EV=t.defineComponent({name:"DGanttScale",props:{unit:{type:String,default:Jt.day},height:{type:Number},startDate:{type:Date},endDate:{type:Date},ganttScaleContainerOffsetLeft:{type:Number},milestoneList:{type:Array},scrollElement:{type:Object},ganttBarContainerElement:{type:Object}},emits:["addMilestone"],setup(e,n){const{startDate:a,endDate:o,milestoneList:r,scrollElement:i,unit:s}=t.toRefs(e),u=t.ref([]),d=t.ref([]),h=t.ref({day:40,week:30,month:20}),p=t.ref(!1),f=t.ref(""),v=t.ref(""),{generateScaleData:g}=kV(r);let C=[0,0];const y=w=>{n.emit("addMilestone",w)},b=()=>{if(i.value){const w=i.value.clientWidth,S=i.value.scrollLeft,N=Math.floor(S/h.value[s.value]),V=Math.ceil(w/h.value[s.value]);C=[N-2,N+V+2],d.value=u.value.filter(D=>D.index>=C[0]&&D.index<=C[1])}};return t.onMounted(()=>{a.value&&o.value&&(u.value=g(a.value,o.value),b())}),t.watch(()=>e.scrollElement,()=>{b(),e.scrollElement.addEventListener("scroll",()=>{b()})}),{viewSCaleData:d,scaleWidth:h,addMilestone:y,highlight:p,highlightStartText:f,highlightEndText:v}},render(){const{unit:e,viewSCaleData:n,scaleWidth:a,addMilestone:o,highlight:r,highlightStartText:i,highlightEndText:s,ganttBarContainerElement:u}=this;return t.createVNode("div",{class:"devui-gantt-scale-wrapper"},[n.map((d,h)=>t.withDirectives(t.createVNode("div",{class:`devui-gantt-scale ${e} ${d.today} ${d.milestone}`,style:{left:`${a[e]*d.index}px`,width:`${a[e]}px`}},[t.createVNode("div",{class:`devui-scale-start ${d.milestone}`},[d.milestone&&e==="day"&&t.createVNode("div",null,[d.milestone]),(!d.milestone||e!=="day")&&d.scaleStartVisable&&(h===0||d.monthStart)?e==="month"?Gr.zh.yearDisplay(d.yearLabel):Gr.zh.yearAndMonthDisplay(d.yearLabel,d.monthLabel):""]),t.createVNode("div",{class:"devui-scale-unit"},[r&&d.highlightStart&&t.createVNode("div",{class:"scale-highlight"},[t.createVNode("div",{style:"float: left"},[i]),t.createVNode("div",{style:"float: right"},[s]),t.createVNode("div",{style:"clear: both"},null)]),(!r||!d.highlightStart)&&e==="day"&&t.createVNode("div",{class:`border-left ${d.today?"today":""}`},[d.today?Gr.zh.today:d.dayOfMonthLabel]),(!r||!d.highlightStart)&&e==="week"&&t.createVNode("div",{class:`${d.weekend||h===0?"border-left":""}`},[h===0||d.weekend?d.dayOfMonthLabel:""]),(!r||!d.highlightStart)&&e==="month"&&t.createVNode("div",{class:`${d.monthStart||h===0?"border-left":""}`},[h===0||d.monthStart?Gr.zh.monthDisplay(d.monthLabel):""])]),t.createVNode("div",{class:`milestone-new ${e}`,title:"milestone",onClick:()=>o(d)},[t.createVNode(t.resolveComponent("d-icon"),{name:"add"},null)])]),[[t.resolveDirective("gantt-marker"),{ganttBarContainerElement:u,monthMark:d.monthMark,weekend:d.weekend,milestone:d.milestone,today:d.today,date:d.date,unit:e,last:h===n.length-1}]]))])}}),CR="",fc=t.defineComponent({name:"DGanttTools",props:{unit:{type:String,default:null},isFullScreen:{type:Boolean,default:!1}},emits:["goToday","reduceUnit","increaseUnit","switchView"],setup(e,n){const a=t.ref(e.unit),o=t.ref([{name:"Day",value:"day"},{name:"Week",value:"week"},{name:"Month",value:"month"}]);return{actionHandle:s=>{switch(s){case"today":n.emit("goToday");break;case"reduce":n.emit("reduceUnit");break;case"increase":n.emit("increaseUnit");break}},currentUnitLabel:a,views:o,selectView:s=>{n.emit("switchView",s.value)}}},render(){const{isFullScreen:e,actionHandle:n,views:a,selectView:o,$slots:r}=this;return t.createVNode("div",{class:"tools-container",style:{position:e?"fixed":"absolute"}},[t.createVNode(t.resolveComponent("d-button"),{variant:"common",onClick:()=>n("today"),class:"tool"},{default:()=>[t.createTextVNode("Today")]}),t.createVNode("div",{class:"tool"},[t.createVNode(t.resolveComponent("d-select"),{modelValue:this.currentUnitLabel,"onUpdate:modelValue":i=>this.currentUnitLabel=i,options:a,onValueChange:o},null)]),t.createVNode(t.resolveComponent("d-button"),{variant:"common",class:["tool","minus",this.currentUnitLabel===Jt.day?"disabled":""],disabled:this.currentUnitLabel===Jt.day,onClick:()=>n("reduce")},{default:()=>[t.createVNode(t.resolveComponent("d-icon"),{name:"minus"},null)]}),t.createVNode(t.resolveComponent("d-button"),{variant:"common",class:["tool","add",this.currentUnitLabel===Jt.month?"disabled":""],disabled:this.currentUnitLabel===Jt.month,onClick:()=>n("increase")},{default:()=>[t.createVNode(t.resolveComponent("d-icon"),{name:"add"},null)]}),r.default&&r.default()])}});const AV={startDate:{type:Date},endDate:{type:Date},unit:{type:String,default:Jt.day},progressRate:{type:Number}};var bR="";const MV=(e=Jt.day)=>{const a=()=>{switch(e){case Jt.day:return 40;case Jt.week:return 30;case Jt.month:return 20}},o=(i,s)=>{if(i&&s){const d=(s.getTime()-i.getTime())/864e5+1;return Math.round(d)}};return{getDurationWidth:(i,s)=>{if(i&&s)return o(i,s)*a()}}};var _o=t.defineComponent({name:"DGantt",components:{DGanttScale:EV,DGanttTools:fc},props:AV,setup(e,n){const{startDate:a,endDate:o}=t.toRefs(e),r=t.ref(),i=t.ref(),{getDurationWidth:s}=MV();return t.onMounted(()=>{i.value=s(a.value,o.value)}),{ganttContainer:r,ganttScaleWidth:i}},render(){const{$slots:e,startDate:n,endDate:a,unit:o,ganttContainer:r,ganttScaleWidth:i}=this;return t.createVNode("div",{style:{position:"relative"}},[t.createVNode("div",{class:"devui-gantt gantt-container",ref:"ganttContainer"},[t.createVNode("div",{class:"header",style:{width:`${i}px`}},[t.createVNode(t.resolveComponent("d-gantt-scale"),{startDate:n,endDate:a,unit:o,scrollElement:r},null)]),t.createVNode(t.resolveComponent("d-gantt-tools"),{unit:o},null),t.createVNode("div",{class:"body",style:{width:`${i}px`}},null)])])}});const IV={ganttBarContainerElement:null,monthMarkElement:null,weekendElement:null,todayElement:null,milestoneElement:null,monthMark:"",mounted(e,n){const{ganttBarContainerElement:a,monthMark:o}=n.value;a&&(this.ganttBarContainerElement=a),o&&(this.monthMark=this.monthMark)},updated(e,n){const{monthMark:a,weekend:o,today:r,milestone:i,unit:s}=n.value;a&&this.initMarkElement()},initMarkElement(){this.ganttBarContainerElement&&this.monthMark&&!this.monthMarkElement}};_o.install=function(e){e.component(_o.name,_o),e.component(fc.name,fc),e.directive("gantt-marker",IV)};var FV={title:"Gantt \u7518\u7279\u56FE",category:"\u6570\u636E\u5C55\u793A",status:"10%",install(e){e.use(_o)}};const _V={option:{type:Object}};class PV{constructor(){ie(this,"element");ie(this,"options");ie(this,"mtime",0);ie(this,"mspace",0);ie(this,"parents",{});ie(this,"offsetX",70);ie(this,"offsetY",60);ie(this,"unitTime",50);ie(this,"unitSpace",15);ie(this,"prev_start",-1);ie(this,"preparedCommits",{});ie(this,"preStart",1);ie(this,"isDark",!1);ie(this,"daysBefore","\u5929\u524D");ie(this,"hoursAgo","\u5C0F\u65F6\u524D");ie(this,"minutesAgo","\u5206\u949F\u524D");ie(this,"aMinutesAgo","1\u5206\u949F\u524D");ie(this,"maxNameLength",25);ie(this,"commits",[]);ie(this,"graphHeight",0);ie(this,"graphWidth",0);ie(this,"svg");ie(this,"barHeight",0);ie(this,"messageBoxWidth",0);ie(this,"colors",["#5C8DFF","#BC94FF","#54D2EB","#A6DD82","#FCDA6B","#CA7ED6","#7298F1","#73CEA6","#EDD249","#CAABFF","#85CAFF","#93D99A","#96ADFA","#F4AF8F","#A282E9","#FFBB6B","#69DBB9","#76DBEF","#B1CE4F","#5DA4DC"]);ie(this,"toolTipList")}load(n,a,o){this.element=n,this.options=a,this.isDark=!!o,this.daysBefore=a.params.daysBefore||this.daysBefore,this.hoursAgo=a.params.hoursAgo||this.hoursAgo,this.minutesAgo=a.params.minutesAgo||this.minutesAgo,this.aMinutesAgo=a.params.aMinutesAgo||this.aMinutesAgo,this.maxNameLength=a.params.maxNameLength||25;const r=Se.exports.cloneDeep(this.options.data.commits);return this.prepareData(r),this.buildGraph("refName")}prepareData(n){var i;let a;this.commits=n,this.collectParent(),this.graphHeight=this.element.getBoundingClientRect().height,this.graphWidth=this.element.getBoundingClientRect().width;const o=Math.max(this.graphHeight,this.offsetY+this.unitTime*this.mtime+150);Math.max(this.graphWidth,this.offsetX+this.unitSpace*this.mspace+300),this.svg=document.createElementNS("http://www.w3.org/2000/svg","svg"),this.svg.setAttribute("height",o+""),this.svg.setAttribute("width","100%"),(i=this.element)==null||i.appendChild(this.svg),this.barHeight=Math.max(this.graphHeight,this.unitTime*this.commits.length+320);const r=this.commits;for(let s=0;s<r.length;s++)a=r[s],this.preparedCommits[a.id]=a}collectParent(){let n,a,o,r;const i=this,s=this.commits,u=[];for(o=0,r=s.length;o<r;o++)n=s[o],this.mtime=Math.max(this.mtime,n.time),this.mspace=Math.max(this.mspace,n.space),u.push(function(){let d,h;const p=n.parents,f=[];for(d=0,h=p.length;d<h;d++)a=p[d],i.parents[a[0]]=!0,f.push(i.mspace=Math.max(i.mspace,a[1]));return f}.call(i));return u}buildGraph(n){let a=new Date(0),o,r,i;const s=this.commits;for(r=0,i=s.length;r<i;r++)if(o=s[r].date,a.getDate()!==new Date(o).getDate()||a.getMonth()!==new Date(o).getMonth()||a.getFullYear()!==new Date(o).getFullYear()){const u=document.createElementNS("http://www.w3.org/2000/svg","text"),d=new Date(o),h={x:this.offsetX+this.unitSpace*this.mspace+56,y:this.offsetY+this.unitTime*r-22,"font-size":"12px",fill:"#999","text-anchor":"start"};this.setNodeAttr(u,h);const p=document.createElementNS("http://www.w3.org/2000/svg","tspan");p.appendChild(document.createTextNode(d.getFullYear()+" / "+(d.getMonth()+1)+" / "+d.getDate())),u.appendChild(p),this.svg.appendChild(u),a=d}this.renderPartialGraph(n)}setNodeAttr(n,a){Object.keys(a).forEach(o=>{n.setAttribute(o,a[o])})}__transform(n){let a="";const o=new Date().getTime(),r=new Date(n).getTime(),i=(o-r)/(60*60*24*1e3),s=(o-r)/(60*60*1e3),u=(o-r)/(60*1e3);return i>=1?a=Math.floor(i)+this.daysBefore:s>=1?a=Math.floor(s)+this.hoursAgo:u>=1?a=Math.floor(u)+this.minutesAgo:a=this.aMinutesAgo,a}renderPartialGraph(n){let a,o,r,i,s,u,d;if(s=Math.floor((this.element.scrollTop-this.offsetY)/this.unitTime)-10,s<0&&(i=!0,s=0),o=this.element.scrollHeight>this.element.clientHeight?s+40:1/0,this.preStart<=o&&(i=!0,s=this.preStart-1,this.preStart=o),this.commits.length<o&&(i=!0,o=this.commits.length),this.prev_start===-1||Math.abs(this.prev_start-s)>10||i)for(r=s,this.prev_start=s;r<o;)a=this.commits[r],r+=1,a.hasDrawn!==!0&&(u=this.offsetX+this.unitSpace*(this.mspace-a.space),d=this.offsetY+this.unitTime*a.time,this.drawDot(u,d,a),this.drawLines(u,d,a),this.appendLabel(u,d,a),this.appendAnchor(u,d,a,n),a.hasDrawn=!0)}drawDot(n,a,o){const r=this.options,i=this.isDark,s=document.createElementNS("http://www.w3.org/2000/svg","circle"),u={cx:n,cy:a,r:4,fill:"#fff",strokeWidth:1,stroke:this.colors[o.space],style:"cursor: pointer;"};this.setNodeAttr(s,u),this.svg.appendChild(s);const d=this.offsetX+this.unitSpace*this.mspace+16,h=a-13,p=document.createElementNS("http://www.w3.org/2000/svg","image"),f={width:30,height:30,preserveAspectRatio:"none",href:o.author.avatar_url,x:d,y:h,style:"clip-path: circle(50%)"};this.setNodeAttr(p,f);const v=document.createElementNS("http://www.w3.org/2000/svg","title");v.appendChild(document.createTextNode(o.author.name)),p.appendChild(v),this.svg.appendChild(p),this.messageBoxWidth||(this.messageBoxWidth=this.svg.getBoundingClientRect.width-(d+40));let g=["M",d+15,h-20,"L",d+15,h];const C=document.createElementNS("http://www.w3.org/2000/svg","path"),y={d:g.join(" "),stroke:"#ccc",fill:"none","stroke-width":2};this.setNodeAttr(C,y),this.svg.appendChild(C),g=["M",d+15,h+30,"L",d+15,h+50];const b=document.createElementNS("http://www.w3.org/2000/svg","path"),w={d:g.join(" "),stroke:"#ccc","stroke-width":2};this.setNodeAttr(b,w),this.svg.appendChild(b),o.author.name.length>this.maxNameLength&&(o.author.name=o.author.name.substr(0,this.maxNameLength)+"...");const S=document.createElementNS("http://www.w3.org/2000/svg","text"),N={x:d+40,y:a+4,"text-anchor":"start",style:"cursor: pointer;text-anchor: start;",fill:i?"#e8e8e8":"#2e2e2e","font-size":14};this.setNodeAttr(S,N);const V=document.createElementNS("http://www.w3.org/2000/svg","tspan");V.appendChild(document.createTextNode(o.message.replace(/\n/g," "))),S.appendChild(V);const D=document.createElementNS("http://www.w3.org/2000/svg","title");D.appendChild(document.createTextNode(o.message)),S.appendChild(D),this.svg.appendChild(S),S.onclick=function(){const L=o.customUrl||(r==null?void 0:r.commit_url.replace("{commitId}",o.id));return window.open(L,"_blank")}}drawLines(n,a,o){let r,i,s,u,d,h,p,f,v;const g=o.parents;for(let C=0;C<g.length&&(u=g[C],d=this.preparedCommits[u[0]],!!d);C++){f=this.offsetY+this.unitTime*d.time,h=this.offsetX+this.unitSpace*(this.mspace-d.space),p=this.offsetX+this.unitSpace*(this.mspace-u[1]),d.space<=o.space?i=this.colors[o.space]:i=this.colors[d.space],u[1]===o.space?(s=[0,5],r="l-2,5,4,0,-2,-5,0,5".split(",")):u[1]<o.space?(s=[3,3],r="l5,0,-2,4,-3,-4,4,2".split(",")):(s=[-3,3],r="l-5,0,2,4,3,-4,-4,2".split(",")),v=["M",n+s[0],a+s[1]],C>0&&v.push(...r),(o.space!==d.space||o.space!==u[1])&&v.push("L",p,a+10,"L",p,f-5),v.push("L",h,f);const y=document.createElementNS("http://www.w3.org/2000/svg","path"),b={d:v.join(" "),stroke:i,"stroke-width":1,fill:"none"};this.setNodeAttr(y,b),this.svg.appendChild(y)}}appendLabel(n,a,o){let r;if(!o.refs)return;r=o.refs,r.length>7&&(escape(r).indexOf("%u")<0?r=r.substr(0,5)+"...":r=r.substr(0,3)+"...");const i=document.createElementNS("http://www.w3.org/2000/svg","text"),s={x:n+4,y:a+4,"text-anchor":"start",fill:"none",style:"font-size: 10px;"};this.setNodeAttr(i,s);const u=document.createElementNS("http://www.w3.org/2000/svg","tspan"),d=document.createElementNS("http://www.w3.org/2000/svg","path");u.appendChild(document.createTextNode(r)),i.appendChild(u);const h=document.createElementNS("http://www.w3.org/2000/svg","title");h.appendChild(document.createTextNode(o.refs)),i.appendChild(h),this.svg.appendChild(d),this.svg.appendChild(i),setTimeout(()=>{const p=i.getBBox(),f=["M",n,a-7,"L",n,a-7+p.height+4,"L",n+p.width+8,a-7+p.height+4,"L",n+p.width+8,a+4,"L",n+p.width+18,a,"L",n+p.width+8,a-4,"L",n+p.width+8,a-7,"Z"],v={fill:this.isDark?"#4C4C4C":"#fff",stroke:this.colors[o.space],"stroke-width":"1px",d:f.join(" "),transform:`matrix(1,0,0,1,-${p.width+26},0)`},g={transform:`matrix(1,0,0,1,-${p.width+26},0)`,fill:this.colors[o.space]};this.setNodeAttr(i,g),this.setNodeAttr(d,v)})}appendAnchor(n,a,o,r){const i=this.options,s=this.isDark,u=document.createElementNS("http://www.w3.org/2000/svg","circle"),d={cx:n,cy:a,r:10,fill:"#000",opacity:0,style:"cursor:pointer;"};this.setNodeAttr(u,d),u.onclick=function(){localStorage.setItem("refName",r);const h=o.customUrl||(i==null?void 0:i.commit_url.replace("{commitId}",o.id));return window.open(h,"_blank")},u.onmouseover=()=>{this.commitTooltip(n+20,a+20,o,s)},u.onmouseleave=()=>{this.toolTipList.forEach(h=>{this.svg.removeChild(h)})},this.svg.appendChild(u)}getText(n,a,o,r={}){const i=document.createElementNS("http://www.w3.org/2000/svg","text");this.setNodeAttr(i,ee({x:n,y:a},r));const s=document.createElementNS("http://www.w3.org/2000/svg","tspan");return s.appendChild(document.createTextNode(o)),i.appendChild(s),i}commitTooltip(n,a,o,r){let i,s,u;s=300,i=200;const d=this.getText(n,a+10,o.author.name,{font:"14px Arial","font-weight":"bold","text-anchor":"start"}),h=this.getText(n,a+55,o.id,{fill:r?"#73788a":"#71757f","text-anchor":"start"}),p=this.getText(n,a+35,this.__transform(o.date),{font:"12px Arial",fill:r?"#73788a":"#71757f","text-anchor":"start"}),f=o.branch?this.getText(n+70,a+35,o.branch,{font:"12px Arial",fill:r?"#73788a":"#71757f"}):null,v=o.message.split(`
|
|
368
|
+
`,S.nodes.length&&(N+=S.heading.content?C(S.nodes,w+1):C(S.nodes,w)),N}).join(""),y=C(v.nodes);f=Kr.parse(y,{}),o=Kr.renderer.render(f,Kr.options)}),e.inline.ruler.after("emphasis","toc",(d,h)=>{let p,f;return h||(f=wV.exec(d.src),f=f?f.filter(v=>v):[],f.length<1)?!1:(p=d.push("toc_open","toc",1),p.markup=Qp,p=d.push("toc_body","",0),p=d.push("toc_close","toc",-1),d.pos=d.pos+Qp.length,!0)});const i=()=>ye(ee({},new qn.default("text","",0)),{content:" "}),s=(d,h,p,f)=>{const v=[];h.anchorClassName!==null&&h.anchorClassName!==void 0&&v.push(["class",h.anchorClassName]),v.push(["href",`#${d}`]);const g=ye(ee({},new qn.default("link_open","a",1)),{attrs:v}),C=new qn.default("link_close","a",-1),y=()=>h.anchorLinkSymbolClassName?[ye(ee({},new qn.default("span_open","span",1)),{attrs:[["class",h.anchorLinkSymbolClassName]]}),ye(ee({},new qn.default("text","",0)),{content:h.anchorLinkSymbol}),new qn.default("span_close","span",-1)]:[ye(ee({},new qn.default("text","",0)),{content:h.anchorLinkSymbol})];if(h.wrapHeadingTextInAnchor)p[f+1].children.unshift(g),p[f+1].children.push(C);else{const b=[g,...y(),C],w={false:"push",true:"unshift"};h.anchorLinkSpace&&b[w[h==null?void 0:h.anchorLinkBefore]](i()),p[f+1].children[w[h.anchorLinkBefore]](...b)}},u=e.renderer.rules.heading_open||function(...d){const[h,p,,,f]=d;return f.renderToken(h,p,n)};e.renderer.rules.heading_open=function(...d){const[h,p,,,]=d,f=h[p].attrs=h[p].attrs||[],v=h[p+1]._tocAnchor;return f.push(["id",v]),a.anchorLink&&s(v,a,h,p),u.apply(this,d)},e.renderer.rules.toc_open=()=>"",e.renderer.rules.toc_close=()=>"",e.renderer.rules.toc_body=()=>o}class TV{constructor(){ie(this,"xssWhiteList",fi.getDefaultWhiteList());ie(this,"cssWhiteList",fi.getDefaultCSSWhiteList());ie(this,"mdt",new uv.default({linkify:!0,html:!0,highlight:function(n,a){if(a&&sf.default.getLanguage(a))try{return sf.default.highlight(n,{language:a}).value}catch{}return""}}));ie(this,"baseUrl","");ie(this,"breaks",!0);ie(this,"renderParse");this.setDefaultXss(),this.mdt.use(SV,{linkify:!1,anchorLink:!1}).use(CV,{id:"devui-mermaid"})}setDefaultXss(){this.xssWhiteList.input=["type","checked","disabled","class"],this.xssWhiteList.label=["for"],this.xssWhiteList.ul=["class"],this.xssWhiteList.div=["class"],this.xssWhiteList.a=["href","class","target","name"],this.xssWhiteList.ol=["start"],this.xssWhiteList.p=["class"],this.xssWhiteList.span=["style","class","title","id"],this.xssWhiteList.svg=["style","class","width","height","viewbox","preserveaspectratio","id","fill","stroke"],this.xssWhiteList.path=["style","class","d","id","fill","stroke"],this.xssWhiteList.th=["style"],this.xssWhiteList.td=["style"]}setBaseUrl(n){this.baseUrl=n}setBreaks(n){this.breaks=n}setRenderParse(n){this.renderParse=n}getXssWhiteList(){return this.xssWhiteList}setXssWhiteList(n){this.xssWhiteList=n}setCustomXssRules(n){n&&n.forEach(a=>{a.value===null?delete this.xssWhiteList[a.key]:this.xssWhiteList[a.key]=a.value})}setCustomRendererRules(n){n&&n.forEach(a=>{this.mdt.renderer.rules[a.key]=a.value})}setOptions(n={}){this.mdt.set(n)}setPlugins(n){n.forEach(a=>{const{plugin:o,opts:r}=a;this.mdt.use(o,r)})}onIgnoreTagAttr(n,a,o,r){if(!r&&(a==="id"||n==="span"&&a==="style"))return a+"="+o}replaceInternalUrl(n){return n.replace(/(<a[^>]+?href=["']?)#([^"']+)(["']?[^>]*)>/gi,`$1${this.baseUrl}#$2$3>`)}handleHeaderId(n){const a=new Map,o=/<(h[1-6]) id="(.*?)">/gi;return n.replace(o,(r,i,s,u,d)=>a.has(s)?(a.set(s,a.get(s)+1),`<${i} id="${s}-${a.get(s)}">`):(a.set(s,0),`<${i} id="${s}">`))}generateHTML(n){this.mdt.set({breaks:this.breaks});let a=this.mdt.render(n);return a=this.handleHeaderId(a),this.renderParse&&(a=this.renderParse(a)),a=fi.filterXSS(a,{whiteList:this.xssWhiteList,onIgnoreTagAttr:this.onIgnoreTagAttr,css:{whiteList:Object.assign({},this.cssWhiteList,{top:!0,left:!0,bottom:!0,right:!0})}}),setTimeout(()=>{bV()},0),this.replaceInternalUrl(a)}setRules(n){n&&Object.keys(n).forEach(a=>{this.mdt[a].set(n[a])})}}function VV(e,n){const{content:a,customParse:o,disableRender:r}=t.toRefs(e),i=new TV,s=t.ref();let u=null;const d=()=>{u&&clearTimeout(u),u=setTimeout(()=>{if(a.value===void 0)return;let f=i.generateHTML(a.value);(o==null?void 0:o.value)&&o.value instanceof Function&&(f=o.value(f)),!r.value&&s.value&&(s.value.innerHTML=f),n.emit("mdRenderChange",f)},300)},h=(f,v)=>{const g=/\[(X|\s|\_|\-)\]\s(.*)/gi;let C=0;return a.value.replace(g,b=>{const w=b.split("<br>");let S=0;for(;S<w.length;)w[S].match(/\[(X|\s|\_|\-)\]/i)&&C++,C===v+1&&(w[S]=w[S].replace(/\[(X|\s|\_|\-)\]/i,`${f?"[x]":"[ ]"}`)),S++;return w.join("<br>")})};return{previewRef:s,renderService:i,onPreviewClick:f=>{var v;if(((v=f.target)==null?void 0:v.tagName)==="INPUT"&&f.target.type==="checkbox"){const C=[...s.value.querySelectorAll("input")].filter(b=>b.type==="checkbox").findIndex(b=>b===f.target),y=h(f.target.checked,C);n.emit("checkedChange",y)}},setContainerContent:d}}function xV(e,n,a){const{mdRules:o,content:r,customParse:i,renderParse:s,customXssRules:u,customRendererRules:d,baseUrl:h,breaks:p,mdPlugins:f}=t.toRefs(e);t.watch(o,()=>{n.setRules(o==null?void 0:o.value)},{immediate:!0}),t.watch(r,a,{immediate:!0}),t.watch(i,a,{immediate:!0}),t.watch(s,()=>{n.setRenderParse(s==null?void 0:s.value),a()},{immediate:!0}),t.watch(u,()=>{n.setCustomXssRules(u.value),a()},{immediate:!0}),t.watch(d,()=>{n.setCustomRendererRules(d==null?void 0:d.value),a()},{immediate:!0}),t.watch(h,()=>{n.setBaseUrl(h==null?void 0:h.value),a()},{immediate:!0}),t.watch(p,()=>{n.setBreaks(p==null?void 0:p.value),a()},{immediate:!0}),t.watch(f,v=>{v&&v.length&&(n.setPlugins(v),a())},{immediate:!0})}var Zr=t.defineComponent({name:"DMdRender",props:iV,emits:["mdRenderChange","checkedChange"],setup(e,n){const{previewRef:a,renderService:o,onPreviewClick:r,setContainerContent:i}=VV(e,n);return xV(e,o,i),()=>{var s,u;return t.createVNode("div",{ref:a,class:"dp-editor-md-preview-container dp-md-view",onClick:r},[(u=(s=n.slots).default)==null?void 0:u.call(s)])}}}),vR="";function LV(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}var uc=t.defineComponent({name:"DEditorMd",props:lV,emits:["update:modelValue","checkedChange","selectHint","afterEditorInit","contentChange","previewContentChange","imageUpload"],setup(e,n){const{mode:a,toolbarConfig:o,editorContainerHeight:r,hidePreviewView:i,placeholder:s,maxlength:u,modelValue:d,baseUrl:h,breaks:p,customParse:f,renderParse:v,mdRules:g,customRendererRules:C,customXssRules:y,mdPlugins:b,fullscreenZIndex:w}=t.toRefs(e),S=t.ref(!1),{editorRef:N,overlayRef:V,cursorRef:D,renderRef:L,isHintShow:x,toolbars:A,previewHtmlList:k,onPaste:F,getEditorIns:O,previewContentChange:B,onChecked:q,onPreviewScroll:H,onPreviewMouseout:j,onPreviewMouseover:P}=oV(e,n),{isDarkMode:R}=rV(()=>{});return t.provide(Fo,{showFullscreen:S,toolbars:A,toolbarConfig:o,getEditorIns:O,t:nV}),()=>{let Q;return t.createVNode(Or,{modelValue:S.value,"onUpdate:modelValue":ne=>S.value=ne,"z-index":w.value},{default:()=>[t.createVNode("div",{class:["dp-md-container",{"dp-md-readonly":a.value==="readonly","dp-md-editonly":a.value==="editonly","dp-md-dark":R.value}],onPaste:F},[t.createVNode("div",{class:"dp-md-toolbar-container"},[t.createVNode(gV,null,null)]),t.createVNode("div",{class:["dp-md-content-container",{"hide-preview":i.value}],style:{height:(r==null?void 0:r.value)+"px"}},[t.createVNode("div",{class:"dp-md-editor"},[t.createVNode("textarea",{ref:N,placeholder:s.value},[d.value]),t.createVNode(bt,{ref:V,modelValue:x.value,"onUpdate:modelValue":ne=>x.value=ne,origin:D.value||void 0,align:"start",position:["bottom-start"]},{default:()=>{var ne,se;return[(se=(ne=n.slots)==null?void 0:ne.hintTemplate)==null?void 0:se.call(ne)]}}),Boolean(u==null?void 0:u.value)&&t.createVNode("div",{class:"dp-md-count"},[d.value.length||0,t.createTextVNode("/"),u.value])]),t.createVNode(Zr,{ref:L,"base-url":h.value,breaks:p.value,content:d.value,"custom-parse":f.value,"render-parse":v.value,"md-rules":g.value,"custom-renderer-rules":C.value,"custom-xss-rules":y.value,"disable-render":!0,"md-plugins":b.value,onMdRenderChange:B,onCheckedChange:q,onScroll:H,onMouseover:P,onMouseout:j},LV(Q=k.value.map((ne,se)=>t.createVNode("div",{innerHTML:ne,key:se},null)))?Q:{default:()=>[Q]})])])]})}}}),DV={title:"Markdown MD\u7F16\u8F91\u5668",category:"\u6F14\u8FDB\u4E2D",status:"100%",install(e){e.component(uc.name,uc),e.component(Zr.name,Zr)}},yR="",Jt=(e=>(e.day="day",e.week="week",e.month="month",e))(Jt||{});const dc=(e,n)=>e.getFullYear()===n.getFullYear()&&e.getMonth()===n.getMonth()&&e.getDate()===n.getDate(),kV=e=>{const a=(i,s)=>{const u={dayOfMonthLabel:"",dayOfWeekLabel:"",monthLabel:"",yearLabel:"",date:i,monthStart:!1,weekend:!1,today:!1,milestone:"",highlightStart:!1,scaleStartVisable:!0,index:s},d=i.getDate();u.dayOfMonthLabel=d+"",d===1&&(u.monthStart=!0);const h=i.getDay();u.dayOfWeekLabel=h+"",h===6&&(u.weekend=!0);const p=i.getMonth()+1;u.monthLabel=p+"";const f=i.getFullYear();return u.yearLabel=f+"",dc(i,new Date)&&(u.today=!0),new Date(f,p-1,d+7).getMonth()>p-1&&(u.scaleStartVisable=!1),e.value&&e.value.forEach(v=>{v.date&&dc(v.date,u.date)&&(u.milestone=v.lable)}),u},o=i=>{const s=i.setDate(i.getDate()+1);return new Date(s)};return{generateScaleData:(i,s)=>{const u=[];let d=i,h=0;for(;!dc(d,s);){const p=a(d,h);u.push(p),d=o(new Date(d)),h++}return u}}},Gr={en:{today:"today",monthsOfYear:["January","February","March","April","May","June","July","August","September","October","November","December"],yearDisplay(e){return`${e}`},monthDisplay(e){return this.monthsOfYear[Number(e)-1]},yearAndMonthDisplay(e,n){return this.yearDisplay(e)+this.monthDisplay(n)}},zh:{today:"\u4ECA\u5929",monthsOfYear:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],yearDisplay(e){return`${e}\u5E74`},monthDisplay(e){return this.monthsOfYear[Number(e)-1]},yearAndMonthDisplay(e,n){return this.yearDisplay(e)+this.monthDisplay(n)}}};var EV=t.defineComponent({name:"DGanttScale",props:{unit:{type:String,default:Jt.day},height:{type:Number},startDate:{type:Date},endDate:{type:Date},ganttScaleContainerOffsetLeft:{type:Number},milestoneList:{type:Array},scrollElement:{type:Object},ganttBarContainerElement:{type:Object}},emits:["addMilestone"],setup(e,n){const{startDate:a,endDate:o,milestoneList:r,scrollElement:i,unit:s}=t.toRefs(e),u=t.ref([]),d=t.ref([]),h=t.ref({day:40,week:30,month:20}),p=t.ref(!1),f=t.ref(""),v=t.ref(""),{generateScaleData:g}=kV(r);let C=[0,0];const y=w=>{n.emit("addMilestone",w)},b=()=>{if(i.value){const w=i.value.clientWidth,S=i.value.scrollLeft,N=Math.floor(S/h.value[s.value]),V=Math.ceil(w/h.value[s.value]);C=[N-2,N+V+2],d.value=u.value.filter(D=>D.index>=C[0]&&D.index<=C[1])}};return t.onMounted(()=>{a.value&&o.value&&(u.value=g(a.value,o.value),b())}),t.watch(()=>e.scrollElement,()=>{b(),e.scrollElement.addEventListener("scroll",()=>{b()})}),{viewSCaleData:d,scaleWidth:h,addMilestone:y,highlight:p,highlightStartText:f,highlightEndText:v}},render(){const{unit:e,viewSCaleData:n,scaleWidth:a,addMilestone:o,highlight:r,highlightStartText:i,highlightEndText:s,ganttBarContainerElement:u}=this;return t.createVNode("div",{class:"devui-gantt-scale-wrapper"},[n.map((d,h)=>t.withDirectives(t.createVNode("div",{class:`devui-gantt-scale ${e} ${d.today} ${d.milestone}`,style:{left:`${a[e]*d.index}px`,width:`${a[e]}px`}},[t.createVNode("div",{class:`devui-scale-start ${d.milestone}`},[d.milestone&&e==="day"&&t.createVNode("div",null,[d.milestone]),(!d.milestone||e!=="day")&&d.scaleStartVisable&&(h===0||d.monthStart)?e==="month"?Gr.zh.yearDisplay(d.yearLabel):Gr.zh.yearAndMonthDisplay(d.yearLabel,d.monthLabel):""]),t.createVNode("div",{class:"devui-scale-unit"},[r&&d.highlightStart&&t.createVNode("div",{class:"scale-highlight"},[t.createVNode("div",{style:"float: left"},[i]),t.createVNode("div",{style:"float: right"},[s]),t.createVNode("div",{style:"clear: both"},null)]),(!r||!d.highlightStart)&&e==="day"&&t.createVNode("div",{class:`border-left ${d.today?"today":""}`},[d.today?Gr.zh.today:d.dayOfMonthLabel]),(!r||!d.highlightStart)&&e==="week"&&t.createVNode("div",{class:`${d.weekend||h===0?"border-left":""}`},[h===0||d.weekend?d.dayOfMonthLabel:""]),(!r||!d.highlightStart)&&e==="month"&&t.createVNode("div",{class:`${d.monthStart||h===0?"border-left":""}`},[h===0||d.monthStart?Gr.zh.monthDisplay(d.monthLabel):""])]),t.createVNode("div",{class:`milestone-new ${e}`,title:"milestone",onClick:()=>o(d)},[t.createVNode(t.resolveComponent("d-icon"),{name:"add"},null)])]),[[t.resolveDirective("gantt-marker"),{ganttBarContainerElement:u,monthMark:d.monthMark,weekend:d.weekend,milestone:d.milestone,today:d.today,date:d.date,unit:e,last:h===n.length-1}]]))])}}),CR="",fc=t.defineComponent({name:"DGanttTools",props:{unit:{type:String,default:null},isFullScreen:{type:Boolean,default:!1}},emits:["goToday","reduceUnit","increaseUnit","switchView"],setup(e,n){const a=t.ref(e.unit),o=t.ref([{name:"Day",value:"day"},{name:"Week",value:"week"},{name:"Month",value:"month"}]);return{actionHandle:s=>{switch(s){case"today":n.emit("goToday");break;case"reduce":n.emit("reduceUnit");break;case"increase":n.emit("increaseUnit");break}},currentUnitLabel:a,views:o,selectView:s=>{n.emit("switchView",s.value)}}},render(){const{isFullScreen:e,actionHandle:n,views:a,selectView:o,$slots:r}=this;return t.createVNode("div",{class:"tools-container",style:{position:e?"fixed":"absolute"}},[t.createVNode(t.resolveComponent("d-button"),{variant:"common",onClick:()=>n("today"),class:"tool"},{default:()=>[t.createTextVNode("Today")]}),t.createVNode("div",{class:"tool"},[t.createVNode(t.resolveComponent("d-select"),{modelValue:this.currentUnitLabel,"onUpdate:modelValue":i=>this.currentUnitLabel=i,options:a,onValueChange:o},null)]),t.createVNode(t.resolveComponent("d-button"),{variant:"common",class:["tool","minus",this.currentUnitLabel===Jt.day?"disabled":""],disabled:this.currentUnitLabel===Jt.day,onClick:()=>n("reduce")},{default:()=>[t.createVNode(t.resolveComponent("d-icon"),{name:"minus"},null)]}),t.createVNode(t.resolveComponent("d-button"),{variant:"common",class:["tool","add",this.currentUnitLabel===Jt.month?"disabled":""],disabled:this.currentUnitLabel===Jt.month,onClick:()=>n("increase")},{default:()=>[t.createVNode(t.resolveComponent("d-icon"),{name:"add"},null)]}),r.default&&r.default()])}});const AV={startDate:{type:Date},endDate:{type:Date},unit:{type:String,default:Jt.day},progressRate:{type:Number}};var bR="";const MV=(e=Jt.day)=>{const a=()=>{switch(e){case Jt.day:return 40;case Jt.week:return 30;case Jt.month:return 20}},o=(i,s)=>{if(i&&s){const d=(s.getTime()-i.getTime())/864e5+1;return Math.round(d)}};return{getDurationWidth:(i,s)=>{if(i&&s)return o(i,s)*a()}}};var _o=t.defineComponent({name:"DGantt",components:{DGanttScale:EV,DGanttTools:fc},props:AV,setup(e,n){const{startDate:a,endDate:o}=t.toRefs(e),r=t.ref(),i=t.ref(),{getDurationWidth:s}=MV();return t.onMounted(()=>{i.value=s(a.value,o.value)}),{ganttContainer:r,ganttScaleWidth:i}},render(){const{$slots:e,startDate:n,endDate:a,unit:o,ganttContainer:r,ganttScaleWidth:i}=this;return t.createVNode("div",{style:{position:"relative"}},[t.createVNode("div",{class:"devui-gantt gantt-container",ref:"ganttContainer"},[t.createVNode("div",{class:"header",style:{width:`${i}px`}},[t.createVNode(t.resolveComponent("d-gantt-scale"),{startDate:n,endDate:a,unit:o,scrollElement:r},null)]),t.createVNode(t.resolveComponent("d-gantt-tools"),{unit:o},null),t.createVNode("div",{class:"body",style:{width:`${i}px`}},null)])])}});const IV={ganttBarContainerElement:null,monthMarkElement:null,weekendElement:null,todayElement:null,milestoneElement:null,monthMark:"",mounted(e,n){const{ganttBarContainerElement:a,monthMark:o}=n.value;a&&(this.ganttBarContainerElement=a),o&&(this.monthMark=this.monthMark)},updated(e,n){const{monthMark:a,weekend:o,today:r,milestone:i,unit:s}=n.value;a&&this.initMarkElement()},initMarkElement(){this.ganttBarContainerElement&&this.monthMark&&!this.monthMarkElement}};_o.install=function(e){e.component(_o.name,_o),e.component(fc.name,fc),e.directive("gantt-marker",IV)};var FV={title:"Gantt \u7518\u7279\u56FE",category:"\u6570\u636E\u5C55\u793A",status:"10%",install(e){e.use(_o)}};const _V={option:{type:Object}};class PV{constructor(){ie(this,"element");ie(this,"options");ie(this,"mtime",0);ie(this,"mspace",0);ie(this,"parents",{});ie(this,"offsetX",70);ie(this,"offsetY",60);ie(this,"unitTime",50);ie(this,"unitSpace",15);ie(this,"prev_start",-1);ie(this,"preparedCommits",{});ie(this,"preStart",1);ie(this,"isDark",!1);ie(this,"daysBefore","\u5929\u524D");ie(this,"hoursAgo","\u5C0F\u65F6\u524D");ie(this,"minutesAgo","\u5206\u949F\u524D");ie(this,"aMinutesAgo","1\u5206\u949F\u524D");ie(this,"maxNameLength",25);ie(this,"commits",[]);ie(this,"graphHeight",0);ie(this,"graphWidth",0);ie(this,"svg");ie(this,"barHeight",0);ie(this,"messageBoxWidth",0);ie(this,"colors",["#5C8DFF","#BC94FF","#54D2EB","#A6DD82","#FCDA6B","#CA7ED6","#7298F1","#73CEA6","#EDD249","#CAABFF","#85CAFF","#93D99A","#96ADFA","#F4AF8F","#A282E9","#FFBB6B","#69DBB9","#76DBEF","#B1CE4F","#5DA4DC"]);ie(this,"toolTipList")}load(n,a,o){this.element=n,this.options=a,this.isDark=!!o,this.daysBefore=a.params.daysBefore||this.daysBefore,this.hoursAgo=a.params.hoursAgo||this.hoursAgo,this.minutesAgo=a.params.minutesAgo||this.minutesAgo,this.aMinutesAgo=a.params.aMinutesAgo||this.aMinutesAgo,this.maxNameLength=a.params.maxNameLength||25;const r=Se.exports.cloneDeep(this.options.data.commits);return this.prepareData(r),this.buildGraph("refName")}prepareData(n){var i;let a;this.commits=n,this.collectParent(),this.graphHeight=this.element.getBoundingClientRect().height,this.graphWidth=this.element.getBoundingClientRect().width;const o=Math.max(this.graphHeight,this.offsetY+this.unitTime*this.mtime+150);Math.max(this.graphWidth,this.offsetX+this.unitSpace*this.mspace+300),this.svg=document.createElementNS("http://www.w3.org/2000/svg","svg"),this.svg.setAttribute("height",o+""),this.svg.setAttribute("width","100%"),(i=this.element)==null||i.appendChild(this.svg),this.barHeight=Math.max(this.graphHeight,this.unitTime*this.commits.length+320);const r=this.commits;for(let s=0;s<r.length;s++)a=r[s],this.preparedCommits[a.id]=a}collectParent(){let n,a,o,r;const i=this,s=this.commits,u=[];for(o=0,r=s.length;o<r;o++)n=s[o],this.mtime=Math.max(this.mtime,n.time),this.mspace=Math.max(this.mspace,n.space),u.push(function(){let d,h;const p=n.parents,f=[];for(d=0,h=p.length;d<h;d++)a=p[d],i.parents[a[0]]=!0,f.push(i.mspace=Math.max(i.mspace,a[1]));return f}.call(i));return u}buildGraph(n){let a=new Date(0),o,r,i;const s=this.commits;for(r=0,i=s.length;r<i;r++)if(o=s[r].date,a.getDate()!==new Date(o).getDate()||a.getMonth()!==new Date(o).getMonth()||a.getFullYear()!==new Date(o).getFullYear()){const u=document.createElementNS("http://www.w3.org/2000/svg","text"),d=new Date(o),h={x:this.offsetX+this.unitSpace*this.mspace+56,y:this.offsetY+this.unitTime*r-22,"font-size":"12px",fill:"#999","text-anchor":"start"};this.setNodeAttr(u,h);const p=document.createElementNS("http://www.w3.org/2000/svg","tspan");p.appendChild(document.createTextNode(d.getFullYear()+" / "+(d.getMonth()+1)+" / "+d.getDate())),u.appendChild(p),this.svg.appendChild(u),a=d}this.renderPartialGraph(n)}setNodeAttr(n,a){Object.keys(a).forEach(o=>{n.setAttribute(o,a[o])})}__transform(n){let a="";const o=new Date().getTime(),r=new Date(n).getTime(),i=(o-r)/(60*60*24*1e3),s=(o-r)/(60*60*1e3),u=(o-r)/(60*1e3);return i>=1?a=Math.floor(i)+this.daysBefore:s>=1?a=Math.floor(s)+this.hoursAgo:u>=1?a=Math.floor(u)+this.minutesAgo:a=this.aMinutesAgo,a}renderPartialGraph(n){let a,o,r,i,s,u,d;if(s=Math.floor((this.element.scrollTop-this.offsetY)/this.unitTime)-10,s<0&&(i=!0,s=0),o=this.element.scrollHeight>this.element.clientHeight?s+40:1/0,this.preStart<=o&&(i=!0,s=this.preStart-1,this.preStart=o),this.commits.length<o&&(i=!0,o=this.commits.length),this.prev_start===-1||Math.abs(this.prev_start-s)>10||i)for(r=s,this.prev_start=s;r<o;)a=this.commits[r],r+=1,a.hasDrawn!==!0&&(u=this.offsetX+this.unitSpace*(this.mspace-a.space),d=this.offsetY+this.unitTime*a.time,this.drawDot(u,d,a),this.drawLines(u,d,a),this.appendLabel(u,d,a),this.appendAnchor(u,d,a,n),a.hasDrawn=!0)}drawDot(n,a,o){const r=this.options,i=this.isDark,s=document.createElementNS("http://www.w3.org/2000/svg","circle"),u={cx:n,cy:a,r:4,fill:"#fff",strokeWidth:1,stroke:this.colors[o.space],style:"cursor: pointer;"};this.setNodeAttr(s,u),this.svg.appendChild(s);const d=this.offsetX+this.unitSpace*this.mspace+16,h=a-13,p=document.createElementNS("http://www.w3.org/2000/svg","image"),f={width:30,height:30,preserveAspectRatio:"none",href:o.author.avatar_url,x:d,y:h,style:"clip-path: circle(50%)"};this.setNodeAttr(p,f);const v=document.createElementNS("http://www.w3.org/2000/svg","title");v.appendChild(document.createTextNode(o.author.name)),p.appendChild(v),this.svg.appendChild(p),this.messageBoxWidth||(this.messageBoxWidth=this.svg.getBoundingClientRect.width-(d+40));let g=["M",d+15,h-20,"L",d+15,h];const C=document.createElementNS("http://www.w3.org/2000/svg","path"),y={d:g.join(" "),stroke:"#ccc",fill:"none","stroke-width":2};this.setNodeAttr(C,y),this.svg.appendChild(C),g=["M",d+15,h+30,"L",d+15,h+50];const b=document.createElementNS("http://www.w3.org/2000/svg","path"),w={d:g.join(" "),stroke:"#ccc","stroke-width":2};this.setNodeAttr(b,w),this.svg.appendChild(b),o.author.name.length>this.maxNameLength&&(o.author.name=o.author.name.substr(0,this.maxNameLength)+"...");const S=document.createElementNS("http://www.w3.org/2000/svg","text"),N={x:d+40,y:a+4,"text-anchor":"start",style:"cursor: pointer;text-anchor: start;",fill:i?"#e8e8e8":"#2e2e2e","font-size":14};this.setNodeAttr(S,N);const V=document.createElementNS("http://www.w3.org/2000/svg","tspan");V.appendChild(document.createTextNode(o.message.replace(/\n/g," "))),S.appendChild(V);const D=document.createElementNS("http://www.w3.org/2000/svg","title");D.appendChild(document.createTextNode(o.message)),S.appendChild(D),this.svg.appendChild(S),S.onclick=function(){const L=o.customUrl||(r==null?void 0:r.commit_url.replace("{commitId}",o.id));return window.open(L,"_blank")}}drawLines(n,a,o){let r,i,s,u,d,h,p,f,v;const g=o.parents;for(let C=0;C<g.length&&(u=g[C],d=this.preparedCommits[u[0]],!!d);C++){f=this.offsetY+this.unitTime*d.time,h=this.offsetX+this.unitSpace*(this.mspace-d.space),p=this.offsetX+this.unitSpace*(this.mspace-u[1]),d.space<=o.space?i=this.colors[o.space]:i=this.colors[d.space],u[1]===o.space?(s=[0,5],r="l-2,5,4,0,-2,-5,0,5".split(",")):u[1]<o.space?(s=[3,3],r="l5,0,-2,4,-3,-4,4,2".split(",")):(s=[-3,3],r="l-5,0,2,4,3,-4,-4,2".split(",")),v=["M",n+s[0],a+s[1]],C>0&&v.push(...r),(o.space!==d.space||o.space!==u[1])&&v.push("L",p,a+10,"L",p,f-5),v.push("L",h,f);const y=document.createElementNS("http://www.w3.org/2000/svg","path"),b={d:v.join(" "),stroke:i,"stroke-width":1,fill:"none"};this.setNodeAttr(y,b),this.svg.appendChild(y)}}appendLabel(n,a,o){let r;if(!o.refs)return;r=o.refs,r.length>7&&(escape(r).indexOf("%u")<0?r=r.substr(0,5)+"...":r=r.substr(0,3)+"...");const i=document.createElementNS("http://www.w3.org/2000/svg","text"),s={x:n+4,y:a+4,"text-anchor":"start",fill:"none",style:"font-size: 10px;"};this.setNodeAttr(i,s);const u=document.createElementNS("http://www.w3.org/2000/svg","tspan"),d=document.createElementNS("http://www.w3.org/2000/svg","path");u.appendChild(document.createTextNode(r)),i.appendChild(u);const h=document.createElementNS("http://www.w3.org/2000/svg","title");h.appendChild(document.createTextNode(o.refs)),i.appendChild(h),this.svg.appendChild(d),this.svg.appendChild(i),setTimeout(()=>{const p=i.getBBox(),f=["M",n,a-7,"L",n,a-7+p.height+4,"L",n+p.width+8,a-7+p.height+4,"L",n+p.width+8,a+4,"L",n+p.width+18,a,"L",n+p.width+8,a-4,"L",n+p.width+8,a-7,"Z"],v={fill:this.isDark?"#4C4C4C":"#fff",stroke:this.colors[o.space],"stroke-width":"1px",d:f.join(" "),transform:`matrix(1,0,0,1,-${p.width+26},0)`},g={transform:`matrix(1,0,0,1,-${p.width+26},0)`,fill:this.colors[o.space]};this.setNodeAttr(i,g),this.setNodeAttr(d,v)})}appendAnchor(n,a,o,r){const i=this.options,s=this.isDark,u=document.createElementNS("http://www.w3.org/2000/svg","circle"),d={cx:n,cy:a,r:10,fill:"#000",opacity:0,style:"cursor:pointer;"};this.setNodeAttr(u,d),u.onclick=function(){localStorage.setItem("refName",r);const h=o.customUrl||(i==null?void 0:i.commit_url.replace("{commitId}",o.id));return window.open(h,"_blank")},u.onmouseover=()=>{this.commitTooltip(n+20,a+20,o,s)},u.onmouseleave=()=>{this.toolTipList.forEach(h=>{this.svg.removeChild(h)})},this.svg.appendChild(u)}getText(n,a,o,r={}){const i=document.createElementNS("http://www.w3.org/2000/svg","text");this.setNodeAttr(i,ee({x:n,y:a},r));const s=document.createElementNS("http://www.w3.org/2000/svg","tspan");return s.appendChild(document.createTextNode(o)),i.appendChild(s),i}commitTooltip(n,a,o,r){let i,s,u;s=300,i=200;const d=this.getText(n,a+10,o.author.name,{font:"14px Arial","font-weight":"bold","text-anchor":"start"}),h=this.getText(n,a+55,o.id,{fill:r?"#73788a":"#71757f","text-anchor":"start"}),p=this.getText(n,a+35,this.__transform(o.date),{font:"12px Arial",fill:r?"#73788a":"#71757f","text-anchor":"start"}),f=o.branch?this.getText(n+70,a+35,o.branch,{font:"12px Arial",fill:r?"#73788a":"#71757f"}):null,v=o.message.split(`
|
|
369
369
|
`);v.length>10?u=this.getText(n,a+70,v.slice(0,10).join(`
|
|
370
370
|
`)+"...",{fill:r?"#E8E8E8":"#2e2e2e","text-anchor":"start",font:"12px Monaco, monospace"}):o.message.length>1500?u=this.getText(n,a+70,o.message.slice(0,1500)+"...",{fill:r?"#E8E8E8":"#2e2e2e","text-anchor":"start",font:"12px Monaco, monospace"}):u=this.getText(n,a+70,o.message,{fill:r?"#E8E8E8":"#2e2e2e","text-anchor":"start",font:"12px Monaco, monospace"});const g=o.branch?[d,h,u,p,f]:[d,h,u,p];this.textWrap(u,s-50,n);const C=document.createElementNS("http://www.w3.org/2000/svg","rect");this.setNodeAttr(C,{x:n-10,y:a-10,width:s,height:100,fill:r?"#4c4c4c":"#fff",stroke:r?"#4c4c4c":"#fff","stroke-linecap":"round","stroke-width":"1px"}),g.unshift(C);const y=document.createElementNS("http://www.w3.org/2000/svg","rect");this.setNodeAttr(y,{x:n-11,y:a-10,width:s+2,height:100,fill:r?"#4c4c4c":"#eee",stroke:r?"#4c4c4c":"#eee","stroke-linecap":"round","stroke-width":"1px"}),g.unshift(y),g.forEach(b=>{this.svg.appendChild(b)}),s=u.getBBox().width+20>s?u.getBBox().width+20:s,i=80+u.getBBox().height,this.toolTipList=g,this.setNodeAttr(C,{height:i+10,width:s}),this.setNodeAttr(y,{height:i+13,width:s+2})}textWrap(n,a,o){let i=n.children[0].innerHTML.split(`
|
|
371
371
|
`).filter(s=>s!=="");i=i.map(s=>{s=s.trim();let u=s.length;const d=[];for(;u>70;)d.push(s.slice(0,70)),s=s.slice(70),u=s.length;return d.push(s),d.join(`
|
|
@@ -440,4 +440,4 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
440
440
|
L3.02133414,6.022 C3.02133414,4.42975835 4.27549908,3.11872764 5.84562331,3.02711351 L6.02133414,3.022 L17.9783341,3.022 Z
|
|
441
441
|
M8.99983414,7.7505 C9.6900477,7.7505 10.2498341,8.31028644 10.2498341,9.0005 C10.2498341,9.69071356 9.6900477,10.2505
|
|
442
442
|
8.99983414,10.3505 C8.30962058,10.2505 7.74983414,9.69071356 7.74983414,9.0005 C7.74983414,8.31028644 8.30962058,7.7505
|
|
443
|
-
8.99983414,7.7505 Z`,fill:"#bfbfbf"},null)])])])}var JR="",Uo=t.defineComponent({name:"DSkeletonItem",props:RD,setup(e){const{variant:n}=t.toRefs(e),{classes:a}=HD(e);return()=>t.createVNode("div",{class:a.value},[n.value==="image"&&t.createVNode(jD,null,null)])}}),ez="",lu=t.defineComponent({name:"DSkeleton",props:zD,setup(e,n){const a=Ce("skeleton"),{loading:o,rows:r,showAnimation:i,round:s}=t.toRefs(e),u=t.computed(()=>new Array(r.value).fill(""));return t.provide(Bm,i),t.provide(Pm,s),()=>{var d,h;return o.value?n.slots.placeholder?n.slots.placeholder():t.createVNode("div",{class:a.b()},[t.createVNode(Uo,{class:a.e("title")},null),u.value.map(()=>t.createVNode(Uo,{class:a.e("paragraph")},null))]):(h=(d=n.slots).default)==null?void 0:h.call(d)}}}),WD={title:"Skeleton \u9AA8\u67B6\u5C4F",category:"\u6570\u636E\u5C55\u793A",status:"100%",install(e){e.component(lu.name,lu),e.component(Uo.name,Uo)}};const UD={disabled:{type:Boolean,default:!1},max:{type:Number,default:100},min:{type:Number,default:0},modelValue:{type:Number,default:0},step:{type:Number,default:1},tipsRenderer:{type:[Function,null],default:()=>e=>`${e}`}};function YD(e,n){let a=!0,o=0,r=0;const i=t.ref(),s=t.ref(Number(e.modelValue)),u=t.ref(0),d=t.ref(""),h=t.ref(!1),p=t.ref(0);function f(){var N;return Boolean(i.value)&&((N=i.value)==null?void 0:N.clientWidth)||0}function v(){const N=f();u.value=N*(s.value-e.min)/(e.max-e.min)}function g(N){const V=f(),D=Math.round(V);N<0&&(N=0);const L=D/((e.max-e.min)/e.step),A=Math.round(N/L)*L;if(Math.round(A)>=D){u.value=D,s.value=e.max,d.value="100%",n.emit("update:modelValue",e.max);return}d.value=Math.round(A*100/D)+"%",s.value=Math.round(A*(e.max-e.min)/D)+e.min,u.value=N,n.emit("update:modelValue",s.value)}function C(N){a=!1,r=N.clientX,o=u.value,p.value=o}function y(N){h.value=!0;const D=N.clientX-r;p.value=o+D,g(p.value)}function b(){h.value=!1,setTimeout(()=>{a=!0},100),window.removeEventListener("mousemove",y),window.removeEventListener("mouseup",b)}function w(N){h.value=!0,e.disabled||(N.preventDefault(),C(N),window.addEventListener("mousemove",y),window.addEventListener("mouseup",b))}function S(N){if(!e.disabled&&a){r=N.target.getBoundingClientRect().left;const D=N.clientX;g(D-r),w(N)}}return t.watch([()=>e.modelValue,()=>e.max,()=>e.min],()=>{s.value=Number(e.modelValue),s.value>e.max?d.value="100%":s.value<e.min?d.value="0%":d.value=(s.value-e.min)*100/(e.max-e.min)+"%",v()},{immediate:!0}),t.onMounted(v),{sliderRunway:i,popoverShow:h,percentDisplay:d,currentValue:s,handleRunwayMousedown:S,handleButtonMousedown:w}}var tz="",iu=t.defineComponent({name:"DSlider",props:UD,emits:["update:modelValue"],setup(e,n){const a=Ce("slider"),{sliderRunway:o,popoverShow:r,percentDisplay:i,currentValue:s,handleRunwayMousedown:u,handleButtonMousedown:d}=YD(e,n),h=t.computed(()=>e.disabled?" disabled":""),p=t.computed(()=>mf(e.tipsRenderer)?e.tipsRenderer(s.value):"");return()=>t.createVNode("div",{class:a.b()},[t.createVNode("div",{ref:o,class:[a.e("runway"),h.value],onMousedown:u,onMouseout:()=>r.value=!1},[t.createVNode("div",{class:[a.e("bar"),h.value],style:{width:i.value}},null),t.createVNode("div",{class:[a.e("button"),h.value],style:{left:i.value},onMousedown:d,onMouseenter:()=>r.value=!0,onMouseout:()=>r.value=!1},null),e.tipsRenderer===null?null:r.value?t.createVNode("div",{class:a.e("popover"),style:{left:i.value}},[t.createVNode("div",{class:a.e("popover-arrow")},null),t.createVNode("div",{class:a.e("popover-content")},[p.value])]):null])])}}),qD={title:"Slider \u6ED1\u5757",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.component(iu.name,iu)}};function su(e){return{pageX:e.pageX,pageY:e.pageY,clientX:e.clientX,clientY:e.clientY,offsetX:e.offsetX,offsetY:e.offsetY,type:e.type,originalEvent:e}}function cu(e,n,a){e.addEventListener&&e.addEventListener(n,a)}function uu(e,n,a){e.removeEventListener&&e.removeEventListener(n,a)}function $m(e){var r;const n=(r=e==null?void 0:e.target)==null?void 0:r.resizeProps;if(!n)return;function a(i){n.onDragEvent(su(i))}function o(i){uu(document,"mousemove",a),uu(document,"mouseup",o),n.onReleaseEvent(su(i))}cu(document,"mousemove",a),cu(document,"mouseup",o),n.onPressEvent(su(e))}function KD(e){cu(e,"mousedown",$m)}const ZD={mounted(e,{value:n}){e.resizeProps=n,n.enableResize&&KD(e)},unmounted(e,{value:n}){n.enableResize&&uu(e,"mousedown",$m)}},GD={index:{type:Number},orientation:{type:String,required:!0},splitBarSize:{type:String,required:!0},disabledBarSize:{type:String,default:"1px"},showCollapseButton:{type:Boolean}};var nz="",XD=t.defineComponent({name:"DSplitterBar",components:{DToolTip:yn},props:GD,setup(e){const n=t.getCurrentInstance(),a=We("DSplitterBar",n),o=Z("splitter"),r=t.inject("splitterStore"),i=t.reactive({wrapperClass:`${o.e("bar")} ${o.em("bar",e.orientation)} `}),s=t.ref();t.watch([()=>e.splitBarSize,s],([N,V])=>{!gf(V)||ho(V,{flexBasis:N})},{immediate:!0}),t.watch([()=>r==null?void 0:r.state.panes,s],([,N])=>{!r||!e||e.index===void 0||(r.isStaticBar(e.index)?N&&ho(N,{flexBasis:e.disabledBarSize}):i.wrapperClass+=" resizable")},{deep:!0});const u=(N,V)=>{if(!r)return{};const D=r.getPane(N),L=r.getPane(V);return{pane:D,nearPane:L}},d=(N,V,D)=>{var k,F,O,B;const L=((F=(k=N==null?void 0:N.component)==null?void 0:k.props)==null?void 0:F.collapsible)&&D,x=(B=(O=N==null?void 0:N.component)==null?void 0:O.props)==null?void 0:B.collapsed,A=V==null?void 0:V.collapsed;return{[o.e("collapse")]:L,collapsed:x,hidden:A}},h=t.computed(()=>{var L,x;if(!e||e.index===void 0)return{};const{pane:N,nearPane:V}=u(e.index,e.index+1),D=((x=(L=N==null?void 0:N.component)==null?void 0:L.props)==null?void 0:x.collapseDirection)!=="after"||e.index===0;return d(N,V,D)}),p=t.computed(()=>{var L,x;if(!r||!e||e.index===void 0)return{};const{pane:N,nearPane:V}=u(e.index+1,e.index),D=((x=(L=N==null?void 0:N.component)==null?void 0:L.props)==null?void 0:x.collapseDirection)!=="before"||e.index+1===r.state.paneCount-1;return d(N,V,D)}),f=()=>{var L,x,A,k;if(!s.value||!e||e.index===void 0)return;const{pane:N,nearPane:V}=u(e.index,e.index+1);((x=(L=N==null?void 0:N.component)==null?void 0:L.props)==null?void 0:x.collapsed)||((k=(A=V==null?void 0:V.component)==null?void 0:A.props)==null?void 0:k.collapsed)?hr(s.value,"none-resizable"):fo(s.value,"none-resizable")},v=N=>{!r||!e||e.index===void 0||(r.tooglePane(e.index,e.index+1,N),f())},g=N=>{!r||!e||e.index===void 0||(r.tooglePane(e.index+1,e.index,N),f())},C=()=>{v(!0),g(!0)},y={pageX:0,pageY:0,originalX:0,originalY:0};let b;const w={enableResize:!0,onPressEvent:function({originalEvent:N}){N.stopPropagation(),!(!r||!e||e.index===void 0)&&(!r.isResizable(e.index)||(b=r.dragState(e.index),y.originalX=N.pageX,y.originalY=N.pageY))},onDragEvent:function({originalEvent:N}){if(N.stopPropagation(),!r||!e||e.index===void 0||!r.isResizable(e.index))return;y.pageX=N.pageX,y.pageY=N.pageY;let V;e.orientation==="vertical"?V=y.pageY-y.originalY:V=y.pageX-y.originalX,r.setSize(b,V)},onReleaseEvent:function({originalEvent:N}){if(N.stopPropagation(),!r||!e||e.index===void 0||!r.isResizable(e.index))return;y.pageX=N.pageX,y.pageY=N.pageY;let V;e.orientation==="vertical"?V=y.pageY-y.originalY:V=y.pageX-y.originalX,r.setSize(b,V)}};t.onMounted(()=>{C()});const S=()=>{var L,x,A,k;if(!e||e.index===void 0)return a("collapse");const{pane:N,nearPane:V}=u(e.index,e.index+1),D=((x=(L=N==null?void 0:N.component)==null?void 0:L.props)==null?void 0:x.collapsed)||((k=(A=V==null?void 0:V.component)==null?void 0:A.props)==null?void 0:k.collapsed);return a(D?"expand":"collapse")};return()=>t.withDirectives(t.createVNode("div",{class:i.wrapperClass,ref:s},[e.showCollapseButton&&t.createVNode(yn,{content:S()},{default:()=>[t.createVNode("div",{class:["prev",h.value],onClick:()=>{v()}},null)]}),e.showCollapseButton&&t.createVNode(yn,{content:S()},{default:()=>[t.createVNode("div",{class:["next",p.value],onClick:()=>g()},null)]})]),[[ZD,w]])}});class QD{constructor(){ie(this,"state");this.state=t.reactive({panes:[],splitterContainerSize:0,paneCount:0})}setPanes({panes:n}){this.state.panes=n.map((a,o)=>{var r;return a.component&&(a.component.exposed.order.value=o*2),a.getPaneSize=(r=a==null?void 0:a.component)==null?void 0:r.exposed.getPaneSize,a}),this.state.paneCount=n.length}setSplitter({containerSize:n}){this.state.splitterContainerSize=n}getPane(n){if(!this.state.panes||n<0||n>=this.state.panes.length)throw new Error("no pane can return.");return this.state.panes[n]}dragState(n){const a=this.getPane(n),o=this.getPane(n+1),r=a.getPaneSize()+o.getPaneSize();return{prev:{index:n,initialSize:a.getPaneSize(),minSize:this.toPixels(a.component.props.minSize)||r-this.toPixels(o.component.props.maxSize)||0,maxSize:this.toPixels(a.component.props.maxSize)||r-this.toPixels(o.component.props.minSize)||r},next:{index:n+1,initialSize:o.getPaneSize(),minSize:this.toPixels(o.component.props.minSize)||r-this.toPixels(a.component.props.maxSize)||0,maxSize:this.toPixels(o.component.props.maxSize)||r-this.toPixels(a.component.props.minSize)||r}}}clamp(n,a,o){return Math.min(a,Math.max(n,o))}resize(n,a){const o=this.getPane(n.index),r=this.state.splitterContainerSize,i=this.clamp(n.minSize,n.maxSize,n.initialSize+a);let s="";this.isPercent(o.component.props.size)?s=i/r*100+"%":s=i+"px",o.component.props.size=s,o.component.emit("sizeChange",s)}isResizable(n){var i,s,u,d,h,p,f,v;const a=this.getPane(n),o=this.getPane(n+1),r=((s=(i=a==null?void 0:a.component)==null?void 0:i.props)==null?void 0:s.collapsed)||((d=(u=o==null?void 0:o.component)==null?void 0:u.props)==null?void 0:d.collapsed);return((p=(h=a==null?void 0:a.component)==null?void 0:h.props)==null?void 0:p.resizable)&&((v=(f=o==null?void 0:o.component)==null?void 0:f.props)==null?void 0:v.resizable)&&!r}isStaticBar(n){var r,i,s,u;const a=this.getPane(n),o=this.getPane(n+1);return!(((i=(r=a==null?void 0:a.component)==null?void 0:r.props)==null?void 0:i.resizable)&&((u=(s=o==null?void 0:o.component)==null?void 0:s.props)==null?void 0:u.resizable))}isPercent(n){return/%$/.test(n)}toPixels(n){let a=parseFloat(n);return this.isPercent(n)&&(a=this.state.splitterContainerSize*a/100),a}tooglePane(n,a,o){var s,u,d,h,p,f,v,g,C,y,b,w,S;const r=this.getPane(n),i=this.getPane(a);((u=(s=r==null?void 0:r.component)==null?void 0:s.props)==null?void 0:u.collapsible)&&(r.component.props.collapsed=o?(h=(d=r==null?void 0:r.component)==null?void 0:d.props)==null?void 0:h.collapsed:!((f=(p=r==null?void 0:r.component)==null?void 0:p.props)==null?void 0:f.collapsed),(y=(v=i==null?void 0:i.component)==null?void 0:v.exposed)==null||y.toggleNearPaneFlexGrow((C=(g=r==null?void 0:r.component)==null?void 0:g.props)==null?void 0:C.collapsed),(S=r==null?void 0:r.component)==null||S.emit("collapsedChange",(w=(b=r==null?void 0:r.component)==null?void 0:b.props)==null?void 0:w.collapsed))}setSize(n,a){const o=this.getPane(n.prev.index),r=this.getPane(n.next.index);o.component.props.size&&r.component.props.size?(this.resize(n.prev,a),this.resize(n.next,-a)):r.component.props.size?this.resize(n.next,-a):this.resize(n.prev,a)}}const JD={orientation:{type:String,default:"horizontal"},splitBarSize:{type:String,default:"2px"},disabledBarSize:{type:String,default:"1px"},showCollapseButton:{type:Boolean,default:!0}};var az="",du=t.defineComponent({name:"DSplitter",components:{DSplitterBar:XD},props:JD,emits:[],setup(e,n){var u,d;const a=new QD,o=t.reactive({panes:[]}),r=Z("splitter");o.panes=((d=(u=n.slots).DSplitterPane)==null?void 0:d.call(u))||[],a.setPanes({panes:o.panes}),t.provide("orientation",e.orientation),t.provide("splitterStore",a);const i=t.ref(),s=()=>{if(!i.value)return;let h=0;e.orientation==="vertical"?h=i.value.clientHeight:h=i.value.clientWidth,a.setSplitter({containerSize:h})};return Ht.useResizeObserver(i,s),()=>{const{splitBarSize:h,orientation:p,showCollapseButton:f}=e,v=[r.b(),r.m(p)];return t.createVNode("div",{class:v,ref:i},[o.panes,o.panes.filter((g,C,y)=>C!==y.length-1).map((g,C)=>t.createVNode(t.resolveComponent("d-splitter-bar"),{key:C,style:`order: ${C*2+1}`,splitBarSize:h,orientation:p,index:C,showCollapseButton:f},null))])}}});const ek={size:{type:String},minSize:{type:String},maxSize:{type:String},resizable:{type:Boolean,default:!0},collapsible:{type:Boolean,default:!1},collapsed:{type:Boolean,default:!1},collapseDirection:{type:String,default:"both"},shrink:{type:Boolean,default:!1},shrinkWidth:{type:Number,default:36}};var oz="",fu=t.defineComponent({name:"DSplitterPane",props:ek,emits:["sizeChange","collapsedChange"],setup(e,{slots:n,expose:a}){var C;const o=t.inject("splitterStore"),r=t.ref(),i=t.ref(),s=(C=t.getCurrentInstance())==null?void 0:C.vnode,u=Z("splitter");t.watch([i,r],([y,b])=>{!b||ho(b,{order:y})});const d=(y,b)=>{if(!b)return;b.style.flexBasis=y;const w=u.em("pane","fixed");y?hr(b,w):fo(b,w)};t.watch([()=>e.size,r],([y,b])=>{y&&b&&d(y,b)},{immediate:!0});const h=t.inject("orientation");let p="";t.onMounted(()=>{e.size&&(p=e.size),o&&o.setPanes({panes:o.state.panes})}),t.onUpdated(()=>{o&&o.setPanes({panes:o.state.panes})});const f=()=>{const y=r.value;return y?h==="vertical"?y.offsetHeight:y.offsetWidth:0};return t.watch([()=>e.collapsed,r],([y,b])=>{if(!b)return;const w=u.em("pane","hidden");y?hr(b,w):fo(b,w),y&&e.shrink?(fo(b,w),ho(b,{flexBasis:`${e.shrinkWidth}px`})):ho(b,{flexBasis:p})},{immediate:!0}),a({order:i,getPaneSize:f,toggleNearPaneFlexGrow:y=>{const b=r.value;if(!gf(b))return;const w=u.em("pane","grow");yi(b,w)?fo(b,w):y&&hr(b,w)},updateCollapsed:y=>{var b;if(typeof y=="boolean"){s.component.props.collapsed=y;return}s.component.props.collapsed=!((b=s==null?void 0:s.component)==null?void 0:b.props.collapsed)}}),()=>{var y;return t.createVNode("div",{class:u.e("pane"),ref:r},[(y=n.default)==null?void 0:y.call(n)])}}}),tk={title:"Splitter \u5206\u5272\u5668",category:"\u5E03\u5C40",status:"100%",install(e){e.component(du.name,du),e.component(fu.name,fu)}};const nk={title:{type:String,default:""},value:{type:[Number,String]},prefix:{type:String},suffix:{type:String},precision:{type:Number},groupSeparator:{type:String,default:""},animationDuration:{type:Number,default:2e3},valueFrom:{type:Number},animation:{type:Boolean,default:!1},start:{type:Boolean,default:!0},extra:{type:String,default:""}},yl=(e,n)=>e.replace(/\d+/,function(o){return o.replace(/(\d)(?=(\d{3})+$)/g,function(r){return r+`${n}`})}),ak=e=>isNaN(e)?!1:(e+"").indexOf(".")!==-1,ok=(e,n,a,o)=>{const r=(n==null?void 0:n.toString().indexOf("."))!==-1?(n==null?void 0:n.toString().length)-(n==null?void 0:n.toString().indexOf("."))-1:0;return typeof e=="number"?ak(e)?yl(o?e.toFixed(o).toString():e.toFixed(r).toString(),a):yl(o?e.toFixed(o).toString():e.toString(),a):e},ra=Math.pow,Om=Math.sqrt;var rk={easeOutCubic:function(e){return 1-ra(1-e,3)},linear:e=>e,easeOutExpo:function(e){return e===1?1:1-ra(2,-10*e)},easeInOutExpo:function(e){return e===0?0:e===1?1:e<.5?ra(2,20*e-10)/2:(2-ra(2,-20*e+10))/2},easeInExpo:function(e){return e===0?0:ra(2,10*e-10)},easeInOutCirc:function(e){return e<.5?(1-Om(1-ra(2*e,2)))/2:(Om(1-ra(-2*e+2,2))+1)/2}};class lk{constructor(n){ie(this,"from");ie(this,"to");ie(this,"duration");ie(this,"delay");ie(this,"easing");ie(this,"onStart");ie(this,"onUpdate");ie(this,"onFinish");ie(this,"startTime");ie(this,"started");ie(this,"finished");ie(this,"timer");ie(this,"time");ie(this,"elapsed");ie(this,"keys");const{from:a,to:o,duration:r,delay:i,easing:s,onStart:u,onUpdate:d,onFinish:h}=n;for(const p in a)o[p]===void 0&&(o[p]=a[p]);for(const p in o)a[p]===void 0&&(a[p]=o[p]);this.from=a,this.to=o,this.duration=r,this.delay=i,this.easing=s,this.onStart=u,this.onUpdate=d,this.onFinish=h,this.startTime=Date.now()+this.delay,this.started=!1,this.finished=!1,this.timer=null,this.keys={}}update(){if(this.time=Date.now(),!(this.time<this.startTime)&&!this.finished){if(this.elapsed===this.duration){this.finished||(this.finished=!0,this.onFinish&&this.onFinish(this.keys));return}this.elapsed=this.time-this.startTime,this.elapsed=this.elapsed>this.duration?this.duration:this.elapsed;for(const n in this.to)this.keys[n]=this.from[n]+(this.to[n]-this.from[n])*rk[this.easing](this.elapsed/this.duration);this.started||(this.onStart&&this.onStart(this.keys),this.started=!0),this.onUpdate(this.keys)}}start(){this.startTime=Date.now()+this.delay;const n=()=>{this.update(),this.timer=requestAnimationFrame(n),this.finished&&(cancelAnimationFrame(this.timer),this.timer=null)};n()}stop(){cancelAnimationFrame(this.timer),this.timer=null}}var dz="",hu=t.defineComponent({name:"DStatistic",props:nk,setup(e,n){var u;const a=t.ref((u=e.valueFrom)!=null?u:e.value),o=t.ref(null),r=Z("statistic"),i=(d=(p=>(p=e.valueFrom)!=null?p:0)(),h=typeof e.value=="number"?e.value:Number(e.value))=>{d!==h&&(o.value=new lk({from:{value:d},to:{value:h},delay:0,duration:e.animationDuration,easing:"easeOutCubic",onUpdate:f=>{a.value=f.value},onFinish:()=>{a.value=h}}),o.value.start())},s=t.computed(()=>ok(a.value,e.value,e.groupSeparator,e.precision));return t.onMounted(()=>{e.animation&&e.start&&i()}),t.watch(()=>e.start,d=>{d&&!o.value&&i()}),()=>{var d,h,p,f,v,g,C,y,b,w,S,N,V,D;return t.createVNode("div",{class:r.b()},[t.createVNode("div",{class:r.e("title")},[((h=(d=n.slots).title)==null?void 0:h.call(d))||e.title]),t.createVNode("div",{class:r.e("content")},[e.prefix||((f=(p=n.slots).prefix)==null?void 0:f.call(p))?t.createVNode("span",{class:r.e("prefix")},[((g=(v=n.slots).prefix)==null?void 0:g.call(v))||e.prefix]):null,t.createVNode("span",{class:r.e("value")},[s.value]),e.suffix||((y=(C=n.slots).suffix)==null?void 0:y.call(C))?t.createVNode("span",{class:r.e("suffix")},[((w=(b=n.slots).suffix)==null?void 0:w.call(b))||e.suffix]):null]),e.extra||((N=(S=n.slots).extra)==null?void 0:N.call(S))?t.createVNode("div",{class:r.e("extra")},[t.createTextVNode(" "),((D=(V=n.slots).extra)==null?void 0:D.call(V))||e.extra]):null])}}}),ik={title:"Statistic \u7EDF\u8BA1\u6570\u503C",category:"\u6570\u636E\u5C55\u793A",status:"100%",install(e){e.component(hu.name,hu)}},fz="",pu=t.defineComponent({name:"DStatus",props:{type:{default:"invalid",type:String}},setup(e,n){const a=Z("status"),o=t.computed(()=>{const{type:r}=e,i=["success","error","initial","warning","waiting","running","invalid"];let s=`${a.b()} ${a.em("bg","invalid")}`;return i.includes(r)&&(s=`${a.b()} ${a.em("bg",r)}`),s});return()=>{var r,i;return t.createVNode("span",{class:o.value},[(i=(r=n.slots).default)==null?void 0:i.call(r)])}}}),sk={title:"Status \u72B6\u6001",category:"\u901A\u7528",status:"100%",deprecated:{value:!0,reason:"Status \u662F\u65E0\u5185\u5BB9\u5305\u88F9\u72B6\u6001\u4E0B\u7684 Badge \u7EC4\u4EF6\uFF0C\u5E94\u8BE5\u4F7F\u7528 Badge \u66FF\u4EE3\u3002"},install(e){e.component(pu.name,pu)}};const ck={modelValue:{type:Number,default:0},space:{type:Number},alignCenter:{type:Boolean,default:!1},direction:{type:String,default:"horizontal"},simple:{type:Boolean,default:!1}};var hz="";const Rm="active-step",zm="steps",Hm="steps-props";var mu=t.defineComponent({name:"DSteps",props:ck,emits:["update:modelValue"],setup(e,{slots:n}){const{modelValue:a,direction:o,simple:r}=t.toRefs(e),i=Ce("steps"),s=t.ref(a.value);t.provide(Rm,s),t.provide(Hm,e);const u=t.ref([]);t.provide(zm,u),t.watch(a,h=>{s.value=h});const d=t.computed(()=>{const h=o.value==="vertical"?" vertical":"",p=r.value?" simple":"";return`${i.b()}${h}${p}`});return()=>{var h;return t.createVNode("div",{class:d.value},[(h=n.default)==null?void 0:h.call(n)])}}});const uk={title:{type:String,required:!0},description:{type:String},icon:{type:String},status:{type:String}};var pz="",gu=t.defineComponent({name:"DStep",props:uk,setup(e,{slots:n}){const{title:a,description:o,icon:r,status:i}=t.toRefs(e),s=Ce("step"),u=t.getCurrentInstance(),d=t.inject(Rm),h=t.inject(zm);h.value.push(u);const p=t.inject(Hm),f=h.value.indexOf(u),v=t.computed(()=>{const w=d.value===f?" active":"",S=d.value>f?" finished":"",N=p.alignCenter?" center":"",V=(i==null?void 0:i.value)?` ${i==null?void 0:i.value}`:"",D=p.simple?` ${s.m("simple")}`:"";return`${s.b()}${w}${S}${N}${V}${D}`}),g=t.computed(()=>{const w={};return p.space?w.width=`${p.space}px`:w.flexBasis=p.alignCenter||p.simple?`${100/h.value.length}%`:`${100/(h.value.length-1)}%`,w}),C=t.computed(()=>{const w=d.value===f,S=d.value>f;return w?"var(--devui-brand)":S?"var(--devui-success)":"var(--devui-placeholder)"}),y={finish:t.createVNode(Be,{name:"right-o",color:"var(--devui-success)",size:"24px"},null),success:t.createVNode(Be,{name:"right-o",color:"var(--devui-success)",size:"24px"},null),error:t.createVNode(Be,{name:"error-o",color:"var(--devui-danger)",size:"24px"},null)},b=()=>{var w;return n.icon?(w=n.icon)==null?void 0:w.call(n,C.value):r.value?t.createVNode(Be,{name:r.value,color:C.value,size:"24px"},null):i.value&&y[i.value]?y[i.value]:d.value>h.value.indexOf(u)?t.createVNode(Be,{name:"right-o",color:"var(--devui-success)",size:"24px"},null):t.createVNode("span",{class:s.e("dot")},[f+1])};return()=>t.createVNode(t.Fragment,null,[p.simple?t.createVNode("div",{class:v.value,style:g.value},[a.value]):t.createVNode("div",{class:v.value,style:g.value},[t.createVNode("div",{class:s.e("dot-container")},[b(),t.createVNode("div",{class:s.e("line")},null)]),t.createVNode("div",{class:s.e("content")},[t.createVNode("span",{class:s.e("title")},[a.value]),o.value&&t.createVNode("span",{class:s.e("description")},[o.value])])])])}}),dk={title:"Steps \u6B65\u9AA4\u6761",category:"\u6570\u636E\u5C55\u793A",status:"100%",install(e){e.component(mu.name,mu),e.component(gu.name,gu)}};const fk={steps:Array,stepIndex:{type:Number,default:void 0},showClose:{type:Boolean,default:!0},showDots:{type:Boolean,default:!0},scrollToTargetSwitch:{type:Boolean,default:!0},zIndex:{type:Number,default:1100},stepChange:{type:Function,default(){return!0}}};function hk(e,n){const a=t.reactive([Z("steps-guide").b()]),o=t.ref(null),r=t.reactive({left:"",top:"",zIndex:e.zIndex});return{stepsRef:o,guidePosition:r,guideClassList:a,updateGuidePosition:()=>{if(!n.value||!o.value)return;const s=window.pageYOffset-document.documentElement.clientTop,u=window.pageXOffset-document.documentElement.clientLeft,d=n.value.position,h=o.value;let p,f;if(typeof d!="string"){const{top:v=0,left:g=0,type:C="top"}=d;a.splice(1,1,C),p=g,f=v}else{a.splice(1,1,d);const v=n.value.target||n.value.trigger,g=document.querySelector(v);if(!g)return console.warn(`${v} \u4E0D\u5B58\u5728!`),!1;const C=g.getBoundingClientRect();p=C.left+g.clientWidth/2-h.clientWidth/2+u,f=C.top+g.clientHeight/2-h.clientHeight/2+s;const y=d.split("-");switch(y[0]){case"top":f+=-h.clientHeight/2-g.clientHeight;break;case"bottom":f+=h.clientHeight/2+g.clientHeight;break;case"left":f+=h.clientHeight/2-g.clientHeight,p+=-h.clientWidth/2-g.clientWidth/2;break;case"right":f+=h.clientHeight/2-g.clientHeight,p+=h.clientWidth/2+g.clientWidth/2;break}switch(y[1]){case"left":p+=h.clientWidth/2-g.clientWidth/2;break;case"right":p+=-h.clientWidth/2+g.clientWidth/2;break}}r.left=p+"px",r.top=f+"px",e.scrollToTargetSwitch&&typeof h.scrollIntoView=="function"&&t.nextTick(()=>{h.scrollIntoView({behavior:"smooth",block:"nearest",inline:"nearest"})})}}}function pk(e,n,a,o){const r=t.computed(()=>e.steps.length),i=()=>{const u=o.value;o.value=-1,t.nextTick(()=>{n.emit("guide-close",u)})};return{stepsCount:r,closeGuide:i,setCurrentIndex:u=>{u!==-1&&e.stepChange()&&(u>-1&&u<r.value?(o.value=u,t.nextTick(()=>{a()})):console.error("stepIndex is not within the value range")),u===-1&&i()}}}var mz="",vu=t.defineComponent({name:"DStepsGuide",props:fk,emits:["guide-close","update:stepIndex"],setup(e,n){var y;const a=t.getCurrentInstance(),o=We("DStepsGuide",a),r=Z("steps-guide"),i=t.ref((y=e.stepIndex)!=null?y:0),s=t.computed({set:b=>{e.stepIndex!=null&&n.emit("update:stepIndex",b),i.value=b},get:()=>i.value}),u=t.computed(()=>{const b=e.steps[s.value];return b&&(b.position=b.position||"top"),b}),{stepsRef:d,guidePosition:h,guideClassList:p,updateGuidePosition:f}=hk(e,u),{stepsCount:v,closeGuide:g,setCurrentIndex:C}=pk(e,n,f,s);return t.onMounted(()=>{f()}),n.expose({closeGuide:g,setCurrentIndex:C}),()=>s.value>-1&&v.value>0?t.createVNode(t.Teleport,{to:"body"},{default:()=>[t.createVNode("div",{style:h,class:p,ref:d},[t.createVNode("div",{class:r.e("shining-dot")},null),t.createVNode("div",{class:r.e("shining-plus")},null),t.createVNode("div",{class:r.e("arrow")},null),t.createVNode("div",{class:r.e("container")},[t.createVNode("p",{class:r.e("title")},[u.value.title]),e.showClose?t.createVNode("div",{class:"icon icon-close",onClick:g},null):null,t.createVNode("div",null,[u.value.content]),t.createVNode("div",{class:r.e("ctrl")},[e.showDots?t.createVNode("div",{class:r.e("dots")},[e.steps.map((b,w)=>t.createVNode("em",{class:["icon icon-dot-status",u.value===b?r.e("active"):""],key:w},null))]):null,t.createVNode("div",{class:r.e("btn")},[s.value>0?t.createVNode("div",{class:r.e("prev-step"),onClick:()=>C(s.value-1)},[o("previous")]):null,s.value===v.value-1?t.createVNode("div",{onClick:g},[o("ok")]):t.createVNode("div",{onClick:()=>{C(s.value+1)}},[o("continue")])])])])])]}):null}}),jm={mounted(e,n,a){},updated(e,n){}},mk={title:"StepsGuide \u64CD\u4F5C\u6307\u5F15",category:"\u5BFC\u822A",status:"80%",install(e){e.component(vu.name,vu),e.directive("StepsGuide",jm)}},Yo=t.defineComponent({name:"DSticky",props:{zIndex:{type:Number},container:{type:Object},view:{type:Object,default:()=>({top:0,bottom:0})},scrollTarget:{type:Object}},emits:["statusChange"],setup(e,n){const{slots:a}=n;let o,r,i,s;const u=16,d=100;let h,p=0;const f=t.reactive({status:"normal"});t.watch(()=>e.zIndex,()=>{v()}),t.watch(()=>e.container,()=>{v()}),t.watch(()=>e.scrollTarget,()=>{v()}),t.watch(()=>f.status,()=>{n.emit("statusChange",f.status)},{immediate:!0});const v=()=>{h=V.value.parentElement,e.container?o=e.container:o=h,V.value.style.zIndex=e.zIndex,r=e.scrollTarget||window,r.addEventListener("scroll",y),g(r)},g=D=>{const L=D===window?[document.documentElement,document.body]:[D];let x=!1;L.forEach(A=>{A.scrollTop&&A.scrollTop>0&&(x=!0)}),x&&setTimeout(w)},C=D=>{const L=V.value||document.createElement("div");switch(D){case"normal":L.style.top="auto",L.style.left="auto",L.style.position="static";break;case"follow":const A=r&&r!==window?r.getBoundingClientRect().top:0;L.style.top=+A+(e.view&&e.view.top||0)+"px",L.style.left=L.getBoundingClientRect().left+"px",L.style.position="fixed";break;case"stay":L.style.top=S(L,h,"top")+"px",L.style.left="auto",L.style.position="relative";break;case"remain":L.style.position!=="fixed"&&L.style.position!=="absolute"&&(L.style.top=S(L,h,"top")+"px",L.style.left="auto",L.style.position="absolute"),L.style.top=N(L,h,o)+"px",L.style.left=S(L,h,"left")+"px",L.style.position="relative";break}},y=()=>{const D=b,L=Date.now();i&&clearTimeout(i),s||(s=L),L-s>d?(D(),s=null,i=null):i=setTimeout(()=>{D(),s=null,i=null},u)},b=()=>{o.getBoundingClientRect().left-(p||0)!==0?(f.status="stay",p=o.getBoundingClientRect().left):w()},w=()=>{const D=r,L=V.value||document.createElement("div"),x=r&&r!==window?D.getBoundingClientRect().top:0,A=window.getComputedStyle(o);h.getBoundingClientRect().top-x>(e.view&&e.view.top||0)||o.getBoundingClientRect().top+parseInt(A.paddingTop,10)+parseInt(A.borderTopWidth,10)-x>=(e.view&&e.view.top||0)?(f.status="normal",C(f.status)):o.getBoundingClientRect().bottom-parseInt(A.paddingBottom,10)-parseInt(A.borderBottomWidth,10)<x+(e.view&&e.view.top||0)+L.getBoundingClientRect().height+(e.view&&e.view.bottom||0)?(f.status="remain",C(f.status)):o.getBoundingClientRect().top+parseInt(A.paddingTop,10)-x<(e.view&&e.view.top||0)&&(f.status="follow",C(f.status))},S=(D,L,x)=>{const A={left:["left","Left"],top:["top","Top"]};if(window&&window.getComputedStyle){const k=window.getComputedStyle(L);return D.getBoundingClientRect()[A[x][0]]-L.getBoundingClientRect()[A[x][0]]-parseInt(k[x==="left"?"paddingLeft":"paddingTop"],10)-parseInt(k[x==="left"?"borderLeftWidth":"borderTopWidth"],10)}},N=(D,L,x)=>{if(window&&window.getComputedStyle){const A=window.getComputedStyle(x),k=x.getBoundingClientRect().height-D.getBoundingClientRect().height+x.getBoundingClientRect().top-L.getBoundingClientRect().top-parseInt(A.paddingTop,10)-parseInt(A.borderTopWidth,10)-parseInt(A.paddingBottom,10)-parseInt(A.borderBottomWidth,10);return k<0?0:k}};t.onMounted(()=>{v()});const V=t.ref();return()=>t.createVNode("div",{ref:V},[a.default?a.default():""])}});Yo.install=function(e){e.component(Yo.name,Yo)};var gk={title:"Sticky \u4FBF\u8D34",category:"\u901A\u7528",status:"50%",install(e){e.use(Yo)}};const vk={modelValue:{type:[String,Number,Boolean],default:!1},size:{type:String},color:{type:String,default:void 0},disabled:{type:Boolean,default:!1},beforeChange:{type:Function,default:void 0},change:{type:Function,default:void 0},activeValue:{type:[String,Number,Boolean],default:!0},inactiveValue:{type:[String,Number,Boolean],default:!1}};function yk(e,n){const a=t.inject(lt,void 0),o=t.computed(()=>(a==null?void 0:a.disabled)||e.disabled),r=t.computed(()=>e.size||(a==null?void 0:a.size)||"md"),i=()=>{if(o.value)return Promise.resolve(!1);if(e.beforeChange){const d=e.beforeChange(!e.modelValue);return typeof d=="boolean"?Promise.resolve(d):d}return Promise.resolve(!0)},s=t.computed(()=>e.modelValue===e.activeValue);return t.watch(s,()=>{[e.activeValue,e.inactiveValue].includes(e.modelValue)||n.emit("update:modelValue",e.inactiveValue)}),{toggle:()=>{i().then(d=>{if(!d)return;const h=s.value?e.inactiveValue:e.activeValue;n.emit("update:modelValue",h),n.emit("change",h)})},checked:s,switchDisabled:o,switchSize:r}}var gz="",yu=t.defineComponent({name:"DSwitch",props:vk,emits:["change","update:modelValue"],setup(e,n){const a=Ce("switch"),{toggle:o,checked:r,switchDisabled:i,switchSize:s}=yk(e,n);return()=>{const u={[a.b()]:!0,[a.m(s.value)]:!0},d={[a.e("wrapper")]:!0,[a.m("checked")]:r.value,[a.m("disabled")]:i.value},h=[`background: ${r.value&&!i.value?e.color:""}`,`border-color: ${r.value&&!i.value?e.color:""}`],p=t.renderSlot(t.useSlots(),"checkedContent"),f=t.renderSlot(t.useSlots(),"uncheckedContent");return t.createVNode("div",{class:u},[t.createVNode("span",{class:d,style:h,onClick:o},[t.createVNode("span",{class:a.e("inner-wrapper")},[t.createVNode("div",{class:a.e("inner")},[r.value?p:f])]),t.createVNode("small",null,null)])])}}}),Ck={title:"Switch \u5F00\u5173",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.component(yu.name,yu)}};const bk={data:{type:Array,default:[]},striped:{type:Boolean,default:!1},scrollable:{type:Boolean,default:!1},maxWidth:{type:String},maxHeight:{type:String},tableWidth:{type:String},tableHeight:{type:String},size:{type:String,validator(e){return e==="sm"||e==="md"||e==="lg"},default:"sm"},rowHoveredHighlight:{type:Boolean,default:!0},fixHeader:{type:Boolean,default:!1},checkable:{type:Boolean,default:!1},tableLayout:{type:String,default:"fixed",validator(e){return e==="fixed"||e==="auto"}},showLoading:{type:Boolean,default:!1},headerBg:{type:Boolean,default:!1},spanMethod:{type:Function},borderType:{type:String,default:""},empty:{type:String,default:"No Data"},showHeader:{type:Boolean,default:!0},rowKey:{type:[Function,String],default:"id"},defaultExpandAll:{type:Boolean,default:!1},expandRowKeys:{type:Array},indent:{type:Number,default:16},lazy:{type:Boolean,default:!1}},Tt=Symbol();function wk(e,n){const a=Z("table"),o=t.computed(()=>({[a.e("view")]:!0,[a.m("striped")]:e.striped,[a.m("header-bg")]:e.headerBg,[a.m("layout-auto")]:e.tableLayout==="auto",[a.m(`${e.size}`)]:!0,[a.m(`${e.borderType}`)]:Boolean(e.borderType)})),r=t.computed(()=>({maxHeight:e.maxHeight,maxWidth:e.maxWidth,height:e.tableHeight,width:n.value?`${n.value}px`:e.tableWidth}));return{classes:o,styles:r}}const Wm=e=>{const n=Z("table"),a=t.computed(()=>({[n.e("checkable-cell")]:e.value.type==="checkable",[n.m("sticky-cell")]:Boolean(e.value.fixedLeft)||Boolean(e.value.fixedRight),left:Boolean(e.value.fixedLeft),right:Boolean(e.value.fixedRight),[`is-${e.value.align}`]:!0})),o=t.computed(()=>({left:e.value.fixedLeft,right:e.value.fixedRight}));return{stickyClass:a,stickyStyle:o}};function Nk(e){const n=t.ref(),a=()=>{var u,d;const r=((d=(u=e==null?void 0:e.vnode)==null?void 0:u.el)==null?void 0:d.querySelectorAll("colgroup > col"))||[];if(!r.length)return;const i=e.store.states.flatColumns,s={};i.value.forEach(h=>{s[h.id]=h});for(let h=0,p=r.length;h<p;h++){const f=r[h],v=f.getAttribute("column-id"),g=s[v];g&&f.setAttribute("width",g.realWidth)}};return{tableWidth:n,updateColumnWidth:()=>{var d,h;const r=(h=(d=e==null?void 0:e.vnode)==null?void 0:d.el)==null?void 0:h.clientWidth;let i=0;const s=e.store.states.flatColumns,u=s.value.filter(p=>typeof p.width!="number");if(u.length){if(s.value.forEach(p=>{i+=Number(p.width||80)}),i<=r){const p=r-i;if(u.length===1)u[0].realWidth=Number(u[0].width||80)+p;else{const f=u.reduce((C,y)=>C+Number(y.width||80),0),v=p/f;let g=0;u.forEach((C,y)=>{if(y===0)return;const b=Math.floor(Number(C.width||80)*v);g+=b,C.realWidth=Number(C.width||80)+b}),u[0].realWidth=Number(u[0].width||80)+p-g}}else u.forEach(p=>{p.realWidth=Number(p.width||80)});n.value=Math.max(i,r)}else s.value.forEach(p=>{p.realWidth=p.width||80,i+=Number(p.realWidth)}),n.value=i;a()}}}function Sk(e,n){t.watchEffect(()=>{e.expandRowKeys&&n.setExpandRows(e.expandRowKeys)}),t.watch(()=>e.data,()=>{n.updateRows(),n.updateColumns()},{deep:!0})}function Um(e){const n=Z("table"),a=r=>{const i=e.vnode.el,s=n.m(`scroll-${r}`),u=i.classList;if(!u.contains(s)){for(let d=0;d<u.length;d++){const h=u[d];h.startsWith(n.m("scroll-"))&&u.remove(h)}u.add(s)}};return{onTableScroll:r=>{const i=r.currentTarget,s=i.scrollLeft;s===0?i.clientWidth===i.scrollWidth?a("none"):a("left"):s+i.clientWidth===i.scrollWidth?a("right"):a("middle")}}}function Tk(e){return e===""||typeof e=="number"?e:parseInt(e,10)||80}function _t(e,n,a){if(mf(n))return n(e,a);if(xv(n)){const o=n.split(".");let r=e;for(const i of o)r=r[i];return`${r}`}return""}function Vk(e,n){const a={};return(e||[]).forEach((o,r)=>{a[_t(o,n)]={row:o,index:r}}),a}function xk(e,n,a){let o=!1;const r=e.indexOf(n),i=r!==-1,s=()=>{e.push(n),o=!0},u=()=>{e.splice(r,1),o=!0};return pf(a)?a&&!i?s():!a&&i&&u():i?u():s(),o}function Ym(e,n,a){const o=(n==null?void 0:n.store.states.rowLevelMap.value)||{},r=Object.keys(o),i=n==null?void 0:n.store.states.hiddenRowKeys;let s=!1;for(let u=0;u<r.length&&(r[u]===a&&(s=!0,u++),!(s&&o[r[u]]!==o[a]+1));u++)s&&o[r[u]]===o[a]+1&&(e?i.value=i.value.filter(d=>d!==r[u]):i.value.includes(r[u])||i.value.push(r[u]))}function Lk(e,n){const a=t.getCurrentInstance(),o=a.props.rowKey||"",r=t.ref(a.props.defaultExpandAll),i=t.ref([]),s=()=>{r.value?i.value=e.value.slice():i.value=[]},u=f=>{const v=e.value||[],g=Vk(v,o);i.value=f.reduce((C,y)=>{const b=g[y];return b&&C.push(b.row),C},[])},d=f=>i.value.includes(f),h=(f,v)=>{var g;if((g=v.children)==null?void 0:g.length){const C=_t(v,o);f&&d(v)&&Ym(!0,n,C),f||Ym(!1,n,C),v.children.forEach(y=>{h(f,y)})}};return{isRowExpanded:d,updateExpandRows:s,setExpandRows:u,toggleRowExpansion:(f,v)=>{xk(i.value,f,v)&&a.emit("expand-change",f,i.value.slice()),n.store.states.flatColumns.value.some(C=>C.type==="expand")||h(d(f),f)}}}function Dk(){const n=t.getCurrentInstance().props.rowKey||"",a=t.ref(new Map);return{tableCellModeMap:a,setCellMode:(i,s,u,d)=>{if(Array.isArray(u))u.forEach(h=>{const p=`${_t(i,n,s)}-${h}-cell`;a.value.set(p,d)});else{const h=`${_t(i,n,s)}-${u}-cell`;a.value.set(h,d)}},resetCellMode:()=>{for(const i of a.value.keys())a.value.set(i,"readonly")}}}function kk(e,n){const a=[];return{thList:a,collectTh:i=>{a.push(i)},sortData:(i,s)=>{i==="ASC"?n.value=n.value.sort((u,d)=>s?s(u,d)?1:-1:0):i==="DESC"?n.value=n.value.sort((u,d)=>s?s(u,d)?-1:1:0):n.value=[...e.value]}}}function qm(e,n){return e.map(a=>{var o;return a.id===n.id?n:(((o=a.children)==null?void 0:o.length)&&(a.children=qm(a.children,n)),a)})}function Km(e){const n=[];return e.forEach(a=>{a.children?n.push.apply(n,Km(a.children)):n.push(a)}),n}function Ek(){const e=t.ref([]),n=t.ref([]),a=()=>{e.value.sort((s,u)=>{var d,h;return((d=s.order)!=null?d:0)-((h=u.order)!=null?h:0)})};return{_columns:e,flatColumns:n,insertColumn:(s,u)=>{var p;const d=t.unref(e);let h=[];u?(u&&!u.children&&(u.children=[]),(p=u==null?void 0:u.children)==null||p.push(s),h=qm(d,u)):(d.push(s),h=d),a(),e.value=h},removeColumn:s=>{const u=e.value.findIndex(d=>d===s);u!==-1&&e.value.splice(u,1)},sortColumn:a,updateColumns:()=>{n.value=[].concat(Km(e.value))}}}function Zm(e,n,a,o,r){const i=[];return e.forEach(s=>{if(i.push(s),n>0){const u=_t(s,a);o.value[u]=n,r.value.push(u)}s.children&&(o.value[_t(s,a)]=n,i.push.apply(i,Zm(s.children,n+1,a,o,r)))}),i}function Ak(e,n,a){const o=t.ref([]),r=t.ref([]),i=t.ref({}),s=t.ref("");return{flatRows:o,hiddenRowKeys:r,rowLevelMap:i,updateRows:()=>{const p=a.value.some(f=>f.type==="expand")?e.value:Zm(e.value,0,n,i,r);o.value=[].concat(p)},firstDefaultColumn:s,updateFirstDefaultColumn:()=>{const h=a.value.findIndex(p=>p.type==="");s.value=h!==-1?a.value[h].id:""}}}function Mk(e,n,a){const o=t.ref(new Set),r=(f,v,g)=>{const C=_t(v,n,g);f?o.value.add(C):o.value.delete(C)},i=(f,v,g)=>{const C=_t(f,n,g),y=o.value.has(C),b=()=>{o.value.add(C)},w=()=>{o.value.delete(C)};pf(v)?v&&!y?b():!v&&y&&w():y?w():b()},s=(f,v)=>o.value.has(_t(f,n,v)),u=()=>a.value.filter((f,v)=>s(f,v)),d=t.ref(!1),h=t.computed({get:()=>d.value,set:f=>{d.value=f,e.value.forEach((v,g)=>{r(f,v,g)})}}),p=t.ref(!1);return t.watch(o,f=>{if(f.size===0)return;let v=!0,g=!0;const C=a.value;for(let y=0;y<C.length;y++){const b=s(C[y],y);v&&(v=b),g&&(g=!b)}d.value=v,p.value=!(g||v)},{immediate:!0,deep:!0}),t.watch(e,f=>{d.value=f.findIndex((v,g)=>!s(v,g))===-1}),{_checkSet:o,_checkAll:h,_halfChecked:p,getCheckedRows:u,checkRow:r,isRowChecked:s,toggleRowSelection:i}}function Ik(e){return{isFixedLeft:t.computed(()=>e.value.reduce((a,o)=>a||!!o.fixedLeft,!1))}}function Fk(e,n,a){const o=t.ref([]),{_columns:r,flatColumns:i,insertColumn:s,removeColumn:u,sortColumn:d,updateColumns:h}=Ek(),{flatRows:p,hiddenRowKeys:f,rowLevelMap:v,updateRows:g,firstDefaultColumn:C,updateFirstDefaultColumn:y}=Ak(e,n.props.rowKey,i),{_checkAll:b,_checkSet:w,_halfChecked:S,getCheckedRows:N,isRowChecked:V,checkRow:D,toggleRowSelection:L}=Mk(o,n.props.rowKey,p),{thList:x,collectTh:A,sortData:k}=kk(e,p),{isFixedLeft:F}=Ik(r),{isRowExpanded:O,updateExpandRows:B,setExpandRows:q,toggleRowExpansion:H}=Lk(o,n),{tableCellModeMap:j,setCellMode:P,resetCellMode:R}=Dk(),Q=(ne,...se)=>{a.emit.apply(a,[ne,...se])};return t.watch(e,ne=>{o.value=[...ne],B()},{deep:!0,immediate:!0}),{states:{_data:o,flatRows:p,hiddenRowKeys:f,rowLevelMap:v,_columns:r,flatColumns:i,_checkSet:w,_checkAll:b,_halfChecked:S,isFixedLeft:F,thList:x,firstDefaultColumn:C,tableCellModeMap:j},insertColumn:s,sortColumn:d,removeColumn:u,updateColumns:h,updateRows:g,getCheckedRows:N,collectTh:A,sortData:k,isRowChecked:V,checkRow:D,isRowExpanded:O,setExpandRows:q,toggleRowExpansion:H,toggleRowSelection:L,updateFirstDefaultColumn:y,setCellMode:P,resetCellMode:R,emitTableEvent:Q}}var Cu=t.defineComponent({name:"DColGroup",setup(){const e=t.inject(Tt),n=e==null?void 0:e.store.states.flatColumns,a=t.computed(()=>(e==null?void 0:e.props.tableLayout)==="fixed");return()=>t.createVNode("colgroup",null,[n==null?void 0:n.value.map((o,r)=>t.createVNode("col",{key:r,"column-id":a.value?o.id:"",width:o.type==="expand"?60:a.value?o.realWidth:o.width||""},null))])}});const _k={sortDirection:{type:String,default:""}};var vz="";const Pk={"xlink:href":"#sort-svg-path-1"};var Bk=t.defineComponent({props:_k,emits:["sort"],setup(e,n){const a={ASC:"DESC",DESC:"",default:"ASC"},o=()=>{n.emit("sort",a[e.sortDirection||"default"])},r=Z("table");return()=>t.createVNode("span",{onClick:o,class:r.e("sort-clickable")},[t.createVNode("i",{class:[{[r.e("sort-default")]:!e.sortDirection,[r.e("sort-asc")]:e.sortDirection==="ASC",[r.e("sort-desc")]:e.sortDirection==="DESC"}]},[t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg"},[t.createVNode("defs",null,[t.createVNode("circle",{id:"sort-svg-path-1",cx:"8",cy:"8",r:"8"},null),t.createVNode("filter",{x:"-34.4%",y:"-21.9%",width:"168.8%",height:"168.8%",filterUnits:"objectBoundingBox",id:"filter-2"},[t.createVNode("feOffset",{dx:"0",dy:"2",in:"SourceAlpha",result:"shadowOffsetOuter1"},null),t.createVNode("feGaussianBlur",{stdDeviation:"1.5",in:"shadowOffsetOuter1",result:"shadowBlurOuter1"},null),t.createVNode("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.085309222 0",type:"matrix",in:"shadowBlurOuter1"},null)])]),t.createVNode("g",{stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("use",t.mergeProps({"fill-rule":"evenodd"},Pk),null),t.createVNode("polygon",{points:"8 4 11 7 5 7"},null),t.createVNode("polygon",{points:"8 12 5 9 11 9"},null)])])])])}});const $k={filterList:{type:Array,default:()=>[]},multiple:{type:Boolean,default:!0}};function Ok(e){const n=t.ref(!1),a=t.ref(null),o=t.ref(null),r=t.ref(null),i=t.ref(null),s=()=>{n.value=!n.value},u=p=>{n.value=!1,i.value=p,e.emit("filter",p)},d=p=>{n.value=!1,r.value=p,e.emit("filter",p)},h=t.computed(()=>{var p;return{"filter-icon":!0,"filter-icon-active":Boolean(r.value||((p=i.value)==null?void 0:p.length))}});return Ht.onClickOutside(a,()=>{n.value=!1},{ignore:[o]}),{showMenu:n,filterMenuRef:a,filterIconRef:o,iconClasses:h,handleIconClick:s,handleConfirm:u,handleSelect:d}}function Rk(e,n){const a=t.ref([]),o=t.ref(!1),r=t.computed({get:()=>o.value,set:d=>{o.value=d;for(let h=0;h<a.value.length;h++)a.value[h].checked=d}}),i=t.ref(!1);e==null||e.forEach(d=>{a.value.push(ee({checked:!1},d))}),t.watch(a,d=>{if(!d.length)return;let h=!0,p=!0;for(let f=0;f<d.length;f++)h&&(h=Boolean(d[f].checked)),p&&(p=Boolean(!d[f].checked));o.value=h,i.value=!(p||h)},{immediate:!0,deep:!0});const s=()=>a.value.filter(d=>d.checked);return{_checkList:a,_checkAll:r,_halfChecked:i,handleConfirm:()=>{n.emit("confirm",s())}}}function zk(e){const n=t.ref(null);return{selectedItem:n,handleSelect:o=>{n.value=o,e.emit("select",o)}}}function Hk(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}var jk=t.defineComponent({props:{filterList:{type:Array,default:()=>[]}},emits:["confirm"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTable",a),{_checkList:r,_checkAll:i,_halfChecked:s,handleConfirm:u}=Rk(e.filterList,n);return()=>{let d;return t.createVNode(t.Fragment,null,[t.createVNode("div",{class:"filter-all-check"},[t.createVNode("div",{class:"filter-item"},[t.createVNode(ht,{modelValue:i.value,"onUpdate:modelValue":h=>i.value=h,halfChecked:s.value,label:o("selectAll")},null)])]),t.createVNode("div",{class:"filter-multiple-menu"},[r.value.map(h=>t.createVNode("div",{class:"filter-item"},[t.createVNode(ht,{modelValue:h.checked,"onUpdate:modelValue":p=>h.checked=p,label:h.name},null)]))]),t.createVNode("div",{class:"filter-operation"},[t.createVNode(mn,{variant:"text",onClick:u},Hk(d=o("ok"))?d:{default:()=>[d]})])])}}});function Wk(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}var Uk=t.defineComponent({props:{filterList:{type:Array,default:()=>[]}},emits:["select"],setup(e,n){const{selectedItem:a,handleSelect:o}=zk(n);return()=>{let r;return t.createVNode(t.Fragment,null,[t.createVNode(Qr,{class:"filter-single-menu"},Wk(r=e.filterList.map(i=>t.createVNode(Jr,{class:["filter-item",{"filter-item-active":a.value===i}],onClick:()=>{o(i)}},{default:()=>[i.name]})))?r:{default:()=>[r]})])}}}),yz="",Yk=t.defineComponent({props:$k,emits:["filter"],setup(e,n){const{showMenu:a,filterMenuRef:o,filterIconRef:r,iconClasses:i,handleIconClick:s,handleConfirm:u,handleSelect:d}=Ok(n);return()=>t.createVNode(Qn,{visible:a.value,trigger:"manually","close-scope":"none","destroy-on-hide":!1,style:"padding-bottom: 4px;"},{default:()=>t.createVNode("i",{ref:r,class:i.value,onClick:s},[t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg"},[t.createVNode("g",{stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("g",null,[t.createVNode("polygon",{points:"10.0085775 7 10.0085775 15 6 13 6 7 2 3 2 1 14 1 14 3"},null)])])])]),menu:()=>t.createVNode("div",{ref:o,class:"filter-wrapper"},[e.multiple?t.createVNode(jk,{filterList:e.filterList,onConfirm:u},null):t.createVNode(Uk,{filterList:e.filterList,onSelect:d},null)])})}});function qk(e){return{baseClass:t.computed(()=>({operable:e.value.filterable||e.value.sortable||e.value.resizeable,resizeable:e.value.resizeable}))}}function Kk(e){const n=t.inject(Tt),a=n.store,o=t.ref(e.value.sortDirection||""),r=t.computed(()=>({"sort-active":Boolean(o.value)})),i=t.getCurrentInstance();i&&a.collectTh(i),t.onMounted(async()=>{var h;await t.nextTick(),e.value.sortable&&e.value.sortDirection&&((h=a.sortData)==null||h.call(a,o.value,e.value.sortMethod))});const s=()=>{a.states.thList.forEach(h=>{var p,f;h!==i&&((f=(p=h.exposed)==null?void 0:p.clearSortOrder)==null||f.call(p))})};return{direction:o,sortClass:r,handleSort:h=>{var p;o.value=h,s(),(p=a.sortData)==null||p.call(a,o.value,e.value.sortMethod),n.emit("sort-change",{field:e.value.field,direction:o.value})},clearSortOrder:()=>{o.value=""}}}function Zk(e){const n=t.ref(null);return{filterClass:t.computed(()=>({"filter-active":Boolean(n.value||Array.isArray(n.value)&&n.value.length)})),handleFilter:r=>{var i;n.value=r,(i=e.value.ctx)==null||i.emit("filter-change",r)}}}function Gm(e){if(!!e)return typeof e=="number"?e:parseInt(e,10)}function Xm(e,n,a){const o=Gm(n),r=Gm(a),i=!o||e>=o,s=!r||e<=r;return i?s?e:r:o}function Gk(e,n){let a=0,o=0,r;const i=t.inject(Tt),s=t.ref(""),u=t.ref(!1),d=i.tableRef,h=v=>{var b;const g=v.clientX-o,C=a+g,y=Xm(C,n.value.minWidth,n.value.maxWidth);r&&(r.style.left=`${y+e.value.offsetLeft}px`),(b=n.value.ctx)==null||b.emit("resizing",{width:y})},p=v=>{var b;const g=v.clientX-o,C=a+g,y=Xm(C,n.value.minWidth,n.value.maxWidth);n.value.width=y,n.value.realWidth=y,i.updateColumnWidth(),u.value=!1,d==null||d.value.classList.remove("table-selector"),s.value="",d==null||d.value.removeChild(r),(b=n.value.ctx)==null||b.emit("resize-end",{width:y,beforeWidth:a}),document.removeEventListener("mouseup",p),document.removeEventListener("mousemove",h)};return{resizing:u,dragClass:s,onMousedown:v=>{var C;if(v.target.classList.contains("resize-handle")){(C=n.value.ctx)==null||C.emit("resize-start");const y=e.value.offsetLeft;a=e.value.clientWidth,o=v.clientX,v.stopPropagation(),u.value=!0,d==null||d.value.classList.add("table-selector"),r=document.createElement("div"),r.classList.add("resize-bar"),d.value&&(r.style.display="block",r.style.left=y+a+"px",d.value.appendChild(r)),s.value="hover-bg",document.addEventListener("mouseup",p),document.addEventListener("mousemove",h)}}}}const Xk={column:{type:Object,required:!0},colspan:{type:Number},rowspan:{type:Number}};var Qk=t.defineComponent({name:"DTableHeaderTh",props:Xk,setup(e,{expose:n}){const o=t.inject(Tt).store,r=t.ref(),{column:i,colspan:s,rowspan:u}=t.toRefs(e),{baseClass:d}=qk(i),{direction:h,sortClass:p,handleSort:f,clearSortOrder:v}=Kk(i),{filterClass:g,handleFilter:C}=Zk(i),{stickyClass:y,stickyStyle:b}=Wm(i),{resizing:w,dragClass:S,onMousedown:N}=Gk(r,i);return n({clearSortOrder:v}),()=>{var V,D;return t.createVNode("th",{class:[d.value,y.value,p.value,g.value,S.value],style:b.value,colspan:s==null?void 0:s.value,rowspan:u==null?void 0:u.value},[t.createVNode("div",{ref:r,class:"header-container",onMousedown:N},[(D=(V=i.value).renderHeader)==null?void 0:D.call(V,i.value,o),i.value.filterable&&t.createVNode(Yk,{filterList:i.value.filterList,multiple:i.value.filterMultiple,onFilter:C},null),i.value.sortable&&t.createVNode(Bk,{"sort-direction":h.value,onSort:f},null),i.value.resizeable&&t.createVNode("span",{class:"resize-handle",onClick:L=>L.stopPropagation()},null),i.value.resizeable&&w.value&&t.createVNode("div",{class:"resize-overlay",onClick:L=>L.stopPropagation()},null)])])}}});function Qm(e){const n=[];return e.forEach(a=>{a.children?(n.push(a),n.push.apply(n,Qm(a.children))):n.push(a)}),n}function Jk(e){let n=1;const a=(i,s)=>{if(s&&(i.level=s.level+1,n<i.level&&(n=i.level)),i.children){let u=0;i.children.forEach(d=>{a(d,i),u+=d.colSpan||0}),i.colSpan=u}else i.colSpan=1};e.forEach(i=>{i.level=1,a(i,void 0)});const o=[];for(let i=0;i<n;i++)o.push([]);return Qm(e).forEach(i=>{i.children?(i.rowSpan=1,i.children.forEach(s=>s.isSubColumn=!0)):i.rowSpan=n-(i.level||0)+1,o[i.level-1].push(i)}),o}function eE(){const e=t.inject(Tt);return{headerRows:t.computed(()=>Jk(e==null?void 0:e.store.states._columns.value))}}var Cz="",bz="",Jm=t.defineComponent({name:"DTableHeader",setup(){const e=Z("table"),{headerRows:n}=eE();return()=>t.createVNode("thead",{class:e.e("thead")},[n.value.map(a=>t.createVNode("tr",null,[a.map((o,r)=>{var i,s;return t.createVNode(Qk,{key:r,column:o,colspan:o.colSpan,rowspan:o.rowSpan,class:{[e.m("last-sticky-left")]:o.fixedLeft&&!((i=a[r+1])==null?void 0:i.fixedLeft),[e.m("first-sticky-right")]:o.fixedRight&&!((s=a[r-1])==null?void 0:s.fixedRight)}},null)})]))])}});const tE={column:{type:Object,default:()=>({})},row:{type:Object,default:()=>({})},rowspan:{type:Number},colspan:{type:Number},index:{type:Number,default:0}};function nE(e,n){const a=t.ref(),o=t.ref(!1),r=t.ref();let i;const s=t.inject(Tt);function u(){var v,g;return((v=r.value)==null?void 0:v.innerText)||((g=r.value)==null?void 0:g.textContent)}function d(){if(!r.value)return;const v=document.createRange();v.setStart(r.value,0),v.setEnd(r.value,r.value.childNodes.length);const g=v.getBoundingClientRect().width,C=parseInt(window.getComputedStyle(r.value).paddingLeft,10)+parseInt(window.getComputedStyle(r.value).paddingRight,10);o.value=!!(e.column.showOverflowTooltip&&g+C>r.value.offsetWidth)}t.onMounted(()=>{if(rn&&window.ResizeObserver&&e.column.showOverflowTooltip){const v=new window.ResizeObserver(d);r.value&&v.observe(r.value)}a.value=u()}),t.onBeforeMount(()=>{r.value&&i.unobserve(r.value)}),t.onUpdated(()=>{const v=s.store.states.tableCellModeMap.value;for(const g of v.keys())v.set(g,"readonly")});const h=()=>`${_t(e.row,s.props.rowKey,e.index)}-${e.column.field}-cell`,p=t.computed(()=>{const v=h();return s.store.states.tableCellModeMap.value.get(v)||"readonly"});return{tdRef:r,isShowTooltip:o,tooltipContent:a,cellMode:p,onCellClick:()=>{const v=s.store.states.tableCellModeMap.value,g=h();for(const C of v.keys())v.set(C,"readonly");e.column.type==="editable"&&v.get(g)==="edit"||n.emit("cellClick")}}}var aE=t.defineComponent({name:"DTableBodyTd",inheritAttrs:!1,props:tE,emits:["cellClick"],setup(e,n){const{column:a,rowspan:o,colspan:r}=t.toRefs(e),i=t.inject(Tt),{stickyClass:s,stickyStyle:u}=Wm(a),{tdRef:d,isShowTooltip:h,tooltipContent:p,cellMode:f,onCellClick:v}=nE(e,n);return()=>t.createVNode(yn,{content:p.value,disabled:!h.value},{default:()=>{var g,C;return[t.createVNode("td",t.mergeProps({ref:d,class:[s.value,a.value.cellClass],style:u.value},n.attrs,{rowspan:o==null?void 0:o.value,colspan:r==null?void 0:r.value,onClick:v}),[(C=(g=e.column).renderCell)==null?void 0:C.call(g,e.row,e.column,i.store,e.index,i.props,f)])]}})}});const eg=Z("table");function oE(){const e=t.inject(Tt),{_data:n,_columns:a}=e.store.states,o=(s,u,d,h)=>{const p=e==null?void 0:e.props.spanMethod;let f=1,v=1;if(typeof p=="function"){const g=p({row:s,column:u,rowIndex:d,columnIndex:h});Array.isArray(g)?(f=g[0],v=g[1]):typeof g=="object"&&(f=g.rowspan,v=g.colspan)}return{rowspan:f,colspan:v}},r=t.computed(()=>{const s={};return(e==null?void 0:e.props.spanMethod)&&n.value.forEach((u,d)=>{a.value.forEach((h,p)=>{const{rowspan:f,colspan:v}=o(u,h,d,p);(f>1||v>1)&&(s[`${d}-${p}`]=[f,v])})}),s}),i=t.computed(()=>{const s=[];for(const u of Object.keys(r.value)){const d=u.split("-").map(p=>Number(p)),h=r.value[u];for(let p=1;p<h[0];p++){s.push(`${d[0]+p}-${d[1]}`);for(let f=1;f<h[1];f++)s.push(`${d[0]+p}-${d[1]+f}`)}for(let p=1;p<h[1];p++)s.push(`${d[0]}-${d[1]+p}`)}return s});return{tableSpans:r,removeCells:i}}function rE(){const e=t.inject(Tt),n=t.computed(()=>e==null?void 0:e.props.rowHoveredHighlight),a=(e==null?void 0:e.store.states.rowLevelMap)||{},o=(e==null?void 0:e.props.rowKey)||"id";return{getTableRowClass:i=>{const s=a.value[_t(i,o)];return{[eg.e("row")]:!0,["hover-enabled"]:n.value,expanded:e==null?void 0:e.store.isRowExpanded(i),[eg.em("row",`level-${s}`)]:s!==void 0,["is-hidden"]:e==null?void 0:e.store.states.hiddenRowKeys.value.includes(_t(i,o))}}}}function lE(){const e=t.inject(Tt),{lazy:n}=e.props,a=t.ref();let o;return t.onMounted(()=>{n&&(o=new IntersectionObserver(r=>{r[0].isIntersecting&&e.emit("load-more")},{root:e.tableRef.value}),o.observe(a.value))}),t.onBeforeUnmount(()=>{n&&(o.unobserve(a.value),o.disconnect())}),{lazy:n,lazyFlagRef:a}}var tg=t.defineComponent({name:"DTableBody",setup(){const e=t.inject(Tt),{flatColumns:n,flatRows:a}=e.store.states,o=Z("table"),{tableSpans:r,removeCells:i}=oE(),{getTableRowClass:s}=rE(),{lazy:u,lazyFlagRef:d}=lE(),h=f=>{e.emit("cell-click",f)},p=f=>{e.emit("row-click",f)};return()=>t.createVNode("tbody",{class:o.e("tbody")},[a.value.map((f,v)=>{var g,C,y,b;return t.createVNode(t.Fragment,null,[t.createVNode("tr",{key:v,class:s(f),onClick:()=>p({row:f})},[n.value.map((w,S)=>{var L,x,A;const N=`${v}-${S}`,[V,D]=(L=r.value[N])!=null?L:[1,1];return i.value.includes(N)?null:t.createVNode(aE,{column:w,index:v,row:f,rowspan:V,colspan:D,class:{[o.m("last-sticky-left")]:w.fixedLeft&&!((x=n.value[S+1])==null?void 0:x.fixedLeft),[o.m("first-sticky-right")]:w.fixedRight&&!((A=n.value[S-1])==null?void 0:A.fixedRight)},onCellClick:()=>h({rowIndex:v,columnIndex:S,column:w,row:f})},null)})]),n.value.some(w=>w.type==="expand")&&e.store.isRowExpanded(f)&&t.createVNode("tr",null,[t.createVNode("td",{colspan:n.value.length},[(b=(y=(C=(g=n.value.filter(w=>w.type==="expand"))==null?void 0:g[0])==null?void 0:C.slots)==null?void 0:y.default)==null?void 0:b.call(y,{row:f})])])])}),u&&t.createVNode("span",{ref:d,class:o.e("lazy__flag")},null)])}}),iE=t.defineComponent({props:{classes:{type:Object,default:()=>({})},isEmpty:{type:Boolean}},setup(e){const n=Z("table"),a=t.inject(Tt,void 0),o=t.computed(()=>Boolean(a==null?void 0:a.props.showHeader)),{onTableScroll:r}=Um(a);return()=>t.createVNode("div",{class:n.e("fix-header"),onScroll:t.withModifiers(r,["stop"])},[o.value&&t.createVNode("div",{class:n.e("header-wrapper")},[t.createVNode("table",{class:e.classes,cellpadding:"0",cellspacing:"0"},[t.createVNode(Cu,null,null),t.createVNode(Jm,null,null)])]),t.createVNode("div",{class:n.e("scroll-view")},[t.createVNode("table",{class:e.classes,cellpadding:"0",cellspacing:"0"},[t.createVNode(Cu,null,null),!e.isEmpty&&t.createVNode(tg,{style:"flex: 1"},null)])])])}}),sE=t.defineComponent({props:{classes:{type:Object,default:()=>({})},isEmpty:{type:Boolean}},setup(e){const n=t.inject(Tt,void 0),a=t.computed(()=>Boolean(n==null?void 0:n.props.showHeader));return()=>t.createVNode("table",{class:e.classes,cellpadding:"0",cellspacing:"0"},[t.createVNode(Cu,null,null),a.value&&t.createVNode(Jm,{style:"position:relative"},null),!e.isEmpty&&t.createVNode(tg,null,null)])}}),wz="";let cE=1;var bu=t.defineComponent({name:"DTable",directives:{Loading:Na},props:bk,emits:["sort-change","cell-click","row-click","check-change","check-all-change","expand-change","load-more"],setup(e,n){const a=t.getCurrentInstance(),o=Fk(t.toRef(e,"data"),a,n),r=`devui-table_${cE++}`,i=t.ref();a.tableId=r,a.store=o,t.provide(Tt,a);const{tableWidth:s,updateColumnWidth:u}=Nk(a),{classes:d,styles:h}=wk(e,s),{onTableScroll:p}=Um(a);Sk(e,o);const f=t.computed(()=>e.data.length===0),v=Z("table"),g=t.ref(null);return a.hiddenColumns=g,a.tableRef=i,a.updateColumnWidth=u,n.expose({store:o}),t.onMounted(async()=>{await t.nextTick(),o.updateColumns(),o.updateFirstDefaultColumn(),o.updateRows(),u(),window.addEventListener("resize",u)}),()=>{var C,y;return t.withDirectives(t.createVNode("div",{ref:i,class:v.b(),style:h.value,onScroll:t.withModifiers(p,["stop"])},[t.createVNode("div",{class:v.e("container")},[t.createVNode("div",{ref:g,class:"hidden-columns"},[(y=(C=n.slots).default)==null?void 0:y.call(C)]),e.fixHeader?t.createVNode(iE,{classes:d.value,"is-empty":f.value},null):t.createVNode(sE,{classes:d.value,"is-empty":f.value},null),f.value&&t.createVNode("div",{class:v.e("empty")},[n.slots.empty?n.slots.empty():e.empty])])]),[[t.resolveDirective("loading"),e.showLoading]])}}});const uE={type:{type:String,default:""},header:{type:String},field:{type:String,default:""},width:{type:[String,Number],default:""},minWidth:{type:[String,Number],default:""},maxWidth:{type:[String,Number],default:""},formatter:{type:Function},order:{type:Number,default:0},sortable:{type:Boolean,default:!1},sortDirection:{type:String,default:""},sortMethod:{type:Function},filterable:{type:Boolean,default:!1},filterMultiple:{type:Boolean,default:!0},filterList:{type:Array,default:[]},fixedLeft:{type:String},fixedRight:{type:String},align:{type:String,default:"left"},showOverflowTooltip:{type:Boolean,default:!1},checkable:{type:Function},resizeable:{type:Boolean,default:!1},reserveCheck:{type:Boolean,default:!1},cellClass:{type:String,default:""}};var Nz="";const ng=()=>t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg",class:"svg-icon svg-icon-close"},[t.createVNode("g",{"stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("rect",{x:"0.5",y:"0.5",width:"15",height:"15",rx:"2",stroke:"#5e7ce0"},null),t.createVNode("rect",{x:"4",y:"7",width:"8",height:"2",fill:"#5e7ce0"},null)])]),ag=()=>t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg",class:"svg-icon"},[t.createVNode("g",{stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("rect",{x:"0.5",y:"0.5",width:"15",height:"15",rx:"2",stroke:"#252b3a"},null),t.createVNode("path",{fill:"#252b3a",d:"M8.75,4 L8.75,7.25 L12,7.25 L12,8.75 L8.749,8.75 L8.75,12 L7.25,12 L7.249,8.75 L4,8.75 L4,7.25 L7.25,7.25 L7.25,4 L8.75,4 Z"},null)])]),Cl=Z("table"),og={checkable:{renderHeader(e,n){return t.h(ht,{modelValue:n.states._checkAll.value,halfChecked:n.states._halfChecked.value,onChange:a=>{n.states._checkAll.value=a,n.emitTableEvent("check-all-change",a,n.getCheckedRows())}})},renderCell(e,n,a,o){return t.h(ht,{modelValue:a.isRowChecked(e,o),onChange:r=>{a.checkRow(r,e,o),a.emitTableEvent("check-change",r,a.states._data.value[o],a.getCheckedRows())}})}},index:{renderHeader(e){var n;return t.h("span",{class:"title"},(n=e.header)!=null?n:"#")},renderCell(e,n,a,o){return o+1}},expand:{renderHeader(){return t.createVNode("span",null,null)},renderCell(e,n,a){return t.createVNode(Be,{name:"chevron-right",class:"icon-expand-row",onClick:()=>{a.toggleRowExpansion(e)}},null)}},editable:{renderHeader(e){var n;return t.h("span",{class:"title"},(n=e.header)!=null?n:"")},renderCell(e,n,a,o,r,i,s){var d,h;let u;if(i.value==="edit")u=s.slots.cellEdit?s.slots.cellEdit({row:e,rowIndex:o}):"";else if(s.slots.cell)u=t.createVNode("div",{class:"cell-text"},[s.slots.cell({row:e,rowIndex:o})]);else{const p=n.field?e[n.field]:"";n.formatter&&(u=n.formatter(e,n,p,o)),u=t.createVNode("div",{class:"cell-text"},[(h=(d=p==null?void 0:p.toString)==null?void 0:d.call(p))!=null?h:""])}return t.h("div",{class:[Cl.e("cell"),n.type==="editable"&&(i==null?void 0:i.value)==="readonly"&&"editable-cell"]},u)}},default:{renderHeader(e){var n;return t.h("span",{class:"title"},(n=e.header)!=null?n:"")},renderCell(e,n,a,o,r,i,s){var w,S,N;let u;if(s.slots.default)u=s.slots.default({row:e,rowIndex:o});else{const V=n.field?e[n.field]:"";n.formatter&&(u=n.formatter(e,n,V,o)),u=(S=(w=V==null?void 0:V.toString)==null?void 0:w.call(V))!=null?S:""}const d=a.states.flatColumns.value.some(V=>V.type==="expand"),h=a.states._data.value.some(V=>{var D;return(D=V.children)==null?void 0:D.length}),p=a.states.rowLevelMap.value[_t(e,r.rowKey)]||0,f=t.h("span",{class:`${Cl.e("indent")}`,style:{paddingLeft:`${p*r.indent}px`}},""),v=a.states.firstDefaultColumn.value===n.id,g=v&&p,C=v&&((N=e.children)==null?void 0:N.length),y=t.createVNode("span",{class:Cl.e("tree-operate"),onClick:()=>{a.toggleRowExpansion(e)},style:C?"":"visibility: hidden;"},[a.isRowExpanded(e)?t.createVNode(ng,null,null):t.createVNode(ag,null,null)]),b=[];return g&&b.push(f),h&&!d&&v&&b.push(y),b.push(u),t.h("div",{class:`${Cl.e("cell")} `},b)}}};function dE(e,n,a){const{type:o,field:r,header:i,sortable:s,sortDirection:u,width:d,minWidth:h,maxWidth:p,formatter:f,sortMethod:v,filterable:g,filterList:C,filterMultiple:y,order:b,fixedLeft:w,fixedRight:S,align:N,showOverflowTooltip:V,resizeable:D,cellClass:L}=n,x=t.reactive({id:e});x.type=o.value;function A(F,O){return a.slots.header?a.slots.header(F):og[o.value||"default"].renderHeader(F,O)}function k(F,O,B,q,H,j){return a.slots.default&&O.type==="index"?a.slots.default({row:F,rowIndex:q}):og[o.value||"default"].renderCell(F,O,B,q,H,j,a)}return t.watch([r,i,b],([F,O,B])=>{x.field=F,x.header=O,x.order=B},{immediate:!0}),t.watch([s,u,v],([F,O,B])=>{x.sortable=F,x.sortDirection=O,x.sortMethod=B},{immediate:!0}),t.watch([g,C,y],([F,O,B])=>{x.filterable=F,x.filterMultiple=B,x.filterList=O},{immediate:!0}),t.watch([w,S],([F,O])=>{x.fixedLeft=F,x.fixedRight=O},{immediate:!0}),t.watch(N,F=>{x.align=F},{immediate:!0}),t.watch(L,F=>{x.cellClass=F},{immediate:!0}),t.watch(V,F=>{x.showOverflowTooltip=F},{immediate:!0}),t.watch(D,F=>{x.resizeable=F},{immediate:!0}),t.watch([d,h,p],([F,O,B])=>{x.width=Tk(F),x.minWidth=O,x.maxWidth=B,x.realWidth=x.width},{immediate:!0}),t.onBeforeMount(()=>{x.id=e,x.renderHeader=A,x.renderCell=k,x.formatter=f==null?void 0:f.value,x.customFilterTemplate=a.slots.customFilterTemplate,x.subColumns=a.slots.subColumns,x.slots=a.slots,x.ctx=a}),x}function fE(){const e=t.getCurrentInstance();return{columnOrTableParent:t.computed(()=>{let o=e==null?void 0:e.parent;for(;o&&!o.tableId&&!o.columnId;)o=o.parent;return o}),getColumnIndex:(o,r)=>Array.prototype.indexOf.call(o,r)}}let hE=1;var wu=t.defineComponent({name:"DColumn",props:uE,emits:["filter-change","resize-start","resizing","resize-end"],setup(e,n){const a=t.inject(Tt),o=t.ref(!1),{columnOrTableParent:r,getColumnIndex:i}=fE(),s=r.value,u=t.getCurrentInstance();u.columnId=`${s.tableId||s.columnId}_column_${hE++}`;const d=dE(u.columnId,t.toRefs(e),n);return u.columnConfig=d,t.onBeforeMount(()=>{o.value=a!==s}),t.onMounted(()=>{var f,v,g;const h=o.value?(v=(f=s==null?void 0:s.vnode)==null?void 0:f.el)==null?void 0:v.children:(g=a==null?void 0:a.hiddenColumns.value)==null?void 0:g.children;if(i(h||[],u.vnode.el)>-1&&(a==null||a.store.insertColumn(d,o.value?s.columnConfig:null)),typeof e.checkable=="function")for(const[C,y]of a==null?void 0:a.store.states._data.value.entries())e.checkable(y,C)&&a.store.checkRow(!0,y)}),t.watch(()=>d.order,()=>{a==null||a.store.sortColumn()}),t.onBeforeUnmount(()=>{a==null||a.store.removeColumn(d)}),()=>{var h,p;try{const f=(p=(h=n.slots).default)==null?void 0:p.call(h,{row:{},column:{},$index:-1});return t.createVNode("div",null,[f&&Array.isArray(f)?f.filter(v=>v.type.name==="DColumn").map(v=>t.createVNode(t.Fragment,null,[v])):t.createVNode("div",null,null)])}catch{return t.h("div",[])}}}}),pE={title:"Table \u8868\u683C",category:"\u6570\u636E\u5C55\u793A",status:"50%",install(e){e.component(bu.name,bu),e.component(wu.name,wu)}},mE=t.createVNode("svg",t.mergeProps({width:"12px",height:"12px",viewBox:"0 0 12 12",version:"1.1",xmlns:"http://www.w3.org/2000/svg"},{"xmlns:xlink":"http://www.w3.org/1999/xlink"}),[t.createVNode("g",{stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("path",{d:"M8.86785321,3.13214679 C9.02624037,3.29053395 9.02624037,3.54733027 8.86785321,3.70571743 L6.573,6 L8.86785321,8.29428257 C9.02624037,8.45266973 9.02624037,8.70946605 8.86785321,8.86785321 C8.70946605,9.02624037 8.45266973,9.02624037 8.29428257,8.86785321 L6,6.573 L3.70571743,8.86785321 C3.54733027,9.02624037 3.29053395,9.02624037 3.13214679,8.86785321 C2.97375963,8.70946605 2.97375963,8.45266973 3.13214679,8.29428257 L5.427,6 L3.13214679,3.70571743 C2.97375963,3.54733027 2.97375963,3.29053395 3.13214679,3.13214679 C3.29053395,2.97375963 3.54733027,2.97375963 3.70571743,3.13214679 L6,5.427 L8.29428257,3.13214679 C8.45266973,2.97375963 8.70946605,2.97375963 8.86785321,3.13214679 Z","fill-rule":"nonzero"},null)])]);const gE={modelValue:{type:Array,default:()=>[]},displayProperty:{type:String,default:"name"},placeholder:{type:String,default:""},minLength:{type:Number,default:3},maxLength:{type:Number,default:Number.MAX_SAFE_INTEGER},maxTags:{type:Number,default:Number.MAX_SAFE_INTEGER},maxTagsText:{type:String,default:""},spellcheck:{type:Boolean,default:!0},suggestionList:{type:Array,default:()=>[]},disabled:{type:Boolean,default:!1},isAddBySpace:{type:Boolean,default:!0},disabledText:{type:String,default:""},noData:{type:String,default:"\u6682\u65E0\u6570\u636E"},caseSensitivity:{type:Boolean,default:!1}};var Sz="";const vE=(e,n,a)=>{const o={tab:"Tab",down:"ArrowDown",up:"ArrowUp",enter:"Enter",space:" "};return{onInputKeydown:i=>{switch(i.key){case o.tab:case o.enter:case o.space:if(!e.isAddBySpace&&o.space)return;n();break;case o.down:a(!0);break;case o.up:a(!1);break}}}};var Nu=t.defineComponent({name:"DTagInput",props:gE,emits:["update:modelValue","update:suggestionList","change"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTagInput",a),r=Z("tag-input"),i=t.ref([]);t.watch(()=>e.modelValue,()=>{i.value=e.modelValue},{immediate:!0,deep:!0});const s=(H,j)=>{const P=Object.assign({},j);return delete P.__index,H.concat(P)},u=(H,j)=>{const P=H.slice();return P.splice(j,1),P},d=t.ref(""),h=H=>{const j=H.target.value||"";d.value=j.trim()},p=t.computed(()=>{const H=e.suggestionList.map((j,P)=>ee({__index:P},j));return d.value===""?H:H.filter(j=>{const P=j[e.displayProperty];return e.caseSensitivity?P.indexOf(d.value)!==-1:P.toLowerCase().indexOf(d.value.toLowerCase())!==-1})}),f=t.ref(0);t.watch(p,()=>{f.value=0});const v=(H=!1)=>{if(H){f.value<p.value.length-1?f.value++:f.value=0;return}f.value>0?f.value--:f.value=p.value.length-1},g=t.ref(),C=t.ref(!1),y=()=>{C.value=!0},b=()=>{let H={[e.displayProperty]:d.value};if(d.value===""&&p.value.length===0)return!1;if(i.value.findIndex(P=>P[e.displayProperty]===d.value)>-1||p.value.length===0&&(d.value.length<e.minLength||d.value.length>e.maxLength))return d.value="",!1;if(p.value.length){const P=p.value[f.value];H=P,n.emit("update:suggestionList",u(e.suggestionList,P.__index))}const j=s(i.value,H);n.emit("change",i.value,j),n.emit("update:modelValue",j),p.value.length===0&&(d.value="")},{onInputKeydown:w}=vE(e,b,v),S=(H,j)=>{H.preventDefault();const P=u(i.value,j);n.emit("change",i.value,P),n.emit("update:modelValue",P),n.emit("update:suggestionList",s(e.suggestionList,i.value[j])),t.nextTick(()=>{var R;(R=g.value)==null||R.focus(),C.value=!0})},N=(H,j)=>{H.preventDefault();const P=p.value[j],R=s(i.value,P),Q=u(e.suggestionList,P.__index);n.emit("change",i.value,R),n.emit("update:modelValue",R),n.emit("update:suggestionList",Q)},V=t.computed(()=>e.maxTags<=i.value.length),D=t.computed(()=>!e.disabled&&!V.value&&C.value),L=()=>t.createVNode("ul",{class:r.e("tags"),title:e.disabled?e.disabledText:""},[i.value.map((H,j)=>t.createVNode("li",{class:r.e("tags__item")},[t.createVNode("span",null,[H[e.displayProperty]]),!e.disabled&&t.createVNode("a",{class:"remove-button",onClick:P=>S(P,j)},[mE])]))]),x=t.ref(),A=t.ref("0"),k=()=>{var H;A.value=((H=x==null?void 0:x.value)==null?void 0:H.clientWidth)?x.value.clientWidth+"px":"100%"};t.onMounted(()=>{k(),window.addEventListener("resize",k)}),t.onUnmounted(()=>{window.removeEventListener("resize",k)});const F=t.ref();Ht.onClickOutside(F,()=>{C.value=!1},{ignore:[x]});const O=()=>{const H=p.value.length===0,j=p.value.map((Q,ne)=>t.createVNode("li",{class:{[r.e("suggestion-list__item")]:!0,selected:ne===f.value},onClick:se=>{N(se,ne)}},[Q[e.displayProperty]])),P=`${r.e("suggestion-list__item")} ${r.e("suggestion-list__no-data")}`,R=t.createVNode("li",{class:P},[e.noData]);return t.createVNode(t.Teleport,{to:"body"},{default:()=>[t.createVNode(t.Transition,{name:"fade"},{default:()=>[t.createVNode(bt,{ref:F,origin:x.value,modelValue:D.value,"onUpdate:modelValue":Q=>D.value=Q,style:{zIndex:"var(--devui-z-index-dropdown, 1052)"}},{default:()=>[t.createVNode("ul",{class:r.e("suggestion-list"),style:{width:`${A.value}`}},[H?R:j])]})]})]})},B=t.computed(()=>({[r.e("tags__wrapper")]:!0,"is-disabled":e.disabled})),q=t.computed(()=>({[r.e("input")]:!0,[r.e("input_hide")]:e.disabled}));return()=>t.createVNode("div",{class:r.b(),ref:x},[t.createVNode("div",{class:B.value},[L(),t.createVNode("input",{type:"text",ref:"tagInputRef",value:d.value,class:q.value,onKeydown:w,onFocus:y,onInput:h,placeholder:V.value?`${e.maxTagsText||o("maxTagsText")} ${e.maxTags}`:e.placeholder,spellcheck:e.spellcheck,disabled:V.value},null)]),O()])}}),yE={title:"TagInput \u6807\u7B7E\u8F93\u5165\u6846",category:"\u6570\u636E\u5F55\u5165",status:"90%",install(e){e.component(Nu.name,Nu)}},CE={title:"Textarea \u591A\u884C\u6587\u672C\u6846",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.component(tl.name,tl)}};function bE(e,n,a,o,r){const i=t.ref(!1),s=t.ref(),u=t.ref(),d=t.ref(),h=t.ref(""),p=t.ref(!1),f=t.ref(`${e.value}:${n.value}:${a.value}`),v=t.ref(r.modelValue),g=()=>{let x=v.value||"00:00:00";["hh:mm","mm:ss"].includes(o)&&(x=v.value||"00:00");const A=x.split(":");let k="00:00:00";return o==="hh:mm:ss"?k=x:o==="mm:hh:ss"?k=`${A[1]}:${A[0]}:${A[2]}`:o==="hh:mm"?k=`${A[0]}:${A[1]}`:o==="mm:ss"&&(k=`${A[0]}:${A[1]}`),k},C=t.computed(()=>g()),y=(x,A,k)=>{o==="hh:mm:ss"?v.value=`${x}:${A}:${k}`:o==="mm:hh:ss"?v.value=`${A}:${x}:${k}`:o==="hh:mm"?v.value=`${x}:${A}`:o==="mm:ss"&&(v.value=`${A}:${k}`)};(()=>{if(v.value){f.value=r.modelValue;const x=v.value.split(":");y(x[0],x[1],x[2])}})();const w=({activeHour:x,activeMinute:A,activeSecond:k})=>{e.value=x.value||"00",n.value=A.value||"00",a.value=k.value||"00",f.value=`${e.value}:${n.value}:${a.value}`,y(e.value,n.value,a.value)},S=()=>{v.value||(v.value="00:00:00");const x=r.minTime.split(":"),A=r.maxTime.split(":");v.value>r.maxTime?(f.value=r.maxTime,y(A[0],A[1],A[2])):v.value<r.minTime&&(f.value=r.minTime,y(x[0],x[1],x[2])),i.value=!0},N=()=>{r.disabled||S()};return Ht.onClickOutside(u,()=>{i.value=!1},{ignore:[s]}),{showPopup:i,trueTimeValue:C,timePickerValue:h,inputDom:s,timePopupDom:d,showClearIcon:p,firsthandActiveTime:f,vModeValue:v,clickVerifyFun:N,isOutOpen:()=>{r.autoOpen&&(S(),i.value=r.autoOpen)},clearAll:x=>{if(x.stopPropagation(),r.minTime!=="00:00:00"){const A=r.minTime.split(":");e.value=A[0],n.value=A[1],a.value=A[2]}else e.value="00",n.value="00",a.value="00";f.value=`${e.value}:${n.value}:${a.value}`,y(e.value,n.value,a.value)},chooseTime:x=>{if(x.type)x.type.toLowerCase()==="hh"?e.value=x.time:x.type.toLowerCase()==="mm"?n.value=x.time:x.type.toLowerCase()==="ss"&&(a.value=x.time),f.value=`${e.value}:${n.value}:${a.value}`,y(e.value,n.value,a.value);else{const A=x.time.split(":");e.value=A[0],n.value=A[1],a.value=A[2],f.value=`${e.value}:${n.value}:${a.value}`,y(e.value,n.value,a.value)}},overlayRef:u,changeTimeData:w}}const wE={showPopup:{type:Boolean,default:!1},popupTop:{type:Number,default:-100},popupLeft:{type:Number,default:-100},popupWidth:{type:Number,default:300},popupFormat:{type:String,default:"hh:mm:ss"},minTime:{type:String,default:"00:00:00"},maxTime:{type:String,default:"23:59:59"},bindData:{type:String,default:"00:00:00"}};var Tz="";function NE(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}var rg=t.defineComponent({name:"DTimePopup",props:wE,emits:["submitData","change"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTimePopup",a),r=Ce("time-popup"),i=t.ref(),s=t.ref(),u=Ia("hour"),d=Ia("minute"),h=Ia("second");t.onMounted(()=>{nC(u,d,h,e.minTime,e.maxTime,e.popupFormat),s.value.setOuterTime(e.bindData)}),t.watch(()=>[e.showPopup,e.bindData],([g,C],[,y])=>{g||C!==y?s.value.setOuterTime(C):s.value.resetScrollTop()});const p=()=>s.value.getNewTime(),f=g=>{n.emit("change",g)},v=()=>{n.emit("submitData")};return n.expose({changTimeData:p}),()=>{var C,y;let g;return t.createVNode("div",{ref:i,class:r.b(),style:{width:e.popupWidth+"px"}},[t.createVNode(Zh,{ref:s,hourList:u,minuteList:d,secondList:h,minTime:e.minTime,maxTime:e.maxTime,format:e.popupFormat,onChange:f},null),t.createVNode("div",{class:r.m("btn")},[t.createVNode("div",{class:"popup-slots"},[(y=(C=n.slots).default)==null?void 0:y.call(C)]),t.createVNode("div",{onClick:t.withModifiers(v,["stop"])},[t.createVNode(mn,{variant:"solid",color:"secondary",size:"sm"},NE(g=o("ok"))?g:{default:()=>[g]})])])])}}}),Vz="",Su=t.defineComponent({name:"DTimePicker",components:{TimePopup:rg,DInput:Ft},props:Kh,emits:["change","update:modelValue"],setup(e,n){const a=Ce("time-picker"),o=t.ref("00"),r=t.ref("00"),i=t.ref("00"),s=e.format.toLowerCase(),u=t.ref(["bottom-start","top-start"]),{showPopup:d,trueTimeValue:h,inputDom:p,overlayRef:f,showClearIcon:v,firsthandActiveTime:g,chooseTime:C,clickVerifyFun:y,isOutOpen:b,clearAll:w,timePopupDom:S,vModeValue:N,changeTimeData:V}=bE(o,r,i,s,e),D=()=>{d.value=!1,n.emit("change",h.value)};return t.onMounted(b),t.watch(h,L=>{n.emit("update:modelValue",h.value),L!==e.minTime&&L!=="00:00"?v.value=!0:v.value=!1}),n.expose({clearAll:w,chooseTime:C}),()=>t.createVNode("div",{class:a.b()},[t.createVNode(Ft,{modelValue:N.value,ref:p,placeholder:e.placeholder,disabled:e.disabled,readonly:e.readonly,size:e.size,onFocus:y},{suffix:()=>t.createVNode("span",{class:"time-input-icon",onClick:y},[t.createVNode("span",{onClick:w,class:"clear-button"},[v.value?t.createVNode(Be,{size:"small",name:"close"},null):""]),t.createVNode(Be,{size:"small",name:"time"},null)])}),t.createVNode(t.Teleport,{to:"body"},{default:()=>[t.createVNode(t.Transition,{name:"fade"},{default:()=>{var L;return[t.createVNode(bt,{modelValue:d.value,"onUpdate:modelValue":x=>d.value=x,ref:f,origin:(L=p.value)==null?void 0:L.$el,position:u.value,align:"start",style:{zIndex:"var(--devui-z-index-dropdown, 1052)"}},{default:()=>[t.createVNode(rg,{ref:S,showPopup:d.value,popupWidth:e.timePickerWidth,popupFormat:e.format.toLowerCase(),minTime:e.minTime,maxTime:e.maxTime,bindData:g.value,onSubmitData:D,onChange:V},{default:()=>{var x,A;return[(A=(x=n.slots).customViewTemplate)==null?void 0:A.call(x)]}})]})]}})]})])}}),SE={title:"TimePicker \u65F6\u95F4\u9009\u62E9\u5668",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.component(Su.name,Su)}};const TE={modelValue:{type:String,default:""},disabled:{type:Boolean,default:!1},start:{type:String,default:"00:00"},end:{type:String,default:"24:00"},step:{type:String,default:"00:30"},minTime:{type:String,default:"-1:-1"},maxTime:{type:String,default:"24:00"},placeholder:{type:String,default:""},size:{type:String},"onUpdate:modelValue":{type:Function},clearable:{type:Boolean,default:!0}};function VE(e,n){const a=t.ref(),o=S=>`${S}`.padStart(2,"0"),r=S=>{const N=(S||"").split(":");if(N.length<2)return null;const V=Number.parseInt(N[0],10),D=Number.parseInt(N[1],10);return{hour:V,minute:D}},i=S=>`${o(S.hour)}:${o(S.minute)}`,s=(S,N)=>{const V=r(S),D=r(N),L={hour:V.hour,minute:V.minute};return L.minute+=D.minute,L.hour+=D.hour,L.hour+=Math.floor(L.minute/60),L.minute=L.minute%60,i(L)},u=t.computed(()=>{const S=r(e.start);return S?i(S):"00:00"}),d=t.computed(()=>{const S=r(e.end);return S?i(S):"24:00"}),h=t.computed(()=>{const S=r(e.step);return S&&S.hour>=0&&S.minute>=0&&S.hour+S.minute>0?i(S):"00:30"}),p=t.computed(()=>{const S=r(e.minTime);return S?i(S):null}),f=t.computed(()=>{const S=r(e.maxTime);return S?i(S):null}),v=(S,N)=>{const V=r(S),D=r(N),L=V.minute+V.hour*60,x=D.minute+D.hour*60;return L===x?0:L>x?1:-1};return{options:t.computed(()=>{const S=[];if(e.start&&e.end&&e.step){let N=u.value,V;for(;v(N,d.value)<=0;)V=N,S.push({value:V,name:V,disabled:v(N,p.value||"-1:-1")<0||v(N,f.value||"24:00")>0}),N=s(N,h.value)}return S}),changeData:S=>{n.emit("update:modelValue",S.value),n.emit("change",S.value)},select:a,clearData:S=>{n.emit("update:modelValue",S)},focusFun:S=>{n.emit("focus",S)},blurFun:S=>{n.emit("blur",S)}}}var Tu=t.defineComponent({name:"DTimeSelect",components:{Select:Ya},props:TE,emits:["change","blur","focus","update:modelValue"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTimeSelect",a),{options:r,changeData:i,select:s,clearData:u,focusFun:d,blurFun:h}=VE(e,n);return()=>t.createVNode(Ya,{ref:s,modelValue:e.modelValue,options:r.value,onValueChange:i,placeholder:e.placeholder||o("placeholder"),"option-disabled-key":"disabled",disabled:e.disabled,"allow-clear":e.clearable,size:e.size,onClear:u,onFocus:d,onBlur:h},null)}}),xE={title:"TimeSelect \u65F6\u95F4\u9009\u62E9\u5668",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.component(Tu.name,Tu)}};const LE={direction:{type:String,default:"vertical"},center:{type:Boolean,default:!1},mode:{type:String,default:"normal"},timePosition:{type:String,default:"left"}},DE={time:{type:String},dotColor:{type:String},lineStyle:{type:String,default:"solid"},lineColor:{type:String},position:{type:String},timePosition:{type:String,default:"left"},type:{type:String,default:"primary"}};var bl=t.defineComponent({name:"DTimelineItem",components:{DIcon:Be},props:DE,emits:[],setup(e,n){const a=t.inject("timeAxis"),o="devui-timeline-item",r=()=>{var h,p;return t.createVNode("div",{class:`${o}-time`},[n.slots.time?(p=(h=n.slots).time)==null?void 0:p.call(h):e.time])},i=()=>{var h,p;return t.createVNode("div",{class:`${o}-content`},[(p=(h=n.slots).default)==null?void 0:p.call(h,e)])},s=h=>h.includes(e.position)?i():a.props.direction==="horizontal"||e.timePosition==="left"?r():"",u=h=>h==="primary"?"":t.createVNode("i",{class:`icon-${h==="success"?"right":h}-o`},null),d=()=>{var h,p;return n.slots.dot?t.createVNode("div",{style:{color:e.dotColor},class:`${o}-dot`},[" ",(p=(h=n.slots).dot)==null?void 0:p.call(h)]):t.createVNode("div",{class:`${o}-dot ${o}-type-${e.type}`,style:{borderColor:e.dotColor}},[u(e.type)])};return()=>t.createVNode("div",{class:o},[t.createVNode("div",{class:`${o}-data-left ${o}-data-top`},[s(["top","left"])]),t.createVNode("div",{class:`${o}-axis`},[d(),a.props.direction==="vertical"&&e.timePosition==="bottom"?r():"",t.createVNode("div",{class:`${o}-line ${o}-line-style-${e.lineStyle}`,style:{borderColor:e.lineColor}},[n.slots.extra?t.createVNode("div",{class:`${o}-line-extra`},[n.slots.extra()]):""])]),t.createVNode("div",{class:`${o}-data-right ${o}-data-bottom`},[s(["right","bottom"])])])}}),xz="",Vu=t.defineComponent({name:"DTimeline",components:{TimelineItem:bl},props:LE,emits:[],setup(e,n){t.provide("timeAxis",{ctx:n,props:e});const a=t.ref(),o=t.reactive({marginLeft:"0px",height:"auto"}),r=()=>{o.height="auto",o.marginLeft="0px",e.direction==="horizontal"&&t.nextTick(()=>{var s;const i=a.value;e.center&&(o.marginLeft=(((s=i==null?void 0:i.firstElementChild)==null?void 0:s.clientWidth)||0)/2+"px"),o.height=Math.max(...Array.from(i==null?void 0:i.querySelectorAll(".devui-timeline-item-data-top")).map(u=>u.clientHeight),...Array.from(i==null?void 0:i.querySelectorAll(".devui-timeline-item-data-bottom")).map(u=>u.clientHeight))*2+Math.max(...Array.from(i==null?void 0:i.querySelectorAll(".devui-timeline-item-axis")).map(u=>u.clientHeight))+"px"})};return t.onMounted(()=>{r()}),t.watch(t.toRef(e,"direction"),()=>{r()}),()=>{const i=(d,h)=>h?t.createVNode(d,{position:h},null):t.createVNode(d,null,null),s=()=>{var p,f,v;const d=(v=(f=(p=n.slots).default)==null?void 0:f.call(p))!=null?v:[];let h;return d.length===1&&d[0].type===t.Fragment?h=d[0].children||[]:h=d,h.map((g,C)=>{var y,b,w,S,N,V,D,L;return C+1===h.length&&!((y=g.props)==null?void 0:y.lineStyle)&&!((b=g.props)==null?void 0:b["line-style"])&&(g=t.createVNode(g,{"line-style":"none"},null)),!((w=g.props)==null?void 0:w.timePosition)&&!((S=g.props)==null?void 0:S["time-position"])&&(g=t.createVNode(g,{"time-position":e.timePosition?e.timePosition:"left"},null)),e.direction==="horizontal"?((N=g.props)==null?void 0:N.position)==="top"||((V=g.props)==null?void 0:V.position)==="bottom"?g:e.mode==="alternative"?i(g,C%2===0?"bottom":"top"):i(g,"bottom"):((D=g.props)==null?void 0:D.position)==="left"||((L=g.props)==null?void 0:L.position)==="right"?g:e.mode==="alternative"?i(g,C%2===0?"left":"right"):i(g,"right")})},u=()=>e.direction==="horizontal"?"horizontal":"vertical";return t.createVNode("div",{class:`devui-timeline devui-timeline-${u()} ${e.center?"devui-timeline-"+u()+"-center":""} `,ref:a,style:o},[s()])}}}),kE={title:"Timeline \u65F6\u95F4\u8F74",category:"\u6570\u636E\u5C55\u793A",status:"100%",install(e){e.component(Vu.name,Vu),e.component(bl.name,bl)}};const EE={title:{type:String,default:""},height:{type:Number,default:320},data:{type:Array,default:()=>[]},defaultChecked:{type:Array,default:()=>[]},filter:{type:[Boolean,Function],default:!1},unit:{type:String,default:""},placeholder:{type:String,default:""},isKeyupSearch:{type:Boolean,default:!0},search:{type:Function},direction:{type:String,default:"source"},isDrag:{type:Boolean,default:!1},sortMethods:{type:Function},dragstart:{type:Function},drop:{type:Function},dragend:{type:Function},onUpdateAllChecked:{type:Function},onChangeChecked:{type:Function},renderContent:{type:Function}},AE=(e,n)=>{const a=t.ref(!1),o=t.ref(""),r=t.computed(()=>`${e.height}px`),i=t.computed(()=>e.data.filter(y=>typeof e.filter=="function"?e.filter(y,o.value):y.name.toLocaleUpperCase().includes(o.value.toLocaleUpperCase()))),s=t.computed(()=>i.value.filter(y=>!y.disabled)),u=t.computed(()=>i.value.length),d=t.computed(()=>i.value.length?e.defaultChecked.length:i.value.length),h=t.computed(()=>a.value?!1:!!(i.value.length&&e.defaultChecked.length>0)),p=y=>{const b=s.value.map(S=>S.value),w=y?b:[];n.emit("updateAllChecked",w)},f=()=>{const y=s.value.map(b=>b.value);a.value=y.length>0&&y.every(b=>e.defaultChecked.includes(b))},v=y=>{n.emit("changeChecked",y)},g=y=>{o.value=y,e.search&&typeof e.search=="function"&&e.search(e.direction,i.value,y)},C=(y,b,w)=>{n.emit("updateData",y,b,w)};return t.watchEffect(()=>{f()}),t.watch(()=>e.defaultChecked,y=>{f(),n.emit("changeChecked",y)}),{bodyHeight:r,filterData:i,checkableData:s,allChecked:a,allHalfchecked:h,allNum:u,checkedNum:d,query:o,changeAllCheckedHandle:p,updateModelValueHandle:g,updateCheckedDataHandle:v,updateDataHandle:C}},ME={title:{type:String,default:""},checked:{type:Boolean,default:!1},halfchecked:{type:Boolean,default:!1},total:{type:Number,default:0},checkedNum:{type:Number,default:0},unit:{type:String,default:""},onChange:{type:Function},search:{type:Function}},IE=(e,n)=>({allCheckedChangeHandle:o=>{n.emit("change",o)}});var lg=t.defineComponent({name:"DTransferHeader",components:{DCheckbox:ht},props:ME,emits:["change"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTransfer",a),r=Ce("transfer"),{allCheckedChangeHandle:i}=IE(e,n);return()=>n.slots.header&&typeof n.slots.header=="function"?n.slots.header():t.createVNode("div",{class:r.em("panel","header")},[t.createVNode("div",{class:r.em("panel","header-allChecked")},[t.createVNode(ht,{modelValue:e.checked,halfChecked:e.halfchecked,onChange:s=>{i(s)}},{default:()=>[e.title]})]),t.createVNode("div",{class:r.em("panel","header-num")},[e.checkedNum,t.createTextVNode("/"),e.total,t.createVNode("span",{class:r.em("panel","header-num-unit")},[e.unit||o("headerUnit")])])])}});const FE={height:{type:Number,default:320},data:{type:Array,default:()=>[]},defaultChecked:{type:Array,default:()=>[]},filter:{type:[Boolean,Function],default:!1},queryString:{type:String,default:""},placeholder:{type:String,default:""},isKeyupSearch:{type:Boolean,default:!0},search:{type:Function},isDrag:{type:Boolean,default:!1},onChange:{type:Function,default:void 0},dragstart:{type:Function},drop:{type:Function},dragend:{type:Function},renderContent:{type:Function}},_E=(e,n)=>{const a=t.computed(()=>`${e.height}px`),o=t.ref(""),r=t.ref([]),i=t.ref(null),s=t.ref(),u=t.ref(null),d=t.ref(0),h=t.ref(null),p=D=>{n.emit("updateQueryString",D)},f=(D,L)=>{r.value[D].checked=L,n.emit("change",r.value.filter(x=>x.checked).map(x=>x.value))},v=()=>{s.value="",u.value=null,i.value=null},g=D=>{const{clientY:L}=D;if(!h.value)return-1;const{top:x,bottom:A,height:k}=D.target.getBoundingClientRect(),F=Math.max(k*.25,2);return L<=x+F?-1:L>=A-F?1:0},C=(D,L)=>{D.stopPropagation(),h.value=D.target,e.dragstart&&typeof e.dragstart=="function"&&e.dragstart(D,L)},y=(D,L,x)=>{D.stopPropagation(),i.value=x?L.value:null},b=(D,L)=>{if(D.preventDefault(),D.stopPropagation(),clearTimeout(d.value),i.value===L.value)return;const x=g(D);d.value=window.setTimeout(()=>{s.value=L.value,u.value=x},0)},w=(D,L)=>{if(D.preventDefault(),D.stopPropagation(),L.value===s.value){const x=g(D);if(x===u.value)return;u.value=x}},S=(D,L)=>{D.stopPropagation()},N=(D,L)=>{D.preventDefault(),D.stopPropagation(),e.drop&&typeof e.drop=="function"&&e.drop(D,L),n.emit("updateDataPosition",i.value,L.value,u.value)},V=(D,L)=>{D.stopPropagation(),e.dragend&&typeof e.dragend=="function"&&e.dragend(D,L),v()};return t.watchEffect(()=>{const D=[];o.value=e.queryString,e.data.forEach(L=>{D.push({value:L.value,name:L.name,checked:e.defaultChecked.includes(L.value)})}),r.value=D}),{bodyHeight:a,query:o,checkedListModels:r,dragHighlight:i,dragOverNodeKey:s,dropPosition:u,dragTimer:d,dragRef:h,updateFilterQueryHandle:p,updateCheckedListModels:f,setCurrentDragItem:y,setDragOverNodeKeyHandle:b,dragoverHandle:w,dragleaveHandle:S,dropHandle:N,dragendHandle:V,dragstartHandle:C}};var Lz="";function ig(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}var sg=t.defineComponent({name:"DTransferBody",components:{DSearch:Wo,DCheckbox:ht,DCheckboxGroup:No,DIcon:Be},props:FE,emits:["change","update:modelValue","updateQueryString","updateDataPosition"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTransferBody",a),r=Ce("transfer"),{bodyHeight:i,query:s,checkedListModels:u,dragHighlight:d,dropPosition:h,dragOverNodeKey:p,updateFilterQueryHandle:f,updateCheckedListModels:v,setCurrentDragItem:g,setDragOverNodeKeyHandle:C,dragoverHandle:y,dragleaveHandle:b,dropHandle:w,dragendHandle:S,dragstartHandle:N}=_E(e,n),V=()=>t.createVNode("div",{class:r.em("panel","body-search")},[t.createVNode(Wo,{modelValue:s.value,placeholder:e.placeholder||o("placeholder"),"is-keyup-search":e.isKeyupSearch,size:"sm",onSearch:k=>{f(k)}},null)]),D=k=>e.renderContent?e.renderContent(t.h,k):k.name,L=()=>e.data.map(k=>{let F;return t.createVNode(ht,{disabled:k.disabled,value:k.value,class:"transfer-checkbox"},ig(F=D(k))?F:{default:()=>[F]})}),x=()=>{let k;return e.data.length?t.createVNode(No,{modelValue:e.defaultChecked,class:r.em("panel","body-list-group"),onChange:F=>{n.emit("change",F)}},ig(k=L())?k:{default:()=>[k]}):t.createVNode("div",{class:r.em("panel","body-list-empty")},[o("noData")])},A=()=>e.data.length?e.data.map((k,F)=>{const O=p.value===k.value;return t.createVNode("div",{class:{[r.em("panel","body-list-item")]:!0,[r.em("panel","body-list-drag-dragging")]:d.value===k.value,[r.em("panel","body-list-drag-over-top")]:O&&h.value===-1,[r.em("panel","body-list-drag-over-bottom")]:O&&h.value===1},onDragstart:B=>{N(B,k)},onDragenter:B=>{C(B,k)},onDragover:B=>{y(B,k)},onDragleave:B=>{b(B,k)},onDrop:B=>{w(B,k)},onDragend:B=>{S(B,k)},draggable:k.value===d.value},[t.createVNode("span",{class:"icon icon-drag-small",onMousedown:B=>{g(B,k,!0)},onMouseout:B=>{g(B,k,!1)}},null),t.createVNode(ht,{label:k.name,key:k.value,disabled:k.disabled,modelValue:u.value[F]&&u.value[F].checked,onChange:B=>{v(F,B)}},null)])}):t.createVNode("div",{class:r.em("panel","body-list-empty")},[o("noData")]);return()=>t.createVNode("div",{class:r.em("panel","body")},[e.filter&&V(),t.createVNode("div",{class:r.em("panel","body-list"),style:{height:i.value}},[e.isDrag?A():x()])])}}),xu=t.defineComponent({name:"DTransferPanel",components:{transferHeader:lg,transferBody:sg},props:EE,emits:["updateAllChecked","changeButtonState","changeChecked","updateData"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTransfer",a),r=Ce("transfer"),{allChecked:i,allHalfchecked:s,allNum:u,checkedNum:d,filterData:h,query:p,changeAllCheckedHandle:f,updateModelValueHandle:v,updateCheckedDataHandle:g,updateDataHandle:C}=AE(e,n);return()=>t.createVNode("div",{class:r.e("panel")},[t.createVNode(lg,{title:e.title,checkedNum:d.value,unit:e.unit||o("panelUnit"),checked:i.value,halfchecked:s.value,total:u.value,search:e.search,onChange:y=>{f(y)}},{header:n.slots.header}),t.createVNode(sg,{height:e.height,filter:e.filter,isKeyupSearch:e.isKeyupSearch,isDrag:e.isDrag,placeholder:e.placeholder,defaultChecked:e.defaultChecked,search:e.search,dragstart:e.dragstart,drop:e.drop,dragend:e.dragend,data:h.value,queryString:p.value,renderContent:e.renderContent,onChange:y=>{g(y)},onUpdateQueryString:y=>{v(y)},onUpdateDataPosition:(y,b,w)=>{C(y,b,w)}},null)])}});const PE={sourceDisabled:{type:Boolean,default:!0},targetDisabled:{type:Boolean,default:!0},onToTarget:{type:Function},onToSource:{type:Function}},BE=(e,n)=>({toTargetHandle:()=>{n.emit("toTarget")},toSourceHandle:()=>{n.emit("toSource")}});var cg=t.defineComponent({name:"DTransferOperate",components:{DButton:mn},props:PE,setup(e,n){const a=Ce("transfer"),{toTargetHandle:o,toSourceHandle:r}=BE(e,n);return()=>t.createVNode("div",{class:a.e("operate")},[n.slots.operate&&typeof n.slots.operate=="function"?n.slots.operate():t.createVNode("div",{class:a.em("operate","group")},[t.createVNode(mn,{class:a.em("operate","group-left"),shape:"circle",size:"lg",disabled:e.targetDisabled,icon:"chevron-right",variant:e.targetDisabled?"outline":"solid",color:e.targetDisabled?"secondary":"primary",onClick:()=>o()},null),t.createVNode(mn,{class:a.em("operate","group-right"),shape:"circle",size:"lg",disabled:e.sourceDisabled,icon:"collapse",variant:e.sourceDisabled?"outline":"solid",color:e.sourceDisabled?"secondary":"primary",onClick:()=>r()},null)])])}});const $E={modelValue:{type:Array,default:()=>[]},data:{type:Array,default:()=>[]},sourceDefaultChecked:{type:Array,default:()=>[]},targetDefaultChecked:{type:Array,default:()=>[]},titles:{type:Array,default:()=>["sourceHeader","targetHeader"]},sourceOption:{type:Array,default:()=>[]},targetOption:{type:Array,default:()=>[]},filter:{type:[Boolean,Function],default:!1},height:{type:Number,default:320},unit:{type:String,default:""},placeholder:{type:String,default:""},isKeyupSearch:{type:Boolean,default:!0},isSourceDrag:{type:Boolean,default:!1},isTargetDrag:{type:Boolean,default:!1},search:{type:Function},sortMethods:{type:Function},dragstart:{type:Function},drop:{type:Function},dragend:{type:Function},renderContent:{type:Function}},OE=(e,n)=>{const a=t.computed(()=>e.titles[0]),o=t.computed(()=>e.titles[1]),r=t.ref([]),i=t.ref([]),s=t.ref([]),u=t.ref([]),d=t.ref("source"),h=t.ref("target"),p=t.computed(()=>i.value.length===0),f=t.computed(()=>r.value.length===0),v=t.ref("source"),g=t.ref([]),C=()=>({data:(()=>{var k;return e.data&&typeof e.sortMethods=="function"?(k=e.sortMethods(e.data))!=null?k:[]:e.data})()}),y=k=>{r.value=k},b=k=>{i.value=k},w=k=>{r.value=k},S=k=>{i.value=k},N=()=>{const k=u.value.map(F=>F.value);n.emit("update:modelValue",k),n.emit("change",k,v.value,g.value)},V=()=>{const k=[];s.value=s.value.filter(F=>r.value.includes(F.value)?(k.push(F),!1):!0),r.value=[],u.value=u.value.concat(k),v.value="target",g.value=k},D=()=>{const k=[];u.value=u.value.filter(F=>i.value.includes(F.value)?(k.push(F),!1):!0),i.value=[],s.value=s.value.concat(k),v.value="source",g.value=k};t.watch(u,()=>{N()});const L=(k,F,O)=>{const B=O==="source"?s.value:u.value;let q=-1,H=-1,j=null,P=null;for(let R=0;R<B.length;R++)B[R].value===k&&(q=R,j=B[R]),B[R].value===F&&(H=R,P=B[R]);return{startIndex:q,endIndex:H,dragItem:j,dropItem:P}},x=(k,F,O)=>{const{startIndex:B,endIndex:q,dragItem:H}=L(k,F,"source");let j=q;O===1&&(j=q+1),B<j?(s.value.splice(j,0,H),s.value.splice(B,1)):(s.value.splice(B,1),s.value.splice(j,0,H)),n.emit("sourceDragEnd",[...s.value])},A=(k,F,O)=>{const{startIndex:B,endIndex:q,dragItem:H}=L(k,F,"target");let j=q;O===1&&(j=q+1),B<j?(u.value.splice(j,0,H),u.value.splice(B,1)):(u.value.splice(B,1),u.value.splice(j,0,H)),n.emit("targetDragEnd",[...u.value])};return t.onMounted(()=>{const{data:k}=C(),F=[],O=[];k.forEach(H=>{e.sourceDefaultChecked.includes(H.value)&&H.disabled===!1&&F.push(H.value),e.targetDefaultChecked.includes(H.value)&&H.disabled===!1&&O.push(H.value)});const B=[],q=[];k.forEach(H=>{e.modelValue.includes(H.value)?q.push(H):B.push(H)}),s.value=B,u.value=q,r.value=F,i.value=O}),{sourceTitle:a,targetTitle:o,sourceData:s,targetData:u,sourceDisabled:p,targetDisabled:f,sourceChecked:r,targetChecked:i,sourceDirection:d,targetDirection:h,updateSourceAllCheckedHandle:y,updateTargetAllCheckedHandle:b,updateSourceCheckedHandle:w,updateTargetCheckedHandle:S,toMoveTargetHandle:V,toMoveSourceHandle:D,updateSourceDataHandle:x,updateTargetDataHandle:A}};var Lu=t.defineComponent({name:"DTransfer",components:{transferPanel:xu,transferOperate:cg},props:$E,emits:["update:modelValue","change","sourceDragEnd","targetDragEnd"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTransfer",a),r=Ce("transfer"),{sourceTitle:i,targetTitle:s,sourceDisabled:u,targetDisabled:d,sourceData:h,targetData:p,sourceChecked:f,targetChecked:v,sourceDirection:g,targetDirection:C,updateSourceAllCheckedHandle:y,updateTargetAllCheckedHandle:b,updateSourceCheckedHandle:w,updateTargetCheckedHandle:S,toMoveTargetHandle:N,toMoveSourceHandle:V,updateSourceDataHandle:D,updateTargetDataHandle:L}=OE(e,n);return()=>t.createVNode("div",{class:r.b()},[n.slots.header&&n.slots.header(),t.createVNode(xu,{filter:e.filter,isKeyupSearch:e.isKeyupSearch,isDrag:e.isSourceDrag,height:e.height,unit:e.unit||o("unit"),placeholder:e.placeholder,sortMethods:e.sortMethods,search:e.search,dragstart:e.dragstart,drop:e.drop,dragend:e.dragend,title:i.value,data:h.value,defaultChecked:f.value,direction:g.value,renderContent:e.renderContent,class:r.e("source"),onUpdateAllChecked:x=>{y(x)},onChangeChecked:x=>{w(x)},onUpdateData:(x,A,k)=>{D(x,A,k)}},{header:n.slots.sourceHeader}),t.createVNode(cg,{sourceDisabled:u.value,targetDisabled:d.value,onToTarget:()=>{N()},onToSource:()=>{V()}},ee({},n.slots)),t.createVNode(xu,{filter:e.filter,isKeyupSearch:e.isKeyupSearch,isDrag:e.isTargetDrag,height:e.height,unit:e.unit||o("unit"),placeholder:e.placeholder,sortMethods:e.sortMethods,search:e.search,dragstart:e.dragstart,drop:e.drop,dragend:e.dragend,title:s.value,data:p.value,defaultChecked:v.value,direction:C.value,renderContent:e.renderContent,class:r.e("target"),onUpdateAllChecked:x=>{b(x)},onChangeChecked:x=>{S(x)},onUpdateData:(x,A,k)=>{L(x,A,k)}},{header:n.slots.targetHeader})])}}),RE={title:"Transfer \u7A7F\u68AD\u6846",category:"\u6570\u636E\u5F55\u5165",status:"60%",install(e){e.component(Lu.name,Lu)}};const Du="use-tree-token",ug="tree-instance",qo=30,dg=24,fg={check:{type:[Boolean,String],default:!1},dragdrop:{type:[Boolean,Object],default:!1},operate:{type:[Boolean,String,Array],default:!1}},zE=ye(ee({data:{type:Object,default:[]}},fg),{height:{type:[Number,String]}}),HE=ee({data:{type:Object,default:{}}},fg);function jE(e=t.ref({checkStrategy:"both"})){return function(a,o,r){const{setNodeValue:i,getNode:s,getChildren:u,getParent:d}=o,h=y=>{i(y,"checked",!0),r.emit("check-change",y)},p=(y,b,w)=>{y.disableCheck||i(y,b,w)},f=y=>{i(y,"checked",!1),r.emit("check-change",y)},v=(y,b)=>{if(!y.parentId)return;const w=d(y);if(!w)return;let S=b;b?w.checked||p(w,"checked",!0):u(w).filter(D=>D.checked&&D.id!==y.id).length===0?p(w,"checked",!1):(p(w,"checked",!0),S=!0),w.parentId&&v(w,S)};return{checkNode:h,uncheckNode:f,toggleCheckNode:y=>{const b=s(y).checked;b?(i(y,"checked",!1),r.emit("check-change",y),["downward","both"].includes(e.value.checkStrategy)&&u(y).forEach(w=>p(w,"checked",!1))):(i(y,"checked",!0),r.emit("check-change",y),["downward","both"].includes(e.value.checkStrategy)&&u(y).forEach(w=>p(w,"checked",!0))),["upward","both"].includes(e.value.checkStrategy)&&v(y,!b)},getCheckedNodes:()=>a.value.filter(y=>y.checked)}}}let ku=[];function hg(){return{setInitSelectedNode:o=>{ku.push(o)},getInitSelectedNodes:()=>ku,clearInitSelectedNodes:()=>{ku=[]}}}const{setInitSelectedNode:WE}=hg();function wl(e,n="children",a=0,o=[]){return a++,e.reduce((r,i,s)=>{var h,p,f;const u=Object.assign({},i);if(u.id===void 0&&(u.id=va(),u.idType="random"),u.selected&&WE(u),u.level=a,u.parentChildNodeCount=e.length,u.currentIndex=s,u.childNodeCount=((h=u.children)==null?void 0:h.length)||0,o.length>0&&((p=o[o.length-1])==null?void 0:p.level)>=a)for(;((f=o[o.length-1])==null?void 0:f.level)>=a;)o.pop();o.push(u);const d=o[o.length-2];return d&&(u.parentId=d.id),u[n]?r.concat(bi(u,"children"),wl(u[n],n,a,o)):r.concat(ye(ee({},u),{isLeaf:u.isLeaf!==!1}))},[])}const pg={expanded:!1,recursive:!0};function UE(){const e=new Map;return function(a){const o=g=>{var C;return(C=a.value.find(y=>y.id===g.id))==null?void 0:C.level},r=(g,C=pg)=>{if(g.isLeaf)return[];let y=g.id||"";if(C.expanded&&(y+="_expanded"),C.recursive&&(y+="_recursive"),g.id&&e.has(y)){const D=e.get(g.id);if(D)return D}const b=()=>t.computed(()=>{let D=[];const L=[];for(let x=0,A=a==null?void 0:a.value.length;x<A;x++){const k=a==null?void 0:a.value[x];D.map(F=>F.id).includes(k.id)||(k.expanded!==!0&&!k.isLeaf&&(D=r(k)),L.push(k))}return L}),w=[],S=ee(ee({},pg),C),N=S.expanded?b():a,V=N.value.findIndex(D=>D.id===g.id);for(let D=V+1;D<N.value.length&&o(g)<N.value[D].level;D++)(S.recursive&&!N.value[D].isHide||o(g)===N.value[D].level-1&&!N.value[D].isHide)&&w.push(N.value[D]);return g.id&&e.set(y,w),w},i=()=>{e.clear()},s=g=>a.value.find(C=>C.id===g.parentId),u=()=>t.computed(()=>{let g=[];const C=[];for(let y=0,b=a==null?void 0:a.value.length;y<b;y++){const w=a==null?void 0:a.value[y];g.map(S=>S.id).includes(w.id)||w.isHide||(w.expanded!==!0&&(g=r(w)),C.push(w))}return C}),d=g=>g?a.value.findIndex(C=>C.id===g.id):-1,h=g=>a.value.find(C=>C.id===g.id),p=(g,C,y)=>{i(),d(g)!==-1&&(a.value[d(g)][C]=y)},f=g=>{i(),a.value=wl(g)},v=()=>a.value;return t.onUnmounted(()=>{i()}),{getLevel:o,getChildren:r,clearNodeMap:i,getParent:s,getExpendedTree:u,getIndex:d,getNode:h,setNodeValue:p,setTree:f,getTree:v}}}const Eu=e=>typeof e=="boolean"?e?"both":"none":e,Nl=(e,n="id",a="children",o)=>e.map(r=>{var s;const i=ye(ee({},r),{parentId:o});return(!(n in i)||!i[n])&&(i[n]=va(),i.idType="random"),a in i&&Array.isArray(i[a])&&((s=i[a])==null?void 0:s.length)?(i[a]=Nl(i[a],n,a,i[n]),"isLeaf"in i&&delete i.isLeaf):"isLeaf"in i||(i.isLeaf=!0),i.parentId||delete i.parentId,i}),Au=Z("tree"),Mu={dropPrev:Au.em("node","drop-prev"),dropNext:Au.em("node","drop-next"),dropInner:Au.em("node","drop-inner")};function YE(e,n){return function(){const o=t.reactive({dropType:void 0,draggingNode:null,draggingTreeNode:null}),r=t.computed(()=>n.value.reduce((C,y)=>ye(ee({},C),{[y.id]:y}),{})),i=C=>{C==null||C.classList.remove(...Object.values(Mu))},s=(C,y)=>{var w;const b=(w=r.value[C])==null?void 0:w.parentId;return b===y?!0:b!==void 0?s(b,y):!1},u=(C,y,b)=>{const w=ic(n.value);let S,N;const V=D=>{!Array.isArray(D)||D.every((L,x)=>S&&N?!1:(L.id===C?S={target:D,index:x,item:L}:L.id===y&&(N={target:D,index:x,item:L}),(!S||!N)&&Array.isArray(L.children)&&V(L.children),!0))};if(V(w),S&&N&&b){const D=Object.assign({},S.target[S.index]);if(b==="dropPrev")N.target.splice(N.index,0,D);else if(b==="dropNext")N.target.splice(N.index+1,0,D);else if(b==="dropInner"){const x=N.target[N.index].children;Array.isArray(x)?x.unshift(D):N.target[N.index].children=[D]}const L=S.target.indexOf(S.item);L!==-1&&S.target.splice(L,1)}return w},d=()=>{o.dropType=void 0,o.draggingNode=null,o.draggingTreeNode=null};return{onDragstart:(C,y)=>{var w;C.stopPropagation(),o.draggingNode=C.target,o.draggingTreeNode=y;const b={type:"tree-node",nodeId:y.id};(w=C.dataTransfer)==null||w.setData("Text",JSON.stringify(b))},onDragover:C=>{if(C.preventDefault(),C.stopPropagation(),!!o.draggingNode&&e.dragdrop){if(C.dataTransfer&&(C.dataTransfer.dropEffect="move"),!n)return;let y={};typeof e.dragdrop=="object"?y=e.dragdrop:e.dragdrop===!0&&(y={dropInner:!0});const{dropPrev:b,dropNext:w,dropInner:S}=y;let N;const V=b?S?.25:w?.45:1:-1,D=w?S?.75:b?.55:0:1,L=C.currentTarget,x=L==null?void 0:L.getBoundingClientRect(),A=C.clientY-((x==null?void 0:x.top)||0);if(A<((x==null?void 0:x.height)||0)*V?N="dropPrev":A>((x==null?void 0:x.height)||0)*D?N="dropNext":S?N="dropInner":N=void 0,N){const k=L==null?void 0:L.classList;k&&(k.contains(Mu[N])||(i(L),k.add(Mu[N])))}else i(L);o.dropType=N}},onDragleave:C=>{C.stopPropagation(),!!o.draggingNode&&i(C.currentTarget)},onDrop:(C,y)=>{var w;if(C.preventDefault(),C.stopPropagation(),i(C.currentTarget),!o.draggingNode||!e.dragdrop)return;const b=(w=C.dataTransfer)==null?void 0:w.getData("Text");if(b){try{const S=JSON.parse(b);if(typeof S=="object"&&S.type==="tree-node"){const N=S.nodeId,V=s(y.id,N);if(N===y.id||V)return;if(o.dropType){let D=u(N,y.id,o.dropType);D=Nl(D),n.value=D}}}catch(S){console.error(S)}d()}},onDragend:C=>{C.preventDefault(),C.stopPropagation(),d()}}}}function qE(){return function(n,a,o){const{getNode:r,setNodeValue:i,getIndex:s,getChildren:u}=a,d=(v,g)=>{g.value.forEach(C=>{C.level-1===v.level&&!C.parentId&&(C.parentId=v.id)})},h=(v,g)=>{const C=s(v);C!==-1&&n.value.splice(C+1,0,...g.value)},p=v=>{const g=r(v.node);i(g,"loading",!1);const C=t.ref(wl(v.treeItems,"children",g.level));d(g,C),h(g,C);const y=u(g);i(g,"childNodeCount",y.length)};return{lazyLoadNodes:v=>{const g=r(v);!g.isLeaf&&!g.childNodeCount&&(i(v,"loading",!0),o.emit("lazy-load",v,p))}}}}function mg(){return function(n,a){const{setNodeValue:o,getChildren:r,getIndex:i,getLevel:s,getParent:u}=a;return{insertBefore:(f,v,g)=>{const C=r(f,{recursive:!1}),y=C[C.length-1];let b=i(f)+1;g?b=i(g):y&&(b=i(y)+1),o(f,"expanded",!0),o(f,"isLeaf",!1);let w=f.childNodeCount;w||(w=0,o(f,"childNodeCount",w+1)),y&&o(y,"parentChildNodeCount",C.length+1);const S=t.ref(ye(ee({},v),{level:s(f)+1,parentId:f.id,isLeaf:!0,parentChildNodeCount:C.length+1,currentIndex:y&&typeof y.currentIndex=="number"?y.currentIndex+1:0}));S.value.id===void 0&&(S.value.id=va()),n.value=n.value.slice(0,b).concat(S.value,n.value.slice(b,n.value.length))},removeNode:(f,v={recursive:!0})=>{v.recursive||r(f).forEach(g=>{o(g,"level",s(g)-1)}),n.value=n.value.filter(g=>v.recursive?g.id!==f.id&&!r(f).map(C=>C.id).includes(g.id):g.id!==f.id),u(f)&&r(u(f)).length===0&&o(u(f),"isLeaf",!0)},editNode:(f,v)=>{o(f,"label",v)}}}}function KE(){return function(n,a){const{setNodeValue:o,getChildren:r}=a,{removeNode:i}=mg()(n,a);return{mergeTreeNodes:()=>{const u=d=>{var p;if(d.isLeaf)return;const h=r(d,{recursive:!1});(h==null?void 0:h.length)===1?r(h[0],{recursive:!1}).length!==0?(o(d,"label",d.label+" / "+((p=h[0])==null?void 0:p.label)),i(h[0],{recursive:!1}),u(d)):o(h[0],"parentId",d.id):h.forEach(f=>{u(f)})};n.value.filter(d=>d.level===1).forEach(d=>{u(d)})}}}}function ZE(){return function(n,a){const{clearNodeMap:o,getExpendedTree:r}=a,i=t.ref(),s=()=>{n.value.forEach(g=>{g.childrenMatched=!1,g.isHide=!1,g.isMatched=!1,g.matchedText=""}),i.value&&i.value.scrollTo(0)},u=(g,C,y)=>n.value[g].parentId===n.value[C].parentId&&n.value[g].isMatched||y.has(n.value[g].id)&&n.value[g].childrenMatched,d=(g,C,y)=>{const b=Se.exports.trim(g).toLocaleLowerCase();for(let w=0;w<n.value.length;w++){const S=C?n.value[w][C]:n.value[w].label,N=y?y.test(S):S.toLocaleLowerCase().includes(b);if(n.value[w].isMatched=N,N){if(n.value[w].matchedText=C?n.value[w].label:b,!n.value[w].parentId)continue;let V=w-1;const D=new Set;for(D.add(n.value[w].parentId);V>=0&&n.value[V].parentId&&!u(V,w,D);)D.has(n.value[V].id)&&(n.value[V].childrenMatched=!0,n.value[V].expanded=!0,D.add(n.value[V].parentId)),V--;V>=0&&!n.value[V].parentId&&D.has(n.value[V].id)&&(n.value[V].childrenMatched=!0,n.value[V].expanded=!0)}}},h=(g,C,y)=>y.has(n.value[g].id)&&n.value[g].isMatched,p=()=>{n.value.forEach((g,C)=>{if(g.isMatched||g.childrenMatched)g.isHide=!1;else{if(!g.parentId){g.isHide=!0;return}let y=C-1;const b=new Set;for(b.add(n.value[C].parentId);y>=0&&n.value[y].parentId&&!h(y,C,b);)b.has(n.value[y].id)&&b.add(n.value[y].parentId),y--;!n.value[y].parentId&&!n.value[y].isMatched?g.isHide=!0:g.isHide=!1}})},f=()=>{let g=0;const C=r().value;for(;g<=C.length-1&&!C[g].isMatched;)g++;return g>=C.length?0:g};return{virtualListRef:i,searchTree:(g,C)=>{if(o(),s(),!!g&&(d(g,C.matchKey,C.pattern),C.isFilter&&p(),i.value)){const y=f();i.value.scrollTo(y)}}}}}function GE(){return function(n,a,o){const{setNodeValue:r}=a,{getInitSelectedNodes:i,clearInitSelectedNodes:s}=hg();let u;const d=v=>{if(v.disableSelect)return;const g=i();if(g.length&&(g.forEach(C=>{r(C,"selected",!1)}),s()),u){const C=n.value.findIndex(y=>y.id===u.id);r(n.value[C],"selected",!1)}r(v,"selected",!0),o.emit("select-change",v),u=v},h=v=>{r(v,"selected",!1),o.emit("select-change",v)};return{selectNode:d,deselectNode:h,toggleSelectNode:v=>{v.selected?h(v):d(v)},getSelectedNode:()=>n.value.find(v=>v.selected)}}}function XE(){return function(n,a,o,r){const{getNode:i,setNodeValue:s}=a,{lazyLoadNodes:u}=r,d=v=>{v.disableToggle||v.loading||(s(v,"expanded",!0),o.emit("toggle-change",v))},h=v=>{v.disableToggle||v.loading||(s(v,"expanded",!1),o.emit("toggle-change",v))};return{expandNode:d,collapseNode:h,toggleNode:v=>{v.disableToggle||v.loading||(i(v).expanded?h(v):d(v),u(v))},expandAllNodes:()=>{n.value.forEach(v=>{d(v)})}}}}const QE=[XE()];function JE(e,n=[],a){const o=t.ref(wl(e)),r=UE()(o),i=qE()(o,r,a),s=QE.concat(n).reduce((u,d)=>ee(ee({},u),d(o,r,a,i)),{});return ee(ee({treeData:o},s),r)}const Pn=Z("tree");function gg(e){const n=t.computed(()=>{var f;return[Pn.e("node"),((f=e.value)==null?void 0:f.expanded)&&Pn.em("node","open")]}),a=t.computed(()=>{var f;return{paddingLeft:`${dg*(((f=e.value)==null?void 0:f.level)-1)}px`}}),o=t.computed(()=>{var f;return[((f=e.value)==null?void 0:f.level)!==1&&Pn.e("node-vline")]}),r=t.computed(()=>{if(!e.value||e.value.level===1)return[];const{currentIndex:f=0,parentChildNodeCount:v=0,level:g,expanded:C,isLeaf:y}=e.value;return Array.from({length:e.value.level-1}).map((b,w)=>({height:`${f+1===v&&w===0&&(y||!C)?qo/2:qo}px`,left:`${dg*(g-w-2)+9}px`,top:"0px"}))}),i=t.computed(()=>{var f;return[((f=e.value)==null?void 0:f.level)!==1&&Pn.e("node-hline")]}),s=t.computed(()=>{var f;return[Pn.e("node-content"),((f=e.value)==null?void 0:f.selected)&&"active"]}),u=t.computed(()=>{var f;return[Pn.e("node-title"),((f=e.value)==null?void 0:f.disableSelect)&&"select-disabled"]}),d=t.computed(()=>Pn.e("node-operation-area")),h=t.computed(()=>{var y,b;const f=((y=e.value)==null?void 0:y.matchedText)||"",v=((b=e.value)==null?void 0:b.label)||"",g=w=>w.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),C=new RegExp("("+g(f)+")","gi");return v.split(C)}),p=Pn.e("match-highlight");return{nodeClass:n,nodeStyle:a,nodeContentClass:s,nodeTitleClass:u,nodeVLineClass:o,nodeVLineStyles:r,nodeHLineClass:i,nodeOperationAreaClass:d,matchedContents:h,highlightCls:p}}var vg=t.defineComponent({name:"DTreeNodeToggle",props:{data:{type:Object,default:()=>({})}},setup(e){const{data:n}=t.toRefs(e),{toggleNode:a}=t.inject(Du),o=Z("tree");return()=>{var r;return t.createVNode("span",{class:[o.e("node-folder"),((r=n.value)==null?void 0:r.disableToggle)&&"toggle-disabled"],onClick:i=>{i.stopPropagation(),a&&a(n.value)}},[n.value.isLeaf?t.createVNode("span",{class:o.e("node-indent")},null):n.value.expanded?t.createVNode(ng,{class:"mr-xs"},null):t.createVNode(ag,{class:"mr-xs"},null)])}}}),yg=t.defineComponent({name:"DTreeNodeLoading",setup(){const e=t.getCurrentInstance(),n=We("DTree",e),a=Z("loading-children ");return()=>t.createVNode("span",{class:a.b()},[`${n("loading")||"Loading"}...`])}}),Cg=t.defineComponent({name:"DTreeNodeContent",props:{data:{type:Object,default:()=>({})}},setup(e){const{data:n}=t.toRefs(e),{nodeTitleClass:a,matchedContents:o,highlightCls:r}=gg(n);return()=>{var i,s,u;return t.createVNode("span",{class:a.value},[!((i=n.value)==null?void 0:i.matchedText)&&((s=n.value)==null?void 0:s.label),((u=n.value)==null?void 0:u.matchedText)&&o.value.map((d,h)=>h%2===0?d:t.createVNode("span",{class:r},[d]))])}}}),eA=t.defineComponent({name:"DTreeNode",props:HE,setup(e,{slots:n}){const a=t.getCurrentInstance(),o=We("DTree",a),{data:r,check:i,dragdrop:s,operate:u}=t.toRefs(e),{toggleSelectNode:d,toggleCheckNode:h,toggleNode:p,getChildren:f,insertBefore:v,removeNode:g,getNode:C,onDragstart:y,onDragover:b,onDragleave:w,onDrop:S,onDragend:N}=t.inject(Du),V=t.inject(ug),D=Z("tree"),{nodeClass:L,nodeStyle:x,nodeContentClass:A,nodeVLineClass:k,nodeVLineStyles:F,nodeHLineClass:O,nodeOperationAreaClass:B}=gg(r),q=t.computed(()=>{var ne;if(!((ne=r.value)==null?void 0:ne.checked))return!1;const Q=Eu(i.value);if(["upward","both"].includes(Q)){const se=(f==null?void 0:f(r.value))||[],K=se==null?void 0:se.filter(Y=>Y.checked);return K.length>0&&K.length<se.length}else return!1}),H=t.computed(()=>{var Q,ne,se;return{key:(Q=r.value)==null?void 0:Q.id,disabled:(ne=r.value)==null?void 0:ne.disableCheck,halfChecked:q.value,modelValue:(se=r.value)==null?void 0:se.checked,"onUpdate:modelValue":()=>{h==null||h(r.value)},onClick:K=>{K.stopPropagation()}}}),j=t.ref(!1),P=()=>{j.value=!0},R=()=>{j.value=!1};return()=>{var ne,se;let Q={};return s.value&&!((ne=r.value)==null?void 0:ne.disableSelect)&&(Q={draggable:!0,onDragstart:K=>y==null?void 0:y(K,r.value),onDragover:K=>b==null?void 0:b(K),onDragleave:K=>w==null?void 0:w(K),onDrop:K=>S==null?void 0:S(K,r.value),onDragend:K=>N==null?void 0:N(K)}),t.createVNode("div",{class:L.value,style:x.value,onMouseenter:P,onMouseleave:R},[F.value.map(K=>t.createVNode("span",{class:k.value,style:K},null)),t.createVNode("span",{class:O.value,style:bi(F.value[0],["height","top"])},null),t.createVNode("div",t.mergeProps({class:A.value,onClick:()=>{d==null||d(r.value),V==null||V.emit("node-click",r.value)}},Q),[n.icon?t.renderSlot(t.useSlots(),"icon",{nodeData:r,toggleNode:p}):t.createVNode(vg,{data:r.value},null),t.createVNode("div",{class:D.em("node-content","value-wrapper"),style:{height:`${qo}px`}},[i.value&&t.createVNode(ht,H.value,null),n.default?t.renderSlot(t.useSlots(),"default",{nodeData:r}):t.createVNode(Cg,{data:r.value},null),((se=C==null?void 0:C(r.value))==null?void 0:se.loading)?n.loading?t.renderSlot(t.useSlots(),"loading"):t.createVNode(yg,null,null):"",s.value&&t.createVNode(t.Fragment,null,[t.createVNode("div",{class:D.em("node","drop-top")},null),t.createVNode("div",{class:D.em("node","drop-bottom")},null),t.createVNode("div",{class:D.em("node","drop-left")},null),t.createVNode("div",{class:D.em("node","drop-right")},null)])]),u.value&&j.value&&t.createVNode("div",{class:B.value},[t.createVNode(t.resolveComponent("d-icon"),{name:"add",onClick:()=>{v==null||v(r.value,{label:o("newNode")||"New node"})}},null),t.createVNode(t.resolveComponent("d-icon"),{name:"delete",onClick:()=>{g==null||g(r.value)}},null)])])])}}}),Dz="",Iu=t.defineComponent({name:"DTree",props:zE,emits:["toggle-change","check-change","select-change","node-click","lazy-load"],setup(e,n){const{slots:a,expose:o}=n,r=t.getCurrentInstance(),{check:i,dragdrop:s,operate:u}=t.toRefs(e),d=Z("tree"),h=t.ref(),p=t.ref(Nl(e.data)),f=[GE(),mg(),KE(),ZE()],v=t.ref({checkStrategy:Eu(i.value)});i.value&&f.push(jE(v)),s.value&&f.push(YE(e,p));const g=JE(p.value,f,n),{setTree:C,getExpendedTree:y,toggleNode:b,virtualListRef:w}=g;t.watch(p,C),t.watch(()=>e.data,N=>{p.value=Nl(N)}),t.watch(i,N=>{v.value.checkStrategy=Eu(N)}),t.provide(Du,g),t.provide(ug,r),o({treeFactory:g});const S=N=>a.default?t.renderSlot(t.useSlots(),"default",{treeFactory:g,nodeData:N}):t.createVNode(eA,{data:N,check:i.value,dragdrop:s.value,operate:u.value,key:N.id},{default:()=>a.content?t.renderSlot(t.useSlots(),"content",{nodeData:N}):t.createVNode(Cg,{data:N},null),icon:()=>a.icon?t.renderSlot(t.useSlots(),"icon",{nodeData:N,toggleNode:b}):t.createVNode(vg,{data:N},null),loading:()=>a.loading?t.renderSlot(t.useSlots(),"loading",{nodeData:N}):t.createVNode(yg,null,null)});return()=>{const N=y==null?void 0:y().value,V={item:L=>S(L)};let D={};return e.height&&(D={height:e.height,data:N,itemHeight:qo}),e.height?t.createVNode(vn,t.mergeProps({ref:w,class:d.b()},D),V):t.createVNode("div",{ref:h,class:d.b()},[t.createVNode(t.TransitionGroup,{name:d.m("list")},{default:()=>[N==null?void 0:N.map(S)]})])}}}),tA={title:"Tree \u6811",category:"\u6570\u636E\u5C55\u793A",status:"50%",install(e){e.component(Iu.name,Iu)}},kz="";const nA={modelValue:{type:[String,Number,Array],default:""},treeData:{type:Array,default:()=>[]},placeholder:{type:String,default:""},disabled:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},leafOnly:{type:Boolean,default:!1},searchable:{type:Boolean,default:!1},allowClear:{type:Boolean,default:!1},enableLabelization:{type:Boolean,default:!1},onToggleChange:{type:Function,default:void 0},onValueChange:{type:Function,default:void 0}},Fu=new Map;function aA(e){return e.forEach(n=>{let a=1;n.level=a,Fu.set(n.label,n);const o=[];for(o.push(n);o.length!==0;){const r=o.shift();r.children&&r.children.forEach(i=>{i.level=a+1,i.parent=r,Fu.set(i.label,i),o.push(i)}),a+=1}}),e}function bg(e,n){let a=e;return typeof n=="object"&&Object.keys(n).forEach(o=>{n[o]&&(a+=` ${o}`)}),a}function oA(e){const n=t.ref(!1);return{visible:n,selectToggle:()=>{e.disabled||(n.value=!n.value)},treeToggle:(r,i)=>{r.preventDefault(),r.stopPropagation(),i.opened=!i.opened}}}function rA(e){const n=t.ref([]),a=new Set,o=u=>{e.multiple?(u.checked=!u.checked,u.halfchecked&&(u.halfchecked=!1),r(u),i(u),s(u),n.value=[...a]):n.value=u.label},r=u=>{u.checked===!0?a.add(u.label):a.has(u.label)&&a.delete(u.label)},i=u=>{if(!u.parent)return;let d="";switch(u.parent.children.filter(p=>p.checked===!0).length){case 0:d="none";break;case u.parent.children.length:d="checked";break;default:d="halfchecked";break}d==="checked"?(u.parent.checked=!0,u.parent.halfchecked=!1):d==="halfchecked"?(u.parent.halfchecked=!0,u.parent.checked=!1):(u.parent.checked=!1,u.parent.halfchecked=!1),r(u.parent),i(u.parent)},s=u=>{!u.children||u.children.forEach(d=>{d.checked=u.checked,r(d),s(d)})};return{inputValue:n,selectValue:o}}function lA(e,n,a){return{isClearable:t.computed(()=>!e.disabled&&e.allowClear),handleClearAll:s=>{s.preventDefault(),s.stopPropagation(),e.multiple?(n.emit("update:modelValue",[]),a.value=[]):(n.emit("update:modelValue",""),a.value="")},handleClearItem:(s,u)=>{s.preventDefault(),s.stopPropagation(),e.multiple?(a.value.splice(a.value.indexOf(u),1),n.emit("update:modelValue",a.value)):(n.emit("update:modelValue",[]),a.value=[])}}}var iA=()=>t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",class:"svg-icon svg-icon-close"},[t.createVNode("g",{"stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("rect",{x:"0.5",y:"0.5",width:"15",height:"15",rx:"2",stroke:"#5e7ce0"},null),t.createVNode("rect",{x:"4",y:"7",width:"8",height:"2",fill:"#5e7ce0"},null)])]),sA=()=>t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",class:"svg-icon"},[t.createVNode("g",{stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("rect",{x:"0.5",y:"0.5",width:"15",height:"15",rx:"2",stroke:"#252b3a"},null),t.createVNode("path",{fill:"#252b3a",d:"M8.75,4 L8.75,7.25 L12,7.25 L12,8.75 L8.749,8.75 L8.75,12 L7.25,12 L7.249,8.75 L4,8.75 L4,7.25 L7.25,7.25 L7.25,4 L8.75,4 Z"},null)])]),Ko=t.defineComponent({name:"DTreeSelect",directives:{ClickOutside:Ri},props:nA,emits:["toggleChange","valueChange","update:modelValue"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTree",a),{treeData:r,placeholder:i,disabled:s,multiple:u,leafOnly:d,enableLabelization:h}=t.toRefs(e),{visible:p,selectToggle:f,treeToggle:v}=oA(e),{inputValue:g,selectValue:C}=rA(e),{isClearable:y,handleClearAll:b,handleClearItem:w}=lA(e,n,g),S=A=>{d.value&&A.children||(C(A),!u.value&&f(A))},N=(A,k)=>{w(A,k),C(Fu.get(k))},V=bg("devui-tree-select",{"devui-tree-select-open":p.value,"devui-tree-select-disabled":s.value}),D=bg("devui-tree-select-value",{"devui-tree-select-value-enableLabelization":h.value}),L=A=>t.createVNode("div",{class:"devui-tree-select-item",style:{paddingLeft:`${20*(A.level-1)}px`},onClick:()=>S(A)},[A.children?A.opened?t.createVNode(iA,{class:"mr-xs",onClick:k=>v(k,A)},null):t.createVNode(sA,{class:"mr-xs",onClick:k=>v(k,A)},null):t.createVNode("span",null,["\xA0\xA0\xA0"]),n.slots.default?n.slots.default({item:A}):u.value?A.halfchecked?t.createVNode(ht,{label:A.label,halfchecked:A.halfchecked},null):t.createVNode(ht,{label:A.label,checked:A.checked},null):A.label]),x=A=>A.map(k=>k.children?t.createVNode(t.Fragment,null,[L(k),k.opened&&x(k.children)]):L(k));return()=>t.withDirectives(t.createVNode("div",{class:V},[t.createVNode("div",{class:y.value?"devui-tree-select-clearable":"devui-tree-select-notclearable",onClick:()=>f()},[t.createVNode("div",{class:"devui-tree-select-input",placeholder:i.value||o("selectPlaceholder")},[u.value?g.value.map(A=>t.createVNode("div",{class:D},[A,h.value?t.createVNode(t.resolveComponent("d-icon"),{name:"close",onClick:k=>N(k,A)},null):t.createVNode("span",null,[t.createTextVNode(",")])])):!Array.isArray(g.value)&&t.createVNode("div",{class:D},[g.value,h.value&&t.createVNode(t.resolveComponent("d-icon"),{name:"close",onClick:A=>w(A)},null)])]),t.createVNode("span",{onClick:A=>b(A),class:"devui-tree-select-clear"},[t.createVNode(t.resolveComponent("d-icon"),{name:"close"},null)]),t.createVNode("span",{class:"devui-tree-select-arrow"},[t.createVNode(t.resolveComponent("d-icon"),{name:"select-arrow"},null)])]),t.createVNode(t.Transition,{name:"fade",ref:"dropdownRef"},{default:()=>[t.withDirectives(t.createVNode("div",{class:"devui-tree-select-dropdown"},[t.createVNode("ul",{class:"devui-tree-select-dropdown-list"},[x(aA(r.value))])]),[[t.vShow,p.value]])]})]),[[t.resolveDirective("click-outside"),()=>p.value=!1]])}});Ko.install=function(e){e.component(Ko.name,Ko)};var cA={title:"TreeSelect \u6811\u5F62\u9009\u62E9\u6846",category:"\u6570\u636E\u5F55\u5165",status:"20%",install(e){e.use(Ko)}},pt=(e=>(e[e.preLoad=0]="preLoad",e[e.uploading=1]="uploading",e[e.uploaded=2]="uploaded",e[e.failed=3]="failed",e))(pt||{});const uA={accept:{type:String},webkitdirectory:{type:Boolean,default:!1},uploadOptions:{type:Object},multiple:{type:Boolean,default:!1},autoUpload:{type:Boolean,default:!0},placeholder:{type:String,default:""},modelValue:{type:Array,default:()=>[]},droppable:{type:Boolean,default:!1},beforeUpload:{type:Function},dynamicUploadOptionsFn:{type:Function},disabled:{type:Boolean,default:!1},onChange:{type:Function},fileDrop:{type:Function,default:void 0},fileOver:{type:Function,default:void 0},fileSelect:{type:Function,default:void 0},deleteUploadedFile:{type:Function,default:void 0},onError:{type:Function,default:void 0},onSuccess:{type:Function,default:void 0},onExceed:{type:Function,default:void 0},onProgress:{type:Function,default:void 0},onPreview:{type:Function,default:void 0},oneTimeUpload:{type:Boolean,default:!1},limit:{type:Number,default:0},httpRequest:{type:Function,default:void 0}},dA=e=>{const n=t.ref(""),a=p=>{const f=document.createEvent("MouseEvents");f.initMouseEvent("click",!0,!0,window,1,0,0,0,0,!1,!1,!1,!1,0,null),p.dispatchEvent(f)},o=({multiple:p,accept:f,webkitdirectory:v})=>new Promise(g=>{const C=document.getElementById("d-upload-temp");C&&document.body.removeChild(C);const y=document.createElement("input");y.style.position="fixed",y.style.left="-2000px",y.style.top="-2000px",y.setAttribute("id","d-upload-temp"),y.setAttribute("type","file"),p&&y.setAttribute("multiple",""),f&&y.setAttribute("accept",f),v&&y.setAttribute("webkitdirectory",""),y.addEventListener("change",b=>{g(Array.prototype.slice.call(b.target.files))}),document.body.appendChild(y),a(y)}),r=(p,f)=>{if(p){const v=p.split(","),g=f.type.replace(/\/.*$/,"");return v.some(C=>{const y=C.trim();return y.startsWith(".")?f.name.toLowerCase().indexOf(y.toLowerCase(),f.name.toLowerCase().length-y.toLowerCase().length)>-1:/\/\*$/.test(y)?g===y.replace(/\/.*$/,""):f.type===y})}return!0},i=(p,f)=>f?p>1024*1024*f:!1;return{triggerSelectFiles:p=>{const{multiple:f,accept:v,webkitdirectory:g}=p;return o({multiple:f,accept:v,webkitdirectory:g})},_validateFiles:(p,f,v)=>r(f,p)?v&&i(p.size,v.maximumSize)?{checkError:!0,errorMsg:e("getBeyondMaximalFileSizeMsg")(p.name,v.maximumSize||0)}:{checkError:!1,errorMsg:void 0}:{checkError:!0,errorMsg:e("getNotAllowedFileTypeMsg")(p.name,f)},triggerDropFiles:p=>Promise.resolve(p),checkAllFilesSize:(p,f)=>{if(i(p,f))return n.value=e("getAllFilesBeyondMaximalFileSizeMsg")(f),{checkError:!0,errorMsg:n.value}}}};class wg{constructor(n,a){ie(this,"xhr");ie(this,"status");ie(this,"response");ie(this,"percentage",0);this.file=n,this.uploadOptions=a,this.file=n,this.uploadOptions=a,this.status=pt.preLoad}send(n){return new Promise((a,o)=>{const{uri:r,method:i,headers:s,authToken:u,authTokenHeader:d,additionalParameter:h,fileFieldName:p,withCredentials:f,responseType:v}=this.uploadOptions||{},g=d||"Authorization",C=p||"file";this.xhr=new XMLHttpRequest,this.xhr.open(i||"POST",r||""),f&&(this.xhr.withCredentials=f),v&&(this.xhr.responseType=v),u&&this.xhr.setRequestHeader(g,u),s&&Object.keys(s).forEach(b=>{var w;(w=this.xhr)==null||w.setRequestHeader(b,s[b])}),this.xhr.upload.onprogress=b=>{this.percentage=Math.round(b.loaded*100/b.total)};const y=n&&n.length?this.oneTimeUploadFiles(C,h,n):this.parallelUploadFiles(C,h);this.xhr.send(y),this.status=pt.uploading,this.xhr.onabort=()=>{this.status=pt.preLoad,this.xhr=null},this.xhr.onerror=()=>{var b,w;this.response=(b=this.xhr)==null?void 0:b.response,this.status=pt.failed,o({file:this.file,response:(w=this.xhr)==null?void 0:w.response})},this.xhr.onload=()=>{var b,w,S;((b=this.xhr)==null?void 0:b.readyState)===4&&this.xhr.status>=200&&this.xhr.status<300?(this.response=this.xhr.response,this.status=pt.uploaded,a({file:this.file,response:this.xhr.response})):(this.response=(w=this.xhr)==null?void 0:w.response,this.status=pt.failed,o({file:this.file,response:(S=this.xhr)==null?void 0:S.response}))}})}parallelUploadFiles(n,a){const o=new FormData;return o.append(n,this.file,this.file.name),a&&Object.keys(a).forEach(r=>{o.append(r,a[r])}),o}oneTimeUploadFiles(n,a,o){const r=new FormData;return o.forEach(i=>{r.append(n,i.file,i.file.name),a&&Object.keys(a).forEach(s=>{r.append(s,a[s])})}),r}cancel(){this.xhr&&this.xhr.abort()}}const fA=()=>{const e=t.ref([]),n=t.ref([]),a=g=>{let C=!0;for(let y=0;y<e.value.length;y++)if(g===e.value[y].file.name){C=!1,n.value.indexOf(g)===-1&&n.value.push(g);break}return C},o=(g,C)=>{C&&C.checkSameName?a(g.name)&&e.value.push(new wg(g,C)):e.value.push(new wg(g,C))},r=()=>e.value.map(g=>g.file),i=()=>e.value.map(g=>g),s=async g=>{if(!g||!g.length)return Promise.reject("no files");let C=[];return await g[0].send(g).finally(()=>C=g.map(y=>(y.status=g[0].status,y.percentage=g[0].percentage,{file:y.file,response:g[0].response}))),C};return{fileUploaders:e,getFiles:r,addFile:o,getFullFiles:i,deleteFile:g=>{const C=e.value.find(y=>y.file===g);C==null||C.cancel(),e.value=e.value.filter(y=>g!==y.file)},upload:async g=>{let C=[];if(g){g.percentage=0;const y=await g.send();C.push(y)}else{const y=e.value.filter(S=>S.status===pt.preLoad),b=e.value.filter(S=>S.status===pt.failed),w=y.length>0?y:b;C=await Promise.all(w.map(async S=>(S.percentage=0,await S.send())))}return C.length>0?Promise.resolve(C):Promise.reject("no files")},removeFiles:()=>{e.value=[],n.value=[]},getSameNameFiles:()=>n.value.join(),resetSameNameFiles:()=>{n.value=[]},_oneTimeUpload:()=>{const g=e.value.filter(C=>C.status!==pt.uploaded);return s(g)}}};var Ez="",_u=t.defineComponent({name:"DUpload",props:uA,emits:["fileDrop","fileOver","fileSelect","deleteUploadedFile","update:modelValue"],setup(e,n){const a=t.getCurrentInstance(),o=We("DUpload",a),{uploadOptions:r,placeholder:i,autoUpload:s,disabled:u,beforeUpload:d,droppable:h,oneTimeUpload:p,modelValue:f,multiple:v,accept:g,webkitdirectory:C,limit:y,httpRequest:b}=t.toRefs(e),w=Z("upload"),S=Z("input-group"),N=Z("form-control"),V=Z("input-group-addon"),{triggerSelectFiles:D,_validateFiles:L,triggerDropFiles:x,checkAllFilesSize:A}=dA(o),{fileUploaders:k,addFile:F,getFullFiles:O,deleteFile:B,upload:q,resetSameNameFiles:H,removeFiles:j,_oneTimeUpload:P,getSameNameFiles:R}=fA(),Q=t.ref(!1),ne=t.ref([]),se=re=>{$c.open({type:"warning",content:re})},K=()=>{var ce;let re=0;if(k.value.forEach(Ve=>{re+=Ve.file.size;const ke=L(Ve.file,(g==null?void 0:g.value)||"",Ve.uploadOptions);if(ke&&ke.checkError){B(Ve.file),se(ke.errorMsg);return}}),p.value){const Ve=A(re,((ce=r==null?void 0:r.value)==null?void 0:ce.maximumSize)||0);Ve&&Ve.checkError&&(j(),se(Ve.errorMsg))}},Y=re=>{Q.value=re,n.emit("fileOver",re)},te=re=>{const ce=f.value.filter(Ve=>Ve.name!==re.name);n.emit("deleteUploadedFile",re),n.emit("update:modelValue",ce)},pe=(re,ce,Ve)=>{re==null||re.stopPropagation(),Ve===pt.uploaded&&te(ce),B(ce)},me=()=>{let re=Promise.resolve(!0);if(d==null?void 0:d.value){const ce=d==null?void 0:d.value(O());typeof ce!="undefined"&&(typeof ce=="boolean"?re=Promise.resolve(ce):re=ce)}return re},Te=(re,ce)=>{re&&re.stopPropagation(),me().then(Ve=>{if(!Ve){j();return}if(typeof(b==null?void 0:b.value)=="function"){const ve=k.value.map(at=>at.file);b.value(ve);return}const ke=p.value?P():q(ce);e.onProgress&&e.onProgress(ne.value,f.value),ke==null||ke.then(ve=>{e.onSuccess&&e.onSuccess(ve);const at=ve.map(Dt=>Dt.file),Xe=[...at,...f.value];n.emit("update:modelValue",Xe),e.onChange&&e.onChange(at,Xe)}).catch(ve=>{e.onError&&e.onError(ve),e.onChange&&e.onChange([ve.file],f.value)})})},Pe=re=>{H(),re.then(ce=>{if(y.value&&f.value.length+ce.length>y.value){e.onExceed&&e.onExceed(ce,f.value);return}e.onChange&&e.onChange(ce,f.value),ce.forEach(ke=>{v.value||j(),F(ke,r==null?void 0:r.value)}),K();const Ve=R();(r==null?void 0:r.value)&&r.value.checkSameName&&Ve.length&&se(o("getExistSameNameFilesMsg")(Ve)),ne.value=k.value.filter(ke=>ke.status===pt.preLoad).map(ke=>ke.file),n.emit("fileSelect",ne.value),s.value&&Te()}).catch(ce=>{se(ce.message)})},Me=()=>{u.value||Pe(D({accept:g==null?void 0:g.value,multiple:v.value,webkitdirectory:C.value}))},xe=re=>{Q.value=!1,Pe(x(re)),n.emit("fileDrop",re)},tt=(re,ce)=>{Te(re,ce)},X=re=>{k.value.forEach(ce=>{pe(re,ce.file,ce.status)})},ue=(re,ce)=>{re==null||re.stopPropagation(),e.onPreview&&e.onPreview(ce)};return n.expose({submit:tt,clearFiles:X}),()=>{var re,ce,Ve,ke;return t.createVNode("div",null,[t.withDirectives(t.createVNode("div",{class:w.b(),style:`border: ${Q.value?"1px solid #15bf15":"0"}`},[((ce=(re=n.slots).default)==null?void 0:ce.call(re))?t.createVNode("div",{onClick:Me},[n.slots.default()]):t.createVNode("div",{class:[S.b(),u.value?"disabled":""],onClick:Me},[k.value.length===0&&t.createVNode("div",{class:[N.b(),w.e("placeholder")]},[i.value||o("placeholder")]),k.value.length>0&&t.createVNode("ul",{class:[N.b(),w.e("files-list")]},[k.value.map((ve,at)=>t.createVNode("li",{key:at,class:[w.e("file-item"),w.e("file-tag")],style:"display: inline-block;",title:ve.file.name,onClick:Xe=>ue(Xe,ve.file)},[t.createVNode("span",{class:[w.e("filename"),ve.status===pt.failed?w.m("failed-color"):""]},[ve.file.name]),t.createVNode(t.resolveComponent("d-icon"),{name:"close",class:[(ve==null?void 0:ve.status)===pt.failed?w.e("delete-file-button"):"",(ve==null?void 0:ve.status)===pt.uploading||(ve==null?void 0:ve.status)===pt.uploaded?w.e("delete"):""],onClick:Xe=>pe(Xe,ve.file,ve.status)},null),ve.status===pt.uploading&&t.createVNode("div",{class:["icon",w.e("progress")]},[t.createVNode(t.resolveComponent("d-progress"),{isCircle:!0,percentage:ve.percentage,barbgcolor:"#50D4AB",strokeWidth:8,showContent:!1},null)]),ve.status===pt.failed&&t.createVNode(t.resolveComponent("d-icon"),{name:"running",onClick:Te},null),ve.status===pt.uploaded&&t.createVNode(t.resolveComponent("d-icon"),{name:"right",color:"#50d4ab"},null)]))]),t.createVNode("span",{class:V.b()},[t.createVNode(t.resolveComponent("d-icon"),{name:"more-operate",color:"#252b3a"},null)])])]),[[t.resolveDirective("file-drop"),{droppable:h,isSingle:!v,onFileDrop:xe,onFileOver:Y}]]),t.createVNode("div",null,[(ke=(Ve=n.slots)["uploaded-files"])==null?void 0:ke.call(Ve,{uploadedFiles:f.value,deleteFile:te})])])}}});const Ng=e=>{var n;return e.dataTransfer?e.dataTransfer:(n=e.originalEvent)==null?void 0:n.dataTransfer},hA=e=>e?e.indexOf?e.indexOf("Files")!==-1:e.contains?e.contains("Files"):!1:!1,Pu=e=>{e.preventDefault(),e.stopPropagation()},pA=(e,n)=>{const{onFileOver:a}=n.value;e.addEventListener("dragover",o=>{const r=Ng(o);!hA(r.types)||(Pu(o),a&&a(!0))})},mA=(e,n)=>{const{onFileOver:a}=n.value;e.addEventListener("dragleave",o=>{o.currentTarget!==e&&(Pu(o),a&&a(!0))})},gA=(e,n)=>{const{onFileDrop:a,isSingle:o}=n.value;e.addEventListener("drop",r=>{const i=Ng(r);!i||(Pu(r),o?a&&a([i.files[0]]):a&&a(Array.from(i.files)))})},Sg={mounted:(e,n)=>{const{droppable:a}=n.value;!a||(pA(e,n),mA(e,n),gA(e,n))}};var vA={title:"Upload \u4E0A\u4F20",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.directive("file-drop",Sg),e.component(_u.name,_u)}},Az="";const yA=[yv,bv,Ev,Ov,b2,w2,L2,_2,O2,q2,X2,J2,t5,M5,b5,P5,r6,s6,j6,U6,J6,b3,hC,vC,VC,LC,AC,YC,DV,i2,ab,FV,$V,ZV,C2,tx,s3,ax,ux,dx,fx,px,Sx,Hx,rL,dL,hL,mL,kL,ay,tD,nD,Sy,oD,cD,pD,gD,CD,wD,ID,OD,jL,WD,qD,tk,ik,sk,dk,mk,gk,Ck,pE,w6,OL,yE,CE,SE,xE,kE,fV,RE,tA,cA,vA,G3];var CA={version:"1.6.3-markdown.1",install(e){yA.forEach(n=>e.use(n))}};U.Accordion=gi,U.ActionTimeline=vi,U.Alert=Ni,U.Anchor=Si,U.Aside=xc,U.AutoComplete=Hi,U.AutoFocus=ji,U.Avatar=wo,U.BackTop=Wi,U.Badge=Ui,U.Breadcrumb=Yi,U.BreadcrumbItem=Tr,U.Button=mn,U.ButtonGroup=qi,U.Card=Ki,U.Carousel=Zi,U.CarouselItem=Gi,U.Cascader=es,U.Checkbox=ht,U.CheckboxButton=Ji,U.CheckboxGroup=No,U.CodeEditor=ts,U.CodeReview=rs,U.Col=yc,U.Collapse=ls,U.CollapseItem=is,U.ColorPicker=ps,U.Column=wu,U.Comment=ms,U.Content=Sc,U.Countdown=gs,U.DChart=zs,U.DRangeDatePickerPro=Os,U.DatePicker=Ts,U.DatePickerPro=$s,U.DraggableDirective=pC,U.Drawer=Fr,U.DrawerService=ep,U.Dropdown=Qn,U.DropdownMenu=Rs,U.DroppableDirective=mC,U.EditableSelect=js,U.EditorMd=uc,U.FixedOverlay=wr,U.FlexibleOverlay=bt,U.Footer=Vc,U.Form=Vi,U.FormItem=Fi,U.FormOperation=_i,U.Fullscreen=Or,U.Gantt=_o,U.GitGraph=hc,U.Header=Tc,U.Icon=Be,U.IconGroup=zi,U.ImagePreviewDirective=im,U.ImagePreviewService=In,U.Input=Ft,U.InputIcon=bc,U.InputNumber=wc,U.Layout=Nc,U.List=Qr,U.ListItem=Jr,U.LoadingDirective=Na,U.LoadingService=um,U.MdRender=Zr,U.Mention=Lc,U.Menu=Ic,U.MenuItem=Ac,U.Message=Tm,U.Modal=ul,U.ModalBody=cl,U.ModalFooter=Fc,U.ModalHeader=zo,U.MultiAutoComplete=Pc,U.NavSprite=Bc,U.Notification=pl,U.NotificationService=$c,U.Option=jo,U.OptionGroup=Rc,U.Pagination=zc,U.Panel=Wc,U.PanelBody=Yc,U.PanelFooter=qc,U.PanelHeader=Uc,U.Popover=Zn,U.Progress=Kc,U.QuadrantDiagram=Gc,U.Radio=gl,U.RadioButton=Jc,U.RadioGroup=Qc,U.Rate=eu,U.ReadTip=tu,U.Result=nu,U.RippleDirective=Fm,U.Row=gc,U.Search=Wo,U.Select=Ya,U.Skeleton=lu,U.SkeletonItem=Uo,U.Slider=iu,U.SortableDirective=Jh,U.Splitter=du,U.SplitterPane=fu,U.Statistic=hu,U.Status=pu,U.Step=gu,U.Steps=mu,U.StepsGuide=vu,U.StepsGuideDirective=jm,U.StickSlider=Vs,U.Sticky=Yo,U.SubMenu=ll,U.Switch=yu,U.Tab=ss,U.Table=bu,U.Tabs=xr,U.Tag=oa,U.TagInput=Nu,U.Textarea=tl,U.TimePicker=Su,U.TimeSelect=Tu,U.Timeline=Vu,U.TimelineItem=bl,U.Tooltip=yn,U.Transfer=Lu,U.Tree=Iu,U.TreeSelect=Ko,U.Upload=_u,U.VirtualList=vn,U.default=CA,U.fileDropDirective=Sg,Object.defineProperty(U,"__esModule",{value:!0}),U[Symbol.toStringTag]="Module"});
|
|
443
|
+
8.99983414,7.7505 Z`,fill:"#bfbfbf"},null)])])])}var JR="",Uo=t.defineComponent({name:"DSkeletonItem",props:RD,setup(e){const{variant:n}=t.toRefs(e),{classes:a}=HD(e);return()=>t.createVNode("div",{class:a.value},[n.value==="image"&&t.createVNode(jD,null,null)])}}),ez="",lu=t.defineComponent({name:"DSkeleton",props:zD,setup(e,n){const a=Ce("skeleton"),{loading:o,rows:r,showAnimation:i,round:s}=t.toRefs(e),u=t.computed(()=>new Array(r.value).fill(""));return t.provide(Bm,i),t.provide(Pm,s),()=>{var d,h;return o.value?n.slots.placeholder?n.slots.placeholder():t.createVNode("div",{class:a.b()},[t.createVNode(Uo,{class:a.e("title")},null),u.value.map(()=>t.createVNode(Uo,{class:a.e("paragraph")},null))]):(h=(d=n.slots).default)==null?void 0:h.call(d)}}}),WD={title:"Skeleton \u9AA8\u67B6\u5C4F",category:"\u6570\u636E\u5C55\u793A",status:"100%",install(e){e.component(lu.name,lu),e.component(Uo.name,Uo)}};const UD={disabled:{type:Boolean,default:!1},max:{type:Number,default:100},min:{type:Number,default:0},modelValue:{type:Number,default:0},step:{type:Number,default:1},tipsRenderer:{type:[Function,null],default:()=>e=>`${e}`}};function YD(e,n){let a=!0,o=0,r=0;const i=t.ref(),s=t.ref(Number(e.modelValue)),u=t.ref(0),d=t.ref(""),h=t.ref(!1),p=t.ref(0);function f(){var N;return Boolean(i.value)&&((N=i.value)==null?void 0:N.clientWidth)||0}function v(){const N=f();u.value=N*(s.value-e.min)/(e.max-e.min)}function g(N){const V=f(),D=Math.round(V);N<0&&(N=0);const L=D/((e.max-e.min)/e.step),A=Math.round(N/L)*L;if(Math.round(A)>=D){u.value=D,s.value=e.max,d.value="100%",n.emit("update:modelValue",e.max);return}d.value=Math.round(A*100/D)+"%",s.value=Math.round(A*(e.max-e.min)/D)+e.min,u.value=N,n.emit("update:modelValue",s.value)}function C(N){a=!1,r=N.clientX,o=u.value,p.value=o}function y(N){h.value=!0;const D=N.clientX-r;p.value=o+D,g(p.value)}function b(){h.value=!1,setTimeout(()=>{a=!0},100),window.removeEventListener("mousemove",y),window.removeEventListener("mouseup",b)}function w(N){h.value=!0,e.disabled||(N.preventDefault(),C(N),window.addEventListener("mousemove",y),window.addEventListener("mouseup",b))}function S(N){if(!e.disabled&&a){r=N.target.getBoundingClientRect().left;const D=N.clientX;g(D-r),w(N)}}return t.watch([()=>e.modelValue,()=>e.max,()=>e.min],()=>{s.value=Number(e.modelValue),s.value>e.max?d.value="100%":s.value<e.min?d.value="0%":d.value=(s.value-e.min)*100/(e.max-e.min)+"%",v()},{immediate:!0}),t.onMounted(v),{sliderRunway:i,popoverShow:h,percentDisplay:d,currentValue:s,handleRunwayMousedown:S,handleButtonMousedown:w}}var tz="",iu=t.defineComponent({name:"DSlider",props:UD,emits:["update:modelValue"],setup(e,n){const a=Ce("slider"),{sliderRunway:o,popoverShow:r,percentDisplay:i,currentValue:s,handleRunwayMousedown:u,handleButtonMousedown:d}=YD(e,n),h=t.computed(()=>e.disabled?" disabled":""),p=t.computed(()=>mf(e.tipsRenderer)?e.tipsRenderer(s.value):"");return()=>t.createVNode("div",{class:a.b()},[t.createVNode("div",{ref:o,class:[a.e("runway"),h.value],onMousedown:u,onMouseout:()=>r.value=!1},[t.createVNode("div",{class:[a.e("bar"),h.value],style:{width:i.value}},null),t.createVNode("div",{class:[a.e("button"),h.value],style:{left:i.value},onMousedown:d,onMouseenter:()=>r.value=!0,onMouseout:()=>r.value=!1},null),e.tipsRenderer===null?null:r.value?t.createVNode("div",{class:a.e("popover"),style:{left:i.value}},[t.createVNode("div",{class:a.e("popover-arrow")},null),t.createVNode("div",{class:a.e("popover-content")},[p.value])]):null])])}}),qD={title:"Slider \u6ED1\u5757",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.component(iu.name,iu)}};function su(e){return{pageX:e.pageX,pageY:e.pageY,clientX:e.clientX,clientY:e.clientY,offsetX:e.offsetX,offsetY:e.offsetY,type:e.type,originalEvent:e}}function cu(e,n,a){e.addEventListener&&e.addEventListener(n,a)}function uu(e,n,a){e.removeEventListener&&e.removeEventListener(n,a)}function $m(e){var r;const n=(r=e==null?void 0:e.target)==null?void 0:r.resizeProps;if(!n)return;function a(i){n.onDragEvent(su(i))}function o(i){uu(document,"mousemove",a),uu(document,"mouseup",o),n.onReleaseEvent(su(i))}cu(document,"mousemove",a),cu(document,"mouseup",o),n.onPressEvent(su(e))}function KD(e){cu(e,"mousedown",$m)}const ZD={mounted(e,{value:n}){e.resizeProps=n,n.enableResize&&KD(e)},unmounted(e,{value:n}){n.enableResize&&uu(e,"mousedown",$m)}},GD={index:{type:Number},orientation:{type:String,required:!0},splitBarSize:{type:String,required:!0},disabledBarSize:{type:String,default:"1px"},showCollapseButton:{type:Boolean}};var nz="",XD=t.defineComponent({name:"DSplitterBar",components:{DToolTip:yn},props:GD,setup(e){const n=t.getCurrentInstance(),a=We("DSplitterBar",n),o=Z("splitter"),r=t.inject("splitterStore"),i=t.reactive({wrapperClass:`${o.e("bar")} ${o.em("bar",e.orientation)} `}),s=t.ref();t.watch([()=>e.splitBarSize,s],([N,V])=>{!gf(V)||ho(V,{flexBasis:N})},{immediate:!0}),t.watch([()=>r==null?void 0:r.state.panes,s],([,N])=>{!r||!e||e.index===void 0||(r.isStaticBar(e.index)?N&&ho(N,{flexBasis:e.disabledBarSize}):i.wrapperClass+=" resizable")},{deep:!0});const u=(N,V)=>{if(!r)return{};const D=r.getPane(N),L=r.getPane(V);return{pane:D,nearPane:L}},d=(N,V,D)=>{var k,F,O,B;const L=((F=(k=N==null?void 0:N.component)==null?void 0:k.props)==null?void 0:F.collapsible)&&D,x=(B=(O=N==null?void 0:N.component)==null?void 0:O.props)==null?void 0:B.collapsed,A=V==null?void 0:V.collapsed;return{[o.e("collapse")]:L,collapsed:x,hidden:A}},h=t.computed(()=>{var L,x;if(!e||e.index===void 0)return{};const{pane:N,nearPane:V}=u(e.index,e.index+1),D=((x=(L=N==null?void 0:N.component)==null?void 0:L.props)==null?void 0:x.collapseDirection)!=="after"||e.index===0;return d(N,V,D)}),p=t.computed(()=>{var L,x;if(!r||!e||e.index===void 0)return{};const{pane:N,nearPane:V}=u(e.index+1,e.index),D=((x=(L=N==null?void 0:N.component)==null?void 0:L.props)==null?void 0:x.collapseDirection)!=="before"||e.index+1===r.state.paneCount-1;return d(N,V,D)}),f=()=>{var L,x,A,k;if(!s.value||!e||e.index===void 0)return;const{pane:N,nearPane:V}=u(e.index,e.index+1);((x=(L=N==null?void 0:N.component)==null?void 0:L.props)==null?void 0:x.collapsed)||((k=(A=V==null?void 0:V.component)==null?void 0:A.props)==null?void 0:k.collapsed)?hr(s.value,"none-resizable"):fo(s.value,"none-resizable")},v=N=>{!r||!e||e.index===void 0||(r.tooglePane(e.index,e.index+1,N),f())},g=N=>{!r||!e||e.index===void 0||(r.tooglePane(e.index+1,e.index,N),f())},C=()=>{v(!0),g(!0)},y={pageX:0,pageY:0,originalX:0,originalY:0};let b;const w={enableResize:!0,onPressEvent:function({originalEvent:N}){N.stopPropagation(),!(!r||!e||e.index===void 0)&&(!r.isResizable(e.index)||(b=r.dragState(e.index),y.originalX=N.pageX,y.originalY=N.pageY))},onDragEvent:function({originalEvent:N}){if(N.stopPropagation(),!r||!e||e.index===void 0||!r.isResizable(e.index))return;y.pageX=N.pageX,y.pageY=N.pageY;let V;e.orientation==="vertical"?V=y.pageY-y.originalY:V=y.pageX-y.originalX,r.setSize(b,V)},onReleaseEvent:function({originalEvent:N}){if(N.stopPropagation(),!r||!e||e.index===void 0||!r.isResizable(e.index))return;y.pageX=N.pageX,y.pageY=N.pageY;let V;e.orientation==="vertical"?V=y.pageY-y.originalY:V=y.pageX-y.originalX,r.setSize(b,V)}};t.onMounted(()=>{C()});const S=()=>{var L,x,A,k;if(!e||e.index===void 0)return a("collapse");const{pane:N,nearPane:V}=u(e.index,e.index+1),D=((x=(L=N==null?void 0:N.component)==null?void 0:L.props)==null?void 0:x.collapsed)||((k=(A=V==null?void 0:V.component)==null?void 0:A.props)==null?void 0:k.collapsed);return a(D?"expand":"collapse")};return()=>t.withDirectives(t.createVNode("div",{class:i.wrapperClass,ref:s},[e.showCollapseButton&&t.createVNode(yn,{content:S()},{default:()=>[t.createVNode("div",{class:["prev",h.value],onClick:()=>{v()}},null)]}),e.showCollapseButton&&t.createVNode(yn,{content:S()},{default:()=>[t.createVNode("div",{class:["next",p.value],onClick:()=>g()},null)]})]),[[ZD,w]])}});class QD{constructor(){ie(this,"state");this.state=t.reactive({panes:[],splitterContainerSize:0,paneCount:0})}setPanes({panes:n}){this.state.panes=n.map((a,o)=>{var r;return a.component&&(a.component.exposed.order.value=o*2),a.getPaneSize=(r=a==null?void 0:a.component)==null?void 0:r.exposed.getPaneSize,a}),this.state.paneCount=n.length}setSplitter({containerSize:n}){this.state.splitterContainerSize=n}getPane(n){if(!this.state.panes||n<0||n>=this.state.panes.length)throw new Error("no pane can return.");return this.state.panes[n]}dragState(n){const a=this.getPane(n),o=this.getPane(n+1),r=a.getPaneSize()+o.getPaneSize();return{prev:{index:n,initialSize:a.getPaneSize(),minSize:this.toPixels(a.component.props.minSize)||r-this.toPixels(o.component.props.maxSize)||0,maxSize:this.toPixels(a.component.props.maxSize)||r-this.toPixels(o.component.props.minSize)||r},next:{index:n+1,initialSize:o.getPaneSize(),minSize:this.toPixels(o.component.props.minSize)||r-this.toPixels(a.component.props.maxSize)||0,maxSize:this.toPixels(o.component.props.maxSize)||r-this.toPixels(a.component.props.minSize)||r}}}clamp(n,a,o){return Math.min(a,Math.max(n,o))}resize(n,a){const o=this.getPane(n.index),r=this.state.splitterContainerSize,i=this.clamp(n.minSize,n.maxSize,n.initialSize+a);let s="";this.isPercent(o.component.props.size)?s=i/r*100+"%":s=i+"px",o.component.props.size=s,o.component.emit("sizeChange",s)}isResizable(n){var i,s,u,d,h,p,f,v;const a=this.getPane(n),o=this.getPane(n+1),r=((s=(i=a==null?void 0:a.component)==null?void 0:i.props)==null?void 0:s.collapsed)||((d=(u=o==null?void 0:o.component)==null?void 0:u.props)==null?void 0:d.collapsed);return((p=(h=a==null?void 0:a.component)==null?void 0:h.props)==null?void 0:p.resizable)&&((v=(f=o==null?void 0:o.component)==null?void 0:f.props)==null?void 0:v.resizable)&&!r}isStaticBar(n){var r,i,s,u;const a=this.getPane(n),o=this.getPane(n+1);return!(((i=(r=a==null?void 0:a.component)==null?void 0:r.props)==null?void 0:i.resizable)&&((u=(s=o==null?void 0:o.component)==null?void 0:s.props)==null?void 0:u.resizable))}isPercent(n){return/%$/.test(n)}toPixels(n){let a=parseFloat(n);return this.isPercent(n)&&(a=this.state.splitterContainerSize*a/100),a}tooglePane(n,a,o){var s,u,d,h,p,f,v,g,C,y,b,w,S;const r=this.getPane(n),i=this.getPane(a);((u=(s=r==null?void 0:r.component)==null?void 0:s.props)==null?void 0:u.collapsible)&&(r.component.props.collapsed=o?(h=(d=r==null?void 0:r.component)==null?void 0:d.props)==null?void 0:h.collapsed:!((f=(p=r==null?void 0:r.component)==null?void 0:p.props)==null?void 0:f.collapsed),(y=(v=i==null?void 0:i.component)==null?void 0:v.exposed)==null||y.toggleNearPaneFlexGrow((C=(g=r==null?void 0:r.component)==null?void 0:g.props)==null?void 0:C.collapsed),(S=r==null?void 0:r.component)==null||S.emit("collapsedChange",(w=(b=r==null?void 0:r.component)==null?void 0:b.props)==null?void 0:w.collapsed))}setSize(n,a){const o=this.getPane(n.prev.index),r=this.getPane(n.next.index);o.component.props.size&&r.component.props.size?(this.resize(n.prev,a),this.resize(n.next,-a)):r.component.props.size?this.resize(n.next,-a):this.resize(n.prev,a)}}const JD={orientation:{type:String,default:"horizontal"},splitBarSize:{type:String,default:"2px"},disabledBarSize:{type:String,default:"1px"},showCollapseButton:{type:Boolean,default:!0}};var az="",du=t.defineComponent({name:"DSplitter",components:{DSplitterBar:XD},props:JD,emits:[],setup(e,n){var u,d;const a=new QD,o=t.reactive({panes:[]}),r=Z("splitter");o.panes=((d=(u=n.slots).DSplitterPane)==null?void 0:d.call(u))||[],a.setPanes({panes:o.panes}),t.provide("orientation",e.orientation),t.provide("splitterStore",a);const i=t.ref(),s=()=>{if(!i.value)return;let h=0;e.orientation==="vertical"?h=i.value.clientHeight:h=i.value.clientWidth,a.setSplitter({containerSize:h})};return Ht.useResizeObserver(i,s),()=>{const{splitBarSize:h,orientation:p,showCollapseButton:f}=e,v=[r.b(),r.m(p)];return t.createVNode("div",{class:v,ref:i},[o.panes,o.panes.filter((g,C,y)=>C!==y.length-1).map((g,C)=>t.createVNode(t.resolveComponent("d-splitter-bar"),{key:C,style:`order: ${C*2+1}`,splitBarSize:h,orientation:p,index:C,showCollapseButton:f},null))])}}});const ek={size:{type:String},minSize:{type:String},maxSize:{type:String},resizable:{type:Boolean,default:!0},collapsible:{type:Boolean,default:!1},collapsed:{type:Boolean,default:!1},collapseDirection:{type:String,default:"both"},shrink:{type:Boolean,default:!1},shrinkWidth:{type:Number,default:36}};var oz="",fu=t.defineComponent({name:"DSplitterPane",props:ek,emits:["sizeChange","collapsedChange"],setup(e,{slots:n,expose:a}){var C;const o=t.inject("splitterStore"),r=t.ref(),i=t.ref(),s=(C=t.getCurrentInstance())==null?void 0:C.vnode,u=Z("splitter");t.watch([i,r],([y,b])=>{!b||ho(b,{order:y})});const d=(y,b)=>{if(!b)return;b.style.flexBasis=y;const w=u.em("pane","fixed");y?hr(b,w):fo(b,w)};t.watch([()=>e.size,r],([y,b])=>{y&&b&&d(y,b)},{immediate:!0});const h=t.inject("orientation");let p="";t.onMounted(()=>{e.size&&(p=e.size),o&&o.setPanes({panes:o.state.panes})}),t.onUpdated(()=>{o&&o.setPanes({panes:o.state.panes})});const f=()=>{const y=r.value;return y?h==="vertical"?y.offsetHeight:y.offsetWidth:0};return t.watch([()=>e.collapsed,r],([y,b])=>{if(!b)return;const w=u.em("pane","hidden");y?hr(b,w):fo(b,w),y&&e.shrink?(fo(b,w),ho(b,{flexBasis:`${e.shrinkWidth}px`})):ho(b,{flexBasis:p})},{immediate:!0}),a({order:i,getPaneSize:f,toggleNearPaneFlexGrow:y=>{const b=r.value;if(!gf(b))return;const w=u.em("pane","grow");yi(b,w)?fo(b,w):y&&hr(b,w)},updateCollapsed:y=>{var b;if(typeof y=="boolean"){s.component.props.collapsed=y;return}s.component.props.collapsed=!((b=s==null?void 0:s.component)==null?void 0:b.props.collapsed)}}),()=>{var y;return t.createVNode("div",{class:u.e("pane"),ref:r},[(y=n.default)==null?void 0:y.call(n)])}}}),tk={title:"Splitter \u5206\u5272\u5668",category:"\u5E03\u5C40",status:"100%",install(e){e.component(du.name,du),e.component(fu.name,fu)}};const nk={title:{type:String,default:""},value:{type:[Number,String]},prefix:{type:String},suffix:{type:String},precision:{type:Number},groupSeparator:{type:String,default:""},animationDuration:{type:Number,default:2e3},valueFrom:{type:Number},animation:{type:Boolean,default:!1},start:{type:Boolean,default:!0},extra:{type:String,default:""}},yl=(e,n)=>e.replace(/\d+/,function(o){return o.replace(/(\d)(?=(\d{3})+$)/g,function(r){return r+`${n}`})}),ak=e=>isNaN(e)?!1:(e+"").indexOf(".")!==-1,ok=(e,n,a,o)=>{const r=(n==null?void 0:n.toString().indexOf("."))!==-1?(n==null?void 0:n.toString().length)-(n==null?void 0:n.toString().indexOf("."))-1:0;return typeof e=="number"?ak(e)?yl(o?e.toFixed(o).toString():e.toFixed(r).toString(),a):yl(o?e.toFixed(o).toString():e.toString(),a):e},ra=Math.pow,Om=Math.sqrt;var rk={easeOutCubic:function(e){return 1-ra(1-e,3)},linear:e=>e,easeOutExpo:function(e){return e===1?1:1-ra(2,-10*e)},easeInOutExpo:function(e){return e===0?0:e===1?1:e<.5?ra(2,20*e-10)/2:(2-ra(2,-20*e+10))/2},easeInExpo:function(e){return e===0?0:ra(2,10*e-10)},easeInOutCirc:function(e){return e<.5?(1-Om(1-ra(2*e,2)))/2:(Om(1-ra(-2*e+2,2))+1)/2}};class lk{constructor(n){ie(this,"from");ie(this,"to");ie(this,"duration");ie(this,"delay");ie(this,"easing");ie(this,"onStart");ie(this,"onUpdate");ie(this,"onFinish");ie(this,"startTime");ie(this,"started");ie(this,"finished");ie(this,"timer");ie(this,"time");ie(this,"elapsed");ie(this,"keys");const{from:a,to:o,duration:r,delay:i,easing:s,onStart:u,onUpdate:d,onFinish:h}=n;for(const p in a)o[p]===void 0&&(o[p]=a[p]);for(const p in o)a[p]===void 0&&(a[p]=o[p]);this.from=a,this.to=o,this.duration=r,this.delay=i,this.easing=s,this.onStart=u,this.onUpdate=d,this.onFinish=h,this.startTime=Date.now()+this.delay,this.started=!1,this.finished=!1,this.timer=null,this.keys={}}update(){if(this.time=Date.now(),!(this.time<this.startTime)&&!this.finished){if(this.elapsed===this.duration){this.finished||(this.finished=!0,this.onFinish&&this.onFinish(this.keys));return}this.elapsed=this.time-this.startTime,this.elapsed=this.elapsed>this.duration?this.duration:this.elapsed;for(const n in this.to)this.keys[n]=this.from[n]+(this.to[n]-this.from[n])*rk[this.easing](this.elapsed/this.duration);this.started||(this.onStart&&this.onStart(this.keys),this.started=!0),this.onUpdate(this.keys)}}start(){this.startTime=Date.now()+this.delay;const n=()=>{this.update(),this.timer=requestAnimationFrame(n),this.finished&&(cancelAnimationFrame(this.timer),this.timer=null)};n()}stop(){cancelAnimationFrame(this.timer),this.timer=null}}var dz="",hu=t.defineComponent({name:"DStatistic",props:nk,setup(e,n){var u;const a=t.ref((u=e.valueFrom)!=null?u:e.value),o=t.ref(null),r=Z("statistic"),i=(d=(p=>(p=e.valueFrom)!=null?p:0)(),h=typeof e.value=="number"?e.value:Number(e.value))=>{d!==h&&(o.value=new lk({from:{value:d},to:{value:h},delay:0,duration:e.animationDuration,easing:"easeOutCubic",onUpdate:f=>{a.value=f.value},onFinish:()=>{a.value=h}}),o.value.start())},s=t.computed(()=>ok(a.value,e.value,e.groupSeparator,e.precision));return t.onMounted(()=>{e.animation&&e.start&&i()}),t.watch(()=>e.start,d=>{d&&!o.value&&i()}),()=>{var d,h,p,f,v,g,C,y,b,w,S,N,V,D;return t.createVNode("div",{class:r.b()},[t.createVNode("div",{class:r.e("title")},[((h=(d=n.slots).title)==null?void 0:h.call(d))||e.title]),t.createVNode("div",{class:r.e("content")},[e.prefix||((f=(p=n.slots).prefix)==null?void 0:f.call(p))?t.createVNode("span",{class:r.e("prefix")},[((g=(v=n.slots).prefix)==null?void 0:g.call(v))||e.prefix]):null,t.createVNode("span",{class:r.e("value")},[s.value]),e.suffix||((y=(C=n.slots).suffix)==null?void 0:y.call(C))?t.createVNode("span",{class:r.e("suffix")},[((w=(b=n.slots).suffix)==null?void 0:w.call(b))||e.suffix]):null]),e.extra||((N=(S=n.slots).extra)==null?void 0:N.call(S))?t.createVNode("div",{class:r.e("extra")},[t.createTextVNode(" "),((D=(V=n.slots).extra)==null?void 0:D.call(V))||e.extra]):null])}}}),ik={title:"Statistic \u7EDF\u8BA1\u6570\u503C",category:"\u6570\u636E\u5C55\u793A",status:"100%",install(e){e.component(hu.name,hu)}},fz="",pu=t.defineComponent({name:"DStatus",props:{type:{default:"invalid",type:String}},setup(e,n){const a=Z("status"),o=t.computed(()=>{const{type:r}=e,i=["success","error","initial","warning","waiting","running","invalid"];let s=`${a.b()} ${a.em("bg","invalid")}`;return i.includes(r)&&(s=`${a.b()} ${a.em("bg",r)}`),s});return()=>{var r,i;return t.createVNode("span",{class:o.value},[(i=(r=n.slots).default)==null?void 0:i.call(r)])}}}),sk={title:"Status \u72B6\u6001",category:"\u901A\u7528",status:"100%",deprecated:{value:!0,reason:"Status \u662F\u65E0\u5185\u5BB9\u5305\u88F9\u72B6\u6001\u4E0B\u7684 Badge \u7EC4\u4EF6\uFF0C\u5E94\u8BE5\u4F7F\u7528 Badge \u66FF\u4EE3\u3002"},install(e){e.component(pu.name,pu)}};const ck={modelValue:{type:Number,default:0},space:{type:Number},alignCenter:{type:Boolean,default:!1},direction:{type:String,default:"horizontal"},simple:{type:Boolean,default:!1}};var hz="";const Rm="active-step",zm="steps",Hm="steps-props";var mu=t.defineComponent({name:"DSteps",props:ck,emits:["update:modelValue"],setup(e,{slots:n}){const{modelValue:a,direction:o,simple:r}=t.toRefs(e),i=Ce("steps"),s=t.ref(a.value);t.provide(Rm,s),t.provide(Hm,e);const u=t.ref([]);t.provide(zm,u),t.watch(a,h=>{s.value=h});const d=t.computed(()=>{const h=o.value==="vertical"?" vertical":"",p=r.value?" simple":"";return`${i.b()}${h}${p}`});return()=>{var h;return t.createVNode("div",{class:d.value},[(h=n.default)==null?void 0:h.call(n)])}}});const uk={title:{type:String,required:!0},description:{type:String},icon:{type:String},status:{type:String}};var pz="",gu=t.defineComponent({name:"DStep",props:uk,setup(e,{slots:n}){const{title:a,description:o,icon:r,status:i}=t.toRefs(e),s=Ce("step"),u=t.getCurrentInstance(),d=t.inject(Rm),h=t.inject(zm);h.value.push(u);const p=t.inject(Hm),f=h.value.indexOf(u),v=t.computed(()=>{const w=d.value===f?" active":"",S=d.value>f?" finished":"",N=p.alignCenter?" center":"",V=(i==null?void 0:i.value)?` ${i==null?void 0:i.value}`:"",D=p.simple?` ${s.m("simple")}`:"";return`${s.b()}${w}${S}${N}${V}${D}`}),g=t.computed(()=>{const w={};return p.space?w.width=`${p.space}px`:w.flexBasis=p.alignCenter||p.simple?`${100/h.value.length}%`:`${100/(h.value.length-1)}%`,w}),C=t.computed(()=>{const w=d.value===f,S=d.value>f;return w?"var(--devui-brand)":S?"var(--devui-success)":"var(--devui-placeholder)"}),y={finish:t.createVNode(Be,{name:"right-o",color:"var(--devui-success)",size:"24px"},null),success:t.createVNode(Be,{name:"right-o",color:"var(--devui-success)",size:"24px"},null),error:t.createVNode(Be,{name:"error-o",color:"var(--devui-danger)",size:"24px"},null)},b=()=>{var w;return n.icon?(w=n.icon)==null?void 0:w.call(n,C.value):r.value?t.createVNode(Be,{name:r.value,color:C.value,size:"24px"},null):i.value&&y[i.value]?y[i.value]:d.value>h.value.indexOf(u)?t.createVNode(Be,{name:"right-o",color:"var(--devui-success)",size:"24px"},null):t.createVNode("span",{class:s.e("dot")},[f+1])};return()=>t.createVNode(t.Fragment,null,[p.simple?t.createVNode("div",{class:v.value,style:g.value},[a.value]):t.createVNode("div",{class:v.value,style:g.value},[t.createVNode("div",{class:s.e("dot-container")},[b(),t.createVNode("div",{class:s.e("line")},null)]),t.createVNode("div",{class:s.e("content")},[t.createVNode("span",{class:s.e("title")},[a.value]),o.value&&t.createVNode("span",{class:s.e("description")},[o.value])])])])}}),dk={title:"Steps \u6B65\u9AA4\u6761",category:"\u6570\u636E\u5C55\u793A",status:"100%",install(e){e.component(mu.name,mu),e.component(gu.name,gu)}};const fk={steps:Array,stepIndex:{type:Number,default:void 0},showClose:{type:Boolean,default:!0},showDots:{type:Boolean,default:!0},scrollToTargetSwitch:{type:Boolean,default:!0},zIndex:{type:Number,default:1100},stepChange:{type:Function,default(){return!0}}};function hk(e,n){const a=t.reactive([Z("steps-guide").b()]),o=t.ref(null),r=t.reactive({left:"",top:"",zIndex:e.zIndex});return{stepsRef:o,guidePosition:r,guideClassList:a,updateGuidePosition:()=>{if(!n.value||!o.value)return;const s=window.pageYOffset-document.documentElement.clientTop,u=window.pageXOffset-document.documentElement.clientLeft,d=n.value.position,h=o.value;let p,f;if(typeof d!="string"){const{top:v=0,left:g=0,type:C="top"}=d;a.splice(1,1,C),p=g,f=v}else{a.splice(1,1,d);const v=n.value.target||n.value.trigger,g=document.querySelector(v);if(!g)return console.warn(`${v} \u4E0D\u5B58\u5728!`),!1;const C=g.getBoundingClientRect();p=C.left+g.clientWidth/2-h.clientWidth/2+u,f=C.top+g.clientHeight/2-h.clientHeight/2+s;const y=d.split("-");switch(y[0]){case"top":f+=-h.clientHeight/2-g.clientHeight;break;case"bottom":f+=h.clientHeight/2+g.clientHeight;break;case"left":f+=h.clientHeight/2-g.clientHeight,p+=-h.clientWidth/2-g.clientWidth/2;break;case"right":f+=h.clientHeight/2-g.clientHeight,p+=h.clientWidth/2+g.clientWidth/2;break}switch(y[1]){case"left":p+=h.clientWidth/2-g.clientWidth/2;break;case"right":p+=-h.clientWidth/2+g.clientWidth/2;break}}r.left=p+"px",r.top=f+"px",e.scrollToTargetSwitch&&typeof h.scrollIntoView=="function"&&t.nextTick(()=>{h.scrollIntoView({behavior:"smooth",block:"nearest",inline:"nearest"})})}}}function pk(e,n,a,o){const r=t.computed(()=>e.steps.length),i=()=>{const u=o.value;o.value=-1,t.nextTick(()=>{n.emit("guide-close",u)})};return{stepsCount:r,closeGuide:i,setCurrentIndex:u=>{u!==-1&&e.stepChange()&&(u>-1&&u<r.value?(o.value=u,t.nextTick(()=>{a()})):console.error("stepIndex is not within the value range")),u===-1&&i()}}}var mz="",vu=t.defineComponent({name:"DStepsGuide",props:fk,emits:["guide-close","update:stepIndex"],setup(e,n){var y;const a=t.getCurrentInstance(),o=We("DStepsGuide",a),r=Z("steps-guide"),i=t.ref((y=e.stepIndex)!=null?y:0),s=t.computed({set:b=>{e.stepIndex!=null&&n.emit("update:stepIndex",b),i.value=b},get:()=>i.value}),u=t.computed(()=>{const b=e.steps[s.value];return b&&(b.position=b.position||"top"),b}),{stepsRef:d,guidePosition:h,guideClassList:p,updateGuidePosition:f}=hk(e,u),{stepsCount:v,closeGuide:g,setCurrentIndex:C}=pk(e,n,f,s);return t.onMounted(()=>{f()}),n.expose({closeGuide:g,setCurrentIndex:C}),()=>s.value>-1&&v.value>0?t.createVNode(t.Teleport,{to:"body"},{default:()=>[t.createVNode("div",{style:h,class:p,ref:d},[t.createVNode("div",{class:r.e("shining-dot")},null),t.createVNode("div",{class:r.e("shining-plus")},null),t.createVNode("div",{class:r.e("arrow")},null),t.createVNode("div",{class:r.e("container")},[t.createVNode("p",{class:r.e("title")},[u.value.title]),e.showClose?t.createVNode("div",{class:"icon icon-close",onClick:g},null):null,t.createVNode("div",null,[u.value.content]),t.createVNode("div",{class:r.e("ctrl")},[e.showDots?t.createVNode("div",{class:r.e("dots")},[e.steps.map((b,w)=>t.createVNode("em",{class:["icon icon-dot-status",u.value===b?r.e("active"):""],key:w},null))]):null,t.createVNode("div",{class:r.e("btn")},[s.value>0?t.createVNode("div",{class:r.e("prev-step"),onClick:()=>C(s.value-1)},[o("previous")]):null,s.value===v.value-1?t.createVNode("div",{onClick:g},[o("ok")]):t.createVNode("div",{onClick:()=>{C(s.value+1)}},[o("continue")])])])])])]}):null}}),jm={mounted(e,n,a){},updated(e,n){}},mk={title:"StepsGuide \u64CD\u4F5C\u6307\u5F15",category:"\u5BFC\u822A",status:"80%",install(e){e.component(vu.name,vu),e.directive("StepsGuide",jm)}},Yo=t.defineComponent({name:"DSticky",props:{zIndex:{type:Number},container:{type:Object},view:{type:Object,default:()=>({top:0,bottom:0})},scrollTarget:{type:Object}},emits:["statusChange"],setup(e,n){const{slots:a}=n;let o,r,i,s;const u=16,d=100;let h,p=0;const f=t.reactive({status:"normal"});t.watch(()=>e.zIndex,()=>{v()}),t.watch(()=>e.container,()=>{v()}),t.watch(()=>e.scrollTarget,()=>{v()}),t.watch(()=>f.status,()=>{n.emit("statusChange",f.status)},{immediate:!0});const v=()=>{h=V.value.parentElement,e.container?o=e.container:o=h,V.value.style.zIndex=e.zIndex,r=e.scrollTarget||window,r.addEventListener("scroll",y),g(r)},g=D=>{const L=D===window?[document.documentElement,document.body]:[D];let x=!1;L.forEach(A=>{A.scrollTop&&A.scrollTop>0&&(x=!0)}),x&&setTimeout(w)},C=D=>{const L=V.value||document.createElement("div");switch(D){case"normal":L.style.top="auto",L.style.left="auto",L.style.position="static";break;case"follow":const A=r&&r!==window?r.getBoundingClientRect().top:0;L.style.top=+A+(e.view&&e.view.top||0)+"px",L.style.left=L.getBoundingClientRect().left+"px",L.style.position="fixed";break;case"stay":L.style.top=S(L,h,"top")+"px",L.style.left="auto",L.style.position="relative";break;case"remain":L.style.position!=="fixed"&&L.style.position!=="absolute"&&(L.style.top=S(L,h,"top")+"px",L.style.left="auto",L.style.position="absolute"),L.style.top=N(L,h,o)+"px",L.style.left=S(L,h,"left")+"px",L.style.position="relative";break}},y=()=>{const D=b,L=Date.now();i&&clearTimeout(i),s||(s=L),L-s>d?(D(),s=null,i=null):i=setTimeout(()=>{D(),s=null,i=null},u)},b=()=>{o.getBoundingClientRect().left-(p||0)!==0?(f.status="stay",p=o.getBoundingClientRect().left):w()},w=()=>{const D=r,L=V.value||document.createElement("div"),x=r&&r!==window?D.getBoundingClientRect().top:0,A=window.getComputedStyle(o);h.getBoundingClientRect().top-x>(e.view&&e.view.top||0)||o.getBoundingClientRect().top+parseInt(A.paddingTop,10)+parseInt(A.borderTopWidth,10)-x>=(e.view&&e.view.top||0)?(f.status="normal",C(f.status)):o.getBoundingClientRect().bottom-parseInt(A.paddingBottom,10)-parseInt(A.borderBottomWidth,10)<x+(e.view&&e.view.top||0)+L.getBoundingClientRect().height+(e.view&&e.view.bottom||0)?(f.status="remain",C(f.status)):o.getBoundingClientRect().top+parseInt(A.paddingTop,10)-x<(e.view&&e.view.top||0)&&(f.status="follow",C(f.status))},S=(D,L,x)=>{const A={left:["left","Left"],top:["top","Top"]};if(window&&window.getComputedStyle){const k=window.getComputedStyle(L);return D.getBoundingClientRect()[A[x][0]]-L.getBoundingClientRect()[A[x][0]]-parseInt(k[x==="left"?"paddingLeft":"paddingTop"],10)-parseInt(k[x==="left"?"borderLeftWidth":"borderTopWidth"],10)}},N=(D,L,x)=>{if(window&&window.getComputedStyle){const A=window.getComputedStyle(x),k=x.getBoundingClientRect().height-D.getBoundingClientRect().height+x.getBoundingClientRect().top-L.getBoundingClientRect().top-parseInt(A.paddingTop,10)-parseInt(A.borderTopWidth,10)-parseInt(A.paddingBottom,10)-parseInt(A.borderBottomWidth,10);return k<0?0:k}};t.onMounted(()=>{v()});const V=t.ref();return()=>t.createVNode("div",{ref:V},[a.default?a.default():""])}});Yo.install=function(e){e.component(Yo.name,Yo)};var gk={title:"Sticky \u4FBF\u8D34",category:"\u901A\u7528",status:"50%",install(e){e.use(Yo)}};const vk={modelValue:{type:[String,Number,Boolean],default:!1},size:{type:String},color:{type:String,default:void 0},disabled:{type:Boolean,default:!1},beforeChange:{type:Function,default:void 0},change:{type:Function,default:void 0},activeValue:{type:[String,Number,Boolean],default:!0},inactiveValue:{type:[String,Number,Boolean],default:!1}};function yk(e,n){const a=t.inject(lt,void 0),o=t.computed(()=>(a==null?void 0:a.disabled)||e.disabled),r=t.computed(()=>e.size||(a==null?void 0:a.size)||"md"),i=()=>{if(o.value)return Promise.resolve(!1);if(e.beforeChange){const d=e.beforeChange(!e.modelValue);return typeof d=="boolean"?Promise.resolve(d):d}return Promise.resolve(!0)},s=t.computed(()=>e.modelValue===e.activeValue);return t.watch(s,()=>{[e.activeValue,e.inactiveValue].includes(e.modelValue)||n.emit("update:modelValue",e.inactiveValue)}),{toggle:()=>{i().then(d=>{if(!d)return;const h=s.value?e.inactiveValue:e.activeValue;n.emit("update:modelValue",h),n.emit("change",h)})},checked:s,switchDisabled:o,switchSize:r}}var gz="",yu=t.defineComponent({name:"DSwitch",props:vk,emits:["change","update:modelValue"],setup(e,n){const a=Ce("switch"),{toggle:o,checked:r,switchDisabled:i,switchSize:s}=yk(e,n);return()=>{const u={[a.b()]:!0,[a.m(s.value)]:!0},d={[a.e("wrapper")]:!0,[a.m("checked")]:r.value,[a.m("disabled")]:i.value},h=[`background: ${r.value&&!i.value?e.color:""}`,`border-color: ${r.value&&!i.value?e.color:""}`],p=t.renderSlot(t.useSlots(),"checkedContent"),f=t.renderSlot(t.useSlots(),"uncheckedContent");return t.createVNode("div",{class:u},[t.createVNode("span",{class:d,style:h,onClick:o},[t.createVNode("span",{class:a.e("inner-wrapper")},[t.createVNode("div",{class:a.e("inner")},[r.value?p:f])]),t.createVNode("small",null,null)])])}}}),Ck={title:"Switch \u5F00\u5173",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.component(yu.name,yu)}};const bk={data:{type:Array,default:[]},striped:{type:Boolean,default:!1},scrollable:{type:Boolean,default:!1},maxWidth:{type:String},maxHeight:{type:String},tableWidth:{type:String},tableHeight:{type:String},size:{type:String,validator(e){return e==="sm"||e==="md"||e==="lg"},default:"sm"},rowHoveredHighlight:{type:Boolean,default:!0},fixHeader:{type:Boolean,default:!1},checkable:{type:Boolean,default:!1},tableLayout:{type:String,default:"fixed",validator(e){return e==="fixed"||e==="auto"}},showLoading:{type:Boolean,default:!1},headerBg:{type:Boolean,default:!1},spanMethod:{type:Function},borderType:{type:String,default:""},empty:{type:String,default:"No Data"},showHeader:{type:Boolean,default:!0},rowKey:{type:[Function,String],default:"id"},defaultExpandAll:{type:Boolean,default:!1},expandRowKeys:{type:Array},indent:{type:Number,default:16},lazy:{type:Boolean,default:!1}},Tt=Symbol();function wk(e,n){const a=Z("table"),o=t.computed(()=>({[a.e("view")]:!0,[a.m("striped")]:e.striped,[a.m("header-bg")]:e.headerBg,[a.m("layout-auto")]:e.tableLayout==="auto",[a.m(`${e.size}`)]:!0,[a.m(`${e.borderType}`)]:Boolean(e.borderType)})),r=t.computed(()=>({maxHeight:e.maxHeight,maxWidth:e.maxWidth,height:e.tableHeight,width:n.value?`${n.value}px`:e.tableWidth}));return{classes:o,styles:r}}const Wm=e=>{const n=Z("table"),a=t.computed(()=>({[n.e("checkable-cell")]:e.value.type==="checkable",[n.m("sticky-cell")]:Boolean(e.value.fixedLeft)||Boolean(e.value.fixedRight),left:Boolean(e.value.fixedLeft),right:Boolean(e.value.fixedRight),[`is-${e.value.align}`]:!0})),o=t.computed(()=>({left:e.value.fixedLeft,right:e.value.fixedRight}));return{stickyClass:a,stickyStyle:o}};function Nk(e){const n=t.ref(),a=()=>{var u,d;const r=((d=(u=e==null?void 0:e.vnode)==null?void 0:u.el)==null?void 0:d.querySelectorAll("colgroup > col"))||[];if(!r.length)return;const i=e.store.states.flatColumns,s={};i.value.forEach(h=>{s[h.id]=h});for(let h=0,p=r.length;h<p;h++){const f=r[h],v=f.getAttribute("column-id"),g=s[v];g&&f.setAttribute("width",g.realWidth)}};return{tableWidth:n,updateColumnWidth:()=>{var d,h;const r=(h=(d=e==null?void 0:e.vnode)==null?void 0:d.el)==null?void 0:h.clientWidth;let i=0;const s=e.store.states.flatColumns,u=s.value.filter(p=>typeof p.width!="number");if(u.length){if(s.value.forEach(p=>{i+=Number(p.width||80)}),i<=r){const p=r-i;if(u.length===1)u[0].realWidth=Number(u[0].width||80)+p;else{const f=u.reduce((C,y)=>C+Number(y.width||80),0),v=p/f;let g=0;u.forEach((C,y)=>{if(y===0)return;const b=Math.floor(Number(C.width||80)*v);g+=b,C.realWidth=Number(C.width||80)+b}),u[0].realWidth=Number(u[0].width||80)+p-g}}else u.forEach(p=>{p.realWidth=Number(p.width||80)});n.value=Math.max(i,r)}else s.value.forEach(p=>{p.realWidth=p.width||80,i+=Number(p.realWidth)}),n.value=i;a()}}}function Sk(e,n){t.watchEffect(()=>{e.expandRowKeys&&n.setExpandRows(e.expandRowKeys)}),t.watch(()=>e.data,()=>{n.updateRows(),n.updateColumns()},{deep:!0})}function Um(e){const n=Z("table"),a=r=>{const i=e.vnode.el,s=n.m(`scroll-${r}`),u=i.classList;if(!u.contains(s)){for(let d=0;d<u.length;d++){const h=u[d];h.startsWith(n.m("scroll-"))&&u.remove(h)}u.add(s)}};return{onTableScroll:r=>{const i=r.currentTarget,s=i.scrollLeft;s===0?i.clientWidth===i.scrollWidth?a("none"):a("left"):s+i.clientWidth===i.scrollWidth?a("right"):a("middle")}}}function Tk(e){return e===""||typeof e=="number"?e:parseInt(e,10)||80}function _t(e,n,a){if(mf(n))return n(e,a);if(xv(n)){const o=n.split(".");let r=e;for(const i of o)r=r[i];return`${r}`}return""}function Vk(e,n){const a={};return(e||[]).forEach((o,r)=>{a[_t(o,n)]={row:o,index:r}}),a}function xk(e,n,a){let o=!1;const r=e.indexOf(n),i=r!==-1,s=()=>{e.push(n),o=!0},u=()=>{e.splice(r,1),o=!0};return pf(a)?a&&!i?s():!a&&i&&u():i?u():s(),o}function Ym(e,n,a){const o=(n==null?void 0:n.store.states.rowLevelMap.value)||{},r=Object.keys(o),i=n==null?void 0:n.store.states.hiddenRowKeys;let s=!1;for(let u=0;u<r.length&&(r[u]===a&&(s=!0,u++),!(s&&o[r[u]]!==o[a]+1));u++)s&&o[r[u]]===o[a]+1&&(e?i.value=i.value.filter(d=>d!==r[u]):i.value.includes(r[u])||i.value.push(r[u]))}function Lk(e,n){const a=t.getCurrentInstance(),o=a.props.rowKey||"",r=t.ref(a.props.defaultExpandAll),i=t.ref([]),s=()=>{r.value?i.value=e.value.slice():i.value=[]},u=f=>{const v=e.value||[],g=Vk(v,o);i.value=f.reduce((C,y)=>{const b=g[y];return b&&C.push(b.row),C},[])},d=f=>i.value.includes(f),h=(f,v)=>{var g;if((g=v.children)==null?void 0:g.length){const C=_t(v,o);f&&d(v)&&Ym(!0,n,C),f||Ym(!1,n,C),v.children.forEach(y=>{h(f,y)})}};return{isRowExpanded:d,updateExpandRows:s,setExpandRows:u,toggleRowExpansion:(f,v)=>{xk(i.value,f,v)&&a.emit("expand-change",f,i.value.slice()),n.store.states.flatColumns.value.some(C=>C.type==="expand")||h(d(f),f)}}}function Dk(){const n=t.getCurrentInstance().props.rowKey||"",a=t.ref(new Map);return{tableCellModeMap:a,setCellMode:(i,s,u,d)=>{if(Array.isArray(u))u.forEach(h=>{const p=`${_t(i,n,s)}-${h}-cell`;a.value.set(p,d)});else{const h=`${_t(i,n,s)}-${u}-cell`;a.value.set(h,d)}},resetCellMode:()=>{for(const i of a.value.keys())a.value.set(i,"readonly")}}}function kk(e,n){const a=[];return{thList:a,collectTh:i=>{a.push(i)},sortData:(i,s)=>{i==="ASC"?n.value=n.value.sort((u,d)=>s?s(u,d)?1:-1:0):i==="DESC"?n.value=n.value.sort((u,d)=>s?s(u,d)?-1:1:0):n.value=[...e.value]}}}function qm(e,n){return e.map(a=>{var o;return a.id===n.id?n:(((o=a.children)==null?void 0:o.length)&&(a.children=qm(a.children,n)),a)})}function Km(e){const n=[];return e.forEach(a=>{a.children?n.push.apply(n,Km(a.children)):n.push(a)}),n}function Ek(){const e=t.ref([]),n=t.ref([]),a=()=>{e.value.sort((s,u)=>{var d,h;return((d=s.order)!=null?d:0)-((h=u.order)!=null?h:0)})};return{_columns:e,flatColumns:n,insertColumn:(s,u)=>{var p;const d=t.unref(e);let h=[];u?(u&&!u.children&&(u.children=[]),(p=u==null?void 0:u.children)==null||p.push(s),h=qm(d,u)):(d.push(s),h=d),a(),e.value=h},removeColumn:s=>{const u=e.value.findIndex(d=>d===s);u!==-1&&e.value.splice(u,1)},sortColumn:a,updateColumns:()=>{n.value=[].concat(Km(e.value))}}}function Zm(e,n,a,o,r){const i=[];return e.forEach(s=>{if(i.push(s),n>0){const u=_t(s,a);o.value[u]=n,r.value.push(u)}s.children&&(o.value[_t(s,a)]=n,i.push.apply(i,Zm(s.children,n+1,a,o,r)))}),i}function Ak(e,n,a){const o=t.ref([]),r=t.ref([]),i=t.ref({}),s=t.ref("");return{flatRows:o,hiddenRowKeys:r,rowLevelMap:i,updateRows:()=>{const p=a.value.some(f=>f.type==="expand")?e.value:Zm(e.value,0,n,i,r);o.value=[].concat(p)},firstDefaultColumn:s,updateFirstDefaultColumn:()=>{const h=a.value.findIndex(p=>p.type==="");s.value=h!==-1?a.value[h].id:""}}}function Mk(e,n,a){const o=t.ref(new Set),r=(f,v,g)=>{const C=_t(v,n,g);f?o.value.add(C):o.value.delete(C)},i=(f,v,g)=>{const C=_t(f,n,g),y=o.value.has(C),b=()=>{o.value.add(C)},w=()=>{o.value.delete(C)};pf(v)?v&&!y?b():!v&&y&&w():y?w():b()},s=(f,v)=>o.value.has(_t(f,n,v)),u=()=>a.value.filter((f,v)=>s(f,v)),d=t.ref(!1),h=t.computed({get:()=>d.value,set:f=>{d.value=f,e.value.forEach((v,g)=>{r(f,v,g)})}}),p=t.ref(!1);return t.watch(o,f=>{if(f.size===0)return;let v=!0,g=!0;const C=a.value;for(let y=0;y<C.length;y++){const b=s(C[y],y);v&&(v=b),g&&(g=!b)}d.value=v,p.value=!(g||v)},{immediate:!0,deep:!0}),t.watch(e,f=>{d.value=f.findIndex((v,g)=>!s(v,g))===-1}),{_checkSet:o,_checkAll:h,_halfChecked:p,getCheckedRows:u,checkRow:r,isRowChecked:s,toggleRowSelection:i}}function Ik(e){return{isFixedLeft:t.computed(()=>e.value.reduce((a,o)=>a||!!o.fixedLeft,!1))}}function Fk(e,n,a){const o=t.ref([]),{_columns:r,flatColumns:i,insertColumn:s,removeColumn:u,sortColumn:d,updateColumns:h}=Ek(),{flatRows:p,hiddenRowKeys:f,rowLevelMap:v,updateRows:g,firstDefaultColumn:C,updateFirstDefaultColumn:y}=Ak(e,n.props.rowKey,i),{_checkAll:b,_checkSet:w,_halfChecked:S,getCheckedRows:N,isRowChecked:V,checkRow:D,toggleRowSelection:L}=Mk(o,n.props.rowKey,p),{thList:x,collectTh:A,sortData:k}=kk(e,p),{isFixedLeft:F}=Ik(r),{isRowExpanded:O,updateExpandRows:B,setExpandRows:q,toggleRowExpansion:H}=Lk(o,n),{tableCellModeMap:j,setCellMode:P,resetCellMode:R}=Dk(),Q=(ne,...se)=>{a.emit.apply(a,[ne,...se])};return t.watch(e,ne=>{o.value=[...ne],B()},{deep:!0,immediate:!0}),{states:{_data:o,flatRows:p,hiddenRowKeys:f,rowLevelMap:v,_columns:r,flatColumns:i,_checkSet:w,_checkAll:b,_halfChecked:S,isFixedLeft:F,thList:x,firstDefaultColumn:C,tableCellModeMap:j},insertColumn:s,sortColumn:d,removeColumn:u,updateColumns:h,updateRows:g,getCheckedRows:N,collectTh:A,sortData:k,isRowChecked:V,checkRow:D,isRowExpanded:O,setExpandRows:q,toggleRowExpansion:H,toggleRowSelection:L,updateFirstDefaultColumn:y,setCellMode:P,resetCellMode:R,emitTableEvent:Q}}var Cu=t.defineComponent({name:"DColGroup",setup(){const e=t.inject(Tt),n=e==null?void 0:e.store.states.flatColumns,a=t.computed(()=>(e==null?void 0:e.props.tableLayout)==="fixed");return()=>t.createVNode("colgroup",null,[n==null?void 0:n.value.map((o,r)=>t.createVNode("col",{key:r,"column-id":a.value?o.id:"",width:o.type==="expand"?60:a.value?o.realWidth:o.width||""},null))])}});const _k={sortDirection:{type:String,default:""}};var vz="";const Pk={"xlink:href":"#sort-svg-path-1"};var Bk=t.defineComponent({props:_k,emits:["sort"],setup(e,n){const a={ASC:"DESC",DESC:"",default:"ASC"},o=()=>{n.emit("sort",a[e.sortDirection||"default"])},r=Z("table");return()=>t.createVNode("span",{onClick:o,class:r.e("sort-clickable")},[t.createVNode("i",{class:[{[r.e("sort-default")]:!e.sortDirection,[r.e("sort-asc")]:e.sortDirection==="ASC",[r.e("sort-desc")]:e.sortDirection==="DESC"}]},[t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg"},[t.createVNode("defs",null,[t.createVNode("circle",{id:"sort-svg-path-1",cx:"8",cy:"8",r:"8"},null),t.createVNode("filter",{x:"-34.4%",y:"-21.9%",width:"168.8%",height:"168.8%",filterUnits:"objectBoundingBox",id:"filter-2"},[t.createVNode("feOffset",{dx:"0",dy:"2",in:"SourceAlpha",result:"shadowOffsetOuter1"},null),t.createVNode("feGaussianBlur",{stdDeviation:"1.5",in:"shadowOffsetOuter1",result:"shadowBlurOuter1"},null),t.createVNode("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.085309222 0",type:"matrix",in:"shadowBlurOuter1"},null)])]),t.createVNode("g",{stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("use",t.mergeProps({"fill-rule":"evenodd"},Pk),null),t.createVNode("polygon",{points:"8 4 11 7 5 7"},null),t.createVNode("polygon",{points:"8 12 5 9 11 9"},null)])])])])}});const $k={filterList:{type:Array,default:()=>[]},multiple:{type:Boolean,default:!0}};function Ok(e){const n=t.ref(!1),a=t.ref(null),o=t.ref(null),r=t.ref(null),i=t.ref(null),s=()=>{n.value=!n.value},u=p=>{n.value=!1,i.value=p,e.emit("filter",p)},d=p=>{n.value=!1,r.value=p,e.emit("filter",p)},h=t.computed(()=>{var p;return{"filter-icon":!0,"filter-icon-active":Boolean(r.value||((p=i.value)==null?void 0:p.length))}});return Ht.onClickOutside(a,()=>{n.value=!1},{ignore:[o]}),{showMenu:n,filterMenuRef:a,filterIconRef:o,iconClasses:h,handleIconClick:s,handleConfirm:u,handleSelect:d}}function Rk(e,n){const a=t.ref([]),o=t.ref(!1),r=t.computed({get:()=>o.value,set:d=>{o.value=d;for(let h=0;h<a.value.length;h++)a.value[h].checked=d}}),i=t.ref(!1);e==null||e.forEach(d=>{a.value.push(ee({checked:!1},d))}),t.watch(a,d=>{if(!d.length)return;let h=!0,p=!0;for(let f=0;f<d.length;f++)h&&(h=Boolean(d[f].checked)),p&&(p=Boolean(!d[f].checked));o.value=h,i.value=!(p||h)},{immediate:!0,deep:!0});const s=()=>a.value.filter(d=>d.checked);return{_checkList:a,_checkAll:r,_halfChecked:i,handleConfirm:()=>{n.emit("confirm",s())}}}function zk(e){const n=t.ref(null);return{selectedItem:n,handleSelect:o=>{n.value=o,e.emit("select",o)}}}function Hk(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}var jk=t.defineComponent({props:{filterList:{type:Array,default:()=>[]}},emits:["confirm"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTable",a),{_checkList:r,_checkAll:i,_halfChecked:s,handleConfirm:u}=Rk(e.filterList,n);return()=>{let d;return t.createVNode(t.Fragment,null,[t.createVNode("div",{class:"filter-all-check"},[t.createVNode("div",{class:"filter-item"},[t.createVNode(ht,{modelValue:i.value,"onUpdate:modelValue":h=>i.value=h,halfChecked:s.value,label:o("selectAll")},null)])]),t.createVNode("div",{class:"filter-multiple-menu"},[r.value.map(h=>t.createVNode("div",{class:"filter-item"},[t.createVNode(ht,{modelValue:h.checked,"onUpdate:modelValue":p=>h.checked=p,label:h.name},null)]))]),t.createVNode("div",{class:"filter-operation"},[t.createVNode(mn,{variant:"text",onClick:u},Hk(d=o("ok"))?d:{default:()=>[d]})])])}}});function Wk(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}var Uk=t.defineComponent({props:{filterList:{type:Array,default:()=>[]}},emits:["select"],setup(e,n){const{selectedItem:a,handleSelect:o}=zk(n);return()=>{let r;return t.createVNode(t.Fragment,null,[t.createVNode(Qr,{class:"filter-single-menu"},Wk(r=e.filterList.map(i=>t.createVNode(Jr,{class:["filter-item",{"filter-item-active":a.value===i}],onClick:()=>{o(i)}},{default:()=>[i.name]})))?r:{default:()=>[r]})])}}}),yz="",Yk=t.defineComponent({props:$k,emits:["filter"],setup(e,n){const{showMenu:a,filterMenuRef:o,filterIconRef:r,iconClasses:i,handleIconClick:s,handleConfirm:u,handleSelect:d}=Ok(n);return()=>t.createVNode(Qn,{visible:a.value,trigger:"manually","close-scope":"none","destroy-on-hide":!1,style:"padding-bottom: 4px;"},{default:()=>t.createVNode("i",{ref:r,class:i.value,onClick:s},[t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg"},[t.createVNode("g",{stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("g",null,[t.createVNode("polygon",{points:"10.0085775 7 10.0085775 15 6 13 6 7 2 3 2 1 14 1 14 3"},null)])])])]),menu:()=>t.createVNode("div",{ref:o,class:"filter-wrapper"},[e.multiple?t.createVNode(jk,{filterList:e.filterList,onConfirm:u},null):t.createVNode(Uk,{filterList:e.filterList,onSelect:d},null)])})}});function qk(e){return{baseClass:t.computed(()=>({operable:e.value.filterable||e.value.sortable||e.value.resizeable,resizeable:e.value.resizeable}))}}function Kk(e){const n=t.inject(Tt),a=n.store,o=t.ref(e.value.sortDirection||""),r=t.computed(()=>({"sort-active":Boolean(o.value)})),i=t.getCurrentInstance();i&&a.collectTh(i),t.onMounted(async()=>{var h;await t.nextTick(),e.value.sortable&&e.value.sortDirection&&((h=a.sortData)==null||h.call(a,o.value,e.value.sortMethod))});const s=()=>{a.states.thList.forEach(h=>{var p,f;h!==i&&((f=(p=h.exposed)==null?void 0:p.clearSortOrder)==null||f.call(p))})};return{direction:o,sortClass:r,handleSort:h=>{var p;o.value=h,s(),(p=a.sortData)==null||p.call(a,o.value,e.value.sortMethod),n.emit("sort-change",{field:e.value.field,direction:o.value})},clearSortOrder:()=>{o.value=""}}}function Zk(e){const n=t.ref(null);return{filterClass:t.computed(()=>({"filter-active":Boolean(n.value||Array.isArray(n.value)&&n.value.length)})),handleFilter:r=>{var i;n.value=r,(i=e.value.ctx)==null||i.emit("filter-change",r)}}}function Gm(e){if(!!e)return typeof e=="number"?e:parseInt(e,10)}function Xm(e,n,a){const o=Gm(n),r=Gm(a),i=!o||e>=o,s=!r||e<=r;return i?s?e:r:o}function Gk(e,n){let a=0,o=0,r;const i=t.inject(Tt),s=t.ref(""),u=t.ref(!1),d=i.tableRef,h=v=>{var b;const g=v.clientX-o,C=a+g,y=Xm(C,n.value.minWidth,n.value.maxWidth);r&&(r.style.left=`${y+e.value.offsetLeft}px`),(b=n.value.ctx)==null||b.emit("resizing",{width:y})},p=v=>{var b;const g=v.clientX-o,C=a+g,y=Xm(C,n.value.minWidth,n.value.maxWidth);n.value.width=y,n.value.realWidth=y,i.updateColumnWidth(),u.value=!1,d==null||d.value.classList.remove("table-selector"),s.value="",d==null||d.value.removeChild(r),(b=n.value.ctx)==null||b.emit("resize-end",{width:y,beforeWidth:a}),document.removeEventListener("mouseup",p),document.removeEventListener("mousemove",h)};return{resizing:u,dragClass:s,onMousedown:v=>{var C;if(v.target.classList.contains("resize-handle")){(C=n.value.ctx)==null||C.emit("resize-start");const y=e.value.offsetLeft;a=e.value.clientWidth,o=v.clientX,v.stopPropagation(),u.value=!0,d==null||d.value.classList.add("table-selector"),r=document.createElement("div"),r.classList.add("resize-bar"),d.value&&(r.style.display="block",r.style.left=y+a+"px",d.value.appendChild(r)),s.value="hover-bg",document.addEventListener("mouseup",p),document.addEventListener("mousemove",h)}}}}const Xk={column:{type:Object,required:!0},colspan:{type:Number},rowspan:{type:Number}};var Qk=t.defineComponent({name:"DTableHeaderTh",props:Xk,setup(e,{expose:n}){const o=t.inject(Tt).store,r=t.ref(),{column:i,colspan:s,rowspan:u}=t.toRefs(e),{baseClass:d}=qk(i),{direction:h,sortClass:p,handleSort:f,clearSortOrder:v}=Kk(i),{filterClass:g,handleFilter:C}=Zk(i),{stickyClass:y,stickyStyle:b}=Wm(i),{resizing:w,dragClass:S,onMousedown:N}=Gk(r,i);return n({clearSortOrder:v}),()=>{var V,D;return t.createVNode("th",{class:[d.value,y.value,p.value,g.value,S.value],style:b.value,colspan:s==null?void 0:s.value,rowspan:u==null?void 0:u.value},[t.createVNode("div",{ref:r,class:"header-container",onMousedown:N},[(D=(V=i.value).renderHeader)==null?void 0:D.call(V,i.value,o),i.value.filterable&&t.createVNode(Yk,{filterList:i.value.filterList,multiple:i.value.filterMultiple,onFilter:C},null),i.value.sortable&&t.createVNode(Bk,{"sort-direction":h.value,onSort:f},null),i.value.resizeable&&t.createVNode("span",{class:"resize-handle",onClick:L=>L.stopPropagation()},null),i.value.resizeable&&w.value&&t.createVNode("div",{class:"resize-overlay",onClick:L=>L.stopPropagation()},null)])])}}});function Qm(e){const n=[];return e.forEach(a=>{a.children?(n.push(a),n.push.apply(n,Qm(a.children))):n.push(a)}),n}function Jk(e){let n=1;const a=(i,s)=>{if(s&&(i.level=s.level+1,n<i.level&&(n=i.level)),i.children){let u=0;i.children.forEach(d=>{a(d,i),u+=d.colSpan||0}),i.colSpan=u}else i.colSpan=1};e.forEach(i=>{i.level=1,a(i,void 0)});const o=[];for(let i=0;i<n;i++)o.push([]);return Qm(e).forEach(i=>{i.children?(i.rowSpan=1,i.children.forEach(s=>s.isSubColumn=!0)):i.rowSpan=n-(i.level||0)+1,o[i.level-1].push(i)}),o}function eE(){const e=t.inject(Tt);return{headerRows:t.computed(()=>Jk(e==null?void 0:e.store.states._columns.value))}}var Cz="",bz="",Jm=t.defineComponent({name:"DTableHeader",setup(){const e=Z("table"),{headerRows:n}=eE();return()=>t.createVNode("thead",{class:e.e("thead")},[n.value.map(a=>t.createVNode("tr",null,[a.map((o,r)=>{var i,s;return t.createVNode(Qk,{key:r,column:o,colspan:o.colSpan,rowspan:o.rowSpan,class:{[e.m("last-sticky-left")]:o.fixedLeft&&!((i=a[r+1])==null?void 0:i.fixedLeft),[e.m("first-sticky-right")]:o.fixedRight&&!((s=a[r-1])==null?void 0:s.fixedRight)}},null)})]))])}});const tE={column:{type:Object,default:()=>({})},row:{type:Object,default:()=>({})},rowspan:{type:Number},colspan:{type:Number},index:{type:Number,default:0}};function nE(e,n){const a=t.ref(),o=t.ref(!1),r=t.ref();let i;const s=t.inject(Tt);function u(){var v,g;return((v=r.value)==null?void 0:v.innerText)||((g=r.value)==null?void 0:g.textContent)}function d(){if(!r.value)return;const v=document.createRange();v.setStart(r.value,0),v.setEnd(r.value,r.value.childNodes.length);const g=v.getBoundingClientRect().width,C=parseInt(window.getComputedStyle(r.value).paddingLeft,10)+parseInt(window.getComputedStyle(r.value).paddingRight,10);o.value=!!(e.column.showOverflowTooltip&&g+C>r.value.offsetWidth)}t.onMounted(()=>{if(rn&&window.ResizeObserver&&e.column.showOverflowTooltip){const v=new window.ResizeObserver(d);r.value&&v.observe(r.value)}a.value=u()}),t.onBeforeMount(()=>{r.value&&i.unobserve(r.value)}),t.onUpdated(()=>{const v=s.store.states.tableCellModeMap.value;for(const g of v.keys())v.set(g,"readonly")});const h=()=>`${_t(e.row,s.props.rowKey,e.index)}-${e.column.field}-cell`,p=t.computed(()=>{const v=h();return s.store.states.tableCellModeMap.value.get(v)||"readonly"});return{tdRef:r,isShowTooltip:o,tooltipContent:a,cellMode:p,onCellClick:()=>{const v=s.store.states.tableCellModeMap.value,g=h();for(const C of v.keys())v.set(C,"readonly");e.column.type==="editable"&&v.get(g)==="edit"||n.emit("cellClick")}}}var aE=t.defineComponent({name:"DTableBodyTd",inheritAttrs:!1,props:tE,emits:["cellClick"],setup(e,n){const{column:a,rowspan:o,colspan:r}=t.toRefs(e),i=t.inject(Tt),{stickyClass:s,stickyStyle:u}=Wm(a),{tdRef:d,isShowTooltip:h,tooltipContent:p,cellMode:f,onCellClick:v}=nE(e,n);return()=>t.createVNode(yn,{content:p.value,disabled:!h.value},{default:()=>{var g,C;return[t.createVNode("td",t.mergeProps({ref:d,class:[s.value,a.value.cellClass],style:u.value},n.attrs,{rowspan:o==null?void 0:o.value,colspan:r==null?void 0:r.value,onClick:v}),[(C=(g=e.column).renderCell)==null?void 0:C.call(g,e.row,e.column,i.store,e.index,i.props,f)])]}})}});const eg=Z("table");function oE(){const e=t.inject(Tt),{_data:n,_columns:a}=e.store.states,o=(s,u,d,h)=>{const p=e==null?void 0:e.props.spanMethod;let f=1,v=1;if(typeof p=="function"){const g=p({row:s,column:u,rowIndex:d,columnIndex:h});Array.isArray(g)?(f=g[0],v=g[1]):typeof g=="object"&&(f=g.rowspan,v=g.colspan)}return{rowspan:f,colspan:v}},r=t.computed(()=>{const s={};return(e==null?void 0:e.props.spanMethod)&&n.value.forEach((u,d)=>{a.value.forEach((h,p)=>{const{rowspan:f,colspan:v}=o(u,h,d,p);(f>1||v>1)&&(s[`${d}-${p}`]=[f,v])})}),s}),i=t.computed(()=>{const s=[];for(const u of Object.keys(r.value)){const d=u.split("-").map(p=>Number(p)),h=r.value[u];for(let p=1;p<h[0];p++){s.push(`${d[0]+p}-${d[1]}`);for(let f=1;f<h[1];f++)s.push(`${d[0]+p}-${d[1]+f}`)}for(let p=1;p<h[1];p++)s.push(`${d[0]}-${d[1]+p}`)}return s});return{tableSpans:r,removeCells:i}}function rE(){const e=t.inject(Tt),n=t.computed(()=>e==null?void 0:e.props.rowHoveredHighlight),a=(e==null?void 0:e.store.states.rowLevelMap)||{},o=(e==null?void 0:e.props.rowKey)||"id";return{getTableRowClass:i=>{const s=a.value[_t(i,o)];return{[eg.e("row")]:!0,["hover-enabled"]:n.value,expanded:e==null?void 0:e.store.isRowExpanded(i),[eg.em("row",`level-${s}`)]:s!==void 0,["is-hidden"]:e==null?void 0:e.store.states.hiddenRowKeys.value.includes(_t(i,o))}}}}function lE(){const e=t.inject(Tt),{lazy:n}=e.props,a=t.ref();let o;return t.onMounted(()=>{n&&(o=new IntersectionObserver(r=>{r[0].isIntersecting&&e.emit("load-more")},{root:e.tableRef.value}),o.observe(a.value))}),t.onBeforeUnmount(()=>{n&&(o.unobserve(a.value),o.disconnect())}),{lazy:n,lazyFlagRef:a}}var tg=t.defineComponent({name:"DTableBody",setup(){const e=t.inject(Tt),{flatColumns:n,flatRows:a}=e.store.states,o=Z("table"),{tableSpans:r,removeCells:i}=oE(),{getTableRowClass:s}=rE(),{lazy:u,lazyFlagRef:d}=lE(),h=f=>{e.emit("cell-click",f)},p=f=>{e.emit("row-click",f)};return()=>t.createVNode("tbody",{class:o.e("tbody")},[a.value.map((f,v)=>{var g,C,y,b;return t.createVNode(t.Fragment,null,[t.createVNode("tr",{key:v,class:s(f),onClick:()=>p({row:f})},[n.value.map((w,S)=>{var L,x,A;const N=`${v}-${S}`,[V,D]=(L=r.value[N])!=null?L:[1,1];return i.value.includes(N)?null:t.createVNode(aE,{column:w,index:v,row:f,rowspan:V,colspan:D,class:{[o.m("last-sticky-left")]:w.fixedLeft&&!((x=n.value[S+1])==null?void 0:x.fixedLeft),[o.m("first-sticky-right")]:w.fixedRight&&!((A=n.value[S-1])==null?void 0:A.fixedRight)},onCellClick:()=>h({rowIndex:v,columnIndex:S,column:w,row:f})},null)})]),n.value.some(w=>w.type==="expand")&&e.store.isRowExpanded(f)&&t.createVNode("tr",null,[t.createVNode("td",{colspan:n.value.length},[(b=(y=(C=(g=n.value.filter(w=>w.type==="expand"))==null?void 0:g[0])==null?void 0:C.slots)==null?void 0:y.default)==null?void 0:b.call(y,{row:f})])])])}),u&&t.createVNode("span",{ref:d,class:o.e("lazy__flag")},null)])}}),iE=t.defineComponent({props:{classes:{type:Object,default:()=>({})},isEmpty:{type:Boolean}},setup(e){const n=Z("table"),a=t.inject(Tt,void 0),o=t.computed(()=>Boolean(a==null?void 0:a.props.showHeader)),{onTableScroll:r}=Um(a);return()=>t.createVNode("div",{class:n.e("fix-header"),onScroll:t.withModifiers(r,["stop"])},[o.value&&t.createVNode("div",{class:n.e("header-wrapper")},[t.createVNode("table",{class:e.classes,cellpadding:"0",cellspacing:"0"},[t.createVNode(Cu,null,null),t.createVNode(Jm,null,null)])]),t.createVNode("div",{class:n.e("scroll-view")},[t.createVNode("table",{class:e.classes,cellpadding:"0",cellspacing:"0"},[t.createVNode(Cu,null,null),!e.isEmpty&&t.createVNode(tg,{style:"flex: 1"},null)])])])}}),sE=t.defineComponent({props:{classes:{type:Object,default:()=>({})},isEmpty:{type:Boolean}},setup(e){const n=t.inject(Tt,void 0),a=t.computed(()=>Boolean(n==null?void 0:n.props.showHeader));return()=>t.createVNode("table",{class:e.classes,cellpadding:"0",cellspacing:"0"},[t.createVNode(Cu,null,null),a.value&&t.createVNode(Jm,{style:"position:relative"},null),!e.isEmpty&&t.createVNode(tg,null,null)])}}),wz="";let cE=1;var bu=t.defineComponent({name:"DTable",directives:{Loading:Na},props:bk,emits:["sort-change","cell-click","row-click","check-change","check-all-change","expand-change","load-more"],setup(e,n){const a=t.getCurrentInstance(),o=Fk(t.toRef(e,"data"),a,n),r=`devui-table_${cE++}`,i=t.ref();a.tableId=r,a.store=o,t.provide(Tt,a);const{tableWidth:s,updateColumnWidth:u}=Nk(a),{classes:d,styles:h}=wk(e,s),{onTableScroll:p}=Um(a);Sk(e,o);const f=t.computed(()=>e.data.length===0),v=Z("table"),g=t.ref(null);return a.hiddenColumns=g,a.tableRef=i,a.updateColumnWidth=u,n.expose({store:o}),t.onMounted(async()=>{await t.nextTick(),o.updateColumns(),o.updateFirstDefaultColumn(),o.updateRows(),u(),window.addEventListener("resize",u)}),()=>{var C,y;return t.withDirectives(t.createVNode("div",{ref:i,class:v.b(),style:h.value,onScroll:t.withModifiers(p,["stop"])},[t.createVNode("div",{class:v.e("container")},[t.createVNode("div",{ref:g,class:"hidden-columns"},[(y=(C=n.slots).default)==null?void 0:y.call(C)]),e.fixHeader?t.createVNode(iE,{classes:d.value,"is-empty":f.value},null):t.createVNode(sE,{classes:d.value,"is-empty":f.value},null),f.value&&t.createVNode("div",{class:v.e("empty")},[n.slots.empty?n.slots.empty():e.empty])])]),[[t.resolveDirective("loading"),e.showLoading]])}}});const uE={type:{type:String,default:""},header:{type:String},field:{type:String,default:""},width:{type:[String,Number],default:""},minWidth:{type:[String,Number],default:""},maxWidth:{type:[String,Number],default:""},formatter:{type:Function},order:{type:Number,default:0},sortable:{type:Boolean,default:!1},sortDirection:{type:String,default:""},sortMethod:{type:Function},filterable:{type:Boolean,default:!1},filterMultiple:{type:Boolean,default:!0},filterList:{type:Array,default:[]},fixedLeft:{type:String},fixedRight:{type:String},align:{type:String,default:"left"},showOverflowTooltip:{type:Boolean,default:!1},checkable:{type:Function},resizeable:{type:Boolean,default:!1},reserveCheck:{type:Boolean,default:!1},cellClass:{type:String,default:""}};var Nz="";const ng=()=>t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg",class:"svg-icon svg-icon-close"},[t.createVNode("g",{"stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("rect",{x:"0.5",y:"0.5",width:"15",height:"15",rx:"2",stroke:"#5e7ce0"},null),t.createVNode("rect",{x:"4",y:"7",width:"8",height:"2",fill:"#5e7ce0"},null)])]),ag=()=>t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg",class:"svg-icon"},[t.createVNode("g",{stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("rect",{x:"0.5",y:"0.5",width:"15",height:"15",rx:"2",stroke:"#252b3a"},null),t.createVNode("path",{fill:"#252b3a",d:"M8.75,4 L8.75,7.25 L12,7.25 L12,8.75 L8.749,8.75 L8.75,12 L7.25,12 L7.249,8.75 L4,8.75 L4,7.25 L7.25,7.25 L7.25,4 L8.75,4 Z"},null)])]),Cl=Z("table"),og={checkable:{renderHeader(e,n){return t.h(ht,{modelValue:n.states._checkAll.value,halfChecked:n.states._halfChecked.value,onChange:a=>{n.states._checkAll.value=a,n.emitTableEvent("check-all-change",a,n.getCheckedRows())}})},renderCell(e,n,a,o){return t.h(ht,{modelValue:a.isRowChecked(e,o),onChange:r=>{a.checkRow(r,e,o),a.emitTableEvent("check-change",r,a.states._data.value[o],a.getCheckedRows())}})}},index:{renderHeader(e){var n;return t.h("span",{class:"title"},(n=e.header)!=null?n:"#")},renderCell(e,n,a,o){return o+1}},expand:{renderHeader(){return t.createVNode("span",null,null)},renderCell(e,n,a){return t.createVNode(Be,{name:"chevron-right",class:"icon-expand-row",onClick:()=>{a.toggleRowExpansion(e)}},null)}},editable:{renderHeader(e){var n;return t.h("span",{class:"title"},(n=e.header)!=null?n:"")},renderCell(e,n,a,o,r,i,s){var d,h;let u;if(i.value==="edit")u=s.slots.cellEdit?s.slots.cellEdit({row:e,rowIndex:o}):"";else if(s.slots.cell)u=t.createVNode("div",{class:"cell-text"},[s.slots.cell({row:e,rowIndex:o})]);else{const p=n.field?e[n.field]:"";n.formatter&&(u=n.formatter(e,n,p,o)),u=t.createVNode("div",{class:"cell-text"},[(h=(d=p==null?void 0:p.toString)==null?void 0:d.call(p))!=null?h:""])}return t.h("div",{class:[Cl.e("cell"),n.type==="editable"&&(i==null?void 0:i.value)==="readonly"&&"editable-cell"]},u)}},default:{renderHeader(e){var n;return t.h("span",{class:"title"},(n=e.header)!=null?n:"")},renderCell(e,n,a,o,r,i,s){var w,S,N;let u;if(s.slots.default)u=s.slots.default({row:e,rowIndex:o});else{const V=n.field?e[n.field]:"";n.formatter&&(u=n.formatter(e,n,V,o)),u=(S=(w=V==null?void 0:V.toString)==null?void 0:w.call(V))!=null?S:""}const d=a.states.flatColumns.value.some(V=>V.type==="expand"),h=a.states._data.value.some(V=>{var D;return(D=V.children)==null?void 0:D.length}),p=a.states.rowLevelMap.value[_t(e,r.rowKey)]||0,f=t.h("span",{class:`${Cl.e("indent")}`,style:{paddingLeft:`${p*r.indent}px`}},""),v=a.states.firstDefaultColumn.value===n.id,g=v&&p,C=v&&((N=e.children)==null?void 0:N.length),y=t.createVNode("span",{class:Cl.e("tree-operate"),onClick:()=>{a.toggleRowExpansion(e)},style:C?"":"visibility: hidden;"},[a.isRowExpanded(e)?t.createVNode(ng,null,null):t.createVNode(ag,null,null)]),b=[];return g&&b.push(f),h&&!d&&v&&b.push(y),b.push(u),t.h("div",{class:`${Cl.e("cell")} `},b)}}};function dE(e,n,a){const{type:o,field:r,header:i,sortable:s,sortDirection:u,width:d,minWidth:h,maxWidth:p,formatter:f,sortMethod:v,filterable:g,filterList:C,filterMultiple:y,order:b,fixedLeft:w,fixedRight:S,align:N,showOverflowTooltip:V,resizeable:D,cellClass:L}=n,x=t.reactive({id:e});x.type=o.value;function A(F,O){return a.slots.header?a.slots.header(F):og[o.value||"default"].renderHeader(F,O)}function k(F,O,B,q,H,j){return a.slots.default&&O.type==="index"?a.slots.default({row:F,rowIndex:q}):og[o.value||"default"].renderCell(F,O,B,q,H,j,a)}return t.watch([r,i,b],([F,O,B])=>{x.field=F,x.header=O,x.order=B},{immediate:!0}),t.watch([s,u,v],([F,O,B])=>{x.sortable=F,x.sortDirection=O,x.sortMethod=B},{immediate:!0}),t.watch([g,C,y],([F,O,B])=>{x.filterable=F,x.filterMultiple=B,x.filterList=O},{immediate:!0}),t.watch([w,S],([F,O])=>{x.fixedLeft=F,x.fixedRight=O},{immediate:!0}),t.watch(N,F=>{x.align=F},{immediate:!0}),t.watch(L,F=>{x.cellClass=F},{immediate:!0}),t.watch(V,F=>{x.showOverflowTooltip=F},{immediate:!0}),t.watch(D,F=>{x.resizeable=F},{immediate:!0}),t.watch([d,h,p],([F,O,B])=>{x.width=Tk(F),x.minWidth=O,x.maxWidth=B,x.realWidth=x.width},{immediate:!0}),t.onBeforeMount(()=>{x.id=e,x.renderHeader=A,x.renderCell=k,x.formatter=f==null?void 0:f.value,x.customFilterTemplate=a.slots.customFilterTemplate,x.subColumns=a.slots.subColumns,x.slots=a.slots,x.ctx=a}),x}function fE(){const e=t.getCurrentInstance();return{columnOrTableParent:t.computed(()=>{let o=e==null?void 0:e.parent;for(;o&&!o.tableId&&!o.columnId;)o=o.parent;return o}),getColumnIndex:(o,r)=>Array.prototype.indexOf.call(o,r)}}let hE=1;var wu=t.defineComponent({name:"DColumn",props:uE,emits:["filter-change","resize-start","resizing","resize-end"],setup(e,n){const a=t.inject(Tt),o=t.ref(!1),{columnOrTableParent:r,getColumnIndex:i}=fE(),s=r.value,u=t.getCurrentInstance();u.columnId=`${s.tableId||s.columnId}_column_${hE++}`;const d=dE(u.columnId,t.toRefs(e),n);return u.columnConfig=d,t.onBeforeMount(()=>{o.value=a!==s}),t.onMounted(()=>{var f,v,g;const h=o.value?(v=(f=s==null?void 0:s.vnode)==null?void 0:f.el)==null?void 0:v.children:(g=a==null?void 0:a.hiddenColumns.value)==null?void 0:g.children;if(i(h||[],u.vnode.el)>-1&&(a==null||a.store.insertColumn(d,o.value?s.columnConfig:null)),typeof e.checkable=="function")for(const[C,y]of a==null?void 0:a.store.states._data.value.entries())e.checkable(y,C)&&a.store.checkRow(!0,y)}),t.watch(()=>d.order,()=>{a==null||a.store.sortColumn()}),t.onBeforeUnmount(()=>{a==null||a.store.removeColumn(d)}),()=>{var h,p;try{const f=(p=(h=n.slots).default)==null?void 0:p.call(h,{row:{},column:{},$index:-1});return t.createVNode("div",null,[f&&Array.isArray(f)?f.filter(v=>v.type.name==="DColumn").map(v=>t.createVNode(t.Fragment,null,[v])):t.createVNode("div",null,null)])}catch{return t.h("div",[])}}}}),pE={title:"Table \u8868\u683C",category:"\u6570\u636E\u5C55\u793A",status:"50%",install(e){e.component(bu.name,bu),e.component(wu.name,wu)}},mE=t.createVNode("svg",t.mergeProps({width:"12px",height:"12px",viewBox:"0 0 12 12",version:"1.1",xmlns:"http://www.w3.org/2000/svg"},{"xmlns:xlink":"http://www.w3.org/1999/xlink"}),[t.createVNode("g",{stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("path",{d:"M8.86785321,3.13214679 C9.02624037,3.29053395 9.02624037,3.54733027 8.86785321,3.70571743 L6.573,6 L8.86785321,8.29428257 C9.02624037,8.45266973 9.02624037,8.70946605 8.86785321,8.86785321 C8.70946605,9.02624037 8.45266973,9.02624037 8.29428257,8.86785321 L6,6.573 L3.70571743,8.86785321 C3.54733027,9.02624037 3.29053395,9.02624037 3.13214679,8.86785321 C2.97375963,8.70946605 2.97375963,8.45266973 3.13214679,8.29428257 L5.427,6 L3.13214679,3.70571743 C2.97375963,3.54733027 2.97375963,3.29053395 3.13214679,3.13214679 C3.29053395,2.97375963 3.54733027,2.97375963 3.70571743,3.13214679 L6,5.427 L8.29428257,3.13214679 C8.45266973,2.97375963 8.70946605,2.97375963 8.86785321,3.13214679 Z","fill-rule":"nonzero"},null)])]);const gE={modelValue:{type:Array,default:()=>[]},displayProperty:{type:String,default:"name"},placeholder:{type:String,default:""},minLength:{type:Number,default:3},maxLength:{type:Number,default:Number.MAX_SAFE_INTEGER},maxTags:{type:Number,default:Number.MAX_SAFE_INTEGER},maxTagsText:{type:String,default:""},spellcheck:{type:Boolean,default:!0},suggestionList:{type:Array,default:()=>[]},disabled:{type:Boolean,default:!1},isAddBySpace:{type:Boolean,default:!0},disabledText:{type:String,default:""},noData:{type:String,default:"\u6682\u65E0\u6570\u636E"},caseSensitivity:{type:Boolean,default:!1}};var Sz="";const vE=(e,n,a)=>{const o={tab:"Tab",down:"ArrowDown",up:"ArrowUp",enter:"Enter",space:" "};return{onInputKeydown:i=>{switch(i.key){case o.tab:case o.enter:case o.space:if(!e.isAddBySpace&&o.space)return;n();break;case o.down:a(!0);break;case o.up:a(!1);break}}}};var Nu=t.defineComponent({name:"DTagInput",props:gE,emits:["update:modelValue","update:suggestionList","change"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTagInput",a),r=Z("tag-input"),i=t.ref([]);t.watch(()=>e.modelValue,()=>{i.value=e.modelValue},{immediate:!0,deep:!0});const s=(H,j)=>{const P=Object.assign({},j);return delete P.__index,H.concat(P)},u=(H,j)=>{const P=H.slice();return P.splice(j,1),P},d=t.ref(""),h=H=>{const j=H.target.value||"";d.value=j.trim()},p=t.computed(()=>{const H=e.suggestionList.map((j,P)=>ee({__index:P},j));return d.value===""?H:H.filter(j=>{const P=j[e.displayProperty];return e.caseSensitivity?P.indexOf(d.value)!==-1:P.toLowerCase().indexOf(d.value.toLowerCase())!==-1})}),f=t.ref(0);t.watch(p,()=>{f.value=0});const v=(H=!1)=>{if(H){f.value<p.value.length-1?f.value++:f.value=0;return}f.value>0?f.value--:f.value=p.value.length-1},g=t.ref(),C=t.ref(!1),y=()=>{C.value=!0},b=()=>{let H={[e.displayProperty]:d.value};if(d.value===""&&p.value.length===0)return!1;if(i.value.findIndex(P=>P[e.displayProperty]===d.value)>-1||p.value.length===0&&(d.value.length<e.minLength||d.value.length>e.maxLength))return d.value="",!1;if(p.value.length){const P=p.value[f.value];H=P,n.emit("update:suggestionList",u(e.suggestionList,P.__index))}const j=s(i.value,H);n.emit("change",i.value,j),n.emit("update:modelValue",j),p.value.length===0&&(d.value="")},{onInputKeydown:w}=vE(e,b,v),S=(H,j)=>{H.preventDefault();const P=u(i.value,j);n.emit("change",i.value,P),n.emit("update:modelValue",P),n.emit("update:suggestionList",s(e.suggestionList,i.value[j])),t.nextTick(()=>{var R;(R=g.value)==null||R.focus(),C.value=!0})},N=(H,j)=>{H.preventDefault();const P=p.value[j],R=s(i.value,P),Q=u(e.suggestionList,P.__index);n.emit("change",i.value,R),n.emit("update:modelValue",R),n.emit("update:suggestionList",Q)},V=t.computed(()=>e.maxTags<=i.value.length),D=t.computed(()=>!e.disabled&&!V.value&&C.value),L=()=>t.createVNode("ul",{class:r.e("tags"),title:e.disabled?e.disabledText:""},[i.value.map((H,j)=>t.createVNode("li",{class:r.e("tags__item")},[t.createVNode("span",null,[H[e.displayProperty]]),!e.disabled&&t.createVNode("a",{class:"remove-button",onClick:P=>S(P,j)},[mE])]))]),x=t.ref(),A=t.ref("0"),k=()=>{var H;A.value=((H=x==null?void 0:x.value)==null?void 0:H.clientWidth)?x.value.clientWidth+"px":"100%"};t.onMounted(()=>{k(),window.addEventListener("resize",k)}),t.onUnmounted(()=>{window.removeEventListener("resize",k)});const F=t.ref();Ht.onClickOutside(F,()=>{C.value=!1},{ignore:[x]});const O=()=>{const H=p.value.length===0,j=p.value.map((Q,ne)=>t.createVNode("li",{class:{[r.e("suggestion-list__item")]:!0,selected:ne===f.value},onClick:se=>{N(se,ne)}},[Q[e.displayProperty]])),P=`${r.e("suggestion-list__item")} ${r.e("suggestion-list__no-data")}`,R=t.createVNode("li",{class:P},[e.noData]);return t.createVNode(t.Teleport,{to:"body"},{default:()=>[t.createVNode(t.Transition,{name:"fade"},{default:()=>[t.createVNode(bt,{ref:F,origin:x.value,modelValue:D.value,"onUpdate:modelValue":Q=>D.value=Q,style:{zIndex:"var(--devui-z-index-dropdown, 1052)"}},{default:()=>[t.createVNode("ul",{class:r.e("suggestion-list"),style:{width:`${A.value}`}},[H?R:j])]})]})]})},B=t.computed(()=>({[r.e("tags__wrapper")]:!0,"is-disabled":e.disabled})),q=t.computed(()=>({[r.e("input")]:!0,[r.e("input_hide")]:e.disabled}));return()=>t.createVNode("div",{class:r.b(),ref:x},[t.createVNode("div",{class:B.value},[L(),t.createVNode("input",{type:"text",ref:"tagInputRef",value:d.value,class:q.value,onKeydown:w,onFocus:y,onInput:h,placeholder:V.value?`${e.maxTagsText||o("maxTagsText")} ${e.maxTags}`:e.placeholder,spellcheck:e.spellcheck,disabled:V.value},null)]),O()])}}),yE={title:"TagInput \u6807\u7B7E\u8F93\u5165\u6846",category:"\u6570\u636E\u5F55\u5165",status:"90%",install(e){e.component(Nu.name,Nu)}},CE={title:"Textarea \u591A\u884C\u6587\u672C\u6846",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.component(tl.name,tl)}};function bE(e,n,a,o,r){const i=t.ref(!1),s=t.ref(),u=t.ref(),d=t.ref(),h=t.ref(""),p=t.ref(!1),f=t.ref(`${e.value}:${n.value}:${a.value}`),v=t.ref(r.modelValue),g=()=>{let x=v.value||"00:00:00";["hh:mm","mm:ss"].includes(o)&&(x=v.value||"00:00");const A=x.split(":");let k="00:00:00";return o==="hh:mm:ss"?k=x:o==="mm:hh:ss"?k=`${A[1]}:${A[0]}:${A[2]}`:o==="hh:mm"?k=`${A[0]}:${A[1]}`:o==="mm:ss"&&(k=`${A[0]}:${A[1]}`),k},C=t.computed(()=>g()),y=(x,A,k)=>{o==="hh:mm:ss"?v.value=`${x}:${A}:${k}`:o==="mm:hh:ss"?v.value=`${A}:${x}:${k}`:o==="hh:mm"?v.value=`${x}:${A}`:o==="mm:ss"&&(v.value=`${A}:${k}`)};(()=>{if(v.value){f.value=r.modelValue;const x=v.value.split(":");y(x[0],x[1],x[2])}})();const w=({activeHour:x,activeMinute:A,activeSecond:k})=>{e.value=x.value||"00",n.value=A.value||"00",a.value=k.value||"00",f.value=`${e.value}:${n.value}:${a.value}`,y(e.value,n.value,a.value)},S=()=>{v.value||(v.value="00:00:00");const x=r.minTime.split(":"),A=r.maxTime.split(":");v.value>r.maxTime?(f.value=r.maxTime,y(A[0],A[1],A[2])):v.value<r.minTime&&(f.value=r.minTime,y(x[0],x[1],x[2])),i.value=!0},N=()=>{r.disabled||S()};return Ht.onClickOutside(u,()=>{i.value=!1},{ignore:[s]}),{showPopup:i,trueTimeValue:C,timePickerValue:h,inputDom:s,timePopupDom:d,showClearIcon:p,firsthandActiveTime:f,vModeValue:v,clickVerifyFun:N,isOutOpen:()=>{r.autoOpen&&(S(),i.value=r.autoOpen)},clearAll:x=>{if(x.stopPropagation(),r.minTime!=="00:00:00"){const A=r.minTime.split(":");e.value=A[0],n.value=A[1],a.value=A[2]}else e.value="00",n.value="00",a.value="00";f.value=`${e.value}:${n.value}:${a.value}`,y(e.value,n.value,a.value)},chooseTime:x=>{if(x.type)x.type.toLowerCase()==="hh"?e.value=x.time:x.type.toLowerCase()==="mm"?n.value=x.time:x.type.toLowerCase()==="ss"&&(a.value=x.time),f.value=`${e.value}:${n.value}:${a.value}`,y(e.value,n.value,a.value);else{const A=x.time.split(":");e.value=A[0],n.value=A[1],a.value=A[2],f.value=`${e.value}:${n.value}:${a.value}`,y(e.value,n.value,a.value)}},overlayRef:u,changeTimeData:w}}const wE={showPopup:{type:Boolean,default:!1},popupTop:{type:Number,default:-100},popupLeft:{type:Number,default:-100},popupWidth:{type:Number,default:300},popupFormat:{type:String,default:"hh:mm:ss"},minTime:{type:String,default:"00:00:00"},maxTime:{type:String,default:"23:59:59"},bindData:{type:String,default:"00:00:00"}};var Tz="";function NE(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}var rg=t.defineComponent({name:"DTimePopup",props:wE,emits:["submitData","change"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTimePopup",a),r=Ce("time-popup"),i=t.ref(),s=t.ref(),u=Ia("hour"),d=Ia("minute"),h=Ia("second");t.onMounted(()=>{nC(u,d,h,e.minTime,e.maxTime,e.popupFormat),s.value.setOuterTime(e.bindData)}),t.watch(()=>[e.showPopup,e.bindData],([g,C],[,y])=>{g||C!==y?s.value.setOuterTime(C):s.value.resetScrollTop()});const p=()=>s.value.getNewTime(),f=g=>{n.emit("change",g)},v=()=>{n.emit("submitData")};return n.expose({changTimeData:p}),()=>{var C,y;let g;return t.createVNode("div",{ref:i,class:r.b(),style:{width:e.popupWidth+"px"}},[t.createVNode(Zh,{ref:s,hourList:u,minuteList:d,secondList:h,minTime:e.minTime,maxTime:e.maxTime,format:e.popupFormat,onChange:f},null),t.createVNode("div",{class:r.m("btn")},[t.createVNode("div",{class:"popup-slots"},[(y=(C=n.slots).default)==null?void 0:y.call(C)]),t.createVNode("div",{onClick:t.withModifiers(v,["stop"])},[t.createVNode(mn,{variant:"solid",color:"secondary",size:"sm"},NE(g=o("ok"))?g:{default:()=>[g]})])])])}}}),Vz="",Su=t.defineComponent({name:"DTimePicker",components:{TimePopup:rg,DInput:Ft},props:Kh,emits:["change","update:modelValue"],setup(e,n){const a=Ce("time-picker"),o=t.ref("00"),r=t.ref("00"),i=t.ref("00"),s=e.format.toLowerCase(),u=t.ref(["bottom-start","top-start"]),{showPopup:d,trueTimeValue:h,inputDom:p,overlayRef:f,showClearIcon:v,firsthandActiveTime:g,chooseTime:C,clickVerifyFun:y,isOutOpen:b,clearAll:w,timePopupDom:S,vModeValue:N,changeTimeData:V}=bE(o,r,i,s,e),D=()=>{d.value=!1,n.emit("change",h.value)};return t.onMounted(b),t.watch(h,L=>{n.emit("update:modelValue",h.value),L!==e.minTime&&L!=="00:00"?v.value=!0:v.value=!1}),n.expose({clearAll:w,chooseTime:C}),()=>t.createVNode("div",{class:a.b()},[t.createVNode(Ft,{modelValue:N.value,ref:p,placeholder:e.placeholder,disabled:e.disabled,readonly:e.readonly,size:e.size,onFocus:y},{suffix:()=>t.createVNode("span",{class:"time-input-icon",onClick:y},[t.createVNode("span",{onClick:w,class:"clear-button"},[v.value?t.createVNode(Be,{size:"small",name:"close"},null):""]),t.createVNode(Be,{size:"small",name:"time"},null)])}),t.createVNode(t.Teleport,{to:"body"},{default:()=>[t.createVNode(t.Transition,{name:"fade"},{default:()=>{var L;return[t.createVNode(bt,{modelValue:d.value,"onUpdate:modelValue":x=>d.value=x,ref:f,origin:(L=p.value)==null?void 0:L.$el,position:u.value,align:"start",style:{zIndex:"var(--devui-z-index-dropdown, 1052)"}},{default:()=>[t.createVNode(rg,{ref:S,showPopup:d.value,popupWidth:e.timePickerWidth,popupFormat:e.format.toLowerCase(),minTime:e.minTime,maxTime:e.maxTime,bindData:g.value,onSubmitData:D,onChange:V},{default:()=>{var x,A;return[(A=(x=n.slots).customViewTemplate)==null?void 0:A.call(x)]}})]})]}})]})])}}),SE={title:"TimePicker \u65F6\u95F4\u9009\u62E9\u5668",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.component(Su.name,Su)}};const TE={modelValue:{type:String,default:""},disabled:{type:Boolean,default:!1},start:{type:String,default:"00:00"},end:{type:String,default:"24:00"},step:{type:String,default:"00:30"},minTime:{type:String,default:"-1:-1"},maxTime:{type:String,default:"24:00"},placeholder:{type:String,default:""},size:{type:String},"onUpdate:modelValue":{type:Function},clearable:{type:Boolean,default:!0}};function VE(e,n){const a=t.ref(),o=S=>`${S}`.padStart(2,"0"),r=S=>{const N=(S||"").split(":");if(N.length<2)return null;const V=Number.parseInt(N[0],10),D=Number.parseInt(N[1],10);return{hour:V,minute:D}},i=S=>`${o(S.hour)}:${o(S.minute)}`,s=(S,N)=>{const V=r(S),D=r(N),L={hour:V.hour,minute:V.minute};return L.minute+=D.minute,L.hour+=D.hour,L.hour+=Math.floor(L.minute/60),L.minute=L.minute%60,i(L)},u=t.computed(()=>{const S=r(e.start);return S?i(S):"00:00"}),d=t.computed(()=>{const S=r(e.end);return S?i(S):"24:00"}),h=t.computed(()=>{const S=r(e.step);return S&&S.hour>=0&&S.minute>=0&&S.hour+S.minute>0?i(S):"00:30"}),p=t.computed(()=>{const S=r(e.minTime);return S?i(S):null}),f=t.computed(()=>{const S=r(e.maxTime);return S?i(S):null}),v=(S,N)=>{const V=r(S),D=r(N),L=V.minute+V.hour*60,x=D.minute+D.hour*60;return L===x?0:L>x?1:-1};return{options:t.computed(()=>{const S=[];if(e.start&&e.end&&e.step){let N=u.value,V;for(;v(N,d.value)<=0;)V=N,S.push({value:V,name:V,disabled:v(N,p.value||"-1:-1")<0||v(N,f.value||"24:00")>0}),N=s(N,h.value)}return S}),changeData:S=>{n.emit("update:modelValue",S.value),n.emit("change",S.value)},select:a,clearData:S=>{n.emit("update:modelValue",S)},focusFun:S=>{n.emit("focus",S)},blurFun:S=>{n.emit("blur",S)}}}var Tu=t.defineComponent({name:"DTimeSelect",components:{Select:Ya},props:TE,emits:["change","blur","focus","update:modelValue"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTimeSelect",a),{options:r,changeData:i,select:s,clearData:u,focusFun:d,blurFun:h}=VE(e,n);return()=>t.createVNode(Ya,{ref:s,modelValue:e.modelValue,options:r.value,onValueChange:i,placeholder:e.placeholder||o("placeholder"),"option-disabled-key":"disabled",disabled:e.disabled,"allow-clear":e.clearable,size:e.size,onClear:u,onFocus:d,onBlur:h},null)}}),xE={title:"TimeSelect \u65F6\u95F4\u9009\u62E9\u5668",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.component(Tu.name,Tu)}};const LE={direction:{type:String,default:"vertical"},center:{type:Boolean,default:!1},mode:{type:String,default:"normal"},timePosition:{type:String,default:"left"}},DE={time:{type:String},dotColor:{type:String},lineStyle:{type:String,default:"solid"},lineColor:{type:String},position:{type:String},timePosition:{type:String,default:"left"},type:{type:String,default:"primary"}};var bl=t.defineComponent({name:"DTimelineItem",components:{DIcon:Be},props:DE,emits:[],setup(e,n){const a=t.inject("timeAxis"),o="devui-timeline-item",r=()=>{var h,p;return t.createVNode("div",{class:`${o}-time`},[n.slots.time?(p=(h=n.slots).time)==null?void 0:p.call(h):e.time])},i=()=>{var h,p;return t.createVNode("div",{class:`${o}-content`},[(p=(h=n.slots).default)==null?void 0:p.call(h,e)])},s=h=>h.includes(e.position)?i():a.props.direction==="horizontal"||e.timePosition==="left"?r():"",u=h=>h==="primary"?"":t.createVNode("i",{class:`icon-${h==="success"?"right":h}-o`},null),d=()=>{var h,p;return n.slots.dot?t.createVNode("div",{style:{color:e.dotColor},class:`${o}-dot`},[" ",(p=(h=n.slots).dot)==null?void 0:p.call(h)]):t.createVNode("div",{class:`${o}-dot ${o}-type-${e.type}`,style:{borderColor:e.dotColor}},[u(e.type)])};return()=>t.createVNode("div",{class:o},[t.createVNode("div",{class:`${o}-data-left ${o}-data-top`},[s(["top","left"])]),t.createVNode("div",{class:`${o}-axis`},[d(),a.props.direction==="vertical"&&e.timePosition==="bottom"?r():"",t.createVNode("div",{class:`${o}-line ${o}-line-style-${e.lineStyle}`,style:{borderColor:e.lineColor}},[n.slots.extra?t.createVNode("div",{class:`${o}-line-extra`},[n.slots.extra()]):""])]),t.createVNode("div",{class:`${o}-data-right ${o}-data-bottom`},[s(["right","bottom"])])])}}),xz="",Vu=t.defineComponent({name:"DTimeline",components:{TimelineItem:bl},props:LE,emits:[],setup(e,n){t.provide("timeAxis",{ctx:n,props:e});const a=t.ref(),o=t.reactive({marginLeft:"0px",height:"auto"}),r=()=>{o.height="auto",o.marginLeft="0px",e.direction==="horizontal"&&t.nextTick(()=>{var s;const i=a.value;e.center&&(o.marginLeft=(((s=i==null?void 0:i.firstElementChild)==null?void 0:s.clientWidth)||0)/2+"px"),o.height=Math.max(...Array.from(i==null?void 0:i.querySelectorAll(".devui-timeline-item-data-top")).map(u=>u.clientHeight),...Array.from(i==null?void 0:i.querySelectorAll(".devui-timeline-item-data-bottom")).map(u=>u.clientHeight))*2+Math.max(...Array.from(i==null?void 0:i.querySelectorAll(".devui-timeline-item-axis")).map(u=>u.clientHeight))+"px"})};return t.onMounted(()=>{r()}),t.watch(t.toRef(e,"direction"),()=>{r()}),()=>{const i=(d,h)=>h?t.createVNode(d,{position:h},null):t.createVNode(d,null,null),s=()=>{var p,f,v;const d=(v=(f=(p=n.slots).default)==null?void 0:f.call(p))!=null?v:[];let h;return d.length===1&&d[0].type===t.Fragment?h=d[0].children||[]:h=d,h.map((g,C)=>{var y,b,w,S,N,V,D,L;return C+1===h.length&&!((y=g.props)==null?void 0:y.lineStyle)&&!((b=g.props)==null?void 0:b["line-style"])&&(g=t.createVNode(g,{"line-style":"none"},null)),!((w=g.props)==null?void 0:w.timePosition)&&!((S=g.props)==null?void 0:S["time-position"])&&(g=t.createVNode(g,{"time-position":e.timePosition?e.timePosition:"left"},null)),e.direction==="horizontal"?((N=g.props)==null?void 0:N.position)==="top"||((V=g.props)==null?void 0:V.position)==="bottom"?g:e.mode==="alternative"?i(g,C%2===0?"bottom":"top"):i(g,"bottom"):((D=g.props)==null?void 0:D.position)==="left"||((L=g.props)==null?void 0:L.position)==="right"?g:e.mode==="alternative"?i(g,C%2===0?"left":"right"):i(g,"right")})},u=()=>e.direction==="horizontal"?"horizontal":"vertical";return t.createVNode("div",{class:`devui-timeline devui-timeline-${u()} ${e.center?"devui-timeline-"+u()+"-center":""} `,ref:a,style:o},[s()])}}}),kE={title:"Timeline \u65F6\u95F4\u8F74",category:"\u6570\u636E\u5C55\u793A",status:"100%",install(e){e.component(Vu.name,Vu),e.component(bl.name,bl)}};const EE={title:{type:String,default:""},height:{type:Number,default:320},data:{type:Array,default:()=>[]},defaultChecked:{type:Array,default:()=>[]},filter:{type:[Boolean,Function],default:!1},unit:{type:String,default:""},placeholder:{type:String,default:""},isKeyupSearch:{type:Boolean,default:!0},search:{type:Function},direction:{type:String,default:"source"},isDrag:{type:Boolean,default:!1},sortMethods:{type:Function},dragstart:{type:Function},drop:{type:Function},dragend:{type:Function},onUpdateAllChecked:{type:Function},onChangeChecked:{type:Function},renderContent:{type:Function}},AE=(e,n)=>{const a=t.ref(!1),o=t.ref(""),r=t.computed(()=>`${e.height}px`),i=t.computed(()=>e.data.filter(y=>typeof e.filter=="function"?e.filter(y,o.value):y.name.toLocaleUpperCase().includes(o.value.toLocaleUpperCase()))),s=t.computed(()=>i.value.filter(y=>!y.disabled)),u=t.computed(()=>i.value.length),d=t.computed(()=>i.value.length?e.defaultChecked.length:i.value.length),h=t.computed(()=>a.value?!1:!!(i.value.length&&e.defaultChecked.length>0)),p=y=>{const b=s.value.map(S=>S.value),w=y?b:[];n.emit("updateAllChecked",w)},f=()=>{const y=s.value.map(b=>b.value);a.value=y.length>0&&y.every(b=>e.defaultChecked.includes(b))},v=y=>{n.emit("changeChecked",y)},g=y=>{o.value=y,e.search&&typeof e.search=="function"&&e.search(e.direction,i.value,y)},C=(y,b,w)=>{n.emit("updateData",y,b,w)};return t.watchEffect(()=>{f()}),t.watch(()=>e.defaultChecked,y=>{f(),n.emit("changeChecked",y)}),{bodyHeight:r,filterData:i,checkableData:s,allChecked:a,allHalfchecked:h,allNum:u,checkedNum:d,query:o,changeAllCheckedHandle:p,updateModelValueHandle:g,updateCheckedDataHandle:v,updateDataHandle:C}},ME={title:{type:String,default:""},checked:{type:Boolean,default:!1},halfchecked:{type:Boolean,default:!1},total:{type:Number,default:0},checkedNum:{type:Number,default:0},unit:{type:String,default:""},onChange:{type:Function},search:{type:Function}},IE=(e,n)=>({allCheckedChangeHandle:o=>{n.emit("change",o)}});var lg=t.defineComponent({name:"DTransferHeader",components:{DCheckbox:ht},props:ME,emits:["change"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTransfer",a),r=Ce("transfer"),{allCheckedChangeHandle:i}=IE(e,n);return()=>n.slots.header&&typeof n.slots.header=="function"?n.slots.header():t.createVNode("div",{class:r.em("panel","header")},[t.createVNode("div",{class:r.em("panel","header-allChecked")},[t.createVNode(ht,{modelValue:e.checked,halfChecked:e.halfchecked,onChange:s=>{i(s)}},{default:()=>[e.title]})]),t.createVNode("div",{class:r.em("panel","header-num")},[e.checkedNum,t.createTextVNode("/"),e.total,t.createVNode("span",{class:r.em("panel","header-num-unit")},[e.unit||o("headerUnit")])])])}});const FE={height:{type:Number,default:320},data:{type:Array,default:()=>[]},defaultChecked:{type:Array,default:()=>[]},filter:{type:[Boolean,Function],default:!1},queryString:{type:String,default:""},placeholder:{type:String,default:""},isKeyupSearch:{type:Boolean,default:!0},search:{type:Function},isDrag:{type:Boolean,default:!1},onChange:{type:Function,default:void 0},dragstart:{type:Function},drop:{type:Function},dragend:{type:Function},renderContent:{type:Function}},_E=(e,n)=>{const a=t.computed(()=>`${e.height}px`),o=t.ref(""),r=t.ref([]),i=t.ref(null),s=t.ref(),u=t.ref(null),d=t.ref(0),h=t.ref(null),p=D=>{n.emit("updateQueryString",D)},f=(D,L)=>{r.value[D].checked=L,n.emit("change",r.value.filter(x=>x.checked).map(x=>x.value))},v=()=>{s.value="",u.value=null,i.value=null},g=D=>{const{clientY:L}=D;if(!h.value)return-1;const{top:x,bottom:A,height:k}=D.target.getBoundingClientRect(),F=Math.max(k*.25,2);return L<=x+F?-1:L>=A-F?1:0},C=(D,L)=>{D.stopPropagation(),h.value=D.target,e.dragstart&&typeof e.dragstart=="function"&&e.dragstart(D,L)},y=(D,L,x)=>{D.stopPropagation(),i.value=x?L.value:null},b=(D,L)=>{if(D.preventDefault(),D.stopPropagation(),clearTimeout(d.value),i.value===L.value)return;const x=g(D);d.value=window.setTimeout(()=>{s.value=L.value,u.value=x},0)},w=(D,L)=>{if(D.preventDefault(),D.stopPropagation(),L.value===s.value){const x=g(D);if(x===u.value)return;u.value=x}},S=(D,L)=>{D.stopPropagation()},N=(D,L)=>{D.preventDefault(),D.stopPropagation(),e.drop&&typeof e.drop=="function"&&e.drop(D,L),n.emit("updateDataPosition",i.value,L.value,u.value)},V=(D,L)=>{D.stopPropagation(),e.dragend&&typeof e.dragend=="function"&&e.dragend(D,L),v()};return t.watchEffect(()=>{const D=[];o.value=e.queryString,e.data.forEach(L=>{D.push({value:L.value,name:L.name,checked:e.defaultChecked.includes(L.value)})}),r.value=D}),{bodyHeight:a,query:o,checkedListModels:r,dragHighlight:i,dragOverNodeKey:s,dropPosition:u,dragTimer:d,dragRef:h,updateFilterQueryHandle:p,updateCheckedListModels:f,setCurrentDragItem:y,setDragOverNodeKeyHandle:b,dragoverHandle:w,dragleaveHandle:S,dropHandle:N,dragendHandle:V,dragstartHandle:C}};var Lz="";function ig(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!t.isVNode(e)}var sg=t.defineComponent({name:"DTransferBody",components:{DSearch:Wo,DCheckbox:ht,DCheckboxGroup:No,DIcon:Be},props:FE,emits:["change","update:modelValue","updateQueryString","updateDataPosition"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTransferBody",a),r=Ce("transfer"),{bodyHeight:i,query:s,checkedListModels:u,dragHighlight:d,dropPosition:h,dragOverNodeKey:p,updateFilterQueryHandle:f,updateCheckedListModels:v,setCurrentDragItem:g,setDragOverNodeKeyHandle:C,dragoverHandle:y,dragleaveHandle:b,dropHandle:w,dragendHandle:S,dragstartHandle:N}=_E(e,n),V=()=>t.createVNode("div",{class:r.em("panel","body-search")},[t.createVNode(Wo,{modelValue:s.value,placeholder:e.placeholder||o("placeholder"),"is-keyup-search":e.isKeyupSearch,size:"sm",onSearch:k=>{f(k)}},null)]),D=k=>e.renderContent?e.renderContent(t.h,k):k.name,L=()=>e.data.map(k=>{let F;return t.createVNode(ht,{disabled:k.disabled,value:k.value,class:"transfer-checkbox"},ig(F=D(k))?F:{default:()=>[F]})}),x=()=>{let k;return e.data.length?t.createVNode(No,{modelValue:e.defaultChecked,class:r.em("panel","body-list-group"),onChange:F=>{n.emit("change",F)}},ig(k=L())?k:{default:()=>[k]}):t.createVNode("div",{class:r.em("panel","body-list-empty")},[o("noData")])},A=()=>e.data.length?e.data.map((k,F)=>{const O=p.value===k.value;return t.createVNode("div",{class:{[r.em("panel","body-list-item")]:!0,[r.em("panel","body-list-drag-dragging")]:d.value===k.value,[r.em("panel","body-list-drag-over-top")]:O&&h.value===-1,[r.em("panel","body-list-drag-over-bottom")]:O&&h.value===1},onDragstart:B=>{N(B,k)},onDragenter:B=>{C(B,k)},onDragover:B=>{y(B,k)},onDragleave:B=>{b(B,k)},onDrop:B=>{w(B,k)},onDragend:B=>{S(B,k)},draggable:k.value===d.value},[t.createVNode("span",{class:"icon icon-drag-small",onMousedown:B=>{g(B,k,!0)},onMouseout:B=>{g(B,k,!1)}},null),t.createVNode(ht,{label:k.name,key:k.value,disabled:k.disabled,modelValue:u.value[F]&&u.value[F].checked,onChange:B=>{v(F,B)}},null)])}):t.createVNode("div",{class:r.em("panel","body-list-empty")},[o("noData")]);return()=>t.createVNode("div",{class:r.em("panel","body")},[e.filter&&V(),t.createVNode("div",{class:r.em("panel","body-list"),style:{height:i.value}},[e.isDrag?A():x()])])}}),xu=t.defineComponent({name:"DTransferPanel",components:{transferHeader:lg,transferBody:sg},props:EE,emits:["updateAllChecked","changeButtonState","changeChecked","updateData"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTransfer",a),r=Ce("transfer"),{allChecked:i,allHalfchecked:s,allNum:u,checkedNum:d,filterData:h,query:p,changeAllCheckedHandle:f,updateModelValueHandle:v,updateCheckedDataHandle:g,updateDataHandle:C}=AE(e,n);return()=>t.createVNode("div",{class:r.e("panel")},[t.createVNode(lg,{title:e.title,checkedNum:d.value,unit:e.unit||o("panelUnit"),checked:i.value,halfchecked:s.value,total:u.value,search:e.search,onChange:y=>{f(y)}},{header:n.slots.header}),t.createVNode(sg,{height:e.height,filter:e.filter,isKeyupSearch:e.isKeyupSearch,isDrag:e.isDrag,placeholder:e.placeholder,defaultChecked:e.defaultChecked,search:e.search,dragstart:e.dragstart,drop:e.drop,dragend:e.dragend,data:h.value,queryString:p.value,renderContent:e.renderContent,onChange:y=>{g(y)},onUpdateQueryString:y=>{v(y)},onUpdateDataPosition:(y,b,w)=>{C(y,b,w)}},null)])}});const PE={sourceDisabled:{type:Boolean,default:!0},targetDisabled:{type:Boolean,default:!0},onToTarget:{type:Function},onToSource:{type:Function}},BE=(e,n)=>({toTargetHandle:()=>{n.emit("toTarget")},toSourceHandle:()=>{n.emit("toSource")}});var cg=t.defineComponent({name:"DTransferOperate",components:{DButton:mn},props:PE,setup(e,n){const a=Ce("transfer"),{toTargetHandle:o,toSourceHandle:r}=BE(e,n);return()=>t.createVNode("div",{class:a.e("operate")},[n.slots.operate&&typeof n.slots.operate=="function"?n.slots.operate():t.createVNode("div",{class:a.em("operate","group")},[t.createVNode(mn,{class:a.em("operate","group-left"),shape:"circle",size:"lg",disabled:e.targetDisabled,icon:"chevron-right",variant:e.targetDisabled?"outline":"solid",color:e.targetDisabled?"secondary":"primary",onClick:()=>o()},null),t.createVNode(mn,{class:a.em("operate","group-right"),shape:"circle",size:"lg",disabled:e.sourceDisabled,icon:"collapse",variant:e.sourceDisabled?"outline":"solid",color:e.sourceDisabled?"secondary":"primary",onClick:()=>r()},null)])])}});const $E={modelValue:{type:Array,default:()=>[]},data:{type:Array,default:()=>[]},sourceDefaultChecked:{type:Array,default:()=>[]},targetDefaultChecked:{type:Array,default:()=>[]},titles:{type:Array,default:()=>["sourceHeader","targetHeader"]},sourceOption:{type:Array,default:()=>[]},targetOption:{type:Array,default:()=>[]},filter:{type:[Boolean,Function],default:!1},height:{type:Number,default:320},unit:{type:String,default:""},placeholder:{type:String,default:""},isKeyupSearch:{type:Boolean,default:!0},isSourceDrag:{type:Boolean,default:!1},isTargetDrag:{type:Boolean,default:!1},search:{type:Function},sortMethods:{type:Function},dragstart:{type:Function},drop:{type:Function},dragend:{type:Function},renderContent:{type:Function}},OE=(e,n)=>{const a=t.computed(()=>e.titles[0]),o=t.computed(()=>e.titles[1]),r=t.ref([]),i=t.ref([]),s=t.ref([]),u=t.ref([]),d=t.ref("source"),h=t.ref("target"),p=t.computed(()=>i.value.length===0),f=t.computed(()=>r.value.length===0),v=t.ref("source"),g=t.ref([]),C=()=>({data:(()=>{var k;return e.data&&typeof e.sortMethods=="function"?(k=e.sortMethods(e.data))!=null?k:[]:e.data})()}),y=k=>{r.value=k},b=k=>{i.value=k},w=k=>{r.value=k},S=k=>{i.value=k},N=()=>{const k=u.value.map(F=>F.value);n.emit("update:modelValue",k),n.emit("change",k,v.value,g.value)},V=()=>{const k=[];s.value=s.value.filter(F=>r.value.includes(F.value)?(k.push(F),!1):!0),r.value=[],u.value=u.value.concat(k),v.value="target",g.value=k},D=()=>{const k=[];u.value=u.value.filter(F=>i.value.includes(F.value)?(k.push(F),!1):!0),i.value=[],s.value=s.value.concat(k),v.value="source",g.value=k};t.watch(u,()=>{N()});const L=(k,F,O)=>{const B=O==="source"?s.value:u.value;let q=-1,H=-1,j=null,P=null;for(let R=0;R<B.length;R++)B[R].value===k&&(q=R,j=B[R]),B[R].value===F&&(H=R,P=B[R]);return{startIndex:q,endIndex:H,dragItem:j,dropItem:P}},x=(k,F,O)=>{const{startIndex:B,endIndex:q,dragItem:H}=L(k,F,"source");let j=q;O===1&&(j=q+1),B<j?(s.value.splice(j,0,H),s.value.splice(B,1)):(s.value.splice(B,1),s.value.splice(j,0,H)),n.emit("sourceDragEnd",[...s.value])},A=(k,F,O)=>{const{startIndex:B,endIndex:q,dragItem:H}=L(k,F,"target");let j=q;O===1&&(j=q+1),B<j?(u.value.splice(j,0,H),u.value.splice(B,1)):(u.value.splice(B,1),u.value.splice(j,0,H)),n.emit("targetDragEnd",[...u.value])};return t.onMounted(()=>{const{data:k}=C(),F=[],O=[];k.forEach(H=>{e.sourceDefaultChecked.includes(H.value)&&H.disabled===!1&&F.push(H.value),e.targetDefaultChecked.includes(H.value)&&H.disabled===!1&&O.push(H.value)});const B=[],q=[];k.forEach(H=>{e.modelValue.includes(H.value)?q.push(H):B.push(H)}),s.value=B,u.value=q,r.value=F,i.value=O}),{sourceTitle:a,targetTitle:o,sourceData:s,targetData:u,sourceDisabled:p,targetDisabled:f,sourceChecked:r,targetChecked:i,sourceDirection:d,targetDirection:h,updateSourceAllCheckedHandle:y,updateTargetAllCheckedHandle:b,updateSourceCheckedHandle:w,updateTargetCheckedHandle:S,toMoveTargetHandle:V,toMoveSourceHandle:D,updateSourceDataHandle:x,updateTargetDataHandle:A}};var Lu=t.defineComponent({name:"DTransfer",components:{transferPanel:xu,transferOperate:cg},props:$E,emits:["update:modelValue","change","sourceDragEnd","targetDragEnd"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTransfer",a),r=Ce("transfer"),{sourceTitle:i,targetTitle:s,sourceDisabled:u,targetDisabled:d,sourceData:h,targetData:p,sourceChecked:f,targetChecked:v,sourceDirection:g,targetDirection:C,updateSourceAllCheckedHandle:y,updateTargetAllCheckedHandle:b,updateSourceCheckedHandle:w,updateTargetCheckedHandle:S,toMoveTargetHandle:N,toMoveSourceHandle:V,updateSourceDataHandle:D,updateTargetDataHandle:L}=OE(e,n);return()=>t.createVNode("div",{class:r.b()},[n.slots.header&&n.slots.header(),t.createVNode(xu,{filter:e.filter,isKeyupSearch:e.isKeyupSearch,isDrag:e.isSourceDrag,height:e.height,unit:e.unit||o("unit"),placeholder:e.placeholder,sortMethods:e.sortMethods,search:e.search,dragstart:e.dragstart,drop:e.drop,dragend:e.dragend,title:i.value,data:h.value,defaultChecked:f.value,direction:g.value,renderContent:e.renderContent,class:r.e("source"),onUpdateAllChecked:x=>{y(x)},onChangeChecked:x=>{w(x)},onUpdateData:(x,A,k)=>{D(x,A,k)}},{header:n.slots.sourceHeader}),t.createVNode(cg,{sourceDisabled:u.value,targetDisabled:d.value,onToTarget:()=>{N()},onToSource:()=>{V()}},ee({},n.slots)),t.createVNode(xu,{filter:e.filter,isKeyupSearch:e.isKeyupSearch,isDrag:e.isTargetDrag,height:e.height,unit:e.unit||o("unit"),placeholder:e.placeholder,sortMethods:e.sortMethods,search:e.search,dragstart:e.dragstart,drop:e.drop,dragend:e.dragend,title:s.value,data:p.value,defaultChecked:v.value,direction:C.value,renderContent:e.renderContent,class:r.e("target"),onUpdateAllChecked:x=>{b(x)},onChangeChecked:x=>{S(x)},onUpdateData:(x,A,k)=>{L(x,A,k)}},{header:n.slots.targetHeader})])}}),RE={title:"Transfer \u7A7F\u68AD\u6846",category:"\u6570\u636E\u5F55\u5165",status:"60%",install(e){e.component(Lu.name,Lu)}};const Du="use-tree-token",ug="tree-instance",qo=30,dg=24,fg={check:{type:[Boolean,String],default:!1},dragdrop:{type:[Boolean,Object],default:!1},operate:{type:[Boolean,String,Array],default:!1}},zE=ye(ee({data:{type:Object,default:[]}},fg),{height:{type:[Number,String]}}),HE=ee({data:{type:Object,default:{}}},fg);function jE(e=t.ref({checkStrategy:"both"})){return function(a,o,r){const{setNodeValue:i,getNode:s,getChildren:u,getParent:d}=o,h=y=>{i(y,"checked",!0),r.emit("check-change",y)},p=(y,b,w)=>{y.disableCheck||i(y,b,w)},f=y=>{i(y,"checked",!1),r.emit("check-change",y)},v=(y,b)=>{if(!y.parentId)return;const w=d(y);if(!w)return;let S=b;b?w.checked||p(w,"checked",!0):u(w).filter(D=>D.checked&&D.id!==y.id).length===0?p(w,"checked",!1):(p(w,"checked",!0),S=!0),w.parentId&&v(w,S)};return{checkNode:h,uncheckNode:f,toggleCheckNode:y=>{const b=s(y).checked;b?(i(y,"checked",!1),r.emit("check-change",y),["downward","both"].includes(e.value.checkStrategy)&&u(y).forEach(w=>p(w,"checked",!1))):(i(y,"checked",!0),r.emit("check-change",y),["downward","both"].includes(e.value.checkStrategy)&&u(y).forEach(w=>p(w,"checked",!0))),["upward","both"].includes(e.value.checkStrategy)&&v(y,!b)},getCheckedNodes:()=>a.value.filter(y=>y.checked)}}}let ku=[];function hg(){return{setInitSelectedNode:o=>{ku.push(o)},getInitSelectedNodes:()=>ku,clearInitSelectedNodes:()=>{ku=[]}}}const{setInitSelectedNode:WE}=hg();function wl(e,n="children",a=0,o=[]){return a++,e.reduce((r,i,s)=>{var h,p,f;const u=Object.assign({},i);if(u.id===void 0&&(u.id=va(),u.idType="random"),u.selected&&WE(u),u.level=a,u.parentChildNodeCount=e.length,u.currentIndex=s,u.childNodeCount=((h=u.children)==null?void 0:h.length)||0,o.length>0&&((p=o[o.length-1])==null?void 0:p.level)>=a)for(;((f=o[o.length-1])==null?void 0:f.level)>=a;)o.pop();o.push(u);const d=o[o.length-2];return d&&(u.parentId=d.id),u[n]?r.concat(bi(u,"children"),wl(u[n],n,a,o)):r.concat(ye(ee({},u),{isLeaf:u.isLeaf!==!1}))},[])}const pg={expanded:!1,recursive:!0};function UE(){const e=new Map;return function(a){const o=g=>{var C;return(C=a.value.find(y=>y.id===g.id))==null?void 0:C.level},r=(g,C=pg)=>{if(g.isLeaf)return[];let y=g.id||"";if(C.expanded&&(y+="_expanded"),C.recursive&&(y+="_recursive"),g.id&&e.has(y)){const D=e.get(g.id);if(D)return D}const b=()=>t.computed(()=>{let D=[];const L=[];for(let x=0,A=a==null?void 0:a.value.length;x<A;x++){const k=a==null?void 0:a.value[x];D.map(F=>F.id).includes(k.id)||(k.expanded!==!0&&!k.isLeaf&&(D=r(k)),L.push(k))}return L}),w=[],S=ee(ee({},pg),C),N=S.expanded?b():a,V=N.value.findIndex(D=>D.id===g.id);for(let D=V+1;D<N.value.length&&o(g)<N.value[D].level;D++)(S.recursive&&!N.value[D].isHide||o(g)===N.value[D].level-1&&!N.value[D].isHide)&&w.push(N.value[D]);return g.id&&e.set(y,w),w},i=()=>{e.clear()},s=g=>a.value.find(C=>C.id===g.parentId),u=()=>t.computed(()=>{let g=[];const C=[];for(let y=0,b=a==null?void 0:a.value.length;y<b;y++){const w=a==null?void 0:a.value[y];g.map(S=>S.id).includes(w.id)||w.isHide||(w.expanded!==!0&&(g=r(w)),C.push(w))}return C}),d=g=>g?a.value.findIndex(C=>C.id===g.id):-1,h=g=>a.value.find(C=>C.id===g.id),p=(g,C,y)=>{i(),d(g)!==-1&&(a.value[d(g)][C]=y)},f=g=>{i(),a.value=wl(g)},v=()=>a.value;return t.onUnmounted(()=>{i()}),{getLevel:o,getChildren:r,clearNodeMap:i,getParent:s,getExpendedTree:u,getIndex:d,getNode:h,setNodeValue:p,setTree:f,getTree:v}}}const Eu=e=>typeof e=="boolean"?e?"both":"none":e,Nl=(e,n="id",a="children",o)=>e.map(r=>{var s;const i=ye(ee({},r),{parentId:o});return(!(n in i)||!i[n])&&(i[n]=va(),i.idType="random"),a in i&&Array.isArray(i[a])&&((s=i[a])==null?void 0:s.length)?(i[a]=Nl(i[a],n,a,i[n]),"isLeaf"in i&&delete i.isLeaf):"isLeaf"in i||(i.isLeaf=!0),i.parentId||delete i.parentId,i}),Au=Z("tree"),Mu={dropPrev:Au.em("node","drop-prev"),dropNext:Au.em("node","drop-next"),dropInner:Au.em("node","drop-inner")};function YE(e,n){return function(){const o=t.reactive({dropType:void 0,draggingNode:null,draggingTreeNode:null}),r=t.computed(()=>n.value.reduce((C,y)=>ye(ee({},C),{[y.id]:y}),{})),i=C=>{C==null||C.classList.remove(...Object.values(Mu))},s=(C,y)=>{var w;const b=(w=r.value[C])==null?void 0:w.parentId;return b===y?!0:b!==void 0?s(b,y):!1},u=(C,y,b)=>{const w=ic(n.value);let S,N;const V=D=>{!Array.isArray(D)||D.every((L,x)=>S&&N?!1:(L.id===C?S={target:D,index:x,item:L}:L.id===y&&(N={target:D,index:x,item:L}),(!S||!N)&&Array.isArray(L.children)&&V(L.children),!0))};if(V(w),S&&N&&b){const D=Object.assign({},S.target[S.index]);if(b==="dropPrev")N.target.splice(N.index,0,D);else if(b==="dropNext")N.target.splice(N.index+1,0,D);else if(b==="dropInner"){const x=N.target[N.index].children;Array.isArray(x)?x.unshift(D):N.target[N.index].children=[D]}const L=S.target.indexOf(S.item);L!==-1&&S.target.splice(L,1)}return w},d=()=>{o.dropType=void 0,o.draggingNode=null,o.draggingTreeNode=null};return{onDragstart:(C,y)=>{var w;C.stopPropagation(),o.draggingNode=C.target,o.draggingTreeNode=y;const b={type:"tree-node",nodeId:y.id};(w=C.dataTransfer)==null||w.setData("Text",JSON.stringify(b))},onDragover:C=>{if(C.preventDefault(),C.stopPropagation(),!!o.draggingNode&&e.dragdrop){if(C.dataTransfer&&(C.dataTransfer.dropEffect="move"),!n)return;let y={};typeof e.dragdrop=="object"?y=e.dragdrop:e.dragdrop===!0&&(y={dropInner:!0});const{dropPrev:b,dropNext:w,dropInner:S}=y;let N;const V=b?S?.25:w?.45:1:-1,D=w?S?.75:b?.55:0:1,L=C.currentTarget,x=L==null?void 0:L.getBoundingClientRect(),A=C.clientY-((x==null?void 0:x.top)||0);if(A<((x==null?void 0:x.height)||0)*V?N="dropPrev":A>((x==null?void 0:x.height)||0)*D?N="dropNext":S?N="dropInner":N=void 0,N){const k=L==null?void 0:L.classList;k&&(k.contains(Mu[N])||(i(L),k.add(Mu[N])))}else i(L);o.dropType=N}},onDragleave:C=>{C.stopPropagation(),!!o.draggingNode&&i(C.currentTarget)},onDrop:(C,y)=>{var w;if(C.preventDefault(),C.stopPropagation(),i(C.currentTarget),!o.draggingNode||!e.dragdrop)return;const b=(w=C.dataTransfer)==null?void 0:w.getData("Text");if(b){try{const S=JSON.parse(b);if(typeof S=="object"&&S.type==="tree-node"){const N=S.nodeId,V=s(y.id,N);if(N===y.id||V)return;if(o.dropType){let D=u(N,y.id,o.dropType);D=Nl(D),n.value=D}}}catch(S){console.error(S)}d()}},onDragend:C=>{C.preventDefault(),C.stopPropagation(),d()}}}}function qE(){return function(n,a,o){const{getNode:r,setNodeValue:i,getIndex:s,getChildren:u}=a,d=(v,g)=>{g.value.forEach(C=>{C.level-1===v.level&&!C.parentId&&(C.parentId=v.id)})},h=(v,g)=>{const C=s(v);C!==-1&&n.value.splice(C+1,0,...g.value)},p=v=>{const g=r(v.node);i(g,"loading",!1);const C=t.ref(wl(v.treeItems,"children",g.level));d(g,C),h(g,C);const y=u(g);i(g,"childNodeCount",y.length)};return{lazyLoadNodes:v=>{const g=r(v);!g.isLeaf&&!g.childNodeCount&&(i(v,"loading",!0),o.emit("lazy-load",v,p))}}}}function mg(){return function(n,a){const{setNodeValue:o,getChildren:r,getIndex:i,getLevel:s,getParent:u}=a;return{insertBefore:(f,v,g)=>{const C=r(f,{recursive:!1}),y=C[C.length-1];let b=i(f)+1;g?b=i(g):y&&(b=i(y)+1),o(f,"expanded",!0),o(f,"isLeaf",!1);let w=f.childNodeCount;w||(w=0,o(f,"childNodeCount",w+1)),y&&o(y,"parentChildNodeCount",C.length+1);const S=t.ref(ye(ee({},v),{level:s(f)+1,parentId:f.id,isLeaf:!0,parentChildNodeCount:C.length+1,currentIndex:y&&typeof y.currentIndex=="number"?y.currentIndex+1:0}));S.value.id===void 0&&(S.value.id=va()),n.value=n.value.slice(0,b).concat(S.value,n.value.slice(b,n.value.length))},removeNode:(f,v={recursive:!0})=>{v.recursive||r(f).forEach(g=>{o(g,"level",s(g)-1)}),n.value=n.value.filter(g=>v.recursive?g.id!==f.id&&!r(f).map(C=>C.id).includes(g.id):g.id!==f.id),u(f)&&r(u(f)).length===0&&o(u(f),"isLeaf",!0)},editNode:(f,v)=>{o(f,"label",v)}}}}function KE(){return function(n,a){const{setNodeValue:o,getChildren:r}=a,{removeNode:i}=mg()(n,a);return{mergeTreeNodes:()=>{const u=d=>{var p;if(d.isLeaf)return;const h=r(d,{recursive:!1});(h==null?void 0:h.length)===1?r(h[0],{recursive:!1}).length!==0?(o(d,"label",d.label+" / "+((p=h[0])==null?void 0:p.label)),i(h[0],{recursive:!1}),u(d)):o(h[0],"parentId",d.id):h.forEach(f=>{u(f)})};n.value.filter(d=>d.level===1).forEach(d=>{u(d)})}}}}function ZE(){return function(n,a){const{clearNodeMap:o,getExpendedTree:r}=a,i=t.ref(),s=()=>{n.value.forEach(g=>{g.childrenMatched=!1,g.isHide=!1,g.isMatched=!1,g.matchedText=""}),i.value&&i.value.scrollTo(0)},u=(g,C,y)=>n.value[g].parentId===n.value[C].parentId&&n.value[g].isMatched||y.has(n.value[g].id)&&n.value[g].childrenMatched,d=(g,C,y)=>{const b=Se.exports.trim(g).toLocaleLowerCase();for(let w=0;w<n.value.length;w++){const S=C?n.value[w][C]:n.value[w].label,N=y?y.test(S):S.toLocaleLowerCase().includes(b);if(n.value[w].isMatched=N,N){if(n.value[w].matchedText=C?n.value[w].label:b,!n.value[w].parentId)continue;let V=w-1;const D=new Set;for(D.add(n.value[w].parentId);V>=0&&n.value[V].parentId&&!u(V,w,D);)D.has(n.value[V].id)&&(n.value[V].childrenMatched=!0,n.value[V].expanded=!0,D.add(n.value[V].parentId)),V--;V>=0&&!n.value[V].parentId&&D.has(n.value[V].id)&&(n.value[V].childrenMatched=!0,n.value[V].expanded=!0)}}},h=(g,C,y)=>y.has(n.value[g].id)&&n.value[g].isMatched,p=()=>{n.value.forEach((g,C)=>{if(g.isMatched||g.childrenMatched)g.isHide=!1;else{if(!g.parentId){g.isHide=!0;return}let y=C-1;const b=new Set;for(b.add(n.value[C].parentId);y>=0&&n.value[y].parentId&&!h(y,C,b);)b.has(n.value[y].id)&&b.add(n.value[y].parentId),y--;!n.value[y].parentId&&!n.value[y].isMatched?g.isHide=!0:g.isHide=!1}})},f=()=>{let g=0;const C=r().value;for(;g<=C.length-1&&!C[g].isMatched;)g++;return g>=C.length?0:g};return{virtualListRef:i,searchTree:(g,C)=>{if(o(),s(),!!g&&(d(g,C.matchKey,C.pattern),C.isFilter&&p(),i.value)){const y=f();i.value.scrollTo(y)}}}}}function GE(){return function(n,a,o){const{setNodeValue:r}=a,{getInitSelectedNodes:i,clearInitSelectedNodes:s}=hg();let u;const d=v=>{if(v.disableSelect)return;const g=i();if(g.length&&(g.forEach(C=>{r(C,"selected",!1)}),s()),u){const C=n.value.findIndex(y=>y.id===u.id);r(n.value[C],"selected",!1)}r(v,"selected",!0),o.emit("select-change",v),u=v},h=v=>{r(v,"selected",!1),o.emit("select-change",v)};return{selectNode:d,deselectNode:h,toggleSelectNode:v=>{v.selected?h(v):d(v)},getSelectedNode:()=>n.value.find(v=>v.selected)}}}function XE(){return function(n,a,o,r){const{getNode:i,setNodeValue:s}=a,{lazyLoadNodes:u}=r,d=v=>{v.disableToggle||v.loading||(s(v,"expanded",!0),o.emit("toggle-change",v))},h=v=>{v.disableToggle||v.loading||(s(v,"expanded",!1),o.emit("toggle-change",v))};return{expandNode:d,collapseNode:h,toggleNode:v=>{v.disableToggle||v.loading||(i(v).expanded?h(v):d(v),u(v))},expandAllNodes:()=>{n.value.forEach(v=>{d(v)})}}}}const QE=[XE()];function JE(e,n=[],a){const o=t.ref(wl(e)),r=UE()(o),i=qE()(o,r,a),s=QE.concat(n).reduce((u,d)=>ee(ee({},u),d(o,r,a,i)),{});return ee(ee({treeData:o},s),r)}const Pn=Z("tree");function gg(e){const n=t.computed(()=>{var f;return[Pn.e("node"),((f=e.value)==null?void 0:f.expanded)&&Pn.em("node","open")]}),a=t.computed(()=>{var f;return{paddingLeft:`${dg*(((f=e.value)==null?void 0:f.level)-1)}px`}}),o=t.computed(()=>{var f;return[((f=e.value)==null?void 0:f.level)!==1&&Pn.e("node-vline")]}),r=t.computed(()=>{if(!e.value||e.value.level===1)return[];const{currentIndex:f=0,parentChildNodeCount:v=0,level:g,expanded:C,isLeaf:y}=e.value;return Array.from({length:e.value.level-1}).map((b,w)=>({height:`${f+1===v&&w===0&&(y||!C)?qo/2:qo}px`,left:`${dg*(g-w-2)+9}px`,top:"0px"}))}),i=t.computed(()=>{var f;return[((f=e.value)==null?void 0:f.level)!==1&&Pn.e("node-hline")]}),s=t.computed(()=>{var f;return[Pn.e("node-content"),((f=e.value)==null?void 0:f.selected)&&"active"]}),u=t.computed(()=>{var f;return[Pn.e("node-title"),((f=e.value)==null?void 0:f.disableSelect)&&"select-disabled"]}),d=t.computed(()=>Pn.e("node-operation-area")),h=t.computed(()=>{var y,b;const f=((y=e.value)==null?void 0:y.matchedText)||"",v=((b=e.value)==null?void 0:b.label)||"",g=w=>w.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),C=new RegExp("("+g(f)+")","gi");return v.split(C)}),p=Pn.e("match-highlight");return{nodeClass:n,nodeStyle:a,nodeContentClass:s,nodeTitleClass:u,nodeVLineClass:o,nodeVLineStyles:r,nodeHLineClass:i,nodeOperationAreaClass:d,matchedContents:h,highlightCls:p}}var vg=t.defineComponent({name:"DTreeNodeToggle",props:{data:{type:Object,default:()=>({})}},setup(e){const{data:n}=t.toRefs(e),{toggleNode:a}=t.inject(Du),o=Z("tree");return()=>{var r;return t.createVNode("span",{class:[o.e("node-folder"),((r=n.value)==null?void 0:r.disableToggle)&&"toggle-disabled"],onClick:i=>{i.stopPropagation(),a&&a(n.value)}},[n.value.isLeaf?t.createVNode("span",{class:o.e("node-indent")},null):n.value.expanded?t.createVNode(ng,{class:"mr-xs"},null):t.createVNode(ag,{class:"mr-xs"},null)])}}}),yg=t.defineComponent({name:"DTreeNodeLoading",setup(){const e=t.getCurrentInstance(),n=We("DTree",e),a=Z("loading-children ");return()=>t.createVNode("span",{class:a.b()},[`${n("loading")||"Loading"}...`])}}),Cg=t.defineComponent({name:"DTreeNodeContent",props:{data:{type:Object,default:()=>({})}},setup(e){const{data:n}=t.toRefs(e),{nodeTitleClass:a,matchedContents:o,highlightCls:r}=gg(n);return()=>{var i,s,u;return t.createVNode("span",{class:a.value},[!((i=n.value)==null?void 0:i.matchedText)&&((s=n.value)==null?void 0:s.label),((u=n.value)==null?void 0:u.matchedText)&&o.value.map((d,h)=>h%2===0?d:t.createVNode("span",{class:r},[d]))])}}}),eA=t.defineComponent({name:"DTreeNode",props:HE,setup(e,{slots:n}){const a=t.getCurrentInstance(),o=We("DTree",a),{data:r,check:i,dragdrop:s,operate:u}=t.toRefs(e),{toggleSelectNode:d,toggleCheckNode:h,toggleNode:p,getChildren:f,insertBefore:v,removeNode:g,getNode:C,onDragstart:y,onDragover:b,onDragleave:w,onDrop:S,onDragend:N}=t.inject(Du),V=t.inject(ug),D=Z("tree"),{nodeClass:L,nodeStyle:x,nodeContentClass:A,nodeVLineClass:k,nodeVLineStyles:F,nodeHLineClass:O,nodeOperationAreaClass:B}=gg(r),q=t.computed(()=>{var ne;if(!((ne=r.value)==null?void 0:ne.checked))return!1;const Q=Eu(i.value);if(["upward","both"].includes(Q)){const se=(f==null?void 0:f(r.value))||[],K=se==null?void 0:se.filter(Y=>Y.checked);return K.length>0&&K.length<se.length}else return!1}),H=t.computed(()=>{var Q,ne,se;return{key:(Q=r.value)==null?void 0:Q.id,disabled:(ne=r.value)==null?void 0:ne.disableCheck,halfChecked:q.value,modelValue:(se=r.value)==null?void 0:se.checked,"onUpdate:modelValue":()=>{h==null||h(r.value)},onClick:K=>{K.stopPropagation()}}}),j=t.ref(!1),P=()=>{j.value=!0},R=()=>{j.value=!1};return()=>{var ne,se;let Q={};return s.value&&!((ne=r.value)==null?void 0:ne.disableSelect)&&(Q={draggable:!0,onDragstart:K=>y==null?void 0:y(K,r.value),onDragover:K=>b==null?void 0:b(K),onDragleave:K=>w==null?void 0:w(K),onDrop:K=>S==null?void 0:S(K,r.value),onDragend:K=>N==null?void 0:N(K)}),t.createVNode("div",{class:L.value,style:x.value,onMouseenter:P,onMouseleave:R},[F.value.map(K=>t.createVNode("span",{class:k.value,style:K},null)),t.createVNode("span",{class:O.value,style:bi(F.value[0],["height","top"])},null),t.createVNode("div",t.mergeProps({class:A.value,onClick:()=>{d==null||d(r.value),V==null||V.emit("node-click",r.value)}},Q),[n.icon?t.renderSlot(t.useSlots(),"icon",{nodeData:r,toggleNode:p}):t.createVNode(vg,{data:r.value},null),t.createVNode("div",{class:D.em("node-content","value-wrapper"),style:{height:`${qo}px`}},[i.value&&t.createVNode(ht,H.value,null),n.default?t.renderSlot(t.useSlots(),"default",{nodeData:r}):t.createVNode(Cg,{data:r.value},null),((se=C==null?void 0:C(r.value))==null?void 0:se.loading)?n.loading?t.renderSlot(t.useSlots(),"loading"):t.createVNode(yg,null,null):"",s.value&&t.createVNode(t.Fragment,null,[t.createVNode("div",{class:D.em("node","drop-top")},null),t.createVNode("div",{class:D.em("node","drop-bottom")},null),t.createVNode("div",{class:D.em("node","drop-left")},null),t.createVNode("div",{class:D.em("node","drop-right")},null)])]),u.value&&j.value&&t.createVNode("div",{class:B.value},[t.createVNode(t.resolveComponent("d-icon"),{name:"add",onClick:()=>{v==null||v(r.value,{label:o("newNode")||"New node"})}},null),t.createVNode(t.resolveComponent("d-icon"),{name:"delete",onClick:()=>{g==null||g(r.value)}},null)])])])}}}),Dz="",Iu=t.defineComponent({name:"DTree",props:zE,emits:["toggle-change","check-change","select-change","node-click","lazy-load"],setup(e,n){const{slots:a,expose:o}=n,r=t.getCurrentInstance(),{check:i,dragdrop:s,operate:u}=t.toRefs(e),d=Z("tree"),h=t.ref(),p=t.ref(Nl(e.data)),f=[GE(),mg(),KE(),ZE()],v=t.ref({checkStrategy:Eu(i.value)});i.value&&f.push(jE(v)),s.value&&f.push(YE(e,p));const g=JE(p.value,f,n),{setTree:C,getExpendedTree:y,toggleNode:b,virtualListRef:w}=g;t.watch(p,C),t.watch(()=>e.data,N=>{p.value=Nl(N)}),t.watch(i,N=>{v.value.checkStrategy=Eu(N)}),t.provide(Du,g),t.provide(ug,r),o({treeFactory:g});const S=N=>a.default?t.renderSlot(t.useSlots(),"default",{treeFactory:g,nodeData:N}):t.createVNode(eA,{data:N,check:i.value,dragdrop:s.value,operate:u.value,key:N.id},{default:()=>a.content?t.renderSlot(t.useSlots(),"content",{nodeData:N}):t.createVNode(Cg,{data:N},null),icon:()=>a.icon?t.renderSlot(t.useSlots(),"icon",{nodeData:N,toggleNode:b}):t.createVNode(vg,{data:N},null),loading:()=>a.loading?t.renderSlot(t.useSlots(),"loading",{nodeData:N}):t.createVNode(yg,null,null)});return()=>{const N=y==null?void 0:y().value,V={item:L=>S(L)};let D={};return e.height&&(D={height:e.height,data:N,itemHeight:qo}),e.height?t.createVNode(vn,t.mergeProps({ref:w,class:d.b()},D),V):t.createVNode("div",{ref:h,class:d.b()},[t.createVNode(t.TransitionGroup,{name:d.m("list")},{default:()=>[N==null?void 0:N.map(S)]})])}}}),tA={title:"Tree \u6811",category:"\u6570\u636E\u5C55\u793A",status:"50%",install(e){e.component(Iu.name,Iu)}},kz="";const nA={modelValue:{type:[String,Number,Array],default:""},treeData:{type:Array,default:()=>[]},placeholder:{type:String,default:""},disabled:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},leafOnly:{type:Boolean,default:!1},searchable:{type:Boolean,default:!1},allowClear:{type:Boolean,default:!1},enableLabelization:{type:Boolean,default:!1},onToggleChange:{type:Function,default:void 0},onValueChange:{type:Function,default:void 0}},Fu=new Map;function aA(e){return e.forEach(n=>{let a=1;n.level=a,Fu.set(n.label,n);const o=[];for(o.push(n);o.length!==0;){const r=o.shift();r.children&&r.children.forEach(i=>{i.level=a+1,i.parent=r,Fu.set(i.label,i),o.push(i)}),a+=1}}),e}function bg(e,n){let a=e;return typeof n=="object"&&Object.keys(n).forEach(o=>{n[o]&&(a+=` ${o}`)}),a}function oA(e){const n=t.ref(!1);return{visible:n,selectToggle:()=>{e.disabled||(n.value=!n.value)},treeToggle:(r,i)=>{r.preventDefault(),r.stopPropagation(),i.opened=!i.opened}}}function rA(e){const n=t.ref([]),a=new Set,o=u=>{e.multiple?(u.checked=!u.checked,u.halfchecked&&(u.halfchecked=!1),r(u),i(u),s(u),n.value=[...a]):n.value=u.label},r=u=>{u.checked===!0?a.add(u.label):a.has(u.label)&&a.delete(u.label)},i=u=>{if(!u.parent)return;let d="";switch(u.parent.children.filter(p=>p.checked===!0).length){case 0:d="none";break;case u.parent.children.length:d="checked";break;default:d="halfchecked";break}d==="checked"?(u.parent.checked=!0,u.parent.halfchecked=!1):d==="halfchecked"?(u.parent.halfchecked=!0,u.parent.checked=!1):(u.parent.checked=!1,u.parent.halfchecked=!1),r(u.parent),i(u.parent)},s=u=>{!u.children||u.children.forEach(d=>{d.checked=u.checked,r(d),s(d)})};return{inputValue:n,selectValue:o}}function lA(e,n,a){return{isClearable:t.computed(()=>!e.disabled&&e.allowClear),handleClearAll:s=>{s.preventDefault(),s.stopPropagation(),e.multiple?(n.emit("update:modelValue",[]),a.value=[]):(n.emit("update:modelValue",""),a.value="")},handleClearItem:(s,u)=>{s.preventDefault(),s.stopPropagation(),e.multiple?(a.value.splice(a.value.indexOf(u),1),n.emit("update:modelValue",a.value)):(n.emit("update:modelValue",[]),a.value=[])}}}var iA=()=>t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",class:"svg-icon svg-icon-close"},[t.createVNode("g",{"stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("rect",{x:"0.5",y:"0.5",width:"15",height:"15",rx:"2",stroke:"#5e7ce0"},null),t.createVNode("rect",{x:"4",y:"7",width:"8",height:"2",fill:"#5e7ce0"},null)])]),sA=()=>t.createVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",class:"svg-icon"},[t.createVNode("g",{stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t.createVNode("rect",{x:"0.5",y:"0.5",width:"15",height:"15",rx:"2",stroke:"#252b3a"},null),t.createVNode("path",{fill:"#252b3a",d:"M8.75,4 L8.75,7.25 L12,7.25 L12,8.75 L8.749,8.75 L8.75,12 L7.25,12 L7.249,8.75 L4,8.75 L4,7.25 L7.25,7.25 L7.25,4 L8.75,4 Z"},null)])]),Ko=t.defineComponent({name:"DTreeSelect",directives:{ClickOutside:Ri},props:nA,emits:["toggleChange","valueChange","update:modelValue"],setup(e,n){const a=t.getCurrentInstance(),o=We("DTree",a),{treeData:r,placeholder:i,disabled:s,multiple:u,leafOnly:d,enableLabelization:h}=t.toRefs(e),{visible:p,selectToggle:f,treeToggle:v}=oA(e),{inputValue:g,selectValue:C}=rA(e),{isClearable:y,handleClearAll:b,handleClearItem:w}=lA(e,n,g),S=A=>{d.value&&A.children||(C(A),!u.value&&f(A))},N=(A,k)=>{w(A,k),C(Fu.get(k))},V=bg("devui-tree-select",{"devui-tree-select-open":p.value,"devui-tree-select-disabled":s.value}),D=bg("devui-tree-select-value",{"devui-tree-select-value-enableLabelization":h.value}),L=A=>t.createVNode("div",{class:"devui-tree-select-item",style:{paddingLeft:`${20*(A.level-1)}px`},onClick:()=>S(A)},[A.children?A.opened?t.createVNode(iA,{class:"mr-xs",onClick:k=>v(k,A)},null):t.createVNode(sA,{class:"mr-xs",onClick:k=>v(k,A)},null):t.createVNode("span",null,["\xA0\xA0\xA0"]),n.slots.default?n.slots.default({item:A}):u.value?A.halfchecked?t.createVNode(ht,{label:A.label,halfchecked:A.halfchecked},null):t.createVNode(ht,{label:A.label,checked:A.checked},null):A.label]),x=A=>A.map(k=>k.children?t.createVNode(t.Fragment,null,[L(k),k.opened&&x(k.children)]):L(k));return()=>t.withDirectives(t.createVNode("div",{class:V},[t.createVNode("div",{class:y.value?"devui-tree-select-clearable":"devui-tree-select-notclearable",onClick:()=>f()},[t.createVNode("div",{class:"devui-tree-select-input",placeholder:i.value||o("selectPlaceholder")},[u.value?g.value.map(A=>t.createVNode("div",{class:D},[A,h.value?t.createVNode(t.resolveComponent("d-icon"),{name:"close",onClick:k=>N(k,A)},null):t.createVNode("span",null,[t.createTextVNode(",")])])):!Array.isArray(g.value)&&t.createVNode("div",{class:D},[g.value,h.value&&t.createVNode(t.resolveComponent("d-icon"),{name:"close",onClick:A=>w(A)},null)])]),t.createVNode("span",{onClick:A=>b(A),class:"devui-tree-select-clear"},[t.createVNode(t.resolveComponent("d-icon"),{name:"close"},null)]),t.createVNode("span",{class:"devui-tree-select-arrow"},[t.createVNode(t.resolveComponent("d-icon"),{name:"select-arrow"},null)])]),t.createVNode(t.Transition,{name:"fade",ref:"dropdownRef"},{default:()=>[t.withDirectives(t.createVNode("div",{class:"devui-tree-select-dropdown"},[t.createVNode("ul",{class:"devui-tree-select-dropdown-list"},[x(aA(r.value))])]),[[t.vShow,p.value]])]})]),[[t.resolveDirective("click-outside"),()=>p.value=!1]])}});Ko.install=function(e){e.component(Ko.name,Ko)};var cA={title:"TreeSelect \u6811\u5F62\u9009\u62E9\u6846",category:"\u6570\u636E\u5F55\u5165",status:"20%",install(e){e.use(Ko)}},pt=(e=>(e[e.preLoad=0]="preLoad",e[e.uploading=1]="uploading",e[e.uploaded=2]="uploaded",e[e.failed=3]="failed",e))(pt||{});const uA={accept:{type:String},webkitdirectory:{type:Boolean,default:!1},uploadOptions:{type:Object},multiple:{type:Boolean,default:!1},autoUpload:{type:Boolean,default:!0},placeholder:{type:String,default:""},modelValue:{type:Array,default:()=>[]},droppable:{type:Boolean,default:!1},beforeUpload:{type:Function},dynamicUploadOptionsFn:{type:Function},disabled:{type:Boolean,default:!1},onChange:{type:Function},fileDrop:{type:Function,default:void 0},fileOver:{type:Function,default:void 0},fileSelect:{type:Function,default:void 0},deleteUploadedFile:{type:Function,default:void 0},onError:{type:Function,default:void 0},onSuccess:{type:Function,default:void 0},onExceed:{type:Function,default:void 0},onProgress:{type:Function,default:void 0},onPreview:{type:Function,default:void 0},oneTimeUpload:{type:Boolean,default:!1},limit:{type:Number,default:0},httpRequest:{type:Function,default:void 0}},dA=e=>{const n=t.ref(""),a=p=>{const f=document.createEvent("MouseEvents");f.initMouseEvent("click",!0,!0,window,1,0,0,0,0,!1,!1,!1,!1,0,null),p.dispatchEvent(f)},o=({multiple:p,accept:f,webkitdirectory:v})=>new Promise(g=>{const C=document.getElementById("d-upload-temp");C&&document.body.removeChild(C);const y=document.createElement("input");y.style.position="fixed",y.style.left="-2000px",y.style.top="-2000px",y.setAttribute("id","d-upload-temp"),y.setAttribute("type","file"),p&&y.setAttribute("multiple",""),f&&y.setAttribute("accept",f),v&&y.setAttribute("webkitdirectory",""),y.addEventListener("change",b=>{g(Array.prototype.slice.call(b.target.files))}),document.body.appendChild(y),a(y)}),r=(p,f)=>{if(p){const v=p.split(","),g=f.type.replace(/\/.*$/,"");return v.some(C=>{const y=C.trim();return y.startsWith(".")?f.name.toLowerCase().indexOf(y.toLowerCase(),f.name.toLowerCase().length-y.toLowerCase().length)>-1:/\/\*$/.test(y)?g===y.replace(/\/.*$/,""):f.type===y})}return!0},i=(p,f)=>f?p>1024*1024*f:!1;return{triggerSelectFiles:p=>{const{multiple:f,accept:v,webkitdirectory:g}=p;return o({multiple:f,accept:v,webkitdirectory:g})},_validateFiles:(p,f,v)=>r(f,p)?v&&i(p.size,v.maximumSize)?{checkError:!0,errorMsg:e("getBeyondMaximalFileSizeMsg")(p.name,v.maximumSize||0)}:{checkError:!1,errorMsg:void 0}:{checkError:!0,errorMsg:e("getNotAllowedFileTypeMsg")(p.name,f)},triggerDropFiles:p=>Promise.resolve(p),checkAllFilesSize:(p,f)=>{if(i(p,f))return n.value=e("getAllFilesBeyondMaximalFileSizeMsg")(f),{checkError:!0,errorMsg:n.value}}}};class wg{constructor(n,a){ie(this,"xhr");ie(this,"status");ie(this,"response");ie(this,"percentage",0);this.file=n,this.uploadOptions=a,this.file=n,this.uploadOptions=a,this.status=pt.preLoad}send(n){return new Promise((a,o)=>{const{uri:r,method:i,headers:s,authToken:u,authTokenHeader:d,additionalParameter:h,fileFieldName:p,withCredentials:f,responseType:v}=this.uploadOptions||{},g=d||"Authorization",C=p||"file";this.xhr=new XMLHttpRequest,this.xhr.open(i||"POST",r||""),f&&(this.xhr.withCredentials=f),v&&(this.xhr.responseType=v),u&&this.xhr.setRequestHeader(g,u),s&&Object.keys(s).forEach(b=>{var w;(w=this.xhr)==null||w.setRequestHeader(b,s[b])}),this.xhr.upload.onprogress=b=>{this.percentage=Math.round(b.loaded*100/b.total)};const y=n&&n.length?this.oneTimeUploadFiles(C,h,n):this.parallelUploadFiles(C,h);this.xhr.send(y),this.status=pt.uploading,this.xhr.onabort=()=>{this.status=pt.preLoad,this.xhr=null},this.xhr.onerror=()=>{var b,w;this.response=(b=this.xhr)==null?void 0:b.response,this.status=pt.failed,o({file:this.file,response:(w=this.xhr)==null?void 0:w.response})},this.xhr.onload=()=>{var b,w,S;((b=this.xhr)==null?void 0:b.readyState)===4&&this.xhr.status>=200&&this.xhr.status<300?(this.response=this.xhr.response,this.status=pt.uploaded,a({file:this.file,response:this.xhr.response})):(this.response=(w=this.xhr)==null?void 0:w.response,this.status=pt.failed,o({file:this.file,response:(S=this.xhr)==null?void 0:S.response}))}})}parallelUploadFiles(n,a){const o=new FormData;return o.append(n,this.file,this.file.name),a&&Object.keys(a).forEach(r=>{o.append(r,a[r])}),o}oneTimeUploadFiles(n,a,o){const r=new FormData;return o.forEach(i=>{r.append(n,i.file,i.file.name),a&&Object.keys(a).forEach(s=>{r.append(s,a[s])})}),r}cancel(){this.xhr&&this.xhr.abort()}}const fA=()=>{const e=t.ref([]),n=t.ref([]),a=g=>{let C=!0;for(let y=0;y<e.value.length;y++)if(g===e.value[y].file.name){C=!1,n.value.indexOf(g)===-1&&n.value.push(g);break}return C},o=(g,C)=>{C&&C.checkSameName?a(g.name)&&e.value.push(new wg(g,C)):e.value.push(new wg(g,C))},r=()=>e.value.map(g=>g.file),i=()=>e.value.map(g=>g),s=async g=>{if(!g||!g.length)return Promise.reject("no files");let C=[];return await g[0].send(g).finally(()=>C=g.map(y=>(y.status=g[0].status,y.percentage=g[0].percentage,{file:y.file,response:g[0].response}))),C};return{fileUploaders:e,getFiles:r,addFile:o,getFullFiles:i,deleteFile:g=>{const C=e.value.find(y=>y.file===g);C==null||C.cancel(),e.value=e.value.filter(y=>g!==y.file)},upload:async g=>{let C=[];if(g){g.percentage=0;const y=await g.send();C.push(y)}else{const y=e.value.filter(S=>S.status===pt.preLoad),b=e.value.filter(S=>S.status===pt.failed),w=y.length>0?y:b;C=await Promise.all(w.map(async S=>(S.percentage=0,await S.send())))}return C.length>0?Promise.resolve(C):Promise.reject("no files")},removeFiles:()=>{e.value=[],n.value=[]},getSameNameFiles:()=>n.value.join(),resetSameNameFiles:()=>{n.value=[]},_oneTimeUpload:()=>{const g=e.value.filter(C=>C.status!==pt.uploaded);return s(g)}}};var Ez="",_u=t.defineComponent({name:"DUpload",props:uA,emits:["fileDrop","fileOver","fileSelect","deleteUploadedFile","update:modelValue"],setup(e,n){const a=t.getCurrentInstance(),o=We("DUpload",a),{uploadOptions:r,placeholder:i,autoUpload:s,disabled:u,beforeUpload:d,droppable:h,oneTimeUpload:p,modelValue:f,multiple:v,accept:g,webkitdirectory:C,limit:y,httpRequest:b}=t.toRefs(e),w=Z("upload"),S=Z("input-group"),N=Z("form-control"),V=Z("input-group-addon"),{triggerSelectFiles:D,_validateFiles:L,triggerDropFiles:x,checkAllFilesSize:A}=dA(o),{fileUploaders:k,addFile:F,getFullFiles:O,deleteFile:B,upload:q,resetSameNameFiles:H,removeFiles:j,_oneTimeUpload:P,getSameNameFiles:R}=fA(),Q=t.ref(!1),ne=t.ref([]),se=re=>{$c.open({type:"warning",content:re})},K=()=>{var ce;let re=0;if(k.value.forEach(Ve=>{re+=Ve.file.size;const ke=L(Ve.file,(g==null?void 0:g.value)||"",Ve.uploadOptions);if(ke&&ke.checkError){B(Ve.file),se(ke.errorMsg);return}}),p.value){const Ve=A(re,((ce=r==null?void 0:r.value)==null?void 0:ce.maximumSize)||0);Ve&&Ve.checkError&&(j(),se(Ve.errorMsg))}},Y=re=>{Q.value=re,n.emit("fileOver",re)},te=re=>{const ce=f.value.filter(Ve=>Ve.name!==re.name);n.emit("deleteUploadedFile",re),n.emit("update:modelValue",ce)},pe=(re,ce,Ve)=>{re==null||re.stopPropagation(),Ve===pt.uploaded&&te(ce),B(ce)},me=()=>{let re=Promise.resolve(!0);if(d==null?void 0:d.value){const ce=d==null?void 0:d.value(O());typeof ce!="undefined"&&(typeof ce=="boolean"?re=Promise.resolve(ce):re=ce)}return re},Te=(re,ce)=>{re&&re.stopPropagation(),me().then(Ve=>{if(!Ve){j();return}if(typeof(b==null?void 0:b.value)=="function"){const ve=k.value.map(at=>at.file);b.value(ve);return}const ke=p.value?P():q(ce);e.onProgress&&e.onProgress(ne.value,f.value),ke==null||ke.then(ve=>{e.onSuccess&&e.onSuccess(ve);const at=ve.map(Dt=>Dt.file),Xe=[...at,...f.value];n.emit("update:modelValue",Xe),e.onChange&&e.onChange(at,Xe)}).catch(ve=>{e.onError&&e.onError(ve),e.onChange&&e.onChange([ve.file],f.value)})})},Pe=re=>{H(),re.then(ce=>{if(y.value&&f.value.length+ce.length>y.value){e.onExceed&&e.onExceed(ce,f.value);return}e.onChange&&e.onChange(ce,f.value),ce.forEach(ke=>{v.value||j(),F(ke,r==null?void 0:r.value)}),K();const Ve=R();(r==null?void 0:r.value)&&r.value.checkSameName&&Ve.length&&se(o("getExistSameNameFilesMsg")(Ve)),ne.value=k.value.filter(ke=>ke.status===pt.preLoad).map(ke=>ke.file),n.emit("fileSelect",ne.value),s.value&&Te()}).catch(ce=>{se(ce.message)})},Me=()=>{u.value||Pe(D({accept:g==null?void 0:g.value,multiple:v.value,webkitdirectory:C.value}))},xe=re=>{Q.value=!1,Pe(x(re)),n.emit("fileDrop",re)},tt=(re,ce)=>{Te(re,ce)},X=re=>{k.value.forEach(ce=>{pe(re,ce.file,ce.status)})},ue=(re,ce)=>{re==null||re.stopPropagation(),e.onPreview&&e.onPreview(ce)};return n.expose({submit:tt,clearFiles:X}),()=>{var re,ce,Ve,ke;return t.createVNode("div",null,[t.withDirectives(t.createVNode("div",{class:w.b(),style:`border: ${Q.value?"1px solid #15bf15":"0"}`},[((ce=(re=n.slots).default)==null?void 0:ce.call(re))?t.createVNode("div",{onClick:Me},[n.slots.default()]):t.createVNode("div",{class:[S.b(),u.value?"disabled":""],onClick:Me},[k.value.length===0&&t.createVNode("div",{class:[N.b(),w.e("placeholder")]},[i.value||o("placeholder")]),k.value.length>0&&t.createVNode("ul",{class:[N.b(),w.e("files-list")]},[k.value.map((ve,at)=>t.createVNode("li",{key:at,class:[w.e("file-item"),w.e("file-tag")],style:"display: inline-block;",title:ve.file.name,onClick:Xe=>ue(Xe,ve.file)},[t.createVNode("span",{class:[w.e("filename"),ve.status===pt.failed?w.m("failed-color"):""]},[ve.file.name]),t.createVNode(t.resolveComponent("d-icon"),{name:"close",class:[(ve==null?void 0:ve.status)===pt.failed?w.e("delete-file-button"):"",(ve==null?void 0:ve.status)===pt.uploading||(ve==null?void 0:ve.status)===pt.uploaded?w.e("delete"):""],onClick:Xe=>pe(Xe,ve.file,ve.status)},null),ve.status===pt.uploading&&t.createVNode("div",{class:["icon",w.e("progress")]},[t.createVNode(t.resolveComponent("d-progress"),{isCircle:!0,percentage:ve.percentage,barbgcolor:"#50D4AB",strokeWidth:8,showContent:!1},null)]),ve.status===pt.failed&&t.createVNode(t.resolveComponent("d-icon"),{name:"running",onClick:Te},null),ve.status===pt.uploaded&&t.createVNode(t.resolveComponent("d-icon"),{name:"right",color:"#50d4ab"},null)]))]),t.createVNode("span",{class:V.b()},[t.createVNode(t.resolveComponent("d-icon"),{name:"more-operate",color:"#252b3a"},null)])])]),[[t.resolveDirective("file-drop"),{droppable:h,isSingle:!v,onFileDrop:xe,onFileOver:Y}]]),t.createVNode("div",null,[(ke=(Ve=n.slots)["uploaded-files"])==null?void 0:ke.call(Ve,{uploadedFiles:f.value,deleteFile:te})])])}}});const Ng=e=>{var n;return e.dataTransfer?e.dataTransfer:(n=e.originalEvent)==null?void 0:n.dataTransfer},hA=e=>e?e.indexOf?e.indexOf("Files")!==-1:e.contains?e.contains("Files"):!1:!1,Pu=e=>{e.preventDefault(),e.stopPropagation()},pA=(e,n)=>{const{onFileOver:a}=n.value;e.addEventListener("dragover",o=>{const r=Ng(o);!hA(r.types)||(Pu(o),a&&a(!0))})},mA=(e,n)=>{const{onFileOver:a}=n.value;e.addEventListener("dragleave",o=>{o.currentTarget!==e&&(Pu(o),a&&a(!0))})},gA=(e,n)=>{const{onFileDrop:a,isSingle:o}=n.value;e.addEventListener("drop",r=>{const i=Ng(r);!i||(Pu(r),o?a&&a([i.files[0]]):a&&a(Array.from(i.files)))})},Sg={mounted:(e,n)=>{const{droppable:a}=n.value;!a||(pA(e,n),mA(e,n),gA(e,n))}};var vA={title:"Upload \u4E0A\u4F20",category:"\u6570\u636E\u5F55\u5165",status:"100%",install(e){e.directive("file-drop",Sg),e.component(_u.name,_u)}},Az="";const yA=[yv,bv,Ev,Ov,b2,w2,L2,_2,O2,q2,X2,J2,t5,M5,b5,P5,r6,s6,j6,U6,J6,b3,hC,vC,VC,LC,AC,YC,DV,i2,ab,FV,$V,ZV,C2,tx,s3,ax,ux,dx,fx,px,Sx,Hx,rL,dL,hL,mL,kL,ay,tD,nD,Sy,oD,cD,pD,gD,CD,wD,ID,OD,jL,WD,qD,tk,ik,sk,dk,mk,gk,Ck,pE,w6,OL,yE,CE,SE,xE,kE,fV,RE,tA,cA,vA,G3];var CA={version:"1.6.3-markdown.2",install(e){yA.forEach(n=>e.use(n))}};U.Accordion=gi,U.ActionTimeline=vi,U.Alert=Ni,U.Anchor=Si,U.Aside=xc,U.AutoComplete=Hi,U.AutoFocus=ji,U.Avatar=wo,U.BackTop=Wi,U.Badge=Ui,U.Breadcrumb=Yi,U.BreadcrumbItem=Tr,U.Button=mn,U.ButtonGroup=qi,U.Card=Ki,U.Carousel=Zi,U.CarouselItem=Gi,U.Cascader=es,U.Checkbox=ht,U.CheckboxButton=Ji,U.CheckboxGroup=No,U.CodeEditor=ts,U.CodeReview=rs,U.Col=yc,U.Collapse=ls,U.CollapseItem=is,U.ColorPicker=ps,U.Column=wu,U.Comment=ms,U.Content=Sc,U.Countdown=gs,U.DChart=zs,U.DRangeDatePickerPro=Os,U.DatePicker=Ts,U.DatePickerPro=$s,U.DraggableDirective=pC,U.Drawer=Fr,U.DrawerService=ep,U.Dropdown=Qn,U.DropdownMenu=Rs,U.DroppableDirective=mC,U.EditableSelect=js,U.EditorMd=uc,U.FixedOverlay=wr,U.FlexibleOverlay=bt,U.Footer=Vc,U.Form=Vi,U.FormItem=Fi,U.FormOperation=_i,U.Fullscreen=Or,U.Gantt=_o,U.GitGraph=hc,U.Header=Tc,U.Icon=Be,U.IconGroup=zi,U.ImagePreviewDirective=im,U.ImagePreviewService=In,U.Input=Ft,U.InputIcon=bc,U.InputNumber=wc,U.Layout=Nc,U.List=Qr,U.ListItem=Jr,U.LoadingDirective=Na,U.LoadingService=um,U.MdRender=Zr,U.Mention=Lc,U.Menu=Ic,U.MenuItem=Ac,U.Message=Tm,U.Modal=ul,U.ModalBody=cl,U.ModalFooter=Fc,U.ModalHeader=zo,U.MultiAutoComplete=Pc,U.NavSprite=Bc,U.Notification=pl,U.NotificationService=$c,U.Option=jo,U.OptionGroup=Rc,U.Pagination=zc,U.Panel=Wc,U.PanelBody=Yc,U.PanelFooter=qc,U.PanelHeader=Uc,U.Popover=Zn,U.Progress=Kc,U.QuadrantDiagram=Gc,U.Radio=gl,U.RadioButton=Jc,U.RadioGroup=Qc,U.Rate=eu,U.ReadTip=tu,U.Result=nu,U.RippleDirective=Fm,U.Row=gc,U.Search=Wo,U.Select=Ya,U.Skeleton=lu,U.SkeletonItem=Uo,U.Slider=iu,U.SortableDirective=Jh,U.Splitter=du,U.SplitterPane=fu,U.Statistic=hu,U.Status=pu,U.Step=gu,U.Steps=mu,U.StepsGuide=vu,U.StepsGuideDirective=jm,U.StickSlider=Vs,U.Sticky=Yo,U.SubMenu=ll,U.Switch=yu,U.Tab=ss,U.Table=bu,U.Tabs=xr,U.Tag=oa,U.TagInput=Nu,U.Textarea=tl,U.TimePicker=Su,U.TimeSelect=Tu,U.Timeline=Vu,U.TimelineItem=bl,U.Tooltip=yn,U.Transfer=Lu,U.Tree=Iu,U.TreeSelect=Ko,U.Upload=_u,U.VirtualList=vn,U.default=CA,U.fileDropDirective=Sg,Object.defineProperty(U,"__esModule",{value:!0}),U[Symbol.toStringTag]="Module"});
|