@das-fed/ui 6.4.0-dev.53 → 6.4.0-dev.54.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.
Files changed (32) hide show
  1. package/package.json +5 -5
  2. package/packages/business-components/app-container/index.d.ts +1 -0
  3. package/packages/business-components/app-container/index.js +152 -120
  4. package/packages/business-components/app-container/index.js.gz +0 -0
  5. package/packages/business-components/app-container/src/index.vue.d.ts +1 -0
  6. package/packages/business-components/app-container/src/style-theme.d.ts +18 -0
  7. package/packages/business-components/app-container/src/type.d.ts +1 -0
  8. package/packages/business-components/app-container/style.css +1 -1
  9. package/packages/business-components/app-container/style.css.gz +0 -0
  10. package/packages/business-components/app-container/theme/index.d.ts +1 -0
  11. package/packages/business-components/process-form/index.js +1 -1
  12. package/packages/business-components/process-form/index.js.gz +0 -0
  13. package/packages/business-components/process-search-form/index.js +156 -150
  14. package/packages/business-components/process-search-form/index.js.gz +0 -0
  15. package/packages/business-components/process-table/index.d.ts +11 -2
  16. package/packages/business-components/process-table/index.js +590 -587
  17. package/packages/business-components/process-table/index.js.gz +0 -0
  18. package/packages/business-components/process-table/src/App.vue.d.ts +4 -1
  19. package/packages/business-components/process-table/src/type.d.ts +2 -0
  20. package/packages/business-components/process-table/style.css +1 -1
  21. package/packages/components/menu-aside/index.js +138 -121
  22. package/packages/components/menu-aside/index.js.gz +0 -0
  23. package/packages/components/menu-aside/src/style-theme.d.ts +15 -0
  24. package/packages/components/menu-aside/style.css +1 -1
  25. package/packages/components/menu-aside/style.css.gz +0 -0
  26. package/packages/components/menu-aside/theme/base.d.ts +3 -1
  27. package/packages/components/menu-header/index.js +32 -26
  28. package/packages/components/menu-header/index.js.gz +0 -0
  29. package/packages/components/menu-header/src/style-theme.d.ts +5 -0
  30. package/packages/components/menu-header/style.css +1 -1
  31. package/packages/components/menu-header/style.css.gz +0 -0
  32. package/packages/components/menu-header/theme/base.d.ts +1 -0
@@ -1,6 +1,6 @@
1
1
  import '@das-fed/ui/packages/components/menu-aside/style.css';
2
2
  import { withInstall as Le } from "@das-fed/utils/with-install/index";
3
- import { h as ve, nextTick as Ve, createVNode as _, defineComponent as fe, computed as I, openBlock as c, createElementBlock as g, normalizeStyle as Z, ref as Q, createBlock as T, unref as d, mergeProps as le, withCtx as A, createElementVNode as m, renderSlot as D, createCommentVNode as v, createTextVNode as We, toDisplayString as S, Fragment as O, withDirectives as ye, renderList as R, normalizeClass as M, withModifiers as be, watch as me, onMounted as qe, isRef as Ze } from "vue";
3
+ import { h as ve, nextTick as Ve, createVNode as _, defineComponent as de, computed as I, openBlock as c, createElementBlock as g, normalizeStyle as Z, ref as Q, createBlock as T, unref as f, mergeProps as le, withCtx as A, createElementVNode as m, renderSlot as E, createCommentVNode as v, createTextVNode as We, toDisplayString as S, Fragment as O, withDirectives as ye, renderList as R, normalizeClass as M, withModifiers as be, watch as me, onMounted as qe, isRef as Ze } from "vue";
4
4
  import { t as G, setI18nRule as Ge } from "@das-fed/web/packages/i18n/index";
5
5
  import { DasScrollbar as Je } from "@das-fed/ui/packages/components/scrollbar/index";
6
6
  import { DasTooltip as Ye } from "@das-fed/ui/packages/components/tooltip/index";
@@ -52,9 +52,9 @@ function cn(e, r, n) {
52
52
  }
53
53
  return { r: t * 255, g: a * 255, b: o * 255 };
54
54
  }
55
- function fn(e, r, n) {
55
+ function dn(e, r, n) {
56
56
  e = C(e, 255), r = C(r, 255), n = C(n, 255);
57
- var t = Math.max(e, r, n), a = Math.min(e, r, n), o = 0, u = t, l = t - a, f = t === 0 ? 0 : l / t;
57
+ var t = Math.max(e, r, n), a = Math.min(e, r, n), o = 0, u = t, l = t - a, d = t === 0 ? 0 : l / t;
58
58
  if (t === a)
59
59
  o = 0;
60
60
  else {
@@ -71,11 +71,11 @@ function fn(e, r, n) {
71
71
  }
72
72
  o /= 6;
73
73
  }
74
- return { h: o, s: f, v: u };
74
+ return { h: o, s: d, v: u };
75
75
  }
76
- function dn(e, r, n) {
76
+ function fn(e, r, n) {
77
77
  e = C(e, 360) * 6, r = C(r, 100), n = C(n, 100);
78
- var t = Math.floor(e), a = e - t, o = n * (1 - r), u = n * (1 - a * r), l = n * (1 - (1 - a) * r), f = t % 6, i = [n, u, o, o, l, n][f], h = [l, n, n, u, o, o][f], y = [o, o, l, n, n, u][f];
78
+ var t = Math.floor(e), a = e - t, o = n * (1 - r), u = n * (1 - a * r), l = n * (1 - (1 - a) * r), d = t % 6, i = [n, u, o, o, l, n][d], h = [l, n, n, u, o, o][d], y = [o, o, l, n, n, u][d];
79
79
  return { r: i * 255, g: h * 255, b: y * 255 };
80
80
  }
81
81
  function pn(e, r, n, t) {
@@ -244,7 +244,7 @@ var Ce = {
244
244
  };
245
245
  function B(e) {
246
246
  var r = { r: 0, g: 0, b: 0 }, n = 1, t = null, a = null, o = null, u = !1, l = !1;
247
- return typeof e == "string" && (e = yn(e)), typeof e == "object" && (j(e.r) && j(e.g) && j(e.b) ? (r = un(e.r, e.g, e.b), u = !0, l = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : j(e.h) && j(e.s) && j(e.v) ? (t = V(e.s), a = V(e.v), r = dn(e.h, t, a), u = !0, l = "hsv") : j(e.h) && j(e.s) && j(e.l) && (t = V(e.s), o = V(e.l), r = cn(e.h, t, o), u = !0, l = "hsl"), Object.prototype.hasOwnProperty.call(e, "a") && (n = e.a)), n = sn(n), {
247
+ return typeof e == "string" && (e = yn(e)), typeof e == "object" && (x(e.r) && x(e.g) && x(e.b) ? (r = un(e.r, e.g, e.b), u = !0, l = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : x(e.h) && x(e.s) && x(e.v) ? (t = V(e.s), a = V(e.v), r = fn(e.h, t, a), u = !0, l = "hsv") : x(e.h) && x(e.s) && x(e.l) && (t = V(e.s), o = V(e.l), r = cn(e.h, t, o), u = !0, l = "hsl"), Object.prototype.hasOwnProperty.call(e, "a") && (n = e.a)), n = sn(n), {
248
248
  ok: u,
249
249
  format: e.format || l,
250
250
  r: Math.min(255, Math.max(r.r, 0)),
@@ -299,7 +299,7 @@ function yn(e) {
299
299
  format: r ? "name" : "hex"
300
300
  } : !1)))))))));
301
301
  }
