@fecp/designer 5.5.14 → 5.5.15
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 +33 -33
- package/es/packages/vue/src/components/table/Table.vue.mjs +5 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +33 -33
- package/lib/packages/vue/src/components/table/Table.vue.js +5 -1
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -6312,12 +6312,12 @@ body,
|
|
|
6312
6312
|
}
|
|
6313
6313
|
[data-v-e95c842d] .el-checkbox-group .el-checkbox-button__inner {
|
|
6314
6314
|
border-radius: 4px;
|
|
6315
|
-
}.fec-table[data-v-
|
|
6315
|
+
}.fec-table[data-v-835075cf] {
|
|
6316
6316
|
height: 100%;
|
|
6317
6317
|
flex-grow: 1;
|
|
6318
6318
|
padding: 0 16px;
|
|
6319
6319
|
}
|
|
6320
|
-
.fec-table-container[data-v-
|
|
6320
|
+
.fec-table-container[data-v-835075cf] {
|
|
6321
6321
|
width: 100%;
|
|
6322
6322
|
background: #fff;
|
|
6323
6323
|
box-sizing: border-box;
|
|
@@ -6327,87 +6327,87 @@ body,
|
|
|
6327
6327
|
overflow: hidden;
|
|
6328
6328
|
flex-grow: 1;
|
|
6329
6329
|
}
|
|
6330
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6330
|
+
.fec-table-container .fec-vxe-table[data-v-835075cf] {
|
|
6331
6331
|
flex: 1;
|
|
6332
6332
|
min-height: 0;
|
|
6333
6333
|
overflow: hidden;
|
|
6334
6334
|
margin-bottom: 16px;
|
|
6335
6335
|
}
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6336
|
+
.fec-table-container[data-v-835075cf] .vxe-table {
|
|
6337
6337
|
font-size: 14px;
|
|
6338
6338
|
font-family: inherit;
|
|
6339
6339
|
}
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6341
|
-
.fec-table-container[data-v-
|
|
6340
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-sort--asc-btn,
|
|
6341
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-sort--desc-btn {
|
|
6342
6342
|
color: #dcdcdc;
|
|
6343
6343
|
}
|
|
6344
|
-
.fec-table-container[data-v-
|
|
6345
|
-
.fec-table-container[data-v-
|
|
6344
|
+
.fec-table-container[data-v-835075cf] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6345
|
+
.fec-table-container[data-v-835075cf] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6346
6346
|
color: #d3edf9;
|
|
6347
6347
|
}
|
|
6348
|
-
.fec-table-container[data-v-
|
|
6348
|
+
.fec-table-container[data-v-835075cf] .vxe-table .serverSort .sort--active {
|
|
6349
6349
|
color: var(--el-color-primary);
|
|
6350
6350
|
}
|
|
6351
|
-
.fec-table-container[data-v-
|
|
6351
|
+
.fec-table-container[data-v-835075cf] .vxe-table .sort--active {
|
|
6352
6352
|
color: var(--el-color-primary);
|
|
6353
6353
|
}
|
|
6354
|
-
.fec-table-container[data-v-
|
|
6354
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--body-wrapper {
|
|
6355
6355
|
overflow: auto;
|
|
6356
6356
|
}
|
|
6357
|
-
.fec-table-container[data-v-
|
|
6358
|
-
.fec-table-container[data-v-
|
|
6359
|
-
.fec-table-container[data-v-
|
|
6357
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--body,
|
|
6358
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--header,
|
|
6359
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--footer {
|
|
6360
6360
|
width: 100% !important;
|
|
6361
6361
|
}
|
|
6362
|
-
.fec-table-container[data-v-
|
|
6362
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-header--column {
|
|
6363
6363
|
background-color: #fff;
|
|
6364
6364
|
}
|
|
6365
|
-
.fec-table-container[data-v-
|
|
6365
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-header--column .vxe-cell {
|
|
6366
6366
|
height: 40px !important;
|
|
6367
6367
|
min-height: 40px !important;
|
|
6368
6368
|
color: #333;
|
|
6369
6369
|
}
|
|
6370
|
-
.fec-table-container[data-v-
|
|
6370
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6371
6371
|
height: 40px !important;
|
|
6372
6372
|
}
|
|
6373
|
-
.fec-table-container[data-v-
|
|
6373
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-body--column .vxe-cell {
|
|
6374
6374
|
padding: 6px !important;
|
|
6375
6375
|
min-height: 32px !important;
|
|
6376
6376
|
color: #666;
|
|
6377
6377
|
font-size: 13px;
|
|
6378
6378
|
}
|
|
6379
|
-
.fec-table-container[data-v-
|
|
6380
|
-
.fec-table-container[data-v-
|
|
6379
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-body--column .c--tooltip,
|
|
6380
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-body--column .c--title {
|
|
6381
6381
|
height: 32px !important;
|
|
6382
6382
|
min-height: 32px !important;
|
|
6383
6383
|
}
|
|
6384
|
-
.fec-table-container[data-v-
|
|
6384
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--border-line {
|
|
6385
6385
|
border: none;
|
|
6386
6386
|
border-bottom: 1px solid #ebeef5;
|
|
6387
6387
|
border-top: 1px solid #ebeef5;
|
|
6388
6388
|
}
|
|
6389
|
-
.fec-table-container[data-v-
|
|
6390
|
-
.fec-table-container[data-v-
|
|
6389
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6390
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6391
6391
|
border: none !important;
|
|
6392
6392
|
}
|
|
6393
|
-
.fec-table-container[data-v-
|
|
6393
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6394
6394
|
display: none !important;
|
|
6395
6395
|
}
|
|
6396
|
-
.fec-table-container[data-v-
|
|
6396
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-cell--sort {
|
|
6397
6397
|
font-size: 14px;
|
|
6398
6398
|
}
|
|
6399
|
-
.fec-table-container[data-v-
|
|
6400
|
-
.fec-table-container[data-v-
|
|
6401
|
-
.fec-table-container[data-v-
|
|
6402
|
-
.fec-table-container[data-v-
|
|
6403
|
-
.fec-table-container[data-v-
|
|
6404
|
-
.fec-table-container[data-v-
|
|
6399
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-body--column,
|
|
6400
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-footer--column,
|
|
6401
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-header--column,
|
|
6402
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-body--column,
|
|
6403
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-footer--column,
|
|
6404
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-header--column {
|
|
6405
6405
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6406
6406
|
}
|
|
6407
|
-
.fec-table-container[data-v-
|
|
6407
|
+
.fec-table-container[data-v-835075cf] .vxe-table .el-button.is-disabled {
|
|
6408
6408
|
color: #ccc !important;
|
|
6409
6409
|
}
|
|
6410
|
-
.fec-table-sub[data-v-
|
|
6410
|
+
.fec-table-sub[data-v-835075cf] .vxe-table .vxe-table--border-line {
|
|
6411
6411
|
border-top: none;
|
|
6412
6412
|
}
|
|
6413
6413
|
.fec-layout-card[data-v-c90689d4] {
|
|
@@ -237,10 +237,13 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
237
237
|
});
|
|
238
238
|
} else if (mode === "all") {
|
|
239
239
|
summaryFields.forEach((fieldName) => {
|
|
240
|
+
debugger;
|
|
240
241
|
const sum = allSummaryData.value[fieldName];
|
|
242
|
+
console.log("🚀 ~ sum:", sum);
|
|
241
243
|
if (sum != void 0 && sum != null) {
|
|
242
244
|
const field = fieldsData.value.find((f) => f.fieldName == fieldName);
|
|
243
245
|
let val = formatSummaryValue(sum, field) || " ";
|
|
246
|
+
console.log("🚀 ~ val:", val);
|
|
244
247
|
if (val == "undefined") {
|
|
245
248
|
val = " ";
|
|
246
249
|
}
|
|
@@ -248,6 +251,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
248
251
|
} else {
|
|
249
252
|
footerRow[fieldName] = " ";
|
|
250
253
|
}
|
|
254
|
+
console.log("🚀 ~ footerRow:", footerRow);
|
|
251
255
|
});
|
|
252
256
|
}
|
|
253
257
|
return [footerRow];
|
|
@@ -908,7 +912,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
908
912
|
};
|
|
909
913
|
}
|
|
910
914
|
});
|
|
911
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
915
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-835075cf"]]);
|
|
912
916
|
export {
|
|
913
917
|
_Table as default
|
|
914
918
|
};
|
package/lib/designer.css
CHANGED
|
@@ -6312,12 +6312,12 @@ body,
|
|
|
6312
6312
|
}
|
|
6313
6313
|
[data-v-e95c842d] .el-checkbox-group .el-checkbox-button__inner {
|
|
6314
6314
|
border-radius: 4px;
|
|
6315
|
-
}.fec-table[data-v-
|
|
6315
|
+
}.fec-table[data-v-835075cf] {
|
|
6316
6316
|
height: 100%;
|
|
6317
6317
|
flex-grow: 1;
|
|
6318
6318
|
padding: 0 16px;
|
|
6319
6319
|
}
|
|
6320
|
-
.fec-table-container[data-v-
|
|
6320
|
+
.fec-table-container[data-v-835075cf] {
|
|
6321
6321
|
width: 100%;
|
|
6322
6322
|
background: #fff;
|
|
6323
6323
|
box-sizing: border-box;
|
|
@@ -6327,87 +6327,87 @@ body,
|
|
|
6327
6327
|
overflow: hidden;
|
|
6328
6328
|
flex-grow: 1;
|
|
6329
6329
|
}
|
|
6330
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6330
|
+
.fec-table-container .fec-vxe-table[data-v-835075cf] {
|
|
6331
6331
|
flex: 1;
|
|
6332
6332
|
min-height: 0;
|
|
6333
6333
|
overflow: hidden;
|
|
6334
6334
|
margin-bottom: 16px;
|
|
6335
6335
|
}
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6336
|
+
.fec-table-container[data-v-835075cf] .vxe-table {
|
|
6337
6337
|
font-size: 14px;
|
|
6338
6338
|
font-family: inherit;
|
|
6339
6339
|
}
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6341
|
-
.fec-table-container[data-v-
|
|
6340
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-sort--asc-btn,
|
|
6341
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-sort--desc-btn {
|
|
6342
6342
|
color: #dcdcdc;
|
|
6343
6343
|
}
|
|
6344
|
-
.fec-table-container[data-v-
|
|
6345
|
-
.fec-table-container[data-v-
|
|
6344
|
+
.fec-table-container[data-v-835075cf] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6345
|
+
.fec-table-container[data-v-835075cf] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6346
6346
|
color: #d3edf9;
|
|
6347
6347
|
}
|
|
6348
|
-
.fec-table-container[data-v-
|
|
6348
|
+
.fec-table-container[data-v-835075cf] .vxe-table .serverSort .sort--active {
|
|
6349
6349
|
color: var(--el-color-primary);
|
|
6350
6350
|
}
|
|
6351
|
-
.fec-table-container[data-v-
|
|
6351
|
+
.fec-table-container[data-v-835075cf] .vxe-table .sort--active {
|
|
6352
6352
|
color: var(--el-color-primary);
|
|
6353
6353
|
}
|
|
6354
|
-
.fec-table-container[data-v-
|
|
6354
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--body-wrapper {
|
|
6355
6355
|
overflow: auto;
|
|
6356
6356
|
}
|
|
6357
|
-
.fec-table-container[data-v-
|
|
6358
|
-
.fec-table-container[data-v-
|
|
6359
|
-
.fec-table-container[data-v-
|
|
6357
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--body,
|
|
6358
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--header,
|
|
6359
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--footer {
|
|
6360
6360
|
width: 100% !important;
|
|
6361
6361
|
}
|
|
6362
|
-
.fec-table-container[data-v-
|
|
6362
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-header--column {
|
|
6363
6363
|
background-color: #fff;
|
|
6364
6364
|
}
|
|
6365
|
-
.fec-table-container[data-v-
|
|
6365
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-header--column .vxe-cell {
|
|
6366
6366
|
height: 40px !important;
|
|
6367
6367
|
min-height: 40px !important;
|
|
6368
6368
|
color: #333;
|
|
6369
6369
|
}
|
|
6370
|
-
.fec-table-container[data-v-
|
|
6370
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6371
6371
|
height: 40px !important;
|
|
6372
6372
|
}
|
|
6373
|
-
.fec-table-container[data-v-
|
|
6373
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-body--column .vxe-cell {
|
|
6374
6374
|
padding: 6px !important;
|
|
6375
6375
|
min-height: 32px !important;
|
|
6376
6376
|
color: #666;
|
|
6377
6377
|
font-size: 13px;
|
|
6378
6378
|
}
|
|
6379
|
-
.fec-table-container[data-v-
|
|
6380
|
-
.fec-table-container[data-v-
|
|
6379
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-body--column .c--tooltip,
|
|
6380
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-body--column .c--title {
|
|
6381
6381
|
height: 32px !important;
|
|
6382
6382
|
min-height: 32px !important;
|
|
6383
6383
|
}
|
|
6384
|
-
.fec-table-container[data-v-
|
|
6384
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--border-line {
|
|
6385
6385
|
border: none;
|
|
6386
6386
|
border-bottom: 1px solid #ebeef5;
|
|
6387
6387
|
border-top: 1px solid #ebeef5;
|
|
6388
6388
|
}
|
|
6389
|
-
.fec-table-container[data-v-
|
|
6390
|
-
.fec-table-container[data-v-
|
|
6389
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6390
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6391
6391
|
border: none !important;
|
|
6392
6392
|
}
|
|
6393
|
-
.fec-table-container[data-v-
|
|
6393
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6394
6394
|
display: none !important;
|
|
6395
6395
|
}
|
|
6396
|
-
.fec-table-container[data-v-
|
|
6396
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-cell--sort {
|
|
6397
6397
|
font-size: 14px;
|
|
6398
6398
|
}
|
|
6399
|
-
.fec-table-container[data-v-
|
|
6400
|
-
.fec-table-container[data-v-
|
|
6401
|
-
.fec-table-container[data-v-
|
|
6402
|
-
.fec-table-container[data-v-
|
|
6403
|
-
.fec-table-container[data-v-
|
|
6404
|
-
.fec-table-container[data-v-
|
|
6399
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-body--column,
|
|
6400
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-footer--column,
|
|
6401
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-header--column,
|
|
6402
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-body--column,
|
|
6403
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-footer--column,
|
|
6404
|
+
.fec-table-container[data-v-835075cf] .vxe-table .vxe-header--column {
|
|
6405
6405
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6406
6406
|
}
|
|
6407
|
-
.fec-table-container[data-v-
|
|
6407
|
+
.fec-table-container[data-v-835075cf] .vxe-table .el-button.is-disabled {
|
|
6408
6408
|
color: #ccc !important;
|
|
6409
6409
|
}
|
|
6410
|
-
.fec-table-sub[data-v-
|
|
6410
|
+
.fec-table-sub[data-v-835075cf] .vxe-table .vxe-table--border-line {
|
|
6411
6411
|
border-top: none;
|
|
6412
6412
|
}
|
|
6413
6413
|
.fec-layout-card[data-v-c90689d4] {
|
|
@@ -239,10 +239,13 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
239
239
|
});
|
|
240
240
|
} else if (mode === "all") {
|
|
241
241
|
summaryFields.forEach((fieldName) => {
|
|
242
|
+
debugger;
|
|
242
243
|
const sum = allSummaryData.value[fieldName];
|
|
244
|
+
console.log("🚀 ~ sum:", sum);
|
|
243
245
|
if (sum != void 0 && sum != null) {
|
|
244
246
|
const field = fieldsData.value.find((f) => f.fieldName == fieldName);
|
|
245
247
|
let val = formatSummaryValue(sum, field) || " ";
|
|
248
|
+
console.log("🚀 ~ val:", val);
|
|
246
249
|
if (val == "undefined") {
|
|
247
250
|
val = " ";
|
|
248
251
|
}
|
|
@@ -250,6 +253,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
250
253
|
} else {
|
|
251
254
|
footerRow[fieldName] = " ";
|
|
252
255
|
}
|
|
256
|
+
console.log("🚀 ~ footerRow:", footerRow);
|
|
253
257
|
});
|
|
254
258
|
}
|
|
255
259
|
return [footerRow];
|
|
@@ -910,5 +914,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
910
914
|
};
|
|
911
915
|
}
|
|
912
916
|
});
|
|
913
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
917
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-835075cf"]]);
|
|
914
918
|
exports.default = _Table;
|