@fecp/designer 5.4.53 → 5.4.55

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.55";
2
2
  const packageJson = {
3
3
  version
4
4
  };
package/es/designer.css CHANGED
@@ -5708,18 +5708,18 @@ body,
5708
5708
  :root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
5709
5709
  :root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
5710
5710
  :root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media (max-width: 321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
5711
- .dialog-header-content[data-v-69ba3fa8] {
5711
+ .dialog-header-content[data-v-52dc41b3] {
5712
5712
  font-size: 16px;
5713
5713
  font-weight: 600;
5714
5714
  color: #303133;
5715
5715
  }
5716
- .dialog-content-wrapper[data-v-69ba3fa8] {
5716
+ .dialog-content-wrapper[data-v-52dc41b3] {
5717
5717
  min-height: 500px;
5718
5718
  flex-grow: 1;
5719
5719
  display: flex;
5720
5720
  flex-direction: column;
5721
5721
  }
5722
- .empty-content[data-v-69ba3fa8] {
5722
+ .empty-content[data-v-52dc41b3] {
5723
5723
  display: flex;
5724
5724
  align-items: center;
5725
5725
  justify-content: center;
@@ -5727,13 +5727,13 @@ body,
5727
5727
  color: #909399;
5728
5728
  font-size: 14px;
5729
5729
  }
5730
- .component-error[data-v-69ba3fa8] {
5730
+ .component-error[data-v-52dc41b3] {
5731
5731
  padding: 40px 20px;
5732
5732
  text-align: center;
5733
5733
  color: #f56c6c;
5734
5734
  font-size: 14px;
5735
5735
  }
5736
- .fec-dialog-table[data-v-69ba3fa8] .table-pagination {
5736
+ .fec-dialog-table[data-v-52dc41b3] .table-pagination {
5737
5737
  padding: 8px 0 0 0;
5738
5738
  }.text-field-wrapper[data-v-185ddd14] {
5739
5739
  width: 100%;
@@ -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-8f80c03f] {
5907
+ .fec-form[data-v-3bdb7421] {
5908
5908
  height: 100%;
5909
5909
  }
5910
- [data-v-8f80c03f] .vgl-item {
5910
+ [data-v-3bdb7421] .vgl-item {
5911
5911
  transition: none;
5912
5912
  }
5913
- [data-v-8f80c03f] .vgl-item > .el-form-item {
5913
+ [data-v-3bdb7421] .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-8f80c03f] .vgl-item > .el-form-item.el-form-item--label-top {
5919
+ [data-v-3bdb7421] .vgl-item > .el-form-item.el-form-item--label-top {
5920
5920
  flex-direction: column;
5921
5921
  }
5922
- [data-v-8f80c03f] .vgl-item > .el-form-item .el-form-item__label {
5922
+ [data-v-3bdb7421] .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-8f80c03f] .vgl-item > .el-container {
5927
+ [data-v-3bdb7421] .vgl-item > .el-container {
5928
5928
  height: auto !important;
5929
5929
  }.cell-content .cell-text[data-v-3e5372d4] {
5930
5930
  display: inline-block;
@@ -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
  }
@@ -131,7 +131,7 @@ const _sfc_main = {
131
131
  loadComponentByPath(
132
132
  currentDialogConfig.value.componentPath,
133
133
  props.componentCtx.$router,
134
- currentComponent.value
134
+ currentComponent
135
135
  );
136
136
  }
137
137
  },
@@ -438,7 +438,7 @@ const _sfc_main = {
438
438
  };
439
439
  }
440
440
  };
441
- const DialogRenderer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-69ba3fa8"]]);
441
+ const DialogRenderer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-52dc41b3"]]);
442
442
  export {
443
443
  DialogRenderer as default
444
444
  };
@@ -943,8 +943,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
943
943
  linkaged = true;
944
944
  }
945
945
  watch(
946
- formData,
946
+ () => cloneDeep(formData.value),
947
947
  (newVal, oldVal) => {
948
+ debugger;
948
949
  if (!linkaged) {
949
950
  return;
950
951
  }
@@ -1082,7 +1083,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1082
1083
  };
1083
1084
  }
1084
1085
  });
1085
- const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8f80c03f"]]);
1086
+ const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3bdb7421"]]);
1086
1087
  export {
1087
1088
  _Form as default
1088
1089
  };
@@ -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.55";
4
4
  const packageJson = {
5
5
  version
6
6
  };
package/lib/designer.css CHANGED
@@ -5708,18 +5708,18 @@ body,
5708
5708
  :root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
5709
5709
  :root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
5710
5710
  :root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media (max-width: 321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
5711
- .dialog-header-content[data-v-69ba3fa8] {
5711
+ .dialog-header-content[data-v-52dc41b3] {
5712
5712
  font-size: 16px;
5713
5713
  font-weight: 600;
5714
5714
  color: #303133;
5715
5715
  }
5716
- .dialog-content-wrapper[data-v-69ba3fa8] {
5716
+ .dialog-content-wrapper[data-v-52dc41b3] {
5717
5717
  min-height: 500px;
5718
5718
  flex-grow: 1;
5719
5719
  display: flex;
5720
5720
  flex-direction: column;
5721
5721
  }
5722
- .empty-content[data-v-69ba3fa8] {
5722
+ .empty-content[data-v-52dc41b3] {
5723
5723
  display: flex;
5724
5724
  align-items: center;
5725
5725
  justify-content: center;
@@ -5727,13 +5727,13 @@ body,
5727
5727
  color: #909399;
5728
5728
  font-size: 14px;
5729
5729
  }
5730
- .component-error[data-v-69ba3fa8] {
5730
+ .component-error[data-v-52dc41b3] {
5731
5731
  padding: 40px 20px;
5732
5732
  text-align: center;
5733
5733
  color: #f56c6c;
5734
5734
  font-size: 14px;
5735
5735
  }
5736
- .fec-dialog-table[data-v-69ba3fa8] .table-pagination {
5736
+ .fec-dialog-table[data-v-52dc41b3] .table-pagination {
5737
5737
  padding: 8px 0 0 0;
5738
5738
  }.text-field-wrapper[data-v-185ddd14] {
5739
5739
  width: 100%;
@@ -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-8f80c03f] {
5907
+ .fec-form[data-v-3bdb7421] {
5908
5908
  height: 100%;
5909
5909
  }
5910
- [data-v-8f80c03f] .vgl-item {
5910
+ [data-v-3bdb7421] .vgl-item {
5911
5911
  transition: none;
5912
5912
  }
5913
- [data-v-8f80c03f] .vgl-item > .el-form-item {
5913
+ [data-v-3bdb7421] .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-8f80c03f] .vgl-item > .el-form-item.el-form-item--label-top {
5919
+ [data-v-3bdb7421] .vgl-item > .el-form-item.el-form-item--label-top {
5920
5920
  flex-direction: column;
5921
5921
  }
5922
- [data-v-8f80c03f] .vgl-item > .el-form-item .el-form-item__label {
5922
+ [data-v-3bdb7421] .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-8f80c03f] .vgl-item > .el-container {
5927
+ [data-v-3bdb7421] .vgl-item > .el-container {
5928
5928
  height: auto !important;
5929
5929
  }.cell-content .cell-text[data-v-3e5372d4] {
5930
5930
  display: inline-block;
@@ -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
  }
@@ -133,7 +133,7 @@ const _sfc_main = {
133
133
  common.loadComponentByPath(
134
134
  currentDialogConfig.value.componentPath,
135
135
  props.componentCtx.$router,
136
- currentComponent.value
136
+ currentComponent
137
137
  );
138
138
  }
139
139
  },
@@ -440,5 +440,5 @@ const _sfc_main = {
440
440
  };
441
441
  }
442
442
  };
443
- const DialogRenderer = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-69ba3fa8"]]);
443
+ const DialogRenderer = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-52dc41b3"]]);
444
444
  exports.default = DialogRenderer;
@@ -945,8 +945,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
945
945
  linkaged = true;
946
946
  }
947
947
  vue.watch(
948
- formData,
948
+ () => common.cloneDeep(formData.value),
949
949
  (newVal, oldVal) => {
950
+ debugger;
950
951
  if (!linkaged) {
951
952
  return;
952
953
  }
@@ -1084,5 +1085,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
1084
1085
  };
1085
1086
  }
1086
1087
  });
1087
- const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-8f80c03f"]]);
1088
+ const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-3bdb7421"]]);
1088
1089
  exports.default = _Form;
@@ -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.55",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [