@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.
@@ -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: Vue.normalizeStyle({ padding: __props.isSubForm ? "0" : "12px", width: "100%" }),
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", "style"])
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-b4d93b4b"]]);
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, { span: 18 }, {
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, { span: 6 }, {
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-a3206460"]]);
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-c90689d4"]]);
153
+ const _LayoutCard = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a6236024"]]);
153
154
  exports.default = _LayoutCard;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.5.45",
3
+ "version": "5.5.48",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [