@rubin-epo/epo-widget-lib 0.9.4 → 0.9.5
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/dist/atomic/Blinker/Blinker.cjs +1 -1
- package/dist/atomic/Blinker/Blinker.js +12 -11
- package/dist/atomic/Blinker/Controls/styles.d.ts +2 -2
- package/dist/atomic/Blinker/styles.cjs +8 -13
- package/dist/atomic/Blinker/styles.d.ts +281 -0
- package/dist/atomic/Blinker/styles.js +10 -17
- package/dist/atomic/ElapsedTime/styles.d.ts +12 -12
- package/dist/atomic/LiveRegion/styles.d.ts +2 -2
- package/dist/atomic/PlaybackControl/styles.d.ts +4 -4
- package/dist/charts/Base/styles.d.ts +20 -20
- package/dist/charts/Tooltip/styles.d.ts +4 -4
- package/dist/charts/styles.d.ts +12 -12
- package/dist/styles/svg.d.ts +2 -2
- package/dist/widgets/CameraFilter/styles.d.ts +32 -32
- package/dist/widgets/ColorTool/Actions/styles.d.ts +2 -2
- package/dist/widgets/ColorTool/styles.d.ts +12 -12
- package/dist/widgets/FilterTool/styles.d.ts +18 -18
- package/dist/widgets/LightCurvePlot/A11Y/LightCurveLabel/styles.d.ts +2 -2
- package/dist/widgets/LightCurvePlot/DM15Display/styles.d.ts +6 -6
- package/dist/widgets/LightCurvePlot/PlotWithCurve/styles.d.ts +10 -10
- package/dist/widgets/LightCurvePlot/ScatterPlot/styles.d.ts +6 -6
- package/dist/widgets/SourceSelector/SelectionList/styles.d.ts +6 -6
- package/dist/widgets/SupernovaThreeVector/Histogram/styles.d.ts +2 -2
- package/dist/widgets/SupernovaThreeVector/Skymap/styles.d.ts +14 -14
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ export declare const FilterContainer: import("styled-components").IStyledCompone
|
|
|
8
8
|
accessKey?: string | undefined;
|
|
9
9
|
autoFocus?: boolean | undefined;
|
|
10
10
|
className?: string | undefined;
|
|
11
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
11
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
12
12
|
contextMenu?: string | undefined;
|
|
13
13
|
dir?: string | undefined;
|
|
14
14
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -63,7 +63,7 @@ export declare const FilterContainer: import("styled-components").IStyledCompone
|
|
|
63
63
|
"aria-colindextext"?: string | undefined;
|
|
64
64
|
"aria-colspan"?: number | undefined;
|
|
65
65
|
"aria-controls"?: string | undefined;
|
|
66
|
-
"aria-current"?: boolean | "
|
|
66
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
67
67
|
"aria-describedby"?: string | undefined;
|
|
68
68
|
"aria-description"?: string | undefined;
|
|
69
69
|
"aria-details"?: string | undefined;
|
|
@@ -280,7 +280,7 @@ export declare const FilterTitle: import("styled-components").IStyledComponent<"
|
|
|
280
280
|
accessKey?: string | undefined;
|
|
281
281
|
autoFocus?: boolean | undefined;
|
|
282
282
|
className?: string | undefined;
|
|
283
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
283
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
284
284
|
contextMenu?: string | undefined;
|
|
285
285
|
dir?: string | undefined;
|
|
286
286
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -335,7 +335,7 @@ export declare const FilterTitle: import("styled-components").IStyledComponent<"
|
|
|
335
335
|
"aria-colindextext"?: string | undefined;
|
|
336
336
|
"aria-colspan"?: number | undefined;
|
|
337
337
|
"aria-controls"?: string | undefined;
|
|
338
|
-
"aria-current"?: boolean | "
|
|
338
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
339
339
|
"aria-describedby"?: string | undefined;
|
|
340
340
|
"aria-description"?: string | undefined;
|
|
341
341
|
"aria-details"?: string | undefined;
|
|
@@ -561,7 +561,7 @@ export declare const FilterTable: import("styled-components").IStyledComponent<"
|
|
|
561
561
|
accessKey?: string | undefined;
|
|
562
562
|
autoFocus?: boolean | undefined;
|
|
563
563
|
className?: string | undefined;
|
|
564
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
564
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
565
565
|
contextMenu?: string | undefined;
|
|
566
566
|
dir?: string | undefined;
|
|
567
567
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -616,7 +616,7 @@ export declare const FilterTable: import("styled-components").IStyledComponent<"
|
|
|
616
616
|
"aria-colindextext"?: string | undefined;
|
|
617
617
|
"aria-colspan"?: number | undefined;
|
|
618
618
|
"aria-controls"?: string | undefined;
|
|
619
|
-
"aria-current"?: boolean | "
|
|
619
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
620
620
|
"aria-describedby"?: string | undefined;
|
|
621
621
|
"aria-description"?: string | undefined;
|
|
622
622
|
"aria-details"?: string | undefined;
|
|
@@ -833,7 +833,7 @@ export declare const FilterRanges: import("styled-components").IStyledComponent<
|
|
|
833
833
|
accessKey?: string | undefined;
|
|
834
834
|
autoFocus?: boolean | undefined;
|
|
835
835
|
className?: string | undefined;
|
|
836
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
836
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
837
837
|
contextMenu?: string | undefined;
|
|
838
838
|
dir?: string | undefined;
|
|
839
839
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -888,7 +888,7 @@ export declare const FilterRanges: import("styled-components").IStyledComponent<
|
|
|
888
888
|
"aria-colindextext"?: string | undefined;
|
|
889
889
|
"aria-colspan"?: number | undefined;
|
|
890
890
|
"aria-controls"?: string | undefined;
|
|
891
|
-
"aria-current"?: boolean | "
|
|
891
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
892
892
|
"aria-describedby"?: string | undefined;
|
|
893
893
|
"aria-description"?: string | undefined;
|
|
894
894
|
"aria-details"?: string | undefined;
|
|
@@ -1105,7 +1105,7 @@ export declare const FilterNames: import("styled-components").IStyledComponent<"
|
|
|
1105
1105
|
accessKey?: string | undefined;
|
|
1106
1106
|
autoFocus?: boolean | undefined;
|
|
1107
1107
|
className?: string | undefined;
|
|
1108
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
1108
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
1109
1109
|
contextMenu?: string | undefined;
|
|
1110
1110
|
dir?: string | undefined;
|
|
1111
1111
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -1160,7 +1160,7 @@ export declare const FilterNames: import("styled-components").IStyledComponent<"
|
|
|
1160
1160
|
"aria-colindextext"?: string | undefined;
|
|
1161
1161
|
"aria-colspan"?: number | undefined;
|
|
1162
1162
|
"aria-controls"?: string | undefined;
|
|
1163
|
-
"aria-current"?: boolean | "
|
|
1163
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1164
1164
|
"aria-describedby"?: string | undefined;
|
|
1165
1165
|
"aria-description"?: string | undefined;
|
|
1166
1166
|
"aria-details"?: string | undefined;
|
|
@@ -1386,7 +1386,7 @@ export declare const FilterRange: import("styled-components").IStyledComponent<"
|
|
|
1386
1386
|
accessKey?: string | undefined;
|
|
1387
1387
|
autoFocus?: boolean | undefined;
|
|
1388
1388
|
className?: string | undefined;
|
|
1389
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
1389
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
1390
1390
|
contextMenu?: string | undefined;
|
|
1391
1391
|
dir?: string | undefined;
|
|
1392
1392
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -1441,7 +1441,7 @@ export declare const FilterRange: import("styled-components").IStyledComponent<"
|
|
|
1441
1441
|
"aria-colindextext"?: string | undefined;
|
|
1442
1442
|
"aria-colspan"?: number | undefined;
|
|
1443
1443
|
"aria-controls"?: string | undefined;
|
|
1444
|
-
"aria-current"?: boolean | "
|
|
1444
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1445
1445
|
"aria-describedby"?: string | undefined;
|
|
1446
1446
|
"aria-description"?: string | undefined;
|
|
1447
1447
|
"aria-details"?: string | undefined;
|
|
@@ -1658,7 +1658,7 @@ export declare const Wavelength: import("styled-components").IStyledComponent<"w
|
|
|
1658
1658
|
accessKey?: string | undefined;
|
|
1659
1659
|
autoFocus?: boolean | undefined;
|
|
1660
1660
|
className?: string | undefined;
|
|
1661
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
1661
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
1662
1662
|
contextMenu?: string | undefined;
|
|
1663
1663
|
dir?: string | undefined;
|
|
1664
1664
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -1713,7 +1713,7 @@ export declare const Wavelength: import("styled-components").IStyledComponent<"w
|
|
|
1713
1713
|
"aria-colindextext"?: string | undefined;
|
|
1714
1714
|
"aria-colspan"?: number | undefined;
|
|
1715
1715
|
"aria-controls"?: string | undefined;
|
|
1716
|
-
"aria-current"?: boolean | "
|
|
1716
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1717
1717
|
"aria-describedby"?: string | undefined;
|
|
1718
1718
|
"aria-description"?: string | undefined;
|
|
1719
1719
|
"aria-details"?: string | undefined;
|
|
@@ -1936,7 +1936,7 @@ export declare const FilterName: import("styled-components").IStyledComponent<"w
|
|
|
1936
1936
|
accessKey?: string | undefined;
|
|
1937
1937
|
autoFocus?: boolean | undefined;
|
|
1938
1938
|
className?: string | undefined;
|
|
1939
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
1939
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
1940
1940
|
contextMenu?: string | undefined;
|
|
1941
1941
|
dir?: string | undefined;
|
|
1942
1942
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -1991,7 +1991,7 @@ export declare const FilterName: import("styled-components").IStyledComponent<"w
|
|
|
1991
1991
|
"aria-colindextext"?: string | undefined;
|
|
1992
1992
|
"aria-colspan"?: number | undefined;
|
|
1993
1993
|
"aria-controls"?: string | undefined;
|
|
1994
|
-
"aria-current"?: boolean | "
|
|
1994
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1995
1995
|
"aria-describedby"?: string | undefined;
|
|
1996
1996
|
"aria-description"?: string | undefined;
|
|
1997
1997
|
"aria-details"?: string | undefined;
|
|
@@ -2208,7 +2208,7 @@ export declare const SelectContainer: import("styled-components").IStyledCompone
|
|
|
2208
2208
|
accessKey?: string | undefined;
|
|
2209
2209
|
autoFocus?: boolean | undefined;
|
|
2210
2210
|
className?: string | undefined;
|
|
2211
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
2211
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
2212
2212
|
contextMenu?: string | undefined;
|
|
2213
2213
|
dir?: string | undefined;
|
|
2214
2214
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -2263,7 +2263,7 @@ export declare const SelectContainer: import("styled-components").IStyledCompone
|
|
|
2263
2263
|
"aria-colindextext"?: string | undefined;
|
|
2264
2264
|
"aria-colspan"?: number | undefined;
|
|
2265
2265
|
"aria-controls"?: string | undefined;
|
|
2266
|
-
"aria-current"?: boolean | "
|
|
2266
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2267
2267
|
"aria-describedby"?: string | undefined;
|
|
2268
2268
|
"aria-description"?: string | undefined;
|
|
2269
2269
|
"aria-details"?: string | undefined;
|
|
@@ -2482,7 +2482,7 @@ export declare const SelectLabel: import("styled-components").IStyledComponent<"
|
|
|
2482
2482
|
accessKey?: string | undefined;
|
|
2483
2483
|
autoFocus?: boolean | undefined;
|
|
2484
2484
|
className?: string | undefined;
|
|
2485
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
2485
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
2486
2486
|
contextMenu?: string | undefined;
|
|
2487
2487
|
dir?: string | undefined;
|
|
2488
2488
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -2537,7 +2537,7 @@ export declare const SelectLabel: import("styled-components").IStyledComponent<"
|
|
|
2537
2537
|
"aria-colindextext"?: string | undefined;
|
|
2538
2538
|
"aria-colspan"?: number | undefined;
|
|
2539
2539
|
"aria-controls"?: string | undefined;
|
|
2540
|
-
"aria-current"?: boolean | "
|
|
2540
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2541
2541
|
"aria-describedby"?: string | undefined;
|
|
2542
2542
|
"aria-description"?: string | undefined;
|
|
2543
2543
|
"aria-details"?: string | undefined;
|
|
@@ -2765,7 +2765,7 @@ export declare const SpectrumLabel: import("styled-components").IStyledComponent
|
|
|
2765
2765
|
accentHeight?: string | number | undefined;
|
|
2766
2766
|
accumulate?: "none" | "sum" | undefined;
|
|
2767
2767
|
additive?: "replace" | "sum" | undefined;
|
|
2768
|
-
alignmentBaseline?: "
|
|
2768
|
+
alignmentBaseline?: "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "middle" | "baseline" | "before-edge" | "text-before-edge" | "central" | "after-edge" | "text-after-edge" | undefined;
|
|
2769
2769
|
allowReorder?: "yes" | "no" | undefined;
|
|
2770
2770
|
alphabetic?: string | number | undefined;
|
|
2771
2771
|
amplitude?: string | number | undefined;
|
|
@@ -3016,7 +3016,7 @@ export declare const SpectrumLabel: import("styled-components").IStyledComponent
|
|
|
3016
3016
|
"aria-colindextext"?: string | undefined;
|
|
3017
3017
|
"aria-colspan"?: number | undefined;
|
|
3018
3018
|
"aria-controls"?: string | undefined;
|
|
3019
|
-
"aria-current"?: boolean | "
|
|
3019
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
3020
3020
|
"aria-describedby"?: string | undefined;
|
|
3021
3021
|
"aria-description"?: string | undefined;
|
|
3022
3022
|
"aria-details"?: string | undefined;
|
|
@@ -3247,7 +3247,7 @@ export declare const ColorName: import("styled-components").IStyledComponent<"we
|
|
|
3247
3247
|
accentHeight?: string | number | undefined;
|
|
3248
3248
|
accumulate?: "none" | "sum" | undefined;
|
|
3249
3249
|
additive?: "replace" | "sum" | undefined;
|
|
3250
|
-
alignmentBaseline?: "
|
|
3250
|
+
alignmentBaseline?: "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "middle" | "baseline" | "before-edge" | "text-before-edge" | "central" | "after-edge" | "text-after-edge" | undefined;
|
|
3251
3251
|
allowReorder?: "yes" | "no" | undefined;
|
|
3252
3252
|
alphabetic?: string | number | undefined;
|
|
3253
3253
|
amplitude?: string | number | undefined;
|
|
@@ -3498,7 +3498,7 @@ export declare const ColorName: import("styled-components").IStyledComponent<"we
|
|
|
3498
3498
|
"aria-colindextext"?: string | undefined;
|
|
3499
3499
|
"aria-colspan"?: number | undefined;
|
|
3500
3500
|
"aria-controls"?: string | undefined;
|
|
3501
|
-
"aria-current"?: boolean | "
|
|
3501
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
3502
3502
|
"aria-describedby"?: string | undefined;
|
|
3503
3503
|
"aria-description"?: string | undefined;
|
|
3504
3504
|
"aria-details"?: string | undefined;
|
|
@@ -3729,7 +3729,7 @@ export declare const ColorSpectrum: import("styled-components").IStyledComponent
|
|
|
3729
3729
|
accentHeight?: string | number | undefined;
|
|
3730
3730
|
accumulate?: "none" | "sum" | undefined;
|
|
3731
3731
|
additive?: "replace" | "sum" | undefined;
|
|
3732
|
-
alignmentBaseline?: "
|
|
3732
|
+
alignmentBaseline?: "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "middle" | "baseline" | "before-edge" | "text-before-edge" | "central" | "after-edge" | "text-after-edge" | undefined;
|
|
3733
3733
|
allowReorder?: "yes" | "no" | undefined;
|
|
3734
3734
|
alphabetic?: string | number | undefined;
|
|
3735
3735
|
amplitude?: string | number | undefined;
|
|
@@ -3980,7 +3980,7 @@ export declare const ColorSpectrum: import("styled-components").IStyledComponent
|
|
|
3980
3980
|
"aria-colindextext"?: string | undefined;
|
|
3981
3981
|
"aria-colspan"?: number | undefined;
|
|
3982
3982
|
"aria-controls"?: string | undefined;
|
|
3983
|
-
"aria-current"?: boolean | "
|
|
3983
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
3984
3984
|
"aria-describedby"?: string | undefined;
|
|
3985
3985
|
"aria-description"?: string | undefined;
|
|
3986
3986
|
"aria-details"?: string | undefined;
|
|
@@ -4211,7 +4211,7 @@ export declare const ColorSpectrumUnit: import("styled-components").IStyledCompo
|
|
|
4211
4211
|
accentHeight?: string | number | undefined;
|
|
4212
4212
|
accumulate?: "none" | "sum" | undefined;
|
|
4213
4213
|
additive?: "replace" | "sum" | undefined;
|
|
4214
|
-
alignmentBaseline?: "
|
|
4214
|
+
alignmentBaseline?: "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "middle" | "baseline" | "before-edge" | "text-before-edge" | "central" | "after-edge" | "text-after-edge" | undefined;
|
|
4215
4215
|
allowReorder?: "yes" | "no" | undefined;
|
|
4216
4216
|
alphabetic?: string | number | undefined;
|
|
4217
4217
|
amplitude?: string | number | undefined;
|
|
@@ -4462,7 +4462,7 @@ export declare const ColorSpectrumUnit: import("styled-components").IStyledCompo
|
|
|
4462
4462
|
"aria-colindextext"?: string | undefined;
|
|
4463
4463
|
"aria-colspan"?: number | undefined;
|
|
4464
4464
|
"aria-controls"?: string | undefined;
|
|
4465
|
-
"aria-current"?: boolean | "
|
|
4465
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
4466
4466
|
"aria-describedby"?: string | undefined;
|
|
4467
4467
|
"aria-description"?: string | undefined;
|
|
4468
4468
|
"aria-details"?: string | undefined;
|
|
@@ -4682,7 +4682,7 @@ export declare const CondensedRangeRow: import("styled-components").IStyledCompo
|
|
|
4682
4682
|
accessKey?: string | undefined;
|
|
4683
4683
|
autoFocus?: boolean | undefined;
|
|
4684
4684
|
className?: string | undefined;
|
|
4685
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
4685
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
4686
4686
|
contextMenu?: string | undefined;
|
|
4687
4687
|
dir?: string | undefined;
|
|
4688
4688
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -4737,7 +4737,7 @@ export declare const CondensedRangeRow: import("styled-components").IStyledCompo
|
|
|
4737
4737
|
"aria-colindextext"?: string | undefined;
|
|
4738
4738
|
"aria-colspan"?: number | undefined;
|
|
4739
4739
|
"aria-controls"?: string | undefined;
|
|
4740
|
-
"aria-current"?: boolean | "
|
|
4740
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
4741
4741
|
"aria-describedby"?: string | undefined;
|
|
4742
4742
|
"aria-description"?: string | undefined;
|
|
4743
4743
|
"aria-details"?: string | undefined;
|
|
@@ -4955,7 +4955,7 @@ export declare const CondensedRange: import("styled-components").IStyledComponen
|
|
|
4955
4955
|
accessKey?: string | undefined;
|
|
4956
4956
|
autoFocus?: boolean | undefined;
|
|
4957
4957
|
className?: string | undefined;
|
|
4958
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
4958
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
4959
4959
|
contextMenu?: string | undefined;
|
|
4960
4960
|
dir?: string | undefined;
|
|
4961
4961
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -5010,7 +5010,7 @@ export declare const CondensedRange: import("styled-components").IStyledComponen
|
|
|
5010
5010
|
"aria-colindextext"?: string | undefined;
|
|
5011
5011
|
"aria-colspan"?: number | undefined;
|
|
5012
5012
|
"aria-controls"?: string | undefined;
|
|
5013
|
-
"aria-current"?: boolean | "
|
|
5013
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
5014
5014
|
"aria-describedby"?: string | undefined;
|
|
5015
5015
|
"aria-description"?: string | undefined;
|
|
5016
5016
|
"aria-details"?: string | undefined;
|
|
@@ -8,7 +8,7 @@ export declare const Actions: import("styled-components").IStyledComponent<"web"
|
|
|
8
8
|
accessKey?: string | undefined;
|
|
9
9
|
autoFocus?: boolean | undefined;
|
|
10
10
|
className?: string | undefined;
|
|
11
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
11
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
12
12
|
contextMenu?: string | undefined;
|
|
13
13
|
dir?: string | undefined;
|
|
14
14
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -63,7 +63,7 @@ export declare const Actions: import("styled-components").IStyledComponent<"web"
|
|
|
63
63
|
"aria-colindextext"?: string | undefined;
|
|
64
64
|
"aria-colspan"?: number | undefined;
|
|
65
65
|
"aria-controls"?: string | undefined;
|
|
66
|
-
"aria-current"?: boolean | "
|
|
66
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
67
67
|
"aria-describedby"?: string | undefined;
|
|
68
68
|
"aria-description"?: string | undefined;
|
|
69
69
|
"aria-details"?: string | undefined;
|
|
@@ -8,7 +8,7 @@ export declare const WidgetContainer: import("styled-components").IStyledCompone
|
|
|
8
8
|
accessKey?: string | undefined;
|
|
9
9
|
autoFocus?: boolean | undefined;
|
|
10
10
|
className?: string | undefined;
|
|
11
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
11
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
12
12
|
contextMenu?: string | undefined;
|
|
13
13
|
dir?: string | undefined;
|
|
14
14
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -63,7 +63,7 @@ export declare const WidgetContainer: import("styled-components").IStyledCompone
|
|
|
63
63
|
"aria-colindextext"?: string | undefined;
|
|
64
64
|
"aria-colspan"?: number | undefined;
|
|
65
65
|
"aria-controls"?: string | undefined;
|
|
66
|
-
"aria-current"?: boolean | "
|
|
66
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
67
67
|
"aria-describedby"?: string | undefined;
|
|
68
68
|
"aria-description"?: string | undefined;
|
|
69
69
|
"aria-details"?: string | undefined;
|
|
@@ -280,7 +280,7 @@ export declare const WidgetLayout: import("styled-components").IStyledComponent<
|
|
|
280
280
|
accessKey?: string | undefined;
|
|
281
281
|
autoFocus?: boolean | undefined;
|
|
282
282
|
className?: string | undefined;
|
|
283
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
283
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
284
284
|
contextMenu?: string | undefined;
|
|
285
285
|
dir?: string | undefined;
|
|
286
286
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -335,7 +335,7 @@ export declare const WidgetLayout: import("styled-components").IStyledComponent<
|
|
|
335
335
|
"aria-colindextext"?: string | undefined;
|
|
336
336
|
"aria-colspan"?: number | undefined;
|
|
337
337
|
"aria-controls"?: string | undefined;
|
|
338
|
-
"aria-current"?: boolean | "
|
|
338
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
339
339
|
"aria-describedby"?: string | undefined;
|
|
340
340
|
"aria-description"?: string | undefined;
|
|
341
341
|
"aria-details"?: string | undefined;
|
|
@@ -552,7 +552,7 @@ export declare const Title: import("styled-components").IStyledComponent<"web",
|
|
|
552
552
|
accessKey?: string | undefined;
|
|
553
553
|
autoFocus?: boolean | undefined;
|
|
554
554
|
className?: string | undefined;
|
|
555
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
555
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
556
556
|
contextMenu?: string | undefined;
|
|
557
557
|
dir?: string | undefined;
|
|
558
558
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -607,7 +607,7 @@ export declare const Title: import("styled-components").IStyledComponent<"web",
|
|
|
607
607
|
"aria-colindextext"?: string | undefined;
|
|
608
608
|
"aria-colspan"?: number | undefined;
|
|
609
609
|
"aria-controls"?: string | undefined;
|
|
610
|
-
"aria-current"?: boolean | "
|
|
610
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
611
611
|
"aria-describedby"?: string | undefined;
|
|
612
612
|
"aria-description"?: string | undefined;
|
|
613
613
|
"aria-details"?: string | undefined;
|
|
@@ -824,7 +824,7 @@ export declare const ControlsContainer: import("styled-components").IStyledCompo
|
|
|
824
824
|
accessKey?: string | undefined;
|
|
825
825
|
autoFocus?: boolean | undefined;
|
|
826
826
|
className?: string | undefined;
|
|
827
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
827
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
828
828
|
contextMenu?: string | undefined;
|
|
829
829
|
dir?: string | undefined;
|
|
830
830
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -879,7 +879,7 @@ export declare const ControlsContainer: import("styled-components").IStyledCompo
|
|
|
879
879
|
"aria-colindextext"?: string | undefined;
|
|
880
880
|
"aria-colspan"?: number | undefined;
|
|
881
881
|
"aria-controls"?: string | undefined;
|
|
882
|
-
"aria-current"?: boolean | "
|
|
882
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
883
883
|
"aria-describedby"?: string | undefined;
|
|
884
884
|
"aria-description"?: string | undefined;
|
|
885
885
|
"aria-details"?: string | undefined;
|
|
@@ -1096,7 +1096,7 @@ export declare const SelectionContainer: import("styled-components").IStyledComp
|
|
|
1096
1096
|
accessKey?: string | undefined;
|
|
1097
1097
|
autoFocus?: boolean | undefined;
|
|
1098
1098
|
className?: string | undefined;
|
|
1099
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
1099
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
1100
1100
|
contextMenu?: string | undefined;
|
|
1101
1101
|
dir?: string | undefined;
|
|
1102
1102
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -1151,7 +1151,7 @@ export declare const SelectionContainer: import("styled-components").IStyledComp
|
|
|
1151
1151
|
"aria-colindextext"?: string | undefined;
|
|
1152
1152
|
"aria-colspan"?: number | undefined;
|
|
1153
1153
|
"aria-controls"?: string | undefined;
|
|
1154
|
-
"aria-current"?: boolean | "
|
|
1154
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1155
1155
|
"aria-describedby"?: string | undefined;
|
|
1156
1156
|
"aria-description"?: string | undefined;
|
|
1157
1157
|
"aria-details"?: string | undefined;
|
|
@@ -1368,7 +1368,7 @@ export declare const ToolsHeader: import("styled-components").IStyledComponent<"
|
|
|
1368
1368
|
accessKey?: string | undefined;
|
|
1369
1369
|
autoFocus?: boolean | undefined;
|
|
1370
1370
|
className?: string | undefined;
|
|
1371
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
1371
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
1372
1372
|
contextMenu?: string | undefined;
|
|
1373
1373
|
dir?: string | undefined;
|
|
1374
1374
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -1423,7 +1423,7 @@ export declare const ToolsHeader: import("styled-components").IStyledComponent<"
|
|
|
1423
1423
|
"aria-colindextext"?: string | undefined;
|
|
1424
1424
|
"aria-colspan"?: number | undefined;
|
|
1425
1425
|
"aria-controls"?: string | undefined;
|
|
1426
|
-
"aria-current"?: boolean | "
|
|
1426
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1427
1427
|
"aria-describedby"?: string | undefined;
|
|
1428
1428
|
"aria-description"?: string | undefined;
|
|
1429
1429
|
"aria-details"?: string | undefined;
|
|
@@ -8,7 +8,7 @@ export declare const Wrapper: import("styled-components").IStyledComponent<"web"
|
|
|
8
8
|
accessKey?: string | undefined;
|
|
9
9
|
autoFocus?: boolean | undefined;
|
|
10
10
|
className?: string | undefined;
|
|
11
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
11
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
12
12
|
contextMenu?: string | undefined;
|
|
13
13
|
dir?: string | undefined;
|
|
14
14
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -63,7 +63,7 @@ export declare const Wrapper: import("styled-components").IStyledComponent<"web"
|
|
|
63
63
|
"aria-colindextext"?: string | undefined;
|
|
64
64
|
"aria-colspan"?: number | undefined;
|
|
65
65
|
"aria-controls"?: string | undefined;
|
|
66
|
-
"aria-current"?: boolean | "
|
|
66
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
67
67
|
"aria-describedby"?: string | undefined;
|
|
68
68
|
"aria-description"?: string | undefined;
|
|
69
69
|
"aria-details"?: string | undefined;
|
|
@@ -280,7 +280,7 @@ export declare const SelectContainer: import("styled-components").IStyledCompone
|
|
|
280
280
|
accessKey?: string | undefined;
|
|
281
281
|
autoFocus?: boolean | undefined;
|
|
282
282
|
className?: string | undefined;
|
|
283
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
283
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
284
284
|
contextMenu?: string | undefined;
|
|
285
285
|
dir?: string | undefined;
|
|
286
286
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -335,7 +335,7 @@ export declare const SelectContainer: import("styled-components").IStyledCompone
|
|
|
335
335
|
"aria-colindextext"?: string | undefined;
|
|
336
336
|
"aria-colspan"?: number | undefined;
|
|
337
337
|
"aria-controls"?: string | undefined;
|
|
338
|
-
"aria-current"?: boolean | "
|
|
338
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
339
339
|
"aria-describedby"?: string | undefined;
|
|
340
340
|
"aria-description"?: string | undefined;
|
|
341
341
|
"aria-details"?: string | undefined;
|
|
@@ -554,7 +554,7 @@ export declare const SelectLabel: import("styled-components").IStyledComponent<"
|
|
|
554
554
|
accessKey?: string | undefined;
|
|
555
555
|
autoFocus?: boolean | undefined;
|
|
556
556
|
className?: string | undefined;
|
|
557
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
557
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
558
558
|
contextMenu?: string | undefined;
|
|
559
559
|
dir?: string | undefined;
|
|
560
560
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -609,7 +609,7 @@ export declare const SelectLabel: import("styled-components").IStyledComponent<"
|
|
|
609
609
|
"aria-colindextext"?: string | undefined;
|
|
610
610
|
"aria-colspan"?: number | undefined;
|
|
611
611
|
"aria-controls"?: string | undefined;
|
|
612
|
-
"aria-current"?: boolean | "
|
|
612
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
613
613
|
"aria-describedby"?: string | undefined;
|
|
614
614
|
"aria-description"?: string | undefined;
|
|
615
615
|
"aria-details"?: string | undefined;
|
|
@@ -837,7 +837,7 @@ export declare const PrismSVG: import("styled-components").IStyledComponent<"web
|
|
|
837
837
|
accentHeight?: string | number | undefined;
|
|
838
838
|
accumulate?: "none" | "sum" | undefined;
|
|
839
839
|
additive?: "replace" | "sum" | undefined;
|
|
840
|
-
alignmentBaseline?: "
|
|
840
|
+
alignmentBaseline?: "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "middle" | "baseline" | "before-edge" | "text-before-edge" | "central" | "after-edge" | "text-after-edge" | undefined;
|
|
841
841
|
allowReorder?: "yes" | "no" | undefined;
|
|
842
842
|
alphabetic?: string | number | undefined;
|
|
843
843
|
amplitude?: string | number | undefined;
|
|
@@ -1088,7 +1088,7 @@ export declare const PrismSVG: import("styled-components").IStyledComponent<"web
|
|
|
1088
1088
|
"aria-colindextext"?: string | undefined;
|
|
1089
1089
|
"aria-colspan"?: number | undefined;
|
|
1090
1090
|
"aria-controls"?: string | undefined;
|
|
1091
|
-
"aria-current"?: boolean | "
|
|
1091
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1092
1092
|
"aria-describedby"?: string | undefined;
|
|
1093
1093
|
"aria-description"?: string | undefined;
|
|
1094
1094
|
"aria-details"?: string | undefined;
|
|
@@ -1319,7 +1319,7 @@ export declare const WhiteLine: import("styled-components").IStyledComponent<"we
|
|
|
1319
1319
|
accentHeight?: string | number | undefined;
|
|
1320
1320
|
accumulate?: "none" | "sum" | undefined;
|
|
1321
1321
|
additive?: "replace" | "sum" | undefined;
|
|
1322
|
-
alignmentBaseline?: "
|
|
1322
|
+
alignmentBaseline?: "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "middle" | "baseline" | "before-edge" | "text-before-edge" | "central" | "after-edge" | "text-after-edge" | undefined;
|
|
1323
1323
|
allowReorder?: "yes" | "no" | undefined;
|
|
1324
1324
|
alphabetic?: string | number | undefined;
|
|
1325
1325
|
amplitude?: string | number | undefined;
|
|
@@ -1570,7 +1570,7 @@ export declare const WhiteLine: import("styled-components").IStyledComponent<"we
|
|
|
1570
1570
|
"aria-colindextext"?: string | undefined;
|
|
1571
1571
|
"aria-colspan"?: number | undefined;
|
|
1572
1572
|
"aria-controls"?: string | undefined;
|
|
1573
|
-
"aria-current"?: boolean | "
|
|
1573
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1574
1574
|
"aria-describedby"?: string | undefined;
|
|
1575
1575
|
"aria-description"?: string | undefined;
|
|
1576
1576
|
"aria-details"?: string | undefined;
|
|
@@ -1801,7 +1801,7 @@ export declare const Ray: import("styled-components").IStyledComponent<"web", {
|
|
|
1801
1801
|
accentHeight?: string | number | undefined;
|
|
1802
1802
|
accumulate?: "none" | "sum" | undefined;
|
|
1803
1803
|
additive?: "replace" | "sum" | undefined;
|
|
1804
|
-
alignmentBaseline?: "
|
|
1804
|
+
alignmentBaseline?: "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "middle" | "baseline" | "before-edge" | "text-before-edge" | "central" | "after-edge" | "text-after-edge" | undefined;
|
|
1805
1805
|
allowReorder?: "yes" | "no" | undefined;
|
|
1806
1806
|
alphabetic?: string | number | undefined;
|
|
1807
1807
|
amplitude?: string | number | undefined;
|
|
@@ -2052,7 +2052,7 @@ export declare const Ray: import("styled-components").IStyledComponent<"web", {
|
|
|
2052
2052
|
"aria-colindextext"?: string | undefined;
|
|
2053
2053
|
"aria-colspan"?: number | undefined;
|
|
2054
2054
|
"aria-controls"?: string | undefined;
|
|
2055
|
-
"aria-current"?: boolean | "
|
|
2055
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2056
2056
|
"aria-describedby"?: string | undefined;
|
|
2057
2057
|
"aria-description"?: string | undefined;
|
|
2058
2058
|
"aria-details"?: string | undefined;
|
|
@@ -2283,7 +2283,7 @@ export declare const Arrow: import("styled-components").IStyledComponent<"web",
|
|
|
2283
2283
|
accentHeight?: string | number | undefined;
|
|
2284
2284
|
accumulate?: "none" | "sum" | undefined;
|
|
2285
2285
|
additive?: "replace" | "sum" | undefined;
|
|
2286
|
-
alignmentBaseline?: "
|
|
2286
|
+
alignmentBaseline?: "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "middle" | "baseline" | "before-edge" | "text-before-edge" | "central" | "after-edge" | "text-after-edge" | undefined;
|
|
2287
2287
|
allowReorder?: "yes" | "no" | undefined;
|
|
2288
2288
|
alphabetic?: string | number | undefined;
|
|
2289
2289
|
amplitude?: string | number | undefined;
|
|
@@ -2534,7 +2534,7 @@ export declare const Arrow: import("styled-components").IStyledComponent<"web",
|
|
|
2534
2534
|
"aria-colindextext"?: string | undefined;
|
|
2535
2535
|
"aria-colspan"?: number | undefined;
|
|
2536
2536
|
"aria-controls"?: string | undefined;
|
|
2537
|
-
"aria-current"?: boolean | "
|
|
2537
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2538
2538
|
"aria-describedby"?: string | undefined;
|
|
2539
2539
|
"aria-description"?: string | undefined;
|
|
2540
2540
|
"aria-details"?: string | undefined;
|
|
@@ -2765,7 +2765,7 @@ export declare const PrismOutline: import("styled-components").IStyledComponent<
|
|
|
2765
2765
|
accentHeight?: string | number | undefined;
|
|
2766
2766
|
accumulate?: "none" | "sum" | undefined;
|
|
2767
2767
|
additive?: "replace" | "sum" | undefined;
|
|
2768
|
-
alignmentBaseline?: "
|
|
2768
|
+
alignmentBaseline?: "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "middle" | "baseline" | "before-edge" | "text-before-edge" | "central" | "after-edge" | "text-after-edge" | undefined;
|
|
2769
2769
|
allowReorder?: "yes" | "no" | undefined;
|
|
2770
2770
|
alphabetic?: string | number | undefined;
|
|
2771
2771
|
amplitude?: string | number | undefined;
|
|
@@ -3016,7 +3016,7 @@ export declare const PrismOutline: import("styled-components").IStyledComponent<
|
|
|
3016
3016
|
"aria-colindextext"?: string | undefined;
|
|
3017
3017
|
"aria-colspan"?: number | undefined;
|
|
3018
3018
|
"aria-controls"?: string | undefined;
|
|
3019
|
-
"aria-current"?: boolean | "
|
|
3019
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
3020
3020
|
"aria-describedby"?: string | undefined;
|
|
3021
3021
|
"aria-description"?: string | undefined;
|
|
3022
3022
|
"aria-details"?: string | undefined;
|
|
@@ -3247,7 +3247,7 @@ export declare const Filter: import("styled-components").IStyledComponent<"web",
|
|
|
3247
3247
|
accentHeight?: string | number | undefined;
|
|
3248
3248
|
accumulate?: "none" | "sum" | undefined;
|
|
3249
3249
|
additive?: "replace" | "sum" | undefined;
|
|
3250
|
-
alignmentBaseline?: "
|
|
3250
|
+
alignmentBaseline?: "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "middle" | "baseline" | "before-edge" | "text-before-edge" | "central" | "after-edge" | "text-after-edge" | undefined;
|
|
3251
3251
|
allowReorder?: "yes" | "no" | undefined;
|
|
3252
3252
|
alphabetic?: string | number | undefined;
|
|
3253
3253
|
amplitude?: string | number | undefined;
|
|
@@ -3498,7 +3498,7 @@ export declare const Filter: import("styled-components").IStyledComponent<"web",
|
|
|
3498
3498
|
"aria-colindextext"?: string | undefined;
|
|
3499
3499
|
"aria-colspan"?: number | undefined;
|
|
3500
3500
|
"aria-controls"?: string | undefined;
|
|
3501
|
-
"aria-current"?: boolean | "
|
|
3501
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
3502
3502
|
"aria-describedby"?: string | undefined;
|
|
3503
3503
|
"aria-description"?: string | undefined;
|
|
3504
3504
|
"aria-details"?: string | undefined;
|
|
@@ -11,7 +11,7 @@ export declare const HiddenOutput: import("styled-components").IStyledComponent<
|
|
|
11
11
|
accessKey?: string | undefined;
|
|
12
12
|
autoFocus?: boolean | undefined;
|
|
13
13
|
className?: string | undefined;
|
|
14
|
-
contentEditable?: (boolean | "true" | "false") |
|
|
14
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
15
15
|
contextMenu?: string | undefined;
|
|
16
16
|
dir?: string | undefined;
|
|
17
17
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -66,7 +66,7 @@ export declare const HiddenOutput: import("styled-components").IStyledComponent<
|
|
|
66
66
|
"aria-colindextext"?: string | undefined;
|
|
67
67
|
"aria-colspan"?: number | undefined;
|
|
68
68
|
"aria-controls"?: string | undefined;
|
|
69
|
-
"aria-current"?: boolean | "
|
|
69
|
+
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
70
70
|
"aria-describedby"?: string | undefined;
|
|
71
71
|
"aria-description"?: string | undefined;
|
|
72
72
|
"aria-details"?: string | undefined;
|