super-page-designer 2.1.21 → 2.1.22
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 +1 -2
- package/dist/es/components/design/utils/chart-design-util.js +1 -2
- 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 +22 -35
- package/dist/es/components/design/views/assemblys/button/button-group/buttongroup-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/button/component/combination.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.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/dropdown/dropdown-attr.vue.js +1 -1
- 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/export-pdf/exportpdf-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js +19 -32
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-groupby.vue.js +2 -4
- package/dist/es/components/design/views/assemblys/chart/gauge/series/styles/style-axislabel.vue.js +1 -2
- package/dist/es/components/design/views/assemblys/common/common-advanced-basic-showcondition.vue.js +1 -2
- 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/common/common-variable-bind.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +5 -9
- package/dist/es/components/design/views/assemblys/common/page-permission-select.vue.js +5 -9
- package/dist/es/components/design/views/assemblys/common/state-button.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/bar-code/barcode-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/configuration-value.vue.js +4 -7
- 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.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/formatting.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/querySetting.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/row-backgroud-color.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/variate-select.vue.js +1 -2
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-base.vue.js +2 -5
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr.vue.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/checkbox/checkbox-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/attr-event.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/attr-header.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/custom/custom-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/custom/custom-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/custom/custom-design.vue.js +1 -1
- 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-attr.vue.js +1 -1
- 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/dept-tree/depttree-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr-base.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr.vue.js +1 -1
- 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/file-upload/fileupload-attr.vue.js +1 -1
- 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-number/input-number-attr.vue.js +1 -1
- 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/input-text/inputtext-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +6 -19
- package/dist/es/components/design/views/assemblys/form/label/label-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/link/link-attr-base.vue.js +10 -23
- package/dist/es/components/design/views/assemblys/form/placeholder/placeholder-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr.vue.js +1 -1
- 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/select/select-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/select/select-design.vue.js +1 -1
- 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/switch/switch-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/switch/switch-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +19 -32
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.js +1 -2
- package/dist/es/components/design/views/assemblys/workflow/picture-flow/pictureflow-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/workflow/picture-flow/pictureflow-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/workflow/text-history/texthistory-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/workflow/text-history/texthistory-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/workflow/workflow-button/workflowbutton-attr.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-attr.vue.js +1 -1
- package/dist/es/components/design/views/design/page-design.vue.js +2 -4
- package/dist/es/components/design/views/design/page-event/config.vue.js +1 -1
- package/dist/es/components/design/views/design/page-event/config.vue3.js +1 -2
- 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/page-switch.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/index.js +2 -2
- package/dist/es/stores/page-store.js +1 -2
- package/dist/es/style.css +180 -180
- package/package.json +4 -4
- package/dist/es/assets/design-attr.css.js +0 -1
- package/dist/es/assets/fonts/iconfont.css.js +0 -1
- package/dist/es/components/design/views/assemblys/button/button-group/buttongroup-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/common/common-i18n-setting.vue2.js +0 -4
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/common/state-button.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/data/bar-code/barcode-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/data/component/row-backgroud-color.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue4.js +0 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/common/attr-event.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/common/attr-header.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/common/dimension-input.vue.js +0 -1
- package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/custom/custom-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/custom/custom-design.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/label/label-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/placeholder/placeholder-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/select/select-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/select/select-design.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/switch/switch-design.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/workflow/picture-flow/pictureflow-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/workflow/text-history/texthistory-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/workflow/workflow-button/workflowbutton-attr.vue3.js +0 -1
- package/dist/es/components/design/views/assemblys/workflow/workflow-node/workflownode-attr.vue3.js +0 -1
- package/dist/es/components/design/views/design/page-event/config.vue2.js +0 -1
- package/dist/es/components/design/views/design/view/page-switch.vue3.js +0 -1
|
@@ -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
|
]),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./attr-event.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const AttrEvent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c7ab7527"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./attr-header.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const AttrHeader = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-226997f7"]]);
|
|
5
5
|
export {
|
|
@@ -7,7 +7,7 @@ import "@element-plus/icons-vue";
|
|
|
7
7
|
import http from "agilebuilder-ui/src/utils/request";
|
|
8
8
|
import { usePageContextStore } from "../../../../../../stores/page-store.js";
|
|
9
9
|
import "../../../../../../stores/table-store.js";
|
|
10
|
-
|
|
10
|
+
/* empty css */
|
|
11
11
|
import _sfc_main$4 from "./data-origin-service-in.vue.js";
|
|
12
12
|
import { queryTableFields } from "../../../../utils/page-table-util.js";
|
|
13
13
|
import { getCustomFuncs } from "../../../../utils/page-event-util.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./data-origin.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const DataOrigin = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e6c84ad9"]]);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./icon-set-dialog.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const IconSetDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4aa5ce08"]]);
|
|
5
5
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createTextVNode } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import _sfc_main$2 from "../../common/common-attr-size.vue.js";
|
|
4
|
-
|
|
4
|
+
/* empty css */
|
|
5
5
|
import "@element-plus/icons-vue";
|
|
6
6
|
import "uuid";
|
|
7
7
|
import _sfc_main$1 from "../common/parameter-table.vue.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _sfc_main from "./custom-design.vue2.js";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const customDesign = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d87986ba"]]);
|
|
5
5
|
export {
|
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
|
}, {
|
package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { defineComponent, ref, watch, resolveComponent, openBlock, createBlock, normalizeClass, normalizeStyle, withCtx, createElementBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode } from "vue";
|
|
1
|
+
import { defineComponent, ref, watch, resolveComponent, openBlock, createBlock, normalizeClass, normalizeStyle, withCtx, createElementBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode, createVNode, unref } from "vue";
|
|
2
2
|
import { caculateDetailComponentStyle, caculateComponentProps } from "../../../../utils/form-design-util.js";
|
|
3
3
|
import _sfc_main$1 from "../common/title-suffix-element.vue.js";
|
|
4
4
|
import "super-page-runtime";
|
|
5
|
+
import { Clock, Calendar } from "@element-plus/icons-vue";
|
|
5
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
7
|
__name: "datepicker-design",
|
|
7
8
|
props: {
|
|
@@ -29,7 +30,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
29
30
|
},
|
|
30
31
|
{ immediate: true }
|
|
31
32
|
);
|
|
32
|
-
|
|
33
|
+
ref([]);
|
|
33
34
|
function caculateDateProps() {
|
|
34
35
|
let propBase = props.configure && props.configure.props ? props.configure.props.base : {};
|
|
35
36
|
propBase = propBase ? propBase : {};
|
|
@@ -84,8 +85,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
84
85
|
{ immediate: true }
|
|
85
86
|
);
|
|
86
87
|
return (_ctx, _cache) => {
|
|
87
|
-
const
|
|
88
|
-
const
|
|
88
|
+
const _component_el_icon = resolveComponent("el-icon");
|
|
89
|
+
const _component_el_input = resolveComponent("el-input");
|
|
89
90
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
90
91
|
return openBlock(), createBlock(_component_el_form_item, {
|
|
91
92
|
required: designProperty.value.required,
|
|
@@ -107,39 +108,30 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
107
108
|
], 4)) : createCommentVNode("", true)
|
|
108
109
|
]),
|
|
109
110
|
default: withCtx(() => [
|
|
110
|
-
|
|
111
|
-
key: 0,
|
|
112
|
-
"is-range": designProperty.value.dateType == "timerange",
|
|
113
|
-
"range-separator": "-",
|
|
114
|
-
clearable: designProperty.value.clearable,
|
|
111
|
+
createVNode(_component_el_input, {
|
|
115
112
|
disabled: designProperty.value.state === "disabled",
|
|
116
113
|
readonly: "",
|
|
117
114
|
size: designProperty.value.size,
|
|
118
|
-
style: { "width": "100%" },
|
|
119
|
-
placeholder: designProperty.value.placeholder,
|
|
120
|
-
"start-placeholder": designProperty.value.placeholder,
|
|
121
|
-
"end-placeholder": designProperty.value.endPlaceholder,
|
|
122
|
-
format: designProperty.value.format,
|
|
123
|
-
modelValue: designProperty.value.value,
|
|
124
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => designProperty.value.value = $event),
|
|
125
|
-
shortcuts: shortCuts.value,
|
|
126
|
-
type: designProperty.value.dateType
|
|
127
|
-
}, null, 8, ["is-range", "clearable", "disabled", "size", "placeholder", "start-placeholder", "end-placeholder", "format", "modelValue", "shortcuts", "type"])) : (openBlock(), createBlock(_component_el_date_picker, {
|
|
128
|
-
key: 1,
|
|
129
115
|
clearable: designProperty.value.clearable,
|
|
130
|
-
disabled: designProperty.value.state === "disabled",
|
|
131
|
-
readonly: "",
|
|
132
|
-
size: designProperty.value.size,
|
|
133
|
-
style: { "width": "100%" },
|
|
134
116
|
placeholder: designProperty.value.placeholder,
|
|
135
|
-
"start-placeholder": designProperty.value.placeholder,
|
|
136
|
-
"end-placeholder": designProperty.value.endPlaceholder,
|
|
137
|
-
format: designProperty.value.format,
|
|
138
117
|
modelValue: designProperty.value.value,
|
|
139
|
-
"onUpdate:modelValue": _cache[
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
118
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => designProperty.value.value = $event)
|
|
119
|
+
}, {
|
|
120
|
+
prefix: withCtx(() => [
|
|
121
|
+
designProperty.value.dateType == "timerange" || designProperty.value.dateType == "time" ? (openBlock(), createBlock(_component_el_icon, { key: 0 }, {
|
|
122
|
+
default: withCtx(() => [
|
|
123
|
+
createVNode(unref(Clock))
|
|
124
|
+
]),
|
|
125
|
+
_: 1
|
|
126
|
+
})) : (openBlock(), createBlock(_component_el_icon, { key: 1 }, {
|
|
127
|
+
default: withCtx(() => [
|
|
128
|
+
createVNode(unref(Calendar))
|
|
129
|
+
]),
|
|
130
|
+
_: 1
|
|
131
|
+
}))
|
|
132
|
+
]),
|
|
133
|
+
_: 1
|
|
134
|
+
}, 8, ["disabled", "size", "clearable", "placeholder", "modelValue"])
|
|
143
135
|
]),
|
|
144
136
|
_: 1
|
|
145
137
|
}, 8, ["required", "class", "label-width", "style"]);
|
|
@@ -8,7 +8,7 @@ import _sfc_main$3 from "./depttree-autoset.vue.js";
|
|
|
8
8
|
import { OrganizationInput } from "agilebuilder-ui";
|
|
9
9
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
10
10
|
import _sfc_main$4 from "../common/title-suffix.vue.js";
|
|
11
|
-
import _sfc_main$2 from "../../common/common-
|
|
11
|
+
import _sfc_main$2 from "../../common/common-title-setting.vue.js";
|
|
12
12
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
13
13
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
14
14
|
const _hoisted_3 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -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[12] || (_cache[12] = ($event) => openCollapseItems.value = $event),
|
|
79
79
|
style: { "margin-top": "6px" }
|
|
80
80
|
}, {
|
|
81
81
|
default: withCtx(() => [
|
|
@@ -230,20 +230,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
230
230
|
]),
|
|
231
231
|
_: 1
|
|
232
232
|
})) : createCommentVNode("", true),
|
|
233
|
-
withDirectives(createVNode(_component_el_form_item, { class: "amb-design-attr-item" }, {
|
|
234
|
-
default: withCtx(() => [
|
|
235
|
-
createVNode(_component_el_input, {
|
|
236
|
-
modelValue: __props.configure.props.base.title,
|
|
237
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.configure.props.base.title = $event),
|
|
238
|
-
placeholder: "请输入"
|
|
239
|
-
}, null, 8, ["modelValue"])
|
|
240
|
-
]),
|
|
241
|
-
_: 1
|
|
242
|
-
}, 512), [
|
|
243
|
-
[vShow, __props.configure.props.base.tittleShow]
|
|
244
|
-
]),
|
|
245
233
|
withDirectives(createVNode(_component_el_form_item, {
|
|
246
|
-
label: "
|
|
234
|
+
label: "标题",
|
|
247
235
|
class: "amb-design-attr-item"
|
|
248
236
|
}, {
|
|
249
237
|
default: withCtx(() => [
|
|
@@ -263,7 +251,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
263
251
|
default: withCtx(() => [
|
|
264
252
|
createVNode(_component_el_input_number, {
|
|
265
253
|
modelValue: __props.configure.props.base.titleWidth,
|
|
266
|
-
"onUpdate:modelValue": _cache[
|
|
254
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.configure.props.base.titleWidth = $event),
|
|
267
255
|
style: { "width": "100%" },
|
|
268
256
|
min: 0,
|
|
269
257
|
max: 200,
|
|
@@ -281,7 +269,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
281
269
|
default: withCtx(() => [
|
|
282
270
|
createVNode(_component_el_radio_group, {
|
|
283
271
|
modelValue: __props.configure.props.base.treeMultiple,
|
|
284
|
-
"onUpdate:modelValue": _cache[
|
|
272
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.props.base.treeMultiple = $event),
|
|
285
273
|
class: "ml-4"
|
|
286
274
|
}, {
|
|
287
275
|
default: withCtx(() => [
|
|
@@ -310,7 +298,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
310
298
|
default: withCtx(() => [
|
|
311
299
|
createVNode(_component_el_input, {
|
|
312
300
|
modelValue: __props.configure.props.base.separator,
|
|
313
|
-
"onUpdate:modelValue": _cache[
|
|
301
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.props.base.separator = $event),
|
|
314
302
|
placeholder: ","
|
|
315
303
|
}, null, 8, ["modelValue"])
|
|
316
304
|
]),
|
|
@@ -325,7 +313,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
325
313
|
default: withCtx(() => [
|
|
326
314
|
createVNode(_component_el_radio_group, {
|
|
327
315
|
modelValue: __props.configure.props.base.size,
|
|
328
|
-
"onUpdate:modelValue": _cache[
|
|
316
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.props.base.size = $event),
|
|
329
317
|
class: "ml-4"
|
|
330
318
|
}, {
|
|
331
319
|
default: withCtx(() => [
|
|
@@ -360,7 +348,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
360
348
|
default: withCtx(() => [
|
|
361
349
|
createVNode(_component_el_radio_group, {
|
|
362
350
|
modelValue: __props.configure.props.base.state,
|
|
363
|
-
"onUpdate:modelValue": _cache[
|
|
351
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.props.base.state = $event),
|
|
364
352
|
class: "ml-4"
|
|
365
353
|
}, {
|
|
366
354
|
default: withCtx(() => [
|
|
@@ -395,7 +383,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
395
383
|
createElementVNode("div", _hoisted_2, [
|
|
396
384
|
createVNode(_component_el_radio_group, {
|
|
397
385
|
modelValue: __props.configure.props.base.deptScope,
|
|
398
|
-
"onUpdate:modelValue": _cache[
|
|
386
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.props.base.deptScope = $event)
|
|
399
387
|
}, {
|
|
400
388
|
default: withCtx(() => [
|
|
401
389
|
createVNode(_component_el_form_item, { class: "amb-design-attr-item" }, {
|
|
@@ -432,7 +420,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
432
420
|
multiple: true,
|
|
433
421
|
treeType: "DeptTree",
|
|
434
422
|
value: __props.configure.props.base.deptScopeDepts,
|
|
435
|
-
"onUpdate:value": _cache[
|
|
423
|
+
"onUpdate:value": _cache[9] || (_cache[9] = ($event) => __props.configure.props.base.deptScopeDepts = $event),
|
|
436
424
|
models: __props.configure.props.base,
|
|
437
425
|
fields: [{ type: "code", model: "deptScopeCodes" }],
|
|
438
426
|
size: "small",
|
|
@@ -472,7 +460,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
472
460
|
default: withCtx(() => [
|
|
473
461
|
createVNode(_component_el_checkbox, {
|
|
474
462
|
modelValue: __props.configure.props.verification.required,
|
|
475
|
-
"onUpdate:modelValue": _cache[
|
|
463
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => __props.configure.props.verification.required = $event),
|
|
476
464
|
label: "必填"
|
|
477
465
|
}, null, 8, ["modelValue"])
|
|
478
466
|
]),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createTextVNode } from "vue";
|
|
2
2
|
import _sfc_main$2 from "../../common/common-attr-size.vue.js";
|
|
3
3
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
4
|
-
import _sfc_main$1 from "../../common/common-
|
|
4
|
+
import _sfc_main$1 from "../../common/common-title-setting.vue.js";
|
|
5
5
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
7
|
__name: "divider-attr-base",
|
|
@@ -78,7 +78,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
78
78
|
_: 1
|
|
79
79
|
}),
|
|
80
80
|
createVNode(_component_el_form_item, {
|
|
81
|
-
label: "
|
|
81
|
+
label: "标题",
|
|
82
82
|
class: "amb-design-attr-item"
|
|
83
83
|
}, {
|
|
84
84
|
default: withCtx(() => [
|