@fecp/designer 5.4.53 → 5.4.54

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.53";
1
+ const version = "5.4.54";
2
2
  const packageJson = {
3
3
  version
4
4
  };
package/es/designer.css CHANGED
@@ -6213,11 +6213,11 @@ body,
6213
6213
  }
6214
6214
  [data-v-dc1c22da] .el-checkbox-group .el-checkbox-button__inner {
6215
6215
  border-radius: 4px;
6216
- }.fec-table[data-v-a415e6b4] {
6216
+ }.fec-table[data-v-a151967c] {
6217
6217
  height: 100%;
6218
6218
  flex-grow: 1;
6219
6219
  }
6220
- .fec-table-container[data-v-a415e6b4] {
6220
+ .fec-table-container[data-v-a151967c] {
6221
6221
  width: 100%;
6222
6222
  background: #fff;
6223
6223
  box-sizing: border-box;
@@ -6227,30 +6227,30 @@ body,
6227
6227
  overflow: hidden;
6228
6228
  flex-grow: 1;
6229
6229
  }
6230
- .fec-table-container .fec-vxe-table[data-v-a415e6b4] {
6230
+ .fec-table-container .fec-vxe-table[data-v-a151967c] {
6231
6231
  flex: 1;
6232
6232
  min-height: 0;
6233
6233
  overflow: hidden;
6234
6234
  }
6235
- .fec-table-container[data-v-a415e6b4] .vxe-table {
6235
+ .fec-table-container[data-v-a151967c] .vxe-table {
6236
6236
  font-size: 14px;
6237
6237
  }
6238
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-table--body-wrapper {
6238
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-table--body-wrapper {
6239
6239
  overflow: auto;
6240
6240
  }
6241
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-header--column {
6241
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-header--column {
6242
6242
  background-color: #f5f7fa;
6243
6243
  }
6244
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-header--column .vxe-cell {
6244
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-header--column .vxe-cell {
6245
6245
  height: 40px !important;
6246
6246
  min-height: 40px !important;
6247
6247
  }
6248
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-body--column .vxe-cell {
6248
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-body--column .vxe-cell {
6249
6249
  padding: 6px !important;
6250
6250
  min-height: 40px !important;
6251
6251
  }
6252
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-body--column .c--tooltip,
6253
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-body--column .c--title {
6252
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-body--column .c--tooltip,
6253
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-body--column .c--title {
6254
6254
  height: 40px !important;
6255
6255
  min-height: 40px !important;
6256
6256
  }
@@ -465,9 +465,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
465
465
  emit("selection-change", [checked.row]);
466
466
  };
467
467
  const handleFilterSearch = (filters) => {
468
+ var _a;
468
469
  if (dataSourceManager.value) {
469
470
  dataSourceManager.value.updateParams(filters);
470
- summaryAllDataManager.value.updateParams(filters);
471
+ (_a = summaryAllDataManager.value) == null ? void 0 : _a.updateParams(filters);
471
472
  tableDataFetch();
472
473
  clearSelection();
473
474
  } else {
@@ -475,9 +476,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
475
476
  }
476
477
  };
477
478
  const handleFilterReset = () => {
479
+ var _a;
478
480
  if (dataSourceManager.value) {
479
481
  dataSourceManager.value.clearParams();
480
- summaryAllDataManager.value.clearParams();
482
+ (_a = summaryAllDataManager.value) == null ? void 0 : _a.clearParams();
481
483
  tableDataFetch();
482
484
  clearSelection();
483
485
  }
@@ -829,7 +831,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
829
831
  };
830
832
  }
831
833
  });
832
- const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a415e6b4"]]);
834
+ const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a151967c"]]);
833
835
  export {
834
836
  _Table as default
835
837
  };
@@ -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.53";
3
+ const version = "5.4.54";
4
4
  const packageJson = {
5
5
  version
6
6
  };
package/lib/designer.css CHANGED
@@ -6213,11 +6213,11 @@ body,
6213
6213
  }
6214
6214
  [data-v-dc1c22da] .el-checkbox-group .el-checkbox-button__inner {
6215
6215
  border-radius: 4px;
6216
- }.fec-table[data-v-a415e6b4] {
6216
+ }.fec-table[data-v-a151967c] {
6217
6217
  height: 100%;
6218
6218
  flex-grow: 1;
6219
6219
  }
6220
- .fec-table-container[data-v-a415e6b4] {
6220
+ .fec-table-container[data-v-a151967c] {
6221
6221
  width: 100%;
6222
6222
  background: #fff;
6223
6223
  box-sizing: border-box;
@@ -6227,30 +6227,30 @@ body,
6227
6227
  overflow: hidden;
6228
6228
  flex-grow: 1;
6229
6229
  }
6230
- .fec-table-container .fec-vxe-table[data-v-a415e6b4] {
6230
+ .fec-table-container .fec-vxe-table[data-v-a151967c] {
6231
6231
  flex: 1;
6232
6232
  min-height: 0;
6233
6233
  overflow: hidden;
6234
6234
  }
6235
- .fec-table-container[data-v-a415e6b4] .vxe-table {
6235
+ .fec-table-container[data-v-a151967c] .vxe-table {
6236
6236
  font-size: 14px;
6237
6237
  }
6238
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-table--body-wrapper {
6238
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-table--body-wrapper {
6239
6239
  overflow: auto;
6240
6240
  }
6241
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-header--column {
6241
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-header--column {
6242
6242
  background-color: #f5f7fa;
6243
6243
  }
6244
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-header--column .vxe-cell {
6244
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-header--column .vxe-cell {
6245
6245
  height: 40px !important;
6246
6246
  min-height: 40px !important;
6247
6247
  }
6248
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-body--column .vxe-cell {
6248
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-body--column .vxe-cell {
6249
6249
  padding: 6px !important;
6250
6250
  min-height: 40px !important;
6251
6251
  }
6252
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-body--column .c--tooltip,
6253
- .fec-table-container[data-v-a415e6b4] .vxe-table .vxe-body--column .c--title {
6252
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-body--column .c--tooltip,
6253
+ .fec-table-container[data-v-a151967c] .vxe-table .vxe-body--column .c--title {
6254
6254
  height: 40px !important;
6255
6255
  min-height: 40px !important;
6256
6256
  }
@@ -467,9 +467,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
467
467
  emit("selection-change", [checked.row]);
468
468
  };
469
469
  const handleFilterSearch = (filters) => {
470
+ var _a;
470
471
  if (dataSourceManager.value) {
471
472
  dataSourceManager.value.updateParams(filters);
472
- summaryAllDataManager.value.updateParams(filters);
473
+ (_a = summaryAllDataManager.value) == null ? void 0 : _a.updateParams(filters);
473
474
  tableDataFetch();
474
475
  clearSelection();
475
476
  } else {
@@ -477,9 +478,10 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
477
478
  }
478
479
  };
479
480
  const handleFilterReset = () => {
481
+ var _a;
480
482
  if (dataSourceManager.value) {
481
483
  dataSourceManager.value.clearParams();
482
- summaryAllDataManager.value.clearParams();
484
+ (_a = summaryAllDataManager.value) == null ? void 0 : _a.clearParams();
483
485
  tableDataFetch();
484
486
  clearSelection();
485
487
  }
@@ -831,5 +833,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
831
833
  };
832
834
  }
833
835
  });
834
- const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a415e6b4"]]);
836
+ const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a151967c"]]);
835
837
  exports.default = _Table;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.4.53",
3
+ "version": "5.4.54",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [