@das-fed/ui 6.4.0-dev.76 → 6.4.0-dev.78

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 (34) hide show
  1. package/esm-map.json +2 -1
  2. package/package.json +5 -6
  3. package/packages/business-components/device-panel/index.js +10121 -10094
  4. package/packages/business-components/device-panel/index.js.gz +0 -0
  5. package/packages/business-components/device-panel/style.css +1 -1
  6. package/packages/business-components/device-panel/style.css.gz +0 -0
  7. package/packages/business-components/echarts/index.js +2 -2
  8. package/packages/business-components/echarts/index.js.gz +0 -0
  9. package/packages/business-components/echarts/style.css +1 -1
  10. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +2 -2
  11. package/packages/business-components/payment/index.js +175 -1626
  12. package/packages/business-components/payment/index.js.gz +0 -0
  13. package/packages/business-components/payment/style.css +1 -1
  14. package/packages/business-components/payment/type.d.ts +3 -2
  15. package/packages/components/autocomplete/src/index.vue.d.ts +5 -3
  16. package/packages/components/popover/index.d.ts +160 -2
  17. package/packages/components/popover/index.js +29 -27
  18. package/packages/components/popover/index.js.gz +0 -0
  19. package/packages/components/search/index.js +1 -1
  20. package/packages/components/search/index.js.gz +0 -0
  21. package/packages/components/search/style.css +1 -1
  22. package/packages/components/search/style.css.gz +0 -0
  23. package/packages/components/tree/index.js +88 -91
  24. package/packages/components/tree/index.js.gz +0 -0
  25. package/packages/components/tree/src/App.vue.d.ts +11 -19
  26. package/packages/components/tree/src/type.d.ts +1 -1
  27. package/packages/components/tree-select/index.js +81 -81
  28. package/packages/components/tree-select/index.js.gz +0 -0
  29. package/packages/components/tree-select/src/App.vue.d.ts +4 -4
  30. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +4 -4
  31. package/packages/components/tree-select/src/type.d.ts +0 -2
  32. package/packages/components/tree-v2/i18n/index.d.ts +5 -0
  33. package/packages/components/tree-v2/index.js +150 -149
  34. package/packages/components/tree-v2/index.js.gz +0 -0
@@ -1,69 +1,69 @@
1
1
  import '@das-fed/ui/packages/components/tree-select/style.css';
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 E, withModifiers as ue, mergeProps as he, isRef as de, createTextVNode as Ve, toDisplayString as Re, createElementVNode as Me, createSlots as Be, renderSlot as G } from "vue";
3
- import { withInstall as Ee } from "@das-fed/utils/with-install/index";
4
- import { ElPopover as We } from "element-plus";
2
+ import { ref as N, computed as m, watch as fe, nextTick as q, unref as o, onMounted as je, onBeforeUnmount as De, defineComponent as xe, useAttrs as Le, withDirectives as ve, openBlock as ie, createElementBlock as se, normalizeClass as Ne, normalizeStyle as pe, createCommentVNode as Pe, createVNode as X, withCtx as E, withModifiers as ue, mergeProps as he, isRef as de, createTextVNode as Oe, toDisplayString as Ve, createElementVNode as Re, createSlots as Me, renderSlot as G } from "vue";
3
+ import { withInstall as Be } from "@das-fed/utils/with-install/index";
4
+ import { ElPopover as Ee } from "element-plus";
5
5
  import "element-plus/es/components/popover/style/css";
