@das-fed/ui 6.4.0-test.6.1 → 6.4.0-test.7.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 (185) hide show
  1. package/esm-map.json +8 -1
  2. package/package.json +6 -5
  3. package/packages/business-components/app-container/index.js +96 -73
  4. package/packages/business-components/app-container/index.js.gz +0 -0
  5. package/packages/business-components/app-container/src/style-theme.d.ts +0 -5
  6. package/packages/business-components/app-container/style.css +1 -1
  7. package/packages/business-components/app-container/style.css.gz +0 -0
  8. package/packages/business-components/app-container/theme/index.d.ts +0 -1
  9. package/packages/business-components/device-panel/index.d.ts +2 -2
  10. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/dealAlarm.vue.d.ts +2 -2
  11. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/historyList.vue.d.ts +2 -2
  12. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/liveList.vue.d.ts +2 -2
  13. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/logDetail.vue.d.ts +2 -2
  14. package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts +2 -2
  15. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/dealAlarm.vue.d.ts +2 -2
  16. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/historyList.vue.d.ts +2 -2
  17. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/liveList.vue.d.ts +2 -2
  18. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/logDetail.vue.d.ts +2 -2
  19. package/packages/business-components/device-panel/src/components/devicePanelModal/index.vue.d.ts +2 -2
  20. package/packages/business-components/device-panel/src/components/devicePanelModal/preview/index.vue.d.ts +2 -2
  21. package/packages/business-components/export-button/hooks/useExport.d.ts +5 -6
  22. package/packages/business-components/export-button/index.js +89 -87
  23. package/packages/business-components/export-button/index.js.gz +0 -0
  24. package/packages/business-components/import-button/hooks/file.d.ts +1 -0
  25. package/packages/business-components/import-button/hooks/useImport.d.ts +13 -13
  26. package/packages/business-components/import-button/index.js +284 -275
  27. package/packages/business-components/import-button/index.js.gz +0 -0
  28. package/packages/business-components/import-button/src/type.d.ts +2 -0
  29. package/packages/business-components/import-button/style.css +1 -1
  30. package/packages/business-components/index.d.ts +1 -0
  31. package/packages/business-components/index.js +1 -0
  32. package/packages/business-components/model-table-dialog/index.d.ts +65 -65
  33. package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +12 -12
  34. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +2 -2
  35. package/packages/business-components/payment/api.d.ts +8 -0
  36. package/packages/business-components/payment/i18n/index.d.ts +68 -0
  37. package/packages/business-components/payment/index.d.ts +52 -0
  38. package/packages/business-components/payment/index.js +1818 -0
  39. package/packages/business-components/payment/index.js.gz +0 -0
  40. package/packages/business-components/payment/src/Index.vue.d.ts +7 -0
  41. package/packages/business-components/payment/style.css +1 -0
  42. package/packages/business-components/payment/type.d.ts +41 -0
  43. package/packages/business-components/process-form/i18n/index.d.ts +10 -0
  44. package/packages/business-components/process-form/index.js +149 -145
  45. package/packages/business-components/process-form/index.js.gz +0 -0
  46. package/packages/business-components/process-form/style.css +1 -1
  47. package/packages/business-components/process-log/index.js +289 -289
  48. package/packages/business-components/process-log/index.js.gz +0 -0
  49. package/packages/business-components/process-table/index.d.ts +2 -0
  50. package/packages/business-components/process-table/index.js +2 -1
  51. package/packages/business-components/process-table/index.js.gz +0 -0
  52. package/packages/business-components/process-table/src/App.vue.d.ts +3 -3
  53. package/packages/business-components/process-table/src/type.d.ts +2 -0
  54. package/packages/components/autocomplete/index.d.ts +9 -9
  55. package/packages/components/autocomplete/index.js +1 -1
  56. package/packages/components/autocomplete/index.js.gz +0 -0
  57. package/packages/components/autocomplete/src/index.vue.d.ts +1 -1
  58. package/packages/components/autocomplete/src/type.d.ts +5 -0
  59. package/packages/components/autocomplete/style.css +1 -1
  60. package/packages/components/autocomplete/style.css.gz +0 -0
  61. package/packages/components/calendar/index.d.ts +5 -5
  62. package/packages/components/calendar/src/Index.vue.d.ts +2 -2
  63. package/packages/components/calendar/src/old-Index.vue.d.ts +2 -2
  64. package/packages/components/cascader/index.d.ts +9 -9
  65. package/packages/components/cascader/src/Index.vue.d.ts +1 -1
  66. package/packages/components/color-picker/index.js +4 -4
  67. package/packages/components/color-picker/index.js.gz +0 -0
  68. package/packages/components/color-picker/src/type.d.ts +6 -3
  69. package/packages/components/color-picker/style.css +1 -1
  70. package/packages/components/color-picker/style.css.gz +0 -0
  71. package/packages/components/date-picker/index.d.ts +30 -25
  72. package/packages/components/date-picker/index.js +543 -525
  73. package/packages/components/date-picker/index.js.gz +0 -0
  74. package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
  75. package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +4 -2
  76. package/packages/components/date-picker/src/RangePicker.vue.d.ts +2 -2
  77. package/packages/components/date-picker/src/TimePicker.vue.d.ts +2 -2
  78. package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +2 -2
  79. package/packages/components/date-picker/style.css +1 -1
  80. package/packages/components/date-picker/style.css.gz +0 -0
  81. package/packages/components/dialog/index.js +1 -1
  82. package/packages/components/dialog/index.js.gz +0 -0
  83. package/packages/components/dialog/style.css +1 -1
  84. package/packages/components/dialog/style.css.gz +0 -0
  85. package/packages/components/dimple-layout/index.js +2 -2
  86. package/packages/components/dimple-layout/index.js.gz +0 -0
  87. package/packages/components/dimple-layout/style.css +1 -1
  88. package/packages/components/dimple-layout/style.css.gz +0 -0
  89. package/packages/components/edit-table/index.d.ts +27 -7
  90. package/packages/components/edit-table/index.js +1637 -1499
  91. package/packages/components/edit-table/index.js.gz +0 -0
  92. package/packages/components/edit-table/src/components/index.d.ts +1 -0
  93. package/packages/components/edit-table/src/components/row-button/index.vue.d.ts +5 -0
  94. package/packages/components/edit-table/src/components/row-button/type.d.ts +13 -0
  95. package/packages/components/edit-table/src/index.vue.d.ts +8 -4
  96. package/packages/components/edit-table/src/type.d.ts +15 -3
  97. package/packages/components/edit-table/src/utils.d.ts +1 -1
  98. package/packages/components/edit-table/style.css +1 -1
  99. package/packages/components/edit-table/style.css.gz +0 -0
  100. package/packages/components/empty/index.d.ts +3 -3
  101. package/packages/components/empty/src/Index.vue.d.ts +1 -1
  102. package/packages/components/index.d.ts +1 -0
  103. package/packages/components/index.js +1 -0
  104. package/packages/components/map/index.js +82 -85
  105. package/packages/components/map/index.js.gz +0 -0
  106. package/packages/components/map/style.css +1 -1
  107. package/packages/components/menu-aside/index.js +154 -153
  108. package/packages/components/menu-aside/index.js.gz +0 -0
  109. package/packages/components/menu-aside/style.css +1 -1
  110. package/packages/components/menu-aside/style.css.gz +0 -0
  111. package/packages/components/menu-header/index.js +24 -23
  112. package/packages/components/menu-header/index.js.gz +0 -0
  113. package/packages/components/pagination/index.d.ts +23 -23
  114. package/packages/components/pagination/index.js +101 -98
  115. package/packages/components/pagination/index.js.gz +0 -0
  116. package/packages/components/pagination/src/Pagination.vue.d.ts +3 -3
  117. package/packages/components/pagination/style.css +1 -1
  118. package/packages/components/pagination/style.css.gz +0 -0
  119. package/packages/components/popup-mask/index.d.ts +9 -9
  120. package/packages/components/popup-mask/src/Index.vue.d.ts +1 -1
  121. package/packages/components/preview/index.d.ts +3 -3
  122. package/packages/components/preview/src/Index.vue.d.ts +1 -1
  123. package/packages/components/search-form/index.js +241 -240
  124. package/packages/components/search-form/index.js.gz +0 -0
  125. package/packages/components/search-form/src/Index.vue.d.ts +3 -1
  126. package/packages/components/search-form/src/InputSelect.vue.d.ts +2 -2
  127. package/packages/components/search-form/src/SearchDateRange.vue.d.ts +2 -2
  128. package/packages/components/search-form/src/type.d.ts +3 -0
  129. package/packages/components/search-form/style.css +1 -1
  130. package/packages/components/search-form/style.css.gz +0 -0
  131. package/packages/components/select/index.js +17 -17
  132. package/packages/components/select/index.js.gz +0 -0
  133. package/packages/components/select-input/index.d.ts +2 -2
  134. package/packages/components/select-input/src/Index.vue.d.ts +2 -2
  135. package/packages/components/select-list/index.js +176 -174
  136. package/packages/components/select-list/index.js.gz +0 -0
  137. package/packages/components/select-list/style.css +1 -1
  138. package/packages/components/select-list/style.css.gz +0 -0
  139. package/packages/components/select-list/theme/index.d.ts +2 -0
  140. package/packages/components/table/index.d.ts +18 -18
  141. package/packages/components/table/index.js +82 -81
  142. package/packages/components/table/index.js.gz +0 -0
  143. package/packages/components/table/src/Table.vue.d.ts +1 -1
  144. package/packages/components/table/src/hooks/use-operation.d.ts +1 -1
  145. package/packages/components/table/src/table-column/index.vue.d.ts +1 -1
  146. package/packages/components/table/style.css +1 -1
  147. package/packages/components/table/style.css.gz +0 -0
  148. package/packages/components/tabs/index.js +61 -60
  149. package/packages/components/tabs/index.js.gz +0 -0
  150. package/packages/components/tabs/style.css +1 -1
  151. package/packages/components/tabs/style.css.gz +0 -0
  152. package/packages/components/text-tooltip/index.js +702 -695
  153. package/packages/components/text-tooltip/index.js.gz +0 -0
  154. package/packages/components/tooltip/index.js +43 -42
  155. package/packages/components/tooltip/index.js.gz +0 -0
  156. package/packages/components/tooltip/style.css +1 -1
  157. package/packages/components/tooltip/style.css.gz +0 -0
  158. package/packages/components/tree/index.js +290 -294
  159. package/packages/components/tree/index.js.gz +0 -0
  160. package/packages/components/tree/src/type.d.ts +6 -3
  161. package/packages/components/tree-select/index.js +50 -49
  162. package/packages/components/tree-select/index.js.gz +0 -0
  163. package/packages/components/tree-select/src/App.vue.d.ts +1 -0
  164. package/packages/components/tree-select/src/type.d.ts +3 -0
  165. package/packages/components/tree-v2/i18n/index.d.ts +31 -0
  166. package/packages/components/tree-v2/index.d.ts +585 -0
  167. package/packages/components/tree-v2/index.js +3371 -0
  168. package/packages/components/tree-v2/index.js.gz +0 -0
  169. package/packages/components/tree-v2/src/App.vue.d.ts +99 -0
  170. package/packages/components/tree-v2/src/empty.vue.d.ts +19 -0
  171. package/packages/components/tree-v2/src/expand-icon.vue.d.ts +2 -0
  172. package/packages/components/tree-v2/src/hooks/use-lazy-tree.d.ts +15 -0
  173. package/packages/components/tree-v2/src/hooks/use-style.d.ts +5 -0
  174. package/packages/components/tree-v2/src/hooks/use-tree.d.ts +43 -0
  175. package/packages/components/tree-v2/src/type.d.ts +283 -0
  176. package/packages/components/tree-v2/src/utils.d.ts +18 -0
  177. package/packages/components/tree-v2/style.css +1 -0
  178. package/packages/components/tree-v2/style.css.gz +0 -0
  179. package/packages/components/tree-v2/theme/base.d.ts +16 -0
  180. package/packages/icons/index.d.ts +1 -0
  181. package/packages/icons/index.js +1 -0
  182. package/packages/icons/input-select/index.d.ts +1 -0
  183. package/packages/icons/input-select/index.js +17 -0
  184. package/packages/icons/input-select/index.js.gz +0 -0
  185. package/packages/icons/input-select/index.vue.d.ts +16 -0
