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
|
@@ -1,29 +1,26 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode } from "vue";
|
|
2
|
+
import _sfc_main$1 from "../../chart/statistical-table/component/style-table.vue.js";
|
|
3
3
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
4
4
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
5
|
-
const _hoisted_3 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
6
|
-
const _hoisted_4 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
7
|
-
const _hoisted_5 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
8
|
-
const _hoisted_6 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
9
|
-
const _hoisted_7 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
10
|
-
const _hoisted_8 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
11
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
12
6
|
__name: "tablecolumn-attr-style",
|
|
13
7
|
props: {
|
|
14
|
-
configure: Object
|
|
8
|
+
configure: Object,
|
|
9
|
+
// 页面信息
|
|
10
|
+
pageDesign: Object,
|
|
11
|
+
// 表格配置
|
|
12
|
+
tableConfigure: Object
|
|
15
13
|
},
|
|
16
14
|
setup(__props) {
|
|
17
|
-
const
|
|
15
|
+
const props = __props;
|
|
16
|
+
function cellStyleChange(tableData) {
|
|
17
|
+
props.configure.style.cellStyle = tableData;
|
|
18
|
+
}
|
|
19
|
+
function cellTitleStyleChange(tableData) {
|
|
20
|
+
props.configure.style.titleStyle = tableData;
|
|
21
|
+
}
|
|
18
22
|
return (_ctx, _cache) => {
|
|
19
|
-
const _component_el_radio = resolveComponent("el-radio");
|
|
20
|
-
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
21
|
-
const _component_el_form_item = resolveComponent("el-form-item");
|
|
22
|
-
const _component_el_option = resolveComponent("el-option");
|
|
23
|
-
const _component_el_select = resolveComponent("el-select");
|
|
24
|
-
const _component_el_color_picker = resolveComponent("el-color-picker");
|
|
25
23
|
const _component_el_collapse_item = resolveComponent("el-collapse-item");
|
|
26
|
-
const _component_el_input_number = resolveComponent("el-input-number");
|
|
27
24
|
const _component_el_input = resolveComponent("el-input");
|
|
28
25
|
const _component_el_collapse = resolveComponent("el-collapse");
|
|
29
26
|
const _component_el_form = resolveComponent("el-form");
|
|
@@ -35,429 +32,35 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
35
32
|
createVNode(_component_el_collapse, { style: { "margin-top": "6px" } }, {
|
|
36
33
|
default: withCtx(() => [
|
|
37
34
|
createVNode(_component_el_collapse_item, {
|
|
38
|
-
title: "
|
|
35
|
+
title: "标题",
|
|
39
36
|
name: "tittleFont",
|
|
40
37
|
class: "amb-design-attr-group-header"
|
|
41
38
|
}, {
|
|
42
39
|
default: withCtx(() => [
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
modelValue: __props.configure.style.titleFontbold,
|
|
51
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => __props.configure.style.titleFontbold = $event),
|
|
52
|
-
class: "ml-4"
|
|
53
|
-
}, {
|
|
54
|
-
default: withCtx(() => [
|
|
55
|
-
createVNode(_component_el_radio, { value: true }, {
|
|
56
|
-
default: withCtx(() => [
|
|
57
|
-
createTextVNode("是")
|
|
58
|
-
]),
|
|
59
|
-
_: 1
|
|
60
|
-
}),
|
|
61
|
-
createVNode(_component_el_radio, { value: false }, {
|
|
62
|
-
default: withCtx(() => [
|
|
63
|
-
createTextVNode("否")
|
|
64
|
-
]),
|
|
65
|
-
_: 1
|
|
66
|
-
})
|
|
67
|
-
]),
|
|
68
|
-
_: 1
|
|
69
|
-
}, 8, ["modelValue"])
|
|
70
|
-
]),
|
|
71
|
-
_: 1
|
|
72
|
-
}),
|
|
73
|
-
createVNode(_component_el_form_item, {
|
|
74
|
-
label: "倾斜",
|
|
75
|
-
class: "amb-design-attr-item"
|
|
76
|
-
}, {
|
|
77
|
-
default: withCtx(() => [
|
|
78
|
-
createVNode(_component_el_radio_group, {
|
|
79
|
-
modelValue: __props.configure.style.titleFontitalic,
|
|
80
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => __props.configure.style.titleFontitalic = $event),
|
|
81
|
-
class: "ml-4"
|
|
82
|
-
}, {
|
|
83
|
-
default: withCtx(() => [
|
|
84
|
-
createVNode(_component_el_radio, { value: true }, {
|
|
85
|
-
default: withCtx(() => [
|
|
86
|
-
createTextVNode("是")
|
|
87
|
-
]),
|
|
88
|
-
_: 1
|
|
89
|
-
}),
|
|
90
|
-
createVNode(_component_el_radio, { value: false }, {
|
|
91
|
-
default: withCtx(() => [
|
|
92
|
-
createTextVNode("否")
|
|
93
|
-
]),
|
|
94
|
-
_: 1
|
|
95
|
-
})
|
|
96
|
-
]),
|
|
97
|
-
_: 1
|
|
98
|
-
}, 8, ["modelValue"])
|
|
99
|
-
]),
|
|
100
|
-
_: 1
|
|
101
|
-
}),
|
|
102
|
-
createVNode(_component_el_form_item, {
|
|
103
|
-
label: "字号",
|
|
104
|
-
class: "amb-design-attr-item"
|
|
105
|
-
}, {
|
|
106
|
-
default: withCtx(() => [
|
|
107
|
-
createVNode(_component_el_select, {
|
|
108
|
-
modelValue: __props.configure.style.titleFontfontSize,
|
|
109
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => __props.configure.style.titleFontfontSize = $event),
|
|
110
|
-
placeholder: "默认",
|
|
111
|
-
clearable: ""
|
|
112
|
-
}, {
|
|
113
|
-
default: withCtx(() => [
|
|
114
|
-
(openBlock(), createElementBlock(Fragment, null, renderList(fontSizes, (item) => {
|
|
115
|
-
return createVNode(_component_el_option, {
|
|
116
|
-
label: item,
|
|
117
|
-
value: item
|
|
118
|
-
}, null, 8, ["label", "value"]);
|
|
119
|
-
}), 64))
|
|
120
|
-
]),
|
|
121
|
-
_: 1
|
|
122
|
-
}, 8, ["modelValue"])
|
|
123
|
-
]),
|
|
124
|
-
_: 1
|
|
125
|
-
}),
|
|
126
|
-
createVNode(_component_el_form_item, {
|
|
127
|
-
label: "颜色",
|
|
128
|
-
class: "amb-design-attr-item"
|
|
129
|
-
}, {
|
|
130
|
-
default: withCtx(() => [
|
|
131
|
-
createVNode(_component_el_color_picker, {
|
|
132
|
-
modelValue: __props.configure.style.titleFontColor,
|
|
133
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.style.titleFontColor = $event)
|
|
134
|
-
}, null, 8, ["modelValue"])
|
|
135
|
-
]),
|
|
136
|
-
_: 1
|
|
137
|
-
}),
|
|
138
|
-
createVNode(_component_el_form_item, {
|
|
139
|
-
label: "对齐方式",
|
|
140
|
-
class: "amb-design-attr-item"
|
|
141
|
-
}, {
|
|
142
|
-
default: withCtx(() => [
|
|
143
|
-
createVNode(_component_el_radio_group, {
|
|
144
|
-
modelValue: __props.configure.style.titleFontAlign,
|
|
145
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.configure.style.titleFontAlign = $event),
|
|
146
|
-
class: "ml-4"
|
|
147
|
-
}, {
|
|
148
|
-
default: withCtx(() => [
|
|
149
|
-
createVNode(_component_el_radio, { value: "left" }, {
|
|
150
|
-
default: withCtx(() => [
|
|
151
|
-
createTextVNode("左")
|
|
152
|
-
]),
|
|
153
|
-
_: 1
|
|
154
|
-
}),
|
|
155
|
-
createVNode(_component_el_radio, { value: "center" }, {
|
|
156
|
-
default: withCtx(() => [
|
|
157
|
-
createTextVNode("中")
|
|
158
|
-
]),
|
|
159
|
-
_: 1
|
|
160
|
-
}),
|
|
161
|
-
createVNode(_component_el_radio, { value: "right" }, {
|
|
162
|
-
default: withCtx(() => [
|
|
163
|
-
createTextVNode("右")
|
|
164
|
-
]),
|
|
165
|
-
_: 1
|
|
166
|
-
})
|
|
167
|
-
]),
|
|
168
|
-
_: 1
|
|
169
|
-
}, 8, ["modelValue"])
|
|
170
|
-
]),
|
|
171
|
-
_: 1
|
|
172
|
-
})
|
|
173
|
-
])
|
|
40
|
+
createVNode(_sfc_main$1, {
|
|
41
|
+
configure: __props.tableConfigure,
|
|
42
|
+
showField: false,
|
|
43
|
+
data: __props.configure.style.titleStyle,
|
|
44
|
+
pageDesign: __props.pageDesign,
|
|
45
|
+
onDataChange: cellTitleStyleChange
|
|
46
|
+
}, null, 8, ["configure", "data", "pageDesign"])
|
|
174
47
|
]),
|
|
175
48
|
_: 1
|
|
176
49
|
}),
|
|
177
50
|
createVNode(_component_el_collapse_item, {
|
|
178
|
-
title: "
|
|
179
|
-
name: "contentFont",
|
|
180
|
-
class: "amb-design-attr-group-header"
|
|
181
|
-
}, {
|
|
182
|
-
default: withCtx(() => [
|
|
183
|
-
createElementVNode("div", _hoisted_2, [
|
|
184
|
-
createVNode(_component_el_form_item, {
|
|
185
|
-
label: "加粗",
|
|
186
|
-
class: "amb-design-attr-item"
|
|
187
|
-
}, {
|
|
188
|
-
default: withCtx(() => [
|
|
189
|
-
createVNode(_component_el_radio_group, {
|
|
190
|
-
modelValue: __props.configure.style.contentFontBold,
|
|
191
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.style.contentFontBold = $event),
|
|
192
|
-
class: "ml-4"
|
|
193
|
-
}, {
|
|
194
|
-
default: withCtx(() => [
|
|
195
|
-
createVNode(_component_el_radio, { value: true }, {
|
|
196
|
-
default: withCtx(() => [
|
|
197
|
-
createTextVNode("是")
|
|
198
|
-
]),
|
|
199
|
-
_: 1
|
|
200
|
-
}),
|
|
201
|
-
createVNode(_component_el_radio, { value: false }, {
|
|
202
|
-
default: withCtx(() => [
|
|
203
|
-
createTextVNode("否")
|
|
204
|
-
]),
|
|
205
|
-
_: 1
|
|
206
|
-
})
|
|
207
|
-
]),
|
|
208
|
-
_: 1
|
|
209
|
-
}, 8, ["modelValue"])
|
|
210
|
-
]),
|
|
211
|
-
_: 1
|
|
212
|
-
}),
|
|
213
|
-
createVNode(_component_el_form_item, {
|
|
214
|
-
label: "倾斜",
|
|
215
|
-
class: "amb-design-attr-item"
|
|
216
|
-
}, {
|
|
217
|
-
default: withCtx(() => [
|
|
218
|
-
createVNode(_component_el_radio_group, {
|
|
219
|
-
modelValue: __props.configure.style.contentFontItalic,
|
|
220
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.style.contentFontItalic = $event),
|
|
221
|
-
class: "ml-4"
|
|
222
|
-
}, {
|
|
223
|
-
default: withCtx(() => [
|
|
224
|
-
createVNode(_component_el_radio, { value: true }, {
|
|
225
|
-
default: withCtx(() => [
|
|
226
|
-
createTextVNode("是")
|
|
227
|
-
]),
|
|
228
|
-
_: 1
|
|
229
|
-
}),
|
|
230
|
-
createVNode(_component_el_radio, { value: false }, {
|
|
231
|
-
default: withCtx(() => [
|
|
232
|
-
createTextVNode("否")
|
|
233
|
-
]),
|
|
234
|
-
_: 1
|
|
235
|
-
})
|
|
236
|
-
]),
|
|
237
|
-
_: 1
|
|
238
|
-
}, 8, ["modelValue"])
|
|
239
|
-
]),
|
|
240
|
-
_: 1
|
|
241
|
-
}),
|
|
242
|
-
createVNode(_component_el_form_item, {
|
|
243
|
-
label: "字号",
|
|
244
|
-
class: "amb-design-attr-item"
|
|
245
|
-
}, {
|
|
246
|
-
default: withCtx(() => [
|
|
247
|
-
createVNode(_component_el_select, {
|
|
248
|
-
modelValue: __props.configure.style.contentFontSize,
|
|
249
|
-
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.style.contentFontSize = $event),
|
|
250
|
-
placeholder: "默认",
|
|
251
|
-
clearable: ""
|
|
252
|
-
}, {
|
|
253
|
-
default: withCtx(() => [
|
|
254
|
-
(openBlock(), createElementBlock(Fragment, null, renderList(fontSizes, (item) => {
|
|
255
|
-
return createVNode(_component_el_option, {
|
|
256
|
-
label: item,
|
|
257
|
-
value: item
|
|
258
|
-
}, null, 8, ["label", "value"]);
|
|
259
|
-
}), 64))
|
|
260
|
-
]),
|
|
261
|
-
_: 1
|
|
262
|
-
}, 8, ["modelValue"])
|
|
263
|
-
]),
|
|
264
|
-
_: 1
|
|
265
|
-
}),
|
|
266
|
-
createVNode(_component_el_form_item, {
|
|
267
|
-
label: "颜色",
|
|
268
|
-
class: "amb-design-attr-item"
|
|
269
|
-
}, {
|
|
270
|
-
default: withCtx(() => [
|
|
271
|
-
createVNode(_component_el_color_picker, {
|
|
272
|
-
modelValue: __props.configure.style.contentFontColor,
|
|
273
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.style.contentFontColor = $event)
|
|
274
|
-
}, null, 8, ["modelValue"])
|
|
275
|
-
]),
|
|
276
|
-
_: 1
|
|
277
|
-
}),
|
|
278
|
-
createVNode(_component_el_form_item, {
|
|
279
|
-
label: "对齐方式",
|
|
280
|
-
class: "amb-design-attr-item"
|
|
281
|
-
}, {
|
|
282
|
-
default: withCtx(() => [
|
|
283
|
-
createVNode(_component_el_radio_group, {
|
|
284
|
-
modelValue: __props.configure.style.contentFontAlign,
|
|
285
|
-
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => __props.configure.style.contentFontAlign = $event),
|
|
286
|
-
class: "ml-4"
|
|
287
|
-
}, {
|
|
288
|
-
default: withCtx(() => [
|
|
289
|
-
createVNode(_component_el_radio, { value: "left" }, {
|
|
290
|
-
default: withCtx(() => [
|
|
291
|
-
createTextVNode("左")
|
|
292
|
-
]),
|
|
293
|
-
_: 1
|
|
294
|
-
}),
|
|
295
|
-
createVNode(_component_el_radio, { value: "center" }, {
|
|
296
|
-
default: withCtx(() => [
|
|
297
|
-
createTextVNode("中")
|
|
298
|
-
]),
|
|
299
|
-
_: 1
|
|
300
|
-
}),
|
|
301
|
-
createVNode(_component_el_radio, { value: "right" }, {
|
|
302
|
-
default: withCtx(() => [
|
|
303
|
-
createTextVNode("右")
|
|
304
|
-
]),
|
|
305
|
-
_: 1
|
|
306
|
-
})
|
|
307
|
-
]),
|
|
308
|
-
_: 1
|
|
309
|
-
}, 8, ["modelValue"])
|
|
310
|
-
]),
|
|
311
|
-
_: 1
|
|
312
|
-
})
|
|
313
|
-
])
|
|
314
|
-
]),
|
|
315
|
-
_: 1
|
|
316
|
-
}),
|
|
317
|
-
createVNode(_component_el_collapse_item, {
|
|
318
|
-
title: "内容单元格背景颜色动态设置",
|
|
51
|
+
title: "内容",
|
|
319
52
|
name: "rowBackgroundColor",
|
|
320
53
|
class: "amb-design-attr-group-header"
|
|
321
54
|
}, {
|
|
322
55
|
default: withCtx(() => [
|
|
323
|
-
createVNode(
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
title: "标题Padding",
|
|
332
|
-
name: "tittlePadding",
|
|
333
|
-
class: "amb-design-attr-group-header"
|
|
334
|
-
}, {
|
|
335
|
-
default: withCtx(() => [
|
|
336
|
-
createElementVNode("div", _hoisted_3, [
|
|
337
|
-
createVNode(_component_el_form_item, {
|
|
338
|
-
label: "上边距",
|
|
339
|
-
style: { "margin-top": "4px" }
|
|
340
|
-
}, {
|
|
341
|
-
default: withCtx(() => [
|
|
342
|
-
createVNode(_component_el_input_number, {
|
|
343
|
-
modelValue: __props.configure.style.tittlePaddingTop,
|
|
344
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.style.tittlePaddingTop = $event),
|
|
345
|
-
min: 0,
|
|
346
|
-
max: 100
|
|
347
|
-
}, null, 8, ["modelValue"])
|
|
348
|
-
]),
|
|
349
|
-
_: 1
|
|
350
|
-
}),
|
|
351
|
-
createVNode(_component_el_form_item, {
|
|
352
|
-
label: "右边距",
|
|
353
|
-
style: { "margin-top": "-10px" }
|
|
354
|
-
}, {
|
|
355
|
-
default: withCtx(() => [
|
|
356
|
-
createVNode(_component_el_input_number, {
|
|
357
|
-
modelValue: __props.configure.style.tittlePaddingRight,
|
|
358
|
-
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => __props.configure.style.tittlePaddingRight = $event),
|
|
359
|
-
min: 0,
|
|
360
|
-
max: 100
|
|
361
|
-
}, null, 8, ["modelValue"])
|
|
362
|
-
]),
|
|
363
|
-
_: 1
|
|
364
|
-
}),
|
|
365
|
-
createVNode(_component_el_form_item, {
|
|
366
|
-
label: "下边距",
|
|
367
|
-
style: { "margin-top": "-10px" }
|
|
368
|
-
}, {
|
|
369
|
-
default: withCtx(() => [
|
|
370
|
-
createVNode(_component_el_input_number, {
|
|
371
|
-
modelValue: __props.configure.style.tittlePaddingBottom,
|
|
372
|
-
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.style.tittlePaddingBottom = $event),
|
|
373
|
-
min: 0,
|
|
374
|
-
max: 100
|
|
375
|
-
}, null, 8, ["modelValue"])
|
|
376
|
-
]),
|
|
377
|
-
_: 1
|
|
378
|
-
}),
|
|
379
|
-
createVNode(_component_el_form_item, {
|
|
380
|
-
label: "左边距",
|
|
381
|
-
style: { "margin-top": "-10px", "margin-bottom": "-15px" }
|
|
382
|
-
}, {
|
|
383
|
-
default: withCtx(() => [
|
|
384
|
-
createVNode(_component_el_input_number, {
|
|
385
|
-
modelValue: __props.configure.style.tittlePaddingLeft,
|
|
386
|
-
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.style.tittlePaddingLeft = $event),
|
|
387
|
-
min: 0,
|
|
388
|
-
max: 100
|
|
389
|
-
}, null, 8, ["modelValue"])
|
|
390
|
-
]),
|
|
391
|
-
_: 1
|
|
392
|
-
})
|
|
393
|
-
])
|
|
394
|
-
]),
|
|
395
|
-
_: 1
|
|
396
|
-
}),
|
|
397
|
-
createVNode(_component_el_collapse_item, {
|
|
398
|
-
title: "内容Padding",
|
|
399
|
-
name: "conentPadding",
|
|
400
|
-
class: "amb-design-attr-group-header"
|
|
401
|
-
}, {
|
|
402
|
-
default: withCtx(() => [
|
|
403
|
-
createElementVNode("div", _hoisted_4, [
|
|
404
|
-
createVNode(_component_el_form_item, {
|
|
405
|
-
label: "上边距",
|
|
406
|
-
style: { "margin-top": "4px" }
|
|
407
|
-
}, {
|
|
408
|
-
default: withCtx(() => [
|
|
409
|
-
createVNode(_component_el_input_number, {
|
|
410
|
-
modelValue: __props.configure.style.conentPaddingTop,
|
|
411
|
-
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => __props.configure.style.conentPaddingTop = $event),
|
|
412
|
-
min: 0,
|
|
413
|
-
max: 100
|
|
414
|
-
}, null, 8, ["modelValue"])
|
|
415
|
-
]),
|
|
416
|
-
_: 1
|
|
417
|
-
}),
|
|
418
|
-
createVNode(_component_el_form_item, {
|
|
419
|
-
label: "右边距",
|
|
420
|
-
style: { "margin-top": "-10px" }
|
|
421
|
-
}, {
|
|
422
|
-
default: withCtx(() => [
|
|
423
|
-
createVNode(_component_el_input_number, {
|
|
424
|
-
modelValue: __props.configure.style.conentPaddingRight,
|
|
425
|
-
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => __props.configure.style.conentPaddingRight = $event),
|
|
426
|
-
min: 0,
|
|
427
|
-
max: 100
|
|
428
|
-
}, null, 8, ["modelValue"])
|
|
429
|
-
]),
|
|
430
|
-
_: 1
|
|
431
|
-
}),
|
|
432
|
-
createVNode(_component_el_form_item, {
|
|
433
|
-
label: "下边距",
|
|
434
|
-
style: { "margin-top": "-10px" }
|
|
435
|
-
}, {
|
|
436
|
-
default: withCtx(() => [
|
|
437
|
-
createVNode(_component_el_input_number, {
|
|
438
|
-
modelValue: __props.configure.style.conentPaddingBottom,
|
|
439
|
-
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => __props.configure.style.conentPaddingBottom = $event),
|
|
440
|
-
min: 0,
|
|
441
|
-
max: 100
|
|
442
|
-
}, null, 8, ["modelValue"])
|
|
443
|
-
]),
|
|
444
|
-
_: 1
|
|
445
|
-
}),
|
|
446
|
-
createVNode(_component_el_form_item, {
|
|
447
|
-
label: "左边距",
|
|
448
|
-
style: { "margin-top": "-10px", "margin-bottom": "-15px" }
|
|
449
|
-
}, {
|
|
450
|
-
default: withCtx(() => [
|
|
451
|
-
createVNode(_component_el_input_number, {
|
|
452
|
-
modelValue: __props.configure.style.conentPaddingLeft,
|
|
453
|
-
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => __props.configure.style.conentPaddingLeft = $event),
|
|
454
|
-
min: 0,
|
|
455
|
-
max: 100
|
|
456
|
-
}, null, 8, ["modelValue"])
|
|
457
|
-
]),
|
|
458
|
-
_: 1
|
|
459
|
-
})
|
|
460
|
-
])
|
|
56
|
+
createVNode(_sfc_main$1, {
|
|
57
|
+
paramTypes: ["data", "task", "page", "request", "row"],
|
|
58
|
+
configure: __props.tableConfigure,
|
|
59
|
+
showCondition: true,
|
|
60
|
+
data: __props.configure.style.cellStyle,
|
|
61
|
+
pageDesign: __props.pageDesign,
|
|
62
|
+
onDataChange: cellStyleChange
|
|
63
|
+
}, null, 8, ["configure", "data", "pageDesign"])
|
|
461
64
|
]),
|
|
462
65
|
_: 1
|
|
463
66
|
}),
|
|
@@ -467,10 +70,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
467
70
|
class: "amb-design-attr-group-header"
|
|
468
71
|
}, {
|
|
469
72
|
default: withCtx(() => [
|
|
470
|
-
createElementVNode("div",
|
|
73
|
+
createElementVNode("div", _hoisted_1, [
|
|
471
74
|
createVNode(_component_el_input, {
|
|
472
75
|
modelValue: __props.configure.style.tittleClassCustom,
|
|
473
|
-
"onUpdate:modelValue": _cache[
|
|
76
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => __props.configure.style.tittleClassCustom = $event)
|
|
474
77
|
}, null, 8, ["modelValue"])
|
|
475
78
|
])
|
|
476
79
|
]),
|
|
@@ -482,48 +85,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
482
85
|
class: "amb-design-attr-group-header"
|
|
483
86
|
}, {
|
|
484
87
|
default: withCtx(() => [
|
|
485
|
-
createElementVNode("div",
|
|
88
|
+
createElementVNode("div", _hoisted_2, [
|
|
486
89
|
createVNode(_component_el_input, {
|
|
487
90
|
modelValue: __props.configure.style.contentClassCustom,
|
|
488
|
-
"onUpdate:modelValue": _cache[
|
|
489
|
-
}, null, 8, ["modelValue"])
|
|
490
|
-
])
|
|
491
|
-
]),
|
|
492
|
-
_: 1
|
|
493
|
-
}),
|
|
494
|
-
createVNode(_component_el_collapse_item, {
|
|
495
|
-
title: "标题-style",
|
|
496
|
-
name: "tittleStyle",
|
|
497
|
-
class: "amb-design-attr-group-header"
|
|
498
|
-
}, {
|
|
499
|
-
default: withCtx(() => [
|
|
500
|
-
createElementVNode("div", _hoisted_7, [
|
|
501
|
-
createVNode(_component_el_input, {
|
|
502
|
-
modelValue: __props.configure.style.tittleStyleCustom,
|
|
503
|
-
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => __props.configure.style.tittleStyleCustom = $event),
|
|
504
|
-
style: { "width": "240px" },
|
|
505
|
-
autosize: { minRows: 4 },
|
|
506
|
-
type: "textarea",
|
|
507
|
-
placeholder: "color:red"
|
|
508
|
-
}, null, 8, ["modelValue"])
|
|
509
|
-
])
|
|
510
|
-
]),
|
|
511
|
-
_: 1
|
|
512
|
-
}),
|
|
513
|
-
createVNode(_component_el_collapse_item, {
|
|
514
|
-
title: "内容-style",
|
|
515
|
-
name: "contentStyle",
|
|
516
|
-
class: "amb-design-attr-group-header"
|
|
517
|
-
}, {
|
|
518
|
-
default: withCtx(() => [
|
|
519
|
-
createElementVNode("div", _hoisted_8, [
|
|
520
|
-
createVNode(_component_el_input, {
|
|
521
|
-
modelValue: __props.configure.style.contentStyleCustom,
|
|
522
|
-
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => __props.configure.style.contentStyleCustom = $event),
|
|
523
|
-
style: { "width": "240px" },
|
|
524
|
-
autosize: { minRows: 4 },
|
|
525
|
-
type: "textarea",
|
|
526
|
-
placeholder: "color:red"
|
|
91
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => __props.configure.style.contentClassCustom = $event)
|
|
527
92
|
}, null, 8, ["modelValue"])
|
|
528
93
|
])
|
|
529
94
|
]),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, Fragment, createElementVNode, createVNode, withCtx, createTextVNode, withDirectives, vShow, unref, renderList, createBlock } from "vue";
|
|
1
|
+
import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, Fragment, createElementVNode, createVNode, withCtx, createTextVNode, toDisplayString, withDirectives, vShow, unref, renderList, createBlock } from "vue";
|
|
2
2
|
import { Plus, Delete } from "@element-plus/icons";
|
|
3
3
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
4
4
|
import { getUuidv4 } from "../../../../utils/common-util.js";
|
|
@@ -10,7 +10,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
10
10
|
type: Array,
|
|
11
11
|
default: () => []
|
|
12
12
|
},
|
|
13
|
-
title: String
|
|
13
|
+
title: String,
|
|
14
|
+
buttonText: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: "编辑"
|
|
17
|
+
}
|
|
14
18
|
},
|
|
15
19
|
setup(__props, { expose: __expose }) {
|
|
16
20
|
const props = __props;
|
|
@@ -108,7 +112,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
108
112
|
onClick: _cache[0] || (_cache[0] = ($event) => dialogVisible.value = true)
|
|
109
113
|
}, {
|
|
110
114
|
default: withCtx(() => [
|
|
111
|
-
createTextVNode(
|
|
115
|
+
createTextVNode(toDisplayString(__props.buttonText), 1)
|
|
112
116
|
]),
|
|
113
117
|
_: 1
|
|
114
118
|
}),
|
|
@@ -8,7 +8,7 @@ import http from "agilebuilder-ui/src/utils/request";
|
|
|
8
8
|
import { usePageContextStore } from "../../../../../../stores/page-store.js";
|
|
9
9
|
import "../../../../../../stores/table-store.js";
|
|
10
10
|
import "../../../../../../stores/statistics-table-store.js";
|
|
11
|
-
import "../../common/common-variable-bind.
|
|
11
|
+
import "../../common/common-variable-bind.vue2.js";
|
|
12
12
|
import _sfc_main$4 from "./data-origin-service-in.vue.js";
|
|
13
13
|
import { queryTableFields } from "../../../../utils/page-table-util.js";
|
|
14
14
|
import { getCustomFuncs } from "../../../../utils/page-event-util.js";
|
|
@@ -90,7 +90,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
90
90
|
default: withCtx((scope) => [
|
|
91
91
|
createVNode(_component_el_icon, {
|
|
92
92
|
size: "14",
|
|
93
|
-
style: { "color": "#
|
|
93
|
+
style: { "color": "#5893ef", "cursor": "pointer", "font-weight": "bold", "margin-right": "8px" },
|
|
94
94
|
onClick: ($event) => addData(scope.row)
|
|
95
95
|
}, {
|
|
96
96
|
default: withCtx(() => [
|
|
@@ -100,7 +100,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
100
100
|
}, 1032, ["onClick"]),
|
|
101
101
|
createVNode(_component_el_icon, {
|
|
102
102
|
size: "14",
|
|
103
|
-
style: { "color": "#
|
|
103
|
+
style: { "color": "#5893ef", "cursor": "pointer" },
|
|
104
104
|
onClick: ($event) => deleteData(scope.row)
|
|
105
105
|
}, {
|
|
106
106
|
default: withCtx(() => [
|