@fecp/designer 5.4.125 → 5.4.126
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 +42 -36
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/Table.vue.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +42 -36
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +1 -1
- package/lib/packages/vue/src/components/table/Table.vue.js +1 -1
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -5924,22 +5924,25 @@ body,
|
|
|
5924
5924
|
width: 80px;
|
|
5925
5925
|
font-size: var(--el-font-size-extra-small);
|
|
5926
5926
|
}
|
|
5927
|
-
.fec-form[data-v-
|
|
5927
|
+
.fec-form[data-v-df445e35] {
|
|
5928
5928
|
height: 100%;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-df445e35] .vgl-layout {
|
|
5931
|
+
position: relative;
|
|
5932
|
+
}
|
|
5933
|
+
[data-v-df445e35] .vgl-item {
|
|
5931
5934
|
transition: none;
|
|
5932
5935
|
}
|
|
5933
|
-
[data-v-
|
|
5936
|
+
[data-v-df445e35] .vgl-item > .el-form-item {
|
|
5934
5937
|
width: 100%;
|
|
5935
5938
|
padding: 6px 8px 0 8px;
|
|
5936
5939
|
height: calc(100% - 15px);
|
|
5937
5940
|
display: flex;
|
|
5938
5941
|
}
|
|
5939
|
-
[data-v-
|
|
5942
|
+
[data-v-df445e35] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5940
5943
|
flex-direction: column;
|
|
5941
5944
|
}
|
|
5942
|
-
[data-v-
|
|
5945
|
+
[data-v-df445e35] .vgl-item > .el-form-item .el-form-item__label {
|
|
5943
5946
|
line-height: 20px;
|
|
5944
5947
|
display: flex;
|
|
5945
5948
|
align-items: center;
|
|
@@ -5948,12 +5951,12 @@ body,
|
|
|
5948
5951
|
flex-wrap: wrap;
|
|
5949
5952
|
white-space: normal;
|
|
5950
5953
|
}
|
|
5951
|
-
[data-v-
|
|
5954
|
+
[data-v-df445e35] .vgl-item > .el-form-item {
|
|
5952
5955
|
/* .el-form-item__error {
|
|
5953
5956
|
padding-top: 10px;
|
|
5954
5957
|
} */
|
|
5955
5958
|
}
|
|
5956
|
-
[data-v-
|
|
5959
|
+
[data-v-df445e35] .vgl-item > .el-container {
|
|
5957
5960
|
height: auto !important;
|
|
5958
5961
|
}.table-pagination[data-v-e5b4b4a4] {
|
|
5959
5962
|
display: flex;
|
|
@@ -6307,12 +6310,12 @@ body,
|
|
|
6307
6310
|
}
|
|
6308
6311
|
[data-v-9e44c27e] .el-checkbox-group .el-checkbox-button__inner {
|
|
6309
6312
|
border-radius: 4px;
|
|
6310
|
-
}.fec-table[data-v-
|
|
6313
|
+
}.fec-table[data-v-8db5496b] {
|
|
6311
6314
|
height: 100%;
|
|
6312
6315
|
flex-grow: 1;
|
|
6313
6316
|
padding: 0 16px;
|
|
6314
6317
|
}
|
|
6315
|
-
.fec-table-container[data-v-
|
|
6318
|
+
.fec-table-container[data-v-8db5496b] {
|
|
6316
6319
|
width: 100%;
|
|
6317
6320
|
background: #fff;
|
|
6318
6321
|
box-sizing: border-box;
|
|
@@ -6322,79 +6325,82 @@ body,
|
|
|
6322
6325
|
overflow: hidden;
|
|
6323
6326
|
flex-grow: 1;
|
|
6324
6327
|
}
|
|
6325
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6328
|
+
.fec-table-container .fec-vxe-table[data-v-8db5496b] {
|
|
6326
6329
|
flex: 1;
|
|
6327
6330
|
min-height: 0;
|
|
6328
6331
|
overflow: hidden;
|
|
6329
6332
|
margin-bottom: 16px;
|
|
6330
6333
|
}
|
|
6331
|
-
.fec-table-container[data-v-
|
|
6334
|
+
.fec-table-container[data-v-8db5496b] .vxe-table {
|
|
6332
6335
|
font-size: 14px;
|
|
6333
6336
|
font-family: inherit;
|
|
6334
6337
|
}
|
|
6335
|
-
.fec-table-container[data-v-
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6338
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-sort--asc-btn,
|
|
6339
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-sort--desc-btn {
|
|
6337
6340
|
color: #dcdcdc;
|
|
6338
6341
|
}
|
|
6339
|
-
.fec-table-container[data-v-
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6342
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6343
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6341
6344
|
color: #d3edf9;
|
|
6342
6345
|
}
|
|
6343
|
-
.fec-table-container[data-v-
|
|
6346
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .serverSort .sort--active {
|
|
6344
6347
|
color: var(--el-color-primary);
|
|
6345
6348
|
}
|
|
6346
|
-
.fec-table-container[data-v-
|
|
6349
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .sort--active {
|
|
6347
6350
|
color: var(--el-color-primary);
|
|
6348
6351
|
}
|
|
6349
|
-
.fec-table-container[data-v-
|
|
6352
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--body-wrapper {
|
|
6350
6353
|
overflow: auto;
|
|
6351
6354
|
}
|
|
6352
|
-
.fec-table-container[data-v-
|
|
6355
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--body {
|
|
6356
|
+
width: 100% !important;
|
|
6357
|
+
}
|
|
6358
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column {
|
|
6353
6359
|
background-color: #fff;
|
|
6354
6360
|
}
|
|
6355
|
-
.fec-table-container[data-v-
|
|
6361
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column .vxe-cell {
|
|
6356
6362
|
height: 40px !important;
|
|
6357
6363
|
min-height: 40px !important;
|
|
6358
6364
|
color: #333;
|
|
6359
6365
|
}
|
|
6360
|
-
.fec-table-container[data-v-
|
|
6366
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6361
6367
|
height: 40px !important;
|
|
6362
6368
|
}
|
|
6363
|
-
.fec-table-container[data-v-
|
|
6369
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .vxe-cell {
|
|
6364
6370
|
padding: 6px !important;
|
|
6365
6371
|
min-height: 32px !important;
|
|
6366
6372
|
color: #666;
|
|
6367
6373
|
font-size: 13px;
|
|
6368
6374
|
}
|
|
6369
|
-
.fec-table-container[data-v-
|
|
6370
|
-
.fec-table-container[data-v-
|
|
6375
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .c--tooltip,
|
|
6376
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .c--title {
|
|
6371
6377
|
height: 32px !important;
|
|
6372
6378
|
min-height: 32px !important;
|
|
6373
6379
|
}
|
|
6374
|
-
.fec-table-container[data-v-
|
|
6380
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--border-line {
|
|
6375
6381
|
border: none;
|
|
6376
6382
|
border-bottom: 1px solid #ebeef5;
|
|
6377
6383
|
border-top: 1px solid #ebeef5;
|
|
6378
6384
|
}
|
|
6379
|
-
.fec-table-container[data-v-
|
|
6380
|
-
.fec-table-container[data-v-
|
|
6385
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6386
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6381
6387
|
border: none !important;
|
|
6382
6388
|
}
|
|
6383
|
-
.fec-table-container[data-v-
|
|
6389
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6384
6390
|
display: none !important;
|
|
6385
6391
|
}
|
|
6386
|
-
.fec-table-container[data-v-
|
|
6392
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-cell--sort {
|
|
6387
6393
|
font-size: 14px;
|
|
6388
6394
|
}
|
|
6389
|
-
.fec-table-container[data-v-
|
|
6390
|
-
.fec-table-container[data-v-
|
|
6391
|
-
.fec-table-container[data-v-
|
|
6392
|
-
.fec-table-container[data-v-
|
|
6393
|
-
.fec-table-container[data-v-
|
|
6394
|
-
.fec-table-container[data-v-
|
|
6395
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column,
|
|
6396
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-footer--column,
|
|
6397
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column,
|
|
6398
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column,
|
|
6399
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-footer--column,
|
|
6400
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column {
|
|
6395
6401
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6396
6402
|
}
|
|
6397
|
-
.fec-table-sub[data-v-
|
|
6403
|
+
.fec-table-sub[data-v-8db5496b] .vxe-table .vxe-table--border-line {
|
|
6398
6404
|
border-top: none;
|
|
6399
6405
|
}
|
|
6400
6406
|
.fec-layout-card[data-v-c90689d4] {
|
|
@@ -1094,7 +1094,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1094
1094
|
};
|
|
1095
1095
|
}
|
|
1096
1096
|
});
|
|
1097
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1097
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-df445e35"]]);
|
|
1098
1098
|
export {
|
|
1099
1099
|
_Form as default
|
|
1100
1100
|
};
|
|
@@ -896,7 +896,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
896
896
|
};
|
|
897
897
|
}
|
|
898
898
|
});
|
|
899
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
899
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8db5496b"]]);
|
|
900
900
|
export {
|
|
901
901
|
_Table as default
|
|
902
902
|
};
|
package/lib/designer.css
CHANGED
|
@@ -5924,22 +5924,25 @@ body,
|
|
|
5924
5924
|
width: 80px;
|
|
5925
5925
|
font-size: var(--el-font-size-extra-small);
|
|
5926
5926
|
}
|
|
5927
|
-
.fec-form[data-v-
|
|
5927
|
+
.fec-form[data-v-df445e35] {
|
|
5928
5928
|
height: 100%;
|
|
5929
5929
|
}
|
|
5930
|
-
[data-v-
|
|
5930
|
+
[data-v-df445e35] .vgl-layout {
|
|
5931
|
+
position: relative;
|
|
5932
|
+
}
|
|
5933
|
+
[data-v-df445e35] .vgl-item {
|
|
5931
5934
|
transition: none;
|
|
5932
5935
|
}
|
|
5933
|
-
[data-v-
|
|
5936
|
+
[data-v-df445e35] .vgl-item > .el-form-item {
|
|
5934
5937
|
width: 100%;
|
|
5935
5938
|
padding: 6px 8px 0 8px;
|
|
5936
5939
|
height: calc(100% - 15px);
|
|
5937
5940
|
display: flex;
|
|
5938
5941
|
}
|
|
5939
|
-
[data-v-
|
|
5942
|
+
[data-v-df445e35] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5940
5943
|
flex-direction: column;
|
|
5941
5944
|
}
|
|
5942
|
-
[data-v-
|
|
5945
|
+
[data-v-df445e35] .vgl-item > .el-form-item .el-form-item__label {
|
|
5943
5946
|
line-height: 20px;
|
|
5944
5947
|
display: flex;
|
|
5945
5948
|
align-items: center;
|
|
@@ -5948,12 +5951,12 @@ body,
|
|
|
5948
5951
|
flex-wrap: wrap;
|
|
5949
5952
|
white-space: normal;
|
|
5950
5953
|
}
|
|
5951
|
-
[data-v-
|
|
5954
|
+
[data-v-df445e35] .vgl-item > .el-form-item {
|
|
5952
5955
|
/* .el-form-item__error {
|
|
5953
5956
|
padding-top: 10px;
|
|
5954
5957
|
} */
|
|
5955
5958
|
}
|
|
5956
|
-
[data-v-
|
|
5959
|
+
[data-v-df445e35] .vgl-item > .el-container {
|
|
5957
5960
|
height: auto !important;
|
|
5958
5961
|
}.table-pagination[data-v-e5b4b4a4] {
|
|
5959
5962
|
display: flex;
|
|
@@ -6307,12 +6310,12 @@ body,
|
|
|
6307
6310
|
}
|
|
6308
6311
|
[data-v-9e44c27e] .el-checkbox-group .el-checkbox-button__inner {
|
|
6309
6312
|
border-radius: 4px;
|
|
6310
|
-
}.fec-table[data-v-
|
|
6313
|
+
}.fec-table[data-v-8db5496b] {
|
|
6311
6314
|
height: 100%;
|
|
6312
6315
|
flex-grow: 1;
|
|
6313
6316
|
padding: 0 16px;
|
|
6314
6317
|
}
|
|
6315
|
-
.fec-table-container[data-v-
|
|
6318
|
+
.fec-table-container[data-v-8db5496b] {
|
|
6316
6319
|
width: 100%;
|
|
6317
6320
|
background: #fff;
|
|
6318
6321
|
box-sizing: border-box;
|
|
@@ -6322,79 +6325,82 @@ body,
|
|
|
6322
6325
|
overflow: hidden;
|
|
6323
6326
|
flex-grow: 1;
|
|
6324
6327
|
}
|
|
6325
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6328
|
+
.fec-table-container .fec-vxe-table[data-v-8db5496b] {
|
|
6326
6329
|
flex: 1;
|
|
6327
6330
|
min-height: 0;
|
|
6328
6331
|
overflow: hidden;
|
|
6329
6332
|
margin-bottom: 16px;
|
|
6330
6333
|
}
|
|
6331
|
-
.fec-table-container[data-v-
|
|
6334
|
+
.fec-table-container[data-v-8db5496b] .vxe-table {
|
|
6332
6335
|
font-size: 14px;
|
|
6333
6336
|
font-family: inherit;
|
|
6334
6337
|
}
|
|
6335
|
-
.fec-table-container[data-v-
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6338
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-sort--asc-btn,
|
|
6339
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-sort--desc-btn {
|
|
6337
6340
|
color: #dcdcdc;
|
|
6338
6341
|
}
|
|
6339
|
-
.fec-table-container[data-v-
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6342
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6343
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6341
6344
|
color: #d3edf9;
|
|
6342
6345
|
}
|
|
6343
|
-
.fec-table-container[data-v-
|
|
6346
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .serverSort .sort--active {
|
|
6344
6347
|
color: var(--el-color-primary);
|
|
6345
6348
|
}
|
|
6346
|
-
.fec-table-container[data-v-
|
|
6349
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .sort--active {
|
|
6347
6350
|
color: var(--el-color-primary);
|
|
6348
6351
|
}
|
|
6349
|
-
.fec-table-container[data-v-
|
|
6352
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--body-wrapper {
|
|
6350
6353
|
overflow: auto;
|
|
6351
6354
|
}
|
|
6352
|
-
.fec-table-container[data-v-
|
|
6355
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--body {
|
|
6356
|
+
width: 100% !important;
|
|
6357
|
+
}
|
|
6358
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column {
|
|
6353
6359
|
background-color: #fff;
|
|
6354
6360
|
}
|
|
6355
|
-
.fec-table-container[data-v-
|
|
6361
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column .vxe-cell {
|
|
6356
6362
|
height: 40px !important;
|
|
6357
6363
|
min-height: 40px !important;
|
|
6358
6364
|
color: #333;
|
|
6359
6365
|
}
|
|
6360
|
-
.fec-table-container[data-v-
|
|
6366
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6361
6367
|
height: 40px !important;
|
|
6362
6368
|
}
|
|
6363
|
-
.fec-table-container[data-v-
|
|
6369
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .vxe-cell {
|
|
6364
6370
|
padding: 6px !important;
|
|
6365
6371
|
min-height: 32px !important;
|
|
6366
6372
|
color: #666;
|
|
6367
6373
|
font-size: 13px;
|
|
6368
6374
|
}
|
|
6369
|
-
.fec-table-container[data-v-
|
|
6370
|
-
.fec-table-container[data-v-
|
|
6375
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .c--tooltip,
|
|
6376
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column .c--title {
|
|
6371
6377
|
height: 32px !important;
|
|
6372
6378
|
min-height: 32px !important;
|
|
6373
6379
|
}
|
|
6374
|
-
.fec-table-container[data-v-
|
|
6380
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--border-line {
|
|
6375
6381
|
border: none;
|
|
6376
6382
|
border-bottom: 1px solid #ebeef5;
|
|
6377
6383
|
border-top: 1px solid #ebeef5;
|
|
6378
6384
|
}
|
|
6379
|
-
.fec-table-container[data-v-
|
|
6380
|
-
.fec-table-container[data-v-
|
|
6385
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6386
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6381
6387
|
border: none !important;
|
|
6382
6388
|
}
|
|
6383
|
-
.fec-table-container[data-v-
|
|
6389
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6384
6390
|
display: none !important;
|
|
6385
6391
|
}
|
|
6386
|
-
.fec-table-container[data-v-
|
|
6392
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-cell--sort {
|
|
6387
6393
|
font-size: 14px;
|
|
6388
6394
|
}
|
|
6389
|
-
.fec-table-container[data-v-
|
|
6390
|
-
.fec-table-container[data-v-
|
|
6391
|
-
.fec-table-container[data-v-
|
|
6392
|
-
.fec-table-container[data-v-
|
|
6393
|
-
.fec-table-container[data-v-
|
|
6394
|
-
.fec-table-container[data-v-
|
|
6395
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column,
|
|
6396
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-footer--column,
|
|
6397
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column,
|
|
6398
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-body--column,
|
|
6399
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-footer--column,
|
|
6400
|
+
.fec-table-container[data-v-8db5496b] .vxe-table .vxe-header--column {
|
|
6395
6401
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6396
6402
|
}
|
|
6397
|
-
.fec-table-sub[data-v-
|
|
6403
|
+
.fec-table-sub[data-v-8db5496b] .vxe-table .vxe-table--border-line {
|
|
6398
6404
|
border-top: none;
|
|
6399
6405
|
}
|
|
6400
6406
|
.fec-layout-card[data-v-c90689d4] {
|
|
@@ -1096,5 +1096,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1096
1096
|
};
|
|
1097
1097
|
}
|
|
1098
1098
|
});
|
|
1099
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1099
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-df445e35"]]);
|
|
1100
1100
|
exports.default = _Form;
|
|
@@ -898,5 +898,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
898
898
|
};
|
|
899
899
|
}
|
|
900
900
|
});
|
|
901
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
901
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-8db5496b"]]);
|
|
902
902
|
exports.default = _Table;
|