@zkwq/business 0.1.98 → 0.2.1

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/dist/index.js CHANGED
@@ -2,7 +2,7 @@ var Bh = Object.defineProperty, Lh = Object.defineProperties;
2
2
  var Rh = Object.getOwnPropertyDescriptors;
3
3
  var Lr = Object.getOwnPropertySymbols;
4
4
  var Hh = Object.prototype.hasOwnProperty, Vh = Object.prototype.propertyIsEnumerable;
5
- var Ns = Math.pow, Yn = (e, t, s) => t in e ? Bh(e, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[t] = s, re = (e, t) => {
5
+ var Ns = Math.pow, Yn = (e, t, s) => t in e ? Bh(e, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[t] = s, X = (e, t) => {
6
6
  for (var s in t || (t = {}))
7
7
  Hh.call(t, s) && Yn(e, s, t[s]);
8
8
  if (Lr)
@@ -28,7 +28,7 @@ var Rr = (e, t, s) => new Promise((i, n) => {
28
28
  o((s = s.apply(e, t)).next());
29
29
  });
30
30
  import B from "vue";
31
- import Z from "crypto-js";
31
+ import Q from "crypto-js";
32
32
  import Ve from "axios";
33
33
  import zh from "qs";
34
34
  import jh from "wangeditor";
@@ -204,7 +204,7 @@ const Vt = B.prototype.$isServer, Jh = /([\:\-\_]+(.))/g, Zh = /^moz([A-Z])/, Qh
204
204
  return e.replace(Jh, function(t, s, i, n) {
205
205
  return n ? i.toUpperCase() : i;
206
206
  }).replace(Zh, "Moz$1");
207
- }, X = function() {
207
+ }, J = function() {
208
208
  return !Vt && document.addEventListener ? function(e, t, s) {
209
209
  e && t && s && e.addEventListener(t, s, !1);
210
210
  } : function(e, t, s) {
@@ -220,7 +220,7 @@ const Vt = B.prototype.$isServer, Jh = /([\:\-\_]+(.))/g, Zh = /^moz([A-Z])/, Qh
220
220
  var i = function() {
221
221
  s && s.apply(this, arguments), pe(e, t, i);
222
222
  };
223
- X(e, t, i);
223
+ J(e, t, i);
224
224
  };
225
225
  function qe(e, t) {
226
226
  if (!e || !t)
@@ -229,7 +229,7 @@ function qe(e, t) {
229
229
  throw new Error("className should not contain space.");
230
230
  return e.classList ? e.classList.contains(t) : (" " + e.className + " ").indexOf(" " + t + " ") > -1;
231
231
  }
232
- function te(e, t) {
232
+ function se(e, t) {
233
233
  if (e) {
234
234
  for (var s = e.className, i = (t || "").split(" "), n = 0, a = i.length; n < a; n++) {
235
235
  var r = i[n];
@@ -238,7 +238,7 @@ function te(e, t) {
238
238
  e.classList || (e.className = s);
239
239
  }
240
240
  }
241
- function se(e, t) {
241
+ function ie(e, t) {
242
242
  if (!(!e || !t)) {
243
243
  for (var s = t.split(" "), i = " " + e.className + " ", n = 0, a = s.length; n < a; n++) {
244
244
  var r = s[n];
@@ -307,13 +307,13 @@ let wa = !1, zr = !1, wi;
307
307
  const jr = function() {
308
308
  if (B.prototype.$isServer)
309
309
  return;
310
- let e = J.modalDom;
311
- return e ? wa = !0 : (wa = !1, e = document.createElement("div"), J.modalDom = e, e.addEventListener("touchmove", function(t) {
310
+ let e = Z.modalDom;
311
+ return e ? wa = !0 : (wa = !1, e = document.createElement("div"), Z.modalDom = e, e.addEventListener("touchmove", function(t) {
312
312
  t.preventDefault(), t.stopPropagation();
313
313
  }), e.addEventListener("click", function() {
314
- J.doOnModalClick && J.doOnModalClick();
314
+ Z.doOnModalClick && Z.doOnModalClick();
315
315
  })), e;
316
- }, Si = {}, J = {
316
+ }, Si = {}, Z = {
317
317
  modalFade: !0,
318
318
  getInstance: function(e) {
319
319
  return Si[e];
@@ -325,14 +325,14 @@ const jr = function() {
325
325
  e && (Si[e] = null, delete Si[e]);
326
326
  },
327
327
  nextZIndex: function() {
328
- return J.zIndex++;
328
+ return Z.zIndex++;
329
329
  },
330
330
  modalStack: [],
331
331
  doOnModalClick: function() {
332
- const e = J.modalStack[J.modalStack.length - 1];
332
+ const e = Z.modalStack[Z.modalStack.length - 1];
333
333
  if (!e)
334
334
  return;
335
- const t = J.getInstance(e.id);
335
+ const t = Z.getInstance(e.id);
336
336
  t && t.closeOnClickModal && t.close();
337
337
  },
338
338
  openModal: function(e, t, s, i, n) {
@@ -344,8 +344,8 @@ const jr = function() {
344
344
  if (a[o].id === e)
345
345
  return;
346
346
  const r = jr();
347
- te(r, "v-modal"), this.modalFade && !wa && te(r, "v-modal-enter"), i && i.trim().split(/\s+/).forEach((l) => te(r, l)), setTimeout(() => {
348
- se(r, "v-modal-enter");
347
+ se(r, "v-modal"), this.modalFade && !wa && se(r, "v-modal-enter"), i && i.trim().split(/\s+/).forEach((l) => se(r, l)), setTimeout(() => {
348
+ ie(r, "v-modal-enter");
349
349
  }, 200), s && s.parentNode && s.parentNode.nodeType !== 11 ? s.parentNode.appendChild(r) : document.body.appendChild(r), t && (r.style.zIndex = t), r.tabIndex = 0, r.style.display = "", this.modalStack.push({ id: e, zIndex: t, modalClass: i });
350
350
  },
351
351
  closeModal: function(e) {
@@ -353,7 +353,7 @@ const jr = function() {
353
353
  if (t.length > 0) {
354
354
  const i = t[t.length - 1];
355
355
  if (i.id === e)
356
- i.modalClass && i.modalClass.trim().split(/\s+/).forEach((a) => se(s, a)), t.pop(), t.length > 0 && (s.style.zIndex = t[t.length - 1].zIndex);
356
+ i.modalClass && i.modalClass.trim().split(/\s+/).forEach((a) => ie(s, a)), t.pop(), t.length > 0 && (s.style.zIndex = t[t.length - 1].zIndex);
357
357
  else
358
358
  for (let n = t.length - 1; n >= 0; n--)
359
359
  if (t[n].id === e) {
@@ -361,12 +361,12 @@ const jr = function() {
361
361
  break;
362
362
  }
363
363
  }
364
- t.length === 0 && (this.modalFade && te(s, "v-modal-leave"), setTimeout(() => {
365
- t.length === 0 && (s.parentNode && s.parentNode.removeChild(s), s.style.display = "none", J.modalDom = void 0), se(s, "v-modal-leave");
364
+ t.length === 0 && (this.modalFade && se(s, "v-modal-leave"), setTimeout(() => {
365
+ t.length === 0 && (s.parentNode && s.parentNode.removeChild(s), s.style.display = "none", Z.modalDom = void 0), ie(s, "v-modal-leave");
366
366
  }, 200));
367
367
  }
368
368
  };
369
- Object.defineProperty(J, "zIndex", {
369
+ Object.defineProperty(Z, "zIndex", {
370
370
  configurable: !0,
371
371
  get() {
372
372
  return zr || (wi = wi || (B.prototype.$ELEMENT || {}).zIndex || 2e3, zr = !0), wi;
@@ -376,9 +376,9 @@ Object.defineProperty(J, "zIndex", {
376
376
  }
377
377
  });
378
378
  const rf = function() {
379
- if (!B.prototype.$isServer && J.modalStack.length > 0) {
380
- const e = J.modalStack[J.modalStack.length - 1];
381
- return e ? J.getInstance(e.id) : void 0;
379
+ if (!B.prototype.$isServer && Z.modalStack.length > 0) {
380
+ const e = Z.modalStack[Z.modalStack.length - 1];
381
+ return e ? Z.getInstance(e.id) : void 0;
382
382
  }
383
383
  };
384
384
  B.prototype.$isServer || window.addEventListener("keydown", function(e) {
@@ -439,10 +439,10 @@ const ur = {
439
439
  }
440
440
  },
441
441
  beforeMount() {
442
- this._popupId = "popup-" + of++, J.register(this._popupId, this);
442
+ this._popupId = "popup-" + of++, Z.register(this._popupId, this);
443
443
  },
444
444
  beforeDestroy() {
445
- J.deregister(this._popupId), J.closeModal(this._popupId), this.restoreBodyStyle();
445
+ Z.deregister(this._popupId), Z.closeModal(this._popupId), this.restoreBodyStyle();
446
446
  },
447
447
  data() {
448
448
  return {
@@ -480,12 +480,12 @@ const ur = {
480
480
  return;
481
481
  this._opening = !0;
482
482
  const t = this.$el, s = e.modal, i = e.zIndex;
483
- if (i && (J.zIndex = i), s && (this._closing && (J.closeModal(this._popupId), this._closing = !1), J.openModal(this._popupId, J.nextZIndex(), this.modalAppendToBody ? void 0 : t, e.modalClass, e.modalFade), e.lockScroll)) {
483
+ if (i && (Z.zIndex = i), s && (this._closing && (Z.closeModal(this._popupId), this._closing = !1), Z.openModal(this._popupId, Z.nextZIndex(), this.modalAppendToBody ? void 0 : t, e.modalClass, e.modalFade), e.lockScroll)) {
484
484
  this.withoutHiddenClass = !qe(document.body, "base-popup-parent--hidden"), this.withoutHiddenClass && (this.bodyPaddingRight = document.body.style.paddingRight, this.computedBodyPaddingRight = parseInt(we(document.body, "paddingRight"), 10)), Kn = cr();
485
485
  let n = document.documentElement.clientHeight < document.body.scrollHeight, a = we(document.body, "overflowY");
486
- Kn > 0 && (n || a === "scroll") && this.withoutHiddenClass && (document.body.style.paddingRight = this.computedBodyPaddingRight + Kn + "px"), te(document.body, "base-popup-parent--hidden");
486
+ Kn > 0 && (n || a === "scroll") && this.withoutHiddenClass && (document.body.style.paddingRight = this.computedBodyPaddingRight + Kn + "px"), se(document.body, "base-popup-parent--hidden");
487
487
  }
488
- getComputedStyle(t).position === "static" && (t.style.position = "absolute"), t.style.zIndex = J.nextZIndex(), this.opened = !0, this.onOpen && this.onOpen(), this.doAfterOpen();
488
+ getComputedStyle(t).position === "static" && (t.style.position = "absolute"), t.style.zIndex = Z.nextZIndex(), this.opened = !0, this.onOpen && this.onOpen(), this.doAfterOpen();
489
489
  },
490
490
  doAfterOpen() {
491
491
  this._opening = !1;
@@ -503,10 +503,10 @@ const ur = {
503
503
  this._closing = !0, this.onClose && this.onClose(), this.lockScroll && setTimeout(this.restoreBodyStyle, 200), this.opened = !1, this.doAfterClose();
504
504
  },
505
505
  doAfterClose() {
506
- J.closeModal(this._popupId), this._closing = !1;
506
+ Z.closeModal(this._popupId), this._closing = !1;
507
507
  },
508
508
  restoreBodyStyle() {
509
- this.modal && this.withoutHiddenClass && (document.body.style.paddingRight = this.bodyPaddingRight, se(document.body, "base-popup-parent--hidden")), this.withoutHiddenClass = !0;
509
+ this.modal && this.withoutHiddenClass && (document.body.style.paddingRight = this.bodyPaddingRight, ie(document.body, "base-popup-parent--hidden")), this.withoutHiddenClass = !0;
510
510
  }
511
511
  }
512
512
  }, lf = Object.prototype.hasOwnProperty;
@@ -666,7 +666,7 @@ const xs = function(e) {
666
666
  let i = e.offset || 20;
667
667
  return ft.forEach((n) => {
668
668
  i += n.$el.offsetHeight + 16;
669
- }), je.verticalOffset = i, je.visible = !0, je.$el.style.zIndex = J.nextZIndex() + 8e3, ft.push(je), je;
669
+ }), je.verticalOffset = i, je.visible = !0, je.$el.style.zIndex = Z.nextZIndex() + 8e3, ft.push(je), je;
670
670
  };
671
671
  ["success", "warning", "info", "error"].forEach((e) => {
672
672
  xs[e] = (t) => (typeof t == "string" && (t = {
@@ -1044,7 +1044,7 @@ function Au(e, t, s) {
1044
1044
  i.$options.componentName === e ? i.$emit.apply(i, [t].concat(s)) : Au.apply(i, [e, t].concat([s]));
1045
1045
  });
1046
1046
  }
1047
- const ne = {
1047
+ const ae = {
1048
1048
  methods: {
1049
1049
  dispatch(e, t, s) {
1050
1050
  let i = this.$parent || this.$root, n = i.$options.componentName;
@@ -1240,7 +1240,7 @@ var Af = function() {
1240
1240
  }, "textarea", e.$attrs, !1)), e.showLabel && e.placeholder ? s("div", {
1241
1241
  staticClass: "base-input__placeholder",
1242
1242
  class: {
1243
- "is-active": e.focused || !(e.value == null || e.value === null || e.value === "")
1243
+ "is-active": e.focused || e.tags.length > 0 || !(e.value == null || e.value === null || e.value === "")
1244
1244
  }
1245
1245
  }, [e._v(e._s(e.placeholder))]) : e._e(), e.isWordLimitVisible && e.type === "textarea" ? s("span", {
1246
1246
  staticClass: "base-input__count"
@@ -1249,7 +1249,7 @@ var Af = function() {
1249
1249
  const Of = {
1250
1250
  name: "BaseInput",
1251
1251
  componentName: "BaseInput",
1252
- mixins: [ne, mt],
1252
+ mixins: [ae, mt],
1253
1253
  inheritAttrs: !1,
1254
1254
  inject: {
1255
1255
  baseForm: {
@@ -1330,6 +1330,10 @@ const Of = {
1330
1330
  enableFocusClass: {
1331
1331
  type: Boolean,
1332
1332
  default: !0
1333
+ },
1334
+ tags: {
1335
+ type: Array,
1336
+ default: () => []
1333
1337
  }
1334
1338
  },
1335
1339
  computed: {
@@ -2053,17 +2057,17 @@ const qf = {
2053
2057
  if (this.$type === "prompt") {
2054
2058
  const e = this.inputPattern;
2055
2059
  if (e && !e.test(this.inputValue || ""))
2056
- return this.editorErrorMessage = this.inputErrorMessage || rt("base.messagebox.error"), te(this.getInputElement(), "invalid"), !1;
2060
+ return this.editorErrorMessage = this.inputErrorMessage || rt("base.messagebox.error"), se(this.getInputElement(), "invalid"), !1;
2057
2061
  const t = this.inputValidator;
2058
2062
  if (typeof t == "function") {
2059
2063
  const s = t(this.inputValue);
2060
2064
  if (s === !1)
2061
- return this.editorErrorMessage = this.inputErrorMessage || rt("base.messagebox.error"), te(this.getInputElement(), "invalid"), !1;
2065
+ return this.editorErrorMessage = this.inputErrorMessage || rt("base.messagebox.error"), se(this.getInputElement(), "invalid"), !1;
2062
2066
  if (typeof s == "string")
2063
- return this.editorErrorMessage = s, te(this.getInputElement(), "invalid"), !1;
2067
+ return this.editorErrorMessage = s, se(this.getInputElement(), "invalid"), !1;
2064
2068
  }
2065
2069
  }
2066
- return this.editorErrorMessage = "", se(this.getInputElement(), "invalid"), !0;
2070
+ return this.editorErrorMessage = "", ie(this.getInputElement(), "invalid"), !0;
2067
2071
  },
2068
2072
  getFirstFocus() {
2069
2073
  const e = this.$el.querySelector(".base-message-box__btns .base-button"), t = this.$el.querySelector(".base-message-box__btns .base-message-box__title");
@@ -2091,7 +2095,7 @@ const qf = {
2091
2095
  this.$refs.confirm.$el.focus();
2092
2096
  }), this.focusAfterClosed = document.activeElement, Jn = new Yf(this.$el, this.focusAfterClosed, this.getFirstFocus())), this.$type === "prompt" && (e ? setTimeout(() => {
2093
2097
  this.$refs.input && this.$refs.input.$el && this.getInputElement().focus();
2094
- }, 500) : (this.editorErrorMessage = "", se(this.getInputElement(), "invalid")));
2098
+ }, 500) : (this.editorErrorMessage = "", ie(this.getInputElement(), "invalid")));
2095
2099
  }
2096
2100
  },
2097
2101
  mounted() {
@@ -3470,11 +3474,11 @@ var lm = function() {
3470
3474
  return K == document.body ? Math.max(document.documentElement.scrollTop, document.body.scrollTop) : K.scrollTop;
3471
3475
  }, H = function(K) {
3472
3476
  return K == document.body ? Math.max(document.documentElement.scrollLeft, document.body.scrollLeft) : K.scrollLeft;
3473
- }, ie = u.offsets.popper.position === "fixed" ? 0 : z(T), Y = u.offsets.popper.position === "fixed" ? 0 : H(T);
3477
+ }, ne = u.offsets.popper.position === "fixed" ? 0 : z(T), Y = u.offsets.popper.position === "fixed" ? 0 : H(T);
3474
3478
  v = {
3475
- top: 0 - (P.top - ie),
3479
+ top: 0 - (P.top - ne),
3476
3480
  right: e.document.documentElement.clientWidth - (P.left - Y),
3477
- bottom: e.document.documentElement.clientHeight - (P.top - ie),
3481
+ bottom: e.document.documentElement.clientHeight - (P.top - ne),
3478
3482
  left: 0 - (P.left - Y)
3479
3483
  };
3480
3484
  } else
@@ -3570,7 +3574,7 @@ var lm = function() {
3570
3574
  return console.warn("WARNING: keepTogether modifier is required by arrow modifier in order to work, be sure to include it before arrow!"), u;
3571
3575
  var v = {}, w = u.placement.split("-")[0], $ = a(u.offsets.popper), D = u.offsets.reference, I = ["left", "right"].indexOf(w) !== -1, A = I ? "height" : "width", T = I ? "top" : "left", P = I ? "left" : "top", z = I ? "bottom" : "right", H = i(b)[A];
3572
3576
  D[z] - H < $[T] && (u.offsets.popper[T] -= $[T] - (D[z] - H)), D[T] + H > $[z] && (u.offsets.popper[T] += D[T] + H - $[z]);
3573
- var ie = D[T] + (_ || D[A] / 2 - H / 2), Y = ie - $[T];
3577
+ var ne = D[T] + (_ || D[A] / 2 - H / 2), Y = ne - $[T];
3574
3578
  return Y = Math.max(Math.min($[A] - H - 8, Y), 8), v[T] = Y, v[P] = "", u.offsets.arrow = v, u.arrowElement = b, u;
3575
3579
  };
3576
3580
  function i(u) {
@@ -3692,7 +3696,7 @@ var lm = function() {
3692
3696
  }), s;
3693
3697
  };
3694
3698
  const cm = lm(), um = B.prototype.$isServer ? function() {
3695
- } : cm, uo = (e) => e.stopPropagation(), ee = {
3699
+ } : cm, uo = (e) => e.stopPropagation(), te = {
3696
3700
  props: {
3697
3701
  transformOrigin: {
3698
3702
  type: [Boolean, String],
@@ -3755,11 +3759,11 @@ const cm = lm(), um = B.prototype.$isServer ? function() {
3755
3759
  let s = this.referenceElm = this.referenceElm || this.reference || this.$refs.reference;
3756
3760
  !s && this.$slots.reference && this.$slots.reference[0] && (s = this.referenceElm = this.$slots.reference[0].elm), !(!t || !s) && (this.visibleArrow && this.appendArrow(t), this.appendToBody && document.body.appendChild(this.popperElm), this.popperJS && this.popperJS.destroy && this.popperJS.destroy(), e.placement = this.currentPlacement, e.offset = this.offset, e.arrowOffset = this.arrowOffset, this.popperJS = new um(s, t, e), this.popperJS.onCreate((i) => {
3757
3761
  this.$emit("created", this), this.resetTransformOrigin(), this.$nextTick(this.updatePopper);
3758
- }), typeof e.onUpdate == "function" && this.popperJS.onUpdate(e.onUpdate), this.popperJS._popper.style.zIndex = J.nextZIndex(), this.popperElm.addEventListener("click", uo));
3762
+ }), typeof e.onUpdate == "function" && this.popperJS.onUpdate(e.onUpdate), this.popperJS._popper.style.zIndex = Z.nextZIndex(), this.popperElm.addEventListener("click", uo));
3759
3763
  },
3760
3764
  updatePopper() {
3761
3765
  const e = this.popperJS;
3762
- e ? (e.update(), e._popper && (e._popper.style.zIndex = J.nextZIndex())) : this.createPopper();
3766
+ e ? (e.update(), e._popper && (e._popper.style.zIndex = Z.nextZIndex())) : this.createPopper();
3763
3767
  },
3764
3768
  doDestroy(e) {
3765
3769
  !this.popperJS || this.showPopper && !e || (this.popperJS.destroy(), this.popperJS = null);
@@ -3875,7 +3879,7 @@ const Zn = {
3875
3879
  this.wrap[this.bar.scroll] = i * this.wrap[this.bar.scrollSize] / 100;
3876
3880
  },
3877
3881
  startDrag(e) {
3878
- e.stopImmediatePropagation(), this.cursorDown = !0, X(document, "mousemove", this.mouseMoveDocumentHandler), X(document, "mouseup", this.mouseUpDocumentHandler), document.onselectstart = () => !1;
3882
+ e.stopImmediatePropagation(), this.cursorDown = !0, J(document, "mousemove", this.mouseMoveDocumentHandler), J(document, "mouseup", this.mouseUpDocumentHandler), document.onselectstart = () => !1;
3879
3883
  },
3880
3884
  mouseMoveDocumentHandler(e) {
3881
3885
  if (this.cursorDown === !1)
@@ -4060,7 +4064,7 @@ var fm = function() {
4060
4064
  }, pm = [];
4061
4065
  const mm = {
4062
4066
  components: { BaseScrollbar: St },
4063
- mixins: [ee, ne],
4067
+ mixins: [te, ae],
4064
4068
  name: "BaseAutocompleteSuggestions",
4065
4069
  componentName: "BaseAutocompleteSuggestions",
4066
4070
  data() {
@@ -4120,8 +4124,8 @@ function Ct(e, t, s) {
4120
4124
  }
4121
4125
  const js = [], Ke = "@@clickoutsideContext";
4122
4126
  let Gu, vm = 0;
4123
- !B.prototype.$isServer && X(document, "mousedown", (e) => Gu = e);
4124
- !B.prototype.$isServer && X(document, "mouseup", (e) => {
4127
+ !B.prototype.$isServer && J(document, "mousedown", (e) => Gu = e);
4128
+ !B.prototype.$isServer && J(document, "mouseup", (e) => {
4125
4129
  js.forEach((t) => t[Ke].documentHandler(e, Gu));
4126
4130
  });
4127
4131
  function fo(e, t, s) {
@@ -4246,7 +4250,7 @@ var _m = function() {
4246
4250
  }, ym = [];
4247
4251
  const xm = {
4248
4252
  name: "BaseAutocomplete",
4249
- mixins: [ne, Fn("input"), mt],
4253
+ mixins: [ae, Fn("input"), mt],
4250
4254
  inheritAttrs: !1,
4251
4255
  componentName: "BaseAutocomplete",
4252
4256
  components: {
@@ -4681,7 +4685,7 @@ var Am = ["attrs", "props", "domProps"], Mm = ["class", "style", "directives"],
4681
4685
  }, Bm = [];
4682
4686
  const Lm = {
4683
4687
  name: "BaseCheckbox",
4684
- mixins: [ne],
4688
+ mixins: [ae],
4685
4689
  inject: {
4686
4690
  baseForm: {
4687
4691
  default: ""
@@ -4878,7 +4882,7 @@ var Vm = function() {
4878
4882
  }, zm = [];
4879
4883
  const jm = {
4880
4884
  name: "BaseRadio",
4881
- mixins: [ne],
4885
+ mixins: [ae],
4882
4886
  inject: {
4883
4887
  baseForm: {
4884
4888
  default: ""
@@ -5519,7 +5523,7 @@ const { keys: Ut } = Xe, rg = {
5519
5523
  },
5520
5524
  computed: {
5521
5525
  config() {
5522
- return Se(re({}, rg), this.props || {});
5526
+ return Se(X({}, rg), this.props || {});
5523
5527
  },
5524
5528
  multiple() {
5525
5529
  return this.config.multiple;
@@ -5952,19 +5956,19 @@ const { keys: $t } = Xe, Io = {
5952
5956
  type: String,
5953
5957
  default: "bottom-start"
5954
5958
  },
5955
- appendToBody: ee.props.appendToBody,
5959
+ appendToBody: te.props.appendToBody,
5956
5960
  visibleArrow: {
5957
5961
  type: Boolean,
5958
5962
  default: !0
5959
5963
  },
5960
- arrowOffset: ee.props.arrowOffset,
5961
- offset: ee.props.offset,
5962
- boundariesPadding: ee.props.boundariesPadding,
5963
- popperOptions: ee.props.popperOptions
5964
+ arrowOffset: te.props.arrowOffset,
5965
+ offset: te.props.offset,
5966
+ boundariesPadding: te.props.boundariesPadding,
5967
+ popperOptions: te.props.popperOptions
5964
5968
  },
5965
- methods: ee.methods,
5966
- data: ee.data,
5967
- beforeDestroy: ee.beforeDestroy
5969
+ methods: te.methods,
5970
+ data: te.data,
5971
+ beforeDestroy: te.beforeDestroy
5968
5972
  }, bg = {
5969
5973
  medium: 36,
5970
5974
  small: 32,
@@ -5972,7 +5976,7 @@ const { keys: $t } = Xe, Io = {
5972
5976
  }, vg = {
5973
5977
  name: "BaseCascader",
5974
5978
  directives: { Clickoutside: kt },
5975
- mixins: [gg, ne, U, mt],
5979
+ mixins: [gg, ae, U, mt],
5976
5980
  inject: {
5977
5981
  baseForm: {
5978
5982
  default: ""
@@ -6780,17 +6784,17 @@ var Ng = function() {
6780
6784
  }, Pg = [];
6781
6785
  const Fg = {
6782
6786
  props: {
6783
- appendToBody: ee.props.appendToBody,
6784
- offset: ee.props.offset,
6785
- boundariesPadding: ee.props.boundariesPadding,
6786
- arrowOffset: ee.props.arrowOffset,
6787
- transformOrigin: ee.props.transformOrigin
6787
+ appendToBody: te.props.appendToBody,
6788
+ offset: te.props.offset,
6789
+ boundariesPadding: te.props.boundariesPadding,
6790
+ arrowOffset: te.props.arrowOffset,
6791
+ transformOrigin: te.props.transformOrigin
6788
6792
  },
6789
- methods: ee.methods,
6793
+ methods: te.methods,
6790
6794
  data() {
6791
- return Se({ visibleArrow: !0 }, ee.data);
6795
+ return Se({ visibleArrow: !0 }, te.data);
6792
6796
  },
6793
- beforeDestroy: ee.beforeDestroy
6797
+ beforeDestroy: te.beforeDestroy
6794
6798
  }, gr = {
6795
6799
  date: "yyyy-MM-dd",
6796
6800
  month: "yyyy-MM",
@@ -6951,7 +6955,7 @@ const Fg = {
6951
6955
  }, Fo = function(e) {
6952
6956
  return e == null || Po(e) || Array.isArray(e) && e.length === 2 && e.every(Po);
6953
6957
  }, Bg = {
6954
- mixins: [ne, Fg],
6958
+ mixins: [ae, Fg],
6955
6959
  inject: {
6956
6960
  baseForm: {
6957
6961
  default: ""
@@ -7277,7 +7281,7 @@ const br = /* @__PURE__ */ function() {
7277
7281
  const a = () => s.context[t.expression].apply(), r = () => {
7278
7282
  Date.now() - n < 100 && a(), clearInterval(i), i = null;
7279
7283
  };
7280
- X(e, "mousedown", (o) => {
7284
+ J(e, "mousedown", (o) => {
7281
7285
  o.button === 0 && (n = Date.now(), tf(document, "mouseup", r), clearInterval(i), i = setInterval(a, 100));
7282
7286
  });
7283
7287
  }
@@ -10220,7 +10224,7 @@ var Zb = function() {
10220
10224
  }, Qb = [];
10221
10225
  const ev = {
10222
10226
  name: "BaseCheckboxButton",
10223
- mixins: [ne],
10227
+ mixins: [ae],
10224
10228
  inject: {
10225
10229
  baseForm: {
10226
10230
  default: ""
@@ -10344,7 +10348,7 @@ var nv = function() {
10344
10348
  const rv = {
10345
10349
  name: "BaseCheckboxGroup",
10346
10350
  componentName: "BaseCheckboxGroup",
10347
- mixins: [ne],
10351
+ mixins: [ae],
10348
10352
  inject: {
10349
10353
  baseFormItem: {
10350
10354
  default: ""
@@ -10490,7 +10494,7 @@ Ma.install = (e) => {
10490
10494
  return;
10491
10495
  const t = (i, n) => {
10492
10496
  n.value ? e.nextTick(() => {
10493
- n.modifiers.fullscreen ? (i.originalPosition = we(document.body, "position"), i.originalOverflow = we(document.body, "overflow"), i.maskStyle.zIndex = J.nextZIndex(), te(i.mask, "is-fullscreen"), s(document.body, i, n)) : (se(i.mask, "is-fullscreen"), n.modifiers.body ? (i.originalPosition = we(document.body, "position"), ["top", "left"].forEach((a) => {
10497
+ n.modifiers.fullscreen ? (i.originalPosition = we(document.body, "position"), i.originalOverflow = we(document.body, "overflow"), i.maskStyle.zIndex = Z.nextZIndex(), se(i.mask, "is-fullscreen"), s(document.body, i, n)) : (ie(i.mask, "is-fullscreen"), n.modifiers.body ? (i.originalPosition = we(document.body, "position"), ["top", "left"].forEach((a) => {
10494
10498
  const r = a === "top" ? "scrollTop" : "scrollLeft";
10495
10499
  i.maskStyle[a] = i.getBoundingClientRect()[a] + document.body[r] + document.documentElement[r] - parseInt(we(document.body, `margin-${a}`), 10) + "px";
10496
10500
  }), ["height", "width"].forEach((a) => {
@@ -10501,12 +10505,12 @@ Ma.install = (e) => {
10501
10505
  return;
10502
10506
  i.domVisible = !1;
10503
10507
  const r = n.modifiers.fullscreen || n.modifiers.body ? document.body : i;
10504
- se(r, "base-loading-parent--relative"), se(r, "base-loading-parent--hidden"), i.instance.hiding = !1;
10508
+ ie(r, "base-loading-parent--relative"), ie(r, "base-loading-parent--hidden"), i.instance.hiding = !1;
10505
10509
  }, 300, !0), i.instance.visible = !1, i.instance.hiding = !0);
10506
10510
  }, s = (i, n, a) => {
10507
10511
  !n.domVisible && we(n, "display") !== "none" && we(n, "visibility") !== "hidden" ? (Object.keys(n.maskStyle).forEach((r) => {
10508
10512
  n.mask.style[r] = n.maskStyle[r];
10509
- }), n.originalPosition !== "absolute" && n.originalPosition !== "fixed" && n.originalPosition !== "sticky" && te(i, "base-loading-parent--relative"), a.modifiers.fullscreen && a.modifiers.lock && te(i, "base-loading-parent--hidden"), n.domVisible = !0, i.appendChild(n.mask), e.nextTick(() => {
10513
+ }), n.originalPosition !== "absolute" && n.originalPosition !== "fixed" && n.originalPosition !== "sticky" && se(i, "base-loading-parent--relative"), a.modifiers.fullscreen && a.modifiers.lock && se(i, "base-loading-parent--hidden"), n.domVisible = !0, i.appendChild(n.mask), e.nextTick(() => {
10510
10514
  n.instance.hiding ? n.instance.$emit("after-leave") : n.instance.visible = !0;
10511
10515
  }), n.domInserted = !0) : n.domVisible && n.instance.hiding === !0 && (n.instance.visible = !0, n.instance.hiding = !1);
10512
10516
  };
@@ -10545,12 +10549,12 @@ Bn.prototype.originalOverflow = "";
10545
10549
  Bn.prototype.close = function() {
10546
10550
  this.fullscreen && (Ui = void 0), _d(this, (e) => {
10547
10551
  const t = this.fullscreen || this.body ? document.body : this.target;
10548
- se(t, "base-loading-parent--relative"), se(t, "base-loading-parent--hidden"), this.$el && this.$el.parentNode && this.$el.parentNode.removeChild(this.$el), this.$destroy();
10552
+ ie(t, "base-loading-parent--relative"), ie(t, "base-loading-parent--hidden"), this.$el && this.$el.parentNode && this.$el.parentNode.removeChild(this.$el), this.$destroy();
10549
10553
  }, 300), this.visible = !1;
10550
10554
  };
10551
10555
  const gv = (e, t, s) => {
10552
10556
  let i = {};
10553
- e.fullscreen ? (s.originalPosition = we(document.body, "position"), s.originalOverflow = we(document.body, "overflow"), i.zIndex = J.nextZIndex()) : e.body ? (s.originalPosition = we(document.body, "position"), ["top", "left"].forEach((n) => {
10557
+ e.fullscreen ? (s.originalPosition = we(document.body, "position"), s.originalOverflow = we(document.body, "overflow"), i.zIndex = Z.nextZIndex()) : e.body ? (s.originalPosition = we(document.body, "position"), ["top", "left"].forEach((n) => {
10554
10558
  let a = n === "top" ? "scrollTop" : "scrollLeft";
10555
10559
  i[n] = e.target.getBoundingClientRect()[n] + document.body[a] + document.documentElement[a] + "px";
10556
10560
  }), ["height", "width"].forEach((n) => {
@@ -10567,7 +10571,7 @@ const gv = (e, t, s) => {
10567
10571
  el: document.createElement("div"),
10568
10572
  data: e
10569
10573
  });
10570
- return gv(e, t, s), s.originalPosition !== "absolute" && s.originalPosition !== "fixed" && s.originalPosition !== "sticky" && te(t, "base-loading-parent--relative"), e.fullscreen && e.lock && te(t, "base-loading-parent--hidden"), t.appendChild(s.$el), B.nextTick(() => {
10574
+ return gv(e, t, s), s.originalPosition !== "absolute" && s.originalPosition !== "fixed" && s.originalPosition !== "sticky" && se(t, "base-loading-parent--relative"), e.fullscreen && e.lock && se(t, "base-loading-parent--hidden"), t.appendChild(s.$el), B.nextTick(() => {
10571
10575
  s.visible = !0;
10572
10576
  }), e.fullscreen && (Ui = s), s;
10573
10577
  }, bv = {
@@ -10775,7 +10779,7 @@ var kv = function() {
10775
10779
  const Iv = {
10776
10780
  name: "BaseCollapseItem",
10777
10781
  componentName: "BaseCollapseItem",
10778
- mixins: [ne],
10782
+ mixins: [ae],
10779
10783
  data() {
10780
10784
  return {
10781
10785
  contentWrapStyle: {
@@ -10817,22 +10821,22 @@ const Iv = {
10817
10821
  this.dispatch("BaseCollapse", "item-click", this);
10818
10822
  },
10819
10823
  beforeEnter(e) {
10820
- te(e, "collapse-transition"), e.dataset || (e.dataset = {}), e.dataset.oldPaddingTop = e.style.paddingTop, e.dataset.oldPaddingBottom = e.style.paddingBottom, e.style.height = "0", e.style.paddingTop = 0, e.style.paddingBottom = 0;
10824
+ se(e, "collapse-transition"), e.dataset || (e.dataset = {}), e.dataset.oldPaddingTop = e.style.paddingTop, e.dataset.oldPaddingBottom = e.style.paddingBottom, e.style.height = "0", e.style.paddingTop = 0, e.style.paddingBottom = 0;
10821
10825
  },
10822
10826
  enter(e) {
10823
10827
  e.dataset.oldOverflow = e.style.overflow, e.scrollHeight !== 0 ? (e.style.height = e.scrollHeight + "px", e.style.paddingTop = e.dataset.oldPaddingTop, e.style.paddingBottom = e.dataset.oldPaddingBottom) : (e.style.height = "", e.style.paddingTop = e.dataset.oldPaddingTop, e.style.paddingBottom = e.dataset.oldPaddingBottom), e.style.overflow = "hidden";
10824
10828
  },
10825
10829
  afterEnter(e) {
10826
- se(e, "collapse-transition"), e.style.height = "", e.style.overflow = e.dataset.oldOverflow;
10830
+ ie(e, "collapse-transition"), e.style.height = "", e.style.overflow = e.dataset.oldOverflow;
10827
10831
  },
10828
10832
  beforeLeave(e) {
10829
10833
  e.dataset || (e.dataset = {}), e.dataset.oldPaddingTop = e.style.paddingTop, e.dataset.oldPaddingBottom = e.style.paddingBottom, e.dataset.oldOverflow = e.style.overflow, e.style.height = e.scrollHeight + "px", e.style.overflow = "hidden";
10830
10834
  },
10831
10835
  leave(e) {
10832
- e.scrollHeight !== 0 && (te(e, "collapse-transition"), e.style.height = 0, e.style.paddingTop = 0, e.style.paddingBottom = 0);
10836
+ e.scrollHeight !== 0 && (se(e, "collapse-transition"), e.style.height = 0, e.style.paddingTop = 0, e.style.paddingBottom = 0);
10833
10837
  },
10834
10838
  afterLeave(e) {
10835
- se(e, "collapse-transition"), e.style.height = "", e.style.overflow = e.dataset.oldOverflow, e.style.paddingTop = e.dataset.oldPaddingTop, e.style.paddingBottom = e.dataset.oldPaddingBottom;
10839
+ ie(e, "collapse-transition"), e.style.height = "", e.style.overflow = e.dataset.oldOverflow, e.style.paddingTop = e.dataset.oldPaddingTop, e.style.paddingBottom = e.dataset.oldPaddingBottom;
10836
10840
  }
10837
10841
  }
10838
10842
  }, sl = {};
@@ -11513,7 +11517,7 @@ var a_ = function() {
11513
11517
  }, r_ = [];
11514
11518
  const o_ = {
11515
11519
  name: "base-color-picker-dropdown",
11516
- mixins: [ee, U],
11520
+ mixins: [te, U],
11517
11521
  components: {
11518
11522
  SvPanel: Hv,
11519
11523
  HueSlider: Yv,
@@ -11643,7 +11647,7 @@ var d_ = function() {
11643
11647
  }, h_ = [];
11644
11648
  const f_ = {
11645
11649
  name: "BaseColorPicker",
11646
- mixins: [ne],
11650
+ mixins: [ae],
11647
11651
  props: {
11648
11652
  value: String,
11649
11653
  showAlpha: Boolean,
@@ -11820,7 +11824,7 @@ var b_ = function() {
11820
11824
  }, v_ = [];
11821
11825
  const __ = {
11822
11826
  name: "BaseDialog",
11823
- mixins: [ur, ne, mt],
11827
+ mixins: [ur, ae, mt],
11824
11828
  props: {
11825
11829
  title: {
11826
11830
  type: String,
@@ -12064,7 +12068,7 @@ var D_ = function() {
12064
12068
  const T_ = {
12065
12069
  name: "BaseDrawer",
12066
12070
  components: { BaseScrollbar: St },
12067
- mixins: [ur, ne],
12071
+ mixins: [ur, ae],
12068
12072
  props: {
12069
12073
  appendToBody: {
12070
12074
  type: Boolean,
@@ -12190,7 +12194,7 @@ const O_ = /* @__PURE__ */ function() {
12190
12194
  }(), N_ = {
12191
12195
  name: "BaseDropdown",
12192
12196
  componentName: "BaseDropdown",
12193
- mixins: [ne, mt],
12197
+ mixins: [ae, mt],
12194
12198
  directives: {
12195
12199
  Clickoutside: kt
12196
12200
  },
@@ -12437,7 +12441,7 @@ var R_ = function() {
12437
12441
  }, H_ = [];
12438
12442
  const V_ = {
12439
12443
  name: "BaseDropdownItem",
12440
- mixins: [ne],
12444
+ mixins: [ae],
12441
12445
  directives: {
12442
12446
  Ripple: hr
12443
12447
  },
@@ -12493,7 +12497,7 @@ var W_ = function() {
12493
12497
  const Y_ = {
12494
12498
  name: "BaseDropdownMenu",
12495
12499
  componentName: "BaseDropdownMenu",
12496
- mixins: [ee],
12500
+ mixins: [te],
12497
12501
  props: {
12498
12502
  visibleArrow: {
12499
12503
  type: Boolean,
@@ -13292,8 +13296,8 @@ var Ba = Fa(), gi = /* @__PURE__ */ function() {
13292
13296
  }), A = ts({}, A, p.rule.fields);
13293
13297
  var T = {};
13294
13298
  Object.keys(A).forEach(function(z) {
13295
- var H = A[z], ie = Array.isArray(H) ? H : [H];
13296
- T[z] = ie.map(_.bind(null, z));
13299
+ var H = A[z], ne = Array.isArray(H) ? H : [H];
13300
+ T[z] = ne.map(_.bind(null, z));
13297
13301
  });
13298
13302
  var P = new e(T);
13299
13303
  P.messages(l.messages), p.rule.options && (p.rule.options.messages = l.messages, p.rule.options.error = l.error), P.validate(p.value, p.rule.options || l, function(z) {
@@ -13466,7 +13470,7 @@ var By = function() {
13466
13470
  const Ry = {
13467
13471
  name: "BaseFormItem",
13468
13472
  componentName: "BaseFormItem",
13469
- mixins: [ne],
13473
+ mixins: [ae],
13470
13474
  provide() {
13471
13475
  return {
13472
13476
  baseFormItem: this
@@ -13895,7 +13899,7 @@ const Bs = {
13895
13899
  zoomRate: 0.015,
13896
13900
  enableTransition: !1
13897
13901
  });
13898
- }), X(document, "keydown", this._keyDownHandler), X(document, $l, this._mouseWheelHandler);
13902
+ }), J(document, "keydown", this._keyDownHandler), J(document, $l, this._mouseWheelHandler);
13899
13903
  },
13900
13904
  deviceSupportUninstall() {
13901
13905
  pe(document, "keydown", this._keyDownHandler), pe(document, $l, this._mouseWheelHandler), this._keyDownHandler = null, this._mouseWheelHandler = null;
@@ -13915,7 +13919,7 @@ const Bs = {
13915
13919
  const { offsetX: t, offsetY: s } = this.transform, i = e.pageX, n = e.pageY;
13916
13920
  this._dragHandler = qn((a) => {
13917
13921
  this.transform.offsetX = t + a.pageX - i, this.transform.offsetY = s + a.pageY - n;
13918
- }), X(document, "mousemove", this._dragHandler), X(document, "mouseup", (a) => {
13922
+ }), J(document, "mousemove", this._dragHandler), J(document, "mouseup", (a) => {
13919
13923
  pe(document, "mousemove", this._dragHandler);
13920
13924
  }), e.preventDefault();
13921
13925
  },
@@ -13949,7 +13953,7 @@ const Bs = {
13949
13953
  handleActions(e, t = {}) {
13950
13954
  if (this.loading)
13951
13955
  return;
13952
- const { zoomRate: s, rotateDeg: i, enableTransition: n } = re({
13956
+ const { zoomRate: s, rotateDeg: i, enableTransition: n } = X({
13953
13957
  zoomRate: 0.2,
13954
13958
  rotateDeg: 90,
13955
13959
  enableTransition: !0
@@ -14132,7 +14136,7 @@ const Xy = {
14132
14136
  return;
14133
14137
  const { scrollContainer: e } = this;
14134
14138
  let t = null;
14135
- hg(e) ? t = e : dg(e) ? t = document.querySelector(e) : t = nf(this.$el), t && (this._scrollContainer = t, this._lazyLoadHandler = os(200, this.handleLazyLoad), X(t, "scroll", this._lazyLoadHandler), this.handleLazyLoad());
14139
+ hg(e) ? t = e : dg(e) ? t = document.querySelector(e) : t = nf(this.$el), t && (this._scrollContainer = t, this._lazyLoadHandler = os(200, this.handleLazyLoad), J(t, "scroll", this._lazyLoadHandler), this.handleLazyLoad());
14136
14140
  },
14137
14141
  removeLazyLoadListener() {
14138
14142
  const { _scrollContainer: e, _lazyLoadHandler: t } = this;
@@ -14287,7 +14291,7 @@ const ex = {
14287
14291
  }, [t]) : t;
14288
14292
  },
14289
14293
  componentName: "BaseMenu",
14290
- mixins: [ne, mt],
14294
+ mixins: [ae, mt],
14291
14295
  provide() {
14292
14296
  return {
14293
14297
  rootMenu: this
@@ -14456,16 +14460,16 @@ const ex = {
14456
14460
  e.style.opacity = 0.2;
14457
14461
  },
14458
14462
  enter(e) {
14459
- te(e, "base-opacity-transition"), e.style.opacity = 1;
14463
+ se(e, "base-opacity-transition"), e.style.opacity = 1;
14460
14464
  },
14461
14465
  afterEnter(e) {
14462
- se(e, "base-opacity-transition"), e.style.opacity = "";
14466
+ ie(e, "base-opacity-transition"), e.style.opacity = "";
14463
14467
  },
14464
14468
  beforeLeave(e) {
14465
- e.dataset || (e.dataset = {}), qe(e, "base-menu--collapse") ? (se(e, "base-menu--collapse"), e.dataset.oldOverflow = e.style.overflow, e.dataset.scrollWidth = e.clientWidth, te(e, "base-menu--collapse")) : (te(e, "base-menu--collapse"), e.dataset.oldOverflow = e.style.overflow, e.dataset.scrollWidth = e.clientWidth, se(e, "base-menu--collapse")), e.style.width = e.scrollWidth + "px", e.style.overflow = "hidden";
14469
+ e.dataset || (e.dataset = {}), qe(e, "base-menu--collapse") ? (ie(e, "base-menu--collapse"), e.dataset.oldOverflow = e.style.overflow, e.dataset.scrollWidth = e.clientWidth, se(e, "base-menu--collapse")) : (se(e, "base-menu--collapse"), e.dataset.oldOverflow = e.style.overflow, e.dataset.scrollWidth = e.clientWidth, ie(e, "base-menu--collapse")), e.style.width = e.scrollWidth + "px", e.style.overflow = "hidden";
14466
14470
  },
14467
14471
  leave(e) {
14468
- te(e, "horizontal-collapse-transition"), e.style.width = e.dataset.scrollWidth + "px";
14472
+ se(e, "horizontal-collapse-transition"), e.style.width = e.dataset.scrollWidth + "px";
14469
14473
  }
14470
14474
  },
14471
14475
  mounted() {
@@ -14520,7 +14524,7 @@ const ax = /* @__PURE__ */ function() {
14520
14524
  }
14521
14525
  }, Mt = {
14522
14526
  name: "BaseTooltip",
14523
- mixins: [ee],
14527
+ mixins: [te],
14524
14528
  props: {
14525
14529
  openDelay: {
14526
14530
  type: Number,
@@ -14619,20 +14623,20 @@ const ax = /* @__PURE__ */ function() {
14619
14623
  return s.staticClass = this.addTooltipClass(s.staticClass), t;
14620
14624
  },
14621
14625
  mounted() {
14622
- this.referenceElm = this.$el, this.$el.nodeType === 1 && (this.$el.setAttribute("aria-describedby", this.tooltipId), this.$el.setAttribute("tabindex", this.tabindex), X(this.referenceElm, "mouseenter", this.show), X(this.referenceElm, "mouseleave", this.hide), X(this.referenceElm, "focus", () => {
14626
+ this.referenceElm = this.$el, this.$el.nodeType === 1 && (this.$el.setAttribute("aria-describedby", this.tooltipId), this.$el.setAttribute("tabindex", this.tabindex), J(this.referenceElm, "mouseenter", this.show), J(this.referenceElm, "mouseleave", this.hide), J(this.referenceElm, "focus", () => {
14623
14627
  if (!this.$slots.default || !this.$slots.default.length) {
14624
14628
  this.handleFocus();
14625
14629
  return;
14626
14630
  }
14627
14631
  const e = this.$slots.default[0].componentInstance;
14628
14632
  e && e.focus ? e.focus() : this.handleFocus();
14629
- }), X(this.referenceElm, "blur", this.handleBlur), X(this.referenceElm, "click", this.removeFocusing)), this.value && this.popperVM && this.popperVM.$nextTick(() => {
14633
+ }), J(this.referenceElm, "blur", this.handleBlur), J(this.referenceElm, "click", this.removeFocusing)), this.value && this.popperVM && this.popperVM.$nextTick(() => {
14630
14634
  this.value && this.updatePopper();
14631
14635
  });
14632
14636
  },
14633
14637
  watch: {
14634
14638
  focusing(e) {
14635
- e ? te(this.referenceElm, "focusing") : se(this.referenceElm, "focusing");
14639
+ e ? se(this.referenceElm, "focusing") : ie(this.referenceElm, "focusing");
14636
14640
  }
14637
14641
  },
14638
14642
  methods: {
@@ -14733,7 +14737,7 @@ var rx = function() {
14733
14737
  const lx = {
14734
14738
  name: "BaseMenuItem",
14735
14739
  componentName: "BaseMenuItem",
14736
- mixins: [Ed, ne],
14740
+ mixins: [Ed, ae],
14737
14741
  components: { BaseTooltip: Mt },
14738
14742
  props: {
14739
14743
  index: {
@@ -14865,18 +14869,18 @@ const bx = /* @__PURE__ */ function() {
14865
14869
  type: [Boolean, String],
14866
14870
  default: !1
14867
14871
  },
14868
- offset: ee.props.offset,
14869
- boundariesPadding: ee.props.boundariesPadding,
14870
- popperOptions: ee.props.popperOptions
14872
+ offset: te.props.offset,
14873
+ boundariesPadding: te.props.boundariesPadding,
14874
+ popperOptions: te.props.popperOptions
14871
14875
  },
14872
- data: ee.data,
14873
- methods: ee.methods,
14874
- beforeDestroy: ee.beforeDestroy,
14875
- deactivated: ee.deactivated
14876
+ data: te.data,
14877
+ methods: te.methods,
14878
+ beforeDestroy: te.beforeDestroy,
14879
+ deactivated: te.deactivated
14876
14880
  }, _x = {
14877
14881
  name: "BaseSubmenu",
14878
14882
  componentName: "BaseSubmenu",
14879
- mixins: [Ed, ne, vx],
14883
+ mixins: [Ed, ae, vx],
14880
14884
  props: {
14881
14885
  index: {
14882
14886
  type: String,
@@ -15031,22 +15035,22 @@ const bx = /* @__PURE__ */ function() {
15031
15035
  this.referenceElm = this.$el, this.popperElm = this.$refs.menu, this.updatePlacement();
15032
15036
  },
15033
15037
  beforeEnter(e) {
15034
- te(e, "collapse-transition"), e.dataset || (e.dataset = {}), e.dataset.oldPaddingTop = e.style.paddingTop, e.dataset.oldPaddingBottom = e.style.paddingBottom, e.style.height = "0", e.style.paddingTop = 0, e.style.paddingBottom = 0;
15038
+ se(e, "collapse-transition"), e.dataset || (e.dataset = {}), e.dataset.oldPaddingTop = e.style.paddingTop, e.dataset.oldPaddingBottom = e.style.paddingBottom, e.style.height = "0", e.style.paddingTop = 0, e.style.paddingBottom = 0;
15035
15039
  },
15036
15040
  enter(e) {
15037
15041
  e.dataset.oldOverflow = e.style.overflow, e.scrollHeight !== 0 ? (e.style.height = e.scrollHeight + "px", e.style.paddingTop = e.dataset.oldPaddingTop, e.style.paddingBottom = e.dataset.oldPaddingBottom) : (e.style.height = "", e.style.paddingTop = e.dataset.oldPaddingTop, e.style.paddingBottom = e.dataset.oldPaddingBottom), e.style.overflow = "hidden";
15038
15042
  },
15039
15043
  afterEnter(e) {
15040
- se(e, "collapse-transition"), e.style.height = "", e.style.overflow = e.dataset.oldOverflow;
15044
+ ie(e, "collapse-transition"), e.style.height = "", e.style.overflow = e.dataset.oldOverflow;
15041
15045
  },
15042
15046
  beforeLeave(e) {
15043
15047
  e.dataset || (e.dataset = {}), e.dataset.oldPaddingTop = e.style.paddingTop, e.dataset.oldPaddingBottom = e.style.paddingBottom, e.dataset.oldOverflow = e.style.overflow, e.style.height = e.scrollHeight + "px", e.style.overflow = "hidden";
15044
15048
  },
15045
15049
  leave(e) {
15046
- e.scrollHeight !== 0 && (te(e, "collapse-transition"), e.style.height = 0, e.style.paddingTop = 0, e.style.paddingBottom = 0);
15050
+ e.scrollHeight !== 0 && (se(e, "collapse-transition"), e.style.height = 0, e.style.paddingTop = 0, e.style.paddingBottom = 0);
15047
15051
  },
15048
15052
  afterLeave(e) {
15049
- se(e, "collapse-transition"), e.style.height = "", e.style.overflow = e.dataset.oldOverflow, e.style.paddingTop = e.dataset.oldPaddingTop, e.style.paddingBottom = e.dataset.oldPaddingBottom;
15053
+ ie(e, "collapse-transition"), e.style.height = "", e.style.overflow = e.dataset.oldOverflow, e.style.paddingTop = e.dataset.oldPaddingTop, e.style.paddingBottom = e.dataset.oldPaddingBottom;
15050
15054
  }
15051
15055
  },
15052
15056
  created() {
@@ -15325,7 +15329,7 @@ var Ax = function() {
15325
15329
  const Ox = {
15326
15330
  name: "BaseSelectDropdown",
15327
15331
  componentName: "BaseSelectDropdown",
15328
- mixins: [ee],
15332
+ mixins: [te],
15329
15333
  props: {
15330
15334
  placement: {
15331
15335
  default: "bottom-start"
@@ -15415,7 +15419,7 @@ var Fx = function() {
15415
15419
  })], 2);
15416
15420
  }, Bx = [];
15417
15421
  const Lx = {
15418
- mixins: [ne],
15422
+ mixins: [ae],
15419
15423
  name: "BaseOption",
15420
15424
  componentName: "BaseOption",
15421
15425
  directives: {
@@ -15695,7 +15699,8 @@ var zx = function() {
15695
15699
  "validate-event": !1,
15696
15700
  tabindex: e.multiple && e.filterable ? "-1" : null,
15697
15701
  "enable-focus-class": !1,
15698
- "show-label": e.showLabel
15702
+ "show-label": e.showLabel,
15703
+ tags: e.selected
15699
15704
  },
15700
15705
  on: {
15701
15706
  focus: e.handleFocus,
@@ -15802,7 +15807,7 @@ var zx = function() {
15802
15807
  }, [e._v(" " + e._s(e.emptyText) + " ")])] : e._e()], 2)], 1)], 1);
15803
15808
  }, jx = [];
15804
15809
  const Wx = {
15805
- mixins: [ne, U, Fn("reference"), Vx],
15810
+ mixins: [ae, U, Fn("reference"), Vx],
15806
15811
  name: "BaseSelect",
15807
15812
  componentName: "BaseSelect",
15808
15813
  inject: {
@@ -15964,7 +15969,7 @@ const Wx = {
15964
15969
  this.cachedPlaceHolder = this.currentPlaceholder = e;
15965
15970
  },
15966
15971
  value(e, t) {
15967
- this.multiple && (this.resetInputHeight(), e && e.length > 0 || this.$refs.input && this.query !== "" ? this.currentPlaceholder = "" : this.currentPlaceholder = this.cachedPlaceHolder, this.filterable && !this.reserveKeyword && (this.query = "", this.handleQueryChange(this.query))), this.setSelected(), this.filterable && !this.multiple && (this.inputLength = 20), ri(e, t) || this.dispatch("BaseFormItem", "base.form.change", e);
15972
+ this.multiple && (this.resetInputHeight(), !this.showLabel && (e && e.length > 0 || this.$refs.input && this.query !== "") ? this.currentPlaceholder = "" : this.currentPlaceholder = this.cachedPlaceHolder, this.filterable && !this.reserveKeyword && (this.query = "", this.handleQueryChange(this.query))), this.setSelected(), this.filterable && !this.multiple && (this.inputLength = 20), ri(e, t) || this.dispatch("BaseFormItem", "base.form.change", e);
15968
15973
  },
15969
15974
  visible(e) {
15970
15975
  e ? (this.broadcast("BaseSelectDropdown", "updatePopper"), this.filterable && (this.query = this.remote ? "" : this.selectedLabel, this.handleQueryChange(this.query), this.multiple ? this.$refs.input.focus() : (this.remote || (this.broadcast("BaseOption", "queryChange", ""), this.broadcast("BaseOptionGroup", "queryChange")), this.selectedLabel && (this.currentPlaceholder = this.selectedLabel, this.selectedLabel = "")))) : (this.broadcast("BaseSelectDropdown", "destroyPopper"), this.$refs.input && this.$refs.input.blur(), this.query = "", this.previousQuery = null, this.selectedLabel = "", this.inputLength = 20, this.menuVisibleOnFocus = !1, this.resetHoverIndex(), this.$nextTick(() => {
@@ -16564,7 +16569,7 @@ var Gx = function() {
16564
16569
  }, qx = [];
16565
16570
  const Xx = {
16566
16571
  name: "BasePopover",
16567
- mixins: [ee],
16572
+ mixins: [te],
16568
16573
  props: {
16569
16574
  trigger: {
16570
16575
  type: String,
@@ -16614,11 +16619,11 @@ const Xx = {
16614
16619
  mounted() {
16615
16620
  let e = this.referenceElm = this.reference || this.$refs.reference;
16616
16621
  const t = this.popper || this.$refs.popper;
16617
- !e && this.$refs.wrapper.children && (e = this.referenceElm = this.$refs.wrapper.children[0]), e && (te(e, "base-popover__reference"), e.setAttribute("aria-describedby", this.tooltipId), e.setAttribute("tabindex", this.tabindex), t.setAttribute("tabindex", 0), this.trigger !== "click" && (X(e, "focusin", () => {
16622
+ !e && this.$refs.wrapper.children && (e = this.referenceElm = this.$refs.wrapper.children[0]), e && (se(e, "base-popover__reference"), e.setAttribute("aria-describedby", this.tooltipId), e.setAttribute("tabindex", this.tabindex), t.setAttribute("tabindex", 0), this.trigger !== "click" && (J(e, "focusin", () => {
16618
16623
  this.handleFocus();
16619
16624
  const s = e.__vue__;
16620
16625
  s && typeof s.focus == "function" && s.focus();
16621
- }), X(t, "focusin", this.handleFocus), X(e, "focusout", this.handleBlur), X(t, "focusout", this.handleBlur)), X(e, "keydown", this.handleKeydown), X(e, "click", this.handleClick)), this.trigger === "click" ? (X(e, "click", this.doToggle), X(document, "click", this.handleDocumentClick)) : this.trigger === "hover" ? (X(e, "mouseenter", this.handleMouseEnter), X(t, "mouseenter", this.handleMouseEnter), X(e, "mouseleave", this.handleMouseLeave), X(t, "mouseleave", this.handleMouseLeave)) : this.trigger === "focus" && (this.tabindex < 0 && console.warn("[Element Warn][Popover]a negative taindex means that the element cannot be focused by tab key"), e.querySelector("input, textarea") ? (X(e, "focusin", this.doShow), X(e, "focusout", this.doClose)) : (X(e, "mousedown", this.doShow), X(e, "mouseup", this.doClose)));
16626
+ }), J(t, "focusin", this.handleFocus), J(e, "focusout", this.handleBlur), J(t, "focusout", this.handleBlur)), J(e, "keydown", this.handleKeydown), J(e, "click", this.handleClick)), this.trigger === "click" ? (J(e, "click", this.doToggle), J(document, "click", this.handleDocumentClick)) : this.trigger === "hover" ? (J(e, "mouseenter", this.handleMouseEnter), J(t, "mouseenter", this.handleMouseEnter), J(e, "mouseleave", this.handleMouseLeave), J(t, "mouseleave", this.handleMouseLeave)) : this.trigger === "focus" && (this.tabindex < 0 && console.warn("[Element Warn][Popover]a negative taindex means that the element cannot be focused by tab key"), e.querySelector("input, textarea") ? (J(e, "focusin", this.doShow), J(e, "focusout", this.doClose)) : (J(e, "mousedown", this.doShow), J(e, "mouseup", this.doClose)));
16622
16627
  },
16623
16628
  beforeDestroy() {
16624
16629
  this.cleanup();
@@ -16637,13 +16642,13 @@ const Xx = {
16637
16642
  this.showPopper = !1;
16638
16643
  },
16639
16644
  handleFocus() {
16640
- te(this.referenceElm, "focusing"), (this.trigger === "click" || this.trigger === "focus") && (this.showPopper = !0);
16645
+ se(this.referenceElm, "focusing"), (this.trigger === "click" || this.trigger === "focus") && (this.showPopper = !0);
16641
16646
  },
16642
16647
  handleClick() {
16643
- se(this.referenceElm, "focusing");
16648
+ ie(this.referenceElm, "focusing");
16644
16649
  },
16645
16650
  handleBlur() {
16646
- se(this.referenceElm, "focusing"), (this.trigger === "click" || this.trigger === "focus") && (this.showPopper = !1);
16651
+ ie(this.referenceElm, "focusing"), (this.trigger === "click" || this.trigger === "focus") && (this.showPopper = !1);
16647
16652
  },
16648
16653
  handleMouseEnter() {
16649
16654
  clearTimeout(this._timer), this.openDelay ? this._timer = setTimeout(() => {
@@ -16992,7 +16997,7 @@ var nC = function() {
16992
16997
  }, aC = [];
16993
16998
  const rC = {
16994
16999
  name: "BaseRadioButton",
16995
- mixins: [ne],
17000
+ mixins: [ae],
16996
17001
  inject: {
16997
17002
  baseForm: {
16998
17003
  default: ""
@@ -17101,7 +17106,7 @@ const Oi = Object.freeze({
17101
17106
  default: ""
17102
17107
  }
17103
17108
  },
17104
- mixins: [ne],
17109
+ mixins: [ae],
17105
17110
  props: {
17106
17111
  value: {},
17107
17112
  size: String,
@@ -17220,7 +17225,7 @@ var mC = function() {
17220
17225
  }, [e._t("default")], 2)])]);
17221
17226
  }, gC = [];
17222
17227
  const bC = {
17223
- mixins: [ne],
17228
+ mixins: [ae],
17224
17229
  name: "BaseOptionGroup",
17225
17230
  componentName: "BaseOptionGroup",
17226
17231
  props: {
@@ -17330,7 +17335,7 @@ var xC = function() {
17330
17335
  }, CC = [];
17331
17336
  const wC = {
17332
17337
  name: "BaseSwitch",
17333
- mixins: [Fn("input"), mt, ne],
17338
+ mixins: [Fn("input"), mt, ae],
17334
17339
  inject: {
17335
17340
  baseForm: {
17336
17341
  default: ""
@@ -19408,7 +19413,7 @@ const a0 = {
19408
19413
  return !!(h && h.expanded || m);
19409
19414
  };
19410
19415
  s.forEach((h) => {
19411
- const f = n[h], m = re({}, e[h]);
19416
+ const f = n[h], m = X({}, e[h]);
19412
19417
  if (m.expanded = c(f, h), m.lazy) {
19413
19418
  const { loaded: g = !1, loading: p = !1 } = f || {};
19414
19419
  m.loaded = !!g, m.loading = !!p, l.push(h);
@@ -19959,7 +19964,7 @@ const Sr = {
19959
19964
  } = this.getSpan(s, f, i, m);
19960
19965
  if (!g || !p)
19961
19966
  return null;
19962
- const y = re({}, f);
19967
+ const y = X({}, f);
19963
19968
  y.realWidth = this.getColspanRealWidth(t, p, m);
19964
19969
  const u = {
19965
19970
  store: n,
@@ -20029,7 +20034,7 @@ const Sr = {
20029
20034
  ref: "tooltip"
20030
20035
  })])]);
20031
20036
  },
20032
- computed: Ci(re({
20037
+ computed: Ci(X({
20033
20038
  table() {
20034
20039
  return this.$parent;
20035
20040
  }
@@ -20064,7 +20069,7 @@ const Sr = {
20064
20069
  let s = window.requestAnimationFrame;
20065
20070
  s || (s = (i) => setTimeout(i, 16)), s(() => {
20066
20071
  const i = this.$el.querySelectorAll(".base-table__row"), n = i[t], a = i[e];
20067
- n && se(n, "hover-row"), a && te(a, "hover-row");
20072
+ n && ie(n, "hover-row"), a && se(a, "hover-row");
20068
20073
  });
20069
20074
  }
20070
20075
  },
@@ -20276,7 +20281,7 @@ const Sr = {
20276
20281
  }, w = Fe(_, c);
20277
20282
  if (w == null)
20278
20283
  throw new Error("for nested data item, row-key is required.");
20279
- if (h = re({}, r[w]), h && (v.expanded = h.expanded, h.level = h.level || v.level, h.display = !!(h.expanded && v.display), typeof h.lazy == "boolean" && (typeof h.loaded == "boolean" && h.loaded && (v.noLazyChildren = !(h.children && h.children.length)), v.loading = h.loading)), g++, m.push(this.rowRender(_, t + g, v)), h) {
20284
+ if (h = X({}, r[w]), h && (v.expanded = h.expanded, h.level = h.level || v.level, h.display = !!(h.expanded && v.display), typeof h.lazy == "boolean" && (typeof h.loaded == "boolean" && h.loaded && (v.noLazyChildren = !(h.children && h.children.length)), v.loading = h.loading)), g++, m.push(this.rowRender(_, t + g, v)), h) {
20280
20285
  const $ = o[w] || _[l];
20281
20286
  p($, h);
20282
20287
  }
@@ -20410,7 +20415,7 @@ var h0 = function() {
20410
20415
  }, f0 = [];
20411
20416
  const p0 = {
20412
20417
  name: "BaseTableFilterPanel",
20413
- mixins: [ee, U],
20418
+ mixins: [te, U],
20414
20419
  directives: {
20415
20420
  Clickoutside: kt
20416
20421
  },
@@ -20490,7 +20495,7 @@ const p0 = {
20490
20495
  },
20491
20496
  watch: {
20492
20497
  showPopper(e) {
20493
- e === !0 && parseInt(this.popperJS._popper.style.zIndex, 10) < J.zIndex && (this.popperJS._popper.style.zIndex = J.nextZIndex());
20498
+ e === !0 && parseInt(this.popperJS._popper.style.zIndex, 10) < Z.zIndex && (this.popperJS._popper.style.zIndex = Z.nextZIndex());
20494
20499
  }
20495
20500
  }
20496
20501
  }, pc = {};
@@ -20631,7 +20636,7 @@ const b0 = /* @__PURE__ */ function() {
20631
20636
  components: {
20632
20637
  BaseCheckbox: gt
20633
20638
  },
20634
- computed: re({
20639
+ computed: X({
20635
20640
  table() {
20636
20641
  return this.$parent;
20637
20642
  },
@@ -20738,7 +20743,7 @@ const b0 = /* @__PURE__ */ function() {
20738
20743
  if (!this.$isServer && !(t.children && t.children.length > 0) && this.draggingColumn && this.border) {
20739
20744
  this.dragging = !0, this.$parent.resizeProxyVisible = !0;
20740
20745
  const s = this.$parent, n = s.$el.getBoundingClientRect().left, a = this.$el.querySelector(`th.${t.id}`), r = a.getBoundingClientRect(), o = r.left - n + 30;
20741
- te(a, "noclick"), this.dragState = {
20746
+ se(a, "noclick"), this.dragState = {
20742
20747
  startMouseLeft: e.clientX,
20743
20748
  startLeft: r.right - n,
20744
20749
  startColumnLeft: r.left - n,
@@ -20762,7 +20767,7 @@ const b0 = /* @__PURE__ */ function() {
20762
20767
  t.width = t.realWidth = g, s.$emit("header-dragend", t.width, f - h, t, e), this.store.scheduleLayout(), document.body.style.cursor = "", this.dragging = !1, this.draggingColumn = null, this.dragState = {}, s.resizeProxyVisible = !1;
20763
20768
  }
20764
20769
  document.removeEventListener("mousemove", c), document.removeEventListener("mouseup", d), document.onselectstart = null, document.ondragstart = null, setTimeout(function() {
20765
- se(a, "noclick");
20770
+ ie(a, "noclick");
20766
20771
  }, 0);
20767
20772
  };
20768
20773
  document.addEventListener("mousemove", c), document.addEventListener("mouseup", d);
@@ -20798,7 +20803,7 @@ const b0 = /* @__PURE__ */ function() {
20798
20803
  for (; n && n.tagName !== "TH"; )
20799
20804
  n = n.parentNode;
20800
20805
  if (n && n.tagName === "TH" && qe(n, "noclick")) {
20801
- se(n, "noclick");
20806
+ ie(n, "noclick");
20802
20807
  return;
20803
20808
  }
20804
20809
  if (!t.sortable)
@@ -20894,7 +20899,7 @@ const b0 = /* @__PURE__ */ function() {
20894
20899
  }
20895
20900
  }
20896
20901
  },
20897
- computed: re({
20902
+ computed: X({
20898
20903
  table() {
20899
20904
  return this.$parent;
20900
20905
  },
@@ -21337,7 +21342,7 @@ const S0 = {
21337
21342
  this.store.commit("toggleAllSelection");
21338
21343
  }
21339
21344
  },
21340
- computed: re({
21345
+ computed: X({
21341
21346
  tableSize() {
21342
21347
  return this.size || (this.$ELEMENT || {}).size;
21343
21348
  },
@@ -21819,7 +21824,7 @@ const en = {
21819
21824
  created() {
21820
21825
  const e = this.columnOrTableParent;
21821
21826
  this.isSubColumn = this.owner !== e, this.columnId = (e.tableId || e.columnId) + "_column_" + A0++;
21822
- const t = this.type || "default", s = this.sortable === "" ? !0 : this.sortable, i = Ci(re({}, I0[t]), {
21827
+ const t = this.type || "default", s = this.sortable === "" ? !0 : this.sortable, i = Ci(X({}, I0[t]), {
21823
21828
  id: this.columnId,
21824
21829
  type: t,
21825
21830
  property: this.prop || this.property,
@@ -22558,7 +22563,7 @@ var e1 = function() {
22558
22563
  }, t1 = [];
22559
22564
  const s1 = {
22560
22565
  name: "BaseSlider",
22561
- mixins: [ne],
22566
+ mixins: [ae],
22562
22567
  inject: {
22563
22568
  baseForm: {
22564
22569
  default: ""
@@ -24046,22 +24051,22 @@ class R1 {
24046
24051
  }
24047
24052
  class H1 {
24048
24053
  beforeEnter(t) {
24049
- te(t, "collapse-transition"), t.dataset || (t.dataset = {}), t.dataset.oldPaddingTop = t.style.paddingTop, t.dataset.oldPaddingBottom = t.style.paddingBottom, t.style.height = "0", t.style.paddingTop = 0, t.style.paddingBottom = 0;
24054
+ se(t, "collapse-transition"), t.dataset || (t.dataset = {}), t.dataset.oldPaddingTop = t.style.paddingTop, t.dataset.oldPaddingBottom = t.style.paddingBottom, t.style.height = "0", t.style.paddingTop = 0, t.style.paddingBottom = 0;
24050
24055
  }
24051
24056
  enter(t) {
24052
24057
  t.dataset.oldOverflow = t.style.overflow, t.scrollHeight !== 0 ? (t.style.height = t.scrollHeight + "px", t.style.paddingTop = t.dataset.oldPaddingTop, t.style.paddingBottom = t.dataset.oldPaddingBottom) : (t.style.height = "", t.style.paddingTop = t.dataset.oldPaddingTop, t.style.paddingBottom = t.dataset.oldPaddingBottom), t.style.overflow = "hidden";
24053
24058
  }
24054
24059
  afterEnter(t) {
24055
- se(t, "collapse-transition"), t.style.height = "", t.style.overflow = t.dataset.oldOverflow;
24060
+ ie(t, "collapse-transition"), t.style.height = "", t.style.overflow = t.dataset.oldOverflow;
24056
24061
  }
24057
24062
  beforeLeave(t) {
24058
24063
  t.dataset || (t.dataset = {}), t.dataset.oldPaddingTop = t.style.paddingTop, t.dataset.oldPaddingBottom = t.style.paddingBottom, t.dataset.oldOverflow = t.style.overflow, t.style.height = t.scrollHeight + "px", t.style.overflow = "hidden";
24059
24064
  }
24060
24065
  leave(t) {
24061
- t.scrollHeight !== 0 && (te(t, "collapse-transition"), t.style.height = 0, t.style.paddingTop = 0, t.style.paddingBottom = 0);
24066
+ t.scrollHeight !== 0 && (se(t, "collapse-transition"), t.style.height = 0, t.style.paddingTop = 0, t.style.paddingBottom = 0);
24062
24067
  }
24063
24068
  afterLeave(t) {
24064
- se(t, "collapse-transition"), t.style.height = "", t.style.overflow = t.dataset.oldOverflow, t.style.paddingTop = t.dataset.oldPaddingTop, t.style.paddingBottom = t.dataset.oldPaddingBottom;
24069
+ ie(t, "collapse-transition"), t.style.height = "", t.style.overflow = t.dataset.oldOverflow, t.style.paddingTop = t.dataset.oldPaddingTop, t.style.paddingBottom = t.dataset.oldPaddingBottom;
24065
24070
  }
24066
24071
  }
24067
24072
  const V1 = {
@@ -24076,7 +24081,7 @@ const V1 = {
24076
24081
  }, z1 = {
24077
24082
  name: "BaseTreeNode",
24078
24083
  componentName: "BaseTreeNode",
24079
- mixins: [ne],
24084
+ mixins: [ae],
24080
24085
  props: {
24081
24086
  node: {
24082
24087
  default() {
@@ -24379,7 +24384,7 @@ var G1 = function() {
24379
24384
  }, q1 = [];
24380
24385
  const X1 = {
24381
24386
  name: "BaseTree",
24382
- mixins: [ne],
24387
+ mixins: [ae],
24383
24388
  components: {
24384
24389
  BaseTreeNode: K1
24385
24390
  },
@@ -24640,7 +24645,7 @@ const X1 = {
24640
24645
  e.draggingNode = s, this.$emit("node-drag-start", s.node, t);
24641
24646
  }), this.$on("tree-node-drag-over", (t, s) => {
24642
24647
  const i = B1(t.target, "BaseTreeNode"), n = e.dropNode;
24643
- n && n !== i && se(n.$el, "is-drop-inner");
24648
+ n && n !== i && ie(n.$el, "is-drop-inner");
24644
24649
  const a = e.draggingNode;
24645
24650
  if (!a || !i)
24646
24651
  return;
@@ -24653,12 +24658,12 @@ const X1 = {
24653
24658
  const y = t.clientY - d.top;
24654
24659
  y < d.height * m ? f = "before" : y > d.height * g ? f = "after" : o ? f = "inner" : f = "none";
24655
24660
  const u = i.$el.querySelector(".base-tree-node__expand-icon").getBoundingClientRect(), b = this.$refs.dropIndicator;
24656
- f === "before" ? p = u.top - h.top : f === "after" && (p = u.bottom - h.top), b.style.top = p + "px", b.style.left = u.right - h.left + "px", f === "inner" ? te(i.$el, "is-drop-inner") : se(i.$el, "is-drop-inner"), e.showDropIndicator = f === "before" || f === "after", e.allowDrop = e.showDropIndicator || c, e.dropType = f, this.$emit("node-drag-over", a.node, i.node, t);
24661
+ f === "before" ? p = u.top - h.top : f === "after" && (p = u.bottom - h.top), b.style.top = p + "px", b.style.left = u.right - h.left + "px", f === "inner" ? se(i.$el, "is-drop-inner") : ie(i.$el, "is-drop-inner"), e.showDropIndicator = f === "before" || f === "after", e.allowDrop = e.showDropIndicator || c, e.dropType = f, this.$emit("node-drag-over", a.node, i.node, t);
24657
24662
  }), this.$on("tree-node-drag-end", (t) => {
24658
24663
  const { draggingNode: s, dropType: i, dropNode: n } = e;
24659
24664
  if (t.preventDefault(), t.dataTransfer.dropEffect = "move", s && n) {
24660
24665
  const a = { data: s.node.data };
24661
- i !== "none" && s.node.remove(), i === "before" ? n.node.parent.insertBefore(a, n.node) : i === "after" ? n.node.parent.insertAfter(a, n.node) : i === "inner" && n.node.insertChild(a), i !== "none" && this.store.registerNode(a), se(n.$el, "is-drop-inner"), this.$emit("node-drag-end", s.node, n.node, i, t), i !== "none" && this.$emit("node-drop", s.node, n.node, i, t);
24666
+ i !== "none" && s.node.remove(), i === "before" ? n.node.parent.insertBefore(a, n.node) : i === "after" ? n.node.parent.insertAfter(a, n.node) : i === "inner" && n.node.insertChild(a), i !== "none" && this.store.registerNode(a), ie(n.$el, "is-drop-inner"), this.$emit("node-drag-end", s.node, n.node, i, t), i !== "none" && this.$emit("node-drop", s.node, n.node, i, t);
24662
24667
  }
24663
24668
  s && !n && this.$emit("node-drag-end", s.node, null, i, t), e.showDropIndicator = !1, e.draggingNode = null, e.dropNode = null, e.allowDrop = !0;
24664
24669
  });
@@ -24858,7 +24863,7 @@ const ks = function(e) {
24858
24863
  ks.close(s, t);
24859
24864
  }, tt = new aS({
24860
24865
  data: e
24861
- }), pi(e.message) && (tt.$slots.default = [e.message], e.message = "REPLACED_BY_VNODE"), tt.id = s, tt.$mount(), document.body.appendChild(tt.$el), tt.visible = !0, tt.dom = tt.$el, tt.dom.style.zIndex = J.nextZIndex();
24866
+ }), pi(e.message) && (tt.$slots.default = [e.message], e.message = "REPLACED_BY_VNODE"), tt.id = s, tt.$mount(), document.body.appendChild(tt.$el), tt.visible = !0, tt.dom = tt.$el, tt.dom.style.zIndex = Z.nextZIndex();
24862
24867
  let n = e.offset || 0;
24863
24868
  return xt.filter((a) => a.position === i).forEach((a) => {
24864
24869
  n += a.$el.offsetHeight + 16;
@@ -24893,7 +24898,7 @@ const da = {
24893
24898
  render(e) {
24894
24899
  const {
24895
24900
  baseDescriptions: t
24896
- } = this, s = (this.row || []).map((i) => re(Ci(re({}, i), {
24901
+ } = this, s = (this.row || []).map((i) => X(Ci(X({}, i), {
24897
24902
  label: i.slots.label || i.props.label
24898
24903
  }), ["labelClassName", "contentClassName", "labelStyle", "contentStyle"].reduce((n, a) => (n[a] = i.props[a] || t[a], n), {})));
24899
24904
  return t.direction === "vertical" ? e("tbody", [e("tr", {
@@ -25028,7 +25033,7 @@ const da = {
25028
25033
  const l = n[r].default;
25029
25034
  l !== void 0 && (a[r] = sd(l) ? l.call(e) : l);
25030
25035
  }
25031
- return re(re({}, a), s);
25036
+ return X(X({}, a), s);
25032
25037
  }
25033
25038
  return {};
25034
25039
  },
@@ -25040,7 +25045,7 @@ const da = {
25040
25045
  const a = n.data && n.data.slot || "default";
25041
25046
  i[a] = i[a] || [], n.tag === "template" ? i[a].push(n.children) : i[a].push(n);
25042
25047
  }
25043
- }), re({}, i);
25048
+ }), X({}, i);
25044
25049
  },
25045
25050
  isEmptyElement(e) {
25046
25051
  return !(e.tag || e.text && e.text.trim() !== "");
@@ -25677,7 +25682,7 @@ const HD = /* @__PURE__ */ function() {
25677
25682
  VOTE_TYPE_NEUTRAL: LS,
25678
25683
  VOTE_TYPE_UP: RS
25679
25684
  }, Symbol.toStringTag, { value: "Module" })), zS = function(e) {
25680
- return Z.MD5(e).toString(Z.enc.Hex);
25685
+ return Q.MD5(e).toString(Q.enc.Hex);
25681
25686
  }, dh = function() {
25682
25687
  return Math.floor(Math.random() * 1e4);
25683
25688
  }, jS = function(e) {
@@ -25818,17 +25823,17 @@ const HD = /* @__PURE__ */ function() {
25818
25823
  }, vk = (e) => {
25819
25824
  e && (clearTimeout(e), e = null);
25820
25825
  }, Ie = (e, t = ",") => e && e.length > 0 && e[0] !== null && e[0] !== "null" ? typeof e == "string" ? e : e.join(t) : "", _k = (e, t = ",") => e ? e.split(t) : [], It = (e) => !(e && (e.length > 0 && e.length !== 1 || e.length === 1 && e[0] && e[0] !== "null")), N = (e) => e ? e.replace(/<span class="Highlight">/g, "").replace(/<\/span>/g, "") : "", Tt = (e, t = bi, s = vi) => {
25821
- let i = Z.enc.Utf8.parse(t), n = Z.enc.Utf8.parse(s);
25822
- return Z.AES.encrypt(Z.enc.Utf8.parse(e), i, { iv: n, mode: Z.mode.CBC, padding: Z.pad.Pkcs7 }).ciphertext.toString();
25826
+ let i = Q.enc.Utf8.parse(t), n = Q.enc.Utf8.parse(s);
25827
+ return Q.AES.encrypt(Q.enc.Utf8.parse(e), i, { iv: n, mode: Q.mode.CBC, padding: Q.pad.Pkcs7 }).ciphertext.toString();
25823
25828
  }, yk = (e, t = bi, s = vi) => {
25824
- let i = Z.enc.Utf8.parse(t), n = Z.enc.Utf8.parse(s);
25825
- return Z.AES.decrypt(Z.enc.Base64.stringify(Z.enc.Hex.parse(e)), i, { iv: n, mode: Z.mode.CBC, padding: Z.pad.Pkcs7 }).toString(Z.enc.Utf8);
25829
+ let i = Q.enc.Utf8.parse(t), n = Q.enc.Utf8.parse(s);
25830
+ return Q.AES.decrypt(Q.enc.Base64.stringify(Q.enc.Hex.parse(e)), i, { iv: n, mode: Q.mode.CBC, padding: Q.pad.Pkcs7 }).toString(Q.enc.Utf8);
25826
25831
  }, xk = (e, t = bi, s = vi) => {
25827
- let i = Z.enc.Utf8.parse(t), n = Z.enc.Utf8.parse(s);
25828
- return Z.AES.encrypt(Z.enc.Utf8.parse(e), i, { iv: n, mode: Z.mode.CBC, padding: Z.pad.Pkcs7 }).ciphertext.toString(Z.enc.Base64);
25832
+ let i = Q.enc.Utf8.parse(t), n = Q.enc.Utf8.parse(s);
25833
+ return Q.AES.encrypt(Q.enc.Utf8.parse(e), i, { iv: n, mode: Q.mode.CBC, padding: Q.pad.Pkcs7 }).ciphertext.toString(Q.enc.Base64);
25829
25834
  }, Ck = (e, t = bi, s = vi) => {
25830
- let i = Z.enc.Utf8.parse(t), n = Z.enc.Utf8.parse(s);
25831
- return Z.AES.decrypt(Z.enc.Base64.stringify(Z.enc.Base64.parse(e)), i, { iv: n, mode: Z.mode.CBC, padding: Z.pad.Pkcs7 }).toString(Z.enc.Utf8);
25835
+ let i = Q.enc.Utf8.parse(t), n = Q.enc.Utf8.parse(s);
25836
+ return Q.AES.decrypt(Q.enc.Base64.stringify(Q.enc.Base64.parse(e)), i, { iv: n, mode: Q.mode.CBC, padding: Q.pad.Pkcs7 }).toString(Q.enc.Utf8);
25832
25837
  }, fh = (e) => /.*[\u4e00-\u9fa5]+.*$/.test(e), wk = (e) => e.indexOf(" ") !== -1, Ys = (e) => typeof e == "number", Sk = (e, t) => {
25833
25838
  let s = ph(e), i = document.createElement("a");
25834
25839
  i.href = window.URL.createObjectURL(s), i.setAttribute("download", t), i.target = "downloadIframe", i.click(), window.navigator.msSaveBlob && window.navigator.msSaveBlob(s, t);
@@ -25958,10 +25963,10 @@ const ue = {
25958
25963
  var a;
25959
25964
  Ve.get(
25960
25965
  e,
25961
- {
25966
+ X({
25962
25967
  params: t,
25963
25968
  baseURL: (a = s == null ? void 0 : s.baseURL) != null ? a : ""
25964
- }
25969
+ }, s)
25965
25970
  ).then((r) => {
25966
25971
  var o = r.data;
25967
25972
  if (e.indexOf("/microservice") > -1) {
@@ -25978,10 +25983,10 @@ const ue = {
25978
25983
  postBlob(e, t, s) {
25979
25984
  return new Promise((i, n) => {
25980
25985
  var a;
25981
- Ve.post(e, t, {
25986
+ Ve.post(e, t, X({
25982
25987
  responseType: "blob",
25983
25988
  baseURL: (a = s == null ? void 0 : s.baseURL) != null ? a : ""
25984
- }).then((r) => {
25989
+ }, s)).then((r) => {
25985
25990
  i(r.data);
25986
25991
  }).catch((r) => {
25987
25992
  n(r);
@@ -25991,9 +25996,9 @@ const ue = {
25991
25996
  post(e, t, s) {
25992
25997
  return new Promise((i, n) => {
25993
25998
  var a;
25994
- Ve.post(e, t, {
25999
+ Ve.post(e, t, X({
25995
26000
  baseURL: (a = s == null ? void 0 : s.baseURL) != null ? a : ""
25996
- }).then((r) => {
26001
+ }, s)).then((r) => {
25997
26002
  i(r.data);
25998
26003
  }).catch((r) => {
25999
26004
  n(r);
@@ -26003,9 +26008,9 @@ const ue = {
26003
26008
  postForm(e, t, s) {
26004
26009
  return new Promise((i, n) => {
26005
26010
  var a;
26006
- Ve.post(e, zh.stringify(t), {
26011
+ Ve.post(e, zh.stringify(t), X({
26007
26012
  baseURL: (a = s == null ? void 0 : s.baseURL) != null ? a : ""
26008
- }).then((r) => {
26013
+ }, s)).then((r) => {
26009
26014
  i(r.data);
26010
26015
  }).catch((r) => {
26011
26016
  n(r);
@@ -26015,9 +26020,9 @@ const ue = {
26015
26020
  put(e, t, s) {
26016
26021
  return new Promise((i, n) => {
26017
26022
  var a;
26018
- Ve.put(e, t, {
26023
+ Ve.put(e, t, X({
26019
26024
  baseURL: (a = s == null ? void 0 : s.baseURL) != null ? a : ""
26020
- }).then((r) => {
26025
+ }, s)).then((r) => {
26021
26026
  i(r.data);
26022
26027
  }).catch((r) => {
26023
26028
  n(r);
@@ -26027,10 +26032,10 @@ const ue = {
26027
26032
  delete(e, t, s) {
26028
26033
  return new Promise((i, n) => {
26029
26034
  var a;
26030
- Ve.delete(e, {
26035
+ Ve.delete(e, X({
26031
26036
  params: t,
26032
26037
  baseURL: (a = s == null ? void 0 : s.baseURL) != null ? a : ""
26033
- }).then((r) => {
26038
+ }, s)).then((r) => {
26034
26039
  i(r.data);
26035
26040
  }).catch((r) => {
26036
26041
  n(r);
@@ -26047,11 +26052,11 @@ const ue = {
26047
26052
  i.append(a, t[a]);
26048
26053
  return new Promise((r, o) => {
26049
26054
  var l;
26050
- Ve.post(e, i, {
26055
+ Ve.post(e, i, X({
26051
26056
  baseURL: (l = s == null ? void 0 : s.baseURL) != null ? l : "",
26052
26057
  timeout: 1e5,
26053
26058
  headers: { "Content-Type": "multipart/form-data" }
26054
- }).then((c) => {
26059
+ }, s)).then((c) => {
26055
26060
  r(c.data);
26056
26061
  }).catch((c) => {
26057
26062
  o(c);
@@ -29020,7 +29025,7 @@ const q$ = {
29020
29025
  immediate: !0,
29021
29026
  handler(e) {
29022
29027
  e && !this.isMeControl ? (this.newFiles.splice(0, this.newFiles.length), e.forEach((t) => {
29023
- this.newFiles.push(re({}, t));
29028
+ this.newFiles.push(X({}, t));
29024
29029
  }), this.newFiles.forEach((t) => {
29025
29030
  t.uid = t.uid || t.id, this.annexObj.fileIds.push(t.uid);
29026
29031
  })) : this.isMeControl = !1;
@@ -29174,7 +29179,7 @@ const q$ = {
29174
29179
  this.clearFile(s);
29175
29180
  },
29176
29181
  handleFileExceed() {
29177
- this.annexObj.fileErrorMsg = "最多上传 5 个附件";
29182
+ this.annexObj.fileErrorMsg = `最多上传 ${this.max} 个附件`;
29178
29183
  },
29179
29184
  handleOnFileProgress(e, t) {
29180
29185
  if (t) {
@@ -29204,7 +29209,7 @@ var X$ = /* @__PURE__ */ C(
29204
29209
  G$,
29205
29210
  !1,
29206
29211
  J$,
29207
- "43669ab9",
29212
+ "0678e594",
29208
29213
  null,
29209
29214
  null
29210
29215
  );
@@ -30357,7 +30362,7 @@ const q2 = {
30357
30362
  let i = [];
30358
30363
  if (s.length > 0)
30359
30364
  for (let n in s)
30360
- i.push(re({
30365
+ i.push(X({
30361
30366
  logo: s[n].logo,
30362
30367
  name: s[n].name,
30363
30368
  id: s[n].id
@@ -30369,7 +30374,7 @@ const q2 = {
30369
30374
  this.insInfo.id = "", this.insInfo.name = "", this.insInfo.logo = "", this.updateIns();
30370
30375
  },
30371
30376
  updateIns() {
30372
- this.isMeUpdate = !0, this.$emit("update:ins", re({}, this.insInfo)), this.$emit("change", re({}, this.insInfo)), this.baseFormItem && this.baseFormItem.clearValidate();
30377
+ this.isMeUpdate = !0, this.$emit("update:ins", X({}, this.insInfo)), this.$emit("change", X({}, this.insInfo)), this.baseFormItem && this.baseFormItem.clearValidate();
30373
30378
  }
30374
30379
  }
30375
30380
  }, lu = {};
@@ -30762,7 +30767,7 @@ const eI = {
30762
30767
  let i = [];
30763
30768
  if (s.length > 0)
30764
30769
  for (let a in s)
30765
- i.push(re({
30770
+ i.push(X({
30766
30771
  value: s[a].title,
30767
30772
  id: s[a].id,
30768
30773
  affiliation: s[a].institution,
@@ -30948,7 +30953,7 @@ const oI = {
30948
30953
  let i = [];
30949
30954
  if (s.length > 0)
30950
30955
  for (let n in s)
30951
- i.push(re({
30956
+ i.push(X({
30952
30957
  value: s[n].title,
30953
30958
  id: s[n].id,
30954
30959
  affiliation: s[n].institution,
@@ -30968,10 +30973,10 @@ const oI = {
30968
30973
  })), this.updateAuthor();
30969
30974
  },
30970
30975
  _authorClear() {
30971
- this.authorInfo = re({}, this.defaultAuthorInfo), this.updateAuthor();
30976
+ this.authorInfo = X({}, this.defaultAuthorInfo), this.updateAuthor();
30972
30977
  },
30973
30978
  updateAuthor() {
30974
- this.isMeUpdate = !0, this.$emit("update:author", re({}, this.authorInfo)), this.$emit("change", re({}, this.authorInfo)), this.baseFormItem && this.baseFormItem.clearValidate();
30979
+ this.isMeUpdate = !0, this.$emit("update:author", X({}, this.authorInfo)), this.$emit("change", X({}, this.authorInfo)), this.baseFormItem && this.baseFormItem.clearValidate();
30975
30980
  }
30976
30981
  }
30977
30982
  }, uu = {};
@@ -32180,11 +32185,11 @@ F.prototype = /** @lends Sortable.prototype */
32180
32185
  if (w === 0 || z === i)
32181
32186
  return b(!1);
32182
32187
  hs = i, ni = w;
32183
- var ie = i.nextElementSibling, Y = !1;
32188
+ var ne = i.nextElementSibling, Y = !1;
32184
32189
  Y = w === 1;
32185
32190
  var K = va(de, s, E, n, i, a, t, Y);
32186
32191
  if (K !== !1)
32187
- return (K === 1 || K === -1) && (Y = K === 1), ar = !0, setTimeout(KI, 30), u(), Y && !ie ? s.appendChild(E) : i.parentNode.insertBefore(E, Y ? ie : i), T && $h(T, 0, P - T.scrollTop), ve = E.parentNode, $ !== void 0 && !Li && (gn = Math.abs($ - ge(i)[A])), _(), b(!0);
32192
+ return (K === 1 || K === -1) && (Y = K === 1), ar = !0, setTimeout(KI, 30), u(), Y && !ne ? s.appendChild(E) : i.parentNode.insertBefore(E, Y ? ne : i), T && $h(T, 0, P - T.scrollTop), ve = E.parentNode, $ !== void 0 && !Li && (gn = Math.abs($ - ge(i)[A])), _(), b(!0);
32188
32193
  }
32189
32194
  if (s.contains(E))
32190
32195
  return b(!1);
@@ -32515,8 +32520,8 @@ var Ca = kh(function(e, t, s, i) {
32515
32520
  m === l ? (w = _ < D && (A.overflowX === "auto" || A.overflowX === "scroll" || A.overflowX === "visible"), $ = v < I && (A.overflowY === "auto" || A.overflowY === "scroll" || A.overflowY === "visible")) : (w = _ < D && (A.overflowX === "auto" || A.overflowX === "scroll"), $ = v < I && (A.overflowY === "auto" || A.overflowY === "scroll"));
32516
32521
  var z = w && (Math.abs(b - n) <= r && T + _ < D) - (Math.abs(u - n) <= r && !!T), H = $ && (Math.abs(y - a) <= r && P + v < I) - (Math.abs(p - a) <= r && !!P);
32517
32522
  if (!_e[h])
32518
- for (var ie = 0; ie <= h; ie++)
32519
- _e[ie] || (_e[ie] = {});
32523
+ for (var ne = 0; ne <= h; ne++)
32524
+ _e[ne] || (_e[ne] = {});
32520
32525
  (_e[h].vx != z || _e[h].vy != H || _e[h].el !== m) && (_e[h].el = m, _e[h].vx = z, _e[h].vy = H, clearInterval(_e[h].pid), (z != 0 || H != 0) && (c = !0, _e[h].pid = setInterval(function() {
32521
32526
  i && this.layer === 0 && F.active._onTouchMove(Nn);
32522
32527
  var Y = _e[this.layer].vy ? _e[this.layer].vy * o : 0, K = _e[this.layer].vx ? _e[this.layer].vx * o : 0;
@@ -32613,7 +32618,7 @@ function tD(e, t) {
32613
32618
  var s = e.parentNode, i = t.parentNode, n, a;
32614
32619
  !s || !i || s.isEqualNode(t) || i.isEqualNode(e) || (n = me(e), a = me(t), s.isEqualNode(i) && n < a && a++, s.insertBefore(t, s.children[n]), i.insertBefore(e, i.children[a]));
32615
32620
  }
32616
- var L = [], Ue = [], Hs, ht, Vs = !1, We = !1, fs = !1, ae, zs, Hi;
32621
+ var L = [], Ue = [], Hs, ht, Vs = !1, We = !1, fs = !1, re, zs, Hi;
32617
32622
  function sD() {
32618
32623
  function e(t) {
32619
32624
  for (var s in this)
@@ -32634,16 +32639,16 @@ function sD() {
32634
32639
  isMultiDrag: !1,
32635
32640
  delayStartGlobal: function(s) {
32636
32641
  var i = s.dragEl;
32637
- ae = i;
32642
+ re = i;
32638
32643
  },
32639
32644
  delayEnded: function() {
32640
- this.isMultiDrag = ~L.indexOf(ae);
32645
+ this.isMultiDrag = ~L.indexOf(re);
32641
32646
  },
32642
32647
  setupClone: function(s) {
32643
32648
  var i = s.sortable, n = s.cancel;
32644
32649
  if (this.isMultiDrag) {
32645
32650
  for (var a = 0; a < L.length; a++)
32646
- Ue.push(Nr(L[a])), Ue[a].sortableIndex = L[a].sortableIndex, Ue[a].draggable = !1, Ue[a].style["will-change"] = "", he(Ue[a], this.options.selectedClass, !1), L[a] === ae && he(Ue[a], this.options.chosenClass, !1);
32651
+ Ue.push(Nr(L[a])), Ue[a].sortableIndex = L[a].sortableIndex, Ue[a].draggable = !1, Ue[a].style["will-change"] = "", he(Ue[a], this.options.selectedClass, !1), L[a] === re && he(Ue[a], this.options.chosenClass, !1);
32647
32652
  i._hideClone(), n();
32648
32653
  }
32649
32654
  },
@@ -32677,11 +32682,11 @@ function sD() {
32677
32682
  if (this.isMultiDrag) {
32678
32683
  if (this.options.sort && (n.captureAnimationState(), this.options.animation)) {
32679
32684
  L.forEach(function(r) {
32680
- r !== ae && M(r, "position", "absolute");
32685
+ r !== re && M(r, "position", "absolute");
32681
32686
  });
32682
- var a = ge(ae, !1, !0, !0);
32687
+ var a = ge(re, !1, !0, !0);
32683
32688
  L.forEach(function(r) {
32684
- r !== ae && vu(r, a);
32689
+ r !== re && vu(r, a);
32685
32690
  }), We = !0, Vs = !0;
32686
32691
  }
32687
32692
  n.animateAll(function() {
@@ -32708,9 +32713,9 @@ function sD() {
32708
32713
  var i = s.sortable, n = s.isOwner, a = s.insertion, r = s.activeSortable, o = s.parentEl, l = s.putSortable, c = this.options;
32709
32714
  if (a) {
32710
32715
  if (n && r._hideClone(), Vs = !1, c.animation && L.length > 1 && (We || !n && !r.options.sort && !l)) {
32711
- var d = ge(ae, !1, !0, !0);
32716
+ var d = ge(re, !1, !0, !0);
32712
32717
  L.forEach(function(f) {
32713
- f !== ae && (vu(f, d), o.appendChild(f));
32718
+ f !== re && (vu(f, d), o.appendChild(f));
32714
32719
  }), We = !0;
32715
32720
  }
32716
32721
  if (!n)
@@ -32732,7 +32737,7 @@ function sD() {
32732
32737
  o.thisAnimationDuration = null;
32733
32738
  }), a.options.animation && !n && a.multiDrag.isMultiDrag) {
32734
32739
  zs = ot({}, i);
32735
- var r = as(ae, !0);
32740
+ var r = as(re, !0);
32736
32741
  zs.top -= r.f, zs.left -= r.e;
32737
32742
  }
32738
32743
  },
@@ -32744,23 +32749,23 @@ function sD() {
32744
32749
  if (i) {
32745
32750
  var h = this.options, f = a.children;
32746
32751
  if (!fs)
32747
- if (h.multiDragKey && !this.multiDragKeyDown && this._deselectMultiDrag(), he(ae, h.selectedClass, !~L.indexOf(ae)), ~L.indexOf(ae))
32748
- L.splice(L.indexOf(ae), 1), Hs = null, Ks({
32752
+ if (h.multiDragKey && !this.multiDragKeyDown && this._deselectMultiDrag(), he(re, h.selectedClass, !~L.indexOf(re)), ~L.indexOf(re))
32753
+ L.splice(L.indexOf(re), 1), Hs = null, Ks({
32749
32754
  sortable: r,
32750
32755
  rootEl: n,
32751
32756
  name: "deselect",
32752
- targetEl: ae,
32757
+ targetEl: re,
32753
32758
  originalEvt: i
32754
32759
  });
32755
32760
  else {
32756
- if (L.push(ae), Ks({
32761
+ if (L.push(re), Ks({
32757
32762
  sortable: r,
32758
32763
  rootEl: n,
32759
32764
  name: "select",
32760
- targetEl: ae,
32765
+ targetEl: re,
32761
32766
  originalEvt: i
32762
32767
  }), i.shiftKey && Hs && r.el.contains(Hs)) {
32763
- var m = me(Hs), g = me(ae);
32768
+ var m = me(Hs), g = me(re);
32764
32769
  if (~m && ~g && m !== g) {
32765
32770
  var p, y;
32766
32771
  for (g > m ? (y = m, p = g) : (y = g, p = m + 1); y < p; y++)
@@ -32773,14 +32778,14 @@ function sD() {
32773
32778
  }));
32774
32779
  }
32775
32780
  } else
32776
- Hs = ae;
32781
+ Hs = re;
32777
32782
  ht = d;
32778
32783
  }
32779
32784
  if (fs && this.isMultiDrag) {
32780
32785
  if ((a[Oe].options.sort || a !== n) && L.length > 1) {
32781
- var u = ge(ae), b = me(ae, ":not(." + this.options.selectedClass + ")");
32782
- if (!Vs && h.animation && (ae.thisAnimationDuration = null), d.captureAnimationState(), !Vs && (h.animation && (ae.fromRect = u, L.forEach(function(v) {
32783
- if (v.thisAnimationDuration = null, v !== ae) {
32786
+ var u = ge(re), b = me(re, ":not(." + this.options.selectedClass + ")");
32787
+ if (!Vs && h.animation && (re.thisAnimationDuration = null), d.captureAnimationState(), !Vs && (h.animation && (re.fromRect = u, L.forEach(function(v) {
32788
+ if (v.thisAnimationDuration = null, v !== re) {
32784
32789
  var w = We ? ge(v) : u;
32785
32790
  v.fromRect = w, d.addAnimationState({
32786
32791
  target: v,
@@ -32789,7 +32794,7 @@ function sD() {
32789
32794
  }
32790
32795
  })), Vi(), L.forEach(function(v) {
32791
32796
  f[b] ? a.insertBefore(v, f[b]) : a.appendChild(v), b++;
32792
- }), l === me(ae))) {
32797
+ }), l === me(re))) {
32793
32798
  var _ = !1;
32794
32799
  L.forEach(function(v) {
32795
32800
  if (v.sortableIndex !== me(v)) {
@@ -32863,7 +32868,7 @@ function sD() {
32863
32868
  index: a.sortableIndex
32864
32869
  });
32865
32870
  var r;
32866
- We && a !== ae ? r = -1 : We ? r = me(a, ":not(." + s.options.selectedClass + ")") : r = me(a), n.push({
32871
+ We && a !== re ? r = -1 : We ? r = me(a, ":not(." + s.options.selectedClass + ")") : r = me(a), n.push({
32867
32872
  multiDragElement: a,
32868
32873
  index: r
32869
32874
  });
@@ -32895,7 +32900,7 @@ function wu(e, t) {
32895
32900
  }
32896
32901
  function Vi() {
32897
32902
  L.forEach(function(e) {
32898
- e !== ae && e.parentNode && e.parentNode.removeChild(e);
32903
+ e !== re && e.parentNode && e.parentNode.removeChild(e);
32899
32904
  });
32900
32905
  }
32901
32906
  F.mount(new QI());
@@ -32985,10 +32990,10 @@ const nD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
32985
32990
  return function() {
32986
32991
  return new $(this, S);
32987
32992
  };
32988
- }, z = w + " Iterator", H = I == b, ie = !1, Y = v.prototype, K = Y[g] || Y[y] || I && Y[I], le = K || P(I), ze = I ? H ? P("entries") : le : void 0, Ae = w == "Array" && Y.entries || K, xe, k, x;
32989
- if (Ae && (x = m(Ae.call(new v())), x !== Object.prototype && x.next && (f(x, z, !0), !r && typeof x[g] != "function" && c(x, g, _))), H && K && K.name !== b && (ie = !0, le = function() {
32993
+ }, z = w + " Iterator", H = I == b, ne = !1, Y = v.prototype, K = Y[g] || Y[y] || I && Y[I], le = K || P(I), ze = I ? H ? P("entries") : le : void 0, Ae = w == "Array" && Y.entries || K, xe, k, x;
32994
+ if (Ae && (x = m(Ae.call(new v())), x !== Object.prototype && x.next && (f(x, z, !0), !r && typeof x[g] != "function" && c(x, g, _))), H && K && K.name !== b && (ne = !0, le = function() {
32990
32995
  return K.call(this);
32991
- }), (!r || T) && (p || ie || !Y[g]) && c(Y, g, le), d[w] = le, d[z] = _, I)
32996
+ }), (!r || T) && (p || ne || !Y[g]) && c(Y, g, le), d[w] = le, d[z] = _, I)
32992
32997
  if (xe = {
32993
32998
  values: H ? le : P(b),
32994
32999
  keys: A ? le : P(u),
@@ -32997,7 +33002,7 @@ const nD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
32997
33002
  for (k in xe)
32998
33003
  k in Y || l(Y, k, xe[k]);
32999
33004
  else
33000
- o(o.P + o.F * (p || ie), w, xe);
33005
+ o(o.P + o.F * (p || ne), w, xe);
33001
33006
  return xe;
33002
33007
  };
33003
33008
  }
@@ -33097,8 +33102,8 @@ const nD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
33097
33102
  c,
33098
33103
  b,
33099
33104
  ""[p],
33100
- function(T, P, z, H, ie) {
33101
- return P.exec === h ? _ && !ie ? { done: !0, value: w.call(P, z, H) } : { done: !0, value: T.call(z, P, H) } : { done: !1 };
33105
+ function(T, P, z, H, ne) {
33106
+ return P.exec === h ? _ && !ne ? { done: !0, value: w.call(P, z, H) } : { done: !0, value: T.call(z, P, H) } : { done: !1 };
33102
33107
  }
33103
33108
  ), D = $[0], I = $[1];
33104
33109
  r(String.prototype, p, D), o(
@@ -33651,7 +33656,7 @@ const nD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
33651
33656
  z || (I = String(I));
33652
33657
  var H = T.global;
33653
33658
  if (H) {
33654
- var ie = T.unicode;
33659
+ var ne = T.unicode;
33655
33660
  T.lastIndex = 0;
33656
33661
  }
33657
33662
  for (var Y = []; ; ) {
@@ -33659,7 +33664,7 @@ const nD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
33659
33664
  if (K === null || (Y.push(K), !H))
33660
33665
  break;
33661
33666
  var le = String(K[0]);
33662
- le === "" && (T.lastIndex = d(P, l(T.lastIndex), ie));
33667
+ le === "" && (T.lastIndex = d(P, l(T.lastIndex), ne));
33663
33668
  }
33664
33669
  for (var ze = "", Ae = 0, xe = 0; xe < Y.length; xe++) {
33665
33670
  K = Y[xe];
@@ -33669,16 +33674,16 @@ const nD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
33669
33674
  if (z) {
33670
33675
  var j = [k].concat(S, x, P);
33671
33676
  V !== void 0 && j.push(V);
33672
- var Q = String(I.apply(void 0, j));
33677
+ var ee = String(I.apply(void 0, j));
33673
33678
  } else
33674
- Q = $(k, P, x, S, V, I);
33675
- x >= Ae && (ze += P.slice(Ae, x) + Q, Ae = x + k.length);
33679
+ ee = $(k, P, x, S, V, I);
33680
+ x >= Ae && (ze += P.slice(Ae, x) + ee, Ae = x + k.length);
33676
33681
  }
33677
33682
  return ze + P.slice(Ae);
33678
33683
  }
33679
33684
  ];
33680
33685
  function $(D, I, A, T, P, z) {
33681
- var H = A + D.length, ie = T.length, Y = y;
33686
+ var H = A + D.length, ne = T.length, Y = y;
33682
33687
  return P !== void 0 && (P = o(P), Y = p), v.call(z, Y, function(K, le) {
33683
33688
  var ze;
33684
33689
  switch (le.charAt(0)) {
@@ -33697,9 +33702,9 @@ const nD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
33697
33702
  var Ae = +le;
33698
33703
  if (Ae === 0)
33699
33704
  return K;
33700
- if (Ae > ie) {
33705
+ if (Ae > ne) {
33701
33706
  var xe = g(Ae / 10);
33702
- return xe === 0 ? K : xe <= ie ? T[xe - 1] === void 0 ? le.charAt(1) : T[xe - 1] + le.charAt(1) : K;
33707
+ return xe === 0 ? K : xe <= ne ? T[xe - 1] === void 0 ? le.charAt(1) : T[xe - 1] + le.charAt(1) : K;
33703
33708
  }
33704
33709
  ze = T[Ae - 1];
33705
33710
  }
@@ -34054,13 +34059,13 @@ const nD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
34054
34059
  if (!(typeof Symbol == "undefined" || !(Symbol.iterator in Object(k)))) {
34055
34060
  var S = [], O = !0, V = !1, j = void 0;
34056
34061
  try {
34057
- for (var Q = k[Symbol.iterator](), be; !(O = (be = Q.next()).done) && (S.push(be.value), !(x && S.length === x)); O = !0)
34062
+ for (var ee = k[Symbol.iterator](), be; !(O = (be = ee.next()).done) && (S.push(be.value), !(x && S.length === x)); O = !0)
34058
34063
  ;
34059
34064
  } catch (bt) {
34060
34065
  V = !0, j = bt;
34061
34066
  } finally {
34062
34067
  try {
34063
- !O && Q.return != null && Q.return();
34068
+ !O && ee.return != null && ee.return();
34064
34069
  } finally {
34065
34070
  if (V)
34066
34071
  throw j;
@@ -34123,12 +34128,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
34123
34128
  return [];
34124
34129
  var V = k.map(function(be) {
34125
34130
  return be.elm;
34126
- }), j = x.length - O, Q = y(x).map(function(be, bt) {
34131
+ }), j = x.length - O, ee = y(x).map(function(be, bt) {
34127
34132
  return bt >= j ? V.length : V.indexOf(be);
34128
34133
  });
34129
- return S ? Q.filter(function(be) {
34134
+ return S ? ee.filter(function(be) {
34130
34135
  return be !== -1;
34131
- }) : Q;
34136
+ }) : ee;
34132
34137
  }
34133
34138
  function D(k, x) {
34134
34139
  var S = this;
@@ -34157,8 +34162,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
34157
34162
  function z(k, x, S) {
34158
34163
  var O = 0, V = 0, j = P(x, S, "header");
34159
34164
  j && (O = j.length, k = k ? [].concat(y(j), y(k)) : y(j));
34160
- var Q = P(x, S, "footer");
34161
- return Q && (V = Q.length, k = k ? [].concat(y(k), y(Q)) : y(Q)), {
34165
+ var ee = P(x, S, "footer");
34166
+ return ee && (V = ee.length, k = k ? [].concat(y(k), y(ee)) : y(ee)), {
34162
34167
  children: k,
34163
34168
  headerOffset: O,
34164
34169
  footerOffset: V
@@ -34174,10 +34179,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
34174
34179
  }, {});
34175
34180
  if (O("attrs", V), !x)
34176
34181
  return S;
34177
- var j = x.on, Q = x.props, be = x.attrs;
34178
- return O("on", j), O("props", Q), Object.assign(S.attrs, be), S;
34182
+ var j = x.on, ee = x.props, be = x.attrs;
34183
+ return O("on", j), O("props", ee), Object.assign(S.attrs, be), S;
34179
34184
  }
34180
- var ie = ["Start", "Add", "Remove", "Update", "End"], Y = ["Choose", "Unchoose", "Sort", "Filter", "Clone"], K = ["Move"].concat(ie, Y).map(function(k) {
34185
+ var ne = ["Start", "Add", "Remove", "Update", "End"], Y = ["Choose", "Unchoose", "Sort", "Filter", "Clone"], K = ["Move"].concat(ne, Y).map(function(k) {
34181
34186
  return "on" + k;
34182
34187
  }), le = null, ze = {
34183
34188
  options: Object,
@@ -34231,8 +34236,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
34231
34236
  render: function(x) {
34232
34237
  var S = this.$slots.default;
34233
34238
  this.transitionMode = T(S);
34234
- var O = z(S, this.$slots, this.$scopedSlots), V = O.children, j = O.headerOffset, Q = O.footerOffset;
34235
- this.headerOffset = j, this.footerOffset = Q;
34239
+ var O = z(S, this.$slots, this.$scopedSlots), V = O.children, j = O.headerOffset, ee = O.footerOffset;
34240
+ this.headerOffset = j, this.footerOffset = ee;
34236
34241
  var be = H(this.$attrs, this.componentData);
34237
34242
  return x(this.getTag(), be, V);
34238
34243
  },
@@ -34244,16 +34249,16 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
34244
34249
  if (this.noneFunctionalComponentMode = this.getTag().toLowerCase() !== this.$el.nodeName.toLowerCase() && !this.getIsFunctional(), this.noneFunctionalComponentMode && this.transitionMode)
34245
34250
  throw new Error("Transition-group inside component is not supported. Please alter tag value or remove transition-group. Current tag value: ".concat(this.getTag()));
34246
34251
  var S = {};
34247
- ie.forEach(function(j) {
34252
+ ne.forEach(function(j) {
34248
34253
  S["on" + j] = I.call(x, j);
34249
34254
  }), Y.forEach(function(j) {
34250
34255
  S["on" + j] = D.bind(x, j);
34251
34256
  });
34252
- var O = Object.keys(this.$attrs).reduce(function(j, Q) {
34253
- return j[Object(_.a)(Q)] = x.$attrs[Q], j;
34257
+ var O = Object.keys(this.$attrs).reduce(function(j, ee) {
34258
+ return j[Object(_.a)(ee)] = x.$attrs[ee], j;
34254
34259
  }, {}), V = Object.assign({}, this.options, O, S, {
34255
- onMove: function(Q, be) {
34256
- return x.onDragMove(Q, be);
34260
+ onMove: function(ee, be) {
34261
+ return x.onDragMove(ee, be);
34257
34262
  }
34258
34263
  });
34259
34264
  !("draggable" in V) && (V.draggable = ">*"), this._sortable = new b.a(this.rootContainer, V), this.computeIndexes();
@@ -34358,16 +34363,16 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
34358
34363
  return {
34359
34364
  component: V
34360
34365
  };
34361
- var j = V.realList, Q = {
34366
+ var j = V.realList, ee = {
34362
34367
  list: j,
34363
34368
  component: V
34364
34369
  };
34365
34370
  if (S !== O && j && V.getUnderlyingVm) {
34366
34371
  var be = V.getUnderlyingVm(O);
34367
34372
  if (be)
34368
- return Object.assign(be, Q);
34373
+ return Object.assign(be, ee);
34369
34374
  }
34370
- return Q;
34375
+ return ee;
34371
34376
  },
34372
34377
  getVmIndex: function(x) {
34373
34378
  var S = this.visibleIndexes, O = S.length;
@@ -34438,16 +34443,16 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
34438
34443
  return 0;
34439
34444
  var O = y(S.to.children).filter(function(be) {
34440
34445
  return be.style.display !== "none";
34441
- }), V = O.indexOf(S.related), j = x.component.getVmIndex(V), Q = O.indexOf(le) !== -1;
34442
- return Q || !S.willInsertAfter ? j : j + 1;
34446
+ }), V = O.indexOf(S.related), j = x.component.getVmIndex(V), ee = O.indexOf(le) !== -1;
34447
+ return ee || !S.willInsertAfter ? j : j + 1;
34443
34448
  },
34444
34449
  onDragMove: function(x, S) {
34445
34450
  var O = this.move;
34446
34451
  if (!O || !this.realList)
34447
34452
  return !0;
34448
- var V = this.getRelatedContextFromMoveEvent(x), j = this.context, Q = this.computeFutureIndex(V, x);
34453
+ var V = this.getRelatedContextFromMoveEvent(x), j = this.context, ee = this.computeFutureIndex(V, x);
34449
34454
  Object.assign(j, {
34450
- futureIndex: Q
34455
+ futureIndex: ee
34451
34456
  });
34452
34457
  var be = Object.assign({}, x, {
34453
34458
  relatedContext: V,