@das-fed/ui 6.4.0-dev.54 → 6.4.0-dev.54.10

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 (147) hide show
  1. package/package.json +5 -5
  2. package/packages/business-components/change-enterprises/i18n/index.d.ts +3 -3
  3. package/packages/business-components/change-pwd/i18n/index.d.ts +26 -34
  4. package/packages/business-components/change-pwd/index.js +66 -65
  5. package/packages/business-components/change-pwd/index.js.gz +0 -0
  6. package/packages/business-components/device-panel/i18n/index.d.ts +363 -191
  7. package/packages/business-components/device-panel/index.js +334 -261
  8. package/packages/business-components/device-panel/index.js.gz +0 -0
  9. package/packages/business-components/export-button/i18n/index.d.ts +16 -20
  10. package/packages/business-components/export-button/index.js +88 -86
  11. package/packages/business-components/export-button/index.js.gz +0 -0
  12. package/packages/business-components/import-button/i18n/index.d.ts +34 -30
  13. package/packages/business-components/import-button/index.js +148 -144
  14. package/packages/business-components/import-button/index.js.gz +0 -0
  15. package/packages/business-components/layout-breadcrumb/index.js +63 -61
  16. package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
  17. package/packages/business-components/model-table-dialog/i18n/index.d.ts +6 -6
  18. package/packages/business-components/model-table-dialog/index.js +82 -83
  19. package/packages/business-components/model-table-dialog/index.js.gz +0 -0
  20. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +17 -49
  21. package/packages/business-components/model-table-dialog/style.css +1 -1
  22. package/packages/business-components/model-table-dialog/style.css.gz +0 -0
  23. package/packages/business-components/process-configuration/i18n/index.d.ts +37 -29
  24. package/packages/business-components/process-configuration/index.js +103 -92
  25. package/packages/business-components/process-configuration/index.js.gz +0 -0
  26. package/packages/business-components/process-form/i18n/index.d.ts +109 -69
  27. package/packages/business-components/process-form/index.js +691 -672
  28. package/packages/business-components/process-form/index.js.gz +0 -0
  29. package/packages/business-components/process-log/i18n/index.d.ts +4 -0
  30. package/packages/business-components/process-log/index.js +29 -28
  31. package/packages/business-components/process-log/index.js.gz +0 -0
  32. package/packages/business-components/process-search-form/i18n/index.d.ts +9 -9
  33. package/packages/business-components/process-search-form/index.js +96 -93
  34. package/packages/business-components/process-search-form/index.js.gz +0 -0
  35. package/packages/business-components/process-table/i18n/index.d.ts +8 -8
  36. package/packages/business-components/process-table/index.d.ts +11 -2
  37. package/packages/business-components/process-table/index.js +596 -590
  38. package/packages/business-components/process-table/index.js.gz +0 -0
  39. package/packages/business-components/process-table/src/App.vue.d.ts +1 -0
  40. package/packages/business-components/process-table/src/type.d.ts +2 -0
  41. package/packages/business-components/process-table/style.css +1 -1
  42. package/packages/business-components/upload-file/i18n/index.d.ts +2 -2
  43. package/packages/business-components/upload-file/index.js +45 -42
  44. package/packages/business-components/upload-file/index.js.gz +0 -0
  45. package/packages/business-components/urgent-panel/i18n/index.d.ts +115 -83
  46. package/packages/business-components/urgent-panel/index.js +570 -545
  47. package/packages/business-components/urgent-panel/index.js.gz +0 -0
  48. package/packages/business-components/user-org-dialog/i18n/index.d.ts +7 -3
  49. package/packages/business-components/user-org-dialog/index.js +92 -91
  50. package/packages/business-components/user-org-dialog/index.js.gz +0 -0
  51. package/packages/business-components/video-dialog/i18n/index.d.ts +29 -17
  52. package/packages/business-components/video-dialog/index.js +116 -113
  53. package/packages/business-components/video-dialog/index.js.gz +0 -0
  54. package/packages/components/autocomplete/src/index.vue.d.ts +5 -1
  55. package/packages/components/button/index.js +54 -56
  56. package/packages/components/button/index.js.gz +0 -0
  57. package/packages/components/image-upload/i18n/index.d.ts +9 -21
  58. package/packages/components/image-upload/index.js +92 -92
  59. package/packages/components/image-upload/index.js.gz +0 -0
  60. package/packages/components/image-viewer/i18n/index.d.ts +1 -30
  61. package/packages/components/image-viewer/index.js +213 -219
  62. package/packages/components/image-viewer/index.js.gz +0 -0
  63. package/packages/components/input/i18n/index.d.ts +3 -3
  64. package/packages/components/input/index.d.ts +5 -0
  65. package/packages/components/input/index.js +76 -72
  66. package/packages/components/input/index.js.gz +0 -0
  67. package/packages/components/input/src/index.vue.d.ts +2 -0
  68. package/packages/components/input/src/type.d.ts +1 -0
  69. package/packages/components/input/style.css +1 -1
  70. package/packages/components/input/style.css.gz +0 -0
  71. package/packages/components/input-dialog-select/i18n/index.d.ts +1 -6
  72. package/packages/components/input-dialog-select/index.js +49 -51
  73. package/packages/components/input-dialog-select/index.js.gz +0 -0
  74. package/packages/components/live-player/i18n/index.d.ts +3 -7
  75. package/packages/components/live-player/index.js +7 -5
  76. package/packages/components/live-player/index.js.gz +0 -0
  77. package/packages/components/live-player/style.css +1 -1
  78. package/packages/components/loading/i18n/index.d.ts +1 -1
  79. package/packages/components/loading/index.js +1 -3
  80. package/packages/components/loading/index.js.gz +0 -0
  81. package/packages/components/map/i18n/index.d.ts +7 -11
  82. package/packages/components/map/index.js +168 -167
  83. package/packages/components/map/index.js.gz +0 -0
  84. package/packages/components/menu-aside/i18n/index.d.ts +1 -1
  85. package/packages/components/menu-aside/index.js +40 -31
  86. package/packages/components/menu-aside/index.js.gz +0 -0
  87. package/packages/components/menu-aside/src/style-theme.d.ts +10 -0
  88. package/packages/components/menu-aside/style.css +1 -1
  89. package/packages/components/menu-aside/style.css.gz +0 -0
  90. package/packages/components/menu-aside/theme/base.d.ts +2 -1
  91. package/packages/components/menu-header/index.js +1 -1
  92. package/packages/components/menu-header/index.js.gz +0 -0
  93. package/packages/components/menu-header/style.css +1 -1
  94. package/packages/components/menu-header/style.css.gz +0 -0
  95. package/packages/components/message/i18n/index.d.ts +1 -1
  96. package/packages/components/message/index.js +1 -3
  97. package/packages/components/message/index.js.gz +0 -0
  98. package/packages/components/notification/i18n/index.d.ts +1 -1
  99. package/packages/components/notification/index.js +1 -3
  100. package/packages/components/notification/index.js.gz +0 -0
  101. package/packages/components/pagination/i18n/index.d.ts +8 -8
  102. package/packages/components/pagination/index.js +124 -124
  103. package/packages/components/pagination/index.js.gz +0 -0
  104. package/packages/components/pagination/style.css +1 -1
  105. package/packages/components/pagination/style.css.gz +0 -0
  106. package/packages/components/popover/i18n/index.d.ts +2 -2
  107. package/packages/components/preview/i18n/index.d.ts +1 -1
  108. package/packages/components/preview/index.js +6 -7
  109. package/packages/components/preview/index.js.gz +0 -0
  110. package/packages/components/preview/style.css +1 -1
  111. package/packages/components/search/index.js +26 -36
  112. package/packages/components/search/index.js.gz +0 -0
  113. package/packages/components/search/style.css +1 -1
  114. package/packages/components/search/style.css.gz +0 -0
  115. package/packages/components/{search → search-form}/i18n/index.d.ts +6 -10
  116. package/packages/components/search-form/index.js +426 -418
  117. package/packages/components/search-form/index.js.gz +0 -0
  118. package/packages/components/search-form/style.css +1 -1
  119. package/packages/components/search-form/style.css.gz +0 -0
  120. package/packages/components/spin/i18n/index.d.ts +1 -1
  121. package/packages/components/spin/index.js +1 -3
  122. package/packages/components/spin/index.js.gz +0 -0
  123. package/packages/components/table/i18n/index.d.ts +19 -19
  124. package/packages/components/table/index.js +7 -7
  125. package/packages/components/table/index.js.gz +0 -0
  126. package/packages/components/table/style.css +1 -1
  127. package/packages/components/table/style.css.gz +0 -0
  128. package/packages/components/tabs/i18n/index.d.ts +3 -3
  129. package/packages/components/time-line/index.js +36 -40
  130. package/packages/components/time-line/index.js.gz +0 -0
  131. package/packages/components/tooltip/i18n/index.d.ts +1 -1
  132. package/packages/components/tooltip/index.js +1 -3
  133. package/packages/components/tooltip/index.js.gz +0 -0
  134. package/packages/components/tree/i18n/index.d.ts +8 -12
  135. package/packages/components/tree/index.js +1385 -1383
  136. package/packages/components/tree/index.js.gz +0 -0
  137. package/packages/components/tree/src/App.vue.d.ts +20 -18
  138. package/packages/components/upload/i18n/index.d.ts +5 -5
  139. package/packages/components/upload/index.js +1 -1
  140. package/packages/components/upload/index.js.gz +0 -0
  141. package/packages/components/virtual-tree/i18n/index.d.ts +1 -1
  142. package/packages/components/virtual-tree/index.js +1 -3
  143. package/packages/components/virtual-tree/index.js.gz +0 -0
  144. package/i18n-collection/en.js +0 -537
  145. package/i18n-collection/zh-CN.js +0 -537
  146. package/packages/components/button/i18n/index.d.ts +0 -2
  147. package/packages/components/time-line/i18n/index.d.ts +0 -7
