@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.
@@ -6,13 +6,13 @@
6
6
  /* empty css */
7
7
  /* empty css */
8
8
  import { createBlock, openBlock, withCtx, createVNode, renderSlot } from "vue";
9
+ /* empty css */
10
+ import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
9
11
  /* empty css */
10
12
  /* empty css */
11
13
  /* empty css */
12
14
  /* empty css */
13
15
  /* empty css */
14
- /* empty css */
15
- import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
16
16
  import { SwipeCell } from "../../../../node_modules/vant/es/swipe-cell/index.mjs";
17
17
  import { showConfirmDialog } from "../../../../node_modules/vant/es/dialog/function-call.mjs";
18
18
  import "../../../../node_modules/vant/es/dialog/index.mjs";
@@ -6,7 +6,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
6
6
  /* empty css */
7
7
  /* empty css */
8
8
  /* empty css */
9
- import { getCurrentInstance, ref, watch, onMounted, onBeforeUnmount, provide, createBlock, createCommentVNode, openBlock, withCtx, createVNode, unref, normalizeStyle, createElementBlock, Fragment, renderList } from "vue";
9
+ import { getCurrentInstance, ref, watch, onMounted, onBeforeUnmount, provide, createBlock, createCommentVNode, openBlock, withCtx, createVNode, unref, normalizeClass, createElementBlock, Fragment, renderList } from "vue";
10
10
  import "../../../../../../node_modules/grid-layout-plus/es/index.mjs";
11
11
  import { getCurrentVueInstance } from "../../../utils/getInstance.mjs";
12
12
  import getJsonAsyncUtil from "../../../utils/getJsonAsyncUtil.mjs";
@@ -1053,7 +1053,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1053
1053
  model: formData.value,
1054
1054
  rules: formRules.value,
1055
1055
  "label-position": localConfig.value.labelPosition,
1056
- style: normalizeStyle({ padding: __props.isSubForm ? "0" : "12px", width: "100%" }),
1056
+ style: { padding: "0", width: "100%" },
1057
+ class: normalizeClass({ "fec-el-form": !__props.isSubForm }),
1057
1058
  "validate-on-rule-change": false,
1058
1059
  size: "large",
1059
1060
  "scroll-to-error": ""
@@ -1097,7 +1098,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1097
1098
  }), 128))
1098
1099
  ]),
1099
1100
  _: 1
1100
- }, 8, ["model", "rules", "label-position", "style"])
1101
+ }, 8, ["model", "rules", "label-position", "class"])
1101
1102
  ]),
1102
1103
  _: 1
1103
1104
  }, 8, ["scrollbar"]),
@@ -1113,7 +1114,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1113
1114
  };
1114
1115
  }
1115
1116
  });
1116
- const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b4d93b4b"]]);
1117
+ const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-39413629"]]);
1117
1118
  export {
1118
1119
  _Form as default
1119
1120
  };
@@ -57,7 +57,10 @@ const _sfc_main = {
57
57
  ref: layoutRowRef
58
58
  }, {
59
59
  default: withCtx(() => [
60
- createVNode(_component_el_col, { span: 18 }, {
60
+ createVNode(_component_el_col, {
61
+ span: 18,
62
+ style: { "padding-left": "0" }
63
+ }, {
61
64
  default: withCtx(() => [
62
65
  createElementVNode("div", _hoisted_1, [
63
66
  createVNode(_component_el_scrollbar, { ref: "scrollbarRef" }, {
@@ -77,7 +80,10 @@ const _sfc_main = {
77
80
  ]),
78
81
  _: 1
79
82
  }),
80
- createVNode(_component_el_col, { span: 6 }, {
83
+ createVNode(_component_el_col, {
84
+ span: 6,
85
+ style: { "padding-right": "0" }
86
+ }, {
81
87
  default: withCtx(() => [
82
88
  createElementVNode("div", _hoisted_2, [
83
89
  unref(showCard) ? renderSlot(_ctx.$slots, "card", { key: 0 }, void 0, true) : createCommentVNode("", true)
@@ -93,7 +99,7 @@ const _sfc_main = {
93
99
  };
94
100
  }
95
101
  };
96
- const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a3206460"]]);
102
+ const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-87f04a91"]]);
97
103
  export {
98
104
  _Layout as default
99
105
  };
@@ -136,7 +136,8 @@ const _sfc_main = {
136
136
  height: "100%",
137
137
  query: "",
138
138
  "append-to-body": "",
139
- title: __props.title
139
+ title: __props.title,
140
+ class: "custom-padding-dialog"
140
141
  }, {
141
142
  default: withCtx(() => [
142
143
  unref(flag) && unref(currentComponent) ? (openBlock(), createBlock(resolveDynamicComponent(unref(currentComponent)), normalizeProps(mergeProps({ key: 0 }, unref(currentParams))), null, 16)) : createCommentVNode("", true)
@@ -147,7 +148,7 @@ const _sfc_main = {
147
148
  };
148
149
  }
149
150
  };
150
- const _LayoutCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c90689d4"]]);
151
+ const _LayoutCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a6236024"]]);
151
152
  export {
152
153
  _LayoutCard as default
153
154
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.5.45";
3
+ const version = "5.5.48";
4
4
  const packageJson = {
5
5
  version
6
6
  };