@das-fed/ui 6.4.0-dev.55.24 → 6.4.0-dev.55.26

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.
Files changed (49) hide show
  1. package/package.json +5 -5
  2. package/packages/components/autocomplete/index.js +19 -25
  3. package/packages/components/autocomplete/index.js.gz +0 -0
  4. package/packages/components/autocomplete/style.css +1 -1
  5. package/packages/components/autocomplete/style.css.gz +0 -0
  6. package/packages/components/cascader/index.js +41 -40
  7. package/packages/components/cascader/index.js.gz +0 -0
  8. package/packages/components/cascader/style.css +1 -1
  9. package/packages/components/cascader/style.css.gz +0 -0
  10. package/packages/components/date-picker/index.js +238 -237
  11. package/packages/components/date-picker/index.js.gz +0 -0
  12. package/packages/components/date-picker/style.css +1 -1
  13. package/packages/components/date-picker/style.css.gz +0 -0
  14. package/packages/components/edit-table/index.d.ts +2 -2
  15. package/packages/components/edit-table/index.js +1005 -1017
  16. package/packages/components/edit-table/index.js.gz +0 -0
  17. package/packages/components/edit-table/src/hooks/use-validator.d.ts +1 -0
  18. package/packages/components/edit-table/src/utils.d.ts +0 -2
  19. package/packages/components/form-item/index.js +3 -3
  20. package/packages/components/form-item/index.js.gz +0 -0
  21. package/packages/components/input/index.js +76 -76
  22. package/packages/components/input/index.js.gz +0 -0
  23. package/packages/components/input/style.css +1 -1
  24. package/packages/components/input/style.css.gz +0 -0
  25. package/packages/components/input-dialog-select/index.js +18 -18
  26. package/packages/components/input-dialog-select/index.js.gz +0 -0
  27. package/packages/components/input-dialog-select/style.css +1 -1
  28. package/packages/components/input-dialog-select/style.css.gz +0 -0
  29. package/packages/components/input-number/index.js +63 -63
  30. package/packages/components/input-number/index.js.gz +0 -0
  31. package/packages/components/input-number/src/App.vue.d.ts +1 -3
  32. package/packages/components/input-number/style.css +1 -1
  33. package/packages/components/input-number/style.css.gz +0 -0
  34. package/packages/components/map/index.js +38 -37
  35. package/packages/components/map/index.js.gz +0 -0
  36. package/packages/components/select/index.js +70 -70
  37. package/packages/components/select/index.js.gz +0 -0
  38. package/packages/components/select/style.css +1 -1
  39. package/packages/components/select/style.css.gz +0 -0
  40. package/packages/components/special-range-picker-month/index.js +3 -3
  41. package/packages/components/special-range-picker-month/index.js.gz +0 -0
  42. package/packages/components/special-range-picker-year/index.js +42 -42
  43. package/packages/components/special-range-picker-year/index.js.gz +0 -0
  44. package/packages/components/text-tooltip/index.js +150 -150
  45. package/packages/components/text-tooltip/index.js.gz +0 -0
  46. package/packages/components/tree/index.js +221 -221
  47. package/packages/components/tree/index.js.gz +0 -0
  48. package/packages/components/tree-select/index.js +68 -73
  49. package/packages/components/tree-select/index.js.gz +0 -0
@@ -1,5 +1,5 @@
1
1
  import '@das-fed/ui/packages/components/tree-select/style.css';
