super-page-designer 2.1.21 → 2.1.25
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 +18 -0
- package/dist/es/components/design/utils/data-table-util.js +5 -5
- package/dist/es/components/design/utils/page-explore-util.js +1 -1
- package/dist/es/components/design/utils/page-table-util.js +11 -0
- package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +21 -34
- package/dist/es/components/design/views/assemblys/button/component/combination.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/button/component/set-dialog.vue.js +4 -2
- package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr-base.vue.js +10 -23
- package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-base.vue.js +15 -28
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js +19 -32
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +28 -3
- package/dist/es/components/design/views/assemblys/common/{common-i18n-setting.vue.js → common-title-setting.vue.js} +7 -8
- package/dist/es/components/design/views/assemblys/common/common-title-setting.vue2.js +4 -0
- 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 +1 -1
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +21 -34
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js +23 -31
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +11 -23
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr-base.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +15 -28
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +13 -26
- package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +6 -19
- package/dist/es/components/design/views/assemblys/form/link/link-attr-base.vue.js +10 -23
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +15 -28
- package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-base.vue.js +4 -17
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +16 -29
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +19 -32
- package/dist/es/components/design/views/design/page-event/page-event-container.vue.js +1 -1
- package/dist/es/components/design/views/design/view/assemblys-container-list.vue.js +10 -2
- package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +2 -0
- package/dist/es/style.css +74 -74
- package/package.json +4 -4
- package/dist/es/components/design/views/assemblys/common/common-i18n-setting.vue2.js +0 -4
package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js
CHANGED
|
@@ -3,7 +3,7 @@ import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
|
3
3
|
import _sfc_main$4 from "../../common/common-icon-bind.vue.js";
|
|
4
4
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
5
5
|
import _sfc_main$3 from "./print-template-select.vue.js";
|
|
6
|
-
import _sfc_main$2 from "../../common/common-
|
|
6
|
+
import _sfc_main$2 from "../../common/common-title-setting.vue.js";
|
|
7
7
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
8
8
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
9
9
|
const _hoisted_3 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -48,7 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
48
48
|
default: withCtx(() => [
|
|
49
49
|
createVNode(_component_el_collapse, {
|
|
50
50
|
modelValue: openCollapseItems.value,
|
|
51
|
-
"onUpdate:modelValue": _cache[
|
|
51
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => openCollapseItems.value = $event),
|
|
52
52
|
style: { "margin-top": "6px" }
|
|
53
53
|
}, {
|
|
54
54
|
default: withCtx(() => [
|
|
@@ -125,19 +125,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
125
125
|
createVNode(_component_el_form_item, {
|
|
126
126
|
label: "标题",
|
|
127
127
|
class: "amb-design-attr-item"
|
|
128
|
-
}, {
|
|
129
|
-
default: withCtx(() => [
|
|
130
|
-
createVNode(_component_el_input, {
|
|
131
|
-
modelValue: __props.configure.props.base.title,
|
|
132
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.title = $event),
|
|
133
|
-
placeholder: "请输入"
|
|
134
|
-
}, null, 8, ["modelValue"])
|
|
135
|
-
]),
|
|
136
|
-
_: 1
|
|
137
|
-
}),
|
|
138
|
-
createVNode(_component_el_form_item, {
|
|
139
|
-
label: "国际化标题",
|
|
140
|
-
class: "amb-design-attr-item"
|
|
141
128
|
}, {
|
|
142
129
|
default: withCtx(() => [
|
|
143
130
|
createVNode(_sfc_main$2, {
|
|
@@ -154,7 +141,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
154
141
|
default: withCtx(() => [
|
|
155
142
|
createVNode(_component_el_radio_group, {
|
|
156
143
|
modelValue: __props.configure.props.base.size,
|
|
157
|
-
"onUpdate:modelValue": _cache[
|
|
144
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.size = $event),
|
|
158
145
|
class: "ml-4"
|
|
159
146
|
}, {
|
|
160
147
|
default: withCtx(() => [
|
|
@@ -189,7 +176,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
189
176
|
default: withCtx(() => [
|
|
190
177
|
createVNode(_component_el_radio_group, {
|
|
191
178
|
modelValue: __props.configure.props.base.state,
|
|
192
|
-
"onUpdate:modelValue": _cache[
|
|
179
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.configure.props.base.state = $event),
|
|
193
180
|
class: "ml-4"
|
|
194
181
|
}, {
|
|
195
182
|
default: withCtx(() => [
|
|
@@ -230,7 +217,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
230
217
|
default: withCtx(() => [
|
|
231
218
|
createVNode(_component_el_select, {
|
|
232
219
|
modelValue: __props.configure.props.base.type,
|
|
233
|
-
"onUpdate:modelValue": _cache[
|
|
220
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.props.base.type = $event),
|
|
234
221
|
class: "ml-4",
|
|
235
222
|
clearable: ""
|
|
236
223
|
}, {
|
|
@@ -270,7 +257,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
270
257
|
key: __props.configure.uuid,
|
|
271
258
|
iconType: __props.configure.props.base.iconType,
|
|
272
259
|
iconValue: __props.configure.props.base.iconValue,
|
|
273
|
-
"onUpdate:modelValue": _cache[
|
|
260
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = (iconType, iconValue) => afterBindIcon(iconType, iconValue))
|
|
274
261
|
}, null, 8, ["iconType", "iconValue"]))
|
|
275
262
|
]),
|
|
276
263
|
_: 1
|
|
@@ -282,7 +269,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
282
269
|
default: withCtx(() => [
|
|
283
270
|
createVNode(_component_el_radio_group, {
|
|
284
271
|
modelValue: __props.configure.props.base.iconPosition,
|
|
285
|
-
"onUpdate:modelValue": _cache[
|
|
272
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.props.base.iconPosition = $event),
|
|
286
273
|
class: "ml-4"
|
|
287
274
|
}, {
|
|
288
275
|
default: withCtx(() => [
|
|
@@ -313,7 +300,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
313
300
|
default: withCtx(() => [
|
|
314
301
|
createVNode(_component_el_radio_group, {
|
|
315
302
|
modelValue: __props.configure.props.base.text,
|
|
316
|
-
"onUpdate:modelValue": _cache[
|
|
303
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.props.base.text = $event),
|
|
317
304
|
class: "ml-4"
|
|
318
305
|
}, {
|
|
319
306
|
default: withCtx(() => [
|
|
@@ -342,7 +329,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
342
329
|
default: withCtx(() => [
|
|
343
330
|
createVNode(_component_el_radio_group, {
|
|
344
331
|
modelValue: __props.configure.props.base.plain,
|
|
345
|
-
"onUpdate:modelValue": _cache[
|
|
332
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => __props.configure.props.base.plain = $event),
|
|
346
333
|
class: "ml-4"
|
|
347
334
|
}, {
|
|
348
335
|
default: withCtx(() => [
|
|
@@ -371,7 +358,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
371
358
|
default: withCtx(() => [
|
|
372
359
|
createVNode(_component_el_radio_group, {
|
|
373
360
|
modelValue: __props.configure.props.base.round,
|
|
374
|
-
"onUpdate:modelValue": _cache[
|
|
361
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.props.base.round = $event),
|
|
375
362
|
class: "ml-4"
|
|
376
363
|
}, {
|
|
377
364
|
default: withCtx(() => [
|
|
@@ -400,7 +387,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
400
387
|
default: withCtx(() => [
|
|
401
388
|
createVNode(_component_el_radio_group, {
|
|
402
389
|
modelValue: __props.configure.props.base.loading,
|
|
403
|
-
"onUpdate:modelValue": _cache[
|
|
390
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => __props.configure.props.base.loading = $event),
|
|
404
391
|
class: "ml-4"
|
|
405
392
|
}, {
|
|
406
393
|
default: withCtx(() => [
|
|
@@ -429,7 +416,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
429
416
|
default: withCtx(() => [
|
|
430
417
|
createVNode(_component_el_radio_group, {
|
|
431
418
|
modelValue: __props.configure.props.base.focus,
|
|
432
|
-
"onUpdate:modelValue": _cache[
|
|
419
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.base.focus = $event),
|
|
433
420
|
class: "ml-4"
|
|
434
421
|
}, {
|
|
435
422
|
default: withCtx(() => [
|
|
@@ -458,7 +445,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
458
445
|
default: withCtx(() => [
|
|
459
446
|
createVNode(_component_el_radio_group, {
|
|
460
447
|
modelValue: __props.configure.props.base.originalType,
|
|
461
|
-
"onUpdate:modelValue": _cache[
|
|
448
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.base.originalType = $event),
|
|
462
449
|
class: "ml-4"
|
|
463
450
|
}, {
|
|
464
451
|
default: withCtx(() => [
|
|
@@ -504,7 +491,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
504
491
|
default: withCtx(() => [
|
|
505
492
|
createVNode(_component_el_radio_group, {
|
|
506
493
|
modelValue: __props.configure.props.dropdown.trigger,
|
|
507
|
-
"onUpdate:modelValue": _cache[
|
|
494
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => __props.configure.props.dropdown.trigger = $event),
|
|
508
495
|
class: "ml-4"
|
|
509
496
|
}, {
|
|
510
497
|
default: withCtx(() => [
|
|
@@ -533,7 +520,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
533
520
|
default: withCtx(() => [
|
|
534
521
|
createVNode(_component_el_radio_group, {
|
|
535
522
|
modelValue: __props.configure.props.dropdown.triggerElement,
|
|
536
|
-
"onUpdate:modelValue": _cache[
|
|
523
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => __props.configure.props.dropdown.triggerElement = $event),
|
|
537
524
|
class: "ml-4"
|
|
538
525
|
}, {
|
|
539
526
|
default: withCtx(() => [
|
|
@@ -563,7 +550,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
563
550
|
default: withCtx(() => [
|
|
564
551
|
createVNode(_component_el_select, {
|
|
565
552
|
modelValue: __props.configure.props.dropdown.buttonType,
|
|
566
|
-
"onUpdate:modelValue": _cache[
|
|
553
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => __props.configure.props.dropdown.buttonType = $event),
|
|
567
554
|
class: "ml-4"
|
|
568
555
|
}, {
|
|
569
556
|
default: withCtx(() => [
|
|
@@ -601,7 +588,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
601
588
|
default: withCtx(() => [
|
|
602
589
|
createVNode(_component_el_radio_group, {
|
|
603
590
|
modelValue: __props.configure.props.dropdown.splitButton,
|
|
604
|
-
"onUpdate:modelValue": _cache[
|
|
591
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => __props.configure.props.dropdown.splitButton = $event),
|
|
605
592
|
class: "ml-4"
|
|
606
593
|
}, {
|
|
607
594
|
default: withCtx(() => [
|
|
@@ -630,7 +617,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
630
617
|
default: withCtx(() => [
|
|
631
618
|
createVNode(_component_el_select, {
|
|
632
619
|
modelValue: __props.configure.props.dropdown.placement,
|
|
633
|
-
"onUpdate:modelValue": _cache[
|
|
620
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => __props.configure.props.dropdown.placement = $event),
|
|
634
621
|
clearable: "",
|
|
635
622
|
class: "ml-4"
|
|
636
623
|
}, {
|
|
@@ -695,7 +682,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
695
682
|
default: withCtx(() => [
|
|
696
683
|
createVNode(_component_el_switch, {
|
|
697
684
|
modelValue: __props.configure.props.base.isPermission,
|
|
698
|
-
"onUpdate:modelValue": _cache[
|
|
685
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => __props.configure.props.base.isPermission = $event),
|
|
699
686
|
size: "default"
|
|
700
687
|
}, null, 8, ["modelValue"])
|
|
701
688
|
]),
|
|
@@ -121,6 +121,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
121
121
|
const _component_el_option = resolveComponent("el-option");
|
|
122
122
|
const _component_el_select = resolveComponent("el-select");
|
|
123
123
|
const _component_el_text = resolveComponent("el-text");
|
|
124
|
+
const _component_el_switch = resolveComponent("el-switch");
|
|
124
125
|
const _component_el_radio = resolveComponent("el-radio");
|
|
125
126
|
const _component_QuestionFilled = resolveComponent("QuestionFilled");
|
|
126
127
|
const _component_el_icon = resolveComponent("el-icon");
|
|
@@ -190,9 +191,33 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
190
191
|
]),
|
|
191
192
|
_: 1
|
|
192
193
|
}),
|
|
194
|
+
createVNode(_component_el_form_item, {
|
|
195
|
+
label: "立即查询",
|
|
196
|
+
style: { "margin-top": "15px", "margin-bottom": "-15px" }
|
|
197
|
+
}, {
|
|
198
|
+
default: withCtx(() => [
|
|
199
|
+
createVNode(_component_el_switch, {
|
|
200
|
+
modelValue: __props.configure.initializationQuery,
|
|
201
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => __props.configure.initializationQuery = $event)
|
|
202
|
+
}, null, 8, ["modelValue"])
|
|
203
|
+
]),
|
|
204
|
+
_: 1
|
|
205
|
+
}),
|
|
206
|
+
createVNode(_component_el_form_item, {
|
|
207
|
+
label: "是否导出",
|
|
208
|
+
style: { "margin-top": "15px", "margin-bottom": "-15px" }
|
|
209
|
+
}, {
|
|
210
|
+
default: withCtx(() => [
|
|
211
|
+
createVNode(_component_el_switch, {
|
|
212
|
+
modelValue: __props.configure.exportable,
|
|
213
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.exportable = $event)
|
|
214
|
+
}, null, 8, ["modelValue"])
|
|
215
|
+
]),
|
|
216
|
+
_: 1
|
|
217
|
+
}),
|
|
193
218
|
createVNode(_component_el_radio_group, {
|
|
194
219
|
modelValue: __props.configure.props.yaxisSource,
|
|
195
|
-
"onUpdate:modelValue": _cache[
|
|
220
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.props.yaxisSource = $event)
|
|
196
221
|
}, {
|
|
197
222
|
default: withCtx(() => [
|
|
198
223
|
withDirectives(createVNode(_component_el_form_item, { style: { "margin-top": "15px", "margin-bottom": "-15px" } }, {
|
|
@@ -208,7 +233,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
208
233
|
createVNode(_component_el_select, {
|
|
209
234
|
size: "small",
|
|
210
235
|
modelValue: __props.configure.props.yaxisField,
|
|
211
|
-
"onUpdate:modelValue": _cache[
|
|
236
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.configure.props.yaxisField = $event),
|
|
212
237
|
disabled: __props.configure.props.yaxisSource != "variable",
|
|
213
238
|
title: __props.configure.props.yaxisField,
|
|
214
239
|
style: { "width": "160px" },
|
|
@@ -286,7 +311,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
286
311
|
withDirectives(createElementVNode("div", _hoisted_14, [
|
|
287
312
|
createVNode(_component_el_input, {
|
|
288
313
|
modelValue: __props.configure.props.formula,
|
|
289
|
-
"onUpdate:modelValue": _cache[
|
|
314
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.props.formula = $event),
|
|
290
315
|
disabled: __props.configure.props.yaxisSource != "formula",
|
|
291
316
|
rows: 4,
|
|
292
317
|
type: "textarea",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, createVNode } from "vue";
|
|
2
2
|
const _hoisted_1 = { class: "amb-design-attr-item-inline" };
|
|
3
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
-
__name: "common-
|
|
4
|
+
__name: "common-title-setting",
|
|
5
5
|
props: {
|
|
6
6
|
configure: {
|
|
7
7
|
type: Object,
|
|
@@ -17,7 +17,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
17
17
|
function closeSetting(parmas) {
|
|
18
18
|
debugger;
|
|
19
19
|
}
|
|
20
|
-
function
|
|
20
|
+
function changeTitle(value) {
|
|
21
21
|
debugger;
|
|
22
22
|
}
|
|
23
23
|
return (_ctx, _cache) => {
|
|
@@ -25,16 +25,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
25
25
|
const _component_i18n_setting = resolveComponent("i18n-setting");
|
|
26
26
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
27
27
|
createVNode(_component_el_input, {
|
|
28
|
-
modelValue: __props.configure.props.base.
|
|
29
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => __props.configure.props.base.
|
|
30
|
-
disabled: __props.configure.props.base.prop === "$index" || __props.configure.props.base.prop === "$selection",
|
|
28
|
+
modelValue: __props.configure.props.base.title,
|
|
29
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => __props.configure.props.base.title = $event),
|
|
31
30
|
placeholder: "请输入",
|
|
32
|
-
onChange:
|
|
33
|
-
}, null, 8, ["modelValue"
|
|
31
|
+
onChange: changeTitle
|
|
32
|
+
}, null, 8, ["modelValue"]),
|
|
34
33
|
createVNode(_component_i18n_setting, {
|
|
35
34
|
style: { "margin-left": "10px" },
|
|
36
35
|
systemCode: __props.systemCode,
|
|
37
|
-
i18nkey: __props.configure.props.base.
|
|
36
|
+
i18nkey: __props.configure.props.base.title,
|
|
38
37
|
onClose: closeSetting
|
|
39
38
|
}, null, 8, ["systemCode", "i18nkey"])
|
|
40
39
|
]);
|
|
@@ -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-0af1f166"]]);
|
|
5
5
|
export {
|
|
6
6
|
TablecolumnAttrBase as default
|
|
7
7
|
};
|
|
@@ -16,7 +16,7 @@ import { usePageContextStore } from "../../../../../../stores/page-store.js";
|
|
|
16
16
|
import _sfc_main$6 from "../component/formatting-icon-label.vue.js";
|
|
17
17
|
import "agilebuilder-ui/src/utils/request";
|
|
18
18
|
import _sfc_main$4 from "./tablecolumn-dynamic-column.vue.js";
|
|
19
|
-
import _sfc_main$2 from "../../common/common-
|
|
19
|
+
import _sfc_main$2 from "../../common/common-title-setting.vue.js";
|
|
20
20
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
21
21
|
const _hoisted_2 = { class: "amb-design-attr-item-inline" };
|
|
22
22
|
const _hoisted_3 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -7,7 +7,7 @@ import _sfc_main$3 from "../common/data-linkage.vue.js";
|
|
|
7
7
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
8
8
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
9
9
|
import _sfc_main$4 from "../common/verification-custom.vue.js";
|
|
10
|
-
import _sfc_main$2 from "../../common/common-
|
|
10
|
+
import _sfc_main$2 from "../../common/common-title-setting.vue.js";
|
|
11
11
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
12
12
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
13
13
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -65,7 +65,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
65
65
|
default: withCtx(() => [
|
|
66
66
|
createVNode(_component_el_collapse, {
|
|
67
67
|
modelValue: openCollapseItems.value,
|
|
68
|
-
"onUpdate:modelValue": _cache[
|
|
68
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => openCollapseItems.value = $event),
|
|
69
69
|
style: { "margin-top": "6px" }
|
|
70
70
|
}, {
|
|
71
71
|
default: withCtx(() => [
|
|
@@ -191,21 +191,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
191
191
|
withDirectives(createVNode(_component_el_form_item, {
|
|
192
192
|
label: "标题",
|
|
193
193
|
class: "amb-design-attr-item"
|
|
194
|
-
}, {
|
|
195
|
-
default: withCtx(() => [
|
|
196
|
-
createVNode(_component_el_input, {
|
|
197
|
-
modelValue: __props.configure.props.base.title,
|
|
198
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.title = $event),
|
|
199
|
-
placeholder: "请输入"
|
|
200
|
-
}, null, 8, ["modelValue"])
|
|
201
|
-
]),
|
|
202
|
-
_: 1
|
|
203
|
-
}, 512), [
|
|
204
|
-
[vShow, __props.configure.props.base.tittleShow]
|
|
205
|
-
]),
|
|
206
|
-
createVNode(_component_el_form_item, {
|
|
207
|
-
label: "国际化标题",
|
|
208
|
-
class: "amb-design-attr-item"
|
|
209
194
|
}, {
|
|
210
195
|
default: withCtx(() => [
|
|
211
196
|
createVNode(_sfc_main$2, {
|
|
@@ -214,7 +199,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
214
199
|
}, null, 8, ["configure", "systemCode"])
|
|
215
200
|
]),
|
|
216
201
|
_: 1
|
|
217
|
-
}),
|
|
202
|
+
}, 512), [
|
|
203
|
+
[vShow, __props.configure.props.base.tittleShow]
|
|
204
|
+
]),
|
|
218
205
|
withDirectives(createVNode(_component_el_form_item, {
|
|
219
206
|
label: "标题宽度",
|
|
220
207
|
class: "amb-design-attr-item"
|
|
@@ -222,7 +209,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
222
209
|
default: withCtx(() => [
|
|
223
210
|
createVNode(_component_el_input_number, {
|
|
224
211
|
modelValue: __props.configure.props.base.titleWidth,
|
|
225
|
-
"onUpdate:modelValue": _cache[
|
|
212
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.titleWidth = $event),
|
|
226
213
|
style: { "width": "100%" },
|
|
227
214
|
min: 0,
|
|
228
215
|
max: 200,
|
|
@@ -240,7 +227,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
240
227
|
default: withCtx(() => [
|
|
241
228
|
createVNode(_component_el_radio_group, {
|
|
242
229
|
modelValue: __props.configure.props.base.size,
|
|
243
|
-
"onUpdate:modelValue": _cache[
|
|
230
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.configure.props.base.size = $event),
|
|
244
231
|
class: "ml-4"
|
|
245
232
|
}, {
|
|
246
233
|
default: withCtx(() => [
|
|
@@ -275,7 +262,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
275
262
|
default: withCtx(() => [
|
|
276
263
|
createVNode(_component_el_radio_group, {
|
|
277
264
|
modelValue: __props.configure.props.base.state,
|
|
278
|
-
"onUpdate:modelValue": _cache[
|
|
265
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.props.base.state = $event),
|
|
279
266
|
class: "ml-4"
|
|
280
267
|
}, {
|
|
281
268
|
default: withCtx(() => [
|
|
@@ -331,7 +318,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
331
318
|
default: withCtx(() => [
|
|
332
319
|
createVNode(_component_el_checkbox, {
|
|
333
320
|
modelValue: __props.configure.props.verification.required,
|
|
334
|
-
"onUpdate:modelValue": _cache[
|
|
321
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.props.verification.required = $event),
|
|
335
322
|
label: "必填"
|
|
336
323
|
}, null, 8, ["modelValue"])
|
|
337
324
|
]),
|
package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js
CHANGED
|
@@ -6,7 +6,7 @@ import _sfc_main$4 from "../../common/common-attr-size.vue.js";
|
|
|
6
6
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
7
7
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
8
8
|
import _sfc_main$3 from "../common/title-suffix.vue.js";
|
|
9
|
-
import _sfc_main$2 from "../../common/common-
|
|
9
|
+
import _sfc_main$2 from "../../common/common-title-setting.vue.js";
|
|
10
10
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
11
11
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
12
12
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -87,7 +87,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
87
87
|
default: withCtx(() => [
|
|
88
88
|
createVNode(_component_el_collapse, {
|
|
89
89
|
modelValue: openCollapseItems.value,
|
|
90
|
-
"onUpdate:modelValue": _cache[
|
|
90
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => openCollapseItems.value = $event),
|
|
91
91
|
style: { "margin-top": "6px" }
|
|
92
92
|
}, {
|
|
93
93
|
default: withCtx(() => [
|
|
@@ -254,21 +254,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
254
254
|
withDirectives(createVNode(_component_el_form_item, {
|
|
255
255
|
label: "标题",
|
|
256
256
|
class: "amb-design-attr-item"
|
|
257
|
-
}, {
|
|
258
|
-
default: withCtx(() => [
|
|
259
|
-
createVNode(_component_el_input, {
|
|
260
|
-
modelValue: __props.configure.props.base.title,
|
|
261
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.props.base.title = $event),
|
|
262
|
-
placeholder: "请输入"
|
|
263
|
-
}, null, 8, ["modelValue"])
|
|
264
|
-
]),
|
|
265
|
-
_: 1
|
|
266
|
-
}, 512), [
|
|
267
|
-
[vShow, __props.configure.props.base.tittleShow]
|
|
268
|
-
]),
|
|
269
|
-
createVNode(_component_el_form_item, {
|
|
270
|
-
label: "国际化标题",
|
|
271
|
-
class: "amb-design-attr-item"
|
|
272
257
|
}, {
|
|
273
258
|
default: withCtx(() => [
|
|
274
259
|
createVNode(_sfc_main$2, {
|
|
@@ -277,7 +262,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
277
262
|
}, null, 8, ["configure", "systemCode"])
|
|
278
263
|
]),
|
|
279
264
|
_: 1
|
|
280
|
-
}),
|
|
265
|
+
}, 512), [
|
|
266
|
+
[vShow, __props.configure.props.base.tittleShow]
|
|
267
|
+
]),
|
|
281
268
|
withDirectives(createVNode(_component_el_form_item, {
|
|
282
269
|
label: "标题宽度",
|
|
283
270
|
class: "amb-design-attr-item"
|
|
@@ -285,7 +272,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
285
272
|
default: withCtx(() => [
|
|
286
273
|
createVNode(_component_el_input_number, {
|
|
287
274
|
modelValue: __props.configure.props.base.titleWidth,
|
|
288
|
-
"onUpdate:modelValue": _cache[
|
|
275
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.props.base.titleWidth = $event),
|
|
289
276
|
style: { "width": "100%" },
|
|
290
277
|
min: 0,
|
|
291
278
|
max: 200,
|
|
@@ -308,7 +295,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
308
295
|
default: withCtx(() => [
|
|
309
296
|
createVNode(_component_el_input, {
|
|
310
297
|
modelValue: __props.configure.props.base.placeholder,
|
|
311
|
-
"onUpdate:modelValue": _cache[
|
|
298
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.props.base.placeholder = $event),
|
|
312
299
|
placeholder: "请输入"
|
|
313
300
|
}, null, 8, ["modelValue"])
|
|
314
301
|
]),
|
|
@@ -321,7 +308,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
321
308
|
default: withCtx(() => [
|
|
322
309
|
createVNode(_component_el_input, {
|
|
323
310
|
modelValue: __props.configure.props.base.endPlaceholder,
|
|
324
|
-
"onUpdate:modelValue": _cache[
|
|
311
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.props.base.endPlaceholder = $event),
|
|
325
312
|
placeholder: "请输入"
|
|
326
313
|
}, null, 8, ["modelValue"])
|
|
327
314
|
]),
|
|
@@ -336,7 +323,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
336
323
|
default: withCtx(() => [
|
|
337
324
|
createVNode(_component_el_radio_group, {
|
|
338
325
|
modelValue: __props.configure.props.base.clearable,
|
|
339
|
-
"onUpdate:modelValue": _cache[
|
|
326
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.props.base.clearable = $event),
|
|
340
327
|
class: "ml-4"
|
|
341
328
|
}, {
|
|
342
329
|
default: withCtx(() => [
|
|
@@ -365,7 +352,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
365
352
|
default: withCtx(() => [
|
|
366
353
|
createVNode(_component_el_radio_group, {
|
|
367
354
|
modelValue: __props.configure.props.base.type,
|
|
368
|
-
"onUpdate:modelValue": _cache[
|
|
355
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => __props.configure.props.base.type = $event),
|
|
369
356
|
class: "ml-4"
|
|
370
357
|
}, {
|
|
371
358
|
default: withCtx(() => [
|
|
@@ -418,7 +405,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
418
405
|
default: withCtx(() => [
|
|
419
406
|
createVNode(_component_el_radio_group, {
|
|
420
407
|
modelValue: __props.configure.props.base.dateScope,
|
|
421
|
-
"onUpdate:modelValue": _cache[
|
|
408
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.props.base.dateScope = $event),
|
|
422
409
|
class: "ml-4"
|
|
423
410
|
}, {
|
|
424
411
|
default: withCtx(() => [
|
|
@@ -452,7 +439,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
452
439
|
default: withCtx(() => [
|
|
453
440
|
createVNode(_component_el_checkbox_group, {
|
|
454
441
|
modelValue: __props.configure.props.base.dateScopeDetails,
|
|
455
|
-
"onUpdate:modelValue": _cache[
|
|
442
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.base.dateScopeDetails = $event),
|
|
456
443
|
class: "ml-4"
|
|
457
444
|
}, {
|
|
458
445
|
default: withCtx(() => [
|
|
@@ -523,7 +510,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
523
510
|
clearable: "",
|
|
524
511
|
disabled: !__props.configure.props.base.dateScopeDetails || !__props.configure.props.base.dateScopeDetails.includes("custom"),
|
|
525
512
|
modelValue: __props.configure.props.base.scopeFunc,
|
|
526
|
-
"onUpdate:modelValue": _cache[
|
|
513
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => __props.configure.props.base.scopeFunc = $event),
|
|
527
514
|
placeholder: "请选择自定义方法",
|
|
528
515
|
filterable: ""
|
|
529
516
|
}, {
|
|
@@ -559,7 +546,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
559
546
|
default: withCtx(() => [
|
|
560
547
|
createVNode(_component_el_radio_group, {
|
|
561
548
|
modelValue: __props.configure.props.base.timestamp,
|
|
562
|
-
"onUpdate:modelValue": _cache[
|
|
549
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.base.timestamp = $event),
|
|
563
550
|
class: "ml-4"
|
|
564
551
|
}, {
|
|
565
552
|
default: withCtx(() => [
|
|
@@ -590,7 +577,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
590
577
|
default: withCtx(() => [
|
|
591
578
|
createVNode(_component_el_input, {
|
|
592
579
|
modelValue: __props.configure.props.base.format,
|
|
593
|
-
"onUpdate:modelValue": _cache[
|
|
580
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => __props.configure.props.base.format = $event),
|
|
594
581
|
placeholder: "请输入"
|
|
595
582
|
}, null, 8, ["modelValue"])
|
|
596
583
|
]),
|
|
@@ -603,7 +590,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
603
590
|
default: withCtx(() => [
|
|
604
591
|
createVNode(_component_el_input, {
|
|
605
592
|
modelValue: __props.configure.props.base.valueFormat,
|
|
606
|
-
"onUpdate:modelValue": _cache[
|
|
593
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => __props.configure.props.base.valueFormat = $event),
|
|
607
594
|
placeholder: "请输入"
|
|
608
595
|
}, null, 8, ["modelValue"])
|
|
609
596
|
]),
|
|
@@ -616,7 +603,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
616
603
|
default: withCtx(() => [
|
|
617
604
|
createVNode(_component_el_radio_group, {
|
|
618
605
|
modelValue: __props.configure.props.base.size,
|
|
619
|
-
"onUpdate:modelValue": _cache[
|
|
606
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => __props.configure.props.base.size = $event),
|
|
620
607
|
class: "ml-4"
|
|
621
608
|
}, {
|
|
622
609
|
default: withCtx(() => [
|
|
@@ -651,7 +638,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
651
638
|
default: withCtx(() => [
|
|
652
639
|
createVNode(_component_el_radio_group, {
|
|
653
640
|
modelValue: __props.configure.props.base.state,
|
|
654
|
-
"onUpdate:modelValue": _cache[
|
|
641
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => __props.configure.props.base.state = $event),
|
|
655
642
|
class: "ml-4"
|
|
656
643
|
}, {
|
|
657
644
|
default: withCtx(() => [
|
|
@@ -701,7 +688,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
701
688
|
default: withCtx(() => [
|
|
702
689
|
createVNode(_component_el_checkbox, {
|
|
703
690
|
modelValue: __props.configure.props.verification.required,
|
|
704
|
-
"onUpdate:modelValue": _cache[
|
|
691
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => __props.configure.props.verification.required = $event),
|
|
705
692
|
label: "必填"
|
|
706
693
|
}, null, 8, ["modelValue"])
|
|
707
694
|
]),
|
|
@@ -717,7 +704,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
717
704
|
createVNode(_component_el_checkbox, {
|
|
718
705
|
label: "自定义",
|
|
719
706
|
modelValue: __props.configure.props.verification.custom,
|
|
720
|
-
"onUpdate:modelValue": _cache[
|
|
707
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => __props.configure.props.verification.custom = $event)
|
|
721
708
|
}, null, 8, ["modelValue"])
|
|
722
709
|
]),
|
|
723
710
|
_: 1
|
|
@@ -729,7 +716,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
729
716
|
clearable: "",
|
|
730
717
|
disabled: !__props.configure.props.verification.custom,
|
|
731
718
|
modelValue: __props.configure.props.verification.customFunc,
|
|
732
|
-
"onUpdate:modelValue": _cache[
|
|
719
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => __props.configure.props.verification.customFunc = $event),
|
|
733
720
|
placeholder: "请选择校验方法",
|
|
734
721
|
filterable: ""
|
|
735
722
|
}, {
|