@fecp/designer 5.4.117 → 5.4.119
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer.css +242 -242
- package/es/node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.mjs +1 -1
- package/es/node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.mjs +1 -1
- package/es/node_modules/element-plus/es/utils/vue/icon.mjs +1 -1
- package/es/packages/vue/src/components/all.mjs +1 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +3 -3
- package/es/packages/vue/src/components/forms/index.mjs +2 -0
- package/es/packages/vue/src/components/forms/subForm/SubForm.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/subTable/SubTable.vue.mjs +2 -2
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +3 -3
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer.css +242 -242
- package/lib/packages/vue/src/components/all.js +40 -40
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +5 -5
- package/lib/packages/vue/src/components/forms/index.js +4 -2
- package/lib/packages/vue/src/components/forms/subForm/SubForm.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/subTable/SubTable.vue.js +2 -2
- package/lib/packages/vue/src/components/layout/Layout.vue.js +3 -3
- package/package.json +1 -1
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const index = require("./layout/index.js");
|
|
4
|
-
const index$2 = require("./forms/
|
|
5
|
-
const index$3 = require("./forms/
|
|
6
|
-
const index$4 = require("./forms/
|
|
7
|
-
const index$5 = require("./forms/
|
|
8
|
-
const index$6 = require("./forms/
|
|
9
|
-
const index$7 = require("./forms/
|
|
10
|
-
const index$8 = require("./forms/
|
|
11
|
-
const index$9 = require("./forms/
|
|
12
|
-
const index$a = require("./forms/
|
|
13
|
-
const index$b = require("./forms/
|
|
14
|
-
const index$c = require("./forms/
|
|
15
|
-
const index$d = require("./forms/
|
|
16
|
-
const index$e = require("./forms/
|
|
17
|
-
const index$f = require("./forms/
|
|
18
|
-
const index$g = require("./forms/
|
|
19
|
-
const index$h = require("./forms/
|
|
20
|
-
const index$i = require("./forms/
|
|
21
|
-
const index$j = require("./forms/
|
|
22
|
-
const index$k = require("./forms/
|
|
23
|
-
const index$l = require("./forms/
|
|
4
|
+
const index$2 = require("./forms/text/index.js");
|
|
5
|
+
const index$3 = require("./forms/textarea/index.js");
|
|
6
|
+
const index$4 = require("./forms/number/index.js");
|
|
7
|
+
const index$5 = require("./forms/date/index.js");
|
|
8
|
+
const index$6 = require("./forms/select/index.js");
|
|
9
|
+
const index$7 = require("./forms/multipleSelection/index.js");
|
|
10
|
+
const index$8 = require("./forms/radio/index.js");
|
|
11
|
+
const index$9 = require("./forms/checkbox/index.js");
|
|
12
|
+
const index$a = require("./forms/switch/index.js");
|
|
13
|
+
const index$b = require("./forms/upload/index.js");
|
|
14
|
+
const index$c = require("./forms/subTitle/index.js");
|
|
15
|
+
const index$d = require("./forms/h2/index.js");
|
|
16
|
+
const index$e = require("./forms/subForm/index.js");
|
|
17
|
+
const index$f = require("./forms/subTable/index.js");
|
|
18
|
+
const index$g = require("./forms/cascader/index.js");
|
|
19
|
+
const index$h = require("./forms/area/index.js");
|
|
20
|
+
const index$i = require("./forms/industry/index.js");
|
|
21
|
+
const index$j = require("./forms/userSelect/index.js");
|
|
22
|
+
const index$k = require("./forms/roleSelect/index.js");
|
|
23
|
+
const index$l = require("./forms/formItem/index.js");
|
|
24
24
|
const index$m = require("./forms/form/index.js");
|
|
25
25
|
const index$n = require("./table/index.js");
|
|
26
26
|
const index$o = require("./bus/approvalHistory/index.js");
|
|
@@ -31,26 +31,26 @@ const index$s = require("./details/main/index.js");
|
|
|
31
31
|
const index$t = require("./dialog/customDialog/index.js");
|
|
32
32
|
const index$1 = require("./layout/layoutCard/index.js");
|
|
33
33
|
exports.Layout = index.Layout;
|
|
34
|
-
exports.
|
|
35
|
-
exports.
|
|
36
|
-
exports.
|
|
37
|
-
exports.
|
|
38
|
-
exports.
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.
|
|
42
|
-
exports.
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
45
|
-
exports.
|
|
46
|
-
exports.
|
|
47
|
-
exports.
|
|
48
|
-
exports.
|
|
49
|
-
exports.
|
|
50
|
-
exports.
|
|
51
|
-
exports.
|
|
52
|
-
exports.
|
|
53
|
-
exports.
|
|
34
|
+
exports.Text = index$2.Text;
|
|
35
|
+
exports.Textarea = index$3.Textarea;
|
|
36
|
+
exports.Number = index$4.Number;
|
|
37
|
+
exports.Date = index$5.Date;
|
|
38
|
+
exports.Select = index$6.Select;
|
|
39
|
+
exports.MultipleSelection = index$7.MultipleSelection;
|
|
40
|
+
exports.Radio = index$8.Radio;
|
|
41
|
+
exports.Checkbox = index$9.Checkbox;
|
|
42
|
+
exports.Switch = index$a.Switch;
|
|
43
|
+
exports.Upload = index$b.Upload;
|
|
44
|
+
exports.SubTitle = index$c.SubTitle;
|
|
45
|
+
exports.H2 = index$d.H2;
|
|
46
|
+
exports.SubForm = index$e.SubForm;
|
|
47
|
+
exports.SubTable = index$f.SubTable;
|
|
48
|
+
exports.Cascader = index$g.Cascader;
|
|
49
|
+
exports.Area = index$h.Area;
|
|
50
|
+
exports.Industry = index$i.Industry;
|
|
51
|
+
exports.UserSelect = index$j.UserSelect;
|
|
52
|
+
exports.RoleSelect = index$k.RoleSelect;
|
|
53
|
+
exports.FormItem = index$l.FormItem;
|
|
54
54
|
exports.Form = index$m.Form;
|
|
55
55
|
exports.Table = index$n.Table;
|
|
56
56
|
exports.ApprovalHistory = index$o.ApprovalHistory;
|
|
@@ -12,7 +12,7 @@ const vue = require("vue");
|
|
|
12
12
|
require("../../../../../../node_modules/grid-layout-plus/es/index.js");
|
|
13
13
|
const getInstance = require("../../../utils/getInstance.js");
|
|
14
14
|
const getJsonAsyncUtil = require("../../../utils/getJsonAsyncUtil.js");
|
|
15
|
-
const
|
|
15
|
+
const index$6 = require("../formItem/index.js");
|
|
16
16
|
const datasource = require("../../../utils/datasource.js");
|
|
17
17
|
const validation = require("./validation.js");
|
|
18
18
|
const parseRouteParams = require("../../../utils/parseRouteParams.js");
|
|
@@ -44,7 +44,7 @@ const index$1 = require("../../../api/index.js");
|
|
|
44
44
|
const usePageEvents = require("../../../composables/usePageEvents.js");
|
|
45
45
|
const index$3 = require("../../details/header/index.js");
|
|
46
46
|
const index$4 = require("../../details/main/index.js");
|
|
47
|
-
const index$
|
|
47
|
+
const index$7 = require("../../details/footer/index.js");
|
|
48
48
|
const parseFilterConfig = require("../../../utils/parseFilterConfig.js");
|
|
49
49
|
const moment = require("../../../../../../node_modules/moment/dist/moment.js");
|
|
50
50
|
;/* empty css */
|
|
@@ -1058,7 +1058,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1058
1058
|
onLayoutUpdated: layoutUpdated
|
|
1059
1059
|
}, {
|
|
1060
1060
|
item: vue.withCtx(({ item: { component } }) => [
|
|
1061
|
-
vue.createVNode(FormItem
|
|
1061
|
+
vue.createVNode(vue.unref(index$6.FormItem), {
|
|
1062
1062
|
ref: (el) => setFormItemRef(el, component),
|
|
1063
1063
|
modelValue: formData.value[component.fieldName],
|
|
1064
1064
|
"onUpdate:modelValue": ($event) => formData.value[component.fieldName] = $event,
|
|
@@ -1086,7 +1086,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1086
1086
|
]),
|
|
1087
1087
|
_: 1
|
|
1088
1088
|
}, 8, ["scrollbar"]),
|
|
1089
|
-
!__props.isSubForm && !__props.isDialog && !__props.isApproval ? (vue.openBlock(), vue.createBlock(vue.unref(index$
|
|
1089
|
+
!__props.isSubForm && !__props.isDialog && !__props.isApproval ? (vue.openBlock(), vue.createBlock(vue.unref(index$7.footer), {
|
|
1090
1090
|
key: 0,
|
|
1091
1091
|
formMode: formMode.value,
|
|
1092
1092
|
pageFooterConfig: localConfig.value.pageFooterConfig,
|
|
@@ -1098,5 +1098,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1098
1098
|
};
|
|
1099
1099
|
}
|
|
1100
1100
|
});
|
|
1101
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1101
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-cd5951a2"]]);
|
|
1102
1102
|
exports.default = _Form;
|
|
@@ -19,7 +19,8 @@ const index$f = require("./area/index.js");
|
|
|
19
19
|
const index$g = require("./industry/index.js");
|
|
20
20
|
const index$h = require("./userSelect/index.js");
|
|
21
21
|
const index$i = require("./roleSelect/index.js");
|
|
22
|
-
const index$j = require("./
|
|
22
|
+
const index$j = require("./formItem/index.js");
|
|
23
|
+
const index$k = require("./form/index.js");
|
|
23
24
|
exports.Text = index.Text;
|
|
24
25
|
exports.Textarea = index$1.Textarea;
|
|
25
26
|
exports.Number = index$2.Number;
|
|
@@ -39,4 +40,5 @@ exports.Area = index$f.Area;
|
|
|
39
40
|
exports.Industry = index$g.Industry;
|
|
40
41
|
exports.UserSelect = index$h.UserSelect;
|
|
41
42
|
exports.RoleSelect = index$i.RoleSelect;
|
|
42
|
-
exports.
|
|
43
|
+
exports.FormItem = index$j.FormItem;
|
|
44
|
+
exports.Form = index$k.Form;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const vue = require("vue");
|
|
4
|
+
const index$2 = require("../form/index.js");
|
|
4
5
|
const index$1 = require("../subTitle/index.js");
|
|
5
6
|
const index = require("../h2/index.js");
|
|
6
7
|
const common = require("../../../utils/common.js");
|
|
@@ -48,7 +49,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
48
49
|
// },
|
|
49
50
|
},
|
|
50
51
|
setup(__props, { expose: __expose }) {
|
|
51
|
-
const Form = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("../form/index.js")));
|
|
52
52
|
const props = __props;
|
|
53
53
|
const formData = vue.inject("formData");
|
|
54
54
|
vue.inject("rowHeight");
|
|
@@ -145,7 +145,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
145
145
|
config: __props.config
|
|
146
146
|
}, null, 8, ["config"])) : vue.createCommentVNode("", true)
|
|
147
147
|
])) : vue.createCommentVNode("", true),
|
|
148
|
-
vue.createVNode(vue.unref(Form), {
|
|
148
|
+
vue.createVNode(vue.unref(index$2.Form), {
|
|
149
149
|
ref_key: "formRef",
|
|
150
150
|
ref: formRef,
|
|
151
151
|
templateKey: vue.unref(templateKey),
|
|
@@ -4,6 +4,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
4
4
|
;/* empty css */
|
|
5
5
|
;/* empty css */
|
|
6
6
|
const vue = require("vue");
|
|
7
|
+
const index$3 = require("../../table/index.js");
|
|
7
8
|
const index$2 = require("../subTitle/index.js");
|
|
8
9
|
const index = require("../h2/index.js");
|
|
9
10
|
const parseRouteParams = require("../../../utils/parseRouteParams.js");
|
|
@@ -32,7 +33,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
32
33
|
}
|
|
33
34
|
},
|
|
34
35
|
setup(__props, { expose: __expose }) {
|
|
35
|
-
const Table = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("../../table/index.js")));
|
|
36
36
|
const props = __props;
|
|
37
37
|
const formData = vue.inject("formData");
|
|
38
38
|
vue.inject("rowHeight");
|
|
@@ -188,7 +188,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
188
188
|
config: __props.config
|
|
189
189
|
}, null, 8, ["config"])) : vue.createCommentVNode("", true)
|
|
190
190
|
])) : vue.createCommentVNode("", true),
|
|
191
|
-
vue.createVNode(vue.unref(Table), {
|
|
191
|
+
vue.createVNode(vue.unref(index$3.Table), {
|
|
192
192
|
ref_key: "tableRef",
|
|
193
193
|
ref: tableRef,
|
|
194
194
|
templateKey: __props.config.subTableKey,
|
|
@@ -6,6 +6,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
;/* empty css */
|
|
8
8
|
const vue = require("vue");
|
|
9
|
+
const index$3 = require("../forms/form/index.js");
|
|
9
10
|
const common = require("../../utils/common.js");
|
|
10
11
|
;/* empty css */
|
|
11
12
|
const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
@@ -33,7 +34,6 @@ const _sfc_main = {
|
|
|
33
34
|
emits: ["loaded"],
|
|
34
35
|
setup(__props, { emit: __emit }) {
|
|
35
36
|
const props = __props;
|
|
36
|
-
const Form = vue.defineAsyncComponent(() => Promise.resolve().then(() => require("../forms/form/index.js")));
|
|
37
37
|
const layoutRowRef = vue.ref();
|
|
38
38
|
const formData = vue.ref(props.initFormData);
|
|
39
39
|
const emit = __emit;
|
|
@@ -64,7 +64,7 @@ const _sfc_main = {
|
|
|
64
64
|
vue.createElementVNode("div", _hoisted_1, [
|
|
65
65
|
vue.createVNode(_component_el_scrollbar, { ref: "scrollbarRef" }, {
|
|
66
66
|
default: vue.withCtx(() => [
|
|
67
|
-
vue.createVNode(vue.unref(Form), {
|
|
67
|
+
vue.createVNode(vue.unref(index$3.Form), {
|
|
68
68
|
ref: "formRef",
|
|
69
69
|
templateKey: __props.templateKey,
|
|
70
70
|
modelValue: vue.unref(formData),
|
|
@@ -95,5 +95,5 @@ const _sfc_main = {
|
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
97
|
};
|
|
98
|
-
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
98
|
+
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-02819e85"]]);
|
|
99
99
|
exports.default = _Layout;
|