@@ -1,43 +1,43 @@
1
1
  import { withInstall as vt } from "@das-fed/utils/with-install/index";
2
- import { useAttrs as Tt, ref as E, computed as ne, watch as _t, onMounted as jt, nextTick as wt, defineComponent as $t, unref as D, openBlock as mt, createElementBlock as Ot, createVNode as St, mergeProps as At, createCommentVNode as Ct } from "vue";
2
+ import { useAttrs as Tt, ref as D, computed as ne, watch as _t, onMounted as jt, nextTick as wt, defineComponent as $t, unref as N, openBlock as mt, createElementBlock as Ot, createVNode as St, mergeProps as At, createCommentVNode as Ct } from "vue";
3
3
  import { DasSearchForm as Pt } from "@das-fed/ui/packages/components/search-form/index";
4
4
  import { t as j, setI18nRule as xt } from "@das-fed/web/packages/i18n/index";
5
5
  import { createService as le } from "@das-fed/utils/api-services/src/create-service";
6
6
  import { spaceManage as Ft } from "@das-fed/utils/api-services/modules/space-manage";
7
7
  import { getProjectInfo as $e } from "@das-fed/utils/common-info/index";
8
8
  import me from "dayjs";
9
- var Ie = typeof global == "object" && global && global.Object === Object && global, Mt = typeof self == "object" && self && self.Object === Object && self, w = Ie || Mt || Function("return this")(), N = w.Symbol, Qe = Object.prototype, Et = Qe.hasOwnProperty, Dt = Qe.toString, L = N ? N.toStringTag : void 0;
9
+ var Ie = typeof global == "object" && global && global.Object === Object && global, Mt = typeof self == "object" && self && self.Object === Object && self, w = Ie || Mt || Function("return this")(), z = w.Symbol, Qe = Object.prototype, Et = Qe.hasOwnProperty, Dt = Qe.toString, Y = z ? z.toStringTag : void 0;
10
10
  function Nt(e) {
11
- var t = Et.call(e, L), r = e[L];
11
+ var t = Et.call(e, Y), r = e[Y];
12
12
  try {
13
- e[L] = void 0;
13
+ e[Y] = void 0;
14
14
  var a = !0;
15
15
  } catch {
16
16
  }
17
17
  var d = Dt.call(e);
18
- return a && (t ? e[L] = r : delete e[L]), d;
18
+ return a && (t ? e[Y] = r : delete e[Y]), d;
19
19
  }
