@swc-react/table 0.31.1-react.21 → 0.32.0
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/next.d.ts +14 -14
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Table: import("react").ComponentType<Partial<{
|
|
3
3
|
dir?: string | undefined;
|
|
4
|
+
role?: import("react").AriaRole | undefined;
|
|
4
5
|
slot?: string | undefined;
|
|
5
6
|
style?: import("react").CSSProperties | undefined;
|
|
6
7
|
title?: string | undefined;
|
|
@@ -8,7 +9,6 @@ export declare const Table: import("react").ComponentType<Partial<{
|
|
|
8
9
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
9
10
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
10
11
|
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
11
|
-
role?: import("react").AriaRole | undefined;
|
|
12
12
|
accessKey?: string | undefined;
|
|
13
13
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
14
14
|
hidden?: boolean | undefined;
|
|
@@ -66,7 +66,7 @@ export declare const Table: import("react").ComponentType<Partial<{
|
|
|
66
66
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
67
67
|
'aria-flowto'?: string | undefined;
|
|
68
68
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
69
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "
|
|
69
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "listbox" | "tree" | "false" | undefined;
|
|
70
70
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
71
71
|
'aria-keyshortcuts'?: string | undefined;
|
|
72
72
|
'aria-label'?: string | undefined;
|
|
@@ -592,6 +592,7 @@ export declare const Table: import("react").ComponentType<Partial<{
|
|
|
592
592
|
}> & import("react").RefAttributes<import("table/src").Table>>;
|
|
593
593
|
export declare const TableBody: import("react").ComponentType<Partial<{
|
|
594
594
|
dir?: string | undefined;
|
|
595
|
+
role?: import("react").AriaRole | undefined;
|
|
595
596
|
slot?: string | undefined;
|
|
596
597
|
style?: import("react").CSSProperties | undefined;
|
|
597
598
|
title?: string | undefined;
|
|
@@ -599,7 +600,6 @@ export declare const TableBody: import("react").ComponentType<Partial<{
|
|
|
599
600
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
600
601
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
601
602
|
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
602
|
-
role?: import("react").AriaRole | undefined;
|
|
603
603
|
accessKey?: string | undefined;
|
|
604
604
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
605
605
|
hidden?: boolean | undefined;
|
|
@@ -657,7 +657,7 @@ export declare const TableBody: import("react").ComponentType<Partial<{
|
|
|
657
657
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
658
658
|
'aria-flowto'?: string | undefined;
|
|
659
659
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
660
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "
|
|
660
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "listbox" | "tree" | "false" | undefined;
|
|
661
661
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
662
662
|
'aria-keyshortcuts'?: string | undefined;
|
|
663
663
|
'aria-label'?: string | undefined;
|
|
@@ -1172,6 +1172,7 @@ export declare const TableBody: import("react").ComponentType<Partial<{
|
|
|
1172
1172
|
} & {}> & import("react").RefAttributes<import("table/src").TableBody>>;
|
|
1173
1173
|
export declare const TableCell: import("react").ComponentType<Partial<{
|
|
1174
1174
|
dir?: string | undefined;
|
|
1175
|
+
role?: import("react").AriaRole | undefined;
|
|
1175
1176
|
slot?: string | undefined;
|
|
1176
1177
|
style?: import("react").CSSProperties | undefined;
|
|
1177
1178
|
title?: string | undefined;
|
|
@@ -1179,7 +1180,6 @@ export declare const TableCell: import("react").ComponentType<Partial<{
|
|
|
1179
1180
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1180
1181
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1181
1182
|
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
1182
|
-
role?: import("react").AriaRole | undefined;
|
|
1183
1183
|
accessKey?: string | undefined;
|
|
1184
1184
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1185
1185
|
hidden?: boolean | undefined;
|
|
@@ -1237,7 +1237,7 @@ export declare const TableCell: import("react").ComponentType<Partial<{
|
|
|
1237
1237
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1238
1238
|
'aria-flowto'?: string | undefined;
|
|
1239
1239
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1240
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "
|
|
1240
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "listbox" | "tree" | "false" | undefined;
|
|
1241
1241
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1242
1242
|
'aria-keyshortcuts'?: string | undefined;
|
|
1243
1243
|
'aria-label'?: string | undefined;
|
|
@@ -1752,6 +1752,7 @@ export declare const TableCell: import("react").ComponentType<Partial<{
|
|
|
1752
1752
|
} & {}> & import("react").RefAttributes<import("table/src").TableCell>>;
|
|
1753
1753
|
export declare const TableCheckboxCell: import("react").ComponentType<Partial<{
|
|
1754
1754
|
dir?: string | undefined;
|
|
1755
|
+
role?: import("react").AriaRole | undefined;
|
|
1755
1756
|
slot?: string | undefined;
|
|
1756
1757
|
style?: import("react").CSSProperties | undefined;
|
|
1757
1758
|
title?: string | undefined;
|
|
@@ -1759,7 +1760,6 @@ export declare const TableCheckboxCell: import("react").ComponentType<Partial<{
|
|
|
1759
1760
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1760
1761
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1761
1762
|
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
1762
|
-
role?: import("react").AriaRole | undefined;
|
|
1763
1763
|
accessKey?: string | undefined;
|
|
1764
1764
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1765
1765
|
hidden?: boolean | undefined;
|
|
@@ -1817,7 +1817,7 @@ export declare const TableCheckboxCell: import("react").ComponentType<Partial<{
|
|
|
1817
1817
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1818
1818
|
'aria-flowto'?: string | undefined;
|
|
1819
1819
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1820
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "
|
|
1820
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "listbox" | "tree" | "false" | undefined;
|
|
1821
1821
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1822
1822
|
'aria-keyshortcuts'?: string | undefined;
|
|
1823
1823
|
'aria-label'?: string | undefined;
|
|
@@ -2337,6 +2337,7 @@ export declare const TableCheckboxCell: import("react").ComponentType<Partial<{
|
|
|
2337
2337
|
} & {}> & import("react").RefAttributes<import("table/src").TableCheckboxCell>>;
|
|
2338
2338
|
export declare const TableHead: import("react").ComponentType<Partial<{
|
|
2339
2339
|
dir?: string | undefined;
|
|
2340
|
+
role?: import("react").AriaRole | undefined;
|
|
2340
2341
|
slot?: string | undefined;
|
|
2341
2342
|
style?: import("react").CSSProperties | undefined;
|
|
2342
2343
|
title?: string | undefined;
|
|
@@ -2344,7 +2345,6 @@ export declare const TableHead: import("react").ComponentType<Partial<{
|
|
|
2344
2345
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2345
2346
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2346
2347
|
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
2347
|
-
role?: import("react").AriaRole | undefined;
|
|
2348
2348
|
accessKey?: string | undefined;
|
|
2349
2349
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
2350
2350
|
hidden?: boolean | undefined;
|
|
@@ -2402,7 +2402,7 @@ export declare const TableHead: import("react").ComponentType<Partial<{
|
|
|
2402
2402
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2403
2403
|
'aria-flowto'?: string | undefined;
|
|
2404
2404
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2405
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "
|
|
2405
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "listbox" | "tree" | "false" | undefined;
|
|
2406
2406
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2407
2407
|
'aria-keyshortcuts'?: string | undefined;
|
|
2408
2408
|
'aria-label'?: string | undefined;
|
|
@@ -2918,6 +2918,7 @@ export declare const TableHead: import("react").ComponentType<Partial<{
|
|
|
2918
2918
|
} & {}> & import("react").RefAttributes<import("table/src").TableHead>>;
|
|
2919
2919
|
export declare const TableHeadCell: import("react").ComponentType<Partial<{
|
|
2920
2920
|
dir?: string | undefined;
|
|
2921
|
+
role?: import("react").AriaRole | undefined;
|
|
2921
2922
|
slot?: string | undefined;
|
|
2922
2923
|
style?: import("react").CSSProperties | undefined;
|
|
2923
2924
|
title?: string | undefined;
|
|
@@ -2925,7 +2926,6 @@ export declare const TableHeadCell: import("react").ComponentType<Partial<{
|
|
|
2925
2926
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2926
2927
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2927
2928
|
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
2928
|
-
role?: import("react").AriaRole | undefined;
|
|
2929
2929
|
accessKey?: string | undefined;
|
|
2930
2930
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
2931
2931
|
hidden?: boolean | undefined;
|
|
@@ -2983,7 +2983,7 @@ export declare const TableHeadCell: import("react").ComponentType<Partial<{
|
|
|
2983
2983
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2984
2984
|
'aria-flowto'?: string | undefined;
|
|
2985
2985
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2986
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "
|
|
2986
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "listbox" | "tree" | "false" | undefined;
|
|
2987
2987
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2988
2988
|
'aria-keyshortcuts'?: string | undefined;
|
|
2989
2989
|
'aria-label'?: string | undefined;
|
|
@@ -3503,6 +3503,7 @@ export declare const TableHeadCell: import("react").ComponentType<Partial<{
|
|
|
3503
3503
|
}> & import("react").RefAttributes<import("table/src").TableHeadCell>>;
|
|
3504
3504
|
export declare const TableRow: import("react").ComponentType<Partial<{
|
|
3505
3505
|
dir?: string | undefined;
|
|
3506
|
+
role?: import("react").AriaRole | undefined;
|
|
3506
3507
|
slot?: string | undefined;
|
|
3507
3508
|
style?: import("react").CSSProperties | undefined;
|
|
3508
3509
|
title?: string | undefined;
|
|
@@ -3510,7 +3511,6 @@ export declare const TableRow: import("react").ComponentType<Partial<{
|
|
|
3510
3511
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
3511
3512
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
3512
3513
|
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
3513
|
-
role?: import("react").AriaRole | undefined;
|
|
3514
3514
|
accessKey?: string | undefined;
|
|
3515
3515
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
3516
3516
|
hidden?: boolean | undefined;
|
|
@@ -3568,7 +3568,7 @@ export declare const TableRow: import("react").ComponentType<Partial<{
|
|
|
3568
3568
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
3569
3569
|
'aria-flowto'?: string | undefined;
|
|
3570
3570
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
3571
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "
|
|
3571
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "grid" | "listbox" | "tree" | "false" | undefined;
|
|
3572
3572
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
3573
3573
|
'aria-keyshortcuts'?: string | undefined;
|
|
3574
3574
|
'aria-label'?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/table",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@lit-labs/react": "^1.1.1",
|
|
33
|
-
"@spectrum-web-components/table": "^0.
|
|
33
|
+
"@spectrum-web-components/table": "^0.32.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"next": "~13.4"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"optional": true
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
|
|
44
44
|
}
|