@das-fed/ui 6.4.0-dev.54.7 → 6.4.0-dev.54.9
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.
- package/package.json +5 -5
- package/packages/business-components/change-enterprises/i18n/index.d.ts +3 -3
- package/packages/business-components/change-pwd/i18n/index.d.ts +26 -34
- package/packages/business-components/change-pwd/index.js +66 -65
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/device-panel/i18n/index.d.ts +172 -0
- package/packages/business-components/device-panel/index.js +331 -261
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/export-button/i18n/index.d.ts +16 -20
- package/packages/business-components/export-button/index.js +88 -86
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/import-button/i18n/index.d.ts +34 -30
- package/packages/business-components/import-button/index.js +148 -144
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/i18n/index.d.ts +6 -6
- package/packages/business-components/model-table-dialog/index.js +82 -83
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +17 -49
- package/packages/business-components/model-table-dialog/style.css +1 -1
- package/packages/business-components/model-table-dialog/style.css.gz +0 -0
- package/packages/business-components/process-configuration/i18n/index.d.ts +37 -29
- package/packages/business-components/process-configuration/index.js +103 -92
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-form/i18n/index.d.ts +109 -69
- package/packages/business-components/process-form/index.js +691 -672
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-log/i18n/index.d.ts +4 -0
- package/packages/business-components/process-log/index.js +29 -28
- package/packages/business-components/process-log/index.js.gz +0 -0
- package/packages/business-components/process-search-form/i18n/index.d.ts +9 -9
- package/packages/business-components/process-search-form/index.js +2 -2
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-table/i18n/index.d.ts +8 -8
- package/packages/business-components/process-table/index.js +36 -36
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/upload-file/i18n/index.d.ts +2 -2
- package/packages/business-components/upload-file/index.js +45 -42
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/i18n/index.d.ts +28 -0
- package/packages/business-components/urgent-panel/index.js +595 -576
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/i18n/index.d.ts +7 -3
- package/packages/business-components/user-org-dialog/index.js +92 -91
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/i18n/index.d.ts +29 -17
- package/packages/business-components/video-dialog/index.js +116 -113
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/components/button/index.js +54 -56
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/image-upload/i18n/index.d.ts +9 -21
- package/packages/components/image-upload/index.js +92 -92
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-viewer/i18n/index.d.ts +1 -30
- package/packages/components/image-viewer/index.js +213 -219
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/input/i18n/index.d.ts +3 -3
- package/packages/components/input/index.js +1 -1
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input-dialog-select/i18n/index.d.ts +1 -6
- package/packages/components/input-dialog-select/index.js +49 -51
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/live-player/i18n/index.d.ts +3 -7
- package/packages/components/live-player/index.js +7 -5
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/loading/i18n/index.d.ts +1 -1
- package/packages/components/loading/index.js +1 -3
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/map/i18n/index.d.ts +7 -11
- package/packages/components/map/index.js +168 -167
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/menu-aside/i18n/index.d.ts +1 -1
- package/packages/components/menu-aside/index.js +1 -3
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/message/i18n/index.d.ts +1 -1
- package/packages/components/message/index.js +1 -3
- package/packages/components/message/index.js.gz +0 -0
- package/packages/components/notification/i18n/index.d.ts +1 -1
- package/packages/components/notification/index.js +1 -3
- package/packages/components/notification/index.js.gz +0 -0
- package/packages/components/pagination/i18n/index.d.ts +8 -8
- package/packages/components/pagination/index.js +124 -124
- package/packages/components/pagination/index.js.gz +0 -0
- package/packages/components/pagination/style.css +1 -1
- package/packages/components/pagination/style.css.gz +0 -0
- package/packages/components/popover/i18n/index.d.ts +2 -2
- package/packages/components/preview/i18n/index.d.ts +1 -1
- package/packages/components/preview/index.js +1 -3
- package/packages/components/preview/index.js.gz +0 -0
- package/packages/components/search/index.js +26 -36
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/style.css +1 -1
- package/packages/components/search/style.css.gz +0 -0
- package/packages/components/{search → search-form}/i18n/index.d.ts +6 -10
- package/packages/components/search-form/index.js +426 -418
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/spin/i18n/index.d.ts +1 -1
- package/packages/components/spin/index.js +1 -3
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/table/i18n/index.d.ts +19 -19
- package/packages/components/table/index.js +7 -7
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tabs/i18n/index.d.ts +3 -3
- package/packages/components/time-line/index.js +36 -40
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/tooltip/i18n/index.d.ts +1 -1
- package/packages/components/tooltip/index.js +1 -3
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tree/i18n/index.d.ts +8 -12
- package/packages/components/tree/index.js +137 -135
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +9 -27
- package/packages/components/upload/i18n/index.d.ts +5 -5
- package/packages/components/upload/index.js +1 -1
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/components/virtual-tree/i18n/index.d.ts +1 -1
- package/packages/components/virtual-tree/index.js +1 -3
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/i18n-collection/en.js +0 -537
- package/i18n-collection/zh-CN.js +0 -537
- package/packages/components/button/i18n/index.d.ts +0 -2
- package/packages/components/time-line/i18n/index.d.ts +0 -7
|
Binary file
|
|
@@ -2,7 +2,7 @@ import '@das-fed/ui/packages/business-components/process-log/style.css';
|
|
|
2
2
|
import { withInstall as Q } from "@das-fed/utils/with-install/index";
|
|
3
3
|
import { t as v, setI18nRule as W } from "@das-fed/web/packages/i18n/index";
|
|
4
4
|
import { setThemeRule as Z } from "@das-fed/web/packages/theme/index";
|
|
5
|
-
import { defineComponent as w, openBlock as n, createElementBlock as i, createVNode as I, unref as t, withCtx as B, createElementVNode as C, createCommentVNode as f, ref as R, onMounted as K, watch as Y, normalizeClass as E, Fragment as
|
|
5
|
+
import { defineComponent as w, openBlock as n, createElementBlock as i, createVNode as I, unref as t, withCtx as B, createElementVNode as C, createCommentVNode as f, ref as R, onMounted as K, watch as Y, normalizeClass as E, Fragment as b, renderList as m, normalizeStyle as c, toDisplayString as h, createBlock as A, useCssVars as V, computed as G, createTextVNode as X, isRef as x, mergeProps as _ } from "vue";
|
|
6
6
|
import { TimelineItem as $ } from "ant-design-vue";
|
|
7
7
|
import { DasIconPhone as q } from "@das-fed/ui/packages/icons/phone/index";
|
|
8
8
|
import { DasTooltip as N } from "@das-fed/ui/packages/components/tooltip/index";
|
|
@@ -20,14 +20,15 @@ import { DasTimeLine as to } from "@das-fed/ui/packages/components/time-line/ind
|
|
|
20
20
|
import { DasProcessLogItem as ro } from "@das-fed/ui/packages/business-components/process-log/index";
|
|
21
21
|
const ao = {
|
|
22
22
|
备注: { "zh-CN": "备注", en: "Notes" },
|
|
23
|
-
非常差: { "zh-CN": "非常差", en: "
|
|
24
|
-
差: { "zh-CN": "差", en: "
|
|
25
|
-
一般: { "zh-CN": "一般", en: "
|
|
26
|
-
满意: { "zh-CN": "满意", en: "
|
|
27
|
-
超赞: { "zh-CN": "超赞", en: "
|
|
28
|
-
下载: { "zh-CN": "下载", en: "
|
|
23
|
+
非常差: { "zh-CN": "非常差", en: "Very Poor" },
|
|
24
|
+
差: { "zh-CN": "差", en: "Poor" },
|
|
25
|
+
一般: { "zh-CN": "一般", en: "Average" },
|
|
26
|
+
满意: { "zh-CN": "满意", en: "Satisfied" },
|
|
27
|
+
超赞: { "zh-CN": "超赞", en: "Excellent" },
|
|
28
|
+
下载: { "zh-CN": "下载", en: "Download" },
|
|
29
29
|
收起: { "zh-CN": "收起", en: "Collapse" },
|
|
30
|
-
展开: { "zh-CN": "展开", en: "Expand" }
|
|
30
|
+
展开: { "zh-CN": "展开", en: "Expand" },
|
|
31
|
+
"备注:": { "zh-CN": "备注:", en: "Remarks:" }
|
|
31
32
|
}, uo = {
|
|
32
33
|
"--das-ui-processlog-time-color": "#999999",
|
|
33
34
|
"--das-ui-processlog-status-name-color": "#212121",
|
|
@@ -71,12 +72,12 @@ const ao = {
|
|
|
71
72
|
}, 8, ["content", "disabled"])
|
|
72
73
|
]));
|
|
73
74
|
}
|
|
74
|
-
}),
|
|
75
|
+
}), P = (g, e) => {
|
|
75
76
|
const l = g.__vccOpts || g;
|
|
76
77
|
for (const [o, s] of e)
|
|
77
78
|
l[o] = s;
|
|
78
79
|
return l;
|
|
79
|
-
}, ho = /* @__PURE__ */
|
|
80
|
+
}, ho = /* @__PURE__ */ P(go, [["__scopeId", "data-v-7910c1ad"]]), po = { class: "header-box" }, vo = { class: "cover-box" }, yo = { class: "cover-img" }, Eo = {
|
|
80
81
|
key: 0,
|
|
81
82
|
class: "phone-tips-duty"
|
|
82
83
|
}, Lo = ["src"], Io = /* @__PURE__ */ w({
|
|
@@ -110,7 +111,7 @@ const ao = {
|
|
|
110
111
|
},
|
|
111
112
|
[
|
|
112
113
|
(n(!0), i(
|
|
113
|
-
|
|
114
|
+
b,
|
|
114
115
|
null,
|
|
115
116
|
m(r.userList, (u, S) => {
|
|
116
117
|
var H, a;
|
|
@@ -206,7 +207,7 @@ const ao = {
|
|
|
206
207
|
])) : f("v-if", !0)
|
|
207
208
|
]));
|
|
208
209
|
}
|
|
209
|
-
}), ko = /* @__PURE__ */
|
|
210
|
+
}), ko = /* @__PURE__ */ P(Io, [["__scopeId", "data-v-66acc098"]]), Ro = { class: "file-content" }, wo = { class: "file-box" }, Po = ["onMouseenter", "onMouseleave"], bo = { class: "file-item-content" }, mo = ["fontColor"], Bo = {
|
|
210
211
|
key: 0,
|
|
211
212
|
class: "pre-file"
|
|
212
213
|
}, Ho = ["onClick"], No = /* @__PURE__ */ w({
|
|
@@ -240,7 +241,7 @@ const ao = {
|
|
|
240
241
|
return (a, F) => (n(), i("div", Ro, [
|
|
241
242
|
C("div", wo, [
|
|
242
243
|
(n(!0), i(
|
|
243
|
-
|
|
244
|
+
b,
|
|
244
245
|
null,
|
|
245
246
|
m(u(), (d, D) => (n(), i("div", {
|
|
246
247
|
class: "file-item",
|
|
@@ -248,7 +249,7 @@ const ao = {
|
|
|
248
249
|
onMouseleave: (J) => y(d),
|
|
249
250
|
key: D
|
|
250
251
|
}, [
|
|
251
|
-
C("div",
|
|
252
|
+
C("div", bo, [
|
|
252
253
|
C("div", {
|
|
253
254
|
class: "file-name",
|
|
254
255
|
fontColor: a.fontColor
|
|
@@ -298,7 +299,7 @@ const ao = {
|
|
|
298
299
|
onClick: (J) => H(d)
|
|
299
300
|
}, h(t(v)("下载")), 9, Ho)) : f("v-if", !0)
|
|
300
301
|
])
|
|
301
|
-
], 40,
|
|
302
|
+
], 40, Po))),
|
|
302
303
|
128
|
|
303
304
|
/* KEYED_FRAGMENT */
|
|
304
305
|
))
|
|
@@ -332,7 +333,7 @@ const ao = {
|
|
|
332
333
|
])) : f("v-if", !0)
|
|
333
334
|
]));
|
|
334
335
|
}
|
|
335
|
-
}), Fo = /* @__PURE__ */
|
|
336
|
+
}), Fo = /* @__PURE__ */ P(No, [["__scopeId", "data-v-b68b2060"]]), Uo = { class: "rate-box" }, zo = { class: "rata-star" }, So = { class: "customStart" }, Jo = { class: "customStart" }, Qo = /* @__PURE__ */ w({
|
|
336
337
|
__name: "rateInfo",
|
|
337
338
|
props: {
|
|
338
339
|
userRate: { default: 0 },
|
|
@@ -344,7 +345,7 @@ const ao = {
|
|
|
344
345
|
return (l, o) => (n(), i("div", Uo, [
|
|
345
346
|
C("div", zo, [
|
|
346
347
|
(n(!0), i(
|
|
347
|
-
|
|
348
|
+
b,
|
|
348
349
|
null,
|
|
349
350
|
m(e(l.userRate), (s) => (n(), i("div", So, [
|
|
350
351
|
I(t(eo), { size: "large" })
|
|
@@ -353,7 +354,7 @@ const ao = {
|
|
|
353
354
|
/* UNKEYED_FRAGMENT */
|
|
354
355
|
)),
|
|
355
356
|
(n(!0), i(
|
|
356
|
-
|
|
357
|
+
b,
|
|
357
358
|
null,
|
|
358
359
|
m(5 - e(l.userRate), (s) => (n(), i("div", Jo, [
|
|
359
360
|
I(t(no), { size: "large" })
|
|
@@ -374,7 +375,7 @@ const ao = {
|
|
|
374
375
|
])
|
|
375
376
|
]));
|
|
376
377
|
}
|
|
377
|
-
}), Yo = /* @__PURE__ */
|
|
378
|
+
}), Yo = /* @__PURE__ */ P(Qo, [["__scopeId", "data-v-f8430eda"]]), Vo = { class: "med-content" }, Go = { class: "img-box" }, qo = /* @__PURE__ */ w({
|
|
378
379
|
__name: "viewInfo",
|
|
379
380
|
props: {
|
|
380
381
|
mediaList: { default: [] },
|
|
@@ -385,7 +386,7 @@ const ao = {
|
|
|
385
386
|
return (l, o) => (n(), i("div", Vo, [
|
|
386
387
|
C("div", Go, [
|
|
387
388
|
(n(!0), i(
|
|
388
|
-
|
|
389
|
+
b,
|
|
389
390
|
null,
|
|
390
391
|
m(l.mediaList, (s, y) => (n(), A(t(j), {
|
|
391
392
|
class: E(l.isCustom ? "medium-show-custom-item" : "medium-show-box-item"),
|
|
@@ -402,7 +403,7 @@ const ao = {
|
|
|
402
403
|
])
|
|
403
404
|
]));
|
|
404
405
|
}
|
|
405
|
-
}), Oo = /* @__PURE__ */
|
|
406
|
+
}), Oo = /* @__PURE__ */ P(qo, [["__scopeId", "data-v-4b0633b7"]]), jo = { class: "title-box" }, To = { class: "item-box" }, Mo = { key: 0 }, Do = { key: 0 }, Wo = { key: 1 }, Zo = /* @__PURE__ */ w({
|
|
406
407
|
__name: "titleInfo",
|
|
407
408
|
props: {
|
|
408
409
|
titleList: { default: [] },
|
|
@@ -411,7 +412,7 @@ const ao = {
|
|
|
411
412
|
setup(g) {
|
|
412
413
|
return (e, l) => (n(), i("div", jo, [
|
|
413
414
|
(n(!0), i(
|
|
414
|
-
|
|
415
|
+
b,
|
|
415
416
|
null,
|
|
416
417
|
m(e.titleList, (o, s) => (n(), i(
|
|
417
418
|
"div",
|
|
@@ -447,7 +448,7 @@ const ao = {
|
|
|
447
448
|
))
|
|
448
449
|
]));
|
|
449
450
|
}
|
|
450
|
-
}), Ko = /* @__PURE__ */
|
|
451
|
+
}), Ko = /* @__PURE__ */ P(Zo, [["__scopeId", "data-v-94e6a5d5"]]), Xo = { class: "sign-box" }, xo = /* @__PURE__ */ w({
|
|
451
452
|
__name: "signInfo",
|
|
452
453
|
props: {
|
|
453
454
|
signImg: { default: "" },
|
|
@@ -467,7 +468,7 @@ const ao = {
|
|
|
467
468
|
}, null, 8, ["style", "modelValue", "status"])
|
|
468
469
|
]));
|
|
469
470
|
}
|
|
470
|
-
}), _o = /* @__PURE__ */
|
|
471
|
+
}), _o = /* @__PURE__ */ P(xo, [["__scopeId", "data-v-efec6fac"]]), $o = /* @__PURE__ */ w({
|
|
471
472
|
__name: "remarkInfo",
|
|
472
473
|
props: {
|
|
473
474
|
remarks: { default: "" },
|
|
@@ -533,7 +534,7 @@ const ao = {
|
|
|
533
534
|
])) : f("v-if", !0)
|
|
534
535
|
]));
|
|
535
536
|
}
|
|
536
|
-
}), os = /* @__PURE__ */
|
|
537
|
+
}), os = /* @__PURE__ */ P($o, [["__scopeId", "data-v-504875ad"]]), ss = { key: 0 }, es = { key: 1 }, ns = { class: "medium-show-box" }, ls = /* @__PURE__ */ w({
|
|
537
538
|
__name: "ProcessLogItem",
|
|
538
539
|
props: {
|
|
539
540
|
userName: {},
|
|
@@ -689,7 +690,7 @@ const ao = {
|
|
|
689
690
|
/* FULL_PROPS */
|
|
690
691
|
));
|
|
691
692
|
}
|
|
692
|
-
}), ts = /* @__PURE__ */
|
|
693
|
+
}), ts = /* @__PURE__ */ P(ls, [["__scopeId", "data-v-902c029c"]]), rs = { title: "基本使用", desc: "" }, as = /* @__PURE__ */ w({
|
|
693
694
|
...rs,
|
|
694
695
|
__name: "Index",
|
|
695
696
|
props: {
|
|
@@ -711,7 +712,7 @@ const ao = {
|
|
|
711
712
|
I(t(to), { layoutType: "right" }, {
|
|
712
713
|
default: B(() => [
|
|
713
714
|
(n(!0), i(
|
|
714
|
-
|
|
715
|
+
b,
|
|
715
716
|
null,
|
|
716
717
|
m(e.data, (o, s) => (n(), A(t(ro), {
|
|
717
718
|
key: s,
|
|
@@ -748,7 +749,7 @@ const ao = {
|
|
|
748
749
|
/* STYLE */
|
|
749
750
|
));
|
|
750
751
|
}
|
|
751
|
-
}), us = /* @__PURE__ */
|
|
752
|
+
}), us = /* @__PURE__ */ P(as, [["__scopeId", "data-v-d9db07b6"]]);
|
|
752
753
|
W(ao);
|
|
753
754
|
Z(uo);
|
|
754
755
|
const ms = Q(ts), Bs = Q(us);
|
|
Binary file
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
请输入关键字: {
|
|
3
|
-
|
|
3
|
+
'zh-CN': string;
|
|
4
4
|
en: string;
|
|
5
5
|
};
|
|
6
6
|
输入框: {
|
|
7
|
-
|
|
7
|
+
'zh-CN': string;
|
|
8
8
|
en: string;
|
|
9
9
|
};
|
|
10
10
|
选择框: {
|
|
11
|
-
|
|
11
|
+
'zh-CN': string;
|
|
12
12
|
en: string;
|
|
13
13
|
};
|
|
14
14
|
请选择: {
|
|
15
|
-
|
|
15
|
+
'zh-CN': string;
|
|
16
16
|
en: string;
|
|
17
17
|
};
|
|
18
18
|
时间框: {
|
|
19
|
-
|
|
19
|
+
'zh-CN': string;
|
|
20
20
|
en: string;
|
|
21
21
|
};
|
|
22
22
|
位置选择: {
|
|
23
|
-
|
|
23
|
+
'zh-CN': string;
|
|
24
24
|
en: string;
|
|
25
25
|
};
|
|
26
26
|
单选: {
|
|
27
|
-
|
|
27
|
+
'zh-CN': string;
|
|
28
28
|
en: string;
|
|
29
29
|
};
|
|
30
30
|
组织: {
|
|
31
|
-
|
|
31
|
+
'zh-CN': string;
|
|
32
32
|
en: string;
|
|
33
33
|
};
|
|
34
34
|
搜索: {
|
|
35
|
-
|
|
35
|
+
'zh-CN': string;
|
|
36
36
|
en: string;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
@@ -891,9 +891,9 @@ const yo = (e, t) => {
|
|
|
891
891
|
])) : Ct("v-if", !0);
|
|
892
892
|
}
|
|
893
893
|
}), go = {
|
|
894
|
-
请输入关键字: { "zh-CN": "请输入关键字", en: "Please enter keyword" },
|
|
894
|
+
请输入关键字: { "zh-CN": "请输入关键字", en: "Please enter a keyword" },
|
|
895
895
|
输入框: { "zh-CN": "输入框", en: "Input box" },
|
|
896
|
-
选择框: { "zh-CN": "选择框", en: "
|
|
896
|
+
选择框: { "zh-CN": "选择框", en: "Selection box" },
|
|
897
897
|
请选择: { "zh-CN": "请选择", en: "Please select" },
|
|
898
898
|
时间框: { "zh-CN": "时间框", en: "Time box" },
|
|
899
899
|
位置选择: { "zh-CN": "位置选择", en: "Location selection" },
|
|
Binary file
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
列表控制: {
|
|
3
|
-
|
|
3
|
+
'zh-CN': string;
|
|
4
4
|
en: string;
|
|
5
5
|
};
|
|
6
6
|
表格设置: {
|
|
7
|
-
|
|
7
|
+
'zh-CN': string;
|
|
8
8
|
en: string;
|
|
9
9
|
};
|
|
10
10
|
恢复默认: {
|
|
11
|
-
|
|
11
|
+
'zh-CN': string;
|
|
12
12
|
en: string;
|
|
13
13
|
};
|
|
14
14
|
全部隐藏: {
|
|
15
|
-
|
|
15
|
+
'zh-CN': string;
|
|
16
16
|
en: string;
|
|
17
17
|
};
|
|
18
18
|
列名: {
|
|
19
|
-
|
|
19
|
+
'zh-CN': string;
|
|
20
20
|
en: string;
|
|
21
21
|
};
|
|
22
22
|
显示列: {
|
|
23
|
-
|
|
23
|
+
'zh-CN': string;
|
|
24
24
|
en: string;
|
|
25
25
|
};
|
|
26
26
|
取消: {
|
|
27
|
-
|
|
27
|
+
'zh-CN': string;
|
|
28
28
|
en: string;
|
|
29
29
|
};
|
|
30
30
|
确定: {
|
|
31
|
-
|
|
31
|
+
'zh-CN': string;
|
|
32
32
|
en: string;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
@@ -118,7 +118,7 @@ function Ur(e, t) {
|
|
|
118
118
|
return e;
|
|
119
119
|
}
|
|
120
120
|
var Rr = 9007199254740991, Hr = /^(?:0|[1-9]\d*)$/;
|
|
121
|
-
function
|
|
121
|
+
function Vr(e, t) {
|
|
122
122
|
var r = typeof e;
|
|
123
123
|
return t = t ?? Rr, !!t && (r == "number" || r != "symbol" && Hr.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
124
124
|
}
|
|
@@ -133,7 +133,7 @@ function Pt(e, t, r) {
|
|
|
133
133
|
function Dt(e, t) {
|
|
134
134
|
return e === t || e !== e && t !== t;
|
|
135
135
|
}
|
|
136
|
-
var
|
|
136
|
+
var Gr = Object.prototype, Kr = Gr.hasOwnProperty;
|
|
137
137
|
function Et(e, t, r) {
|
|
138
138
|
var n = e[t];
|
|
139
139
|
(!(Kr.call(e, t) && Dt(n, r)) || r === void 0 && !(t in e)) && Pt(e, t, r);
|
|
@@ -201,7 +201,7 @@ function Lt(e, t) {
|
|
|
201
201
|
(h == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
202
202
|
s && (h == "offset" || h == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
203
203
|
l && (h == "buffer" || h == "byteLength" || h == "byteOffset") || // Skip index properties.
|
|
204
|
-
|
|
204
|
+
Vr(h, c))) && g.push(h);
|
|
205
205
|
return g;
|
|
206
206
|
}
|
|
207
207
|
function Ut(e, t) {
|
|
@@ -248,14 +248,14 @@ function Rn(e) {
|
|
|
248
248
|
var t = this.has(e) && delete this.__data__[e];
|
|
249
249
|
return this.size -= t ? 1 : 0, t;
|
|
250
250
|
}
|
|
251
|
-
var Hn = "__lodash_hash_undefined__",
|
|
251
|
+
var Hn = "__lodash_hash_undefined__", Vn = Object.prototype, Gn = Vn.hasOwnProperty;
|
|
252
252
|
function Kn(e) {
|
|
253
253
|
var t = this.__data__;
|
|
254
254
|
if (ie) {
|
|
255
255
|
var r = t[e];
|
|
256
256
|
return r === Hn ? void 0 : r;
|
|
257
257
|
}
|
|
258
|
-
return
|
|
258
|
+
return Gn.call(t, e) ? t[e] : void 0;
|
|
259
259
|
}
|
|
260
260
|
var qn = Object.prototype, Qn = qn.hasOwnProperty;
|
|
261
261
|
function Jn(e) {
|
|
@@ -406,7 +406,7 @@ function ba(e, t) {
|
|
|
406
406
|
function ya(e, t) {
|
|
407
407
|
return e && Se(t, Re(t), e);
|
|
408
408
|
}
|
|
409
|
-
var
|
|
409
|
+
var Vt = typeof exports == "object" && exports && !exports.nodeType && exports, ut = Vt && typeof module == "object" && module && !module.nodeType && module, va = ut && ut.exports === Vt, pt = va ? x.Buffer : void 0, ft = pt ? pt.allocUnsafe : void 0;
|
|
410
410
|
function ma(e, t) {
|
|
411
411
|
if (t)
|
|
412
412
|
return e.slice();
|
|
@@ -420,14 +420,14 @@ function _a(e, t) {
|
|
|
420
420
|
}
|
|
421
421
|
return l;
|
|
422
422
|
}
|
|
423
|
-
function
|
|
423
|
+
function Gt() {
|
|
424
424
|
return [];
|
|
425
425
|
}
|
|
426
426
|
var Ta = Object.prototype, Sa = Ta.propertyIsEnumerable, dt = Object.getOwnPropertySymbols, He = dt ? function(e) {
|
|
427
427
|
return e == null ? [] : (e = Object(e), _a(dt(e), function(t) {
|
|
428
428
|
return Sa.call(e, t);
|
|
429
429
|
}));
|
|
430
|
-
} :
|
|
430
|
+
} : Gt;
|
|
431
431
|
function ja(e, t) {
|
|
432
432
|
return Se(e, He(e), t);
|
|
433
433
|
}
|
|
@@ -435,7 +435,7 @@ var wa = Object.getOwnPropertySymbols, Kt = wa ? function(e) {
|
|
|
435
435
|
for (var t = []; e; )
|
|
436
436
|
Rt(t, He(e)), e = Ht(e);
|
|
437
437
|
return t;
|
|
438
|
-
} :
|
|
438
|
+
} : Gt;
|
|
439
439
|
function Oa(e, t) {
|
|
440
440
|
return Se(e, Kt(e), t);
|
|
441
441
|
}
|
|
@@ -473,12 +473,12 @@ function Ma(e) {
|
|
|
473
473
|
return t && typeof e[0] == "string" && Ia.call(e, "index") && (r.index = e.index, r.input = e.input), r;
|
|
474
474
|
}
|
|
475
475
|
var mt = x.Uint8Array;
|
|
476
|
-
function
|
|
476
|
+
function Ve(e) {
|
|
477
477
|
var t = new e.constructor(e.byteLength);
|
|
478
478
|
return new mt(t).set(new mt(e)), t;
|
|
479
479
|
}
|
|
480
480
|
function za(e, t) {
|
|
481
|
-
var r = t ?
|
|
481
|
+
var r = t ? Ve(e.buffer) : e.buffer;
|
|
482
482
|
return new e.constructor(r, e.byteOffset, e.byteLength);
|
|
483
483
|
}
|
|
484
484
|
var Ba = /\w*$/;
|
|
@@ -491,17 +491,17 @@ function Ua(e) {
|
|
|
491
491
|
return Tt ? Object(Tt.call(e)) : {};
|
|
492
492
|
}
|
|
493
493
|
function Ra(e, t) {
|
|
494
|
-
var r = t ?
|
|
494
|
+
var r = t ? Ve(e.buffer) : e.buffer;
|
|
495
495
|
return new e.constructor(r, e.byteOffset, e.length);
|
|
496
496
|
}
|
|
497
|
-
var Ha = "[object Boolean]",
|
|
497
|
+
var Ha = "[object Boolean]", Va = "[object Date]", Ga = "[object Map]", Ka = "[object Number]", qa = "[object RegExp]", Qa = "[object Set]", Ja = "[object String]", ka = "[object Symbol]", Wa = "[object ArrayBuffer]", Ya = "[object DataView]", Xa = "[object Float32Array]", Za = "[object Float64Array]", eo = "[object Int8Array]", to = "[object Int16Array]", ro = "[object Int32Array]", no = "[object Uint8Array]", ao = "[object Uint8ClampedArray]", oo = "[object Uint16Array]", so = "[object Uint32Array]";
|
|
498
498
|
function io(e, t, r) {
|
|
499
499
|
var n = e.constructor;
|
|
500
500
|
switch (t) {
|
|
501
501
|
case Wa:
|
|
502
|
-
return
|
|
502
|
+
return Ve(e);
|
|
503
503
|
case Ha:
|
|
504
|
-
case
|
|
504
|
+
case Va:
|
|
505
505
|
return new n(+e);
|
|
506
506
|
case Ya:
|
|
507
507
|
return za(e, r);
|
|
@@ -515,7 +515,7 @@ function io(e, t, r) {
|
|
|
515
515
|
case oo:
|
|
516
516
|
case so:
|
|
517
517
|
return Ra(e, r);
|
|
518
|
-
case
|
|
518
|
+
case Ga:
|
|
519
519
|
return new n();
|
|
520
520
|
case Ka:
|
|
521
521
|
case Ja:
|
|
@@ -579,11 +579,11 @@ function me(e, t, r, n, s, l) {
|
|
|
579
579
|
D && (_ = m, m = e[_]), Et(o, _, me(m, t, r, _, e, l));
|
|
580
580
|
}), o;
|
|
581
581
|
}
|
|
582
|
-
var Ho = 1,
|
|
582
|
+
var Ho = 1, Vo = 4;
|
|
583
583
|
function _e(e) {
|
|
584
|
-
return me(e, Ho |
|
|
584
|
+
return me(e, Ho | Vo);
|
|
585
585
|
}
|
|
586
|
-
const
|
|
586
|
+
const Go = (e, t, r) => {
|
|
587
587
|
var ge, X, C, u;
|
|
588
588
|
const n = (ge = et()) != null && ge.id ? (X = et()) == null ? void 0 : X.id : "371344636432453", s = T([]), l = T([]), o = T([]), g = T(), c = $t(), h = ((C = c.prepend) == null ? void 0 : C.call(c)) ?? [], b = ((u = c.append) == null ? void 0 : u.call(c)) ?? [], w = T(!1), { reportTableList: P } = fr(e.apiUrl, e.reqMethod), $ = T([]), L = T([]), D = T([]), m = T(0), _ = T(20), y = T(1), f = T({
|
|
589
589
|
flowKey: e.flowKey,
|
|
@@ -650,12 +650,12 @@ const Vo = (e, t, r) => {
|
|
|
650
650
|
order: he
|
|
651
651
|
};
|
|
652
652
|
}), ((q = $.value) == null ? void 0 : q.length) > 0 ? f.value.sorter = [$.value[0]] : f.value.sorter = [], t("getSearchQuery", f.value), K = $.value.map((N) => N.property)), O.displayField) {
|
|
653
|
-
const N = JSON.parse(O.displayField), he = {}, Oe = /* @__PURE__ */ new Map(),
|
|
653
|
+
const N = JSON.parse(O.displayField), he = {}, Oe = /* @__PURE__ */ new Map(), Ge = [], Ke = [];
|
|
654
654
|
O.boDef.boEnt.attributeList.forEach((v) => {
|
|
655
655
|
he[v.name] = v;
|
|
656
656
|
}), b.forEach((v) => {
|
|
657
657
|
const S = v.props, F = { desc: S.label, name: S.label };
|
|
658
|
-
Oe.set(S.prop, F),
|
|
658
|
+
Oe.set(S.prop, F), Ge.push({ name: S.prop, desc: S.label, switch: !0 });
|
|
659
659
|
}), h.forEach((v) => {
|
|
660
660
|
const S = v.props, F = { desc: S.label, name: S.label };
|
|
661
661
|
Oe.set(S.prop, F), Ke.push({ name: S.prop, desc: S.label, switch: !0 });
|
|
@@ -669,7 +669,7 @@ const Vo = (e, t, r) => {
|
|
|
669
669
|
desc: v.desc,
|
|
670
670
|
switch: !0
|
|
671
671
|
}));
|
|
672
|
-
o.value = [...Ke, ...Wt, ...
|
|
672
|
+
o.value = [...Ke, ...Wt, ...Ge];
|
|
673
673
|
const be = window.localStorage.getItem(e.columnSettingName);
|
|
674
674
|
if (be && be !== "undefined") {
|
|
675
675
|
const v = o.value.map((F) => F.name).join(","), S = JSON.parse(be).map((F) => F.name).join(",");
|
|
@@ -693,7 +693,7 @@ const Vo = (e, t, r) => {
|
|
|
693
693
|
return O.direction = U, O;
|
|
694
694
|
});
|
|
695
695
|
f.value.sorter = [E], t("getSearchQuery", f.value), j();
|
|
696
|
-
},
|
|
696
|
+
}, V = T(!0), de = (i, U, E) => {
|
|
697
697
|
const O = i.button_list ? JSON.parse(i.button_list) : [], K = T([]);
|
|
698
698
|
if (O && O.length > 0 ? K.value = O.map((q) => ({
|
|
699
699
|
label: q.name,
|
|
@@ -703,11 +703,11 @@ const Vo = (e, t, r) => {
|
|
|
703
703
|
K.value.unshift(...q);
|
|
704
704
|
}
|
|
705
705
|
return K.value;
|
|
706
|
-
},
|
|
706
|
+
}, G = T(!0);
|
|
707
707
|
return ve(
|
|
708
708
|
() => l.value,
|
|
709
709
|
(i) => {
|
|
710
|
-
e.showOperationColumn ? i.length > 0 ? (
|
|
710
|
+
e.showOperationColumn ? i.length > 0 ? (V.value = !0, G.value = e.selection) : (V.value = !1, G.value = !1) : (V.value = !1, i.length > 0 ? G.value = e.selection : G.value = !1);
|
|
711
711
|
},
|
|
712
712
|
{
|
|
713
713
|
immediate: !0,
|
|
@@ -730,8 +730,8 @@ const Vo = (e, t, r) => {
|
|
|
730
730
|
handleCurrentPageChange: H,
|
|
731
731
|
handlePageSizeChange: ne,
|
|
732
732
|
sortChange: fe,
|
|
733
|
-
customSelectionOptions:
|
|
734
|
-
showOperationColumn:
|
|
733
|
+
customSelectionOptions: G,
|
|
734
|
+
showOperationColumn: V
|
|
735
735
|
};
|
|
736
736
|
}, Ko = (e, t, r, n, s, l) => {
|
|
737
737
|
var m, _;
|
|
@@ -885,7 +885,7 @@ const ko = (e, t) => {
|
|
|
885
885
|
sortChange: j,
|
|
886
886
|
customSelectionOptions: A,
|
|
887
887
|
showOperationColumn: H
|
|
888
|
-
} =
|
|
888
|
+
} = Go(n, l, s), { showSettingDialog: ne, cancelTabel: fe, resetDefault: V, showAll: de, setTable: G, tableSetting: ge } = Ko(
|
|
889
889
|
n,
|
|
890
890
|
l,
|
|
891
891
|
w,
|
|
@@ -996,7 +996,7 @@ const ko = (e, t) => {
|
|
|
996
996
|
I(a(Ze), {
|
|
997
997
|
btnType: "primary",
|
|
998
998
|
style: { "margin-left": "12px" },
|
|
999
|
-
onClick: a(
|
|
999
|
+
onClick: a(G)
|
|
1000
1000
|
}, {
|
|
1001
1001
|
default: M(() => [
|
|
1002
1002
|
Ye(
|
|
@@ -1026,7 +1026,7 @@ const ko = (e, t) => {
|
|
|
1026
1026
|
{
|
|
1027
1027
|
class: "text-btn",
|
|
1028
1028
|
onClick: C[2] || (C[2] = //@ts-ignore
|
|
1029
|
-
(...u) => a(
|
|
1029
|
+
(...u) => a(V) && a(V)(...u))
|
|
1030
1030
|
},
|
|
1031
1031
|
J(a(R)("恢复默认")),
|
|
1032
1032
|
1
|
|
@@ -1092,14 +1092,14 @@ const ko = (e, t) => {
|
|
|
1092
1092
|
r[n] = s;
|
|
1093
1093
|
return r;
|
|
1094
1094
|
}, os = /* @__PURE__ */ as(ns, [["__scopeId", "data-v-52c0d32b"]]), ss = {
|
|
1095
|
-
列表控制: { "zh-CN": "列表控制", en: "List
|
|
1096
|
-
表格设置: { "zh-CN": "表格设置", en: "Table
|
|
1097
|
-
恢复默认: { "zh-CN": "恢复默认", en: "
|
|
1098
|
-
全部隐藏: { "zh-CN": "全部隐藏", en: "Hide
|
|
1095
|
+
列表控制: { "zh-CN": "列表控制", en: "List Control" },
|
|
1096
|
+
表格设置: { "zh-CN": "表格设置", en: "Table Settings" },
|
|
1097
|
+
恢复默认: { "zh-CN": "恢复默认", en: "Reset to Default" },
|
|
1098
|
+
全部隐藏: { "zh-CN": "全部隐藏", en: "Hide All" },
|
|
1099
1099
|
列名: { "zh-CN": "列名", en: "Column Name" },
|
|
1100
|
-
显示列: { "zh-CN": "显示列", en: "
|
|
1100
|
+
显示列: { "zh-CN": "显示列", en: "Visible Columns" },
|
|
1101
1101
|
取消: { "zh-CN": "取消", en: "Cancel" },
|
|
1102
|
-
确定: { "zh-CN": "确定", en: "
|
|
1102
|
+
确定: { "zh-CN": "确定", en: "Confirm" }
|
|
1103
1103
|
};
|
|
1104
1104
|
or(ss);
|
|
1105
1105
|
const vs = Yt(os), ms = () => T(null);
|
|
Binary file
|