@gopowerteam/table-render 0.0.131 → 0.0.133
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.
|
@@ -184,8 +184,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
184
184
|
showEmptyTree?: unknown;
|
|
185
185
|
} & {
|
|
186
186
|
size: "mini" | "small" | "medium" | "large";
|
|
187
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
188
187
|
data: TableData[];
|
|
188
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
189
189
|
loading: boolean | Record<string, any>;
|
|
190
190
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
191
191
|
columns: TableColumnData[];
|
|
@@ -193,7 +193,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
193
193
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
194
194
|
stripe: boolean;
|
|
195
195
|
tableLayoutFixed: boolean;
|
|
196
|
-
pagePosition: "
|
|
196
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
197
197
|
indentSize: number;
|
|
198
198
|
rowKey: string;
|
|
199
199
|
showHeader: boolean;
|
|
@@ -206,16 +206,16 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
206
206
|
stickyHeader: number | boolean;
|
|
207
207
|
showEmptyTree: boolean;
|
|
208
208
|
} & {
|
|
209
|
+
summary?: boolean | ((params: {
|
|
210
|
+
columns: TableColumnData[];
|
|
211
|
+
data: TableData[];
|
|
212
|
+
}) => TableData[]) | undefined;
|
|
209
213
|
scroll?: {
|
|
210
214
|
x?: string | number | undefined;
|
|
211
215
|
y?: string | number | undefined;
|
|
212
216
|
minWidth?: string | number | undefined;
|
|
213
217
|
maxHeight?: string | number | undefined;
|
|
214
218
|
} | undefined;
|
|
215
|
-
summary?: boolean | ((params: {
|
|
216
|
-
columns: TableColumnData[];
|
|
217
|
-
data: TableData[];
|
|
218
|
-
}) => TableData[]) | undefined;
|
|
219
219
|
virtualListProps?: import('@arco-design/web-vue/es/_components/virtual-list-v2/interface').VirtualListProps | undefined;
|
|
220
220
|
rowSelection?: import('@arco-design/web-vue').TableRowSelection | undefined;
|
|
221
221
|
expandable?: TableExpandable | undefined;
|
|
@@ -352,8 +352,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
352
352
|
showEmptyTree?: unknown;
|
|
353
353
|
} & {
|
|
354
354
|
size: "mini" | "small" | "medium" | "large";
|
|
355
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
356
355
|
data: TableData[];
|
|
356
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
357
357
|
loading: boolean | Record<string, any>;
|
|
358
358
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
359
359
|
columns: TableColumnData[];
|
|
@@ -361,7 +361,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
361
361
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
362
362
|
stripe: boolean;
|
|
363
363
|
tableLayoutFixed: boolean;
|
|
364
|
-
pagePosition: "
|
|
364
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
365
365
|
indentSize: number;
|
|
366
366
|
rowKey: string;
|
|
367
367
|
showHeader: boolean;
|
|
@@ -374,16 +374,16 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
374
374
|
stickyHeader: number | boolean;
|
|
375
375
|
showEmptyTree: boolean;
|
|
376
376
|
} & {
|
|
377
|
+
summary?: boolean | ((params: {
|
|
378
|
+
columns: TableColumnData[];
|
|
379
|
+
data: TableData[];
|
|
380
|
+
}) => TableData[]) | undefined;
|
|
377
381
|
scroll?: {
|
|
378
382
|
x?: string | number | undefined;
|
|
379
383
|
y?: string | number | undefined;
|
|
380
384
|
minWidth?: string | number | undefined;
|
|
381
385
|
maxHeight?: string | number | undefined;
|
|
382
386
|
} | undefined;
|
|
383
|
-
summary?: boolean | ((params: {
|
|
384
|
-
columns: TableColumnData[];
|
|
385
|
-
data: TableData[];
|
|
386
|
-
}) => TableData[]) | undefined;
|
|
387
387
|
virtualListProps?: import('@arco-design/web-vue/es/_components/virtual-list-v2/interface').VirtualListProps | undefined;
|
|
388
388
|
rowSelection?: import('@arco-design/web-vue').TableRowSelection | undefined;
|
|
389
389
|
expandable?: TableExpandable | undefined;
|
|
@@ -439,8 +439,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
439
439
|
onCellContextmenu?: ((record: TableData, column: TableColumnData, ev: Event) => any) | undefined;
|
|
440
440
|
}, {
|
|
441
441
|
size: "mini" | "small" | "medium" | "large";
|
|
442
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
443
442
|
data: TableData[];
|
|
443
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
444
444
|
loading: boolean | Record<string, any>;
|
|
445
445
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
446
446
|
columns: TableColumnData[];
|
|
@@ -448,7 +448,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
448
448
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
449
449
|
stripe: boolean;
|
|
450
450
|
tableLayoutFixed: boolean;
|
|
451
|
-
pagePosition: "
|
|
451
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
452
452
|
indentSize: number;
|
|
453
453
|
rowKey: string;
|
|
454
454
|
showHeader: boolean;
|
|
@@ -508,8 +508,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
508
508
|
showEmptyTree?: unknown;
|
|
509
509
|
} & {
|
|
510
510
|
size: "mini" | "small" | "medium" | "large";
|
|
511
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
512
511
|
data: TableData[];
|
|
512
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
513
513
|
loading: boolean | Record<string, any>;
|
|
514
514
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
515
515
|
columns: TableColumnData[];
|
|
@@ -517,7 +517,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
517
517
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
518
518
|
stripe: boolean;
|
|
519
519
|
tableLayoutFixed: boolean;
|
|
520
|
-
pagePosition: "
|
|
520
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
521
521
|
indentSize: number;
|
|
522
522
|
rowKey: string;
|
|
523
523
|
showHeader: boolean;
|
|
@@ -530,16 +530,16 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
530
530
|
stickyHeader: number | boolean;
|
|
531
531
|
showEmptyTree: boolean;
|
|
532
532
|
} & {
|
|
533
|
+
summary?: boolean | ((params: {
|
|
534
|
+
columns: TableColumnData[];
|
|
535
|
+
data: TableData[];
|
|
536
|
+
}) => TableData[]) | undefined;
|
|
533
537
|
scroll?: {
|
|
534
538
|
x?: string | number | undefined;
|
|
535
539
|
y?: string | number | undefined;
|
|
536
540
|
minWidth?: string | number | undefined;
|
|
537
541
|
maxHeight?: string | number | undefined;
|
|
538
542
|
} | undefined;
|
|
539
|
-
summary?: boolean | ((params: {
|
|
540
|
-
columns: TableColumnData[];
|
|
541
|
-
data: TableData[];
|
|
542
|
-
}) => TableData[]) | undefined;
|
|
543
543
|
virtualListProps?: import('@arco-design/web-vue/es/_components/virtual-list-v2/interface').VirtualListProps | undefined;
|
|
544
544
|
rowSelection?: import('@arco-design/web-vue').TableRowSelection | undefined;
|
|
545
545
|
expandable?: TableExpandable | undefined;
|
|
@@ -614,8 +614,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
614
614
|
clearSorters(): void;
|
|
615
615
|
}, {
|
|
616
616
|
size: "mini" | "small" | "medium" | "large";
|
|
617
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
618
617
|
data: TableData[];
|
|
618
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
619
619
|
loading: boolean | Record<string, any>;
|
|
620
620
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
621
621
|
columns: TableColumnData[];
|
|
@@ -623,7 +623,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
623
623
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
624
624
|
stripe: boolean;
|
|
625
625
|
tableLayoutFixed: boolean;
|
|
626
|
-
pagePosition: "
|
|
626
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
627
627
|
indentSize: number;
|
|
628
628
|
rowKey: string;
|
|
629
629
|
showHeader: boolean;
|
|
@@ -639,8 +639,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
639
639
|
tableSource: Ref<import('../interfaces').DataRecord[]>;
|
|
640
640
|
tableOptions: import('vue').ComputedRef<Partial<Partial<{
|
|
641
641
|
size: "mini" | "small" | "medium" | "large";
|
|
642
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
643
642
|
data: TableData[];
|
|
643
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
644
644
|
loading: boolean | Record<string, any>;
|
|
645
645
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
646
646
|
columns: TableColumnData[];
|
|
@@ -648,7 +648,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
648
648
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
649
649
|
stripe: boolean;
|
|
650
650
|
tableLayoutFixed: boolean;
|
|
651
|
-
pagePosition: "
|
|
651
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
652
652
|
indentSize: number;
|
|
653
653
|
rowKey: string;
|
|
654
654
|
showHeader: boolean;
|
|
@@ -678,7 +678,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
678
678
|
maxHeight?: string | number | undefined;
|
|
679
679
|
} | undefined;
|
|
680
680
|
readonly pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
681
|
-
readonly pagePosition: "
|
|
681
|
+
readonly pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
682
682
|
readonly indentSize: number;
|
|
683
683
|
readonly rowKey: string;
|
|
684
684
|
readonly showHeader: boolean;
|
|
@@ -786,8 +786,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
786
786
|
showEmptyTree?: unknown;
|
|
787
787
|
} & {
|
|
788
788
|
size: "mini" | "small" | "medium" | "large";
|
|
789
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
790
789
|
data: TableData[];
|
|
790
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
791
791
|
loading: boolean | Record<string, any>;
|
|
792
792
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
793
793
|
columns: TableColumnData[];
|
|
@@ -795,7 +795,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
795
795
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
796
796
|
stripe: boolean;
|
|
797
797
|
tableLayoutFixed: boolean;
|
|
798
|
-
pagePosition: "
|
|
798
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
799
799
|
indentSize: number;
|
|
800
800
|
rowKey: string;
|
|
801
801
|
showHeader: boolean;
|
|
@@ -808,16 +808,16 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
808
808
|
stickyHeader: number | boolean;
|
|
809
809
|
showEmptyTree: boolean;
|
|
810
810
|
} & {
|
|
811
|
+
summary?: boolean | ((params: {
|
|
812
|
+
columns: TableColumnData[];
|
|
813
|
+
data: TableData[];
|
|
814
|
+
}) => TableData[]) | undefined;
|
|
811
815
|
scroll?: {
|
|
812
816
|
x?: string | number | undefined;
|
|
813
817
|
y?: string | number | undefined;
|
|
814
818
|
minWidth?: string | number | undefined;
|
|
815
819
|
maxHeight?: string | number | undefined;
|
|
816
820
|
} | undefined;
|
|
817
|
-
summary?: boolean | ((params: {
|
|
818
|
-
columns: TableColumnData[];
|
|
819
|
-
data: TableData[];
|
|
820
|
-
}) => TableData[]) | undefined;
|
|
821
821
|
virtualListProps?: import('@arco-design/web-vue/es/_components/virtual-list-v2/interface').VirtualListProps | undefined;
|
|
822
822
|
rowSelection?: import('@arco-design/web-vue').TableRowSelection | undefined;
|
|
823
823
|
expandable?: TableExpandable | undefined;
|
|
@@ -974,8 +974,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
974
974
|
autoLabelWidth: boolean;
|
|
975
975
|
scrollToFirstError: boolean;
|
|
976
976
|
} & {
|
|
977
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
978
977
|
disabled?: boolean | undefined;
|
|
978
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
979
979
|
labelColStyle?: Record<string, any> | undefined;
|
|
980
980
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
981
981
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
|
@@ -1042,8 +1042,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
1042
1042
|
autoLabelWidth: boolean;
|
|
1043
1043
|
scrollToFirstError: boolean;
|
|
1044
1044
|
} & {
|
|
1045
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1046
1045
|
disabled?: boolean | undefined;
|
|
1046
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1047
1047
|
labelColStyle?: Record<string, any> | undefined;
|
|
1048
1048
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
1049
1049
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
|
@@ -1096,8 +1096,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
1096
1096
|
autoLabelWidth: boolean;
|
|
1097
1097
|
scrollToFirstError: boolean;
|
|
1098
1098
|
} & {
|
|
1099
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1100
1099
|
disabled?: boolean | undefined;
|
|
1100
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1101
1101
|
labelColStyle?: Record<string, any> | undefined;
|
|
1102
1102
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
1103
1103
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
|
@@ -1328,8 +1328,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
1328
1328
|
autoLabelWidth: boolean;
|
|
1329
1329
|
scrollToFirstError: boolean;
|
|
1330
1330
|
} & {
|
|
1331
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1332
1331
|
disabled?: boolean | undefined;
|
|
1332
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1333
1333
|
labelColStyle?: Record<string, any> | undefined;
|
|
1334
1334
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
1335
1335
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
|
@@ -1396,8 +1396,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
1396
1396
|
autoLabelWidth: boolean;
|
|
1397
1397
|
scrollToFirstError: boolean;
|
|
1398
1398
|
} & {
|
|
1399
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1400
1399
|
disabled?: boolean | undefined;
|
|
1400
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1401
1401
|
labelColStyle?: Record<string, any> | undefined;
|
|
1402
1402
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
1403
1403
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
|
@@ -1450,8 +1450,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
1450
1450
|
autoLabelWidth: boolean;
|
|
1451
1451
|
scrollToFirstError: boolean;
|
|
1452
1452
|
} & {
|
|
1453
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1454
1453
|
disabled?: boolean | undefined;
|
|
1454
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1455
1455
|
labelColStyle?: Record<string, any> | undefined;
|
|
1456
1456
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
1457
1457
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
|
@@ -184,8 +184,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
184
184
|
showEmptyTree?: unknown;
|
|
185
185
|
} & {
|
|
186
186
|
size: "mini" | "small" | "medium" | "large";
|
|
187
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
188
187
|
data: TableData[];
|
|
188
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
189
189
|
loading: boolean | Record<string, any>;
|
|
190
190
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
191
191
|
columns: TableColumnData[];
|
|
@@ -193,7 +193,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
193
193
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
194
194
|
stripe: boolean;
|
|
195
195
|
tableLayoutFixed: boolean;
|
|
196
|
-
pagePosition: "
|
|
196
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
197
197
|
indentSize: number;
|
|
198
198
|
rowKey: string;
|
|
199
199
|
showHeader: boolean;
|
|
@@ -206,16 +206,16 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
206
206
|
stickyHeader: number | boolean;
|
|
207
207
|
showEmptyTree: boolean;
|
|
208
208
|
} & {
|
|
209
|
+
summary?: boolean | ((params: {
|
|
210
|
+
columns: TableColumnData[];
|
|
211
|
+
data: TableData[];
|
|
212
|
+
}) => TableData[]) | undefined;
|
|
209
213
|
scroll?: {
|
|
210
214
|
x?: string | number | undefined;
|
|
211
215
|
y?: string | number | undefined;
|
|
212
216
|
minWidth?: string | number | undefined;
|
|
213
217
|
maxHeight?: string | number | undefined;
|
|
214
218
|
} | undefined;
|
|
215
|
-
summary?: boolean | ((params: {
|
|
216
|
-
columns: TableColumnData[];
|
|
217
|
-
data: TableData[];
|
|
218
|
-
}) => TableData[]) | undefined;
|
|
219
219
|
virtualListProps?: import('@arco-design/web-vue/es/_components/virtual-list-v2/interface').VirtualListProps | undefined;
|
|
220
220
|
rowSelection?: import('@arco-design/web-vue').TableRowSelection | undefined;
|
|
221
221
|
expandable?: TableExpandable | undefined;
|
|
@@ -352,8 +352,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
352
352
|
showEmptyTree?: unknown;
|
|
353
353
|
} & {
|
|
354
354
|
size: "mini" | "small" | "medium" | "large";
|
|
355
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
356
355
|
data: TableData[];
|
|
356
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
357
357
|
loading: boolean | Record<string, any>;
|
|
358
358
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
359
359
|
columns: TableColumnData[];
|
|
@@ -361,7 +361,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
361
361
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
362
362
|
stripe: boolean;
|
|
363
363
|
tableLayoutFixed: boolean;
|
|
364
|
-
pagePosition: "
|
|
364
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
365
365
|
indentSize: number;
|
|
366
366
|
rowKey: string;
|
|
367
367
|
showHeader: boolean;
|
|
@@ -374,16 +374,16 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
374
374
|
stickyHeader: number | boolean;
|
|
375
375
|
showEmptyTree: boolean;
|
|
376
376
|
} & {
|
|
377
|
+
summary?: boolean | ((params: {
|
|
378
|
+
columns: TableColumnData[];
|
|
379
|
+
data: TableData[];
|
|
380
|
+
}) => TableData[]) | undefined;
|
|
377
381
|
scroll?: {
|
|
378
382
|
x?: string | number | undefined;
|
|
379
383
|
y?: string | number | undefined;
|
|
380
384
|
minWidth?: string | number | undefined;
|
|
381
385
|
maxHeight?: string | number | undefined;
|
|
382
386
|
} | undefined;
|
|
383
|
-
summary?: boolean | ((params: {
|
|
384
|
-
columns: TableColumnData[];
|
|
385
|
-
data: TableData[];
|
|
386
|
-
}) => TableData[]) | undefined;
|
|
387
387
|
virtualListProps?: import('@arco-design/web-vue/es/_components/virtual-list-v2/interface').VirtualListProps | undefined;
|
|
388
388
|
rowSelection?: import('@arco-design/web-vue').TableRowSelection | undefined;
|
|
389
389
|
expandable?: TableExpandable | undefined;
|
|
@@ -439,8 +439,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
439
439
|
onCellContextmenu?: ((record: TableData, column: TableColumnData, ev: Event) => any) | undefined;
|
|
440
440
|
}, {
|
|
441
441
|
size: "mini" | "small" | "medium" | "large";
|
|
442
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
443
442
|
data: TableData[];
|
|
443
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
444
444
|
loading: boolean | Record<string, any>;
|
|
445
445
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
446
446
|
columns: TableColumnData[];
|
|
@@ -448,7 +448,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
448
448
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
449
449
|
stripe: boolean;
|
|
450
450
|
tableLayoutFixed: boolean;
|
|
451
|
-
pagePosition: "
|
|
451
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
452
452
|
indentSize: number;
|
|
453
453
|
rowKey: string;
|
|
454
454
|
showHeader: boolean;
|
|
@@ -508,8 +508,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
508
508
|
showEmptyTree?: unknown;
|
|
509
509
|
} & {
|
|
510
510
|
size: "mini" | "small" | "medium" | "large";
|
|
511
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
512
511
|
data: TableData[];
|
|
512
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
513
513
|
loading: boolean | Record<string, any>;
|
|
514
514
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
515
515
|
columns: TableColumnData[];
|
|
@@ -517,7 +517,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
517
517
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
518
518
|
stripe: boolean;
|
|
519
519
|
tableLayoutFixed: boolean;
|
|
520
|
-
pagePosition: "
|
|
520
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
521
521
|
indentSize: number;
|
|
522
522
|
rowKey: string;
|
|
523
523
|
showHeader: boolean;
|
|
@@ -530,16 +530,16 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
530
530
|
stickyHeader: number | boolean;
|
|
531
531
|
showEmptyTree: boolean;
|
|
532
532
|
} & {
|
|
533
|
+
summary?: boolean | ((params: {
|
|
534
|
+
columns: TableColumnData[];
|
|
535
|
+
data: TableData[];
|
|
536
|
+
}) => TableData[]) | undefined;
|
|
533
537
|
scroll?: {
|
|
534
538
|
x?: string | number | undefined;
|
|
535
539
|
y?: string | number | undefined;
|
|
536
540
|
minWidth?: string | number | undefined;
|
|
537
541
|
maxHeight?: string | number | undefined;
|
|
538
542
|
} | undefined;
|
|
539
|
-
summary?: boolean | ((params: {
|
|
540
|
-
columns: TableColumnData[];
|
|
541
|
-
data: TableData[];
|
|
542
|
-
}) => TableData[]) | undefined;
|
|
543
543
|
virtualListProps?: import('@arco-design/web-vue/es/_components/virtual-list-v2/interface').VirtualListProps | undefined;
|
|
544
544
|
rowSelection?: import('@arco-design/web-vue').TableRowSelection | undefined;
|
|
545
545
|
expandable?: TableExpandable | undefined;
|
|
@@ -614,8 +614,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
614
614
|
clearSorters(): void;
|
|
615
615
|
}, {
|
|
616
616
|
size: "mini" | "small" | "medium" | "large";
|
|
617
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
618
617
|
data: TableData[];
|
|
618
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
619
619
|
loading: boolean | Record<string, any>;
|
|
620
620
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
621
621
|
columns: TableColumnData[];
|
|
@@ -623,7 +623,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
623
623
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
624
624
|
stripe: boolean;
|
|
625
625
|
tableLayoutFixed: boolean;
|
|
626
|
-
pagePosition: "
|
|
626
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
627
627
|
indentSize: number;
|
|
628
628
|
rowKey: string;
|
|
629
629
|
showHeader: boolean;
|
|
@@ -639,8 +639,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
639
639
|
tableSource: Ref<import('../interfaces').DataRecord[]>;
|
|
640
640
|
tableOptions: import('vue').ComputedRef<Partial<Partial<{
|
|
641
641
|
size: "mini" | "small" | "medium" | "large";
|
|
642
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
643
642
|
data: TableData[];
|
|
643
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
644
644
|
loading: boolean | Record<string, any>;
|
|
645
645
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
646
646
|
columns: TableColumnData[];
|
|
@@ -648,7 +648,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
648
648
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
649
649
|
stripe: boolean;
|
|
650
650
|
tableLayoutFixed: boolean;
|
|
651
|
-
pagePosition: "
|
|
651
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
652
652
|
indentSize: number;
|
|
653
653
|
rowKey: string;
|
|
654
654
|
showHeader: boolean;
|
|
@@ -678,7 +678,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
678
678
|
maxHeight?: string | number | undefined;
|
|
679
679
|
} | undefined;
|
|
680
680
|
readonly pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
681
|
-
readonly pagePosition: "
|
|
681
|
+
readonly pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
682
682
|
readonly indentSize: number;
|
|
683
683
|
readonly rowKey: string;
|
|
684
684
|
readonly showHeader: boolean;
|
|
@@ -786,8 +786,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
786
786
|
showEmptyTree?: unknown;
|
|
787
787
|
} & {
|
|
788
788
|
size: "mini" | "small" | "medium" | "large";
|
|
789
|
-
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
790
789
|
data: TableData[];
|
|
790
|
+
scrollbar: boolean | import('@arco-design/web-vue').ScrollbarProps;
|
|
791
791
|
loading: boolean | Record<string, any>;
|
|
792
792
|
bordered: boolean | import('@arco-design/web-vue').TableBorder;
|
|
793
793
|
columns: TableColumnData[];
|
|
@@ -795,7 +795,7 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
795
795
|
pagination: boolean | import('@arco-design/web-vue').PaginationProps;
|
|
796
796
|
stripe: boolean;
|
|
797
797
|
tableLayoutFixed: boolean;
|
|
798
|
-
pagePosition: "
|
|
798
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
799
799
|
indentSize: number;
|
|
800
800
|
rowKey: string;
|
|
801
801
|
showHeader: boolean;
|
|
@@ -808,16 +808,16 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
808
808
|
stickyHeader: number | boolean;
|
|
809
809
|
showEmptyTree: boolean;
|
|
810
810
|
} & {
|
|
811
|
+
summary?: boolean | ((params: {
|
|
812
|
+
columns: TableColumnData[];
|
|
813
|
+
data: TableData[];
|
|
814
|
+
}) => TableData[]) | undefined;
|
|
811
815
|
scroll?: {
|
|
812
816
|
x?: string | number | undefined;
|
|
813
817
|
y?: string | number | undefined;
|
|
814
818
|
minWidth?: string | number | undefined;
|
|
815
819
|
maxHeight?: string | number | undefined;
|
|
816
820
|
} | undefined;
|
|
817
|
-
summary?: boolean | ((params: {
|
|
818
|
-
columns: TableColumnData[];
|
|
819
|
-
data: TableData[];
|
|
820
|
-
}) => TableData[]) | undefined;
|
|
821
821
|
virtualListProps?: import('@arco-design/web-vue/es/_components/virtual-list-v2/interface').VirtualListProps | undefined;
|
|
822
822
|
rowSelection?: import('@arco-design/web-vue').TableRowSelection | undefined;
|
|
823
823
|
expandable?: TableExpandable | undefined;
|
|
@@ -974,8 +974,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
974
974
|
autoLabelWidth: boolean;
|
|
975
975
|
scrollToFirstError: boolean;
|
|
976
976
|
} & {
|
|
977
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
978
977
|
disabled?: boolean | undefined;
|
|
978
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
979
979
|
labelColStyle?: Record<string, any> | undefined;
|
|
980
980
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
981
981
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
|
@@ -1042,8 +1042,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
1042
1042
|
autoLabelWidth: boolean;
|
|
1043
1043
|
scrollToFirstError: boolean;
|
|
1044
1044
|
} & {
|
|
1045
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1046
1045
|
disabled?: boolean | undefined;
|
|
1046
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1047
1047
|
labelColStyle?: Record<string, any> | undefined;
|
|
1048
1048
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
1049
1049
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
|
@@ -1096,8 +1096,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
1096
1096
|
autoLabelWidth: boolean;
|
|
1097
1097
|
scrollToFirstError: boolean;
|
|
1098
1098
|
} & {
|
|
1099
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1100
1099
|
disabled?: boolean | undefined;
|
|
1100
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1101
1101
|
labelColStyle?: Record<string, any> | undefined;
|
|
1102
1102
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
1103
1103
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
|
@@ -1328,8 +1328,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
1328
1328
|
autoLabelWidth: boolean;
|
|
1329
1329
|
scrollToFirstError: boolean;
|
|
1330
1330
|
} & {
|
|
1331
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1332
1331
|
disabled?: boolean | undefined;
|
|
1332
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1333
1333
|
labelColStyle?: Record<string, any> | undefined;
|
|
1334
1334
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
1335
1335
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
|
@@ -1396,8 +1396,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
1396
1396
|
autoLabelWidth: boolean;
|
|
1397
1397
|
scrollToFirstError: boolean;
|
|
1398
1398
|
} & {
|
|
1399
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1400
1399
|
disabled?: boolean | undefined;
|
|
1400
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1401
1401
|
labelColStyle?: Record<string, any> | undefined;
|
|
1402
1402
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
1403
1403
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
|
@@ -1450,8 +1450,8 @@ export declare const TableRender: import('vue').DefineComponent<{
|
|
|
1450
1450
|
autoLabelWidth: boolean;
|
|
1451
1451
|
scrollToFirstError: boolean;
|
|
1452
1452
|
} & {
|
|
1453
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1454
1453
|
disabled?: boolean | undefined;
|
|
1454
|
+
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
1455
1455
|
labelColStyle?: Record<string, any> | undefined;
|
|
1456
1456
|
wrapperColStyle?: Record<string, any> | undefined;
|
|
1457
1457
|
rules?: Record<string, import('@arco-design/web-vue').FieldRule<any> | import('@arco-design/web-vue').FieldRule<any>[]> | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gopowerteam/table-render",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.133",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "zhuchentong",
|
|
7
7
|
"email": "2037630@gmail.com"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@arco-design/web-vue": "^2.55.3",
|
|
57
|
-
"@gopowerteam/form-render": "^0.0.
|
|
57
|
+
"@gopowerteam/form-render": "^0.0.76",
|
|
58
58
|
"@gopowerteam/modal-render": "^0.0.43",
|
|
59
59
|
"vue": "^3.0.0"
|
|
60
60
|
},
|