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

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 (27) hide show
  1. package/package.json +5 -5
  2. package/packages/business-components/process-form/index.js +1 -1
  3. package/packages/business-components/process-form/index.js.gz +0 -0
  4. package/packages/business-components/process-search-form/index.js +156 -150
  5. package/packages/business-components/process-search-form/index.js.gz +0 -0
  6. package/packages/business-components/process-table/index.d.ts +11 -2
  7. package/packages/business-components/process-table/index.js +597 -591
  8. package/packages/business-components/process-table/index.js.gz +0 -0
  9. package/packages/business-components/process-table/src/App.vue.d.ts +1 -0
  10. package/packages/business-components/process-table/src/type.d.ts +2 -0
  11. package/packages/business-components/process-table/style.css +1 -1
  12. package/packages/components/input/index.js +50 -50
  13. package/packages/components/input/index.js.gz +0 -0
  14. package/packages/components/input/style.css +1 -1
  15. package/packages/components/input/style.css.gz +0 -0
  16. package/packages/components/menu-aside/index.js +39 -28
  17. package/packages/components/menu-aside/index.js.gz +0 -0
  18. package/packages/components/menu-aside/src/style-theme.d.ts +10 -0
  19. package/packages/components/menu-aside/style.css +1 -1
  20. package/packages/components/menu-aside/style.css.gz +0 -0
  21. package/packages/components/menu-aside/theme/base.d.ts +2 -1
  22. package/packages/components/menu-header/index.js +1 -1
  23. package/packages/components/menu-header/index.js.gz +0 -0
  24. package/packages/components/menu-header/style.css +1 -1
  25. package/packages/components/menu-header/style.css.gz +0 -0
  26. package/packages/components/tree/index.js +133 -134
  27. package/packages/components/tree/index.js.gz +0 -0
