super-page-designer 2.1.49 → 2.1.55
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/components/design/utils/assemblys-config.js +19 -32
- package/dist/es/components/design/utils/chart-design-util.js +17 -0
- package/dist/es/components/design/utils/data-table-util.js +26 -28
- package/dist/es/components/design/utils/form-design-util.js +0 -1
- package/dist/es/components/design/utils/page-service-util.d.ts +2 -2
- package/dist/es/components/design/utils/page-service-util.js +7 -5
- package/dist/es/components/design/utils/page-table-util.js +33 -10
- package/dist/es/components/design/views/assemblys/chart/column-line/column-line-attr.vue2.js +5 -5
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +61 -2
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-events.vue.js +22 -0
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-events.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-groupby.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/common/common-style-yaxis.vue.js +89 -23
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue.js +7 -1
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue2.js +706 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/font-style-dialog.vue.js +40 -15
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/row-colmun.vue.js +106 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/row-colmun.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue.js +26 -12
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-pageination.vue.js +347 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-pageination.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue.js +69 -31
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-advanced.vue.js +15 -7
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +466 -304
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-style.vue.js +9 -6
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-attr-size.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-select-page.vue.js +2 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind-option.js +4 -4
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.d.ts +9 -0
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +3 -3
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +1 -738
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +738 -1
- package/dist/es/components/design/views/assemblys/common/page-permission-select.vue.js +8 -0
- package/dist/es/components/design/views/assemblys/common-attr-events.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/container/tabs/tabs-design.vue2.js +1 -11
- package/dist/es/components/design/views/assemblys/container/tools/tools-design.vue2.js +31 -5
- package/dist/es/components/design/views/assemblys/data/component/attr-style.vue.js +46 -52
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue2.js +16 -28
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +9 -2
- package/dist/es/components/design/views/assemblys/data/component/formatting-icon-label.vue.js +67 -9
- package/dist/es/components/design/views/assemblys/data/component/row-backgroud-color.vue.js +1 -7
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +23 -9
- package/dist/es/components/design/views/assemblys/data/table/table-attr-style.vue.js +7 -2
- package/dist/es/components/design/views/assemblys/data/table/table-attr.vue2.js +9 -2
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +31 -28
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +35 -470
- package/dist/es/components/design/views/assemblys/form/common/condition.vue.js +7 -3
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-linkage.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/common/hyperlink-mult-config.vue.js +275 -0
- package/dist/es/components/design/views/assemblys/form/common/hyperlink-mult-config.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +49 -2
- package/dist/es/components/design/views/assemblys/page/variable-dialog.vue.js +30 -1
- package/dist/es/components/design/views/design/page-design.vue.js +1 -1
- package/dist/es/components/design/views/design/page-event/config.vue.js +1 -7
- package/dist/es/components/design/views/design/page-event/config.vue2.js +7 -1
- package/dist/es/components/design/views/design/page-event/config.vue3.js +102 -16
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +15 -11
- package/dist/es/stores/statistics-table-store.js +2 -1
- package/dist/es/style.css +115 -115
- package/package.json +6 -5
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue.js +0 -205
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue2.js +0 -4
- package/dist/es/components/design/views/assemblys/data/component/row-backgroud-color.vue2.js +0 -78
- /package/dist/es/components/design/views/assemblys/{data/component/row-backgroud-color.vue3.js → chart/statistical-table/component/data-origin.vue3.js} +0 -0
|
@@ -9,7 +9,7 @@ import "uuid";
|
|
|
9
9
|
import "../../../../../../stores/page-store.js";
|
|
10
10
|
import "../../../../../../stores/table-store.js";
|
|
11
11
|
import "../../../../../../stores/statistics-table-store.js";
|
|
12
|
-
import "../../common/common-variable-bind.
|
|
12
|
+
import "../../common/common-variable-bind.vue2.js";
|
|
13
13
|
import "../../../../utils/eventBus.js";
|
|
14
14
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
15
15
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -118,7 +118,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
118
118
|
default: withCtx(() => [
|
|
119
119
|
createVNode(_component_el_collapse, {
|
|
120
120
|
modelValue: openCollapseItems.value,
|
|
121
|
-
"onUpdate:modelValue": _cache[
|
|
121
|
+
"onUpdate:modelValue": _cache[37] || (_cache[37] = ($event) => openCollapseItems.value = $event),
|
|
122
122
|
style: { "margin-top": "6px" }
|
|
123
123
|
}, {
|
|
124
124
|
default: withCtx(() => [
|
|
@@ -930,6 +930,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
930
930
|
}, null, 8, ["modelValue"])
|
|
931
931
|
]),
|
|
932
932
|
_: 1
|
|
933
|
+
}),
|
|
934
|
+
createVNode(_component_el_form_item, {
|
|
935
|
+
label: "子表展开表单",
|
|
936
|
+
class: "amb-design-attr-item"
|
|
937
|
+
}, {
|
|
938
|
+
default: withCtx(() => [
|
|
939
|
+
createVNode(_component_el_switch, {
|
|
940
|
+
modelValue: __props.configure.props.base.showRowForm,
|
|
941
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = ($event) => __props.configure.props.base.showRowForm = $event),
|
|
942
|
+
"active-text": "展开",
|
|
943
|
+
"inactive-text": "不展开"
|
|
944
|
+
}, null, 8, ["modelValue"])
|
|
945
|
+
]),
|
|
946
|
+
_: 1
|
|
933
947
|
})
|
|
934
948
|
])
|
|
935
949
|
]),
|
|
@@ -949,7 +963,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
949
963
|
default: withCtx(() => [
|
|
950
964
|
createVNode(_component_el_switch, {
|
|
951
965
|
modelValue: __props.configure.props.base.isDragColumn,
|
|
952
|
-
"onUpdate:modelValue": _cache[
|
|
966
|
+
"onUpdate:modelValue": _cache[30] || (_cache[30] = ($event) => __props.configure.props.base.isDragColumn = $event),
|
|
953
967
|
"active-text": "是",
|
|
954
968
|
"inactive-text": "否"
|
|
955
969
|
}, null, 8, ["modelValue"])
|
|
@@ -974,7 +988,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
974
988
|
default: withCtx(() => [
|
|
975
989
|
createVNode(_component_el_radio_group, {
|
|
976
990
|
modelValue: __props.configure.props.base.subPaging,
|
|
977
|
-
"onUpdate:modelValue": _cache[
|
|
991
|
+
"onUpdate:modelValue": _cache[31] || (_cache[31] = ($event) => __props.configure.props.base.subPaging = $event)
|
|
978
992
|
}, {
|
|
979
993
|
default: withCtx(() => [
|
|
980
994
|
createVNode(_component_el_radio, { value: true }, {
|
|
@@ -1003,7 +1017,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1003
1017
|
default: withCtx(() => [
|
|
1004
1018
|
createVNode(_component_el_input, {
|
|
1005
1019
|
modelValue: __props.configure.props.base.pageSize,
|
|
1006
|
-
"onUpdate:modelValue": _cache[
|
|
1020
|
+
"onUpdate:modelValue": _cache[32] || (_cache[32] = ($event) => __props.configure.props.base.pageSize = $event)
|
|
1007
1021
|
}, null, 8, ["modelValue"])
|
|
1008
1022
|
]),
|
|
1009
1023
|
_: 1
|
|
@@ -1016,7 +1030,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1016
1030
|
default: withCtx(() => [
|
|
1017
1031
|
createVNode(_component_el_input, {
|
|
1018
1032
|
modelValue: __props.configure.props.base.pageSizes,
|
|
1019
|
-
"onUpdate:modelValue": _cache[
|
|
1033
|
+
"onUpdate:modelValue": _cache[33] || (_cache[33] = ($event) => __props.configure.props.base.pageSizes = $event)
|
|
1020
1034
|
}, null, 8, ["modelValue"])
|
|
1021
1035
|
]),
|
|
1022
1036
|
_: 1
|
|
@@ -1029,7 +1043,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1029
1043
|
default: withCtx(() => [
|
|
1030
1044
|
createVNode(_component_el_checkbox_group, {
|
|
1031
1045
|
modelValue: __props.configure.props.base.layout,
|
|
1032
|
-
"onUpdate:modelValue": _cache[
|
|
1046
|
+
"onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => __props.configure.props.base.layout = $event)
|
|
1033
1047
|
}, {
|
|
1034
1048
|
default: withCtx(() => [
|
|
1035
1049
|
createVNode(_component_el_checkbox, {
|
|
@@ -1070,7 +1084,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1070
1084
|
default: withCtx(() => [
|
|
1071
1085
|
createVNode(_component_el_input, {
|
|
1072
1086
|
modelValue: __props.configure.props.base.pageCount,
|
|
1073
|
-
"onUpdate:modelValue": _cache[
|
|
1087
|
+
"onUpdate:modelValue": _cache[35] || (_cache[35] = ($event) => __props.configure.props.base.pageCount = $event)
|
|
1074
1088
|
}, null, 8, ["modelValue"])
|
|
1075
1089
|
]),
|
|
1076
1090
|
_: 1
|
|
@@ -1083,7 +1097,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1083
1097
|
default: withCtx(() => [
|
|
1084
1098
|
createVNode(_component_el_input, {
|
|
1085
1099
|
modelValue: __props.configure.props.base.total,
|
|
1086
|
-
"onUpdate:modelValue": _cache[
|
|
1100
|
+
"onUpdate:modelValue": _cache[36] || (_cache[36] = ($event) => __props.configure.props.base.total = $event)
|
|
1087
1101
|
}, null, 8, ["modelValue"])
|
|
1088
1102
|
]),
|
|
1089
1103
|
_: 1
|
|
@@ -3,7 +3,9 @@ import _sfc_main$1 from "../component/attr-style.vue.js";
|
|
|
3
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "table-attr-style",
|
|
5
5
|
props: {
|
|
6
|
-
configure: Object
|
|
6
|
+
configure: Object,
|
|
7
|
+
// 页面信息
|
|
8
|
+
pageDesign: Object
|
|
7
9
|
},
|
|
8
10
|
setup(__props) {
|
|
9
11
|
return (_ctx, _cache) => {
|
|
@@ -16,7 +18,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16
18
|
default: withCtx(() => [
|
|
17
19
|
createVNode(_component_el_collapse, { style: { "margin-top": "6px" } }, {
|
|
18
20
|
default: withCtx(() => [
|
|
19
|
-
createVNode(_sfc_main$1, {
|
|
21
|
+
createVNode(_sfc_main$1, {
|
|
22
|
+
configure: __props.configure,
|
|
23
|
+
pageDesign: __props.pageDesign
|
|
24
|
+
}, null, 8, ["configure", "pageDesign"])
|
|
20
25
|
]),
|
|
21
26
|
_: 1
|
|
22
27
|
})
|
|
@@ -58,7 +58,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
58
58
|
}, null, 8, ["pageDesign", "configure", "tableConfigure"])), [
|
|
59
59
|
[vShow, unref(currentConfigType) === "base"]
|
|
60
60
|
]),
|
|
61
|
-
withDirectives(createVNode(_sfc_main$1, {
|
|
61
|
+
withDirectives(createVNode(_sfc_main$1, {
|
|
62
|
+
configure: columnData.value,
|
|
63
|
+
pageDesign: __props.pageDesign,
|
|
64
|
+
tableConfigure: __props.configure
|
|
65
|
+
}, null, 8, ["configure", "pageDesign", "tableConfigure"]), [
|
|
62
66
|
[vShow, unref(currentConfigType) === "style"]
|
|
63
67
|
]),
|
|
64
68
|
withDirectives(createVNode(_sfc_main$2, { configure: columnData.value }, null, 8, ["configure"]), [
|
|
@@ -84,7 +88,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
84
88
|
}, null, 8, ["pageDesign", "configure", "tableConfigure"]), [
|
|
85
89
|
[vShow, unref(currentConfigType) === "advanced"]
|
|
86
90
|
]),
|
|
87
|
-
withDirectives(createVNode(_sfc_main$6, {
|
|
91
|
+
withDirectives(createVNode(_sfc_main$6, {
|
|
92
|
+
configure: __props.configure,
|
|
93
|
+
pageDesign: __props.pageDesign
|
|
94
|
+
}, null, 8, ["configure", "pageDesign"]), [
|
|
88
95
|
[vShow, unref(currentConfigType) === "style"]
|
|
89
96
|
]),
|
|
90
97
|
withDirectives(createVNode(_sfc_main$7, { configure: __props.configure }, null, 8, ["configure"]), [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./tablecolumn-attr-base.vue2.js";
|
|
2
2
|
import "./tablecolumn-attr-base.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const TablecolumnAttrBase = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const TablecolumnAttrBase = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-727aa6f0"]]);
|
|
5
5
|
export {
|
|
6
6
|
TablecolumnAttrBase as default
|
|
7
7
|
};
|
|
@@ -8,15 +8,16 @@ import { setGroupHeaderDataDisplayOrder, deleteGroupHeaderByColumnUuid } from ".
|
|
|
8
8
|
import { getUuidv4 } from "../../../../utils/common-util.js";
|
|
9
9
|
import eventBus from "../../../../utils/eventBus.js";
|
|
10
10
|
import _sfc_main$1 from "../component/variate-select.vue.js";
|
|
11
|
-
import
|
|
11
|
+
import "@element-plus/icons";
|
|
12
|
+
import "agilebuilder-ui/src/utils/request";
|
|
13
|
+
import _sfc_main$2 from "../../common/common-i18n-key-input.vue.js";
|
|
14
|
+
import _sfc_main$5 from "../../form/common/hyperlink-mult-config.vue.js";
|
|
12
15
|
import _sfc_main$3 from "../../common/common-function-code.vue.js";
|
|
13
16
|
import _sfc_main$8 from "../../common/common-select-table.vue.js";
|
|
14
17
|
import { queryTableFields, tableResetConfigIndo } from "../../../../utils/page-table-util.js";
|
|
15
18
|
import { usePageContextStore } from "../../../../../../stores/page-store.js";
|
|
16
19
|
import _sfc_main$6 from "../component/formatting-icon-label.vue.js";
|
|
17
|
-
import "agilebuilder-ui/src/utils/request";
|
|
18
20
|
import _sfc_main$4 from "./tablecolumn-dynamic-column.vue.js";
|
|
19
|
-
import _sfc_main$2 from "../../common/common-i18n-key-input.vue.js";
|
|
20
21
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
21
22
|
const _hoisted_2 = { class: "amb-design-attr-item-inline" };
|
|
22
23
|
const _hoisted_3 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -243,7 +244,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
243
244
|
default: withCtx(() => [
|
|
244
245
|
createVNode(_component_el_collapse, {
|
|
245
246
|
modelValue: openCollapseItems.value,
|
|
246
|
-
"onUpdate:modelValue": _cache[
|
|
247
|
+
"onUpdate:modelValue": _cache[48] || (_cache[48] = ($event) => openCollapseItems.value = $event),
|
|
247
248
|
style: { "margin-top": "6px" }
|
|
248
249
|
}, {
|
|
249
250
|
default: withCtx(() => [
|
|
@@ -866,9 +867,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
866
867
|
__props.configure.props.format.type === "hyperlinks" ? (openBlock(), createBlock(_sfc_main$5, {
|
|
867
868
|
key: 9,
|
|
868
869
|
pageDesign: __props.pageDesign,
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
870
|
+
linkPage: __props.configure.props.linkPage,
|
|
871
|
+
"onUpdate:linkPage": _cache[26] || (_cache[26] = ($event) => __props.configure.props.linkPage = $event),
|
|
872
|
+
tableConfigure: __props.tableConfigure,
|
|
873
|
+
isDialog: false
|
|
874
|
+
}, null, 8, ["pageDesign", "linkPage", "tableConfigure"])) : createCommentVNode("", true),
|
|
872
875
|
__props.configure.props.format.type === "icon" ? (openBlock(), createBlock(_sfc_main$6, {
|
|
873
876
|
key: 10,
|
|
874
877
|
setting: __props.configure.props.format
|
|
@@ -881,7 +884,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
881
884
|
default: withCtx(() => [
|
|
882
885
|
createVNode(_component_el_input, {
|
|
883
886
|
modelValue: __props.configure.props.format.customControl,
|
|
884
|
-
"onUpdate:modelValue": _cache[
|
|
887
|
+
"onUpdate:modelValue": _cache[27] || (_cache[27] = ($event) => __props.configure.props.format.customControl = $event)
|
|
885
888
|
}, null, 8, ["modelValue"])
|
|
886
889
|
]),
|
|
887
890
|
_: 1
|
|
@@ -894,7 +897,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
894
897
|
default: withCtx(() => [
|
|
895
898
|
createVNode(_component_el_switch, {
|
|
896
899
|
modelValue: __props.configure.props.format.multiple,
|
|
897
|
-
"onUpdate:modelValue": _cache[
|
|
900
|
+
"onUpdate:modelValue": _cache[28] || (_cache[28] = ($event) => __props.configure.props.format.multiple = $event)
|
|
898
901
|
}, null, 8, ["modelValue"])
|
|
899
902
|
]),
|
|
900
903
|
_: 1
|
|
@@ -907,7 +910,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
907
910
|
default: withCtx(() => [
|
|
908
911
|
createVNode(_component_el_input, {
|
|
909
912
|
modelValue: __props.configure.props.format.accept,
|
|
910
|
-
"onUpdate:modelValue": _cache[
|
|
913
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = ($event) => __props.configure.props.format.accept = $event)
|
|
911
914
|
}, null, 8, ["modelValue"])
|
|
912
915
|
]),
|
|
913
916
|
_: 1
|
|
@@ -920,7 +923,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
920
923
|
default: withCtx(() => [
|
|
921
924
|
createVNode(_component_el_input_number, {
|
|
922
925
|
modelValue: __props.configure.props.format.limitFileSize,
|
|
923
|
-
"onUpdate:modelValue": _cache[
|
|
926
|
+
"onUpdate:modelValue": _cache[30] || (_cache[30] = ($event) => __props.configure.props.format.limitFileSize = $event),
|
|
924
927
|
min: 1
|
|
925
928
|
}, null, 8, ["modelValue"])
|
|
926
929
|
]),
|
|
@@ -933,7 +936,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
933
936
|
default: withCtx(() => [
|
|
934
937
|
createVNode(_component_el_input, {
|
|
935
938
|
modelValue: __props.configure.props.format.childAnnexDataTableCode,
|
|
936
|
-
"onUpdate:modelValue": _cache[
|
|
939
|
+
"onUpdate:modelValue": _cache[31] || (_cache[31] = ($event) => __props.configure.props.format.childAnnexDataTableCode = $event),
|
|
937
940
|
onClick: _ctx.openSelectDataTable,
|
|
938
941
|
clearable: ""
|
|
939
942
|
}, {
|
|
@@ -956,7 +959,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
956
959
|
default: withCtx(() => [
|
|
957
960
|
createVNode(_sfc_main$1, {
|
|
958
961
|
prop: __props.configure.props.format.showName,
|
|
959
|
-
"onUpdate:prop": _cache[
|
|
962
|
+
"onUpdate:prop": _cache[32] || (_cache[32] = ($event) => __props.configure.props.format.showName = $event),
|
|
960
963
|
tableConfigure: __props.tableConfigure
|
|
961
964
|
}, null, 8, ["prop", "tableConfigure"])
|
|
962
965
|
]),
|
|
@@ -970,7 +973,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
970
973
|
default: withCtx(() => [
|
|
971
974
|
createVNode(_sfc_main$1, {
|
|
972
975
|
prop: __props.configure.props.format.serverName,
|
|
973
|
-
"onUpdate:prop": _cache[
|
|
976
|
+
"onUpdate:prop": _cache[33] || (_cache[33] = ($event) => __props.configure.props.format.serverName = $event),
|
|
974
977
|
tableConfigure: __props.tableConfigure
|
|
975
978
|
}, null, 8, ["prop", "tableConfigure"])
|
|
976
979
|
]),
|
|
@@ -994,7 +997,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
994
997
|
default: withCtx(() => [
|
|
995
998
|
createVNode(_component_el_radio_group, {
|
|
996
999
|
modelValue: __props.configure.props.base.listColumnFixed,
|
|
997
|
-
"onUpdate:modelValue": _cache[
|
|
1000
|
+
"onUpdate:modelValue": _cache[34] || (_cache[34] = ($event) => __props.configure.props.base.listColumnFixed = $event),
|
|
998
1001
|
class: "ml-4"
|
|
999
1002
|
}, {
|
|
1000
1003
|
default: withCtx(() => [
|
|
@@ -1030,7 +1033,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1030
1033
|
default: withCtx(() => [
|
|
1031
1034
|
createVNode(_component_el_radio_group, {
|
|
1032
1035
|
modelValue: __props.configure.props.base.sortable,
|
|
1033
|
-
"onUpdate:modelValue": _cache[
|
|
1036
|
+
"onUpdate:modelValue": _cache[35] || (_cache[35] = ($event) => __props.configure.props.base.sortable = $event),
|
|
1034
1037
|
class: "ml-4"
|
|
1035
1038
|
}, {
|
|
1036
1039
|
default: withCtx(() => [
|
|
@@ -1060,7 +1063,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1060
1063
|
createVNode(_component_el_input_number, {
|
|
1061
1064
|
style: { "width": "100%" },
|
|
1062
1065
|
modelValue: __props.configure.props.base.columnWidth,
|
|
1063
|
-
"onUpdate:modelValue": _cache[
|
|
1066
|
+
"onUpdate:modelValue": _cache[36] || (_cache[36] = ($event) => __props.configure.props.base.columnWidth = $event),
|
|
1064
1067
|
precision: 1
|
|
1065
1068
|
}, null, 8, ["modelValue"])
|
|
1066
1069
|
]),
|
|
@@ -1073,7 +1076,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1073
1076
|
default: withCtx(() => [
|
|
1074
1077
|
createVNode(_component_el_radio_group, {
|
|
1075
1078
|
modelValue: __props.configure.props.base.alignTitle,
|
|
1076
|
-
"onUpdate:modelValue": _cache[
|
|
1079
|
+
"onUpdate:modelValue": _cache[37] || (_cache[37] = ($event) => __props.configure.props.base.alignTitle = $event),
|
|
1077
1080
|
class: "ml-4"
|
|
1078
1081
|
}, {
|
|
1079
1082
|
default: withCtx(() => [
|
|
@@ -1108,7 +1111,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1108
1111
|
default: withCtx(() => [
|
|
1109
1112
|
createVNode(_component_el_radio_group, {
|
|
1110
1113
|
modelValue: __props.configure.props.base.alignContent,
|
|
1111
|
-
"onUpdate:modelValue": _cache[
|
|
1114
|
+
"onUpdate:modelValue": _cache[38] || (_cache[38] = ($event) => __props.configure.props.base.alignContent = $event),
|
|
1112
1115
|
class: "ml-4"
|
|
1113
1116
|
}, {
|
|
1114
1117
|
default: withCtx(() => [
|
|
@@ -1155,7 +1158,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1155
1158
|
default: withCtx(() => [
|
|
1156
1159
|
createVNode(_component_el_checkbox, {
|
|
1157
1160
|
modelValue: __props.configure.props.verification.required,
|
|
1158
|
-
"onUpdate:modelValue": _cache[
|
|
1161
|
+
"onUpdate:modelValue": _cache[39] || (_cache[39] = ($event) => __props.configure.props.verification.required = $event),
|
|
1159
1162
|
label: "必填"
|
|
1160
1163
|
}, null, 8, ["modelValue"])
|
|
1161
1164
|
]),
|
|
@@ -1163,7 +1166,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1163
1166
|
}),
|
|
1164
1167
|
createVNode(_component_el_checkbox_group, {
|
|
1165
1168
|
modelValue: __props.configure.props.verification.type,
|
|
1166
|
-
"onUpdate:modelValue": _cache[
|
|
1169
|
+
"onUpdate:modelValue": _cache[40] || (_cache[40] = ($event) => __props.configure.props.verification.type = $event)
|
|
1167
1170
|
}, {
|
|
1168
1171
|
default: withCtx(() => [
|
|
1169
1172
|
createVNode(_component_el_form_item, {
|
|
@@ -1234,7 +1237,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1234
1237
|
default: withCtx(() => [
|
|
1235
1238
|
createVNode(_component_el_checkbox, {
|
|
1236
1239
|
modelValue: __props.configure.props.verification.verifyRegex,
|
|
1237
|
-
"onUpdate:modelValue": _cache[
|
|
1240
|
+
"onUpdate:modelValue": _cache[41] || (_cache[41] = ($event) => __props.configure.props.verification.verifyRegex = $event),
|
|
1238
1241
|
label: "正则",
|
|
1239
1242
|
value: "regex"
|
|
1240
1243
|
}, null, 8, ["modelValue"])
|
|
@@ -1245,7 +1248,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1245
1248
|
default: withCtx(() => [
|
|
1246
1249
|
createVNode(_component_el_input, {
|
|
1247
1250
|
modelValue: __props.configure.props.verification.regex,
|
|
1248
|
-
"onUpdate:modelValue": _cache[
|
|
1251
|
+
"onUpdate:modelValue": _cache[42] || (_cache[42] = ($event) => __props.configure.props.verification.regex = $event),
|
|
1249
1252
|
class: "mx-4",
|
|
1250
1253
|
"controls-position": "right",
|
|
1251
1254
|
placeholder: "请输入"
|
|
@@ -1307,7 +1310,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1307
1310
|
default: withCtx(() => [
|
|
1308
1311
|
createVNode(_component_el_radio_group, {
|
|
1309
1312
|
modelValue: __props.configure.props.definition.defined,
|
|
1310
|
-
"onUpdate:modelValue": _cache[
|
|
1313
|
+
"onUpdate:modelValue": _cache[43] || (_cache[43] = ($event) => __props.configure.props.definition.defined = $event),
|
|
1311
1314
|
class: "ml-4"
|
|
1312
1315
|
}, {
|
|
1313
1316
|
default: withCtx(() => [
|
|
@@ -1336,7 +1339,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1336
1339
|
default: withCtx(() => [
|
|
1337
1340
|
createVNode(_component_el_radio_group, {
|
|
1338
1341
|
modelValue: __props.configure.props.definition.definedExport,
|
|
1339
|
-
"onUpdate:modelValue": _cache[
|
|
1342
|
+
"onUpdate:modelValue": _cache[44] || (_cache[44] = ($event) => __props.configure.props.definition.definedExport = $event),
|
|
1340
1343
|
class: "ml-4"
|
|
1341
1344
|
}, {
|
|
1342
1345
|
default: withCtx(() => [
|
|
@@ -1365,7 +1368,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1365
1368
|
default: withCtx(() => [
|
|
1366
1369
|
createVNode(_component_el_radio_group, {
|
|
1367
1370
|
modelValue: __props.configure.props.definition.definedMerge,
|
|
1368
|
-
"onUpdate:modelValue": _cache[
|
|
1371
|
+
"onUpdate:modelValue": _cache[45] || (_cache[45] = ($event) => __props.configure.props.definition.definedMerge = $event),
|
|
1369
1372
|
class: "ml-4"
|
|
1370
1373
|
}, {
|
|
1371
1374
|
default: withCtx(() => [
|
|
@@ -1394,7 +1397,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1394
1397
|
default: withCtx(() => [
|
|
1395
1398
|
createVNode(_component_el_radio_group, {
|
|
1396
1399
|
modelValue: __props.configure.props.definition.definedPosition,
|
|
1397
|
-
"onUpdate:modelValue": _cache[
|
|
1400
|
+
"onUpdate:modelValue": _cache[46] || (_cache[46] = ($event) => __props.configure.props.definition.definedPosition = $event),
|
|
1398
1401
|
class: "ml-4"
|
|
1399
1402
|
}, {
|
|
1400
1403
|
default: withCtx(() => [
|
|
@@ -1423,7 +1426,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
1423
1426
|
default: withCtx(() => [
|
|
1424
1427
|
createVNode(_component_el_radio_group, {
|
|
1425
1428
|
modelValue: __props.configure.props.definition.definedFixed,
|
|
1426
|
-
"onUpdate:modelValue": _cache[
|
|
1429
|
+
"onUpdate:modelValue": _cache[47] || (_cache[47] = ($event) => __props.configure.props.definition.definedFixed = $event),
|
|
1427
1430
|
class: "ml-4"
|
|
1428
1431
|
}, {
|
|
1429
1432
|
default: withCtx(() => [
|