@fecp/designer 5.4.49 → 5.4.50

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.49";
1
+ const version = "5.4.50";
2
2
  const packageJson = {
3
3
  version
4
4
  };
package/es/designer.css CHANGED
@@ -6295,7 +6295,7 @@ body,
6295
6295
  margin-bottom: 0 !important;
6296
6296
  flex: 1;
6297
6297
  }
6298
- .fec-layout-card[data-v-0637e704] {
6298
+ .fec-layout-card[data-v-5a0ae40d] {
6299
6299
  margin-bottom: 8px;
6300
6300
  border-radius: 4px;
6301
6301
  background-color: #fff;
@@ -6303,16 +6303,16 @@ body,
6303
6303
  display: flex;
6304
6304
  flex-direction: column;
6305
6305
  }
6306
- .fec-layout-card .header[data-v-0637e704] {
6306
+ .fec-layout-card .header[data-v-5a0ae40d] {
6307
6307
  display: flex;
6308
6308
  align-items: center;
6309
6309
  justify-content: space-between;
6310
6310
  }
6311
- .fec-layout-card .header .title[data-v-0637e704] {
6311
+ .fec-layout-card .header .title[data-v-5a0ae40d] {
6312
6312
  display: flex;
6313
6313
  align-items: center;
6314
6314
  }
6315
- .fec-layout-card .header .title .icon[data-v-0637e704] {
6315
+ .fec-layout-card .header .title .icon[data-v-5a0ae40d] {
6316
6316
  color: #fff;
6317
6317
  width: 30px;
6318
6318
  height: 30px;
@@ -6323,12 +6323,12 @@ body,
6323
6323
  font-size: 20px;
6324
6324
  margin-right: 12px;
6325
6325
  }
6326
- .fec-layout-card .header .title > span[data-v-0637e704] {
6326
+ .fec-layout-card .header .title > span[data-v-5a0ae40d] {
6327
6327
  font-size: 17px;
6328
6328
  font-weight: bold;
6329
6329
  color: #1a1a1a;
6330
6330
  }
6331
- .fec-layout-card .content[data-v-0637e704] {
6331
+ .fec-layout-card .content[data-v-5a0ae40d] {
6332
6332
  flex-grow: 1;
6333
6333
  padding-top: 12px;
6334
6334
  }
@@ -83,6 +83,7 @@ const _sfc_main = {
83
83
  } else {
84
84
  currentComponent.value = Table;
85
85
  currentParams.value.initHiddenData = cloneDeep(props.morePageParams);
86
+ currentParams.value.hasPagination = true;
86
87
  }
87
88
  currentParams.value.initOption = data;
88
89
  currentParams.value.isDialog = true;
@@ -146,7 +147,7 @@ const _sfc_main = {
146
147
  };
147
148
  }
148
149
  };
149
- const _LayoutCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0637e704"]]);
150
+ const _LayoutCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5a0ae40d"]]);
150
151
  export {
151
152
  _LayoutCard as default
152
153
  };
@@ -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.49";
3
+ const version = "5.4.50";
4
4
  const packageJson = {
5
5
  version
6
6
  };
package/lib/designer.css CHANGED
@@ -6295,7 +6295,7 @@ body,
6295
6295
  margin-bottom: 0 !important;
6296
6296
  flex: 1;
6297
6297
  }
6298
- .fec-layout-card[data-v-0637e704] {
6298
+ .fec-layout-card[data-v-5a0ae40d] {
6299
6299
  margin-bottom: 8px;
6300
6300
  border-radius: 4px;
6301
6301
  background-color: #fff;
@@ -6303,16 +6303,16 @@ body,
6303
6303
  display: flex;
6304
6304
  flex-direction: column;
6305
6305
  }
6306
- .fec-layout-card .header[data-v-0637e704] {
6306
+ .fec-layout-card .header[data-v-5a0ae40d] {
6307
6307
  display: flex;
6308
6308
  align-items: center;
6309
6309
  justify-content: space-between;
6310
6310
  }
6311
- .fec-layout-card .header .title[data-v-0637e704] {
6311
+ .fec-layout-card .header .title[data-v-5a0ae40d] {
6312
6312
  display: flex;
6313
6313
  align-items: center;
6314
6314
  }
6315
- .fec-layout-card .header .title .icon[data-v-0637e704] {
6315
+ .fec-layout-card .header .title .icon[data-v-5a0ae40d] {
6316
6316
  color: #fff;
6317
6317
  width: 30px;
6318
6318
  height: 30px;
@@ -6323,12 +6323,12 @@ body,
6323
6323
  font-size: 20px;
6324
6324
  margin-right: 12px;
6325
6325
  }
6326
- .fec-layout-card .header .title > span[data-v-0637e704] {
6326
+ .fec-layout-card .header .title > span[data-v-5a0ae40d] {
6327
6327
  font-size: 17px;
6328
6328
  font-weight: bold;
6329
6329
  color: #1a1a1a;
6330
6330
  }
6331
- .fec-layout-card .content[data-v-0637e704] {
6331
+ .fec-layout-card .content[data-v-5a0ae40d] {
6332
6332
  flex-grow: 1;
6333
6333
  padding-top: 12px;
6334
6334
  }
@@ -85,6 +85,7 @@ const _sfc_main = {
85
85
  } else {
86
86
  currentComponent.value = index$6.Table;
87
87
  currentParams.value.initHiddenData = common.cloneDeep(props.morePageParams);
88
+ currentParams.value.hasPagination = true;
88
89
  }
89
90
  currentParams.value.initOption = data;
90
91
  currentParams.value.isDialog = true;
@@ -148,5 +149,5 @@ const _sfc_main = {
148
149
  };
149
150
  }
150
151
  };
151
- const _LayoutCard = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-0637e704"]]);
152
+ const _LayoutCard = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-5a0ae40d"]]);
152
153
  exports.default = _LayoutCard;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.4.49",
3
+ "version": "5.4.50",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [