@fecp/designer 5.5.45 → 5.5.48
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.css +90 -34
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +5 -4
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +9 -3
- package/es/packages/vue/src/components/layout/layoutCard/LayoutCard.vue.mjs +3 -2
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +90 -34
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +4 -3
- package/lib/packages/vue/src/components/layout/Layout.vue.js +9 -3
- package/lib/packages/vue/src/components/layout/layoutCard/LayoutCard.vue.js +3 -2
- package/package.json +1 -1
|
@@ -8,13 +8,13 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
8
8
|
;/* empty css */
|
|
9
9
|
;/* empty css */
|
|
10
10
|
const Vue = require("vue");
|
|
11
|
+
;/* empty css */
|
|
12
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
11
13
|
;/* empty css */
|
|
12
14
|
;/* empty css */
|
|
13
15
|
;/* empty css */
|
|
14
16
|
;/* empty css */
|
|
15
17
|
;/* empty css */
|
|
16
|
-
;/* empty css */
|
|
17
|
-
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
18
18
|
const index$1 = require("../../../../node_modules/vant/es/swipe-cell/index.js");
|
|
19
19
|
const functionCall = require("../../../../node_modules/vant/es/dialog/function-call.js");
|
|
20
20
|
require("../../../../node_modules/vant/es/dialog/index.js");
|
|
@@ -1055,7 +1055,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1055
1055
|
model: formData.value,
|
|
1056
1056
|
rules: formRules.value,
|
|
1057
1057
|
"label-position": localConfig.value.labelPosition,
|
|
1058
|
-
style:
|
|
1058
|
+
style: { padding: "0", width: "100%" },
|
|
1059
|
+
class: Vue.normalizeClass({ "fec-el-form": !__props.isSubForm }),
|
|
1059
1060
|
"validate-on-rule-change": false,
|
|
1060
1061
|
size: "large",
|
|
1061
1062
|
"scroll-to-error": ""
|
|
@@ -1099,7 +1100,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1099
1100
|
}), 128))
|
|
1100
1101
|
]),
|
|
1101
1102
|
_: 1
|
|
1102
|
-
}, 8, ["model", "rules", "label-position", "
|
|
1103
|
+
}, 8, ["model", "rules", "label-position", "class"])
|
|
1103
1104
|
]),
|
|
1104
1105
|
_: 1
|
|
1105
1106
|
}, 8, ["scrollbar"]),
|
|
@@ -1115,5 +1116,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1115
1116
|
};
|
|
1116
1117
|
}
|
|
1117
1118
|
});
|
|
1118
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1119
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-39413629"]]);
|
|
1119
1120
|
exports.default = _Form;
|
|
@@ -59,7 +59,10 @@ const _sfc_main = {
|
|
|
59
59
|
ref: layoutRowRef
|
|
60
60
|
}, {
|
|
61
61
|
default: Vue.withCtx(() => [
|
|
62
|
-
Vue.createVNode(_component_el_col, {
|
|
62
|
+
Vue.createVNode(_component_el_col, {
|
|
63
|
+
span: 18,
|
|
64
|
+
style: { "padding-left": "0" }
|
|
65
|
+
}, {
|
|
63
66
|
default: Vue.withCtx(() => [
|
|
64
67
|
Vue.createElementVNode("div", _hoisted_1, [
|
|
65
68
|
Vue.createVNode(_component_el_scrollbar, { ref: "scrollbarRef" }, {
|
|
@@ -79,7 +82,10 @@ const _sfc_main = {
|
|
|
79
82
|
]),
|
|
80
83
|
_: 1
|
|
81
84
|
}),
|
|
82
|
-
Vue.createVNode(_component_el_col, {
|
|
85
|
+
Vue.createVNode(_component_el_col, {
|
|
86
|
+
span: 6,
|
|
87
|
+
style: { "padding-right": "0" }
|
|
88
|
+
}, {
|
|
83
89
|
default: Vue.withCtx(() => [
|
|
84
90
|
Vue.createElementVNode("div", _hoisted_2, [
|
|
85
91
|
Vue.unref(showCard) ? Vue.renderSlot(_ctx.$slots, "card", { key: 0 }, void 0, true) : Vue.createCommentVNode("", true)
|
|
@@ -95,5 +101,5 @@ const _sfc_main = {
|
|
|
95
101
|
};
|
|
96
102
|
}
|
|
97
103
|
};
|
|
98
|
-
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
104
|
+
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-87f04a91"]]);
|
|
99
105
|
exports.default = _Layout;
|
|
@@ -138,7 +138,8 @@ const _sfc_main = {
|
|
|
138
138
|
height: "100%",
|
|
139
139
|
query: "",
|
|
140
140
|
"append-to-body": "",
|
|
141
|
-
title: __props.title
|
|
141
|
+
title: __props.title,
|
|
142
|
+
class: "custom-padding-dialog"
|
|
142
143
|
}, {
|
|
143
144
|
default: Vue.withCtx(() => [
|
|
144
145
|
Vue.unref(flag) && Vue.unref(currentComponent) ? (Vue.openBlock(), Vue.createBlock(Vue.resolveDynamicComponent(Vue.unref(currentComponent)), Vue.normalizeProps(Vue.mergeProps({ key: 0 }, Vue.unref(currentParams))), null, 16)) : Vue.createCommentVNode("", true)
|
|
@@ -149,5 +150,5 @@ const _sfc_main = {
|
|
|
149
150
|
};
|
|
150
151
|
}
|
|
151
152
|
};
|
|
152
|
-
const _LayoutCard = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
153
|
+
const _LayoutCard = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a6236024"]]);
|
|
153
154
|
exports.default = _LayoutCard;
|