20
20
  var zt = Object.prototype, Bt = zt.toString;
21
21
  function Kt(e) {
22
22
  return Bt.call(e);
23
23
  }
24
- var Lt = "[object Null]", Yt = "[object Undefined]", Oe = N ? N.toStringTag : void 0;
25
- function R(e) {
24
+ var Lt = "[object Null]", Yt = "[object Undefined]", Oe = z ? z.toStringTag : void 0;
25
+ function k(e) {
26
26
  return e == null ? e === void 0 ? Yt : Lt : Oe && Oe in Object(e) ? Nt(e) : Kt(e);
27
27
  }
28
- function k(e) {
28
+ function G(e) {
29
29
  return e != null && typeof e == "object";
30
30
  }
31
31
  var fe = Array.isArray;
32
- function G(e) {
32
+ function H(e) {
33
33
  var t = typeof e;
34
34
  return e != null && (t == "object" || t == "function");
35
35
  }
36
36
  var Ut = "[object AsyncFunction]", Vt = "[object Function]", Rt = "[object GeneratorFunction]", kt = "[object Proxy]";
37
37
  function We(e) {
38
- if (!G(e))
38
+ if (!H(e))
39
39
  return !1;
40
- var t = R(e);
40
+ var t = k(e);
41
41
  return t == Vt || t == Rt || t == Ut || t == kt;
42
42
  }
43
43
  var ae = w["__core-js_shared__"], Se = function() {
@@ -48,7 +48,7 @@ function Gt(e) {
48
48
  return !!Se && Se in e;
49
49
  }
50
50
  var Ht = Function.prototype, qt = Ht.toString;
51
- function F(e) {
51
+ function M(e) {
52
52
  if (e != null) {
53
53
  try {
54
54
  return qt.call(e);
@@ -65,23 +65,23 @@ var It = /[\\^$.*+?()[\]{}|]/g, Qt = /^\[object .+?Constructor\]$/, Wt = Functio
65
65
  "^" + Xt.call(Zt).replace(It, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
66
66
  );
67
67
  function tr(e) {
68
- if (!G(e) || Gt(e))
68
+ if (!H(e) || Gt(e))
69
69
  return !1;
70
70
  var t = We(e) ? er : Qt;
71
- return t.test(F(e));
71
+ return t.test(M(e));
72
72
  }
73
73
  function rr(e, t) {
74
74
  return e == null ? void 0 : e[t];
75
75
  }
76
- function M(e, t) {
76
+ function E(e, t) {
77
77
  var r = rr(e, t);
78
78
  return tr(r) ? r : void 0;
79
79
  }
80
- var ce = M(w, "WeakMap"), Ae = Object.create, nr = /* @__PURE__ */ function() {
80
+ var ce = E(w, "WeakMap"), Ae = Object.create, nr = /* @__PURE__ */ function() {
81
81
  function e() {
82
82
  }
83
83
  return function(t) {
84
- if (!G(t))
84
+ if (!H(t))
85
85
  return {};
86
86
  if (Ae)
87
87
  return Ae(t);
@@ -98,7 +98,7 @@ function ar(e, t) {
98
98
  }
99
99
  var Ce = function() {
100
100
  try {
101
- var e = M(Object, "defineProperty");
101
+ var e = E(Object, "defineProperty");
102
102
  return e({}, "", {}), e;
103
103
  } catch {
104
104
  }
@@ -157,12 +157,12 @@ function dr(e, t) {
157
157
  }
158
158
  var yr = "[object Arguments]";
159
159
  function Pe(e) {
160
- return k(e) && R(e) == yr;
160
+ return G(e) && k(e) == yr;
161
161
  }
162
162
  var rt = Object.prototype, hr = rt.hasOwnProperty, br = rt.propertyIsEnumerable, gr = Pe(/* @__PURE__ */ function() {
163
163
  return arguments;
164
164
  }()) ? Pe : function(e) {
165
- return k(e) && hr.call(e, "callee") && !br.call(e, "callee");
165
+ return G(e) && hr.call(e, "callee") && !br.call(e, "callee");
166
166
  };
167
167
  function vr() {
168
168
  return !1;
@@ -171,20 +171,20 @@ var nt = typeof exports == "object" && exports && !exports.nodeType && exports,
171
171
  p[zr] = p[Br] = p[Kr] = p[Lr] = p[Yr] = p[Ur] = p[Vr] = p[Rr] = p[kr] = !0;
172
172
  p[jr] = p[wr] = p[Dr] = p[$r] = p[Nr] = p[mr] = p[Or] = p[Sr] = p[Ar] = p[Cr] = p[Pr] = p[xr] = p[Fr] = p[Mr] = p[Er] = !1;
173
173
  function Gr(e) {
174
- return k(e) && et(e.length) && !!p[R(e)];
174
+ return G(e) && et(e.length) && !!p[k(e)];
175
175
  }
176
176
  function de(e) {
177
177
  return function(t) {
178
178
  return e(t);
179
179
  };
180
180
  }
181
- var ot = typeof exports == "object" && exports && !exports.nodeType && exports, Y = ot && typeof module == "object" && module && !module.nodeType && module, Hr = Y && Y.exports === ot, oe = Hr && Ie.process, z = function() {
181
+ var ot = typeof exports == "object" && exports && !exports.nodeType && exports, U = ot && typeof module == "object" && module && !module.nodeType && module, Hr = U && U.exports === ot, oe = Hr && Ie.process, B = function() {
182
182
  try {
183
- var e = Y && Y.require && Y.require("util").types;
183
+ var e = U && U.require && U.require("util").types;
184
184
  return e || oe && oe.binding && oe.binding("util");
185
185
  } catch {
186
186
  }
187
- }(), Me = z && z.isTypedArray, qr = Me ? de(Me) : Gr, Ir = Object.prototype, Qr = Ir.hasOwnProperty;
187
+ }(), Me = B && B.isTypedArray, qr = Me ? de(Me) : Gr, Ir = Object.prototype, Qr = Ir.hasOwnProperty;
188
188
  function ct(e, t) {
189
189
  var r = fe(e), a = !r && gr(e), d = !r && !a && at(e), u = !r && !a && !d && qr(e), l = r || a || d || u, b = l ? dr(e.length, String) : [], y = b.length;
190
190
  for (var h in e)
@@ -221,7 +221,7 @@ function en(e) {
221
221
  }
222
222
  var tn = Object.prototype, rn = tn.hasOwnProperty;
223
223
  function nn(e) {
224
- if (!G(e))
224
+ if (!H(e))
225
225
  return en(e);
226
226
  var t = pe(e), r = [];
227
227
  for (var a in e)
@@ -231,9 +231,9 @@ function nn(e) {
231
231
  function he(e) {
232
232
  return tt(e) ? ct(e, !0) : nn(e);
233
233
  }
234
- var U = M(Object, "create");
234
+ var V = E(Object, "create");
235
235
  function an() {
236
- this.__data__ = U ? U(null) : {}, this.size = 0;
236
+ this.__data__ = V ? V(null) : {}, this.size = 0;
237
237
  }
238
238
  function on(e) {
239
239
  var t = this.has(e) && delete this.__data__[e];
@@ -242,7 +242,7 @@ function on(e) {
242
242
  var cn = "__lodash_hash_undefined__", sn = Object.prototype, un = sn.hasOwnProperty;
243
243
  function ln(e) {
244
244
  var t = this.__data__;
245
- if (U) {
245
+ if (V) {
246
246
  var r = t[e];
247
247
  return r === cn ? void 0 : r;
248
248
  }
@@ -251,25 +251,25 @@ function ln(e) {
251
251
  var fn = Object.prototype, pn = fn.hasOwnProperty;
252
252
  function dn(e) {
253
253
  var t = this.__data__;
254
- return U ? t[e] !== void 0 : pn.call(t, e);
254
+ return V ? t[e] !== void 0 : pn.call(t, e);
255
255
  }
256
256
  var yn = "__lodash_hash_undefined__";
257
257
  function hn(e, t) {
258
258
  var r = this.__data__;
259
- return this.size += this.has(e) ? 0 : 1, r[e] = U && t === void 0 ? yn : t, this;
259
+ return this.size += this.has(e) ? 0 : 1, r[e] = V && t === void 0 ? yn : t, this;
260
260
  }
261
- function x(e) {
261
+ function F(e) {
262
262
  var t = -1, r = e == null ? 0 : e.length;
263
263
  for (this.clear(); ++t < r; ) {
264
264
  var a = e[t];
265
265
  this.set(a[0], a[1]);
266
266
  }
267
267
  }
268
- x.prototype.clear = an;
269
- x.prototype.delete = on;
270
- x.prototype.get = ln;
271
- x.prototype.has = dn;
272
- x.prototype.set = hn;
268
+ F.prototype.clear = an;
269
+ F.prototype.delete = on;
270
+ F.prototype.get = ln;
271
+ F.prototype.has = dn;
272
+ F.prototype.set = hn;
273
273
  function bn() {
274
274
  this.__data__ = [], this.size = 0;
275
275
  }
@@ -310,12 +310,12 @@ S.prototype.delete = Tn;
310
310
  S.prototype.get = _n;
311
311
  S.prototype.has = jn;
312
312
  S.prototype.set = wn;
313
- var V = M(w, "Map");
313
+ var R = E(w, "Map");
314
314
  function $n() {
315
315
  this.size = 0, this.__data__ = {
316
- hash: new x(),
317
- map: new (V || S)(),
318
- string: new x()
316
+ hash: new F(),
317
+ map: new (R || S)(),
318
+ string: new F()
319
319
  };
320
320
  }
321
321
  function mn(e) {
@@ -340,18 +340,18 @@ function Cn(e, t) {
340
340
  var r = Z(this, e), a = r.size;
341
341
  return r.set(e, t), this.size += r.size == a ? 0 : 1, this;
342
342
  }
343
- function B(e) {
343
+ function K(e) {
344
344
  var t = -1, r = e == null ? 0 : e.length;
345
345
  for (this.clear(); ++t < r; ) {
346
346
  var a = e[t];
347
347
  this.set(a[0], a[1]);
348
348
  }
349
349
  }
350
- B.prototype.clear = $n;
351
- B.prototype.delete = On;
352
- B.prototype.get = Sn;
353
- B.prototype.has = An;
354
- B.prototype.set = Cn;
350
+ K.prototype.clear = $n;
351
+ K.prototype.delete = On;
352
+ K.prototype.get = Sn;
353
+ K.prototype.has = An;
354
+ K.prototype.set = Cn;
355
355
  function st(e, t) {
356
356
  for (var r = -1, a = t.length, d = e.length; ++r < a; )
357
357
  e[d + r] = t[r];
@@ -376,21 +376,21 @@ function Dn(e, t) {
376
376
  var r = this.__data__;
377
377
  if (r instanceof S) {
378
378
  var a = r.__data__;
379
- if (!V || a.length < En - 1)
379
+ if (!R || a.length < En - 1)
380
380
  return a.push([e, t]), this.size = ++r.size, this;
381
- r = this.__data__ = new B(a);
381
+ r = this.__data__ = new K(a);
382
382
  }
383
383
  return r.set(e, t), this.size = r.size, this;
384
384
  }
385
- function K(e) {
385
+ function L(e) {
386
386
  var t = this.__data__ = new S(e);
387
387
  this.size = t.size;
388
388
  }
389
- K.prototype.clear = Pn;
390
- K.prototype.delete = xn;
391
- K.prototype.get = Fn;
392
- K.prototype.has = Mn;
393
- K.prototype.set = Dn;
389
+ L.prototype.clear = Pn;
390
+ L.prototype.delete = xn;
391
+ L.prototype.get = Fn;
392
+ L.prototype.has = Mn;
393
+ L.prototype.set = Dn;
394
394
  function Nn(e, t) {
395
395
  return e && J(t, ye(t), e);
396
396
  }
@@ -440,9 +440,9 @@ function Gn(e) {
440
440
  function Hn(e) {
441
441
  return dt(e, he, pt);
442
442
  }
443
- var ie = M(w, "DataView"), se = M(w, "Promise"), ue = M(w, "Set"), Be = "[object Map]", qn = "[object Object]", Ke = "[object Promise]", Le = "[object Set]", Ye = "[object WeakMap]", Ue = "[object DataView]", In = F(ie), Qn = F(V), Wn = F(se), Jn = F(ue), Xn = F(ce), O = R;
444
- (ie && O(new ie(new ArrayBuffer(1))) != Ue || V && O(new V()) != Be || se && O(se.resolve()) != Ke || ue && O(new ue()) != Le || ce && O(new ce()) != Ye) && (O = function(e) {
445
- var t = R(e), r = t == qn ? e.constructor : void 0, a = r ? F(r) : "";
443
+ var ie = E(w, "DataView"), se = E(w, "Promise"), ue = E(w, "Set"), Be = "[object Map]", qn = "[object Object]", Ke = "[object Promise]", Le = "[object Set]", Ye = "[object WeakMap]", Ue = "[object DataView]", In = M(ie), Qn = M(R), Wn = M(se), Jn = M(ue), Xn = M(ce), O = k;
444
+ (ie && O(new ie(new ArrayBuffer(1))) != Ue || R && O(new R()) != Be || se && O(se.resolve()) != Ke || ue && O(new ue()) != Le || ce && O(new ce()) != Ye) && (O = function(e) {
445
+ var t = k(e), r = t == qn ? e.constructor : void 0, a = r ? M(r) : "";
446
446
  if (a)
447
447
  switch (a) {
448
448
  case In:
@@ -477,7 +477,7 @@ function aa(e) {
477
477
  var t = new e.constructor(e.source, na.exec(e));
478
478
  return t.lastIndex = e.lastIndex, t;
479
479
  }
480
- var Re = N ? N.prototype : void 0, ke = Re ? Re.valueOf : void 0;
480
+ var Re = z ? z.prototype : void 0, ke = Re ? Re.valueOf : void 0;
481
481
  function oa(e) {
482
482
  return ke ? Object(ke.call(e)) : {};
483
483
  }
@@ -524,31 +524,31 @@ function Aa(e) {
524
524
  }
525
525
  var Ca = "[object Map]";
526
526
  function Pa(e) {
527
- return k(e) && O(e) == Ca;
527
+ return G(e) && O(e) == Ca;
528
528
  }
529
- var Ge = z && z.isMap, xa = Ge ? de(Ge) : Pa, Fa = "[object Set]";
529
+ var Ge = B && B.isMap, xa = Ge ? de(Ge) : Pa, Fa = "[object Set]";
530
530
  function Ma(e) {
531
- return k(e) && O(e) == Fa;
531
+ return G(e) && O(e) == Fa;
532
532
  }
533
- var He = z && z.isSet, Ea = He ? de(He) : Ma, Da = 1, Na = 2, za = 4, yt = "[object Arguments]", Ba = "[object Array]", Ka = "[object Boolean]", La = "[object Date]", Ya = "[object Error]", ht = "[object Function]", Ua = "[object GeneratorFunction]", Va = "[object Map]", Ra = "[object Number]", bt = "[object Object]", ka = "[object RegExp]", Ga = "[object Set]", Ha = "[object String]", qa = "[object Symbol]", Ia = "[object WeakMap]", Qa = "[object ArrayBuffer]", Wa = "[object DataView]", Ja = "[object Float32Array]", Xa = "[object Float64Array]", Za = "[object Int8Array]", eo = "[object Int16Array]", to = "[object Int32Array]", ro = "[object Uint8Array]", no = "[object Uint8ClampedArray]", ao = "[object Uint16Array]", oo = "[object Uint32Array]", f = {};
533
+ var He = B && B.isSet, Ea = He ? de(He) : Ma, Da = 1, Na = 2, za = 4, yt = "[object Arguments]", Ba = "[object Array]", Ka = "[object Boolean]", La = "[object Date]", Ya = "[object Error]", ht = "[object Function]", Ua = "[object GeneratorFunction]", Va = "[object Map]", Ra = "[object Number]", bt = "[object Object]", ka = "[object RegExp]", Ga = "[object Set]", Ha = "[object String]", qa = "[object Symbol]", Ia = "[object WeakMap]", Qa = "[object ArrayBuffer]", Wa = "[object DataView]", Ja = "[object Float32Array]", Xa = "[object Float64Array]", Za = "[object Int8Array]", eo = "[object Int16Array]", to = "[object Int32Array]", ro = "[object Uint8Array]", no = "[object Uint8ClampedArray]", ao = "[object Uint16Array]", oo = "[object Uint32Array]", f = {};
534
534
  f[yt] = f[Ba] = f[Qa] = f[Wa] = f[Ka] = f[La] = f[Ja] = f[Xa] = f[Za] = f[eo] = f[to] = f[Va] = f[Ra] = f[bt] = f[ka] = f[Ga] = f[Ha] = f[qa] = f[ro] = f[no] = f[ao] = f[oo] = !0;
535
535
  f[Ya] = f[ht] = f[Ia] = !1;
536
536
  function W(e, t, r, a, d, u) {
537
537
  var l, b = t & Da, y = t & Na, h = t & za;
538
538
  if (l !== void 0)
539
539
  return l;
540
- if (!G(e))
540
+ if (!H(e))
541
541
  return e;
542
542
  var A = fe(e);
543
543
  if (A) {
544
544
  if (l = ta(e), !b)
545
545
  return ar(e, l);
546
546
  } else {
547
- var C = O(e), H = C == ht || C == Ua;
547
+ var C = O(e), q = C == ht || C == Ua;
548
548
  if (at(e))
549
549
  return Kn(e, b);
550
- if (C == bt || C == yt || H && !d) {
551
- if (l = y || H ? {} : Aa(e), !b)
550
+ if (C == bt || C == yt || q && !d) {
551
+ if (l = y || q ? {} : Aa(e), !b)
552
552
  return y ? kn(e, zn(l, e)) : Vn(e, Nn(l, e));
553
553
  } else {
554
554
  if (!f[C])
@@ -556,18 +556,18 @@ function W(e, t, r, a, d, u) {
556
556
  l = Sa(e, C, b);
557
557
  }
558
558
  }
559
- u || (u = new K());
560
- var q = u.get(e);
561
- if (q)
562
- return q;
559
+ u || (u = new L());
560
+ var I = u.get(e);
561
+ if (I)
562
+ return I;
563
563
  u.set(e, l), Ea(e) ? e.forEach(function(g) {
564
564
  l.add(W(g, t, r, g, e, u));
565
565
  }) : xa(e) && e.forEach(function(g, _) {
566
566
  l.set(_, W(g, t, r, _, e, u));
567
567
  });
568
- var ee = h ? y ? Hn : Gn : y ? he : ye, I = A ? void 0 : ee(e);
569
- return or(I || e, function(g, _) {
570
- I && (_ = g, g = e[_]), Ze(l, _, W(g, t, r, _, e, u));
568
+ var ee = h ? y ? Hn : Gn : y ? he : ye, Q = A ? void 0 : ee(e);
569
+ return or(Q || e, function(g, _) {
570
+ Q && (_ = g, g = e[_]), Ze(l, _, W(g, t, r, _, e, u));
571
571
  }), l;
572
572
  }
573
573
  var co = 1, io = 4;
@@ -578,19 +578,19 @@ const qe = le, so = le("/workflow/form/dataTemplate/v1/getBpmDataTemplateInfoByF
578
578
  lo.get("");
579
579
  const yo = (e, t) => {
580
580
  var _e, je;
581
- const r = Tt(), a = E([]), d = E([]), u = E([]), l = E([]), b = E([]), y = ne(() => e.borderType), h = (_e = $e()) != null && _e.id ? (je = $e()) == null ? void 0 : je.id : "1268137555009052672", A = ne(() => e.orgConfig), C = ne(() => {
581
+ const r = Tt(), a = D([]), d = D([]), u = D([]), l = D([]), b = D([]), y = ne(() => e.borderType), h = (_e = $e()) != null && _e.id ? (je = $e()) == null ? void 0 : je.id : "1268137555009052672", A = ne(() => e.orgConfig), C = ne(() => {
582
582
  var i;
583
583
  if (r != null && r.showFilterPanel) {
584
584
  const s = (i = d.value) == null ? void 0 : i.filter((c) => c.layout !== "out");
585
585
  if ((s == null ? void 0 : s.length) === 0) return !1;
586
586
  }
587
587
  return r == null ? void 0 : r.showFilterPanel;
588
- }), H = async (i) => {
588
+ }), q = async (i) => {
589
589
  let s = { projectId: h, project: h, spaceId: null };
590
590
  i != null && i.id && (s.spaceId = i.id);
591
591
  const [c, n] = await fo(s).run();
592
592
  return c ? {} : n;
593
- }, q = async (i) => {
593
+ }, I = async (i) => {
594
594
  if (!i) return {};
595
595
  const [s, c] = await po({ projectId: h, project: h, name: i }).run();
596
596
  return s ? {} : c;
@@ -601,8 +601,11 @@ const yo = (e, t) => {
601
601
  needDisplayFileds: e.needDisplayFileds,
602
602
  project: h
603
603
  }, [s, c] = await uo(i).run();
604
- s || ((n = c.value) != null && n.conditionField && (a.value = JSON.parse(c.value.conditionField)), ($ = c.value) != null && $.manageField && (l.value = JSON.parse(c.value.manageField), t("getBtnSetting", l.value)), (P = c.value) != null && P.sortField && (b.value = JSON.parse(c.value.sortField)));
605
- }, I = E([
604
+ s || ((n = c.value) != null && n.conditionField && (a.value = JSON.parse(c.value.conditionField)), ($ = c.value) != null && $.manageField && (l.value = JSON.parse(c.value.manageField), t("getBtnSetting", l.value)), (P = c.value) != null && P.sortField && (b.value = JSON.parse(c.value.sortField).map((x) => ({
605
+ property: x.name,
606
+ direction: x.sort
607
+ }))));
608
+ }, Q = D([
606
609
  /** 0 */
607
610
  {
608
611
  key: "searchInputKey",
@@ -676,10 +679,10 @@ const yo = (e, t) => {
676
679
  label: "name",
677
680
  disabled: (i) => i.id == 1
678
681
  },
679
- load: H,
682
+ load: q,
680
683
  keyword: "",
681
684
  selectAttrs: { showSearch: !1, allowClear: !0 },
682
- search: q
685
+ search: I
683
686
  },
684
687
  /** 5 */
685
688
  {
@@ -731,10 +734,10 @@ const yo = (e, t) => {
731
734
  if (($ = c == null ? void 0 : c.split(",")) != null && $.includes(n.name) && i[c])
732
735
  if (n.ct === "dateRange") {
733
736
  if (i[c][0] && i[c][1]) {
734
- const P = me(i[c][0]).startOf("day").format("YYYY-MM-DD HH:mm:ss"), Q = me(i[c][1]).endOf("day").format("YYYY-MM-DD HH:mm:ss");
737
+ const P = me(i[c][0]).startOf("day").format("YYYY-MM-DD HH:mm:ss"), x = me(i[c][1]).endOf("day").format("YYYY-MM-DD HH:mm:ss");
735
738
  s.push({
736
739
  property: c,
737
- value: [P, Q],
740
+ value: [P, x],
738
741
  group: "quick",
739
742
  // 自定义
740
743
  // relation: (it.mg as boolean) ? 'AND' : 'OR',
@@ -777,13 +780,13 @@ const yo = (e, t) => {
777
780
  }
778
781
  const Te = async () => {
779
782
  await ee();
780
- const i = T(I.value);
783
+ const i = T(Q.value);
781
784
  u.value = [];
782
785
  let s = !1;
783
786
  const c = T(i[0]);
784
787
  c.key = "", c.label = "", c.placeholder = "", await Promise.all(
785
788
  a.value.map((n, $) => (async () => {
786
- var P, Q, we;
789
+ var P, x, we;
787
790
  if (n.ct === "onetext") {
788
791
  if (n.mg) {
789
792
  s = !0;
@@ -796,7 +799,7 @@ const yo = (e, t) => {
796
799
  }
797
800
  if (n.ct === "select") {
798
801
  const o = T(i[2]);
799
- if (o.label = n.cm, o.key = n.name, o.value = n.defaultValue ? n.defaultValue : void 0, ((P = n.option) == null ? void 0 : P.choiceType) === "static" && (o.options = n.controlContent), ((Q = n.option) == null ? void 0 : Q.choiceType) === "dynamic" && (o.optionsValueKey = n.option.customQuery.valueBind, o.optionsLabelKey = n.option.customQuery.labelBind, n.option.customQuery.url)) {
802
+ if (o.label = n.cm, o.key = n.name, o.value = n.defaultValue ? n.defaultValue : void 0, ((P = n.option) == null ? void 0 : P.choiceType) === "static" && (o.options = n.controlContent), ((x = n.option) == null ? void 0 : x.choiceType) === "dynamic" && (o.optionsValueKey = n.option.customQuery.valueBind, o.optionsLabelKey = n.option.customQuery.labelBind, n.option.customQuery.url)) {
800
803
  const m = {};
801
804
  if (n.option.customQuery.conditionfield.map((v) => {
802
805
  m[v.field] = v.defaultValue;
@@ -875,19 +878,19 @@ const yo = (e, t) => {
875
878
  settingData: l,
876
879
  showFilterPanel: b
877
880
  } = yo(r, a);
878
- return (y, h) => D(l).length > 0 ? (mt(), Ot("div", ho, [
879
- St(D(Pt), At(y.$attrs, {
880
- options: D(d),
881
- onConfirm: D(u),
882
- showFilterPanel: D(b),
883
- isMarginRight: y.$attrs.isMarginRight ?? (D(b) ? void 0 : !0)
881
+ return (y, h) => N(l).length > 0 ? (mt(), Ot("div", ho, [
882
+ St(N(Pt), At(y.$attrs, {
883
+ options: N(d),
884
+ onConfirm: N(u),
885
+ showFilterPanel: N(b),
886
+ isMarginRight: y.$attrs.isMarginRight ?? (N(b) ? void 0 : !0)
884
887
  }), null, 16, ["options", "onConfirm", "showFilterPanel", "isMarginRight"])
885
888
  ])) : Ct("v-if", !0);
886
889
  }
887
890
  }), go = {
888
- 请输入关键字: { "zh-CN": "请输入关键字", en: "Please enter keyword" },
891
+ 请输入关键字: { "zh-CN": "请输入关键字", en: "Please enter a keyword" },
889
892
  输入框: { "zh-CN": "输入框", en: "Input box" },
890
- 选择框: { "zh-CN": "选择框", en: "Select box" },
893
+ 选择框: { "zh-CN": "选择框", en: "Selection box" },
891
894
  请选择: { "zh-CN": "请选择", en: "Please select" },
892
895
  时间框: { "zh-CN": "时间框", en: "Time box" },
893
896
  位置选择: { "zh-CN": "位置选择", en: "Location selection" },
@@ -1,34 +1,34 @@
1
1
  declare const _default: {
2
2
  列表控制: {
3
- "zh-CN": string;
3
+ 'zh-CN': string;
4
4
  en: string;
5
5
  };
6
6
  表格设置: {
7
- "zh-CN": string;
7
+ 'zh-CN': string;
8
8
  en: string;
9
9
  };
10
10
  恢复默认: {
11
- "zh-CN": string;
11
+ 'zh-CN': string;
12
12
  en: string;
13
13
  };
14
14
  全部隐藏: {
15
- "zh-CN": string;
15
+ 'zh-CN': string;
16
16
  en: string;
17
17
  };
18
18
  列名: {
19
- "zh-CN": string;
19
+ 'zh-CN': string;
20
20
  en: string;
21
21
  };
22
22
  显示列: {
23
- "zh-CN": string;
23
+ 'zh-CN': string;
24
24
  en: string;
25
25
  };
26
26
  取消: {
27
- "zh-CN": string;
27
+ 'zh-CN': string;
28
28
  en: string;
29
29
  };
30
30
  确定: {
31
- "zh-CN": string;
31
+ 'zh-CN': string;
32
32
  en: string;
33
33
  };
34
34
  };
@@ -19,6 +19,7 @@ declare const DasProcessTable: import("@das-fed/utils").SFCWithInstall<{
19
19
  needDisplayFileds: boolean;
20
20
  clientType: "pc" | "mobile";
21
21
  searchQuerys: import("./src/type.js").SearchQuerys[] | [];
22
+ sortQuerys: any[] | [];
22
23
  extraParams: Record<string, any>;
23
24
  permissionQuery: number[];
24
25
  apiUrl: string;
@@ -46,6 +47,7 @@ declare const DasProcessTable: import("@das-fed/utils").SFCWithInstall<{
46
47
  needDisplayFileds: boolean;
47
48
  clientType: "pc" | "mobile";
48
49
  searchQuerys: import("./src/type.js").SearchQuerys[] | [];
50
+ sortQuerys: any[] | [];
49
51
  extraParams: Record<string, any>;
50
52
  permissionQuery: number[];
51
53
  apiUrl: string;
@@ -75,6 +77,7 @@ declare const DasProcessTable: import("@das-fed/utils").SFCWithInstall<{
75
77
  needDisplayFileds: boolean;
76
78
  clientType: "pc" | "mobile";
77
79
  searchQuerys: import("./src/type.js").SearchQuerys[] | [];
80
+ sortQuerys: any[] | [];
78
81
  extraParams: Record<string, any>;
79
82
  permissionQuery: number[];
80
83
  apiUrl: string;
@@ -97,6 +100,7 @@ declare const DasProcessTableRef: () => import("vue").Ref<({
97
100
  readonly needDisplayFileds?: boolean | undefined;
98
101
  readonly customOperation?: (operationType[] | ((row: any, column: any, index: number) => operationType[])) | undefined;
99
102
  readonly searchQuerys?: (import("./src/type.js").SearchQuerys[] | []) | undefined;
103
+ readonly sortQuerys?: (any[] | []) | undefined;
100
104
  readonly extraParams?: Record<string, any> | undefined;
101
105
  readonly permissionQuery: number[];
102
106
  readonly apiUrl?: string | undefined;
@@ -152,6 +156,7 @@ declare const DasProcessTableRef: () => import("vue").Ref<({
152
156
  needDisplayFileds: boolean;
153
157
  clientType: "pc" | "mobile";
154
158
  searchQuerys: import("./src/type.js").SearchQuerys[] | [];
159
+ sortQuerys: any[] | [];
155
160
  extraParams: Record<string, any>;
156
161
  permissionQuery: number[];
157
162
  apiUrl: string;
@@ -183,6 +188,7 @@ declare const DasProcessTableRef: () => import("vue").Ref<({
183
188
  needDisplayFileds: boolean;
184
189
  clientType: "pc" | "mobile";
185
190
  searchQuerys: import("./src/type.js").SearchQuerys[] | [];
191
+ sortQuerys: any[] | [];
186
192
  extraParams: Record<string, any>;
187
193
  permissionQuery: number[];
188
194
  apiUrl: string;
@@ -194,7 +200,7 @@ declare const DasProcessTableRef: () => import("vue").Ref<({
194
200
  "onUpdate:loading"?: ((loading: boolean) => any) | undefined;
195
201
  onGetSearchQuery?: ((val: any) => any) | undefined;
196
202
  onChangeSlotShow?: ((val: import("./src/type.js").ITableShowColumn[]) => any) | undefined;
197
- }>, "reqTableList" | "handleCurrentPageChange" | ("showOperationColumn" | "flowKey" | "needDisplayFileds" | "clientType" | "searchQuerys" | "extraParams" | "permissionQuery" | "apiUrl" | "reqMethod" | "columnSettingName")> & import("vue").ShallowUnwrapRef<{
203
+ }>, "reqTableList" | "handleCurrentPageChange" | ("showOperationColumn" | "flowKey" | "needDisplayFileds" | "clientType" | "searchQuerys" | "sortQuerys" | "extraParams" | "permissionQuery" | "apiUrl" | "reqMethod" | "columnSettingName")> & import("vue").ShallowUnwrapRef<{
198
204
  reqTableList: () => Promise<void>;
199
205
  handleCurrentPageChange: (val: any) => void;
200
206
  }> & {} & import("vue").ComponentCustomProperties & {} & {
@@ -212,6 +218,7 @@ declare const DasProcessTableRef: () => import("vue").Ref<({
212
218
  readonly needDisplayFileds?: boolean | undefined;
213
219
  readonly customOperation?: (operationType[] | ((row: any, column: any, index: number) => operationType[])) | undefined;
214
220
  readonly searchQuerys?: (import("./src/type.js").SearchQuerys[] | []) | undefined;
221
+ readonly sortQuerys?: (any[] | []) | undefined;
215
222
  readonly extraParams?: Record<string, any> | undefined;
216
223
  readonly permissionQuery: number[];
217
224
  readonly apiUrl?: string | undefined;
@@ -267,6 +274,7 @@ declare const DasProcessTableRef: () => import("vue").Ref<({
267
274
  needDisplayFileds: boolean;
268
275
  clientType: "pc" | "mobile";
269
276
  searchQuerys: import("./src/type.js").SearchQuerys[] | [];
277
+ sortQuerys: any[] | [];
270
278
  extraParams: Record<string, any>;
271
279
  permissionQuery: number[];
272
280
  apiUrl: string;
@@ -298,6 +306,7 @@ declare const DasProcessTableRef: () => import("vue").Ref<({
298
306
  needDisplayFileds: boolean;
299
307
  clientType: "pc" | "mobile";
300
308
  searchQuerys: import("./src/type.js").SearchQuerys[] | [];
309
+ sortQuerys: any[] | [];
301
310
  extraParams: Record<string, any>;
302
311
  permissionQuery: number[];
303
312
  apiUrl: string;
@@ -309,7 +318,7 @@ declare const DasProcessTableRef: () => import("vue").Ref<({
309
318
  "onUpdate:loading"?: ((loading: boolean) => any) | undefined;
310
319
  onGetSearchQuery?: ((val: any) => any) | undefined;
311
320
  onChangeSlotShow?: ((val: import("./src/type.js").ITableShowColumn[]) => any) | undefined;
312
- }>, "reqTableList" | "handleCurrentPageChange" | ("showOperationColumn" | "flowKey" | "needDisplayFileds" | "clientType" | "searchQuerys" | "extraParams" | "permissionQuery" | "apiUrl" | "reqMethod" | "columnSettingName")> & import("vue").ShallowUnwrapRef<{
321
+ }>, "reqTableList" | "handleCurrentPageChange" | ("showOperationColumn" | "flowKey" | "needDisplayFileds" | "clientType" | "searchQuerys" | "sortQuerys" | "extraParams" | "permissionQuery" | "apiUrl" | "reqMethod" | "columnSettingName")> & import("vue").ShallowUnwrapRef<{
313
322
  reqTableList: () => Promise<void>;
314
323
  handleCurrentPageChange: (val: any) => void;
315
324
  }> & {} & import("vue").ComponentCustomProperties & {} & {