@das-fed/ui 6.4.0-dev.51 → 6.4.0-dev.53

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 (187) hide show
  1. package/esm-map.json +3 -1
  2. package/i18n-collection/en.js +426 -425
  3. package/i18n-collection/zh-CN.js +437 -437
  4. package/package.json +5 -5
  5. package/packages/business-components/change-enterprises/i18n/index.d.ts +15 -0
  6. package/packages/business-components/change-enterprises/index.js +51 -45
  7. package/packages/business-components/change-enterprises/index.js.gz +0 -0
  8. package/packages/business-components/change-pwd/i18n/index.d.ts +77 -1
  9. package/packages/business-components/change-pwd/index.js +118 -99
  10. package/packages/business-components/change-pwd/index.js.gz +0 -0
  11. package/packages/business-components/currency-page/i18n/index.d.ts +19 -0
  12. package/packages/business-components/currency-page/index.js +27 -20
  13. package/packages/business-components/currency-page/index.js.gz +0 -0
  14. package/packages/business-components/device-panel/i18n/index.d.ts +767 -0
  15. package/packages/business-components/device-panel/index.js +4961 -4767
  16. package/packages/business-components/device-panel/index.js.gz +0 -0
  17. package/packages/business-components/device-panel/style.css +1 -1
  18. package/packages/business-components/device-panel/style.css.gz +0 -0
  19. package/packages/business-components/export-button/i18n/index.d.ts +51 -0
  20. package/packages/business-components/export-button/index.js +117 -102
  21. package/packages/business-components/export-button/index.js.gz +0 -0
  22. package/packages/business-components/import-button/i18n/index.d.ts +103 -0
  23. package/packages/business-components/import-button/index.js +220 -192
  24. package/packages/business-components/import-button/index.js.gz +0 -0
  25. package/packages/business-components/model-table-dialog/i18n/index.d.ts +27 -0
  26. package/packages/business-components/model-table-dialog/index.js +663 -660
  27. package/packages/business-components/model-table-dialog/index.js.gz +0 -0
  28. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +48 -16
  29. package/packages/business-components/model-table-dialog/style.css +1 -1
  30. package/packages/business-components/model-table-dialog/style.css.gz +0 -0
  31. package/packages/business-components/process-configuration/i18n/index.d.ts +114 -1
  32. package/packages/business-components/process-configuration/index.js +158 -130
  33. package/packages/business-components/process-configuration/index.js.gz +0 -0
  34. package/packages/business-components/process-form/api-service/formPreView.d.ts +7 -0
  35. package/packages/business-components/process-form/apis.d.ts +1 -0
  36. package/packages/business-components/process-form/i18n/index.d.ts +279 -0
  37. package/packages/business-components/process-form/index.js +1170 -1071
  38. package/packages/business-components/process-form/index.js.gz +0 -0
  39. package/packages/business-components/process-form/src/widgets/store.d.ts +1 -0
  40. package/packages/business-components/process-form/style.css +1 -1
  41. package/packages/business-components/process-log/i18n/index.d.ts +33 -1
  42. package/packages/business-components/process-log/index.js +151 -146
  43. package/packages/business-components/process-log/index.js.gz +0 -0
  44. package/packages/business-components/process-search-form/i18n/index.d.ts +39 -0
  45. package/packages/business-components/process-search-form/index.d.ts +2 -2
  46. package/packages/business-components/process-search-form/index.js +420 -389
  47. package/packages/business-components/process-search-form/index.js.gz +0 -0
  48. package/packages/business-components/process-search-form/src/App.vue.d.ts +2 -2
  49. package/packages/business-components/process-search-form/src/type.d.ts +1 -1
  50. package/packages/business-components/process-table/i18n/index.d.ts +35 -0
  51. package/packages/business-components/process-table/index.js +265 -254
  52. package/packages/business-components/process-table/index.js.gz +0 -0
  53. package/packages/business-components/upload-file/i18n/index.d.ts +7 -0
  54. package/packages/business-components/upload-file/index.js +43 -38
  55. package/packages/business-components/upload-file/index.js.gz +0 -0
  56. package/packages/business-components/upload-file/src/type.d.ts +3 -0
  57. package/packages/business-components/urgent-panel/i18n/index.d.ts +331 -0
  58. package/packages/business-components/urgent-panel/index.js +900 -814
  59. package/packages/business-components/urgent-panel/index.js.gz +0 -0
  60. package/packages/business-components/user-org-dialog/i18n/index.d.ts +53 -1
  61. package/packages/business-components/user-org-dialog/index.js +196 -186
  62. package/packages/business-components/user-org-dialog/index.js.gz +0 -0
  63. package/packages/business-components/video-dialog/i18n/index.d.ts +71 -0
  64. package/packages/business-components/video-dialog/index.js +199 -179
  65. package/packages/business-components/video-dialog/index.js.gz +0 -0
  66. package/packages/components/button/i18n/index.d.ts +1 -6
  67. package/packages/components/button/index.js +16 -21
  68. package/packages/components/button/index.js.gz +0 -0
  69. package/packages/components/calendar/i18n/index.d.ts +52 -44
  70. package/packages/components/calendar/index.js +77 -75
  71. package/packages/components/calendar/index.js.gz +0 -0
  72. package/packages/components/cascader/i18n/index.d.ts +7 -0
  73. package/packages/components/cascader/index.js +38 -35
  74. package/packages/components/cascader/index.js.gz +0 -0
  75. package/packages/components/color-picker/i18n/index.d.ts +7 -0
  76. package/packages/components/color-picker/index.js +37 -34
  77. package/packages/components/color-picker/index.js.gz +0 -0
  78. package/packages/components/custom-search-item/i18n/index.d.ts +7 -0
  79. package/packages/components/custom-search-item/index.js +27 -24
  80. package/packages/components/custom-search-item/index.js.gz +0 -0
  81. package/packages/components/date-picker/i18n/index.d.ts +15 -0
  82. package/packages/components/date-picker/index.js +81 -76
  83. package/packages/components/date-picker/index.js.gz +0 -0
  84. package/packages/components/dialog/i18n/index.d.ts +6 -6
  85. package/packages/components/dialog/index.js +58 -58
  86. package/packages/components/dialog/index.js.gz +0 -0
  87. package/packages/components/dimple-layout/i18n/index.d.ts +43 -0
  88. package/packages/components/dimple-layout/index.js +1077 -1064
  89. package/packages/components/dimple-layout/index.js.gz +0 -0
  90. package/packages/components/dropdown/i18n/index.d.ts +7 -0
  91. package/packages/components/dropdown/index.js +32 -29
  92. package/packages/components/dropdown/index.js.gz +0 -0
  93. package/packages/components/empty/index.js +14 -16
  94. package/packages/components/empty/index.js.gz +0 -0
  95. package/packages/components/image-upload/i18n/index.d.ts +27 -3
  96. package/packages/components/image-upload/index.js +84 -78
  97. package/packages/components/image-upload/index.js.gz +0 -0
  98. package/packages/components/image-viewer/i18n/index.d.ts +31 -0
  99. package/packages/components/image-viewer/index.js +246 -237
  100. package/packages/components/image-viewer/index.js.gz +0 -0
  101. package/packages/components/input/i18n/index.d.ts +15 -0
  102. package/packages/components/input/index.js +50 -45
  103. package/packages/components/input/index.js.gz +0 -0
  104. package/packages/components/input-dialog-select/i18n/index.d.ts +1 -1
  105. package/packages/components/input-dialog-select/index.js +20 -23
  106. package/packages/components/input-dialog-select/index.js.gz +0 -0
  107. package/packages/components/live-player/i18n/index.d.ts +15 -0
  108. package/packages/components/live-player/index.js +15 -9
  109. package/packages/components/live-player/index.js.gz +0 -0
  110. package/packages/components/loading/i18n/index.d.ts +7 -0
  111. package/packages/components/loading/index.js +93 -90
  112. package/packages/components/loading/index.js.gz +0 -0
  113. package/packages/components/map/i18n/index.d.ts +23 -0
  114. package/packages/components/map/index.js +355 -347
  115. package/packages/components/map/index.js.gz +0 -0
  116. package/packages/components/menu-aside/i18n/index.d.ts +7 -0
  117. package/packages/components/menu-aside/index.js +150 -147
  118. package/packages/components/menu-aside/index.js.gz +0 -0
  119. package/packages/components/message/i18n/index.d.ts +7 -0
  120. package/packages/components/message/index.js +17 -14
  121. package/packages/components/message/index.js.gz +0 -0
  122. package/packages/components/notification/i18n/index.d.ts +7 -0
  123. package/packages/components/notification/index.js +10 -7
  124. package/packages/components/notification/index.js.gz +0 -0
  125. package/packages/components/pagination/i18n/index.d.ts +19 -0
  126. package/packages/components/pagination/index.js +81 -75
  127. package/packages/components/pagination/index.js.gz +0 -0
  128. package/packages/components/popover/i18n/index.d.ts +2 -2
  129. package/packages/components/preview/i18n/index.d.ts +1 -1
  130. package/packages/components/preview/index.js +1 -1
  131. package/packages/components/preview/index.js.gz +0 -0
  132. package/packages/components/rich-editor/i18n/index.d.ts +10 -3
  133. package/packages/components/rich-editor/index.js +4 -3
  134. package/packages/components/rich-editor/index.js.gz +0 -0
  135. package/packages/components/search/i18n/index.d.ts +25 -1
  136. package/packages/components/search/index.js +31 -28
  137. package/packages/components/search/index.js.gz +0 -0
  138. package/packages/components/select/i18n/index.d.ts +23 -0
  139. package/packages/components/select/index.js +204 -197
  140. package/packages/components/select/index.js.gz +0 -0
  141. package/packages/components/select-list/i18n/index.d.ts +4 -4
  142. package/packages/components/select-list/index.js +4 -4
  143. package/packages/components/select-list/index.js.gz +0 -0
  144. package/packages/components/special-range-picker-month/i18n/index.d.ts +4 -4
  145. package/packages/components/special-range-picker-month/index.js +15 -15
  146. package/packages/components/special-range-picker-month/index.js.gz +0 -0
  147. package/packages/components/special-range-picker-year/i18n/index.d.ts +3 -3
  148. package/packages/components/special-range-picker-year/index.js +81 -81
  149. package/packages/components/special-range-picker-year/index.js.gz +0 -0
  150. package/packages/components/spin/i18n/index.d.ts +7 -0
  151. package/packages/components/spin/index.js +35 -32
  152. package/packages/components/spin/index.js.gz +0 -0
  153. package/packages/components/table/i18n/index.d.ts +72 -2
  154. package/packages/components/table/index.js +1245 -1225
  155. package/packages/components/table/index.js.gz +0 -0
  156. package/packages/components/tabs/i18n/index.d.ts +15 -0
  157. package/packages/components/tabs/index.js +70 -65
  158. package/packages/components/tabs/index.js.gz +0 -0
  159. package/packages/components/time-line/i18n/index.d.ts +1 -1
  160. package/packages/components/time-line/index.js +6 -9
  161. package/packages/components/time-line/index.js.gz +0 -0
  162. package/packages/components/tooltip/i18n/index.d.ts +7 -0
  163. package/packages/components/tooltip/index.js +38 -35
  164. package/packages/components/tooltip/index.js.gz +0 -0
  165. package/packages/components/tree/i18n/index.d.ts +35 -0
  166. package/packages/components/tree/index.js +692 -682
  167. package/packages/components/tree/index.js.gz +0 -0
  168. package/packages/components/tree-table/index.js +69 -68
  169. package/packages/components/tree-table/index.js.gz +0 -0
  170. package/packages/components/tree-table/style.css +1 -1
  171. package/packages/components/tree-table/style.css.gz +0 -0
  172. package/packages/components/upload/i18n/index.d.ts +5 -5
  173. package/packages/components/upload/index.js +50 -50
  174. package/packages/components/upload/index.js.gz +0 -0
  175. package/packages/components/virtual-tree/i18n/index.d.ts +7 -0
  176. package/packages/components/virtual-tree/index.js +35 -31
  177. package/packages/components/virtual-tree/index.js.gz +0 -0
  178. package/packages/icons/edit-3/index.d.ts +1 -0
  179. package/packages/icons/edit-3/index.js +17 -0
  180. package/packages/icons/edit-3/index.js.gz +0 -0
  181. package/packages/icons/edit-3/index.vue.d.ts +16 -0
  182. package/packages/icons/index.d.ts +2 -0
  183. package/packages/icons/index.js +2 -0
  184. package/packages/icons/right-3/index.d.ts +1 -0
  185. package/packages/icons/right-3/index.js +17 -0
  186. package/packages/icons/right-3/index.js.gz +0 -0
  187. package/packages/icons/right-3/index.vue.d.ts +16 -0
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ 消息提示: {
3
+ "zh-CN": string;
4
+ en: string;
5
+ };
6
+ };
7
+ export default _default;
@@ -6,8 +6,8 @@ import { DasIconTongzhi as y } from "@das-fed/ui/packages/icons/tongzhi/index";
6
6
  import { h as t } from "vue";
7
7
  import "element-plus/es/components/message/style/css";
8
8
  import { setThemeRule as F } from "@das-fed/web/packages/theme/index";
9
- import { t as w } from "@das-fed/web/packages/i18n/index";
10
- const x = (e = 24) => {
9
+ import { setI18nRule as w, t as x } from "@das-fed/web/packages/i18n/index";
10
+ const M = (e = 24) => {
11
11
  b("das-ui-message-container", [
12
12
  {
13
13
  styleName: "transform",
@@ -23,7 +23,7 @@ const x = (e = 24) => {
23
23
  }
24
24
  for (const a of s)
25
25
  o.style[a.styleName] = a.style;
26
- }, M = (e) => {
26
+ }, h = (e) => {
27
27
  let s = "";
28
28
  return e == "success" && (s = t(f, {
29
29
  iconColor: "#1BA854",
@@ -38,22 +38,22 @@ const x = (e = 24) => {
38
38
  iconColor: "#FB2323",
39
39
  customSize: "16"
40
40
  })), s;
41
- }, h = (e) => {
41
+ }, C = (e) => {
42
42
  let s = "";
43
43
  return e == "success" && (s = " el-message--success"), e == "warning" && (s = " el-message--warning"), e == "info" && (s = " el-message--info"), e == "error" && (s = " el-message--error"), s;
44
44
  };
45
- x();
45
+ M();
46
46
  let g = {
47
47
  close() {
48
48
  }
49
49
  };
50
- const C = {
50
+ const D = {
51
51
  offset: 16,
52
52
  // 默认3s
53
53
  duration: 3e3
54
54
  }, r = (e) => {
55
55
  var s;
56
- return r.proxyStatus ? r.proxyMessage(e) : (typeof e == "string" && (e = { message: e }), e = { ...C, ...e }, e.customClass = ((s = e.customClass) == null ? void 0 : s.concat(" das-ui-message")) || "das-ui-message", e.appendTo || (e.appendTo = "#das-ui-message-container"), e.icon || (e.icon = M(e.type), e.customClass = e.customClass.concat(h(e.type))), g = n(e), g);
56
+ return r.proxyStatus ? r.proxyMessage(e) : (typeof e == "string" && (e = { message: e }), e = { ...D, ...e }, e.customClass = ((s = e.customClass) == null ? void 0 : s.concat(" das-ui-message")) || "das-ui-message", e.appendTo || (e.appendTo = "#das-ui-message-container"), e.icon || (e.icon = h(e.type), e.customClass = e.customClass.concat(C(e.type))), g = n(e), g);
57
57
  };
58
58
  r.error = (e) => (typeof e == "string" && (e = { message: e }), e.type = "error", r(e));
59
59
  r.success = (e) => (typeof e == "string" && (e = { message: e }), e.type = "success", r(e));
@@ -74,7 +74,7 @@ window.addEventListener("message", (e) => {
74
74
  s === a.showProxyMessage && r(o);
75
75
  }
76
76
  });
77
- const D = {
77
+ const S = {
78
78
  "--das-ui-message-font-size-sm": "12px",
79
79
  "--das-ui-message-font-size-md": "14px",
80
80
  "--das-ui-message-font-size-lg": "16px",
@@ -96,12 +96,15 @@ const D = {
96
96
  "--das-ui-message-error-bg-color": "#FFDBE0",
97
97
  "--das-ui-message-error-color": "#FB2323",
98
98
  "--das-ui-message-error-bd-color": "##FFADB6"
99
+ }, B = {
100
+ 消息提示: { "zh-CN": "消息提示", en: "Message prompt" }
99
101
  };
100
- F(D);
101
- const S = r;
102
- window.DasMessage = S;
103
- const T = { name: `Message ${w("消息提示")}` };
102
+ w(B);
103
+ F(S);
104
+ const E = r;
105
+ window.DasMessage = E;
106
+ const R = { name: `Message ${x("消息提示")}` };
104
107
  export {
105
- S as DasMessage,
106
- T as default
108
+ E as DasMessage,
109
+ R as default
107
110
  };
@@ -0,0 +1,7 @@
1
+ declare const _default: {
2
+ 通知: {
3
+ "zh-CN": string;
4
+ en: string;
5
+ };
6
+ };
7
+ export default _default;
@@ -2,7 +2,7 @@ import '@das-fed/ui/packages/components/notification/style.css';
2
2
  import { notification as t } from "ant-design-vue";
3
3
  import "ant-design-vue/es/notification/style/css";
4
4
  import { setThemeRule as o } from "@das-fed/web/packages/theme/index";
5
- import { t as c } from "@das-fed/web/packages/i18n/index";
5
+ import { setI18nRule as c, t as s } from "@das-fed/web/packages/i18n/index";
6
6
  const a = () => {
7
7
  let i = document.getElementById("das-ui-notification-container");
8
8
  if (!i) {
@@ -16,7 +16,7 @@ t.config({
16
16
  getContainer: a,
17
17
  maxCount: 3
18
18
  });
19
- const d = {
19
+ const m = {
20
20
  success: (i) => {
21
21
  var n;
22
22
  return i.class = ((n = i.class) == null ? void 0 : n.concat(" das-ui-notification das-ui-notification-success")) || "das-ui-notification das-ui-notification-success", t.success(i);
@@ -48,7 +48,7 @@ const d = {
48
48
  config: (i) => t.config(i),
49
49
  destroy: () => t.destroy(),
50
50
  close: (i) => t.close(i)
51
- }, s = {
51
+ }, e = {
52
52
  "--das-ui-notification-font-size-sm": "12px",
53
53
  "--das-ui-notification-font-size-md": "14px",
54
54
  "--das-ui-notification-font-size-lg": "16px",
@@ -56,10 +56,13 @@ const d = {
56
56
  "--das-ui-notification-primary-bg-color": "#5582f3",
57
57
  "--das-ui-notification-close-hover-color": "#85b8ff",
58
58
  "--das-ui-notification-close-color": "#666666;"
59
+ }, r = {
60
+ 通知: { "zh-CN": "通知", en: "Notification" }
59
61
  };
60
- o(s);
61
- const l = { name: `Notification ${c("通知")}` };
62
+ c(r);
63
+ o(e);
64
+ const g = { name: `Notification ${s("通知")}` };
62
65
  export {
63
- d as DasNotification,
64
- l as default
66
+ m as DasNotification,
67
+ g as default
65
68
  };
@@ -0,0 +1,19 @@
1
+ declare const _default: {
2
+ 共: {
3
+ "zh-CN": string;
4
+ en: string;
5
+ };
6
+ 条: {
7
+ "zh-CN": string;
8
+ en: string;
9
+ };
10
+ 页: {
11
+ "zh-CN": string;
12
+ en: string;
13
+ };
14
+ 第: {
15
+ "zh-CN": string;
16
+ en: string;
17
+ };
18
+ };
19
+ export default _default;
@@ -1,25 +1,25 @@
1
1
  import '@das-fed/ui/packages/components/pagination/style.css';
2
- import { defineComponent as E, openBlock as p, createElementBlock as C, createElementVNode as P, ref as N, computed as g, createBlock as B, withCtx as k, createVNode as v, Fragment as L, renderList as q, normalizeClass as h, createTextVNode as G, toDisplayString as m, unref as o, reactive as H, watch as J, onMounted as K, nextTick as Q, createCommentVNode as D, mergeProps as W, isRef as M, renderSlot as X } from "vue";
2
+ import { defineComponent as V, openBlock as p, createElementBlock as C, createElementVNode as P, ref as M, computed as g, createBlock as I, withCtx as k, createVNode as v, Fragment as L, renderList as q, normalizeClass as y, createTextVNode as G, toDisplayString as m, unref as o, reactive as H, watch as J, onMounted as K, nextTick as Q, createCommentVNode as D, mergeProps as W, isRef as E, renderSlot as X } from "vue";
3
3
  import { withInstall as Y } from "@das-fed/utils/with-install/index";
4
- import { DasAutoRegisterIcon as Z, DasIcon as V } from "@das-fed/ui/packages/components/icon/index";
4
+ import { DasAutoRegisterIcon as Z, DasIcon as N } from "@das-fed/ui/packages/components/icon/index";
5
5
  import { ElConfigProvider as ee, ElPagination as ae } from "element-plus";
6
6
  import "element-plus/es/components/pagination/style/css";
7
- import { useModelValue as T } from "@das-fed/utils/vue";
7
+ import { useModelValue as A } from "@das-fed/utils/vue";
8
8
  import te from "element-plus/dist/locale/zh-cn.mjs";
9
- import { ElIcon as oe, ElDropdownItem as le, ElDropdownMenu as se, ElDropdown as ne } from "element-plus/es";
9
+ import { ElIcon as oe, ElDropdownItem as le, ElDropdownMenu as ne, ElDropdown as se } from "element-plus/es";
10
10
  import "element-plus/es/components/base/style/css";
11
11
  import "element-plus/es/components/dropdown/style/css";
12
12
  import "element-plus/es/components/dropdown-menu/style/css";
13
13
  import "element-plus/es/components/dropdown-item/style/css";
14
14
  import "element-plus/es/components/icon/style/css";
15
- import { t as b } from "@das-fed/web/packages/i18n/index";
16
- import { setThemeRule as ie } from "@das-fed/web/packages/theme/index";
15
+ import { t as b, setI18nRule as ie } from "@das-fed/web/packages/i18n/index";
16
+ import { setThemeRule as re } from "@das-fed/web/packages/theme/index";
17
17
  /*! Element Plus Icons Vue v2.3.1 */
18
- var re = /* @__PURE__ */ E({
18
+ var ue = /* @__PURE__ */ V({
19
19
  name: "ArrowDown",
20
20
  __name: "arrow-down",
21
21
  setup(f) {
22
- return (_, n) => (p(), C("svg", {
22
+ return (_, s) => (p(), C("svg", {
23
23
  xmlns: "http://www.w3.org/2000/svg",
24
24
  viewBox: "0 0 1024 1024"
25
25
  }, [
@@ -29,33 +29,33 @@ var re = /* @__PURE__ */ E({
29
29
  })
30
30
  ]));
31
31
  }
32
- }), ue = re;
33
- const pe = { class: "sizes-dropdown-link" }, ce = { class: "current-page-size" }, de = {
32
+ }), pe = ue;
33
+ const ce = { class: "sizes-dropdown-link" }, de = { class: "current-page-size" }, ge = {
34
34
  name: "DasPaginationSizes"
35
- }, ge = /* @__PURE__ */ E({
36
- ...de,
35
+ }, ve = /* @__PURE__ */ V({
36
+ ...ge,
37
37
  props: {
38
38
  pageSizes: { default: () => [20, 50, 100] },
39
39
  pageSize: { default: 20 }
40
40
  },
41
41
  emits: ["update:pageSize", "size-change"],
42
42
  setup(f, { emit: _ }) {
43
- const n = f, l = _, d = N(!1), s = g({
44
- get: () => n.pageSize,
43
+ const s = f, l = _, d = M(!1), n = g({
44
+ get: () => s.pageSize,
45
45
  set: (i) => {
46
46
  l("update:pageSize", i);
47
47
  }
48
- }), I = (i) => {
48
+ }), B = (i) => {
49
49
  d.value = i;
50
50
  }, x = (i) => {
51
- s.value = i, l("size-change", i);
51
+ n.value = i, l("size-change", i);
52
52
  };
53
- return (i, y) => {
54
- const w = oe, e = le, c = se, r = ne;
55
- return p(), B(r, {
53
+ return (i, h) => {
54
+ const w = oe, e = le, c = ne, r = se;
55
+ return p(), I(r, {
56
56
  "popper-class": "pagination-sizes-popper",
57
57
  trigger: "click",
58
- onVisibleChange: I,
58
+ onVisibleChange: B,
59
59
  onCommand: x
60
60
  }, {
61
61
  dropdown: k(() => [
@@ -64,8 +64,8 @@ const pe = { class: "sizes-dropdown-link" }, ce = { class: "current-page-size" }
64
64
  (p(!0), C(
65
65
  L,
66
66
  null,
67
- q(i.pageSizes, (z) => (p(), B(e, {
68
- class: h(["sizes-item", z === i.pageSize ? "selected" : ""]),
67
+ q(i.pageSizes, (z) => (p(), I(e, {
68
+ class: y(["sizes-item", z === i.pageSize ? "selected" : ""]),
69
69
  key: z,
70
70
  command: z
71
71
  }, {
@@ -88,19 +88,19 @@ const pe = { class: "sizes-dropdown-link" }, ce = { class: "current-page-size" }
88
88
  })
89
89
  ]),
90
90
  default: k(() => [
91
- P("span", pe, [
91
+ P("span", ce, [
92
92
  P(
93
93
  "span",
94
- ce,
95
- m(s.value) + m(o(b)("条/页")),
94
+ de,
95
+ m(n.value) + m(o(b)("条/页")),
96
96
  1
97
97
  /* TEXT */
98
98
  ),
99
99
  v(w, {
100
- class: h(["arrow-icon", d.value ? "rotate180" : ""])
100
+ class: y(["arrow-icon", d.value ? "rotate180" : ""])
101
101
  }, {
102
102
  default: k(() => [
103
- v(o(ue))
103
+ v(o(pe))
104
104
  ]),
105
105
  _: 1
106
106
  /* STABLE */
@@ -112,35 +112,35 @@ const pe = { class: "sizes-dropdown-link" }, ce = { class: "current-page-size" }
112
112
  });
113
113
  };
114
114
  }
115
- }), A = (f, _) => {
116
- const n = f.__vccOpts || f;
115
+ }), R = (f, _) => {
116
+ const s = f.__vccOpts || f;
117
117
  for (const [l, d] of _)
118
- n[l] = d;
119
- return n;
120
- }, ve = /* @__PURE__ */ A(ge, [["__scopeId", "data-v-d91f4c72"]]), me = { class: "total-page" }, fe = {
118
+ s[l] = d;
119
+ return s;
120
+ }, me = /* @__PURE__ */ R(ve, [["__scopeId", "data-v-d91f4c72"]]), fe = { class: "total-page" }, _e = {
121
121
  name: "TotalPage"
122
- }, _e = /* @__PURE__ */ E({
123
- ...fe,
122
+ }, ze = /* @__PURE__ */ V({
123
+ ..._e,
124
124
  props: {
125
125
  totalPage: {}
126
126
  },
127
127
  setup(f) {
128
- return (_, n) => (p(), C(
128
+ return (_, s) => (p(), C(
129
129
  "div",
130
- me,
130
+ fe,
131
131
  m(o(b)("共")) + m(_.totalPage) + m(o(b)("页")),
132
132
  1
133
133
  /* TEXT */
134
134
  ));
135
135
  }
136
- }), ze = /* @__PURE__ */ A(_e, [["__scopeId", "data-v-135c589a"]]), ke = { class: "das-ui-pagination" }, Ce = {
136
+ }), ke = /* @__PURE__ */ R(ze, [["__scopeId", "data-v-135c589a"]]), Ce = { class: "das-ui-pagination" }, he = {
137
137
  key: 0,
138
138
  style: { color: "#212121", "font-size": "12px" }
139
139
  }, ye = {
140
140
  key: 1,
141
141
  style: { "margin-left": "12px" },
142
142
  class: "page-container flex-center__y"
143
- }, he = { class: "flex-center__y" }, we = { class: "flex-center__y" }, Se = /* @__PURE__ */ E({
143
+ }, we = { class: "flex-center__y" }, Se = { class: "flex-center__y" }, Pe = /* @__PURE__ */ V({
144
144
  __name: "Pagination",
145
145
  props: {
146
146
  modelValue: { default: 1 },
@@ -156,24 +156,24 @@ const pe = { class: "sizes-dropdown-link" }, ce = { class: "current-page-size" }
156
156
  },
157
157
  emits: ["update:modelValue", "update:pageSize", "size-change", "current-change", "prev-click", "next-click", "first-click", "last-click"],
158
158
  setup(f, { emit: _ }) {
159
- const n = f, l = _;
159
+ const s = f, l = _;
160
160
  Z({
161
161
  "arrow-first": import("@das-fed/ui/packages/icons/arrow-first"),
162
162
  left: import("@das-fed/ui/packages/icons/left"),
163
163
  right: import("@das-fed/ui/packages/icons/right"),
164
164
  "arrow-last": import("@das-fed/ui/packages/icons/arrow-last")
165
165
  });
166
- const d = N(), s = H({
166
+ const d = M(), n = H({
167
167
  first: !1,
168
168
  pre: !1,
169
169
  next: !1,
170
170
  last: !1
171
- }), I = g(() => n.layout), x = g(() => n.background), i = g(() => n.pageSizes), y = g(() => n.total), w = g(() => n.simple), e = T(n, "modelValue"), c = T(n, "pageSize"), r = g(() => Math.ceil(y.value / c.value)), z = g(() => w.value ? "prev, slot, next" : I.value || "total,jumper,slot,sizes"), R = g(() => z.value.replace(/\s*/g, "").split(",").filter((a) => a !== "total" && a !== "sizes").join(",")), U = (t) => {
171
+ }), B = g(() => s.layout), x = g(() => s.background), i = g(() => s.pageSizes), h = g(() => s.total), w = g(() => s.simple), e = A(s, "modelValue"), c = A(s, "pageSize"), r = g(() => Math.ceil(h.value / c.value)), z = g(() => w.value ? "prev, slot, next" : B.value || "total,jumper,slot,sizes"), T = g(() => z.value.replace(/\s*/g, "").split(",").filter((a) => a !== "total" && a !== "sizes").join(",")), U = (t) => {
172
172
  l("update:pageSize", t), l("size-change", t);
173
173
  }, S = (t) => {
174
174
  l("update:modelValue", t), l("current-change", t);
175
175
  }, j = () => l("prev-click", e.value), F = () => l("next-click", e.value), O = () => {
176
- s.first = r.value === 0 || e.value <= 1, s.pre = r.value === 0 || e.value <= 1, s.next = r.value === 0 || e.value === r.value, s.last = r.value === 0 || e.value === r.value;
176
+ n.first = r.value === 0 || e.value <= 1, n.pre = r.value === 0 || e.value <= 1, n.next = r.value === 0 || e.value === r.value, n.last = r.value === 0 || e.value === r.value;
177
177
  };
178
178
  J(
179
179
  () => [e.value, r.value],
@@ -201,13 +201,13 @@ const pe = { class: "sizes-dropdown-link" }, ce = { class: "current-page-size" }
201
201
  [
202
202
  "next",
203
203
  () => {
204
- e.value !== y.value && (e.value++, S(e.value), l("next-click", e.value));
204
+ e.value !== h.value && (e.value++, S(e.value), l("next-click", e.value));
205
205
  }
206
206
  ],
207
207
  [
208
208
  "last",
209
209
  () => {
210
- e.value !== y.value && (e.value = r.value, S(e.value), l("last-click", e.value));
210
+ e.value !== h.value && (e.value = r.value, S(e.value), l("last-click", e.value));
211
211
  }
212
212
  ]
213
213
  ]);
@@ -219,8 +219,8 @@ const pe = { class: "sizes-dropdown-link" }, ce = { class: "current-page-size" }
219
219
  var t, a;
220
220
  (t = d.value) != null && t.$el && (a = d.value.$el) != null && a.getElementsByClassName("el-pagination__goto")[0] && (d.value.$el.getElementsByClassName("el-pagination__goto")[0].innerText = b("第"));
221
221
  });
222
- }), (t, a) => (p(), C("div", ke, [
223
- z.value.includes("total") ? (p(), B(o(ze), {
222
+ }), (t, a) => (p(), C("div", Ce, [
223
+ z.value.includes("total") ? (p(), I(o(ke), {
224
224
  key: 0,
225
225
  "total-page": r.value,
226
226
  style: { "margin-right": "12px" }
@@ -232,12 +232,12 @@ const pe = { class: "sizes-dropdown-link" }, ce = { class: "current-page-size" }
232
232
  ref: d,
233
233
  class: { background: x.value, simple: w.value },
234
234
  currentPage: o(e),
235
- "onUpdate:currentPage": a[4] || (a[4] = (u) => M(e) ? e.value = u : null),
235
+ "onUpdate:currentPage": a[4] || (a[4] = (u) => E(e) ? e.value = u : null),
236
236
  "page-size": o(c),
237
- "onUpdate:pageSize": a[5] || (a[5] = (u) => M(c) ? c.value = u : null),
237
+ "onUpdate:pageSize": a[5] || (a[5] = (u) => E(c) ? c.value = u : null),
238
238
  "page-sizes": i.value,
239
- layout: R.value,
240
- total: y.value,
239
+ layout: T.value,
240
+ total: h.value,
241
241
  small: t.small,
242
242
  background: x.value,
243
243
  disabled: t.disabled,
@@ -248,48 +248,48 @@ const pe = { class: "sizes-dropdown-link" }, ce = { class: "current-page-size" }
248
248
  onNextClick: F
249
249
  }, t.$attrs), {
250
250
  default: k(() => [
251
- R.value.includes("slot") ? X(t.$slots, "default", { key: 0 }, () => [
251
+ T.value.includes("slot") ? X(t.$slots, "default", { key: 0 }, () => [
252
252
  t.$slots.default ? D("v-if", !0) : (p(), C(
253
253
  L,
254
254
  { key: 0 },
255
255
  [
256
256
  w.value ? (p(), C(
257
257
  "div",
258
- Ce,
259
- m(o(e)) + "/" + m(Math.ceil(y.value / o(c))),
258
+ he,
259
+ m(o(e)) + "/" + m(Math.ceil(h.value / o(c))),
260
260
  1
261
261
  /* TEXT */
262
262
  )) : (p(), C("div", ye, [
263
- P("div", he, [
264
- v(o(V), {
265
- class: h(["page-icon", s.first ? "disabled" : ""]),
263
+ P("div", we, [
264
+ v(o(N), {
265
+ class: y(["page-icon", n.first ? "disabled" : ""]),
266
266
  icon: "arrow-first",
267
267
  iconColor: "#666666",
268
268
  size: "medium",
269
- onClick: a[0] || (a[0] = (u) => $("first", s.first))
269
+ onClick: a[0] || (a[0] = (u) => $("first", n.first))
270
270
  }, null, 8, ["class"]),
271
- v(o(V), {
272
- class: h(["page-icon", s.pre ? "disabled" : ""]),
271
+ v(o(N), {
272
+ class: y(["page-icon", n.pre ? "disabled" : ""]),
273
273
  icon: "left",
274
274
  iconColor: "#666666",
275
275
  size: "medium",
276
- onClick: a[1] || (a[1] = (u) => $("pre", s.pre))
276
+ onClick: a[1] || (a[1] = (u) => $("pre", n.pre))
277
277
  }, null, 8, ["class"])
278
278
  ]),
279
- P("div", we, [
280
- v(o(V), {
281
- class: h(["page-icon", s.next ? "disabled" : ""]),
279
+ P("div", Se, [
280
+ v(o(N), {
281
+ class: y(["page-icon", n.next ? "disabled" : ""]),
282
282
  icon: "right",
283
283
  iconColor: "#666666",
284
284
  size: "medium",
285
- onClick: a[2] || (a[2] = (u) => $("next", s.next))
285
+ onClick: a[2] || (a[2] = (u) => $("next", n.next))
286
286
  }, null, 8, ["class"]),
287
- v(o(V), {
288
- class: h(["page-icon", s.last ? "disabled" : ""]),
287
+ v(o(N), {
288
+ class: y(["page-icon", n.last ? "disabled" : ""]),
289
289
  icon: "arrow-last",
290
290
  iconColor: "#666666",
291
291
  size: "medium",
292
- onClick: a[3] || (a[3] = (u) => $("last", s.last))
292
+ onClick: a[3] || (a[3] = (u) => $("last", n.last))
293
293
  }, null, 8, ["class"])
294
294
  ])
295
295
  ]))
@@ -306,27 +306,33 @@ const pe = { class: "sizes-dropdown-link" }, ce = { class: "current-page-size" }
306
306
  _: 3
307
307
  /* FORWARDED */
308
308
  }, 8, ["locale"]),
309
- z.value.includes("sizes") ? (p(), B(o(ve), {
309
+ z.value.includes("sizes") ? (p(), I(o(me), {
310
310
  key: 1,
311
311
  "page-sizes": i.value,
312
312
  pageSize: o(c),
313
- "onUpdate:pageSize": a[6] || (a[6] = (u) => M(c) ? c.value = u : null),
313
+ "onUpdate:pageSize": a[6] || (a[6] = (u) => E(c) ? c.value = u : null),
314
314
  onSizeChange: U
315
315
  }, null, 8, ["page-sizes", "pageSize"])) : D("v-if", !0)
316
316
  ]));
317
317
  }
318
- }), Pe = /* @__PURE__ */ A(Se, [["__scopeId", "data-v-8dc0f6a4"]]), be = {
318
+ }), be = /* @__PURE__ */ R(Pe, [["__scopeId", "data-v-8dc0f6a4"]]), xe = {
319
319
  "--das-ui-pagination-simple-border-color": "#D9D9D9",
320
320
  "--das-ui-pagination-size-color": "#212121",
321
321
  "--das-ui-pagination-size--icon-hover-color": "#3761CA",
322
322
  "--das-ui-pagination-size--poppver-item-hover-bg-color": "#f5f5f5",
323
323
  "--das-ui-pagination-size--poppver-item-click-color": "#5582f3",
324
324
  "--das-ui-pagination-totalpage-color": "#666666"
325
+ }, $e = {
326
+ 共: { "zh-CN": "共", en: "Total" },
327
+ 条: { "zh-CN": "条", en: "items" },
328
+ 页: { "zh-CN": "页", en: "Page" },
329
+ 第: { "zh-CN": "第", en: "No." }
325
330
  };
326
- ie(be);
327
- const Oe = () => N(null), qe = Y(Pe);
331
+ ie($e);
332
+ re(xe);
333
+ const Ge = () => M(null), He = Y(be);
328
334
  export {
329
- qe as DasPagination,
330
- Oe as DasPaginationRef,
331
- qe as default
335
+ He as DasPagination,
336
+ Ge as DasPaginationRef,
337
+ He as default
332
338
  };
@@ -1,10 +1,10 @@
1
1
  declare const _default: {
2
2
  'das-ui-popover-confirm': {
3
- 'zh-CN': string;
3
+ "zh-CN": string;
4
4
  en: string;
5
5
  };
6
6
  'das-ui-popover-cancel': {
7
- 'zh-CN': string;
7
+ "zh-CN": string;
8
8
  en: string;
9
9
  };
10
10
  };
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  'das-preview-text': {
3
- 'zh-CN': string;
3
+ "zh-CN": string;
4
4
  en: string;
5
5
  };
6
6
  };
@@ -55,7 +55,7 @@ const y = (e) => {
55
55
  t[o] = s;
56
56
  return t;
57
57
  }, z = /* @__PURE__ */ b(N, [["__scopeId", "data-v-3b501019"]]), B = {
58
- "das-preview-text": { "zh-CN": "预览", en: "preview" }
58
+ "das-preview-text": { "zh-CN": "预览", en: "Preview" }
59
59
  }, L = f(z);
60
60
  d(B);
61
61
  export {
@@ -1,12 +1,19 @@
1
1
  declare const _default: {
2
+ 请输入正确的链接地址: {
3
+ "zh-CN": string;
4
+ en: string;
5
+ };
2
6
  'dasui-richeditor-key1': {
3
- 'zh-CN': string;
7
+ "zh-CN": string;
8
+ en: string;
4
9
  };
5
10
  'dasui-richeditor-key2': {
6
- 'zh-CN': string;
11
+ "zh-CN": string;
12
+ en: string;
7
13
  };
8
14
  'dasui-richeditor-key3': {
9
- 'zh-CN': string;
15
+ "zh-CN": string;
16
+ en: string;
10
17
  };
11
18
  };
12
19
  export default _default;
@@ -21897,9 +21897,10 @@ const g2t = {
21897
21897
  }), m2t = {
21898
21898
  "--das-ui-rich-editor-active-font-color": "#5582F3"
21899
21899
  }, y2t = {
21900
- "dasui-richeditor-key1": { "zh-CN": "图片大小不能超过$0M! 请重新上传" },
21901
- "dasui-richeditor-key2": { "zh-CN": "视频大小不能超过$0M! 请重新上传" },
21902
- "dasui-richeditor-key3": { "zh-CN": "文件大小不能超过$0M! 请重新上传" }
21900
+ 请输入正确的链接地址: { "zh-CN": "请输入正确的链接地址", en: "Please enter a valid link address" },
21901
+ "dasui-richeditor-key1": { "zh-CN": "图片大小不能超过$0M! 请重新上传", en: "Image size cannot exceed $0M! Please re-upload" },
21902
+ "dasui-richeditor-key2": { "zh-CN": "视频大小不能超过$0M! 请重新上传", en: "Video size cannot exceed $0M! Please re-upload" },
21903
+ "dasui-richeditor-key3": { "zh-CN": "文件大小不能超过$0M! 请重新上传", en: "File size cannot exceed $0M! Please re-upload" }
21903
21904
  };
21904
21905
  L$(m2t);
21905
21906
  R$(y2t);
@@ -1,6 +1,30 @@
1
1
  declare const _default: {
2
+ 筛选条件: {
3
+ "zh-CN": string;
4
+ en: string;
5
+ };
6
+ 收起过滤: {
7
+ "zh-CN": string;
8
+ en: string;
9
+ };
10
+ 展开过滤: {
11
+ "zh-CN": string;
12
+ en: string;
13
+ };
14
+ 全部: {
15
+ "zh-CN": string;
16
+ en: string;
17
+ };
18
+ 不限: {
19
+ "zh-CN": string;
20
+ en: string;
21
+ };
22
+ 至: {
23
+ "zh-CN": string;
24
+ en: string;
25
+ };
2
26
  'demo-msg': {
3
- 'zh-CN': string;
27
+ "zh-CN": string;
4
28
  en: string;
5
29
  };
6
30
  };