@@ -1,54 +1,54 @@
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 ae, 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
- import { createService as le } from "@das-fed/utils/api-services/src/create-service";
5
+ import { createService as fe } 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
- var fe = Array.isArray;
32
- function G(e) {
31
+ var pe = Array.isArray;
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
- var ae = w["__core-js_shared__"], Se = function() {
44
- var e = /[^.]+$/.exec(ae && ae.keys && ae.keys.IE_PROTO || "");
43
+ var oe = w["__core-js_shared__"], Se = function() {
44
+ var e = /[^.]+$/.exec(oe && oe.keys && oe.keys.IE_PROTO || "");
45
45
  return e ? "Symbol(src)_1." + e : "";
46
46
  }();
47
47
  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 ie = 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
  }
@@ -129,7 +129,7 @@ function Ze(e, t, r) {
129
129
  var a = e[t];
130
130
  (!(lr.call(e, t) && Xe(a, r)) || r === void 0 && !(t in e)) && Je(e, t, r);
131
131
  }
132
- function J(e, t, r, a) {
132
+ function X(e, t, r, a) {
133
133
  var d = !r;
134
134
  r || (r = {});
135
135
  for (var u = -1, l = t.length; ++u < l; ) {
@@ -146,7 +146,7 @@ function tt(e) {
146
146
  return e != null && et(e.length) && !We(e);
147
147
  }
148
148
  var pr = Object.prototype;
149
- function pe(e) {
149
+ function de(e) {
150
150
  var t = e && e.constructor, r = typeof t == "function" && t.prototype || pr;
151
151
  return e === r;
152
152
  }
@@ -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,22 +171,22 @@ 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
- function de(e) {
176
+ function ye(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, ce = Hr && Ie.process, B = function() {
182
182
  try {
183
- var e = Y && Y.require && Y.require("util").types;
184
- return e || oe && oe.binding && oe.binding("util");
183
+ var e = U && U.require && U.require("util").types;
184
+ return e || ce && ce.binding && ce.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 ? ye(Me) : Gr, Ir = Object.prototype, Qr = Ir.hasOwnProperty;
188
188
  function ct(e, t) {
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;
189
+ var r = pe(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)
191
191
  (t || Qr.call(e, h)) && !(l && // Safari 9 has enumerable `arguments.length` in strict mode.
192
192
  (h == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
@@ -202,14 +202,14 @@ function it(e, t) {
202
202
  }
203
203
  var Wr = it(Object.keys, Object), Jr = Object.prototype, Xr = Jr.hasOwnProperty;
204
204
  function Zr(e) {
205
- if (!pe(e))
205
+ if (!de(e))
206
206
  return Wr(e);
207
207
  var t = [];
208
208
  for (var r in Object(e))
209
209
  Xr.call(e, r) && r != "constructor" && t.push(r);
210
210
  return t;
211
211
  }
212
- function ye(e) {
212
+ function he(e) {
213
213
  return tt(e) ? ct(e) : Zr(e);
214
214
  }
215
215
  function en(e) {
@@ -221,19 +221,19 @@ 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
- var t = pe(e), r = [];
226
+ var t = de(e), r = [];
227
227
  for (var a in e)
228
228
  a == "constructor" && (t || !rn.call(e, a)) || r.push(a);
229
229
  return r;
230
230
  }
231
- function he(e) {
231
+ function be(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,29 +251,29 @@ 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
  }
276
- function X(e, t) {
276
+ function Z(e, t) {
277
277
  for (var r = e.length; r--; )
278
278
  if (Xe(e[r][0], t))
279
279
  return r;
@@ -281,21 +281,21 @@ function X(e, t) {
281
281
  }
282
282
  var gn = Array.prototype, vn = gn.splice;
283
283
  function Tn(e) {
284
- var t = this.__data__, r = X(t, e);
284
+ var t = this.__data__, r = Z(t, e);
285
285
  if (r < 0)
286
286
  return !1;
287
287
  var a = t.length - 1;
288
288
  return r == a ? t.pop() : vn.call(t, r, 1), --this.size, !0;
289
289
  }
290
290
  function _n(e) {
291
- var t = this.__data__, r = X(t, e);
291
+ var t = this.__data__, r = Z(t, e);
292
292
  return r < 0 ? void 0 : t[r][1];
293
293
  }
294
294
  function jn(e) {
295
- return X(this.__data__, e) > -1;
295
+ return Z(this.__data__, e) > -1;
296
296
  }
297
297
  function wn(e, t) {
298
- var r = this.__data__, a = X(r, e);
298
+ var r = this.__data__, a = Z(r, e);
299
299
  return a < 0 ? (++this.size, r.push([e, t])) : r[a][1] = t, this;
300
300
  }
301
301
  function S(e) {
@@ -310,48 +310,48 @@ 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) {
322
322
  var t = typeof e;
323
323
  return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
324
324
  }
325
- function Z(e, t) {
325
+ function ee(e, t) {
326
326
  var r = e.__data__;
327
327
  return mn(t) ? r[typeof t == "string" ? "string" : "hash"] : r.map;
328
328
  }
329
329
  function On(e) {
330
- var t = Z(this, e).delete(e);
330
+ var t = ee(this, e).delete(e);
331
331
  return this.size -= t ? 1 : 0, t;
332
332
  }
333
333
  function Sn(e) {
334
- return Z(this, e).get(e);
334
+ return ee(this, e).get(e);
335
335
  }
336
336
  function An(e) {
337
- return Z(this, e).has(e);
337
+ return ee(this, e).has(e);
338
338
  }
339
339
  function Cn(e, t) {
340
- var r = Z(this, e), a = r.size;
340
+ var r = ee(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,26 +376,26 @@ 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
- return e && J(t, ye(t), e);
395
+ return e && X(t, he(t), e);
396
396
  }
397
397
  function zn(e, t) {
398
- return e && J(t, he(t), e);
398
+ return e && X(t, be(t), e);
399
399
  }
400
400
  var lt = typeof exports == "object" && exports && !exports.nodeType && exports, Ee = lt && typeof module == "object" && module && !module.nodeType && module, Bn = Ee && Ee.exports === lt, De = Bn ? w.Buffer : void 0, Ne = De ? De.allocUnsafe : void 0;
401
401
  function Kn(e, t) {
@@ -414,35 +414,35 @@ function Ln(e, t) {
414
414
  function ft() {
415
415
  return [];
416
416
  }
417
- var Yn = Object.prototype, Un = Yn.propertyIsEnumerable, ze = Object.getOwnPropertySymbols, be = ze ? function(e) {
417
+ var Yn = Object.prototype, Un = Yn.propertyIsEnumerable, ze = Object.getOwnPropertySymbols, ge = ze ? function(e) {
418
418
  return e == null ? [] : (e = Object(e), Ln(ze(e), function(t) {
419
419
  return Un.call(e, t);
420
420
  }));
421
421
  } : ft;
422
422
  function Vn(e, t) {
423
- return J(e, be(e), t);
423
+ return X(e, ge(e), t);
424
424
  }
425
425
  var Rn = Object.getOwnPropertySymbols, pt = Rn ? function(e) {
426
426
  for (var t = []; e; )
427
- st(t, be(e)), e = ut(e);
427
+ st(t, ge(e)), e = ut(e);
428
428
  return t;
429
429
  } : ft;
430
430
  function kn(e, t) {
431
- return J(e, pt(e), t);
431
+ return X(e, pt(e), t);
432
432
  }
433
433
  function dt(e, t, r) {
434
434
  var a = t(e);
435
- return fe(e) ? a : st(a, r(e));
435
+ return pe(e) ? a : st(a, r(e));
436
436
  }
437
437
  function Gn(e) {
438
- return dt(e, ye, be);
438
+ return dt(e, he, ge);
439
439
  }
440
440
  function Hn(e) {
441
- return dt(e, he, pt);
441
+ return dt(e, be, 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 se = E(w, "DataView"), ue = E(w, "Promise"), le = E(w, "Set"), Be = "[object Map]", qn = "[object Object]", Ke = "[object Promise]", Le = "[object Set]", Ye = "[object WeakMap]", Ue = "[object DataView]", In = M(se), Qn = M(R), Wn = M(ue), Jn = M(le), Xn = M(ie), O = k;
444
+ (se && O(new se(new ArrayBuffer(1))) != Ue || R && O(new R()) != Be || ue && O(ue.resolve()) != Ke || le && O(new le()) != Le || ie && O(new ie()) != 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:
@@ -464,12 +464,12 @@ function ta(e) {
464
464
  return t && typeof e[0] == "string" && ea.call(e, "index") && (r.index = e.index, r.input = e.input), r;
465
465
  }
466
466
  var Ve = w.Uint8Array;
467
- function ge(e) {
467
+ function ve(e) {
468
468
  var t = new e.constructor(e.byteLength);
469
469
  return new Ve(t).set(new Ve(e)), t;
470
470
  }
471
471
  function ra(e, t) {
472
- var r = t ? ge(e.buffer) : e.buffer;
472
+ var r = t ? ve(e.buffer) : e.buffer;
473
473
  return new e.constructor(r, e.byteOffset, e.byteLength);
474
474
  }
475
475
  var na = /\w*$/;
@@ -477,12 +477,12 @@ 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
  }
484
484
  function ca(e, t) {
485
- var r = t ? ge(e.buffer) : e.buffer;
485
+ var r = t ? ve(e.buffer) : e.buffer;
486
486
  return new e.constructor(r, e.byteOffset, e.length);
487
487
  }
488
488
  var ia = "[object Boolean]", sa = "[object Date]", ua = "[object Map]", la = "[object Number]", fa = "[object RegExp]", pa = "[object Set]", da = "[object String]", ya = "[object Symbol]", ha = "[object ArrayBuffer]", ba = "[object DataView]", ga = "[object Float32Array]", va = "[object Float64Array]", Ta = "[object Int8Array]", _a = "[object Int16Array]", ja = "[object Int32Array]", wa = "[object Uint8Array]", $a = "[object Uint8ClampedArray]", ma = "[object Uint16Array]", Oa = "[object Uint32Array]";
@@ -490,7 +490,7 @@ function Sa(e, t, r) {
490
490
  var a = e.constructor;
491
491
  switch (t) {
492
492
  case ha:
493
- return ge(e);
493
+ return ve(e);
494
494
  case ia:
495
495
  case sa:
496
496
  return new a(+e);
@@ -520,35 +520,35 @@ function Sa(e, t, r) {
520
520
  }
521
521
  }
522
522
  function Aa(e) {
523
- return typeof e.constructor == "function" && !pe(e) ? nr(ut(e)) : {};
523
+ return typeof e.constructor == "function" && !de(e) ? nr(ut(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 ? ye(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 ? ye(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
- function W(e, t, r, a, d, u) {
536
+ function J(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
- var A = fe(e);
542
+ var A = pe(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,53 +556,59 @@ 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
- l.add(W(g, t, r, g, e, u));
564
+ l.add(J(g, t, r, g, e, u));
565
565
  }) : xa(e) && e.forEach(function(g, _) {
566
- l.set(_, W(g, t, r, _, e, u));
566
+ l.set(_, J(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 te = h ? y ? Hn : Gn : y ? be : he, Q = A ? void 0 : te(e);
569
+ return or(Q || e, function(g, _) {
570
+ Q && (_ = g, g = e[_]), Ze(l, _, J(g, t, r, _, e, u));
571
571
  }), l;
572
572
  }
573
573
  var co = 1, io = 4;
574
574
  function T(e) {
575
- return W(e, co | io);
575
+ return J(e, co | io);
576
576
  }
577
- const qe = le, so = le("/workflow/form/dataTemplate/v1/getBpmDataTemplateInfoByFlowKey"), uo = so.get(""), gt = Ft, lo = le("/form/dataTemplate/v1/getBpmDataTemplateInfoByFlowKey"), fo = gt.get("/controller/space-children"), po = gt.get("/controller/fuzzy-tree");
577
+ const qe = fe, so = fe("/workflow/form/dataTemplate/v1/getBpmDataTemplateInfoByFlowKey"), uo = so.get(""), gt = Ft, lo = fe("/form/dataTemplate/v1/getBpmDataTemplateInfoByFlowKey"), fo = gt.get("/controller/space-children"), po = gt.get("/controller/fuzzy-tree");
578
578
  lo.get("");
579
579
  const yo = (e, t) => {
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(() => {
580
+ var je, we;
581
+ const r = Tt(), a = D([]), d = D([]), u = D([]), l = D([]), b = D([]), y = ae(() => e.borderType), h = (je = $e()) != null && je.id ? (we = $e()) == null ? void 0 : we.id : "1268137555009052672", A = ae(() => e.orgConfig), C = ae(() => {
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;
597
- }, ee = async () => {
597
+ }, te = async () => {
598
598
  var n, $, P;
599
599
  const i = {
600
600
  flowKey: e.flowKey,
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
+ const W = x.sort === "ASC" ? "ascending" : "descending";
606
+ return {
607
+ prop: x.name,
608
+ order: W
609
+ };
610
+ })));
611
+ }, Q = D([
606
612
  /** 0 */
607
613
  {
608
614
  key: "searchInputKey",
@@ -676,10 +682,10 @@ const yo = (e, t) => {
676
682
  label: "name",
677
683
  disabled: (i) => i.id == 1
678
684
  },
679
- load: H,
685
+ load: q,
680
686
  keyword: "",
681
687
  selectAttrs: { showSearch: !1, allowClear: !0 },
682
- search: q
688
+ search: I
683
689
  },
684
690
  /** 5 */
685
691
  {
@@ -731,10 +737,10 @@ const yo = (e, t) => {
731
737
  if (($ = c == null ? void 0 : c.split(",")) != null && $.includes(n.name) && i[c])
732
738
  if (n.ct === "dateRange") {
733
739
  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");
740
+ 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
741
  s.push({
736
742
  property: c,
737
- value: [P, Q],
743
+ value: [P, x],
738
744
  group: "quick",
739
745
  // 自定义
740
746
  // relation: (it.mg as boolean) ? 'AND' : 'OR',
@@ -757,33 +763,33 @@ const yo = (e, t) => {
757
763
  const i = {};
758
764
  d.value.map((s) => {
759
765
  if (s.type === "treeSelect") {
760
- const c = ve(s == null ? void 0 : s.options, s == null ? void 0 : s.value, s == null ? void 0 : s.nodeKey);
766
+ const c = Te(s == null ? void 0 : s.options, s == null ? void 0 : s.value, s == null ? void 0 : s.nodeKey);
761
767
  s.checkedNodes = c;
762
768
  }
763
769
  i[s.key] = s.value;
764
770
  }), g(i);
765
771
  };
766
- function ve(i, s, c) {
772
+ function Te(i, s, c) {
767
773
  for (let n of i) {
768
774
  if (n[c] === s)
769
775
  return n;
770
776
  if (n.children) {
771
- const $ = ve(n.children, s, c);
777
+ const $ = Te(n.children, s, c);
772
778
  if ($)
773
779
  return $;
774
780
  }
775
781
  }
776
782
  return null;
777
783
  }
778
- const Te = async () => {
779
- await ee();
780
- const i = T(I.value);
784
+ const _e = async () => {
785
+ await te();
786
+ const i = T(Q.value);
781
787
  u.value = [];
782
788
  let s = !1;
783
789
  const c = T(i[0]);
784
790
  c.key = "", c.label = "", c.placeholder = "", await Promise.all(
785
791
  a.value.map((n, $) => (async () => {
786
- var P, Q, we;
792
+ var P, x, W;
787
793
  if (n.ct === "onetext") {
788
794
  if (n.mg) {
789
795
  s = !0;
@@ -796,19 +802,19 @@ const yo = (e, t) => {
796
802
  }
797
803
  if (n.ct === "select") {
798
804
  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)) {
805
+ 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
806
  const m = {};
801
807
  if (n.option.customQuery.conditionfield.map((v) => {
802
808
  m[v.field] = v.defaultValue;
803
809
  }), n.option.customQuery.requestType === "GET") {
804
- const v = { project: h, ...m }, [te, re] = await qe(n.option.customQuery.url).get("")(v).run();
805
- if (te) return;
806
- o.options = re;
810
+ const v = { project: h, ...m }, [re, ne] = await qe(n.option.customQuery.url).get("")(v).run();
811
+ if (re) return;
812
+ o.options = ne;
807
813
  }
808
814
  if (n.option.customQuery.requestType === "POST") {
809
- const v = { project: h, ...m }, [te, re] = await qe(n.option.customQuery.url).post("")(v).run();
810
- if (te) return;
811
- o.options = re;
815
+ const v = { project: h, ...m }, [re, ne] = await qe(n.option.customQuery.url).post("")(v).run();
816
+ if (re) return;
817
+ o.options = ne;
812
818
  }
813
819
  }
814
820
  u.value.push(o);
@@ -823,7 +829,7 @@ const yo = (e, t) => {
823
829
  }
824
830
  if (n.ct === "radio") {
825
831
  const o = T(i[5]);
826
- o.label = n.cm, o.key = n.name, n.defaultValue && (o.value = n.defaultValue), ((we = n.option) == null ? void 0 : we.choiceType) === "static" && (o.options = n.controlContent), u.value.push(o);
832
+ o.label = n.cm, o.key = n.name, n.defaultValue && (o.value = n.defaultValue), ((W = n.option) == null ? void 0 : W.choiceType) === "static" && (o.options = n.controlContent), u.value.push(o);
827
833
  }
828
834
  if (n.ct === "dateRange") {
829
835
  const o = T(i[6]);
@@ -841,14 +847,14 @@ const yo = (e, t) => {
841
847
  return _t(
842
848
  () => A.value,
843
849
  async () => {
844
- await Te(), d.value = T(u.value), _();
850
+ await _e(), d.value = T(u.value), _();
845
851
  },
846
852
  {
847
853
  deep: !0,
848
854
  flush: "post"
849
855
  }
850
856
  ), jt(async () => {
851
- A.value || (await Te(), d.value = T(u.value), _());
857
+ A.value || (await _e(), d.value = T(u.value), _());
852
858
  }), {
853
859
  searchOptions: d,
854
860
  buttonSetting: l,
@@ -875,12 +881,12 @@ const yo = (e, t) => {
875
881
  settingData: l,
876
882
  showFilterPanel: b
877
883
  } = 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)
884
+ return (y, h) => N(l).length > 0 ? (mt(), Ot("div", ho, [
885
+ St(N(Pt), At(y.$attrs, {
886
+ options: N(d),
887
+ onConfirm: N(u),
888
+ showFilterPanel: N(b),
889
+ isMarginRight: y.$attrs.isMarginRight ?? (N(b) ? void 0 : !0)
884
890
  }), null, 16, ["options", "onConfirm", "showFilterPanel", "isMarginRight"])
885
891
  ])) : Ct("v-if", !0);
886
892
  }