@@ -1,7 +1,7 @@
1
1
  import '@das-fed/ui/packages/components/menu-aside/style.css';
2
2
  import { withInstall as qe } from "@das-fed/utils/with-install/index";
3
- import { h as ke, nextTick as Ge, createVNode as S, defineComponent as ye, computed as U, openBlock as c, createElementBlock as p, normalizeStyle as ne, ref as J, createBlock as D, unref as s, mergeProps as de, withCtx as M, createElementVNode as h, renderSlot as H, createCommentVNode as b, withDirectives as $, createTextVNode as I, toDisplayString as F, Fragment as O, withModifiers as z, renderList as q, normalizeClass as _, watch as Ce, onMounted as Je, isRef as Ye } from "vue";
4
- import { t as R, setI18nRule as Ze } from "@das-fed/web/packages/i18n/index";
3
+ import { h as ke, nextTick as Ge, createVNode as S, defineComponent as ye, computed as L, openBlock as c, createElementBlock as p, normalizeStyle as ne, ref as Y, createBlock as _, unref as s, mergeProps as de, withCtx as M, createElementVNode as h, renderSlot as U, createCommentVNode as b, withDirectives as $, createTextVNode as B, toDisplayString as F, Fragment as O, withModifiers as R, renderList as G, normalizeClass as P, watch as Ce, onMounted as Je, isRef as Ye } from "vue";
4
+ import { t as H, setI18nRule as Ze } from "@das-fed/web/packages/i18n/index";
5
5
  import { DasScrollbar as Qe } from "@das-fed/ui/packages/components/scrollbar/index";
6
6
  import { DasTooltip as Xe } from "@das-fed/ui/packages/components/tooltip/index";
7
7
  import { vDasTooltip as K } from "@das-fed/ui/packages/components/text-tooltip/index";
@@ -242,7 +242,7 @@ var we = {
242
242
  yellow: "#ffff00",
243
243
  yellowgreen: "#9acd32"
244
244
  };