2
- import { ref as N, computed as m, watch as ie, nextTick as q, unref as o, onMounted as De, onUpdated as je, onBeforeUnmount as xe, defineComponent as Le, useAttrs as Ne, withDirectives as ve, openBlock as se, createElementBlock as ue, normalizeClass as Pe, normalizeStyle as pe, createCommentVNode as Oe, createVNode as X, withCtx as B, withModifiers as de, mergeProps as he, isRef as ce, createTextVNode as Ve, toDisplayString as Re, createElementVNode as Me, createSlots as Ee, renderSlot as G } from "vue";
2
+ import { ref as N, computed as m, watch as fe, nextTick as q, unref as o, onMounted as je, onUpdated as De, onBeforeUnmount as xe, defineComponent as Le, useAttrs as Ne, withDirectives as ve, openBlock as ie, createElementBlock as se, normalizeClass as Pe, normalizeStyle as pe, createCommentVNode as Oe, createVNode as X, withCtx as B, withModifiers as ue, mergeProps as he, isRef as de, createTextVNode as Ve, toDisplayString as Re, createElementVNode as Me, createSlots as Ee, renderSlot as G } from "vue";
3
3
  import { withInstall as Be } from "@das-fed/utils/with-install/index";
4
4
  import { ElPopover as We } from "element-plus";
5
5
  import "element-plus/es/components/popover/style/css";
@@ -20,7 +20,7 @@ function Qe(e) {
20
20
  var i = typeof e;
21
21
  return e != null && (i == "object" || i == "function");
22
22
  }
