super-page-designer 2.1.47 → 2.1.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/dist/es/components/design/utils/assemblys-config.js +9 -13
  2. package/dist/es/components/design/utils/data-table-util.js +15 -19
  3. package/dist/es/components/design/utils/form-design-util.js +0 -1
  4. package/dist/es/components/design/utils/page-service-util.d.ts +2 -2
  5. package/dist/es/components/design/utils/page-service-util.js +7 -5
  6. package/dist/es/components/design/utils/page-table-util.js +33 -10
  7. package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +1 -1
  8. package/dist/es/components/design/views/assemblys/chart/common/common-attr-groupby.vue.js +1 -1
  9. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue.js +7 -1
  10. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue2.js +698 -0
  11. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/font-style-dialog.vue.js +40 -15
  12. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue.js +12 -12
  13. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/row-colmun.vue.js +106 -0
  14. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/row-colmun.vue2.js +4 -0
  15. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue.js +25 -11
  16. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue.js +69 -31
  17. package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-advanced.vue.js +19 -8
  18. package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +422 -287
  19. package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-style.vue.js +9 -6
  20. package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue.js +1 -1
  21. package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue2.js +1 -1
  22. package/dist/es/components/design/views/assemblys/common/common-attr-size.vue.js +1 -1
  23. package/dist/es/components/design/views/assemblys/common/common-select-page.vue.js +2 -1
  24. package/dist/es/components/design/views/assemblys/common/common-variable-bind-option.js +4 -4
  25. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +3 -3
  26. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +734 -1
  27. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +1 -738
  28. package/dist/es/components/design/views/assemblys/common/page-permission-select.vue.js +2 -1
  29. package/dist/es/components/design/views/assemblys/container/card/card-design.vue2.js +1 -1
  30. package/dist/es/components/design/views/assemblys/container/collapse/collapse-design.vue2.js +1 -1
  31. package/dist/es/components/design/views/assemblys/container/container/container-design.vue2.js +1 -1
  32. package/dist/es/components/design/views/assemblys/container/flex/flex-design.vue2.js +1 -1
  33. package/dist/es/components/design/views/assemblys/container/form/form-design.vue2.js +1 -1
  34. package/dist/es/components/design/views/assemblys/container/tabs/tabs-design.vue2.js +1 -1
  35. package/dist/es/components/design/views/assemblys/data/component/attr-style.vue.js +46 -52
  36. package/dist/es/components/design/views/assemblys/data/component/composite-header.vue.js +1 -1
  37. package/dist/es/components/design/views/assemblys/data/component/composite-header.vue2.js +29 -9
  38. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue.js +1 -1
  39. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +9 -2
  40. package/dist/es/components/design/views/assemblys/data/component/formatting-icon-label.vue.js +67 -9
  41. package/dist/es/components/design/views/assemblys/data/component/row-backgroud-color.vue.js +1 -7
  42. package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +23 -9
  43. package/dist/es/components/design/views/assemblys/data/table/table-attr-style.vue.js +7 -2
  44. package/dist/es/components/design/views/assemblys/data/table/table-attr.vue2.js +8 -2
  45. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
  46. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +31 -28
  47. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +33 -470
  48. package/dist/es/components/design/views/assemblys/form/common/condition.vue.js +7 -3
  49. package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
  50. package/dist/es/components/design/views/assemblys/form/common/data-linkage.vue.js +2 -2
  51. package/dist/es/components/design/views/assemblys/form/common/hyperlink-mult-config.vue.js +275 -0
  52. package/dist/es/components/design/views/assemblys/form/common/hyperlink-mult-config.vue2.js +4 -0
  53. package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +16 -9
  54. package/dist/es/components/design/views/assemblys/object-design.vue.js +16 -21
  55. package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +4 -1
  56. package/dist/es/components/design/views/design/page-design.vue.js +1 -1
  57. package/dist/es/components/design/views/design/page-event/config.vue.js +1 -1
  58. package/dist/es/components/design/views/design/page-event/config.vue3.js +102 -16
  59. package/dist/es/components/design/views/design/view/view-design-display.vue.js +14 -10
  60. package/dist/es/stores/statistics-table-store.js +2 -1
  61. package/dist/es/style.css +143 -143
  62. package/package.json +5 -4
  63. package/dist/es/components/design/views/assemblys/data/component/row-backgroud-color.vue2.js +0 -78
  64. /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,24 @@
1
- import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
2
- import RowBackgroudColor from "../component/row-backgroud-color.vue.js";
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
15
11
  },
16
12
  setup(__props) {
17
- const fontSizes = ["8px", "10px", "12px", "14px", "16px", "18px", "20px", "24px", "28px"];
13
+ const props = __props;
14
+ function cellStyleChange(tableData) {
15
+ props.configure.style.cellStyle = tableData;
16
+ }
17
+ function cellTitleStyleChange(tableData) {
18
+ props.configure.style.titleStyle = tableData;
19
+ }
18
20
  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
21
  const _component_el_collapse_item = resolveComponent("el-collapse-item");
26
- const _component_el_input_number = resolveComponent("el-input-number");
27
22
  const _component_el_input = resolveComponent("el-input");
28
23
  const _component_el_collapse = resolveComponent("el-collapse");
29
24
  const _component_el_form = resolveComponent("el-form");
@@ -35,429 +30,35 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
35
30
  createVNode(_component_el_collapse, { style: { "margin-top": "6px" } }, {
36
31
  default: withCtx(() => [
37
32
  createVNode(_component_el_collapse_item, {
38
- title: "标题字体",
33
+ title: "标题",
39
34
  name: "tittleFont",
40
35
  class: "amb-design-attr-group-header"
41
36
  }, {
42
37
  default: withCtx(() => [
43
- createElementVNode("div", _hoisted_1, [
44
- createVNode(_component_el_form_item, {
45
- label: "加粗",
46
- class: "amb-design-attr-item"
47
- }, {
48
- default: withCtx(() => [
49
- createVNode(_component_el_radio_group, {
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
- ])
38
+ createVNode(_sfc_main$1, {
39
+ configure: __props.configure,
40
+ showField: false,
41
+ data: __props.configure.style.titleStyle,
42
+ pageDesign: __props.pageDesign,
43
+ onDataChange: cellTitleStyleChange
44
+ }, null, 8, ["configure", "data", "pageDesign"])
174
45
  ]),
175
46
  _: 1
176
47
  }),
177
48
  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: "内容单元格背景颜色动态设置",
49
+ title: "内容",
319
50
  name: "rowBackgroundColor",
320
51
  class: "amb-design-attr-group-header"
321
52
  }, {
322
53
  default: withCtx(() => [
323
- createVNode(RowBackgroudColor, {
324
- showStyleTittle: false,
325
- list: __props.configure.style.tableCell
326
- }, null, 8, ["list"])
327
- ]),
328
- _: 1
329
- }),
330
- createVNode(_component_el_collapse_item, {
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
- ])
54
+ createVNode(_sfc_main$1, {
55
+ paramTypes: ["data", "task", "page", "request", "row"],
56
+ configure: __props.configure,
57
+ showCondition: true,
58
+ data: __props.configure.style.cellStyle,
59
+ pageDesign: __props.pageDesign,
60
+ onDataChange: cellStyleChange
61
+ }, null, 8, ["configure", "data", "pageDesign"])
461
62
  ]),
462
63
  _: 1
463
64
  }),
@@ -467,10 +68,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
467
68
  class: "amb-design-attr-group-header"
468
69
  }, {
469
70
  default: withCtx(() => [
470
- createElementVNode("div", _hoisted_5, [
71
+ createElementVNode("div", _hoisted_1, [
471
72
  createVNode(_component_el_input, {
472
73
  modelValue: __props.configure.style.tittleClassCustom,
473
- "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => __props.configure.style.tittleClassCustom = $event)
74
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => __props.configure.style.tittleClassCustom = $event)
474
75
  }, null, 8, ["modelValue"])
475
76
  ])
476
77
  ]),
@@ -482,48 +83,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
482
83
  class: "amb-design-attr-group-header"
483
84
  }, {
484
85
  default: withCtx(() => [
485
- createElementVNode("div", _hoisted_6, [
86
+ createElementVNode("div", _hoisted_2, [
486
87
  createVNode(_component_el_input, {
487
88
  modelValue: __props.configure.style.contentClassCustom,
488
- "onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => __props.configure.style.contentClassCustom = $event)
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"
89
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => __props.configure.style.contentClassCustom = $event)
527
90
  }, null, 8, ["modelValue"])
528
91
  ])
529
92
  ]),
@@ -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.vue2.js";
11
+ import "../../common/common-variable-bind.vue3.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": "#5893EF", "cursor": "pointer", "font-weight": "bold", "margin-right": "8px" },
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": "#5893EF", "cursor": "pointer" },
103
+ style: { "color": "#5893ef", "cursor": "pointer" },
104
104
  onClick: ($event) => deleteData(scope.row)
105
105
  }, {
106
106
  default: withCtx(() => [