245
- function V(e) {
245
+ function W(e) {
246
246
  var r = { r: 0, g: 0, b: 0 }, n = 1, t = null, a = null, i = null, d = !1, f = !1;
247
247
  return typeof e == "string" && (e = bn(e)), typeof e == "object" && (x(e.r) && x(e.g) && x(e.b) ? (r = cn(e.r, e.g, e.b), d = !0, f = String(e.r).substr(-1) === "%" ? "prgb" : "rgb") : x(e.h) && x(e.s) && x(e.v) ? (t = Q(e.s), a = Q(e.v), r = pn(e.h, t, a), d = !0, f = "hsv") : x(e.h) && x(e.s) && x(e.l) && (t = Q(e.s), i = Q(e.l), r = fn(e.h, t, i), d = !0, f = "hsl"), Object.prototype.hasOwnProperty.call(e, "a") && (n = e.a)), n = un(n), {
248
248
  ok: d,
@@ -253,8 +253,8 @@ function V(e) {
253
253
  a: n
254
254
  };
255
255
  }
256
- var vn = "[-\\+]?\\d+%?", yn = "[-\\+]?\\d*\\.\\d+%?", P = "(?:".concat(yn, ")|(?:").concat(vn, ")"), le = "[\\s|\\(]+(".concat(P, ")[,|\\s]+(").concat(P, ")[,|\\s]+(").concat(P, ")\\s*\\)?"), se = "[\\s|\\(]+(".concat(P, ")[,|\\s]+(").concat(P, ")[,|\\s]+(").concat(P, ")[,|\\s]+(").concat(P, ")\\s*\\)?"), A = {
257
- CSS_UNIT: new RegExp(P),
256
+ var vn = "[-\\+]?\\d+%?", yn = "[-\\+]?\\d*\\.\\d+%?", E = "(?:".concat(yn, ")|(?:").concat(vn, ")"), le = "[\\s|\\(]+(".concat(E, ")[,|\\s]+(").concat(E, ")[,|\\s]+(").concat(E, ")\\s*\\)?"), se = "[\\s|\\(]+(".concat(E, ")[,|\\s]+(").concat(E, ")[,|\\s]+(").concat(E, ")[,|\\s]+(").concat(E, ")\\s*\\)?"), A = {
257
+ CSS_UNIT: new RegExp(E),
258
258
  rgb: new RegExp("rgb" + le),
259
259
  rgba: new RegExp("rgba" + se),
260
260
  hsl: new RegExp("hsl" + le),
@@ -368,8 +368,8 @@ function xe(e, r, n) {
368
368
  return n ? t = e.v + hn * r : t = e.v - kn * r, t > 1 && (t = 1), Number(t.toFixed(2));
369
369
  }
370
370
  function pe(e) {
371
- for (var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = [], t = V(e), a = ze; a > 0; a -= 1) {
372
- var i = je(t), d = ee(V({
371
+ for (var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = [], t = W(e), a = ze; a > 0; a -= 1) {
372
+ var i = je(t), d = ee(W({
373
373
  h: Ae(i, a, !0),
374
374
  s: Te(i, a, !0),
375
375
  v: xe(i, a, !0)
@@ -378,7 +378,7 @@ function pe(e) {
378
378
  }
379
379
  n.push(ee(t));
380
380
  for (var f = 1; f <= Re; f += 1) {
381
- var g = je(t), o = ee(V({
381
+ var g = je(t), o = ee(W({
382
382
  h: Ae(g, f),
383
383
  s: Te(g, f),
384
384
  v: xe(g, f)
@@ -386,7 +386,7 @@ function pe(e) {
386
386
  n.push(o);
387
387
  }
388
388
  return r.theme === "dark" ? Cn.map(function(y) {
389
- var u = y.index, w = y.opacity, k = ee(Fn(V(r.backgroundColor || "#141414"), V(n[u]), w * 100));
389
+ var u = y.index, w = y.opacity, k = ee(Fn(W(r.backgroundColor || "#141414"), W(n[u]), w * 100));
390
390
  return k;
391
391
  }) : n;
392
392
  }
@@ -411,7 +411,7 @@ Object.keys(ue).forEach(function(e) {
411
411
  backgroundColor: "#141414"
412
412
  }), fe[e].primary = fe[e][5];
413
413
  });
414
- var $e = [], W = [], Sn = "insert-css: You need to provide a CSS string. Usage: insertCss(cssString[, options]).";
414
+ var $e = [], q = [], Sn = "insert-css: You need to provide a CSS string. Usage: insertCss(cssString[, options]).";
415
415
  function wn() {
416
416
  var e = document.createElement("style");
417
417
  return e.setAttribute("type", "text/css"), e;
@@ -420,9 +420,9 @@ function On(e, r) {
420
420
  if (r = r || {}, e === void 0)
421
421
  throw new Error(Sn);
422
422
  var n = r.prepend === !0 ? "prepend" : "append", t = r.container !== void 0 ? r.container : document.querySelector("head"), a = $e.indexOf(t);
423
- a === -1 && (a = $e.push(t) - 1, W[a] = {});
423
+ a === -1 && (a = $e.push(t) - 1, q[a] = {});
424
424
  var i;
425
- return W[a] !== void 0 && W[a][n] !== void 0 ? i = W[a][n] : (i = W[a][n] = wn(), n === "prepend" ? t.insertBefore(i, t.childNodes[0]) : t.appendChild(i)), e.charCodeAt(0) === 65279 && (e = e.substr(1, e.length)), i.styleSheet ? i.styleSheet.cssText += e : i.textContent += e, i;
425
+ return q[a] !== void 0 && q[a][n] !== void 0 ? i = q[a][n] : (i = q[a][n] = wn(), n === "prepend" ? t.insertBefore(i, t.childNodes[0]) : t.appendChild(i)), e.charCodeAt(0) === 65279 && (e = e.substr(1, e.length)), i.styleSheet ? i.styleSheet.cssText += e : i.textContent += e, i;
426
426
  }
427
427
  function Me(e) {
428
428
  for (var r = 1; r < arguments.length; r++) {
@@ -444,7 +444,7 @@ function An(e, r) {
444
444
  function Tn(e, r) {
445
445
  An(e, "[@ant-design/icons-vue] ".concat(r));
446
446
  }
447
- function De(e) {
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");
449
449
  }
450
450
  function ge(e, r, n) {
@@ -518,17 +518,17 @@ var xn = `
518
518
  transform: rotate(360deg);
519
519
  }
520
520
  }
521
- `, _e = !1, $n = function() {
521
+ `, Pe = !1, $n = function() {
522
522
  var r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : xn;
523
523
  Ge(function() {
524
- _e || (typeof window < "u" && window.document && window.document.documentElement && On(r, {
524
+ Pe || (typeof window < "u" && window.document && window.document.documentElement && On(r, {
525
525
  prepend: !0
526
- }), _e = !0);
526
+ }), Pe = !0);
527
527
  });
528
528
  }, Mn = ["icon", "primaryColor", "secondaryColor"];
529
- function Dn(e, r) {
529
+ function _n(e, r) {
530
530
  if (e == null) return {};
531
- var n = _n(e, r), t, a;
531
+ var n = Pn(e, r), t, a;
532
532
  if (Object.getOwnPropertySymbols) {
533
533
  var i = Object.getOwnPropertySymbols(e);
534
534
  for (a = 0; a < i.length; a++)
@@ -536,7 +536,7 @@ function Dn(e, r) {
536
536
  }
537
537
  return n;
538
538
  }
539
- function _n(e, r) {
539
+ function Pn(e, r) {
540
540
  if (e == null) return {};
541
541
  var n = {}, t = Object.keys(e), a, i;
542
542
  for (i = 0; i < t.length; i++)
@@ -549,32 +549,32 @@ function te(e) {
549
549
  typeof Object.getOwnPropertySymbols == "function" && (t = t.concat(Object.getOwnPropertySymbols(n).filter(function(a) {
550
550
  return Object.getOwnPropertyDescriptor(n, a).enumerable;
551
551
  }))), t.forEach(function(a) {
552
- Pn(e, a, n[a]);
552
+ En(e, a, n[a]);
553
553
  });
554
554
  }
555
555
  return e;
556
556
  }
557
- function Pn(e, r, n) {
557
+ function En(e, r, n) {
558
558
  return r in e ? Object.defineProperty(e, r, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = n, e;
559
559
  }
560
- var G = {
560
+ var J = {
561
561
  primaryColor: "#333",
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
- G.primaryColor = r, G.secondaryColor = n || He(r), G.calculated = !!n;
567
+ J.primaryColor = r, J.secondaryColor = n || He(r), J.calculated = !!n;
568
568
  }
569
569
  function In() {
570
- return te({}, G);
570
+ return te({}, J);
571
571
  }
572
- var E = function(r, n) {
573
- var t = te({}, r, n.attrs), a = t.icon, i = t.primaryColor, d = t.secondaryColor, f = Dn(t, Mn), g = G;
572
+ var D = function(r, n) {
573
+ var t = te({}, r, n.attrs), a = t.icon, i = t.primaryColor, d = t.secondaryColor, f = _n(t, Mn), g = J;
574
574
  if (i && (g = {
575
575
  primaryColor: i,
576
576
  secondaryColor: d || He(i)
577
- }), $n(), Tn(De(a), "icon should be icon definiton, but got ".concat(a)), !De(a))
577
+ }), $n(), Tn(_e(a), "icon should be icon definiton, but got ".concat(a)), !_e(a))
578
578
  return null;
579
579
  var o = a;
580
580
  return o && typeof o.icon == "function" && (o = te({}, o, {
@@ -587,32 +587,32 @@ var E = function(r, n) {
587
587
  "aria-hidden": "true"
588
588
  }));
589
589
  };
590
- E.props = {
590
+ D.props = {
591
591
  icon: Object,
592
592
  primaryColor: String,
593
593
  secondaryColor: String,
594
594
  focusable: String
595
595
  };
596
- E.inheritAttrs = !1;
597
- E.displayName = "IconBase";
598
- E.getTwoToneColors = In;
599
- E.setTwoToneColors = En;
600
- function Kn(e, r) {
601
- return Rn(e) || zn(e, r) || Bn(e, r) || Nn();
602
- }
603
- function Nn() {
596
+ D.inheritAttrs = !1;
597
+ D.displayName = "IconBase";
598
+ D.getTwoToneColors = In;
599
+ D.setTwoToneColors = Dn;
600
+ function Bn(e, r) {
601
+ return Rn(e) || zn(e, r) || Nn(e, r) || Kn();
602
+ }
603
+ function Kn() {
604
604
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
605
605
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
606
606
  }
607
- function Bn(e, r) {
607
+ function Nn(e, r) {
608
608
  if (e) {
609
- if (typeof e == "string") return Pe(e, r);
609
+ if (typeof e == "string") return Ee(e, r);
610
610
  var n = Object.prototype.toString.call(e).slice(8, -1);
611
611
  if (n === "Object" && e.constructor && (n = e.constructor.name), n === "Map" || n === "Set") return Array.from(e);
612
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Pe(e, r);
612
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Ee(e, r);
613
613
  }
614
614
  }
615
- function Pe(e, r) {
615
+ function Ee(e, r) {
616
616
  (r == null || r > e.length) && (r = e.length);
617
617
  for (var n = 0, t = new Array(r); n < r; n++)
618
618
  t[n] = e[n];
@@ -641,14 +641,14 @@ function Rn(e) {
641
641
  if (Array.isArray(e)) return e;
642
642
  }
643
643
  function Le(e) {
644
- var r = Ue(e), n = Kn(r, 2), t = n[0], a = n[1];
645
- return E.setTwoToneColors({
644
+ var r = Ue(e), n = Bn(r, 2), t = n[0], a = n[1];
645
+ return D.setTwoToneColors({
646
646
  primaryColor: t,
647
647
  secondaryColor: a
648
648
  });
649
649
  }
650
650
  function Hn() {
651
- var e = E.getTwoToneColors();
651
+ var e = D.getTwoToneColors();
652
652
  return e.calculated ? [e.primaryColor, e.secondaryColor] : e.primaryColor;
653
653
  }
654
654
  var Un = ["class", "icon", "spin", "rotate", "tabindex", "twoToneColor", "onClick"];
@@ -661,13 +661,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
661
661
  }
662
662
  function Wn(e, r) {
663
663
  if (e) {
664
- if (typeof e == "string") return Ee(e, r);
664
+ if (typeof e == "string") return De(e, r);
665
665
  var n = Object.prototype.toString.call(e).slice(8, -1);
666
666
  if (n === "Object" && e.constructor && (n = e.constructor.name), n === "Map" || n === "Set") return Array.from(e);
667
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Ee(e, r);
667
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return De(e, r);
668
668
  }
669
669
  }
670
- function Ee(e, r) {
670
+ function De(e, r) {
671
671
  (r == null || r > e.length) && (r = e.length);
672
672
  for (var n = 0, t = new Array(r); n < r; n++)
673
673
  t[n] = e[n];
@@ -730,23 +730,23 @@ Le("#1890ff");
730
730
  var N = function(r, n) {
731
731
  var t, a = Ie({}, r, n.attrs), i = a.class, d = a.icon, f = a.spin, g = a.rotate, o = a.tabindex, y = a.twoToneColor, u = a.onClick, w = Jn(a, Un), k = (t = {
732
732
  anticon: !0
733
- }, ve(t, "anticon-".concat(d.name), !!d.name), ve(t, i, i), t), B = f === "" || f || d.name === "loading" ? "anticon-spin" : "", L = o;
734
- L === void 0 && u && (L = -1, w.tabindex = L);
733
+ }, ve(t, "anticon-".concat(d.name), !!d.name), ve(t, i, i), t), z = f === "" || f || d.name === "loading" ? "anticon-spin" : "", V = o;
734
+ V === void 0 && u && (V = -1, w.tabindex = V);
735
735
  var v = g ? {
736
736
  msTransform: "rotate(".concat(g, "deg)"),
737
737
  transform: "rotate(".concat(g, "deg)")
738
- } : void 0, m = Ue(y), l = Ln(m, 2), T = l[0], Y = l[1];
738
+ } : void 0, m = Ue(y), l = Ln(m, 2), T = l[0], I = l[1];
739
739
  return S("span", Ie({
740
740
  role: "img",
741
741
  "aria-label": d.name
742
742
  }, w, {
743
743
  onClick: u,
744
744
  class: k
745
- }), [S(E, {
746
- class: B,
745
+ }), [S(D, {
746
+ class: z,
747
747
  icon: d,
748
748
  primaryColor: T,
749
- secondaryColor: Y,
749
+ secondaryColor: I,
750
750
  style: v
751
751
  }, null)]);
752
752
  };
@@ -761,7 +761,7 @@ N.inheritAttrs = !1;
761
761
  N.getTwoToneColor = Hn;
762
762
  N.setTwoToneColor = Le;
763
763
  var Zn = { 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 Ke(e) {
764
+ function Be(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) {
@@ -776,15 +776,15 @@ function Qn(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
778
  var be = function(r, n) {
779
- var t = Ke({}, r, n.attrs);
780
- return S(N, Ke({}, t, {
779
+ var t = Be({}, r, n.attrs);
780
+ return S(N, Be({}, t, {
781
781
  icon: Zn
782
782
  }), null);
783
783
  };
784
784
  be.displayName = "MenuFoldOutlined";
785
785
  be.inheritAttrs = !1;
786
786
  var Xn = { 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 Ne(e) {
787
+ function Ke(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,8 +799,8 @@ function er(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 me = function(r, n) {
802
- var t = Ne({}, r, n.attrs);
803
- return S(N, Ne({}, t, {
802
+ var t = Ke({}, r, n.attrs);
803
+ return S(N, Ke({}, t, {
804
804
  icon: Xn
805
805
  }), null);
806
806
  };
@@ -813,10 +813,10 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
813
813
  status: { default: "default" }
814
814
  },
815
815
  setup(e) {
816
- const r = e, n = U(() => {
816
+ const r = e, n = L(() => {
817
817
  var i, d, f, g;
818
818
  return r.status === "default" ? (((i = r.data) == null ? void 0 : i.host) || "") + ae(r.data.iconUrl) : (d = r.data) != null && d.hoverIcon ? (((f = r.data) == null ? void 0 : f.host) || "") + ae(r.data.hoverIcon) : (((g = r.data) == null ? void 0 : g.host) || "") + ae(r.data.iconUrl);
819
- }), t = U(() => ({
819
+ }), t = L(() => ({
820
820
  display: "block",
821
821
  "background-color": "currentColor",
822
822
  "mask-image": `url(${n.value})`
@@ -880,13 +880,13 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
880
880
  },
881
881
  emits: ["menuClick", "toggleAffix"],
882
882
  setup(e, { emit: r }) {
883
- const t = J(!0), a = J(""), i = e, d = r;
883
+ const t = Y(!0), a = Y(""), i = e, d = r;
884
884
  rn({
885
885
  unlock: import("@das-fed/ui/packages/icons/unlock"),
886
886
  lock: import("@das-fed/ui/packages/icons/lock")
887
887
  });
888
888
  const { toggleAffix: f, menuClick: g } = rr(i, d);
889
- return (o, y) => (c(), D(s(en), de({
889
+ return (o, y) => (c(), _(s(en), de({
890
890
  class: ["das-ui-sub-menu", o.parentSelectKeys.includes(o.menuInfo.id) ? "is-active" : ""],
891
891
  key: o.menuInfo.id,
892
892
  "popup-offset": [0, 0]
@@ -899,7 +899,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
899
899
  return [
900
900
  h("div", ar, [
901
901
  o.menuInfo.hideIcon ? b("v-if", !0) : (c(), p("div", or, [
902
- H(o.$slots, "icon", { menuInfo: o.menuInfo }, () => [
902
+ U(o.$slots, "icon", { menuInfo: o.menuInfo }, () => [
903
903
  S(Ve, {
904
904
  data: o.menuInfo,
905
905
  status: o.parentSelectKeys.includes(o.menuInfo.id) || a.value === o.menuInfo.id ? "hover" : "default"
@@ -907,9 +907,9 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
907
907
  ])
908
908
  ])),
909
909
  o.collapse ? b("v-if", !0) : (c(), p("div", ir, [
910
- H(o.$slots, ((u = o.menuInfo) == null ? void 0 : u.code) + "-name", {}, () => [
910
+ U(o.$slots, ((u = o.menuInfo) == null ? void 0 : u.code) + "-name", {}, () => [
911
911
  $((c(), p("div", null, [
912
- I(
912
+ B(
913
913
  F(o.menuInfo.name),
914
914
  1
915
915
  /* TEXT */
@@ -939,7 +939,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
939
939
  h("div", mr, [
940
940
  h("div", hr, [
941
941
  $((c(), p("div", kr, [
942
- I(
942
+ B(
943
943
  F(o.menuInfo.name),
944
944
  1
945
945
  /* TEXT */
@@ -955,7 +955,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
955
955
  o.affixKeys.includes(o.menuInfo.id) ? (c(), p("div", {
956
956
  key: 0,
957
957
  class: "title-right",
958
- onClick: y[2] || (y[2] = z((u) => s(f)(o.menuInfo.id, !1), ["stop"]))
958
+ onClick: y[2] || (y[2] = R((u) => s(f)(o.menuInfo.id, !1), ["stop"]))
959
959
  }, [
960
960
  S(s(Z), {
961
961
  icon: "unlock",
@@ -964,7 +964,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
964
964
  h(
965
965
  "div",
966
966
  Cr,
967
- F(s(R)("解锁")),
967
+ F(s(H)("解锁")),
968
968
  1
969
969
  /* TEXT */
970
970
  )
@@ -972,7 +972,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
972
972
  o.affixKeys.includes(o.menuInfo.id) ? b("v-if", !0) : (c(), p("div", {
973
973
  key: 1,
974
974
  class: "title-right affix",
975
- onClick: y[3] || (y[3] = z((u) => s(f)(o.menuInfo.id, !0), ["stop"]))
975
+ onClick: y[3] || (y[3] = R((u) => s(f)(o.menuInfo.id, !0), ["stop"]))
976
976
  }, [
977
977
  S(s(Z), {
978
978
  icon: "lock",
@@ -981,7 +981,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
981
981
  h(
982
982
  "div",
983
983
  Fr,
984
- F(s(R)("锁住")),
984
+ F(s(H)("锁住")),
985
985
  1
986
986
  /* TEXT */
987
987
  )
@@ -995,17 +995,17 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
995
995
  (c(!0), p(
996
996
  O,
997
997
  null,
998
- q(o.menuInfo.children, (u) => (c(), p("div", {
998
+ G(o.menuInfo.children, (u) => (c(), p("div", {
999
999
  key: u.id,
1000
- class: _([
1000
+ class: P([
1001
1001
  "sub-menu-item",
1002
1002
  o.selectedKeys.includes(u.id) ? "is-active" : "",
1003
1003
  u != null && u.disable ? "is-disable" : ""
1004
1004
  ]),
1005
- onClick: z((w) => s(g)(w, u), ["stop"])
1005
+ onClick: R((w) => s(g)(w, u), ["stop"])
1006
1006
  }, [
1007
1007
  $((c(), p("div", Or, [
1008
- I(
1008
+ B(
1009
1009
  F(u.name),
1010
1010
  1
1011
1011
  /* TEXT */
@@ -1016,7 +1016,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1016
1016
  u != null && u.expired ? (c(), p(
1017
1017
  "div",
1018
1018
  jr,
1019
- F(s(R)("已到期")),
1019
+ F(s(H)("已到期")),
1020
1020
  1
1021
1021
  /* TEXT */
1022
1022
  )) : b("v-if", !0)
@@ -1039,13 +1039,13 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1039
1039
  O,
1040
1040
  { key: 0 },
1041
1041
  [
1042
- o.mode === "vertical" ? (c(), D(s(re), { key: 0 }, {
1042
+ o.mode === "vertical" ? (c(), _(s(re), { key: 0 }, {
1043
1043
  default: M(() => [
1044
1044
  h("div", lr, [
1045
1045
  h("div", sr, [
1046
1046
  h("div", ur, [
1047
1047
  $((c(), p("div", cr, [
1048
- I(
1048
+ B(
1049
1049
  F(o.menuInfo.name),
1050
1050
  1
1051
1051
  /* TEXT */
@@ -1061,7 +1061,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1061
1061
  o.affixKeys.includes(o.menuInfo.id) ? (c(), p("div", {
1062
1062
  key: 0,
1063
1063
  class: "title-right",
1064
- onClick: y[0] || (y[0] = z((u) => s(f)(o.menuInfo.id, !1), ["stop"]))
1064
+ onClick: y[0] || (y[0] = R((u) => s(f)(o.menuInfo.id, !1), ["stop"]))
1065
1065
  }, [
1066
1066
  S(s(Z), {
1067
1067
  icon: "unlock",
@@ -1078,7 +1078,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1078
1078
  o.affixKeys.includes(o.menuInfo.id) ? b("v-if", !0) : (c(), p("div", {
1079
1079
  key: 1,
1080
1080
  class: "title-right affix",
1081
- onClick: y[1] || (y[1] = z((u) => s(f)(o.menuInfo.id, !0), ["stop"]))
1081
+ onClick: y[1] || (y[1] = R((u) => s(f)(o.menuInfo.id, !0), ["stop"]))
1082
1082
  }, [
1083
1083
  S(s(Z), {
1084
1084
  icon: "lock",
@@ -1101,24 +1101,24 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1101
1101
  (c(!0), p(
1102
1102
  O,
1103
1103
  null,
1104
- q(s(tr)(o.menuInfo.children, 4), (u, w) => (c(), p("div", {
1104
+ G(s(tr)(o.menuInfo.children, 4), (u, w) => (c(), p("div", {
1105
1105
  key: w,
1106
1106
  class: "sub-menu-row"
1107
1107
  }, [
1108
1108
  (c(!0), p(
1109
1109
  O,
1110
1110
  null,
1111
- q(u, (k) => (c(), p("div", {
1111
+ G(u, (k) => (c(), p("div", {
1112
1112
  key: k.id,
1113
- class: _([
1113
+ class: P([
1114
1114
  "sub-menu-item",
1115
1115
  o.selectedKeys.includes(k.id) ? "is-active" : "",
1116
1116
  k != null && k.disable ? "is-disable" : ""
1117
1117
  ]),
1118
- onClick: z((B) => s(g)(B, k), ["stop"])
1118
+ onClick: R((z) => s(g)(z, k), ["stop"])
1119
1119
  }, [
1120
1120
  $((c(), p("div", pr, [
1121
- I(
1121
+ B(
1122
1122
  F(k.name),
1123
1123
  1
1124
1124
  /* TEXT */
@@ -1129,7 +1129,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1129
1129
  k != null && k.expired ? (c(), p(
1130
1130
  "div",
1131
1131
  gr,
1132
- F(s(R)("已到期")),
1132
+ F(s(H)("已到期")),
1133
1133
  1
1134
1134
  /* TEXT */
1135
1135
  )) : b("v-if", !0)
@@ -1152,7 +1152,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1152
1152
  o.mode === "inline" ? (c(!0), p(
1153
1153
  O,
1154
1154
  { key: 1 },
1155
- q(o.menuInfo.children, (u) => (c(), D(
1155
+ G(o.menuInfo.children, (u) => (c(), _(
1156
1156
  s(re),
1157
1157
  {
1158
1158
  key: u.id
@@ -1162,7 +1162,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1162
1162
  h(
1163
1163
  "div",
1164
1164
  {
1165
- class: _([
1165
+ class: P([
1166
1166
  "sub-menu-item_inline",
1167
1167
  o.selectedKeys.includes(u.id) ? "is-active" : "",
1168
1168
  u != null && u.expired ? "is-expired" : "",
@@ -1171,7 +1171,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1171
1171
  },
1172
1172
  [
1173
1173
  $((c(), p("div", vr, [
1174
- I(
1174
+ B(
1175
1175
  F(u.name),
1176
1176
  1
1177
1177
  /* TEXT */
@@ -1182,7 +1182,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1182
1182
  u != null && u.expired ? (c(), p(
1183
1183
  "div",
1184
1184
  yr,
1185
- F(s(R)("已到期")),
1185
+ F(s(H)("已到期")),
1186
1186
  1
1187
1187
  /* TEXT */
1188
1188
  )) : b("v-if", !0)
@@ -1214,7 +1214,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1214
1214
  }, 16, ["class"]));
1215
1215
  }
1216
1216
  }), xr = (e, r) => {
1217
- const n = J([]), t = J([]);
1217
+ const n = Y([]), t = Y([]);
1218
1218
  Ce(
1219
1219
  () => n.value,
1220
1220
  (o) => {
@@ -1246,7 +1246,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1246
1246
  e.mode === "vertical" && (n.value = Array.from(new Set(o.concat(t.value))));
1247
1247
  }, d = (o) => {
1248
1248
  !o || !o.key || r("menuClick", o);
1249
- }, f = U({
1249
+ }, f = L({
1250
1250
  get: () => !!e.collapse,
1251
1251
  set: (o) => {
1252
1252
  r("update:collapse", o);
@@ -1263,44 +1263,44 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1263
1263
  f.value = o, r("toggleCollapse", o);
1264
1264
  }
1265
1265
  };
1266
- }, Be = {
1266
+ }, Ne = {
1267
1267
  "--das-ui-layout-aside-border-color": {
1268
1268
  kjl: "#D9D9D9",
1269
1269
  ssl: "#1B1F40",
1270
1270
  cjb: "#D9D9D9"
1271
1271
  },
1272
1272
  "--das-ui-layout-aside-background-color": {
1273
- kjl: "#FFFFFF",
1273
+ kjl: "#2673DC",
1274
1274
  ssl: "#1B1F40",
1275
1275
  cjb: "#FFFFFF"
1276
1276
  },
1277
1277
  "--das-ui-layout-aside--item-color": {
1278
- kjl: "#666666",
1278
+ kjl: "rgba(255, 255, 255, 0.8)",
1279
1279
  ssl: "#D6D7DA",
1280
1280
  cjb: "#666666"
1281
1281
  },
1282
1282
  "--das-ui-layout-aside--item-arrow-color": {
1283
- kjl: "#999999",
1283
+ kjl: "#FFFFFF",
1284
1284
  ssl: "#999999",
1285
1285
  cjb: "#999999"
1286
1286
  },
1287
1287
  "--das-ui-layout-aside--item-active-color": {
1288
- kjl: "#2673DC",
1288
+ kjl: "rgba(255, 255, 255)",
1289
1289
  ssl: "#FFFFFF",
1290
1290
  cjb: "#5582F3"
1291
1291
  },
1292
1292
  "--das-ui-layout-aside--item-active-background-color": {
1293
- kjl: "#F1F8FF",
1293
+ kjl: "#1352A7",
1294
1294
  ssl: "#0D122C",
1295
1295
  cjb: "#F2F6FF"
1296
1296
  },
1297
1297
  "--das-ui-layout-aside-item-hover-color": {
1298
- kjl: "#2673DC",
1298
+ kjl: "rgba(255, 255, 255)",
1299
1299
  ssl: "#FFFFFF",
1300
1300
  cjb: "#5582F3"
1301
1301
  },
1302
1302
  "--das-ui-layout-aside-item-hover-background-color": {
1303
- kjl: "transparent",
1303
+ kjl: "#1352A7",
1304
1304
  ssl: "#0D122C",
1305
1305
  cjb: "transparent"
1306
1306
  },
@@ -1310,52 +1310,52 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1310
1310
  cjb: "#FFFFFF"
1311
1311
  },
1312
1312
  "--das-ui-layout-aside-submenu-vertical-item-hover-background-color": {
1313
- kjl: "#F1F8FF",
1313
+ kjl: "#1352A7",
1314
1314
  ssl: "#000000",
1315
1315
  cjb: "#F2F6FF"
1316
1316
  },
1317
1317
  "--das-ui-layout-aside-submenu-item-color": {
1318
- kjl: "#666666",
1318
+ kjl: "rgba(255,255,255,0.8)",
1319
1319
  ssl: "rgba(255,255,255,0.8)",
1320
1320
  cjb: "#666666"
1321
1321
  },
1322
1322
  "--das-ui-layout-aside-submenu-background-color": {
1323
- kjl: "#FFFFFF",
1323
+ kjl: "#185EBE",
1324
1324
  ssl: "#0D122C",
1325
1325
  cjb: "#FFFFFF"
1326
1326
  },
1327
1327
  "--das-ui-layout-aside-submenu-item-hover-color": {
1328
- kjl: "#2673DC",
1328
+ kjl: "#FFFFFF",
1329
1329
  ssl: "#FFFFFF",
1330
1330
  cjb: "#5582F3"
1331
1331
  },
1332
1332
  "--das-ui-layout-aside-submenu-item-hover-background-color": {
1333
- kjl: "transparent",
1333
+ kjl: "#1352A7",
1334
1334
  ssl: "#000000",
1335
1335
  cjb: "transparent"
1336
1336
  },
1337
1337
  "--das-ui-layout-aside-submenu-item-active-background-color": {
1338
- kjl: "#F1F8FF",
1338
+ kjl: "#1352A7",
1339
1339
  ssl: "#000000",
1340
1340
  cjb: "#F2F6FF"
1341
1341
  },
1342
1342
  "--das-ui-layout-aside-submenu-title-border-color": {
1343
- kjl: "#D9D9D9",
1344
- ssl: "#D9D9D9",
1343
+ kjl: "rgba(217,217,217,0.3)",
1344
+ ssl: "rgba(217,217,217,0.3)",
1345
1345
  cjb: "#D9D9D9"
1346
1346
  },
1347
1347
  "--das-ui-layout-aside-collapse-icon-bg-color": {
1348
- kjl: "#666666",
1348
+ kjl: "rgba(255,255,255,0.65)",
1349
1349
  ssl: "#D6D7DA",
1350
1350
  cjb: "#666666"
1351
1351
  },
1352
1352
  "--das-ui-layout-aside-collapse-icon-hover-bg-color": {
1353
- kjl: "#2673DC",
1353
+ kjl: "rgba(255,255,255)",
1354
1354
  ssl: "#FFFFFF",
1355
1355
  cjb: "#5582F3"
1356
1356
  },
1357
1357
  "--das-ui-layout-aside-divise-border-color": {
1358
- kjl: "rgba(102, 102, 102, 0.3)",
1358
+ kjl: "rgba(255, 255, 255, 0.3)",
1359
1359
  ssl: "rgba(255, 255, 255, 0.3)",
1360
1360
  cjb: "rgba(102, 102, 102, 0.3)"
1361
1361
  }
@@ -1365,16 +1365,16 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1365
1365
  }, Mr = {
1366
1366
  key: 1,
1367
1367
  class: "custom-left-icon"
1368
- }, Dr = { class: "menu-item-content" }, _r = {
1368
+ }, _r = { class: "menu-item-content" }, Pr = {
1369
1369
  key: 1,
1370
1370
  class: "expired"
1371
- }, Pr = {
1371
+ }, Er = {
1372
1372
  key: 2,
1373
1373
  class: "ant-menu-submenu-arrow",
1374
1374
  custom: "true"
1375
- }, Er = { class: "das-aside-menu-bottom-container" }, Ir = {
1375
+ }, Dr = { class: "das-aside-menu-bottom-container" }, Ir = {
1376
1376
  name: "DasMenuAside"
1377
- }, Kr = /* @__PURE__ */ ye({
1377
+ }, Br = /* @__PURE__ */ ye({
1378
1378
  ...Ir,
1379
1379
  props: {
1380
1380
  globalTheme: { default: "default" },
@@ -1388,18 +1388,19 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1388
1388
  },
1389
1389
  emits: ["update:collapse", "update:currentOpenKeys", "menuClick", "toggleCollapse"],
1390
1390
  setup(e, { emit: r }) {
1391
- const n = J(""), t = e, a = r, i = "das-aside-menu-submenu", d = U(() => {
1391
+ const n = Y(""), t = e, a = r, i = "das-aside-menu-submenu", d = L(() => {
1392
1392
  var m;
1393
1393
  let v = i;
1394
1394
  return (m = t == null ? void 0 : t.subMenuAttrs) != null && m.popupClassName && (v = `${v} ${t.subMenuAttrs.popupClassName}`), {
1395
1395
  popupClassName: v
1396
1396
  };
1397
- }), f = U(() => {
1397
+ }), f = L(() => {
1398
1398
  const v = {}, m = document.getElementById(i);
1399
1399
  if (t.globalTheme === "default")
1400
1400
  return m && m.remove(), v;
1401
- Object.keys(Be).forEach((T) => {
1402
- v[T] = Be[T][t.globalTheme];
1401
+ Object.keys(Ne).forEach((T) => {
1402
+ var I;
1403
+ v[T] = ((I = Ne[T]) == null ? void 0 : I[t.globalTheme]) ?? void 0;
1403
1404
  });
1404
1405
  const l = [
1405
1406
  {
@@ -1408,17 +1409,17 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1408
1409
  }
1409
1410
  ];
1410
1411
  return m ? tn(i, l) : an(i, l), v;
1411
- }), g = U(() => {
1412
+ }), g = L(() => {
1412
1413
  const v = t.menus || [], m = JSON.parse(JSON.stringify(v));
1413
1414
  return !m || !m.length ? [] : We(m);
1414
- }), { isCollapse: o, openKeys: y, affixKeys: u, toggleAffix: w, openChange: k, menuClick: B, toggleCollapse: L } = xr(
1415
+ }), { isCollapse: o, openKeys: y, affixKeys: u, toggleAffix: w, openChange: k, menuClick: z, toggleCollapse: V } = xr(
1415
1416
  t,
1416
1417
  a
1417
1418
  );
1418
1419
  return (v, m) => (c(), p(
1419
1420
  "div",
1420
1421
  {
1421
- class: _(["das-ui-layout-aside", v.collapse ? "is-collapse" : "", `theme-${v.globalTheme}`]),
1422
+ class: P(["das-ui-menu-aside", v.collapse ? "is-collapse" : "", `theme-${v.globalTheme}`]),
1422
1423
  style: ne(f.value)
1423
1424
  },
1424
1425
  [
@@ -1426,12 +1427,12 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1426
1427
  "div",
1427
1428
  {
1428
1429
  key: v.collapse + "",
1429
- class: _(["das-ui-aside-menu", v.collapse ? "is-collapse" : ""])
1430
+ class: P(["das-ui-aside-menu", v.collapse ? "is-collapse" : ""])
1430
1431
  },
1431
1432
  [
1432
1433
  S(s(Qe), { style: { height: "100%" } }, {
1433
1434
  default: M(() => [
1434
- g.value && g.value.length ? (c(), D(s(nn), de({
1435
+ g.value && g.value.length ? (c(), _(s(nn), de({
1435
1436
  key: 0,
1436
1437
  class: ["das-menu", v.collapse ? "is-collapse" : ""],
1437
1438
  mode: v.mode,
@@ -1442,13 +1443,13 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1442
1443
  "inline-collapsed": s(o)
1443
1444
  }, v.$attrs, {
1444
1445
  onOpenChange: s(k),
1445
- onClick: s(B)
1446
+ onClick: s(z)
1446
1447
  }), {
1447
1448
  default: M(() => [
1448
1449
  (c(!0), p(
1449
1450
  O,
1450
1451
  null,
1451
- q(g.value, (l) => (c(), p(
1452
+ G(g.value, (l) => (c(), p(
1452
1453
  O,
1453
1454
  null,
1454
1455
  [
@@ -1458,7 +1459,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1458
1459
  { key: 1 },
1459
1460
  [
1460
1461
  b(" 有二级菜单 "),
1461
- (c(), D(Tr, de({
1462
+ (c(), _(Tr, de({
1462
1463
  key: l.id,
1463
1464
  mode: v.mode,
1464
1465
  menuInfo: l,
@@ -1468,14 +1469,14 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1468
1469
  selectedKeys: v.currentSelectKeys,
1469
1470
  ref_for: !0
1470
1471
  }, d.value, {
1471
- onMenuClick: s(B),
1472
+ onMenuClick: s(z),
1472
1473
  onToggleAffix: s(w)
1473
1474
  }), null, 16, ["mode", "menuInfo", "collapse", "affixKeys", "parentSelectKeys", "selectedKeys", "onMenuClick", "onToggleAffix"]))
1474
1475
  ],
1475
1476
  64
1476
1477
  /* STABLE_FRAGMENT */
1477
- )) : (c(), D(s(re), {
1478
- class: _({ "divise-menu-item": l.divise }),
1478
+ )) : (c(), _(s(re), {
1479
+ class: P({ "divise-menu-item": l.divise }),
1479
1480
  key: l.id,
1480
1481
  onMouseover: (T) => n.value = l.id,
1481
1482
  onMouseleave: m[0] || (m[0] = (T) => n.value = "")
@@ -1487,12 +1488,12 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1487
1488
  disabled: !s(o)
1488
1489
  }, {
1489
1490
  default: M(() => {
1490
- var T, Y, he;
1491
+ var T, I, he;
1491
1492
  return [
1492
1493
  h(
1493
1494
  "div",
1494
1495
  {
1495
- class: _([
1496
+ class: P([
1496
1497
  "aside-menu-title",
1497
1498
  (T = l == null ? void 0 : l.originalChildren) != null && T.length ? "has-children" : "",
1498
1499
  l != null && l.expired ? "is-expired" : "",
@@ -1506,8 +1507,8 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1506
1507
  b(" 第一种icon插槽 "),
1507
1508
  v.$slots[`${l == null ? void 0 : l.code}-leftIcon`] ? (c(), p("div", Mr, [
1508
1509
  b(" 第二种icon插槽 "),
1509
- H(v.$slots, `${l == null ? void 0 : l.code}-leftIcon`)
1510
- ])) : H(v.$slots, "icon", {
1510
+ U(v.$slots, `${l == null ? void 0 : l.code}-leftIcon`)
1511
+ ])) : U(v.$slots, "icon", {
1511
1512
  key: 0,
1512
1513
  menuInfo: l
1513
1514
  }, () => [
@@ -1517,18 +1518,18 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1517
1518
  }, null, 8, ["data", "status"])
1518
1519
  ])
1519
1520
  ])),
1520
- h("div", Dr, [
1521
+ h("div", _r, [
1521
1522
  s(o) ? b("v-if", !0) : $((c(), p(
1522
1523
  "div",
1523
1524
  {
1524
1525
  key: 0,
1525
1526
  class: "menu-title",
1526
1527
  style: ne({
1527
- "padding-right": v.$slots[(l == null ? void 0 : l.code) + "-rightIcon"] || l != null && l.expired ? "0" : l != null && l.disable && ((Y = l == null ? void 0 : l.originalChildren) != null && Y.length) ? "30px" : "15px"
1528
+ "padding-right": v.$slots[(l == null ? void 0 : l.code) + "-rightIcon"] || l != null && l.expired ? "0" : l != null && l.disable && ((I = l == null ? void 0 : l.originalChildren) != null && I.length) ? "30px" : "15px"
1528
1529
  })
1529
1530
  },
1530
1531
  [
1531
- I(
1532
+ B(
1532
1533
  F(l.name),
1533
1534
  1
1534
1535
  /* TEXT */
@@ -1542,15 +1543,15 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1542
1543
  b(" 已到期标识 "),
1543
1544
  l != null && l.expired ? (c(), p(
1544
1545
  "div",
1545
- _r,
1546
- F(s(R)("已到期")),
1546
+ Pr,
1547
+ F(s(H)("已到期")),
1547
1548
  1
1548
1549
  /* TEXT */
1549
1550
  )) : b("v-if", !0),
1550
1551
  b(" 箭头 "),
1551
- l != null && l.disable && ((he = l == null ? void 0 : l.originalChildren) != null && he.length) ? (c(), p("i", Pr)) : b("v-if", !0),
1552
+ l != null && l.disable && ((he = l == null ? void 0 : l.originalChildren) != null && he.length) ? (c(), p("i", Er)) : b("v-if", !0),
1552
1553
  b("@slots 右侧icon "),
1553
- H(v.$slots, (l == null ? void 0 : l.code) + "-rightIcon")
1554
+ U(v.$slots, (l == null ? void 0 : l.code) + "-rightIcon")
1554
1555
  ])
1555
1556
  ],
1556
1557
  2
@@ -1577,8 +1578,8 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1577
1578
  /* FORWARDED */
1578
1579
  }, 16, ["class", "mode", "openKeys", "selectedKeys", "inline-collapsed", "onOpenChange", "onClick"])) : b("v-if", !0),
1579
1580
  b(" 底部插槽 "),
1580
- h("div", Er, [
1581
- H(v.$slots, "bottom")
1581
+ h("div", Dr, [
1582
+ U(v.$slots, "bottom")
1582
1583
  ])
1583
1584
  ]),
1584
1585
  _: 3
@@ -1591,21 +1592,21 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1591
1592
  h(
1592
1593
  "div",
1593
1594
  {
1594
- class: _(["icon-container", s(o) ? "is-collapse" : ""])
1595
+ class: P(["icon-container", s(o) ? "is-collapse" : ""])
1595
1596
  },
1596
1597
  [
1597
1598
  h(
1598
1599
  "div",
1599
1600
  {
1600
1601
  style: ne({ "padding-left": s(o) ? "0" : "16px" }),
1601
- onClick: m[2] || (m[2] = (l) => s(L)(!s(o)))
1602
+ onClick: m[2] || (m[2] = (l) => s(V)(!s(o)))
1602
1603
  },
1603
1604
  [
1604
1605
  h("div", null, [
1605
- s(o) ? (c(), D(s(me), {
1606
+ s(o) ? (c(), _(s(me), {
1606
1607
  key: 0,
1607
1608
  class: "collapse-icon"
1608
- })) : (c(), D(s(be), {
1609
+ })) : (c(), _(s(be), {
1609
1610
  key: 1,
1610
1611
  class: "collapse-icon"
1611
1612
  }))
@@ -1623,7 +1624,7 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1623
1624
  /* CLASS, STYLE */
1624
1625
  ));
1625
1626
  }
1626
- }), Nr = {
1627
+ }), Kr = {
1627
1628
  "--das-ui-layout-aside-menu-width": "214px",
1628
1629
  "--das-ui-layout-aside-collapse-menu-width": "50px",
1629
1630
  "--das-ui-layout-aside-menu-item-height": "50px",
@@ -1645,13 +1646,13 @@ const nr = ["src"], Ve = /* @__PURE__ */ ye({
1645
1646
  "--das-ui-layout-aside-submenu-item-hover-background-color": "rgba(0,0,0,0.4)",
1646
1647
  "--das-ui-layout-aside-submenu-item-active-background-color": "rgba(0,0,0,0.4)",
1647
1648
  "--das-ui-layout-aside-collapse-icon-bg-color": "rgba(255,255,255,0.65)",
1648
- "--das-ui-layout-aside-collapse-icon-hover-bg-color": "#5582F3",
1649
+ "--das-ui-layout-aside-collapse-icon-hover-bg-color": "#FFFFFF",
1649
1650
  "--das-ui-layout-aside-divise-border-color": "rgba(255, 255, 255, 0.3)",
1650
1651
  "--das-ui-layout-aside-menu-expired-color": "#BBBBBB"
1651
- }, Br = { 已到期: { "zh-CN": "已到期", en: "Expired", _appCode: "framework" } };
1652
- Ze(Br);
1653
- on(Nr);
1654
- const Xr = qe(Kr), et = { title: "Menu-Aside 垂直导航栏" };
1652
+ }, Nr = { 已到期: { "zh-CN": "已到期", en: "Expired", _appCode: "framework" } };
1653
+ Ze(Nr);
1654
+ on(Kr);
1655
+ const Xr = qe(Br), et = { title: "Menu-Aside 垂直导航栏" };
1655
1656
  export {
1656
1657
  Xr as DasMenuAside,
1657
1658
  et as default