@kp-ui/lowcode 1.0.71 → 1.0.73
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/_virtual/virtual_svg-icons-register.js +2 -2
- package/index.js +12 -9
- package/package.json +3 -2
- package/src/components/CustomRender/components/AttachmentRender.vue2.js +8 -13
- package/src/components/TpfCollapse/TpfCollapseTitle.vue2.js +3 -4
- package/src/components/code-editor/index.vue2.js +3 -4
- package/src/components/form-designer/form-widget/container-widget/container-wrapper.vue.js +22 -30
- package/src/components/form-designer/form-widget/container-widget/data-table-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/container-widget/grid-col-widget.vue.js +15 -23
- package/src/components/form-designer/form-widget/container-widget/grid-sub-form-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/container-widget/grid-widget.vue.js +1 -1
- package/src/components/form-designer/form-widget/container-widget/sub-form-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/container-widget/tab-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/container-widget/table-cell-widget.vue.js +26 -21
- package/src/components/form-designer/form-widget/container-widget/table-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/container-widget/vf-box-item.vue.js +1 -1
- package/src/components/form-designer/form-widget/container-widget/vf-box-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/container-widget/vf-collapse-widget.vue.js +4 -8
- package/src/components/form-designer/form-widget/container-widget/vf-collapse-widget.vue2.js +1 -1
- package/src/components/form-designer/form-widget/container-widget/vf-dialog-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/container-widget/vf-drawer-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/field-widget/attachment-render-widget.vue.js +6 -8
- package/src/components/form-designer/form-widget/field-widget/bpmn-editor-widget.vue.js +5 -6
- package/src/components/form-designer/form-widget/field-widget/button-widget.vue.js +1 -1
- package/src/components/form-designer/form-widget/field-widget/cascader-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/field-widget/checkbox-widget.vue.js +5 -6
- package/src/components/form-designer/form-widget/field-widget/code-editor-widget.vue.js +1 -1
- package/src/components/form-designer/form-widget/field-widget/color-widget.vue.js +5 -6
- package/src/components/form-designer/form-widget/field-widget/date-range-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/field-widget/date-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/field-widget/divider-widget.vue.js +2 -2
- package/src/components/form-designer/form-widget/field-widget/divider-widget.vue2.js +1 -0
- package/src/components/form-designer/form-widget/field-widget/diy-compontent-widget.vue.js +4 -6
- package/src/components/form-designer/form-widget/field-widget/dropdown-widget.vue.js +1 -1
- package/src/components/form-designer/form-widget/field-widget/file-upload-widget.vue.js +9 -14
- package/src/components/form-designer/form-widget/field-widget/form-item-wrapper.vue.js +29 -41
- package/src/components/form-designer/form-widget/field-widget/html-text-widget.vue.js +3 -4
- package/src/components/form-designer/form-widget/field-widget/html-text-widget.vue2.js +1 -0
- package/src/components/form-designer/form-widget/field-widget/input-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/field-widget/number-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/field-widget/picture-upload-widget.vue.js +15 -12
- package/src/components/form-designer/form-widget/field-widget/radio-widget.vue.js +5 -6
- package/src/components/form-designer/form-widget/field-widget/rate-widget.vue.js +1 -1
- package/src/components/form-designer/form-widget/field-widget/rich-editor-widget.vue.js +1 -1
- package/src/components/form-designer/form-widget/field-widget/select-widget.vue.js +3 -5
- package/src/components/form-designer/form-widget/field-widget/slider-widget.vue.js +5 -6
- package/src/components/form-designer/form-widget/field-widget/slot-widget.vue.js +4 -6
- package/src/components/form-designer/form-widget/field-widget/static-content-wrapper.vue.js +19 -24
- package/src/components/form-designer/form-widget/field-widget/static-text-widget.vue.js +2 -2
- package/src/components/form-designer/form-widget/field-widget/static-text-widget.vue2.js +1 -0
- package/src/components/form-designer/form-widget/field-widget/switch-widget.vue.js +1 -1
- package/src/components/form-designer/form-widget/field-widget/textarea-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/field-widget/time-range-widget.vue.js +5 -6
- package/src/components/form-designer/form-widget/field-widget/time-widget.vue.js +5 -6
- package/src/components/form-designer/form-widget/field-widget/treeSelect-widget.vue.js +2 -3
- package/src/components/form-designer/form-widget/index.vue.js +10 -17
- package/{designer.js → src/components/form-designer/index.vue.js} +10 -11
- package/src/components/form-designer/setting-panel/form-crud-setting.vue.js +2 -4
- package/src/components/form-designer/setting-panel/form-setting.vue.js +14 -18
- package/src/components/form-designer/setting-panel/index.vue.js +206 -216
- package/src/components/form-designer/setting-panel/option-items-setting.vue.js +23 -28
- package/src/components/form-designer/setting-panel/property-editor/actionColumnPosition-editor.vue.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/actionColumnPosition-editor.vue2.js +1 -0
- package/src/components/form-designer/setting-panel/property-editor/button-list-editor.vue.js +3 -4
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-pagination-editor.vue.js +2 -2
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-selections-editor.vue.js +2 -2
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-showButtonsColumn-editor.vue.js +5 -6
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-tableColumns-editor.vue.js +2 -365
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-tableColumns-editor.vue2.js +361 -0
- package/src/components/form-designer/setting-panel/property-editor/container-grid/gutter-editor.vue.js +4 -6
- package/src/components/form-designer/setting-panel/property-editor/container-tab/tab-customClass-editor.vue.js +5 -6
- package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/bodyStyle-editor.vue.js +3 -4
- package/src/components/form-designer/setting-panel/property-editor/container-vf-drawer/vf-drawer-direction-editor.vue.js +8 -8
- package/src/components/form-designer/setting-panel/property-editor/disabled-editor.vue.js +2 -2
- package/src/components/form-designer/setting-panel/property-editor/field-button/shape-editor.vue.js +6 -6
- package/src/components/form-designer/setting-panel/property-editor/field-button/type-editor.vue.js +12 -12
- package/src/components/form-designer/setting-panel/property-editor/field-cascader/cascader-defaultValue-editor.vue.js +1 -2
- package/src/components/form-designer/setting-panel/property-editor/field-checkbox/checkbox-defaultValue-editor.vue.js +1 -2
- package/src/components/form-designer/setting-panel/property-editor/field-date/date-format-editor.vue.js +8 -8
- package/src/components/form-designer/setting-panel/property-editor/field-date/date-type-editor.vue.js +10 -10
- package/src/components/form-designer/setting-panel/property-editor/field-date/date-valueFormat-editor.vue.js +8 -8
- package/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-format-editor.vue.js +10 -10
- package/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-type-editor.vue.js +6 -6
- package/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-valueFormat-editor.vue.js +8 -8
- package/src/components/form-designer/setting-panel/property-editor/field-divider/contentPosition-editor.vue.js +6 -6
- package/src/components/form-designer/setting-panel/property-editor/field-divider/divider-direction-editor.vue.js +4 -4
- package/src/components/form-designer/setting-panel/property-editor/field-number/controlsPosition-editor.vue.js +4 -4
- package/src/components/form-designer/setting-panel/property-editor/field-radio/radio-defaultValue-editor.vue.js +1 -2
- package/src/components/form-designer/setting-panel/property-editor/field-select/select-defaultValue-editor.vue.js +1 -2
- package/src/components/form-designer/setting-panel/property-editor/field-time/time-format-editor.vue.js +4 -4
- package/src/components/form-designer/setting-panel/property-editor/field-time-range/time-range-format-editor.vue.js +4 -4
- package/src/components/form-designer/setting-panel/property-editor/hidden-editor.vue.js +2 -2
- package/src/components/form-designer/setting-panel/property-editor/type-editor.vue.js +4 -4
- package/src/components/form-designer/toolbar-panel/index.vue.js +2 -1045
- package/src/components/form-designer/toolbar-panel/index.vue2.js +1046 -0
- package/src/components/form-designer/widget-panel/index.vue.js +7 -13
- package/src/components/form-designer/widget-panel/widgetsConfig.js +2 -2
- package/src/components/form-render/container-item/grid-col-item.vue.js +2 -4
- package/src/components/form-render/container-item/grid-sub-form-item.vue.js +4 -8
- package/src/components/form-render/container-item/sub-form-item.vue.js +25 -38
- package/src/components/form-render/container-item/table-cell-item.vue.js +1 -2
- package/src/components/form-render/container-item/vf-collapse-item.vue.js +4 -6
- package/src/components/form-render/dynamic-dialog.vue.js +52 -64
- package/src/components/form-render/dynamic-drawer.vue.js +2 -3
- package/{render.js → src/components/form-render/index.vue.js} +71 -81
- package/src/components/http-editor/index.vue.js +16 -16
- package/src/components/public/ActionButtonListDialog.vue.js +23 -24
- package/src/components/public/CustomerModal/CustomerModal.vue.js +4 -0
- package/src/components/public/CustomerModal/CustomerModal.vue2.js +74 -0
- package/src/components/public/CustomerModal/useCustomerModal.js +34 -0
- package/src/components/public/QuillEditor/index.vue.js +1 -2
- package/src/components/public/methoad-item.vue.js +1 -2
- package/src/components/svg-icon/index.vue.js +2 -4
- package/src/hooks/useLowcode.js +106 -0
- package/stats.html +1 -1
- package/styles/style.css +1 -1
- package/types/install.d.ts +1 -2
- package/types/install.d.ts.map +1 -1
- package/types/src/components/public/CustomerModal/CustomerModal.d.ts +6 -0
- package/types/src/components/public/CustomerModal/CustomerModal.d.ts.map +1 -0
- package/types/src/hooks/useLowcode.d.ts +21 -0
- package/types/src/hooks/useLowcode.d.ts.map +1 -0
- package/types/designer.d.ts +0 -1
- package/types/index.d.ts +0 -1
- package/types/render.d.ts +0 -1
|
@@ -28,36 +28,36 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28
28
|
label: "YYYY-MM-DD",
|
|
29
29
|
value: "YYYY-MM-DD"
|
|
30
30
|
}, {
|
|
31
|
-
default: withCtx(() =>
|
|
31
|
+
default: withCtx(() => [
|
|
32
32
|
createTextVNode("YYYY-MM-DD")
|
|
33
|
-
])
|
|
33
|
+
]),
|
|
34
34
|
_: 1
|
|
35
35
|
}),
|
|
36
36
|
createVNode(_component_a_select_option, {
|
|
37
37
|
label: "YYYY-MM-DD HH-mm:ss",
|
|
38
38
|
value: "YYYY-MM-DD HH:mm:ss"
|
|
39
39
|
}, {
|
|
40
|
-
default: withCtx(() =>
|
|
40
|
+
default: withCtx(() => [
|
|
41
41
|
createTextVNode(" YYYY-MM-DD HH-mm:ss ")
|
|
42
|
-
])
|
|
42
|
+
]),
|
|
43
43
|
_: 1
|
|
44
44
|
}),
|
|
45
45
|
createVNode(_component_a_select_option, {
|
|
46
46
|
label: "YYYY-MM",
|
|
47
47
|
value: "YYYY-MM"
|
|
48
48
|
}, {
|
|
49
|
-
default: withCtx(() =>
|
|
49
|
+
default: withCtx(() => [
|
|
50
50
|
createTextVNode("YYYY-MM")
|
|
51
|
-
])
|
|
51
|
+
]),
|
|
52
52
|
_: 1
|
|
53
53
|
}),
|
|
54
54
|
createVNode(_component_a_select_option, {
|
|
55
55
|
label: "YYYY",
|
|
56
56
|
value: "YYYY"
|
|
57
57
|
}, {
|
|
58
|
-
default: withCtx(() =>
|
|
58
|
+
default: withCtx(() => [
|
|
59
59
|
createTextVNode("YYYY")
|
|
60
|
-
])
|
|
60
|
+
]),
|
|
61
61
|
_: 1
|
|
62
62
|
})
|
|
63
63
|
]),
|
|
@@ -27,45 +27,45 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
27
|
label: "date",
|
|
28
28
|
value: "date"
|
|
29
29
|
}, {
|
|
30
|
-
default: withCtx(() =>
|
|
30
|
+
default: withCtx(() => [
|
|
31
31
|
createTextVNode("日")
|
|
32
|
-
])
|
|
32
|
+
]),
|
|
33
33
|
_: 1
|
|
34
34
|
}),
|
|
35
35
|
createVNode(_component_a_select_option, {
|
|
36
36
|
label: "week",
|
|
37
37
|
value: "week"
|
|
38
38
|
}, {
|
|
39
|
-
default: withCtx(() =>
|
|
39
|
+
default: withCtx(() => [
|
|
40
40
|
createTextVNode("周")
|
|
41
|
-
])
|
|
41
|
+
]),
|
|
42
42
|
_: 1
|
|
43
43
|
}),
|
|
44
44
|
createVNode(_component_a_select_option, {
|
|
45
45
|
label: "month",
|
|
46
46
|
value: "month"
|
|
47
47
|
}, {
|
|
48
|
-
default: withCtx(() =>
|
|
48
|
+
default: withCtx(() => [
|
|
49
49
|
createTextVNode("月")
|
|
50
|
-
])
|
|
50
|
+
]),
|
|
51
51
|
_: 1
|
|
52
52
|
}),
|
|
53
53
|
createVNode(_component_a_select_option, {
|
|
54
54
|
label: "quarter",
|
|
55
55
|
value: "quarter"
|
|
56
56
|
}, {
|
|
57
|
-
default: withCtx(() =>
|
|
57
|
+
default: withCtx(() => [
|
|
58
58
|
createTextVNode("季")
|
|
59
|
-
])
|
|
59
|
+
]),
|
|
60
60
|
_: 1
|
|
61
61
|
}),
|
|
62
62
|
createVNode(_component_a_select_option, {
|
|
63
63
|
label: "year",
|
|
64
64
|
value: "year"
|
|
65
65
|
}, {
|
|
66
|
-
default: withCtx(() =>
|
|
66
|
+
default: withCtx(() => [
|
|
67
67
|
createTextVNode("年")
|
|
68
|
-
])
|
|
68
|
+
]),
|
|
69
69
|
_: 1
|
|
70
70
|
})
|
|
71
71
|
]),
|
|
@@ -28,36 +28,36 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28
28
|
label: "YYYY-MM-DD",
|
|
29
29
|
value: "YYYY-MM-DD"
|
|
30
30
|
}, {
|
|
31
|
-
default: withCtx(() =>
|
|
31
|
+
default: withCtx(() => [
|
|
32
32
|
createTextVNode("YYYY-MM-DD")
|
|
33
|
-
])
|
|
33
|
+
]),
|
|
34
34
|
_: 1
|
|
35
35
|
}),
|
|
36
36
|
createVNode(_component_a_select_option, {
|
|
37
37
|
label: "YYYY-MM-DD HH:mm:ss",
|
|
38
38
|
value: "YYYY-MM-DD HH:mm:ss"
|
|
39
39
|
}, {
|
|
40
|
-
default: withCtx(() =>
|
|
40
|
+
default: withCtx(() => [
|
|
41
41
|
createTextVNode(" YYYY-MM-DD HH:mm:ss ")
|
|
42
|
-
])
|
|
42
|
+
]),
|
|
43
43
|
_: 1
|
|
44
44
|
}),
|
|
45
45
|
createVNode(_component_a_select_option, {
|
|
46
46
|
label: "YYYY:MM",
|
|
47
47
|
value: "YYYY:MM"
|
|
48
48
|
}, {
|
|
49
|
-
default: withCtx(() =>
|
|
49
|
+
default: withCtx(() => [
|
|
50
50
|
createTextVNode("YYYY:MM")
|
|
51
|
-
])
|
|
51
|
+
]),
|
|
52
52
|
_: 1
|
|
53
53
|
}),
|
|
54
54
|
createVNode(_component_a_select_option, {
|
|
55
55
|
label: "YYYY",
|
|
56
56
|
value: "YYYY"
|
|
57
57
|
}, {
|
|
58
|
-
default: withCtx(() =>
|
|
58
|
+
default: withCtx(() => [
|
|
59
59
|
createTextVNode("YYYY")
|
|
60
|
-
])
|
|
60
|
+
]),
|
|
61
61
|
_: 1
|
|
62
62
|
})
|
|
63
63
|
]),
|
|
@@ -28,45 +28,45 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28
28
|
label: "YYYY-MM-DD",
|
|
29
29
|
value: "YYYY-MM-DD"
|
|
30
30
|
}, {
|
|
31
|
-
default: withCtx(() =>
|
|
31
|
+
default: withCtx(() => [
|
|
32
32
|
createTextVNode("YYYY-MM-DD")
|
|
33
|
-
])
|
|
33
|
+
]),
|
|
34
34
|
_: 1
|
|
35
35
|
}),
|
|
36
36
|
createVNode(_component_a_select_option, {
|
|
37
37
|
label: "YYYY年MM月DD日",
|
|
38
38
|
value: "YYYY年MM月DD日"
|
|
39
39
|
}, {
|
|
40
|
-
default: withCtx(() =>
|
|
40
|
+
default: withCtx(() => [
|
|
41
41
|
createTextVNode(" YYYY年MM月DD日 ")
|
|
42
|
-
])
|
|
42
|
+
]),
|
|
43
43
|
_: 1
|
|
44
44
|
}),
|
|
45
45
|
createVNode(_component_a_select_option, {
|
|
46
46
|
label: "YYYY-MM-DD HH:mm:ss",
|
|
47
47
|
value: "YYYY-MM-DD HH:mm:ss"
|
|
48
48
|
}, {
|
|
49
|
-
default: withCtx(() =>
|
|
49
|
+
default: withCtx(() => [
|
|
50
50
|
createTextVNode(" YYYY-MM-DD HH:mm:ss ")
|
|
51
|
-
])
|
|
51
|
+
]),
|
|
52
52
|
_: 1
|
|
53
53
|
}),
|
|
54
54
|
createVNode(_component_a_select_option, {
|
|
55
55
|
label: "YYYY:MM",
|
|
56
56
|
value: "YYYY:MM"
|
|
57
57
|
}, {
|
|
58
|
-
default: withCtx(() =>
|
|
58
|
+
default: withCtx(() => [
|
|
59
59
|
createTextVNode("YYYY:MM")
|
|
60
|
-
])
|
|
60
|
+
]),
|
|
61
61
|
_: 1
|
|
62
62
|
}),
|
|
63
63
|
createVNode(_component_a_select_option, {
|
|
64
64
|
label: "YYYY",
|
|
65
65
|
value: "YYYY"
|
|
66
66
|
}, {
|
|
67
|
-
default: withCtx(() =>
|
|
67
|
+
default: withCtx(() => [
|
|
68
68
|
createTextVNode("YYYY")
|
|
69
|
-
])
|
|
69
|
+
]),
|
|
70
70
|
_: 1
|
|
71
71
|
})
|
|
72
72
|
]),
|
|
@@ -27,27 +27,27 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
27
|
label: "daterange",
|
|
28
28
|
value: "daterange"
|
|
29
29
|
}, {
|
|
30
|
-
default: withCtx(() =>
|
|
30
|
+
default: withCtx(() => [
|
|
31
31
|
createTextVNode("daterange")
|
|
32
|
-
])
|
|
32
|
+
]),
|
|
33
33
|
_: 1
|
|
34
34
|
}),
|
|
35
35
|
createVNode(_component_a_select_option, {
|
|
36
36
|
label: "datetimerange",
|
|
37
37
|
value: "datetimerange"
|
|
38
38
|
}, {
|
|
39
|
-
default: withCtx(() =>
|
|
39
|
+
default: withCtx(() => [
|
|
40
40
|
createTextVNode("datetimerange")
|
|
41
|
-
])
|
|
41
|
+
]),
|
|
42
42
|
_: 1
|
|
43
43
|
}),
|
|
44
44
|
createVNode(_component_a_select_option, {
|
|
45
45
|
label: "monthrange",
|
|
46
46
|
value: "monthrange"
|
|
47
47
|
}, {
|
|
48
|
-
default: withCtx(() =>
|
|
48
|
+
default: withCtx(() => [
|
|
49
49
|
createTextVNode("monthrange")
|
|
50
|
-
])
|
|
50
|
+
]),
|
|
51
51
|
_: 1
|
|
52
52
|
})
|
|
53
53
|
]),
|
|
@@ -28,36 +28,36 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28
28
|
label: "YYYY-MM-DD",
|
|
29
29
|
value: "YYYY-MM-DD"
|
|
30
30
|
}, {
|
|
31
|
-
default: withCtx(() =>
|
|
31
|
+
default: withCtx(() => [
|
|
32
32
|
createTextVNode("YYYY-MM-DD")
|
|
33
|
-
])
|
|
33
|
+
]),
|
|
34
34
|
_: 1
|
|
35
35
|
}),
|
|
36
36
|
createVNode(_component_a_select_option, {
|
|
37
37
|
label: "YYYY-MM-DD HH:mm:ss",
|
|
38
38
|
value: "YYYY-MM-DD HH:mm:ss"
|
|
39
39
|
}, {
|
|
40
|
-
default: withCtx(() =>
|
|
40
|
+
default: withCtx(() => [
|
|
41
41
|
createTextVNode(" YYYY-MM-DD HH:mm:ss ")
|
|
42
|
-
])
|
|
42
|
+
]),
|
|
43
43
|
_: 1
|
|
44
44
|
}),
|
|
45
45
|
createVNode(_component_a_select_option, {
|
|
46
46
|
label: "YYYY:MM",
|
|
47
47
|
value: "YYYY:MM"
|
|
48
48
|
}, {
|
|
49
|
-
default: withCtx(() =>
|
|
49
|
+
default: withCtx(() => [
|
|
50
50
|
createTextVNode("YYYY:MM")
|
|
51
|
-
])
|
|
51
|
+
]),
|
|
52
52
|
_: 1
|
|
53
53
|
}),
|
|
54
54
|
createVNode(_component_a_select_option, {
|
|
55
55
|
label: "YYYY",
|
|
56
56
|
value: "YYYY"
|
|
57
57
|
}, {
|
|
58
|
-
default: withCtx(() =>
|
|
58
|
+
default: withCtx(() => [
|
|
59
59
|
createTextVNode("YYYY")
|
|
60
|
-
])
|
|
60
|
+
]),
|
|
61
61
|
_: 1
|
|
62
62
|
})
|
|
63
63
|
]),
|
|
@@ -27,27 +27,27 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
27
|
label: "center",
|
|
28
28
|
value: "center"
|
|
29
29
|
}, {
|
|
30
|
-
default: withCtx(() =>
|
|
30
|
+
default: withCtx(() => [
|
|
31
31
|
createTextVNode("center")
|
|
32
|
-
])
|
|
32
|
+
]),
|
|
33
33
|
_: 1
|
|
34
34
|
}),
|
|
35
35
|
createVNode(_component_a_select_option, {
|
|
36
36
|
label: "left",
|
|
37
37
|
value: "left"
|
|
38
38
|
}, {
|
|
39
|
-
default: withCtx(() =>
|
|
39
|
+
default: withCtx(() => [
|
|
40
40
|
createTextVNode("left")
|
|
41
|
-
])
|
|
41
|
+
]),
|
|
42
42
|
_: 1
|
|
43
43
|
}),
|
|
44
44
|
createVNode(_component_a_select_option, {
|
|
45
45
|
label: "right",
|
|
46
46
|
value: "right"
|
|
47
47
|
}, {
|
|
48
|
-
default: withCtx(() =>
|
|
48
|
+
default: withCtx(() => [
|
|
49
49
|
createTextVNode("right")
|
|
50
|
-
])
|
|
50
|
+
]),
|
|
51
51
|
_: 1
|
|
52
52
|
})
|
|
53
53
|
]),
|
|
@@ -27,18 +27,18 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
27
|
label: "horizontal",
|
|
28
28
|
value: "horizontal"
|
|
29
29
|
}, {
|
|
30
|
-
default: withCtx(() =>
|
|
30
|
+
default: withCtx(() => [
|
|
31
31
|
createTextVNode("horizontal")
|
|
32
|
-
])
|
|
32
|
+
]),
|
|
33
33
|
_: 1
|
|
34
34
|
}),
|
|
35
35
|
createVNode(_component_a_select_option, {
|
|
36
36
|
label: "vertical",
|
|
37
37
|
value: "vertical"
|
|
38
38
|
}, {
|
|
39
|
-
default: withCtx(() =>
|
|
39
|
+
default: withCtx(() => [
|
|
40
40
|
createTextVNode("vertical")
|
|
41
|
-
])
|
|
41
|
+
]),
|
|
42
42
|
_: 1
|
|
43
43
|
})
|
|
44
44
|
]),
|
|
@@ -27,18 +27,18 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
27
|
label: "default",
|
|
28
28
|
value: ""
|
|
29
29
|
}, {
|
|
30
|
-
default: withCtx(() =>
|
|
30
|
+
default: withCtx(() => [
|
|
31
31
|
createTextVNode("default")
|
|
32
|
-
])
|
|
32
|
+
]),
|
|
33
33
|
_: 1
|
|
34
34
|
}),
|
|
35
35
|
createVNode(_component_a_select_option, {
|
|
36
36
|
label: "right",
|
|
37
37
|
value: "right"
|
|
38
38
|
}, {
|
|
39
|
-
default: withCtx(() =>
|
|
39
|
+
default: withCtx(() => [
|
|
40
40
|
createTextVNode("right")
|
|
41
|
-
])
|
|
41
|
+
]),
|
|
42
42
|
_: 1
|
|
43
43
|
})
|
|
44
44
|
]),
|
|
@@ -8,9 +8,8 @@ const _sfc_main = {
|
|
|
8
8
|
optionModel: Object
|
|
9
9
|
}
|
|
10
10
|
};
|
|
11
|
-
const _hoisted_1 = { style: { "display": "none" } };
|
|
12
11
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13
|
-
return openBlock(), createElementBlock("div",
|
|
12
|
+
return openBlock(), createElementBlock("div", { style: { "display": "none" } });
|
|
14
13
|
}
|
|
15
14
|
const radioDefaultValueEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
16
15
|
export {
|
|
@@ -8,9 +8,8 @@ const _sfc_main = {
|
|
|
8
8
|
optionModel: Object
|
|
9
9
|
}
|
|
10
10
|
};
|
|
11
|
-
const _hoisted_1 = { style: { "display": "none" } };
|
|
12
11
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
13
|
-
return openBlock(), createElementBlock("div",
|
|
12
|
+
return openBlock(), createElementBlock("div", { style: { "display": "none" } });
|
|
14
13
|
}
|
|
15
14
|
const selectDefaultValueEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
16
15
|
export {
|
|
@@ -28,18 +28,18 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28
28
|
label: "HH:mm:ss",
|
|
29
29
|
value: "HH:mm:ss"
|
|
30
30
|
}, {
|
|
31
|
-
default: withCtx(() =>
|
|
31
|
+
default: withCtx(() => [
|
|
32
32
|
createTextVNode("HH:mm:ss")
|
|
33
|
-
])
|
|
33
|
+
]),
|
|
34
34
|
_: 1
|
|
35
35
|
}),
|
|
36
36
|
createVNode(_component_a_select_option, {
|
|
37
37
|
label: "HH时mm分ss秒",
|
|
38
38
|
value: "HH时mm分ss秒"
|
|
39
39
|
}, {
|
|
40
|
-
default: withCtx(() =>
|
|
40
|
+
default: withCtx(() => [
|
|
41
41
|
createTextVNode("HH时mm分ss秒")
|
|
42
|
-
])
|
|
42
|
+
]),
|
|
43
43
|
_: 1
|
|
44
44
|
})
|
|
45
45
|
]),
|
|
@@ -28,18 +28,18 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28
28
|
label: "HH:mm:ss",
|
|
29
29
|
value: "HH:mm:ss"
|
|
30
30
|
}, {
|
|
31
|
-
default: withCtx(() =>
|
|
31
|
+
default: withCtx(() => [
|
|
32
32
|
createTextVNode("HH:mm:ss")
|
|
33
|
-
])
|
|
33
|
+
]),
|
|
34
34
|
_: 1
|
|
35
35
|
}),
|
|
36
36
|
createVNode(_component_a_select_option, {
|
|
37
37
|
label: "HH时mm分ss秒",
|
|
38
38
|
value: "HH时mm分ss秒"
|
|
39
39
|
}, {
|
|
40
|
-
default: withCtx(() =>
|
|
40
|
+
default: withCtx(() => [
|
|
41
41
|
createTextVNode("HH时mm分ss秒")
|
|
42
|
-
])
|
|
42
|
+
]),
|
|
43
43
|
_: 1
|
|
44
44
|
})
|
|
45
45
|
]),
|
|
@@ -38,9 +38,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
38
38
|
class: normalizeClass([!!$props.optionModel.onHidden ? "button-text-highlight" : ""]),
|
|
39
39
|
onClick: _cache[1] || (_cache[1] = ($event) => _ctx.editEventHandler("onHidden", $data.eventParams))
|
|
40
40
|
}, {
|
|
41
|
-
default: withCtx(() =>
|
|
41
|
+
default: withCtx(() => [
|
|
42
42
|
createTextVNode(" 编辑函数 ")
|
|
43
|
-
])
|
|
43
|
+
]),
|
|
44
44
|
_: 1
|
|
45
45
|
}, 8, ["class"])
|
|
46
46
|
]),
|
|
@@ -26,15 +26,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26
26
|
}, {
|
|
27
27
|
default: withCtx(() => [
|
|
28
28
|
createVNode(_component_a_select_option, { value: "text" }, {
|
|
29
|
-
default: withCtx(() =>
|
|
29
|
+
default: withCtx(() => [
|
|
30
30
|
createTextVNode("text")
|
|
31
|
-
])
|
|
31
|
+
]),
|
|
32
32
|
_: 1
|
|
33
33
|
}),
|
|
34
34
|
createVNode(_component_a_select_option, { value: "password" }, {
|
|
35
|
-
default: withCtx(() =>
|
|
35
|
+
default: withCtx(() => [
|
|
36
36
|
createTextVNode(" password ")
|
|
37
|
-
])
|
|
37
|
+
]),
|
|
38
38
|
_: 1
|
|
39
39
|
})
|
|
40
40
|
]),
|