@fecp/designer 5.4.95 → 5.4.96
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 +29 -29
- package/es/packages/vue/src/components/table/Table.vue.mjs +3 -11
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +29 -29
- package/lib/packages/vue/src/components/table/Table.vue.js +3 -11
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -6264,12 +6264,12 @@ body,
|
|
|
6264
6264
|
}
|
|
6265
6265
|
[data-v-afa34d8e] .el-checkbox-group .el-checkbox-button__inner {
|
|
6266
6266
|
border-radius: 4px;
|
|
6267
|
-
}.fec-table[data-v-
|
|
6267
|
+
}.fec-table[data-v-c35f81ee] {
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
flex-grow: 1;
|
|
6270
6270
|
padding: 0 16px;
|
|
6271
6271
|
}
|
|
6272
|
-
.fec-table-container[data-v-
|
|
6272
|
+
.fec-table-container[data-v-c35f81ee] {
|
|
6273
6273
|
width: 100%;
|
|
6274
6274
|
background: #fff;
|
|
6275
6275
|
box-sizing: border-box;
|
|
@@ -6279,79 +6279,79 @@ body,
|
|
|
6279
6279
|
overflow: hidden;
|
|
6280
6280
|
flex-grow: 1;
|
|
6281
6281
|
}
|
|
6282
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6282
|
+
.fec-table-container .fec-vxe-table[data-v-c35f81ee] {
|
|
6283
6283
|
flex: 1;
|
|
6284
6284
|
min-height: 0;
|
|
6285
6285
|
overflow: hidden;
|
|
6286
6286
|
margin-bottom: 16px;
|
|
6287
6287
|
}
|
|
6288
|
-
.fec-table-container[data-v-
|
|
6288
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table {
|
|
6289
6289
|
font-size: 14px;
|
|
6290
6290
|
font-family: inherit;
|
|
6291
6291
|
}
|
|
6292
|
-
.fec-table-container[data-v-
|
|
6293
|
-
.fec-table-container[data-v-
|
|
6292
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-sort--asc-btn,
|
|
6293
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-sort--desc-btn {
|
|
6294
6294
|
color: #dcdcdc;
|
|
6295
6295
|
}
|
|
6296
|
-
.fec-table-container[data-v-
|
|
6297
|
-
.fec-table-container[data-v-
|
|
6296
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6297
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6298
6298
|
color: #d3edf9;
|
|
6299
6299
|
}
|
|
6300
|
-
.fec-table-container[data-v-
|
|
6300
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .sort--active {
|
|
6301
6301
|
color: var(--el-color-primary);
|
|
6302
6302
|
}
|
|
6303
|
-
.fec-table-container[data-v-
|
|
6303
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .sort--active {
|
|
6304
6304
|
color: var(--el-color-primary);
|
|
6305
6305
|
}
|
|
6306
|
-
.fec-table-container[data-v-
|
|
6306
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--body-wrapper {
|
|
6307
6307
|
overflow: auto;
|
|
6308
6308
|
}
|
|
6309
|
-
.fec-table-container[data-v-
|
|
6309
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column {
|
|
6310
6310
|
background-color: #fff;
|
|
6311
6311
|
}
|
|
6312
|
-
.fec-table-container[data-v-
|
|
6312
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column .vxe-cell {
|
|
6313
6313
|
height: 40px !important;
|
|
6314
6314
|
min-height: 40px !important;
|
|
6315
6315
|
color: #333;
|
|
6316
6316
|
}
|
|
6317
|
-
.fec-table-container[data-v-
|
|
6317
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6318
6318
|
height: 40px !important;
|
|
6319
6319
|
}
|
|
6320
|
-
.fec-table-container[data-v-
|
|
6320
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .vxe-cell {
|
|
6321
6321
|
padding: 6px !important;
|
|
6322
6322
|
min-height: 32px !important;
|
|
6323
6323
|
color: #666;
|
|
6324
6324
|
font-size: 13px;
|
|
6325
6325
|
}
|
|
6326
|
-
.fec-table-container[data-v-
|
|
6327
|
-
.fec-table-container[data-v-
|
|
6326
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .c--tooltip,
|
|
6327
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .c--title {
|
|
6328
6328
|
height: 32px !important;
|
|
6329
6329
|
min-height: 32px !important;
|
|
6330
6330
|
}
|
|
6331
|
-
.fec-table-container[data-v-
|
|
6331
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--border-line {
|
|
6332
6332
|
border: none;
|
|
6333
6333
|
border-bottom: 1px solid #ebeef5;
|
|
6334
6334
|
border-top: 1px solid #ebeef5;
|
|
6335
6335
|
}
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6337
|
-
.fec-table-container[data-v-
|
|
6336
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6337
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6338
6338
|
border: none !important;
|
|
6339
6339
|
}
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6340
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6341
6341
|
display: none !important;
|
|
6342
6342
|
}
|
|
6343
|
-
.fec-table-container[data-v-
|
|
6343
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-cell--sort {
|
|
6344
6344
|
font-size: 14px;
|
|
6345
6345
|
}
|
|
6346
|
-
.fec-table-container[data-v-
|
|
6347
|
-
.fec-table-container[data-v-
|
|
6348
|
-
.fec-table-container[data-v-
|
|
6349
|
-
.fec-table-container[data-v-
|
|
6350
|
-
.fec-table-container[data-v-
|
|
6351
|
-
.fec-table-container[data-v-
|
|
6346
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column,
|
|
6347
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-footer--column,
|
|
6348
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column,
|
|
6349
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column,
|
|
6350
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-footer--column,
|
|
6351
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column {
|
|
6352
6352
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6353
6353
|
}
|
|
6354
|
-
.fec-table-sub[data-v-
|
|
6354
|
+
.fec-table-sub[data-v-c35f81ee] .vxe-table .vxe-table--border-line {
|
|
6355
6355
|
border-top: none;
|
|
6356
6356
|
}
|
|
6357
6357
|
.custom-dialog {
|
|
@@ -500,7 +500,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
500
500
|
emit("selection-change", [checked.row]);
|
|
501
501
|
};
|
|
502
502
|
const handleFilterSearch = (filters) => {
|
|
503
|
-
var _a, _b
|
|
503
|
+
var _a, _b;
|
|
504
504
|
if (dataSourceManager.value) {
|
|
505
505
|
dataSourceManager.value.updateParams(filters);
|
|
506
506
|
dataSourceManager.value.updatePagination(
|
|
@@ -513,10 +513,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
513
513
|
}
|
|
514
514
|
dataSourceManager.value.clearSort();
|
|
515
515
|
(_b = summaryAllDataManager.value) == null ? void 0 : _b.updateParams(filters);
|
|
516
|
-
summaryAllDataManager.value.updatePagination(
|
|
517
|
-
1,
|
|
518
|
-
((_c = localConfig.value.paginationConfig) == null ? void 0 : _c.pageSize) || 10
|
|
519
|
-
);
|
|
520
516
|
tableDataFetch();
|
|
521
517
|
clearSelection();
|
|
522
518
|
} else {
|
|
@@ -524,7 +520,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
524
520
|
}
|
|
525
521
|
};
|
|
526
522
|
const handleFilterReset = () => {
|
|
527
|
-
var _a, _b
|
|
523
|
+
var _a, _b;
|
|
528
524
|
if (dataSourceManager.value) {
|
|
529
525
|
dataSourceManager.value.clearParams();
|
|
530
526
|
dataSourceManager.value.updatePagination(
|
|
@@ -537,10 +533,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
537
533
|
}
|
|
538
534
|
dataSourceManager.value.clearSort();
|
|
539
535
|
(_b = summaryAllDataManager.value) == null ? void 0 : _b.clearParams();
|
|
540
|
-
summaryAllDataManager.value.updatePagination(
|
|
541
|
-
1,
|
|
542
|
-
((_c = localConfig.value.paginationConfig) == null ? void 0 : _c.pageSize) || 10
|
|
543
|
-
);
|
|
544
536
|
tableDataFetch();
|
|
545
537
|
clearSelection();
|
|
546
538
|
}
|
|
@@ -906,7 +898,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
906
898
|
};
|
|
907
899
|
}
|
|
908
900
|
});
|
|
909
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
901
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c35f81ee"]]);
|
|
910
902
|
export {
|
|
911
903
|
_Table as default
|
|
912
904
|
};
|
package/lib/designer.css
CHANGED
|
@@ -6264,12 +6264,12 @@ body,
|
|
|
6264
6264
|
}
|
|
6265
6265
|
[data-v-afa34d8e] .el-checkbox-group .el-checkbox-button__inner {
|
|
6266
6266
|
border-radius: 4px;
|
|
6267
|
-
}.fec-table[data-v-
|
|
6267
|
+
}.fec-table[data-v-c35f81ee] {
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
flex-grow: 1;
|
|
6270
6270
|
padding: 0 16px;
|
|
6271
6271
|
}
|
|
6272
|
-
.fec-table-container[data-v-
|
|
6272
|
+
.fec-table-container[data-v-c35f81ee] {
|
|
6273
6273
|
width: 100%;
|
|
6274
6274
|
background: #fff;
|
|
6275
6275
|
box-sizing: border-box;
|
|
@@ -6279,79 +6279,79 @@ body,
|
|
|
6279
6279
|
overflow: hidden;
|
|
6280
6280
|
flex-grow: 1;
|
|
6281
6281
|
}
|
|
6282
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6282
|
+
.fec-table-container .fec-vxe-table[data-v-c35f81ee] {
|
|
6283
6283
|
flex: 1;
|
|
6284
6284
|
min-height: 0;
|
|
6285
6285
|
overflow: hidden;
|
|
6286
6286
|
margin-bottom: 16px;
|
|
6287
6287
|
}
|
|
6288
|
-
.fec-table-container[data-v-
|
|
6288
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table {
|
|
6289
6289
|
font-size: 14px;
|
|
6290
6290
|
font-family: inherit;
|
|
6291
6291
|
}
|
|
6292
|
-
.fec-table-container[data-v-
|
|
6293
|
-
.fec-table-container[data-v-
|
|
6292
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-sort--asc-btn,
|
|
6293
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-sort--desc-btn {
|
|
6294
6294
|
color: #dcdcdc;
|
|
6295
6295
|
}
|
|
6296
|
-
.fec-table-container[data-v-
|
|
6297
|
-
.fec-table-container[data-v-
|
|
6296
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6297
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6298
6298
|
color: #d3edf9;
|
|
6299
6299
|
}
|
|
6300
|
-
.fec-table-container[data-v-
|
|
6300
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .serverSort .sort--active {
|
|
6301
6301
|
color: var(--el-color-primary);
|
|
6302
6302
|
}
|
|
6303
|
-
.fec-table-container[data-v-
|
|
6303
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .sort--active {
|
|
6304
6304
|
color: var(--el-color-primary);
|
|
6305
6305
|
}
|
|
6306
|
-
.fec-table-container[data-v-
|
|
6306
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--body-wrapper {
|
|
6307
6307
|
overflow: auto;
|
|
6308
6308
|
}
|
|
6309
|
-
.fec-table-container[data-v-
|
|
6309
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column {
|
|
6310
6310
|
background-color: #fff;
|
|
6311
6311
|
}
|
|
6312
|
-
.fec-table-container[data-v-
|
|
6312
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column .vxe-cell {
|
|
6313
6313
|
height: 40px !important;
|
|
6314
6314
|
min-height: 40px !important;
|
|
6315
6315
|
color: #333;
|
|
6316
6316
|
}
|
|
6317
|
-
.fec-table-container[data-v-
|
|
6317
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6318
6318
|
height: 40px !important;
|
|
6319
6319
|
}
|
|
6320
|
-
.fec-table-container[data-v-
|
|
6320
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .vxe-cell {
|
|
6321
6321
|
padding: 6px !important;
|
|
6322
6322
|
min-height: 32px !important;
|
|
6323
6323
|
color: #666;
|
|
6324
6324
|
font-size: 13px;
|
|
6325
6325
|
}
|
|
6326
|
-
.fec-table-container[data-v-
|
|
6327
|
-
.fec-table-container[data-v-
|
|
6326
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .c--tooltip,
|
|
6327
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column .c--title {
|
|
6328
6328
|
height: 32px !important;
|
|
6329
6329
|
min-height: 32px !important;
|
|
6330
6330
|
}
|
|
6331
|
-
.fec-table-container[data-v-
|
|
6331
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--border-line {
|
|
6332
6332
|
border: none;
|
|
6333
6333
|
border-bottom: 1px solid #ebeef5;
|
|
6334
6334
|
border-top: 1px solid #ebeef5;
|
|
6335
6335
|
}
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6337
|
-
.fec-table-container[data-v-
|
|
6336
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6337
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6338
6338
|
border: none !important;
|
|
6339
6339
|
}
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6340
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6341
6341
|
display: none !important;
|
|
6342
6342
|
}
|
|
6343
|
-
.fec-table-container[data-v-
|
|
6343
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-cell--sort {
|
|
6344
6344
|
font-size: 14px;
|
|
6345
6345
|
}
|
|
6346
|
-
.fec-table-container[data-v-
|
|
6347
|
-
.fec-table-container[data-v-
|
|
6348
|
-
.fec-table-container[data-v-
|
|
6349
|
-
.fec-table-container[data-v-
|
|
6350
|
-
.fec-table-container[data-v-
|
|
6351
|
-
.fec-table-container[data-v-
|
|
6346
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column,
|
|
6347
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-footer--column,
|
|
6348
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column,
|
|
6349
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-body--column,
|
|
6350
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-footer--column,
|
|
6351
|
+
.fec-table-container[data-v-c35f81ee] .vxe-table .vxe-header--column {
|
|
6352
6352
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6353
6353
|
}
|
|
6354
|
-
.fec-table-sub[data-v-
|
|
6354
|
+
.fec-table-sub[data-v-c35f81ee] .vxe-table .vxe-table--border-line {
|
|
6355
6355
|
border-top: none;
|
|
6356
6356
|
}
|
|
6357
6357
|
.custom-dialog {
|
|
@@ -502,7 +502,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
502
502
|
emit("selection-change", [checked.row]);
|
|
503
503
|
};
|
|
504
504
|
const handleFilterSearch = (filters) => {
|
|
505
|
-
var _a, _b
|
|
505
|
+
var _a, _b;
|
|
506
506
|
if (dataSourceManager.value) {
|
|
507
507
|
dataSourceManager.value.updateParams(filters);
|
|
508
508
|
dataSourceManager.value.updatePagination(
|
|
@@ -515,10 +515,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
515
515
|
}
|
|
516
516
|
dataSourceManager.value.clearSort();
|
|
517
517
|
(_b = summaryAllDataManager.value) == null ? void 0 : _b.updateParams(filters);
|
|
518
|
-
summaryAllDataManager.value.updatePagination(
|
|
519
|
-
1,
|
|
520
|
-
((_c = localConfig.value.paginationConfig) == null ? void 0 : _c.pageSize) || 10
|
|
521
|
-
);
|
|
522
518
|
tableDataFetch();
|
|
523
519
|
clearSelection();
|
|
524
520
|
} else {
|
|
@@ -526,7 +522,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
526
522
|
}
|
|
527
523
|
};
|
|
528
524
|
const handleFilterReset = () => {
|
|
529
|
-
var _a, _b
|
|
525
|
+
var _a, _b;
|
|
530
526
|
if (dataSourceManager.value) {
|
|
531
527
|
dataSourceManager.value.clearParams();
|
|
532
528
|
dataSourceManager.value.updatePagination(
|
|
@@ -539,10 +535,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
539
535
|
}
|
|
540
536
|
dataSourceManager.value.clearSort();
|
|
541
537
|
(_b = summaryAllDataManager.value) == null ? void 0 : _b.clearParams();
|
|
542
|
-
summaryAllDataManager.value.updatePagination(
|
|
543
|
-
1,
|
|
544
|
-
((_c = localConfig.value.paginationConfig) == null ? void 0 : _c.pageSize) || 10
|
|
545
|
-
);
|
|
546
538
|
tableDataFetch();
|
|
547
539
|
clearSelection();
|
|
548
540
|
}
|
|
@@ -908,5 +900,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
908
900
|
};
|
|
909
901
|
}
|
|
910
902
|
});
|
|
911
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
903
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-c35f81ee"]]);
|
|
912
904
|
exports.default = _Table;
|