super-page-runtime 2.1.92 → 2.1.95
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/dist/es/_virtual/_plugin-vue_export-helper.js +6 -7
- package/dist/es/assets/chart-themes/theme1.js +2 -6
- package/dist/es/assets/chart-themes/theme2.js +2 -6
- package/dist/es/assets/chart-themes/theme3.js +2 -6
- package/dist/es/components/runtime/utils/api/api-util.js +4 -7
- package/dist/es/components/runtime/utils/api/page-expose-util.js +137 -433
- package/dist/es/components/runtime/utils/assemblys-config.js +12 -366
- package/dist/es/components/runtime/utils/barcode-util.js +10 -33
- package/dist/es/components/runtime/utils/charts/chart-columnline-util.js +138 -303
- package/dist/es/components/runtime/utils/charts/chart-gauge-util.js +29 -66
- package/dist/es/components/runtime/utils/charts/chart-pie-util.js +71 -147
- package/dist/es/components/runtime/utils/charts/chart-radar-util.js +52 -122
- package/dist/es/components/runtime/utils/charts/chart-scatter-util.js +40 -98
- package/dist/es/components/runtime/utils/charts/chart-util.js +237 -478
- package/dist/es/components/runtime/utils/common-util.js +82 -152
- package/dist/es/components/runtime/utils/eventBus.js +3 -9
- package/dist/es/components/runtime/utils/events/event-util.js +361 -727
- package/dist/es/components/runtime/utils/events/print-label.js +73 -140
- package/dist/es/components/runtime/utils/events/standard-event.js +835 -2283
- package/dist/es/components/runtime/utils/events/validator-util.js +236 -555
- package/dist/es/components/runtime/utils/form/date-shortcuts.js +29 -88
- package/dist/es/components/runtime/utils/form/scan-util.js +60 -154
- package/dist/es/components/runtime/utils/global-refs.js +45 -69
- package/dist/es/components/runtime/utils/i18n-util.js +12 -20
- package/dist/es/components/runtime/utils/interfaces/page-design-types.js +2 -7
- package/dist/es/components/runtime/utils/page-helper-util.js +295 -603
- package/dist/es/components/runtime/utils/page-init-util.js +134 -369
- package/dist/es/components/runtime/utils/page-permission-util.js +24 -531
- package/dist/es/components/runtime/utils/page-store.js +8 -12
- package/dist/es/components/runtime/utils/store-util.js +9 -13
- package/dist/es/components/runtime/utils/store.js +2 -2
- package/dist/es/components/runtime/utils/table-utils.js +49 -84
- package/dist/es/components/runtime/utils/tree-utils.js +18 -36
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +19 -75
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +14 -46
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +37 -132
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +4 -18
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +17 -107
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +54 -198
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.js +12 -42
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +7 -60
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +48 -169
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +32 -107
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +43 -164
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +32 -115
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +32 -116
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +208 -439
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue.js +4 -42
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue.js +8 -62
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.js +63 -226
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue.js +13 -62
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +168 -513
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +29 -139
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +23 -125
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +16 -102
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +18 -81
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +17 -82
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +14 -86
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +21 -79
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +16 -61
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +10 -37
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +38 -127
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +28 -76
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +61 -178
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +311 -800
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +251 -592
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +43 -115
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +56 -216
- package/dist/es/components/runtime/views/assemblys/error-render.vue.js +3 -21
- package/dist/es/components/runtime/views/assemblys/error-render.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +44 -154
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +36 -98
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +54 -200
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +69 -239
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +28 -98
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +22 -59
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +52 -173
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +22 -103
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +58 -249
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +34 -174
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +28 -107
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js +4 -4
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +13 -50
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +66 -189
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +91 -243
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +82 -261
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +13 -57
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +30 -155
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +41 -129
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +22 -107
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +133 -252
- package/dist/es/components/runtime/views/assemblys/object-render.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.js +19 -46
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.js +22 -49
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +21 -58
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +16 -53
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +18 -134
- package/dist/es/components/runtime/views/super-page-dialog.vue2.js +2 -2
- package/dist/es/components/runtime/views/super-page.vue.js +232 -708
- package/dist/es/components/runtime/views/super-page.vue2.js +2 -2
- package/dist/es/i18n/langs/cn.js +2 -55
- package/dist/es/i18n/langs/en.js +2 -55
- package/package.json +74 -73
|
@@ -1,44 +1,6 @@
|
|
|
1
|
-
import { defineComponent, openBlock, createBlock } from "vue";
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
__name: "group-column-item",
|
|
5
|
-
props: {
|
|
6
|
-
configure: {
|
|
7
|
-
type: Object,
|
|
8
|
-
default: () => {
|
|
9
|
-
return {};
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
pageContext: {
|
|
13
|
-
type: Object,
|
|
14
|
-
default: () => {
|
|
15
|
-
return {};
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
groupColumnItem: {
|
|
19
|
-
type: Object,
|
|
20
|
-
default: () => {
|
|
21
|
-
return {};
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
columnsConfigKeyValues: {
|
|
25
|
-
type: Object,
|
|
26
|
-
default: () => {
|
|
27
|
-
return {};
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
setup(__props) {
|
|
32
|
-
return (_ctx, _cache) => {
|
|
33
|
-
return openBlock(), createBlock(_sfc_main$1, {
|
|
34
|
-
configure: __props.configure,
|
|
35
|
-
pageContext: __props.pageContext,
|
|
36
|
-
groupColumn: __props.groupColumnItem,
|
|
37
|
-
columnsConfigKeyValues: __props.columnsConfigKeyValues
|
|
38
|
-
}, null, 8, ["configure", "pageContext", "groupColumn", "columnsConfigKeyValues"]);
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
});
|
|
1
|
+
import { defineComponent as e, openBlock as o, createBlock as u } from "vue";
|
|
2
|
+
import t from "./group-column.vue.js";
|
|
3
|
+
const n = e({ __name: "group-column-item", props: { configure: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, groupColumnItem: { type: Object, default: () => ({}) }, columnsConfigKeyValues: { type: Object, default: () => ({}) } }, setup: (e2) => (n2, l) => (o(), u(t, { configure: e2.configure, pageContext: e2.pageContext, groupColumn: e2.groupColumnItem, columnsConfigKeyValues: e2.columnsConfigKeyValues }, null, 8, ["configure", "pageContext", "groupColumn", "columnsConfigKeyValues"])) });
|
|
42
4
|
export {
|
|
43
|
-
|
|
5
|
+
n as default
|
|
44
6
|
};
|
|
@@ -1,64 +1,10 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createTextVNode, toDisplayString, createElementBlock, Fragment, renderList, createCommentVNode } from "vue";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
type: Object,
|
|
9
|
-
default: () => {
|
|
10
|
-
return {};
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
pageContext: {
|
|
14
|
-
type: Object,
|
|
15
|
-
default: () => {
|
|
16
|
-
return {};
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
groupColumn: {
|
|
20
|
-
type: Object,
|
|
21
|
-
default: () => {
|
|
22
|
-
return {};
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
columnsConfigKeyValues: {
|
|
26
|
-
type: Object,
|
|
27
|
-
default: () => {
|
|
28
|
-
return {};
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
setup(__props) {
|
|
33
|
-
return (_ctx, _cache) => {
|
|
34
|
-
const _component_el_table_column = resolveComponent("el-table-column");
|
|
35
|
-
return openBlock(), createBlock(_component_el_table_column, { "header-align": "center" }, {
|
|
36
|
-
header: withCtx(() => [
|
|
37
|
-
createTextVNode(toDisplayString(__props.groupColumn.titleText), 1)
|
|
38
|
-
]),
|
|
39
|
-
default: withCtx(() => [
|
|
40
|
-
__props.groupColumn.children && __props.groupColumn.children.length > 0 ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(__props.groupColumn.children, (item, index) => {
|
|
41
|
-
return openBlock(), createElementBlock(Fragment, { key: index }, [
|
|
42
|
-
item.children && item.children.length > 0 ? (openBlock(), createBlock(_sfc_main$1, {
|
|
43
|
-
key: index,
|
|
44
|
-
configure: __props.configure,
|
|
45
|
-
pageContext: __props.pageContext,
|
|
46
|
-
groupColumnItem: item,
|
|
47
|
-
columnsConfigKeyValues: __props.columnsConfigKeyValues
|
|
48
|
-
}, null, 8, ["configure", "pageContext", "groupColumnItem", "columnsConfigKeyValues"])) : (openBlock(), createBlock(_sfc_main$2, {
|
|
49
|
-
key: 1,
|
|
50
|
-
pageContext: __props.pageContext,
|
|
51
|
-
configure: __props.configure,
|
|
52
|
-
column: __props.columnsConfigKeyValues[item.columnUuid]
|
|
53
|
-
}, null, 8, ["pageContext", "configure", "column"]))
|
|
54
|
-
], 64);
|
|
55
|
-
}), 128)) : createCommentVNode("", true)
|
|
56
|
-
]),
|
|
57
|
-
_: 1
|
|
58
|
-
});
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
});
|
|
1
|
+
import { defineComponent as e, resolveComponent as o, openBlock as n, createBlock as u, withCtx as l, createTextVNode as t, toDisplayString as r, createElementBlock as c, Fragment as g, renderList as m, createCommentVNode as p } from "vue";
|
|
2
|
+
import a from "./normal-column.vue.js";
|
|
3
|
+
import i from "./group-column-item.vue.js";
|
|
4
|
+
const f = e({ __name: "group-column", props: { configure: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, groupColumn: { type: Object, default: () => ({}) }, columnsConfigKeyValues: { type: Object, default: () => ({}) } }, setup: (e2) => (f2, C) => {
|
|
5
|
+
const s = o("el-table-column");
|
|
6
|
+
return n(), u(s, { "header-align": "center" }, { header: l(() => [t(r(e2.groupColumn.titleText), 1)]), default: l(() => [e2.groupColumn.children && e2.groupColumn.children.length > 0 ? (n(true), c(g, { key: 0 }, m(e2.groupColumn.children, (o2, l2) => (n(), c(g, { key: l2 }, [o2.children && o2.children.length > 0 ? (n(), u(i, { key: l2, configure: e2.configure, pageContext: e2.pageContext, groupColumnItem: o2, columnsConfigKeyValues: e2.columnsConfigKeyValues }, null, 8, ["configure", "pageContext", "groupColumnItem", "columnsConfigKeyValues"])) : (n(), u(a, { key: 1, pageContext: e2.pageContext, configure: e2.configure, column: e2.columnsConfigKeyValues[o2.columnUuid] }, null, 8, ["pageContext", "configure", "column"]))], 64))), 128)) : p("", true)]), _: 1 });
|
|
7
|
+
} });
|
|
62
8
|
export {
|
|
63
|
-
|
|
9
|
+
f as default
|
|
64
10
|
};
|
|
@@ -1,238 +1,75 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createElementBlock, Fragment, createTextVNode, toDisplayString, resolveDynamicComponent, createVNode, normalizeClass, createCommentVNode, createElementVNode } from "vue";
|
|
2
|
-
import { getCustomFunc } from "../../../../utils/events/event-util.js";
|
|
3
|
-
import
|
|
1
|
+
import { defineComponent as o, ref as e, resolveComponent as t, openBlock as r, createBlock as p, withCtx as n, createElementBlock as l, Fragment as s, createTextVNode as i, toDisplayString as u, resolveDynamicComponent as a, createVNode as c, normalizeClass as m, createCommentVNode as f, createElementVNode as g } from "vue";
|
|
2
|
+
import { getCustomFunc as d } from "../../../../utils/events/event-util.js";
|
|
3
|
+
import b from "../../../../utils/eventBus.js";
|
|
4
4
|
import "agilebuilder-ui/src/utils/request";
|
|
5
5
|
import "dayjs";
|
|
6
6
|
import "agilebuilder-ui/src/utils/calculator/calculator-util";
|
|
7
7
|
import "../../../../utils/global-refs.js";
|
|
8
8
|
import "agilebuilder-ui/src/utils/common-util";
|
|
9
9
|
import "agilebuilder-ui/src/utils/util";
|
|
10
|
-
import { expressJump } from "../../../../utils/table-utils.js";
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
return {};
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
column: {
|
|
31
|
-
type: Object,
|
|
32
|
-
default: () => {
|
|
33
|
-
return {};
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
setup(__props) {
|
|
38
|
-
const props = __props;
|
|
39
|
-
const resloveLinkText = ref(false);
|
|
40
|
-
let toPage = null;
|
|
41
|
-
if (props.column.linkPage && props.column.linkPage.length > 0) {
|
|
42
|
-
resloveLinkText.value = true;
|
|
43
|
-
}
|
|
44
|
-
function formatter(row, column, cellValue, index) {
|
|
45
|
-
}
|
|
46
|
-
function showLink(row) {
|
|
47
|
-
const result = expressJump(props.pageContext, props.configure, props.column.linkPage, row);
|
|
48
|
-
let show = false;
|
|
49
|
-
if (result) {
|
|
50
|
-
show = result.show;
|
|
51
|
-
toPage = result.toPage;
|
|
52
|
-
}
|
|
53
|
-
return show;
|
|
54
|
-
}
|
|
55
|
-
function clickLink(row) {
|
|
56
|
-
if (toPage) {
|
|
57
|
-
const myPageCode = props.pageContext.code;
|
|
58
|
-
const eventPageInfo = myPageCode + "_";
|
|
59
|
-
const linkPage = JSON.parse(JSON.stringify(toPage));
|
|
60
|
-
linkPage.base = {
|
|
61
|
-
successOperation: "closeWindow"
|
|
62
|
-
};
|
|
63
|
-
const eventParams = {
|
|
64
|
-
id: row.id ? row["id"] : row["ID"],
|
|
65
|
-
selections: [row]
|
|
66
|
-
};
|
|
67
|
-
eventBus.$emit(eventPageInfo + "open-dialog", {
|
|
68
|
-
pageContext: props.pageContext,
|
|
69
|
-
configureObj: { props: linkPage },
|
|
70
|
-
eventParams
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
function formatContent(row, format) {
|
|
75
|
-
const value = row[props.column.props.base.prop];
|
|
76
|
-
switch (format.type) {
|
|
77
|
-
case "number":
|
|
78
|
-
return formatNumber(value, format);
|
|
79
|
-
case "currency":
|
|
80
|
-
return formatCurrency(value, format);
|
|
81
|
-
case "percent":
|
|
82
|
-
return formatPercent(value, format);
|
|
83
|
-
case "custom":
|
|
84
|
-
return formatCustomFunc(row, format);
|
|
85
|
-
default:
|
|
86
|
-
return value;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
function formatNumber(value, format) {
|
|
90
|
-
let formattedValue = value;
|
|
91
|
-
if (!formattedValue) {
|
|
92
|
-
formattedValue = 0;
|
|
93
|
-
}
|
|
94
|
-
if (format.scientific) {
|
|
95
|
-
formattedValue = Number(value).toExponential(format.scientificNum);
|
|
96
|
-
}
|
|
97
|
-
if (format.decimalDigit) {
|
|
98
|
-
formattedValue = Number(value).toFixed(format.decimalDigit);
|
|
99
|
-
}
|
|
100
|
-
if (format.thousandsSeparator) {
|
|
101
|
-
formattedValue = formattedValue.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
|
|
102
|
-
}
|
|
103
|
-
if (format.symbol) {
|
|
104
|
-
formattedValue = `${format.symbol} ${formattedValue}`;
|
|
105
|
-
}
|
|
106
|
-
return formattedValue;
|
|
107
|
-
}
|
|
108
|
-
function formatCurrency(value, format) {
|
|
109
|
-
let formattedValue = value;
|
|
110
|
-
if (!formattedValue) {
|
|
111
|
-
formattedValue = 0;
|
|
112
|
-
}
|
|
113
|
-
if (format.decimalDigit) {
|
|
114
|
-
formattedValue = Number(value).toFixed(format.decimalDigit);
|
|
115
|
-
}
|
|
116
|
-
if (format.symbol) {
|
|
117
|
-
formattedValue = `${format.symbol} ${formattedValue}`;
|
|
118
|
-
}
|
|
119
|
-
return formattedValue;
|
|
120
|
-
}
|
|
121
|
-
function formatPercent(value, format) {
|
|
122
|
-
let formattedValue = value;
|
|
123
|
-
if (!formattedValue) {
|
|
124
|
-
formattedValue = 0;
|
|
125
|
-
}
|
|
126
|
-
if (format.decimalDigit) {
|
|
127
|
-
formattedValue = Number(value).toFixed(format.decimalDigit);
|
|
128
|
-
}
|
|
129
|
-
return formattedValue + " %";
|
|
10
|
+
import { expressJump as y } from "../../../../utils/table-utils.js";
|
|
11
|
+
const k = { key: 0 }, x = { key: 1 }, w = { key: 1 }, h = { key: 2 }, C = o({ __name: "normal-column", props: { configure: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, column: { type: Object, default: () => ({}) } }, setup(o2) {
|
|
12
|
+
const C2 = o2, j = e(false);
|
|
13
|
+
let v = null;
|
|
14
|
+
function O(o3, e2, t2, r2) {
|
|
15
|
+
}
|
|
16
|
+
function D(o3) {
|
|
17
|
+
const e2 = y(C2.pageContext, C2.configure, C2.column.linkPage, o3);
|
|
18
|
+
let t2 = false;
|
|
19
|
+
return e2 && (t2 = e2.show, v = e2.toPage), t2;
|
|
20
|
+
}
|
|
21
|
+
function N(o3) {
|
|
22
|
+
if (v) {
|
|
23
|
+
const e2 = C2.pageContext.code + "_", t2 = JSON.parse(JSON.stringify(v));
|
|
24
|
+
t2.base = { successOperation: "closeWindow" };
|
|
25
|
+
const r2 = { id: o3.id ? o3.id : o3.ID, selections: [o3] };
|
|
26
|
+
b.$emit(e2 + "open-dialog", { pageContext: C2.pageContext, configureObj: { props: t2 }, eventParams: r2 });
|
|
130
27
|
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
28
|
+
}
|
|
29
|
+
function _(o3, e2) {
|
|
30
|
+
const t2 = o3[C2.column.props.base.prop];
|
|
31
|
+
switch (e2.type) {
|
|
32
|
+
case "number":
|
|
33
|
+
return function(o4, e3) {
|
|
34
|
+
let t3 = o4;
|
|
35
|
+
t3 || (t3 = 0);
|
|
36
|
+
e3.scientific && (t3 = Number(o4).toExponential(e3.scientificNum));
|
|
37
|
+
e3.decimalDigit && (t3 = Number(o4).toFixed(e3.decimalDigit));
|
|
38
|
+
e3.thousandsSeparator && (t3 = t3.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","));
|
|
39
|
+
e3.symbol && (t3 = `${e3.symbol} ${t3}`);
|
|
40
|
+
return t3;
|
|
41
|
+
}(t2, e2);
|
|
42
|
+
case "currency":
|
|
43
|
+
return function(o4, e3) {
|
|
44
|
+
let t3 = o4;
|
|
45
|
+
t3 || (t3 = 0);
|
|
46
|
+
e3.decimalDigit && (t3 = Number(o4).toFixed(e3.decimalDigit));
|
|
47
|
+
e3.symbol && (t3 = `${e3.symbol} ${t3}`);
|
|
48
|
+
return t3;
|
|
49
|
+
}(t2, e2);
|
|
50
|
+
case "percent":
|
|
51
|
+
return function(o4, e3) {
|
|
52
|
+
let t3 = o4;
|
|
53
|
+
t3 || (t3 = 0);
|
|
54
|
+
e3.decimalDigit && (t3 = Number(o4).toFixed(e3.decimalDigit));
|
|
55
|
+
return t3 + " %";
|
|
56
|
+
}(t2, e2);
|
|
57
|
+
case "custom":
|
|
58
|
+
return function(o4, e3) {
|
|
59
|
+
const t3 = d(C2.pageContext, e3.customFunc);
|
|
60
|
+
if (t3) {
|
|
61
|
+
return t3.apply(t3, [{ pageContext: C2.pageContext, configureObj: C2.configure, row: o4, prop: C2.column.props.base.prop }]);
|
|
140
62
|
}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
63
|
+
}(o3, e2);
|
|
64
|
+
default:
|
|
65
|
+
return t2;
|
|
144
66
|
}
|
|
145
|
-
return (_ctx, _cache) => {
|
|
146
|
-
const _component_el_table_column = resolveComponent("el-table-column");
|
|
147
|
-
const _component_el_progress = resolveComponent("el-progress");
|
|
148
|
-
const _component_el_tag = resolveComponent("el-tag");
|
|
149
|
-
const _component_el_link = resolveComponent("el-link");
|
|
150
|
-
return __props.column.props.base.prop === "$index" ? (openBlock(), createBlock(_component_el_table_column, {
|
|
151
|
-
key: 0,
|
|
152
|
-
label: __props.column.props.base.name,
|
|
153
|
-
type: "index",
|
|
154
|
-
align: "center",
|
|
155
|
-
"header-align": "center",
|
|
156
|
-
width: "80"
|
|
157
|
-
}, null, 8, ["label"])) : (openBlock(), createBlock(_component_el_table_column, {
|
|
158
|
-
key: 1,
|
|
159
|
-
prop: __props.column.props.base.prop,
|
|
160
|
-
width: __props.column.props.base.width ? __props.column.props.base.width : "",
|
|
161
|
-
label: __props.column.props.base.name,
|
|
162
|
-
"header-align": __props.column.props.base.headerAlign,
|
|
163
|
-
align: __props.column.props.base.align,
|
|
164
|
-
fixed: __props.column.props.base.fixed ? __props.column.props.base.fixed : false,
|
|
165
|
-
formatter
|
|
166
|
-
}, {
|
|
167
|
-
default: withCtx((scope) => [
|
|
168
|
-
__props.column.props.format && __props.column.props.format.type ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
169
|
-
createTextVNode(toDisplayString(__props.column.props.format.status) + " ", 1),
|
|
170
|
-
__props.column.props.format.type === "customControl" ? (openBlock(), createBlock(resolveDynamicComponent(__props.column.props.format.customControl), {
|
|
171
|
-
key: 0,
|
|
172
|
-
scope,
|
|
173
|
-
column: __props.column,
|
|
174
|
-
configure: __props.configure,
|
|
175
|
-
pageContext: __props.pageContext
|
|
176
|
-
}, null, 8, ["scope", "column", "configure", "pageContext"])) : __props.column.props.format.type === "progress" ? (openBlock(), createBlock(_component_el_progress, {
|
|
177
|
-
key: 1,
|
|
178
|
-
type: __props.column.props.format.progressType,
|
|
179
|
-
percentage: scope.row[__props.column.props.base.prop],
|
|
180
|
-
status: __props.column.props.format.status,
|
|
181
|
-
"text-inside": __props.column.props.format.showText,
|
|
182
|
-
"stroke-width": __props.column.props.format.strokeWidth,
|
|
183
|
-
color: __props.column.props.format.colorType === "custom" ? __props.column.props.format.color : ""
|
|
184
|
-
}, null, 8, ["type", "percentage", "status", "text-inside", "stroke-width", "color"])) : __props.column.props.format.type === "icon" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
185
|
-
__props.column.props.format.isTag ? (openBlock(), createElementBlock("span", _hoisted_1, [
|
|
186
|
-
createVNode(_component_el_tag, {
|
|
187
|
-
type: __props.column.props.format.tagType,
|
|
188
|
-
effect: __props.column.props.format.tagEffect,
|
|
189
|
-
hit: __props.column.props.format.hit,
|
|
190
|
-
size: __props.column.props.format.size
|
|
191
|
-
}, {
|
|
192
|
-
default: withCtx(() => [
|
|
193
|
-
createTextVNode(toDisplayString(scope.row[__props.column.props.base.prop]), 1)
|
|
194
|
-
]),
|
|
195
|
-
_: 2
|
|
196
|
-
}, 1032, ["type", "effect", "hit", "size"])
|
|
197
|
-
])) : (openBlock(), createElementBlock("span", _hoisted_2, [
|
|
198
|
-
__props.column.props.format.position === "pre" ? (openBlock(), createElementBlock("i", {
|
|
199
|
-
key: 0,
|
|
200
|
-
class: normalizeClass(__props.column.props.format.icon)
|
|
201
|
-
}, null, 2)) : createCommentVNode("", true),
|
|
202
|
-
createElementVNode("span", null, toDisplayString(scope.row[__props.column.props.base.prop]), 1),
|
|
203
|
-
__props.column.props.format.position === "suf" ? (openBlock(), createElementBlock("i", {
|
|
204
|
-
key: 1,
|
|
205
|
-
class: normalizeClass(__props.column.props.format.icon)
|
|
206
|
-
}, null, 2)) : createCommentVNode("", true)
|
|
207
|
-
]))
|
|
208
|
-
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
209
|
-
resloveLinkText.value && showLink(scope.row) ? (openBlock(), createBlock(_component_el_link, {
|
|
210
|
-
key: 0,
|
|
211
|
-
type: "primary",
|
|
212
|
-
onClick: ($event) => clickLink(scope.row)
|
|
213
|
-
}, {
|
|
214
|
-
default: withCtx(() => [
|
|
215
|
-
createTextVNode(toDisplayString(formatContent(scope.row, __props.column.props.format)), 1)
|
|
216
|
-
]),
|
|
217
|
-
_: 2
|
|
218
|
-
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_3, toDisplayString(formatContent(scope.row, __props.column.props.format)), 1))
|
|
219
|
-
], 64))
|
|
220
|
-
], 64)) : resloveLinkText.value && showLink(scope.row) ? (openBlock(), createBlock(_component_el_link, {
|
|
221
|
-
key: 1,
|
|
222
|
-
type: "primary",
|
|
223
|
-
onClick: ($event) => clickLink(scope.row)
|
|
224
|
-
}, {
|
|
225
|
-
default: withCtx(() => [
|
|
226
|
-
createTextVNode(toDisplayString(scope.row[__props.column.props.base.prop]), 1)
|
|
227
|
-
]),
|
|
228
|
-
_: 2
|
|
229
|
-
}, 1032, ["onClick"])) : (openBlock(), createElementBlock("span", _hoisted_4, toDisplayString(scope.row[__props.column.props.base.prop]), 1))
|
|
230
|
-
]),
|
|
231
|
-
_: 1
|
|
232
|
-
}, 8, ["prop", "width", "label", "header-align", "align", "fixed"]));
|
|
233
|
-
};
|
|
234
67
|
}
|
|
235
|
-
|
|
68
|
+
return C2.column.linkPage && C2.column.linkPage.length > 0 && (j.value = true), (e2, d2) => {
|
|
69
|
+
const b2 = t("el-table-column"), y2 = t("el-progress"), C3 = t("el-tag"), v2 = t("el-link");
|
|
70
|
+
return "$index" === o2.column.props.base.prop ? (r(), p(b2, { key: 0, label: o2.column.props.base.name, type: "index", align: "center", "header-align": "center", width: "80" }, null, 8, ["label"])) : (r(), p(b2, { key: 1, prop: o2.column.props.base.prop, width: o2.column.props.base.width ? o2.column.props.base.width : "", label: o2.column.props.base.name, "header-align": o2.column.props.base.headerAlign, align: o2.column.props.base.align, fixed: !!o2.column.props.base.fixed && o2.column.props.base.fixed, formatter: O }, { default: n((e3) => [o2.column.props.format && o2.column.props.format.type ? (r(), l(s, { key: 0 }, [i(u(o2.column.props.format.status) + " ", 1), "customControl" === o2.column.props.format.type ? (r(), p(a(o2.column.props.format.customControl), { key: 0, scope: e3, column: o2.column, configure: o2.configure, pageContext: o2.pageContext }, null, 8, ["scope", "column", "configure", "pageContext"])) : "progress" === o2.column.props.format.type ? (r(), p(y2, { key: 1, type: o2.column.props.format.progressType, percentage: e3.row[o2.column.props.base.prop], status: o2.column.props.format.status, "text-inside": o2.column.props.format.showText, "stroke-width": o2.column.props.format.strokeWidth, color: "custom" === o2.column.props.format.colorType ? o2.column.props.format.color : "" }, null, 8, ["type", "percentage", "status", "text-inside", "stroke-width", "color"])) : "icon" === o2.column.props.format.type ? (r(), l(s, { key: 2 }, [o2.column.props.format.isTag ? (r(), l("span", k, [c(C3, { type: o2.column.props.format.tagType, effect: o2.column.props.format.tagEffect, hit: o2.column.props.format.hit, size: o2.column.props.format.size }, { default: n(() => [i(u(e3.row[o2.column.props.base.prop]), 1)]), _: 2 }, 1032, ["type", "effect", "hit", "size"])])) : (r(), l("span", x, ["pre" === o2.column.props.format.position ? (r(), l("i", { key: 0, class: m(o2.column.props.format.icon) }, null, 2)) : f("", true), g("span", null, u(e3.row[o2.column.props.base.prop]), 1), "suf" === o2.column.props.format.position ? (r(), l("i", { key: 1, class: m(o2.column.props.format.icon) }, null, 2)) : f("", true)]))], 64)) : (r(), l(s, { key: 3 }, [j.value && D(e3.row) ? (r(), p(v2, { key: 0, type: "primary", onClick: (o3) => N(e3.row) }, { default: n(() => [i(u(_(e3.row, o2.column.props.format)), 1)]), _: 2 }, 1032, ["onClick"])) : (r(), l("span", w, u(_(e3.row, o2.column.props.format)), 1))], 64))], 64)) : j.value && D(e3.row) ? (r(), p(v2, { key: 1, type: "primary", onClick: (o3) => N(e3.row) }, { default: n(() => [i(u(e3.row[o2.column.props.base.prop]), 1)]), _: 2 }, 1032, ["onClick"])) : (r(), l("span", h, u(e3.row[o2.column.props.base.prop]), 1))]), _: 1 }, 8, ["prop", "width", "label", "header-align", "align", "fixed"]));
|
|
71
|
+
};
|
|
72
|
+
} });
|
|
236
73
|
export {
|
|
237
|
-
|
|
74
|
+
C as default
|
|
238
75
|
};
|
|
@@ -1,64 +1,15 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, createVNode } from "vue";
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
type: Object,
|
|
14
|
-
default: () => {
|
|
15
|
-
return {};
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
column: {
|
|
19
|
-
type: Object,
|
|
20
|
-
default: () => {
|
|
21
|
-
return {};
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
total: {
|
|
25
|
-
type: Number,
|
|
26
|
-
default: 0
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
emits: ["pageChange", "pageSizeChange"],
|
|
30
|
-
setup(__props, { emit: __emit }) {
|
|
31
|
-
const props = __props;
|
|
32
|
-
const emits = __emit;
|
|
33
|
-
const currentPage = ref(1);
|
|
34
|
-
const pageSize = ref(props.configure.pageination.pageSize);
|
|
35
|
-
const handleCurrentChange = (val) => {
|
|
36
|
-
currentPage.value = val;
|
|
37
|
-
emits("pageChange", currentPage.value, pageSize.value);
|
|
38
|
-
};
|
|
39
|
-
const handleSizeChange = (val) => {
|
|
40
|
-
pageSize.value = val;
|
|
41
|
-
emits("pageSizeChange", currentPage.value, pageSize.value);
|
|
42
|
-
};
|
|
43
|
-
return (_ctx, _cache) => {
|
|
44
|
-
const _component_el_pagination = resolveComponent("el-pagination");
|
|
45
|
-
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
46
|
-
createVNode(_component_el_pagination, {
|
|
47
|
-
"current-page": currentPage.value,
|
|
48
|
-
"onUpdate:currentPage": _cache[0] || (_cache[0] = ($event) => currentPage.value = $event),
|
|
49
|
-
"page-size": pageSize.value,
|
|
50
|
-
"onUpdate:pageSize": _cache[1] || (_cache[1] = ($event) => pageSize.value = $event),
|
|
51
|
-
"page-sizes": [10, 30, 50, 100],
|
|
52
|
-
size: "small",
|
|
53
|
-
layout: "total, sizes, prev, pager, next, jumper",
|
|
54
|
-
total: __props.total,
|
|
55
|
-
onCurrentChange: handleCurrentChange,
|
|
56
|
-
onSizeChange: handleSizeChange
|
|
57
|
-
}, null, 8, ["current-page", "page-size", "total"])
|
|
58
|
-
]);
|
|
59
|
-
};
|
|
60
|
-
}
|
|
61
|
-
});
|
|
1
|
+
import { defineComponent as e, ref as a, resolveComponent as t, openBlock as n, createElementBlock as p, createVNode as l } from "vue";
|
|
2
|
+
const u = { style: { padding: "5px", "text-align": "center" } }, g = e({ __name: "table-pageination", props: { configure: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, column: { type: Object, default: () => ({}) }, total: { type: Number, default: 0 } }, emits: ["pageChange", "pageSizeChange"], setup(e2, { emit: g2 }) {
|
|
3
|
+
const i = e2, o = g2, r = a(1), s = a(i.configure.pageination.pageSize), c = (e3) => {
|
|
4
|
+
r.value = e3, o("pageChange", r.value, s.value);
|
|
5
|
+
}, v = (e3) => {
|
|
6
|
+
s.value = e3, o("pageSizeChange", r.value, s.value);
|
|
7
|
+
};
|
|
8
|
+
return (a2, g3) => {
|
|
9
|
+
const i2 = t("el-pagination");
|
|
10
|
+
return n(), p("div", u, [l(i2, { "current-page": r.value, "onUpdate:currentPage": g3[0] || (g3[0] = (e3) => r.value = e3), "page-size": s.value, "onUpdate:pageSize": g3[1] || (g3[1] = (e3) => s.value = e3), "page-sizes": [10, 30, 50, 100], size: "small", layout: "total, sizes, prev, pager, next, jumper", total: e2.total, onCurrentChange: c, onSizeChange: v }, null, 8, ["current-page", "page-size", "total"])]);
|
|
11
|
+
};
|
|
12
|
+
} });
|
|
62
13
|
export {
|
|
63
|
-
|
|
14
|
+
g as default
|
|
64
15
|
};
|