302
- function j(e) {
302
+ function x(e) {
303
303
  return !!F.CSS_UNIT.exec(String(e));
304
304
  }
305
305
  var W = 2, Fe = 0.16, bn = 0.05, mn = 0.05, hn = 0.15, Ke = 5, Ne = 4, kn = [{
@@ -334,7 +334,7 @@ var W = 2, Fe = 0.16, bn = 0.05, mn = 0.05, hn = 0.15, Ke = 5, Ne = 4, kn = [{
334
334
  opacity: 0.98
335
335
  }];
336
336
  function Se(e) {
337
- var r = e.r, n = e.g, t = e.b, a = fn(r, n, t);
337
+ var r = e.r, n = e.g, t = e.b, a = dn(r, n, t);
338
338
  return {
339
339
  h: a.h * 360,
340
340
  s: a.s,
@@ -363,7 +363,7 @@ function Oe(e, r, n) {
363
363
  var t;
364
364
  return n ? t = e.s - Fe * r : r === Ne ? t = e.s + Fe : t = e.s + bn * r, t > 1 && (t = 1), n && r === Ke && t > 0.1 && (t = 0.1), t < 0.06 && (t = 0.06), Number(t.toFixed(2));
365
365
  }
366
- function xe(e, r, n) {
366
+ function je(e, r, n) {
367
367
  var t;
368
368
  return n ? t = e.v + mn * r : t = e.v - hn * r, t > 1 && (t = 1), Number(t.toFixed(2));
369
369
  }
@@ -372,16 +372,16 @@ function se(e) {
372
372
  var o = Se(t), u = q(B({
373
373
  h: we(o, a, !0),
374
374
  s: Oe(o, a, !0),
375
- v: xe(o, a, !0)
375
+ v: je(o, a, !0)
376
376
  }));
377
377
  n.push(u);
378
378
  }
379
379
  n.push(q(t));
380
380
  for (var l = 1; l <= Ne; l += 1) {
381
- var f = Se(t), i = q(B({
382
- h: we(f, l),
383
- s: Oe(f, l),
384
- v: xe(f, l)
381
+ var d = Se(t), i = q(B({
382
+ h: we(d, l),
383
+ s: Oe(d, l),
384
+ v: je(d, l)
385
385
  }));
386
386
  n.push(i);
387
387
  }
@@ -411,7 +411,7 @@ Object.keys(ae).forEach(function(e) {
411
411
  backgroundColor: "#141414"
412
412
  }), ie[e].primary = ie[e][5];
413
413
  });
414
- var je = [], z = [], Fn = "insert-css: You need to provide a CSS string. Usage: insertCss(cssString[, options]).";
414
+ var xe = [], z = [], Fn = "insert-css: You need to provide a CSS string. Usage: insertCss(cssString[, options]).";
415
415
  function Sn() {
416
416
  var e = document.createElement("style");
417
417
  return e.setAttribute("type", "text/css"), e;
@@ -419,8 +419,8 @@ function Sn() {
419
419
  function wn(e, r) {
420
420
  if (r = r || {}, e === void 0)
421
421
  throw new Error(Fn);
422
- var n = r.prepend === !0 ? "prepend" : "append", t = r.container !== void 0 ? r.container : document.querySelector("head"), a = je.indexOf(t);
423
- a === -1 && (a = je.push(t) - 1, z[a] = {});
422
+ var n = r.prepend === !0 ? "prepend" : "append", t = r.container !== void 0 ? r.container : document.querySelector("head"), a = xe.indexOf(t);
423
+ a === -1 && (a = xe.push(t) - 1, z[a] = {});
424
424
  var o;
425
425
  return z[a] !== void 0 && z[a][n] !== void 0 ? o = z[a][n] : (o = z[a][n] = Sn(), n === "prepend" ? t.insertBefore(o, t.childNodes[0]) : t.appendChild(o)), e.charCodeAt(0) === 65279 && (e = e.substr(1, e.length)), o.styleSheet ? o.styleSheet.cssText += e : o.textContent += e, o;
426
426
  }
@@ -438,11 +438,11 @@ function Ae(e) {
438
438
  function On(e, r, n) {
439
439
  return r in e ? Object.defineProperty(e, r, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = n, e;
440
440
  }
441
- function xn(e, r) {
441
+ function jn(e, r) {
442
442
  process.env.NODE_ENV;
443
443
  }
444
- function jn(e, r) {
445
- xn(e, "[@ant-design/icons-vue] ".concat(r));
444
+ function xn(e, r) {
445
+ jn(e, "[@ant-design/icons-vue] ".concat(r));
446
446
  }
447
447
  function _e(e) {
448
448
  return typeof e == "object" && typeof e.name == "string" && typeof e.theme == "string" && (typeof e.icon == "object" || typeof e.icon == "function");
@@ -562,23 +562,23 @@ var H = {
562
562
  secondaryColor: "#E6E6E6",
563
563
  calculated: !1
564
564
  };
565
- function En(e) {
565
+ function Dn(e) {
566
566
  var r = e.primaryColor, n = e.secondaryColor;
567
567
  H.primaryColor = r, H.secondaryColor = n || Be(r), H.calculated = !!n;
568
568
  }
569
- function Dn() {
569
+ function En() {
570
570
  return Y({}, H);
571
571
  }
572
572
  var P = function(r, n) {
573
- var t = Y({}, r, n.attrs), a = t.icon, o = t.primaryColor, u = t.secondaryColor, l = Mn(t, Tn), f = H;
574
- if (o && (f = {
573
+ var t = Y({}, r, n.attrs), a = t.icon, o = t.primaryColor, u = t.secondaryColor, l = Mn(t, Tn), d = H;
574
+ if (o && (d = {
575
575
  primaryColor: o,
576
576
  secondaryColor: u || Be(o)
577
- }), _n(), jn(_e(a), "icon should be icon definiton, but got ".concat(a)), !_e(a))
577
+ }), _n(), xn(_e(a), "icon should be icon definiton, but got ".concat(a)), !_e(a))
578
578
  return null;
579
579
  var i = a;
580
580
  return i && typeof i.icon == "function" && (i = Y({}, i, {
581
- icon: i.icon(f.primaryColor, f.secondaryColor)
581
+ icon: i.icon(d.primaryColor, d.secondaryColor)
582
582
  })), ue(i.icon, "svg-".concat(i.name), Y({}, l, {
583
583
  "data-icon": i.name,
584
584
  width: "1em",
@@ -595,8 +595,8 @@ P.props = {
595
595
  };
596
596
  P.inheritAttrs = !1;
597
597
  P.displayName = "IconBase";
598
- P.getTwoToneColors = Dn;
599
- P.setTwoToneColors = En;
598
+ P.getTwoToneColors = En;
599
+ P.setTwoToneColors = Dn;
600
600
  function In(e, r) {
601
601
  return zn(e) || Bn(e, r) || Nn(e, r) || Kn();
602
602
  }
@@ -625,8 +625,8 @@ function Bn(e, r) {
625
625
  try {
626
626
  for (n = n.call(e); !(a = (u = n.next()).done) && (t.push(u.value), !(r && t.length === r)); a = !0)
627
627
  ;
628
- } catch (f) {
629
- o = !0, l = f;
628
+ } catch (d) {
629
+ o = !0, l = d;
630
630
  } finally {
631
631
  try {
632
632
  !a && n.return != null && n.return();
@@ -680,8 +680,8 @@ function Wn(e, r) {
680
680
  try {
681
681
  for (n = n.call(e); !(a = (u = n.next()).done) && (t.push(u.value), !(r && t.length === r)); a = !0)
682
682
  ;
683
- } catch (f) {
684
- o = !0, l = f;
683
+ } catch (d) {
684
+ o = !0, l = d;
685
685
  } finally {
686
686
  try {
687
687
  !a && n.return != null && n.return();
@@ -727,15 +727,15 @@ function Gn(e, r) {
727
727
  return n;
728
728
  }
729
729
  Re("#1890ff");
730
- var E = function(r, n) {
731
- var t, a = Pe({}, r, n.attrs), o = a.class, u = a.icon, l = a.spin, f = a.rotate, i = a.tabindex, h = a.twoToneColor, y = a.onClick, w = Zn(a, Hn), K = (t = {
730
+ var D = function(r, n) {
731
+ var t, a = Pe({}, r, n.attrs), o = a.class, u = a.icon, l = a.spin, d = a.rotate, i = a.tabindex, h = a.twoToneColor, y = a.onClick, w = Zn(a, Hn), K = (t = {
732
732
  anticon: !0
733
733
  }, ce(t, "anticon-".concat(u.name), !!u.name), ce(t, o, o), t), U = l === "" || l || u.name === "loading" ? "anticon-spin" : "", N = i;
734
734
  N === void 0 && y && (N = -1, w.tabindex = N);
735
- var p = f ? {
736
- msTransform: "rotate(".concat(f, "deg)"),
737
- transform: "rotate(".concat(f, "deg)")
738
- } : void 0, b = ze(h), s = Un(b, 2), x = s[0], L = s[1];
735
+ var p = d ? {
736
+ msTransform: "rotate(".concat(d, "deg)"),
737
+ transform: "rotate(".concat(d, "deg)")
738
+ } : void 0, b = ze(h), s = Un(b, 2), j = s[0], L = s[1];
739
739
  return _("span", Pe({
740
740
  role: "img",
741
741
  "aria-label": u.name
@@ -745,23 +745,23 @@ var E = function(r, n) {
745
745
  }), [_(P, {
746
746
  class: U,
747
747
  icon: u,
748
- primaryColor: x,
748
+ primaryColor: j,
749
749
  secondaryColor: L,
750
750
  style: p
751
751
  }, null)]);
752
752
  };
753
- E.props = {
753
+ D.props = {
754
754
  spin: Boolean,
755
755
  rotate: Number,
756
756
  icon: Object,
757
757
  twoToneColor: String
758
758
  };
759
- E.displayName = "AntdIcon";
760
- E.inheritAttrs = !1;
761
- E.getTwoToneColor = Rn;
762
- E.setTwoToneColor = Re;
759
+ D.displayName = "AntdIcon";
760
+ D.inheritAttrs = !1;
761
+ D.getTwoToneColor = Rn;
762
+ D.setTwoToneColor = Re;
763
763
  var Jn = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 000 13.8z" } }] }, name: "menu-fold", theme: "outlined" };
764
- function Ee(e) {
764
+ function De(e) {
765
765
  for (var r = 1; r < arguments.length; r++) {
766
766
  var n = arguments[r] != null ? Object(arguments[r]) : {}, t = Object.keys(n);
767
767
  typeof Object.getOwnPropertySymbols == "function" && (t = t.concat(Object.getOwnPropertySymbols(n).filter(function(a) {
@@ -775,16 +775,16 @@ function Ee(e) {
775
775
  function Yn(e, r, n) {
776
776
  return r in e ? Object.defineProperty(e, r, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = n, e;
777
777
  }
778
- var de = function(r, n) {
779
- var t = Ee({}, r, n.attrs);
780
- return _(E, Ee({}, t, {
778
+ var fe = function(r, n) {
779
+ var t = De({}, r, n.attrs);
780
+ return _(D, De({}, t, {
781
781
  icon: Jn
782
782
  }), null);
783
783
  };
784
- de.displayName = "MenuFoldOutlined";
785
- de.inheritAttrs = !1;
784
+ fe.displayName = "MenuFoldOutlined";
785
+ fe.inheritAttrs = !1;
786
786
  var Qn = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519a8.84 8.84 0 000-13.9L142.4 381.9c-5.8-4.6-14.4-.5-14.4 6.9v246.3a8.9 8.9 0 0014.4 7z" } }] }, name: "menu-unfold", theme: "outlined" };
787
- function De(e) {
787
+ function Ee(e) {
788
788
  for (var r = 1; r < arguments.length; r++) {
789
789
  var n = arguments[r] != null ? Object(arguments[r]) : {}, t = Object.keys(n);
790
790
  typeof Object.getOwnPropertySymbols == "function" && (t = t.concat(Object.getOwnPropertySymbols(n).filter(function(a) {
@@ -799,14 +799,14 @@ function Xn(e, r, n) {
799
799
  return r in e ? Object.defineProperty(e, r, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = n, e;
800
800
  }
801
801
  var pe = function(r, n) {
802
- var t = De({}, r, n.attrs);
803
- return _(E, De({}, t, {
802
+ var t = Ee({}, r, n.attrs);
803
+ return _(D, Ee({}, t, {
804
804
  icon: Qn
805
805
  }), null);
806
806
  };
807
807
  pe.displayName = "MenuUnfoldOutlined";
808
808
  pe.inheritAttrs = !1;
809
- const er = ["src"], He = /* @__PURE__ */ fe({
809
+ const er = ["src"], He = /* @__PURE__ */ de({
810
810
  __name: "menu-icon",
811
811
  props: {
812
812
  data: { default: () => ({}) },
@@ -814,8 +814,8 @@ const er = ["src"], He = /* @__PURE__ */ fe({
814
814
  },
815
815
  setup(e) {
816
816
  const r = e, n = I(() => {
817
- var o, u, l, f;
818
- return r.status === "default" ? (((o = r.data) == null ? void 0 : o.host) || "") + X(r.data.iconUrl) : (u = r.data) != null && u.hoverIcon ? (((l = r.data) == null ? void 0 : l.host) || "") + X(r.data.hoverIcon) : (((f = r.data) == null ? void 0 : f.host) || "") + X(r.data.iconUrl);
817
+ var o, u, l, d;
818
+ return r.status === "default" ? (((o = r.data) == null ? void 0 : o.host) || "") + X(r.data.iconUrl) : (u = r.data) != null && u.hoverIcon ? (((l = r.data) == null ? void 0 : l.host) || "") + X(r.data.hoverIcon) : (((d = r.data) == null ? void 0 : d.host) || "") + X(r.data.iconUrl);
819
819
  }), t = I(() => ({
820
820
  display: "block",
821
821
  "background-color": "currentColor",
@@ -854,7 +854,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
854
854
  }, or = {
855
855
  key: 1,
856
856
  class: "menu-title"
857
- }, ir = { class: "submenu-container" }, lr = { class: "title-bar" }, sr = { class: "title-left" }, ur = { class: "title" }, cr = { class: "item-container" }, fr = ["onClick"], dr = { class: "name" }, pr = {
857
+ }, ir = { class: "submenu-container" }, lr = { class: "title-bar" }, sr = { class: "title-left" }, ur = { class: "title" }, cr = { class: "item-container" }, dr = ["onClick"], fr = { class: "name" }, pr = {
858
858
  key: 0,
859
859
  class: "expired"
860
860
  }, gr = { class: "name" }, vr = {
@@ -865,7 +865,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
865
865
  class: "expired"
866
866
  }, wr = {
867
867
  name: "SubMenu"
868
- }, Or = /* @__PURE__ */ fe({
868
+ }, Or = /* @__PURE__ */ de({
869
869
  ...wr,
870
870
  props: {
871
871
  mode: { default: "vertical" },
@@ -886,20 +886,20 @@ const er = ["src"], He = /* @__PURE__ */ fe({
886
886
  lock: import("@das-fed/ui/packages/icons/lock")
887
887
  });
888
888
  const { toggleAffix: o, menuClick: u } = nr(t, a);
889
- return (l, f) => (c(), T(d(Qe), le({
889
+ return (l, d) => (c(), T(f(Qe), le({
890
890
  class: ["das-ui-sub-menu", l.parentSelectKeys.includes(l.menuInfo.id) ? "is-active" : ""],
891
891
  key: l.menuInfo.id,
892
892
  "popup-offset": [0, 0]
893
893
  }, l.$attrs, {
894
- onMouseover: f[0] || (f[0] = (i) => n.value = l.menuInfo.id),
895
- onMouseleave: f[1] || (f[1] = (i) => n.value = -1)
894
+ onMouseover: d[0] || (d[0] = (i) => n.value = l.menuInfo.id),
895
+ onMouseleave: d[1] || (d[1] = (i) => n.value = -1)
896
896
  }), {
897
897
  icon: A(() => {
898
898
  var i;
899
899
  return [
900
900
  m("div", tr, [
901
901
  l.menuInfo.hideIcon ? v("v-if", !0) : (c(), g("div", ar, [
902
- D(l.$slots, "icon", { menuInfo: l.menuInfo }, () => [
902
+ E(l.$slots, "icon", { menuInfo: l.menuInfo }, () => [
903
903
  _(He, {
904
904
  data: l.menuInfo,
905
905
  status: l.parentSelectKeys.includes(l.menuInfo.id) || n.value === l.menuInfo.id ? "hover" : "default"
@@ -907,7 +907,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
907
907
  ])
908
908
  ])),
909
909
  l.collapse ? v("v-if", !0) : (c(), g("div", or, [
910
- D(l.$slots, ((i = l.menuInfo) == null ? void 0 : i.code) + "-name", {}, () => [
910
+ E(l.$slots, ((i = l.menuInfo) == null ? void 0 : i.code) + "-name", {}, () => [
911
911
  We(
912
912
  S(l.menuInfo.name),
913
913
  1
@@ -929,7 +929,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
929
929
  { key: 1 },
930
930
  [
931
931
  v(" 收起 "),
932
- _(d(J), null, {
932
+ _(f(J), null, {
933
933
  default: A(() => [
934
934
  m("div", yr, [
935
935
  m("div", br, [
@@ -970,7 +970,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
970
970
  l.selectedKeys.includes(i.id) ? "is-active" : "",
971
971
  i != null && i.disable ? "is-disable" : ""
972
972
  ]),
973
- onClick: be((h) => d(u)(h, i), ["stop"])
973
+ onClick: be((h) => f(u)(h, i), ["stop"])
974
974
  }, [
975
975
  m(
976
976
  "div",
@@ -982,7 +982,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
982
982
  i != null && i.expired ? (c(), g(
983
983
  "div",
984
984
  Sr,
985
- S(d(G)("已到期")),
985
+ S(f(G)("已到期")),
986
986
  1
987
987
  /* TEXT */
988
988
  )) : v("v-if", !0)
@@ -991,7 +991,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
991
991
  /* KEYED_FRAGMENT */
992
992
  ))
993
993
  ])), [
994
- [d(he), { x: !1 }]
994
+ [f(he), { x: !1 }]
995
995
  ])
996
996
  ])
997
997
  ]),
@@ -1005,7 +1005,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1005
1005
  O,
1006
1006
  { key: 0 },
1007
1007
  [
1008
- l.mode === "vertical" ? (c(), T(d(J), { key: 0 }, {
1008
+ l.mode === "vertical" ? (c(), T(f(J), { key: 0 }, {
1009
1009
  default: A(() => [
1010
1010
  m("div", ir, [
1011
1011
  m("div", lr, [
@@ -1039,7 +1039,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1039
1039
  (c(!0), g(
1040
1040
  O,
1041
1041
  null,
1042
- R(d(rr)(l.menuInfo.children, 4), (i, h) => (c(), g("div", {
1042
+ R(f(rr)(l.menuInfo.children, 4), (i, h) => (c(), g("div", {
1043
1043
  key: h,
1044
1044
  class: "sub-menu-row"
1045
1045
  }, [
@@ -1053,11 +1053,11 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1053
1053
  l.selectedKeys.includes(y.id) ? "is-active" : "",
1054
1054
  y != null && y.disable ? "is-disable" : ""
1055
1055
  ]),
1056
- onClick: be((w) => d(u)(w, y), ["stop"])
1056
+ onClick: be((w) => f(u)(w, y), ["stop"])
1057
1057
  }, [
1058
1058
  m(
1059
1059
  "div",
1060
- dr,
1060
+ fr,
1061
1061
  S(y.name),
1062
1062
  1
1063
1063
  /* TEXT */
@@ -1065,11 +1065,11 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1065
1065
  y != null && y.expired ? (c(), g(
1066
1066
  "div",
1067
1067
  pr,
1068
- S(d(G)("已到期")),
1068
+ S(f(G)("已到期")),
1069
1069
  1
1070
1070
  /* TEXT */
1071
1071
  )) : v("v-if", !0)
1072
- ], 10, fr))),
1072
+ ], 10, dr))),
1073
1073
  128
1074
1074
  /* KEYED_FRAGMENT */
1075
1075
  ))
@@ -1078,7 +1078,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1078
1078
  /* KEYED_FRAGMENT */
1079
1079
  ))
1080
1080
  ])), [
1081
- [d(he), { x: !1 }]
1081
+ [f(he), { x: !1 }]
1082
1082
  ])
1083
1083
  ])
1084
1084
  ]),
@@ -1089,7 +1089,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1089
1089
  O,
1090
1090
  { key: 1 },
1091
1091
  R(l.menuInfo.children, (i) => (c(), T(
1092
- d(J),
1092
+ f(J),
1093
1093
  {
1094
1094
  key: i.id
1095
1095
  },
@@ -1116,7 +1116,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1116
1116
  i != null && i.expired ? (c(), g(
1117
1117
  "div",
1118
1118
  vr,
1119
- S(d(G)("已到期")),
1119
+ S(f(G)("已到期")),
1120
1120
  1
1121
1121
  /* TEXT */
1122
1122
  )) : v("v-if", !0)
@@ -1147,7 +1147,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1147
1147
  /* FORWARDED */
1148
1148
  }, 16, ["class"]));
1149
1149
  }
1150
- }), xr = (e, r) => {
1150
+ }), jr = (e, r) => {
1151
1151
  const n = Q([]), t = Q([]);
1152
1152
  me(
1153
1153
  () => n.value,
@@ -1198,6 +1198,11 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1198
1198
  }
1199
1199
  };
1200
1200
  }, Ie = {
1201
+ "--das-ui-layout-aside-border-color": {
1202
+ kjl: "#D9D9D9",
1203
+ ssl: "#1B1F40",
1204
+ cjb: "#D9D9D9"
1205
+ },
1201
1206
  "--das-ui-layout-aside-background-color": {
1202
1207
  kjl: "#FFFFFF",
1203
1208
  ssl: "#1B1F40",
@@ -1219,7 +1224,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1219
1224
  cjb: "#5582F3"
1220
1225
  },
1221
1226
  "--das-ui-layout-aside--item-active-background-color": {
1222
- kjl: "#F2F6FFF",
1227
+ kjl: "#F1F8FF",
1223
1228
  ssl: "#0D122C",
1224
1229
  cjb: "#F2F6FF"
1225
1230
  },
@@ -1238,6 +1243,11 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1238
1243
  ssl: "#0D122C",
1239
1244
  cjb: "#FFFFFF"
1240
1245
  },
1246
+ "--das-ui-layout-aside-submenu-vertical-item-hover-background-color": {
1247
+ kjl: "#F1F8FF",
1248
+ ssl: "#000000",
1249
+ cjb: "#F2F6FF"
1250
+ },
1241
1251
  "--das-ui-layout-aside-submenu-item-color": {
1242
1252
  kjl: "#666666",
1243
1253
  ssl: "rgba(255,255,255,0.8)",
@@ -1249,11 +1259,16 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1249
1259
  cjb: "#FFFFFF"
1250
1260
  },
1251
1261
  "--das-ui-layout-aside-submenu-item-hover-color": {
1252
- kjl: "#666666",
1262
+ kjl: "#2673DC",
1253
1263
  ssl: "#FFFFFF",
1254
- cjb: "#666666"
1264
+ cjb: "#5582F3"
1255
1265
  },
1256
1266
  "--das-ui-layout-aside-submenu-item-hover-background-color": {
1267
+ kjl: "transparent",
1268
+ ssl: "#000000",
1269
+ cjb: "transparent"
1270
+ },
1271
+ "--das-ui-layout-aside-submenu-item-active-background-color": {
1257
1272
  kjl: "#F1F8FF",
1258
1273
  ssl: "#000000",
1259
1274
  cjb: "#F2F6FF"
@@ -1278,7 +1293,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1278
1293
  ssl: "rgba(255, 255, 255, 0.3)",
1279
1294
  cjb: "rgba(102, 102, 102, 0.3)"
1280
1295
  }
1281
- }, jr = {
1296
+ }, xr = {
1282
1297
  key: 0,
1283
1298
  class: "icon-box"
1284
1299
  }, Ar = {
@@ -1293,7 +1308,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1293
1308
  custom: "true"
1294
1309
  }, $r = { class: "das-aside-menu-bottom-container" }, Pr = {
1295
1310
  name: "DasMenuAside"
1296
- }, Er = /* @__PURE__ */ fe({
1311
+ }, Dr = /* @__PURE__ */ de({
1297
1312
  ...Pr,
1298
1313
  props: {
1299
1314
  globalTheme: { default: "default" },
@@ -1317,8 +1332,8 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1317
1332
  const p = {}, b = document.getElementById(o);
1318
1333
  if (t.globalTheme === "default")
1319
1334
  return b && b.remove(), p;
1320
- Object.keys(Ie).forEach((x) => {
1321
- p[x] = Ie[x][t.globalTheme];
1335
+ Object.keys(Ie).forEach((j) => {
1336
+ p[j] = Ie[j][t.globalTheme];
1322
1337
  });
1323
1338
  const s = [
1324
1339
  {
@@ -1327,10 +1342,10 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1327
1342
  }
1328
1343
  ];
1329
1344
  return b ? rn(o, s) : tn(o, s), p;
1330
- }), f = I(() => {
1345
+ }), d = I(() => {
1331
1346
  const p = t.menus || [], b = JSON.parse(JSON.stringify(p));
1332
1347
  return !b || !b.length ? [] : Ue(b);
1333
- }), { isCollapse: i, openKeys: h, affixKeys: y, toggleAffix: w, openChange: K, menuClick: U, toggleCollapse: N } = xr(
1348
+ }), { isCollapse: i, openKeys: h, affixKeys: y, toggleAffix: w, openChange: K, menuClick: U, toggleCollapse: N } = jr(
1334
1349
  t,
1335
1350
  a
1336
1351
  );
@@ -1348,26 +1363,26 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1348
1363
  class: M(["das-ui-aside-menu", p.collapse ? "is-collapse" : ""])
1349
1364
  },
1350
1365
  [
1351
- _(d(Je), { style: { height: "100%" } }, {
1366
+ _(f(Je), { style: { height: "100%" } }, {
1352
1367
  default: A(() => [
1353
- f.value && f.value.length ? (c(), T(d(Xe), le({
1368
+ d.value && d.value.length ? (c(), T(f(Xe), le({
1354
1369
  key: 0,
1355
1370
  class: ["das-menu", p.collapse ? "is-collapse" : ""],
1356
1371
  mode: p.mode,
1357
- openKeys: d(h),
1372
+ openKeys: f(h),
1358
1373
  "onUpdate:openKeys": b[1] || (b[1] = (s) => Ze(h) ? h.value = s : null),
1359
1374
  selectedKeys: p.currentSelectKeys,
1360
1375
  theme: "dark",
1361
- "inline-collapsed": d(i)
1376
+ "inline-collapsed": f(i)
1362
1377
  }, p.$attrs, {
1363
- onOpenChange: d(K),
1364
- onClick: d(U)
1378
+ onOpenChange: f(K),
1379
+ onClick: f(U)
1365
1380
  }), {
1366
1381
  default: A(() => [
1367
1382
  (c(!0), g(
1368
1383
  O,
1369
1384
  null,
1370
- R(f.value, (s) => (c(), g(
1385
+ R(d.value, (s) => (c(), g(
1371
1386
  O,
1372
1387
  null,
1373
1388
  [
@@ -1381,39 +1396,39 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1381
1396
  key: s.id,
1382
1397
  mode: p.mode,
1383
1398
  menuInfo: s,
1384
- collapse: d(i),
1385
- affixKeys: d(y),
1399
+ collapse: f(i),
1400
+ affixKeys: f(y),
1386
1401
  parentSelectKeys: p.parentSelectKeys,
1387
1402
  selectedKeys: p.currentSelectKeys,
1388
1403
  ref_for: !0
1389
1404
  }, u.value, {
1390
- onMenuClick: d(U),
1391
- onToggleAffix: d(w)
1405
+ onMenuClick: f(U),
1406
+ onToggleAffix: f(w)
1392
1407
  }), null, 16, ["mode", "menuInfo", "collapse", "affixKeys", "parentSelectKeys", "selectedKeys", "onMenuClick", "onToggleAffix"]))
1393
1408
  ],
1394
1409
  64
1395
1410
  /* STABLE_FRAGMENT */
1396
- )) : (c(), T(d(J), {
1411
+ )) : (c(), T(f(J), {
1397
1412
  class: M({ "divise-menu-item": s.divise }),
1398
1413
  key: s.id,
1399
- onMouseover: (x) => n.value = s.id,
1400
- onMouseleave: b[0] || (b[0] = (x) => n.value = "")
1414
+ onMouseover: (j) => n.value = s.id,
1415
+ onMouseleave: b[0] || (b[0] = (j) => n.value = "")
1401
1416
  }, {
1402
1417
  icon: A(() => [
1403
- _(d(Ye), {
1418
+ _(f(Ye), {
1404
1419
  content: s.name,
1405
1420
  placement: "right",
1406
- disabled: !d(i)
1421
+ disabled: !f(i)
1407
1422
  }, {
1408
1423
  default: A(() => {
1409
- var x, L, ge;
1424
+ var j, L, ge;
1410
1425
  return [
1411
1426
  m(
1412
1427
  "div",
1413
1428
  {
1414
1429
  class: M([
1415
1430
  "aside-menu-title",
1416
- (x = s == null ? void 0 : s.originalChildren) != null && x.length ? "has-children" : "",
1431
+ (j = s == null ? void 0 : s.originalChildren) != null && j.length ? "has-children" : "",
1417
1432
  s != null && s.expired ? "is-expired" : "",
1418
1433
  s != null && s.disable ? "is-disable" : "",
1419
1434
  p.currentSelectKeys.includes(s.id) ? "is-active" : ""
@@ -1421,12 +1436,12 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1421
1436
  },
1422
1437
  [
1423
1438
  v(" 自定义leftIcon "),
1424
- s.hideIcon ? v("v-if", !0) : (c(), g("div", jr, [
1439
+ s.hideIcon ? v("v-if", !0) : (c(), g("div", xr, [
1425
1440
  v(" 第一种icon插槽 "),
1426
1441
  p.$slots[`${s == null ? void 0 : s.code}-leftIcon`] ? (c(), g("div", Ar, [
1427
1442
  v(" 第二种icon插槽 "),
1428
- D(p.$slots, `${s == null ? void 0 : s.code}-leftIcon`)
1429
- ])) : D(p.$slots, "icon", {
1443
+ E(p.$slots, `${s == null ? void 0 : s.code}-leftIcon`)
1444
+ ])) : E(p.$slots, "icon", {
1430
1445
  key: 0,
1431
1446
  menuInfo: s
1432
1447
  }, () => [
@@ -1437,7 +1452,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1437
1452
  ])
1438
1453
  ])),
1439
1454
  m("div", _r, [
1440
- d(i) ? v("v-if", !0) : (c(), g(
1455
+ f(i) ? v("v-if", !0) : (c(), g(
1441
1456
  "div",
1442
1457
  {
1443
1458
  key: 0,
@@ -1454,14 +1469,14 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1454
1469
  s != null && s.expired ? (c(), g(
1455
1470
  "div",
1456
1471
  Tr,
1457
- S(d(G)("已到期")),
1472
+ S(f(G)("已到期")),
1458
1473
  1
1459
1474
  /* TEXT */
1460
1475
  )) : v("v-if", !0),
1461
1476
  v(" 箭头 "),
1462
1477
  s != null && s.disable && ((ge = s == null ? void 0 : s.originalChildren) != null && ge.length) ? (c(), g("i", Mr)) : v("v-if", !0),
1463
1478
  v("@slots 右侧icon "),
1464
- D(p.$slots, (s == null ? void 0 : s.code) + "-rightIcon")
1479
+ E(p.$slots, (s == null ? void 0 : s.code) + "-rightIcon")
1465
1480
  ])
1466
1481
  ],
1467
1482
  2
@@ -1489,7 +1504,7 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1489
1504
  }, 16, ["class", "mode", "openKeys", "selectedKeys", "inline-collapsed", "onOpenChange", "onClick"])) : v("v-if", !0),
1490
1505
  v(" 底部插槽 "),
1491
1506
  m("div", $r, [
1492
- D(p.$slots, "bottom")
1507
+ E(p.$slots, "bottom")
1493
1508
  ])
1494
1509
  ]),
1495
1510
  _: 3
@@ -1502,21 +1517,21 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1502
1517
  m(
1503
1518
  "div",
1504
1519
  {
1505
- class: M(["icon-container", d(i) ? "is-collapse" : ""])
1520
+ class: M(["icon-container", f(i) ? "is-collapse" : ""])
1506
1521
  },
1507
1522
  [
1508
1523
  m(
1509
1524
  "div",
1510
1525
  {
1511
- style: Z({ "padding-left": d(i) ? "0" : "16px" }),
1512
- onClick: b[2] || (b[2] = (s) => d(N)(!d(i)))
1526
+ style: Z({ "padding-left": f(i) ? "0" : "16px" }),
1527
+ onClick: b[2] || (b[2] = (s) => f(N)(!f(i)))
1513
1528
  },
1514
1529
  [
1515
1530
  m("div", null, [
1516
- d(i) ? (c(), T(d(pe), {
1531
+ f(i) ? (c(), T(f(pe), {
1517
1532
  key: 0,
1518
1533
  class: "collapse-icon"
1519
- })) : (c(), T(d(de), {
1534
+ })) : (c(), T(f(fe), {
1520
1535
  key: 1,
1521
1536
  class: "collapse-icon"
1522
1537
  }))
@@ -1534,10 +1549,11 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1534
1549
  /* CLASS, STYLE */
1535
1550
  ));
1536
1551
  }
1537
- }), Dr = {
1552
+ }), Er = {
1538
1553
  "--das-ui-layout-aside-menu-width": "214px",
1539
1554
  "--das-ui-layout-aside-collapse-menu-width": "50px",
1540
1555
  "--das-ui-layout-aside-menu-item-height": "50px",
1556
+ "--das-ui-layout-aside-border-color": "#343848",
1541
1557
  "--das-ui-layout-aside-background-color": "#343848",
1542
1558
  "--das-ui-layout-aside--item-color": "rgba(255,255,255,0.65)",
1543
1559
  "--das-ui-layout-aside--item-arrow-color": "rgba(255, 255, 255, 0.65)",
@@ -1545,14 +1561,15 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1545
1561
  "--das-ui-layout-aside--item-active-background-color": "rgba(0,0,0,0.4)",
1546
1562
  "--das-ui-layout-aside-item-hover-color": "rgba(255,255,255,0.9)",
1547
1563
  "--das-ui-layout-aside-item-hover-background-color": "rgba(0,0,0,0.4)",
1564
+ "--das-ui-layout-aside-submenu-title-border-color": "rgba(255, 255, 255, 0.3)",
1548
1565
  "--das-ui-layout-aside-submenu-vertical-background-color": "#1F212B",
1566
+ "--das-ui-layout-aside-submenu-vertical-item-hover-background-color": "rgba(0,0,0,0.4)",
1549
1567
  "--das-ui-layout-aside-submenu-background-color": "#1F212B",
1550
1568
  "--das-ui-layout-aside-submenu-item-affix-color": "#5582F3",
1551
1569
  "--das-ui-layout-aside-submenu-item-color": "rgba(255,255,255,0.65)",
1552
1570
  "--das-ui-layout-aside-submenu-item-hover-color": "rgba(255,255,255,0.9)",
1553
1571
  "--das-ui-layout-aside-submenu-item-hover-background-color": "rgba(0,0,0,0.4)",
1554
1572
  "--das-ui-layout-aside-submenu-item-active-background-color": "rgba(0,0,0,0.4)",
1555
- "--das-ui-layout-aside-submenu-title-border-color": "rgba(255, 255, 255, 0.3)",
1556
1573
  "--das-ui-layout-aside-collapse-icon-bg-color": "rgba(255,255,255,0.65)",
1557
1574
  "--das-ui-layout-aside-collapse-icon-hover-bg-color": "#5582F3",
1558
1575
  "--das-ui-layout-aside-divise-border-color": "rgba(255, 255, 255, 0.3)",
@@ -1561,8 +1578,8 @@ const er = ["src"], He = /* @__PURE__ */ fe({
1561
1578
  已到期: { "zh-CN": "已到期", en: "Expired" }
1562
1579
  };
1563
1580
  Ge(Ir);
1564
- an(Dr);
1565
- const Jr = Le(Er), Yr = { title: "Menu-Aside 垂直导航栏" };
1581
+ an(Er);
1582
+ const Jr = Le(Dr), Yr = { title: "Menu-Aside 垂直导航栏" };
1566
1583
  export {
1567
1584
  Jr as DasMenuAside,
1568
1585
  Yr as default