6
- import { t as Fe } from "@das-fed/web/packages/i18n/index";
7
- import { DasSelect as Ie } from "@das-fed/ui/packages/components/select/index";
8
- import { DasTreeRef as Ae, DasTree as Ge } from "@das-fed/ui/packages/components/tree/index";
9
- import { DasIconXiala as He } from "@das-fed/ui/packages/icons/xiala/index";
10
- import { vDasTooltip as ze } from "@das-fed/ui/packages/components/text-tooltip/index";
11
- import { SizeWatcher as Ue } from "@das-fed/utils/size-watcher";
12
- import { flatTree as _e } from "@das-fed/utils/common-tools";
13
- import { vClickOutside as qe } from "@das-fed/utils/directive";
14
- import { setThemeRule as Xe } from "@das-fed/web/packages/theme/index";
6
+ import { t as We } from "@das-fed/web/packages/i18n/index";
7
+ import { DasSelect as Fe } from "@das-fed/ui/packages/components/select/index";
8
+ import { DasTreeRef as Ie, DasTree as Ae } from "@das-fed/ui/packages/components/tree/index";
9
+ import { DasIconXiala as Ge } from "@das-fed/ui/packages/icons/xiala/index";
10
+ import { vDasTooltip as He } from "@das-fed/ui/packages/components/text-tooltip/index";
11
+ import { SizeWatcher as ze } from "@das-fed/utils/size-watcher";
12
+ import { flatTree as Ue } from "@das-fed/utils/common-tools";
13
+ import { vClickOutside as _e } from "@das-fed/utils/directive";
14
+ import { setThemeRule as qe } from "@das-fed/web/packages/theme/index";
15
15
  var J = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
