@fecp/designer 5.4.78 → 5.4.80
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/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialog/index.vue2.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue2.mjs +1 -1
- package/es/designer/src/packages/form/formSetting.vue.mjs +16 -36
- package/es/designer.css +259 -219
- package/es/packages/mobile/src/components/base/button/Button.vue.mjs +3 -3
- package/es/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.mjs +22 -8
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +1 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +3 -3
- package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +3 -3
- package/es/packages/vue/src/components/forms/h2/H2.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/select/Select.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/text/Text.vue.mjs +1 -1
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +8 -15
- package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +6 -3
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +25 -8
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +3 -2
- package/es/packages/vue/src/components/table/TableFilter.vue.mjs +14 -18
- package/es/packages/vue/src/composables/usePageEvents.mjs +1 -1
- package/es/packages/vue/src/utils/datasource.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue2.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue2.js +1 -1
- package/lib/designer/src/packages/form/formSetting.vue.js +21 -41
- package/lib/designer.css +259 -219
- package/lib/packages/mobile/src/components/base/button/Button.vue.js +2 -2
- package/lib/packages/mobile/src/components/navigation/tabbar/Tabbar.vue.js +21 -7
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +1 -1
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +3 -3
- package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +3 -3
- package/lib/packages/vue/src/components/forms/h2/H2.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/select/Select.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/text/Text.vue.js +1 -1
- package/lib/packages/vue/src/components/layout/Layout.vue.js +8 -15
- package/lib/packages/vue/src/components/table/CustomButtons.vue.js +5 -2
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +24 -7
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +3 -2
- package/lib/packages/vue/src/components/table/TableFilter.vue.js +18 -22
- package/lib/packages/vue/src/composables/usePageEvents.js +1 -1
- package/lib/packages/vue/src/utils/datasource.js +1 -1
- package/package.json +1 -1
|
@@ -6,8 +6,6 @@ require("../../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
;/* empty css */
|
|
8
8
|
;/* empty css */
|
|
9
|
-
;/* empty css */
|
|
10
|
-
;/* empty css */
|
|
11
9
|
;/* empty css */
|
|
12
10
|
;/* empty css */
|
|
13
11
|
;/* empty css */
|
|
@@ -20,9 +18,8 @@ const useDataSourceDialog = require("../dataSource/useDataSourceDialog.js");
|
|
|
20
18
|
;/* empty css */
|
|
21
19
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
22
20
|
const index = require("../../../../node_modules/element-plus/es/components/select/index.js");
|
|
23
|
-
const index$1 = require("../../../../node_modules/element-plus/es/components/
|
|
24
|
-
const index$2 = require("../../../../node_modules/element-plus/es/components/
|
|
25
|
-
const index$3 = require("../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
21
|
+
const index$1 = require("../../../../node_modules/element-plus/es/components/radio/index.js");
|
|
22
|
+
const index$2 = require("../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
26
23
|
const _hoisted_1 = { class: "form-setting" };
|
|
27
24
|
const _hoisted_2 = { class: "setting-left" };
|
|
28
25
|
const _hoisted_3 = { class: "setting-right" };
|
|
@@ -55,14 +52,13 @@ const _sfc_main = {
|
|
|
55
52
|
return (_ctx, _cache) => {
|
|
56
53
|
const _component_el_option = index.ElOption;
|
|
57
54
|
const _component_el_select = index.ElSelect;
|
|
58
|
-
const
|
|
59
|
-
const
|
|
60
|
-
const
|
|
61
|
-
const _component_el_switch = index$3.ElSwitch;
|
|
55
|
+
const _component_el_radio_button = index$1.ElRadioButton;
|
|
56
|
+
const _component_el_radio_group = index$1.ElRadioGroup;
|
|
57
|
+
const _component_el_switch = index$2.ElSwitch;
|
|
62
58
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
63
59
|
vue.createElementVNode("div", _hoisted_1, [
|
|
64
60
|
vue.createElementVNode("div", _hoisted_2, [
|
|
65
|
-
_cache[
|
|
61
|
+
_cache[10] || (_cache[10] = vue.createElementVNode("span", { class: "text-label" }, "列数", -1)),
|
|
66
62
|
vue.createVNode(_component_el_select, {
|
|
67
63
|
modelValue: formConfig.value.columns,
|
|
68
64
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => formConfig.value.columns = $event),
|
|
@@ -89,44 +85,28 @@ const _sfc_main = {
|
|
|
89
85
|
]),
|
|
90
86
|
_: 1
|
|
91
87
|
}, 8, ["modelValue"]),
|
|
92
|
-
_cache[
|
|
93
|
-
_cache[
|
|
94
|
-
vue.createVNode(_component_el_input_number, {
|
|
95
|
-
modelValue: formConfig.value.labelWidth,
|
|
96
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => formConfig.value.labelWidth = $event),
|
|
97
|
-
min: 70,
|
|
98
|
-
max: 200,
|
|
99
|
-
size: "small",
|
|
100
|
-
"controls-position": "right",
|
|
101
|
-
style: { "width": "80px" }
|
|
102
|
-
}, {
|
|
103
|
-
append: vue.withCtx(() => _cache[6] || (_cache[6] = [
|
|
104
|
-
vue.createTextVNode("px")
|
|
105
|
-
])),
|
|
106
|
-
_: 1
|
|
107
|
-
}, 8, ["modelValue"]),
|
|
108
|
-
_cache[15] || (_cache[15] = vue.createElementVNode("div", { class: "setting-divider" }, null, -1)),
|
|
109
|
-
_cache[16] || (_cache[16] = vue.createElementVNode("span", { class: "text-label" }, "标签位置", -1)),
|
|
88
|
+
_cache[11] || (_cache[11] = vue.createElementVNode("div", { class: "setting-divider" }, null, -1)),
|
|
89
|
+
_cache[12] || (_cache[12] = vue.createElementVNode("span", { class: "text-label" }, "标签位置", -1)),
|
|
110
90
|
vue.createVNode(_component_el_radio_group, {
|
|
111
91
|
modelValue: formConfig.value.labelPosition,
|
|
112
|
-
"onUpdate:modelValue": _cache[
|
|
92
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => formConfig.value.labelPosition = $event),
|
|
113
93
|
size: "small"
|
|
114
94
|
}, {
|
|
115
95
|
default: vue.withCtx(() => [
|
|
116
96
|
vue.createVNode(_component_el_radio_button, { value: "left" }, {
|
|
117
|
-
default: vue.withCtx(() => _cache[
|
|
97
|
+
default: vue.withCtx(() => _cache[5] || (_cache[5] = [
|
|
118
98
|
vue.createTextVNode("左对齐")
|
|
119
99
|
])),
|
|
120
100
|
_: 1
|
|
121
101
|
}),
|
|
122
102
|
vue.createVNode(_component_el_radio_button, { value: "right" }, {
|
|
123
|
-
default: vue.withCtx(() => _cache[
|
|
103
|
+
default: vue.withCtx(() => _cache[6] || (_cache[6] = [
|
|
124
104
|
vue.createTextVNode("右对齐")
|
|
125
105
|
])),
|
|
126
106
|
_: 1
|
|
127
107
|
}),
|
|
128
108
|
vue.createVNode(_component_el_radio_button, { value: "top" }, {
|
|
129
|
-
default: vue.withCtx(() => _cache[
|
|
109
|
+
default: vue.withCtx(() => _cache[7] || (_cache[7] = [
|
|
130
110
|
vue.createTextVNode("顶部对齐")
|
|
131
111
|
])),
|
|
132
112
|
_: 1
|
|
@@ -134,22 +114,22 @@ const _sfc_main = {
|
|
|
134
114
|
]),
|
|
135
115
|
_: 1
|
|
136
116
|
}, 8, ["modelValue"]),
|
|
137
|
-
_cache[
|
|
138
|
-
_cache[
|
|
117
|
+
_cache[13] || (_cache[13] = vue.createElementVNode("div", { class: "setting-divider" }, null, -1)),
|
|
118
|
+
_cache[14] || (_cache[14] = vue.createElementVNode("span", { class: "text-label" }, "表单模式", -1)),
|
|
139
119
|
vue.createVNode(_component_el_radio_group, {
|
|
140
120
|
modelValue: formConfig.value.formMode,
|
|
141
|
-
"onUpdate:modelValue": _cache[
|
|
121
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => formConfig.value.formMode = $event),
|
|
142
122
|
size: "small"
|
|
143
123
|
}, {
|
|
144
124
|
default: vue.withCtx(() => [
|
|
145
125
|
vue.createVNode(_component_el_radio_button, { value: "edit" }, {
|
|
146
|
-
default: vue.withCtx(() => _cache[
|
|
126
|
+
default: vue.withCtx(() => _cache[8] || (_cache[8] = [
|
|
147
127
|
vue.createTextVNode("编辑")
|
|
148
128
|
])),
|
|
149
129
|
_: 1
|
|
150
130
|
}),
|
|
151
131
|
vue.createVNode(_component_el_radio_button, { value: "query" }, {
|
|
152
|
-
default: vue.withCtx(() => _cache[
|
|
132
|
+
default: vue.withCtx(() => _cache[9] || (_cache[9] = [
|
|
153
133
|
vue.createTextVNode("查看")
|
|
154
134
|
])),
|
|
155
135
|
_: 1
|
|
@@ -159,21 +139,21 @@ const _sfc_main = {
|
|
|
159
139
|
}, 8, ["modelValue"])
|
|
160
140
|
]),
|
|
161
141
|
vue.createElementVNode("div", _hoisted_3, [
|
|
162
|
-
_cache[
|
|
142
|
+
_cache[15] || (_cache[15] = vue.createElementVNode("span", { class: "text-label" }, "显示字段名", -1)),
|
|
163
143
|
vue.createVNode(_component_el_switch, {
|
|
164
144
|
modelValue: formConfig.value.showFieldName,
|
|
165
|
-
"onUpdate:modelValue": _cache[
|
|
145
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => formConfig.value.showFieldName = $event),
|
|
166
146
|
size: "small"
|
|
167
147
|
}, null, 8, ["modelValue"])
|
|
168
148
|
])
|
|
169
149
|
]),
|
|
170
150
|
vue.createVNode(vue.unref(DataSourceDialog), {
|
|
171
151
|
modelValue: vue.unref(dataSourceDialogVisible),
|
|
172
|
-
"onUpdate:modelValue": _cache[
|
|
152
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.isRef(dataSourceDialogVisible) ? dataSourceDialogVisible.value = $event : null)
|
|
173
153
|
}, null, 8, ["modelValue"])
|
|
174
154
|
], 64);
|
|
175
155
|
};
|
|
176
156
|
}
|
|
177
157
|
};
|
|
178
|
-
const FormSetting = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
158
|
+
const FormSetting = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-37091686"]]);
|
|
179
159
|
exports.default = FormSetting;
|