23
- var Se = Qe, Ye = typeof J == "object" && J && J.Object === Object && J, Ze = Ye, Ke = Ze, et = typeof self == "object" && self && self.Object === Object && self, tt = Ke || et || Function("return this")(), we = tt, rt = we, lt = function() {
23
+ var Se = Qe, Ye = typeof J == "object" && J && J.Object === Object && J, Ze = Ye, Ke = Ze, et = typeof self == "object" && self && self.Object === Object && self, tt = Ke || et || Function("return this")(), Ce = tt, rt = Ce, lt = function() {
24
24
  return rt.Date.now();
25
25
  }, at = lt, ot = /\s/;
26
26
  function nt(e) {
@@ -32,7 +32,7 @@ var it = nt, st = it, ut = /^\s+/;
32
32
  function dt(e) {
33
33
  return e && e.slice(0, st(e) + 1).replace(ut, "");
34
34
  }
35
- var ct = dt, ft = we, vt = ft.Symbol, Ce = vt, me = Ce, $e = Object.prototype, pt = $e.hasOwnProperty, ht = $e.toString, H = me ? me.toStringTag : void 0;
35
+ var ct = dt, ft = Ce, vt = ft.Symbol, we = vt, me = we, $e = Object.prototype, pt = $e.hasOwnProperty, ht = $e.toString, H = me ? me.toStringTag : void 0;
36
36
  function mt(e) {
37
37
  var i = pt.call(e, H), c = e[H];
38
38
  try {
@@ -47,15 +47,15 @@ var bt = mt, yt = Object.prototype, gt = yt.toString;
47
47
  function kt(e) {
48
48
  return gt.call(e);
49
49
  }
50
- var Tt = kt, be = Ce, St = bt, wt = Tt, Ct = "[object Null]", $t = "[object Undefined]", ye = be ? be.toStringTag : void 0;
51
- function Dt(e) {
52
- return e == null ? e === void 0 ? $t : Ct : ye && ye in Object(e) ? St(e) : wt(e);
50
+ var Tt = kt, be = we, St = bt, Ct = Tt, wt = "[object Null]", $t = "[object Undefined]", ye = be ? be.toStringTag : void 0;
51
+ function jt(e) {
52
+ return e == null ? e === void 0 ? $t : wt : ye && ye in Object(e) ? St(e) : Ct(e);
53
53
  }
54
- var jt = Dt;
54
+ var Dt = jt;
55
55
  function xt(e) {
56
56
  return e != null && typeof e == "object";
57
57
  }
58
- var Lt = xt, Nt = jt, Pt = Lt, Ot = "[object Symbol]";
58
+ var Lt = xt, Nt = Dt, Pt = Lt, Ot = "[object Symbol]";
59
59
  function Vt(e) {
60
60
  return typeof e == "symbol" || Pt(e) && Nt(e) == Ot;
61
61
  }
@@ -75,29 +75,29 @@ function At(e) {
75
75
  var c = Wt.test(e);
76
76
  return c || Ft.test(e) ? It(e.slice(2), c ? 2 : 8) : Bt.test(e) ? ke : +e;
77
77
  }
78
- var Gt = At, Ht = Se, fe = at, Te = Gt, zt = "Expected a function", Ut = Math.max, _t = Math.min;
78
+ var Gt = At, Ht = Se, ce = at, Te = Gt, zt = "Expected a function", Ut = Math.max, _t = Math.min;
79
79
  function qt(e, i, c) {
80
- var d, b, $, y, p, f, L = 0, C = !1, T = !1, V = !0;
80
+ var d, b, w, y, p, f, L = 0, $ = !1, T = !1, V = !0;
81
81
  if (typeof e != "function")
82
82
  throw new TypeError(zt);
83
- i = Te(i) || 0, Ht(c) && (C = !!c.leading, T = "maxWait" in c, $ = T ? Ut(Te(c.maxWait) || 0, i) : $, V = "trailing" in c ? !!c.trailing : V);
83
+ i = Te(i) || 0, Ht(c) && ($ = !!c.leading, T = "maxWait" in c, w = T ? Ut(Te(c.maxWait) || 0, i) : w, V = "trailing" in c ? !!c.trailing : V);
84
84
  function h(u) {
85
85
  var x = d, O = b;
86
86
  return d = b = void 0, L = u, y = e.apply(O, x), y;
87
87
  }
88
88
  function g(u) {
89
- return L = u, p = setTimeout(M, i), C ? h(u) : y;
89
+ return L = u, p = setTimeout(M, i), $ ? h(u) : y;
90
90
  }
91
91
  function s(u) {
92
92
  var x = u - f, O = u - L, I = i - x;
93
- return T ? _t(I, $ - O) : I;
93
+ return T ? _t(I, w - O) : I;
94
94
  }
95
95
  function R(u) {
96
96
  var x = u - f, O = u - L;
97
- return f === void 0 || x >= i || x < 0 || T && O >= $;
97
+ return f === void 0 || x >= i || x < 0 || T && O >= w;
98
98
  }
99
99
  function M() {
100
- var u = fe();
100
+ var u = ce();
101
101
  if (R(u))
102
102
  return E(u);
103
103
  p = setTimeout(M, s(u));
@@ -105,14 +105,14 @@ function qt(e, i, c) {
105
105
  function E(u) {
106
106
  return p = void 0, V && d ? h(u) : (d = b = void 0, y);
107
107
  }
108
- function D() {
108
+ function j() {
109
109
  p !== void 0 && clearTimeout(p), L = 0, d = f = b = p = void 0;
110
110
  }
111
111
  function k() {
112
- return p === void 0 ? y : E(fe());
112
+ return p === void 0 ? y : E(ce());
113
113
  }
114
- function j() {
115
- var u = fe(), x = R(u);
114
+ function D() {
115
+ var u = ce(), x = R(u);
116
116
  if (d = arguments, b = this, f = u, x) {
117
117
  if (p === void 0)
118
118
  return g(f);
@@ -121,11 +121,11 @@ function qt(e, i, c) {
121
121
  }
122
122
  return p === void 0 && (p = setTimeout(M, i)), y;
123
123
  }
124
- return j.cancel = D, j.flush = k, j;
124
+ return D.cancel = j, D.flush = k, D;
125
125
  }
126
126
  var Xt = qt;
127
- const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|%)$/.test(e), Q = (e) => typeof e == "string" && Qt(e) ? e : e + "px", Yt = (e, i, c, d, b, $) => {
128
- const y = N(null), p = N(null), f = Ae(), L = N(), C = N(!1), T = N(""), V = N(""), h = m(() => !!e.mode), g = m(() => ({ label: "name", children: "children", pathName: "pathName", disabled: "disabled", ...d.props ?? {} })), s = m({
127
+ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|%)$/.test(e), Q = (e) => typeof e == "string" && Qt(e) ? e : e + "px", Yt = (e, i, c, d, b, w) => {
128
+ const y = N(null), p = N(null), f = Ae(), L = N(), $ = N(!1), T = N(""), V = N(""), h = m(() => !!e.mode), g = m(() => ({ label: "name", children: "children", pathName: "pathName", disabled: "disabled", ...d.props ?? {} })), s = m({
129
129
  get: () => e.modelValue ? e.modelValue : void 0,
130
130
  set: (t) => {
131
131
  i("update:modelValue", t);
@@ -151,33 +151,28 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
151
151
  n.pop();
152
152
  }
153
153
  return null;
154
- }, D = m(() => {
154
+ }, j = m(() => {
155
155
  var n;
156
156
  let t = [], l = [];
157
157
  return b.value ? l = ((n = f.value) == null ? void 0 : n.lazyData) || [] : e.data && (l = _e(e.data, g.value.children) || []), l.length && (t = l.map((r) => ({
158
158
  ...r,
159
159
  [g.value.pathName]: r[g.value.pathName] ? r[g.value.pathName] : b.value ? r[g.value.label] : E(e.data, r[g.value.label])
160
160
  }))), t;
161
- }), k = N(""), j = N(!0), u = () => {
161
+ }), k = N(""), D = N(!0), u = () => {
162
162
  var t, l;
163
163
  if (e.parentLinkChildrenStrictly || !b.value) return !0;
164
- if (D.value.length === 0) return !1;
164
+ if (j.value.length === 0) return !1;
165
165
  if (h.value) {
166
166
  if (!s.value || !((t = s.value) != null && t.length)) return !0;
167
- const n = D.value.map((r) => r[c.value]);
167
+ const n = j.value.map((r) => r[c.value]);
168
168
  return (l = s.value) == null ? void 0 : l.every((r) => n.includes(r));
169
169
  } else
170
- return s.value ? !!D.value.find((r) => r[c.value] === s.value) : !0;
170
+ return s.value ? !!j.value.find((r) => r[c.value] === s.value) : !0;
171
171
  };
172
- ie(
173
- () => e.showSelectDom,
174
- (t) => {
175
- t || (C.value = !1);
176
- }
177
- ), ie(
178
- () => [D.value, s.value],
172
+ fe(
173
+ () => [j.value, s.value],
179
174
  ([t, l]) => {
180
- if (j.value = !u(), !j.value)
175
+ if (D.value = !u(), !D.value)
181
176
  if (h.value)
182
177
  if (!l || !(l != null && l.length))
183
178
  k.value = "";
@@ -203,27 +198,27 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
203
198
  var t;
204
199
  R.value = "", (t = f.value) == null || t.searchClear(), i("visible-change", !1);
205
200
  }, Y = Jt(() => {
206
- e.disabled || e.isView || (C.value ? C.value = !1 : (document.body.click(), C.value = !0));
201
+ e.disabled || e.isView || ($.value ? $.value = !1 : (document.body.click(), $.value = !0));
207
202
  }, 200), A = async () => {
208
203
  var l, n;
209
204
  await q();
210
205
  let t = [];
211
- h.value || (s.value || s.value === 0) && (b.value && await ((l = f.value) == null ? void 0 : l.lazyDataNextTick(s.value)), t = D.value.filter((r) => r[c.value] === s.value)), h.value && (s.value || s.value.length) && (b.value && await ((n = f.value) == null ? void 0 : n.lazyDataNextTick(s.value)), t = D.value.filter((r) => s.value.includes(r[c.value]))), i("change", s.value, t);
206
+ h.value || (s.value || s.value === 0) && (b.value && await ((l = f.value) == null ? void 0 : l.lazyDataNextTick(s.value)), t = j.value.filter((r) => r[c.value] === s.value)), h.value && (s.value || s.value.length) && (b.value && await ((n = f.value) == null ? void 0 : n.lazyDataNextTick(s.value)), t = j.value.filter((r) => s.value.includes(r[c.value]))), i("change", s.value, t);
212
207
  }, W = N(!1), Z = async () => {
213
208
  s.value = h.value ? [] : "", A(), W.value = !0;
214
209
  }, K = async (t) => {
215
210
  var l, n, r, S, P, a;
216
211
  if (!W.value && h.value) {
217
- if (!b.value && !$.value) {
212
+ if (!b.value && !w.value) {
218
213
  let v = (n = (l = f.value) == null ? void 0 : l.treeRef) == null ? void 0 : n.getNode(t);
219
214
  v.checked = !1, (r = f.value) == null || r.childLinkParent(v, v.checked), (S = f.value) == null || S.parentLinkChild(v, v.checked);
220
215
  }
221
216
  if (b.value && e.parentLinkChildrenStrictly) {
222
- let v = D.value.find((w) => w[c.value] === t);
217
+ let v = j.value.find((C) => C[c.value] === t);
223
218
  if (v && ((P = f.value) != null && P.getGrandChildrenFn)) {
224
- const w = await f.value.getGrandChildrenFn(v);
225
- if (w && w.length) {
226
- const oe = w.map((ne) => ne[c.value]);
219
+ const C = await f.value.getGrandChildrenFn(v);
220
+ if (C && C.length) {
221
+ const oe = C.map((ne) => ne[c.value]);
227
222
  s.value && ((a = s.value) != null && a.length) && (s.value = s.value.filter((ne) => !oe.includes(ne)));
228
223
  }
229
224
  }
@@ -233,10 +228,10 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
233
228
  }, ee = (t) => {
234
229
  if (!e.filter) return;
235
230
  const l = t && (t == null ? void 0 : t.trim());
236
- R.value = l, C.value || (C.value = !0);
231
+ R.value = l, $.value || ($.value = !0);
237
232
  }, te = () => {
238
233
  var t, l;
239
- h.value || (C.value = !1, e.filter && ((l = (t = p.value) == null ? void 0 : t.$select) == null || l.focus()));
234
+ h.value || ($.value = !1, e.filter && ((l = (t = p.value) == null ? void 0 : t.$select) == null || l.focus()));
240
235
  }, z = () => y != null && y.value && y.value.offsetWidth ? y.value.offsetWidth + "px" : "100%", U = () => {
241
236
  q(() => {
242
237
  T.value = e.width ? Q(e.width) : z(), V.value = e.poppverWidth ? Q(e.poppverWidth) : z();
@@ -247,8 +242,8 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
247
242
  }, _ = (t) => {
248
243
  i("blur", t);
249
244
  };
250
- ie(
251
- () => C.value,
245
+ fe(
246
+ () => $.value,
252
247
  (t) => {
253
248
  var n, r;
254
249
  const l = (n = y.value) == null ? void 0 : n.querySelector(".ant-select-arrow>.das-icon");
@@ -269,7 +264,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
269
264
  }), ae = (t) => {
270
265
  s.value = t;
271
266
  };
272
- return De(async () => {
267
+ return je(async () => {
273
268
  U();
274
269
  const t = await le();
275
270
  t && (F.value = Ue((l) => {
@@ -278,7 +273,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
278
273
  (S = (r = (n = o(L)) == null ? void 0 : n.popperRef) == null ? void 0 : r.popperInstanceRef) == null || S.update();
279
274
  });
280
275
  }, t));
281
- }), je(U), xe(() => {
276
+ }), De(U), xe(() => {
282
277
  var t;
283
278
  (t = F.value) == null || t.disconnect();
284
279
  }), {
@@ -293,7 +288,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
293
288
  poppverContentStyle: x,
294
289
  treePath: M,
295
290
  treeProps: g,
296
- selectOptions: D,
291
+ selectOptions: j,
297
292
  currentLabel: k,
298
293
  poppverShow: O,
299
294
  poppverHide: I,
@@ -302,13 +297,13 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
302
297
  deselect: K,
303
298
  selectSearch: ee,
304
299
  selectClear: Z,
305
- popoverVisible: C,
300
+ popoverVisible: $,
306
301
  selectMouseDown: Y,
307
302
  resetDefaultVal: ae,
308
303
  focus: re,
309
304
  blur: _,
310
305
  checkselectOptionsData: u,
311
- textHide: j,
306
+ textHide: D,
312
307
  showCheckbox: h
313
308
  };
314
309
  }, Zt = {
@@ -351,14 +346,14 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
351
346
  },
352
347
  emits: ["update:modelValue", "update:path", "update:keyword", "change", "focus", "blur", "visible-change"],
353
348
  setup(e, { expose: i, emit: c }) {
354
- const d = e, b = c, $ = Ne(), y = m(() => d.placeholder || Fe("请选择")), p = m(() => $.nodeKey ?? $["node-key"] ?? "id"), f = m(() => d.load ?? void 0), L = m(() => d.search ?? void 0), C = m(() => d.getGrandChildren ?? void 0), T = m(() => $.lazy ?? !!f.value), V = m(() => T.value ? !1 : d.defaultExpandAll), h = m(() => d.selectAttrs ? d.selectAttrs : {}), g = m(() => !!(d.disabled || d.isView)), s = m(() => d.parentLinkChildrenStrictly || d.childLinkParentStrictly ? !0 : !!(d.checkStrictly ?? T.value)), R = (a) => {
349
+ const d = e, b = c, w = Ne(), y = m(() => d.placeholder || Fe("请选择")), p = m(() => w.nodeKey ?? w["node-key"] ?? "id"), f = m(() => d.load ?? void 0), L = m(() => d.search ?? void 0), $ = m(() => d.getGrandChildren ?? void 0), T = m(() => w.lazy ?? !!f.value), V = m(() => T.value ? !1 : d.defaultExpandAll), h = m(() => d.selectAttrs ? d.selectAttrs : {}), g = m(() => !!(d.disabled || d.isView)), s = m(() => d.parentLinkChildrenStrictly || d.childLinkParentStrictly ? !0 : !!(d.checkStrictly ?? T.value)), R = (a) => {
355
350
  a.key === "Enter" && a.stopPropagation();
356
351
  }, {
357
352
  dasTreeSelectRef: M,
358
353
  $tree: E,
359
- $select: D,
354
+ $select: j,
360
355
  innerValue: k,
361
- innerKeyword: j,
356
+ innerKeyword: D,
362
357
  realWidth: u,
363
358
  poppverContentStyle: x,
364
359
  realPoppverWidth: O,
@@ -382,15 +377,15 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
382
377
  textHide: n,
383
378
  checkselectOptionsData: r,
384
379
  showCheckbox: S
385
- } = Yt(d, b, p, $, T, s), P = m(() => h.value.isTooltip ? h.value.isTooltip && r() : h.value["is-tooltip"] ? h.value["is-tooltip"] && r() : r());
380
+ } = Yt(d, b, p, w, T, s), P = m(() => h.value.isTooltip ? h.value.isTooltip && r() : h.value["is-tooltip"] ? h.value["is-tooltip"] && r() : r());
386
381
  return i({
387
382
  /** das-select */
388
- $select: D,
383
+ $select: j,
389
384
  /** das-tree */
390
385
  $tree: E,
391
386
  /** 设置默认值,当默认值为动态设置时使用(兼容老版本) */
392
387
  resetDefaultVal: le
393
- }), (a, v) => ve((se(), ue(
388
+ }), (a, v) => ve((ie(), se(
394
389
  "div",
395
390
  {
396
391
  ref_key: "dasTreeSelectRef",
@@ -414,27 +409,27 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
414
409
  onHide: o(U)
415
410
  }, {
416
411
  reference: B(() => [
417
- a.showSelectDom ? (se(), ue(
412
+ a.showSelectDom ? (ie(), se(
418
413
  "div",
419
414
  {
420
415
  key: 0,
421
416
  class: "das-tree-select__select-content",
422
- onMousedown: v[1] || (v[1] = de(
417
+ onMousedown: v[1] || (v[1] = ue(
423
418
  //@ts-ignore
424
- (...w) => o(_) && o(_)(...w),
419
+ (...C) => o(_) && o(_)(...C),
425
420
  ["stop"]
426
421
  ))
427
422
  },
428
423
  [
429
424
  X(o(Ie), he({
430
425
  ref_key: "$select",
431
- ref: D,
426
+ ref: j,
432
427
  class: { "is-active": o(F) },
433
428
  dropdownClassName: "das-tree-select-dropdown",
434
429
  modelValue: o(k),
435
- "onUpdate:modelValue": v[0] || (v[0] = (w) => ce(k) ? k.value = w : null)
430
+ "onUpdate:modelValue": v[0] || (v[0] = (C) => de(k) ? k.value = C : null)
436
431
  }, h.value, {
437
- searchValue: o(j),
432
+ searchValue: o(D),
438
433
  options: o(Z),
439
434
  disabled: a.disabled,
440
435
  isView: a.isView,
@@ -475,7 +470,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
475
470
  ],
476
471
  32
477
472
  /* NEED_HYDRATION */
478
- )) : ve((se(), ue("div", Zt, [
473
+ )) : ve((ie(), se("div", Zt, [
479
474
  Ve(
480
475
  Re(o(K)),
481
476
  1
@@ -491,21 +486,21 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
491
486
  {
492
487
  class: "das-tree-select__tree-content",
493
488
  style: pe(o(x)),
494
- onClick: v[4] || (v[4] = de(() => {
489
+ onClick: v[4] || (v[4] = ue(() => {
495
490
  }, ["stop"])),
496
- onMousedown: v[5] || (v[5] = de(() => {
491
+ onMousedown: v[5] || (v[5] = ue(() => {
497
492
  }, ["stop"]))
498
493
  },
499
494
  [
500
495
  X(o(Ge), he({
501
496
  ref_key: "$tree",
502
497
  ref: E
503
- }, o($), {
498
+ }, o(w), {
504
499
  data: a.data,
505
500
  modelValue: o(k),
506
- "onUpdate:modelValue": v[2] || (v[2] = (w) => ce(k) ? k.value = w : null),
507
- "filter-value": o(j),
508
- "onUpdate:filterValue": v[3] || (v[3] = (w) => ce(j) ? j.value = w : null),
501
+ "onUpdate:modelValue": v[2] || (v[2] = (C) => de(k) ? k.value = C : null),
502
+ "filter-value": o(D),
503
+ "onUpdate:filterValue": v[3] || (v[3] = (C) => de(D) ? D.value = C : null),
509
504
  "show-checkbox": o(S),
510
505
  "is-filter": a.filter,
511
506
  "show-filter-input": !1,
@@ -517,14 +512,14 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
517
512
  "default-expand-all": V.value,
518
513
  "check-strictly": T.value ? !0 : s.value,
519
514
  parentLinkChildrenStrictly: a.parentLinkChildrenStrictly,
520
- getGrandChildren: C.value,
515
+ getGrandChildren: $.value,
521
516
  childLinkParentStrictly: a.childLinkParentStrictly,
522
517
  onChange: o(I),
523
518
  onNodeChange: o(Y)
524
519
  }), Ee({
525
- default: B(({ node: w, data: oe }) => [
520
+ default: B(({ node: C, data: oe }) => [
526
521
  G(a.$slots, "default", {
527
- node: w,
522
+ node: C,
528
523
  data: oe
529
524
  })
530
525
  ]),