16
- function Je(e) {
16
+ function Xe(e) {
17
17
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
18
18
  }
19
- function Qe(e) {
19
+ function Je(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() {
24
- return rt.Date.now();
25
- }, at = lt, ot = /\s/;
26
- function nt(e) {
27
- for (var i = e.length; i-- && ot.test(e.charAt(i)); )
23
+ var Se = Je, Qe = typeof J == "object" && J && J.Object === Object && J, Ye = Qe, Ze = Ye, Ke = typeof self == "object" && self && self.Object === Object && self, et = Ze || Ke || Function("return this")(), we = et, tt = we, rt = function() {
24
+ return tt.Date.now();
25
+ }, lt = rt, at = /\s/;
26
+ function ot(e) {
27
+ for (var i = e.length; i-- && at.test(e.charAt(i)); )
28
28
  ;
29
29
  return i;
30
30
  }
31
- var it = nt, st = it, ut = /^\s+/;
32
- function dt(e) {
33
- return e && e.slice(0, st(e) + 1).replace(ut, "");
31
+ var nt = ot, it = nt, st = /^\s+/;
32
+ function ut(e) {
33
+ return e && e.slice(0, it(e) + 1).replace(st, "");
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;
36
- function mt(e) {
37
- var i = pt.call(e, H), c = e[H];
35
+ var dt = ut, ct = we, ft = ct.Symbol, Ce = ft, me = Ce, $e = Object.prototype, vt = $e.hasOwnProperty, pt = $e.toString, H = me ? me.toStringTag : void 0;
36
+ function ht(e) {
37
+ var i = vt.call(e, H), c = e[H];
38
38
  try {
39
39
  e[H] = void 0;
40
40
  var d = !0;
41
41
  } catch {
42
42
  }
43
- var b = ht.call(e);
43
+ var b = pt.call(e);
44
44
  return d && (i ? e[H] = c : delete e[H]), b;
45
45
  }
46
- var bt = mt, yt = Object.prototype, gt = yt.toString;
47
- function kt(e) {
48
- return gt.call(e);
46
+ var mt = ht, bt = Object.prototype, yt = bt.toString;
47
+ function gt(e) {
48
+ return yt.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 jt(e) {
52
- return e == null ? e === void 0 ? $t : Ct : ye && ye in Object(e) ? St(e) : wt(e);
50
+ var kt = gt, be = Ce, Tt = mt, St = kt, wt = "[object Null]", Ct = "[object Undefined]", ye = be ? be.toStringTag : void 0;
51
+ function $t(e) {
52
+ return e == null ? e === void 0 ? Ct : wt : ye && ye in Object(e) ? Tt(e) : St(e);
53
53
  }
54
- var Dt = jt;
55
- function xt(e) {
54
+ var jt = $t;
55
+ function Dt(e) {
56
56
  return e != null && typeof e == "object";
57
57
  }
58
- var Lt = xt, Nt = Dt, Pt = Lt, Ot = "[object Symbol]";
59
- function Vt(e) {
60
- return typeof e == "symbol" || Pt(e) && Nt(e) == Ot;
58
+ var xt = Dt, Lt = jt, Nt = xt, Pt = "[object Symbol]";
59
+ function Ot(e) {
60
+ return typeof e == "symbol" || Nt(e) && Lt(e) == Pt;
61
61
  }
62
- var Rt = Vt, Mt = ct, ge = Se, Bt = Rt, ke = NaN, Et = /^[-+]0x[0-9a-f]+$/i, Wt = /^0b[01]+$/i, Ft = /^0o[0-7]+$/i, It = parseInt;
63
- function At(e) {
62
+ var Vt = Ot, Rt = dt, ge = Se, Mt = Vt, ke = NaN, Bt = /^[-+]0x[0-9a-f]+$/i, Et = /^0b[01]+$/i, Wt = /^0o[0-7]+$/i, Ft = parseInt;
63
+ function It(e) {
64
64
  if (typeof e == "number")
65
65
  return e;
66
- if (Bt(e))
66
+ if (Mt(e))
67
67
  return ke;
68
68
  if (ge(e)) {
69
69
  var i = typeof e.valueOf == "function" ? e.valueOf() : e;
@@ -71,16 +71,16 @@ function At(e) {
71
71
  }
72
72
  if (typeof e != "string")
73
73
  return e === 0 ? e : +e;
74
- e = Mt(e);
75
- var c = Wt.test(e);
76
- return c || Ft.test(e) ? It(e.slice(2), c ? 2 : 8) : Et.test(e) ? ke : +e;
74
+ e = Rt(e);
75
+ var c = Et.test(e);
76
+ return c || Wt.test(e) ? Ft(e.slice(2), c ? 2 : 8) : Bt.test(e) ? ke : +e;
77
77
  }
78
- var Gt = At, Ht = Se, ce = at, Te = Gt, zt = "Expected a function", Ut = Math.max, _t = Math.min;
79
- function qt(e, i, c) {
78
+ var At = It, Gt = Se, ce = lt, Te = At, Ht = "Expected a function", zt = Math.max, Ut = Math.min;
79
+ function _t(e, i, c) {
80
80
  var d, b, C, y, p, f, L = 0, $ = !1, T = !1, V = !0;
81
81
  if (typeof e != "function")
82
- throw new TypeError(zt);
83
- i = Te(i) || 0, Ht(c) && ($ = !!c.leading, T = "maxWait" in c, C = T ? Ut(Te(c.maxWait) || 0, i) : C, V = "trailing" in c ? !!c.trailing : V);
82
+ throw new TypeError(Ht);
83
+ i = Te(i) || 0, Gt(c) && ($ = !!c.leading, T = "maxWait" in c, C = T ? zt(Te(c.maxWait) || 0, i) : C, 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;
@@ -90,7 +90,7 @@ function qt(e, i, c) {
90
90
  }
91
91
  function s(u) {
92
92
  var x = u - f, O = u - L, I = i - x;
93
- return T ? _t(I, C - O) : I;
93
+ return T ? Ut(I, C - O) : I;
94
94
  }
95
95
  function R(u) {
96
96
  var x = u - f, O = u - L;
@@ -123,9 +123,9 @@ function qt(e, i, c) {
123
123
  }
124
124
  return D.cancel = j, D.flush = k, D;
125
125
  }
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, C) => {
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({
126
+ var qt = _t;
127
+ const Xt = /* @__PURE__ */ Xe(qt), Jt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|%)$/.test(e), Q = (e) => typeof e == "string" && Jt(e) ? e : e + "px", Qt = (e, i, c, d, b, C) => {
128
+ const y = N(null), p = N(null), f = Ie(), 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);
@@ -154,7 +154,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
154
154
  }, j = m(() => {
155
155
  var n;
156
156
  let t = [], l = [];
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) => ({
157
+ return b.value ? l = ((n = f.value) == null ? void 0 : n.lazyData) || [] : e.data && (l = Ue(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] : B(e.data, r[g.value.label])
160
160
  }))), t;
@@ -197,7 +197,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
197
197
  }, I = () => {
198
198
  var t;
199
199
  R.value = "", (t = f.value) == null || t.searchClear(), i("visible-change", !1);
200
- }, Y = Jt(() => {
200
+ }, Y = Xt(() => {
201
201
  e.disabled || e.isView || ($.value ? $.value = !1 : (document.body.click(), $.value = !0));
202
202
  }, 200), A = async () => {
203
203
  var l, n;
@@ -267,13 +267,13 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
267
267
  return je(async () => {
268
268
  U();
269
269
  const t = await le();
270
- t && (F.value = Ue((l) => {
270
+ t && (F.value = ze((l) => {
271
271
  q(() => {
272
272
  var n, r, S;
273
- (S = (r = (n = o(L)) == null ? void 0 : n.popperRef) == null ? void 0 : r.popperInstanceRef) == null || S.update();
273
+ (S = (r = (n = o(L)) == null ? void 0 : n.popperRef) == null ? void 0 : r.popperInstanceRef) == null || S.update(), U();
274
274
  });
275
275
  }, t));
276
- }), De(U), xe(() => {
276
+ }), De(() => {
277
277
  var t;
278
278
  (t = F.value) == null || t.disconnect();
279
279
  }), {
@@ -306,14 +306,14 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
306
306
  textHide: D,
307
307
  showCheckbox: h
308
308
  };
309
- }, Zt = {
309
+ }, Yt = {
310
310
  key: 1,
311
311
  class: "das-tree-select__selct-text-content"
312
- }, Kt = {
312
+ }, Zt = {
313
313
  name: "DasTreeSelect",
314
314
  inheritAttrs: !1
315
- }, er = /* @__PURE__ */ Le({
316
- ...Kt,
315
+ }, Kt = /* @__PURE__ */ xe({
316
+ ...Zt,
317
317
  props: {
318
318
  data: { default: () => [] },
319
319
  mode: { default: void 0 },
@@ -347,7 +347,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
347
347
  },
348
348
  emits: ["update:modelValue", "update:path", "update:keyword", "change", "focus", "blur", "visible-change"],
349
349
  setup(e, { expose: i, emit: c }) {
350
- const d = e, b = c, C = Ne(), y = m(() => d.placeholder || Fe("请选择")), p = m(() => C.nodeKey ?? C["node-key"] ?? "id"), f = m(() => d.load ?? void 0), L = m(() => d.search ?? void 0), $ = m(() => d.getGrandChildren ?? void 0), T = m(() => C.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) => {
350
+ const d = e, b = c, C = Le(), y = m(() => d.placeholder || We("请选择")), p = m(() => C.nodeKey ?? C["node-key"] ?? "id"), f = m(() => d.load ?? void 0), L = m(() => d.search ?? void 0), $ = m(() => d.getGrandChildren ?? void 0), T = m(() => C.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) => {
351
351
  a.key === "Enter" && a.stopPropagation();
352
352
  }, {
353
353
  dasTreeSelectRef: M,
@@ -378,7 +378,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
378
378
  textHide: n,
379
379
  checkselectOptionsData: r,
380
380
  showCheckbox: S
381
- } = Yt(d, b, p, C, T, s), P = m(() => h.value.isTooltip ? h.value.isTooltip && r() : h.value["is-tooltip"] ? h.value["is-tooltip"] && r() : r());
381
+ } = Qt(d, b, p, C, T, s), P = m(() => h.value.isTooltip ? h.value.isTooltip && r() : h.value["is-tooltip"] ? h.value["is-tooltip"] && r() : r());
382
382
  return i({
383
383
  /** das-select */
384
384
  $select: j,
@@ -391,12 +391,12 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
391
391
  {
392
392
  ref_key: "dasTreeSelectRef",
393
393
  ref: M,
394
- class: Pe({ "das-ui-tree-select": !0, "is-lazy": T.value, "text-hide": o(n), "show-select": a.showSelectDom }),
394
+ class: Ne({ "das-ui-tree-select": !0, "is-lazy": T.value, "text-hide": o(n), "show-select": a.showSelectDom }),
395
395
  style: pe({ width: o(u) })
396
396
  },
397
397
  [
398
- Oe(` 在使用 2.x 版本的element-UI时,里面的Popover气泡卡片组件,有自带的自动适应位置的功能;在 element plus 中,直接使用,已经无法自适应气泡弹窗的位置了;需要自行配置:fallback-placements="['bottom', 'top', 'right', 'left']" `),
399
- X(o(We), {
398
+ Pe(` 在使用 2.x 版本的element-UI时,里面的Popover气泡卡片组件,有自带的自动适应位置的功能;在 element plus 中,直接使用,已经无法自适应气泡弹窗的位置了;需要自行配置:fallback-placements="['bottom', 'top', 'right', 'left']" `),
399
+ X(o(Ee), {
400
400
  ref_key: "popoverRef",
401
401
  ref: ee,
402
402
  visible: o(F),
@@ -422,7 +422,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
422
422
  ))
423
423
  },
424
424
  [
425
- X(o(Ie), he({
425
+ X(o(Fe), he({
426
426
  ref_key: "$select",
427
427
  ref: j,
428
428
  class: { "is-active": o(F) },
@@ -459,7 +459,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
459
459
  onClear: o(ae)
460
460
  }), {
461
461
  suffixIcon: E(() => [
462
- X(o(He), {
462
+ X(o(Ge), {
463
463
  size: "medium",
464
464
  style: { transition: "transform 0.5s" },
465
465
  iconColor: o(F) ? "#5582F3" : "currentColor"
@@ -471,18 +471,18 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
471
471
  ],
472
472
  32
473
473
  /* NEED_HYDRATION */
474
- )) : ve((ie(), se("div", Zt, [
475
- Ve(
476
- Re(o(K)),
474
+ )) : ve((ie(), se("div", Yt, [
475
+ Oe(
476
+ Ve(o(K)),
477
477
  1
478
478
  /* TEXT */
479
479
  )
480
480
  ])), [
481
- [o(ze)]
481
+ [o(He)]
482
482
  ])
483
483
  ]),
484
484
  default: E(() => [
485
- Me(
485
+ Re(
486
486
  "div",
487
487
  {
488
488
  class: "das-tree-select__tree-content",
@@ -493,7 +493,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
493
493
  }, ["stop"]))
494
494
  },
495
495
  [
496
- X(o(Ge), he({
496
+ X(o(Ae), he({
497
497
  ref_key: "$tree",
498
498
  ref: B
499
499
  }, o(C), {
@@ -517,7 +517,7 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
517
517
  childLinkParentStrictly: a.childLinkParentStrictly,
518
518
  onChange: o(I),
519
519
  onNodeChange: o(Y)
520
- }), Be({
520
+ }), Me({
521
521
  default: E(({ node: w, data: oe }) => [
522
522
  G(a.$slots, "default", {
523
523
  node: w,
@@ -568,21 +568,21 @@ const Jt = /* @__PURE__ */ Je(Xt), Qt = (e) => /^[+-]?\d+(\.\d+)?(px|em|rem|vw|v
568
568
  6
569
569
  /* CLASS, STYLE */
570
570
  )), [
571
- [o(qe), {
571
+ [o(_e), {
572
572
  fn: () => {
573
573
  F.value = !1;
574
574
  }
575
575
  }]
576
576
  ]);
577
577
  }
578
- }), tr = {
578
+ }), er = {
579
579
  "--das-ui-tree-select-keyword-input-active": "#5582F3",
580
580
  "--das-ui-tree-select-search-no-data": "#999999"
581
581
  };
582
- Xe(tr);
583
- const hr = Ee(er), mr = () => N(null), br = { title: "tree-select 树选择" };
582
+ qe(er);
583
+ const pr = Be(Kt), hr = () => N(null), mr = { title: "tree-select 树选择" };
584
584
  export {
585
- hr as DasTreeSelect,
586
- mr as DasTreeSelectRef,
587
- br as default
585
+ pr as DasTreeSelect,
586
+ hr as DasTreeSelectRef,
587
+ mr as default
588
588
  };
@@ -1950,7 +1950,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
1950
1950
  lazyDataNextTick: (val: string | string[]) => Promise<unknown>;
1951
1951
  filterSeach: () => void;
1952
1952
  handleSearch: () => Promise<void>;
1953
- getGrandChildrenFn: (data: any) => Promise<any[] | undefined>;
1953
+ getGrandChildrenFn: (data: any) => Promise<any[]>;
1954
1954
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1955
1955
  [x: string]: any;
1956
1956
  } & {
@@ -3518,7 +3518,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
3518
3518
  lazyDataNextTick: (val: string | string[]) => Promise<unknown>;
3519
3519
  filterSeach: () => void;
3520
3520
  handleSearch: () => Promise<void>;
3521
- getGrandChildrenFn: (data: any) => Promise<any[] | undefined>;
3521
+ getGrandChildrenFn: (data: any) => Promise<any[]>;
3522
3522
  }> & {} & import("vue").ComponentCustomProperties & {} & {
3523
3523
  $slots: {
3524
3524
  prefix?(_: {}): any;
@@ -5133,7 +5133,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
5133
5133
  lazyDataNextTick: (val: string | string[]) => Promise<unknown>;
5134
5134
  filterSeach: () => void;
5135
5135
  handleSearch: () => Promise<void>;
5136
- getGrandChildrenFn: (data: any) => Promise<any[] | undefined>;
5136
+ getGrandChildrenFn: (data: any) => Promise<any[]>;
5137
5137
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5138
5138
  [x: string]: any;
5139
5139
  } & {
@@ -6701,7 +6701,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
6701
6701
  lazyDataNextTick: (val: string | string[]) => Promise<unknown>;
6702
6702
  filterSeach: () => void;
6703
6703
  handleSearch: () => Promise<void>;
6704
- getGrandChildrenFn: (data: any) => Promise<any[] | undefined>;
6704
+ getGrandChildrenFn: (data: any) => Promise<any[]>;
6705
6705
  }> & {} & import("vue").ComponentCustomProperties & {} & {
6706
6706
  $slots: {
6707
6707
  prefix?(_: {}): any;
@@ -1578,7 +1578,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
1578
1578
  lazyDataNextTick: (val: string | string[]) => Promise<unknown>;
1579
1579
  filterSeach: () => void;
1580
1580
  handleSearch: () => Promise<void>;
1581
- getGrandChildrenFn: (data: any) => Promise<any[] | undefined>;
1581
+ getGrandChildrenFn: (data: any) => Promise<any[]>;
1582
1582
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1583
1583
  [x: string]: any;
1584
1584
  } & {
@@ -3146,7 +3146,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
3146
3146
  lazyDataNextTick: (val: string | string[]) => Promise<unknown>;
3147
3147
  filterSeach: () => void;
3148
3148
  handleSearch: () => Promise<void>;
3149
- getGrandChildrenFn: (data: any) => Promise<any[] | undefined>;
3149
+ getGrandChildrenFn: (data: any) => Promise<any[]>;
3150
3150
  }> & {} & import("vue").ComponentCustomProperties & {} & {
3151
3151
  $slots: {
3152
3152
  prefix?(_: {}): any;
@@ -4761,7 +4761,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
4761
4761
  lazyDataNextTick: (val: string | string[]) => Promise<unknown>;
4762
4762
  filterSeach: () => void;
4763
4763
  handleSearch: () => Promise<void>;
4764
- getGrandChildrenFn: (data: any) => Promise<any[] | undefined>;
4764
+ getGrandChildrenFn: (data: any) => Promise<any[]>;
4765
4765
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4766
4766
  [x: string]: any;
4767
4767
  } & {
@@ -6329,7 +6329,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
6329
6329
  lazyDataNextTick: (val: string | string[]) => Promise<unknown>;
6330
6330
  filterSeach: () => void;
6331
6331
  handleSearch: () => Promise<void>;
6332
- getGrandChildrenFn: (data: any) => Promise<any[] | undefined>;
6332
+ getGrandChildrenFn: (data: any) => Promise<any[]>;
6333
6333
  }> & {} & import("vue").ComponentCustomProperties & {} & {
6334
6334
  $slots: {
6335
6335
  prefix?(_: {}): any;
@@ -1,5 +1,3 @@
1
- import type { Props as DasTreeProps } from '@das-fed/ui/packages/tree/src/type'
2
-
3
1
  export interface Props {
4
2
 
5
3
  data?: any[]
@@ -1,4 +1,9 @@
1
1
  declare const _default: {
2
+ 请搜索: {
3
+ 'zh-CN': string;
4
+ en: string;
5
+ _appCode: string;
6
+ };
2
7
  新增同级: {
3
8
  'zh-CN': string;
4
9
  en: string;