@fecp/designer 5.4.50 → 5.4.53
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.
- package/es/designer/package.json.mjs +1 -1
- package/es/designer.css +23 -22
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/select/Select.vue.mjs +1 -1
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/Table.vue.mjs +3 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +23 -22
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/select/Select.vue.js +1 -1
- package/lib/packages/vue/src/components/layout/Layout.vue.js +1 -1
- package/lib/packages/vue/src/components/table/Table.vue.js +3 -1
- package/package.json +1 -1
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-
|
|
5907
|
+
.fec-form[data-v-8f80c03f] {
|
|
5908
5908
|
height: 100%;
|
|
5909
5909
|
}
|
|
5910
|
-
[data-v-
|
|
5910
|
+
[data-v-8f80c03f] .vgl-item {
|
|
5911
5911
|
transition: none;
|
|
5912
5912
|
}
|
|
5913
|
-
[data-v-
|
|
5913
|
+
[data-v-8f80c03f] .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-
|
|
5919
|
+
[data-v-8f80c03f] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5920
5920
|
flex-direction: column;
|
|
5921
5921
|
}
|
|
5922
|
-
[data-v-
|
|
5922
|
+
[data-v-8f80c03f] .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-
|
|
5927
|
+
[data-v-8f80c03f] .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-
|
|
6216
|
+
}.fec-table[data-v-a415e6b4] {
|
|
6217
6217
|
height: 100%;
|
|
6218
6218
|
flex-grow: 1;
|
|
6219
6219
|
}
|
|
6220
|
-
.fec-table-container[data-v-
|
|
6220
|
+
.fec-table-container[data-v-a415e6b4] {
|
|
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-
|
|
6230
|
+
.fec-table-container .fec-vxe-table[data-v-a415e6b4] {
|
|
6231
6231
|
flex: 1;
|
|
6232
6232
|
min-height: 0;
|
|
6233
6233
|
overflow: hidden;
|
|
6234
6234
|
}
|
|
6235
|
-
.fec-table-container[data-v-
|
|
6235
|
+
.fec-table-container[data-v-a415e6b4] .vxe-table {
|
|
6236
6236
|
font-size: 14px;
|
|
6237
6237
|
}
|
|
6238
|
-
.fec-table-container[data-v-
|
|
6238
|
+
.fec-table-container[data-v-a415e6b4] .vxe-table .vxe-table--body-wrapper {
|
|
6239
6239
|
overflow: auto;
|
|
6240
6240
|
}
|
|
6241
|
-
.fec-table-container[data-v-
|
|
6241
|
+
.fec-table-container[data-v-a415e6b4] .vxe-table .vxe-header--column {
|
|
6242
6242
|
background-color: #f5f7fa;
|
|
6243
6243
|
}
|
|
6244
|
-
.fec-table-container[data-v-
|
|
6244
|
+
.fec-table-container[data-v-a415e6b4] .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-
|
|
6248
|
+
.fec-table-container[data-v-a415e6b4] .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-
|
|
6253
|
-
.fec-table-container[data-v-
|
|
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 {
|
|
6254
6254
|
height: 40px !important;
|
|
6255
6255
|
min-height: 40px !important;
|
|
6256
6256
|
}
|
|
@@ -6260,17 +6260,17 @@ body,
|
|
|
6260
6260
|
max-height: 90% !important;
|
|
6261
6261
|
padding: 0 !important;
|
|
6262
6262
|
}
|
|
6263
|
-
.fec-layout-row[data-v-
|
|
6263
|
+
.fec-layout-row[data-v-9bca67db] {
|
|
6264
6264
|
width: 100%;
|
|
6265
6265
|
height: 100%;
|
|
6266
6266
|
}
|
|
6267
|
-
.fec-layout-row[data-v-
|
|
6267
|
+
.fec-layout-row[data-v-9bca67db] .el-col {
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
}
|
|
6270
|
-
.fec-layout-row[data-v-
|
|
6270
|
+
.fec-layout-row[data-v-9bca67db] .el-col .el-scrollbar__bar {
|
|
6271
6271
|
display: none;
|
|
6272
6272
|
}
|
|
6273
|
-
.grid-content[data-v-
|
|
6273
|
+
.grid-content[data-v-9bca67db] {
|
|
6274
6274
|
border-radius: 9px 9px 4px 4px;
|
|
6275
6275
|
background-color: #fff;
|
|
6276
6276
|
position: relative;
|
|
@@ -6281,17 +6281,18 @@ body,
|
|
|
6281
6281
|
padding: 16px 16px 16px 16px;
|
|
6282
6282
|
} */
|
|
6283
6283
|
}
|
|
6284
|
-
.grid-content-statistics[data-v-
|
|
6284
|
+
.grid-content-statistics[data-v-9bca67db] {
|
|
6285
6285
|
height: 100%;
|
|
6286
6286
|
display: flex;
|
|
6287
6287
|
flex-direction: column;
|
|
6288
|
+
overflow: auto;
|
|
6288
6289
|
/* .card-content {
|
|
6289
6290
|
display: flex;
|
|
6290
6291
|
flex-direction: column;
|
|
6291
6292
|
height: 100%;
|
|
6292
6293
|
} */
|
|
6293
6294
|
}
|
|
6294
|
-
.grid-content-statistics[data-v-
|
|
6295
|
+
.grid-content-statistics[data-v-9bca67db] .fec-layout-card:last-child {
|
|
6295
6296
|
margin-bottom: 0 !important;
|
|
6296
6297
|
flex: 1;
|
|
6297
6298
|
}
|
|
@@ -766,7 +766,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
766
766
|
for (const key of allKeys) {
|
|
767
767
|
const newVal = newData[key];
|
|
768
768
|
const oldVal = oldData[key];
|
|
769
|
-
if (!newVal && !oldVal) {
|
|
769
|
+
if (!newVal && !oldVal && Object.keys(oldData || {}).length != 0) {
|
|
770
770
|
continue;
|
|
771
771
|
}
|
|
772
772
|
if (JSON.stringify(newVal) != JSON.stringify(oldVal)) {
|
|
@@ -1082,7 +1082,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1082
1082
|
};
|
|
1083
1083
|
}
|
|
1084
1084
|
});
|
|
1085
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1085
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8f80c03f"]]);
|
|
1086
1086
|
export {
|
|
1087
1087
|
_Form as default
|
|
1088
1088
|
};
|
|
@@ -76,7 +76,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
76
76
|
options.value,
|
|
77
77
|
props.optionConfig.fieldMapping,
|
|
78
78
|
formData,
|
|
79
|
-
[...fieldsData.value, ...hiddenFields.value]
|
|
79
|
+
[...(fieldsData == null ? void 0 : fieldsData.value) || [], ...(hiddenFields == null ? void 0 : hiddenFields.value) || []]
|
|
80
80
|
);
|
|
81
81
|
}
|
|
82
82
|
return (_ctx, _cache) => {
|
|
@@ -75,7 +75,7 @@ const _sfc_main = {
|
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
|
-
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
78
|
+
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9bca67db"]]);
|
|
79
79
|
export {
|
|
80
80
|
_Layout as default
|
|
81
81
|
};
|
|
@@ -467,6 +467,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
467
467
|
const handleFilterSearch = (filters) => {
|
|
468
468
|
if (dataSourceManager.value) {
|
|
469
469
|
dataSourceManager.value.updateParams(filters);
|
|
470
|
+
summaryAllDataManager.value.updateParams(filters);
|
|
470
471
|
tableDataFetch();
|
|
471
472
|
clearSelection();
|
|
472
473
|
} else {
|
|
@@ -476,6 +477,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
476
477
|
const handleFilterReset = () => {
|
|
477
478
|
if (dataSourceManager.value) {
|
|
478
479
|
dataSourceManager.value.clearParams();
|
|
480
|
+
summaryAllDataManager.value.clearParams();
|
|
479
481
|
tableDataFetch();
|
|
480
482
|
clearSelection();
|
|
481
483
|
}
|
|
@@ -827,7 +829,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
827
829
|
};
|
|
828
830
|
}
|
|
829
831
|
});
|
|
830
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
832
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a415e6b4"]]);
|
|
831
833
|
export {
|
|
832
834
|
_Table as default
|
|
833
835
|
};
|
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-
|
|
5907
|
+
.fec-form[data-v-8f80c03f] {
|
|
5908
5908
|
height: 100%;
|
|
5909
5909
|
}
|
|
5910
|
-
[data-v-
|
|
5910
|
+
[data-v-8f80c03f] .vgl-item {
|
|
5911
5911
|
transition: none;
|
|
5912
5912
|
}
|
|
5913
|
-
[data-v-
|
|
5913
|
+
[data-v-8f80c03f] .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-
|
|
5919
|
+
[data-v-8f80c03f] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5920
5920
|
flex-direction: column;
|
|
5921
5921
|
}
|
|
5922
|
-
[data-v-
|
|
5922
|
+
[data-v-8f80c03f] .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-
|
|
5927
|
+
[data-v-8f80c03f] .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-
|
|
6216
|
+
}.fec-table[data-v-a415e6b4] {
|
|
6217
6217
|
height: 100%;
|
|
6218
6218
|
flex-grow: 1;
|
|
6219
6219
|
}
|
|
6220
|
-
.fec-table-container[data-v-
|
|
6220
|
+
.fec-table-container[data-v-a415e6b4] {
|
|
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-
|
|
6230
|
+
.fec-table-container .fec-vxe-table[data-v-a415e6b4] {
|
|
6231
6231
|
flex: 1;
|
|
6232
6232
|
min-height: 0;
|
|
6233
6233
|
overflow: hidden;
|
|
6234
6234
|
}
|
|
6235
|
-
.fec-table-container[data-v-
|
|
6235
|
+
.fec-table-container[data-v-a415e6b4] .vxe-table {
|
|
6236
6236
|
font-size: 14px;
|
|
6237
6237
|
}
|
|
6238
|
-
.fec-table-container[data-v-
|
|
6238
|
+
.fec-table-container[data-v-a415e6b4] .vxe-table .vxe-table--body-wrapper {
|
|
6239
6239
|
overflow: auto;
|
|
6240
6240
|
}
|
|
6241
|
-
.fec-table-container[data-v-
|
|
6241
|
+
.fec-table-container[data-v-a415e6b4] .vxe-table .vxe-header--column {
|
|
6242
6242
|
background-color: #f5f7fa;
|
|
6243
6243
|
}
|
|
6244
|
-
.fec-table-container[data-v-
|
|
6244
|
+
.fec-table-container[data-v-a415e6b4] .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-
|
|
6248
|
+
.fec-table-container[data-v-a415e6b4] .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-
|
|
6253
|
-
.fec-table-container[data-v-
|
|
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 {
|
|
6254
6254
|
height: 40px !important;
|
|
6255
6255
|
min-height: 40px !important;
|
|
6256
6256
|
}
|
|
@@ -6260,17 +6260,17 @@ body,
|
|
|
6260
6260
|
max-height: 90% !important;
|
|
6261
6261
|
padding: 0 !important;
|
|
6262
6262
|
}
|
|
6263
|
-
.fec-layout-row[data-v-
|
|
6263
|
+
.fec-layout-row[data-v-9bca67db] {
|
|
6264
6264
|
width: 100%;
|
|
6265
6265
|
height: 100%;
|
|
6266
6266
|
}
|
|
6267
|
-
.fec-layout-row[data-v-
|
|
6267
|
+
.fec-layout-row[data-v-9bca67db] .el-col {
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
}
|
|
6270
|
-
.fec-layout-row[data-v-
|
|
6270
|
+
.fec-layout-row[data-v-9bca67db] .el-col .el-scrollbar__bar {
|
|
6271
6271
|
display: none;
|
|
6272
6272
|
}
|
|
6273
|
-
.grid-content[data-v-
|
|
6273
|
+
.grid-content[data-v-9bca67db] {
|
|
6274
6274
|
border-radius: 9px 9px 4px 4px;
|
|
6275
6275
|
background-color: #fff;
|
|
6276
6276
|
position: relative;
|
|
@@ -6281,17 +6281,18 @@ body,
|
|
|
6281
6281
|
padding: 16px 16px 16px 16px;
|
|
6282
6282
|
} */
|
|
6283
6283
|
}
|
|
6284
|
-
.grid-content-statistics[data-v-
|
|
6284
|
+
.grid-content-statistics[data-v-9bca67db] {
|
|
6285
6285
|
height: 100%;
|
|
6286
6286
|
display: flex;
|
|
6287
6287
|
flex-direction: column;
|
|
6288
|
+
overflow: auto;
|
|
6288
6289
|
/* .card-content {
|
|
6289
6290
|
display: flex;
|
|
6290
6291
|
flex-direction: column;
|
|
6291
6292
|
height: 100%;
|
|
6292
6293
|
} */
|
|
6293
6294
|
}
|
|
6294
|
-
.grid-content-statistics[data-v-
|
|
6295
|
+
.grid-content-statistics[data-v-9bca67db] .fec-layout-card:last-child {
|
|
6295
6296
|
margin-bottom: 0 !important;
|
|
6296
6297
|
flex: 1;
|
|
6297
6298
|
}
|
|
@@ -768,7 +768,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
768
768
|
for (const key of allKeys) {
|
|
769
769
|
const newVal = newData[key];
|
|
770
770
|
const oldVal = oldData[key];
|
|
771
|
-
if (!newVal && !oldVal) {
|
|
771
|
+
if (!newVal && !oldVal && Object.keys(oldData || {}).length != 0) {
|
|
772
772
|
continue;
|
|
773
773
|
}
|
|
774
774
|
if (JSON.stringify(newVal) != JSON.stringify(oldVal)) {
|
|
@@ -1084,5 +1084,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1084
1084
|
};
|
|
1085
1085
|
}
|
|
1086
1086
|
});
|
|
1087
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1087
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-8f80c03f"]]);
|
|
1088
1088
|
exports.default = _Form;
|
|
@@ -78,7 +78,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
78
78
|
options.value,
|
|
79
79
|
props.optionConfig.fieldMapping,
|
|
80
80
|
formData,
|
|
81
|
-
[...fieldsData.value, ...hiddenFields.value]
|
|
81
|
+
[...(fieldsData == null ? void 0 : fieldsData.value) || [], ...(hiddenFields == null ? void 0 : hiddenFields.value) || []]
|
|
82
82
|
);
|
|
83
83
|
}
|
|
84
84
|
return (_ctx, _cache) => {
|
|
@@ -77,5 +77,5 @@ const _sfc_main = {
|
|
|
77
77
|
};
|
|
78
78
|
}
|
|
79
79
|
};
|
|
80
|
-
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
80
|
+
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-9bca67db"]]);
|
|
81
81
|
exports.default = _Layout;
|
|
@@ -469,6 +469,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
469
469
|
const handleFilterSearch = (filters) => {
|
|
470
470
|
if (dataSourceManager.value) {
|
|
471
471
|
dataSourceManager.value.updateParams(filters);
|
|
472
|
+
summaryAllDataManager.value.updateParams(filters);
|
|
472
473
|
tableDataFetch();
|
|
473
474
|
clearSelection();
|
|
474
475
|
} else {
|
|
@@ -478,6 +479,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
478
479
|
const handleFilterReset = () => {
|
|
479
480
|
if (dataSourceManager.value) {
|
|
480
481
|
dataSourceManager.value.clearParams();
|
|
482
|
+
summaryAllDataManager.value.clearParams();
|
|
481
483
|
tableDataFetch();
|
|
482
484
|
clearSelection();
|
|
483
485
|
}
|
|
@@ -829,5 +831,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
829
831
|
};
|
|
830
832
|
}
|
|
831
833
|
});
|
|
832
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
834
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a415e6b4"]]);
|
|
833
835
|
exports.default = _Table;
|