super-page-designer 2.1.38 → 2.1.41-tmp2
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 +67 -1
- package/dist/es/components/design/utils/container-design-util.js +4 -0
- package/dist/es/components/design/utils/form-design-util.d.ts +1 -1
- package/dist/es/components/design/utils/form-design-util.js +10 -1
- package/dist/es/components/design/utils/page-event-util.js +10 -6
- package/dist/es/components/design/utils/page-table-util.js +26 -4
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/gauge/gauge-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/radar/radar-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/scatter/scatter-attr-data.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue.js +7 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue2.js +542 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue3.js +1 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/font-style-dialog.vue.js +230 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/font-style-dialog.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue.js +205 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/link-table.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue.js +198 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue.js +507 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-advanced.vue.js +285 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-advanced.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue.js +1177 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-base.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-style.vue.js +97 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr-style.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr.vue.js +5 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr.vue2.js +62 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-attr.vue3.js +1 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue.js +8 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue2.js +358 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue3.js +1 -0
- package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue4.js +1 -0
- package/dist/es/components/design/views/assemblys/common/common-function-code.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/common/common-i18n-key-input.vue.js +3 -1
- package/dist/es/components/design/views/assemblys/common/common-style-background.vue.js +3 -2
- package/dist/es/components/design/views/assemblys/common/common-variable-bind-option.js +1 -2
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +18 -13
- package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue2.js +4 -4
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +12 -10
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -0
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +2 -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 +5 -5
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-dynamic-column.vue.js +4 -4
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +4 -3
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue2.js +4 -4
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue2.js +2 -1
- package/dist/es/components/design/views/assemblys/form/common/pre-suffix.vue.js +11 -8
- package/dist/es/components/design/views/assemblys/form/common/uploading.vue.js +32 -0
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +54 -16
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +46 -8
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-design.vue2.js +4 -3
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-design.vue2.js +15 -2
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +48 -10
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-design.vue2.js +4 -3
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +46 -8
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +39 -1
- package/dist/es/components/design/views/assemblys/form/label/label-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/radio/radio-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +48 -10
- package/dist/es/components/design/views/assemblys/form/select/select-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +49 -11
- package/dist/es/components/design/views/assemblys/form/switch/switch-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +42 -4
- package/dist/es/components/design/views/assemblys/form/tag/tag-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +52 -14
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-design.vue2.js +4 -2
- package/dist/es/components/design/views/assemblys/object-design.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +21 -2
- package/dist/es/components/design/views/assemblys/page/page-attr-base.vue.js +14 -7
- 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 +5 -334
- package/dist/es/components/design/views/design/page-event/config.vue3.js +336 -1
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/view/page-switch.vue.js +1 -1
- package/dist/es/components/design/views/design/view/page-switch.vue2.js +10 -0
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/stores/page-store.d.ts +1 -1
- package/dist/es/stores/page-store.js +1 -1
- package/dist/es/stores/statistics-table-store.d.ts +10 -0
- package/dist/es/stores/statistics-table-store.js +20 -0
- package/dist/es/style.css +779 -106
- package/package.json +6 -5
package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js
CHANGED
|
@@ -112,7 +112,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
112
112
|
default: withCtx(() => [
|
|
113
113
|
createVNode(_component_el_collapse, {
|
|
114
114
|
modelValue: openCollapseItems.value,
|
|
115
|
-
"onUpdate:modelValue": _cache[
|
|
115
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => openCollapseItems.value = $event),
|
|
116
116
|
style: { "margin-top": "6px" }
|
|
117
117
|
}, {
|
|
118
118
|
default: withCtx(() => [
|
|
@@ -308,6 +308,44 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
308
308
|
}, 512), [
|
|
309
309
|
[vShow, __props.configure.props.base.tittleShow]
|
|
310
310
|
]),
|
|
311
|
+
withDirectives(createVNode(_component_el_form_item, {
|
|
312
|
+
label: "标题超宽",
|
|
313
|
+
title: "标题超宽显示",
|
|
314
|
+
class: "amb-design-attr-item"
|
|
315
|
+
}, {
|
|
316
|
+
default: withCtx(() => [
|
|
317
|
+
createVNode(_component_el_radio_group, {
|
|
318
|
+
modelValue: __props.configure.props.base.titleShowWay,
|
|
319
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.props.base.titleShowWay = $event),
|
|
320
|
+
class: "ml-4"
|
|
321
|
+
}, {
|
|
322
|
+
default: withCtx(() => [
|
|
323
|
+
createVNode(_component_el_radio, { value: "block" }, {
|
|
324
|
+
default: withCtx(() => [
|
|
325
|
+
createTextVNode("换行")
|
|
326
|
+
]),
|
|
327
|
+
_: 1
|
|
328
|
+
}),
|
|
329
|
+
createVNode(_component_el_radio, { value: "inline" }, {
|
|
330
|
+
default: withCtx(() => [
|
|
331
|
+
createTextVNode("不换行")
|
|
332
|
+
]),
|
|
333
|
+
_: 1
|
|
334
|
+
}),
|
|
335
|
+
createVNode(_component_el_radio, { value: "omit" }, {
|
|
336
|
+
default: withCtx(() => [
|
|
337
|
+
createTextVNode("省略号")
|
|
338
|
+
]),
|
|
339
|
+
_: 1
|
|
340
|
+
})
|
|
341
|
+
]),
|
|
342
|
+
_: 1
|
|
343
|
+
}, 8, ["modelValue"])
|
|
344
|
+
]),
|
|
345
|
+
_: 1
|
|
346
|
+
}, 512), [
|
|
347
|
+
[vShow, __props.configure.props.base.tittleShow && __props.configure.props.base.titleWidth > 0]
|
|
348
|
+
]),
|
|
311
349
|
createVNode(_component_el_form_item, { class: "amb-design-attr-item" }, {
|
|
312
350
|
label: withCtx(() => [
|
|
313
351
|
withDirectives(createElementVNode("span", null, "输入提示", 512), [
|
|
@@ -320,7 +358,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
320
358
|
default: withCtx(() => [
|
|
321
359
|
createVNode(_sfc_main$2, {
|
|
322
360
|
modelValue: __props.configure.props.base.placeholder,
|
|
323
|
-
"onUpdate:modelValue": _cache[
|
|
361
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.props.base.placeholder = $event)
|
|
324
362
|
}, null, 8, ["modelValue"])
|
|
325
363
|
]),
|
|
326
364
|
_: 1
|
|
@@ -332,7 +370,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
332
370
|
default: withCtx(() => [
|
|
333
371
|
createVNode(_component_el_input, {
|
|
334
372
|
modelValue: __props.configure.props.base.endPlaceholder,
|
|
335
|
-
"onUpdate:modelValue": _cache[
|
|
373
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => __props.configure.props.base.endPlaceholder = $event),
|
|
336
374
|
placeholder: "请输入"
|
|
337
375
|
}, null, 8, ["modelValue"])
|
|
338
376
|
]),
|
|
@@ -347,7 +385,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
347
385
|
default: withCtx(() => [
|
|
348
386
|
createVNode(_component_el_radio_group, {
|
|
349
387
|
modelValue: __props.configure.props.base.clearable,
|
|
350
|
-
"onUpdate:modelValue": _cache[
|
|
388
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.props.base.clearable = $event),
|
|
351
389
|
class: "ml-4"
|
|
352
390
|
}, {
|
|
353
391
|
default: withCtx(() => [
|
|
@@ -376,7 +414,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
376
414
|
default: withCtx(() => [
|
|
377
415
|
createVNode(_component_el_radio_group, {
|
|
378
416
|
modelValue: __props.configure.props.base.type,
|
|
379
|
-
"onUpdate:modelValue": _cache[
|
|
417
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => __props.configure.props.base.type = $event),
|
|
380
418
|
class: "ml-4"
|
|
381
419
|
}, {
|
|
382
420
|
default: withCtx(() => [
|
|
@@ -429,7 +467,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
429
467
|
default: withCtx(() => [
|
|
430
468
|
createVNode(_component_el_radio_group, {
|
|
431
469
|
modelValue: __props.configure.props.base.dateScope,
|
|
432
|
-
"onUpdate:modelValue": _cache[
|
|
470
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.base.dateScope = $event),
|
|
433
471
|
class: "ml-4"
|
|
434
472
|
}, {
|
|
435
473
|
default: withCtx(() => [
|
|
@@ -463,7 +501,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
463
501
|
default: withCtx(() => [
|
|
464
502
|
createVNode(_component_el_checkbox_group, {
|
|
465
503
|
modelValue: __props.configure.props.base.dateScopeDetails,
|
|
466
|
-
"onUpdate:modelValue": _cache[
|
|
504
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => __props.configure.props.base.dateScopeDetails = $event),
|
|
467
505
|
class: "ml-4"
|
|
468
506
|
}, {
|
|
469
507
|
default: withCtx(() => [
|
|
@@ -534,7 +572,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
534
572
|
clearable: "",
|
|
535
573
|
disabled: !__props.configure.props.base.dateScopeDetails || !__props.configure.props.base.dateScopeDetails.includes("custom"),
|
|
536
574
|
modelValue: __props.configure.props.base.scopeFunc,
|
|
537
|
-
"onUpdate:modelValue": _cache[
|
|
575
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.base.scopeFunc = $event),
|
|
538
576
|
placeholder: "请选择自定义方法",
|
|
539
577
|
filterable: ""
|
|
540
578
|
}, {
|
|
@@ -570,7 +608,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
570
608
|
default: withCtx(() => [
|
|
571
609
|
createVNode(_component_el_input, {
|
|
572
610
|
modelValue: __props.configure.props.base.format,
|
|
573
|
-
"onUpdate:modelValue": _cache[
|
|
611
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => __props.configure.props.base.format = $event),
|
|
574
612
|
placeholder: "请输入"
|
|
575
613
|
}, null, 8, ["modelValue"])
|
|
576
614
|
]),
|
|
@@ -583,7 +621,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
583
621
|
default: withCtx(() => [
|
|
584
622
|
createVNode(_component_el_radio_group, {
|
|
585
623
|
modelValue: __props.configure.props.base.timestamp,
|
|
586
|
-
"onUpdate:modelValue": _cache[
|
|
624
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => __props.configure.props.base.timestamp = $event),
|
|
587
625
|
class: "ml-4"
|
|
588
626
|
}, {
|
|
589
627
|
default: withCtx(() => [
|
|
@@ -615,7 +653,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
615
653
|
createElementVNode("div", _hoisted_2, [
|
|
616
654
|
createVNode(_component_el_input, {
|
|
617
655
|
modelValue: __props.configure.props.base.valueFormat,
|
|
618
|
-
"onUpdate:modelValue": _cache[
|
|
656
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => __props.configure.props.base.valueFormat = $event),
|
|
619
657
|
placeholder: "请输入",
|
|
620
658
|
disabled: __props.configure.props.base.timestamp === true
|
|
621
659
|
}, null, 8, ["modelValue", "disabled"]),
|
|
@@ -674,7 +712,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
674
712
|
default: withCtx(() => [
|
|
675
713
|
createVNode(_component_el_radio_group, {
|
|
676
714
|
modelValue: __props.configure.props.base.size,
|
|
677
|
-
"onUpdate:modelValue": _cache[
|
|
715
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => __props.configure.props.base.size = $event),
|
|
678
716
|
class: "ml-4"
|
|
679
717
|
}, {
|
|
680
718
|
default: withCtx(() => [
|
|
@@ -709,7 +747,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
709
747
|
default: withCtx(() => [
|
|
710
748
|
createVNode(_component_el_radio_group, {
|
|
711
749
|
modelValue: __props.configure.props.base.state,
|
|
712
|
-
"onUpdate:modelValue": _cache[
|
|
750
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => __props.configure.props.base.state = $event),
|
|
713
751
|
class: "ml-4"
|
|
714
752
|
}, {
|
|
715
753
|
default: withCtx(() => [
|
|
@@ -759,7 +797,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
759
797
|
default: withCtx(() => [
|
|
760
798
|
createVNode(_component_el_checkbox, {
|
|
761
799
|
modelValue: __props.configure.props.verification.required,
|
|
762
|
-
"onUpdate:modelValue": _cache[
|
|
800
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = ($event) => __props.configure.props.verification.required = $event),
|
|
763
801
|
label: "必填"
|
|
764
802
|
}, null, 8, ["modelValue"])
|
|
765
803
|
]),
|
|
@@ -775,7 +813,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
775
813
|
createVNode(_component_el_checkbox, {
|
|
776
814
|
label: "自定义",
|
|
777
815
|
modelValue: __props.configure.props.verification.custom,
|
|
778
|
-
"onUpdate:modelValue": _cache[
|
|
816
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => __props.configure.props.verification.custom = $event)
|
|
779
817
|
}, null, 8, ["modelValue"])
|
|
780
818
|
]),
|
|
781
819
|
_: 1
|
|
@@ -787,7 +825,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
787
825
|
clearable: "",
|
|
788
826
|
disabled: !__props.configure.props.verification.custom,
|
|
789
827
|
modelValue: __props.configure.props.verification.customFunc,
|
|
790
|
-
"onUpdate:modelValue": _cache[
|
|
828
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => __props.configure.props.verification.customFunc = $event),
|
|
791
829
|
placeholder: "请选择校验方法",
|
|
792
830
|
filterable: ""
|
|
793
831
|
}, {
|
package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js
CHANGED
|
@@ -20,6 +20,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20
20
|
const designClass = ref("");
|
|
21
21
|
const designHeaderStyle = ref({});
|
|
22
22
|
const designProperty = ref({});
|
|
23
|
+
const titleExceedStyle = ref({});
|
|
23
24
|
watch(
|
|
24
25
|
props.configure.style,
|
|
25
26
|
() => {
|
|
@@ -93,9 +94,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
93
94
|
watch(
|
|
94
95
|
props.configure.props,
|
|
95
96
|
() => {
|
|
96
|
-
caculateComponentProps(props.configure, designProperty);
|
|
97
|
+
caculateComponentProps(props.configure, designProperty, titleExceedStyle);
|
|
97
98
|
caculateDateProps();
|
|
98
99
|
props.configure.runtime.props = designProperty.value;
|
|
100
|
+
props.configure.runtime.titleExceedStyle = titleExceedStyle.value;
|
|
99
101
|
},
|
|
100
102
|
{ immediate: true }
|
|
101
103
|
);
|
|
@@ -112,7 +114,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
112
114
|
label: withCtx(() => [
|
|
113
115
|
designProperty.value.tittleShow ? (openBlock(), createElementBlock("div", {
|
|
114
116
|
key: 0,
|
|
115
|
-
style: normalizeStyle({ ...designHeaderStyle.value, "padding-right": "12px" })
|
|
117
|
+
style: normalizeStyle({ ...designHeaderStyle.value, ...titleExceedStyle.value, "padding-right": "12px" })
|
|
116
118
|
}, [
|
|
117
119
|
designProperty.value.prefixType ? (openBlock(), createBlock(_sfc_main$1, {
|
|
118
120
|
key: 0,
|
|
@@ -75,7 +75,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
75
75
|
default: withCtx(() => [
|
|
76
76
|
createVNode(_component_el_collapse, {
|
|
77
77
|
modelValue: openCollapseItems.value,
|
|
78
|
-
"onUpdate:modelValue": _cache[
|
|
78
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => openCollapseItems.value = $event),
|
|
79
79
|
style: { "margin-top": "6px" }
|
|
80
80
|
}, {
|
|
81
81
|
default: withCtx(() => [
|
|
@@ -262,6 +262,44 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
262
262
|
}, 512), [
|
|
263
263
|
[vShow, __props.configure.props.base.tittleShow]
|
|
264
264
|
]),
|
|
265
|
+
withDirectives(createVNode(_component_el_form_item, {
|
|
266
|
+
label: "标题超宽",
|
|
267
|
+
title: "标题超宽显示",
|
|
268
|
+
class: "amb-design-attr-item"
|
|
269
|
+
}, {
|
|
270
|
+
default: withCtx(() => [
|
|
271
|
+
createVNode(_component_el_radio_group, {
|
|
272
|
+
modelValue: __props.configure.props.base.titleShowWay,
|
|
273
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.props.base.titleShowWay = $event),
|
|
274
|
+
class: "ml-4"
|
|
275
|
+
}, {
|
|
276
|
+
default: withCtx(() => [
|
|
277
|
+
createVNode(_component_el_radio, { value: "block" }, {
|
|
278
|
+
default: withCtx(() => [
|
|
279
|
+
createTextVNode("换行")
|
|
280
|
+
]),
|
|
281
|
+
_: 1
|
|
282
|
+
}),
|
|
283
|
+
createVNode(_component_el_radio, { value: "inline" }, {
|
|
284
|
+
default: withCtx(() => [
|
|
285
|
+
createTextVNode("不换行")
|
|
286
|
+
]),
|
|
287
|
+
_: 1
|
|
288
|
+
}),
|
|
289
|
+
createVNode(_component_el_radio, { value: "omit" }, {
|
|
290
|
+
default: withCtx(() => [
|
|
291
|
+
createTextVNode("省略号")
|
|
292
|
+
]),
|
|
293
|
+
_: 1
|
|
294
|
+
})
|
|
295
|
+
]),
|
|
296
|
+
_: 1
|
|
297
|
+
}, 8, ["modelValue"])
|
|
298
|
+
]),
|
|
299
|
+
_: 1
|
|
300
|
+
}, 512), [
|
|
301
|
+
[vShow, __props.configure.props.base.tittleShow && __props.configure.props.base.titleWidth > 0]
|
|
302
|
+
]),
|
|
265
303
|
createVNode(_component_el_form_item, {
|
|
266
304
|
label: "多选",
|
|
267
305
|
class: "amb-design-attr-item"
|
|
@@ -269,7 +307,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
269
307
|
default: withCtx(() => [
|
|
270
308
|
createVNode(_component_el_radio_group, {
|
|
271
309
|
modelValue: __props.configure.props.base.treeMultiple,
|
|
272
|
-
"onUpdate:modelValue": _cache[
|
|
310
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.props.base.treeMultiple = $event),
|
|
273
311
|
class: "ml-4"
|
|
274
312
|
}, {
|
|
275
313
|
default: withCtx(() => [
|
|
@@ -298,7 +336,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
298
336
|
default: withCtx(() => [
|
|
299
337
|
createVNode(_component_el_input, {
|
|
300
338
|
modelValue: __props.configure.props.base.separator,
|
|
301
|
-
"onUpdate:modelValue": _cache[
|
|
339
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.props.base.separator = $event),
|
|
302
340
|
placeholder: ","
|
|
303
341
|
}, null, 8, ["modelValue"])
|
|
304
342
|
]),
|
|
@@ -313,7 +351,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
313
351
|
default: withCtx(() => [
|
|
314
352
|
createVNode(_component_el_radio_group, {
|
|
315
353
|
modelValue: __props.configure.props.base.size,
|
|
316
|
-
"onUpdate:modelValue": _cache[
|
|
354
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => __props.configure.props.base.size = $event),
|
|
317
355
|
class: "ml-4"
|
|
318
356
|
}, {
|
|
319
357
|
default: withCtx(() => [
|
|
@@ -348,7 +386,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
348
386
|
default: withCtx(() => [
|
|
349
387
|
createVNode(_component_el_radio_group, {
|
|
350
388
|
modelValue: __props.configure.props.base.state,
|
|
351
|
-
"onUpdate:modelValue": _cache[
|
|
389
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.props.base.state = $event),
|
|
352
390
|
class: "ml-4"
|
|
353
391
|
}, {
|
|
354
392
|
default: withCtx(() => [
|
|
@@ -383,7 +421,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
383
421
|
createElementVNode("div", _hoisted_2, [
|
|
384
422
|
createVNode(_component_el_radio_group, {
|
|
385
423
|
modelValue: __props.configure.props.base.deptScope,
|
|
386
|
-
"onUpdate:modelValue": _cache[
|
|
424
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.base.deptScope = $event)
|
|
387
425
|
}, {
|
|
388
426
|
default: withCtx(() => [
|
|
389
427
|
createVNode(_component_el_form_item, { class: "amb-design-attr-item" }, {
|
|
@@ -420,7 +458,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
420
458
|
multiple: true,
|
|
421
459
|
treeType: "DeptTree",
|
|
422
460
|
value: __props.configure.props.base.deptScopeDepts,
|
|
423
|
-
"onUpdate:value": _cache[
|
|
461
|
+
"onUpdate:value": _cache[11] || (_cache[11] = ($event) => __props.configure.props.base.deptScopeDepts = $event),
|
|
424
462
|
models: __props.configure.props.base,
|
|
425
463
|
fields: [{ type: "code", model: "deptScopeCodes" }],
|
|
426
464
|
size: "small",
|
|
@@ -460,7 +498,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
460
498
|
default: withCtx(() => [
|
|
461
499
|
createVNode(_component_el_checkbox, {
|
|
462
500
|
modelValue: __props.configure.props.verification.required,
|
|
463
|
-
"onUpdate:modelValue": _cache[
|
|
501
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.verification.required = $event),
|
|
464
502
|
label: "必填"
|
|
465
503
|
}, null, 8, ["modelValue"])
|
|
466
504
|
]),
|
|
@@ -20,6 +20,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20
20
|
const designClass = ref("");
|
|
21
21
|
const designHeaderStyle = ref({});
|
|
22
22
|
const designProperty = ref({});
|
|
23
|
+
const titleExceedStyle = ref({});
|
|
23
24
|
function getRestsParameter() {
|
|
24
25
|
let caculateComponentProps2 = props.configure.props ? props.configure.props : {};
|
|
25
26
|
const propsBase = caculateComponentProps2.base ? caculateComponentProps2.base : {};
|
|
@@ -69,10 +70,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
69
70
|
watch(
|
|
70
71
|
props.configure.props,
|
|
71
72
|
() => {
|
|
72
|
-
caculateComponentProps(props.configure, designProperty);
|
|
73
|
+
caculateComponentProps(props.configure, designProperty, titleExceedStyle);
|
|
73
74
|
getRestsParameter();
|
|
74
75
|
props.configure.runtime.props = designProperty.value;
|
|
75
|
-
|
|
76
|
+
props.configure.runtime.titleExceedStyle = titleExceedStyle.value;
|
|
76
77
|
},
|
|
77
78
|
{ immediate: true }
|
|
78
79
|
);
|
|
@@ -87,7 +88,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
87
88
|
label: withCtx(() => [
|
|
88
89
|
designProperty.value.tittleShow ? (openBlock(), createElementBlock("div", {
|
|
89
90
|
key: 0,
|
|
90
|
-
style: normalizeStyle({ ...designHeaderStyle.value, "padding-right": "12px" })
|
|
91
|
+
style: normalizeStyle({ ...designHeaderStyle.value, ...titleExceedStyle.value, "padding-right": "12px" })
|
|
91
92
|
}, [
|
|
92
93
|
designProperty.value.prefixType ? (openBlock(), createBlock(_sfc_main$1, {
|
|
93
94
|
key: 0,
|
package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js
CHANGED
|
@@ -74,7 +74,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
74
74
|
default: withCtx(() => [
|
|
75
75
|
createVNode(_component_el_collapse, {
|
|
76
76
|
modelValue: openCollapseItems.value,
|
|
77
|
-
"onUpdate:modelValue": _cache[
|
|
77
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => openCollapseItems.value = $event),
|
|
78
78
|
style: { "margin-top": "6px" }
|
|
79
79
|
}, {
|
|
80
80
|
default: withCtx(() => [
|
|
@@ -229,6 +229,44 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
229
229
|
}, 512), [
|
|
230
230
|
[vShow, __props.configure.props.base.tittleShow]
|
|
231
231
|
]),
|
|
232
|
+
withDirectives(createVNode(_component_el_form_item, {
|
|
233
|
+
label: "标题超宽",
|
|
234
|
+
title: "标题超宽显示",
|
|
235
|
+
class: "amb-design-attr-item"
|
|
236
|
+
}, {
|
|
237
|
+
default: withCtx(() => [
|
|
238
|
+
createVNode(_component_el_radio_group, {
|
|
239
|
+
modelValue: __props.configure.props.base.titleShowWay,
|
|
240
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.props.base.titleShowWay = $event),
|
|
241
|
+
class: "ml-4"
|
|
242
|
+
}, {
|
|
243
|
+
default: withCtx(() => [
|
|
244
|
+
createVNode(_component_el_radio, { value: "block" }, {
|
|
245
|
+
default: withCtx(() => [
|
|
246
|
+
createTextVNode("换行")
|
|
247
|
+
]),
|
|
248
|
+
_: 1
|
|
249
|
+
}),
|
|
250
|
+
createVNode(_component_el_radio, { value: "inline" }, {
|
|
251
|
+
default: withCtx(() => [
|
|
252
|
+
createTextVNode("不换行")
|
|
253
|
+
]),
|
|
254
|
+
_: 1
|
|
255
|
+
}),
|
|
256
|
+
createVNode(_component_el_radio, { value: "omit" }, {
|
|
257
|
+
default: withCtx(() => [
|
|
258
|
+
createTextVNode("省略号")
|
|
259
|
+
]),
|
|
260
|
+
_: 1
|
|
261
|
+
})
|
|
262
|
+
]),
|
|
263
|
+
_: 1
|
|
264
|
+
}, 8, ["modelValue"])
|
|
265
|
+
]),
|
|
266
|
+
_: 1
|
|
267
|
+
}, 512), [
|
|
268
|
+
[vShow, __props.configure.props.base.tittleShow && __props.configure.props.base.titleWidth > 0]
|
|
269
|
+
]),
|
|
232
270
|
createVNode(_component_el_form_item, {
|
|
233
271
|
label: "输入提示",
|
|
234
272
|
class: "amb-design-attr-item"
|
|
@@ -236,7 +274,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
236
274
|
default: withCtx(() => [
|
|
237
275
|
createVNode(_sfc_main$2, {
|
|
238
276
|
modelValue: __props.configure.props.base.placeholder,
|
|
239
|
-
"onUpdate:modelValue": _cache[
|
|
277
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.props.base.placeholder = $event)
|
|
240
278
|
}, null, 8, ["modelValue"])
|
|
241
279
|
]),
|
|
242
280
|
_: 1
|
|
@@ -248,7 +286,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
248
286
|
default: withCtx(() => [
|
|
249
287
|
createVNode(_component_el_radio_group, {
|
|
250
288
|
modelValue: __props.configure.props.base.state,
|
|
251
|
-
"onUpdate:modelValue": _cache[
|
|
289
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => __props.configure.props.base.state = $event),
|
|
252
290
|
class: "ml-4"
|
|
253
291
|
}, {
|
|
254
292
|
default: withCtx(() => [
|
|
@@ -344,7 +382,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
344
382
|
default: withCtx(() => [
|
|
345
383
|
createVNode(_component_el_checkbox, {
|
|
346
384
|
modelValue: __props.configure.props.verification.required,
|
|
347
|
-
"onUpdate:modelValue": _cache[
|
|
385
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.props.verification.required = $event),
|
|
348
386
|
label: "必填"
|
|
349
387
|
}, null, 8, ["modelValue"])
|
|
350
388
|
]),
|
package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-design.vue2.js
CHANGED
|
@@ -17,6 +17,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
17
17
|
const designClass = ref("");
|
|
18
18
|
const designHeaderStyle = ref({});
|
|
19
19
|
const designProperty = ref({});
|
|
20
|
+
const titleExceedStyle = ref({});
|
|
20
21
|
function getRestsParameter() {
|
|
21
22
|
let defineProps = props.configure.props ? props.configure.props : {};
|
|
22
23
|
const uploadConfig = defineProps.uploadConfig ? defineProps.uploadConfig : {};
|
|
@@ -32,12 +33,23 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
32
33
|
tempProps["placeholder"] = propBase.placeholder;
|
|
33
34
|
if (uploadConfig.accept) {
|
|
34
35
|
tempProps.accept = uploadConfig.accept;
|
|
36
|
+
} else {
|
|
37
|
+
tempProps.accept = null;
|
|
35
38
|
}
|
|
36
39
|
if (uploadConfig.multiple) {
|
|
37
40
|
tempProps.multiple = uploadConfig.multiple;
|
|
41
|
+
} else {
|
|
42
|
+
tempProps.multiple = false;
|
|
38
43
|
}
|
|
39
44
|
if (uploadConfig.limitFileSize) {
|
|
40
45
|
tempProps.limitFileSize = uploadConfig.limitFileSize;
|
|
46
|
+
} else {
|
|
47
|
+
tempProps.limitFileSize = null;
|
|
48
|
+
}
|
|
49
|
+
if (uploadConfig.openCameraOrChoosePhoto) {
|
|
50
|
+
tempProps.openCameraOrChoosePhoto = uploadConfig.openCameraOrChoosePhoto;
|
|
51
|
+
} else {
|
|
52
|
+
tempProps.openCameraOrChoosePhoto = null;
|
|
41
53
|
}
|
|
42
54
|
tempProps["isDeleteNow"] = uploadConfig.isDeleteNow;
|
|
43
55
|
Object.assign(designProperty.value, tempProps);
|
|
@@ -55,9 +67,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
55
67
|
watch(
|
|
56
68
|
props.configure.props,
|
|
57
69
|
() => {
|
|
58
|
-
caculateComponentProps(props.configure, designProperty);
|
|
70
|
+
caculateComponentProps(props.configure, designProperty, titleExceedStyle);
|
|
59
71
|
getRestsParameter();
|
|
60
72
|
props.configure.runtime.props = designProperty.value;
|
|
73
|
+
props.configure.runtime.titleExceedStyle = titleExceedStyle.value;
|
|
61
74
|
console.log("designProperty", designProperty.value);
|
|
62
75
|
},
|
|
63
76
|
{ immediate: true }
|
|
@@ -73,7 +86,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
73
86
|
label: withCtx(() => [
|
|
74
87
|
designProperty.value.tittleShow ? (openBlock(), createElementBlock("div", {
|
|
75
88
|
key: 0,
|
|
76
|
-
style: normalizeStyle({ ...designHeaderStyle.value, "padding-right": "12px" })
|
|
89
|
+
style: normalizeStyle({ ...designHeaderStyle.value, ...titleExceedStyle.value, "padding-right": "12px" })
|
|
77
90
|
}, toDisplayString(designProperty.value.title ? designProperty.value.title : "Files"), 5)) : createCommentVNode("", true)
|
|
78
91
|
]),
|
|
79
92
|
default: withCtx(() => [
|
package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js
CHANGED
|
@@ -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[15] || (_cache[15] = ($event) => openCollapseItems.value = $event),
|
|
69
69
|
style: { "margin-top": "6px" }
|
|
70
70
|
}, {
|
|
71
71
|
default: withCtx(() => [
|
|
@@ -219,6 +219,44 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
219
219
|
}, 512), [
|
|
220
220
|
[vShow, __props.configure.props.base.tittleShow]
|
|
221
221
|
]),
|
|
222
|
+
withDirectives(createVNode(_component_el_form_item, {
|
|
223
|
+
label: "标题超宽",
|
|
224
|
+
title: "标题超宽显示",
|
|
225
|
+
class: "amb-design-attr-item"
|
|
226
|
+
}, {
|
|
227
|
+
default: withCtx(() => [
|
|
228
|
+
createVNode(_component_el_radio_group, {
|
|
229
|
+
modelValue: __props.configure.props.base.titleShowWay,
|
|
230
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.props.base.titleShowWay = $event),
|
|
231
|
+
class: "ml-4"
|
|
232
|
+
}, {
|
|
233
|
+
default: withCtx(() => [
|
|
234
|
+
createVNode(_component_el_radio, { value: "block" }, {
|
|
235
|
+
default: withCtx(() => [
|
|
236
|
+
createTextVNode("换行")
|
|
237
|
+
]),
|
|
238
|
+
_: 1
|
|
239
|
+
}),
|
|
240
|
+
createVNode(_component_el_radio, { value: "inline" }, {
|
|
241
|
+
default: withCtx(() => [
|
|
242
|
+
createTextVNode("不换行")
|
|
243
|
+
]),
|
|
244
|
+
_: 1
|
|
245
|
+
}),
|
|
246
|
+
createVNode(_component_el_radio, { value: "omit" }, {
|
|
247
|
+
default: withCtx(() => [
|
|
248
|
+
createTextVNode("省略号")
|
|
249
|
+
]),
|
|
250
|
+
_: 1
|
|
251
|
+
})
|
|
252
|
+
]),
|
|
253
|
+
_: 1
|
|
254
|
+
}, 8, ["modelValue"])
|
|
255
|
+
]),
|
|
256
|
+
_: 1
|
|
257
|
+
}, 512), [
|
|
258
|
+
[vShow, __props.configure.props.base.tittleShow && __props.configure.props.base.titleWidth > 0]
|
|
259
|
+
]),
|
|
222
260
|
createVNode(_component_el_form_item, {
|
|
223
261
|
label: "输入提示",
|
|
224
262
|
class: "amb-design-attr-item"
|
|
@@ -226,7 +264,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
226
264
|
default: withCtx(() => [
|
|
227
265
|
createVNode(_sfc_main$2, {
|
|
228
266
|
modelValue: __props.configure.props.base.placeholder,
|
|
229
|
-
"onUpdate:modelValue": _cache[
|
|
267
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.props.base.placeholder = $event)
|
|
230
268
|
}, null, 8, ["modelValue"])
|
|
231
269
|
]),
|
|
232
270
|
_: 1
|
|
@@ -238,7 +276,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
238
276
|
default: withCtx(() => [
|
|
239
277
|
createVNode(_component_el_input, {
|
|
240
278
|
modelValue: __props.configure.props.base.min,
|
|
241
|
-
"onUpdate:modelValue": _cache[
|
|
279
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.props.base.min = $event),
|
|
242
280
|
modelModifiers: { number: true },
|
|
243
281
|
type: "number",
|
|
244
282
|
placeholder: "请输入"
|
|
@@ -253,7 +291,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
253
291
|
default: withCtx(() => [
|
|
254
292
|
createVNode(_component_el_input, {
|
|
255
293
|
modelValue: __props.configure.props.base.max,
|
|
256
|
-
"onUpdate:modelValue": _cache[
|
|
294
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.props.base.max = $event),
|
|
257
295
|
modelModifiers: { number: true },
|
|
258
296
|
type: "number",
|
|
259
297
|
placeholder: "请输入"
|
|
@@ -268,7 +306,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
268
306
|
default: withCtx(() => [
|
|
269
307
|
createVNode(_component_el_input, {
|
|
270
308
|
modelValue: __props.configure.props.base.step,
|
|
271
|
-
"onUpdate:modelValue": _cache[
|
|
309
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => __props.configure.props.base.step = $event),
|
|
272
310
|
modelModifiers: { number: true },
|
|
273
311
|
type: "number",
|
|
274
312
|
placeholder: "请输入"
|
|
@@ -283,7 +321,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
283
321
|
default: withCtx(() => [
|
|
284
322
|
createVNode(_component_el_select, {
|
|
285
323
|
modelValue: __props.configure.props.base.precision,
|
|
286
|
-
"onUpdate:modelValue": _cache[
|
|
324
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.props.base.precision = $event),
|
|
287
325
|
modelModifiers: { number: true },
|
|
288
326
|
placeholder: "请选择"
|
|
289
327
|
}, {
|
|
@@ -308,7 +346,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
308
346
|
default: withCtx(() => [
|
|
309
347
|
createVNode(_component_el_radio_group, {
|
|
310
348
|
modelValue: __props.configure.props.base.showButton,
|
|
311
|
-
"onUpdate:modelValue": _cache[
|
|
349
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => __props.configure.props.base.showButton = $event),
|
|
312
350
|
class: "ml-4"
|
|
313
351
|
}, {
|
|
314
352
|
default: withCtx(() => [
|
|
@@ -337,7 +375,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
337
375
|
default: withCtx(() => [
|
|
338
376
|
createVNode(_component_el_radio_group, {
|
|
339
377
|
modelValue: __props.configure.props.base.size,
|
|
340
|
-
"onUpdate:modelValue": _cache[
|
|
378
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.base.size = $event),
|
|
341
379
|
class: "ml-4"
|
|
342
380
|
}, {
|
|
343
381
|
default: withCtx(() => [
|
|
@@ -372,7 +410,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
372
410
|
default: withCtx(() => [
|
|
373
411
|
createVNode(_component_el_radio_group, {
|
|
374
412
|
modelValue: __props.configure.props.base.state,
|
|
375
|
-
"onUpdate:modelValue": _cache[
|
|
413
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.base.state = $event),
|
|
376
414
|
class: "ml-4"
|
|
377
415
|
}, {
|
|
378
416
|
default: withCtx(() => [
|
|
@@ -422,7 +460,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
422
460
|
default: withCtx(() => [
|
|
423
461
|
createVNode(_component_el_checkbox, {
|
|
424
462
|
modelValue: __props.configure.props.verification.required,
|
|
425
|
-
"onUpdate:modelValue": _cache[
|
|
463
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => __props.configure.props.verification.required = $event),
|
|
426
464
|
label: "必填"
|
|
427
465
|
}, null, 8, ["modelValue"])
|
|
428
466
|
]),
|