@fecp/designer 5.4.57 → 5.4.58

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.
@@ -1,4 +1,4 @@
1
- const version = "5.4.57";
1
+ const version = "5.4.58";
2
2
  const packageJson = {
3
3
  version
4
4
  };
package/es/designer.css CHANGED
@@ -5904,27 +5904,27 @@ body,
5904
5904
  width: 80px;
5905
5905
  font-size: var(--el-font-size-extra-small);
5906
5906
  }
5907
- .fec-form[data-v-d941a009] {
5907
+ .fec-form[data-v-14b63cee] {
5908
5908
  height: 100%;
5909
5909
  }
5910
- [data-v-d941a009] .vgl-item {
5910
+ [data-v-14b63cee] .vgl-item {
5911
5911
  transition: none;
5912
5912
  }
5913
- [data-v-d941a009] .vgl-item > .el-form-item {
5913
+ [data-v-14b63cee] .vgl-item > .el-form-item {
5914
5914
  width: 100%;
5915
5915
  padding: 12px 8px 0 8px;
5916
5916
  height: calc(100% - 15px);
5917
5917
  display: flex;
5918
5918
  }
5919
- [data-v-d941a009] .vgl-item > .el-form-item.el-form-item--label-top {
5919
+ [data-v-14b63cee] .vgl-item > .el-form-item.el-form-item--label-top {
5920
5920
  flex-direction: column;
5921
5921
  }
5922
- [data-v-d941a009] .vgl-item > .el-form-item .el-form-item__label {
5922
+ [data-v-14b63cee] .vgl-item > .el-form-item .el-form-item__label {
5923
5923
  line-height: 20px;
5924
5924
  display: flex;
5925
5925
  align-items: center;
5926
5926
  }
5927
- [data-v-d941a009] .vgl-item > .el-container {
5927
+ [data-v-14b63cee] .vgl-item > .el-container {
5928
5928
  height: auto !important;
5929
5929
  }.cell-content .cell-text[data-v-3e5372d4] {
5930
5930
  display: inline-block;
@@ -117,8 +117,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
117
117
  const dataSourceOptions = ref({});
118
118
  const dictionaryOptions = ref({});
119
119
  const productData = ref({});
120
- const fieldsData = ref({});
121
- const hiddenFields = ref({});
120
+ const fieldsData = ref([]);
121
+ const hiddenFields = ref([]);
122
122
  const rowHeight = ref(1);
123
123
  const pageEvents = props.canPageEvent ? usePageEvents(() => ({
124
124
  pageEventConfig: localConfig.value.pageEventConfig,
@@ -1083,7 +1083,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1083
1083
  };
1084
1084
  }
1085
1085
  });
1086
- const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d941a009"]]);
1086
+ const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-14b63cee"]]);
1087
1087
  export {
1088
1088
  _Form as default
1089
1089
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.4.57";
3
+ const version = "5.4.58";
4
4
  const packageJson = {
5
5
  version
6
6
  };
package/lib/designer.css CHANGED
@@ -5904,27 +5904,27 @@ body,
5904
5904
  width: 80px;
5905
5905
  font-size: var(--el-font-size-extra-small);
5906
5906
  }
5907
- .fec-form[data-v-d941a009] {
5907
+ .fec-form[data-v-14b63cee] {
5908
5908
  height: 100%;
5909
5909
  }
5910
- [data-v-d941a009] .vgl-item {
5910
+ [data-v-14b63cee] .vgl-item {
5911
5911
  transition: none;
5912
5912
  }
5913
- [data-v-d941a009] .vgl-item > .el-form-item {
5913
+ [data-v-14b63cee] .vgl-item > .el-form-item {
5914
5914
  width: 100%;
5915
5915
  padding: 12px 8px 0 8px;
5916
5916
  height: calc(100% - 15px);
5917
5917
  display: flex;
5918
5918
  }
5919
- [data-v-d941a009] .vgl-item > .el-form-item.el-form-item--label-top {
5919
+ [data-v-14b63cee] .vgl-item > .el-form-item.el-form-item--label-top {
5920
5920
  flex-direction: column;
5921
5921
  }
5922
- [data-v-d941a009] .vgl-item > .el-form-item .el-form-item__label {
5922
+ [data-v-14b63cee] .vgl-item > .el-form-item .el-form-item__label {
5923
5923
  line-height: 20px;
5924
5924
  display: flex;
5925
5925
  align-items: center;
5926
5926
  }
5927
- [data-v-d941a009] .vgl-item > .el-container {
5927
+ [data-v-14b63cee] .vgl-item > .el-container {
5928
5928
  height: auto !important;
5929
5929
  }.cell-content .cell-text[data-v-3e5372d4] {
5930
5930
  display: inline-block;
@@ -119,8 +119,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
119
119
  const dataSourceOptions = vue.ref({});
120
120
  const dictionaryOptions = vue.ref({});
121
121
  const productData = vue.ref({});
122
- const fieldsData = vue.ref({});
123
- const hiddenFields = vue.ref({});
122
+ const fieldsData = vue.ref([]);
123
+ const hiddenFields = vue.ref([]);
124
124
  const rowHeight = vue.ref(1);
125
125
  const pageEvents = props.canPageEvent ? usePageEvents.usePageEvents(() => ({
126
126
  pageEventConfig: localConfig.value.pageEventConfig,
@@ -1085,5 +1085,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1085
1085
  };
1086
1086
  }
1087
1087
  });
1088
- const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d941a009"]]);
1088
+ const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-14b63cee"]]);
1089
1089
  exports.default = _Form;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.4.57",
3
+ "version": "5.4.58",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [