@swc-react/table 0.32.1-overlay.33 → 0.33.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
|
@@ -8,7 +8,6 @@ export declare const Table: import("react").ComponentType<Partial<{
|
|
|
8
8
|
tabIndex?: number | undefined;
|
|
9
9
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
10
10
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
11
|
-
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
12
11
|
accessKey?: string | undefined;
|
|
13
12
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
14
13
|
hidden?: boolean | undefined;
|
|
@@ -54,6 +53,7 @@ export declare const Table: import("react").ComponentType<Partial<{
|
|
|
54
53
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
55
54
|
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
56
55
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
56
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
57
57
|
'aria-colcount'?: number | undefined;
|
|
58
58
|
'aria-colindex'?: number | undefined;
|
|
59
59
|
'aria-colspan'?: number | undefined;
|
|
@@ -80,7 +80,7 @@ export declare const Table: import("react").ComponentType<Partial<{
|
|
|
80
80
|
'aria-owns'?: string | undefined;
|
|
81
81
|
'aria-placeholder'?: string | undefined;
|
|
82
82
|
'aria-posinset'?: number | undefined;
|
|
83
|
-
'aria-pressed'?: boolean | "true" | "
|
|
83
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
84
84
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
85
85
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
86
86
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
@@ -599,7 +599,6 @@ export declare const TableBody: import("react").ComponentType<Partial<{
|
|
|
599
599
|
tabIndex?: number | undefined;
|
|
600
600
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
601
601
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
602
|
-
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
603
602
|
accessKey?: string | undefined;
|
|
604
603
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
605
604
|
hidden?: boolean | undefined;
|
|
@@ -645,6 +644,7 @@ export declare const TableBody: import("react").ComponentType<Partial<{
|
|
|
645
644
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
646
645
|
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
647
646
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
647
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
648
648
|
'aria-colcount'?: number | undefined;
|
|
649
649
|
'aria-colindex'?: number | undefined;
|
|
650
650
|
'aria-colspan'?: number | undefined;
|
|
@@ -671,7 +671,7 @@ export declare const TableBody: import("react").ComponentType<Partial<{
|
|
|
671
671
|
'aria-owns'?: string | undefined;
|
|
672
672
|
'aria-placeholder'?: string | undefined;
|
|
673
673
|
'aria-posinset'?: number | undefined;
|
|
674
|
-
'aria-pressed'?: boolean | "true" | "
|
|
674
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
675
675
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
676
676
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
677
677
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
@@ -1179,7 +1179,6 @@ export declare const TableCell: import("react").ComponentType<Partial<{
|
|
|
1179
1179
|
tabIndex?: number | undefined;
|
|
1180
1180
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1181
1181
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1182
|
-
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
1183
1182
|
accessKey?: string | undefined;
|
|
1184
1183
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1185
1184
|
hidden?: boolean | undefined;
|
|
@@ -1225,6 +1224,7 @@ export declare const TableCell: import("react").ComponentType<Partial<{
|
|
|
1225
1224
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1226
1225
|
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
1227
1226
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1227
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1228
1228
|
'aria-colcount'?: number | undefined;
|
|
1229
1229
|
'aria-colindex'?: number | undefined;
|
|
1230
1230
|
'aria-colspan'?: number | undefined;
|
|
@@ -1251,7 +1251,7 @@ export declare const TableCell: import("react").ComponentType<Partial<{
|
|
|
1251
1251
|
'aria-owns'?: string | undefined;
|
|
1252
1252
|
'aria-placeholder'?: string | undefined;
|
|
1253
1253
|
'aria-posinset'?: number | undefined;
|
|
1254
|
-
'aria-pressed'?: boolean | "true" | "
|
|
1254
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1255
1255
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1256
1256
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1257
1257
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
@@ -1759,7 +1759,6 @@ export declare const TableCheckboxCell: import("react").ComponentType<Partial<{
|
|
|
1759
1759
|
tabIndex?: number | undefined;
|
|
1760
1760
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1761
1761
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1762
|
-
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
1763
1762
|
accessKey?: string | undefined;
|
|
1764
1763
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1765
1764
|
hidden?: boolean | undefined;
|
|
@@ -1805,6 +1804,7 @@ export declare const TableCheckboxCell: import("react").ComponentType<Partial<{
|
|
|
1805
1804
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1806
1805
|
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
1807
1806
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1807
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1808
1808
|
'aria-colcount'?: number | undefined;
|
|
1809
1809
|
'aria-colindex'?: number | undefined;
|
|
1810
1810
|
'aria-colspan'?: number | undefined;
|
|
@@ -1831,7 +1831,7 @@ export declare const TableCheckboxCell: import("react").ComponentType<Partial<{
|
|
|
1831
1831
|
'aria-owns'?: string | undefined;
|
|
1832
1832
|
'aria-placeholder'?: string | undefined;
|
|
1833
1833
|
'aria-posinset'?: number | undefined;
|
|
1834
|
-
'aria-pressed'?: boolean | "true" | "
|
|
1834
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1835
1835
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1836
1836
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1837
1837
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
@@ -2344,7 +2344,6 @@ export declare const TableHead: import("react").ComponentType<Partial<{
|
|
|
2344
2344
|
tabIndex?: number | undefined;
|
|
2345
2345
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2346
2346
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2347
|
-
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
2348
2347
|
accessKey?: string | undefined;
|
|
2349
2348
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
2350
2349
|
hidden?: boolean | undefined;
|
|
@@ -2390,6 +2389,7 @@ export declare const TableHead: import("react").ComponentType<Partial<{
|
|
|
2390
2389
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2391
2390
|
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
2392
2391
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2392
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2393
2393
|
'aria-colcount'?: number | undefined;
|
|
2394
2394
|
'aria-colindex'?: number | undefined;
|
|
2395
2395
|
'aria-colspan'?: number | undefined;
|
|
@@ -2416,7 +2416,7 @@ export declare const TableHead: import("react").ComponentType<Partial<{
|
|
|
2416
2416
|
'aria-owns'?: string | undefined;
|
|
2417
2417
|
'aria-placeholder'?: string | undefined;
|
|
2418
2418
|
'aria-posinset'?: number | undefined;
|
|
2419
|
-
'aria-pressed'?: boolean | "true" | "
|
|
2419
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2420
2420
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2421
2421
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2422
2422
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
@@ -2925,7 +2925,6 @@ export declare const TableHeadCell: import("react").ComponentType<Partial<{
|
|
|
2925
2925
|
tabIndex?: number | undefined;
|
|
2926
2926
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2927
2927
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2928
|
-
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
2929
2928
|
accessKey?: string | undefined;
|
|
2930
2929
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
2931
2930
|
hidden?: boolean | undefined;
|
|
@@ -2971,6 +2970,7 @@ export declare const TableHeadCell: import("react").ComponentType<Partial<{
|
|
|
2971
2970
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2972
2971
|
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
2973
2972
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2973
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2974
2974
|
'aria-colcount'?: number | undefined;
|
|
2975
2975
|
'aria-colindex'?: number | undefined;
|
|
2976
2976
|
'aria-colspan'?: number | undefined;
|
|
@@ -2997,7 +2997,7 @@ export declare const TableHeadCell: import("react").ComponentType<Partial<{
|
|
|
2997
2997
|
'aria-owns'?: string | undefined;
|
|
2998
2998
|
'aria-placeholder'?: string | undefined;
|
|
2999
2999
|
'aria-posinset'?: number | undefined;
|
|
3000
|
-
'aria-pressed'?: boolean | "true" | "
|
|
3000
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3001
3001
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
3002
3002
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3003
3003
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
@@ -3510,7 +3510,6 @@ export declare const TableRow: import("react").ComponentType<Partial<{
|
|
|
3510
3510
|
tabIndex?: number | undefined;
|
|
3511
3511
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
3512
3512
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
3513
|
-
'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined;
|
|
3514
3513
|
accessKey?: string | undefined;
|
|
3515
3514
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
3516
3515
|
hidden?: boolean | undefined;
|
|
@@ -3556,6 +3555,7 @@ export declare const TableRow: import("react").ComponentType<Partial<{
|
|
|
3556
3555
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
3557
3556
|
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
3558
3557
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
3558
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3559
3559
|
'aria-colcount'?: number | undefined;
|
|
3560
3560
|
'aria-colindex'?: number | undefined;
|
|
3561
3561
|
'aria-colspan'?: number | undefined;
|
|
@@ -3582,7 +3582,7 @@ export declare const TableRow: import("react").ComponentType<Partial<{
|
|
|
3582
3582
|
'aria-owns'?: string | undefined;
|
|
3583
3583
|
'aria-placeholder'?: string | undefined;
|
|
3584
3584
|
'aria-posinset'?: number | undefined;
|
|
3585
|
-
'aria-pressed'?: boolean | "true" | "
|
|
3585
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3586
3586
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
3587
3587
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3588
3588
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/table",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.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.33.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": "0f46cf0508f39ec42ce8c52b1e6f0055bacb4f00"
|
|
44
44
|
}
|